[00:29] i have a kernel version 2.6.32-24-generic, but i need to apply a patch to 2.6.35-rc, how do i do that? [00:30] JoeMaverickSett: huh? [00:30] your running .32 but want a patch to .35 [00:31] stlsaint, i mean i need to install the .35 then apply the patch [00:31] JoeMaverickSett: you want to compile the .35 kernel? [00:31] stlsaint, the case here is my open source graphic driver cannot hibernate and the patch has to be applied to .35 [00:32] stlsaint, yup. i think so. [00:34] JoeMaverickSett: have you ever compiled anything before? [00:35] stlsaint, eh! nope. :( [00:35] alright well i suggest you start here: http://www.kernel.org/ [00:35] JoeMaverickSett: for the kernel [00:35] stlsaint, alrighty. [00:36] JoeMaverickSett: then here for kernel compiling: http://ubuntuforums.org/showthread.php?t=56835 [00:38] JoeMaverickSett: also here: http://ubuntuforums.org/showthread.php?t=43065&highlight=kernel+compilation [00:39] stlsaint, wow! i got alot to learn from. i'll take a look at those. thanks. [00:39] JoeMaverickSett: yea those are some good guides [00:40] JoeMaverickSett: they are abit way back but good for starters [00:40] stlsaint, alright. thanks for the tips. [01:24] today i'm using ircle, an irc client on my iBook G4 (PPC -- which has seen its better days go by unfortunately) [01:47] Can any1 help with permissions problem on boot? [01:47] pcw: dejavu [01:47] paultag: hey again [01:48] pcw: so what's up [01:48] I seem to lose permissions to read and write to /dev on boot randomly [01:48] oh cool :) [01:49] other symtoms include server apps not starting up [01:49] eg. apt-cacher [01:49] ssh seems to work fine though [01:49] rebooting fixed the issues [01:50] Simply the worst kinda bug i.e. repeatable but non consistent [01:50] aye [01:50] sec pcw [01:52] pcw: just a sec [01:52] sure [01:53] sup [01:54] ./stlsaint --halp | ./pcw [01:54] paultag: aye [01:55] pcw: do processes crash before your reboot that causes these permission issues? [01:56] stlsaint: did not see anything weird on dmesg [01:56] pcw: is there anything out of the ordinary in dmesh? [01:57] stlsaint: I did a diff with one with problem and one not (both from clean boot) [01:58] stlsaint: did not notice anything out of the blue [01:58] running chmod manually resolved the issue as well [01:58] chmod on what? [01:59] chmod on /dev/dsp, ..., /dev/snd/* [01:59] that will bring back whatever devices I have lost [01:59] during the boot process [01:59] what is your fstab showing? [02:00] nothing out of the ordinary [02:00] does it show all your drives needed? [02:00] standard ext4 and swap mappings [02:00] fstab command you mean? [02:00] or /etc/fstab? [02:01] yes...in /etc/fstab [02:01] only the drive mappings [02:01] one sec [02:01] I am on ubu btw [02:03] pcw: go here and run script and paste the output in pastebin [02:03] http://sourceforge.net/projects/bootinfoscript/ [02:04] stlsaint:just a sec === s_ is now known as pablo [02:09] how do i save a patch as a .txt file if a developer has offered one. from which part do i start copy/paste to save?example: http://www.mail-archive.com/dri-devel@lists.freedesktop.org/msg01446.html [02:12] stlsaint:i am trying to dup the error [02:13] kk [02:13] JoeMaverickSett: save a patch? [02:17] JoeMaverickSett: start at --- [02:17] JoeMaverickSett: so the first line: drivers/gpu/drm/radeon/radeon.h | 3 +- [02:17] copy and paste it into Gedit [02:20] duanedesign: you use screen? [02:21] yes [02:26] stlsaint:http://pastebin.com/9NdUGATD [02:27] one sec [02:28] stlsaint: dont think that gives enough info for the bug [02:30] pcw: /dev/sda3: PTTYPE="dos" [02:30] pcw: ^^ what is that? [02:30] stlsaint:win 7 swap i think [02:32] pcw: windows doesnt use swap persay [02:32] pcw: windows uses paging files [02:33] stlsaint: which is y i quantified the statement with "i think" :) [02:33] it has a random bootloader on it [02:34] yes i restored the original bootloader so virtualbox could work [02:34] by original i mean win 7 original [02:34] pcw: and you still have grub installed? [02:35] how is that?! [02:35] yes [02:35] better yet WHY is that [02:35] i run vbox with grub as bootloader [02:35] for virtualbox to work [02:35] yes me too [02:35] i think that is a problem in its own [02:35] grub is default bootloader [02:35] no it is not [02:36] tat bootloader is and will never be used [02:36] until i load the win7 with virtualbox [02:36] aye, your running vbox on windows [02:38] my vbox host is linux guest is win7 [02:38] unfortunately i had installed win7 b4 i installed vbox [02:39] so i had to reroute the vbox to the installed win7 [02:39] and to get it to work will require restoring the win7 bootloader [02:39] cant seem to find the instructions now [02:40] hrm, one sec [02:49] pcw: well im not seeing anything off the wall in the results [02:49] pcw: tbh im not sure whats causing the permissions issue [02:50] duanedesign, thanks. [02:51] stlsaint:i do not think that the script generates the correct info required [02:51] pcw: well in general i was looking for anthing particular in your partitions on where the are being booted (blikd) and fstab [02:52] pcw: but it does show what permissions those partitions have [02:52] stlsaint: you have been looking in the wrong places [02:52] i will reiterate my problem if you have time [02:53] pcw: alright [02:54] 1: random loss of permissions to read and write devices including /dev/snd/*, /dev/dvb/*, /dev/dsp [02:54] this results in loss of sound and tv [02:54] chmod a+rw manually will fix the problem [02:54] 2: server applications such as apt-cacher fails to start [02:54] curiously ssh works [02:54] JoeMaverickSett: patch tries to skip any leading garbage, apply the diff, and then skip any trailing garbage. Thus you could [02:54] feed an article or message containing a diff listing to patch, and it should work [02:55] :\ [02:55] pcw: all this happens at bootup? [02:55] 3:Problem repeatable but on a random basis [02:55] yes clean boot [02:55] reboot does not seem to have that problem [02:55] at least not that often [02:56] whats problem 3 [02:56] JoeMaverickSett: but it doesnt hurt to try and keep that stuff out [02:56] no more problem 3 [02:57] :) [02:57] duanedesign, i'm confused. anyways, i won't be doing any patching untill i learn how to compile kernel. i'll get back to you all when i do any patchings. ;) [02:58] duanedesign, got alot of things to learn. doing that step by step. hope you can later assist me in my exploration of linux and Ubuntu. =D [02:58] pcw: alright, well only thing i can think of right now is something with user permissions [02:58] JoeMaverickSett: absolutely [02:59] pcw: im assuming your in the admin group and you are "root" [02:59] duanedesign, alright. thanks. right now! reading how to compile a kernel. [03:00] duanedesign: you see those linkys i posted for joe on compiling kernel....from our very own ibuclaw :D [03:00] duanedesign: hey you have any thoughts on pcw's issue? [03:00] stlsaint: ubu users should hav access to those devices via hal or udev right? [03:00] pcw: what release are you runnign? [03:01] stlsaint: one should not need to be root to read those devices [03:01] stlsaint:lucid [03:01] pcw: what do you get from this command: cat /etc/polkit-1/localauthority.conf.d/51-ubuntu-admin.conf [03:01] should be AdminIdentities=unix-group:admin [03:02] pcw: no you dont need to be root, but like i said something in permissions is finicky [03:02] yep yep [03:02] duanedesign:it's as you said [03:03] [Configuration]\nAdminIdentities=unix-group:admin [03:04] whats in: groups [03:04] pcw adm dialout cdrom plugdev lpadmin admin sambashare [03:06] duanedesign|stlsaint: think it might be a race condition problem [03:07] otherwise it would not be this random [03:07] hmm [03:08] pcw: yea with it being random makes it kinda hard to diag [03:08] pcw: https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/477832 I havent been reading this whole thread, but does this sound like anything you are experiencing? [03:08] Ubuntu bug 477832 in update-manager (Ubuntu) (and 1 other project) "User account lost permissions after Karmic upgrade, breaking all audio (affects: 4) (heat: 22)" [Undecided,New] [03:08] also i wouldnt know how to configure udev or anything to troubleshoot [03:09] duanedesign: just a sec [03:09] 2/5 [03:14] pcw: sorry [03:18] stlsaint:no worries and thank you [03:19] duanedesign: the first part seems right but does not seem to affect the server apps or does it [03:22] duanedesign|stlsaint:Thanks for your help. Bug is still unresolved but i gtg now. [03:36] pcw can you state what was being talked about? [03:37] harrison: you can see logs of this channel and many others at irclogs.ubuntu.com I believe they are updated hourly [03:38] Thanks I was looking for that before but I couldn't remember that URL. [03:41] Does IRSSI have a feachur to turn off telling who joins and quits? [03:43] I find that anoying as When I am reading I get "soandso (soandso@soandsos.isp.net)" and it interups my reading. [03:43] /ignore * JOINS PARTS QUITS [03:43] that should do it [03:43] I will try that. [03:44] It didn't crash so thats good. [03:44] IdleOne What IRC client are you using? [03:45] xchat [03:45] have you ever used IRSSI> [03:45] *? [03:45] very little [03:45] I might try xchat see how it works. [03:46] it is a GUI client [03:47] Thats why I don't have it on my server. [03:48] indeed [03:49] I am curently SSHed into my server runing a screen session running IRSSI talking here. [03:49] That way I can swich betwean computers easly. [03:50] in that case you are using the right client [03:50] there is a #irssi [03:50] There is? [03:50] one moment [03:51] 383 nicks on there [03:53] also http://irssi.org/documentation/faq is something you may want to look at before asking questions in #irssi Not all channels have the same helpful attitude as Ubuntu channels :) [03:53] how do I join a chat room in Xchat? [03:53] /join #channel [03:53] same as with irssi [03:54] Figured [03:54] most commands are cross client [03:55] Would /ignore work to? [03:55] it does [03:55] okay! [03:56] okay that didn't work. [03:57] Gave me an error mesage [03:57] Unknown arg 'JOINS' ignored. [03:57] Unknown arg 'PARTS' ignored. [03:57] Unknown arg 'QUITS' ignored. [03:57] Usage: IGNORE [03:57] mask - host mask to ignore, eg: *!*@*.aol.com [03:57] types - types of data to ignore, one or all of: [03:57] PRIV, CHAN, NOTI, CTCP, DCC, INVI, ALL [03:57] options - NOSAVE, QUIET [03:58] thats the error. [03:59] exit [04:02] harrison: ask in #xchat [04:03] I don't know the exact command. I actually like seeing the join/parts [04:05] Goodnight [04:05] good night [04:06] harrison: in xchat you can also right click on the channel name and go to Settings > Hide Join/Part [04:06] but there is a command to make it global [04:18] help? [04:21] with [04:21] http://divajutta.com/doctormo/foo/ask-smart-questions.pdf [04:22] I just DLed some MP3s and RythymBox doesnt want to play them [04:51] Good night, I need help with my Ubuntu at boot, I installed Storage Device manager on my Ubuntu 10.4 installation to automount at boot an NTFS hardrive, then I wanted to set it back to no automount and I deleted the settings of the sda3 media, Grub works well and my xp installation, but Ubuntu won-t boot, the screen shuts down and i need to restart, any help+ [04:57] Arthur: it's quite likely as you are dual booting, that sda3 was your ubuntu [04:58] Right, I found differences between fstab and fstab.bak, so I restored with the fstab.bak but have the same issue [05:00] Phillw, sda3 apears as ntfs [05:02] and I also have UUID=3fef9346-48dc-4805-a476-6ee8fddef899 as ext4 but permissions for users,noauto [05:02] the guys over at http://ubuntuforums.org/forumdisplay.php?f=333 would be more familiar with such things. [05:02] there are so many variables that you should run the "I've got a problem" script and post the result (In code tags) on there. [05:02] http://bootinfoscript.sourceforge.net/ === pedro3005 is now known as 13WAA8E6E [05:03] sorry but where do I run the Ive got problems script? Im currenlty accesing with a live distro === 13WAA8E6E is now known as pedro3005 [05:04] Arthur, which script? [05:05] "I've got a problem" [05:06] would it be possible to use the live usb to reinstall on the same partition without messing with the grub? [12:48] morning all [12:48] lo :) [12:51] hi, can anyone here assist me with installing ubuntu 10.04 [12:51] ? [12:51] out-of-hand, what problems are you having? [12:51] thank u for ur reply [12:51] im installing ubuntu via live cd through windows [12:51] wait....livecd through windows? [12:51] when it gets to the end of the progress bar . i get a "permission denied" [12:52] it gives me a wubi log [12:52] ok...via wubi..ok [12:52] but im confused . and dont know how to fix the issue [12:52] could you post the log to http://paste.ubuntu.com for us? (provide the link it posts to) [12:52] out-of-hand: You probably need to install it as an admin user in order for it to update the boot manager. [12:52] im admin on this pc [12:53] will post it [12:53] http://paste.ubuntu.com/469780/ [12:54] sorry. i ment via Wubi :) [12:54] out-of-hand, how much free space is on the HDD you're installing to? [12:55] out-of-hand: https://bugs.launchpad.net/wubi/+bug/371264 that suggests it has problems reading the CD. [12:55] Ubuntu bug 371264 in wubi "erroneous "permission denied" on read error (affects: 5) (heat: 8)" [Undecided,Fix released] [12:56] hdd i have 50GB free [12:57] is it a CD error ? [12:57] So maybe try burning the CD at lower speed, or mount the ISO using daemontools or something like that. [12:57] geirha, not a livecd it's wubi [12:57] ill explain ... i once had it installed. i then removed it... and could never get it back on ... so i left it for a while. then eventually 10.04 was out. so i tried to install the new one [12:58] slidinghorn: But as I understood it, wubi run from the CD ... [12:58] (or is there a cd *for* wubi) [12:58] geirha, oh ok, sorry...I've never tried through wubi so I'm unfamiliar [12:58] slidinghorn: The desktop CD has a wubi.exe on it. [12:58] ah [12:58] hmmmm... i dont think its the cd... i did burn it at a slow speed .. [12:59] it works as a live cd... when i boot up computer into ubuntu... [12:59] its through windows i seem to have this issue [12:59] out-of-hand: Try booting the CD, hit shift when it starts booting to get a menu, then choose to check cd for defects. [13:00] ok [13:00] (It is shift isn't it?) [13:00] Or possibly any key. It's when you see a purple screen with a keyboard=person logo at the bottom [13:01] if it not that ? [13:01] out-of-hand, after doing that, you may want to try installing from the .exe as opposed to the disk: http://www.ubuntu.com/desktop/get-ubuntu/windows-installer [13:01] geirha, shift is for the grub menu if that's what you're going for [13:01] checking ur link now [13:03] trying again [13:05] will they eventually get a sync program to sync ur nokia phone numbers to pc ? [13:05] ubuntu * [13:06] out-of-hand, not sure what you mean (then again, I have no cell phone, haha) [13:06] i hate windows... been stressing with this alot .. and been getting ubuntu introduced in south africa... [13:06] the creator of Ubuntu is from South Africa :) [13:07] hmmmm... same error... as i get to end of installation ... comes up with permission denied [13:07] yeah i know :) ubuntu rocks ... [13:07] :( [13:08] out-of-hand, ok...looking for more solutions... [13:08] out-of-hand: Do you have a program to mount iso as a virtual cd in windows? [13:08] i remember last year, when i had the previous ubuntu... i deleted it through add and remove programs ... and since then ... had issues to re install [13:09] I'm guessing wubi.exe detected the ubuntu CD in the drive and used that instead of grabbing the iso off the net. [13:09] i will quickly download a virtual mount program [13:09] out-of-hand, here's a post about one: http://www.uluga.ubuntuforums.org/showpost.php?p=9070762&postcount=13 [13:10] out-of-hand, check post #16 on that page too [13:11] thanks seems to have relevance to my issue [13:11] brb [13:13] out-of-hand, well, I could always point you to a post about how to use Evolution ;-) haha [13:13] ok ... trying with ubuntu 9.10 iso [13:13] its the only iso i have on this work pc [13:13] Evolution [13:13] ? [13:13] Evolution is the default email client on ubuntu [13:14] similar to Thunderbird (or, a little less, Outlook) [13:14] vice versa^^ [13:14] i was wondering if it was that .... cant get this new version of ubuntu to work :( i did see they took of pidgin and added Evolution [13:14] well they replaced pidgin with empathy -- maybe that's what you're thinking of? [13:15] damn i think u are right.... must be something on the CD i made ... thank u for that :) the 9.10 installed 100% [13:15] evolution's been with Ubuntu for quite a while [13:15] out-of-hand, excellent! [13:15] empathy .. [13:15] oh... haha ... lovely ... im falling behind [13:16] out-of-hand, the main reason I started using linux was to learn...love learning new things -- that's what linux is all about :) [13:16] can one still play games ... wine ? or other software for it ? [13:16] some of them [13:16] you'll have to check compatibility through wine's AppDB http://appdb.winehq.org [13:16] yeah ... i like Linux to ... i started with Suse... was ok .. bat 8 years back ... [13:16] then knoppix... [13:17] now ubuntu cought my attention [13:17] * slidinghorn started with ubuntu -- back when it was Dapper :) [13:17] awsome ... so how did u learn the command lines ? [13:17] the grub [13:17] etc [13:18] actually no...i had hardy first...and installed dapper on another machine [13:18] that's what it was [13:18] brb [13:18] out-of-hand, just practiced...tried to stay away from GUI programs when I could -- also had some experience w/ unix commands from having a VPS [13:19] plus, I read a lot -- spend a *lot* of my free time reading articles online and just trying to learn all I can :) [13:28] awsome... i got too much free time .. will look into it ... [13:28] also another thing [13:28] ok [13:28] can one save repository (updates ) on a cd and update via a cd like before (for those pc without internet access) [13:29] !aptoncd [13:29] APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via apt-get or aptitude, creating a removable repository that you can use on other computers - See also !offline [13:29] check that out ^^ [13:29] oh...no link -- let me find you something [13:29] lol [13:29] thanks [13:29] https://help.ubuntu.com/community/APTonCD [13:30] happy to help [13:31] I'll be back in a bit, going to McDonald's to satisfy my sweet tea addiction and head to the office. Should be back in here by 10 :) [13:31] cheerio! [13:31] *it's 8:30 here now -- for those outside of EST, lol [13:31] thank you again and again [13:32] any time....that's what we're here for :) [13:32] be back soon [13:32] sweet :) [13:32] ciao === prabs is now known as Mohan_chml === bgs000 is now known as bgs100 [15:14] OMG BGS100 [15:14] hai [15:15] (: how are ya bgs100 ? [15:15] Alright, sad that summer's nearly over... you? [15:16] I am outta town. I think I ll go home tonight (: [15:17] Well, as extremely cliched by hundreds of movies, "there's no place like it" :P [15:21] :o [15:30] hiya hobgoblin [15:31] o/ [15:32] hows life hobgoblin ? [15:33] pretty good ty Mohan_chml - you too I trust [15:34] Yeah. Going on well. I am outta town for the past three days. Hope tonight I ll get back (: [15:34] :) [15:34] where are the kids? [15:35] she is at here mum's [15:35] the other 2 are older ... [15:35] okies [18:43] i have a simple script that mounts network shares, how do i pipe the (sometimes error) output to a file, an appending file [18:44] >> is not working [18:44] not appending [18:44] tried a couple other things too [18:46] i only get the last line of the last command in the file [18:48] hmm nevermind maybe i got it [18:48] i was using >> file.txt instead of >>file.txt [18:53] BGL-[a]: add 2>&1 [18:53] so command 2>&1 >> file.txt [18:53] that way you will also catch the errors and exceptions [18:54] 2>&1 >> file.txt but not 2>&1 >>file.txt ? [18:55] the space seems to make a diff [18:55] just askin [18:55] i'll give it a whirl [18:55] it shouldn't [18:55] spaces don't matter. [18:57] ok that seems to work [18:58] thx [19:06] pleasure [19:48] okay I have a serious problem...Everytime I boot totem comes up trying to play a file on the network to which it no longer has access. so it spams errors until I either kill it connect to the network share or crash. [19:49] I did a purge and reinstall after reboot but the problem persists [19:49] now flash videos no longer work aswell [20:17] I would like to disable hibernation in Lucid. This used to be a simple gconf key but due to Bug #432598 I have to do "mv /usr/sbin/pm-hibernate /usr/sbin/pm-hibernate.disabled;ln -sv /usr/sbin/pm-hibernate /bin/false;dpkg-divert --package pm-utils --divert /usr/sbin/pm-hibernate --rename /usr/sbin/pm-hibernate.disabled". Does anyone have a simpler way? [20:17] Launchpad bug 432598 in upower (Ubuntu Karmic) (and 14 other projects) "Do not show suspend/hiberate related UI if suspend is disabled in polkit (affects: 49) (dups: 3) (heat: 218)" [Medium,Won't fix] https://launchpad.net/bugs/432598 [20:21] How do I modify the automount system in ubuntu 10.04 to mount usb sticks so that the current user has permission... right now its mounting them as /media/usb with chown of root:root [20:26] How do I modify the automount system in ubuntu 10.04 to mount usb sticks so that the current user has permission... right now its mounting them as /media/usb with chown of root:root [20:27] cosmosis, might want to take a look at this thread: http://www.linuxquestions.org/questions/ubuntu-63/automount-permissions-for-external-usb-hhd-555022/ [20:27] thanks looking thru [20:30] ok so here is the thing.... [20:31] the article you referenced is nov 2009 so they were probably using ubuntu 9. [20:31] so they mention checking some keys with gconf-editor [20:31] and gconftool [20:31] those keys dont exisit at all [20:31] its like storage is being managed by something else (probably fuse [20:34] unfortunately I'm not on an Ubuntu system right now & won't be until after 5pm EST...If you're still around then and haven't gotten your issue fixed, I'll see what I can find out for you [20:35] thanks [20:35] looking into it here too... [20:35] cosmosis: fuse would not handle a usb drive [20:35] cosmosis: fuse == filesystem in userspace ( a program ) :) [20:35] any idea what is responsible for automounting usb sticks? [20:36] cosmosis: sure do. HAL, and one other thing [20:36] cosmosis: sec, let me check init, it's in there [20:37] udev [20:37] that's it [20:37] cosmosis: it's managed by udev [20:37] Paul: ok not sure if you caught my initial question but the thing we are working on is that when a usb stick is pluged in it gets automounted in /media/usb0 and its owned by root:root instead of the active user [20:37] cosmosis: ahh, cool [20:37] cosmosis: sec, give me a sec to research [20:38] so I am trying to figure out a way to get it owned by the active user or to get the rights for the directory to be 666 so I can write to the stick [20:38] :O [20:38] 666 == devil [20:38] ;) [20:38] almost the worst perms you can have [20:38] 777 is a tad worse [20:38] I mean I can sudo and chmod but it gets annoying to do it over and over again [20:38] yes, of coruse [20:38] course [20:39] cosmosis: I did something with udev this morning, let me pull up the line i added to udev.d [20:39] SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0c01", MODE="0666", OWNER="tag" [20:39] cosmosis: that's for my android. Might help apply here [20:39] cosmosis: just `lsusb` to get the idProduce and idVendor [20:39] whole bunch of these on the forums it seems [20:39] cosmosis: then add that to /etc/udev/rules.d [20:39] hobgoblin: oh? [20:39] heyya hobgoblin :) [20:39] well my preference would be 700 but the only way to do it would be to get the drive mounted so its owned by my account [20:40] cosmosis: jst use that line I sent and add salt to taste [20:40] ok so I want to poke around in /etc/udev/rules.d and add a line for each USB drive [20:40] cool thank you paul.. that gives me a good place to start [20:40] cosmosis: it's tough to get wrong. Just add in a 11-cosmosis-usb [20:40] cosmosis: sure thing. That can just go in a file in the rules.d [20:40] cosmosis: that should work :) [20:42] so hobgoblin, how's tricks? [20:43] hi paultag [20:44] hobgoblin: have you seen my netbook? [20:44] paultag: people were removing hal [20:44] hobgoblin: Oh? [20:44] no - have you lost it? [20:44] hobgoblin: why would someone do that? [20:44] :) [20:44] hobgoblin: haha, I made "Forkbomb Linux mod" [20:44] hobgoblin: sec, let me screenshot [20:45] I wondered that myself [20:45] oh and do you know you are mia again [20:45] hobgoblin: http://imgur.com/5FktT.png [20:45] hobgoblin: Ach, crap! [20:45] hobgoblin: I need to fix my irssi [20:45] :) [20:45] hobgoblin: that is debian squeeze hacked apart [20:45] * hobgoblin hates irrsi [20:46] BAH! [20:46] nice one :) [20:46] though I find conky and it's ilk fairly pointless [20:47] Bah! [20:47] I love it [20:48] geek# [20:48] :) [20:48] paultag: like the background [20:48] all I need is a ship and a star to sail by [20:48] thanks drubin [20:48] drubin: I did that :) [20:49] paultag: yes I am sure [20:49] drubin: it was booted in 81 MiB of RAM [20:49] drubin: but now it's up to about 300 [20:50] do I need to restart udev after creating a new file in the rules.d directory? [20:50] can't hurt [20:51] cosmosis: nosir, just unplug and replug the device [20:51] but it can't hurt :) [20:51] <3 drubin [20:51] paultag: that was my nieve answer [20:51] mostly because never know what I am talking about. [20:51] drubin: I was playing with udev this morning [20:51] that [20:51] that's the only reason [20:51] darn keyboard [20:51] 'tis a poor craftsman that blames his tools [20:52] paultag: Lucky my brain is on the fritz [20:52] drubin: mm [20:52] hmmmm I must have gotten something wrong [20:53] cosmosis: what's your line look like? [20:53] UBSYSTEMS=="usb", ATTRS{idVendor}=="0fca", ATTRS{idProduct}=="8004", MODE="0666", OWNER="cosmosis" [20:54] lsusb reports the device as Bus 002 Device 008: ID 0fca:8004 Research In Motion, Ltd. [20:54] cosmosis: what's the output of lsusb | grep 0fca [20:54] OK [20:54] Oh, it's a blackberry [20:54] yeah... I need to be able to dump pod casts into the 8 gig media card in it [20:55] cosmosis: humm [20:55] but really it doesnt matter what device I plug in.. my regular usb sticks get mounted as root:root 755 [20:56] cosmosis: and you can't play in the /media dir? [20:56] Oh I wonder [20:56] what do you mean play? [20:56] I wonder if it's just making the /dev/ device that permission [20:56] that might be [20:56] cosmosis: can you ls -l /dev/sd* [20:56] cosmosis: and paste the blackberry's line [20:57] or the whole thing [20:57] don't matter much, I can figure it out ;) [20:57] well it gets 3 lines because of how its got partitions [20:57] brw-rw-rw- 1 cosmosis disk 8, 48 2010-07-27 15:52 /dev/sdd [20:57] brw-rw-rw- 1 cosmosis disk 8, 49 2010-07-27 15:52 /dev/sdd1 [20:57] brw-rw-rw- 1 cosmosis disk 8, 64 2010-07-27 15:52 /dev/sde [20:57] Ahha!! [20:57] thought so [20:57] cosmosis: crap, it just changed the /dev/ to your user account [20:58] to its credit it did honor the 666 on the dev :P [20:58] cosmosis: yessir :) [20:59] but the problem is that the dev when its mounted is back to root:root [20:59] aye [20:59] yeah [20:59] media directory looks like this [20:59] hey hobgoblin [20:59] rwxr-xr-x 11 root root 4096 2010-07-27 13:35 . [20:59] drwxr-xr-x 23 root root 4096 2010-07-11 11:43 .. [20:59] drwxr-xr-x 2 root root 4096 2010-07-14 23:04 bb [20:59] -rw------- 1 root root 0 2010-07-27 13:35 .hal-mtab-lock [20:59] lrwxrwxrwx 1 root root 4 2010-07-14 23:07 usb -> usb0 [20:59] drwxr-xr-x 5 root root 32768 1969-12-31 19:00 usb0 [20:59] drwxr-xr-x 9 root root 16384 1969-12-31 19:00 usb1 [20:59] paultag: yep [21:00] hobgoblin: what auto mounts dev blocks to /media? [21:00] hobgoblin: is that hal ? [21:00] not sure it does in lucid anymore [21:00] hobgoblin: it does [21:00] hobgoblin: but it's either a GNOME thing or HAL [21:01] and I can't remember what [21:01] perhaps GNOME talks to HAL over dbus [21:01] I can't remember [21:01] mmmm - well I can remove hall without ubuntu-desktop going [21:01] that could be a pkg issue [21:01] and I think dbus can handle that with grace [21:02] cosmosis: might want to look into HAL rules [21:02] in fact I think it turned up here when I installed some filemanager [21:02] where are hal rules stored? [21:02] hummm [21:02] hobgoblin: that could be [21:02] cosmosis: I'm not sure [21:02] paultag: xubuntu pulled it in [21:03] hurmm [21:03] hmm what I am reading says 10.04 droped hal for udev.... [21:04] what is .gvfs-fuse-saemon? [21:04] humm [21:04] paultag: not sure if they went backwards - but at one point hal went [21:04] err daemon [21:05] because whenever I plug in a usb stick... it comes up in mount just before the media mounts [21:05] but goes away when a usb stick isnt in [21:06] paultag: http://ubuntuforums.org/showpost.php?p=8906905&postcount=11 [21:06] so it'd appear it's there if needed [21:06] thanks hobgoblin [21:06] hummmm [21:11] paultag: all sorts of strange things I'm finding - removing hal removing usbmount problems with floppies conflicting [21:11] hurmm [21:11] :) [21:13] wow [21:13] I think I might have it [21:14] ok so I removed the blackberry [21:14] then I deleted all the mount points it created under /media [21:14] plugged the device in.. and since it didnt have the old mount points I guess it created a new mount point under media using the rights from the udev rule [21:15] but its kind of odd... I only have one device instead of two.. so I think I am only looking at the internal storage of the blackberrry and not its flash sd [21:15] but its still an improvement [21:16] I find it odd though that this hasnt been a big issue in 10.04 and fixed [21:18] cosmosis: are you fully updated? [21:19] I run update manager every morning [21:19] so I am updated to currently within like 4 hours ago [21:19] err to current [21:20] k [21:21] ok its working now [21:21] so here is the thing I figured out [21:21] once you create the rule for the device in udev [21:22] you must delete the old mount point in /media [21:22] or it will continue to remount to the old mount point with the old permissions [21:23] Thank you so much hobgoblin and paultag [21:23] I have been searching around using google all morning but I didnt know where to start... getting me pointed toward udev was the push I needed [21:30] later hobo [21:31] Ach! [21:32] nhandler: [21:46] paultag: Blame the servers/sponsors ;) [21:46] nhandler: 'tis a poor craftsman that blames his tools [21:47] :P [21:55] OK, everyone, I'm a new Ubuntu user who made the mistake of attempting to install the operating system to a USB key from another USB key. [21:55] Now I'm stuck having to use a GNOME-based multi-boot menu every time I want to run Windows 7. [21:59] I'd like to remove the GNOME-based multi-boot menu so that I can at least re-install Ubuntu on a seperate computer where I can mess around with it without running the risk of messing things up. [22:00] Hello? Is anyone here? [22:43] hi all ... i hope someone can help me with my installation of ubuntu 10.04 [22:44] hello ? [22:55] Out-Of-Hand, what seems to be the problem? [23:16] anyone here booted ubuntu over a network? [23:17] hay ... sorry [23:17] been checking my iso md5sum of my ubuntu i downloaded [23:17] its 100% [23:18] problem im having when i install it through windows .. it goes 100% then askes to reboot so it can install [23:18] when it gets to the option of windoze or ubuntu... i choose ubuntu... it counts down 5-1 then when it get to 0 .... it freezes [23:19] when i reboot... i select the Shift key when it counts down , and i choose safe graphics mode ... it gets to a point and freezes ., i have a photo of what it stops at ... can someone assist me please [23:23] Out-Of-Hand, post the photo here: http://tinyurl.com/imagebin [23:23] harrison -- I've done netinstalls -- not with ubuntu, but debian...you having problems/ [23:25] ok uploading [23:25] d044a2a0c8103fc3e5b7e18b0f7de1c8 [23:25] sorry that was not the link [23:25] http://imagebin.org/107039 [23:26] yes I am fixing a friends laptop and it doesn't want to boot cds [23:27] harrison, any way to boot from USB? [23:27] Out-Of-Hand, I'm looking into that... [23:28] thanks [23:28] Might be, it's from 2002 when usb boot was first comming around. [23:33] any idea? [23:34] Out-Of-Hand, not yet -- still digging :) [23:40] Out-Of-Hand, not finding anything that has solutions...from the error msg I'm assuming you're booting from a USB? [23:41] no ... i used the iso... i used a magic iso virtual drive [23:41] to install through windows... then when pc wants to reboot ... it comes up with the issue ... hangs ... or safe graphics it freezes there [23:42] slidinghorn ... was i not chatting to u earlier today ? [23:42] Out-Of-Hand, yeah, this morning -- magic iso is on your windows system right? [23:42] i managed to install it on my work pc... thanks .. but at home .. this foxconn crap MB is crap ... [23:42] yeah [23:43] but this pc ... i had a issue ... [23:44] well I'm thinking the issue is that it's trying to boot off some type of live environment (i.e. cd or usb) that doesn't exist -- and it would have to access magic iso *on* your windows installation during boot, which I have no idea how it would manage to do... [23:44] when i installed ubuntu first time ... it worked well... i then needed to install windows... so i formatted the 500GB and installed windows ... when it gets to stupid... searching for drivers and devics hardward blue screen it stops at 34 min to complete windows xp install ... [23:45] bare with me please ... :) [23:45] what I'm not getting (and maybe it's just that I don't know anything about wubi), is that I didn't think wubi set up dual-boots [23:45] sop i had to bopot with F10 and go to the drivers and delete CPU.INF file [23:46] so ... they windows installs . after that ... i could not install ubuntu ... could it be something about the foxconn ?mother board [23:46] how would u suggest ... duel boot .? get a program to make a duel boot ? [23:47] scrap windows completely and just install ubuntu ... and install windows in a virtualbox maybe ? [23:47] Out-Of-Hand, well that's where I'm getting confused...you said when you booted up the machine, it asked you whether to boot windows or ubuntu [23:47] which sounds like a dual-boot [23:48] but, as I said (and I could very well be wrong), I didn't think wubi set up dual-boots [23:48] i dunno ... earlier .. i tried what u suggested ... i used the iso in a virtual mount software [23:48] although it was 9.04 [23:49] it seems that... its installs ... and when the pc re-boots to finalize installation ... it uses what was installed on hdd... not the windows virtual mount anymore... [23:49] so it worked at the office after we found it to be a defect iso cd i made [23:50] i check when i got home the md5sum is correct and i tried install again as i did at office [23:51] what's the name of the iso file? [23:51] hold on [23:52] ubuntu-10.04-desktop-i386.iso [23:53] ok, so it's not wubi -- there goes *some* of my confusion [23:54] with that .iso, you should be able to burn to disk and boot off of that disk. From there you test out the live environment to make sure things work & proceed with the install [23:56] ok .. i dunno ... starting to get fed up ... its 1 am ... so ill try burn to cd ... and boot off live cd ... [23:56] 1 last thing ... [23:56] sure :) [23:56] if i install it from the live cd [23:56] can it create a partition and install on that section ? [23:57] without me loosing my windozzzzze crap ( haha) i hate windows [23:57] yes...it will give you the options during the install process. let me find a good link on setting up the partitions [23:57] do u use winsows at all ? [23:58] Out-Of-Hand, all of my systems are dual-booted with some form of ubuntu & windows xp. need windows for a couple programs that don't run that well in wine [23:59] yeah picked that up too [23:59] did u install windows then duel boot from a cd (ubuntu)