/srv/irclogs.ubuntu.com/2011/05/07/#ubuntu.txt

Jordan_Uspectre51_: You're welcome.00:00
caudexchepoll, it really doesn't break down, After rebooting xev reports all the keys as working but prefs keyboard is overwriting some of them.00:00
Chepollcaudex: what is prefs keyboard?00:00
caudexchepoll, yes and the symptom is that prefs keyboard is not working to reset all options to default.00:00
root__hey how can i install some media player on my backtrack 4 ?00:01
Piciroot__: We don't support backtrack here. Please use their channel instead: #backtrack-linux00:01
Chepollcaudex: yeah yeah, you said that. but did it work before you added any changes to your alt-key is the question00:01
ActionParsniproot__: plus IRCing as root is a really BAD idea00:01
caudexchepoll, menu at top of desktop > System > Preferences > Keyboard-00:01
=== giannis__ is now known as gannis__
Chepollcaudex: yeah yeah, you said that. but did it work before you added any changes with your alt-key is the question00:01
ActionParsnipPici: can I PM you please dude :)00:02
Jordan_U!guidelines | xxen0nxx00:02
ubottuxxen0nxx: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines00:02
=== PhilMather is now known as zz_PhilMather
jpgnizakHey, anyone having problems with skype opening up in 11.04?00:02
zzecoolActionParsnip, he is a backtrackor he knows whats he doin :p  sarcasm00:02
PiciActionParsnip: Sure00:03
ActionParsnipzzecool: oh yeah fo sho00:03
Chepollcaudex: also, does it output an error saying that it cannot reset, or do you not observe any changes where you should?00:03
zzecoolrofl00:03
hihihi100i need a link with instructions to install a tar.gz ./configure wont work, that file doesnt exist00:03
caudexchepoll, I had the xmodmap syntax wrong at first. I was putting xmodmap -e ... whatever into the .xmodmaprc file instead of keycode 151 ..00:03
silvertip257I'm attempting to boot the Ubuntu live cd via PXE, but encounter a problem after the init script executes a NetworkManager script.  I'm following this > https://wiki.ubuntu.com/LiveCDNetboot00:03
caudexchepoll, no nothing but hard drive activity and then options still shows the old settings00:04
caudexchepoll, of course xsessions-errors is full of bad jujube00:05
xxen0nxx.00:05
xxen0nxxyay i can talk00:05
xxen0nxxsrry for spam00:05
caudexchepoll .xsessions-errors that is.00:05
=== zz_PhilMather is now known as PhilMather
Chepollcaudex: yeah yeah00:05
caudexchepoll, it seems I should just be able to delete some file that ubuntu would recreate for the defaults00:06
Chepollcaudex: It's gnome's options. I don't use gnome much so I am somewhat troubled00:07
caudexchepoll, I'm not married to gnome. Can i use a different gui on meerkat?00:08
Chepollcaudex: there is an xorg.conf file that stores these settings, there is .xmodmaprc and .xinitrc and then there is console-setup00:09
xxen0nxxhow douse one make thare own IRC server in ubuntu?00:09
Chepollcaudex: I'll first see why it doesn't reset00:09
caudexchepoll, okay thanks00:09
santinahi all00:10
Skaldhi00:10
Picixxen0nxx: You'd need to setup one of the many ircd packages that are in the repositories.  Many of them are non-trivial to setup though.00:10
mikeyfbihey i have an odd internet error.  my connection turns off randomly every 15 - 20 minutes or so for about 20 - 30 seconds.  i need a program to monitor my 'internet uptime'00:10
=== giannis_kal7 is now known as giannis__
xxen0nxxpici ok cool00:11
mikeyfbimost bandwidth monitoring tools seem to only monitor how much activity00:11
Skaldpff i was thinking of changing to kde again00:11
mikeyfbibut i need something like # w but for internet00:11
ActionParsnipmikeyfbi: when it drops, run:  dmesg | tail   it should give clues00:11
giannis__ /msg NickServ identify pass12300:11
Picimikeyfbi: # w ?00:12
ActionParsnipgiannis__: might want to chnge your pasword00:12
mikeyfbiActionParsnip, thx00:12
giannis__how?00:12
aeon-ltdgiannis__: *facepalms*00:12
Picigiannis__: /msg nickserv help set password00:12
giannis__ /msg nickserv help set password00:12
Skald..00:13
qingiannis__: Skip space?00:13
aeon-ltdgiannis__: i woudn't do that in this channel00:13
lj_copying files from windows to ubuntu, using ubuntu over network I get Invalid argument00:13
ChelseaHi all, question:is there a centralised place where to discuss (in a civilised way) Ubuntu's current and future decisions regarding Unity? -no troll intended00:13
giannis__ok00:13
Jordan_Ugiannis__: First, move to a different tab (like the one with network messages) so that you don't accidentily send messages here.00:13
giannis__i do00:13
Jordan_Ugiannis__: Obviously not as we have now seen two messages from you that were meant for nickserv.00:14
PiciChelsea: There will probably be a UDS session for it this week, and those sessions will support remote participation.00:14
PiciChelsea: check out http://uds.ubuntu.com/00:15
ChelseaPici, Thank you!00:17
mikeyfbiis there a program for ubuntu that can ping multiple internet address to check if you have internet connection, say every 15 seconds, and keep a log?00:17
Picimikeyfbi: uhh. I just saw something for this... one moment.00:17
ErezCohenwhat does dhclient mean?00:17
santinawhy when I plug a usb pendrive natty doesn't automount it? /var/log/syslog shows informations about the pen drive. I can mount it manually.00:17
terrysantina check fstab00:18
ActionParsnipmikeyfbi: you can write a script to ping as you wish, then cron the script. Make sure you add:  -c 4   to ping so it pings only 4 times (ping by default goes forever)00:18
terryuse sudo nano /etc/fstab00:19
mikeyfbiActionParsnip, i wish i knew how :P00:19
ActionParsnipmikeyfbi: you can have the script perform logic based on the result of the ping test (like write to a log file or email or flash an alert using notify-send)00:19
cjaredrunActionParsnip i imagine you could make it take action based on response as well00:19
ActionParsnipmikeyfbi: research into bash, its very powerful00:19
cjaredrunmikeyfbi ^00:19
santinaterry, thank you00:19
kevinolai need help with wubi and ubuntu 11.0400:19
terryno problem00:19
ActionParsnipcjaredrun: sure, why not :D00:19
santinaterry, I've found a line about sdb1 in fstab00:19
ErezCohenany one? i am asking because my manager didn't work. i didn't get any ip from the dhcp, when i did that every thing is working....can any one tell me what does it do? and will it work on restart now?00:20
ErezCoheni mean every time...not sporadicly like now :-)00:20
ActionParsnipmikeyfbi: good base to use here: http://www.unix.com/shell-programming-scripting/10378-ping-script-using-redhat-bash.html00:20
Chepollcaudex: are you here?00:20
caudexchepoll,00:20
connor__when i try to upgrade ubuntu 10.10  to 11.04 it says failed to fetch files00:21
ActionParsnipmikeyfbi: iplist.txt will be a file containing the list of IPs to test00:21
Chepollcaudex: okay, launch gconf-editor. You can do that by typing it in a terminal00:21
obert-hi,i would to chown /var/www from root to user, would be   sudo chown -R myusername.myusername /var/www ?00:21
mikeyfbiActionParsnip, i'll look at that, thanks!00:21
ActionParsnipobert-: change the . between the usernames to a colon00:21
obert-ok00:21
obert-then it would be correct to do that or isnt common setup?00:22
caudexchepoll, okay how do I get out of the man page00:22
ChepollQ00:22
obert-dangerous or so i mean00:22
connor__it says failed to fetch files when i try to upgrade ubuntu00:22
Chepollcaudex: "q"00:22
obert-got a bad experience with chown00:23
caudexchepoll okay in gconf-editor00:23
ErezCohenChepoll, I fixed my problem, 10x, can u please tell me what does dhclient mean?....10x :-)00:23
Chepollcaudex: there, go to desktop/gnome/peripherals00:23
k_szeIs FreeNX kinda dead? I hear that there is the new neatx by Google. Is that in the main repositories?00:24
ChepollErezCohen: I really odn't know. How did you solve your problem?00:24
connor__it says failed to fetch files when i try upgrading ubuntu00:24
obert-'unvalid user' ?00:24
caudexchepoll, okay and to keyboard00:24
connor__please help00:24
Chepollcaudex, yes00:24
coz_connor__,   are you in terminal?00:24
ErezCohenChepoll , sudo dhclient wlan000:25
connor__what do you mean by that00:25
robin0800connor__, slow internet connection?00:25
caudexchepoll, to kbd?00:25
=== XuMuK is now known as XuMuK|ZNC
Chelseamikeyfbi, I use watch for this. watch -n 5 ping -c 4 <ip or hostname>00:25
coz_connor__,  what files are you trying to download00:25
Chepollcaudex: I think so00:25
ErezCohenand it started the NIC and got all the network parmas from the server and every thing is working00:25
connor__high speed standard cogeco 60 gb limit00:25
obert-{User},{User}  no?00:25
coz_connor__,  oh I have no idea about t hat00:26
ErezCohenChepoll, soory, again, om the server and every thing is working00:26
connor__what00:26
ChepollErezCohen: you could do "man dhclient" and see what it's about.00:26
caudexchepoll, layouts, model, options have open box for value00:26
ErezCohenok..10x, checking00:26
connor__can you help me fix my problem00:26
Chepollnone of them have any value set?00:26
robin0800connor__, its the server you are connectig too00:27
Chepollcaudex: none of them have a set value?00:27
connor__then what server doi connect to ive tried a few already00:27
ErezCohenChepoll, got it...just say what you expect, dynamic configure of the NIC :-)00:27
caudexchepoll, no but I see under general that it's still finding dotxmodmaprc like it's telepathic.00:27
Relikie_There are different ubuntu versions for different processors, correct?00:28
connor__robin?00:28
GlycanGuys?00:28
robin0800connor__, in software sources choose other and find best00:28
ActionParsnipRelikie_: x86_64, x86 and ppc are 3 I can think or quickly00:28
connor__ive tried that already00:28
GlycanAny reason for a livecd to show but a mouse on a dark screen after clicking try ubuntu (It did make a startup noise, however)00:28
obert-how can i type the wrong username? grrr00:29
Chepollcaudex: well just comment the linex in it I guess. Because if what you saw in gconf's kbd was really empty, then it means keyborad preferebces is getting those options from somewhere else.00:29
ActionParsnipGlycan: try adding the bootoption: nomodeset00:29
robin0800connor__, then its your box00:29
ChelseaRelikie_, I thought there were x86, AMD64 ... maybe an ARM in development.00:29
connor__what box00:29
ActionParsnipGlycan: be sure to MD5 test the ISO and check the CD for defects00:29
introubleis it possible to plan a sniffer or data collector of clients that use a specific isp, by a sniffer or data collector OUTSIDE the isp , just where its boundries end. may be at the router.  doing all this WITHOUT compromising isp machines or involving midle man isps. http://imageshack.us/photo/my-images/828/98710181.jpg/00:29
connor__my modem its perfectly fine00:29
robin0800connor__, your ubuntu box00:30
connor__when i try upgrading it says failed to fetch file00:30
Relikie_I have an Intel x64 processor.. The download button on the download page has AMD in the file title. Does this matter?00:30
connor__what ubuntu box00:30
caudexchepoll, there seems to be an authentication problem when I try to set value to default00:30
ActionParsnipconnor__: can you give a pastebin of: sudo apt-get install update-manager-core; sudo do-release-upgrade00:31
connor__i guess just a sec im goin to terminal00:31
k_szebtw, what happened to aptitude? I seem to have completely missed the release since which it is no longer installed by default.00:31
x_anyway to change the color of the on screen volume slider, its hard to see.... ?00:31
robin0800k_sze, the alternate cd still has it00:32
caudexchepoll, is it normal for the authenticate popup to stay up after entering pw?00:32
coz_x_,  not sure,, how are you bringing that up?00:32
x_coz_, laptop volume buttons00:32
coz_x_,  oh no laptop here00:32
ChelseaRelikie_, no, you should use the AMD64 version. See http://bit.ly/lAjEkA00:33
x_coz_, its the volume slider shows up on the top right00:33
coz_x_,  ah hold on let me ch eck here00:33
connor__ok im going to paste the results00:34
=== XuMuK|ZNC is now known as XuMuK
connor__its just doing its stuff00:34
obert-sudo chown -R $USER:$USER /var/www    ?00:35
obert-these things makes me scared,sorry00:35
connor__Fetched 0B in 6s (0B/s)00:35
connor__Error during update00:35
connor__A problem occurred during the update. This is usually some sort of00:35
connor__network problem, please check your network connection and retry.00:35
connor__W:Failed to fetch00:35
FloodBot1connor__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.00:35
connor__http://archive.canonical.com/ubuntu/dists/natty/Release.gpg Something00:35
GlycanHuh? How?00:35
coz_x_,   I cant seems to find anyway of doing that00:36
x_coz_, http://imageshack.us/f/546/ss1j.png/00:37
Nero-WolfAnybody have any experience with the .desktop specification?00:37
sahipcaduax: I disconnected. Any progress?00:37
coz_x_,  right,, I cant find any post about changing the color of the desktop indiactors but still searching00:38
obert-someone could gimme a confirmation,please?00:38
Kre10shello. bluetooth stopped working suddenly. I can no longer find the bluetooth applet icon.00:38
sahipcaudax: I disconnected. Any progress?00:38
=== LAcan_ is now known as LAcan
coz_x_,  although from that screenshot it seems easy to see00:38
=== sahip is now known as Chepoll
Chepollcaudax: I disconnected. Any progress?00:38
phong_hi guys, how can i upgrade 11.04 from 10.10?00:38
x_coz_, yea but this is a music laptop that I have a remote for so at a distance its not easy to see at all.00:38
Logan_!upgrade | phong_00:39
ubottuphong_: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade00:39
coz_x_,  ok let me keep searching hold on00:39
Chepollx_: what was your question?00:39
caudexchepoll, no but I copied00:39
caudexchepoll, copied dotxmodmaprc to desktop and deleted it from home00:39
x_Chepoll, the on screen volume display, I want to change the slider color.00:40
caudexchepoll, should I try rebooting?00:40
Chepollx_: I see, ok00:40
Chepollcaudex: if you know how to restart your xsession, do so00:40
x_Chepoll, im on xubuntu00:40
x_natty.00:40
ErezCohenwhat is the best way to cennect to a remote server over the web?00:40
caudexchepoll, I don't think i know that but it will reboot.00:41
Chepollcaudex: else, just reboot00:41
ErezCohenserver = Ubuntu 10.0400:41
caudexchepoll, ok00:41
Kre10sbluetooth stopped working suddenly. how can I start the applet00:41
=== `mOOse` is now known as m00se
KNUBBIGErezCohen: SSH?00:43
KNUBBIG!ssh | ErezCohen00:43
ubottuErezCohen: SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon)00:43
mfpocketshi, im looking for some help with booting my xorg?00:43
mfpocketswhen i turn on the computer i get a warning about my settings not being detected and asks me if i want to load failsafe graphics00:44
ErezCohenjust ssh over the internet?00:44
ErezCohenno need for vpn or nothing else?00:44
coz_x_ still nothing from this end00:44
mfpocketsif i exit to tty i can startx and everything works fine00:44
KNUBBIGErezCohen: nope, just ssh00:44
edwardthefmahello all00:45
KNUBBIGErezCohen: hum maybe .. what do you want to do? ;)00:45
KNUBBIGedwardthefma: hi00:45
caudexchepoll, rebooted and tried again. Samo samo, How can I test authentication?00:45
x_coz_, its called notifyosd00:45
Chepollcaudex: what do you mean by authentication?00:46
AlbucaHey! Does anyone know anything about Screen? More specifically, running it in multiuser?00:46
KNUBBIG!screen | Albuca00:46
ubottuAlbuca: screen is a window manager for terminal sessions, also useful over SSH. See https://help.ubuntu.com/community/Screen00:46
coz_x_,  I found on old post about karmic  I doubt it will work so let me keep searching00:46
caudexchepoll, after trying to reset options the popup says system policy prevents setting global keyboard settings, and stays there.00:47
ErezCohenKNUBBIG, i am starting with open source development this days, installed ubuntu 10.04 with apache and all the rest and i want to be able to connect to the www directory from outside of the lan (so i could work not only form home/office and also let my designer work on the filed....so i need to allow connection over the internet to the network and the server00:47
Albucaubottu: I'm looking for something a little more advanced that that. I want to start up a screen session from a bash script and automaticaly share the screen with certian usernames00:47
ubottuError: I am only a bot, please don't think I'm intelligent :)00:47
musicophiliacubottu: module kernel soundcard00:47
ubottuError: I am only a bot, please don't think I'm intelligent :)00:47
musicophiliacubottu: soundcard module00:48
coz_x_,   ok look here    http://www.webupd8.org/2010/05/finally-easy-way-to-customize-notify.html00:48
bazhangmusicophiliac, /msg ubottu00:48
x_coz_, yea im looking at that now00:48
KNUBBIGAlbuca: I'm not sure that's possible as the screen sockets belong to certain users, but I'm really not sure00:48
Kre10show to restart everything related to bluetooth?00:48
ErezCoheni already set ssh for connecting to the server inside the lan (so i won't have to enter password every time i want to talk with the server) but now ned to so the same for outside of lan00:48
caudexchepoll, but I can use sudo so I don't understand the problem.00:48
KNUBBIGErezCohen: so you want to set up a web server and have no idea how to do that?00:48
coz_x_,  natty is not mentioned there ,, its possible it will work  but I cant guarantee it00:49
ErezCohenKNUBBIG, i am learning on the fly, what can i do, do you know anyone that knew every thing from the start? :-)00:49
AlbucaKNUBBIG: I know you can through shift-a : [some stuff here] ; but i want to automate the process00:49
=== Relikie_ is now known as Relikie
ChipzzzErezCohen, offhand, it sounds like a firewall problem00:50
Chepollcaudex: so even though you are root, you cannot modify the file?00:50
ErezCohenand the apache server is working from out site of the lan.....i can see the site from the internet00:50
KNUBBIGErezCohen: well it's a long process, you have to set up apache, your router, NAT on your router, users and groups on your server, maybe there's a tutorial @ howtoforge00:50
coz_x_,  even his PPA does not have    natty   https://launchpad.net/~leolik/+archive/leolik00:50
ErezCohenjust want access to edit files from outside00:50
Chepollcaudex: through using gconf-editor?00:50
x_coz_, yea, so i guess ill wait till it does00:50
ErezCohenKNUBBIG, i did all of that00:50
mfpocketsany help get xorg to load on boot, so i dont have to enter starx on tty screen everytime i boot?00:50
ErezCohenit is working00:51
KNUBBIGAlbuca: You can detach from the screen via ctrl a + d but I'm pretty sure no other user can reattach to that screen cause it's not belonging to him00:51
jrmcmHelp!!! I just installed a second distro alongside Ubuntu and now grub doesnt recognize ubuntu. When i select it from the menu i get an error message saying file not found.00:51
caudexchepoll, i'll try that again.00:51
xangua!grub2 | jrmcm00:51
ubottujrmcm: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)00:51
ErezCoheni am just asking about the remote connection to the server outside of the NAT (lan)00:51
KNUBBIGErezCohen: ah okay, than you probably have to change your firewall/router settings if you can do all the things in LAN00:51
=== rocio is now known as Limada
coz_x_  https://launchpad.net/~irie/+archive/notifyosd00:51
coz_x_,  that is only for natty :)00:51
ErezCohenI know,,,this is also set....00:51
musicophiliacis there a way to clear all soundcard modules from my comp, so that I can compile alsa from scratch00:51
musicophiliac?00:51
jrmcmxanga: yes grub200:52
x_coz_, nice00:52
AlbucaKNUBBIG: Yes you can, http://aperiodic.net/screen/multiuser00:52
Chepollcaudex: also you can run keyboard-pereferences with sudo too00:52
KNUBBIGErezCohen: then please reexplain your problem in detail, I don't get it :)00:52
ErezCoheni will do the port forwarding for the server, this is ok....00:52
Limadacoz_, hello ;)00:52
musicophiliacI mean without a fresh install? the kernel update wiped my hdsp module from my comp and now my firmware is useless00:52
* edwardthefma hates ocr00:52
LimadaIs there some web developer who can help me with a little issue I can' t solve?00:52
coz_Limada,  hey00:52
=== b_ is now known as Guest58755
Chepollcaudex: you'll need to do "sudo gnome-keyboard-properties"00:52
=== Guest58755 is now known as idiota
ChipzzzErezCohen: you have set your firewall to allow port 80 access from the internet but ssh does not connect to port 8000:53
Sietaihello?00:53
idiotaHi there.00:53
idiotaHow do you call in english the external part of a laptop?00:53
caudexchepoll, okay00:53
idiotaI mean the case.00:53
LimadaSSH connects to port 22, I guess.00:54
idiotaI'm searching for some Vaio cases and all I find are bags.00:54
nasrqqq00:54
idiotaAnyone can help me?00:54
ErezCohenKNUBBIG, ok, i will explain...sorry, all i am asking is...After having a NAT set up, an Apache2 server, and ssh connection from the server to the laptop inside a LAN, and every thing is working great...now i want to connect from the internet over secured connection, (OVER THE INTERNET) what do i need to do...that is all. All the rest is set up already00:54
Pici!ot | idiota00:54
ubottuidiota: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!00:54
Limadamercado libre, idiota.00:54
jrmcmHelp!!! I just installed a second distro alongside Ubuntu and now grub wont boot ubuntu. When i select it from the menu i get an error message saying file not found.00:54
SietaiI think I need help00:55
ErezCohenChipzzz sure...i know...i will open a port for the ssh connection..not a problem...80 is for http, not ssh00:55
Sietaihow do I configure a channel?00:55
caudexchepoll, okay the same popup comes up as does from the top menu00:55
Sietailike, configure the port and channel?00:55
KNUBBIGErezCohen: you have to forward port 22 and then you should be able to ssh your server through the internet00:56
LimadaSSH, port 22.00:56
schelcjso if i remap alt-f1 in unity to something else the launcher still activates and the action occurs.00:56
ChipzzzErezCohen, once you enable ssh on the server & open the port in the firewall, consider using an nx server, which allows you to open an X session through the ssh connection00:56
schelcjthis expected behavior?00:56
JasonnWhat is a load average, and what is a normal one?00:56
Chepollcaudex: okay then lets manually edit those files00:56
ErezCohenbut can i write something like this in the teminal and it will work: "ssh user@server" ???00:56
caudexchepoll, okay00:57
ChipzzzErezCohen: yes00:57
KNUBBIGErezCohen: ssh -l user server00:57
KNUBBIGErezCohen: see ssh --help :)00:57
x_coz_, hmm the notifyosdconfig program says it cant find my x display however..00:58
coz_x_,  mm testing it here now  hold on00:58
ErezCohenKNUBBIG, ok, never used -l when using is localy...but i will chekc it...10x00:58
ChipzzzErezCohen, take a look here: http://www.nomachine.com/ , I think it is exactly what you are looking for00:58
musicophiliaccan I remove all linus-headers files from my comp except one in /usr/src, thereby removing any old sound module configurations that may exist? That way I can compile alsa from source and re-integrate my card with firmware?00:58
mfpocketscan someone  help? I  cant  get xorg to load on boot, but it boots from tty with startx00:58
coz_x_,  so far this works  just testing to change colors00:58
caudexchepoll, where are those files?00:58
KNUBBIGErezCohen: -l is for giving login name, if you don't set it, ssh will use your current username which is sometimes desirable and sometimes not :)00:58
luckysmack_in natty, everything loads fine, but unity does not show up after i boot. my boot mode is ubuntu and not classic or any other option. in appearance settings theres no options for compiz/desktop effects. any idea how i can get it enabled? gfx card is nvidia geforce 8800gtx00:58
Sietaihow do I connect to a channel?00:59
luckysmack_ /join #channel00:59
msk_hi00:59
ErezCohenKNUBBIG, ok thx :-)00:59
musicophiliactype "/join #channel"00:59
KNUBBIGnp :)00:59
musicophiliacmsk_: hi00:59
msk_did someone successfully mounted an ipod nano 6G on ubuntu 11.04 ?00:59
msk_I get a "unable to find hfs+ superblock" error00:59
musicophiliacmsk_: I have01:00
musicophiliacbut I installed rockbox01:00
mfpocketshelp with xorg anyone?01:00
Limadano web developer who can help me to launch my PHP files in Firefox? =(. I moved my files to /var/www but can't see them. Hope somebody  can help-01:00
Sietaithanks01:00
LjLLimada: erm, do you have a web server running?01:01
KNUBBIGLimada: installed apache2 + php5 ?01:01
edwardthefmayawn01:01
LimadaLjL, yes, Apache.01:01
padi999hi all. Question: I Just bought a new laptop with Windows7 preinstalled (as it seems), obviously I want to install ubuntu and use the Windows7 running on a Virtual Machine. How can I mirror the install to a VM while I'd keep all the laptopspecific drivers/specs?01:01
Limadayes, I did all that.01:01
Nero-WolfDoes -anyone- here have experience with Ubuntu's implementation of .desktop files in /usr/share/applications ?01:01
GlycanSorry guys. My question wasAny reason for a livecd to show but a mouse on a dark screen after clicking try ubuntu (It did make a startup noise, however). I didn't understand you answers.01:01
GlycanSorry.01:01
LjLLimada: are the php files set executable?01:01
GlycanSo what do I do?01:01
=== luckysmack_ is now known as LuckySMack
LimadaLjL, well...errr.... how can I test it?01:01
LjLLimada: ls -l /var/www/file.php01:02
Glycan(Considiring I have no DVDs left [they were all -r), and no clean flash drives)01:02
LjLLimada: otherwise, see here: https://help.ubuntu.com/community/ApacheMySQLPHP#Troubleshooting PHP 501:02
LimadaLjL, yes, I can read them in the terminal but Firefox doesn' t want to cooperate to see them local.01:02
x_coz_, I still cant get the gui to open01:03
LimadaLjL, thanks. I'll take a look there.01:03
coz_x_,  did you run notify-send  test01:03
LjLLimada: i'm not asking you whether you can see them in the terminal, i want the output of ls -l so i can see whether they're executable01:03
x_coz_, GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed01:03
x_aborting...01:03
LimadaLjL, ok. Hold on :)01:03
jrmcmHelp!!! I just installed a second distro alongside Ubuntu and now grub wont boot ubuntu. When i select it from the menu i get an error message saying file not found.01:03
coz_x_,  i dont think there is a gui for this ,, it is a test file that needs to be created and saved in home then adjusted by editing the file01:04
Jordan_U!grub | jrmcm01:04
ubottujrmcm: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)01:04
ChelseaAlbuca, have you tried setting screenrc's for different users?01:04
coz_x_,  oh wait found a gui for it hold on01:04
AlbucaChelsea: I have not. How do you do this?01:04
Jordan_Ujrmcm: Follow the exact same instructions as if Windows had overritten Ubuntu's grub.01:04
LimadaLjL: ls: cannot access /var/www/file.php: No such file or directory01:04
Limada =(01:04
KNUBBIGLimada: you have to put in your actual file name instead of file.php01:04
LjLLimada: substitute file.php with the actual file you have :P01:05
Chelseascreen -A -D -R -S News_Optimus -c /home/mjbunink/etc/screenrc_news01:05
mfpocketsLimada, or ls -l /var/www/*.php to list them all01:05
KNUBBIGaso ^aso ^^01:06
KNUBBIGfc sorry01:06
Limadalol, just a minute =P01:06
ChelseaAlbuca, and in screenrc_news the rc file with settings (which app to open in which screens)01:06
Limada-rw-r--r-- 1 root root 2903 2011-05-06 22:19 /var/www/index.php01:07
KNUBBIGLimada: sudo chmod +x /var/www/index.php01:07
davidc___Hey all, Has anyone got a fix for BCM4311? Im running 11.04 on a Dell Inspiron 940001:07
LjLLimada: ok, it's not executable. do "sudo chmod a+x /var/www/index.php"01:07
connor__coz you still on01:07
jrmcmJordan_U thx01:07
KNUBBIGsorry LjL01:07
connor__i need help01:07
mfpocketshelp with xorg please?01:08
musicophiliacanyone recognize this? http://pastebin.com/GCkYKDf701:08
Limadaoh.... I seeeeee. Can I do it to the folder? I mean, to make all executable?01:08
nomorewindowsim installing ubuntu from my live cd on a cleared hdd and for some reason it gets stuck at running grub-install /dev/sda01:08
musicophiliacconnor__: with what?01:08
LjLLimada: no, you need to do it to the files. you could do it recursively though. chmod -r etc01:08
LuckySMackanyone willing to help, i cant seem to load unity. im in normal ubuntu mode (not classic) and have no unity/desktop effects settings anywhere.01:08
LjLKNUBBIG: i'm just not sure it's enough to do it for root, as apache might be running as something else... i don't remember01:08
dell大家好01:09
LjL!cn | dell01:09
ubottudell: For Ubuntu help in Chinese 您可以访问中文频道:打字 /join #ubuntu-cn 或者 打字 /join #ubuntu-tw  或者 打字 /join #ubuntu-hk01:09
connor__upgrading to ubuntu 11.0401:09
dell大家好哦01:09
dellhello01:09
KNUBBIGLjL: dunno, my files in /var/www aren't even executable and it's still working01:09
davidc___Can someone assist me with my wireless?01:09
KNUBBIG!jp | dell01:10
ubottudell: 日本語の場合は #ubuntu-jp または #kubuntu-jp を参照して下さい01:10
KNUBBIGdell: hi :)01:10
LimadaLjL, KNUBIGG, thanks! hope it works.01:10
LjLKNUBBIG: it's chinese :P01:10
afrodeityan example of the kind of problem we having, streamtuner dies in 11.04  -c /home/mjbunink/etc/screenrc_news                                                                                                                       | _harri_01:10
afrodeity02:05:45    mfpockets | Limada, or ls -l /var/www/*.php to list them all                                                                                                                                          | _human_blip_  ++01:10
afrodeity[02:05] [2] [irc/freenode] 2:#ubuntu(+CLcntjf 5:10 #ubuntu-unregged){1596} [Act: 1]01:10
KNUBBIGLjL:  :-(01:10
FloodBot1afrodeity: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.01:10
k_szeerm, the !cn message is so wrong01:10
nomorewindowsim installing ubuntu from my live cd on a cleared hdd and for some reason it gets stuck at running grub-install /dev/sda01:10
dellmy english is poor01:10
LjLLimada: if it doesn't, try following that troubleshooting section. i'm flying to bed now, see you later01:10
afrodeity[afrodeity(i)] an example of the kind of problem we having, streamtuner dies in 11.04 http://pastebin.com/HS8brtQH01:10
nomorewindowsits been stuck there for hours01:10
dell中文谁会说?01:10
LjLk_sze: why?01:10
nomorewindowsi tried redoing the install01:10
musicophiliacnomorewindows: did you md5sums the disc first?01:10
LjLdell: in #ubuntu-cn there are chinese people01:10
nomorewindowsooooooooo01:10
LimadaLjL, thanks, have a good rest.01:11
delli can't understand  you01:11
davidc___nomorewindows, try lowering the burn speed if the md5sums is correct.01:11
k_szeLjL: it's a machine translation01:11
ChipzzzLimada, did you install php5?01:11
KNUBBIGdell: chinese or japanese or what?01:11
LjLk_sze: can you make it better? if you can, you can submit it to ubottu (use /msg ubottu !no cn is <reply> blah blah blah) and, hopefully, the ops will change it01:12
Stryker!cn01:12
ubottuFor Ubuntu help in Chinese 您可以访问中文频道:打字 /join #ubuntu-cn 或者 打字 /join #ubuntu-tw  或者 打字 /join #ubuntu-hk01:12
dellchinese who can say01:12
KNUBBIGdell: /join #ubuntu-cn01:12
davidc___can someone help me with my wireless issue please? i have a BCM431101:12
=== Wolf is now known as Guest46664
LjLdell: 中国人民在#ubuntu-cn01:12
ActionParsnip!broadcom | davidc___01:12
ubottudavidc___: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx01:12
mfpocketsxorg not loading on boot but loads from tty please help01:12
surmandalHello all01:13
musicophiliacsurmandal: howdy01:13
KNUBBIGsurhi01:13
ActionParsnipmfpockets: read /var/log/Xorg.0.log01:13
caudexchepoll, if you've gone on to bigger and better things, I think I'll call it day. Thanks for trying.01:13
surmandalmusicophiliac, Hi01:13
KNUBBIGsurmandal: hi01:13
x_coz_, hrm, I tried uninstalled notifyosdconfig, but now I cant find it with apt lol01:13
k_szedell: 你上#ubuntu-cn或#ubuntu-tw頻道試一下。01:13
surmandalmusicophiliac, I am having problem with hibernate in Natty01:13
coz_x_,   no notification-properties doesn seem to be available for natty01:13
surmandalmusicophiliac, KNUBBIG I have recently installed it01:13
dell还有台湾的朋友吗01:13
musicophiliacsurmandal: what sort of problem?01:13
mfpocketsActionParsnip, what am I looking for in there exactly?01:14
surmandalmusicophiliac, KNUBBIG Hibernate issue01:14
musicophiliacsurmandal: what sort of problem?01:14
surmandalmusicophiliac, in natty, it does not work at all01:14
x_coz_, so its a no go?01:14
coz_x_,  I am not seeing any change by changing that file  so far01:15
musicophiliacsurmandal: what happens when you try to hibernate?01:15
surmandalmusicophiliac, when it starts, it starts from begening01:15
coz_x_,  in terminal paste this command       notify-send --icon=gtk-add Test "This is a test notification"01:15
surmandalmusicophiliac, I mean It should be resume from previous session isn't it ?01:15
musicophiliacwhat type of computer do you have?01:16
surmandalmusicophiliac, I tried s2disk, but same issue01:16
nomorewindowsdavidc__ the md5 matches01:16
surmandalmusicophiliac, its a acer 561001:16
x_coz_, that worked01:16
mfpocketsActionParsnip, this problem happened when i installed xbmc-live and i think it added boot params that didnt take. I uninstalled but I see this line "root=UUID=93da7657-17b0-47d7-a61c-ce96ed2a0756 ro quiet splash xbmc=autostart,nodiskmount loglevel=0"01:16
mfpocketsActionParsnip, where can I remove the xbmc autoboot entries ?01:17
coz_x_,   yeah same here but i cannot change color at the moment  I wil have to play with this to see what the issue is01:17
KNUBBIGmfpockets: should be in /etc/default/grub01:17
ActionParsnipmfpockets: in /etc/default/grub01:17
=== Logan_ is now known as FAdmArcher[afk]
x_coz_, hrm... can you install this? I could on one machine, but not this one... https://launchpad.net/~irie/+archive/notifyconf01:18
gabriellhrnwow! Hello, here is the Ubuntu IRC channel? Oo01:18
awnoHey whats up with the keyserver, its always offline -.-01:18
surmandalmusicophiliac, any solution/suggestion01:18
KNUBBIGlooks like01:18
VE2EBPIm trying to upgrade to 11.04 through the update manager, but the installation didn't complete because it cannot download all the packages. Anyone have any idea what could be wrong?01:18
mfpocketsActionParsnip, thanks guys, what should I change that line too exactly?01:18
musicophiliacI am looking into it01:18
=== FAdmArcher[afk] is now known as Logannnnnnnnnnnn
awnogpg: requesting key 881574DE from hkp server keyserver.ubuntu.com gpg: keyserver timed out gpg: keyserver receive failed: keyserver error01:18
awno....01:18
=== protv_ is now known as protv
=== protv is now known as protv_
awnothis is happening waay too often tbh01:18
=== protv_ is now known as protv
=== protv is now known as protv_
=== protv_ is now known as protv
coz_x_,  let me try01:19
ActionParsnipmfpockets: you will need to run: sudo update-grub after changing the file01:19
StrykerVE2EBP, just try again, your original packages downloaded are still there, maybe change the software sources?01:20
msk_musicophiliac, do you use a mac too ?01:20
msk_I disabled journaling on the device but I still get the same bug01:20
x_coz_, I need a link for the .deb but I c an't find one01:20
Strykerawno, get a different server to download from instead of the ubuntu main server01:20
dell   i don't know what to say01:20
awnoStryker like?01:20
awnoI don't know any other servers01:21
dellin english01:21
musicophiliacmsk_: nope01:21
gabriellhrnsorry, it's my first time here. This channel is only for support?01:21
musicophiliacmsk_: custom build01:21
KNUBBIGgabriellhrn: no problem. yes it is01:21
mfpocketsActionParsnip, Thanks.  Do I just completely remove this line?  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xbmc=autostart,nodiskmount loglevel=0"01:21
aeon-ltdgabriellhrn: ubuntu support, yes01:21
bikcmphi all, ideas on a program similar to 'ollydbg' for ubuntu?01:22
KNUBBIGmfpockets: no, just remove the part 'xbmc=autostart,nodiskmount'01:22
x_coz_, got it installed, and the color change works for me.01:22
delli can learn computer english here  哈哈01:22
coz_x_,  ok i wil test here abit later ,, thats good news :)01:22
VE2EBPStryker, stryker.. Stryker! Reminds me of the movie airplane! I loved that one! What should I do to my software sources? How do I change it? It's weird because all my normal updates download juste fine.01:22
gabriellhrnKNUBIG, aeon-ltd: oki. Bye to y'all. gotta back to my translations :D01:22
KNUBBIGbikcmp: what exactly is ollydbg? :p01:22
x_coz_, I used this to config it https://launchpad.net/~irie/+archive/notifyconf/+files/notifyosdconfig_0.1-6%7Enatty1_amd64.deb01:22
KNUBBIGgabriellhrn: bye :) np01:23
xangua!english > dell01:23
ubottudell, please see my private message01:23
coz_x_,  ok thanks01:23
dell??01:23
mfpocketsKNUBBIG, thanks, here goes a reboot.01:23
x_coz_, thanks for the help01:23
delli don't  understand01:23
musicophiliachttps://bugs.launchpad.net/ubuntu/+source/policykit-desktop-privileges/+bug/71079601:24
ubottuUbuntu bug 710796 in policykit-desktop-privileges (Ubuntu Natty) "[regression] hibernate no longer works on natty" [High,Fix released]01:24
surmandalHi has anyone noticed that hibernate turns the computer off and starts from begning in Natty01:24
caudexchepoll, thanks again.01:24
StrykerVE2EBP, try doing the large update again first, btw i love airplane!01:25
surmandalHi has anyone noticed that hibernate turns the computer off and starts from begning in Natty01:25
bikcmpKNUBBIG: basically01:25
bikcmpKNUBBIG: it's a disassembler01:25
bikcmpif i spelled that right anyway.01:25
KNUBBIGbikcmp: I think you did, but I don't know an Ubuntu pendant, sorry01:26
dellwhy ubottu  not say anything?01:26
bikcmpKNUBBIG: yeah, that sucks01:26
bikcmphaha01:26
dellwhy  ubottu  not  say01:26
KNUBBIGdell: ubottu = a bot01:26
ActionParsnip!bot01:26
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots01:26
dellbot》?01:27
KNUBBIGI doubt that will help him :D01:27
dellwant01:27
Stryker!sources01:27
bikcmpfail01:27
ubottuThe packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories and http://www.ubuntu.com/project/about-ubuntu/components - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories01:27
musicophiliacsurmandal: it is apparently a new bug #710796, if you search google you may find a fix01:27
ubottuLaunchpad bug 710796 in policykit-desktop-privileges (Ubuntu Natty) "[regression] hibernate no longer works on natty" [High,Fix released] https://launchpad.net/bugs/71079601:27
delllike QQ‘s robot?01:27
musicophiliacsurmandal: a bunch of people marked it as fixed01:27
VE2EBPStryker, yes I remember the first time I watched it, I was laughing alone.. Couldn't stop laughing. My aunt walked in and thought I was crazy01:27
Stryker!sources|VE2EBP01:28
ubottuVE2EBP: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories and http://www.ubuntu.com/project/about-ubuntu/components - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories01:28
dellchinese have?01:28
surmandalmusicophiliac, hmm01:28
surmandalmusicophiliac, let me try this first01:28
InumediaHow do I erase a RW DVD on Narwhal?01:29
Stryker!sources|awno01:29
ubottuawno: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories and http://www.ubuntu.com/project/about-ubuntu/components - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories01:29
VE2EBPThanks Stryker01:29
Strykerno problem01:29
KNUBBIG!burn | Inumedia01:29
ubottuInumedia: CD/DVD burning software: k3b (KDE), brasero (GNOME), gnomebaker, xcdroast, wodim (command-line) | To burn ISO files, see https://help.ubuntu.com/community/BurningIsoHowto01:29
StrykerInumedia, use brasero, and find the erase funtion01:30
Strykerwow, a full 2 minutes of nobody talking01:32
KNUBBIGalready wondered if my connection had failed01:32
Strykersame01:33
nit-witI could use a break from the nar-wailing01:34
josuf107oh01:34
User123abcyou guys having flash issues in firefox lately?01:34
nit-witUser123abc, are you familiar with the flash aid add on01:34
User123abcno, let me check it out01:34
nit-witUser123abc, it will fix you up most likely.01:35
dell有日本人吗?01:35
InumediaWhy does it seem like my computer, in general, goes a lot slower with Narwhal then with Maverick?01:35
surmandalmusicophiliac, I think I have some problem with swap partition01:35
KNUBBIG!cn > dell01:35
ubottudell, please see my private message01:35
surmandalmusicophiliac, Disk /dev/dm-0 doesn't contain a valid partition table01:35
User123abcit's definitely possible I have some conflicting plugins installed, thanks01:35
bazhangdell, english only here. #ubuntu-tw or #ubuntu-cn for Chinese01:35
physically_fitUser123abc, install version 10.3 beta. it works better.01:35
surmandalmusicophiliac, that is the result of fdilk -l01:36
nit-witUser123abc, yeah thats what it fixes, check out the other addons by the author.01:36
l1nfr4nk7hey how is everyone tonight01:36
User123abc10.3 what? flash?01:36
physically_fityep User123abc01:36
dellenglish  i can't study well01:36
=== lol is now known as derp
nit-witUser123abc, are you addressing me01:37
bazhangdell, do you have an ubuntu support issue?01:37
User123abcI was, got an answer01:37
nit-witcool01:37
delli can't  understand  you01:38
Dirty_Jerzt01:38
pfifognome-terminal is flashing when its supposed to beep... how can i disable this?01:39
gabriellhrnhello, i wanna ask you. The natty boot is slower than the maverick or maybe it's just with me01:39
josuf107on my macbook5,5 cheese is able to detect and use my builtin camera but skype claims that /dev/video0 is not detected01:39
josuf107*macbookpro01:39
VE2EBPStryker, I will shut down my irc client and then will try again because who knows, it might interfere though I doubt it01:40
l1nfr4nk7so i installed Tor since i got an email from comcast, but every time i start is it says that the ip its trying to use is already in use01:40
nit-witgabriellhrn, you a new install or upgrade01:41
Strykerokay ve201:41
IdleOnek_sze: thank you for the translations :)01:41
k_szeYou're welcome. :D01:41
k_sze!fr01:41
ubottuCe canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr, ou #ubuntu-qc. Merci.01:41
IdleOnek_sze: /msg the bot so not to spam the channel01:42
KNUBBIGgood night everyone :)01:42
=== KNUBBIG is now known as KNUBBIG_
k_szeright, I forgot. ><01:42
=== QaDeS_ is now known as QaDeS
User123abcthat did the trick, thanks nit-wit01:42
l1nfr4nk7anyone any ideas bout my Tor Problem?01:43
bazhangl1nfr4nk7, need more details01:43
l1nfr4nk7so i installed Tor since i got an email from comcast, but every time i start is it says that the ip its trying to use is already in use01:43
nit-witUser123abc, cool it is a cool addon, I use one other flash video replacer01:44
ActionParsnip!tor | l1nfr4nk701:45
ubottul1nfr4nk7: Tor is a program to route connections through several servers for anonymity. It is not in Ubuntu's repositories. For setup info, see option (2) of https://www.torproject.org/docs/debian.html.en | To use Tor on freenode, see !tor-sasl01:45
slakhello01:45
slaki can't get a sourcecode to compile it says i have to run a defrag first??01:45
milamber!details | slak01:46
ActionParsnipslak: ext3 and ext4 don't need defragging01:46
ubottuslak: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."01:46
l1nfr4nk7i basically -sudo tor and got vidalia01:46
friisHi, can anyone help me. I have just installed Ubuntu 11.04 and it says my wireless networks is disabled in hardware switch. How do I turn it on?01:46
slaki run make and it gets along way through it01:47
ThisDBhi, im getting a message that my hardware doesnt support unity, its 2 brand new nvidia GTX460s, what can i do about this?01:47
slakthen it says fsck failed please manually run degrament to compile this source.01:47
soreauslak: What are you trying to do exactly?01:47
slakjust compile this tarball my friend gave me...01:48
Un-Deadhi guys, im running ubuntu netbook 10.10 and seem to be having incredibly slow wifi connection once the netbook is closed and re-oppened about 3 to 4 minuted for the wifi to connect to the hotspot01:48
soreauslak: Why?01:48
slakuh01:49
slakits a really cool source code01:49
Strykerl1nfr4nk7, that is because many people are on the same ip, as tor directs u thru another computer's internet. pls do not try to log on anything while using tor, the exit node can steal ur password01:49
slakof some private stuff.. and ive never seen an error like this before01:49
soreauslak: From the information you've provided, this has nothing to do with ubuntu01:49
slakbut im on ubuntu01:50
slakso doesnt everthing have to do with ubuntu?01:50
soreauno.01:50
bazhangslak, NOPE01:50
slaki mean.. if i run a youtube video of some fat bitch dildoing herself.. im still doing it ON UBUNTU01:50
slakyou virgin nerds make no sense01:50
Strykerslak sounds like you are opening it wrong01:50
Un-Deadanyone?01:51
soreauThought I detected a trollometer fluctuation01:51
bigmack83when i run 'source ~/.bashrc' i get the error "No such file or directory" when the .bashrc file is clearly there in my home directory with the proper permisssions. anyone else having this issue in natty?01:51
Jordan_UStryker: That's not true. If you're using SSL/TLS at least (which you should be).01:51
StrykerJordan_U, true01:51
Un-Deadif it helps i dont belive its a hardware issue, as on my windows partition the wireless is very fast01:51
Un-Deadjust seems to lag very bad on the netbook 10.1001:51
Strykermy trollometer's needle just broke01:51
Jordan_UStryker: An exit node cannot steal your password if you login via https or any other authentication that can actually be considered secure.01:52
soreauUn-Dead: So it's fine at first until you close and reopen the tablet?01:52
Un-Deadcorrect01:52
Stryker*cheap dollar store trollometer01:52
soreauUn-Dead: Sounds like a possible driver issue. Which wifi chip is it?01:52
bazhangStryker, please stop the chit chat01:52
Un-Deadim not sure its an LT2030u gateway01:52
Un-Deadim sorta an ubuntu noob sorry01:53
Un-Deadlinux noob*01:53
Un-Deadif it helps in order to get the wireless to work i had to plug the ethernet cable in and run aptitude update01:54
soreau! who | Un-Dead01:54
ubottuUn-Dead: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)01:54
soreauUn-Dead: Check the output of 'lspci|grep Network'01:55
josuf107I'm running 11.04 on a macbook 5,5 and the builtin camera is not working. relevant [I think] dmes output pastebin.com/8Fm1Lvkw01:55
josuf107*macbookpro, *dmesg01:55
soreau! webcam | josuf10701:55
ubottujosuf107: Instructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras01:55
friis! wireless hardware switch | friis01:56
ubottuError: I am only a bot, please don't think I'm intelligent :)01:56
Un-Deadsoreau lspci|grep Network returns: broadcom BCM4312 802.11/g LP-PHY rev 0101:56
soreauech01:57
soreau! broadcom | Un-Dead01:57
ubottuUn-Dead: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx01:57
cypha`how do i figure out if my Ubuntu is 32 or 64 bit?01:57
cypha`and why doesn't it say so in the About Ubuntu link?01:57
Un-Deadsoreau thank you i will read01:57
=== cypha` is now known as cypha
soreaucypha`: See 'uname -a'01:57
edwardthefma:)01:57
* edwardthefma is trying to decide on with type of destop effects he wants any 1 got any good sugestions :)01:58
=== k_sze is now known as k_sze[mobile]
cyphasoreau i686?01:58
=== k_sze[mobile] is now known as k_sze
silvertip257This setup is nearly identical to mine>http://www.techienote.com/2010/06/pxe-booting-lucid-lynx-ubuntu-10-04.html, but I cannot seem to boot Ubuntu or a few other related distros.01:58
soreaucypha: That's 32bit AFAIK01:58
B0BBYhello people.01:59
cyphasoreau, Linux cypha-VirtualBox 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 01:41:57 UTC 2010 i686 GNU/Linux01:59
B0BBYanybody using grub with truecrypt?01:59
soreaucypha: Looks like 32bit01:59
ubuntuguyEvertime I log off in ubuntu 11.04, I go to the usual screne, but everytime I type in my correct password, it tells me that it's wrong. And sometimes, it doesn't block out my password. I would have to restart my whole system. Any suggestions?01:59
ubuntuguyI know that I'm typing in the correct password btw02:00
Strykerjosuf, try 'LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so WEBCAMAPPLICATION'02:00
ubuntuguyEvertime I log off in ubuntu 11.04, I go to the usual screne, but everytime I type in my correct password, it tells me that it's wrong. And sometimes, it doesn't block out my password. I would have to restart my whole system. Any suggestions?02:02
quackaduckubuntuguy: try manually typing the username in your login screen, maybe it's defaulting to a different username, maybe root?02:02
Stryker!flood02:02
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.02:02
ubuntuguyI do manually type it in, and how can I check that it's not root02:03
Un-Deadsoreau thankyou, installing the b43 instead of STA drivers seemed to have remedied the issue02:03
soreauUn-Dead: cool02:03
quackaduckubuntuguy: well you'll know that it's root because it will say it02:04
ubuntuguyWell, it shows my username, but on longer does it show my profile pic.02:04
hypodermiaanybody know a way to migrate AWAY from an encrypted home?02:05
thomiHi, Where's the correct place to report issues with the official ubuntu package servers?02:06
quackaduckubuntuguy: I dunno, i'd check the login preferences as a start02:06
ubuntuguyAlright, I'll check it out02:06
ubuntuguyWhere is login preferences?02:08
quackaduckSystem>Administration02:08
bmooreanyone been able to change the theme of gdm in natty?02:09
FisherPwow, IRC using empathy... that's new to me... well empathy is new too02:09
B0BBYnobody can run natty.02:10
ubuntuguyCan't find it02:10
B0BBYconfiguration is another isue02:10
FisherPI'm running natty...02:10
B0BBYlol02:10
FisherPhad to get rid of unity though02:10
ActionParsnipB0BBY: works fine here on 2 systems02:10
B0BBYhehe, unity is the major culprit.02:10
quackaduckubuntuguy: it should be under preferences or administration02:10
nit-witsame here ActionParsnip02:10
FisherPi didn't like it for the desktop (prob just not use to it)02:10
flowbeefolks.  i am trying to run a script in ~/bin which is in my path.  if i run: 'get-shit-done' within any directory i get the usage message that i must run it as root.  however when i do 'sudo get-shit-done' i see: command not found.  what do i do?02:10
ActionParsnipB0BBY: log in to gnome classic then...02:10
FisherPit's good on my wife's netbook though... perfect interface02:11
ubuntuguyI'm using unity02:11
nit-witcube and wobbly windows and all02:11
bazhangB0BBY, this is not the channel for that, choose classic02:11
B0BBYActionParsnip: was using it for netbook. and unity basically took up space on a limited screen.02:11
B0BBYclassic was giving blank screen.02:11
slouchersudo ./getshitdone02:11
ActionParsnipflowbee: in |/.bashrc add the line:  export PATH=$PATH:~/bin02:11
B0BBYno menus, no nothing, alt-f2 doing nothing.02:11
ActionParsnipflowbee: ~/.bashrc02:11
flowbeeActionParsnip, thats already there02:12
FisherPbobby did u do an upgrade?02:12
FisherPor fresh install02:12
Chuchulainhi all ...anyone have a software preference for blogging in ubuntu, and why?02:12
ActionParsnipflowbee: then run:  source ~/.bashrc02:12
B0BBYFisherP: did upgrade from 10.04, to 10.10 then 11.0402:12
ActionParsnipflowbee: to add the new settings02:12
nit-witChuchulain, not the correct channe02:12
B0BBYrsync for teh w1nz.02:12
nit-witChuchulain, #ubuntu-offtopic02:13
FisherPyeah when i upgraded from 10.10 to 11.04 it did horrible things to both classic and std interface02:13
B0BBYjust backed home and reinstalled02:13
flowbeethats already in the path for me as a user; i think its not finding the command when sudo is run02:13
Chuchulainnit-wit, ne idea what is...? it's ubuntu specific/02:13
Chuchulain?02:13
FisherPi pretty much deleted all the gnome and gtk settigns02:13
FisherPand started again02:13
FisherPworks ok now02:13
nit-witChuchulain, this is the Natty channel not linux02:13
hexdump_Excuse me folks, I can't remember does how do you check what type of video card you have?02:13
FisherP(touch wood)02:13
B0BBYFisherP: lol, yeah motsly the unity was an issue. on limited screen you don't want something that wouldn't just go away.02:13
josuf107flowbee: it's probably not in root's path02:13
B0BBYFisherP: they said it would autohide in 11.04 but it NEVER loaded.02:13
B0BBYlol02:13
xangua!poll | Chuchulain nit-wit02:14
ubottuChuchulain nit-wit: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.02:14
Chuchulainnit-wit, k, so where is the general ubuntu channel now?02:14
josuf107flowbee: you should adjust the permissions of it so that you can execute it02:14
FisherPbobby very odd, my wife's upgraded just fine02:14
hexdump_i like men02:14
ActionParsnipB0BBY: there are guides to make it hide, log in to gnome classic and unity dosn't load02:14
FisherPbobby it was running 10.1002:14
nit-witxangua, point it at the correct user02:14
flowbeejosuf107, i can execute it but it requires root for some stuff with networking it does02:14
B0BBYActionParsnip: as I was mentioning earlier classes wouldn't load anything. blank screen. couldn't alt-f2.02:14
hexdump_Damnit my buddy put that I loved men on here.02:15
B0BBYActionParsnip: *classic02:15
FisherPbobby did u set it up to auto login?02:15
newbieneedshelpHi all, does anyone here know how to use dual monitors working with an nVidia GPU in Ubuntu 11.04? I've googled it but i'm getting very weird results (truncated screens, etc, had to restore the backup of the xconf file several times). the nvidia "x server configuration" utility also doesn't seem to work too well. any clue?02:15
newbieneedshelpthanks in advance!02:15
B0BBYFisherP: nah. I don't really setup auto login.02:15
hexdump_Sorry does anyone remember how to check and see what video card I have?02:15
B0BBYhexdump_: lspci02:15
josuf107flowbee: why keep it in your home directory then?02:16
B0BBYFisherP: 10.04 wokrs. so no need to really keep upgrading.02:16
josuf107flowbee: you can always sudo /home/your_name/bin/script.sh02:16
B0BBYso put it to that.02:16
hexdump_Bobby:  thanks man.  Duh I totally forgot.  I can do lsusb and so on.  man I've been away for quite some time.  I appreciate it.02:16
FisherPbobby yeah, did u re-install? to 10.04?02:16
flowbeejosuf107, i know i want to run it from any dir02:16
ohsixnewbieneedshelp: ask them to add randr support ;]02:17
newbieneedshelposhix: is it a known issue? that would be a bummer02:17
B0BBYFisherP: lol had to reinstall.02:17
B0BBYFisherP: 'coz officially downgrading is not supported.02:17
ActionParsnipnewbieneedshelp: log into gnome classic, may help02:17
FisherPbobby thot so... and 10.04 doesn't use unity at all right? just classic...02:17
FisherPbobby that's why my wife's upgrade went smoothly.. she was already running unity02:18
ubuntuguyEvertime I log off in ubuntu 11.04, I go to the usual screne, but everytime I type in my correct password, it tells me that it's wrong. And sometimes, it doesn't block out my password. I would have to restart my whole system. Any suggestions?02:18
B0BBYFisherP: it has a netbook interface and classes. the netbook interface is like old look. but it works great.02:18
B0BBYFisherP: it has the on desktop application browser thing....02:18
wolterhow can I stop bootchart from running at startup if this fails http://blog.learnadmin.com/ and without doing a chmod -x ?02:19
FisherPbobby yeah i like the eesypeasy interface.. that was the first one i looked at for my wife's netbook, but then i noticed the 10.10 unity interface, the distro had more up to date support for the eeepc R10102:19
newbieneedshelpActionParsnip: Hi, I'm not really sure what that mean; does that mean not using the new Unity UI?02:19
FisherPbobby did u try a live usb of 11.04?02:20
newbieneedshelpIn the past I managed to get dual monitors with Xinerma to work on a different computer also using nVidia but I had to disable the "compiz" feature, which was disappointing02:20
josuf107flowbee: sudo runs setuid, so it's effectively root02:21
S4RYubuntuguy i whould Boot into recovery mode (from the Grub prompt at the very start of booting), and then run "passwd <myrusername>" .. that should set a new password.02:21
ActionParsnipnewbieneedshelp: its worth it, just tto test. I've heard people having issue with dual monitor and unity02:21
josuf107flowbee: it's probably best to just put the script in /bin02:21
B0BBYFisherP: nah, is it really nice? is that why you ask?02:21
newbieneedshelpActionParsnip: can you point to an article explaining how to go about it?02:22
B0BBYFisherP: I just figured 10.04 was working nice, why bother.02:22
newbieneedshelpI really am a newb, sorry :)02:22
josuf107flowbee: what you could do is alter your script to raise its permissions on its own02:22
ActionParsnip!classic | newbieneedshelp02:22
ubottunewbieneedshelp: The default interface in Ubuntu 11.04 is !Unity. You can switch back to regular !Gnome by logging out and clicking on your user name, in the Session box at the bottom of the screen select Ubuntu Classic.02:22
NozyI like 11.402:22
Nozythink it better then 10.402:23
newbieneedshelpThank you!02:23
newbieneedshelpwell, I guess I'll try that, so I'll need to log out,02:23
Nozylike that it gets out of my way02:23
FisherPbobby well i think.. unless u're a power user it's pretty good the unity bar moves out of the way and the apps are integrated into the top launch bar... menus go up the top.. not all apps, but enough02:23
newbieneedshelpmaybe I'll be back later, thanks!02:23
cyphawhat's a virtual drive emulator for ubuntu?02:23
cyphai have a .bin file i'd like to run02:24
gigaclonI was trying to remove Ubuntu by reformating the partition as NTFS, but I get a unknown filesystem error and a grub rescue prompt. How can I get it to boot to my windows partition?02:24
Nemosiscan anyone point me toward a general ubuntu channel, specifically to garner opinions about software choices?02:24
quackaduckFisherP: I don't think you can use ubuntu/linux without being a power user...lol02:24
tensorpuddingNemosis: you can talk about it in #ubuntu-offtopic02:25
FisherPquackaduck: my wife, mum, and sister all use k/ubuntu and love it.... (i'm tech support)02:25
FisherPquackaduck: and none of them are power users02:25
FisherP:D02:25
B0BBYFisherP: I like the 10.04 way of doing it.02:25
renegaidhas there ever been an ubuntu release that didn't break something02:25
FisherPbobby cool02:26
renegaidwireless no work with 11.0402:26
B0BBYFisherP: it's nice to see the app have it's own icon instead of unity trying to do windows 7 things.02:26
tensorpuddingrenegaid: anecdotal experience points to yes02:26
LAcanrenegaid, u using network manager?02:26
FisherPrenegaid: it does, but what hardware do u have?02:26
B0BBYit's like kde, the minute they turn to change their whole interace to look like vista, windows changes to 7 and kde already looks old.02:26
cyphais there a drive emulator that can be used in linux?02:26
B0BBYcypha: drive emulator?02:26
cyphai'd like to run a .bin file02:26
Bangkalan«¤‹¤«¤‹¤«¤‹¤02:26
renegaidbroadcom wireless does not work02:26
cyphaB0BBY, or do i extract a .bin file?02:26
B0BBYcypha: it's a cd image?02:26
cyphai was expecting an install02:26
tensorpuddingrenegaid: what were you using before, driver-wise?02:27
cyphai'm not sure02:27
renegaidread all sorts of work arounds online02:27
cyphait's just a .bin02:27
LAcanrenegaid, are you using network manager?02:27
B0BBYcypha: well depends on what's in it. if it's a cd image, you miht be able to mount like iso files.02:27
cyphaB0BBY: http://developer.motorola.com/docstools/motodevstudio/download/02:27
renegaidi just installed ubuntu02:27
LAcanrenegaid, uve used ubuntu before?02:27
cyphaB0BBY, how do i do that?02:27
philipballewrenegaid congrats!!!02:28
quackaduckFisherP: lol...but you're there to fix problems in their computers :P I tried setting up 11.04 for someone else once...I don't think ubuntu is at that stage yet where you can eliminate the use of a terminal completely02:28
B0BBYcypha: that's a windows installer?02:28
FisherPwell about the kde interface, I still reckon it and gnome (with compoziting) make windows look way old school, even win702:28
renegaidnot on this laptop but from what i read wirless works with 10.10 but 11.04 breaks it02:28
cyphaB0BBY, the Linux download link02:28
cyphafor 32bit02:28
LAcanrenegaid, does the card show up in network manager?02:28
B0BBYcypha: http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/02:28
B0BBYcypha: might be just a executable.02:29
B0BBYchmod a+x file; then ./file.02:29
renegaidit shows up in driver list but fails to enable02:29
cyphawhy isn't it double clickable!?02:29
FisherPquackaduck: well, once u set it up, it's fine... yeah sometimes the setup (regarding hardware) isn't perfect.. but once it's set up it's all good02:29
kevinyounghi all02:29
B0BBYcypha: if it's not +x permitted, it might not be double clickable.02:29
BangkalanWhen I start bind9 , there is msg "Domain service name [fail]" what's wrong?02:29
B0BBYcypha: go to gnome-terminal, then type in chmod a+x filename02:29
josuf107flowbee: ah you know you should export PATH=$PATH:/home/whoareyou/bin02:29
FisherPquackaduck: MUCH better than it used to be... my wife, sister, and mother don't play or add programs, or change the system much.. so when it's working, it works.02:30
B0BBYFisherP: the win 7 I really really like. the kde I like too. I like eyecandy02:30
renegaidhttp://ubuntuforums.org/showthread.php?t=174372302:30
kevinyoungsomeone can help me to how to use lynx link chinese websit02:30
renegaidbasically the same problem02:30
josuf107flowbee: give that a try. i did some experiments on arch and was able to sudo run a script with a relative dir in my path and an absolute02:30
semitonesis there any reason natty on a spare partition wouldn't be as stable as natty on a main partition02:30
B0BBYcypha: so that fix it?02:30
FisherPquackaduck: my mum used to have me re-install windows every year or so 'cause viruses or some such thing.. i've put kubuntu 9.04 on her machine, haven't had to touch it since02:31
flowbeejosuf107, i wrote a custom alias for it and it works now02:31
* edwardthefma is trying to decide on with type of destop effects he wants any 1 got any good sugestions :)02:31
S4RY!ch | kevinyoung02:31
ubottukevinyoung: Das Schweizer Team finden sie unter #ubuntu-ch, deutschsprachigen Support bekommen sie aber in #ubuntu-de, #kubuntu-de oder #edubuntu-de. Aus regionalen Gründen ist im Schweizer Channel nur Englisch erlaubt. Geben sie einfach /join #ubuntu-at ein! Danke für ihr Verständnis.02:31
quackaduckFisherP: Yeah, that's true. Until ubuntu does an update and breaks something lol.02:31
B0BBYFisherP: lol, that's where you create a system image, and teach them how to restore.02:31
FisherP:D02:31
B0BBYFisherP: but if they like kubuntu,that's solving the windows thing.02:31
FisherPgtg thanks for the chat02:31
FisherPyah, kde is nice, but it's laggy02:32
B0BBYhave ufn02:32
quackaducksee ya02:32
B0BBY*fun02:32
FisherPcauses issues with 3D games like minecraft02:32
renegaidubuntu 11.04 is also laggy to me02:32
FisherPhave to keep switching compositing off02:32
renegaidno where as smooth as win 702:32
newbieneedshelpGnome Classic didn't help :\ still get a truncated screen02:32
josuf107flowbee: nice work. still, it's interesting02:32
quackaduckFisherP: I run minecraft completely fine with compositing, though my system overheats sometimes and reach 100 degrees02:33
newbieneedshelpno dual monitor is a real blow :/ might force me to go back to Vista02:33
newbieneedshelpthat would be tragic02:33
cyphaB0BBY, i've got a couple stupid questions too02:33
B0BBYcypha: shoot.02:33
FisherPquackaduck: ouch..02:33
cyphaB0BBY, i can't get the terminal to go to the directory the downloaded file is in02:33
KM0201newbieneedshelp: did you not set up a dual boot system02:33
Bangkalanrndc 127.0.0.1#953 = connection refused02:33
B0BBYcypha: do you know what folder it's in?02:33
B0BBYcypha: if you used firefox, it should be in ~/Downloads/02:33
cyphaat the terminal prompt, I type "dir" and i see:02:33
cyphaDesktop    Downloads  examples.desktopPictures  Templates02:33
cyphaDocuments  Dropbox    MusicPublic  Videos02:33
cyphaso i type "cd downloads"02:34
B0BBYcypha: so type in: cd Downloads02:34
cyphabut it says directory doesn't exist02:34
cyphaOH YEAH02:34
B0BBYit's case sensitive02:34
escottcypha, it is case sensitive02:34
cyphaforgot about that02:34
cyphathanks02:34
newbieneedshelpKM0201: nope cause I wanted to format the Vista partition anyhow, but I really didn't intend switching OSes anyhow, I wanted Ubuntu to be the only OS02:34
B0BBY:)02:34
B0BBYonce you type Dow, you can hit tab it will auto comp.02:34
escottcypha, you can make it not case sensitive with the following addition to your bashrc shopt -s cdspell02:34
KM0201newbieneedshelp: well, when you're new, not setting up a dual boot system, is a surefire way to reinstall windows within the week02:34
B0BBYsame with filename.02:34
escottcypha, that way you can type cd down[TAB] and it will correct it to Downloads02:35
cyphaB0BBY, how can I autocomplete the filename?02:35
newbieneedshelpI have some experience, my office machine is dual booted, everything works perfectly I just can't get the dual monitors to work02:35
B0BBYtype in a few letters then press tab02:35
B0BBYthe tab key02:35
cyphadidn't work02:35
cyphaoh02:35
cyphadid now02:35
B0BBYyou gotta type in enough for it to be able to complete it.02:35
newbieneedshelpI didn't realize it was simply a big no-no with nvidia drivers :\02:35
B0BBYotherwise you press twice and it gives you the options it can use.02:35
B0BBYnvidia drivers tend to be better in linux than the ATI ones.02:36
B0BBYso I hear. I use nvidia.02:36
newbieneedshelpI dunno, their "x server config utility" thing does a pretty poor job so far, many configurations are "corrupt" and I need to restore my xconf backup.02:37
cyphaescott, B0BBY, thanks for the help02:37
B0BBYcool, you get it running?02:37
morcegolashi02:38
newbieneedshelpBOBBY: were you talking to me or to Cypha? if to me than yeah, it works but isn't helpful :)02:39
yassineis there a way to post install windows on a ubuntu based box without loosing ubuntu?02:39
B0BBYto cypha02:39
newbieneedshelpk sry :)02:39
morcegolasI can't share a folder with my mac, with samba, it always gives me bad user/pass, can anyone help me please?02:39
eekTheCatcan someone reccommend a lightweight calendar application that's not evolution?02:39
escott!grub | yassine02:39
ubottuyassine: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)02:39
dios_mioi bought a laptop with win7 on it but i scrapped that and installed ubuntu on it.. am i stupid?02:40
escottyassine, you will lose ubuntu momentarily but it is usually easily restored with a live cd02:40
dios_mio.j windows02:40
yassineescott, thanks02:40
cyphaB0BBY, yeah, it's running02:40
eekTheCatsunbird isn't in official ubuntu repos :(02:41
renegaiddios_mio, yea02:41
B0BBYcypha: cool.02:41
newbieneedshelpwell, so no clue about dual monitors with nvidia?02:42
=== Ritlee_ is now known as Ritlee
S4RYnewbieneedshelp: which NVidia you activeted ?02:42
morcegolasI can't share a folder with my mac, with samba, it always gives me bad user/pass, can anyone help me please?02:42
newbieneedshelps4ry: the "(Current Version)" one, but it's listed as "Activated but not currently in use" is this a problem?02:43
TrouberGalIs there a php-gtk package for 11.04?02:43
RitleeI need help with PCRE expression, specifically an exclusion02:43
=== matt_ is now known as Guest96436
S4RYnewbieneedshelp: if it's activated , it should be the one in used.02:44
freak4pcHey all, i hope anyone could assist ... I've god wubi and the 64-bit Ubuntu 11.04 in the same folder... started the installer , everything unpacks, computer reboots - shows 3... 2... 1... ubuntu screen for a second and than just a scrambled display of my screen , as follows : http://i54.tinypic.com/2hn1gyc.jpg02:45
freak4pcAnyone else have experienced this perhaps?02:45
izinucsok.. how come when I hit "super" and enter filemanager or nautilus nothing shows?02:45
newbieneedshelps4ry: well, it looks like it's set up correctly but the "additional driver page" has that text listed (that is 'activated but not currently in use') I'm really not Linux savvy enough to understand whether this is significant or not02:46
newbieneedshelpoh well, I guess I'll just keep googling it up, at least I know how to restore the defaults now02:46
freak4pcHey' I am having a problem with installing Ubuntu on a Dell laptop  : http://i54.tinypic.com/2hn1gyc.jpg02:46
RehanI have an ubuntu 11.04 install on a flash usb disk. How can I make the grub loader on that disk give me the options of the OS on the flash usb as well as the options on the hard disk of any computer that I plug it into? Thank you.02:46
ActionParsnipRehan: you'll need to add entries in the grub2 config files, then run: sudo update-grub02:48
S4RYnewbieneedshelp , i meant to ask to see if nvidia glx is on the list. the glx might do it.  take a look http://www.ubuntugeek.com/dual-monitors-with-nvidia.html02:48
eekTheCatWhat does Ubuntu Firefox Modifications do?02:48
ActionParsnip!grub2 | Rehan02:48
ubottuRehan: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)02:48
izinucsnewbieneedshelp: restart to activate02:48
RehanActionParsnip: thanks, I know how to do that but that doesn't solve the problem I'm trying to solve...02:48
RehanActionParsnip: I want grub2 to probe for new OS's on its own02:49
ActionParsnipRehan: maybe:  sudo apt-get install os-prober; sudo os-prober; sudo update-grub02:49
escottRehan, i'm not sure that you can do what you want02:50
izinucsRehan: the link is good.. you might look at "chainloading" or boot to the usb live and sudo update-grub.. it should search and find them02:50
RehanActionParsnip: i have os-prober already installed, but i don't want to have to go to a new computer, log in, then run update-grub or os-prober. Seeing if there's a solution for it on bootup02:50
newbieneedshelps4ry: when running sudo apt-get install nvidia-glx I get error "E: Package 'nvidia-glx' has no installation candidate" - so I don't know how to proceed with that article02:50
bigmack83i tried installing the proprietary driver for my nvidia geforce 8800 gtx, and it installed fine, no issues. but after i restart the computer freezes as soon as gnome is loaded.have to force reboot.i enter recovery and use 'sudo dpkg-reconfigure xserver-xorg' and on next boot it works fine. but once i reboot again gnome freezes immediately.02:50
escottRehan, grub2 would need to have a usb driver and initialize that usb system, scan for devices, etc...02:50
bigmack83unintstalling the proprietary driver seems to have no effect on this02:50
gantrixxI recently upgraded to Ubuntu 11.04.  I noticed that the X-windows select-and-paste no longer works.  Has anyone else noticed this?02:50
Rehanescott: initialize the usb system? Doesn't it already do that if i'm booting from the USB and seeing grub?02:51
=== tase is now known as Tase
escottRehan, i thought you were booting from hard drive... you are booting from usb and want to boot the hard drive?02:52
bigmack83also looking into /etc/X11 there is no xorg.conf, only xorg.cong.backup which seems to be the version that was borked. anyone know how i can fix this? otherwise i have to reconfigure on every boot02:52
usr13bigmack83: What video card do you have?02:52
escottRehan, have you added entries to grub.conf?02:53
bigmack83nvidia geforce 8800 gtx02:53
S4RYnewbieneedshelp: but i won't urge for the nvidia-glx , we might find another method as a workaround.02:53
Rehanescott: i have an ubuntu install on my USB, with grub2 loaded on that. I want to be able to take that USB and plug it into some other computer and have grub give me the option to boot the ubuntu install on the USB AND the option to boot to whatever OS that computer has on its hard drive (windows, ubuntu, whatever).02:53
S4RYnewbieneedshelp: ah , there is a differ version for glx.02:53
usr13bigmack83: Have you installed the nvidia driver for it?  Or are you content in using the OpenSource one?02:53
escottRehan, you should just be able to copy the grub.cfg entries to your usb sticks grub.cfg02:54
bigmack83there is 2 proprietary options and on foss verison. i tried the recommended proprietary one.02:54
Rehanescott: the grub.cfg entries from which computer?02:54
bigmack83i dont really care which version as long as it works and it will let me run desktop effects02:54
usr13bigmack83: Ok then, you probably need to run nvidia-settings02:54
Rehanescott: i don't think you're understanding my question, probably due to me being terrible at explaining what I'm trying to do02:55
newbieneedshelpS4RY: I apologize I'm not sure I'm following :(02:55
bigmack83its uninstalled right now. i opened up the settings panel from the admin menu02:55
FiReSTaRTstupid natty-related question.. if i have a package that opens and then automatically minimizes into the notification area, how do i get to the open instance in unity?02:55
Rehanescott: i want to be able to come to your house, plug in my USB flash drive into your computer and have grub automatically show my OS and your OS and let me choose between the two02:55
newbieneedshelpmaybe I should read this article : https://help.ubuntu.com/community/NvidiaMultiMonitors02:56
Rehanwithout me logging in ever before to your system and doing anything with update-grub02:56
bigmack83right now no driver is installed and it works fine (no desktop effects/compiz/unity) and i know the next time i boot i will have to go into recovery mode and run sudo dpkg-reconfigure xserver-xorg else it will crash on gnome loading02:56
S4RYnewbieneedshelp: scratch that nvidia-glx method.02:56
usr13bigmack83: I think you can run desktop effects either way, but if you have no /etc/X11/xorg.conf and you want to run the proprietary Nvidia driver, then you need to run nvidia-settings so that it will configure and write a /etc/X11/xorg.conf file.02:56
bigmack83this happened only after i got the driver, but now happend whether its installed or not02:56
bigmack83usr13, ok ill reinstall the driver and try that and look to see if it made one. uno momento02:57
S4RYnewbieneedshelp: that what i was looking for , an Ubuntu documentations , yes .02:57
aeon-ltdRehan: not sure if it would work the way you want to, but you could use plop, boot that first then it will allow you to choose the host pc's hdd to boot (their grub) or your own usb (grub)02:58
newbieneedshelpS4RY: It looks like I already tried most of the things the article suggests but still I'll try to follow their instructions and see if I get any different results02:58
bigmack83usr13, actuall since i installed natty, unity and effects have not worked for me yet.02:58
newbieneedshelpThanks for all the help so far!02:58
Rehanaeon-ltd: thank you for the help. :)02:59
aeon-ltdRehan: link --> http://www.plop.at/en/bootmanager.html03:00
bigmack83usr13, installed driver. need to log out. brb03:00
izinucsWhen you make a new shortcut in nautilus is there a way/place to edit it?03:01
S4RYnewbieneedshelp: which article have you followed ?03:01
* edwardthefma is trying to decide on with type of destop effects he wants any 1 got any good sugestions :)03:02
newbieneedshelpS4RY: https://help.ubuntu.com/community/NvidiaMultiMonitors - but I tried using 'seperate X screen' rather than TwinView, I'll give 'TwinView' a try03:02
newbieneedshelpS4RY: Oh yeay!03:02
S4RYah, alright good luck with that. ;)03:02
newbieneedshelpS4RY: TwinView works ! no reboot required!03:02
newbieneedshelpWhat joy! :)03:03
S4RY;D03:03
aeon-ltdedwardthefma: ask in offtopic03:03
newbieneedshelpThank you very much!03:03
aeon-ltdedwardthefma: alfonse is there...... :)03:03
newbieneedshelpWell, I can rest easily now! :)03:03
ubuntuhello i need help need i install restricted and non free on lubuntu 10.1003:04
newbieneedshelpOnce again, thank you very much. Have a great night you all.03:04
aeon-ltd!restricted | ubuntu03:04
ubottuubuntu: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/10.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats03:04
S4RYhave a good one newbieneedshelp03:04
gantrixxI recently upgraded to Ubuntu 11.04.  I noticed that the X-windows select-and-paste no longer works.  Has anyone else noticed this?03:04
abstrakthow do I use my network connections without using network-manager-gnome03:04
abstraktlike how would I choose what wifi to connect to, enter a password, etc, from the command line03:05
qinabstrakt: nmcli03:05
abstraktor, from e.g. fluxbox or openbox where I don't have a "network manager" applet03:05
abstraktqin, sweet, thanks :)03:05
abstraktalso, since we're on a roll03:05
Tweakyhey everyone. i just upgraded to 11.04 but when i start it freezes part way through. if i select the grub option previous versions and choose the first item there ubuntu starts up as it should. any ideas?03:05
ubuntubut need i?03:05
abstrakthow come my panel applets *usually* load funky the first time i login after boot, but all I have to do to fix them is log out and log back in03:06
gantrixxI recently upgraded to Ubuntu 11.04.  I noticed that the X-windows select-and-paste no longer works.  Has anyone else noticed this?03:06
abstraktlike, I run a 9x9 desktop grid, 90-99% of the time, on first login after boot, my desktop switcher panel applet is totally garbled, half cut off and just unusable... all I have to do to fix it is simply log out and log back in03:06
abstraktgantrixx, upgraded or did a wipe and a clean install?03:07
S4RYTweaky: hi , have you tried one of the boot parameter options.03:07
abstraktmaybe it doesn't matter these days, i'm always paranoid about just doing a clean install03:07
abstraktqin, ^ any ideas on that?03:07
gantrixxabstrakt, I did an upgrade03:07
S4RYi've faced the same issue one. Tweaky03:08
kneauxWhen I go to burn a disc with Brasero, it immediately ejects the disc and gives me "GStreamer encountered a general stream error." I literally just burned a disc ten minutes ago, and then it started doing this. Tried multiple discs and rebooting. Any ideas?03:08
S4RY*once.03:08
=== LewekLeonek is now known as Lewek_Leonek
ubuntuhelp i have lubuntu 10.10 try restricted yes or not?03:08
TweakyS4RY: boot paramater option in grub?03:08
kneaux(hello everybody, feliz seis de mayo)03:08
S4RYTweaky: thats right ,03:08
abstrakthmm03:09
abstraktqin, "It is not meant as a replacement of nm-applet or other similar clients." <- so you still need something03:09
escottRehan, dont think what you describe is possible03:09
abstraktqin, so what would that something be?03:09
escottRehan, but if you find a way let me know03:09
=== jaxdahl2 is now known as jaxdahl
Rehanescott: looking into using PLOP + Grub203:09
FiReSTaRTok so any tips on switching to a running application that's minimized to the tray?03:10
qinabstrakt: widc, or just iwconfig with wpa_suplicant03:10
abstraktqin, ok, well that would only be for wireless networks, right?03:11
usr13FiReSTaRT: Mouse quit working?03:11
escottkneaux, no problems playing the audio?03:11
FiReSTaRTusr13: i don't see it in the notification area03:11
FiReSTaRTusr13: friggin unity03:11
usr13o03:11
qinabstrakt: Yes, with WPA there is a bit hussle to get it work.03:12
kneauxescott, no. I just took a look at the log, it's failing because I'm burning FLAC files now03:12
abstraktqin, yeah i'm aware :(03:12
abstraktqin, but whatever, one of these days I will figure it out :)03:12
FiReSTaRTusr13: if i could have seen it, that would have been easy03:12
izinucsFiReSTaRT: look on the left in the icon bar.. you'll see little triangles next to active icons.. the bar also scrolls up and down03:12
qin!wicd > abstrakt03:13
=== Tase is now known as tase
kneauxescott, it's odd, I can put the flac in the project, but as soon as it tries to start preparing the burn it ejects the CD instead03:14
FiReSTaRTizinucs: pops open the chat window (amsn) but not the actual contact list window03:14
TweakyS4RY: which boot options am  i looking to change?03:15
bigmack83usr13, ok so it seems to work now. i even actually see the unity dock. but now i apparently cant drag or open any windows into my other screen. im also unable to right click the top panel to move it to the other monitor. any ideas?03:17
bigmack83although my mouse by itself can move into the other screen03:18
S4RYTweaky: this is how i've done it , added ' nomodeset ' backspaced the 2 "--" and went back to grub hit 'e' looked for the line where there was two words , splash and the other i can't quite remember. finaly reboot. thats about it.03:18
bigmack83but i cannot right click03:18
tripelbubuntufan (me) quits @linuxforums.org completely and clearly tells them why. their pages spawn me with adverts on several layers, that have to be clicked, and that hide out and make audio. GNASH. out. all quit. all deleted. FTW #ubuntu.03:18
=== fernando is now known as Guest87475
sadiehelp me i need to know if should i install restricted in lubuntu 10.1003:19
S4RYTweaky: you could try any of them , all of them at once.03:19
rifqihello03:19
unforgiven512Argh, compiz is leaking memory on my laptop like a broken water main leaks water =/03:19
rifqimy ubuntu codec Maverick03:20
bigmack83heres my xorg.conf file http://paste.ubuntu.com/604298/03:20
rifqihello frankyjoe03:20
TweakyS4RY: its strange because i can start with and old kernal, any idea how i can try to re-install the new kernel?03:20
sadieheeeeelp me03:20
rifqihello sadie03:20
S4RYTweaky: for more informations , see https://help.ubuntu.com/community/BootOptions03:20
sadiehello03:20
rifqihw r you today03:21
FyreFoXhi, I upgraded from maverick to natty on this laptop it has a intel video card. It now wont go full screen, there are wide black strips on either side. It worked fine in maverick. When booting off the live cd the installer works fine too. Any suggestions on what I can do to determine where the problem lies?03:21
rifqihello fyrefox03:21
sadiebad !!!!should i install restricted  in lubutnu 10.1003:21
FyreFoXhi rifqi03:21
escottFyreFoX, first see what modes xrandr lists by typing "xrandr" in a terminal03:22
rifqinice to konow you03:22
kneauxggghhhhhhhhhax.03:22
kneauxk3b won't do mp3 >_<03:22
kneauxat least not as it ships03:22
rifqiany problem with your ubuntu03:22
* kneaux *grumble*03:22
escottkneaux, have you installed restricted-extras?03:22
S4RYTweaky: no idea yet , on how to in your situation , i whould go with the Boot parameters options method first.03:22
rifqihello escott03:22
abstraktqin, so what about non-wireless networks03:23
TweakyS4RY: all right ill give it a shot03:23
abstraktqin, is there something akin to wicd for wireless networks?03:23
FyreFoXescott: yep current is 1024x768 under that it also lists 1366x768 which is what I want I suspect03:23
abstraktqin, or should I just use ifconfig?03:23
kneauxescott, what's the package name (no)03:23
abstraktderp s/for wireless/for non-wireless/g03:23
usr13abstrakt: iwconfig03:23
rifqihow can i know chipshet wireless by command terminal03:23
sadiethanks03:24
escott!restricted | kneaux03:24
ubottukneaux: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/10.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats03:24
abstraktusr13, no, for non-wireless networks :)03:24
sadiei dont know if should i install restricted03:24
OY1Rim using gnome 2.32 in ubuntu 11.04 can i kill/delete unity window decorator ?03:24
sadiei have lubuntu 10.1003:24
abstraktkneaux, so use lame?03:24
escottkneaux, ubuntu-restricted-extras03:25
FyreFoXescott: oh wow.. xrandr --output LVDS1 --mode 1366x768 !03:25
kneauxi'm gonna try libk3b6-extracodecs...it's just obnoxious that I obviously have libraries that will decode, encode, burn, /whatever/ MP3, but k3b won't do it without being told to. #opensourcefail03:25
abstraktkneaux, more like #closedsourcefail03:25
escottFyreFoX, it may not stick on logout unfortunately but at least it is working. the simplest solution may be to add this to your gnome-session03:25
abstrakt"all my open source libs work, my closed source lib is broken, therefor open source = fail"03:26
abstraktgotta love that kind of logic03:26
S4RY!wireless > rifqi03:26
escottFyreFoX, or unity-session... not sure what it is called now03:26
=== `mOOse` is now known as m00se
LinuxGuy2009Is there a place online to download a deb package build of ardour with vst support?03:26
FyreFoXescott: nice one. Thanks heaps !03:26
abstraktLinuxGuy2009, ask #ardour03:27
sadiealquien puede ayudarme?03:27
abstraktLinuxGuy2009, VST is overrated IMO03:27
S4RY!wireless | rifiq03:28
ubotturifiq: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs03:28
kneauxabstrakt, mp3 being closed source isn't the problem, it's the package coordination (opensource) that's not working here03:28
abstraktkneaux, keep telling yourself that03:28
kneauxthanks for lowering this conversation to the point of insulting my intelligence03:29
abstraktback atcha03:29
usr13kneaux: Did you install restricted-extras yet?03:29
LinuxGuy2009abstrakt: thanks03:29
sjehow do you rename files recursively?  Please SIMPLE solutions only.03:29
kneauxusr13, i have restricted-extras. that's not the issue. k3b doesn't ship being able to read .mp3.03:30
escottsje, what do you mean by that03:30
abstraktsje, with... rename03:30
abstraktsje, man rename03:30
sadiesomebody helpeee meeeee03:30
usr13kneaux: Thats not ture03:30
kneauxi mean, if one thing supports burning mp3 on my system, there's no good reason another thing shouldn't03:30
VE2EBPStryker, thanks for the help. I switched the software sources under other software to canada server. Works good now. Thanks a lot. It's weird, just yesterday I l.. ooked at lloyd Bridges yesterday on the internet about his role in airplane.03:30
sjeabstrakt: rename doesn't have a recursive option03:31
kneauxokay, well, maybe not for you, but it is for me, being as how i just installed k3b, and when i tried, it didn't let me.03:31
sjeescott: I want to change all file names in a tree to lowercase03:31
abstraktsje, find .... -exec rename ....03:31
abstraktsje, find is your friend :)03:31
=== stephen is now known as Guest84518
sjeabstrakt: so I go to the directory, and do03:31
kneauxmaybe it's not clear that i've never had a problem burning mp3 and the only reason this is an issue is because brasero - and this is totally an opensourcefail right here - won't deal with flac without going through some, ha ha, flak.03:31
Strykeryour very welcome VE2EBP03:31
sjefind . -exec rename (etc)03:32
abstraktsje, probably useful to read up on find -exec03:32
sadiealguieeeeee03:32
kneauxanyway, it's working now since i downloaded the "extra codecs" package, so apparently the problem is that opensourcers keep thumbing their nose at .mp3, not that .mp3 is closed-source per se.03:32
escottsje, im not sure that is going to qualify as simple, but its doable with a combination of find, xargs, and sed03:32
sjeYeah, that isn't simple03:33
abstraktblah, no xargs03:33
abstraktfind -exec03:33
sjewhy doesn't it have a reursive option?  ugg03:33
abstraktxargs kinda sucks03:33
abstraktsje, so modify it to have a recursive option03:33
izinucskneaux: ah.. but it is.. it's a paid codec .. when you have windows the license is paid as part of the cost of windows03:33
abstraktsje, it is, after all, open source, you can simply contribute a patch to the open source community03:33
html_inprogresshey03:33
TweakyS4RY:  hmm i had no luck but it will start up in safe graphics mode although the resolution is bad03:33
abstraktsje, did you see my message?03:33
sjeabstrakt: I don't know how to program03:33
abstraktsje, well, i know people who taught themselves to program when they were 3503:34
html_inprogress hey what distro do i use for this ? http://www.google.com/products/catalog?client=ubuntu&channel=cs&q=toshiba+satellite+l305-s5875&um=1&ie=UTF-8&cid=4157104064488514059&sa=X&ei=Jp7ETfyIC6jZ0QGQl7C0CA&ved=0CDoQ8wIwAQ#03:34
abstraktlike, not particularly technical people even03:34
abstraktmultiple of them03:34
abstraktsje, so... i don't really know what to tell ya, maybe you should use something like Mac OS03:34
abstraktsje, did you not see my msg?03:34
sjeabstrakt: yes I got your message.  Don't be an elitistdouche03:35
unshiftAnyone know of a quick fix to get sound output on a lenovo ideapad z560?03:35
kneauxizinucs, i know that, my point is that wasn't what was preventing me from burning mp3, it's opensource snobbiness.03:35
izinucssje: if you want to use the gui to do it let me know and I'll tell you03:35
cntrationaldoes Ubuntu support Intel GMA 3150?03:35
* kneaux is an opensource snob03:35
sjeyou shoudlnt' have to know how to program to uselinux03:35
escottabstrakt, how would you do it with -exec that will only you need to pop the value into sed to lowercase it... I ask because my find skills are week03:35
escottweak03:35
abstraktsje, wow dude, ok then nevermind03:35
kneauxabstrakt, he's right.03:35
abstraktsje, dude, keep it, i don't want none, if you're gonna snap and get all krunk lol03:35
sjewell you're insulting me, being patronizing03:35
sjethanks for the help and all, but still03:35
abstraktyou're being whiny and stupid03:35
kneauxsje, don't take it personally, he was a dick to me, too.03:36
abstraktso whatever03:36
sjeyou're saying "Well if you want to solve this minor problem, learn how to program"03:36
izinucssje: if you want to use the gui to do it let me know and I'll tell you03:36
usr13kneaux: Oh, you are just trying to burn mp3s onto a CD ?03:36
abstraktsje, well apparently reading the very straightforward tutorial i linked you to was far too difficult03:36
unshiftlol03:36
kneauxusr13, well, yeah, i was trying, now i am succeeding03:36
sjethanks izinucs for the offer...but it's in a shell03:36
escottsje, you don't need a recursive option for the find, just just need to process the paths intelligently before passing them to move, and find can give you the full path03:36
kneauxusr13, actually i was trying to burn mp3s /and/ flacs on the same cd, and apparently that was my mistake :P03:36
usr13kneaux: Ok well good.  Problem solved....03:36
abstraktsje, if you're gonna complain after i give you a link to a tutorial that explains this in painfully simple and user friendly terms03:37
abstraktsje, that it's not simple and easy to understand? lol wtf03:37
abstraktsje, get out bro don't come at me with that garbage, stop whining and strap on a pair03:37
cntrationaluh, wow03:37
sjeI am reading teh tutorial.  Thanks for linking me to it.  It probably hasthe answer to it03:37
cntrationalwhat a douche03:37
izinucssje: follow the link... doing cli work is learning the syntax.. sometimes it feels like programming and can be translated there for bash scripting03:37
kneauxhey, abstrakt, we all know you're better than us. i may get banned for this, but it's worth it: shut your fuck.03:38
sjei'm just saying don't be all like "If you don't know hwo to program, you shouldnt be using linux"03:38
escottsje, don't worry about it, everyone has to start learning somewhere03:38
sjeWhat I'm trying to find out is how to do the syntax03:38
izinucssje: don't judge all the help here by one individual.. when we can help we do..03:38
sjePLEASE don't be condescending...is that too much?03:38
usr13sje: It's not programming, just learning some CLI options.03:39
escottyou unfortunately choose a somewhat more complicated problem to start with03:39
sjeescott: I'm not beginning, that's why03:39
kneauxhuh. i didn't have package "flac" installed, yet i could read flac.03:39
kneauxsar03:39
escottsje, ok sorry03:40
kneauxoops, disregard03:40
=== debian is now known as Guest10867
sje"Why doesn't this command have a recursive option." "modify it yourself and add a patch" "I don't know how to program, though" "Then maybe you'll be moer comfortable with MAC OS"03:41
sjethat's allI'm mad about03:41
sjeusr13: I didn't say anything was programming03:42
izinucssje: so does the -r or -R switch work?03:42
cntrationalagain, does Ubuntu support Intel GMA 3150? I've been having resolution problems and I'm wondering if it is related03:42
sjeizinucs: no, it doesn't have that option03:42
izinucssje: does no mean you tried and it didn't work?03:42
escottsje, yeah what he said was obnoxious, but i don't think you need recursion03:43
sjeescott: what else would I need?03:43
escottsje, find is by its nature "recursive" in that it will give you all the paths to all the files beginning at the starting directory03:43
sjeizinucs: unknown option r03:43
izinucssje: k.. like escott says.. find coupled with the command might work through a pipe "|"03:44
escottsje, so if you can drop that full path into sed you can construct the move command, and then try to execute that03:44
sjeI'm talking about the command "rename" btw, not "find".  Find is, itself, reursive.03:44
Khisanthfind is also unnecessary if you have a fixed depth(s)03:44
qinsje: find . -type f -exec rename 'y/A-Z/a-z/' * {} \; (You will use that form quite often in bash, so enjoy, and carefull where you will execute it).03:44
cntrationalthis is so tiring03:44
usr13I really thing some of us should realize that no one is picking on anyone else.  We are exchanging information.  Some times when we are breif in our comments or answers, it comes off as being condesending or rude, but it's not.  We should not be so thin-skinned that we take everyting someone says on an IRC chat channel as personal attacts or insults.03:45
k_szeanybody got freenx or neatx working in Natty?03:45
sjeqin: if you don't mind me asking...what do those brackets do?03:46
izinucscntrational: support for intel is built in.. open a terminal and type xrandr to see the modes that it currently recognizes03:46
sjeand teh slash03:46
escottsje, the filename is placed there (with the relative path)03:46
escottsje, so if your path has caps this could be problematic... (maybe)03:47
cntrationalizinucs: yes, I have done all that several times. xrandr does not recognize the correct resolution by default, X -configure does not work, and there's nothing anywhere that tells me clearly what to do03:47
qinsje: Yes * is overkill, my bad.03:47
sjewell it works fine, qin03:48
qinsje: Overkill, not foo03:48
izinucscntrational: did anyone give you the ubottu link to xrandr? or resolution?03:48
Tweakyalright i finally managed to start up normally and have 2 problems. 1. transmission will not run. 2. i cant move the windows on screen?03:48
qinsje: Peolpe calling it "find -exec" form, and it is very usefull.03:49
cntrationalizinucs: yes03:49
izinucscntrational: the resolution link should have told you how to add the correct resolution03:49
cntrationalizinucs: yes. and they didn't work03:50
izinucscntrational: once added you have to enable it .. did you verify that it was added? then did you enable it?03:50
S4RYTweaky: Excuse me , i wen to grab my coffee , so have you tried all of them options.03:51
cntrationalizinucs: added as in using xrandr --addmode? yes, I did that, that works, but it does not last persistently across sessions and causes the Unity top panel to break03:51
plustaxim having a small issue. Whenever I close my laptop when im done with it, I come back and open it and the screen is all glitched out and Im forced to restart.03:52
plustaxWhat could be the issue there? Running 11.0403:52
izinucscntrational: humm.. hang on a sec03:52
TweakyS4RY: yes i did to no avail... i reinstalled the kernel and im up and running, just a couple small issues to work through03:52
LinuxGuy2009Are there any mirrors or known sites that host jigdo files of the full repository DVD set?03:52
S4RYah , good going.03:53
izinucscntrational: did you see this page? https://wiki.ubuntu.com/X/Config/Resolution#Setting%20xrandr%20changes%20persistently03:53
TweakyS4RY: in unity am i suppoes to be able to move the windows that are open? i cant seem to be able to resize or move them03:54
izinucsTweaky: are they full screen?03:54
TweakyS4RY: no03:54
LinuxGuy2009Ah NM I see there is.03:54
cntrationalizinucs: yes. .xprofile does nothing, gdm did nothing, and my attempts to use xorg.conf didn't work03:54
izinucscntrational: nvidia or what?03:55
Tweakyizinucs: no they arent full screen03:57
DIFTOWhi03:57
DIFTOWDoes Ubuntu come with OpenGL libraries?03:57
cntrationalizinucs: lspci | grep -i vga says "00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller (rev 02)", BUT, switching over to my Windows partition and checking Device Manager says "Intel GMA 3150"03:58
izinucsDIFTOW: believe so03:58
DIFTOWCause, nothing 3D that uses OpenGL.. is running smooth at all03:58
S4RYTweaky: i haven't used unity yet.03:58
DIFTOWI'm using an Nvidia GXT 58003:58
DIFTOWDuke Nukem shouldn't be lagging me :303:58
DIFTOWGTX*03:58
TweakyS4RY: what luck you have then!03:58
DIFTOWI notice in 11.04.. it displays that "driver is activated but not in use".03:59
Tweakyanyone else having issues running transmission?03:59
S4RYTweaky: ;D03:59
DIFTOWhow do i know if i have all the openGL libraries?04:00
DIFTOWI have a powerful card, and Ubuntu runs games like a 1995 retail PC04:00
connercan anyone tell me how I can aquire an xorg.conf file?04:01
izinucscntrational: googling I come up with some issues with that card but they are old.. perhaps more research on www.google.com/linux will help.. sorry I'm stuck at this point04:01
connerI am using the 3d noveau drivers04:01
tripelbhi, what's a wrapper for a webcam?04:01
cntrationalhm04:02
tripelbI'm trying to figure out mine.04:02
Furbihey, is anyone able to help / point to some help for installation problems? ubuntu 11.04 the x86 version, tho ive tried a few different versions. seems to freeze and different points.04:03
tripelblet me be more specific. I would like help in Wrapper for my webcam as described here: Skype in 10.04 Lucid Lynx requires a wrapper as described in http://bit.ly/d6cAGu04:03
ceo_Jual Fonera 2.0n Router terPintar.04:03
ceo_Harga Rp. 765.000,- Siap antar ketempat seluruh indonesia.04:03
ceo_Untuk melakukan pemesanan atau ingin menjadi reseller fonera 2.0n silahkan call 08216167733104:03
ceo_Info :http://corp.fon.com/en04:03
FloodBot1ceo_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.04:03
izinucsconner: you don't .. you build it.. manually.. but if you've got nvidia there should be an icon up by the clock to install and use the nvidia driver04:03
OsmodivsPlease, I want to download a video without this problems,  [download]  51.0% of 699.92M at   21.25k/s ETA --:--04:03
OsmodivsERROR: unable to download video I want wget -c, but it wont download the video, just a bunch of HTML04:03
S4RYplustax take a look at your power managment prefreneces , is the option ' when laptop lid is closed ' set to suspend.04:03
ceo_Jual Fonera 2.0n Router terPintar. Harga Rp. 765.000,- Siap antar ketempat seluruh indonesia. Untuk melakukan pemesanan atau ingin menjadi reseller fonera 2.0n silahkan call 08216167733104:04
OsmodivsI am using youtube-dl04:04
ceo_Jual Fonera 2.0n Router terPintar. Harga Rp. 765.000,- Siap antar ketempat seluruh indonesia. Untuk melakukan pemesanan atau ingin menjadi reseller fonera 2.0n silahkan call 08216167733104:04
DIFTOW??04:04
DIFTOW:(  So I can't run anything 3D.. let alone 2D games?04:04
ceo_Jual Fonera 2.0n Router terPintar. Harga Rp. 765.000,- Siap antar ketempat seluruh indonesia. Untuk melakukan pemesanan atau ingin menjadi reseller fonera 2.0n silahkan call 08216167733104:04
bmw123question:  when I log onto ubuntu server, I get the following msg, "26 packages can be updated.  14 updates are security updates."  but I had already did a aptget upgrade and update and nothing is left to update???  any idea04:04
Furbihey, is anyone able to help / point to some help for installation problems? ubuntu 11.04 the x86 version, tho ive tried a few different versions. seems to freeze and different points.04:05
DIFTOWD:<04:05
connerFurbi are you making sure your iso's md5 sum matches the original ?04:05
DIFTOWUbuntu claimed this was stable04:05
DIFTOWI installed had to install three times. I've wasted my entire day on Ubuntu.04:06
Furbiconner : yes i have checked that for each version i tried04:06
izinucsbmw123: do a full upgrade ... sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade04:06
DIFTOWPlease don't tell me, that they can't get Nvidia crap right04:06
bmw123thanks04:06
izinucsDIFTOW: nvidia works fine for me04:06
DIFTOWBrag more04:07
izinucsDIFTOW: nvidia has always worked well for me on several machines :)04:07
DIFTOWyou're ignored04:07
OsmodivsDIFTOW, Yeah, nVidia works fine04:07
OsmodivsXD04:07
izinucsDIFTOW: great04:07
DIFTOWI've run the installation from Package Manager04:08
plustaxS4RY, yes it is04:08
izinucsDIFTOW: and restarted?04:08
DIFTOWI've uninstalled, run it from the Additional Drivers04:08
OsmodivsDIFTOW,  Just install the one from nVidia's site, Thats what i do04:08
DIFTOWIt does the same thing.. It says it is activated, but not in use04:08
DIFTOWI don't know how04:08
DIFTOWisnt it like uncompiled?04:09
izinucsOsmodivs: it's not "that easy" if you don't know the stepss..04:09
Osmodivs!nvidia04:09
ubottuFor Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto04:09
LimadaThanks to people like Chipzzz who was to hours helping me and I could solve my problem!!!! very happy!04:09
=== lresende_ is now known as lresende
DIFTOWDo i need to uninstall the current nvidia driver?04:11
rpkTrying to install 11.04 from the cd, choose to boot from the cd in bios, ubuntu starts to load, get a Kernel panic - not syncing: VFS error04:11
rpkany help?04:11
izinucsrpk: might be a bad cd04:11
rpkI checked the cd with the 'check for defects' option when it previously loaded04:12
ackt1cwessel?04:14
tjiggi_foDIFTOW, yes, use the current one04:15
S4RYplustax do you have an Intel graphics hardware ?04:15
madpropsHi, i can't install get-build-deps, is it called something else now?04:15
GhostWolfhi all, i am wondering if im upgrading ubuntu with the newest version from update manager do i need to save all my files?04:15
plustaxS4RY, I have nvidia04:15
plustaxperhaps some drivers I need to install?04:16
escottGhostWolf, you shouldn't but its always a good idea to have backups in case something doesnt work04:16
plustaxintel processor though04:16
alishahhi, me and my friend on same vps server, i want leave him a message so when he logs in to his account he recieve it.04:16
alishahcan i do that?04:16
DIFTOWD:04:16
DIFTOWAccording to package manager, the latest is already installed04:16
GhostWolfescott well reason im asking cause i want to but it takes me forever and sometimes i even tend to lose files as well04:16
S4RYplustax okay , i was looking at https://wiki.ubuntu.com/X/Quirks#Force%20Pipe%20A%20Quirk04:16
DIFTOW270.41.06.. is the latest.. thats what Ubuntu gave me04:17
tripelbI want to test my skype04:17
usr13tripelb: Do the test call.04:18
bzzzz!help04:18
ubottuPlease 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. :-)04:18
GhostWolfbut thanks anyways escott i just didn't really want to go through the time and trouble of saving thousands of files i have since i don't have alot of rw discs to use04:18
bzzzzis dpkg defunct?04:18
ActionParsniptripelb: use the test call04:18
bzzzzoh wait, that's for #debian04:18
ActionParsnipbzzzz: no it is used by apt-get and software-centre to install packages04:18
GhostWolfanyways have a good night all04:18
ActionParsnipbzzzz: debian still uses dpkg too04:19
escottGhostWolf, well its nearly impossible that your files would be lost, but you could always end up with a system that doesn't boot, and would have to use a live cd to get access to them again04:19
ReVisionsi think he dont know04:19
ReVisionsubuntu based debian04:19
ReVisionsoO04:19
bzzzzActionParsnip: i meant the irc entity04:19
ActionParsnipbzzzz: how do you mean04:19
bzzzzActionParsnip: join #debian, hit !help, see dpkg respond04:19
gantrixxI recently upgraded to Ubuntu 11.04.  I noticed that the X-windows select-and-paste no longer works.  Has anyone else noticed this?04:21
usr13tripelb:  S  ->  Options  ->  Sound devices  -> Make a test call04:21
ActionParsnipbzzzz: http://pastebin.com/xbx7t72204:21
ActionParsnipbzzzz: I still don't see what you are getting at04:21
* edwardthefma is trying to decide on with type of destop effects he wants any 1 got any good sugestions :)04:21
bzzzzanyway, i'm triyng to create a usb-based installer out of the iso i downloaded, but the instructions @ !help usb aren't too clear about what to do with the rest of the 500-odd MB of stuff that doesn't exist in caseper/04:21
ActionParsnip!remaster | bzzzz04:21
ubottubzzzz: Interested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility04:21
ActionParsnipbzzzz: you can transfer the iso to the usb using unetbootin04:22
bzzzzuh, it's not a live cd iso...04:22
ActionParsnipbzzzz: in windows you can use unetbootin too04:22
bzzzzActionParsnip: yeah, i was hoping for a more straightforward cli way of doing it, besides 'oh, install usb-creator or X and click the gui'04:22
ActionParsnipbzzzz: uh, it doesn't matter if its a live desktop ISO04:22
bzzzzActionParsnip: i'm actually on a debian laptop right now, but i wanna get ubuntu on my desktop04:23
=== duckydan_ is now known as duckydan
ActionParsnipbzzzz: unetbootin is available in the debain reop too04:23
ActionParsnip*repo04:23
S4RYplustax any progress !04:23
usr13bzzzz: http://www.pendrivelinux.com/04:24
S4RYplustax i whould debug it.  for more information see https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume04:24
diswi believe that there are security risks to adding a shell script to visudo. or maybe that was the s bit. are there ways to do this safely?04:25
bzzzzActionParsnip: unetbootin really doesn't help me at this point. i just spent 2 hours downloading the install iso, just to follow the instructions on the ubuntu wiki, which turns out to be a dead end.04:25
bzzzzor maybe it's not a dead-end, but it's surprisingly difficult to find simple dd/grub-install guides for zapping my usb with the iso04:25
=== ackt1c is now known as joey-b
=== joey-b is now known as joey_ba
=== joey_ba is now known as joey_banks
hiexpowow04:26
redintheheadany have a little free time? I updates to 11.04 and made some added something to start up and now after restarting my computer after about 2 minutes all windows close and i canyt open up anything in gnmoe04:26
redintheheadgnome*04:27
hiexporedinthehead, > 10.0404:27
usr13redinthehead: What video card do you have in it?04:27
ReVisionsctrl+alt+F104:27
ReVisionssudo gdm stop04:27
ReVisionsor somthing like that04:28
redintheheadonboard video, im running classic since i cant run unity04:28
redintheheadits older04:28
ReVisionsand try to find from there04:28
bzzzznever mind, figured it out04:28
redintheheadok in console now04:28
hiexpobzzzz, you fixed ?04:28
bzzzzguess i'll watch fringe while it installs :>04:28
bzzzzhiexpo: yep04:28
ReVisions?04:29
hiexpobzzzz, kool04:29
rpkhey, i just burned another disc04:29
rpkis there anything I should do before I try sticking it in to install?04:29
usr13bzzzz: Did you follow the link I gave you?04:29
redintheheadReVisions ok i stopped gnome04:29
redintheheadjust restart it?04:29
ReVisionsno04:30
ReVisionsmm04:30
ReVisionsok yes04:30
ReVisionsheh04:30
ReVisionstry to run it04:30
ReVisionssudo gdm start04:30
tripelbre testcall ActionParsnip <usr13> tripelb:  S  ->  Options  ->  Sound devices  -> Make a test call  ... OK will do. maybe (THIS Ekiga (V4l), Skype 2.0 (fail on test, but works on video call)) was not meant for me.04:31
redinthehead"failed to acquire org.gnome.DisplayManager04:31
redinthehead"could not acquire name: bailing out"04:31
ReVisionsthats your error?04:31
S4RYrpk: you might need to get a clue about the installation method ,if it's your first time installing Ubuntu.04:31
Rob25Can somebody help me with a technical issue?04:31
redintheheadyea04:31
rpkS4RY, what should I be doing differently?04:32
gartralon my e250 temporary idle poweroff settings in some apps is ignored if the device is charging, first noticed with the clock app (hold center when plugging in) can someone please confirm before i submit a bur report?04:32
gartralwhat04:32
gartral>.<04:32
soreauRob25: Not unless you ask your question04:32
usr13Rob25: Sorry, we don't do technical issues here.04:32
ReVisionsmmm04:32
gartralmy history is getting cleared every time i close a terminal, can someone help me figure out why?04:32
Rob25Where would that be?04:32
superzappowhat do you do then04:32
ReVisionstry to reinstall and install gnome-panel for a sec04:33
setz.net04:33
princtHi. I want Ubiquity to know about some LVM volumes I have so I can install Ubuntu in one of its partitions. I am following this guide: http://sysadminsjourney.com/content/2008/12/16/use-lvm-installation-ubuntu but "sudo vgscan" won't find anything. Any ideas?04:33
S4RYrpk: 11.04 got a new GUI installer , thats all. ;P04:33
ReVisionsi remember there was a bug04:33
dualcoreRob25: just ask your question. don't ask if you can ask a question.04:33
rpkS4RY,  I don't get that far in the install04:33
rpkI attempt to boot the cd, and I've getting kernel panic, something about a VFS partition not mounting04:34
tripelbit failed. sob. actionparsnip and usr1304:34
Rob25Ok, when I try to set up my email in Evolution, all of the text disappears when I put my mouse over the forward button.04:34
usr13Rob25: Yea, don't be bashful04:34
arandprinct: I think you might need to use the alternate installer for lvm.. Have you tried "vgchange -a y"04:34
asmodeusjust upgraded to 11.04...how do I get my menus back?04:34
Rob25asmodeus: when logging in, log in as classic Ubuntu04:35
princtarand: yes, tried that too.  No volume groups found04:35
asmodeusRob25: groovy...will try04:35
S4RYrpk: hmm , hold on.04:35
rpkok, it just happened again, brand new cd, verified it.  "Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block (104,1)"04:35
REKguys any download managers on ubuntu like IDM or Orbit downloader in windows ?04:35
usr13REK: I use wget04:36
redintheheadis 'gnome-panel' the pkg? ReVisions04:36
REKusr13: You can queue downloads on that :(04:36
ReVisionsyea04:36
REKcant*04:36
ReVisionsbut u know what04:36
ReVisionsbefore that04:36
usr13REK: No04:36
ReVisionstry to reconfigure gdm04:36
asmodeusRob25: Worked...thank god for that.04:36
usr13REK: You just download with it.04:37
Rob25asmodeus: Glad I could help.04:37
ReVisionssudo gdm stop04:37
REKusr13: Yes I have used that with CHROME04:37
ReVisionssudo dpkg-reconfigure gdm04:37
ReVisionsand than04:37
ReVisionssudo gdmsetup04:37
dualcoreasmodeus the difference in the menus in because ubuntu 11.04 is using the new gnome 3 (desktop environment)04:38
Dr_OHWhello, how can i delete the top bar of a winow, te one with the minimize maximize and close buttons04:38
Dr_OHW?04:38
asmodeusdualcore: yuck04:38
ReVisionsif u'r not a devalopment man04:38
redintheheadsame error but different binary of gdm 403404:39
Rob25Never mind anyone that was looking on helping me with Evolution, I found a fix.04:39
ReVisionsso y to use 11.04?04:39
ReVisionsuse 10.4 LTS...04:39
ReVisionsthe most stable u'l see today i think...04:39
Dr_OHWanyone who can help me please04:39
redintheheadReVisions i changed to 11.04 because i had the problem with 10.0804:40
REKReVisions: 10.04LTS has no support for sandy bridge ... right?04:40
semitonesis there anything I can do to find out quantitatively why natty is slower than maverick?04:40
rpkS4RY?  did you see my reply?  (it was right below your response to me)04:40
dualcoreRob25 what was the solution?04:41
Rob25dualcore: Continually pressing alt makes the text appear shortly, but enough to see what it says.04:42
dualcoreRob25: do you have that problem in any other windows?04:42
Rob25dualcore: Not that I know of.04:43
ReVisionsUbuntu 10.04, codenamed Lucid Lynx, is a long-term support (LTS) release, meaning that Canonical will provide three years of free support for desktop users and five years for servers. LTS releases are also04:43
ReVisionsRead more: http://www.v3.co.uk/v3-uk/news/1994070/canonical-ups-term-support-ubuntu-1004#ixzz1LdPVczAJ04:43
ReVisionsThe V3 App store has games, downloads and more. Visit the store now.04:43
FloodBot1ReVisions: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.04:43
dings04:43
S4RYrpk: yup , i am looking at some reported bugs for that error.04:43
rpkS4RY, ok, thanks!04:43
bullgard4Where will I find the new blueprints of UDS next week?04:43
jrt4Is there a program similar to 'script' that won't but all of the metacharacters in the output (linefeeds, backspaces, etc.)04:43
jrt4s/but/put/;04:44
ReVisionsFloodBot1, sorry :)04:44
BraiamReVisions: use the factoids !10.0404:44
coz_!10.04 | ReVisions04:45
ubottuReVisions: Ubuntu 10.04 LTS (Lucid Lynx) was the twelfth release of Ubuntu. Download http://releases.ubuntu.com/10.04/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/100404:45
coz_!4.4004:45
coz_!4.5004:45
SudoKing...04:45
coz_interesting :)04:45
Braiam!7.1004:45
ubottuUbuntu 7.10 (Gutsy Gibbon) was the seventh release of Ubuntu. End Of Life: April 18th, 2009. See !eol and !upgrade for more details.04:45
=== enli1 is now known as enli
redintheheadanyone know what would cause every window in gnome to never actually open04:47
rpkS4RY, I put some of my system config info in a text file here: http://dl.dropbox.com/u/672602/system%20setup.txt04:47
redintheheadit will just say 'starting app'04:47
akeegazookahey guys, in 11.04 how do i get to the graphical settings eg. making the windows fluid04:48
trismcoz_: !warty04:48
coz_trism,   :)04:48
Braiam!warty | t04:48
ubottut: Ubuntu 4.10 (Warty Warthog) was the first release of Ubuntu. End Of Life: April 30, 2006. See !eol for more details.04:48
coz_!warty04:48
coz_ah04:48
coz_redinthehead,  this is ubuntu 11.04?,,,yes?04:48
akeegazookayeah04:48
redintheheadyes but i also had the problem in 10.0804:49
redintheheadmaybe a startup config file i messed up?04:49
coz_akeegazooka,  open ccsm   and under the Effects category  enable  Wobbly windows04:49
akeegazookaccsm?04:49
s0|are there like extra packages I need to install to get movie player to play dvds ?04:49
coz_akeegazooka,  yes  alt+F2  type    ccsm04:50
rsthdn_gnome3 not working on my ubuntu11.0404:50
akeegazookacheers04:50
coz_akeegazooka,  if it is not installed    sudo apt-get install compizconfig-settings-manager04:50
coz_rsthdn_,  not sure how to fix that,, I dont/wont use gnom3  and gnome3 will break Unity04:50
coz_rsthdn_,   try  gnome-shell --replace  maybe04:51
coz_redinthehead,   mm is 11.04  a clean install or an upgrade?04:52
antonio8a87hello04:52
coz_hey04:52
carlosvenezuela tengo el presente problema acabe de instalar el 11.04 pero no quiere poner el chrome por defecto siempre toma el firefox por predeterminado, hice en cambiar en preferencia poner el chrome lo pongo y no deja pongo por linea de shell y nada a ver que puede ser o a ver si quedo algo mal instalado04:52
carlosvenezuelaThis problem I have finished installing the 11.04 but do not want to put the default chrome firefox always takes the defaults, change made ​​in preference to the chrome and do not let it get put in line shell and nothing to see what can be or see if I get something wrong installed04:52
coz_!ubuntu-es04:52
coz_!es04:52
ubottuEn la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.04:52
juabngene tengo una duda04:53
juabncomo es la sintaxis en BASH para que un FOR ejecute 2 comando a la vez04:53
tripelbinteresting skype wont close when you close it you have to killall it04:53
tripelbskype wont open with the instructions on that page, editing the menu.04:54
asmodeusso...after the update to 11.04, the nvidia drivers don't work anymomre.  The 'additional drivers' box says that the current version is installed, but at the bottom there is a green light next to "this driver is activated but not currently in use".  How do I 'use' it?04:54
juabni need in bash  to comand "for" execute 2 comands04:54
tripelbwait there might be a skype group. ActionParsnip I am going there first.04:54
S4RYrpk: okay , please post you issue agian in details , someone may catch up with issue.04:55
S4RYrpk: you reated a /root and swap partitions04:55
S4RY*created04:55
rpkS$RY: no, I didn't even get to the graphical portion of the installer04:55
rpkS4RY^04:55
rpkS4RY, it loads the purple screen with the keyboard and other shape in white at the bottom04:56
coz_rpk,  you are using a live cd?04:56
rpkyeah, I think so?04:56
coz_rpk,   ok and do you know offhand the video card you have on that system?04:56
redintheheadcoz_ any idea about the not being able to open any windows thing04:56
rpkI went to "get ubuntu", picked 64 bit, and downloaded04:56
redinthehead11.04 classic04:56
=== mitch is now known as Guest22159
S4RYrpk: and it just stuck there ?04:57
rpkcoz_ http://dl.dropbox.com/u/672602/system%20setup.txt is my system details04:57
coz_redinthehead,  I am thinking about that one,, first place I would start is to  hit ctrl+alt+F1   login     sudo apt-get update && sudo apt-get dist-upgrade,,, then    when that it finished,,,  sudo restart gdm and try again04:57
Guest22159Any documentation on how to get wifi working on an  asus netbook with 11.04?04:57
Sonjahow do i output the audio of my computer to another computer where the speaker are attached to?04:57
redintheheadalright in console now ill go ahead and do that04:57
mcurrancoz_ what's your wireless chipset?04:57
coz_rpk,   ok that looks fine04:57
rpkS4RY, yeah it loads a black screen, displays that error message at the top.  It has some other messages below it04:57
coz_mcurran,  I dont use wireless sorry guy04:58
rpkbut they're a bit more incomprehensible04:58
coz_rpk,   not sure about the "sli"  though04:58
mcurranoh, sorry, that shoulda been for Guest2215904:58
=== Guest22159 is now known as mooseman
coz_rpk,    does it come up to a prompt at all?04:58
rpkcoz_ should that even matter when I go to install it?04:58
rpkand no, no prompt04:58
kNightWolfWhy doesn't elegant-gnome install on 11.04?04:58
=== mooseman is now known as thesurge
redintheheadSonja you could always stream the file04:59
coz_rpk,   well there are times some video cards can cause a few issues but not those,, the only thing as i said ,, may be sli...let me check hold on04:59
Sonjai.e. i want to watch the video on one computer but get the audio to play from another04:59
djindyHello, I'm using Ubuntu 11.04 and right now I can't seem to cd to several folders from terminal. I can move to them graphically, and I can see the folders when I ls from the containing folder, but I can't cd into the folders themselves. it tells me "No such file or directory" when I am clearly looking at the folders at that location.04:59
rsthdn_@Sonja thats awesome04:59
redintheheadhmmmm getting that to sync could be tricky. give me one moment04:59
Sonjarsthdn_: awesome that i want to do that?04:59
LinuxFetusHey I just tried installing Ubuntu 11.04 on a RAID 0 HD with a windows partition on it, and something went wrong.  It tells me a device cannot be found and gives me a grub rescue prompt when I try to start up. Can anyone help?  Thanks!04:59
Sonjaredinthehead:  ok :)05:00
thesurgeAny documentation/solutions on how to get wifi working on an asus eeepc with Ubuntu 11.04?05:00
Sonjathesurge: have you tried Fn F2?05:01
ActionParsnipthesurge: which model?05:01
thesurgeof course I have, 1001-05:01
thesurge1001p05:01
coz_rpk,  ok not   finding much about that,,  let me ask how you  burned the iso,, did you check the md5sum on the iso image first and then burn it at 1x ?05:01
redintheheadsonja look up pulse audio for ubuntu05:01
Sonjai have 1005pe and it worked out of the box05:01
ActionParsnipthesurge: https://help.ubuntu.com/community/EeePC/1001P05:01
Sonjaredinthehead:  ok05:01
bullgard4Where will I find the new blueprints of UDS in Launchpad next week?05:02
kNightWolfDoes anyone know what elegant-gnome ppa doesn't work?05:02
thesurgeI got 10.10 to work, but havn't had luck with 11.04, would dual booting it with windows 7 be an issue?05:02
kNightWolfwhy*05:02
rpkcoz_ I used the built in windows burner.  But I did manage to get the cd to load once in the past, and verified the cd then (I was getting a ubi-partman error then)05:02
coz_thesurge,   look here   https://help.ubuntu.com/community/EeePC/Fixes05:02
rpkcoz_ but, I've gone through two different cds now, one verified, one burned through Alcohol 120%, the other through windows burn image05:02
bullgard4the surgex No.05:02
rpkcoz_, S4RY, I've loaded the disc again, I can copy the entire error message out to a text file  / pastebin if you'd like05:03
rsthdn_@thesurge which method u applied for installing?05:03
thesurgeusb stick05:03
coz_rpk,  yeah let me see it at pastebin05:03
thesurgependrive linux05:03
S4RYrpk: any usb stick nearby !05:04
ActionParsnipthesurge: get fully updated using a wired link, may help05:04
S4RYrpk: please do paste it.05:04
thesurgehow do I fully update, I'm on a wired link now05:04
=== `mOOse` is now known as m00se
ActionParsnipthesurge: sudo apt-get update; sudo apt-get -y upgrade05:05
ActionParsnipupdates fix a tonne of stuff05:05
thesurgeits strange because it detects wifi connections, but when I connect the wifi bars just keep animating and it asks me my password over and over again05:07
thesurge(yes my password is correct)05:07
coz_:)05:07
jbichakNightWolf: the elegant gnome PPA doesn't have a natty (11.04) version, you'll need to change your05:07
pcgeekquestion..does ubuntu have built-in belkin wireless drivers to connect to router?05:07
coz_theshadow,  darn I cant ask that now :)05:07
jbichasoftware sources to maverick instead05:07
ActionParsnipthesurge: is it wpa2 or somesuch?05:08
kNightWolfjbicha, so when I add it to res, just put maverick instead of natty?  is that what you mean?05:08
rythesurge, i'm running ubuntu 10.10, even when i click disconnect after a fresh boot it tries to connect anther 3-4 times lol05:08
jbichakNightWolf: what's res?05:08
Captainkrtekhey jbache05:09
Captainkrtekerr05:09
Captainkrtekhey jbicha05:09
coz_rpk,   do you need 11.04 installed or do you just want to check out the live cd?05:09
rpkcoz_, S4RY: pastebin: http://pastebin.com/GvRpFjBx05:09
rpk(pita to type that out)05:09
jbichakNightWolf: in Software Center, go to Edit>Software Sources, switch to Other Software tab and change the distro line05:09
kNightWolfjbicha, repositories05:09
jbichaof the PPA to maverick instead of natty, then it should work05:09
rpkS4RY, I just found a usb stick I could try05:09
coz_rpk,   whoa05:09
jbichaCaptainkrtek: good evening05:10
rsthdn_good morning05:10
rpkcoz_ I'm just trying to install alongside my other OS's05:10
jbichagood morning Europe & wherever else :-)05:10
coz_rpk, try  burning the minimal install cd  on ly 19 megs  not a live cd05:10
coz_rpk,     https://help.ubuntu.com/community/Installation/MinimalCD05:10
ActionParsnipjbicha: mornin05:10
coz_rpk,  not much to corrupt downloading or burning05:11
* ActionParsnip thinks minimal rocks :)05:11
kevinyounghi all05:11
bullgard4man update-apt-xapian-index: "DESCRIPTION: Rebuild the Apt Xapian Index." What file contains the »Apt Xapian Index«?05:11
coz_rpk,  you may end up appreciateing the minimal as much as ActionParsnip   and myself :)05:12
* semitones [verb]s [noun] [verb]!05:12
rpkok, give me a minute.  I'm running out of cds to try this with ... this is my 4th :/05:12
coz_rpk,  this should download and burn quickly although still burn at 1x if your app allows for it05:13
thesurge@ActionParsnip yes it is05:13
rpkcoz_ I'm burning with windows again, thats all I have accessible at the moment05:13
S4RYrpk: nice try burnning the iso to that USB stick instead of wasting a bunch of CD's05:14
coz_rpk,   the big advantage ,, as I see it ,,other than the small size,, is that it download all "current" packages on the system...boots to a completely updated05:14
thesurgeI've even tried reinstalling twice05:14
rpkIsn't there some page with a link to the md5 tool for windows?05:14
S4RYrpk: you Unetbootin windows version.05:14
kNightWolfjbicha, thanks, exactly what I needed05:14
rpkcoz_ yeah, that sounds great, makes sense05:14
coz_rpk,   no need for the minimal   shhould be fine without md5sum05:14
rpkok05:14
jbichakNightWolf: cool, it's a common problem, I'm just trying to figure out how to make the solution more visible05:15
coz_rpk,   although I did hear of one freeware for windows  for md5sum I just dont recall the name05:15
jbichaI should post to my blog, then maybe Google will help people05:15
TuffPoowhy would u wana upgrade to 11.04? im trying to justify if i need to or not05:15
S4RY!md5sum | rpk05:15
ubotturpk: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows05:15
coz_TuffPoo,  no real reason actually unless you like the latest of things05:16
TuffPooi heard a lot of peeps dont like unity05:16
coz_TuffPoo,   ubuntu 10.04  is the LTS  the next LTS is 12.04   you can just update directly to that when it releases05:16
TuffPoocoz_: i think i might05:17
coz_TuffPoo,  many have  reactions to 11.04  for sure05:17
Saulo_Santos/QUIT VAMOS BEBER05:17
rpkok, the installer boot menu came up at least05:17
rpkjust pick install, right?05:17
coz_rpk,  yep05:17
rpkcoz_ this is still going to let me pick what partition to install on, right?05:17
rpkI assume it'll just download the gui installer?05:17
loppieHey everyone, Anyone know how to move the side bar in 11.04?05:18
coz_rpk,  now what will happen is logical you wont get messed up with it ,, however at some point...it will s how a list of things to install,, I generally just tick the gnome desktop   but you need to scroll with the arrow keys and tick a box with the SPACE  bar NOT  enter05:18
coz_rpk,  then enter when the packages you want to install are ticked05:18
rpkok, I can't install this on c though, my win7 install lives there, so I do need to be able to pick the partition05:19
ceo_Jual Fonera 2.0n Router terPintar. Harga Rp. 765.000,- Siap antar ketempat seluruh indonesia. Untuk melakukan pemesanan atau ingin menjadi reseller fonera 2.0n silahkan call 08216167733105:19
lapionloppie, it's useless to try to make any changes to the shape location or anything of any of the panels in unity05:19
rpk(also, I'm chilling out at a blank screen, I assume it's downloading stuff to display, right? )05:19
loppieahh really? bummers05:19
loppieThanks lapion for the info05:20
coz_rpk,  it will give that option05:20
rpkcoz, ok cool, is the blank screen bit normal?05:20
deostrollhi. need some advice on what to learn next regarding embedded systems http://bit.ly/lmR9WS05:21
coz_rpk,  is it doing something?  cursor blink or anything?05:21
semitonesshould compiz make 40% CPU constantly05:21
coz_rpk,  at some point it should turn purple background05:21
coz_unless they changed that05:21
rpkcoz_, nope, no cursor at all, no output, just a blank black screen05:21
coz_yikes05:21
lapionloppie I inadvertantly found out that if you had a vertical panel with stuff in it set up in your account you can manipulate the task bar a little bit..05:21
celthunderdeostroll: whatever interests you?05:21
lapionbe patient rp..05:22
coz_rpk,   let it set a few minutes,,, I am concerned about the sli  ,, that is my only questionable part... I dont have sli so have never tested it05:22
pfifoI installed 10.04 by burining an iso in windows, but now im trying to goto 11.04 but cant figure out how to burn the iso in ubuntu05:22
rpkcoz_ ok, I can take the one of the graphics cards out next if this fails05:22
coz_ok05:22
loppiepfifo, you can do an upgrade05:22
coz_rpk,  I was going to ask if  you could just disable sli for a test05:22
lapionrpk, try goign to console 1 using ctrl-alt-f105:22
pfifoloppie, you cant burn iso's in ubuntu?05:23
bullgard4man update-apt-xapian-index: "DESCRIPTION: Rebuild the Apt Xapian Index." What file contains the »Apt Xapian Index«?05:23
celthunderpfifo: of course you can05:23
maujhsnDoes anybody have experience compiling "Libvisual"? Also if you are an experienced user what goodies would you "--enable"?05:23
rpklapion: hit the key combo, nothing happened05:23
thesurgeI've tried multiple methods but still can't get 11.04 to connect to the wifi. Asus eeePC, any help?05:23
pfifoloppie, should I do an upgrade or burn an iso?05:24
loppieI havn't had an issue with it, But I installed my 10.4 disk and used the update manager to upgrade my installation to 10.10 and then to 11.0405:24
lapionrpk what medium are you using to install from ?05:24
rpklapion: the minimal install cd05:24
bullgard4!wireless |   thesurge05:24
ubottuthesurge: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs05:24
lapionpfifo, an upgrade is just as well as a createn iso..05:24
lapionrpk, do you mean the alternate install cd ?05:25
vaxinatedthesurge: did you enable the hardware drivers?05:25
pfifolapion, how do I uppgrade?05:25
rpklapion: whatever this is: https://help.ubuntu.com/community/Installation/MinimalCD05:25
lapionpfifo, from the commandline or ethe gui ?05:25
maujhsnpfifo upgade all the way!05:25
pfifolapion, maujhsn what do i do?05:25
thesurgevaxinated, I have05:26
thesurgeupgrading from 10.10, which wifi worked in05:26
maujhsnGoto Ubuntu Documatentation first and foremost bro!05:26
rpkcoz_ while i'm waiting for this to do whatever its going to do, should i download the usb installer?05:26
vaxinatedthesurge: do you see any available wireless networks in the network pull down list?05:26
rpkcoz_: and set that up?05:26
thesurgeyes05:26
coz_rpk,  if you like   try it for sure05:27
deostrollcelthunder, i am a total noob...just want to know what to learn next...05:27
maujhsnGot that Pifo!05:27
ThenariusQuick question, all -- I've got a Samsung QX410, with nvidia Optimus/switchable graphics, just installed 11.04; is there a way to actually be able to make use of the nvidia card currently? No BIOS option to disable the Intel card05:27
lapionrpk, I have not tried that yet.. try running it in a virtual-boc05:28
celthunderThenarius: does it show up in lspci?05:28
lapion*box05:28
Thenariusyep05:28
celthunderThenarius: then you can use it05:28
maujhsnPifo I am still running 10.04 and am happy!05:28
=== hays__ is now known as hays
izinucsThenarius: should be able to install nvidiaglx-new or something like that..05:28
roothi05:28
lapionpfifo, from what to what version do you want to upgrade ?05:28
=== root is now known as Guest50733
ryi've been running 10.10 on my thinkpad t510 for a few months05:28
linux-foxhelp msg05:29
pfifolapion, I am using 10.04 LTS and want to upgrade to unity05:29
LinuxFetusHey when installing Ubuntu on a RAID 0 hard drive, what should the "Device for boot loader installation" be?05:29
rpkcoz_ my md5sum is different?05:29
LinuxFetus11.0405:29
Guest50733someone have exploits for windows 7?05:29
OY1Rim heading back to 10.04 lts...05:29
rpkcoz: I downloaded that tool and ran it on the mini, it came up with a different hash05:29
Thenariusinteresting...dropped me into gnome rather than Unity first boot, just wanted to check because I've heard warnings about installing the nvidia drivers while the intel card is, well, enabled05:29
Blue1OY1R: a lot of folks are -- do you know where I can download it from?05:29
lapionpfifo, try do-release-upgrade on a command-line05:30
coz_rpk,  for the minimal cd?05:30
rpkcoz_ yeah, what the heck?05:30
maujhsnDoes anybody have experience compiling "Libvisual"? Also if you are an experienced user what goodies would you "--enable"?05:30
coz_rpk,   whoa only 19 megs and it was corrupted?  yikes05:30
lapionrpk, you burned the c in windows ?05:30
OY1RBlue1, google know, i know piratebay has it.05:30
OY1Rknows*05:30
pfifolapion, ok thanks its running05:30
izinucsThenarius: it's actually jockey-gtk .. listed in software center after searching Nvidia.. it should set things up so an icon shows up by the clock.. click that and follow the prompts05:30
rpklapion: yeah05:30
Blue1OY1R: found it:  http://releases.ubuntu.com/lucid/05:31
rpkcoz_: 13507ac70863edd2df11cdd6260011ba05:31
OY1Rhttp://releases.ubuntu.com/lucid/05:31
Guest50733yeah05:31
coz_rpk, let me check my iso here hold on05:31
maujhsnAmen to LUCID!05:31
rpkcoz_ yeah, ok, thanks05:31
linux-foxfirefox always crash ,when i use firefox to watch flash video05:31
lapionrpk, prepare to delouse your windows installation. surprise surprise you probably have an infected windows system05:31
coz_rpk,   26b757f045d27a9b90a81bfc597f552405:32
lapionrpk, or you did not burn the disk as an iso-image but rather burned the iso image as a file05:32
rpkcoz_ thats not the one listed05:32
coz_rp3,   I probably have a different version05:32
saibienQuestion Youtube and all other flash related sites no longer work not even my game sites I have flash player installed. My pc restarted and it dosent work now :( Ubuntu 10.04 lucid05:32
rpkah ok,  would you mind pulling the one from the page? coz_ ?05:33
coz_rpk,  downloading that version and checking ,, hold on05:33
rpkthanks05:33
OY1RWho had the idea of putting unity in 11.04, should be spanked lol05:33
=== Kasjopaja23 is now known as Kasjopaja
Guest50733kill ms windows05:33
rpkOY1R: no kidding05:33
bazhangOY1R, #ubuntu-offtopic05:33
lapionsaibien, install the restricted version of adobe flashplayer in the ubuntu software center05:33
bazhangGuest50733, wrong channel05:33
maujhsnLinux-fox get DOWNLOADHELPER!05:33
dcontrihope, yo how is u doin?!05:33
vaxinatedUnity is "wonderful" - for the newbies!05:33
=== Kasjopaja is now known as Guest4926
izinucsThenarius: the other option is install nvidia-current-dev which is the binary driver.. also install nvidia-settings05:33
coz_rpk,  ok I got the right md5sum on that one05:34
saibienflash nonfree?05:34
coz_rpk,   try downloading it again05:34
izinucsThenarius: or nvidia-common which I think is a meta package05:34
rpkthe "cc..." version?05:34
rpkyeah, ok05:34
Guest50733sorry05:34
coz_rpk,   yes05:34
maujhsnsalbien DOWNLOAD HELPER05:34
Thenariusall right, will look around, thanks05:34
coz_rpk,   do you have any other linux installs on that system?05:34
lapionOY1R, you have to refrase the question otherwhise it is off-topic..05:34
rpkcoz_ no, unfortunately not05:35
izinucsThenarius: use synaptic package manager.. much more through05:35
coz_rpk,   you only have windows ...yes?05:35
rpkcoz_ yeah, I wonder if the winmd5sum program is broken05:35
rpkcoz_ yeah :/05:35
OY1Rlapion, i could just not mention it again  !05:35
coz_rpk,  hold on let me find a decent windows md5sum05:35
coz_rpk,  try one or a couple of these    http://www.thefreecountry.com/utilities/free-md5-sum-tools.shtml05:36
rpkcoz_ downloaded with IE instead of ff4, got the right md5sum this time05:36
coz_ah ok05:37
coz_rpk,  cool05:37
rpkoh nevermind05:37
coz_rpk,   thats not surprising for some reason :)05:37
OY1Ranyways good night folks.05:37
rpkI suck at reading the 32 bit has instead of the 64 bit on05:37
rpke05:37
coz_OY1R,  night guy05:37
rpkapologies05:37
lapionrpk better use a dos-window and ftp next time..05:37
coz_rpk,  no problem   take your time05:37
rpkcoz_ yeah, so the screen is still blank, and its the right md5 hash for the 64 bit minimal image ... try removing a graphics card?05:38
bullgard4man update-apt-xapian-index: "DESCRIPTION: Rebuild the Apt Xapian Index." What file contains the »Apt Xapian Index«?05:38
coz_rpk,  at this point I would also check the bios ,, see if there is a way just to disable sli  temporarily and check other settings there as well05:39
coz_rpk,  this is very odd behavior05:39
lapionrpk does the system have wireless network card  or a wired network card ?05:39
rpklapion: its wired05:39
lapionrpk, like I said experiment with it in a vritual-box first05:40
lapionvirtual-box05:40
rpklapion: what?  I'm sure virtual box would work fine... I know I want it, I just can't get it to install05:40
=== fsdjfk is now known as Captainkrtek
lapionrpk, that way you know what to expect05:42
lapionrpk, and how it should work05:42
DIFTOWhi there05:42
rpklapion: I've installed it successfully before, have it on my work machine05:42
trihope!bot newb05:43
DIFTOWJust installed Nvidia drivers the manual way. Terminal #3, booted from grub with 'text' command. My performance in 3D games is still terrible, infact worse.05:43
trihope!bot ubuntu | dcon05:44
bazhangtrihope, /msg ubottu05:44
rcconf16806  0.0  0.0      0     0 ?        Zs   05:22   0:00 [gnome-open] <defunct>   how kill this zombie process?05:44
DIFTOWSoftware rendering works fine. OpenGL is a disaster. Please help.05:44
bazhangDIFTOW, the manual way? from nvidia site?05:44
DIFTOWCorrect05:44
ActionParsniprcconf: sudo kill -9 1680605:44
pfifoDIFTOW, that means you not using nvidia drivers05:45
rcconfActionParsnip: already tried05:45
bazhangDIFTOW, use the additional drivers method, that manual way is not supported05:45
rcconfdoes nothing05:45
DIFTOWive done the additional drivers method as well05:45
pfiforcconf, kill -9 1680605:45
DIFTOWpreviously05:45
saibienum05:45
DIFTOWI did the manual way, because ubuntu's automatic method didn't work either.05:45
lapionrpk, you did get the grub-menu at the boot of the iso ?05:46
pfifoDIFTOW, what board are you using?05:46
DIFTOWNvidia GTX 58005:46
DIFTOW2nd to the newest GPU05:46
pfifoDIFTOW, it might be too new05:46
DIFTOWits not too new05:46
lapionrpk, try the commandline installer05:46
GarryFreI have failed once with the additional driver way ... got me the black screen of death. ... When I did the manual way .. I built a distro specific package... since then, with any other computer, the additional driver worked, in fact it's the first way to try.05:47
LinuxFetus_Normally I'm not ignored, so I'll ask one more time: I've tried installing Ubuntu 11.04 on my machine.  Something really weird happens.  I boot up Ubuntu, select try it out, run GParted, setup a partition, install Ubuntu, but when I restart my computer, I get a GRUB error.  However, both times I installed it, when I ran the CD live, again, I the partitions I created were gone -- it looked like the original configuration.  Can05:47
LinuxFetus_someone help me?05:47
ActionParsnipDIFTOW: install nvidia-current   and it may work (natty will give the 270 driver). You may need to run: sudo nvidia-xconfig    to make it fly05:47
pfifoDIFTOW, did you install both the kernel module and the xorg driver?05:47
puneethi05:47
bazhangDIFTOW, is this an Optimus enabled card05:47
puneethey i have an issue with the desktop05:47
* lapion is off to watch some tv05:48
puneetthe menu bar and ststus bar has disaaperred05:48
coz_LinuxFetus_,   whoa ,, thats odd ,,,are you manually paritioning  the install?05:48
DIFTOWI have no idea what 'optimus' is. When I installed the normal method previously.. it would say "driver active, but not in use"..05:48
S4RYrpk any progress !05:48
GarryFreLinuxFestus_ I'm not ignoring you, ... I jsut don't know what might be the problem. its very odd your issue.05:48
gennrohi05:48
DIFTOWim gonna reboot, brb05:48
ActionParsnipDIFTOW: the xorg.conf generated by nvidia-xconfig should make it load05:48
puneethey anyone05:48
rpklapion, coz_ sorry, had to go into windows to back up my financial stuff in case the ubuntu installer ets windows or something, just shut down pc, removing graphics card and sli bridge, no option in bios to disable sli, S4RY05:49
LinuxFetus_coz_ I use GParted to setup the partitions and then install it.  Of the three options I choose the one that lets me select which partition to mount "/" to.05:49
rcconfhi05:49
bazhangpuneet, what version of ubuntu05:49
rpkeats^^^^05:49
puneetxububtu 1105:49
puneet11.0405:49
voxelanyone know how to restore the volume control in unity in narwhal? i seem to have killed it05:50
bazhangpuneet, Ubuntu or Xubuntu05:50
pfifoLinuxFetus_, my old compuer used to have a partition table protetection feature in the bios... check and see if theres anything like that there05:50
hemanshuhello people... I have a messed up combo of ubuntu-ext3-lvm-megaRaid as 10 configuration ..can anyone help ?05:50
puneetxubuntu05:50
coz_LinuxFetus_,   mm...generally,, I allow ubuntu to make the partiion changes,,   just direct it to the partiion and let it go05:50
rcconf!lvm05:50
ubottuTips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto05:50
LinuxFetus_pfifo, it let me install grub, apparently, as I cannot boot into windows.05:50
LinuxFetus_pfifo, coz_ can either of you think of any Terminal commands I should run to see what's going on  before I restart?05:51
DIFTOWwell05:51
pfifoLinuxFetus_, installing grub would brobbally clear up grub errors ;)05:51
LinuxFetus_pfifo, My partitions are disappearing, though.05:51
voxelI would like to know how to add/remove items from unity's 'panel', in particular the gnome-volume-control-applet05:51
DIFTOWI'm back. So.. Nvidia driver is activated... but not currently in use.. same thing again.05:51
pfifoLinuxFetus_, `os-probe` `fdisk -l` `blkid`05:51
coz_LinuxFetus_,  not offhand ,, but others may ,,05:51
DIFTOWso.. how to i make it actually run?05:52
DIFTOWdo*05:52
pfifoDIFTOW, did you install both the kernel module and the xorg driver?05:52
DIFTOWi believe so05:53
DIFTOWhow do i check?05:53
puneetany help05:53
ActionParsnipDIFTOW: did you try: sudo nvidia-xconfig    ?05:53
S4RYrpk:  good going.  am still trying to find something about that http://pastebin.com/GvRpFjBx , strange !05:53
hemanshuguys what could be the right chat room for addressin IO performance issuess?05:53
pfifoDIFTOW, look at /var/log/Xorg.0.log05:53
ActionParsnipS4RY: have you tested your RAM?05:54
S4RYActionParsnip: that paste is related to rpk ;/05:55
rpkActionParsnip: I assume thats at me?  And yes, with the working live cd, I ran the memory test and it passed fine.  Just pushed the timings up a bit to be sure05:55
DIFTOWok.. now what?05:55
pfifoDIFTOW, put the log in a pastebin05:55
=== XuMuK is now known as XuMuK|ZNC
rpkok, booting in, trying the full / standard cd again05:56
pfifoDIFTOW, did you make an xorg.conf... well of course you did you installed by hand so paste bin it too05:56
S4RYdoes grub menu shows up , i guess you can set one of thoes grub Boot parameters.05:56
DIFTOWhttp://pastebin.com/3b3XCRbQ05:56
scorch_how do I install a .bin file in unity???  sh files05:56
scorch_how do I install a .bin file in unity???  sh files dont work either05:56
DIFTOWby manual installation.. I mean I ran a '.run' file from Nvidia's website.. in console.05:57
DIFTOWhttp://pastebin.com/3b3XCRbQ heres the link again05:57
DIFTOWThats the log05:57
rpksame error with the default cd after removing one graphics card :(05:57
bullgard4man update-apt-xapian-index: "DESCRIPTION: Rebuild the Apt Xapian Index." What file contains the »Apt Xapian Index«?05:57
LinuxFetus_pfifo, There doesn't seem to be any sort of option like that inside the BIOS setup for me to disable.05:57
rpkcoz_ S4RY^^^^05:57
KCSterlingi have a question for more experienced ubuntu users. i recently purchased a cd that i planed on running through WINE, but when i try to load the cd, ubuntu wont even recognize it. it saids there is no media in drive.05:57
K`zanHi all, upgraded my netbook to 11.04 (finally finished just a bit ago).  Problem is I have no menu or status bar, had to ctl-alt-del to get out of the gnome session.05:57
rpkoh, and I am at a prompt type thing (rapidly blinking cursor), can't type anything though05:58
coz_rpk,  something is seriously up on that system,.,, doesnt make sense,, coulde be bios,, memory ,, something... and you cant even get to live cd to check memory integrity05:58
K`zanIs there some what to get the menu back?05:58
KCSterlingcould anyone help me with that?05:58
rpkcoz_ lol, it works completely fine on windows05:58
K`zans/what/way/05:59
jbicha!classic | K`zan05:59
ubottuK`zan: The default interface in Ubuntu 11.04 is !Unity. You can switch back to regular !Gnome by logging out and clicking on your user name, in the Session box at the bottom of the screen select Ubuntu Classic.05:59
S4RYrpk: strange.05:59
coz_rpk,   I doubt seriously ,, after speaking with a few people ,, that sli is the real issue for sure05:59
rpkcoz_ could it have something to do with my ssd?05:59
coz_rpk,   unless some how the windows burning application is corrupting the burn05:59
rpkcoz_ but I removed a graphics card...05:59
K`zanubottu: THanks, I had *nothing* other than a desktop...05:59
ubottuError: I am only a bot, please don't think I'm intelligent :)05:59
coz_rpk,  not sure about tehe ssd05:59
rpkcoz_ I can try the minimal cd again05:59
afedermy ubuntu has changed appearance from the slick dark grey one to an ugly default gnomish one... what might be the cause of this?05:59
KCSterlingdoes anyone know how to get a cd to register in the ubuntu 11.04 OS? the cd is in the drive, but ubuntu says there is no media i drive.05:59
coz_rpk,   ok give it a try05:59
K`zanDoes unity not have a menu or anything?06:00
jbichaafeder: try restarting gnome-settings-daemon06:00
coz_rpk,  if this fails,, go to ##linux channel ,, I already showed them the pastebin you had,, I cant figure this one out06:00
afederjbicha, thanks06:00
bullgard4K`zan: It does. But yours apparently is broken.06:01
KCSterlinghellloooo, is anyone willing to help me out?06:01
pfifoDIFTOW, it looks like your trying to enable a d monitor but your monitor doesnt support it06:01
rzx237K`zan: try deleting .config, .gnome in your home folder, sometime old configuration break when using new version of software, and login back06:01
pfifoDIFTOW, it looks like your trying to enable a 3D monitor but your monitor doesnt support it06:01
DIFTOWlol, im not06:01
rpkcoz_ does "advanced options" in the minimal cd have the option for the memory test?06:01
DIFTOWThats Ubuntu or Nvidia, not me06:01
rpkI'd be happy to run it again with the new (higher) timings06:01
pfifoDIFTOW, you xorg.con is06:02
afederjbicha, that did the trick - do you know why it might have crashed on my? i've experienced this multiple times even after reinstall06:02
afederme*06:02
rpkoh, and same blank, black screen coz_06:02
DIFTOWthat doesnt explain lag v_v06:02
K`zanrzx237: Will try that, hopefully it works on a netbook :).  Thanks MUCH!06:02
coz_rpk,  yeah it could check the initial menu where it says install06:02
KCSterlinghow can i get ubuntu to mount a cd in the drive that is reading as no media in drive?06:02
jbichaafeder: I'm not sure why that happens, are you running out of memory?06:02
afedernot that i know of - it happens at startup06:03
pfifoDIFTOW, the lag is easilly explained be having no hardware acceleration because your trying to do somthing thats not supported and the error is causing it to fall back to defaults06:03
bazhangKCSterling, what app06:03
rpkcoz_ how long should I give the minimal cd again?06:03
coz_rpk,   it has to download the install files first so a few minutes although that is long06:03
coz_rpk,   at least 45 seconds06:03
DIFTOWokay.. lets fix that, and see about that..06:03
rpkcoz_ ok06:03
baiwho do I have to punch for adding /etc/bash_completion.d/mount and /etc/bash_completion.d/umount?06:03
DIFTOWbecause i can bet you $100, its not06:03
K`zanrzx237 got .config had no .gnome, retrying now!06:04
baiwhoever added those must not actually use their computer.06:04
mike-wanyone who uses bootchart?06:04
pfifoDIFTOW, write your own xorg.conf, make it fine tuned to what your doing06:04
mike-wwhile i want to render06:04
unforgiven512Can someone recommend an MP3 (and more, if possible) tagging program for me?06:04
DIFTOWI don't know how to write an xorg file06:04
mike-wit says IndexError: list index out of range06:04
DIFTOWAnd I can't believe I'd had to write one, just to use my display.06:04
rzx237K`zan: .config and .gnome, I mean06:04
DIFTOWhave*06:04
DIFTOWDoes anything on this operating system just work?06:04
jbichaunforgiven512: soundjuicer is one06:04
mrdebDIFTOW: yes06:05
unforgiven512jbicha: Sweet, thanks06:05
rzx237K`zan: you may want to back it up somewhere06:05
unforgiven512Preferably GTK06:05
K`zanrzx237: No .gnome :)06:05
jbichaDIFTOW: for most people, nearly everything just works06:05
K`zanToo late :-/.06:05
mike-wis there anyone who uses bootchart?06:05
rpkDIFTOW, at least yours installed... XD06:05
rzx237okay, .config06:05
pfifoDIFTOW, didnt the tell you that xorg is going to be using the nvidia module on the nvidia site?06:05
coz_unforgiven512,  maybe    easytag  from the repositories06:05
DIFTOWI had to install more than once rpk.. since its installer couldn't get it right without custom options.06:05
rpkjbicha, actually, even at work it won't correctly detect my monitor resolution06:05
coz_unforgiven512,   I believe it is    sudo apt-get install easytag-aac06:05
DIFTOWpfifo, idk what you just said.06:06
unforgiven512coz_: I just got frustrated beyond belief with EasyTag -- not too easy, plus no support for albumartist tag (that I can see)06:06
mrdebwhat are you doing with nvidia06:06
rpkjbicha: and theres an open bug since 9.10 that apt-adding a ppa won't use the network proxy setting06:06
DIFTOWwhy doesn't anyone use PM?06:06
coz_unforgiven512,  ah ok let me check for more appls hold on06:06
rzx237K`zan: and login back, so you now starting with empy config06:06
rpkjbicha: I'd consider synaptic a core part of the system, wouldn't you?06:06
DIFTOWdoesnt your eyes hurt?06:06
DIFTOWim about to throw my monitor out the window06:06
K`zanrzx237: Did so, same reboot to get out.06:06
jbicharpk: Synaptic has had numerous issues, it's not recommended for people who can't figure it out06:07
K`zanrzx237: Used "gnome".  Will try "gnome classic" this time.06:07
coz_unforgiven512,  look for an application named   Puddletag06:07
rpkjbitcha: so the suggested method of installing and updating programs is?06:07
unforgiven512coz_: Okay, thank you :)06:07
jbicharpk: Ubuntu Software Center06:07
K`zanerr "ubuntu ..."06:07
unforgiven512I'm checking out a couple others, as well.06:08
DIFTOWwheres the xorg file...06:08
DIFTOWv_v06:08
unforgiven512I want to get my MP3 collection in tip-top shape06:08
rpkjbicha: same problem as with synaptic06:08
rpkjbitcha: I'm not saying ubuntu is terrible, just that it should own its flaws: I know the windows team at microsoft does at least06:08
pfifoDIFTOW, /etc/X11/xorg.conf (this file dosent exist, you have to create it)06:08
unforgiven512Gotta get the tags right. Using mp3diags to fix errors in them. Also, using mp3gain -a *.mp3 on each album's folder to normalize them :)06:08
jbicharpk: nobody is saying Ubuntu is perfect or bug-free06:08
K`zanrzx237: Used "ubuntu classic" and that worked!06:08
DIFTOWno, it exists06:09
unforgiven512It's a lot of work maintaining a 30,000+ song library =/06:09
pfifoubuntu is perfect and bug free06:09
DIFTOWnothing is perfect06:09
jbichaoh, except him ^06:09
rpk:D06:09
K`zanrzx237: Thanks much for the help.  First time a dist upgrade that I have done worked :)!!!06:09
mrdebwhat is yoru problem with ubuntu?06:09
mrdebwe can help you06:09
DIFTOWsorry, nothing.. including ubuntu06:09
DIFTOWthats why it has updates06:09
DIFTOWIf it were perfect, it wouldn't need those.06:09
syrinx_is there a default keyboard shortcut to launch gnome-terminal?06:10
coz_unforgiven512,  I am installing puddletag now to take a quick run through with it06:10
pfifoDIFTOW, what was the las package you updated?06:10
jbicharpk: I don't use a proxy, but you do know that you can set a proxy for apt?06:10
mrdebsyrinx_: in 1104, ctl+alt+t06:10
rpkcoz_ , I looked at advanced options, no option to check memory06:10
DIFTOWpfifo..06:10
unforgiven512coz_: I don't see it in the repos06:10
DIFTOWthis display issue has been with 3 separate linux installations06:10
taglassThose updates really just pipe to /dev/null.  The only reason they push them is so Canonical employees canb justify their job of working on an already perfect, bug free operating system.06:10
rpkjbicha: apt uses the network manager set proxy, apt-add-repository does not06:10
unforgiven512coz_: I'm checking out tagtool and gmusicbrowser06:11
DIFTOWits not a package i downloaded that broke nvidia..06:11
mike-wanyone notices my qestion:while i use bootchart it says list index out of range06:11
mrdebDIFTOW: what display issue06:11
coz_rpk,  well when the cd come to the menu for install,, there was no check memory there?06:11
syrinx_mrdeb: thanks :D06:11
evstevemdAnyone knows how I can scan my already downloaded audios so I don't have to redownload them? I accidentally deleted config folder and All my subscriptions were gone!06:11
rpkjbicha: my real problem with it, is after all that, I have no option just to get it to not verify gpg keys06:11
mrdebyou're wlecome06:11
coz_unforgiven512,  this puddletag looks pretty complete :)06:11
DIFTOWI have no graphics acceleration.. no matter how I install my Nvidia drivers.06:11
rpkcoz_ , in the minimal cd, no?06:11
rpkcoz_ I can't get the full live cd to boot into a gui, remember?06:11
coz_rpk,  gah,, well there's one downside of it06:11
mrdebDIFTOW: you just use jockey06:11
DIFTOWI used jockey first..06:11
coz_rpk,  right06:11
jbicharpk: I don't know, but are you sure you can't do that in the apt.conf file?06:11
DIFTOWThen package manager..06:11
Ademanwhen were the sun-java6-* packages added to the natty partner repositories?06:12
rpkcoz_ lol, no, its cool, at least I got a little further06:12
coz_rpk,  I am puzzled,, I nothing more to offer on this06:12
rpkcoz_ should I try the alternate mode?06:12
mrdebwhat happened with jockey06:12
DIFTOWI used jockey, package manager.. and manual (.run file in terminal).. all 3.. nothing06:12
zetheroowhy is it that when I view shared media from over the network it doesn't show the thumbnails in Nautilus!?06:12
coz_rpk,  well the minimal is like the alternate except the packages are downloaded06:12
DIFTOWit installs, i restart... it says "driver activated but not in use".06:12
pfifoDIFTOW, you chip is too new06:12
mrdebDIFTOW: what do you mean nothing. be mroe specific06:12
scorch_why am I getting this?  exec: 121: ./nexuiz-linux-x86_64-sdl: Permission denied06:12
DIFTOWpfifo.. good bye06:12
DIFTOWyour help is not needed06:12
dirtscorch_: permissions06:12
scorch_dirt: nope its +x06:13
coz_rpk,   honestly ,, something on that end is screwing this up,, and I am not there to check bios settings,, etc etc06:13
taglasszetheroo: That should be a setting in preferences.  Previews over slow network connections are bad.06:13
unforgiven512coz_: I don't see it in the repositories06:13
sim642I just upgraded 10.10 to 11.04 and on boot it freezes at "Checking battery state..." What's the problem?06:13
rpkjbicha: I went through troubleshooting with several people in here, pointed at open bugs, gave up.  Its my work pc though (thus the proxy), so I can't try anything now06:13
DIFTOWNothing as in.. same issue with all 3.. its "activated".. but "not in use"..06:13
coz_unforgiven512,   ubuntu 11.04?06:13
zetherootaglass: can I change it?06:13
dirtscorch_: are you sure you're owner/group is set right?06:13
coz_unforgiven512,   do you have all the repositories enabled?06:13
dirtscorch_: chown'd?06:13
taglasszetheroo: Should be in the nautilus preferences06:13
scorch_dirt: ?06:13
rpkcoz_ not sure what you'd check in the bios, the settings kinda suck for whats supposed to be a high end mobo06:13
zetherootaglass:  ok will look06:13
mrdebDIFTOW: did you sudo nvidia-xconfig?06:13
coz_rpk,  ooo that's not good06:13
unforgiven512coz_: Yes, and yes.06:14
jbicharpk: sorry, I'm not an apt expert but I do know some things, you wouldn't be able to submit a patch for add-apt-repository, would you?06:14
DIFTOWYes I have06:14
coz_unforgiven512,  and you spelled it    puddletag ,,,, yes?06:14
scorch_dirt: what command chown ... ?06:14
mrdebthen it will work. you can also blacklist nouveau06:14
coz_unforgiven512,  it is in the repositories06:14
rpkcoz_ I'll go look for help in linux.  crazy thing is, using the build the day of the release, I got all the way into the installer, but never got to the partition page, was getting the ubi-partman error06:14
jrmcmI need help with a ralink usb adapter. when i connect it i get it in the network manager, and connect to an access point, but cant transfer any data. I have run diognostics the output is here: http://pastebin.com/tMhftpDu06:14
rpkjbicha: unfortunately I'm not that talented yet, hope to be though eventually06:15
coz_rpk,  let them know the erros shown,, etc  what you have tried ,, and listen to them ,, many there know what t hey are talking about :)06:15
dirtscorch_: if you're not the owner of the file you might not be able to chmod it properly, or have the permissions to execute06:15
rpkcoz_ yeps, thanks again06:15
scorch_dirt: so what command do i use to tell06:15
coz_rpk,  let me know at some point if it gets solved  I want to know :)06:15
dirtscorch_: ls -la and make sure it's your username in the 3rd column06:15
dirtscorch_: ls -la06:16
scorch_dirt: -rwxrwxrwx  1 scorch scorch    2104 2009-10-01 01:53 nexuiz-linux-sdl.sh06:16
dirtscorch_: hmmm yea tha tshould be fine06:16
dirtscorch_: paste the error one more time, I lose it in the scroll06:16
teknowill/list06:16
scorch_dirt: exec: 121: ./nexuiz-linux-x86_64-sdl: Permission denied06:17
afedergnome-settings-daemon seems to be crashing on me on startup .. why might this be happening?06:17
DIFTOWAnyone here actually know how to make Nvidia cards work?06:17
dirtscorch_: have you tried running it under sudo?06:17
Rehanguys when I do "df" from a command prompt, my disk shows it has 9.9 GB size total but I know its a 16GB disk and in Gparted it shows it as being 14.91GB. I did copy a 10GB image from another disk to this disk and I'm wondering if its made it 10GB now even though its a 16GB disk. Could anyone assist?06:17
evstevemdAnyone knows how I can scan my already downloaded audios so I don't have to redownload them? I accidentally deleted config folder and All my subscriptions were gone!06:18
scorch_dirt: yes same thing06:18
dirtscorch_: hrmmm06:18
izinucsIs there a package in the repos that will run palm software?06:18
unforgiven512coz_: Yeah I spelled it right, didn't see it there. Trying out various things, I'm sure I'll find something I like.06:18
scorch_dirt: yeah, its top working with unity06:18
unforgiven512coz_: Thanks for the help, though :)06:18
zetherootaglass: thanks I found it06:18
rpkcoz_ yeah, will do06:19
coz_unforgiven512,  well I know its there for sure I have it installed,, but take a look at screenshots also for puddletag  see if it looks cool enouogh :)06:19
DIFTOWI've been trying to get my Nvidia GPU to work properly for 6 hours.06:19
bullgard4man update-apt-xapian-index: "DESCRIPTION: Rebuild the Apt Xapian Index." What file contains the »Apt Xapian Index«?06:19
coz_izinucs,  not sure I know this one,, did you goodle    Ubuntu run palm software    ...yes?06:20
pfifoRehan, try increasing the amount of inodes you have06:20
jbicharpk: does your work computer use 11.04 because supposedly the apt proxy thing was fixed06:20
izinucscoz_: not yet.. that's the next step06:20
mrdebwho recommends 1104 over lts06:20
jbicharpk: or do you have a bug number?06:20
coz_unforgiven512,  sorry I have a ppa  that has that package in it06:21
Blue1mrdeb: I DON'T06:21
DIFTOWNvidia GPU issue (hardware acceleration not working in OpenGL applications). Have installed via Jocket, Packet Manager, and Manual .Run in Terminal. 3 separate times. Same issue. 'additional drivers' says "Activated but not currently in use". Nvidia GTX 580 - Released 9 November 2010 (not too new).06:21
dirtscorch_: maybe try going up a directory (cd ..) and ensuring that permissions are right06:21
pfifoRehan, actualy try a filesystem check and then... up your inode count06:21
rpkjbicha: yeah, I upgraded from 10.10 the day it came out.  No bug number, I might have it listed somewhere at work though.06:21
jbichabullgard4: it's a database so not designed for you to mess with, but try locate apt-xapian-index06:21
dirtscorch_: permissions might be messed up on some other elements required to run06:22
Rehanpfifo: can you provide specifics? i'm a new user06:22
QzenIs there any kind soul that can help me with 2 problems on my Ubuntu Server (FTP and Apache based problems)?06:22
jrmcmI need help with a ralink usb adapter. when i connect it i get it in the network manager, and connect to an access point, but cant transfer any data. I have run diognostics the output is here: http://pastebin.com/tMhftpDu06:22
evstevemdAnyone knows how I can scan my already downloaded audios so I don't have to redownload them? I accidentally deleted config folder and All my subscriptions were gone!06:22
scorch_dirt: everything is fine06:23
coz_unforgiven512,   sorry about that  here is the PPA    erything is fine06:23
coz_darn06:23
coz_unforgiven512,   https://launchpad.net/~nilarimogard/+archive/webupd806:23
evstevemdAnyone knows how I can scan my already downloaded audios using GPodder so that I don't have to re-download them? I accidentally deleted config folder and All my subscriptions were gone!06:23
Zelozelosi just wanted 2 say that i successfully installed 11.04 on an emachine made in 1999 w 300something mem, onboard graphic, 20gb hd, 1.0ghz celeron, and it worked awesomely..only thing the sys didnt have enough resources to run unity , did a full sys check n everything was A-OK06:23
root__hello06:23
mrdebgood work, Zelozelos06:24
root__good06:24
pfifoRehan, todo a file system check boot a livecd an run the cli program e2fsck, to modify the filesystem (including inode count) use the cli program tune2fs, both programs have documentation built in my giving the "--help" option06:24
Zelozeloshow are the upgrades goin from 10.10 to 11.04...any known issues? thats next on my list06:24
root__what?06:25
bullgard4jbicha: Before I posted here, I did 'locate apt-xapian-index' and obtained more than 100 hits. Obviously not all are the answer to the question which I have put here in this channel.06:25
evstevemdAlso Upgraded to 11.04 and unity launcher cannot store my settings. Each reboot it resets to default! Help!06:25
QzenI upgraded from 10.10 to 11.0406:25
QzenLike a charm06:25
BertoWhoaaaaa 11.04... i can't handle this UI.  How can I get back to the old 10.04 look?   Just want a regular "start" menu06:26
bullgard4!unity | evstevemd06:26
coz_Berto,  log off and  change the session to classic06:26
ubottuevstevemd: Unity is a shell for GNOME, but it is not GNOME-shell. See http://unity.ubuntu.com and http://www.jonobacon.org/2010/10/31/unity-some-further-clarification-points/ for more information. Have a question, check http://askubuntu.com/questions/tagged/unity06:26
Bertocoz_, thanks!06:26
Zelozelosoh and i have a quick fix to share...anyone using cario-dock if your applets jump around durring boot up (they start in the wrong place) easy fix, find the cario-dock startup item, add "sleep 5" in front of it fixex it right up06:27
JoshWindowsNoob question: where's the grub config file?06:27
coz_Zelozelos,  good point06:27
JoshWindowssomewhere in /boot ?06:27
bullgard4grub | JoshWindows06:27
coz_Zelozelos,   I generally enable    ciaro dock after I boot in06:27
jrmcmJoshWindows: /boot/grub06:27
ZelozelosJoshWindows, if ure interested in changing the grub menu try out the grub editer06:27
JoshWindowsthanks, jrmcm06:27
bullgard4!grub | JoshWindows06:28
ubottuJoshWindows: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)06:28
coz_JoshWindows,   /etc/default/grub06:28
pfifoJoshWindows, /boot/grub/grub.cfg, however editing this file is unsupported06:28
evstevemdUbottu:The problem is, I customize my own program in that sidebar unity thing and when I reboot everything is gone. For example, I remove Software center and add Eclipse IDE and rebooting it, SC is there and no eclipse!06:28
scorch_dirt: amy other ideas?  why would this break after unity install?06:28
ZelozelosJoshWindows, since u dont know where it is you prob dont want to make any manual changes06:28
coz_JoshWindows,   also if you edit remember to   sudo update-grub206:28
JoshWindowsZelozelos: It missed my Windows partition. Discovered the Arch and Windows Recovery partitions, but missed the actual Windows partition.06:28
dirtscorch_: is it running from you local hard drive?06:29
jrmcmJoshWindows: sudo update-grub06:29
ZelozelosJoshWindows, which version of ubuntu?06:29
JoshWindowsZelozelos: I imagine it's as simple as duplicating the entry for Windows Recovery and changing the partition number06:29
coz_ok guys  ,, it is 1:30 am here ,, need to get to bed ,,be nice,, share what you know,, dont walk into the light !!06:29
JoshWindowsjrmcm: I can't imagine it doing in an update what it didn't do in the original install06:29
JoshWindowsZelozelos: 10.1006:29
ZelozelosJoshWindows, thers a way to manually detect, but idk it off the top of my head06:30
siddhantchdhttp://ubuntuforums.org/showthread.php?t=174705206:30
siddhantchdhelp guys06:30
pfifoJoshWindows, what is the output of `os-probe` pastebin.com06:30
dirtscorch_: is the file you're trying to execute on an external drive or something?06:30
scorch_dirt: no06:31
jrmcmJoshWindows: sometimes grub2 misses things. All update-grub2 does it reread the the grub.cfg file and add anything it finds06:31
Zelozelosshouldn he try and re-detect it then update-grub?06:31
dirtscorch_: is it on a seperate partition?06:32
JoshWindowspfifo: It only detects Arch and the recovery (which it thinks is Windows)06:32
Rehanpfifo: i fixed it -- used resize2fs /dev/sda106:32
jrmcmthats what update-grub2 does06:32
JoshWindowsContrary to its belief, my Windows partition is sda1, not sda406:32
scorch_dirt: no06:32
Zelozelosahh i c jrmcm06:32
siddhantchdanyone who can help ???06:32
jrmcmnp Zelozelos06:33
dirtscorch_: can you show me line 121 of the .sh file?06:33
scorch_hold up06:33
JoshWindowsGAH, the comments say it's template generated.06:34
Zelozelossiddhantchd, my guess would be since 11.04 is for testing, it hasnt been implemented yet06:34
DIFTOWThis irc is worthless06:34
DIFTOWforums are way better06:34
DIFTOWno one waste your time here.. go to forums06:34
ZelozelosDIFTOW, wrong rofl06:34
DIFTOWive been in here 10 times tonight..06:34
scorch_dirt: exec "$@"06:34
DIFTOWif anyone here needs help - http://ubuntuforums.org06:35
DIFTOWGo there ^06:35
ZelozelosDIFTOW, if it wasnt for this room id been lost several times06:35
DIFTOWTrust me, these people in here, don't know anything06:35
Zelozeloswrong again diftow06:35
DIFTOWI've been told "do manual install".. then i do manual install "no dont do that, thats bad.. "06:35
pfifoJoshWindows, I think like grub and I have to say... you dont have a windows install, only a recovery... you probbally oerwrote windows with ubuntu06:35
DIFTOWEveryone in here, contradicts everyone.06:35
DIFTOWBad advice, run around.. hours wasted.06:35
DIFTOWForums- http://ubuntuforums.org06:35
Blue1JoshWindows: you can recover your windows06:35
pfifoDIFTOW, #debian06:35
JoshWindowspfifo: Ubuntu is on /dev/sd8.06:35
bluegoonHey guys06:36
JoshWindowssda8, rather06:36
ZelozelosDIFTOW, thats because theres lots of diff systems, and they all run differently06:36
scorch_dirt: exec "$@"06:36
=== pipegeek1 is now known as pipegeek
bluegoonHow do I remove the side panel thing and revert back to normal GNOME?06:36
Blue1JoshWindows: try this:  http://pkill-9.com/recovering-ubuntudebian-linux-after-a-windows-installhiccup/    YMMV applies --06:36
JoshWindowsArch is on sda6. Windows on sda2. Boot on sda1. Recovery on sda4. I am certain I have not overwritten it.06:36
pfifoJoshWindows, so, can you pstebin the output of `os-probe`06:37
Zelozelosbluegoon, durring login theres a pulldown to select which one u want classic or not06:37
jrmcmI need help with a ralink usb adapter. when i connect it i get it in the network manager, and connect to an access point, but cant transfer any data. I have run diognostics the output is here: http://pastebin.com/tMhftpDu06:37
JoshWindowspfifo: It's two lines. Arch, and recovery.06:37
dirtscorch_: can you throw that .sh script in a pastebin?06:37
bluegoonZelozelos, even with 11.4?\06:37
DIFTOWI try jokey "do manual install".. i come back.. did that absurd manual install, and im basically criticized for doing it.. but this chat instructed that..06:37
DIFTOWjockey*06:37
dirtscorch_: was hoping for a bit more info on that line lol06:37
scorch_dirt: ok hold up06:37
Zelozelosyup, it has addded entrys for the 2 diff desktop types06:37
DIFTOWThis chat told me to do it, then acted surprised that I did it.06:37
mrdebDIFTOW: did you do manual install in safe mode from terminal?06:37
bluegoonZelozelos, ok so i just log out and try then?06:38
DIFTOWThe manual install was in "text" mode..06:38
JoshWindowspfifo: http://pastebin.com/M0UR7Yxg06:38
Zelozelosbluegoon yup06:38
DIFTOWI did not boot the x window system06:38
jrmcmJoshWindows: in a terminal run sudo update-grub06:38
bluegoonZelozelos, cool beans, Thanks dude06:38
DIFTOWWas purely text mood.. Terminal #3.06:38
DIFTOWmode*06:38
Zelozelosbluegoon np yvw06:38
=== jb___ is now known as djayb6
pfifoJoshWindows, Can you boot to /dev/sda1?06:38
mrdebDIFTOW: the proper way to use the run file from nvidia is to hold shift when booting, then select safe mode in root, then run the file once at the command prompt06:38
djayb6hello all !06:39
JoshWindowspfifo: sda1 is /boot. It's 110 MB.06:39
scorch_dirt: what highlighting style?06:39
kjxl9hey guys06:39
pfifoJoshWindows, sorry /dev/sda2 i mean06:39
DIFTOWAnd what happens if that doesn't work.. and im back here?06:39
JoshWindowspfifo: It used to be the Windows boot partition. It's possible I overwrote it on accident with Arch06:39
JoshWindowsI have no idea.06:39
DIFTOWive installed this thing 5 times...06:39
jrmcmjohn@john-laptop:~$ sudo update-grub [sudo] password for john: Generating grub.cfg ... Found linux image: /boot/vmlinuz-2.6.32-31-generic Found initrd image: /boot/initrd.img-2.6.32-31-generic Found memtest86+ image: /boot/memtest86+.bin Found Windows 7 (loader) on /dev/sda1 Found Windows 7 (loader) on /dev/sda2 Found Ubuntu 8.10 (8.10) on /dev/sda7 done06:40
DIFTOWgoing on 7 hours now06:40
kjxl9how do i see a list of all the channels?06:40
mrdebDIFTOW: i cant tell you that. i know that way works for me, and jockey works for me06:40
dirtscorch_: sh or bash06:40
ZelozelosJoshWindows, you can try a partition manager, it will tell you exactly what you have and theyre #'s06:40
dirtscorch_: whatever, just need the text06:40
DIFTOWSo what about removing the old installations?06:40
mrdebDIFTOW: remove them from synaptic. easiest way. or purge nvidia-current from  terminal06:40
afedergnome-settings-daemon appears to crash on startup - what might be the cause of this?06:40
scorch_dirt: http://pastebin.com/XJPjHqa906:40
mrdebor jockey remove06:40
rpkcoz_: not sure if you're still here or following in the other channel, but apparently my LZMA data is corrupt, and it's "interesting" http://pastebin.com/peny3CrE06:40
=== `mOOse` is now known as m00se
DIFTOWtheres no purge command06:41
pfifoJoshWindows, Im sticking with my story that you no longer have a windows install... but at anyrate if your running arch, you should use it to manage grub... ubuntu likes to "make things their own"06:41
JoshWindowsZelozelos: Gparted confirms what I've said.06:41
dirtscorch_: can you copy the output from the command06:41
mrdebDIFTOW: sudo apt-get purge nvidia-current06:41
dirtscorch_: uname -a06:41
JoshWindowspfifo: GParted tells me sda2 is ntfs, 175 GB.06:41
AgresiVCan I get some assistance in installing Nessus on Xubuntu 10.10 ?06:42
scorch_dirt: Linux scorch-GX700 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux06:42
bluegoonWhat is the command to rename a file again?06:42
jrmcmI need help with a ralink usb adapter. when i connect it i get it in the network manager, and connect to an access point, but cant transfer any data. I have run diognostics the output is here: http://pastebin.com/tMhftpDu06:42
pfifoJoshWindows, try to boot to it06:42
JoshWindowspfifo: I don't know how.06:42
QzenWould be awesome if someone knew the problem to this... http://ubuntuforums.org/showthread.php?p=10781192#post1078119206:42
DIFTOWThere are still left overs..06:42
pfifoJoshWindows, press C at the grub menu06:43
djayb6i want to chroot a folder to run a shell, then a script ( which could causes critical damages if not run in a chrooted folder). So here is my command 'chroot /Users/djayb6/chroot '. and I get 'chroot: /bin/sh: No such file or directory'06:43
djayb6would you see whats going wrong ?06:43
JoshWindowspfifo: Done. All I remember is chainloader +106:44
AgresiVCan I get some assistance in installing Nessus on Xubuntu 10.10 ?06:44
AgresiV                                                                                                                                                                                                                                                                                                                                                                                                                                                           06:44
AgresiV                                                                                      06:44
FloodBot1AgresiV: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.06:44
AgresiVoops06:44
Zelozelosis there a way to boot into terminal mode and run firefox w all its plugins?06:44
Zelozelostrying 2 find a way to save video ram so movies stream better06:45
jrmcmJoshwindows: did you run sudo update-grub?06:45
kjxl9how do i see a list of all the channels?06:45
roman__Ну Вы гоните!06:45
JoshWindowsjrmcm: Not yet06:45
Zelozeloskjxl9 u using xchat?06:45
kjxl9yes06:45
roman__Кто ушел06:46
IdleOnedzup: can you speak now?06:46
Zelozelosok goto server, channels list06:46
S4RY kjxl9 /msg alis help list06:46
jrmcmJoshwindows try that then see if grub sees windows06:46
dzupthank you IdleOne06:46
Mx929Hello all06:46
IdleOnewelcome06:46
Blue1!ru | roman__06:46
ubotturoman__: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke06:46
Zelozeloskjxl9, ok goto server, channels list06:46
dirtscorch_: can you tell me the output of the command06:46
dirtscorch_: pwd06:46
pfifoJoshWindows, theres a couple more important things, between "help" and google you should be able to point it to your sda2, heres my entry http://pastebin.com/5FQEQsPh06:46
roman__Yes i can speak06:46
dirtscorch_: where you're trying to run the .sh file06:46
AgresiVCan I get some assistance in installing Nessus on Xubuntu 10.10 ?06:47
scorch_dirt: /home/scorch/Nexuiz-2.5.306:47
kevinyounghi all06:47
jrmcmI need help with a ralink usb adapter. when i connect it i get it in the network manager, and connect to an access point, but cant transfer any data. I have run diognostics the output is here: http://pastebin.com/tMhftpDu06:47
Mx929Trying to figure out why Ubuntu wont run on my computer...with the live cd ubuntu boots up ( version 10.10 ) and about halfway through the screen goes black and the monitor signal drops...Im running a PIII with a Radeon HD 4650 ...Im running Puppy linux now with no problems, but any of the newer Ubuntu wont boot, the older ( version 8 ) Ubuntu and Mint will..any suggestions?06:49
dirtscorch_: ls -la /home/scorch/ | grep Nex06:50
JoshWindowsjrmcm: No, like os-prober, it failed, too06:50
keithtooMx929: when was the last time you blew the dust off the heat sinks on your video card?06:50
dirtscorch_: pls06:50
scorch_dirt: drwx------ 10 scorch scorch   4096 2011-03-07 13:53 Nexuiz-2.5.306:50
JoshWindowsanyway, thanks pfifo; trying to figure out what to tell it06:50
bluegoonHey guys, I created a profile for my gf, how do I move pictures etc to her /home/ directory?  It states Access denied06:50
Mx929Hi Keith, I run 5 pc's at home and dust them once a month, Ubuntu will run on the 4 other pc's running Nvidia....but not this one running the ATI card06:51
Zelozelosbluegoon,  thers a shared folder you should use06:51
bluegoonZelozelos, cool, OK makes sense to do that.06:51
DIFTOWMrDeb.. That was no different than when I booted 'text' in grub menu.. But I did it anyway, now what?06:51
Zelozelosbluegoon or you an also set up groups and sharing that way i think06:51
dirtscorch_: chmod -R 777 /home/scorch/Nexuis-2.5.306:51
bluegoonok06:52
dirtscorch_: try a blanket everyone can use this permissions set06:52
AgresiVCan I get some assistance in installing Nessus on Xubuntu 10.10 ?06:52
mrdebDIFTOW: what happens when you boot up06:52
Mx929since Im running older PIII, should I use the ACPI=off command at ubuntu startup?06:52
ZelozelosAgresiV, what kind of assistance? its better 2 say whats going wrong ;)06:52
keithtooMx929: I had the same problem with my NVIDIA - the card shuts down and the monitor goes to sleep. The fix - after months of googling - was to physically remove the card and blow out the dust that got trapped between the GPU and the fan06:52
DIFTOWi boot up... if you're wondering if theres a popup or something.. no06:53
mrdebyou get a blinking cursor?06:53
DIFTOWubuntu boots up, and thats it06:53
DIFTOWno06:53
mrdebis your resolution messed up06:53
DIFTOWno06:53
DIFTOWunity is running06:53
mrdebso what's the problem06:53
DIFTOWv06:53
DIFTOWv_v06:53
bluegoonZelozelos, says this feature cannot be enabled because you need the required app, its personal file sharing06:53
Mx929yeah, Im running windows, Puppy linux on this PC with no problems, its just when I try to run the latest Ubuntu/Mint cd it happens06:53
mrdebcan you run nvidia-settings?06:53
DIFTOWHARDWARE ACCELERATION :/06:54
FloodBot1DIFTOW: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.06:54
dirtscorch_: any luck?06:54
DIFTOWOpenGL.. 3D real-time06:54
DIFTOWthere is no hardware acceleration06:54
scorch_dirt: yeah that worked...  wtf?06:54
mrdebcan you run nvidia-settings?06:54
scorch_dirt: thanks06:54
scorch_dirt: but wtf06:54
dirtscorch_: the permissions on the parent directory weren't right06:54
Zelozelosbluegoon, the groups feature? i wasnt sure if it worked r not, i think thats actually for networking06:54
dirtscorch_: 777 is pretty unsafe fyi06:54
DIFTOWYes06:54
AgresiVZelozelos, I googled for help but I think I`m doing something wrong :) kinda new... I downloaded .deb package for ubuntu 10.10 and in some tutorials I found says to follow the commands promted...06:54
scorch_dirt: how where they not right?06:55
bluegoonZelozelos, lemme try and obtain it, you would think they would include it by default06:55
scorch_dirt: all I did was upgrade to 11.0406:55
mrdebdoes nvidia-setings give an error upon strrtup06:55
DIFTOWNo06:55
dirtscorch_: dunno, the parent directory of that file, or sub files were messed up06:55
keithtoomx929: I also had no problems running Windows at the time. I was dual booted, and so it didn't make sense at all... All I can say is it worked for me, and the improvement was immediate. Can you see your video card temperature monitors?06:55
dirtscorch_: not sure why it would mess it up, the upgrade06:55
scorch_dirt: ok thanks man....06:55
dirtscorch_: but all we did is make it so it globally open06:56
AgresiVI used Ubuntu Software Center to install but nothing promted after it finished06:56
dirtscorch_: anyone can run it06:56
mrdebso then how do you know hardware accleration is off?06:56
scorch_dirt: you got a good linux pdf?06:56
Mx929thanks Keith, I'll look into the temp of the card ; ) logging off /bye06:56
scorch_dirt: need to learn this stufff06:56
dirtscorch_: might want to try scaling back the permissions and see when it breaks, then fix it.06:56
DIFTOWbecause when I run 3D games.. the FPS is EXTREMELY low.. freezing.. even some 2D GUI movies/videos..06:56
dirtscorch_: chmod -R 770 [directory]06:56
dirtscorch_: chmod -R 700 [directory]06:56
dirtscorch_: and see when it stops working06:57
mrdebDIFTOW: then it's not that the driver isnt intsalled. its installed. it's more a driver issues or something like that06:57
FahmidaHi, I have problem with my headphone. Speakers are okay, but no sound in headphones, what to do?06:57
cereal_hey, how do i get the weather icon next to the time? with the newest version06:57
scorch_dirt: yeah....  just in general to you know of a good linux pdf06:57
DIFTOWThe driver is installed, but "additional drivers".. claims it is only activated, not in use.06:57
dirtscorch_: ummm just takes experience, but I do personally like http://www.admin.com/06:57
AgresiVFahmida, in my experience if sound is outputed in speakers it sould work on headphones ... do you have built in speakers ?06:58
dirtscorch_: it's more geared towards server and system administration, but it exposes you to a lot of the under the hood components and such06:58
ZelozelosFahmida, check the jack w another set of phones, check n make sure the phones are supported by the hardware ( ie can u use a headset w mic if thats what youre using06:58
jrmcmI need help with a ralink usb adapter. when i connect it i get it in the network manager, and connect to an access point, but cant transfer any data. I have run diognostics the output is here: http://paste.ubuntu.com/604341/06:58
scorch_dirt ok thanks06:59
dirtscorch_: explains permissions, run levels, boot processes, trouble shooting, file systems, etc.06:59
DIFTOWwhen i use software rendering.. the performance is lightning fast.. opengl is a turtle.. should be the other way around..06:59
mrdebDIFTOW: whats the gpu06:59
FahmidaZelozelos: This headphone worked even few days ago.06:59
DIFTOWNvidia GTX 580.06:59
DIFTOWI know it comes with OpenGL 406:59
FahmidaZelozelos and AgresiV, It is connected from the front panel.06:59
mrdebis it suppported per nvidia's site06:59
Zelozelosfahmida did u make any changes to the sys like upgrades, updates etc?07:00
dirtscorch_: and then come here an learn more by helping others fix their stuff ;)07:00
DIFTOWIt runs fine in Windows07:00
DIFTOWEverything runs fine in Windows07:00
FahmidaZelozelos: Just like regular updates (notified by Update Manager).07:00
scorch_dirt, lol true that07:00
DIFTOWIts when I try to use my GPU in Ubuntu.. that im suddenly running a 1990 machine07:00
dirtDIFTOW: drivers?...07:00
bluegoonWhen I click on Windows Network, it states: Unable to retrieve folders from server, I have a windows 7 machine set to share all files and folders.07:01
JoshWindowspfifo: The most I can get out of it is "invalid signature."07:01
bluegoonI can ping it as well07:01
dirtbluegoon: Samba07:01
DIFTOWNvidia Linux 270.41.0607:01
bluegoondirt, just installed taht07:01
bluegoondirt, that*07:01
ZelozelosFahmida, occasionally an update will mess with my sys in other ways, maybe thats the issue, does your sys have one of those smart jacks that detect what u plugged in?07:01
FahmidaZelozelos: In my Sound Preferences section, I can check my microphone, just no sound in headphone.07:01
bluegoondirt, enabled sharing, created a folder, and set permissions to all07:01
mrdebDIFTOW: the linux drivrr may be different in terms of compatibility07:01
keithtooDIFTOW: I don't know if this pertinent to your problem, but can you monitor your GPU's temperature?07:01
mrdebDIFTOW: also, windows has better drivers. that's obvious07:02
FahmidaZelozelos: I don't know.07:02
DIFTOW40 C07:02
cereal_does 11.04 have a weather indicator at all?07:02
DIFTOWDuke Nukem is not over heating my GPU.. its from 199707:02
DIFTOW:)07:02
ZelozelosFahmida, do u have a mic and a headphone jack or just 1 input?07:02
DIFTOWOld Dos games, dont usually lag modern GPUs07:02
dirtbluegoon: hrmmm07:02
FahmidaZelozelos: 2 separate jack. Mic is pink, Headphone is green.07:03
DIFTOWThe card is VERY cool.. thats why I have it. Way cooler than the 480.07:03
BertoHi, in 11.04 how can I stop the window maker from auto-maximizing windows that I want to move to the corner?07:03
keithtooDIFTOW: I run an NVIDIA 9800 GT - it runs around 62C normally... is 40 considered high for that card?07:03
ZelozelosFahmida, ok so its prob not one of those screwy jacks then...07:03
DIFTOWno.07:03
=== ubuntu is now known as crash1hd
DIFTOWThe card can hit 100 C.. but it never goes above 7507:03
DIFTOWit has a very good cooling system07:04
jrmcmI need help with a ralink usb adapter. when i connect it i get it in the network manager, and connect to an access point, but cant transfer any data. I have run diognostics the output is here: http://paste.ubuntu.com/604341/07:04
DIFTOWits idle temperature is below the average.. so way better07:04
keithtooDIFTOW: kk... just wondering. Mine did some nasty things untill I pukked the card and cleaned it out07:04
mrdebDIFTOW: its not a temp issue07:04
keithtoopukked sould be pulled... typing in the dark :)07:04
FahmidaZelozelos: So, any suggestion, what should I do?07:04
DIFTOWFor some reason.. applications are not recognizing it for 3D acceleration\07:05
crash1hdOk so I dont know why but I rebooted my laptop and went to log into my ubuntu install and it says that the drive is missing so I loaded live cd and the partition that ubuntu was on is now unpartitioned again not sure why or how so I am in the process of reinstalling and I am at the allocate drive space and need help07:05
ZelozelosFahmida, not sure only basic trouble shooting for that is all i know07:05
DIFTOWso i have to assume, the drive isn't full in use.07:05
mrdebDIFTOW: can ou try a different nvidia card07:05
WaltherFIDIFTOW: ubuntu 11 or 10?07:05
FahmidaZelozelos: Okay, thanks!07:05
Zelozelosnp07:05
DIFTOW11.0407:05
DIFTOWNo.. no other cards07:05
bluegoonWould XChat be the most recommended IRC client?07:05
crash1hdI am going to create a partition and need to know if its to be primary or logical? its on an extended partition07:06
DIFTOWMy 9800 Gx2 is fried.07:06
DIFTOWMy 7300 GT is AGP..07:06
dirtbluegoon: are you sharing from the linux to the windows, or the windows to the linux?07:06
DIFTOWSo, its just the GTX 580.07:06
bluegoondirt, I would actually like to share from Windows to linux07:06
bluegoondirt, is there some app I need from windows?07:06
bluegoondirt, or am I not setting something correctly on win 7?07:07
DIFTOWif you know what you're doing.. I can do VPN.07:07
Zelozelosbluegoon, what i did was moved anything i wanted 2 share into windows public folder (vista)07:07
puneetpuneet@puneet-desktop:~/Desktop$ lspci | grep audio07:07
puneet<puneet> 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)07:07
DIFTOWTeamviewer or something?07:07
puneeti am getting this07:07
puneetmy audio is not working07:07
bluegoonZelozelos, oh ok07:07
dirtbluegoon: I'm kind of in the dark here, haven't shared a windows filesystem in ages, I know that Samba is needed to play nice with windows network shares07:08
dirtbluegoon: trying to dig up more info now07:08
bluegoondirt, thanks dirt07:08
bluegoondirt, yea basically when I open Windows Network from Gnome, nothing is listed, though I can ping my Windows 7 machine07:08
puneethelp07:09
puneetanyone07:09
bluegoonCan someone tell me how to disable that damned keyring?! :)07:09
puneetaudio issue07:09
FlynnHello room07:10
_coder11_how to disabled ssh07:10
DIFTOWmrdeb07:11
puneetneed help, audio not working07:11
DIFTOWare you there?07:11
mrdebyes07:11
Zelozelosbluegoon, apps, accessories, passwords and encryption keys then  on the passwords tab double click on network secret for (your network ssid )07:11
DIFTOWi have some information that might be useful.07:11
DIFTOWcan you do PM ?07:11
DIFTOWplz07:11
FloodBot1DIFTOW: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.07:11
DIFTOWfloodbot, eat me07:11
bazhangDIFTOW, watch the attitude07:11
dirtbluegoon: and you've tried just running "Places > Connect to server..." and selecting "Windows Share" from the list??07:12
dzup8-)07:12
ZelozelosZelozelos, oh wait, i forgot where 2 go from there07:12
bluegoonZelozelos, I dont have passwords and encryption keys listed, damn07:12
bluegoondirt, lemme check07:12
Zelozelosblueg07:12
magn3tsHere's to hoping windicators stay permanently postponed!07:12
bluegoondirt, lol, working :)07:12
bluegoondirt, thanks07:12
dirtbluegoon: nice07:13
FlynnIf I install Ubuntu on my mac, can I use any wireless usb adapter that theres a linux or ubuntu driver for?  Its a power pc.07:13
Zelozelosbluegoon you may have 2 edit the menu and check the box for it07:13
magn3tsAlso, I love reading interviews that talk about the future of Ubuntu. Makes me so excited :)07:13
dirtbluegoon: welcome07:13
puneetbazhang:- help07:13
JoshWindowsCan I change /boot07:13
JoshWindows's partition from a livecd?07:13
puneetaudio issue07:13
dirtbluegoon: was the easiest way I could find to mount a samba share07:13
celthunderJoshWindows: yes07:13
bluegoondirt, cool, thanks man07:13
JoshWindowscelthunder: Would you know the function?07:13
celthunderJoshWindows: to change the boot partition? mount it in /tmp and do what you want with it if you meant chanve the actual partition cfdisk07:14
dirtbluegoon: np07:14
crash1hdIs it /boot where grub is?07:14
celthundercrash1hd: yes it is (generally) though you could put it somewhere else07:14
crash1hdcelthunder, thanks :)07:15
JoshWindowscelthunder: I just mean move it from sda1 back to sda8 and making the system boot again07:15
puneetany one07:15
dirtpuneet: audio on linux is a death trap ;) I'll try, but no promises07:16
dirtpuneet: what's the issue?07:16
celthunderJoshWindows: grub-setup07:16
JoshWindowsNever mind, really. As usual, this has become a nightmare. I'll just destroy everything and put it back together again later07:16
puneetno audio07:16
puneetpuneet@puneet-desktop:~/Desktop$ lspci | grep audio07:16
puneet<puneet> 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)07:16
celthunderpuneet: what's the issue07:16
Zelozelosis there a way to use the grub customizer to disable the os-prober (so i can skip the menu unless i hit shift) and still have the windows loader listed (if i do hit shift)?07:16
celthunderpunsusing what alsa pulse oss?07:16
ozzyhi07:17
celthunderer puneet sorry alsa pulse or oss07:17
webmakerhi ozzy,07:17
puneetalsa pulse07:17
puneeti connecte07:17
celthunderpuneet: you made sure they're not muted? whatre you using to test?07:17
ubuntuWhat size should I make my swap space?07:18
dirtpuneet: and that you're using the right output07:18
puneeti connected my usb headset its detectinng in the sound icon07:18
puneetbut no sound07:18
dirtubuntu: depends on your system07:18
puneetyes check not muted07:18
ubuntudirt, ok in what regards07:18
puneetyup double checked07:18
dirtubuntu: swap is used for RAM overflow and other tasks07:18
celthunderpuneet: what're you outputting audio off of to test?07:18
ubuntudirt, this system has 3gb of ram07:18
puneet?07:19
WaltherFIubuntu: about twice the ram, if you need hibernate07:19
ubuntudirt, may be upgrading to 407:19
dirtubuntu: e.g. you have a lot of ram, might want to lower your swap, if not a lot of RAM, maybe higher swap size07:19
celthunderubuntu: then unless you're running games and virtual machines you don't need swap07:19
ubuntucelthunder, i was planing on using vms07:19
html_inprogresshi07:19
Braiam!sound | puneet07:19
ubottupuneet: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.07:19
dirtubuntu: not a lot of ram, lower your swap**07:19
celthunderubuntu: or recursive compiling or anything that eats ram...generally 3gb is overkill for daily tasks07:19
FlynnIf I install Ubuntu on my mac, can I use any wireless usb adapter that theres a linux or ubuntu driver for?  Its a power pc.07:19
ubuntucelthunder, vmware I mean07:20
WaltherFIubuntu: for 3gb i'd suggest 6gb swap, enough for stuff and you can hibernate07:20
puneetchecking07:20
Speedleany1 home?07:20
celthunderubuntu: even then, you're not going to want to set the ram of the vm higher than 2.5 gb right?07:20
celthunderSpeedle: no we all died in the last second07:20
ubuntucelthunder, probably not07:20
dirtubuntu: Walther is correct, usually the rule of thumb is atleast the amount of ram07:20
html_inprogressOzzy, hi07:20
SpeedleI can see that.07:20
celthunderdirt: lol overkill much?07:21
jjohnsonanyway of making 11.04 look like previous versions of ubuntu?07:21
dirtcelthunder: depends on the system... I don't run that much, but I've read various debates on what it should be07:21
FlynnAnyone know about PPC Macs?07:21
html_inprogressOzzy, hi07:21
html_inprogressozzy,  hi07:22
WaltherFIthe rule of thumb for twice the ram is ok, as there is no drawbacks anyway07:22
ZelozelosSpeedle, does the gazebo in my yard count as home?07:22
celthunderdirt: i've got 2gb ran 2-3 vm's at a time on  here and never had a problem with no swap...besides can always make  a swapfile later if desperate07:22
ozzyhi07:22
WaltherFIexcept for the hdd space, which everyone has anyway07:22
ozzyhtml_inprogress, hi07:22
ubuntucelthunder, what about hibernate? do I need to have at least 3gb?07:23
celthunderFlynn: yeah i don't see why not07:23
WaltherFIubuntu: at least 3gb, i'd have 607:23
dirtcelthunder: I agree, but diff. setups require diff. things... your home machine probably wouldn't need it, nor would a caching server, but it might be handy for a DB, etc.07:23
Zelozelosis there a way to use the grub customizer to disable the os-prober (so i can skip the menu unless i hit shift) and still have the windows loader listed (if i do hit shift)?07:23
WaltherFIubuntu: you have loads of hd space anyway07:23
WaltherFIZelozelos: hiddenmenu=true07:24
Flynncelthunder, I heard it has more to do with the processor than the actual OS.07:24
jjohnsonis there anyway to tell if graphics acceleration is turned on in 11.0407:24
WaltherFIZelozelos: sudo gedit /etc/default/grub07:24
celthunderFlynn: why would the wireless drivers care what processor you have?07:24
celthunderFlynn: i could be wrong...just doesn't make sense to me07:25
karaouihello07:25
ZelozelosWaltherFI, not to comfortable messin w grub manually but ill check it out ty fir the info07:25
ubuntusince this is in MB is it 1024 per gig or 1000 per gig07:25
WaltherFIZelozelos: and then run sudo update-grub2 && sudo update-initramfs -u07:25
celthunderubuntu: 102407:25
bullgard4man update-apt-xapian-index: "DESCRIPTION: Rebuild the Apt Xapian Index." What file contains the »Apt Xapian Index«?07:25
ubuntucelthunder, thanks :)07:25
celthunderubuntu: software it's always 1024 hw manufacturers 100007:25
karaouihello, can anyone see's me07:26
ZelozelosWaltherFI, im runnin 10.10 is it still update-grub2 or update-grub?07:26
celthunderkaraoui: yes07:26
ubuntuahh07:26
WaltherFIZelozelos: 207:26
Zelozeloskk07:26
bullgard4karaoui: Yes.07:26
karaouithanks07:26
dirtubuntu: celthunder: https://help.ubuntu.com/community/SwapFaq07:26
bazhangapt-xapian-index bullgard407:26
ubuntuok and I only need a swap boot and / right07:26
jjohnsonexit07:27
WaltherFIubuntu: i'd suggest adding separate /home07:27
celthunderdirt: ? lol i do just fine without swap...admit i have a 128MB swap on all my servers though07:27
WaltherFIubuntu: makes reinstalls much easier07:27
AgresiVHow do I disable vertical sync ? Xubuntu 10.1007:27
Flynncelthunder: I don't know.  Something about intell machines "speaking different language" than powerpc.07:27
AgresiVHow do I disable vertical sync ? Xubuntu 10.10 / ati radeon 9250 128/12807:27
celthunderFlynn: they do..07:27
ubuntuWaltherFI,  Thanks :)07:27
dirtcelthunder: really depends on what it's being used for.07:28
asdfgftfthi07:28
asdfgftfti have a questopn07:28
bazhangasdfgftft, then ask07:28
AgresiVHow do I disable vertical sync ? Xubuntu 10.10 / ati radeon 9250 128/12807:28
WaltherFIubuntu: with /home separate, you can clean install / but have all your .configs and files safe ;)07:28
Flynncelthunder: I thought I remembered hearing that somewhere I could be mistakin'.07:28
=== asdfgftft is now known as fedorafan
ZelozelosWaltherFI, dont see the line "#hiddenmenu=false" ?07:28
=== fedorafan is now known as fedorafan2
bazhangfedorafan2, whats the question07:29
WaltherFIZelozelos: there should be something about hiddenmenu07:29
fedorafan2well07:29
ActionParsnipAgresiv: it may need an xorg.conf file to set it. There may be an option you can pass the driver module when it's loaded07:29
fedorafan2i dont like unit07:29
bazhangfedorafan2, then use classic07:29
bazhang!classic | fedorafan207:30
ubottufedorafan2: The default interface in Ubuntu 11.04 is !Unity. You can switch back to regular !Gnome by logging out and clicking on your user name, in the Session box at the bottom of the screen select Ubuntu Classic.07:30
fedorafan2in fedora ?07:30
celthunderFlynn: powerpc vs i386 you mean? long as the code compiles fine for your architecture..try it and compile it on something else first in the format if it compiles you'll be fine...if not no...also i'm guessing theres 386/64 macs too07:30
WaltherFIZelozelos: can't remember the correct syntax it was in there, probably just #hiddenmenu07:30
bazhang#fedora fedorafan207:30
ZelozelosWaltherFI, thers hidden timeout and hidden timeout quiet07:30
ActionParsnipfedorafan2: fedora isn't supported here07:30
fedorafan2ok07:30
bazhangfedorafan2, this is #ubuntu try #fedora07:30
FlynnDoes anyone have a usb wireless adapter?  If so, what kind?07:30
AgresiVActionParsnip, I thought I might need Xorg.conf but it seems I can`t find it :)07:30
celthunderFlynn: you can use your phone if you have an android phone07:31
dirtAgresiV: have the restricted video drivers installed yea?07:31
ActionParsnipbazhang: may I PM please dude. Big of news for you07:31
fedorafan2bauzhang is my friend07:31
AgresiVI have the default drivers installed07:31
bazhangActionParsnip, of course07:31
dirtAgresiV: you'll want to get the restricted closed source ones07:31
bazhangfedorafan2, #ubuntu-offtopic for chat07:31
krambali keep getting firefox has failed to respond07:31
Flynncelthundeer: sorry no phone that fancy.07:31
ZelozelosFlynn, i do but i dont use it b/c its slower through the usb way, i suggest gettin a card or some other adapter07:31
Flynncelthunder:  Also I wasn't planning on compiling anything.07:32
ActionParsnipAgresiv: ubuntu doesn't ship with one but if you make it, it will be obeyed07:32
dirtAgresiV: will give you more control over that card07:32
AgresiVAfter hours of googling I found that my card being kinda old it`s best to leave hte default07:32
dirtAgresiV: k07:32
krambaland it wont let me open it up is there a process i need to close or just restart my box07:32
celthunderkrambal: ps x |grep firefox then kill -9 the pid or killall firefox07:33
celthunderkrambal: note killall is EVIL...but it works07:33
krambalps x ?07:33
Zelozeloskrambal, sudo apt-get purge firefox, then sudo apt-get install firefox, this will remove firefox and its settings, then re-install only suggestion i got07:33
FlynnZelozelos:  I tried a card once ended up bein' a pain, but what kind is yours if it works?07:33
AgresiVActionParsnip,07:34
ZelozelosFlynn, if i remember right its a linksys07:34
AgresiVActionParsnip, sudo nano /etc/X11/xorg.conf ...empty file07:34
FlynnZelozelos:  Thank you.07:34
ZelozelosFlynn, np07:34
dirtAgresiV: have aticonfig installed?07:34
AgresiVInitially X11 had no file named xorg.conf but I think I created it07:35
bullgard4bazhang: I only found one file '/etc/cron.weekly/apt-xapian-index'. I found 3 directories 'apt-xapian-index'.07:35
celthunderAgresiV: X by deault autodetecs setttings so it's empty..if you want to generate the one it automatically uses X --configure or something like that07:35
AgresiVdirt, really don`t know07:35
AgresiVdirt, I`m newer the a newbie07:35
AgresiV:))07:35
Zelozeloskrambal, oh i forgot b4 u reinstall it make sure u updated07:35
bazhangbullgard4, for future reference: /msg ubottu find xapian gives a long list, and a search link07:35
krambali am running ubuntu thru vmware on my windows 7 laptop07:35
krambal.... lol07:35
krambaldang it07:36
Zelozeloskrambal, its sudo apt-get update07:36
Zelozelosi think07:36
ActionParsnipAgresiv: it will be. The file doesn't exist but if you flesh it out you can add the option to disable vsync07:36
krambalany good programs in ubuntu that anyone knows of that will assist with php programming07:38
VE2EBPEh guys, this is weird. I just upgraded to version 11.04 and my unity is nowhere to be found and can't even alt tab between applications...07:38
AgresiVActionParsnip, http://paste.ubuntu.com/604346/07:38
ZelozelosWaltherFI, no hiddenmenu at all, can i add that line?07:38
paul__доброе утро)07:38
bazhangkrambal, /msg alis list *php* for a php channel as its out of scope here07:38
Dillweedhaven't tried yet, but is it possible to install the nvidia and catalyst driver and have xorg pick up the driver needed when my usb installation to different computers?07:38
bazhangpaul__, #ubuntu-ru07:38
Dillweedwhen I move*07:39
celthunderkrambal: vi/emacs/etc (aka the normal editors) all let you set a programming language and format accordingly...or i'm pretty sure emacs lets you i know vi does)07:39
ActionParsnipAgresiv: boot to root recovery mode and it will work07:39
keithtooanyone know how I can make /usr/lib/libGL.so point to /usr/lib/nvidia-current/libGL.so instead of /usr/lib/mesa/libGL.so?07:39
AgresiVohh07:39
AgresiVoke07:39
AgresiVbooting now thank you ActionParsnip07:39
celthunderDillweed: i wouldn't touch the catalyst drivers07:39
krambalwow this is weird firefox just wont work let me restart07:39
krambalbrb07:40
mike-wwords cannot display normally in tty1,the words are displayed in one corner07:40
Dillweedcelthunder: the catalyst drivers not ready?07:40
celthunderkeithtoo: delete the symlink and remake it07:40
mike-wbut in tty7,everything is ok07:40
dirtcouldn't he have just restarted gdm?07:41
celthunderDillweed: ati is always like 5 years behind on development of drivers for linux...they're terible..just use the open source ones unless you're really desperate for something they do that the free ones don't (which isn't much)07:41
VE2EBPyep, nautilus is corrupted07:41
keithtoocelthunder: do I need to do a ldconfig to make everything work with it?07:41
Zelozelosg-nitey nite time 2 bite the bed bugs07:41
VE2EBPCan anyone tell me how to redownload nautilus so it will fix the problem?07:41
Dillweedcelthunder: sounds good, but can I also install the nvidia drivers too?  I have ubuntu installed on a usb drive where I use it on different computers.07:42
celthunderyeah07:42
FlynnI have a Mac desktop and a Gateway Net-book.  My wireless router is a cheap Belkin POS and the signal isn't very strong in the back room.  So, I want to share an internet connection between the 2 computers without physically unpluging and plugging in my ethernet cable.  I hope I'm going about this the right way07:42
krambalok woot restarting worked07:42
celthunderDillweed: yeah just install them both it should autoload automatically07:42
dirtVE2EBP: sudo aptitude reinstall nautilus07:42
sunitI am trying to write a shell script so that the script will run some command with certain scheduling.  how shall I do ?07:43
ActionParsnip!ics07:43
ubottuIf you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/Internet/ConnectionSharing07:43
Dillweedcelthunder: cool thanks07:43
gust124hi there07:43
gust124how can I add opera browser to susestudio?07:43
lsqi have a problem that the shutdown button of the top right corner disappear07:43
bazhanggust124, ask in #suse07:44
dirtlsq: right click the top bar, select "add to panel" and then look for "shutdown"07:44
ActionParsnipDirt: aptitude isn't in a default install now so you may get users reporting "command not found" if they haven't installed it07:44
mrdebcan you use susestudio to edit the ubuntu iso to add programs?07:45
bazhangmrdeb, no07:45
dirtActionParsnip: ahh, didn't realize they'd dropped support for it07:45
mrdebthen what07:45
bazhang!remaster > mrdeb07:45
ubottumrdeb, please see my private message07:45
VE2EBPdirt, I just did that.. nothing! not even a minimize or close window is shown07:45
WaltherFIdirt: support for aptitude isn't dropped iirc, just not used by default07:45
bazhangdirt, just install it07:45
lsq thanks07:45
dirtI have it installed...07:46
ActionParsnipDirt: its supported and in the repos. Its just not default installed in newer releases07:46
bullgard4bazhang: Thank you.07:46
bazhangits not in the installer cd07:46
VE2EBPdirt something is totally wrong. How could i double check my installation to ensure something didn't download and install properly?07:46
dirtVE2EBP: you just need to purge it's config files and such more than likely07:46
bullgard4VE2EBP: Look in Synaptic if the package really installed.07:47
sunitthe command to be run can be seen in url http://dpaste.de/J8Ev/07:47
dirtsudo aptitude purge nautilus && sudo aptitude install nautilus07:47
dirtVE2EBP: sudo aptitude purge nautilus && sudo aptitude install nautilus07:47
VE2EBPok dirt, I will try that07:48
dirtVE2EBP: that should uninstall it and delete all previous config files, then reinstall it fresh07:48
VE2EBPok dirt07:48
VE2EBPLet's see what happens dirt. thanks07:48
Juv1228anyone know if its possible to have rsync NOT use temp files?07:48
=== debian is now known as Guest39399
FlynnHow can I make Opera my default web browser.07:50
VE2EBPdirt, even if I invoke nautilus in terminal, it echoes nothing like it took the command but nothing pops up!07:50
AgresiVActionParsnip, booted to recovery mode ... some select options... ran console with networking07:50
Chepollclear07:50
gartralhow can i start a Gobi 2000's GPS chip in ubuntu.. i installed gpsd and linked it too the Gobi's gps port on /dev/ttyUSB2.. but it wont read..07:50
Chepollgartral: did you mount it?07:51
dirtVE2EBP: hmmm07:51
AgresiVActionParsnip, used X -configure... then it said to test with x -config /root/xorg.conf.new... and the black screen... waited about 4 mins and then I restarted07:52
dirtVE2EBP: maybe try installing the debug version?07:52
gartralChepoll: mount it?07:52
AgresiVthen*07:52
dirtVE2EBP: nautilus-dbg07:52
ChepollI had an issue regarding initiation of dbus-daemon, wicd upon startup. "dbus-daemon --system" should be done, and then "wicd", but upon boot I find out that they're not properly working and I have to manually enter those commands07:52
FlynnHow can I make Opera my default web browser?07:53
snoopiehello you have link of backtrack.fr?07:53
dirtVE2EBP: actuall try07:53
dirtVE2EBP: nautilus --check07:54
Chepollgartral: when an I/O device is connected to computer, operating system will recognize it as an external device, and consider it as a file. For example, if you mount an external hard disk, it will only seem as a file. And you'll need to mount it, and then it will appear as a folder to you in which you can do stuff07:54
StepNjumpsorry dirt, I lost my other window07:54
icerootif i have a deb which is having a dependency to a newer libc6 hen my system has, i guess there is only the way to update libc6 (and break my system)?07:54
StepNjumpdirt, did you reply... ? sorry about that... couldn't read your reply07:54
gartralChepoll: i understand that.. but this is an internal GPS chip, connected through a USB port..07:54
dirtStepNjump: not sure what the question was.07:55
subcoolhey, where can i get drivers for different model laptops? i have an inspiron n4020 - but no support for my cam, and the video keeps (i think) causing crashes.07:55
StepNjumpMy system is really messed up after upgrading from 10.10 to 11.04 dirt07:55
tripelblet me be more specific. I would like help in Wrapper for my webcam as described here: Skype in 10.04 Lucid Lynx requires a wrapper as described in http://bit.ly/d6cAGu but those instructions dont work.07:56
gartralStepNjump: what's wrong?07:56
dirtStepNjump: need more info.07:56
Chepollgartral: I believe it still need to be mounted07:56
tripelb^^^ I want to make my webcam work. Ubuntu Community says it will. it'works in windows and in cheese.07:56
AgresiVCan anyone help ? trying to configure xorg.conf07:56
ChepollAgresiV: what exactly are you trying to do?07:57
=== XuMuK|ZNC is now known as XuMuK
puneetpuneet@puneet-desktop:~/Desktop$ sudo aplay -l07:57
puneet**** List of PLAYBACK Hardware Devices ****07:57
puneetcard 0: ICH5 [Intel ICH5], device 0: Intel ICH [Intel ICH5]07:57
puneet  Subdevices: 1/107:57
puneet  Subdevice #0: subdevice #007:57
FloodBot1puneet: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.07:57
puneetcard 0: ICH5 [Intel ICH5], device 4: Intel ICH - IEC958 [Intel ICH5 - IEC958]07:57
AndChat-Avresiv: there is a sample file to make virtualbox use 1024x768 res. You can copy it and modify it to your needs (driver mainly, udev is detecting the display just fine)07:57
AgresiVdisable vertical sync Chepoll07:57
gartralChepoll: ok.. what do i do too mout it? i know mount params folder.. but what parameters do i pass it07:57
AndChat-Agresiv: you can then add the extra option you need07:58
StepNjumpdirt, is there a way to reinstall all over the update from scratch on top and above? Or would recommend that I get to download the 11.04 and reinstall from scratch? Oh sorry.. just realized.. this is VE2EBP, just connected in a separate xchat windows.. Couldn't get back to my previous window because firefox froze! Still no way to alt tab between windows. Should I maybe try to reboot? Really don't know what to do dirt07:58
tripelbhow do I remove wine? I clicked on uninstall wine in the menus and it didnt work.07:58
puneethi07:58
AndChat-Agresiv: if you get no desktop, drop to root recovery a07:58
puneetaudio problem07:58
AndChat-And rename the file07:59
Chepollgartral: I will see to it after I start my xSession ok? feel free to repeat your quesiton here though07:59
FlynnIs there a big difference between 10.10 and 11.04?07:59
ChepollI had an issue regarding initiation of dbus-daemon, wicd upon startup. "dbus-daemon --system" should be done, and then "wicd", but upon boot I find out that they're not properly working and I have to manually enter those commands07:59
AgresiVAndChat-, the initial problem was I didn`t found a Xorg.conf file ... rebooted to recovery ...console... x -configure ... it said to test with x -conf /root/xorg.conf.new... did that and the screen went black.. after 4 min I restarted07:59
StepNjumpFlynn, I upgraded to 11.04 and I lost my main menu!08:00
dirtStepNjump: oh I thought you were just having troubles with Nautilus, hmmm08:00
ChepollStepNjump: right click the top bar and add it back?08:00
StepNjumpyep because when I invoke nautilus, I can't see my files08:00
dirtStepNjump: I haven't played with 11.04 yet, maybe try removing Unity and installing Gnome2 again??08:00
FlynnStepNJump, thats why upgrades always scare me.  If it aint broke, don't fix it.08:00
madsailorFlynn, yes.  new kernel, new default DE (from gnome 2 to Unity)08:00
AgresiVdo I have to manually change the xorg.conf.new to X11 and rename it to xorg.conf ???08:00
gartralhow can i start a Gobi 2000's GPS chip in ubuntu.. i installed gpsd and linked it too the Gobi's gps port on /dev/ttyUSB2.. but it wont read..08:01
AndChat-Agresiv: sure but you have a desktop now right?08:01
StepNjumplol Flynn! yep08:01
AgresiVyup08:01
StepNjumpI did it flynn dirt because I wanted to try the libreoffice cuz openoffice kept crashing on me08:01
AgresiVafter restart I booted normal AndChat- ... in Unity 2d..08:01
StepNjumpchepoll, what do you mean08:01
kinectionsi'm having a bit of trouble with the new ubuntu release, it seems to have broken my digital surround sound, does anybody know why that would happen and hwat is needed to get it back? it doesn't seem like anything but digital stereo is availble from the sound configuration.08:02
StepNjumpdirt, how should I do that?08:02
madsailorFlynn : http://www.ubuntu.com/ubuntu/whats-new08:02
StepNjumpdirt, what would happen if I tried to upgrade again via terminal?08:02
Flynnmadsailor,  last time i tried a different desktop eviroment (KDE) it was too bloated.08:02
AndChat-Agresiv: you can copy the file to /etc/X11 but you will only boot to a black screen as you did before, so I woun't use it08:02
dirtStepNjump: the upgrade is done, but Ubuntu moved to a new desktop UI called Unity08:03
dirtStepNjump: based on Gnome3 or osmething, I'm lacking in knowledge in that dept to be honest08:03
AndChat-Flynn: lxde is light08:03
StepNjumpdirt, I had unity already cuz I am running on a netbook08:03
AgresiVAndChat-, what shall I do then ?? I really need vsync off :))08:03
=== enli1 is now known as enli
StepNjumpok dirt.. thanks08:03
fetokunhey, I have a ubuntu server VPS and I wanna make a iso image of it08:04
fetokundoes anybody know how?08:04
dirtStepNjump: I'm not sure man, sounds like it's just upgrade woes08:04
belakin 10.04, is libvte-dev broken, or is it just me?08:04
gartralStepNjump: what broke08:04
madsailorFlynn, the new Unity is getting mixed reviews.  Seems polarized...some love it, some hate it, few in-between.  Luckily you have the option to startup Natty in classic mode (gnome 2)at the login screen if you don't like unity08:04
StepNjumpI think I will download 11.04 from the website and then will wipe out the current install with the new download by wiping the partition clean08:04
dirtAgresiV: can you throw your xorg.conf in a pastebin??08:04
MyWayhello, I've just upgraded to ubuntu natty x64, i see empathy letter icon, but i can't click on it, nothing happens! I can click only on my username on the top right, somebody knows if it's a bug or what?08:04
=== XuMuK is now known as XuMuK|ZNC
MyWayah, I'm using unity08:05
SubmarineIs it normal that if I run 10.10, upgrade to 11.04 does not show in update manager?08:05
FlynnStepNjump, I know I feel like this kernel is like driving a car made outta junkyard parts.08:05
dirtStepNjump: this is why people store their home directories on seperate partitions08:05
dirtso you can just do fresh installs without losing personal files and such08:06
AndChat-Agresiv: let us look what you have. I'd try the virtualbox one as well. You can always rename it out08:06
StepNjumpOk, how could I backup my grub configuration files before doing this? I have a win 7 partition that I need to be able to log onto every so often. If I download Ubuntu from scratch and then install it clean on the ext4 partition, how will grub remember where my win 7 partition is located?08:06
tripelbWhat is this about? Is it true? I'd like to understand. -- Skype 5 is not likely to work on Linux even on very powerful computers.08:06
tripelbThe very unpleasant fact is that Linux does not seem to be suitable for modern standards of web conferencing. There are problems with Linux audio and video drivers, Xorg, etc. (not to mention the evil PulseAudio).08:06
AgresiVdirt, The one in X11 folder is empty the one marked as new can`t seem to find it...08:06
Flynnmadsailor, I still think If it aint broke don't fix it.  Maybe I'll try 12. whatever08:06
AgresiVor maybe I missplaced it08:06
StepNjumpdirt, ok, I will try to remember that! It's not a big deal for me because I backed up everything on an ext hdd08:07
gartralStepNjump: that should be automatic.. grub will see the win7 partition and add it.. as long as you dun nuke it08:07
dirtStepNjump: yea, in that case wipe away, save yourself the headache ;)08:07
AndChat-Stepnjump: the files in /etc/grub.d will need archiving then.08:07
StepNjumpgartral ok! Yes earlier on, after the upgrade, I had the error message BOOTMGR missing, I pressed F8 and grub found it I guess cuz it rebooted08:08
atlefSubmarine, you need to go into software sources and under the updates tab change to normal releases from lts at the bottom08:08
StepNjumpok andchat- thanks08:08
dirtAgresiV: cd /;find . -name 'xorg.conf'08:08
Submarineatlef, this does not change anything08:09
madsailorFlynn, yep, if 'ain't broke' is a high priority, waiting for an LTS release is the way to go ;)08:09
dirtAgresiV: cd /;sudo find . -name 'xorg.conf'08:09
magn3tsDoes anyone have a successful way of install GNOME3 in Natty?08:09
tripelbIs there voip or voip with video that works on Ubuntu? I'm lynx08:09
atlefSubmarine, did you run the updatemanager after the change?08:10
magn3tsAnd please don't suggest the gnome3 team ppa, because it just royally... bothers natty.08:10
bazhangmagn3ts, its a PPA and unsupported. steer clear of it08:10
AgresiV./usr/share/doc/xserver-xorg-video-nouveau/examples/xorg.conf08:10
Submarineatlef, it did reload files08:10
stepnjump2Sorry, lost my window again.. where is grub files located? /etc/???08:10
AgresiVdirt, ./usr/share/doc/xserver-xorg-video-nouveau/examples/xorg.conf08:10
dirtAgresiV: wow, so you really don't have one lol08:10
atlefSubmarine, and no new release in the top of update manager?08:11
magn3tsbazhang, well I'm running it in a VM and I snapshotted before I tried it, but I was just curious if there were prebuilt pkgs or anything other than building from source. I detest that the popular build scripts litters up ~.08:11
AgresiVdirt, yeah... told ya :)08:11
Submarineatlef, no08:11
bazhangmagn3ts, its not supported and in very early stages; I'd suggest re-visitiing it in some months08:11
atlefSubmarine, oh, ok. it showed it here. starnge08:12
magn3tsbazhang, :) in a few months I'll just give 11.10 a shot, but I get your point08:12
atlef*strange08:12
AgresiVdirt, nothing to do ?08:12
=== ubuntu is now known as pankaj_sharma
magn3tsyup, ppa broke during install of gnome-shell and after repairing it unity was trashed. lol I just can't believe how wide spread those instructions seem to be.08:13
dirtAgresiV: sudo Xorg --configure08:14
dirtAgresiV: should generate a generic Xorg.conf for your current configuration08:15
AgresiVFatal server error:08:15
AgresiVUnrecognized option: --configure08:15
dirtAgresiV: sudo Xorg -configure08:16
AgresiVyeah08:16
dirtAgresiV: whoops, used to --08:16
dirtAgresiV: for long flags08:16
AgresiVI must restart and log to console08:16
AgresiVbrb :D08:16
FlynnFlynn is going to sleep (Flynn is timeout) C you every buddy08:16
dirtAgresiV: sudo service gdm restart08:16
dirtAgresiV: ??08:16
MyWayI found my problem is related to this bug: https://bugs.launchpad.net/unity/+bug/76140908:17
ubottuUbuntu bug 761409 in unity (Ubuntu) "Cannot click on left-most indicator on panel if a non-indicator icon appears" [Medium,Triaged]08:17
abstrakthttps://help.ubuntu.com/community/OpenVPN#Setting%20up%20the%20Bridge <- how do I choose what IP to use for the bridge?08:17
abstraktlike does it matter? My server has a "real IP" on the "real internet" and it also has an "internal IP" on what I assume is whatever LAN it's connected to at rackspace08:18
abstraktmy home LAN is a 172 addressed space08:18
Voolooanyone know how to get netword catd RTL8111/8168B working properly?08:18
abstraktwhat should I use for the bridge? should I use 172 like my home lan or should I use the LAN address of the server?08:19
abstraktor something completely different?08:19
skplquiet in here.08:22
dirtskpl: everyone is rebooting ;)08:22
AgresiVdirt,08:22
bazhangskpl, ubuntu support question?08:22
dirtAgresiV: yea08:23
skplbazhang: no08:23
DirtyDawgquick question, i have 10.10 installed as 11.04 install is so dim i cant see hardly anything (and yes, laptop is plugged in :p ) when "support" stops, does that mean that the packages etc wont update any longer ?08:23
AgresiVdirt, Xorg -configure right ?? did that... the X -config /root/org.conf.new... and black screen again08:23
AndroUserAnyone know why not Internet with usb tethering htc desire to ubuntu 11.04?08:24
=== adante_ is now known as adante
dirtAgresiV: http://www.osguides.net/operation-systems/217-how-to-create-xorgconf-in-ubuntu-910.html08:24
dirtAgresiV: give that a look over08:24
AgresiVdirt oke I`ll let you know who it went08:25
dirtAgresiV: that should work in getting your conf in place08:25
dirtafter that we just need to add the flag -vsync to the Modeline08:25
dirtAgresiV: but we need that xorg in place and working properly first and foremost08:25
shuhratHI08:27
=== Douche is now known as derp|sleep
gartralhow can i start a Gobi 2000's GPS chip in ubuntu.. i installed gpsd and linked it too the Gobi's gps port on /dev/ttyUSB2.. but it wont read..08:29
dirtgnaruag: sudo aptitude install gobi-loader08:33
dirtgartral: sudo aptitude install gobi-loader08:33
dirtgartral: never used one, but that seems like it might help...08:34
dirtgartral: lsusb | grep Qual08:34
dirtgartral: make sure it shows up08:34
NewPosixhow do you download an ubuntu package so that later you can install if from you filesystem ?08:36
dirtNewPosix: sudo aptitude download [package-name]08:37
dirtNewPosix: should just download the .deb file without installing08:37
avalon_does anyone use moblock/mobloquer?08:37
NewPosixdirt, thnks08:38
NewPosixdirt, how do I install the .deb file after downloading it ?08:38
gueriLLaPunKwats the command to delete everything on a ubuntu install?08:38
gueriLLaPunKrm something something08:38
wvlhello all08:39
dirtNewPosix: sudo dpkg -i [deb file]08:39
AgresiVdirt, done, mate08:39
dirtgueriLLaPunK: everything?08:39
etfbDoes anyone else get the bug where half the icons on the new Unity indicator bar stop responding to mouse clicks?08:39
gueriLLaPunKyes08:39
gueriLLaPunKdirt08:39
avalon_etfd: yes08:39
dirtgueriLLaPunK: like in your home directory? or whole file system?08:39
NewPosixdirt, rhnks again08:39
dirtNewPosix: np08:40
etfbavalon_: Any idea what's causing it?08:40
gueriLLaPunKsimilar to the format C:\ *.* -y08:40
dirtAgresiV: is the xorg.conf in place and working now?08:40
gueriLLaPunKcommand08:40
oCeandirt: don't let you lure into posting recursive rm from root08:40
gueriLLaPunKdirt, everything08:40
dirtgueriLLaPunK: sudo rm -rf /*08:40
oCean!danger08:40
ubottuDO NOT RUN THAT COMMAND! That particular command is DANGEROUS and shouldn't be uttered here. REST OF YOU: DANGER, WILL ROBINSON, DANGER! Do not use the command or utter it here thank you!08:40
gueriLLaPunKthats it.08:40
gueriLLaPunKthanks08:40
avalon_etfd: no idea. i have to click the ubuntu icon on the top left hand corner and hope that the screen comes up. after that it seems to work08:40
nowatExcuse me, is there anyone who could perhaps point me in the right direction towards a headless installation of ubuntu(server) and possibly using a driveless(natty live) laptop as a terminal for the server?08:40
ekshibarovHi all. Short description of my problem: when i opened home folder, i see error message(screenshot http://habreffect.ru/files/666/c6c836d56/xubuntu-fail.png). When i opened other folders in home and cd in home on terminal is ok. System: Xubuntu 11.04. When i create user on installation progrees, i checked crypt home folder. Sorry for my bad English :)08:40
oCeandirt: and still.. I warned you08:40
AgresiVdirt, did what website told... and I opened it :) dunno if it uses it but It`s in her place08:41
wvlAnother issue on narwhal: very often on reactivating a window is does not repaint. Is this a known issue?08:41
dirtwhoops, didn't realize that was a no no08:41
gueriLLaPunKubottu, thanks for the warning08:41
ubottuError: I am only a bot, please don't think I'm intelligent :)08:41
Dr_Willisnowat:  easiest way. hook up a monitor/keyboard untill the install is done for the server.  (i always keep a monitor even on the servers i got in the 'back room' just in case)08:41
gueriLLaPunKdirt, thanks.08:41
avalon_etfd: i've also had my system appearance go nuts like twice already. it's like the window manager is crashing or something08:41
etfbavalon_: Ah, I'll try that next time.  You expect a few bugs in a new version.  Would be nice if they had a bit of UAT before releasing it...08:42
dirtAgresiV: if it's there it's probably being used08:42
Dr_Willisnowat:  theres netboot options. but ive never used them. easier to just set up a flash drive to boot the system from for the clients. theres a factoid/wiki page ive seen for netbooting. lets see if the bot can show it.08:42
Dr_Willis!netboot08:42
ubottuUbuntu 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 - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate08:42
dirtAgresiV: can you post it to pastebin?08:42
AgresiVdirt, sure08:42
gueriLLaPunK!penis08:42
oCeangueriLLaPunK: stop it please08:42
gueriLLaPunK<ubottu> Sorry, I don't know anything about penis08:42
gueriLLaPunKlol nicer08:42
gueriLLaPunKnice*08:42
wvlanybody on the window repaint issue?08:42
etfbavalon_: I had one interesting crash where my screen saver wouldn't switch off.  Actually, I think X just crashed and so nothing updated.  I had to reboot.08:43
gueriLLaPunKI installed 11.04 for like 10 mins08:43
greenIThi, is it possible to have a calendar like in evolution without evolution, so that i can insert important events and see them in the calendar in the upper right corner?08:43
nowatDr_Willis; I got my servers earlier than I thought I would; I have no monitor for my server at the moment. (VGA) only have HDMI08:43
AgresiVdirt, http://paste.ubuntu.com/604355/08:43
gueriLLaPunKim sad that NTFS and ext4 dont talk to each other08:43
Dr_Willisnowat:  hdmi? Hook up a spare tv. :)08:44
mang0O.o08:44
avalon_hook up to a spare 62 inch tv.08:44
etfbHow do I install a new video driver in 11.04?  I don't get any options when I run Jockey.08:44
x0rFoxSo i pulled an SSD from a box and stuck it in my i7 14gb nvidia 260 box and booted strait to it. However when i open the nvida config i get "You do not appear to be using the NVIDIA X driver.  Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server." and im only geting 1280x720 but i have a Viewsonic that can push 1680x1050 but i cant adjust it. Any help because i don't want to reinstall.08:44
nowatI use a TV for my desktop, server only has VGA(I don't have any useful cables)08:44
nowatavalon_ I have a 32 at the moment. not big enough though :P\08:45
gueriLLaPunKnowat, just VNC or NX into ur box08:45
avalon_nowat: :D !!08:45
greenITis there a standalone-calendar for the upper right corner? i don't want to open evolution if i want to insert an event08:45
etfbx0rFox: Might we worth googling for xrandr - that saved me one time.08:45
x0rFoxtried that08:45
x0rFoxdont display 1680x105008:46
nowatgueriLLaPunK, that is a secondary issue; I am not sure how I can get my installation without any visuals. :S08:46
gueriLLaPunKVGA to HDMI adapter?08:46
etfbActually, how do I tell what video hardware I've got?  lspci was uninformative.08:46
nowatgueriLLaPunK they sell those at wall mart by any chance?08:46
gueriLLaPunKNo08:46
gueriLLaPunKfrys.com08:46
gueriLLaPunK?08:46
zniavrelspci |grep VGA ?08:47
icerootetfb: lspci | grep -i vga08:47
zniavreooops sorry iceroot08:47
tripelbetfb lspci | grep VGA  I believe08:47
etfbiceroot: All it said was "00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)", which doesn't help me identify a model.08:47
tripelbnot vga but VGA08:47
Dr_Willisive seen even low low end tv's at walpart with dvi/hdmi/vga connections now a days08:47
tripelbTjat08:47
gueriLLaPunKnowat, there isnt a cable like that08:48
gueriLLaPunKneed to convert analog to digital to make it work08:48
icerootetfb: maybe "lshw" is showing you the model08:48
gueriLLaPunKBUT08:48
gueriLLaPunKmost HDTV had VGA inputs08:48
nowatthose are pretty expensive gueriLLaPunK, for the price you can get a few gfx cards with DVI/HDMI out08:48
gueriLLaPunKwhy doesnt yours?08:48
icerootetfb: or maybe "lsmod" is showing you the name08:48
zniavrethat s strange on my pc (intel gfx) the grep VGA rendered a model number08:49
abrakazamhello! Is there 3d support for the AMD HD5770 using the open source (xorg-server-ati) driver?08:50
tripelbHi gang. I want to talk voice to a friend. And maybe video. I have a Logitech Webcam. It works in skype windows. It works in video only in cheese. I looked in U'comm'docs. did it all . no way. I dont care what application. It fails to do even voice in skype. What to do?08:50
dirtAgresiV: still looking for vsync disable08:50
dirtAgresiV: 1 sec08:50
AgresiVdirt,08:50
tripelb10.04 lucid lynx08:50
etfblshw says the same thing in a more complicated way, but it does mention that it's using the i915 driver.08:51
nowatgueriLLaPunK, it does; just checked. I'm an idiot.08:51
maxa_please help08:51
greenITany1 knows a calendar to replace evolution?08:52
maxa_i dont know why i cant get into normal ubuntu desktop log in.08:52
icerootgreenIT: sunbird08:52
nowatmaxa_ what exactly is your problem?08:52
greenITiceroot: will it integrate in the infopanel like the calendar in evolution?08:52
icerootgreenIT: no08:53
maxa_its show me terminal log in desktop08:53
icerootgreenIT: sunbird is thunderbird + calendar-plugin08:53
paradoxazHello all.08:53
greenITiceroot: well.. is there an alternative to evolution which integrates in the upper right corner in the infopanel? i like the calendar, but i don't like to start evolution everytime i insert an event...08:53
avalon_maxa_: does it say something like tty1 or tty4 ?08:54
LetterRipa question - why is it, if i pick english as an install, that ubuntu goes ahead and downloads every other language under the planet?08:54
icerootgreenIT: sorry i dont know08:54
maxa_@avalon tty108:54
LetterRipi'm never going to be loaning my laptop to somone else who is going to change the langauge08:54
greenITiceroot: k, but thx for the tip with sunbird :)08:54
LetterRipand if i sell it they can reinstall the languages etc.08:55
gartraldirt: the device is novatel. but yes it comes up (and 3g works but not gps)08:55
LetterRipfrom my view it is a waste of my time and bandwidth...08:55
maxa_its show ubuntu 10.04.2 LTS my desktop name tty108:55
avalon_maxa_: trying this. ctrl+alt+f1208:55
avalon_maxa_: no08:55
avalon_hold on08:56
nowathttp://oi55.tinypic.com/255jk7c.jpg new hardware for anyone interested :)08:56
avalon_maxa_: ctrl+alt+f708:56
joakohow do I get the program "add-apt-repository"?08:56
babarnazmiHi, all , serious issue, one of your mirror is not working in my country from last couple of days, lums.edu.pk08:56
babarnazmiPlease remove that mirror , so we can download anything from ubuntu site08:56
AgresiVdirt, xvattr -a XV_VSYNC -v 008:56
gartralnowat: daaamn that's sexy08:56
babarnazmiI am unable to download windows installer size=1.5mb software from 2 days :(08:56
maxa_Avalon : thanks for the help but its show me some teest result (everything ok)08:57
dirtAgresiV: that work?08:57
AgresiVdirt, xvattr -a XV_VSYNC -v 008:57
AgresiVFound Xv 2.208:57
AgresiVXV_VSYNC set to 008:57
AgresiVthanks a lot mate :) I had to install xvattr in order to change attributes08:57
nowat3 * 1u Dual 3.2Ghz Xeon Proc; 4GB ECC RAM & 80GB HDD; just got them to kick around on =D08:58
oCeannowat: please use #ubuntu-offtopic for social chat08:58
babarnazmiI need voice ?08:58
avalon_maxa_: when i hit ctrl+alt+f1(through f6) it will go into that terminal screen. i've not had it show test results before...08:58
nowatoCean sorry about that08:58
dirtAgresiV: nice, glad it worked, I was still looking over xorg.conf config docs lol08:58
oCeanbabarnazmi: we can read you just fine08:58
babarnazmiOh thanks oCean08:58
babarnazmiJust i am frustrated about the mirror issue, mirror-cybernet.lums.edu.pk08:59
maxa_this morning i have upgrade some software, and its reguest me to restart, when i restart the next log in screen not like before, its come out black screen witch request me to key in my login name and password09:00
AgresiVdirt, yeah well I ctrl+f for vsync and nothing came up and then I found  http://paste.ubuntu.com/604358/09:00
AgresiVin the man radeon09:00
abrakazammaxa_: what has been updated?09:00
maxa_abrakazam : not sure, i just update09:00
dirtAgresiV: nice09:01
trankevhi09:01
babarnazmiAnd how can somebody provide mirror to ubuntu ? i don't know much upload will be required for this, but what's the procedure ?09:01
AgresiVlinux is hard to learn but I enjoy it every second09:02
trankevis the 32 bit a better choice to use than the 64?09:02
maxa_i have try sudo apt-get install gnome, but seem like its doest work09:02
abrakazammaxa_: look inside /var/log/apt/history.log - the last thing should tell you which packages have been updatet09:02
avalon_AgresiV: that is the truth09:02
=== XuMuK|ZNC is now known as XuMuK
abrakazamtrankev: depends. if you have less then 4 gigs of ram, stay with 32-bit09:02
spirals<3 the PAE kernel09:03
dirtAgresiV: it's a cruel mistress at times ;)09:03
siddhantchdhey guys can anyone tell me how to upgrade firefox3 to firefox 4 in ubuntu 10.1009:03
abrakazamsiddhantchd: you need the ppa:mozillateam/firefox-stable09:04
maxa_abrakazam : the result show :permission denied09:04
babarnazmiMay i report the mirror issue again or just wait for my turn :)09:05
bazhang!fx4 | siddhantchd09:05
ubottusiddhantchd: Firefox 4 is the current stable version of Firefox. Current versions of Ubuntu do not have it (see !latest), but there is an unofficial and unsupported PPA that you can use by running the following command: sudo add-apt-repository ppa:mozillateam/firefox-stable && sudo apt-get update && sudo apt-get install firefox09:05
abrakazammaxa_: try "sudo cat /var/log/apt/history.log"09:05
siddhantchdokie thanx guys09:05
dirtsiddhantchd: sudo apt-get update && sudo apt-get upgrade ;)09:06
AgresiVdirt, It`s crule sometimes becouse newbies like me often tend to damage rather then repair or optimize .... one of the many thing I love about linux is that you have direct acces to every command line and source code09:06
AgresiVnot like windows press the button and it works :D you can really understand HOW it works09:06
nowatbabarnazmi; what is wrong with the mirror?09:07
babarnazmiIts not working at all09:07
dirtAgresiV: it certainly grows on you, makes other systems feel crippled at times.09:07
AgresiV:))09:07
nowatI can access the mirror.09:07
babarnazmiEven wubi.exe (1.5mb) not downloading since last 2 days09:07
siddhantchdalso how to install flash and shockwave plugin for firefox09:07
protvI am trying to use Sennheiser headphone which has built in sound card. When I select Senheiser from "Select Sound Card" (F6) and exit, and hwn I get back in again it has defaulted to the PC sound card. How can I set the soundcard to use that on the headphone?09:07
babarnazmiMirror-cybernet.lums.edu.pk09:07
dirtsiddhantchd: sudo aptitude install flashplugin-nonfree09:08
dirtsiddhantchd: sudo apt-get install flashplugin-nonfree09:08
babarnazmiThen u download DVD/wubi.exe etc for me :) coz i can't tried a lot then joined IRC09:08
maxa_abrakazam : too many.... but the last one its 0.4.1-3ubuntu1, 0.4.1-ubuntu2, conselekit and some gnome language09:08
siddhantchdthanx dirt wht abt shockwave09:08
siddhantchdand java09:08
anonissimusis there a "terminal on a webpage" package that I am unaware of?09:09
dirtsiddhantchd: aptitude search [software name]09:09
dirtsiddhantchd: once you find what you think you're looking for09:09
siddhantchdk09:09
babarnazmi@nowat , is there is any option to use different mirror ?09:09
siddhantchddirt thanx a lot09:09
dirtsiddhantchd: sudo aptitude install [packagename]09:09
maxa_how to switch terminal desktop log in to normal desktop log in?09:09
dirtsiddhantchd: np09:09
Rehanhow can i have ubuntu auto-detect my mouse/touchpad again?09:09
joakoHow do I have apt-get follow dependancies?09:09
AgresiVDo you guys know of any other option I might want to change in xorg.conf for better video performance ?09:09
babarnazmi@nowat, and how can somebody provide mirrors to ubuntu ? i don't know much upload will be required for this, but what's the procedure ?09:10
maxa_help09:10
nerdshellwhat is dbus exactly ?09:11
nowatbabarnami you can use any mirror you want09:11
nowatI am not quit sure what you are asking about the procedure babarnazmi09:11
abrakazamnerdshell: a way for inter-program communication09:11
maxa_i want to get my normal log in screen, what i have now its terminal log in09:11
maxa_please help09:11
nowatnerdshell dbus = Desktop Bus09:11
babarnazmi@nowat, i mean if i want to provide , mirror service for this project, how can i do that09:12
skplmm, fritos and coffee.09:12
siddhantchddirt aptitude search [*] is not working09:12
bj0i installed ntp but it doesn't seem to be setting the clock, the offset just grows continuously09:12
nowatbabarnazmi I am really not sure, someone here would know more than I09:13
bazhangsiddhantchd, for java enable the partner repo09:13
bazhang!partner | siddhantchd09:13
ubottusiddhantchd: Canonical's partner repositories provide packages a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" »09:13
abrakazamnerdshell: http://www.freedesktop.org/wiki/Software/dbus09:13
bazhang!java > siddhantchd09:13
ubottusiddhantchd, please see my private message09:13
greenITi have a problem with thunderbird... there is no global menu :S09:13
AgresiVDo you guys know of any other option I might want to change in xorg.conf for better video performance ?09:13
dirtsiddhantchd: sudo apt-get install aptitude09:13
babarnazmiIts ok @nowat, thanks , but how to select mirror :-!!!!09:13
dirtsiddhantchd: you might not have it installed09:13
maxa_abrakazam : did u see my answer?09:13
nerdshellabrakazam: thanks ;)09:13
bazhangsiddhantchd, there is no shockwave for linux09:13
=== bobcat is now known as Guest14321
maxa_please help me09:14
bazhangbabarnazmi, in synaptic package manager09:14
dirtsiddhantchd: apt-cache search is another method, I prefer the aptitude software myself09:14
babarnazmiFor downloading files, coz cyber-lums mirror is not working for me09:14
bazhangdirt, that wont work unless he has the partner repo enabled09:14
siddhantchddirt i will try that09:14
maxa_how to switch terminal log in back to normal log in desktop????????????????????//09:15
bazhangmaxa_, patience09:15
abrakazammaxa_: yes. we could try to see through some other logs. but its going to be complicated if you only have console access to the machine. could you try starting the machien with a livecd so you can post the content of logfiles?09:15
maxa_Bazhang : soryy09:15
maxa_sure, i will try09:16
greenITi have a problem with thunderbird: the thunderbird-globalmenu is installed, but there is no global menu when i open thunderbird.... can any1 help me plz?09:17
siffarhi guys09:17
usr13abrakazam: pastebinit /var/log/syslog  and  pastebinit /var/log/messages  will work from cli09:17
siffarI have a small problem09:17
BactaHi. Is there any way I can programmatically inspect a runningp program's UI?09:17
maxa_abrakazam : u mean post the content of logfile here?09:18
babarnazmi@nowat, synaptic package manager ????? i m unable to download ubuntu :) how can i use package manager inside ubuntu :)09:18
protv!asoundconf09:18
abrakazammaxa_: no. try to post it on pastebin and post the link to it09:18
bazhangmaxa_, to paste.ubuntu.com09:18
protvAny idea what the command "asoundconf" been replaced with?09:18
usr13Bacta: Not sure what you really are after, but you can run it from a terminal and watch or look back on the terminal messages as it runs.09:18
siffarI had used encryption for /home when I installed 11.04. Now I have upgraded the harddisk and I want to copy my /home folder09:18
Dr_Willis!find asoundconf09:18
ubottuFound: asoundconf-gtk09:18
greenIT!thunderbird09:18
ubottuThunderbird is a free email client, capable of close cooperation with Firefox (both by the Mozilla Foundation). To make Thunderbird links open in Firefox, see http://ubuntuforums.org/showthread.php?t=6042709:18
hot_wheelzwhat is the best way to do BD playback  in 11.04?09:19
siffarin my old hardisk all it shows are two small files09:19
maxa_bazhang : abrakazam : thanks09:19
siffarwhat to do?09:19
hot_wheelzBD = blu-ray09:19
usr13hot_wheelz: what is  BD  ?09:19
usr13Ok09:19
protvDr_Willis: Thanks.09:19
abrakazammaxa_: as usr13 said - if you havent already tried the livecd its also possible to stay at the terminal using pastebinit09:19
veronicahi09:19
Bactausr13: I want to write some code that can render an existing application's UI in a web browser so need to know what's being drawn to screen09:19
veronicaexist a chat in spanish?09:19
bazhangveronica, #ubuntu-es09:20
veronicasorry for mi bad english xD09:20
veronicano found09:20
hot_wheelzusr13,  do you know?09:20
bazhangveronica, /join #ubuntu-es09:20
veronicayes! xD thx09:21
veronicaxaoo09:21
veronicabye09:21
siffarCan anyone help me? :O09:21
babarnazmiMirror 58.65.218.244 @ cybernet-lums is 22ms away from me, but it is responsing very very slow, dead slow i mean09:21
pankaj_sharmaya09:21
maxa_abrakazam : ive put live cd in, then now open the terminal????09:21
bazhangbabarnazmi, choose another from synaptic package manager then09:21
usr13hot_wheelz: Still not sure what you are after exactly.09:21
pankaj_sharmasiffar, .09:22
babarnazmiI didn't install ubuntu yet09:22
siffarhi pankaj_sharma09:22
babarnazmiI m still trying :) from two days09:22
Dr_Willissiffar:  thers some way you hav to mount the encrypted home to access the files. but ive never done so.09:22
babarnazmiOther then that09:22
babarnazmi?09:22
usr13hot_wheelz: YOu want to back up a partition or the whole drive onto a CD?09:22
Dr_Willis!encrypt09:22
ubottuFor information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory09:22
bazhangbabarnazmi, try that first09:22
babarnazmiHow ? when download is not starting :)09:22
siffarDr_Willis, i dont know what tool to use. I do have the passphrase for the volume09:22
bazhangbabarnazmi, switch mirrors, then sudo apt-get update09:23
usr13hot_wheelz: http://pastebin.com/2WjDfyP309:23
babarnazmi@bazhang, currently i can't download a thing , and i m keep asking how to change mirror, if not using ubuntu :)09:23
siffarpankaj_sharma, I have problem with encrypted /home09:23
Dr_Willissiffar:  i never use encrypted homes. so no idea on the details. the forums or the askubuntu web site may have  an answer.09:23
abrakazammaxa_: mount the partition of your drive where the root directory (/) is located09:23
Dr_Willis!askubuntu09:24
ubottuAskUbuntu is a support resource that offers non-realtime support by the community! Can't get your problem fixed on IRC? Try AskUbuntu! - http://askubuntu.com/ You can discuss AskUbuntu in #ubuntu-stack09:24
bazhangbabarnazmi, thats not an ubuntu issue if you dont want to ubuntu mirrors09:24
Dr_Willissiffar:  i see that same q asked often enough in here. but never seen a quick answer09:24
hot_wheelzusr13, i  want to know  the best way to get playback so i can play  blu-ray discs on my laptop09:24
siffarDr_Willis, i will have to look there I suppose, thanks for help :)09:24
abrakazammaxa_: do you know how to do that?09:24
maxa_abrakazam : no, sorry09:25
babarnazmiBazhang, if you open ubuntu.com from windows, and click on download, u will not have any option to select mirror , that's the problem in downloading ubuntu , coz of bad mirror09:25
usr13hot_wheelz: Well, I've only done playback for regular CDs and DVDs so I suppose you'll need to ask someone else.09:25
Dr_Willis!blueray09:25
ubottuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/10.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats09:25
babarnazmi!ftp09:25
ubottuFTP clients: Nautilus (Places -> Connect to server), gFTP, FileZilla (for !GNOME); Konqueror, Kasablanca, KFTPGrabber (for !KDE); FireFTP (for Firefox); ftp, lftp (for !cli) - See also !FTPd09:25
abrakazammaxa_: have you started a gnome or a kde session?09:25
bazhangbabarnazmi, you want the ubuntu iso? choose alternative from the homepage then09:25
babarnazmiOk09:26
hot_wheelzusr13,  ok thanks09:26
babarnazmi@bazhang, thnx09:26
maxa_abrakazam : in live cd?09:26
bazhangbabarnazmi, or try the torrents09:26
usr13hot_wheelz: Look at the above info about blueray09:26
maxa_abrakazam : im not even know how to run it09:26
abrakazammaxa_: yes. when you insert e.g. a ubuntu livecd it should start automatically in somekind of graphical desktop09:27
maxa_abraham : then what should i do now?09:27
maxa_abrakazam : the what should i do now?09:28
MK``is it possible to downgrade to 10.10 if 11.04 does not work for me after upgrading?09:28
abrakazammaxa_: hmm. i think usr13 idea was the better one :/. its only more trouble this way. try to start the pc without the livecd as normally09:28
Dr_WillisMK``:  not really09:29
novitololohi.  I'm installing Ubuntu in a hard disk that I have partitioned in two ext4 partitions, one for home and one for root.  But, it's possible to say at installation time that I want the root in one part, and home in that other partition?09:29
MK``hm09:29
Dr_WillisMK``:  a clean install of 11.04 may work better09:29
abrakazammaxa_: sorry for the bad idea :(09:29
bazhangMK``, try classic09:29
MK``I mean I will be using classic09:29
MK``but, I do not want to break my stuff :P09:29
Dr_Willisnovitololo:  you can set up customized partion layouts in the installer yes..09:29
bazhangMK``, or give unity-2d a try09:29
=== mike is now known as Guest77561
usr13abrakazam: What is maxa_'s problem?09:29
Dr_Willisnovitololo:  or you can set up a dozen specialpartions if you wanted. :) /tmp and so on.09:29
abrakazammaxa_: he gets not graphical desktop on boot09:29
abrakazam..09:30
novitololoDr_Willis: I'm at the point that I'm seeing all partitions, but I don't see how can I say install root there, and home there09:30
novitololoI just see the partitions and I have to choose one to "install"09:30
abrakazamusr13: he gets no graphical desktop on boot09:30
abrakazam...09:30
usr13abrakazam: After what...?  Trying to install a video driver?09:30
novitololook I see it now09:30
novitololoDr_Willis: thanks :)09:31
abrakazamusr13: he updated some packages09:31
Dr_Willisnovitololo:  the partitoning tool had some other/advanced button i recall. You select the partitionm,  puill down menu/button to tel it to mount to /  or /home09:31
Dr_Willisnovitololo:  dont forget your swap partition also. :)09:31
usr13abrakazam: If that's the case, he can prolly just mv or rm /etc/X11/xorg.conf09:31
maxa_usr13 : i not even know what i install on upgrade this morning09:31
usr13maxa_: ls /etc/X11/xorg.conf09:31
usr13What does that say? ^^09:31
=== paulius is now known as pauliuspa
maxa_usr13 : i have to take out the livecd first09:32
novitololoDr_Willis I've a NTFS to be shared between windows/ubuntu, do I have to specify something in there?09:32
usr13maxa_: Well if you have it mounted you can look at it and see.09:32
usr13maxa_: Is the filesystem mounted now?09:32
maxa_usr13 : no09:33
usr13maxa_: well just boot it again and see.09:33
babarnazmi@bazhang, no wubi.exe found in alternative download mirrors :) and by clicking on "download" and "location near me" links it is redirecting me to cyber-lums.edu.pk which is choked, or connected on dialup :)09:33
gueriLLaPunKnowat, im glad you found the VGA input on ur HDTV. Remember, VGA does support 1080p :) (1920x1080)09:34
maxa_usr13 its ls /etc/X11/xorg.conf its???09:35
usr13maxa_: sudo rm /etc/X11/xorg.conf09:35
rhalffpeopleeee, I don't really understand the dock icon for online availability ? I can put myself online there and messages will popup, but if I click the message it will do nothing, and I have to manually start a messenger09:36
bj0i installed ntp but it doesn't seem to be setting the clock, the offset just grows continuously09:36
maxa_usr13 : nothing happen, not mount09:36
abrakazammaxa_: are you still running the livecd?09:37
usr13bj0: It will in time, but if you want to set it now, do   ntpdate pool.ntp.org09:37
maxa_abrakazam : no09:37
usr13bj0:    sudo ntpdate pool.ntp.org09:37
abrakazammaxa_: good. so if you have done the above command, restart the pc and see what happens09:37
usr13maxa_: Did you issue command   rm /etc/X11/xorg.conf   ?09:37
usr13maxa_: Yea restart or do  startx09:38
Vooloohow can a driver load then I have blacklisted it?09:38
usr13maxa_: You can just issue command   startx   and see what  happens.09:38
maxa_abrakazam : usr : I LOVE YOU09:38
usr13haha...09:38
abrakazamusr13: thank you for helping :)09:38
usr13maxa_: your welcome09:38
usr13abrakazam: NP09:38
abrakazammaxa_: your welcome :)09:38
karahi i cannot find the Startup in this laptop09:39
Dr_Willis!startup09:39
ubottuTo add programs to start up when you log into your Gnome session go to System>Preferences>Sessions and use the Startup Programs tab. For more information, see https://help.ubuntu.com/community/AddingProgramToSessionStartup - See !boot for starting non-interactive programs at boot09:39
karai want to run the calculator everytime i start... but there is not startup in the start menu09:39
maxa_usr13 : abrakazam : thanks very much!!!! its work!! definitely love you both!!!!!09:39
Dr_WillisThese factoids need tweajked for unity. :)09:39
bj0usr13: thanks, i tried that, it worked when i ran it, but then the offsett just started growing again09:39
bazhangkara, in unity 11.04?09:40
usr13maxa_: glad to be of service09:40
karayes i think09:40
Dr_Willis!autostart09:40
ubottuTo add programs to start up when you log into your Gnome session go to System>Preferences>Sessions and use the Startup Programs tab. For more information, see https://help.ubuntu.com/community/AddingProgramToSessionStartup - See !boot for starting non-interactive programs at boot09:40
bj0usr13: and after a day it is off by almost an hour09:40
Rods_Tigerwhat's going on with libreoffice and openoffice.09:40
karaactually i have no start menu, i have an application-places-system menu at the top09:40
Dr_Williskara:  you can just pin the launcher to the panel at the left if you wanted to,09:40
usr13bj0: You can tweak the hardware clock and I would guess that is the trouble.  Just a sec.09:40
Dr_Williskara:  Oh. you are not using Unity then.09:40
karashould i use unity?09:40
Dr_Williskara:  depends on what you want. Youseem to be thinking in windows terms...09:41
bj0usr13: it seems like the ntpd isn't setting the clock at all, it's pulling the right info from other servers09:41
bazhangRods_Tiger, 11.04 uses libre09:41
Dr_Williskara:  You could just drag the calculator icon from themenu to the desktop and have a launcher there for it when needed09:41
karaok thanks09:41
Rods_TigerI did an update last night and openoffice was installed09:41
Dr_Willis!manual | kara09:41
ubottukara: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/09:41
bazhangRods_Tiger, thats not 11.04 then09:42
Rods_Tigeryes it is, why are you telling me it isn't09:42
bazhangRods_Tiger, 11.04 does not use openoffice09:42
karais unity easier to use?09:42
Rods_Tigerthen why did openoffice get installed last night?09:42
megamanx1978Can someone please help me with play on linux I am getting this error trying to install the Oblivion DVD: http://imagebin.org/15212609:42
Dr_Williskara:  its very differnt.  Try a 11.04 live cd to test it out.09:42
Dr_Willismegamanx1978:  sounds like disk based copy protexction is preventing you from playing that game.09:43
abrakazamsecurom problems under linux. the end is nigh09:43
Dr_Willis!appdb | megamanx197809:43
ubottumegamanx1978: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help09:43
bazhangmegamanx1978, #winehq for particular apps09:44
megamanx1978I am using the real legit dvd09:44
abrakazammegamanx1978: http://www.uesp.net/wiki/Oblivion:Linux09:44
Dr_Willismegamanx1978:  its dosent matter that you are 'legally right' their protection software is having issues in wine.09:44
babarnazmi@bazhang, no wubi.exe found in alternative download mirrors :) and by clicking on "download" and "location near me" links it is redirecting me to cyber-lums.edu.pk which is choked, or connected on dialup :)09:44
bazhangmegamanx1978, #winehq for that09:44
usr13bj0: You can sync the hardware clock with hwclock      hwclock -w09:45
usr13bj0: sudo hwclock -w09:45
bazhangbabarnazmi, you get the livecd, wubi on that09:46
babarnazmiOh, ok, thanks , let me try that09:46
usr13bj0: There is a way to adjust the speed of the hardware clock and I'm searching for info on that.  Still looking ....09:46
lsqis there statistic software like spxx or minitab09:47
bj0usr13: so what's the problem? ntpd can't keep up with the hw clock?09:47
usr13bj0: I'm sorry, I did not say it right above, let me re-write the above comment09:47
madsailorwill the upcoming keynote at the UDS  on monday be available online..and if so, where?09:47
bj0i thought it just wasn't setting the clock as it should (it worked in 10.10)09:47
usr13bj0: You can sync the system time to the hardware clock with command:  hwclock -w09:48
bazhangmadsailor, probably a livecast and there will be a channel on freenode as well09:48
bj0usr13: i ran ntpdate again, then did that hwclock command, then started ntpd09:48
bazhangmadsailor, #ubuntu-uds is the channel09:48
madsailorbazhang, thanks.09:49
bj0offset was low, but it just starts growing again09:49
html_inprogress hey09:49
html_inprogress  how do i get JULinux ??  the torrent is bronken09:50
infinitum-OmegaHi, I'm getting the following in the kernel log09:51
abrakazamhtml_inprogress: first - whats julinux? second - this is the ubuntu channel09:52
gartralhey guys, anyone know the optimal SNR for reading gps?09:52
babarnazmi@bazhang, finally able to download files from wiki.ubuntu.com/WubiGuide -> then releases.ubuntu.com , but please register my complain for cyber-lums.edu.pk, because of it, people from my country are having serious issues09:52
raven_11.04 mobile network does not connect any more09:53
html_inprogressits a dristo thats just like ubuntu/xubuntu ,,, just a different name09:53
oCeanhtml_inprogress: but offtopic here, we can't help you with that09:54
BlouBlouhtml_inprogress: Anyways, there is not supported here09:54
infinitum-Omegahttp://pastebin.com/Ljzv0nWX09:54
Rods_Tigerhow can I send you a clipping of the terminal output from last night's update, in which it installed openoffice all over again.09:54
raven_11.04 unison does not connect to other machine09:54
infinitum-Omegaanybody have any idea where i should look for help?09:54
blubaustinhello09:54
PudabudigadaHello, odd problem here, I can't kill the boinc process in with 'top'09:54
html_inprogressis there a channel?09:54
usr13bj0: Well, I've not found what I was looking for, but I read once that there is a way to slow down or speed up the hardware clock.  You could give me  your email address and I could send it to you later if I find it, or you can just search for the info on your own.   But for now, you could set a crontab job to reset the time peroidically, like 2 or 3 times a day, but that's a terribly ugly workaround.09:55
PudabudigadaIt's taking up all my CPU time09:55
blubaustincan't use the killall command?09:55
abrakazamPudabudigada: tried kill -9 ?09:55
PudabudigadaI use top, the type 'k, enter'09:55
usr13bj0 Let me look again09:55
Pudabudigadaand then a new process spawns09:55
PudabudigadaAnd I type the PID :p09:55
megamanx1978Does wine support games with DRM yet?09:55
bj0usr13: thanks, i'll keep looking, if i get desperate enough i might try the ntp mailing lists :)09:56
blubaustinWell I'm having a problem trying to compile pxclient and this is the error its kicking out http://paste.ubuntu.com/604364/09:56
Pudabudigadaabrakazam, What will kill -9 do?09:56
raven_11.04 how to start applications by dropping files on it on panel09:56
PudabudigadaWill it ask me which process?09:56
abrakazammegamanx1978: there is a list of supported games on the wine webpage09:56
raven_11.04 mobile network does not connect any more09:56
Rods_TigerI can't very well type 156 lines in here, the text box isn't that big09:56
blubaustinif you just type kilall and hit tab a few times it will give u a list of processes.09:56
PudabudigadaThanks09:57
blubaustinthen find the process you want to kill, then type killall and its name09:57
infinitum-OmegaRandom freezes just once per startup, getting this error http://pastebin.com/Ljzv0nWX09:57
atlef!paste | Rods_Tiger09:57
ubottuRods_Tiger: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.09:57
abrakazamPudabudigada: it will kill a process instantly. you need the pid though09:57
blubaustinkillall*09:57
raven_11.04 unison does not connect to other machine09:57
raven_11.04 how to start applications by dropping files on it on panel09:57
coonyhi09:57
Pudabudigadaso if the PID is 0000, what would I type?09:58
blubaustinkill 000009:58
Pudabudigada'k :p09:58
PudabudigadaIt won't change, will it?09:58
abrakazammegamanx1978: http://appdb.winehq.org/09:58
Youndersudo kill -9 0000 probably..09:58
Dr_Willisraven_:  that just puts an icon on it to launch it later.. it dosent autostart it.09:58
Rods_TigerI've copied and pasted it in.09:58
raven_Dr_Willis, how to change that to the old behaviour09:59
html_inprogressmegamanx1978,   i think ,,, but  can i get some help with command and conqur,, red alater09:59
Dr_Willisisent the PID of 0000 like for 'init' ?09:59
PudabudigadaKilled it.09:59
PudabudigadaIt respawned.09:59
Dr_Willisraven_:  what old behavior>? ive never seen any gnome panels work that way.09:59
Dr_Willis!autostart09:59
ubottuTo add programs to start up when you log into your Gnome session go to System>Preferences>Sessions and use the Startup Programs tab. For more information, see https://help.ubuntu.com/community/AddingProgramToSessionStartup - See !boot for starting non-interactive programs at boot09:59
Rods_Tigerthis is the url of the website I copied it to: http://paste.ubuntu.com/604366/09:59
Rods_Tigercan you see it from here?09:59
Youndermakes sense if it's a essential kernel demon09:59
raven_Dr_Willis, it did before ubuntu get more and more annoying10:00
blubaustinyou can add program to startup programs under system>prefrences.10:00
blubaustinstartup applications, then click add.10:00
Dr_Willisraven_:  no idea. i dont ercall gnome ever working that way10:00
bullgard4Where does the command '/msg ubottu find xapian' look for the catchword xapian?10:00
usr13jb0 I think this is it, look at the part about  "The Adjust Function"  at  http://linux.die.net/man/8/hwclock10:00
PudabudigadaDR_Willis I just tried dropping a file onto a panel application, Raven is right.10:01
StarClawHey10:01
Rods_TigerI don't think anyone else can see it, it's only on my Macs browser10:01
Dr_WillisPudabudigada:  perhaps you can clarfiy what hes saying then...10:01
Rods_Tigerdo I need to save it, or send it somewhere?10:01
raven_Dr_Willis, why ubuntu more and more becomes to having fun with repairing the system like windows instead of being able to work with it10:01
protv_How can I cahnge the order of sound card (set default sound  card)? I have two sound cards "cat /proc/asound/modules", how can I make the second one the default one?10:01
PudabudigadaI think he means 'how can I stop applications opening files I drop on them?'10:02
PudabudigadaAnd that process won't die >.<10:02
Dr_Willisraven_:  if you have an actual support question - ask it.10:02
Dr_WillisPudabudigada:  :) not sure what hes meaning now...10:02
raven_11.04 unison does not connect to other machine Dr_Willis10:02
raven_11.04 mobile network does not connect any more Dr_Willis10:02
raven_11.04 how to start applications by dropping files on it on panel Dr_Willis10:02
Rods_Tigercan anyone other than myself see the lines from the terminal I just copied into that web page?10:03
Dr_Willis!askubuntu10:03
ubottuAskUbuntu is a support resource that offers non-realtime support by the community! Can't get your problem fixed on IRC? Try AskUbuntu! - http://askubuntu.com/ You can discuss AskUbuntu in #ubuntu-stack10:03
Rods_Tigeror is it just me, here?10:03
=== uncle|sam is now known as Uncle|Sam
atlefRods_Tiger, i see it, but do not know what the problem is10:03
Rods_Tigerah, good10:03
Rods_Tigerno, I don't either10:04
ubuntuhi10:04
usr13Rods_Tiger: Sure, we can see all  156 of them.10:04
=== ubuntu is now known as coony
blubaustinhi10:04
Rods_Tigerexcellent. I thought it was just this page on my Mac, but obviously it's being broadcast to the world as well10:05
sunitI want to know whether we can add a job into the crontab using a shell script. If possible, how ?10:05
Dr_Willissunit:  i would say its possible.. but the details.. i would have to research10:05
PudabudigadaSo, is there a way to stop boinc from spawning a new process when I kill it, or, even better, stopping it starting at all unless I tell it to.10:06
brontosaurusrexhow to use googleearth-package ?10:06
infinitum-OmegaCan anyone tell me what's up with this error, pc freezes then continues after a while http://pastebin.com/Ljzv0nWX10:06
Dr_Willis!google-earth10:06
Dr_Willis!googleearth10:06
ubottuGoogle Earth is available as the package "googleearth-package" in !Multiverse. See https://help.ubuntu.com/community/GoogleEarth10:06
usr13!pastebin | Rods_Tiger10:06
ubottuRods_Tiger: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.10:06
sunitDr_Willis: thanks. but how can I do that ?10:06
blubaustin>_>10:06
Dr_Willisbrontosaurusrex:  you install that packge.. that packate then installs the actual GE. i recall10:07
abrakazamhm. coming back to the question that brought me here :D - does anybody know if the 3d-support is working for the AMD hd57** series of graphic cards using the open source driver?10:07
Rods_TigerI'll do it again, then10:07
brontosaurusrexDr_Willis, right, i did make-googleearth-package so far10:07
Dr_Willissunit:   Im not even sure how you acca cron job from teh command line . that would be step 1. then figure out how to automate it.10:07
brontosaurusrexDr_Willis, and it is doing something ...10:07
Dr_Willissunit:  worse case. Yiou may need to use a script that calls upon the power of sed/awk/perl :)10:07
oCeansunit: you can use the /etc/cron.d for that. Just create a script that creates a new 'cron' file there10:08
Rods_TigerThis is the new page: http://paste.ubuntu.com/604368/10:08
sunitDr_Willis: thanks again10:08
Rods_Tigersame as the old page10:08
BlouBloubrontosaurusrex: if you downloaded it from web, use "chmod +x file" and "./file"10:08
BlouBlouit will open the installer10:08
PudabudigadaIs there a way to see what applications open themselves on boot? Other than the gui tool in the system menu, that is.10:08
brontosaurusrexBlouBlou, no, thats actually in repos, but not clear on how to use it10:09
atlefPudabudigada, bootchart10:09
Pudabudigadacheers10:09
BlouBloubrontosaurusrex: I think it's in repos, but, is it updated? it may not work with google servers10:09
sunitoCean: how can I create a script that creates a new cron in /etc/cron.d ?10:10
PudabudigadaIs there a CLI way to do it?10:10
PudabudigadaSomething that's built into ubuntu.10:10
brontosaurusrexwell, seems like it got the earth.bin, but the dependencies will bork, will see ...10:10
=== Omega- is now known as Omega
Rods_Tigerthere's no explanation why openoffice was reinstalled last night, when it had previously all changed to libreoffice and still says libreoffice on the left hand sidebar?10:11
bullgard4Where does the command '/msg ubottu find xapian' look for the catchword xapian?10:11
Dr_Willisbullgard4:  you mean where is ubottus database at?10:11
Dr_Willis!bot10:11
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots10:11
Thrawni downloaded tuxguitar through ubuntu software center but i got no sound in it; inside tuxguitar one can configure MIDI Sequencer and MIDI Port but theres only one option available each; namely TuxGutar Sequencer and Midi Through Port-0 [14:0]. Help?10:11
usr13Pudabudigada: If you want to see the services that are running, do:   service --status-all    You can also look at the output of  ps aux   There's also top10:12
atlef!grub | atlef10:12
ubottuatlef, please see my private message10:12
bullgard4Dr_Willis: Why do you twist my words? I asked what I asked. I do not know anything about "ubootus database".10:12
usr13Pudabudigada: top10:12
Dr_Willisbullgard4:  because what you asked is not clear...10:12
bullgard4Dr_Willis: Ah! What is not clear in it?10:12
Dr_Willis'cachword' ?10:13
PudabudigadaI use top, I want to know the startup applications, and the gui tool in the system menu doesn't show boinc.10:13
bullgard4Dr_Willis: A catchword is the word you search for in a query.10:13
Dr_Willisbullgard4:  that command sends a command tothe bot.. it looks up stuff in its database of factoids..10:13
Dr_Willisbullgard4:  so what exactly what sort of answer are you expecting for 'where' ? its in the bots database.. that database is stored on a server..10:14
protv_Cananyone please tell how to change the order of what I see in "cat /proc/asound/modules"?10:14
bullgard4Dr_Willis: wHERE CAN i FIND THE "DATABASE OF FACTOIDS" AND READ IT OUT?10:14
Dr_Willis ubottu | Hi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi10:14
ubottuError: I am only a bot, please don't think I'm intelligent :)10:14
Dr_Willisbullgard4:  ubottu.com it seems like..10:14
Thrawncan any1 tell me why i get no midi sound in ubuntu10:14
usr13bullgard4: If you do   /msg ubottu !audio   you will see a private message from ubottu.10:14
sunitoCean : how shall I use shell script to create a cron in /etc/cron.d ?10:15
nix4freeHelp, please! Desktop allmost freezes (Ubu 11.4-gnome, classical desktop on Asus eee1000, ARM 1.6Ghz) Who can help me with this?10:15
bullgard4Dr_Willis: I will do some snooping according to the information which you just gave me. --  Thank you.10:15
Dr_Willissunit:  'proper use of 'echo > /pathj/to/file.txt'  is one dirty way10:15
icerootsunit: echo "* * * * * foo" > /etc/cron.d/foobar10:15
oCeansunit: by using something like this: echo "*/5 * * * * root /path/to/script >/dev/null 2>&1" >> /etc/cron.d/mycronjob  (will run every 5 minutes as user root)10:15
raven_11.04 mobile network does not connect any more Dr_Willis10:16
Pudabudigadausr13, Thanks, checking the man page now to find out what all the symbols mean!10:16
cyningstanWhat's the best place for advice on a PHP configuration issue in Xubuntu 10.10?10:16
raven_11.04 how to start applications by dropping files on it on panel10:16
oCeaniceroot: in the cronfiles under /etc/cron.d I think a username should be specified10:16
raven_11.04 unison does not connect to other machine10:16
icerootoCean: yes you are right10:16
Rods_TigerI didn't realise the Asus eee1000 uses an ARM10:16
icerootRods_Tiger: its not10:16
usr13Pudabudigada: System -> Preferences -> Startup Applications10:16
Dr_WillisI notice several Unison questions at the askubuntu.com site. But i never use Unison.10:16
brontosaurusrexand a dummy one: where do i turn-off the screen-savers, i get locked input screen after a while?10:17
nix4free@ Rods: sorry, Intel Atom, of course10:17
Rods_Tigerah10:17
raven_Dr_Willis, it stops at "connecting server..."10:17
suniticeroot: ok10:17
bullgard4usr13: To me it is not so important if the message that I obtain, is private. I'd rather like to know what is the set from which I get a subset in the answer.10:17
PudabudigadaIt shows [+] boinc-client10:17
PudabudigadaThat means it is a startup application?10:18
zenat grub menu keyboard not working10:18
cyclopseMy ip messenger won't work on ubuntu 11.04, can anyone solve this problem10:18
sunitoCean: thanks. I am trying and then I shall ping you again10:18
usr13Pudabudigada: System -> Preferences -> Startup Applications  #Will bring up a  GUI window showing Startup Programs.10:18
icerootcyclopse: we even dont know what an ip messenger is10:18
Rods_TigerIt seems as though openoffice was secretly installed last night but it's being kept covered up. Must be a conspiracy.10:18
Dr_Williszen:  ive had some machines not work with grub with a USB keyboard. but did work with a Ps2 keyboard. a few were fixed by the 'legacy-usb' setting in teh bios10:18
Thrawndoes ubuntu 10.10 comes with ALSO or OSS?10:19
robin0800raven_, are you certain it is set up properly?10:19
ThrawnALSA*10:19
Pudabudigadausr13,10:19
raven_robin0800, it is10:19
icerootThrawn: pulseaudio10:19
Skalman12hi - in kde (if I remember correctly) you can use multiple folders for the desktop at the same time - is there any similar solution for Gnome or Unity?10:19
Pudabudigada*usr13, I tried that, it doesn't show boinc10:19
Dr_WillisThrawn:  ALSA10:19
cyclopsets an application to communicate and transfer files on lan, you can find it in software center10:19
Dr_Willispulse audio uses alsa.10:20
abrakazamPudabudigada: have you tried to uninstall the boinc-client?10:20
dragonkeeperhow do i uninstall unity completely ?10:20
omid_hi. i updated ubuntu from 10.10 to 11.4 and it really put me in trubles.how can i downgrade it back to 10.10 or 10.4? the unity desktop sucks and in grub2 i cant access my opensuse installition10:20
Pudabudigadaabrakazam, That's next on the list, I'd prefer to fix it though.10:20
usr13Pudabudigada: what is boinc ?10:20
Dr_Willisdragonkeeper:  what are you going to use instead?10:20
=== Nappz is now known as Nappz-Zzz
abrakazamusr13: http://boinc.berkeley.edu/10:20
dragonkeeperDr_Willis  gnome 310:20
Pudabudigadausr13, Like set@home10:20
abrakazami guess10:20
Pudabudigadausr13, But with support for lots of projects.10:21
Dr_Willis!gnome310:21
ubottuGnome 3 is not currently supported on Ubuntu. A PPA for natty is available at https://launchpad.net/~gnome3-team/+archive/gnome3 but these packages are EXPERIMENTAL and UNSTABLE, will break Unity and possibly other parts of your system, and safe downgrading is not possible.10:21
nix4freeomid: try to log in with classical desktop;10:21
Pudabudigada*seti@home10:21
dragonkeeperwell that wasnt really an answer to my question =S10:21
omid_dragonkeeper yes. gnome3 is way better than unity. i really cand understand why ubuntu developers switched from gnome to unity10:21
nix4free@ omid: try to log in with classical desktop first; otherwise you might need to set up the whole machine again10:22
Jordan_U!classic | omid_10:22
ubottuomid_: The default interface in Ubuntu 11.04 is !Unity. You can switch back to regular !Gnome by logging out and clicking on your user name, in the Session box at the bottom of the screen select Ubuntu Classic.10:22
cyclopseIs anyone using IP messenger on ubuntu 11.04?10:22
Dr_Willisdragonkeeper:   Gnome3 is not really supported here by us yet.. so thats proberly teh best answer you are going to get.10:22
Jordan_Uomid_: What happens when you try to boot OpenSuSe?10:22
Dr_WillisI imagine there will be tons oif breakage if you try to remove unity.10:22
BlouBlouomid_: Becayse they wanted to use their own enviroment, I think that's the reason10:22
dragonkeeperwell my question was how do i uninstall unity  not is gnome 3 compatible10:22
novitololoI've an IP cam but I don't know it's current IP.  Is there any tool in Ubuntu that I can connect to that cam (ethernet) and get its IP??10:23
Dr_WillisI have seen guides for compiling gnome3 and haveing it work alongside unity10:23
BlouBloudragonkeeper: Search it in Synaptic and just unistall it10:23
Dr_Williswhich gets around needing to remove unity.10:23
omid_jordan_U the opensuse booting proccess is shown and nothing happens. in my laptop i was forced to remove ubuntu and reinstall suse(which i use most of time)10:23
usr13Pudabudigada: http://pastebin.com/Ge1CqsZ310:23
zenDr. Willis thanks, i will try10:23
Jordan_Uomid_: So you get stuck at a boot splash screen?10:23
dragonkeeperwell i have gnome 3 on here just it doesnt  work well with unity10:24
Dr_WillisI thought if you just inzstalled gnome3 from the ppa's you dident have to remove unity. it would do so..10:24
Pudabudigadausr13, ?10:24
Dr_Willisbut the whole unuity+g3 stuff is in such a state of flux right now. who knows untill you try. :)10:24
abrakazamPudabudigada: have you tried to stop the boinc client using the commandline?10:24
raven_11.04 unison does not connect to other machine10:24
Pudabudigadaabhinav_singh,10:24
usr13Pudabudigada: Just showing what the options are, (from the repos)10:24
omid_BlouBlou why other major distros like SUSE,Redhat, debian etc dont try to create their own environment?10:24
Pudabudigadaoops10:24
omid_Jordan_U yes.10:25
saimanojmy hp printer is not working after installing unity10:25
Pudabudigadaabrakazam, Yes, it respawns instantly.10:25
Pudabudigadausr13, yeah, the one I'm having the problem with is -client10:25
usr13Pudabudigada: So it's running and  you are trying to stop it?10:25
PudabudigadaYup10:25
brontosaurusrexok the earth installer from repos did it, it was:  make-googleearth-package and sudo dpkg -i ./googleearth_6.0.2.2074+0.6.0-1_i386.deb (and thats it)10:25
PudabudigadaAnd it comes back10:25
Dr_Willisomid_:  i rember when ximian sort of forked gnome years ago.. :) so weirder things have happened.10:26
eXp`iRc|65082ciao10:26
saimanojMy hp printer is not working after installing unity. It worked well with Maverick 10.10. Now , my job is being marked as completed without really getting done.10:26
eXp`iRc|65082!list10:26
ubottuThis is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».10:26
abrakazamPudabudigada: if its some kind of daemon, try to stop the daemon10:26
robin0800raven_,  mine needed a reboot before it would connect10:26
freak4pcHello,10:26
usr13Pudabudigada: see if it has a script in /etc/init.d/  and chmod it -x10:26
freak4pcI have a weird graphics glitch10:26
siddhantchdcan anyone tell me how to auto mount and ntfs partition on startup?10:26
freak4pcwhile trying to install10:26
Pudabudigadaabrakazam, I used sudo kill -9 [pid]10:26
freak4pcUbuntu 11.04 with WUBI10:26
usr13Pudabudigada: And then kill it and it will stay killed.10:26
Pudabudigadausr, will do, ty.10:27
abrakazamPudabudigada: yeah because there is still the daemon running which spawns the boinc.client10:27
zenDr. Willis, legacy-usb  was answer, many many thanks!10:27
Vooloois /etc/modprobe.d/blacklist.conf the correct file to blacklist network cards?10:27
usr13Pudabudigada: ls -l /etc/init.d/ |grep boinc10:27
omid_Dr_willis i want to download Kubuntu.is that any major changes in kubuntu 11.4? like the ones in ubuntu?(i dont mean unity)10:27
theoshi! i have a usb optical mouse. on some good days it works but on some bad days it just shows error "Cannot enable port 2.  Maybe the USB cable is bad?" i dont think that the mouse is bad. it works perfectly fine sometimes. what can be the solution? help!!10:28
Pudabudigada-rwxr-xr-x 1 root root 5745 2010-09-20 01:08 boinc-client10:28
Jordan_Uomid_: Can you pastebin your /boot/grub/grub.cfg?10:28
saimanojhello, will anyone answer my problem10:28
Dr_Williszen:  :)  i had a little ps2 hooked to my old pc ages ago untill i saw that setting. However I DID have issues with windoes with that setting enavled.. so watch out10:28
PudabudigadaCommand returns that.10:28
Dr_Willisomid_:  its basically the same. KDE did its major changes ages back. :)10:28
nix4freehas anyone an idea, why my cpu shows a load of 100% while the system-monitor doesn't show a single process, that sucks so much?10:28
usr13Pudabudigada: sudo chmod -x /etc/init.d/boinc-client10:28
raven_robin0800, reboot does not remove the problem10:28
Dr_Willisomid_:  all the core ubuntu stuff (kernel and drivers) are the same as 11.0410:28
usr13Pudabudigada: And then kill it.10:28
zenDr_Willis,  i will remember that :)10:29
omid_Jordan_U i removed ubuntu and reinstalled suse.now i wanna install ubuntu again and dont want to put in the same truble.10:29
freak4pcPlease Assist ... I'm really stuck - right when trying to install Ubuntu 11.04 with WUBI ... i really wanna try Ubuntu after windows... http://i54.tinypic.com/2hn1gyc.jpg10:29
gartral_gpsdrive wont see my working gps, google earth wont work with intel IGPs on linux. ANY alternative?10:29
abrakazamPudabudigada: http://tinyurl.com/3yg7r9w10:29
Jordan_Uomid_: It's hard to tell how to avoid the problem without knowing exactly what the problem is.10:30
Pudabudigadausr13, Didn't work, persistant little pest, it seems.10:30
abrakazamso try "sudoy /etc/init.d/boinc-client stop"10:30
siddhantchd!help10:30
ubottuPlease 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. :-)10:30
bj0usr13: were you talking about "adjtimex", mentioned in this thread: http://fixunix.com/ntp/67593-ntp-high-jitter-reject-condition.html10:30
abrakazam*sudo10:30
siddhantchdanyone has answer to my query ??10:30
PudabudigadaExcellent, I'll try this, thanks abrakazam10:31
nix4freefreak4pc: try ubuntu 10.10 (version 11.4 is not that stable yet)10:31
atlef!mount | siddhantchd10:31
ubottusiddhantchd: mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount10:31
theoshi! i have a usb optical mouse. on some good days it works but on some bad days it just shows error "Cannot enable port 2.  Maybe the USB cable is bad?" i dont think that the mouse is bad. it works perfectly fine sometimes. what can be the solution? help!!10:31
usr13Pudabudigada: Well, put it back the way it was.  chmod +x /etc/init.d/boinc-client10:31
usr13Pudabudigada: did you try /etc/init.d/boinc-client stop   ?10:32
rohtashhi i am rohtash10:32
abrakazamhi rohtash :D10:32
omid_Dr-Willis and Jordan_U now i have suse installition along with windows7 on my laptop.i'm a newbie and dont want to get in truble of manually setting the grub and boot loader.ubuntu 10.10 autodetects suse with no problem.but suse totally cant detect ubuntu automatically. now i want to have another deb based distro which would auto detect suse.10:32
rohtashsir i am use ubuntu 10.410:32
mang0Guys, I installed Ubuntu a couple of days ago, to dual boot winxp and ubuntu 11.04, running on seperate drives. I unplugged my win drive when I was installing ubuntu so I didn't accidentally wipe it (they are identical drives) and now I don't get the option to boot windows or ubuntu, only windows. To boot ubuntu I have to unplug the windows drive...help!10:32
Pudabudigadausr13, , trying now10:33
rohtashsir how can i see my ip address10:33
Pudabudigadausr13, 'Command not found'10:33
n2irohtash: local?10:33
mang0rohtash goto ip chicken10:33
mang0.com10:33
abrakazamrohtash: ifconfig will show you your local address10:33
theosrohtash, do a /whois rohtash10:33
n2icanyouseeme.org :310:33
usr13Pudabudigada: If that didn't work, you may need to see if you can find out what other application is spawning it.  It is possible it will show up in /var/log/messages  You can open another window and monitor as you do these things.  In this other window do  tail -f /var/log/messages   and just let it run.10:34
usr13Pudabudigada: Must have mystyped.10:34
rohtash from gurgaon city10:34
Jordan_Umang0: Can you just change the boot order in the BIOS?10:34
atlefmang0, you need to use your bios options to boot the drive with ubuntu as grub is installed in that drive10:34
theosrohtash, this is your ip 115.241.152.23210:34
rohtashi use ubuntu 10.410:34
theos:310:34
usr13Pudabudigada: sudo /etc/init.d/boinc-client stop10:34
mang0The thing is Jordan_U and atlef that IDK which one is which10:34
mang0they are identical model and make10:35
rohtashhow can window programing10:35
Starminnrohtash: ifconfig10:35
Pudabudigadausr13,  'not found'10:35
usr13Pudabudigada: see if it is really there.  ls /etc/initd./bonic-client   or  ls /etc/init.d/boinc*10:35
theosrohtash, #english and #windows10:35
Jordan_Umang0: You can install grub to both drives, but then Windows won't boot without the Ubuntu drive connected (which may be fine depending on what you want).10:35
rohtashsir ip adress ka koi softwere hai ya  nahi10:35
Pudabudigadausr13, 'No such file or dir'10:36
theosrohtash, open terminal and type ifconfig10:36
abrakazaminit.d that is10:36
rohtashmain apne port ko number dekh suckta hun10:36
mang0Jordan_U: In an ideal situation, both drives are connected and when I boot I can pick ubuntu or windows.10:36
mang0I don't care how I get to that, I just need to be able to do that lol10:36
Starminnrohtash: This channel is English-only. What language are you looking for?10:36
abrakazamPudabudigada: try "sudo /etc/init.d/boinc-client stop"10:36
usr13Pudabudigada: I thought you said you found it there?  what happened when you did  ls -l /etc/initt.d/boinc*  ?10:36
usr13Pudabudigada: I thought you said you found it there?  what happened when you did  ls -l /etc/init.d/boinc*  ?10:37
rohtashyes10:37
pcsabahi all10:37
Jordan_Umang0: Can you boot Ubuntu once with the Windows drive plugged in by guessing a few times?10:37
Pudabudigadausr13 -rw-r--r-- 1 root root 5745 2010-09-20 01:08 /etc/init.d/boinc-client10:37
atlefmang0, maybe you should reinstall grub with both drives connected10:37
atlef!grub | mang010:38
abrakazamPudabudigada: that means its there10:38
ubottumang0: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)10:38
mang0Jordan_U: I've been trying to do it without avail for 20mins heh10:38
Pudabudigadausr13 Semms something is lying to me...10:38
mang0how do i reinstall grub?10:38
mang0ah10:38
cntrationalcan I use Kernel Mode Setting to configure my resolution? If so, how?10:38
Jordan_U!grub | mang010:38
ubottumang0: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)10:38
usr13Pudabudigada: Ok replace the executable bit on it.  sudo chmod +x /etc/init.d/boinc-client10:38
mang0yeah, thanks :)10:38
abrakazamPudabudigada: what happens if you type "sudo"?10:38
Jordan_Umang0: You're welcome.10:39
rohtashsir how can i lock either mean close my port number10:39
protv_update-modules seems to be deprecated, is there any alternative to resload a module?10:39
mang0aw, do I have to use the ubuntu liveCD to reinstall grub2? can I not do it from within ubuntu?10:39
rohtashare you there10:39
mang0oh10:39
Pudabudigadaabrakazam, I get elevated privileges10:39
theosrohtash, you can see your ip address by using ifconfig in terminal10:39
abrakazamPudabudigada: nice. so its installed :D10:40
mang0Jordan_U in ubuntu i refreshed grub etc, and it saw the winxp stuff...10:40
mang0but10:40
usr13Pudabudigada: did you replace the executable bit on it?10:40
atlefmang0, yes you can from within ubuntu10:40
mang0I need to work out howto sort it out in bios10:40
Pudabudigadaabrakazam, Oh, right, yeah, I'd be in trouble were it not :p10:40
mang0okay, it's a bios problem10:40
Pudabudigadausr13, I copy-pasted what you have me.10:40
cntrationalplease?10:40
rohtashhow can see port no10:41
dabdabHi, I'm having issues installing the nvidia-96 driver package on natty. Apt-get tells me "Depends: xorg-video-abi-8.0 but it is not installable".  Any ideas?10:41
abrakazamPudabudigada: so whats "ls -l /etc/init.d/ | grep boinc-client" telling you now?10:41
usr13Pudabudigada: Ok let's see:  ls -l /etc/init.d/boinc-client10:41
abrakazam:D10:41
mang0it's not grub that's the problem. It's my boot order! aha! buttttttt.....both my drives are identical, so IDK which is which in bios10:42
mang0poop.10:42
atlefdabdab, why not use nvidia-current?10:42
usr13Pudabudigada: So  you can now try and kill it with command   /etc/init.d/boinc-client stop10:42
cntrationalugh10:42
gartrales that google earth needs too be reinstalled... what can i do?10:42
usr13Pudabudigada: What does that do?10:42
Pudabudigadausr13, -rwxr-xr-x 1 root root 5745 2010-09-20 01:08 /etc/init.d/boinc-client10:42
dabdabthe card is a geforce4ti and is unupported past the 96 drivers10:42
usr13Pudabudigada:   /etc/init.d/boinc-client stop10:42
atlefdabdab, ah, ok10:43
gartralhey guys, i have a problem, i tried installing google earth, accidentially forgot too install lsb-core first, now i cant install lsb-core, because dpkg states that google earth needs too be reinstalled. what can i do?10:43
rohtashsir am see my port no which on & off10:43
Pudabudigadausr13, It stopped!10:43
PudabudigadaThankyou!10:43
PudabudigadaWill it come back?10:43
usr13Ok, very good.10:43
rohtashwait10:43
abrakazamPudabudigada: on your next reboot yes10:43
dabdabapprently the newer xserver-xorg-core that comes with natty includes xorg-video-abi-10, but nvidia-96 demands abi-8.010:43
PudabudigadaD'oh10:43
abrakazamPudabudigada: except if you disable it10:43
AreciboHello, could somebody help me with a live usb installation problem? When I select "Install Kubuntu", I see a blinking cursor for a while, then I get a black screen and nothing happens.10:43
Thrawni got two apps which seem to use different sound ports: banshee using the standard port and TuxGuitar working only with a Timidity port; how can i get both running at the same time?10:44
atlefgartral, remove google earth and reinstall maybe?10:44
usr13Pudabudigada:  I don't know.  But yes, as abrakazam says, on the next boot for sure.  And when you issue command /etc/init.d/boinc-client start10:44
dabdaband I'm wondering if I'll have to force a downgrade or if I can roll back just xorg-video-abi to 8.010:44
abrakazamPudabudigada: try "sudo update-rc.d boinc-client remove"10:44
li0sin JohnTheRipper i put -format=raw-MD5 and i get "Unknown ciphertext format name requested" does anyone can help me with this?10:44
rohtashsir pls slowly10:44
Lella_51#over4010:44
gartralatlef: ir didn't install and cant install10:44
abrakazamPudabudigada: if you dont want ti to start at boottime that is10:44
cntrationalUbuntu 11.04 does not detect my proper resolution. I am using Intel GMA 3150. It worked on 10.10. How do I manually configure a resolution?10:44
abountuI have a question about proxies - TOR in particular- in Ubuntu and Chrome, when I go to Chrome setup and change the proxy to use my localhost:9050 on the Socks host, and I click the "Apply System-Wide" button, does that mean as it says, everything on my machine is now using the TOR network to connect to the internet?10:45
mang0cntrational10:45
mang0I had that problem!10:45
mang0here10:45
usr13abrakazam: I assume that will do the same thing as  chomd -x /etc/init.d/boinc-client10:45
rohtashyou get me command for see port no10:45
rohtashall port10:45
Pudabudigadaabrakazam, Just did, It seems to have worked.10:45
usr13abrakazam: Right?10:45
abrakazamusr13: yes10:45
xgt001my laptop runs very noisy and gives half of the battery life given in windows... can any body help?10:45
usr13Pudabudigada: Ok very good.10:45
cntrationalmang0: okay10:45
usr13abrakazam: tnx10:45
abrakazamusr13: its from the boinc web page :)10:45
Pudabudigadausr13, abrakazam Can't thank you enough, I owe you both doughnuts.10:45
xgt001running ubuntu 11.0410:45
usr13Pudabudigada: Well pay up!10:45
llutzli0s: isn't it "-format:raw-MD5"10:46
abrakazamPudabudigada: :D10:46
rohtashsir 10.04 better then 11.04 yes ya no10:46
llutzli0s: err  "-format:raw-md5"10:46
li0sllutz: no it's not :/10:46
Pudabudigadausr13, Sorry DOIP (doughnut over IP) isn't mature yet.10:46
ekoo_why I cant install steam games?10:46
strkthe indicator applet is unable to detect when I plug the power cord in and out, so battery indicator is always green. But acpi -V gives correct information: Battery 0: Discharging, 71%, rate information unavailable10:46
usr13Pudabudigada: Oh well.. maybe later...10:46
abrakazamekoo_: because this isnt windows or mac10:46
cntrationalmang0: yes. What did you do to fix it?10:46
rohtashany other10:46
theosrohtash, netstat -e -e10:46
Pudabudigada:D10:46
mang0cntrational I'm gettin you al ing10:47
mang0a link*10:47
strkthis is Ubuntu 10.04 LTS10:47
cntrationalok10:47
rohtash11.04 better then 10.410:47
gartralhey guys, i have a problem, i tried installing google earth, accidentially forgot too install lsb-core first, now i cant install lsb-core, because dpkg states that google earth needs too be reinstalled. what can i do? i did a dpkg --configure -a but it still reports i cant install lsb-core10:47
strkit used to work with 8.0410:47
usr13Pudabudigada: Hope you were taking notes.  You prolly learned a few lessions just now. (But you prolly have good enough memory, you don't need notes. :)10:48
strkrohtash: "better" in that specific reguard ? ... but do you have an idea about the reason why isn't working ? ie: what is it, and if I can upgrade the single thing10:48
Pudabudigadausr13, I have the log :p10:48
raven_11.04 unison-gtk does not connect to other machine10:48
usr13gartral: Did you install it via the package manager?10:48
PudabudigadaI can always check that.10:48
AreciboHello, could somebody help me with a live usb installation problem? When I select "Install Kubuntu", I see a blinking cursor for a while, then I get a black screen and nothing happens.10:48
cacahuetealooa10:48
strkbtw, even acpi might compute a rate itself... Battery 0: Discharging, 65%, rate information unavailable10:48
gartralusr13: no, google earth isn't in repos10:48
osseWhen I boot from a 11.04 64-bit Live CD the message "Error: prefix not set" quickly flashes and then I'm presented with a GRUB2 menu where I can choose between trying and installing. After making a choice the screen goes completely black and nothing happens. What can I do?10:48
usr13gartral: It's not?10:49
Dr_Willisgartral:  theres a google earth installer app that is...10:49
li0sin JohnTheRipper i put -format=raw-MD5 and i get "Unknown ciphertext format name requested" does anyone can help me with this?10:49
raven_11.04 how to start applications by dropping files on it on panel10:49
raven_11.04 mobile network does not connect any more10:49
PudabudigadaHasn't fixed audio though...10:49
gartralusr13: nope..10:49
PudabudigadaWonderful, my PC still can't play CDs!10:49
Stef_Hi, i'm working with rsync to backup files over network, but now i want to use a ronjob, but ubuntu still needs a password for the ss. how can i solve is ?10:49
rohtashhelp me10:49
gartralDr_Willis: well that doesn't help me now, i need too remove the partially installed first10:49
mang0cntrational: http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html worked for me10:50
robin0800raven_, it does here after a reboot10:50
abrakazamPudabudigada: is there a problem with the cd drive or with the audio device?10:50
cntrationalmang0: oh, that.10:50
usr13gartral: My system tells me it is.  googleearth-package - utility to automatically build a Debian package of Google Earth   #Output from apt-cache search googleearth.10:50
mang0It is a lil complicated10:50
Dr_Willisraven_:  for the unity drag/drop -  check this video/question -> http://askubuntu.com/questions/32192/drag-drop-files-and-items-in-unity10:50
mang0but it works10:50
mrdebPudabudigada: why10:50
cntrationalmang0: that didn't work10:50
raven_robin0800, it does NOT here after a reboot10:50
mang0O.o10:50
cntrationalfuck it10:50
cntrationali give up10:50
mang0not even the second one10:50
mang0O.O10:50
mang0RAGE QUIT!10:50
gartralusr13: well that still doesn't help me, i have a broken system10:51
FloodBot1mang0: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.10:51
mrdebwhat was that person's problem10:51
mang0idk10:51
mang0I was helping10:51
mang0and he got all stressy and gave up10:51
mang0:/10:51
raven_Dr_Willis, tnx10:51
rohtashcan i change my os with open sourc10:51
Pudabudigadaabrakazam, mrdeb It's any audio, other than flash video, it skips and jumps horribly.10:51
usr13gartral: Now it is probably because I have a repository installed on my system that you do not.  So, all you would need to do is add a repo10:51
mrdebwith what10:51
mrdebPudabudigada: what os and program10:51
rohtashmeans open source10:51
gartralusr13: how do i remove the broken one that didn't install so i can dpkg10:52
robin0800raven_, well either your provider is not working or your setup is wrong or incomplete10:52
DirtyDawgquick question, i have 10.10 installed as 11.04 install is so dim i cant see hardly anything (and yes, laptop is plugged in :p ) when "support" stops, does that mean that the packages etc wont update any longer ?10:52
rohtashok bye10:52
Pudabudigadamrdeb: Natty, and any audio program at all.10:52
raven_robin0800, both systems new installed with 11.04. both systems reinstalled unison + unison-gtk10:52
usr13gartral: It's probably "universe"  or  "multiverse"10:52
usr13gartral: dpkg -r10:53
usr13to remove  ^^10:53
gartralusr13: READ WHAT  POSTED. I TRIED too install google-earth-stable from the google website, it faIled, with a dependency error. now i cant install ANYTHNG thrOugh the package untill i remove the partially INstalled broken package10:53
robin0800raven_, check providers web site for any problems10:53
mrdebPudabudigada: well, try turning off desktop effects10:53
PudabudigadaThey are off.10:54
usr13gartral: sudo apt-get -f install10:54
kyubutsu!eol > DirtyDawg10:54
siddhantchdcan anyone tell me how to upgrade the version of banashee in ubuntu 10.1010:54
ubottuDirtyDawg, please see my private message10:54
=== enli1 is now known as enli
Pudabudigadamrdeb, There is no (stable!) driver available for my graphics card, so I can't use them anyway.10:54
gartralusr13:  SAME error.10:54
gartralusr13: E: The package google-earth-stable needs to be reinstalled, but I can't find an archive for it.10:55
abrakazamPudabudigada: whats your graphics card?10:55
DirtyDawgkyubutsu: thx10:55
usr13gartral: Add repos10:55
abrakazamsiddhantchd: why do you want an upgraded version?10:55
siddhantchdabrakazam: just wanted to try10:56
usr13gartral: System -> Administration -> Software Sources10:56
Pudabudigadaabrakazam,10:56
Pudabudigadaos[Linux 2.6.35-28-generic i686] distro[Ubuntu "natty" 11.04] cpu[1 x Pentium III (Coppermine) (GenuineIntel) @ 801MHz] mem[Physical: 496.6MB, 37.6% free] disk[Total: 73.3GB, 47.1% free] video[nVidia Corporation NV11 [GeForce2 MX/MX 400]] sound[au8830 - Aureal Vortex au88301: MPU-401 UART - MPU-401 UART]10:56
rsthdnI installed gnome3 on ubuntu11.04  and got issues on ICEauthority any solution?10:56
gartralusr13: the package didn't install, and isn't listed as installed, i can't dpkg -r ./Downloads/google-earth-stable cause i get dpkg: error: package name in specifier './Downloads/google-earth-stable_current_i386.deb' is illegal: must start with an alphanumeric character10:56
oCeanrsthdn: gnome3 is not supported10:56
Pudabudigadaabrakazam, all my specs.10:56
abrakazamsiddhantchd: there is an inofficial repository, which should have a newer version of banshee: "ppa:banshee-team/ppa"10:57
rsthdnoCean: is that true?10:57
usr13gartral: Ok, let's start from the beginning.  How did you install it?10:57
gartralusr13: what repo should i add10:57
oCean!gome3| rsthdn10:57
usr13gartral: It's probably "universe"  or  "multiverse"10:57
oCean!gome3 | rsthdn10:57
MaRk-Igardar:  you have to be in that folder /Downloads10:57
gartralusr13: i tried with dpkg -i ./path/to/.deb10:57
oCean!gnome3 | rsthdn10:57
ubottursthdn: Gnome 3 is not currently supported on Ubuntu. A PPA for natty is available at https://launchpad.net/~gnome3-team/+archive/gnome3 but these packages are EXPERIMENTAL and UNSTABLE, will break Unity and possibly other parts of your system, and safe downgrading is not possible.10:57
usr13gartral: just do both.10:57
gartralusr13: do both what?10:58
rsthdnubottu: so then i cant downgrade to unity? what should i do then? should i reinstalled the fresh ubuntu11.04?10:58
ubottuError: I am only a bot, please don't think I'm intelligent :)10:58
Dr_Willisgartral:  theres also 'sudo gdebi foo.deb'10:58
Dr_Willisrsthdn:  downgrading from gnome3 back to unity.. is very..err.. problematic i hear.10:59
gartralDr_Willis: that won't work till i install lsb-core, which i can't do till i remove the broken google earth10:59
BlouBloursthdn: Better to make clean install10:59
Dr_Willisrsthdn:  reinstall would be safest/quickest option10:59
kyubutsuDirtyDawg: check System Settings/Power Management options for a dimmer setting10:59
rsthdnDr_Willis thanks lol ok i am reinstalling ..10:59
Dr_WillisGota love package manager catch-22's11:00
usr13gartral: Add the universe and multivers repositories to your sources.11:00
gartralusr13: i did that but i stall can't install CRAP till i fix this11:00
usr13gartral: dpkg -r google-earth-stable11:00
=== sony is now known as Guest74186
mang0how can I install grub2 on a drive with windows on, without losing my windows stuff?11:01
gartralusr13: dpkg: error processing google-earth-stable (--remove):11:01
gartral Package is in a very bad inconsistent state - you should11:01
gartral reinstall it before attempting a removal11:01
gartraloops11:01
karthick87How to add signature in thunderbird ?11:01
FloodBot1gartral: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.11:01
dabdabI'm having issues installing the nvidia-96 driver package on 11.04. apt-get tells me "Depends: xorg-video-abi-8.0 but it is not installable". Apprently the xserver-xorg-core that comes with 11.04 includes xorg-video-abi-10, but nvidia-96 demands abi-8.0 and I'm wondering if I'll have to force a downgrade or if I can/should somehow roll back just xorg-video-abi to 8.0.11:02
Guest74186guys i know this sounds almost stupid but i was working on a presentation for work for like four hours and i went out to grab a bite my stupid sister closed the open document in libre office is there any way to get it back11:02
mang0karthick87: #thunderbird11:02
usr13gartral: dpkg --purge google-earth-stable11:02
usr13with sudo11:03
gartralusr13: same error11:03
tenXkarthick87: enigmail11:03
Starminnkarthick87: Edit->Account Settings... should be it, but as mang0 said, further questions should be asked elsewhere11:03
usr13gartral: dpkg -l google-earth-stable11:03
mang0:)11:03
gartralusr13: that gives a alot of info i don't quite understand, what am i looking for?11:04
usr13gartral: how much info?  How many lines?11:04
abrakazamGuest74186: there might be a autosave of it in ~/.libreoffice11:05
usr13gartral: dpkg -l google-earth-stable | pastebinit11:05
Dr_WillisGuest74186:  there also may bee some auto-save option. yiou want to check into for the future. :)11:05
gartralusr13: http://pastie.org/187448711:05
usr13gartral: sudo dpkg --purge google-earth-stable11:06
siddhantchdis there a software that support segmented download and has a gui interface11:07
abrakazamsiddhantchd: downthemall for firefox11:08
siddhantchdbesides that11:08
DirtyDawgkyubutsu: britness setting are good, i have 7 and ubuntu 10.10 on the lappy and i can see those fine, also any boot cd's i load are bright too, for some weird reason 11.04 is just so dimm i cant see the setup hardly, its very weird11:08
rsthdnI got problem in Gwibber of ubuntu11.04. I add the account of twitter. I updates 3 or 4 status from it. then after wards no new  updates goes on and during refreshing also no new tweets occur at time line11:10
siddhantchd!help11:10
ubottuPlease 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. :-)11:10
mang0How do I install grub on a drive taht has windows on, without deleting windows? would I go into Ubuntu, terminal, sudo apt-get install grub /dev/sda1?11:10
abrakazamsiddhantchd: gwget, multiget11:10
AlanBellI have a problem booting ubuntu natty 64 bit on my laptop bug 77434911:11
ubottuLaunchpad bug 774349 in Ubuntu "Natty 11.04 64bit Live CD won't boot (dup-of: 754130)" [Undecided,Confirmed] https://launchpad.net/bugs/77434911:11
ubottuLaunchpad bug 754130 in debian-installer (Ubuntu) "amd64 debian-installer, natty from 04/05 fails " [Undecided,New] https://launchpad.net/bugs/75413011:11
gartralusr13: sorry, lost wifi for a minute, get my paste?11:11
abrakazamsiddhantchd: and maybe d4x11:11
siddhantchdabrakazam: hmm oki11:12
rsthdnneed help for Gwibber in natty. no new updates on my twitter timeline11:12
AlanBellany idea how to get it to boot, or whether installing Maverick then upgrading to Natty would work? don't really want to install, upgrade and break11:12
Gyrthwhere exactly is The Ubuntu Developer Summit?11:13
=== tux is now known as Guest42747
AlanBellGyrth: Budapest, Hungary11:13
Guest42747hello. I have win 7 installed on dev/sda2 ; now I want to install also ubuntu, on dev/sda3, where should I install the boot loader for ubuntu? on sda3?11:13
Gyrthow.. not really near me11:13
abrakazamAlanBell: have you tried the 10.10 livecd?11:14
Sidewinder1AlanBell, I would in stall Maverik and wait 'til they rectify the bug issues.11:14
Sidewinder1install11:14
gartralGuest42747: NO grub should ALWAYS be in the mbr (/dev/sda)11:14
usr13gartral: Yea.11:14
Gyrththank you Allan Bell11:14
usr13gartral: sudo dpkg --purge google-earth-stable11:14
Kizzawhats some good apps for ubuntu11:14
Guest42747gartral: ok, tnx11:14
abrakazamKizza: what do you need?11:14
AlanBellI have maverick 32bit installed, I will try booting maverick 64bit in a sec (I expect that will work)11:14
Kizzaand how do i upgrade ubuntu11:14
abrakazamAlanBell: if maverick 64 bit works for you, stay with it until its fixed in natty11:15
Kizza@abrakazam anthing to improve my system11:15
rsthdnneed help for Gwibber in natty. no new updates on my twitter timeline11:15
gartralusr13: http://pastie.org/187450911:15
abrakazamKizza: to upgrade go to System->Administration->Update Manager11:16
gartralusr13: it's telling me i need too install it properly before removing it, which is impossible in this state11:16
AlanBellKizza: gimp, inkscape, audacity are all good fun apps11:16
kyubutsu!upgrade > Kizza11:16
ubottuKizza, please see my private message11:16
abrakazamsweet. I love you ubottu :D11:16
DirtyDawghmm perhaps nomodeset may help with the blank screen during setup11:17
abrakazamKizza: define improve - what applications dont fit your needs?11:18
gartralusr13: i think the easiest way would be too manually grag the lsb-core package off the repo through a website and reinstall11:18
usr13gartral: Yea, your guess is as good as mine ...11:19
Kizzafun11:19
rsthdnKizza: vlc chrome, xchat, pidgin , cheese webcam , gimp, inkscape, audacity, compiz config desktop setting , emerald theme manager and there are lots of it..11:19
abrakazamKizza: https://help.ubuntu.com/community/Games11:19
Nabiki!Zanda` Captain And Tennille - Best Of - 01 Love Will Keep Us Together.mp311:20
ubottuError: I am only a bot, please don't think I'm intelligent :)11:20
gartralusr13: where can i get the packes off the internet?11:20
onurxserverhey11:20
kyubutsuDirtyDawg: confirmed md5sum of iso before burning?11:20
rsthdnneed help for Gwibber in natty. no new updates on my twitter timeline11:21
onurxserverno neeed for gwibber11:21
onurxserverhave u tried echofon11:21
onurxserverfor firefox11:21
abrakazamrsthdn: are you getting any errors?11:21
onurxserverit's better than gwibber11:21
kyubutsu!best11:22
ubottuUsually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.11:22
=== XXX is now known as Guest36494
rsthdnabrakazam: no any error just it is not updating11:22
abrakazamrsthdn: they have an own irc channel - irc://irc.arstechnica.com/gwibber11:22
abrakazamrsthdn: maybe they know more11:22
=== angel is now known as Guest89723
rsthdnabrakazam: thankx11:23
gartralusr13: where does apt-get download put the files?11:23
abrakazamgartral: it puts it into your local repository. no need to know exactly where that is11:23
gartralabrakazam: yes, i REALLLY do need to exactly where it's put. i have a broken-state package that's preventing me from installing ANYTHING through apt-get.11:24
=== Guest89723 is now known as nosinmiubuntu
abrakazamgartral: have you triedsudo apt-get -f ?11:25
abrakazam*sudo apt-get -f11:25
Jon--How good of a release is 11.04? Stable? Worth upgrading? I'm sitting on 10.04. Should I be upgrading?11:26
abrakazamusr13: whats his problem?11:26
gartralabrakazam: read back, i've tried that, it complains about the broken package and prevents me from fixing/forcing the install.11:26
kyubutsugartral: synaptic fails too?11:27
Dr_WillisJon--:  if you dont need any of the features and you dont want unity.. no.11:27
gartralkyubutsu: yes11:28
Sidewinder1gartral, if you've already tried this without success I apologize; how about using Synaptic Package Mgr. and have it fix broken packages?11:29
cntrationalare there any good ubuntu support channels?11:29
Dr_Williscntrational:  here.. then thers other specific channels11:29
Dr_Williscntrational:  then theres the forums and the askubuntu.com site11:29
cntrationalDr_Willis: here? I said *good*11:29
Jon--Dr_Willis, Will the next LTS release have good support for GNOME, or is that undetermined? I don't like Unity.11:29
abrakazamcntrational: lol11:29
Dr_Williscntrational:  You could go PAY for comercial support.. have a nice day.11:29
abrakazamJon--: i think the next version of ubuntu wont have any support for gnome11:29
Jon--...11:30
kyubutsugartral: as Sidewinder1 states, there is an option within synaptic to fix broken packages, try that yet?11:30
cntrationalabrakazam: no. it will run on Gnome 311:30
Jon--Guess who's switching to Fedora?11:30
Jon--;)11:30
gartralkyubutsu: package manager failed too open11:30
abrakazamcntrational: news to me o_O11:30
cntrationalabrakazam: uh, yeah11:30
chris_chanGnome...11:30
Dr_Willisabrakazam:  ya got the gnome 3 desktop then the gnome3 underlaying libs and stuff. :)  unity is on top of that lower gnome3 layer11:30
Sidewinder1Was wondering if he was ignoring me :-)11:30
evilsherpahi all, um, my NAS200 has dissapeared from my mounted drives list, I rebooted which is probably where the problem originated - I cant seem to connect to the ip address as it was known11:30
cntrationalabrakazam: gnome 3, with a Unity front end11:30
abrakazamugh :P11:31
gartralupgrade manager DID however see, and fully remove the package11:31
gartralupgrade manager FTW11:31
Jon--So as far as I can tell, my options are proceed with shaky GNOME support in Ubuntu, learn to like Unity, or change distributions?11:31
abrakazamgnome 3 with a gnome 3 frontend is what i would like. but its only my opinion :/11:31
Dr_Willisabrakazam:   theres bound to be some Ubuntu variants that do that. :)11:31
gartralSidewinder1: thank you11:32
Sidewinder1gartral, No prob...11:32
cntrationalJon--: there's still a regular Gnome option, but yeah, Unity will be the only option from 11.10 on11:32
Jon--Why wouldn't they bite the bullet and have Gnome support for their next LTS?11:32
Dr_Willisof course Ubuntu may change their mind again and in a year unity may be a dead project.. whio can tell11:32
Jon--I imagine there's a lot of people that go LTS -> LTS without intermediate upgrading11:32
Dr_Willisgnome apps should work on unity just fine.11:33
Sidewinder1LTS, here.11:33
Jon--I'm also LTS11:33
cntrationalJon--: it's still Gnome, just not the Gnome frontend11:33
kyubutsuunity is an ayatana project. i don't think its going anywhere anytime soon.11:33
Sidewinder1My first was Gutsy; then went to Hardy, then Lucid.11:33
Jon--It just seems to me like someone at Canonical got really pissed at the GNOME developers and is being very unreasonable. Is it really that hard to keep support of the GNOME desktop environment?11:34
kjxl9hey guys11:35
Dr_WillisJon--:  support of it is not being removed. Just a differnt default  gui.11:35
cntrationalJon--: to be fair, Gnome 3 isn't going to have the original desktop environment, either11:35
abrakazamJon--: it seems to me that cannonical got pissed of all the people saying that they would only take debian and make a nice wallpaper and some fonts and call it ubuntu :D11:35
Dr_WillisJon--:  'unreasonable' is often a term used to describe the GNOME devs also. :) but i only watch the flamewars.11:35
kjxl9is there a free audio production software?11:36
Eruaranhello11:36
Jon--I guess it's time to learn a tiling window manager and say fuck it.11:36
Dr_WillisUnity has some neat features and ideas. give it a year to mature.11:36
kyubutsuremember, offtopic at #ubuntu-offtopic11:36
Dr_WillisJon--:  theres lubuntu, its getting very well done at this time.11:36
abrakazamkyubutsu: sorry cnr11:36
EruaranAs someone who works with regular people and their PC's six days a week I think Ubuntu 11.04 is the best version ever.11:37
kyubutsu!language11:37
ubottuPlease watch your language and topic to help keep this channel family-friendly, polite, and professional.11:37
kjxl9is there a free audio production software?11:38
EruaranIts not perfect, but nothing is.11:38
abrakazamkjxl9: have you tried audacity?11:38
Dr_WillisI find it too hard to train the wife to use Unity. :) she a grandmother.. but i set her up with a simple dock at the bottom. and now shes happy11:38
kjxl9i mean audio PRODUCTION software11:38
kjxl9like rosegarden anf FL studio11:39
Sidewinder1kjxl9, Have you tried Audacity? I believe it's installed by default.11:39
Jon--kyubutsu, My apologies.11:39
usr13kjxl9: audacity - A fast, cross-platform audio editor11:39
siddhantchdhow do i play 1080p mkv files in ubuntu?11:39
Dr_Willissiddhantchd:  vlc and totem can play them here.11:39
kyubutsuthere are many choices in Ubuntu Software Center under Sound and Video category11:39
kjxl9audacity is for recording and editing im talking about MAKING music11:39
abrakazamkjxl9: there is a derivate of ubuntu for audio professionals i think. its called ubuntu-studio11:39
Dr_Willissiddhantchd:  you may need the ubuntu-restricted-extras installed11:40
siddhantchdDr_Willis: okie i was able to run them but forwarding them was diasabled11:40
Jon--siddhantchd, Try VLC11:40
osseWhen I boot from a 11.04 64-bit Live CD the message "Error: prefix not set" quickly flashes and then I'm presented with a GRUB2 menu where I can choose between trying and installing. After making a choice the screen goes completely black and nothing happens. What can I do?11:40
abrakazamkjxl9: you will of course get most of the packages for vanilla ubuntu too11:40
Dr_Willissiddhantchd:  that can depend on the video file. Some times they are encoded badly and that can cause forard/reverseing issues11:40
MaRk-Ikjxl9: LMMS, and rosegarden11:40
kjxl9???11:40
siddhantchdokie11:41
siddhantchdthan c11:41
Jon--What's the new official music player, and is its package support relatively up to date on LTS release 10.04?11:41
atlefJon--, banshee11:41
abrakazamJon--: i think its banshee. and its in the rep11:41
abrakazamJon--: repository11:41
Jon--banshee Candidate: 1.6.1-1~lucid1  this old compared to 11.04/10?11:42
Dr_Willis!info banshee11:42
ubottubanshee (source: banshee): Media Management and Playback application. In component main, is optional. Version 2.0.0-2ubuntu1 (natty), package size 1804 kB, installed size 5480 kB11:42
abrakazamJon--: if you really need a newer version than in the repository, you can try the developers ppa11:42
Dr_Willisseems old to me. :)11:42
Jon--Yes, yes it is.11:42
Jon--D:11:42
brontosaurusrexsiddhantchd, mplayer -fs file.mkv (and read some guide about shortcuts) <- that was always the better for me, also check  if your gpu can do vdpau and set mplayer conf accordingly...11:42
abrakazamJon--: its ppa:banshee-team/ppa11:42
Dr_Willisthats why i dont use lts. :()11:42
Dr_Willisbye all.. bbl11:43
Jon--Bye willis11:43
Sidewinder1Bye Doc.11:43
kjxl9is there a channel where i can learn basic and/or advanced use of terminal?11:45
Jon--kjxl9, http://help.ubuntu.com/community/UsingTheTerminal11:45
Jon--That's a good intro, if you want more info, I'm sure someone can link you to a more complete guide11:46
Sidewinder1kjxl9, Try this link, it's old but has many links to term. use, commands:11:46
Sidewinder1http://ubuntuforums.org/showthread.php?t=17150711:46
Jon--Just play around with it you'll be a terminal pro in a matter of... Several months. ;)11:47
abrakazamJon--: or years :D11:47
Antonishello does anyone know of a good app to send sms from ubuntu? I don't want an app that sends through a web service but through my phone.. I have a Nokia N97 but the ovi suite won't work through wine. I need to send messages to 110 phones (for my company) and it's a hell to send them all by hand11:47
brontosaurusrexJon--, sound like a disease (terminal pro) :)11:48
abrakazamkjxl9: the only way to really learn using the terminal is to force yourself to use it as much as possible11:49
chris_chanI like to use vim in consol11:50
choonmingls11:51
abrakazamchris_chan: vim ftw11:51
chris_chanLol11:51
chris_chanlol11:51
Gothfunchi.  i'm using ubuntu studio to run ultramixer, some dj software.  before a reinstall it used to work via oss (emulated by alsa-oss, presumably?).  now when i go into the ultramixer preferences it shows no devices under oss.  don't suppose anyone knows how i can start diagnosing the problem?11:51
Itqanhey guys ive been experiencing some gr8 troubvle with my ubuntu 10.10. It just works normally for few minutes and then randomly hangs/freezes without any warnings or messages i cant even move the mouse or turn off computer. i tried uninstalling all ubuntuone packages and nopw the frequency of hanging is a bit reduced but problem still persists. pls pls help me i ve been suffering for so long and have tried asking on ubuntu forum for 3 times but didnt find an11:52
Itqanything useful11:52
abrakazamGothfunc: try #ubuntustudio11:52
nicofsDoes anyone know how i can create multiple partitions on a usb 3 key? I guess i need to change a system bit to "non-removable" - but how?11:52
dijonyummyhow can i make pressing alt-tab switch windows in the guest and not the host OS?11:53
josvukI'm looking for a used echo audiofire 2 firewire soundcard, don't hestiate to make me an offer :-)11:53
Itqanany one pls?11:54
abrakazamjosvuk: this is a support channel, not a market place11:54
rsthdni got problem activating rotate cube from CCSM on Natty11:55
josvukI have forgot to add I accept to buy only from ubuntu users :-)11:55
Itqanim freaking out11:55
ChepollItqan what was your problem?11:56
abrakazamItqan: what are your system specs?11:56
Gothfuncabrakazam, am doing.  no one there, besides, i could use any advice vanilla ubuntu users can give me, the diagnostic process should be pretty similar11:57
Itqanintel 1.6ghz11:57
mang0Guys, I'm very new to ubuntu. How do i install wine? sudo apt-get install wine?11:57
Itqanonboard graphics11:57
Itqan1 gb ram11:57
Chepollmang0: yes11:58
atlefmang0, yes11:58
lehel_how do costumize unity 2D? thanks11:58
Gothfuncabrakazam, i mean i don't even know where to begin :(11:58
Itqanu need more info11:58
Itqan?11:58
ChepollGothfunc: what was your problem?11:58
A-R-Rmang0: Software centre will do as well11:58
Gothfuncchepoll: i'm using ubuntu studio to run ultramixer, some dj software.  before a reinstall it used to work via oss (emulated by alsa-oss, presumably?).  now when i go into the ultramixer preferences it shows no devices under oss.  don't suppose anyone knows how i can start diagnosing the problem?11:58
mang0A-R-R, Chepoll , atlef is wine really 200mb?!11:58
mang0o.O11:59
abrakazamGothfunc: what version of ubuntu did you use previous to the reinstall11:59
mang0it says it needs that much disk space...11:59
mrdebyes11:59
Gothfuncabrakazam, karmic.  now meerkat11:59
ChepollGothfunc: what device was it supposed to find?11:59
A-R-Rmang0: when installed yes.11:59
X5hello. how can I install sun java jdk ?11:59
GothfuncChepoll, two usb soundcards and one onboard soundcard.  all are showing up under alsa12:00
atlef!java | X512:00
ubottuX5: To install a Java runtime on Ubuntu on 10.04 LTS and newer, see http://tinyurl.com/2ffg7cc -  For the Sun Java products and browser plugin, search for the sun-java6- packages in the !partner repository on Lucid (which must be enabled), or !multiverse repository on older releases.12:00
Itqansorry i forgot i have a dual core processorE214012:00
Itqan1.6 GHz12:00
mang0A-R-R so I have to download 200mb of stuff? why is it so big!?12:00
Itqanhelp me pls i think linux rocks but cant give it a try that way12:01
ChepollGothfunc: do you recall seeing any error messages upon boot? Check /var/log/boot.log12:01
GothfuncChepoll, in fact i can use ultramixer through alsa but it instantly becomes so slow that it's unusable, so i need to find a way back to the setup i had before12:01
GothfuncChepoll, i'll look12:01
A-R-Rmang0: I think you have to download only around 80mb, it will unpack to be 200mb12:01
zulaxmy ctrl+alt+T is not working, how to go about troubleshooting?12:01
mang0daym...is there another way to run .exe files in ubuntu, without wine?12:01
GothfuncChepoll, nope, no errors12:02
atlefmang0, no12:02
Itqanyeah get windows12:02
abrakazamzulax: you mean you cant open a terminal?12:02
mang0I have windows12:02
mang0lol12:02
AutoclesisUnity is confusing I set for Classic. Anyone else?12:02
mang0dual booting12:02
zulaxabrakazam, yes , i cant open it with shortcuts12:02
zulaxafter i had to reset unity, some keyboard shortcuts dont work12:02
Itqananyone pls try help me im gonna jump off a bridge or something12:03
atlefAutoclesis, yes i use classic12:03
ChepollGothfunc: and what sort of approval notifiers is there?12:03
Autoclesisatlef, :]12:03
Autoclesisif i could get a bottom taskbar , unity would be okay12:03
buff27Itqan, jump12:03
Autoclesisi want to see all instances of a multiply-loaded app12:03
abrakazamItqan: have you tried any other version of ubuntu previous to 10.10? or have you tried the new 11.04?12:04
GothfuncChepoll, approval notifiers?12:04
Itqan<abrakazam>no but ubuntu 9.04 worked fine for me12:04
ChepollGothfunc: well, as in "Starting OSS... [OK] ?"12:04
Itqanproblem started with 10.0412:05
ChepollItqan: could you please repeat your original question?12:05
zulaxItqan, did you try reinstaling 10.04 again?12:05
Itqanok here:-12:06
Itqan ive been experiencing some gr8 troubvle with my ubuntu 10.10. It just works normally for few minutes and then randomly hangs/freezes without any warnings or messages i cant even move the mouse or turn off computer. i tried uninstalling all ubuntuone packages and nopw the frequency of hanging is a bit reduced but problem still persists. pls pls help me i ve been suffering for so long and have tried asking on ubuntu forum for 3 times but didnt find anything u12:06
Itqanseful12:06
FloodBot1Itqan: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.12:06
GothfuncChepoll, /var/log/boot.log is pretty empty actually, 4 lines12:06
Gothfuncno, 6 ;)12:06
Itqansorry pls cud u guide me to something about how to use irc12:06
josvukmang0: you can try http://bochs.sourceforge.net12:06
cubixGreetings!12:07
ChepollGothfunc: ok then, just go to /etc/init.d/ and see which file is associated with initiating the sound and whatever12:07
Itqani nm using this for first time12:07
Gothfuncright12:07
SuperLagmeganerd: the Intel cards didn't. I tried both the "Intel Wifi Link 1000" and "E6200" and neither of them would let me set Master Mode.12:08
ItqanFloodBot1, what does enter as punctuation mean?12:08
GothfuncChepoll, alsa-mixer-save and pulseaudio look relevant12:08
DirtyDawgwell even tho i cant see the install because its so dimm, i am now "Upgrading" the os to 11.04, i have my fingers crossed it will work :P12:08
ChepollItqan: it means you shouldn't enter after every sentence. You periods and command so your messages don't flood the chat line by line12:09
abrakazamItqan: floodbot is just a bot. it said you shouldn't write to many lines in a too short time because its sometimes miused for flooding12:09
Itqanoh thanxx12:10
ChepollGothfunc: I don't think that you previously modified pulseaudio. then it must be alsa-mixer-saver12:10
Autoclesisthe next upgrade will get rid of the classic option ?12:10
Itqanso anybody would like to help me with my problem?12:10
Itqanany solutions?12:10
atlefAutoclesis, i think so12:11
Autoclesisthnx atlef12:11
Autoclesissucks though12:11
Autoclesisoh well i will adapt12:11
GothfuncChepoll, not sure, ubuntu studio has pulseaudio by default12:11
new_kid1Hi, there a way to identify tour PC's browser as a mobile browser (like Opera Mini) ???12:11
DirtyDawgItqan: it means stop using enter so much and typing on several lines, e.g. put all your text on one line if possible12:11
atlefAutoclesis, well, maybe unity will be better by then12:11
andygraybealwhy are two executives leaving ubuntu at the sametime ??12:11
Autoclesisyay atlef12:12
andygraybealofftopic, nevermind12:12
ChepollGothfunc: well then, see the manual for pulseaudio and it should tell ou where it reads its configurations from12:12
ItqanDirtyDawg, ok ok i got it already 2 ppl told me12:12
DirtyDawgsry lol, was eating a sammich, missed that12:12
new_kid1Hi, is there a way to identify tour PC's browser as a mobile browser (like Opera Mini) ???12:12
Itqanso any soloutions anybody?12:12
Autoclesisadios amigos12:13
Chepollnew_kid1, how does a mini-browser differ from a normal browser?12:13
atlefnew_kid1, in firefox you could try user agent switcher add-on12:13
bluegoonanyone know how to install dwarf fortress on ubuntu?12:13
bluegoonits .tar.bz212:14
technikfreakhello doies anyone know when the issue on 11.04 with the b43 driver freeze will be solved?12:14
GothfuncChepoll, thanks :)12:14
new_kid1Chepoll: Look the problem is I want to download the gmail java app to my pc then transfer it to my phone via bluetooth but I cant ..........visit http://www.google.com/mobile/mail/ & see for yourself12:14
Itqanso i take it nobody knows?12:14
=== kyubutsu is now known as Guest45542
lynxmanhey guys! Anyone knows how can I change compiz to metacity when using Unity on natty? :)12:14
Chepollbluegoon: just google for the command to extract such archives. I forget all the time. Then once you extract it, it should have a README or some sort of a manual. That would explain12:15
technikfreakdoes anyone know the b43 driver problem on natty`12:15
Chepollnew_kid1: That I wouldn't know, I'm sorry12:15
new_kid1Chepoll: They only let u download that directly to your phone12:15
linux__http://120.193.10.35:82/down/linux-2.6.38.2.tar.bz212:15
technikfreak?12:16
new_kid1Chepoll: Okay12:16
PeterNLHi, are there rs232 drivers for the ingenico i3300?12:16
linux__Kernel12:16
ChepollGothfunc: I don't really know the solution. You asked for where to start, and this could be a starting point for the debugging.12:16
Chepollnew_kid1: I use a very old-school phone, so, I really ahve no knowledge, I'm sorry12:17
GothfuncChepoll, it's a good plan, i was a bit overwhelmed and didn't know where to start.  thanks12:17
technikfreakdoes thois kernel work with b43?12:17
josvukWhat is a good solution for drawing electic schematic on ubuntu (The tipps should exclude gschem and kicad but should be opensource ) :-)12:18
Odayhow do i chown a file?12:18
Odaysorry for not looking at the man of it12:18
Odaybut its just a little urgent12:19
lynxmanOday: chown user:group filename12:20
abrakazamjosvuk: if you just need drawing - there is dia :/12:20
lynxmanOday: reading the man is also as fast as getting into irc though ;)12:20
Odaynot when you're already on12:20
Oday:p12:20
Odayok thank you12:20
Odayi read that in man just now12:20
Vamsihi guys..is it possible to upgrade to 11.04 from 10.4 directly ?12:20
DirtyDawgi am doing that now12:20
Odayyes Vamsi, Terminal > sudo updatemanager -d12:20
DirtyDawgph nvm missread12:21
Odaynope, wrong command, sorry12:21
delinquentmehey all .. im looking for a suggestion on the windows OS i should run on VM virtualbox for the best performance with "draftsight" ( an autoCAD replica )12:21
Vamsi@oday : I can figure out the command  , but can you please tell what happens when theres a power cut during upgrade ?12:22
DirtyDawgthen your computer will turn off12:22
josvukabrakazam: do you have a link to dia, google finds only unrelated things :-(12:22
Odayi have not experienced that, but it's not like update manager, it will probably not be able to continue where it left off Vamsi12:22
abrakazamjosvuk: http://live.gnome.org/Dia12:23
rsthdnthe i need the best download manager for ubuntu11.04... plz suggest the best one...12:23
Odayit IS upgrade manager, but here you're not just getting some packages12:23
Vamsi@Dawg : lol :P12:23
abrakazamjosvuk: there is also qucs. but its not in the official repsitories12:23
Vamsi@0day : will using the gui upgrade manage help in case of power failures ?12:23
Odayno12:24
rsthdnI need the best download manager for ubuntu11.04... plz suggest the best one...12:24
abrakazamrsthdn: wget :D12:24
PeterNLcurl!12:24
bluegoonstill clueless how to install dwarf fortress, anyone else installed it yet? :)12:24
revildabI'm having issues installing the nvidia-96 driver package on 11.04. apt-get tells me "Depends: xorg-video-abi-8.0 but it is not installable". Apprently the xserver-xorg-core that comes with 11.04 includes xorg-video-abi-10, but nvidia-96 demands abi-8.0 and I'm wondering if I'll have to force a downgrade or if I can/should somehow roll back just xorg-video-abi to 8.0.12:25
Vamsiwget is the best download manager :P12:25
PeterNLtelnet ftw!12:25
abrakazamyay telnet :D12:26
Vamsiguys..I checked for the upgrades..but looks like I have to upgrade to 10.10 first and then 11.04 ?12:26
Vamsiso is it not possible to directly upgrade from 10.04 to 11.04 ?12:27
rsthdnVamsi: nope12:28
qjqqyyvamsi: personally, i hated to upgrade, it always breaks the system, i recommend a reinstall12:28
rsthdnVamsi: you have to upgrade to 10.1012:28
Odaydidnt break my system, i upgraded12:28
josvukabrakazam: don't think that dia is good for me and qucs also don't fits my needs I use gnucap for simulation12:28
Vamsiit has been same for me..Always system brakes..but I think that if there are no errors when we do a dpkg..then all good12:29
qjqqyyOday: it has the tendency to, but not always12:29
eagleqinghello every one12:29
josvukWaht Im looking for is a programm to print out nice circuits on paper :-)12:29
eagleqingi have a problem with plymouth and can't get any answer from google . so any one can help me?12:29
Vamsialways brakes for me :P12:29
qjqqyyVamsi: a seperate /home partition can be very useful for fresh installs12:29
DirtyDawgi am upgrading now *chokes back tears*12:29
* DirtyDawg is scared now12:30
Vamsimain problem is it disables third party sources..12:30
frybyeVamsi: not sure - but you could perhaps save your current home directory and fresh install 11.04 and put the home directory in there - anybody else know if this will be ok???12:30
qjqqyydirtyDawg: remember to backup ur home folder and /etc and list of packages, things can go wrong easily12:30
abrakazamjosvuk: there is of course eagle. its no open source. but i think theres a free (limited pcb size) version12:30
eagleqinghttp://ubuntuforums.org/showthread.php?t=1736148  can anyone help me?12:30
DirtyDawgtoo late :(12:30
DirtyDawg4 mins left12:30
=== angel is now known as Guest26946
qjqqyyFrybye: saving in a seperate hdd can cause file permission problems, especially if it is formatted in fat or ntfs12:31
Vamsiif there are no errors when do apt-get update ..then upgrade will be ok I think12:31
sunitwhen I am giving sudo su  , I am getting error sudo: /etc/sudoers is mode 0777, should be 0440 Segmentation fault. please help me12:31
=== Guest26946 is now known as angel[nosinmiubu
qjqqyySunit: sudo chmod /etc/sudoers 73312:32
qjqqyyOops chmod 733 /etc/sudoers*12:32
qjqqyyAlways forget syntax12:32
frybyeqjqqyy: so he needs to do a distro update twice > 10.10 and then to 11.04 - right...?12:32
eagleqinglink group default.plymouth is broken :'(12:32
josvukabrakazam: I'm used only to use opensource :-( (I don't like propietary software) I need something like kicad but it should print on large paper not only on DIN A4 :-(12:32
qjqqyyFrybye: or he can do a fresh install12:32
Vamsilol12:32
Vamsican we do a fresh install yet keep all the settings ?12:33
kevinyoungexit12:34
frybyeVamsi: then it is a not a fresh install...?12:34
qjqqyyBackup home, /etc and there is a dpkg command to return a list of installed packages, forgot what it is called12:34
sunitqjqqyy:  I am trying12:34
VamsiI am upgrading from the GUI upgrade manager ..12:34
bluegoonTrying to run Dwarf_Fortress:  error while loading shared libraries: libSDL_ttf-2.0.so.012:34
Vamsineed to do the 2 times :(12:35
mfpockersHello!12:35
connor_hello i have a problem upgrading to ubuntu 11.0412:35
mfpockersI am having trouble with my xorg and need help restoring it.12:35
qjqqyyvamsi: i recommend that u backup configuration and list of installed packages, then do a fresh install, it is simpler and you download less12:35
mozeeei run a Java program in terminal.. but after that, that terminal will get busy and then I have to open another terminal (ctrl+shift+T) to work with other commands! is there any way to do all the things in background?   http://i56.tinypic.com/20fp44p.png12:35
rsthdnconnor_: what sort of prbm? do clear plz?12:35
abrakazamjosvuk: there is also xcircuit. but it looks really old :(12:36
connor_when i try to upgrade it says this W:Failed to fetch http://archive.canonical.com/ubuntu/dists/natty/Release.gpg  Something wicked happened resolving 'archive.canonical.com:http' (-5 - No address associated with hostname)12:36
connor_, E:Some index files failed to download, they have been ignored, or old ones used instead.12:36
mfpockersbasically when my computer loads up, ubuntu says it fails to initilize graphics but when i drop to tty and run startx everything runs fine.  how can i make it so X loads automatically again?12:36
Zelluzmozeee: run the program in terminal with a & behind12:36
qjqqyyMfpockets: try uploading /etc/x11/xorg.conf, /var/log/xorg.0.log to the forums and ask for help12:36
rsthdnconnor_: does the upgrade continues or exits?12:36
connor_i have tried to download from different server but it stil said the same thing12:37
mozeeeZelluz: actually i did it but same problem again!12:37
mang0guys, I was installing wine through terminal, when my moniter froze. I had to force shutdown, and now it's aborted the installation, and I have a load of files all over the place. What do I do?!12:37
mfpockersqjqqyy, Thanks, I was hoping to get some help here before resorting to the forums as I figured it would be fast.  I guess Ill make a post and see.12:37
connor_it just stays with that message until i close it12:37
mang0will it overwrite if i start again?12:37
mozeeeZelluz: can i direct it to somewhere elss?12:37
=== ubuntu is now known as pankaj_sharma
lynxmanso... anyone knows how to switch from compiz to metacity? I've used gconf-editor but compiz is still the default12:37
sunitqjqqyy: I am getting same error12:38
rsthdnconnor_: which version of ubuntu do u have now?12:38
qjqqyyLynxman: go to gnome startup applications, add "metacity --replace"12:38
=== Uncle|Sam is now known as uncle|sam
lynxmanqjqqyy: cool, thanks12:38
Zelluzmozeee: hm, then I dont know, my linux aint that good :/12:38
qjqqyyOr remove "compiz --replace"12:38
mozeeethks anyway!12:38
mang0guys, I was installing wine through terminal, when my moniter froze. I had to force shutdown, and now it's aborted the installation, and I have a load of files all over the place. What do I do?!12:38
connor_i have 10.1012:39
qjqqyyMang0 restore one of your backups12:39
abrakazammang0: did you download some wine package or did you install it using apt-get?12:39
eagleqinglink group default.plymouth is broken:'(12:39
mang0abrakazam: apt-get12:39
eagleqinghow can i fix it?12:39
mang0qjqqyy I havn't got any backups...(or at least, I didn't make any)12:40
mang0I was installing wine for the first time12:40
connor_ubuntu 10.1012:40
connor_rsthdn12:40
mozeeehow can I send all this stuff to run in background? i want my terminal to be free? http(even when an & at the end of command i have got the same problem)  http://i56.tinypic.com/20fp44p.png12:40
rsthdnconnor_: open the terminal and run this    gpg –keyserver keyserver.ubuntu.com –recv 3E5C119212:41
rsthdngpg –export –armor 3E5C1192 | sudo apt-key add -12:41
rsthdnsudo apt-get update12:41
abrakazammang0: so what files are now all over the place? normally apt-get isnt making a mess :)12:41
connor_ok12:41
shijoHello12:41
rileyphi12:41
rileypask12:41
Zelluzmozeee: you could try piping it to a txt file!12:42
shijoI installed ubuntu 11.0412:42
mang0abrakazam: I did a search for wine and got a load of resultsl. I need to delete them, so I can redownload12:42
rileypyay12:42
mang0cuz it was only half done when i crashed12:42
mang0so I have HALF of the files needed for wine12:42
mang0and I either need to overwrite them or delete them12:43
shijobut the system crash after 10 or 15 minutes every time I log in12:43
mang0or continue where I left off12:43
abrakazammang0: if you install wine the prefered way, you should be able to install it typing "sudo apt-get install wine"12:43
connor_it said conflicting commands12:43
PeterNLwhy would you delete them? Just do the installation again12:43
Zelluzmozeee: sudo java -jar IndiaWebProxy.jar > output.txt12:43
qjqqyydkpg --purge wine12:43
abrakazammang0: it installs and downloads all packages it needs itself12:43
mozeeeZelluz: let me try!12:43
mang0abrakazam: That's what I did. but It stopped halfway through12:43
mang0it*12:44
Zelluzmozeee: oh, and try with & to the end :P12:44
abrakazammang0: so ... try again :)12:44
camilleqcohello, i am having problems with my wi fi12:44
mang0but won't I have 2 copies of it all?12:44
camilleqcoit was working but now it is now12:44
camilleqconot12:44
abrakazammang0: i dont think so12:44
mang0ah12:44
mang0k12:44
bluegoonE: Unable to locate package ia32-libs  ... Is this normal?12:44
mang0sudo apt-get install wine right?12:44
qjqqyyCamilleqco after an upgrade?12:44
mang0camilleqco: what card you got?12:44
mang0have you got*12:45
abrakazammang0: should be12:45
rileypshijo look in var/log/messages12:45
mang0kk12:45
rileypand pastebin it and link it and we can look at it12:45
bercik_`Hello12:45
shijothere is no error messages at all12:45
bercik_I have got some problem with bluetooth configuration12:45
mfpockersI have created a Forum post here http://ubuntuforums.org/showthread.php?p=10782032#post10782032 if anyone could take a look at the Xorg files and steer me in the right direction it would be much appreciated.12:45
RennonQUESTION: WHenever I try to connect to my wifi on the live USB for both Ubuntu and Kubuntu 11.04 on my eeePC, the computer freezes and I can't do anything. Anyone have any idea what's wrong?12:46
bercik_When i start blueman, it says about an error of bluez12:46
rileypnothing in dmseg nothing in /var/log/syslog12:46
shijothe systen goes to slow and finally stucks12:46
qjqqyyRennon: bad device driver. What card?12:46
Tuhinwhy "giver" sometimes doesnt work? its not showing any computers after waking from suspend12:46
bluegoonHow do I enable the getlibs command, guys?12:46
Tuhinhow to reload the computer list in giver12:46
connor_hello12:46
connor_rsthdn12:47
mozeeeZelluz: thanks dude! It works!12:47
Zelluzmozeee: glad I could help =)12:47
bluegoonGuys, how do you enable the sudo getlibs comand?  I dont have it.12:47
Rennonqjqqyy: I'm not sure, the eeePC is a 1001px12:47
rileypshijo it sound like a memory problem perhaps12:47
rileypwhat about in kernellog12:47
mfpockersbluegoon, have you tried sudo apt-get install getlibs?12:47
bluegoonmfpockers, I get this:  E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)12:48
connor_i ran the commands and it said this Some index files failed to download, they have been ignored, or old ones used instead.12:48
shijoi think its not a memory problem12:48
ylmfos大家好!!12:48
qjqqyyTry googling for specs, then use ndiswrapper and disable the linux native drivers12:48
bercik_When i start blueman, it says about an error of bluez. What to do?12:48
shijobecoz my com has 4 gb ram12:48
mfpockersbluegoon, that means something else is running an update usually.12:48
rileypwell slow doen and then crash says memory to meeeeeeeeeeeeeeeeeeeeeeeeeeee12:48
bluegoonmfpockers, Synaptic is open.. :p12:49
shijosorry now i am installed 10.10 again12:49
camilleqcomang0: i used these instructions to install the driver - https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/132667 (scroll down to #3)12:49
rileypso on install did you install /swap12:49
bluegoonmfpockers, I get this error now: E: Unable to locate package getlibs12:49
mfpockersbluegoon, I got no package found, and find nothing when I search the repo anyhow.  Close synaptic, this should remove the lock.12:49
camilleqcomang0: anyway, it was working but i am duel-booting and when i came back from windows, it didn't work anymore12:49
Rennon:qjqqyy: I'm not sure, the eeePC is a 1001px, apparently it has "WLAN 802.11b/g"12:49
shijoso i lost all logs12:49
rsthdnconnor_: yes plz?12:49
bluegoonmfpockers, yea I did, worked, thanks12:49
shijoya12:49
shijoi installed swap12:50
rileyphow much?12:50
mfpockersbluegoon, im not familiar with that program, but I assume it isnt in the ubuntu repos, and you will need to add the repo that does.  Or compile from source.12:50
shijo8gb12:50
rileyplol 2gb is heaps12:51
Furai`Good afternoon.12:51
connor_thes were the results Some index files failed to download, they have been ignored, or old ones used instead.12:51
bercik_When i start blueman, it says about an error of bluez. What to do?12:51
shijobut i read that swap must be two times the ram12:51
vanguardis it normal that evince "forgets" the pages I already looked at in a PDF and renders them new every time? This is slow …12:51
qjqqyyRennon: download windows xp drivers for eeepc 1001px, then use ndiswrapper, and remember to uninstall the linux wireless drivers.12:52
qjqqyyPlenty of guides on ndiswrapper, sorry, cannot link to them ,on my phone12:52
kevinyounghi all12:52
Rennonhmm okay12:52
=== kevinyoung is now known as vieledwolf
DirtyDawg ok something very strang happened, when i booted the new Ubuntu the screen was still so dimm i couldnt see it so i rebooted again and chose "previous" version of linux, that loaded the new 11.04 version and its fine?12:53
shijohello, what is the probem actually?12:53
rileypshijo try running in a termal without x and see if it still crashes then you have narrowed it doown to x not working properly12:53
mfpockersbluegoon, try and follow the section about getlibs here http://code.google.com/p/afrimesh/wiki/DevelopmentEnvironmentUbuntu12:53
qjqqyyDirtydawg, that means you havnt installed all the new kernel mpdules that are needed12:53
mfpockersI am having trouble with my xorg and need help restoring it.12:53
DirtyDawgso what do i need to do mate?12:53
connor_W: Failed to fetch http://archive.canonical.com/ubuntu/dists/natty/Release.gpg  Something wicked happened resolving 'archive.canonical.com:http' (-5 - No address associated with hostname)12:53
rileypshijo try running livecd and see if it fails after 10 minutes12:53
connor_E: Some index files failed to download, they have been ignored, or old ones used instead.12:53
connor_connor@connor-AO532h:~$12:53
FloodBot1connor_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.12:53
mfpockersbasically when my computer loads up, ubuntu says it fails to initilize graphics but when i drop to tty and run startx everything runs fine.  how can i make it so X loads automatically again?12:53
mfpockersI have created a Forum post here http://ubuntuforums.org/showthread.php?p=10782032#post10782032 if anyone could take a look at the Xorg files and steer me in the right direction it would be much appreciated.12:54
chufh12:54
bluegoonmfpockers, I just got a .deb package for getlibs, will see what happens12:54
shijook12:54
qjqqyySomething makes me feel that the ubuntu repositories are flooded12:54
connor_rstdhn12:54
mfpockersbluegoon, cool.12:54
rileypshijo if you dont know these things ehay are trying cutting edge 110.0412:54
rileypshijo why?12:54
DirtyDawgso how do i install new kenal modules?12:54
DirtyDawge12:54
connor_help please12:55
camilleqcocan someone help me figure out what is wrong with my wireless?12:55
qjqqyyCheck what old modules u have, and install newer versions of them, they should coexist12:55
connor_i know your still on12:55
shijoevery time the system crashes when running vlc firefox and nautilus12:55
rileypDirtyDawg,  run synaptic and update12:55
camilleqcoconnor_: who are you talking to?12:55
qjqqyyOr get a metapackage that always depend on the latest version of a module12:55
webistichi12:56
connor_i was talking to rsthdn12:56
shijowhta is cutting edge 110.04?12:56
qjqqyyShijo: cutting edge stuff may cut your fingers, it means it is not mature and things can break12:57
webisticIm trying to connect thru the terminal to my ubuntu server using ssh. My laptop has 11.04 .. it says "broken pipe" .. ?12:57
qjqqyyAnd u have to fix them urself, or ask for help here12:57
qjqqyyWebistic: get a plumber, lol12:57
webisticlol12:58
mang0lool.12:58
connor_no replies12:58
liwantongwhat are you talking about12:58
connor_nobody will help me12:58
rileypshijo you should install xfce and run that and se if that stalls.... lol its memory and x giving you trouble I suppose its compiz as well your using and unity12:58
mang0camilleqco: sorry was afk12:58
mfpockersplease help!!! basically when my computer loads up, ubuntu says it fails to initilize graphics but when i drop to tty and run startx everything runs fine.  how can i make it so X loads automatically again?12:58
mang0what did you say?12:58
zwhhello12:58
connor_whats the best version of linux12:58
lynxmanconnor_: please just ask your question and see if someone replies ;)12:58
liwantongwhat are you talking about12:58
mang0does anyone here use epiphany browser?12:59
mang0connor_:12:59
liwantongme12:59
mang0there is no best version. It all depends what you want12:59
camilleqcoconnor_: ubuntu is very user friendly12:59
camilleqcoconnor_: very good community12:59
mang0Ubuntu is good for linux newbies (like me!)12:59
webisticplumber didn't know what was wrong.. any other ideas?12:59
connor_whats the fastest version of linux12:59
camilleqcocan someone help me figure out my problem with my wireless?12:59
mang0puppy the same. Mint is a bit more advanced...12:59
camilleqcoconnor_: why don't you just try the latest version of ubuntu?12:59
shijoim not using unity, i tried classic desktop only13:00
mang0then Arch is for pros lol13:00
camilleqcoconnor_: you can do a duel boot with existing OS13:00
mang0get a LiveCD of 11.04 connor_13:00
rileypmffocker sounds like you have a problem in xorg.conf perhaps13:00
connor_i dont need a very user friendly os13:00
=== Guest45542 is now known as kyubutsu
tmgso go for windows13:00
mang0for example I'm dual booting with winXP and ubuntu 11.0413:00
delinquentmedoes virtualbox support X64 arch?13:00
connor_i have made a bootable linux mint 10 flash drive13:00
mfpockersrileyp, thanks  I just dont know what to fix in the xorg.  When i run startx it loads the xorg file fine.13:00
lynxmanconnor_: if you don't want a user friendly OS try OpenBSD, it's very secure13:00
rileypmfpockers, try moving your existing xorg.conf and rebooting if you have an xorg.conf that is13:01
mfpockersrileyp, can you look at my xorg config and let me know if you see anything I should change? http://ubuntuforums.org/showthread.php?p=10782032#post1078203213:01
connor_im going to try all of them then see which one i like13:01
connor_ta ta13:01
mfpockersrileyp,  if I remove it, I wont have an xorg.conf,  sorry I dont follow your suggestion13:01
* vieledwolf iiiii13:03
rileypmfpockers,  ubuntu will run without one with default drivers and if you have nvidia like your link suggest its easyto creat another but first just move your existing and reboot and see what happens money on it wil start perfect13:03
vieledwolfwhat is /me command13:03
Sidewinder1camilleqco, I found this for you: http://ubuntuforums.org/showthread.php?t=1689148&page=3  Hope that helps. :-)13:03
hdonhi all :) i just installed apache2. i have stopped apache2, however, with /etc/init.d/apache2 stop. according to nmap, port 80 is closed on both 127.0.0.1 and ::1, yet when i load http://localhost/ in Namoroka, i get a bugzilla index page! when i load http://127.0.0.1/ in namoroka, i get ECONNREFUSED ("Firefox cannot establish a connection to the server at 127.0.0.1")13:03
rileypmfpockers, Im not saying delete Im saying move13:03
mang0does anyone here use epiphany web browser?13:04
camilleqcoSidewinder1: thanks, i'll go check it out13:04
hdongrepping my /etc/hosts file confirms that my localhost name is setup to the proper addresses13:04
mfpockersrileyp,  ok just removed all .conf in /etc/X11 here goes a reboot.13:04
camilleqcoSidewinder1: the problem is i have no ethernet connection :(13:04
li0sin JohnTheRipper i put -format=raw-MD5 and i get "Unknown ciphertext format name requested" does anyone can help me with this?13:05
hdonOH LOL i have a proxy set up to get into work, and the bugzilla is running at work! hahahaha13:05
camilleqcoSidewinder1: i guess i will have to bookmark this and try it next time i am near ethernet13:05
mang0camilleqco: I had a problem with my card too13:05
mang0but I put the files I needed on a memory stick13:05
mang0:)13:05
camilleqcomang0: it was working fine for a while13:05
mang0O.o13:05
mang0weird13:05
camilleqcomang0: maybe i can try this13:05
vargadanishello everyone! Where do I find the bindv6only.conf file on ubuntu 10.10?13:05
mang0did you install any apps that might have messed with it?13:06
camilleqcomang0: i duel boot, i don't know if windows changed anything13:06
Sidewinder1camilleqco, Let me send you another link in case that one doesn't do it; stand by...13:06
* vieledwolf 13:06
camilleqcoSidewinder1: THANKS!!13:06
mang0hmmmm13:06
DirtyDawgok i HAD to go back to classic desktop, that whole setup is just Too weird13:07
delinquentmeso WINE or VirtualBox will run things like IE 6 7 8 .. and autoCAD right?13:07
Sidewinder1camilleqco, This is a link to search results of Realtek, wireless, driver, netbook; there's 4 pages of links:http://ubuntuforums.org/search.php?searchid=8088024613:07
camilleqcoSidewinder1: thanks!13:08
DirtyDawgdid an update check and it didnt say anything about new kernal modules tho13:08
Sidewinder1camilleqco, Remember, the forum are your friends. :-)13:08
Sidewinder1forums13:08
DirtyDawgi hate that side bar13:09
camilleqcoSidewinder1: i never forget! that's where i found the solution the FIRST time, but ultimately the answer was over on launchpad actually13:09
tuesmufnsso remove the bar13:09
DirtyDawghow13:09
Sidewinder1camilleqco, If possible try to avoid compiling your own drivers; I use that as a last resort, usually the answer can be found elsewhara. But that's just me.13:10
FuzzyNutsHey guys13:10
FuzzyNutsCan someone test a Java app for me?13:10
FuzzyNutsIt's supposed to be cross-platform13:11
camilleqcoSidewinder1: i think the problem is this issue of the default ubuntu drivers overriding the driver i just installed13:11
tuesmufnsforum would know, Dirt13:11
camilleqcoSidewinder1: i need to do this blacklist step, methinks13:11
Sidewinder1It's possible13:11
Sidewinder1camilleqco, Usually when dealing with different drivers, it's best to completely remove the first before working with the second.13:12
tuesmufnsnonsense13:12
tuesmufnsyou need only proper configuration13:12
camilleqcoSidewinder1: i am going to try this way first. the ubuntu file system is baffling!13:13
tuesmufnsit's the Unix filesystem13:13
Puchatyhi13:13
Sidewinder1camilleqco, Good luck.13:13
Puchatyanyone using ATI powerXpress?13:13
tuesmufnshi13:13
connor_what is the fastest linux os13:13
tuesmufnstaking a poll?13:13
=== ryan_ is now known as ryanep
kyubutsu!filesystem > camilleqco13:14
ubottucamilleqco, please see my private message13:14
n2iHi all!13:14
Puchatyi've installed ati catalyst 11.4 - it has power Xpress support13:14
n2iPlease tell me how to fix those error: http://paste.ubuntu.com/604412/13:14
li0sin JohnTheRipper i put -format=raw-MD5 and i get "Unknown ciphertext format name requested" does anyone can help me with this?13:14
Puchatybut i have no idea how to switch between ati cards13:14
tuesmufnsconnor: one that uses a "light" desktop environment13:14
Puchatyi have 4330 radeon and 320013:14
connor_so which one is the fastest13:15
Puchatyat windows i can switch in ati catalyst suite13:15
connor_linux mint13:15
tuesmufns(not Ubuntu using GNOME)13:15
connor_fedora13:15
n2iAnybody can help me?13:15
camilleqcokyubutsu: thanks!13:15
connor_ubuntu13:15
connor_gnome\13:15
tuesmufnsall use gnome by default13:15
camilleqcon2i: what's up?13:15
tuesmufnsmight try LXDE13:15
camilleqcon2i: pleae share your problem13:15
connor_is there such thing as penguin linux13:16
n2icamilleqco: hi! My problem was showed above13:16
n2ion paste.ubuntu.com link13:16
tuesmufnsprobably, but if so it's unpopular13:16
n2iplease help13:16
connor_whats xubuntu and kubuntu13:16
camilleqcon2i: what problem are you having exactly?13:16
tuesmufnsubuntu using xfce and kde DEs, respectively13:17
camilleqcon2i: what did you want to fix? is ubuntu not running?13:17
camilleqcon2i: is that an error message?13:17
=== brianl|a is now known as brianl
n2icamilleqco: I have got those error when apt-get upgrade on 10.1013:17
mang0omfg. I get this error when i type in any commands sudo apt: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? jacob@ubuntu:~$13:17
mang0I need to install WINE13:17
mang0fuu13:17
mang0;__;13:18
rileypn2i Have you have installed something that has upset everything?13:18
n2icamilleqco: all messenge has pasted at this link http://paste.ubuntu.com/604412/13:18
camilleqcon2i: i think you obviously need to sort out dependency problems. something must be missing13:18
milen8204Please tell me how to switch off Unity i dont like it, I tried to set classic desktop but now have unity and classic descktop13:18
camilleqcon2i: i looked at that link already13:18
n2icamilleqco: how to do?13:18
mustuhi, how do we install Ubutnu on a flash if we r usign some other linux distro?13:19
bazhangmustu, unetbootin13:19
n2iI dont know how to resolve those depen13:19
AgresiVCan I get some assistance in installing metasploit ?13:20
bazhangmilen8204, choose classic from the login window13:20
milen8204bazhang I did that13:20
bazhangAgresiV, install from where13:20
milen8204bazhang, and now have classic menus and unity menu13:20
vieledwolfwhois <n2i>13:20
n2i:-/13:21
vieledwolfi am sorry13:21
bazhangmilen8204, screenshot please13:21
milen8204anyone knows how to setup the Unity bar ?13:21
n2iUbuntor :D13:21
bazhangvieledwolf, ubuntu support question?13:21
mang0right, how do I install wine?13:21
milen8204bazhang, wait please13:21
bazhangmang0, from the package manager13:21
kyubutsun2i: apt-get install -f13:21
tuesmufnswith the package manager...13:21
mang0idk which one13:21
n2ikyubutsu: I will try it now13:22
=== Guest50795 is now known as sm`
tuesmufnsany13:22
bazhangmang0, synaptic package manager13:22
rookie_123hi all, just installed 11.04 on a lenovo thinkpad l512....no proprietary drivers installed.  Problem is video on websites often displays with a blinking square in them.  Any ideas?13:22
antoine[maison]hi13:22
n2i20 not fully installed or removed.13:22
antoine[maison]hmm, how do I remove the launch bar in 11.04 to get back to 10.x interface ?13:22
antoine[maison]is it even possible ?13:23
bazhang!classic | antoine[maison]13:23
ubottuantoine[maison]: The default interface in Ubuntu 11.04 is !Unity. You can switch back to regular !Gnome by logging out and clicking on your user name, in the Session box at the bottom of the screen select Ubuntu Classic.13:23
antoine[maison]great13:23
tuesmufnsrook: for example?13:23
antoine[maison]thanks I will try this ubottu13:23
rookie_123<antoine[maison]> log out, log back in but choose ubuntu classic at bottom of screen (after you select your name but before entering password)13:23
antoine[maison]ok13:24
bazhangtuesmufns, please use tab complete to highlight the person you are speaking with13:24
antoine[maison]so I have to click on my login, thanks I had not seen this13:24
=== vieledwolf is now known as kevinyoung
tuesmufnsbaz: no tab here13:24
camilleqcon2i: i am researching your problem a bit, but did you already try the forums?13:24
milen8204bazhang, I cant make my PritSc button dont print my screen :D13:24
bazhangtuesmufns, what irc client13:25
Utopiahhi #ubuntu13:25
rookie_123any ideas why I get a square when watching videos in browser on lenovo l512 with 11.04???13:25
tuesmufnsno tab on kbd :p13:25
n2icamilleqco: not yes :(13:25
antoine[maison]back, I tried what you advised me, but when I clicked, there was nothing more displaying13:25
n2iI'm not very well at english13:25
antoine[maison]to change the session type13:25
tuesmufnswhich videos?13:25
rafihello13:25
kyubutsun2i: open synaptic, Edit > Fix Broken Packages13:26
rafii have a question,how can i update my ubuntu software center list of programs?13:26
=== kevinyoung is now known as vieldedwolf
n2ikyubutsu: cannot Apply :(13:26
camilleqcon2i: there was definitely an error in installing fuse-utils and udev13:26
SaMuRaIl13:26
DraZororafi: sudo apt-get update13:26
bazhangrafi, sudo apt-get update  followed by sudo apt-get upgrade13:26
camilleqcon2i: i think you should start there13:27
n2iI have tried dpkg-reconfigure -a13:27
Antwonwhere can I edit ubuntu 11.04 grub menu ?13:27
vieldedwolfhi all13:27
n2iBut if I trying to uninstall udev..13:27
bazhang!grub2 | Antwon please look here13:27
ubottuAntwon please look here: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)13:27
n2iThere is a lot of depen package will be remove13:27
SaMuRaIHola buenas tardes, alguien me puede decir como actualizar de ubuntu 10.4 a 11.4, en el gestor de actualizaciones solo me da la opción para actualizar a 10.1013:28
rafii tried this,but for example,i cant install netbeans 6.9 via ubuntu software center,ther is netbeans 6.8 only!13:28
bazhangSaMuRaI, #ubuntu-es for spanish13:28
=== vieldedwolf is now known as mylove
tjiggi_fo!es | SaMuRaI13:28
ubottuSaMuRaI: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.13:28
tuesmufnsso use 6.813:28
camilleqcon2i: try here - http://www.google.com/url?sa=t&source=web&cd=4&ved=0CCwQFjAD&url=http%3A%2F%2Fubuntuforums.org%2Fshowthread.php%3Ft%3D1142614&rct=j&q=ubuntu%20udev%20%22post-installation%20script%20returned%20error%20exit%20status%201%22&ei=zDrFTdGKN9HAtgfN26mkBA&usg=AFQjCNFyUHzVYWSJMsz9wdvkJWhY22lA8w&cad=rja13:28
bazhang!nickspam > mylove13:28
ubottumylove, please see my private message13:28
brewsterwhat happened to openoffice in natty?13:28
mfpocketsI forget who it was, but someone told me to delete my xorg files and reboot and it would most likely fix my issue.  It got worse.13:29
bazhangbrewster, replaced by libreoffice13:29
tuesmufnslibreoffice13:29
mfpocketsNow i cannot even startx from TTY.13:29
brewsterwhy13:29
tuesmufnsoracle bought13:29
rafiDraZoro:i tried this,but for example,i cant install netbeans 6.9 via ubuntu software center,ther is netbeans 6.8 only!\13:29
RugeQuick poll: Ubuntu 10.10 or 11.0413:29
kyubutsubrewster: base app is still the same13:29
bazhangtuesmufns, please highlight the person you are speaking to13:29
rookie_123tuesmufns on youtube videos etc.13:29
kyubutsuRuge: not here13:29
brewsterdoes libreoffice have the same compatibility with microsoft documents?13:29
bazhangRuge, dont poll here13:29
=== mylove is now known as dafdadagg
Rugesoz13:30
DraZororafi: There might some repos you need to install]13:30
bazhangbrewster, yes13:30
brewsterok13:30
brewsterty :]13:30
bazhangrafi, ubuntu is not a rolling release13:30
tuesmufnsI don't have a tab key (for the second time)13:30
DraZororafi: check synaptic13:30
bazhang!latest > rafi13:30
ubotturafi, please see my private message13:30
bazhangtuesmufns, then type out the nick13:30
n2icamilleqco: there onlu two post in that thread :(13:30
camilleqcon2i: also see here http://is.gd/wUwYYs13:30
tuesmufnstakes too long, and can't see nicks when typing13:31
rafiubottu:ok my friend but how can i that?13:31
ubottuError: I am only a bot, please don't think I'm intelligent :)13:31
bazhangrafi, there wont be a newer version like that13:31
RugeBtw, can you install Windows after you install Ubuntu then get Ubuntu to make the bootloader? Or should I install Win first?13:31
GneaRuge: sure13:31
rafiubottu:tnx my friend13:31
ubottuError: I am only a bot, please don't think I'm intelligent :)13:31
bazhangRuge, either way works preferably windows first13:31
tuesmufnseither13:31
SaMuRaIHello good evening, Im trying to update ubuntu 10.04 to ubuntu 11.04, but in the update manager only give me the option to update to 10.10. Wath can i do.13:31
RugeThanks, going to try that now :)13:32
rookie_123Ruge, i would install windows first and update it fully....then install ubuntu13:32
bazhangSaMuRaI, thats the upgrade path13:32
SaMuRaIyes13:32
bazhangSaMuRaI, so first 10.1013:32
GneaSaMuRaI: update to 10.10, then to 11.0413:32
rookie_123<SaMuRaI> fresh install would be best13:32
SaMuRaIreally? ok13:32
=== sony is now known as Guest82658
GneaSaMuRaI: yes, it's the traditonal method13:33
kyubutsuRuge: in a dual boot scenario the ideal course of action is to install windows first13:33
rookie_123<SaMuRaI> might save you some headaches down the road....13:33
n2iHey guys!13:33
n2iYour problem seems to be same as mine... All i did after connecting my ubuntu with the internet is open synaptical package manager and reload or update the database for updates available...!! All the best! This is the way i solved my problem... Hope this works for you too...!!13:33
n2iI will try it :D13:33
FloodBot1n2i: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.13:33
tuesmufnsbut second is no big deal13:33
SaMuRaIok thank you berry much all to you people13:33
Utopiahso I just plugged an old Canon i550 printer but lsusb doesnt show anything13:33
mgjIn Gparted, im moving a 500gb partition, shrinking it, and giving the free space to another partition. Any idea how long these actions will take? No estimation from within gparted :(13:33
Gnearookie_123, SaMuRaI: shouldn't be any headaches as long as a full update/upgrade is done to the current 10.04 before pressing the 'upgrade distro' button13:34
bazhangUtopiah, check linuxprinting.org for that printer13:34
Secluded1is there a way, aside from reformatting, to downgrade from 10.10 to 10.04?13:34
bazhangSecluded1, have a separate home?13:34
AlphaYou must reformat. It is the only way to downgrade.13:34
ivan_how can put in performance mode my laptop , because i dont know use cpufreq applet in Natty :(13:34
rookie_123no ideas on square diplaying when watching vides in browser?  and Gnea....you may be right....but my own past experience whispers "Fresh Install, Fresh Install"13:34
tuesmufnswhat's wrong with .10?13:35
Secluded1@bazhang, yes, home is on a separate partition13:35
milen8204bazhang, http://imageshack.us/photo/my-images/821/workspace1002o.png/13:35
bazhang!who | tuesmufns13:35
ubottutuesmufns: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)13:35
bazhangSecluded1, then install over the old and keep /home intact13:35
milen8204bazhang, http://imageshack.us/photo/my-images/821/workspace1002o.png/  it is my mix between Unity and classic desktop :D13:35
Secluded1thanks13:35
tuesmufnsbazhang: I cannot tab complete without a tab key or the ability to see nicks while typing, okay idiot?13:36
bazhangtuesmufns, lose the attitude13:36
Utopiahbazhang: thanks but even before looking for a driver support, it has to be physically visible on the USB bus anyway no?13:36
rookie_123bazhang, if you have home on a separate partition and you install 11.04 in a separate partition (overwrite older ubuntu already there) anything specific to watch for?13:36
tuesmufnsbazhang: grow a fucking brain13:37
RugeLOL13:37
rileypmfpockets move you old one back or sudo nvidia-xconfig to make a new one13:37
kyubutsutuesmufns: inapropriate13:37
n2iAny way, thanks all for help! bye bye! :D13:38
bazhangrookie_123, not really13:38
beharbunjakuhi! how do I use gnome-terminal as default for code::blocks and not xterm ?13:38
bazhangUtopiah, I'd check the linuxprinting.org site first13:38
ivan_how i caan put my laptop in performance mode in Natty ?13:39
Utopiahdamned, it seems to be a flawed USB port, I plugged it on another and CUPS interface showed up, sorry for the trouble13:39
AlphaTraditional GNOME Applets do not work in Unity.13:39
mang0uuuuh13:39
kyubutsuivan_: System Settings / Power Management might have option for it13:40
omega__hello, im new to ubuntu13:40
mang0I'm trying to open the package manager, and I get this error: Unable to get exclusive lock  This usually means that another package management application (like apt-get or aptitude) is already running.  Please close that application first.13:40
zghaiaThere is tool for setting proxy in Ubuntu.But I ofen need to switch  the proxy from one to another.Is there a way that let me switch the proxy without iputting admin password.13:40
mang0what is it?!13:40
AlphaTry restarting the PC.13:40
Utopiahthanks bazhang13:40
omega__was wondering if i could set short cuts on the background13:40
AlphaCheck automatic updates aren't in progress.13:40
bercik_Guys, i have got a problem with blueman. When i start it it says, bluez is not running, but i have not such a service. I have bluez package installed.13:41
bazhangmang0, you have more than one instance of apt running?13:41
mang0no13:41
rookie_123bazhang, im having a flashing square show up on videos in browser when playing back (sometimes yes, othertimes no) using lenovo l512 and 11.04 any ideas?13:41
mang0bazhang, I don't think so13:41
omega__any1?13:41
ivan_kyubutse ,i try it but dont apear this option :(13:41
mang0I don't have terminal open13:41
mang0only my browser13:41
bazhangmang0, check in terminal: type top13:41
damianrookie_123: its a known flash problem, use a different browser other than firefox13:42
omega__i need help...13:42
rookie_123youtube videos are okay, just some flash ones13:42
rookie_123damian you recommend chrome?13:42
bazhangrookie_123, with compiz or not13:42
ivan_i try it typing in terminal " cpufreq -info "13:42
rookie_123bazhang, let me turn compiz off and see13:42
damianrookie_123: i have it on blogtv I'm using rekonq now without problem, because chrome has the spacebar problem if your chatting as well in flash app13:42
omega__can someone please help me?13:43
AzoteLogiko /join #ubuntu-es13:43
bazhangomega__, with what13:43
xiaotangd13:43
damianbug 75569813:43
ubottuLaunchpad bug 755698 in flashplugin-nonfree (Ubuntu) "I'm having graphical problems using the flash plugin in natty (dup-of: 761074)" [Undecided,Confirmed] https://launchpad.net/bugs/75569813:43
ubottuLaunchpad bug 761074 in flashplugin-nonfree (Ubuntu) "flashplugin-nonfree draws white rectangles" [Undecided,Confirmed] https://launchpad.net/bugs/76107413:43
sagacihow to update-grub from livecd ?13:43
xiaotang有人么13:43
milen8204bazhang, did you see the screenshot13:43
xiaotang。。。13:43
FloodBot1xiaotang: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.13:43
=== dragonkeeper__ is now known as DragonKeeper
bazhang!cn | xiaotang13:44
ubottuxiaotang: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn、/join #ubuntu-tw 或 /join #ubuntu-hk。13:44
omega__bazhang i wanted to know if its possible to have backgrnd short cuts13:44
AlphaOpen Terminal > sudo update-grub /dev/sda.13:44
sagaciAlpha: will that work?13:44
bazhangmilen8204, looks like you have some kind of dock on the right side13:44
AlphaIt should do. What are you trying to achieve?13:44
sagaciAlpha: don't i have to chroot, etc13:44
Alphachroot is not needed.13:45
AlphaHopefully.13:45
omega__bazhang?13:45
milen8204bazhang, yes and on the bottom I have standart gnome-uplet and Uniti uplet on the right13:45
sagacii accidently booted into a recovery partition for windows 7, didn't do anything, just exited and rebooted but it hung on bios startup, i killed it and rebooted and got a grub rescue13:45
zghaiaThere is tool for setting proxy in Ubuntu.But I ofen need to switch  the proxy from one to another.Is there a way that let me switch the proxy without iputting admin password.13:45
bazhangmilen8204, thats odd, did you install the gnome3 PPA?13:46
AlphaUpdate GRUB. It should detect both Operating Systems.13:46
milen8204i think not13:46
omega__does anyone know?13:46
kyubutsusagaci: you might need to reinstall grub13:46
bazhangmilen8204, please paste.ubuntu.com the contents of /etc/apt/sources.list and sources.list.d13:47
sagacikyubutsu: do you think I should try update-grub to see if that magically works13:47
milen8204bazhang, ok13:47
omega__bazhang:?13:48
bazhangomega__, shortcut to what?13:48
zghaiasagaci: I think kyubutsu is right.You just need to reinstall grub by using liveCD of Ubuntu.13:48
omega__anything13:48
mang0bazhang: sorry13:48
sagacizghaia: i'm on a liveCD/usb13:48
mang0I can't see any apt stuff when i type "Top"13:48
kyubutsusagaci: the computer in question must be already online for that command to work13:48
mang0>.>13:49
mang0<.<13:49
sagacikyubutsu: i'm on that computer :-)13:49
omega__like shortcut to firefox ect13:49
omega__i dont like the dock13:49
mang0bazhang? ;__;13:49
bazhangmang0, what does sudo apt-get update return (paste.ubuntu.com with the results)13:49
mang0let me check13:49
mang0hm13:50
kyubutsusagaci: execute13:50
milen8204bazhang, http://paste.ubuntu.com/604434/ for list13:50
mang0bazhang, a huge list13:50
mang0ah!13:50
mang0E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?13:50
mang0:/13:50
FloodBot1mang0: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.13:50
mang0o.O13:50
sagacimang0: have synaptic or software center open?13:50
candreasagaci, updating grub without chroot should work, however I personally recommend you to use chroot, so that you'll be using your system's settings13:50
mang0sagaci No I don't...13:51
mang0hm, maybe I do accidentally on a dif workspace13:51
omega__sudo apt-get install grub13:51
mkanyicydoes empathy has skype support?13:51
mang0what is the cmd to change workspace?13:51
mang0mkanyicy: no.13:51
eiriksvinhello, i'm having some issues, how do i find clean Tor programs for Ubuntu?13:51
mkanyicymang0: thnaks13:51
bazhangmilen8204, and sources.list.d please13:51
sagacicandrea: so you reckon sudo update-grub > /dev/sda13:51
quickto change workspace press alt+ctrl+<cursor keys>13:51
mang0ah13:52
mang0thanks13:52
milen8204bazhang, ok http://paste.ubuntu.com/604435/13:52
omega__eiriksvin: ur not gonna get any help ive been sitting here for 10 mins13:52
quick@<man0> ---->>>  :::    to change workspace press alt+ctrl+<cursor keys>13:52
candreasagaci, no, I actually recommend you to chroot first13:52
ivan_how i can change governor mode to perfomance in terminal ?13:52
milen8204bazhang, in the folder was only medibuntu and that it contains13:52
candreasagaci, also note: IIRC grub 2 is now the default in ubuntu13:52
bazhangmilen8204, no idea how you got that odd mix; are you sure you chose classic from the login menu?13:53
mang0bazhang: I don't have package manager or anything open13:53
lj_Hey, I am  trying to transfer some files from windows to ubuntu via network. But I keep getting "Invalid argument", any ideas?13:53
mang0:/13:53
sagacicandrea: should I follow https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows13:53
eiriksvinwhats your question, you gotta just ask it again, i have sat here for three days until the right person is here before:)13:53
milen8204bazhang, yes 100%13:53
anasshello, my friend in lybia hasn't internet except wireless, he has windows 7 and wireless working very good, but in ubuntu 10.10 he can't install wireless driver because no internet except wireless, how can I help him?13:53
zteameiriksvin: just run sudo apt-get install tork13:53
milen8204bazhang, I tried to configure  tescktop cube and so on13:54
mang0its very annoying, I need to have wine.13:54
mang0:/13:54
candreasagaci, yes, that page seems clear and updated; if you need any help with it, just ask :)13:54
eiriksvinoh, thats sweet:) i didn't know about tork, is Tor getting bigger now?13:54
milen8204bazhang, may that cause the problems ?13:54
bazhangmang0, you clearly have another instance running, or did not use sudo apt-get install wine (did not use sudo)13:54
omega__is there an ubuntu help channel?13:54
anasscan I download the driver package and its depencies and install it without internet!13:54
damianeiriksvin: you never put tor in the software centre app ?13:55
sagacicandrea: thanks, i've always just reinstalled but this system has fairly tweaked settings that I don't want to redo13:55
mang0bazhang how do I kill it then?13:55
bazhanganass, what driver package13:55
mang0i tried killall -w aptget13:55
lj_transferring  files from windows to ubuntu using network. I get "Invalid argument" anybody can help?13:55
bazhangmang0, you let it finish13:55
mang0no process found.13:55
eiriksvinomega_ whats your question?13:55
mang0O.o13:55
anassbazhang: I said: wireless driver13:55
mang0but I can't even see it!13:55
omega__can i put shortcuts on dezktop13:55
quick<anass > download the source files and mail them13:55
damianlj_: using what scp or samba or other ?13:55
mang0what if it is asking for like, a Y/N or something. it would never stop!13:55
zteammang0: so what does it say if you try to run sudo apt-get install wine from a terminal then?13:55
lj_samba13:56
anassbazhang: my friend in lybia hasn't internet except wireless, he has windows 7 and wireless working very good, but in ubuntu 10.10 he can't install wireless driver because no internet except wireless, how can I help him?13:56
lj_damian,13:56
mang0jacob@ubuntu:~$ sudo apt-get install wine E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?13:56
mang0zteam^13:56
lj_damian,  am using samba13:56
eiriksvindamian doh! i didn't even think of that:)13:56
candreasagaci, restoring grub in the mbr is a pretty trivial thing, so don't bother reinstalling the whole system ;)13:56
damianlj_: the source filename is legal etc?  I tend to transfer from window to ubuntu using winscp just prefer it13:57
MaRk-Ianass: you need to find out what wireless chipset is using and d/l the drivers for it, it would be easier if he can get connected by ethernet and just run updates13:57
ivan_anybody know select performance mode in my laptop wih Natty :(?13:57
zteammang0: you have the update-manager running?13:57
damianespecially if its a one-off migration or backup13:57
mang0bazhang: even in system moniter there is no apt process...13:57
mang0zteam I have nothing running (that I know of) other then browser and system manager13:57
eiriksvin<omega__>yes, just drag one from the tast bar, strait out... after you have run the program:)13:57
Gneaanass: he should be able to download the .deb files to win7, then access them on the win7 partition when booted into ubuntu13:57
anassMaRk-I: I know, I red this article: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#STA%20-%20No%20Internet%20access13:58
lj_well, its a .001, .002 ...I split the zip files to get the file size smaller. the .001 - 3 tranferred but not .00413:58
Da|Mummyhow can i fix a ntfs filesystem on one of my internal drives? i homehow damaged it13:58
zteammang0: system mananger?13:58
zteamyou mean like Synaptic package manager?13:58
anassGnea: OK, how? https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#STA%20-%20No%20Internet%20access13:58
mang0system>administration>system mangager13:58
MaRk-Ianass: then read the article, it explains how to install the drivers without internet13:58
mang0its like task manager13:58
Gneaanass: uhm, just like I said...13:58
mang0I can see my processes...no, not the package mangager13:58
mang0manager*13:58
omega__ntfs fix can be a big problem13:59
raven_EXIF script need a command to display exif time dates with parsable values for example only year, only month, only hour ....13:59
anassMaRk-I, Gnea: I red it, but it depends on Ubuntu Install media in another Computer, he has one laptop!13:59
sagacicandrea: but my ubuntu partition /dev/sda6 isn't showing up under fdisk -l13:59
Gneaanass: step 1) go to website in win7, step 2) download the .deb file(s), step 3) save them somewhere easy, like c:\downloads\, step 4) reboot to ubuntu, step 5) access the files, like /media/win7/downloads/, step 6) install them14:00
milen8204bazhang, I fixed the things :D14:00
bazhangmilen8204, how?14:00
Sidewinder1Da|Mummy, Although I hate to suggest it, you may have to do the repair within Windoze.14:00
Gneaanass: no, it does not! it can be dual-booted14:00
milen8204bazhang, just disable the cube14:00
milen8204bazhang, :D14:00
candreasagaci, are you running "sudo fdisk -l" or just "fdisk -l"?14:00
Da|Mummythats a bad bad advice!14:00
anassGnea: OK, how can I collect the depencies?14:00
zteamokey.... that's Really strange, but from the task manager select Monitor find open files14:00
sagacicandrea: sudo fdisk -l14:00
bazhangmilen8204, okay, good news. perhaps try #compiz to get it going again14:00
MaRk-Ianass: read again, it says from the CD14:01
kyubutsuDa|Mummy: channel ##windows might be more appropriate for your issue14:01
Gneaanass: well which file does he need, exactly?14:01
Sidewinder1Da|Mummy, It's worth exactly what I charge for it. :-)14:01
milen8204bazhang, ok thanks14:01
candreasagaci, could you please paste the whole output on paste.ubuntu.com?14:01
anassGnea: this file: http://eg.archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/14:01
zteammang0: okey.... that's Really strange, but from the task manager choose monitor -> search for open files14:01
Da|Mummykyubutsu, i dont have win installed on here though14:02
anassGnea: in this folder, there are .deb file for many archs!14:02
mang0okay.....then what zteam? search for apt? done, no result14:02
Da|Mummyi know i can easily chdsk on windows, but problem is, i dont have windows on here anymore14:02
Gneaanass: only 2, actually. the trick is to getting the newest .deb file14:02
anassGnea: I know, but how can I collect the depencies?14:03
zteammang0: then type in /var/lib/dpkg/lock14:03
mang0kk14:03
kyubutsuDa|Mummy: fixing ntfs is out of the scope of this channel14:03
Sidewinder1+114:03
anassGnea: I'll download this package: http://eg.archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_5.100.82.38+bdcom-0ubuntu3_i386.deb then ?14:03
mang0zteam: 0 results14:03
GneaDa|Mummy: the ntfsfix command should do it14:04
zteammang0: that's really strange....14:04
Da|Mummytheres a ntfsfix command? :|14:04
zteammang0: try to reboot your computer14:04
bazhangDa|Mummy, that wont do it, really14:04
Gneaanass: as long as he doesn't have a 64bit installed, that should work... and it's a source package, so no dependencies other than to have a build environment setup14:04
mang0zteam, I've found a couple of things on the net to fix it. If they don't work then i will reboot14:05
bazhang!aptfix14:05
ubottuIf an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a »14:05
bazhangmang0, ^14:05
mang0aha!14:05
Gneaanass: I just installed it and it didn't complain about dependencies14:05
jihedamineHi, I have an Intel Mobile 4 Series Chipset Integrated Graphics Controller (rev 09). When booting 11.04 I get a blank screen with very low brightness (happens with the new kernel versions) Is there any fix ?14:05
miceikenHow do I remove a broken package installed with apt-get?14:05
anassGnea: It has no depencies?14:06
anassGnea: I'll tell him now14:06
Gneaanass: not directly14:06
zzecoolthere is a fix broken packages " thing in synaptics14:06
Gneaanass: but he will need to be able to type 'make'14:06
zteammiceiken: easily, just run sudo apt-get install -f14:06
mang0bazhang you are a bloody genius14:06
mang0thanks14:06
mang0lol, that bot knows everything14:06
anassGnea: so he must install "build-essintials"!14:06
mang0zteam, thanks for your help :)14:06
Gneaanass: correct!14:06
miceikenhuh zteam? I want to remove it14:07
Gneaanass: it's actually 'build-essential', there is no 's' at the end14:07
bazhangmiceiken, need to repair it first14:07
zzecoolmiceiken, first install it properly and the remove it14:07
DirtyDawg i have to say, i think Unity is awful and a bad move14:07
zteammiceiken: Well you could just run sudo apt-get remove -f, too i gues14:07
mang0right, wine time14:07
miceikenokay. so sudo apt-get install -f mysql-server-5.1?14:07
mang0should I install wine with apt-get, or with package manager?14:08
anassGnea: oh my god! how  can he install it without internet? it's a defficult mission!14:08
bazhangDirtyDawg, then use classic14:08
DirtyDawgi do14:08
bazhangmang0, either one14:08
abhinav_singhhow to change directory to trash using command line14:08
bazhangDirtyDawg, complaints are not for here14:08
zteammiceiken: but usually that command chooses the best solution14:08
mang0what are the advantages/disadvantages/point in having both?14:08
bazhangfile a wishlist bug if you so choose DirtyDawg14:08
bazhangmang0, personal preference really14:08
miceikenzteam: the problem remains tho, it's getting stuck at "Setting up mysql-server-5.1 (5.1.54-1ubuntu4) ...", and it stays there for 5 minutes14:08
Gneaanass: he'll need to type it, find out what dependencies it needs, then make a list and download them via windows14:09
IszakIs there an easy way to back-up ubuntu and all installed programs, or atleast a list of all installed programs so I can easily install them all later?14:09
miceikenzteam: http://pastebin.com/0iSMfvnd14:09
mang0k14:09
BluesKaj'Morning all14:09
bazhang!clone | Iszak14:09
ubottuIszak: To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude  --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » - See also !automate14:09
Gneaanass: once they're in a folder, he can install them via `dpkg -i file.deb`14:09
jihedamineHi, I have an Intel Mobile 4 Series Chipset Integrated Graphics Controller (rev 09). When booting 11.04 I get a blank screen with very low brightness (happens with the new kernel versions) Is there any fix ?14:09
mang0argh, package manager looks confusing. I'm gonna use apt-get lol14:10
anassOK, dpkg will see the depencies in the folder?14:10
anassGnea: OK, dpkg will see the depencies in the folder?14:10
freax---hi, why i don't have "Interface Preferences" tab in "System >>> Preferences >>> Appearance" !?14:10
freax---i just installed ubuntu natty14:10
Gneaanass: no, each one will have to be installed one at a time14:10
Iszak!automate | Iszak14:10
ubottuIszak, please see my private message14:10
Andy80is anyone else having problem with Dropbox indicator icon and Natty? I've exactly this problem http://askubuntu.com/questions/37584/dropbox-gone-from-indicator-area-after-upgrade-to-11-04 but the proposed solution doesn't work for me. Any other idea?14:10
Gneaanass: dependencies installed first, each, then install the rest14:10
jaeshi, i'm trying to mount an nfs share over an ipv6 scope link addresse, and I'm dramatically failing14:11
mang0bbl14:11
Gneaanass: yes, it's a lengthy process, but it works14:11
anassGnea: Can he use this command: "dpkg -i *'?14:11
miceiken!seen edbian14:11
ubottuI have no seen command14:11
Gneaanass: no14:11
zteammiceiken: okey, read the docs then :)14:11
zteammiceiken: I have no clue on that one14:11
jaesdo you know if the nfs client on natty handle ipv6 ? or is that my config which is wrong14:11
anassGnea: OK, I'll tell him, thank you for your help, and for your patience :)14:12
miceikenzteam: well for now, I can't because it's stuck on installing. and last time I cancelled it, the package was corrupted, hence why I need to uninstall it now :)14:12
Gneaanass: could try this:  find . -name "*.deb" -exec sudo dpkg -i {} \;14:12
Gneaanass: he might have to run that a few times14:12
penguin42jaes: I don't honestly know, but I'd try using showmount -e and rpcinfo to see if you can see the server with an IPv6 address14:12
anassGnea: OK, thank you :)14:13
Gneaanass: cheers, and good luck :)14:13
zteammiceiken: as I said before, run sudo apt-get install -f and it should take care of that automatically14:13
miceikenzteam: that's what I'm doing now14:13
stevHi, is there a way to merge the window titlebar and the top panel when running ubuntu classic? What i want is something similar to the default Unity desktop but without the left dock and with the classic window switcher on the bottom panel14:14
jaes@penguin42: i'm gonna look this way, thanks for the pointers14:14
zteammiceiken: do you get any interesting output from it?`:-)14:14
miceiken"Setting up mysql-server-5.1 (5.1.54-1ubuntu4) ..." - been stuck on this for the past 5 minutes14:15
miceikenI can't ctrl+c either14:15
MonkeyDuststev: it's called global menu, install it, logout / in and it's ready14:15
snooflecakehow many people here play world of warcraft with the current version14:15
bazhang!ot | snooflecake14:15
ubottusnooflecake: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!14:15
snooflecakeok bazhang thanks14:15
stevMonkeyDust, does it merge the titlebar with the close,minimize,maximize buttons? Or it's just the menu bar thing?14:16
RB_hi14:17
MonkeyDuststev: merge14:17
freax---anyone can help ?14:17
miceikenzteam: so just "sudo apt-get install -f" no mysql-server-5.1 after?14:17
Secluded1is the "window" menubar in global menu fixed?14:17
MonkeyDust!ask| freax---14:17
ubottufreax---: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)14:17
stevMonkeyDust, ty!!14:18
=== krabbe is now known as Krabbe
MonkeyDustglad to help, stev14:18
freax---i just asked but no replies14:18
freax---why i don't have "Interface Preferences" tab in "System >>> Preferences >>> Appearance" !?14:19
Ian_CorneAnyone know if there's a launchpad bug yet with the wireless hardware button problem?14:19
RB_i have a problem  (at start up Ubuntu logo is not showing correctly )14:19
=== debian is now known as Guest33018
Ian_Corneanyone know what the name of the alt+f2 launhcer is for gnome2?14:19
stevMonkeyDust, just one more thing? Is there a package in the official repos? Can't seem to fined one with "sudo apt-cache search globalmenu"14:20
zteammiceiken: Well, sudo apt-get install -f just corrects the state of package manager, sometimes it's delet's the offending package, somethimes it chooeses another way, any way, even it don't delete that package, you can easily do it yourself as soon as apt is done14:20
zteam:)14:20
powerjeI just upgraded Ubuntu and when I log in my desktop is frozen, if I click on Chrome though I see when I ssh in and check top it is running, and when I kill compiz through my ssh session I can interact with Chrome14:20
powerjebut I'm not sure how to fix it from freezing whenever I log in14:21
miceikenzteam: I tried, it changes no packages14:21
oscoderwow,so many people in this group!14:21
=== JEEBcz is now known as JEEB
zteammiceiken: okey, well lets try to run sudo apt-get check and see what it says14:22
miceikenzteam: I just did "sudo tasksel remove lamp-server", it seems like it remove mysql-server-5.1 pretty good, so now I will install everything from scratch with apt-get14:22
zteamokey14:23
zteambut a hint is to use aptitude instead14:23
zteamit's even better than apt14:23
miceikenzteam: I thought it was the same thing, and also, now it's stuck again...14:24
=== eugen_ is now known as Guest35762
Donkeyhello People of the world !14:24
Donkeyi have a quick Q today !14:24
powerjeNo one else complaining of a frozen desktop after upgrading to the latest version?14:24
Donkeyim looking for a download manager that can delay downloads to an appropriate time, ie: 1 AM to 8 AM14:25
zteammiceiken: nope, it is not it's a improved version of APT14:25
miceikenzteam: oh okay, anyway, what do you suggest I do now that it's stuck again and install -f didn't work? the sudo apt-get check?14:25
dredhammerDoes anyone know how to reset the gnome-terminal color scheme? for some reason i have lost the colored text that told you what was a file type or directory they all display in one uniform color now14:25
zteammiceiken: but it isn't installed by default14:25
daddyhave to install drivers for wireless card at each boot manually.Is this a normal behavioure?14:26
Donkeypowerje : didnt have such problems, maybe check your graphic card drivers or use the basics one if you already use the "good" one14:26
zteamtry to use sudo aptitude remove -f then?14:26
powerjeDonkey: would that be in my xorg.conf or something?14:26
=== Guest35762 is now known as hrisolit
Donkeymines in the system\admin menue14:27
powerjeyeah I can't access anything14:27
powerjeit's just frozen14:27
rileypdonkey use cron14:27
powerjebut I can ssh in14:27
rileypto turn your dl engine on and off14:28
Donkeyi dont know the long way powerje, sorry14:28
powerjeno problem14:28
Donkeyrileyp is cron a download manager or ?14:28
RB_i m using 11.04 and having a problem at startup screen where ubuntu loading ....14:28
Donkeyits a schedule manager14:28
Donkeyalright14:28
zteammiceiken: if that ain't working try sudo dpkg -P name-of-mysql-package14:28
hrisolitHelo, i have 11.04 on amilo PI3625 i cant use usb wireless adaptor TP-Link  TL-wn727n "wireless is disabled by hardaware" i cannot enable by switch or key combination, it works on windows and MInt 9, without hardware switch, any healp?14:29
redhrisolit: try putting your laptop into sleep14:29
miceikenzteam: after the check I got this: "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem." probably because I killed the process14:29
Donkeyi was hoping for a all in one package.14:29
redand then back on14:29
reisiohrisolit: or check the driver mint 9 uses14:29
redhrisolit: just a long shot, but for my amilo work laptop, every time the machine reboots the wireless is disabled14:30
reduntil I sleep the machine once14:30
BlouBlouRB_: screen shuts down and it turns on again in login screen?14:30
zteammiceiken: okey, try that then :-)14:30
redsame thing happends if I put it to sleep\hibernate, will have to do it again afterwards14:30
miceikenzteam: starts to install the mysql server again, into a new deadlock14:31
=== jiayu is now known as A_xin
EDinNY1how can I get the old Gnome in Natty?14:31
BlouBlou!classic | EDinNY114:32
ubottuEDinNY1: The default interface in Ubuntu 11.04 is !Unity. You can switch back to regular !Gnome by logging out and clicking on your user name, in the Session box at the bottom of the screen select Ubuntu Classic.14:32
dredhammerDoes anyone know how to reset the gnome-terminal color scheme? for some reason i have lost the colored text that told you what was a file type or directory they all display in one uniform color now14:32
Buuntucan someone help me with a little problem?  I can't see the windows buttons on the top of every window on 11.0414:32
powerjeIs there a file I can edit to make the login screen show up when I start up? Maybe if I could select classic my system wouldn't be frozen - right now I just have it log right in14:32
MonkeyDustBuuntu: select Ubuntu Classic, No effects14:33
BlouBlou!pm | RB_14:33
ubottuRB_: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first.14:33
BuuntuMonkeyDust, thanks I'll go try that14:33
reisiopowerje: gdm2setup ?14:33
MonkeyDustBuuntu: another way is by adding Metacity to your startup applications14:33
zteammiceiken: try to remove it manually with sudo dpkg -r packagename14:34
powerjeI can't open any gui application reisio :(14:34
lj_is there anything better then samba for transferring files via lan? I keep getting invalid arg. unless I split the files into smaller sizes14:34
reisiopowerje: why not?14:34
powerjeIt's frozen14:34
zteammiceiken: replace packagename with the name of the mysql-package14:34
powerjeThis is the problem I'm trying to fix14:34
miceikenzteam: that workes14:34
reisiolj_: cifs, scp, rsync14:34
zteammiceiken: ;-)14:35
powerjeI just did dist-upgrade, and when I re-started I couldn't do anything - pointing and clicking had no affect14:35
powerjebut I have ssh'd into my machine from another and am trying to fix it14:35
stevMonkeyDust, just one more thing? Is there a package in the official repos? Can't seem to fined one with "sudo apt-cache search globalmenu". Aren't we talking of the indicator-appmen applet right?14:35
rileypDonkey, http://forums.overclockers.com.au/showthread.php?t=86449014:36
BuuntuMonkeyDust, thanks that worked great14:36
MonkeyDustBuuntu: another way is by adding Metacity to your startup applications14:36
rileypDonkey,  its easy enough14:36
BuuntuMonkeyDust, well 'metacity --replace' works but the command just freezes14:37
Donkeyi love you rileyp14:38
BuuntuMonkeyDust, i mean i guess i could just set to run that in th background at startup but i thought there'd be a better way14:38
Donkeythanks !14:38
MonkeyDuststev: http://code.google.com/p/gnome2-globalmenu/wiki/Installation14:39
=== RB_ is now known as shgr8rb
gsrI have updated from 10.10 to 11.04, and am using Unity.  (intel i7 core, ati radeon non-free drivers).  Since the update, I've experienced a strange problem where the "focused" window gets stuck focused.  I cant move it, or escape to anther window.  Anyone else experienced it?14:42
bazhanggsr, yep. what theme do you have installed14:42
gsrdefault theme14:43
bazhanggsr, okay, not sure then, this seems to affect unity-2d as well14:43
gsrbazhang: I'll check, just a sec14:43
EricAndrewsI have a question. I am wondering how to change my primary monitor in ubuntu?14:43
reisioEricAndrews: what graphics driver are you  using?14:44
pankaj_sharmawhy firefox 4 freezes in ubuntu 10.04?14:44
EricAndrewsreisio it is onboard graphics...14:44
bazhangpankaj_sharma, installed how?14:44
edwardthefmahello all14:44
reisiohi14:44
ardhthi all14:44
EricAndrewsresio Is there a way to change it in the UI or is there a terminal command I can use?14:45
ardhti am on natty, and observing banshee not using overlay scrollbar14:45
reisioI'm not sure how you'd do it from GNOME, but you could probably use xrandr or something like that, or a modified xorg.conf14:45
pankaj_sharmawhy firefox 4 freezes in ubuntu 10.04?14:45
ardhtcan anyone confirm this?14:45
bazhangardht, in unity?14:45
reisiopankaj_sharma: run it from a terminal and look at the output14:46
thegoodcushionHi everyone.  On Ubuntu 10.04 running on the metal, I can't play youtube videos.  I appear to have a Flash player (but not the Adobe one).  Is that normal?  Do I need to install the Adobe one?14:46
bazhangpankaj_sharma, installed how14:46
edwardthefmaany 1 use Compiz Cube14:46
EricAndrewsok thanks14:46
EricAndrewsill try it14:46
reisiothegoodcushion: you'll probably want to install the adobe one14:46
ardhtyes14:46
reisiothegoodcushion: https://help.ubuntu.com/community/RestrictedFormats/Flash14:46
ardht@bazhang yes14:46
reisioedwardthefma: taking a poll?14:46
* edwardthefma is having this error with Compiz Cube 14:46
bazhangardht, many apps now have their menus on the very top panel, a mouse over will reveal them14:47
thegoodcushionreisio: so is the FOSS one known to be a bit crap?14:47
edwardthefmaThere has been (at least) one error detected with your setup:14:47
edwardthefma Error: Software Rasterizer in use14:47
reisiothegoodcushion: free implementations of proprietary technology are usually lagging behind at all times14:47
bazhangedwardthefma, try #compiz14:47
reisiothegoodcushion: or put another way: organizations are constantly updating their proprietary technology to make it hard for other implementations to compete14:47
rileypDonkey no worries14:47
reisiognash isn't a bit crap, it's just Adobe knows ahead of time what they're going to add to Flash14:48
thegoodcushionreisio: I installed flashplugin-installer, which was successful, and now nothing's happening14:48
freax---hi, i just installed ubuntu natty and i'm using ubuntu classic, in "help and support" under "Desktop User Guide » Configuring Your Desktop » Look and Feel » Appearance Preferences" it shows 4 tabs of appearance preferences (1-Theme Preferences, 2-Desktop Background Preferences, 3-Font Preferences, 4-Interface Preferences) but in fact i don't have "Interface Preferences" tab in "System >>> Preferences >>> Appearance", anyone can help plz !?14:48
reisiothegoodcushion: might be all, restart browser14:48
reisiothegoodcushion: check about:plugins14:49
bazhangfreax---, let me check mine, just a moment14:49
reisiofreax---: help you accomplish what, exactly?14:49
thegoodcushionreisio: it says libflashplayer.so Version: Shockwave Flash 10.2 r15914:49
bazhangfreax---, nope, only three tabs14:50
RB_flash plug-in is can't installed on google chrom14:50
reisiothegoodcushion: okay, try the Flash that wasn't working now14:50
PermaIs it possible to install 3'rd party drivers in GUI (11.04)?14:50
thegoodcushionok great reisio14:50
RB_what should i have to do ?14:50
reisioPerma: sometimes, depends14:50
reisioRB_: http://www.google.com/search?q=flash%20chromium%20site%3Aubuntuforums.org14:50
PermaI have an Asus EEE PC that I would like to have graphics driver for14:51
freax---bazhang, ok so is there any way to fix that or to get into "interface preferences" ?14:51
Konsinatorhello can anybody help me with ubuntu 11.04 ? I have a problem with my update-manager. If I want to update I get this message:14:51
KonsinatorEncountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_natty_main_binary-amd64_Packages14:51
reisioPerma: which model?14:51
Perma1000HE14:51
bazhangfreax---, looks like the guide is wrong, as neither of us have it; what did you need to do in that tab, btw14:51
ardhtbazhang i am not talking about the global menu. i am referring to overlay scrollbar14:52
reisioPerma: should be i91514:52
freax---bazhang, i don't think so coz this is the only guide for ubuntu classic14:52
reisioPerma: does Ubuntu not configure it automagickally?14:52
freax---bazhang, i'm not into ubuntu unity guide14:53
GlycanHello.14:53
bazhangardht, not certain what you mean by the "overlay scrollbar" the bar on the right of windows? in some apps , its just a colored line with arrows once you get close t o it14:53
reisioGlycan: hi14:53
GlycanHow do I check that I got the right iso?14:53
Nashenas88I'm trying to remember how to update which server I download system updates from, but I can't remember what the old menu option was. Does anyone know what I'm talking about?14:53
GlycanE.g. md5 thingys.14:53
teagehow do you save yer session when in a live cd . Like you would if you where using puppy linux I guess.14:53
Konsinatorhello can anybody help me with ubuntu 11.04 ? I have a problem with my update-manager. If I want to update I get this message: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_natty_main_binary-amd64_Packages14:53
maninderk14:53
PermaIt did so in the last version, but as I understand it Natty does only use the open drivers14:54
bazhangfreax---, yes, what did you need the 4th tab for? I dont have it either in classic14:54
reisioteage: you don't, ordinarily14:54
ardhtcan anyone confirm that banshee still is blacklisted for the overlay scrollbar?14:54
bazhang!md5 | Glycan did you mean this?14:54
ubottuGlycan did you mean this?: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows14:54
freax---bazhang, i want to get to those settings >> "Show icons in menus", "Editable menu shortcut keys" and "Toolbar button labels"14:54
teagereisio, Is it possible to do it though? Must be a program or command or something.14:55
reisioPerma: AFAIK there are only "open" drivers for your graphics hardware14:55
reisioPerma: and it's been that way for some time14:55
GlycanMyes.14:55
reisioteage: yes, with another image, installed another way14:55
bazhangardht, you mean "menu" "view" etc etc?14:55
reisioteage: you could use that puppy image14:55
ardhtbazhang, yes it is called overlay scrollbar14:55
Konsinatorhelp please14:55
Konsinator...14:55
bazhangKonsinator, patience14:56
Konsinatorok14:56
ardhtbazhang, do you have the colored line in banshee?14:56
PermaOk. Thx14:57
Sidewinder1Konsinator, Have you tried: "fix broken packages", in Synaptic Package Manager?14:57
bazhangardht, I'm not in unity at the moment, other apps had it when I was, I did not check it at the time14:57
teagereisio, thanks, I will try that.14:57
zusis anyone having any issue with the mail icon not telling when there is a mail in the inbox14:58
zusi dont even get any sound, and the plug in is set to14:58
KonsinatorI cannot open it because of I don't have a package header or something like this14:58
gaurav_nattyhow14:58
glennop_is the bcm4311 wireless device supported in ubuntu?14:58
reisioglennop_: via ndiswrapper, apparently; https://help.ubuntu.com/community/WifiDocs/Device/Broadcom_BCM4311_rev_01_%28ndiswrapper%2914:59
ardhtGlycan you can use the md5sum command in terminal14:59
GlycanYes, but how do I do it on windows?15:00
DarsVaedahi, how do i use bindwood? (aka firefox bookmarks sync for ubuntu one?15:00
gsrbazhang: I am using Unity 3.8.12, but I don't have the unity-2d or unity-2d-* packages installed.15:00
Konsinatorwhen I open synaptic it tells me this: E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_natty_main_binary-amd64_Packages15:00
reisioGlycan: http://www.etree.org/cgi-bin/counter.cgi/software/md5sum.exe15:00
gaurav_nattyhow i execute executable files in ubuntu 11.04 while i am running through autorun prompt application it saying there is no application installed to executable files15:00
Konsinatorand then I have to close it15:00
gsrbazhang: so I don't believe I have the unity-2d theme installed15:00
reisiogaurav_natty: what's an example file name?15:00
GlycanThanks15:01
gaurav_nattyjd-gui15:01
mathewsKonsinator: how u reached to 11.04? upgrade or clean install15:01
bazhanggsr, its a package that allows for unity, but without 3d acceleration, not a theme15:01
gaurav_nattyreisio, jd-gui15:01
GlycanAnd I use that how?15:01
bazhangGlycan, did you read the link?15:01
reisiogaurav_natty: what's that, jdownloader?  Do you have a JRE?15:02
Konsinatorfirst I upgraded it and had the same problem, then I reinstalled it clean and had again the same problem15:02
GlycanYes, but how do I use it?15:02
ardhtGlycan open up terminal15:02
gaurav_nattyyes i have JRE , that is java compiler15:02
GlycanAll I got is a downloaded wich flashes a consle- I assume it's supposed to be run with arguments?15:02
gaurav_nattyreisio, yes i have JRE and that is java decompiler15:03
gsrbazhang: ahh.  I've also been experiences lots of sluggish window movements, and flash videos becoming really choppy.   I'll install the unity-2d packages.  thanks15:03
reisioGlycan: Win+r, cmd, cd Desktop, md5sum file.iso15:03
mathewsKonsinator: seems some software sources missing15:03
reisiogaurav_natty: what happens when you run the command from a terminal?15:03
Konsinatoryes but I don't know what I did wrong15:03
eiriksvinim having trouble find our how to run applications from a custom launcher you can make with a right click on the desktop15:04
htcrxHow do I permanantly disable wlan0 interface? When I use `ifconfig wlan0 down`, after each reboot it switches back on. Please advise?15:04
mathewsKonsinator: normally it happens  during upgrade15:04
=== brianl is now known as trolling
mathewsKonsinator: u just check the software sources from synaptic15:04
Konsinatorvia terminal ?15:05
KonsinatorI cannot open synaptic15:05
GlycanNever mind, got it (I'mnot compleatly incompetent. Not knowing how to use a arbitary thingy and being getting to --help slowly does not imply compleat lack of computer cometency)15:05
ardhthtcrx try  dbus-send --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Set string:org.freedesktop.NetworkManager string:WirelessEnabled variant:boolean:false in terminal15:05
gaurav_nattyreisio,  i cann't under stand how i run through them command before this when i am using ubuntu 10.10 that time when i double click them its gets automatically executed . but now it is not15:05
Prasooni want to install openJdk.15:05
DarsVaedahi how do i use firefox ubuntu one bookmarks sync? it is installed but nothing happens, no buttons to start sync and nothing15:05
reisiogaurav_natty: you said, but I'd like to know what the output from a terminal is15:06
ardhthtcrx it works for mine15:06
htcrxardht how do you remember this stuff? i'm trying it now15:06
mathewsKonsinator: put ur query in www.askubuntu.com and stick here and repeat ur query15:06
ardhthtcrx i don't15:06
htcrxardht: yes it's disable now thank you!15:06
gaurav_nattyreisio, i am not running that in terminal15:06
Prasooncli say installation candidate missing , while installing openjdk. what to do?15:06
test__I have exactly this (http://ubuntuforums.org/showthread.php?p=10703466) problem. I have random (but well defined) areas of my screen within my mouse don't respond to clicks. Using Ubuntu 11.04 with Unity, fresh install.15:06
ardhthtcrx, i have it on tomboy and everytime i install new version i use it15:07
suprengrKosinator: if you had replied where you also asked [simple courtesy] maybe a soloution would be sorted.15:07
test__any workaround?15:07
rxfrostirc.rizon.net15:07
ardhthtcrx glad i can help15:07
htcrxappreciate it15:07
bazhangtest__, its a widely reported bug of late, perhaps a check of launchpad or filing a fresh bug report15:07
ardhthtcrx are you using banshee?15:07
test__bazhang: thanks15:07
Prasooncli say installation candidate missing , while installing openjdk. what to do15:07
eiriksvinhow does ubuntu store its application? like windows has /programs_x86/NAME/Name.exe15:08
bazhangtest__, are you using unity 3d or unity-2d or classic15:08
test__bazhang: using unity 3d15:08
suprengrKonsinator: if you had replied where you also asked [simple courtesy] maybe a soloution would be sorted.15:08
htcrxardht: no how come?15:08
rileypeiriksvin, /usr/bin15:08
ardhthtcrx : i am just asking15:08
cpmQuestion: is there a way to tell the memory killer to prefer processes from a specific group?15:08
gaurav_nattyreisio, i am not running them through cmd15:09
DarsVaedabindwood...how do i use it...no one...no?15:09
reisiogaurav_natty: I want you to, though15:09
reisiogaurav_natty: are you saying you aren't willing?15:09
bazhangDarsVaeda, use what15:09
DarsVaedabindwood15:09
mathewsPrasoon: just check OpenJDK Java 6 Runtime installed15:09
gaurav_nattyreisio, i dont know how to run that15:09
eiriksvinrileyp> ok, howdo i make a launcher to an application thats in there15:10
krambalhey guys is there an e-reader like kindle for ubuntu ?15:10
DarsVaedaits the firefox plugin for syncing bookmarks15:10
Prasoonmathew; no.s15:10
reisiogaurav_natty: hit alt+f2, type 'gnome-terminal', enter, then type 'jd-gui', then enter15:10
bazhangDarsVaeda, what are you trying to do? the info from bindwood is not very clear15:10
reisiokrambal: a hardware device?15:10
mathewsPrasoon: install it from software center15:10
krambalno software sorry i was not clear15:10
eiriksvini know i right click > create a launcher> and then properties, but i'm stuck there15:10
DarsVaedai just want to use it ^^15:10
gaurav_nattyreisio, that is saying command not found15:10
bazhangkrambal, there is software to read epub and mobi yes15:10
reisiokrambal: calibre, possibly15:10
caudexIs anyone here with meerkat on thinkpad (keyboard setup issue)?15:10
Prasoonmathews:  same problem15:11
mang0I've just installed wine, and I need to change the location of my "Virtual" drive to a real drive I have (dual booting winXP and ubuntu). I want to be able to use my win apps in ubuntu, so I installed wine...bit confused though...15:11
reisiogaurav_natty: then you probably have no such application installed15:11
reisiogaurav_natty: check your package manager15:11
VarotoneHey guys15:11
reisioVarotone: hey15:11
bazhangkrambal, fbreader does it15:11
teknowillkrambal: i calibre it works well with epub/mobi and converstion and has drivers for amazon reader15:11
Varotonewhat repository is the one that hosts the graphics drivers?15:11
reisioVarotone: which graphics drivers?15:12
powerjeCrap this sucks, I ssh'd into my frozen machine, killed gnome-session, and it let me log in classic mode, and it is frozen as well15:12
ardhtmang0: if you would like to use wine, you have to install the win apps in ubuntu15:12
krambalthank you very much i will try out calibre15:12
gaurav_nattyreisio, i know i am not installed that application but i have and executable file spreatly they just run before when i click them15:12
krambali tried using wine and installing kindle but it was a no go15:12
Sidewinder1Varotone, Restricted extras?15:12
Varotonereisio: the third-party ones, the ones you have to install after installing the distro15:12
reisiogaurav_natty: okay, from a terminal, find the executable file and run ./filename15:12
reisiogaurav_natty: or java ./filename15:12
VarotoneSidewinder1: are they included in the package?15:13
reisiogaurav_natty: or java -jar ./filename15:13
teknowillkrambal: sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"15:13
htcrxardht: i'm using 10.10 on this laptop - it's only 1.7ghz with shared graphics - it can't handle unity but on my desktop i use it15:13
teknowillkrambal: that gets/installs it15:13
reisioVarotone: nvidia? ati?15:13
root__hi15:13
krambali did it thru ubuntu software center15:13
Sidewinder1Varotone, They should Repositories that you can enable in Synaptic.15:13
reisioroot__: hi15:13
Varotonereisio:  ATI/AMD propietary FGLRX graphics driver15:13
HoCoKhui poimesh kto che pishet O_o15:14
ardhthtcrx, i just would like to know if banshee has overlay scrollbar in natty unity 3d15:14
root__hhhhhhhhhhhhhhhhhhhhhh15:14
reisioVarotone: https://help.ubuntu.com/community/VideoDriverHowto/ATI15:14
gaurav_nattyreisio, now its showing me permission denied15:14
eiriksvinhow do i make a launcher for an application thats in /usr/bin/15:14
eiriksvinso it will run a gui app/15:14
namzezamhttp://paste.ubuntu.com/602392/15:15
eiriksvinoops gui app?15:15
namzezamheaders-2.6.35-28-generic_2.6.35-28.50_i386.deb) ...15:15
namzezamUnpacking replacement linux-headers-2.6.35-28-generic ...15:15
namzezamdpkg: ../../src/archives.c:809: tarobject: Assertion `r == stab.st_size' failed.15:15
namzezamcannot report otherwise !!15:15
FloodBot1namzezam: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.15:15
root__kk15:15
gaurav_nattyreisio, now its showing me permission denied15:15
namzezam reinstall remove and cleaning the cache , all of those failed!15:15
Varotonereisio: thanks bro15:15
reisiogaurav_natty: http://ubuntuforums.org/showthread.php?t=125148515:15
GlycanI'm trying o boot from a liveusb. It shows a fine "boot as live or install" screen, even showing banshee in the sound settings(:), but when you choose boot, it shows but a blackscreen with a mouse on it. It playes the settup sound. I ran a md5 check on the .iso- it's good. What's wrong?15:15
eiriksvinoops gui app?15:16
bazhangGlycan, how was it written to usb15:16
eiriksvinhow do i make a launcher for an application thats in /usr/bin/15:16
GlycanThis is about the third copy of ubuntu- ~3 -r only cds, 3 installs, etc...15:16
GlycanEr.. What's its name...15:16
Glycan"Universal-USB-Installer-1.8.4.6.exe"15:16
shane4kubuntuI have an .xsession-error file that is currently 11GB and being written too as we speak, any thoughts ideas?  It is written with numbers like this:C 193.60777,201.55312 193.77376,202.01391 194.32471,202.0139115:17
eiriksvinsay for instance firefox15:17
bazhangGlycan, tried unetbootin?15:17
Prasoonmathews:  openjdk is of 39 mb. Software center will be able to download it? i am having a slow net connectivity.15:17
giannis__print(html.xpath("//text()"))15:17
reisioPrasoon: only one way to find out15:17
root__fucking hell15:17
bazhangroot__, watch the language15:17
smithi am getting ./IRCauthority error after switching to gnome3 from unity.....so i haveswitched to xubuntu.....how to get to gnome3...help !!!15:18
gaurav_nattyi want 2 degrade my flash version to 9 how i degrade15:18
root__so now you listen me15:18
bazhangsmith, gnome3 from the PPA?15:18
reisiogaurav_natty: 'downgrade'15:18
smith i am getting ./IRCauthority error after switching to gnome3 from unity.....so i haveswitched to xubuntu.....how to get to gnome3...help !!!15:18
bazhangroot__, thats not the way to get help15:18
reisiogaurav_natty: you probably don't want to do that15:18
Sidewinder1!patience > root__15:18
ubotturoot__, please see my private message15:18
mathewsPrasoon: it is only Kbs there15:18
GlycanEr.. well?15:18
caudexAny xev, xmodmap, xorg.conf, console-setup gurus here?15:18
bazhangGlycan, tried unetbootin?15:19
root__sorry for taht bazhang15:19
bazhangsmith, gnome3 from where?15:19
mathewsGlycan: use the disk creator by running the same live cd15:19
smith@bazhang: yes15:19
gaurav_nattyreisio, before i was able to download flash videos direct from .mozzila/cahce but now it is not there15:19
waseemhey guys15:19
bazhangsmith, which is completely unsupported and advised to steer clear of15:19
Prasoonmathews:  OpenJDK java 6 RunTime 38.8 Mb15:19
reisiogaurav_natty: use downloadhelper extension for that15:19
bazhanggaurav_natty, there's a firefox plug in for that15:19
smith@bazhang: so what should i do , i want to use gnome315:20
waseemguys, can't install ubuntu 11.04 on my sony vaio cr box15:20
waseemuncompression error15:20
bazhangsmith, wait until its stable and supported, I suppose15:20
waseemany idea??????????15:20
gaurav_nattyreisio, thanks but i mostly prefer the last one ..15:20
reisiogaurav_natty: good luck with that15:20
GlycanHuh?15:20
mathewsPrasoon: in Natty it shows onlly 729 KB15:20
gaurav_nattyhow i use my compiz with unity15:21
GlycanI don't understand.15:21
bazhangGlycan, unetbootin.sourceforge.net15:21
bazhanggaurav_natty, try #compiz15:21
mathewsPrasoon/; OpenJDK Java 6 Runtime15:21
smith@bazhang: okay.....thank you very much for your help....btw which country are u from...m from india15:21
Glycan(Also, the box I'm has broken cd ports. Both of them)15:21
Prasoonmathews:  in software center?15:21
waseemhello15:21
bazhangGlycan, check th e link I gave you15:21
mathewsyes15:21
hihihi100i need help with kde, is there any channel?15:21
bazhangsmith, #ubuntu-offtopic for chat please15:21
reisiohihihi100: #kde15:22
root__hey bazhang there is any book for linux15:22
bazhanghihihi100, #kubuntu15:22
Prasoonmathews:  i cann't believe15:22
zertyuhi15:22
zusis unity customizable? any links on how to? and can some one  please tell me how can i get the  mail icon to let me know when i have new mail please?15:22
bazhangroot__, thats out of scope for this channel, sure there are15:22
root__thanks15:22
zertyui got an user group called database i just create an user ubuntuser, my question is how to put my ubuntuser to database group ?15:23
bazhangzus, not very customizable at this point, you can add apps to the left bar ie mail app15:23
waseem guys, can't install ubuntu 11.04 on my sony vaio cr box15:23
mathewsPrasoon/; U ask about it to bazhang15:23
waseemuncompression error15:23
Sidewinder1root__, Why not try www.ubuntuforums.org?15:23
krambali know this is ubuntu help but does anyone know if it is possible to connect calibre to amazon kindle book server so i can download my purchased books ?15:23
reisiokrambal: why not download with your kindle?15:23
Varotonewaseem: did you try to download the image again and burn it at a low speed?15:23
bazhangkrambal, calibre is for converting them15:24
Cube``hey guys, is ekiga like skype?15:24
root__yes i will sidewinderl15:24
reisioCube``: yes15:24
Cube``can it be used like skype?15:24
reisioCube``: yes15:24
Cube``reisio: ok, so p2p voip?15:24
reisioCube``: yes15:24
bazhangkrambal, kindle has 3g get it that way15:24
Cube``reisio: thanks15:24
Prasoon bazhang: i need to install open jdk. cli say installation candidate missing,,,15:24
reisioCube``: yes15:24
waseem guys, can't install ubuntu 11.04 on my sony vaio cr box15:24
krambalright but i want the books on my pc aswell15:24
waseemany idea?15:24
Cube``reisio: say "no"15:24
Sidewinder1!repeat > waseem15:24
ubottuwaseem, please see my private message15:24
reisiokrambal: you should be able to copy them from your kindle to your pc with calibre15:24
thugzclubhey wanna change the init level to text  mode ...what is it ?15:24
krambaloh duh i can just connect it usb and transfer the files lol15:24
reisioCube``: okay15:24
zusbazhang,  anyway to drop it to the bottom? 14.1 widescreen monitor here :/  darn thinkpads15:24
reisioCube``: no15:24
Prasoonbazhang:  mathews suggested to download it from soft. center15:24
Varotonewaseem: I recall, did you try to burn the image at a lower speed? it can be a burn error15:24
Prasoonits of 38 mb?15:24
zertyui got an user group called database i just create an user ubuntuser, my question is how to put my ubuntuser to database group ?15:25
reisiokrambal: :D15:25
krambalif i had the kindle app it would do all that for me15:25
krambalthats why i asked15:25
Cube``ok, is there an ALTERNATIVE to ekiga that does not come with dependency hell?15:25
Prasoonbazhang:  are you there?15:25
bazhangzus, try gnome classic and add a dock15:25
reisioCube``: are you using GNOME?15:25
mathewswaseem: pls visit this page and select the solved section  http://www.google.com/search?client=ubuntu&channel=fs&q=uncomprtession+error&ie=utf-8&oe=utf-8&safe=active&surl=115:25
twitchany1 got a g2xx workin hdmi audio output?15:25
gaurav_nattyis there is any way to install sticky notes on natty15:26
bazhanggaurav_natty, sure, check the package manager15:26
thugzclubhey wanna change the init level to text  mode ...what is it ?15:26
zusbazhang,  thanks, any mail apps that "Work" as far as letting me know when i get new mail?15:26
Cube``reisio: no.15:26
bazhangzus, from gmail? or where?15:26
reisioCube``: ah15:26
bazhang!nox | thugzclub15:26
zusgmail yes15:26
ubottuthugzclub: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode15:26
bazhangzus, theres a gmail notifier package if I remember correctly15:27
root__which is beast way to use bt 1, install by wm vare 2, install on harddisk15:27
Cube``reisio: yeah15:27
reisioCube``: what're you using?15:27
twitchvm?15:27
zusbazhang, thank you i will give it a go15:27
bazhangroot__, ask in #backtrack-linux as thats not supported here15:27
Cube``reisio: xfce, but buddy is using arch i believe15:27
reisioCube``: xfce should already be pretty GNOMEy15:28
reisioCube``: but you can browse http://en.wikipedia.org/wiki/Comparison_of_VoIP_software for something lighter, I suppose15:28
twitchany1 got a g2xx workin hdmi audio output?..... pullin my hair out here :(15:28
thugzclububotto: thanks ubottu...but I wanna do so from the termnal..15:28
webbenAnyone know how to get the Menu showing in google chrome or chromium?15:28
root__ubantu15:28
reisioCube``: actually you can build ekiga without gnome deps, AIUI, but you'd have to compile it, probably15:28
bazhangthugzclub, the kernel line is in text only mode15:28
Cube``reisio: ok!15:28
coz_webben,  which menu?15:28
webbencoz_: The main menu that appears across the top of the screen or window.15:29
Sidewinder1!ubottu15:29
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots15:29
webbencoz_: File, Edit, View, History, Bookmarks etc.15:29
coz_webben,  ah  its not there but there is a "wrench" icon to the right of the url field,,, not sure there is a File Edit menu on chromium15:30
webbencoz_: It's there on OS X.15:30
coz_webben, oh?  mm  let me check hold on15:30
eiriksvinwhere can i find a command list for application launchers like: Desktop Recorders launcher command says gtk-recordMyDesktop15:30
coz_webben,  ok do you see that wernch icon??15:30
reisioeiriksvin: dpkg -L gtk-recordMyDesktop | grep bin15:31
webbencoz_: Yeah I've got the wrench icon on OS X as well.15:31
reisiowebben: Mac OS is another OS, you realize...15:31
coz_webben,  rather   right click the upper bar that is on  chrome and tick  "Use system title bar and borders"15:31
coz_webben,  nope that doesnt do it either15:32
root__ sidewinderl, some days after installation  my ubuntu stop to work any solution15:32
webbenreisio: I've noticed ;)15:32
eiriksvini am looking to learn how to make a desktop launcher that can run any program i have installed15:32
reisiowebben: very observant :D15:32
reisioeiriksvin: right-click on desktop, the end15:32
eiriksvinyour not getting me15:32
reisioyou're15:33
michal__hey15:33
twitchany1 got a g2xx workin hdmi audio output?..... pullin my hair out here :(15:33
KM0201eiriksvin: a desktop launcher, can only launch one program at a time...15:33
reisiomichal__: hi15:33
coz_webben,  as far as I know the developers have consistently stripped chrome down,, my bet is apple put those menus back on15:34
eiriksvini know, but how do i learn the command for running any given application?15:34
Sidewinder1root__, You could always do a fresh install; I prefer the LTS versions; current is Lucid Lynx 10.04; that's what I'm using15:34
GlycanWhich version of U do I want for UNetbootin? .._Live ..HDmedia, etc.15:34
GlycanEr, .._HdMedia15:34
KM0201eiriksvin: oh i see what you're saying... sometimes you can look at system monitor, and find the process in there, and then try to start the program w/ whatever name is there.15:34
giannis__print(etree.tostring(xhtml, pretty_print=True))15:35
coz_webben,     http://dev.chromium.org/user-experience/toolbar15:35
KM0201eiriksvin: whats the name fo the program?15:35
coz_webben,   "page menu"  on that link15:35
reisioeiriksvin: dpkg -L packagename | grep bin15:35
reisioeiriksvin: ls /usr/bin/*15:35
mathewsGlycan: run the live cs and run start up disk creator.That is better idea15:35
root__sidewinderl, i think its waste of time why i cant use one time installation15:35
reisioapropos, whatis15:36
mathewsGlycan: run the live cd15:36
KM0201eiriksvin: if the program ahs a menu entry, you can also go to it int he menu and choose "add to desktop" and it will copy a launcher to the desktop15:36
eiriksvinKM0201:)15:36
Halower15:36
eiriksvinthanx im trying that processes one now15:36
coz_webben,     http://www.omgubuntu.co.uk/2011/04/global-menu-support-comes-to-chromium/15:37
Sidewinder1root__, I tried to give you options. Your "one time installation" obviously ran into problems... What else can I say?15:37
bazhangroot__, you are on bt4?15:37
reisioso now the GNOME transformation to Mac OS is complete? :p15:37
sunjunhello everyone15:38
eiriksvinprocesses is the beasty way:)15:38
sunjunreuteras:15:38
sunjunreuteras: what r youding15:38
mathewssunjun: may I help u15:38
=== ComradeH1z` is now known as ComradeHaz`
bazhangsunjun, ubuntu support question?15:38
=== XuMuK is now known as XuMuK|ZNC
eiriksvinthats the way i wanted to know how to get any give programs command for  launchers:)15:39
Varotoneguys15:39
Varotonewhat was the apt-get command to delete the broken packages?15:39
coz_webben,  you can also type   about:flags  in the url field to set some experimental features in chromium  ,, you probably need to use the chromium daily ppa for that however15:39
stefg!apt | Varotone15:39
ubottuVarotone: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Adept (KDE) or !KPackageKit (KDE)15:39
bazhangVarotone, you mean apt-get install -f  ?15:40
Varotonebazhang: yep, thanks, I couldn'r remember the parameter15:40
gotwighey15:40
root__sidewinderl, how to you use ubuntu, i mean dual os15:40
waseemguys help with ubunut 11.4 uncompression error15:40
bazhangVarotone, its in man apt-get  btw15:40
bazhangroot__, you are on bt4?15:40
KM0201woops15:41
root__yes15:41
bazhangroot__, thats not supported here15:41
syanideHello guys and girls15:41
eiriksvinok, how do i find it if the programs not running?15:41
sunjunwhat u guys use irc client under ubuntu15:41
root__i use vista, w7, ubuntu, bt15:41
reisioeiriksvin: find what?15:41
=== travis is now known as Guest44544
reisiosunjun: XChat15:41
eiriksvinoh, doh! i got it:)15:41
syanideXchat as well15:41
waseemany idea about ubuntu 11.04 uncompression error15:41
waseemwhen i boot the cd15:41
robin0800Xchat also15:42
root__i know15:42
syanideCan anyone help me with this: http://i.imgur.com/r5SNH.png15:42
syanideThat's some horrible font rendering right there15:42
syanideI'm out of options and it's a major annoyance15:42
root__he bazhNNG WHAT YOU USE15:42
coz_syanide,  is this system wide or just in firefox?15:43
syanidesystem wide, on certain web pages15:43
syanideI've tried all browsers15:43
reisiosyanide: looks like it's set to bold...15:43
reisioeither that or you have a version of helvetica installed that is... bad15:43
syanideThe thing is, that's my blog, and I know for a fact it shouldn't look like that15:43
reisiowhich happens15:43
kevinyoungexit15:43
GlycanThis UNEtbootin doesn't see J:15:43
root__IS ANY ONE WHO USING VMWARE15:43
syanidethat's Helvetica/Arial/Tahoma font family15:44
GlycanWhich is where my USB is.15:44
bazhangroot__, no caps15:44
coz_syanide,  ok I am looking at that screenshot... what should I see that is wrong?15:44
syanideall the fonts I have installed15:44
eiriksvin1) search applications 2)run the app 3)run system monitor 4)click processes tab 5)find programs name in processes 6)put that name into the Command line of your Creat launcher:)15:44
syanideopen the web page and compare15:44
syanidethat title should be Helvetica coz15:44
GlycanNo, wait here we go...15:44
reisiosyanide: and your helvetica font isn't all fat and ugly, right?15:44
syanidenot this XXXXBol Arial15:44
syanideNope15:44
syanideI checked in LibreOffice Writer15:44
syanidelooks great15:44
syanideall the system fonts look great15:44
FloodBot1syanide: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.15:44
reisioah okay15:44
eiriksvinis there a way to run find out what my processes are with the termainal15:44
eiriksvinterminal^15:45
syanideOkay, apologies.15:45
bazhangeiriksvin, top15:45
reisioeiriksvin: or ps15:45
paradoxazHi15:45
coz_syanide,  I see the difference ,,,mm15:45
enovativhello to all15:45
reisiohi to you15:45
eiriksvinjust type top?15:45
bazhangeiriksvin, yes15:46
enovativi just installed 11.04, and my NIC is not working....i thouight maybe i have special drivers but that was not the case15:46
syanidecoz_: I'm baffled as to why it's like that. I have all the fonts, I've played with a number of distros over the past year.15:46
paradoxazMuch love.15:46
enovativhow do i get to the command line so i can do lspci ?15:46
coz_syanide,   and this is 11.04 ... yes?15:46
mathewswaseem; see this link http://ubuntuforums.org/showthread.php?t=158592515:46
eiriksvinsweet!!15:46
eiriksvineven easier15:46
syanidecoz_: Yup, installed it the other day. Never had the issue before. Some bold fonts look too bold as well, but this is just plain wrong.15:46
adminewb1enovativ, type Ctrl-Alt-T15:46
coz_syanide,  and are you in  Unity or classic gnome?15:47
qingsongHello,world15:47
bazhangenovativ, alt f2 gnome-terminal15:47
reisioHello,qingsong15:47
syanidecoz_ Tried both. Currently in classic.15:47
qingsongHi reisio15:47
reisioHi15:47
eiriksvinmmm, think i'm gonna make a new youtube instructions video:)15:47
coz_syanide,   mm ok let me do a bit of searching on this topic hold on,,,15:47
enovativthanks adminewb115:48
enovativthanks bazhang15:48
syanidecoz_ Thanks. I don't mind the font looking as bad as it looks, but it even breaks layouts on a few websites because it's so bold.15:48
mathewseiriksvin; Ctrl+Alt+T15:48
eiriksvinyeah, thats what i use15:48
asdfgftfthi15:48
eiriksvini'm gonna show the steps smooth15:48
adminewb1enovativ sure; Alt-F2 also works but that's a full screen character mode display rather than a virtual terminal in a desktop window15:48
asdfgftftquesztion15:49
coz_syanide,  in the meantime  check under system/preferences/appearnce/fonts see if anything is set  wierd there15:49
asdfgftftquestion15:49
bazhangasdfgftft, go ahead15:49
asdfgftftok15:49
asdfgftftdo you use gnome15:49
syanidecoz_ I've double checked everything. Websites using, say, Ubuntu font look okay. It messes up Arial when it's bolded, looks horrific, and this one is completely screwed. google reader for instance as well.15:49
reisionope15:49
paradoxazA sign I use Linux too much: Using Control-C when exiting any window where I made a typo15:50
bazhangasdfgftft, please dont poll here15:50
asdfgftftwhy15:50
enovativthis is a old Dell machine i am working on...and lspci reports : Intel Corp. 8526V-2 10/100 network connection (rev 02)15:50
enovativwhy doesn't ubuntu see this ?15:50
reisioasdfgftft: too "heavy" for me15:50
mathewsasdfgftft: share ur problem\15:50
reisioand I don't trust gconf to not eat my confs15:50
asdfgftfti want to use15:50
asdfgftftgnome 215:50
reisioasdfgftft: you can make gnome 3 look and work just like gnome 215:51
reisioasdfgftft: even Ubuntu's version of gnome 315:51
asdfgftftdo ubuntu have gnome 315:51
KM0201enovativ: is that exactly what lspci says15:51
reisioasdfgftft: yes, the latest version15:51
asdfgftftno15:51
enovativKM0201, yes15:51
asdfgftftits unity15:51
reisioasdfgftft: Unity is a special configuration of GNOME 315:51
mathewsasdfgftft: u can add it by PPA15:51
stefgenovativ: dmesg | grep net could help to figurae that out15:52
reisio!classic | asdfgftft15:52
ubottuasdfgftft: The default interface in Ubuntu 11.04 is !Unity. You can switch back to regular !Gnome by logging out and clicking on your user name, in the Session box at the bottom of the screen select Ubuntu Classic.15:52
KM0201enovativ: cuz google turns up nothing on that output... if the machine is that old, surely someone has ran into this.15:52
asdfgftfti want gnome 215:52
reisioasdfgftft: why?15:52
enovativi agree KM020115:52
asdfgftfti hate unityy shit15:52
KM0201!classic | asdfgftft15:52
ubottuasdfgftft: The default interface in Ubuntu 11.04 is !Unity. You can switch back to regular !Gnome by logging out and clicking on your user name, in the Session box at the bottom of the screen select Ubuntu Classic.15:52
stefg!classic | asdfgftft15:52
bazhangasdfgftft, thats enough15:52
xangua!language | asdfgftft15:52
ubottuasdfgftft: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.15:52
mathewsasdfgftft: read what Ubottu said15:52
asdfgftftno i dont want clasic15:52
reisioasdfgftft: what do you want?15:52
asdfgftfti want gnome2look15:53
KM0201!info gnome2look15:53
ubottuPackage gnome2look does not exist in natty15:53
bazhang!enter | asdfgftft15:53
ubottuasdfgftft: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!15:53
waseemhow to fix uncompression error in ubuntu 11.0415:53
reisioasdfgftft: you can get what you want with Ubuntu 11.04, not that anyone is forcing you to use 11.0415:53
twitchany1 got gt240 hdmi out audio to work15:53
raven_how to get name of next directory above?15:53
KM0201enovativ: that makes no sense...15:53
thugzclubwhats natty ?>15:53
stefg!details | waseem15:53
ubottuwaseem: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..."15:53
reisiothugzclub: the codename for version 11.04, IIRC15:53
KM0201thugzclub: ubuntu 11.04 (current)15:53
eiriksvinhow do i set up awn to put only the active applications onto a dock i have created on the bottom?15:53
thugzclubsweet !15:54
=== XuMuK|ZNC is now known as XuMuK
reisiothugzclub: http://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29#Releases15:54
Glycan...and it still works not.,15:54
reisioGlycan: what still works not?15:54
GlycanNothing but a screen devoid of all.15:54
rugeHey folks, I just installed Ubuntu 10.10 on my desktop. Wondering how I could go about getting ATI drivers for my HD6850? I come from a Win background so i got no idea :S15:54
GlycanSave mouse.15:54
miceikenSo after doing a fresh install of 11.04 I can't install mysql-server, it just goes stuck at "Setting up mysql-server-5.1 (5.1.54-1ubuntu4) ...", currently it has been 30 minutes.15:54
GlycanA live usb.15:54
waseemI am running ubuntu 10.04 on sony vaio vgn cr353, I am trying to do a clean install for ubuntu 11.04 when i try to boot the live cd i get uncompression error and system halted message15:54
waseemany idea?15:55
stefg!ati | ruge15:55
ubotturuge: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto15:55
rugestefg: ty15:55
coz_syanide,  I am finding no references to t his at all15:55
syanidecoz_ I'm removing my .fonts folder and rebuilding the cache to see if it does something15:55
stefgwaseem: probably the CD is faulty. you can perform an integrity test from the boot menu15:55
coz_syanide,   that should give some indication if it is a corrupt font issue15:56
syanidecoz_ That's the only thing I can think of. Maybe some of my fonts is interfering with the system fonts :S15:56
mathewsGlycan; a start up disk has to be made from the same system.Otherwise may not work it15:56
mathewswaseem; it seems some problem with ur RAM15:57
adminewb1maybe someone here can offer perspective: back when karmic was current release, I had a viable 64 bit ubuntu installation on local hard disk partitions; now whatever 64 bit ubuntu version I try booting (livecd edition, karmic included) it locks up at some point in the kernel; other systems like systemrescuecd have 64 bit versions that work fine on this hardware; what gives? I shouldn't be restricted to 32 bits just on the basis of my install15:57
enovativKM0201, i typed wrong....it is a Intel 82562v-2 10/100 network connection15:57
BrooksWGood day all.15:58
mathewswaseem: try to use a simple cd rather than a rewritable to install Ubuntu15:58
KM0201enovativ: is it set to use dhcp?15:58
enovativKM0201, yes it is15:58
coz_adminewb1,  I agree,, it shouldnt restrict at all... what else is on that drive ,, partiion wise I mean15:59
KM0201enovativ: no idea, google shows a few complaints about it, but no resolution.15:59
=== protv_ is now known as protv
KM0201go buy a cheap PCI networking card.15:59
=== protv is now known as protv_
=== protv_ is now known as protv
=== protv is now known as protv_
enovativKM0201, that would be the viable solution..but there has to be a reason ubuntu doesn't see this onboard NIC16:00
stefgadminewb1: how much ram do you have? I found after upgrading some machine from 4 to 8Gigs the kernel suddenly started to spit out EDAC errors.... i had to blacklist the corresponding edac module16:00
rugestrange, i am following ubuntu instructions on ATI driver but i get no result in "additional drivers"16:00
enovativIt can see the MAC address16:00
adminewb1coz_ thanks for responding; I have a lucid 32 bit and Windows XP installations, why?16:00
KM0201enovativ: dunno man, doesn't make sense16:00
dommer-Soooooooooo.......  whut ubuntu load do any of u guys have?16:00
adminewb1stefg, 3Gb system memory installed16:00
BrooksWdommer: We're running a radio station on the stuff16:01
mathewsdommer: what u meant16:01
adminewb1stefg, afaict there's nothing edac related in the crashes16:01
BrooksWdommer- that is16:01
waseemmahews16:01
waseemI am using a normal cd16:01
coz_adminewb1,  I was curious as to if it were possible to simply write zeros  to the drive,, but not with other operating systems... there are times a complete wipe helps,,, i  wasnt  thinking it had anything to do with the other OS's there16:01
waseemprinco16:01
enovativstefg, the dmesg | grep net reported the following : Initializing cgroup sybsys net_cls16:01
iostreamdommer-: load average: 0.61, 0.19, 0.2116:01
rugeMan this is why I dislike linux (at the same time, love it).. its so counterintuitive16:01
mathewswaseem: did u look the link I had given16:01
waseemnah16:02
stefgadminewb1: that should be below the problem threshold... OTOH, 3G is just fine for a 32bit install (on desktops)16:02
reisioruge: don't confuse Ubuntu and Linux16:02
enovativand it also reported : audit : initializing netlink socket (disabled)16:02
waseemcan u pass it16:02
mathewswaseem: try in www.askubuntu.com too16:02
rugereisio: you can probably tell im new to all this ;)16:02
mathewswaseem; ok16:02
dommer--_-16:02
waseemhu okay16:02
waseemthank u16:02
reisioruge: yes :) and that's okay16:02
reisioI'm just saying16:02
rugefrom a win background.. so its like im having to learn the alphabet again16:02
miceikenSo after doing a fresh install of 11.04 I can't install mysql-server, it just goes stuck at "Setting up mysql-server-5.1 (5.1.54-1ubuntu4) ...", currently it has been 30 minutes.16:02
mathewswaseem; http://ubuntuforums.org/showthread.php?t=158592516:02
stefgenovativ: so if that is all that came up it would mean there is no driver/module loaded16:03
BrooksWDoes anyone know if it's possible to run a microsoft sql server on linux natively? (Without Wine or a VM)16:03
reisioruge: well, with a Windows box typically the driver is preinstalled, so comparing it to Linux at all is unfair16:03
enovativruge, i agree with that..but i have a strong desire to learn all about ubuntu....because i HATE windows .....i have to support it at my job, and I absolutely HATE IT  !!16:03
iostreamBrooksW: no, and don't. it's stupid16:03
adminewb1coz_ wouldn't know which place to zero out, I'm using grub2 to boot a loopback ISO image on a ext4 volume16:03
stefgBrooksW: certainly not16:03
reisioruge: and on top of that, not all distros make you jump through as many hoops as Debian-based ones16:03
reisioruge: but that's a good thing, it ensures Debian will endure without being hassled by legal institutions16:03
coz_adminewb1,   this one I have not heard of before,, its very puzzling,, in my situation,, I would check both hardware  and drives... but i also use separate drives for each OS   instead of partitions.. so wiping is not issue here ...  I would suggest going to the ##linux channel, see if they have any suggestions... and let me know if it gets solved,, this is a curious situation16:04
enovativi wonder if i roll back to 10.10 and see what happens16:04
rugereisio: oh i c..16:04
adminewb1stefg, yes my 32bit installations work fine, and I can boot any livecd image as long as it's 32 bit16:04
BrooksWiostream, stefg: I've got a platform that only communicates with mssql, so i was crossing my fingers, oh well. thanks guys.16:04
enovativbecause i installed 10.10.....and after the updates i saw this upgrade windows, and decided..what the heck...16:04
ntr0pyhas someone tried the emgd intel gfx driver from gma500 team at launchpad?16:04
iostreamBrooksW: don't ever use mssql.16:04
rugehow do i use the additional drivers tool to add new drivers?16:04
reisioruge: https://help.ubuntu.com/community/VideoDriverHowto/ATI didn't explain?16:05
BrooksWiostream: Agreed, although unfortunately it is sometimes necessary if the application only allows for its use.16:05
stefgadminewb1: cat /proc/cpuinfo would be interesting .... (use pastebin, plz)16:05
robin0800ruge, if they are not showing you can't16:05
rugereisio: it sounds like its missing a step. ive verified my card is suitable.. the it says "In Ubuntu 10.10, this is found under System->Administration->Additional Drivers. After the fglrx driver is installed..."16:05
iostreamBrooksW: if that is the case, the application sucks and thou should find another one, or preferrably build your own16:05
rugei dont see anything in additional drivers screen16:06
reisioruge: are you u sing 10.10?16:06
rugeyep16:06
=== squishy is now known as SquishyNotHere
BrooksWCould anyone briefly highlight the main differences between lucid and natty?16:06
invisimeI recently upgraded to 11.04 on my laptop and now the wireless doesn't work because the hardware switch is off and the key combination that is supposed to flip it does not. anyone know how to fix this?16:06
enovativis there a way to "rollback" to 10.10 from 11.04...or do i have to just install from scratch again  ?16:06
rugei hope that there is a driver from my ATI Radeon HD card :S16:07
adminewb1stefg, http://pastebin.ubuntu.com/604485/16:07
reisioenovativ: it's unlikely you have a good reason to want to do that16:07
rugeotherwise im stuck to this resolution :(16:07
IdleOneinvisime: try booting to !classic and turning the wifi back on.16:07
raidghostruge: there is16:07
IdleOneinvisime: then boot back to unity and hopefully it will remember the setting16:07
raidghostI try to solve my msi laptop issue. Only getting sound from the subwoofer.  Audio 2 Theater Class Speakers+1 Subwoofer16:08
enovativreisio, my only reason is that for some reason my on NIC in this old Dell workstation si not working.....16:08
robin0800rage, ubuntu support for older ati cards was stopped after 8.04 ie they only support the open source driver16:08
stefgBrooksW: lucid = stable long term support (sfw:-) , natty =experimental standard relase (still rough at the time)16:08
reisioenovativ: that isn't a good reason16:08
raidghostWonder if its possible to get music playing in my speakers also. not only the woofer16:08
invisimeIdleOne: how does one boot to classic?16:08
reisioenovativ: at most you would have to install a different kernel version16:08
IdleOne!classic16:08
enovativreisio, can you offer any suggestions on  how i can get this to work...google doesn't show me anything16:08
ubottuThe default interface in Ubuntu 11.04 is !Unity. You can switch back to regular !Gnome by logging out and clicking on your user name, in the Session box at the bottom of the screen select Ubuntu Classic.16:08
adminewb1stefg, my primary reason to want a 64 bit system is virtualization: certain virtualization packages want a 64 bit host OS in order to allow 64 bit guests16:08
IdleOneinvisime: ^^16:08
invisimethanks.16:08
reisioenovativ: what's the device?16:08
BrooksWstefg: Very helpful , thanks16:08
IdleOneinvisime: sure thing, hope that helps.16:08
enovativreisio, Intel corporation 82562v-2 10/100 network connection (rev 02)16:09
enovativthat is what lspci reported16:09
hiptobecubicDoes anyone have a Lenovo E420 that can comment on whether or not it 'works'?16:09
enovativreisio, that is my ethernet controller16:09
reisioenovativ: lsmod | grep e100016:10
reisiohiptobecubic: http://www.google.com/search?q=lenovo%20%22e420%22%20site%3Aubuntuforums.org16:10
SystemParadoxafternoon all. I've just got myself a Thinkpad X41 tablet, which has no CD or floppy drive. I've taken the HDD out and plugged it into my Ubuntu desktop system. Are there any nice scripts/tutorials for how to install ubuntu on the external disk for use by the tablet? All the tutorials I've seen so far require rebooting the desktop, which I don't want to do.16:10
enovativreisio, that reported back the following : e1000e          138627      016:11
stefgadminewb1: hmmm, i see no reason why 64bit should not run on that cpu... so i'd look at motherboard/bios. there meight be some bug in the bios taht spoils proper address relocation on 64bit16:11
reisioSystemParadox: you just need to make sure essential drivers are included/auto-loaded16:11
adminewb1stefg good thought; I don't recollect installing a new motherboard in the last couple years but could have :/16:11
BrooksWAny Rivendell users in here?16:12
adminewb1stefg, still, it's puzzling that systemrescuecd 64 bit should be happy when a general purpose linux kernel would not be16:12
SystemParadoxreisio, yes... but how do I setup something bootable in the first place?16:12
hiptobecubicbroadcom wireless, ugh16:12
invisimeIdleOne: no dice. the key combination still doesn't trip the switch. interestingly, I think it's also supposed to toggle the bluetooth hardware switch, but while it does toggle the bluetooth hardware switch on, it turns off a few seconds later.16:12
reisioSystemParadox: http://kmuto.jp/debian/hcl/Lenovo/ThinkPad+X41+Tablet driver column16:12
reisioSystemParadox: oh, what processor does your desktop have?16:12
SystemParadoxAMD, but why is that relevant?16:13
sdegutisthis is almost a nice irc client16:13
=== root is now known as Guest79535
reisioSystemParadox: it is, can you be more specific16:13
syanidecoz_: I can confirm the problem was on my end. Thank you so much for your time.16:13
IdleOneinvisime: does it happen to have a physical hardware switch also?16:13
reisiosdegutis: which'n?16:13
coz_syanide,  the regenerated cache worked?16:13
IdleOneinvisime: like a button I mean16:13
SystemParadoxreisio, it's a 64bit dual core running in 32bit mode16:13
reisioSystemParadox: grep svm /proc/cpuinfo16:14
JoeCoolDeskI'm getting "the disk drive for / is not ready yet or not present" after upgrading to 11.0416:14
JoeCoolDeskI know it's not the disk, as I can boot into windows.16:14
raidghostJoeCoolDesk: Upgrade is not smart16:14
stefgadminewb1: might be a subtle bug that only shows with certain kernel options... you could try various boot options  like acpi=off and nohz ... or try debian squeeze 64bit (which might in any case be better as a virt host16:14
invisimeIdleOne: if it does, it's extremely well-hidden. :P16:14
raidghosti cracked my system. have to reinstall16:14
syaniderenamed .fonts in home to fonts to remove it from the system, refreshed the cache, it looks okay now16:14
SystemParadoxreisio, 'grep svm'?16:14
JoeCoolDeskWhat do you mean upgrade is not smart?16:14
reisioSystemParadox: right16:14
syaniderenamed .fonts in home to fonts to remove it from the system, refreshed the cache, it looks okay now coz_16:14
raidghostMy workstation did screewup16:14
raidghostWhen i tried to upgrade from 10.10 to 11.0416:14
adminewb1stefg thanks for the ideas, will try following up soon16:14
rugefresh install is always best.16:14
raidghostgrub fucked up.16:15
IdleOneinvisime: not sure where else to direct you.16:15
sdegutisreisio: the one im attempting to write16:15
jarybash_complete do some wierd things recently16:15
IdleOneraidghost: no cursing please16:15
reisiosdegutis: :)16:15
sdegutismissing some things like nick completion though, which means im not sure i spelt your name righ (sorry)16:15
raidghostruge: How to get my audiocard play on speakers and not only the subwoofer ?16:15
reisioSystemParadox: ?16:15
raidghostIdleOne: Sorry!16:15
raidghostwont happend again.16:15
SystemParadoxoh lol sorry, dumb moment. x2: flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save16:15
rugeraidghost: i have no idea :o16:15
rugefor some reason it only reads like 2 of my 6 inputs on my mobo...16:15
coz_syanide,    excellent  :)16:16
rugeaudio that is.16:16
paraparaHi - I'm trying to revert back to the default Ubuntu login screen after trying Xubuntu. dpkg-reconfigure gdm did not work.16:16
reisioSystemParadox: okay, you can use kvm to install to your laptop disk16:16
raidghostVery annoying to listen to music without the speakers16:16
sdegutisis there a way in any of the linux gui toolkits to embed a web browser object into an application which can communicate to the gui toolkit and thus the underlying system?16:16
syanidecoz_ You can say that again, it's been so frustrating because I've never had the issue before. Thanks for your time once again.16:16
JoeCoolDeskI can't do a afresh install16:16
stefg!info ubuntu-artwork16:16
ubottuubuntu-artwork (source: ubuntu-artwork): Ubuntu themes and artwork. In component main, is optional. Version 53.8 (natty), package size 22 kB, installed size 128 kB16:16
reisioSystemParadox: kvm -hda /dev/laptopshibbity -cdrom ubuntu-install-image.iso -boot d16:16
robin0800JoeCoolDesk, why?16:16
coz_syanide,   that I really understand,,,   :)16:17
raidghostruge: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio16:17
reisioSystemParadox: you didn't want to just image Ubuntu to a USB stick and install that way, though?16:17
stefgparapara: sudo apt-get install ubuntu-artwork16:17
JoeCoolDeskBecause I have work on my drive16:17
JoeCoolDeskAnd I'm not blowing hundreds of hours of work just to have a different interface16:17
robin0800JoeCoolDesk, backit up first16:17
SnowRaptorHey there! After I pugraded to 11.04, in my Inspiron 1501 with a bw43 wireless, I need to press Fn+F2 to turn on the radio everytime I boot up. Is tehre a weay to turn the radio on automatically at boot/login time?16:17
paraparastefg: it says ubuntu-artwork is already the newest version16:17
stefgparapara: so dpkg -reconfigure ubuntu.artwork16:18
invisimeSnowRaptor: just be grateful your Fn+F2 key combo still works. mine doesn't. :-(16:18
SystemParadoxreisio, I was going to avoid that, but I've just realised that having an ubuntu USB stick would be useful anyway so I'll go take a look at that. Thanks for the pointer on kvm though, that looks interesting16:18
SnowRaptorJoeCoolDesk: My suggestion is to have /home mounted onn a different partition16:18
reisioSnowRaptor: I seem to recall having to make a trivial alteration to a network conf to fix something like that in the past16:18
reisioSnowRaptor: check the forums16:18
JoeCoolDeskNot just that, but all the configurations for applications16:18
SnowRaptorinvisime: I wish I didn't have to explain that to my mom, who uses that laptop16:19
JoeCoolDeskI can spend six hours getting the settings right for some daemon16:19
paraparastefg: thanks! I'll test and then be back16:19
SnowRaptorreisio: I'll take a look, thanks16:19
rugeoh man16:19
JoeCoolDeskBesides, Ubuntu can't find any partitions16:19
rugeVerifying archive integrity...Error in MD5 checksums: 8cc60cd93c2557bfa745e403bed1dc0d is different from 7bb24aafba55dffa58e85afc7f7012a816:19
JoeCoolDeskNot just / but /tmp16:19
giannis__hello16:19
rugethis is the error i get when installing ATI driver :'(16:19
giannis__can i ask u a question?16:19
reisioSnowRaptor: you know one of those things like replacing an 'auto' with nothing, or something reaaaallly trivial like that, 'fraid I don't remember the file, though16:20
robin0800JoeCoolDesk, try the alternate cd much better partioner16:20
reisiogiannis__: you just did16:20
SnowRaptorJoeCoolDesk: If you go through the install in FullAuto, it won't but that's why I always partition first, then I go though a customized install16:20
=== dabbish2 is now known as dan-work
giannis__i try to export information from xml16:20
giannis__and i use lxml16:20
damian_-_hi. im having trouble getting a radeon 350m working16:20
JoeCoolDeskrobin0800, SnowRaptor, well regardless I've already upgraded and I'm getting the error16:20
rugeah well..working now... ubuntu install is burning so much of my bandwidth to get these drivers installed lol16:21
raidghostGuess i sell my laptop and buy another one.16:21
paraparastefg: it's still the xfce screen16:21
giannis__but i can't find how can i control an event of xml file16:22
giannis__like this16:22
giannis__<Event code="200 ">16:22
giannis__<Status>ΤΕΛΙΚΟ</Status>16:22
giannis__<League>ΦΙΝ</League>16:22
giannis__<Date>Παρασκευή 6 Μαΐου 2011</Date>16:22
giannis__<Time>18:30</Time>16:22
giannis__<Code>200 </Code>16:22
FloodBot1giannis__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.16:22
invisimeSnowRaptor: if you find how to have that switch turned on by default, would you mind letting me know?16:22
Sidewinder1!enter > giannis__16:22
ubottugiannis__, please see my private message16:22
damian_-_is xserver-xorg-video-radeon the driver for radeon 350m. i tried fglrx with no luck. basically youtube 480p wont play smoothly but my understanding i the graphics "should" support that16:24
paraparaHi - I'm trying to get the Ubuntu login screen back after installing Xubuntu and have tried dpkg -reconfigure ubuntu.artwork and dpkg -reconfigure gdm and neither has worked - any ideas?16:24
msshamsi have a dedicated server and i want use it for web server. now i want to install a DNS server on it, what letters should i search?16:25
lahwranis there a way to make nautilus bring to front an existing window when opening a directory if I have it open? for example, if I have my homedir open among lots of other windows, and then try to open my homedir again, it would bring to front the homedir window16:25
stefgparapara: http://superuser.com/questions/88771/how-do-i-restore-the-standard-ubuntu-gnome-login-after-trying-xubuntu16:25
stefggoogle -fu!16:25
SnowRaptorreisio: Thanks, but the signal-to-noise ration in the forums is quite low, I can't seem to find exactly my case...16:25
paraparastefg: :-)16:26
Skaperenmy 10.10 CD died ... on some machines ... looks like it's trying to upgrade itself to 11.04 in the live CD mode ... and on some machines it dies16:26
Skaperenback to 10.0416:26
cheater15hi guys16:26
zusdoes compiz and fusion icon  work with unity?16:27
cheater15i am in an ubuntu livecd (10.04) and am having the same problem repeatedly: after some time, the cursor disappears. At the same moment the tty's become unavailable: if i switch to the TTY using say alt-ctrl-1, then the display freezes. i can switch back to the desktop and the desktop still works.16:27
damian_-_is xserver-xorg-video-radeon the driver for radeon 350m. i tried fglrx with no luck. basically youtube 480p wont play smoothly but my understanding i the graphics "should" support that16:28
cheater15i believe maybe the overlay is broken or something like that? i'm not sure how graphics drivers in ubuntu work16:28
rugeomg16:28
cheater15this keeps on happening, over and over. is there a solution to this? it's completely disabling me from doing work :(16:28
rugei give up, im on a 5gb/month connection and ive burned 200mb trying to download a 80mb driver because it keeps hash sum failing.. seriously.....16:28
theophaniehi everybody from France16:29
stefgSkaperen: no bad idea anyway.... de-bloat it , get the ppa's for firefox-stable, libreoffice and the other stuff you use, use maverick backports-kernel  ....16:29
cheater15even if not keeping the tty's, i need some way to show the mouse cursor. is there a way to display the mouse cursor in a different fashion?16:29
Skaperenstefg: huh?16:29
paraparastefg: half of those answers I've tried, but there are a couple crazy ones in there I still want to try16:29
paraparastefg: I'll be back!16:30
Skaperencheater15: Ctrl+Alt+1 or Ctrl+Alt+F1 ?16:30
theophanieI would like to get some help on a Ubuntu Lucid which does not want to start16:30
cheater15Skaperen, sorry ctrl+alt+f116:30
dclakeI am having trouble syning my ipod nano 5g16:30
cheater15just tried that again, yep, definitely broken16:30
stefgSkaperen: i'd rather user 10.04.2 LTS pimped with some updated key-packages (kernel,firefox, thunderbird, libreoffice, vlc) over maverick or even natty16:31
cucihi folks! I made an ubuntu update and now my fan script(acer_fancontrol) does not work, and the fan doesn't start. It complains about:cat: /proc/acpi/thermal_zone/TZ01/temperature: No such file or directory16:31
cuciany ideas how to fix this?16:31
SN3AkERWhy not shipping CD anymore ?16:31
SN3AkERo.O16:31
Skaperencheater15: were you operating in console mode (instead of X) when it happened?16:31
Gen2lyWhen I put my laptop to sleep it wakes up in locked screen mode... is there a way to turn this off?16:31
TurkuSamahi all16:31
Antwonanyone knows good monospaced font for ubuntu? Ive used to courier new in windows, but in ubuntu it's kinda messed up16:31
cheater15Skaperen, i was in the desktop all the time.16:31
IdleOne!shipit | SN3AkER16:31
ubottuSN3AkER: Canonical is no longer sending free Ubuntu CDs to individuals through its ShipIt program.  For more information please see http://blog.canonical.com/?p=551 !LoCo teams can request CDs through this link https://forms.canonical.com/lococd/16:31
cheater15never switched to console mode during this boot.16:31
stefg!info xfonts-terminus | Antwon16:32
ubottuAntwon: xfonts-terminus (source: xfonts-terminus): Fixed-width fonts for fast reading. In component universe, is optional. Version 4.30-2 (natty), package size 1218 kB, installed size 1968 kB16:32
Gen2lyAntwon: I like the Droid monospace font16:32
Skaperencheater15: OK, so you were in X all the time ... what cursor disappeared?16:32
JoeCoolDeskHow do you mount a USB internet conection?16:32
JoeCoolDeskOr even a WIFI connection?16:32
cheater15Skaperen, the mouse cursor. the text cursor is still visible. sorry about not specifying16:32
Antwonok guys, i'll check them out16:33
stefgJoeCoolDesk: depends on the hardware you got16:33
stefg!wifi16:33
ubottuWireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs16:33
JoeCoolDeskstefg, a Droid with USB tethering16:33
Skaperencheater15: ah, never seen the term "cursor" used for mouse ... only "pointer" ... by anyway, now I know what you mean ... so when you lose the pointer, and then do Ctrl+Alt+F1, what do you see?16:34
=== human is now known as testcompile
theophanieI tried start in recovery mode but I do not have any graphical window at all.16:34
stefgJoeCoolDesk: http://www.kryogenix.org/days/2009/08/28/tethering-an-android-phone-to-ubuntu-without-jailbreaking-or-installing-applications16:34
damian_-_is xserver-xorg-video-radeon the driver for radeon 350m. i tried fglrx with no luck. basically youtube 480p wont play smoothly but my understanding i the graphics "should" support that. do i need firmware files?16:34
stefggoogle-fu!16:34
JoeCoolDeskstefg, I mean in the CLI.16:35
JoeCoolDeskThe networking applet is automatic for everything16:35
cheater15Skaperen, i guess "pointer" is indeed much better! when i press ctrl-alt-f1, the display freezes (stops updating). I am then apparently in the TTY, because i can change the numlock status and it will be remembered between different tty's (each TTY will have a separate numlock status). However, it does not display. when i later switch back to the desktop using ctrl-alt-f7, the desktop redraws and i can continue working in the deskto16:35
cheater15p.16:35
JoeCoolDeskBut in the recovery panel I can't download updates for dpkg without a network connection, stefg16:35
Skaperencheater15: so when you say "it does not display" you are referring to the text console in F1, or the X desktop in F7 ?16:36
cheater15Skaperen, the text console in F1 does not display.16:37
Skaperencheater15: is it completely blank/black ?  or just doesn't change?16:37
cheater15it doesn't change, keeps on displaying what was on F7 last16:37
rugehm i posted on ubuntuforums, hoepfully someone can help me there. this driver issue is making me go crazy lol, u guys have a good night :)16:38
Skaperencheater15: so the video doesn't actually get out of graphical mode16:38
theviperhi all16:38
ect5_hello16:38
cheater15Skaperen, well, i wouldn't say so - the display is frozen16:38
stefgJoeCoolDesk: http://manpages.ubuntu.com/manpages/maverick/man1/nmcli.1.html16:38
ZiberIs there anything I can do to fix bad disk sectors, 10.10?16:38
MC8Howdy, what's the package for the java runtime environment?16:38
cheater15Skaperen, maybe the frame buffer or whatever just doesn't get any new data, whereas old data stops comming in16:38
thevipersun java16:38
hypetechMC8: openjdk-6-jre  I'm pretty sure16:39
Skaperencheater15: sounds like X itself is frozen ... because it is X itself that has to switch the video card out of graphical mode into text mode for the Ctrl+Alt+F1 switch to be done all the way16:39
thevipersdk sun java devolepment16:39
cheater15Skaperen, how would i find out if it is?16:39
christo_mHi16:39
Skaperencheater15: well lets continue exploring what you said ... you said later it goes back to working?16:39
christo_many reason why when i plug my usb stick in, it pops up a million times that its detected?16:39
christo_mand opens windows of it ad infinitum16:39
stefgZiber: yeah.... backup your files and either replace the disk or do a low level format with sector remapping with the suitable vendor tool. There is ways to mark sectors as bad inan existing filesystem but i'd not recommend that16:40
christo_mim thinking its mounting it as a cd with -o loop16:40
=== freax is now known as freax---
TurkuSamaim such a noob, i hit ctrl+alt+f1 and I couldn't get back. had to reboot...16:40
theophanieSince I made changes in synaptic to add some video authoring soft yesterday, I cannot start my Ubuntu16:40
freax---bazhang, the "appearance" applet (gnome-appearance-properties) is included in the package "utilities to configure the GNOME desktop" (gnome-control-center) if u read the discription about this package in ubuntu software center or in synaptic package manager, it says: "This package contains configuration applets for the GNOME desktop, allowing to set accessibility configuration, desktop fonts, keyboard and mouse properties, sound setup, desktop theme and16:40
freax---background, user interface properties, screen resolution, and other GNOME parameters." & "It also contains a front end to these applets, which can also be accessed with the GNOME panel or the Nautilus file manager."16:40
FloodBot1freax---: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.16:40
cheater15Skaperen, i said that if i switch to f1, and then to f7, then the display isn't frozen anymore. but i can switch to f1 and f7 any number of times, f1 will be displaying a frozen f7, whereas f7 works. all the time, the mouse pointer does not display.16:40
coz_theophanie,   at that point  log in   then sudo  restart gdm16:40
SkaperenTurkuSama: Ctrl+Alt+F7 or 8 or 9 to get back (try them until you get there)16:41
cheater15Skaperen, i guess that's what you meant. the problem does however not go away.16:41
TurkuSamathanks cheater16:41
coz_theophanie,  sorry wrong nick16:41
coz_TurkuSama,   at that point just log in and then     sudo restart gdm16:41
cheater15TurkuSama, that was Skaperen who helped you :)16:41
Skaperencheater15: so switching to f1 then back to f7 things "work" except for the mouse pointer which never comes back no matter how much you try16:41
TurkuSamaah, gotcha16:41
TurkuSamathanks16:42
stefgZiber: and make sure (by smartmontools or palimpsest http://www.linux.com/community/blogs/new-hard-drive-utility-in-ubuntu-910-palimpsest.html  that the disk is not about to die soon16:42
cheater15Skaperen, exactly16:42
BrooksWhas anyone here built QT from source on Ubuntu?16:42
coz_BrooksW,  I have not16:42
cheater15Skaperen, going to f1 and back to f7 makes things work the same as before i switched to f1, simply put16:42
Skaperencheater15: so ... BEFORE the mouse pointer disappears, does switching to F1 work then (you might have to go try it to see)16:42
BrooksWcoz_: Thanks16:42
user01hey i am having an issue installing jgnuplot the instructions say to just run ant but i get the error message build.xml does not exist16:42
cheater15Skaperen, i believe so. i have no way of checking right now, but i remember working in the tty's a while back.16:43
cheater15right now i have no mouse pointer.16:43
=== chris is now known as Guest16162
BrooksWCan anyone comment on the differences between server and desktop other than the missing GUI? We have a server application that requires X, so we're debating whether to install Desktop or Server on that box.16:43
Skaperencheater15: what happens if you log out then log back in while in this situation?16:43
jribBrooksW: server kernel vs generic kernel16:43
BrooksWjrib: Are the performance implications of the server kernel that impressive?16:44
paraparastefg: apt-get remove xubuntu-gdm-theme did it!16:44
paraparait turns out xubuntu uses the gdm but with different artwork16:44
cheater15Skaperen, given that the tty's are inaccessible, i wouldn't suppose that would help - since tty's are a system underlying to X16:44
jribBrooksW: I do not know, check the differences in the packages (and you can just install the -server kernel on desktop or X on the server install anyway)16:44
cheater15i hadn't tried though, but would be reluctant to try because i've got work running (data recovery)16:45
Skaperencheater15: maybe, maybe not ... logging out and logging back in resets X so it might also reset the mouse driver16:45
BrooksWjrib: This is true. Thanks.16:45
cheater15oh does it?16:45
cheater15hmm..16:45
cheater15will my instances of screen still be accessible?16:45
BrooksWAnyone here program on AMX?16:45
Gabriel01anyone know why image viewer in lubuntu won't go to the next image?16:45
cheater15or will they get killed when i log out?16:45
Skaperencheater15: if you started a background shell under the screen program, that background instance should still be reconnectable via screen16:46
cheater15Skaperen, ok, so logging out user "ubuntu" from gnome will not actually kill all of the processes of the user?16:46
stefgBrooksW: it's mainly a different choice of default applications.... you could turn one into the other by installing/uninstalling packages. If you know your way aroound with apt on the cli i'd recoomend using a server install and adding xorg later.... less bloat, and options to set up lvm/raid16:46
Skaperencheater15: but your network may go away in the interim ... so if you are IRC-ing in screen (I do that) it can get disconnect and you have to reconnect16:47
cheater15yeah16:47
Skaperencheater15: logging out from desktop should only kill processes technically inherited from X ... screen's background is intetionally not that16:47
cheater15i'm actually ircing in xchat, so i'll disconnect anyways16:47
cheater15alright16:47
BrooksWstefg: very helpful. I'm comfortable with apt, so perhaps we'll go with that. we are currently using a FreeBSD server as a router (mostly port forwarding), could you direct me to some info on how to do this with Ubuntu?16:48
cheater15let me try that after backing up vital data16:48
Skaperenback up your vital data16:48
damian_-__do i need firmware to go with xserver-xorg-video-radeon16:48
Da|Mummywhen i minimize a window thats say, of a mounted drive, where does that window minimize to and how do i bring it back up again, this whole unity thing is just not my thing16:48
stefg!firestarter | BrooksW16:48
ubottuBrooksW: Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Gufw (Gnome) or Guarddog (KDE) also exist.16:48
robin0800damian_-__, not usually16:49
stefgBrooksW: you might as well look at zentyal....16:49
damian_-__do i need firmware to go with xserver-xorg-video-radeon. it came pre-installed but doesnt seem to be enabled somehow. i also have no xorg.conf16:49
damian_-__ok16:49
stefg!zentyal | BrooksW16:49
BrooksWubottu: Thanks. I assume that there is NAT capability in there as well?16:49
ubottuError: I am only a bot, please don't think I'm intelligent :)16:49
brett__so i'm using a macbook pro 5,1 with 10.10 installed. does anyone advise against using the update manager to upgrade to 11.04? i got a prompt the other day suggesting i upgrade.16:49
stefg!ebox » BrooksW16:49
ubottuError: I am only a bot, please don't think I'm intelligent :)16:49
Skaperenubottu: you are a dumb scrap of metal, oh yeah16:50
ubottuError: I am only a bot, please don't think I'm intelligent :)16:50
TurkuSamayou should go play with cleverbot...16:50
robin0800damian_-__, no xorg.conf yes that was removed some time ago not needed for open source drivers16:50
TrillianHi, does anyone know how to run a wireless network manager from the command line?16:51
qinTrillian: nmcli16:51
slakcphilTrillian: iwconfig iwlist?16:51
damian_-__im confused now. `compiz wont work. no error, but no fx either and youtube is choppy. is there a way to enable it just in case its not??16:51
cheater15Skaperen, ok, i am ready to log out and log in again. let me try that now16:52
Skaperencheater15: ok16:52
Trillianyeah iwconfig is too manual for me, i'll try to get network manager working16:52
robin0800damian_-__, compiz --replace16:52
brett__so i'm using a macbook pro 5,1 with 10.10 installed. does anyone advise against using the update manager to upgrade to 11.04? i got a prompt the other day suggesting i upgrade.16:52
theviperrunning google os but it is ubuntu right16:52
slakcphilTrillian: write it in a shell script16:52
BrooksWWhat would you guys say is the best way to get status of a machine (CPU usage, processes, etc) remotely? I have an AMX platform at our office, and we would like to be able to query all machines running for that information. I have it working with telnet (telnet in, run a command, parse response), but is there a better way?16:52
w00tw00twhen i execute "blkid", i do not see my /boot.  does this mean that it does not have a UUID? hence, how should i amend my /etc/fstab?16:53
damian_-__ok i did get an error that time.16:53
damian_-__compiz (core) - Fatal: Root visual is not a GL visual16:53
damian_-__compiz (core) - Error: Failed to manage screen: 016:53
damian_-__compiz (core) - Fatal: No manageable screens found on display :0.016:53
FloodBot1damian_-__: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.16:53
Trillianslakcphil: yeah i have tried that and i have spent hours diagnosing problems with my script16:53
theviperi would up grade16:53
stefgbrett__: make sure to have a valid backup before you start. Upgrade might break, or you might hate the new interface.... no downgrading excpt restoring your backup16:53
damian_-__sorry16:53
slakcphilTrillian: is it the encryption?16:53
theviperdown grade??? why??16:53
brett__stefg, how do you recommend I back up?16:54
stefgbrett__: clonezilla or system rescue cd with fsarchiver16:54
Trillianslakcphil: i don't know to be honest i got fed up :D16:54
brett__stefg, i'd definitely like to create a restorable backup at some point, because i'm happy with the way everything is set up currently, but i am curious about 11.04's new interface (still not sure if i'll like it or not)16:54
desuBrooksW, you could try snmp16:54
andygraybeali <3 clonezilla :)16:54
robin0800w00tw00t, you need sudo blkid16:55
stefgbrett__: set up a virtual machine.... in virtualbox i got unity working....16:55
BrooksWdesu: Ah, very true. Do you know what information an Ubuntu box can provide over SNMP?16:55
* brett__ searches for clonezilla16:55
desuBrooksW, However, I'd recommend replacing telnet with SSH16:55
TurkuSamayou can start up 11.04 in "classic mode"16:55
slakcphilTrillian: yeah it can get messy... I know ceni is curses but have not ran it in ubuntu,16:55
desuBrooksW, I have no idea :P One of my friends once did stuff with SNMP. That is all I know.16:55
BrooksWdesu: I agree, the trouble is that the AMX controller can only talk raw IP, not SSH.16:55
brett__stefg, a virtual machine would work, yeah, but i don't know exactly how it'll run on my hardware with a virtual machine, right?16:56
desuBrooksW, Oh.. That is kind of not-so-secure16:56
BrooksWdesu: We have it locked down to only allow connections from that controller, so I think we're alright.16:56
robin0800damian_-__, try metacity --replace16:56
Skaperenhmmm ... raw IP ... makes me think of suchi16:56
desuBrooksW, Ahh, that's alright, then16:56
Skaperensushi16:56
stefgbrett__: right...16:57
w00tw00twhen i execute "blkid", i do not see my /boot.  does this mean that it does not have a UUID? hence, how should i amend my /etc/fstab?16:57
damian_-__works fine, but agin no compiz effects. they are enabled in simple conpizconfi settings manager16:57
robin0800w00tw00t, did you use sudo?16:57
raidghostIs there any other sound controll center than gnome volume control and alsamixer ?16:57
w00tw00tyes16:57
raidghostI need to select what channels that have sound16:58
w00tw00tthis happened after i upgraded to natty from lucid16:58
robin0800raidghost, pulse volume control16:58
w00tw00thence, my /boot cant be mounted automatically every bootup16:58
ejayhi, i am currently on windows but when i try to boot ubuntu after ubuntu is full of memory it gets stuck on the ubuntu logo screen, how do i fix it16:58
slakcphilTrillian: you could try wicd-ncurses16:58
slakcphilTrillian: you could try wicd-curses16:58
raidghostrobin0800: main.c pa_pid_file create() failed16:59
slakcphilTrillian: no 'n'16:59
ntr0pyCan someone give me a tip why my screen is deactivated when gdm starts? Here is /var/log/Xorg.0.log: http://pastebin.com/Rp1jiK6Z16:59
* Skaperen worries about <cheater15> not returning16:59
robin0800raidghost, when,what why?17:00
ejayhow do i resize the ubuntu partition inside windows17:00
ejay???????????????17:00
raidghosterikandre@bluemoon:~/Nedlastinger/NOLF 2$ pulseaudio17:00
raidghostE: pid.c: Daemon already running.17:00
raidghostE: main.c: pa_pid_file_create() mislyktes.17:00
Trillianslakcphil: thanks, checking that out now17:00
cheater15hi17:01
cheater15Skaperen, didn't help - situation is as before17:01
ejayhow do i resize the ubuntu partition inside windows17:01
fatal_ERROR777hello there, I have got a problem. Laptop gets super slow, when it's logged on the main profile. System monitor shows many kworker processes. But when I log in to my secondary profile, everything works just fine. What to do? Running Ubuntu 11.0417:01
damian_-__robin0800 is there any command to check that those drivers are enabled. or to enable them?17:01
Skaperencheater15: is your physical mouse a USB plug in type?17:02
invisimeso in trying to fix my wireless under 11.04, I'm on this step of the troubleshooting guide: https://help.ubuntu.com/10.10/internet/C/troubleshooting-wireless.html#troubleshooting-wireless-device but the output of lshw doesn't seem to include any of the words indicating the status of the device.17:02
ejaywho wants to help me?17:02
sevoxxWith what?17:02
wildc4rdafternoon all17:02
ejaymy ubuntu wont boot after i filled all the memory17:02
TurkuSamais it possible to resize my ubuntu partition to have space to install windows?17:02
invisimeejay: it'd be much easier to resize the partitions from a live CD using gpart.17:02
damian_-__ejay - install aeseus. decent partition manager17:03
feio@@17:03
ejaymy live cd suddenly wont boot17:03
TurkuSamaor is it better to just run a virtual machine?17:03
sevoxxI've had the same problem.17:03
ejaywould aeseus support the ubuntu partition?17:03
sevoxxNever found a solution.17:03
damian_-__yes17:03
robin0800raidghost, whats that got to do with the pulse audio volume control and multimedia systems selector (hidden menu entry)17:03
TurkuSamahow do i resize my ubuntu partition?17:05
raidghostrobin0800: not quite sure.17:05
ejayeaseus doesnt work for me, i have it already17:05
hypetechTurkuSama: try using gparted17:05
testcompiletest17:06
TurkuSamagparted? *googles*17:06
=== Kasjopaja23 is now known as Kasjopaja
sevoxxOh no. Someones writing another IRC client...17:07
sevoxxBut why!17:07
fatal_ERROR777TurkuSama, It's better to install windows first, then resize the partition, and only after that, install Ubuntu. Still, you can resize Ubuntu partition first, but you will mess with some complications, what I don't recommend you to do. http://goo.gl/jFM1q more information here17:07
=== Kasjopaja is now known as Guest52670
=== Nappz-Zzz is now known as Nappz
jeremymcsanyone have 11.04 running within a hyper-v machine17:09
ejayeaseus doesnt work for me, i already tried it17:09
fatal_ERROR777jeremymcs, nope17:09
ejaymy ubuntu wont boot, PLEASE HELP ME17:10
Skaperenejay: we don't know what you did to break it17:10
ejayi think its out of memory17:11
ejayand its stuck on the boot logo17:11
Skaperenejay: how much does it have now?17:11
Skaperenejay: is the network connected?17:11
sevoxxOut of memory? What exactly do you mean by that?17:11
Skaperensevoxx: he has one of those old 16M memory sticks17:12
sevoxxlol17:12
SystemParadoxmeh. Ok I downloaded the ISO using firefox and the checksums don't match. Is there a way I can use curl, wget, rsync, etc to redownload the file without having to do the whole thing from scratch?17:12
ejayyes and i just checked on my partion manager and it says: 90GB used out of 90GB17:12
Skaperenejay: that's disk space ... plenty17:12
SystemParadox(host system is also ubuntu, just to clarify)17:12
Skaperenejay: how much RAM?  if you think that is an issue?  (should have 512M, but 256M can still work)17:13
ejaybut ever since i used up all the disk space it wont boot17:13
jeremymcsejay, delete all your pr0n17:13
ejayi have 2GB of RAM (i think.....)17:13
sevoxxejay, So you don't mean actual memory? You mean HDD space?17:13
Skaperenejay: boot from a CD, mount the partition, delete some wasteful files like your pr0n collection, unmount, reboot disk17:13
ejayyeah, sorry, im new to this17:14
Skaperenejay: that's OK ... as long as you don't mind we asking you 42 gajillion questions to figure out what you do mean17:14
jeremymcsfatal_ERROR777, i cant seem to get networking to work on it .. very odd17:14
=== TonyBurn is now known as TONYBURN
ejayhow do i boot from the cd?17:15
Skaperenejay: how did you install ubuntu to begin with?17:15
ejayi had someone install ubuntu for me17:15
Skaperenejay: call them ... if you couldn't install, you can't fix it17:15
Orcorhallo17:15
edbianejay: You boot the CD in the drive, change the bios to boot from CD, and turn on the computer.17:15
ejaywell i did install it but all of a sudden it wont boot17:15
edbianSkaperen: He can learn17:15
Skaperenedbian: OK ... you're up!17:16
testcompileanyone using netbook edtion?17:16
edbianSkaperen: :)17:16
ejayi have a dell dimension E51017:16
Skaperentestcompile: I tried it once, does that count?17:16
livingdaylightI can't seem to right click xchat panel to send it to another workspace?17:16
Skaperentestcompile: count me as 0.2517:16
testcompiledid you like it I have asus eepc I was thing of dropping it on17:17
edbianejay: This can probably help: https://help.ubuntu.com/community/LiveCD17:17
Omegaejay: Do you have another way of getting on the internet, so we can guide you through the booting?17:17
Skaperentestcompile: it would be cool for doing limited use of computer ... surf, play music, etc ... I do more than that, so I needed something different17:17
Skaperentestcompile: so I have plain ubuntu on my eeepc17:18
testcompilegotcha this machine only has 500megs of RAM so I thought it might be kewl17:18
f3rlandhello there, what's the best customizable graphical IRC client for Linux?17:18
ChazzdI installed a ruby gem on ubuntu and closed it by mistake, now its messed up my whole pc17:18
* Skaperen has eeepc-901 w/16GB SSD and eeepc-s101 w/32GB SSD17:18
testcompileyou run full version17:18
TurkuSamacustomizable? im using pidgin17:18
TurkuSamaits decent i guesS?17:18
sevoxxf3rland, customizable.. No idea. Have you used x-chat?17:18
testcompilegot the 900 120 beans17:19
f3rlandTurkuSama: I mean one in which we can add some script like in mIRC17:19
testcompilekewl what do you use it for skaperen?17:19
pyQneed advice guys: which version I should install: ubuntu 10.04 or 11.417:19
sevoxxX-chat.17:19
pyQwhich one is more stable?17:19
Skaperen11.04 to start with17:19
robin0800f3rland, xchat17:20
sevoxxX-chat has TCL scripting support.17:20
edbianpyQ: 10.4 will have less bugs17:20
Skaperenif you don't like 11.04 try 10.04.217:20
edbianpyQ: 10.04* sorry17:20
pyQI need a stable one, probably not willing reinstall diso in 2 yrs17:20
=== trolling is now known as trolling|a
pyQoh17:20
f3rlandthanks folks, i'll give it a try17:20
javierhi17:20
TurkuSamaim on 11.04 now, nothing different17:20
llutzpyQ: 10.4.217:20
pyQthanks edbian17:20
Skaperenthen go for 10.04.217:20
edbianpyQ: sure17:20
* Skaperen puts 10.04.2 on his servers at work17:21
javierlol17:21
=== torgeir is now known as Fonzie-
SystemParadoxoh zsync does partial redownloads, excellent17:21
testcompileSkaperen is 11.04 that much better I'm still on Maverick17:21
mang0anyone here using xchat?17:21
luoluoluome17:21
mang0have you installed any themes?17:21
robin0800mand0, yes17:21
edbiantestcompile: 11.04 is much different than other Ubuntu releases.  Is it better?  That's opinionb17:22
fatal_ERROR777jeremymcs, this is odd, but I am sure there is a simple solution for it, but firstly, turn on the network button, which you probably have turned off.17:22
luoluoluomand0,no17:22
ChazzdI installed a Ruby Gem on my ubuntu which messed up the whole system and i need to get my files? what do i do?17:22
mang0I hate the defult look to xchat, and I want to install themes like I had with windows17:22
pyQok... is 10.04 support newest hardware, I intend to install it one brand-new notebook : hp-pavilion-dv6-3362sf17:22
testcompileI was just reading an interview with linus and he was talking about the need for install upgrades as be not as important as maint..17:22
jeremymcsfatal_ERROR777, ha, its on. i have an ip. it grabs via dhcp .. but cannot ping out or surf17:22
livingdaylighthi17:22
livingdaylightI actually came in to ask about video rendering. Downloaded a couple movies and they play fine off other laptops, with 11.04 on this desktop the colors are all weird?? black is pink and stuff like that.17:22
livingdaylightwhen I play the movie in the examples folder it is fine, just the stuff I've downloaded.17:22
pyQ<- this notebook just released last month, but 10.04 has released 1-1.5 yrs ago17:22
livingdaylightat first thought I downloaded something corrupted, but then I tested something else out which I know played perfectly when I transferred it to a laptop, but also plays wonky on thid Desktop.17:23
testcompileyeah this machine has an NVIDIA 7300 LE and there is a driver prob17:23
ChazzdPlease help?17:23
testcompileI installed the gpl 3d drivers and it helped a little17:23
livingdaylightkann mir das jemand erklaeren?17:24
cocohello17:24
=== evil is now known as Guest63847
pyQalso should I try 64 bit 10.04??17:25
cocoso what's the verdict on unity?17:25
w00tw00tanyone using Deskbar on Natty? Though the package is installed, I can't find it from the Panels list! It was there in Lucid.17:25
jeremymcscoco, its hideous17:26
Chazzdis it possible to restore things from a ceratin amount oft time?17:26
jeremymcsChazzd, sure if your taking backups17:26
robin0800coco 8/1017:26
edbianpyQ so you have 64 bit hardware and > 3.2Gb of ram?17:26
TurkuSamadont like unity, login in classic mode17:26
cocojeremymcs: oh oh you dont like it17:26
testcompileif anyone wants the URL to the Linus Torvalds interview I can post it to channel if that is ok recent interview17:26
edbianpyQ: do*17:26
edbianpyQ: Didn't mean to sound rude :)17:26
cocoI can't try unity its why i ask...vbox dont let me use it17:26
pyQyes17:26
jeremymcscoco, i think only a handfull of people so far ive found like it17:26
pyQhp-pavilion-dv6-3362sf17:27
Chazzdjeremymcs: well i tryed to install a library and i exited by mistake, messing up my pc17:27
robin0800coco unity 2d is great17:27
SystemParadoxok wth, zsync just aborts randomly with no errors.17:27
edbianpyQ: then try 64 bit!  The point of it is that you can use more than 3.2 Gb of ram :)17:27
jeremymcsChazzd, what library ?17:27
cocojeremymcs: I saw a review on 11.04...the guy called it the best ubuntu ever17:27
ChazzdUmm one sec17:27
pyQ:( I just need it super solid17:28
pyQhttp://www.laptopspirit.fr/89528/hp-pavilion-dv6-3362sf-156-pouces-radeon-hd6550m-1-to-core-i5-a-699-euros.html17:28
jeremymcscoco, yeah, every new version of something is "the best"17:28
pyQthis hardware17:28
fatal_ERROR777jeremymcs, Do you have a wired or a wireless network?17:28
Chazzdsudo apt-get install libsdl-mixer1.2-dev jeremymcs17:28
jeremymcswired17:28
pyQnot sure if 10.04 will support it17:28
jeremymcsChazzd, that wouldnt break your system17:28
cocojeremymcs: what's your issue with it...speed?17:28
cocotoo many bugs??17:28
jeremymcsChazzd, whats it doing ?17:28
hypetechpyQ: unless you have a specific reason that you need to use more than 3.2 gig of RAM or specifically need to use the 64 bit version of an application, you might as well go with 32-bit imo17:28
jeremymcscoco, unity is 15 clicks to many17:28
ChazzdWel las soon as i try to get onto ubuntu17:28
Chazzdthe mouse and keyboard dont work17:29
hypetechjeremymcs: I don't click at all with unity o.017:29
cocojeremymcs: I see....thats annoying17:29
jeremymcsChazzd, ctrl+alt+f1; login17:29
edbianhypetech: pyQ: He just listed a laptop that has 4 Gb of ram17:29
=== mang0_ is now known as mang0
hypetechedbian: that doesn't mean he's going to be using it all17:29
jeremymcsChazzd, try to apt-get update; apt-get upgrade17:29
Chazzdand for some reason i cant downlaod anything to my temp folder in windows17:29
Chazzdok17:29
Chazzdthe thing is my keyboard doesnt work unless im in recovery17:30
robin0800jeremydei, if you set it up right it is not too bad and nothing is more than 3 clicks away17:30
ashmew2Hi , How can i copy all the contents of my / partition and make the new one the / partition ?17:30
jeremymcsChazzd, virtual ?17:30
jeremymcsashmew2, dd17:30
ChazzdDual boot17:30
pyQ hypetech: I dont need to use the 64 bit version , neither need to use more than 3.2 gig , what I need is a stable ubuntu version, that I can work on17:30
edbianhypetech: ?  why else would you buy it?17:30
jeremymcsChazzd, if you boot into ubuntu, unplug your mouse/keys .. give it 10 seconds then plug it in17:31
jeremymcsctrl+alt+f1 should work though17:31
cocopyQ: i'm still on lucid ;)17:31
jeremymcsChazzd, assuming their usb17:31
ChazzdYea17:31
Chazzdbut its wierd since it didnt do that before17:31
ashmew2jeremymcs : thanks :)17:32
leekrimsWhy does SNES9x suck so badly on Ubuntu? BSNES (Which isn't hacked together emulation like SNES9x, focuses on being accurate) runs better than it, even. They've also ripped out the cheat finder. Was that really necessary?17:32
fatal_ERROR777jeremymcs, oh sorry, I have to go17:32
cocoI would recommend lucid for a stable ubuntu..you still get updates till 201317:32
pyQ32 bit vs 64 bit , what makes them different?17:33
testcompilehas anyone had difficulty with numeric print to screen in terminal I fixed it on the command side but character print/gen still unavailbale17:33
jeremymcspyQ, 3217:33
pyQsans bit diff17:33
Chazzdjeremymcs , i think it deleted files and was going to replace them, but i closed it by accident before it fixed17:33
testcompilerunning 10.417:33
edbianpyQ: 64 bit allows for the use of more than 3.2Gb of ram and it is more efficient.  Some people think it is less stable but that is increasingly not true everyday17:33
Chazzdif i upgrade to natty narwhal, do you think it would restore the default files like gedit and such17:34
jeremymcsChazzd, development files for SDL1.2 mixer library  .. would not break your system17:34
pyQ32 / 64 vote: 2:117:34
pyQok I see edbian, I will go for 32 then17:34
ashmew2jeremymcs: it will copy the boot flags etc as well ?17:34
pyQthanks all...17:34
edbianpyQ: sure17:34
cocoChazzd: about a clean install?17:34
pyQfor your kind sugguestions..17:34
jeremymcsashmew2, if you tell it to17:34
ashmew2k thx17:34
jeremymcsashmew2, dd if=/dev/sda of/dev/sdb17:35
ChazzdI woould do that, except i need some of my code and files fro mthere17:35
magepsychohi guys17:35
josherHas anyone had any luck with the Alienware M11X R3's with ubuntu 11.04? Managed to install it, everything works except when I install the nvidia drivers. Made a post at ubuntuforums.org/newthread.php?do=postthread&f=332 outlining my issues, and can't disable integrated video card as far as I know.17:35
jeremymcsof=/dev/sdb*17:35
magepsychoi need your help17:35
magepsychoi tried to use netbeans 7.0 for php in ubuntu and it's too slow17:35
SystemParadoxWOA. Does anybody know why running md5sum on a file might result in a different sum each time?!!17:36
ashmew2jeremymcs: kk17:36
josheris the file changing, systemparadox?17:36
hypetechSystemParadox: is the file being changed?17:36
Chazzdjeremymcs coco the thing is, it was deleting and replacing files when it got closed17:36
joshersomeone writing to it?17:36
jeremymcsChazzd, then just re-install it17:36
ChazzdUbuntu?17:36
mang0any of you guys using xchat themes?17:36
DrPenguinhi guys. I am looking to setup ubuntu on a new laptop I just got. I want to use Logical partitions because it alread has 3 primarys. Do I just make a 4th primary and 2 logicals go in that?17:37
SystemParadoxyeah that's what I thought was the only possible way, but as far as I can work out, there isn't17:37
Chazzdjeremymcs wont that get rid of the files in my ubuntu partition17:37
gsp2009hey everyone. What would cause a mouse pointer to flash intermittently. Seems to coincide with when the hard drive reads/writes.17:37
jeremymcsChazzd, reinstall the package that failed, not the system17:37
SystemParadoxI just copied the file somewhere else and it's *still* totally random17:37
Chazzdalready tryed17:38
krambal hey does anyone have any idea how i can get my blu ray drive to work17:38
hypetechSystemParadox: what kind of file is it17:38
SudoKingoccasionally my sound stops working until I reboot my computer, characterized by skipping sound in all apps... alsa force-reload doesn't help, and dmesg shows no errors with the sound device17:38
hypetechSystemParadox: also what are you using to check the md517:38
Chazzdit prompted me to enter a command to 'fix' something then i put it in, and it doesnt fix anything17:38
jeremymcsChazzd, your pretty vague17:39
jeremymcspost some output or logs17:39
jeremymcs'he said to drive over to that street and park at that house' know where i am?17:39
Skaperendamn ... I really do need to write something better than dd17:40
ChazzdWhen i entered the Mixer library, it said it couldnt do it (recovery mode) and asked me to enter another command, which i cant remember.I then tryed the mixer install again, which didnt help at all17:41
SystemParadoxhypetech, it's an ISO file, it does the same with other files, sha1sum is doing the same as well17:41
SystemParadoxsomething tells me I should be running memtest8617:42
ChazzdIs it possible to upgrade to natty in the prompt?17:42
ActionParsnipkrambal: http://www.omgubuntu.co.uk/2010/01/bluray-playback-on-ubuntu/17:42
ActionParsnipChazzd: sure, use the server method17:42
Chazzdthat way i would keep my files and be able to use linux again17:42
ActionParsnip!upgrade | Chazzd17:42
ubottuChazzd: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade17:42
gsrChazzd: apt-get install update-manager-core && do-release-upgrade -d17:42
jeremymcsChazzd, do-release-upgrade -d17:42
krambalthank you action17:42
lindsaymobil22Hey guys17:42
hypetechSystemParadox: "md5sum ./file.iso" is the syntax you're using, correct?17:42
ActionParsnipgsr: krambal: -d is for the development release, natty is now stable17:43
lindsaymobil22ActionParsnip: Hey :)17:43
ActionParsniplindsaymobil22: howdy17:43
jeremymcsyeah, sorry no -d17:43
jeremymcshabit17:43
ChazzdIm assuming this would work in recovery17:43
lindsaymobil22Is it possible to upgrade to KDE 4.6.X in lucid?17:43
ActionParsniplindsaymobil22: if you can find a ppa, sure17:43
ActionParsnip!ppa | lindsaymobil2217:44
ubottulindsaymobil22: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk.17:44
lindsaymobil22ActionParsnip: Wasnt sure if 4.6 was available for lucid in Kubuntu Backports17:44
ActionParsniplindsaymobil22: worth a look, it is free17:44
l1nuxmanhow do I set my hosts file correctly so my sendmail relay authenticates and works? Right now it's using the wrong from address I think17:44
hypetechlindsaymobil22: you could always build from source :p17:45
lindsaymobil22hypetech: Good point, just takes a bit more time17:45
woodzy_i get the following error - http://pastebin.com/dw7Latex - when i try and install GGZ gaming.17:45
raidghostrunge: I did discover something aboute the sound issue: http://login.kristshell.net/~raidghost/lyd.txt17:45
freax---http://paste.ubuntu.com/604508/ anyone can help !?17:46
raidghosti want to use this card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog] Subdevices: 1/117:46
raidghostdevice 0: but i dont know if its possible to specify it in a config somewhere17:47
woodzy_i get the following error - http://pastebin.com/dw7Latex - when i try and install GGZ gaming.17:47
gsranyone else having this problem: updated to 11.04 (ended up doing a clean install from CD).  In both unity and gnome2, there are times where I get "stuck" in a focused window, and can't move to any other window.17:47
ChazzdIf i did not have gedit on my system, when upgrading to natty would i get it back17:47
jeremymcsno17:47
dr3mrohello guys . i have created this app for ubuntu I want an easy way to make a deb  http://dl.dropbox.com/u/8828739/site/emim-2.0.0-alpha2-i386.tar.gz17:47
Chazzdand keep all my librarys and programming languages17:48
krambalthe binary and source codes are missing17:48
TurkuSamai had gedit in 10.04, upgraded and still had it17:48
ChazzdIm asking if i dont have it in 10.0417:48
jeremymcsTurkuSama, he said if he did "not" have it17:48
TurkuSamawhy wouldn't you?17:48
jeremymcsit will only upgrade your current system, not add packages17:48
TurkuSamadid you uninstall it?17:48
CleaverMy sounds fucked up, when I play wow while running skype. Sometimes it just puts on shit echo and robot voices on people, how do I fix it?17:48
jeremymcsCleaver, watch the language17:48
ChazzdNo, a library was gonna replace it and got closed down, deleting it17:49
CleaverSorry, bad habbit :)17:49
cocotalking about skype is it working well on ubuntu...i tried ekiga didnt managed to make it work17:49
jeremymcsCleaver, does it do it when your not running them both together ?17:49
Cleaverjeremymcs: I've never expirienced it, but then again I only run skype when I play more or less17:50
jeremymcsCleaver, so theirs your fix. dont run them together :)17:50
CleaverI suspect it being some conflict between some drives, since its wow running through wine17:50
jeremymcsyup17:50
ActionParsnipcoco: works fine here17:50
cocoCleaver: so it works fine on linux...skype that is17:50
jeremymcsskype is fine17:50
Cleavercoco: yea it does, however not as good as on windows :)17:50
cocoActionParsnip: cool, nice to know17:50
ChazzdSkype do work17:50
Cleaverjeremymcs: that aint a fix :)17:50
Chazzd*does17:50
Cleaverits an unacceptable workaround :P17:51
cocoekiga didnt work for me....:(17:51
jeremymcsCleaver, most gamers use teamspeak or ventrillo .. not skype17:51
=== d_atharva is now known as amd64
cocotrue jeremymcs17:51
bindiMost gamers use mumble because of the low latency17:51
jeremymcsCleaver,  also, 99% of your problem is that you play wow17:51
Cleaver:P17:51
cocomumble too17:51
jeremymcsCleaver, the other 1% is running wow & skype17:51
=== grizelda is now known as krckor
Cleaverjeremymcs: skype is convenient, wow is a decent game, neither should be a problem17:52
ChazzdI know that this is a ubuntu irc, but my windows temp file is not letting me dload stuff since i broke that library installation in ubuntu17:52
=== freax--- is now known as Charbel
Charbelhttp://paste.ubuntu.com/604508/ anyone can help !?17:52
coz_Chazzd,   you may want to go to the ##windows channel17:52
_6Xorg9_Is there a way to get EDUP 150 mb n Wifi card to work on UBUNTU (Realtek 818su Chipset)? This is the onyl reason im not on ubuntu atm17:52
jeremymcsCleaver, do you have to kill them both and restart to fix? or one or the other? try narrowing it down17:53
_6Xorg9_8188su*17:53
ddilingeranyone familiar with the 'scrot' screenshotting application?  I'm basically working on a shell script that screencaptures a specific part of screen(selected with mouse) and uploads to imgur/places link in clipboard.  My problem is the script works prefect from command line, but fails when set as a shortcut in gnome(ctrl-prtscrn)17:53
krambaldoes anyone have an alternative to makemkv because they do not support linux anymore i do believe17:53
Chazzdcoz_ thanks a bunch :)17:53
reisiokrambal: for doing what?17:53
krambalplaying blu ray17:53
Cleaverjeremymcs: thats my problem, I dont know how to fix it. I've tried rebooting, but it came back instantly. But sometimes (most times) its running just fine17:53
jeremymcsddilinger, sounds like a different env17:53
CleaverI dont know what creates the conflict tbh17:53
CleaverNor do I know the fix17:53
reisiokrambal: mplayer and vlc should both be able to play Blu-ray17:53
jeremymcsCleaver, could be heat17:54
bindicould be pulseaudio being an ass17:54
Cleaverhaet?17:54
PrasoonI want to combine two .deb. How i can do it?17:54
Cleaverhaet?17:54
Cleaverjeez17:54
Cleaverheat?17:54
FloodBot1Cleaver: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.17:54
reisioPrasoon: tar17:54
ddilingerjeremymcs: how might i debug?  i added 2>&1 >/tmp/scrot.out to the scrot call(which is failing), but no output in file so i'm not sure how to even guess at the problem17:54
Prasoonreisio:  It should be .deb only17:54
jeremymcsddilinger, pastebin your script17:56
coz_ddilinger,  not sure if   ddd will help,, and I keep forgetting how to use the darn thing for debugging17:56
krambali have to run ubuntu thru wvware player because i cant find the proper drivers for my laptop17:56
ddilingerjeremymcs: http://pastie.org/1875364   It never gets as far as the "Uploading" notification and goes straight to "Failure"17:56
Prasoonreisio:  So what you say?17:57
reisioPrasoon:17:57
Prasoonreisio:  yes17:57
amd64how can i install a software which is installed in one pc (with internet) to other without net ??? the software is already installed in pc with net.17:57
coz_amd64,  do you have a flash drive?17:57
amd64ya17:58
jeremymcsamd64, you cant, unless you have the install package17:58
ActionParsnipamd64: sure, you can manually copy the debs over and use them (assuming the OS is the same architecture), or if you want something pretty, use aptoncd17:58
icerootddilinger: if it is a bash-script set -x is a good start, else "strace program" is the hardcore-debug version17:58
hypetechanybody know of a ppa for netbeans 7?  the offical ubuntu repo only has 6.917:58
coz_amd64,   copy the install deb package to the flash drive and install on other system...although iwould  check which depencies are necessary as well17:58
iceroot!offline | amd6417:58
ubottuamd64: If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. Alternatively, try http://ubottu.com/ljl/apt/ - See also !APTonCD17:58
GarryFreThere is no sick feeling like the sick feeling you get editing vi and you forget to go into insert mode and type an line and suddenly see the wreckage you've done.17:58
ddilingericeroot: the problem is it works great from command line, just not when set as a gnome kyeboard shortcut(ctrl-prtscrn), i cant figure out how to get the debug output from gnome shortcuts17:58
ActionParsnip!ppa | hypetech17:58
ubottuhypetech: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk.17:58
ddilingerjeremymcs: i've also tried with the file location as /tmp/$$.shot.png incase it was file permissions, but that also fails17:59
SystemParadoxplease could somebody confirm what the real md5sum is for natty-desktop-i386.iso17:59
krambalis there a way i can show you guys my specs for my machine17:59
ActionParsniphypetech: for which release ?17:59
hypetechActionParsnip: natty17:59
daniturnhi is this ubuntu room18:00
ActionParsnipkrambal: sudo apt-get install lshw-gtk18:00
oCeanSystemParadox: https://help.ubuntu.com/community/UbuntuHashes18:00
cocodaniturn: yes it is18:00
daniturncool18:00
daniturni was just so confused18:00
cocono problem :)18:00
krambalok action now what lol lol18:00
hypetechSystemParadox: http://releases.ubuntu.com/11.04/MD5SUMS18:01
SystemParadoxoCean, are ubuntu-11.04-desktop-i386.iso and natty-desktop-i386.iso supposed to be the same file?18:01
daniturni hate how i updated ubuntu 10.10 to the next 1 and lost all my internet connections18:01
gsranyone else having this problem: updated to 11.04 (ended up doing a clean install from CD).  In both unity and gnome2, there are times where I get "stuck" in a focused window, and can't move to any other window.18:01
Prasoonamd64:  you can use http://paste.ubuntu.com/604521/ to back up deb packages18:01
krambali am having that problem as well18:01
ruanif i connect an ethernet cable between my linux desktop and a windows laptop, will file sharing be possible?18:02
newbie007I've got two devices that support multitouch, one is a intel the other ARM. Will ubuntu support these out of the box? And can anyone point me to a video of it?18:02
hypetechSystemParadox: natty-desktop-i386.iso isn't an official file name18:02
krambali have to alt-cntl-del then everything starts working again18:02
UbunewbHi everyone. How can it be that copy speed from one hd to another is 50 mb/s in windows xp, but only 25 mb/s in ubuntu 10.04? sata II on a sata I mainboard18:02
oCeanSystemParadox: I have no iso with 'natty-desktop' in it, it's 11.0418:02
ActionParsnipdaniturn: upgrading can cause issues. Are there any bugs logged?18:02
rumpe1ruan, 1000Mbps? "usual" cable?18:02
raidghostbla bla bla.18:02
daniturnethernet cable why just do usb to usb18:02
ruanrumpe1: i guess, havent recieved the cable yet18:02
SystemParadoxcdimage.ubuntu.com/cdimage/daily-live/current/natty-desktop-i386.iso18:03
ruanusb is too slow for me18:03
rumpe1ruan, if it's a usual (not crossover) cable and your cards can't do the crossover by itself (like some(?) Gigabitcards), it won't work18:03
daniturni had the worse nighmare getting dvds to work today18:03
ashmew2ruan: NEVER...NEVER Connect two PCs with a USB...NEVER18:03
ActionParsnipashmew2: why not?18:04
ashmew2ruan: get a hub , fet two ethernet cables , all is well18:04
ruanashmew2: yeah i meant usb flash drives, transfer speed was slow18:04
oCeanSystemParadox: that is from pre-release, this is where you should be downloading: http://releases.ubuntu.com/11.04/18:04
ashmew2ruan: oh kk18:04
ruana hub?18:04
Prasoonhow to combine two .deb into one18:04
daniturnive run usb to usb on another laptop was fine18:04
ActionParsnipPrasoon: why do you want to do that?18:04
SystemParadoxoCean, I want rsync, releases.ubuntu.com does not support it, and zsync is BUGGED18:04
ashmew2ruan: yeah , an ethernet port switch or something...like it has 4 or 5 or 10 ethernet ports for putting computers over a lan.18:04
scott__hi, sorry if this channel is wrong, but I had an issue when downgrading from natty to lucid.18:05
ActionParsnipashmew2: usb lan is simple and works18:05
krambalActionParsnip: whats next :) ?18:05
newbie007ashmew2: also curious, why not (2 usb connected computers)?18:05
raidghostaplay -l finds 3 options. 1 is the front speakers. 2. is the subwoofer and 3 is the hdmi for sound on hdmi device.18:05
hypetechscott__: downgrading isn't really supported18:05
daniturnok is there anyway to get tv on here without all the complications od mythtv18:05
zs1otbHelp, I upgraded to 10.10 and now my video is not working... what can I do18:05
sevoxxashmew2, Yes, why not?18:05
raidghostat the moment its using number 2 as default sound. I want to use number 1 as default. In gnome volume control its 2 and 3 thats found.18:05
ruanashmew2: cant i just connect them with an ethernet cable? whats the hub for18:05
oCeanSystemParadox: well, the link you're downloading from is pre-release. Anyway there is a link to the md5sums: http://cdimage.ubuntu.com/cdimage/daily-live/current/MD5SUMS18:05
ActionParsnipkrambal: for what?18:06
newbie007daiturn: mythtv is more of a database telling ivtv when to record, mythtv doesn't actually do anything tv driver stuff18:06
krambaloh you just told me :P18:06
SystemParadoxwhich matches the md5sums in the link you gave earlier. This is driving me mad18:06
scott__I mean I installed the / directory of lucid over the / directory of natty, and kept the /home partition.  I'm getting this error: Your photo library is not compatible with this version of Shotwell.  It appears it was created by Shotwell 0.9.2.  This version is 0.5.0.  Please use the latest version of Shotwell.18:06
ActionParsnipruan: you can use crossover cable for p2p but you will need to set IPs  manually18:06
daniturnnewbie007 than what should i be using because thats what ive been told to use18:06
magepsychoi tried to use netbeans 7.0 for php in ubuntu and it's too slow ... i m newbie btw18:06
krambalbah this is my vmware application info not my actual machine grrr18:07
newbie007daniturn: vlc, mplayer, you can also cat to a file18:07
zs1otbHelp, I upgraded to 10.10 and now my video is not working... what can I do18:07
SystemParadoxaha! my fault, I forgot to tell rsync to '-c'18:07
GarryFreI had the same experience with netbeans. Too slow. I went to eclipse, although its a bit confusing.18:07
daniturnnewbie007: what for live tv18:07
newbie007daniturn: the physical hardware just creates a mpeg or jpeg, it's live or with a 5 second lag18:08
scott__Is there a solution, or do I need to reinstall natty? I was having problems with natty after doing an upgrade from 10.10.18:08
daniturnso how would i go bout doing that with a dvb-t stick18:08
ashmew2ruan: Hub is for putting PCs over a lan..like a gaming computer shop and sharing internet...and file sharing and everything...You can do two pc connections without a hub afaik , but you have to cross cables , as someone already mentioned..a hub would cut down on work , plus its cheap18:08
surskittyscott__: when are you getting this error?18:08
newbie007daniturn: the goal of mythtv is to connect a database of tv shows, with a recording, it also can delete commericals18:09
surskittyscott__: have you considered upgrading shotwell18:09
scott__surskitty - Immediately after I click on the icon to start shotwell18:09
andschHay all, folks. Is there a way to buy from itunes music store without wine?18:09
newbie007daniturn: the database is kind of nice, you can "SELECT tvshow where name like '*star trek*'"18:09
surskittyscott__: then ... upgrade it to 0.9.2?18:09
daniturnnewbie007: ive tried everythin and still dont know where to start18:10
ChazzdThe Windows irc is full of people yet no one talks, can anyone here see a reason why my windows temp folder wouldnt allow downlaods ?18:10
zs1otbHelp, I upgraded to 10.10 and now my video is not working... the sound is OK... but no video on any application... what can I do18:10
ActionParsnipandsch: no, ituns uses propritary protocols so the  only way iswith itunes18:10
cocosacres me when i see those updating comments....18:10
cocoscares*18:10
daniturnchazzd: no ive done that before18:10
scott__surskitty: I'm sorry, I'm a noobie, and didn't know if there was a PPA.18:10
zs1otb@Chazzd - because its windows....18:10
hypetechChazzd: did the permissions get changed on the directory?18:10
nibbler_does shotwell by now support a hirachy in the tags? (like f-spot does)?18:10
ActionParsnipChazzd: windows is offtopic here18:10
jribChazzd: this channel is for ubuntu support, please be patient in the appropriate channel18:10
newbie007daniturn: it's not the easiest thing to setup, I've found that older hardware works better. I've got some sort of hauupgpahsp? usb device that works pretty well. Look into "ivtv"18:10
andschhmmm... ok, that sucks, tho. :/18:10
=== foxy is now known as Guest45781
ActionParsnipandsch: its apple, what did you expect18:11
ChazzdIts ju that this only happened after i canceld the installation of a library on ubuntu and everything went wierd18:11
ActionParsnipandsch: they are one of the most short sighted closed mided companies around18:11
cocoChazzd: why not doing a clean install18:11
hypetechChazzd: where are you running ubuntu?18:11
daniturnthis is confusing why cant it be as simple as windows media center on windows18:12
newbie007andsch: I think if you promise to snail mail apple your physical location every 5 seconds they will inturn snail mail you a cassette :O18:12
cocodaniturn: what you talking about18:12
zs1otbHelp, I upgraded to 10.10 and now my video is not working... the sound is OK... but no video on any application... what can I do18:12
cocoplaying dvds?18:12
ActionParsnipdaniturn: xbmc is pretty neat18:12
surskittyscott__: http://packages.ubuntu.com/natty/i386/shotwell/download or http://yorba.org/shotwell/install/ looks promising18:12
andschActually I think they were pretty visionary on allowing people to buy individual sound files on the go.18:12
ChazzdIm gonna do a clean install of linux t osee if it clears u pthe problem18:12
hypetechdaniturn: check out Boxee18:12
daniturncoco: setting up live tv from a dvb-t stick18:12
newbie007andsch: it wasn't their idea18:12
Chazzdwell actaully im gonna upgrade it in recovery18:12
hypetechdaniturn: oh nvm boxee won't help you with live tv18:13
ActionParsnipandsch: yeah if you run theright OS, other companies allow ALL OSes free reign18:13
andschThey were in sync with the eon urge to obsolete the compact disc media.18:13
daniturni need a newbie way of doing it18:13
daniturnive got boxee18:13
newbie007hypetech daniturn: the hardware doesn't matter18:13
ActionParsnipdaniturn: once you setup the tv card, any app can use it18:13
newbie007daniturn: just use vlc18:13
scott__surskitty: do I need to upgrade through a ppa, or manually download a deb file?18:13
cocovlc is good for that daniturn18:13
surskittyscott__: pretty sure either works18:13
ActionParsnipdaniturn: if you haven't setup thetv device then it won't work.18:14
daniturnhow do i it up set up18:14
daniturnbrb18:14
GarryFreHmm, lets see. Natty is 11.04 and this guy says he upgraded his natty to 10.10. Something not right about this picture.18:14
scott__surskitty: sorry I didn't see what you typed until after I pressed enter18:14
scott__:)18:14
scott__I'll check those out, thanks18:14
newbie007can anyone point me to setting up multitouch on ARM and intel? Is this supported?18:14
cheater53hi!18:15
coz_newbie007,  that I cant dont know,, I am betting somone else does though18:15
cheater53i was talking here with someone but forgot the nick of the person :) sorry18:15
coz_newbie007,  rather that one I dont know,, the "cant"  was a typ :)18:15
coz_typo18:15
cheater53can someone look in their scrollback please?18:15
coz_bad finger day I think18:15
coz_cheater53,  hold on18:16
cheater53thanks, just search for "cheater"18:16
newbie007coz_: I've got a nook and a asus. I don't want google's creepy honeycomb.18:16
newbie007on boot is gives an error that the location service isn't working.. yeah no thanks18:17
coz_newbie007,  understood,, I am sure someone here can help with that particular thing18:17
zs1otbhow do I get video to work on 10.10 after upgrading which does now not display on the screen. The sound is ok but no virdeo18:17
coz_cheater53,  my scroll back doesn go back far enough apparenlty hold on ...let me find the file and check18:17
ActionParsnipzs1otb: so you get a black screen when you boot?18:18
scott__surskitty: it works perfectly now, thanks for your help18:18
zs1otbno only when I play something such a avi or mp4 or even a flv .. however on teh firefox browser you tube plays with noe problem18:18
ruanzs1otb: can you play them with another player, eg. vlc?18:19
reisiozs1otb: mplayer -vo help18:19
ActionParsnipzs1otb: have you installed ubuntu-restricted-extras18:19
zs1otb<ActionParsnip> yes I have and no player is giving video although all the players the sound is fine18:20
ActionParsnipzs1otb: try installing w32codecs from medibuntu too18:20
* reisio headdesks18:20
zs1otbI have18:20
coz_cheater53,  I cant find it in my scrollback,,,, when was this?18:21
ActionParsnipzs1otb: also install gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly18:21
kostkonzs1otb, also, try installing ffmpeg and gstreamer0.10-ffmpeg18:21
needlezzs1otb: have you tried playing them from the terminal??18:22
dagonhttp://www.youtube.com/watch?v=5iSUqqTXDOU&feature=related18:22
ikerc_http://www.pastie.org/1875427  howto search serial port like /dev/USBx ?18:22
zs1otb<ActionParsnip> I have installed all those and ffmpeg and <needlez> no not in terminal18:23
needlezsudo aptitude -y install mplayer-nogui... then mplayer /path/to/your/video/file18:23
S4RYSalutation18:23
reisiozs1otb: try a different vo, mplayer -vo help18:23
reisioS4RY: shalom18:23
ActionParsnipzs1otb: try different video output methods in the vide setting in vlc.i had to change  it on my nvida gpu'd system18:24
cocoyou need mplayer-gui its better18:24
S4RYi've been  facing this lately http://paste.ubuntu.com/604527/ , trying to figure it out.18:24
reisiococo: is that smplayer?18:24
cocono its mplayer with a basic interface18:25
S4RYI can't tell if it in ubuntu part , or from my ISP service provider.18:25
reisiococo: mplay.sf.net ?18:25
S4RY*it is in /18:26
cocono it should be mplayer-gui18:26
valberghi - how do i get more workspaces in unity?18:26
gileswheya all18:26
S4RYhi18:26
reisiococo: going to assume it's gmplayer, then18:26
zs1otb<needlez> No candidate version found for mplayer-nogui was the response and then it removed a lot of programs18:26
reisiosmplayer is far superior18:27
gileswubuntu picked gnome classic after my nvidia drivers weren't installed automatically18:27
reisiobut does require Qt, IIRC18:27
cocoreisio`its different18:27
ActionParsnipvalberg: in ccsm under general options18:27
gileswi've got them installed now and want to try unity18:27
reisiococo: from gmplayer?18:27
cocogmplayer cant play url if i remember18:27
gileswbut the standard ubuntu session seems to be tied to gnome18:27
gileswany idea how i change it to be unity?18:27
usr13How does one select vga mode in grub?18:27
reisiococo: course it can18:28
ActionParsnipreisio: smplayer isjust a different gui to the same mplayer, you can use gnome-mplayer and not haul in a tonne of Qt deps18:28
reisioit's definitely old and lacking in features, though18:28
reisioActionParsnip: yeah, but does gnome-mplayer have all those features18:28
gileswdo i need to edit the gdm sessions?18:28
cocognomeplayer is the one that cant play url18:28
gileswdoes ubuntu still use gdm?18:28
reisioah18:28
reisiogilesw: yes it does18:29
gileswta reisio18:29
reisiogilesw: log out18:29
reisiogilesw: choose a user name, then before entering a password, at the bottom, select 'Ubuntu', IIRC18:29
cocoi dont know why they stopped mplayer-gui...i heard they stop doing it18:29
reisio(as opposed to 'Ubuntu Classic')18:29
gileswthats the thing it hasn't selected classic18:29
reisiococo: because it was really old and underdeveloped, and better alternatives existed18:29
ruanis it possible to use kdm on gnome?18:30
reisiogilesw: what's it selected?18:30
fridgeratordoes anyone know the PPA for winepulse?  their website is always down18:30
reisioruan: yes, but goofy18:30
gileswjust ubuntu18:30
ruani tried but window decorations didnt work18:30
ActionParsnipcoco: it can play urls, theshortcut is ctrl+L18:30
gileswi think it's decided i don't have the hardware18:30
valbergActionParsnip: thnx!18:30
reisiogilesw: so what's the problem?18:30
pasprosmplayer is much better18:30
ruanwhen i ran compiz then it crashed18:30
gileswso the ubuntu session loads gn 218:30
cocoActionParsnip: thx for the trick18:30
ruancould've tried metacity18:30
gileswi'm going to check the actual session config file18:30
gsranyone else having this problem: updated to 11.04 (ended up doing a clean install from CD).  In both unity and gnome2, there are times where I get "stuck" in a focused window, and can't move to any other window.18:30
gileswso impressed by the new installer18:30
usr13In other words, what would be the grub equilivant of lilo's line(s)  "vga = normal"  and/or  append="nomodeset"18:30
usr13?18:30
ActionParsnipreisio: I'd assume the gui would take advantage of all the features, to not enable a user to do so makes no sense at all18:31
gileswmost painless install of any os for me ever18:31
ActionParsnipusr13: in /etc/default/grub   in the quotes with: quiet splash18:31
ruangilesw: the livecd installer?18:31
bindiHey, I'm using Ubuntu 11.04 and a GTX 570 (probably related) - each time I start up (in ubuntu classic), I get bunch of errors in the other screen.. like "trash" has stopped unexpectedly18:31
reisioActionParsnip: well they didn't finish it, I guess18:31
gileswya18:31
reisiomplayer has a lot of features18:31
bindiThe both screens have panels for some reason18:31
reisioI've never seen a GUI that can easily utilize them _all_18:31
ruangilesw: is it much more different than the 10.10 one?18:31
cocomplayer is the bomb18:32
ActionParsnipusr13: run:  sudo update-grub  after edittin / saving the file18:32
reisio^18:32
cocolove it18:32
gileswi haven't installed bunty in a while18:32
gileswon desktop mind18:32
ActionParsnipreisio: what options do you  believe are missing?18:32
needlezok still no luck with avi file?? zs1otb??18:32
andschno. mplayer2 is the bomb.18:32
pasprois anyone experiencing video tearing on 11.04 with nvidia graphics card?18:32
reisioActionParsnip: from what?18:32
andschit's dev is very manly.18:32
reisioits*18:32
ActionParsnipgilesw: i fund xpudeasier, doesnt ask any questions ;)18:32
reisiomplayer2 is a joke18:32
ActionParsnipreisio: well you are saying gnome mplayer is missing sometings. Maybe I can find them for you18:33
cocomplayer2 ???18:33
reisioActionParsnip: as compared to smplayer18:33
ruanis there a console-based video player which converts to text?18:33
usr13ActionParsnip: Right now,  quiet splash do not have quotes around them....18:33
reisiococo: don't give it a second thought18:33
cocolol18:33
andschyes, the vanguardeous media player forked from the each day more relapse mplayer18:34
ActionParsnipreisio: yes but what is missing, i your eyes?18:34
reisiococo: some dork's attempt to usurp the mplayer name18:34
usr13ActionParsnip: We're talking grub2 here, right?18:34
cocolol18:34
usr13ActionParsnip: (I suppose it would be the same for grub1 as well as grub2...?)18:34
mfpocketshello all18:34
jonas_Hi everyone. I'm working on a remote server. I want to use the most recent version of vim. I compiled it in my home dir. Now how do I change the link so the most recent version will always be used? The change shouldn't be global but only for me. Currently set an alias in .bashrc but there must be a nicer way?18:34
ActionParsnipusr13: they should, yes grub2. here is my file: http://paste.ubuntu.com/604531/18:34
mfpocketsIm looking for some help getting rt3070sta driver to work.18:34
needlezhey can plymouth be changed easily?? or is it still a pain in the arse?18:34
reisioActionParsnip: as compared to smplayer, or in general?18:35
ActionParsnipusr13: grub legacy uses temenu.lst file and is cumbersome18:35
reisiojonas_: that's pretty nice...18:35
mfpocketsi compiled the driver, and installed it, the device shows in iwconfig, but cannot see any networks.  if i disconnect the usb and reconnect it it says device not ready and in dmesg im getting failed to initialize rt28xx18:35
astropirateCould someone tell me where Gedit Plugins go in Gnome 3?18:35
reisiojonas_: could put it into /usr/local/bin/, though18:35
kdeloopingam looping on the start up icons in a Natty Kubuntu install from DVD ... is to a fresh hard drive. Any tips to getting working?18:35
mfpocketsi blacklisted rt2870sta and rt28xx but it doesnt seem to work.18:36
ActionParsnipreisio: i'll makeit easy: what features are in smplayer which aren't in (or you cannot locate) in gnome-mplayer??18:36
andschhttp://www.mplayer2.org/comparison.html <- mplayer2 is lightyears ahead of mplayer.18:36
mfpocketsalso a lsmod shows rt3070 loaded but no device using the driver.18:36
mfpocketsidea?18:36
ActionParsnipastropirate: gnome3 isnt supported here18:36
samolly?18:36
reisioActionParsnip: dunno18:36
bindiFixed my previous problem..18:36
spetreawhat's the inverse of pidof ?18:37
usr13ActionParsnip: Mine doesn't look like that.  (See:  http://pastebin.com/q82G9muL )18:37
bindiIs it possible to get Windows 7 style icons for the window changer? No titles, just icons18:37
ActionParsnipusr13: you DON'T edit grub.cfg. READ the top 10 lines of the file...18:37
usr13ActionParsnip: Maybe it's because I'm LTS (which has been through 3 dist-upgrades)..?18:37
usr13ActionParsnip: Oh.....yea18:37
ActionParsnipusr13: grub2 is grub2 in any distribution18:38
ActionParsnipusr13: try using eyes, it helps18:38
ActionParsnipusr13: I also said to edit /etc/default/grub18:38
ActionParsnipusr13: I never even mentioned rub.cfg so why you are messing with that file is anyones guess18:38
krambalhttp://pastebin.com/LHgpR4PL is the error i am getting when i try and run my bluray18:38
krambalany ideas18:38
mfpocketshelp with wireless usb card please anyone?18:39
mehdihello guy18:39
andschactually, grub2 is THE grub in every distribution.18:39
andschYour computer can't be complete without it.18:39
ActionParsnipbindi: sure, grab an icon pack from www.gnome-look.org18:39
daniturnso im back18:39
lwizardlhello18:39
ActionParsnipandsch: some distros use Lilo18:39
cococlean install daniturn ???18:39
Chipzzzspetrea: you could try htop18:39
triyoIs there any recommendation about fixing sound when it is too low. I have my sound set to 100%, its far to low.18:39
bindiActionParsnip: hum I mean.. you know, the taskbar? or window changer.. whatever18:39
daniturni need a newbie guide to guide me how set up live tv with a dvb-t stick18:39
cocooh it wasn't you sorry...oops18:39
avinashhmHi guys , i want to burn an iso image to a DVD .. not sure how in ubuntu .. any pointers please ..18:39
jumpkickwhat is the modern ubuntu way of setting up console frame buffers?18:40
bindiActionParsnip: so there's no titles of the windows, just the icon of the program18:40
andschActionParsnip: These are subpar distros. True distroes use grub2.18:40
mehdidoes anyone knows how to control screen brightness on ubuntu18:40
bindiActionParsnip: like a dock, embedded in the panel18:40
reisiotriyo: you should be able to artificially boost it with pulse or jack18:40
triyoI'm running 11.0418:40
reisiomplayer can use -af volume=10, etc.18:40
andschActionParsnip: Grub2 is so awesome some distroes ship only with it installed, nothing more.18:40
daniturnmehdi: power management18:40
andschI would take my clothes out for grub2 any day.18:40
krambalreisio was that towards me18:40
LinuxFetusHey I'm trying to install Ubuntu 11.04 64 bit on a machine with RAID 0 as its only HD configuration (i.e. I don't have a non-raid drive to install to).  Anyway, I _believe_ I have FakeRaid, if that helps -- but I'm in the Ubuntu installer and I'm wondering what I should select for the "Device for boot loader installation".  The two that seem reasonable for me are "/dev/dm-0" and "/dev/mapper/isw_babdfbfafa_RAIDVOL Linux device-18:40
LinuxFetusmapper (striped) (1.5 TB)"18:40
ActionParsnipandsch: gentoo gives the option of both18:40
spetreaChipzzz: thx18:40
triyoreisio: what do you mean by pulse or jack?18:40
Chipzzzspetrea: yw18:41
ActionParsnipandsch: users have choice, just because you dislike an application doesn't mean it is the gospel18:41
ActionParsnipbindi: i believe it is dockbarx18:41
triyoSound used to be higher, its gone far to low lately. Must have happened after installing something lately.18:41
mehdii m running ubuntu 11.4 but there is no such a thing like controling screen bithness18:41
andschActionParsnit: But grub2 is the sex.18:41
=== sm is now known as Guest24457
needlezhey off topic question: what happened to pidgin as default?? I mean I still have it for me and know where to find it but why did ubuntu go away from pidgin18:42
ActionParsnipandsch: to you maybe18:42
andschI have lost my virginity to grub218:42
bindiActionParsnip: that isnt embedded in the panel18:42
ActionParsnipandsch: youmay think similar of ubuntu wheras others dislike it18:42
reisioandsch: I should do that18:42
donkeyinspacehello, how to know if unity is enabled and how to disable it?18:42
ActionParsnipbindi: can you expand on your needs18:42
bindiActionParsnip: actually it is :-) sec let me try18:42
daniturnanyone be able help me set up live tv with a dvb-t stick18:42
triyoAlso I installed alsamixer and it shows a wrong sound card. ("HDMI" type..)18:42
ActionParsnipbindi: thought so ;)18:42
lwizardlCan someone tell me how to fix a few things in 11.04. 1) when i click on an email address it doesn't open thunderbird new compose. I overwrited the files in .thunderbird with my old ones from past OS install to keep all my emails etc. 2) how do i turn off the auto snap full window feature. 3) is there a way to add commands to the right click menu ? i want to add compress to a file type18:42
reisiodonkeyinspace: you would know if it were enabled18:42
tensorpuddingdonkeyinspace: did you log into the Ubuntu session? are you running 11.04?18:43
tensorpuddingdonkeyinspace: if yes to both, you're running unity18:43
cocosee you guys later :)18:43
jeffrashdoes anyone know if the custom option for preferred applications is coming back?18:43
needlezdonkeyinspace: when you log in it lets you choose ubuntu , or ubuntu classic... ubuntu has unity, ubuntu classic doesnt18:43
ActionParsniplwizardl: 3) look into nautilus scripts18:43
mang0lwizardl, all thinks I want to know :)18:43
ActionParsniplwizardl: 2) look in ccsm18:43
mehdihow to reduce screen bithness18:43
mang0mehdi18:44
donkeyinspaceneedlez , dont see that option when logging18:44
usr13ActionParsnip: Done.  And grub-update reported no errors, so does that mean that I have not syntax errors?18:44
daniturnlive tv anyone18:44
usr13*no not not18:44
ActionParsniplwizardl: ubuntu tweak has a few you can enable easily, or you can download scripts online18:44
mang0you can either see if there are any buttons on your actual moniter18:44
mang0or google18:44
mang0!google how to change brightness in ubuntu18:44
ActionParsnipusr13: if update-grub ran smooth then all should be ok, reboot to test18:44
ubottuI have no google command, use http://www.google.com/18:44
mang0fuu18:44
needlezdonkeyinspace: if your on 11.04 you have that choice, on the bottom bar when you login18:45
mang0someone should put a !google command in, shouldn't be too hard18:45
usr13ActionParsnip: Ok.18:45
reisioI can make ubottu say things18:45
donkeyinspaceneedlez , thanks18:45
LjLmang0: it's not there on purpose. just giving the googles is not really encouraged... we have official documentation and stuff18:45
needlezdonkeyinspace: np18:45
mang0fair nuf LjL18:45
daniturnlive tv help anyone18:46
surskittymehdi: screen brightness is in Power Management somewhere18:46
needlezdaniturn: whats the problem exactly18:46
mehdii checked but i couldnt find it18:46
daniturnsetting up live tv im neewbie here i have a dvb-t stick18:46
Bill_MIHi folks.  Can anyone help getting cpu coretemps from a Dell GX620 that is totally void of external sensors?  The Core2 Duo sensors don't seem to be available in Lucid LTS.18:46
mang0daniturn, I think you mean LiveCD18:47
mang0not LiveTV18:47
mang0?18:47
daniturnno live tv18:47
ActionParsnipdaniturn: run:  lsusb   one line will identify the device,us the 8 character hex id to find guides18:47
needlezsystem>preferences>powermangement> should come up with display set brightness18:47
mang0whats live TV?!18:47
* mang0 wonders18:47
webisticI need help with ftp from server to server using the terminal18:47
=== XuMuK is now known as XuMuK|ZNC
daniturntv that is live18:47
LetterRipI have a suggestion for the dev team18:47
hypetechwebistic: what is the problem you're having?18:48
=== XuMuK|ZNC is now known as XuMuK
mang0Lol, you mean watching TV on the computer? Thats illegal if it's live and you have no licence...(in UK anyway)18:48
ActionParsnipLetterRip: report it on http://brainstorm.ubuntu.com18:48
LetterRipA lot of hardware for convenience access  - buttons, sound wheels - etc. not work out of the box18:48
needlezits just tv that can watch on computer...18:48
mang0okay guys, I've got a couple of questions: 1). when I have uninstalled an app, how do I remove it from the applications menu? It seems to stay there. 2). If I want to run an application of an external harddrve, how do I install it from the software center? it seems to not ask where I want to install it...and I need this app on an EXTERNAL not Internal18:48
LetterRipa possible way to fix this - is to have the user activate the button etc18:48
daniturnwell we  gathered that otherwise i wouldnt have a usb tv stick18:48
LetterRipand have the hardware listening for signals18:49
gileswhmm I looked in /usr/share/xsessions and I don't have a unity xsession file18:49
LetterRipand once it finds a new item18:49
LetterRipyou can assign it18:49
gileswcould someone look in their directory?18:49
LetterRipto the appropriate function18:49
needlezdaniturn: lspci so we can know what the device is exactly to look it up18:49
joi_hi18:49
hypetechgilesw: I have a "unity-2d.desktop"18:49
needlezor lsusb if its usb stick version18:49
Chipzzzmang0: to remove an item from a menu, right click on the menu, click on 'edit menus' and uncheck the shortcut18:49
gileswhmm hypetech i don't have that18:50
joi_hi18:50
The-Kernelhi, so just install 11.04 and my GUI doesn't work. I never get a login screen, it just goes black, ps auwx doesn't even show gdm or gnome running...any ideas?18:50
gileswjust gnome ones18:50
joi_hello18:50
gileswit's the only thing that cocked up on my install18:50
mang0ah, thanks chipzzz! :) what about my other question? any idea?18:50
daniturnID 15a4:1001 Afatech Technologies, Inc. AF9015/AF9035 DVB-T stick18:50
joi_wadds up18:50
gileswubuntu didn't install the restricted nvidia drivers and modified the default ubuntu session to be gnome 218:50
The-KernelI also have an nvidia 9600 and duel screens18:51
gileswi installed the drivers and want to give unity a try..18:51
Chipzzzmang0: when you install an app from software center or apt-get, the package tells the installer where to put the files... you can't specify another option18:51
joi_What are you talking about?18:51
ActionParsnipdaniturn: ok now use that to findguides18:51
sevoxxHmmmppph.... Unity has broken my apps UI18:51
mang0Chipzzz, can I move the file/s once I have them?18:51
Chipzzzmang0: unlikely... you'll confuse the system18:52
mang0bother.18:52
joi_hi18:52
Chipzzzlol18:52
joi_what?18:52
mang0that's really annoying....I want to download a game, but I want it on my 1TB hard drive, not my internal one. :/18:53
daniturnok this is confusing looking up guides18:53
Chipzzzmang0: you can try it but I don't think it will work18:54
mang0;__;18:54
OsmodivsEverytime I try to open an emulator or install Yahoo Msgr, I get this output in the terminal wine: cannot find L"C:\\windows\\system32\\plugplay.exe18:55
OsmodivsOf course, there are like dozens of more code than that, but I think that is the main reason18:55
mang0Chipzzz, there must be a way to do it though.....18:55
daniturncommand line for being able run dvds18:56
daniturn?18:56
DarkStar1Hello... Does anyone know of a decent mysql database viewer for 10.10?18:57
mehdiis anyone installed netbean 7 on ubuntu 11.4?18:57
Chipzzzmang0: there probably is but off the top of my head it sounds like more trouble than it's worth18:57
julian_cDarkStar1: try mysql-admin18:57
hypetechgilesw: I just checked on my desktop which also runs unity, and I don't have a unity file in that xsessions directory18:57
VhozardHi, ubuntu ram usage is currently at 850MiB, is there a way to reduce that ?18:57
needlezdaniturn:  sudo wget http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw -O /lib/firmware/dvb-usb-af9015.fw           if usb is plugged in unplug it, plug it back in and you should see dvb-usb entries18:57
NotNotSurehello, I use ubuntu netbook edition and I don't like gnome interface. I want to go back to regular gnome interface. How do I do that?18:57
DarkStar1julian_c: thanks18:57
mang0hm, it would be useful though...I mean, I want a 1GB game, but I really don't wanna fill up my internal which is fairly small18:58
woodzy_i get the following error - http://pastebin.com/dw7Latex - when i try and install GGZ gaming.18:58
VhozardNotNotSure: log out, at the log in screen select Ubuntu Classic18:58
daniturnis there a way to make 10.10 look like 11.04 with out updating?18:58
Chipzzzmang0: there's recompiling the app or mounting the external drive where the game installs... things like that but there are obvious downsides to both18:58
mang0I selected ubuntu classic, and it looked no differant Vhozard...18:59
woodzy_i get the following error - http://pastebin.com/dw7Latex - when i try and install GGZ gaming.18:59
needlezdaniturn: install unity18:59
alaingwhat is freenodes support channel?18:59
mang0#freenode18:59
mang0?18:59
julian_cDarkStar1: also be sure to install the mysql-query-browser package.18:59
needlezdaniturn: no offense but I don't know why u'd wanna bother doin that though18:59
cipherI'm getting the following error http://pastebin.com/x394gbQp when trying to run 'ssvnc.' this started with an upgrade to ubuntu natty18:59
bindiHow can I change the color of Indicator Applet Complete? It doesnt match the panel color.18:59
cipherI currently use bluetile as my window manager (gnome + bluetile)19:00
daniturnbecause 11.04 didnt reconize my wifi here19:00
bindiOr even better, why does having a >24px thick panel and "none (use system theme)" color make it have 2 colors?19:00
billrI'm attempting to setup 11.04, but when I attempt to install it, it fails to boot with the error message no init found, and drops me into busybox.  Any idea on how to fix it?19:00
kdeloopingI was just trying install Natty and the first file system suggested is "ext4" but my old Hardy install doesn't know ext4 ... Does the ubuntu community recommend installing ext4? What file system are most of you using.19:00
daniturnwhen i updated19:00
mang0Chipzzz can I not just unhide the folders in my my home folder (.whatever) and move it somewhere else?19:00
Vhozardkdelooping: The default system everyone uses is EXT419:00
DarkStar1julian_c: I'll try get them from the repos now19:00
needlezdaniturn: i meant y bother making it look like unity? unity is a cluttered mess19:00
Vhozardkdelooping: You can use ext3 for great compatability however (it will not be as fast though)19:01
daniturni liked some of it19:01
Ariel_Calzadahi i installed ubuntu 11.04 amd64 and my laptop turn off suddenly. I think kernel problem any help???19:01
daniturn11.04 has real issues19:01
needlezdaniturn: ahh , well then in synaptic there should be a package for unity, and you have to install it, log out and pick unity on the lower bar when you log back in if i remember correctly19:01
Chipzzzmang0: you can try it by renaming the hidden folders & copying the directory elsewhere... that way you can easily put it back if it doesn't work...19:01
cipherI just realized that (with respect to the error) that my .Xresources has the definition of the misssing s_base0319:02
cipherdid something change about the use of .Xresources in natty?19:02
Chipzzzmang0: the problem is that games usually install in /opt or /usr/somethingOrOther19:02
mang0ah19:02
mang0dammit19:02
mang0:S19:02
computermobobHi, don't know if this is the right place to say but, I have a 11.04 mythbuntu install, set to auto login. I have an emachine er1402 and when I suspend and then resume the screen is grabled, if I ssh in to the machine and sudo killall Xorg and then login, I can suspend and resume ok until the next reboot. Any suggestions? Thanks19:02
DarkStar1julian_c: can I tunnel connections through with this software?19:02
hypetechcomputermobob: the computer may not properly support suspend19:03
=== meisth0th_zzz is now known as meisth0th
natschilsorry, my internet cut for a second... did anyone answer my question as to how to recover the two files?19:04
computermobobhypetech, it works ok if I kill Xorg the first time it fails19:04
perlsyntaxDoes wicd work better then network manger?19:04
cipherdoes anyone know if something changes with the treatment of .Xresources with respect to some set of packages natty might install?19:05
mfpocketsHi, im looking for help disabling on board wifi because im using a better usb one19:05
cipherI seem to be having trouble specifically with a TK application19:05
ciphererr TCL19:05
angelicHow do I go about fixing the wifi program that keeps showing "disconnected" even though i am surrounded by wifi networks19:05
dagonhttp://www.youtube.com/watch?v=2OBZyAb8gvE&feature=related19:05
axisyshow do I disable ubuntuone-syncdaemon ?19:06
julian_cDarkStar1: checking on an answer...19:06
mfpocketslsmod |grep ath shows 4 drivers in use, ath,mac80211,cfg80211, and led_classless,  which do i blacklist?  just ath ?  or all of them?19:06
mfpocketsangelic, can you show a dmesg |grep Insert_wireless_driver_name_here19:07
tensorpuddingaxisys: you can disable ubuntu one from starting at boot by un-checking it in startup applications19:07
webisticTrying to use ftp to transer from server to server via terminal. What do I type? something like.. cp my_site/ ftp://login:pass:server2.com/sites/ ?19:07
cipherI just resolved my own problem. it appears for some reason my .Xresources was not getting loaded. I was able to fix it using xrdb -merge ~/.Xresources19:07
axisystensorpudding: how do I get to the startup applications.. learning unity :-)19:08
hypetechaxisys: hit window key, type "startup", hit enter twice19:08
mfpocketsaxisys, only tried it briefly but maybe applications and type startup19:08
ActionParsnipwebistic: no, you will need to run:   ftp user:pass@server2.com then use put to upload the file.19:08
julian_cDarkStar1: tunneling does not appear to be directly available in the application. However, you should be able to set up SSH tunneling, and use that.19:09
brian_of_tacomaI am having a command line issue.  I installed Ubuntu Server 10.10 with no GUI.  I have now plugged a HP printer into it and I can't figure out how to "discover" the printer.19:09
axisyshypetech: thanks19:09
axisysmfpockets: thanks19:09
ActionParsnip!info ncftp19:09
ubottuncftp (source: ncftp): A user-friendly and well-featured FTP client. In component universe, is optional. Version 2:3.2.4-1 (natty), package size 532 kB, installed size 1216 kB19:09
computermobobhypetech: if i disable auto login it works fine. Need it to auto login as it will not have the keyboard attached19:09
tensorpuddingaxisys: all system settings are included in System Settings under the Power menu in the upper-right corner, and searchable by name in the applications lens19:09
angelicmfpockets: What I get from lspci | grep Network is... "05:00.0 Network Controller: RaLink RT3090 Wireless 802.11n 1T/1R PCIe19:09
ActionParsnipwebistic: install ncftp and you will get a nice ncurses gui19:09
woodzy_HELP! i get the following error - http://pastebin.com/dw7Latex - when i try and install GGZ gaming.19:09
brian_of_tacomaI thought hplip would work, but it needs a GUI19:09
axisystensorpudding: thanks!19:09
DarkStar1julian_c: thanks.. I'll look into it19:09
jakiechunupgraded 10.10 to 11.04 now burn image to CD leaves me with a blank CD. Any ideas?19:09
mfpocketsangelic, what about lsmod | grep rt19:10
mfpocketsangelic, ps i just spent 2 hours getting rt3070 to work...19:10
webisticI get GUI on my laptop and not my server though, right?19:10
ActionParsnipwoodzy_: what is the output of:  lsb_release -d     thanks19:10
axisyshow do I get the alt+ctlr+backspace to logout ? i used to had that working on 10.1019:11
hypetechjakiechun: try removing and reinstalling brasero19:11
axisysi am on keyboard shortcuts19:11
mfpocketsI want to disable my ath9k wireless card,  lsmod |grep ath shows 4 drivers in use, ath,mac80211,cfg80211, and led_classless,  which do i blacklist?  just ath ?  or all of them?19:11
axisysguessing it is there19:11
hypetechaxisys: under desktop-log out19:12
jakiechunhypetech: okay will give it a go tx19:12
mfpocketsangelic, try this instead to get rid of all the other resultswhat about lsmod | grep rt319:12
hypetechaxisys: near the top of the list19:12
voozeaxisys, http://www.ghacks.net/2009/07/31/get-back-the-ctrl-alt-backspace-behavior-in-ubuntu/19:12
paul___is there some way to make a hard link that will change the name of the hard link if the name of the original file is changed?19:12
ActionParsnipwoodzy_: also what is the output of:   uname -m19:12
woodzy_HELP! i get the following error - http://pastebin.com/dw7Latex - when i try and install GGZ gaming.19:12
brian_of_tacoma*patietly awaiting recognition of my server problem19:12
dclakedoes anyone have a working sync between ipod nano 5g and 11.0419:12
angelicmfpockets: rt3090sta (67416) 0 - agpgart (31724) 2 drm, intel_agp - parport (32635) 2 oodev, lp19:12
ActionParsnipwoodzy_: if you answer my simlple requests I can advise, If you ignore and paste the same thing then nobody can help you19:13
axisysvooze: thats from 2009 .. still applies?19:13
mang0can someone ping me please?19:13
voozeaxisys, no idea, just googled it ;)19:13
hypetechjust change the keyboard shortcut :p19:13
axisyshypetech: i want to have alt+ctlr+backspace to do the logut19:13
ActionParsnipmang0: do you mean ping as in ping, or /whois you?19:13
axisysvooze: yeah.. dontzap is old.19:14
=== meisth0th is now known as meisth0th_zzz
axisysvooze: i think it is lot simpler now19:14
hypetechaxisys: so open keyboard shortcuts and change it...19:14
mfpocketsangelic, your device isnt loading the driver properly..  thus the 0 next to the driver name...  Im not sure where to check this, but check in /var/logs for where it is trying to load the wireless driver.19:14
abountuI have a question about proxies - TOR in particular- in Ubuntu and Chrome, when I go to Chrome setup and change the proxy to use my localhost:9050 on the Socks host, and I click the "Apply System-Wide" button, does that mean as it says, everything on my machine is now using the TOR network to connect to the internet?19:14
mang0_Oops19:14
ActionParsnipaxisys: you can re-enable CAB in the keyboard settings19:14
mang0_Lol, I ment ping as in mention me19:14
mang0_;)19:14
hypetechmang0_: ping19:14
axisyshypetech: i did change it .. but that does not logout ..19:14
axisysActionParsnip: ok19:14
ActionParsnipmang0_: achieved :)19:14
mfpocketsangelic, what does dmesg | grep rt3 show? or dmesg |grep rt219:14
mang0_thanks19:14
mang0_heh19:14
needlezangelic: what is the wifi card? lspci | grep -i network19:15
brian_of_tacomaI am having a command line issue.  I installed Ubuntu Server 10.10 with no GUI.  I have now plugged a HP printer into it and I can't figure out how to "discover" the printer.  I thought hplip would work, but it needs a GUI19:15
=== mang0_ is now known as mang0
mfpocketsneedlez, its a Network Controller: RaLink RT3090 Wireless 802.11n 1T/1R PCIe19:15
axisysActionParsnip: ok i have logout bind to CAB .. but when I hit CAB i get the shutdown the computer menu19:15
angelicmfpockets: 05:00.0 Network Controller: RaLink RT3090 Wireless 802.11n 1T/1R PCIe19:15
torocatalahi19:16
ActionParsnipbrian_of_tacoma: http://ubuntuforums.org/showthread.php?t=24028219:16
=== Jeff_ is now known as Guest25488
=== linuxuser is now known as Guest58712
needleztry  blacklisting ALL rt drivers (i.e. rt2x00lib,rt2800pci,rt2x00usb,rt2x00pci,rt3390sta) EXCEPT rt2860sta19:17
ActionParsnipaxisys: if you enable CAB in the keyboard options, there is an entry to change the combination to kill x server19:17
abountuI have a question about proxies - TOR in particular- in Ubuntu and Chrome, when I go to Chrome setup and change the proxy to use my localhost:9050 on the Socks host, and I click the "Apply System-Wide" button, does that mean as it says, everything on my machine is now using the TOR network to connect to the internet?19:17
ActionParsnipaxisys: tick the box which says CTRL+ALT+ackSpace19:17
mfpocketsangelic, dmesg not showing any errors...  not quite sure where to go from there...  for me the problem was my rt3070 driver was looking to load /etc/RT2870STA but the make install made RT3070STA folder instead. making new directory and droping files from one to the other solved my issue.19:17
iCyrusHow do I make a file un-read-only from the terminal?19:17
abountuj /tor19:18
ActionParsnipiCyrus: chmod +w file19:18
=== trolling|a is now known as trolling
axisysActionParsnip: is it under keyboard layout -> keyboard pref ?19:18
gsranyone else having this problem: updated to 11.04 (ended up doing a clean install from CD).  In both unity and gnome2, there are times where I get "stuck" in a focused window, and can't move to any other window.19:18
=== torocatala is now known as Torocatala
mfpocketsangelic, try searching the ubuntu forums in case other users have posted similar results...  this was the case for me with mine and I found a solution.  Perhaps needlez may be of more help than I was19:18
mfpocketsI want to disable my ath9k wireless card,  lsmod |grep ath shows 4 drivers in use, ath,mac80211,cfg80211, and led_classless,  which do i blacklist?  just ath ?  or all of them?19:18
needlezangelic: try  blacklisting ALL rt drivers (i.e. rt2x00lib,rt2800pci,rt2x00usb,rt2x00pci,rt3390sta) EXCEPT rt2860sta19:18
=== joshua__ is now known as JoshuaL
axisysActionParsnip: i know i did it before.. let me keep digging19:19
ActionParsnipaxisys: yes, the layouts tab. Options button19:19
linlinAny ubuntu PPC users in the house? Specifically anyone running on IBM Power4/Power5 ?19:19
ActionParsnip!anyone19:19
ubottuA large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll.19:19
axisysActionParsnip: got it.. that was it19:19
ActionParsnipaxisys: ;) np (I always enable it.Guess I'm too old school)19:20
ActionParsnipaxisys: it worked for YEARS, then it was changed, go figure. Luckily it can easily be changed back19:20
LinuxFetusI think something with ubiquity is going on: I run Ubuntu 11.04 64 bit live; I use GParted to create a logical partition and within that an ext4 partition and a swap partition.  Next, I restart the computer and run Ubuntu live, again.  I use GParted and see the partitions I created.  However, the ext4 one has a red exclamation point after it; apparently it has a bad magic number.  Any suggestions?19:20
needlezmfpockets: blacklist ath9k blacklist mac80211 blacklist cfg8021119:20
iCyrusActionParsnip: I'm trying to do that to my VLC host file and I did it with sudo but it's still read-only for some reason19:20
angelicneedlez: ya know another thing I found odd was when I went to "sudo ndiswrapper -m" it couldn't find the comman.19:20
LinuxFetusI realize the ubiquity part of what I sent probably makes no sense; I should have taken that out.19:21
mfpocketsneedlez, thanks.19:21
linlinI am attempting to boot a 10.04 PPC server build on an IBM Power5 system and it hangs at this stage in the boot of the installer: "Device tree struct  0x02d1e000 -> 0x02d32000"  Anyone with experience working with Ubuntu on POWER have any advice ?19:21
brian_of_tacomaActionParsnip: Ok, I've tried this method.  I get confused at the line "sudo lpadmin -E -p hp5550..."19:21
=== Juo_ is now known as Juo
axisysActionParsnip: me too! :-)19:21
ActionParsnipiCyrus: run: gksudo gedit /usr/share/vlc/http/.hosts19:21
axisysi dont like to list of users in login window.. i want to type the username myself.. how do I change that ?19:22
mehdiwhat is Apply System-wide in keyboard preferences19:22
TorocatalaSo, I chrooted an ubuntu inside a fedora, but fdisk don't show anything. I must forgot to mount something, but google does not help me a lot. ¿any suggestion here?19:22
axisysi remeber changing it on 10.10 .. forgot :-)19:22
iCyrusActionParsnip: Thanks19:22
angelicneedlez: would another reason be that it seems I don't have ndiswrapper?19:23
needlezangelic: not sure maybe ndiswrapper was replaced with ndisgtk?19:23
axisysi like unity19:23
tensorpuddingmehdi: it applies your keyboard configuration to every user on the system19:23
ActionParsnipaxisys: http://linux.aldeby.org/hide-user-list-in-ubuntu-lucid-10-04-login.html19:23
mfpocketsangelic, did you install the drivers off Ralinktech website?19:23
axisysjust typed login and found the answer19:23
axisyslogin screen app has the switch19:23
axisysshow list users -> unchecked19:24
mehdiok but why my keyboard numerical doesnt work19:24
ActionParsnipneedlez: ndisgtk is a gui for ndiswrapper19:24
webistic<ActionParsnip> How do I use the "put" part of what you said earlier?19:24
mrpHello, i have a problem with my laptop and linux mint, i installed linux mint, everything is ok, but there is no sound, any ideas?19:24
brian_of_tacomaActionParsnip: Here is my output from lpinfo -- http://paste.ubuntu.com/604547/         NOTICE: I don't get info on the usb:// direct connection19:25
ActionParsnipwebistic: you'll find it easier to use ncftp19:25
tensorpudding!mint | mrp19:25
ubottumrp: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org19:25
needlezActionParsnip: thought so, it just was ndiswrapper wasn't isntalled, angelic: are you sure its installed??19:25
axisysi like dash.. it is like google search for applications19:25
axisysmuch faster to find stuff19:25
axisysw/o going through menus19:25
ActionParsnipbrian_of_tacoma: not sure, make sure you have the latest hplip, may help19:26
axisysso much look like spotlight from apple .. except lot cooler display19:26
webistic<ActionParsnip> Ive installed ncftp. how do I use it.. its instead of ftp:server_url it is ncftp server_url?19:26
Trilliandoes anyone know how to stop vmware changing ubuntus appearance in 11.04?19:26
bindiWhy does gnome-terminal open links in FF when chrome is my default?19:27
ActionParsnipwebistic: just run:  ncftp  and you will get a text based GUI19:27
webisticdoes it need to be on the server or on my laptop?19:27
webistic^<ActionParsnip>19:27
axisyswebistic: just on your laptop19:27
brian_of_tacomahplip is already the newest version.19:27
ActionParsnipwebistic: its an ftp client19:27
hypetechbindi: there is some kind of bug where chrome isn't properly set as default system-wide19:27
anonymityanyone available for some help with the xIRC client?19:27
webisticthx19:27
ActionParsnipbrian_of_tacoma: if you are using natty, there is a newer version on the hplip site19:27
codelurkerTrillian: how does it "change its appearance"?19:28
brian_of_tacomaMaverick19:28
needlezanyone here know is there a better version of the driver for the Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller (rev 10)... I only ask cuz its the card that is built into my laptop, and I want to test with aircrack-ng if it becomes avaliable19:28
Trillianit just makes all the bars and windows grey19:28
bindihypetech: any way around this then?19:28
codelurkerTrillian: very strange19:28
anonymityneedlez: have you tried looking through the aircrack-ng website?19:28
angelicneedlez: it isn't cause terminal doesn't want to recognize it as a "command"19:29
krishnanduHow can I install gnome 3 in Ubuntu??19:29
bindihypetech: ah, In "preferred applications", ff is still default..19:29
hypetechbindi: I haven't seen one19:29
ActionParsnipneedlez: the realtek site, you may need a patch19:29
hypetechbindi: hmm19:29
ActionParsnip!gnome3 | krishnandu19:29
ubottukrishnandu: Gnome 3 is not currently supported on Ubuntu. A PPA for natty is available at https://launchpad.net/~gnome3-team/+archive/gnome3 but these packages are EXPERIMENTAL and UNSTABLE, will break Unity and possibly other parts of your system, and safe downgrading is not possible.19:29
needlezanonymity: yea, ive checked havent found much19:29
hypetechbindi: good call lol, that might work19:29
bindihypetech: or it might have been me misclicking "set ff to default" when it opened instead of chrome :)19:29
bindii'll check19:29
hypetechwww.google.com19:30
bindiyeah works19:30
bindi:p19:30
htcpxHello guys. I right clicked my Public folder, clicked sharing options and allowed sharing to guests and write access. When I browsed the computer from another on the network, $print appeared. I went back to the computer and installed 'Samba' from USC and in the application I saw the print share but not the public. Why is this?19:30
hypetechbindi: hah awesome19:30
bindihypetech: thanks :-)19:30
ActionParsniphypetech: uninstall firefox and problem is solved :)19:30
hypetechbindi: thank YOU :)19:30
gaurav_nattyhow can i get icons and themes in natty any link19:30
N-S[X1]Evening - what needs fixing when apt-get upgrade (nor dist-upgrade on a 10.04 system) does nothing at all, while the MOTD shows 35 updatable programs (21 security)?19:30
krishnanduActionParsnip, Thanks, then I better leave it...I don't want my system to broke down. It's my primary os.19:30
needlezangelic: then install it from the cd or internet with sudo apt-get install ndiswrapper-common19:30
krishnanduWill do RnD somewhere else :P19:30
ActionParsnipgaurav_natty: www.gnome-look.org19:30
temphey19:31
N-S[X1]or "does nothing" is wrong - it says there is nothing to update19:31
tempquestion19:31
anonymityi want to connect to another room, that I guess is located on a different server, anyone know how to do this with xIRC?19:31
tempwhy is there gnome-xchat and xchat19:31
mfpocketsangelic,  did you install the drivers from the manufacturers website, or just built in ubuntu drivers?19:31
=== marco-_ is now known as armando
gsrtemp: xchat uses gtk libraries, xchat-gnome uses gnome libraries19:32
tempdoesn't gnome always have gtk installed?19:32
crlcan81Ok now I'm fucking irritated..19:32
tempwhat would be the advantage19:32
ActionParsniptemp: http://markmail.org/message/erjugegkvpmx24uy19:32
=== D is now known as Guest39108
IdleOne!language | crlcan8119:32
ubottucrlcan81: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.19:32
ActionParsnipcrlcan81: keep it family friendly please19:32
tempthis is a better interface?19:32
crlcan81For one, I was in the wrong channel when I said it, and for two, it could have been worse.19:33
tempholy crap, xchat must look really bad19:33
ActionParsniptemp: if you prefer it, use it19:33
tempthis thing is like a windows 3.1 app19:33
angelicmfpockets: just built in.19:33
gaurav_nattyhow i get indicator applets in natty19:33
fghfI've just installed Ubuntu and looking at ifconfig I see " RX packets:585142 errors:857 dropped:1241 overruns:857 frame:0" what could be the problem?19:33
crlcan81natty is a pain19:33
mehdianyone knows how can i log in to ubuntu as adminstrator?19:33
ActionParsnipfghf: wired or wireless?19:33
hypetech!language | crlcan8119:33
ubottucrlcan81: Please watch your language and topic to help keep this channel family-friendly, polite, and professional.19:33
tempmehdi, go to the terminal and type sudo su19:33
fghfActionParsnip: wired19:33
tempthen change the passwd19:33
ActionParsnipmehdi: use your own user and use sudo when you need power19:33
mfpocketsangelic, try the package from this http://ubuntuforums.org/showthread.php?t=1314747   post 519:33
mfpocketsangelic, lots of people say it works after that19:34
ActionParsnipmehdi: there is no administrator19:34
gsrI have to say, this has been the least successful update for me  Unity freezes, in both unity and gnome the focus gets stuck on a single window, and you can't move to another one until you close said focused window.  Flash takes up 100% CPU (both free and non-free), and 3D acceleration doesn't work.19:34
=== Guybrush_Threepw is now known as Guybrush_88
ActionParsnip!noroot | temp19:34
ubottutemp: We do not support setting a root password. You're free to do it on your own machine, but please don't offer instructions on how to set a root password or ask for help with setting it. See !root and !wfm for more information.19:34
gaurav_nattyhow i get indicator applet in ubuntu natty19:34
surskittytemp: xchat looks a lot better than xchat-gnome, though it's still not that pretty19:34
ActionParsnipmehdi: your user is in a special group which can use sudo and gksudo, youuse those when you need power19:34
tensorpuddinggaurav_natty: what do you mean?19:35
mehdiso what is the super-user19:35
=== `mOOse` is now known as m00se
ActionParsnipmehdi: keeps your system more secure as there are fewer apps running with super powers19:35
mfpocketsangelic, you can also try the ones on ralink website http://www.ralinktech.com/license_us.php?n=2&p=0&t=U0wyRnpjMlYwY3k4eU1ERXdMekV5THpFM0wyUnZkMjVzYjJGa09URTNNVFl4TkRrMk1TNTZhWEE5UFQweU1ERXdYekV5TVRkZlVsUTFNemt3WDB4cGJuVjRVMVJCWDFZeUxqUXVNQzQwWDFkcFJtbENWRU52YldKdlgwUlFUdz09Qw%3D%3D19:35
codelurkernatty makes me sad19:36
ActionParsnipmehdi: if you run:  sudo -i    you will have an admin terminal. The admin username is root, the account is disabled by default for security19:36
=== Guybrush_88 is now known as Guybrush88
angelicfunny the guy on the forum mentions MSI19:36
angelicXDD19:36
angelicI happen to be having the trouble ON an MSI19:36
angelicXDD19:36
ActionParsnipcodelurker: why? never heard an OS make someone sad19:36
mehdiso how can i make changes with this display manager which reqiuers me adminstrator acces to make changes19:36
tensorpuddingmehdi: it's an account which has full permissions and priviledges on the system. by default you can't log in as it19:36
ActionParsnipmehdi: yes, if it needs power, se sudo19:36
mfpocketsangelic, for me the 2010 driver on the website didnt work, but the 2009 one i found in the ubuntu forums worked fine.  ndiswrapper didnt work for my ralink card so I wouldnt go that route until at least trying the chipset manfacturers driver19:36
gsrcodelurker: agreed.  Its completely broken for me19:37
ActionParsnip*use19:37
mfpocketsangelic,  you will need make tools for sudo make, sudo make install19:37
dashlohey everybody19:37
codelurkerActionParsnip:  start of wrong direction for ubuntu, switching to new distro19:37
ActionParsnipcodelurker: tried gnome classic?19:37
ActionParsnipcodelurker: there are more DEs than gnome you know19:37
anonymityi would like to know how the sudo command is safer than having a root account that you access, since you only need the password for the account in use to run a command with root priv.19:37
Trillianhas anyone here tried running 11.04 on vmware workstation 7.1? do you get problems with apearance as well?19:37
ActionParsnipcodelurker: logging in to gnome clasic will make it look like maverick19:37
tensorpuddingmehdi: when you get prompted for your password when it asks for administrative priviledges, what it's doing is letting you run a particular application as the superuser19:38
ActionParsnipcodelurker: I assume you are aware of this due to your bold statement19:38
GlycanHere's what I've got: A toshiba satellite laptop which had vista on it, then openSUSE (in another partition), then it's screen broke and it got handed to me. I put ubuntu on it, and due to space issues, tryed to delete windows not beign clear about partitions at the time. (Oh, I forgot. It runs PhoenixBIOS) When it boots, it runs MS's OS chooser, from which I was able to run U's OS chooser (I'm19:38
Glycanpretty sure it was GRUB). Now that most of windows doesn't exist, it doesn't work. I tryed doing https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows , but ran into problems with live cd/usb. The working box I'm doing this from doesn't have working cd drives, so I burned dvd-r after dvd-r to no avail- all they showed was soem sort of busybox shell, not U. The I finnaly got19:38
Glycanmy hands on a cleen flash drive (why are they called that anyways..?) and first put a  unchecksum'd copy on it, and that showed me a full ubuntu, complete with banshee and network settings, asking me if I wanted to install or live. Live showed but a black screen with a (working) mouse pointer on it. I then put about three copys of ubuntu on it, hopeing that they would work without restart (one19:38
Glycanwas already there, the laptop overheated in the middle of the second one, the third on worked, and the 4th one was a failed attempt to put it on an existing partition. Then I put a checksum'd .iso on it, as per unetbootin-win-549.exe. When I boot on that, it sometimes boots a "UNetootin" menu, with Default, Help, Try Ubuntu without installign, Install Ubuntu, Check disc for defects, Test19:38
FloodBot1Glycan: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.19:38
mfpocketsTrillian, i read online that unity isnt working under unity for vmware19:38
gsrActionParsnip: the problems I have with Unity equally effect gnome classic19:38
mfpocketsTrillian, didnt work for me when i tested it out in vmware19:38
codelurkerActionParsnip:  i know.  ubuntu now = more headaches than worth.  been a good run though19:38
mehdiso how do i do that?19:38
GlycanI wasn't using enter for punctiation, you damin robot!19:38
mehdii m confused19:38
allu2Hello, i was wondering how easy it would be to build ubuntu based system from the ubuntu server edition?(i want to avoid programs i don't need)19:38
Kartagishello, after I upgraded to natty, I don't get video on avi file. what do I need to get?19:39
boteekaHi everyone! Will somebody point me where can I get some help regarding the Appindicator Python API?19:39
ActionParsnipcodelurker: try XFCE or KDE or another DE, changing distro for the sake of a CHANGEABLE DE is pretty sad19:39
anonymityKartagis: you tried getting a video player yet? reinstalling one?19:39
tensorpuddingboteeka: https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators#Typical+usage+%28C+version%2919:39
hypetechKartagis: are you using vlc?19:39
tensorpuddingboteeka: there's a python example on that page19:39
crazedpsycWow, this channel is like NYC19:39
mfpocketsangelic, well, probably the same issue in that case.  Hopefully that .deb package works out for you19:40
Kartagisanonymity: hypetech I am using totem19:40
anonymityKartagis: I had the same problem with Maverick, until I got VLC, Totem wouldn't play anything for me19:40
ActionParsnipKartagis: tried a different output video method in the options19:40
mfpocketsangelic, also dont forget to blacklist the stock ubuntu drivers19:40
GlycanSerriously? I just spent about 20 minutes typeing all that, and you guys ignotr me? What the hell?19:40
KartagisActionParsnip: how?19:40
codelurkerActionParsnip:  its not just the DE, its all the baggage (too much junk, i dont want).  spending too much time fixing, might as well build my own (arch, etc) or go with something with choices that are closer to my own19:40
boteekatensorpudding: I am interested in setting the indicator icon and updating it periodically (btw, I found those pages too)19:40
mfpocketsGlycan, patience is a virtue.19:40
voozeKartagis, you should only use VLC ;) anything else is VLC.. nothing beets VLc.19:40
Jeffsihey guys, i am unable to boot to cd while the hard drive is connected so i cant get anything installed, any ideas why this may be happening?19:40
ActionParsnipcodelurker: then use ubuntu minimal and build up. I rip out tonnes from a default install, so I use minimal now19:41
voozeanything else is crap **19:41
tensorpuddingGlycan: it's long, it's hard to read in IRC, could you please paste it19:41
Odaydoes anybody have experience in Oracle 11g on Ubuntu?19:41
codelurkerActionParnsip:  fair enough, minimal could be a viable solution19:41
ActionParsnipvooze: mplayer is a lot older and more mature than vlc19:41
angelicmfpockets: How to disable them? I forgot the command19:41
allu2Glycan: Toshiba Satellite A200 ?19:42
=== `mOOse` is now known as m00se
Monotokohey :)19:42
voozeActionParsnip, never really tryed it, to be honest.. i used VLC for 5+ years now.. never think i will anything else19:42
ActionParsnipvooze: also, the codecs from VLC get used in all the other players so both can play as many formats as the other19:42
mfpocketsangelic, sudo gedit /etc/modprobe.d/blacklist,conf19:42
axisysActionParsnip: where do you get the ubuntu minimal? jeos ?19:42
ActionParsnip!minimal19:42
ubottuThe Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want (the installer is like the one on the !Alternate CD). See https://help.ubuntu.com/community/Installation/MinimalCD19:42
axisysActionParsnip: thanks19:42
mfpocketsangelic, im a newb myself and only learnt this a few days ago, so not sure exactly what to blacklist19:43
tensorpuddingboteeka: i'm not actually sure they wrote API docs for it19:43
axisysActionParsnip: so if I need a ubuntu server.. i could just add the ubuntu-server pkg on it after the install?19:43
ActionParsnipKartagis: vlc window -> tools -> prefs19:44
axisysActionParsnip: i guess i could give it a try w/ my virtualbox19:44
bsod1can anyone help me? I can't run Software Center, here's my error output: http://paste.pocoo.org/show/384736/19:44
sammyubuntu doesn't come with a firewall of any sort enabled by default, correct?19:44
Odayincorrect, sammy19:44
Odaythere's "ufw", sammy19:44
hypetechsammy: ufw19:44
ActionParsnipKartagis: video left button -> output. Try setting it to something different. I use 'default' on my nvidia system, could try others19:44
mfpocketsangelic, gotta run, good luck!19:44
axisyssammy: by default everything off too.. find it most secure install.. more secure than even openbsd19:45
angelicmfpockets: thanks19:45
ActionParsnipvooze: so you have little basis for saying vlc is great except its a habit19:45
GlycanEr, not sure.19:45
tensorpuddingboteeka: you can read appindicator.Indicator.__doc__, it shows the signals/properties it supports19:45
sammyufw reports inactive. hypetech axisys you're saying it comes with ufw, but not necesarily that it's enabled by default, right?19:45
GlycanHow would I tell if it's A200 or not?19:45
boteekatensorpudding: I found how to set the icon, but it doesn't change when I set it again (I am generating a small png, so the filename is always the same)19:45
Odayright, sammy19:45
Odayyou can enable it with "sudo ufw enable"19:45
axisyssammy: right19:45
newb_Hello. This bug is affecting me and here told it's solved, but my system is up-to-date and no solutions. Somebody could help me? https://bugs.launchpad.net/ubuntu/+source/ubuntu-sso-client/+bug/74554019:46
Odayand use Firestarter to configure it19:46
voozeActionParsnip, well i have never seen anything VLC could not play.. So in my world its the best19:46
ubottuUbuntu bug 745540 in ubuntu-sso-client (Ubuntu) "Method "CreateItem" with signature "a{sv}(oayay)b" on interface "org.freedesktop.Secret.Collection" doesn't exist" [Medium,Triaged]19:46
sammyiptables -L is completely blank.19:46
allu2Glycan: just tough as my Toshiba Satellite A-200 overheats with default ubuntu install but runs perfect on debian sid19:46
bsod1can anyone help me? I can't run Software Center, here's my error output: http://paste.pocoo.org/show/384736/19:46
ActionParsnipvooze: again, the codecs vlc uses are used system wide19:46
sammythanks. I'm trying to get two machines to talk to each other on a simple wlan. neither can even get an arp request from the other one.19:46
axisyssammy: sudo ufw enable and then run the iptables -L19:46
ActionParsnipvooze: so if you install another player now, it will play all the things vlc can play19:46
voozeAbout what time after a release (like 11.04) are they starting to build 11.10 alphas ?19:46
GlycanNo idea.19:46
allu2Glycan: i think it reads in the bottom or something19:46
GlycanHang on19:46
voozeActionParsnip, ah, did not know that :)19:46
ActionParsnipvooze: exactly :D19:47
GlycanOh dear- lifting is going to be a horror19:47
tensorpuddingboteeka: that's a bit odd, it probably doesn't reload the icon if the name stays the same, but i don't know19:47
allu2Glycan: i know, my screen is broken too :P19:47
sammyeverything is defaults, the router is its defaults. both can go through the router to the internet just fine. my routing table looks okay (its the default, which should allow the machines to talk to each other since they're on the same subnet) and the router is a simple home modem/router which would by default allow machines on the wlan to see and talk to each other.19:47
ActionParsnipvooze: the fact it pulls in some codecs is nice but mplayer was doing all the stuff vlc was doing, long before it showed up19:47
allu2Glycan: lyes against my wall on my desk, giving me nice dual screen with external LCD screen :)19:48
boteekatensorpudding: That was my hunch also, but I hoped somebody can point me to some doc where I can read it myself19:48
boteekatensorpudding: thanks for your help19:48
voozeActionParsnip, ah okay.. i just used VLC in my windows time.. Because it was (at least i think ;D) the best windows player19:48
pankaj_sharmaeven now.. mplayer has more options than vlc19:48
sammybut arp cant find a hwaddr for the other machine. and that shouldnt care about firewalls anyway19:48
ActionParsnipvooze: its a habit19:48
PolahIs it possible to only give someone access to the cp command using sudo and not other commands?19:49
voozeActionParsnip, but whats diffrend from VLC to mplayer?19:49
sammythere's something simple staring me in the face and I can't find it :P19:49
stiglixI'm getting a The disk drive for /media/sda2 is not ready yet or not present message after having upgraded ubuntu last night, system dual boots.  If I try to skip it with S, I get mountall: Disconnected from Plymouth, but the fixes I've found involve editing /etc/fstab, and if I try to edit it in the maintence shell with someting like nano, I'm not sure how to get write permissions, can anyone help?19:49
sammyPolah: using the sudoers file, you can specify commands, but cp isn't a command, its a shell function. I'm not sure if its possible to allow access to what is essentially an internal function to bash or whatever shell the user is running.19:49
ActionParsnipvooze: different team for one, its fun to experiment. I use deadbeef alot too. Its light and fast19:49
hypetechPolah: not that I know of, a lot of basic commands are built into the shell19:49
ScrapI am looking in NX channel but no one is answering me can some one help with a ssh/nx issue or point me in another direction?19:50
sammyPolah: if its a particular command that will never change, you can put it in a shell script, restrict write access to the shell script, and allow the user access to the script itself19:50
quiescensyou'll find cp usually is a command19:50
fghfbsod1: An indentical problem was solved at http://ubuntuforums.org/showthread.php?t=163566419:50
quiescensnot many shells implement cp as a built in19:50
hypetechScrap: what's your issue19:51
quiescensmore to the point:19:51
=== zen|tao is now known as zentao
sammyPolah: oops :P quiescens is right. that makes sense, too.19:51
voozeActionParsnip, is GNOME Mplayer and mplayer the same?19:51
dclakeirc.gnome.org19:51
PolahSo what would I have to put into my sudoers file to only give access to it?19:51
allu2is it possible to install ubuntu on partition to test it and configure it to see if it works as i want and if it does then remove my current debian / partition and append the space diretly to ubuntus /19:51
allu2i have seperated /home19:51
dclakeirc://irc.gnome.org/#banshee19:51
sammyPolah: but allowing use to cp as root would allow the user to use cp in some possibly very destructive ways that you might not intend19:52
dclakesorry trying out a command19:52
ActionParsnipvooze: gnome mplayer is a gui for mplayer, smplayer is the same but uses Qt instead of GTK. You can just use pure gnome if you like19:52
q_terra_96I use Ubuntu 11.04. I enabled "wobbly windows" effect from compiz. But every window is not wobbling :( How to enable this effect for all windows types ?19:52
quiescensPolah: even if you restrict someone to only being allowed to run cp using sudo, they can most likely get around it if they know how, so such a limitation would be more advisory than enforcable19:52
ActionParsnipvooze: pure mplayer, sorry19:52
Scraphypetech: nx used to connect but now I notice in auth.log that 127.0.0.1 is refused when tryin to login to nx server19:52
sammyPolah:  it might be best to use the sudoers file to allow access to a very specific shell script with the cp command you want to allow them to use.19:52
axisysPolah: might be better if you explian what you are trying to achieve19:52
Monotokois there any way to stop someone who SSH's in...changing user using su?19:53
hypetechScrap: is the nx server service still running?19:53
hypetechMonotoko: don't give them user passwords :p19:53
Polahaxisys: I'd like to give some access to using cp with sudo, to copy a file to another folder. However, I don't want them to have sudo privileges for any command, only copy.19:54
Monotokohypetech...I use SSH keys, but the problem is I had one user who was trying to brute force my other users (he has since been kicked out..)19:54
Scraphypetech: freenx-server is running I notice in auth.log that 127.0.0.1 is being denied, username and nx is allowed19:54
jayasankarhai19:55
mih1406A friend of mine is a student in college in Law. He asks me if he can help and work for the open source world.19:55
axisysPolah: if the folder has group write access and the user is also part of the same group .. he can cp there .. no need to have sudo19:55
ActionParsnip!contribute19:55
ubottuTo contribute and help out with Ubuntu, see http://www.ubuntu.com/community/participate19:55
mih1406Can a lawyer (not a developer) help in open source?19:56
axisysPolah: have the user group read acces to the source folder and group write access to the dest fodler19:56
axisysfolder*19:56
ActionParsnipmih1406: sure19:56
smtxhowdy geeks19:56
ActionParsnipmih1406: i'm not a developer19:56
mih1406how?19:56
mih1406he is very keen to help19:56
ActionParsnipmih1406: read the link ubottu gave19:56
mih1406I will19:56
Scraphyptech:sshd_config is listening to new port on 0.0.0.0 and I have also put that address in AllowUsers but no go... I am stumped..19:57
smtxi made a presentation (powerpoint) with graphics and exported it as .pdf now i want to show it on linux via kpdf. but it takes some seconds between the slides so i created a ramdisk and copied kpdf itself and the pdf-file/presentation into it. but i dont see a performance increase. if anybody could give me a hint how that sort of stuff could be speedup i would be glad19:57
dtohello everyone. i made a lovely ubuntu screenshot :)19:57
dtohttp://imageshack.us/f/849/screenshotycl.png/19:57
Polahaxisys: The destination folder in question is my web folder, so I'd rather not give public write access19:57
axisysPolah: not public write access.. but group write access19:58
axisyspublic is other19:58
=== Slark is now known as A_J
q_terra_96 I use Ubuntu 11.04. I enabled "wobbly windows" effect from compiz. But every window is not wobbling :( How to enable this effect for all windows types ?19:58
A_JI am Experincing lagg's while scrolling long folder lists in untuntu, anybody can tell me why.. I don't have a GFX Card Installed19:59
Polahaxisys: How can I enable write access for a group then?19:59
axisysq_terra_96: as far as I know that should work for all windows.. logout/login and check again may be20:00
ActionParsnipA_J: you have a video chip which is fine, what is the output of: lspci | grep -i vga20:00
A_J1280x 102420:00
axisysPolah: paste the ls -ld dir20:00
q_terra_96 axisys: i try it many times. i restart many times the system.20:00
fridgeratordoes anyone know the ppa for winepulse? the website is always down20:00
ActionParsnipA_J: run the command in terminal, what is output20:00
A_JActionParsnip will brb, lemme go to another pc.20:01
ActionParsnipA_J: you need to run it on the system having issues20:01
axisysq_terra_96: you could try to create another user and login as that user and see if you experience the same20:01
q_terra_96axisys: the same :) it try it too..20:01
ActionParsnipfridgerator: https://launchpad.net/~c-korn/+archive/ppa20:02
axisysq_terra_96: hmm.. try as that other user, disable and reenable wobbly ..20:02
fridgeratorthanks!!20:02
=== arjun_ is now known as AJ_
ActionParsnipfridgerator: http://ubuntuforums.org/showthread.php?t=158734420:02
aliisonlineHi All. This is my very first visit to an irc channel over ubuntu20:02
DistressJust got a random  pop-up window about upgrading to 11.04, isnt it still in beta? and if so, why encourage to upgrade to an unstable version?20:03
axisysPolah: paste the ls -ld dir  in this channel or post the pastebin link here if the output is more than 2 lines20:03
A_J_ActionParsnip, what was that command20:03
ActionParsnipaliisonline: welcome :)20:03
nerdshellwhat is the path of the apt repos list please ?20:03
ActionParsnipA_J: lspci | grep -i vga20:03
ActionParsnipnerdshell: /etc/apt/sources.list20:03
DJonesDistress: 1104 was released last month20:03
nerdshellActionParsnip: thanks ;)20:03
A_J_ActionParsnip,  00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)20:03
aliisonlineThnks ACTIONPARSNIP20:03
stiglixI need to edit /etc/fstab in a maintance shell, how can I do this?20:04
q_terra_96axisys: oh.. i try them many many times. i also change little bit the settings inside of "wobbly windows" of ccsm but it doens not change anything.. and i retrun the settings back...20:04
ActionParsnipstiglix: sudo nano /etc/fstab20:04
Polahaxisys: of the destination folder?20:04
axisysq_terra_96: using unity?20:04
ActionParsnipA_J: and the output of:  lsb_release -d20:04
axisysPolah: yes please20:04
stiglixif i try to edit it with nano, it says Error writing /etc/fstab: Read-only file system20:04
q_terra_96axisys: no i never log on with unity (maybe one time , i don't remeber)20:04
hypetechstiglix: use sudo to edit it20:05
Polahaxisys: drwxr-xr-x 2 root root 4096 May  7 22:45 .20:05
A_J_ActionParsnip, No LSB modules are available. Please hilight A_J_ not A_J20:05
ActionParsnipstiglix: then you may need to fsck it, or remount is as writable20:05
CaptainkrtekHey all the new Ubuntu users out there, if you have time fill out this survey! http://bit.ly/lZk5xw20:05
aliisonlinewell then use gksu nautilus20:05
nerdshellActionParsnip:  the path you gave me is just for universe and multiverse sources, I wan the editable file which contains the sources of all applications, because I'm having problems with chrome's Repo20:05
axisysq_terra_96: then ask in #compiz20:05
q_terra_96 axisys:  ok thank you! :)20:05
ActionParsnipA_J: ok try:   cat /etc/lsb-release | grep CODE20:05
ActionParsnipA_J: note that CODE is in caps20:05
A_J_DISTRIB_CODENAME=maverick20:06
A_J_ ActionParsnip20:06
LinuxFetusCan anyone tell me where I should go for Fake RAID help?  I'm guessing from the lack of response here that no one knows how to help me.  I restored the Windows MBR and cannot use Linux on my computer until I get this figured out.20:06
ActionParsnipA_J: ok cool20:06
aliisonlineI am facing a little problem also can you guys help me.20:06
sammyfyi when you use a dumpy qwest-provided actiontec pk5000 router/modem and use two different SSIDs, the router apparently separates the clients into different vlans, even though the subnets are identical, and the individual clients on the different SSIDs cant see each other. a poor solution to having to enable WEP for devices that can't handle WPA, imho.20:06
penguin42LinuxFetus: Is it one provided by the bios ?20:06
ActionParsnipA_J: may help: https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes20:06
axisysPolah: groupadd mynewgroup; chgrp myhewgroup dir_name ; chmod g+w dir_name; adduser myuser myhewgroup20:06
LinuxFetuspenguin42, I believe so.  There are RAID configuration options provided in the BIOS setup.20:07
ActionParsnipA_J: those intel 8 series chips are really touchy and can cause issues20:07
Polahaxisys: Thanks20:07
A_J_ActionParsnip, i will check.. ty20:07
axisysPolah: np20:07
GlycanSorry, guys.20:07
GlycanMy box was... stuff.20:07
penguin42LinuxFetus: And what does Linux see?20:07
ActionParsnipA_J: don't install the lucid kernels, use the other fixes20:08
jeanpaulsartremimic: A_J: don't install the lucid kernels, use the other fixes20:08
A_J_ActionParsnip, how can i check which series my chip is ?20:08
jeanpaulsartremimic: ActionParsnip, how can i check which series my chip is ?20:08
GlycanCan someone PM my text, please?20:08
jeanpaulsartremimic: Can someone PM my text, please?20:08
ActionParsnipjeanpaulsartre: lspci | grep -i vga20:08
GlycanAlso an answer..20:08
GlycanBTW: It's toshiba satallite21520:08
GlycanA21520:08
A_J_ActionParsnip,  okie20:08
GlycanEr... guys?20:09
nerdshellActionParsnip: it's actually in /etc/apt/sources.list.d ;)20:09
constlRunning 11.04 on a Intel Duo @ 2.4 with 4 Gb of RAM, SSD and a GeForce 8400M GS and Gnome is not very responsive. Is this normal for the kind  of laptop spec?20:09
LinuxFetuspenguin42, Linux sees the 3 partitions the windowss computer came with (OS, and two recovery partitions) when Ubuntu 11.04 boots up.  However, when I try to resize the OS partition, make an extended partition and then two partitions - ext4 and swap - and then install Ubuntu, I get a grub error upon restart and booting from the live CD will show that my extended partition is completely gone.20:09
penguin42constl: Should be fast - you may need to make sure your video drivers are happy20:09
GlycanOh, and another thing. I'm pretty sure it boots to the first partion.20:09
A_J_ActionParsnip, the result will be instantaneous ?20:10
LinuxFetuspenguin42, Additionally, if I only create the two partitions and restart without installing ubuntu and boot again fro mthe live CD, I get a magic number error on the ext4 partition.20:10
axisysnerdshell: thats the dir.. the otherone is file.. dir is for additional repos20:10
ActionParsnipA_J: you may need to reboot20:10
penguin42LinuxFetus: Have you tried doing the partitioning from Windows?20:10
LinuxFetuspenguin42, No.20:10
penguin42LinuxFetus: The fact that Linux can see the partitions is a good sign I think20:10
stojabreakHow can set to performance mode in my laptop ?20:10
A_J_ActionParsnip, i will reboot brb20:10
GlycanEr... guys?20:11
GlycanWell?20:11
LinuxFetuspenguin42, I know linux cannot resize its own partition from within itself.  Could windows do that?20:11
LinuxFetuspenguin42, Well maybe linux can, but I've never been able to do tha.t20:11
constlpenguin42: System is upgraded and the NVIDIA current drivers are activated although "Additional drivers" util tells that are not currently in use. What can i do?20:11
constl*updated20:11
nerdshellaxisys: yes, you're right, sorry20:11
axisysGlycan: while waiting for your answer you may want to post it in ubuntu desktop mailing list20:11
axisysnerdshell: not at all.. its cool20:12
GlycanWhich is where?20:12
penguin42LinuxFetus: I think there are tools on Windows but I'm not a windows guy, so just go back a step - remind me what partitions you currently have?20:12
GlycanOh, lol, it booted from a cd I forgot was there...20:12
joskersomeone got problem when running gnome with last natty  ? sometimes buttons are not responsible, when this happens i must move the windows in order to be able to click the button20:12
penguin42constl: I use ATI not Nvidia so I'm not used to the drivers - but I suspect that is your problem20:12
LinuxFetuspenguin42, two restore partitions, one windows os partition, one extended partition which has two partitions: an ext4 one and a linux swap one.20:12
GlycanAlso, can someone pm me my question? I really don't want to retype it, and I lost it.20:12
BlouBloujosker: that may be a compiz problem, I haven't got any problem with gnome20:13
aliisonlineHELLO. Though no replied to my request but still me asking. I am running Ubun 8.04 in multiuser settings. I mean i edited the xorg.conf for two seats. But now i am having some problem. If some how my usb keyboard wire gets disconnected (while me using gnome desktop) then after pluging back the wire i can not use keyboad in gnome till i logout or restart gdm or restart pc. I just want to know that how can i refresh my gdm usb input devices.20:13
penguin42LinuxFetus: OK - that's your current state?20:13
brian_of_tacomaActionParsnip: Ok, I am following this guide again -- http://ubuntuforums.org/showthread.php?t=240282  When I run "sudo lpadmin -E -p hp5550..." I am getting this error "lpadmin: No such file or directory"  ( i found the printer ... wasn't actually plugged in =D  )20:13
axisysGlycan: http://lmgtfy.com/?q=ubuntu+desktop+mailing+list20:13
yeatsGlycan: you can probably arrow up in your IRC client to see what you typed20:13
GlycanNo, I can't, my box had to reboot.20:14
ActionParsnipbrian_of_tacoma: install cups-client20:14
malik_hi all20:14
brian_of_tacomaits there20:14
DJones!logs | Glycan Ypou'll be able to find your question & any responses in the channel logs20:14
ubottuGlycan Ypou'll be able to find your question & any responses in the channel logs: Official channel logs can be found at http://irclogs.ubuntu.com/ . LoCo channels are now logged there too; for older LoCo channel logs, see http://logs.ubuntu-eu.org/freenode/20:14
LinuxFetuspenguin42, No. I didn't recieve a useful reply from anyone here after a few times last night and 2 this morning, so I went ahead and used ms-sys to restore the Windows MBR and started restoring my computer to factory settings.  When that's done, I can try to re-setup the extended parition again.  However, even when those two partitions were setup, the ext4 one had an error, like I described.20:15
brian_of_tacomahow do I find the folders20:15
ActionParsnipbrian_of_tacoma: that package gives the lpadmin command20:15
aliisonlineI am running Ubun 8.04 in multiuser settings. I mean i edited the xorg.conf for two seats. But now i am having some problem. If some how my usb keyboard wire gets disconnected (while me using gnome desktop) then after pluging back the wire i can not use keyboad in gnome till i logout or restart gdm or restart pc. I just want to know that how can i refresh my gdm usb input devices.20:15
joskerBlouBlou: there is some way to turn it off ?20:15
voozeBeen searching on google for a while now.. and cant find it;; IS THERE any way to change the color of the launcher??20:15
AdyethsI'm having a problem with Unity. For some reason I can't click on anything in the bar at the top of the screen. Cannot log out. Cannot change sound volume. nothing like that. How would I go about fixing that?20:15
brian_of_tacomahmmm hang on20:15
malik_when i generate a ssh key pair using ssh-keygen the key.pub file contains the hostname of the local machine at the end, does it mean that  only this system will get access using this specific key pair ??20:15
tensorpuddingvooze: what do you mean by the color?20:16
BlouBloubrian_of_tacoma: if it doesn't exist, make it; mkdir <folder>20:16
penguin42LinuxFetus: OK, so after you've done this factory restor what will you have - the restore partition and the windows partition?20:16
stojabreakhi  guys . how can i disable apm-utils in my laptop for performance mode ?;(20:16
BlouBloujosker: sudo apt-get install compizconfig-settings-manager20:16
GlycanI take it Ubuntu+1 is what I'm looking for?20:16
tensorpuddingvooze: the color of which part?20:16
tensorpuddingno20:16
voozetensorpudding, just want the same color "like backgrond of laucher is black) as my theme20:16
LinuxFetuspenguin42, I'm not sure if windows will resize my OS partition to overwrite the ext4 and swap partitions, or not.20:16
DJonesGlycan: No, #ubuntu20:16
brian_of_tacomacups-client is already the newest version.20:16
A_Jubuntu website is showing down now :|20:16
voozedamn, i really dont understand why they did not make that option20:16
voozeor just could let launcher follow the colors of the rest of the theme20:17
aliisonlineI am running Ubun 8.04 in multiuser settings. I mean i edited the xorg.conf for two seats. But now i am having some problem. If some how my usb keyboard wire gets disconnected (while me using gnome desktop) then after pluging back the wire i can not use keyboad in gnome till i logout or restart gdm or restart pc. I just want to know that how can i refresh my gdm usb input devices.20:17
XenithOrbHi I have my computer set to not go to sleep at all or do anything when I close the lid - basically to keep it on and running normally all the time. Problem is, after a certain period of the time the wireless card disconnects from the wireless network regardless of the power settings. How do I go about changing this behavior?20:17
A_Jcan any1 confirm that ubuntu wiki is down20:17
LinuxFetusA_J, https://wiki.ubuntu.com/ works for me.20:17
voozeA_J, drop link20:17
BlouBlouA_J: Try from a proxy, if you can't see from there, it's down20:17
bayarhi20:17
aliisonlineyes ubuntuwiki is fine20:18
voozeworks here too20:18
A_J`Did Action part channel ?20:18
GlycanWhat time is it? +0?20:18
BlouBlouGlycan: gmt +o = 19:18 (I think)20:18
bayarwho is here20:18
penguin42LinuxFetus: Hmm OK; so I'd make one partition change at a time and check it's happy - you might also want to check what dmraid in linux says, I think it should be able to tell you LInux's view of the fake reaid20:18
BlouBlou+0*20:18
voozeA_J, * ActionParsnip (~andy@cpc1-seac10-0-0-cust324.7-2.cable.virginmedia.com) has left #ubuntu20:18
aliisonlineI am running Ubun 8.04 in multiuser settings. I mean i edited the xorg.conf for two seats. But now i am having some problem. If some how my usb keyboard wire gets disconnected (while me using gnome desktop) then after pluging back the wire i can not use keyboad in gnome till i logout or restart gdm or restart pc. I just want to know that how can i refresh my gdm usb input devices.20:18
A_JVooze Thank you20:19
tensorpuddingaliisonline: what do you mean by "edited for two seats"20:19
penguin42aliisonline: Please don't repeat your question so often - if someone could help you they would20:19
LinuxFetuspenguin42, I did make 1 partition change at a time while I was doing that.  But it's still "configuring my desktop."  I suspect it has less than 5 minutes left since I've done this before.20:19
aliisonlineme using 2 vga cards to use both20:19
=== Krabbe is now known as krabbe
aliisonlineso edited xorg.conf and gave the IDS for usb devices20:20
GlycanOh no! It got cut?20:20
tensorpuddingaliisonline: this probably is not an issue with xorg20:20
Glycan!20:20
LinuxFetuspenguin42, I have heard of the dmraid package.  What exactly do you mean to check what it says?  Read the documentation online or something?20:20
aliisonlineyes it is the problem with gdm20:20
penguin42LinuxFetus: There is a command dmraid and I think it can tell you about the configuration of fake raid20:20
aliisonlinei mean when i again plug back usb keyboard20:20
aliisonlinei can switch to different tty screens20:20
aliisonlinebut in gdm environment i can't use keyboard20:21
CaptainkrtekHey all the new Ubuntu users out there, if you have time fill out this survey! http://bit.ly/lZk5xw20:21
GlycanIf anyone comes up with anything, PM me, so that I get it. I hav e to go some quick stuff, but please, I really need to get this working as fast a possible, so if you think of anything, PM me.20:21
tensorpuddingaliisonline: this sounds like a bug, but i'm not sure20:21
BlouBlouCaptainkrtek: you may want to talk in #ubuntu-offtopic20:22
brian_of_tacomaBlouBlou: the problem is that /usr/share/ppd/cups-included/ only includes 2 files and doesn't include the HP directory in the command listed.20:22
brian_of_tacomasudo lpadmin -E -p hp5550 -v usb://hp/deskjet%205550?serial=MY25K1K0TC2L -P /usr/share/ppd/cups-included/HP/deskjet.ppd -u allow:all20:22
CaptainkrtekBlouBlou, just trying to get some feedback for the ubuntu advertising team20:22
S4RYGlycan , i got some of your posts.20:22
aliisonlinemy default short cut key to swiich tty screens is CTRL+ALT+F# but after plugging back my usb keyboard it becomes ALT+F#20:22
AdyethsUpgraded to 11.04 and now I'm having a problem with Unity. For some reason I can't click on anything in the bar at the top of the screen. Cannot log out. Cannot change sound volume. nothing like that. How would I go about fixing that?20:23
LinuxFetuspenguin42, Yes, it looks like Windows removed the extended partition because the C:\ drive is 1.35 TB again.20:23
LjLCaptainkrtek: surveys, poll etc are not allowed on this channel. i'm sure you mean the best, but #ubuntu-offtopic is the appropriate place20:23
BlouBlouAdyeths: Are you using nvidia geforce fx?20:23
Captainkrteksorry LjL20:23
LinuxFetuspenguin42, Did you want me to "man dmraid"20:23
kneauxgoddag.20:23
S4RYGlycan /query20:23
Tomfooleryhey, can someone help me, I'm using gtkpod and my ipod has suddenly become read only20:24
BlouBlouAdyeths: give me the model of you graphic card please20:24
TomfooleryI have no idea how to fix it. I'm a real noob with ubuntu as well =/20:24
kneauxAnybody running 11.04 with ATi?20:24
Adyethsits an nvidia gforce 6150le20:24
aliisonlineHello any1 can point that how to refresh gdm usb devices20:24
stojabreakkneaux20:25
stojabreakim20:25
allu2by the way killiling aptitude at install with control c made it seg fault and renders rest of install un doable20:25
BlouBlouAdyeths: Go to aditional-drivers, which driver do you have installed? Appears something like "it's installed but not in use"?20:25
stojabreakrunning Ati radeom mobility 5730hd in asus laptopt and Natty20:25
gsranyone else having this problem: updated to 11.04 (ended up doing a clean install from CD).  In both unity and gnome2, there are times where I get "stuck" in a focused window, and can't move to any other window.20:26
brian_of_tacomaBlouBlou: there are only 2 files in /usr/share/ppd/cups-included/     postscript.ppd   &textonly.ppd20:26
kneauxstojabreak: I'm having this horrible (drawing order?) problem with e.g. Google Earth, Stellarium, Flash, know what I'm talking about?20:26
Adyethsok, it says its activated but not currently in use.20:26
igordcarddoes anybody here uses a C6000 Samsung TV series on Linux?20:26
BlouBlouAdyeths: heh, I know how to fix it :)20:26
kneauxstojabreak: flickery windows that keep drawing in the foreground even if there's windows in front of them20:27
BlouBlouAdyeths: You have to unistall that driver, restar computer, install *experimental* ones, and reinstall again :)20:27
Adyethswonderful. I'd love to know how to fix it. :)20:27
BlouBlouexperimental = free drivers20:27
stojabreakyes ! im too , with drivers you are currently use ?20:27
BlouBlouAdyeths: I had this problem too20:27
angelicOne more problem... I have got the wifi working (I installed its driver now that I've found it) but.. for some reason I don't see the "power" icon in the taskbar.20:27
Adyethsthanks!20:28
axisysCaptainkrtek: done20:28
aliisonlineHello can any1  point that how to refresh gdm usb devices20:28
BlouBlouAdyeths: you're welcome!20:28
Captainkrtekaxisys, thanks!20:28
angelicCaptainkrtek: Hey, man think you can help me with one small issue for abit?20:29
Captainkrtekangelic, sure thing20:29
aliisonlineHello can any1 point that how to refresh gdm usb devices20:30
angelicCaptainkrtek: Well, for some reason I don't see the power icon in gnome.. I have no idea why. I can't see if its running off of power or battery(icon)20:30
BlouBloualiisonline: what do you mean by gdm usb devices?20:30
BlouBloubrian_of_tacoma: I have no idea, sorry :(20:30
Captainkrtekangelic, hmm hold on let me tinker around20:30
brian_of_tacomaOk, here is my exact issue: The guide I am using (http://ubuntuforums.org/showthread.php?t=240282) calls for running a command    "sudo lpadmin -E -p hp5550 -v usb://hp/deskjet%205550?serial=MY25K1K0TC2L -P /usr/share/ppd/cups-included/HP/deskjet.ppd -u allow:all" ... but there's no HP directory there20:30
brian_of_tacomathere are only 2 .ppd files there20:31
stravantCan anyone else not build Gtk+ code on natty? I get "undefined reference to `g_source_set_time` building an empty main function that includes gtk.h20:31
aliisonlinemy i gave the IDS for usb input devices in xorg.conf to use in multiseat environment20:31
BlouBloubrian_of_tacoma: Then create there with "mkdir <directory>" and run the command again, doesn't it work?20:31
brian_of_tacomabut there is also no .ppd file in that dir20:32
Captainkrtekangelic, try installing it from here https://live.gnome.org/BatteryStatus20:32
brian_of_tacomado I create that too?20:32
Captainkrtekangelic, there are instructions if you scroll down a little20:32
BlouBloubrian_of_tacoma: no, that only works with folders20:32
brian_of_tacomawhat is a ppd file?20:32
brian_of_tacomacan i DL it from somewhere20:33
SomeShmoHow come BitchX isn't in the repositories and how do I get?20:33
angelicCaptainkrtek: Odd thing is though when I unplug the AC, the battery icon appears but when I plug the AC back in, it disappears.. it doesn't show the socket image20:33
BlouBloubrian_of_tacoma: PPD = "PostScript Printer Description"20:34
axisysangelic: power management20:34
dios_mioSomeShmo, efnet #bitchx /topic has a link20:34
Captainkrtekangelic, odd20:34
XenithOrbHi I have my computer set to not go to sleep at all or do anything when I close the lid - basically to keep it on and running normally all the time. Problem is, after a certain period of the time the wireless card disconnects from the wireless network regardless of the power settings. How do I go about changing this behavior?20:34
axisysangelic: default behavior20:34
dios_mioSomeShmo, irssi is in the repository btw20:34
Seveas!bitchx20:34
ubottubitchx (also known as ircii-pana) was dropped from Debian and subsequently Ubuntu (see: http://dy.fi/afb). Consider using irssi or weechat instead.20:34
brian_of_tacomahow do I get one of those for the printer I have?20:34
angelicaxisys: What do you mean?20:34
SeveasSomeShmo, it's dropped because it's an unsafe and unsecure piece of sh^Hoftware20:34
axisysangelic: go to Power Management20:34
axisysangelic: then look in the General tab20:35
SomeShmoAh...20:35
SomeShmoTHanks....20:35
axisysangelic: that is the default behavior20:35
SomeShmoirssi is safe?20:35
axisysSomeShmo: yes20:35
BlouBlouSomeShmo: it is, I'm using it right now20:35
SomeShmoCool, thanks.20:35
=== chad is now known as Guest49185
axisysSomeShmo: you can get tons of help from #irssi20:36
angelicaxisys: OH, I see it.20:36
Manu_Hello Ubuntu irc people. Have you any note for audio problems with Natty Narwhal / Lenovo X60 / latest update audio problem?20:36
Glycanquery/?20:36
llutzbrian_of_tacoma:  according http://www.openprinting.org/printer/HP/HP-DeskJet_5550 your printer should work fine using hplip, do you have that installed?20:37
brian_of_tacomano ... i have no GUI20:37
GlycanWhat's query?20:37
angelicaxisys: thanks20:37
axisysangelic: np20:37
brian_of_tacomaits Ubuntu server20:37
angelicCaptainkrtek: thanks as well.20:37
BlouBlouManu_: works fine for me. Anyways, do you have alsa or pulseaudio (whatever ubuntu uses) correctly installed?20:37
GlycanOh, I get it.20:37
GlycanWho wanted itm already?20:37
pure-anon-monkhey all20:38
brian_of_tacomathis is so crazy ... just want to plug in a printer ... do I need to install a GUI just for that?20:38
abstrakthow do I know what subnet to use? primarily I'm talking about e.g. 10.8.0.1 in this context http://www.openvpn.net/index.php/open-source/documentation/miscellaneous/78-static-key-mini-howto.html there's 10.0.0.0 176.16.0.0 and 192.168.0.0 right, so if my LAN is on 176.16.0.0 then should I use that for my VPN config? does it matter?  like, if my LAN is on 176 and I use this config http://www.openvpn.net/index.php/open-source/documentation/mi20:38
abstraktscellaneous/78-static-key-mini-howto.html will there be conflicts?  I mean, will I need to set up a bridge on my localhost as well so that i can bridge my 176 network over to 10.0.0.0 ?20:38
FloodBot1abstrakt: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.20:38
Manu_BlouBlou: Yes I have. Audio was working fine before the update. Maybe the problem is that I have the trial repository enabled?20:38
abstraktbasically: how do I choose what subnet/ip to use?20:38
abstraktlol, to flood or to use enter, that is the question, apparently :P20:38
frigoquit20:39
brian_of_tacomallutz:  hplip requires a GUI to find my printer ...20:39
BlouBlouManu_: I don't think so20:39
llutzbrian_of_tacoma: hp-setup -i20:39
aliisonlineMy usb devices are configured in XORG.CONF to be used in at two different seats. but if my usb keyboard gets disconnected i can not use it in gnome gdm environment. though i can use only ALT+F# to switch tty# screens. i can get back my usb input device by logging off or restarting gdm or by restarting pc. i hope that there would be some command so i can use that to refresh my gdm usb devices.20:39
Manu_BlouBlou: update installed alsa 1.0.24 today and I lost all audio playback. Recording is still working.20:39
BlouBlouManu_: Then go to Synaptic >> Force the older version and reinstall it20:40
aliisonlineMy usb devices are configured in XORG.CONF to be used in at two different seats. but if my usb keyboard gets disconnected i can not use it in gnome gdm environment. though i can use only ALT+F# to switch tty# screens. i can get back my usb input device by logging off or restarting gdm or by restarting pc. i hope that there would be some command so i can use that to refresh my gdm usb devices20:40
BlouBlou!repeat | aliisonline20:40
ubottualiisonline: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/20:40
brian_of_tacomaTY!20:40
Manu_BlouBlou: I tried that but for some reason the force version in the menu is grayed out.20:41
llutzbrian_of_tacoma: you's start reading man-pages20:41
abstrakthttps://help.ubuntu.com/community/OpenVPN#Setting up the Bridge20:41
aliisonlinesorry actually this is my first time to an irc  channel and i can't understand that how U all people r reading all this so quickly20:41
brian_of_tacomaug!  But I only speak English!20:41
perlmonkey2Anyone running 11.04 on a new macbook pro? I was wondering how the trackpad worked. If two finger scrolling and two finger clicking worked.20:41
abstraktthey chose the 192.168 subnet ^20:41
stravantHow do I compile gtk+ code on natty? Even a hello-world application yields several linker errors including "/usr/lib/libgtk-x11-2.0.so: undefined reference to `g_source_get_time'"20:41
brian_of_tacomanot man20:41
BlouBlouManu_: did you try moving to pulseaudio?20:41
abstraktthey > http://www.openvpn.net/index.php/open-source/documentation/miscellaneous/78-static-key-mini-howto.html chose the 10.0.0.0 subnet20:41
aliisonlineso me thought that i shout ask quickly so my question will get prominent. Really sorry20:42
abstraktbut this choice is not actually explained20:42
Manu_BlouBlou: *noob* No, I actually do not know how to swap the audio system in Ubuntu.20:42
BlouBlou!pulseaudio20:42
ubottuPulseAudio is a sound server intended as a drop-in replacement for !ESD - See https://wiki.ubuntu.com/PulseAudio for information and installation instructions20:42
BlouBlouManu_: ^20:43
Manu_Thanks. I will try that.20:43
tensorpuddingperlmonkey2: two-finger scrolling is supported on other machines in Ubuntu, so I don't know why it wouldn't20:43
lderi upgrade to natty and my wifi didn't work until i did "modprobe b43"... i removed it from the blacklist but it still doesn't start automatically.  how do i get the b43 module to run automatically?20:44
Sub_ZeroHow long does updating from 10.10 to 11.04 take? Figuring out what will be the best time to do this?20:44
desg_xdhow do i force quit my firefox process?20:44
BlouBlouSub_Zero: downloading = 15 - 30 mins      |    installing = 30-60 mins20:45
Sub_Zerodesg_xd via terminal. killall firefox20:45
llutzdesg_xd: pkill firefox20:45
desg_xdthanks20:45
BlouBloullutz: isn't better killall firefox?20:45
llutzBlouBlou: why?20:45
perlmonkey2tensorpudding: sweet. mac makes it easy to try out Ubuntu before I blow away OSX completely. I'll have to give it a go :)20:45
BlouBloullutz: I don't know the difference between pkill and killall, meh20:46
trismstravant: use pkg-config --cflags --libs gtk+-2.0; should get all the stuff you need20:46
lderi'll try /etc/modules20:46
perlmonkey2tensorpudding: I didn't know about the two finger thing at all. I'll have to set that up on all my ubuntu machines. Sweet :)20:47
tensorpuddingperlmonkey2: it might not be wise to completely remove OSX if you don't have a way to put it back20:47
stravanttrism: I'm allready doing that> The compiler / linker wouldn't be able to find anything at all if I weren't.20:47
tensorpuddingperlmonkey2: it's only certain hardware that supports it20:47
tensorpuddingperlmonkey2: i think20:47
darkoricalI have a folder that is shared via samba and has new folders created in it by other applications (mostly Transmission) is there a way to set it to force all new folders/files created in it to 0777 ?20:47
tensorpuddingi know that windows supports it on some machines but not others20:47
stravanttrism: I also tried pkg config in the command ling and it is giving the expected output (just included the libs here): -pthread -L/usr/local/lib -L/usr/lib/i386-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.020:48
brian_of_tacomaIs there a guide on how to read man pages?  They are so confusing and unhelpful for learning Linux20:48
abstrakttensorpudding, "windows supports Mac on some machines" ... ?20:48
llutzdarkorical: "create mask = 0777" in smb.conf20:48
abstraktthat, er... doesn't really make sense20:48
kjxl9brian use man man20:49
abstraktbrian_of_tacoma, lol actually there is i'm sure20:49
tensorpuddingabstrakt: no, two-finger scroll20:49
darkorical.. you mean  man man brian....?20:49
kjxl9the command is "man man"20:49
kleopatraHello, i have a dvd in my drive, how can i find out whats its /dev-address? mount says sr0 is unknow20:49
abstraktbrian_of_tacoma, the real problem with man pages is that they are usually not logically organized and there's no table of contents20:49
stravanttrism: Any idea what could be going on given the conditions?20:49
llutzdarkorical: err* "create mask = 0000" in smb.conf20:49
abstraktbrian_of_tacoma, otherwise man pages are usually fairly useful, but there's also usually a limited amount of use, reading man pages is an art - really about the only thing you can do is just read more man pages20:49
abstraktbrian_of_tacoma, but you must also remember that man pages aren't generally a subsitute for Knowing What You're Doing (TM)20:50
kjxl9how do i remove a user from terminal?20:50
wmdvanzylman pages taught me massive amounts20:50
abstraktkjxl9, man deluser20:50
perlmonkey2tensorpudding: good point. I can just shrink it's partition to a 20GB or so. Keep it around in case I need it for some reason. Just hate dealing with dual boots and Ubuntu was so much more useful than OSX. Not that OSX is bad. Ubuntu (and even Fedora) were just better.20:50
brian_of_tacomaand they just start listing off facts and attributes about a command without general explanations for understanding20:50
wmdvanzylhad to learn linux at varsity for computer science degree20:50
MagusOTBSo apparently when you ask banshee to import a library of roughly 100,000 songs, it crashes spectacularly and begins blasting metal.20:50
wmdvanzylno help - u just had to get it done20:51
abstraktbrian_of_tacoma, right, that's what I just said20:51
wmdvanzylman pages are useful20:51
abstraktbrian_of_tacoma, if you need a tutorial, then google20:51
brian_of_tacomaim a slow typer20:51
trismstravant: is it short? can you pastebin the source file?20:51
abstraktbrian_of_tacoma, sooo, practice and get faster?20:51
llutzbrian_of_tacoma: they give you basic info, so you can use other sources to get a deeper understanding (google, whatever)20:51
abstraktbrian_of_tacoma, http://google.com/search?q=mavis+beacon20:51
brian_of_tacomajust began learning Dvorak20:51
abstraktbrian_of_tacoma, waste of time, but ok20:52
MagusOTBdoes anybody know of a media player other than MPD that doesn't melt when presented with HUGE libraries?20:52
pure-anon-monkvlc ?20:52
kleopatraHow can i find out what /dev my dvd-drive is?20:52
abstraktbrian_of_tacoma, the speed gains of dvorak aren't worth it compared to the hassle of living with DVORAK in a QWERTY world20:52
MagusOTBpure-anon-monk: No, like, with library management and searching and such20:52
MagusOTBlike what banshee is supposed to do, but apparently can't.20:52
abstraktkleopatra, it's likely to be /dev/cdrom20:52
brian_of_tacomaYou tried it?20:52
abstraktkleopatra, ls -l /dev/cdrom20:52
frigoquit20:52
aveeshhi----can someone help me  configure networking in ubuntu 11.04 - am a windows user but not a noob....just unfamiliar...20:52
brian_of_tacomaor that's just your thought?20:52
abstraktbrian_of_tacoma, yes - it's not worth it20:52
MagusOTBbrian_of_tacoma: Banshee? Yes. I just said it crashed and started blasing metal until I xkill'd it.20:53
pure-anon-monknot sure am just about to call my mate  ill ask him if he answers20:53
wmdvanzylbrian_of_tecoma - its general proven20:53
MagusOTB*blasting20:53
aveeshand this is my first tim to irc....whoa it is fast....20:53
wmdvanzylbrian_of_tocoma, abstrakt is right20:53
MagusOTBwhich is a little strange because I generally don't lsiten to metal20:53
BlouBlouaveesh: that's because it's plain text :)20:53
kleopatracdrom1 it is =)20:53
MagusOTBaveesh: This channel is.20:53
stravanttrism: http://pastebin.com/tuGD5fNE20:53
wmdvanzylmany conversations == fast reading20:54
gsranyone else having this problem: updated to 11.04 (ended up doing a clean install from CD).  In both unity and gnome2, there are times where I get "stuck" in a focused window, and can't move to any other window.20:54
aveeshgotta go....20:54
stravanttrism: I'll try building it with the command line to make sure eclipse isn't doing something funny while you look at that20:54
aveeshsorry20:54
nelson__holaa20:54
BlouBlou!bye | aveesh20:54
ubottuaveesh: Au revoir!20:54
BlouBlounelson__: english here please20:55
trismstravant: it doesn't look like eclipse is expanding the pkg-config line20:55
perlmonkey2When creating the usb install disk on a Mac the Ubuntu instructions say to run this: hdiutil convert -format UDRW -o but the -o flag is invalid for that app. Anyone know what it is supposed to be?20:56
stravantThat's just the way it does output, I'm sure it is expanding it or else it would simply stop at not finding gtk/gtk.h20:56
aliisonlineMy usb devices are configured in XORG.CONF to be used in at two different seats. but if my usb keyboard gets disconnected i can not use it in gnome gdm environment. though i can use only ALT+F# to switch tty# screens. i can get back my usb input device by logging off or restarting gdm or by restarting pc. i hope that there would be some command so i can use that to refresh my gdm usb devices20:56
wmdvanzylgoodbye20:56
stravanttrism: one sec while I compile it at the command line20:56
taseSo I just restarted ubuntu 11.04 and I got 4 "enter password for keyring", then a wifi passphrase prompt, wtf is up with 11.04, doesn't it remember wifi settings, this isn't a live cd20:57
BlouBloutase: ubuntu has currently problems with wifis n20:57
taseim switching from ubuntu classic and ubuntu unity wm too20:57
BlouBloutase: I'm using an old wifi g because newest ones seems too fail20:57
BlouBlous/too/to20:58
taseits got nothing to do with actually connecting20:58
stravanttrism: Yup, it's not a problem with eclipse, exact same error from the command line20:58
taseI dont want to input my password every time I restart ubuntu20:58
=== Guest14492 is now known as ssfdre38
taseand before the restart all my windows had no title bar / decoration, just bare borderless panels20:58
taseand browsing on firefox on 11.04 is extremely slow, as opposed to a firefox 4.0 o windows 7 right next to it20:59
BlouBloutase: I think you can't disable it, it's not wifi passwword, it's your password-unlocker password :P20:59
taseno it asked for the password in the wifi20:59
koperinoneeded libqt4-xmlpatterns but it won't be installed says synaptic........Help i want to install Mixxx and amarok??20:59
BlouBloutase: interesting...20:59
taseWPA/WPA2 drop box and passphrase prompt20:59
brandon_Hey guys.20:59
stravanttrism: And anyways, doesn't "/usr/lib/libgtk-x11-2.0.so: undefined reference to `g_source_get_time'" mean that it did find the file in question but it's missing a symbol?20:59
BlouBloutase: try disabling wifi password and setting mac filter then20:59
taseuh, right21:00
taselike im going to do that for ubuntu21:00
aliisonlineMy usb devices are configured in XORG.CONF to be used in at two different seats. but if my usb keyboard gets disconnected i can not use it in gnome gdm environment. though i can use only ALT+F# to switch tty# screens. i can get back my usb input device by logging off or restarting gdm or by restarting pc. i hope that there would be some command so i can use that to refresh my gdm usb devices21:00
brandon_Anyone here using thunderbird miramir?21:00
trismstravant: g_source_get_time is from libglib2.0-dev, it is possible you are missing that, although the gtk deps should pull it in21:00
abstraktgsr, this is why I'm not going to move to 11.04 :)21:00
abstraktgsr, sticking on 10.10 for a while21:00
darkoricalllutz: I tried create mask  ="0000" and 0777 as well as both for direcotry mask and new folders created by transmission still come up 075521:00
zertyuhello there i got ubuntu web server21:01
BlouBlouabstrakt: wait for a month or so, so most of problems/issues will be fixed :)21:01
AndrewEMTQuestion... I am having trouble installing programs into Wine that have multiple CDs or DVDs to the program... The first cd gets recognized by when it asks for the second CD or DVD Ubuntu seems to not recognize that there is a CD in the drive... this happen on PlayOnLinux and Gametree (Cedega)... so am I in the right place or should I go talk to the wine guys?21:01
abstraktBlouBlou, right, well at least that :)21:01
brandon_Go talk to Wine.21:01
abstrakti'll probably migrate to 11.04 when 11.10 comes out :)21:01
BlouBlouabstrakt: /join #winehq :)21:01
brandon_Anyone here using miramir alpha?21:01
taseare settings not remembered between Ubuntu and Ubuntu Classic workspaces, or are they corrupted, is 11.04 a stable release or its a beta 421:01
BlouBlouabstrakt: Then you may want LTS versions :P21:02
stravanttrism:pkg-config --libs gtk+-2.021:02
stravant-pthread -L/usr/local/lib -L/usr/lib/i386-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.021:02
stravanttrism: It isn't there, should it be?21:02
FloodBot1stravant: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.21:02
abstraktBlouBlou, um... 11.04 is LTS isn't it?21:02
BlouBloutase: it's stable release21:02
D3luSi0n4LHey all21:02
BlouBlouabstrakt: no, it was 10.0421:02
D3luSi0n4LAnyone mind helping me for a min21:02
troulouliouhi is thre a tuto or official guide to switch from debian to ubuntu (and get back most of the pacages)21:02
zertyui setup apache i upload my web file on my webroot folder, the page not display at all i got a blank page, where the error come from ?21:02
gsrabstrakt: yeah, the new ATI non-free drivers stink, flash (free and non-free) both take up 100% CPU, the whole window stuck thing, and unity is like gnome - minus most of the features that convinced me to leave KDE/XFCE.21:02
BlouBlouabstrakt: was, and is21:02
trismstravant: it is there at the end -lglib-2.0, the question is, is libglib2.0-dev installed?21:02
abstraktBlouBlou, oh... hmm, so what's th next LTS?21:02
D3luSi0n4LI'm trying to install Ubuntu 11.04 alongside Windows 7 and having some issues21:02
brandon_This is nothing but spam. lol21:02
BlouBlouabstrakt: 12.0421:02
abstraktgsr, you needed to be convinced to leave KDE? lol21:03
abstraktKDE is teh suxors, i could have told ya that :P21:03
AndrewEMTAnyone able to help me or should I go to the Wine guys?21:03
gsrabstrakt: used it since I was 13 (over a decade ago), was very used to it.21:03
globeeI stay away from the latest releases until all the bugs are worked out.21:03
BlouBlouAndrewEMT: if it's wine-releated problem, join in #winehq21:03
ssassshelloo21:03
abstraktXFCE isn't too bad, but by the time you add all the features to get it up to par with the features of GNOME, XFCE is then just as slow as GNOME21:03
abstraktso, might as well use GNOME21:03
stravanttrism: Yea, it's there21:03
ssasssi need help21:03
BlouBloussasss: what's up?21:03
gsris there a "do-release-downgrade" function :P?21:03
abstraktgsr, ahh, you were a "pimpin" kid I bet, suckered by all the fancy graphics :)21:04
BlouBlou!downgrade | gsr21:04
ubottugsr: Attempting to downgrade to an older Ubuntu version is explicitly not supported and may break your system.21:04
abstraktgsr, yeah, sudo rm -rf /*21:04
AndrewEMTIts not just wine... its any type of compatibility layer like that... as I said, its not just wine... but I will go there. I thought it could be an Ubuntu bug...21:04
D3luSi0n4LAnyone help me, while trying to install ubuntu alongside win7, it was saying "no root something"21:04
abstraktgsr, and then install fresh with 10.1021:04
BlouBlouabstrakt: meh :P21:04
gsrabstrakt: yeah, and remove my home directory as well :P21:04
soreauIs there an easy way to build the kernel into deb packages?21:05
abstraktgsr, of course not21:05
ssasssneed help meep21:05
ssasssp21:05
abstraktgsr, because obviously you've got that on a separate partition right?21:05
gsryeah21:05
trismstravant: is the source file short? something you could pastebin so I could try to reproduce it?21:05
BlouBloussasss: Ask your question21:05
D3luSi0n4LOh do i need a swap partition to install linux to?21:05
D3luSi0n4Lmy mistake not to install linux to but to use while installing linux*21:05
Dr_WillisD3luSi0n4L:  Ubuntu wull use one if its theres.21:05
stravanttrism: The source file is just #include <gtk/gtk.h> int main() {return 0;}21:05
llutzsoreau: https://help.ubuntu.com/community/Kernel/Compile21:05
ssasssmy question can sb help me21:05
D3luSi0n4LDr_Willis: well while installing ubuntu, I was getting "No root file system"21:06
trismstravant: ahh, then I can't, it compiles fine here, you must be missing some libraries21:06
Dr_WillisD3luSi0n4L:  you proberly want to make one. reguardless of your ram.  If its a laptop and you want to hibernate make it at least ram21:06
D3luSi0n4LDr_Willis: no matter what i tried21:06
gnagno_hello all21:06
Dr_WillisD3luSi0n4L:  thats not a swap issue..  something else is going on21:06
soreaullua: I said an easy way :P21:06
gnagno_I am having an issue on my notebook after updating to natty21:06
leftistwow this new release of ubuntu is horrible.21:06
zertyuhello everyone21:06
soreaullutz: I said an easy way21:06
llua:x21:06
D3luSi0n4LDr_Willis: mind if i pm you, maybe you can help me?21:06
ssasssi have an qu21:06
leftisti have been using ubuntu since 5.x and man this is dreadful21:06
ssasssquestion21:07
Dr_WillisD3luSi0n4L:  about ready to go to bed.21:07
Dr_Willisleftist:  demand a refund perhaps.. do you have a support issue/question?21:07
D3luSi0n4LDr_Willis: alright thanks anyways, anyone else got a could mins to help?21:07
stravanttrism: How do I look at the symbol contents of a lib? libgtk-x11-2.0.a/so is on the system where it should be21:07
gnagno_my left mouse button get stuck and I can't click anywhere after updating to natty, can someone please help me? my netbook is unusable :(21:07
koperinoI can't install amarok and mixxx due to same rapport21:08
stravanttrism: I assume all the files are there, shouldn't I get a linker error if they can't be found?21:08
brian_of_tacomaSo about 30 mins ago I ran hp-setup -i and it has had a spinning / prompt after coming to "Information".  Should I kill it?21:08
leftistdr_willis i have a right as a developer to make my feelings known. i just dont understand who was the final decision on this horrific configuration as ubuntu is the premier os on the street. this rel has the potential to run people away.21:08
RivkahAlright..Well, was hoping somebody here could answer this: How is cross-platform programming on Ubuntu? I am currently toying/testing 11.04 x6421:08
VampiricPadraigSorry about the in and outs21:08
Dr_Willisleftist:  this is not the proper channel for it. and you are basically ranting. take it to #ubuntu-offtopic21:09
leftistnot ranting just speaking the truth but yeah  i will go there and "rant" as you so referred. cya21:09
trismstravant: you are getting a linker error, it can't find the glib symbols for some reason21:10
Rivkah[Reposting incase somebody missed] Alright..Well, was hoping somebody here could answer this: How is cross-platform programming on Ubuntu? I am currently toying/testing 11.04 x6421:10
stravanttrism: How can I check if the symbols actually exist in the lib?21:11
leftistis there anyway you can backout an upgrade?21:12
llutzstravant: nm <libname>21:12
Dr_Willis!downgrade21:12
ubottuAttempting to downgrade to an older Ubuntu version is explicitly not supported and may break your system.21:12
leftistyeah21:12
leftistok thank god i did it on a laptop that was not in production. back to 10.10 for us. peace.21:12
zertyuhello there21:13
Guest30745Sorry for an off topic question but what command allows you to see all rooms on the irc server21:13
gunknowni am trying to install vlc 1.1.5 in ubuntu 10.10 via ppa (ppa:n-muench/vlc). But after installing it is still version 1.1.4. Anyone any idea? I also completely reinstalled vlc ...21:14
gunknownand which vlc version is in buntu 11.04?21:15
dusfwill gparted allow me to move partitions around while logged into ubuntu?21:15
Dr_Willisdusf:  not i  use ones21:15
stravanttrism: Is it looking as libgtk-x11-2.0.so instead of the .a file a problem?21:15
=== trolling is now known as brianl|a
perlmonkey2where can I find the hash for the i386 desktop download?21:16
stravanttrism: Because nm doesn't show any symbols for the .so, but the .a does contain the symbols I need21:16
trismstravant: no, the so references functions from libgio-2.0.a but it isn't finding it for some reason21:16
dusfDr_Willis: what would happen if i tried to reduce the size of my home parition while logged in?21:17
stravantShould there be the symbols in the .so?nm with the .os gives me "no symbols in here"21:17
Dr_Willisdusf:  it wont let you do that..21:17
gunknownwhere can i see the package versions for ubuntu 11.04?21:17
Dr_Willisdusf:  i always do such tasks with a live cd. so all filesystems are not mounted21:18
perlmonkey2Are these correct? if so I got a bad download: https://help.ubuntu.com/community/UbuntuHashes21:18
Dr_Willisdusf:  such tasks can take a VERY long time als9o21:18
tasedo I need Samba to connect to a windows share ?21:18
stravanttrism: When you use "nm /usr/lib/libgtk-x11-2.0.so" does it give you the symbols, or "no symbols" like on mine?21:18
llutztase: nope, smbclient you need21:19
Dr_Willistase:  I think gnome file manager can connect to windows without it.. but windoes cant connect to ubuntu without it21:19
andre_pl_I was running gnome-shell up until this morning, I did some updates, and now I have an extra 'dock' which appears to be unity running at the same time as gnome-shell21:19
andre_pl_but I can't find the executible or tell what it is exactly21:19
andre_pl_whats the executible file for unity's dock?21:19
taseI'm trying to connect to a windows share and it doesn't work, says it can't mount it or something21:19
Dr_Willistase:  can you ping the ip# of the windows box?21:19
taseyea it's in LAN; it works now, didn't work from Ubuntu Classic desktop for some reason21:20
Dr_Willistase:  you could also try entering the share path directly in the filemanager address bar. ie:  smb://servername/sharename   or use the  ip of the server instead of its name21:20
Dr_Willistase:  ive found windows fileshareing to get flakier every year. :)21:20
taseyea i can see that21:20
taseDr_Willis, how do I enter a path in the filemanager ?21:21
Dr_Williswin7 adds all sorts of things that seem to break other things.21:21
zertyui got a small question, i got a permission issue on my system, i got two user on my system :  userone and usertwo , i got a group called admin1, there is a which is folder1, if i ls -al floder1 : i got this : drwxr-xr-x  5 user1 user1     4096 2011-05-07 17:26 folder1, now i m logged in on that folder1 using ftp client but i can't read write execute, what i have to, like my user2 able to...21:21
zertyu...read, write excute on that folder1 too ?21:21
Dr_Willistase:  ctrl-l I think to show the URL bar.21:21
Dr_Willisthats a L as in Location21:21
aximilihey there !21:22
AlexrcolIs there any way to restore Windows Vista to factory condition without killing Ubuntu?21:22
aximiliCan somebody help me please ?21:22
=== dave is now known as Guest26984
Captainkrtekaximili, sure21:22
aximilii have a driver mouse problem21:22
aximilii just install natty narwhal21:22
aximiliand when I boot it, my mouse just don't do anything21:22
nowatanyone have any idea why an ubuntu server USB drive would load me into a password protected CentOS shell?21:22
D3luSi0n4LAnyone got a mintue to help me with cleaning GPT data21:22
D3luSi0n4LI found through a search that the reason 11.04 was giving me no root file system found was stray GPT data21:23
zertyui  got a small question, i got a permission issue on my system, i got two user on my system : userone and usertwo , i got a group called admin1, there is a which is folder1, if i ls -al floder1 : i got this : drwxr-xr-x 5 user1 user1 4096 2011-05-07 17:26 folder1, now i m logged in on that folder1 using ftp client but i can't read write execute, what i have to, like my user2 able to read,...21:23
Dr_Willisnowat:  how are you knowing its a centos shell?21:23
zertyu...write excute on that folder1 too ?21:23
trismstravant: yes, that is fine, the problem seems to be that it is not finding the glib libraries, I don't know why that is21:23
D3luSi0n4Lso i found this - program caled "FixParts" but i dont know how to use it21:23
D3luSi0n4Lhttp://www.rodsbooks.com/fixparts/21:23
AlexrcolIs there any way to restore Windows Vista to factory condition without killing Ubuntu?21:24
aximilii think i need drivers, but i can't install new packages, because my connexion is cut, and i don't know how to connect...21:24
Dr_WillisAlexrcol:  you can always reinstall the grub bootloader. assuming your method of reinstalling windows does not whipe the whole disks.21:24
S4RYAlexrcol: Ubuntu -live CD might do it.21:24
nowatDr_Willis, I can load it up in a second and give you a better answer but it load up asking for a password saying "CentOS something or other" then asks for username//pw21:25
Dr_WillisAlexrcol:  ive seen factory restore disks that whipet the whole hard drive.. and otehrs that dont.21:25
AlexrcolDr_Willis,i'm pretty sure it wipes out the whole drive.21:25
Alexrcol:S21:25
zertyu i  got a small question, i got a permission issue on my system, i got two user on my system : userone and usertwo , i got a group called admin1, there is a which is folder1, if i ls -al floder1 : i got this : drwxr-xr-x 5 user1 user1 4096 2011-05-07 17:26 folder1, now i m logged in on that folder1 using ftp client but i can't read write execute, what i have to, like my user2 able to read,...21:25
zertyu...write excute on that folder1 too ?21:25
Dr_WillisAlexrcol:  ivec seen ones that do,. and ones that dont.21:25
AlexrcolMine probably does.21:25
AlexrcolI have a Compaq Presario PC running dual boot.21:25
Dr_WillisAlexrcol:  when in doubt make backups.21:25
AlexrcolHow will I know if it kills the whole disk?21:26
D_Cent used card21:26
Dr_WillisAlexrcol:  you can boot/run linux from a external USB hard drive. :)21:26
AlexrcolAlso, how do i backup ubuntu?21:26
Dr_WillisAlexrcol:  we cant tell what it will do..21:26
Dr_Willis!backup21:26
ubottuThere are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning21:26
D_Centhi, is it possible to use an nvidia card on optimus? i've got a notebook with intel gpu and nvidia, and i cannot switch the used card - any help?21:26
LinuxFetus_Hey when I try to boot off the standard amd64 10.04.2 CD on my computer I get a blank screen after the ubuntu loading screen (purple with ubuntu letters).  My computer is an HP Elite Pavilion with an ATI 5570.  Maybe it's a video card issue?21:27
=== sahip is now known as Chepoll
DeltaEjijiLinuxFetus_, your laptop is prob not supported.21:27
DeltaEjijitry Windows21:27
AlexrcolDr_Willis, are there any ways to restore windows without killing ubuntu in the first place? :S21:28
allu2Hello, i'm installing ubuntu natty from minimal.iso, i installed xorg and xfce4 and i can go in xfce4 session with root but not with regular user, i installed gdm and after i press login the screen flashes and goes back to gdm, what should i do to be able to use xfce4 with non root user21:28
S4RYLinuxFetus_: you could try one of grub boot options, i've faced this issue once.21:28
LinuxFetus_DeltaEjiji, Maybe I mispoke on the model but it's actually a tower.  And 11.04 boots up but it's kind of a long story so I'm trying 10.04.21:28
S4RYLinuxFetus_: https://help.ubuntu.com/community/BootOptions21:29
musicophiliacNatty Narwhal is horrible21:29
musicophiliacI am rolling back to meerkat21:29
froqmushuchan, it is21:29
musicophiliacwhat a disaster21:29
froqmusicophiliac, it is21:29
allu2musicophiliac: offtopic?21:29
Chepollallu2, ani xfce4 is?21:29
allu2Chepoll: ?21:29
D3luSi0n4LHey can somone help me use FixParts?21:30
LinuxFetus_S4RY, For the boot options, would I have to be using an alternative CD?21:30
D3luSi0n4LI need help clearing out stray GPT data so when I install ubuntu alongside 7 - I dont get the "no root file system detected"21:30
Chepollallu2, what is  xfce4?21:30
allu2Chepoll: its a Desktop Environment21:30
=== PolarPanda is now known as evilmynickwontfi
edbianChepoll: It is alternative to KDE, gnome, unity21:31
S4RYLinuxFetus_: Yes , iirc. for more information on this , lets check that page.21:31
=== evilmynickwontfi is now known as MyNickWontFit
zertyu i  got a small question, i got a permission issue on my system, i got two user on my system : userone and usertwo , i got a group called admin1, there is a which is folder1, if i ls -al floder1 : i got this : drwxr-xr-x 5 user1 user1 4096 2011-05-07 17:26 folder1, now i m logged in on that folder1 using ftp client but i can't read write execute, what i have to, like my user2 able to read,...21:32
zertyu...write excute on that folder1 too ?21:32
allu2but anyone got an ide why would xfce4 run in root but not as regular user?21:32
LinuxFetus_S4RY, Will I be able to run it live, first, from that?21:32
allu2idea*21:32
JoshDreamlandos-probe and update-grub both recognize my arch partition, but update-grub doesn't add it.21:32
Chepollallu2, ok. what login tool would u like to use?21:32
S4RYLinuxFetus_: it seems like you can dirctly edit the Grub menu.list.21:32
abdullahi am new in ubuntu21:32
JoshDreamlandIt justs names it in the recognized OS's, and adds two Ubuntu entries pointing to the same location.21:32
abdullahhelp me21:32
edbianallu2: What do you  mean 'xfce' is running as root.  xfce is the culmination of a couple of different processes21:32
allu2edbian: startxfce4 worked only as root, and gdm didn't let me login as normal user21:33
allu2edbian: but i just figured that it was because of .Iceauthority file in my /home21:33
allu2edbian: removing it fixed the problem :)21:33
S4RYLinuxFetus_: after editing boot inputline with a giving boot option , Yes , and you can install as will.21:33
S4RY* as well.21:34
LinuxFetus_S4RY, Can you send me a link to the page you're on?21:34
edbianallu2: yeah probably that was the issue.  typically you should never log into gdm as root.  Doesn't xfce use xdm?21:34
ejayhi, is there a way to delete files from ubuntu on windows because my ubuntu wont boot because of low disk space21:34
ejay???????????21:34
=== JoFo_ is now known as JoFo
Dr_Willisgdm by default dosent let root login.. or at least it used to be that way21:34
S4RYLinuxFetus_: https://help.ubuntu.com/community/BootOptions , http://forums.linuxmint.com/viewtopic.php?f=46&t=5011821:35
Dr_Willisejay:  boot a live cd. and try it. but ive never seen a system not boot because of that.21:35
edbianejay: Yeah.  You can use this: http://www.soluvas.com/read-browse-explore-open-ext2-ext3-ext4-partition-filesystem-from-windows-7/21:35
tjiggi_foabdullah, if you have a question just ask it21:35
edbianejay: Next time search the web before just asking us :)21:35
Alexrcolwhere is the link for the 10.10 livecd torrent download?21:35
Alexrcoli cant find it?21:35
allu2edbian: not that i know21:35
edbianejay: You could also boot a live CD21:35
edbianallu2: mmm21:35
ejaywhen i try to boot the ubuntu 11.04 live cd all the pixels are messed up and i cant see anything21:35
allu2edbian: well i think the .Iceauthorithy was remainings of my debian installation21:36
darkoricalis there such a thing as a live server cd?21:36
S4RYabdullah: if your main language is Arabic you can go ahead and PM me.21:36
mitigatingCan you make smplayer use gloal settings21:36
Alexrcolcan somebody please help e find the livecd torrent download?21:36
mitigatingi'm trying to script changes21:36
Alexrcolanybody?21:36
Alexrcoli need the dvd version21:36
mitigatingalexrocol21:37
mitigatingisn't it listed on the website21:37
Alexrcoli cant find it21:37
Alexrcol:/21:37
mitigatinghttp://releases.ubuntu.com/11.04/ubuntu-11.04-desktop-i386.iso.torrent21:38
mitigatinghere is the link21:38
allu2stupid question why there are two floodbots?21:38
ejayDr_Willis: it wont let me delete it21:38
mitigatingallu2 , if one gets killed there is still protection21:38
froqso I can use SSH to do all my VNCing, FTPing, etc without opening any port except 22, correct?21:38
ejayedbian: it wont let me delete it21:38
tjiggi_foAlexrcol, http://www.ubuntu.com/download/ubuntu/alternative-download#bt21:38
ejaythe files21:39
aximiliplease, can anyone can tell me how "launch" my internet connexion in commandline ?21:39
S4RYLinuxFetus_: Please lemme know how it goes.21:39
Dr_Willisejay:  depends on the video card. if its nvidia try the nomodeset option.21:39
AndroUser.21:39
Dr_Willisejay:  or boot into rescue/revoveruy mode..21:39
allu2mitigating: killed? by who its the moderator :S21:39
mitigatingaximil what does that mean21:39
Dr_Willisbbl. gotta run21:39
LinuxFetus_S4RY, I wil.  I'm downloading alternative right now.  Then I'll have to burn it.21:39
ejaywhat do u do in recovery mode21:39
Dr_Willis!tunnel | froq21:39
mitigatingmaybe the server it's connected to disconnects21:39
LinuxFetus_S4RY, 6 min left on the download. 1 MB/s ish.21:39
Dr_Willis!tunnle | frog21:39
Dr_WillisI cant spell.. gotrta run :) heh21:39
froqDr_Willis ... what is iTunnel?21:39
ejayDr_Willis: wat do u do in recovery mode?21:40
bodhizazenhttp://blog.bodhizazen.net/linux/ubuntu-membership-is-available-to-those-who-are-active-on-the-ubuntu-forums/21:40
DasEifroq, ejay: will just left21:40
S4RYLinuxFetus_: good going.21:40
mitigatingwhy are default settings so bad usually21:41
DasEifroq: your initial question ?21:41
mitigatinglike mplayer defaults look so bad21:41
Alexrcolwhich bit should i get?21:41
froqso I can use SSH to do all my VNCing, FTPing, etc without opening any port except 22, correct?21:41
Alexrcol3221:41
Alexrcoloe 6421:41
Alexrcol?21:41
Alexrcolor*21:41
FloodBot1Alexrcol: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.21:41
bodhizazenfrog: yes21:41
AlexrcolSorry.21:41
bodhizazenBetter use ssh -X and forward gnome-panel21:41
mitigatinghttp://releases.ubuntu.com/11.04/ubuntu-11.04-desktop-amd64.iso.torrent21:41
dfgaswhat is the key combo to logout back to login screen?21:41
ejaywat happens in ubuntu recovery mode?21:41
bodhizazenyou can run xming as an X server on Windows21:41
DasEifroq: 22 is standard port for ssh, but can use any other, too. vnc as ftp have other defaults, but can be altered, too21:42
Mir_pupgod i hate unity21:42
Mir_pup:<21:42
bodhizazenfroq, http://ubuntuforums.org/showpost.php?p=10784053&postcount=921:42
froqDasEi, okay.  cool, however, Dr. Willis mentioned iTunnel... what is that?21:42
mitigatingmir pup - use xubuntu21:42
mitigatingxfce is basically gnome now21:42
Mir_pup:D21:42
bodhizazenFor ftp use sftp21:42
mitigatingthis happens to all guis , feature creep21:42
mitigatingthey just can't stop21:42
ejayedbian: wat happens in ubuntu recovery mode?21:42
mitigatingejay, recovery mode either boots you into a graphical live system or a shell that you can use tools to fix your system21:43
bodhizazenfroq, but you can also use scp and sshfs21:43
codeshahhey guys, I created a new user account, but /var/mail/<user> is not created... I am trying to setup postfix as in https://help.ubuntu.com/community/PostfixBasicSetupHowto21:43
bodhizazenOn windows use winscp21:43
dusfDasEi: yes, i'm aware they can take a long time which is why i'd like to have internet access at least :) live cd seems the way to go, thanks!21:43
BlouBlouejay: recovery mode = tty only21:43
dusfDasEi: wrong person21:43
D3luSi0n4Lwhat is my disk file name for loading MBR data?21:43
DasEifroq: idk itunnel, might be a typo or an app for tunneling21:44
mitigatingD3 I don't know21:44
D3luSi0n4Lim trying to use a program to clear GPT dta that I guess is preventing my ubuntu from installing21:44
mitigatingit differes between systems21:44
ejaymitigating: what do i do in there to delete files because my ubuntu 11.04 wont boot because there is not enough disk space21:44
D3luSi0n4Lhmm maybe you can help me then21:44
bodhizazenfroq, You can tunnel ports over ssh21:44
D3luSi0n4Lhttp://ubuntuforums.org/showthread.php?t=1743189&page=221:44
D3luSi0n4LI had that exact problem and somoen posted afix21:44
bodhizazenuseful for VNC and other protocols (http is common as well)21:45
mitigatingejay i don't understand21:45
mitigating dd if=/dev/zero of=/dev/??? bs=446 count=121:45
DasEifroq: see bodhi above, ssh with x enableb can reduce many tasks to one port21:45
mitigatingthat will clear the mbr21:45
FordPrefectwhen I download a file how can I save the file in a specific directory on ubuntu? So far Ubuntu only lets me save to archive or downloads directory.21:45
bodhizazenIf you use ssh, use keys and disable password authentication21:45
D3luSi0n4Lhttp://www.rodsbooks.com/fixparts/21:45
mitigatingejay , are you installing it?21:45
D3luSi0n4Lbut when I launch the fixparts.exe21:45
bodhizazenFordPrefect, depends on how you download21:45
=== XuMuK is now known as XuMuK|ZNC
D3luSi0n4Lit asks me for a ...21:45
DasEibodhizazen: could you put nick, so it's clear who you talk to ?21:45
mitigatingd3 , the drive is /dev/ something21:45
mitigatingwe don't know21:45
ejaymitigating: my ubuntu wont boot (it gets stuck at the ubuntu logo) and i think its because i used ALL my disk space21:46
mitigatingdo you only have one drive?21:46
D3luSi0n4Lok can i figure it out?21:46
D3luSi0n4Lumm yes21:46
mitigatingejay, in recovery console type du-sh21:46
mitigatingdu -sh21:46
D3luSi0n4Lbut theres two partitions21:46
FordPrefectbodhizazen, if I save the file then how do i do it?21:46
D3luSi0n4Lits a laptop21:46
bodhizazenDasEi, sure21:46
DasEi:)21:46
bodhizazenFordPrefect, using what app ? Firefox ?21:46
ejaywhat will that do?21:46
FordPrefectYes. Firefox bodhizazen21:46
mitigatingd3 you aren't doing it against the partition21:46
mitigatingjust /dev/sda or /dev/hda21:46
D3luSi0n4Lok ty21:46
mitigatingthe mbr is per disk21:46
mitigatingnot partition21:46
bodhizazenFordPrefect, Preferences -> Downloads -> Always ask ...21:47
DasEi ejay: you're answered ?21:47
D3luSi0n4Lhmm neither of thoes work21:47
D3luSi0n4Lstill says21:47
D3luSi0n4Lcant read / etc - Exiting!21:47
D3luSi0n4Land the program just exits21:47
ejaymitigating what will that do?21:47
DasEifroq: also look at fail2ban when setting up ssh21:47
DasEi!info fail2ban | froq21:47
ubottufroq: fail2ban (source: fail2ban): bans IPs that cause multiple authentication errors. In component universe, is optional. Version 0.8.4-3 (natty), package size 94 kB, installed size 660 kB21:47
FordPrefectbodhizazen,  what tab can I find preferences in Firefox? Tools?21:47
froqThanks guys!  I am @ bodhi.zazen post and reading it now!  Apprecaite the direction!21:48
=== brianl|a is now known as brianl
bodhizazenEdit -> Preferences -> General tab21:48
bodhizazenFordPrefect, ^^21:48
DasEi!who | ejay21:48
ubottuejay: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)21:48
FordPrefectbodhizazen, sorry im confused...21:49
MathuinWill the command "git clone git://kernel.ubuntu.com/ubuntu/ubuntu-natty.git source" download the source to the kernel used in 11.04 ?  Is the same source used for 32bit and 64bit?  If so, how does one toggle which is built?21:49
FordPrefectnevermind found it21:49
ejaydasei: what does the du-sh command do in recovery mode21:50
bodhizazenFordPrefect, LOL =)21:50
DasEiMathuin: no and no, second21:50
MathuinDasEi: no it won't download the source, or no it's not the same for 32 and 64?21:50
ejayDasEi: what does the du-sh command do in recovery mode?21:51
nibbler_ejay, du -sh just tells how much diskspace a file/folder occupies21:51
ejayis there a way to resize the ubuntu partition in win xp (easeus doesnt work for some reason)?21:51
DasEi ejay: nothing known to me, df -h ? shows the free space of harddrive, amongst others21:52
ejaynibbler_: so that cant delete files?21:52
ejayDasEi: is there a way to resize the ubuntu partition in win xp (easeus doesnt work for some reason)?21:53
D3luSi0n4L nibbler_ do you mind if i pm you?21:53
nibbler_ejay, du gives info only. no pm21:53
DasEiejay: yes, gparted from a live cd, and afterwards alter /etc/fstab21:53
nibbler_D3luSi0n4L, no pm please21:53
D3luSi0n4Lok21:53
D3luSi0n4Lanyone have a minute Im just having trouble on figuring out what to type into the fixparts program21:54
DasEiMathuin: for a kernel source you either d/l it manually or put in a repo (which might be git). 32 and 64 provide diffrent kernels, what is your aim ? using latest kernel ?21:54
ejayDasEi: when i boot 11.04 from a livecd, all the pixels are messed up21:54
allu2DasEi: Live cd isn't in windows :P21:55
D3luSi0n4LDasEi: do you mind if i pm you, i just need help with a really quick issue21:55
ejayDasEi: is there a way to downgrade ubuntu without losing files?21:55
MathuinDasEi: my aim is to re-enable OSS support for /dev/mixer and /dev/dsp on 32-bit desktop.21:55
allu2ejay: downgrading isn't supported as far as i know21:55
DasEiD3luSi0n4L: ask here, as I'm busy21:55
D3luSi0n4LOk can you check this - I am using this tutorial for a program called "FixParts" it removes stray GPT partition table data21:56
DasEiejay: on a system that otherwise runs ubuntu from harddrive ? use another live cd21:56
D3luSi0n4Lwhen you open it it prompts you for a device filename21:56
D3luSi0n4Lheres the tutorial - http://www.rodsbooks.com/fixparts/21:57
D3luSi0n4Lunder Starting FixParts it has instructiosn but anything I try is not working21:57
DasEiejay: downgrading isn't possible, got to backup an reinstall, but can have a list of installed packages21:57
D3luSi0n4Lmaybe you can take a look and see if you have input - i'm using a single harddrive, on a laptop with WIndows 7 64bit21:57
DasEiD3luSi0n4L: you want to convert from gpt to mbr ?21:59
ejayDasEi: so if i downgrade ubuntu to 10.10 from 11.04 will windows still be able to boot21:59
D3luSi0n4LDasEi: i found out what to type - "0:" but it didnt bring up any GPT data, or atleast It didnt prompt me as it said it would.22:00
D3luSi0n4LDasEi:  I'm trying to dualboot windows 7 & ubuntu22:00
DasEiejay: you can't downgrade, you can install 10.10, and commonly grubs detects windows, to be safe, backup mbr22:00
D3luSi0n4LDasEi: and everytime I try, I get the error - root file system not detected22:00
=== brianl is now known as brianl|a
ejayDasEi: sorry, i meant replace it22:01
DasEiD3luSi0n4L: so why a gpt tool ?22:01
DasEiejay: should work22:01
D3luSi0n4LDasEi: through that thread it stated that my issue was probably left over GPT partition table data22:01
D3luSi0n4Lhttp://ubuntuforums.org/showthread.php?t=1743189&page=222:02
DasEiD3luSi0n4L: hmm, my experience with gpt is not too good, which size does the hd have ?22:02
D3luSi0n4LDasEi: 320gb22:02
allu2what is this 13775 root 99% update-apt-xapi22:02
D3luSi0n4Lcan i run bootinfoscrip on windows?22:02
allu2its eating all CPU22:03
D3luSi0n4Lit will tell me if there is GPT data22:03
ejayDasEi: would wubi be able to change the partitions?22:03
DasEiD3luSi0n4L: so that's fine just for standard mbr installation, to get rid of any gpt-relicts, can simply dd the first sectors and then format, install win, install ubuntu22:03
D3luSi0n4Lehh reinstallling Windows  is kind of a huge pain for me22:04
D3luSi0n4Lhow can i check for these issues -22:04
freezwaydoes the new xubuntu also come with unity?22:04
D3luSi0n4L1. mix of GPT and MBR partition table - this confuses ubiquity 2. leftover fakeraid metadata or unsupported raid option22:04
DasEiejay: yes and no, it would  put an image in the space you will first have to clean then22:04
darkoricalIve been reading about umask and trying to find an answer but am coming up short handed I have transmission installed it has its own user "debian transmission" I believe I want all files and folders created by it to be set to 0777 can someone tell me an easy way of doing this with 11.0422:05
ejayDasEi: ok22:05
ejayDasEi: do u know anything about macbuntu or mac4lin22:05
MathuinOooh, got an error inflating the datastream when downloading the kernel.22:06
DasEiejay: easist should be just use the alternate 10.10 installer and then choose to format the existing partis, there can also resize22:06
MathuinIs there a better channel for kernel-related questions (well, downloading the kernel)?22:06
DasEiejay: no22:06
ejayDasEi: if i format it, wouldnt it delete all my files?22:06
=== mb is now known as TheNuts
DasEiejay: yes22:07
HuckI need to add a second sata drive to my box to clean off data, how do I select which sata drive will boot the system ?22:07
DasEiMathuin: http://kernel.ubuntu.com/~kernel-ppa/mainline/22:07
DasEiMathuin: if there is need to, on your own risk, can add a ppa and simply apt-get it22:08
ejayDasEi: so, is the messed up pixels in 11.04 common?22:08
MathuinDasEi: thanks for the pointer to the PPA.  Guess #ubuntu+1 is talking about oneiric now. :-)22:08
DasEiejay: there is a new approach to x, but can also be a bad d/l, burn or other reason22:08
ejayDasEi: i upgraded from 10.10 inside update manager22:09
crankharderso you know when you ssh into a server it displays a bunch of info... like # of packges needing to be updated etc... mine stopped updating itself.  How do I fix that?22:09
DasEiejay: ah, now it becomes clearer, and you still can boot safemode ?22:10
robin0800Mathuin, no it still redirects here22:10
Mathuinrobin0800: Ah, thanks.  I see -header and -image in the PPA, no -source.  Hopefully git will Do The Right Thing this time.22:10
DasEiMathuin: why do you need the source ? compile with special options ?22:11
crankharderactually, it' duplicated the MOTD and the info is out of date: http://pastebin.com/hwq3bxDQ22:11
ejayDasEi: when i boot safemode the same thing happens, only unity 2d and ubuntu classic (no effects) works22:11
MathuinDasEi: yes.  I intend to re-enable OSS so I can use /dev/dsp and /dev/mixer again.22:11
DasEiMathuin: that should be possible still, natty ?22:12
MathuinDasEi: I'm hoping it's possible still.  Otherwise I'm sorta screwed.22:12
robin0800ejay, then its the driver and its interaction to compiz22:12
aliisonlineHello Any1 know how to refresh gdm input devices?22:13
darko!ask my torrent download speed is pathetic (the least)22:13
ubottuError: I am only a bot, please don't think I'm intelligent :)22:13
DasEiMathuin: sudo apt-get install oss-compat22:13
MathuinDasEi: that no longer works. ;-(22:13
DasEiMathuin: getting errors ?22:13
ejayDasEi: i will brb in 20 mins (probably)22:13
DasEiejay: fine22:14
BufferUnderpantsHello folks, any tips on how to avoid scrolling over and over Unity's panel?22:14
BufferUnderpantsI mean, when looking for an open app22:14
=== Monotoko is now known as Guest79961
MathuinDasEi: "FATAL: Module snd_seq_oss not found." and same for _mixer_ and _pcm_22:15
robin0800BufferUnderpants, do you mean panel or launcher?22:15
Mathuinbecause the clever folks completely ripped out the hooks.22:15
=== Guest79961 is now known as Monotoko
BufferUnderpantsThe launcher thing22:15
DasEiMathuin: ic, starting a vm, looking22:15
netwolkerI'm tring to compile some app from code and i get this error: configure: error: no gstreamer-0.10 >= 0.10.0 (GStreamer) found, but i have gstreamer 0.10 installed :(22:15
BufferUnderpantsrobin0800 I mean the launcher22:16
darkois there a guy that can actually help me , i want to get rid of windows but i cant do this cause at ubuntu cant download torrents fast, also i cant use my tvtuner22:16
Monotokoheyy guys...I have a new mobo (moving from intel to AMD) a new processor and DDR3 (was DDR2) RAM on it's way...if I put that in, will Ubuntu still boot okay?22:16
trismnetwolker: do you have libgstreamer0.10-dev ?22:16
robin0800BufferUnderpants, look for the little triangles against the icons22:16
netwolkertrism: i'll check that oyt, thanks22:16
netwolker*out22:17
edbianMonotoko: It should22:17
Monotokoedbian, will I be able to fix it if not..?22:17
darkowhy my torrent download speed on ubuntu is so slow22:17
darkowhy?22:17
edbianMonotoko: Well that depends on what problem crops up.  I would be really surprised if anything broke though.  The motherboards typically are not an issue.22:17
AndroUserMore seeds...22:17
Snomidarko: is your normal dl speed fine?22:17
edbianMonotoko: A different wifi card.  Now that probably needs some tinkering22:18
BufferUnderpantsrobin0800: right, but I mean when I have lots of apps open, scrolling down the launcher can get tiresome22:18
SnomiBecause I came here to say that my speed is half that as on windows22:18
Snomion all downloading22:18
Monotokoedbian, same wifi card...diff processor though :/22:18
darkothe same torrent at windows utorrent is maxed my connection22:18
edbianMonotoko: Won't make a difference22:18
darkois there a connection bug generally?22:18
Snomithis isnt after the update22:18
netwolkertrism: that did the trick, thanks a lot :D22:18
Snomibut even on 10.122:18
Monotokoedbian, good stuff...I will see what happens...I have a laptop to come in here if it goes wrong22:18
edbianMonotoko: sure.  I'll be waiting!22:18
darkoi like ubuntu but this slow torrent download speed and generally slow internet speed is a dealbreaker22:19
darkoalso i cant use my tvtuner22:19
Snomidarko: on 11.04?22:19
darkoyes22:19
DasEiMathuin: it's updating now, I will have a look in few minutes22:20
darkoi used 11.4 64bit and followed all the instuctions but couldnt use my tvtuner22:20
MathuinDasEi: thank you very much.  using oss-compat would be far far superior to rolling my own kernel, but I imagine I'll have to replace those missing bits and then use oss-compat.22:21
darkois there a guy that knows things and can help me22:21
DasEiMathuin: if so, consider using kernelcheck, though I can't believe one can't switch it anymore since it's still there22:21
BufferUnderpantsWell, thanks anyway.22:22
darkoi was so happy that i would install the new version and leave windows but i was dissapointed so much22:22
darkoi didnt expected a linux system that it would have internet issues22:22
DasEidarko: tried tvtime ?22:22
darkotried firmware extraction and everything possible22:23
darkoricalIve been reading about umask and trying to find an answer but am coming up short handed I have transmission installed it has its own user "debian transmission" I believe. I want all files and folders created by it to be set to 0777 can someone tell me an easy way of doing this with 11.0422:23
darkotrying the 32bit version would help ?22:23
DasEidarko: tried tvtime ?22:24
DasEi!info tvtime22:24
ubottutvtime (source: tvtime): television display application. In component universe, is optional. Version 1.0.2-6.1ubuntu2 (natty), package size 667 kB, installed size 2000 kB22:24
edbiandarkorical: umask 000 /path/to/folder    the folder is that which transmission places all downloads22:25
mnouhHello, can anyone tell me how I can tell clang to use a different directory for the c++ header files.22:25
darkois there anyone who downloads with transmission and maxes his connection ??22:25
=== derp is now known as BubblesDevere
mnouhHello, can anyone tell me how I can tell clang to use a different directory for the c++ header files.22:26
tripelbI just read about free -m, the command. It shows almost all of my memory in use. The graphic "System Monitor" on my panel does not. Please help me understand................22:26
=== BubblesDevere is now known as derp
GeorgeJHello folks22:26
Jasonnhi22:27
thiebaudetripelb: i use htop myself which is very easy to understand22:27
tripelbdarko, I download with trasmission. I have done that. Hi! Tell me more. Remember to describe your system and connections so I dont have to pry it out of you. TY22:27
BufferUnderpantsAh, I just found out that you can drag the damn thing with your mouse. Well, I didn't expect that, but it makes the launcher much more bearable22:27
edbiantripelb: The free command tells you how much of memory has usable stuff in it.  The gnome system monitor tells you how much ram and stuff that the kernel and applications absouletly need stored.  The difference is cache.  The kernel generally throws stuff into ram that it expects will be used22:27
tripelbthiebaude, I can. But .. wait I have something to read from edbian22:27
edbiantripelb: hi :)22:27
GeorgeJHow can I enable the server window for IRC on pidgin? I'm trying to find out what staffers are online on freenode with /stats p, but it doesn't show anything :(22:27
edbiantripelb: I made a typo.  the gnome system monitor tells you how much ram that the kernel and applications absolutely need stored.  The difference is...22:28
tripelbedbian, so the free command is telling me about RAM+cache (and cache is a part of the hard drive used to page RAM). - Is that so?22:28
edbiantripelb: Yes.  That's what buffers / cache are in free -m22:29
mnouhHow can I modify clang's c++ header library search22:30
BaltazaarIs ubuntu good with drivers and hw detection on Intel Mac Book Pro laptops?22:31
LinuxFetus_S4RY, The alternative disk installer for 10.04.2 64 bit says that it cannot resize one of the partitions for an unknown reason.22:31
jrib!mac | Baltazaar22:31
ubottuBaltazaar: For help on installing and using Ubuntu on a mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages22:31
Baltazaartnx22:32
jribBaltazaar: everything works fine on my macbook (not pro)22:32
tripelbedbian, I'll save that to get more clear about later. thanks you and thiebaude -- yes I just learned about free -m because I am reading a page on terminal commands. ==> basically I want ot learn about pulseaudio because I am trying to make this webcam work in something beside cheese and trying to get it's audio going. Last night I get no action here so I'm on my own. So I want to see if there is a program clled pulsaudo. So then I need22:32
tripelb to (finally) learn the command to look through all the directories in the filesystem (usr? bin? all of them?) to see if any is called pulseaudio* but I dont know how) tripelb takes a breath now.22:32
tzangergood evening... having a bit of trouble getting grub-install to recognize the root on software raid (md0)22:32
GerowenQuestion, I'm trying to get used to Unity, but I'm having a few issues.  I'm using an ATI Radeon 3100 HD graphics card with 256 MB of video memory, but Unity is very sluggish.  Normal use is fine, but if I try to drag a movie around while it's playing, or if I try to play 3-d games in windowed mode, I take serious framerate hits.  Any suggestions?22:32
Baltazaarok... had some trouble with the tracking device on earlier releases...22:32
edbiantripelb: Just type pulse[tab][tab]  it will autocomplete by looking in those directories automatically22:33
tzangerit's booted, / is on /dev/md0 (as seen with mount output), but grub-install /dev/sda is complaining that it can't find a physical device for md022:33
evonIf i have a program in a specific directory I want to run, what is the command I have to put into the startup serttings? I tried "/usr/lib/vino ./vino-server" but that does not work22:33
edbiantripelb: Then look it up in synaptic if you need to install it (it's not install I don't think)22:33
edbianevon: It's the same command that you would type at the terminal. /usr/lib/vino/vino-server22:34
brad[]Hi all. Can't find a straight answer on this anywhere - will release engineering for GNOME be discontinued in future releases of Ubuntu proper, or spun off into a GUbuntu variant, or the like? Or will it continue to be maintained and available?22:34
edbianevon: I'm guessing at the path of that thing22:34
oedghi all, can maybe anyone help setting eth card speed?22:34
ejayDasEi: im back22:34
DasEiejay: fine, what graphics are you using ?22:35
mnouhHow can I modify clang's c++ header library search. Clang isn't including c++ 4.5.2, the maximum they added was 4.422:35
evonedbian thanks I will try that22:36
edbianevon: sure22:36
lwizardlok where is the best place to find nautilus scripts ?22:36
ejayDasEi: idk22:36
FaceFurFiendHEY HEY gurus!!! Got a good one fur ya!22:36
mnouhHow can I modify clang's C++ header library search. Clang isn't finding c++ headers because they only added directory search for 4.5.2 and the maximum they added was 4.4.22:37
tripelbedbian I found out how to do it in gnome (places, search for files, tada) -- but I'd still like to learn it in bash (I found out how to do echo $SHELL too --- love google and UCD22:37
FaceFurFiendSame as the thousands of topics out there..... No headphone audio.... Tried many things.... no solution...22:37
edbiantripelb: I told you pulse[tab][tab]22:37
edbian!tab tripelb22:37
edbian!tab | tripelb22:37
ubottutripelb: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.22:37
DasEiejay: there might be hardware not supporting unity, else one would first check for correct drivers for the g-card, lspci | grep vga  could be of help22:37
mnouhHow can I modify clang's C++ header library search. Clang isn't finding c++ headers because they only added directory search for 4.5.2 and the maximum they added was 4.4.22:38
tripelbedbian I know about that. but I didnt know that pulseaudio was a command.  (ignorance is bliss, heh)22:38
DasEiejay: and as you already said, why for now not just simply switching default to gnome ?22:38
ejayDasEi: even on the livecd itdoesnt work22:38
=== massimo is now known as Guest51448
* FaceFurFiend wiats patiently22:38
LadySerenais there a web-based VM manager for ubuntu server?22:38
edbiantripelb: I'm not sure it is.  Better idea would be to look a the pulseaudio package in synaptic to get an idea of what it is22:39
ChipzzzLadySerena: there's webmin22:39
DasEiLadySerena: you can run virtualbox headless via ssh22:39
ejayDasEi: thats what i did but on the livecd it chooses unity by default and i cant use anything to change it so i downloaded ubuntu 10.0422:39
LadySerenalooking for something like proxmox22:39
DasEiejay: fine for partioning, too22:39
LadySerenathat kind of functionality22:39
ejayok22:40
ejayDasEi: ok22:40
mnouhHow can I modify clang's C++ header library search. Clang isn't finding c++ headers because they only added directory search for 4.5.2 and the maximum they added was 4.4.22:40
* LadySerena wants a VM cluster to run her clustered systems in22:41
jiffe99so I'm reading the notes for the ubuntu professional course22:42
jiffe99From 1st October 2010, this course will no longer lead to the LPI 101, 102 or Ubuntu 199 exams. The Ubuntu Professional course replaces the Ubuntu Certified Professional certification course and all related exams.22:42
ubottuUbuntu bug 199 in Baz (deprecated) ""baz export" doesn't add to the revision library" [Medium,New] https://launchpad.net/bugs/19922:42
FaceFurFiendHas there ever been a fix to the "no audio from headphone jack" issue with a gateway M-series laptop??22:43
jiffe99I don't see any other courses related to this cert, does that mean there's no longer training for this cert?22:43
jiffe99the only other way I can interpret that is that the description was copied over from the old 'Ubuntu Certified Professional certification course' and the note was not removed22:44
Faustus2is there an easy way to change a icon for all *.png files?22:44
Faustus2gnome22:44
DasEimnouh: if you can't find an answer here, try also in ##c++-basic22:45
mnouhok22:45
mnouhapparently I have to recompile clang from source22:45
mnouhits a bug22:45
ejayDasEi: so just asking in case i do this but if i delete ubuntu when it runs alongside windows then will windows boot?22:46
mnouhthat it cannot detect include/c++/4.5.222:46
ejayDasEi: do u have a website that teaches me how to use gparted?22:46
=== giannis_kal7 is now known as giannis__
z3r0n0idhello22:47
heydude09876hey22:47
z3r0n0idwhats going on in here?22:48
tripelbedbian, synaptic is something that fails me (all but one time) I was reading info pulseaudio, then wiki on lowlatency. PPulseAudio (formerly Polypaudio) is a cross-platform, networked sound server (wikip), PulseAudio is a networked low-latency sound server(info) -- and I say "a server" -- ok I'll just let that ride in my mind, (client-server pair and all).  -- that's where I sit so far.22:48
heydude09876nothing as far as i can tell, z3r0n0id22:48
z3r0n0idic, not used to irc's..22:49
TheSargeHello can someone point me in the direction of some good NVR software for a standalone NVR server I am going to build? Needs to supports 20 IP Cameras and 5TB of HDD.22:49
tripelbedbian, the wikip entry is copied from synaptic22:49
DasEiejay: it's pretty self-explaining , and you can reach in here from live too; http://www.dedoimedo.com/computers/gparted.html22:49
wajeembaany xorg wizards out there? I'm McGyvering a computer projector together by taking apart an LCD screen, and placing the glass on an overhead projector. It's working well except some of the image is cropped off because the overhead glass is too small. I'm wondering if there is a way to crop the screen size on the system side too, so that I don't lose any picture, but just have less screen real estate.22:49
DasEiejay: I somehow still haven't got what the aim will be, just resizing a partiton ? afterwards have to alter fstab, as grub won't finds them no more22:50
DasEipartition*22:50
tripelbsentences like this are why I need a "from the beginning" training thingy. Even though I remember useing tsch in the 80's I know that that first sentence is a fuzzy thing in my mind.22:50
wajeembahttp://www.avsforum.com/avs-vb/archive/index.php/t-868590.html may be of reference use22:51
ejayDasEi: i need to resize because i need more disk space so ubuntu will boot22:51
kad_how to hide the left launcher under Ubuntu 11.04 unity?22:51
tripelbThis package contains the daemon and basic module set." sentences like this are why I need a "from the beginning" training thingy. Even though I remember useing tsch in the 80's I know that that first sentence is a fuzzy thing in my mind. (edbian and anyone else who may want to help)22:51
DasEiejay: errm, simply remove some packets / files ?22:51
AndroUserKad, login classic22:52
DasEiejay: and for more space add a partiton/drive ?22:52
ejayDasEi: i cant because i cant get into ubuntu22:52
perlsyntaxDoes ubuntu 10.04.2 work with  truemobile 1150 pc card i try 11.04 and ubuntu 10.10 network manger will not connect to my wireless router?22:52
DasEiejay: you can, from live cd22:52
perlsyntaxany idea how to get it to work?22:52
xxen0nxxhow do I make a theme for GNOME?22:53
tripelba daemon (pronounced /ˈdeɪmən/ or /ˈdiːmən/)[1] is a computer program that runs in the background, rather than under the direct control of a user; they are usually initiated as background processes. Typically daemons have names that end with the letter "d": for example, syslogd, ((except that pulseaudio does not end in the letter d)) --- Oh, a TSR. (edbian et al)22:53
perlsyntaxDoes wicd support mobile internet?22:53
AndroUserNickserv22:53
ejayDasEi: ohhhh yeah but when i tried it wouldnt let me delete if that doesnt work ill try gparted22:53
edbiantripelb: that triggered my name :P22:53
perlsyntax?22:53
DasEiejay: sudo su gives you root in live-terminal22:54
MtrPandaHi All, I would like to record skype sessions I am using  ubuntu 10.0422:54
perlsyntaxdo i need to install a differnt network manger?22:54
perlsyntax???22:54
Camer0nhello, just upgraded to 11.04, how do I move the side bar thing to the bottom or the right because with dual monitors its just weird22:54
ejayDasEi: that might help, thanks!22:54
tripelbdaemon init parent child overlay (Thank heavens for wikipedia)22:55
perlsyntaxcan anyone help me with my wireless prob?22:55
edbianperlsyntax: sure.  What card do you have?22:55
tripelbWill anyone help me get my webcam microphone to function! SVP!22:55
perlsyntaxtruemobile 1150 pc card?22:55
ejayDasEi: thanks for your help!  ill come back if i have probs!22:55
DasEiMtrPanda: try audacity22:55
perlsyntaxit work just fine in ubuntu 9.1022:56
S4nD3rIs there any student in computer science, undergraduate, who would like to learn portuguese and teach advanced english?22:56
MtrPandathanks DasEi22:56
edbianperlsyntax: What does lspci -k call it?22:56
perlsyntaxit pick up the wireless name but it will not connect.22:56
tripelbedbian, I thought we were still discussion how I can understand pulseaudio but then I decided you were busy. so I just asked, again, <tripelb> Will anyone help me get my webcam microphone to function! SVP!22:57
DasEiS4nD3r: ask in #ubuntu-offtopic22:57
perlsyntaxi boot up the live cd :)22:57
mongyanyone know why empathy in 11.04 isnt using notify system, just an unread msg count on the icon in launcher and envelope in panel turns different colour.. I want actual notify popups like in 10.1022:57
edbiantripelb: http://www.tuxradar.com/content/how-it-works-linux-audio-explained22:57
edbiantripelb: This is a good starting point.22:58
dusfdoes anyone know if you can watch video on the ubuntu live cd?22:58
edbian:)22:58
tripelbk22:58
edbiandusf: You can22:58
MtrPandasorry Dasi i meant to record the video as well as sound22:58
FloodBot1edbian: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.22:58
TheSargeHello can someone point me in the direction of some good NVR software for a standalone NVR server I am going to build? Needs to supports 20 IP Cameras and 5TB of HDD.22:58
edbianperlsyntax: That doesn't really answer my question :)22:58
edbianI'm talking too fast.  hahaha22:58
dusfedbian: .avis etc i have downloaded? asking cause i'd like to resize partitions but not render my pc useless while doing so22:58
DasEiMtrPanda: try recordmydesktop22:58
edbiandusf: I'm not 100% sure you can play .avi files by default but I would be surprised if one could not22:58
perlsyntaxok22:58
MtrPandathanks22:59
WormDrinkhi22:59
cyrano_I'm running 11.04 and I have three monitors im trying to setup I have two nvidia cards and I use proprietary drivers ubuntu seems to be messing with the screens since I have two different resolutions between the three monitors the 1440x900 monitor is displaying a desktop at 1280x1024 BUT it is not stretching it seems to be gnome and not X so I changed the xorg to use only one screen and the desktop has setup three screens still on just22:59
WormDrinkI need a download manager22:59
cyrano_rat download or something like that is pretty good wormdrink22:59
Camer0nAnyone??? I just upgraded to 11.04, how do I move the side bar thing to the bottom or the right because with dual monitors its just weird22:59
cyrano_if you need a gui22:59
dusfedbian: ty22:59
DasEiedbian, dusf: by default not for legal reasons, , exept vlc, one needs to install the codecs22:59
edbiandusf: sure23:00
DasEivlc brings it's own codecs, other players not23:00
edbiandusf: What I can promise.  If you boot the live CD and it can't play AVIs all you have to do is install a package23:00
AndroUserI remember installing a restricted formats package when I installed 10.10...?23:00
edbiandusf: VLC would be an obvious solution23:00
cyrano_@WormDrink sorry it's called FatRat23:00
perlsyntaxenbian,It work with the wlan-ng in sabayon  not sure how to work wlan-ng in ubuntu.23:01
edbianAndroUser: yeah.  That solves this problem23:01
edbianperlsyntax: lsmod | grep wlan-ng23:01
edbianperlsyntax: What does that return??23:01
perlsyntaxok i try that23:01
perlsyntaxhold on i tell you.23:01
edbianperlsyntax: holding23:01
FaceFurFiendCamer0n: I remember something about the login screen, you can change back to the old style desktop which is much better... I did it, I know it can be done, just forgot exactly how but it IS in the login screen settings23:02
AndroUserHang on tight23:02
froqIs there a nice pandora desktop client for Ubuntu?23:02
AndroUserFaceFur: login classic desktop23:02
FaceFurFiendAndroUser: yah that is it23:03
edbianCamer0n: FaceFurFiend log out.  click ur name, look at the bottom at sessions23:03
cyrano_ubuntu classic23:03
edbianfroq: This is a great cli one called pianobar in the repos23:03
perlsyntaxtake forever cd to load.23:03
MathuinDasEi: any luck with the vm?23:03
dusfedbian: nice, wasn't sure it was possible to install when using the live cd23:03
froqedbian, THANKZ!!!!  can I just sudo apt-get it?23:03
tripelbedbian, good source but "too many bananas". I want to be able to chat with a friend. What they are teaching me is that it's not well designed. In that case I want to know how to do it. Is thre a SIMPLE way to test the microphone like "soundRecorder" in windows? That might tell me if it's the specific programs I am trying or somthing more specific to my webcam microphone. (Logitech quickcam for windows. UCD says works out of the box but23:03
tripelb may need wrapper for skype. the wrapperpage stuff fails, alas)23:03
edbiandusf: yeah23:03
edbianfroq: yes23:03
dusfedbian: thanks bro23:03
FaceFurFiendnow I just really need my audio problem solved!!!!23:03
cyrano_@FaceFurFiend @Camer0n it's ubuntu classic23:03
DasEiMathuin: sorry for delay, the §$%& thing crashed few times in the update...23:03
Camer0nah thanks23:03
tripelbdusf you can install but it all goes into ram and that fills up. FYI23:03
edbiantripelb: Are you trying to get your mic working in skype?23:04
Camer0nit's a bit weird :/23:04
edbiandusf: sure23:04
MathuinDasEi: no problem, it takes time. :-)23:04
froqedbian, you are the man!23:04
edbianfroq: ha, I love pianobar :)D23:04
arrrghhhcan i get some help formatting an SD card?  i did sudo mkfs -t vfat /dev/sdb1, and it appears formatted vfat... but sudo fdisk -l still shows "Linux" as the file system...!23:04
froqedbian, can I have it always have me logged in or is that not possible?23:04
usr13Someone earlier asked "what's the modern Ubuntu way of setting up console frame buffer?"  I was uable to stick around for answers.  So, what were they?23:05
tripelbedbian, I tried skype. that didnt work. so I loaded exiga. I have no idea how to make a test call in that. (yes I got an account too) so I thought I'd get even more simple. can I record a sound.  {tripelb tried to simplify and think clearly.)23:05
edbianfroq: I don't know of a way.  Never looked into it.  Check the man page23:05
=== MyNickWontFit is now known as PetePorty
froqedbian, will do, again thanks!23:05
usr13arrrghhh: That should have done it.23:05
edbiantripelb: I actually fixed the same problem for myself on an acer aspire one and skype so I feel pretty confident about this.23:05
arrrghhhusr13, ah i see my folly.  i didn't change the partitions system ID in fdisk... d'oh.23:06
arrrghhhusr13, long story, i'm playing with nilfs :P23:06
edbiantripelb: Here it is: http://www.blog.arun-prabha.com/2008/05/23/skype-microphone-problem-and-complete-pulse-audio-setup-in-ubuntu/23:06
usr13arrrghhh: You could also have used mkfs.vfat23:07
arrrghhhusr13, same thing.  mkdosfs, etc.23:07
usr13arrrghhh: oh yea,  ok.23:07
arrrghhhusr13, ah.  yea that was the issue.  forgot that step, d'oh.23:07
tripelbedbian, clicking23:07
=== meisth0th_zzz is now known as meisth0th
edbiantripelb: waiting23:08
edbiantripelb: You should see the little input level thingy move when you make noise.23:08
usr13Someone earlier asked "what's the modern Ubuntu way of setting up console frame buffer?"  I was uable to stick around for answers.  I'm wanting to do the same thing.  I want bigger fonts in console mode.  I know how to do it  in lilo but do not know how to do it with grub.23:08
arrrghhhtime to recopy all that data.... thx.23:09
tripelbedbian, I must go to the park. or this will be the 3rd year of missing the local festival 1/2 block away.23:09
edbiantripelb: I'm looking at this link too.  It's huge. Try to follow if you want.  I'm gonna find a shorter one23:09
edbiantripelb: Oh23:09
edbianGo to your festival!23:09
tripelbedbian, leave me a PM if you would be so nice.23:09
MathuinDasEi: I will be in and out of my office, I will respond if you ping me, thanks for building the VM!23:09
mongyok, I'm not getting ANY notification bubbles from anything that supports it (gm-notify, empathy etc). any clues?23:09
DasEiMathuin: tap, tap, :)23:10
Mathuinheh!23:10
trismmongy: is notify-osd running/installed? (assuming you're using gnome), if so, do the messages show up in ~/.cache/notify-osd.log (say from notify-send from libnotify-bin), if so you may just need to kill notify-osd and restart it (or relog)23:11
Chevy787hey, could someone help?23:11
FaceFurFiendMY QUESTION:  I have audio from my laptop speakrs, but when I plug in my headphones all the audio stops. Works find in windose, not in ubuntu 10.10... HELP PLEASE *pulls out hair*23:11
Chevy787I'm getting " unable to enumerate USB device on port 5" in the recovery console23:12
edbianFaceFurFiend: go into alsamixer23:12
mongytrism, notify-osd is running23:12
FaceFurFiendedbian: i DID THAT (oops) alrady23:12
edbianFaceFurFiend: Did you notice anything muted / unmuted?23:12
Chevy787it keeps spamming me with the same message...and I'm unable to perfrom the needed operations within the recovery console23:12
meisth0thwill windows 7 be installed in second partition (like sda2)?23:12
mongytrism, and I see your message and others in the .cache/log23:12
FaceFurFiendNothing was muted23:12
FaceFurFiendoops23:12
FaceFurFiendedbian: nothing was muted23:12
LadySerenaD:23:13
trismmongy: do you have a fullscreen app running?23:13
mongytrism, I'll kill notify-osd and libnotify and restart them23:13
mongytrism, no23:13
stealth-Hey guys, how can I give this free space to the NFS partition?23:13
stealth-http://i.imgur.com/9Cj1W.png23:13
LadySerenait won't shut down!  D:23:13
cyrano_I'm running 11.04 and I have three monitors im trying to setup I have two nvidia cards and I use proprietary drivers ubuntu seems to be messing with the screens since I have two different resolutions between the three monitors the 1440x900 monitor is displaying a desktop at 1280x1024 BUT it is not stretching it seems to be gnome and not X so I changed the xorg to use only one screen and the desktop has setup three screens still on just23:13
vrousagood I'm using ubuntu on my machine but I have postgres installed it but when I try to connect I get the following error: Error connecting to the server: could not connect to server: Connection refused23:13
vrousaIs the server running on the server "127.0.0.1"and accepting23:13
vrousaTCP / IP connections on port 5432?23:13
edbianFaceFurFiend: Here is a guide that is 'comprehensive' to say the least.  https://help.ubuntu.com/community/SoundTroubleshooting23:14
vrousaby favorable can help me with this?23:14
anonissimuswhat is the suggested terminal in a browser package these days? been looking at anyterm but it won't compile23:14
FaceFurFiendedbian: thanks I will read it, try it and get back to ya23:14
edbianstealth-: It will take a long time.  You need to move sda2 over to the right.  Then you can grow sda123:14
edbianFaceFurFiend: Good luck23:15
S4RYlinuxtech: what were you trying to do exactly.23:15
edbianstealth-: what are sda5 and 6?  /home and / ?23:15
stealth-edbian: Yeah, that's what I was thinking. How can I move the parition over to the right though? I'm not seeing an option in Gparted for it. Any idea?23:15
stealth-edbian: Yes.23:15
stealth-stealth-: Er, other way around. / and /home/23:15
stealth-edbian: ^23:16
edbianstealth-: You resize / move it.  Don't change the size.  Just change the preceeding and following sizes23:16
=== TONYBURN is now known as TonyBurn
edbianstealth-: I was just curious why you had 223:16
soreaullutz: ping23:16
stealth-edbian: Ah, okay. Thanks.23:16
edbianstealth-: Make sense?23:17
froqSo any of you involved in Healthcare IT work?23:17
soreau! ot | froq23:17
ubottufroq: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!23:17
stealth-edbian: And yeah, it's easier for when I install every LTS, then I don't loose my /home/ folder stuff. :)23:17
edbianstealth-: yes of course :D23:17
FaceFurFiendedbian: Issue 1: I can not seem to double-click on my sound icon... it does nothing, but I can bring up the sound preferences but nothing is muted23:17
stealth-edbian: Yup, makes perfect sense. Thanks again ;)23:17
edbianFaceFurFiend: Double clicking is possible in every older version of Ubuntu.  If you can make sure everything is unmuted I'm sure that's equivalent.  The how-to is apparently not up to date23:18
edbianstealth-: sure no problem23:18
mongytrism, had to logout/login... its ok now....23:19
ExploitManbazhang, hi23:20
mongytrism, edit..  no, empathy still does not.. it used it to notify me of an add request, but not any messages23:20
trismmongy: hmm, but you are getting other notifications?23:20
mongytrism, yeah.  I have seen quite a few unity bugs, so I'll just chalk this one up to the same :(23:21
UserX7any suggesitons for a command line dvd encoder?23:21
Alexrcoldoes anybody know how to restore windows without killing ubuntu? :S23:23
ubuntu-usri have installed scrapbook add-on and it's enabled but i do not see any option to use scrapbook or browse downloaded contents. My os is ubuntu 11.0423:23
ubuntu-usrit was about firefox 423:24
UserX7Alexrcol: update-grub should use os proper and add windows to your grub menu23:24
Caligul_LuisCosta Es da terrinha o.. pa?23:24
usr13UserX7: http://pastebin.com/y3MfgNWf23:24
LuisCostaCaligul_ É pá pois sou pá e tal...23:25
trismmongy: could be, do they work on the (no effects) desktop?23:25
AlexrcolUserX7, I mean is there a way to restore windows to factory condition without killing Ubuntu.23:25
mongyughh..  working now.23:25
edbianAlexrcol: I don't think so.23:25
Caligul_LuisCosta hehehehe23:25
Caligul_:)23:25
LuisCostaCaligul_ Fica bem!23:26
usr13Was that what you were looking for?23:27
Caligul_LuisCosta vya23:27
Caligul_LuisCosta cya23:27
Chevy787I'm getting " unable to enumerate USB device on port 5" in the recovery console23:27
Chevy787anyone can help?23:27
UserX7usr13: avi to dvd23:27
usr13UserX7: Ok, Yea, that should do it.23:28
rpkI'm trying to install ubuntu 11.04, I'm getting an error saying ubi-partman creashed: ubi-partman failed with exit code 141.  Suggestions?23:28
UserX7Alexrcol: have you broken the windows mbr?23:28
AlexrcolUserX7, I don't think so.23:28
rpkThe error shows up when I click forward after the screen the has checkboxes (enough space, plugged into a power source, connected to the internet).23:28
AlexrcolI want to restore windows,because there is a virus.23:28
Alexrcol:S23:29
Dr_Willistheres av software you can run from linux, or a live linux cd. to scan/fix windows instaslls..23:29
UserX7Alexrcol: you can run an AV from linux on your windows partition23:29
Dr_Willisbut i rarely need to do so > :)23:29
Dr_Willis!info clamav23:29
ubottuclamav (source: clamav): anti-virus utility for Unix - command-line interface. In component main, is optional. Version 0.97+dfsg-2ubuntu1 (natty), package size 123 kB, installed size 592 kB23:29
AlexrcolUserX7, I want to restore.23:30
Alexrcol:S23:30
Dr_WillisAlexrcol:  so i missed what this has to do with 'ubuntu support' ?23:30
AlexrcolI want to try to keep Ubuntu.23:30
usr13Alexrcol: https://help.ubuntu.com/community/RestoreGrub23:30
AlexrcolThanks. :D23:30
jakubohi, how do i upgrade to ubuntu 11.10 pre alpha?23:30
Caligul_Alexrcol first thing: backup ya data - hardcore procedures comming23:31
usr13Alexrcol: After you re-install MS Windows, the grub boot loader will be wiped out.  The above instructions will help you get grub installed again.23:31
Dr_Willis!fixgrub23:31
ubottuGRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)23:31
Caligul_Alexrcol second: try to make a ubuntu boot cd and test it23:31
Alexrcoli have an ubuntu dvd23:31
Alexrcollivedvd23:31
Alexrcol:S23:31
Caligul_Alexrcol third: reinstall windows23:32
Dr_WillisAlexrcol:  if you have a spare usb flash druive. you can install grub to that. then boot it, and reinstall grub from the installed system also.23:32
Caligul_Alexrcol fourth: reboot ubuntu w/ cd and reinstall grub23:32
Alexrcolthanks guys :D23:32
jakubohi, how do i upgrade to ubuntu 11.10 pre alpha?23:33
Monotokojakubo, there isn't one yet...23:33
insanity99hey guys, how might one protect there...confidential files and directories on 11.04?23:33
jakuboupdate-manager -d seems not to work yet23:33
edbianinsanity99: making them writable only by myself23:34
Caligul_ops gotta leave23:34
Caligul_bye guys23:34
edbianinsanity99: making them only readable and writeable by myself23:34
usr13Callum__: What about the Girls?23:34
insanity99on a single profile though23:34
insanity99make sure they dont show up on the dash thing and whatnot23:35
jakubois there any date given when it will be available?23:35
FiremanEd  jakubo: https://wiki.ubuntu.com/OneiricReleaseSchedule23:36
edbianinsanity99: well if people are logged in as you there's no protecting your files.  HOw is the machine supposed to tell the difference?23:36
edbianinsanity99: although, files that start with a . are hidden in linux23:36
rpkthe bug number for my issue appears to be : [Bug 757720]23:36
ubottuLaunchpad bug 757720 in ubiquity (Ubuntu) "ubi-partman crashes with exit code 141 during live install" [Medium,Incomplete] https://launchpad.net/bugs/75772023:36
insanity99yeah...they know how to press ctrl h though sadly23:36
DJJeffim thinking of dual booting ubuntu 11 and backtrack 5 so when installing ubuntu I installed the boot loader (GRUB) to /dev/hda1 which is partitioned as /boot now my computer wont start untill a bootloader is installed to MBR how do I do that?   im in the " GRUB > " command line tool right now23:37
mongytrism, I have linked it to me-tv.  Soon as I run that, notifications stop.  meh.  Thanks anyway23:38
insanity99how about crypkeeper?23:38
=== roger_ is now known as delta9thc
jakubodo you know whether u11.10 will have systemd support?23:39
jakubooh... im sorry..23:39
jakuboi guess it will be decided on the dev conf23:40
FaceFurFiendGRRRRRRRRRRRRRRRRRRRRRRR this sucks.....  trying to reboot23:40
Picijakubo: Which is this upcoming week :)23:40
mongyinsanity99, install ecryptfs-utils and use ecrypt-setup-private23:40
insanity99whats it do?23:41
mongyinsanity99, makes a folder called Private and encrypts it23:41
mongyinsanity99, as in, you need to login to decrypt it23:41
insanity99ok thanks23:42
=== meisth0th is now known as meisth0th_zzz
thedragon4453anyone available to help with a support question? or is this a good channel for that?23:43
IncomeHow exactly do i open backup files23:44
jcmariniwhen blank dvd   is not detected by burner can a app tell me why23:44
h00k!ask | thedragon445323:45
ubottuthedragon4453: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)23:45
LadySerenahow does one tell ubuntu server to shut down and power off?23:46
rpkanyone? ubi-partman error during install?  I tried removing 3 partitions, so I'm down to 3 ntfs and one that is formatted as RAW23:47
g0ldennuggeti just upgraded from 10 to version 11 of ubuntu (this is a desktop) and now I have this weird dock thing on the left side of my screen.  how do i convert back to normal?23:47
escott!classic | g0ldennugget23:47
ubottug0ldennugget: The default interface in Ubuntu 11.04 is !Unity. You can switch back to regular !Gnome by logging out and clicking on your user name, in the Session box at the bottom of the screen select Ubuntu Classic.23:47
g0ldennuggetgreat23:48
thedragon4453alrighty, here goes. I ran an update on 10.04 and now it won't boot into x.  It get's to the splash screen and just hangs on "Loading..." if i ctrl-alt-f1/f2/f3 around I can eventually find a screen that says something like /dev/disk/by-uuid/f14b<etc> doesn't exist.23:48
g0ldennuggetubottu: what's good about Unity?23:48
ubottuI am only a bot, please don't think I'm intelligent :)23:48
Soupermanito!unity23:48
ubottuUnity is a shell for GNOME, but it is not GNOME-shell. See http://unity.ubuntu.com and http://www.jonobacon.org/2010/10/31/unity-some-further-clarification-points/ for more information. Have a question, check http://askubuntu.com/questions/tagged/unity23:48
thedragon4453ladyserena: sudo shutdown now23:49
Incomeis there any wa23:49
Incomeany way to open backup files?23:49
LadySerenayea, what I expected to work does absolutely nothing23:49
sniiWhen I try to use sudo, I get the message "can't open /etc/sudoers: No such file or directory". What do I do now?23:49
g0ldennuggetubottu: thanks.  logging out to change my interface.  thanks again.23:49
ubottuError: I am only a bot, please don't think I'm intelligent :)23:49
=== adante_ is now known as adante
escottsnii, did you create a root password, or is this a normal install23:51
Incomeis there any wayt23:51
Incometo open x-trash files?23:52
escottIncome, how did you make these backups/how did you delete the files you wanted23:52
FuzzyNutsHey guys23:52
Incomeescott, i really dont know, in place of my regular document is a backup/xtrash file23:52
Incomei didnt delete it, thats for sure23:53
akourhmm23:53
sniiescott: I created another user with a password, but not for root/ubuntu23:53
escottIncome, what application23:53
snii(It's on xubuntu btw.)23:53
Incomeescott what do you mean by that23:53
escottsnii, then you will need to either boot with a live cd and use chroot to gain root access and restore your sudoers file or boot to single user mode23:53
escottIncome, what kind of files are these?23:53
Incomepdf23:54
Incomeescott they are pdf23:54
escottIncome, a couple possibilities (I'm not sure what a backup/xtrash file is) but you could rename them to something.pdf and see if they are legible as pdfs23:55
kingofswordshi how do i set the brightness lower when ubuntu boots?23:55
sniiescott: Does booting into single user mode also require a livecd?23:55
escottif these are downloaded from somewhere they may also be in your /tmp or in your ~/Downloads23:55
escottsnii, no but you won't have web access or gui the way you do with livecd23:56
akourso whats the coolest IRC client for ubuntu23:56
akour?23:56
thedragon4453alrighty, here goes. I ran an update on 10.04 and now it won't boot into x.  It get's to the splash screen and just hangs on "Loading..." if i ctrl-alt-f1/f2/f3 around I can eventually find a screen that says something like /dev/disk/by-uuid/f14b<etc> doesn't exist.23:56
Dr_Willis!info  libavcodec-extra-5223:57
ubottulibavcodec-extra-52 (source: libav-extra): Libav codec library. In component multiverse, is optional. Version 4:0.6.2-1ubuntu2 (natty), package size 4377 kB, installed size 9836 kB23:57
DasEi!best | akour23:57
ubottuakour: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots.23:57
DasEi!messenger | akour23:57
ubottuakour: The Instant Messenger client Pidgin (formerly Gaim) (http://help.ubuntu.com/community/Pidgin) supports MSN, XMPP (Jabber, GTalk and variants), AIM, Gadu-Gadu, Novell Groupwise, ICQ, YIM, IRC and others. See also !Kopete23:57
desg_xdhow do i open up .rar files?23:57
kingofswordsakour, xchat23:57
Pelois it just me or is this the worst upgrade ever23:57
jibadeehaanyone find that when they log out and back in again that ~/.gvfs hasn't been umounted properly23:57
DasEiPelo: worst as in was ? size ?23:58
Pelodesg_xd, sudo apt-get install unrar , then it should be available from extract file in the context menu23:58
jibadeehadf: '/home/jibadeeha/.gvfs': No such file or directory23:58
akour@kingofswords thats what im using right now . thanks.23:58
sniiescott: The thing is, the machine is booting and running xubuntu from a USB stick, and I have only 2 ports and no cdrom, so I cannot boot from another livecd/usb. I can start the system and get logged in, but sudo doesn't work... Only having console is no problem if I can somehow fix the problem through it.23:58
escottthedragon4453, boot the live cd and check what ls -l /dev/disk/by-uuid says and verify that your grub.cfg and /etc/fstab on the ubuntu system are correct23:58
akourWOW , you guys are awesome23:58
kingofswordsgnomexchat not so good thou23:58
PeloDasEi, number of problems,  evolution unusable , frozen screen when coming back from screen off etc23:59
escottsnii, plug the usb stick into an other linux system and edit the usb stick from it23:59
akourI'm a pure ubuntu user and i know the support is awesome but since i joind this chat channel23:59
akourit was much awesomeness23:59
spiralsakour: There is enough awesome to go around for everyone.23:59

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