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

sudoerDasEi: i ididnt know diff can handle this00:00
sudoershcherbak: blocks?00:00
jahbulonStereocaulon, ok ...00:00
shcherbaksudoer: em, columns?00:00
sudoeroh, columns00:00
major_redhatand all i want to do is be able to play minecraft on my linux machine and that would be super awesome00:00
shcherbaksudoer: so grep and diff and loop would be faster, but need awk00:01
jahbulonStereocaulon thanks for infos00:01
Stereocaulonjahbulon, np00:01
major_redhati don't know if it helps, but i'm running 10.04 64-bit00:01
katzeehow is this possible?00:01
DasEiYiamiYo: pm you ?00:01
YiamiYoDasEi, sure00:02
YiamiYoDasEi, it says something about otr :s00:02
major_redhatany ideas? following the standalone instructions on the java website isnt going to help if i cant log in as root00:03
zerodowntimeseriously, can anyone help me with this port forwarding issue I am having with openssh server, ubuntu 10.10, and a linksyse wrt54g router? i have already spent half a day trying to get this to work00:03
major_redhatzerodowntime: do you know the ip address of the router00:04
Stereocaulonmajor_redhat, You'll probably have to ditch the default Java and install Sun/ Oracle Java instead.00:04
zerodowntimeyes i do and i have it all set up on the router00:04
shcherbakzerodowntime: DZM is option in WRT00:04
major_redhatStereocaulon: i assume thats through the ubuntu software center?00:04
SaMuRaiWelcom to >>>> http://salon-rhone-alpes.skyrock.com/ <<<< ;)00:04
zerodowntimeproblem is whenever i nmap my ip it does not show up as ssh open00:05
lcojtpbeverytime i try to play a movie with movie player i get could not read from source how do i fix this?00:05
zerodowntimetried the dmz - same thing00:05
shcherbakzerodowntime: own firewall?00:05
Stereocaulonmajor_redhat, the ditching part..yes, you can do that through Software center, but I recommend Synaptic for this00:05
shcherbakzerodowntime: does nmap works in Lan?00:06
zerodowntimeno firewall on the computer - i can ssh locally between a netbook via wireless to my desktop which is wired through my router00:06
=== desti_T2 is now known as desti
Stereocaulonmajor_redhat, through Synaptic you can also install Sun/ Oracle Java, provided you have Universe enabled00:06
zerodowntimebut i can not ssh outside the network00:06
MichaelKohlerI've now tried to start SGD from a usb-stick, but I only get two options "default" and "list devices/partitions".. when I select one of them (doesn't matter which one) ", a message is displayed "automatic boot in 10 seconds.." counting down, after that the countdown begins again00:07
major_redhatStereocaulon: synaptic is open, what entries am i looking for to filter00:07
Stereocaulonsun-java00:08
Stereocaulonmajor_redhat, sun-java00:08
snake_does anyone know how to remote desktop another ubuntu computer?00:08
major_redhatStereocaulon: thanks00:08
Stereocaulonmajor_redhat, np00:08
shcherbakzerodowntime: check Iptables, try to ssh/telnet router (set remote administration)00:08
shcherbakzerodowntime: (via pulic IP)00:09
shcherbakpublic00:09
zerodowntimeso ssh works from 192.168.100 (desktop) and 192.168.104 (netbook) but if i try to ssh directly to my ip it says the connection is refused. i set up the router to portforward 22-22 to 192.168.1.100 but it says the connection is refused. if i nmap the local ip ssh is open but the external ip shows nothing00:09
Stereocaulonsnake__, just enable Preferences => Remote Access => Enable Other users to view your desktop/ Use your desktop00:10
MichaelKohlerbad internet connection, sorry00:10
snake_Stereocaulon, thanks00:10
Stereocaulonsnake_, remember to disable visual desktop effects on the target computer, or your VNC session won't work00:11
echoechoHello! I am trying to upgrade subversion to 1.6, but when I run "apt-get update" and similar it seems the latest in the Ubuntu repository is 1.4. How can I add 1.6 to my sources? Do I need to look for unstable?00:11
shcherbakzerodowntime: try to check if router is accesable from public (not lan) side, best to set remote admin. That00:11
Stereocaulonechoecho, use a PPA for subversion if you want a higher version, or compile it yourself00:12
echoechoWhat's a PPA?00:12
major_redhatStereocaulon: anything specific i should mark for installation? im using 64bit linux00:12
Stereocaulon!ppa | echoecho00:12
ubottuechoecho: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and should be used at your own risk.00:12
echoechoAh, gotcha. Why is 1.4 the latest in the repositories? Hasn't 1.6 been out for like a year?00:13
jihedamineanyone knows an applet to easily access documents ? (bookmark...)00:13
zerodowntimeso i set iptables to iptables -A INPUT -p tcp --dport ssh -j ACCEPT00:13
Stereocaulonmajor_redhat, I'm also using 64-bit Linux just use sun-java and you'll probably need Java3D as well, don't know if that's is in the repo's though00:13
jihedamine(a gnome applet)00:13
major_redhatah ok00:13
Stereocaulonechoecho, the Ubuntu release team requires a lot of testing, before any version can be included in the main package source. That's why it takes a while, sometimes it might not come out until the next release of Ubuntu00:15
zerodowntimeoutput is ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ssh  but still not able to ssh outside of external ip00:15
echoechoStereocaulon: Gotcha. No problem as long as I have an option. How can I migrate from an typical "apt-get" install to a "PPA" install? Do I have to disable one?00:15
BonSequiturOkay, quick question. I installed Xubuntu, but I want to have a Gnome environment installed as well. However, apt-get install gnome depends on both swfdec-mozilla and epiphany-extensions, which of course are mutually exclusive.00:16
Stereocaulonechoecho, you don't have to "migrate", just include the PPA in your sources, if it exists on Launchpad00:16
shcherbakzerodowntime: yes, but have you tried to hook up to dls with on router?00:16
shcherbak*DSL*00:16
echoechoStereocaulon: so if I just include a PPA of subversion and say "apt-get update && ... upgrade" it will grab either the PPA or the official, whichever is newer?00:16
Stereocaulonechoecho, https://launchpad.net/~anders-kaseorg/+archive/subversion-1.600:17
Stereocaulonechoecho, try at *your own* risk00:17
echoechoStereocaulon: fair enough :)00:17
Stereocaulonechoecho, yes, that is correct, the PPA will override the normal version00:17
Stereocaulonechoecho, no guarantees that this new version will play nice with available frontends. Another thing is that this package might require different libraries that may conflict with other packages.00:19
echoechoStereocaulon: gotcha. I will try this on a dev machine before live.00:19
Stereocaulonechoecho, smart move ;-)00:19
MichaelKohlerJordan_U, DasEi: I've now tried to start SGD from a usb-stick, but I only get two options "default" and "list devices/partitions".. when I select one of them (doesn't matter which one) ", a message is displayed "automatic boot in 10 seconds.." counting down, after that the countdown begins again00:19
DasEiMichaelKohler: busy right now, back in ~20min00:20
MichaelKohlerokay :)00:21
yggdrasilhlloe, can somone tell me what a linux-image-2.6.32-305-ec2  image is ,, whats the ec2 ?00:22
Jordan_UMichaelKohler: How did you create the USB stick?00:23
MichaelKohlerJordan_U: using UNetBootin00:24
Jordan_UMichaelKohler: Unetbootin doesn't work with Super GRUB2 Disk.00:24
MichaelKohleroh00:25
MichaelKohlerdoes the Startup Disk Creator work?00:25
Jordan_UMichaelKohler: Unfortunately no, you need to use the terminal based utility "dd" to make a bootable USB with Super GRUB2 Disk.00:26
MichaelKohlerJordan_U: could you tell me how to do so or do I need to google it myself? :)00:27
DasEiMichaelKohler: unebootin works fine too00:27
Jordan_UMichaelKohler: I will tell you :)00:27
Jordan_UDasEi: Not with Super GRUB2 Disk.00:27
jahbuloni have a memory stick ... format in ntfs ...can ubuntu format it ?00:28
Keith-BlindUserI'm wondering how to get USB microphones working under Ubuntu? I'm not sure if the USb microphone name can easily be discovered so that you can just set the volume of that device with amixer or osmething, but that would be cool if I could figure out how to get that working.00:28
Jordan_UMichaelKohler: Do you have any data on the USB drive that you want to keep?00:28
DasEiJordan_U: sure dd does the trick ? I succesfully did (unetbootin/sdg2)00:28
MichaelKohlerJordan_U: no00:28
katzeei cant restore the network monitor icon on the notification area00:29
Jordan_UDasEi: I'm sure dd works. Last time I tried unetbootin it didn't work (and I didn't expect it to). Did you test all of the menu entries?00:29
katzeeit disappeared installing Wicd00:29
DasEiJordan_U: yes, but it was a version smaller then the newest 1.2 or such00:30
Jordan_UDasEi: I'm the developer of Super GRUB2 Disk so if unetbootin now works I'd like to advertise that in the documentation :)00:30
DasEiJordan_U: I will verify and call you back :)00:30
hiexpokatzee, you have to reinstall networlk manager than because wicd reokaced it00:30
Jordan_UDasEi: Thanks.00:30
jahbuloni tried to erase an usb ..and that's the error "org.freedesktop.UDisks.Error.Inhibited: Daemon is inhibited"00:30
katzeehiexpo: yep00:31
Jordan_UMichaelKohler: First you need to find the device name for your USB drive and unmount any partitions on it.00:31
=== Termana_ is now known as Termana
Jordan_UMichaelKohler: If you run "sudo blkid" and pastebin the output I can tell you what device (/dev/sd?) is your USB drive.00:33
MichaelKohler_I guess I'll need to buy a router with 2 antennas00:34
jahbulonsudo blkid00:34
YiamiYoDasEi, it works now00:34
=== MichaelKohler_ is now known as MichaelKohler
YiamiYoDasEi, i just rebooted with live cd then reboot here and it's ok..xd00:34
Jordan_UMichaelKohler: If you run "sudo blkid" and pastebin the output I can tell you what device (/dev/sd?) is your USB drive.00:34
MichaelKohlersdb1 ;)00:35
katzeeeveryone on the forums say to add a "notification area" to the panel, but it doesnt work for me00:35
Vadtechowdy all, i asked earlier about a problem im having with DHCP/my motorola cable modem00:35
Vadteci am running 10.04 LTS and having issues with DHCP not getting an IP from my cable modem00:35
Vadteci shouldnt need a cross over cable to hook to the modem should i?00:35
DasEiYiamiYo: working now ?00:35
DasEiYiamiYo: or just the live works, but not the cd in hd-boot ?00:36
marsfligthwhat program to play karaoke?00:36
=== zatan is now known as tigras
Vadteci can connect my windows laptop to the modem just fine and DHCP works, but when I try to get ubuntu connected via DHCP, it get nothing00:37
DasEiVadtec: depends if you modem has a switch, just one jack ?00:37
marsfligthI mean *.kar files00:37
Jordan_UMichaelKohler: Ok. Be *absolutely sure* that is your USB drive, as we are going to whipe whatever drive you select when we write SG2D to it.00:37
VadtecDasEi: just one jack00:37
YiamiYoDasEi, it works with my installed system to00:37
YiamiYotoo*00:37
YiamiYoDasEi, tyvm!00:37
YiamiYocya00:37
DasEiYiamiYo: so we magically fixed it ?00:37
MichaelKohlerJordan_U: I am00:37
DasEi!yay00:37
ubottuGlad you made it! :-)00:37
sokianybody knows working undernet server?00:38
VadtecDasEi: its rather weird...when i ran CentOS, i never had a problem with dhcp00:38
DasEiVadtec: try sudo pppoeconf00:38
VadtecDasEi: does ubuntu require dhcpserver to be installed along side dhcpclient to fully use dhcp?00:38
DasEiVadtec: no00:39
DasEiVadtec: but a modem itself provides no dhcp, it get's the adress from provider00:39
Jordan_UMichaelKohler: Run "sudo umount /dev/sb1" to be sure there isn't a mounted partition on that drive then run "sudo dd if=/path/to/super_grub_disk_hybrid-1.98s1.iso of=/dev/sdb". Note that it's "sdb" that you want to write to and *not* "sdb1".00:39
DasEiVadtec: try sudo pppoeconf00:39
VadtecDasEi: yeah, about to, ill have to disconnect this lappy, ive me a few minutes to give this a whirl (my bnc will remain connected, cause BNC > *)00:40
MichaelKohlerJordan_U: it's copied00:40
MichaelKohlerJordan_U: now I can start from usb again, right?00:41
DasEiVadtec: sure00:41
Jordan_UMichaelKohler: Yes.00:41
buzaini there an open source alternative to microsoft active directory that can be used for authentication and single sign on?00:41
buzaini=is00:42
DasEiJordan_U: loop boot confirmed, no avail on latest sdg via unetbootin00:42
MichaelKohlerJordan_U: didn't help, I have still the same problem as before00:43
ivanoatshey folks.. i am doing a MBR recovery after installing win 7. Booted up a live usb of ubuntu. In /dev I have sda, sda1, sdb and sdb1thru 4  - how do I tell grub which one is my win partition and which is my old ubuntu 10.10 ?00:43
VadtecDasEi: no luck, ppoeconf just timed out on both interfaces00:44
al_nz1i like the new version but how do I turn off locking the desktop every ten or so minutes of inactivity?00:45
DasEiVadtec: strange, if it works with same cable on other oss'es,..just do the same setup and then :00:46
toonacidivanoats: Find which one is ntfs.00:46
Jordan_UMichaelKohler: Did you reboot with the USB in or did you remove the USB drive while you were still booted? If you removed the USB drive it may not have actually written anything to the drive by the time you removed it.00:46
VadtecDasEi: i have eth0 setup to use DHCP, just like this windows laptop00:46
DasEiVadtec: ahh, other machine , 1 connection, no switch .. what a hassle :00:46
MichaelKohler_al_nz1: System->Preferences->Screensaver00:46
Keith-BlindUserDid anyone get my USB microphone question?00:46
VadtecDasEi: i have a 24 port switch, but my ISP only provides one IP00:46
al_nz1ta00:47
DasEiVadtec: on the not working one, what is in /etc/resolve.conf ?00:47
ivanoatstoonacid:  good idea, how do I do that :-)00:47
VadtecDasEi: my goal is to use my ubunut box as my firewall+router00:47
VadtecDasEi: sec00:47
DasEiVadtec: on the not working one, what is in /etc/resolv.conf ? ^typo00:47
=== MichaelKohler_ is now known as MichaelKohler
DulakVadtec: DSL or cable?00:47
VadtecDasEi: it only has # Generated by NetworkManager00:47
VadtecDasEi: cable00:48
=== Xeross|AFK is now known as Xeross
MichaelKohlerJordan_U: I removed it and stuck it into another pc00:48
DasEiJordan_U: jupp, and dd just fine, nice, even easier then00:48
=== m00se is now known as `mOOse`
=== `mOOse` is now known as m00se
=== Xeross is now known as Xeross|AFK
Jordan_UMichaelKohler: Try doing it again but run "sync" afterward and "eject" the device via nautilus before unplugging it.00:49
DulakVadtec: did you power cycle the cable modem since you switched things around?  cable modem's cache the mac address from the connected nic for efficiency, whenever you change you have to reboot the modem to make it forget this info00:49
DasEiVadtec: so dhcp is the way t o go00:49
VadtecDulak: at least once, but ill give it a try again00:49
Jordan_UDasEi: I don't understand what you meant by "loop boot confirmed, no avail on latest sdg via unetbootin".00:49
DasEiVadtec: you got two interfaces on that borking machine ?00:50
VadtecDasEi: yeah00:50
VadtecDasEi: yes00:50
VadtecDasEi: eth0 is the wan side, eth1 is the lan side00:50
DulakVadtec: do you have link green on the modem and the nic it's plugged to?00:50
VadtecDulak: id have to flog my self if i didnt :P00:50
DasEiJordan_U:you where right, unetbootin doesn't work no more with latest sdg2, it jumps back to start after 10 secsãutoboot00:50
DulakVadtec: just covering all bases here, it should just work with cable, you dhcp and it should get a public ip assigned00:51
DasEiVadtec: de-configure eth2 in /etc/network/interfaces00:51
DasEiVadtec: comment that block out (#)00:51
VadtecDasEi: to what effect?00:52
VadtecDasEi: you mean eth1?00:52
VadtecDasEi: its statically configured00:52
VadtecDasEi: and its not even hooked up to the switch atm00:52
DasEiVadtec: so one can take down and up the nic manually, eth1 o'course00:52
DasEiVadtec: switch would be handy, as of no jump around00:53
VadtecDasEi: im going to try power cycling this silly modem again, maybe ill get lucky00:53
VadtecDasEi: back in about 5...hopefully from ubuntu this time!00:53
=== noway is now known as Guest93817
MichaelKohlerJordan_U: now I can't boot from USB and when I try to mount it on my working system it says "error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb100:54
NayrI LOVE MY LIFE00:55
cyphaseis there any way to get a listing of a directory on a removable hard drive that isn't connected? the drive's gone bad and i want to see what was in the root directory00:55
cyphasei thought mayb there was some way to dig into nautilus metafiles or something00:55
Jordan_UMichaelKohler: Since it's a hybrid CD/USB image to mount it you would actually run "sudo mount /dev/sdb /mnt/" rather than sdb1.00:55
cyphasemaybe*00:55
ablysshi all00:56
DasEicyphase: what does gone bad mean ? no more upspin ?00:56
katzeeok, i can say it's impossible to restore that icon00:57
katzeei tried everything but the OS reinstall00:57
BonSequiturOkay, so this one is really weird. I have a Synaptics touchpad configured for true multitouch. Under XFCE, it works perfectly - double-tap middleclicks, that is. However, when I log into a regular Ubuntu desktop session, Gnome seems to gratuitously mess with my settings.00:57
cyphaseDasEi, it spins up, but it won't even show up in /dev. apparently it has to many reallocated sectors, thought i dont know why im not able to at least read it00:57
Jordan_UMichaelKohler: What happened when you tried to boot from it? Can you mount it now (using sdb instead of sdb1)?00:57
testerut oh the Xubuntu 10.10 put me in here by default. Should I ask my question in #xubuntu ???00:57
MichaelKohlerJordan_U: it just didn't do anything (and kept restarting) and yes, I can mount it now00:58
DasEicyphase: tried to fsck the UNmounted drive ? does fdisk -l see it ?00:58
BonSequiturAs a result, the touchpad now slavishly obeys the 'mouse' settings, but also double-tap now right clicks. This is undesirable, but an option for that is annoyingly not actually implemented on the mouse settings applet or in gpointing-devices.00:58
fiberHello, I'm having a strange problem that results in 100% cpu usage.  Basically, every once in a while my system cpu usage jumps to 100% although no user programs are straining the cpu at all.  I have an i7 920 and plenty of free ram.  This normally lasts a few minutes and the computer is completely unusable during this time.  Also, it seems that there is increased network usage during this period.  I have a sneaking su00:58
fiberspicion that it is pulseaudio that is causing the problem simply because it is also messing up with other things (vlc can't play sound most of the time for example)00:58
BonSequiturIs there some hidden Gnome pointing device config file that I'm missing?00:58
testerI'll goto there. Please remind them to fix it ;)00:58
cyphaseDasEi, reallocated sectors are at the drive level, and like i said, it wont even show up in /dev. when the computer is booting up it keeps spitting out ata errors00:58
DasEicyphase:  does fdisk -l see it ?00:59
cyphaseDasEi, i haven't tried, and it's not connected right now. it did show up in lshw01:00
katzeei have to stick with wicd -.-01:00
DasEicyphase: so yes, your best bet is to dd an image of it, then fsck,testdisk, or- in really bad cases debugfs it01:01
cyphaseDasEi, do an image how?01:01
Four2zeroim trying to output a file to pastebin.com with wgetpaste, but i keep failing to succeed at it.01:01
Jordan_UMichaelKohler: Odd. Does it boot successfully on another machine? (at this point it's probably going to take longer to figure out how to get SG2D working than it would to restore grub via an Ubuntu LiveUSB).01:02
Four2zerocan anyone tell me the command to output a .log file from my home directory01:02
ralliaswhen i execute "sudo apt-get update", what file does it store that information in?01:02
=== quiesense is now known as quiescens
bastidrazorFour2zero: you could less /var/log/file.log01:03
Dulakrallias: it should all be stored under /var/cache/apt iirc01:03
DasEicyphase: need another drive least that big, then do dd if=/dev/sdc of=/dev/sdb1/sdc.iso with sdc being the bad drive, sdb1 a partiton/drive with enough free space01:03
MichaelKohlerJordan_U: can't test that right now, just have my failing netbook and my working laptop here, and I'd rather not reboot my laptop right now. but thanks anyway, I'll try in a few hours01:03
cyphaseDasEi, lol. like i said, it's not showing up in /dev01:04
Four2zerothanks it worked.01:05
DasEicyphase: as we can't do any checks now, it's like talking a crystal bowl, there are few tools out01:06
deepinhi01:09
=== Guest30166 is now known as Tricia
DasEi!hi01:09
=== Termana_ is now known as Termana
=== Tricia is now known as Guest14521
Jordan_UMichaelKohler: If you can't get SG2D working you can always follow this guide to restore grub from any LiveCD/USB: http://grub.enbug.org/Grub2LiveCdInstallGuide01:11
DasEiJordan_U: MichaelKohler, where are you stuck ? dd did just fine here, ready to re-try ?01:12
augdawgwhat is the ppa for unity?01:13
andreykahey guys, how can I get ubuntu gnome theme on other distributives?01:13
=== jsurfer_ is now known as jsurfer
DasEiandreyka: you mean themes on other distros ?01:14
andreykayeap01:14
DasEi!themes01:14
ubottuFind your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freshmeat.net/browse/58/ - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy01:14
linux_is_my_herohow do i add more task lists to google calendar tasks?01:15
linux_is_my_hero(in the list)01:15
=== Guest14521 is now known as Tricia
DasEiandreyka: depends on the used window-manager01:15
andreykaI haven't found anything similar to default ubuntu theme on gnome-looks, art.gnome & artwork01:15
andreykagnome01:15
DasEiandreyka: in the sequence gnome,kde,xubuntu  you'll find ready ones there01:15
yxz97Hello01:16
yxz97does anyone here is official support?01:16
yxz97well i have a simple request01:16
YcareneIs there a reason that they took away the ability to change the gdm login theme?01:16
DasEi!ask | yxz9701:16
ubottuyxz97: 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. :-)01:16
andreykaDasEi: I'm searching for default ubuntu theme, not other themes. And there is nothing similar on that sites.01:17
yxz97why the hell is not the torrent for version 10.10 here http://www.ubuntu.com/getubuntu/downloadmirrors#dvd01:17
yxz97DasEi, wasn¿t necesary01:17
DasEiyxz97: which torrent exactly 10.10 dvd 32 or 64 ?01:18
angelnetbook_hello01:18
snow_ruhmm I always has the problem of : missing something.sty and want to use ubuntu apt-get install to install the package. But Is there anyway to search for the dev package name given the sty file missing ?01:18
yxz97both01:18
yxz97DasEi, both01:18
WALoeIIIcan I get aptitude to download a .deb for a different architecture01:18
snow_ruboth what ?01:19
DasEiyxz97: http://mirror.anl.gov/pub/ubuntu-iso/DVDs/ubuntu/10.10/release/01:19
YcareneI really want to change how my login screen looks, how do I do that?01:19
rwwyxz97: Erm, it is. That page links to mirrors like (once you select version) http://mirror.mcs.anl.gov/pub/ubuntu-iso/DVDs/ubuntu/10.10/release/ , which have .torrent links01:19
Jordan_Uyxz97: Please watch your language. There are torrent links on all of the mirrors linked to on that page.01:19
angelnetbook_10.4 ubuntu remix  super01:19
OerHeksubuntu-10.10-dvd-i386.iso and ubuntu-10.10-dvd-amd64.iso are available @ http://torrent.ubuntu.com:6969/01:19
DasEiyxz97: so welcome to ubu-sky01:20
yxz97where the ubuntu roadmap?01:20
VadtecDasEi: power cycle didnt even help01:20
yxz97ubu-sky? DasEi what the hell is that ?01:20
VadtecDasEi: i can see the bootp requests in tcpdump, but i do not see a response from the modem at all01:21
DasEiyxz97: was a reaction to hell; google milestone natty01:21
VadtecDasEi: i see 0.0.0.0.bootpc > 255.255.255.255.bootps, but there is no return...01:21
DasEi(roadmap)01:21
VadtecDasEi: yet I see proper dhcp flows on this windows laptop when i connect it up01:22
enthdegreeDoes anyone have experience with Xfbdev?01:22
yxz97My distro has no moe support hell01:22
rwwyxz97: I don't know if there's a language barrier here, but adding "hell" to random sentences isn't necessary or nice.01:22
yxz97I hate this but I will have to update my OS again all..01:22
mkanyicyenthdegree, no01:22
YcareneI'm going to go out on a limb and say that you can no longer change your gdm theme.01:22
yxz97rww, I don't know if there is a language missunderstaning with you, but I said hell just because...01:22
DasEiVadtec: I wasn't fast enough, I wanted you to comment interfaces to then try sudo ifdown eth1 && sudo ifup eth1 inet dhcp01:22
enthdegreeseriously. :P X stuff really badly documented01:23
enthdegreethanks anywhoo01:23
enthdegree*how01:23
yxz97rww, just because .....01:23
* yxz97 hummm01:23
yxz97rww, without intention at alll...01:23
yxz97I mean,  is this kind of church?01:23
rwwyxz97: Then don't. It's making your attitude seem problematic :(01:23
yxz97rww, why?01:24
DancingAnnaAttempting to boot ubuntu into a single user mode... init 2 doesn't seem to do it.  Anyone know what I should use?01:24
yxz97I seem problematic? rww nahh01:24
yxz97you need chillout rww01:24
yxz97hahahaaha01:24
DasEiyxz97: just keep on a friendly, technically oriented level01:24
Jordan_UDancingAnna: Hold shift during boot and select "recovery mode" or run "init 1".01:25
yxz97rww, your semantic is not my aim ;-)01:25
yxz97DasEi, ok, just like here is very, very military.. seems to me01:25
jmichaelxis there a way to get vdpau working with apps that use gstreamer as their backend? for example, i would like to be able to play HD videos in Miro, but without vdpau, this doesn't go too well.01:25
DulakThere are rules, they are enforced.  If that's a problem, don't participate.01:26
yxz97Dulak, ok01:26
mkanyicyyxz97, how can we help you?01:26
yxz97Y go then01:26
rwwyxz97: being polite isn't unreasonable.01:26
yxz97I go01:26
yxz97were there is free to speak!01:26
DasEiyxz97: not really, but as supporting can be nervy as having computer-issues, a more lighten up approach is nicer01:26
rwwmeh01:26
yxz97rww, L01:27
VadtecDasEi: configuring eth1 for dhcp is pointless, its not hooked up to the modem, nor is it supposed to be01:27
* yxz97 lol01:27
VadtecDasEi: besides, ive tried using eth1 to connect to the modem, i get the same results as with eth001:27
n0a1ias?join #backtrack-linux01:27
yxz97DasEi, yeah, I know what a nerve rww right?01:28
DasEiVadtec: eth0 is wan, you said so wan001:28
DasEiyxz97: just keep on a friendly, technically oriented level01:28
jmichaelxn0a1ias: s/?/\//01:28
yxz97DasEi, ok01:28
DancingAnnaJordan_U Thanks...  most linux seems to use init 2 for single user... know why ubuntu does it differently?  Would it cause any problems if I altered the init scripts to make init 5 the normal runlevel?01:28
VadtecDasEi: my setup is this, modem <-> eth0 <-> ubuntu <-> eth1 <-> lan (at least that is what i am aiming for)01:29
yxz97DasEi, no trolling?01:29
* yxz97 hahaha01:29
DulakDancingAnna: what distro uses runlevel 2 for single user?  Never, ever, ever seen that, in 15 years of using linux.01:29
yxz97my first question was a bit weird, but I found the page that look more official to me01:30
yxz97http://releases.ubuntu.com/10.10/01:30
yxz97at first01:30
Jordan_UDancingAnna: In traditional SYSV init, runlevel 2 is single user mode with networking (init 1 is single user mode without networking, and is what most people mean if they just say "single user mode).01:30
yxz97hehe01:30
DulakDancingAnna: runlevel 1 is single-user, on every unix, ever.01:30
yxz97ok thanks anyway, your your time01:30
VadtecDasEi: ill call my ISP in a bit, maybe this modem is being lame or they dont like the mac of my eth0 NIC01:30
DasEiVadtec: ah, so what was that wan info about ? so that procedure (no mention in interfaces, manaually take eth0 up down n up) was the advice then01:30
yxz97what is the most valuable here is the time... remember01:30
VadtecDasEi: thanks for the help though, if worse comes to worse, i have a crappy linksys i can hook up so i can get my linux back online01:31
DasEiVadtec: if it works on other machines, you should be able to work it out01:31
yxz97why https://wiki.ubuntu.com/LucidLynx is supported until 201301:31
yxz97and 10.10 until 201201:31
firewaterburnzI feel that I am very close to having my Tl-wn321g wirless usb connection functioning, I have done make install to create the rt73 driver, blacklisted conflicting drivers, when I (lsmod) the rt73 module is running, but when I (sudo ifconfig ralan0 up) I get ERROR while getting interface flags: No such device. Can anyone provide any guidance please01:31
VadtecDasEi: yeah, this isnt my first go at dchp on linux, just my first go with ubuntu01:31
rwwyxz97: because 10.04 is a Long Term Support release01:31
rww!lts01:31
ubottuLTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server. The current LTS version of Ubuntu is !Lucid (Lucid Lynx 10.04)01:31
yxz97if 10.10 is newest than the other?01:31
DulakVadtec: you can put openwrt on a linksys router, with QOS and everything. I have a pair I use and it's solid.01:32
Jordan_UDancingAnna: Ubuntu uses upstart which doesn't really have a concept of runlevels, so anything above 1 (except 6) boots the full system.01:32
yxz97what makes a version to be choose as LTS version?01:32
yxz97what makes a version to be choose as LTS version? rww01:32
VadtecDulak: sadly, not my linksys...its a rev 3, which cant be flashed01:32
* Vadtec sighs01:32
yxz97a kernel stuff? rww01:32
DasEiVadtec: maybe boot a  live cd and then check ifconfig, to see how it connects01:32
yxz97rww, are you engineer or just programmer?01:32
firewaterburnzlsusb does recongnize device    Bus 001 Device 002: ID 148f:2070 Ralink Technology, Corp. RT2070 Wireless Adapter01:32
rwwyxz97: 6.06, 8.04, and 10.04 are LTSes. They're generally spaced every two years.01:32
VadtecDasEi: yeah, gotta find my live cd :P01:33
Vadtecafk peeps, supper time01:33
DulakVadtec: ??  v 3.1 is what I use and they are flashable,  it's v 5+ that is a problem and you can still run ddwrt-micro on those even still01:33
Vadtecthanks again for the help01:33
DasEiDulak : nick-miss ?!01:33
yxz97ahah interesting how the tech go01:33
yxz97right01:33
DasEiDulak: no, fine01:34
yxz97I remember when redhat was the leader01:34
yxz97and now is ubuntu01:34
yxz97hahahahahaha01:34
DasEi!ot01:34
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!01:34
yxz97DasEi, want me to go?01:34
YiamiYohello again01:34
DasEiyxz97: just keep on a friendly, technically oriented level01:35
YiamiYogot anotehr problem01:35
DasEiYiamiYo: so ?01:35
yxz97DasEi, thanks for the help, I won't be a disturb more01:35
yxz97DasEi, honestly thanks01:35
yxz97bye01:35
YiamiYothis time different01:35
Chr|sanyone here run TeamSpeak 3 on amd64 and able to get a headset working properly?01:35
YiamiYoi have 3 hds...2 in raid0 and 1 alone01:36
YiamiYoi have ubuntu 10.10 installed in both setups01:36
firewaterburnzralan0: ERROR while getting interface flags: No such device01:36
YiamiYoand i just installed windows 7 in raid0 with the other ubuntu 10.1001:36
firewaterburnzanyone got any ideas?01:36
YiamiYogrub.cfg now is: http://pastebin.com/7iKUs99601:37
YiamiYoit loads both ubuntu installations fine...but it cannot load windows 701:37
DasEiYiamiYo: so you first installed win7, then ubuntu01:38
yxz97sorry again here01:38
yxz97hummm01:38
yxz97can I applied a upgrade kind of, to my current distro01:38
yxz97guys01:38
yxz97DasEi,01:38
DasEiYiamiYo: so you first installed win7, then ubuntu ?01:39
YiamiYono...i first installed both ubuntu and then windows 7...but my grub is at raid0 mbr and windows loader is in the other hdd...and i have my bios start from raid0 mbr01:39
mkanyicyyxz97, yes you can01:39
yxz97or I need format my hard drive?01:39
yxz97hello?01:39
mkanyicyyxz97, but version to version or LTS to LTS01:39
con-manr01:39
con-mano01:39
con-mant01:39
con-manf01:39
con-manl01:39
Picicon-man: stop01:39
FloodBot2con-man: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.01:39
Flannelcon-man: Please stop that01:39
* cedric_ gives FloodBot2 [4-tea-2] [daemon] [SW]Dodge`oFF [thor] [V13]Razwerkz __cool__ __machine __marix _bt _bugz_ _GoRDoN_ _jesse_ _lennart _ruben _UsUrPeR_ a3Dman a7i3n aarcane aaron- Aaron5367|detach AaronMT abiy ablyss Aciid acke- adamx adan0s_ AdmV0rl0n adobe adrianoc ads AdvoWork adzuci aef aegis aeMaeth aeon-ltd Aeronius Aferlak12 Afrix AfterDeath Agent001 ahox aidehua aioobe AJ_Z0 01:39
* cedric_ akgraner akiniemi Akuma alan` AlanBell alastor666 albin alech_ AlertEye Alexia_Death alexistexas aliendude5300 allan8904 allisonvoll aloril alpharesearch am4zin Amaranth amgarching anders_office Andre_Gondim andre_pl andreic AndrewMC AndroidLoverInSF AndyGraybeal Animagladius Anom01y AntiSpamMeta anton ANTRat Anubisss AnxiousNut anygivenname apw aquarat ar0nic AR_ archangelpetro arcsky arescorpio 01:39
* cedric_ armyriad arp ArseneRei arturw aslaen asq astra-x athit Aurus Autie avelldiroll avinashhm awox axisys Axlin Ayrton baba BaD_CrC Badgerer baggar11 Bananaburger banker247 Barridus bash_ Bass10 bassliner basso bastidrazor batrick bazhang bbigras bburhans bean BedMan Beefcakes Belial` ben__ benpro bgsmith BiDOrD billybigrigger bimberi bindi bipolar Bish Bisu[Shield] Blackguard blakkheim bldninja 01:39
* cedric_ BlueEagle bluefox83 BLZbubba bogdanov Boldfilter booi boolean boomshankerx boubbin brad brainproxy brc brendan` brokendatapoint brontoeee bruceber bspencer_ bubu1uk buds Budyn buitenzorgian bulldog98 Byan bzrk c00p c0mp13371331337 c0nv1ct c3l caci cafuego caio_ calaen0 CalJohn Callum__ campee cantoma cappicard CaptainKnots captkirk carabobo catervoc ccooke cdavis cedric_ cemc centaur5 cfedde 01:39
* cedric_ chalcedony Chappy-san charlieS Chaser cheby cheWie0 Chewtoy chiarrhea Chiliblue chitragupt cho_co Chosi Chousuke chrisg chrismoos chris| Chr|s cipher cjcopi claude2 claw Cleo Cobi Cog4vr ColdFyre ColinT Commander1024 compkidman compromised ComradeHaz` concon Connor1 CorpX cortexman Cpudan80 crackstore CraHan Craig_Dem crankharder crankyadmin CrazyEddy cromag croppa cruciform cs278 cs278|work 01:39
FloodBot2cedric_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.01:39
yxz97con-man, is a troll!01:40
macooh dang...01:40
DasEiYiamiYo: ah, so no win7 on the raid ones01:40
jmichaelxwe are in need of some serious troll filtering atm01:40
yxz97con-man, is a troll!01:40
YiamiYowin7 is on the raid0...it's loader isn't01:40
con-manactually I'm a long time linux user who frequents this channel and both gives and receives support01:40
Picijmichaelx: Its already been taken care of.01:40
macojmichaelx: the spammy flooder was removed from the server01:40
Flannelyxz97: Stop that.01:40
Chr|sehh gets everyones attention01:40
macocon-man: then you should know better than to flood the channel with one letter per line01:40
yxz97mkanyicy, how does that work internally01:41
con-manmaco, no ones perfect :(01:41
histoWhat's with all the trolls tonight?01:41
Chr|sI guess its going to be a long night trying to figure this out... anyone here run TeamSpeak 3 on amd64 computer?01:41
yxz97tell me the story :-)01:41
mkanyicyyxz97, what?01:41
jmichaelxhisto: exactly what i was wondering.01:41
chebyhisto: someone blew up their bridge01:41
rooks!dualboot01:41
ubottuDual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot01:41
histo!botabuse > rooks01:41
ubotturooks, please see my private message01:41
histoChr|s: I do01:41
yxz97mkanyicy, yeah, I mean is better do a format of my hard drive because old files can be remove saving hard drive space maybe?? is that a possibility?01:41
DasEiYiamiYo: win7 is on the raid, you boot from the single drive ? how is the raid set up, fake(hard) raid or software raid ?01:42
histoChr|s: what sort of problems are you having with teamviewer?01:42
DancingAnnaJordan_U Thanks again :)  I'm still just learning stuff here.  My class notes said that 2 was supposed to be commandline without starting the full system, and I was wondering why ubuntu didn't do that.01:42
aarcanewhat is the point of that kind of spam?  they're not even advertising a product..01:42
yxz97mkanyicy, or an upgrade does this?01:42
rwwaarcane: They enjoy being disruptive. Comment about it furthers that goal :(01:42
chebyaarcane: to make you ask questions01:43
yxz97mkanyicy, the upgrade also upgrades my kernel and drivers?01:43
Chr|shisto:  everything works fine except the mic, I talk into it, it goes through, but its not understandable. Very laggy choppy sounding01:43
YiamiYomy raid is fake (i think) and i have installed ubuntu + win7 on it...the other hdd has ubuntu + windows loader...my pc starts from the raid0 mbr where is grub201:43
mkanyicyyxz97, yes it does01:43
yxz97mkanyicy, and my question about saving hard drive space?01:43
Chr|shisto: oh wait, its TeamSpeak not Team Veiwer :)01:43
Jordan_UDancingAnna: You're welcome.01:43
yxz97my HDD is small in capacity01:43
yxz97:(01:43
histoChr|s: I use teamspeak as well01:43
mkanyicyyxz97, then do a clean install then01:44
yxz97mkanyicy, how?01:44
aarcaneyxz97, I had that problem before too, but then I got a magic e-mail that changed my life.01:44
mkanyicyyxz97, insert a live cd and install from it01:44
yxz97aarcane, is a troll!01:44
Chr|shisto:  alright, are you using TeamSpeak 3 on amd64 computer?01:44
yxz97aarcane, email? wtf, Jesus01:44
histoChr|s: yes01:44
yxz97!!trol01:44
Piciyxz97: I believe  you were asked to stop doing that.01:44
jmichaelxaarcane: that was classic01:44
aarcanethank you, jmichaelx.01:45
jmichaelxyw01:45
Dulakif you want a really small version of ubuntu in terms of hdd space, have a look at lubuntu01:45
DasEiYiamiYo: so you created a softraid at setup in both, win7 and ubuntu at install ? or did you use the mobo's tool to set up raid before so the installers would just find md0 ?01:45
Chr|shisto:  how did you you get your headset to work with it? my mic doesn't work clearly01:45
yxz97Pici, don't believe its a fact!01:45
DasEi!minimal > Dulak01:45
ubottuDulak, please see my private message01:45
yxz97!trolling01:45
ubottutrolling / trollish behaviour is behaviour that is considered annoying by other channel users, this includes going offtopic, asking the same question time and again getting answered and not acknowledging the answer, and these are not the only ways behaviour can be considered trolling, please see /msg ubottu guidelines - if this applies to you, you may find yourself outside the channel01:45
histoChr|s: configure it in sound preferences first. Left click on volume control then click sound preferences. Make sure it works in there first01:45
yxz97!trolling | aarcane01:46
ubottuaarcane: please see above01:46
Flannelyxz97: I will remove you if you continue to claim people are trolls.  The operators in this channel are fully capable of making that determination and solving the issues themselves. Thank you.01:46
DasEi.01:46
YiamiYoDasEi, i used mobo's tool...but my grub still sees it as 2 drives with no partitions...it only looked ok at ubuntu installation01:46
Chr|shisto:  I tried every option in the sound preferences01:46
yxz97Flannel, ok sorry01:46
mkanyicyyxz97, lol01:46
histoChr|s: I noticed on my pc I had to mics listed for input and had to select the seconnd one. You should see the little leds light up as you talk.  Also check alsamixer and make sure nothing is muted.01:46
DasEiYiamiYo: so, and now you want to have the single drive as option in grub, too ?01:47
n0a1iasjmichaelx, what? i meant a / but i hit shift by mistake01:47
yxz97mkanyicy, hey you01:47
yxz97mkanyicy, did answer my question01:47
DulakDasEi: umm not sure what that has to do with my point, but thanks for making the bot private message me, yer a real pal.01:47
YiamiYoi can boot from the singles drive ubuntu...but it does not boot windows 701:47
Chr|shisto:  ok, I checked alsamixer, nothing was muted earlier01:47
jmichaelxn0a1ias: yes, that is all i was trying to tell you01:47
yxz97aarcane, wtf, magic email?01:47
YiamiYoyou can check my grub.cfg and see if everything is how it should be: http://pastebin.com/7iKUs99601:47
DasEiDulak: in terms of small hd-space01:47
yxz97aarcane, speak quick or dieee!01:47
n0a1iasok, sorry jmichaelx01:47
Piciyxz97: He was making a joke, just ignore it.01:48
Chr|shisto:  when I talk, the input lvl moves like it is suppose too01:48
aarcaneyxz97, it was a joke, but I really do get e-mails from newegg with cheap prices on large hard-drives.  try one of those.01:48
mkanyicyyxz97, keep your language clean please, this is a family-friendly channel01:48
DulakDasEi: the minimal iso still installs like 2g of stuff though, it's only small to download the iso, not what actually gets installed01:48
aarcaneubuntu server is only a few hundred mb by default.01:48
macoyxz97: microcenter sends out those emails too.  $60 for a 1TB drive lately01:49
PiciDulak: No it doesn't, it installs only a base system. cli only.01:49
Jordan_UDulak: You can choose to install only a base system.01:49
DulakAhhh ok I get it now.01:49
DasEiDulak: nah, expert install really drags it down01:49
yxz97aarcane, I just bough a computer, and ihave no more oney01:49
yxz97money to buy, but is a possibility I first need make sure if I can get one for this computer.....01:49
yxz97the model...01:49
FlannelDulak, DasEi: the minimal (and Alternate CD) install a standard install by default, but you can install a GUI-less system as well, from either of them (they're the same installer, one just includes packags on the CD, the other requires their download during install)01:49
aarcaneyxz97, if that's true than you have more drive space than you're admitting.  I haven't seen anything for sale with less than 250GB.01:49
DasEiYiamiYo: teamview again ?01:50
yxz97I have 120G aarcane01:50
yxz97:P aarcane01:50
macoaarcane: not necessarily. my 5 months old laptop has only 16GB, but it's an SSD01:50
PiciFlannel: I didn't think that the alternate CD gave you any package selection options..01:50
aarcaneyxz97, then you've got enough for ubuntu.  quit wining and go install.01:50
macoPici: there's an option to use aptitude's gui01:50
macoPici: i think01:50
macoer...tui01:50
Picimaco: yeah, maybe01:50
FlannelPici: If you go into expert mode it does, yeah.  But even without that, you can do the gui-less install ("install a command line system"01:50
yxz97may I make an observation?01:51
Flannelyxz97: If it's offtopic, please make it in #ubuntu-offtopic.  This is a support channel.01:51
jmichaelxis there a way to get vdpau working with apps that use gstreamer as their backend? for example, i would like to be able to play HD videos in Miro, but without vdpau, this doesn't go too well.01:51
yxz97Flannel, yes sorry again01:51
DulakI have a 120g machine running lucid and windows xp, not sure what your issue is my ubuntu takes like 3g with a ton of packages installed, and windows runs fine in 30g of space with several big games installed.01:51
yxz97how make I clean install01:51
yxz97formatting my hard drive?01:52
aarcaneI have a ubuntu on an 8 gig ssd, it works fine.01:52
jmichaelxaarcane: dell mini-9?01:52
Piciyxz97: Yes, but its really not necessary for upgrading Ubuntu.01:52
Chr|sgrr01:53
=== nova|up is now known as nova
aarcanejmichaelx, asus T91-SA01:53
histo!who | Dulak01:54
ubottuDulak: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)01:54
jmichaelxaarcane: i also have ubuntu on an 8GB ssd, but on a mini 9... i do always wish however, that I had ordered the 16GB drive01:54
histojmichaelx: I believe you have to use the nvidia drivers from their site or the current ones for vdpau01:55
histojmichaelx: I used to use it for folding but haven't played with it for a while01:55
aarcanejmichaelx, you can buy an upgraded one from runcore, I believe.01:55
histoaarcane: why would you uby a driver?01:56
jmichaelxhisto: i do have nvidia-current installed from the maverick repos. do you really think vdpau would work better with gstreamer apps if i installed the most recent drivers from the nvidia site?01:56
Dulakhisto: if I mean something to be addressed to someone in particular, I use their name01:56
dstarI'm trying to install linux-backport-modules-wireless-maverick-generic, but I can't -- it depends on linux-backports-modules-wireless-2.6.35-23-generic which doesn't seem to exist!01:56
dstarAnyone seen this before?01:56
hceasyuhhh01:56
histojmichaelx: if it's not working with current. I would try the ones from nvidia.com. I'm sure there is information on the forums about vdpau01:56
litropyHi, peeps. How do I check what user group my usb device is?01:57
jmichaelxaarcane: i have thought about upgrading it... but right now i'm thinking i'd rather save up for a newer dual-core atom netbook, possibly with an ION gpu01:57
histo!info linux-backports-modules-wireless-2.6.35-23-generic01:57
ubottuPackage linux-backports-modules-wireless-2.6.35-23-generic does not exist in maverick01:57
Chr|shisto:  im not sure whats going on, hear everyone fine, but they say im cutting o ut, I went through sound preferences and checked everything out01:57
jmichaelxhisto: i have consulted the forums for info on this, and have not yet come up with anything.01:57
zulgabanhi01:57
histoChr|s: they can hear you but your cut out?  Then I would adjust your levels01:58
histojmichaelx: google maybe?01:58
aarcanejmichaelx, my friend shirin just got an awsome asus system with nvidia ion.  I nearly creamed my pants when I saw it.  the beast is awsome.01:58
Chr|shisto:  they can hear me cut out, its not understandable its choppy. I ajusted the lvls01:58
jmichaelxhisto: <sigh> yes, i have googled. may i ask where you got yor info on installing the driver from the nvidia site? or did you just pull that out of nowhere?01:59
histoChr|s: I don't know I have no issues like that. Running 10.10 amd64 and teamspeak 3. I would test the mic in a different app and see if there is an issue.01:59
dstarhisto: Exactly. The package doesn't exist, but the maverick-generic package depends on it. I guess I could let aptitude install the 2.6.35-22 version instead....01:59
Chr|sI tested in mumble, worked fine01:59
histojmichaelx: You just download it and use the installer that they provide. Let me see if I can find you the info on vdpau and folding01:59
jmichaelxaarcane: those new asus netbooks rock.... sorry for the OT here01:59
jmichaelxhisto: i know how to install it, i was just wondering what makes you think this would fix the vdpau+gstreamer problem? if you have a link or reference on that, it would be MUCH appreciated02:00
banker247_i'm sure some people actually get the woodchuck question wrong..02:01
histojmichaelx: you also need gstreamer that is compiled for vdpau02:01
jmichaelxhisto: that may well be02:01
jmichaelxhisto: i take it that is not the case with the gstreamer in the maveric repos?02:01
jmichaelxmaverick*02:02
aarcaneubuntu + xbmc-live + vdpau works perfectly ootb on 10.04.  gstreamer is the weak link.02:02
histojmichaelx: http://ubuntuforums.org/showthread.php?t=1037625 here is vdpau mplayer and smplayer02:02
histojmichaelx: may provide some insite02:02
jmichaelxaarcane: yes... i have XBMC working great, as well as SMplayer.... and to a degree with VLC02:02
aarcanejmichaelx, gstreamer is a beast and an epic failure.  you should avoid it at all costs.02:02
histojmichaelx: on the forums I see people having problems with gstreamer-bad and vdpau02:03
jmichaelxhisto: mplayer and smplayer are working fine... plus most anything relying on xine.... it is gstreamer that i am having issues with02:03
=== Connor1_ is now known as ConnorG1`
=== ConnorG1` is now known as ConnorG1
=== ConnorG1 is now known as Connor__
histojmichaelx: correct.02:03
aarcanejmichaelx, gstreamer == bad.  avoid gstreamer.02:03
aarcanegstreamer is someone's attempt to poorly reinvent a perfectly working wheel.02:04
KimLaRouxwhat's better than gstreamer?02:04
greezmunkeyaarcane: what? They give that wheel corners??02:04
jmichaelxaarcane: bad thing is that i think some kde apps (amarok, for one?) are considering switching away from xine, and toward gstreamer.... at least i read something to that effect not too long back02:05
aarcaneKimLaRoux, mplayer, xine, vlc, xbmc, mythtv, etc..  pretty much anything.02:05
Chr|shisto:  im going to try to plug in my headset in the back to see if it works that way02:05
jmichaelxKimLaRoux: xine seems to be a much better backend to me02:05
etherealiteAnyone know how to get phpmyadmin to stop logging me out after 1400 seconds? I don't understand how ubuntu has packaged the configs.02:05
Chr|sright now im at a loss, this should be working fine02:05
tioxFar as small Linux goes, Damn Small Linux would fit the bill: 50MB in size! But then that means for support you'd have to go through their channels.02:06
tioxBut it's still Debian, and they still use the .deb format, I think.02:06
histoChr|s: like I said check mic with another app. Confirm that teamspeak is the problem.02:06
KimLaRouxI think both xine and gstreamer are piece of trash02:06
greezmunkeyIs there an "Asterisk" channel here?02:06
* tiox never had a problem with neither02:06
tioxWhat's going on?02:06
syn-ackAsterisk? Sure.02:06
histogreezmunkey: /msg alis list asterisk02:07
aarcaneKimLaRoux, xine is pretty crappy, held together liek bubblegum and duck tape..  but it's still better than gstreamer.02:07
Chr|shisto:  yeah, I have, I installed and set up mumble fine02:07
jmichaelxtiox: one caution, though.... DSL appears to have been abandonned, with no updates to it for a few years now02:07
tioxSounds sad.02:07
tioxI thought DSL was still active.02:07
KimLaRouxso far the only music player I found that was worth the mention is Aqualung02:07
jmichaelxtiox: ever messed around with tiny core?02:07
histoChr|s: Dunno then perhaps the teamspeak forums?  Not really a ubuntu problem. Unless you've messed with pulse settings etc...02:07
histoKimLaRoux: moc  (music on console)02:08
KimLaRouxsadly I cant use it as a back-end for kde apps02:08
jmichaelxhisto: moc FTW02:08
nubuntuanyone know where I can find a fix to get the clock applet for gnome panel to re-attach to the panel: mine's floating 1/2 way up my screen, and when I add 3 different location timezones, I can't see the top 1/2 of the global map02:08
* jmichaelx loves his moc02:08
Chr|swell actually it is, I am using ubuntu, packages were made for ubuntu. Thanks for trying to help none the less02:08
aarcaneKimLaRoux, try mpd.02:08
histo!resetpanels | nubuntu02:08
ubottunubuntu: To reset the gnome panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »02:08
nubuntuit floats higher for each tz added02:08
nubuntuI'll try that, cheers02:09
tioxAh yes, dormant is the status on distrowatch02:09
KimLaRouxcan mpd be setup as a phonon backend?02:09
greezmunkeyhisto: no such channel :/02:09
nubuntuwill that mean I have to add them all back to the panel?02:09
greezmunkeyhisto: I tried # and ## as well...02:09
histogreezmunkey: right, you can msg alis to search for channels02:09
toonacidSomeone who has Apache2 installed, can they do me a favor? I need a ls -l list of /var/log/apache2 and /var/log (to see what permissions the apache2 folder has also)02:09
aarcaneKimLaRoux, mpd is a different kind of music player.  try to think differently :)02:09
greezmunkeyhisto: thanks, I'll try googling it.02:09
nubuntuhmm02:09
jmichaelxtiox: you should give tiny core a shot... it's main dev was also in reality the main dev for DSL02:09
nubuntuI think I'm going to have to reboot02:10
histotoonacid: I believe they should be owned by root:root02:10
NilBudSomeone looking for a small distro?02:10
nubuntuok, I now have no panels: to I restart gconf?02:10
histotoonacid: but no longer have apache2 installed to check02:10
toonacidhisto: Thanks. I also need a quick list of the /var/log/apache2 folder however..02:11
histotoonacid: let me check my webserver remotely02:11
Wolfhm?02:11
tioxTHanks for the info jmichaelx.02:11
tioxI ought to challenge myself and see how useful a small OS is on a 512MB USB drive.02:12
KimLaRouxaarcane, Aqualung is easy enough and has a perfect playback, I don't feel like messing with the server/client setup of MPD02:12
histotoonacid: okay everything is root:adm except for other_vhosts_access_log which is root:root02:12
toonacidhisto: Thanks!02:12
histotoonacid: apache2 is root:adm02:12
aarcaneKimLaRoux, I use the terminal alot, so the switch to mpd made absolute sense for me.02:12
tioxI mean shit, they're a drop in the bucket compared to a sizeable USB drive or SD card.02:13
toonacidhisto: What are the log file names inside the folder? Last thing I need. Thanks for your help.02:13
Skaparesomething changed the background image while I was installing a batch of packages ... I changed it back OK for my userid ... but it also changed it for the login screen ... How can I configure it back for the login screen?02:13
KimLaRouxaarcane, that's understandable... but I like simple things that just works =P02:14
magicjoehi. i need a little help. my ubuntu starts to boot and then says, cannot display this video mode. i screwed up and turned it up too high and rebooted. problem is if i cant get back in, how do change it back?02:14
aarcaneKimLaRoux, that's why I switched to MPD :)02:14
histotoonacid: there are access.log error.log the one I mentioned and then backups of old logs ex: access.log.1.gz etc...02:15
Skaparemagicjoe: is there a recovery mode option in boot menu?02:15
magicjoei booted into recovery mode, and have a root shell prompt02:15
toonacidhisto: Alright, thank you.02:15
etherealiteAnyone know how to get phpmyadmin to stop logging me out after 1400 seconds? I don't understand how ubuntu has packaged the configs.02:16
histomagicjoe: you set it higher in gnome or in grub?02:16
magicjoein gnome02:16
aarcanemagicjoe, try mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak and shutdown -r now02:16
histoetherealite: configs are in /etc/02:16
Skapareaarcane: shouldn't that be the other way around?02:16
magicjoeok lemme give that a go02:16
toenailis there a virtual memory setting in ubuntu cause i dont have enough ram and the systems is lagging like hell02:16
histomagicjoe: if there are no settings in xorg.conf you can delete or move your .gconf folder.02:16
DonkeyyHi02:17
histotoenail: how much ram do you have?  Also do you have swap?02:17
DonkeyyHow do I create a ntfs partition in ubuntu??02:17
Donkeyyif I use the program GPARTED02:17
toenail512 ram and the swap is 2 gigs02:17
aarcaneSkapare, maybe.  but if it's missing, it should be autodetected or recreated :)02:17
Donkeyyit says create a msdos file system02:17
Donkeyywill that work on ntfs?02:17
histoDonkeyy: You can use system admin disk utility02:17
DonkeyyIn ubuntu?02:18
Skapareaarcane: but it would be faster to move his .bak into place?02:18
histoDonkeyy: msdos could be fat or something else. You can also use mkfs from the command prompt02:18
entropy4hi02:18
entropy4hi02:18
magicjoeno such file or directory02:18
Donkeyyhisto: Are you saying in ubuntu?02:18
histotoenail: you shouldn't be having issues with memory management02:18
histoDonkeyy: yes02:18
toenailits runs fines until i get wine running or firefox02:18
aarcaneSkapare, if he set it using the GUI, it wouldn't have let him set it too high, so that probably won't help.02:18
Skaparemagicjoe: try the other way around ... mv /etc/X11/xorg.conf.bak /etc/X11/xorg.conf02:18
Donkeyyhisto: where is mkfs?02:19
Skapareaarcane: oh, I have set it bad myself before ... doesn't always catch it for some cards02:19
toenailwel its not a memory problem it just it runs like crap when i get those going02:19
Skapareaarcane: err, for  some monitors02:19
histoDonkeyy: in terminal you can use it.02:19
aarcanewell, either way he should be better off :)02:19
histoDonkeyy: sudo mkfs.ntfs (options) (device)02:20
magicjoeno such file or directory02:20
Skapareaarcane: if the mv doesn't work, then yeah, rm ot mv to a crazy name would be next step02:20
toenailits using up alot of resorces and from what i remeber in windows you can use virtual memory and the system runs alot smoother02:20
Donkeyyhisto: there is no desktop program?02:20
Skapareot=or02:20
histotoenail: that's why we have swap02:20
Donkeyyhisto: I have to be very careful because I have one HD with important data02:20
histoDonkeyy: Click On System > Administration > Disk Utility02:20
Donkeyyhisto: a desktop version would be safer02:21
Skapareaarcane: you know how to change the background image at login time (gdm)?02:21
etherealitehisto I know, but the phpmysql configs have no effect on my logout duration checkout line 37 and 36 in the config: http://pastie.org/131222402:21
Donkeyyhisto: ok02:21
etherealitehisto no effect02:21
Donkeyyhisto: I am there02:21
histoetherealite: you may have to restart the service after editing the config02:21
etherealitehisto how?02:21
magicjoewait a minute....02:21
KERO_netbookdroppin sum deuce02:21
magicjoei think i must have changed the settings for grub not gnome02:21
toenailok well how come i run a simple audio program through wine and it sucks all the resorces02:21
histoetherealite: see if sudo /etc/init.d/phpmyadmin restart or something similiar02:21
sexyWhat can I use to stream music?02:21
magicjoebecause i was changing the screen where you login02:22
magicjoethats grub splash screen yeah?02:22
magicjoeand thats where it is crashing02:22
histomagicjoe: no your probably chaned your settings in gnome.  Like ssytem > Preferences > resolution or something02:22
Skaparemagicjoe: login is gdm unless you replace it with something else02:22
fiberHello, I'm having a strange problem that results in 100% cpu usage.  Basically, every once in a while my system cpu usage jumps to 100% although no user programs are straining the cpu at all.  I have an i7 920 and plenty of free ram.  This normally lasts a few minutes and the computer is completely unusable during this time.  Also, it seems that there is increased network usage during this period.  Anyone have an idea?02:22
histomagicjoe: that is X's resolution. changing the grub resolution settings would just change the framebuffer resolution02:23
aarcaneSkapare, I used to, before they took all the configuration items out of gdm-config.  try finding gdm.conf and poking at it.02:23
magicjoeyeah i was trying to get some cool splash screen for that screen though, and now its not booting02:23
bazhangfiber, try top in the terminal to see what its doing02:23
sexyfiber, does that only happen on Ubuntu?02:23
Donkeyyhisto: what do I so in disk utility02:23
Skaparefiber: can you get a console shell open and run the "top" command with nice ... like "nice --19 top" ?02:23
arthuzafiber: have you run "top" to see what's using it?02:23
fiberbazhang: it's a system process... it doesn't show up as a user program in top02:23
histoDonkeyy: right lcikc on the partiion you want to format it to ntfs02:23
histoDonkeyy: if there isn't a partitoin you need to create one on the disk.02:23
fibersexy: Yes... infact only in 10.10... i had 9.04 on before and it worked like a charm02:24
histomagicjoe: what exactly were you editing or changing?02:24
Four2zerodamn in-game irc doesnt work02:24
Skapareaarcane: well I might try that ... or just look for a file being changed ... I have drive snapshots from before so I can see what changed02:24
Donkeyyhisto: it does not appear to be there02:24
Donkeyyhow do I create one histo02:24
histoFour2zero: what ingame irc?02:24
magicjoeit wasnt in synaptic02:24
Donkeyyhisto: right clicking does nothing02:24
fiberBut yea, no programs actually show up as using a lot of resources... however at the top I can see that "Sys" is using 100%02:24
histoDonkeyy: right click ont ehd isk and create a parition02:24
Skapareaarcane: was hoping they would try to make it GUI user friendly02:24
Four2zerooops wrong channel02:24
histo!partition | Donkeyy02:24
ubottuDonkeyy: For 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 !swap02:24
magicjoeit was a cool screen from ubuntusatanicedition02:24
magicjoeno im not satanic, it just looked cool02:25
sexyCan anyone help me with setting up SlimServer? or any other program I can use to stream my music?02:25
histoDonkeyy: you need to do some reading this is way beyond the scope of this channel02:25
histoDonkeyy: you have to havec a parition on a disk to format it.02:25
histosexy: mpd or vlc can stream music02:25
Skaparemagicjoe: yeah, I understand ... the images help scare little nieces away from the computer :)02:25
sexyhisto: thanks, looking into it02:26
magicjoelol02:26
histosexy: np. I prefer moc but I don't think it will do streaming02:26
magicjoepretty much02:26
histosexy: atleast to other clients02:26
Donkeyyhisto: it keeps saying failed to delete partiion or create one02:27
YiamiYocan grub chainload to windows 7 loader which is in different drive??02:27
magicjoebut yeah, i was trying to take tarballs and run dpkg on them myself, and probably got one that wasnt for my architecture and now i cant get it02:27
histoDonkeyy: what exactly are you trying to do? Is this a new disk? Is there free space etc...02:27
Skaparemagicjoe: 2 rows of 72 log sharp teeth dripping of a mix of acidic saliva and victim blood02:27
magicjoeget in*02:27
greezmunkeyhisto: wierd, that search yielded nothing yet #asterisk exists - got my question answered too!02:27
Donkeyyhisto: I am trying to backup important data on a second hd02:27
Donkeyyand then format the primary02:28
FirefisheI'm using ubuntu 10.04 LTS.  I use kde, gnome, and xfce, but mostly kde 4.5.1.  I am experiencing the issue of the balance of my sound system always being started with a bias toward the left speaker.  I can correct this manually through gnome-volume-control-applet, but it never stays put between boots.02:28
histogreezmunkey: huh that's odd02:28
histoDonkeyy: is the second hd already formated?02:28
Skaparemagicjoe: did the mv of the files work?02:28
Donkeyyyes it had ntfs on it like it should02:28
magicjoeoh hey i know the program to back stuff up donkey.....remastersys02:28
Donkeyythats what ubuntu is saying02:28
histoDonkeyy: okay then mount the second drive and copy the files. Why are you trying to format it?02:29
magicjoeits perfect, look it up, its easy and even i have backed up an ubuntu onto a bootable live cd/installation cd02:29
fiberSkapare: arthuza: bazhang: sexy: any ideas? It gets so bad that even vim takes ages to respond to any sort of input... and it happens quite frequently!  The main problem is I have no clue how to even get information regarding what is happening... how can I check what in the system is hogging the CPU?02:29
Donkeyyhisto its not letting me mount it02:29
magicjoesorry skapare. no that mv command didnt work02:29
histosexy: https://help.ubuntu.com/community/MPD02:29
magicjoethey werent there02:29
gluxonDoes anyone have Ubuntu RGBA enabled?02:29
Donkeyyits saying "Unable to mount 40gb file system"02:29
magicjoethe files02:29
histoDonkeyy: what does it say when you try to mount it?02:29
=== gluxon is now known as Guest69375
Donkeyyhisto: its saying "Unable to mount 40gb file system02:29
sexyhisto: got it, thanks02:30
Guest69375Hello?02:30
john38Can somebody help me with network problem02:30
histo Donkeyy go to a terminal and sudo fdisk -l  then pastebin the output02:30
histo!paste | Donkeyy02:30
ubottuDonkeyy: 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.02:30
Donkeyyok histo, im goin to come back here on ubuntu02:31
barbatruchi all. the lucid installer did a gpt partition table on my dedicated hard drive, but no bios_grub partition. It was not able to boot my other Ubuntu on another drive too.02:31
Donkeyyim signing off here02:31
Donkeyybrb ok histo02:31
Guest69375Could somebody with RGBA Transparency installed run a quick command?02:31
john38the wirelesss adapter on other computer wont pick up my wireless internet signal???02:31
Guest69375john38: Does your computer have a network adapter?02:32
barbatrucfiber: top or iotop may give you an hint02:32
john38Guest69375, im using wireless router on this computer02:32
YiamiYocan grub chainload to windows 7 loader which is in different drive??anyone??02:32
histo Donkeyy k02:32
histoYiamiYo: I believe so02:32
magicjoeso how do i change the gdm resolution settings from the command line?02:33
YiamiYohisto, this is my grub.cfg : http://pastebin.com/7iKUs99602:33
fiberbarbatruc: thanks, I'll try iotop... top doesn't give any information regarding this problem since the offending process isn't within userland.02:33
cappicardhey folks. anyone using msn via pidgin? I'm getting alot of inability to verify certificate chains from oscar.msn.com or something like that02:33
YiamiYobut when i choose windows 7 from grub i only see black screen with a blinking pointer02:33
barbatrucfiber: iotop will show you the processes using the hard drive02:33
histoYiamiYo: well you have it pointing at hd0 but you said it's on a different drive?02:34
Donkeyyhisto: when I try to access the other HD the basic desktop way, I get this message    http://pastebin.com/Zq4KpUcB02:34
histoDonkeyy: can you pastebin the output of sudo fdisk -l02:35
Donkeyyhisto: ok but this wont delete anything right?02:35
magicjoeHEY!!! I got in! I su to my username, and then did startx. that got me past the login screen. PLEASE tell me how to fix those settings!02:35
mrproperI am in 10.10 and gnome-shell doesn't alt-tab.  Can someone help me debug?02:36
histoDonkeyy: right it will just list parittions02:36
Donkeyyok histo02:36
Donkeyyone sec02:36
magicjoemy login screen settings errors and says cannot use this display02:36
YiamiYohisto, i have a single drive (hd0) and 2 more in raid0...i'm trying to load the windows loader from grub which is in raid0 mbr02:36
histoYiamiYo: yeah grub config is messed up then it's pointing at hd0 not hte raid.02:36
francelacomo configuro los usuarios en samba02:36
sexyhisto: I installed it, but how do I use it now?02:36
francela??02:36
YiamiYohisto, so...what i have to do?02:37
histosexy: I would take a look at the wiki. YOu need an app to attach to the server and play whatever it is streaming.02:37
Donkeyyhisto: http://pastebin.com/ws4WWeP002:37
greezmunkeyStupid question of the hour: What do you do to verify which version (32 or 64 bit) is installed?02:37
evilgeeniusMy ubuntu can never recover from going into hibernate/sleep mode.  Does anyone know why?  I have the latest version of ubuntu and it has never worked. Is there a solution?  I can make it happen by closing my laptop lid for a couple of seconds.02:37
histogreezmunkey: uname -a02:37
sexyhisto: But I haven't even specified my music directory. How can it be streaming anything? I feel like I haven't fully configured it02:38
histoDonkeyy: is there data on sdb1 ?02:38
greezmunkeyhisto: I did that, I get: Linux ubuntu 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686 GNU/Linux - so is the i686 indicative of a 64 bit system? (I honestly forgot which on I installed here)02:38
histoDonkeyy: the drive you can't mount?02:38
Donkeyyyes02:38
Donkeyyhisto: there is windows I believe02:38
histosexy: I don't use it but that wiki should explain. And the clients can control the server02:38
Donkeyyhisto: But I dont need it02:38
histogreezmunkey: x8602:39
Donkeyyhisto: as long as it has ntfs02:39
Picigreezmunkey: No, i616 is 32bit. if it said x86_64 then it would have been 64 bits.02:39
Donkeyyand I can transfer data via linux02:39
Kevindeuxiemeevilgeenius> same here, no version of ubuntu as ever been able to recover from sleep or hibernation on my laptops... my solution is to just turn the damn thing off, wors well^^02:39
greezmunkeyThanks Pici and histo02:39
DrManhattanUbuntu sure does look nice though02:39
DrManhattanlots of nice eye candy02:39
histoDonkeyy: okay then you can format that parittion. sudo mkfs.ntfs -f /dev/sdb102:39
DrManhattanI wish there were more games02:39
histoDonkeyy: that will format the /dev/sdb1 parition02:39
Donkeyyok02:40
histoDrManhattan: there are plenty of games02:40
DrManhattanNah nothing good02:40
Donkeyylol, have a nice day it says02:40
histoDonkeyy: also you may want to laungh cfdisk /dev/sdb1 and remove the boot flag on the drive if you aren't booting it.02:40
Donkeyyok histo I think it did it02:40
histoDonkeyy: the drive is set with a boot flag on the ntfs parition.02:41
DasEiYiamiYo: did you reboot ?02:41
YiamiYoDasEi, not yet02:41
histoDrManhattan: what kind of games do you like?02:41
VadtecDulak: hmmmm, interesting, seems ddwrt has support for the wrtg54g v5 (not the v3 i thought it was)...im gonna try dropping ddwrt on it02:41
Donkeyyhisto: FATAL ERROR: Cannot open disk drive                           Press any key to exit cfdisk02:41
DasEiYiamiYo: ping me when done02:41
DrManhattan3d fps02:41
YiamiYohisto, so i cannot boot from windows loader using grub?02:41
DrManhattanit's all about the fps02:41
histoDonkeyy: hrm...02:42
histoDonkeyy: gparted should be able to remove that boot flag as well.02:42
histoDonkeyy: I would also delete the partition and create a new one just to be sure the table isn't all jacked.02:42
DulakVadtec: openwrt for the v3 imo it's better than ddwrt02:42
VadtecDulak: its actually a v502:43
histoDrManhattan: urban terror nexuiz sauerbraten open arena02:43
histoDrManhattan: quakelive.com02:43
Donkeyyhisto: didn't we do that?02:43
DulakVadtec: ahh, then you are stuck with ddwrt-mini02:43
histoDonkeyy: we only formated the parition. Think of the parition as a container.  You need to format the container to use it.02:43
sexyNope. I'm not understanding how to use this. The wiki just says how to install it..02:43
Donkeyyhisto: well said02:43
nuffaahanew to ubuntu: my wireless configures but will not activate..help?02:43
VadtecDulak: as long as its better than the crap image from linksys :D02:43
DulakVadtec: it's the amount of ram, they skimped on the ram at v5+02:44
VadtecDulak: yeah02:44
Donkeyyhisto: How can we do it gparted?02:44
YiamiYoanyone else here who knows how i can chainload to windows loader which is in different drive than grub?02:44
Vadtec:(02:44
histoDonkeyy: I believe something may be wrong witht he partition table on the drive. The thing that tells the drive where the containers are.  So open up gparted so you can use a gui to manage the disk.02:44
histoDonkeyy: hit alt+f2 and type in gparted.  It should come up if it's installed.  If not you can install it.... sudo apt-get install gparted02:44
akm22562Hi all!  I am not new to Linux but new to Ubuntu.  I have a GSM modem in a netbook. Was using gnome-phone-manager for SMS support. It works but holds a device lock on /dev/ttyUSB0 (the modem).02:44
histoYiamiYo: you have to point grub to the raid.  The people in #grub2 maybe able to help more. I'm busy right now. Unless someone else can chime in.02:45
rue_moresuggestions on verifying a disk from another linux computer?02:45
Donkeyyhisto ok I think im in02:45
neromananyone know how I can get the chat/broadcast/mail back up on the top right panel (i'm new obviously)02:45
Vadtecback in a bit, gonna try flashing this silly thing... :P02:45
histoDonkeyy: you should have /dev/sda and /dev/sdb  sdb is the one you were saying was the drive you want to use.  So delete the parition on it and remove the boot flag. Create a new parition and format to ntfs02:46
sexyhisto: It just says, Connect to your MPD server using your favorite MPD client and you should be good to go! ...but I dont know even know what port its running on02:46
YiamiYohisto, no one is in #grub2 :s02:46
Donkeyyhisto yes, its /dev/sdb02:47
waldyAfternoon all - Q: Has anyone here had experience setting up Apache2.2 on Ubuntu Server 10.04.1 and if so, what can cause Apache to not get host images (.gif / .jpg) and binary files properly. It treats everything like text, which is causing obvious problems here......02:47
MrAnthropeWhat is the location of the image files for Appearance Preferences (r-click desktop --> change desktop background) ?02:47
magicjoewhat files do i need to delete or change to cause my login screen to go back to default settings?02:48
cats4goldUnhandlable error occured when downloading from the Ubuntu Software Center?02:48
MrAnthropeinstall plymouth.02:48
MrAnthropemagicjoe02:48
ubuntu_mmmmmmmmmm02:48
MrAnthropemagicjoe, try sudo apt-get plymouth?02:49
coz_magicjoe,  how did you change it02:49
MrAnthropeor sudo apt-get install plymouth?02:49
magicjoeMrAnthrope: ME install plymouth?02:49
magicjoeand it will fix this?02:49
MrAnthropeWhatever you do, don't UNINSTALL plymouth or you will have to reinstall Linux :)02:49
Donkeyyhisto: do I right click and select new?02:49
coz_magicjoe,  you are talking about  where  you put user name  and password  ...yes?02:50
veovis1I'm using Ubuntu server after mainly using Arch, and I can't find any information on how to do this:  I want to start a screen session at boot as my user, even if no one has logged in.  Can anyone point me to the file I need to add the command to?02:50
MrAnthropeThat's not splash, that's the login background.02:50
MrAnthropeOh I thought he said splash. Ignore me.02:50
magicjoecouldnt find that package02:51
histoDonkeyy: you need to delete the old parition first02:51
akm22562Anybody know where the gnokii conf is I dont have a ~/.gnokiirc file?02:51
coz_magicjoe,   you could reset gnome to its defaults...I believe that should reset the log in screen02:51
histoDonkeyy: then you can create a new on in the free space on the drive02:51
magicjoeMrAnthorpe:ok login background, how can i reset it?02:51
coz_magicjoe,  however I havent tried it so I am not sure02:51
histoYiamiYo: #grub02:51
magicjoeMrAnthorpe: Could not find that package.02:51
ubuntu_kokmmmmmmmmm02:51
Donkeyyhisto: when I scroll up to partition and select delete the delete is greyed02:51
DrManhattanquake live simply crashes my firefox02:52
coz_magicjoe,  if you want to reset gnome to default  run this command and reboot    sudo rm -rf .gnome .gnome2 .gconf .gconfd .metacity   then restart X02:52
ubuntu_fuck me02:52
histoDrManhattan: works for me.02:52
rwwubuntu_: Please have a read of our channel guidelines.02:52
histo!language | ubuntu_02:52
ubottuubuntu_: Please watch your language and topic to help keep this channel family friendly.02:52
rwwubottu: tell ubuntu_ about guidelines02:52
ubottuubuntu_, please see my private message02:52
magicjoecoz: is there anyway to not delete so much?02:52
coz_ubuntu_,  you meant to say .. " cheese and crackers"02:52
kish_http://ubuntuforums.org/showthread.php?t=161704402:52
histoDonkeyy: hrm... is the parition mounted?02:52
kish_i  have the exact same nic and the same problem02:53
FreeaqingmeHi. I have an encrypted usb drive. Now I want my screen locked the moment I retract my usb drive, and after I plug it in again, have it ask for my password, and unlock the screen again. How can I do that?02:53
magicjoecoz: i don't want to lose my desktop/sound/screensavers/and stuff02:53
coz_magicjoe,  well that is essentially going to reset gnome to the way it was after you first installed it02:53
kish_can someone bump that thread for me02:53
Skapareaarcane: where do I get to this config tool you mentioned?02:53
coz_magicjoe,  mmm02:53
coz_magicjoe,  how did the login screen change in the first place?02:53
magicjoecoz:just the login background02:53
Donkeyyhisto: I thihnk02:53
Donkeyyhisto: because when I right click it says "unmount"02:53
histoDonkeyy: well you have to umount it first before you can modified it.02:53
coz_magicjoe,  oh behind where you inter password?02:53
magicjoecoz: i messed with it. trying to dpkg a tarball, with little experience. got one thats not compatible with my architecture02:54
* Skapare is still trying to figure out how to change the background image during the login prompt02:54
histoDonkeyy: if its mounted you maybe able to use it then to do what you want02:54
Donkeyyok histo I unmounted it02:54
barbatrucveovis1: a combination of su -c  "screen -d -m" username should do it02:54
magicjoecoz:yes that screen02:54
john38Can somebody help me with network problem02:54
magicjoecoz": and only that screen if I can02:54
coz_magicjoe,  which package was this?02:54
histoDonkeyy: now you can delete it and create a new parition and format to ntfs02:54
veovis1barbatruc: Yeah, that's what I was planning, but where can I put that?02:54
histo!ask | john3802:54
ubottujohn38: 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. :-)02:54
barbatrucveovis1: /etc/rc.local?02:55
veovis1ah, thanks02:55
veovis1that's all I needed02:55
barbatrucveovis1: pretty standard accross distros02:55
magicjoecoz: i don't remember its been long. but it was from ubuntu satanic......no im not satanic, i just liked the picture02:55
jribveovis1: you should use your user's crontab with @reboot.  Anyway, how did you do it in arch?02:55
barbatrucjrib: right, even better02:55
SkapareI guess <aarcane> is afk02:55
john38histo, i got 2 computers using wireless connection which i swapped HDD's my other computer with USB adapter wont pick up internet signal02:56
etherealitehisto I restarted apache still not effect02:56
Skaparemagicjoe: so you were untarring tarballs?02:56
coz_magicjoe,  ok  this is will allow you to change the background image  let me upload  the text  file hold on02:56
histoetherealite: you need to reload phpmyadmin I think that is running as a service also.02:56
waldyGuys, if anyone has any answer to my question please message me Q: Has anyone here had experience setting up Apache2.2 on Ubuntu Server 10.04.1 and if so, what can cause Apache to not get host images (.gif / .jpg) and binary files properly. It treats everything like text, which is causing obvious problems here......02:56
histoetherealite: /j #phpmyadmin02:56
etherealitehisto phpmyadmin is a php app, its running as a apache vhost02:56
coz_magicjoe,    http://dl.dropbox.com/u/132551/GDM-NEW-MAVERICK02:56
aarcaneSkapare, used to be an app called gdm-config or gdm-admin or some such.  it still exists, but now it has like 1 page with 2 options total.  once upon a time it let you do everything under the sun.02:57
coz_magicjoe,  now one thing about that... it will open the apprearance propterties window as root02:57
john38histo, the computer with usb adapter wont pick up any internet signal anywhere strange???02:57
magicjoecoz: so what is that file? i just go get that file and open it?02:57
Flannelwaldy: What did you do to set up apache2?02:57
coz_magicjoe,   you go to the background tab and choose an image02:57
histojohn38: has that adapter ever worked in linux?02:57
coz_magicjoe,  yeah right click that link and "open in browser"02:57
coz_magicjoe,   save to desktop02:57
coz_magicjoe,  read it02:57
Skapareaarcane: so is that why Ubuntu is getting away from Gnome?02:58
neromananyone from Abany,NY?02:58
john38histo, yeah worked fine before02:58
Donkeyyhisto: when I am done everything do I remount it or leave it unmounted?02:58
coz_magicjoe,  then  remember to follow the directions again so that when you log off it doesn bring up that dialog02:58
histojohn38: check system > admin > hardware drivers02:58
Picineroman: You may want to try asking in #ubuntu-us-ny02:58
aarcaneSkapare, I think it's the other way around, but I don't know.02:58
Donkeyyhisto: if I want windows to read it for example02:58
histoDonkeyy: when you are done you need to mount it to use it.02:58
histoDonkeyy: windows is completely seperate.02:58
john38histo, i just installed win 7 and ubuntu to dual boot on this computer using router02:59
Donkeyyhisto: I know but I mean I just have some media like pics and movies I want to transfer02:59
Donkeyywill those be accessable02:59
john38histo, and swapped HDD's from both02:59
poutyfaceI've installed 10.10.1 64bit, and my machine has 4GB of RAM. However I only see 3.6GB. Do I need to install a -pae kernel?02:59
histoDonkeyy: the pictures and movies are in windows or ubuntu?02:59
Skapareaarcane: is it "more user friendly" to reduce choice, or to increase choice (that maybe one of the choices will be what the user wants to do)?02:59
Donkeyythey were in windows02:59
john38histo, theres nothing wrong with adapter03:00
psusipoutyface, pae only applies to 32 bit kernels03:00
aarcaneSkapare, it's more end-user friendly, and less power-user friendly.03:00
Donkeyybut ubuntu could access them03:00
Donkeyyhisto03:00
jribpoutyface: how are you determining how much you see?03:00
SkaparePAE is being depricated ... no one needs it anymore03:00
poutyfacejrib: free -m03:00
john38histo, could it be when installed win 7 and configured networks for internet that it got messed up03:00
histoDonkeyy: well you can use windows or ubuntu to copy the files over03:00
histojohn38: no windows has nothing to do with networking in ubuntu03:01
magicjoecoz: hey what do i do with this file? i opened it and did the first step, nothing happened....now it wants me to logout?03:01
Donkeyyok, so I must keep it mounted right?03:01
ephram_mcbealHi. Anyone use 10.10 installed in an iBook G4?03:01
DrManhattanthis isnt working at all and im very disappointed03:01
MACK1Eran the update manager, found a flash something another, it locked up hosed my entire update manager03:01
cats4goldis anyone available to help me use the make command?03:01
cats4goldit should be simple, but something isn't working03:01
psusipoutyface, most likely your motherboard does not support memory hoisting so things like the video frame buffer are being allocated under the 4gb mark for compatability with 32 bit operating systems, and that makes the ram at those addresses if it can not be hoisted03:01
evilgeeniusKevindeuxieme: I'd have thought that ubuntu would have figured out how to reliably return from sleep mode by now,,,03:02
Skapareaarcane: and I'm not a "power user" in the GUI sense ... I'm a hardware/systems guy ... I hack BIOSes, boot loaders, kernels, and init scripts ... I'm clueless about GUI environments03:02
jribpoutyface: is it possible you have a computer that uses ram for video memory?03:02
veovis1barbatruc: That worked, thanks.03:02
poutyfacecats4gold: use it for what, exactly03:02
john38histo, what the heck could it be i just reinstalled ubuntu 10.04 64 bit on other computer03:02
veovis1unfortunately, I have to go03:02
barbatrucveovis1: sweet03:02
veovis1shutting down03:02
poutyfacejrib: ah, yes, I do. I should have thought of that :)03:02
Skapareaarcane: if it's "abstract" it makes no sense to me03:02
psusis/makes/masks03:02
cats4goldpoutyface: compiling the source for a minecraft mapper03:02
histojohn38: no idea.  is the card being detected lspci or lsusb and are the drivers being loaded?03:02
aarcaneSkapare, sounds like someone else I know.  anyway, I'm poofing.03:02
john38histo, the gnome network applet "wave sign had red exclamation03:02
Skapareaarcane: bye ... and thanks03:03
magicjoecoz: are you there?03:03
suboneMy SMPlayer now shows no video and I'm forced to go back to using gnome-mplayer for the time being. IDK why because it was working before and it is using the same mplayer as gmplayer is. What would be my first step to troubleshoot this issue or determine why this suddenly happened?03:03
john38histo, this is the weird part when i reinstalled network connections shows up as wired auto etho003:03
histojohn38: most likely cuz networking is disabled you get that. just enable it.03:03
Evanah649hi guys03:04
xmanhey evan03:04
john38histo, as if it was still plugged into my system03:04
john38histo, network is enalbed03:04
john38histo, by defualt03:04
coz_magicjoe,  yes you have to log out after running the first command03:04
john38histo, what is lspci or lsusb??03:04
magicjoecoz: HEY I THINK ITS SOLVED!!!! SWEET THANK YOU03:04
cats4goldCan I post an error, or will that stretch the page a bit much?03:04
histojohn38: they show devices detected by the system03:04
Evanah649i need help lol. trying to run a game under wine and after installing it gives an error saying "Failed to initialize direct3D. Aborting." Does anyone know how to fix this?03:05
coz_magicjoe,  then when you have chosen the background image  ,, log back in and then run the second commad  to prevent the dialog from opening each time03:05
Skaparehmmm ... I posted my question on ubuntuforums.org ... but then realized I didn't yet do a net wide google ... so I do that and get ONE hit ... my post03:05
john38histo, when i right click on gnome network applet its has check to networking enabled03:05
john38histo, if networking is disabled how do i enable it03:06
cats4goldCan anyone look at this error I get when running make?03:06
Skaparecoz_: is there a simple way to just change the GDM login background image?03:06
coz_Skapare,  that is about the simplest way I know of03:07
* Skapare doesn't want one for grub03:07
sexyCan someone help me get MPD to work?03:07
john38histo, ?03:07
DasEi!yay | YiamiYo:03:08
ubottuYiamiYo:: Glad you made it! :-)03:08
histojohn38: you have to enable wireless03:08
Skaparecoz_: looks confusing03:08
john38histo, where03:08
YiamiYoty03:08
j_??03:08
histojohn38: under that same menu03:08
histo!wireless | john3803:08
ubottujohn38: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs03:08
john38histo, but Enable Networking is checked03:09
histojohn38: you'll ahve to follow the troubleshooting or howto's or ask someone else03:09
Evanah649so did anyone get this error when trying to run a game under wine - "Failed to initialize direct3D"?03:10
Evanah649come on, passionate gamers, where are u... :)03:11
illdecreecan someone help with a bluetooth issue?03:11
PiciEvanah649: Wine's support channel is #winehq, they might have a better answer for you.03:11
Pici!appdb | Evanah649 also see03:12
ubottuEvanah649 also see: 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 help03:12
rookshow to restart compiz? since i cant alt-tab right now?03:12
Evanah649oh thanks, Pici03:12
Evanah649I tried all the forums but no help there so i came here03:12
sexyMPD isnt working for me =/03:12
Evanah649i'll try #winehq, tnx again!03:12
DonkeyyI have a very interesting question03:13
DonkeyyI have a 80gb HD if I want half linux half windows which one should I instal first?03:14
=== Semitones is now known as SillyTones
psusiDonkeyy, best to install windows first, then ubuntu03:14
histoDonkeyy: windows03:14
histo!dualboot > Donkeyy03:14
ubottuDonkeyy, please see my private message03:14
Donkeyypsusi: OK, but can I specify how much hd I want reserved for windows03:14
DonkeyyI dont remember it askin03:15
Skaparecoz_: I wish someone would just write a straight-forward no-non-sense no-hidden-agenda document that just tells people what all those fields in all the gnome config files really mean03:15
psusiDonkeyy, just install windows normally using the whole hd, then when you install ubuntu, it will ask you how much to shrink windows by03:15
DrManhattanI demand someone help me fix my quakelive03:15
* DrManhattan shakes his fist03:16
histoDrManhattan: the quakelive forums maybe a good start.03:16
Donkeyypsusi: what if the hardrive with windows was full?03:16
histoDrManhattan: try launching firefox from terminal so you get some output when it crashes also.03:16
=== nova is now known as nova|away
psusiDonkeyy, full as in full of files, or full as in only one partition using the whole disk?03:16
histoDonkeyy: If there is no empty space it can't resize it.03:16
DrManhattanfine.03:16
histoDrManhattan: Does it just close or what?03:17
Donkeyyhisto: exactly03:17
Donkeyyso histo if I am to install windows first, wouldn't it use the whole hard disk like always03:17
histoDonkeyy: but if your windows drive is completely full you have other issues to contend with. pagefile.sys etc...03:17
histoDonkeyy: it will use the whole disk or you can tell it to create a smaller partition, only use lets say half the drive.03:18
Kevindeuxiemeyou can always shrink the partition fromm windows after install03:18
illdecreehisto: could you help me with bluetooth on meerkat? i've got my headphones paired, but don't know how to pipe the music to them instead of the speakers...03:18
Donkeyyyes histo thats exactly what I want to do03:18
histoDonkeyy: you can resize paritions to make room for ubuntu. The installer will do this.03:18
histoDonkeyy: either way it will work.03:18
Donkeyythe ubuntu installer histo?03:18
cats4goldCan somebody take a look at this? http://ubuntuforums.org/showthread.php?t=162611203:19
Kevindeuxiemethe windows one to be on the more or less safe side03:19
psusiDonkeyy, yes, the Ubuntu installer will shrink the windows partition to make room, as long as it isn't full03:19
DrManhattan.mozilla/firefox/t1zozy09.default/extensions/quakeliveplugin@idsoftware.com/plugins/npquakelive.i386.so: wrong ELF class: ELFCLASS32]03:19
histoDonkeyy: correct after windows is installed just run the ubuuntu installer. If there is no room outside of the parition it will want to resize the /dev/sda1 and create room.03:19
histo!dualboot | Donkeyy03:19
ubottuDonkeyy: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot03:19
histoDrManhattan: are you running 64bit?03:19
DrManhattanyep03:20
histoDrManhattan: you need the ia32libs03:20
DrManhattanok03:20
histoDrManhattan: unless they have a 64bit version03:20
DrManhattania32-libs is already the newest version.03:21
message144Hi, are there any advantages to using UFW over iptables other than simplicity?03:21
humanMeathrm03:22
humanMeatopenvpn people insist openvpn is still good software03:22
humanMeateven though their installer for the windows client comes with a client that hasn't been updated since 200503:22
illdecreewhat's wrong with openvpn? i've got little experience with it, but i was never unhappy with it...?03:23
humanMeatilldecree03:23
illdecreehumanmeat: yes?03:23
humanMeatwould you use some software that has not been updated for the latest versions of an OS03:23
humanMeatfor 5 years?03:23
humanMeatand it breaks when you run the installer03:23
illdecreei wasn't aware of that LOL. been years since i used it or even looked at it03:23
jackyNo, humanMeat.03:23
greezmunkeycats4gold: yeah, your make script can't find a file: fatal error: zlib.h03:23
jackyhumanMeat: what are you referring to.03:23
humanMeatjacky, openvpn 2.1403:23
illdecreeso, i wouldn't. good to know, b/c i was actually considering it for a project awhile back...03:24
humanMeatit comes packaged with a openvpn gui client 1.03 copyright 2002-200503:24
illdecreehey, humanMeat, are you good with bluetooth in meerkat?03:24
humanMeatno03:24
humanMeati haven't used bluetooth yet03:24
humanMeatlolol03:24
jackyhumanMeat: wow, I never knew that. DEFINITELY a security issue.03:25
illdecreei haven't either, and i'm stuck...03:25
illdecreeanyone else in here good with bluetooth in 10.10?03:25
Exploiteri remember it took me year to finally able to run bluetooth on linux. but that was 5-6 yrs ago when things were hard..03:25
message144illdecree, i didnt  even know bluetooth works with linux03:25
message144heh03:25
message144illdecree, could have fooled me03:26
humanMeatlinux has trouble supporting gadgety hardware03:26
humanMeatvideo cards.. web cams03:26
tpocraI tried to make a live USB with 10.10 Desktop i386 with unetBootin but when I boot off it, I get "no init found, Try passing init= bootarg etc. etc."03:26
illdecreemessage144: i've managed to get my s305's paired, but i can't pipe audio into the headphones03:26
illdecree:-/03:26
humanMeatlinux is for server. not for desktop03:26
sexyHey guys, I cant get MPD to work03:26
message144illdecree, oh yeah, ive been down linux audio hell a few times... i dont envy you03:26
ExploiterhumanMeat, i m using linux as desktop from last decade, and i have no problem with it.03:26
humanMeatuntil you want 64 bit support for your web cam03:26
humanMeator blue tooth or quad SLI03:26
illdecreemessage144:   :-)    i'm not quite there yet, maybe purgatory03:27
illdecreebut, it's a quick jump to the 7th circle of hell03:27
humanMeati'm just going to use it for its intended purpose.. server alternative to unix03:28
vic20gmris there a total noob channel for ubuntu ?03:28
message144illdecree, i did notice ubuntu audio got way better with 10.04 over the previous releases though.. im hoping its not something i need to worry about anymore03:28
macovic20gmr: thisd be the place for all levels of tech support (though mostly new user stuff gets answered the most as more people know it)03:28
message144humanMeat, strangely enough, is it even best suited for that (server alternative to unix)? If that was your objective, why not go bsd?03:29
illdecreemessage144: i sure hope so. i'd love to figure out how to get some headphones working. would make going to work a lot more enjoyable03:29
Exploiterquestion: anyone know knows how can i wrap long file names in nautilus (maverick) ??03:29
humanMeatmessage144, iptables is too hard03:29
message144illdecree, if it helps, ive had much better luck with logitech usb headphones, than with analog 1/8" headphones with ubuntu03:29
histoDrManhattan: hrm..03:30
humanMeati use AIX at work03:30
vic20gmri c, well ive been researching video stuff, cuz my primary thing i use a computer for is gaming, and i have an old radeon 9600 card, i want to be windows free, but the last time i tried running games it didnt go so well03:30
humanMeatvic20gmr, linux is not for hardcore gaming03:30
vic20gmri ran across something called a puppy? i dont have the foggiest wut that is03:30
humanMeatsorry to break it to you.03:30
illdecreemessage144: that might be something to look into... i've been using analog for awhile now, and i'd like to cut the cord, and go wireless03:30
histoDrManhattan: let me do some googling03:30
humanMeatwine only works "almost" and crashes a lot the other non-almost times03:30
message144illdecree, yeah, ive never had luck with the analog headphones on my ubuntu machines.. the logitech usb support is really good though03:31
DrManhattanyeah this is lame03:31
DrManhattanvery sad.03:31
message144illdecree, of course it depends on the sound card03:31
humanMeatlinux is basically for nerds heheh.. programming. server.03:31
vic20gmri see many good games for linux, nexuiz and assault cube appeal to me, and the only windows games i would run either havelinux native bnaries, or are old enuff for performance to not be so much an issue03:31
illdecreei'll have to remember that. do you know of any good USB to headphones (wireless) setups that are good? even if they are RF, i'd consider them. i just wanna be able to walk around at work and not have to take off my headphones 1000x a day03:32
vic20gmri als ran quake 4 on a friends computer, under ubuntu 10.04 lts fine03:32
macohumanMeat: ubuntu's tagline is "linux for human beings" -- that is, not just the nerdy human beings03:32
slgmaim not a programmer ora nerd03:32
slgmanor do i run a server03:32
slgmabut me and my whole family use ubuntu03:32
illdecreeslgma: seconded03:32
histoDrManhattan: they have a fix posted somehwere some guy was linking to it in his sig03:32
macovic20gmr: puppy is a different linux distro (ie, not ubuntu), but it's very lightweight.03:32
Error404NotFoundhow do i find the common lines between 3 files? for difference i can use a 3 way diff but what about common?03:32
vic20gmrim happy for all of you, so wuts a "puppy"?03:32
DrManhattanhisto - I looked, there's nothing in his sig03:32
DrManhattanit just links to some bs thread03:32
Sir_KonradHow do I restart my audio system?03:32
macoSir_Konrad: sudo alsa force-reload03:33
Sir_Konradthank's maco.03:33
greezmunkeyI'm a geek for 4x4's, huntung, fishing, anything electronic, welding, and chopping wood...oh, and for linux too :)03:33
MintBerryCrunchrdw: If you're here, thanks so much for all the help. The reinstall worked, so I must have made a mistake somewher xD03:33
Exploiterquestion: anyone know knows how can i wrap long file names in nautilus (maverick) ??03:33
illdecreewhile i'm in here: does anyone know if VMware player works on 10.10? if so, how the hell do i install a .bundle?03:33
Sir_Konradsweet. It worked. Thanks maco.03:33
vic20gmrmaco wud thre be advantge to my using it instead of ubuntu [keeping in mind my main task is gaming]?03:34
macovic20gmr: i dont know. i havent used it. it may have fewer services running in the background which would divert less cpu usage away from your game. itd only matter if you're on old hardware though03:34
vic20gmrilldecree o recomend virtualbox03:35
histoDrManhattan: looks like a currrent but with quakelive i'd search there forums03:35
illdecreevic20gmr: i can't use virtualbox for this application. i need to run backtrack4, and i need support for an alfa (USB)03:35
DrManhattanmeh03:35
vic20gmrim on old hardware p4-2.533mhx, 512 mb main ram, radeon 9600/256mb03:35
vic20gmraand host based audio03:36
DrManhattanhow can I tell if I'm running 32 or 64 bit firefox03:36
vic20gmrahh03:36
vic20gmrabout?03:36
illdecreeDrManhattan: shouldn't Help>About show you?03:36
histoDrManhattan: or try chrome or a 64bit version of firefox03:36
buddhihow can i install gyache yahoo messenger03:37
buddhi????03:37
vic20gmrany one of a channel targeting linux gamers?03:37
=== Koopa516 is now known as BSOD_AFK
illdecreespeaking of channels, does anyone know of a good IRC channel for gun enthusiasts?03:38
Skaparefinally ... the simple answer to the first question I asked ... edit this file:  /var/lib/gdm/.gconf/desktop/gnome/background/%gconf.xml03:38
rwwilldecree: #guns or ##guns, by the look of /msg alis list *gun*03:38
vic20gmrgun enthusiast/fps gamers, the only diff is a three day wait hehe03:39
Skaparevic20gmr: not where I live :)03:39
illdecreeLOL, thanks for that... is it on freenode?03:39
vic20gmrhehe03:39
rwwilldecree: yes, they're both freenode channels03:39
rwwprobably other networks would have larger channels about them, though03:39
illdecreerww: thanks!03:39
illdecreerww: i hope to find a good one. i'm not too familiar with IRC, so i'll have to stumble until i find it :-)03:40
Exploiterquestion: anyone know knows how can i wrap long file names in nautilus (maverick) ??03:40
archana8763How do i create a new user from recovery mode  root terminal?03:41
froohhey guys, I just made my / partition an lv (lvm);  I made a vanilla, ext2 boot partition and put everything from /boot in there, but I can't seem to figure out how to get grub to boot with the lv as root03:41
macoExploiter: if its not in the nautilus preferences and running gconf-editor and navigating to /apps/nautilus (i think...) doesnt list it somewhere as a key, then its not an option03:41
greezmunkeyExploiter: why not just use a list view?03:41
archana8763How do i create a new user from recovery mode  root terminal?03:41
Exploiterwell.. i dont like it..03:42
greezmunkeyExploiter: well, there you go...03:42
Exploiteri want to see my video colelction in thumbnail view with proper text names03:42
droundloopyabhijit I understand abut manuals but that does not help.03:42
Exploitercomeon.. what ya'll do if you want to see thumbnails too??03:42
vic20gmrif i were to use an older ubuntu distro, would i get older fglrx drivers?03:42
macoExploiter: i use dolphin instead of nautilus03:42
macoExploiter: it's kde's file manager03:43
droundloopyabhijit  I need help03:43
* droundloopy east updated sitehowto03:43
* droundloopy *easy03:43
Exploitermaco, do it have wrap file name function?? i m using nautilus extented(something) is dolphin is good?03:44
maomaochong大家中午好03:44
Exploitermao ki maa ki chut03:44
macoExploiter: yes, dolphin wraps filenames by default03:45
maomaochong??03:45
bkanuka_hey i'm trying to use my registered name with gnome xchat03:45
maco!cn | maomaochong03:45
ubottumaomaochong: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk03:45
droundloopyMines been fine03:45
droundloopy:( night03:45
bkanuka_it's automatically adding a _ to my username03:45
Exploitermaco, ok gonna try it now..03:45
macoExploiter: you can set in its preferences how many lines it should use. mine is set to use 2. i think thats default03:46
rwwbkanuka_: Because freenode thinks there's a bkanuka user already. If that's you and your connection went funky or something, /msg nickserv ghost bkanuka passwordhere03:46
Exploiteri wonder if gconf-editor have such function.. if not gonna see if be able to implement it or not.03:46
droundloopyanyone know a easy or want help give instructions03:47
vic20gmrmaco would i get older fglrx drivers if i used an old version of ubuntu?03:47
greezmunkeyExploiter: hmm, I created a file and gave it a very long name. It seems to have wrapped just fine.03:47
christopherjust built a new machine and installed maverick. i'm getting tons of segfaults in random apps. it's probably a hardware issue... :/03:47
DrManhattanyep03:47
greezmunkeyExploiter: 8 lines, until I gave up.03:47
bkanuka_rww, did that make my password show up in chat?03:47
rwwbkanuka_: no03:47
Exploiterdefault in nutilus its 3 lines, i just notices.. want to make it 1 line only..03:48
macovic20gmr: yes03:48
droundloopyill do on own more homework03:48
bkanuka_rww, im still chatting is bkanuka_ should i restart xchat?03:48
rwwbkanuka_: type /nick bkanuka03:49
vic20gmrmaco thx for info03:49
=== bkanuka_ is now known as bkanuka
bkanukarww, thank you03:49
droundloopydo you need a static or public ip for anonymously surfing03:49
bkanukawhere can I find out more about IRC? I really dont undertand much about it03:49
DrManhattanI think I want some ice cream.03:50
archana8763how to add a new user account from recovery mode netroot?03:50
DrManhattanI have the munchies.03:50
DrManhattanand gas03:50
sacarlsonarchana8763:  try look at man adduser03:50
droundloopyDrManhattan #ubuntu-offtpick03:50
droundloopyDrManhattan #ubuntu-offtpic03:51
droundloopyDrManhattan #ubuntu-offtopic03:51
archana8763sacarlson, Thanks, I will.03:51
rwwbkanuka: There are some primers linked at the top of http://freenode.net/using_the_network.shtml . I don't know of a good one, though; it's been so long since I learned ;)03:51
mappumMy ubuntu install did not come with libpng or zlib which were needed for a project I am working on. Am I missing something to easily add them to my gcc includes? Gcc does not find zlib.h or png.h (I am using apt-get to install)03:51
al_nz1how do I tell if my graphics card supports CUDA/03:51
* droundloopy spelt coffee on laptop03:51
Exploitergconf-editor > nautilus > icon_view > text_ellipis = now its wrap1 line only, done.. wonder why theres no manual of it on inegoogle03:52
john38anybody know what lsusb is and how to load network drivers03:53
=== droundloopy is now known as droundloopy|away
john38??03:53
* droundloopy|away looks for keyboard03:53
rwwubottu: away | droundloopy|away03:53
ubottudroundloopy|away: You should avoid noisy away messages and -nicks in a busy channel like #ubuntu, or other Ubuntu channels; it causes excessive scrolling which is unfair to new users. Use the command "/away <reason>" to set your client away silently.  See also «/msg ubottu Guidelines»03:53
bazhangdroundloopy|away, please stop with the /me commands03:53
LuqmanHello03:54
john38how do i tell ubuntu to use lsusb and load network drivers03:54
LuqmanI would like to know where ubuntu mounts the filesystem while it is installing03:54
mappumhow do i include zlib and libpng?03:54
SkapareLuqman: somewhere near /mnt03:54
al_nz1how do I tell if I am running 64bit or 32bit Ubunutu?03:55
john38anybody know what lsusb is and how to load network drivers03:55
SkapareLuqman: why not break in while it is installing and see03:55
=== neil__ is now known as Oberiko
LuqmanSkapare, as in use kill -STOP ?03:55
SkapareLuqman: as in, press Ctrl+Alt+F1 and do "df"03:55
Luqmanctrl+alt+f1 breaks it?03:56
SkapareCtrl+Alt+F7 to get back03:56
LuqmanI didn't know that03:56
Skaparenot "break" ... but "break in"03:56
LuqmanI thought it let it run in the background03:56
Luqmanwould it sort of pause?03:56
vic20gmrmaco if i put visual effects on lowest setting, do you think that will have a positive impact on 3d game performance?03:56
Skapareit will still run ... but that "break in" is a switch to a text console03:56
Skapareno, it will keep going03:56
macovic20gmr: no, i think itll be negative. visual effects should be off03:56
shcherbakjohn38: man lsusb, and what wifi dongle are you using?03:57
tarovenAnyone aware of a way to lock a devices volume in Pulseaudio/ALSA? Having some annoying overdrive issues, and my volume gets reset on user switches.03:57
Luqmanok, well what I'm trying to do  is remount the btrfs with the option compress03:57
Skapareit's not even in background ... it's "in" another console03:57
vic20gmrmaco, ok thanks03:57
SkapareCtrl+Alt+F7 to get back to the install (usually F7 ... something F8 or even F9)03:57
Luqmanyes03:57
john38shcherbak, TP-lInk usb adapter03:57
LuqmanSkapare, would pausing the ubiquity process also pause the install process?03:58
SkapareLuqman: I can't say for that03:58
shcherbakjohn38: one moment, oh, lsusb lists usb ports and devices03:59
gasullHas anybody tried to run apt-get with a proxy?  http://dpaste.com/277576/  It fails to fetch every single repo.03:59
Skaparegasull: have not yet but was planning to try that at work03:59
john38shcherbak, the other ubuntu computer wont pick usb adapter for internet03:59
=== Luqman is now known as Luqman|AFK
=== Luqman|AFK is now known as Luqman
d3v0anybody here good with evolution mail04:00
=== droundloopy|away is now known as droundloopy
d3v0all of a suddent i cant send mail but i can receive it04:00
mappumhow can i set my libraries I have recently installed (apt-get) to be included in g++?04:01
Skaparegasull: not sure if needed here, but I have seen SOME programs that fail if a URL ends in the host:port part w/o a trailing '/'04:01
ollie_bello04:01
d3v0it says (cannot connect to smtp server)04:01
Skaparegasull: you might append / to that proxy URL and try again just to be sure04:01
ollie_vista or ubuntu u decide should i unistall vist04:01
Skaparegasull: I assume you verified the proxy with a browser04:01
bkanukahey is there a way to hide messages about people joining or leaving and just see the talk?04:01
Skaparemappum: "my libraries" are your own personal ones?  installed by what means?04:02
rwwbkanuka: /set irc_conf_mode 104:02
tarovenbkanuka: Assuming xchat, rightclick #ubuntu in your channel list, head to Settings, and toggle "Hide Join/Part Messages"04:02
gasullSkapare: thanks but it doesn't work :-(04:02
rwwbkanuka: (what I said is for all channels, what taroven is for one channel)04:03
capletonhey, in a terminal, how can you tell the free space left on a particular device?04:03
sacarlsongasull: is proxy from your self posible?  does your proxy from yourself work with a browser?04:03
rwwcapleton: df -h04:03
mappumSkapare: ones I am assuming are standard such as zlib and pnglib, i used apt-get04:03
bkanukarww: where should I learn about these things?04:03
shcherbakjohn38: refer to this https://help.ubuntu.com/community/HardwareSupportComponentsWirelessNetworkCardsTP-Link, eventually try to find installation method by googling usb ID with linux or ubuntu04:03
Skaparegasull: then I guess you'll need to do some network sniffing to see what is happening wrong04:03
tarovenAnyone aware of a way to lock a devices volume in Pulseaudio/ALSA? Having some annoying overdrive issues, and my volume gets reset on user switches.04:03
Skaparegasull: or wait until I get around to doing a proxy at work + time to debug it04:03
rwwbkanuka: I got that off Google, but #xchat might be helpful ;)04:04
shcherbakjohn38: what version of Ubuntu we talk?04:04
bkanukaalso what program SHOULD i be using? xchat or gnome xchat04:04
tarovenbkanuka: Same diff.04:04
john38shcherbak, 10.04.1 LTs04:04
VadtecDulak: well, at least i got my wrt54g v5 flashed to dd-wrt :D04:04
Skaparetaroven: you mean you have to lower the volume on current music, and switch user means have to lower it all over again?04:05
capletonthnx rww04:05
bkanukarww: thanks.  I know i should just google but i've yet to find a solid guide.  I haven't found xchat very new user friendly04:05
rwwbkanuka: It's a matter of opinion, but I'd personally recommend xchat instead of xchat-gnome.04:05
bkanukasorry, not xchat, IRC04:05
gasullsacarlson: I'm using ssh tunneling as a proxy04:05
tarovenSkapare: For example, I use two sound devices (one USB, one internal) - The USB device is set to 100% volume, internal needs to be set to 63% to prevent overdrive. Switching users puts the USB device to 11% and the internal to 89% every time.04:06
Skaparegasull: what ssh option?04:06
sacarlsongasull: ok and does firefox work with it?04:06
Skaparetaroven: even though you have set the volume also in the other user?04:06
sexyAHH this is getting frustrating. Niether MPD nor Subsonic are working. Any help?04:06
tarovenSkapare: Correct. Bit odd if you ask me.04:07
gasullSkapare, sacarlson: yes, Firefox is working with it: ssh -ND 7777 -p 587 example.com04:07
john38shcherbak, i think when i configured network with windows 7 it messed up everything04:07
shcherbakcan you give me line from lsusb?04:07
tarovenSkapare: Gimme 20 seconds and I'll doublecheck.04:07
d3v0im having a problem with evolution mail i cant send mail but i cant receive it, none of my settings have changed and the error i get says i cant connect to smtp server04:07
Skaparetaroven: agreed, odd ... each user has its volume state which has issues ... but it shouldn't require repeating that on every switch04:07
shcherbakjohn38: are you using wubi?04:07
john38shcherbak, several04:07
john38shcherbak, im running windows 7 and ubuntu dual boot on this one04:08
Skaparegasull: you have specified HTTP proxying, not SOCKS proxying, in that config04:08
john38shcherbak, i have only ubuntu on other computer with usb adapter04:08
Skaparegasull: I'm not sure it can do socks proxying04:09
shcherbakjohn38: only line for that device (need to plugged in), if this is dual-boot configs are independent.04:09
Skaparegasull: but you might try "http://" -> "socks://" or "socks5://" to see if04:09
d3v0im having a problem with evolution mail i cant send mail but i cant receive it, none of my settings have changed and the error i get says i cant connect to smtp server04:09
tarovenSkapare: Correction, volume on the other user was completely screwed. Still very confused as to why the second user would be able to force my volume levels while mine have no effect on it.04:10
john38shcherbak, it said Atheros Communications Inc04:10
shcherbakd3v0: make sure thet configuration is ok (password and ssl)04:10
Skaparegasull: otherwise you might need to run a socks library wedge (forget the name of it) to force all connect() sys calls to call a socks support function04:10
shcherbakjohn38: yes, whole line04:10
john38shcherbak, hold on04:10
Skaparetaroven: each user has its own volume level ... logout one and login other, it will change to the other's volume ... direct user switch I believe would do exactly the same04:11
gasullSkapare: tried with "socks".  Also, I captured the network traffic with Wireshark while using "http" in /etc/apt/apt.conf04:12
Skaparetaroven: it makes sense in cases where each user is a different real person playing different stuff ... but it's annoying when one user is crossing up multiple stuff at different levels AND multiple userids that have to keep changing04:12
LuqmanOkay after some trickery, I've got btrfs mounted with compress :D04:13
Skaparegasull: it will try to do HTTP style proxying ... any chance you can set up an HTTP proxy server at the far end of your SSH connection ... and use -L on SSH to pass the connection to the proxy server?04:13
=== michael is now known as Burzmali
LuqmanThanks for the help Skapare04:14
Skaparegasull: apache, squid, etc for proxy HTTP style04:14
gasullSkapare: mmm... I never tried that04:14
=== Guest11570 is now known as Burzmali
tarovenSkapare: *shrug* It's not a big deal either way. I've got the second user's login details if I need to reset it again. I'm a lot more curious about the second part of the original question, preventing overdrive by either locking ALSA PCM volume or setting a custom max level to the pulseaudio volume controls.04:14
xTheGoat121xHibernate is currently not working on my laptop -- it had previously worked.  I can list symptoms when needed04:14
john38shcherbak, BUS 001 Device 005: ID 0cf3:9271 Atheros Communications, Inc.04:14
Skaparetaroven: what you need is basically single-state volume levels so a user switch OR logout/login doesn't change it04:15
Skaparetaroven: but ... that seems to not be considered the "friendly way" by certain people04:16
bkanukaI had some people help me out a few minutes ago - thanks.  I've just been messing around in xchat settings04:16
Skaparetaroven: similar to the "I want my wireless connection to stay up across user switch"04:16
shcherbakjohn38: have you tried Hardware Drivers from menu?04:17
sexy_Can someone please help me set up Subsonic or MPD? Having a tough time04:17
tarovenSkapare: Not a big enough deal to bother with, honestly. I can always just readjust if needed. I still do want volume sliders that make sense though - ie, 100% volume not sounding like I just blew out my speakers.04:17
john38shcherbak, well i cant connect to internet so i dont know04:18
john38shcherbak, ??04:20
Skaparetaroven: there is separate volume and master volume settings at the driver/device level ... and maybe 100%+100% is in fact overdriving ... and maybe setting master to 50% might at least limit the peaking issues04:20
Skaparetaroven: a full mixer app might be able to make all the settings ... dunno if they will "stick" though04:21
gasullSkapare: it works with tsocks :-)04:21
john38shcherbak, im using TL-WN722N usb adapter04:21
Skaparetaroven: over on my slackware box I use alsamixer for that ... settings stay across users ... but go back to defaults on reboot04:21
Skaparegasull: \o/04:22
gasullSkapare: when you mentioned using "socks://" I realized what the problem was.  Thanks.04:22
tarovenSkapare: Yeah, aware of using alsamixer for that. I've had a bit of success setting master down a bit (since pulse seems to go by PCM for the most part), but like you said it doesn't seem to stick across boots.04:22
ermie ae pessoal do Ubuntu04:22
shcherbakjohn38: that helps, one method http://linuxwireless.org/en/users/Drivers/ath9k_htc04:23
Skaparegasull: well you have 2 solutions in case the other ever finds a problem it can solve :)04:23
tarovenSkapare: Would absolutely love a sticky solution.04:23
arrrghhhis that spanish ermi ?04:23
arrrghhh!es | ermi04:23
ubottuermi: 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.04:23
bazhang!br | ermi04:23
ubottuermi: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigado.04:23
arrrghhhbrazilian portugese eh?04:23
arrrghhhlol04:23
ermivaleu vo la sim04:23
gasullSkapare: what's the other solution?04:23
Skaparetaroven: my solution on slackware was yet another app that lets me hard set the audio levels from an init script ... haven't needed to do that in Ubuntu, though04:24
mappumhow should i be installing zlib so when g++ is told to include zlib.h it will find it?04:24
git__what laptop is best compatible with Ubuntu 10.10 ?04:25
git__i want to have USB to work perfectly04:25
tarovenSkapare: Hm. Good idea. I'll hit up Google for the commands. Thanks for the help.04:25
arrrghhhgit__, usb is usually the smallest of problems.  wifi and video cards are probably #1 culprit of pain.04:25
Skaparemappum: normally that's done in the including source's #include directive04:26
Skaparemappum: where did zlib.h get installed at?04:27
mappumSkapare: i dont know, i used apt-get04:27
git__i'm in the market for a laptop04:27
john38shcherbak, could it be networking is disabled theres a check next to Enable networking04:27
git__and want one that works great with Ubuntu 10.1004:27
Skaparemappum: do command:  ls -l /usr/include/zlib.h04:28
Skapareif it's there, then in C/C++ program this should work:  #include <zlib.h>04:28
mappumit does not exist, I am assuming i installed the wrong package04:28
Skaparewhat was the package name?04:29
mappumwell i installed zlibc but there are other names04:29
mappumxlib-bin?04:29
mappum*zlib04:29
Skaparemappum: install zlib-dev04:30
mappumit doesnt exist04:30
shcherbakjohn38: but we talk about wireless, you do need driver for this adapter - ath9k_htc....04:30
Skaparemappum: hold on, let me check packages04:31
john38shcherbak, i dont know what the heck im doing not sure what link to choose04:31
bastidrazor!find zlib.h04:31
ubottuFile zlib.h found in autoconf-archive, doc-linux-ja-html, erlang-doc-html, libajax6-dev, libboost1.40-dev, libboost1.40-doc, libboost1.42-dev, libboost1.42-doc, libbotan1.8-dev, libbz2-dev (and 33 others) http://packages.ubuntu.com/search?searchon=contents&keywords=zlib.h&mode=&suite=maverick&arch=any04:31
AngryKoalagreetings, when I try to mount an ntfs drive I get: fuse: mount failed: Device or resource busy    What should I do?04:31
Shoggothhi!04:32
arrrghhhAngryKoala, are you mounting it manually?  you can try to force it with -f.04:32
arrrghhh!hi | Shoggoth04:32
arrrghhhcrap04:32
arrrghhh!hello | Shoggoth04:32
arrrghhhis it welcome?04:32
arrrghhhi'm just strikin out.04:32
Skaparemappum: try zlib1g-dev04:32
ShoggothI seem to remember that it is somehow possible to compile and install software from source and then tell the dpkg system about it so it doesn't get overwritten04:32
Shoggothhow do you do this? can someone please remind me04:33
SkapareShoggoth: build it into a .deb would seem reasonable to me04:33
shcherbakjohn38: but I have not find to many confimed test. Use this one -- http://linuxwireless.org/en/users/Drivers/ath9k_htc04:33
bastidrazorShoggoth: use checkinstall instead of make install04:33
mappumSkapare: thank you, it worked. I am just wondering, where did you go to find that?04:33
ShoggothSkapare: yes that's one way... but I remember doing it another way at somepoint04:33
SkapareShoggoth: otherwise I keep stuff away from where dpkg would install it04:33
Shoggothbastidrazor: that might be what I'm looking for...04:34
bastidrazor!checkinstall04:34
ubottucheckinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running!04:34
Skaparemappum: I have a collection of files I generated by having aptitude get a package list then generate info on every package ... a four hour long run04:34
Shoggothok04:34
Shoggothso has anyone used it to build and install wine?04:35
john38shcherbak, can't find the link to download?04:35
AngryKoalaarrrghhh, this is weird.  When I mount /dev/sda1 , which is my windows hdd, it mounts my root in /dev/sdb1 instead04:35
Skaparemappum: unfortunately, the script uses some C programs I wrote, too ... so it's not ready for public use04:35
john38shcherbak, ath9k_htc keeps redirecting me to another page04:35
Skaparemappum: eventually it will be04:36
arrrghhhAngryKoala, make sure you're using the right disk.  ls -lah /dev/disk/by-uuid04:36
arrrghhhthe uuid of NTFS partitions is very obvious...04:36
mappumSkapare: maybe it should be turned into a public service rather than a public script04:36
shcherbakjohn38: you, most likely want to get ar9271.fw04:36
arrrghhhno dashes, usually all caps i believe.04:36
Skaparemappum: that's an idea, too04:36
shcherbakjohn38: what page?04:36
AngryKoalaarrrghhh, yup, the only one Not in my /etc/fstab is /dev/sda1 which is different than all the rest04:37
john38shcherbak, http://linuxwireless.org/en/users/Drivers/ath9k_htc04:37
shcherbakto get right firmware -- http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree04:37
Shoggothbastidrazor: do I have to do a apt-get hold afterwards?04:37
Skaparemappum: not sure what the best WUI would be for it ... but I could just provide a tarball of all the data each week and let someone else do the web part04:37
arrrghhhAngryKoala, your fstab should mount by uuid... does it not?04:37
shcherbakfor instructions -- http://linuxwireless.org/en/users/Drivers/ath9k_htc04:37
arrrghhhthe /dev location can change...04:38
Skaparemappum: would be nice if ubuntu.com just did this ... that, afterall, have the master data04:38
bastidrazorShoggoth: you can yes if the repositories hold a newerr version04:38
AngryKoalaarrrghhh, correct, my fstab mounts by uuid, I'm just saying that the only uuid left is linked to /dev/sda104:38
shcherbakjohn38: make sure to have coffe ready before you start04:38
john38shcherbak, ok04:38
Skaparemappum: and that data downloads via apt-get update04:38
Shoggothbastidrazor: thanks... yes unfortunately my program will only work with wine 1.1.33 which is much older than what's in the repo04:38
arrrghhhAngryKoala, ic.  well that makes no sense then :P04:39
Shoggothbastidrazor: I shall embark on this quest :) thanks again!04:39
AngryKoalaarrrghhh, yes i know...which is why i need help lol04:39
bastidrazorShoggoth: best of luck04:39
mappumSkapare: have you contacted them? that would be pretty helpful to the community04:39
arrrghhhAngryKoala, please pastebin the output of that ls command, and the mount command you are attempting.  also, your mount point exists?  where are you trying to mount it?04:39
Skaparemappum: as soon as I get lxc working right, I'll set up doing this for a few versions of ubuntu04:40
bastidrazorAngryKoala: as suggested earlier, you should be using UUID's in fstab instead of /dev/ .. it solves the issue04:40
AngryKoalabastidrazor, im using uuids04:40
shcherbakjohn38: on firmware page find ar9271.fw and download it (get also whole family of ar7010, just in case)04:40
rwwSkapare, mappum: http://packages.ubuntu.com/ can search for which packages contain a given file.04:40
rwwwhen it's up, anyway04:41
mappumrww: oh. nevermind then.04:41
Skaparerww: that's part of the solution, at least04:41
Skaparerww: it goes down a lot?  maybe they should run ... oh wait ... what distro was that?04:41
rwwSkapare: Yes. I suspect it runs on the same 486 as wiki.ubuntu.com.04:42
john38shcherbak, its only 0 bytes blank04:42
rwwand keyserver.ubuntu.com04:42
rwwyay Canonical hosting :\04:42
Skaparerww: one problem is the package list has a lot of package names that were transitional aliases where another change took place, and the name is still there now dangling04:43
AngryKoalaarrrghhh, http://pastebin.com/UQBZVKj904:43
john38shcherbak, do i click on title, blob, history or raw04:43
Skaparerww: they show up as "State: not a real package" and the like04:43
shcherbakjohn38: rathe on file itself04:43
rwwSkapare: Yes, virtual packages. packages.ubuntu.com ignores them04:44
Skaparerww: maybe they are running it on a netbook reached via wireless at 100m04:44
rwwhttp://packages.ubuntu.com/search?searchon=contents&keywords=zlib.h&mode=exactfilename&suite=maverick&arch=any04:44
john38shcherbak, its a blank file 0 bytes04:45
rwwso still requires familiarity with things, but it's a useful tool04:45
john38shcherbak, am i clicking ar9271.fw then adding stuff to text04:47
john38shcherbak, is that how this works04:47
tarovenSkapare: Turns out that setting "flat-volumes = no" in /etc/pulse/daemon.conf at least makes PA levels less annoying to deal with. I can live with that. Ended up just killing the Gnome volume controls on the second user, there's a volume wheel on the speakers for that anyway. =P04:47
frederick85I'v got this issue where my mouse doesn't work occasionally after booting 10.10, like I said it is occasional and the workaround I'm currently using is turn it off and on again and it has a chance that it will work.04:48
MrAnthropeHey guys, I installed Guild Wars and everything is fine except I installed an icon theme and it has messed up my desktop icon for guild wars. How can I make a GW icon that isn't a sheet of paper? lol04:48
macoMrAnthrope: you can just right click it and edit it and tell it to use a different file as the icon04:49
Hrimfaxiis there any way to close out notification boxes?04:49
john38shcherbak,??04:49
MrAnthropeI don't have a r-click --> edit.04:50
shcherbakjohn38: raw, to get it, but please wait, Can you go to Menu...04:50
heyuanweigoodafternoon04:50
macoMrAnthrope: i think its properties04:50
Parabolafembot: status04:50
fembotcm_bravo_full: idle, last build 1h26m52s ago: build successful04:50
fembotcm_bravoc_full: idle, last build 1h57m42s ago: build successful04:50
fembotcm_buzz_full: idle, last build 2h40m26s ago: build successful04:50
fembotcm_dream_sapphire_full: idle, last build 4h06m50s ago: build successful04:50
fembotcm_espresso_full: idle, last build 3h50m51s ago: build successful04:50
FloodBot1fembot: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.04:50
fembotcm_generic_quick: idle, last build 45h39m12s ago: build successful04:50
fembotcm_hero_full: idle, last build 1h42m33s ago: build successful04:50
macoParabola: is that your bot?04:50
john38shcherbak, so download the raw link04:51
Parabolano04:51
shcherbakjohn38: System > Administration > Hardware04:51
MrAnthropehmm Emblems?04:51
Parabolai dont have any bots04:51
macoMrAnthrope: no...04:51
john38shcherbak, im not at the computer04:51
macohmm thisd be easier if i could see what you're seeing04:51
john38shcherbak, the adapter is on other computer04:51
maco(i dont use gnome)04:51
john38shcherbak, as you can see i cant get internet to work without adapter04:52
john38shcherbak, perhaps i can just get instructions04:52
heyuanweiI want to know if we can chat with Chanise,I'm new here.04:53
rww!cn04:53
ubottuFor Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk04:53
frederick85Hi, would anybody be able to trouble shoot a problem where the mouse 'occasionally' doesn't work after booting ubuntu.04:53
heyuanweiThanks vey04:54
heyuanweiThanks very much04:54
shcherbakjohn38: it detect supported hardware with no connection, just cannot install it04:54
john38shcherbak, what do i do first04:54
nit-witfrederick85,  it is probably the mouse what makes it work when this happens?04:54
john38shcherbak, should i transfer any file to that computer04:55
john38shcherbak, i dont have aht9k_htc driver04:55
frederick85nit-wit, to get it working again I shut down the computer and start it up again04:55
nit-witfrederick85, have you tried unplugging then plugging back in?04:56
greezmunkeyfrederick85: is your mosue usb?04:56
shcherbakjohn38: first Menu... then installing manualt if it will be needed look at this post -- http://ubuntuforums.org/showthread.php?p=1006289304:56
greezmunkeymouse...04:56
frederick85nit-wit, yes didn't solve the problem04:56
frederick85greezmunkey, yes usb04:56
MrAnthropeI don't see how to change the icon.04:56
greezmunkeyfrederick85: Dell PC? Dell Mouse?04:57
frederick85greezmunkey, microsoft also to add it has no issues on windows04:57
bastidrazorMrAnthrope: right click > properties > Basic > click the icon below the word Basic > select a new icon to use04:57
nit-witfrederick85, have you tried another mouse to see if this happens?04:57
frederick85nit-wit, no but it never does that on windows so it's something with ubuntu04:58
MrAnthropelol omg. Thanks bastidrazor :)04:58
greezmunkeyfrederick85: what nit-wit said, or what i found with my system - moving the mouse to a differant usb port solved the issue for me. Wierd, I know...04:58
hblountHi. I installed ubuntu 10.10 on an old comp with an abit nf7 mobo.  I am not getting sound.  Also, I have a dell g0771 video card 64mb and I can't get dvd's to play. Can anyone help?04:58
nit-witfrederick85, it may be the mouse think outside of the box it is a MS mouse04:58
frederick85greezmunkey, I already tried that, but alas the problem continued04:59
serg_shi!04:59
snakeso i just called verizon support, and apparently you can't have a web server without a static IP address04:59
creepy_ballerinaquit04:59
snakeserg_s, Hello!04:59
serg_shwo can help me?04:59
frederick85a quick google shows that it is a known issue with maverick05:00
snakeserg_s, what is your problem?05:00
nit-witfrederick85, this mouse or in general05:00
frederick85nit-wit, with ubuntu in general05:00
MrAnthropemuhaha05:01
MrAnthropeSweet.05:01
frederick85nit-wit, http://ubuntuforums.org/archive/index.php/t-1594178.html05:01
bastidrazorsnake:  ask in #httpd about setting up a domain with a dynamic ip. i'm sure they have guides laying around05:01
snakebastidrazor, OMG THX!!05:01
john38shcherbak, i did System > Administration > Hardware its blank05:01
john38shcherbak, no hardware installed by system05:01
yggdrasilwhats teh code name for galaxy ?05:02
nit-witfrederick85, I do have my mouse do the same at times, replugging works in my case. It may not work with the replug if you have a lot of stuff running, thanks for the link I will look05:02
serg_safter install a driver nvidia my load screen has be 640*480 :( why05:02
hblountHi. I installed ubuntu 10.10 on an old comp with an abit nf7 mobo.  I am not getting sound.  Also, I have a dell g0771 video card 64mb and I can't get dvd's to play. Can anyone help?05:02
snakebastidrazor, i'm having a problem with joining #httpd05:03
snakebastidrazor, it returned: * #httpd :Cannot send to channel05:03
rwwubottu: register | snake05:03
ubottusnake: 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 #freenode05:03
rww(#httpd requires nickserv registration to speak)05:03
bastidrazorsnake: you probably need to be registered... anyway, dyndns can do this for you for free and they have a dameon that can update your ip to your domain automatically05:04
snakehmm....05:04
HRPufnstufjust for your info. I installed Ubuntu 8.04 from a cd I burned 2 years ago, then upgraded online to 9.04, then added packages, and all is working just fine! yay me!05:05
lapionhello,05:05
HRPufnstufand my computer is a 200105:05
snakebastidrazor, it seems that i also have the option to update my dyndns using a setting in my router! nice :D05:05
lapionanyone have an idea why My indicator applet 0.4.6 doesn't have my username in it anymore ?05:06
john38shcherbak,??05:06
rypervenchelapion: Have you tried "killall gnome-panel" ?05:07
lapionHRPufnstuf, congrats.. what's about gogin to 10.4 ?05:07
hblountHi. I installed ubuntu 10.10 on an old comp with an abit nf7 mobo.  I am not getting sound.  Also, I have a dell g0771 video card 64mb and I can't get dvd's to play. Can anyone help?05:07
Shishireusing the built-in gnome-xchat... how do I add an on connect command?05:07
lapionrypervenche, even rebooted, removed, re-added the applet etcetc05:07
=== Fretta_ is now known as Fretta
rypervenchelapion: What version of Ubuntu are you on?05:08
lapion10.10 of course05:08
shcherbakjohn38: oki, you told me that you used this usb on second machine?05:09
john38shcherbak, worked fine before i swapped HDD's from second machine to this machine and back05:09
sexyMPD has web server access right?05:10
rypervenchelapion: Have you done anything with your accounts recently? Go into your accounts and check the nicknames and everything.05:10
john38shcherbak, when i reinstalled ubuntu on second machine it still showed up wired connection auto etho0 as if it was on this computer05:10
lapionrypervenche, nope no changes to accounts.. only regular updates with update mngr05:10
rypervenchelapion: Check the account info anyways to see if anything has changed.05:11
shcherbakjohn38: i thought that it is wlan0 not eth005:12
john38shcherbak,arent you understanding me05:13
lolzeri am not able to see the sdcc software that i installed05:13
john38shcherbak, sorry i know its late05:13
john38shcherbak, the HDD on this computer used to be on that one05:13
lolzercan any1 help me out plz05:13
john38shcherbak, and the one on the second machine used to be on this one05:14
john38shcherbak, im using wired auto etho0 on this one and wlan on second with usb adapter05:14
john38shcherbak, the wireless router is on this machine05:15
humanMeatso i went to openvpn to see what the heck is going on with my vpn05:15
shcherbakjohn38: ok, can you put adapter into machine where it works?05:15
humanMeati did ufw 1194 where openvpn should be listening05:15
humanMeat"it's your firewall" openvpn guy says05:16
lapionrypervenche, the only thing I can think of is that someone changed the behavior of the applet..05:16
john38shcherbak, i only have 2 machines this one and the other05:16
lapionNothing is changed in my user settings..05:16
rypervenchelapion: I'm not sure then.05:17
shcherbakjohn38: if i get it right, on one of them adapter should work, right?05:17
* lapion thinks the applet creator decided that if you can't switch users because one only has one user on the system the user name need not be visible.. 05:17
john38shcherbak, i can reverse connections05:18
zhill29Hey, stupid question here but how do I install GDM themes in Ubuntu 10.10?05:18
hblountHi. I installed ubuntu 10.10 on an old comp with an abit nf7 mobo.  I am not getting sound.  Also, I have a dell g0771 video card 64mb and I can't get dvd's to play. Can anyone help?05:18
john38shcherbak, so second machine is connected to router and modem and this machine with adapter05:18
[1]mvsnhey everyone... there really isnt a generic channel for "Open Source" that I could find... but i might as well bring this here.... From all the things open source... how come no one has started the following; Open Source Banking; Open Source Insurance.. :P05:19
humanMeatdoes anyone know what will try again in 5 seconds: Connection timed out (WSAETIMEDOUT) means?05:19
* lapion thinks the applet creator decided that if you can't switch users because one only has one user on the system the user name need not be visible.. rypervenche 05:19
AbhiJit!theme | zhill2905:20
ubottuzhill29: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freshmeat.net/browse/58/ - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy05:20
rypervenchelapion: I only have one user on my system and I see my name.05:20
zhill29Abhijit i know how to find the themes i just don't know how to install gdm themes in 10.10... they changed it05:20
sexyMPD has web access too right?05:20
AbhiJit!changethemes05:20
ubottuTo change gnome themes: https://help.ubuntu.com/community/UbuntuEyeCandy.  Kubuntu themes: https://help.ubuntu.com/community/CustomizeKubuntu. Xubuntu users should /msg ubottu xfce-themes05:20
shcherbakjohn38: just plug it to "wired" machine and run ifconig command (do not need to connect to network)05:20
lapionok thanks.. rypervenche  at least that is not the problem05:20
john38shcherbak, will setting up windows 7 automatically with home network affect how adapter on second will work05:21
Shoggothbastidrazor: thanks it worked a treat!05:21
john38shcherbak, you mean plug adapter to this machine then run ifconfig?05:21
shcherbakjohn38: yes05:23
humanMeathwo can i tell if my remote ubuntu server is accepting anything on port 119405:23
zhill29AbhiJit: Thanks, but that still doesn't help me with GDM themes, for the login screen.05:23
lapionthanks for you help rypervenche I will lok into this on a later time. it's way too early to google........05:23
pahninhello05:23
AbhiJitzhill29, use gdm2setup05:23
shcherbakjohn38: no grub (starting settings) have nothing to do with it (rather)05:23
rypervenchelapion: Haha, good luck!05:24
lapionrypervenche, at least here in th netherlands it is way to early05:24
AbhiJitzhill29, https://launchpad.net/gdm2setup05:24
pahninI;m on 10.10 how to install unity in this i want to try it05:24
greezmunkeyhumanMeat: can you ss into it?05:24
john38shcherbak, ok what am i looking for05:24
greezmunkeyssh05:24
jushineAnybody now?05:24
Gerwinlapion: Pfffh, it's not early over here, it's starting to get late :>.05:24
Leman_Russhow can i take a screenshot of my 3d desktop when it is mid rotation?05:24
humanMeathrm05:24
shcherbakjohn38: ifconfic? look for wlan005:25
jushineAnybody in now?05:25
rypervenchelapion: I'm in France, it's just now getting early :P05:25
humanMeatgreezmunkey i tried to ssh into xxx.xxx.xxx.xxx:1194 but it's not doing anything05:25
edbianLeman_Russ, Take a video of it, then take a still of the video05:25
shcherbakjohn38: or ath005:25
pahninleman:press pront screen button in keybopard05:25
AbhiJitLeman_Russ, not sure but set screenshiot delay to 1min or so and keep rotating your desktop for 1min and it wll then (MAY BE) take screenshot of what you want?05:25
humanMeatdoes ssh work with all ports greezmunkey?05:25
humanMeati thought it's just 22 2305:25
john38shcherbak, only eth0 and  lo05:25
macohumanMeat: you can configure it to run on a different port05:25
jushinemy god!05:25
pahninany one plz help .... I want to instal unity on my 10.1005:26
humanMeati configured my client to connect on 2205:26
humanMeatand the server seems to accept on 2205:26
shcherbakjohn38: ok, try to enable wireless in panel05:26
greezmunkeyhumanMeat: ssh into your server, if it is set up for that, and then check which ports it is listening on.05:26
john38shcherbak, you mean network connections05:26
root__ss05:27
humanMeatgreezmunkey i see this: tcp        0      0 0.0.0.0:1194            0.0.0.0:*               LISTEN05:27
humanMeatwhat does that mean..05:27
john38shcherbak, nope nothing05:28
AbhiJit:s05:28
john38shcherbak, just eth0 and lo05:28
greezmunkeyhuman it means it is listening...on that port number.05:28
shcherbakjohn38: what about sudo ifconfig wlan0 up?05:28
humanMeatmy remote server is listening on that port number?05:28
john38shcherbak, should i reset router to factory settings and config again05:28
humanMeathow would I confirm this greezmunkey05:28
humanMeatapparently the output looks like it's giving me lip service05:29
humanMeatlike from a remote place.05:29
humanMeati'm in windows05:29
greezmunkeyhumanMeat: It looks like you are running OpenVPN on it, is that right?05:29
humanMeatyes..05:29
john38shcherbak, wlan0: error fetching interface information: Device not found05:29
shcherbakjohn38: no need, have you used adapter on Ubuntu at all?05:29
humanMeatthe server is running.  i can't seem to get my client to connect it keeps timing out or something05:29
humanMeati made some windows firewall exceptions05:29
greezmunkeyhumanMeat: stop and restart the openvpn service, then try connecting to it again.05:30
humanMeatdid that05:30
john38shcherbak, yes this worked fine before i swapped HDD's and installed win 705:30
shcherbakjohn38: on 10.10 or 10.04?05:30
john38shcherbak, 10.04.105:30
john38shcherbak, 64 bit05:31
CrunchyChewieis it possible to give a daemon NTFS write permissions on an SMB share?05:31
shcherbakok, well, connect it back to second machine.05:32
shcherbakjohn38: strange05:32
john38shcherbak, yes very05:32
CrunchyChewiethen again, not even sure it is the daemon that needs write perms05:33
momentumis there a bug in ubuntu 10.10's gnuplot's png output system ?05:33
humanMeati hate openvpn05:33
humanMeati really really do05:33
john38shcherbak, does Bios verify HDD or something05:34
SkaparehumanMeat: I hate your computer .... really really05:34
john38shcherbak, there sata hdd's05:34
SkaparehumanMeat: but does that really really matter?05:34
CrunchyChewiebetter yet, is anyone familiar with running deluge in daemon/thin client mode?05:35
john38shcherbak, maybe win 7 disabled wireless lan with router05:35
john38shcherbak, i dont know05:35
fgumpmomentum: don't think so, i used it a week back, and it was working fine05:36
shcherbakjohn38: well, you supposed to see device in system despite of setting of router, strange because....05:36
bhaskarhi05:37
AbhiJithey guy05:37
jmichaelxwould anyone here know what the difference is between gstreamer0.10-plugins-bad, and gstreamer0.10-plugins-bad-multiverse?05:37
john38shcherbak, strange thing is i cant even pick up other wireless signals05:37
AbhiJitis there any software which can be used to download all the photos from a web page?05:37
john38shcherbak, what the hell happened05:37
CrunchyChewieAbhiJit: DownThemAll05:37
AbhiJitCrunchyChewie, its firefox addon05:38
CrunchyChewieyou want a standalone program?05:38
AbhiJityes05:38
CrunchyChewieah05:38
rypervencheAbhiJit: axel05:38
AbhiJit:/05:38
Agent001do people prefer the dark skin for ubuntu?05:38
AbhiJitAgent001, i love the latest split theme from bisig. its dark. its great!05:38
Agent001can i see?05:39
shcherbakjohn38: if adapter worked with linux mean you had installed firmware before, does windows woks with adapter? prefer to check it before you start building kernel.05:39
AbhiJit:o05:39
CrunchyChewieDoes anyone know if the Deluge daemon runs as a user?05:39
Agent001I'm still at a lost of what font to use for ubuntu05:39
Dr_WillisAgent001:  use what you like. :)05:39
AbhiJitAgent001, on tihs page they have sildeshow http://www.bisigi-project.org/?p=1181&lang=en05:40
Agent001No, I dont want to like myself. I want to use what other people like.05:40
john38shcherbak, i gotta go05:40
shcherbakjohn38: thats easiest way to do it -- http://leonardom.wordpress.com/2010/05/24/install-wireless-usb-adapter-tl-wn721n-driver-on-ubuntu-10-4/05:40
shcherbakjohn38: just get right firmware05:40
AbhiJitAgent001, if you sill want 'my' desktop then i wll upload it in evening.05:40
Agent001Yes,  Iwant it, in fact, i want everyone's ubuntu desktop screenshot05:41
AbhiJitAgent001, i wll upload it here http://picasaweb.google.com/abhijit.foss/MyCoolDesktop#05:41
bazhangAgent001, wrong channel for that05:41
Agent001i want yours too bazhang05:41
AbhiJit:s05:42
bazhangAgent001, offtopic here. try gnome-look.org05:42
rww!ot05:42
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!05:42
Agent001Ok abhijit I'll wait for yours05:43
AbhiJit:/05:43
Agent001Oh, that link is all your screenshots05:44
=== Rahber1 is now known as Rahber
john38shcherbak, where is /dev/firmware directory05:47
bhaskarwill my virtualbox will able to detect usb port in ubuntu 10.1005:49
bhaskarphysical port05:50
bazhangbhaskar, which vbox05:50
Dr_Willisbhaskar:  if you install the version from the Virtulabox homepage. and confiogure it right. yes05:50
AbhiJitbhaskar, yes sure. use non ose edition of vb. and add userself to vboxusers group05:50
Dr_Willis!vbox05:50
ubottuvirtualbox is a x86 !virtualizer. A !free edition is available from the package 'virtualbox-ose'. A non-free edition is available at http://virtualbox.org for most Ubuntu releases (help in #vbox) - Setup details at https://help.ubuntu.com/community/VirtualBox05:50
ShoggothI've installed bridge-utils but the NetworkManager applet seems to override the settings in /etc/network/interfaces. How to fix?05:50
WhatsUpCan I run DOS on Ubuntu 10.1005:52
Dr_Willis!info dosbox | WhatsUp05:52
ubottuWhatsUp: dosbox (source: dosbox): A x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS. In component universe, is optional. Version 0.74-1 (maverick), package size 787 kB, installed size 2340 kB05:52
Shoggothanyone?05:52
bhaskarmeans free edition that i am installing via ubuntu software center will not able to detect usb for connecting internet in virtual os05:52
AbhiJitbhaskar, right05:52
bazhangbhaskar, correct05:53
AbhiJit:)05:53
A_New_ServerWhere does Ubuntu store the program information? Like Windows is generally C:/Program Files and Mac has an app folder05:53
Dr_Willisbhaskar:  detect usb for connecting internet? Virtualbox normally uses a virtual network interface. and uses the Host pc's internet connection05:53
WhatsUpCan I use dial-up in Ubuntu 1005:53
WhatsUp.1005:54
AbhiJit!manual | WhatsUp05:54
ubottuWhatsUp: 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/05:54
Dr_WillisA_New_Server:  read up on the linuyx filesystem standard layout at --> http://www.pathname.com/fhs/pub/fhs-2.3.html05:54
Shoggothhow do you disable NetworkManager?05:54
WhatsUpBill Nye, The Science Guy BILL, BILL, BILL, BILL05:54
bhaskarDr_Willis i have slow internet via dial up so what i do i use two connection one for host and one for slave os, i uses one for downloading and one for browsing. i use vmware in xp05:55
A_New_ServerDr_Willis, thanks.05:55
DasEiA_New_Server: linux is a different system, but /usr/bin might be what you look for05:55
DasEiShoggoth: de-install and configure /etc/interfaces05:55
ShoggothDasEi: what package should I de-install?05:56
Agent001AbhiJit, what do you use ubuntu for?05:56
A_New_ServerDasEi, yes that was :} Thanks05:56
AbhiJitAgent001, come in #ubuntu-offtopic05:56
Shoggothjust the gnome-applet?05:56
DasEiShoggoth: try : sudo apt-get remove --purge network-manager*   --dry run05:56
Dr_Willisbhaskar:  dont think it matters.. Virtualbox can easially use the Host machines network connection.  I dont see the point in trying to get vbox to use a specific network. Unless you are refering to using 2 Dialup Modems.. that would be just.. old-skool...05:57
DasEiShoggoth: that won't do anything but tell you would would be removed, output ?05:57
Shoggothyes... 4 packages05:57
ShoggothI'm assuming I can safely get rid of all 405:57
Shoggothnetwork-manager* network-manager-gnome* network-manager-pptp* network-manager-pptp-gnome*05:58
bhaskarDr_willis ya i am using two dial ups can any software that can help me use both of them i would be grateful05:58
Dr_Willisbhaskar:  no idea. Ive not used dialup in years.05:58
Dr_Willisbhaskar:  ages ago ther ewas a way to bond/bind  the 2 togheter i recall. but never tried.05:59
ShoggothDasEi: network-manager* network-manager-gnome* network-manager-pptp* network-manager-pptp-gnome*05:59
zhill29Can someone please help me change my login screen for ubuntu 10.10 someone sent me a link a while back to install a gdm manager but it didn't work.05:59
bhaskarthanks Dr_Willis willl ask someone else05:59
DasEiShoggoth: so that would work, before (you still want connectivity) we look at your config :06:00
AbhiJitzhill29, i told you to use gdm2setup06:00
Dr_Williszhill29:  depends on what you want to change. You can tweak the theme/settings a little bit.  theres also some alternative GDM screens in the repos.06:00
DasEiShoggoth: sudo apt-get install pastebinit && pastebinit /etc/network/interfaces06:00
DasEiShoggoth: that returns a url, give it here06:01
bhaskarHelp! anyone having idea how to use two dial ups simultaneously06:01
bhaskarubuntu10.1006:01
bhaskaruser06:01
zhill29AbhiJit : thats what i tried but the install didn't work, i even tried copy and pasting the install commands directly from the site you sent me.06:01
AbhiJitzhill29, http://www.ubuntugeek.com/how-do-you-change-the-boot-splash-screen-image-for-10-04-lucid-lynx.html06:01
ShoggothDasEi: http://pastebin.com/tTXdwrdD06:01
AbhiJitzhill29, you just need to download the .deb package and then double click and install it. btw now see that another link06:01
zhill29Dr_Willis I want to be able to download the gdm themes from gnome-look and install them06:02
AbhiJitzhill29, also try art manager its in software center06:02
ShoggothDasEi: sweet... never seen pastebinit before.. nice06:02
DasEiShoggoth: how do you connect ?06:02
DasEiifconfig tells you06:02
Shoggothcurrently eth0 is connected06:02
Shoggothbut I want to bridge eth0 and eth1 together into br006:03
greezmunkeybhaskar: you would have to bond the modems using ml-ppp, but the issue is that unless your ISP is going to bond thoes two dialup connections at their end, it will not do you any good to do the work at your end.06:03
=== Rabbitbu2ny is now known as Rabbitbunny
DasEiShoggoth: bound nics ?06:03
ShoggothI've done it b4 on a solaris box but the NetworkManager thing confused the #$^%& out of me06:03
DasEiShoggoth: and does eth0 get the ip by dhcp ?06:04
Shoggothat the moment yes.. but I want to set it static for the bridge interface06:04
Shoggothie. when I'm done I don't want either eth0 or eth1 to have an address at all06:04
Shoggothjust br006:04
DasEiShoggoth: so can remove nm then , afterwards we have to do the rest06:05
Shoggothok... well nm is gone already :)06:05
Shoggothso the rest ....06:05
Dr_Williszhill29:  a great many themes at gnome-look are for the older gdm1. not gdm2.  theres a few gdm2 themes out there. but not a lot.06:06
DravekxCan someone tell me what the purpose of 10.10 is (since the LTS version is the better way to go) ... or is it?06:07
ShoggothDasEi: did I need to reboot after installing bridge-utils?06:07
yagooDravekx, the purpose is in the number itself.06:07
javikerhola06:08
Dr_WillisDravekx:  better or not. depends on your needs.06:08
javikerhay alguien aqui?06:09
DasEiShoggoth: ah, via utils, I was just diiiging the manual for ifaces; no, but goto restart network06:09
Henry_Hi room06:09
javikerhi06:09
nimbioticsjaviker, para soporte en espa#ol debes ir a #ubuntu-es06:09
javikereverybody here?06:09
DravekxDr_Willis, I'm setting up a hosting server in my home for friends and family (its a fun server)06:10
DasEiShoggoth:but be aware in case of failure will have no connection06:10
Henry_Im trying to divide the ntfs and ubuntu partition...where is that scroller thing to adjust the size?06:10
javikerhi im from mexico06:10
Henry_Im using 10.10 live cd06:10
ShoggothDasEi: I think I've managed to get it working... but I'm going to do a reboot to make sure that it works from the get go06:10
javikerand a want to know so much about linux06:10
DasEiShoggoth:sudo /etc/init.d/networking restart06:10
ShoggothDasEi: thanks for your help06:10
javikerhey06:10
ShoggothDasEi: restarting networking didn't work I had to do a ifup br006:10
javikermy OS dont cant install emese06:11
javikeri need your help06:11
javikermm  ok06:11
javikerwell06:11
javikerbye06:11
=== root is now known as Guest39397
ShoggothDasEi: /etc/init.d/networking restart doesn't bring the bridge up... I have to do a ifup br0 manually each time06:12
ShoggothDasEi: how to fix?06:13
Henry_It says allocare drive space by dragging the divider below.....what divider... I dont see any!!06:13
Guest39397whats a good sit to get a mida player for back track06:13
skylar_Would someone mind answering a simple question that I can't figure out?06:14
greezmunkeyDasEi: So...if one of the ethernet links goes down the bridge fails...is that correct?06:14
bazhangGuest39397, Ask in backtrack support  #backtrack-linux06:14
Guest39397why u got ping06:14
skylar_How does one change the login screen? Downloading from http://art.gnome.org/  and on 10.10.06:14
Guest39397lol06:14
Lavagolemking1I have a fresh default Ubuntu 10.04 installation that keeps trying to automatically upgrade to 10.10. Is this supposed to happen?06:14
AbhiJitahhh06:14
nimbioticshello all. Ive got a brother multi function printer for which I've installed all the drivers and software found at the brother linux driver homepage. Now the pc-fax utility is LAME to say the least. is there any pc-fax software i can use for my printer?? TIA!06:15
AbhiJitskylar_, this is final: use ubuntu tweak06:15
skylar_Lavalgolemking, you can turn that off in update manager.06:15
Dr_Willisskylar_:  GDM2 is not as themeable as gdm1 was. theres a few easy tweaks  you can do to it to change a few things.  But it depend son what you want to change.06:15
DasEigreezmunkey: if bridge-utils just does bonding, nom the other keeps up06:15
Guest39397on black track bro lol06:15
Henry_Dr_Willis: Hi06:15
bazhangGuest39397, stop that06:15
Dr_Willisskylar_:  i would imagine that Most of the themes youa re finding are for GDM1. and not useable with GDM2.06:16
Lavagolemking1skylar_: How do I disable that?06:16
Henry_Dr_Willis: I am trying to run half windows and ubuntu on the same hardrive... I am on the live and its ready to install..I am at the part where it says "Allocate Drive Spce" it says "allocate drive space by dragging the divider below.....but there is no divider here!!06:17
bhaskari connect one dial via wvdial one with network manager can i control specific program to run from internet from one dial up and other via other06:17
Guest39397tis side really dont like helping06:17
Guest39397lol06:17
Dr_WillisHenry_:  click down there and se eif it appears. I tend to resize windows partions from within windows. so i have 'unallocated' space. and i just tell the installer to 'use unallocated space'06:17
skylar_Open update manager, settings, should be an option to turn off OS updates or whatnot.06:18
greezmunkeyDasEi: that makes the most sense for setting up a redundant ethernet connection. If you want higher bw then go gigE, right!06:18
=== Lavagolemking1 is now known as Lavagolemking
=== Copia_de_sud0 is now known as sud0
Guest39397ya uno06:18
HRPufnstufrandy@randy-desktop:~/java$ jre-6u22-linux-i586.bin06:18
HRPufnstufbash: jre-6u22-linux-i586.bin: command not found06:18
Henry_Dr_Willis: I found it06:18
Henry_it was that middle thingy06:18
HRPufnstufwhy won't java install with su?06:19
skylar_update manager, settings, release upgrades, click LTS releases only.06:19
zhill29AbhiJit i tried gdm2setup but i cant get it to install, and the .deb wont open06:19
skylar_Crystal Castles makes upgrades go by so much faster..06:19
LavagolemkingI would like to stay with the LTS version, and I can't find anyplace Ubuntu 10.10 is mentioned.06:20
DasEigreezmunkey: it also increases the bandwith06:20
macoLavagolemking: system -> admin -> software sources. should be a dropdown to pick between lts-only or all-new-releases06:20
skylar_You don't want 10.10 to be showing up as a needed update, yea?06:20
Guest39397f06:20
skylar_^ Shorter path to same result06:20
Lavagolemkingskylar_: It's actually automatically running the upgrade tool, and I keep having to cancel it.06:20
Dr_WillisLTS versions i think default to only Updateing/upgrading to the next LTS. Unless you tell it other wize.06:21
macoDr_Willis: thats what i thought too06:21
=== Guest39397 is now known as change
macoLavagolemking: are you sure its not just installing your regular updates then?06:21
AbhiJitno its not.06:21
Dr_Willissystem -> admin -> update manager -> Settings buton.06:22
AbhiJiti get notice to upgrade to upgrade to maverick each time. and i havent messed up with update settings06:22
* Lavagolemking takes a few screenshots06:22
nikolamI get this: WARNING: The following packages cannot be authenticated!06:22
nikolam  dnsmasq Install these packages without verification [y/N]? ^C06:22
JackyChaoanyone who knows which type of fection is supported in ubuntu06:22
Dr_Willis'updates tab' -> Show New Disrtbution releases - LTS Only.06:22
skylar_For anyone that ran the updates on GIMP, how long did it take to apply changes?06:23
skylar_It's taking forever for me.06:23
DasEiShoggoth: I just looked it up : yo wanted a switch functionality and not just a redunant, higher throughput ? bonding is not bridging06:23
Dr_WillisAbhiJit:  did you do a clean install of the last LTS version?   It may be you upgraded and thats why its still asking.06:23
AbhiJitDr_Willis, clean install. i think i messed up with settings. i remember to change it.06:24
AbhiJit;006:24
AbhiJit:)06:24
AbhiJitJackyChao, what is 'fection'?06:24
bhaskar!com06:24
Dr_Willissince 10.10 is the first relase since the last LTS. i see a dozen people in here a week wanting to upgrade to 10.10 and not being able to do it. :)06:24
Dr_Willissince the default is to go LTS -> LTS only.06:25
bhaskar!port06:25
ubottuFor instructions on how to set up port-forwarding (for games, torrents, webservers) see http://portforward.com - also see !firewall06:25
AbhiJityah06:25
MrAnthropeI installed an icon theme pack thing and I like it except it turned my ubuntu logo in the upper left hand corner of the screen into an 'e' for no reason in particular. http://picasaweb.google.com/lh/photo/4meZEavuH1KRjRW7EvKmTb4nKPHJZ0b_lu_28BuXo-8?feat=directlink06:26
=== sysadmin is now known as Guest90002
MrAnthropeIs there any way to change JUST that?06:26
JackyChaoAbhiJit, a tool for chat developed by China Mobile06:27
Dr_WillisMrAnthrope:  i recall the ubuntu tweak tool. let you change just that icon. but that often only worked for specific themes.06:27
MrAnthropegah06:27
MrAnthropeI've got Ubuntu Tweak lemme see...06:27
AbhiJitok06:27
Lavagolemkingskylar_: http://go.osu.edu/dist06:28
saji89MrAnthrope: This link has the solution for you- http://www.art.ubuntuforums.org/showthread.php?p=479682906:29
LavagolemkingPops up automatically. I installed from the CD (right out of the purple case) maybe 1-2 weeks ago.06:29
nimbioticsHello all. I've got a Brother multi function printer for which I've installed all the drivers and software found at the brother linux driver homepage. Now the pc-fax utility is VERY LAME to say the least. Is there any pc-fax software i can use for my printer?? TIA!06:30
MrAnthropehaha awesome :)06:31
MrAnthropeYou rock, saji89.06:31
saji89MrAnthrope: No problem. :)06:31
matthewg42I want to get a list of fixes/updates which have been applied to the fglrx package.  I only just installed it, and I don't know how to ask apt/dpkg to tell me historical changes.06:31
red2kicmatthewg42: "aptitude changelog fglrx" ?06:32
matthewg42red2kic: I got to this in the manual page just as you said it!06:33
matthewg42thanks!06:33
linuxrunnerhow can you change your session in 10.10?06:33
matthewg42pity there have been no updates since I last tried it...  I was hoping resume might have been fixed  :(06:33
red2kicYou're welcome. hoho06:33
=== AbhiJit_ is now known as AbhiJit
Dr_Willisnimbiotics:  check the package manager for 'fax' software yet?06:33
AbhiJitlinuxrunner, which session?06:34
red2kiclinuxrunner: Log out. I presume.06:34
Dr_Willislinuxrunner:  you mean select KDE instead of gnome and so on? the GDM screen has a menu after you select your user. at the bottom.06:34
DasEimatthewg42: for apt need apt-log or a bash-scrpt, but dpkg has : /var/lib/dpkg/info 06:34
linuxrunnerThat means I have to turn off auto login then?06:34
LavagolemkingAny ideas?06:34
saji89linuxrunner: Which is your current Ubuntu version?06:35
linuxrunnerMaverick06:35
matthewg42desti: thanks!06:35
red2kiclinuxrunner: Not really. You can log out right now and select a different session after autologin.06:35
saji89linuxrunner: So its Ubuntu 10.10, so you'll login to 10.10 in the usual way.06:36
linuxrunnerWhen I click on my name in GDM, it auto-loads.  No chance to change anything.06:36
Dr_Willislinuxrunner:  it  rembers your last selected.. logout. change.. its the default.06:36
Dr_Willislinuxrunner:  check menu items at the bottom.  You have your set up with no password or somthing?06:36
Dr_Willislinuxrunner:  wha tare you wanting it to change to?06:36
linuxrunnerLubuntu06:36
Dr_Willisthe .dmrc file has the default linuxrunner . but i dont know what to chang it to select Lubuntu.06:37
saji89linuxrunner: I think it may be beacuse you don't have a password. Usually you're shown the options when you click on your name and you're prompted to enter your password.06:37
Dr_Willis #lubuntu may know06:37
linuxrunnerI have a password, but I have auto-login set under admin > Login Screen06:38
DasEitempeldirne: pm you ?06:38
Dr_Willisive never noticed GDM auto-logging in when i just select a user.. ive always had to enter a password.   it would Login the first time automatically. but after i logged out. it would wask06:38
saji89linuxrunner: Auto login means you're happy with the surrent settings. If you need any change in it, disable auto login, chnage the ones you need to, via gdm and then enable auto login again.06:39
Dr_WillisI think theres other autologin settings that may change teh bahaivor.06:39
tempeldirneDasEi, hm?06:39
linuxrunnerAlright, so auto-login has to be disabled.  At least I know..06:39
saji89linuxrunner: Yep try it. SO what is it exactly that you want to change in the GDM options?06:40
Dr_Willisacually the Login Tool here in System -> admin. has a pull down for what 'default window manager' to use. it seems06:40
saji89Dr_Willis: Actually linuxrunner hasn't told us what exactly he wants to change in his login behaviour.06:40
linuxrunnerI don't want to change the changing the default session.06:40
saji89linuxrunner: MEans?06:41
linuxrunnerI was hoping for a quick and easy way to change sessions...06:41
saji89linuxrunner: Sorry. That means?06:41
saji89linuxrunner: Ok. Now I got it. Just disable auto login and then you have your thing.. :)06:41
linuxrunnerthat's what I was going to do, but I just wanted to check... thanks06:42
Dr_Willislinuxrunner:  edit your users .dmrc is another way06:42
saji89linuxrunner: No problem.06:42
nikolamI get this message while trying to install dnsmasq: WARNING: The following packages cannot be authenticated!06:43
nikolam  dnsmasq Install these packages without verification [y/N]? ^C What was going on with signatures?06:43
nikolamI am on LTS but it should come from default repo, right?06:44
coz_nikolam,   did you by chance put in a repo manually?06:44
coz_nikolam,  although that package is listed in the repository  let me try to install it hold on06:45
coz_nikolam,   I just installed that package on lucid from synaptic with no errors06:46
saji89nikolam: Had you done a fresh install of the LTS or an upgrade to the LTS?06:46
Dr_Williscould be the keys got changed or the package got hacked. or somthign odd with the keyservers.06:46
coz_well it installed here with no errors06:47
Dr_Willisor it got updated. and dident get signed right.06:47
=== Squirrely is now known as Squirrely|BNC|
saji89Dr_Willis: coz_ Can't something have gone wrong during a distribution upgrade to the LTS?06:47
coz_saji89,  many things can go wrong with an upgrade,, I never suggest upgrades  but rather clean installs for that reason06:48
Dr_Willissaji89:  it ould i guess.. some keys didetn get signed.. but i guess one could try to install other packages an dsee if they report the same issue.06:48
Dr_WillisI rarely upgrade.06:48
saji89Dr_Willis: Ya that's a way..06:48
=== Squirrely|BNC| is now known as Squirrely
saji89nikolam: try installing some other package from the LTS repository and check whether it shows you the same warning.06:49
coz_yeah one out of thousands :)06:49
saji89Dr_Willis: Me too. I also do fresh install nowadays. Especially with my love for PPA's.. :)06:49
al_nz1if I have a text file list of words, like "West Avenue" on one line, how would I remove the space to just get "WestAvenue" ?06:51
Dr_Willisal_nz1:  awk, sed, tr,06:52
Dr_Willisor perl, or proberly a dozen other ways.06:52
al_nz1will google those ta06:52
rwwal_nz1: sed -i 's/ //g' nameoffile06:53
Dr_Willissed may be the easisets. google for 'sed examples' theres 1000's of pages with them06:53
yagooDr_Willis, or u can simply say rtfm :p06:53
al_nz1rww: ta06:53
rww-i changes the file, remove it if you just want to use stdout06:54
Dr_Willisfound some '100 sed tricks' thing the other day that gave decent examples.06:54
al_nz1rww: what if I have "Able Tasman Street" and I want to remove "Street altogether and have "Able Tasman" become "AbleTasman" ?06:54
Dr_Willisal_nz1:  then you got to start scripting a littel bit. :)06:55
Lavagolemkingal_nz1: sed s/West\ Avenue/WestAvenue/ NAME_OF_TEXT_FILE06:55
rwwal_nz1: the format of the part inside 'quotes' is s/old thing/new thing/, and the g on the end means "replace all on the line, not just the first occurance"06:55
Dr_Willisregular explressions will also be handy tolearn.06:55
yagooDr_Willis, /to learn/tolearn06:55
yagooDr_Willis, you forgot the " " space!!06:55
al_nz1hmmm06:56
Dr_Willissed ate it...06:56
siliconesoulhello to all ;)06:56
awantihow to import .xml file from Openoffice database application06:56
AeroniusGreetings! Just (impulsively) bought a Dell Studio 1558 with 6GB RAM and an arrandale i5-460M processor. As I'm a huge Ubuntu fanboy, I really need it to work with Ubuntu. Am I in trouble?06:56
yagooawanti, .xml file is a textfile...06:56
LavagolemkingAnyone have any ideas on getting Ubuntu to stop trying to make me upgrade away from the LTS version?06:56
yagooLavagolemking, turn off auto-updating?06:57
red2kicAeronius: Use a LiveCD to test everything?06:57
Aeroniusnope, it's being shipped soon06:57
yagooAeronius, can you spare your old machine for me :)06:57
yagooAeronius, some 6 gig sounds good to me there :)06:57
yagooAeronius, use the x86-64 ubuntu version download06:58
AeroniusI can find a couple of bug notes in the forums but they're small issues06:59
al_nz1rww: so for the second example I need scripting?06:59
Aeroniusso can I assume same model number works?06:59
awantican i import  .xml file  on ubuntu (opnen office Base)06:59
Aeroniusyagoo: that was another issue I'm considering, do I do 64 bit or not?06:59
Lavagolemkingyagoo: Not like they'll notice, (half of IT doesn't know what "Linux" is) but they require us to have automatic updates to be on my school's network. Automatic updates would be ideal.06:59
rwwal_nz1: s/ Street//g, assuming you want all occurances of Steet gone.06:59
Dr_WillisAeronius:  i alwyas use 64bit if the hardware supports it.07:00
yagooAeronius, that chip is 64bit.. might as well use the 64bit kernel07:00
al_nz1rww: the problem is the list contains streets, avenues, ways, places etc, so I want everything after the first space gone.....07:00
Dr_WillisAeronius:  only real reason  i woudl go 32bit - is if you had some apt-cacher machine setup and  the rest of the lan is 32bit allready. :)07:00
matthewg42my flash has just this evening started playing audio about 4 octaves too low!07:00
al_nz1rww: otherwise I need to code for every road/place/street type etc07:01
Dr_Willisal_nz1:  now  you are talking in termes that 'regular expressions can use' :)07:01
yagooAeronius, I would recommmend leaving a reservation space for 32bit ubuntu install.. for just in case you need or having a hard time installing some bit 32bit app u need on linux07:01
AeroniusDr_Willis: ok, so why is the download page still recommending 32bit?07:01
Dr_Willisal_nz1:  After teh first space? or Befor the first space?07:01
rwwal_nz1: That's doable in sed with regular expressions, but I'm going to sleep now, so someone else can show you.07:01
yagooAeronius, but u can run 32bit apps on 64bit linux07:01
Dr_WillisAeronius:  'idiot proofing'07:01
awantinot in textfile it is in microsoft .xml file07:01
matthewg42anyone else getting crazy low pitched audio with flash videos (e.g. youtube)?07:01
al_nz1rww: ok07:01
al_nz1Dr_Willis, after the space07:01
netwrkspiderhi07:01
matthewg42other apps working fine...  vlc and such.07:01
Dr_WillisAeronius:   so people that have NO idea what 64/32bit means.. download one that will at least work.07:01
al_nz1sounds like I just need to red up on sed07:01
Dr_Willisal_nz1:  sed can do that also i imagine.07:02
al_nz1red=read07:02
AeroniusI can see they're no longer saying that 64 isn't for daily use any more07:02
Aeroniusthat's cool07:02
Dr_Willisal_nz1:  or awk can print just the first word of each line.. but that wasent what you were asking to do earlier.07:02
al_nz1Dr_Willis, I need to manipulte this file in a number of ways...07:02
yagooAeronius, you can read the previous options.. it's your call.. but 64bit is the way of the future so i'd recommend installing it...07:02
Aeroniusok, ok I'll do it!07:03
Dr_Willishttp://ubuntu-user.com/Online/Blogs/Marcel-Gagne-Orbiting-Planet-buntu/Stop-Apologizing-For-Linux07:03
Dr_Willisal_nz1:  AWK may be a smarter tool to use then for complex changes.07:03
Aeroniusyou got to understand, I take a long time to make these kind of decisions07:03
awantiplz. any budy can help me how to import microsoft excel file into Opneoffice Base07:03
Dr_WillisAeronius:  check that url above for some inro on   the 'reccomended 32bit' astuff.07:03
greezmunkeyAeronius: yet you impulsively bought the hardware...07:04
Dr_Willisawanti:  check the OO help files/docs to see if it can be done? theres not some file -> import item in the menus?07:04
Dr_Willisawanti:  what have you even tried?07:04
* yagoo would install adobe flash 64bit which came out sept20 on a new system...07:05
yagoobooya!07:06
alesanhi07:06
alesanso I am installing updating my mom's PC to ubuntu 9.10 remotely07:06
coz_awanti,  dont you want to open that with openoffice calc ?07:06
matthewg42so weird....  audio is growly and low in flash on firefox only.  I noticed an update to flash this evening.07:06
alesannow my question is: why ubuntu changes GUI and colors every time? isn't this crazy? my mom is completely lost now07:07
matthewg42chrome has it's own install of flash, right?07:07
Dr_Willismatthewg42:  i noticed a update to the 'flash installer' but im not sure if that updated flash or not07:07
alesangdm is completely new (and much worse than before)07:07
matthewg42Dr_Willis: aha, yes07:07
AbhiJit!upgrade07:07
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade07:07
Dr_Willisalesan:  the users home settings shouldent have changed.. Unless i guess shes using the default theme.07:08
alesanDr_Willis, no ok but now the window frame is a different color and gdm is completely different07:08
Dr_Willisalesan:  theres been a move to gdm2, and other changes. yes.07:08
alesanis 10.04 much different from 9.10?07:08
Dr_Willisalesan:  yes.07:08
alesanI usu kubuntu myself and I have my own problems with kde407:09
greezmunkeyheh07:09
Dr_Williskubuntu 10.10 is VERY nice and useable.07:09
alesanDr_Willis, I am not even tihnking to go to 10.1007:09
Dr_Willislots of nice new features and stability now. Ive rarely seen a crash in it. (i cant even think of any i have seen)07:09
alesanI will stay with the LTS version07:09
matthewg42I uninstalled flashplugin-installer and reinstalled it.  fresh .mozilla directory & deleted ~/.macromedia... still same thing.  weird!07:09
Dr_WillisI dont see much to gain from a home/desktop use sticking to LTS. but do what you want.07:09
alesanso I was asking if 10.04 is not much different than 9.10 or if I will find surprises07:10
awantiactually i was using ms access i have saved all files now i am unable to open that ms database files in Ubuntu. Now i am trying to import that  .xml whiles07:10
Aeroniusgreezmunkey: You're right, I impulsively bought the hardware, for around 608 bucks. I'll bet you would too...07:10
awanti.xml files07:10
alesanDr_Willis, the problem is that every 6 months or so, if you do not upgrade, you get warnings all the time the system is not update anymore07:10
alesanand my mom freaks out07:10
alesanand I live on another continent07:10
Dr_Willisalesan:  you could  disable the warnings i guess.07:10
alesanDr_Willis, and keep a system not updated? will you repeat that when some ubuntu op is around?07:11
coz_alesan,  ah   well in all honesy I reverted to back to 10.04 LTS  for sound drivers reasons  otherwise i would be on 10.1007:11
Dr_Willisalesan:  theres a setting to automatically install security updated if you want.07:11
greezmunkeyalesan: so setup remote access into the box so you can help her out while you are away. That may make her feel better aboutit.07:11
alesanDr_Willis, on 9.04?07:11
Dr_Williswhats the point in a warning if shes trained to hit 'cancle' all the time.07:11
iflemaalesan put ya old girl on a LTS release... 10.04 is a LTS.... 3 years stay same give/take....07:12
alesangreezmunkey, of course I setup a ssh tunnel for vnc07:12
alesaniflema, exactly, that is what I will do07:12
greezmunkeyalesan: there you are :)07:12
matthewg42solved it, in a very weird way... firefox's volume was not at 100% in kmix (I'm using kubunbu), as soon as I changed the volume, the sound corruption fixed itself.  I suspect a problem with pulse.07:12
coz_awanti,  see if any of these open with open office    http://www.exinfm.com/free_spreadsheets.html07:12
=== Squirrely is now known as Squirrely|BNC|
alesanand every three years I hope to visit home :)07:12
alesanmy mom uses the PC for two things: skype and firefox07:13
alesan!skype07:14
ubottuTo install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto - Please use open protocols instead if you can, see !Ekiga07:14
WXZhow do I change the icon on a custom places link07:14
WXZI changed the icon of the folder already07:15
iflemaalesan 10.04 will do both those tasks... and a nice new ui change... and buttons can go back on the right if you wish ;)07:15
greezmunkeyalesan: there are hardware skype phones available now, pretty cheap too. Set her up with one of those, and half of your issues are solved.07:15
alesaniflema, nooo 10.04 is the one that is like a MAC?07:15
Dr_WillisI got a skype phone that uses wifi.  - Dont need a pc. just a router.07:15
alesangreezmunkey, the quality of those phones is very low07:15
alesanthey do not have the webcam07:15
iflemaalesan you can click a couple o time and have it look like karmic 9.10 no dramas07:16
alesannor the chat, that is the one we use most often :)07:16
greezmunkeyDr_Willis: exactly, and video calling in a dedicated hardware device is already here as well.07:16
=== Shishire|Away is now known as Shishire
Dr_Willistalking to people in a little bitty video window.. makes it so much nicer. :)07:16
alesaniflema, my mom liked the most the look of... mh what was before the one before the animal with horns?07:16
greezmunkeyDr_Willis: get two - one for each eye.07:16
alesanDr_Willis, my mom does not have wifi07:17
Dr_Willisbreak down and get her a $30 router then. :)07:17
Dr_Williswife carried the Skype phone to the store the other day.. frogot it wasent a cell phone.07:17
shmuprofl07:17
Dr_Willisdident work to good once wh3e was out of range. :)07:17
Gerwinalesan: The animal with horns would be Intrepid Ibex :x?07:17
alesanshe has the PC connected with ethernet to a 5GHz powerstation and has a link of 10km to the top of a nearby mountain where the signal bounces back to the city and gets internet access07:18
Dr_Willis!ibex07:18
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:18
shmupso, on windows i'm used to using winscp, and when editing a file, and saving, it automatically uploads.07:18
alesanGerwin, yes, what was the one before that07:18
netwrkspiderdr.. Install skype on ur mobile no need to buy skype phone07:18
shmupi'm looking for something similar on ubuntu. firezilla, gftp, none of these will automatically upload. any ideas?07:18
Dr_Willisnetwrkspider:  she dont like the fancy new phones.. :)07:18
alesanh... what was the ubuntu version beginning with h...07:19
Siliconeinteresting thinks pages from ubuntu doe's load as it should... why? tried 2 browsers already07:19
netwrkspiderdr : lol07:19
Gerwinalesan: Hardy Hedgehog07:19
Gerwin!hardy > alesan07:19
ubottualesan, please see my private message07:19
GerwinHmm07:19
GerwinSorry for that07:19
Dr_Willisshmup:  you could always mount  the remopte location via the sshfuse or fusessh tools,  and then the ssh remote appears as a local directory. so ANY app can do  that.07:19
Siliconedoesn't07:19
coz_shmup,   I believe winscp works under wine07:19
shmupyeah Dr_Willis, someone did recommend that to me.07:19
alesanyes hardy was the one she liked best: fast, easy, no things07:20
alesanok07:20
hpai07:20
shmupand coz_ actually it does, but i'm relatively new, and having a hard time specifying gvim as the editor07:20
shmupfrom within winscp07:20
shmupi could browse for it, but i can't find where gvim is ~.~07:20
veovis1shmup: I'm having trouble with the name, but I remember something that could do that07:20
alesananyway: somebody has a link how to reset the intercae of 10.04 to a normal one? I need that before I start :)07:20
shmuprack that brain, veovis1 :D07:20
alesaninterface07:20
coz_shmup,  how about grsync07:20
WXZhow do you change an icon in the places menu07:20
Dr_Willisshmup:  you got xming or somtning setup  on the windows box to display gvim?07:20
xanguaalesan: normal interface¿07:20
coz_shmup,  or07:20
shmupgvim is also on windows07:21
coz_shmup, from the gnome panel, go to Places -> 'Connect to Server'. you can select ssh to connect to the server. then just use nautilus.07:21
xanguaWXZ: change the icon theme07:21
benji_Hi, how ubuntu is supposed to be used concerning the major upgrades ? The preferred way is to reinstall the whole OS ? (I am running Karmic Koala and the support for it ends in April)07:21
shmupi didn't like that method, coz. not sure why. i might try what doc said, and mount.07:21
iflema!controls | alesan07:21
ubottualesan: 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-side07:21
alesaniflema, do you have a reference on how to do that?07:21
alesanthanks!07:21
WXZxangua: it's a custom places link07:21
shmupbut i'll also look into what you recommended.07:21
xanguabenji_: upgradee to lucid lynx07:21
shmupgrsync07:21
benji_xangua, how do you do that?07:21
WXZxangua: so even if I change the theme, it'll still look like a "normal" folder07:21
coz_shmup,    http://themediahost.de/secpanel/07:21
xanguabenji_: just open the update manager, should be aviable since a long time ago07:22
SiliconeSo, somebody knows what it might be? Doesn't load pages as it should... no graphic.. but not all pages.. that is strange.07:22
benji_xangua, ok, I'll do that after my aptitude dist-upgrade, thanks07:22
shmupooo07:23
shmupit's in my repository, too.07:23
=== Shishire is now known as Shishire|Away
shmupchecking that out, coz_.07:23
coz_shmup,  also  if you click the Places menu  there should be a Connect to server entry07:23
shmupoh, there is.07:23
shmupi did try that. i'd like to know more about mounting.07:23
shmupwhat doc recommended.07:24
erez_hello07:24
shmupbut sec, trying secpanel :D07:24
Dr_Willis!info sshfs07:24
ubottusshfs (source: sshfs-fuse): filesystem client based on SSH File Transfer Protocol. In component main, is optional. Version 2.2-1build1 (maverick), package size 39 kB, installed size 140 kB07:24
coz_shmup,   or  use filezilla, with port 2207:24
shmupnaw07:24
shmupfilezilla doesnt auto-upload when you save a file07:24
shmupthat you're editing through it07:24
erez_I'm trying to use LyX under ubuntu 10.10, netbook edition => unity07:24
shmupit notifies you that the file changed, and asks if you want to replace it. every. time.07:24
iflemaalesan avoid the 3d drivers for ATI and Nvidia... if those graphic cards apply to the setup... just go with the 2d open options = the splash screen will work ;)07:24
coz_erez_,  how is that going ?07:24
Dr_WillisIll stick with my Nvidia drivers.. and disable the splash screen. :)07:25
erez_coz_: so-so. The software works OK, but the menubar is gone, and whenever I type Ctrl+f, The whole Unity interface crashes07:25
alesaniflema, I think she has an integrated intel or something07:25
erez_QVariantMap DBusMenuExporterDBus::GetProperties(int, const QStringList&): Condition failed: action07:25
erez_I'm guessing QT apps don't play nice with Unity?07:26
coz_erez_, oooo  yeah on a netbook that would be painful actually07:26
coz_erez_,  let me check something ,,,hold on07:26
digitalfizis there a way to see what chipset i have in terminal?07:26
erez_coz_: appreciated07:26
Dr_Willisdigitalfiz:  lspci  perhaps.07:26
awantican i install microsoft access in Ubuntu pc through wine.07:26
* erez_ feels like a windows user that can't run office07:26
erez_or a *nix user that can't run VI/EMACS ;)07:27
coz_erez_,    http://www.mail-archive.com/lyx-users@lists.lyx.org/msg83927.html07:27
Siliconeawanti, think so...07:27
awantisilicone I didn't get you!07:27
erez_coz_: You're a life saver07:27
panikI hate VI07:27
Siliconeawanti, you shoul try...07:27
Siliconeshould*07:28
coz_erez_,   i remember seeing this post at one point:)07:28
coz_erez_,  let me know if it works well07:28
coz_erez_,  actually something like that should work for all of the qt apps  I would guess07:28
digitalfizDr_Willis, no :/ well at least not that i can tell. I know I have an nforce chipset so im looking for that07:28
=== _sinaloa_hombre is now known as punkmexic
alesanok wonderful after the upgrade to 9.10 skype gives a "audio playback problem"07:28
erez_coz_: Just tested, works perfectly07:28
coz_erez_,  are you liking lyx?  I personally use it here ,,,07:28
alesanhow can I debug this07:28
coz_erez_,  very very cool :)07:29
erez_coz_: Yes, I use it for anything that isn't strict coding07:29
erez_although for presentation I use straight LaTeX with beamer07:29
coz_erez_,  cool07:30
droopalhi, I upgraded to 10.10 a couple of weeks ago, fresh install. Problem is, I have just gone to play some videos that I was able to play on 10.04 and can no longer play them. Anybody got any ideas?07:30
erez_I was halfway to installing KDE on the machine because I was desperate07:30
coz_droopal,  make sure  ubuntu-restricted-extras are installed07:31
droopalok, one sec I'll have a look07:31
coz_droopal,   also if you are using sun java ...to install the extras  use synaptic and then click search and type icedtea and unmark all of the ones listed there...<< personal preference only  and just a suggestion07:31
lolzercan any1 help me out in installing sdcc.. i installed it but its not showing up07:32
erez_thanx again coz_++07:32
eixhi there. I need to compile a kernel+initrd for ubuntu, but I am not running ubuntu. can somebody please help me at making a working initramfs?07:32
erez_cheerz07:32
coz_erez_,  no problem07:32
Silicone)07:33
coz_lolzer,   open a terminal and type   sdcc07:33
droopalcoz: ok, will do that, just discovered that I dont have the Ubuntu Restricted extras added, so going to add them now. Thanks. Will let you know how I get on.07:33
lolzerOOOOO.............i feel like a fool now07:33
lolzerthanks07:33
coz_no problem07:34
syn-ackeix: Kernel compiles are out of the scope of this channel and if you're not on this distro... and I'm not trying to be rude, why are you asking here?07:34
droopalneed to reboot, brb07:34
eixsyn-ack: because I am looking for some ubuntu hackers which know how to make an ubuntu initramfs manually07:35
punkmexicanyone knows a program or web app that can make this effect? http://i55.tinypic.com/jrvf3l.jpg07:35
lolzerdoes sdcc have a GUI version for ubuntu???07:35
iflemaDr_Willis I agree... 10.10 Kubuntu is great... two thumbs up here... feelhttp://i55.tinypic.com/jrvf3l.jpgs like im back home again ;)07:35
punjanihi07:38
Siliconehi07:38
punjanihow to use twitter from this?07:39
_jesse_punkmexic: there may be some gimp module that does that07:39
_jesse_punkmexic: I don't know of one offhand though07:39
_jesse_punkmexic: navigate to twitter.com ?07:39
=== SunWuKong is now known as SunWuKung
_jesse_oops07:39
_jesse_* punjani ^^07:39
punjanii mean using twitter from the irc client07:40
Dr_Willistheres proberly dozens of twitter clients out there. I thought one was built in to the gnome/empathy thing.07:40
Dr_Willisive seen twitter scrupts/plugins for some irc clients also.07:40
viddybitlbee has twitter from the irc-client07:40
punkmexici want to make wallpaper with other words instead of twitter daroye_@hotmail.com07:40
coz_punjani,  http://www.makeuseof.com/tag/5-linux-twitter-clients/07:41
archana8763I want to share a folder using apache .. I created a symbolic link with sudo ln -s source linkname... i can't acess it because it says permission 403 error. how to?07:41
webresourcGood morning ! :)07:41
Dr_Willisarchana8763:  I think by default apache dosent 'follow links' for security reasons. chek the apace configs/settings perhaps.07:41
webresourcsome help please for somethink may simple07:41
webresourchow can I change the permission of a folder and sub folders of it to be writable ?07:41
Dr_Williswriteable by who? and what folder?07:42
Dr_Willis!permissions | webresourc07:42
ubottuwebresourc: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions07:42
droopalHi I am back again, just installed Ubuntu Restricted Extras, and tried to view a dvd, and the bod comes up to say its recognised that a dvd has been put in the player, and askes what I want to open. I choose movie player and it says #error occurred - could not read from source' anybody know what that means?07:42
archana8763Dr_Willis,  where is that menu? I am just trying to transfer files via my wireless modem to another laptop from this desktop... I don't have a server.07:42
webresourcI have create a project under /var/www/phpbb.nik/www07:42
Dr_Willisdroopal:  could be you need to install the decss stuff to play a comercial dvd.07:43
webresourcand I try to connect that project on NetBeans07:43
webresourcbut betbeans says that the directory is not writable07:43
Dr_Willisarchana8763:  personally i would install openssh on the machines and use scp. or samba.07:43
droopalDr_Willis: what does that mean? Havent had that problem before. Worked ok on 10.0407:43
Dr_Willisdroopal:  this is a comercial dvd?07:43
droopalyes it is07:44
webresourcany idea please ?07:44
droopalhow do I install decss?07:44
Dr_Willishttp://sites.google.com/site/alucidfs/how-i-do/enable-dvd-video-playback07:44
Dr_Willisthat guide may be out of date for 10.10 - but its the same stuff as in 10.04 i think07:44
archana8763Dr_Willis, Actually , this method worked on previous ubunt... but not in this... At that time, i just isntaleld apache,  created symbolic link, shared a directory... but not now... :(07:44
droopalok, thank you, will give it a try, if I can work it out.07:45
webresourcI did that chmod -R +w ./www/07:46
webresourcis that correct ! ?07:46
webresourcI also have to that before execute the command07:46
punkmexicanyone know where can if found help to make this effect http://i55.tinypic.com/jrvf3l.jpg07:46
webresourccd /var/www/php.nik07:46
MalelDraconisanybody know how to access yahoo chat rooms on ubuntu? attym and empathy have no chat room support07:46
Dr_Willispunkmexic:  check out the hundreds of gimp plugins that exist perhaps.07:47
punkmexichttp://gimpfx-foundry.sourceforge.net/07:48
Dr_WillisMalelDraconis:  perhaps through meebo.com ?07:48
punkmexicthese ones?07:48
MalelDraconiswill try, any other ideas?07:48
droopalok, just tried that, have to reboot again, brb07:48
=== Shishire|Away is now known as Shishire
archana8763can anyone help me with apache symbolic link?07:50
nomad99MalelDraconis: try this maybe http://ubuntusite.com/gyachie-yahoo-messenger-for-linux/07:52
sparrarchana8763: you're going to have to be a lot more specific07:52
archana8763sparr, i want to share a ntfs drive with a symboliv link in /vaw/www/share... the browser says 403 forbidden no p[ermission error.07:53
sparrdoes the user under which your apache process runs have read permission to the ntfs drive?07:54
archana8763sparr, Yes, from this useraccount, I can open, edit , delete all the files in the ntfs drives..07:54
Dr_WillisNTFS adds a whole new layer of issues.. :)07:54
sparris there an entry in error_log for the attempt?07:54
sparrhave you tried #httpd ?07:54
Dr_Willisarchana8763:  you might need to mount the ntfs via fstab. so the uid/gid/umask can be set to allow ALL users full access.07:55
archana8763sparr, where is the error_log file in my ubuntu?07:55
Dr_Willisarchana8763:  also that would mount the ntfs at boot time. Not on 'first access' by a user.07:55
sparrprobably /var/log/httpd but maybe /var/log/apache or /var/log/apache207:56
nomad99MalelDraconis: try here https://launchpad.net/~loell/+archive/ppa07:56
archana8763sparr, first two files are empty. third one does not exist.07:57
archana8763Dr_Willis, I once had all my ntfs drives in fstab and it only made the boot-time tooo slow. :(07:57
sparrthen "httpd -S" to find the config file, edit the config file to find the log directory07:57
archana8763httpd -S says no command found.07:58
archana8763Dr_Willis, and with lot of error mesasges/07:58
archana8763sparr, I did the same method in 10.4 and it just worked..  After adding symbolic link, I was able to access from my laptop...07:59
sparrthen find the httpd binary and try again07:59
shmupi keep forgetting i'm in this channel :P08:00
shmuphow do i mv hidden files?08:00
shmupi did a mv dir/* .08:00
shmupand it moved all of 'em except the hidden ones :308:00
chagroyhello08:00
archana8763sparr, No, i did not upgrade to maverik,..  I fresh installed it..08:00
_jesse_shmup: hidden files should be moved too provided you have the required permissions08:01
droopalHi, that worked, brilliant. Just one question, I need to copy a few films to my netbook, which doesnt have a dvd player, I was just wondering, how can I copy to a external hd?08:01
shmupi'm ssh'd in as root~08:01
droopalTravelling today,08:01
_jesse_shmup: shouldn't have an issue then08:01
shmupweird08:01
shmupmaybe mv dir/* .08:01
shmupthe * ?08:01
archana8763sparr, Are you there?08:01
shmupwould it not pick up a .htaccess file08:01
_jesse_shmup: let me try08:02
xuekan!Great Firewall of China08:02
ubottuError: I am only a bot, please don't think I'm intelligent :)08:02
AeroniusHave you guys seen this? 32v64 bit... http://www.phoronix.com/scan.php?page=article&item=ubuntu_32_pae&num=508:02
sparrarchana8763: you lost me at not being able to find the httpd binary08:02
xuekan!GFW08:02
Aeronius!noob08:03
ubottuAcronyms or statements like noob, jfgi, stfu, or rtfm are not welcome in this channel. Period.08:03
_jesse_shmup: ha you're right, the * doesn't pick them up08:03
Aeroniuslol08:03
_jesse_shmup: .* does08:03
archana8763sparr, I am just a 'user'.. I don't understand the finding binary :(08:03
shmupthanks sir :)08:03
sparrAeronius: makes sense08:04
Dr_Willisarchana8763:  I Got my ntfs in fstab. and no boot time differances, and no messages.08:04
shmupmv: cannot move `vanilla/.' to `./.': Device or resource busy08:04
shmupmv: cannot move `vanilla/..' to `./..': Device or resource busy08:04
shmuper08:04
shmupsorry, anyways08:04
AeroniusI was pondering which to install, and now I know!08:04
FloodBot1shmup: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.08:04
shmupright08:04
sparrAeronius: except the disk benchmark08:04
_jesse_shmup: yeah you don't want to copy . and .., just say 'n'08:05
archana8763I want to share a drive which is ntfs using symbolic link in apache.. sparr Is this possible?08:05
shmupwait, jesse08:05
shmuphere can i PM you? lol08:05
Aeroniuswhat?08:05
_jesse_shmup: haha sure08:05
Aeronius10x tasks per second?08:05
sparrarchana8763: it's definitely possible. it's not trivial. if you want easy, stop using ntfs.08:05
droopalHi, which is the easiest way to copy a film onto an external hard drive?08:05
archana8763Dr_Willis, My ntfs drives gave many error messages when i had added it fstab.08:05
sparrdroopal: cp film /media/drive08:05
Dr_Willisarchana8763:  try mounting it bya hand with the ntfs.3g command and some differnt options. see if you can get iot working.08:05
Dr_Willisarchana8763:  i would guess you were doing somthing wrong then.08:06
Dr_Willisdroopal:  copy a file to a external hd same as you copy t anywhere else..08:06
Aeroniussparr: splain your disk benchmark comment08:06
droopalI'm copying from dvd so how would I do that, baring in mind, I am not too sure about the terminal08:06
droopalwhich software do I use08:06
sparrAeronius: the 2x increase in speed on cpu-intensive tasks makes sense. the disk benchmark thing is just weird08:06
archana8763sparr, the drive is full and i have no extra space to move those files out and then to convert to another file system...08:06
Dr_Willisdroopal:  you mean to ask how to 'rip' a video dvd  to a movie.avi file?08:06
droopaloh yes08:07
droopalsorry08:07
sparrdroopal: you're copying a video dvd? that's a lot more complex08:07
archana8763sparr, It says no permission. how do i grant permission then?08:07
Dr_Willisdroopal:  use handbreak tool is one way.08:07
Dr_Willisdroopal:  k9copy also can do it.08:07
droopalwhere do I get those from?08:07
Dr_Willisdroopal:  ogmrip and other tool in the repos can do it also.08:07
sparrarchana8763: I am sorry but I can't help you any more08:07
Dr_Willismost are in the repos.. handbreak has its own site.08:07
droopalok, will take a look, thank you. :)08:07
archana8763Dr_Willis, I actually used this : http://goo.gl/4uSD to make those ntfs drives in fstab.08:08
archana8763sparr thanks for your replies..08:08
Dr_Willisarchana8763:  some times it pays to read the NTFS-3g docs/homepage/faq and learn how it works.08:08
xuekanhi, how to solve the problem of certification of the website caused by the proxy?08:08
droopalgoing to try ogmrip see how I get on with that. Thank you again. :)08:09
sparrxuekan: you cannot use HTTPS through a proxy without warnings08:09
sparrsafely08:10
Dr_Willisdroopal:  handbreak seems to work better for me.. but for dvd -> backup dvd  i use k9copy08:10
justin_Hey everyone08:10
xuekansparr:so is that means i cann't visit that site normally with proxy?08:11
droopalDr_Willis: will k9copy work on Ubuntu, as I am not using KDE08:11
Dr_Willisdroopal:  you can easially use kde apps on gnome and visa versa...08:11
Dr_Willisk9copy and k3b -  i use all the time on gnome08:12
balachmarHi, I have a Netgear N600 wireless router, and I have changed the SSID. On 4 out of the 6 wireless devices I was able to set up a connection. (2 of them are ubuntu machines) However, I have also 2 other ubuntu machines which still seem the see the Netgear SSID, although my other hardware does not see the netgear SSID. Can anybody help me to fix this?08:12
yaramazgeyik2do oyu prefer any altarnative program like a limewire ?08:12
droopalDr_Willis: I didnt know that, that is useful to know, thank you. :)08:12
Dr_Willis!limewire08:12
ubottulimewire is a popular P2P client running on the Gnutella network. To get it running, install !Java first, then download Limewire from http://www.limewire.com/LimeWireSoftOther and finally run runLime.sh. Consider !FrostWire as an alternative.08:12
Dr_Willisyaramazgeyik2:  try frostwire08:12
yaramazgeyik2ok i try it?08:13
Dr_Willisyaramazgeyik2:  then theres other  programs  that do the same job.08:13
Dr_Willis!p2p08:13
ubottuPeer-to-peer filesharing clients are available for several networks/protocols, including !BitTorrent, !Gnutella, !eDonkey, !DirectConnect, !SoulSeek - Multi-protocol engines include !MLDonkey and !giFT - See http://wiki.ubuntu.com/P2PFileSharing for general information08:13
yaramazgeyik2Dr_Willis, yesterday i installed amule ...08:14
xuekansparr:or if there's a way to avoid the warning to continue?i am using firefox,thanks.08:15
Ellementhey08:16
sparrxuekan: messaging people is not a good way to get help08:17
xuekansparr:am i bothering you? if so,i am sorry for that.08:18
justin_I've just installed ubuntu 10.10 64bit, and I installed the restricted nvidia drivers, and after that my theme seems to have reverted to a much older style with the exception of the window decoration.  Any idea what might be causing that?08:19
justin_http://i.imgur.com/o9J6O.jpg08:21
justin_^To make my issue more clear08:21
Dr_Willisjustin_:  play with the theme settings. see if you can make it go to how you like. the nvida drivs shouldebnt alter the users settings at all.08:21
justin_Yeah, I realize they shouldn't alter anything08:21
justin_That's why I was concerned08:21
Dr_WillisI dont even see whats the issue in the snapshot. :)08:22
justin_I haven't been able to get anything but the window decoration to change08:22
Dr_Willisbut i always tewek my theme.08:22
justin_Ahh08:22
justin_Well08:22
justin_Allow me to explain lol08:22
Dr_Willisjustin_:  ive seen where for some odd reason theme settings dont change untill one logs out.08:22
Dr_Willisthen they would start working again.08:22
justin_Hmm... well, I've restarted a couple times since then08:22
justin_It hasn't changed back08:22
justin_Even after messing with the appearance settings08:22
Dr_WillisIve seen where people accidently run stuff as root and have root owned config files in their homes also.08:23
Dr_Willissee if the stuff works with a new user as a test.08:23
justin_I already did that.  No such luck08:23
justin_=/08:23
Dr_Willisso even with a new user - the settings dont change?08:24
Dr_Willisthat is odd.08:24
justin_Yeah, very odd08:24
justin_=/08:24
Dr_WillisYou could run    gnome-appearance-properties   from a terminal. and look for messages.08:24
Dr_Williscould also try disabling compiz as a test/08:24
justin_Hmm08:25
justin_I just disabled compiz, and I still can't get the panels or any of the other stylings to change08:25
justin_Only the window decoration08:25
justin_D:08:25
justin_No strange messages from gnome-appearance-properties either08:26
Dr_Willisyou are using the settings under teh customize button? or just the theme  tool?08:26
justin_I've tried both08:26
Dr_Willisreboot! Oh wait this isent #windows ...08:27
sinthetekdoes anyone know how to make terminal history get saved permanently?08:28
=== Shishire is now known as Shishire|Away
sinthetekevery time i close a terminal, my command history apparently gets deleted08:28
justin_sorry about that, xchat just stopped letting me input text .__.08:28
Dr_Willissinthetek:  check your bash settings and the permissions of /home/USERNAME/.bash_history08:29
jhanaratohi folks :-)08:31
droopalDr_Willis: I think its working, I am using k9copy, at least it seems to be copying directly to the external hd at the moment, I will know for definate if it has when I try to play it back.08:32
palint240pls08:32
palint240gallium?08:32
palint240chanel ?08:32
Dr_Willisdroopal:  i tend to use k9cpy to make a .iso backup. vlc and other players can play those.08:32
palint240what is the chanel of gallium08:32
Dr_Willispalint240:  try #gallium08:33
Besogonhello08:33
Dr_Willisif they even have a channel08:33
arezithahola08:33
arezithahola08:33
palint240hola08:33
arezithapalint240??08:34
palint240yeah08:34
droopalThank you, I really appreciate the help. :)08:34
BesogonIs anyone experienced with fdisk?08:34
palint240palit24008:34
palint240is grafic08:34
arezithahablas español?08:34
palint240nvidia08:34
palint240se08:34
BesogonIs anyone experienced with fdisk?08:34
arezithahahaha08:34
palint240entra aca arezitha08:35
FloodBot1palint240: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.08:35
arezithaque bien!!!08:35
palint240#ubuntu-es08:35
arezithaesque08:35
palint240entra hay08:35
arezithaacabo de poner este sistema operativo a mi pc..08:35
arezithapero no se usarlo :S+08:35
arezithahahaha08:35
arezithabien gravee08:35
BesogonI don't know why but fdisk starts my first partition not from first cylinder08:35
palint240jaja08:36
palint240tienes msn ?08:36
arezithasi.08:36
yaramazgeyik2hey Dr_Willis08:36
arezithapero no08:36
cryptodiragreetings!  does anyone know if the backlit keyboard problem on the toshiba satellite notebooks (among others) has been solved in lucid.... and if so, how.08:36
palint240damelo08:36
yaramazgeyik2thanks for this program08:36
arezithatengo el programa... :S08:36
palint240mira08:36
palint240que sistema tienes08:36
arezithaesqeee08:36
arezithano lo seee..08:36
palint240jajaa08:37
arezithacomo mi compu no funcionaba le metii el cd..08:37
arezithadiiceee,,08:37
palint240no tienes ni facebook ni nada08:37
arezithalinux 10.0408:37
palint240si08:37
palint240ese tmabien lo uso yo xD08:37
arezithaa weenooo08:37
palint240dal en aplicasiones08:37
arezithaia08:37
palint240centro software de ubuntu08:37
palint240a la derecha08:38
palint240pon08:38
palint240amsn08:38
palint240en el cuadro blanco08:38
palint240que e sun bsucador08:38
FloodBot1palint240: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.08:38
arezithammmm08:38
palint2401 seg friend08:38
palint240help arezitha08:38
palint240pls08:38
BesogonNeed help with FDISK08:38
palint2401 seg08:38
palint240aresita08:38
palint240pon esto en el chat08:39
palint240join #ubuntu-es08:39
palint240ponle un /08:39
palint240al principio08:39
palint240y das enter08:39
FloodBot1palint240: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.08:39
bagirahi, how do I build GDM?08:39
bagiraI can't get it to compile08:40
Besogonbagira, Do you want your OWN GDM?08:40
arezitharizzuh se ha marchado (Quit: What? WAIT noooo don't pull that pl...)08:40
anygivennameI used clonzilla to move from old PC with 40GB HDD to a new PC with 500GB HDD......now in the new PC....system still reads HDD size as 40GB....what do I do ?08:40
Besogon)08:40
bagiraBesogon, i imagine that would be better than a used one08:41
bagiraim weird about germs08:41
Siliconeyo! Skype web site does't work! It doesn't render the css or shows images!  Tried everything . Chrome FF Opera it doesn't work only here . In windows everything is workin!08:41
bagirabut yeah, when I run sbopkg -i gdm, it returns "Error 1", how to fix?08:41
Siliconeanygivenname, format everything! =08:42
Siliconeyo! Skype web site does't work! It doesn't render the css or shows images!  Tried everything . Chrome FF Opera it doesn't work only here . In windows everything is workin!08:42
SwedeMikeSilicone: !repeat08:43
SwedeMike!repeat | Silicone08:43
ubottuSilicone: 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/08:43
bagiradoes anyone know why sbopkg is returning an error for gdm?  after the error it's telling me that GDM is not in the slackbuilds repo08:43
anygivennameno way08:43
bazhangbagira, this is not slackware08:43
bagirabazhang, say what?08:43
bazhangbagira, wrong channel08:43
bagirawait.  I'm on slackware?08:44
Siliconedoesn't any one knows why the CSS on skype web-site is not working??08:44
SwedeMikeanygivenname: you have to find something that can resize your partitions as well, I'd recommend creating a new partition and copying /home there and mount it as /home08:44
luca__!list08:44
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 »08:44
Siliconeiall sites works well... except skype, youtube, hotmail08:44
bagiraAh.  THAT WOULD EXPLAIN WHY EVERYTHING _WORKS_!08:44
bazhangbagira, please take chat elsewhere08:45
SiliconeSwedeMike so you know what can be?08:45
Dr_Willisanygivenname:  youmay want to use gparted to resize the partiions08:46
FishFace1 MB/sec transferring large files from SATA drive to external USB IDE in a external case. Case is cool. Why would this be so slow?08:46
Siliconeyou may look how skype is displayed... http://yfrog.com/7bscreenshotsvqp08:46
Dr_WillisIm convinced.. im switching to slackware..  oh wait.. its lacking in features.. guess not. :)08:46
anygivennameDr_Willis: will this format my existing partiion ?08:46
Dr_Willisanygivenname:  gparted can RESIZE existing partitions.08:46
Dr_Willisanygivenname:  your HD proberly looks like this --> (sda1 40gb) (a LOT of unallocated space)08:47
veovis1But be careful you do just resize08:47
oliver_hi08:47
oliver_i have got a question08:47
oliver_ich habe eine frage08:47
veovis1!ask08:47
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. :-)08:47
oliver_J'ai une question08:47
Dr_Willisanygivenname:  youmay want to make a /home partition if you got the space now also.08:47
oliver_ok08:47
oliver_:08:47
oliver_i have got a problem with the "abhängikheitsbaum"08:48
xixorHi everyone, a quick question.  Anyone know how I can free as much memory as possible?  I've already stopped X with sudo /etc/init.d/kdm stop and I am at the console, and ubuntu is using 411MB memory still.  Anyone have suggestions on how to reduce this further?  I am trying to factor a huge matrix for some numerical analysis and I need to free up as much of my 6GB as possible... thanks! :)08:48
bazhangoliver_, english here please08:48
anygivennamehow do I expand the filesystem to fill that partition without losing data ?08:49
Siliconedoes anybody knows what to do? when  i try to access several sites.... they are displayed this way....http://yfrog.com/evscreenshot1uyp08:49
Keith-BlindUserHi everyone. I need some assistance. I've just rebooted into Windows in order to talk with you folks. I was messing around somehow in the sound prefferneces under system, and now I dn't get the Ubuntu drumb noise, no log-in sound, etc. No bell  or whatever in Gnome-terminal, etc. How do I fix that? And no, the mute audio isn't selected, nor is "no sound" either.08:50
Siliconefrom win everything works well08:50
Keith-BlindUser"Ubuntu" was selected in the theme box or whatever that is, but still  no go at all.08:50
dpreacherI've a problem with getting a freeagent drive detected and mounted on ubuntu karmic koala. details -> http://wrttn.me/953e9b/08:50
Siliconedoes anybody knows what to do? when  i try to access several sites.... they are displayed this way....08:51
Siliconehttp://yfrog.com/evscreenshot1uyp08:51
anygivennameI installed gparted....cant find it08:51
bazhangSilicone, dont repeat so often, every ten minutes or so should do08:51
anygivennamein the apps08:51
Siliconebazhang, repeated just to display link normal, so everybody can see it better08:52
anygivennameah it went to system/adm08:52
Keith-BlindUserI was in the sound effects tab also.08:52
Keith-BlindUserWhen I lost the "ding" x login etc. But now it's gone. *sighs*08:53
cryptodiradoes anyone have the solution for making the backlit keyboard work beyond bootup ??  toshiba satellite, AMD, lucid.08:53
Siliconenobody answer08:54
Dr_Williscryptodira:  check the forums for your exact make laptop. see if any one else has had an issue/fix's08:56
Dr_WillisSilicone:  looks like flash may be crashing or somthing.08:57
Siliconedoes anybody knows what to do? when  i try to access several sites.... they are displayed this way....08:58
Siliconehttp://yfrog.com/evscreenshot1uyp08:58
SiliconeDr_Willis, also on skype.com? they also use flash?08:58
bourkehi, how can I tell what libraries an executable is linked against?09:00
Dr_WillisSilicone:  try a differnt browser. run browsers from terminal, look for error messages.. is about all i can suggest09:00
anygivennamei installed gparted.....is there a way to expand the partition without losing data ?09:01
SiliconeDr_Willis, i tried FF, Opera, Chromium.. the same issue, from windows everything it's okay... also rune browser from terminal... how to look at error messages?09:01
bazhanganygivenname, to a disk you are current;ly using/have mounted?09:02
anygivennamebazhang: my old hdd was 40gb...my new hdd is 500gb...i used clonezilla to copy the old o the new so as to boot exactly the same....now discovered it used only 40gb out of the 500gb09:04
FishFaceSilicone: I have no answer. But just asking. You see no images on any sites right?09:04
SiliconeFishFace, nope, just on serveral...09:04
bazhanganygivenname, to a disk you are currently using/have mounted?09:04
anygivennameyes09:04
bazhanganygivenname, boot from livecd or gparted livecd then09:05
SiliconeFishFace, also not just images are not show, site don't display items in the order as it should09:05
SiliconeFishFace, http://yfrog.com/evscreenshot1uyp here you can see how it displays09:06
cryptodiraDr_Willis:  seems that plenty of folks have the backlit keyboard problem.... and not just with toshiba products.... the consensus is that disabling ACPI will allow the backlight to work... but kill plenty of other things.... is there a "rewards" program in the ubuntu world, where a bounty can be paid for a solution to this problem??09:06
anygivennamehow do I create gparted livecd ?09:06
FishFaceSilicone: OK. Well, good luck fixing it. If it was just Firefox I might be able to help. Since its all browsers, I don't know.09:06
bazhanganygivenname, download the iso, burn to cd09:06
SiliconeFishFace, thx, will try to....09:06
anygivennameI should not lose data expanding the partition, should I ?09:07
anygivennameI mean doing it thruh bootable disk09:07
bazhanganygivenname, no guarantees, make backups if you wish to be 100% certain. boot from gparted live cd and resize09:07
anygivennamebazhang: then it is safer to just create another parttion with the unallocated 460GB09:10
oren-logicрусскоговорящие есть?09:10
bazhanganygivenname, sure. both should be okay though. any time you do not backup means you are willing to part with that data.09:10
bazhangoren-logic, #ubuntu-ru09:11
shmupso when i try to stop the mysql server09:11
anygivennamebazhang: what do you mean ?09:11
shmuphttp://pastie.org/131260309:11
shmupand it tells me that..09:11
shmupi then try the utility and it does nothing09:12
shmuphttp://pastie.org/131260609:12
anygivennamegparted will create primary partition 458.5GB ext 2 on /dev/sda.....is this right?09:16
adkahi all.  i'll install google Earth but i got the problem on time installation, i'm got the message : xml parse error not found. please help me09:17
erez_While I'm here, I'm on Ubuntu Netbook => unity, when I click the launcher for firefox, while in firefox, it gets zoomed out a bit, and nothing else09:18
erez_IS that supposed to do anything other than that?09:18
Dr_Williserez_:  its like showing all the firfox instances.. open a 2nd and 3rd firefox and try it again09:22
Dr_Willisit sort of 'expose's' them then you select the one you want.09:22
strkLTS: brasero: symbol lookup error: brasero: undefined symbol: brasero_medium_support_flags09:24
Beefcakescan you run steam games under wine?09:24
Dr_WillisBeefcakes:  some - yes..09:24
Dr_Willis!appdb09:25
ubottuThe Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help09:25
strkhow can I burn ? (brasero crashes)09:25
HypothesisFrogwhich logs should I check to see if somebody has been trying to ssh in, or hack in some other way?09:25
snakehow can i get my PPPoE info?09:25
BeefcakesI have left4dead2 and tf2 :)09:25
Dr_Willisstrk:  try gnomebaker or k3b or other tools09:26
Dr_Willis!burn09:26
ubottuCD/DVD Burning software: K3b (KDE), gnomebaker, brasero, serpentine, graveman, Nautilus-CD-Burner, GToaster, xcdroast (GNOME), wodim (terminal-based). Burning .iso files: see https://help.ubuntu.com/community/BurningIsoHowto09:26
bsod1how can I compile this file on ubuntu 10.04 http://ctags.sourceforge.net/09:26
Dr_WillisHypothesisFrog:  ssh has its own logs in /var/logs09:26
Dr_Willis!info logwatch09:26
ubottulogwatch (source: logwatch): log analyser with nice output written in Perl. In component main, is optional. Version 7.3.6.cvs20090906-1ubuntu3 (maverick), package size 389 kB, installed size 2608 kB09:26
Dr_WillisHypothesisFrog:  check out Logwatch also09:26
HypothesisFrogDr_Willis ls: cannot access /var/log/ssh: No such file or directory09:27
xixoranyone here an emacs user?09:27
empezando_hello09:30
X-Sleepy-Xempezando_: hi09:30
empezando_how i can change screen resolution 1440x900@60Hz09:31
empezando_in server with gnome basic09:31
X-Sleepy-Xempezando_: /join #ubuntu-server09:31
empezando_there no one answer09:32
X-Sleepy-Xempezando_: oh, you installed gnome?09:32
snakehow can i get my PPPoE info?09:32
empezando_yes, basic core (it's a server)09:32
X-Sleepy-Xempezando_: well then try to find some screen settings in the system > settings menu09:33
empezando_at preferences max is 1024x76809:33
BeefcakesIf I want to install windows 7 and ubuntu, what should I install first ideally?09:33
X-Sleepy-Xempezando_: what kind of graphics card do you have?09:33
snakeBeefcakes, windows09:33
rocket16Beefcakes: Install Windows 7, and then add Ubuntu.09:34
X-Sleepy-XBeefcakes: i'd go for windows, and make sure to spare some space for ubuntu09:34
empezando_ops, one moment09:34
snakeBeefcakes, if you don't ubuntu won't boot up09:34
Beefcakeswhat bootloader will i end up using?09:34
rocket16Beefcakes: Grub209:34
snakeBeefcakes, grub09:34
Beefcakesbut does it work either way if i install ubuntu first?09:34
Beefcakescan I add an entry to the windows bootloader to list ubuntu?09:34
sinthetekdoh! forgot i was in here09:34
X-Sleepy-XBeefcakes: might be more of a hassle09:34
rocket16Beefcakes: No, because Windows Bootloader will erase Grub209:34
rocket16Beefcakes: That will be difficult09:34
Beefcakesohh. ubuntu cannot be booted up from the windows bootloader?:)09:35
n3rV3Beefcakes, look up easybcd if you want to edit windows bootloader but i wont suggest it if you are new to ubuntu/linux09:35
rocket16Beefcakes: Yes, but then you need to use Wubi (-5% performance)09:35
empezando_x-Sleepy, nvidia agp 64mb, i need reebot to know more09:35
=== Xeross|AFK is now known as Xeross
empezando_i think mx model09:35
Beefcakesrocket16: disk level virtualization? Wubi doesn't seem to work for me. hangs during install.09:35
X-Sleepy-Xempezando_: hang on09:36
sinthetekthanks for your help, Dr_Willis. it had occurred to me it might be a permission problem with .bash_history but i thought perhaps there was some sort of intermediate mechanism at work that was supposed to append to it with euid 0 or some such09:36
empezando_excuse me? i'm spanish, hang on=reboot?09:36
kotsoshello, i am using a usb 3g broadband modem,it works perfectly.What i need now is some kind of bandwidth monitor in order to monitor my bandwidth usage,uptime,and connection speed.I am using xfce09:36
X-Sleepy-Xempezando_: try to open jockey-gtk or install it first to find restricted drivers, and also change the software sources to allow those as well09:36
X-Sleepy-Xempezando_: hang on = wait09:37
* X-Sleepy-X gtg in 5 minutes09:37
sinthetekis that a bug perhaps? why create a .bash_history at all if it cannot be written to by standard mechanisms installed and enabled in ubuntu by default?09:37
Beefcakesempezando_: teach me how to make sangria09:37
adacI have installled ubuntu on a usb stick. Now on most of the pcs i can start the OS witouht problem, actually it works quite faboulous. Unfortunately on my notebook I have a big big problem. Wehn i logged into Gnome then certain keyboard keys are wrong (ie "l" shows "3" and so on) Any ideas how to solve this issue? I already tried to set the keyboard layout but no luck. it just stays the same.09:38
empezando_x-sleepy, sorry, but empezando=beginning; how install jockey-gtk? thru synaptic?09:38
pretender2010running ubuntu 10.10 and me-tv and not all channels are coming up.  It was not a problem in ubuntu 10.0409:38
X-Sleepy-Xadac: press and hold the fn key and alse press Num lk key while holding down the fn key09:39
X-Sleepy-Xadac: to disable num lock09:39
X-Sleepy-Xempezando_: sudo apt-get update && sudo apt-get install jockey-gtk09:39
X-Sleepy-Xempezando_: in the terminal09:39
empezando_ok, i know apt; i going to do09:40
empezando_i'm09:40
X-Sleepy-Xempezando_: then start the application with: gksudo jockey-gtk09:40
X-Sleepy-Xempezando_: i have to go now, good luck09:40
X-Sleepy-Xbye09:40
adacX-Sleepy-X, I will try that out. Oh and whats funy too, when i start the stick with kvm on my notebook, then the keys are ok09:41
adacok quick restart09:42
empezando_thanx a lot, xsleepy09:43
AscavasaionI have the source for an applet for Gnome desktop.  I used to run it on 32bit Ubuntu.  I now run 64bit Ubuntu... if I use Checkinstall on the existing source file would it install as 64bit?09:43
nsisodiyahi, ihave installed UNR-10.10, I want to switch back to gnome,how i can do it ,,09:49
=== karthick1987 is now known as karthick87
KoterpillarHow do I move ~/Ubuntu\ One to another place?09:51
HypothesisFrogFirestarter truly is running hot. Is that normal?09:54
Dr_WillisKoterpillar:  You could link it to somewhere.. but im not sure of any other way to actually Move it and hide it.. pehaps ask in #ubuntuone09:55
fahadsadahI lost id_rsa.pub09:55
fahadsadahBut I have id_rsa09:55
fahadsadahHow do I regenerate the public key?09:55
KoterpillarDr_Willis, thanks, will try there09:55
Koterpillarfahadsadah, nohow09:55
fahadsadahWhat do you mean?09:56
KoterpillarThey are generated in pairs, if you have one, you cannot deduce another09:56
AscavasaionI have the source for an applet for Gnome desktop.  I used to run it on 32bit Ubuntu.  I now run 64bit Ubuntu... if I use Checkinstall on the existing source file would it install as 64bit?09:56
fahadsadahKoterpillar: I'm sure it's possible to get public from private.09:56
Dr_WillisAscavasaion:  i think yes.. try it and see.09:56
fahadsadahI can get the ascii-armor representation with ssh-keygen -y09:56
AscavasaionDr_Willis: Um, how would I know it is running in 32Bit?09:56
fahadsadahI just don't know how to get it in id_rsa.pub format09:57
Dr_WillisAscavasaion:  see it i nstalls on a 64bit system I guess..09:57
AscavasaionDr_Willis: Or 64 bit09:57
AscavasaionDr_Willis: Oh, umm... okay.09:57
=== serg is now known as Guest59929
Koterpillarhttp://ubuntuforums.org/showthread.php?t=84389609:57
Koterpillar^ > fahadsadah09:57
Koterpillarmy bad...09:58
fahadsadahThanks09:58
frankion 2 system with 10.10 my syslog full with "hda-intel: spurious response 0x0:0x0, last cmd=xxxxxxx"10:00
nsisodiyahi, ihave installed UNR-10.10, I want to switch back to gnome,how i can do it ,,10:02
kartheensisodiya: logout and select '  gnome desktop edition ' and login ..10:02
=== JoeSett is now known as JoeMaverickSett
AscavasaionDr_Willis: Yes, works wonderfully... created cricscore_1.1.0.3-1_amd64.deb :)10:03
Dr_Willisnsisodiya:  install gnome-desktop package and you can have both on same system10:03
Dr_Willisnsisodiya:  oops. I mean 'ubuntu-desktop' package.10:03
Dwade09i can go to home/about for firefox but when it comes to a website it will not let me but yet i can do it while wired but i cant do it wireless even though the drivers are installed10:04
nsisodiyaDr_Willis: thanks10:06
Dr_WillisDwade09:  see if you can ping the web sites while connected to wireless.  ie: ping google.com10:06
=== benji is now known as Guest80402
nsisodiyawho get benefit out of these 100+ joined/quit irc msgs ?10:07
=== Guest80402 is now known as benji32
nsisodiyacannnot be muted by default10:07
Dr_Willisnsisodiya:  read up on yur irc client settings...10:07
Dr_Willisand block/hide them10:08
FishFacensisodiya: Most IRC programs you can disable the join and part messages10:10
FishFaceUnless you are using some kind of web chat10:10
Dr_WillisWeeChat has smart filtering of them.. if FishFace  qwere to quit/part/ I would see that message.. but if someone who just joins/quits. and says nothing in the last 5 min.. I DONT see those.10:11
Dr_Willisnow if i can figure how to filter out the Oping of the bots....10:11
anygivennameanyone can help me...I have created new patition & it is owned by root....I wanna change it10:14
changhuo无语。。怎么都是英文??看不懂。10:14
pokoko222how can i open cd from terminal?10:14
iFithDr_Willis: Filter on "MODE" maybe?10:14
ikoniaanygivenname: what do you want10:14
ikoniapokoko222: eject cdro m10:14
ikoniacdrom10:14
changhuo一个   linux系统   搞得我快发疯了10:15
anygivennameI have created new patition & it is owned by root....I wanna change it10:15
ikoniaanygivenname: ok, what do you want to change it to ?10:15
pokoko222ikonia but that just ejects it, i want to open a setup file in the cd10:15
ikoniapokoko222: oooh you mean "burn"10:15
ikoniapokoko222: sorry, miss-understood10:16
pokoko222no i want to acess file on cd10:16
pokoko222i want to reinstall ubuntu and i need to acess the setup file10:16
blackshirtpokoko222: :D10:16
anygivennameikonia: user10:16
ikoniapokoko222: mount the cd10:16
ikoniaanygivenname: what user10:16
pokoko222ikonia i do and i setup in bios to boot but it does not for some reason10:17
pokoko222only termial shows up i have no gui10:17
pokoko222i dont know how i lost my desktop10:17
pokoko222so all i have is a terminal and a cd and i need to reinstall10:17
anygivennameadministrator10:17
ikoniaanygivenname: use "chown"10:17
=== Mike is now known as Guest29260
anygivennameikonia: what's the path ?10:19
n3rV3hehe10:19
pokoko222guys how do i activate install from cd? i have the ubuntu bootable cd in10:19
pokoko222but i cant boot with it, so i must somehow activate installation from terminal10:19
pelliconthinkpad x100e can install ubuntu ?10:20
Koterpillarpokoko222, can you get grub?10:21
anygivennameikonia: what's the path ?10:21
pokoko222Koterpillar what do you mean can i get grub, sorry?10:22
lrf0808_Hello !10:22
blackshirthello10:22
svk_Hey, I need to install an X keymap that will persist across me unplugging the keyboard and plugging it back in; it's fine if it applies to all keyboards.. any idea how I'd go about doing this? (Running 10.10.)10:22
pokoko222Koterpillar i know what grub is but not sure what you mean...10:23
Koterpillarpokoko222, before you get to the terminal, do you have GRUB prompt? Hold shift maybe; it might help booting from CD manually10:23
pokoko222Koterpillar ah yes10:23
pokoko222ok let me try that, but i already did i think10:23
pokoko222you mean shift+F10?10:23
pelliconCan thinkpad x100e  install ubuntu ?10:23
Koterpillarpokoko222, http://ansi.interblc.com/2010/02/06/howto-boot-iso-images-via-grub2-with-ubuntu/10:24
Koterpillartry entering the commands between menuentry { and } in grub prompt10:24
pelliconhelp10:24
vanessavanouch@hotmail.de10:25
blackshirtpellicon : what do you need ?10:26
pokoko222Koterpillar but my iso is only on cdrom10:26
svk_Sounds like writing an udev rule might do what I want, is that correct?10:26
pokoko222Koterpillar what commands ?10:26
xarneowhat shortcut to open terminal?10:27
Koterpillarpokoko222, don't let me mislead you... I think you're better off asking in #grub for getting GRUB to boot from a CD for you10:27
Koterpillarxarneo, Ctrl-Alt-T, AFAIR; change in preferences10:27
xarneothanks10:28
Ellementhi, i recently installed ltsp server on 10.04, and dont know what app i can use to connect on a mac...any help?10:29
fsc__hi there10:30
fsc__anyone can help me10:30
fsc__about ubuntu?10:30
KB1JWQ!ask | fsc__10:30
ubottufsc__: 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. :-)10:30
Gnea!ask | fsc__10:30
fsc__ok ok10:31
Autie:)10:31
fsc__how to convert ms frontpage to use with linux?10:31
fsc__with ubuntu i mean10:31
dagomarhola10:31
fsc__hola...buenos dias dagomar10:31
fsc__es espanol?10:31
Dr_WillisWhat do youmean by onvert 'ms frontpage' exactly?10:32
dagomar_hola10:32
dagomar_Alguien español10:32
Koterpillar#ubuntu-es10:33
fsc__microsoft frontpage10:33
fsc__html editor10:33
fsc__i want to use it in linux10:33
fsc__how do I convert it?10:33
st__fsc__, wine10:34
fsc__i heard that before10:34
fsc__what is a wine?10:34
st__!wine10:34
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 Ubuntu10:34
fsc__which wines do you recommend me?10:35
Dr_Willisfsc__:  check the wine app database to see if a windows app can run in wine10:35
Dr_Willis!appdb | fsc__10:35
ubottufsc__: 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 help10:35
Dr_Willisyou dont 'convert' a executable to run.. You can try running it in linux with wine.10:36
fsc__well...my time is limited...when i migrated to Linux I was not aware I would have to waste so much time with all this10:37
fsc__but ok10:37
fsc__!appdb10:38
ubottuThe 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 help10:38
KB1JWQfsc__: What were you envisioning, exactly?  Full binary compatibility across OSes?  Check back in ten years. :-)10:38
Dr_WillisKB1JWQ:  all apps will be facebook apps by then. :)10:39
st__Dr_Willis, never10:39
Dr_Willisfsc__:  there are other HTML editors out there.10:39
KB1JWQDr_Willis: That's usually the point where I awaken screaming.10:39
KoterpillarDr_Willis, and we'll have facebook/blogger/myspace (?) compatibility issues10:40
fsc__yes....and will you pay me the time i will spend to adapt me to it?10:40
st__fsc__, just reinstall frontpage using wine10:40
Dr_Willisfsc__:  i dont care what you do. I just provide FREE support here...10:41
fsc__ok....you suggested me a solution...and i asked about a problem with that solution10:41
Otreborlol10:42
OtreborHi everyone!10:42
blackshirt1hi10:42
fsc__hi there Otrebor10:42
OtreborHow are you doing fsc_?10:42
DiverdudeWhenever my ubuntu 10.04 is upgrading i get these very annoying error/warning messages : http://pastebin.com/54LbMPnp   How do i remove them?10:44
horaxgfgf10:45
horaxhi?10:45
OtreborI would like to see10:45
Otreborwhos connected10:45
OtreborNever Mind10:45
horaxi'm on Ubuntu 10.10 live cd10:45
KoterpillarDiverdude, remove those lines in Software Sources10:45
Dr_WillisDiverdude:  how are you upgradeing? You have a lot of extra entries in your sources listing. that sould be disabled for one thing.10:45
Ellementhow can i connect from my mac to ubuntu?? i installed ltsp on ubuntu10:45
horaxbut i can't use my Atheros wifi card10:45
Dr_WillisI thought the upgrade tool did that automcaially10:45
horaxany idea?10:46
DasEiDiverdude: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  CEBEC1B70570C5C610:46
OtreborHow i can connect to an IRc which is not in the list?10:46
KoterpillarDr_Willis, my guess is he means apt-get upgrade, not dist upgrade10:46
DiverdudeDasEi, what doe that do?10:46
horaxhi¿10:46
OtreborHi horax!10:47
DasEiDiverdude: imports a key for hash-checking of d/l'ed packages10:47
horaxah ok10:47
havane31hello everybody10:47
horaxsorry10:47
OtreborHello!10:47
horaxim using atheros ah925x10:47
chelzabout iptables, is there anything actually stopping me from adding a rule to the default OUTGOING chain that affects incoming packets? if not, why the need for separate chains?10:47
havane31i want to disable tooltips on my ubuntu 10.04, someone can help me?10:47
Otreborhorax why are you "sorryiNg"?10:47
st__Otrebor, /server <something>10:48
Otreborthanks10:48
xerox1anyone out there who knows how to disable the "error-sound" within vimperator?10:48
javilaHi everyone10:48
horaxbecause my atheros lost irc packages10:49
DasEiDiverdude: next you got a cd set as repo you want that ? and then there is till an invalid entry10:49
horaxwhen i try to ping aol for example i get 78% packages lost10:49
Dr_Willishorax:  theres some known driver issues with some wireless chipsets causing packet loss. and flakey connection. :(10:50
horax:(10:50
Dr_Willishorax:  you may want to check the forums to see if theres any potential fixs or updates.10:50
Dr_Willishorax:  and the bug reports10:50
horaxonly on ubuntu 10.10?10:50
Althwhat would the corrent awk command to print a line when the first field is "****", <$ awk 'while "$1 == ****"' print $0 file> doesnt work10:50
DiverdudeKoterpillar, should all these be removed? http://pastebin.com/avpun0XS10:50
DasEiDiverdude: sudo apt-get install pastebinit && pastebinit /etc/apt/sources.list10:50
horaxi have no problems with ubuntu 10.0410:50
Dr_WillisAlth:  * may be special and need to be escaped.10:51
DasEiDiverdude:give resulting url here10:51
javilaI have to install a program in wine, but that program tells me I have to install ie5 or later to make it work, I've installed ie6 with winetricks and wine is telling me that ie is already installed on my computer, but the program I want to install tells me again I don't have ie5 or later, someone could help me?10:51
Dr_Willishorax:  updated drivers - could be the issue.  Hopefilly it will get figured out by the time 11.04 is here.10:51
slickEnter text here...hi all10:52
DiverdudeDasEi, here it is: http://pastebin.com/tD96eeva10:52
slicki need help10:52
horaxok10:52
DasEislick: penguin is tired ?10:52
horaxi will wait for next ubuntu release10:53
slicksmbdy listening10:53
slickpls10:53
horaxslick: yes, we're hearing you10:53
Abduryes10:53
Dr_Willishorax:  you could beta test the next release and file bug reports and help out. but its in a very alpha state right now.10:53
DiverdudeDasEi, what now?10:53
Abdurpls ask your question10:53
slickhi abdur10:53
slickur listning10:53
anygivennamein gparted...there is an opion to mount the new partition on /media/sda3.....when I did it.....the new partition appeared on the desktop & doesnt wanna unmount10:53
Abduryes i am10:54
DasEiDiverdude: gksudo gedit /etc/apt/sources.list10:54
slicki hav a wired10:54
horax!aask10:54
Dr_Willisanygivenname:  gnome default by default i think shows all mounted filesystems like that.10:54
slicknet connection10:54
horaxslick: !ask10:54
slickand i configure it somehow10:54
slickbut now i need to put a manual IP10:55
slickto join it on local dc++ hubs10:55
slickhow to do that10:55
anygivennameso i hvae to unmount it from gparted10:55
AlthDr_Willis: http://pastebin.com/8n7GhEg910:55
Dr_Willisanygivenname:  if gparted mountd it. it got mounted by root. so you will need to unmount it as root. 'sudo umount /media/sda3'10:55
DiverdudeDasEi, ok, and now?10:55
svk_Ubuntu wiki says under the "input configuration with udev" section that "keyboard configuration is achieved through console-setup", but does that really hold for setting keymaps for X as well? Or do I have to work directly with udev? evdev?10:55
DasEiDiverdude:  open http://pastebin.com/tD96eeva in browser, see line 6110:55
javilaPlease, It would really useful if someone helps me ^^10:56
DiverdudeDasEi, yes10:56
DasEiDiverdude:  in your sources list, put a # in front of that line10:56
slicku der10:56
slickabdur10:56
Dr_WillisAlth:  all i can say is search for some awk example pages. I dont awk much.10:56
DiverdudeDasEi, ok10:56
DiverdudeDasEi, and now?10:56
Dr_Willisjavila:  try #winehq - they are the wine experts10:56
Dr_Willisjavila:  and the wine app database10:56
Dr_Willis!appdb10:56
ubottuThe 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 help10:56
Dr_Willisbye all10:56
Abduryes slick10:57
iflemajavila if its not games you need to run a virtual machine of winblows may be an option...10:57
DiverdudeDasEi, i have saved the file10:57
DiverdudeDasEi, was that all?10:58
javilathanks dr_willis!10:58
javilanope, it's not a game iflema10:59
DasEiDiverdude: no, but I'm still looking for the dropboxline11:00
=== a931bw is now known as a205bw
DasEiDiverdude: well, can't find it ; save n close gedit11:01
DasEiDiverdude: sudo apt-get update11:01
javilaI've passed the iexplorer error, now it's telling me that wine is failing installing m. installer 3.1, ouch!11:02
DasEiDiverdude: still getting errors ?11:03
a931bwWhere is BURG support channel?11:03
DasEi!bug11:03
ubottuIf 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-bots11:03
a931bwi mean BURG11:03
svk_So, no one is responding -- has no one else encountered the issue that X keyboard layouts reset when the keyboard is unplugged and reattached (e.g. is this a bug I'm seeing), or is it just a hard thing to solve?11:03
a931bwboot loader11:03
DasEiah, sorry, a931bw11:03
bazhanga931bw, there isnt one. contact the developer11:04
a931bwok11:04
=== chris____ is now known as yeats
a931bwsourceslist.eu11:05
a931bwis it up for you?11:05
DiverdudeDasEi, how can i trigger an update?11:05
DiverdudeDasEi, to test it11:05
DasEiDiverdude: sudo apt-get update11:05
DasEiDiverdude: still getting errors ?11:05
a931bwsourceslist.eu anyone can acess it?11:06
macotechhi folks I just installed lamp using tasksel and now I am unable to execute php files11:06
macotechwhen I point my browser to php scripts locally I get open file - save files as11:06
DiverdudeDasEi, W: GPG error: http://ppa.launchpad.net karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CEBEC1B70570C5C611:06
Abdurfolks = ?11:06
a931bwsourceslist.eu anyone can acess it?11:07
macotechAbdur: ?11:07
DasEiDiverdude: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  CEBEC1B70570C5C6, see above, it's all said before11:07
macotechgoogle it11:07
DasEia931bw: http://downforeveryoneorjustme.com/11:07
Abdur<macotech> hi folks I just installed lamp using tasksel and now I am unable to execute php files11:07
macotechanyway someone here able to help with lamp11:08
Abdur<Abdur> folks = ?11:08
a931bwDAS11:08
a931bwits up11:08
a931bwbut its redirecting11:08
a931bwme11:08
DiverdudeDasEi, ahhh nice no errors now11:08
FloodBot4a931bw: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.11:08
DiverdudeDasEi, wonderful. thx11:08
macotechAbdur: google it man11:08
a931bwi want to know if its only me11:08
DasEiDiverdude: one last11:08
DasEiDiverdude: sudo apt-get upgrade11:08
macotechgoogle.com/translate11:08
macotech:)11:08
DasEiDiverdude: for full update and n811:08
DiverdudeDasEi, yep, it just gives Fetched 5,133B in 1s (4,848B/s)11:09
DiverdudeReading package lists... Done11:09
DiverdudeDasEi, just perfect11:09
Abduryou don't tell macotech coz my conection is very slow11:09
DasEi:)11:09
RippleEffectHow can I find out if a program is using prt 443?11:09
macotechAbdur: why don't you focus on my problem not on that word11:10
Abdurmacotech i am sorry i don't use unbuntu a lot11:11
macotech:)11:11
macotechanyone here help with lamp pls11:11
Abdurlamp11:11
Abdurwhat's up with lampos11:11
Abdurlamps*11:11
Gnea!lamp | macotech11:11
ubottumacotech: LAMP 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+)11:11
* Gnea looks at Abdur 11:12
macotechGena : it ok I installed but now when I run php scripts I get file save as11:12
Abdurwhat's up Gena11:12
AbdurGnea*11:12
GneaAbdur: you tell me.11:12
Gneamacotech: have you checked the logs?11:13
macotechGnea: installed using tasksel11:13
ThePubIs there some way to tell the Escape key to be an end-key like any alpha-numeric keypress instead of a modifier?11:13
Abdurwhat i tell you Gnea ?11:13
MewayHello I broke my laptop screen a while back so I have been using an external screen. I installed ubuntu 9.10 I just got a replacement screen but it does not turn on. Its a dell latitude d610 (now that I think of it I may have changed a Bios setting) any ideas?11:13
amarcolinoTrying to remove a package on my system that was installed using apt, however, something is misconfiguration and it doesn't let me uninstall, please take a look at my pastebin http://paste.ubuntu.com/534547/. Can anyone help?11:13
* Abdur likes windows11:13
Gneamacotech: er, that isn't going to tell you what's going on11:13
macotechGnea: everything works fine...html files are recognized the problem is with php files11:13
Gnea!ubuntu | Abdur11:13
ubottuAbdur: Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com11:13
svk_RippleEffect: Take a look at netstat, something like "netstat --all --program -n | grep 443" I think11:13
RippleEffectWhat netstat command will show me what program is using a particular port?11:14
bazhangAbdur, please take chat to #ubuntu-offtopic ; this is for Ubuntu support only11:14
Gneamacotech: okay, are you on 10.04 or 10.10?11:14
macotech10.1011:14
macotechdo I need to add the php extension or something like that in apache11:14
Abduri love microsoft © windows ® windows ® are best ever11:14
Gnea!ot | Abdur11:15
ubottuAbdur: #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!11:15
Mewaybazhang, thanks for that :)11:15
macotechme too11:15
Gneamacotech: it's possible that the apache configuration for php isn't set right, have you looked at the /etc/apache2/ and /etc/php5/ files?11:15
svk_RippleEffect: You might need to do the netstat as root to get all the information if you're not the one running the process11:16
macotechGnea: no I have not11:16
Mewayim going to check if its a bios issue11:16
Mewaybrb11:16
RippleEffectsvk_ thx I will try11:16
jukwhy people think others are interested what they like11:16
* Gnea looks at juk 11:17
lwizardlhello11:17
amarcolinoanyone knows a command that I can use to force a package to uninstall while in root?11:17
fsc__any aspie here?11:17
macotechGnea: /etc/php5/ there are files apache2 cli conf.d11:17
fsc__im one11:17
bazhangfsc__, this is ubuntu support only11:17
fsc__ok ok11:17
lwizardlWhat application will allow me to make rips from my dvds with dual audio and external subtitles ?11:18
Gneamacotech: feel free to dig deeper11:18
Abduri am sorry11:18
macotechGnea:  I just don't know what to look for there11:18
bazhangAbdur, chat in #ubuntu-offtopic NOT here11:18
Gneafsc__: #wrongplanet is for any and all aspie discussion on freenode. anywhere outside of it is a no-no.11:18
fsc__ok i know11:18
fsc__fook ok11:18
Abdurbazhang: i am sorry11:19
Abdurbazhang: actually i am new so pls forgive me in any case of forgiveness11:20
GneaAbdur: are you familiar with the guidelines? I highly suggest you do so if you wish to remain.11:21
Gnea!guidelines | Abdur11:21
ubottuAbdur: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines11:21
svk_So in my Xorg log I'm seeing this: [  4101.561] (**) Option "xkb_options" "lv3:ralt_switch"11:21
svk_Does anyone know where I can change those options?11:21
GneaAbdur: you've been informed, your forgiveness karma has now been severely limited.11:21
svk_I think that would solve my problem11:21
Gneamacotech: I'm taking a look.... it's been awhile since i had this problem...11:22
Abdurkarma = ?11:22
svk_(Appears in my log whenever I plug in a keyboard, I think)11:22
macotechGnea: thanks a lot11:22
GneaAbdur: google is your friend.11:22
AbdurGnea every one is my friend11:22
amarcolinoTrying to remove a package on my system that was installed using apt, however, something is misconfiguration and it doesn't let me uninstall, please take a look at my pastebin http://paste.ubuntu.com/534547/. Can anyone help?11:22
Abdurbut only internet is not my friend11:22
bazhangAbdur, #ubuntu-offtopic please11:23
GneaAbdur: you've been told to read and understand the guidelines.11:23
Abduri have only 2 KB/s conection11:23
Gneathe guidelines are full text, they won't take long to load.11:23
Abduroh... sorry11:23
yeatsamarcolino: what was the actual command you used here?11:24
mihais there any linux/java... program that can create/write MS Access (mdb) not just read it? gmdb2 and OO seem to be read only? it would be easy to write it in java with jackcess lib11:24
Abdurcan ubuntu support exe installation ?11:25
st__miha, had you checked ODBC Jet drivers?11:25
mihaAbdur you can run simple .exe with wine11:25
ikoniaAbdur: no11:25
st__Abdur, yes, via Wine11:25
ikoniaAbdur: ubuntu is Linux - .exe is a windows file, they are not native to Linux11:25
FishFaceamarcolino: Check this if all else fails - http://ubuntuforums.org/showthread.php?t=7463711:25
amarcolinoyeats: originally tried aptitude purge, than -f update/upgrade to try and see if apt would correct the package, however it doesn't now I just want to force remove the package11:25
ikoniaAbdur: https://help.ubuntu.com will give you an introduction to ubuntu11:25
mihast__ not really, there's a question on ubuntu.si forums. it's interesting topic for me, so far i needed only to read, i write with java and jackess...11:26
Abdurthank you11:26
mihast__ "is there any linux program that can create/write access db"11:26
mihast__ so i thought i'd ask here11:27
yeatsamarcolino: can you do 'sudo apt-get -f install' and post the output?11:27
yeatsamarcolino: post = paste at http://paste.ubuntu.com/11:28
mihast_ http://wiki.debian.org/gmdb2 says gmdb2 can export into OO format, but can anything export back?11:29
=== Joh__ is now known as Joh
=== me is now known as Guest10111
amarcolinoFishFace, yeats: followed the instruction on that link managed to uninstall it and tried installing it again, however, the same error http://paste.ubuntu.com/534549/, I doubt denyhosts has a bug in the repo but that is what it seems11:35
=== juliane is now known as frj
=== frj is now known as frk
Gnea!pm | fsc__11:36
ubottufsc__: 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.11:36
Guest10111Hi. I need to remove all the gnome setting I currently have. Somewhere on the forums I found that removing: .gnome, .gnome2, .nautilus and .gconf can do this for me. Will those file regenerate automatically after fresh start of X?11:37
ikoniaGuest10111: when gnome re-launches, they will get re-created11:37
FishFaceamarcolino: Good luck. There was a guy here who used that link to fix his apt-get because he had a power failure during an install.11:38
amarcolinoFishFace: :s11:38
Guest10111ikonia, Thank You.11:39
flonehi. i would like to map different stereo channel pairs of my 7.1 sound card to different instances of e.g. totem - how can i achieve this? (preferrably using pulseaudio)11:39
karthick87Is there any way to find the exact booting time of ubuntu?11:39
ikoniakarthick87: you can use tools such as bootchat, but the easy way is to use a stop watch11:39
=== marker_ is now known as m4rker
amarcolinoFishFace, yeats: just need to make sure if it is apt or the package that is buggy or my actual system11:40
karthick87ikonia: bootchat or bootchart?11:40
EbrahemHello. Guys anyone notice firefox in windows is smoother in ubuntu or is it just me?11:40
ikoniachart11:41
=== dragon is now known as Guest94523
metallicohi guys, I am trying to compile my sound driver and when I do "make" I get an error "/lib/modules/2.6.35-22-generic/build/include/linux/types.h:4: fatal error: asm/types.h: No such file or directory"11:41
metallicoif I view the source code of types.h I see that on line 4 there is a #include #include <asm/types.h> if I change it to #include "/usr/include/asm/types.h" the process continues but I get a similar errror later on. Do you have any idea why the system can not include files from the asm11:41
metallicodirectory. I tried creating a symblink, but it doesnt help.11:41
FloodBot4metallico: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.11:42
yeatsamarcolino: I'm able to install/uninstall that package on lucid 64 without any problem if that helps you11:42
FishFaceamarcolino: Your pastebin shows a bunch of permission denied lines. If root doesn't work, I have no idea.11:42
=== ubuntu is now known as not_default
yeatsamarcolino: you have to find out which "subprocess" dpkg doesn't have permission to execute, then find out why11:43
amarcolinoyeats: on my other comp it works, I don't know why root would be failing on this package11:44
not_defaulthow can i check lucid cdrom integrity at boot? I have no prompt before the "installation or live" prompt11:44
yeatsamarcolino: you can only discover that using dpkg output - aptitude/apt-get doesn't give you enough information11:44
amarcolinoFishFace: yup that is quite weird11:44
detoxicanot_default: press f8 during boot11:44
jaradhi11:44
amarcolinoyeats: so dpkg -i package name?11:45
yeatsamarcolino: that's probably a good place to start11:45
yeatsamarcolino: paste that output and I'll look with you11:45
DrManhattanWobbly windows is the coolest desktop effect11:46
DrManhattanI have to say, I like the Ubuntu gui more than Aero11:47
not_defaultdetoxica: f8? sounds windows to me... ; )11:47
ElNotaDrManhattan: heh, Is aero still alive? :P11:47
not_defaultdetoxica: ah, the timing is important, not the key11:47
DrManhattanheh hhe11:47
not_defaulti'll try that11:48
not_defaultty all11:48
detoxicanot_default: perhaps any key will work :-) press it when the first screen comes up during boot11:48
amarcolinoyeats: the pastebin show the output of both dpkg purge and install not much info given http://paste.ubuntu.com/534552/11:49
bursihidohwo to install pidgin in ubuntu  ?11:51
bursihidohow*11:51
st__bursihido, it should be in repos11:51
Gneabursihido: open a terminal, type this: sudo apt-get install pidgin11:51
arcskyanyone know how to encrypt a home dir ?11:52
yeatsamarcolino: first do 'sudo apt-get install denyhosts', then 'sudo dpkg -i /var/cache/apt/archives/denyhosts_2.6-6.1ubuntu1_all.deb' and please paste that11:52
bursihidoGnea: However the following packages replace it:11:52
bursihido  libpurple-bin libpurple011:52
bursihidoE: Package 'pidgin' has no installation candidate11:52
bursihido:S11:52
FloodBot4bursihido: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.11:52
Gneabursihido: oh, you should probably just use empathy then, it's already installed11:52
ElNotabursihido: sudo apt-get install pidgin11:52
ElNotabursihido: Did you use that command?11:53
bursihidoElNota:  yes it saying error E: Package 'pidgin' has no installation candidate11:53
ElNotabursihido: sudo apt-get install libpurpe-bin libpurple011:54
bursihidoElNota: E: Unable to locate package libpurpe-bin11:55
MrCurlyBracesmisspelled11:55
MrCurlyBraceslibpurple-bin11:55
yeatsbursihido: can you do 'cat /etc/apt/sources.list' and paste the output at http://paste.ubuntu.com/?11:55
iflemaElNota sudo apt-get update     first....11:55
clu3i get /etc/resolv.conf reset every reboot, and the file permission is already -rw-r--r-- , any ideas anyone?11:55
FishFacebursihido: Have you tried to get it from the pidgin.im site and try that way? Thats if all else fails I guess.11:55
inflexis it possible in the 10.10 default X desktop to make it so you can switch between desktops using the mouse wheel?11:55
shadow-_Need help11:55
iflemabursihido sudo apt-get update     first....11:56
ElNotabursihido: Well, then go to "software soruces" and in first tab, enable all (excepting software code or something like that); try using main server11:56
yeatsclu3: that is the way it should work - /etc/resolv.conf is managed by network manager11:56
iflemabursihido to update the package sources list11:56
ElNotabursihido: After that, go to terminal, use "sudo apt-get update" (as iflema said) and again "sudo apt-get install pidgin"11:56
bursihidoyeats: bursihido@Exploiter:~$ cat /etc/apt/sources.list11:57
bursihidodeb http://archive.ubuntu.com/ubuntu maverick universe11:57
clu3yeats, but i want to keep it unchanged11:57
Sheepherdhey guys. i just freed some space on my hd to extend the running ubuntu partition. is there a way to resize that ubuntu partition while running or without using some boot cd?11:57
amarcolinoyeats: i've also posted the output of aptitude reinstall http://paste.ubuntu.com/534554/11:57
erUSULSheepherd: no; you can not resize partitions that are mounted11:57
yeatsclu3: then you'll have to *not* use network manager ;-)11:57
bursihidoiflema: yes updated11:58
inflex(I should further indicate I mean for more than just having the mouse over the desktop selector too - rather also inclusive of the general background of the whole screen11:58
ElNotabursihido: Have you done what I said?11:58
clu3yeats, this happens only on my lap where i use wifi most the time, on my desktop it doesn't happen11:58
bursihidoElNota: yes i did ...still sating same eroor11:58
SheepherderUSUL, kk thx11:58
bursihidoerro*11:58
crashevhello, why copyin to USB stick in ubuntu is so slow (about 2,6MB/s) - how to fix that ?11:59
bursihidosaying*11:59
ElNotabursihido: And if you install from synaptic?11:59
ElNotacrashev: It's a known problem11:59
niteyehello there11:59
FishFacecrashev: I asked that question a few hours ago. Lots of people have that problem. I booted and now its a lot faster. For now anyway.11:59
bursihidoElNota: There is no package of pidgin ?11:59
ElNotabursihido: I have it on my repositories, anyways you can use official repo12:00
crashevElNota: rebooting does not help me, damn, there must be some fix or workaround for this12:00
toyman61Does Ubuntu 10.04 supports IEEE 802.11n in the kernel ?12:00
MichaelKohlerI tried to copy the SuperGrub2Disk to my usb stick using dd, but now I can't boot from it and |fdisk -l| says "Partition 1 does not end on cylinder boundary.". what did I do wrong?12:00
niteyei have the ATI restricted driver, multiple monitors works fine, desktop effects works fine too, but the resolution is incorrect and the correct resolution is unavailable in both the gnome display pane and the catalyst control center12:00
ElNotabursihido: http://www.pidgin.im/download/ubuntu/12:01
bursihidoElNota: okay..wait12:01
littlejoey_zcool hi all12:01
scheeriHi Dear Community! Does anyone worked with clamfs already?12:02
ElNotalittlejoey_z: Hi12:02
amarcolinoyeats: still there?12:02
littlejoey_zok, I'm not a beginner but, this might save me some time if someone knows how to make gdesklets run on ubuntu 10.1012:03
littlejoey_zElNota: Hi12:03
ElNotalittlejoey_z: There is a better application called screenlets12:03
littlejoey_zoh really?12:03
littlejoey_zok I will try it thanks12:03
me_Hi. I have problem with missing menu bar in audacity. Anyone knows solution?12:04
ElNotaI used both and I really recommend second one12:04
ElNotalittlejoey_z: You're welcome12:04
scheeriI've installed it successfully, but there is a trouble at usage.12:04
littlejoey_zI will try out screenlets, I am downloading it right now12:05
littlejoey_zyeah I had gdesklets installed in the previous version, but I had to do something that I don't remember12:05
littlejoey_zI meant in ubuntu 10.0412:05
RippleEffectHow can I reset the sound system?12:06
=== scott__ is now known as wookienz
ElNotalittlejoey_z: I never liked that, it was always giving me errors12:06
wookienzhello! using win7 presently. have ubuntu 10.10 on VM image. I want to swap it around. suggestions for making current windows 7 install into a vm image?12:07
jukused 4G usb, and startup creator, when booting from it says boot error after verifying pool12:07
DrManhattanwookienz, I think you can convert your existing windows install into a VM image12:08
yeatsamarcolino: yes I'm here, but I'm not sure what to advise...  I've not seen the "package list missing" errors before :-/12:08
bursihidoElNota: I GOT THE PROBLEM I DID NOT OPENED MY REPOS ...THAT WHY I CAN'T UPDATE MY SYSTEM AND PIDGIN12:08
scheeriHi Dear Community! Does anyone worked with CLAMFS already? I've installed it successfully, but there is a trouble at the usage!12:08
yeats!shout | bursihido12:08
ubottubursihido: PLEASE DON'T SHOUT! We can read lowercase too.12:08
bursihidoubottu: oh sorri12:09
ElNotabursihido: heh12:09
amarcolinoyeats: neither have I specially a package in the repo, will stick around and ask again soon, it bugs me to have unmet package(s)12:09
jukalso did manually from here http://www.gnewsense.org/Documentation/BootingFromUSB same boot error :(12:09
scheeriAnyone?12:09
ElNota!anyone | scheeri12:09
ubottuscheeri: 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:09
jukand ubuntu live cd hangs on installation mistery!12:10
juktrying unetbootin now, se ya12:10
PsyDuckololo12:10
scheeriSorry Ubottu! So : my clamfs is working very well, excpeted I can't overwrite my file sin the directory! There is an error message, which I can't find on Google:11:46:46 (clamav.cxx:138) (cp:961) (root:0) /opt/samba/KOZOS/clam.zip: lstat() failed: No such file or directory. ERROR12:11
xiongI have 'tracker' installed; I'd like to integrate it with nautilus. (https://help.ubuntu.com/community/MetaTracker) seems to be out of date. What's the deal?12:11
yeatsamarcolino: try the advice in #2 at this forums thread, then try again: http://ubuntuforums.org/showthread.php?t=155861612:11
PsyDuckanybody, can you tell me about Unix? russian please.12:11
fembotbuild #19 of cm_buzz_full started, including []12:12
ElNota!russian | PsyDuck12:12
bazhangPsyDuck, #ubuntu-ru please12:12
ubottuPsyDuck: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke12:12
bazhangfembot, hi12:12
PsyDuckThanks12:12
scheeriThis communication channel is fast incredible! I can't track the answers.12:14
littlejoey_zyeah cool12:14
jribscheeri: just read your highlights12:14
littlejoey_zscreenlets is nice and less buggy12:14
ElNota!bot > scheeri12:14
ubottuscheeri, please see my private message12:14
ElNotascheeri: ubottu is a bot12:14
elFidelscheeri: disabling/filtering joins/quits etc might help as well ;)12:14
littlejoey_zubottu is a bot?12:15
ubottuError: I am only a bot, please don't think I'm intelligent :)12:15
scheeriOh yess! I can see now! sorry12:15
icedwater!help translate12:15
fsc__again the website for wine12:15
daedrateehee.. a sshfs GUI called gigolo XD12:15
icedwaterHmm.12:15
littlejoey_zI am sure you are intelligent ubottu!12:15
bazhang!appdb > fsc__12:15
ubottufsc__, please see my private message12:15
=== z is now known as Guest76833
icedwaterWhere do I go to ask about adding translations?12:15
icedwater!translate12:15
ubottuTranslate Ubuntu into your own language, important translations that are needed are listed first. See https://translations.launchpad.net/ubuntu/12:15
icedwaterAh, OK.12:15
jukthat's a boot error picture http://imagebin.org/124070 i used EVERYTHING12:16
scheeriHave a nice day! It's  launch time now!  ;-)12:16
juksame12:16
daedradelicious boot error12:17
daedrathat's pretty vague12:17
daedrajuk: google "boot error <YOUR BIOS NAME>"12:17
meHow to delete all the settings made using gconf-editor?12:18
=== me is now known as Guest32155
jukdaedra: buggy bios?12:18
jribGuest32155: it is impossible to distinguish between a change you made through a configuration dialog and a change you made through gconf-editor12:19
daedrajuk: It seems this is the stage at which your boot has failed, yes. If not, then GRUB12:19
littlejoey_zall right folks and ladies, I am going back to my thesis12:19
liangruijiahello12:19
daedrajuk: If GRUB, then you may need to boot into a live environment - try your ubuntu livecd, and fix it from there12:20
nightGRUP ????12:20
Guest32155jrib I am willing to remove them all.12:20
jrib!resetpanel | Guest3215512:20
ubottuGuest32155: To reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »12:20
daedraGRUP - grep and GRUB combined!12:20
nightGRUB ????12:20
jribGuest32155: use that example then (but use "/" instead of "/apps/panel")12:20
jef91So I installed my ubuntu from a minimal CD and for some reason my normal user does not have permission to mount removeable media through nautilus - am I missing a package or something?12:20
Guest32155jrib thanks.12:21
xiongDoes anybody know anything about file manager support of user tags?12:21
NAJIhello12:21
daedrajef91: you could simply give them permission. But this may be the sign of other broken things12:21
xiong-- any file manager.12:21
mreicheltHi there! I am using Ubuntu 10.04, and ICQ stopped working in Empathy (as usual if the bad guys at ICQ change the infrastructure). But will there be an official update soon to fix this?12:21
jribjef91: you should tell us what you install exactly.  gvfs-mountsomethingorother takes care of the mounting iirc12:22
daedramreichelt: how should we know?! Try looking at Empathy's site12:22
jef91let me check for that package jrib12:23
NAJIi need some help deciding what to do: I have a IBM-T42 working great with ZTE 3G modem, i plan to buy a better computer and internet of course12:23
jef91gvfs-backends I believe - thanks for the tip jrib12:24
mreicheltdaedra: because the Update has to be included into the official _ubuntu_ 10.04 updates12:24
jribjef91: there's a daemon that should run, I don't know what package it's in12:25
jef91kk let me see if that package I said above pulled in said daemon12:26
jef91hrm no dice12:26
=== kek is now known as Guest56723
jribjef91: maybe nowadays it's actually devkit-disks-daemon, who knows12:27
jribchanges every 2 releases, annoying12:27
jef91I'm on 10.0412:28
replicasexHey everyone I have a really irritating (read: frothing at the mouth) problem with compiz settings.  I installed Macbuntu on a whim, didn't like it, and uninstalled it -- and now I can't use my normal compiz animations.  Whenever I try to enable it in CCSM it'll just disable itself.12:28
replicasexIt's really really frustrating.12:28
replicasexEverything is using its stupid fade effect, not the ones I actually want to be using.  I've tried going into preferences and resetting but it does nothing.12:29
jribreplicasex: check permissions12:29
bazhangreplicasex, tried in #compiz yet?12:29
lidbjorkI have a local server at home, with a small LAN. I usually log into this server with ssh. Is there a way to configure it so I don't have to enter my user's password when I log into it, but only from my home computer?12:29
jef91yea jrib that package does not exist in 10.04 :-/12:30
replicasexjrib, in what way?12:30
dong..12:30
jribreplicasex: whatever way you want, use ls -l, find, right click properties on the gconf directories responsible for the settings12:30
jribjef91: waiting for you to answer my original question about what exactly you installed :)12:31
replicasexi've never had an issue with changing animations and so on before, I think it's doubtful that permissions are the problem now.12:31
jef91not a whole lot jrib12:31
NAJIi need some help deciding what to do: I have a IBM-T42 working great with ZTE 3G modem, i plan to buy a better computer and internet of course but i am in short of money, i can get a smartphone for through two years subscription, the LG KS20 has wifi, the choices are: 1- keep what i have now, 2- Put the little GSM card of the smartphone into the ZTE modem, sell the laptop and the smartphone and get a new laptop, a good one. Do you thin12:31
NAJIk that i will have internet in the computer?12:31
jef91just SLiM, Enlightenment, and Nautilus jrib12:31
replicasexIt's enraging.12:32
jribjef91: if you don't care about using the standard gnome daemon, I just use halevt12:32
replicasexI don't understand why it can't change the settings :|12:32
jef91I just want it to work jrib - what package is that?12:32
replicasexThat's what I get for expecting something to be simple, I guess.12:32
jribreplicasex: you should just check and rule out the permissions being an issue.   If we just guess, we'll get no where.12:33
jribjef91: halevt12:33
=== Mike is now known as Guest46498
wafichi all12:33
replicasexjrib, I have no idea where those files would be12:33
jribreplicasex: ~/.gconf/12:33
administratora12:33
=== administrator is now known as Guest63353
Guest6335312:34
Guest63353话说我是小白12:34
bazhangGuest63353, #ubuntu-cn12:34
wafici been fighting with the bcm wireless for 3 days and cant get it to work every time in try to install it it give me this sudo apt-get install dkms Please have a look at the log file for details.: /var/log/jockey.log12:34
Guest63353有没有高手一指点下我阿?12:34
replicasexjrib, two dirs, apps and desktop both are listed as drwx12:34
jef91that package is not found on 10.04 jrib12:34
elFidelGuest63353: english or #ubuntu-cn12:34
jribjef91: yes it is12:34
Gerwin!cn | Guest6335312:34
ubottuGuest63353: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk12:34
jrib!info halevt lucid12:35
ubottuhalevt (source: halevt): Generic handler for HAL events. In component universe, is optional. Version 0.1.5-3 (lucid), package size 57 kB, installed size 304 kB12:35
NAJIi need some help deciding what to do: I have a IBM-T42 working great with ZTE 3G modem, i plan to buy a better computer and internet of course but i am in short of money, i can get a smartphone for through two years subscription, the LG KS20 has wifi, the choices are: 1- keep what i have now, 2- Put the little GSM card of the smartphone into the ZTE modem, sell the laptop and the smartphone and get a new laptop, a good one. Do you thin12:35
NAJIk that i will have internet in the computer?12:35
replicasexjrib, I don't know the permissions myself is drwx adequate?12:35
jribreplicasex: paste the whole line12:35
=== Norrland1jr is now known as Norrland
waficdo any one know how to fix this problem12:35
jrib!helpme | wafic12:36
ubottuwafic: 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 !attitude12:36
jribwafic: also, we can't read the log file on your hard disk.  You need to use a pastebin12:36
replicasexdrwx------  3 dylan dylan 4096 2010-10-13 15:17 desktop12:36
waficok12:36
replicasexderp12:36
waficsorry12:36
fembotbuild #19 of cm_buzz_full is complete: Success [build successful]  Build details are at http://buildbot.teamdouche.net/builders/cm_buzz_full/builds/1912:36
jef91jrib - http://packages.ubuntu.com/search?keywords=havlet&searchon=names&suite=lucid&section=all12:37
jribreplicasex: I don't understand why you are checking the permissions of "desktop"?12:37
replicasexthose are the only two dirs in /.gconf jrib12:37
jribjef91: you have to spell it right: halevt12:37
wafichttp://pastebin.com/CCtX9uTY12:38
MichaelKohlerI copied an Ubuntu iso on my usb stick using dd, but now it doesn't start from usb, it just does nothing12:38
jribreplicasex: find ~/.gnome2 ~/.gconf ~/.config ! -user $USER12:38
jef91thanks installing now jrib12:38
erUSULMichaelKohler: dding the iso is not enough. use usb-creator or unetbootin12:39
jef91worked like a charm jrib12:39
MichaelKohlererUSUL: why's that?12:39
erUSULMichaelKohler: a cdrom and a usb port are not the same thing. the bootloader conf that works for a cdrom does not work for a usb pendrive12:40
MichaelKohlererUSUL: ah okay, thanks12:40
SolowI tried installing ubuntu and failed, because the partioner wont open. so i used the live disc, and opened kpart something.. and it crashes. Any sugestions?12:40
erUSULMichaelKohler: you need a tool that sets up syslinux.12:40
FishFaceBesides Disk Usage Analyzer, there was another graphical app that showed a bunch of colored blocks. Anyone know what that is?12:40
SolowFishFace, tetris12:41
replicasexjrib, .gnome2 has no such dir as .gconf12:41
jukdaedra: i try to burn a new CD to check again12:41
jribreplicasex: what was the output of the command?12:41
jribjef91: seems like the daemon got called gnome-volume-manager again in lucid if you care12:41
GerwinFishFace: Are you perhaps talking of GParted?12:41
FishFaceSolow: Not the game. The HD anaylzer12:42
replicasexjrib, first of all, had no idea that was supposed to be a command and second of all it did nothing.12:42
SolowFishFace, I was joking.12:42
jribreplicasex: pastebin the command you ran as well as the full output (copy and paste what you see in your terminal)12:42
FishFaceGerwin: This was a while ago. Not Gparted12:42
replicasexjrib, with the line of code you just used?12:43
replicasexIt resulted in nothing12:43
replicasexAt all.12:43
jribreplicasex: good luck with your issue.12:43
FishFaceWhoop. I got it. Doh. Graphical Disk Map12:43
replicasexAnybody else have any ideas?12:43
fsc__hi there12:43
replicasexIt's infuriatingly stupid.12:43
fsc__how do I install a software in linux just with the source code?12:44
fsc__in ubuntu i mean12:44
ikoniafsc__: what do you want to install12:44
replicasexi'll brb12:44
lidbjorkAnyone knows how to get Empathy to work with ICQ again?12:44
fsc__i want to install rar12:44
ikonia!rar | fsc__12:45
ubottufsc__: rar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://help.ubuntu.com/community/FileCompression. There is a free (as in speech) unrar utility as well, see !info unrar-free12:45
Gnealidbjork: add an icq account, click ok, there it is12:45
ikonia!info unrar-free12:45
ubottuunrar-free (source: unrar-free): Unarchiver for .rar files. In component universe, is optional. Version 1:0.0.1+cvs20071127-1 (maverick), package size 21 kB, installed size 108 kB12:45
ikoniafsc__: if you open the package manager, and search for unrar-free it will install rar for you, already built, you don't need any source code12:45
lidbjorkGnea: Sorry, I didn't mean that. I've used ICQ with Empathy for about half a year, but it hasn't been working for the last week or so. It gives a network connect error. According to my friend it work with Trillian though.12:46
FishFacelidbjork: I think someone said to disable SSL in your preferences12:46
lidbjorkFishFace: Yeah, I heard so too, but I can't find no ssl in the Empathy prefs.12:46
replicasexwhatever problem this is it's just outrageous.  attempting to change anything results in it reverting12:47
Gnealidbjork: it's possible that icq altered their network protocol12:47
FishFacelidbjork: Some other guy was in here just a little while ago with the same problem. Dont know if it was resolved or not12:47
ikoniareplicasex: stop it12:47
ikoniareplicasex: this  channel is ubuntu support, we can help you with ubuntu, but try to keep calm and just state your problem clearly12:48
replicasexwhat?  I'm trying to figure out this problem and expressing some justifiable frustration.12:48
lidbjorkFishFace: Gnea: Ok. I just installed an ubuntu update, which included Empathy, and I expected it to solve the problem, but it didn't.12:48
Chr|sI don't see him doing anything wrong12:48
Chr|sIm frustraited with him with the problem I am having myself. I know what he is going through12:48
FishFacelidbjork: My Pidgin still works. So any changes ICQ might have made on their end must have been subtle.12:49
lidbjorkFishFace: Ok.12:49
Chr|sFor someone reason, my mic doesn't want to work with the new TeamSpeak 3. I have tired everything I can think of, I can't figure it out.12:49
Gnealidbjork: check the empathy site, their software has an issue, and check with the ubuntu bug system12:49
Gnea!bugs12:50
ubottuIf 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-bots12:50
lidbjorkGnea: Ok, will do.12:50
CtCIs there a way to edit the gnome main menu other than using the System->Preferences->Main Menu?  Where is this stored?12:51
replicasexThe problem is that the CCSM's plugin animation is being overrided somehow, and some other animation has taken its place for everything.12:52
replicasexI have no clue how I would go about fixing ti.12:52
bazhangreplicasex, #compiz as I suggested12:52
DrManhattanccsm rules12:52
replicasexBeen there, it's a ghost town.12:52
Gneathen be patient.12:53
bazhangreplicasex, then be patient12:53
bazhangGnea, :)12:53
* replicasex rolls his eyes12:53
Gneaheh12:53
Gneareplicasex: you'll do it.12:53
replicasexessentially "stop bothering me with your problems"12:53
Gneauhm12:53
Gneawrong.12:53
Gneathe focus of this channel isn't that narrow.12:53
Gneaunless someone happens to be an expert12:53
ikoniareplicasex: has this ever worked12:54
Gneaclearly there are no CCSM experts around at this time12:54
trijntjereplicasex, I had the problem once, but I dont remember how I solved it12:54
Gneaand if there are, maybe they'll speak up in a bit12:54
Gneaotherwise, you can can your attitude12:54
trijntjeso i'd also say ask in #compiz where more experts are12:54
amarcolinoyeats: sorry about earlier I became engrossed in something else just noticed your message will check that link12:54
Sheepherdhey ive just created an ext4 partition but i cant access it. ive tried $chmod 775 /dev/sda4 but it didnt change nothing. anyone able to help me?12:55
yeatsamarcolino: no prob - I'm doing other things too ;-012:55
ikoniaSheepherd: you don't change the device file, you change the file system12:55
littlejoey_zok hi again folks and ladies12:55
ikoniaSheepherd: you need to mount the disk, then change the permissions on the filesystem, not the disk "device"12:55
Gneasince when are ladies not folk?12:56
littlejoey_zI have a quick question, how do you stop the screenlets from minimizing when you press ctrl+ald+d12:56
waficdo any one know what this means BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: enabled, b43legacy: enabled12:56
littlejoey_zGnea: I am not a native english speaker12:56
ikoniawafic: it means a kernel module is blacklisted and a replacment has been loaded12:56
waficok12:56
Sheepherdikonia, thx imma google that :)12:56
Gnealittlejoey_z: it's okay, just saying because some people might be sensitive to that12:57
littlejoey_zGnea no problem, no offence intended12:57
Solowany idea why the uubntu installation doesnt work for me at all?12:58
Gnealittlejoey_z: which 'screenlets' mninimize?12:58
littlejoey_zok so, does anyone know how to make screenlets not minimize when you show the desktop?12:58
Gnea-n12:58
littlejoey_zwell all of them12:58
Gneasuch as?12:58
BajKWhy doesnt the 10.04 live cd boot on a PC where the hard disk is corrupt? Isnt that the purpose of a live cd, start without hdd? But it seems it automatically tries to mount the hard disk which fails and then hangs12:58
littlejoey_zcalendar and Kclock12:58
Gneaare you on kubuntu?12:59
littlejoey_znope ubuntu12:59
littlejoey_zgnome12:59
replicasexSigh, even something like the 'visual effects' option is reverting12:59
AbhiJithello12:59
littlejoey_zGnea: ubuntu 10.10, that's what I use12:59
Gneaokay, well Kclock doesn't recognize the gnome IPC, so that's probably why it's not accepting it13:00
AbhiJithow to 'add' font to firefox?13:00
DrManhattanhow do I get the function for my mouse3 in firefox ack?13:00
littlejoey_zGnea: ok but is there an easy workaround?13:00
DrManhattanyou know, you click mouse3 and it lets you scroll around the screen13:00
Gneareplicasex: did you upgrade something for this to happen? sorry, I wasn't around earlier.13:00
Gnealittlejoey_z: use a gnome-based clock?13:00
AbhiJithello13:00
AbhiJithow to 'add' font to firefox?13:00
FishFaceBajK: are you using the boot CD to try and get info from the bad HD? If not, why not just disable the HD in your bios?13:01
littlejoey_zAbhiJit: did you check the repos?13:01
replicasexGnea, as I said earlier I installed and then uninstalled the frivolous macbuntu transformation package.13:01
replicasexAnd before you ask, of course I googled for the problem.13:01
AbhiJithmmm13:01
* AbhiJit should really get a english class13:01
Gneareplicasex: I can help you better if you don't assume what it is I'm going to ask, thanks.13:01
AbhiJitok short story in long format13:02
Gneareplicasex: because in this case, you assumed wrong.13:02
AbhiJiti have a website which needs a special devanagari font to be installed in web browser13:02
AbhiJithttp://www.loksatta.com/old/font_help.htm13:02
AbhiJitso i downloaded this font13:02
ikoniareplicasex: where did you get macbuntu  ?13:02
FloodBot4AbhiJit: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.13:02
DrManhattanI got it, nevermind - "use Autoscrolling"13:02
AbhiJitnow in windows i used to just copy paste the font to windows/font and browser will show it13:02
ikonia!fonts > AbhiJit13:02
ubottuAbhiJit, please see my private message13:02
AbhiJit:s13:02
Gnea!info macbuntu13:02
ubottuPackage macbuntu does not exist in maverick13:02
Gneahuh13:03
replicasexikonia, soruceforce, it's a very popular transformation pack13:03
littlejoey_zlol ok it is getting crowded, I will look in ubuntu forums13:03
replicasexThere was a recent update that I was interested in -- I've installed it before, never had issues.13:03
ikoniareplicasex: ok - so as a high level summary, you had a working ubuntu cssm, downloading an external package, now the cssm package doesn't work, yes/no ?13:03
Gneareplicasex: yeah, if it's third-party, we likely don't support it13:03
replicasexEssentially.13:03
amarcolinoyeats: didn't work I have a good hunch it's something with apt, will be loading the snapshot image I made earlier before doing system settings, it will take long but at least it will be working13:03
Gneait could work, but it's not something we support by default13:04
ikoniareplicasex: ok, so if you contact the support team from the soruceforge project page, then can explain what it changes and how, they will know how to undo it13:04
replicasexwell the third party program is gone, and I really wish there was a way to simply revert to a previous windows manager state13:04
replicasexikonia, already done.13:04
yeatsamarcolino: good luck!13:04
fsc__so...i have a bin file...and dont know how to install it13:04
fsc__can you help me?13:04
replicasexIs there a command that would totally reset/redo all of that stuff?13:04
Solowany idea why the uubntu installation doesnt work for me at all?13:04
Gneareplicasex: have you attempted to create a new account, copy your documents over, delete the current account and move the new one back to the old name?13:04
ikoniareplicasex: ask the macbuntu support team what it changes, then we can work out how to revery13:04
hexabithi! is it ok to take over a discontinued project like nubuntu if i cant contac the former developer?13:04
ikoniarevert13:04
ikoniareplicasex: ok, so have they responded yet13:05
replicasexNo.13:05
AbhiJiti have followed the instructions given by ubottu and still firefox is not using that font to display that website13:05
ikoniafsc__: what are you trying to install ?13:05
fsc__rar software13:05
fsc__a software to open .rar files13:05
ikoniareplicasex: no13:05
replicasexGnea, no but if I were to do that I might as well just reinstall, it's easy enough.13:05
ikoniareplicasex: have the macbuntu support team responded ?13:05
ikoniaGnea: bravo13:05
replicasex... like I said, no.13:06
fsc__leandrosansilva brasilian or Portuguese?13:06
ikoniareplicasex: re-install then if you can't wait13:06
Gneareplicasex: well sure you could, but that would just be too easy, wouldn't it?13:06
ikoniareplicasex: I have told you how to install rar13:06
ikoniareplicasex: sorry - not you13:06
ikoniafsc__: I have told you how to install rar13:06
fsc__i wasnt here sorry13:06
Chr|sanyone have any suggestions on how to get my mic working on TeamSpeak 3?13:06
replicasexIt just seems completely crazy that such a petty problem is unsolvable13:06
ikoniafsc__: you where13:06
fsc__bathroom13:06
glaucomarquesbom dia , pessoal.13:07
gustavoferreirahello everyone, i'm getting an issue when compiling gtkextra from source, first of all, can i use this channel to ask this kind of questions? Compiling from source code?13:07
ikoniareplicasex: it seems crazy that you would install a software package from an unknown source, not-knowing how it works then complain that it changes things13:07
Gneareplicasex: it's only unsolvable because you refuse to follow any advice that you ask for.13:07
fsc__taking care of my physiological needs13:07
AbhiJitarora is displaying that website but the dumb firefox is not13:07
replicasexikonia, it wasn't unknown I've installed and uninstalled the package a number of times.13:07
ikoniafsc__: open the package manager, search for "rar" and install the free-rar pacakge13:07
ikonia!info rar-free13:07
replicasexWithout any issues whatsoever.13:07
ubottuPackage rar-free does not exist in maverick13:07
leandrosansilvafsc__: brazilian13:07
ikoniareplicasex: then you should know what it changes and how to fix it13:07
fsc__glaucomarques bom dia...portugues13:07
ikonia!rar13:07
ubotturar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://help.ubuntu.com/community/FileCompression. There is a free (as in speech) unrar utility as well, see !info unrar-free13:07
Gneareplicasex: instead, you insist on whining like a child in an increasingly unprofessional manner.13:07
fsc__ikonia, where is the package manager situated?13:08
ikoniafsc__: install  the package unrar-free from the package manager13:08
ikonia!synaptic | fsc__13:08
replicasexGoodness all the smarmy folk are out today, aren't they?13:08
ubottufsc__: synaptic is Ubuntu's Graphical Package Manager. For a good howto see https://help.ubuntu.com/community/SynapticHowto13:08
Gneareplicasex: 'unknown', in this case, clearly refers to the global knowledge of the Ubuntu community, not just you.13:08
Koopa516!info unrar-free13:08
ubottuunrar-free (source: unrar-free): Unarchiver for .rar files. In component universe, is optional. Version 1:0.0.1+cvs20071127-1 (maverick), package size 21 kB, installed size 108 kB13:08
ikoniareplicasex: good look with the re-install, or support fom the macbuntu guys, I suggest we leave it there13:08
Gnea!attitude | replicasex13:08
ubottureplicasex: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IRC/Guidelines13:08
gustavoferreirafsc_: it isn't bom dia here in portugal xD lol 13h13:08
Gneareplicasex: save the snark for elsewhere.13:09
rautamiekkaI would like to make a combination CD-RW which asks whether you wanna boot up the x86 Minimal Installer or the x64 one. Is this possible and how ?13:09
ikoniagustavoferreira: fsc__ this channel is English only please13:09
gustavoferreirai know, and i asked a question in english :s13:09
replicasexOh do back off. My expression of frustration is hardly *the attack* you seem determined to construe it as.13:09
ikoniarautamiekka: not on a CD as there isn't enough room13:09
Gneareplicasex: welcome to /ignore13:09
ikoniareplicasex: It's not an attack, we just don't support that package, so I suggest you contact/wait for response from the macbuntu guys, or re-install13:10
ikoniaGnea: lets drop it please.13:10
rautamiekkaikonia: Yes there is if there's only the Minimal CD images of both architectures and a boot menu.13:10
Gneaikonia: as you can see, I have.13:10
ikoniarautamiekka: how much space is free on the standard install CD13:10
gustavoferreirasomeone helps here please?13:10
ikoniarautamiekka: ahhh sorry, the minimal for both arch, not the minimal and normal13:10
rautamiekkaikonia: I said "Minimal Install", not the 650MB regular one !13:10
Gnea!ask | gustavoferreira13:10
ubottugustavoferreira: 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:10
rautamiekkaikonia: Minimal is 20 megas.13:11
ikoniarautamiekka: that should be easy enough, just the custom boot menu, thats all you'll need and then point at the right images, check out syslinux13:11
gustavoferreirabut i've already did that, see: hello everyone, i'm getting an issue when compiling gtkextra from source, first of all, can i use this channel to ask this kind of questions? Compiling from source code?13:11
rautamiekkaikonia: Now we're talking. Is there anything specific I need to know ?13:11
Gneagustavoferreira: as was stated, don't ask to ask, just ask.13:11
waficnow wireless is working after restart the wireless disappears completly13:11
Exploiterusing ubuntu from last 2 years, just find out that my refresh rate was 50, changed it to 70 just now. and it fucking awsome. from last 2 years i was using ugly font.. dawmm it...13:12
ikoniarautamiekka: not really, if you can make a CD - you will be fine, it's just the changes to syslinux you need and that's easy/well documented13:12
ikoniaExploiter: control the language please.13:12
Exploiteryeah ofcourse.. but just look at compiz..13:12
Gneagustavoferreira: I don't see any reason why you couldn't compile gtkextra13:12
Exploiterit didnt set the refrest rate to default..13:12
replicasexsomething very odd is going on here -- now I can't enable/disable anything in CCSM at all :\  Even things that don't have anything to do with window animations.13:13
ikoniareplicasex: please stop asking about it, we won't suppot the changes that package has made13:13
Solowany idea why the uubntu installation doesnt work for me at all?13:13
gustavoferreiraoh, sorry: my problem is, i use ubuntu for about an year and half, and unfortunately for me, always when i have a source package to compile, i never get that done, it always gives me errors when for example i take make, i can use pastebin to show you what are the errors so you cna help me?13:13
Gneagustavoferreira: sure13:14
gustavoferreira~paste13:14
ikonia!info libgtkextra13:14
ubottuPackage libgtkextra does not exist in maverick13:14
Gnea!paste13:14
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.13:14
ikonia!info gtk+extra13:14
ubottuPackage gtk+extra does not exist in maverick13:14
Gneaikonia: it's okay13:15
ikoniaI'm sure that exists13:15
hexabithi! is it ok to take over a discontinued project like nubuntu if i cant contac the former developer?13:15
hexabitbump hehehe13:15
Gneaheh, it's actually isn't13:15
ikoniahexabit: it's not an ubuntu project, so nothing do with us though13:15
Gneaer, doesn't13:15
ikoniaGnea: I have it listed in universe13:15
hexabitikonia: ok13:16
ikoniaGnea: ahh hardy was the lasst time I see it13:16
Gerwingustavoferreira: Do you get the required dependencies before trying to compile the source code?13:16
Gneaikonia: ah okay13:16
gustavoferreirahttp://pastebin.com/TTdwJe8M13:16
gustavoferreirahere13:16
StridskaninI have bash shell script that dumps some S.M.A.R.T. data into a text file. Eventually I want to make it run automatically on a schedule. But right now I have that script sitting in the home folder of my main user account. It works fine, but where is the most logical place to put that since it is a system wide script and doesn't really belong to a user?13:16
ikoniaStridskanin: it really doesnt matter where - it's your choice13:17
=== tvroom is now known as newnick
AbhiJithelp13:17
AbhiJitcanot add font to firefox13:17
gustavoferreiraGerwin: my problem is that, i'm used to install everything from deb files or synaptic, so i never bother with dependencies, and that's why i came here, so you could tell me if some dependency is missing?13:18
AbhiJitwhereas arora is showing the same website13:18
ikonia!fonts > AbhiJit13:18
ubottuAbhiJit, please see my private message13:18
ikoniaAbhiJit: check the link13:18
rautamiekkaStridskanin: To me, I think it really should be in the user's $HOME who maintains the script.13:18
AbhiJitikonia, i followed that13:18
AbhiJitikonia, and still it is not working13:18
Gneagustavoferreira: try this: http://comments.gmane.org/gmane.comp.gnome.gtk%2B.ada/386813:18
glaucomarques10.10 bug.13:18
xmjhello13:19
glaucomarquesroot@blackcat:/home/blackcat# gedit teste.txt13:19
glaucomarques(gedit:3859): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported13:19
glaucomarques**13:19
glaucomarquesGLib-GIO:ERROR:/build/buildd/glib2.0-2.26.0/gio/gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL)13:19
glaucomarquesAbortado13:19
FloodBot4glaucomarques: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.13:19
gustavoferreiraGnea: is it a bug?13:19
SolowAm I asking such weird questions? I've been asking the same question for 2 days and nobody has replied yet.13:19
Gneagustavoferreira: it's a fix13:19
ikoniaAbhiJit: did all the steps in the install process work13:19
rautamiekkaSolow: If someone doesn't know an answer, you won't get an answer.13:20
gustavoferreiraGnea: ok13:20
glaucomarqueshttp://paste.ubuntu.com/534573/13:20
glaucomarquesany idea ?13:20
AbhiJitikonia, im using lts. so i double click on font. and it told me that it got installed. and still it is not working13:20
Solowrautamiekka, that's... obvious. It's just frustrating.13:20
xmjhello13:20
ikoniaAbhiJit: how did you check ?13:20
AbhiJithi xmj13:20
ikoniaSolow: what is your problem13:20
AbhiJitikonia, on the same window it first display 'install font' button after clicking that button in the same place it shows grayed 'installed' button13:20
rautamiekkaSolow: It sure is. I know from experience. Just keep repeating the question when you have the energy for it. Never leave the computer to do something else after asking.13:21
ikoniaAbhiJit: run suco fc-cache -f -b13:21
AbhiJitikonia, and thing is arora is displaying that website well but frefox is not13:21
xmj  会中文吗?13:21
Gnearautamiekka: lol13:21
AbhiJitok13:21
SolowI'll rephrase my question... Is there any reason why all ubuntu installations would fail? ubuntu server is stuck at 45% when starting the partitioner. ubuntu netbook and desktop freeze right after 'preparing ubuntu installation' (where you get to select 'download updates while installing').13:21
xmj大家好13:21
ikoniaSolow: many reasons13:22
GneaSolow: sounds like a hardware problem13:22
ikoniaSolow: what hardware is this on ?13:22
Gnea!cn | xmj13:22
ubottuxmj: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk13:22
rautamiekkaSolow: Would be HDD problem or even motherboard.13:22
AbhiJitikonia, invalid option b13:22
Solowikonia, Gnea, I've installed ubuntu before on this machine. many times before. I've tried 2 hard drives, one fresh from the box.13:22
GneaSolow: could even be a bad hdd cable13:22
ikoniaAbhiJit: sory -v13:22
ikoniaAbhiJit: typo13:22
AbhiJitok13:22
SolowGnea, but this is only with 10.10, never installed it before. I did install 9.04 (?) and 10.04.13:23
ikoniaSolow: what hardware is this on13:23
SolowAcer extensa 5220 btw13:23
AbhiJitikonia, fc-cache succeded. and still not working in firefox13:23
GneaSolow: 10.10 changed many things and is not an LTS release13:23
Sheepherdikonia, ive not been able to successfully edit fstab to get me permission for that newly created drive. u know a good place where to look that up?13:24
ikoniaAbhiJit: firefox should pickup fonts from the font server, have you restarted firefox13:24
AbhiJitikonia, yes restarted13:24
ikoniaSheepherd: what is the issue ?13:24
Solowikonia, acer extensa 5220, 1GB ram, dual core processor.13:24
replicasexikonia, it's fortunate that ubuntu is so easy to reinstall.13:24
Solowikonia, oh and 320GB hd and 80GB hd. (tried both) it's a laptop.13:24
replicasexand that I don't keep my data on the same partition ikonia  :P13:25
maxyjjguys i have a wireless bcm card every time i install the driver it gives me this :Please have a look at the log file for details.: /var/log/jockey.log13:25
AbhiJitikonia, chromium and arora did successfully picked up the font. but firefox not :(13:25
ikoniareplicasex: I dont care, install it or don't13:25
ikoniaAbhiJit: you are using firefox from the repos yes ?13:25
maxyjji have put the log in here http://pastebin.com/rNs6wZV13:25
AbhiJitikonia, yes13:25
SolowGnea, what is LTS? does this have anything to do with the fact it fails?13:25
ikoniaAbhiJit: it should pickup from font server.13:25
AbhiJitikonia, 3.6.1213:25
AbhiJitikonia, ok13:25
ikoniaSolow: what happens when you try to install the desktop ?13:25
Sheepherdikonia, i edited it like this: http://paste.pocoo.org/show/293895/ and the drive disappeared. im not sure if i understood the fstab concept though.13:26
SolowGnea, ikonia, may I add, that the 'live disk' does work. (it's on my usb, used unetbootin)13:26
Solowikonia, said it at [14:21]: I tried server, desktop, and netbook. same result everywhere.13:26
ikoniaSolow: you have no mount point13:26
ikoniaSolow: sorry - not you13:26
Sheepherdikonia, im talking about the last entry13:26
ikoniaSolow: what happens when you try to install the desktop13:26
dhoineMy rc.local does not start automatically, what could be wrong?13:26
ikoniaSheepherd: you are missing a mount point13:26
GneaSolow: long-term support, and 10.04 is the current LTS release, which means that the changes introduced in 10.10 are often sudden and need to be worked out - problems like this often happen due to the nature of the direction that the Ubuntu developers are taking the distribution in13:27
Solowikonia,  I just answered that question :p13:27
ikoniaSolow: what is the problem when you try to install the desktop version13:27
yeatsmaxyjj: your paste didn't come through13:27
SolowGnea, I see. so perhaps i should just try 10.04.13:27
GneaSolow: so you can install via the usb drive?13:27
MichaelKohler!restore13:28
Solowikonia, I already said that, three times so far. :S13:28
GneaSolow: I've stuck with 10.04 and haven't regretted it a single bit.13:28
MichaelKohler!grub13:28
ubottugrub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards.13:28
dhoine!rc.local13:28
shubbarDoes anyone have Genius Mousepen?13:28
Sheepherdikonia, isnt rw the value for the fourth column?13:28
ikoniaSolow: this is why you are not getting help - I'm asking you to explain what happens when you install the desktop version13:28
ikoniaSolow: instead of saying "I've said" tell me, as I obviously didn't see it, or you didn't explain it clearly13:28
maxyjjyeats : here it is  http://pastebin.com/VPj6gFi113:29
ikoniaSolow: 2nd coloumn "none" needs to be a mount point13:29
GneaSolow: do you have any error messages or screenshots of the error when the error occurs during install?13:29
ikoniaSolow: sorry - not you13:29
Solowikonia, I answered this question three times already. I'll paste the answer again:13:29
Solowikonia, [14:21] <Solow> I'll rephrase my question... Is there any reason why all ubuntu installations would fail? ubuntu server is stuck at 45% when starting the partitioner. ubuntu netbook and desktop freeze right after 'preparing ubuntu installation' (where you get to select 'download updates while installing').13:29
jimbauwensHello, I am using notify-send in a script to display some output, but I have a problem, notify-send doesn't support tabs. So, is there another way to display notifications from a script, one that also supports tabs?13:29
GneaSolow: when it freezes, does the screen have a red tint to it?13:29
ikoniaSheepherd: second column "none" is telling /dev/sda4 not to mount13:30
SolowGnea, no it doesnt really 'freeze' it just, keeps loading. I left it on for 2 days, nothing changed.13:30
glaucomarqueshttp://paste.ubuntu.com/534573/13:30
glaucomarquesany idea?13:30
GneaSolow: did you check alt-f4 messages?13:30
SolowGnea, it's the second screen in installation, where it does three checks, internet, hd, and something else. you can select to download updates, and third party software during installation, when you click forward the loading cursor comes up, and this stays the same. for 2 days.13:31
SolowGnea, no.. what's that?13:31
maxyjjyeats: did the link work13:32
Sheepherdikonia, aaaaaah thx man! and thx for letting me research that stuff myself. i highly appreciate it =)13:32
yeatsmaxyjj: try 'sudo apt-get install bcmwl-kernel-source' and reboot13:32
yeatsmaxyjj: yes it did13:32
GneaSolow: in Linux, there are typically 6 virtual consoles outside of X. they can be accessed by pressing ctrl-alt-f1 through f6 if already in X, or simply alt-f1 through f6 outside of X13:32
Sheepherdikonia, and i mean it. no irony.13:32
GneaSolow: during installation, console #4 is typically set aside for logging purposes13:33
SolowGnea, ah right, I knew that, i didnt check yet. so i'll leave it to load, and press alt+f113:33
maxyjjrestaring be back13:33
reberhi. What's the name of the package to monitor files installed during an install (make install of whatever bin installer) ?13:33
SolowGnea, so, alt+f4?13:33
GneaSolow: yup13:33
GneaSolow: when it freezes, try it out, see if the error is there13:33
SolowGnea, "Do you really want to quit the installation now?"13:33
ikoniaSheepherd: welcome13:33
ikoniaSheepherd: "none" is only for swap partition, file systems need a mount point, eg: /mnt13:34
GneaSolow: again, it's alt-f4 if you're NOT in X13:34
SolowGnea, yeh, i cant get back, i did ctrl+alt+f1 :p13:34
gustavoferreiraGnea: when i do make install, do i have to use it whit sudo?13:34
Gneatherefore, if you're trying to install server, it doesn't load X like desktop does13:34
Gneagustavoferreira: yes.13:34
gustavoferreiraGnea: ok, many thanks13:35
GneaSolow: X is on f7 or f813:35
yeatsSolow: have you tried using the alternate installer cd? it avoids many problems...13:35
GneaSolow: you've got 10 f-keys, try them :p13:35
SolowGnea, yes i did, no errors anywhere13:35
Gneaer 1213:35
Gnealol13:35
maxyjjyeats: still the same messege Please have a look at the log file for details.: /var/log/jockey.log13:35
GneaSolow: what about kernel messages?13:36
gustavoferreiraGnea: that fixed my problem, thanks again.13:36
SolowGnea, how do i find those?13:36
Gneagustavoferreira: cheers13:36
Norrland!info akonaditray13:36
ubottuPackage akonaditray does not exist in maverick13:36
GneaSolow: go to alt-f2, press enter, then dmesg13:36
yeatsmaxyjj: ok - not sure what to advise... maybe someone else will jump in :-/13:36
dhoineMy rc.local does not start automatically, what could be wrong?13:36
SolowWOW13:36
maxyjjthanks you for the help:)13:36
Solowthat's a lot of fwoooooow13:36
Gnea:)13:36
Gneait's pretty standard13:37
Solowok uhm, let's see13:37
Gneaif you want to get fancy: dmesg | more13:37
maxyjjits a wired problem looked every were on the internet and no luck13:37
nighti wana more plugin to my compize fusion13:37
SolowGnea, something with buffer13:37
GneaSolow: huh?13:38
collabranight: search for compiz and see what's available13:38
SolowGnea, Skipping EDID probe due to cached edid. and than: [drm:drm_mode_getfb] *ERROR* invalid framebuffer id13:38
maxyjjyeats: the wireless is working even with the with the error messege13:38
nighti searched before13:38
GneaSolow: that at the very end of the dmesg output?13:39
AbhishekamHow do I register a nick using Empathy?13:39
nightbut there is no plugin13:39
collabranight: what'dya find?13:39
collabranight: bull...13:39
nightwatter effect13:39
SolowGnea, yes13:39
yeatsmaxyjj: I thought that would happen...  installing bcmwl-kernel-source always works for me13:39
SolowGnea, last 2 lines13:39
nighti wana sparkle effects13:39
collabranight: there's alot more plugins and such to compiz,... unless you installed them all.13:40
yeatsmaxyjj: for whatever reason, jockey-gtk never works on my Dell mini13:40
maxyjjyeats: i'll restart and see what will my one is dell e640013:40
nightwhere i can find plugins13:40
GneaSolow: okay - here's the next test - reboot, start installation again - but before it installs packages, look at dmesg to see if that error is there yet or not, or if it shows up during the installation of the packages13:40
Sheepherdikonia, yea i figured. whats up with that lost+found folder anyways? i read its used for recovery but do i have to actually see it? it seems i could hide it with $mv lost+found .lost+found but how do i get into that other drive now? its mount point is /dump but $cd /dump doesnt work since its a drive and not a directory.13:40
collabranight: not only does searching for 'compiz' get you results,.. but searching in the descriptions for 'compiz' will get you more.13:41
SolowGnea, but it doesnt install anything yet13:41
GneaSolow: exactly.13:41
SolowGnea, it doesnt even get to installation.13:41
collabranight: perhaps you're not spelling it right....13:41
GneaSolow: oh?13:41
SolowGnea, i'll just boot from live cd, make screenshot ok13:42
GneaSolow: what stage is it stuck at?13:42
GneaSolow: sure13:42
SolowGnea, ok. Booting.13:42
maxyjjyeats: no wireless now justdisappeared disappeared not eaven there13:42
yeatsmaxyjj: uh oh13:44
yeatsmaxyjj: so it worked after the last reboot but doesnt' now? hmmm13:44
bashanyone good with alsa here ?13:45
fsc__hi....im in the package manager13:45
maxyjjyeats: it seem when i install it it works but when i restart it stops13:45
fsc__do i mark all the files for instalation?13:45
DiverdudeWhat do people usually do to combine an iphone and a ubuntu computer?13:45
yeatswhen you install what? (not understanding, sorry)13:46
SolowGnea: http://i53.tinypic.com/34j864m.png13:46
maxyjjwhen i install the driver it works but if i restart the laptop it will not work13:46
jimbauwensDiverdude: Install android on the iPhone !13:46
jimbauwensDiverdude,  just joking13:47
shmuphttps://github.com/redcar/redcar/wiki/installation13:47
yeatsmaxyjj: so you're doing 'sudo apt-get install bcmwl-kernel-source' and it's not telling you it's already installed?13:47
shmupi'm having problems where they say "You can run Redcar with a full path to the binary (On Ubuntu: /var/lib/gems/1.8/bin/redcar) "13:47
shmuphave noooo idea how that works13:47
jimbauwensDiverdude, I think ubuntu supports the iPhone out of the box13:48
=== Pitlik is now known as Pitel
maxyjjyeats: its giving me this sudo apt-get install bcmwl-kernel-source13:48
maxyjjops13:48
maxyjjyeats: upgraded, 0 newly installed, 0 to remove and 11 not upgraded.13:49
SolowGnea, i just noticed a 'crash report' on the top right. saying 'sorry, the program "parted_server" closed unexpectedly'13:49
collabranight: i'm sure i'm beatin a dead horse, but,... there's,... compiz, compiz-plugins, compiz-fusion-plugins-extra, compiz-fusion-plugins-main,,... ahhh,... let's see,.. compiz-gnome, if your using gnome,... compiz-kde,.. if ur using that,... not to mention searching within the descriptions.... cmon' man,... i ain't buyin what ur sellin.... :)13:49
xmjhello13:49
Solowthat's a job for pacman right there13:49
yeatsmaxyjj: ok... then I'm still not understanding what you're doing that works.13:49
nightim using gnome13:50
Diverdudejimbauwens, but for synchronising music and such?13:50
nightthere is filter search only13:50
yeatsmaxyjj: so you boot up, wireless doesn't work, you're prompted to install the broadcom driver, you install it, it works, you reboot, it doesn't work and repeats that cycle?13:51
nighton compize13:51
Jef91jrib you still around? After installing halevt I can mount drives as a normal user - but I cannot write to them for some reason (vfat flash drive)13:51
jimbauwensdiverdude, rhythmbox should work13:51
maxyjjyeats: yap13:51
Gerwinmaxyjj: Are you sure you're loading the Broadcom module at boottime?13:51
fsc__people....i am with the package manager13:51
fsc__should i install all the files?13:51
maxyjjmm nop dont know how to do that13:51
Diverdudejimbauwens, wauw yeah...damn thats so awesome13:51
jimbauwensDiverdude, you could always use banshee if you don't like rhytmbox13:51
=== xmj is now known as user
user./xmj13:52
Diverdudejimbauwens, so what if i buy a CD and want to put it on my phone. Can that be done using rhytmbox as well?13:52
=== user is now known as xmj
jimbauwensDiverdude, sure13:52
SolowGnea ,yeh, the parted_server is the problem, that's the one that keeps crashing.13:52
Dibbler___Hey all13:53
shmuphowdy13:53
maxyjjyeats: on the top icon it say wireless network not found13:54
Dibbler___an any of you recomend a new reader with nzb support that's command line , and stable ?13:54
GerwinDibbler___: I'd recommend you look into SABnzbd+, although that's not a command line client, but rather one that's using a web interface.13:54
Dibbler___that's just as good13:55
Dibbler___thnx for the info13:55
Dibbler___how about a torrent client13:55
GerwinDibbler___: The actual package name is sabnzbdplus13:55
Dibbler___web or command line13:55
=== Haendel_ is now known as Haendel
Diverdudejimbauwens, do you know if i can do something with sharing synchronizing music from my serverbox (running ubuntu 10.10 server) and my laptop (ubuntu 10.04) and my iphone using the rhytmbox ?13:55
GerwinDibbler___: tranmission-cli13:56
Dibbler___is it available through aptitude?13:56
GerwinuTorrent headless might work as well.13:56
collabra!compiz > night13:56
ubottunight, please see my private message13:56
jimbauwensdiverdude, you mean to synchronize with the server?13:56
Dibbler___gerwin ,oh there's alinux version.? that's nice to know , ill try that out13:56
ardianHas anyone instsall appinventor in Ubuntu ?13:56
Diverdudejimbauwens, yeah13:57
Dibbler___thnx all for the fast info13:57
GerwinDibbler___: Uhm, yes, but it's a headless server with a web interface only.13:57
ZykoticK9Dibbler___, torrentflux is an apache based torrent client, bittornado is a CLI client13:57
Dibbler___gerwin , that's fine , it has to run on a remote location13:57
GerwinDibbler___: Also, it's not available through apt, you have to set it up yourself :)13:58
Dibbler___i'll manage13:58
AmareXHi Guys13:58
Dibbler___gerwin , i prefer installing something i know works13:58
AmareXI am looking for some help setting up my vps "ubuntu 10.04", anyone pls?13:59
jimbauwensDiverdude, I'm sorry, don't really know how to do that :) I'm sure you can, but never did it.13:59
GerwinDibbler___: Well, since the uTorrent version is still in alpha, you can't be sure it works ;)13:59
Diverdudejimbauwens, can rythmbox be used for videos as well?13:59
cordoval_hi, doing ssh on my server and it is not loading .bash_profile or .bashrc, how can I make it load when login through ssh?14:00
jimbauwensDiverdude, use banshee, alot better, supports video too14:00
cordoval_!info ssh load .bashrc14:00
ubottu'load' is not a valid distribution: hardy, hardy-backports, hardy-proposed, jaunty, jaunty-backports, jaunty-proposed, karmic, karmic-backports, karmic-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, maverick, maverick-backports, maverick-proposed, medibuntu, natty, natty-backports, natty-proposed, partner, stable, testing, unstable14:00
Dibbler___gerwin , the windows version is the one i prefer using on windows machines14:00
Diverdudejimbauwens, aha, banshee integrates everything in a single app?14:00
becker_11Hi, is there a way to remove the splash screen on boot as view all messages (ubuntu 10.04/grub2)14:00
jimbauwensDiverdude, yep14:01
NorrlandDiverdude: If it's possible to sync your iphone with rhytmbox using files on your laptop. Then you could just mount the dir with music/videos with sshfs14:01
Dibbler___gerwin , and other cleint's wont shun it if it identifies itself as being utorrent ..14:01
Jef91Anyone know how to make halevt mount so all users can write to a media mounted with it?14:01
jimbauwensDiverdude, got to go now :)14:01
Diverdudejimbauwens, what else does banshee offer which makes it superior?14:01
ldnpubHello :) in this phrase: The policy of this CA obligue the country field of the certificates to be the same as the one in the CA cert. Can somone explain to me the word OBLIGUE ? Thanks :)14:02
Dibbler___gerwin , back in the day when i used azureus (when it wasn't the pos it is now) on slow downloads i used to kick any obscure client i saw in the list ..14:02
jimbauwensDiverdude,  doesn't have those annoying bugs that rhythmbox has14:02
IdleOneldnpub: looks like it is a typo, should say obliges (forces)14:02
jimbauwensDiverdude,  more refined14:02
ZykoticK9becker_11, see the very bottom of http://sites.google.com/site/alucidfs/how-i-do/plymouth14:02
cordoval_anyone has a problem with ssh not loading bashrc ? hi, doing ssh on my server and it is not loading .bash_profile or .bashrc, how can I make it load when login through ssh?14:03
becker_11thanks ZykoticK914:03
IdleOneldnpub: forces or requires14:03
jimbauwensDiverdude, first I thought that banshee didn't offer much more than rhythmbox, but now I know its just better14:03
ldnpubIdle0ne Thank you, i'm translating an application and it was my last issue ... it's translated 100% thanks to you :)14:04
IdleOneldnpub: welcome14:04
Diverdudejimbauwens, nice....should i uninstall rhytmbox and fspot first?14:05
zelharHello, does anyone know which file contains the ppa repository details ?14:05
AmareXAnyone have some time please? Having a hard time here ... :(14:05
IdleOnezelhar: /etc/apt/sources.list I think is what you are looking for14:05
jimbauwensdiverdude, you don't need to14:06
zelharWell I don't think so14:06
fsc__im using package manager14:06
jimbauwensdiverdude, you can have both, and compare them14:06
ZykoticK9zelhar, check in /etc/apt/sources.list.d/14:06
ardianHi, has anyone instsall appinventor in Ubuntu ?14:06
IdleOnezelhar: what details are you looking for?14:06
fsc__should i mark all the files in the folder for installation?14:06
LinuxAdmincordoval_, just insert "echo test >> /var/log/syslog" at the beginning of that file and see what happens14:06
zelharIf you add the ppa using the command "sudo add-apt-repository ppa:user/ppa-name" then it doesn't store it in the sources.list14:07
ZykoticK9zelhar, check in /etc/apt/sources.list.d/14:07
LinuxAdmincordoval_, check the log file after that and see if it worked14:07
IdleOneZykoticK9: that file is empty for me14:07
zelharOh I see you are correct Zykotick14:07
zelharthanks14:07
ZykoticK9IdleOne, ;) see above14:08
cordoval_LinuxAdmin: where is the log file?14:08
Jef91Anyone know how to make halevt mount so all users can write to a media mounted with it?14:08
cordoval_LinuxAdmin: not sure if you understand my problem14:08
jimbauwensDiverdude, on webup8.org, you can find a ppa with the latest version14:08
IdleOneZykoticK9: yeah, I looked in sources.list.d14:08
LinuxAdmincordoval_, /var/log/syslog14:08
IdleOneZykoticK9: :) never mind14:09
Solownm... windows will do14:09
fsc__in the package manager should i select all the files in the folder?14:09
cordoval_LinuxAdmin: nothing there14:10
cordoval_the problem is standard14:10
LinuxAdmincordoval_ my ideia is just for troubleshooting. I think you had inserted a command that returns an error at the beginning of the file and that's why the rest of the script doesn't work14:10
Diverdudejimbauwens, do you know which ppa it is?14:10
=== gaurav__ is now known as gaurava
jimbauwensDiverdude,  I'll check it out14:10
cordoval_when someone connects over ssh you are not required to load bashrc14:10
cordoval_so that is why it can't find git which is properly installed14:10
cordoval_makes sense?14:10
sharehow do i check iptables config?14:11
shareterminal14:11
st__fsc__, folder?14:11
LinuxAdminshare, iptables -L14:11
fsc__yes....folder14:11
sharetks14:11
fsc__i want to install a software14:11
jimbauwensDiverdude:  ppa:banshee-team/ppa14:11
fsc__and i have a folder with all the files14:11
fsc__i am using the package manager14:11
jimbauwensDiverdude, sudo add-apt-repository ppa:banshee-team/ppa14:12
fsc__should i select all the files to install?14:12
fsc__or just a main?14:12
jimbauwensDiverdude, sudo apt-get update14:12
LinuxAdmincordoval_, have you tried echo something in the beginning of the file and log in again?14:12
jimbauwensdiverdude,sudo apt-get install banshee14:12
IdleOnefsc__: what software are you trying to install, sounds like you are going about it the wrong way14:12
st__fsc__, just a program, it should check its dependencies automatically14:12
AbhishekamMy Banshee soundmenu plugin doesn't work correctly, any ideas?14:12
jimbauwensAbhishekam,  what doesn't work?14:13
fsc__?????????14:13
fsc__i want to install a software to open .rar files in linux14:13
LinuxAdmincordoval, after you insert "echo test >> /var/log/syslog" in the beginning of the file, logoff, then login and check syslog (cat /var/log/syslog | grep test)14:13
IdleOnefsc__: sudo apt-get install unrar-free14:13
AbhishekamThe Bansee sound menu plugin... thhe plugin that makes it accesible from the sound control in the desktop UI.14:13
collabrafsc__: sudo apt-get install unrar-free14:13
AbhishekamLike what Rhythymbox has by default.14:14
jimbauwensAbhishekam,  look in the plugins14:14
IdleOnefsc__: or from the Software center, search for unrar-free and then install it.14:14
jimbauwensAbhishekam,  in preferences14:14
AbhishekamI did.14:14
AbhishekamIt enables, but doesn't work corectly.14:14
IdleOneor listen to the advice given to avoid ikonia's wrath :)14:14
xmj有会中文的吗?14:15
IdleOne!cn | xmj14:15
ubottuxmj: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk14:15
xmjhello14:15
Diverdudejimbauwens, how do i ask ubuntu to just use banshee for iphone without even considering rhytmbox and f spot?14:15
jimbauwensAbhishekam, what version of banshee do you have?14:15
HRPufnstufI got a 2nd partition, and have it mounted (I can see it), but how do I give PERMISSION to read/ write to it?14:15
=== gaurava is now known as GauravAggarwal
IdleOneDiverdude: set it in system > admin > preferred apps14:15
AbhishekamLet me check. It shujld be the most recent.14:16
ikoniaHRPufnstuf: what file system is on the second partition ?14:16
Abhishekam1.8.014:16
IdleOneDiverdude: sorry, that should be system > prefs14:16
jimbauwensDiverdude, yeah, just put banshee to the default media application14:16
Diverdudeahh nice14:17
geboyi love ubuntu!!!!!14:17
jimbauwensAbhishekam, are you afraid of unstable builds?14:17
=== GauravAggarwal is now known as gaurava
HRPufnstufikonia: What you mean? It has all the regular folders (bin, boot, etc.).14:17
AbhishekamNope.14:17
jimbauwensAbhishekam, ppa:banshee-unstable-team/ppa14:17
geboybut what am i gonna do once inside one???? rofl... everything just seems 'new'14:18
ikoniaHRPufnstuf: is it ext4 ?14:18
Diverdudejimbauwens, hmmm something seems to be weird in banshee14:18
jimbauwensDiverdude  : what?14:18
Diverdudejimbauwens, all songs seems to appear like 500 times in the list14:18
jimbauwensdiverdude: oh, weird14:19
jimbauwensDiverdude, maybe you should try banshee unstable (I use it, and it is stable enough)14:19
Diverdudejimbauwens, but its only in 2 of the playlists14:19
rinzaihi everyone!14:20
IdleOneDiverdude: I have the same issue with banshee duplicating albums/songs14:20
rinzaisorry for the ultra-mega-noob networking question....14:20
geboywhat is the low resource gui for an ubuntu server?14:20
geboyrinzai: what is it?14:20
ceb_2alien says .deb file generated but there is no file!14:20
juk_anyone tried to boot ubuntu from 4G usb?14:20
rinzaiAt my place we have a router to connect to the internet and two laptops (one mine, the other my flat mate)14:20
cordoval_thanks LinuxAdmin I am dealing with the problem at #git14:20
HRPufnstufikonia: ext214:20
jimbauwensDiverdude, maybe unstable fixes it : ppa:banshee-unstable-team/ppa14:21
geboyrinzai: and?14:21
IdleOnegeboy: you can install xubuntu-desktop (xfce) or lubuntu-desktop (lxde) lubuntu is lighter they say.14:21
rinzaiif he connects to is work via VPN, are we both using the VPN? :-S14:21
maxyjjyeats: it seems that when i restart it gets disabled  and then i have to install it again to make it work14:21
ceb_2it says 'bjfiltercups_2.2-3_i386.deb generated' but i can't find the file, anyone?14:21
rinzaiI want some piece of mind that I can browse freely, without him getting into trouble while on VPN (on his laptop)14:21
geboyrinzai: if the router is a separate box, i don't think so14:22
Diverdudejimbauwens, hmmm that is really annoying...each song is repeated so many times14:22
jimbauwensdiverdude: yeah, dont' now what the problem is14:22
geboyIdleOne: does that mean i have to reinstall everything or can you name the package i should install?14:23
rinzaiwe both use this router: http://en.wikipedia.org/wiki/BT_Home_Hub14:23
rinzaigeboy, thanks14:23
geboyrinzai: np14:23
rinzaiso basically, I should be aware when he's on VPN, right?14:23
jimbauwensDiverdude, is it local music, or music on the iPhone?14:24
IdleOnegeboy: sudo apt-get install xubuntu-desktop will install the GUI and default apps for Xubuntu, lubuntu-desktop will do the same for Lubuntu. your choice which to install14:24
Diverdudejimbauwens, its music on the iphone14:24
SomelauwMy computer froze completely.14:24
Norrlandrinzai: if your friend is using a client on his laptop, it means that only his laptop is conneted to the companys network14:24
xmjhello14:24
jimbauwensdiverdude, weird14:24
geboyrinzai: i think you have a separate connection14:24
xmjhello14:24
SomelauwMy dmesg looks dirty: http://pastebin.com/q0uEDE4514:24
SomelauwWhat do you think?14:25
collabra!cn14:25
ubottuFor Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk14:25
rinzaigeboy, Norrland : thanks a lot. Yes, he's using a client on his laptop. Cool, feel more relaxed now ;-P14:25
rinzaithanks again!14:25
Norrlandrinzai: np14:25
geboyrinzai: unless the router u use is a messed up configured one. but seeing the product u use it shouldn't interfere any connection made by each user connected to the router14:25
SkapareSomelauw: what do you think is wrong in that dmesg?14:25
jimbauwensDiverdude, do you have the iPod/iPhone plugin enabled?14:26
=== Thor^^ is now known as ThorFuruseth
Diverdudejimbauwens, where do i do that14:26
geboyIdleOne:thanks alot.14:26
yeatsmaxyjj: can you do 'lsmod' in a terminal and paste the output at http://paste.ubuntu.com/?14:26
=== ThorFuruseth is now known as Thor^^
jimbauwensDiverdude, in preferences>plugins14:27
SomelauwSkapare: 1. My computer froze. 2. It says my BIOS is broken.14:27
geboyIdleOne: one more thing, how much space it consume?14:27
geboyrinzai: don't mention it//14:27
SkapareSomelauw: you get that about almost all HP machines14:28
ocean22hi guys. i just installed ubuntu 10.110 along with windows xp and linux mint.it was all working fine but when i updated the 10.10 the boot menu list is not offering windows xp nor linux mint.i tried doing sudo grub update but no joy.can any one help pls14:28
Diverdudejimbauwens, yes it is checked14:28
maxyjjyeats: ok14:28
yeatsmaxyjj: can you also do 'cat /etc/modules' and 'cat cat /etc/modprobe.d/blacklist.conf' and paste those too?14:28
IdleOnegeboy: 192 MB of additional disk space will be used. for lubuntu-desktop14:28
yeatsmaxyjj: sorry - second command should be 'cat /etc/modprobe.d/blacklist.conf' not 'cat cat' :-)14:28
jimbauwensDiverdude, maybe the best is to install banshee unstable14:28
geboyhow can you guy knows so very much about ubuntu and|or linux???14:29
SkapareSomelauw: HP plays "fast and loose" with ACPI14:29
IdleOnegeboy: you will soon also :)14:29
jimbauwensgeboy: because its fun14:29
geboyIdleOne: thanks14:29
SomelauwSkapare, Okay so it'snormal.14:29
SkapareSomelauw: not normal ... but typical14:29
merlin2049erhey14:30
IdleOnegeboy: if you type: sudo apt-get install lubuntu-desktop   it will list all the packages that will be installed and also show the amount of space needed.14:30
merlin2049erwhats up14:30
SomelauwSkapare, but do you have any clue how to figure out the reason why it hang?14:30
ocean22hi guys. i just installed ubuntu 10.110 along with windows xp and linux mint.it was all working fine but when i updated the 10.10 the boot menu list is not offering windows xp nor linux mint.i tried doing sudo grub update but no joy.can any one help pls14:30
IdleOnegeboy: you can hit N and ENTER to abort the install14:30
SkapareSomelauw: it can still be a cause of problems and workarounds may be needed, such as turning off ACPI entirely (I've had to do that with a couple HP machines in the past)14:30
geboyjimbauwens: i think it is. i'm starting to feel it after so many unsuccessfull config of freeradius integration with my mikrotik....lol (it still unsucsessfull tho....rofl)14:30
SomelauwSkapare, because it hangs more often. The file I printed was called dmesg.014:30
maxyjjyeats: here it is http://paste.ubuntu.com/534591/14:30
Diverdudejimbauwens, how is that done?14:31
geboyIdleOne: ok, i'll try that tonight...14:31
e-animahi14:31
IdleOnegeboy: sure thing. we are here 24/714:31
geboyIdleOne: i believe you are...you guys rocks...14:31
e-animasomeone hre using virtalbox to run adobe lightroom and has a very hard peformance decrease like 1:10. mainly caused by low hdd i/o access/speed14:31
jimbauwensDiverdude, add ppa:banshee-unstable-team/ppa14:31
epictetuse-anima: are you using an nvidia card?14:32
e-animayes14:32
epictetususing restricted drivers?14:32
yeatsmaxyjj: this lsmod was done before enabling the bcm driver again?14:32
SomelauwBy the way, are you saying hp makes bad computers?14:32
e-animaand drivers of nvidia installed14:32
SkapareSomelauw: and there have been HP machines (desktops) that I have had to simply give up on and send them back as "not compatible with Linux"14:32
pityonlineHello! I want to filter some comments by email address? Is there a way to solve that?14:32
epictetushmm14:32
epictetusdunno then14:32
pityonlineHello! I want to filter some comments by email address? Is there a way to solve that? I mean wordpress.14:32
e-animamaybe it is normal. i am not sure14:32
jimbauwensdiverdude, and then update14:32
geboySomelauw: just not prepared for the best thing like linux ...14:32
geboy:)14:33
SomelauwSkapare, but is the freeze related to that problem or what is the cause?14:33
maxyjjyeats: shell i install bcm and read it again14:33
e-animabut if, i maybe could rais speed with ad ssd.14:33
IdleOnejimbauwens: what is the version of banshee in that ppa?14:33
baskehi, does anyone have experience of intel 4965AGN wireless network adapter?14:33
LinuxAdminpityonline, can you be more specific?14:33
yeatsmaxyjj: yes please, and also paste the output of 'cat /etc/modules' - thanks14:33
brontoeeee-anima, was that a question? then yes14:33
SkapareSomelauw: could be ... if it misdirected device or memory mappings that can happen ... but it would generally ALWAYS happen if it is due to bad ACPI14:33
basketrying to get 300Mbit from it (worked in 10.04 but not in 10.10)14:33
maxyjjyeats: yes sir14:33
SomelauwI don't really know what an acpi is.14:33
Somelauw!help acpi | me14:34
geboy!acpi14:34
e-animabrontoeee the ssd thing?14:34
SkapareSomelauw: does the freeze always happen?  does it happen immediately on boot ... or after some time?14:34
brontoeeee-anima, no, the lightroom running superslowly14:34
geboySomelauw: so does our bot doesnt know acpi...14:34
e-animayes14:34
jimbauwensIdleOne : good point!14:34
Skaparelook up ACPI on wikipedia14:34
ZykoticK9Somelauw, ACPI is the update of APM - it for power management usually14:34
e-animai have no data to compare. only my slow result14:34
jimbauwensDiverdude,  STOP!14:34
SomelauwI was downloading some updates and working at the same time. Probably everything froze and I couldn't use the mouse or keyboard.14:34
geboySomelauw: what if you turn of that in ur bios14:35
jimbauwensDiverdude,  wrong ppa :)14:35
Diverdudejimbauwens, idid what you said and the same :(14:35
maxyjjyeats: its done http://paste.ubuntu.com/534593/14:35
IdleOnejimbauwens: I didn't make a point, I was asking out of curiosity14:35
SkapareACPI was originally a way for hardware to tell software "this is how to turn me off" but it grew into more14:35
e-animaso maybe someone runs it in virtualbox too and has some data to compare (speed)14:35
pityonlineLinuxAdmin: Er, there are too many spam comments on my blog, they were sent by someone@qq.com.14:35
e-animathats the question14:35
Diverdudejimbauwens, whoops i already added and updated14:35
SomelauwI was downloading some updates and working at the same time. <<Suddenly>> everything froze and I couldn't use the mouse or keyboard.14:35
jimbauwensDiverdude, IdleOne, Its a older version of banshee14:35
brontoeeepityonline, considered using akismet?14:36
jimbauwensdiverdude, its ok, it never updates to a lower version14:36
SkapareSomelauw: so it's an irregular freeze ... more likely bad memory14:36
maxyjjyeats: this wireless is playing games with me14:36
IdleOnejimbauwens: ha, apt prefers the newer version so it won't install it14:36
SomelauwShould I turn of my acpi? (?)14:36
brontoeeepityonline, considered using any antispam wp plugins?14:36
jimbauwensdiverdude: Ill look for the good ppa14:36
SkapareSomelauw: other causes are bad power supply or voltage regulators14:36
pityonlinebrontoeee: I used akismet already.14:36
geboySomelauw: i was having the same thing when using my ECS mobo. turned the setting off and everything just went smooth using 9.04 tho14:36
SkapareSomelauw: go ahead and try turning off ACPI to see if that changes things ... maybe will, maybe won't14:37
jimbauwensDiverdude :  ppa:banshee-team/banshee-unstable14:37
SomelauwShould I bother asking the manufactorer or will they tell me I shouldn't use linux?14:37
IdleOneWhat is the command to purge a PPA?14:37
jimbauwensDiverdude, thats the good one14:37
SkapareSomelauw: how old is it?14:37
SomelauwAre there any disadvantages of unabling the acpi?14:37
geboySomelauw: i think they will tell you don't linux14:37
SomelauwAbout a year.14:37
SkapareSomelauw: desktop? laptop? netbook?14:37
Somelauwlaptop14:37
pityonlinebrontoeee: Is there a way to do it like this: when someone fills a mail address as qq.com, show a msg like "Sorry @QQ.COM are not allowed to comment here."14:38
SomelauwI think I should have bought a Dell.14:38
yeatsmaxyjj: yes - something is not automagically happening that should be14:38
jimbauwensIdleOne, ppa-purge (i think it is not there by default)?14:38
Skapareif they tell you it is not linux compatible, ask them if they can recommend a manufacturer that is compatible with linux (most are)14:38
SkapareSomelauw: Dell isn't much better14:38
yeatsmaxyjj: can you paste 'lspci -vv' output (looking for model info for your wireless card)14:39
jimbauwensDiverdude, really got to go, pm me for further information14:39
maxyjjyeats: yap14:39
brontoeeepityonline, sure its possible, just you will have to make something that simple probably yourself14:39
pityonlinebrontoeee: btw, no IE6 user can see my comments area now, cuz i found too many spam were sent by IE6.14:39
IdleOnejimbauwens: ppa-purge command not found14:39
geboySkapare: shouldn linux compatible with anything?14:39
ZykoticK9IdleOne, ppa-purge isn't in default install14:39
jimbauwensidleone: you need to download it ::)14:39
Diverdudejimbauwens, ok added it...but i dont think anything new is installed when i run sudo apt-get update14:39
IdleOneahh14:39
brontoeeepityonline, sounds like akismet is not working for you?14:39
maxyjjyeats: http://paste.ubuntu.com/534595/14:39
jimbauwensdiverdude: do sudo apt-get install banshee14:40
IdleOnethank you ZykoticK9 and jimbauwens14:40
Skaparegeboy: CPUs, yes ... chipset configs made by silly mobo manufacturers AND incorrectly configured ACPI ... then all bets are off14:40
pityonlinebrontoeee: akismet works, but i wanna make it no QQ.COM mails can comment.14:40
sharegufw or firestarted?14:40
geboySkapare: make sense.14:41
jimbauwensIdleOne : http://www.webupd8.org/2010/04/ppa-purge-now-available-via-getdeb.html14:41
SkapareSomelauw: I could recommend .US brands ... you'll have to find others in .NL14:41
IdleOnejimbauwens: it's also in the default repos14:41
shareisn't advised to have 2 firewalls installed right?14:41
brontoeeepityonline, you will have to find a dumb plugin like that or write that sort of functionality yourself, make a plugin i guess i would be usefull for somebody else as well....dunno14:41
Skaparegeboy: ACPI is one big complicated mess that should never have been14:41
Chr|sim not sure what else to do, Im at a loss. I can't get my headset working properly with TeamSpeak 314:41
jimbauwensIdleone, ok14:41
SomelauwSkapare, thanks, but too bad we can't figure out the cause of the error.14:42
=== bullgard4_ is now known as bullgard4
maxyjjyeats: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)14:42
SomelauwIsn't HP a US-brand as well?14:42
jimbauwens\me I'm going to walk with the dog now14:42
SkapareSomelauw: like I say, it being irregular in happening, it is more likely bad memory or bad power voltage14:42
geboySkapare: why?14:42
Diverdudejimbauwens,  no the same :(14:42
bashi need help with sound on an oss game... ?14:42
=== slank_ is now known as Guest23166
brontoeeeSkapare, machine doesnt turn off or whats the question?14:43
SkapareHP is an international brand, based in .US but sold all over Europe, too14:43
geboySkapare: shouldn it be just a simple guide on how to shut this mobo down?14:43
yeatsmaxyjj: right - it's using the 'wl' module - I'm wondering if that's the one it really needs14:43
pityonlinebrontoeee: seemed not so easy to me, i'm new to the .php files of wordpress14:43
ZykoticK9bash, try "padsp /path/to/game" - works for Quake314:43
Skaparebrontoeee: his machine freezes ... not sure that's really an ACPI issue in his case14:43
thefatloverboy_how to install this web cam Bus 002 Device 002: ID 093a:2460 Pixart Imaging, Inc. Q-TEC WEBCAM 10014:43
ocean22hi guys, i have a triple boot with ubuntu , linux mint and windows XP.after an update of 10.10 the boot menu doesnt show xp and mint.can any one help guys14:43
maxyjjyeats: then there is somthing missing14:44
Diverdudejimbauwens, but rhytmbox has no problems14:44
Skaparegeboy: they should have standardized the power interface ... but the problem is too many companies want to do things their own way ... then WE have to clean up the mess14:44
yeatsmaxyjj: one more, can you 'cat /etc/modules' for me?14:44
pityonlinebrontoeee: i dono which file i should edit to make that works14:44
ackeenhey all how do i format a CD-RW that has Windows Vista on it14:44
yeatsmaxyjj: after you install the driver, it is working though, right?14:44
=== nova|away is now known as nova
brontoeeepityonline, no idea, i'am just a dump wp user, i can edit some basic css, but thats all14:44
geboySkapare: humans....not the company. the users did. wanna try new things...lol14:44
brontoeee*dumb14:45
Skaparegeboy: then Intel comes along after there are 30 different ways to do things ... so they make a "standard" to tell the software how to do it ... and then 29 out of 30 manufacturers get it wrong14:45
maxyjjyeats: http://paste.ubuntu.com/534597/14:45
Skaparegeboy: trying new things is fine ... but once it is obvious they are all going to do it, they need to standardize14:45
pityonlinebrontoeee: thank you anyway :)14:45
LemmiwinksI set the power saving mode of my CPU to "conservative" in my /etc/rc.local but it looks like a service on startup resets the mode to"ondemand". Which one could that be and how to siable it?14:45
maxyjjyeats: yes it works but if i restart the laptop it will be gone14:45
geboySkapare: geez...thats a mess alright.. for me, if something failed and no cure, i'll just turn off the feature, and see if i can live with it...14:46
geboy:)14:46
Skaparegeboy: that's the usual workaround14:46
yeatsmaxyjj: try this: 'sudo gedit /etc/modules' and add (at the end, on a single line) 'wl', then save, then reboot and see if you have wireless14:46
Skaparebut in the case of Somelauw's problem, I doubt it is ACPI ... I suspect bad memory or bad voltage causing corruption somewhere14:47
ZykoticK9maxyjj, yeats DON'T use "sudo gedit..." use "gksu gedit.." see !gksudo14:47
geboyskapare: or you can throw it out the window14:47
pippasdf14:47
brontoeeeZykoticK9, why not?14:47
ZykoticK9!gksudo | brontoeee14:47
pipp#inserraum14:47
ubottubrontoeee: If 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)14:47
geboyskapare: corrections: throw it out the 'windows' lol14:47
ocean22hi guys, i have a triple boot with ubuntu , linux mint and windows XP.after an update of 10.10 the boot menu doesnt show xp and mint.can any one help guys14:48
=== nouitfvf is now known as nouitfvf|aw
juk_ocean22: edit grub menu file uncomment line to show boot menu14:48
geboyocean22: fix the grub14:48
maxyjjyeats: i well restart and come back:)14:49
ZykoticK9ocean22, the typical fix would be to boot into 10.10 and run "sudo update-grub" then reboot (but I think you said you tried that already)14:49
=== Administrator is now known as Guest71560
rossellahttp://xdccing.com/14:50
=== Guest71560 is now known as superadmin
ocean22yes zykoticK9 i have tried that already. can any one give me step wise instructions to fix it.thanks14:50
=== michael is now known as Guest87790
maxyjjyeats: nop  no wireless14:51
Kenny_ukHi guys and girls14:51
yeatsmaxyjj: argh!14:51
Kenny_ukI'm having a small problem with flash on ubuntu 10.1014:51
superadminKenny_uk, hi14:51
yeatsmaxyjj: that's all I know how to do - have you posted your problem to the Ubuntu Forums?14:52
doriangreyhi there! i was installing on my ubuntu amd64  the packet ia32-sun-java6-bin so as i read on a tutorial it can let me run the frostwire coz there is not an amd64 version, so i made "sudo apt-get install ia32-sun-java6-bin" and it start the installation till come in the terminal an windws  "configuring ia32-sun-java6-bin" with a lincence agreemnt disclaimer, i scroll down the agreemnt list and in final it say "ok" but there is no an command or boton to14:52
doriangrey press so i am stack there and i dont know what command to press to continue14:52
Kenny_ukI'll be playing a video, and it'll suddenly cut to a grey box14:52
maxyjjyeats: nop14:52
Kenny_ukI have to refresh to fix?14:52
maxyjjyeats: i well post it now14:52
ocean22hi juk can u help me with the editing the boot menu list thanks14:52
yeatsmaxyjj: I would recommend doing that14:52
yeatsmaxyjj: good luck14:52
maxyjjyeats: thanks you soo much for the help14:53
brontoeeeZykoticK9, why would one wants to run firefox as root? why would anyone wants to run gedit with root config? i dont get it i guess :)14:53
quidnuncWhere are open file handles listed in the filesystem?14:53
quidnuncI want to recover an open file14:53
TheBigDogOfficial message from freenode staff: HI, FROM TODAY (NOVEMBER 20 - 2010) NICKNAMES WILL USE ANOTHER SYSTEM TO BE REGISTERED. /JOIN #FREENODE AND TYPE "!keep <yournick>", AFTER THAT, YOU'LL GET A MESSAGE FROM NICKSERV. IF YOU DON'T GET, TRY AGAIN, DUE TO RECENT CHANGE IT CAN TAKE A WHILE. tHANKS!14:54
TheBigDogOfficial message from freenode staff: HI, FROM TODAY (NOVEMBER 20 - 2010) NICKNAMES WILL USE ANOTHER SYSTEM TO BE REGISTERED. /JOIN #FREENODE AND TYPE "!keep <yournick>", AFTER THAT, YOU'LL GET A MESSAGE FROM NICKSERV. IF YOU DON'T GET, TRY AGAIN, DUE TO RECENT CHANGE IT CAN TAKE A WHILE. tHANKS!14:54
TheBigDogOfficial message from freenode staff: HI, FROM TODAY (NOVEMBER 20 - 2010) NICKNAMES WILL USE ANOTHER SYSTEM TO BE REGISTERED. /JOIN #FREENODE AND TYPE "!keep <yournick>", AFTER THAT, YOU'LL GET A MESSAGE FROM NICKSERV. IF YOU DON'T GET, TRY AGAIN, DUE TO RECENT CHANGE IT CAN TAKE A WHILE. tHANKS!14:54
TheBigDogOfficial message from freenode staff: HI, FROM TODAY (NOVEMBER 20 - 2010) NICKNAMES WILL USE ANOTHER SYSTEM TO BE REGISTERED. /JOIN #FREENODE AND TYPE "!keep <yournick>", AFTER THAT, YOU'LL GET A MESSAGE FROM NICKSERV. IF YOU DON'T GET, TRY AGAIN, DUE TO RECENT CHANGE IT CAN TAKE A WHILE. tHANKS!14:54
TheBigDogOfficial message from freenode staff: HI, FROM TODAY (NOVEMBER 20 - 2010) NICKNAMES WILL USE ANOTHER SYSTEM TO BE REGISTERED. /JOIN #FREENODE AND TYPE "!keep <yournick>", AFTER THAT, YOU'LL GET A MESSAGE FROM NICKSERV. IF YOU DON'T GET, TRY AGAIN, DUE TO RECENT CHANGE IT CAN TAKE A WHILE. tHANKS!14:54
TheBigDogOfficial message from freenode staff: HI, FROM TODAY (NOVEMBER 20 - 2010) NICKNAMES WILL USE ANOTHER SYSTEM TO BE REGISTERED. /JOIN #FREENODE AND TYPE "!keep <yournick>", AFTER THAT, YOU'LL GET A MESSAGE FROM NICKSERV. IF YOU DON'T GET, TRY AGAIN, DUE TO RECENT CHANGE IT CAN TAKE A WHILE. tHANKS!14:54
FloodBot4TheBigDog: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.14:54
DrManhattanJesus h christ14:54
ZykoticK9brontoeee, to edit config files with gedit (instead of a console editor)... I'd guess (personally I don't use gedit as root myself)14:54
* DrManhattan pulls up his legs from the flood14:54
Kenny_ukIs there someone I can talk to about this flash problem?14:54
share?14:54
brontoeeeZykoticK9, sure, but that page that should explain things, did you read that? sounds really weird14:54
brontoeeeZykoticK9, this one http://psychocats.net/ubuntu/graphicalsudo14:55
ZykoticK9brontoeee, i haven't read it in a while actually... don't remember the firefox part (that's just dumb)14:55
brontoeeeZykoticK9, if i run 'sudo gedit stuff.conf' i do actually expect user config for gedit to load with my gedit, since there is no root user in ubuntu, so i dont understand, or maybe i lack some knowhow here...14:57
ZykoticK9brontoeee, just use "gksu gedit stuff.conf" instead14:58
alket_Im considering to switch to Kubuntu but i need to know if GIMP is well integrated , i know is GTK app but i mean it won't look like Quanta Plus on GNOME or to be slow as it ?14:58
smwalket_, it is not "integrated". However, it should run at the same speed14:59
alket_thank you smw14:59
smwalket_, it also will change it's looks because kde has a theme it sets when you use gnome apps in kde14:59
alket_great15:00
alket_bye15:00
jimbauwensDiverdude, I am back15:00
bursihidoi am getting problem with empathy :Unable to validate certificate msn messenger.hotmail.com : port 186315:01
jimbauwensDiverdude, What version does banshee say it is?15:01
Chr|sim not sure what else to do, Im at a loss. I can't get my headset working properly with TeamSpeak 3. If anyone can help. It would be much appreciated15:02
bursihidoi am getting problem with empathy :Unable to validate certificate msn messenger.hotmail.com : port 1863 ?15:02
rossella!list15:02
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 »15:02
doriangreyshane4ubuntu,  are u there?15:03
jimbauwensDiverdude, quiting now, don't know what the problem is...15:04
jimbauwensDiverdude, bye15:04
caseinpointHey folks... starting my own business and I'd like to setup an exchange like server in my office. Would love it if I could find a way to sync w/ my (android)google contacts/calendar an still use my MS Outlook 2007 on my laptop.  Been running Jaunty for quite some time. Any advice is appreciated.15:08
caseinpointoh, and free software is a must... i'm on a shoestring budget15:09
hemzais it safe to use remastersys on ubuntu Lucid. i want to format my pc and reinstall ubuntu by keeping all my packages and all.15:09
ZykoticK9!clone | hemza15:09
ubottuhemza: 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 !automate15:09
murdyHello all =p15:10
_16BitSubsystem_murdy: hi15:10
murdyHow are you ?15:10
ZykoticK9hemza, if you copy the contents of /var/cache/apt/archives to the new machine as well, it won't download anything you already have packages for15:10
augustociao15:11
greezmunkeyZykoticK9: nice.15:11
amikropHello, how can I control which services start on boot? (e.g. to disable apache and mysql and klogd)??15:11
hemzaZykoticK9, i had deleted the content of this folder to gain more space15:12
weaselhey,15:13
matt____I just hooked up two monitors to my box, I LOVE it. I have it currently setup so that the second monitor is a "second X display" instead of twinview, I like the fact that this way you can have different panels on each screen and such. However, I was wondering if there was a way to "alt-tab" between monitors. For example, I have terminal with IRSSI opened in full screen on my right monitor. And I was wondering if while I am browsing the15:13
weaselI'm looking for openssl_0.9.8k-7ubuntu8.3.dsc15:13
erUSULcaseinpoint: https://secure.wikimedia.org/wikipedia/en/wiki/Zimbra15:13
matt____Does anyone know what I mean?15:13
weaselany idea where to find it?  (it's the previous version of openssl in lucid)15:13
brontoeeematt____, what does alt+f8 do?15:13
greezmunkeyhemza: If you have a burner, then check out aptoncd, a very cool piece of software that allows you to archive your packages onto a cd-rom. If you need a package, or all of them to setup a new system, simply install aptoncd, then point it to your disk.15:14
maxyjjguys is this command right i getting no such file *sudo mv blacklist-bcm43.conf newnameofthefile.conf.backup15:14
_16BitSubsystem_weasel: i guess you can find it here:15:14
ZykoticK9matt____, are you running separate X windows, or are you using Twinview (xinerama)?  If the later you can move windows by dragging, if the former i don't think you can move them15:14
_16BitSubsystem_http://packages.ubuntu.com/lucid/libssl0.9.815:14
matt____brontoeee: I believe it sets up the current window to be resized.15:14
matt____ZykoticK9: Well I am using seperate X windows. I don't want to move them, simply have a keyboard shortcut to grab the focus of one or the other.15:15
weasel_16BitSubsystem_: no, that's the _current_ version15:15
weasel_16BitSubsystem_: I need the one before that15:15
brontoeeematt____, i mean ctrl+alt + f815:15
ZykoticK9matt____, i find separate x windows to be not very helpful myself15:15
hemzaI want a tool to do my special distro, i mean my special lice DVD15:15
ZykoticK9!remaster | hemza15:16
ubottuhemza: Interested in remastering the Ubuntu !live CD? See: https://help.ubuntu.com/community/LiveCDCustomization or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility15:16
yeastwarsI recently updated a bunch of packages and now the annoying ubuntu sounds are back, despite them being disabled in System->Preferences->Sound. Why? Why must there be drum sounds every single time a message box pops up? Argh.15:16
fig_Anyone else experiencing issues to pertaining to transfering music from ubuntu 10.10 to an ipod classic using gtkpod?15:16
amikropHello, how can I control which services start on boot? (e.g. to disable apache and mysql and klogd)??15:17
matt____ZykoticK9: Well I am used to using two monitors at work in Windows that is the equivilent to "twinview" more or less. Just set these up last night, and overall I just like the feeling of these better. for example, I can have a program on the right such as terminal that is fullscreen, and when I hit the show desktop button on the left screen the right screen does nothing. I like that!15:17
BaskeHas anyone heard when intel is planning to release the updated iwlagn driver to support 802.11n??15:17
aeon-ltd!services15:18
yeastwars!annoyingsounds15:18
aeon-ltd!daemon15:18
amikropHello, how can I control which services start on boot? (e.g. to disable apache and mysql and klogd)??15:20
KingChillbillhi15:21
zfehello15:21
zfeis it already possible to test 11.04?15:21
ikoniazfe: no15:22
Daekdroom!natty | zfe15:22
ubottuzfe: Natty Narwhal is the codename for Ubuntu 11.04, due April 28 2011 - Help and support (only) in #ubuntu+1 - Natty is pre-alpha and is not intended for production systems.15:22
ikoniazfe: #ubuntu+1 is the channel for 11.0415:22
KingChillbilldoes anyone know if there exist a good newsreader that has got good filter abilities?15:22
zfeany way to test the new DE on 10.10?15:22
ikoniawhat new de ?15:22
KingChillbillmaybe enhancable with your own scripts15:22
KingChillbill?15:22
zfeikonia: unity15:23
ikoniazfe: no15:23
jimlovell777I've been having issues with sound. My sound was flaky with 10.10 beta but has been fairly stable with the final release. Except it stops working  the next boot after I boot in to windows 7. I thought maybe I was leaving sound muted in windows and tried all combinations. No fix. The first few times inserting headphones and removing them made the speakers immediately work while in Ubuntu. Now that doesn't work. Any suggestions? The sound t15:23
maxyjjyeats: i have done it its working now15:24
DrManhattanshould work just fine if you're talking about the realtek driver in windows15:24
soroushhi, how i can using vpn on ubuntu??15:25
maxyjjyeats: woohoo  it worked15:25
yeatsmaxyjj: great! how?15:26
aeon-ltd!vpn | soroush15:26
ubottusoroush: For more information on vpn please refer to https://wiki.ubuntu.com/VPN15:26
Chr|subuntu isn't recognizing my usb logitech headset, please help15:26
maxyjjyeats: i have removed all these sudo apt-get remove b43-fwcutter bcmwl-kernel-source ndisgtk ndiswrapper linux-backports-modules-karmic15:27
n3rV3!xautomation > n3rV315:27
OY1Rsoroush, have a look at > https://help.ubuntu.com/community/VPNClient15:28
soroushok15:28
yeatsmaxyjj: ah - glad you figured it out15:28
maxyjjyeats: and deleted the blacklist.conf from here ls /etc/modprobe.d | grep blacklist15:29
caseinpointerUSUL: took a look at Zimbra.. looks awesome, but I don't think the free version includes the sync for android phones and outlook contacts.15:29
maxyjjyeats: of bcm43 and b43.conf15:29
maxyjjyeats: and reinstall them again and it worked15:30
erUSULcaseinpoint: well see the; "See Also" links -> https://secure.wikimedia.org/wikipedia/en/wiki/SOGo15:30
mun_hi15:30
mun_does anyone know of a good voip program?15:31
mun_i've tried twinkle, but it somehow needs my browser to be closed first.15:31
aeon-ltdmun_: skype? depends what you prefer, theres a list somewhere of ones on the repo for ubuntu15:31
mun_aeon-ltd, no, not skype -- im hoping to use my SIP.15:32
bashZykoticK9, is padsp a program ??15:32
erUSULcaseinpoint: i am sure you can search other groupware solutions yourself ...15:32
bashZykoticK9,  pa = pulse audio ?15:33
JacksDepressionconnect chat1.ustream.tv15:33
bashZykoticK9,  i use alsa and alsamixer instead of pulse15:33
aeon-ltdmun_: asterisk?15:33
OlatheIs there a general way of starting an application in a specific workspace?15:34
caseinpointerUSUL: I have been looking, but not found alot that does everything I need and is free... i'm starting my own company and I'm on a super tight shoestring budget15:34
mun_aeon-ltd, ok i'll give that a try. thanks15:34
wasutton3-Kirai currently have a rather finiky RAID0 array that i am looking at implementing differently. I was looking at ZFS or BTRFS, does anyone have a different suggestion?15:35
amikropHello, how can I control which services start on boot? (e.g. to disable apache and mysql and klogd)??15:35
caseinpointamikrop: sudo update-rc.d mysql remove15:36
bullgard4amikrop: There are several places (files and directories which control that. First check the Autostart directory.15:36
amikropcaseinpoint: isn't there a graphical way, like there used to be? bullgard415:36
syn-ackamikrop: iirc, bum could do it.15:37
caseinpointamikrop: not sure... i don't use a gui15:37
_16BitSubsystem_amikrop: to disable services, i hope maybe this can help you:15:37
_16BitSubsystem_http://nixcraft.com/shell-scripting/542-ubuntu-linux-control-startup-services-scripts.html15:37
amikropanyway, thanks15:38
StrangeCharmi'm trying to use the partition manager on the alt install disk. i can't seem to set my /boot partition as bootable. what am i doing wrong?15:38
rautamiekkaHow to find the UUID of an USB HDD ?15:39
_16BitSubsystem_StrangeCharm: i guess you can use palimpsest disk utility15:39
rootlinuxusrfsck @rautamiekka15:39
bullgard4amikrop: Check System > Preferences > Startup Applications. This exists in Maverick and is graphical.15:39
StrangeCharm_16BitSubsystem_, i do not know what you just said15:39
amikropbulldog98: you mean bum?15:40
KrishnanduHey guys, what's alternative to Visual Studio in Linux?? I mean I want to develop apps that I used to do in VS using VB/C#(with database)15:40
Auv5Krishnadu: MonoDevelop15:40
bashi need help with sound on an oss game... ?15:40
bobbysmith0072My google foo has been failing me.  How do I change what user ubuntu logs in on startup?  Thanks15:41
coz_Krishnandu,    http://www.linuxalt.com/15:41
=== cliff__ is now known as C1iFF
oliver_i have got a question: how can i install "firesheep" on linux15:41
KrishnanduAuv5, Isn't it only ASP.NET??15:41
masterciao15:41
oliver_i have got a question: how can i install "firesheep" on linux15:41
tesseracter_suggestions for turning 25GB(2hr playback) avi files into DVDs?15:41
=== flashkidd is now known as flashbit
master!list15:41
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 »15:41
amikropbullgard4: you mean bum?15:41
StrangeCharm_16BitSubsystem_, what is the palimpsest disk utility?15:41
Krishnanducoz_, Ya actually I know the site, but asked here coz, I don't want just alterbative of VS, I want total concept too15:41
oliver_i have got a question: how can i install "firesheep" on linux15:41
C1iFFdoes any1 know what command runs NVIDIA drivers in terminal? they are in .run format15:41
rootlinuxusrYou might try handbreak for avi conversion15:42
oliver_i have got a question: how can i install "firesheep" on linux15:42
bullgard4amikrop: I do not know what "bum" is. Probably I do not mean that because I do not know it.15:42
oliver_i have got a question: how can i install "firesheep" on linux15:42
bobbysmith0072oliver_: isn it a firefox plugin? which can be installed the same way everyfirefox plugin can?15:42
amikropbullgard4: ok15:43
Krishnanducoz_, Not listed there15:43
amikropthanks15:43
smwoliver602, "Firesheep is free, open source, and is available now for Mac OS X and Windows. Linux support is on the way"15:43
oliver_i don't find it in the firefox plug ins15:43
rautamiekkaC1iFF: You run it like you run any other binary program: ./filename.run15:43
smwoliver_, google is good :-)15:43
bobbysmith0072oliver_: http://codebutler.github.com/firesheep/15:43
bobbysmith0072My google foo has been failing me.  How do I change what user ubuntu logs in on startup?  Thanks15:43
rautamiekkaC1iFF: Sometimes you need to "chmod +x filename.run" first.15:43
coz_Krishnandu,   maybe code::blocks15:43
oliver_i don't find it there15:43
dtownzerooliver_: http://codebutler.github.com/firesheep/ : Linux: Not currently supported.15:44
KrishnanduGuys, actually I just don't want the alternative to VS, as far I know I can't develop apps using VB and C# as they create .exe and it won't run on Linux. So I wanted the whole concept...what's total alternative in Linux?? (Correct me if I'm wrong)15:44
rootlinuxusr@CliFF15:44
oliver_an on firefox plug in15:44
C1iFF<rautamiekka> i ran chmod, but didnt really know if it worked, ill try again. Thanx15:44
rootlinuxusr@CliFF http://ubuntuforums.org/showthread.php?t=127180215:44
HHabib1Kishnandu ...have you tried Mono ?15:44
=== flashbit is now known as flashbits
oliver_is there a frirefox plugin15:44
smwKrishnandu, what is VS?15:44
Krishnandusmw, Visual Studio15:45
HHabib1VS = VisualStudio15:45
coz_Krishnandu,    http://www.codeblocks.org/15:45
bobbysmith0072oliver_: that page links to the xpi which it claims will not run in linux15:45
smwoliver_, it does not work. There is no plugin for linux at the moment15:45
HHabib1Krishandu Mono is the alternative for VS on Linux.15:45
Krishnanducoz_, You are just suggesting me IDE, what language would I use to develop GUI apps as like VB??15:45
oliver_this is shit15:45
bobbysmith0072an xpi (under download) is a special zip file that firefox treats as a plugin15:45
HHabib1Mono15:45
sl33k_I cant load up my ubuntu, it shows    ====>"gnome power update not installed properly" ?15:45
IdleOne!language | oliver_15:45
ubottuoliver_: Please watch your language and topic to help keep this channel family friendly.15:45
sl33k_what iu wrong  here?15:45
oliver_i don't et it15:46
oliver_get*15:46
agentsmithanyone know how to show password in ubuntu? I've forgotten the password in an ftp client.15:46
bobbysmith0072My google foo has been failing me.  How do I change what user ubuntu logs in on startup?  Thanks15:46
agentsmithin windows there's a program that reveals passwords under asterisk15:46
smwbobbysmith0072, which logs?15:46
smwbobbysmith0072, how can it log stuff if it is not running as root?15:47
HHabib1Krishnandu: http://www.mono-project.com/Main_Page15:47
=== jason is now known as Guest84590
KrishnanduHHabib1, Ya thanks, looking at that15:47
oliver_and what is blacksheep15:47
juk_agentsmith: is it advantage of windows15:47
rootlinuxusrwhich autologins? | bobbsmith007215:47
abonadas15:47
rautamiekkarootlinuxusr: How is FSCk supposed to tell me the UUID ?15:47
bobbysmith0072sorry smw: when I turn on the laptop, it starts up logged in as a user "donald" and I want it to start logged in as "russ" or to prompt me15:47
bobbysmith0072thanks15:47
oliver_?15:47
sl33k_I cant load up my ubuntu, it shows    ====>"gnome power update not installed properly" ?15:47
oliver_what is blacksheep15:47
agentsmithwell, this is not a matter of hacking a password .. it's about showing/hiding the password stored in the field15:48
HHabib1But you might suffer a little bit with GTK and C# or VB together eventually you will get used to it. not saying that you can not use .NET there but you might experience some bugs.15:48
IdleOneagentsmith: look in system > admin > passwords and keys15:48
smwbobbysmith0072, ah, completely different problem. That is under system -> administration -> login screen15:48
bobbysmith0072thats smw! I kept looking under users and startup15:48
IdleOneagentsmith: that should be prefs and not admin15:48
oliver_what is blacksheep15:48
rautamiekkaHow to fnd the UUID of an USB HDD ?15:49
rootlinuxusr@rautamiekka I seem to be down on my fsck codes, try th‎is, sudo vol_id -u <volume>15:49
* hashashin nas15:49
agentsmithi don't have passwords and key15:49
KrishnanduHHabib1, sudo apt-get install mono??15:49
smwbobbysmith0072, your welcome15:49
HHabib1yep or you can just download the package and install it the usual way.15:49
sl33k_I cant load up my ubuntu, it shows    ====>"gnome power update not installed properly" ?15:49
IdleOneagentsmith: what version of ubuntu?15:49
agentsmithonly encryption and keyrings15:49
HHabib1you can get it from the Ubuntu Software Center too ..15:49
IdleOneagentsmith: ok look there15:49
rautamiekkarootlinuxusr: "vol_id" is unknown command.15:49
oliver_can i have blacksheep from the software center too15:50
HHabib1only if you are using 10.10 or 10.04 not sure about the previous editions ...15:50
agentsmith10.0415:50
smwKrishnandu, sudo apt-get install mono-complete installs more stuff15:50
KrishnanduHHabib1, actually I wanted to know what's the total alternative of GUI development in Linux. As in VB we don't have to think about GUI design, we used to drag and drop widgets and concentrate on development.15:50
agentsmithit's not in encryption and keyrings15:50
rootlinuxusr@rautamiekka Try this, http://ohioloco.ubuntuforums.org/showthread.php?t=124329315:50
IdleOneagentsmith: i don't know in that case15:50
HHabib1in Mono GTK is good. I use it most of the time.15:50
smwKrishnandu, you have two choices. GTK and QT15:50
KrishnanduBut here in qt and gtk+, it seems that I need to concentrate more on creating windows and widgets(writing code for them) rather than concentrating on app development15:51
sl33k_I cant load up my ubuntu, it shows    ====>"gnome power update not installed properly" ?15:51
agentsmithis password and keys in 10.10?15:51
smwKrishnandu, both of them work on windows, mac, and linux15:51
HHabib1Qt is not for VB as far as I know. it is mostly used with C++ and Python maybe Ruby ..15:51
IdleOnesl33k_: sudo apt-get -f install15:51
HHabib1Qt runs on windows too Krishanandu15:51
KrishnanduHHabib1, ya qt is in c++ and gtk+ in C, but both have language bindings15:51
mun_does anyone know why my system can't open OSS and complain that /dev/dsp doesn't exist? indeed /dev/dsp doesn't exist, so am I missing some package?15:51
HHabib1if you are used to VB then Mono provides the same way you develop on VS ..exactley the same.15:52
ChousukeKrishnandu: there are UI designers for Qt and GTK, but I am inclined to agree.15:52
HHabib1and you won't miss the usual commands like Msgbx and stuff.15:52
ugliefroganyone have the n52 gamepad15:52
ChousukeKrishnandu: However I don't think this channel is the best place for that discussion :/15:52
KrishnanduChousuke, That's the thing...I need to concentrate on windows programming rather than my application programming15:52
smw!anyone | ugliefrog15:53
ubottuugliefrog: 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?15:53
KrishnanduChousuke, come to #ubuntu-offtopic15:53
ChousukeKrishnandu: I am there15:53
HHabib1the only thing that bugs me about Mono is that it is not smooth with the .NET libraries ...15:53
coz_Krishnandu,  you can also try the ##linux channel15:53
ugliefrogI have a USB n52 game Pad.....when I start Rhytmbox it becomesd unresponsive and hte led lights on it start flashing...HELP15:53
HHabib1Regardless that using .NET is missing the whole Idea about Ubuntu as a "Free Software"15:53
KrishnanduHHabib1, Well..it's not like that I want to stick with .NET, I can try new things. But qt and gtk+ forces me to write code for creating windows and widgets and etc. rather than on application programming15:54
Krishnanduthanks coz_15:54
HHabib1you won't write Code for the GUI when using Mono ..I promise :D15:54
damianhello everyone15:56
HHabib1Hello damian.15:56
smwhello damian15:56
smwthis is where you say how long it has been since you have had a drink :-P15:57
damianhere only english is allowed no?15:57
smwdamian, yeah15:57
mun_should /dev/dsp exist?15:57
zyxulany ideas why the ubuntu 10.10 installer does not see my hard drive?15:57
smwdamian, yes15:57
damianok15:57
Random832mun_, that depends15:57
coz_damian  what is your native language15:57
Random832do you use OSS sound system?15:57
damianspanish15:57
smw!es | damian15:57
ubottudamian: 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.15:57
mun_Random832, yes i do.15:57
coz_damian,   #ubuntu-es15:57
Random832are you sure you use that and not ALSA?15:57
damiandon't worry, I understand english15:58
mun_Random832, well, I think so. I set my microphone in Twinkle to use OSS.15:58
wildc4rdevenin all!15:58
HHabib1evening wildc4rd15:58
mun_Random832, it has been working for a while, but has just now stopped.15:58
mun_Random832, and now i realise /dev/dsp doesn't exist.15:58
Random832most modern systems use alsa15:58
=== lukaszg_ is now known as lukaszg
gharzguys, how do i make my 3g dongle wifi work?16:00
mun_Random832, right. but do you know how to install OSS properly?16:00
gharzi'm using huawei16:00
damianhas anybodie heard about BT4 tool in ubuntu?16:00
hemzahow to unistall KDE4 packages16:00
coz_hemza,   which packages ?16:00
smw!puregnome | hemza16:01
ubottuhemza: If you want to remove all !Kubuntu packages or !Xubuntu packages and have a default !Ubuntu system, follow the instructions here: https://help.ubuntu.com/community/PureGnome16:01
g_12xw!gdm16:01
g_12xw!gdm316:01
g_12xw!resolution16:01
ubottuThe X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution16:01
hemzaall related kde4 packages, coz16:02
smw!puregnome | hemza16:02
ubottuhemza: If you want to remove all !Kubuntu packages or !Xubuntu packages and have a default !Ubuntu system, follow the instructions here: https://help.ubuntu.com/community/PureGnome16:02
gharzanyone?16:04
bernhardhi everyone! something's running on my port 80, how can i find out what it is?16:04
=== nuboon2age is now known as nUboon2Age
vic20gmrit has been impressed upon me that i would like to disable compiz, and use metacity, so as to enhance my wine performance16:05
vic20gmrits all greek to me, and i would like some direction on this16:06
TeruFSXvic20gmr16:06
Random832bernhard, netstat -lntp16:06
Dibbler___hello , can someone that has hands on experience with this matter , if there are noticable speed differences when installing ubuntu completely encrypted16:06
tornyhallo16:06
tornyhallo16:06
tornyis here anyone?16:06
tornyhu hu16:06
tornyhello16:06
FloodBot4torny: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.16:06
sl33k_ubuntu is not logging me in now ----> "Gnome install problem - gnome power update is not found" ?16:06
TeruFSXgo into desktop effects and turn them off16:07
KrishnanduHHabib1, Thanks, but it is stable?? And recommended for developing future proof apps??16:07
sl33k_ ubuntu is not logging me in now ----> "Gnome install problem - gnome power update is not found" ?16:07
tornyfailure in kde16:07
KrishnanduActually I need to develop the same products in Linux in my office which my colleagues do in windows in Visual Studio. now the problem is, I'm concentrating on learning coding for creating windows rather than the application logic that I need to develop HHabib116:07
Random832l = listen; n = numeric [don't waste time looking up DNS]; t = tcp; p = show process16:07
HHabib1well for stability do not use .NET ..just use GTK with C# OR VB16:07
bernhardRandom832, it just says state listen, but does not associate any program/pid with it16:07
tornykwin --replace & disown auf einem Terminal  <--- need help16:07
KrishnanduHHabib1, VB in Linux??16:07
sl33k_ ubuntu is not logging me in now ----> "Gnome install problem - gnome power update is not found" ?16:07
HHabib1yes sir.16:07
KrishnanduHHabib1, How??16:07
vic20gmrit has been impressed upon me that i would like to disable compiz, and use metacity, so as to enhance my wine performance16:08
TeruFSXsl33k_ can you get to a command line16:08
HHabib1check out yourself and see :)16:08
vic20gmrits all greek to me, and i would like some direction on this16:08
Random832bernhard, use sudo netstat -lntp - as normal user you can only see your own processes16:08
TeruFSXvic20gmr again just go into System-Preferences-Appearance16:08
nUboon2Age! torny de16:08
TeruFSXand turn off desktop effects16:08
kyle_hey guys16:08
sl33k_TeruFSX: no, it is not accepting my password16:08
Random832or you could try connecting to it, go http://localhost/16:08
kyle_caps lock?16:08
TeruFSXsl33k_ open a virtual console16:08
nUboon2Age!de torny16:09
g_12xw!gnome-display-properties16:09
sl33k_TeruFSX: how to16:09
nUboon2Agetorny:  ! de16:09
TeruFSXwith ctrl-alt-f(any number 1 through 6)16:09
TeruFSXand log in there16:09
Random832!de | torny16:09
ubottutorny: 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.16:09
=== Xeross is now known as Xeross|AFK
italiccan i connect to a remote x server, and run commands via the terminal using the framebuffer? what should i look at?16:10
tornyi speak english16:10
sl33k_TeruFSX: did you get the power problem>16:10
tornyvery well!16:10
g_12xwhello. i can change the resolution of my screen with the gnome-display-properties. how can i set the resolution of gdm as the same after i log in ?16:10
Random832torny, ok16:10
tornyIm so fiiiine in english16:10
Random832torny, what error do you get from tat command16:10
tornyplease help now16:10
Random832that16:10
TeruFSXsl33k_ does that happen on a virtual console?16:10
vic20gmrTeruFSX some one in winehq told me that telling it no effects doesnt keep it from running, and that appearantly isnt enuff when using "not the greatest" computer16:10
bernhardRandom832, that helped, thanks a lot :)16:10
TeruFSXfrom my understanding16:10
TeruFSXturning off effects uses metacity instead16:10
vic20gmrok16:11
=== Xeross|AFK is now known as Xeross
sl33k_TeruFSX: havent opened virtual console, but network is disabled16:11
vic20gmrthank you for clearing that up16:11
DiverdudeWhen i turn up the volume totally it is for some reason not turned up to 100%, because if i go into preferences i can put it to 100% only. Is that some bug?16:11
kyle_have you tried alsamixer diver?16:11
TeruFSXsl33k_ so you cannot log it16:11
HHabib1Kishnandu ..check out the sent file.16:11
sl33k_TeruFSX: ya16:11
ralph-leewho has tested the200+ line linux kernel patch16:12
kyle_i have16:12
hemzaI did not create a swap partition at the time of installation. Is it possible to creat it now16:12
ralph-leeis it truly faster16:12
tornyah i mean: that i can temp fix my problem only with the command: kwin --replace & disown auf einem Terminal16:12
kyle_I cant really tell a difference, but it may be because my pc is already pretty fast16:12
TeruFSX*in16:12
TeruFSXdo you use a wireless network?16:12
tornykwin will not started after login16:12
kyle_I haven't actually ran a compile test or anything16:13
tornykwin is not in the autostart16:13
sl33k_TeruFSX: ya16:13
Random832torny, i don't know much about kde sorry16:13
g_12xw!screens16:13
g_12xw!screen16:13
ubottuScreen is a window manager for terminal sessions, also useful over SSH. See https://help.ubuntu.com/community/Screen16:13
huzhenhello、16:13
TeruFSXanyways16:13
tornyi want gnome :(16:13
kyle_as far as responsiveness goes, I don't use compiz or any other effects16:13
TeruFSXthe first thing I would try is go to a VC16:13
Random832uh, then why trying open kwin?16:13
TeruFSXlog in16:13
doug_Why is Rythmbox so slow in copying/ripping a cd to my music files?16:13
Random832kwin is kde window manager16:13
sl33k_TeruFSX: during bootup ?16:14
aeon-ltddoug_: you got anything to compare it to?16:14
sl33k_u=i have to press ctrl alt f16:14
sl33k_?16:14
TeruFSXno16:14
TeruFSXonce at the login screen16:14
TeruFSXpress them16:14
Random832torny: http://ubuntuforums.org/showthread.php?t=115974 might help you16:14
TeruFSXand you will get a text login prompt16:14
kyle_so I'm trying to compile 2.6.36 as we speak, I've tried export CONCURRENCY_LEVEL=4, but for some reason the compile is only using one core (or at least 25% of the cpu)16:14
kyle_any ideas as to why it's not working this time?16:14
sl33k_ok16:14
tornythx mister  frankbro16:15
tornyRandom832:16:15
TeruFSXarrgh16:15
doug_If I compare it to my window system, there is no comparision.  Yesterday I inserted a cd and it copied/ripped in seconds. Now it's just dragging, it's terrible16:15
TeruFSXi didn't get to help him16:15
aeon-ltddoug_: same bitrates?16:15
jak!list16:15
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 »16:15
bodomHi there. I'm trying to make grub2 work on raid1. May someone give me some help/advice? Actually, it won't boot when I unplug the main hard drive (/dev/sda)16:15
kyle_the boot loader is only installed on one drive, even when in raid 1 I believe bodom16:16
doug_That I don't know? How do I check or change? I"m a newby to Linux/Ubuntu.16:16
kyle_correct me if I'm wrong16:16
nsdquick question: should I use a patch or crossover cable between a switch and a wireless bridge?16:16
Random832torny, hmm it looks like that defaultsession file isn't there anymore, but i need to go16:16
Random832read through the thread i guess16:16
kyle_usually a patch cable will be fine nsd16:17
nsdanother quick question: why would a cable labeled as a patch have the orange and green wires switched16:17
aeon-ltddoug_: no idea, i don't rip cds :) or have used rhythmbox in a while16:17
nsdkyle_: thanks16:17
kyle_if the orange and red are switched then its a crossover cable16:17
TeruFSXdoug_ i'm going to take a look at rhythmbox to see16:17
doug_Is there another player I could try?16:17
kyle_are the browns switched too?16:17
Random832switched from one plug to another or switched from what you normally expect to see?16:17
doki_penIs it possible to craft an apt-get invocation that skips the configuration prompts?16:17
Random832nevermind i gtg16:18
nsdkyle_: thanks again; I guess the manufacturer mislabed the cable then16:18
nsd*mislabled16:18
TeruFSXdoug_ songbird is out there16:18
kyle_normal should go ow/o/gw/b/bw/g/bw/b16:18
TeruFSXbut i'm not quite sure if it's really worth a try16:18
kyle_on both ends16:18
kyle_ow = orange white and so on16:18
bodomkyle_: it's possibile to install it on more than one drive with grub-install16:19
doug_Okay I'll try that. I have some experience on that with Windows. Can I find that online, or via the Ubuntu software?16:19
Treahey guys anyone have any experience getting usb controllers to work with ubuntu?16:20
StereocaulonTrea, most USB controllers work out of the box16:20
Treai just got a logitech gamepad f310 and its not getting recognized16:20
kyle_did you compile the drive trea?16:21
kyle_driver*16:21
Treano, how would I do that?16:21
StereocaulonTrea, ah, so not a usb chip, but a game controller. Sorry can't help you there I'm afraid.16:21
kyle_well, there are usually two options trea16:21
Treayea sorry I wasn't to clear there16:22
kyle_one is to build the driver from its source, the other is to recompile the kernel with support built in16:22
=== flashbits is now known as bitsflash
kyle_let me see If I can do a quick google for ya :)16:22
=== JoeSett is now known as JoeMaverickSett
StereocaulonTrea, please pastebin lsusb16:22
Treathanks, I'm still trying to learn as I go with some stuff16:23
unam3Hi, I upgraded my proprietary driver for my ATI, and this made a large improvement to the performance in 3D applications, but instead I lost somehow, the stability in menus and windows. Every time I move a window or do something in Mozilla the mouse and window lags. I have read through the xorg, and the xorg log but and googled a lot but I cant find the cause...16:23
spivwaqDoes anyone know how to restore evo mail notification and battery meter to panel once removed?16:23
StereocaulonTrea, of course, no one knows everything after just one quick introduction16:23
Treastereocaulon: what do you mean pastebin lsusb?  is that a command I run in the terminal?16:24
StereocaulonTrea, yes, lsusb is a terminal command. Pastebin is, well...16:24
Stereocaulon!pastebin | Trea16:25
ubottuTrea: 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.16:25
StereocaulonTrea, here you go :-)16:25
greezmunkey!update > greezmunkey16:25
ubottugreezmunkey, please see my private message16:25
Illuzionzguys, i have this partition of hard drive wich is shown twice in "my computer" but only one is clickable.. the other one is useless, how can i remove this useless one?16:26
dwaynesystem -> preferences -> keyboard "key presses repeat when key is held down" is checked, but when I hold down keys, they are not repeating.  I'm using synergy; repeating works on one but not on the other (both system keyboard preferences are identical).  Any suggestions?16:26
dwayneactually, without synergy the repeating is not working either so I don't think synergy is the problem16:27
yywwwsim trying to boot up on may ubuntu laptop but i get a post screen full of numbers and some stuff on it, it stops and it wont boot into the OS.... someone help?16:28
TreaStereocaulon: Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 006: ID 046d:c21d Logitech, Inc.  Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root h16:28
KrishnanduHey guys, I installed mono-complete, but from where to start the IDE?? Nothing on App > Prog.16:29
Chr|s!pastebin  | Trea16:29
ubottuTrea: 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.16:29
xiang_s16:29
=== squishy is now known as squishynothere
kyle_well the computer sees the controller trea16:30
xiang_sss16:30
xiang_haha16:30
Chr|sLucky you Trea, my computer don't see my USB headset16:30
StereocaulonTrea, do you see that even 2(!) Logitech devices are recognized? Do you use a Logitech mouse or keyboard as well?16:30
Treamouse16:30
Illuzionzguys, i have this partition of hard drive wich is shown twice in "my computer" but only one is clickable.. the other one is useless, how can i remove this useless one?16:30
greezmunkey*Q* I recently installed server onto a laptop. I would like the terminal to cover the entire screen rather than be half the size (and centered on the screen) I am stumped as to how to google for this...any clues would be apprieciated!16:31
kyle_have you tried the disk utility illuzionz16:31
IlluzionzYes16:31
StereocaulonTrea, if you look up the USB ID's 046d:c21d and 046d:c52b you'll know which one is your gamepad and which one is your mouse.16:31
Treastereocaulon: I can tell in my emulator what buttons do what but they don't do anything in the game, they don't get recognized I guess16:32
akSeyahi there16:33
kyle_i just read something about joystick and jscalibrator16:33
StereocaulonTrea, ah, check out this one: http://linuxgamingtoday.wordpress.com/2008/01/24/install-and-use-usb-based-gamepads-in-ubuntu/16:33
akSeyaguys.. i have just downloaded Ubuntu 10.10. now I want to create a USB installation media. I'm running Gentoo16:33
StereocaulonTrea, it's quite old, but does give a good description16:33
kyle_http://ubuntuforums.org/showthread.php?t=33845716:34
akSeyai have extracted the content of the iso into the pendrive16:34
Treathanks, I'll give it a good read16:34
kyle_also, look at that post trea16:34
kyle_it may be exactly what you need16:34
=== mattias_ is now known as Guest63889
sl33k_i have 10.04 image and daemon tools s/w, can i install using this?16:34
KrishnanduHey guys, I installed mono-complete, but from where to start the IDE?? Nothing on App > Prog.16:35
akSeyaall the info I fount about creating a USB bootable to install ubuntu tells me to install  usb-creator. but there is no such package on Gentoo16:35
Stereocaulonsle33k_, yes you can install using Wubi, but I wouldn't recommend it.16:35
akSeyahow should I proceed?16:35
bashhow ti16:36
sl33k_Stereocaulon: but wubi downloads 700 mb na?16:36
Treaklye: sudo apt-get can't locate jscalibrator16:36
ZykoticK9Trea, it's in the "joystick" package16:36
bashhow to install menu themes from gnome-look.org ??16:36
=== iRabbit is now known as iRabbit_
akSeyai find easy ways to do that from Windows or from Ubuntu, but no "how to" from another distro16:37
TreaZykoticK9: where would I get that package?16:37
Stereocaulonsl33k_, I don't know, never used Wubi. All I know is that not every program runs well on Wubi16:37
ZykoticK9Trea, "sudo apt-get install joystick"16:37
sl33k_Stereocaulon: any other method without using cd?16:38
TreaZykoticK9: thanks16:38
ZykoticK9Trea, i'm referring to the jscal program, which is command line.  is that what you are looking for?16:38
=== iRabbit_ is now known as iRabbit-
=== iRabbit- is now known as iRabbit
Stereocaulonsl33k_: Not that I know of16:38
kyle_akseya16:39
TreaZykoticK9: I was going through a thread someone posted and it was saying to run a few things from command line and it couldn't find the jscalibrator16:39
kyle_did you install the joystick package trea16:39
muhdazmilughi ..i hv a scipts in /home/muhdazmilug and put in the command to run in crontab,but it can't run. i sure the crontab run16:39
Treakyle_: I just did16:40
Treastill same message16:40
ZykoticK9Trea, it's jscal16:40
Treanope, cannot locate16:40
kyle_sudo apt-get install jscalibrator doesn't work?16:40
nightguys i wana send movie on emessnger16:41
=== Auv5 is now known as Auv5[Away]
night50 mb ok16:41
bashZykoticK9, is padsp for pulse audio ????16:41
Chr|shey guys, I am having  some issues  with my Logitech USB Headset not showing up when I enter lsusb in terminal been at this all morning long16:41
Treakyle_: Nope, I even did sudo apt-get install joystick first and then went and tried sudo apt-get install jscalibrator and even tried jscal16:41
=== vicodinX is now known as hi
disinphohey16:42
=== hi is now known as Guest43463
akSeyano one??! :(16:42
kyle_akseya, have you tried unetbootin?16:42
akSeyaguys.. a easy way to create an ubuntu installation USB stick from another distro, not from Ubuntu nor Windows16:42
akSeyahum16:42
jake_anyone install Ubuntu or like distro on old IBM laptop?16:43
kyle_I have jake, in fact, im running 10.04 on an old a31 thinkpad as we speak16:43
jake_I've got an R3016:43
disinphois php 5.3 a part of any stable ubuntu dist? i want to set up a lamp16:43
=== Guest43463 is now known as vicodinX
kyle_akseya, go here http://unetbootin.sourceforge.net/16:43
nightguys joystick games16:43
flodinejake yes on a thinkpad T43p16:43
jake_and I can't get a full screen, only 800x600 res16:43
kyle_what chipset is that?  ATI xpress?16:44
jake_it's a driver issue.... chipset, wait I'll chk16:44
nightif i download joystick it will be bunch of games ? or not16:45
aurillianceI'm trying to build a project that requires the zzip library - does anyone know how I can find what link flag I need to pass to g++? For SDL, I pass -LSDL, but -LZZIP doesn't seem to work...16:45
nightthat by terminal16:45
bernhardi just dropped my external harddrive from 0.5 meters ... does anyone know a good tool for running diagnoses?16:45
akSeyakyle_, downloading it... the ISO content is already on my pendrive, on a vfat filesystem.. isn't there a way to make it bootable the way it is?16:45
duffydacknight, apt-cache show joystick16:46
akSeyaanyway.. if there is not, i'll try unetbootin16:46
kyle_sadly no akseya, or at least I don't know how16:46
kyle_transfer the iso to the pc, then run unetbootin and put it back on16:46
duffydackakSeya, if you have linux machine http://ubuntuforums.org/showthread.php?t=128860416:46
kyle_my apt-cache only shows joystick16:46
juk8-ball: should i go sleep?16:46
juk8-ball says: Not now16:46
YeTr2juk: 8-ball says: Forget about it16:46
kyle_no jscalibrator16:46
jukYeTr2: what?16:47
duffydackkyle_, jscal16:47
gustavoferreiraWhen we compile code that uses GTK+ we use the `pkg-config --libs --cflags gtk+-2.0 ` on gcc, and when we use gtkextra, what do we use? `pkg-config --libs --cflags gtkextra-2.0 `?? i tried this one, and it compiles but not as an independent executable, someone here knows what we use on pkg-config for gtkextra??16:48
kyle_it says jscal is part of the joystick package duffy16:48
groundnutyhey, anyone aware of pc camera compatibile with linux with mechanims to rotate it programmatically?16:48
duffydackkyle_, yeah16:48
14WAADH16.16:48
duffydackkyle_, so install joystick16:48
kyle_not me, trea16:48
jake_chipset on r30 is Trident Microsystems Cyberblade/i116:48
kyle_trident microsystems?16:49
nightguys i want protection software for ubuntu maverick16:49
jake_yep16:49
Chr|sThis is really disapointing. IF I can't get this to work then I guess im going to go back to Windows 7. Basic things that should work don't :(16:49
kyle_how old is it jake?16:49
nighti cant control on my mouse16:49
sebsebsebHi16:50
jake_it's an R30, let me see how old16:50
sebsebsebnight: lap top?16:50
kyle_my a31 is from around 200216:50
nightyes16:50
nightyes its laptop16:50
akSeyaduffydack, i think that was what I was looking for ;)16:50
sebsebseb!touchpad | might be useful night16:50
ubottumight be useful night: For a comprehensive Synaptics Touchpad guide, see https://help.ubuntu.com/community/SynapticsTouchpad16:50
=== squishynothere is now known as rbniknej
jake_r30 = 198116:50
gustavoferreiraIs there a way to know what libs pkg-config "can see"?? help please, i want to compile code that uses gtkextra and i'm not managing to do that..16:50
jake_and still workin16:50
tornyyyyyyyyyyyyyyyyaaaaaaaaaaaaaaaaaaawwwwwwwwwwmm16:50
kyle_:|16:50
akSeyadid it.. gonna see if it works.. thanks kyle_ and duffydack16:50
kyle_lol16:50
javilaReee16:50
kyle_nice16:50
tornyall you need is windows16:51
tornythan u dont need support16:51
kyle_welcome akseya, I've used it before, it works pretty well16:51
sebsebseb!troll | torny16:51
ubottutorny: trolling / trollish behaviour is behaviour that is considered annoying by other channel users, this includes going offtopic, asking the same question time and again getting answered and not acknowledging the answer, and these are not the only ways behaviour can be considered trolling, please see /msg ubottu guidelines - if this applies to you, you may find yourself outside the channel16:51
kyle_jake, I'm curious now..haha16:51
duffydackChr|s,  select it in sound prefs16:51
kyle_from 1981?  what are the specs?16:51
Jef91Where I can find what used to be located in /etc/PolicyKit? I know it was moved in recent releases16:52
andyanyone cooking anything interesting?16:53
torny!abuse sebsebseb he is discriminate me!16:53
ubottuError: I am only a bot, please don't think I'm intelligent :)16:53
sebsebsebtorny: stop trolling!16:53
kyle_:)16:53
sebsebseb!ot | andy16:53
ubottuandy: #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:53
kyle_be back in a few, hope this kernel will boot16:54
Siliconehi to all, suggest me please what program to use to creat a virtual m,ashine? in  win is vmware, here is what?16:54
sebsebsebSilicone: in Windows?16:54
Siliconenope, fopr ubuntu16:55
sebsebsebSilicone: Virtualbox :)16:55
sebsebseb!virtualbox | Silicone16:55
ubottuSilicone: virtualbox is a x86 !virtualizer. A !free edition is available from the package 'virtualbox-ose'. A non-free edition is available at http://virtualbox.org for most Ubuntu releases (help in #vbox) - Setup details at https://help.ubuntu.com/community/VirtualBox16:55
akSeyaduffydack, that link you gave.. it will boot from ISO files from the usb stick!!!16:55
GerwinVMWare, VirtualBox, Qemu, KVM.16:55
akSeyathats awesome16:55
Siliconeok, thanks, i'm new to thsi platform :)16:55
sebsebsebSilicone: both versions are free as in price, but the one from repo is open source, so freedom as well :)16:55
duffydackyes16:55
sebsebseb!freedom | Silicone16:55
ubottuSilicone: freedom is important. Ubuntu is as free as we can make it, which means mostly free software. See http://www.gnu.org/philosophy/free-sw.html and http://www.ubuntu.com/ubuntu/licensing16:55
Siliconethere is also vmware for ubuntu?16:55
sebsebsebSilicone: yep16:55
sebsebsebSilicone: and other Linux distros as well :)16:55
Silicone:)16:55
Siliconethx guys16:55
Chr|sduffydack:  I am unable too it's not even there16:55
rdw200169Silicone: there's also virtualbox16:55
14WAADH16Silicone if you mean Virutal Machine you can use OracleVirtualBox ..16:56
sebsebsebrdw200169: see above :D16:56
akSeyaduffydack, do you know if that works with a windows isos too?16:56
sebsebseb14WAADH16: already done that16:56
Siliconeso much options :)16:56
duffydackChr|s, what does cat /proc/bus/input/devices  show16:56
Siliconei'm trying to not be confused )16:56
duffydackakSeya, I dont think so16:56
rdw200169sebsebseb: well played, sir, well played16:56
andyhey y you did this to me, when is said cooking, mean developing (software)...16:56
sebsebsebSilicone: theres also qemu  and  kvm for computers with hardware virtaulisation16:56
greezmunkeyHeh, fixed that framebuffer issue, console is now rinning at 1280x102416:56
14WAADH16Alright.16:56
sebsebsebSilicone: ok well  start with  Virtualbox then :) and if you want to try out other virtual machine softwares, you can do that later as well16:57
tornyhi i love ubuntu16:57
nightiam using sony vaio vgn-cr353 and have problem with compize16:57
sebsebsebtorny: I don't anymore :D16:57
tornyi want to be ubuntu developer16:57
Siliconesebsebseb, thx ;) cheers16:57
akSeyaduffydack, it would be nice.. today I have one pendrive to install slack, another for ubuntu and 2 other for windows (xp and 7)16:57
rdw200169 Silicone but keep in mind that you probably want to get the PUEL version of VirtualBox, otherwise, you miss out on USB features ;)16:57
14WAADH16torny do you know programming?16:57
Gumphey #ubuntu, is it possible to make custom gnome panels for each workspace?16:57
sebsebsebtorny: how about learning to program, and then contributing to important upstreams such as Gnome?16:57
tornycome to me and make me perfect 4 ubuntu 11.x16:57
akSeyait would be great to have all in one :)16:57
Hilikusi am getting this weird font in all google pages using firefox. even in private mode i get this unreadable font. if i start with another profile though, it works fine. any idea how to fix it?16:57
14WAADH16:/16:57
Gumpie. i want to get rid of the top panel on one workspace to give me more screenroom16:58
Siliconerdw200169, i don't need USB features, i'd like to install win x[ on virtual just for traing on metasploit :)16:58
tornythan i will remove wine and u don't support wine windows toys16:58
Chr|sduffydack:  http://ubuntu.pastebin.com/NQVTdPxe16:58
sebsebseb14WAADH16: I think torny is trolling a bitr16:58
14WAADH16yeah that's what I was thinking too sebsebseb16:58
tornywhat? why?16:58
tornyi want to help16:59
=== mehmmetfun is now known as mehmetfun-aw
sebsebseb!ot | torny16:59
ubottutorny: #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:59
tornythan support me to be a ubunutu developer16:59
krycek_does anyone know if this wireless adapter (http://www.kaiomy.com/products_feat.aspx?id=206) would work ok in ubuntu?16:59
sebsebseb!attitude > torny16:59
ubottutorny, please see my private message16:59
tornywireless is unsecure, use cable16:59
14WAADH16torny : do you know how to program?17:00
duffydackChr|s, lsmod | grep snd-usb-audio17:00
tornyvoultare?17:00
krycek_torny: there is no option ;/17:00
tornyi am bored and ubuntu don't works fine17:01
Chr|sduffydack:  I get nothing in return when I enter that command17:01
=== zfe_ is now known as zfe
14WAADH16torny : check out this link. https://wiki.ubuntu.com/UbuntuDevelopment17:01
14WAADH16good luck!17:01
nightguys i want dictionaty english-arabic17:01
sebsebsebtsimpson: I was thinking about mabye calling the ops, but looks like I won't need to now17:01
sebsebseb:)17:01
duffydackChr|s, unplug it and type modprobe snd-usb-audio17:02
=== orvar is now known as Minkben
flodineanyone running unity17:02
IdleOneflodine: many are, ask your next question17:02
sebsebsebanyway oh Ubuntu and some of the people it attracts, heh heh in a way,  in a sad kind of way17:02
14WAADH16lol17:03
14WAADH16Now he is pming me :D17:03
Chr|sduffydack:  ok done, I got permission denied errors, I sudo and entered the command17:03
greezmunkeyI need a bit of clarification, on server, apt-get upgrade will update existing packages whils apt-get dist-upgrade will update to the latest release (e.g 10.10) Is that correct? I want to verify that the existing 10.04 packages are up to date, but avoid upgrading to 10.0417:03
duffydackchris|, doh.  sudo17:03
IdleOnegreezmunkey: no17:03
duffydackchris|,  try headset now17:03
Chr|sduffydack:  ok done17:03
Chr|sduffydack:  ok17:04
IdleOne!upgrade > greezmunkey17:04
ubottugreezmunkey, please see my private message17:04
tsimpsongreezmunkey: no, dist-upgrade updates packages including those that require adding/removing new packages17:04
MinkbenHey people.. I am running linux mint on a dell latitude 120L laptop and jockey does not list any drivers for my gpu17:04
coz_duffydack,   apt-get upgrade will upgrade the package versions on your system when a newer version is available. It still does dependency checking and will skip upgrading a package in the case of a conflict.17:04
IdleOne!mintsupport | Minkben17:04
ubottuMinkben: Linux Mint is not a supported derivative of Ubuntu, please seek support in #linuxmint-help on irc.spotchat.org17:04
coz_duffydack,    apt-get dist-upgrade will be able to remove packages in favor of other, higher priority packages. Both use the package manager so they both use package dependencies.17:04
14WAADH16Minkben this channel is for Ubuntu support.17:04
flodinewell do they think unity is better then gnome17:04
Sergei-KCHвсем привет17:04
IdleOne!ru | Sergeant_Pony17:05
ubottuSergeant_Pony: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke17:05
Sergei-KCHтут кто на ru есть17:05
Minkben14WAADH16: it's exactly the same as ubuntu under the hood17:05
14WAADH16Sergei-KCH ..English please.17:05
IdleOne!ru | Sergei-KCH17:05
ubottuSergei-KCH: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке  / Pozhalujsta posetite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke17:05
Chr|sduffydack:  it isn't being listed as a selection on Sound Preferences17:05
IdleOneMinkben: we do not support Mint here.17:05
Minkben14WAADH16: please pretend I use ubuntu, how do I find drivers17:05
NichodAnyone know a good resource to get a Microsoft 6000 Bluetooth keyboard to connect17:05
sebsebsebflodine: Unity is an alterntiave interface to Gnome,   that will be Ubuntu only for quite a long time17:05
NichodI see other have found ways17:05
duffydackchris|,  hmm.  being detected yet?17:05
Nichodbut connection is flaky.17:05
14WAADH16Synaptic Package17:06
NichodI can't even connect.17:06
duffydackchris|,   dmesg17:06
greezmunkeyIdleOne et.al. Thanks - I've got it now.17:06
IdleOnegreezmunkey: welcome17:06
tsimpsonMinkben: mint modify too much for us to be able to support your question17:06
duffydackchris|, have you updated your ubuntu ?17:07
Chr|sduffydack:  http://pastebin.com/YgrPsa0s17:07
Chr|sduffydack:  Yes, I have the latest build 10.1017:08
NichodI've tried the whole HDI search, etc. Manually entered the pin.17:08
duffydackchris|,  latest updates?17:08
Chr|sI checked, let me check again17:08
NichodAnd no keypresses are registered.17:08
Chr|sduffydack:  no updates17:09
Chr|sduffydack:  should I restart maybe?17:09
NichodAnyone? :)17:09
ThePubafter disabling gdm and using a commandline login to run startx I have no sound. what needs to be run outside of the xsession to make sound work?17:10
willI am17:10
14WAADH16Nichod Nope no Idea.17:10
Hilikusthis is what it looks like17:10
Hilikushttp://imagebin.org/12411617:10
Hilikusany ideas?17:10
* ThePub is using ubuntu 10.1017:10
=== root is now known as Guest34749
NichodFrustrating that this keyboard is plug and play on windows and osx....but not linux. bah.17:10
duffydackchris|,  unplug it again,  run tailf /var/log/messages  and plug it in/17:10
duffydackchris|, see what appears17:10
14WAADH16Nichod do you mean those special keys ?17:11
willI am looking at replacing a raid0 array with either btrfs or zfs. what would be the best solution?17:11
NichodI mean any key doesn't work. It won't connect.17:11
willthe raid0 array is finicky and isn't very stable17:11
14WAADH16the special keys in the keyboards are not recognized neither registered in Ubuntu.17:12
Chr|sduffydack:  http://pastebin.com/rk4AeQ9J17:12
=== Shishire|Away is now known as Shishire
magicianlordwhat's on the 10.10 dvd that isn't on the cd specifically?17:12
duffydackchris|,  still cant select it in sound prefs?17:13
14WAADH16magicianlord ...mostly the language support and some other pkgs are is to be downloaded while installing.17:13
coz_magicianlord,  if you wan a little more control over installation use the minmal install cd17:13
KrishnanduHey guys, installed mono-complete, but can't find the IDE, it's not under App. > Prog.17:14
Chr|sduffydack:  no Im not able too17:14
coz_magicianlord,  it comes to a point where you have along list of possible install options   arrows scroll and space bar  ticks the box  however this is NOT  alive cd17:14
coz_a live cd rather17:14
14WAADH16Krishandu did you installed it through the terminal or the Ubuntu Software Center ?17:14
coz_magicianlord,  and better still it is only about 12 megs download iso17:14
duffydackchris|,  sudo insmod snd-usb-audio    and reboot17:15
magicianlordi would like an iso that includes useful programs to be installed offline, such as vlc and openbox17:15
duffydackchris|,  just in case :|17:15
magicianlordalso, how do i determine ALL needed dependencies to download vlc and all its deb files for offline installation?17:15
coz_magicianlord,  well then the minimal isnt for you ,,,all installable packages are downloaded during install17:15
tuononesalve17:16
tuonone!list17:16
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 »17:16
IdleOnemagicianlord: packages.ubuntu.com will show you depends for a package17:16
duffydackchris|,   could try this.   edit /etc/modprobe.d/alsa-base and change the line options snd-usb-audio index=-2  to........options snd-usb-audio index=017:16
Chr|sduffydack:  when I entered that I get this back "insmod: can't read 'snd-usb-audio': No such file or directory"17:16
magicianlordallright17:16
coz_magicianlord,  the other options for  apps    http://portablelinuxapps.org/17:16
ArdsHello all! Anyone have tried Grails on Ubuntu?17:16
Nichodsigh.17:16
coz_magicianlord,  simply download the ones you want,,, they are executable  and can be saved to flash  driver   external media17:16
Nichodhave to use a crappy usb keyboard/mouse17:17
airtonixmagicianlord, use synaptics offline feature17:17
magicianlordbecause what happened yesterday is that i redownloaded all vlc files on this pc, and then brought it over to another, and then it still told me that it was missing two essential debs17:17
Chr|sduffydack:  ok will do17:17
duffydackchris|, alsa-base.conf   that is.17:18
hiblissanyone in here have experience with streaming via mediatomb?17:18
sharehello17:19
hiblisshey17:19
HHabibKrishnandu how's Mono is going?17:19
Chr|sduffydack:  can't open it says no write permission17:19
vic20gmri just clicked on flash plugin for firefox, and it went grey, and seems like its in a coma right now17:19
shareHow can I keek Firestarted in tray after "closing" it?17:19
duffydackchris|,  gksudo17:19
sharecan't i minimize it17:19
KrishnanduHHabib, installed it, but can't find from where to start, I mean there is no IDE. Where should I design GUI forms and Develop??17:20
sharelol just foun the answer.17:20
duffydackchris|, gksudo gedit /etc/modprobe.d/alsa-base.conf17:20
=== Aaron5367|detach is now known as Aaron5367
shareclick on tray icon to minimize..17:20
baz2010sera a tutti17:21
share!it17:21
ubottuVai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)17:21
HHabibKrishnandu you mean you can not find the icon to start the IDE? did you install it through the terminal or through the Ubuntu Software Center?17:21
airtonixmagicianlord, http://www.debian-administration.org/article/Offline_Package_Management_for_APT17:21
Chr|sduffydack:  ok im in17:21
Siliconetell me pls, how to force quit the programm?17:21
KrishnanduHHabib, Yes, no icon, I did sudo apt-get install mono-complete17:21
airtonixmagicianlord, https://help.ubuntu.com/community/AptGet/AptOff17:21
HHabibDid you check Applications-->Programming menu ?17:22
=== bilalakhtar_ is now known as bilalakhtar
magicianlordthanks17:22
KrishnanduHHabib, Yes, ofcourse, only an mono-documentation is there17:22
Chr|sduffydack:  ok I changed 2 lines the way you said17:22
LiquidDemocracyI can not access memory cards via my card reader anymore. In the past I simply inserted my memory cards into the card reader of my laptop and nautilus popped up. No more. What could have happened?17:23
HHabibAlright I think something is missing in your installation. click on Applications-->Ubuntu Software Center then type Mono in your search and install it.17:23
KrishnanduHHabib, Okies17:23
Krishnandu:)17:23
HHabib;)17:23
duffydackchris|,  sudo modprobe -r snd-usb-audio && sudo modprobe snd-usb-audio17:24
HHabibKrishnandu your choice should be MonoDevelop17:24
duffydackchris|, 2 lines?  only 1 line to change17:24
vic20gmri figured it out, my synaptic window was hidden17:24
KrishnanduHHabib, not mono-complete??17:24
Chr|sduffydack:  there was one on the bottom17:24
airtonixmagicianlord, or you have this : http://keryxproject.org/17:24
KrishnanduHHabib, I think you suggested that :)17:24
HHabibno MonoDevelop in the Software Center result.17:25
magicianlordthank you, airtonix17:25
HHabibNo it was not me. :)17:25
duffydackchris|, hmm, exactly the same line?17:25
KrishnanduHHabib, Okies...thanks :)17:25
HHabibyour welcome.17:25
Krishnandu:)17:25
hiblissanyone in here have experience with streaming via mediatomb?17:25
jukKrishnandu: monodevelop17:25
Krishnandujuk, Thanks juk :)17:25
YiMingHi, How to copy text from stjerm terminal?17:25
Chr|sduffydack:  Keep snd-usb-audio from beeing loaded as first soundcard underneith it was "options snd-usb-audio index=-2 I changed it to 017:26
HHabibYiMing have you tried CTRL + C ?17:26
KrishnanduYiMing, Select the text, right click and then copy17:26
duffydackchris|,  ok..  try it17:26
Chr|salso a line  under "Prevent abnormal drivers from grabbing index 0"17:26
KrishnanduNo Ctrl + C won't work in terminal :)17:26
airtonixKrishnandu, YiMing it's ctrl + shift + c17:26
YiMingKrishnandu: Thx...17:26
YiMingairtonix: ctrl+shift+c it doesn't work17:27
Krishnanduairtonix, Hmm...didn't knew that :)17:27
DragonKeeperFailed my Politics exam. The question was "Describe the role that India plays in the modern world".  Apparently "Tech Support" is not the correct answer.17:27
KrishnanduAww17:27
airtonixYiMing, does for me... must be something wrong with your terminal.17:27
airtonix!ot | DragonKeeper17:28
ubottuDragonKeeper: #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!17:28
HHabibCTRL + SHFT + C works fine YiMing17:28
Chr|sduffydack: don't see it listed :(17:28
YiMingairtonix: Maybe...17:28
KrishnanduYa ctrl + shift + c working fine for mee too17:28
duffydackchris|, removed/reinserted it?17:28
YiMingHHabib: Maybe I need some tweaks.17:28
HHabibYiMing why you do not just use the default terminal ?17:29
duffydackchris|, try different ports17:29
Chr|sok17:29
YiMingHHabib: I think stjerm is light-weight,and it's a drop-down terminal.17:29
airtonixYiMing, you have tilda17:30
KrishnanduYiMing, Are you using gnome?? Then why don't use gnome-terminal??17:30
airtonixYiMing, sudo apt-get install tilda17:30
renanohi17:30
jukYiMing: try select text and click middle mouse button in input box17:30
Chr|sduffydack:  nope, notta17:30
Treakyle_: hey I'm back and haven't been able to get any further after I've run "sudo apt-get install joystick", it can't find jscal or jscalibrator.  Any ideas?17:31
duffydackchris|, well im all out of ideas :(17:31
KrishnanduHHabib, juk Thanks guys...it worked..!! Got monodevelop...now lets try it :)17:31
Treakyle_:I can program the button in the emulator but after I hit apply and ok to start playing then it won't work17:31
YiMingairtonix: I have try it yet(tilda).It doesn't work well with my chinese input method.17:31
Chr|sduffydack:  yeah me too, its been quite the pain17:31
HHabibKrishnandu Good Luck!17:31
YiMingjuk: Thanks17:31
curiowhen I save my aliases in ~/bashrc or ~/bashrc_aliases,  will they work for when i do something as a superuser?17:31
=== orvar is now known as mink
airtonixYiMing, ah ok, i thought there was a reason for using stjerm.17:32
KrishnanduHHabib, Wow...!! 1st impression is just nice...!!17:32
duffydackchris|, forum posts ive seen on it suggest it should work17:32
juk8-ball: should i go sleep?17:32
YeTr2juk: 8-ball says: Are you kidding?17:32
juk8-ball says: Who knows17:32
Chr|syeah, I have read a few forum posts that say that as well17:32
KrishnanduHHabib, Well...is it ok to continue developing in mono??? Is it future proof?? I'll deliver the projects to clients :)17:32
=== orvar is now known as mink
jukwhois YeTr2 ?17:32
d0m1n8wow, i really like xfce...17:32
airtonixYiMing, what about the other one , yaquake ?17:33
HHabibKrishnandu it's a promising project.17:33
Chr|sduffydack:  im going to restart, maybe it will work17:33
YiMingairtonix: I think stjerm is so light-weight17:33
duffydackchris|,  and lsusb still says nothing17:33
airtonixYiMing, whats the default toggle key ?17:33
YiMingairtonix: yaquake..I will try it.17:33
Chr|sduffydack:  doesn't list any USB headset no17:33
KrishnanduHHabib, :)17:33
HHabib:)17:34
YiMingairtonix: You mean the key i launch the stjerm? it's f917:34
Chr|swell I'll be back17:34
airtonixYiMing, that doesn't work for me. maybe you customised it ?17:35
KrishnanduHHabib, Where is GUI?? It's code....?? I choosed gtk+ projetc17:35
Krishnandu*project17:36
YiMingairtonix: To launch stjerm,it need a parameter. "stjerm -k f9" that define a toggle key.17:36
airtonixYiMing, yep just readin man page now17:36
magicianlordthat keryx script isnt launching17:36
magicianlordeven after making it executable17:36
YiMingairtonix: ok17:37
TreaI'm using snes9x as my emulator.  I just got a logitech gamepad f310 plugged in.  My computer sees the controller and in preferences in snes9x I can program the buttons to work but when I go to play the game with the joypad it doesn't work.  Anyone got any ideas?17:37
jukTrea: what is snes9x?17:38
airtonix!info snes9x17:38
ubottuPackage snes9x does not exist in maverick17:38
airtonixjuk, console emulator17:38
Treajuk: an emulator to play old super nintendo games17:38
oxidizerhi  anyone can help me for this problem I have install 10.10 desktop but when i play movie in movie player it is getting stacking some times17:38
jukTrea: oh17:38
Chr|s_duffydack:  nothing still, I wonder what the problem could be17:38
Treayea, its just odd cause it gets recognized and I can map the buttons but then they don't work when I exit out of preferences17:39
oxidizerhi  anyone can help me for this problem I have install 10.10 desktop but when i play movie in movie player it is getting stacking some times17:39
YiMingDoes KDE have an osd notify system like Gnome's notify-osd?17:40
HHabiboxidizer you need codecs.17:40
Treaoxidizer: are you using the default movie player?17:40
oxidizeryaa17:40
sverihi, how can i grep and exclude the grepped result17:40
Treaoxidizer: try insalling vlc, i prefer that one myself17:40
oxidizeri have but all i get same problem17:41
ChigurhWhat does the following error message mean: [ 94.634959] uvcvideo: Failed to query (129) UVC probe control : -32 (exp. 26) [ 94.634977] uvcvideo: Failed to initialize the device (-5)?17:41
Chigurhi get that when i try to install ubuntu 10.117:41
Treaoxidizer: is it opening multiple instances of it when you play a movie?17:41
Roastedwhy does gnome suck at keeping the arrangements of icons in my top panel17:43
ubuntuI'm in gparted trying to resize an xp (ntfs) partition.  Anyone know why I can't make it bigger, even though there's about 125g of unallocated space after it?17:43
oxidizernou, i thing my system is getting slow that time and i check the process it is less only17:43
Django23Hey everyone, im looking for a progrma that stabilizes video. Any Idea ?17:44
reversebladehello I have dual graphics card with acer 5745g laptop and property drivers fail with X: http://ubuntuforums.org/showthread.php?t=1488705&page=817:44
Chr|s_grr17:44
reversebladeanyone can help ?17:44
HHabibKrishnandu : http://wp.colliertech.org/cj/wp-content/uploads/2010/04/06_Screenshot-MyGtkProject-MainWindow.cs-MonoDevelop.png17:44
HHabibfor more information about MonoDevelop  ( which is outta Ubuntu Topics ) check out the tutorials or their IRC Channel . thank you.17:44
magicianlordis there another way to download all debs offline?17:44
magicianlordthe apt-off script doesnt launch17:44
collabraDjango23: for playback of video,...?17:44
oxidizer<Trea> no, i thing my system is getting slow that time and i check the process it is less only17:45
juk!offline | magicianlord17:45
ubottumagicianlord: If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. Alternatively, try http://ubottu.com/ljl/apt/ - See also !APTonCD17:45
torpedoholas17:45
Chr|s_duffydack:  now when I unplug the usb adaptor and go analog I hear fine, but mic isn't working, sounds laggy and ch oppy, not understandable17:45
Django23Exactly17:45
duffydackchris|,  tried booting with it plugged in ?17:45
torpedonecesito ayuda tecnica por favor17:45
Chr|s_duffydack:  yup17:45
erUSUL!es | torpedo17:45
ubottutorpedo: 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.17:45
Django23collabra, Its recorded, but it mover quite alot ;)17:45
LoganJRuff!spanish | torpedo17:45
reversebladeis this the correct place for NVIDIA help ?17:45
oxidizerTrea - no, i thing my system is getting slow that time and i check the process it is less only17:45
LoganJRuff!ask | reverseblade17:45
ubottureverseblade: 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. :-)17:46
duffydackchris|,  revert the changes you made to alsa-base.conf17:46
collabraDjango23: well,... there's : vlc or smplayer ,... try one of those... i use vlc.17:46
torpedohelp please17:46
magicianlordwhen i check the packages to download offline, it only does it if they are not already installed on the current system17:46
KrishnanduHHabib, Thanks :)17:46
HHabibYour welcome.17:46
Django23collabra, but you can't edit the vieo with VLC.17:46
Django23I want to stabilize de video17:46
magicianlordwow, that website might be useful17:46
magicianlordthank you17:46
Django23delete the movement of the camera for example17:46
reversebladehello I have dual graphics card with acer 5745g laptop and property drivers fail with X: http://ubuntuforums.org/showthread.php?t=1488705&page=817:46
Django23for collabra17:47
sebsebsebubuntu: show a screenshot of gparted17:47
collabraDjango23: oh,... like video editing software?17:47
KrishnanduHHabib, I choosed VB and not getting GUI17:47
Django23Exactly17:47
Chr|s_this is dissapointing :(17:47
torpedois anyone here?17:48
sebsebsebtorpedo: no17:48
HHabibKrishnandu : check that issue in MonoDevelop Forums or IRC Channel or you can figure it out by adding a GUI file these are all possible soultions.17:48
juktorpedo: no17:48
KrishnanduHHabib, lol...while compiling error shows visual basic compiler not found on mono :P17:48
collabraDjango23: you can try cinelerra,... from what i hear,... movie studios use it.17:48
duffydackchris|,  weird, by all accounts, it should work/17:48
greezmunkeyheh - this server is only using 38MB ram17:48
Chr|s_duffydack:  yeah must be my system set up17:49
HHabibKrishnandu : this is why I told you to check out the channel they will help you there for sure.17:49
collabraDjango23: there's a bunch more if that one doesn't work....17:49
Chr|s_Dell XPS 625 FTL17:49
duffydackchris|,  grab a ubuntu 11.04 daily live cd and try it, just to see17:49
KrishnanduHHabib, Ya...for sure :)17:49
magicianlordi am gonna try it in a minute17:49
magicianlordalready installed it to usb17:49
Django23Gonna try thant, thanks17:49
magicianlord>:O!!!17:49
collabraDjango23: np17:49
magicianlordi will open exactly 79 windows17:49
torpedo#exit17:49
magicianlordsee if it can take the pressure17:50
Chr|s_I could do that, but this is a very basic headset, it should work17:50
kogohi all17:50
Random832is there a way to set a systemwide wireless connection so it doesn't disconnect when i log out of X17:50
LoganJRuffHello kogo17:50
Random832but still get the benefit of network mnager17:50
HHabibKrishnandu:  check out channel #mono on  irc.gnome.org server.17:51
KrishnanduHHabib, Ya doing that :)17:51
HHabibAlright. good luck.17:51
collabraDjango23:  be sure to enable your extra repositories...17:51
duffydackRandom832, /etc/network/interfaces17:51
FreakyCheeseManHey all. Semi-new Linux user here trying to dual-boot Ubuntu on my new machine (this one), having problems. Anyone care to help?17:52
duffydackRandom832, still using NM, ah ,I dunno then.17:52
collabra!repos > Django2317:52
ubottuDjango23, please see my private message17:52
sebsebsebRandom832: Whats the exact problem?17:52
LoganJRuff!ask | FreakyCheeseMan17:52
ubottuFreakyCheeseMan: 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. :-)17:52
olivvv_stupid beginner question, whats the equivalent of right click > new file ?17:53
GameDudecan you create a sub-version of Ubuntu to use on  a game console you are creating? or is there something more you have to go through with the company?17:53
magicianlordhow do i know which of those debs to dl? i dont need all of them17:53
duffydackchris|,  unplug it,  type sudo modprobe snd-usb-audio   then plug it in and look at the end of dmesg.  also lsusb.  one more time17:53
magicianlordlike dpkg is already installed17:53
HHabibFreakyCheeseMan: https://help.ubuntu.com/community/WindowsDualBoot17:53
sebsebseb!details | FreakyCheeseMan17:53
ubottuFreakyCheeseMan: 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 ..."17:53
duffydackchris|, does it say Logitech 'anything' ?   (brb)17:53
FreakyCheeseManOk. I told windows 7 to shrink it's partition space by 500 gigs, which worked- it says there's that much unalocated space. However, when I try to install ubuntu, it says it doesn't have the 2.something gigs it needs, and won't let me proceed.17:53
FreakyCheeseManOh, 10.10, 64 bit.17:53
sebsebsebFreakyCheeseMan: how did you try to dual boot?17:54
smwGameDude, you can use it however you like17:54
GameDudesweet17:54
FreakyCheeseManI burnt a CD.17:54
smwGameDude, If you want to use the ubuntu logo in ads, you need permission17:54
LoganJRuffFreakyCheeseMan, just install Windows, then install Ubuntu. Ubuntu will automatically shrink Windows to your desired size and do all the hard work for you.17:54
smwGameDude, however, those are normally given out free of charge17:54
FreakyCheeseManExcept it didn't- it wouldn't let me proceed, as it said I didn't have enough free space.17:54
FreakyCheeseManThat or it didn't let me proceed for some other reason.17:55
FreakyCheeseManBut the "Next" button was greyed out.17:55
collabraLoganJRuff: he's not using wubi17:55
LoganJRuffFreakyCheeseMan, you shrunk Windows before you used a LiveCD, right?17:55
LoganJRuffcollabra, I know17:55
RoastedThere was an add-on in synaptic that allowed me to right click a file and "run as administrator" so I could run things as root without booting up gksudo nautilus. Any idea what this was called?17:55
HalabundHi, I have 20 GB of unallocted free space on my hard drive.  How much of that do you think I should assign to the system partition when installing ubuntu (and how much to the home dir)?17:55
s5shey guys my Logitech wireless (2.4 GHz) mouse isn't working :/17:55
FreakyCheeseManYeah, I shrunk the windows partition by 500 gigs (TB drive)17:56
HHabibs5s: have you tried it on other computer? portably it's a hardware problem ?17:56
collabraFreakyCheeseMan: Windows is showing 500 gigs of free space?17:56
LoganJRuffHalabund, / needs at least 7 gigs and /home gets whatever is left over after the other parts17:57
FreakyCheeseMan500 gigs of unallocated space, yes.17:57
s5sHHabib: mouse works perfectly well on other computers and I think it worked perfectly well in Lynx17:57
HHabibs5s: did you check the batteries ? :)17:57
FreakyCheeseManWell, 460.5 gigs.17:57
s5sHHabib: Of course. I think this is a pointless quiestion17:58
joel__CAN one start there own ubuntu business? is there help for that17:58
LoganJRuffjoel__, what do you have in mind?17:58
s5sHHabib: It is ubuntu - I'm just trying to find out what exactly it is. I thing it might be ther driver17:58
IdleOnejoel__: yes you can but offtopic for this channel17:58
LoganJRuffjoel__, Go to #ubuntu-offtopic17:58
joel__actually have a location where computers and printers can be purchased.17:59
joel__using ubuntu17:59
joel__With certificate?17:59
=== Xeross is now known as Xeross|AFK
collabraFreakyCheeseMan: windows sometimes still takes up that space without a partition,... have you made sure that 500 gigs is actually free?17:59
s5sWhy doesn't modprobe evdev insert module evdev? I have the module installed17:59
collabraFreakyCheeseMan: and then,... what is ubuntu saying on install,... it shows no free space when you partition for ubuntu?18:00
FreakyCheeseManCollabra: How would I do that? Also, the system is new- I just got it yesterday, window's hasn't had a lot of time to mess things up yet.18:00
LoganJRuffcollabra, That's what I was thinking - because he parted it in windows. Windows is a bit of a selfish child and likes to make sure he's not parting the room for Linux, or anything else Windows doesn't approve of and; therefore, will continue to keep the room allocated18:00
joel__thanks you so much.,, i'm rreally going to set up a PASS with social security18:00
joel__and i have a goal18:00
joel__and a plan18:00
juk!enter | joel__18:00
ubottujoel__: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation!18:00
HalabundLoganJRuff, thanks, that's useful info18:01
collabraFreakyCheeseMan: no,... LoganJRuff,... that's not what i'm saying,... windows allocates the space before partitioning,... i'm just wondering if windows is allocating that 500 gigs,...18:01
FreakyCheeseMancollabra: I boot rom the CD, if I say "Try" it works, if I say "Install" it says "For best results have these three things (power supply, internet access, 2.something gigs free), and only has the first or first two checked off (other internet issues I think I've resolved, more on that later) From there it won't let me proceed.18:01
s5sWhy TF doesn't modprobe do what I tell it to do!!! I want to insert evdev into the kernel and it doesn't to it!18:02
sshcHello, Ubuntuers. Sometimes my wallpaper (the one with cherries) starts to appear blocky.  Does this sound familiar to you?18:02
=== bitsflash is now known as flashkidd
collabraFreakyCheeseMan: i would suggest going back to windows and make sure that allocation in windows is fully deleted before proceeding.18:02
FreakyCheeseMancollabra: I have the window open right now- it says it's unallocated, and doesn't give me an option to delete beyond that. What should I do?18:03
collabraFreakyCheeseMan: then,.... in ubuntu,... make sure you fully understand the install process.18:03
sshcSometimes Firefox's text also becomes unreadable and strange; it might be related?18:03
collabraFreakyCheeseMan: right click on that 500 gigs,.. anything???18:03
=== fishman_ is now known as centaur5
FreakyCheeseMancollabra: Yeah. New simple volume, properties and help.18:04
bigtuxhi@all18:05
collabraFreakyCheeseMan: hmmm,... then, I think you might be misunderstanding the ubuntu install...18:05
smwhi bigtux18:05
FreakyCheeseMancollabra: It's extremely possible, but it didn't give me a lot of room to misunderstand.18:05
collabraFreakyCheeseMan: Cause' windows has no control over that partition when the ubuntu disc is running18:06
=== flashkidd is now known as bitsflash
collabraFreakyCheeseMan: maybe ubuntu cant find the 500,... you might need to manually partition18:06
sshcHello, Ubuntuers. Sometimes my wallpaper (the one with cherries) starts to appear blocky.  Does this sound familiar to you?18:06
=== bitsflash is now known as flashkidd
collabraFreakyCheeseMan: is it a RAID or something18:07
FreakyCheeseMancollabra: I'm willing to try it, but it didn't let me proceed beyond that point. How would I partition manually?18:07
FreakyCheeseMancollabra: The hard drive? Let me check.18:07
collabraFreakyCheeseMan: multiple harddrives?18:08
jasonoHi, new Ubuntu Team/Project on Launchpad. Members needed. https://launchpad.net/~ubuntu-advertising18:08
FreakyCheeseMancollabra: No, just the one. Can't tell if it's RAID or not- my tech skills are a mite rusty, I've been using a mac for the last six years.18:08
collabraFreakyCheeseMan: if there is only one harddrive,... it isn't raid18:08
=== flashkidd is now known as bitsflash
FreakyCheeseMancollabra: Ok.18:09
collabra!partitioning18:09
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 !swap18:09
collabraFreakyCheeseMan: check that out ^^^^^^18:09
FreakyCheeseMancollabra: It occurs to me that it might have been complaining about the connection rather than the free space when it wouldn't let me proceed (am checking link). If that's the case it still wouldn't explain why it thought it didn't have enough space, but might be something I could solve later.... should the CD be able to install from an offline computer?18:10
sshcHello, Ubuntuers. Sometimes my wallpaper (the one with cherries) starts to appear blocky.  Does this sound familiar to you?18:10
collabraFreakyCheeseMan: get to know it,... and manually partition... all you'll likely have to do is show ubuntu the partition and then do a 'guided partitioning' ,.... if ubuntu has that,... i'm not sure.18:11
torpedohello to everyone, i have an doubt with the net gestor of ubuntu18:11
collabraFreakyCheeseMan: yeah,.. if you download the 'live' cd ,... i suggest LTS,... you'll have the whole O.S. on disk... then after you get online,... you'll update it18:12
FreakyCheeseMancollabra: Ok. Would I do that from the "Try It" option (ie, running ubuntu from the CD without installing), or the installation process? Cause I never got to any of these options during the installation.18:12
FreakyCheeseManAlright.18:13
collabraFreakyCheeseMan: either one,... whichever works,... boot without installing,.. OR straight to the install....18:13
FreakyCheeseMancollabra: Alright, thanks for the help. May be back in a while after I try it- need to finish getting AVG up on the windows half before I do any more rebooting.18:14
collabraFreakyCheeseMan: cause' you can install the system after booting it...18:14
collabraFreakyCheeseMan: no problem... :)18:14
torpedohello to everyone, i have an doubt with the networkmanager of ubuntu18:14
smwAre the flood bots fighting? lol18:15
torpedo¿someone knows how appears a monitor symbol with the typical symbol of the net?18:15
chandrageethahi how could i set my yahoo id to empathy?18:15
smwtorpedo, I can not understand your english. Are you using a translator?18:15
Yownanymousright I'm stumped18:16
smwchandrageetha, click on your username in the top right corner.18:16
smwchandrageetha, then click on chat accounts18:16
Random832how do you reorder applications in the side launcher in ubuntu netbook18:16
YownanymousI'm trying to install an installer through wine (that I know is completely safe) but it's going on about permission-bit being required and not letting me run it at all, how do I get around it?18:17
torpedosorry for my english, i'm using network manager and appears a monitor18:17
smwtorpedo, have you tried #ubuntu-es?18:17
GerwinYownanymous: Right-click the file, click the Permissions tab, and enable the 'Program can be run as executable' option, or something similar.18:17
Yownanymousthat's ridiculous18:18
Yownanymouswhy don't they just give you a warning?18:18
Yownanymoustoo much authoritative crap in ubuntu as of late18:18
torpedosmw yes, but they don't know what's that18:18
Gerwin>_>18:18
chandrageethahow to add my yahoo contact account on empathy?18:19
smwtorpedo, I do not know what you are talking about either. But that might be because of the language barrier18:19
smwchandrageetha, I told you18:19
smwchandrageetha, click on your username in the top right corner. Then click "chat accounts"18:19
dogarrhea1so apparently openvpn is useless18:20
torpedohi18:20
torpedois anybody here?18:20
doriangreyhello! what is the command on terminal like in windows "accept" ? terminal it showing the licence agreemnet of java during the insallation and in the and there is not any boton pres or any command, so i guess there is an standard command to make it go head18:21
smwdogarrhea1, apparently it has no use for you. I18:21
andyyeah18:21
smwdoriangrey, are you trying to automate it?18:21
chandrageethasorry, where to click? i´ǘe opened empathy, now what?18:21
dogarrhea1how do you telnet not to port 2218:22
doriangreysmw, i did install the ia32-sun-java6-bin18:22
smwchandrageetha, I did not say to open empathy. In the top right of your screen. Next to the logout button is your user name18:22
smwchandrageetha, click it18:22
ocean22Hi guys after updating my ubuntu 10.10 the grub is not showing my windows xp and linux mint. i tried sudo grub-update still its not detecting the other two OS.18:22
ocean22can any one help pls18:23
karthick87Alt+PrtScn not working,can anyone help?I am using ubuntu 10.0418:23
doriangreysmw, coz i am on amd 64 ubuntu and i follow an tutorial on internet to install Frostwire en Ubuntu AMD6418:23
smwdoriangrey, are you installing it now?18:23
torpedoi click over the networkmanager an appears various nets, and only one has a monitor symbol, and i don't know what's that symbol18:23
doriangreysmw, yes18:23
smwclick the left arrow key to select the accept button, then click enter18:23
coz_karthick87,  did you go into system/preferences/keyboard shortcuts and check or change the keybinding?18:24
dogarrhea1smw, it has no use for me because their software is buggy and useless, correct.18:24
dogarrhea1like i can download and install wireshark and it works18:24
Ardsexit18:24
dogarrhea1i can download openvpn and it has copyright 2002-2005 on the client software18:24
dogarrhea1and doesn't work18:24
dogarrhea1and errors on install18:24
dogarrhea1when i run the installer. and this is packaged with latest 2.1.4 on openvpn's site18:25
karthick87coz_: No i din change anything18:25
smwdogarrhea1, It works for me.18:25
Random832sebsebseb, when i log out of X my network disconnects. this _seems_ to be by design since network mnager runs iin te panel, but how do i change it without losing the ability to pick a network from the menu18:25
dogarrhea1smw, are you on windows 7 64 bit?18:25
doriangreysmw, i made "sudo get-install ia32-sun-java6-bin"  it start installing and now is stack on agrement licence  stuff.. at the and it say ok but i dont know how to make it go forward18:25
Gerwintorpedo: That means it's an ad-hoc network, a direct connection between computers, without a router in between.18:25
smwdogarrhea1, I installed it on ubuntu just fine18:25
smwdogarrhea1, I have not used it on windows18:25
chandrageethayes, clicked, and?18:25
dogarrhea1that's where we differ smw..18:25
coz_karthick87,  you could change the keybinding there .. i had this issue on 10.1018:25
dogarrhea1i need to get a client to connect via windows18:25
dogarrhea1u know openvpn is not just about server18:26
dogarrhea1any vpn for that matter18:26
smwdoriangrey, ok, click the right arrow key, then enter18:26
smwdoriangrey, maybe it is the left... try both :-)18:26
torpedogerwin thanks18:26
doriangreysmw, thank you :)18:27
smwdogarrhea1, maybe there is a good 3rd party openvpn client18:27
brunoi need help18:27
ridinjust ask, bruno18:27
=== bruno is now known as Guest2973
smwdoriangrey, np18:28
dogarrhea1smw i tried looking. there is none smw18:28
karthick87coz_: Now it works :)18:28
chandrageethaclicked on account information and then?18:28
chandrageethai need to add yahoo id to empathy. how to?18:29
coz_karthick87,  very cool :)18:29
smwchandrageetha, please say my name so I see you are talking to me18:29
smwchandrageetha, I told you. You click on accounts, then create a new account.18:30
Hustonhow do i tell what version of ubuntu is installed on my computer w/o loading into ubuntu?18:30
adilhello all, i wanna install mysql workbench but i have this problem : dependancy libgdk-pixbuf2.0-0 (>= 2.21.6)18:30
smwHuston, can you access its files?18:30
Hustonno but i do have a backup of the grub file18:31
adili am trying to install this package but no result the problem persist18:31
dogarrhea1god openvpn is open crap software18:31
dogarrhea1i wonder why they never test anything on windows..18:31
ronghailboot something else, a livecd or whatever, mount the ubuntu partition, look at whatever the /etc/ubuntu-release is called18:31
Gerwindogarrhea1, because Windows is, to speak with your words, closed crap software.18:31
Hustonok thank you18:32
dogarrhea1Gerwin... but a vpn has a server and a client18:32
dogarrhea1you expect most uesrs to use Linux as desktop?18:32
dogarrhea1that's just dumb requirements18:32
smwdogarrhea1, I have only ever needed to use it on linux. It works great there.18:32
=== jmad980 is now known as joeMad
dogarrhea1smw18:32
dogarrhea1not everyone is a network admin18:32
dogarrhea1or a programmer18:32
dogarrhea1people DO use windows18:32
FloodBot1dogarrhea1: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation.18:32
dogarrhea1and NEED to use it from client18:32
=== marius is now known as Guest20011
smwdogarrhea1, vpns have alot of uses for server <-> server18:33
LtHummusheh, FloodBot1 has a comma splice...that comma should be a ;18:33
dogarrhea1it's like saying "ok we aren't going to support ie6 with our CSS because it's obsolete"18:33
smwdogarrhea1, anyways, I don't know what to tell you18:33
dogarrhea1even though every nurse in every major hospital in California is using ie618:33
smwdogarrhea1, why are you talking about openvpn here? This is for ubuntu support18:33
LjLLtHummus: first time anyone points it out18:34
dogarrhea1openvpn is in the package lol18:34
dogarrhea1and i installed it and now it doesn't work18:34
dogarrhea1the repository list i mean18:34
LtHummusLjL: i figured i'm not the first, but maybe it'll be changed one day18:34
torpedohi18:34
LjLLtHummus: no i mean, you *are* the first18:34
smwdogarrhea1, I thought you just said it did not work for windows clients...18:34
LtHummusLjL: oh! haha I thought you were being sarcastic :-p18:34
LtHummusPlease don't flood; use <whatever> to paste.  Don't use Enter as punctuation.18:35
LtHummusthat's how I'd do it ;)18:35
smwdogarrhea1, It is a it is in the repo, but you are asking windows questions18:35
LjLLtHummus: too late18:35
LtHummusLjL: :)18:36
dogarrhea1ok whatever. i'll just mark this "openvpn" open source software as useless18:36
smwtest18:36
smwtest18:36
smwtest18:36
smwtest18:36
smwtest18:36
smwtest18:36
LjLsmw: don't18:36
smwdamn18:36
dogarrhea1doesn't even work on commercial platform like vyprvpn18:36
rww!fail18:36
smwcan't get it to flood me :-\18:36
LjLsmw: because it probably thought you'd be more deserving of a kick instead18:36
Stridskaninit only calls you out for flooding if you have malice in your heart18:36
smwLjL, sorry, lesson learned :-\18:37
smwdogarrhea1, vyprvpn uses openvpn?18:37
chandrageethathank u smw,  in account information, i can create more than one id?18:37
smwchandrageetha, as many as you like18:37
dogarrhea1smw, They have instructions for setting up the vpn client in windows with openvpn client18:37
dogarrhea1and it fails.18:37
dogarrhea1so i set up soem lt2p whatever thing using a client manager in windows18:38
akashvlc and media player video nt working ....audio working18:38
dogarrhea1and it works. sometimes.18:38
smwdogarrhea1, in that case, it has nothing to do with ubuntu. Therefore, it is not an ubuntu support question18:38
Gerwindogarrhea1: Apparently, those instructions work for most others, perhaps the problem might be on your side?18:38
chandrageethasmw, i need to create my account there, or others?18:38
chandrageethaactually, what does it mean18:38
dogarrhea1Gerwin. had to say when you follow the instructions and get useless errors18:38
akashnobody is responding of my quiery18:40
smwdogarrhea1, you are speaking too generally. Do you have a specific question? I am getting sick of you ranting against an "open source piece of crap" that you can't get to work on windows in an ubuntu support irc.18:40
chandrageethamy system will work as a hub?18:40
NOBLE-6hi awanna brodcasting from my computer which program should I use?18:40
dogarrhea1smw,  if you can't help you don't have to respond lol18:41
chandrageethadear smw, actually what i am doing when i create account there?18:41
rkokkelkexit18:41
smwchandrageetha, what you add an account to empathy, it logs you in. Empathy can handle multiple accounts at the same time.18:41
NOBLE-6any program for brodcastin radio by internet i will use it in ubuntu SO18:41
Gerwindogarrhea1: As smw told you several times, you're asking for Windows help in an Ubuntu channel, no one will help you.18:42
dogarrhea1i noticed18:42
smwchandrageetha, I do not know exactly how to do it. It should be pretty obvious once you click the "chat accounts" button18:42
chandrageethain empathy i hv already created my yahoo account, but is not highlighted. so cannot click on that18:43
blahsphemerI have kernel hacking experience in FreeBSD (implementing my own scheduling algorithm, page replacement algorithm). Are there any internship opportunities in Ubuntu18:43
erUSULblahsphemer: #ubuntu-kernel ?18:44
androidbrucehey guys i have connected to shared printer on my network that is attached to a windows machine, is it possible to scan with that too?18:45
blahsphemererUSUL, thanks18:45
leoquant!purple cert.18:45
androidbrucehow to I add a shared scanner?18:45
leoquant!purple18:45
chandrageethaok, smw, thank u a lot, bye18:45
rooksandroidbruce, i guess through sane somehow18:46
leoquant!pidgin certificates18:46
androidbrucerooks, yeah it doesn't find it18:46
_SKiTZOwhat is the standard way of managing wifi on the commandline in ubuntu?18:46
jim__Hi all, I have problems with the Sound, I cant hear no sound: how can I determine which is the cause? could you please help me?18:46
_SKiTZOi mean listing ssids and rememberin pawsswords for them etx18:46
_SKiTZOetc18:46
rooksandroidbruce, *hug* sucks man, im sure there is a way out there on google or ubuntu forums18:46
androidbrucerooks, yeah i was googling and lucked out, i think it's just not possible in this config18:47
NOBLE-6i need broadtcasting ratio by internet which progrram18:47
smw_SKiTZO, cnetworkmanager is the cli frontend for the same thing using in the gui18:47
=== mentr_bnc is now known as mentr
_SKiTZOsmw: thanks! is it any good btw?18:47
NOBLE-6i need broadcating radio by internet which program i need?18:48
smw_SKiTZO, never used it... I like wicd personally. But you need to disable networkmanager to use it18:48
rooksandroidbruce, anythig of relevance there https://help.ubuntu.com/community/ScanningHowTo#LAN-based scanners ?18:48
smw!wicd | _ SKAN18:48
androidbrucerooks, yeah that's the same one i tried18:48
smw!wicd | _SKiTZO18:48
smw!info wicd | _SKiTZO18:48
ubottu_SKiTZO: wicd (source: wicd): wired and wireless network manager - metapackage. In component universe, is optional. Version 1.7.0+ds1-5 (maverick), package size 40 kB, installed size 88 kB18:48
androidbrucerooks, it's not a lan based scanner, it's attached to a windows machine then shared. so it's smb18:48
smw_SKiTZO, tell me how cnetworkmanager works :-).18:49
_SKiTZOsmw: its quite astounding that a large distro like ubuntu doesnt come with a default set of wifi management for comandline that doesn't suck :P (i am assuming here that cnetworkmanager sucks)18:49
_SKiTZOsmw i will :D18:49
rooksandroidbruce, my bet would be that windows box doesnt propagate scanning function to others, does scanning work on other windows boxes?18:49
androidbrucerooks, yeah haven't tried adding the shared scanner18:50
androidbruceon other windows machines18:50
androidbrucei can try with my wife's lappy18:50
dogarrhea1what are the differences between proxy servers and NAT services?18:50
androidbrucei should prob just make my ubuntu machine the host18:50
smw_SKiTZO, they focus on the gui...18:50
dogarrhea1do they both do the same thing?18:50
_SKiTZOit appears to me that it isnt in apt18:51
_SKiTZOor preinstalled18:51
_SKiTZOthats just mean.. no easy way to manage wifi from the shell18:52
smwdogarrhea1, no, they are not the same. NAT is low level routing. Proxies are at a higher level18:52
smwdogarrhea1, nat is a subset of proxy actually18:52
lyraei need a (preferably) command line screenshot program that allows me to take multiple screenshots. is there one?18:52
_SKiTZOlyrae: will you take screenshouts from X or of the commandline?18:53
FreakyCheeseManI'm back, To refresh: Brand new computer (this one) trying to dual-boot Linux and Windows 7 from a ubuntu 64-bit CD I burned myself. When I boot from the install CD, it comes up to the screen that recommends I have a few things for installation- a power source, a connection to the internet and a certain amount of free hard drive space; it tells me I only have the first. I've been unable to get this machine online with ubuntu, 18:53
smwlyrae, click the "print scr" button18:53
_SKiTZOi mean what will the shots depict?18:53
lyraesmw, i need to take multiple, in a timed manner18:53
lyrae_SKiTZO, X18:53
Zengercan someone help me18:53
rigved!ask | Zenger18:54
ubottuZenger: 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:54
_SKiTZOlyrae: i knew a command but i forgot it. it owuld let you script a screenshot18:54
FreakyCheeseManpartition. The installer won't let me proceed (don't know if that's because of the lack of space or the connection), and I can't figure out how to fix things while running from the CD. In fact, it's given me no indication that it recognizes the hard drive at all.18:54
ZengerI'm using docky to make my ubuntu experience more fun , but it shows me one black bar that I can't hide.! How can i hide it! http://img220.imageshack.us/img220/8923/yaai.png18:54
smwZenger, ask a question. If anyone knows the answer, they are likely to respond18:54
_SKiTZOit was one of the x<something> commands18:54
lyrae_SKiTZO, a shells cript?18:54
lyraeoh18:54
phillyjcan someone help me with setting PATH?18:54
phillyjI looked in .bashrc and .profile18:54
phillyjbashrc and .profile had a bunch of 'if' statements but no PATH=$..... line18:54
_SKiTZOlyrae: you could run it from the script18:55
_SKiTZOit is built in18:55
FreakyCheeseManFor some reason the built-in network card doesn't work with my home wireless network; I've only been able to get the windows half online using an Asus USB wireleass adapter, however I can't figure out how to install into ubuntu while I'm running it from the CD with no internet access. What should I do?18:55
lyraegooglign18:55
shcherbakphillyj: add line at the end of ~/.bashrc18:56
smwphillyj, you can set the path by adding a PATH=$PATH:/where/ever to .bashrc18:56
_SKiTZOlyrae: i think i came accross that comand while doing my own browsershots clone18:56
=== joeMad is now known as jmad980
phillyjsmw: shouldn't the path be already in there?18:56
hakimsheriff_Does anyone know how to create an ad-hoc network and share an internet connection from a mobile internet stick?18:56
shcherbakphillyj: no18:56
rigvedFreakyCheeseMan: try to connect usinga wired connection first, then with a wireless one.18:57
_SKiTZOlyrae: i think it was xwd18:57
smwphillyj, why would it be?18:57
AutoLykosAnyone know a boot command to get Intel HD Graphics (the ones with Core i7) to work on a Dell Latitude e651018:57
smwphillyj, there is a default path, but it is stored elsewhere18:58
svenn_hello, i'm having issues using the build in the chat application (logging in @ hotmail) anyone has the same issue ? (ubuntu netbook, usb)18:58
_SKiTZOlyrae: yup :) http://linux.die.net/man/1/xwd18:58
AutoLykosThe thing boots through to the Ubuntu splash noise but no isplay18:58
FreakyCheeseManrigved: For some reason the built-in network card doesn't work with my home wireless network; I've only been able to get the windows half online using an Asus USB wireleass adapter, however I can't figure out how to install into ubuntu while I'm running it from the CD with no internet access. What should I do?18:58
phillyjsmw: well, i thought that since i do echo $PATH i get a list of paths it might be stored there18:58
FreakyCheeseManEr, oops. Wrong message.18:58
_SKiTZOyou will have to pipe the ruslt through some other apps to get the image in reasonable formats like png or jpeg though18:58
lyrae_SKiTZO, nice. thank you18:58
_SKiTZOnp18:59
hakimsheriff_@riveged I tried that it doesnt work18:59
bhychikHi all18:59
smwphillyj, nope, not sure where it is stored... I could probably find it18:59
FreakyCheeseManrigved: Possible but not practical, as we somehow don't own an ethernet cable, and I'd have to move the machine to do so anyway; may buy a cable later today, but I want to make sure that will solve the problem first, including the bit with the hard drive.18:59
_SKiTZOphillyj: i think the path is constructed by many instances. some parts are global others are appended as the user logs in etc.18:59
=== lukaszg__ is now known as lukaszg
_SKiTZOthus there is no one place to look for the path18:59
svenn_anyone having issue's with empathy & hotmail & ubuntu netbook  ?18:59
bhychikCould somebody help me please? My pidgin can not connect to ICQ server. I read that their server changed. How can i correct it?19:00
_SKiTZOthe best is probably to append what you need where you need it19:00
dominicdinadahow to mount a portable drive on a headless unit if you dont know the drive label and i am not seeing it listed under sdb2 etc19:00
Zengerhow to run compiz ?19:00
smwZenger, compiz is already running19:00
_SKiTZOdominicdinada: set the drivelabel (or even better: the UUID)19:00
IdleOne!ccsm | Zenger19:01
ubottuZenger: To enable advanced customization of desktop effects in Ubuntu: install 'compizconfig-settings-manager' or 'simple-ccsm'. If you install the latter, a new option will appear in your appearance properties - See also !compiz - Help in #compiz19:01
shcherbakZenger: compiz --replace (in Alt F2 box)19:01
svenn_anyone having issue's with empathy & hotmail & ubuntu netbook  ?19:01
rigvedFreakyCheeseMan: in that case, you should wait for someone else with more knowledge to help you. btw, are you able to run directly from the LiveCD?19:01
_SKiTZOdominicdinada: also fdisk -l is your friend19:01
smwthanks IdleOne forgot what it was. I was thinking CCM :-)19:01
=== snake is now known as webdude
_SKiTZOand df -haT19:01
dominicdinada_SKiTZO: i am not seeing anywhere to mount it my other portable was dev/sdb1 easy enough to mount this drive is not listed anywhere19:01
ZengerWTF?? metacity crashed on compiz -- replace19:02
_SKiTZOdominicdinada: fdisk -l will list all devices mounted or not19:02
_SKiTZOdominicdinada: df -haT will show all mounts19:02
FreakyCheeseManrigved: yes, assuming live CD means the same thing as "That thing I downloaded from the ubuntu website and burned onto a DVD". It doesn't work perfectly though- some programs don't seem to want to open, and I've found nothing that indicates that it knows about the hard drive.19:02
dominicdinada_SKiTZO: drive is not mounted but i think i found it using fdisk19:02
shcherbakZenger: driver? install fusion-icon to ease it19:02
phillyjsmw: can you tell me if I wrote this in correct format: PATH=$PATH:/usr/hla:$PATH19:03
ankiti have audio skipping in meerkat19:03
_SKiTZOdominicdinada: usually external drives are mounted under /media/ if im not mistaken19:03
FreakyCheeseMan(Am semi-new to Linux- tried it once before without much success, ~6 years ago. Been using a mac since)19:03
rigvedFreakyCheeseMan: yes. LiveCD is when you run th eUbuntu OS from your DVD without installing it first.19:03
_SKiTZOsame goes for cdroms, usbkeys etc19:03
_SKiTZO /mnt is reserved for internal drives that are likely to be part of the system19:03
shcherbakphillyj: to much $PATH remove last one19:03
FreakyCheeseManrigved: Yeah, I can do that. Can I install drivers that way? If so, I might be able to download a driver in windows, put it on a thumbdrive and use it to get linux online (which might be all it wants).19:04
rigvedFreakyCheeseMan: then start the LiveCD. do not install. then check if it detects your hard drives19:04
phillyjshcherbak: oh, it was in the instructions tho; maybe that wasn't for ubuntu19:04
thefatloverboy_ ID 093a:2460 Pixart Imaging, Inc. Q-TEC WEBCAM 10019:04
Zengershcherbak: still crashin' =(19:04
FreakyCheeseManrigved: Ok. How do I check?19:04
Zengerdrivers up2date19:04
smwphillyj, no need to have $path on both sides19:04
smwphillyj,  PATH=$PATH:/usr/hla19:04
rigvedFreakyCheeseMan: check using GUI. under Places19:05
rigvedFreakyCheeseMan: or you can use CLI19:05
_SKiTZOFreakyCheeseMan: the whole os actully runs from the CD, so you can see what works and not :)19:05
shcherbakphillyj: PATH=$PATH:/usr/hla you do not need more (~/.bashrc serve for one user only)19:05
_SKiTZOFreakyCheeseMan: once you are satisfied (or not) you can decided whether or not to install. installing is just an icon on the desktop19:05
FreakyCheeseMan_SkiTZO: That's actually somewhat worrying, as the OS has been a little buggy- I assumed such was the result of limited functionality due to the CD. Still, I'm pretty sure I want to install- but the installation process isn't working.19:06
shcherbakZenger: what card are you using (and driver), try in menu Apperance to enable desktp effects19:06
_SKiTZOFreakyCheeseMan: the install wizard will be really friendly along the way and provide all sorts of options for dualbooting, installing inside or erasing, and will warn you if you ever try to do something "dangerous"19:06
Zengeryep , it crashes when doing that =(19:06
_SKiTZOFreakyCheeseMan: what harware are you running on?19:07
shcherbakZenger: your cars may not handle compiz19:07
FreakyCheeseMan_SkiTZO *shakes head* The installation wizard never lets me get that far. It tells me I don't have internet connection (true) and that I don't have enough free space (false)19:07
Zengershcherbak: It handled it very fine untill i've disabled them one month agi19:08
Zengerago*19:08
FreakyCheeseMan_SKiTZO: New Cyberpower PC. Um, 6 gigs DDR3 ram, Nehalem quad-core processor, sabertooth motherboard, TB drive. It has two wireless connections- one in-machine card I can't get to work, and one little asus thumbstick that's only working in windows cause I haven't figured out how to get it a linux driver.19:08
thales_Hi! Would like to know how can I configure my wireless.19:08
thales_I have a firmware missing.19:08
thales_b4319:08
shcherbakZenger: update mesa to lates one (if you using open source driver) or check Additional Hardware19:09
smwthales_, are you plugged in to ethernet?19:09
Zengerhmm what is mesa?19:09
_SKiTZOFreakyCheeseMan: internet connection can be controlled in the upper right corner. Simply click the antenna symbol to select wifi, or plug in a wire. if you dont have support for your networking hardware i would not bother trying to go further unless you can summon the evil hacker spirit from fithin19:09
thales_i install b43-fwcutter19:09
newuberHI.. when signing into paypal, any " m " i put in the email such as gmail.com comes out as a series of ...'s and _'s ????  Please advise19:09
smwthales_, system -> administration -> additional drivers19:09
shcherbakZenger: and you have not change driver? Update?19:09
sebsebseb!broadcom | thales_19:09
ubottuthales_: Help with Broadcom bcm43xx can be found at  https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx19:09
Zengershcherbak: no additional drivers on drivers window =(19:10
FreakyCheeseMan_SKiTZO: The box the thumbstick came in says it works with linux- I just have no way to get a driver until I get the machine online (I think- I might be able to download to a thumb drive and move it over). I don't know why the wireless card doesn't work- it recognizes the network but fails to join it.19:10
_SKiTZOFreakyCheeseMan: fails to join it how?19:11
MrAnthropeI downloaded an icon theme pack and I'm pretty pleased with it except it has changed the ubuntu icon on the panel in the upper left hand corner (Applications menu). I've changed the icon using gconf-editor in apps, panel, objects, menu_bar_screen but it is not changing.19:11
MrAnthropeAm I editing the wrong objects?19:11
rigvedFreakyCheeseMan: do you by any chance have IPv6 enabled on an IPv4 connection?19:12
thales_Thank you smw, sebsebseb and ubottu!19:12
mihawould anyone care to help.. how to upload to sourceforge..?19:12
thales_I'll check this19:12
shcherbakZenger: ok, what card are you using?19:12
sebsebseb!thanks | thales_19:12
ubottuthales_: You're welcome! But keep in mind I'm just a bot ;-)19:12
FreakyCheeseMan_SKiTZO: But I don't know if I can install a driver while I'm just running from the live CD. As for failing, on the live CD it just flashed the "joining" icon for a while then re-prompts me for the password (doesn't say it's wrong, it just restarts.) On windows it says unable to join and tells me to try resetting the router (I did, didn't help). rigved: I don't know, how would I tell?19:12
moshhiii19:13
_SKiTZOFreakyCheeseMan: clearly since you are experiencying the same problem on windoews you need to reset the password for your wifi19:13
gauravahi19:13
sebsebsebmosh: hi19:13
sebsebsebgaurava: hi19:13
moshany 1 got good themes?19:13
_SKiTZOFreakyCheeseMan: or make sure you are typing it in correctly19:13
rigvedFreakyCheeseMan: you would have to check the network details. but since you have not tampered with it, it's less likely to happen. are you connected via a router?19:13
MrAnthropemosh, gnome-look.org19:13
phillyji added another line to .bashrc for a temp folder like this: "hlatemp=/tmp" and "export hlatemp"19:14
phillyjJust making sure there is no typo but should the export line be "hlatmp" rather than "hlatemp"?19:14
moshthx m819:14
FreakyCheeseMan_SKiTZO: Not sure what you mean. The password- er, encryption key- is hard-coded to the router. I'm sure I've been typing it in right, and I'd have had to make that mistake a good thirty times now for it to the problem.19:14
tripelbmy 10.04 is pretty jammed. Please help me!  Here's the top ->  http://i.imgur.com/fNfhw.png19:14
TheSlobis it possible to install ubuntu server from usb stick, the box has no working optical drive19:15
rigvedFreakyCheeseMan: have you disabled the option - "Broadcast Router SSID" - in the router?19:15
FreakyCheeseManrigved: Yes, connected via. router. The only way I could switch to a wired connection would be if I kicked my dad off his computer, unplugged it and replaced it with this one, as we (somehow) don't have another ethernet cable.19:15
moshany topic sip  voip here ?19:15
_SKiTZOFreakyCheeseMan: but you said id did not work in ubuntu and windows. that means that its a big chance you are typing in the wrong password19:15
FreakyCheeseManrigved: I wouldn't know how, the router doesn't seem to have any configurability at all. 's just a box with a reset button.19:15
rigvedFreakyCheeseMan: which model?19:16
newuberHI.. when signing into paypal, any " m " i put in the email such as gmail.com comes out as a series of ...'s and _'s ????  Please advise19:16
_SKiTZOFreakyCheeseMan: i am assuming you have a standard adsl router with wifi built in. in that case you got the wifi password from your ISP, correct?19:16
FreakyCheeseMan_SKiTZO: Yeah, but I've rechecked it many times, *and* it's the same password I'm using to get online with windows here.19:16
_SKiTZOon mine it is wirtten on a label on the router itself19:16
FreakyCheeseManrigved: Um, Qwest 2WIRE something-something HG-D, I think.19:16
LoRezwhy do desktop launchers not support https urls?19:16
tripelbmy 10.04 is pretty jammed. Please help me!  Here's the top ->  http://i.imgur.com/fNfhw.png ---: 35 secs to register a chrome bookmark. No youtubes going. Maybe 20 chrome windows or tabs. nothing happning in transmission. System monitor shows low usage of RAM. HUH?19:17
_SKiTZOFreakyCheeseMan: it is correct if you are using it on another device. then my next guess would be hardware problems on the wifi itself19:17
_SKiTZOin the computer19:17
FreakyCheeseMan_SKiTZO: I read teh wireless password off the router, but I'm certain that's not the problem- if it were, I wouldn't be online right now. It's something about that wireless card.19:17
rigvedFreakyCheeseMan: well go to your machine which is connected to the router correctly, then try to open the administrator page of the router.19:17
=== bhc is now known as bogdanov
moshsip hack any 1?19:17
* tripelb wonders what a dsktop launcher is. I suppose NOT something to launch a desktop.19:17
_SKiTZOFreakyCheeseMan: has that card ever worked?19:17
beukenhave you tried a hard reset yet ?19:18
FreakyCheeseManrigved: It's the same machine- I think you missed the earlier part of the conversation. I've got two wireless cards (sort of)- one internal, and one that plugs into a USB port. The later works, but needs a driver.19:18
_SKiTZOtripelb: they got the idea for the desktop launcher from an episode of mythbusters. honest!19:18
FreakyCheeseMan_SKiTZO: It's fresh out of the box. It worked for maybe a few minutes on the ubuntu side once, never on windows, though it always recognizes the signal.19:18
beuken_SKiTZO: LOL19:19
sebsebsebtripelb: a desktop launcher an icon on your desktop that can be used to for example  be used to open a program19:19
tripelboh an alias.19:19
moshany preaker ?19:19
moshphreakers?19:19
sebsebsebtripelb: you can add them to the desktop19:19
rigvedFreakyCheeseMan: no i mean go to your father's machine and open the administrator page of the router19:19
sebsebsebtripelb: as for Chrome uhmm Firefox :)19:19
beukenugh, i keep on getting the same error -.-19:20
_SKiTZOFreakyCheeseMan: ok. you could try a coldcycle. turn the thing off, pull out all powersources and bateries and let it rest for 2 min then plub it back in and try again19:20
FreakyCheeseManrigved: Ah. Ok, I'll need to figure out how to do that.19:20
ankithttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/65895119:20
tripelbsebsebseb, I'd like to have one of those to open a specific webpage in a browser but I cant seem to do that. Chrome is my usual suspect.19:20
G1Bs0Nlol19:20
G1Bs0Nnew school phreaking19:20
bashhow do u make a theme appear among the other in:  apperance--> themes19:20
rigvedFreakyCheeseMan: then check if the "Broadcast SSID" is disabled. if yes, then enable it.19:20
neurochromexl19:20
FreakyCheeseMan_SKiTZO: Are you including the battery on the motherboard in that list? The one that keeps the clock working?19:20
sebsebsebtripelb: so try another browser, such as Firefox :)19:20
tripelbPlease read this - my 10.04 is pretty jammed.  Here's the top ->  http://i.imgur.com/fNfhw.png ---: 35 secs to register a chrome bookmark. No youtubes going. Maybe 20 chrome windows or tabs. nothing happening in transmission. System monitor shows low usage of RAM. HUH?19:20
_SKiTZOFreakyCheeseMan: no leave taht :P19:21
tripelbsebsebseb, k19:21
beukeni am trying to get an bootable USB drive with 10.10 on it and on every drive i've plugged in it fails at 80% due to a checksum error, after downloading i check the checksum and its the same. what to do ? xD19:21
_SKiTZOif it was a laptop19:21
_SKiTZOthe battery needs to go out19:21
zer0rezanyone pair the new apple al wireless/bt keyboard w/ 10.10?19:21
shcherbaktripelb: your chrome using 2200m of memory. time to kill it19:21
Four2zerohow can i get ubuntu-server to see my usb thats dmesg outputs as sdb1 to access the content ?19:21
shcherbaktripelb: and use Opera19:21
_SKiTZOnot the cmos battery19:21
_SKiTZOthats just keeping the clock ticking19:21
_SKiTZOand keeping the cmos memory19:21
=== marcio is now known as Guest37131
FreakyCheeseMan_SLoTZP: but actually hard-remove the powersource from the motherboard?19:21
rigvedFreakyCheeseMan: this is because Windows and Ubuntu are unable to connect to "hidden networks". i had this problem myself. fixed it by making this network visible.19:21
G1Bs0Ni need samba help19:22
=== Monotoko is now known as Guest41213
tripelbWill someone please look at my top. How can Ubuntu munge like this?19:22
FreakyCheeseManrigved: But then why would it be working over the USB card?19:22
_SKiTZOFreakyCheeseMan: no just unplug powrercord from the back of the computer19:22
Guest37131hi19:22
sebsebsebtripelb: may be Flash doing it19:22
TheSlobis it possible to install ubuntu server from usb stick, the box has no working optical drive19:22
puweii can't install any code more19:22
_SKiTZOand let it sitt without power for about 2 min19:22
sebsebsebtripelb: or something19:22
puweiwhen ever i try to install some software  , i get this message19:22
puwei http://twinmoons.org.uk/el/190/el_190_linux_data.zip19:22
FreakyCheeseMan_SKiTZO: Actually already did that. I had to move the computer down here from my room, as I thought the problem might just be that it was too far from the router.19:22
=== Guest41213 is now known as Monotoko
beukenTheSlob: it is possible19:22
tripelbsebsebseb, - maybe is like jesus, imagination.19:22
beukenTheSlob: i only cant get it done myself xD19:23
puweibut my net can't connect to that webstation19:23
beukeni am trying to get an bootable USB drive with 10.10 on it and on every drive i've plugged in it fails at 80% due to a checksum error, after downloading i check the checksum and its the same. what to do ? xD19:23
tripelbsebsebseb,  sis you look at my top image?19:23
G1Bs0Nremote shares using sudo mount -t help???19:23
ace_steelhi, i hv juz installed gok on ubuntu 10.04 but it is not wrking properly...19:23
moshany help me with sip ?19:23
sebsebsebtripelb: jesus is imagination? and your calling me sis?19:23
puweiany one could give some help ?19:23
_SKiTZOFreakyCheeseMan: the reason you want to do it is to lett all the littel chips in your computer including the ones in your wifi get a reboot.19:23
G1Bs0Ni mean duso smbmount -t cifs19:23
ankitanyone who has faced this problem, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/65895119:23
Monotokohey guys...if I run a system in virtualbox and it gets comprimized...could my host system be attacked?19:23
Dittersdorfhi people. where can I upload a picture for you to see? (to ask something about it)19:23
_SKiTZOto rule out that they hung up (hsappens from time to time.)19:23
puweiConnecting to twinmoons.org.uk|213.171.218.145|:8019:23
rigvedFreakyCheeseMan: your (new) USB may be able to connect, but otherwise, old hardware by default has difficulty in connecting19:23
sebsebsebtripelb: 1.  some people would be offended if you said that Jesus was made up.  2.  I am not a girl19:23
FreakyCheeseMan_SKiTZO: Yeah, I figured. But if that would solve the problem, wouldn't it have solved it when I moved it down?19:24
tripelbI called you sebsebseb and by gum by golly this is offtopic. PM19:24
TheSlobmosh: ask your question19:24
puweiConnecting to twinmoons.org.uk|213.171.218.145|:80 timed out19:24
rigvedFreakyCheeseMan: to hidden networks19:24
tripelbyou're19:24
_SKiTZOFreakyCheeseMan: sometimes it takes a few minutes. i dont know how fast you used to move it19:24
FreakyCheeseManrigved: I think all the hardward is new. I just opened the box yesterday, and the network worked fine with my six-year-old mac, so.19:24
moshany 1 who can help me with hack?19:24
_SKiTZOFreakyCheeseMan: if that doesnt work then it could be DOA19:24
Monotokomosh...a certain hack?19:24
FreakyCheeseMan_SKiTZO: More than a few minutes- it was in a different building, I had to make two trips and rearrange furniture.19:24
puweiwhy when ever i try to update or install new soft ware , ubuntu first try to connect twinmoons.org.uk ?19:24
TheSlobmosh: next question (preferably the real one)19:25
barrientoshello, installing office 07 with play on linux logs me out19:25
ace_steel i hv juz installed gok on ubuntu 10.04 but it is not wrking properly...help19:25
_SKiTZOcomputer parts usually break within the two first weeks after they are new if there are manufacturing problems19:25
Dittersdorfwho is expert on Avidemux around here?19:25
moshyes sip hacking like sip bomber the program ?19:25
_SKiTZOFreakyCheeseMan: ah but then ypou allready did that19:25
FreakyCheeseMan_SKiTZO: Very possible. But I'm pretty sure I can get everything to work through the USB- it says it's compattible with linux, I just don't know how to get the driver working while I'm running off the live CD.19:25
moshvoip hacking19:25
dfqiu8HI19:25
puweiel_190_linux_data.zip19:25
Four2zeronvm !19:25
beukeni am trying to get an bootable USB drive with 10.10 on it and on every drive i've plugged in it fails at 80% due to a checksum error, after downloading i check the checksum and its the same. what to do ?19:25
_SKiTZOFreakyCheeseMan: you can see the network in the list but not connect to it right?19:25
dfqiu8有中国人吗?19:25
puweiel_190_linux_data.zip  what's this ?19:25
sebsebsebtripelb: uhmm your not asking for support in the correct way,  here, or in pm19:26
_SKiTZOdare ka?19:26
Monotokomosh #backtrack would be a better place19:26
puwei19:26
FreakyCheeseMan_SKiTZO: Most of the time. Some of the time it would connect to the network but have problems it couldn't identify keeping it from the internet.19:26
barrientoshello, installing office 07 with play on linux logs me out19:26
barrientoshttp://www.makeuseof.com/tag/easily-install-microsoft-office-2007-linux/19:26
dfqiu8呵呵,幸运。。。19:26
moshyes i gt back track19:26
Monotokoso go to the backtrack channel19:26
ikoniamosh: #backtrack-linux is the correct channel19:26
ikoniamosh: the support channel #backtrack-linux then19:26
ikoniadfqiu8: english please.19:26
moshi cnt find it19:27
mosh:(19:27
FreakyCheeseMan_SKiTZO: Is there a way to work the problem through the USB wireless adapter? That one's working, it just needs a driver. If I could install linux offline I'm sure I could get one set up for it afterwards.19:27
ikoniamosh: it's called #backtrack-linux19:27
Monotokointeresting...I am banned, I have never been in there19:27
moshok19:27
moshbrb19:27
ace_steel i hv juz installed gok on ubuntu 10.04 but it is not wrking properly...can  anyone HELP??19:27
ikoniamosh: your not you've just not got a registered nickname19:27
DittersdorfHi people. where can I post a picture for you to see? (to shoe you a problem to solve)19:27
puweiok , nobody could help ,  i'll try google19:27
ikoniaMonotoko: you are not you've just not got a registered nickname19:27
Monotokoikonia, I have one19:27
_SKiTZOFreakyCheeseMan: depends on what kinfd of driver it needs. truth is that some wifi hardware is a real pain to get working19:27
dfqiu8Ikonia I can't speek en,,,,,just speek chinese.....sorry19:27
moshok19:27
Monotokothis is it19:27
mosh:)19:28
ikonia!cn | dfqiu819:28
ubottudfqiu8: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw  或者 #ubuntu-hk19:28
rcsheetsi've just updated to grub-common and grub-pc version 1.98-1ubuntu8, and in configuring grub-pc, i'm getting an error saying "You chose not to install GRUB to any devices..." ending with the question "Continue without installing GRUB?" to which I answer no. Answering no just brings me back to the same message/prompt.19:28
sebsebsebtripelb: try asking your question in the channel again19:28
medionpalhi!19:28
karthick87Where is IBus Preferences in Ubuntu Desktop 10.10??19:28
medionpalhi!19:28
_SKiTZOand if your wifi-thumb doesnt get detected right away when ypou plug it in , chances are it is one of those19:28
beukeni am trying to get an bootable USB drive with 10.10 on it and on every drive i've plugged in it fails at 80% due to a checksum error, after downloading i check the checksum and its the same. what to do ?19:28
G1Bs0Ncifs commands anyone ?19:28
Monotokomosh...you do have a limited user right?19:28
Monotokodon't use IRC as root19:28
moshno19:28
dfqiu8#buuntu -cn19:28
dfqiu8o ...19:28
moshi jus registred it now19:28
tripelbsebsebseb, I'd like to have one of those to open a specific webpage in a browser but I cant seem to do that. Chrome is my usual suspect. But the system things are slow too. even xchat, lol.19:29
puweikarthick87  system -->preference -->ibus19:29
FreakyCheeseMan_SKiTZO: Hmm. Ok, Ifigured there was a chance of that. My next-cheapest idea is to acquire an external antenna that connects to my computer via ethernet (which might be good anyway, as my room is a long way from the router). Is that a workable plan?19:29
dividedhey all, having some trouble with my wireless usb adapter in ubuntu 10.04 if anyone can help19:29
tripelbsorry will restate19:29
ikonia!wireles > divided19:29
medionpalI have a question: i recently upgraded to ubuntu 10.4, I have a nvidia graphics card, I noticed the card is now hotter then before, also my framerat has doubled. when I play a 3d game, after about 20-30 minutes however, the video gets shaky, obviously the framerate goes down, then when I quit the game, the temperature is at 82 degrees, which is not so hot...19:29
ikonia!wireless > divided19:29
ubottudivided, please see my private message19:29
karthick87puwei: I cant find it in ubuntu 10.1019:29
tripelbPlease read this - my 10.04 is pretty jammed.  Here's the top ->  http://i.imgur.com/fNfhw.png ---: 35 secs to register a chrome bookmark. No youtubes going. Maybe 20 chrome windows or tabs. nothing happening in transmission. System monitor shows low usage of RAM. HUH? ...  the system things are slow too. even xchat, lol.19:29
moshim new to this19:29
medionpalwhy does my video get shaky?19:29
medionpalshaky/slow19:29
sebsebsebmedionpal: by the way don't use Backtrack if your new to using a Linux distro19:29
sebsebsebmedionpal: sorry wrong one19:30
sebsebsebmosh:  see above :)19:30
TheSlobFreakyCheeseMan: get an accesspoint that supports client mode19:30
ace_steelcan anyone help me with gok issue?19:30
dividedikonia: thanks, I've already looked at the faq's and tried to set up a workaround with ndiswrapper and ndisgkt19:30
Monotokocan any americans tell me where the hash key is on there keyboard? My Linux is using the american one ><19:30
FreakyCheeseManTheSlob: Um, not sure what you mean. My tech knowledge is extra spotty.19:30
medionpalwhat is a hash key?19:30
moshunreggistred19:30
dividedMonotoko: / or \19:30
mosh:(19:30
ikoniaMonotoko: shifty + 319:30
ikoniashift19:30
sebsebseb!register | mosh19:30
ubottumosh: 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 #freenode19:30
Monotokoikonia, cheers :)19:30
ikoniamosh: join #freenode and ask for help to join #backtrack-linux19:30
sebsebsebmosh: some channels you must be registered on the network, before you can use19:30
FreakyCheeseManTheSlob: My finances are also extra limited. I can get some older stuff cheap cause I volunteer at a recycling plant, but... yeah.19:30
Dittersdorfcan someone help me with Avidemux problem?19:31
DrManhattanyou put the hash key in with some tobacco, or on top of a bowl19:31
DrManhattangives a nice, relaxing buzz19:31
moshok thank you19:31
beukeni am trying to get an bootable USB drive with 10.10 on it and on every drive i've plugged in it fails at 80% due to a checksum error, after downloading i check the checksum and its the same. what to do ?19:31
AprilTooInstalling 10.10 server from a USB, it boots fine and I get several steps into the installation. Then it says failed to copy file from CDROM, retry? yes or no. I can execute to the ash shell and see that my USB drive is mounted /cdrom and the contents of it.19:31
TheSlobFreakyCheeseMan: its a box that looks like a wifi router19:31
FreakyCheeseManTheSlob: My finances are also extra limited. I can get some older stuff cheap cause I volunteer at a recycling plant, but... yeah.19:32
_SKiTZOFreakyCheeseMan: im not sure the antenna will help unless your problem unless its signal strenghts19:32
_SKiTZO*strenght19:32
AprilToobeuken: did you use pendrivelinux.com to make the USB?19:33
TheSlobFreakyCheeseMan: if you can recycle a linksys wrt54G (version 2-4) or a linksys wrt54gL then you can use that with dd-wrt firmware19:33
_SKiTZOif it is "blinky" then thaqt might be the problem. Have you tried moving around the router's antenna(s) to see if the reception changes?19:33
=== parrot is now known as Guest36178
_SKiTZOwrt's rule :D19:33
TheSlobFreakyCheeseMan: or check the dd-wrt website for other compatible hardware19:33
FreakyCheeseMan_SKiTZO: Well, if I were to use what I'm thinking of, it should mean it no longer goes through either of my two wireless cards at all. I think. And signal strength has been an issue- my house is several hundred feet from the router, so that was a problem with my old computer. Right now I have this one set up in the spare bedrrom of my dad's place, to make sure I'm only wrestling with one problem at a time.19:33
beukenAprilToo: no, i've downloaded 10.10 via the website, did the md5check and then using startup disc creator from the system menu19:34
dividedcan anyone help with wireless usb issue / ndiswrapper / ndisgkt19:34
puweieven google can't help me ,very disapoint19:34
coconutzis there a way to backup a remote ftp to local ubuntu machine without using SFTP? (i dont have shell)19:34
karthick87puwei: I got it we should install ibus in ubuntu 10.10 "sudo apt-get install ibus ibus-m17n m17n-db m17n-contrib ibus-gtk"19:34
FreakyCheeseManThe connection is only half the problem, though- maybe even less. Right now I'm having two issues at installation, one or both of which are preventing me from moving forward- lack of network access and lack of hard drive space. The latter mystifies me.19:34
_SKiTZOFreakyCheeseMan: the behavious you are describing of he link working lisghtly then going out and so forth is perfectly normal when the signal strength is borderline19:34
ace_steelcan anyone help me with gok issue?19:35
ace_steel?19:35
_SKiTZO*the *slightly19:35
beukeni am trying to get an bootable USB drive with 10.10 on it and on every drive i've plugged in it fails at 80% due to a checksum error, after downloading i check the checksum and its the same. what to do ?19:35
puweigreat19:35
FreakyCheeseMan_SKiTZO: That only happened once, back at my room. Right now I'm very close to the router (one floor down, but it's right on top of me), and the signal strength reports as strong.19:35
AprilToobeuken: the http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/   usually works quite well.19:35
elnurI have a problem with Helvetica font in Firefox — it looks ugly. (http://img207.imageshack.us/img207/64/firefoxuglyfonts.png) While other fonts look pretty well. (http://img151.imageshack.us/img151/401/firefixneatfonts.png) Anyone got any idea on how to make Helvetica look good as well?19:35
_SKiTZOFreakyCheeseMan: ah19:36
beukenAprilToo: im checking it out _now_19:36
shcherbakFreakyCheeseMan: wi fi monodirectional antenna (you may need to bould one) to broadcast would help19:36
FreakyCheeseManTheSlob: I'm still a little unsure about the hardware you're talking about. Would it replace the current router? Act as a range extender?19:36
=== KING is now known as Guest55532
bash/c19:36
shcherbak*build*19:36
TheSlobFreakyCheeseMan: it would extend the range19:36
FreakyCheeseManscherbak: That's the plan- an external antenna and a pringles can. But, that's another problem from what I'm having right now.19:36
_SKiTZOFreakyCheeseMan: http://www.turnpoint.net/wireless/has.html19:36
puwei"Setting up eternallands-data "  mean ?19:37
FreakyCheeseMan_SKiTZO: Yeah, that looks like what I have in mind.19:37
ace_steel can anyone help me with gok issue??? ?19:37
shcherbakFreakyCheeseMan: ohm, yes can... what is acctual then?19:37
lduroshello,19:37
Dittersdorfcan someone help me with Avidemux problem?19:37
_SKiTZOace_steel: just state your iussue.19:37
Guest55532HI19:38
_SKiTZOace_steel: people wont know if they can help you or not if you wont say whats the problem :)19:38
MrAnthropeWhy is it still orange? http://goo.gl/I5NYb19:38
Guest55532HI19:38
ldurosi've made a fresh install on ubuntu, but using my existing /home/user -- now when I log in after the install, I'm getting the old configuration of gnome i had before i guess19:38
coconutzis there a way to backup a remote ftp to local ubuntu machine without using SFTP? (i dont have shell)19:38
tripelbHow can I test my 10.04 computer speed and find out if anything is jamming it? I can show you a "top" and I just found my internet speed is 29Mb/s so what is it. Often the video from the net does not play with the audio. Movies stored on HD do.19:38
beukenAprilToo: that isnt going to work since you need windows to run it as far as i can see19:38
lduroswhat should I do to just wipe clean all the customized gnome settings?19:38
marcio_hi folks...19:38
Guest55532Y19:38
ace_steel_SKiTZO, ok....all i am getting is the gok main..19:39
MrAnthropeThe background color for tooltips is also still orange. The text is the correct color. But selected items and tooltip backgrounds are still orange.19:39
FreakyCheeseManscherback: Ok, to rehash (the convo has drifted a bit). I'm trying to dual-boot ubuntu and windows 7 on my new machine (this one). When I try to install ubuntu, it tells me I don't have an internet connection or enough hard drive space, and won't let me proceed. I'm able to get online on the windows half through an external USB wireless card, but I had to install drivers and ubuntu doesn't seem to be recognizing it.19:39
marcio_I had a problem with my DVD... it is mounted but I could not playback it, could someone help me?19:39
AprilToobeuken: look further on their site - they do have a linux on linux USB instruction that may be different than what you did19:39
_SKiTZOace_steel: i dont even know what gok is so you will have to just lay it out there and hope that someone will pick up on it. no guarantees19:39
FreakyCheeseManI have no idea why it thinks it doesn't have enough space, and everything aimed at fixing that seems to take place futher down the line than it's letting me get. I think ubuntu may not be recognizing the existence of the HD at all.19:39
FreakyCheeseManI'm unsure whether it's the lack of internet, the lack of space or both that's making the installation refuse to proceed.19:40
ace_steel_SKiTZO, its an onscreen keyboard19:40
traskmindI'm running Unity (ubuntu-netbook) on my laptop here on 10.10, but whenever I boot into Netbook Edition I get my wallpaper but the side bar and top bar are both missing (they flash every once in a while however). I can hover over where the icons should be and get little black boxes..19:40
_SKiTZOace_steel: :P19:41
dividedcan anyone help with wireless usb issue / ndiswrapper / ndisgkt19:41
=== thug is now known as Guest9850
FreakyCheeseManRange is not currently an issue as I've moved the computer into my dad's house to get it running- this is only a short-term solution, though, so I may end up having to get a range extender later on anyway.19:41
ace_steel_SKiTZO, how do i uninstall it,any idea?19:41
beukenAprilToo: afk - 5 mins19:41
DittersdorfHello people. Where can I post a picture for you to see, in order to sow you my Avidemux problem?19:41
traskmindhttp://imgur.com/GImxM.jpg19:42
traskmindDittersdorf, www.imgur.com19:42
shcherbaktripelb: for net speed (real one) -- speedtest.net, steaming video is rather bad idea, rather download if you can (vlc, mplayer can play movies while downloading and mplayer have better audio syn), load (top htop) will tell you rest19:42
ace_steel_SKiTZO, i downloaded it frm synaptic pkg mangr19:42
rofflecoptormy ubuntu broke :(19:42
MalelDraconishow do you download something to wine? i.e.: yahoo messenger?19:42
_SKiTZOace_steel: i won't be able to help you because i dont know anything about it. but if you put your problem precisely into words then someone else might be able to identify with your problem and help you :)19:43
shcherbakMalelDraconis: procces like with standart windows install19:43
traskmindMalelDraconis, make sure Wine is already installed and ready to go, then you download the Windows installation file of the application you want (Yahoo Messenger) and run it with Wine (right click, Open with Wine).19:43
shcherbak!wine | MalelDraconis19:43
ubottuMalelDraconis: WINE 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 Ubuntu19:43
traskmindMalelDraconis, basically, just like Windows ;)19:43
_SKiTZOace_steel: uninstalling a package is simple. just do apt-get remove <packagename>19:43
traskmindI'm running Unity (ubuntu-netbook) on my laptop here on 10.10, but whenever I boot into Netbook Edition I get my wallpaper but the side bar and top bar are both missing (they flash every once in a while however). I can hover over where the icons should be and get little black boxes.. http://imgur.com/GImxM.jpg19:43
LeUI'm having trouble with kubuntu 10.04, no sound in system... I have an HP notebook with intel 82801 ich9 chipset, and cant find solution, does anybody experiencing this too ?19:44
rofflecoptori was updating my laptop19:44
rofflecoptorand it froze19:44
DittersdorfHello people. Where can I post a picture for you to see, in order to sow you my Avidemux problem?19:44
MalelDraconiscool, thanks guys, I remembered wine being a much bigger pain last time I used linux (back in 2002-2004)19:44
rofflecoptorand now i get a 'general error mounting filesystems'19:44
traskmindDittersdorf, I already told you, http://www.imgur.com19:44
ace_steel_SKiTZO, or shud i try aptitude purge?19:44
_SKiTZOace_steel: why would you ?19:45
Dittersdorftraskmind - hi. sorry - i missed that. thank!19:45
puweihello could you tell me? how goto next page in command "top"19:45
FreakyCheeseManAnyone have any help for the drive space part of the problem? (Recap: installer won't recognize that it has enough drivespace or let me proceed, suspect it's not recognizing the hard drive)19:45
LeUanybody  experiencing no sound at 10.04 ??19:46
ace_steel_SKiTZO, because it somewhat does the same thing,i guess19:46
smwLeU, does other stuff give sound?19:46
LeUno19:46
puweiwow ,19:46
puweihello could you tell me? how goto next page in command "top"19:46
LeUentire system no sound19:46
smwLeU, oops, I thought I was in another channel. did sound ever work?19:47
dividedcan anyone help with wireless usb issue / ndiswrapper / ndisgkt19:47
elnurI have a problem with Helvetica font in Firefox — it looks ugly. (http://img207.imageshack.us/img207/64/firefoxuglyfonts.png) While other fonts look pretty well. (http://img151.imageshack.us/img151/401/firefixneatfonts.png) Anyone got any idea on how to make Helvetica look good as well?19:47
LeUonly in windows19:47
LeUi got dual boot19:47
MalelDraconisnow I remember why I had problems with wine, I get this error message anytime I try to install something through wine: The file '/home/malel/Downloads/msgr10us (1).exe' is not marked as executable.  If this was downloaded or copied form an untrusted source, it may be dangerous to run.  For more details, read about the executable bit.19:47
smwLeU, ok, looks like I can't help. I thought I was in #xbmc :-)19:47
MrAnthropeThat's odd, MalelDraconis.19:48
nucc33Anyone know how I could stretch an backgroundpicture over two displays?19:48
shcherbakMalelDraconis: chmod 755 *file.exe*19:48
LeUanyway thx smw19:48
puweiwhat's a fuck channel ,19:48
MalelDraconisMrAnthrope, I know, right?19:48
MalelDraconisshcherbak, what does that do?19:49
DittersdorfHi people. I don't know how, but I messed my Avidemux, and now it's look like this http://imgur.com/wUb6X.png after loading a mpeg file. Any Ideas?19:49
shcherbakMalelDraconis: thtas new policy in Ubuntu to expect execution right from file: man chmod, chmod 755 change permission of file to:19:49
shcherbakMalelDraconis: extecute - owner, rest write-read19:50
beukenAprilToo: im back19:50
MalelDraconisshcherbak, cool, thanks19:50
shcherbakMalelDraconis: run ls -l to see permission19:50
smw!sound | LeU, not sure if you read these links19:50
ubottuLeU, not sure if you read these links: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.19:50
MrAnthropeCan anyone guess as to why my tooltip backgrounds and selected items are still orange? There's no orange selected here http://goo.gl/I5NYb19:50
shcherbakMrAnthrope: we chnaged notification system19:51
rofflecoptori need some help :'(19:51
shcherbakMrAnthrope: back in 9.10, what version are you running19:52
MrAnthrope10.1019:52
muctadirneed help setting my keyboard layout on my dell inspiron n501019:52
shcherbak!notify19:52
MrAnthrope10.04*19:52
J4nushi, I'm using iproute2 to add route, I need these routes to be persistent, where is the best place to write the route ? which config file ?19:52
dividedcan anyone help with wireless usb issue / ndiswrapper / ndisgkt19:52
MrAnthropeWhat does appearance have to do with notifications?19:52
muctadirneed help setting my keyboard layout on my dell inspiron n5010. please help me19:53
traskmindIs there a specific channel for Ubuntu netbook/unity?19:53
shcherbakMrAnthrope: one moment19:53
MalelDraconisshcherbak, thanks man, worked like a dream19:54
DittersdorfHi people. I messed my Avidemux, and now it's look like this http://imgur.com/wUb6X.png after loading a mpeg file. Any Ideas how to fix it?19:54
shcherbakMrAnthrope: what Ubuntu you using?19:54
jjohnson_Hello people. I just answered the question. The number that comes immediately before 10 is 9. Remember that people if you get the question.19:54
MrAnthrope10.04.1LTS19:54
rofflecoptori tried going into recovery mode19:55
rofflecoptorbut it does the same thing19:55
muctadircant find Us English Table for IBM Arabic 238_L keyboard layout in ubuntu 10.1019:55
muctadirhelp needed19:55
jjohnson_My version is 10.10. Since 11.04 has got Wayland instead of X, 10.10 spells the swan song of my relationship with Ubuntu. I will switch to Debian upon release of Maverick+1.19:55
traskmindI'm having the same problem as this thread: http://ubuntuforums.org/showthread.php?p=10095274 With Ubuntu Netbook Edition on my laptop, anyone know of a fix?19:56
DrManhattanwhy on earth would ubuntu  ditch x?19:56
DrManhattanI thought they were trying to compete with ms19:56
smwjjohnson_, DrManhattan , they are not ditching X. They plan to EVENTUALLY remove it. They are starting the work now and hope to actually do it in 2-4 years19:57
DrManhattanwhy?19:57
DrManhattanis there something WRONG with X?19:57
jjohnson_Look it up. You're bound to find some results. Bear in mind that my computer is playing network sound from the less powerful Dell Latitude C540Series which has 128MiB RAM, but this machine has 1.7GiB19:57
st__DrManhattan, it's obsolete19:58
mneptokDrManhattan: this conversation is better suited to a non-support channel like #ubuntu-offtopic19:58
DrManhattanalrighty19:58
muctadircant find Us English Table for IBM Arabic 238_L keyboard layout in ubuntu 10.1019:58
mneptokthanks19:58
smwjjohnson_, 11.04 will not have wayland.19:58
jjohnson_X is just being replaced. It is reliable, and old things are proven. It is not obsolete. It has survived from before Ubuntu to the present day.19:58
^Alitawow, now an anti-spam test :)19:58
jjohnson_Well then why do people think it will.19:59
dpecka!md519:59
ubottuTo verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows19:59
muctadir:|19:59
smwjjohnson_, no idea. Misinformation?19:59
^Alitaanyone knows if there's a lighter alternative to flash-player from adobe?19:59
smwjjohnson_, this is a long term plan. We are talking years here20:00
mneptoksmw / jjohnson_: see above. please move this conversation.20:00
jjohnson_@smw: Loads of people think Ubuntu 11.04 will have Wayland. If it does, then this release is swan song of my computer's relationship with Ubuntu.20:00
st__jjohnson_, find other place to troll, please20:01
lluajjohnson_, key word "think"20:01
MalelDraconishey, anyone have success getting yahoo messenger to run through wine? I can't seem to get it to connect20:01
smwjjohnson_, https://wiki.ubuntu.com/Wayland -- I am done with this conversation20:01
jjohnson_My Dell Latitude C540 is playing sound through my Toshiba's speakers via PulseAudio network support. Is this in any way normal?20:01
dividedcan anyone help with wireless usb issue / ndiswrapper / ndisgkt20:02
beukenAprilToo: the only difference with their method is moving a slider, i did it and havent got an error yet :)20:02
shcherbakMalelDraconis: do you know that empathy have support for Yahoo chat?20:02
=== mentr is now known as mentr_bnc
yeats^Alita: there are not many alternatives at this point, but you might benefit from this: http://www.linux.com/learn/tutorials/360557-weekend-project-open-source-alternatives-to-adobe-flash-on-linux20:03
MalelDraconisyes, but it doesn't have support for the yahoo chat rooms20:03
DittersdorfHi people. I messed my Avidemux, and now it's look like this http://imgur.com/wUb6X.png after loading a mpeg file. Any Ideas how to fix it?20:03
AprilTooI discovered that my download of 10.10 did not complete. I'm shocked I have to do the md5 check on my own ;)20:03
shcherbakMalelDraconis: ough, didnt know20:03
killerhello, can anyone help me mount an iso file and install it?20:04
MalelDraconisI've been trying to figure out how to get on the yahoo chat rooms from ubuntu for weeks now, seems Yahoo has said F all to linux users20:04
DrManhattanI think pidgin can do yahoo chatrooms20:05
jjovereatsXChat/Gnome crashed just after I joined #ubuntu-offtopic. Is this even correct of it to, or is there a virus on that channel?20:05
_SKiTZOwhere can I find the "preferences" page in 10.10 netbook edition?20:05
Tecanim setting up shorewall for multiple isp's20:06
Tecanwhich of these from the ifconfig output would be my gateway inet addr:192.168.1.71  Bcast:192.168.1.255  Mask:255.255.255.020:06
muctadircant find Us English Table for IBM Arabic 238_L keyboard layout in ubuntu 10.10, help please20:06
_SKiTZOi want to change how fonts look, but there is no way of doing that in netbook remix20:06
__cool__Tecan: none. try 'route -n' or so20:06
jjovereatsXChat/Gnome crashed just after I joined #ubuntu-offtopic. Is this even correct of it to, or is there a virus on that channel?20:06
beukenive got an question about ubuntu and hard drives, i have just read that i would have to format my SSD to EXT2 instead of EXT4 to get a longer lifespan for my drive whilst using ubuntu, is that correct ?20:06
yeats_SKiTZO: System is a category under Applications - I don't think it's subdivided into Administration/Preferences20:06
killerhello, can anyone help me mount an iso file and install it?20:07
=== reso is now known as ReZiN
=== ReZiN is now known as uh
=== uh is now known as uhhh
_SKiTZOyeats: its missing the font config app20:07
_SKiTZOi was just assuming it was onlt administration and not preferences20:07
_SKiTZOi guess i was wrong20:07
jjovereatsbeuken: It's because ext2 doesn't use journalling, therefore no double writes.20:07
yeats_SKiTZO: do you mean font config under Appearance?20:08
beukenjjovereats: so i should use ext2 to get a longer lifespan ?20:08
DittersdorfHI. how can I kill a process without using his Pid?20:08
Consigliarkillall [name]20:08
smwDittersdorf, killall20:08
jjovereatsIt depends. No real performance penalty. Experimentation makes knowledge.20:09
beukenjjovereats: does it decrease performance if i do so by the way ?20:09
muctadircant find "Us English Table for IBM Arabic 238_L" keyboard layout in ubuntu 10.10, help please20:09
RootMan212hey20:09
smwhi RootMan21220:09
_SKiTZOyeats: ah ! my mistake20:09
RootMan212I Logged IN As Root20:09
_SKiTZOthanks20:09
yeats_SKiTZO: sure20:09
rslifkaAnyone have experience with upstart jobs running as different users?20:09
Dittersdorfkillall will kill all... i don't wan't to kill all20:09
beukenjjovereats: allright, thanks20:09
jjovereatsbeuken: I don't have an SSD so I cannot gauge  the performance.20:09
RootMan212By Using The Sudo Su Command On The Shell20:09
yeatsDittersdorf: then you need the pid ;-)20:10
RootMan212heh20:10
RootMan212i dont run xubuntu20:10
RootMan212i run backtrack 420:10
RootMan212on virtualbox20:10
rslifkaRootMan212: that's cool, I could do that - was wondering if there was an Upstart Approved(tm) way20:10
spivwaqHi all20:10
RootMan212yes20:10
beukenjjovereats: could you explain the function of journaling then ?20:10
shcherbakDittersdorf: killall <prosess name>20:10
J4nusI'm using iproute2 to add route, I need these routes to be persistent, where is the best place to write the route ? which config file ?20:10
* jjovereats uses lubuntu on his Dell Latitude. He finds it works vs GNOME doesn't load20:10
StrangeCharmdoes the bootable flag need to be set on my /boot partition to start up correctly?20:11
Dittersdorfshcherbak - oh! great! I'll try that!20:11
Dittersdorfthanks20:11
RootMan212i use backtrack 4 on virtualbox20:11
jjovereatsbeuken: it's so that your filesystem can do quicker error-recovery.20:11
RootMan212with guest additions installed20:11
spivwaqCould anyone tell me how to restore evolution mail-notification and the battery meter to the panel?20:11
RootMan212wait20:11
erez_\quit20:12
shcherbakspivwaq: right-chilck on panel > Add to panel20:12
beukenjjovereats: ooh ok, thanks, im going to see if there is any real situation difference instead of a benchmark :)20:12
RootMan212lolz20:12
shcherbakspivwaq: one of the indicators20:12
RootMan212lolz20:13
RootMan212ok20:13
spivwaqoh great20:13
spivwaqthanks!20:13
RootMan212i changed ti seamless mode20:13
RootMan212to20:13
tripelbshcherbak, I'm haaving trouble understanding your comment to me. (btw thanks for talking to me) It seems to have parts. 1. speedtest is not accurate? Then What is?  2.  I said movies not streamed work well. Youtube and Jon Stewart only stream. Watching a stream is normal. -- 3.  I see htop could be better http://htop.sourceforge.net/index.php?page=comparison20:13
jjovereatsSince SSD write speeds are much better than those of HDDs, journaling is unnecessary because of the high unlikelyhood of data corruption (because it writes so fast. REIUB is all that is needed on ext2.)20:13
RootMan212now im off seamless mode20:13
RootMan212heh20:14
RootMan212"pings"20:14
RootMan212LOL20:14
* jjovereats uses ext3 instead of ext4 because of dpkg issues.20:15
x404xis it possible to install adobe flash on ubuntu 10 ? the "dowloader" just leads to a page that does nothing except display use this source, clicking it does nothing20:15
RootMan212x404x20:15
RootMan212its possible for me20:15
x404xhow ?20:15
jjovereatsx404x, use Ubuntu Software Center to do the thing, click Use This Source, wait for it to update sources, and voila.20:15
RootMan212i installed flash successfully20:15
x404xis there a page that actually lets me download it ?20:15
shcherbaktripelb: your connection vary (chnges) so using external test (speedtest.net i.e.) is most accurate, do you have issue with sound in youtube?20:16
* jjovereats hates this flood.20:16
RootMan212wait20:16
RootMan212lolz20:16
RootMan212ill be back in a min20:16
jjovereatsIf you use ext4, you are done for. Especially if you need flash. It will take 2 and 3/4 hours installing that thing, and 55 and 3/4 days upgrading to 11.0420:17
shcherbakx404x: flash-plugin non free from Adobe is in synaptic (make sure to enable reporitories)20:17
DittersdorfHi people. I messed my Avidemux, and now it's look like this http://imgur.com/wUb6X.png after loading a mpeg file. Any Ideas how to fix it20:18
=== Mel is now known as Guest97395
shcherbak!flash | x404x20:18
ubottux404x: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also  !Restricted and !Gnash20:18
ubuntu-user-athi guys, can you please help me to turn off the "-nolisten tcp" option on my ubuntu 10.04?20:18
ubuntu-user-at 977 tty7     Ds+    2:58 /usr/bin/X :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-GmKySa/database -nolisten tcp vt720:18
dividedi am getting an error trying to make wpa_supplicant - can anyone help?20:18
Consigliarubuntu-user-at pick a better nick20:18
ubuntu-user-ati know there are tons of documents in google, but i just can't get the right one :(20:19
Consigliarubuntu-user-at pick a better nick20:19
RootMan212ok im back20:19
ubuntu-user-atwhats wrong with my username?20:19
RootMan212but what is novell netware?20:19
ubuntu-user-atcan you help me solve my "real" issue?20:19
jjovereatsDittersdorf: That is because you have not got good gfx hw. It's probably still rendering. omg i do not understand myself /me goes boom20:19
Consigliarubuntu-user-at kills tab complete; grep nolisten /usr/bin/startx20:19
st__RootMan212, very old network OS20:19
TheSlobRootMan212: very old networking os20:20
ubuntu-user-atall right, brb20:20
ConsigliarRootMan212 who old?20:20
RootMan212ok20:20
RootMan212is the default desktop is KDE?20:20
TheSlobRootMan212: remember DOS, that old20:20
ConsigliarRootMan212 i lub doth20:20
RootMan212 yes20:20
RootMan212you boot from shell in netware20:21
Dittersdorfjjovereats.... LOL what?!20:21
ConsigliarRootMan212 i want dos in elf format20:21
ubuntuuseratConsigliar: /usr/bin/startx exists, but grep does not find anything... /etc/gdm/gdm.conf does not exist, if i create my own, it won't work too20:21
Consigliarubunt still tab killer20:21
jjovereatsDdorf, I know.20:21
Consigliarubun hold20:21
ubuntuuseratok20:22
ChiwauwaIs autofs the way to go if I have a '/something is not ready yet or not present" issue during startup related to a mount of a NFS share? I assume that this is due to a race condition ... or is there a more simple approach ... I've spent an hour or so on autofs and that brought me nowhere even though it looks fairly straigth forward. Thanks.20:22
ubuntuuserati also tried configuring xserverrc, but that also won't work :(20:22
akseyahi there.. folks, i have just installed ubuntu 10.10 on my sisters notebook an AMD semprom2800+ (800mhz) with 512 RAM20:22
akseyai have disabled visual effects, what else can I do to speed things up?20:22
ubuntuuseratConsigliar: please not that my x starts with the booting process, not manually via startx20:23
Consigliarubuntuuserat you suck at choosing nicks :)  grep -Ri nolisten /etc/X11*/*20:23
jjovereatsakseya: Use Openbox.20:23
st__akseya, that's very low configuration for ubuntu20:23
canthus13akseya: ...A 2800+  should be pretty snappy.20:23
canthus132800+ is 1.8ghz, not 800mhz.20:23
ubuntuuseratConsigliar: tell me one right nick and i'll choose it ;)20:24
iralol20:24
jjovereatsUnderclocking to the max (or is it to the min)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!20:24
Consigliar2lewie20:24
FiNKucanthus13: that was my same impression... 1.8ghz20:24
ubuntuuseratjust a moment...20:24
RootMan212do you have enough memory to install backtrack 4?20:24
ubuntuuserat/etc/X11/xinit/xserverrc.old:exec /usr/bin/X -nolisten tcp "$@"20:25
Consigliarjjovereats to min20:25
canthus13akseya: The memory is slightly low, but my kid's 2ghz P4 with 512mb ram does pretty well with a standard desktop and normal effects.  Have you tested the hard drive?20:25
ubuntuuseratConsigliar but note the ".old" extension...20:25
Consigliarubuntuuserat ok; edit that file and delete the -nolisten tcp text20:25
Consigliarah20:25
jjovereatsConsigliar: lolololollolololol.20:25
ubuntuuseratConsigliar: i think i've already tried that, but i'll do it once again now, will be back in few minutes...20:26
Consigliarhold20:26
ubuntuuseratok20:26
Consigliarubuntuuserat change your nick to helpless :)20:26
akseyacat /proc/cpuinfo tells cpu MHz        : 800.00020:26
ubuntuuseratok20:26
akseyamaybe there is something missconfigured on bios20:27
Consigliarwth20:27
nucc33what sip phone is best for Gnone?20:27
Consigliarusers20:27
nucc33gnome?20:27
canthus13akseya: It's clocked down. run some flash apps and check again.20:27
Consigliarcant live with em nor without em20:27
FiNKuakseya: hmmmm is everything set correctly within your BIOS settings?20:27
akseyagoing to check20:27
akseyabe right back20:27
RootMan212umm what is suse linux?20:27
canthus13RootMan212: It's a distro put out by Novell.20:27
Consigliarmust have a lame client20:27
RootMan212ok20:28
RootMan212and what is a linux shell?20:28
Consigliarcan i politely troll for another dist?20:28
Consigliar:)20:28
ChiwauwaAny recommendation regarding the mounting of the NFS share during startup?20:28
Consigliarrc.local chi20:28
shcherbakRootMan212: suse is another camp, like red-hat, or Arch20:28
canthus13Chiwauwa: add it to Fstab20:28
DJones!offtopic20:28
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:28
ConsigliarDJones unauthorised delegation of denial :)20:29
ConsigliarDJones dont send a bot to do a user's job :)20:29
canthus13Chiwauwa: Are you familiar with fstab? If so, it's pretty simple.20:29
Consigliarhah20:29
_16BitSubsystem_Can someone tell me, which is the best version of ubuntu?20:29
_16BitSubsystem_I can't decide from 9.10 or 10.1020:29
KimLaRoux10.0420:29
Chiwauwacanthus13, I have it in fstab ... but it gives me a 'xyz is not ready yet' and then it is available when I log in.20:29
canthus13_16BitSubsystem_: I'm loving 9.10.20:29
frxstremdoes anyone know of a program (preferrably one that is pre-installed in Ubuntu) that can show custom dialogs from a command line shell?20:29
irais using 10,020:29
merlin2049erhey i get an error when trying to upgrade to 10.10 from 10.0420:30
ira10.1020:30
Consigliari cant name my non-buntu dist :(20:30
KimLaRoux_16BitSubsystem_, 10.10 has bugs, it's too young20:30
Consigliarlol20:30
Chiwauwacanthus13: I believe that it is a race condition.20:30
st___16BitSubsystem_, 10.10 as previous are unusabe20:30
RootMan212what is FreeBSD?20:30
Mel_Hullo everyone.20:30
merlin2049ercould not calculate the upgrade20:30
canthus13Chiwauwa: Hmm. That's odd. I have several NFS mounts, never seen that.20:30
shcherbakfrxstrem: gtk-dialog20:30
merlin2049ersomething like that20:30
_16BitSubsystem_wow20:30
ConsigliarRootMan212 a non-linux dist20:30
Consigliarheh20:30
_16BitSubsystem_that's dissapointing20:30
_16BitSubsystem_but is true. i prefer the 9.10 too20:30
ChiwauwaIt works with the same share on an upgrade 10.04 to 10.10 but it is a completely different hw20:30
irais using 10.10 64 bit with not problemos20:31
RootMan212Ony Boots In Shell After Its Installed?20:31
Consigliarfirewaterburnz lol on the nick20:31
firewaterburnzty20:31
Consigliaryw20:31
RootMan212and what is Konqueror?20:31
st__RootMan212, no gui or login manager20:31
Consigliarbowser20:31
frxstremshcherbak: couldn't find it, although it did help me find what I actually was looking for, which is this program called 'zenity' (I had just forgotten what it was called)20:31
st__RootMan212, pile of s...20:31
shcherbakRootMan212: kde web browser20:31
_16BitSubsystem_yeah, i can use the multiple screen in 9.10 but in 10.04 i can't20:31
RootMan212yes20:31
Chiwauwacanthus13, I've spent the last 3 hours on this :-s It seems to be a relatively common issue. Only hint I could find was autofs20:32
RootMan212and what is windows?20:32
canthus13Chiwauwa: Lemme paste you my fstab entry...20:32
ConsigliarRootMan212 a boot virus20:32
shcherbakRootMan212: kde web browser (superb one)20:32
_16BitSubsystem_because it seems like waves in the screens and very low resolution20:32
RootMan212its not20:32
RootMan212its an os20:32
akSeyafolks20:32
Consigliarwhois?20:32
akSeyathere is something changing the clock speed on ubuntu20:32
canthus13Chiwauwa: 192.168.1.4:/root/sdb1 /home/canthus13/Bob/sdb1 nfs rsize=8192,wsize=8192,timeo=14,intr,auto20:32
ConsigliarRootMan212 bs :)20:33
firewaterburnzhello community, I Am about at the end of my rope trying to get a wireless usb dongle to work in mythbuntu, does anyone out there have any experience with such things that might offer assistance?20:33
akSeyaafter boot it was 1600mhz20:33
akSeyanow its 800 again20:33
ChiwauwaakSeya, did you find some GHzsss?20:33
shcherbakfrxstrem: funny, just had eiphany (zenity -- remmember)20:33
canthus13akSeya: The processor will clock itself down to consume less power, and then clock back up when you need it.20:33
akSeyaChiwauwa: yeap.. its 1.620:33
_16BitSubsystem_Consigliar: do you mean microsoft windows?20:33
Consigliares20:33
Consigliaryes20:33
akSeyathe notebook battery is f#cked.. it is always on a power outlet20:33
_16BitSubsystem_Consigliar: lol lol20:33
Consigliar:)20:34
st__!ot20:34
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:34
akSeyais there a way to set it to be always full speed?20:34
canthus13akSeya: Hmm.. there's a utility. I don'20:34
RootMan212what is macintosh?20:34
FiNKuakSeya: that's not recommanded20:34
ConsigliarakSeya in the bios or kill a freq daemon20:34
canthus13akSeya: I don't remember what it's called, though.. and it'll cause the laptop to overheat.20:34
ConsigliarakSeya rae you on lappy :)20:34
Chiwauwacanthus13, looks similar to mine ... 2 sec and I'll post mine20:34
akSeyaConsigliar: yeap20:34
Consigliarok ignore me then.20:34
RootMan212what is a apple mac?20:34
ConsigliarRootMan212 cooking food20:35
canthus13RootMan212: a toy computer.20:35
ConsigliarRootMan212 demlib device20:35
akSeyahum.. i forgot about the heat20:35
ConsigliarRootMan212 ozone breathing hw20:35
irahas a lemur ultrathin20:35
RootMan212Consigliar, Its An OS20:35
akSeyawell.. going to let things like this :)20:35
canthus13ira: Nice....20:35
shcherbakakSeya: google termal scaling ubuntu (and have common sense)20:35
Consigliarrotman911 bs ;)20:35
irai love it20:35
helplessatConsigliar: expectably that did not work20:35
Consigliarhelplessat ok; umm...20:35
RootMan212Do You Mean Macintosh?20:36
Tm_TConsigliar: RootMan212: please stick in ubuntu support in this channel20:36
akSeyathanks guys20:36
akSeya:)20:36
ConsigliarTm_T no levity allowed?20:36
RootMan212What Is Macintosh?20:36
FiNKuakSeya: by any chance did you have a look at xubuntu, it suited for older machines20:36
canthus13RootMan212: http://www.apple.com20:36
ConsigliarTm_T all geek and no fun makes geek a four letter word :)20:37
shcherbakRootMan212: do you reALLY NEED TO DO IT?20:37
akSeyaFiNKu: it's for my sister.. Ubuntu is friendlyer20:37
Chiwauwacanthus13: 192.168.0.7:/volume1/RecordedTV  /var/lib/mythtv/recordings/nas  nfs   soft,intr,rsize=8192,wsize=819220:37
akSeyashe is used to windows.. will be her first time on linux20:37
st__ops are sleeping?20:37
RootMan212currently i dont have a mac computer20:37
firewaterburnzhello community, I Am about at the end of my rope trying to get a wireless usb dongle to work in mythbuntu, does anyone out there have any experience with such things that might offer assistance?20:37
Tm_TConsigliar: this is busy channel wnough (:20:37
geepeedoes anyone use compiz-switch? I'm having a hard time getting it to work in 10.10.20:37
FiNKuakSeya: ah k! that makes a difference ;)20:37
ConsigliarTm_T less than ten are active by my cnt20:37
canthus13Chiwauwa: Add timeo=14 and see how that affects it.20:37
RootMan212how do i activate visual effects on kde?20:38
helplessathi everybody, i'm still having issues disabling "-nolisten tcp" in my ubuntu 10.04 (please feel free to ask for more details if needed)20:38
almostsixI'm having keyboard problems. I'm running Lucid Lynx, converted from Xubuntu using http://www.psychocats.net/ubuntu/puregnome. I had the problem before, too. The problem is that, occasionally, keyboard input is ignored entirely. Changing the focus somewhere else and then back again fixes it.20:38
Consigliarhelplessat well, you have to grep for the text whereever; use slocate too to find the right file to edit20:38
Chiwauwacanthus13, just at the end or does it has to be in a specific order?20:38
st__almostsix, it's not a xubutu problem20:38
canthus13Chiwauwa: The end should suffice.20:38
RootMan212How Do I Activate Visual Effects In KDE?20:38
ChiwauwaI'll try20:38
_16BitSubsystem_RootMan212: I guess is the same, like in Gnome.20:39
tripelbshcherbak, re sound in youtube. Right now  in FF Jon Stewart is white and I get sound only. (lets be specific)20:39
FiNKualmostsix: did you get any errors dumped into logs?20:39
RootMan212Tell The Instructions20:39
dividedifconfig down eth0 gives me an "unknown host" error - help?20:39
helplessatdo you know an improvement of the command i've tried, but cancelled bcs. it took pretty long?20:40
shachafdivided: "eth0 down"20:40
helplessatsudo find / -type f  2>/dev/null -exec grep -l nolisten {} \;20:40
Consigliarhelplessat slocate [file]20:40
dividedshachaf: durrrr thanks :)20:40
_16BitSubsystem_RootMan212: Well, actually i'm using a Debian distribution20:40
yeatsRootMan212: try #kubuntu for KDE stuff20:40
canthus13Chiwauwa: ...Are you mounting over wireless by any chance?20:40
shachafhelplessat: Do you really need to look at every single file in the system?20:40
tripelbshcherbak, 4!consonants.in.a.row. I have had the entire computer jam up from chrome today. I closed all the windows and checked it with top to make sure it was dead.20:40
akSeyathank you all.. got to go show my syster's new OS for her ;)20:40
almostsixFiNKu: Where and how would I check that? A friend of mine looked into that once, and found something. I can't remember how, though20:41
helplessatshachaf: not really, but i have no better idea :(20:41
Chiwauwacanthus13, yes, right now I am20:41
Consigliarshachaf he needs *xserverrc*20:41
canthus13akSeya: Hope she likes it.20:41
Chiwauwacanthus13, but it is not wireless from the machine that mounts20:41
canthus13Chiwauwa: depending on your network conditions, you might need to up that 14 some more. the value is in tenths of a second.20:41
Consigliarshachaf for an inittab x11 startup, to rm "nolisten tcp"20:41
Syngresshi can anyone tell me wtf is that : CRON[2053]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm) ?20:41
shcherbakhelplessat: from forum edit /etc/gdm/gdm.conf.20:41
FiNKualmostsix: check your logs within /var/log/20:41
shcherbakhelplessat: Where it says "DisallowTCP=true" you want "DisallowTCP=false". Don't disallow TCP, allow it.20:42
=== jeff_ is now known as Guest65212
Guest65212Anyone in here running ubuntu on a nv52 gateway laptop?20:42
helplessatshcherbak: i'll look for it now...20:42
Consigliarwhy is nolisten not need?20:42
Chiwauwacanthus13, still a problem with 14.20:42
Consigliarneeded?20:42
canthus13Chiwauwa: Hrm...20:42
helplessatconsigliar: i need to display gui applications from another hosts...20:42
Jezekhow can i create a dev version of my site that uses the same cake folder but a different app folder?20:42
Consigliarhelplessat ok20:43
Chiwauwacanthus13, I'll try to increase it. The two machines will be connected via GBit when I have the system ready but right now they are connected via Sonos units20:43
jjovereatsSymlinks20:43
shcherbakhelplessat: still searching20:43
shachafA somewhat-strange networking question: If I have two ethernet cards on the same subnet, how is that supposed to work? If I connect to a host on that subnet, how is it decided which card it'll go over?20:43
Guest65212Could someone help me I have a nv52 laptop the speakers work, but the audio jacks in the front dont20:43
helplessatConsigliar, shcherbak: can you provide me a sample gdm.conf ?20:43
Consigliarnot i20:43
jjovereatsGuest, you need to check settings.20:43
helplessatvia nopaste or something20:43
FiNKushachaf: depends what you want to achive, are you after bonding the two nics?20:43
helplessatConsigliar ok20:44
Consigliarhelplessat did you find that file?20:44
Guest65212jjovereats, you mean me?20:44
jjovereatsyes20:44
helplessatit does not exist (gdm.conf) gonna search for a sample file on the whole file system20:44
Consigliark20:44
Consigliarhelplessat in /etc first20:44
Guest65212jjovereats, i have already checked my audio input on the side of my laptop isnt working20:45
shachafFiNKu: That's a possibility, but I'm running a very parallel program that can just distribute itself and connect to two IPs, which might be preferable.20:45
Chiwauwacanthus13, trying now with 5020:45
Guest65212jjovereats, it counts is as an output but not input where I plug in my headset20:45
shachafFiNKu: I've also been running into some latency issues which I'm not sure whether bonding will solve.20:45
jjovereatsCannot help you there. If it's USB, set it up that ay. If it's two jacks, plug them in.20:45
Guest65212Its jacks and plugging in doesnt work, thats why I was hoping someone had a nv52 laptop20:46
firewaterburnzIs there a way in umbuntu to manually assign a driver to a usb device?20:46
jjovereatsI'm ATi/Intel Azalia with AMD Sempron.20:46
Chiwauwacanthus13, thank you ... but it is still 'angry' at me and stops with a dialog during boot up. I doubt this is going to solve the issue.20:46
almostsixFiNKu: Well, I have lots of logs there. Which ones are probably relevant?20:46
FiNKushachaf: well bonding is just improving availabilty, you're not increasing bandwidth.20:46
shachafFiNKu: Oh. In that case I don't want bonding.20:47
firewaterburnzIs there a way in ubuntu to manually assign a driver to a usb device?20:47
FiNKualmostsix: i would start by looking in messages.log in about the time you had the issue20:47
jjovereatsfirewaterburnz: That's debian stuff.20:47
firewaterburnzr u saying debian can but ubuntu can not jjovereats?20:48
jjovereatsNo, but I am saying it's harder than debian. Ubuntu is supposed to be user friendly.20:48
FiNKushachaf: I'm not 100% sure about this, but I think your source IP would always be the first interface listed within the subnet required, prob thus eth020:48
jjovereatsIt's Ubuntu, not umbuntu.20:48
ChiwauwaConsigliar, did you propose to mount in rc.local?20:49
almostsixFiNKu: Okay. I found this: http://pastebin.com/day5vBCh20:49
RootMan212ok20:49
shachafFiNKu: Well, that somewhat defeats the purpose, doesn't it? :-)20:49
shcherbakhelplessat: another file to obliterate /etc/X11/xinit/xserverrc (remote -nolisten tcp option)20:49
firewaterburnzI Know, thats why I retyped it20:49
RootMan212im installing fusion-icon20:49
shachafFiNKu: It looks like one possibility is putting the cards on two different subnets.20:49
FishFaceWay to connect to PC Anywhere without a lot of fuss?20:49
shachafFiNKu: Another would be messing with the routing table, I guess?20:49
jjovereatsPulseaudio-networking keepalive with XChat  on the dell.20:49
ConsigliarChiwauwa yes20:49
RootMan212ok im goung to shup down my virtual machine20:50
RootMan212going20:50
RootMan212bye20:51
shcherbakFishFace: do you run PC Anywhere on linux?20:51
ChiwauwaConsigliar, Ok, will try. Thanks20:51
FishFaceshcherbak: I need to connect to one. I only see the sharing software linux to linux20:51
FiNKushachaf: yep defualt gateways20:52
LoganJRuffcollabra, That's what I was thinking - because he parted it in windows. Windows is a bit of a selfish child and likes to make sure he's not parting the room for Linux, or anything else Windows doesn't approve of and; therefore, will continue to keep the room allocated20:52
LoganJRuffoops, my bad collabra20:52
LoganJRuffscroll fail20:52
collabraLoganJRuff: np20:52
Jezekanyone know how to do that? make 2 cake installs use same cake dir?20:53
FiNKualmostsix: which version of ubuntu are you using?20:53
collabraLoganJRuff: i thought i was having a major case of deja vu.20:53
LoganJRufflol!20:53
shcherbakFishFace: use more popular protocol (ftp ssh)20:53
yeatsJezek: you might try ##php20:53
doebro_Fuck my ass.20:54
firewaterburnzmkay....so I have my Driver working in Modprobe, and I can see my wireless dongle in lsusb....................how do I marry them together to get the OS to recongnize it as a wireless network device and assign it a name such as rausb0 or wlan0? It does not seem to want to do it automatically.20:54
LoganJRuffI iz in j00r headz, steelin' j00r sanityz20:54
doebro_FUCK YOU20:54
doebro_ferpfr20:54
doebro_[es20:54
doebro_d20:54
doebro_ed20:54
FloodBot3doebro_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.20:54
LjL!ops | doebro_20:54
ubottudoebro_: 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!20:54
shcherbakFishFace: check (google) netcat to pc anywhere, maybe...20:54
jjovereatsJezek: Use symlinks.20:54
helplessatConsigliar, shachaf: wow, i've just added following two lines in --->   /etc/gdm/custom.conf      and all works now! ty20:54
almostsixFiNKu: 10.04.20:54
helplessat[security]20:54
helplessatDisallowTCP=false20:54
=== casa is now known as Ceno3x
netsurf3hey guys is it possible to safely reinstall all or many packages incase files have become corrupt. this is without performing a fresh install20:55
unop_!reinstall20:55
ubottuTo renew the configuration of a package when installing, sudo apt-get remove --purge <package> && sudo apt-get install <package>. Note that you will lose ALL config files for that package. WARNING: This is dangerous, don't do this with core packages20:55
Ceno3xhey guys. I'm running lucid lynx, I'd like to install the latest nvidia drivers. is there a ppa?20:55
helplessatshachaf: but you get more "points", bcs. you've mentioned DisallowTCP=false20:55
shachafhelplessat: That wasn't me.20:55
LjLnetsurf3: that might be possible, but consider using the package "debsums" to find out just which packages are corrupted20:55
jjovereatsno cursing plz20:56
shcherbakhelplessat: not my nick, but ty20:56
shachafhelplessat: At any rate, I don't think this is really about "points". :-)20:56
helplessataaa yea, sorry20:56
FiNKualmostsix: are you using a MS wireless keyboard by any chance?20:56
helplessatbut i think what you know what i mean... ;)20:56
helplessatcheers :)20:57
shcherbakshachaf: rivalisation spirit, meh20:57
almostsixFiNKu: I'm not. I'm on a netbook (MSI Wind).20:57
Jezekoh20:57
Jezeksymlinks can i use those on shared hosting?20:57
ActionParsnipJezek: if the technology you are using supports them, sure20:58
Jezekoh20:58
ActionParsnipJezek: some (like ftp) have options to honour them20:59
Jezekand if they dont?20:59
Ceno3xguys, no help with installing the latest nvidia drivers?20:59
FiNKualmostsix: not sure if this can help in 10.04 but did you try to stop the hotkey-setup process? [sudo /etc/init.d/hotkey-setup stop]21:00
MalelDraconisI can't seem to get Wine progs to connect to the net, any ideas?21:01
almostsixFiNKu: I get a 'command not found' when I try that.21:01
ActionParsnipCeno3x: which release/21:01
ActionParsnipJezek: not sure21:02
netsurf3LjL fantastic find! its running now. Any way I could purge all the config data ie a reinstall without the install time21:02
Guest36178ubuntu en español?21:02
ActionParsnip!es | Guest3617821:02
ubottuGuest36178: 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.21:02
Ceno3xActionParsnip, 10.04, is there a ppa with the latest nvidia driver? version 260 according to the nvidia website21:02
FiNKualmostsix: hmmm k21:03
ActionParsnipCeno3x: https://launchpad.net/~ubuntu-x-swat/+archive/x-updates21:03
=== Shishire is now known as Shishire|Away
Ceno3xActionParsnip, thx a lot!, should I expect any sort of problems with this?21:04
ActionParsnipCeno3x: shou;d be fine21:04
LjLnetsurf3: i'm not aware of a way, though can't exclude there is one21:04
G1Bs0Nanyone help with Mount samba shares with utf8 encoding using cifs21:04
Ceno3xActionParsnip, alright, gonna give it a try, thanx for the help. let us pray21:05
G1Bs0NI can not  get access to these shares and i have been using smb and cifs any other suggestions?21:06
divideddoes wpa_supplicant support wpa2 personal?21:06
ActionParsnipG1Bs0N: http://ubuntuforums.org/showthread.php?t=7961221:06
FiNKualmostsix: by any chance do you get the same issue from over an external keyboard (USB) ?21:07
jjovereatswhy is everybody going/joining21:08
almostsixFiNKu: I'll check and see21:09
G1Bs0NActionParsnip : i have tried that21:09
G1Bs0Nis there other routes like using net time rap commands21:09
FiNKualmostsix: I've bumbed into a reported bug [Bug #517653] which is almost identical to yours. They have reported that by using an external keyboard the problem fades away21:10
wedsonI'm lost here!!!!21:10
almostsixFiNKu: I still get the problem, in the same way.21:10
guntbertdivided: yes21:11
austin_#xbins21:11
FiNKualmostsix: same errors dumbed too?21:11
G1Bs0Nmeh I have been working on this for days my deadline is up21:11
guntbertjjovereats: you can tell your client to ignore the joins/parts21:11
jjovereatsXChat-GNOME.21:12
dividedguntbert: having problems with wpa_supplicant on ubuntu 10.04 - RSA: not in suitable state for new pre-authentication21:12
G1Bs0Nanyone use SOCAT?21:12
LunaVoraxHello everyone21:12
LunaVoraxWhen I type "su" in the terminal, it ask for my root password, but it doesn't work when I type it21:12
guntbertdivided: sorry, for me it "always worked" - so no bug sqashing experience ... :-)21:12
slooksterpsvcan someone help with kernel compiling and aufs - issue is I've compiled the kernel to add Reiser4 support, I want to make a livecd but in the kernel options I don't see aufs nor do I find a patch for aufs, what am I missing? I want to boot off of a live cd21:13
jjovereatsBecause sudo is the root for Ubuntu.21:13
guntbertjjovereats: use xchat instead21:13
jrib!root | LunaVorax21:13
ubottuLunaVorax: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo21:13
shcherbakLunaVorax: rather use sudo21:13
almostsixFiNKu: hm, not that I can see. But, I also can't really correlate the timing of the other error messages with when I get the problem.21:13
jjovereatsNo.21:13
ActionParsnipLunaVorax: use: sudo -i21:13
=== rocket16 is now known as liquid
dividedguntbert: np thx21:13
LunaVoraxshcherbak, i use su because sudo doesn't work21:13
guntbert!who | jjovereats21:13
ubottujjovereats: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)21:13
=== liquid is now known as rocket16
LunaVoraxworks ActionParsnip thank you very much !21:13
ActionParsnipLunaVorax: su doesn't work as the root account is disabled and should be forgotten21:14
LunaVoraxOk21:14
ronghailseriously that is only confusing for someone new to irc or a slow reader21:14
jjovereats!who | guntbert21:14
ubottuguntbert: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)21:14
jjovereatslool21:14
FiNKuyou can leave a terminal window open and type tail -f <log file name> in order to always see latest logs21:14
st__root account cannot be disabled as it render system unusable21:14
guntbert!botabuse > jjovereats21:14
ubottujjovereats, please see my private message21:14
ronghailwow all that noise talking to the bot is why it is hard to keep up21:15
G1Bs0Nanyone who  is good with smb and cifs or socat pm me21:15
guntbertst__: that is not entirely true: the account stays but login to it is disabled21:15
ActionParsnipst__: it is disabled, you can't use it or log on as it in a normal install21:15
slooksterpsvcan someone help with kernel compiling and aufs - issue is I've compiled the kernel to add Reiser4 support, but I need aufs so I can do a live cd, but I can't find an aufs patch anywhere, how can I get aufs into the kernel?21:15
* jjovereats hates PMs21:15
guntbertronghail:  Do you have an ubuntu support question?21:16
st__so you need to reboot if your system run into trouble, as common with ubuntu instead of just switching console21:16
danielddt1Hi, I want to run a command in X hours, How can I achieve this with the console?21:16
Omen_20Is it possible to use Rhapsody very well with Ubuntu?21:16
jjovereatssudo apt-get install common-sense21:16
ronghailslooksterpsv:  I tried building the aufs-patched kernel which went fine, but I had trouble building the aufs-util.  you just need to google aufs for all the instructions on how to build it21:16
neizso I heard there was a 200 lines of code patch which increased system stablity at high use.  Does it work?21:17
slooksterpsvronghail: ok ick, I hate this21:17
ronghailguntbert:  when I need your help I will prefix your name, thanks21:17
guntbertst__: no, why do you think so?21:17
ronghailslooksterpsv:  yeah it is strange that it is so hard.  but apparently the people in charge of kernel patches won't allow it to be included21:17
shcherbakst__: not really, amin group is fair enought for most of problems21:17
almostsixFiNKu: There isn't anything in messages at the exact time of the problem, as far as I can tell. The majority of messages (besides everything associated with booting up) is just like that excerpt I put on pastebin, though.21:18
* jjovereats leaves only the keepalive system running for ##pulseaudio-networking21:18
slooksterpsvronghail: do you know of anyway I can convert my FS or even transfer the data to it then modify grub to use the partition that the data and new fs is on?21:19
guntbertjjovereats: please drop those off-topic/nonsense comments21:19
ActionParsnipdanielddt1: use: sleep 3600; command     the sleep value is in seconds, obviously change command for the command you want, or you can use the 'at' command21:19
KimLaRouxdanielddt1, use the command sleep21:19
danielddt1ActionParsnip: KimLaRoux: Thanks! I only looked for some cronjob approach.21:20
danielddt1I'll use the sleep, thanks21:20
ronghailslooksterpsv:  I am not sure what you are trying to do.  reiser or livecd?  there is a site that will give you a livecd kernel, let me find it21:20
ActionParsnipdanielddt1: https://help.ubuntu.com/community/ClamAV   has a good example of at's use21:20
ronghailslooksterpsv:  http://www.linux-live.org/21:20
ActionParsnipdanielddt1: at uses the cron daemon but for one shot only21:20
KimLaRouxdanielddt1, example of usage: #sleep 10s && uname -a21:21
fedehi21:21
ActionParsniphi fede21:21
danielddt1Ok, Thanks :)21:21
danielddt1And now for a second question: I want to suspend (not hibrenate) my computer. I've looked for commands for the console, but all the things I found were very long and complicated, I wondered whether there is some simple command to suspend the system?21:21
shcherbakdanielddt1: pm-suspend21:22
geboyhow can i COMPLETELY remove the graphical user interface from ubuntu?21:22
FiNKualmostsix: you need to locate what is causing the issue, tailing the logfiles can be a method21:22
shcherbakdanielddt1: or get acpitools21:22
ActionParsnipdanielddt1: http://ubuntuforums.org/showthread.php?t=41057021:22
geboyi want to convert my ubuntu to server21:22
LjLgeboy: define "completely"... removing the package "xorg" will make it not start anymore, and i guess remove several other X-related things, but it won't automatically remove all the GUI programs and libraries21:22
ActionParsnipdanielddt1: if you put the command in a script you can then just call the script21:23
Random832removing xlibs is probably a good start21:23
LjLgeboy: i'm not sure what you should remove to get the most dramatic effect... xlibs or something, i guess?21:23
almostsixFiNKu: Okay. I've been looking through various ones, and none have fit so far. I'll keep searching, though21:23
Random832also try the deborphan tool - it'll show you what things are installed that have no dependencies21:23
blockyHow can I get the digital SPDIF output on my onboard IEC958 sound card working? I'm on 10.1021:23
danielddt1Thanks everyone again! If I combine the 2, then its: "sleep 3600s && pm-suspend", right?21:24
shcherbakgeboy: server use different kernel, besides of all configs to be rewritten, see !minimal21:24
JoshuaLhello, when i plug in my screen via hdmi it has no sound, i tried setting several options in the sound manager without luck. how can i solve this? nothing is muted in alsamixer21:25
merlin2049erwhats up21:25
shcherbakdanielddt1: pm-suspend goes with sudo (?)21:25
danielddt1Oh, so it should be:21:26
danielddt1sleep 3600s && sudo pm-suspend21:26
geboyLjL: i want to remove all the program that uses graphic21:26
danielddt1But then, I'll have to enter the password then..21:26
geboy!minimal21:26
=== Guest66196 is now known as zkriesse
ubottuThe Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want (the installer is like the one on the !Alternate CD). See https://help.ubuntu.com/community/Installation/MinimalCD21:26
ActionParsnipdanielddt1: sure, 3600 = 1 hour21:26
KimLaRouxdanielddt1, you can use #sleep 2h, see #sleep --help21:26
shcherbakdanielddt1: rather run whole script with sudo21:27
ActionParsnipdanielddt1: you will need to keep the terminal OPEN which you execute the command in, I also suggest to suffix the command with an ampersand21:27
danielddt1I think I have a simple solution21:27
ActionParsnipdanielddt1: this will put the command in the background and let you have the terminal back21:27
halabundHi, just installed 10.10.  How can I make WinXP boot by default (not Ubuntu)?21:27
michaelxqdo you have any good download manager in mind? (like IDM for windows)21:27
danielddt1I'll just do "sudo screen"21:27
geboyok, if i need to reinstall my box, any way to backup the configs? like migrating things to the new installation?21:27
danielddt1sleep 2h && pm-suspend21:28
Seveasgeboy, remove the libx11-6 library. That should get rid of most gui things.21:28
tacomasterok i know this should be in #winehq but no one there is responding and i have ubuntu 10.10 when i downloaded wow no errors every thing worked but when i click play it makes the resolution get bigger as it normally would then it just goes grey and says that it has stoped responding. any ideas would be great21:28
slooksterpsvronghail: I think I got it, in case someone else asks, I'm doing it by copying everything to the drive that is going to be my reiser4 http://www.sourcemage.org/HowTo/Reiser421:28
shcherbakdanielddt1: should work, but not elegant (who cares)21:28
KimLaRouxlol... #sleep 10s && ejec & is fun XD21:28
KimLaRouxeject*21:28
maveasCan someone please highlight me? Just need to test a setting in irssi ..21:29
geboySeveas: how much efficiency i will retrieve from that acction, approximately?21:29
ActionParsniptacomaster: have you consulted the appdb? Theres a VERY comprehensive install how to21:29
SeveasKimLaRoux, while true; do sleep 20; eject; done21:29
ActionParsnipmaveas: sup21:29
Seveasgeboy, none whatsoever.21:29
maveasThanks21:29
MalelDraconisI can't get Wine progs to access the net, anyone know how to fix this?  I tried updating Wine to the latest version, but no difference21:29
michaelxqdo you have any good download manager in mind? (like IDM for windows)21:29
guntbertmaveas: in the future use #test for that please :-)21:29
shcherbakgeboy: tar -cf ~/.* how about it?21:29
tacomasterActionParsnip: yes i used the wine appdb that is how i installed it21:30
maveasguntbert: Thanks21:30
ActionParsnipmichaelxq: jdownloader and uget are 2 I can think of quickly21:30
karthick87How to create deb installer from tarballs?21:30
geboyshcherbak: whats that?21:30
ActionParsniptacomaster: cool21:30
merlin2049erwhats new21:30
Seveas!packaging | karthick8721:30
ubottukarthick87: The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports21:30
michaelxqActionParsnip, thks21:30
shcherbakgeboy: back up plan, very rought21:30
joeyeyemichaelxq, for what platform ? Firefox ?21:30
ActionParsnipkarthick87: if its source, compile the source then look into checkinstall21:30
michaelxqyes21:30
geboytar: /home/server/.: Cannot open: Is a directory21:30
geboytar: Error is not recoverable: exiting now21:30
geboythats what happen21:31
michaelxqjoeyeye, yes..21:31
joeyeyemichaelxq, I like DownthemAll plugin21:31
KimLaRouxoh I didn't know about ;, that's neat, thanks21:31
karthick87ActionParsnip: what is checkinstall...??21:31
geboySeveas: bottomline is i really need to re install my box right21:31
=== parrot is now known as Guest42847
michaelxqjoeyeye, actually i need it to download from hotfile and rapidshare ( multiple links)21:32
Guest42847hola21:32
michaelxqjoeyeye, do you think it will work?21:32
Seveasgeboy, no, why should you? Just leave the extra packages installed or use debfoster to clean up a bit21:32
shcherbakgeboy: tar -cf archive.tar ~/.* sorry, carefull.21:32
MalelDraconisSorry for asking again, but I'm not able to get Wine programs to access the net, how do I fix this?21:32
=== ring2 is now known as ring0
=== anonymous1234 is now known as janissary
Seveasshcherbak, geboy that tar command is VERY WRONG21:32
ActionParsnipkarthick87: it makes debs from compiled source21:33
Seveasthat includes ~/.. i.e. /home21:33
joeyeyemichaelxq, free or paid for hotfile and rapidshare ?21:33
john38shcherbak, you there21:33
michaelxqjoeyeye, paid21:33
Seveasto backup all dotfiles, use this: tar zcvf ~/dotfiles.tar.gz ~/.??*21:33
geboySaveas: ok, won't go there yet21:33
shcherbakSeveas: it does? /home ?21:33
almostsixFiNKu: I don't see anything. I've checked all of the log files, I believe. I've certainly checked all of the ones that don't seem absurd.21:33
shcherbakjohn38: for a bit21:33
joeyeyemichaelxq, so good question, I don't think it is especially aware of rapidshare and hotfile, but it will work for sure21:33
merlin2049erwhats new21:34
Seveasshcherbak, yes. ~/.* includes ~/.. which is /home21:34
john38shcherbak, are firmware files supposed to be 0 bytes21:34
shcherbakjohn38: no, you get raw21:34
Seveasjohn38, only extremely efficient firmware :-)21:34
geboySeveas: what do you mean leaving the extra package. i actually want to remove things i don't need quickly, i'm running a virtual machine and LAMP and Radius in one box :)21:34
merlin2049ersup21:34
Seveasgeboy, then use debfoster to clean up21:35
merlin2049eri've got trouble upgrading to 10.1021:35
michaelxqjoeyeye, thanks for the help mate21:35
Seveasit's a very nice tool21:35
shcherbakSeveas: silly of me, but still it does not have permissions21:35
geboythats all this pc will do, but i need the most minimal gui to mess around since i'm not yet familiar with the terminal commands21:35
joeyeyemichaelxq, FreeRapid is good I've heard21:35
merlin2049erwhats freerapid?21:36
Seveasshcherbak, just never do .* for dotfiles. At one point you try to rm dotfiles as root and will wipe more than you wanted :)21:36
electrofreakSeveas, been there, done that :-P21:36
Seveaselectrofreak, you're not the only one :)21:36
SeveasI've never done it myself, but had the pleasure of seeing a colleague wreck a server :)21:36
Chiwauwacanthus13/Consiglier: adding 'hard' to fstab seemed to do the trick. I took a long detour due to the fact that I at some point had added a ' to the top of the file :-s A message is now shortly shown and then the boot procedure is continuing ... I guess it manages to get connected and the continues. Thank you.21:37
shcherbakSeveas: yes, good lesson, does exlude help here?21:37
intraderAnyone, slow YouTube sound/video Ubuntu Maverick on T61p laptop compared to Windows Vista on lesser machine R61 laptop21:37
jjoozsh helps :)21:37
Seveaslaptop crashed while ssh'ed to a server where he had vim open with lots of open files. He thought he'd remove vims swapfiles with rm .* :)21:37
geboygonna try that debfoster. thanks alot Seveas, shcherbak21:38
electrofreakSeveas, yea, I did it several years ago. right after I hit enter I was like "Oh shiiiii..... Ctrl+C+C+C+C+C!!!!"21:38
merlin2049erwhats with "could not calculate the change?"21:38
merlin2049eri can't upgrade21:38
Seveasmerlin2049er, that means you've confused apt. What are you trying to do?21:38
ActionParsnipintrader: what windows does is of no value, its a different OS with different support21:39
merlin2049erupgrade to 10.10 from 10.0421:39
Seveasand how are you doing that?21:39
merlin2049erusing the built in upgrade button21:39
merlin2049erwhen i check for updates21:39
Seveasok, then you're at least trying to do it the right way :)21:39
merlin2049erk21:40
Seveasthe error message says more than not being able to calculate. Can you pastebin the complete error?21:40
merlin2049ershould i download the iso21:40
merlin2049erhmm, where would i find that21:40
ActionParsnipintrader: can you give the output of: uname -a; lsb_release -a; dpkg -l | grep flash; dpkg -l | grep swf; dpkg -l | grep gnash     use http://pastie.org to give the output21:40
electrofreakanyway... does anyone have experience with Overclocking Phenom II in Linux? I've bumped the multi upto 18.5x for 3.7GHz, but as soon as I go to 19x, Cool n quiet disables. So then I decided to start bumping up the FSB (my goal is 4.0GHz), but when I boot Ubuntu, /proc/cpuinfo seems to indicate it is still only at 3.7 (when I add load, of course)21:41
intraderActionParsnip, true, but I don't enjoy youtube on ubuntu maverick. the sound is properly synchronized with the video. So when I watch youtube I use the less powerful R61 machine running Windows Vista. I think ubuntu should do better.21:41
ActionParsnipmerlin2049er: use the server upgrade method on the upgrade page, you need to edit one file first so it looks for normal upgrades rather than wanting to stick to LTS releases21:41
merlin2049erwhat server upgrade method?21:41
Seveasmerlin2049er, in the same place as where you see that error. Maybe a more info button? (Sorry, I don't know that gui very well, I upgrade from the CLI)21:41
ActionParsnipintrader: ubuntu can and does, we just need to do some investigating21:41
merlin2049erok, how do i upgrade from cli21:42
merlin2049eri think i got the same problem with the cli21:42
ActionParsnip!upgrade | merlin2049er21:42
ubottumerlin2049er: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade21:42
ActionParsnipmerlin2049er: did you edit the releases file?21:42
=== kylebiddle is now known as KyleX
Seveasmerlin2049er, sudo do-release-upgrade21:42
merlin2049erno21:42
=== KyleX is now known as kyleb
ActionParsnipmerlin2049er: thats why, the updater is looking for LTS releases, maverick isnt LTS so will be ignored21:42
=== kyleb is now known as kylebiddle
intraderActionParsnip,  please, that would be wonderful. This list is going by so fast that I don't see the previous command you want me to execute.21:43
=== kylebiddle is now known as KyleX
XenoPhoenixHi guys, I have a x64 10.10 server install on a gigabyte GA6KIEH-RH board, ALC883 audio. I'm trying to get surround sound working for xbmx however however alsa mixer does not show any other channels than front? Any help is appreciated :)21:43
ActionParsnipintrader: scroll up21:43
intraderActionParsnip, oh!21:43
merlin2049erok hold on21:44
merlin2049erthird party sources disabled21:44
merlin2049erso far21:44
ActionParsnipXenoPhoenix: doesnt xbmc need an x server?21:44
XenoPhoenixActionParsnop: yeah I have one install one it :)21:45
XenoPhoenixinstalled even21:45
merlin2049erhow do u edit the release file?21:45
ActionParsnipXenoPhoenix: so why install server, when you wanted a desktop OS?21:45
ActionParsnipmerlin2049er: gksudo gedit /path/to/file21:46
halabundJust installed Ubuntu 10.10 (dual boot with XP).  Now the computer won't boot at all, all I get is "grub: out of disk".  (I booted from the live cd now...).  What can I do?21:46
merlin2049erwhat's the file called?21:46
ActionParsnipmerlin2049er: its in the release notes, read the notes and you will find the file, thats why i gave the link....21:46
XenoPhoenixActionParsnip: I don't want a desktop OS, I don't use it as a desktop it's primarily a fileserver / but considering it sits in my living room and hosts all my media it makes sense to use it for XBMC too considering it is perfectly capabale :)21:46
merlin2049eric21:47
f8ejfHello. Anybody knows if/why the uinput module is missing in the 2.6.35-22-generic kernel in Maverick?21:47
ActionParsnipXenoPhoenix: the whole idea of the server is to NOT have an x server to reduce used resources and to improve security21:47
merlin2049erstill downloading something21:47
ActionParsnipXenoPhoenix: a fileserver does not need any special stuff so using the server OS for that is really obscure21:47
electrofreakanyway... does anyone have experience with overclocking Phenom II in Linux? I've bumped the multi upto 18.5x for 3.7GHz, but as soon as I go to 19x, Cool n quiet disables. So then I decided to start bumping up the FSB (my goal is 4.0GHz), but when I boot Ubuntu, /proc/cpuinfo seems to indicate it is still only at 3.7 (when I add load, of course). Is that display simply not accurate when the dynamic clocking is going on? or is my FSB ac21:48
electrofreaktually only at 200MHz even after I increased it in the bios?21:48
intraderActionParsnip, http://pastebin.ubuntu.com/534713/21:48
Xplat_Hi, does anyone know of a recent program for ubuntu that emulates Mac OS X and Windows?21:49
XenoPhoenixActionParsnip: I do a lot more that just that on it, that isn't really the issue here and desktop doesn't make a difference anyway as i tested with a live CD to see if it was a server kernal issue anyway21:49
ActionParsnipintrader: try: sudo apt-get --purge remove flashplugin-installer; sudo apt-get --purge autoremove; sudo apt-get clean; sudo apt-get update; sudo apt-get install flashplugin-nonfree21:49
k23Xplat_: you mean virtualbox?21:49
ActionParsnipXenoPhoenix: use the alsainfo script on the sound troubleshooting page, may help21:49
halabundJust installed Ubuntu 10.10 (dual boot with XP).  Now the computer won't boot at all, all I get is "grub: out of disk".  (I booted from the live cd now...).  What can I do?21:50
merlin2049erok i got the same thing from the command line21:50
ayushis there a linux equivalent for the Mac OS X spotlight?21:50
greezmunkeyk23: I think Xplat_ wants an emulator, like meybe he doesn't have the os media to install???21:50
=== ecanto_ is now known as ecanto
Xplat_k23: not exactly, I'm looking for an emulator.21:51
merlin2049erhttp://pastebin.com/6Kx3Acn221:51
merlin2049erthats what i get21:51
k23Xplat_: ok21:51
f8ejfAnybody knows if/why the uinput module is missing in the 2.6.35-22-generic kernel in Maverick?21:51
Seveasmerlin2049er, and nothing error like above that message?21:51
Xplat_greezmunkey: yes, that's what the jist of my situation is.21:52
geboySeveas: what if i remove this package: ubuntu-desktop, ubuntu-minimal,ubuntu-restricted-addons,ubuntu-standard? will i crash up? i'm using xfce atm...21:52
=== ecanto is now known as edson
MalelDraconistrying to figure out how to get net access to my programs in Wine, any help??21:52
=== someone is now known as Guest38416
=== ayush is now known as ayush_
Seveasgeboy, -minimal and -standard should stay there. I thought you wanted to remove all gui apps though, but now you say you need xfce?21:53
greezmunkeyXplat_: I do not know of one for OSX, but there is wine (a windows emulator)21:53
=== edson is now known as ecanto
merlin2049erno , maybe it's my nvidia driver?21:53
intraderActionParsnip, please give the command as pastebin so I can see it in the T61P machine. I have tried copying screen and messed up.21:53
=== ecanto is now known as dmesg
Xplat_greezmunky: I know of Wine, but I want one for OS X.21:53
Seveasmerlin2049er, most likely reason is that a package from a 3rd party repo is messing things up21:53
karthick87How to add guest account without password?21:54
nuffaahahow do i take video scrennshots of my desktop while useing ubuntu21:54
merlin2049erok, should i disable them21:54
greezmunkeyXplat_: Well, isn't Apple OS X really like BSD based?21:54
Seveasnuffaaha, search help.ubuntu.com for screencast21:54
Seveasgreezmunkey, only tangentially21:54
nuffaahathank you21:54
intraderActionParsnip, still there?21:54
greezmunkeySeveas: now there's a ten dollar word :)21:55
nuffaahaand if i run into difficulties, what is another idea for this21:55
MalelDraconisXplat_, http://mac-on-linux.sourceforge.net/wiki/index.php/FAQ21:55
halabundJust installed Ubuntu 10.10 (dual boot with XP).  Now the computer won't boot at all, all I get is "grub: out of disk".  (I booted from the live cd now...).  What can I do?21:55
geboySeveas:no no, i mean, i'm using xfce, but i need the least resource-eater gui. i read one of debfoster in the ubuntu forum and a guide to make ubuntu as least as it could while having a desktop with xfce21:55
Seveasgreezmunkey, I'll msg you my account number so you can transfer the $10 :)21:55
Xplat_greezmunky: sort of, but I'm looking for an operating system or some software that emulates the operating systems.21:55
greezmunkeySeveas: heh21:55
rooksnuffaaha, recordmydesktop command21:55
merlin2049eri disabled all the sources in the repository21:55
merlin2049ermight that work?21:55
Xplat_MaleDraconis: I need a PPC computer to use that.21:55
MalelDraconishmm21:56
Seveasgeboy, then be very careful about ubuntu-desktop. Pruning that with debfoster will remove too much. Removing it with apt-get will not21:56
nuffaahawhat is the command?  sudo apt-get rcordmydesktop  ?21:56
MalelDraconis*shrugs* I can't even figure out how to get net working for Wine, so no idea21:56
Xplat_I guess what I want is a combined kernel operating system or something that allowes me to combine kernels of diferent OSes into one.21:56
geboySeveas, so i'll just let that 4 package there, i asume for the sake of the day...21:57
Xplat_Like the dead project that is: E/OS.21:57
fco#sdl21:57
MalelDraconisprobably best to just dual-boot, Xplat_21:57
cliana35hi, how do i set up to my machine a ip adress that i want? ifconfig eth0 192.168.10.12 netmask 255.255.255.0 up gives me a new ipadress but then i can't have internet connection :( . im behind a nat router. Thanks21:57
antivirtelhello all, I've just installed 5x(the 5th try) ubuntu 10.4 to a Pentium II based system, with 147 MB RAM and with 3GB + 10 GB HDDs, and this grub "kills my ideas", never started this system, at last: "error: unknown filesystem", the partitioning: hda - 3GB[hda1|200MB,/boot, ext3; hda2|3GB,swap] & hdb - 10GB[hda1|10GB, /, ext4] What is my mistake?!... I think the partitioning is *wrong*.21:58
Seveasantivirtel, use a computer built in *this* century.21:58
guntbertkarthick87: such an acount should already be there21:58
antivirtel:D:D:D21:58
MalelDraconisso...  anyone know how to fix net problems with Wine???21:58
POVaddctcliana35: you have to set a default route over the router's ip adress: route add default gw <ip-of-the-router>21:58
Xplat_MaleDraconis: I found something called E/OS LX, but the project is dead and taken by another project, and I can't find the files anywhere.21:59
cliana35POVaddct: hmmm21:59
no-soundHello Guys! Who want Help me... ---http://www.alsa-project.org/db/?f=efa1c6fc9f7bb4dfa094d23dde6a8d40754034f3--- no sound21:59
karthick87guntbert: How to activate it then?21:59
antivirtelSeveas, I had an IBM laptop, built in '99, and it worked with 10.4 until motherboard fault; any other ideas?!21:59
Romanaskihello all21:59
MalelDraconisXplat_, that sucks..21:59
Romanaski i need a favor and help21:59
merlin2049erhow do i figure out which package is broken21:59
abarbacciahey for some reason no Ubuntu One options show up in nautilus. is this broken for 10.10?21:59
Xplat_MaleDraconis: Is there a replacement?21:59
intraderActionParsnip, I copied by email to the other machine and executed the commands to uninstall, reinstall flash22:00
cliana35POVaddct: so its route add default gw <ip-of-the-router> and then ifconfig eth0 <ipthatiwant> netmask 255.255.255.0 up ?22:00
Romanaskiubuntu server installed.. and i edited one line in the ntp.conf so time can be closer to mine, becauyse server time is almost a day off and throws logs outta wack.. well i changed it and its still not changing the time.. is there another way to change the time ?22:00
guntbertkarthick87: it is active, click on the top right the "off" button and see "guest session§"22:00
MalelDraconisXplat_, I have no idea, I'm in here trying to figure out how to get Wine progs to connect to the net..  so I'm kinda lost on this subject22:00
antivirtelhello all, I've just installed 5x(the 5th try) ubuntu 10.4 to a Pentium II based system, with 147 MB RAM and with 3GB + 10 GB HDDs, and this grub "kills my ideas", never started this system, at last: "error: unknown filesystem", the partitioning: hda - 3GB[hda1|200MB,/boot, ext3; hda2|3GB,swap] & hdb - 10GB[hda1|10GB, /, ext4] What is my mistake?!... I think the partitioning is *wrong*...22:00
POVaddctcliana35: no, you must set the default route _after_ setting your own ip22:00
guntbert!repeat | antivirtel22:00
ubottuantivirtel: 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/22:00
StarlightWhere can I get hardware for Ubuntu and what do I need to have my system supporting virtualization?22:00
cliana35POVaddct: ok. thank you22:01
Xplat_Anyone else know some way to get at E/OS LX?22:01
cliana35POVaddct: :)22:01
POVaddctcliana35: and of course your own ip must be in the same subnet as the router's ip22:01
MalelDraconisXplat_, I just did a quick net search of your question 'cause I was curious about that too22:01
cliana35POVaddct: yes :P22:01
joeyeyeStarlight, Any x86/AMD PC will run ubuntu ...22:01
Starlightjoeyeye: And to get it to run virtualizations? And does all the new hardware have Ubuntu drivers?22:02
merlin2049erhow about just downloading the iso and upgrading from that?22:02
intraderActionParsnip, In the small screen it is acceptable, but full screen, not quite. The Windows Vista on slower machine is dead right22:03
merlin2049erargh22:03
joeyeyeStarlight, do you mean run a VM to host other OS's ? If so, yes - use VirtualBox from Oracle22:03
merlin2049erthis sucks22:03
detuneyourradiohi guys.  i'm having networking issues with ubuntu.  i can connect to the router but not to the internet.  it's not my eth card, the cable, or the modem, or the router, checked all those.  just stopped working suddenly.  anyone aware of a recent issue i might have?22:03
Seveasmerlin2049er, does /var/log/dist-upgrade/apt.log provide any clues?22:03
MalelDraconisReally need an answer to this question, I've asked several times w/o any response: I can't get Wine programs to access the net at all, how do I fix this, I've checked the Wine faq's/documentation, can't find anything22:03
Seveasmerlin2049er, or /var/log/dist-upgrade/main.log22:04
greezmunkeyantivirtel: I am no expert, but I don't think it is too good of an idea to mix ext3, and ext4 in the same system. It may work, but it just seems wrong.22:04
intraderActionParsnip, exactly the same screen size on both - only difference is the OS and the version of flash for the OS22:04
Romanaskii went into the NTP.conf22:04
Romanaski and changed this22:04
Romanaski # You do need to talk to an NTP server or two (or three).22:04
Romanaskiserver nist1-chi.ustiming.org22:04
FloodBot3Romanaski: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.22:04
antivirtelgreezmunkey I've tried with only-ext4, same msg... :S22:04
joeyeyedetuneyourradio, how do you know your modem and router are ok ? Can you connect through to the internet using another machine ?22:04
merlin2049erhttp://pastebin.com/T7sPaR7m22:04
=== lance_ is now known as Guest26282
merlin2049eryeah, it looks like the video driver22:05
canthus13Chiwauwa: Good to know.22:05
Romanaskiand its still shwoing a time thats like 14 hrs ahead of me22:05
detuneyourradiojoeyeye: yes, exactly.  i have a laptop with windows.22:05
joeyeyedetuneyourradio, and what exactly does not work ?22:05
Seveasmerlin2049er, yeah. Did you install it from a nonstandard repo?22:05
* MalelDraconis loves being ignored22:05
antivirtelgreezmunkey, and in grub rescue: insmod (hd0,1)/boot/grub/... > unknown fs... It may the grub is stupid?! :D22:05
merlin2049eryeah i think i did22:05
greezmunkeyantivirtel: use ext3 then, put your boot and swap on the small drive, and /hoome on the large one. Try that.22:05
detuneyourradiojoeyeye: i also have dual boot on my desktop where i'm having the problem and windows can connect fine.  but when i boot into ubuntu, network manager says i'm connected but i can only connect to the router.  any requests to websites etc through firefox or other programs just immediately timeout.22:06
merlin2049eri forget now22:06
greezmunkeylo22:06
Romanaskii even tried this and  got this  date 1120153722:06
Romanaskidate: cannot set date: Operation not permitted22:06
RomanaskiSat Nov 20 15:37:00 UTC 201022:06
joeyeyedetuneyourradio, what does "cat /etc/resolv.conf" tell you ?22:06
intraderActionParsnip, not there any more?22:06
merlin2049eram I SOL?22:07
merlin2049erlol22:07
aioobeJust installed maverick... how do I disable password-propmt after suspend/resume?22:07
detuneyourradiojoeyeye: it lists a domain and two nameservers22:07
aioobeis the gconf solution really the way to go?22:07
Starlightjoeyeye (or anyone else): Do I need some sort of hardware to get virtualization working?22:07
antivirtelgreezmunkey > you think "/" and swap to 3GB HDD, and /home only to 10GB?22:08
joeyeyedetuneyourradio, 2 name servers ? Is that what you expect ? 1 of them at least should be the address of your router22:08
Romanaskican anyone help me?22:08
joeyeyeStarlight, no.22:08
StarlightOk, cool!22:08
SeveasStarlight, depends on the type of virtualization. If you want KVM you need a processor that supports it22:08
merlin2049erok i wont bother upgrading22:08
StarlightWhat is KVM?22:08
tensorpuddingcan you use suspend/hibernate/resume with encrypted home in maverick?22:08
StarlightNM I found out..22:09
detuneyourradiojoeyeye: the domain is natnow.rr.com which is my isp, and the two nameservers match the DNS servers listed on my router config page.  i'm not sure what to expect though i've never used that command before.  my networking knowledge is just basic.22:09
Seveasthe recommended way of doing virtual machinses, if your cpu supports it :)22:09
StarlightYeah I wont need KVM..22:09
greezmunkeyantivirtel: yes, you will not need much in the way of swap, and /boot doesn't have to be that large, but your /home is where all your data will go, so it should get the lions share.22:09
joeyeyedetuneyourradio, do you use DHCP from your router to get ubuntu's IP ? or have you set as static IP ?22:10
abolethJordan_U: hey are you there now?22:10
merlin2049erthanks for your help22:10
antivirtelgreezmunkey, yeah, but I HAVE TO mount somewhere "/", the /boot and /home isnt that all... so you think /boot as "/"?22:10
abolethJordan_U: i'm using irssi on grml now22:10
detuneyourradiojoeyeye: i use dhcp.  i treid setting a static ip to see if that would make a difference but i got the same problem22:10
merlin2049erI'll do a clean install eventually22:10
Jordan_Uaboleth: Yes.22:10
greezmunkeyantivirtel: essentially, yes.22:10
antivirtelgreezmunkey, ok thanks ... my last try22:10
antivirteltomorrow :D22:11
guntbertRomanaski: 1) please try to keep your question on one line  - 2) use !pastebin for showing us longer files/outputs...22:11
abolethJordan_U: i was busy with other things and i couldn't get x to work right on grml so i just gave up with it and am doing everything in text mode22:11
merlin2049erwhat the best way to back up desktop and files in ubuntu?22:11
detuneyourradiojoeyeye:  the weird thing is this occured randomly i didn't make any major changes to my system recently.  i've been running ubuntu for like 3 years.22:11
phormUlatehello22:11
abolethJordan_U: so what should i do about my drive right now?22:11
Seveasmerlin2049er, rsync to another linux machine22:11
joeyeyedetuneyourradio, can you ping your router ?22:11
detuneyourradiojoeyeye: yes, and i can also log into the router's page via firefox and see all the settings22:11
merlin2049erhmm, i want to back it up to an external hard drive then format and reinstall - recover22:11
Rotham_whats the easiest way to shrink my ubuntu partition?22:12
phormUlateanyone know where to make changes so I can automount in an ubuntu "startup (usb) disk" with a casper loop.... fstab doesn't stick22:12
intraderAnyone, is AcitionParsnip still around. I don't see a command to find out, sorry22:12
phormUlateuse gparted rotham22:12
* aboleth 22:12
abolethsorry i was just testing something there22:12
Seveasmerlin2049er, that works as well, as long as the external drive has a linux filesystem like ext322:12
abolethi'm trying to get used to thsi client22:12
phormUlateno worries22:12
Rothamcool thx22:12
joeyeyedetuneyourradio, weird. Try to ping www.yahoo.com22:12
phormUlatenp22:12
merlin2049erok22:12
detuneyourradiojoeyeye: i get back the response, "unknown host www.yahoo.com"22:13
merlin2049erlooks like i got it already installed22:13
Jordan_Uaboleth: Do you know for sure which device name (/dev/sdX) is your failing drive and which is your good one?22:13
detuneyourradiojoeyeye: does this mean network manager is not communicating with the dns server?22:13
merlin2049eris there a gui with it22:13
joeyeyedetuneyourradio, right. So DNS is broken. Check that you have not left DNS as static in your IP config settings22:13
Seveasmerlin2049er, neh, but it's easy22:13
yeatsdetuneyourradio: your router has an IP from your ISP?22:14
merlin2049eri'm scared of command lines22:14
merlin2049erlol22:14
detuneyourradiojoeyeye: where can i check my ipconfig settings?22:14
Seveasmerlin2049er, hehe22:14
abolethJordan_U: i forget how to list drives, but i think i'll know if i do that22:14
joeyeyedetuneyourradio, in network-manager22:14
phormUlatedamn, does noone know where I can add automounts to a usb ubuntu install? fstab will not persist22:14
Seveasno worries, I'll give you the exact commands once you've plugged it in :)22:14
merlin2049eranyways, ttyl22:14
Jordan_Uaboleth: "blkid"22:14
merlin2049erthanks 4 your help22:14
yeatsdetuneyourradio: if you can connect to your router that means the problem is not Ubuntu22:14
abolethJordan_U: it only lists a squashfs volume, which i assume is the livecd. i don't think any of the other drives are mounted right now22:15
intraderAnyone, how do I find out if someone is still listening?22:15
phormUlatetalk about their mom22:15
yeatsintrader: just ask your question - someone may reply22:15
Seveasintrader, /whois <nickname> will tell you how long a person has been idle22:15
Seveasthough phormUlate's suggestion is more fun :)22:16
intraderthanks22:16
Jordan_Uaboleth: Odd, they shouldn't normally need to be mounted to be listed in blkid. Try "fdisk -l".22:16
detuneyourradiojoeyeye: in network connections i just have one set up and under ipv4 settings everything is set to automatic (DHCP)22:16
aboleththis is off topic but i wish irssi would show if you were on the last line or not22:16
phormUlatei am booting a usb install via cd to usb1... this is hard enough to deal with without automounted swap22:16
abolethJordan_U: it gives no output22:16
yeatsaboleth: if you're not on the last line, it will show --more-- in the lower right22:17
joeyeyedetuneyourradio, delete /etc/resolv.conf and then disconnect/reconnect network22:17
greezmunkeyaboleth: just hold down the page down key for a second or two. That will ensure that you are.22:17
intraderAnyone, problem is that I would like to youtube on maverick, but synchronization between voice and video is very poor. On another lesser laptop running Windows Vista synchronization is perfect22:17
Romanaskihttp://pastebin.com/mktNfnXH22:17
=== root is now known as Guest94962
Jordan_Uaboleth: Sounds like that may be a problem with disk drivers in grml. Lets move this to #grml.22:18
Romanaski the link is to what i have tried and wat i have done and some explanation.. can someoone please help.. as ive spent 3 days trying to figure this out22:18
detuneyourradiojoeyeye: ok did that but still not working.  when i did cat/etc/resolv.conf after delting it not just lists one nameserver and that's it22:18
sl33k_i am getting this error while installing --> could not get lock /s/s /22:18
sl33k_what is the issue?22:18
joeyeyedetuneyourradio, and is the nameserver the ip address of your router ?22:19
SeveasRomanaski, sudo ntpdate ntp.ubuntu.com22:19
POVaddctRomanaski: normal users have no permission to set the system date. put "sudo" before date.22:19
Rotham_hey I am trying to shrink my ubuntu partition... and gparted isnt wanting to let me do that... do I have to do it have to boot from an os on a different partition to do it?22:19
Romanaskiim root22:19
sl33k_ i am getting this error while installing --> could not get lock /s/s /22:20
SeveasRomanaski, oh what the hey...?22:20
sl33k_while installing packages22:20
Xplat_Does anyone know of a dead website cache program?22:20
Jordan_URomanaski: You need to boot from an OS on another partition, and ideally one on another drive (like a liveCD/USB).22:20
POVaddctRomanaski: is this a normal system? or maybe a virtual server?22:20
detuneyourradiojoeyeye: no it's not.  it's the same IP as the what the router lists as the outside DNS servers on the router config page22:20
Romanaskivirtual POVaddct22:20
SeveasRomanaski, are you doing weird things with selinux or apparmor?22:20
sl33k_i am getting this error while installing --> could not get lock /s/s /22:20
MagicJhow can I stop all the users showing on the "sign on menu".  Some don't anyway, how is this controlled22:21
POVaddctRomanaski: then you don't have permission to set the date, even as root22:21
=== Auv5[Away] is now known as Auv5
Romanaski:-O22:21
Romanaskiso all my times are going to have to be off on  everythign22:21
Romanaski that sucks22:21
pitlimitI'm trying ot reinstall ubuntu but am getting confused by the partitions22:21
detuneyourradiojoeyeye: i tried setting up a static ip in network manager and then i set the dns server to the IP of my router but no go =/22:21
pitlimitcan anyone help me set this right22:21
POVaddctRomanaski: root in a virtual server is not real root22:21
sl33k_how to uninstall software in ubuntu?22:22
intraderAnyone, problem is that I would like to youtube on maverick, but synchronization between voice and video is very poor. On another lesser laptop running Windows Vista synchronization is perfect22:22
Seveassl33k_, apt-get remove name_of_package22:22
phormUlateapt-get remove22:22
joeyeyedetuneyourradio, can you ping that DNS server ?22:22
phormUlate...22:22
greezmunkeydetuneyourradio: try 8.8.8.8 as a dns server just to try it.22:22
detuneyourradiojoeyeye: no i can't, it times out.  i don't get it =/22:22
=== Auv5 is now known as Auv5[Away]
RomanaskiPOVaddct.. so what ur saying is call the host and have them change the tiome zone of the vitualbox22:23
Romanaski?22:23
joeyeyedetuneyourradio, the issue is with the DNS set up22:23
Jordan_Uintrader: Have you tried using html5? http://youtube.com/html522:23
phormUlatemake sure to add ur nameservers in resolv.conf and hosts for good measure detuneyourradio22:23
POVaddctRomanaski: to change the time zone you don't set the clock22:23
sudilavhey all, needing help loading up ubuntu onto my netbook22:23
intraderJordan_U, better on chrome22:24
joeyeyedetuneyourradio, on your router you *should* just let your ISP set the dns servers during DHCP, do you have them hard coded to specific ones in the router ?22:24
phormUlatepersistent init scripts in ubuntu usb casper loops via syslinux??22:24
detuneyourradiojoeyeye: no i don't have them hardcoded in the router.  i've also done the dhcp release/renew several times but no go.22:24
detuneyourradiogreezmunkey: tried that and now firefox takes several seconds to timeout instead of immediately timing out.22:25
CooKieMonsterwhat the advantage of latets ubuntu version compare to 80422:25
intraderJordan_U, is it possible to request that a youtube be rendered as html5?22:25
greezmunkeydetuneyourradio: can you ping 8.8.8.8, or 4.2.2.2 ?22:25
IdleOneintrader: www.youtube.com/html522:25
joeyeyedetuneyourradio, ping 24.192.102.17722:25
detuneyourradiogreezmunkey: it says destination port unreachable22:25
sl33k_getting this error while installing or uninstalling via shell? http://pastebin.com/yzU5LUdk22:25
POVaddctRotham_: sudo dpkg-reconfigure tzdata22:25
intraderJordan_U, uhm easy22:26
greezmunkeydetuneyourradio: sounds like a firewall problem of some sort. You shouldn't get that as a response.22:26
POVaddctRotham_: sorry22:26
sudilavanyone know anything bout live usbs of ubuntu? cant seem to load it up, or get it working in anyway, universal usb creator doesn't report any errors, and now i get no operating system found from bios.22:26
Rotham_lol I had a slightly different question :P22:27
phormUlatethis ubersux0rs22:27
sl33k_getting this error while installing or uninstalling via shell? http://pastebin.com/yzU5LUdk22:27
POVaddctRotham_: that was for Romanaski, but he left22:27
detuneyourradiogreezmunkey, joeyeye:  ok, weirdest thing just happened.  i reset network manager to automatic for everything just like i ahd before, to ping those addresses, now everything works.22:27
phormUlatei am using that sudilav22:27
sl33k_i have ubuntu in some other drive than C:22:27
POVaddctRotham_: people have no patience...22:27
phormUlatewhat version did you install to the usb?22:27
sl33k_using wwubi22:27
joeyeyedetuneyourradio, yay! cool.22:27
greezmunkeydetuneyourradio: you just had to give it a kick, I guess!22:27
Rotham_:P  I've learned irc is great for help but patience is needed sometimes22:27
detuneyourradiogreezmunkey, joeyeye: although when i try to ping that 24.192.102.177 it says destination port unreachable22:27
sudilav10.10 i386 ubuntu desktop - then i tried netbook22:28
dijonyummyanyone have problem when i suspend, then come back, i try to ls my /media/ folder but cant but able to ls some other dir deeper under /media dir22:28
sudilavtried the kubuntu versions a few times now, never seems to work22:28
greezmunkeydetuneyourradio: what about the ones I gave you?22:28
sl33k_getting this error while installing or uninstalling via shell? http://pastebin.com/yzU5LUdk22:28
sudilavand tried 10.04 versions22:28
Seveassl33k_, that means that apt-get/synaptic/something else with packages is already running22:28
joeyeyedetuneyourradio, oh well no need to solve that22:28
dijonyummyprobably due to having a /media/diskstation mount at home, but not elsewhere, but how to prevent it from hanging when inside the /media directory?22:28
sl33k_oh22:28
Seveassl33k_, also, package names are case sensitive and always lowercase22:28
phormUlatetell that to the guy who spent 4 hours installing ubuntu to usb via usb1 and created a non-native usb bootcd only to not be able to make changes to fstab last Rotham22:29
phormUlatei.e. me22:29
detuneyourradiogreezmunky, joeyeye: yeah, just really weird.  well thanks for the help guys i really appreciate it!  pinging 8.8.8.8 still gives destination port unreachable22:29
intraderJordan_U, not so easy, I tried to watch Jennifer Pahika, and I get flash22:29
sudilavhuh? lol, is there anyway to load it up via usb? its a netbook so it dont have a cd drive22:29
Rothamouch22:29
netsurf3how would I completely purge the pulseaudio configuration and generate a fresh new one?22:29
sl33k_Seveas: updates for lucid are getting downloaded, so thats the prob?22:30
Jordan_Uintrader: Videos with ads fall back to flash.22:30
sl33k_10.0422:30
netsurf3I can uninstall and reinstall but that presents problems with it wanting to remove a good portion of the OS22:30
Seveasnetsurf3, rm -rf ~/.pulse and relogin22:30
Rothamau revoir!22:30
Seveassl33k_, yes22:30
Jordan_Unetsurf3: Seveas: I'd recommend "mv ~/.pulse ~/.pulse-bak" instead of rm.22:30
sudilavwhat architecture should i use for intel celeron btw?22:30
greezmunkeydetuneyourradio: type sudo iptables -L in a terminal, if you have more than about 9 lines of output you have a firewall running. See what you get.22:30
sudilavi386, i686?22:31
phormUlatei386/i486/ i68622:31
phormUlateany will do22:31
SeveasJordan_U, meh, it's pulsecrapdio, it'll fail anyway :)22:31
lgtürk var mı22:31
intraderJordan_U, they must not provide the feed for this show I am using as test for flash on Maverick vs Microsoft Vista22:31
Seveas!tr | lg22:31
ubottulg: Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için #ubuntu-tr hizmetinizde.22:31
detuneyourradiogreezmunkey: i think i may have just found the problem22:31
netsurf3Seveas, hmm i do agree its got some nice features but it really screws up my audio and seems to play at least some part in hardlocks i get22:32
sudilavstill doesn't explain why it aint working then... it was working with ubuntu before, but then i fucked up the partitions, partition table seems to have vanished and had to reload in knoppix (which is a pain in the ass). is there any known issues with an advent verona or something?22:32
DonkeyyI just updated a ATI driver and ubuntu does not show22:32
Donkeyymonitor shuts22:32
guntbert!language | sudilav22:33
ubottusudilav: Please watch your language and topic to help keep this channel family friendly.22:33
detuneyourradiogreezmunkey:  i run an ip blocker on occassion and when i ran that command you told me it listed commands from that program even though i didn't have it running.  i think it didn't get shut down properly during a recent power outtage.22:33
Random832anyone know how to rearrange the launcher icons in ubuntu-netbook?22:33
Random832at the left22:33
sudilavoh ryt yh, sorry.22:33
greezmunkeylo22:33
leepingHi there - ever since I've upgraded to Lucid, I've noticed that hitting Ctrl+C in the terminal actually causes the "^C" character to show up on the terminal.  This is kind of annoying since I often use the mouse to copy previous commands.  Anyone know how to customize my terminal so this doesn't happen??22:34
leepingThank you :)22:34
detuneyourradiogreezmunkey: i can now ping 8.8.8.8 no problem22:34
detuneyourradiothanks so much!22:34
randomOfAmber!unity | Random83222:34
ubottuRandom832: Unity is a shell for GNOME, but it is not GNOME-shell. See http://unity.ubuntu.com and http://www.jonobacon.org/2010/10/31/unity-some-further-clarification-points/ for more information. Have a question, check http://askubuntu.com/questions/tagged/unity22:34
greezmunkeydetuneyourradio: nothing but a thing22:34
randomOfAmberRandom832: it might be in that askubuntu site somewhere22:34
n0wjeCan anyone connect to ICQ in empathy?22:34
Android001leeping: rm -rf * will fix it22:34
detuneyourradioalright by guys -- #ubuntu for the win!22:34
IdleOne!danger22:35
ubottuDO NOT RUN THAT COMMAND That particular command is DANGEROUS and shouldn't be uttered here. REST OF YOU: DANGER, WILL ROBINSON, DANGER! Do not use the command or utter it here thank you!22:35
jussi!danger22:35
guntbertleeping: Android001 don't give out that command22:35
k23n0wje: I switched to pidgin :(22:35
Donkeyycan someone help, ubuntu shuts off the monitor at startup!!22:35
n0wjeyes I tried to but getting the same error.22:35
sudilavok, so what does non-native for usbs mean?22:35
SeveasDonkeyy, how did you update the ati driver?22:35
n0wjetoo22:35
IdleOneleeping: do not run that command22:35
intraderAnyone, help with /whois. It does not seem to work!22:35
DonkeyySeveas: ubuntu found one and installed it automatically22:36
k23n0wje: in Pidgin you go to account options and you disable SSL and that's it22:36
leepingIdleOne, that's okay.  I've been using Ubuntu for 5 years .. :)22:36
IdleOneleeping: ok22:36
DonkeyySeveas: But I asked it to install22:36
guntbertintrader: help with using the network in #freenode22:36
DonkeyyI clicked ok22:36
n0wjecan you do that in empathy?22:36
k23n0wje: I didn't find it22:36
Android001sorry bout that, copy n paste error22:36
n0wjeok I try it.22:37
jussiAndroid001: right... dont do it again.22:37
n0wjethanks k23.22:37
intraderguntbert, Ok what can I do for you?22:37
Android001jussi: no worries, the bot has changed since last time :D22:37
k23n0wje: np22:37
guntbertintrader: you misunderstood, my sentence was to short, I wanted to tell you that you could/should ask in #freenode :-)22:38
LjLjussi: this fellow was previously banned for asking what rm etc did22:38
LjLexactly.22:38
intraderguntbert, thanks22:38
ZengerI've downloaded some games from playdeb, instlled normaly, but when i run them they crash. Console says only 1 "Aborted"22:39
ZengerWtf ??22:39
LjLor rather, not sure if he was banned, sure he asked22:39
leepingHey, I think I found a solution.  Typing in "stty -ctlecho" will prevent the "^C" character from being printed to terminal when Ctrl+C is pressed.  Hope this is helpful to others. :)22:39
DonkeyySo what do I do Seveas22:39
SeveasZenger, that means "buggy crap", complain to the playdeb people, it's not an ubuntu problem.22:40
rdeckardhi. i just installed ubuntu 10,10 on my old desktop. i am having problem with streaming videos playing choppy. dvd's play fullscreen fine. when i download the flv file and play it, it isnt choppy. i have latest flash version. abit mobo geforce 4 mx440 64mb.22:40
arcskyguys how can i encrypt my /home dir?22:40
Zenger4 in a row? don't think so , i think there might be a problem with python or somethin'22:40
Jordan_UZenger: Try asking in #getdeb22:41
ubuntuhey22:41
=== ubuntu is now known as David664
Zengerhomm22:41
greezmunkeyleeping: you may want that in your .bashrc file if it continues to ba a problem. It's wierd that it happens in the first place though.22:42
David664when installing ubuntu on a USB how long does it take to make the persistence file?? cause i ben waiting for 10 minutes now?22:42
DonkeyyZenger are you smart at ubuntu?22:42
David664it says...22:43
David664Creating persistence file 100% complete X Cancel22:43
David664it doesnt give me an okay option22:43
leepinggreezmunkey, I already added it to the bashrc. :) I agree that it's a strange problem, but every system I've upgraded to lucid has had this happen.  I don't think it was in Jaunty.22:43
ZengerDonkeyy: does it matter?22:43
David664any one22:43
intraderAnyone,I am testing flash on Maverick vs Microsoft Vista. On Maverick sound/video does not synch event on small screen22:44
DonkeyyZenger: I was only requesting help22:44
rdeckardhi. i just installed ubuntu 10,10 on my old desktop. i am having problem with streaming videos playing choppy. dvd's play fullscreen fine. when i download the flv file and play it, it isnt choppy. i have latest flash version. abit mobo geforce 4 mx440 64mb.22:44
n0wjek23: still can't connect to ICQ22:44
LoganJRuffDonkeyy, please direct your questions to the entire room so that we can all assist you.22:44
DonkeyyLOgan I have done so22:44
ZengerDonkeyy: the rule is : Type your problem and wait. Someone might know the answer. If i or somebody else doesn't answer maybe they haven't noticed yet or don't know your problem22:45
DonkeyyLoganJRuff: but I will do it for the third time22:45
LoganJRuffDonkeyy, when you direct your questions to someone, the rest of us think that person is helping you and we ignore it. Furthermore, if no one knows any solution to your situation, no one will respond. Please have patience.22:45
n0wjelogin.messaging.aol.com this is the server show in connection details.22:45
Donkeyyok LoganJRuff22:45
LoganJRuffThank you Donkeyy22:45
DonkeyyUbuntu asked me to update the ATI driver22:45
Donkeyyand it wont start22:45
Donkeyyafter Installed it22:46
LoganJRuffWhat won't start?22:46
LoganJRuff!details | Donkeyy22:46
ubottuDonkeyy: 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 ..."22:46
DonkeyyLoganJRuff: ubuntu22:46
Donkeyyubuntu wont start22:46
LoganJRuffYou installed the ATI driver and now Ubuntu will not start, am I correct?22:46
Donkeyyon 10.1022:46
n0wjefixed it disabled SSL22:46
greezmunkeyIs /proc located in a differant place on server than it is on desktop? It should be /var/proc right?22:47
Donkeyyyes LoganJRuff22:47
k23n0wje: I told you :)22:47
sl33k_where can i get a short and comprehensible cheat sheet for ubuntu keyboard shortcuts?22:48
LoganJRuffgreezmunkey, it can also be /proc22:48
ActionParsnip!shortcut22:48
ubottuKeyboard shortcuts can be set in System -> Preferences -> Keyboard Shortcuts. If your multimedia keys don't work with that, try the 'keytouch' package, explained at http://keytouch.sourceforge.net - See !Keyboard for changing layouts22:48
ActionParsniphmm22:48
n0wjeyes got it what did you try  to send me?22:48
ActionParsnipsl33k_: https://help.ubuntu.com/community/KeyboardShortcuts22:48
n0wjebrain has to engage first.22:49
LoganJRuffDonkeyy, what happens when you press the power key? What, if anything, do you see?22:49
k23n0wje: a screenshot22:49
POVaddctgreezmunkey: proc filesystem should always be mounted on /proc. many system tools rely on that.22:49
greezmunkeyLoganJRuff: I feel like an idiot, thanks!22:49
n0wjeah ok22:49
LoganJRuffgreezmunkey, No worries. =)22:49
LoganJRuffgreezmunkey, http://linuxcommand.org/lts0040.php#proc22:49
lulygomesoi22:49
LoganJRuffJust for reference. =)22:50
greezmunkeyLoganJRuff: I just wanted to check cpuinfo on this old lappy, thanks :)22:50
n0wjeGot the sreenshot in different folder.22:50
n0wjecan't spell today.22:51
rdeckardhi. i just installed ubuntu 10,10 on my old desktop. i am having problem with streaming videos playing choppy. dvd's play fullscreen fine. when i download the flv file and play it, it isnt choppy. i have latest flash version. abit mobo geforce 4 mx440 64mb.22:51
n0wjeThanks22:51
k23:))22:51
LoganJRuffrdeckard, do you have all the gstreamer stuff? I think that's what's needed for DVD's...22:52
LoganJRuff!dvd | rdeckard22:52
ubotturdeckard: 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/FreeFormats22:52
k23LoganJRuff: please read the question once again22:53
ActionParsniprdeckard: have you installed and configured video drivers well?22:53
* LoganJRuff facepalms22:53
LoganJRuffSorry...22:53
k23:)22:53
nucc33Why does the programcentral present such an old version of Wine?22:54
rdeckardLoganJRuff: dvd's play fine. streaming video is the problem22:54
ActionParsnipnucc33: add the wine ppa and use 1.322:54
nucc331.3.0?22:54
ActionParsnipnucc33: sure22:54
rdeckardLoganJRuff: if i download the streaming video file then watch, it works ok22:54
nucc33what is PPA shortword for? I installed ubuntu yesterday.. :D22:54
ActionParsniprdeckard: where are you streaming from?22:54
ActionParsnip!ppa | nucc3322:55
ubottunucc33: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and should be used at your own risk.22:55
cmdbbqi am having a bluetooth issue. i have a netbook (asus eee 1000) with UNR 10.10 installed and up to date and a tower with Ubuntu 10.04 that is equipped with a bluetooth dongle. Both devices can discover and connect to my phone, but neither device can see the other. I want to pair my netbook to my tower so I can transfer files.22:55
ActionParsnipnucc33: http://www.winehq.org/download/deb22:55
k23rdeckard: I am solving these issues using minitube application, but I does not help to all streaming videos22:55
nucc33ActionParsnip, thanks mate22:55
ActionParsnipnucc33: i recommend the command line method, it's quicker22:55
Pun1sh3roR22:56
Pun1sh3r***---***22:57
Pun1sh3roR22:57
salamihey guys22:57
=== Pun1sh3r is now known as F117
F117oR22:57
ActionParsnipsi salami22:57
salamican someone tell me which gnome panel item shows the battery status etc?22:57
ActionParsnipsalami: indicator applet22:58
F117mount error 13 prmission denied22:58
salamiActionParsnip: i have that active, but it only shows the volume and message indicator... :/22:58
torepiaCan anyone help me with getting my cs server online? (Ive disabled ufw, and there is no iptable rules, and ive got my box in DMZ by my router) :S22:58
k23F117: ?22:58
F117mount error 13 = Permission denied22:58
DragonKeeper  Oh No ... doesnt it suk   when that happens22:58
SheetQuestion basics of Ubuntu, I accidently deleted my bottom pannel, and lost the button on the button right/left that opens/closes windows to see Desktop.22:58
F117mount -t cifs -o username=server_user,password=secret22:58
SheetQuestion basics of Ubuntu, I accidently deleted my bottom pannel, and lost the button on the button right/left that opens/closes windows to see Desktop. How do I get it back.22:59
cmdbbqSheet: right-click on the panel and select "Add to Panel"22:59
Sheetyeah,22:59
Sheeti'm there22:59
cmdbbqsearch for desktop23:00
ActionParsnipF117: mount needs sudo dude23:00
gogetaanyone knoe make a eepc sd card expand your total fs size23:00
ActionParsnip!panelreset | Sheet23:00
ubottuSheet: To reset the panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »23:00
cmdbbqI believe the applet you want is called Show Desktop23:00
F117that is a duh23:00
Sheetthank you ActionParsnip23:00
Sheetwait wht?23:01
Sheeti don't understand that at all23:01
gogetaActionParsnip, think i gotta lvm it or another way you good at this stuff hehe23:01
F117AP: it is\23:01
F117errrrr'23:01
Jordan_Ugogeta: Could you rephrase your question using full sentences and proper punctuation?23:02
cmdbbqSheet: you deleted the panel right? and now you have made a new panel23:02
ActionParsnipSheet: its a terminal command, run it and your panels will be set to defaults23:02
F117sudo mount -t cifs  is what im doing23:02
ActionParsnipgogeta: never use lvm dude23:02
sudilavhmm happening again, trying to load up ubuntu on live usb and it just stalls at the start-up with just "SYSLINUX 3.82 2009 etc...."23:02
F117???23:03
MagicJ.23:03
ActionParsnipF117: you never put sudo in the command sample you gave, so its a reasonable reply isnt it?23:03
sudilavanyone know why i cant seem to make a single working copy? used unetbootin, usb creator, universal usb creator, all of them reli :s23:03
rdeckardhi. how do i install a tar.gz file?23:03
markvandenborre_I'm a little disappointed: I bought two Dell Latitude E4310 laptops because they are listed as "Ubuntu 10.10 certified" at http://webapps.ubuntu.com/certification/hardware/201010-6654/23:03
salamiah, had my power settings set to only show the notification when charging or discharging =)23:03
gogetaJordan_U, its a feature in xandros where you inserd a sd card and expand the total fs size23:03
ActionParsniprdeckard: what are you installing?23:03
markvandenborre_and the scrolling part of the touchpad doesn't work with that particular version23:03
F117AP i know this23:03
ActionParsniprdeckard: its rare to use source and such23:03
F117i am root23:04
gogetaJordan_U, trying to make ubunut do the dame23:04
Jordan_Usudilav: What version of Ubuntu are you using to make the live USB?23:04
gogetasame23:04
F117on BT23:04
sudilav10.1023:04
bazhangF117, backtrack?23:04
rdeckardActionParsnip: a utility from nvidia that helps with x server problem when installing drivers23:04
sl33k_what are must have apps for new ubuntu?23:04
F117yes23:04
sudilavubuntu desktop i38623:04
bazhangF117, wrong channel23:04
ActionParsnipF117: if you type a bit of my nick and press TAB it will highlight your text to me, AP doesn't highlight23:04
F117same kernel23:04
bazhang#backtrack-linux for backtrack support F11723:04
ActionParsniprdeckard: tar zxvf file    will extract it, you can then read the readme / guides23:05
Jordan_Ugogeta: Ahh, you mean what's normally called "persistance".23:05
F117this is simple samba23:05
ActionParsnipF117: your OS isnt supported here23:05
F117has nothing to do with bt23:05
F117geez23:05
sl33k_what are must have apps for new ubuntu?23:05
gogetaJordan_U, if thats what its called23:05
bazhangF117, backtrack is not supported here.  try the BT support channel23:05
ActionParsnipsl33k_: depends on what you want to use it for23:05
sl33k_which editor you recommend for newbie programmer?23:05
F117ok backtrack ubuntu same shit23:05
rlankfosl33k_: vi and nc23:06
bazhangF117, watch the language.23:06
ActionParsnipsl33k_: gedit has code highlighting23:06
SeveasF117, it's not the same and watch your language23:06
F117FUCK OFF23:06
F117bitch'']23:06
virhiloo/23:06
Agent001I've got some serious ubuntu issue to address23:06
ActionParsnipAgent001: ask away23:06
sl33k_ActionParsnip: is gedit used for coding?23:06
Agent001Well, I'm having trouble deciding which font to use23:06
ActionParsnipsl33k_: sure, it will detect coding and highlight stuff23:06
virhiloi have wireless problem with 10.10, ubuntu trying to connect... and trying and can't connect:/23:06
MagicJsl33k - it can be but not a good choice23:07
sudilavhmmm apparently 10.10 has some kinda bug for usbs. @sl33k notepad++ is also good23:07
yeastwarsI recently updated a bunch of packages and now the annoying ubuntu sounds are back, despite them being disabled in System->Preferences->Sound. Why? Why must there be drum sounds every single time a message box pops up? Argh.23:07
torepiaCould anyone help me with port opening issues in ubuntu server? its a fresh install!23:07
virhilonetwork card working23:07
ActionParsnipsl33k_: try a few, see which you like23:07
Jordan_Ugogeta: Try setting the filesystem label on the partition you want to use to "casper-rw". You might need to boot with the SD card in for it to work.23:07
intraderActionParsnip, you are back. I have reinstalled, without improvement in sound/video synch23:08
ActionParsnipyeastwars: if you run:  sudo lshw -C network     you can use the product line to find guides23:08
gogetaJordan_U, think you got thw wrong idea inserting sd expands fs on a installed systemn not live cd23:08
sl33k_which is the shorcut button to navigate through the top bar (not alt + f1)23:08
ActionParsnipintrader: not sure then dude23:08
sl33k_for sound, bluetooth, those navigating23:09
Jordan_Ugogeta: Then you'll need to explain more clearly what you're trying to accomplish.23:09
gogetaJordan_U, its a obscure feature trust me if there was any doc n it i woulkd have fund it23:09
gogetaJordan_U, later netbooks did it at the hardware level23:10
intraderActionParsnip, something is slower, XORG, OS, flash, I don't know either, but I am watching a youtube on Go, and on T61p Maverick it is terrible. But on R61p on Windows Vista, it is perfect!23:10
gogetaJordan_U, its as i said it when you insert sd card it expands your whole fs not just showing it as sepret media23:11
MagicJhow do I determine which users are offered in the menu of which user to sign on as - I want tio hide most of them23:11
=== jsurfer_ is now known as jsurfer
sl33k_tired of ubuntu updates23:12
gogetaJordan_U, i knoe i can do this using lvm but then its not removbale23:12
ActionParsnipintrader: could try: gksudo gedit /etc/X11/xorg.conf    and paste in this text: http://pastebin.com/QiTN1T1M23:12
Jordan_Ugogeta: How do you expect to be able to remove it again while keeping the filesystem intact?23:12
vic20gmri was looking in ubuntu forums, and was looking for instructions on installing ubuntu from usb. the instructions are a bit confusing, they menton 9.10 and up, and later in the article they mention 8.10 and up.  I want to install 8.10 from usb, is there any special reason i can not do it?23:12
metagross111whoa! hello.23:12
metagross111ummm... wow23:12
gogetaJordan_U, dunno how xandros did it23:12
ActionParsnipintrader: then run: sudo mkdir /etc/adobe; gksudo gedit /etc/adobe/mms.cfg    and add this text: OverrideGPUValidation=true23:13
Blue11vic20gmr: no security updates23:13
metagross111hey guys, first day ever using linux of any kind >.>23:13
gogetaJordan_U, maybe some sort of /home remount23:13
intraderActionParsnip, where ins the file?23:13
Jordan_Uvic20gmr: Ubuntu 8.10 is no longer supported.23:13
Jordan_Uvic20gmr: What's wrong with 10.04 or 10.10?23:13
sudilav@vic20gmr don't use 10.10 copy, it doesn't seem to work for usb installations something about syslinux being different, if i knew what exactly, i'd have ubuntu running on my usb by now23:13
ActionParsnipintrader: the commands I gave are EXACTLY what you need to run and define the files you need......23:13
Blue11metagross111: woo hoo23:13
vic20gmri realize that, i have a specific reason for wanting it23:13
metagross111Apparently Smuxi enters here by default to I'll be backing out now :o23:13
vic20gmrwhats wrong with answering my question, *then* asking me these quewstions?23:14
intraderActionParsnip, conf file is empty?23:14
sudilav8.10s quite old, may not be supported23:14
vic20gmr*can i install 8.10 from a usb drive*?23:15
Blue11sudilav: no longer supported23:15
ActionParsnipintrader: yes by default, the adobe folder doesn't exist either, you are going to create them23:15
ActionParsnipvic20gmr: the usb-creator will allow you to make the bootable usb device23:15
Jordan_Uvic20gmr: We don't support 8.10. If you tell us why you think you need 8.10 we may be able to help you get a supported release doing what you want.23:15
vic20gmrno longer supported doesnt answer myy question23:15
Blue11vic20gmr: asked and answered - yes jordan explained - scroll back23:16
vic20gmrok get amd video drivers to work on my radeon 960023:16
ActionParsnipvic20gmr: you won't get any updates once it's installed dude23:16
vic20gmrcant?23:16
intraderActionParsnip, I will do it and let you know. Thanks for following up on this!23:16
vic20gmrok will i b able to install 8.10 from a usb drive?23:16
Jordan_Uvic20gmr: Your original question will not be answered here. That's part of what "not supported" means.23:16
vic20gmrjordan_u why didnt you tell me that you wont answer my og question from the begining23:17
cmdbbqhow do i connect two ubuntu comps via bluetooth?23:17
Fruehlinghi all. i'm trying to install ubuntu 10.10 from usb on a thinkpad x201. don't even make it to the boot menu. have no experience at all with configuring bootloaders and don't understand the first steps in http://ubuntuforums.org/showthread.php?t=154732323:17
gogetaJordan_U, problem is thers no docs on that feature on how it worked23:17
st__Jordan_U, he needs a proper fglrx driver instead of that radeon shit which is in moder distros23:18
wormhi, i'm trying to disable shell for a given user, and i can't figure out how23:18
Jordan_Uvic20gmr: I did. That's what "not supported" means. I just thought I might still be able to help you with your ultimate goal.23:18
=== isilion is now known as Felix00
intraderActionParsnip, QiTN1T1M does not exist23:18
sl33k_what is the command to find the current directory i am in?23:18
gogetals23:18
k23pwd23:19
Blue11sl33k_: whoami23:19
ActionParsnipintrader: yes i know, you are making new files23:19
st__vic20gmr, radeon 9600 isn't supportd in linux23:19
ActionParsnipsl33k_: pwd23:19
vic20gmrnot supported is pretty wide in scope, mabe u can save urself and others time, and confusion by speaking plainly, e.g., "we wont help with that version" right dfrom the get go23:19
ActionParsnipst__: the open driver will run it23:19
vic20gmris there a channel i can goto to get an answer?23:19
gogetasl33k_, or look a the term it always shows what dir your in23:19
rdeckardhi. is it hard to setup dual boot ubuntu/winxp by installing xp 2nd?23:19
st__ActionParsnip, with 4-5 FPS23:19
Jordan_Uvic20gmr: Probably not.23:19
intraderActionParsnip, making a new pastebin?23:19
ActionParsnipst__: a bit better than that but it'll still run, could even use the vesa driver23:20
gogetardeckard, you have to reinstall gub2 after cuple term commands23:20
shopliftersomeone can help me with a gplv3 question?23:20
Blue11rdeckard: no hang on a sec23:20
intraderActionParsnip, I am confused23:20
vic20gmri assume by the use of the word probably, that there is hope that i can, would you care to shed some light on why there is hope i *may* find hel with it?23:20
Blue11rdeckard: private message ok?23:20
ActionParsnipintrader: all you have to do is run the commands I gave exactly as they were, you can even copy and paste to the terminal, where can confusion possibly hide23:21
st__did he bought $100 videocard to use it as svga?23:21
rdeckardBluell: ok23:21
greezmunkeylo23:21
intraderActionParsnip, the problem is that there is a slew of other lines that have scrolled past23:22
ActionParsnipworm: you can edit /etc/passwd and edit the last part from /bin/sh to /bin/false23:22
Jordan_Uvic20gmr: I don't know every person on this network. There may be someone willing to help you install an insecure and unsupported version of Ubuntu. I don't think it's likely though.23:22
ActionParsnipintrader: then scroll up....23:22
ActionParsnipJordan_U: i'll sort it, gets things running smooth23:22
wormActionParsnip: thanks23:22
ActionParsnipworm: backup the file BEFORE editting23:23
MagicJvic20gmr - I doubt it further because your attitude is poor - iff you tell people why and let them help they may want to23:23
ActionParsnipvic20gmr: if you use the 1-2-3 usb creator and transfer the ISO to the USB23:23
fisherhello, i first in irc, help, where spreak on Russian about life?))))))23:24
intraderActionParsnip, I must move this XChat to the t61p, hopefully I don't loose the thread. It is not possible to retype between computers accurately.23:24
ActionParsnipintrader: you are editting /etc/X11/xorg.conf and /etc/adobe/mms.cfg23:25
lore_trance23:25
lore_trance23:26
intraderActionParsnip, I get that, however between computers I am making copying mistakes. The XChat on the t61p does not show this thread23:26
ActionParsnipfisher: try #ubuntu-offtopic    this is support only23:26
ActionParsnipintrader: i see, the X in X11 is capitalized this is important23:26
intraderActionParsnip, sorry, the thread on the t61p is not visible. I did get your last message about X1123:28
gerd_.cwirc23:28
gerd_cwirc23:28
greezmunkeyWhat should I look into to try to correct this problem? I am running a command line only system with 1280x1024 screen resolution. When I load a man page, or a large directory listing the scroll speed slow to a crawl. Is this fixable? I set the screen resolution in grub.23:29
intraderActionParsnip, is it possible to isolate only your conversation with me?23:29
unitedpotsmokersHello... gd morning guys... i'm using maverick. At "accessories" menu it show "adobe AIR application installer. how to use this installer23:29
Gneaunitedpotsmokers: with wine23:30
Jordan_Ugreezmunkey: Likely the only way to get better speed would be to go back to VGA text mode (low resolution) or, if available, install kernel mode setting drivers for your graphics card.23:30
coz_unitedpotsmokers,  well did you download any adobe air applications?23:31
xiamxhello everyone, i accidently broke my kernel23:31
xiamxi cant boot now23:31
unitedpotsmokersi dont know coz.... i dont remember23:31
xiamxhow to use livecd to repair it?23:31
coz_unitedpotsmokers,  well they would..or should... be listed in the menus23:31
ActionParsnipintrader:sure, gimme a sec23:31
Gneaxiamx: how do you know it's the kernel you broke?23:31
intraderActionParsnip, my t61p is now tracking this conversation. but the old thread contents are not there.23:31
Jordan_Uxiamx: How did you "break" the kernel and what happens when you try to boot?23:31
xiamxfollowed this guide http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml23:32
xiamxand after that, kernel panic..23:32
coz_unitedpotsmokers,   http://www.makeuseof.com/tag/8-useful-adobe-air-applications-that-work-in-linux/   << here is a link to see some of them and probably download a few to test23:32
Skaparewell, I found where the problem with the wrong default background image really came from ... now I need to figure out how to make a script to modify one value in the file named /var/lib/gconf/debian.defaults/%gconf-tree.xml23:32
unitedpotsmokersGnea, when i click on it, i need to choose an installer package...23:32
coz_unitedpotsmokers,  you dont need wine with these as far as I know...I never used wine when testing them23:32
Skapareand I bet they don't provide an XML tool for scripts to do that23:32
xiamxi chrooted with livecd, changed every settings back, but i cant run grub-update within chroot nor  update-initramfs -u23:32
greezmunkeyJordan_U: That's kind of what I thought, it's probably too much trouble for what it worth, and I'd rather have the screen real-estate. I can live with it this way. Thanks!23:32
ahs4ni am getting this during boot up --> error: no such device: ......23:32
coz_unitedpotsmokers,  although they are  "ok"  not great, but that is up to you to decide :)23:32
ahs4ngrub rescue>23:33
xiamxupdate-initramfs -u give me error cannot create /dev/null permission denied23:33
vic20gmrJordan_U, ive tried the mesa drivers with native games [and with windows games under wine], as i use my computer primarily to play games, the fact that the mesa drivers arent cutting it, and i cant us fglrx with my *legacy* card, im left with the option of using older ver of ubuntu and getting older fglrx drivers23:33
ahs4ni am getting a grub rescue shell23:33
=== ecanto__ is now known as ecanto
Jordan_Ugreezmunkey: You're welcome.23:33
coz_xiamx,   use sudo with that23:33
coz_xiamx,   sudo update-initramfs -u23:33
ActionParsnipintrader: http://pastebin.ubuntu.com/534727/23:33
xiamxsudo: unable to resolve host ubuntu23:34
vic20gmrJordan_U, also since games r just games, im not very concerned about security23:34
Jordan_U!hostname | xiamx23:34
ubottuxiamx: Use hostname <somehostname> to set the hostname, or to do it permanently: edit /etc/hostname and /etc/hosts . WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly.23:34
=== amanda is now known as Guest60133
Gneaxiamx: you can start by entering the grub commandline at boottime and deleting the options you added to the kernel line, boot it up, then edit your grub.cfg to permanently remove them23:34
ahs4ni am getting a grub rescue shell23:34
Rogan_Anyone know of a nice guide for installing Heros of might and magic iii on linux?23:34
ahs4ngrob rescue23:34
ahs4ngrub rescue>23:34
ActionParsnipxiamx: then you changed your hostname in /etc/hostname but not in /etc/hosts    so you will need to use root recovery mode to get ustuck23:34
xiamxGnea, the problem is that my initramfs is broken23:35
Gneaunitedpotsmokers: don't worry about it until you download an AIR app23:35
Jordan_Uahs4n: Is this after a fresh install of Ubuntu?23:35
ahs4nya23:35
Gneaxiamx: that shouldn't matter, just make sure it's using "quiet splash" only23:35
xiamxActionParsnip, how do i get to root recovery mode23:35
ActionParsnipahs4n: http://ohioloco.ubuntuforums.org/showthread.php?t=149954023:36
ActionParsnipxiamx: hold shift at boot, select recovery mode, select root23:36
Gneaxiamx: you can still fix it by making it look like this: "quiet splash single"23:36
xiamxGnea, ill try that23:37
xiamxGnea, just to make it clear, i edit that line on my grub menu?23:37
xiamxOk ill be back, thank all who help me23:38
intrader_ActionParsnip, I am reviewing the other XChat. What I find confusing is where you say 'paste in this text:http://pastebin.com/QiTN1T1M'. Do you mean to put the line starting with http in the file I am editing?23:38
unitedpotsmokerscoz, i try download adobe air (win installer), i tot i can install using adobe air application installer, but it cant23:39
fermulatorRunning: Ubuntu 10.04, ATI Radeon HD 4550 (RV710) --- What is the CORRECT way to get this video card working?23:40
ActionParsnipintrader_: you want those 3 lines in the file, I thought the amount of gap I left I imagined would make that clear....23:40
=== pinto is now known as Guest66733
ahs4nguys i used wubi23:40
unitedpotsmokerscoz_ i try download adobe air (win installer), i tot i can install using adobe air application installer, but it cant23:41
sharehello23:41
coz_unitedpotsmokers, cant use the wininstaller on linux23:41
coz_unitedpotsmokers,  hold on23:41
intrader_ActionParsnip, not clear, does the pastebin line go in the conf file?23:41
michaelRunning: Ubuntu 10.04, ATI RadeonHD 4550 (RV710) -- What is the CORRECT way to get this working?23:41
=== michael is now known as Guest44771
coz_unitedpotsmokers,  is this 32 or 64 bit?23:42
unitedpotsmokers"After all, the Adobe Air for Linux is still in alpha stage. It is not feature complete and does not support most of the applications."23:42
unitedpotsmokers3223:42
ActionParsnipahs4n: http://calamari.wordpress.com/2009/12/01/fixing-a-broken-wubi-grub-after-ubuntu-updates/23:42
unitedpotsmokersmaverick 3223:42
=== zahra is now known as Guest13233
ActionParsnipintrader_: i'll repastebin dude, the bits in between the MASSIVE gaps are to go in the files.23:42
coz_unitedpotsmokers,    http://get.adobe.com/air/23:42
coz_unitedpotsmokers,  in the pulldown y ou wan to download the .deb package23:43
unitedpotsmokerscoz_ ok23:43
ActionParsnipintrader_: http://pastebin.ubuntu.com/534731/23:43
intrader_ActionParsnip, what massive gaps23:43
ActionParsnipintrader_: read the paste23:44
coz_unitedpotsmokers,  it has a few interesting applications but then so does screenlets and googlde gadgets23:44
intrader_ActionParsnip, I will do so23:44
shmupso is it pretty easy to allow me to ssh into my desktop?23:44
michaelrapai(sorry, got dc'd)23:44
shmupi want to access it from school23:44
michaelrapaiRunning: Ubuntu 10.04, ATI RadeonHD 4550 (RV710) -- What is the CORRECT way to get this working?23:44
brokendatapointjordanm: thanks for link btw23:44
shmupnot "into my desktop", i mean, just ssh'ing into my computer ~.~23:44
brokendatapointsorry wrong screen....23:44
intrader_ActionParsnip, very clear - I am doing it, thanks, I will let you know!23:45
ahs4nwhat is the kernel version for lucid?23:46
unitedpotsmokerscoz_ after i download deb package, i think i dont need adobe installer package anymore, how to remove it manually? i not really sure where it come from...23:46
michaelrapaicurrently running: 2.6.32-25-generic-pae23:46
=== amanda is now known as Guest60937
=== Lenin_Cat is now known as Zombie_Lenin
ahs4nis the kernel version of lucid 10.04?23:47
coz_unitedpotsmokers,  mmm I am not sure  try  sudo apt-get remove  adobeair-installer23:47
ahs4n*is*23:47
ActionParsnipshmup: just install openssh-server and port forward port 22 TCP and you can connect to it23:47
=== Zombie_Lenin is now known as Lenin_Cat
unitedpotsmokersok... wait a minute23:48
michaelrapaiLucid 10.04: currently running: 2.6.32-25-generic-pae23:48
intrader_ActionParsnip, how do I restart X?23:48
shmupyeah ActionParsnip23:48
shmuphttp://www.techotopia.com/index.php/Configuring_Ubuntu_Linux_Remote_Access_using_SSH23:48
ahs4nhow to find out kernel versionm?>23:48
shmupjust read that, telling me to do the same thing :D23:48
shmupnot sure if i'll have to configure the firewall like they did23:48
ActionParsnipahs4n: uname -r23:48
ActionParsnipshmup: are you using a router?23:48
bastidrazorintrader_: sudo service gdm restart or logout then back in23:49
shmupyeah, i'll pot forward23:49
xiamx Hi im back23:49
shmupport*23:49
shmupis that all i should have to do?23:49
xiamxPut kernel to single didn't work23:49
shmupi just didnt know if a firewall was installed by default with ubuntu23:49
ActionParsnipshmup: i'd also have the server using static IP so DHCP lease expiration doesn't mess with the link23:49
xiamxI get kernel panic not syncing no unit fount. Trying passing init=option to kernel23:49
intrader_ActionParsnip, thanks23:49
ahs4nActionParsnip: what to put here --> root=/dev/(Your Windows partition) ?23:49
ActionParsnipintrader_: np man23:50
xiamxCan anyone help me, I broken my kerene23:50
xiamxKernel23:50
ActionParsnipahs4n: most likely /dev/sda1   or similar23:50
shmupah, so maybe set up a no-ip23:50
shmupmy rouer can work with no-ip and keep it updated23:50
xiamxI'm having kernel panic, not syncing no init found. Try passing init= option to kerne23:51
=== Squirrely|BNC| is now known as Squirrely
ActionParsnipshmup: makes life easier :)23:52
unitedpotsmokerscoz_ "Unable to locate package adobeair-installer". But when i typing "sudo apt-get remove adobe", then i press a tab key it only show adobeair only.23:52
ActionParsnipshmup: you can also install the DUC client on the server if its on 24/723:52
Jordan_Uahs4n: Do you get the grub rescue shell after selecting Ubuntu from the windows bootloader? (can you still boot windows)23:52
unitedpotsmokersi dont see adobeair-installer file23:52
intraderActionParsnip, the restart does not come back. Dark screen, with last line Checking battery power. The battery is out of the machine23:52
unitedpotsmokerswhat u think coz_23:53
ahs4nJordan_U: ya, no windows23:53
ahs4nrescue grub23:53
ahs4nya23:53
shmupnoted actionparsnip23:53
Skaparexiamx: when did this problem start?23:53
Jordan_Uahs4n: So you boot the computer and the you don't see any menu before the grub rescue prompt?23:54
xiamxSince I used a tutorial to attempt making polymooth show as full resolution.23:54
unitedpotsmokerscoz_, where r u... pls help before Ikonia come in, he will kick me out of this chann...23:54
coz_unitedpotsmokers,  well I cant tell for sure since I dont know how it was installed in the first place23:54
ahs4nJordan_U: yep23:54
xiamxI changed initramfs and changed grub kernel pamameter23:54
Skaparepolymooth?23:54
coz_unitedpotsmokers,  check when you click the installed adobe air  in them menus  there may be an uninstalled23:54
xiamxI don't know if its spelt correctly... The boot splash screen23:55
hihihi100how do i delete duplicate sources'?23:55
Skapareplymouth?23:55
Jordan_Uahs4n: Can you boot an Ubuntu LiveCD?23:55
xiamxYea23:55
ActionParsnipunitedpotsmokers: try: dpkg -l | grep -i adobe    see what comes out, may help23:55
Skapareprobably something didn't finish the boot config23:55
ahs4njordan_U: i used wubi23:55
ahs4ndont have lice cd23:55
Skapareor it copied the wrong UUIDs in23:55
intrader_ActionParsnip, after reboot - I will try the you tube on Go23:56
xiamxNow my question is that how to fix it with live cd, I can't get in to single user mode cuz kernel panic23:56
ActionParsnipintrader_: put the battery back in, none of the options edit the power stuffs23:56
Skaparedo you get a boot splash at all?  a boot menu?23:56
Jordan_Uahs4n: Can you make one? If not, do you have any bootable media? (even a windows install CD would work)23:56
puweihello ,is there some big free MMORPG gam23:56
puweihello ,is there some big free MMORPG game for ubuntu23:56
bazhang!ot > puwei23:56
ubottupuwei, please see my private message23:56
xiamxSkapare, grub Works fine, just kernel panic23:56
ahs4nJordan_U: yep i have of xp23:57
Skaparexiamx: is there a recovery option on the boot menu?23:57
xiamxSkapare, single user recovery mode does not work cuz in either way, kernel panic...23:57
MuscovyIs there a way to stop a shell script from asking if you want to view or run it?23:57
ActionParsnipxiamx: you can mount the partition and chroot, or if you are file editting you can do it without chroot23:58
Skaparexiamx: OK, so both will panic23:58
DragonKeeper:| a so called "friend" just typed apt-get remove --purge perl     and its like removing everything ;/23:58
Skaparexiamx: but you did try both?23:58
=== kasun__ is now known as siddhi-cep
hihihi100what do i have to do with the following ? Failed to fetch http://deb.torproject.org/torproject.org/dists/maverick/main/binary-i386/Packages.gz  404  Not Found [IP: 194.8.197.22 80]23:58
coz_Muscovy,  how are you trying to start it?  via  terminal ?23:58
ActionParsnipMuscovy: run it from a terminal23:58
xiamxI did try23:58
MuscovyI'm trying to run it from the GUI without a prompt.23:58
Fuh-zzhihihi100, try again?  torproject.org is on a round robin and is prone to failures23:58
xiamxI did try chroot and run update initramfs, but I get error of can not create /dev/null permission denied23:59
ActionParsniphihihi100: open software centre and remove the repo23:59
Skaparexiamx: at this point you'd need to boot a live CD/USB and diagnose why the grub config is passing the wrong root name to the kernel23:59
DragonKeeperif i  apt-get install perl  will it all come back ?23:59
Fuh-zzhihihi100:  Actually, they tell you to use Lucid as they don't support Maverick yet.23:59
coz_Muscovy,  open a terminl...cd  to the location of the script  and type ./nameofscript23:59
ahs4nJordan_U,23:59
Jordan_Uahs4n: Follow this guide but skip step 5: http://www.ehow.com/how_4891476_reinstall-xp-bootloader.html23:59
intrader_ActionParsnip, sorry, on the small screen synch is ok, but fullscreen is not - and very choppy. Is there something we could test?23:59
Skaparexiamx: maybe plymouth built the grub config file wrong23:59
Muscovycoz_: I know how to do that. Is there no way to make doubleclick just run it?23:59
Skaparexiamx: if there is a backup, you could rename that to fix23:59

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