/srv/irclogs.ubuntu.com/2010/11/06/#ubuntu.txt

Core_UKMuscovy, I tried sudo cp and it said: cp omitting directory00:00
edbianw1n5ton, user is your user name on that server.  domain should be the local IP of that machine (or hostname if you have a local DNS)00:00
edbianEventyret, ssh user@host   is probably simpler00:00
MuscovyCore_UK: use the GUI or cp -R.00:00
=== The_Doctor is now known as ttech
Dropje^Eventyret: doesnt matter u can also use user@domain.com if there's running a ssh server ofc00:00
Tylerjdfierygod: run "ls /dev" and look for entries like cdrom or cdrom1 and dvd or dvd1 . On my box, i have two dvdrom drives, and they both show up as bot dvd (for the first drive) and dvd1 (for the second drive) and cdrom (for the first drive) and cdrom1 (for the second drive00:00
tonsofpcsssh [meh] -p [port] -l [user] -i [keyfile] -L5901:remotelocalip:590000:00
tonsofpcsthen vncviewer localhost:590100:00
tonsofpcsor vncviewer localhost:100:00
EventyretDropje^: edbian ahhh ok =) Im trying to fix my alias on local machine so >> cant get it to work :P00:00
w1n5tonso the routers IP?00:00
tonsofpcsmeh is your public IP00:01
nasalator\leave00:01
edbianEventyret, :)00:01
tonsofpcsport is the port that is forwarded to your ssh server00:01
w1n5tonthanks I'll try it00:01
edbianw1n5ton, No, if both machines are behind the router you can ssh right to the machines IP.00:01
tonsofpcsuser is your username on that system, keyfile is your private key (if using that authentication)00:01
edbianw1n5ton, to get the server's IP go on the server and run ip addr00:01
tonsofpcsif both machines are behind the router, just vnc directly00:01
databitsro00:02
w1n5tonI want to do it remotely though00:02
tonsofpcsw1n5ton: use what I said.00:02
edbianw1n5ton, If you want to connect using ssh remotely then you have to tell the router that once a connection on port 22 comes in it should be forwarded to the IP of the ssh server.00:02
w1n5tondo I need to forward the port s00:03
w1n5tonfirst?00:03
euthymosdo you know a simple, GPL'd and safe command line program to have a p2p symmetrically encrypted chat?00:03
fierygodTylerjd:  I have cdrom, cdrom1, cdrw, dvd1, sr0, and sr1.  I noted the sr's as I caught in other forums that those are possible renames of cd and dvd drives00:03
edbianw1n5ton, To connect remotely you have to forward the port.00:03
Dropje^Eventyret: what i do is vi in .bashrc and add for example : alias install='sudo apt-get install' so i can just put in install to get something from the repository00:03
edbianw1n5ton, You have to understand that the router has 2 IPs.  The IP that other computers on the internet see (the router) is used for all of the computers in your house (that's the point of the router).00:04
EventyretDropje^: is that all you need to add no more file edits ?00:04
edbianw1n5ton, So when an ssh connection comes to the router you have to tell the router that it's for computer X.  In other words, forward the port (22 btw) to the IP of the ssh server.00:04
w1n5tonso say my router's ip is 2.2.2.200:04
Dropje^if you do that and reload .bashrc with : . .bashrc with root00:04
w1n5tonSo point it at the router00:04
edbianw1n5ton, Which IP?  Inside your network or outside to the world?00:05
w1n5tonIDK00:05
fierygodTylerjd:  is there any significance to the different colors to each of the entries in ls /dev?00:05
Dropje^Eventyret: that way the alias doesnt get removed after a reboot00:05
edbianw1n5ton, Ha, google my ip address.  The IP address a website sees is the outside IP of the router.00:05
w1n5ton Link encap:Ethernet  HWaddr 00:24:2b:59:48:5800:06
w1n5ton          inet addr:192.168.1.96  Bcast:192.168.1.255  Mask:255.255.255.000:06
w1n5ton          inet6 addr: fe80::224:2bff:fe59:4858/64 Scope:Link00:06
w1n5ton          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:100:06
w1n5ton          RX packets:136341 errors:0 dropped:0 overruns:0 frame:000:06
FloodBot3w1n5ton: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.00:06
w1n5ton          TX packets:84516 errors:0 dropped:0 overruns:0 carrier:000:06
EventyretDropje^: good one xD00:06
edbianw1n5ton, If you ssh to the outside IP it will be like you're connecting remotely.  If you want to connect to the ssh server locally first it will be easier.00:06
EventyretDropje^: il test it :D00:06
Dropje^Eventyret: it works ;)00:06
w1n5tonSo find out the IP00:06
w1n5tonForward port 2200:07
w1n5tonThen how do I point it to the specific computer?00:07
edbianw1n5ton, Yes, you want to tell the router to forward port 22 to ip of the ssh server computer00:07
tonsofpcssome ISPs block 22 (and having 22 open to the public is probably a bad idea)00:07
dougmenckenhow to mount a hard disk volume?00:07
w1n5tonBUT00:07
EventyretDropje^: thank you =D00:07
edbianw1n5ton, Yes, you will notice that once you open port 22 that script kiddies will annoy you.00:07
w1n5ton?00:08
w1n5tonSo how do I open it and keep it secure?00:08
histodougmencken: mount /dev/sd?? /place/you/want/it/mounted00:08
edbianw1n5ton, script kiddies are jerks that run scripts that look for ssh server and try to guess user / pass to them00:08
histo!mount | dougmencken00:08
ubottudougmencken: mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount00:08
w1n5tonSo use a different port?00:08
edbianw1n5ton, You use public / private key encryption.  Use an unorthodox port, or use something like denyhosts (a package that watches for script kiddies and bans them)00:08
histoedbian: w1n5ton check out fail2ban if you want to leave it on 22 and stop attempts at it being hacked00:09
edbianw1n5ton, That's one way.00:09
IdleOnew1n5ton: different port and strong password00:09
edbianw1n5ton, fail2ban is the same idea as denyhosts00:09
aegisi love port 2200:09
dougmenckenhisto: /dev/hdd900:09
blakkheimuse ssh keys intead of passwords00:09
edbianaegis, What does that mean?00:09
w1n5tonI'll just use a random port00:09
histodougmencken: okay so sudo mkdir /media/somefolder && sudo mount /dev/hdd9 /media/somefolder00:09
Nastyahi everyone!00:09
edbianw1n5ton, k00:09
Tylerjdfierygod: yes and no to the colors, they have to do with links and directories. cdrom entries and dvd entries are links to the sr0 entry. those are the light blues, the dark blues are directories. Oh, to edit your fstab, I have "/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0" as the first dvdrom, and "/dev/cdrom1 /media/cdrom0 auto ro,noauto,user,exec 0 0" for the second. It...00:09
Tylerjd...doesnt matter weather you put cdrom, dvd or sr0 as they point to the same place. Before you restart the machine you will want to make sure you use "sudo mkdir /media/cdrom && sudo mkdir /dev/cdrom0" to add the areas to mount your dvd's00:09
BlueMattanyone know the gstreamer pipeline for apple lossless via ffmpeg?00:09
dougmenckenhisto: yeah, even got an icon on dekstop; it's magic00:10
dougmenckenhisto: but it is read access only00:10
NastyaI have to design an ebook in ePUB format. Is it possible to do it with Ubuntu?00:10
fierygodTylerjd:  I will give this a try and see how it turns out.00:10
w1n5tonHow do I log into my router?00:10
arvuthi again, guess what..00:11
buwarhey, may somebody help me?? i like to know where i can see the change of level in my ubuntu00:11
w1n5tonnvm got it00:11
Dropje^w1n5ton with ipv4 (we all use) you will get one ip assigned by your internet provider. This has to be shared with all your computers in house. the only way to do that is by using a different subnet (thats where your home router comes in). Using NAT the router decides which packets are ment for every computer in house. If you want a server/service to be available to the "outside" world the router needs to know to which computer is running a 00:11
IdleOnearvut: restarting fixed everything?00:11
edbianw1n5ton, by going to it's ip address with a web browser.00:11
Muscovybuwar: change of level?00:11
edbianw1n5ton, :)00:11
Tylerjdok, and please report your results when you are done, you will want to make sure to reboot to make sure you have the changes recognized00:11
buwaryaa, i mean the runlevel00:11
arvutmy pc aint rebooting. typed sudo reboot in terminal and now its doing nothing00:11
fierygodwill do00:11
MuscovyI'm afraid I don't know what you mean, buwar. Do you mean the system load?00:12
arvutim on my n900 right now00:12
IdleOnearvut: looks like you did done broke it. power down :/00:12
w1n5tonTCP OR UDP?00:12
Nastyabuwar: Hi! I can help you. Can yo please describe your question more detail?00:12
w1n5tonFor the ports00:12
edbianw1n5ton, tcp00:12
arvutouch, guess i did ;)00:12
Dropje^w1n5ton you can see the ip address of your router throught the command: ip route00:12
edbianw1n5ton, ssh is tcp  (almost nothing uses udp)00:12
buwari want to know whre is logged when i shut down my computer00:13
plainascan i burn a bootable iCD iso to a dvd? will it still be bootable?00:13
Muscovyplainas: yes.00:13
Dropje^w1n5ton, you will a line with "default via 192.xxx.xxx.xxx or something00:14
w1n5tonAight00:14
Dropje^*see00:14
Juoyeah ive never had any trouble doing that, dont have any blank CD's these days, more economical to just buy DVDs00:14
plainasi'm not talking about ubuntu isos i'm talking in general, does it work that way?00:14
w1n5tonForwarded port 55500:14
Nastyabuwar: please check the /var/log folder. You can find logs there00:14
edbianw1n5ton, Well don't tell us.  There might be people in this channel that are priming their scripts right now.00:14
plainasyep, i just found out i don't have any more black cds :s00:14
DrGrovIs it safe to start to update from 10.04 to 10.10?00:14
buwaryaa i check it, but i dont find it00:14
buwari check the boot00:14
buwarlast boot00:14
w1n5tonNever told you my IP :p00:14
Dropje^w1n5ton go change the port :)00:14
DrGrovNo more beta state on 10.10 ?00:15
Juoplainas: it will be fine, just burn it in the normal way00:15
buwarand tell me the same when i put las shut00:15
Dropje^thats something we can see00:15
Dropje^if i'm correct we can see users ip's? or at least ISP hostnames00:15
edbianw1n5ton, IRC tells me that: mailto:ben@adsl-074-185-163-021.sip.mem.bellsouth.net00:15
plainasthanks00:15
w1n5tonsoooo00:15
w1n5tonThat aint an IP00:15
Dropje^thats a hostname00:16
IdleOnew1n5ton: your public IP is 74.185.163.2100:16
Dropje^ping to that and you have the IP00:16
edbianw1n5ton, It's your hostname (DNS gives me IP)00:16
edbianw1n5ton, :)00:16
IdleOneit's called public because that is just what it is00:16
w1n5tonFUUUUUUUU-00:16
=== balbinot is now known as cavera
edbianw1n5ton, ha ha ha00:16
Dropje^w1n5ton hahaha00:16
plainasok another question, i never really got to know what wubi is.... what does it do? does it install ubuntu with dual boot?00:16
w1n5tonI need to got TOR on xchat00:16
Erichi00:17
edbianplainas, It installs Ubuntu dual boot from inside windows without repartitioning the HDD>00:17
raven_not quite. it installs ubuntu inside the filesystem of windows00:17
bastid_raZorw1n5ton: get a cloak from ##freenode and then only ops can see your IP00:17
=== Eric is now known as Guest15502
edbianw1n5ton, It's trivial. Just don't tell people you're running an ssh server on port whatever and nobody will target you.00:17
Dropje^w1n5ton: or if you have a very nice ISP they run a shell and connnect to channels from there :)00:17
raven_so as edbian said you don't have to partition00:18
edbianw1n5ton, You are particularly juicy because it is clear that you have never done this before.00:18
w1n5tonI know00:18
w1n5tonI changed the port00:18
Eventyretanyone remember the command to remove lets say %20 to make it just an empty space within a file ?00:18
Dropje^w1n5ton just make sure you use generated passwords00:18
Guest15502Is there a channel admin online, the user EricThibault is me, and it seems i'm not disconnected, so i cant login00:18
plainasedbian: aummm... where does it gets installed to?00:18
=== Pinna is now known as Rapacious
plainasi mean... no partition???00:18
w1n5tonAnd most of our computers don't use ssh00:18
IdleOneGuest15502: /msg nickserv help release00:18
aegisI would not type 'rm -rf * %20'00:19
arvutme so happy =)00:19
arvutits updating now00:19
edbianplainas, it creates a file inside the windows FileSystem.  this file acts as Ubuntu's HDD. (similar to a virtual machine)00:19
arvutno errors00:19
raven_plainas, you choose where. usually it's the c:/ drive00:19
IdleOnearvut: good to hear00:19
arvutyeah, wonder what went wrong tho00:19
plainasi see... and it installs grub or some other bootmanager i believe?00:19
edbianplainas, yeah00:20
michaelroseout of curiosity does anyone know whats for pay software is going to be for sale in the ubuntu software center?00:20
w1n5tonokay00:20
plainasthat's cool00:20
raven_when the installations finishes it installs grub so that it seems like dual booting00:20
edbianplainas, It's a clever hack really.00:20
w1n5tonbrb gonna try this out00:20
edbianw1n5ton, ha, ok00:20
edbianw1n5ton, I don't see why you'd have to leave IRC but ok.00:20
plainasdoes it comes with a friendly way to configure grub on windows?00:20
arvutIdleOne: thx for the help btw, you've been the most helpful of them all, see you in #u-o =)00:21
edbianplainas, It configures grub for you. It does not provide a windows tool to configure grub.  You'd have to do that from inside the Ubuntu install.00:21
raven_plainas, what do you mean?00:21
plainasi meant if a user later wants to recover the old original boot (i guess it's backed up somewhere) or such things00:22
=== Rapacious is now known as Pinna
raven_plainas, it doesn't delete mbr00:22
edbianplainas, If you uninstall using wubi it fixes the MBR for you.00:22
michaelrosewhen you do such an install are the files directly accessible from windows is the ubuntu install done to a file that ubuntu treats as a hd ie like vmachine disk file?00:22
raven_i mean when you want to uninstall ubuntu you do it through the windows control panel00:22
* Tylerjd thinks that Wubi is a great way to try ubuntu00:23
raven_and it removes grub as well00:23
m4thas anyone here compiled vanilla 2.6.36 via either kernel-package or the like, with 10.10's gcc 4.4.5 on x86?00:23
edbianmichaelrose, yes.00:23
aegisi hate grub200:23
Guest15502 Is there a channel admin online, the user EricThibault is me, and it seems i'm not disconnected, so i cant login00:23
plainasok...00:23
UnholyTerroraegis, uh, why?00:23
=== w1n5ton1 is now known as w1n5ton
edbianUnholyTerror, Because the configuration is much more complicated.00:24
plainason a related subject, when i tried server edition it had an option called "install minimal virtual machine"00:24
xjugaI want to convert .dmg to .iso, plz help me00:24
brianl__I had my wireless working on my laptop with 10.04 LTS, i just updated to 10.10 and now it is not working, i guess i have to reinstall the drivers again....only problem is i forgot how i did it. Can anyone help me? It doesn't even recognize the wireless card right now00:24
w1n5tonServer is refusing connections00:24
aegisUnholyTerror: Because now I can't make it do what I want.00:24
fierygodquit00:24
UnholyTerroraegis, which is?00:24
fierygodlol00:24
plainaswhat does that do?00:24
fierygodoops00:24
edbianw1n5ton, I suggest you get local connections working first.  Is that possible.00:24
aegisUnholyTerror: I leave grub2 alone and pray it doesn't break or get modified by accident somehow and break my whole system.00:24
edbianbrianl__, What is the name of your card?00:25
brianl__adbian: I am not sure..00:25
UnholyTerroraegis, what gives you that idea?00:25
Dropje^w1n5ton idd can you use a local ip? liek 192.168.x.x00:25
raven_plainas, i have no idea00:25
w1n5tonyes00:25
edbianbrianl__, sudo lspci -k  (look for your card in there)00:25
w1n5tonBut I don't care about that00:25
UnholyTerroraegis, and what does that have to do with what you want it to do?00:25
w1n5tonI need remote access00:25
aegisUnholyTerror: One time I simply wanted to change the order in which the OS's were listed...  It was like trying to compile a kernel, only it wasn't successful.00:25
brianl__Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express00:25
edbianw1n5ton, so the router forwards port what to where (and to what port? )00:26
Dropje^edbian: shouldnt you have something like "listen portxxx" ?00:26
w1n5tonI aint saying the port #00:26
aegisUnholyTerror: I also wanted to change the default boot OS and that was uber complicated.00:26
edbianw1n5ton, good call.00:26
edbianw1n5ton, Make sure it picks it up at whatever port you want, but forwards it to port 22. Since you probably didn not change the port the server listens on like Dropje^ pointed out00:26
w1n5tongimme the command again00:27
UnholyTerroraegis, http://www.dedoimedo.com/computers/grub-2.html00:27
brianl__edbian: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express00:27
edbianbrianl__, search BCM5787 in synaptic and install the package that comes up (if there are more than one read the desc) You're looking for the package that contains the driver/module for your card.00:27
Dropje^w1n5ton: just make sure you have external port xx forwarded to 22 of ip 192.168.x.x00:27
Callum_LaptopWHAT?????????????????00:27
w1n5tonI need the ssh command00:27
edbianw1n5ton, ssh user@hostname00:28
edbianw1n5ton, or ssh user@ip_address00:28
w1n5tonthen what?00:28
Callum_LaptopI told Ubuntu 10.10 installer NOT to wipe/use the Windows drive but it did anyway00:28
Dropje^w1n5ton then it should prompt for a paswword00:28
blakkheimCallum_Laptop: consider it a blessing00:28
brianl__edbian: no packages came up00:28
raven_blakkheim, hahaha00:28
Callum_Laptopblakkheim: I'm being serious here00:28
jribCallum_Laptop: replicate the behavior and file a bug00:28
blakkheimCallum_Laptop: so am i :)00:28
plainasok turns out you guys fouled me quite a bit00:29
histoCallum_Laptop: What do you mean it used the windows drive?00:29
w1n5tonhang on00:29
histoCallum_Laptop: what is the current behavior00:29
edbianbrianl__, ugh00:29
plainasi was reading about virtualization and....00:29
stodertoaddoes anyone know how to change the owner of a folder so I can change permissions ?00:29
edbianbrianl__, Did it list a driver in lspci -k ?00:29
blakkheimstodertoad: chown user:group directory00:29
jrib!permissions| stodertoad00:29
ubottustodertoad: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions00:29
raven_stodertoad, sudo chown user folder00:30
aegisstodertoad: chown user:group filename00:30
w1n5tongot it00:30
brianl__edbian: Kernel driver in use: tg3 <-- that?00:30
Callum_LaptopI dual-boot Windows 7 and Ubuntu 10.04 on this, and I told it to overwrite the old 10.04 installation, but it instead overwrote the Windows drive, where conveniently enough I backed up all my important files from the Ubuntu drive00:30
zak_lookup00:30
raven_plainas, and...?00:30
stodertoadthanks everyone00:30
histoCallum_Laptop: so there is no longer an ntfs partition?00:30
edbianbrianl__, According to lspci there is already a driver then.  How is the system not using it?00:30
aegisstodertoad: if you want to do all the files within the folder use 'chown -R user:group folder'00:30
Callum_Laptophisto: uhh, no, and now I have two Ubuntu's on this00:30
plainasand the install app on server edition is simplified but is not a text based intall like in the alternate or mini CDs00:30
UnholyTerroraegis, http://www.ubuntugeek.com/startup-manager-change-settings-in-grub-grub2-and-usplash.html00:31
w1n5tondang00:31
corecodehey00:31
histoCallum_Laptop: well I would shut down immediately and boot to a live cd. Then rescue your files00:31
brianl__edbian: I am not sure. It was working fine before i upgraded to 10.10....00:31
aegisUnholyTerror: Thanks00:31
w1n5tonIt won't let me open nautilus00:31
edbianbrianl__, Do networks show up in the applet?00:31
Staticlvi just installed a bunch of new themes from bisigi.  The wallpaper and window looks all changed.  BUT the log in screen has not changed.  Is there a switch I must check in order to have the login screen "theme based"?00:31
brianl__edbian: no00:31
edbianbrianl__, what about sudo iwlist scan00:31
corecodehow would you tell the nfs server not to export v4?00:31
blakkheimStaticlv: it's not as easily themable as it was in the past00:31
Callum_Laptophisto: I highly doubt I can, cause Ubuntu is now installed on the drive and yeah00:31
brianl__edbian: neither interfaces support scanning00:31
w1n5tonedbian00:31
raven_plainas, oh, i wasn't here when you talked about this00:32
w1n5tonthe file manager won't work00:32
Dropje^w1n5ton ssh was not ment to vnc00:32
edbianw1n5ton,00:32
burtonxfolhow is better multimedia player ?..i think00:32
histoCallum_Laptop: yes but it didn't overwrite everything on the drive. Those files are still on the disk00:32
burtonxfolmplayer00:32
edbianbrianl__, what if you run sudo iwlist scan  ?00:32
histoCallum_Laptop: outside of the size of the normal install00:32
w1n5tonso now what?00:32
starnCan anyone help me with http://pastebin.com/iFpPALBH00:33
Staticlvblakkhem: k is there a way to change the backround picture for the login screen or a page i can read about getting it changed?00:33
brianl__edbian: it says lo does not support scanning, and eth0 doesnt support scanning00:33
Dropje^w1n5ton what are you planning to do ?00:33
edbianbrianl__, It does not list wlan0 at all?00:33
w1n5tonI want to be able to access files remotely00:33
Callum_Laptophisto: well what would I use to do that? presumably the Ubuntu live CD can't rescue files?00:33
brianl__edbian: no00:33
Dropje^w1n5ton you would use a form of sharing for that, like http or better ftp00:33
plainasi got told erroneos information like by 5 ppl about this subject :(00:33
plainasfist thing ppl told me when i got in here:00:34
Dropje^so you made the first step getting access through ssh00:34
gabe_hi what's up everyone?00:34
damian-suppp!00:34
edbianw1n5ton, learn how to use cli.  Additionally, use ssh -X user@ip_address to get graphic forwarding. (lets you see the graphics of individual apps instead of the entire desktop)00:34
Dropje^w1n5ton now you can install a ftp server through it00:34
plainas"if you see a grafical install then you're not using server edition CD"00:34
MuscovyStaticlv: I know you can do it by changing ehs default background (/usr/share/backgrounds/warty-final-ubuntu.png).00:34
histoCallum_Laptop: sure it can and I would put the rescued files on your old 10.04 partition. But you need to look in to the testdisk package.  Has some tools such as testdisk and photorec.  And there is scapel and foremost for data craving00:34
plainaswhich was not true00:34
histoCallum_Laptop: carving not craving00:34
edbianbrianl__, Look near the end of the output of the command dmesg.  See anything about your wifi in their?00:34
Dropje^edbian: he wants to share files00:34
edbianw1n5ton, use sshfs00:34
Dropje^you can't do that with just ssh00:34
histoCallum_Laptop: alll depends on how important your files are. How much time they are worth messing around for.00:35
w1n5tonsoooo00:35
brianl__edbian: nope, just eth0 and lo00:35
Chaos2358ikonia you in here dude?00:35
StaticlvMuscovy: ty00:35
edbianbrianl__, It has the wrong driver loaded I think.00:35
Seeker`Chaos2358: what seems to be the problem?00:35
gabe_quick question... I have a desktop with a wireless NIC and every time I reboot I have to go to the wireless settings, find my SSID and enter my password again. How do I make it stay permanent? I already chose the option unlock the keyring when it asks for the password but still00:35
edbianbrianl__, I'm not sure what else to do.  Google it I suppose. "bcm5758 on Ubuntu 10.10"  look in the forums00:35
edbianbrianl__, If there isn't a driver in the repos I'm at a loss00:36
gabe_it's annoying when other people want to use the PC I have to come and type in the password (which I cannot share)00:36
Chaos2358Seeker`, he gave me a link yesterday to the info on the new release of empathy and i cannot find the info by searching00:36
w1n5tonso all ssh does is give you terminal access?00:36
Dropje^w1n5ton sharing files through the internet is always handled by a server.. most convenient to use is ftp00:36
w1n5ton^00:36
raven_gabe_, do you want other people to be able to connect?i didn't understand00:36
Dropje^w1n5ton thats a very powerfull access :)00:37
edbianw1n5ton, yes that's "all" it does.00:37
brianl__hrm, anyone else know about how to get my wireless working?00:37
Muscovyraven_ I think he means keep the keyring unlocked.00:37
gabe_you know, the wireless icon?00:37
w1n5tonSo I got sshfs00:37
Chaos2358Seeker`,  trying to deduce which chat services ie aaim msn etc are supported in the voice video chat in empathy on 10.1000:37
w1n5tonNow what?00:37
edbianw1n5ton, sshfs is for the clients.00:37
gabe_you click on it and it gives you a list of available SSIDs correct?00:37
aegissudo00:37
Muscovygabe_: yes.00:37
Dropje^w1n5ton setup a ftp server00:37
edbianw1n5ton, Honestly though the purpose of this channel is not for us to hold your hand.  Read about this stuff first, if you get stuck then ask for help here.00:37
Dropje^w1n5ton : apt-cache search ftp00:38
gabe_mine is hidden, so the first time I configured it I typed the SSID name, password, and type of security settings (WPA)00:38
Seeker`Chaos2358: no idea myself, and I don't think ikonia is aroun00:38
Seeker`d00:38
edbianw1n5ton, http://embraceubuntu.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/00:38
gabe_ok everything good until then00:38
Chaos2358Seeker`,  ok well thanks00:38
Muscovygabe_: The system stores passwords for wireless and stuff in something called a keyring. If you enter your password at login, it is "unlocked". If not, each password will request like what's happening for you.00:38
daedaluzholy nutbladder, 11.10 is going to have Wayland?!00:38
histow1n5ton: don't setup ftp just use sftp00:38
daedaluzbrtfs as default?!00:38
edbiandaedaluz, I read that today too.00:38
histow1n5ton: or scp or mount with sshfs00:38
Chaos2358does anyone know which messenger services ie aim, msn jabber, are actually supported in the voice and video chat in empathy on 10.10???00:39
gabe_yes, you got it... but every time I reboot the keyring password dialog box comes up asking for the password and even though I said Unlock, it ask for the password when I reboot00:39
lahi this is my first timein this chat00:39
edbianla hi00:39
gabe_I just want to reboot and have the PC automatically connect to my wireless lan since I already configured it00:39
Tylerjdhola la00:40
aegissudo apt-get install RonPaul00:40
Muscovygabe_: I've actually been looking for the solution to that too.00:40
lahola00:40
raven_gabe, i don't think you can do that00:40
historaven_: sure you can00:40
Muscovyraven_: I've heard it's possible to keep the keyring unlocked somehow.00:40
histogabe_: do you have it set to autologin00:40
gabe_really? I've got to type the password every time I reboot?00:40
lasome body speak spanish00:40
gabe_no00:40
rockywhat's the easiest-to-get-going-and-probably-most-supported virtualization software for maverick right now? preferably with gui controls for creating vm's, etc00:40
raven_in kde maybe you can set a different passwd for the kde wallet00:40
gabe_there are multiple user accounts (4)00:41
histogabe_: is the keyring password different from your user password00:41
edbianrocky, virtualbox00:41
gabe_yes, it is00:41
brianl__edbian: what is b43-fwcutter?00:41
edbianrocky, by far00:41
Chaos2358does anyone know which messenger services ie aim, msn jabber, are actually supported in the voice and video chat in empathy on 10.10???00:41
Tylerjdla; This is a moslty english speaking irc:)00:41
Muscovyhisto: I think the issue is it doesn't _ask_ the password on login.00:41
histogabe_: that may be your issue. But usually it's that people turn on autologin. So they don't have to enter there password on boot. That creates issues with keyring00:41
raven_gabe_, so you want to configure the network once for all the users?00:41
laok00:41
lathank00:42
rockyedbian, cool will check it out00:42
edbianbrianl__, b43-fwcutter is a package that extracts firmware (the software that actually runs on the chip of the card). It downloads something from the internet too.  I use it on my system because I have a bcm4306 card.  Becuase you don't have bcm43xx card I am not sure this is right for you but it is worth a shot.00:42
Chaos2358la hola. que neccesito?00:42
gabe_histo: I configured the password with every user account thinking it won't ask for it later00:42
gabe_raven: yes, that's what I'd like00:42
histogabe_: there are a lot of people on the forums who have posted fixes for your issue00:42
brianl__Can anybody help me in getting my wireless working on 10.10 using a bcm card?00:42
brianl__edbian: do i just get fwcutter from synaptic and run it?00:42
gabe_oh, I see...00:43
lahola chaos00:43
edbianbrianl__, The number is the most important thing.  Make sure you mention it when asking for help.00:43
gabe_will look that up then00:43
histogabe_: it shouldnt' be prompting you. So typically it's because you enabled autologin in gdm. Or you have an old version of ubuntu with that bug.00:43
edbianbrianl__, You don't even have to run it.  installing it should do everything for you.00:43
gabe_la: I speak spanish... message me on private if you need help00:43
Chaos2358la hola mi amiga00:43
rockyedbian, is virtualbox as "open" and/or "free" as the other solutions these days like xen, qemu, kvm, etc?00:44
gabe_well, back in 8.04 (very old huh?) that problem did not exist. I'm running 10.10 right now00:44
edbianrocky, AFAIK yes.00:44
brianl__Can anybody help me in getting my wireless working on 10.10 using a bcm5787 card?00:44
gabe_there it is, another wireless issue :)00:45
edbiangabe_, :)00:45
gabe_brianl, does your PC recognize your nic card at all?00:45
edbiangabe_, it does (and it has a driver for it) but it does not show up as wlan000:45
edbianbrianl__, run sudo ifconfig -a  (what interfaces are listed) ?00:45
brianl__gabe_: yeah what edbian said ;/00:45
w1n5tonServer keeps refusing connections00:46
brianl__edbian: eth0 and lo00:46
muhammadrazaHey guys my mouse and keyboard stop working after a partial upgrade in 10.10 cna anyone help me plz00:46
CanadianPirateDoes anyone know if InitNG will still work in 10.10?00:47
muhammadrazacan anyone help me? i would realy appereciate it00:47
chaosbringersup dudes00:47
raven_edbian, is your name ed and you're using debian? :D00:47
LicuadoraIs it possible to use a cell phone to have internet conecction in Ubuntu?00:47
edbianraven_, yep!00:47
plainasok00:47
plainasttl everybody00:47
TylerjdLicuadora: Yes, what kind of phone?00:48
raven_edbian, haha nice...and creative00:48
edbianLicuadora, Anything is possible in Ubuntu because you can write the source code yourself.00:48
edbianraven_, Thank you00:48
Dropje^edbian : isnt ip address replaced ifconfig -a?00:48
raven_edbian, :)00:48
brianl__gabe_: Did you see what i said earlier, or what edbian said actually ;/00:48
LicuadoraTylerjd: I dunna, any kind of phone who has WIFI00:48
edbianDropje^, I dont' know what that means.00:48
Dropje^*hasn't00:48
Dropje^"command: ip address instead of ifconfig -a00:48
muhammadrazamy keyboard and mouse stopped working after upgrade can anyone help me?00:48
LicuadoraI just want to know what are the programs to download, and if  they come in a .deb package00:49
edbianDropje^, Oh, maybe.  They both work so...00:49
gabe_yes... looking00:49
edbianLicuadora, That's a better question.  I'm not sure.00:49
Dropje^thats what ive been told a some linux oracle00:49
brianl__gabe_: okay thank you00:49
damian-Licuadora, What are you trying to do, give the internet access from your phone to your computer?00:49
gabe_try mode prob -r00:49
=== Pinna is now known as Pinako
bastid_raZorLicuadora: yes it is possible. i connected to a Droid the other day00:49
gabe_then modprobe ipwraw00:49
Licuadoradamian-: YES!00:49
Chaos2358does anyone know which messenger services ie aim, msn jabber, are actually supported in the voice and video chat in empathy on 10.10???00:50
brianl__gabe_: no command 'mode'00:50
damian-Licuadora, go to google, look up Tethering for your phone - check if it has it. if it does, then it's as simple as tethering your phone to your computer -- it will either use USB or wifi00:50
bastid_raZorLicuadora: right click nm-applet then edit connections > Mobile Broadband00:50
Licuadorabastid_raZor: What kind of program did you used?00:50
raven_Chaos2358, i've tried msn and it works fine00:50
bastid_raZorLicuadora: nm-applet did it. the network manager provided by gnome00:50
Chaos2358raven_,  for voice and vid???00:50
=== felipellrocha is now known as brfelipe
muhammadrazamy keyboard and mouse stopped working after partial upgrade in maverik ... can anyone help me?? plz00:51
gabe_oh crap... used to backtrack00:51
gabe_hold on00:51
raven_Chaos2358, video. havn't tried voice calls00:51
piercedwaterWhat CLI program would you all suggest for downloading and assembling binaries?00:51
Chaos2358raven_, ok thank you00:51
raven_Chaos2358, even though I mostly use skype for both00:51
diablodfubuntu 10.10 because it was so slow?00:51
raven_Chaos2358, what do you wanna use00:52
raven_?00:52
edbianpiercedwater, downloading and assembling binaries? Do you mean a package manager?  I suggest aptitude.00:52
muhammadrazamy keyboard and mouse stopped working after partial upgrade in maverik ... can anyone help me?? plz00:52
Chaos2358raven_,  well i try to keep in touch with my old squad in afghan so i need something00:52
piercedwateredbian: no, binaries from usenet00:52
Chaos2358raven_, voice and video chat we used to use yahoo but since i no longer have windows i cant do voice and vid with yahoo anymore00:52
edbianpiercedwater, Can't help you there.00:52
raven_Chaos2358, if you need msn there's also aMSN but based on your needs Skype might be the best option for you00:52
n0a1iasChaos2358, im thinking of enlisting, what did you do?00:52
intraderIssuing `/usr/bin/brasero` seg faults, what can I do?00:53
muhammadrazamy keyboard and mouse stopped working after partial upgrade in maverik ... can anyone help me?? plz00:53
Chaos2358raven_, counter sniper.00:53
acidubthirdhello. i have ubuntu installed in all disk but i would like to install windows being able to choose one of them at boot. can anyone help?00:53
Chaos2358raven_,  and skype isnt free00:53
ZykoticK9muhammadraza, if you got a message saying "partial upgrade" that literally means something will break if you continue - so in future don't do partial upgrades ("sudo aptitude safe-upgrade" can be used to upgrade what is possible, without breaking things).  Sorry I have no idea how to fix your current situation - i hope someone does, good luck.00:53
n0a1iasChaos2358, sweety00:53
=== brfelipe is now known as feliperocha
Chaos2358n0alias excuse me?00:54
raven_Chaos2358, i didn't get the first one and skype is free as long as both users have an account00:54
paulmrunning 10.04 now and my login quit authenticating... anyone know what to do to reset that?00:54
muhammadrazathanks zykotick9 .. could it be my xorg config file? because when i boot n safe mode everything works00:54
Chaos2358raven_, oh sorry that was for someone else lol00:54
ZykoticK9muhammadraza, sorry - i really have no idea.  best of luck man.00:54
tannerandoI'm a brand new Ubuntu user and I managed to install everything without a problem but I'm having one simple issue, none of my chat accounts are working using the panel chat thing00:54
Chaos2358n0alias yea join the marines if anything00:54
muhammadrazathanks00:54
raven_Chaos2358, hahaha00:54
n0a1iashow do i view my apt-get history, and raven_ i think the first one was directed to me00:55
roothi00:55
=== root is now known as Guest32587
brianl__gabe_: still there? ;)00:56
grrJust installed Ubuntu server ok. but when it boots, no video. i get into grup with shift but what should I try to enable video?00:56
n0a1iasChaos2358, u mind if i pm you, don't wanna Spamup the channel00:56
intraderacidubthird, I started in my case with Windows installed first. Then I use the ubuntu install's capabilities to make space for ubuntu.00:56
Chaos2358n0alias sure00:56
ZykoticK9tannerando, the icon in the top right you mean?  that is controlled by the Empathy IM client - open it and verify your account settings work, then while it's open you will get the notifications in top right as well.00:57
n0a1iashow do i vew my apt-get history?00:57
raven_n0a1ias, have you tried history|grep apt-get?00:57
gabe_yes, I'm trying to find a solution :)00:57
gabe_I'm a backtrack user and the commands differ, apparently00:57
muhammadrazamy keyboard and mouse stopped working after partial upgrade in maverik ... can anyone help me?? plz00:58
Borreguoholas00:58
intraderIssuing `/usr/bin/brasero` seg faults, what can I do - I am trying to burn an image cd for ubuntu 10.10.00:58
n0a1iasthanks raven_00:58
=== Borreguo is now known as Borreguito
brianl__gabe_: okay, thank you for your help00:58
raven_n0a1ias, don't mention it :)00:58
ZykoticK9n0a1ias, you might also be interested in "cat /var/log/apt/history.log"00:58
n0a1iasoh, im looking for a list of everything iv downloaded and installed, even with synaptic00:59
evilsonla la la..heloo folks00:59
raven_n0a1ias, in synaptic there's a history view option01:00
raven_let me see for a moment01:01
raven_n0a1ias, under file01:01
diablodfubuntu maverick was very slow!01:01
evilsonwow! Are you serious? Uninstall linux and grab a copy of winblows through your choice of bittorent err sumffin.01:01
n0a1iasoh, cool, what about the stuff i downloaded with Ubuntu software seater01:02
evilsonomg01:02
Borreguitohi, y have a Gigabyte G31M-ES2C, ChipSet Intel G31 motherboard... but.. i cant install sound driver01:02
* evilson is streaming Journey - Sweet and Simple using Ubuntu 10.10.Custom01:03
raven_n0a1ias, there's a history tab on the right01:03
ZykoticK9n0a1ias, USC has a good history feature as well (probably shared between synaptic and USC really)01:03
Borreguitohelp me!01:03
raven_n0a1ias, sorry left01:03
evilsonBorreguito, what the question?01:03
n0a1iascool thanks guys01:03
Tylerjddiablodf: I notice that too, but only when I am running it as a guest on virtualbox, with mac as the host. _Any_ other way is very,very fast01:03
raven_n0a1ias, ZykoticK9 is right. USC and Synaptic use the terminal anyway01:04
gabe_brianl_ try looking here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/23166701:04
evilsondont whois is me.. I am here to help you get it figured out. Be nice!01:04
gabe_sorry :(01:04
Borreguitowhere can i download   Intel HDA drivers?01:04
raven_n0a1ias, you're welcome01:04
evilsonuhmmm intel?01:04
evilsondepends on the driver.. give me a product?01:05
ZykoticK9!intelhda | Borreguito if you haven't see it.01:05
ubottuBorreguito if you haven't see it.: For fixing your Intel HDA sound this page has useful information https://help.ubuntu.com/community/HdaIntelSoundHowto01:05
evilsonsome "drivers" dont exist..welcome to Linux..however we can always adjust existing... I may need a paste of your dmesg01:06
BorreguitoRealtek ALC88701:07
FlintWestWood1how do i  install unity on 10.03=4?01:07
FlintWestWood1im sorry 10.04?01:07
evilsonyou shouldnt need a "driver" for that. Is it USB based device?01:08
raven_FlintWestWood1, i think there's a PPA for that01:08
raven_let me see01:08
* evilson brb01:08
ZykoticK9FlintWestWood1, "sudo apt-get install unity" is one method, then choose Netbook at GDM login screen01:08
i_is_brokeits easy apt-get01:08
cspottsI have ubuntu installed on my laptop, love it...but for work reasons i'm going to have to switch to dual booting windows 7 (VM aren't high perf enough for what i need work-wise).  The problem is I've already got 4 primary partitions on the drive (/boot, /,/home and swap).  Whats the best way to move things around so that I can add another partition for windows?01:08
raven_sudo apt-add-repository ppa:canonical-dx-team/une01:08
ZykoticK9FlintWestWood1, sorry you said 10.04! that for 10.10 only!01:08
ZykoticK9FlintWestWood1, see raven_'s command above the "sudo apt-get update" then "sudo apt-get install unity"01:09
timNew to Kubuntu.  My wireless seems slow.  Is 53 Mbit/s any good?  I'm used to seeing Mbps.01:09
raven_FlintWestWood1, after the ppa command use the update command01:09
raven_sudo apt-get update01:09
FlintWestWood1thanks alot guys01:10
macotim: the / means p and the b means bit... so that says the same thing01:10
raven_then do everything ZykoticK9 said01:10
macotim: er i should say the / means "per" which is the "p"01:10
macotim: both mean Megabits per second01:10
FlintWestWood1added the ppa repo, updated, and doing the install01:10
FlintWestWood1i hope its worth it01:11
FlintWestWood1adios01:11
ZykoticK9FlintWestWood1, it's not (opinion only)01:11
Livejokeru_wenas alguien me puede ayudar no puedo iniciar seccion en mi ubuntu me tira ese problema (Problema de instalacion No se ha instalado correctamente la configuracion predeterminada para el gestor de energia contacte con el administrador de su sistema)01:11
raven_FlintWestWood1, i've tried it with mixed impressions01:11
k_szeWhat software does ubottu run on?01:11
timMy network is "N" not "G" I should be getting better than that.  Any suggestions?01:11
n0nam3hi guys , i wanna check my ubutu C files.where can i find those  files01:12
* evilson I amback01:12
k_szeubottu01:12
evilsonsorry left my smokes in the car and really wanted one.01:12
n0nam3can someone tell me abt its path01:12
raven_n0nam3, you mean the source code?01:13
ZykoticK9tim, to get N speeds you need to be using some specific encryption settings - sorry i don't have N so don't know what they are.01:13
mondeqhi there!01:13
ZykoticK9tim, you may also be running into driver issues with N.  Best of luck man.01:13
evilsonwow... some people "try" to help but its only out of kindness, not education or experience.01:14
* evilson is lofting until needed01:14
ubuntuEventyret,  im back  VirusTB01:14
paulmrunning 10.04 now and my login quit authenticating... anyone know what to do to reset that?01:14
FreddyStraussMy ubuntu is not working nicely...01:14
=== ubuntu is now known as VirusTeBe
VirusTeBeEventyret,  back01:14
=== michaelrose is now known as michaelrose-away
paulmrunning 10.04 now and my login quit authenticating... anyone know what to do to reset that?01:15
Semitonesis there a supported hardware list for all kinds of devices?01:15
FreddyStraussi'm 12 years old and new to ubuntu01:15
FreddyStraussand it is not working as well as i hoped01:15
mondeqCan anyone help me regarding a skype issue, i always go to the terminal to active my skype in order to work the video call...01:15
timZykoticK9: Does Kubuntu support "N" can I just go to Netgear and download drivers or is it more difficult than that?01:16
ZykoticK9FreddyStrauss, you need to be more specific.  what issue exactly are you having trouble with?  Don't reply to me - reply to the whole channel.  All on one line ;)  Good luck.  Enjoy Ubuntu.01:16
FreddyStraussIs there anyway01:16
FreddyStraussto debug my ubuntu01:16
paulmCan anyone help me with the login authentication failure problem at login?01:16
FreddyStraussI get problems when installing Celestia *gnome version, the universe is just black i cant see anything01:17
ergheziseveral times, i receive  this error , gdm cant start even with "sudo start service gdm"01:17
Airforlifehi, any awk experts around here ? i have a question regarding that01:17
erghezidmesg | tail is : http://pastebin.com/U7Keu27M01:17
richerVESemitones, you could use this page http://kmuto.jp/debian/hcl/01:17
rdvonzWhat's the deal with hardware acceleration for nvidia cards? I have an 8800gt and compiz fusion runs from 10-30 fps. My laptop from 10 years ago runs faster!01:18
paulmanyone? any way to reset password from recovery mode?01:18
VirusTeBeplease tell me you're alive haha Eventyret01:18
=== ttech is now known as Ttech
ZykoticK9tim, i don't think there "should" be any difference between kubuntu or ubuntu when it comes to hardware support.  i don't know the specifics of N at all, i don't own an N router.  But my research into N showed up the only being supported if you where running one of the high end encryption options on router/devices - and I really don't know what the state of linux support for N is at all.  best of luck ;)01:18
Semitonesthanks01:18
Airforlifehi, any awk experts around here ? i have a question about combining 2 awk's...01:19
timAnyone running a wireless N network with Kubuntu or Ubuntu?  Is it supported?  I'm only getting G speeds of 53 Mbps01:20
paulmanyone? any way to reset password from recovery mode?01:20
rypervencheI'm on 10.10 and when I install a deb package it does it through the software center. If I want to install it using the terminal, I should use "dpkg -i debfilename.deb" right? If so, where is the deb file put on my system? I know I can uninstall a deb package through software-center without needing the package...it must be saved somewhere on my system, right?01:20
ZykoticK9FreddyStrauss, a wild guess on my side - but it sounds like you might be running into slow graphics.  do you know what type of graphics card you have?  have you check in System / Additional Drivers to see if your system has available drivers?01:20
JimRome@paulm: http://www.psychocats.net/ubuntu/resetpassword01:20
ergheziEach time, I get randomly into the terminal. and i cant run gdm :(01:21
raven_paulm, did you try sudo passwd?01:21
paulmit is my sudo passwd01:21
paulmwith my login name01:21
raven_paulm, ???01:21
erghezithis is dmesg | tail... what is mtrr error?01:21
ZykoticK9raven_, don't use the above commands - there are better ways to get a root terminal (but you should never need it)01:21
erghezihttp://pastebin.com/U7Keu27M01:22
raven_ZykoticK9, i don't understand what he wants. I thought he wanted to change his passwd not the roots01:22
paulmi mean my login name on my other computer is no longer loggin in because it says auth. failure01:23
tim Anyone running a wireless N network with Kubuntu or Ubuntu?  Is it supported?  I'm only getting G speeds of 53 Mbps01:24
evilsonyep01:24
evilsontim thats because your kernel and ipvx skills suck01:24
evilsonwhats your question01:24
timI don't doubt that but I was looking for something a little more helpful than being beaten down by someone being pompus because they know something I don't01:25
evilsonI cant share with you if I dont know what your thinking.. not being "pompus"  :)01:26
timHow can I get my N network card and router to connect at N speeds and not 54G speeds?01:26
evilsonjust say it01:26
evilsonI wil never guess your problem... hel thats what she said~01:27
rypervencheI'm on 10.10 and when I install a deb package it does it through the software center. If I want to install it using the terminal, I should use "dpkg -i debfilename.deb" right? If so, where is the deb file put on my system? I know I can uninstall a deb package through software-center without needing the package...it must be saved somewhere on my system, right?01:27
timCan I just download a driver from Netgear or do I have to do something else?01:27
raven_rypervenche, where do you get it from?01:28
evilsontim give me the card your using...info bro msg me01:28
evilsonalso give me the dmesg of the card01:28
ZykoticK9rypervenche, Ubuntu stores downloaded debs in /var/cache/apt/archives01:28
Airforlifehow can i get "free memory / total memory" from /proc/meminfo with awk ?01:28
evilsonjust grep it through through dm01:28
evilsonthen msg me the output of lsmod01:29
Airforlifedm ?01:29
rypervencheZykoticK9: Thank you very much.01:30
* evilson is streaming Journey - Wheel In The Sky01:30
timThe card is a Netgear WN511B01:30
=== michaelrose-away is now known as michaelrose
coreyfroI am at my wits end.  I have a toshiba m45 and a similarly configured laptop both running 10.10.  The toshiba connects fine over ethernet, but when using 802.11 and a WHOLE STACK of adapters, all of them linux supported, I cannot get DHCP to acquire an IP.  I have tried an install of 10.4 and 10.10.  Any idea where I start working on this problem01:32
n0a1iaswhy is the ubuntu live cd iso amd?01:32
tucemiux_mobanyone knows if wordpress is available for ubuntu on the repos?01:32
kitchen0a1ias: do you mean amd64? that's the name of the arch01:32
xanguan0a1ias: is not, if you mean amd64 that's just 64bit01:33
vbwei installed ubuntu, got to windows accidentaly deleted the 2 logical drives where ubuntu and grub where instlled, now i cant boot into windows nor ubuntu anymore:(01:33
coreyfroBecause AMD designed the 64 bit extensions to x8601:33
vbwei installed ubuntu, got to windows accidentaly deleted the 2 logical drives where ubuntu and grub where instlled, now i cant boot into windows nor ubuntu anymore:(01:33
FloodBot3vbwe: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.01:33
ZykoticK9tim, see this post, be sure to read to the bottom (it begins in 2008, but continues until 2010) (i didn't finish reading it yet) http://guide.ubuntuforums.org/showthread.php?t=878357&page=301:33
=== zulgaban_ is now known as wakkarto
n0a1iaskitche, arch? dont call me stupid, but i have an intel porsseser, will that work?01:34
n0a1iasheh01:34
gueriLLaPunKanyone have experience installing NX?01:34
coreyfrowhat Intel CPU do you have01:34
VirusTBEventyret:  man i give up01:34
VirusTBi'll sut tell my friend i dropped his harddive01:34
n0a1iasi7 VirusTB01:34
tucemiux_mobvbwe, simple fix, just reinstall ubuntu again01:34
VirusTBn0a1ias: yes?01:34
gueriLLaPunKNX server*01:34
CanadianPirateDoes anyone know if InitNG will still work in 10.10?01:34
coreyfroi7 will run amd6401:34
aussahi, i can't uninstall a program in wine, how do I do that?01:34
n0a1iasthanks coreyfro01:35
timZykoticK9: Thanks01:35
n0a1iaswhy did the developers name it that?01:35
tucemiux_mobgueriLLaPunK, NX was a pain because I used nonstandard ports, if you stick to port 22 it'll probably be easier01:35
vbwetucemiux_mob01:35
vbwei did01:35
vbwedoesnt work01:35
xanguaaussa: yo go to the wine menu and use the wine uninstaller01:36
tucemiux_mobvbwe,  what doesnt work?01:36
vbwei reinstalled ubuntu01:36
vbwei cant but01:36
vbweboot01:36
vbwegrub wont boot01:36
FloodBot3vbwe: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.01:36
progre55hi guys. I've booted from a livecd, and chrooted to my ubuntu, but I dont have internet connection on my chrooted partition, but have it on the livecd. any suggestions, please?01:36
vbwebut ive deleted all the partitions of ubuntu so shall i reinstall it again01:36
coreyfroFloodBot3: Quit flooding01:36
tucemiux_mobvbwe, you sound a lot like a troll01:36
aussaxangua: yeah, i tryed that, but it doesn't delete01:36
Seeker`coreyfro: its a bot01:37
=== andi is now known as elTigre
progre55oh, apparently I do have connection, but no dns server..01:37
coreyfroprogre55: CP your resolve.conf from /etc on the livecd to /<path-to>/etc01:37
progre55coreyfro: thanks01:37
coreyfrono prob01:38
n0a1iastucemiux_mob, i tryed to help him eirlyer, but was in over my head, i did however get him up on unetbooin, with a live USB to change his partitions01:38
progre55coreyfro: yeah, that helped =)01:38
timEvilson: Thanks anyway don't need your attitude.01:38
coreyfroprogre55: thats cuz i'm awesome01:39
progre55:D01:39
progre55coreyfro: well, then I guess you could help me out more.. ))01:39
tucemiux_mobn0a1ias, he's trolling, he's even using enter as punctuation01:39
* evilson holy hell some people never grow up.01:39
coreyfro am at my wits end.  I have a toshiba m45 and a similarly configured laptop both running 10.10.  The toshiba connects fine over ethernet, but when using 802.11 and a WHOLE STACK of adapters, all of them linux supported, I cannot get DHCP to acquire an IP.  I have tried an install of 10.4 and 10.10.  Any idea where I start working on this problem?01:40
evilsonI want help! I only help at my own pace!01:40
n0a1iastucemiux_mob, so i spent like an hour on a trole01:40
n0a1iastroll?01:40
bazhangevilson, stop with the /me01:40
evilsonhow much RAM do I have? where did my C drive "thingy" go?01:40
miguel000How can I get rid of the splash screen and quiet boot permanently in the new ubuntu?01:40
progre55coreyfro: the chrooted partition has kubuntu installed, and it didnt have wireless working.. but the livecd does (ubuntu). I need to install the restricted drivers from the livecd to the chrooted partition.. is that possible?01:40
miguel000there is no menu.lst01:40
bazhangmiguel000, in grub2 it changed location01:41
bazhang!grub201:41
ubottuGRUB2 is the default Ubuntu boot manager since Ubuntu 9.10.  For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub201:41
n0a1iasvbwe, are you a troll?01:41
n0a1iasits ok if you are i just want to know01:41
n0a1iasha01:41
Seeker`n0a1ias: please try to keep the topic to support01:42
tucemiux_mobmiguel000, install startupmanager and see if it can help any01:42
tucemiux_mob!ot | n0a1ias01:42
ubottun0a1ias: #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!01:42
miguel000I prefer to change the config files manually01:42
bazhangmiguel000, to access the new grub2, hold shift a t boot01:42
miguel000I want to disable splash and quiet PERMANENTLY01:43
tucemiux_mobbazhang, how can I make changes to the grub menu?01:43
bazhangtucemiux_mob, check the grub2 wiki yet?01:43
ZykoticK9miguel000, most of the grub2 settings can be found in /etc/default/grub but be sure to see the link from !grub201:43
UnholyTerrormiguel000,  http://www.dedoimedo.com/computers/grub-2.html01:43
miguel000allrigt, I'll read that first, thanks01:44
* evilson is really thinking bzhang need to piss off!01:44
=== `mOOse` is now known as m00se
mithridatesI have an external usb hard drive, and I need to make a raid and move everything to that disk because my laptop's hard gives me lots of failure message, it's old and with 644 bad sectors. how do I move everything even MBR to boot from that for the next time?01:44
evilsondude I hope you got that?01:44
bazhangevilson, stop that01:44
tucemiux_mobbazhang, no01:44
* evilson why?01:45
coreyfroprogre55: i dunno, try running aptitude from the chroot01:45
mithridatesdo I use dd ?01:45
=== dtownhero is now known as Guest58329
* Tylerjd is getting tired here on the east coast01:46
paco__what is a commando to know the kernel version??01:46
mark_nearsoftuname -a01:47
paco__thanks01:47
mark_nearsoft:)01:47
blakkheimuname -r will suffice for that01:47
blakkheim;/01:47
progre55coreyfro: btw, just tried apt-get upgrade, it failed saying "cat: /proc/cmdline: No such file or directory".. I know it was possible to loop /proc/ to the chrooted partition, but dont remember how..01:47
Tylerjdmothridates: I would try a free cloneing utility (boots of a cd) that clones everything, including the mbr01:47
sosaitedI am trying to install Ubuntu 10.10 via either USB or hard drive with Unetbootin (AMD64-alternate), but after language selection, I get either can't mount cdrom or there was a problem reading data from cd error01:47
Tylerjdmithridates: I would try a free cloneing utility (boots of a cd) that clones everything, including the mbr (sorry spealt your name wrong)01:47
Tylerjdlike clonezilla01:48
paco__can Ubuntu be part of a domain as a client?01:48
Tylerjdpaco_: yes, there is a special program, let me find it01:48
paco__great!!!01:48
sosaitedI also tried editing the unetbootin's Install Ubuntu entry by adding "cdrom-detect/try-usb=true". But still cd rom error01:49
mithridatesTylerjd: I'm on ubuntu live, do I use that to clone my internal hard drive on the external one? by the way my system is dual boot I have a freaking win7 for college too, will it work from usb?01:49
=== dtownzero is now known as help
=== help is now known as dtownzero
mithridatesTylerjd: anyway, thank you for your help man, I will check it01:51
Tylerjdmithridates: yep, just choose to clone the entire HDD, from internal to external, it is an ISO image you download, but you can boot from USB flashdrive if you want. It will work for Ubuntu and Win7, keep everything, and everything shouldjust work when you boot off of the new drive01:51
mithridatesTylerjd: oh, tnx man01:52
mithridatesgreat01:52
Tylerjdmithridates: np, I like to offer my assistance.01:52
TylerjdIt is a very bare-metal solution, but it works01:52
paco__does any one knows about backtrack 4??01:53
Tylerjdhttp://clonezilla.org/ is tge websitte for Clonezilla01:53
bazhangpaco__, yes in their support channel:  #backtrack-linux01:53
paco__hooo great01:53
paco__thnx01:54
justinebbbyhi all. Has anyone seen graphics weirdness like this before? http://ubuntuforums.org/showthread.php?p=1007787101:54
paco__how is it better Ubuntu than Mandrake??01:54
Tylerjdpaco_: to answer your earlierquestion, I found rthis on the Ubuntu forums01:54
Tylerjdhttp://ubuntuforums.org/showthread.php?t=69361001:54
bazhangpaco__, #ubuntu-offtopic for that01:54
Tylerjdfor joining Ubuntu to a domain01:55
paco__ok01:55
=== dtownzero is now known as dtownhero
paco__thanks!01:55
paco__hooo ok thanks guys01:55
paco__you are helping me a lot with homework01:55
Tylerjdpaco_: well we aren't _supposed_ to do that but its ok to help a bro out in a time of need:)01:56
CanadianPirateHow do you compile with cmake?01:59
=== Crisco is now known as zz_Crisco
netbookuserhello02:00
dtownherohi02:00
roxdragonhi02:00
netbookuserlooking for some assistance with 10.04 Netbook02:00
=== michaelrose is now known as michaelrose-away
TylerjdCanadianPirate:you know, I was wondering the same qestion, as i need to compile gcc for a mipsel embedded device02:01
nit-witnetbookuser,  whats up02:01
roxdragonmicrophone don't work. cam: microsoft lifecam vx-300002:01
roxdragonhelp please02:01
roxdragonany idea?02:01
justinebbbycan anyone help diagnose my gfx issues? [screencaps: http://plainsalad.com/betty/ ]02:01
Tylerjdroxdragon: is the mic on the camera ?02:01
mithridatesTylerjd: I read the documentation , it will save an image file on the disk, how can I configure it to make a real mirror?02:01
masterme120I have a networking problem:  I have a laptop with a wlan card connected to a wireless network and an ethernet port connected to a desktop.  How can I get online from the desktop?  I've tried setting up some router programs, but nothing's working.  Can someone help me?02:02
roxdragonTylerjd,  mic02:02
netbookuserJust did an upgrade from 9.10>>10.04 and after restart all programs auto-minimize after starting02:02
MilitantPotatoNautilus is unbearably slow loading a folder with more than a few dozen files. Is there an alternative file browser that actually works?02:02
CanadianPiratenetbookuser What netbook?02:02
=== bruno is now known as Guest16105
jiohdiMilitantPotato: thunar02:02
masterme120roxdragon: I have that same webcam, and the microphone works for me.  Check your volume levels.02:02
jiohdior pacman02:02
nit-witnetbookuser,  do you mean all screens when opened02:02
netbookuserHP mini 1030 - BTw sing the LiveCD 10.04 everything works fine02:03
Tylerjdroxdragon: and check for updates to software02:03
UnholyTerrorjustinebbby, I've seen similar  but not as bad... i'm on nvidia... probably an X issue.02:03
RE90HELP! Does anyone know how I might have lost files in a shared partition (Ubuntu/Win7 dual boot)02:03
mithridatesTylerjd: in select mode it doesn't have any option to do that! http://clonezilla.org/clonezilla-live/general-live-use.php02:03
RE90I have no clue what happened -- I'm missing installed programs in Windows02:03
roxdragonTylerjd, how to update software?02:03
=== MikeGuo is now known as hylinux
huddsonhi,  what is the package for google video chat?02:04
Jeatonis there a terminal base torrent app?02:04
Tylerjdroxdragon: are you using the netbook edition or what?02:04
nekoyo02:04
roxdragonmasterme120, have you got a ubuntu 10.10 or 10.04?02:04
blakkheimJeaton: rtorrent02:04
bazhangJeaton, several02:04
roxdragonTylerjd, desktop 10.0402:04
justinebbbyUnholyTerror, a bug ticket i found suggested "downgrading GLX", but no idea how; or how to tell what vrsn I have02:04
masterme120roxdragon: 10.1002:04
blakkheimroxdragon: sudo aptitude update && sudo aptitude -y full-upgrade02:04
netbookusernit-wit - yes i mean all screens when opened or when recalled minimize after 1-sec or display in a window.02:04
roxdragoni use 10.0402:04
Jeatonthanks blakkheim02:04
CanadianPirateHow do you compile with cmake? (sorry for repeat)02:04
Tylerjdmithidates: you missing which option>02:05
UnholyTerrorjustinebbby, hold02:05
Seeker`CanadianPirate: what are you trying to build?02:05
huddsonhi,  what is the package for google video chat? is it advisable to install .deb directly from Google?02:05
nekosomebody can help me ?02:05
masterme120roxdragon: it's worked for me since 9.0402:05
CanadianPirateSeeker InitNG02:05
Tylerjdnkeo: whats up?02:05
CanadianPirateIt says to use cmake in the readme02:05
nit-witnetbookuser,  do you have any threads on any forums running02:05
RE90Anyone? I'm missing gigs....it's ridiculous....02:05
Tylerjdneko: whats up?02:06
UnholyTerrorjustinebbby, glxinfo02:06
=== MikeGuo is now known as hylinux
roxdragontry02:06
MilitantPotatojiohdi: thanks.02:06
netbookusernit-wit: nah - I am rdy to re-install but thought I'd ask here first02:06
huddsongoo goog google chat, anyone? what's the package for it?02:06
Seeker`CanadianPirate: why do you want to build that?02:06
UnholyTerrorjustinebbby, as to downgrading... dunno.02:06
jiohdinp02:06
CanadianPirateSeeker Why Not. Also it looks good02:07
CanadianPirate(in a not graphical way)02:07
nit-witnetbookuser,  I think if you nothing to lose I would do that. watch the updates for any thing amiss02:07
MilitantPotatohuddson: I use pidgin02:07
nekoso02:07
nekoI am new here02:07
SuperPaco69hello02:07
huddsonMilitantPotato: wtf is that?02:07
xanguahuddson: googl chat¿¿ gtalk¿ you can conect with empathy wich is the default messenger, i preffer pidgin02:07
IterumRuditLeogoggle it02:08
netbookuserRe-install it is then - thanks, I'm off02:08
MilitantPotatohuddson: Multi protocol IM program02:08
nekoand I am searching for bug in a site02:08
roxdragonthe image works but mic no. i don't installed NO driver for this webcam02:08
Seeker`CanadianPirate: Honestly, I wouldn't screw with the init system if I couldn't work out how to follow the instrucitons on the project website to use make02:08
MilitantPotatohuddson: best for windows, linux, or mac I feel.02:08
roxdragonmasterme120,02:08
nekoI found many open door02:08
Seeker`!enter | neko02:09
ubottuneko: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!02:09
justinebbbyUnholyTerror, thx  ,  http://paste.ubuntu.com/526720/02:09
huddsonMilitantPotato:    can i just install that .deb from google?02:09
nekobut I don't know02:09
nekowhat exploit I need use02:09
bazhangneko, use?02:09
Tylerjdneko: are you trying to hack a site?02:09
Seeker`!ot | neko02:09
ubottuneko: #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!02:09
SuperPaco69what is the channel for backtrack?02:09
CanadianPirateSeeker Nevermind, Had a hard time reading the instructions02:09
bazhangSuperPaco69, #backtrack-linux02:09
roxdragonhave you got a link for download driver webcam masterme12002:09
roxdragon?02:09
Seeker`CanadianPirate: stuff like that isn't really supported here02:09
Tylerjd!enter | roxdragon02:10
ubotturoxdragon: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!02:10
keenan#jupiterlamps02:10
huddsonanyone knows what happen to #debian? it is blank.02:10
masterme120roxdragon:  I never needed to download a driver02:10
keenanhow do i get into a room?02:10
roxdragonsorry Tylerjd02:10
bazhangkeenan, /join #channel02:10
keenanthanks02:10
roxdragonyes masterme12002:10
roxdragonwebcam microsoft02:10
Tylerjdroxdragon: tis ok, just trying to make things clean and friendly:)02:11
nekooh sorry02:11
=== mike is now known as Guest74536
roxdragon:D Tylerjd02:11
UnholyTerrorjustinebbby, similar here but: OpenGL version string: 2.1 Mesa 7.7.102:12
UnholyTerrorOpenGL shading language version string: 1.2002:12
jiohdiis there an ubuntu voice to text package02:12
=== mike_ is now known as Guest11918
UnholyTerrorjustinebbby, but this is laptop 10.04... erors were seen on desktop 8.0402:13
smwI am using the kubuntu install cd. When I start it, the display is messed up. I tried appending vga=771 to the boot parameters. How can I tell it to use the vesa driver on the lowest resolution? I know that the driver manager will find the driver after I install.02:14
=== michaelrose-away is now known as michaelrose
s3ahow do i find out what the sources.list for maverick are?02:14
bazhangs3a, what are you currently running02:15
s3abazhang, debian but i want the sources repository for maverick to compile something02:15
justinebbbyUnholyTerror, this lap has a fresh 10.04 install. Looking to see how to get 2.1, willing to try anything02:15
bazhangs3a, ubuntuguide.org has some iirc02:16
smw!sources | s3a02:16
ubottus3a: 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 repositories02:16
IltsuHi all!02:16
smws3a, one of those links should have what you are looking for02:16
PittWinsmoreHello!!!02:16
FishFacejiohdi: Thunar is pretty hot. Thanks for mentioning it02:16
IltsuCan somebody tell/give url what are differences between 2.6.35-22 and 2.6.35-14?02:17
bleuicevirusFadein you there?02:17
smwanyways, does anyone know how to boot the install disk with X in "safe mode"02:17
jiohdiFishFace: I came from low power machines, had to find what worked for them02:17
DiyttoHey i need some help02:17
Jeatonim wanting to run a media server from my ubuntu 10.04 server edition, to stream movies to my ps302:17
Jeatonanyone have any ideas?02:17
DiyttoI just booted a live cd and the scrren shows nothing02:17
PittWinsmorewhat think about kompozer?02:17
DiyttoIts black after boot prompt02:17
smwJeaton, ps3 media server is the best02:17
IltsuJeaton, ushare02:17
Dwade09how do i totally remove wine? and the stuff in wine? i did sudo apt-get remove wine and rebooted computer but its still there02:18
ZykoticK9Dwade09, wine stores all the stuff in ~/.wine02:18
smwJeaton, ps3 media server (http://ps3mediaserver.blogspot.com/) needs to be configured with X, but then you can move the config to a headless machine02:19
smwJeaton, they do not have a nicely commented example config :-\02:19
UnholyTerrorjustinebbby, hmmmf02:19
Jeatonok02:19
smwJeaton, however, it will transcode everything and works with the ps3 quite well02:19
smwJeaton, before that, I used mediatomb02:20
s3asmw, bazhang, http://www.ubuntu.com/project/about-ubuntu/components just talks about what each repository is and the other seems to have a huge mix of stuff, can you guys just do cat /etc/apt/sources.list or something and paste it to me please02:20
Chaos2358does anyone know how to gain remote access to a windows se7en laptop using a linux ubuntu 10.10 laptop02:20
jiohdiChaos2358: logmein.com02:20
IltsuBut does anyone have idea what are differences between 2.6.35-22 and 2.6.35-14 kernels? Because my server isn't booting with 22, 14 works fine.02:20
=== _Nertil is now known as Nertil
jiohdiChaos2358: free and you do not need to install anything on the linux side02:21
huaikeanyone who use lyx? i just installed it on my ubuntu.there is some error when i try to use the templates.it says that "the layout file requested by this document is not usable....."02:21
Chaos2358cool thanks02:21
ZykoticK9Iltsu, it doesn't help, but the -22 and -14 are the ubuntu revisions i believe02:21
Chaos2358are you familiar with this?02:21
Chaos2358in case i need help?02:21
smws3a, I don't have a running ubuntu iinstall02:22
roxdragonmicrophone microsoft lifecam vx-3000 work on ubuntu 10.04?? the video is OK02:22
UnholyTerrorjustinebbby, I don't have an answer....02:22
smws3a, however, I found https://help.ubuntu.com/community/Repositories/CommandLine02:22
justinebbbyUnholyTerror, thx02:22
smwdeb-src http://us.archive.ubuntu.com/ubuntu/ hardy main restricted02:22
smws3a, replace hardy with maverick02:22
intraderWhen I  execute `usr/bin/brasero` brasero segentation faults, what can I do - I am trying to burn an image cd for ubuntu 10.10.02:23
jkr801Can anyone help with a botched upgrade from 10.04 to 10.10 is there anyway to recover?02:23
Dwade09so ZykoticK9 just delete that folder?02:23
smws3a, are you still there?02:24
ZykoticK9Dwade09, you could just Move it to Wine_Disabled to test02:24
smwDoes anyone know how to put X into a "safe mode" when doing an install? I just need to be able to see the install screen. The vesa driver on the lowest resolution should do it.02:25
ZykoticK9Dwade09, if you are sure you don't need anything - just delete it02:25
UnholyTerrorjustinebbby, http://www.mesa3d.org/relnotes-7.4.4.html02:25
Dwade09ZykoticK9,  how i get it out of my applications folder as well?02:25
IltsuZykoticK9, yeah, I know, I have earlier though that last -22 doesn't really matter. eg. if number is bigger its then compiled later.02:25
ZykoticK9Dwade09, i don't understand your question.  applications folder?02:26
Dwade09yes ZykoticK9 its still in my applications at top02:27
UnholyTerrorjustinebbby, older stuff: http://www.guide.mesa2.com/SourceAndMirrors.html02:27
ZykoticK9Dwade09, oh i get ya -- System / Preferences / Main Menu02:27
* justinebbby checks it out ( @ UnholyTerror ) 02:27
akira__s02:28
Staticlvis there a way to copy a file larger than 4g to a usb stick?  my stick has 14g of space available.  I have used nautilus and cp.02:29
aussathe wine unsinstaller isn't working02:29
dick-richardsonI have a live usb that I chose not to save settings - but I would like to save a text file to it.02:29
ZykoticK9Staticlv, if it's fat32 no - 4g is max file size :(02:29
goltoofStaticlv,   have you tried?02:29
dick-richardsonStaticlv: what file system is on the usb stick02:30
goltoofhow can i disable hibernate when critically low battery power?  there's no option in power preferences to disable02:30
=== ukine_ is now known as ukine
aussaI tryed to uninstall a program from wine unistaller but it isn't working, is there another way of doing that?02:31
goltoofproblem i have is every time i unplug my laptop ubuntu thinks it's power is critically low, even with full charge.02:31
goltoofso every time i unplug, it hibernates02:31
StaticlvZykoticK9, dick-richardson:  thanks that answers my question.  But windoz wont recognize anything other than msdos and fat32.  is that correct?02:32
ZykoticK9Staticlv, technically NTFS (not recommended for small drives though)02:32
UnholyTerrorgoltoof, problem batteries?02:32
goltoofnegative, batteries fine, problem ubuntu02:33
StaticlvZykoticK9: stick is 16g - that should work huh?02:33
goltoofit's wigging out in so many way... ie, tells me there's 1 minute left and 100%  charge02:33
ZykoticK9Staticlv, ? don't know minimum NTFS size actually, google or ##windows would know ;)02:34
levicivita.quit02:34
UnholyTerrorgoltoof, problem w/charging system???02:34
k-radcan dyndns be used to map a registered domain name to a ubuntu box ?  in order to run apache ?02:34
StaticlvZykoticK9: thanks for the help02:34
UnholyTerrorgoltoof, how many batteries?02:34
Dwade09what is the easiest way to clean my system up after installing and removing stuff, and then cleaning it up of the stuff that is no longer needed?02:35
goltoof1 battery... the laptop is fine02:35
tux20new online community www.blitzpost.com (chat, email, blog, dating..)02:35
=== Dalton is now known as Guest80149
goltoofin power prefs, the only options for when the battery is critically low is hibernate, suspend, restart  .... but there's no way to disable so if it's critically low for it to do nothing02:36
TylerjdDwade09: "sudo apt-get autoclean && sudo apt-get autoremove"02:36
goltoofbut i'd like to get to the bottom of this "critically low" bug too02:36
ZykoticK9Dwade09, if you install from command line, you'll get a message at the end of all installs there after saying that "blah blah is no longer needed" and the command to uninstall them.02:36
bazhangtux20, no spam here02:36
Dwade09ZykoticK9,  i have and it was autoremove and autoremove removed everything i needed as well02:37
Tylerjd!spam | tux2002:37
=== `mOOse` is now known as m00se
Tylerjdoops, wrong command:P02:38
Dwade09ZykoticK9,  when i type wine i get wine can be found in the following packages wine1.2 or wine1.002:38
Tylerjd!etiquette | tux2002:38
ubottutux20: Unsure how you should behave on this channel? See (in a private message with the bot, /msg ubottu <keyword>): !AskTheBot, !CoC, !Guidelines, !Offtopic, !Language, !Attitude, !Repeat, !Enter, !Paste, !Caps, !NickSpam, !PM, !English - And most importantly, use common sense...02:38
Dwade09but yet i removed wine02:38
goltoof!gtfo | tux2002:38
ubottutux20: Please watch your language and topic to help keep this channel family friendly.02:38
ZykoticK9Dwade09, that's the autosuggest feature working - there are two versions of wine you COULD install02:39
goltoofroflsauce... didn't think that'd work02:39
ZykoticK9Dwade09, that feature is "command not found" i think ;)02:39
Dwade09ah ok thanks ZykoticK902:39
goltoofi like vimtutor... are there any other cli based tutorials out there like it for bash, etc ?02:40
ZykoticK9goltoof, good question.  not that i personally know of, but hoping someone has an answer for you.  good luck man.02:41
douglas#brasil02:41
smwhow do you report a bug in launchpad?02:41
smwevery time I click "report a bug" it takes me to a wiki page02:42
goltoofZykoticK9, sounds like something someone can write pretty easily02:42
Rigorm0rtisHello. I'm having a problem with a brand new bit of drives I'm making a raid array with. When I created the array it started recovering right away. Is this normal?02:42
ZykoticK9goltoof, well considering vimtutor is just a text file opened in vim - i'd say yes ;)02:43
goltoofZykoticK9,   heh.... you know what i mean02:43
k-radcan anyone recommend a domain registrar that would work for a CNAME to dyndns.org account ?  or is there anything preferred or friendly for local web hosting than godaddy.com ?02:44
ZykoticK9k-rad, your question is really OT for this channel, but i don't have any recommendations on hosting or where to go for hosting suggestions.  best of luck though.02:45
slayerzhelo02:48
smwhi02:48
samlhey, how can I know which package installed certain file?02:48
slayerzim try to configure samba on ubuntu02:48
goltoofk-rad,    godaddy the cheapest, great support02:49
slayerzbut i confusse how to add config file02:49
duergarI have a laptop with an Nvidia geforce 330m video card. Every time I install the video driver ubuntu prompts me to install, when i restart I get stuck on a purple screen. I tried downloading it directly from nvidia for linux 64 bit, and it tells me I'm running an X server and it won't work. What can I do? My resolution is scrooged and I can't see the bottom of my screen02:49
goltoofk-rad,  or 1on1 , but they're european i think02:49
=== `mOOse` is now known as m00se
mdg2hello!  Anyone here use plait or plaiter?  You have a working script for shoutcast?02:51
C_Okiehi02:52
ZykoticK9duergar, 10.04 or 10.10?  be sure to see this forum post (haven't finished it myself) http://ubuntuforums.org/showthread.php?t=147082202:52
duergar10.1002:53
mdg2Any CLI music people?02:53
duergarI actually just found that thread. reading it now02:53
ZykoticK9duergar, be sure to see https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/657634 as well :|02:53
slayerzhello02:54
edbianslayerz, hi02:54
slayerzi want to configure samba02:54
slayerzbut i confuse02:54
slayerzabt uncomment02:55
HrimfaxiI have a toshiba satellite L305-S5924..I can't for the life of me figure out how to get the SD reader working..could anyone help?02:55
mdg2listen to shoutcast stations with plait or player?02:55
ZykoticK9slayerz, uncomment means to remove the # from the beginning of the line, in the config file02:55
=== JimmyJ_ is now known as JimmyJ
Hrimfaxiit's usuing ubuntu 10.1002:56
Hrimfaxiusing*02:56
mdg2Hrimfaxi: what happens when you insert media in the SD reader?02:56
Hrimfaximdg2, nothing, it doesn't show it as being there02:57
slayerz<ZykoticK9> ic so if 5 line at the biginning have # izit i must remove dat??02:57
mdg2Hrimfaxi: this is a new install?  Have you run updates?02:57
skwashdhi all02:57
Hrimfaximdg2, yes, fresh install and fully updated02:57
skwashdi have a server which needs a boot delay argunt for grub02:58
ZykoticK9slayerz, i have no idea what you are suppose to uncomment?  but to uncomment means to remove the #s02:58
Hrimfaxieverything else works but the SD reader..02:58
skwashdthe problem is grub is configured with no waiting ... so i can'02:58
skwashdt edit the boot comand02:58
skwashdis there some way i can boot from the initramfs shell?02:58
mdg2Hrimfaxi: Hmm, not mounting.....02:58
ZykoticK9skwashd, you should see the link from !grub2 for configuration of grub2 stuff.  good luck man02:59
Hrimfaximdg2, yeah..I'm not sure if the SD reader is being detected or what02:59
ZykoticK9!grub2 > skwashd02:59
ubottuskwashd, please see my private message02:59
slayerz<ZykoticK9> Uncomment the security line, and add another line to make it look like this:02:59
mdg2Hrimfaxi: its built-in right?02:59
slayerz<ZykoticK9> izit only the security line ?02:59
ZykoticK9slayerz, sorry man, i don't help with samba stuff.  i don't use it myself nfs/ssh for me ;)02:59
Hrimfaximdg2, yes it is02:59
slayerz<ZykoticK9> ok tq03:00
mdg2Hrimfaxi: have you run lspci?03:00
ZykoticK9mdg2, it's possible a card reader might show up under USB as well, so the output from dmesg would be better.  Hrimfaxi03:00
toxictuxi lost the menu of audacity and filezilla is that a known problem (10.10)03:01
Hrimfaximdg2, ZykoticK9 - running now03:01
mdg2ZykoticK9: built-in SD reader usb?  Hmmm...03:02
skwashdZykoticK9: that doesn't help me ... i need to boot from the initramfs shell not a grub shell/menu03:02
ZykoticK9skwashd, sorry then.  good luck.03:02
mdg2ZykoticK9: do you know what 10.10 uses for mounting devices?  palimpsest or someting?03:02
ZykoticK9mdg2, i think my EEE's card reader shows up as USB.03:03
ZykoticK9mdg2, as far as i knew the gnome vuse or whatever.  not sure really.03:03
mdg2ZykoticK9: that's good to know :)03:03
ashiqhai03:03
HrimfaxiZykoticK9, anything specific I should be looking for after running dmesg?03:04
C_Okieis there a way to see a log of the dd command's output or errors03:04
ZykoticK9Hrimfaxi, drives sdX stuff would be good - or anything that could be the reader itself.03:04
HrimfaxiI see sdb03:05
mdg2Hrimfaxi: odd that nothing would show up in the /media directory when you insert into SD reader03:05
intraderAnyone, I am stuck - neither 'brasero', or 'write to disc' work. From terminal `which brasero` give /usr/bin/brasero. Executing this gives me segmentation fault03:06
ZykoticK9Hrimfaxi, type "mount" in a terminal - is sdb mounted right now?  how many drives do you have?  any usb stuff plugged in?  sdb is the second scsi detected on your system (don't worry it's not really scsi ;)03:06
mdg2Hrimfaxi ZykoticK9 : I would not think it is a users/groups permission thing... do you ?03:06
Hrimfaximdg2, ZykoticK9 - I'm sure it sees the card now, dmesg showed the 1GB card..typing mount now..right now I have one drive excluding the SD being plugged in03:08
bert_Does anyone know how to get lirc working with sdlmame (using irexec)?03:09
mdg2Hrimfaxi: check your /media and your /mnt directories and see if anything shows up03:09
bleuicehow do i install updates in safe mode?03:09
bleuicefadein: you here buddy?03:09
C_OkieAnyone here good with the unnix based commadn dd?03:09
Deihmoswindows 7 runs really smooth on my netbook but whe i installed ubuntu it's not as snappy03:10
Deihmosfirefox takes a while to open and it seems laggy03:10
Hrimfaximdg2, got it03:10
ZykoticK9intrader, either your the 3rd person asking about brasero segfaulting tonight, or you've asked 3 times ;)  Sorry your having troubles.  My honest recommendation is to try a different burning software, i'm not a fan of brasero - i use k3b (BUT that requires the entire KDE Librarys which are huge)  GnomeBaker (or similar) is a popular Gnome CD burning alternative03:10
xrdodrxI'm trying to use Wubi but it keeps installing 10.04 AMD64 even though I have 10/10 i386 in the same folder03:10
mdg2Hrimfaxi: good03:11
Hrimfaximdg2, nothing is showing..03:11
xrdodrx!wubi03:12
ubottuWubi is an Ubuntu installer for Windows users that allows you to install and uninstall Ubuntu like a Windows application, in a simple and safe way. http://wubi-installer.org/support.php and https://wiki.ubuntu.com/WubiGuide for troubleshooting. Please  file bugs at http://launchpad.net/wubi/+filebug. For Ubuntu Maverick/10.10 http://releases.ubuntu.com/maverick/wubi.exe03:12
mdg2Hrimfaxi: I'm not running 10.10, but look under Accessories for a "disk utility"03:12
intraderZykoticK9, It was me asking three times. I an not successful using gnomebaker as it does not show a burn image selection - only CD Data03:12
Hrimfaximdg2, it sees the card and the sd reader03:12
ZykoticK9intrader, i don't have any other suggestions sorry.  good luck man.03:13
mdg2Hrimfaxi: which "it"03:13
Hrimfaximdg2, the disk utility03:14
mdg2Hrimfaxi: excellent!03:14
Hrimfaximdg2, I clicked mount and it said it is mounted03:14
intraderZykoticK9, thanks - no burning image from ubuntu 10.10, wow!03:14
Hrimfaxibut I can't find it anywhere03:14
magn3tsHas anyone here used x2go?03:14
mdg2Hrimfaxi: if its mounted, you should be able to go to file manager /media and see contents there03:15
ZykoticK9intrader, brasero works on my system?  no segfault here.03:15
=== zkriesse__ is now known as zkriesse_
Hrimfaximdg2, nope..it's not showing..03:15
mdg2Hrimfaxi: what's the name of the disk utility?03:16
intraderZykoticK9, thanks - I have reinstalled it - no luck. Thanks03:16
catladyproblem in 10.10 getting errors with update anyone want to help?03:17
mdg2Hrimfaxi: is it Gnome Disk Utility?03:17
Hrimfaximdg2, yes03:18
mdg2Hrimfaxi: and the SD reader shows in the left half of the disk utility window?03:18
Hrimfaximdg2, yes03:18
magn3tsHow about FreeNX vs NeatX?03:18
Hrimfaxiit even shows the card03:18
Hrimfaxibut fails to mount03:18
mdg2Hrimfaxi: on the right side of the disk utility window, where is says "Volumes" click on the SD card reader entry - it should turn green03:19
lightsab8ri just downloaded a bunch of themes via terminal but where do i find them?03:20
mdg2Hrimfaxi: check the "Mounted at" entry on the right side of the disk utility window03:20
catladyW:Failed to fetch http://ppa.launchpad.net/dists/http/ppa/ubuntu/maverick/source/Sources.gz  404  Not Found03:20
catlady, W:Failed to fetch http://ppa.launchpad.net/dists/http/ppa/ubuntu/main/source/Sources.gz  404  Not Found03:20
catlady, W:Failed to fetch http://ppa.launchpad.net/dists/http/ppa/ubuntu/maverick/binary-i386/Packages.gz  404  Not Found03:20
catlady, W:Failed to fetch http://ppa.launchpad.net/dists/http/ppa/ubuntu/main/binary-i386/Packages.gz  404  Not Found03:20
catlady, E:Some index files failed to download, they have been ignored, or old ones used instead.03:20
FloodBot3catlady: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.03:20
C_OkieWould using var.lof/auth.log or /var/log/messages via dmesg|more be how I'd see dd in= of = ... error reports on the copied partitions?03:20
askvictorhow do I file a bug for the installation process?03:21
lightsab8ri just downloaded a bunch of themes via terminal but where do i find them?03:21
intraderZykoticK9, thanks - in GnomeBaker, I see in Tools-->Burn Image and that seems to be burning. I hope I get a good image. Thanks for help03:21
xrdodrxHow do I force Wubi to use the ISO file I've already installed?03:21
xrdodrxdownloaded*03:21
Hrimfaximdg2, it says not mounted03:21
ZykoticK9intrader, hope it works for ya.  good luck man.03:22
lightsab8ri just downloaded a bunch of themes via terminal but where do i find them?03:22
goltooflightsabater... if you wget them they'll be in whatever directory you were in03:22
bleuicehow can i install updates from safe mode desktop?03:22
mdg2Hrimfaxi: sounds like a user permission error to me03:22
ZykoticK9lightsab8r, probably in whatever directory you where in when you executed the download command.  Have you checked your Home Folder?03:22
=== michaelrose is now known as michaelrose-away
shane4ubuntuwhat is that app to create a usb startup disk?  Mine seems to have disappeared03:23
Hrimfaximsg2, when I try to mount it it says /dev/sda1 is already mounted on /03:23
xrdodrxDoes Wubi need the DESKTOP iso or the ALTERNATE iso?03:23
mdg2Hrimfaxi: oh / is root03:23
HrimfaxiI see03:23
mdg2Hrimfaxi: /dev/sda1 is probably your install of ubuntu03:24
ZykoticK9shane4ubuntu, System / Admin / Startup Disk Creator03:24
goltoofoh that brings up a question i had before... how do you create a startup disk with cli ?03:24
Hrimfaximdg2, it is, but in disk utility where it says Device, it shows it as "/dev/sdb1"03:24
=== zhang is now known as Guest58517
lightsab8rZykoticK9: nothing in home folder neither hidden + .theme folder is empty03:24
=== Guest58517 is now known as zha_n
shane4ubuntuZykoticK9, thanks!!! it was there in front of my face, I just didn't see it!03:24
=== zha_n is now known as zhang_
mdg2Hrimfaxi: when you clikc on /dev/sdb1 in the disk utility window, right side of the window under Volumes - do you see "Mounted at" /media/xxxxx03:25
catladyI am having trouble with 10.10 using update manager....gives errors, can anyone help?03:26
Hrimfaxinope mdg203:26
boxbeatsyhi, does anyone know how i can map an external IP to a local address?03:26
goltoofusb startup disk, assuming i have it mounted, how to create a bootable image out of it ??03:26
goltoofwith cli03:26
mdg2Hrimfaxi: lets clarify - you have /dev/sda1 and a /dev/sdb1 ?03:26
goltoof!anyone03:26
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?03:26
jkr801can anyone help with a update failure that wont boot after?03:26
Hrimfaximdg2, I also tried to mount it from terminal, it gave me an error saying: "wrong fs type, bad option, bad superblock on /dev/sdb1..missing codepage or helper program..."03:27
ZykoticK9boxbeatsy, that's doesn't make sense - an IP address can only exist on it's own network - you can't move them around really.  what do you mean by map?03:27
Hrimfaximdg2, yes03:27
n0a1iasanyone here installed the ATI driver latley with any success?03:28
goltoofboxbeatsy,   do you mean ftp?03:28
sosaitedHow can I convert one page in a pdf to image?03:28
mdg2Hrimfaxi: now on the left side of the system utility window, tell me the  "Storage Devices" listed.... Local Storage, PATA Host Adapter, CD/DVD Drive....etc03:28
boxbeatsyZykoticK9: well, i want to simulate my production server on a local computer on the same network without changing any configurations.  so when i'm running my local server, and try to hit my master server at the xternal IP i want it to hit the one i set up on the local network03:28
tphiveWith a package like this: http://packages.ubuntu.com/maverick/oem-config       How do I go about downloading it and actually using it? Thanks.03:28
catladyI am having trouble with 10.10....update manager fails to load ubuntu maverick repos any ideas?03:29
ZykoticK9boxbeatsy, add an entry into the hosts file on the testing machine - i think that might work03:29
jkr801seems like everyone is having problems updating to 10.10..03:29
smwtphive, you install it like any other package03:29
goltoofjkr801, don't update, clean reinstall is the way to go03:29
ZykoticK9goltoof, +103:29
haakon_does 10.10  hate pci graphic or just my card?  nvidia geforce 6200 512ram pci (not pci-e) was working ok in 8.04 but 10.10 was sending me a kernel panic every time i tried to use the card03:30
n0a1iasanyone here installed the ATI driver lately with any success?03:30
smwtphive, you then install package, update the system, whatever.03:30
jkr801Ya a little late for me i guess03:30
goltoofjkr801,    unless you like solving unecessary problems03:30
jkr801try to recover with live cd but sda1 wont even mount03:30
boxbeatsyZykoticK9: that didnt work :\03:30
catladyi updated from 10.04 to 10.10 had no problems until tonight (3 weeks later)...03:30
smwtphive, when you are done, you run the oem command (I do not know it off the top of my head) and when it boots again, it will make a new account.03:30
Hrimfaximdg2, Local Storage --> SATA Host Adapter --> 160GB HDD --> DVD Drive ... then Peripheral Devices --> Generic Multicard03:30
tphivesmw: How is that though? I'm pretty new to ubuntu. Would it be found in the built in app downloader?03:30
ZykoticK9boxbeatsy, sorry don't know then.  good luck.03:30
n0a1iashaakon_, ive had no success with an ATI card either03:30
smwtphive, do you know what it is for?03:30
goltoofcatlady,   are they... unecessary problems?   :)03:30
haakon_its nvidia though03:31
mdg2Hrimfaxi: sounds like it might be "Generic Multicard"03:31
cleptoi installed the ubuntu 10.10 netbook remix to my netbook and im not to thrilled with it how do i upgrade it to a full desktop version without havingto do a complete reinstall?03:31
tphivesmw: Yeah, basically preparing the computer for an end user.03:31
Draqulclepto: Do a complete reinstall. =D03:31
smwtphive, are you the end user?03:31
Hrimfaximdg2, yeah, it sees the SD card without a doubt..it just refuses to mount it03:31
ZykoticK9clepto, "sudo apt-get install ubuntu-desktop"03:31
mdg2Hrimfaxi: click once on "generic multicard" then on the right side of the disk utility window, look under "Volumes" and tell me what you see03:31
tphivesmw: No, the computer's being sold.03:31
catladygoltoof: after an regular update now repos for maverick won't load03:31
n0a1iasanyone wana help with an ATI driver install, its not going too well03:31
tphivesmw: That's why.03:31
cleptozykotick9: thank you03:31
smwtphive, ok03:31
catladyinternet connection and mirror fine....03:32
smwtphive, just checking ;-).03:32
sosaitedHow can I convert one page in a pdf file to image?03:32
Hrimfaximdg2, SD CARD 1GB03:32
mdg2Hrimfaxi: this is like a netbook?  You may not be seeing the whole window03:32
tphivesmw: Do you know your way around setting up ubuntu as OEM?03:32
goltoofn0a1ias,    get an nVidia card.... poof, done03:32
smwtphive, anyways, you can use the package manager03:32
smwtphive, yes03:32
Hrimfaxinah mdg2, its a full notebook03:32
goltoofcatlady, check your sources?03:32
smwtphive, I have done it before.03:32
n0a1iashah, but seriously, anyone get it to work?03:32
ZykoticK9sosaited, i imagine that imagemagick could do it - but not sure.03:32
jkr801processing was halted because there were too many errors03:33
jkr801thats never good03:33
cleptozykotick9: and that will stop it from using that unity interface?03:33
n0a1ias10.10 is not great...03:33
mdg2Hrimfaxi: okay, in the section just below "Volumes" is "Mount/Unmount"03:33
ZykoticK9clepto, from GDM you can choose which to use ;)03:33
tphivesmw: Mkay, and good good, I was trying to find answers to my questions yesterday, and hardly anyone had any idea. X_X03:33
Hrimfaximdg2, I tried that but fails to mount03:33
ZykoticK9clepto, i have both on my netbook03:33
smwtphive, the ubuntu package manager can do it. I do not know the ubuntu gui well. however, sudo apt-get install oem-config in the terminal will install it03:33
goltoofn0a1ias,   what v card?03:33
mdg2Hrimfaxi: directly to the right of that, and slight up shows the Mount Point:  Mounted at /media for example03:33
haakon_does 10.10  hate pci graphic or just my card?  nvidia geforce 6200 512ram pci (not pci-e) was working ok in 8.04 but 10.10 was sending me a kernel panic every time i tried to use the card03:34
goltooftphive, what question?03:34
Hrimfaximdg2, mount point says it is currently not mounted..03:34
catladygoltoof: W:Failed to fetch http://ppa.launchpad.net/dists/http/ppa/ubuntu/maverick/binary-i386/Packages.gz03:34
cleptozykotick9: its ok it just doesnt update my files and stuff in the file and fold browser and i still havnt figured out how to open nautilus without having to use the command line... its driving me batty :D03:34
mdg2Hrimfaxi: not "Device" /dev/sdb1 , but the actual mount --- okay,not mounted means you don't have permission to use card reader03:34
Hrimfaximdg2, how would I go about setting permission?03:35
mdg2Hrimfaxi: check Users/Groups permissions03:35
ZykoticK9clepto, adding nautilus to my ?launch bar made things a lot more tolerable ;)03:35
smwtphive, did you get my last message?03:35
tphivesmw: With the apt-get command, I know what it's for obviously and how to use it, but people seem to just know the exact name of the files immediately, the title of the package, like on the URL previous, is that ALWAYS what you'd type? (And no this wasn't the question yesteday)03:35
lightsab8rZykoticK9: nothing in home folder neither hidden + .theme folder is empty03:35
lightsab8ri just downloaded a bunch of themes via terminal but where do i find them?03:35
mdg2Hrimfaxi: Administration > Users and Groups03:35
mdg2Hrimfaxi: find your name and click on it, then Manage Groups03:36
ZykoticK9lightsab8r, sorry man i don't know where YOU downloaded the stuff too.  I can't read minds - i don't even know what themes you're talking about, or how you downloaded them from cli.  can you give some more details?03:36
smwtphive, I got it from the url. http://packages.ubuntu.com/maverick/oem-config == sudo apt-get install oem-config03:36
sosaitedZykoticK9: LMAO. This is a new one. When I search for "Image" in Synaptic, it closes right away.....03:36
Hrimfaximdg2, alright, I'm at the "Manage Groups" window03:37
mdg2Hrimfaxi: sorry Advanced Settings...03:37
Hrimfaxilol, alright, I'm there03:37
mdg2Hrimfaxi: you will probably have to give your password03:37
smwtphive, the url had the package name in it.03:37
ZykoticK9sosaited, try ubuntu software center03:37
mdg2Hrimfaxi: click the "advanced Settings" button03:37
goltooflightsab8r,   they don't appear in your theme manager?03:37
cleptoZykotick9: ok well thank im gonna shut it down for the night.03:37
Hrimfaximdg2, I'm at the Advanced Settings window.03:37
GoldenApehi all, I wrote a simple bash script for compiling latex "tex" files and showing them as pdf, my questions is how do I make the script I wrote working from any place in the terminal or better, if someone know an editor or something like that, which can runing script, so when I'm writing latex I could see my result much faster?03:37
n0a1iasgoltoof, ATI hd 583003:38
lightsab8rgoltoof: not at all03:38
goltooflightsab8r,  /.themes?03:38
haakon_does 10.10  hate pci graphic or just my card?  nvidia geforce 6200 512ram pci (not pci-e) was working ok in 8.04 but 10.10 was sending me a kernel panic every time i tried to use the card. kernel not syncing. init tainted g. with some jibberish that looked like it was saying that there were some blocks of video ram that were bad03:38
lightsab8rgoltoof: nope03:38
tphivesmw: in that case sure, but is that a standard? Do all linux devs post their packages like that, so what you type in terminal is obvious?03:38
lightsab8rgoltoof: http://www.unixmen.com/linux-distributions/4-ubuntu/265-great-themes-for-ubuntu-904-jaunty-jackalope03:38
mdg2Hrimfaxi: Under "user Privilges" have a look see03:38
sosaitedZykoticK9: It stops responding03:38
lightsab8rZykoticK9: http://www.unixmen.com/linux-distributions/4-ubuntu/265-great-themes-for-ubuntu-904-jaunty-jackalope03:38
goltooflightsab8r,   what format did they download as?03:39
ZykoticK9GoldenApe, one way would be to create a ~/bin folder and add it to your $PATH (it might already be there) - that would work for your login03:39
tphivesmw: The questions yesterday were based around installing the OS as OEM from the start. I am ultimately trying to get UNE 10.04 installed on an Aser Aspire One AOA-110. But I've tried the UNE disk, Desktop, AND the alternate install, none of them had the oem option when installing. I was completely at a loss, and the only thing that could remotely get what I want accomplished was someone posting03:39
tphivethe link I first did.03:39
smwtphive, do you understand the concept of the ubuntu repositories?03:39
Hrimfaximdg2, alright, I've clicked there03:39
mdg2Hrimfaxi: not sure which one would pertain to an internal SD reader - if it is considered an external storage device or not.03:39
sosaitedZykoticK9: Ok. This isn't just limited to "Image" Typing anything in Synaptic closes it. This is the first time ever that this is happening03:39
tphivesmw not perfectly, I just understand that a repository is basically a database that has an index of packages that can be downloaded and installed.03:40
smwtphive, I believe if you press F4 before installing booting the install disk, it should give the option03:40
smwtphive, wrong03:40
Hrimfaximdg2, everything that is supposed to be checked is checked..03:40
mdg2Hrimfaxi: Most everything in my setup is checked03:40
smwtphive, it is not just a database. It is all maintained and controlled by the ubuntu team03:40
haakon_does 10.10  hate pci graphic or just my card?  nvidia geforce 6200 512ram pci (not pci-e) was working ok in 8.04 but 10.10 was sending me a kernel panic every time i tried to use the card. kernel not syncing. init tainted g. with some jibberish that looked like it was saying that there were some blocks of video ram that were bad. so i gave up on that card for the time being. no live cd past 8.04 would run with that video card03:41
ZykoticK9sosaited, i have no idea man - doesn't sound good though...  good luck man.03:41
mdg2Hrimfaxi: click okay03:41
Hrimfaximdg2, alright03:41
Hrimfaxiclicked okay03:41
smwtphive, everything there was uploaded by a trusted person and is patched and maintained by a trusted person03:41
lightsab8rsorry guys im back03:41
mdg2Hrimfaxi: while you are here, check the "Group settings"03:41
n0a1iascan i get some help installing an ATI hd 5830 vid card driver?03:42
lightsab8rany thoughts on http://www.unixmen.com/linux-distributions/4-ubuntu/265-great-themes-for-ubuntu-904-jaunty-jackalope03:42
smwtphive, anyways03:42
smwtphive, give me a sec03:42
Hrimfaximdg2, would that be under Manage Groups?03:42
haakon_any ideas on my above post?03:42
mdg2Hrimfaxi: yes03:42
smwtphive, https://help.ubuntu.com/community/BootOptions#Changing the CD's Default Boot Options03:42
Hrimfaximdg2, I see nothing out of the ordinary..is there anything specific that should be in there?03:43
ZykoticK9lightsab8r, check in System / Preference / Appearance03:43
tphivesmw as far as OS installation, I thought the same thing, but upon boot, I was greeted with a remarkably simplified list, there were no function keys listed on the bottom, and I pressed every single Fkey and nothing. :\ The only buttons that would have anything to do with what I want was Install, Advanced Options (which was empty), and I could press tab which brought up a string on the bottom03:43
tphivethat I could type in. (Someone said that has something to do with the kernel)03:43
mdg2Hrimfaxi: maybe "fuse" and plugdev" - make sure you are in those groups03:43
Hrimfaximdg2, I am03:43
DescriptionedHello... i want to delete the old ubuntu versions that appear on boot screen that let me choose between OS's linux and windows where do i find the old kernels?03:43
mdg2Hrimfaxi: i.e. under properties03:44
Hrimfaxiall of those are in there..03:44
lightsab8rZykoticK9: nothing, just stock.03:44
n0a1iasi used Hardware Drivers, and i still can't get the ATI driver to work03:44
GoldenApeZykoticK9 --> how do I create a ~/bin folder and add it to my $PATH, what is this $PATH (path of my root or the folder weres I keep my latex files?) ?03:44
smwtphive, which disk were you installing with?03:44
mdg2Hrimfaxi: see any groups that look related to an SD reader?03:44
=== kaie_ is now known as krstnsn
ZykoticK9Descriptioned, use whatever package manager you like to remove old versions of linux-image -- it's a good idea to always keep two - current and a known good.03:45
=== krstnsn is now known as kaie_
goltoofseriously... it'd make my night is somebody can disable the "hibernate on critically low power" feature (ubuntu thinks it's critically low every time i unplug) wtf03:45
tphivesmw And I knew that specifically the Ubuntu repository was a perfectly safe one, but didn't notice the specific mention of 'ubuntu' in your question :P03:45
smwlol03:45
Hrimfaximdg2, no not really03:45
smwtphive, truthfully, I think installing the oem-config package should do the same thing.03:45
Genieliun0a1ias: system->administration->additional Drivers03:45
n0a1iasany help with an ATI driver03:45
DescriptionedZykoticK9: im new ubuntu i dont use them often to, where do i go and what i type to search...  "linux-image" ?03:45
haakon_does 10.10  hate pci graphic or just my card?  nvidia geforce 6200 512ram pci (not pci-e) was working ok in 8.04 but 10.10 was sending me a kernel panic every time i tried to use the card. kernel not syncing. init tainted g. with some jibberish that looked like it was saying that there were some blocks of video ram that were bad. so i gave up on that card for the time being. no live cd past 8.04 would run with that video card03:46
goltooflightsab8r,   find them yet?03:46
tphivesmw I have tried with the UNE 10.04 x86, the Desktop version of it, and the alt version. I have since downloaded the full DVD of it as well, but have not tried it yet.03:46
haakon_any ideas on my above post?03:46
mdg2Hrimfaxi: its odd you can see the reader and the media in it....03:46
smwtphive, what is UNE?03:46
n0a1iasGenieliu, i did that, an i get an error, one sec and ill imgur it for you03:46
tphivesmw Ubuntu Netbook Edition03:46
ZykoticK9GoldenApe, in a terminal type "echo $PATH" does it show your /home/USERNAME/bin in there?  if you you just need to make a directory in your home folder called "bin" and put scripts in there - if they are executable, then anywhere you are in the filesystem they will be executed.03:46
smwtphive, ah03:46
Hrimfaximdg2, yes very odd, it just refuses to mount03:46
sosaitedDoes anyone know what to do when Synaptoc closes when typed something in the search bar?03:46
blueiceI need some help guys, im having a login problem03:46
lightsab8rgoltoof: inside customize->window border03:46
mdg2Hrimfaxi: you have another card you can try in the reader?03:47
smwtphive,  that must be the problem03:47
blueicewhen i put the password to login it kicks me back to the login screen03:47
lightsab8rgoltoof: i thought they would show up as actual themes03:47
ZykoticK9Descriptioned, open Applications / Ubuntu Software Center and search for "linux-image" they will return with linux-image-VERSIONNUMBERS and remove the old ones.03:47
blueicebut i can login to the safe mode desktop03:47
intraderZykoticK9, thanks - in GnomeBaker burn image has worked. Thanks. How do I make a usb stick with an image?03:47
smwtphive, did you try installing oem-config?03:47
mdg2Hrimfaxi: just try unplugging and pluggin in the card and watch the disk utility window and see what happens03:47
ZykoticK9intrader, System / Admin / Startup Disc Creator is one way03:47
tphivesmw Not yet, booted it though, one moment03:48
smwtphive, what is your linux experience?03:48
Descriptionedi find them on synaptic to thanks alot  ZykoticK903:48
smwtphive, do you know your way around the command line?03:48
ZykoticK9Descriptioned, glad to help03:48
goltooflightsab8r,   i'd ask if you followed the steps but if you got them, you got them :)03:48
n0a1iashttp://imgur.com/ZEtZ0 Genieliu03:48
intraderZykoticK9, I see it thanks03:48
ZykoticK9intrader, :) glad to help03:48
Hrimfaximdg2, I'm going to try another card and see what that does03:48
mdg2Hrimfaxi: I know there are settings for SD cards, like from cameras and MP3 players - what's that utility called...03:48
Genieliun0a1ias: then maybe you should go to the official website to download the ati driver yourself and install it03:49
lightsab8rgoltoof: yeah thx03:49
haakon_does 10.10  hate pci graphic or just my card?  nvidia geforce 6200 512ram pci (not pci-e) was working ok in 8.04 but 10.10 was sending me a kernel panic every time i tried to use the card. kernel not syncing. init tainted g. with some jibberish that looked like it was saying that there were some blocks of video ram that were bad. so i gave up on that card for the time being. no live cd past 8.04 would run with that video card03:49
haakon_any ideas on my above post?03:50
blueiceanyone03:50
n0a1iasGenieliu, i have done that on the past, and when i try and run CCC i get the same error03:50
tphivetphive mildly, so far I've basically just used linux for rescuing machines or for partition management, all through gui though. I've since followed some guides for tweaking certain acpects via the terminal though, but have a fairly empirical knowledge of it.03:50
nimbioticsFollowing the instructions found at (http://tinyurl.com/3a3r2vl), I added the last four lines to my 'default.pa' (http://pastebin.com/4k5aFrnd) in order to permanently merge a sink and a source, but its not working. I got the source and sink names with 'pacmd info' (http://pastebin.com/s8EdwEsr) Please help me figure this out, TIA!03:50
Hrimfaximdg2, it does the same thing with the new card..when I type in dmesg | tail, it show that it can't find an ext4 file system..do you have any ideas?03:51
goltoofhaakon_,   use the old drivers that you used with 8.04 distro,  my guess03:51
smwtphive, ok, cool03:51
smwtphive, tell me when you installed oem-config03:51
mdg2Hrimfaxi: you are using 10.10 and it can't find ext 4?03:51
Hrimfaximdg2, yes, it's looking for an ext4 fs on the SD card..03:51
ZykoticK9blueice, it's actually probably not a login problem per-say, sounds like it accepts your password - but while trying to load X/your profile - something critical fails and logs you out - and thus right back to where you started.  sorry man i don't really have any suggestions, it could be a lot of things.03:51
haakon_it was the same driver (i think)03:51
blueicecan anyone help me with a login problem03:51
Hrimfaxithats what it shows when the mount fails03:52
mdg2Hrimfaxi: do you what what format the card is?  fat perhaps?03:52
Hrimfaximdg2, yes its FAT03:52
goltoofhaakon_,   i doubt it03:52
blueiceZykoticK9: ok, well where should I start then?03:52
n0a1iasany help with my video cad problem?03:53
ZykoticK9blueice, i wish i had some suggestions, i don't...03:53
blueiceZykoticK9: kind of doesnt make sense to me cause I can still log in via the safe mode03:53
mdg2Hrimfaxi: even though it will not mount via disk utility, does it show the card as FAT or unknown type?03:53
Hrimfaximdg2, it shows it as FAT03:53
blueiceanyone else have some ideas?03:53
haakon_theoretically the lastest driver from nvidia should rub the card and so should the nouvea(sp?) driver in the live cd but no dice03:53
goltoofn0a1ias,    switch to nVidia card... best advice you'll receive all day  ;)03:54
mdg2Hrimfaxi: do you see the "Check Filesystem" option on the lower right middle side of the disk utility window?  What happens when you click that?03:54
n0a1iasgoltoof, i cant, i boutght an AIT one03:54
Hrimfaximdg2, pops open a window saying file system is not clean03:54
goltoofn0a1ias,   no receipt?03:54
mdg2Hrimfaxi: ooooo03:54
GoldenApeZykoticK9 --> thanks work like charm :P03:54
blueicethe only error i get in the xorg log is when it tries to open a path to /dev/fb003:55
mdg2Hrimfaxi: you have stuff from that card to save?03:55
ZykoticK9GoldenApe, excellent :)03:55
haakon_in 8.04 it wqas being a little glitchy in open gl or any thing that would really task the card even though it was never at it limit03:55
n0a1iasi want the one that i have goltoof03:55
ohspiteDescriptioned: be sure to run update-grub after getting rid of the kernels03:55
smwtphive, are you still there?03:55
goltoofn0a1ias,    it's just flat out truth that nVidia has enormous support for linux... ATI, not so much03:55
haakon_give the ati card back to the store?03:55
tphivesmw: sorry gonna taking little longer than expected, resolving network issue quick03:55
Hrimfaximdg2, yes, but I don't have a computer to move it off to atm03:56
smwtphive, ah, fun ;-)03:56
Descriptionedohspite: i deleted them what i do now?03:56
ZykoticK9Descriptioned, ohspite's suggestion is important03:56
DescriptionedZykoticK9: thanks god i dident restart my pc... how i do that?03:56
mdg2Hrimfaxi: out of curiosity, because I've not experienced this, do you get an option for the error, such as fix filesystem?03:56
n0a1iasi got my old build to work fine in ubuntu, but it was 10.4, would that matter03:56
ohspiteDescriptioned: sudo update-grub in the terminal03:56
intraderAnyone, I have a laptop with Windowx NT and Wubi. I made the mistake of defragmenting the Windows, and then I chose the Compression option in the properties window. Now when I boot, I get message 'NTLDR is compressed' - and it requests CTLALTDEL to reboot; so I am in a loop. I have no way to recover?03:56
shane4ubuntuI have /home on a separate partition, if I re-install do I loose my pgp key that I generated for my cpu?03:56
Hrimfaximdg2, nope, just a window telling me that it's unclean03:57
ZykoticK9Descriptioned, you'd just still see the old kernels - ohspite just gave the command ;)03:57
goltoofhaakon_,   unles you like fixing random stuff  for no good reason03:57
Genieliun0a1ias: I think the ubuntu10.04 should work better03:57
sosaitedWhenever I type more than one letter in Synaptic, it closes. I tried purging and installing xapian index, updating it, reinstalling synaptic. But nothing worked. Any suggestions?03:57
Descriptionedohspite: done now i can restart with no fear ? :P03:57
AbhiJitsilly proxybot03:57
ohspiteDescriptioned: lol you should be good03:57
EvilPhoenixanyone familiar with the port number that is used by oidentd to respond to ident requests?03:57
n0a1iaswhy?03:57
n0a1iasGenieliu, why?03:58
Hrimfaximdg2, actually, you know what, I think it has something to deal with the drivers03:58
tphivesmw: Lol indeed03:58
mdg2Hrimfaxi: not sure what to suggest next, other than try another computer03:58
n0a1iasshould i re install that, then do an apt-get upgrade after i get the drivers?03:58
Descriptionedohspite: one more question i have winxp and ubuntu, i want install windows 7 to.. i need to reinstall grub? last time i got <censored> my brain.. :S03:58
GenieliuI have run the ATI Driver in ubuntu10.04 and it works fine03:58
goltoofis there a sort of anonymous torrent plugin for transmission?03:58
Genieliun0a1ias: I have run the ATI Driver in ubuntu10.04 and it works fine03:59
goltoofisn't torrent already anonymous?  lol03:59
Genieliun0a1ias: What type of your Driver03:59
mdg2Hrimfaxi: have you googled for the SD reader in linux - anyone else report problems?03:59
blakkheimgoltoof: no03:59
n0a1iasGenieliu, hd 583003:59
Hrimfaximdg2, I tried a usb multicard reader, it read the SD card and mounted it right off the bat03:59
Hrimfaxiso basically the built in one isn't working correctly..04:00
goltoofblakkheim,    what no?   no plugin, or the second question04:00
ohspiteDescriptioned: oh goodness.  it all depends on what hard drive the bios goes to first, and where grub is installed and all that.  I'd definitely look for a tutorial or something04:00
smwgoltoof, does ip address only count as anonymous?04:00
mdg2Hrimfaxi: ooo that's a bummer04:00
blakkheimgoltoof: 2nd question04:00
Hrimfaxiouch xD04:00
smwgoltoof, both04:00
kdubhey all, does anyone have an intel GMA 4500MHD graphics card?04:00
Hrimfaxiah oh well04:00
ohspitesmw: that's hilarious04:00
Hrimfaxithanks for the help mdg204:00
=== `mOOse` is now known as m00se
goltoofblakkheim smw, so no protocol can make torrent traffic anonymous?04:00
n0a1iaskdub, 10.10 sucks with vid card drivers04:00
Genieliun0a1ias: mine is 4670...04:01
mdg2Hrimfaxi: try booting a live cd/USB and seeing what happens with the card reader - see what modules it loads perhaps04:01
smwgoltoof, no04:01
blueicewhere do i find the xsession-errors file?04:01
pythaggoltoof there is always tor04:01
goltoofsmw, onion?04:01
n0a1iaskdub, ive benn here all day, and see others come and give up04:01
Genieliun0a1ias: maybe you should google it for some advice04:01
blakkheimgoltoof: you can use a vpn04:01
n0a1iasthanks Genieliu04:01
ohspitegoltoof: or a proxy (btguard, etc)04:01
goltoofright but it'd be nice if it were more streamlined04:01
smwgoltoof, ah, you can use ipredator04:01
kdubn0a1ias: i'm just looking for info on the card, specifically the maximum texture size. i can get anything to work if the hardware's there :)04:01
Gerwinn0a1ias: I have the 4650 running fine.04:01
Hrimfaximdg2, will do04:01
smwgoltoof, ipredator was made for this ;-)04:01
smwgoltoof, it was made by the people who run the pirate bay04:02
mdg2Hrimfaxi: kind of a pain to carry around an USB reader as extra, but at least its cheap04:02
smwgoltoof, https://www.ipredator.se/04:02
Gerwinn0a1ias: Basically, it doesn't matter what card you have, as long as the drivers support it, it should just run.04:02
goltoofsmw... :)  coo04:02
Hrimfaximdg2, yeah I know, but it's okay :)04:02
goltoofsmw, easy setup?04:02
paranoid_ndroidI have two laptops connected to a local network via wi-fi but the transfer speed between computers is very very low (1 Mbps)04:02
tphivesmw: mkay... it's using ext2, had some errors on boot that it tried fixing and network seems to be completely broken now. :\04:03
smwgoltoof, dead easy on ubuntu04:03
tphivesmw both wired and wifi lol04:03
goltoofsmw,  sweet!   gracias..04:03
smwtphive, why ext2?04:03
mdg2Hrimfaxi: hope you find an answer/driver sometime.04:03
mdg2Hrimfaxi: I gotta head out04:04
Hrimfaxialright mdg2, thanks for all the help04:04
mdg2Hrimfaxi: you are welcome!  :) Have a great evening o/04:05
tphivesmw because it's using an ungodly slow SSD card, and using the normal fs it constantly freezes while trying to access the ssd.04:05
Hrimfaxiyou too mdg2! :)04:05
smwtphive, ouch... I guess that is a good reason...04:05
n0a1iasGenieliu, do you have 64bit?04:05
sosaitedWhenever I type more than one letter in Synaptic, it closes. I tried purging and installing xapian index, updating it, reinstalling synaptic. But nothing worked. And Update Manager is gone from menu as well Any suggestions?04:05
=== Jyggaa is now known as Jygga
nimbioticsFollowing the instructions found at (http://tinyurl.com/3a3r2vl), I added the last four lines to my 'default.pa' (http://pastebin.com/4k5aFrnd) in order to permanently merge a sink and a source, but its not working. I got the source and sink names with 'pacmd info' (http://pastebin.com/s8EdwEsr) Please help me figure this out, TIA!04:06
tphivesmw now rethinking another fs though, can't have issues like this after it's sent out. >.< ANd yeah, it's crazy. Any idea if another fs would be more stable and still access the drive less? ext3 maybe? no idea here.04:06
n0a1iasguys, im stuck, im in over my head.  can someone rremot into my computer and help me please?04:06
kdubagain, if anyone has an intel gma4500 processor, could you please run "glxinfo | grep MAX_TEXTURE_SIZE" please? :)04:07
tphivesmw since it's a netbook, obviously standby is an important function.04:07
smwtphive, standby will work as long as you have enough swap04:07
smwtphive, I suggest twice the ram for swap space04:07
sosaitedI got update manager back.. but still the same problem with synaptic04:08
n0a1iasguys, im stuck, im in over my head.  can someone rremot into my computer and help me please?04:08
smwtphive, ext3 has journaling. that causes more writes...04:08
smwtphive, I believe there is a way to specify that it should not record last access times (that may be default)04:08
n0a1iasplease?04:08
smwtphive, I have not done in depth research there04:08
smwn0a1ias, ask a question, and people can help you04:09
jenkinbrsmw, I believe it's the noatime in fstab flags04:09
sosaitedRunning synaptic with sudo in terminal gives segmentation fault when it closes04:09
smwjenkinbr, is that default?04:09
kdubn0a1ias: asking strangers on the internet to log into your computer sounds like a bad idea04:09
jenkinbrsmw, I don't think so04:09
n0a1iassmw my question is how to install the ATI HD 5830 CCC Driver on 64bit ubuntu 10.1004:10
jenkinbrsmw, probably not, seeing as none of my drives use it04:10
Descriptionedhow do i change login screen? :S04:10
smwtphive, in that case, I would definitely add noatime to fstab like Jenkinbr said04:10
gaelfxdoes NX work pretty well in Ubuntu?04:10
n0a1iasand kdub, i know, i just don't care anymore, i need to see whats on the moniter, then i can fix the rest04:10
smwn0a1ias, did you try the driver manager?04:11
n0a1iassmw yes and i get this error04:12
n0a1iashttp://imgur.com/ZEtZ0 smw04:12
ohspiteDescriptioned: you should get ubuntu-tweak.  it will make the whole uninstall-kernels-after-an-update ordeal faster too04:12
Descriptionedohspite: how i get that?04:12
paranoid_ndroidI have two laptops connected to a local network via wi-fi but the transfer speed between computers is very very low (1 Mbps). Could someone help me troubleshoot this?04:13
smwn0a1ias, stupid question, did you try restarting X?04:13
smwn0a1ias, (restarting your computer counts)04:13
ohspiteDescriptioned: sudo apt-get install ubuntu-tweak04:13
n0a1iassmw. yes, but if you want i will try again,04:13
n0a1iashow would i do that with out restarting my computer? smw04:14
smwtphive, send me a PM. I would like to stay in contact with you. I am very interested in what you come up with for filesystem :-)04:14
smwn0a1ias, if you have to ask, just restart :-P04:14
=== jeff_ is now known as Guest92075
DescriptionedE: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)04:14
DescriptionedE: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?04:14
ohspiteDescriptioned: it shows up under system tools, and the gdm settings are under startup/login settings04:14
n0a1iassmw, ok but yes i restarted smw04:14
semisided1ubuntu-tweak is not in my repositories04:15
nibblerofdoomzhi guys!04:15
ohspiteDescriptioned: do you have software center or synaptic open?04:15
Descriptionedohspite: im downloading updates.?04:15
Descriptionedyes :)04:15
smwn0a1ias, ok, did you try aticonfig?04:15
tarkaramI just installed ubuntu. The computer is connected to my TV and screen size is  a lil stretched (about 10 to 15 pixels are not in the view on all sides). Was wondering is someone can help me fix this04:15
n0a1iasyes smw04:15
tphivesmw: sorry for the silence, got stuck in a conversation in Real Life TM. :P04:15
nibblerofdoomzhi what version tark04:15
banksyRunning 10.10 and want to start hellanzb daemon at startup, should i learn about upstart or init.d or rc.local?04:15
n0a1iasbut i dont know if i did it right smw04:15
Descriptionedohspite: when updates done i will get it thanks a million...04:16
andy__uter with winxp. I installed ubuntu, but grub isn't loading at bootup. I press ESC to get to grub, but in the list of OS's only ubutu appears, nos XP. FIY, they are both on separate disks. please help.04:16
tphivesmw And yes, the nofstab is one of the tweaks that applied04:16
tphivesmw: and plan to apply again04:16
n0a1iasi just type in aticinfog in terminal?04:16
nibblerofdoomztark what version of ubuntu are you running04:16
n0a1iasand then its done? smw04:16
smwn0a1ias, I do not know much about ATI04:16
smwn0a1ias, sorry04:16
tarkaramnibblerofdoomz: 10.1004:16
smwn0a1ias, I am much better with nvidia :-\04:16
nibblerofdoomzdesktop?04:16
tarkaramyeah04:16
haakon_if they are on separate disk you hacve to tell grub where to look fo xp04:16
Descriptionedohspite: i am using compiz fusion, emerald something... i want to change my login screen how i do that? :P04:17
n0a1iasok, can you recomend anything at all?04:17
nibblerofdoomzdoes your problem show if you take a screenshot, tark?04:17
tarkaramwill try that.04:17
gaelfxis NX in any of the repos?04:18
n0a1iassmw, can you reccomend anything at all?04:18
tarkaramnibblerofdoomz: it looks good in the screenshot04:18
ohspiteDescriptioned: semisided1 is right--it might only show up in apt for me because I added the repository.  just google ubuntu-tweak repository and it will tell you how to add it04:18
smwn0a1ias, not really :-\04:18
n0a1iasok04:18
n0a1iasis action parsnip here?04:18
ohspiteDescriptioned: yeah, ubuntu-tweak should take care of what you want04:18
smwn0a1ias, I could ask if you really need it. But that is about it :-P04:18
nibblerofdoomzokay if it doesn't show in the screenshot than it is likely a monitor problem04:18
semisided1will do04:18
nibblerofdoomzhave you adjusted the monitor?04:19
tarkaramits actually my 42 inch plasma screen..04:19
n0a1iasok, and yes i need it04:19
DescriptionedE: Couldn't find package ubuntu-tweak04:19
tarkaramnot sure, how I go about adjusting the TV..04:19
=== funnylookinhat_ is now known as funnylookinhat
nibblerofdoomzokay tark, your next task is to google "monitor adjustment tool ubuntu tv plasma"04:20
n0a1iasim just going to have to install ubuntu 10.4, then CCC, then upgread, hows that sound04:20
nibblerofdoomzsee if you can find a tool to adjust in software04:20
mozicodoI moved a drive from Fedora to Ubuntu and now the files are flagged with SELinux flags.  This is showing up as a bit when I do 'ls -al'  Also, in Nautilus, if I try to change permissions, it doesn't work.  Any ideas how to strip the SELinux stuff?04:20
n0a1iasanyone know where i can get a 10.4 install iso?04:20
nibblerofdoomzif not you may need the tv manual04:20
jenkinbrn0a1ias, http://ubuntu.com/04:21
nibblerofdoomzi gather win 7 etc displays perfectly?04:21
n0a1iasdownloading04:21
haakon_n0alias ubuntu.com alternate downloads04:21
tarkaramnibblerofdoomz: have vista and that shows okie.04:21
nibblerofdoomzIt could also be your choice of resolution. please compare your refresh rate and resolution in windows to your resolution in ubuntu. take special care to check the refresh rate that is a factor in TV screen position on plasmas04:22
rohanguys any help on razer mice....  I have an razor salmosa...do we have any specialized driver for that?04:23
nibblerofdoomzor rather the systems default choice in resolution, obviously you didn't pick a shite option by default ;)04:23
tonysanNot really ubuntu related question...how do you categorize the terms like "RTFM", "STFW"?04:23
khusseinuse /nick knighthacker04:23
tarkaramnibblerofdoomz: thanks for your help. Will do some googling.04:24
nibblerofdoomzacronyms?04:24
tonysannibblerofdoomz: not exactly, like some "strong words"?04:24
nibblerofdoomzdefo check your refresh rate in linux vs windows as the refresh rate will alter the position on screen04:24
tonysanmuch more something that you'll say to stop incoming questions04:25
Jeatonhm04:25
tonysanThe most common term in our country is "If you don't like it, don't use it"04:26
starnwhat is wrestool and why does it randomally start up and almost freezes my system is it even neeeded?04:26
=== khussein is now known as knighthacker
=== knighthacker is now known as KnightHacker
nibblerofdoomzi have a q guys: if i install the package "ubuntu-netbook" on a standard ubuntu desktop will it reconfig it to behave like the netbook version? or will it need extra tweaking?04:27
nibblerofdoomzbc i have a version of ubuntu called DREAMOS for audio apps. but i want to add the netbook unity stuff to it because i'm using it on... a netbook04:29
KnightHacker*sleepy04:31
quiescensgo to sleep04:31
KnightHackerYup .. I am outa here :). night folks.04:31
I-are-can anyone help me find out why my external hard drive is mounting as read only in debian lenny04:32
starnwhat is wrestool and why does it randomally start up and almost freezes my system is it even neeeded???04:32
ukulelerosshow is the external formated?04:33
I-are-ukuleleross, fdisk -l lists it as HPFS/NTFS04:33
ukulelerossntfs isn't always linux friendly04:35
I-are-ukuleleross, I am aware, but I need to be able to carry files from home to school.  I know that I was using it earlier, for some reason it has become read only today...04:36
kostaHi All! Is there any way to use proprietary ATI Catalyst 9.3 drivers with Ubuntu 10.10?04:36
IszakSo when will wubi get updated to support 10.10?04:37
Descriptioned(ubuntu-tweak:1839): Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks",     i cant see the ubuntu-tweak on System i need open terminal and "ubuntu-tweak" any help?04:38
victor__hello!04:39
duke__- -04:39
bluefox83ok, how do i get rid of the old keyring thing? i had a password stored and now whenever i try to access a webdav userspace it asks for a password repeatedly04:40
SorayaUbuntuif i run gksudo will it do the same as sudo ?04:40
SorayaUbuntuwhats the diferense ?04:40
ZykoticK9!gksudo04:40
ubottuIf you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why)04:40
gaelfxSorayaUbuntu: GUI or no GUI is the diff04:40
blakkheimSorayaUbuntu: gksudo is because ubuntu users "need" a gui for every little thing04:40
bluefox83SorayaUbuntu: no, gksu will open up a nautilus window with root priveledges, that's dangerous if you don't know what you are doing04:41
duke__哎呀......04:41
bluefox83it's kind of like running windows as admin04:41
gaelfx!zh | duke__04:41
ubottuduke__: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk04:41
duke__o04:42
newbihello there04:42
=== noisewaterphdmac is now known as noisewaterphd
semisided1i am having a lot of problems with the DejaVu font, specifially the letter t04:42
SorayaUbuntuok,if i want to unistall a aplication,can i run gksudo apt-get --purge (app)   ?04:42
IszakNo one knows when Wubi will support 10.10?04:42
bluefox83!keyring04:42
nibblerofdoomzwill installing ubuntu-netbook package on my desktop installation add all the netbook settings?04:43
duckwarsdoes anyone know the name of a program that lets me see all bandwidth being used on my computer, a command line program04:43
wisevoyagerHello, does anyone can help me to fix my problem. When I'm trying to run Update Manger, always got this error msg, W: Failed to fetch http://ppa.launchpad.net/neil-aldur/ppa/ubuntu/dists/maverick/main/source/Sources.gz  404  Not Found04:43
wisevoyagerW: Failed to fetch http://ppa.launchpad.net/neil-aldur/ppa/ubuntu/dists/maverick/main/binary-i386/Packages.gz  404  Not Found04:43
wisevoyagerW: Failed to fetch http://ppa.launchpad.net/user/ppa-wine/ubuntu/dists/maverick/main/source/Sources.gz  404  Not Found04:43
wisevoyagerW: Failed to fetch http://ppa.launchpad.net/user/ppa-wine/ubuntu/dists/maverick/main/binary-i386/Packages.gz  404  Not Found04:43
wisevoyagerE: Some index files failed to download, they have been ignored, or old ones used instead.04:43
FloodBot3wisevoyager: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.04:43
ohspiteIszak: wubi is on the 10.10 disc. just download the image and mount using daemon tools or something04:43
Iszakohspite, OH! nice.04:43
semisided1netstat?04:43
ohspiteIszak: yeah, it took me a while to find it too :)04:44
wisevoyagerFloodBot3, thank you.04:44
duckwarssemisided1: thanks, but that is not the one I used before, it opens up a real program, not just like quick output04:44
SorayaUbuntuwisevoyager, Please use pastebin :) here is the link=http://pastebin.com/04:44
IszakThanks ohspite.04:44
newbican anyone tell me why grub2 doesn't auto detectfreebsd partition04:44
newbii have ubuntu and freebsd in my hd04:45
SorayaUbuntuwisevoyager, or imagebin for screenshots04:45
newbibut grup can't probe freebsd parttion04:45
newbianyone can help04:46
quiescensduckwars: iftop is probably one of the simpler options for that sort of thing04:46
b0nnhrm I have an upgrade issue with my netbook, I no longer have the Desktop environment that I had in Lucid. Any tips for recovering it? (I do have a gnome de, and a 2d unity de that is slightly broken)04:46
duckwarsquiescens: thanks, i'm installing now04:46
SorayaUbuntui want to unistall aplications but i dont want left overs,any command for that ?04:46
ohspite!enter | newbi04:46
ubottunewbi: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!04:46
newbiok ohspite04:47
SorayaUbuntuwisevoyager, make sure u online04:47
nibblerofdoomzwill installing ubuntu-netbook package on my desktop installation add all the netbook settings?04:47
newbican you help me04:47
kostaIs there any way to use proprietary ATI Catalyst 9.3 drivers with Ubuntu 10.10?04:48
nibblerofdoomzalso if i make changes to the settings on a live usb stick, if i then install ubuntu to the actual hard disk will my custom settings on the stick be transfered???04:48
duckwarsi'm really looking for a command line program that will let me see all the connections to my server.  LIke right now I'm mv'ing some things onto an sshfs mount and I want to see how much bandwidth it is taking up on my LAN?04:48
blakkheimduckwars: vnstat04:48
semisided1i used to use sniffit04:50
semisided1for network snooping04:50
=== Pilif12p_ is now known as Pilif12p
nibblerofdoomzwill installing the ubuntu-netbook package on my desktop installation add all the netbook settings? anyone who wants to help?04:50
duckwarsblakkheim: this is not what I was looking for, but thank you.  It was more like a program that took up the whole screen... a la rtorrent04:51
b0nnnibblerofdoomz: what netbook settings are you talking about?04:51
goltoofit'd be nice to disable ubuntu hibernating with critically low battery04:51
tarkaramI was testing vncserver on ubuntu, I am not able to type the alphabet d using vncclient. It seems to be taking me to the desktop. I tried googling, I found hits for s and m but nothing for d. Is there a way to turn off that behavior04:52
goltoofand figuring out why it always thinks it's critically low04:52
semisided1i just tried to use sniffit on wlan0 and it is giving me a hard time04:52
ubuntu-helpmequestion about ubuntu and ubuntu 64 ....   i'm a user that uses wine for steam and there is flash on one of the sites that i have to have for work ... the laptop i'm on does have a 64 bit cpu and I have 4Gb of Ram in this laptop  would it be better to be a 32bit or 64bit04:52
NameLess-jswhat is the equivilant from Program Files in windows in ubuntu 10.10?04:52
Jasuukihey guys I am trying to set up a 10.04 server that utilises hard drive sharing on a LAN with windows/linux, I have since forgotten where to start :(04:53
shatlyubuntu-helpme: http://ubuntuforums.org/showthread.php?t=40306404:53
semisided1man samba04:53
rusivikosta: Easy way to check if prop ATI drivers are used is click System -> Additional Drivers. The package that provides ATI Catalyst is fglrx-amdcccle04:53
nibblerofdoomzbonn: i want to install unity, the applets that come on the desktop and all that jazz that comes with netbook edition. i essentially want to switch from desktop to netbook without a reinstall, because i need some other tweaks that the desktop version has done which ican't do, as well as non-standard packages it has added already04:53
shatly!samba | Jasuuki04:54
ubottuJasuuki: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/10.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT.04:54
ohspiteNameLess-js: unix file organization is completely different than windows.  you might want to look into http://www.pathname.com/fhs/pub/fhs-2.3.html04:54
newbiohspite: plz help me04:54
b0nnnibblerofdoomz: heh, I'm here because my nbr upgrade didn't go so well, ... but... unity is just another desktop environment, it's the same as having gnome, kde, or enlightenment installed04:54
ohspiteNameLess-js: the short, incomplete answer is /bin and /usr/bin04:54
Jasuukithanks guys :)04:54
NameLess-jsohspite: i just downoaded firefox 4b and extracted it04:54
shatlyubuntu-helpme: sorry wrong link, this is the one http://ubuntuforums.org/showthread.php?t=76542804:55
=== jenkinbr is now known as squishy
nibblerofdoomzreally, i am hoping when i install ubuntu-netbook that everything will just work04:55
nimbioticsHello all. Using ubuntu 10.10 I followed the instructions found at (http://tinyurl.com/3a3r2vl), I added the last four lines to my 'default.pa' (http://pastebin.com/4k5aFrnd) in order to permanently merge a sink and a source, but its not working. I got the source and sink names with 'pacmd info' (http://pastebin.com/s8EdwEsr) I beg your help to figure this out, TIA!04:55
ohspitenewbi: I actually don't know--i've never had to mess with it before.  just ask your question, and if anybody knows, they'll answer.  but wait a while before you ask it again04:56
=== felipellrocha is now known as feliperocha
nibblerofdoomzbonn: i already tried it once and ended up losing the taskbar on my usb flash disk that i am running it from atm for testing.04:56
rmozdenWow, I've been gone a week, forgot to close this and it's still up and running04:56
rusiviubuntu-helpme: As your using WINE and have only 4GB of RAM, your best bet is to stick to 32-bit version as more support for 32-bit WINE & 32-bit Ubuntu.04:57
nibblerofdoomzwill have to try reinstalling the desktop edition to usb disk - AGAIN. then adding the ubuntu-netbook package and praying lol04:57
b0nnnibblerofdoomz: as I say, I'm here because of problems with unity as it is04:58
test1234hello04:58
ubuntu-helpmerusivi: that is what i was thinking but didn't know for sure ...04:58
nibblerofdoomzunity rules. what's wrong with it bonn?04:58
b0nnit's broken on my netbook04:58
b0nnIt was working /fine/ on lucid, I upgraded 3 days ago, and it died04:59
ubuntu-helpmeright now under 32 bit i'm working great but i have a issue with the bluetooth connecter ... it keeps asking for the pin number every time it connects04:59
rusiviubuntu-helpme: As your CPU is 64-bit enabled (assuming it has virtualization extensions) if you wanted to test out 64-bit OS functionality you can virtualize it via VirtualBox05:00
nibblerofdoomzso what can/can't you see?05:00
ubuntu-helpmebut other then that 32pae is working fine05:00
nibblerofdoomzwhat are your symptoms of it being borked05:00
vinushow can i install windows without effecting ubuntu?05:00
b0nnhold up05:01
izinucsvinus: in virtualbox.. otherwise if you do a clean install on a different partition then you'll have to fix grub after05:01
yagoointeresting article posted yesterday about ubuntu- http://blogs.computerworld.com/17303/ubuntu_abandons_x_server_for_wayland?source=rss_blogs05:01
nibblerofdoomzhi vinus put ubuntu on a DVD and run it, be brave.05:01
nibblerofdoomzoh wait soz i misread05:01
izinucsyagoo: yep.. but that conversation is for #ubuntu-offtopic05:01
nibblerofdoomzyou'll need a book disk or a boot stick (usb) that you can use to reinstall grub05:02
semisided1i am so looking forward to not using XFree (eeek, dont hate me)05:02
Descriptionedhow i totally uninstal aMSN and i reinstall it its in strange language.... :@05:03
nibblerofdoomzalso i am not sure if Windows can non destructively resize a linux partition so you should probably create it in gparted05:03
ubuntu-helpmeanyone have a good link for how to trouble shoot my bluetooth issues?05:04
vinuswhen i install windows i had to reinstall ubuntu,i loose that choosing of os option on boot startup...05:04
KnightHackervinus: you just need to restore your MBR instead of reinstalling the whole OS.05:04
ohspite!bluetooth | ubuntu-helpme05:04
ubottuubuntu-helpme: For instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup05:04
izinucsvinus: windows likes to be first.. but no need for a reinstall..05:04
Descriptioned?05:04
vinushow to do that please tell me that too.05:05
KnightHackerWell, I don't know how you would restore it, if you have already removed it. There must be a way to just install Grub in the MBR and manually configure it tho.05:06
b0nnnibblerofdoomz: when I try to start a unity session I get the background image ( one I created), and that's it. I have to hard reboot to get to login and switch to Desktop05:06
vinushow to restore MBR.05:07
EvilPhoenixvinus:  for...?05:07
EvilPhoenixvinus:  ubuntu?05:07
douglashol05:07
douglasHOLA05:07
Descriptionedhow to change language on aMSN its strange language..05:07
izinucs!grub2 | vinus05:07
ubottuvinus: GRUB2 is the default Ubuntu boot manager since Ubuntu 9.10.  For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub205:07
douglasALGUIEN SABE COMO INSTALAR ADOBE 10 EN KUBUNTU 10.0405:08
maco!es | douglas05:08
ubottudouglas: 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.05:08
EvilPhoenix!es | douglas05:08
EvilPhoenixdarn it05:08
EvilPhoenixyou beat me to it maco05:08
semisided1vinus: http://www.linuxquestions.org/questions/linux-software-2/i-did-fdisk-mbr-how-to-install-grub-again-125158/05:08
test1234hey how do you see the open source files?05:08
Descriptionedhow to change language on aMSN its strange language..05:10
NameLess-jsunr killed my netbok05:10
Nisstyre65test1234: that depends on what program05:10
Descriptionedhow totally to uninstall aMSN from my pc and all logs compoments of it?05:10
Nisstyre65you can download most standard stuff from gnu.org05:10
Nisstyre65the source code that is05:10
=== karthick1987 is now known as karthick87
nibblerofdoomzb0nn: hmm. That's pretty much my problem05:10
test1234I really just wanted to look at the kernal to see how the code works05:11
nibblerofdoomzafter trying to fiddle with the desktop to get unity all i get is the background05:11
test1234and other programs on here like sauerbraten05:11
Nisstyre65test1234: do you know C?05:11
test1234not really I've looked at it tho05:11
Nisstyre65test1234: gnu.org has the source code for all of the standard utilities on your OS05:12
JayD3etest1234: u would need to be vry proficient with C to look at the source05:12
test1234oh you mean just to get to the point to be able to view it05:12
ohspitetest1234: and by very he means *very*05:12
Nisstyre65looking at the kernel source is a waste of time imo05:12
Nisstyre65it won't be comprehensible05:12
JayD3etest1234: agreed, unless your looking at it for a vry specific reason.  It's a waste05:13
b0nnnibblerofdoomz: it works great on lucid :)05:13
nibblerofdoomzthe kernel is full of definitions that you won't understand unless you look at the very first version released ages ago then look at the changes made in each version05:13
nibblerofdoomzeven then it will take you years05:14
JayD3eSo Im using my livecd as a repo for apt, and for some reason I can't even install gcc off of it.  It keeps saying it can't find the necessary files05:14
nibblerofdoomzi don't think linus torvalds even understands the whole thing05:14
test1234wow05:14
Nisstyre65however you can learn a lot reading the GNU source code05:14
JayD3eon Ubuntu 10.0405:14
Nisstyre65shred is good reading :D05:14
test1234but I mean how is it source code diffrent then another application is it because it uses assembly or somthing05:15
nibblerofdoomzthe source code is written in C05:15
nibblerofdoomzon linux05:15
Nisstyre65test1234: it uses C, which is a fairly low level language (close to assembly)05:15
izinucsJayD3e: see if build-essential will install of the cd05:15
JasuukiOkay I am following this : https://help.ubuntu.com/10.04/serverguide/C/samba-fileserver.html i am upto step 4, it says that the 'sudo /etc/init.d/samba restart' command doesn't exist, but I have installed samba :\05:15
nibblerofdoomzi think parts are written in pseudo C++05:15
test1234oh ok05:15
JayD3eizinucs: already tried tht man, still doesn't work :(05:15
izinucsJayD3e: then it's not there...05:16
ohspitetest1234: and it's not just doing if/then statements and gui, but low level hardware stuff05:16
Nisstyre65ohspite: aka black magic05:16
JayD3eizinucs: yah doesn't the livecd come with all of tht?  I am using Ubuntu Server Edition 10.0405:16
test1234I don't know how they did it really its amazing05:16
nibblerofdoomzyou would be best to read up on the linux standards it uses. like posix05:16
nibblerofdoomztry to understand what it does rather than how05:16
b0nnhmm05:17
nibblerofdoomzthe nitty gritty of how it does it is very fiddly05:17
ohspiteNisstyre65: voldemort would be envious05:17
scriptwarlockJasuuki, sudo service smbd restart05:17
Nisstyre65nibblerofdoomz: posix is actually a standard for all unix systems05:17
test1234im always trying to figure out how things work and not that they just do05:17
nibblerofdoomzyes, linux is made to meet posix standards. so if he wants to know how linux works, really that's the thing to read up on. as it says what linux does, vs say mac os etc05:18
SorayaUbuntuis there a way to remove indicator me and that mail icon from pannel05:18
Nisstyre65test1234: then I recommend learning about transistors05:18
nibblerofdoomzor rather what linux aspires to meet standards wise05:18
scriptwarlockJasuuki: sudo service smbd restart05:18
b0nntest1234: have a look at andrew tanenbaum's operating systems books for a (comparitively) small OS05:18
test1234I have and that goes on and on05:18
Nisstyre65minix :P05:19
test1234there is so much information out there05:19
nibblerofdoomztest try creating your own piece of hardware05:19
test1234looked at doing that too05:19
nibblerofdoomzcreate an led circuit light in a circuit with a usb connector and program linux to turn the light on and off05:19
nibblerofdoomzthat will be hugely rewarding for you05:19
test1234its complicated but it can be done on a very simple scale05:19
nibblerofdoomzyou will learn tons05:20
test1234just any kind of hardware05:20
nibblerofdoomzusb is very easy to interface with hardware wise, a basic understanding of electronics should get you being able to make your own powered led light05:21
test1234right05:21
test1234I want a robot05:22
nibblerofdoomzunderstanding the usb kernel should mean you can turn it on and off05:22
gaelfxI want to open a video in smplayer on my netbook so that it can play on another machine, how can I do that?05:22
Descriptionedsomeone help me i remove and install couple of times amsn and its not in english language, help pls....05:22
b0nntest1234: what sort of robot?05:23
SorayaUbuntuwill this remove indicators with out making any damage to my system = sudo apt-get remove indicator-me indicator-messages05:23
nibblerofdoomza robot lol! you could probably buy a kit05:23
Nisstyre65build a netbsd coffee machine05:23
test1234oh like a manufacturing robot05:23
b0nnlol, build a netbsd toaster!05:23
test1234there only 50,000 or so05:23
Nisstyre65b0nn: been done05:23
test1234:(05:24
coder2kernel panic not syncing+no init found+ubuntu10.04+dell studio1558 laptop05:24
b0nnNisstyre65: yeah, arm chip in the toaster, could also run debian IIRC05:24
coder2help05:24
semisided1?05:24
test1234have a ton of books on robotics making and it could be done05:24
test1234just so much to do so little time05:24
Nisstyre65coder2: something wrong with your kernel version05:25
Nisstyre65?05:25
b0nntest1234: plenty of time05:25
Nisstyre65ubuntu doesn't use init05:25
nibblerofdoomzactually i've never felt the need to make a piece of hardware yet. What would i do with it is my main question. I mean i could make a panel of LEDs or even hook an eeprom up to a usb connection but why would i? there'd have to be something in it for me05:25
coder2Nisstyre65: i just  update the machine05:25
surdleHey guys. Is it normal to have the same public ip when you are connected to an ssl vpn using cisco annyconnect? The cisco anyconnect client says i am connected but if i go to ipchicken.com i have the same ip...05:25
test1234its not the end result its the getting there. thats what all this is about05:25
test1234or the going im sorry05:26
test1234but you could do a lot with it05:26
Nisstyre65surdle: no that's not normal, you should have the VPN's ip obviously05:26
nibblerofdoomznot really, i mean, i could program it to do flashy colours05:26
nibblerofdoomzbut i'm at a loss as to why05:26
Nisstyre65though I've never used that protocol05:27
test1234make it display math represented by lights05:27
coder2Nisstyre65: i have windows also on the same05:27
test1234or heres one for you05:27
surdleNisstyre65:  yeah that's what i thought.... it seemed very scary. the same thing happens on two differnet machines and operating systems and on my iphone05:27
test1234make a cube of lights and see if you can make 3d tv with it05:27
test1234or a 3d object05:27
nibblerofdoomzthat would be v complex05:27
test1234i've been thinking about doing that for awhile05:27
Nisstyre65surdle: run wireshark and do a capture and see if the packets are encrypted maybe05:28
test1234yeah but its another million dollar idea05:28
surdlemy school's vpn might be messed up, and right now is terrible time for it not to work you know with firesheep and everything05:28
Nisstyre65and obviously the destination of them05:28
Nisstyre65surdle: hah05:28
Nisstyre65I use a pptp vpn all of the time05:28
test1234I want to do it with just paper I think its possible05:28
Nisstyre65good luck exploiting me :P05:28
nibblerofdoomzyou would need see through material to mount the leds in 3d05:28
blakkheimsurdle: firesheep doesn't do anything new, people have been doing that for years05:28
pinoyoragonCan anyone recommend a network diagram designer/tool for ubuntu?05:29
Nisstyre65yeah, blakkheim is right, it's just the automation05:29
Nisstyre65so skiddies can do it05:29
blakkheimexactly05:29
surdleblakkheim: firesheep makes it extemely easy/trivial for ANYONE to do.... it reallly changes things :)05:29
ohspitepinoyoragon: what kind of network?05:29
blakkheimsurdle: just because any idiot can do it now doesn't mean you shouldn't have been careful before now05:29
test1234like a plexiglass bored05:29
nibblerofdoomzthe only use for leds controlled by usb i can think of - case mod05:29
bazhang!ot | test1234 nibblerofdoomz05:29
ubottutest1234 nibblerofdoomz: #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!05:29
nibblerofdoomzlike the flashing front on the kitt car from nightrider05:30
surdleblakkheim: i used to use wired, but i havent been able to this semester05:30
test1234really thats not related05:30
test1234I was gonna do it with ubuntu05:30
bazhangtest1234, nibblerofdoomz #ubuntu-offtopic for chit chat05:30
surdledoes anyone know if it's possible for someone else on my dorms wired network to sniff my traffic? i mean would it make sense to have things routed with dumb switches that sent the info everywhere? sounds like that wouldnt happen right?05:30
spost@pino, tried OpenOffice Draw, dia, or inkscape?05:31
surdle*puts on tin foil hat*05:31
Nisstyre65surdle: it's very possible05:31
coder2kernel panic not syncing +attempted to kill init+ubuntu lucid.........anyone please help?05:31
Nisstyre65if they are on the same subnet, they could be doing it easily05:31
test1234how can you change the ltz10.4 login background05:31
surdleNisstyre65: dammnit. traffic doesnt get sent out to every ip though right? sniffing my traffic would require some kind of spoofing right?05:32
pinoyoragonspost: among the three, which is the neatest and full-featured?05:32
Nisstyre65surdle: it would require arp spoofing attacks05:32
surdleNisstyre65:  is your last name brown by any chance?05:32
Nisstyre65surdle: lol no05:33
Nisstyre65who is that?05:33
surdleNisstyre65:  haha , thougth i knew you for a sec05:33
spostpino, shrug start with OpenOffice for the shapes and connectors, try the others next05:33
pinoyoragonspost: thanks05:34
spostNp05:34
* spost is tired05:35
test1234has anyone made changes to the notify bar to make it accept longer text?05:35
test1234because when i use notify-send it only shows three lines and I want to to show more05:38
test1234so can I make a new one or just edit this one05:38
test1234really its like that05:39
semisided1does anyone know which session startup script would automatically run bzr-notify? bazaar notifications?05:39
=== Kasjopaja23 is now known as Kasjopaja
=== Kasjopaja is now known as Guest96120
paranoid_ndroidI have two laptops connected to a local network via wi-fi but the transfer speed between computers is very very low (1 Mbps). Could someone help me troubleshoot this?05:40
=== michaelrose-away is now known as michaelrose
dr0idwhat could these errors mean -> http://pastie.org/private/k0f0xcmqem2nacgkfjwsg ? does it means RAM is full ?05:42
greaseHi folks ... naive question ...  am trying to write a program that logs the application that is currently in focus (desktop ubuntu) .. is there a way to do this ?05:42
test1234that logs it?what do you mean05:42
test1234log what windows you have open or the data from the program or somthing05:43
greasetest1234: say, puts it is a text file along with a datetime stamp05:43
=== michaelrose is now known as michaelrose-away
greaseyeah, I want to know which applications I use the most05:43
dr0idanyone ?05:44
test1234ahh umm...05:44
greasetest1234: but i tend to have multiple of them open simulatneously .. so I want  a way to know what's in focus05:44
test1234oh05:44
test1234really can't say it is probably possible but very complicated05:45
test1234or just complicated05:45
greasetest1234:   am fine with complicated (as long as its possible)  :)  right now, I'm at loss for how to google for this05:46
test1234yeah its a tough one to describe05:47
ohspitesemisided1: have you tried looking for the parent process using ps?05:47
test1234so have you gotten to be able to log what programs are open and are now just tyring to focus on the main window your working in05:48
tphiveBah, noob question here, but google isn't telling me things. I want to see a list of all available drives, their mount locations (/dev/sda1 etc) and their sizes. I want this in terminal, help plx.05:49
greasetest1234: no, not yet ... but I guess that would be not so difficult (a ps piped with some greps) ...05:49
semisided1sudo mount -a05:49
ugliefroganyone here pretty familiar with mythtv.....the mythtv channel is not noob friendly05:50
semisided1sorry, just sudo mount05:50
semisided1dont know where i got the -a from05:50
tphivesemisided1 k. yeah, first one didn't do anything.05:51
=== squishy is now known as squished
semisided1it might be a mount -a must be from the dark ages05:51
test1234thats what I was thinking but with it having to distinguish between what window your working in seems unlikely in bash tho05:51
nibblerofdoomzaww ugliefrog were they nasty?05:51
tphivesemisided1 Thanks for the help. What's the tag to allow scrolling? or show 1 page at a time?05:52
greaseyeah ... thats where I got stuck and thought this line of approach might be wrong05:52
nibblerofdoomzgo back in there and give them what for. kill them with kindness and use lots of " :) " until they give in05:52
nibblerofdoomz))05:52
k-radis there an irc chat room devoted to ubuntu enterprise cloud ?05:52
ugliefrognibblerofdoomz, well no not nasty.....kinda dismissive.....Ive notices if youre not a well informed user...Its kind of well thats tough05:53
semisided1ok, -a is to mount any unmounted fs05:53
gaelfxI want to use my netbook as a remote for the computer connected to my TV, so I have SSH working, but I don't know how to make SMPlayer or MPlayer run on the TV machine from the SSH client on my netbook, how can I do that?05:53
test1234but then again I have figured out all the features of bash or at least what it can do beyond what it is there for05:53
sabrehagenhi guys, i have 3 monitors on two graphics cards, both ATI HD4890s. I currently have 2 monitors on 1 card working natively with an extended desktop, but my 3rd monitor on the other card isn't working. i used a custom xorg.conf to prove that the other card can be accessed and work. how would i go about getting all 3 working simultaneously?05:53
semisided1to view just pipe into less05:53
semisided1mount | less05:53
greasetest1234: :)05:53
ugliefrognibblerofdoomz, maybe its my age..I dont know..Im just a Dad that likes ubuntu :)05:53
nibblerofdoomzwhats your mythtv problem?05:54
gueriLLaPunKhow do i edit a file? ie. cronjobs?05:54
gueriLLaPunKi opened it in ssh, but i want to edit some lines05:55
ohspitegueriLLaPunK: there's about 1000 ways, but a simple way is to open it in nano05:55
gueriLLaPunKohhh nano05:55
gueriLLaPunKi have ubuntu server05:55
dr0idI cannot execute any command via ssh, it always says "-bash: fork: Cannot allocate memory05:55
dr0id"05:55
ohspiteor vim, or emacs, or ed, or ...05:55
tphivesemisided1 Side note, it's helpful to type the nickname of the person you're directing your message at, some users like myself have a script highlight messages with their nick in it, that way it's easier to pick out what messages are aimed at you when there's alot of text. And to make typing names easier, in soem clients you can start typing the name then just hit Tab and it will complete it05:56
tphivefor you, assuming you've typed enough of it for it to correctly identify the username.05:56
Leon81I'm using Ubuntu 10.10.. I can't install a program.. it's meant for Linux, but uses an executable file.. the error message I get is: "There is no application installed for executable files" what do I do?05:56
ugliefrognibblerofdoomz, Live tv and recording library dont play sound...However the file thats been recoreded using Myth plays sound through movie player just fine05:56
sabrehagenanybody?05:56
semisided1tphive, ok05:56
nibblerofdoomzare live tv and recording library two media players on your system?05:57
tphivewhat is the command to add so terminal shows only one page at a time? Or allows use of page up page down?05:57
gueriLLaPunKohspite, i opened it in nano05:57
gueriLLaPunKhow do i edit it? which command?05:57
gueriLLaPunKi dont see an edit command05:57
nibblerofdoomzare you using lucid, ugliefrog? i know pulseaudio is the devil and is included by default now05:57
test1234Leon81:is that when you try to excute it05:57
ugliefrognibblerofdoomz, im using 10.1005:57
Leon81test1234 yes05:58
ohspitetphive: semisided1 answered above--pipe it to 'less'05:58
nibblerofdoomzso you've got crappy pulseaudio installed05:58
ugliefrognibblerofdoomz, dangitness05:58
semisided1sorry i forgot to use /msg05:58
nibblerofdoomzit's not your fault it's installed by default05:58
kaushalhi05:58
nibblerofdoomzit's probably the problem. pulseaudio is v buggy05:58
kaushalcan some one please guide me about https://lists.ubuntu.com/archives/ubuntu-server/2010-November/004806.html ?05:58
test1234so you just downloaded it off the internet and not the repository05:59
collabratphive: also you can end your command with: | more05:59
=== michaelrose-away is now known as michaelrose
Leon81yes, it didn't give any option for dowloading from a repistory05:59
ohspitegueriLLaPunK: i'm a little confused--you can just type05:59
nibblerofdoomzin settings for live tv etc see if there is an option to output to ALSA ugliefrog05:59
nibblerofdoomzunder sound05:59
nibblerofdoomzi think that will fix it05:59
gueriLLaPunKahh i see05:59
nibblerofdoomzbut sound is terrible in Ubuntu atm05:59
ugliefrognibblerofdoomz, yes it s set to alsa:default05:59
gueriLLaPunKWriteOut = save?05:59
aussahi, i'm trying to uninstall a program from wine but I can't, is there another way to do it?06:00
ohspitegueriLLaPunK: oh, maybe if it's the cron file you need to open it with sudo06:00
sabrehagentphive: you seem advanced :) would you mind taking a look at my question above please?06:00
gaelfxok, new problem. I can open a video in smplayer using SSH, but I can't control it using the normal hotkeys, should I include some other options when I run it or what?06:00
test1234I think you have to install it manually06:00
gueriLLaPunKi did run it sudo.06:00
gueriLLaPunKohspite, does writeout save the file?06:00
Leon81how do I go about doing that?06:00
test1234whats the program called06:00
Leon81Underworld Hockey Club06:01
ohspitegueriLLaPunK: yep06:01
nibblerofdoomzugliefrog the sound in ubuntu has been rubbish since they introduced a new system in 10.04. to fix my sound i switched to dream OS which is a custom ubuntu distro06:01
test1234one sec06:01
Leon81it's still in beta06:01
nibblerofdoomzthe guys in ubuntu studio who made the changes will not fix the problems their ideas have caused as they are too busy working on mini ego projects. so uglief06:03
ohspitegaelfx: you won't be able to control mplayer (or whatever) with hotkeys through ssh.  but you could use remote desktop to control it06:03
kiahhello, I'm new to Ubuntu and ATI.. I just installed Xubuntu, and tried to emulate a nintendo64 ROM which didn't work because it was too laggy. Does that mean I have to switch to the proprietary ATI driver?06:03
nibblerofdoomzso ugliefrog you're best waiting for an update06:03
paranoid_ndroidI have two laptops connected to a local network via wi-fi but the transfer speed between computers is very very low (1 Mbps). Could someone help me troubleshoot this?06:03
ugliefrognibblerofdoomz, okie doke ill do that..im patient06:04
ohspitekiah: trying a different emulator would be more likely to make a difference06:04
sabrehagencan somebody please give me some pointers on setting up 3 monitors using two graphics cards?06:04
test1234you have to compile it06:04
paranoid_ndroidoh, nevermind, this is the standard for ubuntu systems. Great networking Ubuntu06:04
kiahohspite: mind you, i JUST installed xubuntu and haven't played around with xorg or anything06:05
test1234using the make command06:05
kiahohspite, i'm thinking it's related to my driver06:05
test1234and then make install i believe06:05
ohspite!repeat | sabrehagen06:05
ubottusabrehagen: 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/06:05
Leon81I haven't done anything like that yet.. but I can follow instructions.. is the documentation on the Ubuntu website sufficient to guide me through it?06:05
sabrehagenohspite: okay, it just seems like questions might get lost in the endless stream of text :P06:06
ohspitesabrehagen: true, but maybe just wait a while before asking again so new people see the question.  chances are people read yours but have never tried to set up 3 monitors in linux :)06:07
aussahi, i'm trying to uninstall a program from wine but I can't, is there another way to do it?06:07
sabrehagenohspite: okay, no worries :)06:08
test1234yeah you can also read in your manual06:09
test1234from the terminal just type man make06:09
Leon81alright, I'll see how I go and then come back if I'm having problems.. thanks for the help06:10
awantiI need some clarification about wayland...(because Ubuntu is shifting to wayland) I read on the inter net but still i am not able to Understand what actually wayland do?  Please any one can tell me...06:12
kiahawanti: it's just a replacement for Xorg06:12
=== Copia_de_sud0 is now known as sud0
awantiso is their any major uses of wayland?06:13
kiahuh, yeah. it shows the graphics on your screen06:14
=== michaelrose is now known as michaelrose-away
kiahit interfaces between your graphics card and your applications06:14
ohspitebut nothing actually uses it yet, afaik06:14
kaushalchecking in again for the query ?06:15
SabriWhy don't tray icons appear under Wine?06:15
gaelfxohspite: um, actually mplayer in ssh you can control with hotkeys, but I want to use smplayer because it does a better job of selecting the right codec06:16
naveen519hii06:16
gaelfxapologies for the late response06:16
semisided1aussa: msiexec /unistall XXXX.msi06:17
ohspitegaelfx: wow, I wouldn't have expected that (about the hotkeys).  i know what you mean about the codecs06:17
semisided1aussa: if there is an msi file06:18
=== What is now known as WhatRights
gueriLLaPunKhow come copy and paste doesn't carry over to my ubuntu server running VNC?06:18
gueriLLaPunKit's kind've annoying :(06:18
test1234hope I helped06:19
semisided1gueriLLaPunK, : how about just hilite with mouse then use middle click to paste? that might work, its different than cut paste06:19
aussasemisided1: yes there is, I got an error :S06:19
gueriLLaPunKim trying to copy (from a windows computer) and paste (vnc ubuntu)06:20
gueriLLaPunKsemisided106:20
PCChrishow do I make gnome-terminal stay open after being run with the -e or --command option with a command specified?06:24
ShwayHey I need some help with Ubuntu, is there an "easy" way to set up streaming to an Xbox 360 for XviD (.avi) files???06:28
=== alakoo_ is now known as alakoo
=== travis is now known as Guest45098
wakkodotPCChris: http://stackoverflow.com/questions/3512055/avoid-gnome-terminal-close-after-script-execution06:29
wakkodottried those?06:29
OY1Rim running ubuntu 8.10 i need help installing latest versions of gkt and glib.06:31
hd23大家好啊06:32
maco!cn | hd2306:32
ubottuhd23: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk06:32
k-radwhat would happen if on a maverick 32-bit desktop install happen if i typed sudo apt-get install ubuntu-server06:32
wakkodotk-rad, probably remove ubuntu-desktop and install any packages dependent on ubuntu-server06:33
k-radwakkodot, there is no way to retain both ?06:34
wakkodotk-rad, I don't think so06:34
ubuXubuuse a flash drive06:34
=== hd23 is now known as whatbox
huddsonwhat has happened to #debian? it is all blank.06:34
geoffmcck-rad: a server install is just minimal install with no gui or anything06:34
ShwayDoes anyone know how to setup sharing and streamin to an Xbox 360 in Ubuntu 10.10??06:35
k-radgeoffmcc, oh well thank you.  i would like to use ubuntu enterprise cloud06:35
JasuukiOkay I am following this : https://help.ubuntu.com/10.04/serverguide/C/samba-fileserver.html i am upto step 4, it says that the 'sudo /etc/init.d/samba restart' command doesn't exist, but I have installed samba :\06:35
k-radi also would like to run gnome on top of that06:35
k-radgeoffmcc, i would also like to run gnome on top of that06:36
whatboxhello06:36
test1234running linux on xbox360 vid faked or real06:36
geoffmcck-rad: yea i have no experince with cloud. but i do know it on the server install cd06:36
k-radthank you06:36
tphiveWhen your done using terminal during OS installation (Ctrl-Alt-F2) how do you get out of it?06:36
=== travis is now known as Guest91472
wakkodottphive, CTL+ALT+F7 if you want to get back to an active X session06:37
rigvedk-rad: you can install the gnome de from the command-line by this command - sudo apt-get install xorg gdm gnome06:37
tphivewakkarto: Thanks.06:37
tphivewakkodot: Thanks06:38
rigvedk-rad: or if you only want the gnome-core package, then type - sudo apt-get install xorg gdm gnome-core06:38
ShwayHas anyone tried to setup streaming on Ubuntu or am I the first, because I am lost.06:38
rigvedk-rad: after installing the core package, you can add other packages as per your wish06:39
Gunniis there a safe way to edit ip settings on a remote setver ?06:39
Gunniserver*06:39
Gunnilike press y if this config works r sum06:39
wakkodotShway, have you played with ushare at all?06:39
wakkodotShway, https://help.ubuntu.com/community/Xbox360Media06:40
rigved!info ufw | Gunni06:40
ubottuGunni: ufw (source: ufw): program for managing a Netfilter firewall. In component main, is standard. Version 0.30.0-1ubuntu2 (maverick), package size 140 kB, installed size 804 kB06:40
ShwayYea I tried to, however I was unable to get any directions on how to make it work, so there has been alot of frustration and anger.06:40
Gunnican i use that to modify my ip settings ?06:40
ShwayI install it,06:41
wakkodotShway, that page has instructions...06:41
ShwayInstalled*06:41
wakkodotalong with many links to other pages...06:41
ShwayHoly crap thank you.06:42
ShwaySomething I can actually follow and makes sense06:42
ShwayBye bye06:43
yUraKeShiHi, I've formated my Windows 7 and installed Ubuntu on my note, but i forgot to backup my e-mails. Is there any way that i can recover them? Thanks06:43
ubuXubupanda06:43
airtonixyUraKeShi, most likely not.06:43
yUraKeShiairtonix, really? no way?06:44
ohspiterigved: what can you pass to the info command?  i haven't seen that before06:44
OY1RyUraKeShi, try testdisk and photorec06:44
OY1Rthey can pull stuff of the harddisk if it's still there06:45
yUraKeShithanks06:45
airtonixyUraKeShi, well there is but if you've done a complete format and not just a quick formate then there is no way to retrieve that data short of taking it to forensic specialists (which will probably cost you a fortune)06:45
yUraKeShii'll try it06:45
ubuXubuhttp://www.smartpctools.com/email_recovery/06:45
OY1RyUraKeShi, No problem06:46
airtonixyUraKeShi, a quick format simply resets the File Allocation Table for a partition, where as a Complete Format puts zeros in every single part of the partition....06:46
roc有人吗06:46
OY1Rmost ppl dont 0 out the hard disk06:46
ubuXubuif that is true, then why after i format, does windows still sence windows on the drive?06:47
airtonix!who06:47
ubottuAs 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 :)06:47
gaelfx!zh | roc06:47
ubotturoc: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk06:47
yUraKeShiairtonix, I think it was not a fully format. I used the ubuntu cd format06:47
airtonixyUraKeShi, and if you've done a quick format, and have since written data to that partition, then you might have lost some of the data06:47
OY1RyUraKeShi, give testdisk and photorec a try, i know it's PHOTOrec but it can find more than photos :)06:48
roc有人吗06:48
iliushi, anyone using Dell Vostro 3300 on ubuntu? I want to be sure about drivers and compatibility before buying06:48
roc怎么不说06:48
OY1Ras long as the area that held the data is not written on the data is still there.06:48
rigved!cn | roc06:48
ubotturoc: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk06:48
yUraKeShiOY1R: i've just installed it i'll try06:48
k-radrigved, i'd much rather install ubuntu server on top of ubuntu desktop.  is that possible ?06:49
k-raddoes ubuntu server have a metapackage ?06:49
OY1RyUraKeShi, do NOT select a place to store the found files on the hard disk where the files are store them on an external drive06:49
wakkodotk-rad, it's all the same, just install gnome on top of a server install06:50
ohspitek-rad: why don't you just install apache or whatever you need?06:50
yUraKeShiOY1R: oh sure, i'm using a external hd06:50
OY1Rotherwise you could over write the data06:50
OY1ROk good06:50
k-radohspite, i'd need a list of all server packages06:50
yUraKeShiOY1R: i did a full backup, but forgot the e-mails06:50
OY1RyUraKeShi, in photorec you can specify what file extentions to look for06:51
yUraKeShiWich option should I use: Analyse, Geometry, Advanced06:51
OY1RyUraKeShi, use photorex06:51
OY1RyUraKeShi, use photorec06:51
yUraKeShiOY1R: okey06:51
OY1Rrun it with sudo06:52
OY1Rthen select Intel06:52
OY1RyUraKeShi, did you use Outlook ?06:53
yUraKeShiOY1R: i can't find photorec using apt-cache06:53
yUraKeShiOY1R: thumberdird06:53
yUraKeShithuberbird*06:53
yUraKeShii think lol06:53
yUraKeShiit's been a while since i wanted to migrate to linux06:54
OY1RyUraKeShi, photorec is instelled with testdisk06:54
OY1Riirc06:54
yUraKeShinow i did it, but forgot the f*** e-mmails06:54
=== jeremy is now known as Guest99270
=== jeremy_ is now known as Guest34226
yUraKeShiOY1R: ohh, nice! thanks06:54
rigvedk-rad: well you can install the normal ubuntu setup. then you can individually install all the required components, like a LTSP etc. i suggest you use the alternate cd, because it has both, the GUI-based system and LTSP06:54
k-radi'm sticking with early adopter maverick i've upgraded every release and never ran a LTSP more until the next release06:56
OY1RyUraKeShi, after startint photorec select > intel > File Opt06:57
OY1Rnow unselect ALL but msf Mozilla "mork database"06:58
Dan```Hey guys, is it possible to mount a .VDI file created by VirtualBox in 32-bit Ubuntu? :)06:58
yUraKeShiOY1R: there is not .MSF filter06:59
Gunnican someone tell me why that doesn't work if i put that git repo system wide /etc/bash.d and fix paths06:59
OY1RyUraKeShi, look for "mozilla"07:00
Gunnihttps://github.com/Gunni/bash.d/blob/master/shell07:00
yUraKeShiOY1R: Mozzila XPCOM Type Library?07:00
OY1Rperhaps i dont really know07:00
OY1RyUraKeShi,  http://www.cgsecurity.org/wiki/File_Formats_Recovered_By_PhotoRec07:00
yUraKeShiOY1R: thank07:01
jimisholany alternate to /etc/modules method to load module before gdm starts?07:02
=== Guest34226 is now known as wakkodot
kaushalAnybody around here ?07:03
OY1RyUraKeShi, select mozilla and also pst or outlook07:03
Dan```Hey guys, is it possible to mount a .VDI file created by VirtualBox in 32-bit Ubuntu? :)07:04
OY1RDan```, open it in VirtualBox !07:04
Dan```I need to copy over 1gb of files within the VDI, and transferring via a network or via the shared folder feature is unbearable.07:05
OY1RDan```, put it on a usb stick !07:05
Dan```I don't have one..07:06
=== wzj is now known as GIN
semisided1how about a camera?07:06
OY1Rsemisided1, that would work also07:06
JayD3ecdrom would work too07:06
JayD3efloppy07:06
OY1RDan```, -> what semisided1 said07:06
JayD3eo 1gb07:06
JayD3eoops07:06
=== ilius1 is now known as ilius
JayD3envm07:06
aaron11Hi07:07
tphiveShould a swap partition be set to Primary or Logical?07:07
aaron11Can someone explain what "chomp" means very basicly in ruby.07:07
Jordan_Utphive: Doesn't matter.07:07
=== ian__ is now known as iflema
jimisholsome alternate to /etc/modules ?07:08
Dan```So, can anyone actually answer my original question please?07:08
Gorrothyo07:08
Gorrothmust say, i'm happy to hear about these Wayland changes07:08
Dan```Also, it is dynamically-expanding, and I have no desire to convert it...07:08
tphiveJordan_U In any way? Or does that basically just define whether it's bootable, which simply doesn't apply in a swap.07:08
Dan```(not enough disk space)07:09
yUraKeShiOY1R: it's running07:09
yUraKeShithanks07:09
rinku_kokirican someone walk me through a jack installation.07:09
OY1RyUraKeShi, good luck it can take a while07:09
OY1RDan```, -> http://www.youtube.com/watch?v=4S3UkUzzDIo07:09
rinku_kokirii would like jack correctly configured on ubuntu 10.1007:10
yUraKeShiyeah, 1h13min07:10
Jordan_Utphive: In any way. Doesn't even change if it's bootable.07:10
wakkodottphive, neither, use primary unless you already have 4 primary partitions07:10
skwashdhi all07:10
aaron11Can someone explain what "chomp" means very basicly in ruby.07:10
rinku_kokirii haven't installed it yet, because i know it won't work without special consideration07:10
Dan```<Dan```> I need to copy over 1gb of files within the VDI, and transferring via a network or via the shared folder feature is unbearable.07:10
skwashdi've got a dell r200 upgraded from jaunty to lucid via karmic07:10
skwashdduring boot it is hanging at "EXT3 FS on sda1, internal journal"07:11
tphiveJordan_U: So why ARE they both available then?07:11
OY1RDan```, -> http://www.youtube.com/watch?v=4S3UkUzzDIo07:11
Dan```OY1R: <Dan```> I need to copy over 1gb of files within the VDI, and transferring via a network or via the shared folder feature is unbearable.07:11
semisided1Dan```, OY1R : http://linux.softpedia.com/get/System/System-Administration/mount-vdi-47415.shtml07:11
tphivewakkodot: thanks.07:11
semisided1Dan```,  OY1R there is a program here, i havent used it, to mount a vdi07:11
Jordan_Utphive: Because msdos partition tables require ugly hacks to use more than 4 partitions. With GPT there is no primary/extended/logical.07:11
Dan```semisided1: Where did you find that? I've been googling for like 30 minutes straight.07:12
rinku_kokirii have a soundblaster card that I would like correctly configured with jack running in ubuntu 10.10 (because i need realtime support, i need assistance with the procedure)07:12
rinku_kokiria new kernel is in order07:12
rinku_kokiriand i don't want to mess it up07:12
reeniginEesreveRcan i open a virtual ethernet interface with a different mac address + IP on an existing ethernet interface so that both interfaces will work?07:12
semisided1Dan```, i dont know if it works07:12
=== purvesh7 is now known as purvesh
rinku_kokiriis that the drummerman dan07:12
tphiveAhh, I see. And ubuntu by default uses GPT I take it?07:12
wakkodotreeniginEesreveR, bridge?07:12
OY1Rthat video shows how to share folders to from guest os and it works great07:13
reeniginEesreveRwakkodot, could you please give a pointer to that/07:13
wakkodotreeniginEesreveR, when you say virtual, what do you mean?07:13
Jordan_Utphive: No, because windows doesn't deal as well with GPT (can't boot from GPT on BIOS systems for instance). Ubuntu only uses GPT by default on drives larger than 2 TB (because that's the limit of what msdos labels can use).07:13
yUraKeShiOY1R: could u help me with something else too? i was not able to use wireless connection. The drivers is installed as not open-source, broadcom. I find my network but it never connects, and i'm sure the password is correct.07:14
OY1ROuch07:14
blackdoggyXDriInfo returned with non-zero exit code07:14
OY1Rcontact me later i can give it a shot, but now im in a tight spot myself.07:14
blackdoggycan someone tell me why?07:14
reeniginEesreveRjust like in virtualbox/vmware we make a virtual interface for guest machine on top of host machine's existing interface. Host machine interface still works while guest machine's pakcets are sent usign different MAC and hence it gets different IP from DHCP07:14
tphiveJordan_U: MKay, thanks for the information.07:14
Jordan_Utphive: You're welcome.07:15
OY1Rim running 8.10 and want to install gpredict, it needs gtk+-2.22 and glib but i cannot install the packages, can anyone assist me ?07:15
wakkodotreeniginEesreveR, you can't just add an interface within the virtualization software?07:15
Angel-SLhi, what's the best way to do bandwidth limiting? i'm going to stay at a holiday home for 2 days and I have to access internet via (most likely) mobile 3G07:16
Dr_WillisOY1R:  8.10 i think is past end of life. if you want to keep using it. you need to change your sources.list to point to the  'eol' archive servers.07:16
Angel-SLand I do not want to go over data by accident07:16
Dr_WillisOY1R:  i suggest upgradeing to a newer release07:16
Dr_Willis!8.1007:16
ubottuUbuntu 8.10 (Intrepid Ibex) was the ninth release of Ubuntu. End Of Life: April 30th, 2010. See !eol and !upgrade for more details.07:16
reeniginEesreveRwakkarto, well, i need that without a virtual machine now07:16
reeniginEesreveRAngel-SL, wondershaper07:16
OY1R!eol07:16
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades07:16
rinku_kokirishould I install jackd1 or jackd207:16
Angel-SLreeniginEesreveR: afaik that does speed only, not total data07:16
OY1Ri dont have the balls to upgrade ill mess up everything07:16
rinku_kokirishould I install jackd1 or jackd2   ubuntu 10.1007:17
Dr_WillisOY1R:  Your choice.... I always do clean installs. rarely upgrade.07:17
OY1Rsame here but i had a hell of a time to get 8.10 to run right07:17
OY1Rhad major problems with grapic's card07:18
Dr_WillisOY1R:  and for all you know 10.10 may work fine out of the box... whats your video card?07:18
OY1Ri have no idea07:18
OY1Rati something07:18
tphiveIs there an easy way to align filesystems to an SSD's erase block size yet?07:18
Dr_WillisTry a 10.10 live cd and see... i guess.07:18
semisided1Dr_Willis, OY1R : i agree upgrading is often more gut wrenching, clean install is the best, but backing up data is a good idea anyway, if you have everything you need backed up you dont need balls07:18
OY1RDr_Willis, that's the strangest thing all the live cd work great but hd installs filed07:18
OY1Rfailed07:19
rinku_kokirishould I install jackd1 or jackd2   ubuntu 10.1007:19
Dr_Willisrinku_kokiri:  go for the newest... we realluy cant tell what YOU need...07:19
servergodooh, a default join chan fer ubunutu07:19
rinku_kokirii have a soundblaster card that I would like correctly configured with jack running in ubuntu 10.10 (because i need realtime support, i need assistance with the procedure)07:19
servergodwhy not.07:19
Dr_Willisisent that ubuntu-studio remix some how optmized for 'real time' audio work? (ivbe never used it)07:20
karthick87How to install samba in ubuntu 10.0407:20
servergodlooking to see if i can use LSI 9650se-8LPMLK 8 port raid card on isntall07:20
Dr_Williskarthick87:  install the samba pacakge.. edit smb.conf as you want..07:20
Dr_Willis!info samba07:20
ubottusamba (source: samba): SMB/CIFS file, print, and login server for Unix. In component main, is optional. Version 2:3.5.4~dfsg-1ubuntu8 (maverick), package size 7285 kB, installed size 20624 kB07:20
servergodcant find ubuntu x6 HCL07:20
servergodx86 hcl*07:20
Dr_Willis!hcl07:20
ubottuFor lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection07:20
rinku_kokiriso you say i should just install studio07:21
Dr_Willisrinku_kokiri:  no idea. Ive never used studio, never needed jackd either.07:21
servergodjackd is tha shit07:21
karthick87Is this right "sudo apt-get install samba07:21
Dr_Willisrinku_kokiri:  i do belive that one feature of studio was it was set up better for audio work.07:21
servergodauto jackd is better07:21
Dr_Williskarthick87:  try it and see?07:21
rinku_kokiriinstead of compile a kernel. it would be simpler, but i would like to learn the correct procedure to install a kernel07:21
maco!language | servergod07:21
ubottuservergod: Please watch your language and topic to help keep this channel family friendly.07:21
Jasuukihey guys I am trying to get my samba file server up and running, my fstab is like this but when i sudo mount -a, it gives the error messages ->  http://pastebin.com/BzcHiRN207:21
rinku_kokiriguess i'll just add another partition... thx07:22
Dr_Willisrinku_kokiri:  if the kernel is in the repos. You apt-get install it, other wise you do compile it.07:22
Jasuukimy Fstab is this btw http://pastebin.com/rkN1a4aF i didn't post it above07:22
Dr_Willisrinku_kokiri:   You can fit ubuntu onto a 8gb flash drive easially for testing. :)07:22
servergodJasuuki, what is ur smb.conf?07:22
rinku_kokirimeh, don't have a usb atm, have a external hdd i can use though07:22
Dr_WillisJasuuki:  you did install the smbfs package?07:22
Dr_Willis!info smbfs07:22
ubottusmbfs (source: cifs-utils): Common Internet File System utilities - compatibility package. In component main, is optional. Version 2:4.5-2 (maverick), package size 4 kB, installed size 56 kB07:22
Jasuukiyes07:23
Jasuukii did07:23
servergodanyone know about 9650SE-8LPML07:23
rinku_kokirithe kernel i need isn't avail07:23
abhijeethi guys... Is there GUI tool to set automount for the various partitions on ubuntu??07:23
tphivewith ext4 it automatically sets it to check the disk every 35 mounts or 180 days, whichever comes first. Is there a way to alter that to increase the frequency of it?07:23
rinku_kokirionly up to 10.4i think07:23
rinku_kokirimaybe even 9.1007:23
servergodnoob chan07:24
* servergod part07:24
servergodl8r07:24
wakkodottphive, tune2fs07:24
rinku_kokiriwould be safer to just install studio as well,07:25
rinku_kokirishould add this to a trigger http://ubuntuforums.org/showthread.php?t=107562207:26
tphivewakkodot: Thanks, which would you change though? max_mounts_count, mount options, mount_count, or a different one?07:26
rinku_kokiriDr_Willis, that link up there's got a nice diag..07:26
servergodoh man, same chan07:27
wakkodottphive, man page has all the info you need07:27
OY1RIm downloading 10.10 gona give it a spin on an other harddisk see what happens.07:27
* servergod sighs07:27
JasuukiDr_Willis servergod this is my smb.conf http://pastebin.com/YLiqQe1i07:27
rinku_kokiriand my original problem earlier was wayy back @gstreamer,07:27
frogintoxhello07:28
frogintoxany one here to help me ?07:28
tphivewakkodot: Ah, thanks, haven't used 'man' command yet, just saw it mentioned today. Got it though.07:28
servergodJasuuki, that is a complete vanilla config for the first 50 lines, did you create an SMB user?07:28
servergodor even read a guide?07:28
zhangxinhuislow down07:28
Jasuukiservergod yes07:28
Jasuukiservergod on both counter07:28
servergodopm what what you hav sone so far.07:29
servergod*pm07:29
wakkodotfrogintox, just go ahead and ask your question07:29
servergodplease include links,07:29
Jasuukiservergod will do07:29
servergodand any revelnet conf files.07:29
servergodok.07:29
servergodi'll be here.07:29
Jasuukigive me a few minutes its quite a few07:29
servergodnp.07:29
frogintoxi got ubuntu 10.10 and i installed google earth with the good how-to but google crash 2 or 3 secondes after i start it , any idea how to fix that thanks07:31
JayD3eis there a way I can install gcc in Ubuntu Server 10.04 during install?07:31
=== purvesh7 is now known as purvesh
macofrogintox: download version 5.1 from google's website. 5.2 is broken07:31
frogintoxha yeah07:31
Jasuukiservergod https://wiki.ubuntu.com/MountWindowsSharesPermanently07:32
frogintoxok thanks cool07:32
Jasuukihttps://help.ubuntu.com/10.04/serverguide/C/samba-fileserver.html07:32
dzc1818hoho07:32
frogintoxthen i install it same way as 10.04 ?07:32
Jasuukifrom this, i can access the two hard drives on my server via /media/xdatas but i can't do it over the network as my windows box doesn't seem to see it07:33
Jasuukiservergod https://help.ubuntu.com/10.04/serverguide/C/samba-fileserver.html#samba-fileserver-installation07:33
Jasuukiservergod then this https://wiki.ubuntu.com/MountWindowsSharesPermanently07:33
Jasuukisigh i didn't see i posted earlier stuff gah! sorry guys07:34
servergodJasuuki, np, but you coulda PM07:34
Dr_Willisfrogintox:  google earth works here. but ive heard it can have some issues with some video card/drivers07:34
wakkodotfrogintox, you could check ~/.xsession-errors for specific error messages07:35
servergodJasuuki, do you have .bak or equiv of ur files?07:35
wakkodotfrogintox, or try launching it from within a terminal07:35
Jasuukiunfortunately, no07:35
Dr_WillisGoogle Earth07:35
Dr_Willis5.2.1.158807:35
Dr_Willisis working on my 10.10 machine. I forget how i isntalled it.. some program./commands that made it a package. i think..07:35
Jasuukiservergod im just following what the how-to's say07:35
lockdoes anyone know if nmap has the capability to scan ports on a separate network using the mac address of the other networks router?07:36
wakkodotlock, you want to spoof a MAC address?07:36
macoDr_Willis: whether it works seems to vary by graphics system07:36
SwedeMikelock: no, that is impossible for any software to do.07:36
macoDr_Willis: the error it gives on crashing is related to DRM, iirc07:36
SwedeMikelock: you can't get L2 packets into another network like that.07:36
servergodJasuuki, np. I would just recommend using webmin .deb installer for SMB.conf. it's a webUI for a whole lotta "server settings"07:37
ale_hey guys. i have kubuntu 10.04. my problem is i have internet running through a thomson st330 modem. does anyone know how i can install that in ubuntu to make my internet work?07:37
maco!webmin | servergod, Jasuuki07:37
ubottuservergod, Jasuuki: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system.07:37
servergodlemme look at ur links07:37
Dr_Willisale_:  that a DSL? or 3g modem? or what exactly?07:37
servergodubottu,  yeah yeah07:37
Jasuukiservergod webmin .deb... i have heard it07:37
ale_Dr_Willis it's a DSL07:37
lockcan wireshark find the ip addresses initiating the signal, or does it only provie mac?07:37
frogintoxwell i think i will install 5.1 an3 it will work fine07:37
Dr_Willisale_:  i was thinking most DSL modems work. but ive never tried them.07:37
lock*provide07:38
Jasuukiservergod thanks so much for this btw :)07:38
SwedeMikelock: "initiating the signal" ????07:38
locksend a request07:38
servergodnp, looking now, brb. what is ur guest getting to smb share?07:38
Jasuukiservergod how do you mean?07:38
Dr_Willisale_:  perhaps Plug the dsl modem into a router - that way the router configs it. then linux wont even know its there.07:38
SwedeMikelock: wireshark can display "all" information available to it. I don't understand your question.07:38
servergodare u trying to get to smb via xp, win7, fedora etc07:38
Jasuukiservergod pretty much much XP > win 7, and my own ubuntu laptop07:39
servergodok, and ubuntu is smb server?07:39
locki want to find the ip address of the router to scan ports07:39
Jasuukiservergod correct07:39
servergodok07:39
Jasuukiservergod i had a 8.10 server doing this but that was 2 years ago and i can't remember how to do it anymore :(07:40
SwedeMikelock: that information is not available to you if you're on another network.07:40
lock:| no way other than cracking key and logging in?07:40
servergodJasuuki, np, but the links you sent me were for default nob setup of win to SMB, and how to setup SMB, not ur winbind or smb.conf, well except the one.07:41
DiverdudeHow do i check if i have already installed the package libgstreamer0.10-dev ?07:41
lockthat would be too easy :)07:41
rigvedlock: this is not the appropriate channel for such questions07:41
Jordan_Ulock: You can find the *ip* address just fine. But even if you could find the MAC address it wouldn't be of any use.07:41
lockbah, its networks wars with roomate and i07:41
locki already found the mac address with netsumbler07:42
ka1serif your computer happens to exchange packets with router it is very likely that arp -a will show router's ip address07:42
servergodJasuuki, is /media/data and /media/moredata mounted on the SMB?07:42
locknow i just need to find out how to get the ip07:42
rinku_kokiriDiverdude:~# sudo apt-get install libgstreamer0.10-dev07:42
lock*netstumbler07:42
ka1seryou can use nmap to search for ports within the network... not just router07:42
rinku_kokiriDiverdude:~# if it's already installed it'll tell u07:42
servergod!metasploit07:42
lockthats the ultimate goal07:42
lock*scan ports within network07:43
rinku_kokiri!backtrack07:43
ubottuThere are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)07:43
ka1serthen use nmap.07:43
servergodrun metasploit on vm07:43
ka1sernmap is powerful07:43
ka1ser!info nmap07:43
ubottunmap (source: nmap): The Network Mapper. In component main, is extra. Version 5.21-1~build1 (maverick), package size 1737 kB, installed size 7052 kB07:43
Jasuukiservergod yes, its in the fstab, but fstab makes a really big hoohah about a few things07:43
lockthats why i was asking how to scan ports with mac address with nmap07:43
Jasuukisergey if thats what you mean :\07:43
locki read man pages and nothing explicitly says how to do so07:44
servergodpatebin output from "mount" in terminal07:44
Jasuukiservergod 'mount -a'?07:44
servergodnot needed07:44
servergodor if u wish07:44
Jasuukiservergod 'mount' http://pastebin.com/uC95bKtG07:45
servergodso does anyone know of 10.10 x64 and 9650SE-8LPML or am i gonna have to try and compile kernel from source.07:45
ka1serhaving mac address doesnt mean it have tcp/ip stack... nmap works on ip stack I think...07:46
ka1serrarp should get you the ip address if you have the mac address07:46
ka1serhowever it is very likely that you already have the ip address in the arp table if you used to have some communications lately07:47
rinku_kokiriyou could flush the arp table07:47
ka1serwhy flush it if he wants the info on it?07:47
rinku_kokiriwasn't following07:48
ka1ser=P07:48
rinku_kokiribasically you wanna pentest it?07:48
rinku_kokirigo get cent os07:48
rinku_kokiricompile some tools,07:48
rinku_kokirilol07:48
servergodmetasploit iso07:48
macouh...or backtrack?07:48
servergodit's all there for you07:48
macosince it already has those tools07:48
lockso, if i disconnect from my network, then load wireshark and wait for some traffic from his network, then do rarp, i should be able to find ip?07:49
rinku_kokiriyep07:49
ShogootHey people. Im used to use the tortoisesvn shell in windows to handle subversion. What is a similar solution for ubuntu + gnome?07:49
servergodJasuuki, is samba running on the server?07:49
lockwhat is metasploit?07:49
rinku_kokirilock:~# is it a wireless network?07:49
=== mirspcm is now known as MirEpyk
servergodhttp://www.metasploit.com/07:50
rinku_kokiri!metasploit07:50
rinku_kokirididn't work earlier lol07:50
servergodtheny have a great live iso07:50
lockrinku_kokiri: yes it is wireless07:50
geoffmccmetasploit works well with ubuntu. I installed with framework-3.5.0-linux-x86_64.run07:50
servergodwireless, most routers no arp/rarp07:50
ka1serlock: why would you do that if wireshark already give you the ip address?07:50
rinku_kokirilock:~# you *may* have trouble with wireless and wireshark, i'm not sure about the current info about that07:51
lockit hasnt yet07:51
ka1serthen you doesnt have an ip address.07:51
servergodpcap (on win) dontknow if there is a nix var of it07:51
ka1serdont*07:51
rinku_kokirihence /wire/shark07:51
lockexactly07:51
rinku_kokirihas to do with promiscious mode or something07:51
ka1seryou dont have "ports" at all if you dont have ip address07:52
locki am enabled prom mode07:52
ka1serports are OSI layer 407:52
ka1serip address is OSI layer 307:52
servergodlol07:52
lockkalser: i am trying to find ip, so i can scan ports07:52
ka1seryou are on OSI layer 207:52
servergoddoesnt mean the router or switch allow it07:52
hovefirseFolks. I need to install a release with an older version of the Kernel, Hardy would suit my needs. Will this distro update the kernel by itself (asking me first, of course), or does it run all the way with the original kernel version provided?07:52
servergodsounds like a layer 8 issue07:52
ka1seryou dont have ports if you dont have ip address.07:52
rinku_kokirithere was a something i picked up..07:52
ShogootHey people. Im used to use the tortoisesvn shell in windows to handle subversion. What is a similar solution for ubuntu + gnome? Or better question maybe. What do you people use to handle version control?07:52
rinku_kokirihold on07:52
servergodPICNIK07:52
* servergod sighs07:53
lockkalser: i just want to find out as much as i can about the network without actually having the encryption key...im not trying to gain full access to his network....yet07:53
servergodgonna have to try kernel compile from source for this 8 port sata raid then?07:53
servergod9650SE-LPML07:53
servergod9650SE-8LPML*07:53
rinku_kokiriairsnort07:53
servergodanyone?07:53
ka1serlock: if you dont have encryption key, then you can not get an ip address, then you dont have ports07:53
Jasuukiservergod i have to go soon, are there better howto's other than the ones on the help.ubuntu.com site?07:54
rinku_kokiri!aircrack07:54
lockkalser: not even while sniffing his packets?07:54
rinku_kokiri!airsnort07:54
ka1serno lock07:54
macoShogoot: a quick search in the package manager shows me qct as an app you can use on mac, win, or linux to handle svn, hg, bzr, cvs, git, and more07:54
Jordan_Uservergod: Any reason you want to use fakeRAID?07:54
ka1seryou are sniffing layer 2 packets (formally called frames, not packets)07:54
rinku_kokirihttp://www.aircrack-ng.org/07:54
locki have aircrack07:55
ka1serthere is some negotation on layer 2... then if it success it gives you an ip address,,,07:55
ka1serif you dont have encryption key, it never succeds07:55
rinku_kokiribut you can get hw addresses07:55
rinku_kokirithat's about it07:55
ka1seraircrack is what can give you most information you could get07:55
lockwouldnt you get some sort of denial response sent back though that could be readable?07:55
rinku_kokiriunless you can find an outside way in07:55
ka1seryes lock, you should... at layer 2 level...07:56
vinny_wep cracking?07:56
lockWPA :(07:56
vinny_i dint know that was possible07:57
ka1serWPA is harder07:57
locki know07:57
ka1ser=)07:57
lockthats why im here :)07:57
rinku_kokirithat's also an illegal subject07:57
lockone of reasons07:57
vinny_i have a question if anyone wants to help07:57
rinku_kokiriunless you've signed a contract with them07:57
airtonix!ot07:57
ubottu#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!07:57
ka1serIm sure lock have signed a contract with them =)07:57
ka1serright?07:57
lockread earlier^^^---network wars with roomate07:57
rinku_kokiriand any one of us would be in conjuction with you in performing an illegal act if we helped you further07:58
Shogootmaco: what do you use?07:58
lockhe is trying to do same thing to me :)07:58
airtonixahem? OFFTOPIC ?07:58
macoShogoot: the command line07:58
lockjust for fun to see who can gather the most info07:58
ka1ser;p;07:58
ka1serlol07:58
Jordan_Uvinny_: Just ask.07:58
servergodJordan_U,  fakraid? uh whut? this is at harware.07:58
airtonixclear07:58
rinku_kokiriwe need a clear command07:58
servergodfakeraid would be using JBOD and raid on diskpart07:59
rinku_kokiriooh07:59
servergodor gparted.07:59
servergodi do my own part's07:59
airtonixyeah i forgot the slash after addign a bunch of people to ignore07:59
rinku_kokirilol07:59
servergod.. /boot /home / and then /data07:59
Jordan_Uservergod: I've never heard of true hardware RAID needing special code/drivers. It's usually fakeRAID that needs that as the hardware isn't really doing any of the RAID work.07:59
lockrinku_kokiri: its not illegal unless charges are pressed07:59
servergod.. /data is going to 8 1tb on raid 5007:59
rinku_kokiriok then, will i run into trouble if i move /home to a different location, and mount it in two different installs?08:00
vinny_i have 10.10, running on a macbook with a nvidia 320m gpu, running as guest in virtualbox with 3d enabled, but cannot seem to get any usable glx even tho im using the vbox aditions driver.. i have experience of the old days ofcompiz/berly etc and am used to editing xorg.conf to make glx extensions available, i.e include glx etc.. but it seems there is no xorg.conf now. glx is NOT available :( so i dont knwo what to do, and virtualbox channel is dead lol08:00
rinku_kokiriubuntu and ubuntu studio08:00
lockand like i said, network wars08:00
Jordan_Uservergod: What happens when you try to use the controller?08:00
rinku_kokirilock:~#  that's still ot for this chan.. this aint offsec08:00
lockbah, thanks anyway08:01
servergodJordan_U,  on Fedora/CentOS and RHEL5 the HW/RAID BIOS is not reconized so i get invaid drive space etc. I wanna know if the .deb kernel supports thso OOB08:01
servergod*this08:01
frogintoxok google 5.1 work fine i got 32bit sys08:01
frogintoxgoogle earth08:01
servergodJordan_U, i can compile RHEL/CentOS/FC13 on x86 but not on x64.08:02
rinku_kokirilock:~# go get backtrack run it from a live cd..08:02
servergodso hence my question08:02
rinku_kokirilock:~# otherwise sol08:02
rinku_kokirilock:~#  may wanna try #backtrack-linux08:03
lockrinku_kokiri: thanks08:03
chenminghihi08:03
Jordan_Uservergod: The BIOS is basically out of the equasion once the kernel starts, so I don't understand what you mean by "the HW/RAID BIOS is not reconized". Please try using the controller with Ubuntu, and give any symptoms / error messages if it doesn't work.08:03
shirishhi all, does anybody how can I make the cursor large in ubuntu?08:03
lockrinku_kokiri: looks like i got some HW to do :)08:03
servergodlol Jordan_U08:04
servergodreally?08:04
Jordan_Uservergod: Really what?08:04
* vinny_ waits patiently :D08:04
rinku_kokiri=o08:04
servergodha ha.....so if i create a raid 50 on the card with 8 hdd and the OS sees 8 drives and not 1.....is that the card or the kernel? kernel.08:04
servergodu see, that's the responsibility of MD_raid08:05
Jordan_Uservergod: "if i create a raid 50 on the card with 8 hdd and the OS sees 8 drives and not 1" then it's fakeRAID.08:05
Jordan_Uservergod: Or you've configured the controller for JBOD.08:05
servergodor, kernel md_bios inoperability08:06
rinku_kokiriand the controller has a _______ on it that tells the ________ what to see08:06
* shirish waits patiently08:06
servergodaight, back to solaris, this cust is screwed.08:07
rinku_kokirilol08:07
shirishhi all, does anybody how can I make the cursor larger in ubuntu?08:07
rinku_kokiriwhat's your definition of "cursor"  the thing that makes letters, or the mouse ?08:08
Jordan_Uservergod: Please research the difference between fakeRAID and true hardware RAID. If the OS sees it as anything but a normal, single, drive (and you're not using JBOD) then it's fakeRAID.08:08
shirishrinku_kokiri: the mouse08:08
shirishrinku_kokiri: the pointer - the arrow whichever way you look at it.08:09
rinku_kokirisystem >preferences>appearance>theme tab08:09
rinku_kokiriclick customize button08:09
rinku_kokiripointers tab08:09
servergodJordan_U, before i make myself look like a total idiot, I'll go do that.08:10
shirishrinku_kokiri: thanx, small things but not known. Its cool.08:10
* shirish out08:10
servergodJordan_U, On-board I/O RISC processor and RAID offload provides true hardware RAID08:12
servergodand, it wasn't an issue on FC 2.4 kernel08:12
reeniginEesreveR"ip link add ..." command isn't workking for me. is it supported?08:12
servergodit werks on 8.0408:12
rinku_kokiriip link add08:13
rinku_kokiriNot enough information: "type" argument is required08:13
nyst_wysrthello08:13
rinku_kokiri10.10 ^^08:13
nyst_wysrt:)08:13
nyst_wysrtcrackpot08:13
servergodjust not RHEL 2.6 (centOS/FC13/RHEL5) havent tried ubuntu 10.10 x6408:13
nyst_wysrt#!08:14
servergodi've wasted more time trying to get a yes it werks right on .deb x64, i know it werks right on x8608:14
servergodSo i have no idea why i let u piss me off and waste my time.08:14
nyst_wysrtexitr08:14
vinny_so08:15
vinny_noone got any experince with virtualbox & opengl - compiz for an example but only cos its the most well known example08:15
rinku_kokirior like installing ableton in wine without pops and clicks08:16
vinny_lol @ ableton08:16
vinny_use logic08:16
vinny_haha08:16
shirishrinku_kokiri: back again08:16
vinny_oh wait..08:16
rinku_kokiriwork in wine?08:16
servergodHere is the deal RedHat 2.4 werks x86/64 werks on this card. Ubuntu 8.04TLS x86/64 werks on this card. Ubuntu 10.10 x86 werks on this card. I cant find HCL for x64 for this card does this card work on x6408:17
vinny_i was tryign to be funny, logic being an osx ap08:17
rinku_kokirishirish:~# yea?08:17
shirishrinku_kokiri: also the thing that makes letters write, is it possible to also make that bigger/more visible08:17
X-Sleepy-Xjust need to confirm my thoughts. i have an eee pc 900 and am trying to set the cpu scaling to ondemand. what i've done so far is to enable p4-clockmod in /etc/modules and that made me able to select userspace, performance and powersave. i've now also installed powernowd and that made the userspace work as the ondemand function though ondemand still doesn't work since it just goes to performance when i click on it. this works gre08:17
X-Sleepy-Xat though except for a minor irritation, when the computer starts it seems like if the ondemand mode is selected after about a minute or so and that results in that performance mode is selected instead. so what i want to to is to change it so it select userspace of some value instead and now i wonder if /etc/init.d/ is the right place to look in?08:17
rinku_kokirilol08:17
rinku_kokirilemmie check08:17
shirishlol08:17
shirishrinku_kokiri: sure08:17
rinku_kokirii think you'd just have to increase font size08:17
rinku_kokiriin about the same area08:17
rinku_kokiridifferent tab though08:17
shirishrinku_kokiri: what I actually want to do is have more contrast to it.08:17
airtonix!enter08:17
ubottuPlease try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!08:17
servergodi08:18
servergodwill08:18
servergoddo08:18
Jordan_Uservergod: If it works with 32 bit it almost certainly works with 64 bit. linux drivers are almost never architecture dependant.08:18
servergodwhat08:18
servergodi08:18
FloodBot3servergod: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.08:18
servergodwant08:18
rinku_kokiriroflroflrofl08:18
shirishrinku_kokiri: what happens is the surrounding space is also white08:18
rinku_kokirimaybe servergod, obviously not changod08:18
servergodgod i'm cranky.08:18
shirishrinku_kokiri: and hence the cursor/pointer is often missed when08:18
vinny_:(08:18
shirishrinku_kokiri: I'm writing something.08:18
vinny_i cant beleive noone knows the answer08:18
servergodi got so sidetracked, i forgot my question08:19
vinny_to my question08:19
vinny_:(08:19
damian-is it 63?08:19
servergod42!08:19
vinny_no its 4208:19
vinny_but not helpful08:19
rinku_kokirino it's blue08:19
servergoder 10101008:19
airtonixclear08:19
servergodthat's 4208:19
rinku_kokiriindego08:19
servergodand the day I got married08:19
hovefirseFolks. I need to install a release with an older version of the Kernel, Hardy would suit my needs. Will this distro update the kernel by itself (asking me first, of course), or does it run all the way with the original kernel version provided?08:19
damian-what do you need, vinny_?08:19
servergodrinku_kokiri, lol08:19
servergodnor floodgod08:20
rinku_kokirishirish:~# it's called a caret08:20
shirishrinku_kokiri: any ideas ?08:20
rinku_kokirishirish:~# http://www.ge.ubuntuforums.org/showthread.php?t=954607  ??08:20
shirishrinku_kokiri: caret, new name to learn.08:20
yang__这是?08:20
rinku_kokiri!ch08:20
ubottuDas 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.08:20
shirishrinku_kokiri: looking at it.08:21
rinku_kokirihow is de ch?08:21
servergodJordan_U, I had t compile to x64 kernel on the RH kernel, My orig question is, will this card work OOB because there is no HCL on it, or will I have to compile. Does anyone know. If I do have to compile i will submit to KCL.08:21
servergod*CHL08:21
yang__今天才装   不是很懂的08:21
Jordan_U!cn | yang__08:21
ubottuyang__: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk08:21
rinku_kokiricn hahaha08:21
rinku_kokirithat's why08:21
yang__oh08:21
vinny_damien :08:22
servergodJordan_U, i'm on an Linux ubuntu-bot 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:45:36 UTC 2010 x86_64 GNU/Linux right now is why i'm asking.08:23
vinny_when i try to run glxgears i get Xlib:  extension "GLX" missing on display ":0.0".08:23
rinku_kokirianyone know what tool he's talking about in post 6?? http://www.ge.ubuntuforums.org/showthread.php?t=95460708:23
vinny_when i try to run glxgears i get Xlib:  extension "GLX" missing on display ":0.0".08:23
Dr_Willishovefirse:  i dont think a release that old thats not supported any more will auto upgrade at all. try it and see i guess.08:23
Dr_Willis!eol08:23
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades08:23
vinny_i have 10.10, running on a macbook with a nvidia 320m gpu, running as guest in virtualbox with 3d enabled, but cannot seem to get any usable glx even tho im using the vbox aditions driver.. i have experience of the old days ofcompiz/berly etc and am used to editing xorg.conf to make glx extensions available, i.e include glx etc.. but it seems there is no xorg.conf now. glx is NOT available :( so i dont knwo what to do08:23
ViperHi, some how adobe flash plugin is gone from all my browsers and now i have Gnash.08:23
servergodnoobz08:23
ViperI am on Ubuntu 10.1008:24
Dr_WillisViper:  that would be odd if it did it autmatcially.  remove gnash package, and reinstall the flash installer package.08:24
rinku_kokirishirish:~# you could try this https://help.ubuntu.com/community/Accessibility/doc/Guide08:25
ViperSo i have in Chromium adobe flash removed and only gnash, but i did not install gnash on Chromium08:25
rinku_kokiribut that's old08:25
Viperam i the only one with this problem?08:26
ViperDr_Willis i would like to have both plugins Gnash on firefox and adobe in chromium08:27
ViperIs there a way to have both, Why it is removed  btw?08:27
Dr_WillisViper:  not sure thats do able without some hand work.08:27
shirishrinku_kokiri: while I'm looking at the other link you gave08:29
shirishrinku_kokiri: I ran into another smallish problem.08:29
Viperok thanks Dr_Willis :)08:29
shirishrinku_kokiri: I was trying to navigate to /usr/share/themes/08:29
shirishrinku_kokiri: till here it was cool, no issues.08:29
shirishrinku_kokiri: now here there are number of themes.08:29
shirishrinku_kokiri: the theme I'm running is called Dust Theme08:30
shirishrinku_kokiri: please notice the spaces between Dust Theme08:30
shirishrinku_kokiri: now there is another theme also called Dust08:30
shirishrinku_kokiri: when I do cd /usr/share/themes/Dust Theme08:30
rinku_kokiridust and dust sand08:31
Dr_Willisshirish:  use quotes or escape the space.08:31
shirishrinku_kokiri: it goes to /usr/share/themes/Dust and not Dust sand08:31
Dr_Williscd 'dust theme'08:31
rinku_kokiriand !enter08:31
rinku_kokirier08:31
Dr_Willisshirish:  use the TAB key to complete file names, it will be handy also.08:31
rinku_kokirirather cd 'Dust Theme"08:31
Dr_Williscd  '/usr/share/dust theme'08:31
Dr_Willisor however its cased. :)08:31
shirishDr_Willis: hang on trying that08:31
Dr_WillisSpaces in file names = annoying.08:32
rinku_kokirieating a messy burger in a car with a white shirt on... =annoying08:32
shirishDr_Willis: the '' quotes trick worked.08:34
Dr_Willisshirish:  of course.. its not a trick. :)08:34
Dr_Willis ' '  " " or escapeing special characters. via.. \08:35
rinku_kokirijust not ``08:35
rinku_kokirithose are for running commands within a regex08:35
Dr_Willismkdir 'foo bar'08:35
Dr_Williswillis@Cow:~$ cd foo\ bar/08:35
airtonixshirish, are you using a machine that has multiple user accounts on it ?08:36
rinku_kokirils -al |grep `ls -al|grep chicken`08:37
shirishairtonix: no08:37
shirishairtonix: just me, why? although my mother sometimes plays solitaire on it.08:38
shirishairtonix: she is the one who often has issues with finding the arrow08:38
airtonixshirish, then why are you putting themes, icons and fonts in /usr/share ?  You really ought to be putting them in ~/.themes ~/.icons and ~/.fonts (and then put /home on its own partition ) ) <<< it makes it easier when you do clean installs08:38
shirishairtonix: while I have issues sometimes finding the karet08:39
shirishairtonix: no I didn't put them  there, this is the default download places from bigsi project08:39
airtonixshirish, terrible08:39
shirishairtonix: please check bigsiproject.org08:39
airtonixshirish, 40408:40
Dr_Willisshirish:  theres packages for those bigsi themes... no need to mess with the dirs by hand.08:40
Dr_WillisIve seen PPA's for them08:40
shirishairtonix: airtonix, sorry bisigi things.08:40
shirishairtonix: www.bisigi-project.org08:41
Dr_Willishttps://launchpad.net/~bisigi/+archive/ppa08:41
rinku_kokirianyone got a cli open?08:42
rinku_kokiritype yes into it and hit enter08:42
shirishDr_Willis: there's also a launchpad archive, I used the ones from bisigi08:42
Dr_Willisrinku_kokiri:  the yes command prints y over and over... thats its task..08:42
rinku_kokirii likeit08:42
shirishguys, bbiaw08:42
Dr_Willisrinku_kokiri:  'yes no' prints no over and over...08:42
Dr_WillisI think. :)08:42
shirishletting the session running.08:42
rinku_kokiriyou can make it type YOU SUCK over and over08:42
airtonixshirish, i fail to see the point of bisigi08:43
rinku_kokiriyes you suck08:43
rinku_kokirii love it08:43
JayD3egetting gcc installed w/o an i-net connection is a major pain in the ass08:43
Dr_WillisMoar Themes. for Moar Peoples.08:43
airtonixDr_Willis, are they trying to be another gnome-look.org ?08:43
rinku_kokirinow if i can regex a way to type that into terminal, i'll have.... too much time on my hands08:43
Dr_Willisairtonix:  no. they are just a set of themes they work on. They dont have user submitted themes.08:44
Furiokay, so i just tried to reboot, and randomly it says that after trying to start open sound system it failed. i've tried running in recovery mode and updating grub and everything. i can't even use the fallback terminal.08:44
Dr_Willisairtonix:  every so often they add a new theme. but  they work on them ane make them look/work very well.08:44
rinku_kokirithat page with the diag from before would b helpful now08:44
rinku_kokirishiza http://ubuntuforums.org/showthread.php?t=107562208:45
jimmy_salut08:45
jimmy_hi08:45
rinku_kokiriFuri:~# how long u had the os installed?08:45
Furia week or two.08:45
Furirinku_kokori08:46
rinku_kokirijust started happening?08:46
Furiyes08:46
jimmy_where i am ??08:46
jimmy_i'm not in the gantz irc ??08:46
rinku_kokiriwhat's your hardware?08:46
andrew_46jimmy_: #ubuntu :)08:46
jimmy_hardware ? linux ubuntu !08:46
jimmy_(i speak french)08:46
tim__is there a misc chat room in ubuntu realm with equal amout of active people?08:46
Furii'm not really the best with remembering that sorta stuff; i usually check it via a GUI or something08:47
Wraith_hello08:47
=== Wraith_ is now known as Wraithulek
jimmy_?? don't understand >< i'm bad in eneglish.. sorry, i go to help administrator ^^' byy08:47
Wraithulekwhere i can add new device to xorg?08:48
Furii did install some updates with update manager before rebooting08:48
Furicome to think of it08:48
Wraithulekthere is no xorg.conf08:48
Furibut i don't pay attention to what it installs08:48
Jordan_UWraithulek: What device? Was it not autodetected?08:49
RPG-MasterFound a bug with Nautilus. It crashes every time I open this one folder which is field with JPEG2000 files.08:49
RPG-MasterHow should I go about filing a bug?08:50
Furirinku_kokori08:50
Jordan_U!bug | RPG-Master08:50
ubottuRPG-Master: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs - Bugs in/wishes for the IRC bots (not Ubuntu) can be filed at http://bugs.launchpad.net/ubuntu-bots08:50
Wraithuleki want to get resolutio more than 800x600 on SiS graphics08:50
rinku_kokirii m here.. on two trails08:50
rinku_kokirisudo lshw -C sound08:50
rinku_kokirirun that08:50
rinku_kokiripastebinit08:50
Furibut here's the thing, i can't even get into a terminal08:50
RPG-MasterJordan_U: Thanks :)08:50
Jordan_URPG-Master: You're welcome.08:50
Furirecovery mode does the exact same thing08:50
rinku_kokirialt F2?08:50
Furiyou don't get it, it doesn't even get to the login screen or anything08:51
Jordan_UWraithulek: Then just create an xorg.confg. SiS graphics are painfull to deal with...08:51
rinku_kokiriu can't switch tty's?08:51
hovefirseDr_WIllis: Well, it's a LTS-release, with 3 years of security updates...08:51
Furii get stuck at a screen that says open sound system failed and when i try switching ttys it just shows a blinking cursor and i can't put anything down08:51
Wraithuleki create xorg.conf on /usr/share/X11/xorg.d/08:52
Wraithulekand add here some about this graphics08:52
Wraithulekthen i get only to text mode08:52
Wraithulek;c08:52
Jordan_UWraithulek: No, in /etc/X11/xorg.conf .08:52
=== realeyes is now known as realeyes|Zzz
Wraithulekok08:52
rinku_kokiriFuri:~# latest?08:52
rinku_kokiri10.10?08:52
Furirinku_kokiri: yes08:52
rinku_kokiriwhen exactly did the reboot occur08:53
shirishback08:53
Furirinku_kokiri: a few minutes ago08:53
Furirinku_kokiri: manual08:53
rinku_kokiritht's not sounding good...08:53
rinku_kokiriwhen was the update?08:54
Furirinku_kokiri: a few hours ago08:54
Furirinku_kokiri: sound worked just fine previously, too08:54
RPG-Master!ubuntu-bug nautilus08:54
rinku_kokirineed to know your hardware...08:54
Furirinku_kokiri: hold on08:54
Furirinku_kokiri: what's the command again?08:55
Jordan_URPG-Master: It's not a command for ubottu. You run "ubuntu-bug nautilus" in a terminal.08:55
RPG-MasterJordan_U: Oh08:55
Furirinku_kokiri: i managed to get into this terminal and it says i'm at "grub>"08:56
rinku_kokiriheh08:56
Wraithulekok. i created08:56
Wraithulekreboot08:56
DiogenesWservus08:56
Wraithulekhi08:56
Furirinku_kokiri: what's the command?08:56
rinku_kokirithat's not bash08:56
rinku_kokiriyou're @ a grub prompt08:57
Furibut that's all i can get to08:57
rinku_kokiribut my command is useless in grub08:57
Jordan_UFuri: Try selecting a previous kernel version.08:57
rinku_kokiriif it's there..08:57
Wraithuleksame ;c08:57
FuriJordan_U: EXACT same thing happens, even if i choose the recovery mode on THAT08:57
Jordan_UFuri: Does adding "init=/bin/bash" as a kernel parameter get you a shell?08:58
FuriJordan_U: i don't understand08:58
FuriJordan_U: on bash?08:59
FuriJordan_U: i mean, on grub08:59
Wraithulek;C09:00
Jordan_UFuri: At the grub menu press 'e' to edit one of the entries. Add "init=/bin/bash" to the list of kernel parameters (after "ro quiet splash" and on the same line).09:00
Jordan_UFuri: Then press ctrl+X to execute this modified entry.09:00
wakatanahi all - is possible to install ubuntu 10.04 without graphic envriroment ?09:00
iliuswhere to see list of supported models of nvidia-185 driver?09:00
Jordan_Uwakatana: Yes.09:00
rinku_kokiriwakatana:~# search for the server install cd09:01
Jordan_U!minimal | wakatana09:01
ubottuwakatana: The 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/MinimalCD09:01
rinku_kokiriheh or the minimal...09:01
wakatanaI tried switch to command line install (press esc key) and then type custom linux, linux server, but neither works09:01
wakatanakernel not found09:02
wakatanawill I have to download another CD for this installation or is it possible to do with my existing CD 10.04 ?09:02
Dr_Williswakatana:  if you want no gui,. use the server, or minimal cd's09:02
Dr_Williswakatana:  or desktop install. then remove what you dont want09:02
Jordan_Uwakatana: You can't do it from the standard Desktop CD. You need to use the minimal, alternate, or server CD to install without a GUI.09:02
FuriJordan_U: bash: cannot set terminal process group (-1): Inappropriate ioctl for device09:02
rinku_kokiriwakatana:~# it's a different cd09:03
wakatanaactualy I did not have capacity do downoad another CD this is why am asking if I could user classic CD09:03
FuriJordan_U: bash: no job control in this shell09:03
Jordan_UFuri: Does it still give you a shell?09:03
FuriJordan_U: and it says i'm bash@(none)09:03
FuriJordan_U: i think09:03
FuriJordan_U: idk what you mean by shell, do you mean like a command line?09:03
rinku_kokiriFuri:~# if you were in grub, chances are, you need to run a find /boot/grub/stage109:03
wakatanaJordan_U, that is bad :(09:03
Jordan_UFuri: Yes.09:03
FuriJordan_U: yeah09:04
Jordan_Uwakatana: What do you mean by "capacity"?09:04
rinku_kokiriFuri:~# reboot normally, get to grub09:04
JohnHeikkilaHey, how can I format my one and only internal Hard disk? I want to install Windows on my Ubuntu PC, but the installer tells me that my HDD is not formatted as NTFS or something09:04
Dr_Williswakatana:  you can always just disable the GDM service if you dont want X starting.09:04
rinku_kokiriFuri:~# then when @ grub>09:04
rinku_kokirihttp://ubuntuforums.org/showpost.php?p=117829&postcount=209:04
rinku_kokiristart @ #409:04
FuriJordan_U: what do i do?09:05
rinku_kokiriif you need to find the hd it's on09:05
Dr_WillisJohnHeikkila:  You need to have  the disk partioned in a way that windows has a space tio install to.09:05
rinku_kokiriFuri:~# reboot and tell me when ur @ grub09:05
Jordan_UFuri: Ignore rinku_kokiri's advice. It has nothing to do with your problem, and wouldn't work even if it did.09:05
Dr_WillisJohnHeikkila:  you have just linux on the machine now?09:05
JohnHeikkilaDr_Willis: Yes09:05
JohnHeikkilaDr_Willis: Any program I could burn and boot from a disk?09:05
Dr_WillisJohnHeikkila:  then you need to resize your partitions and make a unallocated space for windows to format/install to. gparted can do that.09:06
FuriJordan_U: but what should i do, then? i'm at a command line as root@none...09:06
shirishhi all, back09:06
JohnHeikkilaDr_Willis: What if I want to remove linux completely, a fresh start?09:06
wakatanaDr_Willis, OK so I will try install ubuntu classic and then I will use runlevel without graphic or disabling gdm or something, which is the best way ?09:06
shirishrinku_kokiri: back09:06
Dr_WillisJohnHeikkila:  then delete all partitions. and reboot windows installer cd.09:06
JohnHeikkilaokayyy09:07
kiahdoes anyone here emulate n64 games?09:07
rinku_kokiriI do09:07
Dr_Williswakatana:  ubuntu dont use runlevels that way.. disable gdm service = X dosent start. Or use the 'text' kernel option  to boot to the console only09:07
shirishDr_Willis: would there be any benefit changing the software sources from the bisigi project to the launchpad PPA archive?09:07
rinku_kokirikiah:~# i only emulate bond...09:07
rinku_kokirikiah:~# i dont have enough memory for mario...  drink too much09:08
wakatanaDr_Willis, OK i will try - thanks a lot so far09:08
CaptSmokey6Hi, i'm on ubuntu 10.10. I'm looking to install the theme from older ubuntu versions or how do i move the close, minimize, and maximize buttons to the right?. I don't like where the Close, Minimize, and Maximize buttons are placed because i've migrated from Windows.09:08
albertoHello, good morning from Spain.09:08
kiahi have 2GB of DDR2 RAM and an old ATI card with i think 128MB and an old 64bit AMD processor. not exactly top of the range but i've been trying all day to emulate n64 games and i just can´t09:08
JohnHeikkilaDr_Willis: So are you telling me to start Gparted while I've booted from my linux HDD?09:08
kiahi haven't tweaked xorg or installed proprietary driversd09:09
albertoWill you please tell me how much disk space I should set for the swap partition? I have 2GB RAM09:09
FuriJordan_U: what should i do?09:09
kiahall games lag too much, in both mupen and project64 in wine09:09
shalokWhen I try to import with apt-cacher-ng, it prints tonnes of 'fingerprint created' messages, but doesn't actually move them from _import into the cache. Why not?09:09
rwwubottu: controls | CaptSmokey609:09
ubottuCaptSmokey6: In Lucid, the minimize, maximize, and close buttons have been moved to the left side. For more information, please see https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/532633/comments/564 | To move them back to the right-hand side, see http://sites.google.com/site/alucidfs/how-i-do/move-buttons-to-right-side09:09
Dr_WillisJohnHeikkila:  yes. or use a live cd.09:09
kiahalberto, you shouldn't need more than 500MB09:09
Dr_WillisJohnHeikkila:  if you want to delete linux and install windows. You basically erase the HD and let windows repartition it.. windows instller can proberly do it also.09:10
kiahso you n64 emulating guys, what emulators are you using?09:10
shirishDr_Willis: no comment ?09:10
CaptSmokey6@rww: Thanks09:10
Dr_Willisshirish:  i just use teh ppa's - the 2 may be the same thing.09:10
amehr!p3 217.25.54.3009:10
JohnHeikkilaDr_Willis: The windows installer has the Format option but it's gray, not clickable09:10
Furikiah: when i used vista, i used project64k to play ssb64 with my friends and stuff09:10
albertokiah I've read I should set double my RAM09:10
shirishDr_Willis: ok thanx.09:11
Furikiah: p64k emulates extremely fast too09:11
Dr_WillisJohnHeikkila:  delete the partitons via gparted then i guess.09:11
albertokiah In that case... Should I reserve 4GB?09:11
JohnHeikkilaDr_Willis: Okay.09:11
rinku_kokiriFuri:~#  your problem solved?09:11
kiahalberto, old advice from the days of 256MB of RAM09:11
Furirinku_kokiri: not realy09:11
kiahalberto, any more than 500MB is a waste of HDD space09:11
shirishrinku_kokiri: Dr_Willis: I don't know what to do about making the caret bigger, the Ubuntu Accessibility guide isn't any help at all.09:11
shirishrinku_kokiri: Dr_Willis: should I change the settings in the theme file by hand09:12
kiahFuri, yes but im using ubuntu09:12
Dr_Willisshirish:  the mouse pointer? its in the themes/settins some where. but some times tyou have to log out/back in for the changes to take effect.09:12
rinku_kokirishirish:~# i would make a backup first.09:12
albertokiah On the other hand, I installed Ubuntu 10.10 and it reserved automatically 5GB! :-s09:12
kiahhmm... maybe i should install XP instead09:12
shirishrinku_kokiri: Dr_Willis: the mouse pointer but when writing docs.09:13
kiahalberto, well, it's stupid.09:13
shirishrinku_kokiri: you are correct. that is the first thing.09:13
* kiah goes to install XP09:13
* kiah *sighs*09:13
=== purvesh7 is now known as purvesh
albertokiah It's very strange, I mean I installed it in basic mode, not advance, so I didn't decide the size of the partitions, it was Ubuntu itself that did that for me, and as I tell you, it reserved 5GB.09:14
Dr_Willisrunning xp in virtualbox right now. :)09:14
AbhiJitits called as putting leg on axe09:14
albertokiah How much would you recommend me? 500MB?09:14
kiahalberto, yes, i already said that09:14
kiah50009:14
albertoBY the way, my Ubuntu is 64bits, I don't know if that has something to do with it...09:15
Furikiah: and so am i, but i don't really play games much anymore, so i can't really tell you about anything good for ubuntu09:15
Dr_Willisgamez for linux collection site ---> http://www.penguspy.com/#/All/free_and_commercial/sort=1/view=1/limit=009:16
kiahi'm not interested in linux games. i just want n64 emulation and am surprised that such a simple thing won't work09:17
ubuXubuif i install flash in ff browser and it works, then i get an update and i cant play vids wut do i do09:17
kiahit used to work about a year back on my nvidia09:17
Jon--Are there any dangerous terminal commands that don't require admin besides forkbomb? I know this sounds like some skiddie, I'm just playing around in a VM right now and wondering what I can do / what I need to be concerned with if I am running an SSH server or something09:17
bettshello09:17
Dr_WillisN64 emulator worked for me last time i tried one. but the state of emulators is a little flakey for some games09:17
kiahDr_Willis, which emulator did you use?09:18
Dr_Willisalso it takes a rather powerfull system to run it well.09:18
Dr_Williskiah:  dolphin perhaps.. it was about 8 mo ago i last tried it.09:18
kiahDr_Willis, dolphin isnt an n64 emulator, i dont think09:19
kiahDr_Willis, it's for gamecube and wii09:19
Furianyways, does anyone know how to help with my issue?09:20
Dr_Willismay been i was doing GC also that week...09:20
Cars10I deleted the vino from the startup apps by mistake. Can anyone provide me the defaults?09:20
Furii'm in a bash terminal as bash@(none):/#09:20
Furiand i'm trying to fix rebooting and such09:20
Dr_Willisn64emu thread -> http://ubuntuforums.org/showthread.php?t=47603109:20
Furiopen sound system fails at starting09:21
xsachahey guys.. is there Qt4.7 available for ubuntu 10.04?09:21
kiahFuri, ossv4?09:21
Furikiah: idk09:21
Furikiah: i updated before i rebooted09:22
miyamotohay cani use 64bit ubuntu in 32bit laptop09:22
Furikiah: i mean, update manager09:22
LtNightno09:22
Dr_Willismiyamoto:  you need a 64bit cpu.09:23
loganehello09:23
loganehe ho09:23
=== ashish is now known as Guest8893
=== Guest8893 is now known as AshishC
miyamototoday i download ubuntu 10.10 but its for 64 bit i tried it using usb stick it works09:23
Cars10I deleted the vino from the startup apps by mistake. Can anyone provide me the defaults?09:24
Dr_Willismiyamoto:  then you have a 64bit cpu.. what IS your cpu?09:24
miyamotocorei309:24
Dr_Willismiyamoto:  so... you have a 64bit cpu.. whats the acutal issue?09:24
rinku_kokiriDr_Willis:~# i think you answered your own question09:25
rinku_kokiri=D09:25
miyamotoohh i dont kno tht b409:25
miyamotoubuntu 10.10 just solve ma problem09:25
miyamotoheadphone was not workin in lucid09:25
miyamotobut no it works fine09:25
Cars10I anyone so kind to look in startup apps and provde me those values?09:25
FuriCars10: i would, but i can't even get on ubuntu atm09:26
Cars10ok any1 else?09:26
shirishgoing for a break, may come back later.09:27
rinku_kokiriFuri:~# pop ur livecd in09:27
shirishrinku_kokiri: Dr_Willis: thank you for your efforts.09:27
* shirish out09:27
Furirinku_kokiri: why?09:27
rinku_kokiriFuri:~# that way you can boot your system and fix the problem.09:27
mageekhi, how can I enable alt key work together with gedit ? i cant make signs like ~ and ^ with it, works fine with kate.. not sure where the problem is09:28
Cars10I need someone running the ub desktop version09:28
Furirinku_kokiri: but i don't even know what to fix09:29
Dr_WillisCars10:  if you made a new user and logged in as that new user. it should hav the default settings you could look at. Im on kde right now so cant check.09:29
Cars10Dr_Willis: ok thx09:29
foormeahi. trying to install ubuntu using alternate on a external hard drive partitioned as lvm (1 primary partition as vg, not full disk). /boot, root are within the lvm. install runs fine, grub installs fine. but never boots: i get a blank screen09:31
Dr_Willisfoormea:  you may need /boot/ not in the lvm.09:32
foormeaDr_Willis: apparently grub2 supports /boot within the lv ; but i tried with /boot outside of the lv and same damn thing :(09:32
Dr_Williswhat are you gainign by using a lvm anyway?09:32
foormeaflexibility09:32
Dr_WillisYou DID tell the installer to isntall to the usb drive?09:32
Dr_Willisare you really going to be resizeing partitions?09:32
foormea1tb drive. i like to play around with OSes09:32
Dr_WillisI got a 1tb hd just for HOME. :)09:33
foormeaDr_Willis: yes, i knwo what i'm doing09:33
universalinterfahi09:33
karthick87Which is the best torrent downloader for ubuntu..?09:33
Dr_WillisGo for it then I guess.  try a non lvm install perhaps as a text.09:33
Dr_Willistest.09:33
universalinterfatorrent...uhm09:33
Dr_Williskarthick87:  depends on your needs. they can all do the basics.09:33
universalinterfause a light one09:33
universalinterfatransmission is so good09:33
foormeakarthick87:  rtorrent for text mode, ktorrent for a nice kde one, for gnome and other no idea09:34
chouchouhello good morning, I have installed ubuntu on VMware, I just did an upgrade on my Windows 7 PC and VMware network adapter vanished. is no more there. hence I can't connect to the network on my Ubuntu system. how do i fix it please ?09:34
universalinterfagnome use the built in torrent client09:34
universalinterfais called transmission09:34
karthick87Which one should i use?09:34
Dr_Willisive been using qBittorrent - it has a feature where it can download files 'in order' so i can watch ep1, while ep2  is downloading. :)09:34
Dr_Williskarthick87:  it depends on your needs....09:34
universalinterfaUSE TRANSMISSION09:34
skwashdhi all09:35
Dr_Williskarthick87:  try one.. if it does the job fine.. if not try another.09:35
universalinterfaI SAID TRANSMISSION IS THE BEST AND LIGHT09:35
skwashdi'm running a 64 bit lucid server upgraded from jaunty to karmic then to lucid09:35
bazhanguniversalinterfa, lose the caps09:35
Dr_Willisits defaunatly not the 'best' for everyone. and light is rather meaningless if its lacking features you want.09:35
Furiguys, i really need some help. i'm in bash as root@(none):/# and i am trying to fix a problem involving open sound system failing to open.09:35
rwwuniversalinterfa: caps are bad :\09:35
foormeagosh is it the chan etiquette to use capital letters like that?09:35
universalinterfayes09:36
Dr_WillisFuri:  so the system was working? you then did somthing and now its booting to the root terminal? or what happened exactly?09:36
universalinterfai was screaming09:36
skwashdand from what i can accertain it is hanging at udev starting during boot09:36
th_hi all. im trying to connect my ps3(eth0) to internet via this computer. i enabled ipv4 forwarding but it isnt working. is there anyone who has experience?09:36
bazhanguniversalinterfa, chat in #ubuntu-offtopic09:36
chouchouany suggestion ?09:36
FuriDr_Willis: rebooted. i updated like 20 hours before i rebooted, so that's probably related09:37
=== viki is now known as Guest35653
Dr_Willis!ics | th_09:37
ubottuth_: If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/InternetConnectionSharing - You may also use !firestarter: http://www.fs-security.com/docs/connection-sharing.php09:37
sreejuwhile i close the chrome browser after browsing the system hangs , i tried reinstall .how to fix it?09:37
Dr_WillisFuri:  and that was all you did? updated/upgraded/rebooted? no other fancy changes?09:37
foormeath_: no idea how ps3 works, but if you wanna achieve nat you need to set ipforwarding rules09:37
FuriDr_Willis: nope09:37
universalinterfayes try to format your brain   with sudo apt-grt remove shit09:37
th_foormea, yes that is what i was thinking but no idea how to do that09:37
bazhanguniversalinterfa, stop that09:37
skwashdlol09:37
Dr_Willissreeju:  reinstalling programs to fix things is 'windows thinking'  , try running chrome from a terminal, look for error messages when it hangs. also you may want to ssh in from some other machine and check the logs when it hangs and see if any commands can wake it back up.09:38
MoeMoneyhey there, i have a command running through ssh on a server, but its gonna take a while for that command to finish. if i get out of range my ssh session is gonna die. would my command still be running if my session timed out?09:38
foormeaalright people. bye09:38
MoeMoneyif so is there a way i can keep that command going even if my session times out?09:38
Dr_WillisMoeMoney:  use 'screen' in ssh.. its very handy. or 'nohup'09:39
sreejuwhen it hangs even restart button is not working09:39
skwashdthe machine is running ext4 fs and it mounts fine ... but in the output it stops right before when udev starts on another 10.04 box09:39
DaghdhaEach time i add a share with Nautilus it crashes (It dissapears without a warning, i am assumingit is not normal behavious) How cani see what it's doing?09:39
anygivennameanyone into public key ?09:39
Dr_Willissreeju:  ssh in, look at logs, try 'reboot' command or 'sudo service gdm restart' or try killing any processes that look hung.09:39
MoeMoneyDr_Willis: would either of those require me to restart the command?09:39
sreejubut there is no problem in other browser09:39
Dr_WillisMoeMoney:  normally one uses screen when you first log in, and use it as your 'shell' so yes..09:39
kenet_yumI complete remove the AWN from synaptic. after that i remove every folder and file from my home folder by searching them from nautilus. after that i clean the system with bleachbit as root. and than i reboot the system and i install the AWN back and i see that the same configurations (my old settings) still for AWN. how it can be possible? i use ubuntu 10.1 but i can not remove a package ( program) with it's all configuration files. can someone explain me p09:40
MoeMoneybawls :(09:40
th_btw if i want to refresh my connection setting do i really have to reboot like that help page says?09:40
MoeMoneywhat if i bg it then do nohup fg &09:40
MoeMoneymight that help?09:40
Dr_Willissreeju:  sounds like some driver crash/issue. try perhaps going to some empty web site befor closing  the browser. or try the google chrome. or the daily builds of the chromin/chrome browsers09:40
th_if i just restart networking service or something?09:40
FuriDr_Willis: so...any ideas?09:40
Dr_WillisMoeMoney:  not sure. I tend to use screen. :)09:40
MoeMoneyah kk Dr_Willis09:41
amarcolinodoes anyone know why would denyhost keep adding the localhost into hosts.deny even knowing it is whitelisted?09:41
Dr_WillisFuri:  not really other then try to update/upgrade againm, and rerun 'sudo update-grub'09:41
MoeMoneyDr_Willis: oh i found nohup for existing jobs on the wiki. thanks for the help :)09:41
sreejuok09:41
Dr_WillisMoeMoney:  if doing a lot of ssh. then screen/byobu  is worth learning about. :)09:41
FuriDr_Willis: tried update-grub, says it's read-only filesystem...09:42
MoeMoneyDr_Willis: i see that now, i always thought it was unnecessary but i think from now on the first thing i'll do is use screen when i login09:42
quiescensmm09:42
quiescens^z, bg and disown09:42
frustroraid 0, new install sees one volume but its cranky about GPT  select yes and goes nowhere, reboot select no goes nowhere  bad card or unsupported?09:42
Dr_WillisFuri:  you can remount it. or try a live cd. sounds like that MAY be the bigger issue.  the os defaults to remounting the HD as read only. if a disk error is detected.09:42
Dr_WillisFuri:  you may want to be backing up any imporntant data soon.09:43
frustroon mobile phone  sry fir sp09:43
FuriDr_Willis: so this is growing into some big-ass thing that i have to deal with09:43
MoeMoneyquiescens: http://stackoverflow.com/questions/1463852/why-do-unix-background-processes-sometimes-die-when-i-exit-my-shell09:43
MoeMoneyjust found that too :)09:43
MoeMoneythanks for the help quiescens , Dr_Willis09:43
Dr_WillisFuri:  'system mounting read only when it shouldent' has always been  a hard drive failure in progress/happenign issue fromw hat ive seen.09:44
FuriDr_Willis: then how do i remount it without it being read-only?09:44
Dr_Willistheres a -o remount, option to mount , you can use.09:44
Dr_Willisi would fsck the filesystems first. to make sure they are ok.09:44
Dr_Willisbut i would BACKUP anything imporntant befor doing that.09:44
Furito be honest, i have nearly no idea on what you're talking about09:45
X-Sleepy-X:)09:45
Dr_WillisFuri:  do you have any thing imporjntant on there that you must 'have' ?09:45
FuriDr_Willis: sure09:45
Dr_WillisFuri:  use a live cd, and a external usb hd, or somthing. to get to it.. and copy it somewhere safe.09:45
shazbotmcnastycan you use two screens with one video card, with one port, and another onboard video port?09:45
Dr_Willisshazbotmcnasty:  yes. you can.09:46
anygivennameanyone into public key auth ?09:46
FuriDr_Willis: so i have to face the inevitable?09:46
Dr_Willisshazbotmcnasty:  but the chipsets of the cards can make the task harder,. or easier..09:46
shazbotmcnastymhm09:46
Dr_WillisFuri:  'data worth keeping' is worth backing up.09:46
kenet_yumI complete remove the AWN from synaptic. after that i remove every folder and file from my home folder by searching them from nautilus. after that i clean the system with bleachbit as root. and than i reboot the system and i install the AWN back and i see that the same configurations (my old settings) still for AWN. how it can be possible? i use ubuntu 10.1 but i can not remove a package ( program) with it's all configuration files. can someone explain me p09:46
shazbotmcnasty so it's a long hard task Dr_Willis ?09:46
FuriDr_Willis: in other words, it's not 100% chance that i'm screwed, right?09:47
Dr_Willisshazbotmcnasty:  for my nvidia system . took all of 10 sec...09:47
shazbotmcnastyI'm just wondering because my girlfriend wants to use two screens on ubuntu, and she wants to set it up09:47
shazbotmcnastyoh09:47
Dr_WillisFuri:  if its a hard drive failure in progress...  its hard to tell.09:47
shazbotmcnastywell can a linux noob do it in ten minutes?09:47
shazbotmcnastywhat you did..09:47
=== jason is now known as Guest92837
Dr_Willisshazbotmcnasty:  depends on your chipset.. with nvidia.. its easy.09:47
shazbotmcnastykneato09:47
Guest92837#can anyone tell me how to rum lamp after  i install it09:47
Dr_Willisi install the nvidia drivers. plug in both monitors.. (rebooted)  ran nvidia-setup tool and set up 2 monitors. restarted X server..09:48
FuriDr_Willis: oh, wow. fucking wonderful.09:49
kenet_yumI complete remove the AWN from synaptic. after that i remove every folder and file from my home folder by searching them from nautilus. after that i clean the system with bleachbit as root. and than i reboot the system and i install the AWN back and i see that the same configurations (my old settings) still for AWN. how it can be possible? i use ubuntu 10.1 but i can not remove a package ( program) with it's all configuration files. can someone explain me p09:49
Dr_Williskenet_yum:  run bleachbit as the user perhaps.09:49
FuriDr_Willis: my life is really starting to suck badly, this month so many crappy things have been happening09:49
Dr_Williskenet_yum:  sounds like you are missing some config files in the users home dir.09:49
Dr_Williskenet_yum:  and the package manager system does NOT normally touch anything in the users home dirs.09:50
Guest92837LAMP Problem here09:50
Guest92837need help some one :(09:50
kenet_yum Dr_Willis:  what we should do ? we have to use an application like "unistaller" or something ?09:50
Dr_Williskenet_yum:  i rarely have an issue with the configs staying.09:51
FuriDr_Willis: anyways, i did mention to you that it's open sound system not opening right, right?09:52
vinodmy screen goes blank while logging to ubuntu10.1009:52
quiescenskenet_yum: traditionally uninstalls do not remote any user settings etc because the administrator could well be a different person to the users that are using it, you probably need to do something like "gconftool-2 --recursive-unset /apps/avant-window-navigator" on the user in question09:52
vinodand alll the visual effect are no t  working09:52
quiescenshmm, i don't know for sure whether that gconf path is up to ate09:53
reeniginEesreveRif i have multiple interfaces, how do i set one interface as default interface/09:53
reeniginEesreveR?09:54
kenet_yumquiescens:  i did it too. but it is  not wokring. there is a big problem for config files of gnome.  not just for awn but for other packages too. i remove and install many packages but i face the same problem... :(09:54
vinodyes09:54
kenet_yumquiescens: this is a gnome's problem or not ?09:54
vinodyes its upt0 date09:54
quiescenskenet_yum: as we've said, uninstalling is not intended to reset any user settings because it would be inappropriate for uninstalling something to delete some other user's data09:55
kenet_yumquiescens: so there is nothing to do ?09:55
olivvv_hi I m trying to edit resolv.conf but it is read-only, how can I get the right to edit it ?09:57
DiogenesWolivvv_ try the sudo prefix before your edit call09:58
jukhow to scons install it says don't know how to make target `install'09:59
olivvv_I m doint that in the gui09:59
FuriDr_Willis: i started up via a livecd, but it's all temp stuff09:59
neohashihello, having some issues with my opengl3+ dev under ubuntu.. I get an undefined ref to a single function: glDeleteVertexArrays()10:02
DaghdhaMy Nautilus keeps dissapearing when i make shares. please. Ho can i find outwhat happens, it's not like a make shares all day so it's not critical but i find it unsettling.10:02
technikfreakhello together i  have a couple of pictures in a sd card and would lik to change the direction like to left ect...10:03
technikfreakin the explorer it isn't a function10:04
neohashiQ: how to I chk if my libs are outdatet? and possibly see what libs my exec uses on runtime10:05
wizzcan restart or turn wireless card on from terminal?10:05
Sam__hey10:06
Sam__can someone help my computer isnt working10:07
erikssolhey hey10:07
olivvv_DiogenesW:what is the command ? I randomly tried sudo edit resolve.conf10:07
Sam__it caught on fire and it made a whrrrrrrrrrrrrrblrrrrrrrrrrgh sound10:07
DiogenesWwhicheditor do you use, olivvv_ ?10:07
Sam__im on my moms computer10:07
bazhangSam__, ##hardware10:08
Sam__the sound was like WRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRr----BLAAAAAAREIRGEEEEEEEEEEEEEEEL10:08
bazhangSam__, wrong channel10:08
Sam__my computer blew up10:08
Sam__help me10:08
Sam__wats a channel10:08
Sam__my mommy told me to fin help on googel10:08
olivvv_DiogenesW:default one10:08
jribSam__: this channel is for ubuntu support.  You apparently have a hardware issue.  Take it to a computer store10:08
bazhangSam__, offtopic chat on #ubuntu-offtopic  hardware help in ##hardware10:08
Sam__im sad no one wl help me :(10:08
Sam__WHY DO U ALL HATE ME IM TELling my mommmyyyy10:09
DiogenesWolivvv_ which is?10:09
technikfreakdoes anybody know how i could change the direction of my pcitures directly from the sd card and not only in the cache10:10
olivvv_DiogenesW:gedit10:10
bazhangtechnikfreak, flip them 180 degrees?10:10
DiogenesWthen the command should be "sudo gedit <path to resolv.conf>/resolv.conf"10:10
technikfreakyes10:10
bazhangtechnikfreak, phatch10:11
technikfreakis that a terminal command_10:11
FuriDr_Willis: i tried booting from livecd and everything is local to the disk10:11
bazhang!info phatch | technikfreak10:11
ubottutechnikfreak: phatch (source: phatch): simple to use Photo Batch Processor - GUI. In component universe, is optional. Version 0.2.7-2 (maverick), package size 217 kB, installed size 812 kB10:11
rocyo19--------------------------- http://www.cccsex.net ------------------------------- :) real free!10:11
=== ian__ is now known as iflema
technikfreakthx y<ou saved my date tonight :-)10:12
DiogenesWolivvv_ does that work?10:12
olivvv_mmh, strange it opens the file, but the content is empty10:13
olivvv_if i do it in the gui there is content10:13
DiogenesWthen you have the path wrong and geditr opens a new file10:13
DiogenesWolivvv_ try "sudo gedit /etc/resolv.conf"10:14
tphivewhat's the linux equivilant of 'dir'? eg, 'dir c:/' would list all files in that directory.10:16
olivvv_DiogenesW:works, thanks10:16
jackbox26tphive: ls10:16
wizzcan i enable wireless using terminal?10:16
DiogenesWolivvv_ it would be nice if you get the prnciple why it works10:16
DiogenesWsorry, sounded a bit offensive#10:17
olivvv_DiogenesW: I guess program name and then path10:17
tphivejackbox26 thanks10:17
olivvv_and sudo is to say that i am super powerful, right ?10:17
DiogenesWyep, anbd when you need administrator rtights, sudo as prefixed command10:18
DiogenesWolivvv_ it says you are the caretaker of the computer10:18
Daghdhasuper user do?10:18
DiogenesWsudo = Subtitute User and DO10:18
Daghdhaoh :)10:18
DiogenesWit's derived from the "su" command, whcih means "substitute user"10:19
DiogenesWyou could follw any user on the machine, but by default, it means root10:19
DiogenesWif you were alfred and wanted to take over as bert, you usew "su bert", enter bert'S password and now wor wth bert's right10:20
DiogenesWrights10:20
DaghdhaWhere are the definitions of the shares i make for samba? they aren't going to /etc/samba/samba.conf like i expected :(10:20
angeloHi!10:21
sihnoncan anyone tell me how to set proxy exceptions in my bashrc? i took a guess at http_proxy_exceptions but it didnt work10:22
angeloi'm new in the community and i'd like to help10:23
jrib!contribute | angelo10:23
ubottuangelo: To contribute and help out with Ubuntu, see http://www.ubuntu.com/community/participate10:23
angeloi can use C/C++, Java....10:23
angelo:-)10:23
Daghdhao_O10:23
angelothank u guys10:23
angelo:-)10:24
Daghdhathey are just links?10:24
airtonixDaghdha, you mean the ones you create by right click a folder in nautilus ?10:25
DaghdhaI found them10:25
Daghdhathanks10:25
DaghdhaThey are little config files10:25
airtonixDaghdha, yes made by software provided by nautilus-share10:25
angeloyeah, i saw that, but in the artwork area a person told me that maybe there will be need in future, when work will take more shape10:26
angelo| ubottu10:26
airtonixangelo, this isn't the place to find out.10:27
DaghdhaHmm, adding new ones but they don't list10:28
angeloyeah airtonix, its an advice in the artwork area to use IRC10:28
airtonixangelo, but not this channel.10:29
angeloah, ok10:29
angeloand where?10:29
angeloi'm new in IRC too10:29
leftistmorning all10:29
leftisthas anyone encountered any issues with the system freezing up when you try to access your download folder?10:30
leftistit only happens with that folder.10:30
Dr_WillisDaghdha:  theres some directorys/files in /var/ that handle the user made shares.10:30
airtonixangelo, using irc isn't a hit and run affair like you would be used to with instant messaging... but anyway : https://wiki.ubuntu.com/IRC/ChannelList10:31
Daghdhayes Dr_Willis, i found them and added one. It's not showing up though. Gonna reboot and see if it shows then10:31
airtonixDaghdha, you don't need to reboot10:31
angelook10:31
angelothank u10:32
Dr_WillisDaghdha:  i think one nees to logout/back in for them to work.10:32
Dr_WillisDaghdha:  at least the first time..10:32
airtonixor just : sudo service smbd restart10:32
daedaluzis brtfs good enough to be used for /home or is data loss excepted?10:33
olivvv_I run ubuntu in a virtualbox, can I copy and paste from windows ?10:33
daedaluzolivvv_: with guest addons yes10:33
Dr_Willisdaedaluz:  ive heardits gotten very good. but  i dont think you gain much from it vs ext3/4 at this time.10:34
Daghdhalol, it don't show yet.10:34
olivvv_ok, i ll into that later, and will noy type with my little fingers10:34
* Daghdha checks file10:34
airtonixolivvv_, it's actually called "guest additions"10:34
daedaluzDr_Willis: well seeing how next release is going to default to brtfs and it's way fast in MeeGo vs ext4 in latest Ubuntu so..10:35
Daghdhaaw ok, i see it. It's owned by root iso me10:35
=== lodger is now known as Guest86665
airtonixDaghdha, I suppose there is a good reason why you are not simply using nautilus to create the share ?10:36
Daghdhayey!10:36
Daghdhayes, it crashes eachtime i do10:36
leftisthas anyone encountered any issues with the system freezing up when you try to access your download folder?10:36
Daghdhaand sometimes it makes the share and sometimes it doesn't10:36
leftistevery single time i access the download folder/dir for even a second the damn system freezes up.10:39
airtonixleftist, even from terminal ?10:40
leftisti am try8ing it now airtonix10:40
hpj_when i run wubi 10.10 on my netbook (windows xp), it only offers "try and full install" and "learn more", but no "install inside windows" button, what gives?10:40
leftistlet you know10:40
airtonixhpj_, just create a liveusb instead and book from usb...10:40
leftisti am trying to just copy the contents first before i do anything termally destructive10:41
hpj_airtonix: yes, i actually have an usb already10:41
hpj_but i don't know how to install ubuntu inside windows from the normal ubuntu install cd10:41
hpj_or usb, for that matter10:42
geoffmcchpj_: i believe you start the process within windows10:42
wakatanagurus how do I disable gdm in 10.04 ?  ls -l /etc/rc2.d/ | grep -i gdm gives nothing10:42
hpj_geoffmcc: as i've said, when i run wubi within windows, it doesn't offer me the option to install ubuntu inside my windows10:43
Daghdhai have the latest version of nautilus-share :/10:43
geoffmcchpj_: thats the only reason why you would use wubi so it dont give an option - unless i am misunderstanding10:43
hpj_geoffmcc: sorry, i don't understand your sentence10:44
=== chouchou_ is now known as chouchou
hpj_i want to install ubuntu inside my windows10:44
hpj_i already have the following:10:45
hpj_ubuntu cd10:45
hpj_ubuntu live usb (bootable)10:45
geoffmcchpj_: if your using wubi its to install within windows. its not gonna give you an option to install within windows cause if thats not what you wanted you wouldnt be using wubi10:45
hpj_ubuntu iso10:45
lesshastewhen I plug in my usb key I get http://pastebin.ca/1983523 in dmesg. Nothing else happens. How do I actually use it?10:46
hpj_geoffmcc: sorry, i still don't understand you at all10:46
hpj_simply tell me how i can install ubuntu inside windows10:46
geoffmcchpj_: with wubi10:46
hpj_geoffmcc: right, but that exact option is not shown when i start wubi10:47
geoffmcchpj_: because there is no other reason to use wubi but to install within windiows10:47
hpj_all the guides i find on the net have a screenshot of wubi start dialog with three buttons10:47
hpj_when i start wubi, it only shows two buttons10:47
geoffmcchpj_: it knows thats what you want to do cause your using it10:48
hpj_once again: that option is not being offered to me10:48
Silaslehpj_, Try to start it whit the command --force-wubi10:48
Dr_WillisI suggest not using wubi at all. :) but thats just my oponion.10:48
geoffmcchpj_: sorry cant think of a way to explain any better i guess10:49
rigvedDr_Willis: i will second that. use livecd or install completely.10:49
hpj_Silasle: oh yes, that brings me the "inside" button10:49
hpj_what's going on here?10:49
lesshastehow do I tell which fs type is on a usb key?10:49
Dr_Willislesshaste:  'sudo fdisk -l'10:50
hpj_geoffmcc: i think you missunderstood me from the start - i didn't come here because i didn't know about wubi, but because wubi isn't doing what it's supposed to do on my computer10:51
Dr_Williscould be they changed wubi in 10.10. and the gudes are not up to date10:52
Silaslehpj_, Is it working whit the --force-wubi?10:52
hpj_Silasle: yes10:52
geoffmcchpj_: your saying its not giving you an option to install within windows right?10:52
hpj_but why?10:52
geoffmcchpj_: im saying thats cause its assumed - cause your using wubi10:52
hpj_geoffmcc: right - until i used "--force-wubi"10:52
SilasleI got the same, if i was running from usb drive10:52
SilasleI think they don't want you to use USB for wubi10:53
hpj_geoffmcc: that's ridiculous - it doesn't assume it at all, in fact it prevents me from doing it10:53
hpj_geoffmcc: in your opinion, what button should i have pressed in order to install wubi inside windows?10:54
geoffmcchpj_: i guess im not familar with the screen - i always just next right threw it with no problem10:54
hpj_geoffmcc: i think you only know the old wubi 10.410:54
hpj_which doesn't have that start screen10:54
leftistok i was able to copy the contents of the download folder to a temp location, however even when i open the copied contents download folder from a fresh location it still freezes up. if i delete the downlod folder will it be rebuilt on startup?10:55
hpj_Silasle: at first i thought it's because i was running wubi from usb, and in a subdir too10:55
Dr_Willisleftist:  the download directory. is just a directory called 'Downloads' nothing special to it.10:55
leftistok thanks dr_willis10:55
DaghdhaI am making all my shares GUEST. and then it puts 777 as mod, can i changeitto 766 and it still works?10:55
geoffmcchpj_: i guess so. seems odd to change something that was only a couple clicks into something more10:56
Dr_WillisDaghdha:  try it and see.10:56
hpj_so copied wubi and the iso to d:\ under windows, as some articles i found on the web suggest10:56
hpj_but still it wouldn't give me the inside button10:56
Dr_Willisi dident even know wubi could work any other way then 'install inside windows' :)10:57
geoffmcchpj_: are you using usb cause no usb drive?10:57
geoffmcchpj_: sorry i meant cd10:57
hpj_that's right10:57
rigvedhpj_: i don't know how much help this will be - as far as i remember, when you put in the livecd in windows, there's one option to install inside windows. then, wubi will start and ask you where you want to install and also how much size should be given to it. also about usernames and passwords.10:58
hpj_btw, i'm looking forward to the ethernet driver theater10:58
geoffmcc hpj_: i never tried it - but what about daemon tools10:58
hpj_when i tried ubuntu live on this netbook, it failed to install wifi driver10:58
geoffmcc hpj_: with wubi instal that is - dont remmber if wubi has to restart first10:58
Dr_Willisive heard using Deamon Tools can confuse wubi..  really you can download the wubi.exe from the ubunt u sites and it can download/install from the iso  i thought.10:59
Dr_Willisbut i dont use wubi. :) so i may be wrong.10:59
rigvedgeoffmcc: i think wubi installs eveything first and then reboots10:59
SilasleI figured out that --force-wubi should  work as i tried to install xubuntu on an computer whit broken cd drive and to old to start directly from usb10:59
geoffmccDr_Willis: i can see it confusing wubi - but never tried it like that11:00
SilasleBut it first copied from the usb drive and then it wanted to download the iso too :(11:00
leftistok i deleted that download directory and i opened the d/l copy folder via gui and it froze up again. could it be content that is causing this in this folder? only thing i can figure?11:00
hpj_seems odd to me that the newest ubuntu can't get a driver for a popular netbook model that's over one year old11:01
Dr_Willisleftist:  check dmesg out put in the console. when it freezes up.11:01
hpj_lenovo ideapad 10-2 that is11:01
leftistok11:01
Dr_Willisleftist:  or try an empty directory.. ,  could be some odd  bug. or a hardware issue11:01
leftistok11:01
Dr_Willistry accessing the Downloads dir from a terminal also..11:02
leftistok11:02
dr0idhow can I check how much %age RAM and CPU is being used by ALL the processes currently running ?11:03
Dr_Willisdr0id:  htop, or top. is what i normally use.11:03
dr0idumm, that doesn't shows the total11:03
Dr_Willischeck their options.11:03
dr0idhmm ,thanks :)11:03
=== chouchou_ is now known as chouchou
Dr_Willisfree command shows ram used..11:04
Dr_Willisas for cpu.. it changes so fast. :) its hard to tell11:04
Silasledr0id, Why not just use system monitor?11:04
dr0idI just have ssh access11:04
Silasleok11:04
Dr_Willisssh -X remotebox, then run the gui tools. :)11:04
dr0idDr_Willis: uggh, see, --help gives me -> http://pastie.org/private/b2vjqzyut44buzvussu6eq11:04
Dr_Willisdr0id:  yes. top and htop have lots of options11:05
dr0idumm, that's not explained11:05
Dr_Willistheres various sysinfo type scripts/programs out there also.11:05
leftisthtop looks better11:05
dr0idhttp://pastie.org/private/b2vjqzyut44buzvussu6eq11:05
dr0idok, I will get htop then11:05
dr0iddon't know why, but whenever I install anything from apt-get , I get this msg everytime, http://pastie.org/private/rxjpt5wgxsby4izfaobcdq any idea why ?11:06
jribdr0id: what version of ubuntu?11:07
dr0id9.1011:07
jribdr0id: pastebin /etc/environment11:08
jribhmm, it's not there -_-11:08
Daghdhaok, 777 it is :)11:08
geoffmccdr0id: apt-get install language-pack-en-base    -- as per http://bookmarks.honewatson.com/2009/05/30/perl-warning-please-check-that-your-locale-settings-ubuntu/11:09
dr0idgeoffmcc: what did you google?11:10
jribdr0id: how did you set en_IN as your LANG?11:10
geoffmccdr0id: perl: warning: Please check that your locale settings:11:10
dr0idjrib: I don't know anything, am working on my client's VPS11:10
jribdr0id: ask client11:10
koukouayta einai11:11
jrib!gr | koukou11:11
ubottukoukou: #ubuntu-gr και #kubuntu-gr για Έλληνες χρηστές  /  #ubuntu-gr kai #kubuntu-gr gia Ellhnes xrhstes11:11
koukouok thanks..!!!11:12
Dr_Willisseems we see a lot of badly configured VPS's in herer.11:12
rttrdtrk11:12
koukoucan i ask something about wine??11:14
bazhangkoukou, installing it? or app help11:14
bazhangkoukou, particular app help better dealt with in #winehq11:15
koukouok ,, thanks11:15
dr0idhtop says, Taks: 112 total, 1 running, that means only 1 task/process is running the list ?11:15
Silasledr0id, http://paste.ubuntu.com/526943/11:16
casadryahello, i can't get to work my wacom bamboo pen, can anybody help me?11:16
dr0idSilasle: what shall I do with that ?11:17
SilasleSave it as for example cpu.py and run it whit python cpu.py11:17
SilasleShould give you cpu usage in % every 2 seconds11:18
xt3mp0rI have installed wine and trying to execute .exe files. Every exe files gives an error saying "file should be marked as executable", Hence i go into properties and try to check "allow file to be executed as program" but as soon as i tick, it gets unchecked automatically, whats wrong ? I also tried it via command line using chmod command to give execute permission to the exe file. It didn't change permission too (without any errors)11:18
xt3mp0rweird.11:18
yaxixingye新手学习报个到....可惜不会英语11:19
jribxt3mp0r: what filesystem?11:19
ElNota!english | yaxixingye11:19
ubottuyaxixingye: The #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList11:19
xt3mp0rjrib, Sorry. i am a bit new to this. how can i know the filesystem i'm using?11:19
jribxt3mp0r: « mount »11:19
wakatanadoes somebody know how to edit grub2 to add text option for booting 10.04 to text mode ?11:20
dr0idSilasle: lol, giving me 0.12 everytime and sometimes 0.0011:20
Silasledr0id, And what is it really?11:20
xt3mp0rjrib, type fuseblk11:21
Milos_SDHi11:21
shoobyhey guys which package gives you egl dev libs?11:21
dr0idSilasle: htop says, Task: 115total, 1 running, does that means only 1 task is running in that big list ?11:21
Silasledr0id, I get around 25 and it's true11:21
jribxt3mp0r: pastebin the output please11:21
Milos_SDHow can I change default CPU governor from ondemend to performance (I don't need ondemend becouse it is a desktop PC, not laptop)11:21
DiogenesWbis später11:21
dr0idSilasle: may I PM you to show a screenshot please ?11:21
Silasledr0id, I dont have htop installed11:21
casadryahello, i can't get to work my wacom bamboo pen, can anybody help me?11:22
Silasledr0id, Sure11:22
Dr_Williswakatana:  edit /etc/default/grub and put 'text' as the default options.. or edit the grub line at the grub menu and use 'text' at the end.11:22
xt3mp0rjrib, http://pastebin.com/AqUhHv3V11:22
Dr_Williswakatana:  or if you want a text option in addation to the others.. you could make a 40_custom entry for it.. but not sure how to auto-update that.11:22
jribxt3mp0r: are you using an ntfs partition?11:23
adalalheya there, i'm trying to use evolution-mapi to connect to exchange 2007.. i've got all server address details from the OWA page, but i can't seem to authenticate11:23
casadryaI'm trying to ask a question in the #inkscape channel and I get "#inkscape :Cannot send to channel"11:24
xt3mp0rjrib, actually i installed ubuntu 10.10 using wubi within my windows setup. The exe files which i am trying to run are from my windows drives. I am unsure, but yes it is ntfs i guess.11:24
jrib!register | casadrya11:24
ubottucasadrya: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode11:24
Dr_Williscasadrya:  you proberly need to register your nick.11:24
casadryaok11:24
antonio_ciao11:24
jribxt3mp0r: are they just exe files to install?  It isn't recommended that you run exe's that have been installed in windows for example.  If that's not the case, you can change the permissions at mount time11:25
jrib!ntfs > xt3mp0r11:25
ubottuxt3mp0r, please see my private message11:25
wakatanaDr_Willis, so i shoud put 'text' somewhere in /etc/default/grub ?11:25
wakatanaor in section GRUB_CMDLINE_LINUX_DEFAULT ?11:25
Dr_Williswakatana:  i replace the options that are  in  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"11:26
xt3mp0rjrib, giving a try to change permission at mount time11:26
dr0idDr_Willis: may I pm you to show a screenshot ?11:26
Dr_Willisdr0id:  a screen shot of what?11:26
dr0idmy htop11:26
Dr_Willisdr0id:  what are you trying to even figure out? i frogot.11:27
dr0idDr_Willis: some cpu processes, etc.11:27
Dr_Willishtop shows the cpu used.. and how mych each process is using.. so whats the problem?11:28
dr0idDr_Willis: check your PM please11:28
Dr_Willisyou said 'hi there' in pm.. so..... :)11:28
adalalheya there, i'm trying to use evolution-mapi to connect to exchange 2007.. i've got all server address details from the OWA page, but i can't seem to authenticate11:28
dr0idDr_Willis: well, you didn't reply, so I thought  you were not there :P please check now and reply ;)11:29
=== yy is now known as Guest47915
andhi11:30
ubuntu_#join11:34
ubuntu_#join ubuntu-br11:34
ubuntu_como fao pra entrar na sala em portugues brasil do ubuntu11:34
rigvedhi everyone11:34
bazhangubuntu_, /join #ubuntu-br11:34
sniperjo_has anyone here used Ubuntu on an ARM processor ?11:34
ubuntu_valeu brow11:35
ubuntu_;join #ubuntu-br11:35
rigvedcan anyone point me to a good guide for evolution. especially i want to learn about the security features offered by evolution and how to set them up11:35
Euthanatoswhy would ubuntu think i have 4x USB 1.1 and 2x USB 2.0 when this is a brand spanking new mobo with 6xUSB 2.0?11:35
SankyI disabled "font smoothing" but it's still showing up in some programs (namely Firefox), is it Gnome's or their fault?11:35
Dr_WillisSanky:  some times programa need to be restarted to have some changes like those to take effect.11:36
SankyDr_Willis, I've restarted many times after applying that11:36
Sankys/after/since11:37
Dr_WillisFirefox may be doing its own thing in the rendering of the html. as for the menu;s that should be getting the setting appled i think.11:37
robertzaccourwill removing compiz have any adverse reactions?11:37
Dr_Willisi have noticed firefox menus rendering a little differently then other gnome apps in the past however..11:37
SankyNope, it's applied for the menus in it too11:37
robertzaccourI have ati so i really don't use it haha11:37
Dr_Willisrobertzaccour:  i would leave it alone. and just disable it.11:37
rigvedsomething like how to setup pgp and s/mime11:37
SankyChromium forces it too, is that a trend nowadays? :V11:37
robertzaccourDr_Willis, what all is it integrated with that it will damage?11:38
Gat0hi all11:38
robertzaccourhowdy11:38
andhi! who can teach me how to install e17 on 10.04?11:40
solidsnackEuthanatos: Drivers.11:41
solidsnackEuthanatos: Maybe there are two different controllers, one for the first four and one for the latter two?11:41
freakynlhi, i'm trying to figure out if some kernel patches are in ubuntu's kernel. So I want to get the linux-sources, but it wants to install all this additional stuff like gcc and several C dev libraries. I don't need them for this, any way to get only the linux-sources?11:41
freakynlFYI since it's an internet facing server I'm really reluctant to install dev stuff11:42
solidsnackPerhaps using `apt-get source'?11:42
jrib!kernel > freakynl11:42
ubottufreakynl, please see my private message11:42
jribfreakynl: just use git11:42
solidsnackEuthanatos: Oh, I looked up `mobo'; I guess that's motherboard. I thought it might be a laptop or something.11:43
freakynlsolidsnack: that's worse, it needs dpkg-source and that requires a lot more dev stuff :)11:43
solidsnackfreakynl: Oh, weird.11:43
freakynljrib: can I be sure those sources aren't newer?11:43
jribfreakynl: no, but git is versioned :P  But it sounds like you should just do this on another machine anyway11:44
cola4231i cant install xmms11:44
Euthanatossolidsnack, but it's a fresh install of ubuntu...lucid 64bit...i mean really? USB 1.1?11:44
jribcola4231: what happens when you try?11:44
bazhang!xmms > cola423111:44
ubottucola4231, please see my private message11:44
solidsnackEuthanatos: There are many drivers it won't have.11:45
Dr_Williscola4231:  xmms is rather old.. thers better alternatives today.11:45
solidsnackBecause of "freedom".11:45
Dr_Willis!xmms11:45
ubottuxmms is no longer being developed, see http://bugs.debian.org/461309 for more details.  Consider using audacious or xmms2 instead.11:45
solidsnackEuthanatos: Do you have two separate controllers?11:45
cola4231do you have any like xmms software?11:45
bazhangcola4231, audacious11:45
mihviwhats that11:45
Dr_Williscola4231:  the factoid mentioned 2... thers others11:45
Dr_Williscola4231:  check package manager for media/music players.. theres dozens of them.11:46
cola4231i before install a software like winamp11:46
Euthanatossolidsnack, i believe so, they're physically seperate and technically there are 6, two are esata, on the back and inside there are pins for 6 more USB11:46
Dr_Williscola4231:  theres numerous medis players out there...  it all depends on yoru needs.11:47
cola4231but i forget what is the name11:47
bazhangcola4231, thats audacious11:47
solidsnackEuthanatos: What are the two controllers?11:47
freakynljrib: I can pull in the git tree on my laptop. In fact I don't even need the whole source, I only need to see drivers/scsi/libsas/sas_ata_c11:47
cola4231dont like audacious11:47
Dr_Willis!media11:48
ubottuAudio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based).  Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs11:48
Dr_Williscola4231:  so try the others....11:48
cola4231xine?11:48
cola4231i also cant install beep media player11:48
Dr_Willishttp://tuxarena.blogspot.com/2010/09/very-nice-music-player-for-gnome.html11:48
Euthanatossolidsnack, i don't kniow how to check that i've never had problems with usb before11:49
Dr_Willisthres several new/updated music players in the work also.11:49
solidsnackEuthanatos: lspci11:49
Kevin147Hi. I have a Lenovo G550, and I checked to see if it was 64 bit and it is. So I installed Ubuntu 10.10 64 bit, and its saying that I only have one CPU. What can I do so I can two like I'm supposed to?11:49
Dr_WillisKevin147:  what is saying you have 1 cpu?11:50
Dr_WillisKevin147:  you may have 1 cpu. and 2 cores.. perhaps...11:50
Euthanatossolidsnack, http://pastebin.com/04uY5Gfc11:50
Kevin147I looked in the system monitor, and its showing I only have 1 CPU.11:50
solidsnackKevin147: What does `/proc/cpuinfo' say?11:51
tphiveWhat exactly are GTK+, KDE, and Debian? And which does Ubuntu 10.04 use? Has it ever used anything else?11:52
solidsnackEuthanatos: I wonder what EHCI and OHCI mean?11:52
Euthanatoshttp://www.linux-usb.org/FAQ.html#gs711:53
jribtphive: gtk is a toolkit (for buttons and other controls in gui programs), KDE is a desktop enviroment (like GNOME), and Debian is a distro that ubuntu is based on11:53
GoldenFish4Utphive,  GTK+ is a toolkit to create GUIs, KDE is a desktop environment, and Debian is a Linux distro. Ubuntu is based off of Debian, uses Gnome as a desktop environment.11:53
GoldenFish4Ujrib,  lmao11:53
jribGoldenFish4U: :)11:53
GoldenFish4U:P11:53
EuthanatosEHCI = USB 2.011:53
Kevin147soildsnack: http://pastebin.com/TqV2wV2s11:53
Kevin147solidsnack: : http://pastebin.com/TqV2wV2s11:54
Gat0I'm new. Can someone tell me which is better kde or gnome? thank you very much.11:54
Iltsu:D11:54
bazhangGat0, no better just preferences11:54
GoldenFish4UGat0,  it's a matter of preference11:54
tphivejrib: Thanks. :D11:54
ElNota!better | Gat011:54
ubottuGat0: 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.11:54
tphiveGoldenFish4U: Thanks! :D11:54
GoldenFish4Uyw tphive :)11:55
cola4231i like a mp3player likes winamp11:55
lesshastemy usb key which I think has 2GB comes up as two removable drives, one of 5MB and one of 250MB. How do I fix this?11:55
cola4231anyone know about it?11:55
bazhangcola4231, try some from the package manager11:55
solidsnacklesshaste: Reformat it with `fdisk' and see what happens.11:56
Dr_Willislesshaste:  does it have the 'u3' feature?11:56
lesshastesolidsnack: sure but do I reformat sdd or sdf?11:56
lesshasteDr_Willis: great question.. how do I tell?11:56
Dr_Willislesshaste:  normally it says it on it. :)11:56
solidsnacklesshaste: sdd?11:56
cola4231too many i dont know which one is ok11:56
Dr_Willislesshaste:  sudo fdisk -l, and look at its layout.11:56
Gat0bien, yo vengo de windows 7 pero no estoy contento con esto. Necesito un entorno sencillo e intuitivo para trabajar y empezar a aprender este sistema.11:56
ElNotaGat0: English please11:56
lesshasteDr_Willis: http://pastebin.com/zKeewQmG11:57
ElNotaGat0: Spanish in #ubuntu-es11:57
Gat0Well, I come from Windows 7 but I'm not happy about it. I need a simple and intuitive environment to work and begin to learn the system.11:57
Dr_WillisU3 = has 2 partitions on a usb one is a 'cdrom' that autoruns stuff for windows..  useless in linux,. and can confuse things.11:57
Gat0sorry11:57
solidsnacklesshaste: I should think `fdisk /dev/sdd'?11:57
meatbun-rwx---rwx   <--- i am trying to write text to a file with given permission. when i changed it to 702, i was not able to write11:57
GoldenFish4UGat0,  then I advise you use Gnome11:57
Gat0google translate...heheh sorry11:57
Euthanatosit's probably  u3 liks Dr_Willis says lesshaste such a pain....you can fix i think now but you might have to do some special stuff11:57
ElNotaGoldenFish4U: Both are easy11:57
lesshasteEuthanatos: I also have windows 7 if that is any easier :)11:57
GoldenFish4UElNota,  I didn't say KDE ain't easy11:58
Kevin147Umm I need help11:58
Dr_Willisall i did to remove U3 i think was used gparted to delete the partitions.. there may be some U3 reover tools out that may be better.11:58
Dr_Willisor use dd to zero the drive, then repartitionit.11:58
meatbuninorder to write, one must be able to read it first?11:58
solidsnackEuthanatos: Well, I'm pretty confused; you might try looking for firmware for that chipset.11:58
solidsnackAFK11:58
Euthanatoslesshaste, http://www.linuxquestions.org/questions/linux-hardware-18/removal-of-u3-crap-from-usb-flash-how-410539/11:59
Gat0kde is more dificult?11:59
Euthanatosseveral good suggetions and food for thought in that thread11:59
Gat0i confused11:59
Kevin147Gat0: Yes, its not as user friendly as Ubuntu/Gnome is.11:59
Dr_WillisGat0:  i dont find kde hard.. ts just much more flexiable and different then gnome.11:59
cola4231i cant install beep media player11:59
Dr_Williscola4231:  and how are youy trying? and what error do you get?11:59
EuthanatosKDe is more astheticlly 'windows like'12:00
Euthanatosit's a matter of preference really12:00
cola4231sudo apt-get install beep-media-player12:00
Dr_Williskde is getting so much 'more' then windows... :)12:00
Dr_Willisthe kde in 10.10 is very useable.. but it is a bit overwhemling at times.12:00
GoldenFish4UGat0,  try Gnome, if you don't like it, you can easily switch to KDE12:00
cola4231lock12:01
Dr_Willisseems 10.10 no longer has the beep media player.12:01
Dr_WillisThere is also a fork of classic BMP called Audacious Media Player12:02
Gat0i dont understand "overwhemling"12:02
cola4231any software like winamp on ubuntu?12:02
Gat0sorry my english is bad..12:02
Euthanatosor xfce.... Gat0 think of them like flavors that's all......it's not so big a deal or that difficult....each window manager has different things you can customize and such12:02
GoldenFish4UGat0,  abrumadora12:03
Euthanatosjust taste them and see what you like.12:03
Dr_Williscola4231:  have you even tried any of the 6+ media players we have suggested?12:03
Gat0thanks GoldenFish4U12:03
lesshasteDr_Willis: I'll try the simple gparted route, thanks12:03
GoldenFish4U:)12:03
GoldenFish4UGat0,  I sent you some PMs, check them12:03
cola42316+?12:03
Dr_Willis!media12:04
ubottuAudio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based).  Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs12:04
Dr_Willisbeep is dead.. so move on down the list..12:04
Gat0true, sorry I see it now GoldenFish4U12:04
Dr_Willisthen i mentioned 2 that are not in the repos yet..12:04
Dr_Willishttp://www.ubuntugeek.com/ubuntu-media-players-overview.html      has an old 'summary' of several12:04
GoldenFish4Unp12:04
lesshasteDr_Willis: hmm this is unobvious... had sdd and sdf. I can't even see what to delete in gparted12:05
EuthanatosKevin147, I wouldn't say that gnome is more user friendly than KDE but I would say that Ubuntu (and the dozens of apps for it) have made Ubuntu's gnome very idiot friendly12:05
StaRetjiFolks, what would be cron command to execute every 1 hour? thx12:06
Euthanatosthe advent of lucid has linux almost as idiot friendly as vista12:06
Dr_Willislesshaste:  yea. u3 somehow made the usb show up as 2 devices.. I forget if in gparted if i deleted both.. or if i used a U3 remover tool under windows.. or if i had used 'dd' i did this with u3 proberly 2+ yrs ago.12:06
bit_hello12:06
Dr_Willislesshaste:  whats odd is that  Your sizes dont add up either.12:06
bit_can u hear me12:06
lesshasteDr_Willis: ok thanks.. I'll try the windows removal tool12:06
Dr_Willishttps://help.ubuntu.com/community/MultimediaApplications lists 7 audio media players12:07
bit_guys . does anyone know if there is a channel for httrack12:07
bazhangbit_, /msg alis list *httrack*12:07
vinion2000hey im looking for a solution to my mouse problem. Im running ubuntu 10.10 on a old biostar amd mobo, everything works find except for the mouse which seems to have a problem with flash for some reason. it also sticks when the notifications from ubuntu from pidgin pop up. i had an old ibm think pad using a p3 and that has ubuntu hardy and it works pretty fine. now ive browsed the internet and see this is a known problem but the're so many varients i c12:08
lesshasteDr_Willis: grr.. it just says "insert a u3 smart drive"12:08
sergeyHi guys. Quick question: can standart gnome movie player emm... play video via vdpau?12:09
Benkinoobyhi, my system just had a freeze. after some time it worked again. where/how can i start to investigate for causes of the freeze?12:11
akunimm..12:11
StaRetjiFolks, I have to run /home/box/script.sh every 1 hour. Would you be so kind to help me what command I should execute with cron or crontab? Thx12:11
akunimm0 012:12
Gat0good people here, thank you very much for help me12:12
sergeyStaRetji http://www.unixgeeks.org/security/newbie/unix/cron-1.html12:12
Gat0I set to test ubuntu now12:12
jolleI'm trying to get my sound back but when trying to open alsamixer I get this error, cannot open mixer: Filen eller katalogen finns inte12:13
mrehI've been reading this guide about passwordless ssh because I'm going to employ backuppc12:13
jolleWorks if I sudo it thought12:13
Dr_Willislesshaste:  could be the thing is just messed up..  if you were SURE of what /dev/ it is.. you could  dd if=/dev/zero of=/dev/XXXXX12:13
jolleWhat should I do?12:13
Gat0best regards, bye!12:13
GoldenFish4Ucya12:13
Dr_Willislesshaste:  but you better be carefull with dd. :)12:13
mrehI don't quite understand the machanics of copying keys, and what exactly is being copied12:13
vinion2000anyone can help me with my issue?12:13
StaRetjiThx sergey, will read it12:13
bit_bazhang thanks12:14
Dr_Willismreh:  i tend to just do a 'ssh-keygen' then 'ssh-copy-id remotebox'   and then it works. :)12:14
Dr_Willismreh:  it puts stuff in the proper .ssh dirs/files. is about all i know.12:15
vinion2000anyone usb mouse?12:15
mrehDr_Willis: I do get a ERROR: No identities found12:16
mrehso clearly Ihaven't generated a key?12:16
sergeyStaRetji 0 */1 * * * your_script runs your_script every hour12:16
Dr_Willismreh:  i keygen first.. then copy it...12:16
Dr_Willisso i would say yes mreh  :) no keys yet12:16
terrenceTKHi all12:17
terrenceTKHow can I record tv using Zapping12:18
mrehDr_Willis: I forgot to switch to the right account12:18
mrehgenius12:18
rfrittmann_Hi everyone12:18
jcdI don't know howto  see external drives in the Unity Interface.12:19
Dr_WillisUnity interface needs.. work badly...12:19
GoldenFish4U+9001 Dr_Willis12:19
Dr_Willisjcd:  they should be under the places/computer of the gnome file manager at least.12:19
Dr_Willisif you can figure out where THAT icon is at. :)12:20
jcdThanks.  I can get Nautilus open with Gnome Do.12:20
Dr_WillisUnity - teaching me the value of gnome-do :)12:20
Dr_WillisI tried unity for a few days... and gave up.12:20
=== sergey is now known as foolext
bit_does anyoneuse httrack12:21
GoldenFish4UI tried it for a few minutes :D Couldn't get it to work12:21
terrenceTKIs there a way to record tv using zapping12:21
=== foolext is now known as slassh
jrib!anyone | bit_12:21
ubottubit_: A 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?12:21
mrehthe question is.. will ssh recognise the remote machine if the ip-address changes?12:21
jribmreh: define "recognize"12:21
bit_can u please help me with the syntax with httrack sot hat i could download a particular type of files12:22
m_fulderhello12:23
Benkinoobyplease, what is a "gpe storm"? my systemf froze for some time and this is waht was mentione in dmesg. i can't google any info about that.12:23
m_fulderwhen I have all ports closed on my router I got internet speed of 100/100 Mbit .. but when I open them up and host some servers on them first the speed is still 100/100 .. but after some hours it drops to 1-10Mbit :S why is that?12:23
Dr_Willism_fulder:  how are you testing the speeds?12:25
m_fulderinternet speed test12:25
m_fulderhttp://www.speedtest.net/12:25
Dr_Willisso if you shut down all the servers.. the speeds go back up?12:25
m_fulderno12:26
m_fulderif I shut down all the servers and close all the ports12:26
Dr_Williswhat if you just shut down the ports?12:27
m_fulderthe servers wouldn't run12:27
m_fulderthe ports are needed for them to run12:27
m_fulderso shutting down the ports are the same thing as shutting down servers and then ports12:27
Dr_Willistry it and see..  they would run. but not be able to connect or be attacked is what i am getting at..12:27
Dr_WillisI dont see how open ports on a router would slow things down.. unless you are getting some sort of 'attacks' against you.12:28
Dr_Willisbut i could be wrong.12:28
orbitHi, i got and TS server version 2.0.r23.b19 Linux. Runing on a Ubuntu 10.0.4  And it's cutting the Voice when people talks, some one know how to solv this? all voice codec is enabled.12:28
m_fulderaha yeah you mean run them localy only12:28
m_fuldersec will try12:28
terrenceTKHi how can I record tv - I use tvtime and zapping12:29
m_fulderport closed - servers running and I got 88 Mbit down12:30
DiogenesWback12:30
m_fulderhuh12:33
m_fulderppl are able to connect to my servers when I closed the ports :S12:33
Dr_Willism_fulder:  that seems.. odd. :)12:33
m_fulderyeah really weird :S12:34
m_fulderor well12:35
m_fulderppl can't connect12:35
zesoze\msg nickserver identify axe846212:35
m_fulderbut the once that connected before are still online12:35
zesoze\join #jna12:35
zesoze\join #java12:35
erUSULzesoze: /join #java12:36
gartral|pWhat's the file manager in gnome called?12:36
m_fulderDr_Willis,  there I've now reopened the ports .. and still Im getting 88 Mbit12:37
intickgartral|p: nautilus12:37
ubuntu9981it is nautilus12:37
sandkinghi12:37
ubuntu9981ciao12:37
sandkingi don't have volume control applet in the list - how can i add it?12:37
ubuntu9981right click the panel12:38
inticksandking: right click on task bar12:38
ubuntu9981look up for the volumn control12:38
=== nouitfvf is now known as nouitfvf|aw
ubuntu9981volume12:38
sandkingubuntu9981, intick : as i said - i don't have it on the applet list12:39
sandkingi know how to add applets12:39
inticksandking: it's notification zone i think12:39
sandkingi just don' have this one12:39
Dr_Willis!resetpanel12:39
ubottuTo reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »12:39
ubuntu9981look up for gnome-media package12:39
inticksandking: notification applet12:39
ubuntu9981maybe you uninstalled it12:39
Dr_WillisThe new volume thing is part of that notfications  applet thats where teh mail icon is at also.12:40
intickyep ! as i said12:40
sandkingDr_Willis, oh, i removed that mail icon12:40
Dr_Willisor you can run the gnome-volume-control-applet for the older mixer icon12:40
sandkingcan't i have it separately/12:40
ubuntu9981yaya that mail icon12:40
intickno you cant12:40
Dr_Willissandking:   you removed the container that held ALL the indicator applets12:40
ubuntu9981yup12:40
Dr_Willissandking:  theres hacks to do it..12:40
sandkingoh, got it now12:41
intickDr_Willis: interessted12:41
=== chouchou_ is now known as chouchou
Dr_Willisadd to panel 'indicator applet'12:41
Dr_Willisit should bring both back12:41
sandkingthis is strange that i need both of them12:41
sandkingi don't want email notifier :/12:41
lolla hi i have a problem .... my computer freeze when the internet disconnect and the only way to use my mouse and key board is to take   off the cable of the internet12:41
Dr_Willisthe indicator applet is the new way of doing things.. thats just how it is.12:41
BobSapphow do i install unity?12:41
BobSapp@help unity12:41
lauttmansomeone can help me to install apps from console in lubuntu?12:41
BobSapp!help unity12:42
Dr_WillisBobSapp:  install netbook-desktop is one way.12:42
intickDr_Willis: could you tel hw to del this mail icon ?12:42
sandkingDr_Willis, well, yes, but it would be nice if i could remove elements i don't want12:42
Dr_Willisintick:  theres some web sites that mention what to remove to get rid of it.  I got a gmail thing that uses it.. so i keep it now.12:42
BobSappDr_Willis: oi ill give it a test12:42
intickkk12:42
tavishlauttman: what do you want to install?12:42
detrixHow do I get the Me menu icon to show up in the systray?12:42
Dr_Willisintick:  more and more apps are using that  indicator-applet way.12:42
sandkingoh, god, it's linked to evolution... at least i though it could use it as gmail notifier12:42
lauttmanyoure all fucking nerds without life12:43
sandkingoh12:43
odeehow to install flsh plugin , please12:43
sandkinglauttman, that was useful12:43
hardymoonthirdsiI have problem with compiz. I'm using a nvidia card and my computer run slowly.12:43
Dr_Willislauttman:  and you have such a full life you want to yell at us..12:43
Dr_Willis'how to NOT get help in ubuntu'12:44
lolladid any one read my problem ?12:44
mrehexit12:44
Dr_Willislolla:  what was the issue?12:44
lolla hi i have a problem .... my computer freeze when the internet disconnect and the only way to use my mouse and key board is to take   off the cable of the internet12:44
trojan_spikeodee, 'sudo apt-get install adobe-flashplugin'12:44
notrevepretty new at ubuntu, Need help!12:45
Dr_Willislolla:  how is the internet disconnecting?12:45
Dr_Willis!manual | notreve12:45
ubottunotreve: 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/12:45
trojan_spikewhats up notreve ?12:45
Dr_Willisnotreve:  or is there a specific question?12:45
lollaby it self it comes and go12:45
odeeoh,,  it doesn't work dr_will12:45
thapapawanhellow12:45
lollai think it is about the phone componey problem12:46
lollais that what u want to know12:46
odeety12:46
odeeclr12:46
Dr_Willislolla:  ive never heard of anyone that had eyboard/mouse freezing when the network drops..  Unless its actually freezing befor and Causing the network dropping..12:47
notreveeasiest way to install tar.gz?12:47
Dr_Willisnotreve:  totally depends on what the tar.gz is12:47
cola4231i cant install beep media player12:47
DaghdhaWhen i copy a lot from win7 to ubuntu the network connection dies (I use SMB). Just now the whole machine even froze up and i had to reset. :/12:47
notrevelogin theme12:47
orbitHi i look for someone that have experience in hosting TS or Ventrilo servers in Ubuntu.12:47
Dr_Williscola4231:  beep media player is not in the repos.. it has been discontinued. it grew into audacious.12:47
mtymhelllo12:48
rrosI'm having problems with the language settings, I want the whole interface in English but I want Dutch dates, currency, etc12:48
Dr_Willisnotreve:  most gdm thmes are for the OLD gdm. not gdm2. so its proberly pointless to try.12:48
amarcolinohas the file syslog.conf found in /etc/ been moved somewhere else?12:48
notrevehmm oki12:48
Dr_Willisnotreve:  there are a few gdm2 themes out and some tools to install them.12:48
notreveshow me to them, please12:48
Dr_Willisnotreve:  i dont use any of them. I just change the wallpape and thats it..12:49
Dr_Willisnotreve:  http://delicious.com/dr_willis/gdm2  has my links on the topic.12:49
notreveoki thanks anyway12:49
lollano the freezing only happen when the net is not working12:50
Dr_Willissome of the tools are outdated. and  never worked very well to begin eith.12:50
lollai know that because i got a very bad connection12:50
DaghdhaWhy does ubuntu refure to install updates because some things require untrusted packages?12:51
mtymjest tu jakis polak??12:51
Daghdharefuse12:51
SwedeMike!pl | mtym12:51
ubottumtym: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.12:51
tomguesti am working with fortran code on a external hard drive in 10.10 and it now says "permission denied" when i try to run ./a.out...this worked fine in all previous version of ubuntu I have used...thanks12:51
Dr_Willistomguest:  wht filesystem is the external hd?12:51
cola4231any software like winamp on ubuntu?12:51
cola4231any software likes beep media player?12:52
Dr_Willis!info mpd12:52
ubottumpd (source: mpd): Music Player Daemon. In component universe, is optional. Version 0.15.10-1ubuntu3 (maverick), package size 175 kB, installed size 504 kB12:52
tomguestDr_Willis: i believe it's fat32...is there an easy way to check in linux?12:52
Bensmount12:53
Dr_Willistomguest:  check mount output. You proberly need to mount it with the proper options. then everything will be 'executable' on it.. which can be an annoyance.12:53
tavishcola4231: http://www.ubuntugeek.com/ubuntu-media-players-overview.html first google search result12:53
mtymhow to install python?12:54
Dr_Willistomguest:  you may want to do your development on a ubuntu/linux filesystem. ive had odd quirks with keeping code on vfat/fat/ntfs12:54
jribmtym: python is installed by default12:54
Dr_Willispython --version12:54
Dr_Willis python --version12:54
Dr_WillisPython 2.6.612:54
tomguestDr_Willis: It's just that I work on computers in two different locations so I like having the hard drive as a go between12:54
tomguestDr_Willis: also is it strange that this works fine using 10.04 on my laptop?12:55
jribtomguest: you can still format it as ext2 or whatever12:55
Dr_Willistomguest:  chedk fstab.. perhaps you got different options.12:55
Dr_Willistomguest:  or the  systems are set to use diffrent default optuions.12:55
BluesKajhi folks12:56
Dr_Willisone is setting things to be 'executable' other is proberly not..  thats the core of it.12:56
dean_Hi there could someone help me with a server problem as I am pulling my hair out12:56
* Dr_Willis hands dean_ a hat.12:56
mtymsdaasdasdassasas12:56
tomguestDr_Willis: is the command just "fstab"?12:56
dean_thanks Dr_Willis12:56
Dr_Willis!fstab12:56
ubottuThe /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions12:56
Daghdhathat's a bit of a bold assumption Dr_Willis12:56
madrid_hola12:56
Dr_Willistomguest:  fstab is the config file. :) You may want to run the 'ntfs-config' program and check some of the options.12:56
mtymis somewhere polish channel?12:57
=== chouchou_ is now known as chouchou
lollaDr_Willis thank you for your help12:57
jrib!pl | mtym12:57
ubottumtym: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl.12:57
* Daghdha started another massive filecopy, wait till Ubuntu LAN fails again.12:57
orbitHi i look for someone that have experience in hosting TS or Ventrilo servers in Ubuntu.12:57
dean_When I am downloading using Vuze I cannot browse the web it times out is there anything i can do to stop this as this dont happen when I use windows?12:57
Dr_Willisif you set the fmask/dmask options for mounting NTFS/Vfat one way.. then every file will be shown as executable.. set it the other way and none of them will be shown as executable.12:58
=== ubuntu_7411010 is now known as Chada
trojan_spikedean, pause downloads?12:58
cola4231alos can install bmp12:59
dean_I have finished downloading now trojan_spike and its still not loading pages12:59
tomguestDr_Willis: when i run ntfs-config only my windows partition shows up12:59
trojan_spiketheyre still seeding tho..12:59
cola4231any software likes bmp?12:59
dean_Ive stoppped and removed it trojan_spike12:59
trojan_spikeoh,,12:59
jriborbit: best to just ask the channel your actual question (on a single line)13:00
Dr_Willistomguest:  there should be some  check box;s covering external media also.13:00
Dr_Willistomguest:  what ubuntu version are you on right now?13:00
jribcola4231: you've been given several already13:00
tomguest10.1013:00
dean_I'm seriously on the verge of uninstalling Ubuntu but I dont want to13:00
trojan_spikecheck sys-monitor,, see if it is fully stopped.. prob done already13:00
Dr_Willis!vfat13:00
ubottuTo view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE13:00
rigvedhi everyone13:00
plainasi want to set up a media server, that i can connect to from other computers in the same network and choose the video i want to watch and start watching13:01
=== oCean_ is now known as oCean
dean_sys-monitor where do i go to look on there?13:01
orbitHi i look for someone that have experience in hosting TS or Ventrilo servers in Ubuntu.  ( i don't need help with the install. I need help with some strange audio issues)13:01
plainasis that possible ? how?13:01
Dr_Willistomguest:  you culd make a custom fstab entry for the thing. and just mount/unmount it as needed and not use the automounting feature.13:01
jriborbit: ask your actual question...13:01
cola4231any software llike beep media player ?13:01
trojan_spikeadministration /13:01
=== max is now known as Guest65342
Dr_Williscola4231:  audacious13:01
jribplainas: you can just use samba to share a directory (right click -> share)13:01
tomguestDr_Willis: okay, why does 10.10 make this harder?13:01
Dr_Willistomguest:  never noticed.. then again. i never use executables from vfat/ntfs...13:02
Dropje^orbit: those act like any other server13:02
cola4231dont like it13:02
Dr_Williswine winamp.exe13:02
rigvedwhen i click on publish and sync keys in seahorse, then only my public keys will be published, right? i'm using ubuntu 10.0413:02
dean_I've looked on that but nothing seems out of the ordinary trojan_spike13:03
cola4231yes but when i logout i doest rember my list13:03
Dropje^orbit seems to me like those act like any oterh server13:03
Dropje^exit13:03
n1md4afternoon.  I've got an nx8220 laptop with an x600 graphics card.  I've install ubuntu 10.10 and it's currently using the xserver-xorg-video-ati driver.  There's choppy game play (on open-arena and minecraft), and I'm wondering if the fglrx driver would give better performance?13:03
tomguestDr_Willis: okay, thank you for this help...I think I'll have to deal with this issue when I have more time13:04
Dr_Willisn1md4:  proberly - IF the chipset is supported.13:04
dean_seems to have stopped timing out now but this is a pain for when I am downloading trojan_spike13:04
n1md4Dr_Willis:  Thanks, how can I find out?13:05
Dr_Willis!ati13:05
ubottuFor Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto13:05
antonio_èù+13:05
amarcolinohas the file syslog.conf found in /etc/ been moved somewhere else?13:05
antonio_yuiuio13:05
trojan_spikeu can try setting up a firewall13:05
=== xumuk_ is now known as XuMuK
=== `mOOse` is now known as m00se
Jef91Anyone know how I would read and write to a text file using bash?13:06
rigvedwhen i click on publish and sync keys in seahorse, then only my public keys will be published, right? i'm using ubuntu 10.0413:06
n1md4ubottu: I'm reading this now.13:06
ubottuError: I am only a bot, please don't think I'm intelligent :)13:06
n1md4doh!13:06
dean_what difference would it make trojan_spike i am a newb on ubuntu?13:06
jribJef91: what do you want to accomplish?13:06
trojan_spikefirewall,, u could then block torrent when youre done with them13:06
BluesKajdean_, if you run an older computer vuze can slow things down , because it's java based I think13:06
plainasjrlib....mmm can i? does that alow me to play remote files right on?13:07
Jef91I am creating a small shell script that will edit a value on a line of a config file jrib - so my friends don't need to use the CLI to change the default login on LXDE13:07
jribplainas: try and see, that's one way for you to share files13:07
Daghdhais zfs any good on ubuntu?13:07
trojan_spikei think it was just leaking when ur torrents were done13:07
dean_the only problem is I have had to use Vuze BluesKaj  because the other torrent programs werent picking up any speeds13:08
jribJef91: ask #bash what's the best way.  There are lots of ways to edit text files: echo/cat with redirection, sed, awk, etc...13:08
smwJef91, sed is good for search on replace13:08
plainasjrgp: but what i am looking for is not exactly to share files, for that we have sftp which works like a charm13:08
orbitjrib, First question, when i run ventrilo client sometimes i cant hear users that are talking, and sometimes i can hear them. Q2; I have a teamspeak2 server that cut off the voice for everyone connected so it's impossible to hear.13:08
plainaswhati  am looking for is a way to stream media on demand13:08
smwJef91, that is probably your best bet. You can also append to files with >>13:08
jribplainas: ah, I don't know if streaming will happen with samba, but you should test and see13:09
trojan_spikedean, ktorrent is very good.13:09
dean_Would I need more ram possibly13:09
Jef91thanks smw, I'll look into that :)13:09
Dr_Williswatching videos over 'samba shares' isent really streaming.13:09
* Jef91 goes off to read some man pages13:09
dean_I tried ktorrent trojan_spike very slow compared to Vuze13:09
plainasjrlib, that wont work, it wil download the file then open it13:09
tavishamarcolino: i could find only rsyslog.conf in /etc/13:09
Dr_Willisive been using qbitrorrent lately.13:09
dean_I also tried that Dr_Willis13:09
jribplainas: I would try samba first, but see: https://help.ubuntu.com/community/MediaTomb13:10
gartral|pDoes anyone here know how to cross/side-boot linux without having to reboot?13:10
BluesKajdean_, the speed isn't totally determined by the torrent client , but you can use unlilmited or as fast as your connection and sources will put out in deluge ..my fav , very configurable as well13:10
Dr_Williswine utorrent.exe   :) and theres also a 32bit port of utorrent (web interface only) to linux now.13:10
tavishdean_: deluge13:10
Dr_Willisgartral|p:  what does that even mean? :)13:10
plainasjrlib, i already did, but i wasn't able to figure out if it's possible to stream on demand13:11
amarcolinotavish, so did I but the an pages online state that it should be in /etc/ and it controls syslog, now I am wondering which file controls syslog13:11
trojan_spikeDr_Willis, web interface?? more?13:11
dean_I've tried deluge, transmission, k and qtorrent and Vuze was only one that would pick up speed13:11
gartral|pDr_Willis: its an archaic BeOS term for basically hot-swapping a distrobution between versions on the fly13:11
Dropje^dean: assuming ur on a good private tracker, not a public one? :)13:11
dean_you mentioned u torrent 32 bit port how would I get that?13:11
dean_well on windows I used peerblocker Dropje^ but cant get my head round tar.gz files13:12
jribplainas: #samba can also tell you if you can stream with samba I suppose13:13
Dropje^any1 know a good pdf reader like foxit on windows?13:13
gartral|pDr_Willis: I know, in theory, its gotta be possible..13:13
Dr_Willistrojan_spike:  what more is there to say? utorrent came out with a 32bit linux port a few eeeks back.. it runs with no gui. You access it via the web interface same asyou would the win version.13:13
dean_adobe Dropje^13:13
eli_I have just insalled ubuntu and my sound is not working. I have two soundcards in my computer, one which's attached to the motherboard and one external13:13
Night_ElfHi all. I hear about Unity instead of Gnome. Is this what comes as a default in 10.10 Desktop installs ?13:13
Dr_Willisgartral|p:  every so often i hear some mention of a similer feature.. but never seen it amount to anything.13:14
Dr_WillisNight_Elf:  on netbook edition - yes.13:14
Dr_WillisNight_Elf:  on desktop install the netbook-desktop package.13:14
Daghdhautorrnet linux.. must have13:14
trojan_spikeso no GUI? this with fox add-on?13:14
eli_I can see the sound icon at the top panel but still no sound when I fire up sound or video applications13:14
Dr_WillisDaghdha:  the 32bit only is a limititon.13:14
Daghdhamany toosluse webadmin. specially python based13:14
Dropje^dean: i mean like foxit for windows, but a pdf reader on ubuntu?13:14
Dr_Willistrojan_spike:  it uses the WEB interface... as i said.. :)13:14
DaghdhaThat way it works on all OS's that have e.g. python.13:14
dean_I see dropje 7zip is meant to be good13:15
trojan_spikei'll google13:15
Dropje^dead: lemme check13:15
Dropje^*dean: :)13:15
=== mahioo is now known as moldakv
kitsunehello13:15
gartral|pDr_Willis: thanks, ill ask. In good ole' #linux13:15
dean_np Dropje^13:15
Night_ElfHi all. I hear about Unity instead of Gnome. Is this what comes as a default in 10.10 Desktop installs ?13:16
dean_is it easy to get utorrent on linux then Dr_Willis13:16
padhuAt finally, I made an local repo using repo DVD isos. I followed this link. http://ubuntuforums.org/showthread.php?t=109073113:16
=== moldakv is now known as mahioo
Dropje^dean: 7zip is for compressed files etc, not a pdf viewer right?13:17
Night_ElfDropje^: correct13:17
kish_what do you use to connect to skype, msn or yahoo?13:17
Daghdhai have 64bit:/13:17
Dropje^Night_Elf: know any nice pdf viewer on ubuntu?13:17
dean_my bad Dropje^ I think ubuntu has a built in pdf reader13:18
Dropje^dean: no problem, i know :) but i dont like it13:18
BluesKajDropje^, acroread13:18
Night_ElfDropje^: you don't like Evince ?13:18
dean_ah I see Dropje^ I think you can get adobe on linux13:18
Dropje^Night_Elf: no... thanks BluesKa ill look into that one13:18
Daghdhaalfa builds.. nevermind13:19
Night_ElfI hear about Unity instead of Gnome. Is this what comes as a default in 10.10 Desktop installs ?13:19
DaghdhaDr_Willis: I will use transmission instead. Also has web interface13:19
Benkinoobyis it advisable to give my own user mount power? until now i did moutnign always with sudo13:19
amarcolinoif I want to change what goes into syslog which file do I edit as syslog.conf doesn't exist?13:19
BluesKajDropje^, it's the linux version of adobe13:19
Night_ElfBenkinooby: I'd rather keep it that way.13:19
abhijeethi guys.. it seems like : in.archive.ubuntu.com:http is not accessible... apt-get is failing..13:20
Jef91Just saw the news Ubuntu is moving to wayland at some point... Anyone know if there is a way to install/play with wayland on 10.04?13:20
abhijeetanyone have faced similar issue.13:20
Benkinoobyhm, but then... when i plug in a pendrive it get's automounted and i can read files... how comes?13:20
Dr_WillisDaghdha:  most all clients have a web interface these days13:20
BluesKajabhijeet, change your sources in the software manager13:20
Dr_WillisJef91:  its not in a very useable state at this time.13:21
abhijeetBluesKaj, let me check it..13:21
Dr_WillisJef91:  depends a lot on your video card also13:21
Night_ElfBenkinooby: it's the 'fuse' subsystem, filesystem access in userland13:21
Dropje^nice tip to all: adding an alias to .bashrc and reloading it after with . .bashrc make it permanent, even after rebooting :P13:21
Jef91nvidia and/or intel chip DR_Willis13:21
Dr_WillisJef91:  nvidia is going to be a complex issue.. intel with open sourced drivers.. should be ok,13:21
Jef91Any idea if it works in VirtualBox DR_Willis?13:22
Night_ElfI hear about Unity instead of Gnome. Is this what comes as a default in 10.10 Desktop installs ?13:22
gamefreak264Could someone explain to me why Unity is being flamed so hard?13:22
Dr_WillisDropje^:  or put them in the   . ~/.bash_aliases13:22
jrib!ot | gamefreak26413:22
ubottugamefreak264: #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!13:22
abhijeetBluesKaj, thanks.. i have selected the main servers.. it seems like India servers are down...13:22
Night_Elfgamefreak264: well... what'13:22
Dr_Willisgamefreak264:  its  a new tool. and people expect  it to be perfect.. it will get better.13:23
Night_Elfgamefreak264: well... what's so good about Unity ?13:23
thinkpad-sl400HELLO!everyone13:23
Dropje^Dr_willis: won't that make them user dependable?13:23
Dr_WillisDropje^:  your .bashrc is for a spefcifi user also...  check the .bashrc file and see at the end.. it reads the file i mentioned..13:23
coz_Night_Elf,  well... it gives a nice interface for netbooks..13:24
Dr_WillisDropje^:  so you dont need to customize the .bashrc when you can edit .bash_aliases13:24
Night_Elfcoz_: ok.. but is that a default install in 10.10 desktops too ?13:24
coz_Night_Elf,  personally P prefer the kubuntu-netbook version13:24
BluesKajabhijeet, good choice , I have had to change mine in the past to main due to congestion on the Canadian sources13:24
Dr_WillisNight_Elf:  NO... gnome is on desktops.. unity on netbook edition13:24
coz_Night_Elf,  no not unless you use kubuntu  I believe..13:24
Dr_WillisKubuntu = has kde. which has its own netbook and desktop 'interfaces'13:25
coz_Night_Elf,  I believe the kubuntu desktop edition includes netbook as well and can be switched from the system settings/Desktop13:25
Dr_WillisI think Lubuntu also has a desktop and netbook mode.13:25
Dropje^Dr_Willes: i understand.. Making a typo would be less harmful on ~/.bashrc prolly?13:25
BenkinoobyNight_Elf, would you spare some minutes to help me gaining write access to the mounted devices?13:25
Dr_WillisDropje^:  .bashrc would be MORE harmfull...13:25
Dropje^Dr_Willis yeah thats what i mean13:25
Night_ElfDr_Willis: ah ok. Nice. Because actually, my gf finally feels comfortable with my laptop with Gnome, 8.04 -> 10.04.  Now in hers she will put 10.10 and if what she knows changes, I'm in trouble :p13:26
coz_Night_Elf,  I have kubuntu-netbook running on my other desktop system13:26
Dr_WillisNight_Elf:  normal gnome will be an option i imagine.13:26
amarcolinoanyone knows what the sync account is for, found in passwd & group and what would be the consequences of removing it?13:26
happyfacelastlog kriuq13:26
Dr_Willisbbl13:26
Night_ElfBenkinooby: what do you mean? As in "user" can also write what the "root" can only ?13:26
BenkinoobyNight_Elf, i mean i can't write to the mounted pendrive. i don't knwo why, because i nearly added my user to allgroups that seem realted to this problem.13:27
Jef91Anyone know the homepage for the unity desktop? Google is getting far too many hits for "unity linux" and "unity ubuntu"13:28
Night_ElfBenkinooby: does that happen with all pendrives or with all of them ?13:28
* Night_Elf will still stick with X/Gnome for quite some time13:29
coz_Jef91,  you want to download it?13:29
Jef91I want to read about it coz_13:30
=== devil__ is now known as Mohan_chml
gamefreak264Is it on the repos?13:30
Night_ElfBenkinooby: sorry, that was "with one pendrive or with all of them"13:30
Jef91In a general sense, not just in a "OMG UBUNTU uses it sense"13:30
coz_Jef91,  here is shuttworth's first take on it   http://www.markshuttleworth.com/archives/38313:30
wayscan anyone give me some advice with servers?13:30
BenkinoobyNight_Elf, it happes to all pendrives, no matter where i connect them13:30
SabriOne pendrive to rule them all?13:31
Benkinooby:P13:31
gamefreak264Is there some macro about asking to ask?I haven't been in #ubuntu for months13:31
jrib!ask | gamefreak26413:31
coz_Jef91,  however ,, i would wait until 11.04  is released,, at that point  unity will no longer have mutter but will instead be based on compiz13:31
ubottugamefreak264: 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. :-)13:31
Night_ElfBenkinooby: what comes for that device when mounted when you type "mount" in a command prompt ?13:31
abhijeetI want to automount all my partitions during booting.. how can i do it on ubuntu 10.1013:31
Jef91Is unity something Ubuntu is deving then coz_ or was it a pre-existing desktop like gnome/lxde?13:31
mauriziociao a tutti13:32
Dr_Willisabhijeet:  make a fstab entry for them13:32
Dr_Willis!fstab13:32
ubottuThe /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions13:32
Night_Elfabhijeet: you can't do that by manipulating /etc/fstab   ?13:32
coz_Jef91,  it is essentially for netbook computers13:32
coz_Jef91,  however ,, on my one system i do use  kubuntu-netbook as well13:32
abhijeetDr_Willis, ok... I am just looking for the docs.. ubottu has given it..13:32
BenkinoobyNight_Elf, http://paste.ubuntu.com/527003/13:32
coz_Jef91,  it is designed for small screens  and saving realestate13:33
BenkinoobyNight_Elf, see the last entry. sda is my hdd, sdb is a pendrive13:33
Jef91So Unity is fully a Ubuntu project then13:33
coz_Jef91, `  http://www.omgubuntu.co.uk/2010/05/install-the-new-ubuntu-10-10-netbook-interface-unity-screenshots/13:33
Jef91Yes, I've seen all that coz_ I'm looking for the gnome.org of Unity13:34
Jef91A webpage about the DE13:34
coz_Jef91,  ah13:34
waysanyone knowledgabvle about file servers?13:34
Night_ElfBenkinooby: what is the user:group of stuff when you do:  ls -l /media/usb013:34
Jef91Can't seem to find one :-/13:34
BenkinoobyNight_Elf, http://paste.ubuntu.com/527004/13:34
coz_Jef91,  well the design is different but the base DE is gnome13:35
phasmagreetings, all. Quick question if I may. Upon bootup, my refresh rate is being set to 85hz (monitor does not support this) - How can I lower it, please?13:35
coz_Jef91,  if that's what you meant13:35
phasmathe above does -not- apply to x13:35
Jef91Oh, so it isn't a full desktop environment then coz_?13:35
coz_Jef91,  it is full just designed differently for small screens to save realestate13:35
Night_ElfBenkinooby: it's all root I see13:36
coz_Jef91,  so  there is a panel on the left for access to applications instead of a menu13:36
rfrittmann_I'm using Ubunti 10.04, with Evolution email and IMAP for transpoprt. Any idea why the Indicator Applet always seems to show (0) for each IMAP account, even though there are new emails in the inboxes?13:36
BenkinoobyNight_Elf, hm, i think that is becuase root is the only one able to mount13:36
Jef91But is it still tech. gnome coz_ or it's own thing like LXDE or XFCE13:36
coz_Jef91,  well it has the gnome libraries etc and all of the familiar applications...it is just designed differently13:37
BenkinoobyNight_Elf, also everything is set to read/write/execute for all if you look at line 2 ... i think13:37
coz_Jef91,  at this point however,  it is using mutter for compositing13:37
coz_Jef91,   11.04  will remove mutter and replace that with compiz13:37
coz_Jef91,  mutter is resource intensive ,, and can be slow on some systems... i find it irritating myself13:38
Jef91coz_ what does that mean for systems that don't support compositing OOTB?13:38
BenkinoobyNight_Elf, how does it look on your system?13:38
Night_ElfBenkinooby: that is a link, they usually are like that. That link is "usb" which points to "usb0" and that in turn is 755 mode13:38
coz_Jef91,  oooo  good question... you have such a system?13:38
Jef91coz_ well for example a nvidia chipset without closed source drivers13:39
Night_ElfBenkinooby: mm, I need to find a usb stick and check it out...13:39
BenkinoobyNight_Elf, that would be great!13:39
coz_Jef91,  ah I see,, well with the new compiz replacing mutter I am not sure although I think it will work with the nouveau driver at that point13:40
amarcolinohow do I go about closing a service port i.e. port 445 microsoft-ds?13:40
coz_Jef91,   I havent discussed this with the compiz devs  at this point...13:40
nexus6__can somone link the german ubuntu channel?13:40
aeon-ltd!de | nexus6__13:40
ubottunexus6__: In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis.13:40
=== Th0mas is now known as Rinsmaster
coz_Jef91, but my guess is it will work with nouveau driver13:40
nexus6__thank you very mich13:41
nexus6__*much :(13:41
aeon-ltdnexus6__: your welcome13:41
coz_Jef91,  or at the very least it will ask if you want to install the nvidia driver13:41
Jef91Very good. Does that mean starting with 11.04 though there will be no option to turn off compiz? Compiz really tanks 3D performance of other applications coz_13:42
BenkinoobyNight_Elf, so if i understad correctly: there is a link with generous permissions form usb to usb0 (so that i can acces my pendirve via usb with all privileges). but then the permissions are very minimal for me in the pendrive itself. correct?13:42
Night_ElfBenkinooby: ok, first difference: this system I'm on now is Debian. Second, when I mount a ntfs external disk, the auto-mounter has it: /dev/sdf1 on /media/LG External HDD Drive type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)"13:42
aeon-ltdJef91: theres always an option to not have something, what are you talking about?13:42
Night_ElfBenkinooby: so it's "fuseblk" the filetype, not "ntfs" or "ntfs-3g"13:42
coz_Jef91,  well as I said I think that compiz might run on the neauveau driver at that point but hold on let me talk with the devs13:42
waysif anyone can advise me about a server please message me, i'd be gratefull13:43
Night_ElfBenkinooby: and the last part, is that all files and directories in it are like this:    drwxrwxrwx 1 root root 16384 2010-07-31 02:36 dkumentMy13:43
Night_ElfBenkinooby: so all are 777 (wrxwrxwrx)13:43
izinucsways: servers have no gui's... advice= learn the cli13:44
aeon-ltdways: server for what purpose?13:44
wayshey aeon13:44
Night_ElfBenkinooby: the links are always allowing all. The restrictions come from the final destination themselves13:44
waysim wanting to make a file server13:44
waysso i can access my crap wherever i am13:44
* Daghdha reboots yet again. it IS just like windows :)13:44
aeon-ltdizinucs: they can have guis, just that you'd only ever use it once, due to the fact that servers are meant to be left headless in a room13:44
wayssftp sounded good13:44
waysi just can't get it through my firewall13:44
Dr_WillisNight_Elf:  the automouter uses the fuse system which is using ntfs-3g13:44
izinucsaeon-ltd: yep. just keeping it simple for him13:45
aeon-ltdways: open the port you need on your firewall and router13:45
Dr_WillisNight_Elf:  if you make a fstab entry it will use ntfs-3g directly and you can tweak all the options13:45
smwways, that is between you and your router. Open port 22.13:45
ways22 yea?13:45
coz_Jef91,  apparenlty the devs are sleeping right now :)  I cant answer that question wit confidence at this point until I talk with sam about it13:45
smwways, yea13:45
BenkinoobyNight_Elf, so the permission of the link are the permission givven through that link. so i could use it like a "permission filter"? or are the permission the permission for the link itself (so waht i can do to the link)?13:45
wayswell ive done that, the only thing i can think of is that my isp is dynamic13:45
Jef91Very good, it's not important really just something I was thinking about coz_ :)13:45
Night_ElfDr_Willis: ah, good to know. For Benkinooby, the permitions are write for root only though. Can that be changed ?13:45
waysthats gonna cause problems right?13:45
Dr_Willis!ntfs13:46
ubottuTo view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE13:46
BenkinoobyNight_Elf, but see, your mounts are root root too13:46
Dr_WillisNight_Elf:  ntfs-3g has dozens of options13:46
coz_Jef91,  with the new compiz out now ,,, considering the major changes,, i really dont think there is going to be an issue in the long run13:46
pippo!list13:46
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 »13:46
smwways, you have cable. I doubt you have a dynamic ip13:46
Night_ElfBenkinooby: yes, but instead of "rwxr-xr-x"  I have them "rwxrwxrwx"13:46
smwways, or, changing IP. You probably change when you restart your router or something13:47
waysmy exgternal ip changes every so often13:47
waysthats what i mean13:47
BenkinoobyNight_Elf, hm.. so how can i cange the default permission settings for mounted devices?13:47
izinucsways: pogoplug & simplenet nas are two devices that do that out of the box.. I just picked up a simplenet at Frys for $30.. pogo plug is $100+.  you can use dydns.com to create a route to your computer dispite having a dynamic IP address.. use it for any setup13:47
Dr_Willisways:  mine does often.. but not too often.13:47
Dr_Willis:)13:47
smwways, then you need dyndns13:47
waysisnt that gonna cause problems when trying to connect13:47
smwways, look up dynamic dns solutions13:47
waysah ok im just on with dyndns at the moment13:47
waysok13:48
Dr_Willisways:  i have a simple.net NAS device. it works decently well. but you may want to go with somthing thats a bit more high end.. its rather simple. :)13:48
Night_ElfBenkinooby: I need to check that. Never came across something like that13:48
waysi can get my sftp server working inside my network13:48
phasmaok. I have managed to ascertain that I need to make changes to my VBE settings. Anybody able to assist, please?13:48
wayshmm ok ill give it a try13:48
aeon-ltdways: yeah cos your router internal ip doesn't change till dhcp calls for another one13:48
abhijeetubottu, thanks for the fstab docs..13:49
ubottuError: I am only a bot, please don't think I'm intelligent :)13:49
waysbrb ill try then pick some more brains:P13:49
waysty13:49
* izinucs chuckles13:49
administrator??13:49
coz_Jef91,   read here some of the major changes in compiz 0.9.x  http://www.tuxmachines.org/node/4626913:49
BenkinoobyNight_Elf, i am wondering why it changed. all this is a bit beyond my understanding and i am reluctant playing with permissions unless i have some guidance. maybe i could change the permission of the folder where it gest mounted ot13:49
=== administrator is now known as Guest78484
izinucsadministrator: the bot response13:49
BenkinoobyNight_Elf, let me try and report you13:49
Guest78484d13:50
Night_ElfBenkinooby: ok13:50
Guest78484haha13:50
Guest78484 大家好13:50
IdleOne!cn | Guest7848413:50
ubottuGuest78484: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk13:50
wayshow does dyndns know when my home ip address changes?13:50
dliways, there are ways to report the change13:51
phasmaways: install ddclient13:51
waysddclient right u are13:51
waysty13:51
izinucsways: you set your account in your personal router and they talk to each other occationally13:52
IdleOneways: there is an application you install on your computer. everyday it sends a message to the dyndns server " this is ME @ THIS IP" dyndns knows that ME is = to www.mywebsite.net13:52
wayswouldnt i have to install it on the router firmware somehow?13:52
phasmaways: some routers actually do support it natively, though13:52
waysok13:52
izinucsways: lots of routers already have support built in.. like phasma says13:52
waysd-link? im new to them, ive always had netgear13:53
izinucsyep13:53
IdleOnebut this is offtopic for this channel13:53
phasmaplease accept my apolgies for asking this again, but I really do not wish to blow another monitor here. Something, (I suspect VBE) is setting my refresh rate far too high. Where do I need to change this?13:53
izinucsphasma: xrandr13:53
izinucs!xrandr | phasma13:54
ubottuphasma: XRandR 1.2 is the new method of running dual screens in !X.  Information/HowTo here: http://wiki.debian.org/XStrikeForce/HowToRandR1213:54
phasmaizinucs: This is happening before x even loads13:54
izinucsphasma: now that's really strange.. maybe you have a bad card?13:54
phasmaizinucs: brand new card only yesterday13:54
izinucsphasma: what's VBE.. I'm not remembering that term13:55
BenkinoobyNight_Elf, i changed it to http://paste.ubuntu.com/527016/ but still no permission13:55
phasmaizinucs: Vesa BIOS Extensions13:56
izinucsphasma: what kind of card did you get13:56
phasmaizinucs: which is making me think this is actually a kernel issue (this is a self configured kernel)13:56
=== trend is now known as acidr0xs
phasmaizinucs: only an nvidia 6800GTS (although it was new)13:57
phasmaas in still in the packaging13:57
Night_ElfBenkinooby: I guess what you want is usb0 right?  So while you are at /media, can you try:   sudo chmod -R 777 usb013:57
izinucsphasma: AH! might be.. well that's a workable card.. if you want the latest drivers once you get the box up and running.. look for the nvidia-vapau PPA.. it will reference the x-<something> PPA for the latest drivers.. manual install is a pain these days..13:58
phasmaizinucs: Using the very latest nvidia drivers. May be worth falling back, though. Will give that a try. Am really up for trying anything right now13:59
BenkinoobyNight_Elf, tried it. -> permission denied13:59
lexingtonanyone here uses pianobar?13:59
valadreshow i update the network list in WiFi radar?14:00
SAngeliwith a running server if I plug-in a serial device to the server (fax/modem) will it be detected or in order to do so the fax/modem must be connected and powered on before I power on the server?14:00
Night_ElfBenkinooby: and what heppens when you:  sudo touch /media/usb0/test.fil14:00
DiogenesWbis später14:01
phasmaahah! The problem is indeed xrandr. Seems ubuntu is loading x far earlier than I thought it did14:01
switch10_lexington: yes i do14:01
phasmais there an easy way to remove just a refresh rate from an entry?14:02
lexingtonI can't log into pandora with pianobar.  says I need to upgrade libpiano.14:02
izinucsSAngeli: should be recognized but not neccessarily functional.. after plugging it in wait a few secs and then type "dmesg" in the terminal.. at the end it will show the new connection and give you the attachment location address you'll need for your fax software.14:02
lexingtonhow to I go about upgrade or fixing this. . I hate the flash version of pandora14:02
lexington:P14:02
boo_hey!14:02
phasmahttp://pastebin.com/msmSxp3514:02
SAngeliok14:02
phasmai wish to remove just 85 and 75.1 hz from that14:03
BenkinoobyNight_Elf, works like charm and confirmed success with ls14:03
switch10_lexington: when you do sudo apt-get upgrade are there packages held back?14:03
* Rhun good day14:03
izinucsphasma: where'd you get that list of numbers? xrandr?14:04
BenkinoobyNight_Elf, benedict@box:/media$ rm usb0/etst.fil14:04
Benkinoobyrm: remove write-protected regular empty file `usb0/etst.fil'? y14:04
Benkinoobyrm: cannot remove `usb0/etst.fil': Permission denied14:04
phasmaizinucs: yes, by invoking just xrandr14:04
Night_ElfBenkinooby:14:04
izinucsphasma: then xrandr should be able to remove them..14:04
izinucs!xrandr | phasma14:04
ubottuphasma: XRandR 1.2 is the new method of running dual screens in !X.  Information/HowTo here: http://wiki.debian.org/XStrikeForce/HowToRandR1214:04
Night_ElfBenkinooby:because it has to be:  sudo   rm usb0/etst.fil14:04
commerniehelp14:05
phasmaizinucs: indeed, though I am unfamilar with it. Will check that out, though. Thank you14:05
BenkinoobyNight_Elf, i know. i just wanted to show that i can't do anything without sudo14:05
rlp10my sd card isn't mounting; it isn't under sudo fdisk -l; any ideas?14:05
switch10_lexington: huh, that is weird.  after a fresh install of pianobar on 10.10 i am getting the same error14:05
BenkinoobyNight_Elf, i don't know what to do the get back to a normal (=usable!) state. i can't and won't sudo all the time.14:06
izinucsphasma: good luck.. helps to google.com/linux a little for xrandr too.  you'll get more info.. look for newer docs.14:06
Night_ElfBenkinooby: try this:     sudo chmod a+rw usb0/etst.fil14:06
Night_ElfBenkinooby: this should make the test file read and write from all14:06
lexingtonSorry, I'm not very knowledgeable. . I don't know about held back. I just get a statement that says: 0 upgraded, 0 installed, 0 removed and 0 not upgraded.14:06
coz_Jef91,  apparenlty nourveau 3d  will not be included into ubuntu until nouveau releases and steps up to support a stable release14:06
dean_Hi how do I get Itunes to work on linux?14:07
switch10_lexington: one sec.  I have reproduced the issue on my system.  I will figure it out.14:07
erUSUL!appdb | dean_14:07
ubottudean_: 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 help14:07
boo_hey, does ubuntu come preinstalled with a different default font than windows?  i've just installed 10.10, and the text on websites looks different14:07
Night_Elfdean_: does there exist iTunes for linux ?14:07
lexingtoncool,  thanks, I'll be here waiting.  :)14:07
switch10_dean_: you dont.  install rhythmbox or banshee.14:07
Chousukedean_: It might work with wine, but why do you need it?14:07
Chousukedean_: there are alternatives14:07
izinucsboo_: does mac come with a different font.. yep14:07
erUSULboo_: yes14:07
giuseppe_net14:08
boo_is there any way to get the windows fonts legally, erUSUL ?14:08
BenkinoobyNight_Elf, wow.. look at that! http://paste.ubuntu.com/527020/ the permissions didn't change ... seriously...it's getting weired14:08
Night_Elfboo_: there is a package, mscorefonts .. or such14:08
erUSULboo_: install ubuntu-restricted-extras14:09
izinucsboo_: what font you looking for?14:09
sundmamasomeone who has soundproblem with wine (ubuntu 10.10??)14:09
sundmamaor now what my problem is =)14:09
linxehare there dvd rippers for ubuntu that can cope with both decss and bad sector "protection" etc? I want to store my dvd collection for use in mythtv, but every time I go to rip some dvds it ends up hanging indefinitely14:09
boo_thanks, erUSUL .   izinucs , im not sure, but nytimes.com is hurting my eyes >_<14:10
erUSULboo_: System>Preferences>appearance. Fonts got to advanced configuration.14:10
abhijeetDr_Willis, I have automounted the disk using fdisk .. no problem is that mounted disk and disk name is shown twice in Nautilus14:10
Veliourashello14:10
abhijeetNo==Now14:10
sundmamaI have problem with spotify on ubuntu 10.10 (wine)14:10
=== funnylookinhat_ is now known as funnylookinhat
Night_ElfBenkinooby: it is something relating to mount time then. I have seen something like this happen and I had to manually unmount and remount all read/write permitions.14:10
smw!hi | Veliouras14:11
k-radgood morning all14:11
smwbot down?14:11
izinucsboo_: you can change the default font in Firefox from within firefox.. there should be lots to choose from.. some will be *very* close to Times New Roman14:11
Veliourasi justa started my acer A150L yesterday and i had a message about "kernel panic"14:11
switch10_lexington: here is the fix http://talk.maemo.org/showpost.php?p=480433&postcount=1114:11
Veliourascan i fix it?14:11
lazarus_ion14:11
Daghdhawhen i put something in my share it is owned by 'nobody nogroup' how can i prevent that?14:11
Night_ElfBenkinooby: it was /dev/sdb1 for you if I remember correctly14:11
boo_do you know what the standard windows font is?  is it Times New Roman?14:11
izinucsDaghdha: that's a good thing..14:11
lexingtonswitch10_:  thanks, I'll test this out.14:11
BenkinoobyNight_Elf, yes... what you descibed before is my state atm14:12
brightsitesconsuI have soem packages that have been pinned...I want to remove this so I can upgrade to php 5.3. Hoe can I do these through the cli?14:12
izinucsDaghdha: you have your share permissions set as "share" and not "user" ??14:12
erUSULboo_: yes thats the default no sans font14:12
quanru哇  有人会中文不14:12
Night_ElfBenkinooby: so you    umount /dev/sdb1   first14:12
switch10_lexington: dont bother the link is dead sorry.14:12
erUSUL!cn | quanru14:12
ubottuquanru: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk14:12
wisevoyagerhello, does anyone can explain to me what I've got from my terminal output, http://paste.ubuntu.com/527021/ any help is much appreciated :)14:12
k-radthis is my /etc/network/interfaces file  http://pastebin.com/qDLQZE0G  i am using link aggregation.  this url seems to indicate that you can failover to wireless if bonding were to break.  http://manpages.ubuntu.com/manpages/maverick/man4/trunk.4freebsd.html  i'm wondering if that can be included in my interfaces file14:12
BenkinoobyNight_Elf, ok, done14:13
lexingtonswitch10_:haha, yeah, I was about to say that14:13
Daghdhai dunno14:14
* Daghdha checks14:14
smwwisevoyager, it is a list of partitions on sda14:14
erUSULk-rad: linux usas bond[N] interfaces for that14:14
k-radcan ifconfig be used in a /etc/network/interfaces file ?14:14
wisevoyager@smw, is it considered okay?14:14
BenkinoobyNight_Elf, hm... i did what you said... look at that... what comes for usb0 http://paste.ubuntu.com/527023/14:14
smwwisevoyager, it is normally nice to include the command you used to make the output :-P14:15
izinucsDaghdha: if you're trying for universal access to the shares then it most likely is set to share.  then you want that user group:setting14:15
erUSULk-rad: http://wiki.debian.org/Bonding14:15
Veliourasanyone about "kernel panic!" message on start-up?14:15
switch10_lexington: and it looks like the guy developing it is giving up :(14:15
BenkinoobyNight_Elf, i unmounted, but the pendrive stayed attached... in case this info is valuable14:15
wisevoyagersmv, TQVM :)14:15
smwwisevoyager, I can't tell sizes from that. It is not in human readable numbers14:15
DaghdhaNo i have no security=user14:15
k-raderUSUL, that is correct.  i have a bond0   i want a failsafe fallover to wlan0 if bond0 breaks.  that manpage says it can be done with ifconfig14:16
smwwisevoyager, but what ciykd be wrong with it?14:16
boo_anyone have good suggestions for music players?  rhythm box is annoying at best,  maybe something along the lines of winamp or itunes?14:16
Daghdhaizinucs: But it looks like my sabnzbd can't use it14:16
erUSULk-rad: see the wiki « bond_mode active-backup » <<<14:16
smwwisevoyager, could*14:16
Night_ElfBenkinooby: yes it is very strange14:16
xiongyes14:16
BenkinoobyNight_Elf, i even can't cd to usb014:16
Night_ElfBenkinooby: anyhow, just a sec, we try something14:16
wisevoyagersmv, thanks!14:16
lexingtonswitch10_: Lameness.  Are there any other non-flash ways to access pandora14:16
switch10_lexington: he is promoting this alternative.  although it doesnt say anything about pandora.  http://www.coderholic.com/pyradio/14:16
BenkinoobyNight_Elf, ok14:16
erUSULk-rad: here http://www.kernel.org/doc/Documentation/networking/bonding.txt <<< linked in thw same wiki page you can see what each mode is14:17
switch10_lexington: pithos, but I think it uses pianobar as a backend as it is a GUI14:17
smwwisevoyager, although ubuntu people don't do it. It is my suggestion that you have a separate /home partition14:17
erUSULk-rad: please read the docs you are pointed to before asking further. for example « Active-backup policy: Only one slave in the bond is active.  A different slave becomes active if, and only if, the active slave fails.14:17
switch10_lexington: but try it out.  http://blog.kevinmehall.net/2010/pithos14:18
steffen123__hi, i was wondering what the status of ati/amd evergreen support is in ubuntu 10.10's kernel&radeon-driver?14:18
steffen123__ie. not using fglrx14:18
Night_ElfBenkinooby:  mount -t vfat /dev/sdb1 /mnt/ -o uid=`id -u <yourusernamehere> ` -o rw14:18
neurehello14:18
erUSULboo_: RB and banshee are like itunes; for a winamp clone try audacious14:18
neurehow do i get mono 2.6?14:18
hataanybody know howto logout in fwvm?14:18
lexingtonswitch10_: are you having any problems using pianobar yourself?  Just cursious if this is something that pandora updated that broke pianobar14:18
Night_ElfBenkinooby: you should have the pendrive mounted under /mnt with the owner of the files being yourself, not root.14:18
lucielHi there, I would like to enquire about the system not recognising my 4096MB or RAM whereas it does so in the BiOS. I am running a 64bit system.14:19
luciel*of14:19
k-raderUSUL, your being a little strict on me, i'm a bit of a novice.  i've just been using link aggregation for some time.14:19
switch10_lexington: yes I am experiencing the same problem as you14:19
dlifrom time to time, my mouse pointer(touchpad) jumps to the top-left corner of screen, and can not be moved, while I can still click. is this a bug of X, touchpad driver, or wm?14:19
Jef91lexington My pyradio randomly stopped working thismorning14:19
Jef91What issue are you having with it?14:19
progre55hi guys. how do you see a laptop power stat? like, how much W power it's using, etc14:19
=== NG_ is now known as ng_
lexingtonJef91: yeah, this is when it stopped working for me.  Or, at least when I noticed it not working14:19
erUSULk-rad: sorry if it sounded harsh14:19
mikebeechamIs Unity available to download as beta for desktops at all?14:20
switch10_lexington: try pithos if you dont mind a GUI14:20
Veliourasi justa started my acer A150L yesterday and i had a message about "kernel panic"14:20
Veliourascan i fix it?14:20
lazarus_can i install a linux based os without cds or a usb?14:20
smwmikebeecham, you want the netbook interface on your desktop?14:21
erUSULk-rad: so just copy the lines in the wiki and use the mode you prefer, if you want aggregation and fault tolerance use the first mode that is "balance-rr"14:21
lexingtonswitch10_: going to test it out here in a second.  I'll keep you posted14:21
BenkinoobyNight_Elf, the command has to be done with sudo14:21
smwlazarus_, wubi14:21
smw!wubi | lazarus_14:21
ubottulazarus_: Wubi is an Ubuntu installer for Windows users that allows you to install and uninstall Ubuntu like a Windows application, in a simple and safe way. http://wubi-installer.org/support.php and https://wiki.ubuntu.com/WubiGuide for troubleshooting. Please  file bugs at http://launchpad.net/wubi/+filebug. For Ubuntu Maverick/10.10 http://releases.ubuntu.com/maverick/wubi.exe14:21
dliVeliouras, anything besides "kernel panic", like why it panicked14:21
Night_ElfBenkinooby: yes, I always forget that14:21
lazarus_smw, i dont sue windows14:21
lazarus_use14:21
Night_ElfBenkinooby: or, you do first a "sudo bash" to go to danger-land first   :p14:22
smwlazarus_, in that case... no14:22
ShwaiilQ: I've got only ubuntu installed on my computer. Unforuntately, I need to start developing for Adobe Flash, trough Flex. Adobe cancelled Flex development for Linux, so I need to use windows for that. I'm wondering if installing windows in this machine, will overwrite ubuntu from boot ? Thanks for looking14:22
BenkinoobyNight_Elf, i stay with sudo... just wnated to inform you. sok, did it.14:22
smwlazarus_, you need a cd or usb14:22
lazarus_smw, not even if i loop the iso through grub14:22
Night_ElfBenkinooby: so what have you in /mnt14:22
k-raderUSUL, i would like mode=4 for bond0 type however if bond0 is every broken, i would like a failover to wlan0 direct my wireless router  in the past if a 1 of 2 cables get broken in link aggregation i've lost all connectivity14:22
coz_lazarus_,  if you want a small cd  you can download the minimal install cd for ubuntu it is only about 12 megs14:22
boo_is there any way to auto dock windows in 10.10 to the side, like in windows 7?14:22
dliShwaiil, you may try virtual machine within ubuntu14:22
smwlazarus_, I could never figure out how to do that :-\14:23
boo_also, thanks erUSUL14:23
BenkinoobyNight_Elf, see result: http://paste.ubuntu.com/527026/14:23
smwlazarus_, I have looked. It may be possible, but I don't think so14:23
erUSULk-rad: http://pastebin.com/xDU2FtRB14:23
dliShwaiil, in fact, it's better for security reasons14:23
smwShwaiil, it will remove ubuntu from boot14:23
Shwaiildli, virtual machine trough ubuntu. That sounds nice! I remember people doing the other way around, virtual machine in win to run linux.14:23
lazarus_oh well suse will need to stay in a vm14:23
BenkinoobyNight_Elf, nautilus is not showing it to be mounted in "places"14:24
Night_ElfBenkinooby: can you now play with the files there ?14:24
Shwaiildli, any tips on getting started on doing that (Virtual Machine + windows ) ?14:24
smwShwaiil, https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows14:24
phasmais there a way to set the xrandr settings directly using the monitor EDID? I am having a lot of problems here14:24
dliShwaiil, because virtual machines don't have access to hardware by default, whatever viruses windows might have is contained14:24
Night_ElfBenkinooby: no, because it has not been notified by the automounter14:24
Veliourasdli i don;t know why it panicked. i just had this message on the start up14:24
Shwaiilsmw, thanks. I guess i'll just stick with the virtual machine14:24
mikebeechamsmw, not really...I was wondering it if would work on a desktop and, if so, whether it was available to try somewhere14:24
BenkinoobyNight_Elf, yes, now i can copy stuff and change it and whatsoever14:25
smwmikebeecham, you can switch between netbook and desktop at login14:25
Shwaiildli, is there any disadvantage on running win in vm ?14:25
smwmikebeecham, install the ubuntu-netbook metapackage14:25
Night_ElfBenkinooby: wondering, what comes out for you for /dev/sdb  when you give:  fdisk -l14:25
dliShwaiil, it's quite straight forward, if you have the disk space, and CPU support for virtual machine (not absolutely required thought)14:25
Veliourasdli i mad no changes, and then my only chance to make it work was to select the previous kernel version on the startup screen14:25
mikebeechamsmw, is there any real benefit to using netbook on desktop?14:25
lexingtonswitch10_:  Pithos isn't working for me either.  Error: Pandora does not support your client version.14:25
Shwaiildli, cpu support ?14:25
smwShwaiil, you can recover ubuntu after installing windows. https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows14:25
dliVeliouras, usually, it says why it panicked14:25
Shwaiildli, i'm on a dual 1.414:25
smwmikebeecham, not at all14:25
Veliourasoh ok, hold on14:26
Shwaiilsmw, yeah thanks, i'll stick with vm14:26
lucielI have a problem with the System Monitor not recognising all of my 4096MB of RAM in 64-bit Ubuntu 10.10. This may be relevant http://paste.ubuntu.com/527027/ - on BIOS boot 4096MB is recognised.14:26
BenkinoobyNight_Elf, http://paste.ubuntu.com/527029/14:26
dliShwaiil, what cpu?14:26
Shwaiildli, intel14:26
k-raderUSUL, i should be able to use 802.3ad which is mode=4 and have failover to wlan0   bond=4  has faster response times than round robin14:26
dliShwaiil, what model? https://help.ubuntu.com/community/KVM14:26
smwmikebeecham, if you want to play with it, you can install it. But, it has no real value on a desktop14:26
Shwaiildli, I dont know the model :X14:27
mikebeechamsmw, no worries then14:27
steffen123__Shwaiil: cat /proc/cpuinfo14:27
dliShwaiil, cat /proc/cpuinfo , http://en.wikipedia.org/wiki/X86_virtualization14:27
lexingtonI'm just going to take it as pandora updated something that broke pianobar.   I'll keep browsing the web and hope for an update14:27
Veliourasdli, the message is: kernel panic-not syncing: VFS: unable to mount eoot fs on unknown block (0,0)14:27
steffen123__you dont need CPU support to use virtualbox, but the performance hit is bigger if you CPU lacks it14:27
k-raderUSUL, with failover to wlan0, i can simply correct my bonding issue somehow.  link aggregation works per the ubuntu documentation where as the bonding documentation has always tended to fail for me14:27
steffen123__(or, more accurately, if intel deactivated it for marketing reasons)14:28
Night_ElfBenkinooby: ok. Now you cd away from mnt,  then umount /mnt and check fdisk -l again ?14:28
ShwaiilIntel Pentium Dual  T2310 @ 1.46ghz14:28
Shwaiildli, steffen123__  thanks14:28
dliVeliouras, usually, if means your rootfs is not supported (found) by kernel, either the chipset driver, or the file system14:28
pEoslAczdhello14:28
erUSULk-rad: maybe ask in #networking14:28
switch10_lexington: that is exactly what happened.  they dont want people doing what we are doing. :)  skipping adds and such.  have you tried last.fm?  I use it in rhythmbox, and it is great.14:28
smwhi pEoslAczd14:28
Veliourasdli great! now what?14:28
steffen123__Shwaiil: but if you just wanna run, say, MS Office in a virtual windows then the performance hit probably doesnt matter14:28
dliShwaiil, then, basically, you create a virutal machine image file, and supply it with an installation cdrom (iso file) to boot to install as normal14:29
Shwaiilsteffen123__, is to develop flash apps in flex14:29
k-radthank you so much erUSUL sometimes these difference in communication, happen.  i greatly appreciate your effort.14:29
erUSULk-rad: no problem14:29
dliVeliouras, boot a ubuntu livecd, and check your file system, if it's okay, the kernel is to be blamed14:29
steffen123__Shwaiil: hm not sure, i'd recommend to just give it a go. i never seriously tried KVM but virtualbox is really neat14:29
BenkinoobyNight_Elf, http://paste.ubuntu.com/527031/14:29
lexingtonswitch10_: yeah pianobar was awesome! no adds and it didn't take away from my limited 40 hours of listen time.  I'll tried last.fm a long time ago and didn't really care for it.  I'll give it another go14:30
=== ng_ is now known as NG_
BenkinoobyNight_Elf, i didn't unplug the pendrive14:30
Veliourasdli i have to re-install no matter what? how can i check through the cd?14:30
lexingtonswitch10_:  anything out there for slackerradio?14:30
Night_ElfBenkinooby: yea, that's what we want14:30
dliVeliouras, usually, just do fsck in livecd14:30
Night_ElfBenkinooby: and you still have those odd entries when you  check with "mount"  ?14:31
BenkinoobyNight_Elf, what? to unplug it? let's agree on: unplug = physically remove and unmount = use umount command14:31
dliShwaiil, I would recommend KVM, if your cpu supports vmx, and you don't use USB hardware within the virtual windows. otherwise, you use virtualbox14:31
Night_ElfBenkinooby: yea, we don't want to unplug it not yet14:31
BenkinoobyNight_Elf, if i do mount no /dev/sdb+ there14:32
BenkinoobyNight_Elf, if i do mount no /dev/sdb* there14:32
switch10_lexington: not that I know of.14:32
BenkinoobyNight_Elf, ok. i wont unplug until further notice14:32
Night_ElfBenkinooby: but how came out those entries of  /dev/sdb??????   before ?14:32
Veliourasdli i am usning a usb stick with the latest distro on it. the otions i have are: try without instal, instal, check disk for defects, test memory and boot from 1st hd14:33
BenkinoobyNight_Elf, hm... not sure... if i would know, i'd be working on my prob on my ownn ;)14:33
Veliourasdli what should i do?14:33
lexingtonswitch10_:Thanks for all your help.  Going to check out last.fm here in a bit.   staying in the chat, but will be MIA.  Need to help my nephew with blender.  ONce again, thanks for the help14:34
wisevoyager@smv, separate /home partition, what does it means?14:34
Night_ElfBenkinooby: ah well. So jeez, try to unplug and replug back in the pendrive. I'd guess you'll still have the files owned by root and you can't change stuff in the pendrive14:34
BenkinoobyNight_Elf, if you wish, i can do: unplug, replug, fdsik, mount, fdisk, umount, fdisk, unplug, fsdisk14:34
switch10_lexington: no prob.  good luck.14:34
smwwisevoyager, my name is smw, smv does not highlight me14:35
Daghdhagos why is all this user/right stuff so complex14:35
Guybrush88any good stuff to biuld up corpora?14:35
guojimahello14:35
BenkinoobyNight_Elf, after unplug, i anly see my hdd with fdsik14:35
BenkinoobyNight_Elf, after unplug, i anly see my hdd with fdisk14:35
wisevoyagersmv, separate /home partition? can you tell me about it?14:36
Night_ElfBenkinooby: that's how it should be14:36
smwwisevoyager, pretty much, it means you keep your personal and configuration files on a separate partition14:36
BenkinoobyNight_Elf, yes. should i follow the procedure i suggested?14:36
hataanybody know howto logout fvwm?14:36
smwwisevoyager, that way, if you reinstall, you don't lose your personal settings and files. But you need to manually partition14:36
wisevoyagersmv, ok! :)14:36
hataanybody know howto logout fvwm?14:37
Night_ElfBenkinooby: we will try that and see what happens. Can you plung it back in ?14:37
smwwisevoyager, and that is why ubuntu does not suggest it14:37
BenkinoobyNight_Elf, plugged in.14:37
wisevoyagersmv, thakns for advice14:37
smwwisevoyager, if you don't know what you are doing, it is more hard than good :-\14:38
Night_ElfBenkinooby: what can you see when you  "dmesg"14:38
smwwisevoyager, my name is SMW! lol14:38
BenkinoobyNight_Elf, i see some activity on the pendirve-controll led and neptun is listing it under places mounted to /media/usb014:38
Night_ElfBenkinooby: at the end of the much info scrolling, there should be something about write protection14:38
Veliourasdli any suggestions>14:38
wisevoyagerSMV, :)14:38
BenkinoobyNight_Elf, http://paste.ubuntu.com/527034/14:39
hataanybody know howto logout fvwm?14:39
n1md4Anyone successfully installed fglrx driver, under ubuntu 10.10?14:39
BenkinoobyNight_Elf, writeprotection is off it states14:39
randomnicknamezgood afternoon everybody14:39
Guybrush88hi randomnicknamez14:39
ShwaiilIf 0 it means that your CPU doesn't support hardware virtualization.14:40
ShwaiilSo, I can install windows in a vm in ubuntu ?14:40
randomnicknamezis anyone using Empathy right now?14:40
Night_ElfBenkinooby: and you still can't write or delete on the drive, yea ?14:40
ShwaiilI've got no experience in this Vm stuff14:40
smwrandomnicknamez, ask a specific question14:40
=== steve1 is now known as Guest99030
BenkinoobyNight_Elf, cp /home/benedict/Desktop/winkel.png /media/usb014:41
Benkinoobycp: cannot create regular file `/media/usb0/winkel.png': Permission denied14:41
randomnicknamezsmw: well, when I get notified of something by empathy, there's a flick on the icon, and some artwork is missing14:41
Guybrush88Benkinooby, maybe try with sudo14:41
smwrandomnicknamez, don't point the question at me.14:41
randomnicknamezsorry, I was using your string to reply14:42
BenkinoobyNight_Elf, i hope you are fine with me pasting the results from the terminal instead of answering your questions straigt. i thnik by this i minimze risk of missunterstanding and provide more informaiton.14:42
Night_ElfBenkinooby: its ok no worries14:42
randomnicknamezjust wanted to know if it was reproduced by anyone else14:42
Veliourasdli any suggestions?14:43
BenkinoobyNight_Elf, writing works with sudo... no surprise14:43
Night_ElfBenkinooby: are you able to unmount the device using the desktop and the right click and all ?14:43
Benkinooby!image14:44
daniel_hello14:44
Benkinooby!paste14:44
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.14:44
=== daniel_ is now known as dconnect
jukwhere /dev/dsp have gone?14:45
Shwaiildli, are you there? My cpu is not supported by KVM, so, I guess I must go with virtualbox ?14:45
jukit used to be there14:45
BenkinoobyNight_Elf, http://imagebin.org/12203114:45
BenkinoobyNight_Elf, after rightclick and choosing "unmount"14:45
=== WiWafk is now known as WiW
Guybrush88does anyone know any good software to build up corpora?14:46
Guybrush88*anybody14:46
randomnicknamezis anyone experiencing this missing image on notification via empathy? screenshot: http://imgur.com/OgzZI.jpg14:46
Night_ElfBenkinooby: I was expecting that. So, the idea is that you could do this before and at a point in time you can't do it anymore. Do you remember what you might have changed ?14:46
Chaos2358sudo command to remove un needed packages after upgrade???14:47
erUSULChaos2358: sudo apt-get purge packagename14:47
smwGuybrush88, what does that mean?14:47
steffen123__Shwaiil if you dont have CPU support for virtualisation then you cant use KVM, but you can still use virtualbox14:47
coz_hey guys, out of curiosity,, I have the ubuntu font beta  is it released yet?14:47
Chaos2358erUSUL, not not a particular package just a general clean up14:47
randomnicknamezcoz_ yeah, but some sets are missing14:48
smwChaos2358, I think sudo apt-get autoremove14:48
Chaos2358ty14:48
erUSULChaos2358: sudo apt-get autoremove ?14:48
DaghdhaHow do i give my user rights to listen on port 8080?14:48
coz_randomnicknamez,  ok thanks14:48
Veliourasi justa started my acer A150L yesterday and i had a message about "kernel panic"14:48
Daghdhasabnzbd won't start without it14:48
randomnicknamezcoz_ : http://font.ubuntu.com/14:48
Guybrush88smw, i mean to keep together some texts related to the same topic and to find some common specific word and to see the frequency of the words14:48
pluhngzhttp://images.4chan.org/b/src/1289050247109.png14:48
Night_ElfBenkinooby: at the system administration users and groups, check if your user has the privilege to mount user-space filesystems (FUSE)14:48
Chaos2358erUSUL, thank you i was thinking autodelete and it wasnt wortking lol14:48
Veliouras the message is: kernel panic-not syncing: VFS: unable to mount eoot fs on unknown block (0,0)14:48
smwDaghdha, it should have those rights14:48
Veliourascan i fix it?14:48
Guybrush88pluhngz, rules 1 and 214:49
pluhngzThe main difference between Christians/Atheists: http://images.4chan.org/b/src/1289050247109.png14:49
Shwaiilsteffen123__, great! Let's say I'm running windows trough virtualbox. I'm wondering if wireless connection, is going to use the driver on ubuntu or windows. This has example14:49
smwDaghdha, maybe something is already running there?14:49
JayPhill89lol pluhngz14:49
Seeker`!ot | pluhngz14:49
ubottupluhngz: #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:49
Shwaiilto understand how hardware is handled14:49
coz_randomnicknamez,  mm I wonder if this is any better than the pre released beta?14:49
smwDaghdha, you may need to restart. Something must be using port 808014:49
BenkinoobyNight_Elf, woha... i know it is like that for at least more than 1 month if not longer. my full story is like: installed ubuntu, saw fluxbox, wanted to use fluxbox only, removed most gnome stuff, worked fine, removed gdm, got all kind of troubles, reinstalled gdm. i also played with consolekit because there are so many instances of it running.  but i purged it so it should be normal angain14:49
steffen123__Shwaiil: the wireless connection will be ran using the ubuntu driver14:49
randomnicknamezcoz_: well the binaries are different14:49
coz_randomnicknamez,  ok  thanks :)14:49
Daghdhano smw, my user doesn't havethe rights i think14:50
steffen123__windows uses the driver for the virtual network card, which talks to the linux network stack to get onto the physical network/card14:50
Shwaiilsteffen123__, so, this is good just for running software specific to an operatiin system, right ?14:50
steffen123__yeah14:50
brightsitesconsuHas anyone set up the equivalent of a node reference using the awesome relationships module?14:50
countleydoes anyone know perl14:50
smwDaghdha, that does not make sense14:50
Daghdhacan i list programs listening?14:50
steffen123__tho the caged free of charge version of virtualbox also supports passing an actual USB device into the VM, so that you could use windows' driver for it14:50
erUSULcountley: people on #perl most likely do14:51
steffen123__but i dont think thats relevant for you14:51
smwDaghdha, netstat -ltpu14:51
Night_ElfBenkinooby: I see14:51
BenkinoobyNight_Elf, http://imagebin.org/12203214:51
Shwaiilsteffen123__, so, on a virtualbox, can I run it fullscreen ?! or something ?14:51
steffen123__sure14:51
smwcountley, try #perl14:51
BenkinoobyNight_Elf, i never played on permission though14:51
countleyok thanks erUSUL14:51
steffen123__you can either run the VM as a window, or in fullscreen mode. the VM is basically just a program14:51
shirishhi all14:52
Shwaiilok thanks14:52
steffen123__a program that happens to execute a whole other OS, but from linux' point of view it's just another program14:52
Shwaiilsteffen123__, this will consume a lot of resources right ?14:52
shirishdoes anybody of a command line browser cli www browser ?14:52
DaghdhaNo nothingis listening on 8814:52
Val67lynx14:52
n3rV3shirish, lynx14:52
erUSULshirish: w3m14:52
steffen123__well you will be running two OSs simultaneously14:52
smwDaghdha, I believe you should have the ability to claim every port over 1024 or something like that.14:53
Night_ElfBenkinooby: check also the user, at the privileges tab14:53
shirishVal67: n3rV3: erUSUL: thank you guys14:53
steffen123__but you can configure how much ram you want to give the VM.14:53
Daghdhasmw: ok i use 8814:53
Daghdhaso i should use a higher one.. ok14:53
Night_ElfBenkinooby: and also check what gives     cat /etc/group | grep fuse14:53
smwDaghdha, yeah. 8080 should work14:53
* shirish bows out14:54
amarcolinoHi something interesting when would anyone decide to block all pings/ICM on a machine? I just can't think of any reason a person would do that even if it may seem secure.14:54
BenkinoobyNight_Elf, what privileges tab?14:54
ArkAnGiCIAHi.14:54
BenkinoobyNight_Elf, ah, if i got advanced settings...  got it14:54
smwamarcolino, are you behind a router. If so, there is absolutely no reason to block it.14:55
n3rV3amarcolino, :)14:55
n3rV3look up opd14:55
n3rV3*pod14:55
Night_ElfBenkinooby: well, in Debian I have this tab that has a list with checkboxes of what said user can do14:55
BenkinoobyNight_Elf, http://imagebin.org/12203314:55
erUSULamarcolino: make it invisible to network scans?14:55
amarcolinosmw, n3rV3, I know I was looking for examples or reasons why people would block pings14:56
smwamarcolino, blocking pings is good, if you have an issue with getting too much pings...14:56
Night_ElfBenkinooby: seems ok to me ...14:56
BenkinoobyNight_Elf, http://paste.ubuntu.com/527049/14:56
amarcolinoerUSUL, yeah I know but... what aboutt he consequences of doing so?14:57
smwamarcolino, example 1: someone is doing a DDoS attack to you using pings14:57
pluhngzi have a 32gb usb stick, the usb on back of my computer runs faster then the front plate, due to power issues / distribution or something14:57
smwamarcolino, if you want to know if there server is up, you can't ping it :-P14:57
pluhngzbut how snappy or not snappy will 10.10 be on a usb drive14:57
pluhngz32gb, using usb 2.014:57
Benkinoobyamarcolino, to "hide" so that you are more difficult to be detected and attacked14:57
k-raderUSUL, may i ask if you believe anyone else here might be skilled in the world of link aggregation ?  i would like to know if i can repeat my question at 15 minute intervals.14:58
smwamarcolino, when I have dealt with computers like that, it has always annoyed me...14:58
k-rad#networking is of no assistance to me14:58
smwamarcolino, is this a desktop. If so, there is no reason at all14:58
erUSULk-rad: maybe more help about it in #ubuntu-server14:58
AtomicAgonydo people on cover talk14:58
amarcolinosmw, that is a good reason but I am thinking I can ping google.co.uk and I am certain even if I have no proof that it gets lots of attacks yet I can still ping so is their an actual benefit to it or its more based on user's choice14:58
AtomicAgony?14:58
k-raderUSUL, i appreciate the tip14:58
deotrespelosdeo@yahoo.es14:58
pluhngz. /<-r4d 31337 .14:58
smwk-rad, what is your question?14:58
pluhngzdeja vu from 10 yrs ago rofl14:59
pluhngzwtf is the origin of "k-rad" & /<-r4d again14:59
deodeopelostres14:59
BenkinoobyNight_Elf, to you have some kind of suspicion? so that i know what to look out for14:59
k-radold hacking phreaking days :)14:59
AtomicAgonywhere is girl from cd cover14:59
AtomicAgonyshe make me happy14:59
smwamarcolino, it is up to you. It just really annoys me :-P.15:00
AtomicAgonyi want very much to put tongue in the butthole15:00
k-radthis is my link aggregation problem of which i am willing to pay anyone $10 if they can solve it for me :)  http://ubuntuforums.org/showthread.php?p=10080308#post1008030815:00
AtomicAgonyi take 10 dollars15:00
AtomicAgonyi fix15:00
erUSUL!ops | AtomicAgony15:00
ubottuAtomicAgony: Help! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, or nhandler!15:00
AtomicAgonyok?15:00
Night_ElfBenkinooby: I'm enstranged. there's this file though, in my system, /etc/fuse.conf15:00
phasmai need to permanently remove a refresh rate from xrandr. Docs yield little help. Any assistance would be greatly appreciated15:01
AtomicAgonyu make big talk in red15:01
AtomicAgonywith my name15:01
amarcolinosmw, erUSUL, Benkinooby, thanks for the responses15:01
Night_ElfBenkinooby: what is its last line in your system if you have it ?15:01
k-radif you don't mind, when he is silenced, i would like to restate my issue.15:01
AtomicAgonyyou must want atomics big dick15:01
AtomicAgonyin mouth you like yes?15:01
BenkinoobyNight_Elf, http://paste.ubuntu.com/527056/15:01
smwthanks Seeker` :-)15:02
k-radhope no one objects.  need failover for link aggregation to wlan0 and speed tweak recommendations   i am willing to pay anyone $10 if they can solve it for me :)  http://ubuntuforums.org/showthread.php?p=10080308#post1008030815:02
Night_ElfBenkinooby: same thing as what I have too15:02
BenkinoobyNight_Elf, all my lines in that file are commented out15:03
Daghdhacool it works15:03
smwk-rad, #debian might be a good place to look15:03
Night_ElfBenkinooby: it's the defaults what you see there.15:03
smwk-rad, it is a different group of people ;-)15:04
BenkinoobyNight_Elf, ok15:04
Night_ElfBenkinooby: and I guess that is how they should be15:04
k-radthank you smw.  i appreciate that tip too15:04
jaw_vvdwhere can i find someone that can help out with packaging?15:04
k-rad:)15:04
Night_Elfjaw_vvd: best look in #debian15:05
jaw_vvdoki, thanks15:05
Daghdhasmw: Me using < 1024 was ll that was wrong15:05
Daghdhamy sabnb now runs udner my non root user :P15:05
Night_ElfBenkinooby: I basically am out of ideas  ...!15:06
Night_ElfBenkinooby: maybe asking around in #gnome might help15:06
akssps011I request to kick  HarD` Life15:07
BenkinoobyNight_Elf, hmm... thank you so much for your time and efforts.15:08
Night_ElfBenkinooby: no problem. It's odd15:08
Guybrush88akssps011, you're right, he also spammed to me15:08
Night_ElfBenkinooby: by the way... if.. you create a second user...15:08
BenkinoobyNight_Elf, hahah, that was i thought just that second15:09
akssps011Guybrush88: yeah..even the url he mentioned isn't legitimate :)15:09
Night_ElfBenkinooby: and give that user the same permitions and try....15:09
Night_Elflol. ok15:09
LjLakssps011: why?15:09
BenkinoobyNight_Elf, gimme a moment and lemme see... i'll come back to this after i logged in as the new user, ok?15:09
Guybrush88akssps011, i didn't try it, but i think he could easily be a fuckin' spambot15:09
Night_Elfok15:09
LjLakssps011, Guybrush88: oh. please report PM spam in #ubuntu-ops15:09
Seeker`!language | Guybrush8815:10
ubottuGuybrush88: Please watch your language and topic to help keep this channel family friendly.15:10
Night_ElfBenkinooby: give the user right to fuse15:10
BenkinoobyNight_Elf, ok.15:10
akssps011LjL: Guybrush88: didn't try but gave a google search...the site is not even in english15:10
Guybrush88akssps011, haha, spam fail15:11
blue_annaanyone know how to get compiz working with the nouveau/gallium drivers?15:12
blue_annamy glxinfo says it is wrking fine, but compiz doesnt work and glxgears shows a black box15:12
BenkinoobyNight_Elf, so, created ne user, made him member of fuse and also checkd the other tab to make sure he15:13
BenkinoobyNight_Elf, is allowed to use fuse15:13
Night_ElfBenkinooby: ok. so logout and then login as that user to see what happens15:13
intickhi all how ca n i reduce mynick@mynick-desktop:~/Documents/MyFolder: to somthing like mynick@mynick-desktop:~/lastFolder acceded:  ? i have done it in the past but dont remember anymore15:14
Night_ElfBenkinooby: unplug the usb15:14
intickit may have a relation with bashrc if my memory is good15:15
n3rV3intick, an ln -s would do imo15:15
=== toastcfh is now known as UKCumBunny
dekker3dHey folks. Can someone tell me what package I have to download to get libGL.so, so I can compile an app with Ogre?15:16
detrixHow do I get the Me menu icon to show up in the systray?15:16
intickn3rV3: may i create it as an alias ?15:16
=== UKCumBunny is now known as toastcfh
n3rV3intick, all you need is to create a soft-link to that dir and yes you can further shorten the command with an alias15:17
n3rV3i have 2 lettered aliases of my most used commands15:18
inticki dont want to make a shortcut to one directory but to all shell navigation15:18
intickotherwise i wanna to make the path shorted15:19
intickshorted15:19
erUSULintick: i use PROMPT_DIRTRIM=2 in my bashrc15:20
intickerUSUL: ok thx i'll try this it tels me somthing15:20
=== bruno is now known as Bruno_rails_
blue_annaanyone know how to get compiz working with the nouveau/gallium drivers?15:21
coz_blue_anna,   let me quote from #compiz-dev   the Gallium3D driver for offering up OpenGL support will not be going into Ubuntu 11.04 or any other release until the upstream Nouveau developers commit to providing support (or a "1.0" release).15:21
cola4231cant install beep media player and xmms15:21
erUSUL!xmms15:22
ubottuxmms is no longer being developed, see http://bugs.debian.org/461309 for more details.  Consider using audacious or xmms2 instead.15:22
phasmaguys, can anybody at all help me fix this xrandr issue? I have tried everything advised so far and am getting nowhere15:22
erUSUL!info qmmp15:22
ubottuqmmp (source: qmmp): feature-rich audio player with support of many formats. In component universe, is optional. Version 0.4.1-1build3 (maverick), package size 538 kB, installed size 1464 kB15:22
pittwinsmore hello15:22
detrixintick: you may like this prompt as well:    PS1='\[\033[32m\][\w]\[\033[0m\]\n\[\033[1;36m\]\u\[\033[1;34m\]-> \[\033[0m\]'15:22
Xcellso, Ubuntu is giving up on the Xserver ?15:22
Xcellfor wayland ?15:22
Xcellheh15:22
blue_annacoz_, I havent installed any ppas since updating to 10.10 and I followed install isntructions from blogs and I have the driver .. glxinfo reports OpenGL renderer string: Gallium 0.4 on NV43 properly and everything ...15:22
slomoNight_Elf, hi i am here again.. sorry had to find my wlan-key first ;)15:23
slomoslomo, i am the pendrive guy15:23
Night_Elflol slomo. And how is it going then ?15:23
yo00000rootkidI want to decrypt a password with brute force, and on one PC I need more time to a Decrypt, how can make in pralel 2 pc to have a higher power15:24
Night_Elfslomo: any luck ?15:24
coz_blue_anna,   well I cant respond to that... all I know right now is what I mentioned already ,,, you sould probably.. at some point... talk with  sam  on #compiz-dev15:24
HerliMenezeshello, I need some help. I upgraded my Ubuntu from 10.04, my accer netbook is unable to identify wireless connections.15:24
HerliMenezesexcuse to 10.0415:24
blue_annaweird .. seem to have steeped through a portal backward in time again ;)15:25
yo00000rootkidhello15:25
yo00000rootkidI want to decrypt a password with brute force, and on one PC I need more time to a Decrypt, how can make in pralel 2 pc to have a higher power15:25
* Night_Elf will NOT upgrade a LTS release unless a next LTS release15:25
slomoNight_Elf, again, permission denied15:25
yo00000rootkidsombody tell me pls15:25
Auruspls15:25
yo00000rootkidor another ideaa to decrypt this password15:26
ikoniayo00000rootkid: you don't, and that's not really an ubuntu issue15:26
AshleyTerrr....does anyone know perhaps why my 'open in terminal' when i right click would have decided to dissapear lol?15:26
slasshHello. Sorry for a stupid question. I'm trying to burn a DVD disk in UDF file system with Brasero, but I didn't find this option. Brasero's homepage says nothing about UDF suport :(15:26
coz_AshleyT,  what is it you opened in terminal?15:26
Night_Elfyo00000rootkid: and moreover, usually this sort of things can take years and years. Brute force are quite so non effective when the passwords are good.15:27
coz_AshleyT,  if it completes a request  the terminal will automatically close15:27
slomohahahaha15:27
dekker3dPeople? How can I get libGL?15:27
HerliMenezesmy wireless card is Atheros, but ubuntu says it is not enabled...what can I do?15:27
slomoyo00000rootkid, you should learn about clustering... have fun15:27
Night_Elfslomo: I don't know. Just ask again here, other people can have more to say at this point15:27
dekker3dAs in, my IDE is saying it can't find -lGL15:27
coz_dekker3d,  are you trying to compile something15:27
AshleyToh. I mean for example, when i right click the desktop i used to habe 'open in terminal'. So i could view files etc in the terminal...but that option has gone =(15:27
ilovefairuzHerliMenezes: what's the output of: rfkill list15:27
yo00000rootkidnught_elf the password have 24 digits and it is a password random15:27
slomoNight_Elf, hm... ok... what about purging some packages?15:28
Night_Elfyo00000rootkid: more the worse then :)15:28
ikoniayo00000rootkid: it's not for this channel15:28
yo00000rootkidnight_elf soory15:28
detrixdekker3d: I would use synaptic package manager, do a search for libgl.15:28
HerliMenezesilovefairuz: wait a minute I will run that15:28
coz_dekker3d,  sudo apt-get install libgl1-mesa-dev   perhaps15:28
dekker3dYes, coz_. I'm trying to compile the Ogre sample application included in Code::blocks15:28
ilovefairuzAshleyT: sudo apt-get install nautilus-open-terminal15:28
coz_dekker3d,  ah I see   I have code:blocks here  ... let me check that out15:29
erUSULdekker3d: install mesa-dev libraries; freeglut etc ... ?15:29
Night_Elfslomo: i dont think it might be of great help. it could be some component of gnome that you are missing or needing to reconfigure, rather than purging what is already there .15:29
slomoNight_Elf, i installe the whole gnome stuff again... so i have everything15:29
dekker3dHm. I just did the sudo apt-get thing that coz_ suggested, and now it "compiles and runs" instantly, with no app showing15:29
yo00000rootkidnight_elf you know how i can have 2 pc in parallel?15:30
AshleyTcoz_ everything i try to open in the terminal.15:30
slomoNight_Elf, i could try kde to compare15:30
AshleyTTHe option appears to have gone from the menu now15:30
ikoniayo00000rootkid: you don't do it, please stop asking15:30
AshleyTive tried sudo install terminal stuff...but im getting errors there too =/15:30
coz_AshleyT,  ooo  can you give a precise example15:30
Night_Elfslomo: well yea do that. And see if kde treats the automounter differently.15:30
dekker3dAh. A file wasn't found. I guess that answers that. I'll fix that and get back if it still causes errors15:30
yo00000rootkidok goobye thanks for help at all15:30
coder2ubuntu lucid10.04+kernel panic:not syncing+attempted to kill init+no init found..........can anyone help??15:30
ilovefairuzAshleyT: what errors? pastebin to paste.ubuntu.com15:30
Night_Elfslomo: in the meanwhile I will need to leave towards home15:30
Night_Elf:)15:30
Night_Elfcoder2: is that in a virtual machine ?15:31
=== toastcfh is now known as richard
AshleyTok. one second. Thankyou for help15:31
slasshguys, is it possible to burn a DVD in UDF with brasero? If not, is there any gtk based program that could do that?15:31
=== richard is now known as Guest67892
coz_AshleyT,  when you do a spcific command in the terminal   ie   sudo apt-get update   is the terminal also closing on you?15:31
coder2Night_Elf: no15:31
=== Guest67892 is now known as toastcfh
Night_Elfcoder2: that is during install or at some random moment when working normally ?15:32
Cyanidevia lascio vado via....ciao15:32
=== Dad is now known as Guest76892
coz_dekker3d,  when you get an error similar to that when compiling it is looking for the developemt packages  ending in -dev  so that is what you would look for in synaptic15:33
coder2Night_Elf: i just updated from the update manager normally and after a reboot this problem occured15:33
Night_Elfcoder2: you are using a newer kernel ?15:34
n0a1iasow would i restart x with out haveing to restart my whole computer?15:34
coder2night15:34
HerliMenezesilovefairuz: output: 0: phy0: Wireless LAN Soft blocket: no Hardblocked: no15:34
Night_Elfn0a1ias: sudo /etc/init.d/gdm restart  (for gnome)15:35
coder2Night_Elf: i think yes15:35
ilovefairuzHerliMenezes: in system > administration > hardware drivers, is there an entry for your card?15:35
n0a1iasthanks Night_Elf15:35
Night_Elfcoder2: and does that happen when you select some other, previous kernel, from the grub list when booting the computer ?15:36
coder2Night_Elf: it happened second time....and i dont want to install lucid it again15:36
AshleyTone second, brb, going to switch machine15:36
drerockHas anyone compiled a version of the new cinelerra (4.2) for Ubuntu?15:36
jz_does anyone know how to get mydns to load on system boot?15:36
HerliMenezesilovefairuz: let me see15:36
coder2Night_Elf: yes it also occured with the previous one also15:36
HerliMenezesit says no proprietary drivers in use15:36
Night_Elfcoder2: hmm. And in single user mode ?15:37
HerliMenezesilovefairuz:  it says no proprietary drivers in use15:37
ilovefairuzHerliMenezes: what ubuntu version are you using? and paste the output of "lshw -C network" to paste.ubuntu.com15:37
vinodhelp me to use nvidia graphics card15:37
Night_Elfcoder2: or safe mode or whatever name it has ?15:37
coder2Night_Elf: in recovery mode it is also there15:38
ilovefairuz!details | vinod15:38
ubottuvinod: 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:38
Rigorm0rtisHello, I'm trying to set up some ufw rules on Ubuntu. Basically I want to allow samba from my home network to my server. In my mind the ufw rule would look like: 'ufw allow samba from 192.168.0.0/16'. However, when I run the command I get an error "ERROR: Wrong number of arguments". What am I doing wrong here?15:38
HerliMenezesilovefairuz: ok, ubuntu version: 10.04 Lucid Lynx15:39
Night_Elfcoder2: odd. Usually its either damaged memory, or bad drivers in the kernel. You might want to change kernels. You could try the livecd/installcd and see if you can only install the kernel from there, not all of ubuntu15:39
Night_Elfcoder2: and together with that, also grub (the boot loader)15:39
AshleyTHere we go - when i tried to install 'open terminal' i got this error15:39
AshleyThttp://pastebin.com/7d0kZtnQ15:39
coder2Night_Elf: how can i do that?15:40
ilovefairuzAshleyT: the command is: sudo apt-get install nautilus-open-terminal15:40
aeon-ltdRigorm0rtis: i don't use ufw, but i imagine the problem is that your specifying samba when it should be a port15:40
ilovefairuzAshleyT: you were trying to use aptitude, which is not installed by default any longer15:41
AshleyTill try that - sorry i had copied it off a forum somewhere....weird though to suddenly stop working15:41
=== Terminator_ is now known as Terminator
ilovefairuz!who | AshleyT15:41
ubottuAshleyT: 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 :)15:41
ilovefairuzAshleyT: perhaps it was accidently uninstalled15:41
SantmanHi, i'm trying the first time to install linux (ubuntu 10.10) with my hp notebook nx9005. At the end of the installation, i press the "Restart now" button an while shutdown the cd drive opens end i get the following error message: "[ 3262.542930] end_request: I/O error, dev sr0, sector 529096" (i tried it two times, once with a cd-rw and second try with a cd-r15:42
AshleyT!tab sorry ubottu15:42
ubottuError: I am only a bot, please don't think I'm intelligent :)15:42
ilovefairuzAshleyT: type the first few letters of a nick and press tab, that's how it works15:42
Night_Elfcoder2: there should be some menu selecting when booting from the cd/dvd and one of them being expert mode or expert install, or recovery booting, I don't know the exact name. There is an option there somewhere. Sorry for being vague, I have seen these things happen in debien before, but their installers are similar15:42
Night_Elfdebian*15:43
AshleyTilovefairus: I have reinstalled and i still cannot 'right click and select open in terminal'15:43
Night_Elfanyhow, I am off for today. Take care all and happy weekend.15:43
coder2Night_Elf: ok,no problem thanks15:43
HerliMenezesilovefairuz: it's there: http://paste.ubuntu.com/527074/15:43
ilovefairuzAshleyT: what was the output of the apt-get command?15:43
AshleyTilovefairuz, ahh i see :)15:43
intick!wine15:44
ubottuWINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu15:44
AshleyTilovefairuz, ill put it on pastbin. It looked sucessful though. One moment15:44
ilovefairuzHerliMenezes: sudo ifconfig wlan0 up; iwlist scan15:44
AshleyTilovefairuz, http://pastebin.com/gTp2Qd5H15:45
Rigorm0rtisaeon-ltd: ufw allows specifying services by name. It's one of the reasons I like it. If I do ufw allow samba, it works and I can see the rule and nmap from another host confirms the port is open15:45
ilovefairuzAshleyT: try logging out and back in15:45
hylianis there a greeting card program for linux? I am currently using tuxpaint actually, which does a pretty good job, but is hard to give it a little more info about how i want it to fold and stuff.15:45
BlaDe^I have a process which wont close, even with kill -9 --- what should I try next?15:46
AshleyTilovefairuz, okey...would a restart be better for would simply logging in and out be ok?15:46
dekker3dBlaDe^: threaten it with Windows ;)15:46
Santmanis no one able to help me with the installation problem?15:46
BlaDe^heh15:46
ilovefairuzAshleyT: not needed, it's just to restart nautilus cleanly15:46
=== SuperHark is now known as MichealH
AshleyTokey, thankyou, brb15:47
HerliMenezesilovefairuz: wlan0 : No scan results15:47
BlaDe^dekker3d:  unplugging my iPhone fixed it15:47
ilovefairuzHerliMenezes: are you sure you have any wireless networks around?15:47
HerliMenezesilovefairuz: yes, I have a wireless network at home.15:48
dekker3dBlaDe^, odd... oh well15:48
BlaDe^it's rhythmbox that was frozen15:48
BlaDe^I'm trying to copy music to my iPhone, rythmbox shows content but the iPod app shows none15:48
BlaDe^:(15:48
HerliMenezesilovefairuz: wireless router... the machine does not recongnize any wireless network...15:48
AshleyTilovefairuz, Thankyou that worked!15:49
ilovefairuzAshleyT: you're welcome15:49
HerliMenezesilovefairuz: i got some scanning results, I will paste it at paste.ubuntu.com15:50
olivvv_hi, if I install ubuntu alongside windows on my laptop, will I have access to the filesystem ?15:50
twoxyoHi15:50
FreddyStraussHello, how can i post a long message without disturbing ?15:50
n3rV3FreddyStrauss, http://paste.ubuntu.com/15:51
hpj_i'm trying to install the "activate" the b43 driver in ubuntu 10.10, it says "SytemError: installArchives() failed"15:51
FreddyStraussthanx15:51
hpj_that's an extremely useless error message15:51
HerliMenezesilovefairuz: the output is at: http://paste.ubuntu.com/527083/15:52
BluesKajolivvv_, yes , ubuntu will give you access to shared files on your windows partition15:52
erUSUL!paste | FreddyStrauss15:52
ubottuFreddyStrauss: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.15:52
ilovefairuzhpj_: change the mirror in /etc/apt/sources.list  ... pick a different country or something15:52
ilovefairuzhpj_: and then: sudo apt-get update       .. and try again15:52
FreddyStraussThanx again15:52
olivvv_BluesKaj:thx15:52
hpj_ilovefairuz: it seems to me that the downloading went fine, but i'll give it a try15:53
ilovefairuzHerliMenezes: looks okay to me, right-click on the network icon in the top right corner and click on a network15:53
sresu_How can I use desktop bluetooth to transmit music to bluetooth cell phone?15:53
=== root is now known as Guest99482
ilovefairuzhpj_: try manually: sudo apt-get install bcmwl-kernel-sourc15:54
HerliMenezesok, I think its working, now, it recognizes networks at "Arpoador" at copacabana beach, and "Santa Marta digital" very far away from my house. And the local one.15:54
HerliMenezesthank you very much.15:55
HerliMenezesilovefairuz: thank you very much15:55
Santmancan you read my messages?15:55
ilovefairuzsresu_: you need to pair your phone with the computer, use the bluetooth icon to "setup a new device"15:55
erUSULSantman: yes15:55
ilovefairuzHerliMenezes: you're welcome15:55
sresu_ilovefairuz: After that?15:55
erUSUL!ask | Santman15:55
ubottuSantman: 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. :-)15:55
HerosCorphi ! does someone use the soft mixxx ? I have a segmentation fault at lanching15:56
sresu_ilovefairuz: Is it part of "Setup a new device" ?15:56
ilovefairuzsresu_: go through the wizard and complete it, then right lick on the bluetooth icon, hover over your phone's entry and select browse, should open the phone files in the file manager and you can copy stuff to it15:56
FreddyStraussWell guys, here is my problem, please take a look and tell me if you can help me fix it (I'm totally new to Ubuntu) http://paste.ubuntu.com/527084/15:56
ilovefairuzsresu_: yes, click it and complete the wizard15:56
sresu_ilovefairuz: I want music file to be played via desktop...15:57
driverdavidhaha, you said "right lick"15:57
JoaoJoaogood afternoon15:57
SantmanHi, i'm trying the first time to install linux (ubuntu 10.10) with my hp notebook nx9005. At the end of the installation, i press the "Restart now" button an while shutdown the cd drive opens end i get the following error message: "[ 3262.542930] end_request: I/O error, dev sr0, sector 529096" (i tried it two times, once with a cd-rw and second try with a cd-r15:57
ilovefairuzsresu_: are you trying to trasmit a file or use the desktop as a "bluetooth speaker" ?15:58
trojan_spikeFreddyStrauss, the firmware doesnt support your m-board,, or so it seems15:58
sresu_ilovefairuz: Yes, thats what I asked.. to transmit music ..15:58
ilovefairuzsresu_: as in copying the file? i told you how15:59
FreddyStrausstrojan_spike So, what should i do?15:59
sresu_ilovefairuz: I would like play music files on cell phone by desktop bluetooth15:59
trojan_spikedo you know the make / type of your motherboard? Do you have graphic drivers ? working ok?15:59
JoaoJoaoI just installed Maverick here, but neither GNOME nor KDE sessions are working -  some app seemingly locks the X session initialization16:00
ilovefairuzsresu_: PLAY the music on desktop speakers or COPY IT to desktop harddrive?16:00
JoaoJoaoI can run Gnome safe mode and Xubuntu just fine. Any ideas on how to find out what is locking the GNome/KDE sessions?16:00
coder2ubuntu lucid10.04+kernel panic:not syncing+attempted to kill init+no init found..........can anyone help??:-(16:00
sresu_ilovefairuz: Its not about file transfer is different... its like using cellphone playing songs of desktop pc w/o the exitence of audio file on cellphone..16:01
k-radanyone here have experience using the oslr package in ubuntu ?  i was told it would solve my bonding failsafe fallover problem16:01
ilovefairuzSantman:  is there a CD inside?16:01
sresu_using bluetooth16:01
IPconfighello16:02
Santmanilovefairuz: yes it ist, but while the shutdown messages, the drive opens16:02
sresu_ilovefairuz: Hold on.. let me clrarify it better..16:02
FreddyStrausstrojan_spike  I 'm runnung a Dell Inspiron notebook, quite new16:02
ilovefairuzsresu_: streaming the music from the cellphone to the desktop ?16:02
sresu_ilovefairuz: Now you get that.. :)16:02
IPconfigauto proxy switcher 4 linux16:02
sresu_ilovefairuz: Or even vice-versa16:03
ilovefairuzsresu_: ok, use blueman, there's a plugin included for that16:03
IPconfigprxy switcher 4 linux16:03
IPconfigthat switch proxy auto16:03
sresu_ilovefairuz: Where I can find that? Its part of package?16:03
FreddyStrausstrojan_spike  I 'm runnung a Dell Inspiron notebook, quite new, i thin the model is 154516:03
ilovefairuz!info blueman | sresu_16:03
ubottusresu_: blueman (source: blueman): A Graphical bluetooth manager. In component universe, is optional. Version 1.21-4.1 (maverick), package size 444 kB, installed size 2680 kB16:03
IPconfig.....................16:03
trojan_spikeFreddyStrauss, best thing to do is search the ubuntu forum,, ref : dell netbook (type) etc.. If nothing, just leave a post with lots of detail,, some1 will post something to help you.16:03
sresu_ilovefairuz: What is the plugin name?16:04
ilovefairuzsresu_: i don't remember16:04
FreddyStrausstrojan_spike  which is the URL for that forum?16:04
noobuntuubuntu 10.10 by default have installed open jdk though there is not a plugin in firefox... am i missing somethin ?16:04
ale____i'm trying to install usb adsl modem manager. but the .deb says dependency is not satisfied : python-gnome2-extras. any ideas?16:05
trojan_spikeFreddyStrauss, http://www.uluga.ubuntuforums.org/showthread.php?p=1002946716:05
JoaoJoaoMaverick seems to be a bit unstable16:05
FreddyStrausstrojan_spike  thank u very much16:06
trojan_spikeYW ,, good luck hope u get it fixed soon.16:06
infomaniac50is there a way to suppress boot messages16:06
sresu_JoaoJoao: As in?16:06
FreddyStraussthanx16:06
aeon-ltdinfomaniac50: quiet? if you meant the verbose boot16:06
JoaoJoaosresu_, I just installed it and I can't run GNOME or KDE - just Gnome safe mode and Xfce16:07
infomaniac50maybe what i mean is boot warnings16:07
wildc4rdafternoon all!16:07
Santmanilovefairuz: any idea about the installation-problem?16:07
Benkinoobyhi, what indicates red wirting color for a link in terminal?16:08
ilovefairuzSantman: it looks like a defective CD or the drive itself16:08
JoaoJoaosresu_, No errors, after a couple of seconds the X session just stays there doing nothing, showing the background and the mouse pointer16:08
infomaniac50like smbus address uninitialized i think is what the message is. the machine is in virtual box16:09
sresu_JoaoJoao: Were there any errors during upgrade/installation?16:09
JoaoJoaosresu_, No errors, everything seemed to run just fine16:09
coder2ubuntu lucid10.04+kernel panic:not syncing+attempted to kill init+no init found..........can anyone help??16:09
Santmanilovefairuz: i tried it with two different cds, is ther a way to test the drive? with the same hardware i installed windows xp without problems!?16:09
trojan_spikeJoaoJoao, run 'sudo dpkg-reconfigure kdm16:09
trojan_spike'16:09
sresu_JoaoJoao: sudo apt-get update gives error?16:10
JoaoJoaotrojan_spike, Sorry I should be more specific, gdm or kdm work just fine, the session hangs after I log in16:11
ilovefairuzSantman: doesn't have to be non-operation, could be a firmware issue or a bug in how the linux kernel interacts with it, you should file a bug report, join #ubuntu-bugs for help with that16:11
hpj_ilovefairuz: i just installed another package (ntp), and the detailed screen showed me something about my b43 driver - i believe dpkg was re-trying to install b4316:11
ilovefairuzSantman: non-operational **16:11
trojan_spikeso u have got gnome or kde installed properly16:11
hpj_how can i manually do the same with sta?16:11
sresu_JoaoJoao: And <sudo dpkg --configure -a>?16:11
hpj_i. e., letting dpkg try again and tell me what's wrong16:12
trojan_spikeJoaoJoao, laptop or pc?16:12
JoaoJoaosresu_, no output from "dpkg --configure -a", so I assume no errors16:12
ilovefairuzhpj_: sudo apt-get purge bcmwl-kernel-source; sudo apt-get install bcmwl-kernel-source16:12
ilovefairuzhpj_: if there are any errors, paste to paste.ubuntu.com16:12
JoaoJoaotrojan_spike: I'm currently running Ubuntu desktop safe mode on the same laptop16:13
JoaoJoaotrojan_spike, And the Xubuntu session works as well16:13
hpj_ilovefairuz: i'm a bit confused with the "source" thing - do i really have to compile that myself, installing gcc and all the stuff in the process?16:13
robertthue 16:14
hpj_there's no binary?16:14
ale____i'm trying to install usb adsl modem manager. but the .deb says dependency is not satisfied : python-gnome2-extras. any ideas?16:14
jovaroHi, my system crashes when I try to start X, I don't even get a Xorg.0.log. How can I find out what's wrong?16:14
aeon-ltdale____: errr. install it?16:14
Benkinoobyale____, install the package  python-gnome2-extras16:14
ale____as16:14
trojan_spikeopen synaptic,, search for gnome evironment', kde etc.. meta packages might be better16:14
ale____aeon and benkinooby, that doesn\t really work as it's not in the repositories anymore16:15
ilovefairuzhpj_: no you don't, just reboot after installation finishes16:15
JoaoJoaoswitching to the Xubuntu session, BR16:15
JoaoJoaoBRB16:15
sresu_JoaoJoao: Or try http://www.psychocats.net/ubuntu/puregnome to use GNOME alone..16:15
jovaroHi, my system crashes when I try to start X, I don't even get a Xorg.0.log. How can I find out what's wrong?16:16
phasmaokay. I am slowly but surely getting my screen refresh rate issues fixed, although just one problems remains. I have fixed xrandr to not use 85Hz (my monitor does not support it) although -something- is still setting it to 85 before X is loading. What will this be?16:16
aeon-ltdale____: just compile that aswell16:16
ale____aeon-ltd : could you please guide me through that? im kind of a newbie16:17
JoaoJoaoI'm back16:17
hpj_ilovefairuz: ok, again i got a totally non-descriptive error message saying "subprocess dpkg returned error code 1"16:17
biohazardi need some help16:17
aeon-ltdale____: tar -xzvf nameofpkg.tar.gz, cd nameofpkg, ./configure, make, make install16:17
ilovefairuzhpj_: pastebin the whole output16:17
biohazardcould anyone help me16:18
AL|ENjovaro: any logs you can supply on a paste site for us to support better?16:18
ilovefairuz!details | biohazard16:18
ubottubiohazard: 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 ..."16:18
jovaroAL|EN, what kind of logs do you want? I don't have X logs unfortunately...16:18
JoaoJoaotrojan_spike, So, here it is, Xubuntu-desktop seems to work perfectly16:18
MhaddogI need some help with setting writing permissions on a thumb drive....  I been unable to extract some files into it....16:18
trojan_spikeJoaoJoao, open synaptic16:19
JoaoJoaotrojan_spike, done16:19
trojan_spikescroll to 'meta packages'16:19
AL|ENjovaro: what was the last things before you broke with X?16:19
JoaoJoaotrojan_spike, done16:20
trojan_spikeare any installed? (green)16:20
SechssechssechsHey FRESH Ubuntus!16:21
sionDoes anyone know if I can find out whether my computer takes ddr ram or ddr2 without opening my box?16:21
JoaoJoaotrojan_spike, kubuntu-desktop, ubuntu-desktop, ubuntu-minimal16:21
SechssechssechsEverything FRESH?16:21
SechssechssechsUbunutbunutubunt!16:21
jovaroAL|EN, X breaks right on starting it16:21
trojan_spikedo a re-install on them16:21
SechssechssechsUUuuuuu!16:21
SechssechssechsUbuntu, u-buntu!16:21
SechssechssechsYeah16:21
coder2ubuntu lucid10.04+kernel panic:not syncing+attempted to kill init+no init found..........can anyone help??16:21
coder2:-(16:21
SechssechssechsThe magnificent TROLLY is here!16:21
trojan_spikeJoaoJoao, now go to multiverse16:21
SechssechssechsKnee down in front of the unbelivable TROLLY!16:22
=== dreamtraveler is now known as noobuntu
phasmaokay. I am slowly but surely getting my screen refresh rate issues fixed, although just one problems remains. I have fixed xrandr to not use 85Hz (my monitor does not support it) although -something- is still setting it to 85 before X is loading. What will this be?16:23
AL|ENjovaro: is X broken after a fresh install or what were you doing last that caused that trouble? update fail?16:23
dlicoder2, are you installing by bootstrap?16:23
JoaoJoaotrojan_spike, okay, reinstalling them16:23
SechssechssechsIm the TROLLY!16:23
SechssechssechsThe distinguished TROLLY!16:23
SechssechssechsT16:23
DJones!ot | Sechssechssechs16:23
ubottuSechssechssechs: #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!16:23
SechssechssechsR16:23
coder2dli: no16:23
SechssechssechsO16:23
SechssechssechsL16:23
FloodBot4Sechssechssechs: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.16:23
SechssechssechsL16:23
jovaroAL|EN, update from 9.10 to 10.0416:23
zorklatat install, grub2 had entries for all 3 OS.  after sudo update-grub, it only has ubuntu.16:23
trojan_spikeJoaoJoao, meta (multiverse) choose the restricted ones u want..16:23
=== emma_ is now known as emma
SechssechssechsT        Y16:24
Sechssechssechs  R      L16:24
DJones!ops | Sechssechssechs (Trolling)16:24
FloodBot4Sechssechssechs: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.16:24
ubottuSechssechssechs (Trolling): Help! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, or nhandler!16:24
Sechssechssechs    OL16:24
JoaoJoaotrojan_spike, okay, doing it16:24
hpj_ilovefairuz: pasted - 52709216:24
Sechssechssechs    OL16:24
sionDoes anyone know if I can find out whether my computer takes ddr ram or ddr2 without opening my box?16:24
SechssechssechsTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROL16:25
SechssechssechsLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLY16:25
FloodBot4Sechssechssechs: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.16:25
ilovefairuz!ops | Sechssechssechs16:25
ubottuSechssechssechs: Help! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, or nhandler!16:25
trojan_spikeonce done , reboot. and run :sudo dpkg-reconfigure kdm' again16:25
SechssechssechsTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROL16:25
SechssechssechsLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTROLLYTR16:25
FloodBot4Sechssechssechs: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.16:25
phasmaman, somebody ban that jerk already16:25
slasshwhat an idiot16:26
JoaoJoaotrojan_spike, not finding the libopenjpeg package, going to packages.ubuntu.com to download it manually16:26
hechusion, try 'sudo dmidecode -t memory16:26
hechu'16:26
zorklatat install, grub2 had entries for all 3 OS.  after sudo update-grub, it only has ubuntu.  how do I fix?16:26
Benkinoobywhy is it always, that operator status is always give and taken? what is the advantage?16:26
hechusion, try 'sudo dmidecode -t memory'16:26
phasmaokay, will try again seeing all that spam obviously made my question wholly invisible16:26
phasmaokay. I am slowly but surely getting my screen refresh rate issues fixed, although just one problems remains. I have fixed xrandr to not use 85Hz (my monitor does not support it) although -something- is still setting it to 85 before X is loading. What will this be?16:26
zorklatBenkinooby, keeps people from annoying ops w/ trivialities.16:26
amikropHello, can I have crossfading in Audacious?16:27
hechusion, in my case there is a line 'Type: DDR'16:27
Benkinoobyzorklat, oh, ok. thanks16:27
trojan_spikeJoaoJoao, I gtg,, basically u want to re-install the gnome / kde libs16:27
hpj_ilovefairuz: somehow, "addtional drivers" now says the sta driver is active but not in use16:28
hpj_how do i put it in use?16:28
=== Pilif12p is now known as GoHawks
ilovefairuzhpj_: the pastebin says this driver  doesn't support your chipset, what's the output of: sudo lshw -C network16:30
morphlesanyone ever got such problem: when using ubuntu, sound volume sometimes randomily jumps to ~0, and you have to go to sound preferences to turn back up?16:31
ShakeyJake#corsix-th16:31
JoaoJoaogoing to reinstall libs, thanks for your help guys16:31
Agent001Does anyone know how to disable right mouse clicks on the browser's scrollbar?16:31
zorklatAgent001, depends on window manager.16:32
dlicoder2, I saw attempt to kill init only because of debootstrap or incorrect /etc/inittab16:32
zorklatat install, grub2 had entries for all 3 OS.  after sudo update-grub, it only has ubuntu.  how do I fix?16:32
sunk8Man... after trying out MAC OS X, I don't feel like coming back to Ubuntu!16:33
coder2dli: i think that occured due to installing of new kernel16:33
DatzI'm on ubuntu 10.04, and trying to access phpmyadmin from localhost, but I get a message that I don't have permission. Can someone help me?16:33
mateoburhello16:33
mateoburhow can I disable ACPI ?16:33
dlicoder2, do you mean you can boot with another kernel?16:34
dlimateobur, boot with kernel parameter acpi=off16:34
hpj_ilovefairuz: yes, the b43 driver isn't compatible with my chip, but the sta driver seems to work now - i only have to put it in use, somehow16:34
dlimateobur, sometimes it helps, "acpi=off noapic"16:34
mateoburdli, thanks16:34
DaghdhaI have a RAID5 mounted on /mnt/raid  .. but i want access to it as ~/Data    ...   should i ln it or just move the mount point?16:35
mrmcgibbyis it possible to download source code for something like Qt in such a way that the gdb will see it?16:35
mateoburdli, that will block the acpid demon as well ?16:35
ilovefairuzhpj_:  reboot?16:36
dlimateobur, if there's no kernel support of acpi, I suppose the acpid won't hurt either, to make sure, you can remove acpid from init jobs16:37
mateoburdli, where are those init jobs ?16:37
mateoburI don't see any wizard to configure them16:37
dlimateobur, sudo update-rc.d -f acpid remove16:37
Benkinoobydli, hm.. isnt upstart the new standard and rc.d is outdated?16:37
coder2dli: no i cannot boot with the another one also,but i think that this problem as been created by newly installed kernel16:38
dliBenkinooby, should be, could you point an upstart howto for mateobur then16:38
derek01Hello, I'm getting an error while trying to boot. Target filesystem doesnt have requested /sbin/init. No init found. Try passing init =bootarg16:38
derek01and then it dumps me in a shell16:39
zorklatat install, grub2 had entries for all 3 OS.  after sudo update-grub, it only has ubuntu.  how do I fix?16:39
KhisanthDaghdha: you can also use mount's --bind option16:39
dlicoder2, can you do a memtest? it could be hardware as well16:39
coder2dli: what a bad block on partition means?16:39
EdmundHi, I'm sorry if this isn't particulalrly ubuntu specific, but I am using ubuntu; I keep getting warnings that my diskspace is below 1.6GB, so I decided to shrink my windows partition to make my ubuntu partition bigger. I sharnk it by 20GB using windows, and tried to use the gparted live CD to make the ubuntu partition bigger, but I cant find a way to either move the partitions or add the free spa16:40
dlicoder2, means hard drive surface defects. to check, boot livecd, and do fsck -f16:40
Edmundspace onto the other partition. here is a screenshot of what i want to do, could someone tell me how?; http://tinypic.com/r/291yopd/716:40
Benkinoobydli, hm, i just saw several times that when ever ppl spake about update rc the got corrected to use upstart. please do not missundersand me. but for now, all i could do is google16:40
dlicoder2, or directly, badblocks16:41
coder2dli: should i get a replacement of harddrive from company?16:41
derek01Hello, I'm getting an error while trying to boot. Target filesystem doesnt have requested /sbin/init. No init found. Try passing init =bootarg. Does anyone know what causes this?16:41
Benkinoobydli mateobur "man upstart" says that all the important files are in /etc/init/16:41
HerosCorpdoes anyone know a multitrack player on ubuntu16:42
mateoburok16:42
dliBenkinooby, myself is not updated with upstart, it's better to suggest the upstart way for sure.16:42
sunk8Hi Edmund, unfortunately, you cannot do that directly... Windows is on a primary partition and Ubuntu is on an extended...16:42
sunk8Edmund: You might try creating a 'Linux Volume Group' Unfortunately I'm not at my PC right now... but do try and search on google... Hope this helps... :-)16:43
Edmundsunk8: so would the only way to be to delet the entire extended, and then make another one with the unallocated included, and re-install?16:43
dlicoder2, hard drive failures are easy to detect, first, you boot livecd, usually you would see error messages concerning hard drive in "dmesg", second, you can run something like "badblocks -s /dev/sda"16:43
zorklatcoder2, dli is right. menu entry you look for, to check disks, is "Disk Utility" -- it's a program called Palimpsest.16:44
sunk8Edmund: reinstall is a not an option... too time consuming... Your ext4 patrition is abt 32 GB16:44
=== peppe is now known as Guest6839
phasmaanybody around able to help with a refresh rate issue yet, please?16:44
sunk8Ubuntu shouldn't take so much space...16:45
dlicoder2, usually, "badblocks -sw" is not necessary (write mode test)16:45
sunk8Edmund: U got too many apps installed?16:45
coder2zorklat: ok16:45
Edmundsunk8: ye I tihnk its just apps, I recently re-installed ultimate edition, whcih is pretty big, and have since downloaded all the updates and quite a few agmes16:46
zorklatEdmund, may also want to try sudo apt-get autoclean and sudo apt-get clean16:46
dliphasma, do you mean in X? you can find monitor(screen) setting in Preferences menu16:46
jamesstanleyIf I upload a file to ubuntu one using the web interface it works fine, but if I try to do it locally I am told that my storage is full.16:46
zorklatat install, grub2 had entries for all 3 OS.  after sudo update-grub, it only has ubuntu.  how do I fix?16:46
phasmadli: No. This is happening before X. I have set xrandr to disregard the rate, although it is still evident in text mode (whilst booting up)16:46
dliphasma, are you using kernel mode setting?16:47
dliphasma, if so, you can use kernel parameter "video=" options16:47
sunk8Edmund: The biggest problem lies in the fact that you are allowed only 4 primary or 3 primary and 1 extended partition, so you cannot 'create' a partition in that free space and get away with it...16:47
phasmadli: No. There is a bug with KMS on my video chip16:47
=== nictrace is now known as kotoped
Edmundok16:48
svipSo my Compiz or whatever crashed and now GIMP has stolen my cursor and I cannot get back to interact with other programs.16:48
dliphasma, if not, I guess you will have to rely on old framebuffer drivers, no a pleasant way, with vga= settings16:48
zorklatEdmund, when in gparted, can you not select the partition in the graphical representation and then drag its edges?16:48
Edmundno16:48
Edmundbut that wouldnt16:48
sunk8Edmund: w8, that's an unallocated one... Why don't you format it as ext4 and maybe move your home partition to that drive?16:48
Edmundthats a good16:49
Edmundidea16:49
DaghdhaKhisanth: I made a ln instead.16:49
Edmundhold on, i cant16:49
Edmundseem to type more16:49
Edmundthan a few wordse16:49
phasmadli: eww, but if that is the only way, then so be it. Thanks. Out of curiosity, though. Where is the rate set as things stand right now? Is it read from the EDID before X loads? I am thinking along the lines of changing it manually, as it is obviously set -somewhere-16:49
sunk8Edmund: This guide: https://help.ubuntu.com/community/Partitioning/Home/Moving willhelp you move the home partition... If you have a lot of data there, your issue will be resolved...16:50
dliphasma, I'm not sure, but kernel has lower level video control16:50
danswhats wrong with suspend/hibernate in maverick?16:50
danseverytime i close the lid of my inspiron 17, i have to restart to get it back16:50
spectre^same with my vaio16:51
Edmundok i'll try that thanks16:51
zorklatat install, grub2 had entries for all 3 OS.  after sudo update-grub, it only has ubuntu.  how do I fix?16:51
phasmadli: You think it is possible I set the configuration incorrectly when I configured the kernel?16:51
sunk8Edmund: Cool... Good luck...16:51
hpj_ilovefairuz: after reboot, the wireless drivers is supposedly active and in use now, but not a single ssid is listed under available networks, though there are several here (including my own)16:51
n2diy My test box is setup to boot Ubuntu 10.04 or Xubuntu 10.04, I just ran updates on Ubuntu, and now grub can't find Xubuntu, boot message says /dev/disk/by-uuid/xxxx.... does not exist?16:52
dliphasma, if it works with default ubuntu livecd, then, you know for sure, something wrong with your kernel16:52
hpj_ilovefairuz: do i need an additional package that searches for ssids?16:52
phasmadli: Good point. Thanks for your help16:52
ilovefairuzhpj_: nope, iwlist scan16:52
dliphasma, for me, the ubuntu livecd gives me blank screen, so I know my kernel is better16:53
phasmadli: Yeah, I had to roll my own kernel on this box owing to a 2 year old kernel bug, so I can totally identify with that16:54
EdmundI also have another unrelated question; a few weeks ago my ubuntu started messing up really strangely, for example, i cant restore windows every so often, sometimes windows blank out and I cant use them for no reason (and I've only got a few running with plenty of resources free). All updates installed. So a couple of weeks ago I re-installed UE 2.7 (ubuntu 10.04) and installed all the updates. pr16:54
phasmadli@ KMS basically wedges my GPU16:54
dliphasma, what bug, do you get a bts link for it?16:54
srinihello All,   I am having probelm in installing one  package ..which is called as  "omega"16:54
phasmadli: Not sure if you are aware, but there is an old bug with mode setting on the onboard intel video chips16:55
hpj_ilovefairuz: iwlist scan gives me 3 interfaces - lo, eth0, eth1, but all three "doesn't support scanning"16:55
k-radanyone here have experience using the oslr package in ubuntu ?  i was told it would solve my bonding failsafe fallover problem16:55
zorklatn2diy, sounds similar to my problem -- update-grub removed everything but ubuntu from the grub menu.16:55
Edmundpresently i'm still getting all these wiers things happening that quite often make the os almost unusable. for example, for a few minutes just now, I could only type a few words, then all of a sudden the cursor changed to16:55
anonWhen I try to remove pinentry-gtk, it also installs pinentry-gtk2... How do I disable this?16:55
hpj_ilovefairuz: i also tried "connect to hidden wireless network", it doesn't work either16:55
k-radthere do not seem to be too many OSLR how-to's for ubuntu and OSLR, not even useful information on ubuntuforums.org16:55
ilovefairuzhpj_: paste the output of: lshw -C network     to paste.ubuntu.com16:55
sunk8Edmund... are you downloading something?16:56
Edmundthe sort you use for writing and I couldn't click on anything; Iassume it must be a problem with a recent update since the problems are still here after re-installing16:56
phasmadli: https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes16:56
srini in the INSTALL  file they asked to change some system dependent varaibles: MOTIF=/usr/X11R6/LessTif/Motif2.0/ X11_INCL_PATH=-I/usr/X11R6/include/ -I${MOTIF}/include X11_LIB_PATH= -L${MOTIF}/lib -L/usr/X11R6/lib/16:56
dliphasma, the KMS bug I reported: http://bugs.freedesktop.org/show_bug.cgi?id=2922116:56
sunk8Edmund: Maybe a torrent client is on? or a download/install?16:56
n2diyzorklat: yes, I noticed that too. I'm going to check my directoroy, maybe the old disk was renamed, and I recover it that way?16:56
Edmundsunk8: no, and this is a problem which occurs after restarting16:56
Edmundno16:56
phasmadli: Not sure about that one. Checking now16:56
sriniwhat is this X11RC and motif and LessTif?16:56
fattal_ewhich remastersys version i have to install on my system here: http://www.geekconnection.org/remastersys/ubuntu.html16:57
anonCorrection: when I try to remove pinentry-curses, it installs pinentry-gtk2.16:57
srinican some one help ..in this regard16:57
sisifHello guys. Any recent problems with the 10.10 install and Catalyst drivers? Apparently after I enabled the proprietary drivers my display is kinda scrued16:57
zorklatn2diy, no idea.  I came here to see if I could get help, nobody seems to know.16:57
zorklatn2diy, actually, doesn't seem to be my issue -- had LMDE, ArchBang & lubuntu entries before booting into lubuntu, ran updates, & now only have lubuntu.16:58
n2diyzorklat: roger that, this is like fishing, sometimes you get a bite, sometimes not.16:58
Edmundand now the cursor is the sort you use for typing (cant remeber the name of it) and I cant click on anything- my system is fully updates as well16:58
fattal_ecan someone here use remastersys with ubuntu 10.1 ?16:58
phasmadli: No, this is a different issue than that. I do not get a blank screen. X loads fine, but upon the GPU wedge, it fails to redraw, requiring a magic key out of it16:58
dliphasma, looks like your chip is a little bit too old, my mine is a little too new :( intel video is not satisfactory :(16:58
phasmadli: Yeah, mine is an Intel 845 (about 6 years old)16:58
nadeemi install ubuntu 10.4 and my removable device does not automatically mounted i need to do that manually so what i can do to solve this issue16:59
sunk8sudo apt-get install yum16:59
SvendbennoHi. My headset just broke, and i've started using my good ol' speakers again. I've thought that i could just buy a microphone(blue yeti maybe?). Would this give echo-problems in VOIP-software? if so, how can i fix this?16:59
srinihello, guys ..can you help me to understand  X11RC and motif and LessTif ?16:59
sriniand How to install them16:59
jovaroCan someone help me with my Xserver? It crashes right after starting it. The log is here: http://pastebin.com/s6QyX8pj17:00
EdmundI know these are really wierd symptions and I've never had these problems with ubuntu before, but as I say, even after a re-install they still happenly randomly, which is why I think it must be an issue with an update, does anyone else experience any such problems?17:00
dlinadeem, have you tried nautilus (default gnome file manager), you click on the displayed devices(partitions) to get it mounted, pretty much like automounting17:00
nadeemi cant even see those partitions in the file manager17:02
hpj_ilovefairuz: pasted: 52711317:02
nadeemi do fdisk -l to see them and then mount manually17:02
edbianEdmund, Occasionally you will see things with Ubuntu that don't make sense.  These basically are bugs.  However, if you can't replicate the bug it is extremely hard to track down the cause (let a lone the solution).  This happens more on some distros because they are newer.  Arch for example is very very new and has tons of bugs.  Debian stable is an example at the other end of the spectrum (older features but fewer bugs)17:02
dlijovaro, is 1360x768 your monitor resolution?17:02
daneummm...hi..can anyone help me with a problem regarding wubi?17:02
jovarodli, no I use a TV which is PAL17:02
zorklatat install, grub2 had entries for all 3 OS.  after sudo update-grub, it only has ubuntu.  how do I fix?17:03
Diamondcitejovaro: Did you actually put all those mode lines in your xorg.conf?17:03
edbianEdmund, A good work around is to use an older kernel (since many strange bugs originate in the kernel).  Or if you can nail the bug down to a particular piece of software an older (or sometimes newer) version of that.17:03
jovaroDiamondcite, no I don't have anything in my xorg.conf17:03
srinihi, can some one look at the following Makefile.config and suggetst me the  X11RC and motif and LessTif values in that :http://pastebin.com/trYhyEXW17:03
regomodoHi, i'm trying to autlogin into my mythbox. Followed this:17:03
regomodoif [ $(tty) == "/dev/tty1" ]; then17:03
regomodo  echo "Starting X"17:03
jovaroit doesn't even exist17:03
regomodo  startx17:03
regomodoelse17:03
FloodBot4regomodo: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.17:03
regomodo  echo "Not starting X"17:03
dlijovaro, can you do "X -configure" to see whether it crashes as well17:03
regomodoHi, i'm trying to autlogin into my mythbox. Followed this: http://tombuntu.com/index.php/2010/01/01/enable-automatic-login-in-ubuntu-9-10-server/17:04
danswhats wrong with suspend/hibernate in maverick?17:04
danseverytime i close the lid of my inspiron 17, i have to restart to get it back17:04
regomodoIt logins in fine but X doesn't start.17:04
Diamondcitedans: Some systems hibernate terrible, try suspend17:04
dlidans, I got a similar problem, because display keeps black after suspend17:04
regomodoOnly when I run "bash +x" does X start. Any pointers?17:04
Edmundebdian: I know that, but i have been using ubuntu for years, and have never experienced these problems. the only similarity is that on my old compuer with barely any ram the windows would balnnk out (darken) for a while if there were too many windows open. however i now have 4gb of ram and a decent processor, and this happens random;y when few windows are open, there are also other random things17:05
jovarodli, it says FATAL, nvidia not found17:05
dlijovaro, sounds stupid, since you don't really have nvidia card, right?17:05
edbianEdmund, because it is random I literally cannot offer advice about it.17:05
EdmundI've tried slecting an earlier kernel at boot, but x wont start due to driver issues, the one i'm running is the only one i can run17:06
jovarodli, no it is a VIA thingy17:06
zorklatat install, grub2 had entries for all 3 OS.  after sudo update-grub, it only has ubuntu.  how do I fix?17:06
Daghdhanetwork died on ubuntu machine again whil copying a lot of data17:06
dominicdinadaAny fix yet for not being able to save network files via Kate, and other resources17:06
jovarodli, but it did give a new xorg.conf, maybe it didn't crash after all?17:06
zorklatjovaro, dli:  nvidia makes mobos, including some marketed by via.17:06
FishFaceAnyone know of some software that will equalize a bunch of MP3's from various sources?17:07
srini<dli>hi , can some one look at the following Makefile.config and suggetst me the  X11RC and motif and LessTif values in that :http://pastebin.com/trYhyEXW17:07
dlijovaro, test with the new xorg.conf17:07
hpj_ilovefairuz: anything?17:07
regomodoTurns out that tombuntu lguide is incorrect.17:07
jovarozorklat, it is a Via Eden board, don't think nvidia makes those?17:07
Edmundebdian: one thing I can say is that a few weeks ago my install had been running perfectly and very fast for about a month (since install) untill I installed updates (with the update manager), and then these problems started, so my guess is that its a problem with one of these updates, so I'm thinking that someone else must also be experiencing problems?17:08
ilovefairuzhpj_: running lucid?17:08
jovarodli, it crashes with the new xorg.conf as well17:08
hpj_ilovefairuz: 10.10 netbook17:08
hpj_32-bit17:09
coz_FishFace,  well  there are probably several applications for this  you can check in sysnaptic for notmalize-audio17:09
zorklatjovaro, the wikipedia entry strongly suggests you are right.17:09
coz_FishFace,  maybe ffmpeg or mencoder can help also for command line based uitiliy17:09
dlisrini, sorry, I don't understant that particular package, and the Makefile.conf contains only ENVs for some Makefile, I suppose17:09
zorklatat install, grub2 had entries for all 3 OS.  after sudo update-grub, it only has ubuntu.  how do I fix?17:09
=== Kyoku is now known as Kaizen
dlijovaro, now, can you modify the new xorg.conf to specify modelines17:10
coz_FishFace,  look here also    http://embraceubuntu.com/2006/09/11/normalize-the-gain-playback-volume-of-your-mp3s/17:10
srini<dli>, Yes,, I am new to unix and ubuntu....and in that file basically,  there are some varibales which have to fill in according to my system specification17:11
greenIThi, i have a problem with a divx-stream... how can i watch it in ubuntu?17:11
jovarodli, do you have an example so I know where and how to write the modelines?17:11
dlijovaro, try: https://wiki.archlinux.org/index.php/Xorg17:11
dominicdinada!restricted  | greenIT17:12
ubottugreenIT: 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/FreeFormats17:12
srini<dli>, I do not know what is that  X11R6 and motif anf LessTif in that Makefile.config17:12
ilovefairuzhpj_: looks like you'll need to install the windows driver using ndiswrapper17:12
FishFacecoz_: Thanks. Checking it out :)17:12
EdmundI'm thinking I should just re-install ubuntu, but maybe noy use ultimate edition this time, since the problem could be in that. I'm fine with ubuntu 10.04, would there be any disadvantages in installing 10.10 instead, because I'll start the download on either now17:12
dlijovaro, basically, you need to add sections Monitor Screen, and in Screen, you specify modes lines: Modes "1024x768" "1280x1024"17:12
Edmundnot*17:13
dlisrini, first, what are you trying to do? to install a package named omega?17:13
sriniyes17:13
=== squished is now known as jenkinbr
dominicdinadagreenIT: I myself use gnome mplayer with the codecs installed most people suggest VLC but i think the program is horrible17:13
srini<dil> yes17:13
jovarodli, thanks I'll do that!17:13
detrixHow do I get the Me menu icon to show up in the systray?17:13
zorklatEdmund, only disadvantage i know of re 10.10 v 10.04 is 10.04 has support till 13.04, while 10.10 only till 12.0417:13
greenITdominicdinada, how can i watch streams with mplayer or which plugins do i have to install?17:14
Edmundok17:14
dominicdinadagreenIT: i sent you the howto on restrict formats17:14
phusion__hey guys. im having some weird issues with a vpn setup that works on debian but not ubuntu. i believe it has something to do with the way default routes work. ive tried other channels pertaining to vpns and networking to no avail so far.  http://pastebin.ca/1983384 any help i greatly appreciate :)17:14
dominicdinada!restricted > greenIT17:15
ubottugreenIT, please see my private message17:15
sioncheers, it was DDR DIM :)17:15
hpj_ilovefairuz: why is that?17:15
greenITdominicdinada, ah, thx17:15
srini<dil> the whole package  you can get it from the following link :  http://www.infosun.fim.uni-passau.de/cl/loopo/required/17:15
hpj_doesn't eth1 show properly?17:15
ilovefairuzhpj_: no idea why the driver doesn't support your chip, you should file a bug, join #ubuntu-bugs for help with that17:16
srini<dil> in that webpager  you can see a link to "omeg"17:16
zorklathpj_, ndiswrapper is a tool to make windows drivers for wireless cards work in linux, when there are no linux drivers.17:16
hpj_ilovefairuz: i don't understand17:16
hpj_why do you say the driver doesn't support my chip?17:16
hpj_the b43 driver said it doesn't support my chip, ok17:16
srini<dli> in that webpager  you can see a link to "omeg"17:16
zorklathpj_, cos it's not working?  ;~)17:16
ilovefairuzhpj_: because it explictly says so in the installation error17:16
hpj_but the sta driver installed fine17:17
Kuifje111how do you delete an IP from ssh "last -x" log?17:17
zorklathpj_, ther's a difference b/n installing & working.17:17
hpj_did you see anything wrong in the lshw result i posted?17:17
dlisrini, and error occurs when you install omega?17:18
hpj_if not, how do i know this is a driver bug, not a configuration error?17:18
Daghdhals17:18
Daghdhaoops17:18
zorklatat install, grub2 had entries for all 3 OS.  after sudo update-grub, it only has ubuntu.  how do I fix?17:18
ilovefairuzhpj_: does it work? sudo ifconfig eth1 up; iwlist can17:19
ilovefairuzhpj_: scan **17:19
joeyjordisonhow d u instll gimp n ubuntu?17:19
srini<dli> in the INSTALL  file they said, we have to change some  and I do not understand the VARIABLES related to X11RC and motif and LessTif17:19
randomusr_how can I associate txt files with open office?17:20
dlisrini, and that's for the package omeg, right?17:20
srini<dli> they asked me  to do "make depend"  but  it fails giving an error17:20
dlirandomusr_, right click, properties, Open With17:20
detrixjoeyjordison: use synaptic package manager and search for gimp17:20
hpj_ilovefairuz: no, iwlist still says eth1 doesn't support scanning17:20
psycho_oreoshpj_, pastebin (not paste) your `lspci -nnk' output17:20
ilovefairuzhpj_: pastebin /var/log/messages17:21
randomusr_dli, Open Office is not listed17:21
dlisrini, can you pastebin your command lines also, right after you untar/unzip the source, and cd to the source folder17:21
dlirandomusr_, usually, you can choose other programs, or custom command17:22
karthick87How to access a linux system from windows remotely..?17:22
dlikarthick87, ssh/vnc17:22
EricThibaultkarthick87 with ssh17:22
EricThibaultputty.exe works pretty well17:22
randomusr_dli, does that mean I have to assign the -writer command to all text files? how do I do this glabally?17:22
srini<dli>the whole package is in the following link, it is from a university http://www.infosun.fim.uni-passau.de/cl/loopo/required/      u can look for  the link with :      omega1.2_for_loopo-2009-11-03.tar.gz17:22
karthick87Installed openssh-server in my ubuntu17:23
EricThibaultthen download putty on windows17:23
dlirandomusr_, I suppose you only do it once17:23
karthick87How to access my system from outside..?17:23
EricThibaultand enter your ip address in putty, and you'll remotely connect to your server17:23
randomusr_dli: did that, but it only applies to the single file17:23
dlirandomusr_, from right click -> properties?17:24
srini<dli > yes, I can do that , I did untar and unzip and read the  INSTALL file and they asked me to change some Variables in Makefile.config  which I pasted at  http://pastebin.com/trYhyEXW17:24
dlisrini, do you have to install loopo first before installing omega?17:24
srini<dli> in that file I do not  understand the  X11RC variables..17:24
karthick87Installed openssh-server in my ubuntu,how to access my ubuntu system from outside..?17:24
EricThibaultkarthick, lok in ur private chat17:25
srini<dli>  to install Loopo  I need this  Omeaga17:25
EricThibaultim talking to you, about the question17:25
zorklatWOOT!  should have mentioned I'm using lubuntu:  issue addressed at http://ubuntuforums.org/showthread.php?t=1195275, the Grub 2 guide!17:25
randomusr_dli: right click > properties > use a custom command > type "/usr/bin/soffice -writer"17:25
jovarodli, I added some modelines, depth 24 "1024x768" "1280x1024" and now instead of X crashing, everything crashes...17:25
randomusr_dli: I'd have to do that for every txt file?17:25
bukemanyone know how to install photoshop on ubunut ... i tried using wine but i get a executable error17:25
zorklatn2diy, check this:  http://ubuntuforums.org/showthread.php?t=119527517:25
hpj_psycho_oreos: pasted, 52712417:26
NameLess-jshow can i install google earth in ubuntu 10.10?17:26
zorklatbukem, that's one of the tougher tasks out there.  expect to find a lot of time w/ google & ubuntuforums.17:27
psycho_oreoshpj_, one of the ethX should be a wireless interface, iwconfig should tell you which one has wireless extensions apart from printing `no wireless extensions' for a specific interface17:27
n2diyzorklat: ok, just deleted all my partitions and  I'm re-installing.17:27
zorklatbukem, winehq.org forums as well.17:27
bukemzorklat .thanks17:27
Silasle !google earth | NameLess-js17:27
ubottuNameLess-js: Google Earth is now available, for free (only as in price), for Linux, too. To download it see http://earth.google.com/download-earth.html - A package for Ubuntu is available in the !Medibuntu repository17:27
dlijovaro, "everything crashes"? I don't understand17:27
=== WiW is now known as WiWafk
srini<dli> according to INSTALL file , If I do  "make depend" I get the following error  http://pastebin.com/0qgfxPbV17:27
dlisrini, give me several minute to understand this17:28
NameLess-jsSilasle: how can i install it, without using medibuntu, i downloaded the .bin file17:28
jovarodli, had to restart the pc for anything to happen17:28
=== WiWafk is now known as WiW
srini<dli> thanks  , no problem , I am trying this from yesterday and for one of my project it is needed17:29
hpj_psycho_oreos: i know which one, it's eth1, and iwconfig says so too17:30
linuxRhello, is there a way to raise the available swap space without repartitioning my disks? thanks17:30
dlijovaro, sounds like video card driver bug though :( bad luck for openchrome users :(17:30
dendritehello ! could someone please help me with f-spot. just need someone who knows how to use it show me around a bit.  private convo please so as not to spam the channel17:31
psycho_oreoshpj_, so your issue is not being able to scan? what if you tried issuing `sudo iwlist eth1 scanning'?17:31
dlidendrite, I suggest shotwell instead of f-spot, personal preference though17:31
dendritedli: o yea forgot about that. i have used it before it is great17:32
hpj_psycho_oreos: iwconfig says about my eth1: link quality 5, signal level 0, noise level 017:32
zioenricomi è sparita la barra di stato superiore e l'area per le icone ridotte.che faccio?17:32
hpj_that signal level 0 can't be right, can it?17:32
FishFaceNameLess-js: Did you see this? - http://ubuntuforums.org/showthread.php?t=23330917:32
NameLess-jsty FishFace17:33
joe_coolHello! I'm having a problem installing Ubuntu on my machine.17:33
hpj_psycho_oreos: iwlist eth1 scanning says "failed to read scan data: invalid argument"17:34
joe_coolI'm installing via Vista.17:34
psycho_oreoshpj_, you're using a proprietary driver, who knows how it'll exactly function, I'd check dmesg for info and hope17:34
joe_coolI tried 3 times, first being able to boot into Ubuntu to install, but getting stuck on "Syncing to network time server"17:35
joe_coolSecond, via the same process, and booting into Ubuntu to finish, but getting stuck on "Checking for other OSes"17:36
randomusr_anyone know how to set file associations from bash?17:37
bukemjoe_cool what release?17:37
joe_coolThird time, it finished installing via Wubi, but when I open Ubuntu, I get a strange and erractic arrangment of pixels.17:37
nothingspeciallinuxR: Unmount your swap partition and create a swap file17:37
joe_cool10.4 LTS17:37
bukemjoe_cool you booting to your dvd?17:38
joe_coolTo my computer. Using Wubi.17:38
joe_coolDownloaded from ubuntu.com17:39
linuxRnothingspecial, yep thanks, I have just created a swap file and added this to the swap pool17:39
dlisrini, you will need the package lesstif2-dev: sudo apt-get install lesstif2-dev17:39
hpj_psycho_oreos: when i do "ifconfig eth1 down" and "ifconfig eth1 up", nothing shows in /var/log/messages, what does that mean?17:39
psycho_oreoshpj_, it means that the driver doesn't tell you in verbose messages what is going on internally17:40
bukemjoe_cool: sry neva used that ... try ubuntu live, if you looking for a lighter version17:40
hpj_psycho_oreos: and "iwlist eth1 power" says "current mode: off", is that normal?17:41
srini<dli> I installed that package already ...17:41
psycho_oreoshpj_, don't know if you're curious about those, maybe you should consult with broadcom, its their own proprietary driver17:41
joe_coolI'll try Ubuntu live, but I'm looking for a version that supports 64 bit.17:41
zioenricola barra superiore del desktop è sparita che faccio?17:42
hpj_psycho_oreos: i find it strange since lenovo s10 isn't exactly an exotic series17:42
srini<dli> If you have downloaded the  "omega1.2_for_loopo-2009-11-03.tar.gz"  file , can you look at the INSTALL file and Makefile.config files17:42
psycho_oreoshpj_, it isn't lenovo that's the issue.. well if anything it is partially, but its because of the wifi chipset and the manufacturer behind the wifi chipset17:43
srini<dli> there is a samll README  file as well17:43
hpj_psycho_oreos: also, iwlist eth1 event tells me: "wireless events supported: (empty); scanning capabilities: essid"17:43
Daghdhamy log and my consoles (clt-F1 F2 etc) are flooded with this message: http://pastebin.com/iYp8NTxJ17:43
dlisrini, and you make some minor changes to Makefile.conf: http://pastebin.ca/198374517:43
=== itch_ is now known as sisif
Daghdha[drm:radeon_dvi_detect] *ERROR* DVI-D-1: probed a monitor but no|invalid EDID17:43
=== NG_ is now known as ng_
DaghdhaAny one have the solution to that?17:44
dlisrini, if you have used the program patch, you can cd to source folder, and do: patch -p1 < /path/to/patchfile17:44
sisifHello guys. What`s the best driver to install for a ATI HD 2xx unde 10.00x64 ?17:44
osmosisis there anything like Genius for itunes, but for ubuntu?17:44
Jeatoni deleted my /etc/samba directory thinking it would recreate itself when I reinstalled samba, but i was wrong17:44
DaghdhaIt's strange i don't even have DVI17:44
Jeatonany ideas how I recreate the directory with the default config files?17:44
dlisisif, the radeon open source driver17:44
osmosisJeaton, sudo apt-get remove samba; sudo apt-get install samba17:45
psycho_oreoshpj_, again I must stress that for all issues whilst using wl driver, you should seek broadcom for support as they would know exactly how their driver works17:45
srini<dli>  the patch answer I did get17:45
sisifdli, do you have a link to a .deb ?17:45
sisifdli, or it`s in the repos ?17:45
srini<dli> the patch answer I did not understood...sorry17:45
mbroekerJeaton, aptitude -o Dpkg::Options="--force-confmiss" reinstall samba-common samba17:45
hpj_psycho_oreos: but that can only take months, if ever17:45
GoldenFish4UI just removed Skype, in addition to that, I also removed the .Skype folder in Nautilus, what else should I remove to completely remove it?17:45
hpj_psycho_oreos: i thought people are familiar with this kind of problems17:46
psycho_oreoshpj_, well :) that's the joys of using that driver and having that laptop device17:46
mbroekerJeaton, or apt-get (in maverick, aptitude is not installed via default)17:46
dlisrini, you save what I pastebined to a file, install the package "patch"17:46
hpj_it seems to be there are quite a lot of broadcom driver problems17:46
psycho_oreoshpj_, not I, and I wouldn't be using wl for starters.. if anything I'd get rid of that crappy laptop, not worth the hassle17:46
hpj_psycho_oreos: a netbook without wlan isn't much a netbook is it?17:47
dlisrini, then, you cd to omega source folder, do: patch -p1 < /path/to/saved_patch_file17:47
imthenachomanhey guys. need some help. just did a fresh install of 10.10 but cannot figure out how to get bluetooth to stay connected, esp so i can use it at login screen?17:47
psycho_oreosa lot of it is related to broadcom being slow to introducing themselves to the linux community, they've only just recently made some of their wifi support open17:47
psycho_oreoshpj_, I meant to get rid of the netbook entirely and get a netbook with a decent wifi chipset.. not something like lenovo17:48
srini<dli> okay..I  will do17:48
hpj_psycho_oreos: the thing was given to me - for free17:48
MagicJI have a number of USB sticks that are bootable systems - when I pug them in they are all named "4G File System" - how do I change the names17:48
hpj_i wouldn't have brought it, for sure17:48
TylerjdMajicJ: what are they formated as?17:49
zioenricoMy superior desktop bar it's missed how can restore it?17:49
psycho_oreoshpj_, well I'd sell it and buy something worthwhile with the money :) there's no point hanging onto something that won't work the way you want it to work without lots of fiddling around.. unless if you're really willing to learn linux inside out starting from the command line and hope that you'll get it working17:49
TylerjdMagicJ: what are they formatted as (sorry spelt username wrong forst time)17:50
dlisrini, also, as the omeg package maintainers to use stand build tools like autotools, or cmake. it's silly to ask users to modify a config and build17:50
dydtHi, how can i spawn a process through the command line without having the console "bind" to it?  Meaning, I want to spawn a program and be able to run more commands through the same window17:50
nothingspecialdydt: &17:50
dlidydt, easiest, background fork with &. better use GNU screen or tmux17:51
FishFaceNameLess-js: Did you get it installed?17:51
MagicJnot really sure - how would I quickly discover that17:51
GoldenFish4UI uninstalled Skype, removed the .Skype folder, what else can I do to make sure there's nothing left?17:51
NameLess-jsFishFace: working, workins, warning, warning, error, critical error :)17:51
MagicJoops Tylerjs - not sure how would I determine that17:51
NameLess-jsj/k working fine FishFace17:52
Wipsterbah ok what tools do I need to get from an mp3 to an aiff tried a few things with mpg123 and sox but sofar not sucessfull17:52
regomodoAnybody know if flash64 works with mythtv?17:52
FishFaceNameLess-js: Cool. I had to do it a different way.17:52
NameLess-jswait17:52
NameLess-jsacually error17:52
NameLess-jsErrors were encountered while processing17:52
NameLess-jsFishFace: sudo dpkg -i ./17:52
imthenachomananyone?17:53
dydtThank you, that worked :)17:53
TylerjdMagicJ: Are you in Ubunutu Desktop, if so run the disk utility from the Adminisration tab17:53
FishFaceNameLess-js: Go to the 4th response in the thread if you have to by kalpet89 - http://www.google.com/support/forum/p/earth/thread?tid=0530e630c239ca19&hl=en17:53
NameLess-jsFishFace: k17:54
dliWipster, I'm not sure about it, but you may try ffmpeg17:54
NameLess-jsFishFace: thats what i did17:54
NameLess-jsFishFace: nvm working tyvm17:54
FishFaceNameLess-js: I see. I just ran it and it opened up - then closed17:54
dliWipster, like : ffmpeg -i foo.mp3 foo.flac17:54
MagicJTylerjd:- I am - w95 f3217:54
NameLess-jsFishFace: error again17:54
farsheed how to disable copying file on samba server17:55
Wipsterdli, thanks i will give that a whirl17:55
MagicJTylerjd - but it does not allow me to change the label there17:55
=== zkriesse_ is now known as zkriesse
NameLess-jsFishFace: i got error when installing but runs fine :)17:55
FishFaceNameLess-js: I am working on it :)17:56
NameLess-js:)17:56
robbrithey guys, i have an interesting wireless issue on my laptop - when i use the switch to turn the wireless on, ubuntu says the wireless is disabled, but when i turn the switch off, ubuntu switches to saying it is disconnected and gives the option to search for networks17:56
srini<dli> I  think , I am ending up in the same issue ...it is not  running " make depend" fails17:56
* Daghdha reboots again to get eth0 back on the air :/17:56
TylerjdMagicj: that means that it is formatted as a Fat32 disk, you should just be able to rename it from there... but I'm not positive, let me get a Ubuntu VirtualMachine running, hold on a sec17:56
aussahow do I log as root in kubuntu?17:56
NameLess-jsFishFace: ok, 1 down now vmware.binary to go :)17:56
robbritaussa: sudo -s17:56
MagicJtyler jd - ty17:57
nothingspecialaussa: You don`t, you use sudo17:57
MagicJtypelerjs - I will stand by17:57
dlisrini, I suppose either you still need some packages which I have here, or you patched the file wrong17:57
quantumHi everyone, how do I edit Apache HTTP Server's configuration file?17:57
dlisrini, pastebin the error message, and the patched Makefile.conf17:57
Gneaquantum: by using a text editor17:57
osmosisis there anything like Genius for itunes, but for ubuntu?17:57
DaghdhaMy kernel is warning me with this message http://pastebin.com/iYp8NTxJ what does it mean?17:57
MagicJquantm - the files are in /etc/apache2 - you will need to sudo17:57
robbritquantum: should be in /etc/apache2/sites-enabled/000-default or something like that17:57
aussathank you :D17:58
dliaussa, it's okay to login as root via ssh17:58
=== HRT is now known as hrt
quantumMagicJ, thanks17:58
serialfreehi17:59
nothingspecialosmosis: guayadeque music player uses lastfm to create playlists based on the first song you play and similar artists........17:59
FreddyStrauss!paste18:00
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:00
FreddyStrauss!screeshot18:00
FreddyStrauss!screenshot18:00
srini<dli>  some how when I do   patch -pl < the path to file , I was getting "patch: **** strip count l is not a number"  as a error,  I did changed the Makefile.config manually and18:00
ubottuScreenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://tinyurl.com/imagebin and post a link to it.18:00
=== silver is now known as hy
=== sartf is now known as skfin
srini<dli > here is the Makefile.config http://pastebin.ca/1983754   new one18:00
hyhello. i want to convert my emails from outlook express to evolution. whats the best way to do this?18:00
quantumrobbrit, I can18:01
quantumrobbrit, I can't find what I need in this file18:01
Wipsterdli, even something simple like converting the mp3 to a wav doesn't work and makes an unplayable file18:01
=== clay_ is now known as ClayG
dliWipster, ffmpeg -i foo.mp3 foo.wav ?18:01
ClayGWould it be horrible to install reg ubuntu on my netbook instead of the "netbook edition"?18:02
nothingspecialClayG: no18:02
dlisrini, and "make depend" error?18:02
Wipsterdli, yeh cant play the file fires up totem and nothing18:02
ClayGnothingspecial, i didn't think it would be, thanks18:02
TylerjdMagicJ: While I'm getting this VM going, what did you use to make the bootable USB's? Was it a tool on Windows, or something like unetbootin on Linux>18:02
Wipsterdli, try to play in rhythem box, nothing18:03
MagicJclayg - I run regular 10.4 on my netbook - its GREAT!18:03
quantumI'm having a problem on finding the right Apache HTTP Server configuration file18:03
bukemtotally just got photoshop on ubuntu!!18:03
* bukem punchs the air18:03
srini<dli > make depende error is :  http://pastebin.ca/198375618:03
dliWipster, mplayer ?18:03
stev3is it possible for ubuntu to emulate an xp recovery disk so i can run 'chkdsk -r' and stop xp from bluescreening?18:03
dliWipster, aplay18:04
_jesse_stev3: not really, you probably want a windows PE cd18:04
Wipsterdli ok will try those thanks18:04
MagicJtylerjd - some unetbootin, remastersys and "Create startup disk" - and I find that word starting with W objectionable - NO!   :)18:04
stev3trying _jesse_ :{ i cant find it, is it possible to eject a live cd to burn xp?18:05
_jesse_stev3: you could use a live cd to burn a new XP cd, yes18:05
stev3cant seem to get it to eject _jesse_18:06
_jesse_eject?18:06
_jesse_oh18:06
stev3only 1 dvd drive18:06
_jesse_I see18:06
dlisrini, then, I think it's some missing packages18:06
_jesse_stev3: what if you ran the live CD from USB? You could also probably run ubuntu's filesystem checker on your NTFS partition if that's the only utitlity you are looking for18:07
srini<dli>, I think I will mail the Loopo team, for help18:07
_jesse_stev3: well it's another program, but http://ubuntuforums.org/showthread.php?t=72953518:07
stev3ill try _jesse_  thanks :}18:08
dlisrini, it does build here18:08
TylerjdMagicJ: haha sorry:P I try to stay away from that word as well, but is there an option for "Change Disk Label" in there? make sure you choos the actual USB device, not the controller18:08
dlisrini, if possible, I suggest you install gentoo, because gentoo gives you -dev files by default, unlike ubuntu18:08
srini<dli> is it ?  can u paste the Makefile.config of  urs ?18:09
hpj_psycho_oreos: actually i'm already somewhat familiar with linux - starting with debian more than ten years ago, and having maintained a few servers18:10
dlisrini, http://pastebin.ca/198376618:10
srini<dli>  what is that gentoo  and how should I install it18:10
hpj_just not so good with hardware under linux18:10
MagicJtyler - I don't see a choce that you reference18:10
hpj_otherwise i'm ok18:10
dlisrini, http://www.gentoo.org/18:10
Daghdhahttp://pastebin.com/iYp8NTxJ i don't even have a radeon, i have intel onboard gfx18:11
hpj_most time i spent with linux has been on the command line, anyway18:11
dlisrini, as usually, you can try a new OS with virtual machiens18:11
MagicJguys - when I hit the login screen it offers the vaious users that I set up but doen't offer the ones that are sort of part of the system, such as root - how do I set it to hide others that I set up18:11
Linuxsapien!notification18:12
psycho_oreoshpj_, then you should know for starters is to not use wl driver but to use the kernel's own b43 driver18:12
Linuxsapienany way that I can set the time notifications are on screen for please?18:12
marelHi, sound works only on one headphone side, what should I do ?18:12
hpj_psycho_oreos: as i said, i'm not so good with hardware drivers under linux18:12
dlisrini, one thought: apt-get build-dep lesstif218:13
dlisrini, it may not help though18:13
hpj_tried gentoo once, but gave up fairly quickly after trouble with kernel drivers18:13
dane_rohi, i'm new here, how can I get some help?18:13
=== rin is now known as rinhagemi
petandane_ro: just ask18:13
rekhi what can i install to refresh my address? something like dyndns... dhcpd ?18:13
MagicJdane_ro - just ask18:13
hpj_psycho_oreos: meanwhile, i've made significant progress with my netbook18:14
Unit43hi18:14
dlirek, better by your router, if it supports, or by ddclient18:14
dpac_!ask | dane_ro18:14
ubottudane_ro: 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. :-)18:14
hpj_the driver is scanning now!18:14
GoldenFish4UI uninstalled Skype, removed the .Skype folder, what else can I do to remove it completely?18:14
marelSound works on only one headphone side, I tried to install QAmix, mute/unmute, none of these worked. What should I do ?18:14
rekwhat dli ?18:14
psycho_oreoshpj_, *sighs* you still persist with that wl driver, up to you18:14
hpj_psycho_oreos: seems the problem was that i deactivated wifi under windows (using fn key), and that somehow disabled the wifi (in the bios?)18:15
Linuxsapien!notifications18:15
FishFaceNameLess-js: I have 10.10 and finally got Google Earth working. LOL!18:15
someone235hi, i've installed VirtualBox 3.2 with .deb file, and now i want to do "Complete Removal" for this. How can i do this?18:15
hpj_psycho_oreos: ok, instead of that driver, what would you recommend?18:15
NameLess-jsFishFace: i got googleearth working, but installer says ERROR :)18:15
xrdodrxGoldenFish4U, It should be already removed completely. It isn't?18:15
hpj_compiling my own kernel?18:15
srini<dli>   If I understand, u want me to install  gentoo linux as a Vitual Machine and  try installing this library18:15
karthick87I want to lock all the ssh user in a particular location,so they cant browse my entire systsm.How can i do this..?18:15
Unit43samr, extentions sownloaded from smartphone shows up as mp4, which media player can I use, I have installed a xouple of plug ins available in the ubuntu software library. Anyone can help?18:16
TylerjdMagicJ: that is weird, hmm, what version of ubuntu are you running? I have a USB fat32 device mounted in ubuntu, and is it giving me the option... Try installing GParted, "sudo apt-get install gparted" its basically a utilitarian version of Disk Utility. And a bit more powerful. then try and see if that lets you change the label18:16
GoldenFish4Uxrdodrx,  yeah it's gone from the menu etc, just making sure it's gone :D18:16
dane_roummm.ok, here goes: until recently i've had windows xp and ubuntu 9.10 installed on the same partition, ubuntu installed with Wubi...yesterday I uninstaled Ubuntu to upgrade to 10.10...I installed ubuntu 10.10 through wubi, but when I rebooted, ubuntu said "Root partiton not found. Please correct this from partitioning menu"...18:16
petansomeone235: try apt-get remove virtualbox?18:16
MagicJtyler - lucid18:16
psycho_oreoshpj_, b43 as previously mentioned.. and no it should come with the ubuntu's kernel depending on which kernel you're running18:16
xrdodrxGoldenFish4U, linux isn't like Windows, it doesn't leave remnants behind when you uninstall stuff for the most part18:16
OrdinaryVani had trouble installing 10.10 with wubi inside XP also18:16
someone235petan, i want to do complete removal, not a reugalar removal18:16
GoldenFish4Uok xrdodrx, then I'm done :)18:16
dlisrini, yes, ubuntu is okay, but gentoo is more convenient for users to build from source. still I want you to try "apt-get build-dep lesstif2" first18:16
magicianlordxrdodrx: it does, in the user directory18:17
magicianlordand it depends on the script18:17
xrdodrxmagicianlord, he told me he deleted ~/.skype18:17
petansomeone235: remove .VirtualBox from your home then18:17
rekhow can i set the folder of my ssh server ? i mean i don't want it to be /  but only a directory18:17
xrdodrxmagicianlord, so yeah, it should be gone :)18:17
scotsguyhi all anyone had probs uisng nxclient on ubuntu 10.1018:17
magicianlordxrdodrx: word?18:17
xrdodrxWord?18:17
=== realeyes|Zzz is now known as realeyes
OrdinaryVanand when I re-install 10.04 for 32-bit OS it automatically goes ahead and installs "amd64" version without my asking. I don't use an amd processor why does it do this?18:18
dlirek, ssh chroot? http://ubuntuforums.org/showthread.php?t=36757318:18
someone235btw, after the upgrading to v10.10, Nautilus doesn't get the system var "~", how can i set it back?18:18
rekhi,in my opinion bluetooth does NOT WORK since 8.04 and nobody is fixing it18:18
srini<dli> I triled that "apt-get build-dep lesstif2"18:19
JayD3erek: agreed18:19
dlisrini, and doesn't help "make depend"?18:19
istinspringoh shi...18:19
rekJayD3e asked a lot of people they tried to guide me but bt still doesn't work18:19
xrdodrxistinspring, ?18:19
dane_ro!ask18:19
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. :-)18:19
srini<dli> similar  error in make depend18:19
istinspring1500 users. just install xChat18:20
istinspringanyone know good IRC channel for python programmers?18:20
xrdodrx!offtopic | istinspring18:20
ubottuistinspring: #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!18:20
rekplease fix the bluetooth in Ubuntu!!!!!!18:21
MagicJrek - what do you mean18:21
dlisrini, it runs here smoothly: http://pastebin.ca/198377318:21
=== Lucas_ is now known as lethalfiodor
petanrek: do you have proper driver installed?18:21
rekyes18:21
reki mean bt does not work18:21
OrdinaryVanCan anyone tell me: does the Ubuntu 10.04 LTS kernel have alterations to it such that if I compile my own newer kernel from kernel.org it will not install/work or is this OK to do? I am unfamiliar with Ubuntu in this area.18:22
rekinstalled everything now im on kubuntu same problems18:22
petanrek: what does not work exactly18:22
rekcant send or receive files !!!18:22
petanrek: do you see target device when you try to send it?18:23
Maguiis there a problem with #debian?  I can't join, for some reason.18:23
hpj_psycho_oreos: but i did try the b43 driver first, and it said it doesn't support my chip18:23
rekyes18:23
ohspite!punctuation | rek18:23
ubotturek: Punctuation is good, but its overuse hurts readability:  Please refrain from adding many ?'s or !'s to the end of your sentences.  See also !enter18:23
hpj_psycho_oreos: btw, i got wifi fully working now18:23
dlirek, can you try obexfs ?18:23
someone235petan, didn't work18:23
psycho_oreoshpj_, you haven't mentioned which wifi version18:23
xrdodrxMagui, no, no problem, I just joined18:23
rekohspite: likes rules18:23
hpj_thx a lot for all your help18:23
psycho_oreoshpj_, I meant which kernel version18:23
rekdli: don'tknow it18:23
petansomeone235: what didnt work? remove?18:23
Chaos2358is anyone in here familiar with remote acces outside of network? i need some help. i am trying to set up remote access to a windows 7 laptop from my ubuntu 10.10 laptop and im not very familiar with establishing these types of connections and neither is my uncle whos computer i am trying to access18:23
ohspiterek: likes etiquette18:23
=== ng_ is now known as NG_
reknetiquette?18:24
amarcolinois there an issue with #ubuntu-unregged considering i've setup xchat to register my nic I still get sent to that channel18:24
reki read this word in a internet book18:24
dlirek, apt-get install obexfs18:24
Maguixrdodrx:   I get this in the status window   "   #debian :Cannot join channel (+r) - you need to be identified with services  "18:24
hpj_psycho_oreos: default kernel version that comes with 10.10 netbook18:24
Maguiwhat does +r mean?18:24
xrdodrxMagui, please /msg nickserv help18:24
jemarkamarcolino, just quit xchat and try again later18:24
Maguixrdodrx:   OK.  thanks.18:24
xrdodrxMagui, you need to register your IRC nickname.18:24
Maguixrdodrx:   oh, I see.18:24
someone235petan, yes, i've removed it & deleted ~/.VirtualBox and the installed it again, and it still has part of the past installation18:24
psycho_oreoshpj_, can't see why its not supported, its only missing firmware but meh18:25
petansomeone235: what parts?18:25
MidlerHellow all!18:25
xrdodrxMagui, if you need more help you can msg me, but it's pretty straightforward18:25
srini<dli>  I did look at u r  pastebin, it is smooth,   I was getting that Error "make[1]: *** [depend_self] Error 127"   in my make depend , u can look at my last pastebin18:25
xrdodrx!hi | Midler18:25
ElAngelois there a repository to test 2.6.37 ?18:25
amarcolinojemark, huh?18:25
petansomeone235: try pruge18:25
OrdinaryVansomeone235: have you tried apt-get autoremove to do clean up? or with purge?18:25
amarcolinoHi can someone suggest ways fo me to identify what is going on my network, denyhosts keeps blocking localhost and the machines I use for ssh, I would like to find out what causes it to trigger a block, the log gives no information on why the machine(s) keep getting blocked18:25
petansomeone235: try purge18:25
MidlerIam having a problem i think is relative to gnome. The windows stucks beside eachother (insted of being left over other windows layerlike). And also, single leftclick in nautilus selects :/18:26
dagon666hello anyone managed to install hp laserjet p1102 shared via samba on linux. hplip seems not to support this printer connected via samba18:26
dlisrini, I may come back one hour later18:26
hpj_psycho_oreos: the b43 driver said "not supported low-power chip with pci 14e4:4315"18:26
someone235petan, what is purge?18:27
petansomeone235: remove fully package18:27
srini<dli?, thanks a lot!! sure go ahead18:27
someone235petan, syntax pls?18:27
petansomeone235: see man aptitude18:27
psycho_oreoshpj_, ironically, it is partially supported18:27
MidlerThe windows in gnome is not draged around soft, but intstead its like they are draged around partlike18:27
OrdinaryVanpurge is in apt-get I think?18:27
OrdinaryVanit with get rid of config files18:27
petansomeone235: apt-get purge ...18:28
=== ukine_ is now known as ukine
hpj_psycho_oreos: what do you mean? and who says that?18:28
petansomeone235: apt-get purge vbox18:28
psycho_oreoshpj_, http://ubuntuforums.org/showthread.php?t=1266620 and also: http://wireless.kernel.org/en/users/Drivers/b4318:28
Midleris there someone who knows about the single click selects problem i have?18:28
MagicJtylerjd - ty - will try that - brb18:28
petanMidler: single click is default to select18:29
Midlerpetan: yes, but if you click on more than one file/folder, its selects them to18:29
Midlerthe first file/folder is selected, clicking the file/folder beside is selecting both the first and next click then so on and on18:30
Midlerlike holding down ctrl and left click multiple files to select*18:30
Core_UKWhen I try "paste to" in Gnome Do I get an error, any idea's?18:31
Midlerbut iam not holding down ctrl*18:31
NameLess-jswhats up with flowbee___a18:31
NameLess-jsi mean FloodBot318:31
petanMidler: try to restart nautilus or session18:32
MidlerHMM18:32
Midleroops18:32
Midleri think it could be a problem related to synergy+18:32
Midleri will try restart synergy server, w8 a sec18:32
Dr_WillisMidler:  thers known bugs with synergy where the shift/ctrl/alt keys can get 'held down'18:33
bukemjust got cod working .. damn!  no more windows .. my life is better already18:33
casadryaHello, I can't get my Wacom Bamboo Pen to work, can anybody help me?18:33
Dr_Willis!wacom18:34
MidlerDr_Willis: ok18:34
Dr_WillisMidler:  its an old bug been around for ages..18:34
Dr_WillisMidler:  t5ry hitting ctrl a few times that may clear it out18:34
cablopwell, guys... do you recommend to update 10.04 to 10.10?18:35
scotsguyanyone u nxclinet on ubuntu 10.1018:35
cablopmy main concern is i'm running a netbook with 10.04 but disk is encrypted18:35
cablopany risk to loss access to ubuntu if i update to 10.10?18:35
MidlerDr_Willis: you know of any likewise application like synergy+, except more stable?18:36
Dr_WillisMidler:  not really seen anything that does the same thing.18:36
=== zz_Crisco is now known as Crisco
Midlerto bad, its a great app otherwise18:36
hiexpowhat dir is   ./18:36
cablop./ is current directory18:37
hiexpooh ok18:37
cablopwhat does synergy+18:37
cablop?18:37
someone235petan, still doesn't work18:37
cablopis it true that ubuntu is going to move rom rhythmbox to banshee as default music player?18:38
kaseanoI'm new, I need to install sqlite3.7, but apt-get install sqlite3 only installs 3.4, how can i get a more up-to-date version?18:38
Dr_Williscablop:  if you had 2 pc's you could controll them both with 1 set of keyboard/mouse18:38
Dr_Williscablop:  or several pc's18:38
usr_!upgrade18:38
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade18:38
kaseanothx usr_18:38
amarcolinoHi can someone suggest ways fo me to identify what is going on my network, denyhosts keeps blocking localhost and the machines I use for ssh, I would like to find out what causes it to trigger a block, the log gives no information on why the machine(s) keep getting blocked18:38
cablopO.o with synergy?,,, interesting18:38
cablopinteresting18:38
petansomeone235: what you mean?18:39
Dr_Williscablop:  so if you are in a situation where you can see serverl pc's monitors.. syngery can save you some hassles.18:39
petansomeone235: you reinstall?18:39
cablopDr Willis.. i think i'll use in the future18:39
amarcolinoHi can someone suggest ways fo me to identify what is going on my network, denyhosts keeps blocking localhost and the machines I use for ssh, I would like to find out what causes it to trigger a block, the log gives no information on why the machine(s) keep getting blocked18:39
cablopsih18:40
cablopwikipedia says about synergy plus18:40
cablopDevelopment status Discontinued18:40
dasrotanyone here have much experience setting up a remote desktop/vnc server?  I can't seem to connect to mine when I create one under the Ubuntu Remote Desktop18:40
usr_hello, I want to upgrade from 10.04 to 10.10 for amd64. I tried sudo apt-get dist-upgrade and it returns that no upgrade is available. I then checked lsb_release -a and I am still running 10.04. I tried the update option from system -> administration and still, no possible dist upgrade available. What can I do?18:40
stepan1Running 10.04 with 306.5 MiB, I am assuming that is too low.  Is that correct?18:40
niko-nojoHi - I'm trying to install the wsgi_module on apache in Ubuntu 10.10 and I'm getting this error ... wsgi_module is already loaded, skipping waiting - I've been struggling for ages with this and would appreciate some help18:40
Dr_Williscablop:  never even heard of synergy plus, just syngery18:41
PeterNLthe old synergy project merged with synergy+ a few months ago.18:41
cablopwelll, they asked for synergy+ then i saw that that was a fork, and now is merging again18:41
cablopso the answer is... maybe synergy is the less buggy alternative to synergy+18:42
PeterNLthe name of the new project is just synergy. http://synergy-foss.org18:42
cablopyup18:42
cablopwell18:42
cablopdoes 10.10 worths the try?18:42
Dr_Williscablop:  what do you have to loose.18:42
cablopthe data of the whole encrypted disk18:42
cablopimean the accesss to the encrypted filesystem18:43
teratorncan someone please recommend a program to upload a file via ftp with progress/speed indicator?18:43
rwwubottu: upgrade | usr_18:43
ubottuusr_: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade18:43
Dr_Williscablop:  when in doubt.. back up stuff first18:43
ohspiteusr_: there's a settings button in update manager.  what does "show new distribution releases" say for you18:43
teratornI don't understand how such a simple requirement can be so hard to find18:43
Dr_Willisteratorn:  perhaps 'wput'  actually 'mc' can also do ftp.18:43
Dr_Willis!info wput18:43
ubottuwput (source: wput): A tiny wget-like ftp-client for uploading files. In component universe, is optional. Version 0.6.2-2 (maverick), package size 61 kB, installed size 176 kB18:43
teratornDr_Willis: wput doesn't have an indicator18:43
LWSDesignsteratorn: filezilla as well18:44
teratornso it fails, sorry18:44
adam_doehlingIf anyone has a bit of spare time to help me take a look at a bluetooth issue with 10.10, please let me know, it would be greatly appreciated18:44
teratornhmm, mc maybe18:44
cablopteratorn i think filezilla would do the trick18:44
teratornLWSDesigns: ty18:44
cablopteratorn, maybe krusader, but i'm not that sure18:44
Dr_Willislike a indicator really helps?18:44
LWSDesignsNot sure if anyone knows of an ftp program where i can queue backups....other then cron scripts with ftp18:44
Dr_Willisactually you could mount a ftp server somewhere via the fuse-ftp tools and use any tool you want. :)18:44
teratornoh I forgot to mention: CLI only18:44
LWSDesignsthats interesting dr_willis18:45
teratornobviously a graphical ftp would have an indicator, or at least most all of them do18:45
stepan1Is 306.5 MiB too low for10.04?18:45
Dr_Willisive seen other tools/ways to 'add' a progress bar to various commands/operations also.18:45
cablopmmmm18:45
cablopcli only...18:45
usr_rww, ohspite, I found my problem. I selected "long term updates" or something like that. I got the option to upgrade. Thanks18:45
* teratorn checks mc18:46
Dr_Willishttp://chris-lamb.co.uk/2008/01/24/can-you-get-cp-to-give-a-progress-bar-like-wget/18:46
magicianlordwhat is the best mobile broadband usb device to get: virgin mobile, at/t, or verizon18:46
teratornI wanted to use the old-skool 'nftp' but I can't make it work18:46
bukemanyone know why my shortcuts are not working?18:46
teratornthe static binary runs, but it's missing all these files that are supposed to be under ~/.nftp/18:46
bukemmy keyboard shortcuts18:46
Midlercablop: the original author of synergy didnt want to merge the codes at first18:47
Midlerbut now, he is making his own18:47
DrunkenI've been thinking about buying a new netbook and was curious as to how people feel about nvidia ion chipsets18:47
stepan1stupid people cant ans my ques18:48
Drunkenand their performance with ubuntu18:48
Midlerso synergy2 seem to be the one i should use for my htpc :D18:48
Dr_WillisDrunken:   id say check the forums. ive seen those also. but not had one.18:48
DrunkenDr_Willis, I've glanced through them a little. I seem to get mixed views about them18:48
FiReSTaRTDrunken: works great on an aspire revo nettop18:49
UbuMaverikUserHello18:49
magicianlordDrunken: nvidia works fine18:49
DrunkenFiReSTaRT, whats your battery life like?18:49
FiReSTaRTDrunken: using it as a media center.. playing 1080p content, i barely get up to 20% cpu usage18:50
dasrotDoes anyone here know how to troubleshoot a VNC server on a local network?  It seems like it should be simple, but I can't connecte to it18:50
FiReSTaRTDrunken: no idea.. no battery.. that one is plugged in.. as i said it's a netTOP (netbook with no battery and no screen)18:50
Drunkenah. new term for me. lol18:50
Thomas_G_Cstepan1, 10,04 on 306.5 MiB memory?18:50
Thomas_G_CDisk?18:51
UbuMaverikUserHow can do to listen to music only on headphones when I connect them ?18:51
FiReSTaRTDrunken: http://www.pauljroberts.com/acer-aspire-revo-3610-atom-ion-330-review18:51
Drunkeni was looking at the asus 1215n.18:51
caferif i run ls / | xargs rm -fr18:51
cafercan i recover it?18:52
Stormx2cafer, why would you do that?18:52
caferi wonder18:52
Dr_Willisteratorn:  seems the latest wput has a progress bar feature18:52
teratorn'mc ftp://...' ftw!18:53
Stormx2cafer, why not use us rm -rf /?18:53
caferitcan say too many files18:53
Stormx2Ah18:53
teratornDr_Willis: good to know, but the 'ole reliable mc did the trick nicely18:53
Dr_WillisChanges: Wput now has the new wget-like output-interface (with the cool progress bar). It also features full Windows compatibility18:53
reactor16hi all18:53
Stormx2cafer, A better bet would be using find IMHO.18:53
Dr_Willisteratorn:  thers dozens of other ways you could fo done the same thing. :)18:53
FiReSTaRTDrunken: i got mine from hong kong, avoiding the winblows tax :P18:53
Stormx2cafer, you won't be able to recover though.18:53
marelMy sound works only on the left speaker, I tried mute/unmute, installing QAmixer, however none of these solutions worked..18:54
DrunkenFiReSTaRT, from a store or website?18:54
FiReSTaRTDrunken: came pre-installed with non-functioning Linpus, but I immediately did a USB install of Karmic.. been upgraded to Lucid since then18:54
FiReSTaRTDrunken: some fleabay seller18:54
teratornheh, I'm transferring a file at 5 meg a second across Internet... I think thats a personal record18:54
Stormx2marel, strange. Are you sure it's not a hardware problem? (i.e. have you tried plugging in headphones / alternative speakers?)18:55
Stormx2teratorn, I used to get 100Mb/s in my halls :)18:55
marelYes, I've tried, still only one side works..18:55
DrunkenFiReSTaRT, i've been seriously considering this as my net book http://www.amazon.com/Seashell-1215N-PU17-BK-12-1-Inch-Netbook-Battery/dp/B0041G5XFQ18:55
FiReSTaRTDrunken: but remember that this one isn't portable.. basically has to stay plugged in.. however, it's useful where your priorities are cutting power consumption and noise without sacrificing video performance18:55
teratornStormx2: between two unrelated inet sites??18:55
teratornStormx2: and you said small b... ?18:56
johnaHow do you get to the room list to display in empathy?18:56
Stormx2teratorn: b for bits. And I got that while torrenting.18:56
dasrotnobody here has any experience with VNC?18:56
teratornnot bad.. but this is Big B18:56
oliver602i've a linksys wireles network card that wont show up in lspci. is this likely to be a problem with the card?18:56
FiReSTaRTDrunken: yikes.. for that kinda dough you could get a real laptop.. but then again i'm partial to desktop replacements lol18:57
Stormx2teratorn, big b I get 12.5MB/s18:57
Drunkena high end netbook. :)18:57
Dr_WillisFiReSTaRT:  you mean the 'back breaker'tops :)18:57
Drunkeni don't like the size of a normal laptop.18:57
FiReSTaRTDrunken: in any case you shouldn't experience any Ubuntu compatibility issues with the ION chipset18:57
Drunkeneven with the ion2?18:57
dagon666Im having problem with my hp printer on linux can anyone help ?18:57
=== michaelrose-away is now known as michaelrose
FiReSTaRTDrunken: yep.. currently rockin' a 17 with 2hrs of battery life.. good enough for playing around at an airport18:58
cablopdagon666: specify the problem18:58
jalexbrownIs there anyone that can offer me some good input on how I can start working on my own Ubuntu fork?18:58
FiReSTaRTDrunken: also used it to do homework on the way to and from the university i was attending.. this was my first permanent ubuntu install18:58
cablopjalex start with ppas first18:58
Stormx2jalexbrown: that's one for the mailing list or the forums. Why are you forking it?18:59
Drunkenlol. i love this acer aspire one that i have now. but when i bought it i didn't mind using windows. it was after i emoraged on vista i learned i had bought the worst linux net book ever. with poulsbo18:59
jalexbrown@Stormx2: I want to make an Ubuntu fork with a focus on gaming out of the box.18:59
Stormx2jalexbrown, people are already working on that. Don't go it alone.19:00
Dr_Willisjalexbrown:  i recall that  being done befor.. but i cant recall the name of the variant.19:00
dagon666cablop: It seems to work when connected via USB but when I connect it to some external server and try to use it via samba it doesnt work. My aproach was: install it via hp-setup when connected via USB, then reconnect it to the server and change the location only from USB port to a samba share. All I can see in logs is: "printer-state-reasons=hplip.plugin-error"19:00
Stormx2jalexbrown, I suggest you just set up a PPA. It's much easier for end-users19:00
jalexbrownStormx2: Do you have any information on the name of the existing project?19:00
dasrotCan someone please help me with a Remote Desktop/VNC connection to a Ubuntu server... I've followed a lot of guides and the best I can get is a black and white checkerboarded screen when I remote in19:00
FiReSTaRTDrunken: i decided to give ubuntu another shot BECAUSE this one came with vista (performance, stability and package compatibility issues).. that's when i got hardy up and running on this one (hp dv9894ca)... had a few quirks (no suspend, mic issues, webcam issues), but they mostly got fixed by now19:01
johnaI'll ask again - just installed Ubuntu 10.10 and am trying Emapthy as my IRC client ( I used to use pidgin) without any contacts how do you get the room list to dispaly/populate?19:01
dasrot-> /list ?19:01
DrunkenFiReSTaRT, lol. after switching to ubuntu (i picked up 9.10 when it first released) i realized i'll never go back to windows19:01
imthenachomanhey guys. so im new to ubuntu (started installing it a while ago but actually using it now). i have a printer on my ubuntu box, want to share it with my mac and windows boxes? and be able to access folders on them too...is samba the way to go?19:02
UbuMaverikUserno one can help me ?19:02
UbuMaverikUserHow can do to listen to music only on headphones when I connect them ?19:02
cablopdagon666: mmm seems too much specific for me... sorry... i think you can check in ubuntu software center some apps there fix hp problems19:02
Dr_Willisimthenachoman:  samba handles windows 'shares' yes. cups handles the printers..19:02
Dr_WillisUbuMaverikUser:  you can proberly play with the mixer controlls and up the headphone jack volume, and lower the pcm/master volumes.19:02
Stormx2jalexbrown, http://news.softpedia.com/news/Ubuntu-for-Gamers-49145.shtml19:03
trackbackanyone running backtrack 419:03
ohspitedasrot: do you have gnome installed on the server?19:03
Dr_WillisUbuMaverikUser:  some times with some chiopsets the speaker/headphones dont cut out when they should.19:03
dasrotyes19:03
Dr_Willistrackback:  they have their own support channel.19:03
oliver602johna: i tried empathy for a day and found it very awkward for IRC ended up installing xchat gnome19:03
trackbackok thx... will try that then19:03
jalexbrownOh wow, awesome.  Thanks Stormx2.19:03
dagon666cablop: ok, thanks anyway19:03
johnadasrot: if that was aimed in my direction - sorry did not work!19:03
Stormx2jalexbrown, that's from 2007. If you want to work on packaging games that ubuntu doesn't package (e.g. because of licensing issues) I suggest you start a PPA. A lot of users would be grateful I expect19:04
FiReSTaRTDrunken: ubuntu is a great general purpose desktop system so i don't see myself switching either. generally you should look at hardware compatibility issues... my recommendations are Brother and HP printers f.ex.19:04
locktrackback: go to #backtrack19:04
dasrotI dont know what you mean johna19:04
dasrotoh nm19:04
jalexbrownDoes Ubuntu have a tool where I can install the Gamer Edition, customize it, install or uninstall a few apps, and re-roll it into a new ISO that I can burn to install on other PCs?19:04
cablopUbuMaverikUser: it depends on the way you configure the default option for that audio device19:04
FiReSTaRTDrunken: nvidia is generally well supported and the nouveau driver is seeing a lot of good work.. for wireless go with atheros.. i dont like the closed broadcom sta driver19:05
ohspitedasrot: and it's running, and preferences/remote desktop is configured to allow other people to see the desktop?19:05
DrunkenFiReSTaRT, yea i bought a brother printer just for its linux support19:05
jetienne!info nodejs19:05
ubottunodejs (source: nodejs): Node.js event-based server-side javascript engine. In component universe, is extra. Version 0.1.97-1build1 (maverick), package size 335 kB, installed size 936 kB19:05
Dr_WillisDrunken:  My brother printer works vbery well. :) but it pays to read reviews befor you buy.19:05
adam_doehlingIf anyone has a bit of spare time to help me take a look at a bluetooth issue with 10.10, please let me know, it would be greatly appreciated19:05
johnaoliver602: I had a felling that Empathy wasn't as far IRC is concerned. THNX19:05
UbuMaverikUsercablop: I configured nothing and I don't know what to do lol19:05
FiReSTaRTDrunken: it's a bit of a hassle to set up but you get perfect support.. with hp's, my experiences included stupid-easy setup, but minor quirks in support19:05
jetienneDr_Willis: i got a package avaiilable in 2 repositories, one official, one in a ppa, how do i force it to get it from the second repository ?19:05
leafwizHey, I am locked out form sudo. I added myself to the group www-data by doing usermod -G www-data torstefan, did a relogin, and now I'm locked out19:06
DrunkenFiReSTaRT, you know any updates on how the linux community is working on getting nvidia's optimus to work?19:06
cablopUbuMaverikUser: right click on the sound, your answers are there19:06
=== prakash_ is now known as PrakashB
resnohow can i find my kernel version?19:06
Dr_Willisjetienne:  the ppa version should be higher so it uses that.. ive never had a ppa version be a lower version.  You could use teh package manager tool (synaptic) and show the ppa repo packages and select them19:07
Dr_Willis!pin | jetienne19:07
ubottujetienne: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto19:07
maxbleafwiz: You replaced all your existing group memberships with www-data, not added to them19:07
FiReSTaRTDrunken: nope.. actually im just looking into getting a bit unstable nouveau driver up and running on my machine just to see if i can get 3d accell support on 840019:07
jetienneDr_Willis: htanks looking19:07
dasrotohspite: I've used System - Preferences - Remote Desktop and enabled that, and also downloaded vnc4server, vinagre, vino and xinetd based on some guide, which I seem to connect to this route, but I cant see anything when I remote in on my win7 machine19:08
leafwizmaxb, from man usermod : -G ... A list of supplementary groups which the user is also a member of.19:08
dasrotusing vncserver :1 command19:08
root_hey! any0ne know about bk4?19:08
ohspitedasrot: okay--no clue then19:08
Drunkenim probably going to drink some beer and build up the courage to order that netbook. :P19:08
detrixHow do I get the Me menu icon to show up in the systray?19:08
dasrotit should just work right?19:09
dasrotwith the System - Pref - Remote desktop route?19:09
dasroti've opened ports on my router and still nothing19:09
root_PLZ HELP OUT ON MY AIRMONG-NG19:09
ohspitedasrot: yeah, I haven't had those problems19:09
Tweedlei cant get my sound to work proper at all19:09
Tweedleany help?19:09
UbuMaverikUsercablop: when I change the Connector in output device, I either hear nothing or hear both (sound in headphone and from pc)19:09
dasrotdoes Ubuntu come with a built in firewall somewhere that could be blocking incoming connections?19:09
dasrot219:10
Dr_Willis!firewall19:10
ubottuUbuntu, 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 Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist.19:10
Dr_Willisdasrot:  it has a firewall. but no rules.. so its off by default19:10
dasrotok19:10
root_HI DR WILLIS19:10
Tweedlecablop & UbuMaverikUser : im having the same issue19:10
root_I NEEED ANYONE TO HELP OUT19:10
dasrotI just installed so I dont see how anything can be screwed up, but I guess i'll reinstall and try again19:10
cablopUbuMaverikUser: check the options that appear there for your own device19:11
dasrotUbuntu that is19:11
ohspite!shout | root_19:11
ubotturoot_: PLEASE DON'T SHOUT! We can read lowercase too.19:11
OY1Rwhere can i get gparted for 8.1019:11
root_ryt plz help out19:11
dasrotfor as much as people love this stuff... its not that intuitive19:11
TweedleUbuMaverikUser, i had the same prob, are u using ALSA?19:11
Drunkenroot_, just ask your question19:11
dasrotis the work worth the rewards?19:11
root_my bk4 cannt recorgnize my LAN card19:12
Dr_Willisroot_:  ask your question more clearly also...19:12
Dr_Willisroot_:  whats a bk4 ?19:12
UbuMaverikUserTweedle: what's ALSA ? I'm using ubuntu maverik on HP Compaq nx611019:12
cablopLOL19:12
TweedleALSA is the sound system19:12
Tweedleso is OSS and Jack19:12
ohspitedasrot: you're right, it's not intuitive--until you learn about it and you see why it shouldn't be any other way.  sometimes.19:12
Tweedleetc\19:12
root_am on backtrack419:12
cablopUbuMaverikUser: et all, click in the sound icon, then preferences, then go to the hardware tab19:12
Dr_Williskernel --> ALSA --> other things19:12
Dr_Willisroot_:  backtrack has theior own support channel.19:13
cablopthen try with the diferent profiles19:13
cola421i cant install xmms19:13
root_and iwconfig cannt is returning no wireless extensions19:13
Tweedlei had to change the surround from INDEPENDENT to Shared19:13
Dr_Williscola421:  because its outdated and old..  and not supported by ubuntu or debian any more. I was able to compile xmms from source a year+ ago.19:14
root_yeah  iknow buh u can help out cannt u?19:14
Tweedleits also the same as Front and Spread19:14
Dr_Willisroot_:  i know nothing of how backtrack4 does stuff.. so no.19:14
niko-nojoHi guys - can anyone help with wsgi_module and apache ?19:14
root_k19:14
ChiwauwaI've upgraded my MythBuntu from 10.04 to 10.10 - went pretty well besides from the fact that the frontend doesn't come up at startup. I've tried disable/enable it in the MythbuntuControlCenter ... didn't work - but an entry is shown and enabled at the session/startup application screen. I can start the frontend by writing mythfrontend at the command line ... adding an entry with this in the session/startup applications does not work. Any suggestions? I19:14
Chiwauwause 'auto' login.19:14
dasrottroubleshooting is a bear though19:14
root_am out then19:14
Dr_Willisroot_:  they ahve their OWN support channel. go to it.19:14
cola421and also cant install beep media player19:14
Dr_Williscola421:  that one has also been discontinued.19:15
Tweedlecola421, try using VLC media player19:15
chasejackscan someone that has download helper installed (firefox plugin) and working on ubuntu 10.10 please help me?19:15
Tweedlei have no probs with it\19:15
chasejacksi have download helper pointing to a recompiled version of ffmpeg and i cant convert video to audio19:15
cola421i like to listen mp3 only19:15
ashcola421: xmm219:15
oliver602I've a linksys wi-fi card taht doesn't show up in lspci. is this likely to be a faulty card?19:15
Tweedlecola421, it will play mp3 just fine19:15
leafwizI should still be part of the group with sudoers access http://pastebin.com/h2RRvrjM19:16
Dr_Willis!info banshee19:16
ubottubanshee (source: banshee): Media Management and Playback application. In component universe, is optional. Version 1.8.0-2ubuntu1~maverick1 (maverick), package size 3415 kB, installed size 10392 kB19:16
dasrot!drive19:16
qpophi guys, I have a synaptics touchpad on a Samsung q310, running Ubuntu 10.10 - the width of the area for vertical scrolling is really wide. How do I change this?19:16
dasrot!drives19:16
ubottuThe /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions19:16
cola421cant xmm219:16
leafwizbut after sudo usermod -G www-data torstefan , sudo borked19:16
Dr_Willis!info listen19:16
ubottulisten (source: listen): music player and manager for GNOME. In component universe, is optional. Version 0.6.5-5 (maverick), package size 757 kB, installed size 3368 kB19:16
dasrot!partitions19:17
ubottuFor help with partitioning a new install see: https://help.ubuntu.com/8.04/switching/installing-partitioning.html - For partitioning programs see !GParted, !QtParted (!Kubuntu 8.10 and lower) or !PartitionManager (!Kubuntu 9.04 and up) - Other partitioning topics include !fstab !home and !swap19:17
ashcola421, sorry xmms219:17
adam_doehlingI have a bluetooth keyboard that can pair using hidd --connect, but will not auto-pair when I restart or power up/down the keyboard (tells me to grant access, which never works).  Bluetooth config via GUI in 10.10 also does not work.  Mouse works fine.  any thoughts?19:17
Dr_WillisQuod Libet is a GTK+-based audio player application written using the Python programming language.19:17
Dr_Willissudo apt-get install quodlibet19:18
bukemwhere are the processes in ubuntu?19:18
cola421cant show in application19:18
dasrothow do I know what drive stuff is being saved to?  I have like 4 partitions and my biggest one mounted to /home does this mean anything under /home is in that directory?19:18
Dr_Williscola421:  be a bit more verbose in what you mean.19:18
Dr_Willisdasrot:  thats how mount works.19:19
dasroton that partition I mean19:19
Dr_Willis!mounr19:19
Dr_Willis!mount19:19
ubottumount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount19:19
=== lambiek is now known as lambiekNL
Dr_Willisa 'filesystem' gets mounted to a 'directory'19:19
cola421where can i find xmms219:19
ohspite!info ps | bukem19:19
ubottubukem: Package ps does not exist in maverick19:19
Dr_Willis!info xmms219:19
ubottuxmms2 (source: xmms2): Client/server based media player system. In component universe, is optional. Version 0.7DrNo+dfsg-2 (maverick), package size 14 kB, installed size 56 kB19:19
bukem..system monitor .. i c19:19
cola421i install aleady19:19
dasrotits telling me im out of space though and I should have 40GB19:19
UbuMaverikUsernothing works cablop :/19:19
dasrot!mount19:19
ubottumount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount19:19
Dr_Williscola421:  xmms2 needs a 'client' to connect to it for a gui. its a very 'complex' audio/player server setup.19:19
chasejackswhat is the best option on ubuntu for converting youtube videos to mp3's or wav's?19:20
Dr_Willis!xmms219:20
ubottuxmms is no longer being developed, see http://bugs.debian.org/461309 for more details.  Consider using audacious or xmms2 instead.19:20
Kanyeyo, imma let you finish, but gentoo is the best linux distro of all time!19:20
ohspite!monitoring | bukem19:20
ubottubukem: There are many ways to monitor processes, here are a few: ps, top, htop, gnome-system-monitor, lavaps, wmtop19:20
Dr_Willishttp://xmms2.org/wiki/Clients19:20
e66my computer doesn't detect USB devices after changing mother board. How to resolve it?19:20
bukemawe thanks guys .. freaking loving this shit19:20
cola421how can i install xmms219:20
IdleOne!language | bukem19:20
cola421i cant find it out19:20
ubottubukem: Please watch your language and topic to help keep this channel family friendly.19:20
bukemsoory19:21
ashsudo apt-get install xmms2 gxmms219:21
Dr_Williscola421:  http://xmms2.org/wiki/Using_the_application19:21
GargoyleIf I use export FOO=bar;some script from within cron, is that set for just that one script, that entire cron run (from that point on) or permanently ?19:21
bukemjust got drush for drupal ... wow, speed saver19:21
IdleOnechasejacks: I like winff for converting.19:22
chasejacksIdleOne: thanks, is there a way to script it so when i download the flv it will auto convert?19:23
IdleOneprobably. I don't use it that often19:23
karthick87How to view the GMT from terminal?19:23
UbuMaverikUserj'aurai du ne pas installer ubuntu ...19:24
PeterNLkarthick87: date --help19:24
PeterNL!fr | UbuMaverikUser19:24
ubottuUbuMaverikUser: Ce 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.19:24
leafwizin passwd I'm still a member of group 1000 which is my installed group, and that group / user should be part of sudoers by the default install. http://pastebin.com/h2RRvrjM19:24
chasejacksIdleOne: will it convert vids to wav's?19:24
thingyGargoyle: Cron is not a shell and the variables is can deal with are specified in its man file. Depending on what you are trying to do, maybe this thead will help you: http://ubuntuforums.org/showthread.php?t=35246119:25
IdleOnechasejacks: try it. sudp apt-get install winff19:25
IdleOnesudo*19:25
cola421dont know how to use gxmms219:26
karthick87PeterNL: its not there19:26
PeterNLkarthick87: man date19:27
albertogghey guys, i have a problem with my ubuntu machine 10.04, the monitor never gets to idle, i all ready check the preferences of that option and they seem to be the right ones, i really don't know whats happening.19:27
UbuMaverikUsercablop: what should I do in Hardware ?19:27
ashcola421: install audacious19:27
PeterNLkarthick87: or else: http://lgmtfy.com/?q=date+gmt19:28
UbuMaverikUserTweedle: did you fixed the issue ?19:28
Dr_Williscola421:  and what part of gxmms2 is confuseing to you?19:28
Tweedlenope19:28
Tweedleoh wait19:28
Tweedleabout the headphones and front mixing issue?19:28
cola421how  to input mp3 file to it?19:28
chasejacksIdleOne: permission denied it says19:28
Gargoylethanks thingy!19:28
chasejacksIdleOne: how do i give winff permission to convert?19:28
Dr_Williscola421:  use the playlist editor perhaps? or drag/drop?19:29
cablopUbuMaverikUser: try the different profiles19:29
IdleOnechasejacks: you installed the app19:29
IdleOne?19:29
chasejacksyes19:29
Tweedleyes, i know how to fix the shared front/rear issue UbuMaverikUser19:29
UbuMaverikUsercablop: nothing works19:29
UbuMaverikUserlol19:29
IdleOneand winff told you permission denied?19:29
UbuMaverikUserTweedle:  How ?19:29
chasejackswhen i try and convert, a command line prompt comes up19:29
chasejackssays permission denied19:29
IdleOnenever saw that before. unless you don't have read/write permission on the file19:29
chasejacksIdleOne: perhaps because ffmpeg is located in my usr/bin directory?19:30
IdleOnechasejacks: no idea to be honest19:30
cola421doest work19:30
cablopi want to start the upgrade process but i just want to download all the needed packages first, and no install19:30
cablophow can i do that?19:30
IdleOnechasejacks: I suppose you could run gksudo winff but seems overkill to convert a file in root19:30
chasejacksIdleOne: check it out: http://pastebin.com/5uuv6uC619:31
Dr_Williscola421:  http://xmms2.org/wiki/Using_the_application#Configuring_the_daemon19:31
ostageHi, how i can reset the Desktop Bar on Ubuntu 10.10?19:31
bukemwhat a emacs?19:31
TweedleUbuMaverikUser, im not on that computer so give me a moment and i'll find the program19:31
Tweedleits a mixer19:31
ostage!bar19:31
ubottubaz19:31
IdleOnechasejacks: very strange19:32
Dr_Williscola421:  you have to run 'xmms2d' to start the xmms2 server it seems.19:32
IdleOnechasejacks: what happens when you hit enter?19:32
CrazyTuxHello guys - I've 12 GB of memory, however ubuntu 10.04 Lucid is only recognizing 4 GB.... (and yes this is a 64 Bit Installation)19:32
taofdhow do i turn my nagivation bar back from folder view so I can type my directory structure rather than traverse it?19:32
chasejacksIdleOne: the terminal window disappears19:32
PeterNLHi, someone or something is using al my bandwidth on my ubuntu server (8.04). How do I see what program it is, and what host it is connecting to/from?19:32
IdleOnechasejacks: how did you install winff?19:32
oliver602what commands are good for listing installed hardware19:32
PeterNLtaofd: ctrl-l19:32
chasejacksIdleOne: synaptic19:33
IdleOneoliphant: sudo lshw19:33
taofdPeterNL, ah thx, is there a way to make this permanent? lol19:33
ostageHi, how i can reset the Desktop Bar on Ubuntu 10.10?19:33
thingyCrazyTux: pastebin output of "uname -a" and free -m19:33
IdleOnechasejacks: sorry I don't know how to help19:33
PeterNLoliver602: lspci for pci devices, lsusb for usb devices and sudo lshw for everything19:33
IdleOne!panels | ostage19:33
ubottuostage: To reset the gnome panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »19:33
PeterNLtaofd: just press ctrl-I every time :X19:33
OY1Rcan i make a list of all programs installed in ubuntu ?19:34
taofdPeterNL, -____-;19:34
oliver602PeterNL: do those work for devices that dont have drivers installed?19:34
IdleOne!clone | OY1R19:34
ubottuOY1R: 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 !automate19:34
PeterNLoliver602: try it, and see what the results are19:34
taofdPeterNL, i'm going to look under gconf (grumble grumble...)19:34
saddfsacan i make multiple ethernet connections in ubuntu?19:34
OY1RIdleOne, thanks i will have a look at that.19:34
cola421how to run?19:35
PeterNLtaofd: check the nautilus settings first. Might actually be an option, i don't know19:35
oliver602PeterNL: iv a wifi card taht doesnt show up with lspci, so im wondering if this is because the drier isnt installed, or because of a harware fault19:35
cablopsaddfsa, of course, even over the same device19:35
taofdPeterNL, i didn't see it there :(19:35
PeterNLIt's an PCi card?19:35
oliver602Yep19:35
Dr_Williscola421:  type the command in a terminal is what i did.. thats how you can run most things...19:35
PeterNLoliver602: What make/model?19:35
cablopUbuMaverikUser: maybe it is not controlled via hardware19:35
ostageIdleOne, Thx :) Grazie :*19:36
cablopand you need a driver for that19:36
* Daghdha reboots once again with a dead network but seemingly fully functional nic and connected cable. :/19:36
Dr_Williscola421:   the xmms2 docs state how to do it.19:36
CrazyTuxthingy: http://pastebin.com/4tdXbuR919:36
cablopcheck if your audio devide provider has linux drivers19:36
IdleOneostage: welcome :) Prego19:36
ostageIdleOne, sei italiano? O_o19:36
brontoeeeis there a guide on fixing resolution with 10.10 (older laptop)? or should i choose some other distro or version?19:36
IdleOneostage: I am :)19:36
saddfsaactually I have one NIC and connect to get an static IP depending upon my mac address19:36
oliver602PeterNL: Linksys WMP54G ver4.119:36
ostageIdleOne, Great :P19:37
ostagebyeeeeee19:37
thingyCrazyTux: Thats a custom kernel. Did you compile one?19:37
brontoeeecurently i'am trying to install 96 nvidia drivers....19:37
IdleOnelater19:37
taofdPeterNL, okay i found it19:37
CrazyTuxthingy: no19:37
=== diana is now known as Guest4555
saddfsabut I wanted to make multiple(virtual) ethernet adapters with different mac address19:37
PeterNLtaofd: ...and it is at?19:37
CrazyTuxthingy: this is from CD install19:37
cola421i sudo it la19:37
taofdgconf-editor, /apps/nautilus/preference/always_use_location_entry19:37
spvensko_hi, what parameter do i have to change to make it so that long-running terminal scripts aren't killed?19:37
_jesse_spvensko_: look into nohup19:38
taofdPeterNL, gconf-editor, /apps/nautilus/preference/always_use_location_entry19:38
=== alex222 is now known as dddddddddd
spvensko_ty _jesse_19:38
PeterNLAh, thanks!19:38
=== dddddddddd is now known as azertyuio
tortoiseWhere can I go for some pretty general information on databasing?19:39
PeterNLoliver602: does lspci show something from RaLink?19:39
cola421i wine winamp but the player hide i cant find it out19:39
CrazyTuxthingy: only thing I can think of is some of my memory went bad or something.... but then I would imagine it wouldnt boot at all19:40
Trullogot a question, I have a Raid5 which I growed with 2 disks, what's the command to run after reshape?19:40
=== visitor is now known as bearinmind
CrazyTuxthingy: in any regard I am taking off and will come back to this later, thanks!19:40
thingyCrazyTux: My mistake...the issue is that you need the linux-image-2.6.32-21-generic-pae kernel installed and not the linux-image-2.6.32-21-generic one!19:40
oliver602PeterNL: i don't think so, i could account for everything that was listed. but ill go plug it back in and check, thanks19:41
PeterNLoliver602: post the output to pastebin.com, and show me :D19:41
_jesse_tortoise: the internet? I don't see how that is related to Ubuntu19:41
oliver602ok :)19:41
PrakashBany body who can help me with network printer installation?19:42
TweedleUbuMaverikUser, u still there?19:42
Dr_WillisPrakashB:  what have you done to install it so far?19:42
tortoise_jesse_: what?19:42
UbuMaverikUserTweedle: yes19:42
Tweedlepm ok?19:42
_jesse_tortoise: you asked where you could learn about databases; I said that isn't really related to Ubuntu19:43
bukemwhats the best security to use on ubuntu?19:43
tortoise_jesse_: I was thinking that databasing would be at least a little different between distros. Obviously I have no idea what I'm talking about. Just looking for some general information on databasing.19:43
IdleOnebukem: common sense.19:43
Dr_WillisPrakashB:  for a canon printer. i suggest checking the linuxprinting web site and cups.org sites. Canon printers can be VERY unsupported in linux19:43
_jesse_tortoise: you are asking an incredibly vague question though; what is your goal?19:43
Dr_WillisPrakashB:  i have a canon printer here.. and i will never buy another one.19:44
tortoise_jesse_: I know, my goal is pretty vague too. I just want to learn some vague information on databasing, and mysql19:44
sudiptais there any MASM like program in ubuntu to code in 8086 specifically?19:44
tortoise_jesse_: wait, no I meant general information. Because my question is a general one, not vague.19:44
PeterNLHi, someone or something is using al my bandwidth on my ubuntu server (8.04). How do I see what program it is, and what host it is connecting to/from?19:44
bukemIdleOne: can i download that?19:45
IdleOnebukem: unfortunately no.19:45
enycsudipta: i would have thought you can write things that get assembled lomwhere  but like... nothing on the system is basically...19:45
Diamondcitesudipta: Just the code or communication too?19:45
enycsudipta: 'practically speaking' everytihng talks via the C library....19:45
IdleOne!firewall > bukem19:45
ubottubukem, please see my private message19:45
Dr_WillisPrakashB:  talking to the channel is best.19:45
IdleOne!virus > bukem19:45
thingysudipta: This is a MASM compatible assembler: http://www.japheth.de/JWasm.html19:46
=== michaelrose is now known as michaelrose-away
enycsudipta: as Diamondcite says... what are you trying to do etc. it will probably be reinventing-the-wheel to write only in  assembler and call  kernel directly, etc.19:46
PeterNLHi, someone or something is using al my bandwidth on my ubuntu server (8.04). How do I see what program it is, and what host it is connecting to/from?19:46
DiamondcitePeterNL: "netstat -n" or "iftop" will tell you where your bandwidth is going.. but not the app using it.19:46
enycsudipta: whereas. you may have more luck writing a program that is linked with C code or similar?19:46
Dr_Willis!info ntop19:46
ubottuntop (source: ntop): display network usage in web browser. In component universe, is optional. Version 3:3.3-14 (maverick), package size 2555 kB, installed size 10712 kB19:46
_jesse_tortoise: However MySQL is rather orthogonal to Ubuntu as far as simply learning how to use it; I'd suggest #mysql, #web, and http://dev.mysql.com/doc/refman/5.0/en/index.html19:47
PeterNLiftop was probably what I'm looking for. i used it a while ago, but couldn't exactly remember the name19:47
sudiptaenyc:no i need it for study purpose and it is done in completely instructions19:48
imthenachomananyone here have experience with sharing a scanner from UBUNTU to OS X?19:48
PeterNLAFAICR iftop does show port numbers, which is just as good as PIDs19:48
romanHi all19:48
DiamondciteDr_Willis: How does ntop remember it's data?19:48
=== roman is now known as Guest22489
bukemanyone know why my keyboard shortcuts are not working? I want to do that 3d shift thing19:48
Dr_WillisDiamondcite:  ntop is so complex.. i couldent figure out 1/20th of it..19:49
PrakashBDr_Willis: I am trying to install a printer on the network - Canon imagerunner 252519:49
PrakashB I used System>Administration>Printing19:49
PrakashB the network printer was discovered, and opted to provide ppd file by using "Provide a PPD File:"19:49
PrakashB I get the error "There was an error during the CUPS operation: 'server-error-internal-error'. cups server error"19:49
FloodBot4PrakashB: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.19:49
SorayaUbuntuwhere can i get user guide for ubuntu 10.10 maverik19:49
DiamondciteDr_Willis: I'm currently using bandwidthd in html mode.. but the graph generation breaks frequently =/19:49
* Dr_Willis is out for the night... take care.19:50
ohspite!faq | SorayaUbuntu19:50
ubottuSorayaUbuntu: A list of common questions and answers about Ubuntu: http://help.ubuntu.com/community/CommonQuestions - Official documentation: http://help.ubuntu.com19:50
DaghdhaMy connection keeps stopping to work, everything seems ok butit does not work.  It seems to be related to these entries in kern.log: Nov  6 20:10:53 NAS kernel: [ 2653.814677] do_IRQ: 9 callbacks suppressed19:50
DaghdhaNov  6 20:10:53 NAS kernel: [ 2653.814691] do_IRQ: 0.64 No irq handler for vector (irq -1)19:50
DaghdhaANy clues?19:50
dutchgirlHI guys, I ran into a problem with pianobar, worked great up until today, when i went to turn it on it gave me a error message stating invalid protocol update libpiano. any ideas?19:51
tdr2009what network card do you have?19:51
tdr2009Daghdha?19:51
con-mancan anyone recommend a good dock? there's so many out there19:51
con-manwhat are the more popular ones?19:51
dutchgirldocky19:51
oliver602PeterNL: http://pastebin.com/Rim45Jf119:51
dutchgirladvent navigator19:51
tdr2009avant window manager19:51
git__hi dutchgirl19:51
DaghdhaIt's an onboard, lemme check19:51
dutchgirlhi19:51
PeterNLoliver602: I was waiting for it :D19:52
BEAST_MODEoR19:52
oliver602:D19:52
BIGBAMBUhi19:53
PeterNLoliver602: It's definately not there. Does it work with another OS or in another system?19:53
BEAST_MODEOr19:53
cola421any player likes xmms?19:53
tdr2009Daghdha: I don't know a lot about all this, but I had a certain brand of network card, I think Atheros, and its not compatible19:53
BIGBAMBUmplaye19:53
oliver602PeterNL: nope, not visable in windows either, or in another PC, so I guess it must be faulty?19:53
BEAST_MODEactive directory and Ubuntu can they mix ?19:54
rodde76hello19:54
PeterNLoliver602: definately broken19:54
rodde76need help with flash19:54
BEAST_MODEHow to I add users to active directory from Ubuntu and change to the primary DC ?19:54
tdr2009rodde76: what problem?19:54
rodde76have the late  ubuntu19:54
BEAST_MODEello19:55
tdr2009rodde76: ok, but what is your problem?19:55
oliver602PeterNL: thanks!19:55
cola421sudo mplyaer but cant show it out19:55
BEAST_MODEthx u guys are here for what purpose ?19:55
rodde76i downloed adobe flash but can not install it19:55
con-manhow do you save your session, so that all apps I have open, load at their same positions on the cubes every time I log in19:55
blakkheim!flash | rodde7619:56
ubotturodde76: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash19:56
rodde76thanks19:56
x0rsUmm... I had entered an invalid option in my /etc/fstab and there was an error mounting a drive when i booted up, ubuntu gave me the option to 'manually fix' the issue, so I was at a shell logged in as root. I didn't even enter a password to gain root access. Could this not be exploited?19:56
con-manwait think I found it19:56
con-manlest19:56
con-maning19:56
xt3mp0r_I get this error when i try to restart apache2 "(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80" Any idea ?19:56
coldfrontI just installed Ubuntu 10.10 after getting into gnome and doing all the updates i restart and now, it just goes right to command line when booting if i type startx it just goes black and looks like its locked up. my graphics card is a Intel HD.19:56
blakkheimx0rs: anyone who has physical access to your computer owns it unless it's fully encrypted19:56
PeterNLx0rs: everyone with physical acces to your system could get root easily.19:56
guntbertBEAST_MODE: this is the ubuntu support channel19:57
BEAST_MODEhunh /19:57
x0rsblakkheim, PeterNL : ack, didn't know that. ok cool, thanks for the heads up19:57
con-mandamnit19:57
BEAST_MODEyes i need help with adding domain controllers and ubuntu users19:57
guntbert!patience | BEAST_MODE19:57
ubottuBEAST_MODE: 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/19:57
xt3mp0r_Nevermind, i forgot to write "sudo" before the command, haha19:58
con-manhow do you save your session, so that all apps I have open, load at their same positions on the cubes every time I log in, I tried that startup applications option but it only partially worked19:58
PeterNLx0rs: put your computer in a safe, don't use wifi and cut all the cables. Then it's safe. until someone picks the lock...19:58
BEAST_MODElol @ no wifi19:58
dutchgirlanyone know how to update lib piano for pianobar?19:58
hiexpolol19:58
git__apt-get update libpaiano19:59
cola421any software like acdsee?19:59
cola421view photo19:59
git__gphot19:59
x0rsPeterNL, my personal computer isn't the one I was worried about. I was just worried this posed an easy security flaw for more important PC's out there running ubuntu. Didn't know if it was a bug that could be fixed19:59
ashpornviewer19:59
git__gphoto19:59
rodde76need to laern comands ex sudo apt-get ?19:59
BEAST_MODEthx can someone point me to a good irc where I can get some help ?19:59
PeterNLx0rs: keep your server room locked :D19:59
rodde76were can i find it19:59
androidbruce|webwhy can't i ssh into my ubuntu desktop without physically logging in first?19:59
x0rsPeterNL, that is the key =)20:00
brontoeeecola421, eye of gnome is built in20:00
rodde76nån från sverige20:00
brontoeee BEAST_MODE , #ubuntu-server maybe?20:00
cola421sudo apt-get install gnome?20:00
PeterNLx0rs: don't let anyone near important stuff (not only your servers) away from anyone you don't trust. I've heard stories of someone unplugging a server to use a vacuum cleaner20:01
con-manhow do you save your session, so that all apps I have open, load at their same positions on the cubes every time I log in, I tried that startup applications option but it only partially worked20:01
mngrifi have two drives that got kicked out of my raid5 array. i reassembled the array but when i go to start it, it thinks two drives are bad. is there any way to proceed from here?20:01
x0rsPeterNL, wow, that's amazing20:01
x0rsPeterNL, and good advice, thank you20:01
brontoeeePeterNL, could be worse, server could be used as vacum cleaner for example20:02
mngrifPeterNL: that's happened to me far more than once20:02
lockyes, it is always good protocol to not let anyone near the servers...especially the cleaning lady :)20:02
PeterNL:D20:02
hiexpocleaning lady has havoc on servers20:03
brontoeeewhat must i do to get some nice gpu support with an older laptop? (i've no idea what x.org is)20:03
brontoeeethe card is some sort of nvidia go20:03
hiexpogo to #hardware20:04
coldfronti found my answer20:05
brontoeeemngrif, afaik raid5 is supposed to survive 1 drive failure?20:05
coldfrontthanks20:05
reactor16anyone have dreambox here ?20:06
mngrifbrontoeee: nothing failed, the drives are good and the data is fine. it's just detecting that one drive is good and the other two are bad. i had a power connector slip somehow, that's all.20:06
brontoeeeserver rooms are actually locked places where i'am, so i've no idea how cleaning lady might get in there?20:06
brontoeeemngrif, ok, sorry for misunderstanding the question then20:07
mngrifi'm thinking i should recreate the array with the one drive deactivated, let the two drives sync, then re-add it20:07
mngrifmy problem is that i don't know if that will work :(20:08
antoranzGuys, pyuic is working on lucid?20:09
brontoeeemngrif, no idea, however don't hurry, take some time to think and read around20:10
antoranzI'm trying to run it on a couple of ui files I created and I basically get no python output (except for one import line)20:10
mngrifbrontoeee: oh for sure20:10
brontoeeemngrif, i just lost 4 tera of stuff few weeks ago...20:10
mngrifthis is 1.5tb but still... ouch :( *IT hug of pain*20:11
hiexpook hiexpo is in havoc trying to create a launcherand it's not working can someone help20:11
mxgmsHi guys! I had many crashes with maveric. I runned it in a vostro 1014. It was fast but with many signals of instability. what can I investigate first?20:12
jigahi, is there a way to hide "synchronize this folder" bar in Documents folder in nautilus20:12
neriukashi i need help ;) How i can test ubuntu to knaw lts my 10.04 or not?20:13
neriukasany ideas?20:13
mxgmsjiga, go to preferences!20:13
=== Mhaddog_ is now known as Mhaddog
xanguasystem>about>ubuntu20:14
myrkhi20:14
=== Yahweh is now known as poutine
zioenricomy bar line on desktop (superior bar) it's cancelled.how can resumre or recall it.please help me i'm new!20:14
mxgmszionenrico, first be still20:15
IdleOne!panels | zioenrico20:15
ubottuzioenrico: To reset the gnome panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »20:15
ludmilhi. what's gnome program similar to kdirstat?20:15
jigamxgms, preferences and than what?20:16
mxgmsrigh click at the lower bar add new pannel20:16
brontoeeeludmil, 'graphical disk map' maybe20:16
mqueisheNOTICE:: FREENODE IS CHANGING HOW YOU CONNECT TO IT! 10pm EST tonight Freenode will enforce SASL for ALL connections! If you don't fix your client to use SASL, YOU WILL BE UNABLE TO CONNECT TO FREENODE! PLEASE JOIN #FREENODE AND/OR MSG A STAFFER FOR DETAILS! mqueishe n0nam3 winux_ ruler89flex ludmil Lock nuxelite kosta wolter moes Axlin tommie_ myrk lukaszg_ Mhaddog alex222 solid_liq Kassad xangua neriukas Lenin_Cat schmidtm spacebug- si20:17
mxgmsthen, another richt click and  add to this pannel20:17
ludmilbrontoeee: whats the name so i find it in synaptic20:17
brontoeeeludmil, thats the name in 'ubuntu software center' i belive20:18
mxgmslast line below applications ludmill20:18
DaghdhaShould be some pc app <> linux app dictionary :)20:19
n0nam3hi guys where can i find my linux c files20:19
cola421wicth dock good20:20
xanguacola421: docky, cairo dock, avant20:21
ludmilbrontoeee: thanks20:21
mxgmsn0nam3, a nire resource: http://www.linux.org/lessons/beginner20:21
mngrifDaghdha: i've seen one before...20:21
jigaI still can't find where to hide Ubuntu One bar20:22
cola421cant find20:22
mxgmsyou'll understand all the tree structure.20:22
zioenricotankyou soo much Idleone ubottu. i try20:22
mxgmsjiga, i think you can uninstall it at software manager20:23
PaulSpHello20:23
IdleOnezioenrico: you are welcome20:23
myrkis there any good particle editor/animator in the repository?20:23
cola421cant find cairo20:23
jigamxgms, just this bar, not whole ubuntu-one ?20:23
cola421wrong type?20:24
LukeI'm trying to install ubuntu on my macbook air. It has no CD drive and couldn't boot form the USB key so I dd'ed the USB key to the harddrive. Now the install process is complaining I need to unmount /cdrom20:27
Lukeanyone know how to get around this?20:27
Lukei guess I need to know how to install Ubuntu from the same hdd as i'm installing to20:27
Jeatoni just got done installing samba, and i keep getting this when i try to run it20:27
Jeatonhttp://pastebin.ca/198386120:27
mxgmsjiga, I dont know20:28
blueglasseshi20:28
IdleOneJeaton: try #samba20:28
blueglasseslucid rules20:29
tdr2009how do you install the wineprefixcreate?20:29
blueglassesi need a nice distro for a very old laptop20:29
mxgmsluke, it's possible to install through an iso extrator. you you find the install options20:29
xangua!lubuntu | blueglasses20:29
ubottublueglasses: lubuntu is a project to create a derivative of Ubuntu using the LXDE desktop environment. See https://wiki.ubuntu.com/Lubuntu20:29
mxgmsbluglesses, puppylinux is great.20:30
Lukemxgms: that's on the main installer?20:30
tdr2009blueglasses: Lubuntu like he just said, or Xubuntu20:30
Blue1blueglasses: http://puppylinux.org/main/Overview%20and%20Getting%20Started.htm20:30
blueglassesthxs!20:30
tdr2009anyone know how to install wineprefixcreate? A something in wine needed it20:30
mxgmsall the files are compressed in the iso file. it's possible to open them throug an extractor.20:31
Lukemxgms: that's what I'm running off of now20:31
dasrotIs it possible/ok to get rid of this Gnome Keyring?  I want to be able to VNC into computer after bootup without having to type password in server computer20:31
tdr2009dasrot: probably not20:32
tdr2009i think20:32
dasrotseriously?20:32
dasrotthat would be horrible20:32
mxgmstdr2009, install wine through synaptic, you'll not have problems with dependencies20:32
dasroti'm going to disable them at startup and see what happens... any idea what the purpose of them is for?20:33
mxgmswell luke, i don't know how to help. it would be helpful to reformulate your question.20:33
tdr2009im not really sure, i think that Gnome Keyring controls the root stuff20:33
Lukemxgms: i expanded the ISO to a harddrive partition and booted off that. now I'm running through the install process and it wants me to umount the expanded ISO because it's on the same physical drive20:34
tortoisecan someone link me to some general information on databasing and mysql?20:34
dasrotits annoying... whats strange is my last install didnt bother me with it.  Now I reformatted it and everytime I turn it on it asks me for keyring password20:34
tdr2009mxgms: i did, but its missing wineprefixcreate20:34
tdr2009!mysql20:34
ubottuLAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+)20:34
tdr2009well, LAMP is not what i wanted20:35
flohi all20:35
Jeatonhi flo20:36
tortoiseWell, do you know of some place that would have information more specific to using mysql?20:36
PaulSpI'm new to ubuntu and tried installing it on my laptop, but the wireless doesnt work, nor does simply connecting my laptop with my router, does anyone have any ideas?20:36
StavaWould there be any danger/risk with adding www-data (apaches user) to my own group? I want to do this so that I dont have to change the owner of files I create in /var/www for certain php applications to work properly. (It's a dev server)20:36
tdr2009hold on20:36
Jeatontortoise - are you referring to mysql in general, being able to inject data into it?20:36
jebbluePaulSp: run Restricted Drivers and see if Ubuntu recommends any binary drivers20:37
tdr2009turtoise: this may help: https://help.ubuntu.com/10.04/serverguide/C/mysql.html20:37
Jeatontortoise - try #mysql20:37
tortoiseJeaton: to be perfectly honest, I'm not really sure. My friend suggested that I learn databasing and start with mysql so I can use that for keeping my music/movies downloads20:37
tortoiseJeaton: Thanks, I was looking for a channel like that.20:37
dasrotis it possible to have a file put in my password into keyring at startup?20:37
amonraPaul try starting ubuntu with your wireless turned on.20:38
guntbertdasrot: keyring keeps keys and passwords - usually it is opened when you log in with your password20:38
dasrotI have it login automatically20:39
dasrotIts a server with no monitor, so I want it to startup and be good to go.  I also want to be able to VNC/Remote into it so I can do whatever I need to do.  But with this Keyring thing, everytime I reboot and try to VNC, the server asks for keyring password.  Since its a server with no monitor, Its not exactly easy to type that in everytime it reboots20:40
tortoiseJeaton: #mysql is a moderated irc :?20:40
mngrifbrontoeee: can you tell me what you did to lose your array? :\20:40
tortoiseerm channel*20:40
Jeatonlol, sorry, i didn't even realise that20:41
jebbluewhat USB headsets work good with Ubuntu?20:41
tortoiseThat's alright20:41
mngrifdasrot: use NX20:41
dasrot!NX20:41
ubottuFreeNX is advanced remote desktop technology. For more information and install instructions, see https://help.ubuntu.com/community/FreeNX20:41
con-manhow do you save your session, so that all apps I have open, load at their same positions on the cubes every time I log in, I tried that startup applications option but it only partially worked20:41
tortoiseJeaton: I think I'm going to take a break from all this anyways :P Thanks for the help20:41
PaulSpamonra, I don't know how I would be able to turn it on, with windows I have a key combo which can turn it on/off, but it doesn't seem to work in ubuntu, I know it's not working as the light isn't on, any ideas?20:42
dasrotif I do this, should I disable the GNOME Remote Desktop?20:42
mngrifdasrot: yes.20:42
tdr2009con-man: hibernate saves everything to disk20:42
amonraNo.20:42
tdr2009con-man: so its like saving session almost20:43
cablopi think banshee is not a good replacement for rythmbox20:43
=== Tweedle is now known as Tweedle[afk]
cablopi find it harder to use than rhythmbox20:43
tdr2009con-man: im using xubuntu, and it has and option to save session, i dont know about ubuntu20:43
con-mantdr2009, nah sometimes I need to really reboot20:43
cablopis that true that they're going to replace with banshee as the default media player?20:43
con-mantdr2009, ubuntu does as well but it only partially works20:43
tdr2009con-man: oh didnt know that20:43
tdr2009con-man: oh, i never tried it because i never needed it20:44
cablopany suggestion on music player other than rhythmbox or banshee?20:44
tdr2009Exaile20:44
tdr2009cablop20:44
cablopexaile?20:44
=== Geek is now known as Guest70371
brontoeeemoc20:44
tdr2009!Exaile20:44
ubottuAudio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based).  Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs20:44
cablopi wan easy to use as winamp is in windows20:44
brontoeee!moc20:44
MJ94!xchat20:44
cablopthat is, you just throw things on a playlist, sort it, and clic on play20:44
MJ94hm20:44
cablopno need to importa anything to noplace20:44
tdr2009cablop, VLC plays about every file20:45
MJ94!xchat | MJ9420:45
cablopmmmmm20:45
cablopVLC....20:45
MJ94Hi all... How do I install xchat?20:45
tdr2009hold on20:45
xanguasudo apt-get install xchat MJ94...20:45
tdr2009cablop: http://www.videolan.org/vlc/20:45
cablopi loved the old amarok... the new one is another hard to use thing20:45
cablopi use vlc, but just for video20:46
cablopand i love it20:46
tdr2009cablop: Exaile has playlists20:46
blakkheimmpd for music, mplayer for video20:46
cabloptrying exaile now20:46
cablopmpd?20:46
tdr2009and its the first thing you see when you open it, you can add stuff to your playlists20:46
cablopah, and anything that does'nt remotely look like itunes, xD20:46
hiexpook here's the deal i can cd /opt/fasttrack/ than run sudo ./fast-track.py and it runs fine how do i create a launcher for that20:46
xanguacablop: there is clementine, uses only qt4 and is supposed to have almost the same feature as amarok 1.420:46
cablop:)20:47
blakkheimhiexpo: are you using backtrack?20:47
=== WiW is now known as WiWafk
hiexpono its on ubuntu 9.1020:47
con-manI wish I could get itunes running in linux, do you know how annoying it is trying to sync an iphone on a computer at work thats not even mine20:47
cablopclementine is not in ubuntu repos :(20:47
blakkheimhiexpo: well, 9.10 isn't supported anymore20:47
dasrotwell these instructions for installing freenx don't even work... awesome20:47
hiexpoblakkheim, yes it is still20:47
tdr2009Exaile looks like ITunes?20:48
cablopdunno20:48
tdr2009not to me, it looks way different20:48
cablopjust instaling it20:48
brontoeeehiexpo, cd /opt/fasttrack/ && gksudo ./fast-track.py20:48
brontoeeehiexpo, maybe20:48
cablopi don't know why the new amarok looks so THAT ugly20:48
blakkheimoh maybe it was 9.04 that just lost support20:48
blakkheimmy bad then20:48
dasrotis there anyway to install freenx without using terminal?20:48
tdr2009oh, thought you were talking about Exaile looking like itunes20:48
hiexpobrontoeee, lety me see one sec and thanx20:48
cablopwow20:49
cablopexaile installed so fast20:49
xanguadasrot: use software center, synaptic¿20:49
blakkheimdasrot: why not use terminal?20:49
GuthurThe MouseKeys keep getting enabled, anyone noticed this before and know of a workaround, (10.04) ?20:49
tdr2009its the best one to me to use, i like it20:49
dasrotbecause I can't find it with terminal20:49
uh1h!list20:49
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 »20:49
con-man!itunes20:49
ubottuitunes is not available on Linux, but there are many audio player alternatives (see !players). For Daap clients (sharing music with other iTunes clients on the network), install banshee20:49
cablopand is it drag n drop?20:49
tdr2009let me see20:49
con-manI was hoping for an article on how to use wine to get it to work20:49
rautamiekkaIs it possible to tell grep to look for two or more different matches ?20:50
tdr2009cablop: yes it is20:50
Swianwhy20:50
Swiancon-man why?20:50
cablopi think i killed it... i droped on it a folder with 1500 songs20:50
cablopLOL20:50
n0nam3when i try to install openssh-server package i get this error at the end :I wasn't able to locate file for the gstreamer0.10-plugins-good package. This might mean you need to manually fix this package.20:50
hiexpobrontoeee, it works fine in terminal butnot when i try to create a launcher20:50
con-manSwian, cause I wanna sync my iphone20:50
tdr2009cablop: and if you right clikc "Playlist 1" tab, you can rename it20:50
brothenricoidleOne...i'm failure.can you show more semplicius the procedure to doing?.20:50
tdr2009cablop, oh did it crash?20:51
cablopnah20:51
tdr2009oh ok20:51
cablopjust got grey20:51
Swiancon-man I see, get a mini20:51
brontoeeehiexpo, use fullpath to your python script20:51
tdr2009oh, its probably adding all of them lol20:51
Guthuroh its here, http://brainstorm.ubuntu.com/idea/9035/20:51
Swianjust got my wife one off amazon.com for 35020:51
con-mancon-man, a mini is not an iphone20:51
Guthurreally does need sorted, it is most annoying20:51
con-mancon-man, there are other things it syncs20:51
n0nam3when i try to install openssh-server package i get this error at the end :I wasn't able to locate file for the gstreamer0.10-plugins-good package. This might mean you need to manually fix this package.20:51
dasrotyeah I can't find freenx in Synaptic or Software Center, webpage to download seems to be broken, and instructions for installing via terminal dont work20:51
IdleOnebrothenrico: you can ask in #ubuntu-it if you would prefer help in Italian20:51
hiexpobrontoeee, ok let me see20:51
con-manSwian, a mini is not an iphone20:51
con-manSwian, there are other things it syncs20:51
Swiancon-man you wanna go mac, go mac20:52
dasrotthis file it asks you to edit doesn't exist -> sudo vi /etc/apt/sources.list.d/freenx-team-ppa-maverick.list20:52
con-manSwian, I like linux just fine20:52
tdr2009apparently, Exaile doesnt know who sings the song lol20:52
brothenrico#=X?20:52
tdr2009at least mine20:52
IdleOnebrothenrico: type /join #ubuntu-it20:53
cablopusing Exaile now20:53
cablop:P20:53
tdr2009it says Album Unknown and Artist: Unknown20:53
cablopwilling to try mpd too20:53
Swiancon-man using WINE for apple products on linux is just too far removed20:53
tdr2009one thing i dont like exaile, is it cant minimize to tray, like banshee20:53
cablopand i can enwueue on a random list too!!!!20:53
hiexpolol20:54
con-manSwian, I have no idea what that statement means20:54
tdr2009enqueue?20:54
brothenricoIdleOne..I hope.tankyou and goodlife.20:54
cablopyes20:54
Swiancon-man it means you're spanning 3 os's to accomplish something, NOT a gonna have good results20:54
tdr2009oh ok20:54
cablopthta is to set a song as the next in playlist regardless random or not20:54
rautamiekkaAh, I answered my Q: grep -E "REGEX PATTERN"20:55
tdr2009never tried that lol, i only have 3 songs so far lol20:55
IdleOne!it | brothenrico20:55
ubottubrothenrico: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)20:55
=== jansen is now known as sumpygump
dasrotthis seems like too much work... no way to just get keyring to let me enter password after I remote in?20:55
dasrot!ssh20:55
ubottuSSH 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)20:55
ronald0908ee20:55
brontoeeedasrot, whats the question?20:56
phasmacould anybody point me in the right direction to getting my refresh rate set correctly when I drop out of X, please? Whilst I am booting up, it is set to 85Hz. I used to have the problem when X loaded, though xrandr fixed this. The problem still remains when I kill X, though20:56
ronald0908como é que atualiza firefox no ubuntu 520:56
F0sterO4hello all!20:56
overtherainbowSo txt files on my computer are being identified as "Typelib Generated C/C++ Inline Files". Any ideas of how to fix that?20:56
tdr2009!#ubuntu-offtopic20:56
tdr2009that dont work either20:56
tdr2009!offtopic20:57
ubottu#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!20:57
cablopRonald: Ubuntu 5!20:57
F0sterO4had 9.04 and upgraded to 9.10 and now dont have a network-manager, where can i find wicd or something like it?20:57
cablopRonal, update that Ubuntu to 8.10 at least20:57
F0sterO4any clues?20:58
cablopmpd or mdp?20:58
=== xumuk_ is now known as XuMuK
xanguaF0sterO4: does not have network manager as in you uninstalled it or it just doesn't appear¿20:59
phasmawould anybody at least be in a position to advise where I may go to fix my refresh rate issues, please? This problem only exists on Ubuntu and has already cost me one monitor21:00
xanguado you want network manager or wicd¿21:00
tdr2009i think its MPD21:00
wombletHi All, just have a general question about ubuntu and using Ipod touch - is this the place to ask it?21:00
tdr2009womblet: yes21:00
bcompAnyone know how to set a static IP behind a router?21:00
tdr2009womblet: its the Ubuntu support channel;21:00
F0sterO4xangua: i hat it installed it on 9.04 but upgraded to 9.10 and now nothing at all21:00
bcompI've tried editing /etc/network/interfaces but then my internet connection goes totally down21:01
tdr2009F0ster04: you have no network manager?21:01
brontoeeebcomp, talk to your provider?21:01
F0sterO4eighter, network manager or wics21:01
bcompno no i just want to set a static IP on my LAN21:01
F0sterO4nothing, no network manager and no wicd21:01
wombletcool. What is the best way of managing music with an Ipod touch using Ubuntu? I've tried Rythmbox but it won't let me edit anything on the ipod, though it can see it21:01
mlazzari2sera21:01
bcompeg. instead of 192.168.2.x that the DHCP on the router assigns.. I want to set it as 192.168.2.200 for example21:01
tdr2009F0ster04: I dont think Ubuntu Software Manager is on your version, is it?21:01
cablopsigh21:02
brontoeeebcomp, i use dhcp +adress reservation for servers (everything setup in the router)21:02
compufreakWhen you run a command and it outputs more than 1 page, how do you scroll through it?21:02
cablopexaile is nice, lightweight, but ugly in the management of columns :(21:02
F0sterO4not sure21:02
blakkheimi wouldn't call exaile lightweight21:02
F0sterO4where can i download the packages directly and install them if they work?21:02
xanguaF0sterO4: first add the notification area to the panel and then Alt+F2 > nm-applet > enter21:02
brontoeeebcomp, adress reseravtion is based on mac adresses i think21:02
To4ikx@ compufreak pipe the command through less21:02
F0sterO4stand by21:03
cablop!exaile21:03
ubottuAudio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based).  Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs21:03
un214so the developers are seriously planning moving away from X to another platform21:03
=== Guest10739 is now known as gdoteof_home
phasmabcomp: You just need to set your router to assign static ip's then configure network manager to take the same address21:03
tdr2009F0ster04: search in Synaptic for network-manager-gnome21:03
wombletubittu: do you recommend any one in particular for iTouch?21:03
blakkheimwomblet: it's a bot21:04
blakkheim!ipod > womblet21:04
ubottuwomblet, please see my private message21:04
tdr2009I think Exaile is lightweight21:04
un214I'm sorry but that is simply not acceptable. They do not respect unix and are repeatedly demonstrating this21:04
sumpygumpwomblet: what generation of ipod touch do you have?21:04
un214i'm gone and you should be too.21:04
wombletit's a new itouch (sorry I don't know how to find out the gen)21:05
s1akrNOTICE:: FREENODE IS CHANGING HOW YOU CONNECT TO IT! 10pm EST tonight Freenode will enforce SASL for ALL connections! If you don't fix your client to use SASL, YOU WILL BE UNABLE TO CONNECT TO FREENODE! PLEASE JOIN #FREENODE AND/OR MSG A STAFFER FOR DETAILS! s1akr gdoteof_home con-man andycc Roasted__ To4ikx amikrop mlazzari2 www2 Cpudan80 B-r00t Smoodo bcomp womblet XuMuK commandoline GauravButola pothos woulf F0sterO4 overtherainbow pankajm renato phasma ke21:05
s1akrNOTICE:: FREENODE IS CHANGING HOW YOU CONNECT TO IT! 10pm EST tonight Freenode will enforce SASL for ALL connections! If you don't fix your client to use SASL, YOU WILL BE UNABLE TO CONNECT TO FREENODE! PLEASE JOIN #FREENODE AND/OR MSG A STAFFER FOR DETAILS! o0ze Plain_Flavored siml1 adam_doehling faction918 tdr2009 debuggerboy Mikelevel Luke yapsol Calinou Rashid UnNaturalHigh tensorpudding gord trijntje graviton Axlin redrocket arescorpio xiong n0nam3 Lock 21:05
s1akrNOTICE:: FREENODE IS CHANGING HOW YOU CONNECT TO IT! 10pm EST tonight Freenode will enforce SASL for ALL connections! If you don't fix your client to use SASL, YOU WILL BE UNABLE TO CONNECT TO FREENODE! PLEASE JOIN #FREENODE AND/OR MSG A STAFFER FOR DETAILS! dollarbang x0rs coldfront Biolunar rodde76 guntbert tempeldirne PsiloX Robert_Zenz gdb scivi caffeinegum dmaxel darkas sgh uLinux Shurakai_ pure_hate mdmcaf jjman6_ jjman6 petercoulton quentusrex wzk dest21:05
cablopun214 what are you talking about?21:05
brontoeeeand x has to do with unix?21:05
tdr2009un124 what you talking about?21:05
sumpygumpwomblet: I am pretty sure there is no way to interface with the new itouches21:05
wombletsumpygump: ah, what a pity21:06
sumpygumpwomblet: the only way I know of is with itunes, which doesn't work on GNU/Linux, maybe it works in wine, but I haven't tried it.21:06
cablopor through a virtual machine21:06
wombletyeah - I have itunes on a mac, but really want to machine all my music using ubuntu elsewhere21:06
bukemsince i have installed wine ubuntu is not running smoothly.. anyway to solve this?21:06
jeffreyfHello.  Deleted or re-arranged bookmarks keep coming back or going back to where they were!21:06
tdr2009sumpygump: in WineHQ AppDB, it says this: Version 10  |Media player and media synchronization software.21:07
bukemeverything is running alot slower21:07
brontoeeejeffreyf, you have some sort of snyc setup? or maybe just some permission  problem with browser?21:07
linxehsumpygump: what is an itouch ?21:07
compufreakHow about managing services? Like Apache, MySQL21:07
tdr2009sumpygump: oops, i mean its Bronze21:07
sumpygumplinxeh: short name for ipod touch21:08
linxehsumpygump: oh, you mean an ipod touch. I see.21:08
=== Guest10739 is now known as gdoteof_home
* linxeh rolls eyes21:08
tdr2009womblet: try itunes version 10 in wine, its rated Bronze at WineHQ21:08
cablop!beep media player21:08
ubottuError: I am only a bot, please don't think I'm intelligent :)21:08
cablop!exaile21:09
ubottuAudio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based).  Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs21:09
jeffreyfubuntu one sync21:09
bukemanyone know why wine is slowing down my pc?21:09
tdr2009!beepmediaplayer21:09
A1B2C3_any advices for laptops 13" with an nvidia 330 running linux well ?21:09
tdr2009!beep21:09
tdr2009!media21:09
tdr2009!player21:09
ubottuAudio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based).  Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs21:09
xanguabukem: i am sure is not, is something else21:09
tdr2009well21:09
nekkHey, random problem21:09
blakkheimA1B2C3_: macbook pro has 320m in 13" and 330 in 15"21:09
blakkheimtdr2009: stop spamming the bot21:09
nekkI am trying to play nethack, and it is working fine, but21:09
nekkText is being shown in black and white only, no color :\21:10
A1B2C3_blakkheim, ty, im looking for a pc21:10
tdr2009blakkheim: I wasnt, I was trying to get it to explain Beep media player, which now, i know it has no clue21:10
bukemxangua: while if i close the program using wine then everything is fine as soon as i open it is slows up again21:10
cablopno beep media player in 10.0421:10
blakkheimA1B2C3_: it is a pc21:11
xanguatdr2009: if you want to play with the boot you can make it in private21:11
sumpygumpnekk: what terminal are you using?21:11
xanguabukem: depends of what kind of program are you running21:11
wietzehi, I am trying to install ubuntu 10.10 on a a7n8x motherboard, and it does not detect the harddisk (it does not find disks to install on)21:11
bukemxangua: utorrent .. lank lite21:11
tdr2009cablop: wikipedia says: The Beep Media Player (BMP) was a free audio player so i guess its not anymore21:11
wietzethe silicon image driver is not in the list presented to me to select from; how can I fix this?21:11
wombletok - thanks all, I'll try out itunes on wine21:11
tdr2009xangua: ok, i make one single mistake, and you have to do this?21:12
tdr2009xangua: im not stupid21:12
guntbert!askthebot > tdr200921:12
ubottutdr2009, please see my private message21:12
xanguabukem: you have a lot of native torrent programs and there is also utorrent for linux, i believ is only  'web interface'21:12
tdr2009well, im sorry i didnt know that21:13
bukemxangua: yeah i will try the linux version .. was just checking out wine. I dont like any of the other native programs , transmission never seems to pick up any of the torrents21:14
hiexpobrontoeee, i can't get it21:15
=== tdr2009 is now known as hi
hihi21:16
To4ikxhi21:16
Drunkenwell. i just ordered my new netboook21:16
Drunkeninterested to see how ubuntu will do on it21:16
=== hi is now known as travus231
blakkheimbukem: rtorrent is my favorite torrent client but transmission is good too21:16
hiexpobrontoeee, why do i have to use ./ infront of it what is that telling it21:16
To4ikxshould do great, I have seen a video of a netbook running quake3 arena very smoothly21:16
DrunkenTo4ikx, i hope so. i got bought an alienware m11x21:17
bukemblakkheim: Will check rtorrent out .. thanks21:17
sumpygumphiexpo: the ./ in front says to look in the current directory and not use the $PATH21:17
sumpygumpbukem: I also like rtorrent21:18
To4ikx@drunk ho much mem?21:18
hiexposumpygump, thats what i thought21:18
To4ikx@drunk how much mem?21:18
DrunkenTo4ikx, 4gb21:18
To4ikxsweet21:18
Drunkeni stuck with the core 2 duo21:19
Drunkenso its the lower end of the m11s21:19
Drunkenbut still a damn grand. lol21:19
brontoeeehiexpo, . (dot) means from current dir, which may not go into this context, find out the real path to your python script like /home/user/script.py21:19
bukemxangua: weird, if i minimize utorrent then it seems to work fine, well not 100% but a lot better21:19
To4ikxI think it should perform nicely21:19
To4ikx: )21:19
hiexpobrontoeee, i know the path i put it there21:19
Drunkenhope so21:20
mngriftwo disks are showing up with the same UUID... what's up with that?21:23
ChiwauwaAny hints to where I can find logs showing what is happening when Ubuntu is executing startup applications?21:25
rrosWhy does my bootscreen looks weird after installing the nvidia drivers in 10.10?21:27
W4RH4WKanybody there who compiled vim from source, need a little help here21:28
hiexpobrontoeee, ok i gotta create a shell script launcher how do i do that ?21:30
guntbert!compile | W4RH4WK21:30
ubottuW4RH4WK: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)21:30
phasmaanybody about to help fixing my refresh rate, please? I have tried a whole host of things. xrandr has set it correct but dropping out of X is still a major problem21:30
=== denni767 is now known as Denn
W4RH4WKmy problem is not compiling itself i have a problem with the integrated file browser (already asked in #vim and via their google code board, no solution yet)21:34
=== coax_ is now known as ec2-noob
=== ec2-noob is now known as czx
guntbertW4RH4WK: what integrated file browser?21:36
phasmaplease, please can somebody at least point me in the right direction here? I am having a refresh rate issue that has already cost me a monitor. Nobody seems to know how to set the rate here. #xorg say it is not an x issue, #grub say the same, as do a few other channels. I am at a real loss here21:37
W4RH4WKguntbert, open a terminal and type vim .21:37
loo0oola hi im useing ubuntu 10.10 but the language change from Arabic to English21:37
guntbertW4RH4WK: you mean vim's file browser?21:37
czxis it possible to run both cloud controller and node on a single machine?21:37
W4RH4WKguntbert, yes21:37
hiexpoguntbert, hello21:38
loo0oola hi im useing ubuntu 10.10 but the language change from Arabic to English21:38
guntbertW4RH4WK: then I'd say #vim should be the place to talk about it21:38
W4RH4WKalready in there, nobody knows the... but thx anyway for helping21:39
ilovefairuzloo0oola: what langauge? the interface language or the keyboard layout?21:39
loo0oolailovefairuz, english21:40
CarlFKhttp://shekay.blip.tv/file/4229929/21:40
CarlFKdoh21:41
xangualoo0oola: be clear and describe all the problems/details21:41
CarlFKwelcome to my wedding...21:41
CarlFKhow do I tell wget to use a local squid proxy?21:41
ilovefairuzloo0oola: yes, what exactly changed? the interface itself (menus, buttons, etc) or the keyboard layout (that you switch before typing)21:41
loo0oolawhen iam writting the leter change and i repet type ther ketter more than 3 time21:42
guntberthiexpo: do you mean you cannot start the script?21:42
ka1serCarlFK: you edit /etc/wgetrc and add http_proxy, https_proxy and/or ftp_proxy variables21:42
loo0oolathe interface and button dont change21:42
loo0oolajust when im typeing21:42
CarlFKka1ser: cool - thanks21:43
ilovefairuzloo0oola: ok, go to system > preferences > keyboard21:43
ka1serCarlFK: np21:43
guntbertCarlFK: and read man wget (search for proxy there)21:43
ilovefairuzloo0oola: click layouts tab  and then add21:43
hiexpoguntbert, yup21:44
guntberthiexpo: cd into the directory where the script sits21:45
reactor16hi all21:45
hiexpok21:45
W4RH4WKhi reactor1621:46
reactor16i'm trying to install my wifi usb on ubuntu http://linuxwireless.org/en/users/Drivers/ath9k_htc21:47
To4ikxreactor16- hello21:47
reactor16i have follow steps but i get not ar9271.fw found21:47
reactor16usb 1-1: new high speed USB device using ehci_hcd and address 321:48
reactor16usb 1-1: configuration #1 chosen from 1 choice21:48
reactor16usb 1-1: ath9k_htc: Firmware - ar9271.fw not found21:48
=== fireblasto_ is now known as Fireblasto
linxehreactor16: where did you put the ar9271.fw file ?21:48
reactor16"/lib/firmware21:48
hiexpoguntbert, then what cd into it21:49
linxehand you have confirmed it is there ?21:49
reactor16?21:49
mlazzari2chanserv op #ubuntu-it-doc mlazzari221:49
linxehreactor16: it is definitely in that directory ?21:50
Cars10i need help getting remote access up and running on my ubuntu server21:50
reactor16how i define it ?21:50
linxeheh?21:50
reactor16sorry21:50
To4ikxcars- what type of remote access21:50
reactor16yes it there21:50
hiexponot a dir21:50
Cars10To4ikx: dunno21:50
guntberthiexpo: when the directory of the script is your current directory type ls -l   (use a pastebin to show the result if more than three lines)21:51
To4ikxCars10- command line, or remote desktop21:51
reactor16ls /lib/firmware/ar9271.fw -l21:51
reactor16-rw-r--r-- 1 root root 51280 Nov  6 21:48 /lib/firmware/ar9271.fw21:51
Cars10To4ikx: desktop21:51
To4ikxCars10- You can turn in the vino server in Ubuntu21:51
Cars10To4ikx: ok how?21:52
To4ikxCars10- its a VNC server, but you have to already be logged into the box21:52
claydso this is wierd.  when i creat a file from the command promt is gets the permissions 644 but when i upload one over ftp it gets 600  O dp not understand what is causing this.  i am useing 10.04 server21:52
guntberthiexpo: please speed up a little, I'm not around much longer :-)21:52
reactor16linxeh, you have a clue ?21:52
Cars10To4ikx: i am21:52
hiexpoguntbert, sorry looking at it a bit21:52
To4ikxCars10- System > Preferences > Remote Desktop21:52
guntberthiexpo: let me look too :-)21:53
Cars10To4ikx: its not there21:53
linxehreactor16: I was just googling, what version of ubuntu are you running ?21:53
hiexpodoing it1 sec rest room sorry21:53
Cars10To4ikx: i installed core gnome on it21:53
=== Thomas_G_C is now known as tgc
To4ikxCars10- "sudo apt-get install vino"21:54
guntbertclayd: look into the config file of the ftpd - search for "umask"21:54
reactor16i think is 8.0421:54
claydthanks21:54
reactor16BackTrack 4 PwnSauce21:54
=== tgc is now known as tooma
guntbert!backtrack | reactor1621:54
ubottureactor16: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)21:54
hiexpoguntbert, got it thanx  :)21:54
To4ikxreactor16- truing to crack wireless are we? : P21:55
reactor16nah21:55
guntberthiexpo: all set?21:55
hiexpoguntbert, yup21:55
reactor16i want to install it after that i want to exoprt driver to another machine21:55
Cars10To4ikx: ok its installed21:55
guntberthiexpo: nice :-)21:55
hiexpokool thanx21:55
=== tooma is now known as tomas
To4ikxCars10- System > Preferences > Remote Desktop21:56
dirtikitiso here's a simple question... running ubuntu netbook 10.10, why can some of the apps be added to the unity sidebar by right clicking, and some can't?21:56
evan_i need help with my hp21:56
Cars10To4ikx: ok21:56
=== tomas is now known as tomcos
linxehhmm, to go kde or go insane with gnome again21:56
hiexporeactor16, what driver ?21:57
Gnea!printer | evan_21:57
ubottuevan_: Printing in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://wiki.ubuntu.com/NetworkPrintingFromWindows21:57
=== tomcos is now known as tomas
reactor16http://linuxwireless.org/en/users/Drivers/ath9k_htc21:57
To4ikxlinguy- i love Gnome, much more stable21:57
To4ikxlinxeh- i love Gnome, much more stable21:57
=== tomas is now known as tomcos
guntbert!nickspam > tomas21:57
evan_i have a HP compaq nx9420 nd the battery keeps saying discharging when i unplug it21:57
guntbert!nickspam > tomcos21:57
ubottutomcos, please see my private message21:57
Cars10To4ikx: and now?21:58
Gneaevan_: normal.21:58
dirtikitievan that means it's running on battery power21:58
MagusOTBTo4ikx:than what?21:58
evan_will someone help me21:58
Riddelllinxeh: you are very welcome in #kubuntu :)21:58
To4ikxCars10- Did you check the box to "Allow users to connect"21:58
Gnea!helpme | evan_21:58
ubottuevan_: Avoid your questions being followed by a trail of "Please, help me", "Can nobody help me?", "I really need this!", and so on. This just contributes to making the channel unreadable. If you are not answered, ask again later; but see also !repeat and !attitude21:58
xrdodrxevan_, that is normal behavior. That means that the battery is working properly21:58
Cars10To4ikx: ok done21:58
evan_it is a laptop and it runs on both21:58
xrdodrxrelax :)21:59
To4ikxCars10- Your set21:59
Gneaevan_: what you have described is normal behavior. next.21:59
Gintulishi, what key i have to press in terminal to finish write the long file name?21:59
xrdodrxevan_, "Discharging" is just fancy talk ffor "You're using the battery"21:59
To4ikxCars10- Got to a machine with a VNC client21:59
dirtikitievan_: when the battery is plugged in, it is charging, unplugged means running on batt power, discharging21:59
Gneaif a battery isn't charging, it's discharging21:59
Gneathat's just common sense21:59
MagusOTBGintulis: tab21:59
evan_well my EEEpc says useing battery21:59
Cars10To4ikx: i have tightvnc on windows21:59
xrdodrxevan_, don't worry about it22:00
To4ikxCars10- Try it22:00
Gneaevan_: I'm on a eeepc and it says discharging.22:00
evan_but it says it has 20-30% of battery letf and then dies22:00
Cars10To4ikx: failed to connect22:00
Gneaevan_: define 'dies'22:00
To4ikxCars10- is this a virtual machine?22:00
xrdodrxevan_, that's probably a battery issue.22:01
To4ikxCars10- Linux22:01
Flyingwatermelonhow do i get rid of the old version of linux in grub22:01
Cars10To4ikx: yes22:01
evan_its a band new battery22:01
Gneaevan_: does it go to sleep? hibernation? completely shuts off? get specific22:01
xanguaFlyingwatermelon: uninstall it22:01
reactor16what about me :)22:01
evan_shut off22:01
Flyingwatermelonxangua how22:01
xrdodrxFlyingwatermelon, those aren't old versions of linux, those are different versions of the kernel. You might want to keep them around in case you run into problems with your current kernel22:01
To4ikxCars10- You have to put your virtual machine adapter in bridged mode to get a IP from your router22:01
baskakhi. i'd like to ask about fresh reinstall of 10.10. i've heard many times (also on this channel) that it's less subject to errors, and i have considerable troubles at the moment. however, what can i keep to have less work restoring my work environment? (settings?)22:01
Gneaevan_: and the contacts on the battery and the contacts on the laptop for the battery are 100% clean?22:02
xanguaevan_: somethimes batteries are bad since the bgining22:02
seismicmikeso I just read this http://tinyurl.com/34fgamf about Ubuntu moving from X to Wayland.... Is there a way to try this out early? is there a desktop environment that I can install that uses it?22:02
jk_evan_, how old is the battery? my experience is that they only last about 2 to 3 years and then won't hold their charge for any significant length of time.22:02
Cars10To4ikx: i have allready done22:02
linxehxrdodrx: technically they are old versions of linux ;-)22:02
evan_it just turns off and when i press the power button it will not turn on22:02
xrdodrxlinxeh, heh, I guess. xD22:02
xanguaFlyingwatermelon: with apt. aptitude, synaptic, the one you like more22:02
dirtikitiit sounds like a battery problem.22:02
Gneaevan_: sounds like a third-party battery22:02
Flyingwatermelonxrdodrx, I will save the base kernel but i want to get rid of the other versions22:02
Flyingwatermelonxangua,  my update manager isnt working properly22:02
Cars10To4ikx: host is 192.168.0.189 guest is 192.168.0.18922:02
guntbertreactor16: you said you are running backtrack - that is only supported in #backtrack-linux22:03
Cars10To4ikx: host is 192.168.0.189 guest is 192.168.0.18822:03
evan_but i have OSX on it and it works good but ubuntu says what i said22:03
shcherbakevan_: do you know power-appet (on the top panel)?22:03
Alex21hello! i`m new to linux and i installed ubuntu 10.10 in dual with my win xp. I have 2 HDD ( 1st with one partition with win xp on it[c] and the 2nd has two partiotions[d]&[e] and i used [e] to install ubuntu) . The thing is now it won`t load any of the OSs. Anyone knows where i did something wrong?22:03
Flyingwatermelonxangua, http://pastebin.com/q0iKGj4V22:03
To4ikxCarr- Ping from host to guest22:03
Flyingwatermelonthats what it says22:03
xrdodrxevan_, is the battery actually dying or is the computer hibernating?22:03
Gneaevan_: but you're not making any sense22:03
reactor16guntbert, its some os i think22:04
xanguaAlex21: grub needs to be installed in the primary HD22:04
Cars10To4ikx: works fine22:04
To4ikxCarr- I dont know if tightVNC client works with Vino22:04
shcherbakevan_: ?22:04
loulinkj7Hey is anyone having an issue with grub 2 freezing on older systems with architectures similiar to atholon 64?22:04
* roshanavand is saying HI to all22:04
Cars10To4ikx: i have tightvnc on windows xp and vino on core server22:04
xanguaFlyingwatermelon: are you using lucid¿22:04
ilovefairuz!backtrack | reactor1622:04
ubottureactor16: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux)22:04
Alex21xangua it was set by default and it dindn`t work..and i installed the bootloader in the 2nd hdd and it still doesen`t work22:05
loulinkj7Please pm if you are.22:05
xanguajust disable that repository Flyingwatermelon22:05
guntbertreactor16: no22:05
Gnea!pm | loulinkj722:05
ubottuloulinkj7: 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.22:05
evan_i am useing 10.422:05
roshanavandI run a program but it says a copy of program is already running22:05
Flyingwatermelonxangua,  i am using the newest version22:06
roshanavandand that is not my processes22:06
roshanavandwhat is happening?22:06
shcherbakevan_: pess on small battery icon on top, then press time information22:06
Cars10To4ikx: do u know what will work then?22:06
To4ikxCarr- run a netstat -l22:06
xanguaFlyingwatermelon: like i said disable the repository that program is from or use the updated rpository for 10.1022:06
Cars10To4ikx: on win?22:06
To4ikxCarlFK- is port 5900 open?22:06
shcherbakevan_: it will open window with title Power Statistics22:06
Flyingwatermelonxangua, how do i use the updated one?22:06
To4ikxCars10- is port 5900 open?22:06
evan_1 sec22:07
Cars10To4ikx: -l do not exist22:07
To4ikxCars10- Linux22:07
xanguaFlyingwatermelon: how am i supposed to know¿ no idea what repository you added22:07
Cars10To4ikx: ok22:07
shcherbakevan_: two lines are interesting: Energy when full, and Energy (design)22:08
dht123hey,,, I can't upgrade from lucid to maverick :( I'm not very good at ubuntu and I have not much computer skill. please help me fix this :(22:08
OY1Rso i just installed 10.10 seems to work ok22:08
xangua!upgrade | dht12322:08
ubottudht123: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade22:08
Cars10To4ikx: i dont see the number 590022:08
OY1Ri do have one immediate issue, the second monitor switches on and off22:09
dht123it says I have maverick but it still has the lucid software...22:09
dht123none of the new maverick stuff22:09
Diyttokhfgk,ldfkghkhdk22:09
Diyttooops sory :(22:09
Flyingwatermeloncan some one help me with update manager? it is not working properly http://pastebin.com/uqJPjfYw22:09
dht123sudo do-release-upgrade says no new update found22:09
XuMuKdht123: may be you still have lucid repos...22:10
dht123how do I check that22:10
To4ikxCars10- Im not sure then... If you have the box checked in "Remote desktop" and you have a pingable IP it should work22:10
To4ikxCars10- I have to admit I have never tried to VNC into a virtual machine, only real boxes22:11
XuMuKFlyingwatermelon: try to change the server you get updates from...22:11
FlyingwatermelonXuMuK,  how do I do that22:11
shcherbakdht123: what software precisely?22:11
dht123maybe my computer can't run the new maverick stuff... how can i check?22:11
Cars10To4ikx: ok are you sure nothing is missing?22:12
dht123When I upgraded to maverick it said something like this tool can not install the updates to maverick.22:12
hiexpodht123, run live cd22:12
dht123Nothing installed.22:12
dht123hiexpo, I dont have the live cd. Im in lucid.22:12
dekker3dDamn... the bot in ubuntu-unregged is annoying. I have a registered nick, but my client autojoins #ubuntu before I get a chance to identify myself to nickserv >_>22:12
DrManhattanyeah I have that issue too22:12
Cars10To4ikx: someone told me to install vnc4server. what it for?22:13
To4ikxCars10- you can try installing tightvnc server for Linux22:13
hiexpospam22:13
hiexpocaused that22:13
DrManhattanI should eventually take #fedora off of my autojoin too. I don't use the crap distro anymore anyhow22:13
dekker3dAnyway, I was wondering.. My ubuntu 10.10 install changed its style from black and cool to gray and... win98-ish.. whenever I relog without rebooting22:13
To4ikxCars10- its another VNC server22:13
dekker3dAnd it goes back to the black style when I do reboot22:13
shcherbakdht123: apt-get update && apt-get upgrade <-- first thing to do, but before check your repositories22:13
To4ikxCars10- They all do the same thing22:13
dekker3dHow do I fix that?22:13
dht123update manager doesn't show any updates.22:13
Cars10To4ikx: ok how do i install it?22:13
=== dl551_ is now known as dl551
dht123E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)22:14
dht123E: Unable to lock the list directory22:14
To4ikxCars10- "sudo apt-get install vnc4server"22:14
shcherbakdht123: sudo...22:14
Cars10To4ikx: how to install tightvncserver22:14
dht123E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)22:14
dht123E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?22:14
dht123I used sudo in front of that command22:15
dht123it still shows error.22:15
mikael_salut matterhorn22:15
magicianlordQuestion: does anyone know if the debian testing iso comes with linux headers installed, so that graphic and other drivers can be compiled?22:15
To4ikxCars10- https://help.ubuntu.com/community/VNC22:16
matterhornmikael_, euh salut. On se connait?22:16
To4ikxCars10- Should help22:16
dekker3ddht123, apparently, you didn't sudo enough :P. It's literally "sudo apt-get..." stuff.22:16
shcherbakdht123: close all other apt, dpkg. soft center, or synaptic22:16
mikael_non mais j'ai vu que tu es français et c'est la premiere fois sur le canal22:16
dht123shcherbak, theres nothing else open except for firefox terminal and xchat22:16
dekker3ddht123, That helps. Anything that'll automatically download and install software should be closed before you try the apt-get22:17
matterhornD'accord, merci de ton accueil alors ;)22:17
shcherbakdht123: you can remove lock manually or reboot (syslog have info of any broken installation)22:18
dekker3dAnyway, how do I fix my visual theme/style after logging out of ubuntu and back in again?22:18
xangua!fr > mikael_22:18
ubottumikael_, please see my private message22:18
hiexpomikael_, matterhorn22:18
dht123ok I think it';s working now but it has another error22:18
dht123Errors were encountered while processing:22:19
dht123 fglrx22:19
dht123 fglrx-amdcccle22:19
dht123E: Sub-process /usr/bin/dpkg returned an error code (1)22:19
FloodBot4dht123: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.22:19
hiexpomikael_, matterhorn  #ubuntu-fr22:19
NoodelsHello there, I've got a fresh install of lucid lynx and a usb wifi adapter that claims to be compatible with linux. While the given driver does not work on 64-bit, or is supported, I've found that the usb wifi dongle uses a chipset that is natively supported by r8192s_usb. I load this module and dmesg reports the device is detected, but I get no wlan0 interface. Why is this?22:20
dwarderi use tatem movie player with subtitles, can i set delay for subtitles somewhere?22:20
dwarder*totem22:20
mikael_salut hiexpo22:20
shcherbakdht123: it is graphic driver, i recommend to: sudo killall dpkg and run Additional Hardware from menu22:20
dht123 I dont see why updating has to be this hard :(22:20
Noodelsdht123, you have clearly never used gentoo.22:21
xanguais not, your repositoreis are messed up dht12322:21
shcherbakdht123: it is not, just sometimes troublesome...22:21
dht123it says no proprietary drivers are in use22:21
dht123:(22:22
xanguadht123: are you the guy that simply changed all 'lucid' by 'maverick' in the software sources¿22:22
dht123xangua, no.22:22
shcherbakdht123: uninstal them, and install agian22:22
shcherbakdht123: or just reboot22:22
dht123shcherbak: how?22:22
starnwhy does chrome use less memory than firefox on windows but firefox uses WAAAY less memory on ubuntu??22:23
shcherbakxangua: what?22:23
hiexpowind passes dht123 's ears22:23
dht123while uninstalling... Errors were encountered while processing:22:23
dht123 fglrx22:23
dht123E: Sub-process /usr/bin/dpkg returned an error code (1)22:23
shcherbakdht123: with the very same manager - Additional Hardware - there is option to remove driver22:24
baskakhi. i'd like to ask about fresh reinstall of 10.10. i've heard many times (also on this channel) that it's less subject to errors, and i have considerable troubles at the moment. however, what can i keep to have less work restoring my work environment? (settings?)22:24
dht123sigh...22:24
dht123shcherbak: no there isn't... thers no drivers listed under additional drivers22:24
hiexpodht123, reboot22:24
To4ikxNoodels- ROFL22:24
shcherbakdht123: yep, reboot22:24
dht123will try that...22:24
dwarderhow do you call cool video player VLC VNC or what?22:25
shcherbakdwarder: mplayer22:25
thingybaskak: I think you are asking what you should save before you clean wipe and install a newer version of Ubuntu. Correct?22:25
To4ikxNoodels- I have done tarball installs using the Gentoo guide, that was actually fun, and educational at the same time22:26
baskakthingy: what can i actually use in the new install. apart from personal documents etc., obvoiusly22:26
OY1Rjust installed Ubuntu 10.10 can someone help me fix  the second monitor switching on and off22:26
paissadhello guys, before i try to re-invent the wheel .. do you know if there's a script or tools which permit to check for new available version of softwares ... normally the script or tools would check a download link & then check a more recent version .. something like that :)22:26
teratornguys, when I extracted a tar archive as root, it is re-creating what were previously symlinks as plain, ordinary (empty) files... what gives?22:26
blakkheimpaissad: cron-apt22:27
shcherbakbaskak: you can nitty way gzip whole /home including configs and manually (carefully) replacethem in new install22:27
sam__sudo hi22:28
rpgdudehey everyone, my friend just upgraded to maverick and he is having alot of problems22:28
blakkheimrpgdude: join the club22:28
baskakshcherbak: "carefully" is the key word :D22:28
rpgdudehaha22:28
rpgdudehe is unable to start X22:28
rrosI'm trying to set my locale to dutch and the user interface to english with 'language support' menu, but some programs still show me dutch translations22:28
FlakeparadigmHow would I start xserver with intel graphics acceleration enabled?22:28
sam__When does the Narwhal alpha come out22:28
thingybaskak: You will find that your current version of ubuntu has x applications installed, and more than likely, those same x applications have a newer version in the new version of ubuntu. So, if the individual applications can read old versions of their configurations files, then all your settings should work. What you should do is create a tar ball of your home directory and keep it safe. Then, option a) new install with new user account and new setti22:29
thingyngs and you manually merge in any settings you want from your tar ball, or option b) new install, + new user and you overwrite new user's home directory with contents from your tar ball and fix any issues that occurr.22:29
shcherbakbaskak: just make back up of fresh files and do not bath to much at once22:29
dirtikitirpgdude: did he run Xorg -configure?22:29
rpgdudeit gives an error, unable to initial kms22:29
rpgdudeno22:29
xanguasam__: 11.0422:29
rpgdudei did dpkg-reconfigure xorg-xserver22:30
dirtikitihe needs to install his vid card drivers, mouse, keyboard inputs, synaptics if its a laptop, then run Xorg -configure22:30
thingyteratorn: What parameters did you pass to tar ?22:30
atari2600ahey22:30
baskakshcherbak: hm... perhaps i should try just the configs i will actually need (noticed when starting a program, for example)22:30
teratornthingy: xfvj22:30
rpgdudeits a radeon card22:30
rpgdudeit was working before the upgrade22:30
excess^Does anyone knoe why 'sudo apt-get update' on Ubuntu 10.04 LTS takes forever? (download are bytes slow)22:30
teratornas root it should preserve all original permissions, and everything22:30
shcherbakxangua: do you mean 2 days ago or april?22:30
atari2600aI set up ubuntu on my little brother's laptop & set it for automatic login (so I could keep the password for myself-- he kept trashing his Windows installations so I figured it would be a good safeguard)22:31
ububababoowhere is my sansa clip ? Which folder?22:31
dirtikitithen i'm out of ideas22:31
dirtikitilol22:31
teratornexcess^: get a mirror that doesn't suck, I guess22:31
atari2600a& he called me up today saying it's asking for his password on the login screen22:31
sam__When does natty come out?22:31
xanguashcherbak: year.month..........22:31
atari2600aWHO LET THIS HAPPEN22:31
dirtikitithought it was a fresh install22:31
excess^teratorn: any suggestions?22:31
excess^its using us.archive.ubuntu.com22:32
excess^or security.ubuntu.com22:32
hiexpoatari2600a, he did he set a password than22:32
baskakshcherbak: i'm quite worried about things like: all partitions automounted on startup, netshares automounted... i don't remember what i tweaked and where i found instructions22:32
atari2600ahiexpo, what22:32
dirtikitimaybe try reinstalling the proprietary driver and reconfiguring X...22:32
OY1RMy external monitor switches on and off all the time, like clock work few sec on a few off, the grapic card is a ATI Radeon x140022:32
ububababoowhat is the path to my sansa clip+? Or how can i find the path?22:32
Cars10To4ikx: should vino run as a process to connect remotely?22:32
hiexpoatari2600a,  he had to22:32
blakkheimububababoo: moun22:32
atari2600ahiexpo, you're required to have a password for all accounts, but I set the laptop to automatically log on22:32
blakkheimububababoo: mount22:32
rpgdudeanother issue that happens that might be related22:33
sam__@Cars10 I LIKE TWITTER22:33
hiexpoatari2600a, he changed it22:33
rpgdudethe boot splash screen colors are all messed up22:33
ububababooblakkheim: what do you mena?22:33
ububababoomean?22:33
atari2600ahiexpo, see that's the thing22:33
Cars10sam__: say what?22:33
CJOis there another ubuntu channel that's not so busy22:33
atari2600aI HAVE THE PASSWORD22:33
atari2600aso he couldn't have changed it22:33
FloodBot4atari2600a: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.22:33
blakkheimububababoo: run "mount" and it will tell you where all your devices' mountpoints are22:33
roshanavandwho worked with Goldendict?22:33
dirtikitiyea seems like xorg needs to be reconfigured... reinstall the drivers and reconfigure x22:33
theSamowarhey22:33
blakkheim!caps > atari2600a22:33
ubottuatari2600a, please see my private message22:33
theSamowari wanted to ask where is the best source to get a bit into linux?22:33
theSamowaralso the understanding of it22:34
guntbertatari2600a: let him reboot - he probably logged out22:34
hiexpoatari2600a, you should have set a password and set an account for him that is not admin22:34
atari2600aguntbert, good idea, hold on22:34
atari2600ahiexpo, I'm doing that once I get home tomorrow :P22:34
dirtikititheSamowar: install arch linux or ubuntu server22:34
zaxonspoxhello, is someone familiar with compilig using gcc/g++ ?22:34
rpgdudedoesnt the new X server autoprobe everything though22:34
Cars10my vino isnt running i need some help22:34
rek_is there a way to use ssh with a browser?22:34
theSamowardirtikiti: is that a distribution?22:34
blakkheimdirtikiti: arch doesn't teach that much about linux22:35
FoolishOwlI'm tinkering with bind9, and in named.conf.options, there's this setting: "auth-nxdomain no;# conform to RFC1035". Why is that there?22:35
dirtikitirpgdude: i dunno... but i had that issue loading up arch linux and forgot i hadnt installed the vid drivers and configured x22:35
ububababooblakkheim: pls see http://pastebin.com/sa2FfT0f22:35
OY1Ranyone ?22:35
dirtikitiblakkheim: teaches more about it than ubuntu desktop22:35
theSamowardirtikiti: yes but i really have actually no clue about it22:36
blakkheimdirtikiti: yeah22:36
atari2600ahiexpo, it worked :P22:36
Jordan_Urek_: Sort of, http://www-personal.umich.edu/~mressl/webshell/.22:36
blakkheimububababoo: it doesn't look like it's mounted22:36
theSamowardirtikiti: so i just want to get started somewhere22:36
atari2600a*guntbert22:36
dirtikititheSamowar: there is a detailed beginners guide you can follow...22:36
OY1Ris 10.04 better than 10.10 ?22:36
Jordan_Urek_: Whatever you do do *NOT* try to use a website not hosted by you.22:36
ububababooblakkheim: i wonder if it's the gvfs one22:36
blakkheimububababoo: it's not22:36
atari2600aOY1R, sure, if you're like an enterprise user or something22:36
theSamowardirtikiti: but does it also explain the functions of the terminal and how linux is build up in general?22:36
guntbertatari2600a: nice :-)22:37
atari2600awell, leaving now22:37
ububababooblakkheim: but SansaClip shows up on my desktop22:37
Jordan_U!manual | theSamowar22:37
ubottutheSamowar: 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/22:37
theSamowardirtikiti: i dont want to know how to use ubuntu, but more like how its build and how it works22:37
rek_Jordan_U: i don't understand22:37
dirtikititheSamowar: you might want to try Linux From Scratch22:37
blakkheimububababoo: ok, open that and look at the location bar22:37
ububababooblakkheim: when i right-c/ick the icon, i can choose to unmount22:37
theSamowardirtikiti: is that a book ?22:37
dirtikititheSamowar: it's a "distro" you build yourself22:38
dirtikitigoogle linux from scratch22:38
ububababooblakkheim: i doublecickred, but all that i see is "SanDisk Sansa Clip+"22:38
Cars10does anyone know i guide how to setup remote desktop between a host win and a vbox ubuntu?22:38
baskakthingy: oh thanks, and sorry, didn't notice your words22:38
Jordan_Urek_: You can host your own ssl secured web page to allow you to log in and get a shell via any web browser, but other than hosting it yourself (on the machine you want to log into) there is no secure way to do it.22:39
dirtikititheSamowar: it doesnt get anymore barebones than that, you pretty much have to learn about linux if you set it up22:39
theSamowardirtikiti: do you need to know already any basics in programming or other things?22:39
alex88hi guys, recompiling a server using only necessary modules etc how can help the speed of the pc? i mean, is it useful? like boot time and other things?22:39
blakkheimalex88: yes22:39
dirtikititheSamowar: there is a detailed guide on their website... covers just about everything22:39
theSamowardirtikiti: ok im now on it! thanks for the info!22:39
Jordan_Ualex88: No, recompiling the kernel will not likely have any noticeable performance increase.22:39
dirtikitinp22:39
rek_no secure way why?22:39
blakkheimJordan_U: i think a lot of people would disagree with that22:40
zaxonspoxhello, is someone familiar with compilig using gcc/g++ ?22:40
JayD3eI am really stumped, I have tried everything to connect to this wireless network on Ubuntu Server Edition 10.10 and I can't.  I can see all of the networks when I do a iwlist ra0 scan, but I can't connect to them.  IT keeps saying No DHCPOFFERS received when I do a dhclient ra0.  I'm using the rt2860sta22:40
x404xcan i select how many parity drives to use in mdadm ? and can i change all drives with larger ones and grow the raid ? howto do that ?22:40
FlakeparadigmIs there a way to force the use of intel graphics accelleration?22:40
dirtikitiblakkheim: if you recompile the kernel, won't it be set up for that specific pc?22:40
alex88blakkheim, Jordan_U thank you all :)22:40
blakkheimdirtikiti: yes22:40
JayD3ezaxonspox: what do u need?22:40
dirtikitithats what i thought22:40
blakkheimdirtikiti: i said it -would- help performance, he said it wouldn't22:41
ububababooblakkheim: after i unmounted the Sansa device, i got this: http://pastebin.com/BpYuaQYK22:41
dirtikitiblakkheim: yea, i was just asking...22:41
=== Sir_Konrad_ is now known as Sir_Konrad
intraderhi, I have a WindowsXP/wubi setup - I mistakenly asked in Windows to compress the C: drive. Now I get 'NTLDR is compressed' message.; How can I recover?22:41
=== _Nertil is now known as Nertil
zaxonspoxJayD3e, i did compiled 2 C++ programs under amd64, but they don't run on i386, what i dont know?22:41
baskakthingy, shcherbak: what i want to do is in fact to reinstall 10.10 (i have it already) to exclude possible "piled-up" errors from upgrades. 10.04 worked VERY wrong, 10.10 is better, but not good22:42
dirtikitiintrader: did it create an .iso backup image?22:42
switch10_zaxonspox: recompile them on your 32 bit system.22:42
Jordan_Uintrader: That's more of a windows problem. Try asking in ##windows.22:42
magicianlorddoes the ovation mc760 mobile broadband stick work with ubuntu 10.10 without loggin into windows?22:43
zaxonspoxswitch10_, cant i compile it for MANY platforms under my amd64? or do i need other machines/arch/platforms and recompile it under them everytime?22:43
JayD3eI am really stumped, I have tried everything to connect to this wireless network on Ubuntu Server Edition 10.10 and I can't.  I can see all of the networks when I do a iwlist ra0 scan, but I can't connect to them.  IT keeps saying No DHCPOFFERS received when I do a dhclient ra0.  I'm using the rt2860sta22:43
ububababooblakkheim: hello?22:44
mngrifzaxonspox: cross-compiling is possible22:44
zaxonspoxmngrif, can you tell me how? or point a link to a material?22:44
magicianlordJayD3e: did you sudo dhclient?22:44
jeffreyfIn Firefox, I delete or organize bookmarks, but they come back or go back.  Any ideas?22:44
mngrifzaxonspox: the best i can suggest is to google "gcc cross compile".. my experience with doing it is 4 years old and netbsd-centric.22:45
barrygold2k8Hello this is my first post anyone here now22:45
andrey__yes22:45
zaxonspoxmngrif, ok, thx for info22:45
barrygold2k8Hi do you now if Tim has a profile on this site22:46
barrygold2k8You know who he is22:46
jeffreyfbarrygold2k8: just post your question, there are 1553 here.....22:46
dirtikitilol22:46
dirtikitiI know Tim22:46
barrygold2k8OMG are you kidding that may people22:46
barrygold2k8I hope one of them is Tim22:46
JayD3emagicianload:  yes I did22:47
dirtikitiyea dude... it definitely is Tim22:47
mxgmshi everybody!22:47
jeffreyfbarrygold2k8: You can create an alias name...it could be any one of them.22:47
JayD3emagicianlord: yes I did22:47
kooliobarrygold2k8, i see tim__b22:47
dirtikitilol22:47
mxgmscan someone explain if the deny rule of ufw blocks all the ports?22:47
barrygold2k8I'm talking about Tim (OSGUI) btw22:47
mxgmsolá FIREHELL22:48
mxgmswith your IP would be my neighbor22:48
jeffreyfbarrygold2k8: If he is here, he may or may not answer you....Tim is a pretty common name22:48
dekker3dUhm, I'm just going to try asking again. My Ubuntu (with Gnome) seems to lose its visual theme whenever I log out. It looks like Windows 98. Which I'd rather not be reminded of by anything. Can someone help me fix this?22:48
barrygold2k8I'll try tim_b anyway22:49
barrygold2k8Can you see this tim_b22:49
kooliodekker3d, happened to when my hdd was full22:49
zaxonspoxdekker3d, did you tried making another account, and test it?22:49
dekker3dI have a fresh install here, with 50 gb dedicated to the Ubuntu partition. And a 2 TB drive on the side.22:50
kooliobarrygold2k8, it was tim__b not tim_b22:50
hell_razerhow to change resolution with nvidia-settings from console22:50
barrygold2k8Oh right how do I tak to him alone22:50
dekker3dzaxonspox, I haven't tried that yet. Should I?22:50
kooliodekker3d, in that case maybe problem with file permissions?22:50
switch10_barrygold2k8: email?  this channel is for ubuntu support only.22:51
mxgmsdekker3d, you could see the authorizations on /usr/share/themes22:51
=== GoHawks is now known as Pilif12p
zaxonspoxdekker3d, you can, if it wont happen on the new account it would be some errors in your main account22:51
barrygold2k8Crap I better go then what others are there?22:51
Technobowlhello room22:52
dekker3dmxgms, the permissions are "create and delete files" for the owner, root, "access files"  for the group, also root, and also access files for others22:52
h1ll37Did linux invent workspaces? thought red hat did but i can't find it on the internet22:52
Technobowldoes anyone know much about installing Sims 3 on a Ubuntu OS22:53
coz_h1ll37,  well you remember red hat is linux yes?22:53
h1ll37Well yes I know I'm saying did they invent it, sorry that was oddly phrased22:53
zaxonspoxdekker3d, say it the linux way: root 755 or root rwx-r-xr-x22:53
TechnobowlI love Sims 3 and I also love my Ubuntu22:53
h1ll37coz: i'm trying to prove to my brother they did but he says i'm wrong lol, he basically hates linux because i love it22:54
buffer_overflowhi guys22:54
Cars10anyone tried onlive on ubuntu?22:54
dekker3dAh, I'm not too good at remembering those codes, zaxonspox22:54
mxgms<dekker3d> I would increase the permission of the user and test22:55
buffer_overflowanyone help me about why the batery indicator in panel does not show the time to uncharger?22:55
coz_h1ll37,  I understand  I am not finding an accurate history of it but hold on22:55
zaxonspoxdekker3d, type in terminal "ls -al /usr/share/themes"22:55
dekker3dHow would I normally go about changing the theme anyway?22:55
mxgms<dekker3d> I think that is chmod 755 to the file22:55
h1ll37cuz_: thank you, i am also looking, trying to find them in the patents22:56
doc|homeh1ll37: I remember using them when I first used linux in 97.22:56
dekker3dzaxonspox, it has drwxr-xr-x on everything.22:56
h1ll37doc|home: I remember using them when I had to use my dad's old red hat computer, even on Ubuntu it says red hat somewhere in the workspace options i think22:57
=== kdnewton is now known as kdnewton`afk
coz_h1ll37,   http://en.wikipedia.org/wiki/Virtual_desktop   yes by the xwindow system22:57
mxgms<dekker3d> Apearance Preferences > Get more themes online.22:57
jeffreyfIn Firefox, I delete or organize bookmarks, but they come back or go back.  Any ideas?22:57
coz_h1ll37,  so yes you were correct22:58
h1ll37coz_: i was correct? I didn't think xerox was linux?22:58
h1ll37coz_: zerox was the first OS with a gui wasn't it?22:58
coz_h1ll37,  look be low  that  part22:58
dekker3dmxgms, well.. chmod didn't change a thing about the permissions. Still drwxr-xr-x. Seems like I'm doing something wrong. What would be the exact line to change the whole themes folder to that?22:58
Cars10how do i stop a pinging? lol22:58
coz_h1ll37,  switching desktops22:58
gidimanunakiXerox was, yes.22:59
doc|homexerox was not linux :) unix also used X Windows22:59
coz_h1ll37,   so xeros  then  switchable desktops  by linux22:59
zaxonspoxdekker3d, dont do chmod, as the perms are OK22:59
dekker3dmxgms, also, I just found out something: While changing the theme will make my windows change colour, it won't affect the gray bars at the top and bottom.22:59
coz_h1ll37,  so a little more reserach and you will have it all correct :)23:00
dekker3dzaxonspox, alright23:00
coz_h1ll37,  what does your brother think ?23:00
h1ll37coz_: oh so xerox invented different users having different desktops and linux invented having them with switching?23:00
eraskinhello -- new install of Ubuntu 10.10 (was running 9.04).  Need some help.  Got the wrong kernel! (generic-pae when I need x86_64).  How do I switch back to the kernel I need?23:00
h1ll37coz_: he just thinks i'm wrong, he thinks it's IBM because he found an unrelated patent, he only read the first word or two lol23:00
Cars10how do i stop from pinging all the time???23:00
coz_h1ll37,  ah I see,, well this is offtopic here..however  I think a little more research on the topic will clarify it for both of you :)23:01
dalmalping -c 323:01
mxgms<dekker3d> wich version are you using?23:01
ghlarghDarn autoconnect feature... I wish Xchat would let you choose what network to connect to before connecting...23:01
dekker3dmxgms, Ubuntu 10.10, 64 bits23:01
Cars10dalmal: yeah but its allready running23:01
CJOhave I screwed up using the command dd? : http://pastebin.com/3m27iNU523:01
h1ll37Lol alright thank you... seems like a popular thing such as this would have more documentation on the internet... lol23:01
gidimanunakiNever ping -t... unless you want to have fun with the system you're pinging.23:01
mxgmsdo you have more than 1 user?23:02
Cars10gidimanunaki: it only on windows you write -t on linux its default23:02
coz_gidimanunaki,  what is the -t switch for ?  :)23:02
dekker3dmxgms, if that was meant for me: no. Except for the new account I just created and haven't gotten around to testing yet.23:03
eraskinanyone out there that can help with a new install?23:03
CJOcan someone teach me how to dd ? :) really though?23:03
mxgmsok, please, test and tell us.23:03
coz_eraskin,   not much to help with...are you using live cd?23:03
jeffreyfIn Firefox, I delete or organize bookmarks, but they come back or go back.  Any ideas?23:03
mxgmseraskin, what do you need?23:03
dalmalCars10: killall ping ? or just ctrl +c ?23:03
acidubthirdhello. i cannot see internet tv without getting annoying freezes due to my slow internet connection 20 to 30kb per second. does anyone know a way to solve this problem?23:04
dekker3dmxgms, Do I have to log off my current account to do so? It'll kill my IRC connection23:04
excess^Ok, something is wrong with my 'apt-get update', I can download the file instantly if I browse to it, but apt-get takes forever, '240B/s'23:04
excess^I dont believe its the mirror.23:04
coz_jeffreyf,   export to html onto the desktop and delete all book marks23:04
Cars10dalmal: ty23:04
dalmalnp23:04
coz_jeffreyf,  rather after exporting delete them from firefox23:04
eraskinnope -- actually installed off a multiboot USB flash drive.  It installed 10.10 with no questions asked about architecture.  I'm running on a Dell Precision 690 which loaded x86_64 last time.   This time it's generic-pae and it's messing up all my software installs. :-/  How do I get an x86_64 kernel downloaded?  Can't seem to find it in Synaptic.  Once I get that, I can probably fix grub myself.23:05
zaxonspoxdekker3d, you can SWITCH at first23:05
mxgmsok, we will be here. :) try it out then go back to your usual account.23:05
acidubthirdhow many kbs per second will able you to see tv  using internet?23:06
SPooNHi.23:06
mxgmsmore than 2MB is the ideal23:07
dekker3dzaxonspox, mxgms, It did not get the black and orange style back, by switching to the test account. Shall I try relogging or is it preferred if I reboot first and get the style back that way?23:07
acidubthirdmxgms : im talking about real speed23:07
Cars10lol23:07
excess^Ok, something is wrong with my 'apt-get update' on Ubuntu 10.04 LTS Server, I can download the file instantly if I browse to it, but apt-get takes forever, '240B/s23:07
Cars10real speed?23:07
mxgmsreboot your system.23:07
dekker3dAlright. Be right back.23:08
bastid_raZorexcess^: change which mirror you are using23:08
Veliourashello again23:08
excess^bastid_raZor: how do i do that?23:08
UtrinqueParatushttp://www.armor-it.co.uk is the one i'm referring to23:08
UtrinqueParatussorry ignore that wrong window23:08
Veliourasduring my startup i had a message about lernel panic because it was unable to mount fs. what can i do to fix it?23:09
eraskinI take it nobody has any ideas for me?23:09
bastid_raZorexcess^: System > Administration > Software Sources  then select a different mirror23:09
Veliourasalso i am loosing the signal on my wifi very often. it seems connected but it's not23:09
zaxonspoxswitch10_, mngrif, got another question about compiling, now i have compiled under VirtualBox with Ubuntu 32 bits, it is working, but should it also work on Ubuntu 64bit (amd64) ?23:10
excess^bastid_raZor: im command line only, there is no gui layer23:10
h1ll37coz_: I still honestly can't find anything that clearly states it at all lol23:11
zaxonspoxmngrif, i mean the comiled program23:11
dekker3dzaxonspox, mxgms, I just rebooted. I have my black bars and orange workspace icons back. I forgot I have autologin set to my own account, though.23:11
dekker3dI'll try switching at first ,then relogging, and note where it loses its theme23:12
tensorpuddingzaxonspox: compile it under amd64, it should work fine23:12
Felip0nhello! i have a question about Upgrading ubuntu 10.04lts to 10.1023:13
dekker3dzaxonspox, mxgms, That's odd. I switched and the test account had the gray, themeless bars, but when I logged out of that and back into my own account, it had the normal theme23:13
coz_Felip0n,  what is the question?23:13
osmosisIt would be nice if launchpad had a bounty system.23:13
zaxonspoxtensorpudding, i have compiled it under Ub 64bit (amd64) it is working, now i wanted to have for i386 (ub 32bit) and it is working, but should the 32bit version work also on amd64?23:14
intraderhi, I have a WindowsXP/wubi setup - I mistakenly asked in Windows to compress the C: drive. Now I get 'NTLDR is compressed' message.; How can I recover?23:14
tensorpuddingzaxonspox: you probably can't just copy it over23:14
gidimanunakiDoes anyone else run into issues on upgrades? I tend to just backup and install a fresh copy after I make my USB bootable with the new ISO.23:14
Felip0n<coz_> i just have 0.5gb of memory space on hd, upgrade was posible?23:14
tensorpuddingzaxonspox: the binary *would* work if you had the libraries it was built against available in 32-bit form on the amd64 system23:14
Felip0nfree23:14
mngrifzaxonspox: probably not. vbox requires a kernel module and you can't load Xbit modules in to a Ybit kernel23:14
dekker3dintrader, get your install cd, go into repair, and find any of the file browsers so you can right-click your c drive and turn off compression23:15
zaxonspoxintrader, insert XP CD, do a repear and type something like /fixboot23:15
mngrifzaxonspox: also what was said about libraries applies too23:15
coz_Felip0n,  only .5 gigs left on hardrive?23:15
tensorpuddingzaxonspox: it's a question about static vs. dynamic libraries23:15
mngriffdisk /mbr to get a windows mbr back23:15
jazzybeeThe system is suddenly screwed up. Unable to boot and dumps me into initramfs. Doesn't boot from liveCD either. What to do?23:15
bastid_raZorexcess^: you will need to manually edit /etc/apt/sources.list ..  look at https://launchpad.net/ubuntu/+archivemirrors for  a mirror to try out. it has directions too23:15
excess^   bastid_raZor sweet thanks23:16
bastid_raZorexcess^: you're welcome. best of luck23:16
Felip0nwell... Upgrade reemplace old ubuntu filesystem?23:16
mxgmsdekker3d, see: system-> preferences-> startup aplications23:16
dekker3dAnyway, zaxonspox and mxgms, it seems that I only lose the theme if I log out of an account23:16
mxgmsthen, in the "options" tab, i just pressed "remember currently running applications"23:16
Felip0ni dont know talk very well in english XD23:16
tensorpuddingzaxonspox: as for vbox kernel modules, that something far more complex, because they're usually linked against a specific kernel version23:17
zaxonspoxtensorpudding, mngrif so if i would compile the program in real 32bit evironment on phisical i386 CPU and copy the compiled app into Ubuntu 64bit (amd64) will it work?23:17
coz_Felip0n,  what is your language?23:17
dekker3dmxgms, What should I look for in that list?23:17
gidimanunakiMost Americans don't talk very well in English, so it's fine. :)23:17
Felip0nespañol23:17
mxgmsthen  restart23:17
coz_Felip0n,  ok  type   /join #ubuntu-es23:17
mxgmsoptions tab23:17
jazzybeeThe system is suddenly screwed up. (I think after battery died). Unable to boot and dumps me into initramfs. Doesn't boot from liveCD either. What to do?23:17
Veliourasduring my startup i had a message about lernel panic because it was unable to mount fs. what can i do to fix it?23:17
dekker3dmxgms, got it. What now?23:17
Veliourasduring my startup i had a message about kernel panic because it was unable to mount fs. what can i do to fix it?23:17
mxgmspress, remember currently running applications23:17
tensorpuddingzaxonspox: possibly, but probably not23:18
TuzloHey, heres a Ubuntu questiuon, I am planning on putting Linux on a Dell Poweredge 1850 server. Is Ubuntu a good choice23:18
Tuzlo?23:18
thingyzaxonspox: Any 32bit app will work on the 64bit Ubuntu os provided you got ALL the dependancies that 32bit app needs to run23:18
mxgmsthen restart23:18
mxgmsmaybe works23:18
damian-Tuzlo, what are you planning on using it for?23:18
dekker3dAh. I should do that when I have no extra apps open, right?23:18
zaxonspoxjazzybee, mayby whole hardware died? or at least power supply?23:18
Felip0nanyway23:18
dekker3dMoment.23:18
coz_Felip0n,    ir al canal español Unbuntu en # ubuntu-es23:18
jazzybeezaxonspox: How to troubleshoot? Monitor works23:18
Tuzlodamian- basic file server for the house, plus a web and Mail server for internet23:19
jazzybeezaxonspox: Keyboard works too23:19
gidimanunakiTuzlo: Let you know in a few. Just downloaded Ubuntu 10.10 Server and am installing under VirtualBox to play with.23:19
zaxonspoxjazzybee, everything can work, until more power needed, you can run LiveCD made on USB stick23:19
tensorpuddingzaxonspox: try doing 'ldd VBoxSVC' on your system23:19
Tuzlovirtualbox, is that like a livecd?23:19
damian-Tuzlo, you won't have any issues as long as Ubuntu has the drivers for your hardware23:19
mxgmsdekker3d, install compiz may help you too.23:20
Felip0n<coz_> there is nobody here23:20
Felip0nXD23:20
dekker3dmxgms, I tried logging out and back in with the session stored. Seemed like that should work too. But no change23:20
dekker3dI'll try compiz23:20
Tuzlodamian- is there a way to make a live cd and test it out on cd first?23:20
mxgmsgood.23:20
coz_Felip0n,   yes they are   /join #ubuntu-es   many many people there23:20
tensorpuddingzaxonspox: that will show you a list of all the libraries that that binary (part of VirtualBox) is linked against. To use that binary on the amd64 system would require all those libraries to be available (in the right versions) compiled for 32-bit on your 64-bit system23:20
dekker3dmxgms, it's already marked as installed in the package manager23:20
gidimanunakiTuzlo: No, it's virtual machine for use on your Linux installation. I have a VM for WinXP SP2, FreeBSD8, and now Ubuntu 10.10 Server.23:20
jazzybeezaxonspox: Can i boot from an SD card if i copy the iso file to it?23:21
damian-Tuzlo, you can use a live cd, however you won't get the performance out of it that you would using an installed distro. the install cd/dvd *is* a live cd, download and give it a try23:21
zaxonspoxdekker3d, does the theme loses itself after logging off and on at the new made account?23:21
tensorpuddingzaxonspox: The package ia32-libs provides a good assortment of common 32-bit libraries and is packaged for 64-bit, but it probably won't have all of them23:21
mxgmsdekker3d, nice23:21
coz_Felip0n,    escribe aquí / join # ubunttu-es23:21
coz_non o23:21
dekker3dzaxonspox, it seems that the theme is lost the moment I log off.23:21
Tuzloso Virtualbox will let me test my hardware and make sure I have drivers, then I can install it afterwards right?23:21
coz_Felip0n,    escribe aquí / join # ubuntu-es23:21
zaxonspoxjazzybee, you cant copy the ISO file, you need to run USB-Creator to copy the ISO appropriately23:21
dekker3dAs in, the login screen is the same gray style as anything else after the theme is lost23:22
zaxonspoxdekker3d, but from the new account too?23:22
Felip0nokss23:22
coz_!ubuntu-es | Felip0n23:22
dekker3dI'll turn off autologin, reboot, and try23:22
Felip0nim in!23:22
Felip0nXdD23:22
gidimanunakiTuzlo: Virtualbox is the safe way to play with OS ISOs before deciding to install them properly. At least for me. :)23:22
coz_!spanish | Felip0n23:22
ubottuFelip0n: 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.23:22
damian-Tuzlo, Virtualbox will give you an indication, but linux inside of that will be using the virutal harware, not the physical .. so not necissarily23:22
damian-what OS do you have on it atm?23:22
coz_Felip0n,  ok :)23:22
Tuzlowindows 2008 64 bit server23:23
Tuzloand I dont wanna relearn a windows just to run it on there23:23
=== adrian is now known as Guest40431
damian-Tuzlo, why don't you run Win2k8 with Ubuntu HyperV'd or soemthing23:23
damian-then you have the best of both worlds :P23:23
six3hey I locked myself out of my own system23:24
Felip0narch linux is more faster than lubuntu?23:24
Veliourasanyone?23:24
six3default path to change the pass23:24
Tuzlodamian- you lost me there, I would rather use linux standalone though23:24
damian-Veliouras, what's a lernel? :P23:24
six3oR23:24
dalmalFelip0n: Arch is fast, but lubuntu is not that bad.. Arch is harder to setup23:25
damian-Tuzlo, yeah. well at the end fo the day if it's for a home machine and not affecting anything give it a try and see how it performs23:25
absolutex3_hello all23:25
six3ello23:25
Felip0n<dalmal> What dist for this setup Pentium D 805 2.6gz | 512mb Ram  |23:25
six3I need help23:25
damian-Tuzlo, unless you have something on the Win2k3 (which i doubt if you're looking at going over the top). from experience HP servers don't go well with Linux, but i've never tried a Dell23:25
Tuzlohow can I be sure ubuntu supports all the hardware w/o wiping the HD's though?23:25
dalmalFelip0n: i removed my Arch today and replaced it to lubuntu on a 500mhz and 256mb ram laptop23:25
six3path to reset the pass with a live disk23:25
damian-Tuzlo, it'll be a learning experience :D or go so far as to disconnect your hdd/array and use a temp. old 40gb hdd in there to test with23:26
damian-just make sure you don't run it from the same sata/scsi ports as yoru current setup, else things may go haboy123:26
Felip0ni have a Kubuntu on this pc, but the session work fine with Lxde core23:26
Veliourasdamian i corrected it. it's a kernel!23:27
dekker3dzaxonspox, I have just rebooted twice, first trying the test account and then my normal account again. Without autologin, I get the gray theme every time23:27
Veliourasdamian- i corrected it. it's a kernel!23:27
damian-Tuzlo, personally i'd just give it a try if i have the time / patience to install Ubuntu then reinstall Windows if it fails :P23:27
dekker3dzaxonspox, Apparently, the login screen itself is what messes up the theme. That, and the user switch.23:27
Cars10Tuzlo: u can burn a cd boot it up and click try instead of install ubuntu23:27
Blue1dekker3d: by chance are you running 64 bit system?23:27
dekker3dBlue1, yes23:28
Blue1dekker3d: let me now ask the 64 bit question.  And firefox?23:28
=== ian__ is now known as iflema
absolutex3_@Felip0n u need an upgrade lol XD23:28
dekker3dBlue1, it was the version of Firefox included in the 64 bit OS. I'd assume it's 64 bit too, but don't know how to check23:29
gidimanunakiMy learning experiences with gparted always ended with me accidentally wiping out my partitions. :)23:29
Felip0n<absolutex3_> i need so many things!23:29
Felip0nXD23:29
gidimanunakiAnd that was how I lost 200GB of downloaded television. :)23:29
Blue1dekker3d: there are known issues with 64 bit systems, running ff, and 32 bit flash (which comes from the factory) --23:30
Blue1dekker3d: everything I have tried to get ff to run, fails.  chrome and opera are un-affected.23:30
dekker3dSo... it's either back to a 32 bit build with bigmem... learn a new browser.. or deal with the win98 look on relog?23:31
Blue1dekker3d: the symptoms you desribed are consistant however, with that precise issue.23:31
gidimanunakiI miss Opera. I used to use it all the time, then I got on a full open-source kick.23:31
xrdodrxdekker3d, the other browers aren't that hard to learn23:31
figuringout\NickServ IDENTIFY xyzzy23:31
Blue1dekker3d: yup choose one.  I am using chrome with the 64 bit beta plugin (btw that does NOT fix the instability in ff)23:31
Felip0nasd23:31
dekker3dNo, I guess not. I just like firefox, even though I know Chrome should be better in most ways23:31
ScottDlol aetaric23:32
gidimanunakiI haven't gotten on the Chrome bandwagon.23:32
xrdodrxfiguringout, I recommend you change your nickserv passcode23:32
Blue1dekker3d: ditto, but I couldn't live with the instability.23:32
ScottDSo any of you guys the new Dell XPS 17 inch?23:32
gidimanunakilol23:32
ScottDgot the new*23:32
xrdodrx!offtopic | gidimanunaki23:32
ubottugidimanunaki: #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:32
dekker3dBlue1, so.. I guess I have to uninstall Firefox to fix this problem, anyway?23:32
Blue1dekker3d: naw, just don't use it.23:32
eli__I just installed eclipse from synaptic, wonder were the installed folder would be places, and also if I can download eclipse from their official site and install it at the place were synaptic would install it?23:32
Simon__hi there can anyone tell me why my wifi on 9.10 cannot properly stay connected to my router yet its fine on vista never seen this b4 with ubuntu??23:33
dekker3dBlue1, it also happens before I'm even logged in to start firefox23:33
Blue1dekker3d: I even went so far as to blow away the .mozilla directory, it still barfs23:33
dekker3dBlue1, "don't use it" won't fix that23:33
NoodelsComputer A has a wlan0 interface connected to a network. Computer A also has an eth0 interface, connected and working, to the eth0 interface on computer B. Computer A can ping 192.168.1.1 successfully and vica-versa. How does one tunnel, perhaps by means of ssh, through the wlan0 interface of computer A from computer B?23:33
figuringouthello people, this might be off-topic but  i have access to a postgres  dump and I need to get this into MySql. are there any scripts out there that can help me do this?23:33
Blue1dekker3d: that sounds more like an X issue, or driver problem23:33
jebbluei recommend to not install Eclipse from synaptic, it changes too frequently, better to just download and unpack and run from the Eclpse.org site and  it has updating built in23:33
dekker3dBlue1, I've got two nvidia 460GTX cards in SLI, using the binary blob drivers offered to me the moment I installed ubuntu23:34
jebbluei run 64 bit 10.10 on a laptop and a desktop and ff with flash runs fine23:34
dekker3dI get an error about "too many connections" each time I boot up, by the way.23:34
Blue1dekker3d: how old are those cards?23:35
dirtikitinoodels: isnt that pinging the pc itself?23:35
intraderdekker3d,zaxonspox, I had to order the cd as it is a thinkpad laptop. I don't have the distribution cd it does not come with the laptop23:35
dekker3dBlue1, I doubt I've had them for more than a month23:35
dirtikitiping google or something23:35
Tuzlodamian- there is no try in the options23:35
mxgmshey drekker3d, did it worked?23:35
intraderdekker3d,zaxonspox, I had to order the cd as it is a thinkpad laptop. I don't have the distribution cd it does not come with the laptop23:35
dekker3dBlue1, Exactly a month, actually23:35
dirtikitierrr... the router23:36
eli__I just downloaded the tar.gz from eclipse.org, wonder where I should install it? I guess installation is just extracting the file?23:36
Blue1dekker3d: may not be supported in linux yet.  dunno I do know that legacy support for nvidia has been removed -- so my old nvidia card no longer can use compilz23:36
dekker3dintrader, I'd just download a torrent in your situation23:36
Blue1compiz23:36
Noodelsdirtikiti, computer A is 192.168.1.2, computer B is 192.168.1.1, there is no router, an ethernet cable is plugged directly between the two computers.23:36
zaxonspoxintrader, download the ISO file from ubuntu.com23:37
dekker3dBlue1, well.. I can't use Ubuntu's default monitor settings program anymore since I installed the drivers. It has to use nVidia's controls now.23:37
dirtikitiNoodels: you're trying to share internet or fileshare?23:37
zaxonspoxdekker3d, did23:37
OY1Rmy external monitor switches on and off afer i installed ubuntu 10.10 the grapic card is a ati x140023:37
Noodelsdirtikiti, I want to temporarily access the internet so that I can install packages to help me fix a nasty usb wireless problem.23:37
Blue1dekker3d: not true23:38
zaxonspoxdekker3d, did you tried shwitchg theme to see if other theme dont do such a behavior?23:38
Noodelsdirtikiti, I have found a likely solution that requires internet access.23:38
Blue1dekker3d: just say no to use the nvidia drivers, and adjust accordingly23:38
dekker3dzaxonspox, yes. It switched the window colours, but not the gray bars23:38
intraderdekker3d, zaxonspox, your are both suggesting /fixboot in the ubuntu iso?23:38
dirtikitiNoodels: the computer with internet access is connected by wireless?23:38
dekker3dBlue1, won't it be slow if I don't? Will SLI still be supported?23:38
dekker3dintrader, no, but I don't want to go against his suggestion23:39
Noodelsdirtikiti, correct. computer B has no internet connection23:39
Blue1dekker3d: I don't know what sli is23:39
dekker3dintrader, my suggestion was to use the install screen to get to a file browser.. but you have no install cd, so that won't work23:40
jeffreyfcoz_: I went as far as deleting the profile folder from ~/.mozilla/xxxxxx23:40
Blue1dekker3d: but I do know you can change grahics settings, and NOT use the nvida stuph23:40
dekker3dBlue1, it's nVidia's crossfire. Using two cards in tandem23:40
Noodelsdirtikiti, It's only temporary, so if ssh could just act as a pipe or something to make it appear as though computer B has a wlan0 interface, I'd appreciate it.23:40
Blue1dekker3d: okay beyond my knowledge level23:40
Noodelsdirtikiti, Or just route any old traffic.23:40
zaxonspoxdekker3d, do you have Fusion-Icon in Applications>>System Tools ?23:40
MagusOTBBlue1: it's having 2 nvidia cards on one screen.23:40
dekker3dBlue1, also, I'm a game developer. The biggest reason I use Linux is to support it in my projects. So graphics performance is a big deal to me23:41
dcyber09hello23:41
Blue1dekker3d: I don't play games, since I have uber poor eye-hand co-ordination issues23:41
dekker3dzaxonspox, I have no system tools in my applications :P23:41
zaxonspoxdekker3d, what are you dooing in "game development" ?23:41
dirtikitiNoodels: ok, this might work... go into your network connections (on the computer connected to internet), select your wired connection, click on ipv4, in the drop down, select shared23:41
MagusOTBdekker3d: what are you trying to do?23:42
jeffreyfIn Firefox, I delete or organize bookmarks, but they come back or go back.  Any ideas?  I have deleted the ~/.mozilla/Profileabc folder and it still happens23:42
dekker3dzaxonspox, basically, Ogre-based rpg style games23:42
zaxonspoxdekker3d, press ALT + F2 and type to run "fusion-icon"23:42
Noodelsdirtikiti, Ah.. Computer A is running archlinux with wpa_supplicant because of authorisation issues.23:42
dekker3dzaxonspox, I'll need to install it. Moment23:42
dcyber09anyone could help me to re-install apache2 ? by mistake ive deleted /var/www dir, wanna re-install but after apt-get install apche2, it said newly installed23:42
dcyber09any idea23:42
jeffreyfAlso, Docky wants composting.....how?23:42
zaxonspoxdekker3d, do you compile apps, or maks DEBs or what correctly?23:42
dirtikitiNoodels: then the easiest way would be to set up computer A as a router... for that you would need to join the arch linux xhannel23:43
MagusOTBdcyber09: mkdir /var/www/htdocs?23:43
Noodelsdirtikiti, Very well. Thankyou.23:43
ish_hey guys23:43
dcyber09MagusOTB : no, ive uninstalled it,23:43
ish_i have twinview, and the games run across both monitors23:43
dirtikitinp23:43
dekker3dzaxonspox, I mostly code on Windows, but I would like to support Linux too. Which is why a Linux install comes in handy :P23:43
ish_do you guys know how to fix it?23:43
MagusOTBdcyber09: uninstalled apache2 or deleted /var/www, because apache doesn't actually pyt anything in /var/www23:43
dcyber09but when i install again, it said newly installed o.O23:43
dcyber09so any idea to re-install apache2 again23:44
jeffreyfdcyber09, uninstall, reinstall It should put it all back except for any things you created23:44
MagusOTBdcyber09: how did you uninstall it?23:44
dekker3dzaxonspox, Fusion-icon did stuff to my bars but they're still gray.23:44
zaxonspoxdekker3d, if you have fusion-icon, run it, it will place itself near the clock, click mouse right, and select Reload Window manager23:45
dcyber09i already used dpkg -P apache2 and apt-get remove23:45
jeffreyfdcyber09 sudo apt-get remove apache2&&sudo apt-get install apache223:45
dcyber09lemme try23:45
dekker3dzaxonspox, just noticed that. I did, still nothing.23:45
OY1Rguess i will have to try ubuntu 10.04 instead23:45
dekker3dzaxonspox, changing window manager didn't help either23:46
dcyber09jeffreyf : when it finishid it should created /var/www right23:46
zaxonspoxdekker3d, can you make a new bar, with some icon, and see if that new bar will behave like the others?23:46
dekker3dzaxonspox, I don't know how to make a new bar23:46
GeekShadowhello23:46
intraderdekker3d, by Tuesday I get the cd from IBM. I wish there was something in the ubuntu. Can I see the underlying file system?23:46
tensorpuddinghello23:46
kraylushi23:46
jeffreyfdcyber09, it SHOULD have23:47
dekker3dzaxonspox, now I do. but it's the same gray23:47
zaxonspoxdekker3d, right mouse click on existing panel, and select "new bar"23:47
GeekShadowwhy when I use shutdown command it show me screen with recuperation ?23:47
dekker3dintrader, you can see it, but I doubt you can change NTFS compression settings from Linux23:47
dcyber09jeffreyf : yes it should, but i cant see /var/www dir :\23:47
MagusOTBdcyber09: it might, but an apache install doesn't put anything there except the default "it works!" page. you can easily remake it with mkdir23:47
GeekShadowI want shutdown to... shutdown23:47
paparentHi! I've 2 monitor, with separate X screens, When i login i can choose the Session, but not on each screen! How can i correct that ?23:47
dekker3dzaxonspox, I figured it out. The new bar is gray23:47
zaxonspoxdekker3d, do RMC on existing panel, select propertis >> tab Background23:48
jeffreyfdcyber09 http://localhost   Do you get a page?23:48
dcyber09Magus : ok23:48
intraderdekker3d, I see, and therefore can' see files and folders23:49
rbh00I'm trying to install the source for the ubuntu package 'xchat', but it says there's no source package.  Any suggestions?23:49
dcyber09jeffreyf : i restart apache2 i found : the requested ur / wasnt found blah blah23:49
dekker3dzaxonspox, I was just messing with that. Solid color changes it to a gradient. Background image (with no image selected) and None (system theme) set it to the gray.23:49
MagusOTBrbh00: don't you need to manually add source repos in order to get sources?23:49
bastid_raZorrbh00: enable the source repositories.. System > Administration > Software Sources  and check the sources box23:49
dekker3dzaxonspox, the gradient was from my background and the bar being transparant23:49
MagusOTBdcyber09: what says that. Firefox?23:49
dcyber09of course MagusOTB23:50
jeffreyfdcyber09 sudo apt-get autoremove apache2    then sudo apt-get install apache2  see if that does it23:50
rbh00bastid_raZor, Thanks.  MagusOTB Thanks.23:50
MagusOTBdcyber: sudo mkdir /var/www/htdocs and put an index.html in it23:50
zaxonspoxdekker3d, mayby try to kill process "gnome-panel" and re-run it23:50
dcyber09MagusOTB & jeffreyf : ill try both23:51
MagusOTBdcyber09: actually not even htdocs, it's just /var/www23:51
bastid_raZordekker3d: you can reset the panel to defaults23:51
bastid_raZor!panels | dekker3d23:51
ubottudekker3d: To reset the gnome panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »23:51
dekker3dzaxonspox, Killall gnome-panel made them vanish for a moment, then come back gray. Fun :P23:51
MagusOTBIsn't gray the default? Mine are grey...23:52
zaxonspoxdekker3d, and before "gray" what color the have had?23:52
dekker3dbastid_raZor, that gconftool stuff didn't work either.23:52
bastid_raZorMagusOTB: the theme you use also affects the panel23:52
dekker3dzaxonspox, a black gradient with orange-on-gray indicators for the workspaces23:53
dekker3dWell, antracite-black. You know.23:53
dcyber09MagusOTB & jeffreyf : wont23:53
dcyber09MagusOTB & jeffreyf : still the same23:53
dekker3dNow it's a solid light gray with a basic emboss, and blue on dark gray indicators for the workspaces23:54
MagusOTBdcyber09: is it a 404 or a no such server message?23:54
jeffreyfdcyber09 go to terminal and cd /var/www23:54
OY1Rdownloading 10.0423:54
dekker3dzaxonspox, it's pretty minor, but I figured there'd be some easy solution I just didn't notice. Man..23:54
dcyber09MagusOTB & jeffreyf : yes its 404, ive created www23:54
=== adrian is now known as Guest7628
dcyber09MagusOTB & jeffreyf : i found this [warn] NameVirtualHost *:80 has no VirtualHosts23:54
MagusOTBdcyber09: cat /etc/apache2/sites-enabled/000-default|grep DocumentRoot23:55
dcyber09MagusOTB : output :         DocumentRoot /var/www23:55
kutkuhow can I setup a cron that runs this command every 15 min:  sudo chown -R artin:www-data /home/xxx/public_html/xxx.com/public/23:55
dekker3dzaxonspox and bastid_raZor, thanks anyway. I'll just ignore it, I don't need to log off often23:56
KB1JWQ!cron | kutku23:56
ubottukutku: cron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto  -  There is also a decent Howto at http://www.tech-geeks.org/contrib/mdrone/cron&crontab-howto.htm23:56
zaxonspoxdekker3d, use the Win7 way - hibernate :P23:56
baileyxhello, i'm trying to do a 100% reinstall of the asterisk package in 10.04. i've tried apt-get remove and apt-get purge and then install the package again, but config files in /etc/asterisk/ don't get reset/recreated properly. any pointers on how to do a full, 'clean' reinstall.23:56
dcyber09MagusOTB & jeffreyf : how it is23:57
dcyber09*how is it23:57
MagusOTBdcyber09: try chmod 755 /var/www23:57
jeffreyfdcyber09   http://paste.ubuntu.com/ and paste your apache config23:57
icerootkutku: */15 * * * * your-command  and using sudo in cron is not possible23:57
dekker3dzaxonspox, Heh... I never know how to get the computer out of all those sleep modes so I just panic and press buttons and eventually the power button and it does stuff and I'm happy I got it to do something again23:57
dekker3dzaxonspox, other than that, I'm quite good with Windows. I just can't deal with sleep modes.23:58
dcyber09MagusOTB : i already but its still same,23:58
dcyber09jeffreyf : by mistake i already del previous /var/www23:58
dcyber09jeffreyf : so where i can see config23:58
x0rsis there  a good place to find lots of fonts for ubuntu?23:58
Matissehi23:59
jeffreyfdcyber09  /etc/apache2/apache2.conf23:59
phasmawould anybody be aware of a wiki page for switching from uvesafb to vesafb, please?23:59
Matissehow are those little website icon called?23:59
icerootMatisse: favicon23:59

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