[12:24] crimsun, I think so.. [12:24] no, Eleaf. [12:24] okie. [12:24] hateyla: check your /etc/X11/xorg.conf and /var/log/Xorg.0.log [12:25] crimsun, one sec.. [12:25] I've used programs that depend on jack before, but I was annoyed with the troubles getting it to work with alsa at all. === Naddiseo[afk] is now known as Naddiseo [12:25] Eleaf: also, after installing pulseaudio-esound-compat you can remove esd and still have gnome sounds [12:25] I know [12:26] crimsun, I think that's it. === xtknight [n=xtknight@c-68-43-122-102.hsd1.mi.comcast.net] has joined #ubuntu+1 [12:26] zdzichuBG: you don't remove esound manually; pulseaudio-esound-compat conflicts with it, so the package manager removes it automatically. [12:26] Bug 104580 [12:26] Malone bug 104580 in Ubuntu "k3b continually flashes in GNOME when minimized/restored twice" [Undecided,Unconfirmed] https://launchpad.net/bugs/104580 === DanaG [n=DanaG@66-169-234-227.dhcp.snlo.ca.charter.com] has left #ubuntu+1 [] === DanaG [n=DanaG@66-169-234-227.dhcp.snlo.ca.charter.com] has joined #ubuntu+1 [12:27] Eleaf: so - essentially you want to use the convenience features of a sound server, correct? [12:27] crimsun: what i check there? sorry i m new [12:27] crimsun, probably yeah.. [12:28] hateyla, you can also sudo dpkg-reconfigure xserver-xorg in a terminal and follow instructions ( if not sure go with default ansers ) [12:28] Eleaf: ok, to accomplish most of those requirements you listed, you will need to choose /one/ of two approaches [12:28] ok [12:29] Eleaf: pulseaudio can run as a system-wide user or as your user [12:29] Eleaf: in the former case, 'pulse' is used. [12:29] IdleOne: i dont know whats happening.. before installed kubuntu.. all things disply resolution fine. [12:29] IdleOne: but after installating kubuntu. there is some problem with VGA [12:29] crimsun, what are the pro's/cons of each? [12:31] hateyla, try the command I gave you it should get you the resolutions you want [12:31] Eleaf: a system-wide user is a single daemon, resulting in lower resource util for single instances. It's easier to manage programmatically, but if that single daemon dies, all streams tied to it - regardless of user - die [12:31] ok [12:31] Eleaf: a per-user invocation of pulseaudio means greater flexibility (and possibly more headaches from a management perspective) === ConstyXIV [n=andrew@74-128-189-16.dhcp.insightbb.com] has joined #ubuntu+1 [12:32] does the per-user method run a new instance of pulseaudio for each stream or just each user..? [12:32] what if I only use one user..? === julian- [n=julian-@85-211-155-58.dyn.gotadsl.co.uk] has left #ubuntu+1 [] [12:33] just each user [12:33] Hi! can someone recommend a program/programs for shrinking videos to fit on handheld? [12:33] Eleaf: and if you're going to be the sole user for that system, it doesn't ultimately matter [12:33] crimsun, so what if I'm logged in twice on a different xserver/ [12:33] is that the same and it just uses the already-running pulseaudio? [12:34] no [12:34] it's a new session, so you get a new pA instance for your user [12:35] wouldn't these conflict? (only one pulseaudio could access the sound card at a time) [12:35] askar: mencoder if you don't mind a bit of command-line-ing === odedZX__ [n=oded@85.65.213.170.dynamic.barak-online.net] has joined #ubuntu+1 [12:35] no, they don't conflict === ShackJack [n=nate@c-65-96-48-74.hsd1.ma.comcast.net] has joined #ubuntu+1 [12:36] you simply get the mutex property [12:36] not sure what that is [12:36] meaning whichever user attempts to grab the resource in the second instance will be denied. [12:36] (thank you for spending some time to help me by the way) [12:37] IdleOne: i try to run that command .. but getting error " debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource Temporarily Unavailable [12:37] ConstyXIV: is it a par of mplayer? [12:37] Asyes, it is [12:37] crimsun, so would it be possible to run jack or something alongside pulseaudio? Or does just just take the soundcard 100% of the time it is running. [12:37] Askar: yes, but it's a seperate package [12:37] jack just* [12:38] !mencoder [12:38] Sorry, I don't know anything about mencoder - try searching on http://bots.ubuntulinux.nl/factoids.cgi [12:38] hateyla, close out any GUI utlity you might be using to change resolution and try the command again [12:38] !info mencoder [12:38] mencoder: MPlayer's Movie Encoder. In component multiverse, is extra. Version 2:1.0~rc1-0ubuntu8 (feisty), package size 3473 kB, installed size 8732 kB [12:38] IdleOne: i just open a terminal .. not anything more. [12:39] Askar: you'll need the multiverse on [12:39] ConstyXIV: installed it..looks a little bit to hard for me :( [12:39] hateyla, Im sorry I dont know why it would be locked perhaps someone else can answer [12:39] Eleaf: jack and pA are both exclusive by default, but you certainly can invoke/configure both to use a virtual device (with performance deficiencies) [12:40] someone can help ? [12:40] okay.. [12:40] hmm, feisty seems to be taking quite a while on boot "configuring network interfaces" [12:40] Askar: it is a bit hard, but once you figure out the right options (im suwre someone else could help you there), you can just copy/paste the right lines [12:41] crimsun, I guess I'll just go with the user approach, since I don't really see much of a difference. But I need to know how to make pulseaudio autolaunch each time it is neaded, but then quit after an idle time. Should I do this with the esd replacement configuration, or the pulseaudio config? [12:41] Askar: you might want to give #mplayer (on this server) a shot [12:42] i try to run "sudo dpkg-reconfigure xserver-xorg" command .. but getting error " debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource Temporarily Unavailable. i just open a terminal not any GUI thing. [12:42] hateyla: lsof /var/cache/debconf/config.dat [12:43] ConstyXIV: still same. [12:44] Eleaf: the two are identical [12:44] hateyla: that tells you if anything is using the file [12:44] crimsun, because you said editing the pulseaudio configs is bad... but that's the only way I see to set respawn, and auto kill time. [12:44] Eleaf: essentially, edit /usr/bin/esdcompat to explicitly read the configuration file [12:44] ConstyXIV: yes i know.. but i just open a terminal ?? [12:44] Eleaf: where the configuration file is /etc/pulse/daemon.conf [12:44] yes. [12:44] Eleaf: yes, it's bad for per-user, but I'll get over it [12:45] wait, what do I need to change in /usr/bin/esdcompat [12:45] hateyla: open a terminal, run that command, and if it puts out blank, nothing is using the file, and something is confused [12:46] how do I get Ubuntu to do a default reconfiguration of my Xorg.conf, as if this were a new install? [12:46] i.e., without answering all the xserver-xorg questions [12:46] ConstyXIV: yes i run the Cmd. whichone u gave me.. the Cmd works fine. [12:46] Eleaf: oh, actually you don't need to change esdcompat now [12:46] oh.. [12:46] ConstyXIV: its blank [12:46] so just make changes in /etc/pulse/daemon.conf & client.conf ? === cowbud [n=Jamius@pool-71-117-241-11.ptldor.fios.verizon.net] has joined #ubuntu+1 [12:46] for some reason the /etc/pulse/client.conf is not there this time crimsun [12:46] Eleaf: just edit /etc/pulse/* as necessary, add your user to pulse-access and pulse-rt === odedZX [n=oded@85.65.213.170.dynamic.barak-online.net] has joined #ubuntu+1 === ConstyXIV [n=andrew@74-128-189-16.dhcp.insightbb.com] has left #ubuntu+1 [] [12:47] Eleaf: libpulse0 contains /etc/pulse/client.conf [12:47] Eleaf: did you reinstall all the necessary packages? [12:47] damn i aint run anything except terminal. then wth with something use that file. [12:47] is feisty+1 going to go to pulse? === slackern [n=slackern@81.94.93.112] has joined #ubuntu+1 [12:48] libpulse0 is installed crimsun [12:48] I think I deleted my client.conf after I uninstalled the other packages.. (I thought it was left over) but I guess libpulse0 wasn't uninstalled.. [12:48] I can't uninstall it now or it will remove like 50 other programs [12:49] is there a sample client.conf somewhere crimsun ? [12:49] just reinstall it [12:49] aptitude reinstall libpulse0 [12:50] ok [12:50] and I need to edit both client.conf (for autorespawn) and daemon.conf (for quality and auto kill time) ? === iStormy_WY5Q [n=stormy@dsl-209-205-169-19.i-55.com] has left #ubuntu+1 [] [12:50] cowbud: maybe. Edubuntu's certainly using it by default for feisty; whether Ubuntu uses it by default is largely dependent on whether upstream (GNOME) finishes replacing esound's vestiges with it. [12:51] Eleaf: yes [12:51] Eleaf: make sure your user is in pulse-access and pulse-rt [12:51] and by the way, should the ';' for each config option stay there? [12:51] crimsun: lets hope so [12:51] crimsun, why does it need to be in those groups? [12:52] Eleaf: then remove ~/.pulse-cookie [12:52] Eleaf: hammer approach to avoid permissions issues === DarkMageZ [n=richard@121.44.9.51] has joined #ubuntu+1 === MasteR` [n=MasteR@cpe-24-26-241-122.satx.res.rr.com] has joined #ubuntu+1 [12:53] crimsun, doesn't need to be in groups pulse I guess? [12:53] crimsun: can u fix it ? if u can? :< damn want to use old Resolution setting.. i just kubuntu.. after that my resolution is missing. :< [12:53] but do the ;'s in the config file stay there? I was removing them the first time I edited it. [12:53] Eleaf: do whatever you wish to the conffiles [12:53] what are the ;'s? [12:53] Eleaf: and no, you don't need to mess with the 'pulse' group [12:54] only 'pulse-access' and 'pulse-rt' [12:54] they looked like comments, as if 'don't listen to this part' [12:54] do I need to remove the ;'s? [12:54] only if you intend to change their values === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu+1 [12:54] like this ; daemonize = 0 === Kill_X [n=Kill_X@p54A16584.dip.t-dialin.net] has joined #ubuntu+1 [12:54] hateyla: I haven't been following your issue [12:54] do I have to remove the ; for it to take effect? [12:55] crimsun: okie so i m waiting.. if someone can solve my . [12:55] Eleaf: unless you've edited it, it's the default [12:56] After Intalling kubuntu-desktop .. my vga are not working fine.. there is no other screen resolution except. 640x480. but before my screen resolution was fine.. someone can help? [12:56] crimsun, for some reason, I didn't get client.conf back.. it's still missing after reinstalling libpulse0 === cX-kads [n=kthakore@CPE001310a1899c-CM001692fa7e8e.cpe.net.cable.rogers.com] has joined #ubuntu+1 [12:57] Eleaf: sudo dpkg -P --force-depends libpulse0 && sudo aptitude install libpulse0 [12:58] cool === atselby [n=adam@pool-71-96-78-214.dfw.dsl-w.verizon.net] has joined #ubuntu+1 [12:59] Can anyone tell me what the exact release date is? [01:00] April 19th. [01:00] see wiki/FeistyReleaseSchedule [01:02] yay!!! Can't wait for it [01:02] for some reason, pulse is running as root now crimsun (and so nothing can access it) [01:03] thanks to all the hard work developers [01:03] I only edited the conf file to autorespawn and idle die. [01:04] Eleaf: you didn't invoke anything with sudo, did you? [01:04] it's also not auto dieing. [01:04] no crimsun , just let it load itself.. [01:04] what does "just let it load itself" entail? [01:04] I don't know how it was able to run as root just by launching an audio file. [01:04] crimsun, I opened totem and played a file. [01:04] and pulseaudio loaded up (autospawn), but it's root and nothing can access it. [01:05] it also hasn't died yet (timeout of 10 seconds, it's been that long) [01:06] Eleaf: pastebin your /etc/pulse/* contents [01:07] crimsun: ahhhh now get my old Resolution back.. now its fine.. can i save it? anyhow? === jml_ [n=jml@59.167.203.115] has joined #ubuntu+1 [01:08] hateyla: eh? If it works, it works [01:08] crimsun: okiE then :) [01:08] let me try to reboot :) [01:09] well in kubuntu.. there is no quit or reboot option? just Screen Lock and logoff? [01:09] err, there should be, but I haven't used the current Kubuntu in a couple months [01:09] crimsun: its nothing there.. no shutdown or reboot option.. [01:10] just logout and lock Screen [01:10] hateyla: asked in #kubuntu? === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu+1 [01:10] they're more likely to know [01:10] crimsun: sure thanks [01:10] crimsun, : client.conf = http://pastebin.ca/430382 , daemon.conf = http://pastebin.ca/430384 , default.pa = http://pastebin.ca/430385 [01:11] Eleaf: in a single one, please, clearly delimited. [01:11] ..? === ada`ubun [n=ada@pool-03139.externet.hu] has joined #ubuntu+1 [01:11] you want it all in one crimsun ? [01:12] ahk === billytwowilly [n=chris@S01060016b649355d.ed.shawcable.net] has left #ubuntu+1 ["Konversation] [01:13] how can i check which version of kubuntu m i using? [01:13] crimsun, here you go: http://pastebin.ca/430388 [01:13] hateyla: lsb_release -a === odedZX__ [n=oded@85.65.213.170.dynamic.barak-online.net] has joined #ubuntu+1 [01:14] hey, I got a some issue with WiFi under Feisty, the 6.10 one was handleing my wifi card perfectly, but Feisty dont have builtin driver it seems. Using ndiswrapper but it says Hardware not present, altho it seems I have a 'working' wlan0 device. Is it ok or what shall I do? [01:15] crimsun: are u sure thats for checking of kubuntu version? [01:15] Would it be in my best intrest to wait until the 19th to get Feisty? Just asking for an opinion. [01:15] hateyla: yes, I'm sure. Why? [01:15] atselby: Beta has been released. RC releases this week. We're only 11 days from the final release. === DanaG wishes debconf for Xorg offered evdev, synaptics, and nvidia. [01:15] atselby: so - make your decision. [01:15] coz there is in result showing .. Distributor ID: ,Description ,Release ,codename , [01:16] crimsun: Yes, I was aware that beta was out and that RC was shortly. [01:16] Oh, and "autodetect DDC" rather than manual entry. [01:16] I was simply asking for peoples opinions of if it was worth it to upgrade to beta and then to final when it's out of just hold out for a week or so. [01:16] atselby: keep in mind that nothing major will change in the next 10 days. [01:16] atselby: if you're unsure, wait for RC, then dist-upgrade to final upon the latter's release. [01:16] crimsun: I was aware that nothing new would be added yes. [01:17] crimsun: Alright. [01:17] hateyla: that's correct [01:17] hateyla: what is that info? [01:18] Eleaf: line 94 of your paste is revealing [01:18] crimsun: ahh sorry my mistake.. thats fine.. [01:18] Eleaf: as is line 130 [01:18] crimsun: want to was can i check which version of *kde* m i using? [01:18] *ask [01:18] hateyla: dpkg -l kdebase |grep ^ii [01:20] crimsun: no Result. === jepeltw_ [n=jepeltw@CPE00179ac48391-CM0019474760ba.cpe.net.cable.rogers.com] has left #ubuntu+1 ["Konversation] [01:21] hateyla: and you're running KDE? That's ... "unpossible"? [01:21] hmm. Bluetooth on feisty so far looks much improved... but still unusable [01:22] shame, but promising. Maybe feisty+1 will be better. === bwald [n=chatzill@170.140.196.14] has joined #ubuntu+1 [01:22] crimsun yes i m using.. i installed with sudo apt-get install kubuntu-desktop ? is it? [01:23] hateyla: are you sure you didn't make a typo? === fulat2k_ [n=fulat2k@60.48.118.154] has joined #ubuntu+1 [01:23] crimsun: ya dude im 101% sure [01:23] dpkg -l kdebase |grep ^ii <-- [01:23] crimsun: when i reboot my pc.. on login screen there is KDE session option. === ShackJack [n=nate@c-65-96-48-74.hsd1.ma.comcast.net] has joined #ubuntu+1 [01:24] I installed an extra SATA card and two SATA harddrives, set them up as RAID1 and mounted them as physical volumes in an LVM, but now when I boot up I get a message "/bin/lvm exited abnormally" "couldn't find device" [01:24] crimsun: yes i run same command.. but its going blank.. nothing there [01:24] hateyla: pastebin ``apt-cache policy kdebase'' [01:25] crimsun, revealing what? [01:25] Eleaf: fixed those issues I pointed out? [01:25] it doesn't describe why it is running as root. [01:25] I didn't need to set those variables yet. [01:26] I'm looking for an ftp backup system to backup files to a webhost ftp server with encryption (so rsync is out). Can anyone point me in the right direction? [01:26] Eleaf: start with a clean slate. ``telinit 1'' (which will bring you to single-user, knocking you off the network), then ``telinit 2'' and log back in === voidmage [n=voidmage@adsl-068-209-120-161.sip.asm.bellsouth.net] has joined #ubuntu+1 [01:27] crimsun, yikes. okay. [01:27] crimsun, what was the one file with the @audio and the changing of the nice value? [01:27] Eleaf: /etc/security/limits.conf === odzx [n=oded@85.65.213.170.dynamic.barak-online.net] has joined #ubuntu+1 [01:27] I forgot where I did that.. I want to set that back too if I'm going to change the nice value in the conf file. === maccam94 [n=cam@pool-72-72-84-37.bstnma.east.verizon.net] has joined #ubuntu+1 [01:27] ouch [01:27] thanks crimsun [01:27] my lvm setup is really screwed up >_< [01:27] man, the lack of the ability to show all users in the gnome users/groups thing is so bad! === ConstyXIV [n=trash_ei@74-128-189-16.dhcp.insightbb.com] has joined #ubuntu+1 [01:28] It's really giving me a hard time seeing who is in certain groups for pulseaudio === odzx [n=oded@85.65.213.170.dynamic.barak-online.net] has left #ubuntu+1 [] [01:28] i don't know exactly when it happened, or how, but somewhere along the way it had a lapse of sanity [01:29] Is there any example .asoundrc to downmix 5.1 channels into 2.0 channels, while using dmix as the slave? [01:29] non-lvm partitions now show up in /dev/mapper, and not in /dev, and swap won't work on the partition I set up for it previously because of it [01:29] crimsun, wait. It says if I enable high-priority = , it will use root.. [01:29] I didn't want to use root really. [01:30] crimsun: there is http://paste.ubuntu-nl.org/14638/ [01:31] Eleaf: that's why you need to be in pulse-rt and pulse-access [01:32] hateyla: that package isn't installed. apt-get --reinstall install kdebase kubuntu-desktop === maccam94 is now known as maccam94_dinner [01:33] crimsun: but.. when i download whole package. i select all settings. with all packages. [01:33] crimsun, being in those groups allows root changing of the nice value? [01:33] could those groups the the cause of pulseaudio running as root? [01:33] Eleaf: being in those groups allows your user to access the daemon. [01:34] does it have anything to do with allowing the low nice value? === odzx [n=oded@85.65.213.170.dynamic.barak-online.net] has joined #ubuntu+1 [01:35] my settings where fine before I reinstalled.. [01:35] now I'm trying to get them back the way it was... === odzx [n=oded@85.65.213.170.dynamic.barak-online.net] has left #ubuntu+1 [] === odzx [n=oded@85.65.213.170.dynamic.barak-online.net] has joined #ubuntu+1 === odzx [n=oded@85.65.213.170.dynamic.barak-online.net] has left #ubuntu+1 [] [01:38] crimsun: now it show kdebase version. but dude i want to ask. if i install whole package same time. and installed it same time then how this package not install at that time? === Eleaf [n=ethan@69.39.24.28] has joined #ubuntu+1 === jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu+1 === DeepB [n=Joe@unaffiliated/deepb] has joined #ubuntu+1 [01:39] okay, now it's running as my user crimsun === DeepB [n=Joe@50.Red-88-9-235.dynamicIP.rima-tde.net] has joined #ubuntu+1 === ep2011 [n=eric@adsl-065-006-176-175.sip.bct.bellsouth.net] has joined #ubuntu+1 [01:40] but it didn't listen to my settings in /etc/pulse/daemon.conf === fulat2k_ [n=fulat2k@60.48.118.154] has joined #ubuntu+1 [01:40] it did listen to client.conf in that it is autorespawning.. === DeepB [n=Joe@unaffiliated/deepb] has joined #ubuntu+1 [01:45] Eleaf: well you didn't tell it to daemonise; why should it pay attention to /etc/pulse/daemon.conf ? [01:46] okay, but it will pay attention to it if I add it to the extra-confs thing in client.conf? [01:46] like add resample-method = sinc-whatever [01:46] maybe I'm confused by what what it means with daemonise? [01:47] How is daemonised different than non daemonised? [01:47] Eleaf: daemonise == background yourself and run as a daemon [01:47] uh [01:47] Eleaf: sure, just add whatever you want to client.conf [01:48] hmm, is there an equivalent to gnome-settings-daemon in KDE? I'm trying to get gtk-qt to work in fluxbox [01:48] Eleaf: if you're unfamiliar w/ the terminology, please consult wikipedia [01:48] ok [01:48] thanks ;D [01:48] argh [01:48] ALSA lib pcm_dmix.c:1155:(_snd_pcm_dmix_open) Unsupported format [01:48] Playback open error: -22,Invalid argument [01:50] odd... it'll take S32_LE but not S24_LE. [01:51] which card do you have? [01:51] ice17xx? [01:51] hdaa-intel. [01:51] which codec? [01:52] STAC9250. [01:52] don't use 24_LE, that's specialised for certain non-HDA codecs. === TheVault [n=kylewitt@cpe-24-209-11-142.cinci.res.rr.com] has joined #ubuntu+1 [01:52] like USB and M-Audio [01:52] !w32codecs [01:52] Seveas has a popular 3rd party repository for several packages, including the win32 codecs: see http://wiki.ubuntu.com/SeveasPackages - See also !Codecs [01:52] (not mutually exclusive, of course) [01:53] !Codecs [01:53] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats === defendguin [n=supertux@cpe-72-181-7-135.houston.res.rr.com] has joined #ubuntu+1 === RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu+1 === neoth [n=stu@r73h39.res.gatech.edu] has joined #ubuntu+1 === ravendark [n=ravendar@dynamic-acs-72-23-60-16.zoominternet.net] has joined #ubuntu+1 [01:54] I am upgrading to Feisty Fawn. Is there any problems thats common that I should be aware of? [01:55] Hmm, what should I use instead? [01:55] what is the command to list the uids of your hard drives? [01:56] TheVault: If you've got a Geforce4 card, your nvidia drivers will be a bit confused [01:56] RAOF: nope, don't have a Geforce4 card or nvidia [01:56] Intel Integrated [01:56] TheVault - I had two unsuccessfull upgrades from Edgy - so I just did "clean install" which was a breeze considering I have my /home in a different partition... === maccam94_dinner is now known as maccam94 [01:56] One wa sKernel Panic - don't remember the other... [01:56] TheVault: Then I don't know of any other common problems. [01:56] RAOF: Thanks === aman [i=aman@c203ABF51.dhcp.bluecom.no] has joined #ubuntu+1 [01:57] ShackJack: Yeah, I don't like Ubuntu way of upgrading. I'm doing a clean install [01:57] TheVault - got your /home in a different parition, I trust? [01:57] i installed ubuntu using the cd, and when i try to boot from the hd. i get: grub loading please wait, and then : error 22.. whats wrong? === vishah [n=vishah@121.246.0.186] has left #ubuntu+1 ["Leaving"] [01:57] I upgraded from edgy with some success- apparently it fubar'ed my lvm setup [01:58] ShackJack: Nope. Wiping my Hard Drive completely clean and installing Feisty Fawn === ravendark [n=ravendar@dynamic-acs-72-23-60-16.zoominternet.net] has left #ubuntu+1 ["Leaving"] [01:58] ShackJack: Really don't have anything worth really keeping [01:58] TheVault: well if you're wiping, then whatever experience you get on the cd you'll probably get on the installation === DeepB [n=Joe@unaffiliated/deepb] has joined #ubuntu+1 [01:58] maccam94: Oh? [01:59] Gotcha - do the /home in separate partition - it'll make any future updates a breeze - all settings, etc... are saved there... Just a matter of re aptitude'ing your software :) [01:59] maccam94: How so? [01:59] the lvm? [02:00] What about Wireless? Is that easier now to setup in Ubuntu? [02:00] TheVault: it's supposed to be, personally i'm on a wired desktop and wouldn't know [02:00] but it's supposed to be better === nkayhan [n=nathan@c-67-161-14-72.hsd1.ca.comcast.net] has joined #ubuntu+1 [02:01] i'm gonna reboot into gentoo now, where hopefully my lvm setup will come up normally [02:01] thevault: It depends on what card you have. === maccam94 [n=cam@pool-72-72-84-37.bstnma.east.verizon.net] has left #ubuntu+1 [] [02:01] maccam94: Yeah I to am on a desktop and using wired. Just asking cause as soon as the final release, I'm going to put Ubuntu back on my laptop. So I'm trying to gather up all information I can about wireless [02:01] atselby: Its a Broadcom 4311 Chipset [02:01] I have a simple question: will kubuntu feisty come with the restricted driver installer? [02:02] Huhm... I don't have that but I think from what I've read most cards work easy with Feisty. === johnnybuoy [n=johnny@unaffiliated/johnnybuoy] has joined #ubuntu+1 [02:02] atselby: Thats good to hear. Wireless in Edgy is a pain. Keep freezing up the system & everything [02:02] DanaG: 32_LE is just fine === maccam94 [n=cam@pool-72-72-84-37.bstnma.east.verizon.net] has joined #ubuntu+1 [02:03] i installed ubuntu using the cd, and when i try to boot from the hd. i get: grub loading please wait, and then : error 22.. whats wrong? [02:03] DanaG: I'm just saying to avoid 24_LE unless you know the driver supports it [02:03] aah. [02:03] I only had problems once and it was with connecting but it's all with the hardware. [02:03] What about the touchpad? I know that when I was typing in edgy & dapper at one point, I would type and the cursor would jump to someplace else and screw me up on typing [02:03] I have a simple question: will kubuntu feisty come with the restricted driver installer? [02:03] aman: i've seen stuff about error 22 before, let me look it up for ya [02:03] nkayhan: Not sure [02:04] maccam94 thanx [02:04] Yay, downmix workx. [02:04] nkayhan: Consitering Kubuntu is built off ubuntu but using a different desktop environment, it should come with something similar [02:04] nkayhan: But I could be wrong [02:05] TheVault: all the screenshots look really gnomey, I'm sure I could install the package later though [02:06] nkayhan: Thats true. I am no Linux expert, I'm just going based off little of what I know and read :P [02:06] Sigh. http://www.specialized.com/ still won't display for me [02:06] Sweeet, now I can play my DVD-Audio Rip on my internal audio! [02:06] Sweet! [02:06] aman: did you have any external discs attached? you generally get that error if the disc boot order has changed since the install. [02:06] yeah, i didnt install it on the master disc?! [02:07] Also, how does that Restricted Driver Manager work? [02:08] Does it like download your drivers automatically or something when it finds a new device? [02:08] TheVaul - well :) [02:08] It's starts up in sessions and if it sees devices that have closed-source drivers it'll ad 'em to the list for you to activate... [02:09] aman: usually it doesn't matter where it's installed, the installer figures out where to put the bootloader. what screws things up is if your bootable disk configuration changes after the installation [02:09] hmm.. okay.. not quite sure how to fix it.. [02:09] ShackJack: Thanks. I'm trying to learn all I can about the few features & things in Feisty. So far, it sounds really promising of the new release this brings [02:09] stuff like usb drives, external hard disks, changing the motherboard boot order manually, can all screw up grub [02:10] no i got 3 hd. connected to the motherboard, no usb drives [02:10] TheVault - I have on both notebook and desktop and have not experienced any significant issues... [02:10] yea, restricted drivers manager is a huge step forward for linux and ubuntu, it finds a middle ground between ease of setup and political harmony [02:10] aman: is all the hardware exactly the same as when you installed off the cd? [02:10] yes [02:10] Sweet, and now I can make my external Audigy also do it. [02:10] Now all I need for the perfect audio config is an LFE Crossover. [02:10] ShackJack: So setting up wireless was a breeze? [02:11] TheVault - It was with mine - restricted thing had driver for it (Intel 3945) [02:11] aman: did you change which hard drive grub installed into the mbr on? usually it says (hd0) [02:11] TheVault - I even got WEP working... [02:11] Yup, my ipw3945 worked out of the box, with WPA2 [02:11] TheVault - though having a little networking trouble, but that's just my ignorance... === mahdi [n=mahdi@c911deea.bhz.virtua.com.br] has joined #ubuntu+1 [02:12] ShackJack: Thats good news. but I have WPA with one of the harder chipsets to deal with which is the Broadcom 43xx [02:12] I choose hd01 i think.. [02:12] aman: so you changed it from the default? [02:12] hi, i'm trying to tweak my confs here, but pci=biosirq on grubs menu.lst gives me PCI: Unknown option `biosirq'. anybody knows why? === DanaG has ipw3945. [02:13] yes.. when the listings of the hd. comes out, i pick the second one.. [02:13] Works fine for me, though I've only ever used open and WPA. [02:13] Oh wait, I did have issues with a hidden-SSID WPA access point; [02:14] however, even Vista couldn [02:14] I love the new wirless network selector... Had to go to c/l and iwlist before... === neptunepink [n=neptunep@adsl-75-62-110-120.dsl.snfc21.sbcglobal.net] has joined #ubuntu+1 [02:14] Even Vista couldn't connectl the only thing that COULD connect was ProSet in XP. [02:14] Vista is a great OS - FOR ME TO POOP ON!!! [02:14] lol [02:14] ShackJack: Yuppers. Wish I had a disc of Vista right now so I could just rip one on it [02:14] aman: what i'm talking about is the step where you confirm the partitions (not where you actually resize/set them up) [02:15] NetworkManager would try to connect to access point 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 [02:15] sorry guys I gotta run, going out for dinner [02:15] TheVault: maybe i'll burn the pirated copy i d/lled and do just that... [02:15] laters [02:15] er, 00:00:00:00:00:00 [02:15] come on... vista is also good do wipe asses... piss on... use as paper weights.... pet toys.... not only poop on [02:16] kdm crashes when I try to log in. :( === rpedro__ [n=rpedro@87-196-65-42.net.novis.pt] has joined #ubuntu+1 [02:16] true, it is just as versatile as aol really... [02:17] sure! AOL CDs are the best freesbess ever! === DeepB [n=Joe@unaffiliated/deepb] has joined #ubuntu+1 [02:18] This is what happens when you go on vacation: "152 upgraded, 0 newly installed, 0 to remove . . ." === manchicken [n=manchick@adsl-75-37-101-105.dsl.chcgil.sbcglobal.net] has joined #ubuntu+1 [02:19] but maybe it'll fix kdm for me. :b [02:19] anybody knows a fix for atiixp on up to date feisty alsa? [02:19] neptunepink - I love those "magic fixes" :) === budmang [n=justin@12-210-54-193.client.mchsi.com] has joined #ubuntu+1 [02:20] maccam94 : i started a new installation: im about to chose wich hd to install it on, i pick number 2 : ide3 : master (the first is : ide 2 master) === jay_ [n=jay@c-71-235-110-42.hsd1.ct.comcast.net] has joined #ubuntu+1 [02:21] aman: do whatever you did before [02:21] okay.. [02:21] aman - make a separate partition for your /home :) [02:22] k === mahdi [n=mahdi@c911deea.bhz.virtua.com.br] has left #ubuntu+1 [] [02:22] Does anybody know if there is a problem with sl-modem-sources in feisty. I suspect I'm doing something terribly wrong. === neptunepink [n=neptunep@adsl-75-62-110-120.dsl.snfc21.sbcglobal.net] has joined #ubuntu+1 [02:22] aman: configure the partitions manually, but when you click next after that, it'll give you a screen that confirms the changes and says which mbr it'll install grub to (it's a clickable text button) [02:24] aman: the screen looks kinda like this: http://www.techwandering.com/wp-content/uploads/2006/11/Ubuntu-2.JPG [02:29] okay, ill try [02:29] Is there a place for feedback on feisty? === dagat [n=root@82-47-2-106.cable.ubr02.wolv.blueyonder.co.uk] has joined #ubuntu+1 [02:31] hey folks [02:31] whats the command to get gnome-network-manager to load in the terminal? === Tom47 [n=tom@unaffiliated/tom47] has joined #ubuntu+1 [02:33] is it better to install or upgrade from 6.10 to feisty? and are there downsides in upgrading? [02:34] Tom47, install if you have backups but I did a upgrade over a month ago and had no issues. Downsides: might have some only way is to go ahead and see what happens [02:35] Idleone ah ok v good i was concerned that setting from 6.10 may interfere with some of the polich in feisty [02:35] polish* [02:35] Tom47, polish? [02:36] yes soem of the new features i suppose i mean ... ie the seting i have do not reflect the feisty improved base === hateyla [n=freaky@221.132.113.236] has joined #Ubuntu+1 [02:36] Tom47, I suggest you make backups of all important data before upgrading [02:37] Ideleone yes i usually copy /home to my second hard disk === naught101 [n=naught10@202.43.238.200] has joined #ubuntu+1 === Arko [n=arko@201.3.63.89] has joined #Ubuntu+1 [02:37] IdleOne: i resolve that.. resolution issue.. but when i restart my pc. then its happen again. :< lost my resolution. [02:38] hateyla, then resolve the same way as before and try to save the settings. not sure what you did so I dont know what else to tell you === cajan [n=cajan@220.235.202.36] has joined #ubuntu+1 [02:39] IdleOne: i m trying to do what i did before.. but how save my that setting? === deep [n=deep@c-a52a71d5.017-19-626c671.cust.bredbandsbolaget.se] has joined #ubuntu+1 === concept10 [n=concept1@ppp-70-247-165-142.dsl.rcsntx.swbell.net] has joined #ubuntu+1 === [Cade] [n=[Cade] @adsl-217-79-96.asm.bellsouth.net] has joined #ubuntu+1 [02:46] ? === Jovial_Jackass [n=feisty@200.96.86.144] has joined #ubuntu+1 === DigitalNinja [n=dhull@33-157-237-24-mvl.ewc.gci.net] has joined #ubuntu+1 [02:48] When does Feisty get released? === movi [n=movi@qb34.internetdsl.tpnet.pl] has joined #ubuntu+1 [02:49] See /topic [02:49] !feisty [02:49] The next version of Ubuntu (7.04; codenamed "Feisty Fawn") should be released in April 2007. Beta is out! http://www.ubuntu.com/news/Ubuntu704Beta Schedule: !schedule - Specifications (goals): https://features.launchpad.net/distros/ubuntu/feisty - Help and support in #ubuntu+1 (NOT #ubuntu) [02:49] hateyla, I dont know [02:50] April 19 depending on yr proximity to the dateline [02:51] cool [02:51] I'm using it right now [02:51] I installed it on my laptop and it works great [02:52] I love the new codec installer === ShackJack [n=nate@c-65-96-48-74.hsd1.ma.comcast.net] has left #ubuntu+1 [] === xreel [n=kevin@74-134-108-137.dhcp.insightbb.com] has joined #ubuntu+1 [02:55] !bugs [02:55] If you find a bug in Ubuntu or any of its derivatives, please file a bug report at: http://bugs.ubuntu.com/ - Bugs in/wishes for the bots can be filed at http://launchpad.net/products/ubuntu-bots [02:56] Argh, Nautilus won't connect to an SSH server that I can manually SSH to. [02:58] Oh, I just found a funny way to "pwn yourself in the face" with a window: [02:59] (under Gaim, that is.) [02:59] Put a slow SSH server on your desktop, and then select the icon and hold enter for a little while. Then grab the cube. [02:59] s/Gaim/Beryl/ === teb [n=tebriel@adsl-072-148-216-148.sip.asm.bellsouth.net] has joined #ubuntu+1 === johnficc1 [n=johnficc@host-64-234-13-104.nctv.com] has joined #ubuntu+1 [03:01] Prepare to say "oof" as a row of windows pops up and comes sliding towards you. [03:01] s/row/stack/ === xtknight [n=xtknight@c-68-43-122-102.hsd1.mi.comcast.net] has joined #ubuntu+1 === cables [n=cables@65-78-17-151.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com] has joined #ubuntu+1 [03:02] Where do we read about bugs? I only get a "report a bug" page. [03:02] i really think this is the best version of ubuntu...its just great. [03:03] johnficc1, why would it get worse with an upgrade? [03:03] nk [03:03] hmm [03:04] I guess WinME was one example of that happening :) [03:04] in the case of 6.10, I had a lot of problems, but now they are gone === defendguin [n=supertux@cpe-72-181-7-135.houston.res.rr.com] has joined #ubuntu+1 [03:07] anyone know why the adept-manager "version upgrade" button doesn't work? it says my connection is dead, when it patently isn't. [03:07] witch is best to upgrade or to do a clean install ? === Pepetideo [n=duarte@client-86-30-212-77.blfs.adsl.ntlworld.com] has joined #ubuntu+1 [03:07] IMO, the latter === Tom47 [n=tom@unaffiliated/tom47] has joined #ubuntu+1 === po9 [n=p2@adsl-75-6-27-40.dsl.toldoh.sbcglobal.net] has joined #ubuntu+1 [03:12] is anyone having problems with feisty mounting an ipod as read only? [03:14] xchat does not show channels with conversations, and I can't save the URLs with the URL Grabber. How do I know if its a bug or not? [03:16] What package do I need to play mp3 in amarok. Everytime I open an MP3, it says it needs mp3 support. If I tell it to get it, it freezes [03:16] I'm on Kubuntu Feisty...if that make any difference === cables [n=cables@65-78-17-151.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com] has joined #ubuntu+1 [03:17] The new VNC server in Feisty is really nice [03:17] big improvement over the old one. [03:18] Does anyone know anything about CNR [03:18] Click and Run [03:19] po9: Not I. [03:20] aaroncampbell: libxine1-plugins === misfit_toy [n=guy@cpe-70-112-165-214.austin.res.rr.com] has joined #ubuntu+1 [03:22] Can anyone test Nautilus's ability to connect to an SSH server? [03:22] hornet.csc.calpoly.edu port 22 [03:22] DanaG: Sure [03:23] hold on [03:23] It's not even rejecting me if I don't enter a username. === Bawlsfuff [n=bawlsruf@c-24-12-236-164.hsd1.il.comcast.net] has joined #ubuntu+1 [03:23] Hey, what does everyone think of Feisty? is it worth it? [03:23] And then try the same to any other SSH server anywhere. I'm just curious whether it's Natilus or the server that's borked. [03:24] DanaG: I'm logging into my server now [03:24] Nautilus/SSH works fine here. OpenBSD server, fwiw. [03:24] Nice! I'm in [03:24] Didn't know you could do that [03:24] Pumpernickel: thanks...getting that now...looks like it installs 4 other packages for me (-console, -ffmpeg, -gnome, and -kde) [03:25] DanaG: Can I do anything else for you? [03:25] I can command-line SSH, and it takes a little while to connect. [03:25] But Nautilus fails. [03:25] Do you have all the updates? [03:25] Yeah. [03:25] How do you transfer files to an SSH server WITHOUT Nautilus? [03:25] Is the beta of Feisty stable? [03:26] It's stable for me [03:26] DanaG: sshfs :) [03:26] anyone using a Linksys WMP54G wireless card and having trouble? [03:26] RAOF: I didn't install that [03:26] has been for me...isn't it due out in 11 days? [03:26] How do you use sshfs? [03:26] I was having a real hard time getting it to work in Feisty [03:27] DanaG: "sshfs user@machine:remote_path " [03:27] DanaG: I didn't install sshfs and it works fine [03:27] DigitalNinja, DanaG: Yeah, you'd be using "sftp", presumably? [03:27] Yes. [03:27] DanaG: You could try removing all the .files in your home directory. Log out and log back in. [03:27] all the .ssh files [03:28] RAOF: I'm not sure what's going on but I see my data on the server [03:28] "all the .files" is too vague and dangerous to the unknowing. [03:28] DanaG: You have config files in your home directory which you can't see by default. They are hiding. === Pepetideo [n=duarte@client-86-30-212-77.blfs.adsl.ntlworld.com] has left #ubuntu+1 [] [03:29] If you delete them, log out and log back in you should get new default settings. [03:29] aah, I didn't know sftp. [03:29] I saw scp, but not sftp. [03:29] That'll do. [03:29] all I did was type "ssh://server.com" === Stevedm [n=styve@modemcable116.40-56-74.mc.videotron.ca] has joined #ubuntu+1 === Stevedm [n=styve@modemcable116.40-56-74.mc.videotron.ca] has left #ubuntu+1 ["Kopete] === johnnybuoy [i=9souldie@unaffiliated/johnnybuoy] has joined #ubuntu+1 [03:33] I see, for one thing, the server is being slow. === cables [n=cables@65-78-17-151.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com] has left #ubuntu+1 ["Leaving"] === os2mac [n=jim@ip68-230-203-5.rd.hr.cox.net] has joined #ubuntu+1 [03:41] I have a question about adept. every tiime I check for updates it tells me there is a new distribution available but when I attempt to do the dist upgrade [03:42] adept tells me it can't retrieve the update notice. [03:43] os2mac: i don't know what's with the error, but it's telling you there's a new version available because you probably have edgy-proposed repo enabled [03:44] I do in fact, because I tested the dist upgrade. === Zewey_ [n=zanglang@123-51-4-15.static-dsl.qld.aussiewholesale.net] has joined #ubuntu+1 === t3hwiz0rd-ibook [n=wizord@ip72-200-103-253.tc.ph.cox.net] has joined #ubuntu+1 === Pepetideo [n=duarte@client-86-30-212-77.blfs.adsl.ntlworld.com] has joined #ubuntu+1 [03:46] Hi... can someone tell me out to fix hibernate mode in feisty [03:46] cannot seem to get it to work [03:48] anyone? [03:48] am I the only one with this problem? === Arko [n=arko@201.3.63.89] has joined #Ubuntu+1 [03:49] no I have problems with it as well... my computer will hibernate but I have problems recovering from it. [03:50] mine will display a black screen but does not shut down ... if I move the move it will open a login screen [03:51] see mine is similar but it doesn't come out to a login screen.... === johnnybuoy [i=9souldie@nighthawk.knows.you.are.on.this-server.org] has joined #ubuntu+1 === johnnybuoy [i=9souldie@unaffiliated/johnnybuoy] has joined #ubuntu+1 [03:53] i've found this page http://blog.paulbetts.org/index.php/2007/02/11/fixing-software-suspend-hibernate-with-uswsusp-in-ubuntu-feisty-and-edgy/ [03:54] detailing how to change the method for hibernation === DanaG uses suspend to RAM, not to disk. [03:54] but I am kind of reluctant to use it === wims [n=wims@unaffiliated/wims] has joined #ubuntu+1 [03:55] it seems a very fidly kind of process and i would not like to corrupt my system === johnnybuoy uses s2ram too because it rocks [03:57] Pepetideo, there is also s2both... [03:58] it saves the stuff to hdd, but only suspends, so if resume wouldn't work, you can still resume from swap === rsthree [n=dinknut@CPE-76-178-64-208.natsow.res.rr.com] has joined #ubuntu+1 === snerge [n=kvirc@bas9-quebec14-1168087154.dsl.bell.ca] has joined #ubuntu+1 === snerge [n=kvirc@bas9-quebec14-1168087154.dsl.bell.ca] has left #ubuntu+1 [] [03:59] how to i install that? === forge2k [n=mark@c-24-147-31-197.hsd1.ma.comcast.net] has joined #ubuntu+1 [04:00] !info uswsusp [04:00] uswsusp: tools to use userspace software suspend provided by Linux. In component universe, is optional. Version 0.3~cvs20060928-6ubuntu3 (feisty), package size 144 kB, installed size 420 kB (Only available for i386 amd64) [04:00] hmm [04:00] is there such a thing as Kubuntu feisty daily builds? [04:00] found it http://cdimage.ubuntulinux.org/kubuntu/daily/current/ [04:01] livecd: http://cdimage.ubuntulinux.org/kubuntu/daily-live/current/ [04:03] i've installed it ... but would to I change the way ubuntu hibernates? === nomasteryoda [n=nomaster@ip70-185-168-242.mc.at.cox.net] has joined #ubuntu+1 === Falstius [n=airen@c-71-227-120-16.hsd1.mi.comcast.net] has joined #ubuntu+1 === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu+1 === inade [n=inade@216.113.17.223] has joined #ubuntu+1 === efface [n=kvirc@c-71-198-94-187.hsd1.ca.comcast.net] has joined #ubuntu+1 [04:16] how can i install w32codecs? in fiesty? === Ronin [n=False_Co@c-24-14-254-177.hsd1.il.comcast.net] has joined #ubuntu+1 [04:17] !medibuntu [04:17] medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://medibuntu.sos-sts.com/ [04:17] hateyla: See ^^^ [04:17] RAOF: okIe. === scoates [n=sean@64.15.79.181] has left #ubuntu+1 [] [04:19] RAOF: but the way for dapper And Edgy there? [04:19] not for Fiesty/ [04:19] OoOps Sorry! [04:19] There it is. [04:20] :) [04:22] har, http://hotbabe.planlos.org/ === inade_ [n=inade@216.113.17.223] has joined #ubuntu+1 [04:24] i cant get the nvidia-glx drivers to work for some reason [04:24] says i dont have the module loaded but i even reboot [04:24] cant modprobe it either.. so mebbie i need to make it/? [04:24] help ;_; [04:24] hmm, that medibuntu repo has newer versions of a few packages. [04:24] But there's no way to changelog them. === thompa [n=thom@c-68-53-84-214.hsd1.tn.comcast.net] has joined #ubuntu+1 [04:28] eh tried the medibuntu stuff too =/ [04:29] any clues as to why it wouldnt wanna run my nvidia card? [04:29] Linux feisty 2.6.20-14-generic #2 SMP Mon Apr 2 20:37:49 UTC 2007 i686 GNU/Linux [04:30] did you follow the instructions from the "binary" page, starz ? [04:30] inade_: i believe so yes [04:30] !nvidia [04:30] To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto [04:31] Note: you have to select the restricted modules first because the nvidia-glx package automatically installs the i386 one - and if you have a generic kernel image, the X will not work.) [04:31] omg your right i totally missed that.. thanx inade_ :) [04:32] You know, the restricted manager is easier to use. [04:32] starz: System->Administration->Restricted Manager. Tried that? [04:33] No. I just installed the drivers for my nvidia card today, from the binarydriverhowto page. [04:33] didnt even know that was there RAOF [04:34] It works well, and so far I don't have any crash with the video. It used to crash all the time in edgy [04:34] starz, inade: Yeah, you should really try the awesome new features of Feisty :) [04:35] The Restricted Manager is one of them :) [04:35] Well, I have to learn about them, I had to run Debian with my hardware. [04:36] Is there php4 with feisty? [04:36] Not anymore. [04:36] It's been removed. [04:36] Shit. I need it for oscommerce. === Toma- [n=e17@124-168-67-107.dyn.iinet.net.au] has joined #ubuntu+1 [04:36] It won't run on php5 [04:36] Bah. [04:36] @_@ [04:36] as i understood it there was a workaround for running php4 and 5 on the same machine [04:37] I think the reason why php4 was dropped was (1) Security bugs and (2) no upstream support. === etzerd [n=etzerd@pool-162-83-222-60.ny5030.east.verizon.net] has joined #ubuntu+1 [04:38] hello all [04:38] I tried to install kubuntu into the 7.04 Beta version, I have an error [04:38] and the Kubuntu stop the installation [04:38] eventhough Gnome is running very well and stable === SuperTeece [n=tc@cdm-208-180-177-3.ftsm.cox-internet.com] has joined #ubuntu+1 [04:39] Well, my knowledge of php is minimal... I guess I will have to read some documentation. [04:40] RAOF: coz my system clock i cant download medibuntu signature key and put it in place.. is anyway to add key? manually? [04:42] You don't need to add the key, and why would your system clock prevent you from downloading the key? [04:42] dont know he revoke me c0z 0f system clock.. [04:43] I'm pretty sure that's not the actual error message :) === thomp1 [n=thom@c-68-53-84-214.hsd1.tn.comcast.net] has joined #ubuntu+1 [04:43] :/ u Are linux geek .. i m Newbie :) [04:44] Well, (1) You don't actually *need* the key, and (2) The *exact* error message is generally what we need to help you [04:44] Yo! jml man :) [04:44] RAOF: hi [04:44] wassup? === inade [n=inade@216.113.17.223] has joined #ubuntu+1 [04:44] RAOF: i want to auto sync my clock with LTP ? can i;/ === DanaG [n=DanaG@66-169-234-227.dhcp.snlo.ca.charter.com] has left #ubuntu+1 [] [04:44] texmacs crashes, gaim with dbgsym valgrind logs, that kinda stuff :)P [04:45] hateyla: I presume you mean "NTP", and the answer is "yes". === inade_ [n=inade@216.113.17.223] has joined #ubuntu+1 [04:45] :> yea NTP. [04:46] RAOF: i m going Crazy.. im online Since last 7 hours.. [04:46] hateyla: Well, right clicking on your clock, going to "adjust date and time" and selecting "synchronise clock with internet servers" is what you're after. [04:46] hi all [04:47] RAOF: so date supported with NTP? [04:47] Yes, NTP is date/time. [04:47] As far as I'm aware, I've never actually set the date explicitly. [04:47] Wooops!.. [04:48] RAOF: well want to say Year supported with NTP ? [04:48] you can also use the date command [04:48] ...That's an odd question, but I suppose so. [04:48] What does your system think the year is? === TheVault [n=ubuntu@cpe-24-209-11-142.cinci.res.rr.com] has joined #ubuntu+1 [04:49] I thought Feisty came with Compiz? [04:49] 2001 [04:49] date/time works fine with NTP [04:49] you can set the date with the date command [04:49] just do man date to explain how. [04:49] os2mac: want to sync with NTP. [04:49] TheVault: Yes, it does. System->Preferences->Desktop Effects [04:49] RAOF: Thanks [04:50] *automatic.. update with server. [04:50] then you can right click on the time and set date and time and select the check date automatically check box. [04:50] but I don't think that will set the year for you.... [04:50] I think NTP is more of a time tick (time not date) [04:50] os2mac: i dont think so too.. thats why i m asking.. [04:50] lemme try it hang on. [04:50] os2mac: its working fine with date/time. [04:50] not year. [04:50] os2mac: sure. === RAOF wonders why hateyla doesn't just set the correct year manually, then go back to NTP syncing. [04:51] my network applet dissapeared [04:51] its not the one in add to panel === TheVault [n=ubuntu@cpe-24-209-11-142.cinci.res.rr.com] has joined #ubuntu+1 [04:52] RAOF: i Set it.. by mySelf.. but.. its going back again S: [04:52] Oh my god, this is the first time me using desktop effects and I'm in love [04:52] how do I get the cube effect for feisty? [04:52] TheVault: it is awsome :) [04:52] TheVault: You should be able to just click the "enable cube" button [04:53] RAOF: Right click? [04:53] TheVault: No, in the "desktop effects" dialog. [04:53] Then, after that, you change cube faces with Ctrl+Alt+Left/Right/Up [04:53] RAOF: Alrighty. [04:54] RAOF: Using the live cd of Feisty and god does my GFX handle this stuff super smoothly [04:54] Ah, sweet open-source driver support. I wish I had that :) [04:54] filmstrip view is cool === luke_ [n=luke@C-59-101-159-206.mel.connect.net.au] has joined #ubuntu+1 [04:55] RAOF: Yeah. Alrighty I think I found a bug or something. When I went back to the "Desktop Effects" nothing is showing up in the window it pops up [04:55] hello all, i'm having trouble with nvidia drivers, i just got help from #kubuntu but now X won't start === misfit_toy [n=guy@cpe-70-112-165-214.austin.res.rr.com] has joined #ubuntu+1 [04:56] i get a no devices found error [04:56] TheVault: Hm, are you using the Beta livecd? I'm not sure whether that has the fixed desktop-effects/Xorg/compiz packages. === TheVault [n=ubuntu@cpe-24-209-11-142.cinci.res.rr.com] has left #ubuntu+1 [] [04:57] are the power management options different in kde? === rhY [n=rhy@ip68-111-203-36.sd.sd.cox.net] has joined #ubuntu+1 [04:58] Hi. [04:58] *Brb* Reboot [04:58] how do i adjust the laptop power settings down [04:59] I want to create a launcher to open a file with wine. Any quick advice? [04:59] anybody at all? nvidia drivers, no X? all i wanted to do was check out beryl === TheVault [n=ubuntu@cpe-24-209-11-142.cinci.res.rr.com] has joined #ubuntu+1 [04:59] I created a launcher in the directory and said "wine nvu.exe", but it won't open nvu. [04:59] Is there anyway for me to disable compiz through terminal? === luke_ is now known as yrealthe8th === thomp1 [n=thom@c-68-53-84-214.hsd1.tn.comcast.net] has left #ubuntu+1 [] [05:00] The Desktop Effects thing [05:00] luke_: Go ask in #beryl. They're super helpful in there. [05:00] same for TheVault. [05:00] rhY: thank you [05:00] Alrighty [05:01] Sometimes #ubunutu-effects is good, too. === sonoftheclayr [n=luke@C-59-101-159-206.mel.connect.net.au] has joined #ubuntu+1 === Falstius [n=airen@c-71-227-120-16.hsd1.mi.comcast.net] has left #ubuntu+1 [] [05:01] wine launcher anyone? [05:01] what about wine launcher? [05:01] I want to create a launcher to open an app with wine. === hateyla [n=greek@221.132.113.236] has joined #Ubuntu+1 [05:02] like an icon that automatically switches directories and does wine nvu.exe [05:02] since nvu is dead native atm. [05:02] I think I found a bug. After I enabled the "Desktop Effects" I tried going back to there but nothing shows up the box that comes up. Is this a bug? [05:03] I'm running the LIVE CD so it might just be that? [05:03] yeah, I couldn't get it working off of the cd, but it works good installed. === Eleaf [n=ethan@69.39.24.28] has joined #ubuntu+1 [05:03] well I can't seem to get date to take my inputs so I can't test it. but I don't believe that NTP does years... it just does day month and time [05:03] why don't you want to set the date by hand? [05:04] or at least the year? [05:04] rhY: Heres another weird thing. I went to the Restricted Driver Manager and it said that none of my devices needed any drivers but my wireless network card is not working [05:04] it could be that you have your timezone set wrong as well [05:04] or not at all [05:04] os2mac: thats not my problem.. i get some issue with year.. well leave that :) i just solve it.. by another way.. === SuperTeece [n=tc@cdm-208-180-177-3.ftsm.cox-internet.com] has joined #ubuntu+1 [05:04] well.. having some problem with update.. [05:05] what's wron hateyla [05:05] on top of right corner update icon responding there is updates.. but when i open it and try to check whats other updates list so in return give me error [05:05] TheVault: dunno, mine worked magically. [05:06] hateyla: did you have an update fail? [05:06] os2mac: i dont have the actual error coz i install with apt-get which one i want.. but . there is something problem. [05:06] os2mac: not fail.. its saying something about root xs. [05:06] rhY: Could it be just cause I'm running the LIVE CD? [05:06] os2mac: its not asking for my root password. [05:06] can you giv the exact error? [05:06] yeah, I didn't get much working automagically on the LiveCD, but everything works pretty damned well on a partition. === binarydigit [n=bdigit@unaffiliated/binarydigit] has joined #ubuntu+1 [05:07] It's easy to boot back into winblows, too, in grub. [05:07] os2mac: well not now.. coz installaing something through apt-get so its locked.. now [05:07] so, no reason not to quick install an ubuntu partition. [05:07] rhY: Alrighty. I'm thinking on installing even though this is beta. Ummm another question with Compiz(the desktop effects) what other buttons can I press. I just pressed ALT+TAB and a window came up showing all the windows, not expose but you could switch between the windows [05:08] Moving the mouse to the top right corner should activate scale (which is == expos) [05:09] RAOF: Oh hell yeah. Thats what I'm taking about. Anything else? Im very very new to the whole compiz thing [05:09] Um, not by default, I think [05:09] That's pretty much it. === comfurtn [n=kyle@mrtc-dsl-610176.mis.net] has joined #ubuntu+1 [05:10] Oh, Alt + mousewheel should transparentize windows. === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu+1 [05:10] RAOF: But thats good enough in my standards. Certainly puts windows to shame [05:10] ROAF: Yup the ALT+Mousewheel works. I may have to write these commands down [05:10] hehe [05:11] TheVault: When ya done write some cmds.. give it to me :p [05:11] cmds? [05:11] Commands? [05:11] Commands [05:11] yea [05:11] What commands? [05:11] like shortcuts.. Alt+wheel === jb [n=chatzill@c-71-225-62-154.hsd1.pa.comcast.net] has joined #ubuntu+1 [05:11] oh [05:12] I don't know any except ALT+TAB [05:12] ALT+Scrollwheel [05:12] Move mouse to upper right corner for expose [05:12] TheVault: U will get More if u want to learn more :) [05:12] thats all I know [05:12] hi, can anyone help me with booting of the feisty cd? [05:12] hateyla: Yeah I do [05:13] jb: whats the problem. xplain it maybe someone can help. [05:13] when I insert the cd into my drive and try to boot to it I get an error like..."I-O break...or something" [05:13] Alright guys, I'm going to install Feisty. God I'm so shocked on what Feisty brings, I might as well install and see what new things it brings [05:14] brb === Boris__ [n=Boris@cpe-75-83-126-114.socal.res.rr.com] has joined #ubuntu+1 [05:14] hello everyone [05:14] i need some help with feisty fawn and its wireless, i cant get it to work =[ [05:15] !wireless | Boris__ [05:15] Boris__: Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs [05:15] yes ive read all that, nothing works =[ [05:15] can anyone help me? [05:15] Boris__: i dont know about wireless thingy coz i m behind router. [05:16] *sorry* [05:16] anyone know about boot issues? [05:16] well im connecting to a router to, of course, but it just wont recognize wireless at all === os2mac [n=jim@ip68-230-203-5.rd.hr.cox.net] has joined #ubuntu+1 === sonoftheclayr [n=luke@C-59-101-159-206.mel.connect.net.au] has joined #ubuntu+1 === Consty [n=grimlock@pool-71-117-93-19.snloca.dsl-w.verizon.net] has joined #ubuntu+1 [05:18] no one can help out? === Pepetideo [n=duarte@client-86-30-212-77.blfs.adsl.ntlworld.com] has left #ubuntu+1 [] [05:18] feisty fawn and wireless? [05:18] Boris__ whats the problem? [05:19] i installed FF, it wont even recognize my wireless - it used to work on 6.10 [05:19] what kind of wireless? [05:19] Broadcom? [05:19] i have a dlink g132 usb card [05:19] NIght all [05:19] When installing a LAMP setup using Ubuntu's server edition, x.org isn't included in the install is it? I'm planning on running a vmware session for firewall software and I believe vmware server requires X if not Gnome for window capabilities. I thought perhaps vmware server could be managed entirely from the console, but I didn't find any documentation. So would it be easier to install LAMP server and add X ontop of it, or [05:20] chipset? [05:20] nothing for wireless pops up - could i use the ndiswrapper? or is that not allowed? [05:20] yeah it's allowed but what chip set does your card use? [05:20] chipset? im not too knowledgeable [05:20] i386 [05:20] wot do you mean chipset [05:21] as far as Linux goes the manufacturer of the card doesn't reallymatter the drivers are written for the chipset of the wireless adapter that it uses. [05:21] ok well i have the same files i used on edgy === jb [n=chatzill@c-71-225-62-154.hsd1.pa.comcast.net] has joined #ubuntu+1 [05:22] it was all perfect, now its all dead [05:22] for instance ... I use a Dell 1430 minipci card but the wireless chip set is made by broadcom.... which isn't exactly well supported [05:22] no wireless is even recognized [05:22] under linux [05:22] i see [05:22] does it recognize the USB adapter [05:22] i dont think its by broadcom because of all the struggle i went through to get it to work on 6.10 long time ago [05:22] hi, does anyone know about the ubuntu boot from CD or wubi? [05:23] no it does not === gradin [n=gradin@c-71-231-122-221.hsd1.wa.comcast.net] has joined #ubuntu+1 [05:23] hey all [05:23] im pretty fustrated ive been trying to get it to work all day [05:23] do an LSPCI | grep Ethernet and see if it turns anything up. [05:23] i've got a problem trying to install compiz on my box === dogmatism [n=dogmatis@24.115.218.54.res-cmts.sth.ptd.net] has joined #ubuntu+1 [05:24] i've got a amd 1.7 GZ with a nvidia geforce 440MX [05:24] no its not shown [05:24] sounds like your barking up the wrong tree.... your looking at wireless problems when you should be looking at USB problems... [05:25] do "LSPCI |grep USB" and see what turns up? [05:25] the issue i'm seeing is when entering the test X mode is that its displaying no screens found [05:25] 4 usb come up [05:25] SIS usb 2.0 controller etc [05:25] but no usb car - its connected [05:26] did you reboot with the card installed? [05:26] and without it installed? [05:26] should i install ndiswrapper than? [05:26] no I think your having a problem with the USB software seeing your card.... I don't think it [05:27] it's a wireless problem at all. [05:27] what about lsusb? [05:27] my xorg.conf is http://paste.ubuntu-nl.org/14664/ [05:27] well it never recognized the card on 6.10 either [05:27] ok i did lsusb [05:27] it sheos [05:27] DLINK CORP [hex] [05:27] 2001:3a03 [05:28] and now? [05:28] anybody got any ideas? [05:28] !compiz [05:28] Compiz (compositing window manager) and XGL (X server architecture layered on top of OpenGL) - Howto at http://help.ubuntu.com/community/CompositeManager - See http://tinyurl.com/pw5ez for Kubuntu systems - Help in #ubuntu-effects [05:28] so it's seeing the card. [05:28] correct [05:28] have you tried to reboot without the card installed. [05:28] eventhough the lights are off... [05:29] so to restart without the card plugged in? === mphill [n=mphill@CPE-70-92-242-47.wi.res.rr.com] has joined #ubuntu+1 [05:29] Boris__, so it's a DLink card? [05:29] and then installing the card after the computer was fully up? [05:29] yes, its a dlink g132 [05:29] by installing you mean just pluggin it in right? [05:29] yes. [05:29] ill do that now [05:29] what kind of computer? [05:29] i doubt something will happen [05:29] *BrB( [05:30] I doubt it as well but it may give us a new error to work with. [05:30] concept10 are you aware of a Dlink card issue? [05:30] pentium 4, 3ghz, 1024ram [05:30] manufacturer? [05:31] os2mac, im not aware of no issue, I just came into the coversation, i assume he is trying to get his card working? [05:32] yeah... in lspci it doesn't show any ethernet adapters. but the card is shown in lsusb.... [05:32] its a abit motherboard [05:32] I wonder if it's not a USB problem rather than an ethernet problem. [05:32] ok i just reattached the usb card [05:32] do i run lsusb? [05:32] did you reboot? [05:32] yes i did [05:33] okay, the card is shown on the usb bus.. now find some drivers! [05:33] i have the drivers [05:33] how should i install those [05:33] did it prompt you to install the drivers? [05:33] no [05:33] nothing [05:33] it does nothing [05:34] it only says "dlink corp" [05:34] nothing about wireless [05:34] that's in lspci? [05:34] lsusb [05:34] what does it show in lspci [05:35] lspci doesnt give me my card [05:35] does it show anything for ethernet? [05:35] yes [05:35] but i cant use that === os2mac [n=jim@ip68-230-203-5.rd.hr.cox.net] has left #ubuntu+1 ["Leaving..."] === beg1689 [n=brian@ip68-228-159-130.ri.ri.cox.net] has joined #ubuntu+1 === os2mac [n=jim@ip68-230-203-5.rd.hr.cox.net] has joined #ubuntu+1 [05:36] dont leave!!! [05:36] interesting... just got a crash report from "usplash" but when i tried to report it it blamed my BIOS [05:36] hehe i need help =[ [05:36] left by accident. [05:36] hi all: [05:36] any ideas on what to do? [05:36] ok so you can see the card in lsusb [05:36] also my wifi is lost on resume rom suspend [05:36] i though FF would do it all automatically [05:36] does anyone know how I can resize an ext3 partition towards the beginning? [05:36] do an iwconfig and tell me what shows up. [05:36] i can see my ethernet, not my wireless [05:37] doesnt gparted handle that? [05:37] lo no wireless ext [05:37] eth0 no wireless ext [05:37] Boris__ what chipset are you having trouble with [05:37] you two are making this harder than in should be.. [05:37] beg1689 it's a dlink. === concept10 [n=concept1@ppp-70-247-165-142.dsl.rcsntx.swbell.net] has left #ubuntu+1 ["Ex-Chat"] [05:38] i dont know the chipset - its an dlink g132 wireless card === Subhuman [n=jack@host86-147-106-193.range86-147.btcentralplus.com] has joined #ubuntu+1 [05:38] concept10 what do i do if its easy? =[ === concept10 [n=concept1@ppp-70-247-165-142.dsl.rcsntx.swbell.net] has joined #ubuntu+1 [05:38] concept10 please help if you can [05:38] concept10 what do i do if its easy? =[ [05:39] if i reinstall windows how can i reinstall grub right after? [05:39] did you guys go through the normal stuff already? [05:39] see what dmesg tells you about it? [05:39] Boris__, you know what card you have, you have only one Dlink device, install ndiswrapper and wrap your drivers and wala [05:40] For those who were here the other night, I got my Palm Treo 700p syncing just fine now. [05:40] ok [05:40] ill do the ndiswrapper thing now [05:40] and come back [05:40] give me a few mins [05:40] concept10 the reason I didn't reccomend that is because I didn't think it was seeing the device. [05:40] os2mac, is was shown on lsusb [05:40] now that we know it is ...it [05:40] so it was.... [05:41] but why isnt it on the new wireless tool it has? [05:41] but there was no ethernet adapter shown on lspci. [05:41] I need to fix my wireless .. I swear bcm43xx works only three months out of the year [05:41] and he said it worked previously with the embedded drivers...without NDISwrapper. [05:41] concept10 I am using that chipset right now... [05:42] from now on ill always remember to check linux compatibilty for devices [05:42] it worked with the dlink drivers under ndiswrapper on 6.10 [05:42] and if it doesnt work, return it, they will let you [05:42] os2mac, on feisty? [05:42] it didn't work in edgy.. I did the dist upgrade to fiesty and it started working. [05:42] brb guys [05:42] Boris__ you never said that... just that it worked under edgy... :) [05:43] os2mac, they keep breaking and fixing the driver... I promise it worked perfect three releases ago [05:44] well I downloaded a beta a couple of weeks ago and it didn't fix my problem... I do the dist upgrade and it works.... not sure why... [05:44] I even tried to installed fwcutter manually and still couldn't get it to work. [05:45] concept10 how did you upgrade to fiesty? [05:45] I used fwcutter about a year ago and it worked perfectly [05:45] now I see some complaints in /var/log/messages about SoftMAC [05:45] os2mac, old school way [05:46] try the dist upgrade and see if that corrects the problem. [05:47] the drivers work somewhat, they just dont connect to my router === krups [n=arthomps@pool-72-75-55-210.washdc.east.verizon.net] has joined #ubuntu+1 [05:47] bbl === digilink [n=digilink@24-151-237-53.dhcp.kgpt.tn.charter.com] has joined #ubuntu+1 [05:48] Im having a hard time with flash sound, I've tried a myriad of things to get it working, but just not having any luck. Are there any known issues? [05:48] i have an atheros chip [05:49] should i still stick to my dlink drivers? === aaaaaaaaaaaa_ [n=feisty@201-35-189-50.smace701.dsl.brasiltelecom.net.br] has joined #ubuntu+1 [05:49] atheros should be good to go out of the box. [05:49] meaning? [05:49] Boris__ if your comfortable using NDISwrapper use that and use what ever driver you would use under windows. === fools [n=lloyd@S0106002018d951b0.gv.shawcable.net] has joined #ubuntu+1 [05:50] which should be the Dlink drivers. [05:50] ok [05:50] can ext3 be resized at the beggining? [05:51] alright [05:52] see back to earlier today [05:52] i got ndiswrapper working [05:52] driver installed, hardware present [05:52] but on network settings the wireless doesnt show up [05:52] its just the wired connection and the modem connection [05:52] this never happened on 6.10 - or am i doing something wrong? [05:54] did you modprobe ndiswrapper? [05:54] yes [05:55] Who do I talk to about putting packages in a repo? [05:55] im gonna restart? [05:55] I have an unformatted disk space between the beginning of my extended patition and an ext3 partition, how can I make that space usaable? [05:56] sudo apt-get install gparted [05:56] gparted [05:56] it says "unusable disk space" [05:56] sudo. apt. get. install. gparted. [05:56] what does ifconfig show? [05:56] unallocated [05:56] doesnt work again =[ os2mac, concept10 im so mad [05:57] nzk, unallocated disk space [05:57] sudo.... apt... get... install... GPARTED === gradin [n=gradin_c@c-71-231-122-221.hsd1.wa.comcast.net] has joined #ubuntu+1 [05:57] !compiz [05:57] Compiz (compositing window manager) and XGL (X server architecture layered on top of OpenGL) - Howto at http://help.ubuntu.com/community/CompositeManager - See http://tinyurl.com/pw5ez for Kubuntu systems - Help in #ubuntu-effects [05:57] Boris__ what does ifconfig show [05:58] nzk, gparted says it's unallocated space [05:58] ok theres 3 things now [05:58] then format it [05:58] nzk, the problem here is that ext3 can only be growed from the end [05:58] eth0, eth0:avah, and lo [05:58] what info do you need [05:58] just the name of the interfaces. [05:58] nothing says wireless or dlink [05:58] should be lo [05:58] eth0 [05:58] eth1 [05:59] or wlan0 [05:59] lo says LINK ENCAP:LOCAL LOOPBACK [05:59] eth0 says LINK ENCAP ETHERNET HWADDR --00... [05:59] and no wlan0 [05:59] what is the 3rd adapter? [05:59] lo [06:00] how about cutting and pasting the output to pastbing [06:00] http://paste.ubuntu-nl.org [06:00] oh === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu+1 [06:00] no solution tonight then [06:01] no just cut and paste that to paste bin the post the link to it in here... [06:01] so I can see it without you having to describe it. [06:01] i cant [06:01] this is my laptop [06:02] problem is on my desptop [06:02] your on a different machine. [06:02] ahhh [06:02] it has no internet access === beg1689 [n=brian@ip68-228-159-130.ri.ri.cox.net] has left #ubuntu+1 [] [06:02] ok so if you do ifconfig it shows you three adapters? [06:02] correct [06:02] you only named two earlier... [06:02] but no wlan0 [06:02] what is the third one. [06:02] you named lo and eth1 [06:02] before ndiswrapper, there were 2 [06:02] sorry eth0 [06:02] so the third one is eth1? [06:03] Is x.org included in the LAMP install of Ubuntu server? [06:03] this "eth0:avah" appeared [06:03] ah hah... [06:03] Consty: no. [06:03] wots that [06:03] ok now do iwconfig [06:03] lo no wire ext [06:03] eth0 no wire ext [06:03] do you have a third entry there? [06:04] no [06:04] hmmmm. [06:04] crimsun: Thanks. In your opinion would it be easier to install Desktop and install AMP after that, or install x.org from the server setup? === po9 [n=p2@adsl-75-6-27-40.dsl.toldoh.sbcglobal.net] has left #ubuntu+1 ["Ex-Chat"] [06:04] crimsun: I want to use a virtual machine for firewall stuff so [06:04] this computer has an NIC and a wireless NIC? [06:05] Consty: err, I don't recommend installing X.Org on that server. === Agrajag` [i=Agrajag@c-67-186-9-39.hsd1.pa.comcast.net] has joined #Ubuntu+1 [06:05] well yeah [06:06] crimsun: Happen to know if you can configure vmware virtual machines from the console using vmware server? === Tomcat_` [n=Tomcat@p5B15D664.dip.t-dialin.net] has joined #ubuntu+1 [06:06] hmmm. [06:07] *tear* [06:07] if you reboot without setting up NDIS to load at boot you will have to load it again by hand. [06:07] but thats the same thing === TheVault [n=kylewitt@cpe-24-209-11-142.cinci.res.rr.com] has joined #ubuntu+1 [06:07] it wont fix it [06:08] How do you get the cube effect in Compiz? [06:08] What button combination? [06:08] what is the output of ndiswrapper -l [06:08] thats a lower case L [06:08] driver installed, hardware present [06:09] do an ifconfig -a [06:09] and see what that says [06:09] same as i old you before [06:09] told* [06:09] so lo eth0 and eth1? [06:09] and eth0:evah [06:10] avah* [06:10] do ifconfig eth1 down [06:10] Got a question. My wifi light on my laptop is lit up but when I did iwlist eth1 scan, it brough up no results. Nor is the network manager showing anything [06:10] you may have to use sudo. === beg1689 [n=brian@ip68-228-159-130.ri.ri.cox.net] has joined #ubuntu+1 [06:11] then do sudo ifconfig eth1 up [06:11] no such device [06:11] try it with eth0 [06:12] ok [06:12] now what? [06:12] do iwconfig [06:12] no wireless extensions [06:12] are you sure the card is functional? [06:13] yes [06:13] it plug it here on the laptop and it works fine [06:13] i * [06:14] did you do depmod -a? [06:14] yes [06:15] look here [06:15] https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper [06:15] go down to 8.2.3. [06:15] when i do "tail /var/log/messages" i get a bunch of errors [06:16] well i dont know if errors, but messages [06:16] i get [06:16] gconfg rook 5495 exiting [06:16] usb 4 -3 usb disconnect address 2 [06:17] new high speed usb device using ehci_hcd and adreess 5 [06:17] etc etc [06:17] do u have anything else USB plugged in? [06:17] then [06:17] eth0: media link off [06:17] addrcong [netdev_up] eth0 link is not ready [06:17] again - no wlan0 [06:18] well it's possible that it's calling the usb card eth0 or eth1 but if it's calling it eth0 then it's conflicting with your existing NIC. [06:19] i dont think its that [06:19] I have a similar problem with my laptop... I cannot have both NIC's enabled at the same time. [06:19] it always worked before === snowpunk98 [n=snowpunk@cpe-67-49-100-131.socal.res.rr.com] has joined #ubuntu+1 [06:19] Boris__ I am sorry to tell you that I am at the end of my trouble shooting ability as limited as it was.... [06:19] have you tried to talk to anyone over in #ubuntu about it? [06:20] they almost shoot me there [06:20] i was forced to come to this room [06:20] I need to go.... it's past 12am here and I need to work tomorrow... I am sorry. [06:20] its fine [06:20] I dont suppose anyone could help me get my Logitech MX510 thumb buttons working?/ [06:20] thanks for your help [06:20] sorry again. [06:20] gnite [06:20] no worries [06:21] good night. [06:21] ill just go get a different card i think [06:21] will that wokr? === defendguin [n=supertux@cpe-72-181-7-135.houston.res.rr.com] has joined #ubuntu+1 [06:25] When booting Feisty from the LiveCD, it gets stuck at the bootup screen with the orange bar moving back and forth...any ideas? [06:25] Bawlsfuff: does it eventually boot? [06:26] back and forth? [06:26] Hobbsee, funny you should mention....It had been stuck for like, 20 minutes, and as soon as I typed that, it started up [06:26] feisty doesn't have back and forth === Hobbsee wonders if that's the dhcp thing [06:26] it fills up [06:27] that should be edgy you're trying [06:28] nah, defnitely feisty. It was going back and forth for a good 20 minutes, and then started filling up [06:28] ah [06:28] straaaange === microwaved_peep [n=relia@oh-67-76-152-207.dyn.embarqhsd.net] has joined #ubuntu+1 [06:29] But while I'm here, how do I get to the disk management in Feisty? === crimsun [n=crimsun@dargo.trilug.org] has left #ubuntu+1 [] [06:30] anyone? [06:30] disk management? [06:30] Dunno what you mean by 'disk management'... [06:30] !smart-questions [06:30] Sorry, I don't know anything about smart-questions - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:31] I meant.....like, partitions, etc. [06:31] Bawlsfuff, you want partitioning [06:31] precisely [06:31] it's in system > administration > gnome part.. [06:32] johnnybuoy yeah, thats where it was in edgy....but for some reason, its not showing up for me.... === firephoto [n=tom@pool-71-115-234-220.spknwa.dsl-w.verizon.net] has joined #ubuntu+1 [06:32] Bawlsfuff: Try just 'gksudo gparted' in the Gnome run dialog box? [06:32] then install it [06:33] anything I can run from terminal? [06:33] Same thing, actually. [06:33] Unless you were asking for something text-only, which case: parted. [06:33] hmmmm...interesting.....it didnt do anything [06:34] Then it probably isn't installed, like Johnny hinted. lol [06:34] oh...I see....how do I install it? [06:34] sudo apt-get install gparted [06:34] sudo apt-get install gparted [06:34] add/remove applications > search for gparted, or partition or dg. === microwaved_peep refrains from an 'i win' and settles with microwaving Peeps [06:34] or jst do what they say ;) [06:35] microwavind cdroms is fun [06:35] ing [06:35] It isn't Easter until you get a peep marshmellow the size of your three-year old cousin's head. === crimsun [n=crimsun@dargo.trilug.org] has joined #ubuntu+1 [06:36] butg I cant connect to the internet === cvrse [n=ben@ppp83-30.lns2.mel3.internode.on.net] has joined #ubuntu+1 [06:36] why? [06:37] Linksys WMP45G wireless card issues === Ademan [n=dan@h-68-167-206-110.snfccasy.dynamic.covad.net] has joined #ubuntu+1 [06:37] it _should_ be on the cd... [06:37] Bawlsfuff, no cable? [06:37] you do not have one cable to plug in? [06:38] my computer's a good 100 feet and 2 floors away from my router [06:38] ouch [06:38] yeah, I figured it'd be on the cd also... === _4strO [n=cedric@AStrasbourg-253-1-9-238.w81-51.abo.wanadoo.fr] has joined #ubuntu+1 [06:38] I know, this blows [06:38] get a smaller house [06:38] or get a decent wifi card ;) [06:39] haha [06:39] well, this wifi card's awesome, they just hate Linux...those bastages [06:39] gparted should be on the cd tho [06:39] did you try installing it? [06:39] yeah, that's what I'd figure.... [06:39] yeah [06:39] it said failed to fetch, blah blah blah === gabriel_ [n=gabriel@189.158.108.144] has joined #ubuntu+1 [06:40] phew [06:40] has anyone upgraded from edgy to feisty without any problems? [06:40] Wonder if you commenting out all of the remote repos and having just the disc in sources.list would force it to use the one on it. :o [06:40] gabriel_: I have. [06:40] apt-cdrom [06:40] my machine is not booting anymore [06:40] or wha [06:41] microwaved_peep: to be honest.,....I have no idea what you just said [06:41] how did you do it? [06:41] microwaved_peep: yes, it would. [06:41] Oh lord, my name. [06:41] I tried with adept, that prompted me to upgrade to feisty, said yes, and started the process [06:41] but then it said some error and had to do dpkg --configure -a [06:42] then the mess started [06:42] gabriel_: I used aptitude update && aptitude dist-upgrade after making sure that ubuntu-desktop was installed [06:42] gabriel_: in your case, make sure kubuntu-desktop is installed before attempting [06:42] after several apt-get upgrade -f, my machine is not booting anymore === sonoftheclayr [n=luke@C-59-101-159-206.mel.connect.net.au] has joined #ubuntu+1 [06:43] gabriel_: Anything spat out as it attempts to boot? [06:43] hmm...well, I thought it was installed, cause then I got no more errors [06:43] but now its not booting. After grub, the screen stays blanc [06:43] what packge do i need to install get the nvidia kernel modules for the legacy driver? [06:43] then, if I select the old edgy kernel, the usplash image shows up, but nothing loads on the progress bar [06:44] relia: no, just a blank screen [06:45] gabriel_: Well, that can't be good. lol [06:45] is this a bug or something? It all started with a python2.5 dependencies problem [06:46] good thing its my testing pc === beg1689 [n=brian@ip68-228-159-130.ri.ri.cox.net] has left #ubuntu+1 [] [06:48] gabriel_: well, make sure the apt sources are current first; [06:48] sudo aptitude update [06:48] yes i did that [06:49] do it now. [06:49] then it said i had to do apt-get upgrade -f [06:49] i cant, cause now it doesnt boot [06:49] im on my main machine now === nanousr [n=nanousr@c-67-172-216-15.hsd1.va.comcast.net] has joined #ubuntu+1 [06:51] get a live cd, boot from it, chroot into your feisty install [06:51] or use an alternate CD and choose the rescue boot menu option [06:53] Ah, that brings back fond memories. Back when feisty's update-initrd would kill root-on-LVM. Good times :) === nanousr [n=nanousr@c-67-172-216-15.hsd1.va.comcast.net] has left #ubuntu+1 [] [06:56] will the safe-mode grub option work? [06:56] You won't know untill you try it :) [06:56] well..i tried it and it booted into some weird "shell", but it was not bash or something like that [06:57] that's busybox, which means your / wasn't mounted [06:57] ok, and can i mount it from there? [06:57] probably not, but you may be able to. [06:57] what you need to do is use one of the methods I described. [06:58] okay, i'll try it in an hour, when I get back home === Zewey [n=zanglang@123-51-4-15.static-dsl.qld.aussiewholesale.net] has joined #ubuntu+1 [06:58] how do I chroot into my feisty installation? [06:59] please use the wiki. === reitblatt [n=mark@resnet-50-24.dorm.utexas.edu] has joined #ubuntu+1 === reitblatt [n=mark@resnet-50-24.dorm.utexas.edu] has left #ubuntu+1 [] [07:00] ok, thanx [07:00] i'll report what happened later === SmrtJustin [n=SmrtJust@cblmdm72-241-95-203.buckeyecom.net] has joined #ubuntu+1 === corevette_ [n=corevett@adsl-75-35-192-230.dsl.pltn13.sbcglobal.net] has joined #ubuntu+1 === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu+1 [07:10] hmm, another not working "press next to upgrade" [07:11] This time I can stard Version upgrade, but then get no release announcement and no next. [07:11] Lynoure, bug report it : ) [07:12] FunnyLookinHat: to the similar one that was supposed to be fixed or new? [07:13] Similiar one would be best probably.. that way they know it's a longstanding issue. [07:14] I gotta go... but thanks for bug reporting! It's the only way we can fix these things : ) === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #ubuntu+1 [07:15] Hello [07:15] Does last.fm work on kubuntu feisty? [07:16] yes [07:16] tonyyarusso: It crashes on me. [07:16] tonyyarusso: I mistakenly installed an old debfile first. Though it didn't complete the install. [07:17] tonyyarusso: Then I found it in the repository. Could that have screwed something up? [07:17] tonyyarusso: It runs far enough for me to select a station then it bombs out on me. [07:17] pollyo: Well, you should definitely be using the repo one (or any of the other compatible !players) [07:18] I've generally accessed it through Rhythmbox myself [07:18] tonyyarusso: Yes. I did end up installing the one from the repository. [07:18] Anyone here have the last.fm program installed? [07:19] pollyo: sometimes last.fm has capacity problems. Plays fine for me on Amarok === esstone [n=esstone@c-24-19-6-182.hsd1.mn.comcast.net] has joined #ubuntu+1 [07:20] Lynoure: So the "official" last.fm player might not work correctly while the Amorok or the Rhythmbox would? [07:20] pollyo: the official player is not even part of kubuntu, is it? Is there even source available? [07:21] Lynoure: The application was in the repository. [07:21] pollyo: interesting. [07:21] Lynoure: lastfm - an audio player for last.fm personalized radio [07:21] tonyyarusso: :) === khermans [n=khermans@c-65-96-191-13.hsd1.ma.comcast.net] has joined #ubuntu+1 [07:21] what is the definition of a HERD release? [07:21] Lynoure: Maybe I need to install the other two last.fm packages? Though they didn't auto select them as a requirement. [07:22] khermans: An alpha release of Feisty [07:22] where does Ubuntu document this acronym(?) and why is it called that [07:22] tonyyarusso, yes right, but why call it "herd" [07:22] pollyo: I really do not know, I have not used their player.. For me all-in-one of Amarok is a big plus. [07:22] khermans: It's the term for a group of Fawns [07:22] (ie, deer) [07:22] tonyyarusso, oh lol [07:23] tonyyarusso, what did they call edgy alphas [07:23] khermans: Yes, it's weird and random, but that's how it works. [07:23] Lynoure: I did look at the Amorok. I am curious to see what bells and whistles the last.fm player might have. === tonyyarusso doesn't remember - anyone? [07:23] pollyo: way less bells and whistles than amarok, just the basic last.fm things, last I tried it. [07:23] Knots [07:23] Knot, right [07:23] pollyo: one of it's devs is an Amarok dev too :) [07:24] tonyyarusso, how know form edgy? [07:24] knot === GreenHawkIA [n=GHawk@12-217-185-57.client.mchsi.com] has joined #ubuntu+1 [07:25] Where do I find: "libmp3lame.so"? not showing up in adept :-(. TIA [07:25] Because you have a knot of salamanders, and an "eft" is a baby salamander (or some other form of primitive aquatic semi-lizard) [07:25] K`zan: You'd be after "lame" :) [07:25] Or probably liblame [07:25] RAOF: THanks! [07:25] k'zam [07:26] you trying to find it for audacity? [07:26] it can't find it automatically because ubuntu names it funny [07:26] so show all the .so files in the dropdown that appears, and you want libmp3lame.so.0 [07:26] I guess if it keeps bombing I'm just going to uninstall it. === Eleaf [n=ethan@69.39.24.28] has joined #ubuntu+1 [07:27] I would really like to know why it is doing that though. [07:27] pollyo: report a bug first... [07:27] pollyo: or run strace, or both :) [07:27] As long as it's an ubuntu packaged version. === Lynoure loves strace [07:27] Apport should pop up and offer to help you file a bug. [07:27] Lynoure: How and Where. I've only been using kubuntu for 25 days. I installed the feisty and its been running fine except for this. === RAOF loves apport. Especially for bugs in his python programs [07:28] Lynoure: Ok. I am willing to do both but can you explain what strace is and how to make the report? [07:30] pollyo: if you have not used Linux or unix longer that 25 days, I would not recommend strace yet. It'd be a bit overwhelming :) [07:30] RAOF: I get: [07:30] {~} $ locate libmp3lame.so [07:30] /usr/lib/libmp3lame.so.0.0.0 [07:30] /usr/lib/libmp3lame.so.0 [07:30] But no just .so, make a link?!? [07:30] It's a bit "it's full of stars!" for me every time still, after years :) === tygus [n=tygus@147-12-231-201.fibertel.com.ar] has joined #ubuntu+1 [07:30] Anyone here running last.fm ? [07:31] K`zan: Hm, the unadorned ".so" file should be in the "liblame-dev" package. But what is trying to find liblame.so? === Naddiseo is now known as Naddiseo[zzz] [07:31] K`zan: (Because if it's an Ubuntu package, then that's a bug which should be filed) [07:31] RAOF: Audacity, I told it to use that and it looks like it worked, checking. [07:32] ROAF Apparently not :-(. [07:33] RAOF: Or sound has suddenly gone to hell, checking. TV card works so lemme load the dev library and see what happens. [07:33] Hm, try installing the "liblame-dev" package (that's what the audacity package Suggests:) [07:33] pollyo: If you report a bug of the crash (did you mean the playing stops or the app crashes?), I can try and possibly verify [07:34] Hi, I have a basic question. I have a GForce 6150 onboard, and I installed and uninstalled the drivers. I want to install the drivers that came on the CD but it says that needs the source or some like that... how can I install the source? [07:34] Lynoure: The app crashes. It disappears from the screen. [07:35] Lynoure: Nothing found in my ProcessTable when searching for last either. [07:35] Lynoure: I start it and the Radio Control window pops up. [07:36] Lynoure: It wants me to select a station. [07:36] RAOF: Never mind, looks like audacity is broken it has /dev/dsp specified but it doesn't like it. Audacity seems to work every other time I try it LOL. [07:36] Lynoure: If I go to the Search tab I can put in an artis and it brings up a list of suggestions. [07:37] pollyo: you can still report it in launchpad.com manually [07:37] Lynoure: Then when I double click the artist it crashed. === someothernick [n=ron@pool-72-85-162-170.bstnma.east.verizon.net] has joined #ubuntu+1 [07:39] Lynoure: This strace do I use it to open the last.fm program or run it in another window when I run last.fm? [07:39] RAOF: Sigh, audacity just won't deal with the sound device, gonna have to boot back to edgy and see if audacity still works over there. Thanks for your time. [07:39] K`zan: It sounds like it's trying for OSS access. [07:39] You can't set it to use ALSA? [07:40] RAOF: Yes and it doesn't like any of the other choices there either :-(. [07:40] anyone can help me, please? [07:40] Lynoure: Does strace write a logfile or will I need to capture information? [07:40] tygus: The drivers which came on what CD? [07:40] Sounds works from everywhere else though, tv card, fm, xmms... [07:40] the motherboard's CD [07:41] RAOF: the motherboard's CD [07:41] tygus: Don't bother. Ubuntu has the drivers you need. [07:41] tygus: Like many windows refugees, you'll find that things operate a little bit differently here :) [07:41] One of the ways is: you never install a driver. [07:42] RAOF: Interesting that it does record though :-). === dudus [n=dudus@201.91.90.60] has joined #ubuntu+1 [07:42] pollyo: you do not need to do strace to report a bug. [07:42] Can someone help me with strace? How do you run it strace -e=PID? [07:43] Lynource: strace -e=PID -o dump.log [07:43] RAOF, ok, I have this problem. Now the restricted driver manager shows the driver installed, but I have 800x600 only. So I uncheck the nvidia box to uninstall and then reinstall it, but when I try to uncheck ti says : [07:43] pollyo: if you really want to use strace to look into it, you'll prolly want to direct the output to a file otherwise you'll have a meg of text on your screen real soon [07:43] RAOF: Reconfiguring X.org video drivers is not possible: /etc/X11/xorg.conf is invalid or does not exist. [07:43] Lynoure: I see -p PID -o Filename === KurtKraut [n=ktk@unaffiliated/kurtkraut] has joined #ubuntu+1 [07:44] tygus: Ah, so you've been hit by a restricted-manager bug. [07:44] On feisty, when I plug USB pendrives I always havent permission to right on it. Even if I do mount manually. Is this a bug ? [07:44] Firstly, you should regenerate your xorg.conf. To do that, run "sudo dpkg-reconfigure -pcritical xserver-xorg" in a terminal. [07:45] RAOF: So I copyed some xorg.conf that I found and uninstalled the nvidia driver. But when I try to reboot the X using ctrl+alt+bksp I loose the mouse cursor. [07:45] pollyo: you only need -p if you already started the program, you can also just give strace the program name. [07:45] RAOF: ok, I'm trying that [07:45] Lynoure: I think it worked. It doesn't crash right away so I was able to start it with the pid. [07:45] pollyo: I pretty always use -F [07:45] Lynoure: Would it be better to start strace first to get more data? [07:45] pollyo: (not much harm from it even if there are no forks to follow) [07:46] RAOF: why is that whenever I restart X I loose the mouse cursor? [07:46] pollyo: a matter of opinion. you can try both, if you wish to explore It's not like running it takes long :) [07:46] No idea, but just copying some random xorg.conf is probably a bad idea :) [07:46] pollyo: reading it can take long =) [07:47] Lynoure: What do I do with the file? [07:47] RAOF md5sum: /etc/X11/xorg.conf: No such file or directory [07:47] pollyo: usually I also up -s by a whole lot. [07:47] tygus: Whee! That's certainly messed up. [07:48] The last line is a segmentation fault [07:48] pollyo: Like I said, I would not recommend it if you are 28 days new to *nix [07:48] tygus: is that the entire output of "sudo dpkg-reconfigure -pcritical xserver-xorg"? [07:48] RAOF yes [07:48] pollyo: you read it to see what went wrong, usually starting at the end. [07:49] Lynoure: Ok. I'm opening it to view it. [07:49] tygus: Right, so something's very messed up. Why don't you try reinstalling all the X stuff, with "sudo aptitude reinstall ~nxorg" [07:50] pollyo: Since that package is segfaulting, the automatic crash reporter (apport) *should* have some useful information. [07:50] Lynoure: Looks like it couldn't open /dev/snd/pcmCOD1p [07:50] RAOF how do I exit X? [07:50] pollyo: Check out the contents of /var/crash [07:50] tygus: You don't have to. [07:51] Lynoure: Inaddition TtApi no devices found [07:51] ok, I'll try that and brb to tell [07:51] RAOF: /var/crash... Ok [07:51] RAOF: ok, I'll try that and brb to tell [07:53] FAOF: I have no idea what to do with that it has a coredump. [07:53] RAOF: At least the strace gave some type of errors. [07:54] pollyo: Yay. Awesome. No, this is better than the strace. [07:54] So /var/crash has something like _usr_bin_lastfm_1000.crash in it, right? === jussi01 [n=jussi@dyn3-82-128-188-131.psoas.suomi.net] has joined #ubuntu+1 [07:54] RAOF: Yes it has a file with the name of the application that crashed. [07:54] You want to touch that file, with "sudo touch /var/crash/_that_file_name" [07:54] RAOF: it says that it couldnt lock list directory... [07:54] morning [07:55] RAOF: Yes... _usr_bin_lastfm.1000.crash [07:55] tygus: Are you running any other package managers (apt/aptitude/synaptic/add-remove/adept)? If so, close them. [07:56] pollyo: So, a little while after you touch that file, you should get a pop up saying "last.fm crashed, please file a bug" [07:56] I'm running only XChat === Bent [n=bent@port46.ds1-esp.adsl.cybercity.dk] has joined #ubuntu+1 [07:56] tygus: In that case, your package manager has crashed at some point, and you want to remove the lockfile manually. [07:57] RAOF: ok, how do I do? [07:57] RAOF: Ok. [07:57] tygus: you need to "sudo rm /var/lib/apt/lists/lock" [07:57] RAOF to be clear, Im using XCHAT on X now [07:58] tygus: Yeah, that's fine. There's no reason for you to not be running X. [07:58] RAOF: Do I need the path if I am in the directory? [07:58] pollyo: For the "touch"? No. [07:58] RAOF: Ok thanks. === orient2000 [n=orient20@CPE00e018fe7049-CM0014f85e8fb0.cpe.net.cable.rogers.com] has joined #ubuntu+1 [07:58] However, tab-autocomplete will be your friend. [07:58] RAOF: so I can do "sudo touch _usr_bin..etc.. [07:58] Yup, exactly. [07:59] Although I'd spell it "sudo tou _us" etc :) [07:59] Hi! I can not shut down my system. Screen becoma dark and computer is on. 7.04 beta [07:59] ROAF: It will autofill the rest? [08:00] I hove to log out first. [08:00] pollyo: Yeah, it should. (Tab-autocomplete rocks :)) [08:00] RAOF ok, seems to have finished ok, should I reboot X using ctr+alt+bksp now? [08:00] ROAF: I did it but nothing poped up about reporting a bug. [08:00] ROAF: I'm going to redo it. [08:01] ROAF: It was a typo on my part the first time. Let me see if it pops up with anything this time. [08:02] That sucks. Well, an acceptable second best to filing a bug that way is to just attach the .crash file to a bug you file normally. [08:02] ROAF: Ok. What was that website for bug reports? [08:03] !bug [08:03] If you find a bug in Ubuntu or any of its derivatives, please file a bug report at: http://bugs.ubuntu.com/ - Bugs in/wishes for the bots can be filed at http://launchpad.net/products/ubuntu-bots [08:03] OK. Thank you all. === tygus [n=tygus@147-12-231-201.fibertel.com.ar] has joined #ubuntu+1 === hooray [n=aa@adsl-158-15-71.asm.bellsouth.net] has joined #ubuntu+1 [08:04] tygus: Any joy? === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #ubuntu+1 [] === tygus [n=tygus@147-12-231-201.fibertel.com.ar] has joined #ubuntu+1 [08:10] RAOF: Now I don't have hecked the NVIDIA drivers in the restricted driver, but when I check it says could not aply changes. Fix broken package first [08:10] RAOF I have fully rebooted [08:11] tygus, have you tried going to synaptic -> fix broken packages? [08:12] jussi01: I feel so stupid [08:12] tygus, it doesnt always, work, dont feel stupid... [08:13] not everyone knows it is there... remember, there are no stupid questions.... [08:14] jussi01 ok, didn't work. could you pass me a sources.list file that includes all needed for beryl? [08:14] tygus, beryl's in the repos now, but yeah, I have a fresh one... [08:14] wait 1 sec... [08:15] thanks, I don't know how many changes I've made on mine. [08:16] tygus, http://paste.ubuntu-nl.org/14672/ [08:19] jussi01 thanks, reloading synaptic now [08:19] tygus, :D [08:20] tygus, synaptic asked you to update? [08:20] jussi01 nop, but didn't find any package to fix [08:20] hehe === [Cade] [n=butteblu@adsl-217-79-96.asm.bellsouth.net] has joined #ubuntu+1 [08:20] ok, but you will need to run sudo apt-get update [08:20] tygus, ^^ [08:21] I tryed to install KDE and XFCE using synaptic yesterday [08:21] ok, running apt-get update [08:25] jussi01 dod apt-get update and ran synaptin, but didn't fix anything [08:25] tygus, hmmm... [08:26] whats the broken package do you know? [08:26] I dont know [08:26] ok... [08:26] I reinstalled xorg [08:26] hmmm [08:26] Im not sure of the answer to this one... [08:27] I did aptitude reinstall (waving -)nxorg [08:29] the xorg.conf was missing, and I put other xorg.conf I found. The system boots ok, but I can't install NVIDIA drivers. === Zewey_ [n=zanglang@123-51-4-15.static-dsl.qld.aussiewholesale.net] has joined #ubuntu+1 [08:30] I have NVIDIA drivers from their webpage but doesn't install because X is running [08:30] tygus, have you got much important data on there? if not I strongly suggest a reinstall - you have played a lot... [08:30] how can I stop X? === gamma [n=gamma@192.237.33.65.cfl.res.rr.com] has joined #ubuntu+1 [08:31] ok, but after I reinstall it takes like 4 to 5 hours to only to update the system [08:31] how can I backup the packages so I don;t have to download them again? === gamma [n=gamma@192.237.33.65.cfl.res.rr.com] has left #ubuntu+1 [] [08:32] I can see this partition from windows [08:33] !info apt-on-cd [08:33] Package apt-on-cd does not exist in feisty [08:33] arrgggh [08:33] tygus, http://aptoncd.sourceforge.net/ === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu+1 [08:35] tygus, [08:35] !info aptoncd [08:35] aptoncd: CD-based repository creator for packages downloaded via APT. In component universe, is optional. Version 0.1~rc-0ubuntu1 (feisty), package size 149 kB, installed size 916 kB [08:35] ok, I'm installing it now. I have some questions: [08:36] (please) === mcphail_ [n=mcphail@dyn-62-56-90-69.dslaccess.co.uk] has joined #ubuntu+1 [08:36] can I install gnome, KDE and XFCE all together? === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #ubuntu+1 [08:37] Hello === setanta [n=a@86.71.108.86] has joined #ubuntu+1 [08:37] I am able to load last.fm in gnome on (kubuntu) feisty installation. Let me try it again in my kde desktop. [08:37] brb === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #ubuntu+1 [] === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #ubuntu+1 [08:40] and second question: is there a way to make a backup of the OS in other disk? [08:40] last.fm doesn't like kde maybe... [08:40] !bug [08:40] If you find a bug in Ubuntu or any of its derivatives, please file a bug report at: http://bugs.ubuntu.com/ - Bugs in/wishes for the bots can be filed at http://launchpad.net/products/ubuntu-bots === balster_neb [n=balster_@203-59-174-84.dyn.iinet.net.au] has joined #ubuntu+1 [08:42] tygus, yeah, like an exact copy? === icecruncher [n=icecrunc@124.157.161.83] has joined #ubuntu+1 [08:42] jussi01 yes [08:43] jussi01 or like an incremental backup [08:43] to be able to restore the OS to the point it was working OK [08:43] tygus, i dont know... [08:43] ok, and any kind of backup? [08:44] this would be the 3rd time I reinstall ubuntu, (but the first I don't have to download all the uprates) === icecruncher [n=icecrunc@124.157.161.83] has left #ubuntu+1 ["Konversation] === rpedro__ [n=rpedro@87-196-108-38.net.novis.pt] has joined #ubuntu+1 [08:46] jussi01 I have a soyo motherboard, I have the bundled CD and it has drivers for linux, but when I try to install them it needs some headers and clibs or something like that... where do I get them? === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #ubuntu+1 [] [08:50] tygus, sounds like you need linux-headers or something. your fast heading into "jussi01 doesnt know" territory [08:54] tygus, you'll need to recompile your kernel === corevette [n=corevett@adsl-75-35-192-230.dsl.pltn13.sbcglobal.net] has joined #ubuntu+1 === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #ubuntu+1 [08:57] It looks like lastfm doesn't like my kde desktop or some type of dependency issue has gone wrong. [08:57] It is running fine on the Gnome desktop [08:58] BTW it is a good thing that last.fm is for listening to music. Isn't much as far as looks are concerned. [08:58] lol === DanaG [n=DanaG@66-169-234-227.dhcp.snlo.ca.charter.com] has joined #ubuntu+1 === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #ubuntu+1 [] === eexpress [n=exp_exp@222.244.125.195] has joined #ubuntu+1 [09:02] i comfirem the 2.6.20-14-generic kernel is bug at suspend. [09:03] confirm === DanaG [n=DanaG@66-169-234-227.dhcp.snlo.ca.charter.com] has left #ubuntu+1 [] [09:03] eexpress, go and confirm on launchpad [09:03] launchpad.net [09:04] will gaims name be changed in the next release === vishah [n=vishah@121.246.1.162] has joined #ubuntu+1 [09:04] corevette, yes [09:04] to pidgin [09:04] !pidgin [09:04] pidgin is the new name for Gaim forced by AOL's legal dept - chances are it will still be called Gaim in Feisty; look for the change in Feisty+1 [09:05] perhaps [09:05] it's too close to release to change it for feisty and not end up with horrors caused by cross-application libs === Dega [n=Khoix@adsl-074-172-168-003.sip.clt.bellsouth.net] has joined #ubuntu+1 === Dega [n=Khoix@adsl-074-172-168-003.sip.clt.bellsouth.net] has left #ubuntu+1 ["Leaving"] [09:06] hello elkbuntu [09:07] hello jussi01 [09:09] elkbuntu, do you know who is responsible for bug 102675 ? [09:09] Malone bug 102675 in netbase "Feisty boot hangs on "Configuring network interfaces"" [Undecided,Confirmed] https://launchpad.net/bugs/102675 [09:09] is there anyone present with a USB Audio device that I could punish^H^Hborrow for a few minutes? === brynk [n=gerrit@hq.xs4all.nl] has joined #ubuntu+1 [09:09] jussi01: please don't spam that one; we know about it, but it's hardly release-critical [09:09] crimsun, ok [09:09] sorry === jussi01 goes to hide.. === eexpress [n=exp_exp@222.244.125.195] has left #ubuntu+1 [] [09:10] hobbsee's pointy stick o' doom reaches far - you may run, but you can't hide! [09:10] jussi01, information such as that usually can be found under the "$packagename source package" tab [09:11] elkbuntu, thankyou === Jaxx_23 [n=Stephen@c-67-169-45-229.hsd1.ca.comcast.net] has joined #ubuntu+1 === berto_ [n=bertrand@i05v-87-90-172-56.d4.club-internet.fr] has joined #ubuntu+1 [09:25] hello, I have a vfat parition which I want to share between all my user. I want it mounted When I login and unmount when I logout. How can I do ? (I have a debian with gnome wich works like this, so i think it's possible) [09:26] I have selected 'auto-mount removable disk' === VirhYl3 [n=rhy@ip68-111-203-36.sd.sd.cox.net] has joined #ubuntu+1 [09:31] What's the best way to get DosBox running? [09:32] RAOF: re: audacity. Purged it, reinstalled it and it seems to be fine from a short test :-). [09:46] nm.... found it in synaptic... DOH! === VirhYl3 [n=rhy@ip68-111-203-36.sd.sd.cox.net] has left #ubuntu+1 [] === setanta [n=a@86.71.108.86] has joined #ubuntu+1 [09:48] hello all [09:48] after having installed feisty i got this lign in my fstab # Entry for /dev/hda5 : [09:48] UUID=5310491f-da47-4594-a5a7-616c2450f0e6 / ext3 defaults,errors=remount-ro 0 1 [09:49] i can't mount or unmount any drives, does anyone know how I could solve this please? === mailund [n=mailund@x1-6-00-16-d3-33-36-dc.k940.webspeed.dk] has joined #ubuntu+1 === mailund [n=mailund@x1-6-00-16-d3-33-36-dc.k940.webspeed.dk] has left #ubuntu+1 [] [09:52] setanta: err, what? [09:52] how does that fstab entry for / have anything to do with your being able to mount /other/ partitions? === Nrrd [n=Nrrd@cpc3-swan2-0-0-cust453.swan.cable.ntl.com] has joined #ubuntu+1 === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #ubuntu+1 [09:54] Hello [09:54] well i've got no idea i'm only a beginner [09:54] Any idea why a program would run fine under the gnome desktop and not the KDE desktop? I just installed Last.FM and it bombs everytime in KDE but not so often under Gnome. [09:54] I'm running Kubuntu (Feisty) [09:55] i just thought having an error message in my fstab could be related with this mounting problem [09:55] pollyo: why not use the last.fm client built into amarok? [09:55] setanta: err, what error message? [09:55] crimsun: I think this one is smaller. [09:55] crimsun: I do have amorok as well. [09:55] pollyo: bullocks, the one in amarok is a /plugin/ [09:56] errors=remount-ro 0 1 [09:56] crimsun: Can you run the plugin alone? [09:56] setanta: no, that's an option that's passed to mount [09:56] setanta: that's not an error [09:56] alright then that's not the cause [09:56] setanta: it means "in case errors are detected, remount this partition read-only to prevent further damage" [09:56] ah ok [09:57] thanx [09:57] crimsun: Can you run that plug in alone? I do not need all thast stuff that is in Amorok all the time. [09:57] pollyo: it wouldn't be called a plugin if you could :-) [09:57] crimsun: So it requires the entire amorok program to be loaded. [09:57] pollyo: correct [09:58] crimsun now when i try to unmount an ntfs drive [09:58] crimsun: I am wrong in thinking that Amorok is bigger then last.fm? [09:58] pollyo: last.fm is a service. Are you referring to the package that contains a last.fm client? [09:59] note there are multiple such clients; use apt-cache search [09:59] crimsun: Yes. It says Last.fm Radio in the titlebar. [09:59] setanta: are you prepending `sudo '? === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #ubuntu+1 [] [10:02] i'm not sure what you mean by prepending sudo can you explain please, i'm french, my english isn't that bad but i do come across a few words i don't understand every now and then === Sebastian [n=sb@p50884A98.dip.t-dialin.net] has joined #ubuntu+1 [10:04] setanta: sudo umount /mountpoint [10:04] setanta: e.g., sudo umount /media/windows === jarrett [n=jarrett@c-71-226-49-67.hsd1.az.comcast.net] has joined #ubuntu+1 === berto_ [n=bertrand@i05v-87-90-172-56.d4.club-internet.fr] has joined #ubuntu+1 [10:06] hello, when I want to activate desktop 3D effect, windows become undecorated :( so I can resize/move them anymore. Maybe I have to chosse a specific theme ? [10:08] crimsun just tried that i typed sudo unmount /dev/hda3 /media/ntfs [10:08] but i got this message any idea? [10:09] setanta: provide either /dev/hda3 or /media/ntfs, not both. [10:10] crimsun just tried a@ubuntu:~$ sudo unmount /dev/hda3 [10:10] sudo: unmount: command not found [10:10] a@ubuntu:~$ sudo unmount /media/ntfs [10:10] sudo: unmount: command not found [10:11] it's not uNmount [10:11] it's umount [10:11] note the distinct lack of 'n' between 'u' and 'm' [10:12] thanks [10:13] it worked the thing is why is that drive not present in the ntfs-config menu it should be given it's a ntfs drive no? [10:14] how do I change the framebuffer driver used at boot? I've tried appending video:viafb onto the grub settings but that doesn't work, although that module is loaded by the kernel and works when the framebuffer is used at shutdown? === varka [n=varkatop@p54a5f813.dip.t-dialin.net] has joined #ubuntu+1 === stdin_ [n=tez@unaffiliated/binary2k2] has joined #ubuntu+1 === Razor44 [n=kathy@ipa221.39.91.tellas.gr] has joined #ubuntu+1 === berto_ [n=bertrand@i05v-87-90-172-56.d4.club-internet.fr] has joined #ubuntu+1 [10:20] good morning [10:21] I'm having a trouble watching youtube's videos - all I see is "loading", and nothing happens. I've got adobe flash player 9 installed. Any ideas? [10:21] how can I install dmraid into the alternate install disc? === Zdra [n=zdra@105.213-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu+1 [10:23] zeroflag: It should already be there. Check out wiki.ubuntu.com/FakeRaidHowto [10:23] well, it found the partitions I created on the raid... [10:23] but it finds it on ONE of the raid disks... === jarle [n=jarle@84.211.230.177] has joined #ubuntu+1 === chell [n=chell@i577A0CC2.versanet.de] has joined #ubuntu+1 [10:25] zeroflag: Hm. Maybe not. I don't know, I haven't actually *tried* it :-/ [10:25] and I tried the howto but it failed because apt-get wouldn't install dmraid... === ant_ipop [n=anti_pop@p54b0bcfe.dip0.t-ipconnect.de] has joined #ubuntu+1 [10:26] why when I want to activate 3D desktop effect, widows become undecorated ? [10:26] you need to config your xorg propably [10:26] I *thought* the alternate CD had raid support, but I've never tried === darich [n=trickyki@88-109-60-33.dynamic.dsl.as9105.com] has joined #ubuntu+1 [10:26] in which way ? [10:27] got nvidia graphics ? [10:27] well, it finds the partitions I created (with ubuntu desktop cd) on the raid with the proper size... [10:27] only thing confusing is that it finds it on one hdd and the other is completely empty... [10:27] which indicates that it hasn't got the "raid" part., [10:28] berto_, this line should do it: sudo nvidia-xconfig --allow-glx-with-composite --add-argb-glx-visuals --disable-glx-root-clipping [10:28] zeroflag: It's seeing them as two separate hard drives. [10:28] Is there a GUI for activating 3D effects in Kubuntu? [10:29] RAOF: yeah, but why can it see the partitions which are on the RAID with proper sizes and everything?... [10:29] chell: nope, but beryl is in the repos and beryl-manager is your gui [10:29] zeroflag: Because those things have been written to the raid, which ends up on one of the drives? [10:30] okay, so beryl will work with KDE? [10:30] chell, yes it works very good here [10:30] okay [10:30] thanks [10:30] will try kubuntu feisty beta now [10:30] chell: good choice [10:30] lol yeah [10:31] I won't be able to use beryl though [10:31] why you think ? [10:31] I'm running it in parallels [10:31] on a virtual machine ? [10:31] yup [10:31] hmmhmm... [10:31] okay, never tried this [10:31] my second raid disk doesn't contain ANY partition... === Zaggynl [n=Zaggynl@dsl-083-247-110-137.solcon.nl] has joined #ubuntu+1 [10:32] I think it did actually find my raid, just the display is off... === valehru [n=valehru@221.221.134.88] has joined #ubuntu+1 [10:34] the second raid disk doesn't display "FREE" either. [10:34] so I guess it's implicitely used... [10:35] sorry, what does raid mean ? [10:35] lol [10:35] kubuntu doesn't even load up [10:36] all I get is a black screen [10:36] dont you need a really decent machine for a virtual machine ? === wizard [n=wizard@ip72-200-103-253.tc.ph.cox.net] has joined #ubuntu+1 [10:36] *cpu, ram [10:36] does anyone know why my ubuntu seems to lack power management profiles to lower cpu usage and soforthe? [10:36] well, parallels runs pretty fast (utilising this intel virtualisation stuff) [10:36] ant_ipop: in my case my raid0 uses 2 identical hdds for "striping" which means that half the data goes to disc1 and the other half to disc2, which increases read/write speed by 2x (in theory). [10:36] it dies royally fast on battery for me cos the processor never slows down [10:36] I can run XP at quite a decent speed [10:36] also I have a Core2Duo [10:37] wizard: there are ways to control powermanagement, checkout the forums [10:38] chell: would like to help you in some way, but i never gave VM stuff a try [10:38] I'll try the Ubuntu version [10:38] if that works, it's a KDE problem [10:39] chell: do you lauch it from a live cd ? [10:39] yes [10:39] ant_ipop: it lacks the checkbox for "prefer power saving over performance" [10:39] wizard: maybe your cpu doesnt support it ? [10:40] wizard: are the services apmd and acpid enabled ? [10:40] ant_ipop: its a core duo [10:40] weird: unable to locate rsdp or something like that [10:40] ant_ipop: and it showed up before [10:41] the processor sits at 996 mhz, over 50% of its speed [10:41] it should be lower [10:42] hmm, no idea, did you search the forums.."intel core duo powermanagment" or so ? [10:42] ant_ipop: to say the least the cpu is dynamic and it'll lower itself however the system isn't lowering it nough [10:47] is there anyone here who has extensive know-how on power-management? [10:47] nalioth even? [10:48] wizard: what does "cat /proc/acpi/processor//throttling" give? [10:50] Zewey_: let me psate it [10:50] !paste [10:50] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) === tygus [n=tygus@147-12-231-201.fibertel.com.ar] has joined #ubuntu+1 [10:50] Zewey_: http://paste.ubuntu-nl.org/14678/ [10:51] Hi there [10:51] hi tygus [10:54] Hi jussi01! I have a problem, I've just installed 7.04, fully upgraded, and installed NVIDIA from the restricted driver manager as you told me to. After that I installed berryl by typing sudo apt-get install beryl. But when I activate berryl or compiz, some windows get black, or the titlebar goes invisible. [10:55] jussi01: when I set back to Metacity, windows show up again [10:55] tygus, you need to do something to your xorg... maybe try in #ubuntu-effects [10:55] thanks you! [10:55] hes also missing packages [10:55] tygus, whats your card ? [10:55] you can't just install beryl [10:56] yu also need emerald, or a proper compiz install [10:56] wizard, you can if you have intel 915 :D [10:56] I have a Soyo M2NPV-VM that integrates a NVIDIA GForce 6150 [10:56] wizard, beryl is dependent on them, they get installed anyway [10:56] jussi01: i was talking about the window manager [10:56] thats the problem: no support at the moment by driver nvidia-glx [10:56] not the drivers. [10:56] ah im wrong, 6xxx got support, sorry [10:57] did you do: sudo nvidia-xconfig --allow-glx-with-composite --add-argb-glx-visuals --disable-glx-root-clipping [10:57] Zewey_: any ideas? [10:57] I'm trying that nvidia-xcnfig [10:58] "titelbar goes invisible" indicates that allowglxwithcomposite is missing in xorg === darich [n=trickyki@88-109-60-33.dynamic.dsl.as9105.com] has joined #ubuntu+1 [10:59] i need help reporting a bug: its a problem about kde freezing, what package/product should i choose for the report ? [11:00] I have Option "AllowGLXWithComposite" "True" in xorg.conf [11:00] wizard: ugh, i can't remember where were the settings located. sorry, was looking around [11:00] tygus: stuff like glxgears work ? [11:01] wizard: like ant_ipop said, do you have acpi or apm running? [11:01] Zewey_: its ok. maybe you'll remember soon. [11:01] acpi is running [11:01] and I just did the nvidia-xconfig --allow-glx-with-composite --add-argb-glx-visuals --disable-glx-root-clipping and still does the black thing [11:01] and it replies with my current battery power and status [11:01] tygus: you need to restart your machine or maybe only X [11:01] ant_ipopo: what is glxgears? [11:01] but at least X [11:01] tygus: type glxgears in a terminal === compengi [n=compengi@85.112.64.194] has joined #ubuntu+1 [11:02] jaja, yes, glxgears works [11:03] ok, I'll reboot. brb [11:04] grub error 2 [11:05] now what's that? [11:05] wizard: try "sudo powernowd -vm 1 -d" and see if it dumps out anything. === tygus [n=tygus@147-12-231-201.fibertel.com.ar] has joined #ubuntu+1 === Toma- [n=e17@124-168-67-107.dyn.iinet.net.au] has joined #ubuntu+1 [11:06] Zewey_: yes it did [11:06] 3 steps, 1927, 1328, 996 [11:07] hi again, reboot and still doesn't work [11:07] wizard: leaving it running for a while and see if your frequency changes [11:07] windows goes black, but not all of them... seems to be a random issue [11:07] the frequency is at 996 [11:07] tygus: how do you launch beryl ? [11:07] i was just hoping there was some way to push it lower. [11:08] wizard: oh, lower than 996? [11:08] Zewey_: yeah, unless 996 is where it should be [11:08] 996 is 54% of the full use of the proc [11:08] and it idles at that even when plugged in and scales when needed [11:09] ah, misunderstood your question, sorry [11:09] i was curious as to why its not dropping to like... 30% [11:09] or lower, to make it run longer [11:09] ant_ipop: applications->system tools->beryl manager. Then I right click on the red diamond next to the clock, go to select windows manager and choose beryl === Zdra__ [n=zdra@105.213-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu+1 [11:09] tygus: is wobbly for example working ? === Chetwin [n=user@cpe-75-83-119-37.socal.res.rr.com] has joined #ubuntu+1 [11:10] ant_ipop what is wobbly? [11:10] Hi all. I'd like to watch my kernel messages on boot. How do I do this? [11:11] ant_ipop: I have beryl, compiz and metacity [11:11] wizard: sorry, never tried that before. i remember seeing an article on it, but not the site [11:11] wizard: have you tried http://ubuntuforums.org/showthread.php?t=248867 ? [11:11] tygus: right clikc the diamon and choose "beryl" as window manager [11:12] maybe you should end beryl-manager and try launching it from a terminal, by typing "beryl-manager" and see the output [11:12] ant_ipop: right now the desktop is black, this chat windows is frozen and everything is extremely slow [11:12] tygus, paste your xorg.conf [11:13] ant_ipop: now Im back in metacity === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu+1 [11:13] Anyone? [11:14] Chetwin: edit your /boot/grub/menu.lst [11:14] and in the line of your default entry.. === Fogil [n=fogil@195.pool85-54-226.dynamic.orange.es] has joined #ubuntu+1 [11:14] remove quiet and spash [11:16] Just put a # in front of it, right? [11:17] Chetwin: no remove them completely from the kernel options [11:17] brb [11:17] I'm having booting issues, I'll be back with more info === LjL [n=ljl@ubuntu/member/ljl] has joined #ubuntu+1 === Chetwin [n=user@cpe-75-83-119-37.socal.res.rr.com] has left #ubuntu+1 [] [11:18] ant_ipop: I pasted the xorg.conf in a private windows [11:18] ant_ipop: was that remove quiet and splash for me? [11:18] ant_ipop: are you there? === RAOF_ [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu+1 === beavis [n=beavis@drms-590d51c8.pool.einsundeins.de] has joined #ubuntu+1 [11:19] Zewey_: would most people consider 54% of their cpu to be a "good" speed for battery? [11:20] wizard: i think available steps are programmed into the cpu. mine only goes down to 70% === Chetwin [n=user@cpe-75-83-119-37.socal.res.rr.com] has joined #ubuntu+1 [11:21] Okay, now I know [11:21] wizard: you're probably looking for "underclocking" to dynamically change the cpu voltage [11:21] My boot process locks up every time for about 45 seconds [11:21] Zewey_: it may also be because of the stupid hd display on this laptop [11:21] tygus, that was for chetwin [11:21] Zewey_: and many new laptops i guess [11:22] i am used to having 3 1/2 hour battery life as with my old ibook [11:22] tygus, paste it [11:22] core duo, right? [11:22] !paste [11:22] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [11:22] this thing, in both windows and unix, gets crap [11:22] wizard: http://www.thinkwiki.org/wiki/Intel_Core_Duo_%28Yonah%29 [11:22] Zewey_: yup [11:22] I now see that it was lo king up at "Configuring network interfaces" [11:22] wizard: looks like 1Ghz is the min [11:22] locking* [11:22] Any ideas as to remedy the situation [11:22] well i'll be damned [11:22] Zewey_: then they're just gas gussler cpu's aren't they? [11:23] like american muscle cars vs. a 4 cyl jap car [11:23] not necessarily, they still use less power than your fridge and light bulb. :) [11:23] # nvidia-xconfig: X configuration file generated by nvidia-xconfig [11:23] # nvidia-xconfig: version 1.0 (buildmeister@builder26) Mon Feb 26 23:37:58 PST 2007 [11:23] # /etc/X11/xorg.conf (xorg X Window System server configuration file) [11:23] # [11:23] # This file was generated by dexconf, the Debian X Configuration tool, using [11:23] # values from the debconf database. [11:23] # [11:23] # Edit this file with caution, and see the xorg.conf(5) manual page. [11:23] Zewey_: i mean in temrs of battery they drink it down [11:23] # (Type "man xorg.conf" at the shell prompt.) [11:23] # [11:23] # This file is automatically updated on xserver-xorg package upgrades *only* [11:23] tygus: stop stop! [11:23] # if it has not been modified since the last upgrade of the xserver-xorg [11:23] # package. [11:23] # [11:23] # If you have edited this file but would like it to be automatically updated [11:24] # again, run the following command: [11:24] # sudo dpkg-reconfigure -phigh xserver-xorg [11:24] Section "ServerLayout" [11:24] Identifier "Default Layout" [11:24] Screen "Default Screen" 0 0 [11:24] InputDevice "Generic Keyboard" [11:24] InputDevice "Configured Mouse" [11:24] InputDevice "stylus" "SendCoreEvents" [11:24] InputDevice "cursor" "SendCoreEvents" [11:24] ah. darn. :P [11:24] InputDevice "eraser" "SendCoreEvents" [11:24] EndSection [11:24] omg [11:24] Section "Files" [11:24] # path to defoma fonts [11:24] Why isn't he getting the boot? He's flooding [11:24] FontPath "/usr/share/fonts/X11/misc" [11:24] FontPath "/usr/share/fonts/X11/cyrillic" [11:24] is he pasting a whole xorg.conf? [11:24] FontPath "/usr/share/fonts/X11/100dpi/:unscaled" [11:24] Kinda funny lol [11:24] FontPath "/usr/share/fonts/X11/75dpi/:unscaled" [11:24] FontPath "/usr/share/fonts/X11/Type1" [11:24] FontPath "/usr/share/fonts/X11/100dpi" [11:24] FontPath "/usr/share/fonts/X11/75dpi" [11:24] FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" [11:24] probably smart irc client. :) [11:24] EndSection [11:24] Section "Module" [11:24] Load "i2c" [11:24] Load "bitmap" [11:24] Load "ddc" [11:24] Load "extmod" [11:24] Load "freetype" [11:25] Load "glx" [11:25] who told him to paste that without first explaining pastebin? lol [11:25] This fool said Load "i2c" [11:25] Load "int10" [11:25] Load "vbe" [11:25] EndSection [11:25] Section "InputDevice" [11:25] Identifier "Generic Keyboard" [11:25] Driver "kbd" [11:25] Option "CoreKeyboard" [11:25] Option "XkbRules" "xorg" [11:25] Option "XkbModel" "pc105" [11:25] Option "XkbLayout" "es" [11:25] Option "XkbOptions" "lv3:ralt_switch" [11:25] EndSection [11:25] Section "InputDevice" [11:25] Identifier "Configured Mouse" [11:25] Driver "mouse" [11:25] Option "CorePointer" [11:25] Option "Device" "/dev/input/mice" [11:25] Option "Protocol" "ImPS/2" [11:25] Option "ZAxisMapping" "4 5" [11:25] Option "Emulate3Buttons" "true" [11:25] EndSection [11:25] Section "InputDevice" [11:25] # /dev/input/event [11:25] # for USB [11:25] Identifier "stylus" [11:25] Driver "wacom" [11:25] lol hes not even to the resolution yet [11:25] Option "Device" "/dev/wacom"# Change to [11:26] Option "Type" "stylus" [11:26] Make it stop [11:26] Option "ForceDevice" "ISDV4"# Tablet PC ONLY [11:26] EndSection [11:26] Section "InputDevice" [11:26] # /dev/input/event [11:26] this is rofllicious [11:26] # for USB [11:26] Identifier "eraser" [11:26] its like fergalicious but it doesn't suck [11:26] Driver "wacom" [11:26] Option "Device" "/dev/wacom"# Change to [11:26] Option "Type" "eraser" [11:26] lmao [11:26] Option "ForceDevice" "ISDV4"# Tablet PC ONLY [11:26] Fergie is hot [11:26] EndSection [11:26] Chetwin: ;-) [11:26] Section "InputDevice" [11:26] # /dev/input/event [11:26] # for USB [11:26] fergie is a loser tho [11:26] Identifier "cursor" [11:26] Driver "wacom" [11:26] Option "Device" "/dev/wacom"# Change to [11:26] OMG, okay hottest woman on Earth... [11:26] Option "Type" "cursor" [11:26] Jeri Ryan [11:26] Option "ForceDevice" "ISDV4"# Tablet PC ONLY [11:26] EndSection [11:26] Section "Monitor" [11:26] Identifier "SyncMaster" [11:26] Option "DPMS" [11:26] and that song has earned her a place on my "if i could meet you i'd cut you open and strangle you with your own intestines" list [11:26] EndSection [11:26] Section "Device" [11:26] Identifier "nVidia Corporation C51PV [GeForce 6150] " [11:26] Driver "nvidia" [11:27] EndSection [11:27] Section "Screen" [11:27] Identifier "Default Screen" [11:27] Device "nVidia Corporation C51PV [GeForce 6150] " [11:27] Monitor "SyncMaster" [11:27] DefaultDepth 24 [11:27] Option "AddARGBVisuals" "True" [11:27] Option "NoLogo" "True" [11:27] Option "AllowGLXWithComposite" "True" [11:27] Option "AddARGBGLXVisuals" "True" [11:27] wizard: at least she's not Paris Hilton [11:27] Option "DisableGLXRootClipping" "True" [11:27] how isi t that every time i drop an F-bomb an op is here to catch it but theres no one here for this? [11:27] SubSection "Display" [11:27] Depth 1 [11:27] Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" [11:27] EndSubSection [11:27] SubSection "Display" [11:27] Depth 4 [11:27] tygus, thats not a good idea! [11:27] I KNOW! [11:27] Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" [11:27] EndSubSection [11:27] SubSection "Display" [11:27] This is weak sauce [11:27] Depth 8 [11:27] Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" [11:27] EndSubSection [11:27] hehe [11:27] SubSection "Display" [11:27] Depth 15 [11:27] Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" [11:27] EndSubSection [11:27] ant_ipop: hes about 1/3 of the way into his damn xorg.conf [11:27] !ops [11:27] SubSection "Display" [11:27] Help! Mez, LjL, elkbuntu, imbrandon, DBO, gnomefreak, Hobbsee, rob, ompaul, Madpilot, Burgundavia, Seveas, CarlK, crimsun, ajmitch, tritium, Nalioth, thoreauputic, apokryphos, tonyyarusso, PriceChild, Amaranth, jrib, jenda or mneptok [11:28] Depth 16 === mode/#ubuntu+1 [+o LjL] by ChanServ [11:28] Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" [11:28] EndSubSection === Zewey_ hums happily... [11:28] i told him to pastebin [11:28] SubSection "Display" === tygus [n=tygus@147-12-231-201.fibertel.com.ar] has left #ubuntu+1 [requested] === mode/#ubuntu+1 [-o LjL] by LjL [11:28] hahahahahahaha [11:28] ohh dear lord. [11:28] Thank god [11:28] that was interesting while it lasted. :P [11:28] That was the highlight of my night === mneptok [n=mneptok@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu+1 [11:28] new "Hacker" attack... the paste of the xorg.conf [11:28] lmao [11:28] it exploits nothing, annoys everything [11:28] Fax your dmesg after boot to someone [11:28] wizard: problems? [11:28] mneptok: resolved === tygus [n=tygus@147-12-231-201.fibertel.com.ar] has joined #ubuntu+1 [11:29] we had a xorg.conf spam going [11:29] It was hot [11:29] it wsa almost at the climax of it, then LjL kicked [11:29] ok, I've learned sonething new today === seraphim [n=seraphim@e179132143.adsl.alicedsl.de] has joined #ubuntu+1 [11:29] ant_ipop: http://paste.ubuntu-nl.org/14683/ [11:29] Driver "idiocy3d" [11:29] lol. :) [11:29] lol [11:29] roflcopter [11:29] Load "Your pants" [11:30] "uhm sir, i think he just barfled all over the floor and left a lawlowfloater" [11:30] I don't get it [11:30] tygus: type "beryl-manager" in a terminal and check the output for errors [11:30] Chetwin: me either [11:30] and i said it.. so imagine how i feel [11:30] Time to make a Marie Calendars frozen meal mmmmmmmmmm [11:30] Chetwin: someones single 0.o [11:31] Yup [11:31] wizard: yeah. his girlfriend. [11:31] *ahem* [11:31] I don't have a woman [11:31] ant_ipop: there is no output, just shows the same context menu that shows when I right clink the red diamond near the clock [11:31] wizard, was it the spam exciting him that gave you that impression or the microwave dinner ;) [11:31] mneptok: hahaha [11:32] elkbuntu: you can just tell a single guy [11:32] The xorg totally got me going === Bubble [i=Bubble@unaffiliated/bubble] has joined #ubuntu+1 [11:32] when the only tool in his kitchen that gets used is... the microwave [11:32] And forks! [11:32] not even spoons? [11:32] he probably doesn't have spoons [11:32] But I'd rather use plastic stuff I can throw away, instead of doing dishes [11:32] unless hes stole them from the olive garden [11:32] lmao wizard [11:32] NO! [11:32] i always steal stuff from olive garden [11:32] I bought them at target. Kame in a set [11:32] wizard: forks are spoons with a developmental disability [11:32] spoons, forks, woman === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 [11:33] Chetwin, oh, so you're a KDE'er too? [11:33] A spork!? === [Cade] [n=butteblu@adsl-217-79-96.asm.bellsouth.net] has left #ubuntu+1 [] === rymo [n=rymo@host-ip35-175.crowley.pl] has joined #ubuntu+1 [11:33] elkbuntu RODE [11:33] RUDE === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has left #ubuntu+1 [] [11:33] I bought them at target. Kame in a set <-- *cough* [11:33] haha [11:33] they kame in a set [11:33] and crashed a few minutes later [11:33] tygus, in a terminal [11:33] so i had to file a bug report at the target customer service desk [11:33] elkbuntu What's happening here? [11:33] wizard: "krashed" [11:34] you know... i often think my underware drawer reminds me of kde [11:34] there cant be context menus in a terminal [11:34] a mass of disaray and miscolorment [11:34] and i need a spellchecker [11:34] Chetwin, you know how kde apps like to be normal words but begin with a K instead of whatever would normally be first? [11:34] ant-ipop: I typed it in a terminal. I typed only beryl, and this is the output: http://paste.ubuntu-nl.org/14684/ [11:34] I JUST got it right before you said it [11:34] Wow [11:34] I'm ashamed [11:34] Chetwin, hehehe [11:35] hi guys..can i ask an feisty instalation question? [11:35] wizard: but with Compiz now your shorts can have transparency! [11:35] elkbuntu It's not like I drive a Ford or anything [11:35] "I'm not naked! I just have good video drivers!" [11:35] mneptok: they got that ages ago [11:35] i don't throw out boxers... === ant_ipop [n=anti_pop@p54b0bcfe.dip0.t-ipconnect.de] has left #ubuntu+1 ["Kopete] [11:35] so they're transparent by now! [11:35] some of them even almost look like skirts! *cough* [11:35] ant_ipop: I type beryl-manager in a terminal and that context menu shows next to the mouse, no matter where the mouse is [11:36] wizard, cough drop? === LasseP [n=xerox@c-4476e255.010-198-73746f32.cust.bredbandsbolaget.se] has joined #ubuntu+1 [11:36] ant_ipop has left tygus [11:36] Chetwin: i'd rather have a glass of gin [11:36] Well i'd rather smoke a joint [11:36] So there [11:36] heh... why are so many open sourcers potheads? [11:37] is the new hippie era on cyberspace and i missed the boat? [11:37] Cuz zoning out and programming are like bread and butter [11:37] just look at Evolution's code quality [11:37] inside voice, mnep .... [11:37] Ever had the feeling that your keyboard might ignite under your fingers due to you "being on a good one" programming "at the speed of thought" python *cough* [11:38] i've always had this fear that my keyboard is going to rebel against me [11:38] as its a microsoft one === akrus [n=akrus@62.140.224.26] has joined #ubuntu+1 [11:38] lol, one of the "ergonomically bent for your hands" [11:38] From 1998 [11:39] no no [11:39] wizard: just wait until the RIAA insists on DRM for vowels. [11:39] its just a multimedia wireless one [11:39] hehe, i'm an open source pothead too [11:39] lol [11:39] drm for vowels lmao [11:39] i just spit green tea out the nose... and i liked it [11:39] I started out on SuSE 9.1 [11:39] I'm so ashamed [11:39] guys..any idea how to uninstall package which crashed the upgrade to feisty? [11:39] Ubuntu was just a gleam in shuttleworth's eye [11:39] it's polyester..template :/ [11:39] ant_ipop, are you there? [11:40] wll nt gv p m vwls [11:40] whats everyone up to tonight [11:41] my nipples. it's cold. [11:41] Smoking pit and trying to fix my boot problem [11:41] pot* [11:41] Chetwin: i was a susian too [11:41] my server still remains suse [11:41] its not abad os... infact [11:41] theres only one such "Bad" linux distro [11:41] Linspire [11:41] wizard: I miss it when it used to actually work [11:41] whats your boot problem? === _dennis_ [n=dennis@d51A4FEAE.access.telenet.be] has joined #ubuntu+1 [11:41] This guy said LinDows [11:41] lol! [11:42] jarret: it locks up at "Configuring network interfaces" === fqh [i=fqh@219.131.234.246] has joined #ubuntu+1 [11:42] for about 45 seconds and then continues to boot [11:42] is it a fresh beta install? [11:42] Nope === tygus_ [n=tygus@147-12-231-201.fibertel.com.ar] has joined #ubuntu+1 [11:43] I think the issue is that my wireless is ipw3945 [11:43] Intel [11:43] then I upgraded to 6.10, and last night I downloaded 7.04 and now I got it almost working [11:43] So the drivers are the unsupported ones [11:43] tygus_: and you even made your own starwars film [11:43] attack of the xorg [11:43] 6.10 used to do it too [11:43] wait, so it still boots, it just hangs for awhile? [11:43] jaja [11:43] Chetwin: i have similar issues. including the static WPA/IP setup not working. [11:44] Well I have 2GB of ram, this should be an issue === mneptok is going to look into it later today === Chetwin is tired of his boot issues [11:44] I'll go to sleep, May be tomorrow I can fix my beryl... [11:45] are you using ndiswrapper? [11:45] bye [11:45] nite [11:45] No,no ndis [11:45] jarrett: 3945 does not require ndiswrapper [11:45] A message pops up when i install feisty [11:45] Saying it's using drivers that aren't integrated or something [11:46] My ipw is one and nvidia driver is the other [11:46] Chetwin: only because the open drivers from Intel have a non-GPL-compatible license [11:46] So why is it slowing my boot process [11:46] Should I just go download one from the intel site? === Thib_G [n=thib@abo-25-238-68.guy.modulonet.fr] has joined #ubuntu+1 [11:46] do you want fast, predictable performance? [11:46] install Dapper [11:47] Hello [11:47] :P [11:47] F dapper [11:47] then live with bugs [11:47] Some apps freeze without reason... including mines [11:47] Installing all the propriety crap for things that SHOULD be integrated [11:47] Dapper lags [11:48] All of theses applications uses GTK and start freezing randomly [11:48] but when any of this application had frozen, each time I try to run it, it freeze, until I reboot === assasukasse [n=agostino@host-84-222-246-46.cust-adsl.tiscali.it] has joined #ubuntu+1 [11:49] Thib_G: et quand tu n'as pas accel. de video? [11:50] mneptok: comment a ? [11:51] Thib_G: are you using Beryl/Compiz? [11:51] Chetwin: Pressing Ctrl+C when it hangs will allow you to cancel network configuration and proceed. [11:51] With strace, I can see the app blocking with a futex(), after failed to connect to an ORBit socket [11:52] If it did? What could we do to make that automated [11:52] Thib_G: have you run a dist-upgrade? [11:52] mneptok: yes, but it occures with metacity too [11:52] yes [11:52] Chetwin: http://ubuntuforums.org/showthread.php?p=2407365 [11:52] ty [11:53] np [11:53] Thib_G: file a bug against the package is question and attach the strace, stp? [11:53] s/is/in/ [11:53] NICE [11:53] TY [11:53] np, wanted to help my fellow toker === pwuertz [n=pwuertz@ares.inter2.wohnheim.uni-mainz.de] has joined #ubuntu+1 [11:54] how can I delete keys in gconf? gconftool-2 does not work === stefg [n=chatzill@e179145182.adsl.alicedsl.de] has joined #ubuntu+1 [11:54] mneptok: it occures with many apps, including gnome-btdownload, beryl-manager and home-mades [11:54] it just does nothing... no error message neither [11:54] Thib_G: start with one of them. then the devs can sort it out. [11:55] mneptok: I'm sure it's not related to any of this programs, but with GTK itself [11:56] Thib_G: fine. diagnose it yourself. but i'm lazy and would let LP sort it for me. ;) === isede [n=isede@user-0cdf831.cable.mindspring.com] has joined #ubuntu+1 === Chetwin [n=user@cpe-75-83-119-37.socal.res.rr.com] has joined #ubuntu+1 [11:57] YES! [11:57] FIXED === Chetwin [n=user@cpe-75-83-119-37.socal.res.rr.com] has left #ubuntu+1 [] [11:58] Chetwin: what'd you do? [11:58] ah he left [11:59] he must of felt hte urge to have a microwavable dinner [12:00] like a bat or squirrel [12:00] wizard: he went here http://ubuntuforums.org/showthread.php?p=2407365 === DarkMageZ [n=richard@ppp14-209.lns2.syd7.internode.on.net] has joined #ubuntu+1 === Nrrd [n=Nrrd@cpc3-swan2-0-0-cust453.swan.cable.ntl.com] has left #ubuntu+1 [] [12:03] that still doesn't explain the failure of static connections === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu+1 [12:04] I want to delete some keys I added in gconf... how can I do that? gconf-editor does not support this operation [12:05] jarrett: hmmm === finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu+1 === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu+1 === _eMaX_ [n=emax@181.2.76.83.cust.bluewin.ch] has joined #ubuntu+1 === Ilokaasu [n=matti@dsl-aur-ff27c000-33.dhcp.inet.fi] has joined #ubuntu+1 === Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #ubuntu+1 [12:14] 19th? === Ex0` [n=x0as@125-238-129-223.broadband-telecom.global-gateway.net.nz] has joined #ubuntu+1 === Sebastian [n=sb@p50884A98.dip.t-dialin.net] has joined #ubuntu+1 === Thib_G [n=thib@abo-25-238-68.guy.modulonet.fr] has left #ubuntu+1 [] === Hidan [n=pizza@134.210-193-15.adsl.qala.com.sg] has joined #ubuntu+1 [12:31] xtknight: yo howdy! === mneptok [n=mneptok@modemcable178.77-70-69.static.videotron.ca] has left #ubuntu+1 [] === Rei-chan [n=rei@adsl-75-51-40-6.dsl.milwwi.sbcglobal.net] has joined #Ubuntu+1 === ompaul [n=ompaul@freenode/staff/gnewsense.ompaul] has joined #ubuntu+1 === odzx [n=oded@85.65.213.170.dynamic.barak-online.net] has joined #ubuntu+1 [12:41] hi everyone. can someone help me get my mic to work? === Ronald [n=ronald@hummelink.xs4all.nl] has joined #ubuntu+1 === r0bby__ [n=wakawaka@cpe-24-164-167-171.hvc.res.rr.com] has joined #ubuntu+1 === lokder [n=papa@89.1.111.86.dynamic.barak-online.net] has joined #ubuntu+1 === odzx [n=oded@85.65.213.170.dynamic.barak-online.net] has left #ubuntu+1 [] === odzx [n=oded@85.65.213.170.dynamic.barak-online.net] has joined #ubuntu+1 === r0bby [i=wakawaka@guifications/user/r0bby] has joined #ubuntu+1 === pwuertz [n=pwuertz@ares.inter2.wohnheim.uni-mainz.de] has joined #ubuntu+1 [12:52] hi... my apt system is blocked... I built a deb package which failed to install... [12:52] now, when running apt, i get: [12:52] The package qcamera needs to be reinstalled, but I can't find an archive for it. === fluxy_ [n=oh@ADSL-146-6.myt.mu] has joined #ubuntu+1 [12:52] pwuertz: do you want to remove it? [12:52] right [12:53] but i cant run apt-get remove [12:53] pwuertz: dpkg --purge --force-remove-reinstreq packagename [12:53] hello people. anyone knows the login/password for feisty fawn live cd, latest release? thx === RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu+1 [12:53] jrib: cool thanks [12:53] alot of options :/ [12:54] anyone? [12:54] damn... that didnt work [12:55] fluxy_: no password [12:55] pwuertz: what does it say? [12:56] jrib: your command worked, thanks :)... I built a package providing a thumbnailer for one of my datatypes... I had a hard time getting to know the debhelper scripts for doing all the mime, desktop, gconf work [12:56] hey people i really need this [12:56] fluxy_: there is no password [12:56] pwuertz: ah, I see [12:56] fluxy_, dont put anything in the password box and hit enter [12:57] jrib: now, all the stuff works... but after all, I need to killall nautilus ^^ [12:57] because an already running nautilus wont check for new thumbnailers in gconf === thomax_ [n=thomas@217-148-244-10.happymany.net] has joined #ubuntu+1 === DeepB [n=Joe@unaffiliated/deepb] has joined #ubuntu+1 === lopa [n=lopa@89.108.134.75] has joined #ubuntu+1 === rj_ [n=rj@static.shadowbots.com] has joined #ubuntu+1 === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu+1 === DeepB [n=Joe@unaffiliated/deepb] has joined #ubuntu+1 [01:03] does debootstrap work properly with feisty? === DeepB [n=Joe@unaffiliated/deepb] has joined #ubuntu+1 [01:04] As far as I'm aware, yes. === borg_ [n=olaf@80.149.17.21] has joined #ubuntu+1 [01:04] i m getting X server error during live cd as well as install cd [01:04] because last time I tried the downloaded system couldn't install dmraid via apt-get. === ke [n=kenneth@port272.ds1-aboes.adsl.cybercity.dk] has joined #ubuntu+1 === V [n=oh@ADSL-144-78.myt.mu] has joined #ubuntu+1 [01:05] is there any way to chroot synaptic? [01:05] when i insert the Live cd .First it gave me noapic error so i used the command " live noapic acpi=off) so it runs from there but after few moments it sopped n gimme this error "X server(graphical Interface) [01:05] lopa: tried different resolutions? [01:08] speaking of the live cd, can anyone plz tell me the login/password? === sharperguy [n=sharp@88-111-31-147.dynamic.dsl.as9105.com] has joined #ubuntu+1 [01:08] i cant get in :( === DeepB [n=Joe@unaffiliated/deepb] has joined #ubuntu+1 [01:08] anyone else can't boot ubuntu? [01:08] V: the ubuntu user logs in by default, if you want root "sudo passwd" (change password) "su" (enter the password). === DeepB [n=Joe@unaffiliated/deepb] has joined #ubuntu+1 [01:09] sharperguy: a little more specific, please? [01:09] zeroflag: no it doesnt, it shows login prompt === DeepB [n=Joe@unaffiliated/deepb] has joined #ubuntu+1 [01:09] sharperguy: I already found 5 different problems in booting ubuntu so you've got to give me a clue. :P [01:09] I try to boot but it just hangs on usplash and then brings me to the busybox terminal [01:10] it works ok in recovery mode [01:10] V: the default life CD? [01:10] but when i got into x hal fails [01:11] also one of the sources seems to be broken [01:11] says it isnt a gzip file [01:11] http://archive.ubuntu.com/ubuntu/dists/feisty/main/source/Sources.gz [01:12] sharperguy: I believe that's a race condition between Gnome & HAL & DBUS. Your system must be too fast :) [01:13] I *think* that there's been some jiggling to fix that though. When did you last update? [01:13] i tried to update before i ran X [01:13] but the source is broken === V walking in circles [01:13] and ive been updating pretty much all the time === eMaX [n=emax@250-124.1-85.cust.bluewin.ch] has joined #ubuntu+1 === chrissturm [n=christop@85.127.156.114] has joined #ubuntu+1 [01:20] since upgrading to 2.6.20-14 my system "hangs" at boot time when configuring network devices... it pauses for like 20 seconds... anyone with the same experience? [01:21] Mine used to do what in breezy :/ === thyazide [n=thyazide@cpe-24-160-133-135.satx.res.rr.com] has joined #ubuntu+1 [01:24] oy [01:24] ok so i have no sound [01:24] frew isntall of feisty [01:24] and cedega == borked === xipietotec [n=jackfros@cpe-67-49-247-144.dc.res.rr.com] has joined #ubuntu+1 [01:24] nvidia drivers are installed, cedga says theres no support [01:25] mplayer: error while loading shared libraries: libdirectfb-0.9.so.24: cannot open shared object file: No such file or directory ...libdirectfb-0.9.24 doesn't exist in the repos [01:25] so my player is broken [01:26] ohhh the $%@#$!@ with it [01:26] im going to bed === Fogil [n=fogil@111.pool85-60-105.dynamic.orange.es] has joined #ubuntu+1 === foxiness [n=nayif@62.149.114.19] has joined #ubuntu+1 [01:27] then tomorrow im probly reinstalling windows so i can play wow again, had everything working just fine in 6.10 then i had to switch nvidia driver sets... and then B00m [01:28] thyazide: Can't you just use wine? I've run WoW in wine perfectly fine. [01:28] Available in the repositories, just an apt-get install away. [01:28] i was running wow perfectly find in cedega.... [01:28] i think im just not in a good mood atm [01:28] lol [01:28] wow makes people angry [01:29] and im lazy, i have cedga, i pay for it, it should @$!@%ing work [01:29] Indeed. Go complain to the company you paid for it :) [01:29] yes [01:29] but [01:29] Or possiby nVidia. [01:29] It's probably their stupid drivers that have changed something. [01:29] theres also this lovely no sound after fresh install of feisty 7.04 [01:29] thats really PO'ing me [01:30] and ive been messing with this crap all weekend === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 [01:30] anyone with raid upgraded from edgy to feisty and not having this issue: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/75052 ? [01:30] Malone bug 75052 in initramfs-tools "[feisty] non-working initramfs: failed to activate RAID (dup-of: 75681)" [Undecided,Confirmed] [01:30] Malone bug 75681 in mdadm "boot-time race condition initializing md" [High,Fix released] [01:31] hi in kubuntu what happened to my fstab mounted partions, they dont show up under media:/ anymore? [01:31] how do i get them back? [01:31] ill probly try and get wine working with wow later... just more of a pain then its worth === tiax [i=tiax@gateway/gpg-tor/key-0x57BFF984] has joined #ubuntu+1 [01:32] bah ive gotta boot into gentoo just to have an alarm clock [01:32] (For me, it was "apt-get install wine", insert the WoW cd, install it, and then play WoW) [01:32] going to have to tweak the living shit out of it after install or it will run like ass [01:33] Well, with the obvious caveat of waiting for the patches to download :) [01:33] no i have an install from when things WORKED, yesterday... sitting on a hd in my machine [01:33] i could just point wine to the dir and run it, but before i do that theres wine registry tweaking and setup to do inside the config.wtf.... [01:34] can anyone confirm? [01:34] im already patched, if i just hadnt messed with my version of the drivers === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu+1 [01:34] things would have been working properly still === Assim [i=Burp@d58-105-43-153.dsl.vic.optusnet.com.au] has joined #ubuntu+1 [01:34] but i had to go and @$! with it [01:34] oy [01:34] im going to bed === thyazide [n=thyazide@cpe-24-160-133-135.satx.res.rr.com] has left #ubuntu+1 [] [01:36] is anyone else's mplayer broken in feisty? [01:37] xipietotec: broken? [01:37] mplayer: error while loading shared libraries: libdirectfb-0.9.so.24: cannot open shared object file: No such file or directory ...libdirectfb-0.9.24 doesn't exist in the repos [01:37] MOTU to the rescue :) === RAOF wonders idly whether they get capes. [01:38] Hobbsee: that's the problem === Mena [n=opera@82.201.239.24] has joined #ubuntu+1 === Kill_X [n=Kill_X@p54a171cf.dip.t-dialin.net] has joined #ubuntu+1 === Mena [n=opera@82.201.239.24] has left #ubuntu+1 [] [01:38] 0.9.25 is installed, but it's asking for 0.9.24 [01:39] xipietotec: ahh. fixing now. [01:40] awesome :) I don't know why it's asking for 0.9.24 specifically...I have .9.25 installed === Hobbsee grumbles...where's that darned script [01:42] xipietotec: Because it's built against the wrong version, presumably. [01:43] ....well I was suspecting that...but...I figured someone else would have ran into it if that were the case =P === Rondom [n=Rondom@p57a96a80.dip.t-dialin.net] has joined #ubuntu+1 [01:47] I've also got a bug in gedit I'm not sure where to report [01:48] xipietotec: generally, https://bugs.launchpad.net/ubuntu/+source/ === chrissturm [n=christop@85.127.156.114] has left #ubuntu+1 [] [01:48] I'm not sure if it's an error in Ubuntu's gedit, or gedit itself, is what I'm saying === r0bby_ [n=wakawaka@guifications/user/r0bby] has joined #ubuntu+1 === r0bby_ [n=wakawaka@guifications/user/r0bby] has left #ubuntu+1 [] === r0bby_ [n=wakawaka@guifications/user/r0bby] has joined #ubuntu+1 [01:49] if you open up gedit's python console, and type 1/2 you get 0 right? now try from __future__ import division and then type 1/2....you still get 0, and you shouldn't [01:50] xipietotec: why shouldnt you? [01:50] do the same thing in the command line console, it changes the syntax of division [01:51] weird. so now it's doing float division, as opposed to integer division [01:51] yes, but the python console in gedit doesn't import it right [01:53] it returns no errors either, which is worrisome [01:56] no one here using kubuntu? === Hobbsee throws mplayer at the archive [01:56] FFIXXX: i am [01:57] Wow, it's nice of gaim to be so accomodating and crashing so dependably under valgrind :S [01:58] so when Feisty is released will support for it move to #ubuntu and if so that will mean that 3 versions of ubuntu will be supported in one channel?? I hope the powers that be decide to go with a #ubuntu-feisty === Kill_X [i=kill_x@p54A171CF.dip.t-dialin.net] has joined #ubuntu+1 [01:59] IdleOne: it'll all be #ubuntu [01:59] IdleOne: which has happened for previous releases, too [01:59] and feisty+1 will be in #ubuntu+1 [01:59] Hobbsee: can you still see your fstab mounted partions under media:/ [01:59] ? [01:59] Hobbsee, yes but like I said 3 versions will cause confusion in one channel I think [01:59] FFIXXX: yes [01:59] i only see rermovable media [02:00] IdleOne: maybe. that's a good thought [02:00] FFIXXX: that's weird. === _RadioHead [n=User@80.80.175.252] has joined #ubuntu+1 === Hobbsee kicks upload.ubuntu.com [02:00] i found this bug: [02:00] https://bugs.launchpad.net/ubuntu/+source/hal/+bug/73227 [02:00] at the same time we cant have 100 diff ubuntu support channels lol there are to many as it is [02:00] Malone bug 73227 in hal "[feisty] some partitions do not appear in Places menu" [Medium,Fix released] [02:00] <_RadioHead> hello [02:01] hi _RadioHead [02:01] IdleOne: indeed. [02:01] heya _RadioHead [02:01] <_RadioHead> Hobbsee: i download ubuntu-7.04-beta-desktop-i386.iso [02:01] yeah it was working before but not anymore since last week === ajmorris_ [n=l337h4x0@220-253-26-236.VIC.netspace.net.au] has joined #ubuntu+1 [02:01] <_RadioHead> but when i try to start ubuntu as live cd with safe graphic i cant login it ask me for a passwd [02:02] <_RadioHead> error is === pjcrosier [n=pjcrosie@82.153.170.128] has joined #ubuntu+1 [02:02] _RadioHead, password should be left blank [02:02] xipietotec: i'll have to upload that later [02:03] <_RadioHead> authentification failed. Letters must be typed in the correct case [02:03] <_RadioHead> IdleOne: and user? === rocky [n=rocky@stjhnf0121w-142163166228.pppoe-dynamic.nl.aliant.net] has joined #ubuntu+1 [02:03] user is ubuntu [02:03] since I dist-upgraded to feisty sleep isn't working anymore, when waking up, screen remains black. just no console and no X, can swicth do console, login and reboot (all blind ;)) .. using xorg ati driver .. any ideas? [02:03] FFIXXX: may be from: [02:03] * debian/patches/24_ignored_volumes.patch: Ignore partitions which are [02:03] mounted by default in /etc/fstab only when they are not currently mounted [02:03] (this could happen on damaged partitions, failed fsck, etc., and [02:03] inexperienced users should not randomly mount those.). Since this would [02:03] make system partitions visible, limit the visible ones to /media/ again, [02:03] as in previous Ubuntu releases. (LP: #73227) [02:03] bug 73227 [02:03] Malone bug 73227 in hal "[feisty] some partitions do not appear in Places menu" [Medium,Fix released] https://launchpad.net/bugs/73227 [02:03] <_RadioHead> IdleOne: same again dude [02:04] oh, same one [02:04] unless there is some hacked version of 7.04 out there and all you ppl are downloading it [02:04] hrm... dumb question, does anyone know if there's a gnome applet someplace that allows for adding multiple clocks to your gnome panel each in a different timezone? (standard clock applet enforces same timezone on every instance of the applet) [02:04] <_RadioHead> IdleOne: http://releases.ubuntu.com/7.04/ubuntu-7.04-beta-desktop-i386.iso [02:04] <_RadioHead> downloaded from here [02:05] <_RadioHead> IdleOne: ? [02:06] any ideas about sleep problem in feisty? [02:06] _RadioHead, dont know the user should be ubuntu and password emtpy [02:07] empty [02:07] thankya Hobbsee :D [02:07] xipietotec: remind me tomorrow, please [02:07] phaidros: probably the ATI card [02:08] phaidros: and the driver [02:08] Hobbsee: well, worked in edgy .. === valehru [n=valehru@125.33.228.45] has joined #ubuntu+1 [02:08] oh don't worry, I'll remind you incessantly, I have por...I mean RMS videos to watch =P [02:08] btw, if say i changed my psu, ubuntu will not need any configurations, right? [02:08] Hobbsee: any hints where to look at/ [02:08] ? [02:08] phaidros: is this the binary driver from ati? [02:08] nope, xorg ati [02:08] Hidan, the power suply? [02:09] phaidros: right. probably /var/log/syslog and /var/log/xorg* [02:09] Hidan: no, Power supply requires no configuration changes. [02:09] idleone: yep... i've a suspicion my psu just died again. [02:09] Hobbsee: i don't think my partitions are broken, there are 4 of them ext3 fat32 and ntfs on 2 drives..... [02:09] Hidan, change it shouldnt affect anything [02:09] FFIXXX: you should hopefully get a response on the bug report. people are buys releasting [02:09] -t [02:09] idleone: good thing, then... [02:09] anyway i ll boot into windows and reboot kubuntu, brb..... [02:10] Hidan, make sure you are grounded ... but Im sure you knew that [02:10] maybe they are really broken.... [02:10] <_RadioHead> IdleOne: :D do no also [02:10] idleone: mmm nah i'm bringing the pc to a hardware repair shop. there might be more problems to this issue than i can handle. :p === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has left #ubuntu+1 [] [02:10] _RadioHead, ?? === fluxy [i=opera@196.22.147.29] has joined #ubuntu+1 === omha [n=kks@83.73.217.165.ip.tele2adsl.dk] has joined #ubuntu+1 [02:11] <_RadioHead> IdleOne: mean about user passwd , do no it is strange [02:12] Hobbsee: do you know when they're going to change shipit to Feisty? [02:12] xipietotec: after feisty's release [02:14] hobbsee: in about 1 weeks' time, feisty's going final, huh? [02:14] geez brb... my nails are getting in the way of the keys. :/ [02:15] Hidan: yes. the big freeze is in 3 days [02:16] can we expect a big update with the freeze? [02:16] IdleOne: maybe. hopefully not. wouldnt expect so [02:17] Hobbsee, I like them big " you need to upgrade 245 packages" [02:17] gets the old heart pumping === foxiness [n=nayif@62.149.114.19] has left #ubuntu+1 [] [02:18] hobbsee: i'm curious, though... after feisty's final and been released, will they continue to release fixes and updates for feisty? or will all fixes and updates go towards the next version of ubuntu? [02:18] hello people [02:18] i have dloaded ubuntu feisty [02:18] tried the live cd [02:18] but can't login [02:19] it asks me for username/password, i am clueless === _RadioHead [n=User@80.80.175.252] has left #ubuntu+1 ["Leaving"] [02:19] tried a lot of combinations, in vain [02:19] can anyone plz help me? === _RadioHead [n=User@80.80.175.252] has joined #ubuntu+1 [02:19] fluxy, username: ubuntu password : empty ( dont put anything in the box ) hit enter [02:20] <_RadioHead> IdleOne: dude thx for help, i fix problem [02:20] _RadioHead, no problem === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 [02:20] IdleOne: I tried that one too, in vain :( [02:21] <_RadioHead> IdleOne: by the way if anyone ask :) again about this problem , it was CD ROM drive , i boot cd on verbose mode and then read that cant read squashfs from cd IO error :) [02:21] well robooted into windows, my partitions are fine also booted into mandriva and where they also show up under media:/ normally.... [02:22] fluxy, you running 6.10 now? [02:23] why not just an !upgrade [02:23] no, i am on windows, was planning to install feisty on an empty partition [02:23] i could install edgy eft, then upgrade using feisty... [02:23] yup [02:23] good idea === Mikelevel [n=MoVeWoRk@60.Red-80-25-210.staticIP.rima-tde.net] has joined #ubuntu+1 [02:24] will take a little longer but good things come to those who wait [02:24] lol hope so [02:24] i'll try that === ep2011 [n=eric@adsl-065-006-176-175.sip.bct.bellsouth.net] has joined #ubuntu+1 [02:24] bye for now (i'll come to moan later if it doesnt work ;) ) === Hidan chews on a fish... yummy fish. === sonoftheclayr [n=luke@C-59-101-159-206.mel.connect.net.au] has joined #ubuntu+1 === fl2032 [n=fl2032@p54B1504C.dip.t-dialin.net] has joined #ubuntu+1 [02:31] Why is is a better idea to install edgy and then upgrade to feisty than to install feisty directly? Or did I misunderstand? [02:31] hi all, i'm having trouble with my console. it flickers but x is perfectly fine === _RadioHead [n=User@80.80.175.252] has left #ubuntu+1 ["Leaving"] [02:32] Lynoure: probably because feisty isn't officially released yet [02:32] hi, i tried to update my ipw2000 drivers. i a howto, i was told to remove the old drivers via ./remove-old... when i tried to install the new ones, there were some errors.. how do i get my old drivers back?! :( [02:32] any ideas? it is really annoyin === pschulz01 [n=paul@ubuntu/member/pschulz01] has joined #ubuntu+1 === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has left #ubuntu+1 [] [02:33] Zewey_: yes, but this is the beta channel :) [02:35] Lynoure: yep, it is :) === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu+1 [02:38] is there something line ./reinstall-old? [02:38] like === Zambezi [i=Hideit@bnc.from.tx-shells.com] has joined #ubuntu+1 === vio [n=valent@128.39.125.128] has joined #ubuntu+1 [02:52] hi guyes [02:52] i installed xgl+beryl and my "alt-gr" stopped working === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has left #ubuntu+1 [] === JuJuBee [n=jujub@24-105-217-35.cm.mhcable.com] has joined #ubuntu+1 === coz_ [n=coz_@pool-68-162-130-212.pitt.east.verizon.net] has joined #ubuntu+1 [02:56] I am trying to upgrade from 6.10 to 7.04 and I get an error on the console... [02:56] http://pastebin.ubuntu-nl.org/14718/ [02:56] guys anyone know what happened to libgtkglextmm-x11-1.2.so no longer in feisty repos or on the system [02:57] The GUI displays the following error [02:57] Authentication failed [02:57] Authenticating the upgrade failed. There may be a problem with the network or with the server. === assasukasse [n=agostino@host-84-222-247-243.cust-adsl.tiscali.it] has joined #ubuntu+1 [02:59] JuJuBee, server may be down right now [03:00] OK, just want to make sure it was not on my end. Ihave been having trouble with my system running admin tasks. [03:01] My user is supposed to be able to admin the system and I cannot create or edit users anymore for some reason. === marshall [n=jeff@CPE0000e26ebb11-CM00195ee35808.cpe.net.cable.rogers.com] has joined #ubuntu+1 [03:03] hey guys [03:04] how do you make it so your root apps have the same theme as your regular apps? [03:06] marshall: do "sudo -i" in a console, then type (iirc) "gnome-control-panel" === JuJuBee [n=jujub@24-105-217-35.cm.mhcable.com] has left #ubuntu+1 ["Kopete] [03:06] and/or whatever other program is relevant to change themes and such === Zambezi [i=Hideit@bnc.from.tx-shells.com] has joined #ubuntu+1 [03:07] what does that do? === LjL [n=ljl@ubuntu/member/ljl] has joined #ubuntu+1 === coz_ [n=coz_@pool-68-162-130-212.pitt.east.verizon.net] has joined #ubuntu+1 [03:13] let me ask agin guys there is no longer a gtkglextmm. in the reposiroies for feisty nor can i find another installation package that works what happened? [03:14] coz_: it was removed from debian, most likely [03:14] coz_: look for debian bugs on it [03:14] Hobbsee i hve debain has source packages for installatioin but they do not work on feisty [03:15] no...they dont usually [03:15] Hobbsee, this is a gnome library extension [03:15] it was here just last week === pschulz01 [n=paul@ubuntu/member/pschulz01] has left #ubuntu+1 ["Leaving"] [03:17] it's not in debian, it appears [03:17] or my madison-lite is broken, either way [03:17] well I certainly hope this is remedied there ae several applications I have that depend on that libray === aaaaaaaaaaaa_ [n=feisty@201-35-189-50.smace701.dsl.brasiltelecom.net.br] has joined #ubuntu+1 === ConstyXIV [n=trash_ei@ACA6C5F7.ipt.aol.com] has joined #ubuntu+1 === Bubble [i=Bubble@unaffiliated/bubble] has joined #ubuntu+1 === CodeImp [n=dont@s55910c2b.adsl.wanadoo.nl] has joined #ubuntu+1 === olimpico [n=jaime@F5427.f.strato-dslnet.de] has joined #ubuntu+1 [03:32] Is it possible to install kubuntu remotely through the console? [03:32] olimpico, sudo apt-get install kubuntu-desktop [03:33] IdleOne: remote install [03:33] !remote [03:33] Sorry, I don't know anything about remote - try searching on http://bots.ubuntulinux.nl/factoids.cgi [03:33] !install [03:33] Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues - See also !automate [03:33] !netinstall [03:33] Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues [03:33] olimpico: see the bottom factoid [03:33] ohhhh [03:33] sorry === ConstyXIV [n=trash_ei@ACA6C5F7.ipt.aol.com] has left #ubuntu+1 [] [03:34] xipietotec: mplayer uploaded === Alexandre [n=administ@201.19.28.73] has joined #ubuntu+1 [03:34] Hobbsee: What does the bottom factoid mena? [03:34] mean? [03:34] w00t! thankya Hobbsee! :D [03:35] !netinstall | olimpico [03:35] olimpico: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues [03:35] xipietotec: i'm assuming that'll fix it. [03:35] hey guys [03:35] i must say fiesty was the smoothest install i've had in a while [03:35] hrrm...running update and then upgrade returns nada [03:37] im having trouble with 3d accelleration on my intel 82845g/gl graphic chipset and ive found a thread on the forums that explains how to install the latest intel modesetting driver. do i want to get it and why? [03:37] Hobbsee: does it take awhile for the repos to reflect that? === Unfrgiven [n=ankur@147.7.233.220.exetel.com.au] has joined #ubuntu+1 [03:39] xipietotec: yes [03:39] xipietotec: particularly at the moment, as we're in freeze [03:39] ?? [03:39] okay, cool =) === teethdood [n=philip@adsl-69-230-181-173.dsl.irvnca.pacbell.net] has joined #ubuntu+1 [03:41] I assume it is safe for me to remove all these unwanted kde apps that have been installed for some odd reason? [03:41] IdleOne: yeah === Zigurd [n=zigurd@static-68-236-123-210.bos.east.verizon.net] has joined #ubuntu+1 [03:41] good cause I already started the process [03:41] IdleOne: I mean from scratch, I need to install Kubuntu on a Gentoo conputer. === SheaTara [n=shannon@cpe-069-132-052-158.carolina.res.rr.com] has joined #ubuntu+1 [03:41] olimpico, yes I understand and if you follow the link ubotu gave you it will tell you how to do a netinstall [03:42] It is running on Gentoo, but I'm just sick of administering it from far away. [03:42] I've been looking for a workaround to the partitioner hanging, with no luck. ANy ideas, anyone? [03:42] OK, thanks [03:43] I've tried ubiquity on the general, amd64-specific, and alternate install disks, and no luck with any of them. [03:43] Not in grphic mode, nor text mode. And I just tried a 6.10 install disk, also the exact same result of hanging in the partitioner. So I'm looking for a workaround. === emet [n=emet@unaffiliated/emet] has joined #ubuntu+1 === freanki [n=freanki@dslb-084-060-099-231.pools.arcor-ip.net] has joined #ubuntu+1 [03:45] hi, glxinfo crashed with a segmentation fault when I install the nvidia-glx-legacy drivers for my GeForce4 card :/ I'm using Ubuntu 7.04 === DanaG [n=DanaG@66-169-234-227.dhcp.snlo.ca.charter.com] has joined #ubuntu+1 === manchicken [n=manchick@ubuntu/member/manchicken] has joined #ubuntu+1 [03:47] IdleOne: But I want to know if all the harware recognition will also be done, if I install it through ssh [03:48] olimpico, I have no idea I would assume so but i really dont know === digilink [n=digilink@66-191-246-146.dhcp.kgpt.tn.charter.com] has joined #ubuntu+1 [03:49] Does somebody know if with the ssh instllation of Kubuntu, the HW recognition will still work? === allquixotic [n=sean@129-2-135-120.wireless.umd.edu] has joined #ubuntu+1 [03:50] I mean, specially for the Graphic & sound cards. [03:50] And the configuration of the X server [03:50] I am having trouble with sound in flash videos. I have tried a couple of things to fix it, but I'm not getting anywhere. Is this a known issue or has anyone else run into this and know how to fix it? [03:51] digilink, sound sucks on Linux :) PulseAudio tends to solve my problems but not all the time. I'd recommend you give it a try but it's hard to set up [03:51] installing it is easy using Adept, but configuring it is a nightmare for a first-time pulse user [03:52] digilink: Do you have problems only with flash? === gils [n=gs@CPE000fb087f909-CM0012253eb560.cpe.net.cable.rogers.com] has joined #ubuntu+1 [03:52] olimpico: no, the videos play just fine, but no sound [03:52] I think his question was is flash the only app giving you trouble [03:52] have there been no updates today yet? [03:52] im having trouble with 3d accelleration on my intel 82845g/gl graphic chipset and ive found a thread on the forums that explains how to install the latest intel modesetting driver. do i want to get it and why? [03:52] oh yes sorry, sound otherwise works fine [03:52] marshall: probalby. it shouldnt cause you any bugs [03:53] gils: upload.ubuntu.com's been broken, thereofre, likely not [03:53] digilink: What do you mean by no, do you have sound for the rest of the applications? Can you hear music and watch a video with kaffeine or xine or mplayer, or vlc? [03:53] whats modesetting though, Hobbsee? [03:53] ahhhh i was wondering [03:53] digilink: OK [03:53] olimpico: yes [03:53] marshall: dont remember. suggest you google it [03:53] digilink: which version of flash d o you have? [03:53] i thought my update manager had gone all bazooka on me [03:53] Have you installed the version 9? [03:54] uhh, I'm getting a notification that there's a dist-upgrade on Feisty 7.04 O_O [03:54] is this true? [03:54] allquixotic: you're using adept? [03:54] Hobbsee: yes [03:54] olimpico: flash 9 [03:54] allquixotic: it's a bug [03:54] lol [03:54] yay [03:54] so I should just ignore it? [03:54] I started out with the default Ubuntu install, then ran the installer from adobe in the course of troubleshooting [03:54] digilink: And none of the flash videos send sound? [03:54] olimpico: correct [03:54] digilink: or just some of them? [03:54] olimpico: noce [03:54] allquixotic: yes [03:55] *none [03:55] How did you install flash 9? with apt? [03:55] how does ubuntu get the font rendering so pretty [03:55] olimpico: install flashplugin-nonfree [03:55] no, used the install package from adobe [03:56] flash sound has never worked since I installed feisty [03:56] digilink: install alsa-oss and run aoss firefox [03:56] ok Ill give that a try... [03:56] digilink: Then you used the install package from Adobe and not a repository [03:57] Has anyone ever gotten cameleon2 to work? it seems to be a broken IDE, much like Mondrian [03:57] olimpico: no, I had the install from the repository first, then downloaded the installer from adobe for troubleshooting [03:57] emet: Good code? :) [03:58] digilink: OK, then I'm sorry, I really had no problems with that. === dystopianray [n=dystopia@adsl117-124.dyn.koalatelecom.com.au] has joined #ubuntu+1 [03:58] digilink: I have no idea what could possibly cause that problem [03:58] np, tnx anyhow [03:59] digilink: Try apt-get install flashplugin-nonfree [03:59] If you did, then I have no idea [03:59] digilink: Or if you use firefox: apt-get install flashplayer-mozilla [04:00] I use firefox and it works with this [04:00] At least for me === Umbriel [n=umbriel@103.Red-213-97-69.staticIP.rima-tde.net] has joined #ubuntu+1 [04:00] digilink: did it work? [04:00] I have to go now, Cheers! [04:01] hobbsee: aoss did not, Im going to try installing flash from the repos again..... === Ronald [n=Ronald@hummelink.xs4all.nl] has joined #ubuntu+1 [04:03] Hi all, I have a problem with network initialization. I have 2 cards with static IP, both configured, but after booting up eth0 doesn't have asigned IP, though eth1 yes. Anyone has an idea? === frojnd [n=wildchil@BSN-77-169-220.static.dsl.siol.net] has joined #ubuntu+1 [04:04] hello there [04:04] Umbriel: are you using network-manager? [04:04] is there any repo for feisty yet to donwload opera package? [04:04] knetworkmanager, but I disabled it and still does the same [04:04] frojnd: no [04:04] !opera | frojnd [04:04] frojnd: opera is an advanced and free (only as in price) web browser. Install it via Applications->Add/Remove..., making sure that "Show commercial applications" is checked. For more info on opera please see: https://help.ubuntu.com/community/OperaBrowser [04:05] Umbriel: have you configured the inferfaces in /etc/network/interfaces ? [04:05] oh and how can I set that when I click on a link with Konversation, that firefox or opera opens and not konqueror? === Ribs [n=ribs@91.84.8.218] has joined #ubuntu+1 [04:05] Yes, checked by hand, and IP is there for both cards [04:06] frojnd: set the default browser - settings, configure konversation [04:06] Umbriel: can you pastebin the contents of /etc/network/interfaces [04:06] eth0 after boot is enabled and active, but without IP [04:06] Ok === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 === coz_ [n=coz_@pool-68-162-130-212.pitt.east.verizon.net] has joined #ubuntu+1 [04:08] auto lo [04:08] iface lo inet loopback [04:08] address 127.0.0.1 [04:08] netmask 255.0.0.0 [04:08] auto eth0 [04:08] iface eth0 inet static [04:08] address 213.XX.XX.103 [04:08] netmask 255.255.255.0 [04:08] Umbriel: I said pastebin it [04:08] gateway 213.XX.XX.65 [04:09] iface eth1 inet static [04:09] address 172.16.0.3 [04:09] netmask 255.255.255.0 [04:09] !pastebin | Umbriel [04:09] auto eth1 [04:09] Umbriel: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [04:09] Ok, sorry [04:10] Umbriel: you should probably get rid of 'auth eth0' and 'auto eth1' if you're doing static config [04:10] Ok, I'll try that [04:11] no, auto eth0 means connect at boot [04:11] doesn't it mean dhcp? [04:12] oh wait, sorry I'm wrong [04:12] iface eth0 inet dhcp is dhcp [04:13] So nothing strange in interfaces then [04:14] Umbriel, do /etc/init.d/networkmanager stop [04:14] If I check in knetworkmanager, it says only eth1 is active, but if I try to configure, both have config === josh_ [n=josh@125-238-90-162.broadband-telecom.global-gateway.net.nz] has joined #ubuntu+1 [04:15] I don't have "networkmanager" in init.d [04:15] wow, how does one stop networkmanager [04:15] yes, I see now === coz_ [n=coz_@pool-68-162-130-212.pitt.east.verizon.net] has left #ubuntu+1 ["Leaving"] [04:17] Umbriel, I think you shouldd try stopping networkmanager [04:17] (maybe killing it?) [04:17] isn't networkmanager supposed to ignore any interfaces in /etc/network/interfaces? [04:17] is it? [04:18] dunno, I'm not sure [04:18] Umbriel, just to try: killall /usr/sbin/NetworkManager [04:18] and killall /usr/sbin/NetworkManagerDispatcher [04:18] then rm /var/run/NetworkManager/NetworkManagerDispatcher.pid [04:19] and rm /var/run/NetworkManager/NetworkManager.pid [04:19] of course, all this with sudo [04:19] then try to ifdown eth0 and ifup eth0 [04:21] I see only the problem on booting, if I configure or ifupdown by hand it works, so how can I disable NetworkManager from boot? Remove the links in /etc/init.d? [04:21] ah [04:21] ehm [04:21] tough one [04:21] uninstall networkmanager? [04:22] I have no idea why networkmanager is not in init.d [04:22] Sorry, I have to leave for work, I will try to do later and tell here, or tomorrow, if it's solved :) [04:22] is it possible that the author of the dmraid script in init.d was overcautious? [04:22] definitely [04:22] there's a set -e, with it it fails, without it works. [04:22] ciao, Umbriel [04:23] See ya [04:23] it was, and I think that was good, now it looks like dbus apps are started by the dbus initscript, which is a pain === Ronald [n=Ronald@hummelink.xs4all.nl] has joined #ubuntu+1 === JR [n=JR@cpc3-bolt6-0-0-cust407.manc.cable.ntl.com] has joined #ubuntu+1 === Answer [n=hwilde@71.16.69.162] has joined #ubuntu+1 === JR [n=JR@cpc3-bolt6-0-0-cust407.manc.cable.ntl.com] has left #ubuntu+1 [] [04:24] i'm not too worried about it, but when i enable desktop effects via system > preferences, i get the wobbly windows bits but i suddenly am sans-titlebars :D anything i need to install or adjust to fix this? [04:24] well, as long as it doesn't screw up with grub, again... [04:24] what's the linux kernel I should install? linux-generic? === SheaTara [n=shannon@cpe-069-132-052-158.carolina.res.rr.com] has joined #ubuntu+1 === Toma- [n=e17@124-168-67-107.dyn.iinet.net.au] has joined #ubuntu+1 === mon^rch [n=greg@S0106000fea33f1bb.cg.shawcable.net] has joined #ubuntu+1 [04:26] !nvu [04:26] nvu is a WYSIWYG and code dual-function HTML editor for easily creating web pages. The original developer is working on a full rewrite; meanwhile, another is doing bugfixes. It is not the Ubuntu repos for Feisty Fawn, but ping tonyyarusso to inquire about packages. See also !html. [04:27] :( [04:28] anyone else having their internet connection dropped? [04:28] you are the only one to join or part recently === macd [n=d@adsl-241-73-94.msy.bellsouth.net] has joined #ubuntu+1 [04:29] linux is 23MB? oO [04:30] lol you can get linux on a floppy :) [04:30] zeroflag: linux is only a kernel [04:30] yes, that's why I'm asking. [04:30] zeroflag: do you mean it's too big? [04:30] the kernel package is 23MB. [04:30] it's quite big imo, yes. [04:31] well it has almost every driver available [04:31] and some things in an initramfs or initrd or something [04:31] zeroflag, there are minimal distros available like xubuntu [04:31] hmmm, well. [04:31] I have a more serious issue. [04:31] at refuses to install. [04:32] and consequently, ubuntu-standard does as well. [04:32] says "Package at is not configured yet." [04:33] argh. [04:33] another initscript failing. [04:33] atd, action "start" failed. [04:33] zeroflag: did you verify the burnt cd? [04:34] I'm not installing from cd, I'm installing from apt. === DreamThief [n=mathias@unaffiliated/dreamthief] has joined #ubuntu+1 [04:34] I only used the live cd to bootstrap ubuntu. === ErrantEgo [n=ErrantEg@unaffiliated/errantego] has joined #ubuntu+1 [04:34] oh [04:34] because live installation and alternate installation both fail to boot from my raid. [04:34] anyone able to help me for a quick second? [04:35] what is "set -e" [04:35] I find it in EVERY initscript that fails. === fqh [i=fqh@219.131.243.145] has joined #ubuntu+1 === TheVault [n=kylewitt@cpe-24-209-11-142.cinci.res.rr.com] has joined #ubuntu+1 [04:36] I just installed Feisty Fawn and have not configured anything. My wifi light is lit up on my laptop but when I scan for networks, its not showing anything up === Stormx2 [n=Stormx2@host-87-240-137-127.hi-velocity.net] has joined #ubuntu+1 [04:37] i'm using ubuntu as a webserver (my buddy set it up for me)...the thing is, I don't know the first thing about ubuntu. I would like to know how much space I have left on the hard drive. What command, if any, do i input? [04:37] zeroflag: it means "exit with an unsuccessful error code" on the abnormal termination of any command [04:38] well, something's strange here... [04:38] because my scripts exit but I don't get any errors... === Frost^ [n=sweiss@85-250-244-89.bb.netvision.net.il] has joined #ubuntu+1 [04:38] Can someone help me out [04:38] well, are commands in your scripts exiting /with errors/ ? === jussi01 [n=jussi@dyn3-82-128-188-131.psoas.suomi.net] has joined #ubuntu+1 [04:39] dpkg is returning error codes... === repete [n=repete@213.237.39.164.adsl.noe.worldonline.dk] has joined #ubuntu+1 [04:39] ErrantEgo: df -h [04:40] dystopianray: got it in #ubuntu, thanks [04:40] subprocess post-installation script returned error exit status 1 === LeeJunFan [n=junfan@s64-186-37-84.skycon.net] has joined #ubuntu+1 === fools [n=lloyd@S0106002018d951b0.gv.shawcable.net] has joined #ubuntu+1 === assasukasse [n=agostino@host-84-222-247-243.cust-adsl.tiscali.it] has joined #ubuntu+1 [04:41] how can I find out why at installation fails? [04:41] zeroflag, "set -e" seems to cause an interrupt if it fails. you can try "set -x" for verbose execution. http://www.research.att.com/~gsf/man/man1/set.html === TheVault [n=kylewitt@cpe-24-209-11-142.cinci.res.rr.com] has left #ubuntu+1 [] [04:42] "set -e" A simple command that has an non-zero exit status will cause the shell to exit [04:42] last line is "stdin=" [04:42] ... === rocky is now known as rocky|away === thomax_ [n=thomas@217-148-244-10.happymany.net] has joined #ubuntu+1 [04:43] i think i found a bug, can someone help me try to reproduce it on their system? [04:43] all you need is terminal [04:44] teb: what is the bug? === snerge [n=snerge@bas9-quebec14-1168087154.dsl.bell.ca] has joined #ubuntu+1 [04:44] when you sudo & from a new, fresh terminal, it says password, but puts you down on the next line and your pass is visible === snerge [n=snerge@bas9-quebec14-1168087154.dsl.bell.ca] has left #ubuntu+1 [] [04:45] teb, sudo is supposed to hide your password not show everybody [04:45] i'm very aware [04:45] check out my terminal output [04:46] thisisnotmypass was not hidden at all [04:46] I can confirm teb [04:46] okay [04:46] but if you sudo something like ifconfig then do it, it works right, right? [04:46] you have to authenticate first [04:46] I think that is intended behaviour, if you background the sudo process it won't be recieving your keyboard input anymore [04:46] then it works because it saves your su status [04:47] yes, but you're backgrounding the application not the sudo process [04:47] teb, what if you run sudo "command &" with the ampersand inside the quotes? it should handle sudo normally then bg the command === richb [n=richb@82-38-184-135.cable.ubr03.shef.blueyonder.co.uk] has joined #ubuntu+1 [04:48] yeah, the quotes fix it [04:48] Hey all:-) [04:48] yes but then it says: sudo: nautilus &: command not found [04:48] after you auth === claydoh [n=claydoh@66-252-48-143.dyn-adsl.midmaine.net] has joined #ubuntu+1 [04:48] "log_daemon_msg: not found" [04:48] what's that? oO [04:48] ha, yeah, I didn't auth ;) [04:48] yeah, i wasn't about to but i did it just for kicks [04:49] i'm also missing /lib/lsb/init-functions [04:49] on both, live and my ubuntu standard. [04:49] i can't imagine this is an expected behavior because after you auth once you can type sudo nautilus & and it works without problem, you're only backgrounding nautilus not the sudo process i would think === RedRose [n=RedRose@utdpat241254.utdallas.edu] has joined #ubuntu+1 [04:50] or, is it when you type sudo you're actually starting a bg process? [04:50] that then continues until you quit === TheVault [n=kylewitt@cpe-24-209-11-142.cinci.res.rr.com] has joined #ubuntu+1 [04:50] Answer: Ya here? [04:50] I saw their is a new line in my Grub configuration, something about uuid, or suid, can anyone tell me what it does? [04:50] TheVault, to pm [04:50] TheVault: does your laptop's wifi have a hardware or software toggle? [04:51] Yeah, I can press FN+my wifi button [04:51] TheVault: and what sort of wireless nic is it [04:51] TheVault, I think your drivers are ok. do you know the ssid and wep key for your network? [04:51] TheVault: have you tried toggling that to see if it gets any results? [04:51] It is a Broadcom 43xx and the scan shows its using eth1 [04:51] TheVault: are you using ndiswrapper? [04:51] Answer: I use WPA and I know my SSID [04:51] hehe the evil broadcom43xx [04:51] dystopianray: No [04:52] teb: Tell me about it [04:52] TheVault, have you installed wpa_supplicant [04:52] Anyone? [04:52] TheVault: i've got it working [04:52] Answer: It should already be installed [04:52] TheVault: so you got firmware for your card? [04:52] teb: What did you do in feisty to get it working? [04:52] TheVault, https://help.ubuntu.com/community/WifiDocs/WPAHowTo [04:52] dystopianary: yeah [04:52] i enabled a repository for the broadcom43xx-firmware [04:52] TheVault, you need to setup your wpa_supplicant.conf file first [04:53] downloaded it, modprobe bcm43xx bam working [04:53] anyone know if gnucash is fixed in feisty? Gotta get my taxes done this week, and need to know if I should burn an edgy cd to install to another partition for my feisty computer at home === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has left #ubuntu+1 [] [04:53] TheVault: you want that line for the repository? [04:53] no you don't need to touch wpa_supplicant.conf, network-manager should be able to do it all for you [04:53] teb: Ahh, I have not messed with anything yet. Lemme see if I can enable it. So it should be in the resp? [04:53] and wpa_supplicant has nothing to do with scan results [04:53] teb: yes please [04:53] no, there's a special one [04:54] TheVault: you should be able to use nework-manager [04:54] put this line at the end of your /etc/apt/sources.list file deb http://ubuntu.cafuego.net dapper-cafuego bcm43xx [04:54] Dystopianary: Yeah, I know. I love that thing [04:54] TheVault: if you're not getting any scan results then you have some sort of driver or hardware issue [04:54] I think the ssid is hidden so he does not see it [04:54] supplicant.conf needs scan_ssid=1 and ap_scan=1 [04:54] Answer: Nope. My XP picks it up just fine [04:55] Answer: is supplicant.conf standard issue for all wireless setups ? [04:55] Answer: he doesn't need to touch the wpa_supplicant.conf file, network-manager can handle WPA [04:55] then update your repositories, and grab bcm43xx-firmware from the repository [04:55] TheVault: does 'iwlist eth1 scan' show any results? [04:55] dystopianray: Nah. [04:55] has anyone had success with conecting a IPW(3945) to PEAP via WPA_Supplicant [04:56] teb: I just did but i'm installing all updates right now === Answer likes command line not network-manager gui. [04:56] Guys, hold on. I'm installing all updates right now to ensure nothing goes wrong. 50mins remaining for the updates to complete [04:56] well put that away for later i guess hehe, you'd need the repository for the alternate method as well [04:56] teb: Yuppers [04:57] See I got tired of Edgy freezing on me when it would not connect to a network [04:57] TheVault: if you can't get the default driver working, try ndiswrapper it usually works well [04:57] just sudo modprobe bcm43xx after you've gotten your bcm43xx-firmware package installed and it should show up in network manager [04:57] It would try to connect to my network, when it failed, then it would freeze the computer. So thats why I unistalled it and now with Feisty [04:57] TheVault: yeah that bcm43xx is rather crap and unstable [04:58] teb: Alright, i will write that command down [04:58] the driver i mean [04:58] teb: I think he would need to unload the module first [04:58] on the contrary, the current one is quite nice and stable [04:58] i didn't have to dystopianray [04:58] but loading the driver when it's already loaded is not going to do anything [04:59] teb: Glad your kinda in the same boat I am [04:59] teb: have not talked with many people with the broadcom 43xx card [04:59] i think i had a broadcom 4311 or 4318 or so [04:59] yeah, are you ppc or windows? [04:59] returned it and acquired an atheros-based card :b [04:59] errr intel [05:00] rsthree: Yeah, I have the 4311 [05:00] rsthree: yeah, that's what I would do ;-) === amx109 [n=amx109@amran.plus.com] has joined #ubuntu+1 [05:00] TheVault, i think i was able to get it working via ndiswrapper but not with the bcm43xx module [05:00] TheVault: the official answer to how to do this is at : https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Dapper [05:00] i had to blacklist it, then add the windows 2000/xp driver via ndiswrapper [05:01] yeah, i had to use an alternate method because ndiswrapper only works on x86 from what i heard [05:01] yes ndiswrappe works much better than bcm43xx [05:01] hi. there seems to be modules missing from the kernel that im using (grabbed via apt-get). i tried submitting this as a bug, but to no avail. is the only option i have to recompile the kernel? === ErrantEgo [n=ErrantEg@unaffiliated/errantego] has left #ubuntu+1 [] [05:02] amx109: which kernel and what modules? === TheVault [n=kylewitt@cpe-24-209-11-142.cinci.res.rr.com] has joined #ubuntu+1 [05:02] I just accidently closed [05:02] The network manager. [05:02] dystopianray: 2.6.20-14-generic, module tda9887 [05:03] I closed the tomboy notes and the network manager went with it [05:03] how do I get it back [05:03] TheVault: is it system, administration, network manager? [05:03] i need it to get my saa7134 tv card working. its there in 6.10, but not in feisty [05:03] I'm not sure myself, I use fluxbox/wpa_supplicant [05:03] TheVault, i think you can alt+f2 to bring up a command dialogue then type nm-applet [05:04] that should work to bring it back [05:04] rsthree: THNX! [05:04] no worries :D [05:04] Thank god! [05:04] no thank you lol [05:05] Wish my updates would speed up so I can go on configuring Ubuntu to fit my needs === squire [n=squire@82.152.176.194] has joined #ubuntu+1 [05:05] What do the ii and rc mean when I do a dpkg -l ? === poorenglish_ [n=poorengl@126.Red-217-126-209.staticIP.rima-tde.net] has joined #ubuntu+1 [05:05] yesterday i put both systems on feisty...updates weren't very swift, but i've had worse speeds i guess [05:05] TheVault: slow internet connection, or do you have horrible mirrors? [05:06] i mean, i can't complain about 200kbyte/sec but i guess i get spoiled by 500-600kbyte/sec [05:06] heh [05:06] Jestre: see the dpkg man page. In short, the former means it's installed; the latter means it's removed but the configuration files remain. [05:06] disasm: nah, I got fast connection. but mind you that I'm using a 100ft cable using a router so that has alot to do with it === Tom47 [n=tom@203-217-94-134.dyn.iinet.net.au] has joined #ubuntu+1 === sittisal [n=sittisal@host243-97-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu+1 [05:07] i am wondering where the restricted drivers wizards are??? [05:07] crimsun: Thanks, looked in dpkg (1) and didn't see a list of flags [05:07] TheVault: nah... I have 100 ft cables strung all over the house with 15 computers all connected, and I still range around 1 MB/s from carroll [05:07] nice [05:07] i concur; nice. :D my gf would strangle me with ethernet cable if i did that [05:08] hence: wireless! [05:08] Here is another small problem. When I was running the LIVE CD, When I had the Desktop Efects enabled, when I would open up windows, nothing would show in them. Then I installed it on my computer(about 2 weeks ago) and it did the samething. Will the updates fix this? [05:08] Jestre: look in the "INFORMATION ABOUT PACKAGES" section, "PACKAGE STATES" subsection [05:08] dystopianray: any suggestions? [05:08] TheVault: if your in US, I think osuosl has fairly fast mirror [05:08] amx109: no, sorry [05:08] disasm: yuppers, I am in USA [05:08] ta [05:08] rsthree: lol ;-) It's all nice and pretty in the walls :-P [05:08] amx109: is the driver in any other feisty kernels? [05:08] !restricted drivers [05:09] Whats the Compiz Gnome Manager thing in the updates? [05:09] dystopianray: only tried -genereic and -386, and its not present in either [05:09] crimsun: Version I have must not list the short flags, just the full word output [05:09] amx109: no i mean other versions [05:09] TheVault: I think it's http://ftp.osuosl.org/pub/ [05:10] dystopianray: ah. i'll have a look in 2.6.15-23 now [05:10] Jestre: see ``dpkg -l |head -3'' [05:10] there is mention of restricted drivers wizards in http://www.ubuntu.com/news/Ubuntu704Beta ... where are they does anyne know? === No1Viking [n=micke@h-83-140-105-15.auto.rp80.se] has joined #ubuntu+1 [05:10] amx109: I was thinking more along the lines of 2.6.20-13 or -12 [05:11] disasm: No no. I'm downloading all the updates, said something about Compiz Cores, Compiz Easy Gnome Manger or something like that? I know what Compiz but whats the core & things? [05:11] TheVault: so that would be, deb http://ftp.osuosl.org/pub/ubuntu/ feisty main restricted [05:11] TheVault: probly the base install stuff for compiz [05:11] dystopianray: oh, no. i noticed the problem when i installed the beta, which shipped with 2.6.20-13 === Tigge [n=tigge@bacchus.olf.sgsnet.se] has joined #ubuntu+1 [05:11] crimsun: Okay, thanks... was grepping the output so that was chopped off... Thanks again [05:11] disasm: Oh. Does Compiz come with a easy to use manager so you can choose the effects & plugins? [05:12] disasm: I know beryl does based on videos & screenshots [05:12] !info gnome-compiz-manager feisty [05:12] gnome-compiz-manager: Compiz Gnome Manager. In component universe, is optional. Version 0.10.3-0ubuntu1 (feisty), package size 127 kB, installed size 696 kB [05:12] see that. [05:12] TheVault: i believe so, I tend to use fluxbox with my dual core processor (i know, boring...) [05:12] that's a pretty spiffy bot [05:13] disasm: I have no idea what fluxbox is [05:13] TheVault: window manager, very light weight, no frills: http://fluxbox.org/ [05:13] disasm: linux newb here lol. I wouldn't say im a complete newb but more above the level of a newb. === yacoob [i=yacoob@hell.pl] has joined #ubuntu+1 [05:15] Wow fluxbox looks boring === pradeep [n=pradeep@unaffiliated/pradeep] has joined #ubuntu+1 [05:15] dystopianray: its not there in 2.6.20-12 either. thanks for the help. im gonna go recompile the ubuntu kernel to confirm it is a compilation/packaging issue, and then try to bark loudly up the most appropriate tree [05:16] teb: Alright my downloads are about to complete. I saved that one command for the broadcom43xx thing. So after I reload my respitories, will it ask me to download the broadcom 43xx thing? [05:17] no, you have to search for bcm43xx-firmware [05:17] so open up synaptic [05:17] and search for it [05:17] teb: oh alrighty. So I download it first before I do that one command you gave me? [05:17] disam: why fluxbox on core 2 system? [05:17] right [05:18] teb: Thanks. What broadcom do you have? Mines 4311 [05:18] squire: I like it, it works ;-) [05:18] TheVault: 4306 but it's supposed to work for any broadcom 43xx === akrus [n=akrus@62.140.224.26] has joined #ubuntu+1 [05:18] teb: Alrighty. You on a Dell laptop? [05:19] TheVault: nope, iBook G4 [05:19] :-) [05:19] Whoa. How can you have using a mac with a broadcom chipset. Thought apple made there own network cards [05:19] TheVault: nope, they grabbed broadcom's [05:19] i only use fluxbox with such as dsl and gparted-live [05:19] teb: Oh I see. I bet Ubuntu is super fast on the computer your using? [05:20] TheVault: if this method doesn't work for you (i hope it does) try the ndiswrapper method on https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Dapper [05:20] teb: Me and Nidswrapper never played good together [05:20] TheVault: I don't think apple has ever made any network hardware, they always use standard off the shelf equipment [05:20] yeah, my graphics card isn't great, so i don't have a lot of bells and whistles enabled, but it runs great [05:20] dystopianray: Oh ok [05:20] TheVault: there's actually a link to an automated script on that site [05:21] so all you have to do is run and you're good if i read correctly [05:21] thevault: agreed [05:21] prefer fw-cutter to ndiswrapper method [05:21] teb: I'll just take your advice on the first step, and if that don't work....gotta resort to ndiswrapper [05:21] squire: LOVE FW-CUTTER! [05:22] squire: the configurability is amazing, I have a bunch of key combos defined for opening everything, easy to jump to other virtual terminals, run conky embedded into desktop for sys stats, and I go nuts without my right click-desktop menu [05:22] squire: Thats the most easy way to get broadcom to work [05:22] :-) [05:22] works 4 me! [05:22] squire: Yeah. Well I'm going to try teb idea first, and if that fails, here comes fw-cutter [05:22] squire: which version of broadcomee are you running [05:22] dunno where that ee came from [05:23] squire: probably touched your touchpad [05:23] electrical engineering? [05:23] hah [05:23] i'm using broadcom based card here [05:23] squire: what number [05:23] which one? 4306? 4311? [05:24] linksys wmp actually [05:24] squire: Oh. I also have Gigafast USB Adapter Wireless Card [05:24] okay, i've got to run to school, good luck TheVault [05:24] teb: Thanks. Also, I'm on spring break YAY [05:25] thevault: 4306 [05:25] squire: Ahh, I think you have the same as teb [05:25] TheVault: linux for spring break, sweet [05:25] yeah squire does [05:25] teb; yuppers. Don't get in trouble lol [05:26] teb: Don't make me come to your school and force you to teach linux to everyone lol === nomasteryoda [n=nomaster@213.sub-75-203-83.myvzw.com] has joined #ubuntu+1 === fowlduck [n=nate@205.213.122.173] has joined #ubuntu+1 [05:26] i'd rather let them choose to choose linux or not :-) it's all about choice right? ours is just smarter === mbudde [n=michael@0x503e8d0f.boanxx21.adsl-dhcp.tele.dk] has joined #ubuntu+1 [05:26] disasm: it's a case of familiarity really [05:26] teb: Lol yeah your right [05:27] how long u been using flux? [05:27] teb: Take care and have a good day at school. Thanks for the help :) [05:27] alright, good luck [05:27] np [05:27] la la la waiting for downloads to finish downloading. la la la afterwards waiting for all to install [05:28] squire: Do you have Microsoft fonts installed on your machine? [05:29] thevault: um, no - why? [05:30] squire: No reason. Just seeing if some people install the Microsoft fonts on ubuntu [05:30] squire: I know I do. Only fonts i'm used to reading [05:30] oh? [05:30] oic [05:30] squire: Yeah. Thank god downloads are almost done [05:31] we all get a bit set in our ways ;-) [05:31] squire: So true [05:31] squire: I just hope these updates fixes my Desktop effects problem [05:32] what updates: [05:32] ? [05:32] I'm downloading the 282 updates [05:32] squire: Just installed feisty today [05:32] ah :) [05:33] how long has it taken? [05:33] About an hour [05:33] not bad [05:33] TheVault: What problem? [05:33] squire: consitering that i am downloading around 95k per sec [05:33] i'm on 1meg adsl here [05:34] my cable will eat j00r dsls for br34kf4st! [05:34] Tomcat_: Well when I installed feisty about a week ago, on the same computer that I am on now, the desktop effects would not show anything in the windows I opened nor could I shut them off cause the box was all grey [05:34] yeah they're hefty dl's ;) [05:34] wizard: Not mine ;P [05:34] TheVault: Yes, that was fixed. [05:35] wizard, sure thang [05:35] squire: :-P [05:35] but u're a wizard [05:35] TheVault: Some problems with enabling the cube persist though. [05:35] Tomcat_: Alright. Well I'm downloading all the updates now [05:35] squire: literally complete with hat and robe [05:35] i use it when im on a date i don't care for [05:35] wooooh === dystopianray [n=dystopia@adsl117-124.dyn.koalatelecom.com.au] has left #ubuntu+1 ["Kopete] [05:35] :) [05:36] Tomcat_: Does compiz come with a manager like Beryl so you can choose your plugins, effects & so on? [05:36] TheVault: I use the desktop-effects window... [05:36] TheVault: yes [05:36] TheVault: I think there's another one, but I don't use that. :o [05:36] beryl+compiz ftw [05:36] Oh ok, Thats good to know [05:36] \o/ got bluetooth working [05:36] and when u want to cast a spell on a beautiful woman? [05:36] Yeah, I was reading about the Compiz & Beryl merge [05:37] Tomcat_: they'v bounced around control of compiz so many times its gotta feel like east germany by now [05:37] CarinArr: Congrats :) [05:37] Tomcat_: there are lots and lots of ways to control it [05:37] was going just a bit insane for a second [05:37] Is the cube really all that good? [05:37] wtf? compiz has a config tool? where? tell me please.... [05:37] TheVault: its Aesthetic [05:37] TheVault: It's nice... "scale" is better though :) [05:37] TheVault: he doesn't benefit productivity at all [05:38] wizard: The only effects I would use is the Expose, and the fade windows, so when someone would come in, I could do that to hide my stuff [05:38] TheVault: s/he/it [05:38] i quite like the eye candy [05:39] as long as it doesn't slow things down [05:39] CarinArr: I LOVE IT! [05:39] can't install ubuntu-standard because atd fails: http://pastebin.ca/431269 [05:39] yeah you got a point on that slowness === noppe [n=Jamius@pool-71-117-248-37.ptldor.fios.verizon.net] has joined #ubuntu+1 [05:39] CarinArr: well one thing to look at is that its eye-candy that depends on a good gpu [05:39] but none of my machines are slow now, so woohoo [05:39] wizard: CPU [05:39] CarinArr: it does certainly cause some slow down [05:39] TheVault: no, gpu [05:39] wizard: GPU? [05:40] TheVault: if you manage your computer properly opengl/dx swhould be pushed purely to the graphics card, not the cpu [05:40] wizard: i know, was running an old laptop until recently, couldn't be bothered with it then, using proper gpus on all my machines now so all is good [05:40] opengl does everything the GPU doesn't support implicitely on the CPU. [05:40] I was reading that compiz is so good, you can run it on GFX card with 32mb of ram or less [05:41] having to do it on the cpu slows things down though [05:41] TheVault: "can" is a very relative word [05:41] TheVault: Runs well enough on Intel onboard cards... for me at least. === chrisbudden14 [n=chrisbud@user-54416f6e.l6.c5.dsl.pol.co.uk] has joined #ubuntu+1 [05:41] you guys have a point there lol [05:41] TheVault: And those cards are even too slow for most 3d games. [05:41] Tomcat_: That my friend is so true [05:41] what's the best gpu (emphasis on value rather than pure performance)? [05:42] What's so complicated about moving pixmaps in 3d anyway? ;) [05:42] squire, that depends on what you're asking of it [05:42] TheVault: the way computers do things - linux even by default at times (if you use nv drivers) is to let cpu also help scale and generate graphical output [05:42] TheVault: when you do this, you start adding bloat... a CPU cannot render graphics as fast as a dedicated GPU === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu+1 [05:42] squire: if all you want to do is run beryl on it i'd get a cheapo nvidia card [05:42] wizard: Thats true [05:43] how can I print what grub would say my partition number is? [05:43] therefore, there would be devistatingly noticable slowdown if someone did try to run xgl/beryl on a 32mb card and their processor was being forced to render most of the graphics as it has more allotted ability. [05:43] YAY, 1min til all my downloads completely and one step closer to enjoying feisty lol [05:43] what/where are the boundaries when choosing a card? [05:43] johnnybuoy: cat /boot/grub/menu.lst? [05:43] squire: Good question [05:43] squire: how do you mean boundaries? [05:43] nope [05:43] squire: a graphics card? [05:43] what will run and what won't run === Thib_G [n=thib@abo-25-238-68.guy.modulonet.fr] has joined #ubuntu+1 [05:43] or what will run well and what won't run well [05:43] hello [05:43] and if so, what is your definition of "well" === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 [05:43] the partition is not in the menu.lst, I want to put it there [05:44] I can't use my HDA Intel soundcard since I installed the new kernel [05:44] what/where are the boundaries when choosing a card? [05:44] yeah - a gfx card [05:44] squire: what are you meaning by boundaries. [05:44] as in what ones you can run? [05:44] Limitations [05:44] the limit is whatever the linux drivers have support for. [05:44] anyone not getting sound on hda intel cards? [05:44] buy nVIDIA [05:44] chrisbudden14: me [05:44] if you want a card that isn't supported, don't get it [05:45] moving from option to another (cost/performance) wise [05:45] any soulution Thib_G [05:45] chrisbudden14: dunno [05:45] squire: look for ones specifically supported by nvidia drivers (which is i believe just about all newer cards) [05:45] alright, thans Thib_G, also does fesity stop booting for anyone at setting up lvm volume groups ? === gourdin [n=adept@bdv75-2-82-66-242-118.fbx.proxad.net] has joined #ubuntu+1 [05:45] I hear all the time that Nvida GFX cards are always having problems somewhere [05:45] TheVault: howso? [05:45] Even in Windows [05:46] hi there [05:46] TheVault: in linux they're by far your best bet [05:46] wizard: Donno. Like Gaming & things [05:46] they're the more stable linux choice. i've ran nvidia since the dawn of my computing with little error [05:46] why do I have to dhclient eth1 every time I close my laptop ? [05:46] (eth1 is a wireless connexion) [05:46] thevault: yeah, me 2 [05:46] TheVault: i even play games on a laptop thats got an nvidia and it looks and runs gorgeous. [05:46] i haven't had an nvidia card so far which i couldn't get working in linux === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has left #ubuntu+1 [] [05:46] CarinArr: i did... legacy :-P [05:46] CarinArr: i 9 near old nvidia geforce 2! [05:46] it made me so mad!!! [05:47] my old dell laptop died before its card was moved into legacy [05:47] heh [05:47] The only true closest thing iv had to nice GFX gameplay is my moms desktop computer. Has a kick ass GFX card and she got it like 5 yrs ago [05:47] http://ubuntuforums.org/showthread.php?p=2425882 that problem anyone experianced? [05:47] back 2 boundaries - where do u need to consider an expensive gpu option? [05:47] TheVault: ATi's run hotter it seems and also just don't run as smooth... not to mention good luck getting it to work in linux [05:47] squire: if you're running heavy games, or graphics software [05:48] squire: with pci-express you could settle for a 7000-sieries card and never worry about it. [05:48] and depending on which, you'll want to go for different types of cards [05:48] wizard: Yeah thats true. But alot of people are always talking about GeoForce Cards [05:48] Not Nvidia or ATI [05:48] TheVault: thats cos they work in linux... so naturally there is going to be more ppp (problems per person) [05:48] squire: you could even settle for less.. 7000 series are good cards [05:49] Is there any solution to get HDA Intels working since the kernel upgrade ? [05:49] wizard: Oh. Well alot of people I talk to are all up in the Windows Vista thing. Which I stay out of [05:49] chrisbudden14: not me i'm afraid [05:49] i have ati and nvidia agp cards here but need to find a pci-express solution for a new m/c [05:49] vista is a can of worms when it comes to graphics as windows is forcing direct x [05:49] if someone using vista is going to have the gull to act like they know computing well... i'd laugh at them [05:49] If I had a CD of Vista right here, I could shit all over the disc and mail it back to microsoft [05:50] dpn't want to spend as much on a gpu as the entire rest of my system tho [05:50] wizard: Exactly what I was thinking [05:50] I'm very unhappy with Microsoft done with Vista [05:50] Mac OS X catchup is all it is [05:50] squire: i have a gf 5700 in my desktop... and it works fine with anything i need to do on it [05:50] TheVault: however, in terms of using a gfx card in linux === cypherdelic [n=cypherde@port-87-234-141-16.dynamic.qsc.de] has joined #ubuntu+1 [05:51] you absolutely want to go nvidia [05:51] yes [05:51] you do === Thib_G [n=thib@abo-25-238-68.guy.modulonet.fr] has left #ubuntu+1 [] [05:51] the suffering that comes with ati installations isn't worth while [05:51] wizard: I'll consiter that when I go GFX shopping [05:51] but you don't have to go for a 7000 series when the 5/6000 series are still absolutely fine and well supported [05:51] and just remember TheVault the whole "ati vs nvidia" matter is entirely subjective === poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu+1 [05:51] they're just not quite as powerful but unless you're a gamer it shouldn't make a difference [05:51] wizard: Yeah, the same thing with which os you go with. Myself, I'm sticking with XP & Ubuntu [05:52] i throw rocks at the xp kids :-) [05:52] ati vs nvidia hardware wise is no point in discussing.. linux support wise, definitely go nvidia [05:52] all about preferences. Anyway, Ubuntu is like paper on my machine, its so damn fast [05:52] as with windows, its fast but not like Ubuntu [05:52] Does anybody know, how to burn a *.img to dvd using feisty?? [05:52] why do I have to dhclient eth1 every time I close my laptop ? [05:52] (eth1 is a wireless connexion) [05:52] and in terms of offloading gl to gpu? [05:52] cypherdelic: k3b is a very good cd/dvd burning program [05:53] cypherdelic, try gnomeburner or k3b [05:53] squire: uhm.. not sure what you mean [05:53] cypherdelic: Insert blank DVD or CD into your drive. Right click on file and click "Write To Disc" [05:53] Thats what I always do it and works [05:53] gfx processing to gpu rather than system cpu(s) [05:53] TheVault: i cant select "Write to Disk" weith *.img [05:53] it does not exist in the right click menu [05:54] squire: the gpu is specifically designed to handle graphics processing, so it will always do a vastly better job than the cpu [05:54] cypherdelic: Crap, Iv only used that with ISO files. Try k3b [05:54] and amd, at least, are building gpus in multicore cpus iirc [05:54] you will have to install k3b if you don't already have it [05:54] squire, uhm? [05:54] gpus in multicore cpus?! [05:55] yeah [05:55] logical step [05:55] i don't get what you mean [05:55] closer coupling to cpu [05:55] do you mean multicore gpus? [05:55] no [05:55] so what do you actually mean [05:55] he means amd now owns ati [05:55] and they are working to combine graphics with processor [05:55] oh dear god, i didn't even know that [05:55] lol [05:55] mcore cpus with 1 or more gpus [05:56] anyhow.. i generally steer clear of ati so *shrug* [05:56] brb later guys [05:56] Thanks 4 all the help [05:56] byee [05:57] not entirely sure why you'd want to combine them but i'm sure they've got their reasons [05:57] bandwidth [05:57] closer coupling [05:57] amd& ati... ewwwww [05:57] what do you mean "combine" though [05:57] on same silicon/carrier [05:58] ah i see [05:58] a gpu is just a specialised cpu core [05:58] yes i know [05:58] but i thought you were saying they were going to compeltely merge the gpu functionality into the cpu [05:58] and they're all microcoded afaik [05:59] only in the sense of adding a gpu core into a multicore cpu arrangement [06:00] anyhow, getting back to what i was saying originally, you don't have to pay an arm and a leg for a decent nvidia card that will work well with linux. the only reason you might want to fork out more is if you intend on playing heavy games or do computer graphics [06:01] any cards to look out for? === Joshizzle [n=chatzill@c-71-225-62-154.hsd1.pa.comcast.net] has joined #ubuntu+1 [06:01] Hi everyone === tiax [i=tiax@gateway/gpg-tor/key-0x57BFF984] has joined #ubuntu+1 [06:02] well, the 5700 we got for the desktop was dirt cheap. i work in computer graphics and it's pretty painful to use for any real graphics stuff, but beryl etc runs fine. my workstation uses a quadrofx card which costs an arm and a leg and it's very good for computer graphics but crap for games, and my laptop card is a gf7600 go which is a very good alround one [06:03] but again, will cost you a bit more as the 7000 series is pretty new [06:03] does anyone know about error [278.536209] Buffer I/O error on device fd0. Logical Block 0 === coffeemonster [n=home@80-195-28-182.cable.ubr02.wolv.blueyonder.co.uk] has joined #ubuntu+1 === deep [n=deep@c-a52a71d5.017-19-626c671.cust.bredbandsbolaget.se] has joined #ubuntu+1 [06:04] emphasis i suppose is that unless you're a gamer, you don't need new, so you can get away with paying well below $100 for something that will do very nicely [06:04] hey folks [06:04] how much is the 7600? [06:04] not sure, it came built into the laptop [06:04] would somebody mind spending a momment to explain how i can get semi transparent windows like in this picture; [06:04] http://www.gnome-look.org/content/preview.php?preview=1&id=45954&file1=45954-1.png&file2=&file3=&name=arsen [06:04] oic - i'll have a look [06:05] the problem is that i've always gone for lower-mid range stuff [06:05] Joshizzle: using fsck? [06:05] fsck? [06:05] where are the stage files for grub? [06:05] Im a noob [06:05] but with a new m/c i'd likely want to plan ahead [06:05] Joshizzle: what are you trying to do that throws up the problem? [06:06] I am just trying to install ubuntu on my old crap dell === LinAsH [n=missmagu@86.68.18.185] has joined #ubuntu+1 [06:06] ...um...install [06:06] it gets to the load screen === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 [06:06] does the orange bar back and forth thing [06:06] Joshizzle: using cd? [06:06] and then the error [06:06] yes [06:06] Joshizzle: do you have anything in your floppy drive? [06:06] 7.04 Beta [06:07] floppy drive was replaced with a secodary hdd [06:07] secondary* === Zaggynl__ [n=Zaggynl@dsl-083-247-110-137.solcon.nl] has joined #ubuntu+1 === DanaG [n=DanaG@pcp028923pcs.wireless.calpoly.edu] has joined #ubuntu+1 [06:07] I let it sit, I could bring this laptop down and tell you what is happening now [06:08] you're past grub if you've got the orange bar [06:08] squire: I have no idea what a grub is [06:09] coffeemonster: some programs support "fake" transparency, that doesn't update as you move windows (until you've stopped moving them), but what you're most likely after is beryl/compiz [06:09] Joshizzle: well basically what it's saying is that there's a problem with your floppy drive [06:09] ...there is no floppy drive [06:09] sorry, i thought u'd asked about grub [06:10] It is gone [06:10] I even went into bios and disabled it [06:10] u r using the 7.04 beta live cd? [06:10] mhm [06:10] Desktop version [06:10] 32 bit === CarinArr finds it bizarre that he'd get an io error on fd0 if it's disabled in the bios [06:10] CarinArr, ah, i see. would that give me the thin white lines, and make it look simple like that too? I didnt really want to use beryl, as im worried it would take away resources === TheVault [n=kylewitt@cpe-24-209-11-142.cinci.res.rr.com] has joined #ubuntu+1 [06:11] i dont want wobbly windows and such [06:11] For all the helped me with wireless, I would like to note that Wireless is now working [06:11] It was super easy [06:11] beryl actually make your pc faster if you have a video card [06:11] wahey!! :-) === r00tintheb0x [n=r00tinth@198.170.183.140] has joined #ubuntu+1 [06:11] congratulations! === pitfall [n=adept@bdv75-2-82-66-242-118.fbx.proxad.net] has joined #ubuntu+1 [06:11] is it my computer's fault? [06:11] coffeemonster: the fake transparency thing would probably not do what you would like it to.. but you can disable all the wobbly windows and stuff in beryl and just have the transparency === DanaG [n=DanaG@pcp028923pcs.wireless.calpoly.edu] has left #ubuntu+1 [] [06:11] Where is the manager for compiz? I just installed all updates? [06:12] I could try tinkering with bios to completly erase it's memory of a floppy disk drive === corevette [n=corevett@adsl-75-35-192-230.dsl.pltn13.sbcglobal.net] has joined #ubuntu+1 [06:12] Joshizzle: i'm not a hardware expert so i don't know.. just interpreting the error message you're getting.. has your hardware configuration as it is now worked okay in any other install? [06:12] I say there is no manager for compiz [06:12] I reformatted before using windows [06:12] but that was years ago [06:13] probably before I took out the floppy drive [06:13] /dev/sda4 should be (hd0,3) in grub, shouldn't it? [06:13] CarinArr, mm ok, maybe the transparency isnt so important. how about if i just want the simple out look like that [06:14] coffee, you can instal beryl and just disable the components you do not want [06:14] Joshizzle: http://ubuntuforums.org/showthread.php?p=2369295 === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu+1 [06:15] Where is the compiz manager in Feisty? I just enabled the Desktop effects, but someone was telling me there is a seperate manager === feistyman [n=chatzill@adsl-69-110-66-167.dsl.sktn01.pacbell.net] has joined #ubuntu+1 [06:15] Where you can enable or disable certain effects [06:15] i'd rather not install it, im running a laptop. i've had problems with beryl before. i just want to make my desktop look really smooth, and simple [06:15] coffeemonster: you could probably theme it to look like that.. looks pretty much like my fluxbox theme used to look.. i'm not that well versed in gnome/kde stuff tho i'm afraid;) === rocky|away is now known as rocky [06:15] coffeemonster: but apart from the transparency i don't see why you can't use a theme to make it look like that [06:16] TheVault: I'm pretty sure one doesnt exist yet.... but you can tweak "some" stuff using the gconf-editor :/ [06:16] CarinArr, thank you for searching, but those guys do not have the same problem [06:16] Hey everyone! Anyone using K3b, and know how I can find that mp3 plugin that's supposed to work. No luck so far. Would appreciate the precise name of the program I need to install. [06:16] mon^rch: Don't wanna take a chance of screwing something up [06:17] TheVault: you want better config.... use Beryl, I guess [06:17] Joshizzle: my point was, are you sure there's not a problem with the cd? [06:17] yes [06:17] i think i will; im just deciding which to get; fluxbox or openbox [06:17] cd is fine [06:17] mon^rch: is that easier to configure [06:17] but I might have to wipe all recollection of the FD in bios [06:17] im going to try that now [06:17] feistyman: sudo apt-get install libk3b2-mp3 === tiax [i=tiax@gateway/gpg-tor/key-0x57BFF984] has joined #ubuntu+1 [06:17] TheVault: it has a LOT of options... personally I'm enjoying compiz [06:18] mon^rch: Well I'm going to switch to Beryl then === mon^rch nods === tebriel [i=1009@tower.ymg3.net] has joined #ubuntu+1 === coffeemonster [n=home@80-195-28-182.cable.ubr02.wolv.blueyonder.co.uk] has joined #ubuntu+1 [06:19] Diskette Drive Seek Failure at startup [06:19] CarinArr, Thank you! I just installed it, and it appears to work properly. Thanks so much! [06:19] (as usual, now I am realizing it is the FDD) [06:19] feistyman: welcome:) === coffeemonster [n=home@80-195-28-182.cable.ubr02.wolv.blueyonder.co.uk] has joined #ubuntu+1 [06:20] Joshizzle: people sometimes get ubuntu working with the alternate install cd when the live cd fails, not sure if that would help in your case [06:20] I'll try that [06:21] but, I i think I just disabled the "floppy drive" in bios, I will try ubuntu again [06:21] If this happens again I might get the alternate [06:22] I do not think that is the problem tho [06:22] uh oh.... [06:23] that sounds ominous [06:23] Yes [06:23] well, after I disabled the FDD and started ubuntu again === jetsaredim [n=jgreenwa@inet-netcache2-o.oracle.com] has joined #ubuntu+1 [06:23] cam someone help me with http://ubuntuforums.org/showthread.php?t=405137 === coffeemonster [n=home@80-195-28-182.cable.ubr02.wolv.blueyonder.co.uk] has joined #ubuntu+1 [06:23] ..It is now just running through a list of [xxx.yyyyy] [06:24] and from what I can tell [06:24] some hexadecimal [06:24] o.O [06:24] no clue about that i'm afraid [06:24] well [06:25] Do you know of any sort of program that could wipe my harddisks and let me start ubuntu from stratch [06:25] scratch* [06:25] the ubuntu installer [06:26] well [06:26] I can get into the ubuntu installer [06:26] ...I guess it is time to try alternate again === coffeemonster [n=home@80-195-28-182.cable.ubr02.wolv.blueyonder.co.uk] has joined #ubuntu+1 [06:26] jetsaredim: a simple "sudo apt-get install linux-image-2.6.20-14-generic" gives you the kernel smashing thing? [06:27] CarinArr: I can try it again and post the results to the topic... [06:27] yea [06:27] CarinArr, can you answer a couple more questions about K3b? [06:28] jetsaredim: how about sudo apt-get purge linux-image-2.6.20-14-generic"? [06:28] feistyman: you can try me;) === IdleOne [n=idleone@unaffiliated/idleone] has joined #ubuntu+1 [06:28] purge == invalid operation [06:28] you mean remove? [06:29] CarinArr, I notice it says I have 79 minutes for the disk, when I know it should be 80. Know anything about that? [06:29] feistyman: it's probably just it rounding down [06:29] Ok, so it should still deliver more than 79? [06:29] jetsaredim: actually do sudo dpkg -C [06:29] feistyman, it is the difference between 1mb being 1024kb and 1000kb as some programs believe [06:30] same thing with the 79 and 80 === Xemanth [n=xemanth@dsl-hkigw7-fe1af900-42.dhcp.inet.fi] has joined #Ubuntu+1 [06:30] CarinArr: a lot of "unpacked but not configured" packages [06:30] So it's no big deal. You can still do, for example, 79 minutes and 40 seconds? [06:30] jetsaredim: can you !pastebin? [06:30] !pastebin | jetsaredim [06:30] jetsaredim: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 [06:31] Feistyman: Yes, whichever program is reading your CD is just giving you an exact # (I assume that the physical cd says 80 min on the cover) [06:31] Joshizzle, yes, it says 80 minutes [06:32] My CDs all say 700mb 80 min, in truth it is more like 698.98643mb and 79min and 54 seconds [06:33] It is normal [06:33] Joshizzle, Ok, Thanks. Also, where is the setting to make sure there is no space between songs. [06:33] CarinArr: http://paste.ubuntu-nl.org/14739/ [06:33] What program are you using? [06:33] K3b [06:34] Feistyman, sorry, I only know how to do that in iTunes :) === fluxy [i=fluxy@196.22.151.92] has joined #ubuntu+1 [06:34] check their forums if availibe [06:34] available* [06:34] Ok, thanks, anyway. I appreciate your help! [06:35] it won't put spaces between songs [06:35] your welcome [06:35] it _shouldn't_ [06:35] (wow, a complete linux first time user just helped someone) [06:35] <<<< [06:36] that's why Ubuntu is so cool : ) [06:36] Everyone helps in one way or another [06:36] CarinArr: any thoughts? [06:36] is there a list of supported video cards and beryl? [06:37] or compiz [06:37] feistyman: right click the song in the audio project and choose add silence... [06:37] IdleOne: check the wiki [06:37] jetsaredim: 1 sec [06:37] IdleOne, generally, nVidia and Intel graphics work best.... some older ATI cards work as well. [06:37] CarinArr: I suppose I just run dpkg --configure on all of these [06:38] FunnyLookinHat, what about a GeForce2 mx-200 [06:38] what brand is that IdleOne [06:38] CarinArr, do you need to do that for every song, or is their a blanket setting. Thanks, by the way. [06:38] IdleOne, yup, that'll work [06:38] a cool [06:38] You'll have to use the Legacy Driver though if I recall correctly... just use the restricted driver manager [06:38] hehe just found it sitting in my pc junk box [06:38] jetsaredim: you can try that.. i was more looking for whether you had the linux-image packabroken in there [06:39] Hey people. I got dapper installed and feisty livecd/install cd, i wanna upgrade, but apt-get dist-upgrade doesn't give anything. Any ideas? [06:39] CarinArr: pack-a-what? [06:40] well then let me pop it in and get to work. thanks FunnyLookinHat. I'll check back with you in a few minutes [06:40] fluxy, to upgrade to feisty cleanly from dapper you should wait till Feisty is officially released and use the update manager [06:40] jetsaredim: heh sorry package broken;) [06:40] fluxy, you unfortunately cannot use a feisty CD to upgrade a system, but you can clean install with it [06:41] CarinArr, My alternate download is at 70%, is there any difference in the installation process? (is gparted included?) === eugman|shower [n=eugene@c-71-195-88-202.hsd1.pa.comcast.net] has joined #ubuntu+1 [06:41] So how polished are things? [06:41] jetsaredim: you can do dpkg --configure linux-image-generic === eugman|shower is now known as eugman [06:42] jetsaredim: see what that gives you [06:42] CarinArr: Package linux-image-2.6.20-14-generic is not installed. [06:42] Joshizzle: gparted should be included.. i think you just get an installer rather than a live thing though [06:42] jetsaredim: sudo dpkg --purge linux-image--2.6.20-14-generic ? [06:43] sorry [06:43] ehe, gaim is renamed to pidgin .. [06:43] sudo dpkg --purge linux-image-2.6.20-14-generic even [06:43] because of AOL .. tse === ubuntu-phan [n=joe@kntpin04-nas-03-s185.cinergycom.net] has joined #ubuntu+1 [06:44] Guys and Gals here, I while I was searching for a solution to my little problem - I came across something that will make you all appreciate linux/ubuntu http://www.zyra.org.uk/os-air.htm [06:44] FunnyLookinHat> I can't clean install coz i cant login :( [06:45] Hi, can someone please tell me if the next release of Ubuntu (7.04) will have "out of the box" support for encrypted partitions which is now part of Debian 4.0? [06:46] !feisty [06:46] The next version of Ubuntu (7.04; codenamed "Feisty Fawn") should be released in April 2007. Beta is out! http://www.ubuntu.com/news/Ubuntu704Beta Schedule: !schedule - Specifications (goals): https://features.launchpad.net/distros/ubuntu/feisty - Help and support in #ubuntu+1 (NOT #ubuntu) [06:46] maybe look at features there? [06:46] well, people who want to encrypt a partition have to know what they are doing, so debian is fine for that imho [06:46] or launchpad? [06:46] ubuntu is for ease of use [06:47] (debatable) [06:47] ubotu [06:47] CarinArr: check this - while going through those packages and configurign [06:47] http://paste.ubuntu-nl.org/14743/ [06:47] How early is too early to upgrae to feisty? I like to rpgrade ahead of time to avoid the rush. [06:47] if you have a big enough primary drive, try TrueCrypt [06:47] CariinArr, do you know where I can find the K3b Arts Audio Output Plugin? [06:48] jetsaredim: yikes === SmrtJustin [n=SmrtJust@cblmdm72-241-95-203.buckeyecom.net] has joined #ubuntu+1 [06:49] I cannot use dist-upgrade with feisty, i cannot login in feisty live cd so no clean install. So what on earth am i supposed to do?? === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has left #ubuntu+1 [] [06:50] jetsaredim: 1 sec [06:50] anyone have any expirience with cedega in feisty? [06:51] johnnybouy, including the ability into the installer is intended to make it easy to set up, so that it won't require an expert to set up. How does that not fit with the philosophy of Ubuntu? [06:51] Can anyone plz help me to login in feisty live cd? What username/password to use? I tried em all! [06:51] CarinArr: same error with cupsys [06:51] fluxy [06:51] it is ubuntu ubuntu [06:51] yes? [06:51] sn and pw [06:52] hmm lemme try that [06:52] ....which is strange, because it auto logs-in for me === fluxy prays that works === eugman [n=eugene@c-71-195-88-202.hsd1.pa.comcast.net] has left #ubuntu+1 [] [06:52] brb (hopefully *after* installing feisty) === Toma- [n=e17@124-168-67-107.dyn.iinet.net.au] has joined #ubuntu+1 [06:53] frickin gas guzzling core duo's [06:53] they eat battery life like fat people eat babies. [06:53] and no one has a solution to that yet eh? === minimec [n=minimec@84-74-190-200.dclient.hispeed.ch] has joined #ubuntu+1 [06:53] CarinArr, I found out there is no need to tell the new program about pre_gaps. It doesn't have them by default. What I still need apparently is the plugin to play audio within the program. Do you know the code for that? [06:54] johnnybuoy: why should harddisk encryption be soething only for geeks? and why is debian fine for those who want to use that kind of enc? [06:54] feistyman: to play audio with k3b? [06:54] Yes [06:54] phaidros: you're gonna hurt him aren't you? [06:54] wizard: Yes, my macbook can not last more than 2 hours [06:54] phaidros, only people in china and USA want to encrypt their disks... [06:55] Joshizzle: its terrible i get 2 hours and 20 min on bat [06:55] encryption = slow [06:55] my old ibook gets 3.7 hours [06:55] wizard: why should I? [06:55] KarinArr, it says it needs some kind of plugin to play audio. [06:55] phaidros: i was just hoping lol [06:55] are you using the cd or cd2 wizard? [06:55] slow and a pain in the arsch [06:55] Answer: what if its encrypted like on mac? [06:55] johnnybuoy: bad answer! [06:55] jetsaredim: try "export DEBIAN_FRONTEND=text" in the terminal window then try again? [06:55] it mounts it and uses it and then encrypts it on logouts [06:55] ahhh dang my battery just dropped from 53 to 42 in less than a minute [06:56] feistyman: sorry i haven't a clue, i only use it to burn cds, not to listen to them;) [06:56] Joshizzle: 0.o [06:56] johnnybuoy: digital surveillance is discused throughout all governments lately. encryption should be easy to use for my grandma, should be even standard [06:56] did you do something that made the proc go up even a hair? lol [06:56] why would someone want to encrypt his partition? [06:56] is 44c a good temp for a cpu to run at? [06:56] Me too. It would just be to check the song real quick. [06:56] wizard, MAC's rule, but still in general encryption=slow. Maybe MAC does it on logout to make it less painful [06:56] johnnybuoy: because of privacy? [06:56] feistyman: just use VLC for listening and k3b for burning [06:56] CarinArr: sweet - that worked [06:56] phaidros, true, definitely, we are getting there, and with dual core machines the slowness is not as noticable [06:57] What's vlc? [06:57] johnnybuoy: why do you lock you door? why do you put an envelope around your letters? [06:57] VLC is the best media player [06:57] but we now need an encryption that can not be decrypted by the government [06:57] open sourced and al [06:57] Answer: i reckon if you are doing something on your computer that would justify full disk encrpytion you probably shouldn't be doing whatever you're doing on a computer lol [06:57] johnnybuoy: truecrypt. 4192 bit keys [06:57] jetsaredim: good. great. i wonder why;) [06:57] Does it also replace Totem? [06:57] oh well === Tigge [n=tigge@bacchus.olf.sgsnet.se] has joined #ubuntu+1 [06:57] phaidros, checking... [06:58] wizard, encryption is just a myth anyways. an 8 bit quantum computer can break it in a second [06:58] phaidros: stop using partitions and just make a virtual drive with truecrypt [06:58] wizard: 44 is fine [06:58] Answer: well 128 bit is harder to work with [06:58] Joshizzle: also true [06:58] CarinArr: and spikes to 45 and 46 are the norm? [06:58] Does VLC also replace Totem movie player? [06:58] CarinArr: cos im always worried about my laptop === Naddiseo[zzz] is now known as Naddiseo [06:58] feistyman: YES [06:58] Answer: where is that 8bit quatum computer anyway? [06:58] johnnybouy, I remember Shuttleworth writing that he wanted Ubuntu to have "out of the box" support for full disk encryption. This kind of response is exactly why so many people complain that linux users are elitists. A simple yes or no answer is all that is required. Opinions weren't asked for. [06:58] feistyman: no === Hadean [n=jason@CPE000f3d99d46f-CM0016924d8dda.cpe.net.cable.rogers.com] has joined #ubuntu+1 [06:58] VLC>every other media player === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu+1 [06:59] ubuntu-phan, okay, so if you know the answer why start a flame? [06:59] wizard: it's fine;) [06:59] whatever [06:59] meh [06:59] flame? [06:59] i wouldn't worry unless it gets a lot hotter [06:59] Is there anything better than totem for movies like avi and quicktime. === ubuntu-phan [n=joe@kntpin04-nas-03-s185.cinergycom.net] has left #ubuntu+1 [] [06:59] VLC [06:59] feistyman: vlm, mplayer .. [06:59] phaidros, you are eating it too [06:59] VLC>mplayer [06:59] whatever, encrypt if it makes you feel safer [06:59] CarinArr: alright. i was always told ideal running heats were in 20-35c [07:00] governments can decrypt it anyhow === Mikelevil [n=MoVeWoRk@60.Red-80-25-210.staticIP.rima-tde.net] has joined #ubuntu+1 [07:00] johnnybuoy: nope, I was just wondering why debian is for those who want encryption and ubuntu is for ease of use, that makes no sense for me [07:00] (in the US it's illeagal to encrypt the disk) [07:00] well.... [07:00] johnnybuoy: i never heard about that... come on [07:00] johnny === IdleOne [n=idleone@unaffiliated/idleone] has joined #ubuntu+1 [07:00] I have to say [07:00] macs do 128 bit by default. [07:00] CarinArr: yea - i don't know [07:00] phaidros, two companies are pushing quantum encryption, http://www.idquantique.com/ and http://www.magiqtech.com/ [07:00] johnnybuoy: I don't care whats illegal in the us, and truecrypt can have hidden containers within containers, unfindable [07:00] hidden mode in truecrypt is the shiznit [07:00] wizard: mine's running at 42C [07:00] yes [07:00] thank you phaidros [07:00] its illegal to do it in iran. not in the states. [07:01] Joshizzle: shiznit? [07:01] heh critical trip points for my cpu temp is 104C [07:02] phaidros: slang for "the shit" === fluxy [i=fluxy@196.22.151.92] has joined #ubuntu+1 [07:02] I thought it was slang for shizzle [07:02] just because you use slang doesn't mean you have to know what it means;) [07:03] www.urbandictionary.com [07:03] slang is overrated [07:03] wear a condom over your head, keep your stupid to yourself [07:03] hey CarinArr, alternate is working [07:03] (forgive me for that, any ops present. slang just gets under my skin) [07:03] is it just like Desktop ver except the installer? [07:04] Does anyone know what LVM is? [07:04] dynamic partitions [07:04] !lvm [07:04] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/RaidConfigurationHowto and http://www.tldp.org/HOWTO/LVM-HOWTO [07:04] Logical Volume Manager [07:04] I think I am about to completely wipe my dell and make it ubuntu [07:04] Joshizzle: i've never really used the alternate cd, as far as i can tell it's just the installer with extra options and without the live malarkey [07:04] www.acronymfinder.com [07:05] Joshizzle: Just tried, login ubuntu/ubuntu doesn't work :( [07:05] fluxy [07:05] I am sorry to hear that === wizard pets fluxy [07:05] what CD are you using [07:05] fluxy, you should not have to login... [07:05] fluxy: uhm.. you should be logged in automatically with the live cd [07:05] snap;) [07:05] yes === valehru [n=valehru@221.221.134.88] has joined #ubuntu+1 [07:05] thats what I said [07:06] do you have caps lock enabled? (lol) [07:06] fluxy: you may have an improper cd [07:06] fluxy: it should never ask you for login credentials [07:06] That VLC looks pretty good. Is there an easy way to change the default for everything with it? [07:07] hey guys, my windows has a C drive (primary) and a D drive (addon) what disk should I install Ubuntu on? [07:07] i thought so too, but that's not the case! [07:07] vlc always struck me as ugly and bland [07:07] wizard, it is [07:07] Joshizzle, what is on the drives now [07:08] but it gets the job done [07:08] Wizard, which do you prefer? === gils [n=gs@n010h105.wst.mun.ca] has joined #ubuntu+1 [07:08] Answer: Windows, boot.ini is found on C [07:08] feistyman: for just general media playback? [07:08] i like to use mplayer within termnal controls === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 [07:08] hello, are the ubuntu repos servers still not up? [07:08] no upgrades? [07:09] Joshizzle, do you want to overwrite windows? [07:09] Wizard: we can fight about media players all day, but it is the difference between a good looking GUI and Playback === Mikelevel [n=MoVeWoRk@60.Red-80-25-210.staticIP.rima-tde.net] has joined #ubuntu+1 [07:09] Wizard, I don't like the way Totem Movie Player handles streaming. It won't let the thing download before it starts playing it, and it won't let me flick it back to the begin without downloading it again. That's why I want to switch [07:09] well... we *could* fight all day... you'd lose :-P [07:09] Answer: Yes, it seems to me that this box is getting slow with windows (probably plagued with viruses) and I have my macbook now running windows === LasseP [n=xerox@c-4476e255.010-198-73746f32.cust.bredbandsbolaget.se] has joined #ubuntu+1 === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu+1 [07:10] Joshizzle, if you want to overwrite windows, and it is on the c drive, then I think you have your answer [07:10] :(( [07:10] well [07:10] i thought it was a correct dload, but am gonna check that again [07:10] Answer: ok, thank you [07:10] Answer: After this installs will I be able to reformat my D drive to work in ubuntu? === fluxy fumes [07:11] Joshizzle, ubuntu can read ntfs just not write. yes, you will be able to reformat it [07:11] Answer: ok, thank you === Mikelevil [n=MoVeWoRk@60.Red-80-25-210.staticIP.rima-tde.net] has joined #ubuntu+1 [07:12] rhytmbox is almost pretty and effective [07:12] it needs a little more functionality and gnome has something that could possibly compete against amarok [07:12] well, windows is gone from my crappy dell....I hope I did not miss anything === LegolasV [n=Legolas@84-53-73-98.adsl.unet.nl] has joined #ubuntu+1 [07:12] Legoland! [07:13] wizard, how about banshee? [07:13] jussi01: i always found banshee ugly [07:13] Answer: Will ubuntu recognize my video card? [07:13] Joshizzle, have you been a good boy this year [07:13] unless they made it better 0.o [07:13] lol [07:13] Answer: Are you speaking of santa [07:14] Answer: and hello too :) === thekorn [n=thekorn@a89-182-30-16.net-htp.de] has joined #ubuntu+1 === vpol [n=vpol@home.vpol.org.ru] has joined #ubuntu+1 === Ali_ix [n=Ali_ix@85.133.134.159] has joined #ubuntu+1 [07:15] are the ubuntu multiverse/ universe servers out? [07:15] hi channel ;) [07:15] hmm actually it does look like banshee is prettier [07:15] hi all. i have intel hda based laptop and have lagz while recording or talking using skype, gizmo, etc. is there chance that installing jackd will help? [07:15] gils: no [07:15] does banshee have ipod support? === gr-cn [n=g@host42-60-static.13-87-r.retail.telecomitalia.it] has joined #ubuntu+1 [07:15] i havent been able to update all day? [07:16] how do i regenerate my fstab? [07:16] i think banshee does have ipod and generic dap support [07:16] Is GAIM/Pidgin the leading IM client in linux these days? [07:16] i use kopete [07:16] grub gives me an error 15: File not found... where did I screw up this time? [07:16] gils: probably just your mirror, whichever you're using [07:17] Joshizzle: nobody knows exactly, but should be :) [07:17] gils: switch to a different one === compengi_ [n=compengi@85.112.69.225] has joined #ubuntu+1 [07:17] ok [07:17] jussi01: whoa! banshee is prettier than it once was === micahcowan [n=micahcow@adsl-76-203-174-94.dsl.pltn13.sbcglobal.net] has joined #ubuntu+1 [07:17] jussi01: but isn't it a one-man show? [07:17] Legolas, you are the bzflag Legolas ? [07:17] hey guys, my ubuntu installation just asked me about a "X server" resolution, should I give it my 1280x1024? [07:18] Joshizzle, what is the resolution of your monitor mmk [07:18] i have ugly gtk 1.x themes, any idea? [07:18] not sure :) [07:18] and recovery randomly dies half way through device initialization (sometimes after cd, sometimes after usb)... [07:18] oh [07:18] nvm [07:18] I got it [07:18] Ali_ix: www.gnome-look.org caould be your friend... [07:19] Hi to all, i upgraded to feisty 1 month ago and it was ok, today i fetch upgrade from adept and il told to me there is a new version upgrade but upgrade wizard doesn't work. Anyone know why? [07:19] minimec: thnx, i will look there, the main problem is libsmooth that missed, and i cant find gtk-engines-smooth package :| [07:19] wow, ubuntu installer is as easy as cake... [07:19] gr-cn: answered you earlier in #kubuntu.. it's a known bug [07:19] https://bugs.launchpad.net/ubuntu/+source/adept/+bug/102782 [07:19] Malone bug 102782 in adept "Cannot upgrade Kubuntu - 'next' button is disabled" [Low,Fix committed] [07:20] actually i mean gtk 1.x themes cant be loaded cuz of libsmooth :/ === davmor2 [n=davmor2@82-37-192-32.cable.ubr05.wolv.blueyonder.co.uk] has joined #ubuntu+1 === retovado [n=briossc@200.41.42.201] has joined #ubuntu+1 === davmor2 [n=davmor2@82-37-192-32.cable.ubr05.wolv.blueyonder.co.uk] has left #ubuntu+1 [] [07:21] can someone remind me of the alternate to Easy Ubuntu? === retovado [n=briossc@200.41.42.201] has left #ubuntu+1 ["Ex-Chat"] [07:22] Joshizzle, they say mandriva is a piece of cake for noobers [07:22] metisse mandriva? [07:22] Joshizzle: why do you need easyubuntu? [07:23] I dunno... if Ubuntu is too difficult then you should not be allowed to touch a computer [07:23] when I fix grub's menu.lst, that's what it uses when I boot from the hdd, right? [07:23] general ease of use and a switch from windows [07:23] Joshizzle: easyubuntu is just a thing to help you install codecs and stuff [07:23] which ubuntu handles out of the box now [07:24] Answer: ubuntu is a royal pain in the ass when it comes to fakeraids... [07:24] sorry CarinArr, you're right, i tnx you in #kubuntu [07:24] poningru: feisty beta? [07:24] zeroflag, just buy two identical harddrives cheapskate [07:24] Joshizzle: ys [07:24] yes === fowlduck [n=nate@205.213.122.173] has joined #ubuntu+1 === retovado [n=briossc@200.41.42.201] has joined #ubuntu+1 [07:24] Joshizzle: just click on an mp3 and see what happens [07:24] Answer: I have 2 identical harddrives, but everything refuses to use them as raid... [07:24] double click rather [07:25] zeroflag, I had no problem installing raid on two identical drives... it just worked fine [07:25] is beagle included also? [07:26] Answer: well, right now I got a basic systme installed but grub refuses to boot it because it can't find some file... [07:26] Joshizzle: you can install it from synaptic [07:26] zeroflag, which file can it not find? vmlinuz ? [07:26] gotcha [07:26] doesn't say. [07:26] error 15 [07:26] ? [07:26] right. [07:26] yeah, error 15. === exisn [n=void@0x555121d5.adsl.cybercity.dk] has joined #ubuntu+1 [07:27] automatrix = easyubuntu ?? [07:27] no [07:27] zeroflag, in / there should be symlinks to vmlinuz and initrd.img... I think those are the only two files grub looks for [07:27] automatix is similar [07:27] but its not the same === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has left #ubuntu+1 [] [07:27] and you shouldnt use it [07:27] Joshizzle: why are you thinking about using automatix? [07:27] Answer: I'm using a /boot partition. [07:28] easyubuntu was shutdown after the implementation stuff in ubuntu [07:28] zeroflag, and your menu.lst is pointed to the right place? [07:28] poningru: same reason as easu ubuntu, guess it is not needed anymore [07:29] Answer: I followed the instruction on https://help.ubuntu.com/community/FakeRaidHowto but they seem outdated. :/ [07:29] poningru: i heard that compiz and beryl merged...but I see that they have different um....sites and downloads....which one should I get [07:29] Joshizzle: they havent merged yet [07:29] thats future dev [07:29] right now they are sperate [07:30] I would go with beryl if you want something that is something full featured [07:30] zeroflag, sry I never had to debug it :/ it just worked fine [07:30] Poningru: so which one is the "top dog" [07:30] oh [07:30] ok [07:30] compiz if you want something simple [07:30] poningru: beryl it is [07:31] man banshee is eating my cpu alive to scan my collection lol [07:32] compiz is really faster and more stable than beryl, suitable for most users [07:32] Ali_ix: well in theory its faster [07:32] theory? [07:33] yes, for me both are slow as [07:33] why is the compiz-beryl thing such a dispute? [07:33] there is no dispute for me... 3d desktops are to impress teh windows users. live on basic metacity! [07:34] it doesn't matter how visually appeasing you make linux... we need to focus on whats under the hood first. === chrisbudden14 [n=chrisbud@user-54416f6e.l6.c5.dsl.pol.co.uk] has joined #ubuntu+1 [07:34] I am just curious, I might not install either === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 [07:34] wizard, what is under the hood is the same in every linux distro [07:34] Joshizzle: beryl has more features but compiz is more stable, both are beta wear and both are known to be highly buggy [07:34] besides the kernel [07:34] Joshizzle: exactly ,and it needs to be imporved before linux distros worry about graphical. [07:35] they are joining together (liek before) [07:35] hehe, I have linux running on my iPod, that is what got me thinking about converting my old computer to ubuntu [07:36] so beryl and compiz are still talking about becoming one project? [07:36] I just have to say, the ubuntu community is one hell of a helpful place [07:37] Joshizzle: we strive for ease of use [07:37] wizard: they have agreed on merging [07:37] I've noticed [07:37] Ali_ix: well there goes the whole family [07:37] compiz and beryl merging is like me and my ex gf marrying. those inlaws are a pain! [07:38] recompile your wife [07:38] HA [07:38] rofl [07:38] i'll rm -rf her [07:38] touche answer [07:38] lol [07:38] apt-get remove --purge in-laws === DsethE [n=seth@e182120201.adsl.alicedsl.de] has joined #ubuntu+1 [07:38] if only you could put woman into hibernate mode [07:38] greetings [07:38] and m,uch like linux, they'd crash on the way out [07:38] dpkg-reconfigure may help :D [07:38] the little linux code I know, I am laughing at "Answer> apt-get remove --purge in-laws" [07:38] Answer: grub now manages to boot but it says "no block devices found" and dies. [07:38] rm /wife/brain/complaints -rf && chown wizard:users /wife/freedom :-) [07:39] no block devices found? wth [07:39] I had that before with dmraid. [07:39] but I can't remember how I fixed it... [07:39] i have a problem formatting my mp3 player. i connect it with my usb-port, try to format with mkfs.vfat, but although it seems to succeed i am unable to mount it (cant red superblock) or to switch it on. formatting and mounting as ext3 works however. but i cant use it then :) [07:40] zeroflag, sounds simiilar to this https://launchpad.net/ubuntu/+source/initramfs-tools/+bug/83231 [07:40] Malone bug 83231 in udev "linux software RAID not working after herd 3 installation.." [Undecided,Fix released] [07:40] dsethe: try Gparted [07:41] Answer: what is bzflag? (sorry for the delay, had to eat my dinner) [07:41] Legolas, it is a multiplayer game based on battlezone. there is a user there named legolas like you === Lin [n=igor@200.179.57.57] has joined #ubuntu+1 === seraphim_ [n=seraphim@e179132143.adsl.alicedsl.de] has joined #ubuntu+1 === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has left #ubuntu+1 [] [07:43] joshizzle: gparted crashes when trying to create a disklabel. (when i look at the partition table in fdisk there doesn't) seem to be a problem however. [07:44] Answer: ah, okay, wel I guess it's not me ;) [07:44] well* [07:44] hi all.. feisty alternate disk (beta) didn't found my dlink g540 wi-fi card (atheros), but desktop install found it. Any know bug? [07:44] Answer: thanks, I'll try that. [07:45] DsethE: Sorry, GParted is the only partitioner/formatter I know [07:45] joshizzle: no prob :) [07:46] Lin: feisty isnt realeased yet, you are working with beta versions, === Zambezi [i=Hideit@bnc.from.tx-shells.com] has joined #ubuntu+1 [07:46] just modify it with fdisk? [07:46] zeroflag, it sounds feasible that it would need time to init the partitions or whatever === shatrat [n=root@74-137-219-146.dhcp.insightbb.com] has joined #ubuntu+1 [07:46] yes. I want to know if this is a know bug. === xipietotec [n=jackfros@cpe-67-49-247-144.dc.res.rr.com] has joined #ubuntu+1 === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 [07:47] lupine_85: thats no prob. gparted doesnt recognize the partitioning and stuff, but i dont care about that. my problem is that mkfs.vfat is somehow unable to create a proper filesystem on the device [07:47] mkfs.ext3 for example works === Ph0t0n [n=briossc@200.41.42.201] has joined #ubuntu+1 === fluxy [i=fluxy@196.22.147.29] has joined #ubuntu+1 [07:49] sudo oem-config-prepare (sorry, i just need a place to jot this down) [07:49] well, so nobody here who has any idea what might be the problem with mkfs.vfat or know a work-around for this? :( [07:49] I'd like to thank everyone who helped me install ubuntu today [07:49] Joshizzle: what this tool does? [07:50] Lin: first time startup [07:50] which i hope will work [07:50] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [07:50] YES [07:50] wow [07:50] i installed ubuntu [07:50] w00t [07:53] how safe is upgrading now to feisty? :) [07:53] yacoob, it says in the topic that what feisty is now is more or less feisty final [07:54] so its safe enough, but you may find bugs [07:54] ep2011, i'm wondering about 'more or less' part :P [07:54] are there any reports from tests on wiki available? [07:54] does anyone know why my ubuntu startup is stuck at about 20% (orange bar) [07:54] Anyone knows username/password to login to feisty livecd? (No it doesn't log in automatically!) [07:54] yacoob, not that I know of [07:54] fluxy, still not working? [07:54] fluxy: no user/password in live cd [07:55] what cd are you using?? [07:55] !lived [07:55] Sorry, I don't know anything about lived - try searching on http://bots.ubuntulinux.nl/factoids.cgi [07:55] !live [07:55] Ubuntu Dapper 'Desktop' CD contains a Live CD (Ubuntu that runs straight off the CD and RAM) with an install option. Breezy's Live CD contained no install. [07:55] !help [07:55] I am ubotu, all-knowing infobot. You can browse my brain at http://bots.ubuntulinux.nl - Usage info: http://wiki.ubuntu.com/UbuntuBots [07:55] yacoob: I'm on feisty for about a month now, and haven't had problems for the last two weeks [07:55] Still not working === jetsaredim [n=jgreenwa@inet-netcache2-o.oracle.com] has left #ubuntu+1 [] [07:56] What do you mean what cd? [07:56] yes === DsethE [n=seth@e182120201.adsl.alicedsl.de] has left #ubuntu+1 [] [07:56] yacoob: (before that time I had some trouble for half a day with X.org but it was solved with the next update) [07:56] yacoob: beside that feisty is running great since I've installed it [07:57] hm :> === Tomg [n=tom@84.13.216.212] has joined #ubuntu+1 === Mikelevel [n=MoVeWoRk@60.Red-80-25-210.staticIP.rima-tde.net] has joined #ubuntu+1 === snax [n=snax@c-24-17-192-192.hsd1.wa.comcast.net] has joined #ubuntu+1 [07:58] anybody configured jackd? === beuno_ [n=martin@68-155-114-200.fibertel.com.ar] has joined #ubuntu+1 [07:59] has anyone encountered a problem in which the boot load screen (orange bar) gets stuck (OEM install alternate cd) [08:01] Joshizzle, 7.04? [08:02] Joshizzle: no :) [08:02] that does suck [08:02] it is stuck at like 20% [08:02] I suppose that a first time startup will be long [08:02] (it was for my OSX and Windows) [08:03] well, has anyone encountered a GDM window asking for username/password for logging in livecd feisty? [08:03] it's a lot quicker than windows [08:03] at least it works :S [08:04] hi, dos anyone know of a uk retailer that sells laptops with linux preinstalled? or even no os? [08:04] I am going to go check on the progress, brb === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu+1 [08:08] tomg: figlabs? expansys? [08:08] squire : thanks ill check them out [08:09] np === nicmoe [n=nicmoe@p54964a8c.dip.t-dialin.net] has joined #ubuntu+1 [08:10] heyho! [08:11] why is gconf-editor not on the system tools menu in feisty? [08:11] where the heck is it? [08:12] question: what's new in feisty? [08:12] short answer: lots of things [08:12] long answer: RTFM [08:12] http://www.ubuntu.com/news/Ubuntu704Beta [08:12] do i have to keep using a terminal? [08:13] squire, hit ctrl+alt+f1 === zhapod [n=zhapod@p54964a8c.dip.t-dialin.net] has joined #ubuntu+1 [08:13] squire, you can also start it with alt+F2 [08:14] squire: right click on menu, select Modify menu and enable gconf-editor [08:14] ...and how do I update to beta, while having kubuntu, instead of ubuntu? :) [08:14] !rtfm [08:14] Words like noob, jfgi, stfu or rtfm are not welcome in this channel. Period. [08:14] squire: BTW, alt+f2 is a default shortcut for Run dialog [08:14] allright, I have the url, I have... [08:14] hi! i need some info about the changes in feisty. what's new? [08:14] i've rtfm'd more manuals than i can take lately :| [08:15] I'd like to propose a new acronym... rtfwiki [08:15] lol [08:16] zhapod, easier installation of restricted modules and w32codecs, newer kernel, better wireless support, windows migration tools, to name a couple === yacoob [i=yacoob@hell.pl] has left #ubuntu+1 [] [08:16] sorry if i hurt anyone, not my intention [08:16] thx! thats quite good. my wireless is very bad. === cypherdelic [n=cypherde@port-87-234-141-16.dynamic.qsc.de] has joined #ubuntu+1 [08:16] xtknight, how do you install w32codecs? [08:16] !restricted-formats === Zambezi [i=Hideit@bnc.from.tx-shells.com] has joined #ubuntu+1 [08:16] johnnybuoy, open a win32 file in totem it'll help you with a gui [08:16] zdzichuBG: yeah - must remember to use that more [08:17] :) [08:17] @jonnybuoy: just go go to debseeker.com [08:17] or search in google. [08:17] answer: lol [08:17] xtknight, really? for how long has it been able to do this, because when I installed, it didn't. what repo does it install it from? [08:17] i've got wiki exhaustion [08:18] johnnybuoy, well actually not certain about w32codes. i know it does it for mp3 and dvd, i /thought/ it did for w32 also? [08:18] it does [08:18] there is no w32codecs in the ubuntu repos [08:19] jo. just search google. [08:20] thats the way, i found my w32 codecs. [08:20] oh i forgot. easier installation of nvidia and fglrx [08:21] big one [08:21] yeah [08:21] restricted modules is great === Hidan [n=pizza@134.210-193-15.adsl.qala.com.sg] has joined #ubuntu+1 [08:21] in feisty [08:21] and wireless via restricted is easier also === PWill [n=paul@cpe-24-208-190-43.columbus.res.rr.com] has joined #ubuntu+1 === Tybor [n=paolo@195.191.2.61.static.reverse.elitel.it] has joined #ubuntu+1 [08:23] hey xtknight :) here as usual, eh? [08:24] hi.... which package provide /etc/ptmalloc.conf ? (Yeah I know configuration files actually don't belong to a specific package) === _dennis_ [n=dennis@d51A4FEAE.access.telenet.be] has joined #ubuntu+1 [08:24] Hidan, yeah spring break and it's crappy outside [08:24] xtknight: ah i see... :) === DanaG [n=DanaG@pcp020831pcs.dhcp.calpoly.edu] has joined #ubuntu+1 [08:25] xtknight: on a note of irony, my pc just died... oh joy lol. [08:25] :o [08:25] near end of instalation (feisty alternate beta). It asks me 4 a cd labeled ubuntu 7.04 feisty fawn - beta i386 (20070322.2). Why this happened? Inserting the "desktop" disk didn't help too. I had to mount / umount manually, cause it didn't umounted/ejected my discs. Any tips? (someone here had sucess intalling alternate feisty beta disc?) === luco [n=luc@d51526CED.access.telenet.be] has joined #ubuntu+1 [08:26] xtknight: yep talk about annoying... :p [08:26] linux laptops: http://www.linuxemporium.co.uk/products/laptops/ [08:26] Hidan, well i have sure had my share of annoyances lately. i'm off to try the kubuntu feisty daily pretty soon [08:26] Hidan, never used kubuntu [08:27] https://bugs.launchpad.net/ubuntu/+source/gnome-vfs/+bug/50375 [08:27] Malone bug 50375 in gnome-vfs "Nautilus Hang on FTP Upload, ? PASV problem" [Undecided,Unconfirmed] === Mikelevil [n=MoVeWoRk@60.Red-80-25-210.staticIP.rima-tde.net] has joined #ubuntu+1 [08:27] I can't connect to my school's SSH/SFTP server. [08:27] xtknight: heh i see... :) good luck and may you get Kubuntu to work. [08:27] Lin, my alternate disc installed without any problems. Have you checked the disc to see if it is corrupted? [08:27] i didn't.. I will check it [08:28] but it asking 4 media change not problems reading disk [08:28] gnomevfs-info times out. === Naddiseo is now known as Naddiseo[afk] === JR [n=JR@cpc3-bolt6-0-0-cust407.manc.cable.ntl.com] has joined #ubuntu+1 === JR [n=JR@cpc3-bolt6-0-0-cust407.manc.cable.ntl.com] has left #ubuntu+1 [] [08:29] Is there any way to fix that? === DsethE [n=seth@85.183.210.30] has joined #ubuntu+1 [08:29] Sounds a bit weird, all I know is mine worked flawless, sorry I can't be of more help [08:29] greetings [08:29] Hidan, yup, pray. [08:29] Hidan, brb === flo [n=flo@host216-131.pool80116.interbusiness.it] has joined #ubuntu+1 [08:31] man i really don't know what to do... now got my mp3-player so far that i was able to get it format itselft. i can record with it too and it shows me correct data about the available space and everything, so somehow it seems to work buuut ubuntu just tells me it cant find the superblock when i try to mount the player :,( [08:31] Oh, I had issues with my portable media player. [08:31] It turned out it was formatted without partitions. [08:32] So I created one partition and then formatted it. [08:32] DanaG: and it worked? coz when i created a partition and tried to format it the last half an hour it didnt work :( [08:32] Odd. [08:33] Oh, I used Linux to partition it and Windows to format that partition. === zhapod_ [n=zhapod@84.150.71.26] has joined #ubuntu+1 [08:34] DanaG: that makes sense as it seems to me that mkfs.vfat is somewhat messed up - i can create and mount ext partitions without a problem, but not so with fat partitions. and as i dont have a windows pc here... [08:34] Hmm, try Ultimate Boot CD -- it may have a utility you can use. [08:35] http://www.ultimatebootcd.com/ [08:35] DanaG: dont have any cdrs left :D [08:35] Aah. [08:35] somehow i get the feeling im really f****d [08:35] Look in the package manager for DOS === r00tintheb0x [n=r00tinth@198.170.183.140] has joined #ubuntu+1 [08:35] or FAT [08:36] or mtools. [08:36] !mtools [08:36] Sorry, I don't know anything about mtools - try searching on http://bots.ubuntulinux.nl/factoids.cgi [08:36] !info mtools [08:36] dsethe: maybe you can try posting a question on answers.yahoo.com or in the ubuntu forums. [08:36] mtools: Tools for manipulating MSDOS files. In component main, is optional. Version 3.9.10.ds1-3 (feisty), package size 197 kB, installed size 484 kB [08:36] the player was my birthday present yesterday and now it takes me my whole eastermonday (holyday in germany)... [08:36] okay will try that, thanks === shwag [n=steven@209.151.241.34] has joined #ubuntu+1 === Tybor [n=paolo@195.191.2.61.static.reverse.elitel.it] has left #ubuntu+1 ["Ex-Chat"] [08:37] is pidgin going to be in feisty ? [08:38] New! Run Ultimate Boot CD from your USB memory stick. A script on the CD prepares your USB memory stick so that it can be used on newer machines that supports booting from USB devices. You can access the same tools as you would from the CD version. [08:38] (copy-and-paste) [08:39] gnomevfs-info ssh://myusername@falcon.csc.calpoly.edu:22 [08:39] Error: Timeout reached [08:41] DanaG: thank you. but my only usb stick is my mp3 player which im trying to get to work properly. hmmmm [08:41] exisn: checked.. everything is all right.. I will try install again. [08:42] there's mkdosfs === K`zan [n=vw@c-76-22-74-207.hsd1.wa.comcast.net] has joined #ubuntu+1 [08:42] hi... I inserted an usb stick... but the device does not appear in gnome... i can see the device /dev/sdd1 in dmesg... I'm trying to mount it with gnome-mount... but this application seems to ignore everything I'm doing [08:42] how can I investigate this further? [08:43] https://launchpad.net/ubuntu/+source/initramfs-tools/+bug/83231 <-- does that mean that it is fixed? and if so, where can I get the fix? [08:43] Malone bug 83231 in udev "linux software RAID not working after herd 3 installation.." [Undecided,Fix released] [08:45] Argh, broken gnome-vfs. === compengi [n=compengi@85.112.69.225] has joined #ubuntu+1 === sen3 [n=sen@248.74-65-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu+1 [08:49] "After that I updated the initramfs." <-- how do I update initramfs? === coNP [n=conp@unaffiliated/conp] has joined #ubuntu+1 [08:51] zeroflag: sudo update-initramfs === eexpress [n=exp_exp@218.76.40.139] has joined #ubuntu+1 === noname`u [n=jordan@216.251.138.195] has joined #ubuntu+1 === Tybor [n=paolo@195.191.2.61.static.reverse.elitel.it] has joined #ubuntu+1 [08:53] hi, i want get the clipboard' content(within a bash, like ctrl-v can give me). just like xclip can do at selected text. how. [08:53] can someone pass me an example of /etc/ptmalloc.conf? === TSWoodV [n=woodt@63.148.180.182] has joined #ubuntu+1 [08:55] Don't kill me but I'm trying to install ATI accelerated graphics driver through the restricted drivers manager... just a simple error (I think): trying to overwrite `/usr/sbin/atigetsysteminfo.sh', which is also in package fglrx-6-8-0 === sen3 [n=sen@248.74-65-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu+1 [08:56] How exactly should I go about... getting around this error? [08:56] noname`u: Remove the fglrx package. [08:57] Isn't that what I'm trying to install? :P [08:57] Tybor, what package do i need installed... i dont seem to have it [08:58] jussi01: I upgraded a 6.10 with apt-get dist-upgrade and at login it says it cannot found it and returns to gdm screen (I'm a 10years linux user) [08:58] jussi01: I just don't know what package provide it... [08:58] wow [08:58] lol... well that worked anyway, thanks TSWoodV :P [08:58] hmm [08:58] oh... i hate upgrades... I dont have that file by the looks of it... [08:59] in feisty, why are the network interfaces set as auto in /etc/network/interfaces? [08:59] NetworkMangler should handle them , shouldn't it? === kane77 [n=kane@194.1.130.37] has joined #ubuntu+1 [09:00] hi there... will thunderbird be available from repos soon? [09:00] kane77: do you mean tb2? === peterflute [n=peter@156.Red-88-22-70.staticIP.rima-tde.net] has joined #ubuntu+1 [09:01] !info thunderbird [09:01] Package thunderbird does not exist in feisty [09:01] !info mozilla-thunderbird | kane77 [09:01] kane77: mozilla-thunderbird: Mozilla Thunderbird standalone mail client. In component main, is optional. Version 1.5.0.10-0ubuntu3 (feisty), package size 10635 kB, installed size 29700 kB [09:01] !info mozilla-thunderbird [09:01] heh [09:01] There /is/ no tb2 [09:02] this is the newest stable tb === reagleBRKLN [n=reagleBR@cpe-74-65-195-139.nyc.res.rr.com] has joined #ubuntu+1 [09:02] :( why it isnt in feisty? [09:02] kane77, it certainly is. [09:02] jussi01: oh... solved... login as root from a console and iussing touch /etc/ptmalloc.conf solved it === xtknight [n=ubuntu@c-68-43-122-102.hsd1.mi.comcast.net] has joined #ubuntu+1 [09:02] how do i access the restricted manager in Kubuntu? [09:02] micahcowan, not on 64 yet... === fraco [n=fraco@213.219.145.169.adsl.dyn.edpnet.net] has joined #ubuntu+1 [09:03] it appears feisty changes edgy default of mounting external drives sync https://bugs.launchpad.net/ubuntu/+source/hal/+bug/104241 how to reverse? [09:03] Tybor, yeah, thats sounds likr it should do the trick... nice to hear you got it sorted [09:03] Malone bug 104241 in hal "[feisty] default sync mount of external usb is *slow*, how to reverse?" [Undecided,Unconfirmed] [09:03] jussi01: oh, it did.... [09:03] there is restricted drivers on feisty beta alternate install? [09:04] Lin, of course.. [09:04] if anyone know xclip? [09:05] kane77, available for i386, amd64, powerpc === bjron [i=proxyuse@pia140-72.pioneernet.net] has joined #ubuntu+1 [09:05] jussi01: hmm I could not find the modules 4 my atheros card (wlan, ath_pci, wlan_scan_sta and ath_rate_sample). Should I enable any special option? [09:05] okay, why does aptitude say thunderbird has no candidate version, but it is installable from "add/remove..."? [09:05] isnt that the same thing? [09:06] mozilla-thunderbird [09:06] AFAIK [09:06] I need some help identifying the correct package to file a bug against: sound in feisty seems to be broken for new users accounts. === kane77 slaps himself === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu+1 [09:07] bjron: did you user which CD? desktop or alternate? === eexpress [n=exp_exp@218.76.40.139] has left #ubuntu+1 [] === fraco [n=fraco@213.219.145.169.adsl.dyn.edpnet.net] has joined #ubuntu+1 [09:08] Lin: this is from both booting the desktop CD, and from upgrading via the update manager [09:08] Lin: on two different machines (i386 laptop, and amd64 desktop) [09:08] hmm but from update manager you have already a working system right? [09:09] well, that's the weird thing, on my normal account, and at the login screen, yes, sound works fine. But I created a new user just to see what the default desktop looked like, and no sound there. [09:09] bjron: in this case.. it broke the sound? cat /etc/group | grep audio === thomax [n=thomas@217-148-245-9.happymany.net] has joined #ubuntu+1 === tecta [n=mickey@203.157.202.68.cfl.res.rr.com] has joined #Ubuntu+1 [09:10] bjron: did you set the new user as a "dektop" user? [09:10] i really forgot.. let me check [09:10] will I get the final version when I install all the updates (when it is released of course :) )? [09:10] Lin: unfortunately I'm not at home right now so I can't test . . . yea desktop user, but I suspect you might be on to something w/ the group settings === tecta [n=mickey@203.157.202.68.cfl.res.rr.com] has left #Ubuntu+1 [] [09:11] i need the grep /etc/group audio output [09:11] then we can check deeper before report bugs ;-) [09:12] k, soon as I get home I'll give that a check. . . hmm, I could at least verify it doesn't do the same thing on my edgy box here though. [09:13] if you have really created the new user with the users-admin... and desktop user was set. This should be a problem with this application. [09:13] I will try here [09:13] oh crap, no wait === xtknight [n=ubuntu@c-68-43-122-102.hsd1.mi.comcast.net] has joined #ubuntu+1 [09:13] I tried to do it that way [09:13] but experienced a bug w/ the users-admin creating the user [09:13] so I used adduser instead [09:14] which of course didn't add them t othe group [09:14] sure it will not [09:14] try add it first [09:14] ;-0 [09:14] so, might be a separate problem w/ my laptop and it not liking the audio hardware [09:14] and it is grep audio /etc/group [09:14] though it always worked w/ previous versions there [09:14] its a possibility [09:15] heh, yea, I discovered that too :) [09:15] check it first . ;-) [09:15] GL! ;-) [09:15] glad to help. [09:16] now im having problems with alternate. I need it to do seed installs on my network to evaluate this new version ;-) [09:16] good luck there [09:16] bjron: thank you [09:17] guess I should actually get to work now :P === bjron [i=proxyuse@pia140-72.pioneernet.net] has left #ubuntu+1 ["Leaving"] === Tybor [n=paolo@195.191.2.61.static.reverse.elitel.it] has left #ubuntu+1 ["Ex-Chat"] === aev [n=jakko@ip3e8351e2.speed.planet.nl] has joined #ubuntu+1 === DanaG [n=DanaG@pcp028923pcs.wireless.calpoly.edu] has joined #ubuntu+1 === xtknight [n=xtknight@c-68-43-122-102.hsd1.mi.comcast.net] has joined #ubuntu+1 === dfgas_ [n=dfgas@adsl-75-50-248-127.dsl.milwwi.sbcglobal.net] has joined #ubuntu+1 === funkyHat [n=matt@cpc5-nthc3-0-0-cust747.nrth.cable.ntl.com] has joined #ubuntu+1 === Mikelevel [n=MoVeWoRk@60.Red-80-25-210.staticIP.rima-tde.net] has joined #ubuntu+1 === fowlduck [n=nate@205.213.122.173] has joined #ubuntu+1 === stefg [n=chatzill@e179146030.adsl.alicedsl.de] has joined #ubuntu+1 === jussi01 [n=jussi@dyn3-82-128-188-131.psoas.suomi.net] has joined #ubuntu+1 === corevette_ [n=corevett@adsl-75-35-192-230.dsl.pltn13.sbcglobal.net] has joined #ubuntu+1 [09:37] geeeez. === tecta [n=mickey@203.157.202.68.cfl.res.rr.com] has joined #ubuntu+1 [09:38] why isn't there a United States mirror for Feisty on http://www.ubuntu.com/news/Ubuntu704Beta [09:38] ? [09:38] can I install dapper from feisty live via debootstrap? [09:38] tecta: US doesn't have the necessary minimum ammount of intelligent lifeforms to deserve it's own mirror. *ducks* === shirish [n=shirish@59.95.33.17] has joined #ubuntu+1 [09:40] zeroflag: you're an idiot [09:40] thanks. ;) [09:41] guys I have been having issues with getting updates, I get errors while updating, is this normal? [09:41] you're welcome [09:41] shirish: updating what? [09:41] updates to feisty [09:41] what updates. ~~ === bur[n] er [n=burner@c-71-56-237-100.hsd1.co.comcast.net] has joined #ubuntu+1 [09:42] everything other than sources === wamty [n=lopa@89.108.133.73] has joined #ubuntu+1 [09:42] i need help setting the fan control parameters in my new linux box... [09:42] im running kubuntu [09:42] what errors. -_- [09:42] I get some some weird gzip errors and stuff like that [09:42] pastebin some errors. [09:43] zeroflag: where is the log kept of updates? [09:43] use apt-get to get some logs. [09:43] zeroflag: ? === shatrat [n=root@74-137-219-146.dhcp.insightbb.com] has joined #ubuntu+1 [09:43] synaptic is only a graphical frontend for apt. === bur[n] e1 [n=burner@c-71-56-237-100.hsd1.co.comcast.net] has joined #ubuntu+1 [09:44] zeroflag: I know that is why I am asking where is the apt.log kept, in /var/log right? [09:44] *shrugs* [09:45] I usually use apt in terminal which gives me some nice output... [09:45] I just closed that, as it was unable to get some lock somewhere hence had to shift to update-manager [09:45] anyone else having gnome login issues? [09:45] I use aptitude normally [09:45] i get a gray screen and a huge lag time before the desktop shows on one of my PCs [09:46] bur[n] e1: there have been issues reported like that on launchpad [09:46] shirish: i've seen no fixes and the bug was closed :\ [09:47] bur[n] e1: sad to hear that, the responder did not even ask you for some info.? === room102 [n=paladin@89.240.128.212] has joined #ubuntu+1 [09:47] for usually they ask [09:47] it was marked as closed before I saw it [09:47] i added a comment requesting to reopen it === |NewUser| [n=greek@221.132.113.236] has joined #ubuntu+1 [09:48] zeroflag: lemme complete my updates, whatever its able to update, then will do sudo aptitude update again, will post the errors in pastebin [09:48] Is it possible to mount an NTFS filesystem as writeable with the Feisty beta Live CD? [09:48] do that, but I won't be able to help - I'm unable to help myself. >_< [09:48] room102: nope, you have to get it from the repo. [09:49] zeroflag: what happened to you? === makuseru [n=makuseru@163.106.40.24.aeneasdsl.com] has joined #ubuntu+1 [09:49] dmraid happened to me. [09:49] <|NewUser|> how can i use or install new gdm theme? i just download it from web. [09:49] |NewUser|: hi [09:49] shirish: Is it possible to install it whthougt installing linux on the PC itself? [09:49] <|NewUser|> shirish: hello :) [09:49] does anyone know of a problem where after grub the ubuntu load screen starts (orange and black bar) - the load gets 15% of the way 3/20 of the bar and stops [09:49] <|NewUser|> shirish: now my box working fine :) no errors nothing :) [09:50] room102: run synaptic from the livecd. unless the package is larger than your ram, you can install it in live. [09:50] |NewUser|: system>admin>login window (for GDM theme [09:50] |NewUser|: go to System > Preferences > Theme & show where u have downloaded it , it will be installed. [09:50] ) === ceaser [n=ceaser@cpe-65-189-162-136.columbus.res.rr.com] has joined #ubuntu+1 [09:50] zeroflag, ok what pakage do install? [09:50] <|NewUser|> shirish: And gnomefreak thanks. [09:51] *do I install [09:51] room102: add all repositories and search for ntfs. [09:51] room102: ntfs-3g [09:51] room102: its in universe repo [09:51] shirish: don't do his work. === Poul^Laptop [n=raider@s-web.dhcp.kampsax.dtu.dk] has joined #ubuntu+1 [09:51] right, thanks [09:51] <|NewUser|> BrB [09:52] zeroflag: although that would have been an interesting experiment to see if it does install on RAM? === xtknight [n=xtknight@c-68-43-122-102.hsd1.mi.comcast.net] has joined #ubuntu+1 === tecta [n=mickey@203.157.202.68.cfl.res.rr.com] has left #ubuntu+1 [] [09:52] weird..you mouseover an mp3 and it starts previewing (playing)? [09:52] shirish: you could install KDE from a ubuntu live disk, probably. [09:53] didnt know feisty was also psychic... ;p [09:53] zeroflag: I doubt it, I have only 1/2 a GB of RAM [09:53] xtknight: that's a FEATURE! [09:53] i like that === HLM [n=HLM@S0106006067664bde.no.shawcable.net] has joined #ubuntu+1 [09:53] xtknight: good to see you again. xD [09:53] wondered if anyone else knew [09:53] Hidan, yeah K wasnt for me [09:53] shirish: ok, then you have a problem. :P [09:53] zeroflag: lol :p [09:53] xtknight: lol... oh let me guess, you prefer Gnome over kde? [09:54] I have 2GB of ram which is plenty. [09:54] Hidan, yea [09:54] me 2 [09:54] at least today [09:54] well, I prefer gnome over textmode... [09:54] me forever a gnome slave [09:54] and I prefer gnome over grub errors. [09:54] does that make me a gnome fan? [09:54] true [09:55] the problems you get for having a fakeraid are just ridiculous. [09:55] it's even worse than windows... [09:55] "fakeraid"? [09:56] zeroflag: there is a bug for that, I saw it yesterday, there were couple of people who came to the room, and then reported it [09:56] room=channel [09:56] xtknight: i kinda prefer having a mixture of gnome programs and kde programs like Konqueror and a few other applications. :p [09:56] I wonder if there is any way to force ubiquity to use a fakeraid though dmraid... [09:56] room102: he mean software raid [09:56] Hidan, pure gnome here with exception of K3b [09:56] because gnome-baker is bleh [09:56] shirish: I know, their fixes don't work for me. [09:56] shirish: What's wrong with software RAID? [09:57] room102: it just does not work for some people & they get strange errors [09:57] room102: fakeraids are software raids that use a mainboard controller (like nforce). [09:57] xtknight: huh... gnome-baker lol... [09:57] zeroflag: you probably should add ur 2cents to the bug then, tht those solutions did not work, and post whatever relevant info. they ask for [09:57] Hidan, gnome's cd burner [09:58] ok anybody knows where the apt.log is kept? [09:58] xtknight: yeah i know that ... it's like kinda awful, isn't it? :P [09:58] zeroflag: I was thinking of setting up RAID 5 over four 250GB SATA drives. I use an Nforce 680i. How would I set that up? [09:58] shirish: well, iirc dmraid is unsupported so... [09:58] Hidan, yup maybe i'll make a better one some day [09:58] I mean, avoiding the use of the nforce? [09:59] Hidan: xtknight: do either of u guys know where the apt.log is kept? there is nothing in /var/log [09:59] there's a pure software raid utility in ubuntu. [09:59] can't remember the name. [09:59] used to [09:59] hold on === robert_ [n=hellspaw@objectx/robert] has joined #ubuntu+1 [09:59] !raid [09:59] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/RaidConfigurationHowto and http://www.tldp.org/HOWTO/LVM-HOWTO [09:59] xtknight: i kinda really liked Konqueror 'cos it's all cool and awesome. File-manager in Gnome just didn't cut it. I've a project where i work with plenty of image files. To double-click on various directories and images is just too time-consuming. on the other hand, i can't move the files into other directories either. [09:59] but that should work much better than dmraid which is a royal pain in the ass. [09:59] Hidan, interesting i love nautilus [09:59] shirish: sorry can't help you. my pc just died. i'm posting from WinXP on someone's laptop now. === Zigurd [n=zigurd@static-68-236-123-210.bos.east.verizon.net] has left #ubuntu+1 [] [10:00] zeroflag, So I should just use Pure software RAID. Ok good. Thanks [10:00] hmm /var/log/dist-upgrade/apt.log [10:00] room102: unless you want to dual-boot windows, yes. === neildarlow [n=neil@cpc1-bigg1-0-0-cust731.lutn.cable.ntl.com] has joined #ubuntu+1 [10:01] xtknight: thanx but that did not help me at all, the log seems to have been stuck at the openoffice issue which happened last week. Time to file another bug. [10:02] yay! clean window corners in feisty at last [10:02] shirish, hrm what's wrong ? [10:02] i know about the openoffice thing [10:02] > does anyone know of a problem where after grub the ubuntu load screen starts (orange and black bar) - the load gets 15% of the way 3/20 of the bar and stops [10:03] xtknight: no. of things, first of all the log does not have any human-readable dates, this was on my mind for quite some time. Then I had some errors while updating today as well as yesterday, they have no record in the log at all. [10:03] Joshizzle, does it resume after a while? [10:03] Joshizzle: network configuration? [10:03] xtknight: do u get dates with time thing on you log? [10:03] pjcrosier: nope [10:03] joshizzle: huh, does your keyboard respond when it stops loading? try hitting caps lock. [10:03] xtknight: you=your [10:03] shirish, nope [10:03] neildarlow: network has nothing to do with it [10:03] shirish, seems to be a log only for dist-upgrd [10:04] zeroflag, I do plan to dual-boot. But windows is going to be on it's own HD. [10:04] hidan: no it does not [10:04] Joshizzle: no, is that the point where network interfaces are configured? [10:04] xtknight: what about for updates then? [10:05] shirish: sounds like some awful stuff going on with your pc. may those issues be resolved, dude. :) [10:05] neildarlow: no, it is just the blank black screen with "Ubuntu" and the orange bar [10:05] no text [10:05] shirish, weird. one existed on edgy [10:05] xtknight: lol, you mean there is no update.log anywhere? [10:05] no one knows about this? [10:05] shirish, not sure . i cant find it [10:06] sounds just like network configuration to me Joshizzle [10:06] xtknight: or was it known by some other name? [10:06] lemme see if i can find the one on my edgy install [10:06] pjcrosier: lemme find a picture of it [10:06] xtknight: cool, I can be here all night. [10:06] Joshizzle: can you Alt+F1 to see where the boot has got too? worth doing before the hang === seraphim_ [n=seraphim@e179137168.adsl.alicedsl.de] has joined #ubuntu+1 [10:06] joshizzle: well, i'd a similar problem but that's 'cos my pc kinda died on me afterwards. hardware problems. [10:06] dpkg.log in var log [10:06] but not in feisty [10:06] wait [10:06] yes in feisty [10:07] alt f1? === rockzman [n=alch3mis@c906fcfe.static.spo.virtua.com.br] has joined #ubuntu+1 [10:07] /var/log/dpkg.log [10:07] ill try that [10:07] guys, it looks like this [10:07] eh, apt is reporting I have sdl 1.2 installed, yet dosbox'es ./configure script isn't finding things like SDL_sound.h, -lsdl, etc. [10:07] http://www.zdnet.com.au/shared/images/news/ubuntu/bootscreen.gif (without the text) [10:07] Can someone tell me a tutorial to install mysql 4 instead of 5 on 7.04? [10:07] robert_: what about sdl-*-dev? [10:07] shirish, did you find dpkg.log in /var/log ? [10:07] it pauses at "checking root filesystem"? [10:07] xtknight: thanx, looking for it [10:07] rockzman: what about install mysql-server-4.1 package? [10:07] it's saying sdl-dev is installed [10:08] no [10:08] there is no text [10:08] pjcrosier, maybe it's checking the file system. you may have to wait. for some reason the progress bar doesnt always show. [10:08] that is the best picture i could find [10:08] robert_: and "which SDL_sound.h" returns something? [10:08] libsdl1.2-dev is already the newest version. [10:08] i willtry the alt f1 now [10:08] if it works [10:08] Joshizzle, does it happen with every boot? [10:08] xtknight: ok found out about that, any idea if there is a log for the sudo aptitude or apt-get update thing? [10:08] yes, i cant get inot the OS [10:09] just that boot screen [10:09] neildarlow: nope [10:09] ah, so ubuntu never loads? [10:09] Can someone tell me a tutorial to install mysql 4 instead of 5 on 7.04? [10:09] after grub [10:09] shirish, not sure [10:09] robert_: then you don't have the appropriate -dev package installed === HLM [n=HLM@S0106006067664bde.no.shawcable.net] has left #ubuntu+1 [] [10:10] pjcrosier: I am stating the computer now [10:10] I try to apt-get install libsdl-dev, but all I get is "libsdl1.2-dev is already the newest version." [10:10] ok [10:10] 1 bar [10:10] 2 bar [10:10] 3 [10:10] stuck [10:10] apt is smoking crack, imo [10:10] keyboard died somewhere along the way [10:10] but it works before the load screen === ash211 [n=andrew@user-11216kd.dsl.mindspring.com] has joined #ubuntu+1 [10:11] and that's as far as you get in the boot-up, or it loads after some time? [10:11] Can someone tell me a tutorial to install mysql 4 instead of 5 on 7.04? [10:11] robert_: there are also other sdl packages e.g. libsdl-mixer1.2-dev [10:11] as far as i get [10:11] I waited an hour and a half [10:11] no dice [10:11] hm okay === aah [n=aah@dsl081-255-126.sfo1.dsl.speakeasy.net] has joined #ubuntu+1 [10:11] i even reinstalled [10:12] sounds like a hardware issue, something not playing nice? [10:12] robert_: libsdl-sound1.2-dev sounds likely [10:12] I wouldnt know [10:12] it was working perfectly before [10:12] aah k [10:12] but i did have windows [10:12] robert_: synaptic search is your friend [10:12] i just installed ubuntu [10:13] alternate CD because live/desktop had a problem with my floppy drive not being there [10:13] well, live/desktop would not even work [10:13] anyone else think Feisty is extremely fast? [10:13] seems much faster than old versions for me [10:13] one giant error screen [10:13] do they have the realtime/lowlatency kernel in yet? [10:13] Joshizzle: livecd waits for a while with nonexsitent floppy drive but does continue loading [10:14] ubuntu newbie question. trying to find a per-user way of setting the path for the X environment. Best I've been able to find is /etc/login.defs, but that's for every user. ~/.bashrc and the like are for login shells, which isn't what I'm looking for, and ~/.profile didn't do the right thing either.. === bur[n] er [n=burner@c-71-56-237-100.hsd1.co.comcast.net] has joined #ubuntu+1 [10:14] neildarlow: well, at first it waited and then went into some giant error, then i went into bios and compeltly removed the floppy, then it would just crash without complaining about the floppy [10:15] neildarlow: but I just used the alternate [10:15] guys seems I have to shut-down, somehow aptitude does not seem to have a lock [10:15] neildarlow: but now it will not get past the 3/20 block [10:15] E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable) [10:15] E: Couldn't lock list directory..are you root? [10:16] any ideas guys, or should I shut-down & then restart? === comfurtn [n=kyle@mrtc-dsl-610176.mis.net] has joined #ubuntu+1 === robert_ compiles happily [10:16] robert_: right package --> bliss :) [10:16] indeed :) [10:17] ooh [10:17] I need to remove my old dosbox [10:17] ok guys rebooting now === shirish [n=shirish@59.95.33.17] has left #ubuntu+1 [] [10:17] every now and then I come across packages I want to maintain manually :) [10:17] dang, ubuntu just does not want to work for me [10:17] Joshizzle: the universe hates you. [10:18] robert_, it is true === makuseru [n=makuseru@163.106.40.24.aeneasdsl.com] has joined #ubuntu+1 [10:18] then again, the universe hates a lot of us [10:18] Joshizzle: try booting with "verbose" as a kernel option [10:19] how can I possibly do that if my keyboard dies when the ubuntu kicks in [10:19] in grub verbose is not an option [10:19] normal, recovery, and memtest === movi [n=movi@qb34.internetdsl.tpnet.pl] has joined #ubuntu+1 [10:19] Joshizzle: i think you can edit the command line with "e". i'm no grub expert [10:19] normal being kernel (number number number) [10:20] neildarlow, then where would I put verbose? [10:21] Joshizzle: it should present the stored command line. just add verbose to it and then boot. someone please correct me if i'm wrong [10:21] where should I add it? [10:21] Joshizzle: i don't use grub but i know it can be done [10:22] neildarlow: e doesnt work for some reason [10:23] nvm [10:23] I dont know where to put verbose [10:23] dont you just hit esc in grub [10:23] or something similar [10:24] or just start typing i think [10:24] i did hit esc === rocky is now known as rocky|away [10:24] and hit e [10:24] and I got to the kernel line [10:24] but I do not know where do insert the word "verbose" [10:24] how do you multithread a kernel compile? [10:25] used to do it automatically hmm [10:25] Joshizzle: it doesn't matter where on the kernel commandline you put verbose [10:26] you just toss it in 'somewhere' ? :) [10:27] xtknight: i assume kernel makes support the -j flag too. sounds dangerous though [10:27] at the moment it says /boo/vmlinuz-2.6.20-12-generic root=uuid=174f5feb-1873-4d76b-1873-4d76-9df0-cf0c5207cc6f ro quiet splash [10:27] make-kpkg -j3 didnt do it === shirish [n=shirish@59.95.33.17] has joined #ubuntu+1 [10:27] not sure how to make the kernel otherwise but i'll live with 1-thread for now [10:27] kpkg is too convenient to do otherise [10:27] Joshizzle: the verbose should come after quiet to override it, i think === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has joined #ubuntu+1 [10:28] ill put that in now [10:28] hold on [10:28] Joshizzle: or remove quiet === Askar [n=askar@81-231-227-236-no40.tbcn.telia.com] has joined #ubuntu+1 [10:28] it just required a proper shutdown, then things are now fine, till the next update, I guess. [10:28] ok..... [10:28] well === gavintlgold [n=gavintlg@pool-70-23-144-190.ny325.east.verizon.net] has joined #ubuntu+1 [10:28] verbose [10:28] can someone here help me printing on a hp laserjet 1200 attached to a xp computer? [10:28] guys anybody here a TV tuner card expert? [10:28] did nothing [10:29] shirish, sorta [10:29] might be able to answer [10:29] Askar: I have the same issue, an hp laserjet 2600n (network printer) [10:29] xtknight: how do I figure out what to do with tvtime? [10:29] Joshizzle: did you check Alt+F1? [10:29] shirish: do u have some tips? [10:30] xtknight: i see nothing, I do not even know if I have the drivers or something? [10:30] shirish, is the capture device setup and everything? not sure about tvtime in particular [10:30] when can I hit alt f1? [10:30] Askar: nope, I have been meaning to work on that [10:30] shirish, hmm 'sudo lshw | less', do you see the tv tuner with a driver loaded? [10:30] Joshizzle: as soon as the graphic screen comes up [10:30] xtknight: do u know any other program perhaps [10:30] no can do [10:30] keyboard is disabled [10:31] shirish, kdetv is good i think [10:31] Joshizzle: then i can only suggest removing quiet and splash from the commandline and seeing if that helps [10:31] xtknight: what should I be looking for? [10:31] splash is not in there [10:32] i'll remove quite [10:32] shirish, your tv card under lshw [10:32] want me to keep verbose? [10:32] Joshizzle: shouldn't matter now [10:33] neildarlow: the lines are now: root, kernel (blah blah), initrd (blah blah), savedefault [10:33] xtknight: http://paste.ubuntu-nl.org/14764/ [10:34] shirish, ok good driver=saa7134 [10:34] neildarlow: nope, still stuck [10:34] it's been loaded. i guess you just need a working tv program [10:34] how is kdetv ? [10:34] downloading it as we speak === anti_pop [n=anti_pop@p54b0ae1c.dip0.t-ipconnect.de] has joined #ubuntu+1 [10:35] Joshizzle: then it must be something peculiar to your hardware. is there an option to boot without framebuffer? [10:35] neildarlow: what in god's name is a framebuffer? [10:35] i get this error when i compile: what is missing ??? checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths [10:35] xtknight: I have to run it from the console? [10:36] xtknight: it seems it was already downloaded when I downloaded tvtime or something? [10:36] neildarlow: the edits I make to the grub commandline do NOT SAVE [10:36] shirish, hmm i dont know. [10:36] Joshizzle: it's the mechanism that allows a graphical vs. text-only boot display [10:36] shirish, it is not in the gnome menu? [10:36] xtknight: nope [10:36] Joshizzle: the edits apply for the current boot. that's ok [10:36] oh [10:37] lemme check if framebuffer is in bios [10:37] it aint [10:37] xtknight: my nations frequency scan is not given, what should I do? [10:37] its like the technique it uses to put stuff ont he screen [10:37] oh [10:37] Joshizzle: no, framebuffer is a linux thing [10:37] text vs framebuffer vs X [10:37] ...ok [10:37] actually i think [10:38] never find === stdin_ [n=tez@unaffiliated/binary2k2] has joined #ubuntu+1 [10:38] mind* [10:38] shirish, hmm wouldn't it be NTSC, PAL , or SECAM? [10:38] u can also have a framebuffer in DOS [10:38] shirish, select a nation that uses the same standard [10:38] xtknight: it is PAL, now how do I know which nation uses PAL [10:38] an old dos game would be run in 'A' framebufer [10:38] shirish, http://en.wikipedia.org/wiki/PAL [10:38] no DOS [10:38] i deleted windows [10:39] seems to be either a grub error or a ubuntu error [10:39] hehe nevermind, i shouldnt be starting about dos, ill shut up now [10:39] !swedish [10:39] Sorry, I don't know anything about swedish - try searching on http://bots.ubuntulinux.nl/factoids.cgi [10:40] !se [10:40] Svensk Ubuntu- och Kubuntusupport hittar du pa #ubuntu-se resp. #kubuntu-se [10:40] xtknight: I will take little time as I want to read it [10:41] Joshizzle: it's not grub. your system is hanging in the boot process after grub has done its work [10:42] neildarlow: and which system would that be? i mean, I get to the 3rd block === LinAsH [n=missmagu@86.68.18.127] has joined #ubuntu+1 [10:42] xtknight: it is unclear which region I should use? [10:42] shirish, where do you live? === finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu+1 [10:43] India, which has PAL [10:43] yeah? [10:43] hmm [10:43] they dont have india in kdetv? [10:43] nope [10:43] :( [10:43] this is strange [10:43] Joshizzle: if you say you can't switch screens with e.g. Alt+F1 it might be at the console/keyboard related but i can't say for sure [10:43] try israel or italy [10:43] anything that's listed as PAL i guess [10:44] very surprising [10:44] what *do* they list? === xerox_ [n=xerox@c-4476e255.010-198-73746f32.cust.bredbandsbolaget.se] has joined #ubuntu+1 === Umbriel [n=umbriel@103.Red-213-97-69.staticIP.rima-tde.net] has joined #ubuntu+1 [10:44] xtknight: nothing, blank, it did the whole thing & there is nothing listed === Zdra [n=zdra@105.213-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu+1 [10:45] johnnybuoy: problem solved, it was the networkmanager... [10:46] shirish, i guess it's been too long since i've used tv on linux [10:46] i know a lot about tv tuner cards themselves but not tv and linux a whole ton [10:46] probably another program will work [10:46] xtknight: :( [10:46] i dont know what's up with kdetv [10:47] tons of them though [10:47] apt-cache search tv [10:47] http://www.paradiso-design.net/TVsystems_worldwide.html [10:47] xawtv is what i'd try next [10:47] xtknight: xawtv was quite good/robust last time i used oy === neildarlow [n=neil@cpc1-bigg1-0-0-cust731.lutn.cable.ntl.com] has left #ubuntu+1 ["Ex-Chat"] [10:49] downloading & installing them as we speak === xerox_ [n=xerox@c-4476e255.010-198-73746f32.cust.bredbandsbolaget.se] has joined #ubuntu+1 [10:50] ok done, now what? [10:51] xawtv i suppose [10:51] I am already in it, but nothing is appearing === FFIXXX [n=opera@212-182-137-116.dsl.ip.tiscali.nl] has left #ubuntu+1 [] === Mikelevel [n=MoVeWoRk@60.Red-80-25-210.staticIP.rima-tde.net] has joined #ubuntu+1 [10:51] I mean the window is there, I can see the options, but what or how should i go about it [10:52] oh..i've never used it :\ [10:52] sorry gotta go, dinner. bbiab [10:52] xtknight: bye === hohoh [n=Jamius@pool-71-117-250-183.ptldor.fios.verizon.net] has joined #ubuntu+1 [10:55] shirish: just curious. what time is it over there? [10:55] @now calcutta [10:55] Current time in Asia/Calcutta: April 10 2007, 02:25:26 - Next meeting: Technical Board in 23 hours 4 minutes [10:55] now u know [10:55] shirish: ooh i see. xD [10:55] @singapore [10:55] oops [10:55] @now singapore [10:55] Current time in Asia/Singapore: April 10 2007, 04:55:49 - Next meeting: Technical Board in 23 hours 4 minutes === billy [n=billy@c-68-59-117-239.hsd1.al.comcast.net] has joined #ubuntu+1 [10:56] Hidan: another all-nighter [10:56] Greetings fellow feisty fans. [10:56] shirish: hell yeah lol =P === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu+1 [10:56] Is Firestarter automatically coming up for anyone else? [10:56] Or are you needing to start it manually each reboot? [10:57] Do you mean, the actual firewalling rules themselves? [10:57] micahcowan: no. I mean Firestarter. === emet [n=emet@unaffiliated/emet] has joined #ubuntu+1 === SheaTara [n=shannon@cpe-069-132-052-158.carolina.res.rr.com] has joined #ubuntu+1 [10:57] billy, isn't Firestarter just a GUI? === foxiness [n=nayif@62.149.114.19] has joined #ubuntu+1 [10:57] billy: not looking at it unless it becomes more easy to use, it is nightmare right now [10:58] micahcowan: yes. but my firewall rules aren't activated until Firestarter starts. [10:58] shirish: that's odd. I consider Firestarter to be the easiest there is. [10:59] billy, then, regardless of whether you set Firestarter to start up automatically or not, you should definitely make sure that the rules fire up well before the GUI does. [10:59] Can someone tell me a tutorial to install mysql 4 instead of 5 on 7.04? [10:59] billy: I must be the biggest fool for my life I tried the last time & could not understand how to get things done there [10:59] billy: but then I have come from zonealarm, where I just have to say allow these programs & this amt. of activity is permitted [11:00] micahcowan: the only reason I start the GUI is because the rules aren't being activated. === maccam94 [n=cam@pool-72-72-84-37.bstnma.east.verizon.net] has joined #ubuntu+1 [11:01] micahcowan: if I don't start Firestarter, my ports aren't stealthed. [11:02] billy, I would be very surprised if Firestarter doesn't have a "make persistent across boot" option (or something similar), but otherwise, after you've started up Firestarter, you can use iptables-save to place the current rules in a location automatically read at startup (fishing for what that location is...). [11:02] argh something WEIRD is going on with my lvm setup! [11:02] better than yesterday, but still wrong :-( [11:03] my 440GB xfs partition is only showing up as 300GB [11:03] any ideas? [11:03] On mandrake, it's /etc/sysconfig/iptables, but I'm thinking that may not be right on Ubuntu. === anti_pop [n=anti_pop@p54b0ae1c.dip0.t-ipconnect.de] has left #ubuntu+1 ["Kopete] === maccam94 wonders where his other 140GB is right now... [11:04] oooooooooooooooooooooooooooooooooooo [11:04] >_< [11:04] that's pretty close to the size of one of my hard drives....... [11:04] >_< === eobanb [i=eoban@iub-vpn-201-16.noc.indiana.edu] has joined #ubuntu+1 [11:06] is anyone else here familiar with lvm? [11:06] micahcowan: do you recall where the bootup log is? [11:07] billy, /var/log/dmesg, perhaps combined with /var/log/syslog. [11:07] does anybody of any place where there is a tute to build deluge-torrent? [11:07] Debian/Ubuntu may not have an automatic iptables-restore after all: you may have to build your own: http://ubuntuforums.org/archive/index.php/t-19106.html [11:09] shirish, are you using feisty? [11:09] pjcrosier: yup, why? [11:09] it's in the repos :) [11:10] pjcrosier: that is the 0.4 right, or the 0.5 came in? [11:10] erm, not sure tbh [11:10] guys how do I find out which version is there in the repos, without installing the package? === maccam94 wonders why lvm sees the 434GB logical volume "media" but ubuntu sees the mount point as only being 296GB... === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu+1 [11:12] shirish, it's 0.4.1-2 [11:13] that one is buggy, and I have 0.5 on my hand :) [11:13] I try to print on a shared xpprinter but get an error on the xpprinter..dont know what it is in english but something like: "notlocal document with earlier version" === r00tintheb0x [n=r00tinth@198.170.183.140] has joined #ubuntu+1 === fowlduck [n=nate@205.213.122.173] has joined #ubuntu+1 [11:14] there should be a README inside archive [11:15] *the === conn [n=conn@83.141.127.50] has joined #ubuntu+1 [11:15] hi, is it possible to specify a different fontconfig for OO.o in Linux? On my system, subpixel rendering & slight hinting makes all apps' fonts look great, but OO.o looks better with Grayscale & medium hinting. Is there a way to have OO.o use the latter, and not the rest of the system? [11:15] pjcrosier: I already built it, installed it, and loving it :) [11:15] http://ubuntuforums.org/showthread.php?t=354609 <-- couple of dependencies to satisfy first shirish [11:15] ah ok [11:15] did all that thnx for your efforts though :) [11:15] ignore me then :) [11:16] I try to print on a shared xpprinter but get an error on the xpprinter..dont know what it is in english but something like: "notlocal document with earlier version" what can it mean? [11:17] Aksar: is it an IPP printer or a USB/parallel printer hooked to the XP machine? === claudiodaylac [n=chatzill@201.53.173.226] has joined #ubuntu+1 [11:25] can anyone help me configure my tv-out settings?? === eobanb [i=eoban@iub-vpn-203-133.noc.indiana.edu] has joined #ubuntu+1 === peter77 [n=chatzill@host86-145-211-99.range86-145.btcentralplus.com] has joined #ubuntu+1 [11:27] is anyone else experiencing slow boot in fiesty? [11:27] it seemes to hang just under half way for about 10 seconds [11:28] peter77: yes, at the network devices, want the bug url for it? === danohuiginn [n=ant@p54BEE1A2.dip.t-dialin.net] has joined #ubuntu+1 === marshall_ [n=jeff@CPE000874077503-CM00159a6a3ece.cpe.net.cable.rogers.com] has joined #ubuntu+1 [11:28] please, is there a way to fix it? [11:28] peter77: https://bugs.launchpad.net/bugs/102675 [11:28] Malone bug 102675 in netbase "Feisty boot hangs on "Configuring network interfaces"" [Medium,Confirmed] [11:28] why has it just started hanging though, it was ok before! [11:29] peter77: there was some workarounds mentioned [11:29] peter77: simple answer: something changed in the upgrade [11:29] lol === Mikelevel [n=MoVeWoRk@60.Red-80-25-210.staticIP.rima-tde.net] has joined #ubuntu+1 === budmang [n=justin@12-210-54-193.client.mchsi.com] has joined #ubuntu+1 [11:33] trying one of the work arounds [11:33] hope it workds :-) [11:33] works* [11:34] lol, boots a lot faster === |NewUser| [n=greek@221.132.113.236] has joined #Ubuntu+1 [11:34] it might cause some trouble later, depending what you'll want to do with your networking. [11:35] But I'm gone now... === Askar [n=askar@81-231-227-236-no40.tbcn.telia.com] has left #ubuntu+1 [] === f000bar [i=foobar@nat/cisco/x-b2e5c3ff0542c6d3] has joined #ubuntu+1 [11:37] wireless [11:37] and it seems to be ok [11:37] can someone do an aptitude search ~n | wc -l on a Feisty default install for me? (ie. no universe/multiverse) === comfurtn [n=kyle@mrtc-dsl-610176.mis.net] has joined #ubuntu+1 [11:38] im trying to fiugre the number of installable packages in default install? === bur[n] er can't... who runs a default install [11:39] rockzman: f000bar synaptic? [11:39] f000bar: run the livecd via virtualbox or something [11:39] bur[n] er, yea yea imdownloading a vmware now [11:39] but i thought if someone could do it real quick [11:39] nm [11:39] vmware doesn'tw ork in feisty [11:40] bur[n] er, sure it does [11:40] im running it now [11:40] I don't believe networking works rather [11:40] bur[n] er, yes t does [11:40] vmmon won't build in the newer kernel that feisty uses [11:40] bur[n] er, you are correct, but you can modify it using the any-any patch === bur[n] er may have missed a vmware release [11:40] oh === bur[n] er sticks with virtualbox :) [11:41] bur[n] er, yes Vbox is nice [11:41] but networking sucks n Vbox other than NAT === tumi [n=tms@157.157.79.111] has joined #ubuntu+1 [11:41] for sure!!! [11:41] that's hte one thing I miss about vmware [11:41] the fact that vmmon didn't work pushed me away from vmware though... didn't know there was a workaround === martin_ [n=martin@81-231-94-63-no47.tbcn.telia.com] has joined #ubuntu+1 [11:42] it seems the latest upgrade toasted my xorg... anyone else got the problem? === valehru [n=valehru@221.221.134.88] has joined #ubuntu+1 [11:43] it seems the latest upgrade toasted my xorg... anyone else got the problem? === DanaG [n=DanaG@pcp029526pcs.wireless.calpoly.edu] has joined #ubuntu+1 [11:44] nope [11:44] martin_: nvidia by chance? [11:44] no, ati radeon 9000 [11:44] got me then [11:44] sudo dpkg-reconfigure xserver-xorg do any good? [11:45] gonna try that now :) [11:45] best of luck === DanaG [n=DanaG@pcp029526pcs.wireless.calpoly.edu] has left #ubuntu+1 [] [11:45] thanks. anyone else have that problem? === ash211_ [n=andrew@user-1121ofb.dialup.mindspring.com] has joined #ubuntu+1 === elvirolo [n=elvirolo@lns-bzn-50f-62-147-190-207.adsl.proxad.net] has joined #ubuntu+1 [11:46] hi all [11:46] is it possible to get the avant window navigator to launch apps and also prevent windows overlapping it (act like a panel) [11:47] i started to have system crashes with feisty [11:48] even sys req keys don't work... === CarlFK [n=carl@c-24-13-53-221.hsd1.il.comcast.net] has left #ubuntu+1 [] === LasseP [n=xerox@c-4476e255.010-198-73746f32.cust.bredbandsbolaget.se] has joined #ubuntu+1 [11:50] has anyone got any idea about the reason for these crashes ? === KI4UTX [n=chatzill@adsl-074-229-065-249.sip.asm.bellsouth.net] has joined #ubuntu+1 === gbeshers_ [n=gbeshers@static-71-243-121-94.bos.east.verizon.net] has joined #ubuntu+1 === gbeshers__ [n=gbeshers@static-71-243-121-94.bos.east.verizon.net] has joined #ubuntu+1 === budmang [n=justin@12-210-54-193.client.mchsi.com] has joined #ubuntu+1 === elvirolo [n=elvirolo@lns-bzn-50f-62-147-190-207.adsl.proxad.net] has left #ubuntu+1 ["Kopete] [11:55] Anyone able to tell me what the diff in compiz and beryl are? [11:56] Poul^Laptop: they're combining.. so nothing anymore === shirish [n=shirish@59.95.33.17] has left #ubuntu+1 [] === vydd [n=vydd@unaffiliated/vydd] has joined #ubuntu+1 [11:57] hmm [11:57] whats the last release version then? [11:58] Would anyone be able to assist me with an install problem? [11:59] i seem to be upto 0.2.1 of beryl core === fowlduck [n=nate@205.213.122.173] has joined #ubuntu+1 [11:59] I found a small issue in nautilus in feisty, should I report a bug on launchpad.net/nautilus/+bugs or some other location since this is for feisty? [11:59] for some reason Sonata isnt able to load my music library. any ideas why this might be? === hotti [i=hot@ihme.org] has joined #ubuntu+1 === Umbriel [n=umbriel@103.Red-213-97-69.staticIP.rima-tde.net] has left #ubuntu+1 ["Kopete] [12:00] I'm new to ubuntu and am trying to install feisty since dapper would not install but am encountering the same problem... I get past the splash screen hear a start sound and everything halts. I have a black screen but am able to ctrl-alt-fkey to other ttys [12:00] hello, is the ipod-hal (automounting ipod nano) fix in feisty beta? [12:01] whats the dev channel for fiesty? === _dwezel_ [i=Dwezek@ppp-70-224-205-79.dsl.applwi.ameritech.net] has joined #ubuntu+1 === Xemanth^ [n=xemanth@dsl-hkigw7-fe1af900-42.dhcp.inet.fi] has joined #Ubuntu+1 === hardaway [n=hardaway@24-107-64-246.dhcp.stls.mo.charter.com] has joined #ubuntu+1 [12:05] N6REJ: #ubuntu-devel but i would ask in here first === hardaway [n=hardaway@24-107-64-246.dhcp.stls.mo.charter.com] has left #ubuntu+1 ["Ex-Chat"] [12:07] when I mute the sound in windows I can't unmute it in linux [12:07] but if I mute the sound in linux then it doesn't effect windows [12:08] peter77, ive seen that before [12:08] peter77, must be Windows driver turning it off in HW [12:09] thats what I thought it was doing [12:09] also winows seems to alter the system clock on my mac [12:09] peter77, not sure if Linux supports hw sound diasble [12:09] probably depends on the drivers and sounds system you are using [12:10] ALSA just mutes the master channel [12:10] i believe [12:10] typiccal windows === peterflute [n=peter@156.Red-88-22-70.staticIP.rima-tde.net] has joined #ubuntu+1 === Arko [n=arko@201.14.121.246] has joined #Ubuntu+1 [12:13] Evening all [12:14] hi [12:14] I have a problem (still) with nvidia drivers on the latest feisty. I always get a black screenon reboot, and have to reset to "nv" by editing xorg.conf. Any ideas? [12:15] I'm having trouble installing feisty === christyxx1 [n=jaylinux@modemcable024.208-202-24.mc.videotron.ca] has joined #ubuntu+1 === Razor44 [n=kathy@ipa254.13.91.tellas.gr] has joined #ubuntu+1 [12:17] why are my feisty kernel builds coming out at over 200M? [12:17] help here? [12:17] second time it has happened. -rw-r--r-- 1 root src 215910686 2007-04-09 17:19 linux-image-2.6.20.6_rt2_i386.deb === wolki [n=wolki@client418.sg.fr.studentenwohnheim-bw.de] has joined #ubuntu+1 [12:17] peterflute: I had similar problems with nvidia and I solved adding some options to the module [12:17] using Xbuntu - cannot create icons on desktop -no right-click response === sonium [n=sonium@F97f0.f.strato-dslnet.de] has joined #ubuntu+1 [12:18] options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=33 NVreg_DeviceFileMode=0660 NVreg_SoftEDIDs=0 NVreg_Mobile=1 [12:18] Would you be able to walk me though the solution Arko? [12:18] put that line in /etc/modprobe.d/options [12:19] problem: I cannot choose a higher resolution that 1024x876, I use nvidia restricted. [12:19] thanks, I'll give it a go [12:19] when i boot i get message that home/.dmrc files is being ignored since home directory should be owned by user - how do ii change that - i tried sudo chown user:user/home/user.local and was told operand at end missing [12:19] There's still a problem with the adept updater. Its still saying it can't download the "release announcement" [12:19] good luck [12:20] answer: it was DEBUG options in the kernel causing the huge size. [12:20] Answer, err not you. ;P [12:22] christyxx1: run xfdesktop via alt+f2 [12:23] christyxx1: sudo chown -R christy:christy /home/christy [12:23] i tried that - didnt work - says operand missing === Mikelevel [n=MoVeWoRk@60.Red-80-25-210.staticIP.rima-tde.net] has joined #ubuntu+1 [12:24] you didn't type it right [12:24] you missed a space [12:24] course i did silly :)) [12:24] and you need -R === sen3 [n=sen@248.74-65-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu+1