/srv/irclogs.ubuntu.com/2010/08/29/#ubuntu-beginners.txt

inspectorgI have searched the forums and google, and I am learning a lot, but I don't know enough yet to solve this problem.00:00
aveilleuxinspectorg: Ubuntu doesn't use runlevels00:00
inspectorgI thougth it started at run level 1 or 0 and changed to 2 or 3 when gdm started.00:01
inspectorgDo any of the experts have voice capability to communicate?00:02
aveilleuxinspectorg: Well, runlevel 0 in the Linux kernel is System Halt00:03
aveilleuxinspectorg: But I believe Ubuntu runs fully in runlevel 2 (multi-user mode)00:03
aveilleuxinspectorg: I mean runlevel 7 (tty7)00:04
aveilleuxinspectorg: Ubuntu doesn't use runlevels in the Red Hat/SuSE sense... its runlevels can be defined as "modes" with 0 being Halt, 1 being single-user (recovery) mode, 2-6 multi-user mode, and 7 being multi-user graphical mode00:05
inspectorgSo you are saying that run levels are not my problem, since /etc/rc.local is run by all the run levels, right?00:05
aveilleuxinspectorg: It's not a permission issue. /etc/rc.local is run as root.00:05
inspectorgOkay so why doesn't xbmc start with a command in /etc/rc.local?00:06
aveilleuxinspectorg: Your service command is incorrect. The command should be "/etc/init.d/lirc start"00:06
inspectorgIt starts from a terminal command line with "xbmc" or "exec xbmc"00:07
aveilleuxinspectorg: Oops, read the wrong command. Also, the correct file is /etc/init.d/rc.local, not /etc/rc.local00:09
inspectorghave I lost connection?00:10
aveilleuxinspectorg: No00:11
inspectorgOk Isn't /etc/init.d/lirc start interchangeable with service lirc start?00:11
aveilleuxinspectorg: Yes, I already said that I misread the question00:12
aveilleuxinspectorg: Can you pastebin ( http://pastebin.ubuntu.com ) the output of the following command: ls -l /etc/init.d/rc.local /etc/rc.local00:12
inspectorgOkay, I will try /etc/init.d/rc.local, but what do I enter to start xbmc?00:13
aveilleuxinspectorg: Are you lagging?00:14
inspectorgwhat does lagging mean?00:14
aveilleuxinspectorg: It means I think that you are recieving my questions much later than I am asking them. To answer my own question: No, you are not lagging. Please read my instructions and answer my questions so I can try and help you solve the problem faster00:15
inspectorgGive me a few minutes to try your command. Thanks for the help.00:15
inspectorgHere is what I get: john@john-desktop:~$ ls -l /etc/init.d/rc.local /etc/rc.local -rwxr-xr-x 1 root root 801 2009-09-07 14:58 /etc/init.d/rc.local -rwxr-xr-x 1 root root 306 2010-04-29 08:18 /etc/rc.local00:16
aveilleuxinspectorg: When I ask for a "pastebin", I mean I want you to post the output at http://pastebin.ubuntu.com/ and give the link to me, so we can avoid long strings of Terminal output00:17
aveilleuxinspectorg: Okay, so there's no permission issue with either file. Can you pastebin the output of "cat /etc/rc.local" ?00:18
inspectorgOkay I will try that also.00:19
inspectorgI am sorry, I just realized that I am not on the computer with the problem. I will sign off here and try from there. I am embarrassed.00:21
aveilleuxinspectorg: Don't worry, it happens to everyone ;-) See you soon00:21
inspectorg_Okay I am back. Is avielleux still there?00:30
aveilleuxinspectorg_: Indeed00:31
inspectorg_Could you please give me the directions again.  Thanks for your patience.00:32
inspectorg_By the way, how to you include my name each time. I would think you are not typing it in.00:33
aveilleuxaveilleux: Pastebin (http://pastebin.ubuntu.com/ ) the results of ls -l /etc/init.d/rc.local /etc/rc.local00:33
tenachaveilleux, tab fail?00:33
aveilleuxinspectorg_: Actually, I am typing it every time. My client's tab-completion is broken.00:33
aveilleuxtenach: No, just a fail on my part ;-)00:33
tenachaveilleux, :D I'm not the only one who manually types AND still fails at it :D00:34
* tenach quits butting in.00:34
aveilleuxinspectorg_: Pastebin (http://pastebin.ubuntu.com/ ) the results of ls -l /etc/init.d/rc.local /etc/rc.local (mistyped the first time)00:34
inspectorg_aveilleux, I posted it in pastebin with my nick name (inspectorg).00:39
aveilleuxinspectorg_: can you give me the URL?00:39
inspectorg_aveilleux  Here is the url http://pastebin.ubuntu.com/485192/00:40
aveilleuxinspectorg_: Okay, so that's fine. Can you pastebin the output of cat /etc/rc.local now?00:41
inspectorg_aveilleux It is in http://pastebin.ubuntu.com/485194/00:43
inspectorg_aveilleux:  Where is the client's tab.  I don' t see it on my terminal.00:44
aveilleuxinspectorg_: I *just* figured out the problem. XBMC is a media center interface, correct? Well, /etc/rc.local is run *before* login, not after, meaning XBMC would not display if run through /etc/rc.local00:45
inspectorg_Aveilleux: Great.  So what do I do, instead?00:47
aveilleuxinspectorg_: You still have the Ubuntu Desktop system, right? Go to System > Preferences > Sessions; under "Startup Programs" add a new entry with "exec xbmc-standalone" as its command00:47
aveilleuxinspectorg_: That should run that command in tty7 (your graphical login session) and boot XBMC right when you log on.00:47
inspectorg_aveilleux:  I have done that and it starts XBMC fine, but my remote doesn't work.  I think you joined the session after I had described the problem in full, Let me tell you more.00:48
inspectorg_aveilleux:  I need to run sevice lirc start before XBMC starts. So I tried to do that with the /etc/rc.local.00:49
aveilleuxinspectorg_: Oh, so.... when you restart lirc (after XBMC has already started) the remote works fine00:50
inspectorg_What runs before logon in and before xbmc starts automaticly?00:50
inspectorg_No, when I start lirc before xbmc it works fine.00:51
aveilleuxinspectorg_: Okay. I think I know a solution. Give me a moment to write a script for you00:51
inspectorg_Any idea why I have to restart or start lirc?  When I restart it it stops it and then starts it. So I would think it is running. when i start xbmc?\00:53
aveilleuxinspectorg_: Can you run service lirc restart without sudo? (I assume not, but it's worth a shot)00:53
inspectorg_I think I can, I will try it.00:53
inspectorg_Aveilliex: No you are right, I need sudo.00:54
aveilleuxinspectorg_: I can't think of anything that you're doing wrong, /etc/rc.local should be correct...00:59
aveilleuxinspectorg_: I have a workaround, but it seems kludgy (ie. not perfect)00:59
inspectorg_aveilleux:  I thought had it right when you said that /etc/rc.local was run before login, therefore the xbmc command would not be recognized, since it is not system command.  Would a location help?01:01
aveilleuxinspectorg_: xbmc should not be run in rc.local. That part is incorrect.01:01
inspectorg_Aveilleux: At this point I will try anything.  I am embassed to tell you how much time I have spent on this.But it has been a learning experience.01:02
aveilleuxinspectorg_: I'm throwing together a quick script, let me test it on my system01:04
inspectorg_Aveilleux: I started with Ubuntu a couple of weeks ago and I has consumed me. My wife is definitely not happy. I am very used to windows.01:04
inspectorg_Aveilleux: I appreciate your help.01:05
aveilleuxinspectorg_: Okay. Open up text editor for me please, and paste this into it: http://pastebin.ubuntu.com/485203/01:07
aveilleuxinspectorg_: Then save it as "xbmc.sh" in your Home folder01:08
aveilleuxinspectorg_: Let me know when you've done that01:08
inspectorg_aveilleux: Okay, done.01:10
aveilleuxinspectorg_: Okay. Close the text editor and open up Terminal.01:11
inspectorgaveilleux: done01:11
aveilleuxinspectorg_: type "chmod +x xbmc.sh && sudo mv xbmc.sh /usr/bin/" without the quotes and hit Enter. You'll be prompted for your password.01:12
inspectorgaveilleux:okay01:13
aveilleuxinspectorg: Real quick: What version of Ubuntu are you using?01:14
inspectorg_10.401:14
aveilleuxinspectorg: Okay. Now, tell me what happens when you enter the command "xbmc.sh"01:16
inspectorg_aveilleux: I says no such file or directory.01:18
aveilleuxinspectorg_: Are you on the correct system? I see you going back and forth between usernames01:18
inspectorg_yes, I am on the corect system, it say john@john-desktop:~$ xbmc.sh /usr/bin/xbmc.sh: line 1: http://pastebin.ubuntu.com/485203/: No such file or directory01:19
aveilleuxinspectorg: Oh, noo no no :-P Type "gedit /usr/bin/xbmc.sh" for me. It'll open the script on text editor01:21
aveilleuxinspectorg: Go the the URL in the file in a web browser (Firefox or whatever)01:22
aveilleuxinspectorg: Then delete the contents and replace them with what I put into that pastebin01:22
aveilleuxon -> in01:22
inspectorg_okay01:24
aveilleuxinspectorg_: Then save the file, and try that command again01:26
inspectorg_I am having trouble navigating windows, so it will be a little longer, I am working on it.01:29
aveilleuxinspectorg_: I have no idea what you mean by that01:29
inspectorg_Okay, it is done. I wil try to execute it.01:33
inspectorgaveilleux: I am on another system now.  The xbmc.sh command started lirc and entered xbmc, the remote worked, but I tried to exit and it hung.01:36
aveilleuxHm....01:37
aveilleuxinspectorg: what is the difference between "exec xbmc-standalone" and "start xbmc"?01:38
inspectorgAveilleux: no mouse, no remote, nada.  Should I restart or try ctl-alt-f1?01:38
aveilleuxinspectorg: Yeah try ctrl+alt+f1... I can walk you through killing processes by command-line01:38
inspectorgI don't think it matters.  Both have worked, but xbmc-standalone seemed to start faster.01:39
aveilleuxinspectorg: Oh, clear your /etc/rc.local file. It should look like this: http://pastebin.ubuntu.com/485210/01:41
inspectorgOkay, my system is back by restarting gdm, Yes I forgot I stlll had that stuff in rc.local01:43
inspectorgaveilleux:  YES, YES, YES. It worked. THANK YOU.01:46
aveilleuxinspectorg: You're welcome01:46
inspectorgTell me what we did and how the stuff in rc.local hurt please.01:46
inspectorgso I assume I now put the xbmc.sh command in the startup applications, right?01:47
aveilleuxinspectorg: I honestly have no idea. I think it may have been a resource conflict (root tried to access files and locked them [while executing rc.local] then user couldn't access them)01:47
aveilleuxinspectorg: Yes, put xbmc.sh into startup applications01:48
aveilleuxinspectorg: It'll ask you for your password twice (once to login, once directly after login), which is why it's a kind of nongraceful solution, but it works.01:48
inspectorgso it looks like the script starts lirc and then executes xbmc.  What does the gksudo do?01:49
aveilleuxinspectorg: gksudo is the graphical version of sudo. Since startup applications run in the background, I had to invoke gksudo so it wouldn't just hang in the background, waiting for input that would never arrive (sudo is nongraphical)01:50
inspectorgAnd I also assume the chmod command made it executible?01:50
aveilleuxinspectorg: Yes. chmod +x makes a text file (or other binary) executable.01:51
mcwArr me harties!!!!01:51
inspectorgAveilleux:  Thanks again, I am going to sign of and celebrate with some dinner.01:52
aveilleuxinspectorg: have fun :D01:52
mcwbeen a while01:52
mcwHows everbody tonight??01:53
mcwGreat good to hear lol01:55
inspectorgaveilleux:  Are you still there.  I spoke too soon.  When I restarted, I needed to enter a password prompt for lirc. How do I get arounc that?02:00
aveilleuxinspectorg: That's what I meant. gksudo is that password prompt. I don't know of any way around it besides disabling password protection on sudo entirely02:01
inspectorgHow do I do that? That would be fine.02:02
inspectorgCan't I execute as the administrator with out a password?02:03
inspectorgI guess I would still have to enter a password to become root.02:03
aveilleuxinspectorg: run sudo -k real quick (to kill your last sudo session)02:04
inspectorgOkay, but I had previouly ran gedit to look at the xbmc.sh02:05
inspectorgWhy the sudo -k? What is your concern?02:06
aveilleuxinspectorg: We'll be editing the sudoers file in a second, and I don't want anything interfering with it.02:07
aveilleuxinspectorg: Run the command sudo visudo, and select "nano" as the editor02:08
inspectorgIs security an issue on Ubuntu with all the scripts flying around?02:08
aveilleuxinspectorg: Always!02:08
aveilleuxinspectorg: I should say: rather than not worrying about security on a secure system (Linux), one should always be aware of the dangers02:08
aveilleuxinspectorg: Not that security is a major problem; on the contrary, Linux's security is extremely simple and extremely effective. But just in case, you know?02:09
inspectorgit says that it needs to be run as root, I will do a sudo -s ## okay?02:09
aveilleuxinspectorg: sudo visudo should run visudo as root. Did you forget sudo?02:09
inspectorgyes02:10
aveilleuxinspectorg: Okay, so is the file open in nano?02:11
aveilleuxinspectorg: Note that nano is command-line based, so your mouse will not work in nano. You'll have to use the arrow keys to navigate.02:11
inspectorgokay  it is open02:12
aveilleuxinspectorg: Now navigate to the last line (should start with "%admin") and change it so it looks like this: %admin ALL=NOPASSWD: ALL02:13
inspectorgI guess I was in originally but saw the message to run as root, so I went back. Anyhow I am there.02:13
inspectorgshould NOPASSWD be in quotes?02:14
inspectorgI mean parentheses02:15
aveilleuxinspectorg: Not that I know of, let me check my sudoers file real quick02:16
inspectorgI only say that because what I was replacing ALL was in ( ).02:17
aveilleuxinspectorg: WAIT no don't do that02:18
aveilleuxinspectorg: The guide I was looking at was old02:19
aveilleuxinspectorg: Instead uncomment (delete the #) on the line that starts with %sudo02:19
inspectorgAveilleux: there is no line with a # in front of %sudo02:21
aveilleuxinspectorg: Wait no no no, I'm so very confused right now. Just replace the line like I said before. No parenthesis.02:22
inspectorgIt says %sudo ALL=(ALL) ALL02:22
aveilleuxinspectorg: Make the %admin line say %admin ALL=NOPASSWD: ALL (exactly)02:22
inspectorgOkay.  Should I save it?02:23
inspectorgThat is what it says.02:23
aveilleuxinspectorg: Yes. Hit Ctrl+O to save it, then ctrl+x to exit02:23
inspectorgOkay, shall I restart?02:24
aveilleuxinspectorg: Yeah, give it a shot02:27
geirhaRestart? For a suodoers change?02:28
aveilleuxgeirha: He's testing a startup script.02:28
geirhaShould be enough to just log out and back in then02:29
aveilleuxgeirha: logging out then logging back in doesn't rerun /etc/rc.local (I want to see if some changes stuck)02:29
inspectorgIt was very weird, I got a black screen with a mouse cursor like in XBMC, then the gdm desktop and then it went to XBMC.02:30
aveilleuxinspectorg: /etc/rc.local should be blanked, right?02:30
geirhaaveilleux: But rc.local is run as root, and the root user does not need to use a password when using sudo02:30
aveilleuxgeirha: We're working on several problems at once. Sudoers happens to be the latest. Don't worry about it.02:31
inspectorgActually we are not running in /etc/rc.local but in /usr/bin, right?02:32
aveilleuxinspectorg.... No, I was making sure blanking /etc/rc.local was blanked, which is was. /usr/bin has nothing to do with it.02:32
inspectorgI wonder why the delay? I can live with it but it seems strange.02:32
geirhaAh, sorry. I didn't read the entire conversation before I barged in02:33
inspectorgOkay I will check it again.02:33
inspectorgAveilleux:  Yes the only command is the exit 002:34
aveilleuxinspectorg: I don't know where the lag is coming from, then02:35
inspectorgI tried it again and it was much faster.  I think we are there and I will quit while I am ahead.  Thanks again!!!02:37
aveilleuxinspectorg: You're very welcome. Come back if you need anything02:38
inspectorgAveilleux: Good night.02:39
aveilleuxinspectorg: Good night02:39
jason2023does anyone know if there is a easy-convenient way to read the document files and or the man pages from a single interface04:27
stlsaintjason2023: you mean other than "man <subject" in terminal?04:28
jason2023yes I find that tedious04:28
stlsaintjason2023: http://manpages.ubuntu.com/04:28
stlsaintjason2023: that work for ya?04:29
jason2023and would like to read it in a more readable form like open office04:29
stlsaintjason2023: did you look at the link i just posted?04:29
jason2023don't know will look thanks04:30
jason2023Thank you that is much easier for me to read04:32
jason2023is there some thing for the doc pages as well?04:33
stlsaintjason2023: help.ubuntu.com04:33
jason2023I am probably to dense but is there some thing that i can use localy help.ubuntu.com tends to be overwhelming04:35
stlsaintjason2023: what do you mean locally?04:40
jason2023?like a document browser?04:42
stlsaintjason2023: im sorry im not following you...you want to view the tutorials locally like in pdf format or something?04:43
jason2023help.ubuntu.com covers every thing and I want to learn about what I have on my machine04:43
stlsaintjason2023: than do a search at help.ubuntu.com on whatever application you want04:44
stlsaintjason2023: the search bar will guide you to the subject of your choosing04:44
stlsaintjason2023: do you see the search bar?04:48
jason2023I'm sorry I must be getting sleepy to much of a bone head right now, and can't think straight. thank you for all of your help. G'night04:48
stlsaintjason2023: night04:49
=== andrew_ is now known as Guest83752
kosaidpohello06:53
tenachSo I have libncursesw5 and -dev installed, yet cmake keeps saying "Wide-character ncurses library not found"08:51
tenachAny idea as to what could be the matter?08:51
tenachNevermind, I got around it.09:01
abhijeetunable load the latest packages information in the ubuntu 10.1009:57
abhijeethow to edit the ppa information via command line09:58
abhijeetany one there please help me10:04
userhello, I need help to setup a internet connection in mythunbuntu10:44
userhello10:48
user?10:49
Puck`hello10:57
Puck`user: please tell us what type of internet connection do you have and we'll see who can help you10:58
userhi, thanks10:58
userI will asetup the networksettings in mythunbuntu10:59
userI have two networkcard on board11:00
userhow can I setup my static IP adress an the used getway11:00
usermy internet connection is dsl via router. the router is connected to a switch and the mythbuntu pc is connected to the switch ba a cable11:03
userHello, how/where can I put in my static IP and the used getway in mythbuntu? Thanks11:15
abhijeethow to edit the repositaries details11:43
userHello, how/where can I put in my static IP and the used getway in mythbuntu? Thanks11:53
user????????????????????????????????????????bye12:00
CSiDhello everybody12:42
CSiDI'm dr nic12:43
vipinbhi all15:43
zkriessevipinb: Hello!!!!!!15:44
zkriesseHi cookr35!!!15:44
vipinbzkriesse : please anyone help me . i'm getting " pulseaudio[14089]: ratelimit.c: 113 events suppressed" .This message is populating syslog15:45
zkriessevipinb: You've asked that same question twice in #ubuntu already15:45
zkriesseHave patience15:45
zkriesse!patience > vipinb15:46
ubot2vipinb, please see my private message15:46
bobo123hi vipinb, perhaps someone in #ubuntu may know....15:47
zkriessebobo123: Hes already asked twice without waiting15:48
zkriesseSo now hes spamming the questiin15:48
bobo123aha :-)15:50
vipinbzkriesse: sorry if it asked twice. But i want to know if anyone know what is the reason for this error message.15:50
bobo123perhaps I can ask here too since noone in #ubuntu seems to know:15:52
bobo123o I have some problem with a devicedriver or a settings somewhere in my ubuntu-installation? burning a dvd goes extremely slow... While it was burning (a normal DVD+R) ubuntu said "3522 KB/s (2.6x)". And I haven't changed burningspeed or anything so it was set to max (and btw the only options there are "6x" spin and "max"). And my dvd-discs are 16X15:53
vipinbbob123: I'm very curious to know. Noone is getting this message in syslog??15:53
bobo123*Do I have... I mean.15:54
bobo123vipinb: I haven't looked in syslog so I don't know.... where is it?15:54
vipinbbobo123: ok fine....15:55
bobo123vipinb: ohh there is a tool for looking at logs in the menu  :-} hehe... there are 537 line of messages in syslog for today it says... but nothing about pulseaudio here...15:57
bobo123mostly this stuff "Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE" "Sense Key : Illegal Request [current]" "Add. Sense: Illegal mode for this track" "CDB: Read(10): 28 00 00 00 00 00 00 00 01 00" "end_request: I/O error, dev sr0, sector 0" about the dvd-burner perhaps?15:59
abhijeeterror after updating the systems  error displayed as http://imagebin.org/111887 please help me15:59
=== steemed is now known as st33med
indrattawhat clienti for irc16:06
newbiehello i have a problem in dual boot....why i cannot but my Windows Vista in Grub Menu16:06
newbieharrisonk it here16:06
newbiewhy i cannot boot my windows vista in Grub Menu ...16:08
hobgoblinindratta: there's more than one - I use xchat16:10
hobgoblinnewbie: vista is on the grub menu but doesn't boot?16:11
indrattaI i didn't wanna make a mess using empathy for irc... tx16:12
hobgoblinneither would I :)16:12
newbiei had a dual OS   1 windows vista and 1 Ubuntu 10.0416:12
newbiebut when I got a problem in Grub menu and solved it...my problem now when i like to choose the windows vista i cannot boot when i use UBUNTU is ok no problem16:13
hobgoblinnewbie: please open a terminal, run this command and then use paste.ubuntu.com to get a pastebin url16:14
hobgoblinsudo fdisk -l &&cat /boot/grub/grub.cfg16:14
newbiehobgoblin what do you men i go to the terminal and type that...16:15
hobgoblinyep or copy paste - then copy the output to the paste ubuntu site = put a name in the box, hit paste and then com here with the url you get16:16
bobo123are there some DMA-settings in ubuntu that might be wrong or something that causes the dvd-burner go so slow? (I think that is a problem that accour in Windows so perhaps here too?)16:16
hobgoblinindratta: https://help.ubuntu.com/community/XChatHowto16:16
newbiewhy i never saw the the drive C in my hardisk i only saw only the drive D...it is mean the boot is in drive D any explanations16:17
hobgoblinnope16:18
hobgoblinno idea about windows anymore I'm afraid16:18
newbiewindows vista ( loader ) ( on /dev/sda2 )16:21
newbieinsmod ntfs      set root='(hd0,2)'     search --no-floppy --fs-uuid  --set 00000000000     chainloader +1     ANY EXPLANATIONS ABOUT THIS..16:22
newbieHOBGOBLIN ARE U THERE...16:23
hobgoblinyes16:26
hobgoblinI told you what I wanted you to do16:26
hobgoblinnewbie: please open a terminal, run this command and then use paste.ubuntu.com to get a pastebin url16:26
hobgoblinsudo fdisk -l &&cat /boot/grub/grub.cfg16:26
hobgoblinwhen you have done that and supplied the url I will look16:26
newbieOK16:27
bobo123Any idea of what I can search for in google to find any solution for my problem with dvd-burning speed?16:27
newbieONLY A DEVICE BOOT16:29
hobgoblinbobo123: not really - maybe start with dvd burn speed slow16:29
hobgoblinbobo123: try using a linux search engine though - like googlubuntu16:30
hobgoblinnewbie: I'm off now - next time someone tries to help you - do as they ask and don't shout at them - good luck16:31
newbiehello how can i solve this  .....16:31
hobgoblinbobo123: you could check in BIOS that the settings are right I guess if it is both windows and ubuntu16:36
bobo123hobgoblin: oh a google.searchpage just for linux :-) and yes perhaps I should burn my next dvd in windows to check that everything works perfect there. I haven't started windowsXP for a while...16:39
bobo123newbie: seems you have problems with grub bootmenu, or?16:41
newbieYES...  ..i cannot boot a windows vista in grub menu but i can boot the ubuntu os...and I cannot see my drive C only a drive D....16:42
newbieso what is the solution here...16:43
bobo123ohh... you can't even see the c:-partition from ubuntu? strange... I haven't used vista but I suppose it use a normal NTFS-partition just like windowsXP right?16:44
newbiehttp://paste.ubuntu.com/485485/plain/  here is my pastebin ....16:48
geirhasda2 will be (hd0,1) in grub terms16:57
geirhaIf you have grub2, sudo update-grub should detect the windows and add it16:59
hobgoblinnewbie: of course - if you had run the command and pasted it like you were asked - no-one would be trying to second guess what is going on.17:06
newbiei log in paste it already so what's the next17:13
bobo123hi again newbie, I was just about to say "what tdoes system-administation-GParted say about your c:-partition" before my program hanged here17:15
hobgoblinnewbie: I still want to see the /boot/grub file - do the end of the command I showed earlier again - cat /boot/grub/grub.cfg17:17
bobo123Now I have checked in nero in windows about my dvd, and it seems that my burner don't like these dvd-disks or something, becuase Nero say that they are "4X" (still faster than ubuntus 2.6X but anyway). I have allso found one unburned dvd leftover from an earlier pack and it is said fo be able to burn in (2.4X to 16X) in both windows/nero and ubuntu (I havent yet test burning to it yet though) so I guess it is my new disks fault then...17:20
newbiehobgoblin....i send it already in the pastebin...u mean can i start over again..\17:38
hobgoblinnewbie I wanted to see the grub file - but I've run out of time now17:42
newbiecheck  http://paste.ubuntu.com/485485/plain/     here is the grub file17:43
hobgoblinnope - that is the fdisk output17:43
newbieo your mean the  program below the fdisk output17:44
hobgoblinI understand that it is probably all new to you - which is why I gave the first command I gave - it would have run 2 commands and given you one long output17:44
newbiehow can i copy paste the output message in the pastebin ...17:45
hobgoblinnewbie: I have run out of time now - see if someone else can help now17:46
newbieback to manual system of copying it ok...thanks and bye17:46
hobgoblin!paste17:47
ubot2For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.17:47
valterhi, can somebody help me configuring a wlan between ubuntu and xp?18:51
aveilleuxvalter: Internet connection sharing?18:54
aveilleuxOops, they left18:56
bobo123yup... valter was a in-and-out-quickie it seems....18:56
aveilleuxbobo123: Suppressing the urge18:57
=== PabloRubianes_ is now known as PabloRubianes
=== harrison is now known as harrisonk
harrisonkhow do I register my nick with freenode?19:19
lukjadharrisonk /msg nickserv help register19:20
lukjadAlso /join #freenode if you need more help in this matter19:20
lukjadLike cloaking etc19:20
hobgoblinharrisonk: /msg nickserv register <your-password> <your-email>19:20
hobgoblinhttp://freenode.net/faq.shtml#registering19:20
hobgoblinhi lukjad19:21
harrisonkthanks19:21
=== harrisonk is now known as harrison
=== harrison is now known as harrisonk
sebsebsebHi19:24
zkriesseSup sebsebseb19:24
sebsebsebzkriesse: not much19:24
sebsebsebyou?19:24
zkriesseTaking notes19:25
zkriesseCollege noted19:25
sebsebsebcollege notes?19:25
zkriesse:notes19:25
zkriesseYeah...quiz maybe on Tuesday19:25
lukjadAnd hi hobgoblin19:35
* sebsebseb Is back19:45
harrisonksebsebseb: how do you get that?19:46
sebsebsebharrisonk: How do I what?19:46
harrisonkthat sebsebseb is back.19:46
harrisonk*that:19:47
sebsebsebharrisonk: Are you pretty new to IRC and chat rooms?19:47
harrisonkyes, I have been on them for about half a month. still a beginner.19:48
sebsebsebharrisonk: wow really19:48
harrisonkwhy?19:48
sebsebsebso like me back in 200519:48
sebsebsebit was, because of Ubuntu why, I am on Freenode IRC19:48
harrisonkdo tell19:48
sebsebseboriginalley19:48
sebsebsebwell 2005/6 whenever I first came on the network19:48
sebsebsebharrisonk: anyway its /me19:49
harrisonkthen the text?19:49
sebsebsebharrisonk: yep19:49
* harrisonk is learning19:49
sebsebsebharrisonk: really only meant to do it for actions,  yeah like doing something19:49
sebsebseban is19:49
* sebsebseb is learning19:49
* sebsebseb is thinking19:49
sebsebsebthat kind of thing yeah19:50
harrisonkI know. once I do something I am more likely to remember.19:50
sebsebsebshoudn't really do it that often in channels though, becuse it might annoy someone19:50
stlsainthello sebsebseb19:50
sebsebsebharrisonk: whats nice as well is the logs19:50
sebsebsebharrisonk: in HTML format, show the /me 's :)19:51
sebsebseb!logs | harrisonk19:51
ubot2harrisonk: Official channel logs can be found at http://irclogs.ubuntu.com/ - For LoCo channels, http://logs.ubuntu-eu.org/freenode/19:51
sebsebsebstlsaint: hello19:51
harrisonkI do find those helpful19:51
sebsebsebharrisonk: sure, but your IRC client probably logs as well, your own personal log19:51
sebsebsebmost will log by default19:52
harrisonkirssi?19:52
harrisonkdoes irssi do a local log?19:52
sebsebsebharrisonk: wow in a way, your on IRSSI, the noobs/newbies tend to use Xchat19:52
sebsebsebI think with irssi you would have to set it up to log19:53
harrisonkI use it because I run it on my server in screen, if the computer I am using crashes or something I can move to another one.19:54
sebsebsebharrisonk: So you got Ubuntu server?19:54
harrisonkyes19:54
harrisonkkylenet.dyndns.org19:54
sebsebsebharrisonk: so for a website?19:55
sebsebsebor no19:55
kosaidpohell guys19:55
harrisonkmore for testing19:56
harrisonkhello kosaidpo19:56
collinpUnless you're using telnet, most any IRC client does logging.19:56
kosaidpomy network manager start scaninn the network every boot but me i dont want it to do so19:56
kosaidpoand that tick button its disablend19:56
kosaidposo is there any cmmd line to do so19:56
kosaidpoharrisonk: hello19:57
kosaidpoharrisonk: can you help me ?19:57
harrisonkmaybe19:57
harrisonkso when you start you don't want network manager to connect to anything?19:58
kosaidpowell everyboot my network manger start scanin by it own19:58
kosaidpoyeshh19:58
kosaidpoand that tick box i cant use it19:58
kosaidpoits disabled19:58
harrisonkand when right clicked the enable networking is disabled?19:59
kosaidpoyehh19:59
kosaidpoits disabled19:59
harrisonkdo you need network manager because you can disable it's startup in system -> preferences -> startup apps20:00
kosaidpoahh yeh ididnt tho abt this one20:00
kosaidpoinfact i dont need wifi tho20:01
kosaidpoi have an ADSL20:01
kosaidpocable20:01
kosaidposo eyha20:01
harrisonkdo you want it to not scan for wireless?20:02
kosaidpoyehh20:03
kosaidpoweird its not ticked to start at boot20:03
harrisonkis this a laptop?20:03
kosaidpoyeh20:03
harrisonkis there a swich anywhere on it to shut off wireless?20:04
harrisonkon the side maybe?20:05
kosaidpoyehh20:05
harrisonkof the laptop20:05
kosaidpohahah20:05
kosaidpobtw even the switch key its off20:05
kosaidpoits start scanin20:05
kosaidpo: D20:05
kosaidpotnx dude ill go now20:06
kosaidpoill brb20:06
harrisonksorry I can't help20:06
harrisonksebsebseb: still here?20:08
sebsebsebharrisonk: yeah20:10
harrisonkI am over in the pm you started20:11
=== harrisonk is now known as harrisonk_away
mininessiehey is there broadcom sta version for kernel 2.6.3522:16
mininessieanyone here22:20
mininessiecan someone answer me22:25
mininessie!voice22:32
ubot2Factoid 'voice' not found22:32
mininessiestlsaint, can you see what i am typing22:32
pleia2!ask22:32
ubot2Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)22:32
pleia2mininessie: did you have a question?22:33
mininessieis there broadcom sta version for kernel 2.6.3522:34
pleia2looks like the broadcome site itself has some patches http://www.broadcom.com/support/802.11/linux_sta.php22:36
pleia2I don't use it though, so I don't know the answer for sure22:36
stlsaintmininessie: yes22:36
mininessiepleia2, i got them but when i opened the 33 i got this cd top level directory22:41
mininessie'ls' should show src, lib, Makefile, etc22:41
mininessie.22:41
mininessiepatch -p0 < patch22:41
mininessiewhat am i suppose to do22:42
pleia2mininessie: I really don't know, is there a README or something that came with it?22:42
pleia2and is the broadcom driver in ubuntu not working?22:42
mininessiepleia2, well when 10.04 upgrades to 10.10 it won't be working22:43
stlsaintmininessie: when the release is final there will more than likely be a driver22:44
pleia210.10 is still in alpha, you probably want to stick with 10.0422:44
starcraftmanthere any major grub bugs in lucid? I'm getting a 15 error after a clean install (disk fine, did a second clean too).22:47
mininessiehelp i need to patch broadcom sta when i opened the patch file i got this cd top level directory23:10
mininessie'ls' should show src, lib, Makefile, etc23:10
mininessie.23:10
mininessiepatch -p0 < patch23:10
stlsaintmininessie: what is making you think that you need to apply a patch? what is your source of information?23:13
mininessiestlsaint, never mind i got what i need23:13
stlsaintmininessie: i can tell you know that syntax for patch command is wrong (from my experience)23:13
stlsaints/know/now23:13
stlsaintalrighty23:13
mininessiebut if it doesn't work then i be back here23:14

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!