/srv/irclogs.ubuntu.com/2011/08/31/#ubuntu.txt

sarkisi want to eventually install more than one distribution across different partitions00:00
coz_sarkis,   I am not sure ,, i have not tried it myself,, althouh I am going to so I can dual boot with fedora00:00
sarkishmm00:01
phong_ActionParsnip, ;)00:01
phong_ActionParsnip, u're the best.00:01
gmaiarodrigoHello, everybody I've tried several ways to do this http://www.isnull.com.ar/2011/05/share-internet-with-ubuntu-1104.html on Ubuntu 4.11 server, but can not make my subnet have Internet access. The DHCP server works normally assigns the IP client machines just right. The only difference is that this tutorial rather than a wireless card I have two network cards eth0 and eth1. The eth0...00:02
gmaiarodrigo...receives the external IP and eth1 is the DHCP ... can anyone help me?00:02
gmaiarodrigo*11.0400:02
vfwgmaiarodrigo: Did you do   sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"00:06
vfw?00:06
pooltableAction parsnip what do i do next>?00:06
gmaiarodrigovfw: yes00:07
gmaiarodrigovfw: is there any other more detailed tutorial?00:07
vfwgmaiarodrigo: Did you ,edit /etc/sysctl.conf ?00:09
rhizmoewtf is it that keeps screwing with my mouse speed?00:09
pooltablehi help installed jdownloader?00:10
pooltable what do i need to do00:10
rhizmoejust browser, text editor, etc...doing my normal coding business, and without warning the mouse pointer will become very accellerated00:10
love4linuxhello, can anyone help me partition my laptop? I have ubuntu 11.04 and I want to make space for a Win7 OS. I tried gparted but i can do anything on my disk because it is mounted.00:10
rhizmoelove4linux: use a livecd00:11
Polahlove4linux: You'll need to boot from a LiveCD or USB to modify your system partition.00:11
love4linuxPolah hmmm...is it ok to use the installation cd that I used to install ubuntu?00:12
pooltablehi help installed jdownloader?00:12
pooltable what do i need to do \00:12
gmaiarodrigovfw: I did not understand was this command line: sudo iptables-A FORWARD-o eth0-s 10.0.0.0/24-i eth1-m conntrack - ctstate NEW-j ACCEPT00:12
gmaiarodrigodo not know why is eth0 and eth1, if the devices are eth0 and wlan000:12
Polahlove4linux, yes, that is a live session.00:12
vfwgmaiarodrigo: What subnet did you use for inside LAN?00:12
devilman__hello, i have a laptop with xubuntu maverick, this laptop it's panasonic toughbook cf 73, my problem is not recognize touchscreen00:12
gmaiarodrigoI did not understand was this command line: sudo iptables-A FORWARD-o eth0-s 10.0.0.0/24-i eth1-m conntrack - ctstate NEW-j ACCEPT do not know why is eth0 and eth1, if the devices are eth0 and wlan000:12
vfwgmaiarodrigo: That is an example00:12
gmaiarodrigovfw: 192.168.1.100:12
vfwok00:12
vfwsee my pm gmaiarodrigo00:13
rhizmoeis there a way to restart just the mouse driver, or do i need to restart gdm/X/etc.?00:13
love4linuxPolah and what about the partitioning procedure? is it easy to be done or there are many things involved?00:13
Polahlove4linux: Boot up the liveCD, select "Try Ubuntu" and then you can use gparted, it's already installed.00:13
ActionParsnippooltable: add the ppa and install the app00:14
love4linuxPolah nice one.. thanks a lot00:14
Polahlove4linux, back up important data before resizing your partition though.00:14
ActionParsnippooltable: the ppa will enable you to install the app just like any other00:14
pooltableEnter the complete APT line of the repository that you want to add as source what do i need to put there ?00:16
FloodBot1!netsplit00:16
ubottunetsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit00:16
neer2005anyone know why ubuntu isnt letting me rw an hfsplus partition without SU ?00:16
neer2005<neer2005> and after i access it as SU, it wont let me change permissions00:16
rhizmoeubuntuforums.com is being naughty in the google department00:16
rhizmoeer, .org00:16
flodinelol00:16
Cortexhos so?00:16
pooltablethis ppa:jd-team/jdownloader?00:16
Cortexhow so*00:16
Polahpooltable: sudo add-apt-repository ppa:<author>/<name>00:16
Polahyes, probably that00:16
neer2005can anyone help?00:17
rhizmoeby displaying different information to the crawler than the user arriving through SERPs00:17
rhizmoeneer2005: mount always requires root, or a suid agent like automount, iirc00:17
Polahneer2005: You should use sudo, not su. Are you mounting it with appropriate permissions?00:17
neer2005Polah, im not sure00:18
neer2005wait00:18
neer2005yes00:18
neer2005from terminal i ran sudo mount /dev/sda1 /media/MacOS00:19
pooltablepolah look here http://paste.ubuntu.com/678414/00:19
Polahneer2005: Try this: sudo mount -t hfsplus -o defaults /dev/sda1 /media/MacOS00:20
freebirdyou guys, when I try to compile wine, I get : checking whether gcc -m32 works... noconfigure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.00:20
freebirdwhich package should I install please ? google can't help me, please ?00:20
freebirdgcc, libc6, glib, all there00:20
Polahfreebird: Which version of wine are you trying to compile?00:20
freebirdanyone ploease00:20
freebird1 sec00:20
freebirdPolah, 1.2.300:21
pooltablehelp with http://paste.ubuntu.com/678414/???00:21
freebirdstable00:21
Jordan_Ufreebird: Why are you trying to compile wine from source?00:21
xanguaor simply install wine from repository freebird00:21
happygoluckyfreebird: do you have build-essential00:21
Polahfreebird: You can install 1.2 through the repos, or add a ppa for 1.300:21
happygoluckyfreebird: and did you try apt-get build-dep wine00:22
Polahpooltable: Then just do sudo apt-get update && sudo apt-get install jdownloader00:22
freebirdhappygolucky, when I do that, it  asks me to download 700 mg00:22
freebirdhappygolucky, it's too much00:22
neer2005Polah, i get sudo mount -t hfsplus -o defaults /dev/sda1 /media/MacOS00:22
Jordan_Ufreebird: Why are you trying to compile wine from source?00:22
freebirdwhich are the essentials ?00:22
neer2005Polah, i meant mount: wrong fs type, bad option, bad superblock on /dev/sda1,00:22
neer2005       missing codepage or helper program, or other error00:22
neer2005       In some cases useful info is found in syslog - try00:22
neer2005       dmesg | tail  or so00:22
Jordan_U!pastebin | neer200500:23
ubottuneer2005: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.00:23
ionitewhat is the difference between LTS 10.4 and 11.04?00:23
xangua!lts | ionite00:23
ubottuionite: LTS 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)00:23
Polahneer2005: are you sure it's hfs+ then? You could try forcing it00:23
pooltablethanks polah00:24
flodineLTS or 11.0400:24
freebirdPolah, ? which packages are the essentials ?00:24
freebirdhow do I find out about it ?00:24
devilman__alguno sabe como configurar el tactil de un panasonic toughbook cf 73 con xubuntu maverick??00:25
Jordan_Ufreebird: Please answer my question. Why are you trying to compile wine?00:25
th0rdevilman__: solamente ingles00:26
Jordan_U!es | devilman__00:26
ubottudevilman__: 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.00:26
pooltableok where is jdownloader found at ?00:28
xanguapooltable: apps-internet00:28
Polahpooltable: Was it not in the ppa you enabled?00:28
pooltablegot it00:28
Jordan_U /whois freebird00:30
freebirdJordan_U, man00:30
rhizmoeBUSTED00:30
freebirdbeccause I want to run nusphere00:30
Polahfreebird: Install it from the repos...00:31
freebirdand the wine that comes by default sucks,00:31
CortexWAHEY! the classic [spacebar]/whois mistake, brilliant00:31
xanguafreebird: add the wine ppa00:31
freebirdwell, ok, I know, I could00:31
xangua....00:31
rhizmoeturns out that unplugging and replugging my mouse fixes the accelleration problem.00:31
Polahfreebird: The wine that comes by default is 1.2 as well.00:31
* Cortex has the urge to /whois freebird now00:31
PolahOr enable the wine development PPA for 1.300:31
freebirdI see, but doesn't work00:31
freebirdPolah, unfortunately00:31
freebirdany way, which is the pack withe the essentials ?00:32
Jordan_Ufreebird: What makes you think that compiling wine from source will fix anything?00:32
freebirdanyone knows it ?00:32
Polahfreebird: What essentials?00:32
freebirdJordan_U, because it did in my office00:32
ActionParsnipfreebird: tried the wine ppa?00:32
Gr8ladyhello00:32
Jordan_Ufreebird: To compile wine you need pretty much everything that "sudo apt-get build-dep wine" will try to install.00:32
freebirdPolah, checking whether gcc -m32 works... noconfigure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.00:32
Polahfreebird: and the 1.3 ppa doesn't?00:32
freebirdActionParsnip, will try soon, upgrading the system00:33
Polahfreebird: Are you sure the source you have is for your architecture>00:33
happygoluckyfreebird: sudo echo deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu natty main >> /etc/apt/sources.list00:33
freebirdPolah, haven't tryed ppa so far,00:34
freebirdupgrading the system00:34
freebirdPolah, I'm sure, just needs some packages,00:34
hensonCan anyone recommend a good font for xterm?00:34
Jordan_Uhappygolucky: Running echo as root won't change the fact that the shell, which is what is writing to the file when you use '>>', is running as a normal user.00:34
freebirdhappygolucky, sudo echo deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu natty main >> /etc/apt/sources.list00:35
ActionParsniphenson: system is very readable00:35
Polahhappygolucky, freebird: Use sudo add-apt-repository ppa:ubuntu-wine/ppa instead00:35
freebirdpermission denied00:35
happygoluckyJordan_U: it's not a separate command such as && or | so i respectfully disagree00:35
Jordan_Uhappygolucky: echo foo | sudo tee -a /path/to/file00:35
Jordan_Uhappygolucky: Try it.00:35
ActionParsnipfreebird: happygolucky: sudo add-apt-repository ppa:ubuntu-wine/ppa; sudo apt-get update; sudo apt-get upgrade00:36
freebirdsudo add-apt-repository ppa:ubuntu-wine/ppa instead00:36
ActionParsnipwhy mess with sources.list00:36
Polahadd-apt-repository verifies it as well, manually adding the line to sources.list doesn't I believe00:36
ActionParsnipit also imports the gpg key00:37
ntr0pyIs it possible to output pulse audio to both analog and hdmi simultaneously?00:37
zerosumhi all! Where are the x libs and headers at on natty?00:38
zerosumi assume /usr/bix/xorg and /usr/include/xorg?00:38
zerosumopps not bix lib00:38
Braber001question is there a package I can download that acts as a RPN calc?00:39
freebird2 min00:39
freebirdstill downloading00:39
jessaim having a problem spoofing my mac address in ubuntu 11.0400:40
ActionParsnip!info orpie00:40
ubottuorpie (source: orpie): RPN calculator for the terminal. In component universe, is optional. Version 1.5.1-9 (natty), package size 652 kB, installed size 1720 kB (Only available for i386 arm ia64 s390 alpha powerpc m68k mips mipsel amd64 kfreebsd-i386 kfreebsd-amd64 armel armhf hurd-i386 sh4)00:40
ActionParsnipjessa: you can set it in /etc/network/interfaces  not sure of another way00:41
ionitexangua: for a netbook user like me. should i use LTS or 11.04?00:41
xanguaionite: use what you want00:41
ionitexangua: haha. that's so generic00:41
Polahionite: You could look up your netbook on Ubuntu's certified hardware list00:41
jessathe problem is when i try to bring down the network interface using ifconfig it brings it back up automatically00:41
happygoluckyActionParsnip: that gave me the repo for oneiric--which i am on except i use a scarce architecture so pretty much 30-40 percent of the time i have to compile from source00:42
ActionParsniphappygolucky: oneiric isn't supported here00:42
happygoluckyActionParsnip: i.e. there's nothing in apt-get as far as wine goes for me to install in binary form or otherwise00:43
freebirdanyway, so you guys don't know which are the: 32-bit development libraries ???00:43
freebirdany clues ?00:43
happygoluckyActionParsnip: well the snippet of code you gave pushed the wine repo from natty to oneiric00:43
ActionParsniphappygolucky: the command will match your release, so that's normal00:43
=== bluemoon is now known as Guest46766
jessa32 bits? isnt that a little outdated? even my netbook is like 1.6gigabits00:43
tfittsdoes anyone here use vlc to stream the audio output of their computer to another computer on their network (or does anyone know how and can help me?)00:44
ionitePolah: interface wise, any difference from 11.04?00:44
ActionParsniptfitts: I use samba to share files, which I then access remotely00:44
Polahjessa: 32-bit is the address space size of the processor's register. 32-bit allows it 2^32 memory address which is 4 billion and so which is 3.2GB or so of useable RAM.00:44
ntr0pytfitts: i thought thats possible with pulse audio, but i dont know how00:44
ActionParsnipjessa: 32bit is the architecture of the cpu, not the speed00:44
Polahionite: What do oyu mean?00:44
Jordan_Uionite: A lot of work has gone into Unity recently and I expect hardware support to be better in 11.04. At the same time, if you don't like upgrading often then an LTS release may suite you better.00:44
freebirdafter upgrading the system, to build wine I'll have to download only 300mb, not 700 anymore00:45
tfittsActionParsnip: I'm talking about streaming the actual audio output of a program, not a media file00:45
jessasamba is complete shit. us nfs00:45
ActionParsnipjessa: language please, keep it family friendly00:45
Polahjessa: Mind your language please.00:45
ioniteJordan_U: i understand but 11.04 ubuntu is too heavy for my netbook? there's no lighter versions?00:45
tfittsjessa: and tell me you were kidding about 32bit and 1.6gigabits00:45
ActionParsnipjessa: I use samba, works just fine00:45
jessasamba is slow compared to nfs00:46
tfittsjessa: cuz if you weren't, nobody cares about your opinion00:46
LuckriderDoes anyone know how to add a custom binding for a superkey in 11.04. my IBM Thinkpad T42p doesn't have a superkey, and I want to set fn+control to be that. I have the Configuration Editor open now, but I am not sure how I would set that.00:46
ActionParsnipjessa: never had an issue with speed00:46
jessai have issues with microsoft is all00:46
ActionParsnipLuckrider: look in keyboard settings00:46
ActionParsnipjessa: then thats not slow is it..00:46
LuckriderThanks ActionParsnip00:47
jessai think its slow00:47
ActionParsnipjessa: that's fine00:47
jessaplus nfs is alot easier to do00:47
ActionParsnipjessa: I have some decent socket options and it blazes00:47
jessaand my network doesnt have to be windows compatible so nfs ftw00:47
ActionParsnipjessa: i install samba, restore my smb.conf from backup and restart the service, I doubt anything is easier than that00:47
jessabut im not here for a flame war about samba vs nfs00:48
ActionParsnipjessa: cool00:48
jessai want to know my ubuntu brings my network devices back up automatically00:48
jessasudo ifconfig eth1 down00:48
cinematicGood evening all00:48
jessaand a few seconds later it reconnects to my network00:49
ActionParsnipjessa: what network manager app do you use (if any)00:49
jessaive just been using ifconfig00:49
jessai tried macchangers as well00:49
ActionParsnipjessa: sure but is network manager or wicd etc running?00:49
jessawhats the process name do you know?00:50
ActionParsnipjessa: is it a desktop OS?00:50
jessaits 11.04 im using unity because its a netbook00:50
jessaas much as i dislike unity it give me more screen space00:50
Polahjessa: sudo service networking stop will stop the networking service until it's brought back up manually or through a reboot00:51
ActionParsnipjessa: i use lxde on my laptops, lots of space and fewer resources used.00:51
overviewHow to fix this problem: rm: cannot remove `/var/run/xapi_init_complete.cookie': Read-only file system00:51
ActionParsnipjessa: you will be using network manager, which may be bringing the network back up00:51
jessastop: unknown instance00:51
ntr0pyjessa: ps -A | grep NetworkManager00:52
Pici!xlibs | zerosum this may help00:52
ubottuzerosum this may help: When a program or configure script asks for "X includes", you should probably install the following package: xorg-dev00:52
jessai did sudo /etc/init.d/networking stop00:52
zwrenchDoes ubuntu work on inspiron mini 10n?00:52
zwrenchbecause meego sucks00:52
jessait says ignoring unknows interface eth1=eth100:52
=== xkid is now known as xKidera
jessathis smells like a driver issue to me00:53
zwrenchis there any way I can check for sure other than installing it?00:53
zwrenchbecause I don't want too much of a hassle with drivers00:53
ActionParsnipzwrench: should do, yes00:54
ntr0pyjessa: driver issues: look with dmesg00:54
ActionParsnipzwrench: try a liveCD to test00:54
iluminator101how do i remove a log in process or k out a startup process00:54
overviewhey guys, i have problem with      read-only file system00:54
overviewi try to clear log directory, but all commands say read only00:55
ActionParsnip!boot | iluminator10100:55
ubottuiluminator101: Boot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto00:55
zwrenchis there any way to install apt-get using zypper?00:57
ActionParsnip!info zypper00:57
ubottuPackage zypper does not exist in natty00:57
Zburatoruli was running an intensive IO task, my graphical interface hang, i switched to virtual terminal, and now I can't go back00:57
Picizwrench: er... apt-get should already be installed.00:57
Zburatorulwhy does my monitor keep claiming "No Signal" even after a reboot?00:58
ActionParsnipzwrench: zypper seems to be a suse thing00:58
PiciActionParsnip: hes running meego o.O00:58
RandallI'm no longer able to connect to my server via FTP. I can connect via ssh. I'm using ubuntu server 10.10 and filezilla/ notepad++ to ftp (vsftp). I've tried connecting through my wireless router and through my broadband connection. I checked that vsftp is running and it is. Also tried restarting it and tried restarting the whole server... Any ideas?00:58
happygoluckyI'm having input output error with a cdrom. it's mounted a dvd as udf and i can see all the file but when i try to copy a vob it says input output error00:59
iRabbitJust installed Fedora 15 on my netbook, lost the Ubuntu 11.04 (KDE) grub menu, how fix?00:59
ntr0pyActionParsnip: Do you know of a way to output pulse audio analogue and digital (via HDMI) simultaneously?00:59
goerIs it possible to get an IP address for an external HDD?00:59
ActionParsnipntr0py: my sound knowledge is less than basic, sorry00:59
ntr0pyok00:59
ActionParsnipgoer: is it connected to the lan?00:59
elshawafcccccccc00:59
ActionParsnipPici: gotcha01:00
ActionParsnipiRabbit: boot to liveCD and reinstate it01:00
btsome one know were i can find this file on backtrack ect/gdm/init/Default01:00
happygoluckyalso i have libdvdread4 and i've compiled the latest libdvdcss2 from source and rebooted01:00
goerActionParsnip: All are on my network. HDD is on #puter01:00
iRabbitActionParsnip: Kubuntu Live CD or Fedora?01:00
Picibt: We do not support backtrack here, please use their support channel at #backtrack-linux01:00
goerActionParsnip: the ext HDD is usb01:01
happygoluckybt: ect? do you mean etc01:01
btetc01:02
btsorry01:02
ActionParsnipgoer: then the USB drive doesn't have an IP to get, the system has an IP01:02
happygoluckybt: #backtrack-linux01:02
ActionParsnipiRabbit: the ubuntu one,01:02
btoky thanx and sorry01:02
iRabbitActionParsnip: thank you01:02
RandallAnd filezilla is giving me a "ETIMEDOUT" error...01:02
goerkk. ta01:02
cinematicWhat's an optimal setup for running 11.04 in a virtual enviroment? Since I'm on a mac Virtualbox?01:03
goerActionParsnip:  so, how to access the usb hdd on #puter form my other puters pls? It does not show in file manger01:03
btwhat that mean #backtrack-linux :Cannot send to channel01:04
ActionParsnipgoer: you can share the mount point with samba01:04
ActionParsnipbt: you may need to be identified01:04
ActionParsnipcinematic: a light desktop will make it more responsive01:04
bthow??01:04
Braiam!register bt01:05
happygoluckygoer: you can get a blockid for an external hard drive, sudo blkid01:05
ActionParsnip!identify | bt01:05
ubottubt: You can identify automatically by using your NickServ password as the server password in your IRC client. When identifying manually, do NOT send the command from a channel's tab, or a typo may give away your password. If that happened, type « /msg NickServ set password <new-password> » in the server tab as soon as possible.01:05
goerthnx. samba is a bit over my head01:05
ActionParsnipgoer: great time to learn01:05
overviewmy hd full, but how to fix this problema read-only01:05
cinematicActionParsnip: Something like xfce?01:05
ntr0pygoer: if you have ssh daemon installed you can try "ssh://puter" in Nautilus location (strg + L)01:05
ActionParsnipcinematic: sure, or lxde, openbox, fluxbox and so on01:05
goer'time' ... bit too busy right now :)01:05
Polah overview: What do you mean? You have a drive that is full but can't remove files because it's read only?01:05
leinadninorcan anyone here help me with some weird emerald-related disappearing button issues01:05
RandallI also read that firewalls often cause issues with FTP access, but if I'm having the same issue whether through my ISP or through my broadband connection it couldn't be that right?01:06
ActionParsnipleinadninor: you do know emerald hasn't been developed for in over 3 years?01:06
Randall*mobile broadband connection01:06
leinadninornot to mention the themes themselves don't load, like at all...and this is after the git-fix/recompile01:06
goerntr0py: Ive been using the network connection app in panel and using SSH01:06
ActionParsnipleinadninor: its very dead01:06
=== KindTwo is now known as KindOne
bti'm sorry but i'm new in ubuntu and xchat irc01:06
bti cant understand you!!01:07
PolahRandall: Outgoing traffic shouldn't be restricted by default. Are you sure the FTP server is properly configured?01:07
ActionParsnipbt: ask in #freenode   they wil sort you out01:07
leinadninorthis i do, but it was working wonderfully a cpl days ago before recursive rm made me have to reinstall01:07
btok actionparsnip thank you01:07
RandallPolah, it has been for almost a year now, cant think of any changes that would have affected it tonight.01:07
ActionParsnipbt: np :)01:07
leinadninorso ActionParsnip does that = a no?01:07
ntr0pygoer: but be warned, ssh encrypts file transfers via sftp, so its slow01:07
overviewPolah: yes, this /dev/sda1 on / type ext3 (rw) now read-only because system protect.. and now all files i try delet dont have sucess01:07
ActionParsnipleinadninor: not sure, I don't use it01:08
goerTo be honest, I hv this nice fancy Netgear wirelss/cable router but hv no idea how to set it up, despite many attempts01:08
leinadninordo you use compiz?01:08
goerntr0py: yes, thnx. I noticed that :(01:08
Polahoverview: Your system drive is read-only? You could use sudo to remove unecessary files, but you'd have to be careful not to remove anything necessary.01:09
happygoluckyoverview: does it say initramfs?01:09
leinadninorActionParsnip do you use compiz?01:09
overviewPolah:  look this rm: cannot remove `DSET_Report_for_[PE1950].zip': Read-only file system01:09
PolahIs it possible to remount the system drive?01:09
ActionParsnipleinadninor: no01:09
Polahoverview: sudo rm DSET_Report_for_[PE1950].zip    also consider clearing your trash, that might take up a lot of space01:09
goerntr0py: Ideally I would really like to use my wireless netgear WPN824 V2 router for all of this01:09
ActionParsnipleinadninor: not worth it at all01:10
leinadninorgod damn, I had the perfect setup before doing a rm -rf as sudo and reversing the dir and file in the command...01:10
goer(as I have updstairs and downstairs house01:10
goer)01:10
leinadninorActionParsnip, so you're not the eye-candy type then, may I assume?01:10
ActionParsnipleinadninor: thats why its one of the worst commands01:10
Polahleinadninor, that's why you don't run recurvise commands from high directories01:10
iluminator101how do i manually add a k in front of startup services?01:10
ntr0pygoer: i dont quite understand what you want to do01:10
leinadninorit wasnt01:10
ActionParsnipleinadninor: on my lappy, no. I use KDE on my media system and it looks ok01:10
overviewPolah: I try with sudo, but dont have sucess, read-only file system01:10
leinadninorfrom a high dir, I was just trying to purge my sys of a bugged up script01:11
leinadninorwound up wiping /etc and /~01:11
Polahoverview: sudo should be able to do it... that's very strange01:11
Polahhang on a moment, I'll try something01:11
leinadninorya I know.....that was like the dumbest n00b move ever.01:11
anthonyzambranocan i install ubuntu on a GUID partition table…just installing grub to / or the ubuntu partition?01:11
goerntr0py: have a network arrangement that I can use throughout my house. Laptop upstairs and my other 2 puters downstairs, so they can all acces each other01:11
goerall wireless of course01:12
leinadninorthis is why su and extreme sleep depro should never mix01:12
ActionParsnipleinadninor: its also why backups should exist too01:12
anthonyzambranoPSA:  Install /home to a separate partition…..re-install whenever01:13
goerleinadninor: I use Luckybackup all the time. Set&forget. Gr801:13
RandallIf the ftp services has been working before and something caused it to stop but I didn't edit the /ect/vsftpd.conf file then I'm guessing I should start troubleshooting somewhere else, just not sure where...01:13
ntr0pyok, so the wlan netto data rate is your hard limit for file transfers01:13
leinadninoryeah I know, I neglcted that too. I R t3h bad usr :(01:14
leinadninoris deja-dupe any good?01:14
goerntr0py: was that for me?01:14
leinadninorjust installed that with the fresh install01:14
Polahoverview, try this: sudo mount -t ext3 -o remount,rw /dev/sda1 /01:15
anthonyzambranoSoooooo….Ubuntu + GUID partition table?  anyone?01:15
goerleinadninor: tried that and got rid of it...too slow. Luckybackup is IT for me.01:15
overviewPolah: yes, i try this another time, look reply mount: block device /dev/sda1 is write-protected, mounting read-only01:16
goerbrb.....in 30 minutes. hv an appointment with the doc01:16
leinadninorLuckybackup eh? Thank you for the advice. I'll be purging deja, and installing that as we speak goer01:16
Polahoverview: Hmm, do you have a LiveCD/USB, or can you make one?01:16
Jordan_Uandygraybeal: Ubuntu works fine with GPT. Do *not* install grub's boot sector to a partition, install it to the mbr.01:17
andygraybealyes, not me, i understand01:17
andygraybealthank you :)01:17
overviewPolah: no, this server at data center and, tomorrow i go to idc01:17
Jordan_Uandygraybeal: Also make sure you have a BIOS Boot Partition (which Ubuntu's automatic partitioning creates by default).01:17
Jordan_Uanthonyzambrano: ^^01:17
RandallI'm sure it has to be server side, but what else other that the vsftpd config file would affect my ability to ftp into the server?01:18
anthonyzambranoJordan_U:  gotcha…But i could SWEAR I've done this before…installing grub to a partition, with success.  Is this new?01:18
PolahRandall: IP compatibility? I recall vsftpd having a config to enable IPv6 and disable IPv401:18
Jordan_Uanthonyzambrano: Installing without an embedded area is unreliable. It will work initially but is prone to breakage (this is true of any bootloader).01:19
Polahoverview: It seems very strange that the filesystem refuses to be mounted as writeable. Someone else might be able to help but I think the best way would be to contact the datacenter and organise a technician to start a live session and provide you with KVM over IP access. It may cost a fiar bit though01:20
anthonyzambranoJordan_U: using chimera on my hackintosh, and I'm not too much of a newb to boot live and reinstall grub if it breaks.  <-------In THIS scenario, it will work, at least initially?01:21
overviewPolah: look this http://pastebin.com/mH2Ajh1d01:21
todd_stupid chown question: I get rwx in chown, but in man chown there seems to be extra stuff (sticky, setuid, etc...) is there a good explanation of why one might want to use these, and what they do somewhere???01:21
RandallPolah, perhaps add "listen=NO" and "listen_ipv6=YES" to the /etc/vsftpd.conf file? I'll give it a shot and see what it does.01:21
Polahanthonyzambrano, you can install grub configuration files (i.e. the stuff that normally goes in /boot) to another partition as /boot, but grub itself goes in the bootloader section of the MBR01:22
PolahRandall: listen=YES and listen_ipv6=NO, assuming you're using an IPv4 address?01:22
Polahoverview: That line looks fine to me. I've no idea why it won't mount with write permission anywhere01:24
Jordan_Uanthonyzambrano: Yes, it will work.01:24
pooltablehelp update java?01:25
anthonyzambranothank you sirs01:25
todd_stupid chown question: I get rwx in chown, but in man chown there seems to be extra stuff (sticky, setuid, etc...) is there a good explanation of why one might want to use these????01:25
ActionParsnip!chown | todd_01:26
ubottutodd_: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions01:26
=== tomaw is now known as 13WAAIF5K
overviewPolah: thanks your help. Tomorrow i try with live cd to repair this problem. []s01:26
RandallTried the ipv4 only, no luck. You know what I just realized, at one point i was in the middle of restarting the server (probably in the beginning of the shutdown phase) when filezilla randomly got a ftp connection. Course the server was shutting down so I didn't get very far. Once the server was back up it started giving the same "ETIMEDOUT" error...01:26
qintodd_: http://en.wikipedia.org/wiki/Sticky_bit01:27
todd_!chown does not explain anything other then read write and execute... man I hate bots01:27
ubottutodd_: I am only a bot, please don't think I'm intelligent :)01:27
leinadninorgoer, do you know anything about compiz/metacity quirks by chance?01:28
leinadninoror does anybody here, for that matter?01:28
=== ||arifaX is now known as Guest37818
RandallMaybe if I remove then reinstall vsftp01:30
leinadninoris there a #compiz/metacity compositing problems in general channel that anyone knows of?01:30
=== Guest__ is now known as Upsforyou
leinadninoror a better way to make /list a little more managable and filtered w/irssi?01:31
todd_qin: ok, what about sticky bit on files?01:31
=== Kasjopaja23111 is now known as Kasjopaja
ignarpstodd_, https://secure.wikimedia.org/wikipedia/en/wiki/Sticky_bit01:32
=== Kasjopaja is now known as Guest47078
xangua!alis | leinadninor01:32
ubottuleinadninor: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu*01:32
leinadninorthank you much ubottu -cheers to ya01:33
RandallWould removing and reinstalling vsftpd wipe out any faulty configuration? Or would I have to do something else to purge anything related with vsftpd before reinstalling?01:33
minhthonghow to install 32 bit deb on linux 64 bit? and how to run it?01:33
RandallOr I wonder if there is a better way to test if vsftpd is the issue at all...01:34
=== 31NAAYKWA is now known as sum1nil
=== Stanley001 is now known as Stanley00
RandallVsftpd uninstall/reinstall didn't seem to work either01:37
RandallApache, PHP, SSH, everything else seems to be working fine...01:38
RandallEarlier today I (unsuccessfuly) tried to install phpbb3, but I can't imagine that would have affected it.01:39
=== Z is now known as Guest79927
Randallrunning "netstat -a | grep ftp" shows that its running a-ok but still no response from the server...01:44
unclemantisi just installed a new server instince of ubuntu. I have normaly used root in the past for everything but this time i need to do this right. So do I do to create a new user that has the permissions of root?01:44
Randallunclemantis, all the user really needs is the ability to sudo01:45
RandallI think they just have to be in a "sudoers" file01:45
Randallother than that they really shouldnt have the same access as root01:45
Randallso on my server i have "admin" that is a sudoer01:45
bambanxhow can i know my username on ubuntu guys?01:46
Randallbut I never really need to log into root01:46
utusanbambanx, whoami01:46
bambanxthanks utusan01:46
Squarismisnt there a command to "show me all hosts on this network" ?01:47
TBotNikAll: Can not get DNS to work on inet connect (wlan0) and have errors in PB at: http://pastebin.com/N02P9Qgn.  Notice it says check syslog for errors after fail, but syslog is blank.01:47
leinadninoranyone here with any compositing l33t prob-solving ability?01:47
leinadninoranyone?01:48
utusanbambanx, np.  that's a standard 'nix command01:48
=== Johnny_ is now known as TT
LoshkiRandall: got a different ftp client you can try? Preferably on a different host?01:49
bambanxhow can i create a domain in my ubuntu?01:49
bambanxor what is it?01:49
cnzwhat's the name of kde's dvd burner01:49
zykotick9unclemantis, add whatever user(s) you want to have sudo to the "admin" group01:49
cnzkd3 something like that right01:49
Loshkicnz: k3b01:50
cnzaahh ty Loshki01:50
bambanxi am installing ngnix in ubuntu and the tutorial say me put my domain , how can i know?01:50
RandallLoshki, I usually ftp in with a notepad++ addon that doesnt seem to be working either. But what do you mean by different host?01:50
Bob_DickersonHello?01:51
RandallLoshki, perhaps just try to log in to any other ftp servier?01:51
zykotick9unclemantis, FYI it's also possible (but not supported in this channel) to activate the root account01:51
Bob_DickersonGood, I can be seen.01:51
RandallAnd heard. xD01:51
Bob_DickersonNow, I have a pressing problem. I installed a modifed Ubuntu distro about a few weeks ago, and I cannot access my Windows partition. My windows partition has not been erased, it just I see a blank screen with a blinking cursor on it. What do I do to fix this without having to resort to backup, because I have no Windows 7 disk.01:52
Bob_DickersonI am using Grub 1.9901:53
Bob_DickersonI am using Linux Mint.01:53
leinadninoranyone here with any compositing l33t prob-solving ability?01:53
leinadninoranyone --besides a bot?01:53
leinadninoror can someone recommmend a channel (cos $compiz is d-e-a-d) where I might be able to find some assistance?01:53
aeon-ltdleinadninor: dude just ask your question01:54
Bob_Dickerson 01:54
Bob_DickersonSo, how do I get windows back up?01:54
LoshkiRandall: yes, try another server, and/or another client...01:54
leinadninorok I've done tho whoe git-emerald manual recompile to avoid the segfault, but when I load it my buttons disappear, and theme doen't really load either01:54
zykotick9Bob_Dickerson, mint isn't supported here see "/msg ubottu mintsupport"01:54
Bob_DickersonDo I just destroy the Linux partition or do something else?01:54
Bob_DickersonI know, but its the same thing as Mint 11.01:55
leinadninorwhat gets me it that it was running just fine a cpl days ago, before I had to wipe/rein w/out a good backup01:55
ActionParsnipBob_Dickerson: mint isn't supported here01:55
ActionParsnip!mint | Bob_Dickerson01:56
ubottuBob_Dickerson: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org01:56
leinadninormy cmpiz effects are working, but the emerald theme itself isn't loading properly01:56
Bob_DickersonOh, alright.01:56
zykotick9!emerald | leinadninor01:56
ubottuleinadninor: emerald is an obsolete window decorator for compiz. It's unsupported and unmaintained, making issues with it very hard to diagnose and fix. There are no known, supported alternatives.01:56
ActionParsnipleinadninor: press ALT+F2 and run:  emerald --replace01:56
ActionParsnipleinadninor: I suggest you DON'T use emerald01:56
roothorickCould I use a stock Live USB to make a custom Live USB?01:56
ActionParsnip!remaster | roothorick01:57
ubotturoothorick: Interested in remastering the Ubuntu !LiveCD or !Alternate installer? See: https://help.ubuntu.com/community/LiveCDCustomization and https://help.ubuntu.com/community/InstallCDCustomization - Or use tools such as http://uck.sourceforge.net/ or http://linux.dell.com/wiki/index.php/DRU_Disc_Remastering_Utility01:57
commodoreHey, I need to install grub on another disk because the current boot disk is being decommissioned, the OS runs off of another SCSI drive so all I need to do is move grub to another drive. Ubuntu 10.1001:57
ActionParsnipcommodore: look into grub-install . There are guides around01:58
Loshkileinadninor: back to #compiz for you, I think. I see 58 logins there...01:58
RandallLoshki, filezilla is able to connect to a test ftp host, and I found a website that would test a given ftp host and had it test my ubuntu 10.10 server and the test website wasn't able to connect due to timeout just like on my client.01:58
roothorickActionParsnip: Okay... can I just add packages to a running instance of a LiveCD/LiveUSB on the fly?01:59
RandallSee, I really wouldn't mind nuking the whole server but I have 4 websites on there and I don't have a way to back them up without getting ftp access first.01:59
leinadninorActionParsnip, I've done that...it's what the compiz "extras" kick in, but cost me my (custom)borders and (all my)buttons01:59
ActionParsniproothorick: you can but they will not stick, you need to modify the squashfs. If you install a persistent install then updates and such will be retained01:59
roothorickActionParsnip: I guess I wasn't completely clear. I mean to ask if I could make a custom ISO while booted into a LiveUSB01:59
kolixhey Guys, I'm currently runnugn ubuntu server and looking to change the VGA resolution in the /boot/grub file02:00
TBotNikRepeating: All: Can not get DNS to work on inet connect (wlan0) and have errors in PB at: http://pastebin.com/N02P9Qgn.  Notice it says check syslog for errors after fail, but syslog is blank.02:00
kolixproblem is, i can't find /boot/grub/menu.lst02:00
commodoreActionParsnip: thanks, I'll do that.02:00
LoshkiRandall: I don't think I know enough to debug your ftp issue. Can you use sftp instead for backup?02:00
ActionParsniproothorick: sure, if you have enough space in your ram drive / usb storage etc to work in02:00
leinadninorbefore it got this far, i had to Alt-F2 and run metacity --replace just to get my buttons, be able to move windows, etc etc, and if I ran it attached to a terminal, when it quit, I also lost all keyboard functionality02:00
RandallLoshki, I should just be able to ignore vsftp an install sftp and they won't conflict right?02:01
leinadninorbefore it got this far, i had to Alt-F2 and run metacity --replace just to get my buttons, be able to move windows, etc etc, and if I ran it attached to a terminal, when it quit, I also lost all keyboard functionalitybut Loshki, all 58 of 'em *aren't there*02:01
zykotick9kolix, see /etc/default/grub and you're looking for GRUB_GFXMODE=####x###02:01
TBotNikkolix: I found out that by default the /boot/grub/menu.lst is non-existant and you have to create it.02:01
leinadninorbut Loshki, all 58 of 'em *aren't there*02:01
zykotick9kolix, after any changes you need to run "sudo update-grub2"02:01
leinadninori igot a bot, that was it02:01
LoshkiRandall: they won't conflict. If you already have ssh installed, sftp comes with it I think....02:02
leinadninorI still have it open actually...02:02
roothorickanother idea I had, it may not be 100% ontopic here, but... is it possible to make a "multiboot" USB stick? e.g. have two versions of Ubuntu (x86 / x64) plus Win7 installers and maybe some UBCD02:02
* zykotick9 thinks FTP really must die02:02
kolixzykotick9, thank you02:02
zykotick9kolix, glad to help02:03
Loshkileinadninor: small groups don't/won't/can't provide instant turnaround. Leave it open for 24 hours to give people in other time zones time to login and respond...02:04
kolixzykotick9, so GRUB_GFXMODE is the same as VGA?02:04
kolixit uses the same mode?02:04
zykotick9kolix, no, youse GRUB_GFXMODE=1600x1200 for example02:04
kolixok02:04
zykotick9s/youse/use/02:04
leinadninorLoshki, fair enough. I'm used to very active channels. That was a bad assumption on my part....02:05
kolixso after i edit and save that file, i sudo update-grub202:05
zykotick9kolix, only think i'm worried about there is some KEEP option i'm not giving you02:05
leinadninorI just thought there woulda been a livelier chan, like here, but with ppl that deal with compositing sw issues...02:05
kolix=\02:06
zykotick9kolix, try it without first, but if it doesn't work check out the gfxpayload=keep option02:06
zykotick9leinadninor, you really can't expect much support for a dead piece of software (emerald), good luck.02:07
minhthonghow to install software 32 bit on 64 bit?02:09
Loshkileinadninor: well, 58/1447 means about 4% of ubuntu irc users are passionate enough about compiz to hang out on its irc channel. The really obscure things don't even have a channel....02:09
TBotNikRepeating: All: Can not get DNS to work on inet connect (wlan0) and have errors in PB at: http://pastebin.com/N02P9Qgn.  Notice it says check syslog for errors after fail, but syslog is blank.02:10
unclemantiswhat is the most popular shell that is used?02:11
zykotick9unclemantis, for GNU/Linux that would be bash for sure02:11
unclemantisi just created a new user and when I log in I see $02:11
zykotick9unclemantis, type "bash" does it change?02:11
unclemantisyup02:12
unclemantisso how do i get this to stick?02:12
zykotick9unclemantis, customize the user account, off the top of my head - don't remember how.  Did you use "sudo adduser foo" to create the user?02:12
kolixzykotick9, do i need to reboot the system then?02:13
zykotick9kolix, yes02:13
unclemantisya02:13
unclemantisthey have sudo rights and everything now02:13
zykotick9unclemantis, "chsh" is the command you need02:14
zykotick9unclemantis, run as the user02:14
kolixzykotick9, lol02:14
kolixi think it went smaller02:14
zykotick9kolix, what where you expecting?02:15
unclemantisand then type /bin/bash?02:15
kolixok02:15
kolixi wanted a higher reolution02:15
kolix640x48002:15
dttysHi, i'm using aptitude and i'd like to know if it's safe to upgrade manually packages that are being held at a certain version02:15
nandemonaichsh will change a user shell. You can change it manually from /etc/passwd too but chsh is preferred for obvious reasons ;)02:15
zykotick9kolix, so try that value in grub then?  higher resolution = smaller print02:15
kolixzykotick9, do i put a lowercase x or uppercase x02:15
dudex01b to the legion02:16
zykotick9kolix, just guess but lowercase??02:16
kolix640x48002:16
unclemantishorray that worked02:16
unclemantisthank you02:16
kolixor 640X48002:16
knightragehey all. so i switched from karma to natty, and i really do not like how the scrollbars look in gnome. (where you have to hover over it in order to get the scrollbar put underneath your cursor). i thought i could change that in appearance somewhere, but i can't find it. any ideas?02:16
zykotick9kolix, try the 640x480 first02:16
xanguaknightrage: i am sure i saw how to change them either on omg!ubuntu! blog or webupd8 blog02:17
ActionParsnipknightrage: http://www.tuxgarage.com/2011/04/disable-overlay-scrollbars-in-ubuntu.html02:18
battlehandsI need to install matlab from the CD using terminal as sudo02:18
ActionParsnip!matlab02:18
ubottuMATLAB is a high-level language and interactive environment that enables you to perform computationally intensive tasks. More info and install instructions at https://help.ubuntu.com/community/MATLAB02:18
polygon-pusherwhere is the settings to keep all my session windows for the next time I login?02:18
dttys using aptitude and i'd like to know if it's safe to upgrade manually packages that are being held at a certain version, thanks!02:19
xanguapolygon-pusher: on Startup preferences i believe02:19
kolixugh02:19
kolixi can't sudo anymore02:19
knightrageActionParsnip: got it. thanks02:19
zykotick9kolix, did you change your hostname?02:19
kolixno02:20
kolixi had an ssh server running02:20
zykotick9kolix, type "groups" are you in the admin group?02:20
kolixdoes it start automatically on startup02:20
kolixwww-data02:20
zykotick9kolix, you've got a problem!02:20
kolixhow do i change it?02:20
zykotick9kolix, you incorrectly added one group, and removed all the others02:20
kolixis tht bad?02:21
battlehandsActionParsnip, when I enter the commands "sudo /media/MATHWORKS_R2011A/install" it says command not found02:21
zykotick9kolix, it can be fixed!02:21
zykotick9kolix, i hope ;)02:21
kolixhaha02:21
kolixany advice?02:21
zykotick9kolix, what ubuntu are you using?02:21
kolixserver edition02:21
zykotick9kolix, sorry version #02:22
kolix11.0402:22
polygon-pushernot seeing a start up pref in control center02:22
zykotick9kolix, actually doesn't matter, i doubt anyone here is running server.  I can't really help, you need to find out what groups a regular user is a member of, then try adding yourself to those groups - and PRAY that you don't need sudo02:22
polygon-pushertheres a start up programs but thats all02:22
Cortex___BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE!02:22
Cortex___BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE! BUKKAKE!02:23
zykotick9polygon-pusher, that's what you need02:23
kolixhow do i do that?02:23
kolixplease twell me i dont have to uninstall02:23
polygon-pusherlooking to keep my session for when I log back in to keep all open windows02:23
zykotick9polygon-pusher, option tab02:23
kolixerr reinstall02:23
zykotick9polygon-pusher, for furture reference to add a user to a group use "sudo usermod -aG GROUPFOO USERFOO" the -a means append02:24
zykotick9kolix, see above.  polygon-pusher sorry02:24
polygon-pusher?02:24
polygon-pusheroh lol02:24
polygon-pusher:P02:25
=== mark_meiwurds is now known as Guest7901
ActionParsnipbattlehands: match case exactly, use tab to complete folder and file names02:26
battlehandsActionParsnip, I am installing 2010 version.  I needed to click on 2010 instructions and follow them.  Its working now.02:26
ActionParsnipkolix: you can boot to root recovery mode and add yourself to the admin group. Its rare to need a reinstall02:26
ActionParsnipbattlehands: nice :)02:26
battlehandsActionParsnip, thank you.02:27
ActionParsnipbattlehands: anytime dude02:27
commodoreActionParsnip: The grub-install program won't install to MBR02:31
commodoreI am trying to move grub from one hd to another and grub-install, what I was told I should use isn't installing to the MBR, I don't know how to fix this, could someone please help me out?02:34
=== PapaFoxytrot_ is now known as PapaFoxytrot
kolixdoi need the x windowing system for dvtm?02:46
Fudgewhats default wm in gnome ubuntu natty02:48
zykotick9kolix, wouldn't that defeat the purpose of a "dynamic virtual terminal manager"?02:48
zykotick9Fudge, Unity+Compiz i believe02:48
myname_compile kernel and wireless NOT working for ATHEROS AR928502:49
myname_iwconfig outputs "no extenstion for wireless"...thanks for any help02:50
battlehandsI just installed matlab, but when I try to open it nothing happens.  Ideas?02:50
kolix>.<02:51
kolix!02:51
Fudgezykotick9  oh sorry i mean for gnome classic02:51
kolixi guess so02:51
zykotick9Fudge, metacity02:51
kolixso just install dvtm heh02:51
Fudgethank you zykotick902:51
sedulousbattlehands: start it from a shell and see if there's any output (general advice, not familiar with matlab at all)02:51
myname_compiled linux and wireless not working. any idea?02:52
myname_wireless card is atheros...02:52
myname_I just compiled the latst kernel. Wireless is NOT working. Atheros AR9285. iwconfig outputs "no extension for wireless". any ideas?02:53
RussWon setup, I had a panel with controls (like speaker volume) which has subsequently disappeared.  How can I get that back?02:53
myname_I just compiled the latst kernel. Wireless is NOT working. Atheros AR9285. iwconfig outputs "no extension for wireless". any ideas?02:54
zykotick9myname_, stop repeating, we see your question02:54
ActionParsnipmyname_: we can't support self compiled kernels here02:54
battlehandssedulous, i have the install file in green in the directory that I installed matlab to.  why is there no other green file?02:54
myname_should i ask somewhere else? where? thanks.02:55
zykotick9battlehands, green just mean 777 or everyone/all permission02:55
battlehandszykotick9, well, should the matlab file be one of those permissions?02:56
zykotick9battlehands, ya, probably02:56
ActionParsnipmyname_: possibly #linux02:56
myname_actionparsnip..thnaks02:56
kolixhey zykotick902:57
kolixwhat does a virtual machine host do?02:57
zykotick9kolix, hey02:57
zykotick9kolix, VM is a OS inside another OS02:57
battlehandsI installed matlab but I cannot open the program02:57
RussWI am running Natty if it matters...02:58
kolixok02:58
kolixso i dont really need it02:58
speedrunnerG55can someone help me?02:58
battlehandsI installed matlab but I cannot open the program02:58
zykotick9battlehands, open a terminal, cd into the directory, then run ./MATHLABFOO (or whatever it's called) and see if there is any output/error02:58
myname_join #linux02:59
speedrunnerG55can someone help me install chrome os on virtual box?02:59
zykotick9myname_, "/join ##linux"02:59
myname_I just compiled the latst kernel. Wireless is NOT working. Atheros AR9285. iwconfig outputs "no extension for wireless". any ideas?02:59
zykotick9myname_, still in #ubuntu02:59
speedrunnerG55please02:59
=== `mOOse` is now known as m00se
myname_oops...02:59
myname_sorry about that02:59
battlehandszykotick9, is says no such file or directory02:59
zykotick9battlehands, are you running 64bit ubuntu - "uname -m" if you aren't sure03:00
battlehandszykotick9, i68603:01
zykotick9battlehands, that's 32 bit - do you get any other output at all before "no such..."03:01
battlehandszykotick9, thats it03:01
zykotick9battlehands, i have no idea then, good luck.03:02
battlehandszykotick9, oh... 'bash: ./matlabR2010a: ..."03:02
zykotick9battlehands, ? sorry that doesn't help (me) at all, I still got no suggestions.03:02
chandanhello ubuntu IRC :)03:03
speedrunnerG55hello?03:03
zykotick9speedrunnerG55, try #vbox03:03
chandanI have some weird problem. I can't login to phpmyadmin from my ff in ubuntu. even login info is correct03:04
chandanit reflects back to phpmyadmin/index.php :( help03:05
battlehandszykotick9, Ok.  I found the executable.  Now I have to run it in terminal to open the program.  I want to be able to 'windows key03:06
battlehandsand select matlab from there03:06
kikupotterDevice is mounted and no online capability in fsck tool for file system03:06
kikupotter这是扫什么问题Device is mounted and no online capability in fsck tool for file system03:06
battlehands!matlab03:06
ubottuMATLAB is a high-level language and interactive environment that enables you to perform computationally intensive tasks. More info and install instructions at https://help.ubuntu.com/community/MATLAB03:06
goerBuhao....do not repeat03:07
RenatoSilvawhat's the default home permission? mine is go=rx, I think this is weird03:07
xullihello03:08
RenatoSilvadoes ubuntu store the wrong passwords in failed logins?03:08
PolahRenatoSilva; 755 I believe03:08
zykotick9battlehands, you're asking the wrong person, I've don't use Unity03:08
battlehandszykotick9, ok03:09
ActionParsnipRenatoSilva: http://paste.ubuntu.com/678505/03:09
RenatoSilvaPolah: like mine03:09
DBObattlehands, what is your unity question?03:09
PolahRenatoSilva, hmm, that is 755. group/others=read,execute03:09
ActionParsnipRenatoSilva: 755 as zykotick9 says03:09
RenatoSilvaPolah: he didn't03:09
zykotick9:)03:09
RenatoSilva?03:10
battlehandsDBO, I just finished installing matlab.  To run matlab I have to do it as the super user through terminal.  I want to be able to run it using the windows key and selecting its icon from the app list.03:10
PolahRenatoSilva, didn't what?03:10
jribbattlehands: why would you run matlab as superuser and not a regular user?03:10
zykotick9Polah, 7 means user has read/write/execute, 5 mean group has read/write, and 5 mean other has read/write03:10
RenatoSilvaActionParsnip: home, not home's content03:10
battlehandsjrib, because when I run it as a regular user It wont open.03:10
jribbattlehands: so fix that03:11
ActionParsnipRenatoSilva: oh, the actual folder /home ?03:11
battlehandsjrib, ok, thanks for the help.03:11
RenatoSilvaPolah: what what? last thing you said03:11
Polahzykotick9, read/write would be 6, read = 4, write = 2, execute = 103:11
th0rjrib: oops?03:11
RenatoSilvaActionParsnip: NO03:11
DBObattlehands, what does it do when you run it from a terminal as a regular user?03:11
RenatoSilvaActionParsnip: /home/YOU03:11
ActionParsnipRenatoSilva: specify the folder and I can find out03:11
jribbattlehands: I'm serious.  You do not want to get in the habit of running programs as superuser when it's not necessary to do so03:11
ActionParsnipRenatoSilva: ok, gimme a sec03:11
myname_just an offtopic question...i tried to join ##linux and i keep getting errors "linux cannot send to channel". ideas?03:11
jrib!matlab > battlehands03:11
ubottubattlehands, please see my private message03:11
jribbattlehands: maybe that helps you03:11
RenatoSilvaActionParsnip: you'll find the default as asked?03:11
PolahRenatoSilva, like I said, 755 is default03:12
zykotick9Polah, you got it03:12
RenatoSilvadoes ubuntu store the wrong passwords in failed logins?03:12
Lenny_nobodyhello everyone03:12
RenatoSilvaPolah: like I said, like mine03:12
ActionParsnipRenatoSilva: http://paste.ubuntu.com/678507/03:12
myname_just an offtopic question...i tried to join ##linux and i keep getting errors "linux cannot send to channel". ideas?03:12
zykotick9!register > myname_03:12
ubottumyname_, please see my private message03:12
propmanmyname_ you need to register a user name03:12
ActionParsnipRenatoSilva: indeed03:12
RenatoSilvaActionParsnip: I wanna know default permissions, not yours03:13
PolahRenatoSilva, I've told you the default twice now...03:13
myname_ubottu? how do i read private messages...my first time..using irssi03:13
ActionParsnipRenatoSilva: those are default, i haven't touched them03:13
ubottumyname_: I am only a bot, please don't think I'm intelligent :)03:13
ActionParsnipRenatoSilva: in my case they are one and the same thing03:13
zykotick9!register | myname_03:13
ubottumyname_: 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 #freenode03:13
ActionParsnipRenatoSilva: that's why I am giving you it03:14
dskdaskadsin Power Managemente Preferences, what does it mean "Put computer to sleep when inactive for X minutes"03:14
dskdaskadswhat does it do03:14
myname_!register >myname_03:14
ubottumyname_, please see my private message03:14
myname_oops...03:14
RenatoSilvaPolah: one who understood go=rx unlikely would answer the way you did, so I assume you behave like a dumb03:14
RenatoSilvaActionParsnip: I haven't touched mine too, dumb03:15
Lenny_nobodyhello03:15
ActionParsnipRenatoSilva: weird03:15
RenatoSilvaActionParsnip: why would I ask at all?03:15
Lenny_nobodycan you hear me?03:15
dskdaskadsno Lenny_nobody03:15
ActionParsnipRenatoSilva: you may have been chowning and chmodding you folderz and wanted the default access.03:15
ActionParsnipRenatoSilva: lots of reasons exists why you would ask03:16
RenatoSilvaActionParsnip: sorry?03:16
ActionParsnipRenatoSilva: not at all03:16
kolixhey guys03:16
Lenny_nobodyis there a need to enter irc commands in chatzilla?03:16
PolahRenatoSilva, that's quite insulting. You asked what the default was and said you had go=rx. I said 755 is default and like I said go=rx is group and others having read and exccute, which is 755.03:16
ActionParsnipRenatoSilva: confused really03:16
dskdaskadsActionParsnip: what this option for "Put computer to sleep when inactive for X minutes"?03:16
* RenatoSilva ignores some people03:16
dskdaskadswhat is putting computer to sleep03:16
ActionParsnipdskdaskads: its in power options or screensaver options03:16
dskdaskadspower option03:16
Lenny_nobodyI wanna tether my Iphone on Ubuntu03:16
RenatoSilvathanks all03:16
ActionParsnipdskdaskads: screen blanks and you will be asked for credentials when you move the mouse etc03:17
tonussioii03:17
Lenny_nobodycan anybody help me?03:17
kolixhow can i make the terminal font larger in ubuntu server 11.0403:17
PolahActionParsnip, dskdaskads, I thought putting to sleep would've been suspend or hibernate?03:17
dskdaskadsthanks ActionParsnip03:17
Lenny_nobodycan anybody help me tether my Iphone on ubuntu?03:18
ActionParsnipLenny_nobody: for what service?03:19
Lenny_nobodyAT&T03:19
ActionParsnipLenny_nobody: so 3G then03:19
Lenny_nobodyyes03:19
Lenny_nobodymy wif has been disbaled on my Ubuntu system!03:20
Polahkolix: A terminal as in GNOME terminal or command line like on tty1-6?03:20
Lenny_nobodyI do ifconfig and nothing shows up!03:20
Lenny_nobodyeven ifconfig -a03:21
zykotick9Polah, vt (tty1-6), kolix i take it grub resolution didn't help?03:21
ActionParsnipLenny_nobody: what is the output of: lsb_release -c03:21
Lenny_nobodyoh shit! I'm not at my Linux system presently03:22
ActionParsnipok03:22
zykotick9ActionParsnip, FYI "lsb_release -sc" gets rid of the CodeName: part03:22
ActionParsnipzykotick9: oooh, nice03:22
Lenny_nobodyI'm on windows03:22
ActionParsnipzykotick9: ahhh, (s)imple :D03:22
kolixok03:23
kolixhow do i set a password for root?03:23
ActionParsnipkolix: you don't03:24
zykotick9kolix, not supported in this channel03:24
ActionParsnipkolix: nor is it required03:24
ActionParsnipkolix: you can get a root prompt with:  sudo -i03:24
zykotick9kolix, i agree with ActionParsnip's comment above03:24
kolixActionParsnip, i was never given the option to provide a root password during installtion03:24
ActionParsnipkolix: yes, the account is disabled03:24
zykotick9!root | kolix03:24
ubottukolix: 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/RootSudo03:25
PolahIs sudo apt-get install lxde the proper way to install LXDE or do I need to use another package name like for GNOME?03:25
ActionParsnipkolix: you use your user account and prefix commands with sudo when you need extra access03:25
ActionParsnipPolah: yeah it's fine03:25
PolahActionParsnip, alright thanks03:25
ActionParsniplxde rocks hard03:25
zykotick9or lxde "hardly rocks" :p03:25
PolahWell, we'll see. It's supposed to be lightweight so I guess I'll find out.03:26
zykotick9Polah, it is that (lightweight)03:26
jetscreamerlxde is nice03:27
jetscreamerand lightweight03:27
kolixhow do i change resolution in ubuntu server 11.0403:27
kolix?03:27
dgroosOnce configured, how do you start a VPN connection on a desktop installation?03:27
PolahCould I have multiple panels like with gnome?03:27
ActionParsnipkolix: http://idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-proprietaryrestricted-driver/03:28
vfwI have lxde and Alt-F2 does not bring up the run command.03:28
vfwIt's supposed to.  Right?03:28
zykotick9vfw, alt+f2 is a Gnome shortcut, might not exist in lxde03:29
vfwkolix: xrandr03:29
Lenny_nobodyso to send a private message I use the msg/ command?03:29
zykotick9vfw, xrandr does nothing for VTs03:29
vfwzykotick9: It's in the config03:29
dgroosI've been trying to get VPN to work for close to 3 hours.  I'm using Natty.03:29
dskdaskadsdgroos: hi, whats the problem exactly03:29
dskdaskadsis it pptp or openvpn03:30
zykotick9vfw, "might" not exist in lxde - i'm not an lxde person...03:30
PolahKeyboard Shortcuts from System > preferences is gnome-keybinding, so you'd have to have GNOME installed for those to be set03:30
Nach0zvfw: you might just have to go to apps -> accessories -> LXTerminal03:30
Nach0zI dont know that LXDE does shortcut keys at all actually03:31
Nach0zseeing as it's what i use, i should probably look into that...03:31
dgroosdskdaskads: Thanks for asking!  It's pptp.  I've configured it as per instructions on the 'net but then I don't see how to start it besides going to the panel icon, and putting a check next to the connection name I made.03:31
ActionParsnipvfw: look in ~/.config/lxde  possibly. I'm at work SSHd to my fileserver now, so cannot access LXDE configs03:31
dskdaskadsdgroos: are you using network manager?03:32
ActionParsnipvfw: could ask in #lubuntu03:32
vfwActionParsnip: Ok tnx.03:32
Nach0zActionParsnip: you considered using NeatX?03:32
PolahAlright, time to go and see how good lxde is03:32
dgroosdskdaskads: I've tried initiating an ssh session but nothing happens.  Yes, using Network Manager.03:32
ActionParsnipvfw: possibly ~/.config/openbox/rc.xml03:33
dskdaskadsdgroos: I've never had any problems with pptp in network manager, its much easier than openvpn. check the logs System > Admin > Log File Viewer03:33
dskdaskadsopen it and try to use pptp03:33
ActionParsnipvfw: actually it's lxde-rc.xml03:34
ActionParsnipvfw: may help http://pclosmag.com/html/Issues/201011/page09.html03:34
ActionParsnipvfw: ~/.config/openbox/lxde-rc.xml03:34
dgroosdskdaskads: I went to look at the logs but couldn't find the correct one.  Which one should I check?03:34
rockyHello i just install xampp and im wondering how to start xampp automaticly when i reboot my computer. i checked there site but i think ubuntu works abit diffrently03:34
dskdaskadsdgroos: it should set new log entries with bold03:35
dskdaskadsdgroos: or type "dmesg" in terminal03:35
dgroosdskdaskads: Right!  I'll check, thanks!03:35
PolahWhat does panel alignment in LXDE do?03:35
zykotick9!xampp | rocky03:35
ubotturocky: We do not support XAMPP installs here. Please use the LAMP stack that is in our repositories; see https://help.ubuntu.com/community/ApacheMySQLPHP for more information.03:35
dgroosdskdaskads: but first, just for the record, how DO you initiate a vpn session???03:36
=== KindOne is now known as KindTwo
dskdaskadsdgroos: in network manager i connect to ethernet/wifi setup pptp vpn then sometimes I reload nm-applet and then go VPN connections menu and hit the on I created03:37
chandanlocalhost/phpmyadmin/index.php redirects to same login page.. cannot go further .. help03:37
dskdaskadsone*03:37
RussWWhat is the quickest way to open a shell window in Natty?03:37
rockyzyotick9 its not a matter of supporting the program, i just need to lear how to add a start up service that needs to be ran under SUSO03:37
rockysudo*03:37
vfwActionParsnip: Thanks03:37
vfwRussW: I set F12 as hot-key03:38
zykotick9rocky, just think - if you'd have installed ubuntu's lamp, it automatically adds it to startup...03:38
RussWhow did you do that?03:38
=== KindTwo is now known as KindOne
keithzg_arghhh, just got a new Acer (Timeline X 1830T-6661), and every report I can find through google says its fine, but the wireless card just isn't being detected.03:38
rockygood point zykotick903:38
ActionParsnipkeithzg_: hoook up to a wired connection and get fully updated03:39
zykotick9rocky, check out rc.local perhaps03:39
RussWvfw?  How do you set a hot key?03:40
RenatoSilvahow to manage swap guilly?03:41
zykotick9RussW, Preferences / Keyboard Shortcuts - look for "Open a terminal window" in the list03:42
RussWthanks03:42
ActionParsnipRenatoSilva: can you expand the question please03:42
dskdaskadswhat is the 'app indicator' ?03:44
keithzg_ActionParsnip: Well, in approximately 17 minutes we will see if that works, heh.03:44
ActionParsnipkeithzg_: updates do a lot, after updating try the driver application after a reboot03:45
dskdaskadsoh it's applet :)03:45
RenatoSilvais there any ui way to manage swap?03:46
* RenatoSilva ignores some03:46
RenatoSilvapeople03:46
dskdaskadsRenatoSilva: no one is ignoring, usually users help when they know03:46
dttus@ActionParsnip: think i may be having a similar prob :P03:46
ActionParsnipRenatoSilva: you can set a lower or higher swappiness value03:46
bambanxhow can i know what version of postgres i have inmy ubuntu?03:46
ActionParsnipbambanx: dpkg -l | grep postgres03:47
RenatoSilvaHUH?03:47
keithzg_ActionParsnip: Yeah, it's just that the ar9287 should've worked anyways, from what I could figure out, so it puzzles me.03:47
ActionParsnipkeithzg_: updates may make it ok03:48
* RenatoSilva ignores more people03:48
dttustrying to get working a SMCWUSBS-N2 EZ Connect N Wireless Adapter (Ralink RT2870), but not even the usb stick is bein detected03:48
bambanxthanks ActionParsnip03:48
dgroosdskdaskads: not getting anything with dmesg in terminal...  I think I need to restart my 'puter.  I'll be back :)03:48
dskdaskadslol03:49
Lenny_nobodywhew am I drunk03:49
ActionParsnipRenatoSilva: the swapiness value tells the kernel how often to use swap, high swapiness will make the swap space be used more, lower will try and keep apps in ram and use swap less03:49
bambanx how can set my postgres in ubuntu for start it using /etc/init.d/postgresql-8.4 start03:51
GTRsdkIs it possible to get codecs from Windows into UBuntu?03:52
theadminGTRsdk: no03:52
ActionParsnipGTRsdk: there is w32codecs or w64codecs on the medibuntu repo03:52
GTRsdkact03:52
GTRsdkActionParsnip: will that work with .acm files?03:52
bonksWhat's the best way to setup a gui on natty server?03:53
ActionParsnipGTRsdk: if you install ubuntu-restricted-extras gnome-mplayer vlc and w32codecs   there's not much you won't be able to play, the file extension doesn't tell us much03:53
kolixlol this is gonna sound stupid03:54
kolixbut how do i get into phpmyadmin03:54
GTRsdkActionParsnip: oh. I thought it was a codec installer which could use .acm files.03:54
kolixwhen i installed it using apt-get i was never presented with an option to provide a username and password03:54
kolixi have a mysql root password03:54
ActionParsnipGTRsdk: again, saying the extension of the file means nothing03:54
dskdaskadsafter Kernel upgrade my Wireless patch stopped working. Is this normal?03:55
GTRsdkActionParsnip: the codec I want to use is the atrac3 codec03:55
Polahkolix: username and password are the mysql username and password.03:57
Polahkolix: for phpmyadmin, that is03:57
zykotick9GTRsdk, doesn't help much "RealAudio codecs are a mess" from https://wiki.ubuntu.com/MediaCenter/CodecSupport03:58
bonkshow do I install vino or any other remote desktop on natty server?03:58
theadminbonks: You can't really have a RDC system without a GUI03:58
PolahDoes LXDE have an option for a "Places" menu like on GNOME?03:58
theadminbonks: Look into ssh03:58
PolahAlso, lxterminal seems to make a huge black box about the size of the terminal window at the top left of my screen when I open it03:59
bambanxguys how i can add a service to /etc/init.d ?04:00
bonkstheadmin: I use ssh but I have a remote natty server that I want to install a desktop on and access from windows04:00
theadminbambanx: That is outdated, use /etc/init04:00
theadmin!upstart | bambanx04:00
ubottubambanx: Upstart is meant to replace the old Sys V Init system with an event-driven init model.  For more information please see: http://upstart.ubuntu.com/04:00
theadminbonks: Well, what's the big deal then... apt-get install whatever04:00
bonkstheadmin: I wanted to know how to install a vnc server04:01
theadminbonks: Ah, hm...04:01
=== caplink811-log is now known as caplink811_log
goerHow to copy ppa list from #1 computer to #2 computer (per usb stick)?04:02
chandanhow to uninstall amp in maverick ?04:03
theadminbonks: Well, apt-get install vnc4server04:03
alexis_Hi, I'm having trouble with video on an Intel netbook, can anybody help me?04:03
theadmingoer: cp /etc/apt/sources.list.d/*.list /media/your-usb/04:03
visitor1hi, i just installed a LSI Logic MegaRaid 150-6X, i connected a full hdd but now gparted is only saying unallocetd for the whole drive?04:04
din*yawn*04:04
dskdaskadsI have a weird problem with sensors: it only shows temp of core0 and core2 but I think it detected all 4 cores when I installed sensors for the first time. is there a solution for this?04:05
LanglyInstall a dual core processor04:06
dskdaskads...04:06
dskdaskadsit's a quad cpu..04:06
LanglyYeah, remove the quad and replace it with a dual04:07
Langlyproblem solved :)04:07
dskdaskadsLangly: please stop trolling04:07
dskdaskadslol04:07
dskdaskadsSYstem Monitor detects all 4cores04:07
=== vinces_ is now known as vinces
Polahdskdaskads, could be that those two monitors are malfunctioning and not reporting.04:07
dskdaskadsor a module not loaded?04:08
Polahdskdaskads, if it's showing two of them but not the other two then I'd go for the two not showing being broken. There shouldn't be different modules for each monitor04:08
visitor1does anyone know if i can install a full hdd on a new raid controller? or do i have to format and install it new on the new raid controller?04:08
keithzg_Updated everything, and tried running Jockey; still no sign of the AR9287 wireless card :(04:08
neil_is there a way to get gedit to have a custom configuration depending on the directory it was started in?  In most cases I want tabs in my files, but in a couple of directory I would like spaces instead.04:09
dskdaskadsPolah: when you say "broken".. you mean the hardware or configuration?04:09
Langlydskdaskads, you could always just install windows ME and AOL :)04:09
Polahdskdaskads, could be configuration selected to not report those two actually, you could take a look at that. I'd go for hardware though04:09
theadminLangly, please stop.04:09
LanglyOK, that was intended as a joke though04:10
dskdaskadsPolah: like I said before.. I remember it detected all cores04:10
theadminLangly: Understood, but still, too many of them in such a short amount of time... Also, AOL? I didn't know you can "install" an ISP...04:10
Polahdskdaskads, hardware failure then. You could try from a live session to see if it picks them up, or another operating system04:10
dskdaskads:(04:11
battlehandsI am trying to open matlab after having installed it.  When I click on my file system I find the executable matlab file in the path /usr/local/matlabR2010a/bin , but when I try to locate the file in terminal I am unable to04:11
Langlytheadmin, AOL has its own entire client/software heh04:11
Polahtheadmin: AOL explorer04:11
dskdaskads!ot04:11
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!04:11
theadminLangly, Polah: Oh... lol04:11
LanglyAnd its utter shite04:11
keithzg_ActionParsnip: Yeah, didn't work, alas.04:11
dskdaskadscoretemp-isa-0000 coretemp-isa-000204:13
dskdaskadswhere is 0001 and 000304:13
Polahvisitor1: If you have all the drives from the array and replace the controller, it may work providing the controller supports the type of RAID in use.04:13
Polahdskdaskads, on the moon is my guess04:14
ActionParsnipkeithzg_: good times :)04:14
dskdaskads...04:14
sublim21alright.  can someone help me install a program that requires mono?04:14
sublim21im running on naty04:14
Polahdskdaskads, do you have another operating system at hand you could check on to see if the monitors are functioning?04:14
sublim21i installed mono04:14
dskdaskadsPolah: backtrack04:15
keithzg_pshhh yeah, it's like the old days when wireless cards never worked on Linux . . . arghh. I wish I knew what to do.04:15
theadminsublim21: You might also want a few additional packages04:15
dskdaskadsand window$704:15
sublim21ugh04:15
Polahdskdaskads, you could try on backtrack. I'd go for Windows anyway since that's a whole different kernel and suchlike04:15
sublim21can it be done on a natty installation?04:15
battlehandsI am trying to open matlab after having installed it.  When I click on my file system I find the executable matlab file in the path /usr/local/matlabR2010a/bin , but when I try to locate the file in terminal I am unable to04:15
dskdaskadsPolah: if u know a free app for win7 pm me04:15
keithzg_aha, perhaps https://bugs.launchpad.net/ubuntu/+source/linux/+bug/778168 's suggestion of blacklisting acer_wmi04:16
ubottuLaunchpad bug 778168 in linux (Ubuntu) "WiFi does not function on Acer 1830T with 11.04" [Undecided,Confirmed]04:16
Polahdskdaskads, speccy or CPU-Z should be able to tell you core temperatures04:16
sublim21battlehands: im trying to run a similiar program - smath04:17
juleshello how can i verify myself as admin/root, i want to delete some files, but "access denied"04:18
pRoV7x hi is there any anti-virus that i can use on ubuntu04:19
Polahjules: sudo04:19
dskdaskadsclamav with clamtk04:19
dskdaskadspRoV7x: clamav + clamtk GUI04:19
pRoV7x dskdaskads: thank u04:20
julesi want to delete with mouseclick , not with the terminal < very difficult..04:20
theadminjules: If it's so difficult you shouldn't dig in system files04:20
julesthey are not harmful, just some "icons"04:21
Polahjules: sudo rm <file1> <file2> <file3> and so on. If it's write-protected then chances are you shouldn't be deleting it04:21
towerhiipRoV7x  : http://free.grisoft.com/doc/5390/us/frt/0?prd=afl04:21
Polahjules: And the day will come when you install something that requires those icons and you're left with a blank symbol or an error symbol instead04:21
=== RudyValencia- is now known as RudyValencia
julessudo rm04:21
jules<file>04:21
julescan i use <directory> instead for file if i want to delete one directory?04:22
theadminjules: Then use sudo rm -r /path/to/folder04:22
=== Arcademan is now known as Arcademan`
bonksIs there such services as hosted desktops?04:22
julesfolder = name of folder?04:23
=== Arcademan` is now known as ArcadeDawg
theadminjules: Ugh, just type this in: gksu nautilus04:24
theadminjules: This will start the filemanager in admin mode04:24
theadminjules: Be damn careful though04:24
julesokie i will try04:24
ActionParsnipbonks: how do you mean?04:25
rockyzykoti04:26
ActionParsnipbonks: companies do provide hosting and they can be systems you can view the desktop on if you wish04:26
rockyIm running04:26
julestheadmin, that is the best command hehehe cool04:26
ActionParsnipbonks: the one I work for does, for one :)04:26
=== `mOOse` is now known as m00se
julesfor ending gksu, just close terminal or?04:27
rockyHello guys im running my ubuntu pc as a "server" and i would like to know how  to set it to have a higher resoltion when i start the computer with out a monitor plugged in04:27
bonksActionParsnip: could you PM me that info?04:27
ActionParsnipbonks: it's uk based04:27
=== rclay_ is now known as rclay
ActionParsnipbonks: and for busineeses mainly04:27
Polahbonks: You can just get a server, SSH in and then install a GUI through apt-get.04:27
pRoV7x can i use any firewall with ubuntu?04:28
ActionParsnip!firewall | pRoV7x04:28
ubottupRoV7x: Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Gufw (GNOME) and Guarddog (KDE Lucid and Maverick) also exist.04:28
PolahpRoV7x, if it's compatible yes, but ufw is built in04:28
bonksPolah, i'm getting frustrated that I can't find any guides for natty where comments doesn't say it doesn't work04:28
julesthere ist a firewall packet called gufw04:29
sabrionOkay, here's the timebomb: I'm installing ubuntu on a dell inspirion 1501... and the networking isn't working. <_< Wireless won't even show up, and wired won't connect. Tried "make"ing the driver for it... no avail. Make isn't working. Help!04:29
bonksI was able to install vnc4server and connect to it, but all I see in vnc viewer is a gray screen and a terminal.04:30
Polahbonks: That's because there's no GUI for VNC to display to you otherwise. You'd need to install and configure X and a desktop environment like lxcd or xfce04:30
ActionParsnipbonks: you need to load the desktop in the settings so that it loads when you get connected and such04:31
bonksI did install ubuntu-desktop before vnc4server, will this work?04:32
dskdaskadsok04:32
theadminPolah: "lxcd" is no desktop environment, I don't even know what that is04:32
dskdaskadsmy panels just disappeared and now?04:33
pRoV7x ActionParsnip , Polah: thank you both, i just installed the GUI for ufw.04:33
ActionParsnip!panels | dskdaskads04:33
ubottudskdaskads: To reset the GNOME panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel »04:33
dskdaskadsActionParsnip: temporarily, I dont want to reset them04:33
dskdaskadslol04:33
dskdaskadsI want to reload pls04:33
mordofmy computer lately has been just randomly shutting off - but it looks more like my video card is turning off.. the computer keeps running04:33
ActionParsnipdskdaskads: try:  killall gnome-panel   and it will reload04:33
mordofcan anyone tell me where the main system logs are kept?04:33
theadminmordof: /var/log/04:34
ActionParsnipmordof: /var/log04:34
Polahtheadmin: I meant lxde. I was thinking lxde, xkfe and then thought of xkcd and kind of mashed them together by accident04:34
happygoluckylxdm and lxde are i belive display sessions and managers04:34
koltenHello?04:34
dskdaskadsActionParsnip: it worked :)04:34
ActionParsnipmordof: I'd test RAM using the option in grub04:34
theadminPolah: Thought so :D04:34
ActionParsnipdskdaskads: magic04:34
dskdaskadslol04:34
Polahtheadmin: I got it wrong again then as well, xkfe instead of xfce. All these four letter combinations D:04:34
mordofActionParsnip: :\ that's a disturbing thought... i will soon, which log should i check for the time being?04:34
dskdaskadsoh just another thing. I have 4gb ram and system monitor shows 3.7gb04:35
theadminPolah: Heh04:35
dskdaskadswhy?04:35
ActionParsnipdskdaskads: do you use onboard video?04:35
dskdaskadsActionParsnip: it's a laptop and im not using proprietary drivers04:35
ActionParsnipmordof: n ot sure personally04:35
dskdaskadsi dont know04:35
ELuisHi.04:36
koltenI have a problem. I installed ubuntu 11.04 and my grub 1.99 bootloader has my Windows 7 partition on it as an option to select it, but when I select it, it just brings up a blank screen with a blinking cursor. Any solutions?04:36
ActionParsnipdskdaskads: probably using 32bit Ubuntu, it cannot see the full RAM amount, you may want to install the PAE kernel to see the whole lot04:36
dskdaskadsActionParsnip: im using 64bit04:36
ActionParsnipdskdaskads: then your video chip is probably using some ram04:36
Polahdskdaskads, then that's probably onboard. GPUs that don't have dedicated video memory (i.e. onboard GPUs) borrow from the system memory. 256MB would seem pretty normal and would give you 3.7GB instead of the full 4GB04:36
dskdaskadsoh ok04:37
ELuisWhy is it generally frowned upon when a 30-year-old man lives in part of his mom's home?04:37
ActionParsnipELuis: wrong channel dude04:37
sabrionDell Inspiron 1501, Wireless broadcom 4311 wlan, how do I make it work?04:37
theadminELuis: Because this is the wrong channel04:37
ActionParsnip!broadcom | sabrion04:37
koltenHello? Can anyone hear me?04:37
ubottusabrion: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx04:37
ELuisWhich channel to do you recommend?04:37
rww!ot | ELuis04:37
ubottuELuis: #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!04:37
dskdaskadsELuis: because ppl have different lives04:37
Polahkolten: No we can't hear you, but we can read you.04:37
koltenSame thing.04:38
koltenI have a problem. I installed ubuntu 11.04 and my grub 1.99 bootloader has my Windows 7 partition on it as an option to select it, but when I select it, it just brings up a blank screen with a blinking cursor. Any solutions?04:38
Polahkolten: Whole different sensory input system :/04:38
mordofActionParsnip: can i do the ram test in linux? lol04:38
boxbeatsyhi, i'm trying to setup vsftpd.  everything works, except for some reason, i can't replace any files.  i can delete the file first and then upload it anew.  does anyone know what might be causing this?04:38
ActionParsnipmordof: sure, reboot and hold shift at boot, select memtest from grub04:39
Polahboxbeatsy: Could you pastebin /etc/vsftpd or /etc/vsftpd.conf for me please?04:39
mordofActionParsnip: well, meant from within a logged in session, but i suppose that wouldn't be very effective anyway04:39
sabrionActionParsnip, already attempted, failed.04:39
koltenDid anyone catch my post?04:39
Polahkolten: May be better asked in #grub or #windows04:40
koltenok...04:40
ActionParsnipsabrion: that's how you set them up. Can you expand on "failed" it tells us near nothing04:40
ActionParsnipmordof: not very as the OS would change the contents and create false positives04:41
boxbeatsyPolah: ok, here it is: https://gist.github.com/1c730cd7b1029f52fc6904:41
sabrionActionParsnip, I followed the directions, and the device hasn't activated, it hasn't shown up in the connection manager.... nada, zip, zilch, nathan... failed.04:41
mordofActionParsnip: *nods*. skimmed the logs, found nothing that stuck out :\ i'll have to do a mem test. is there a video card test in existance?04:41
dskdaskads/etc/sensors3.conf04:42
dskdaskads?04:42
mordofman i really hope i'm not going to have to format..04:42
ActionParsnipmordof: not that I know of04:42
sabrionActionParsnip, Ubuntu realizes that the device is there... The previous drivers are installed... but the wireless connections do not show up at all... even after install and restart.04:42
sabrionActionParsnip, and somehow the wired connection is gone as well.04:43
ActionParsnipsabrion: can you give a pastebin of:  sudo lshw -C network; lsb_release -a; sudo rfkill list; dmesg | grep -i firm      Thanks04:43
sabrionActionParsnip, on it.04:43
phenriquehow to down a site? :)04:44
Omen_20hi you guys. I'm having a problem with my new asus laptop. The volume up and down buttons arent working. Theyre combos of fn and F11/F12. When I try entering that key combo it doesnt recognize it.04:44
Omen_20All the other functions that uses fn works though like brightness, wifi, and turning off the screen.04:44
powner<phenrique> what is the ip04:45
mordofActionParsnip: do you know of a way to log all activity into a seperate file - only for the current session?04:45
ActionParsnipphenrique: stop the httpd04:45
mordofActionParsnip: thinking that would show what was currently happening when a crash occurs..04:45
happygoluckyOmen_20: but there is some sound?04:45
ActionParsnipmordof: not sure, maybe others can advise on it though04:45
Omen_20yeah my sound works. I can obviously use the sound menu but I would like to be able to use the keyboard like im used to.04:46
phenriquepowner, 200.137.162.24004:46
mordofDoes anyone know how I would keep a log for everything running only for the current session? I'm having crashing issues and I have no idea where04:46
boxbeatsyPolah: o ok, so i made some headway.  it seems that hte files that i cannot replace are owned by www-data:www-data when the ftp user is twmaftpa:www-data04:46
Polahboxbeatsy: 022 would set files to 755 which would make them non-writeable which may allow you to delete them but not to change/write them04:46
boxbeatsyPolah: do you by any chance know how i could grant twmaftpa user the ability to replace files that have a chown setting of www-data:www-data? (twmaftpa is already part of the www-data group)04:47
Polahboxbeatsy: set umask to 002 which will give group write access04:47
Polahboxbeatsy: You'll need to change the permissions of existing files to 775 as well04:47
sabrionActionParsnip, http://pastebin.com/dvZL0Qjn04:49
Polah[;pl]'#04:49
ActionParsnipsabrion: you missed:   dmesg | grep firm     or does that output nothing?04:50
sabrionActionParsnip, I ran it as a one liner.04:50
ActionParsnipsabrion: cool04:50
sabrionActionParsnip, Apparently reports nothing.04:50
ActionParsnipsabrion: sudo apt-get install bcmwl-kernel-source; gksudo jockey-gtk04:51
ActionParsnipsabrion: you can either use liveCD and install from that, or boot to liveCD and chroot to the installed OS and use the wired network there04:52
sabrionActionParsnip, I was using a usb loader. Any difference?04:52
q0_0pout of curiosity /usr/src/linux are the configs already set and made?04:52
q0_0por would i have to reconfigure .config04:53
happygoluckyq0_0p: far as i know that's a staging area to build kernel04:53
happygoluckyOmen_20: have you looked into using pavucontrol?04:54
happygoluckyam i lagged or something04:55
sabrionActionParsnip, "This driver is activated, but not currently in use"04:55
testdoes anyone know the damn command to stop this message from happening? thesheff17 :Nickname is already in use.04:56
happygoluckysabrion: did you try modprobing it and then ifconfig eth0 up04:56
Polahtest: Yeah, don't pick a nick that's already in use04:56
testits my nick...just got disconnected04:56
testand can't fix04:56
happygoluckytest: so ghost it04:57
sabrionhappygolucky, Can I get specific command on the mod probe... seen it listed too many times without understanding it.04:57
hylianis there something like dwm, but would run along with gnome or xfce?04:57
testk...let me check the ghost command thx04:57
=== eRh is now known as GuestX
happygoluckysabrion: if i had that information i'd tell u04:57
sabrionhappygolucky, any way I can help you to help me with that?04:58
happygoluckysabrion: what are these devices?04:58
=== test is now known as thesheff17
happygoluckywhich brands04:59
sabrionhappygolucky, Broadcom wireless lan, 431104:59
happygoluckyis this a new machine or is it something that worked then stopped04:59
thesheff17happygolucky, thx that fixed it04:59
thesheff17it was driving me crazy05:00
sabrionhappygolucky, old machine, fresh install.05:00
RenatoSilvahow to turn off hibernation in 10.04?05:00
sabrionhappygolucky, dell inspiron 1501 laptop.05:00
sabrionhappygolucky, found it... still nada... but now jockey-gtk reports that the driver is in use.05:03
sabrionso... progress?05:03
RenatoSilvahow to manage swap and hibernation in gui way?05:04
Desconocido# Appears as TONGTYED.http://www.mermeliz.net/cr/dl/Tongtyed.AVB05:06
kolixHi, anyone around05:07
kolix?05:07
puffinme!05:07
puffinWhat does ibm stand for?05:07
kolixok i have a quick question05:07
kolixme and my buddy set up an apache web server on ubuntu server 11.0405:08
theadminpuffin: International Buisness Machines, and that wasn't an Ubuntu question05:08
puffinOkay thanks.05:08
kolixwe were able to access the web server from our computers by typing in the machines ip adress in the url toolbar in our browsers. HOWEVER, now I'm at home and my connection times out05:08
kolixdo i need to set up some type of DNS server or something we can access our web server outside of the ?LAN?05:09
ActionParsnipkolix: are you using the network's WAN IP05:09
Nach0zkolix: you need to set up port forwarding on the server's router05:09
ActionParsnipkolix: you will alos need to setup port forwarding on the router to allow the traffic  through05:09
kolix192.168.2.2 was the machines IP05:09
Nach0zalso you need to know the difference between the network's internal IP address, and the external IP05:09
Nach0z192.168.2.2 is the internal IP address05:10
Nach0zk/w 3805:10
ActionParsnipkolix: something like dydns or noip will allow you to access the system via a name05:10
Nach0z,...whoops.05:10
kolixthe machines hostname was webserver205:10
kolixok slow down a bit guys >.>05:10
ActionParsnipkolix: that won't work if you are not on the same network05:10
kolixlol05:10
datruthI have a dual boot and need more space on my ubuntu how can I take the space I need from the windows partition?05:10
kolixthe machine is still up now05:10
kolixi'm trying to access it through ssh05:10
sabrionActionParsnip, happygolucky: restarted, driver is still activated, but not in use.05:11
=== `mOOse` is now known as m00se
ActionParsnipkolix: you need the WAN IP on the router to connect to, you then make a rule in the router's config to tel it to push connections on port 80 to the server's IP on pot 8005:11
kolixso i need to first find the routers external ip adress, configure the router for port forwarding and then set a static ip to the apache server?05:11
happygoluckysabrion: did you need to do modprobe b43?05:11
ActionParsnipkolix: then port 2205:11
ActionParsnipkolix: same method05:11
sabrionhappygolucky, *shrug* I did it either way...05:11
kolixhow can i find the routers external ip?05:11
ActionParsnipkolix: got it in one :)05:11
ActionParsnipkolix: from the internal network you can visit www.ipchicken.com05:12
happygoluckysabrion: do you have wireless-tools insttalled05:12
sabrionhappygolucky: modprobe -r b43 ssb wl then modprobe wl05:12
ActionParsnipkolix: or you can look at the status of the router in the config pages05:12
kolixActionParsnip, ok. and that will give me the routers ip?05:12
ActionParsnipkolix: yes, you can then access that from ANYWHERE in the world and access your services05:12
kolixif the machine on the LAN is 192.168.2.2, then i edit the router to port forward port 80 to it's ip adress?05:13
sabrionhappygolucky, yes.05:13
ActionParsnipkolix: but the router will drop the link due to the nature of NAT, so you tell it that certain connections are ok to let in, and how they are to be managed05:13
Hot2Trotis there some way I can give a command that uses ffmpeg or something that will stitch videos together? ie "ffmpeg vid1.avi vid2.avi vid3.avi final.avi"05:13
ActionParsnipHot2Trot: you can use:  cat vid1 vid2 > result05:14
kolixawesome thanks guy.05:14
happygoluckysabrion: so then can you plug it in and then ifconfig <device> up and then dhclient <device>05:14
kolixbtw, another quck question05:14
ActionParsnipHot2Trot: the audio will be out of sync and there is a command to make it straight again05:14
kolixwe were thinking about building some type of beowulf cluster for our server using some old comps.05:14
Hot2TrotActionParsnip: The CAT command will put videos together and make one new big one? That seems nuts05:14
kolixour web site is going to be doing a lot of live stream video and playing pre-recordered video05:14
Hot2TrotActionParsnip: bout to test it05:14
kolixwould a beowulf have any effect on the speed of the stream or is that just purely connection speed/bandwidth?05:15
sabrionhappygolucky,  it's a wireless device... nothing to plug up. and ifconfig reports that wl doesn't exist.05:15
ActionParsnipHot2Trot: or more gracefully: cat *avi | mencoder -oac copy -ovc copy -o myvideo.avi -cat *avi | mencoder -oac copy -ovc copy -o myvideo.avi -05:15
ActionParsnipoops05:15
ActionParsnipHot2Trot: cat *avi | mencoder -oac copy -ovc copy -o myvideo.avi -05:15
ubun1if a PCI card (device) is listed with "lspci" does that mean its installed?05:15
ActionParsnipHot2Trot: will do it in one move :)05:15
happygoluckysabrion: is there a wlan0 device in iwconfig05:15
ActionParsnipubun1: no, just detected05:15
puffinhello05:15
sabrionhappygolucky, no.05:16
sabrionhappygolucky, it reports no wireless devices.05:16
ubun1ActionParsnip: thank you... i guess i have to go find out how to install it05:16
happygoluckysabrion: is this a laptop? did you switch the switch on05:16
hyliancan anyone point me in the right direction for dwm? I install it, and then log into it, but all I get is the log in background, and no keys seem to do anything, including the ones that are supposed to log you out...05:16
sabrionhappygolucky, yes, and yes.05:16
Hot2TrotActionParsnip: will that take care of any video formats I have the codecs for, not just avi's? (obiously change the .avi in your command)05:17
sabrionhappygolucky, it's a soft switch... so I've been attempting either way... the light is active at least.05:17
happygoluckysabrion: your wireless card .. the odds of it being the same vendor as your ethernet are slim to none05:17
ActionParsnipHot2Trot: I believe so, Have a search around to verify05:17
sabrionhappygolucky, They are both broadcom, the wireless is 4311, the wired is 4415 or something like that.05:17
MeirDHello05:18
puffinSo who's excited for 11.10?05:18
sabrionhappygolucky,  both ubuntu and the dell website report this to be the case.05:18
theadminpuffin: #ubuntu+105:18
MeirDIf I use Ubuntu installer downloaded from the website (using an  ISO image) and I choose to install Ubuntu instead of the exisiting OS and not alongside it, will it format my computer as well?05:19
ActionParsnippuffin: already running it here05:19
puffin:O05:19
sabrionMeirD: yes.05:19
Hot2TrotActionParsnip: You are amazing, thank you for the help, and thank you for the help you've given me before and the help I'm sure you are likely to give me in the future05:19
ActionParsnipmerlot: it can if you want, or it can resize the NTFS partition to make a dual boot05:19
MeirDgreat, thanks!05:19
ActionParsnipHot2Trot: maybe the opposite will happen too, makes the world go around05:20
Hot2TrotActionParsnip: Well, if you ever need help wasting several hours on google looking for complicated solutions to simple problems, I'm your man! :)05:20
sabrionHot2Trot, I know what you mean.05:21
ubun1i found an install but my pc says "gedit" is not a command05:22
happygoluckysabrion: did you sudo service networking restart and also did you edit your interfaces to use your wireless device with a dhcp and or put nameservers in resolv.conf05:25
chinamanz *.g.o.a.t.s.e.x.*.g.o.a.t.s.e.x.*.g.o.a.t.s.e.x.*05:26
chinamanz g...............................................g05:26
chinamanz o./.....\.............\............/....\.......o05:26
chinamanz a|.......|.............\..........|......|......a05:26
chinamanz t|.......`..............|.........|.......:.....t05:26
FloodBot1chinamanz: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.05:26
chinamanz s`........|.............|........\|.......|.....s05:26
xgt001hi...while compiling 3.0.3 I forgot to include SMP... how to add it after I installed the deb files??05:26
sabrionhappygolucky,  I cannot answer any of those questions, based on the fact that I do not know.05:26
happygoluckyubun1: gedit is a graphical text editor05:27
happygoluckyubun1: use whichever editor you're comfortable in05:27
Hot2TrotActionParsnip: hmm... I rejoiced a little too soon, I tried the straight 'cat vida.avi vidb.avi > newvid.avi' and 'cat vida.avi vidb.avi | mencoder -oac copy -ovc copy -o newvid.avi -' and each makes a new file called newvid.avi, but that file is just the first input file not stiched with the second one05:27
ubun1happygolucky: i guess that LUbuntu doesnt come with this?05:27
happygoluckyubun1: but you should know vi and vim are the defaults usually and it's better to learn those incase you're on a foreign sys05:28
puffinnano!05:28
xgt001my custom kernel doesn't work with DKMS.... I tried sudo dkms build -m fglrx -v 8.881 -k `uname -r`  no avail :(05:29
DasEiubun1: nano and gedit are in lubuntu as in all other 'buntus, it's just the surface that differs, not the packages05:29
revoltesocialeorg05:30
sabrionhappygolucky, so either way, that's probably a negatory on both counts.05:30
Hot2Trotwell I will be back05:30
ActionParsnipHot2Trot: http://www.arsgeek.com/2006/08/07/how-to-join-multiple-avi-or-mpg-files/05:30
happygoluckysabrion: sudo ifconfig wlan0 up05:31
sabrionhappygolucky, "No such device"05:32
=== momoz_ is now known as momoz
happygoluckysabrion: sudo ifconfig eth1 up05:36
sabrionhappygolucky, "No such device"05:37
razerAnyway to switch to max performance when ubuntu is on battery? It's dead slow on battery...05:39
xgt001razer: running on ubuntu classic or unity?05:39
happygoluckysabrion: what's uname -r report?05:40
ActionParsniprazer: look in power options05:40
sabrionhappygolucky, 2.6.38-11-generic05:41
mz_hi i installed postgresql in ubuntu. but it is showing following error when i try to change the password...05:42
mz_psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?05:42
Valrinkaragard05:44
jinumz_: I think probelm with your installation05:45
Us3r_Unfriendlyproud to say i have ubuntu as my main os i run from inside my bathroom05:45
=== JoFo_ is now known as JoFo
happygoluckysabrion: did you apt-get install b43-fwcutter05:45
mz_i installed postgresql using apt-get05:45
sabrionhappygolucky, yeah.05:46
happygoluckysabrion: how about modeprove bcm431105:47
happygolucky*modprobe05:47
Morrise"Since I realized 3 years ago that my circumcision was the worst decision in my life, I don't think I have gone a full 5 seconds without thinking about it. I think about it when I am with other people, when I'm alone, when I'm having sex, when I'm masterbating, when I'm showering, eating, working- out, working, reading, watching tv, the only real escape I get is when I am asleep, but even then I wake up in the middle of the night a05:47
sabrionhappygolucky, "module not found"05:48
Morrise"I was thinking about how circumcision really alters a person. I am a completely different person now at age 24 than I was before I got circumcised at 18. I just find it sick how everyone who is circumcised has an altered experience of life based on their circumcision."05:48
happygoluckymy screen went crazy05:48
DasEirazer: are you using unity ?05:48
ActionParsnipMorrise: wrong channel dude05:49
DasEi!pm | razer05:49
ubotturazer: 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.05:49
happygoluckysabrion: bcm43xx?05:50
razerWhat's with the pm thing?05:50
DasEirazer: can't say where it sits there, gnome-power-manager is the packet that let you set it under settings > energy05:50
sabrionhappygolucky, Nada.05:51
DasEirazer: read about pm few lines above05:52
razerDasEi: It's not there under the power manager05:52
happygoluckysabrion: apt-get install firmware-b43-installer05:53
DasEirazer: http://tinyurl.com/3cd5lbz05:54
Morrise"Isn't it weird to think that someday people will look back at circumcision and say "oh my god, I cannot believe people actually did that"? And we unfortantely are those people who had to live through those times."05:55
=== KurtB is now known as KurtBaway
DasEi!support | Morrise05:57
ubottuMorrise: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com05:57
DasEi!ot05:57
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!05:57
happygoluckyMorrise: non-circumsized men have developed cancer there which has lead to it being amputated whereas 100 percent of circumsisions never do05:57
* amin` wants to know what is the name of the icon that PARCELLITE uses in system-tray05:57
razer_DasEi: The power manger doesn't have the options to turn into performance mode05:57
Morrise"Since I realized 3 years ago that my circumcision was the worst decision in my life, I don't think I have gone a full 5 seconds without thinking about it. I think about it when I am with other people, when I'm alone, when I'm having sex, when I'm masterbating, when I'm showering, eating, working- out, working, reading, watching tv, the only real escape I get is when I am asleep, but even then I wake up in the middle of the night a05:58
sabrionKick him... spammer...05:58
somsip!atroll | Morrise05:58
DasEirazer_: but you can prevent from certain actions when going on battery05:58
sbarcteamhi guys. what shall I grep for in processor features to know if it can run a 64-bit kernel ?05:58
theadmin!ops | Morrise is trolling05:59
ubottuMorrise is trolling: Help! Channel emergency! (ONLY use this trigger in emergencies) - elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, jpds, gnomefreak, bazhang, jussi, Flannel, ikonia, maco, h00k, IdleOne, nhandler, bilalakhtar, Jordan_U, or rww!05:59
razer_DasEi: Will it make it faster? Cuz it's soo slow on battery05:59
DasEiMorrise: mind taking that elsewhere ?05:59
sabrionDane05:59
sabrion*Danke05:59
MorriseHi guys.05:59
DasEirazer_: sure, no hardwarespindown, light05:59
=== razer_ is now known as razer
sbarcteamI can grep flags /proc/cpuinfo. what flag shall I search for to ensure the CPU is 64-bit capable ?06:00
amin`i  wants to know what is the name of the icon that PARCELLITE uses in system-tray06:00
sbarcteamamin`, I think it is action "copy" icon.06:01
razerDasEi: Ok so I ticked off spin down hard disk.. Anything else I can do.. Like CPU usage?06:01
DasEisbarcteam: sudo apt-get install pastebinit && cat /proc/cpuinfo | pastebinit06:01
sbarcteambut if you change it, you will change it for everything.06:02
sbarcteamDasEi, I don't want to paste it.06:02
sbarcteamI want to know what flags to look for.06:02
sbarcteamDasEi, am I not specific enough in my question ?06:02
DasEirazer: as said, I don't use unity, so have to look yourself06:02
razerDasEi: Thanks man... Ill look into it06:03
ActionParsniprazer: could switch to a lighter DE like LXDE. Uses less CPU power and saves battery06:04
DasEisbarcteam: what tells the line Model name  ?06:04
sbarcteamDasEi, can you answer MY question ?06:05
DasEisbarcteam: cat /proc/cpuinfo | grep lm, sure06:05
amin`sbarcteam:  i have parcellite.svg parcellite.png parcellite.xpm which one should replace06:06
sbarcteamthank you.06:06
sbarcteamamin`, do you understand what will happen if you change the "right" file ?06:06
sabrionhappygolucky, keeps failing. Where do I need the tarball? I have to do the installs manually (copy from my comp over to the 1501)06:07
sbarcteamDasEi, I meant thank YOU.06:07
=== raju is now known as Genupulas
aaasis there any benefit of a nas over just a plain home server?06:10
aaasi dont really see much06:11
DasEiaaas: depends on purpose06:13
aaasDasEi I guess if you need somthing simple maybe a bit more reliable thats all i can really see06:14
aaasDasEi other than that it seems like the home server wins in almost all other cases06:14
jaybuttsin order to enter the mind of a haxor I have borrowed some weed from my neighbor and fire up some exploit scanners, I will now proceed to play quake for 3 hours, in order to defeat your enemy you must think like them *sips his mr pibb*06:14
DasEiaaas: nas can be deployed via fstab, if it's always up and might be safer if not reachable through net, and nas might be faster, too06:14
DasEiaaas: a secured samba is another option06:15
aaasDasEi i do wonder if it's faster... compared to samba06:15
DasEiaaas: in my experience the defaults make nas faster, though samba can be tweaked06:17
aaasDasEi  yeah im not sure.. probably marginal gains though that don't override the 20 other possible uses/services you can run on a home server06:17
DasEiaaas: as said, depends on purpose, for just a file here and then scp (ssh) does fine06:18
sabrionhappygolucky, it requires a tarball to be downloaded from a site.... don't suppose there's a manual way to install that?06:18
aaasDasEi yes there's almost always a reason someone would want something...but in this case there seems to be sooo few reasons06:19
DasEiaaas: then go ssh or nas, smallest hassle06:20
w0_hi.  does anyone know of a shortcut key to clear the calculator that comes with ubuntu 11.04?06:20
sabrionw0: ctrl+a, then backspace?06:21
Lasersw0_: Esc works?06:21
jamiewanw0_: alt+f4 should close it06:22
w0_rofl esc works great!06:22
w0_thx!06:22
=== greenclo1d is now known as Antrax
w0_couldn't find it on the web hahah06:22
Lasersw0_: You know how I find out? Just put your mouse on "Clear" button and wait for tooltip to show up.06:22
w0_=) thx guys.  keep ubuntu cool!06:23
sabrionLasers: Look at you with the "it just works" answers. :D Good one.06:23
mah454I have not "Display Manager" in Catalyst : http://www.ngohaibac.com/how-to-setup-dual-monitor-in-ubuntu-904-with-ati-driver/06:25
sabrionanyone know how to install a driver from a tarball?06:27
theadminsabrion: That's likely sourcecode, you do not want if you don't know how to use those06:27
dskdaskadssabrion: first extract lol06:27
dskdaskadsmake06:28
Polahsabrion: I imagine you need to extract the tarball and then build the driver from the source contained06:28
theadminsabrion: Well, check for a file called "README" or "INSTALL" inside the folder06:28
dskdaskadsmake install06:28
DasEi!compile | sabrion06:28
ubottusabrion: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall06:28
sabrionIt is indeed source.06:28
DasEisabrion: for which ahrdware ?06:28
DasEihardware*06:28
sabrionDasEi, the broadcom 4311 wl that i've been working on for a few hours... :(06:29
DasEi!broadcom | sabrion06:29
ubottusabrion: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx06:29
Legend_XeonWhile viewing online flash videos(youtube, howstuffworks etc.), the memory usage rises quite high. Videos don't run smooth and flash. Any idea, why?06:30
Legend_XeonI am using Firefox on ubuntu 11.04.06:30
LasersLegend_Xeon: Flash sucks if you have multiple tabs open (and flash flash flash)06:30
sabrionDasEi, I've tried all that before... to no avail.06:30
theadminLegend_Xeon: "I am using Firefox" << isn't that your problem?06:30
DasEisabrion: where did you get stuck ?06:30
LasersLegend_Xeon: "sudo apt-get install chromium" ;306:31
sabrionDasEi, Oh, about the part where it says "after  you restart the driver should be running, enjoy."06:31
Legend_XeonLasers, but that works quite well on my Windows XP. Same firefox.06:31
jetscreamerit's probably the flash plugin06:31
mah454I have not "Display Manager" in Catalyst : http://www.ngohaibac.com/how-to-setup-dual-monitor-in-ubuntu-904-with-ati-driver/06:31
mah454I have not "Display Manager" in Catalyst : http://www.ngohaibac.com/how-to-setup-dual-monitor-in-ubuntu-904-with-ati-driver/06:31
Legend_Xeoni see06:31
Laserschromium-browser*06:32
jetscreamerthere are >1 flash plugin, no idea which is good06:32
SnowieHi all having some ethernet dramas on lubuntu. Worked until I ran upgrade. Ifconfig shows ipv6addy as fe80 which I beleive is invalid. Slow blinking lite on ethernet port. Suggestions06:32
ssargenntois anybody using xfce instead of unity?06:32
jamiewansabrion: have you tried sortware center and looking for broadcom06:33
DasEisabrion: you installed firmware-b43-installer ? there should be no more need for a compile then, though in first have to modprobe them06:33
SnowieSsargennto, on lubuntu I am06:33
ssargenntoI have read that installing xfce alongside unity/gnome will cause for messy menus in xfce.. due to shared programs or something of that nature.. any truth to that?06:34
DasEiSnowie: try configuring it in /etc/network/interfaces, do a ifdown btw. up or sudo dhclient06:34
=== Mud is now known as Guest37198
mah454I can not config second monitor in ubuntu ! Catalyst have not "Display Manager" : I have not "Display Manager" in Catalyst : http://www.ngohaibac.com/how-to-setup-dual-monitor-in-ubuntu-904-with-ati-driver/06:34
mah454I can not config second monitor in ubuntu ! Catalyst have not "Display Manager" : http://www.ngohaibac.com/how-to-setup-dual-monitor-in-ubuntu-904-with-ati-driver/06:34
SnowieDasei, will look at that file now.06:35
sabrionOkay guys, sit rep. Laptop has no means of communication with the net. I have to ferry files from my laptop to it, by means of a pendrive... all my other options have failed at this point. While attempting to install a program that would work with this install, it consistently fails because it can't download a file from a webserver.... so I have to manually make and install the driver. Copy?06:35
=== krabbe is now known as Krabbe
Lasersssargennto: Sure. It's the same thing for KDE. Although it's not exactly messy -- but I assume you just want XFCE-only packages on XFCE menu and vice versa for Gnome or KDE.06:35
Antraxhi, does anyone know how i can make ssh server accessible anywhere? thanks06:35
hammmahello  all06:36
LasersAntrax: "sudo apt-get install ssh" -- That's it. Now, you have to forward the port on your router.06:36
DasEisabrion: yes and no, the steps and files you can do remotely aka add up to a script and d/l needed files in same dir; no way of wired ethernet ?06:36
ssargenntoLasers, gotcha... thinking of installing xfce.. unsure about it06:36
Antraxi've already tried forwarding the port in my router but still nothing...06:37
sabrionDasEi, Nope... that driver is somehow irreparably disabled.06:37
sabrionDasEi, I have come into one of those *interesting* situations apparently.06:37
DasEisabrion: another way could be use a usb to rj45 adapter, if else things are too hard06:38
Lasersssargennto: Experiment? Use VirtualBox for that.06:38
AntraxLasers: im thinking maybe because i only have 300kbps upload speed at home06:38
sabrionDasEi, I don't have one... Like I said... *interesting situation*06:38
AntraxLasers: that's why my friends cant access my ssh, dont you think?06:39
LasersAntrax: Nothing as in...?06:39
hammmaI'm running unity, how can a launch icon on the side bar open a new program other than bringing the current program window to the foreground06:39
LasersAntrax: Connection closed? -- No responsive -- What?06:39
sabrionTarball contains no  make file. Options?06:40
AntraxLasers: yes, everytime i try access from somewhere it says something like login timeout06:40
DasEisabrion: don't push too hard all in one time, the bcm 4311 isn't such a beast, either do it on your working box and get all the needed prerequs  as the listet steps into the script , hook the hd of bcm to current box, try alive cd and copy things or..06:40
SnowieDasei, ifdown eth0 shows not configured. But is definately in /interfaces as line- auto eth0. Does that tell you anything?06:40
LasersAntrax: Ah. You could change the configuration file. Longer ping response, longer interval, longer grace login, etc etc.06:41
ActionParsnipsabrion: is the tarball a source tarball or binary? What are you trying to achieve?06:41
DasEiSnowie: yes, interfaces lacks some info, how do you connect, dhcp or static ?06:41
LasersAntrax: In /etc/ssh*06:41
SnowieDhcp06:41
sabrionActionParsnip, apparently it is a source tarball of the drivers for the bcm431106:41
DasEiActionParsnip: bcm4311 on a boxwith no inet06:42
SnowieThats listed in the line below06:42
SnowieIface eth0 inet dhcp06:42
DasEiSnowie: ah, so eth0 is configured06:42
AntraxLasers: OK, thank you very much, ill be at home in a minute...i will try your suggestions...06:42
ActionParsnipsabrion: there is a guide on how to install the packages from livecd06:42
DasEiSnowie: what tells a sudo dhclient ?06:43
ActionParsnipDasei: cheers dude06:43
sabrionActionParsnip, no cd.. I used a usb loader... which for some reason isn't doing the same.06:43
ActionParsnipsabrion: same difference06:43
SnowieToo much to type on my android. Anything specific your after.06:44
ActionParsnip!broadcom | sabrion06:44
ubottusabrion: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx06:44
sabrionActionParsnip, Tried that.06:44
DasEisabrion: can you hook bcm' s hd to your running box ?06:44
sabrionActionParsnip, Repeat: USB loader, not working the same.06:44
sabrionDasEi, No.06:44
DasEiheh06:44
sabrionLinux is a fun girl, shows me fun times. :|06:44
SnowieLooks like it tells me I have a valid .4 address from my subnet06:44
DasEisabrion: well, live usb should work, too, did you use a server cd to install ?06:45
DasEiSnowie: so you can connect06:45
sabrionDasEi: Booted from and installed from USB.06:45
ActionParsnipsabrion: if you add the usb as a repo, you can install what is needed from the install device. The process is outlined in the linm06:45
ActionParsnipLink*06:45
DasEisabrion: yes, but which image ?06:45
sabrionDasEi: 11.04, Desktop I believe.06:46
hammmawindows decoration keeps on crashing, is there some sort of a log file to trace the error06:46
hammma?06:46
DasEisabrion: tried connectivity there ?06:46
sabrionDasEi: Beg pardon?06:46
ActionParsniphammma: what is the output of: lsb_release -sc06:47
DasEihammma: /var/log/syslog,  /etc/X11/Xorg.0.log06:47
SnowieDasei, now working. Wth. So perhaps I just need to run that dhcp command if I get stuck again. Flaky old laptop... :S06:47
DasEisabrion: when on live-usb, do you get inet there ?06:47
sabrionDasEi, Had it, lost it.06:47
=== himcesjf2 is now known as himcesjf
DasEiSnowie: can have various reasons, sometimes the nic simply isn't up fast enough06:48
hammmalsb_release -sc : natty06:48
sabrionDasEi, no wait... that was enet... but doing enet here kills everything...06:48
SnowieOk. Thanks. Now on to auto mount usb in xfce, bit at least now I have internet06:49
DasEisabrion: so do another write of live disk with unetbootin and try again, maybe not today (lol, once you hit the wall with it, I can't help either ;) )06:49
sabrionDasEi any way to do full reinstall, this time with updates and drivers?06:49
e75are there any command line programs for managing the ppp connection that the gnome network applet manages?06:49
iamfennechello06:50
e75i'd like to bring up my ppp connection from command line rather than the network applet06:50
DasEisabrion: can try netinstall> expert mode and enable partners repo, though I can't tell if it fetches all then.. I'd rather pull the hd or get a few bucks for an adapter06:50
ActionParsnipsabrion: the broadcom firmware is proprietary and cannot be legally included on the ISO. There is an app on the ISO to extract yours and make the wifi work06:50
e75the configuration for pon isn't even correct. so i'm guessing the network applet brings up the ppp connection a different way06:51
DasEie75: try sudo pppoeconfig06:51
sabrionActionParsnip, Is there a gray hat I can talk to about this?06:52
e75DasEi: last time i done that, it broke my dsl connection from the gnome network applet. :S06:52
nnullsabrion, find a rainbow hat06:52
taddisHi, anyone who knows when the Apache2 DoS bug (http://www.linuxsecurity.com/content/view/155723?rdf) will get fixed in Maverick (Ubuntu 10.10)? Can someone point me to information about this issue for ubuntu?06:52
DasEie75: wrong userdta ? and you can decide after testing wether to write new config or not;; interfaces always overides nm-applet06:53
hammmaneither /var/log/syslog nor /etc/X11/Xorg.0.log exist06:53
DasEitaddis: is already in latest update06:53
ActionParsnipsabrion: that means nothing to me06:53
taddisDasEi, it is? hmm strange06:53
e75hmm. alright. thanks DasEi06:54
ActionParsniptaddis: is there a bug reported, marked as a security risk?06:54
sabrionActionParsnip, White hat: Totally legit, Black Hat: Totally illegal, Gray Hat: Middle of the road.06:54
DasEitaddis: second, I try to grab it06:54
sabrionActionParsnip, Spy vs. spy, old media culture reference to techies.06:55
DasEitaddis: http://paste.ubuntu.com/678624/06:56
sabrionActionParsnip, I was trying to be funny, and now have made a total a** of myself.06:56
ActionParsnipsabrion: yes i know that bit but how does it relate to installing wireless drivers06:56
taddisDasEi, Thanks, that was the link I provided in my question :)06:56
pteagueany idea why ubuntuforums.org now seems to require logging in to just view the forums?06:57
taddisDasEi, or at least the same content06:57
DasEitaddis: don't get dos'ed06:57
sabrionActionParsnip, You mentioned I couldn't legally put it on the iso... I was suggesting that there may be someone else who could suggest  that I do it regardless.06:57
sabrion*How I could do it, regardless.06:57
billybigriggergoogle is your friend06:57
DasEisabrion: action already told you, and leave your missunderstanding part, legal reason have nothing to do with illegal practices06:58
ActionParsnipsabrion: you could remaster your own ubuntu with your own firmware in by default. Not sure of legality there but sounds ok to me.06:58
ActionParsnipsabrion: as i said earlier, everything you need is on the install media but a wired connection makes life waaay easier07:00
DasEisabrion: do a working live usb, bokkmark given link, sleep over it, chroot in the hd, get it done07:00
gaston_Hi all07:00
sabrionActionParsnip, Yeah, probably would.07:00
sabrionDasEi, I can tell it's getting late, because that made 0 sense to me.07:01
sabrionDasEi: My bad jokes aside.... ActionParsnip: I guess I'll have to find some other way to go about this... Tomorrow/Later today. Thanks for your help folks... But It's a bit late for me. Night all.07:01
gaston_I'm just introducing my colleague (Gaston) to xchat. This is his first time here. He's running Ubuntu 11.04 and having problems getting his webcam to work.07:01
gaston_So, I'm out and I'll leave you with Gaston.07:01
ferret_rrrrrrr07:01
ActionParsnipgaston_: does it show ok in cheese?07:02
DasEisabrion: http://tinyurl.com/4x35fm207:02
gaston_no07:02
DasEiah, gone07:02
ouyesuptime07:02
ouyes 15:02:03 up  4:24,  6 users,  load average: 0.58, 0.48, 0.5107:02
gaston_everything looks matelic07:02
ouyeswhy 6 users07:02
gaston_matalic07:02
ouyesI have just one user?07:02
MrL0ngbowmanhello07:02
gaston_im a noob07:03
DasEiouyes: enter who and see07:03
ActionParsnipgaston: ok then run:  lsusb    one line will identify the device, use the 8 character hex id to find guides07:03
gaston_OK, thank you07:03
e75hmm07:03
ouyesDasEi, what is pts/0 ?07:03
gaston_also please tell me what is a good chat software to use that is compatible with yahoo, msn and qq messengers07:04
q0_0pgaston_: i like empathy07:04
lynHi all, I added a subdomain and then run "sudo a2ensite subdomain.domain.com" but this subdomain does't run?07:04
nicofsHow Can I restart my sound?07:04
DasEiouyes: some sleeping process07:05
BlackDexHello there..07:05
e75gaston_: i had problems with a bit of software connecting to qq. qq does have an older beta client they made for linux. it works. not the greatest, but it works.07:05
ouyesDasEi, all are ouyes07:05
ouyesall the user are ouyes07:05
BlackDexubuntu versions before 11.04 had the posibility of viewing man-pages via yelp07:05
gaston_Ok thank you07:05
BlackDexThis isn't possible anymore07:05
gaston_for the information.07:06
stillParsnipouyes: do you ssh to the system?07:06
BlackDexIs there an alternative?07:06
DasEiouyes: yes, but you apparently run diffrent tty's, apps, browsers...07:06
icerootBlackDex: less07:06
BlackDexexcept for the cli07:06
gaston_ttfn07:06
stillParsnipBlackDex: why07:06
ouyesstillParsnip, what ssh?07:07
icerootBlackDex: xman07:07
stillParsnipWhy not cli?07:07
stillParsnipouyes: yes07:07
ouyesDasEi, yes I have 3 ttys one browsers07:07
icerootBlackDex: also gman07:07
ouyesstillParsnip, what is ssh?07:07
DasEi!ssh07:07
ubottuSSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon)07:07
icerootBlackDex: or http://www.linuxmanpages.com/07:07
stillParsnip!ssh07:08
stillParsnipToo slow on my phone kboard07:08
BlackDexThere is no GUI anymore available :S..07:08
BlackDexWhy did ubuntu removed this feature :S07:08
nikitossЗдравствуйте, подскажите пожалуйста как перейти на русский канал убунту07:08
DasEi!ru | nikitoss07:09
ubottunikitoss: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.07:09
stillParsnip!info gman07:09
ubottugman (source: gman): small man(1) front-end for X. In component universe, is optional. Version 0.9.3-5.1 (natty), package size 37 kB, installed size 160 kB07:09
nikitossСпасибо!07:09
icerootBlackDex: i told you 2 programs with a gui07:09
icerootBlackDex: xman and gman07:09
BlackDexow07:09
BlackDexsorry07:09
stillParsnipBlackDex: install gman as iceroot suggested...07:09
BlackDexoverlooked that07:09
BlackDex:$07:10
icerootBlackDex: but i think its a good idea to learn "less" with is the default man-viewer on the shell07:10
icerootBlackDex: gman less :)07:10
icerootor gman man :)07:10
BlackDexi know less..07:11
BlackDexBut sometimes it is easer to have a GUI version07:11
stillParsnipBlackDex: using terminal means your abilities will be more portable to other distros07:11
BlackDexmost of the time i use cli, but sometimes gui is a bit nicer07:11
stillParsnipGiven07:12
rclayHey, does anyone know how to solve this problem? GPG error: http://backports.debian.org squeeze-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA07:12
icerootrclay: wrong channel07:12
rclayI'm running ubuntu07:12
icerootrclay: #debian  and dont!!! mix debian repos with ubuntu repos07:12
stillParsnipRclay: debian isn't supported here07:12
icerootrclay: dont mix them!!!07:12
rclayI'm just getting the puppet 2.7.1 packages.07:13
bladerunnerwhere is all the jobs at!07:13
stillParsnipRclay: mixing debian and ubuntu is also not supported here, nor is it advised or smart07:13
stillParsnipRclay: use an ubuntu ppa07:14
=== bladerunner is now known as being
iceroot!backports | rclay07:14
ubotturclay: If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging07:14
stillParsnipBladerunner: probably in bed at this time07:14
stillParsnip!ppa | rclay07:15
beingwell true07:15
ubotturclay: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa07:15
beinghow hard is it to learn to be a linux admin?07:15
nataliehowdy all. have an ooooolllllllddddd lappy with lubuntu and i have 3 questions. 1. how can i turn off the battery info in tray. battery is removed and this will always be connected AC. 2. i have the original laptop screen at 1080X720 and an additional monitor connected 1920X1080. i can mirror them but im looking for a gui to manage side by side screens.07:15
linuxuz3ri want to know too07:15
rclayYeah, I know about all of those...07:15
linuxuz3rbeing, i want to know too07:15
natalie*2 questions07:15
stillParsnipBeing: i'd ask in #ubuntu-offtopic07:15
rclayI just want to get rid of the error and add the key.07:15
beingic ic07:15
rclayThe debian puppet backports work with ubuntu.07:16
stillParsnipRclay: what you are doing isn't supported07:16
stillParsnipnatalie: ask away07:16
nataliestillParsnip, did. just have 2 now instead of 3. look above. worked out usb mounts07:17
natalie:))07:17
nikitossany russian speeking?07:17
e75nikitoss: i live 50 miles away from siberia. i can't speak russian though. :(07:18
natalienikitos, "in soviet russia, english anys you" lol. sorry, couldn't resist, but no, i dont speak russian07:18
huseyinhi07:18
huseyinsince this morning i have a problem with xubuntu07:18
stillParsnipnatalie: you can look in power options and tell it to never display an icon. The display bit will depend on the video chip used07:18
huseyinall the application borders are gone07:19
huseyini cannot resize, move, close applications by the buttons on the borders07:19
huseyini cannot switch workspaces07:19
FryderykChopintest07:19
FryderykChopinhey07:19
FryderykChopincan one install ubuntu on a netbook that doesn't have a cd reader ?07:19
huseyinthe number of workspaces were two but goes back to 407:19
nataliestillParsnip, i know i can get side by side pretty well with ramdr(???) i think. but i dont want permanent conf in case i do unplug it. is there a tool to manage it better automatically07:20
huseyini cannot see open windows on the panel07:20
stillParsnipnatalie: if its lubuntu, rightclick lxpanel and edit the panel, you can add and remove stuff as you wish07:20
huseyinanyone can give me a hint?07:20
eden6000FryderykChopin: use usbcreator07:20
nicofshuseyin, might be a stupid thing to say, but did you try to restart?07:20
huseyina lot of times07:20
eden6000if you have another pc with ubuntu you can make an usb stick with that utility07:21
huseyini have also stopped some of the processes that starts with the session07:21
eden6000then you boot with it and you can install from usb07:21
nataliestillParsnip07:21
natalielol07:21
nicofshuseyin, from what you say, i'd guess that some of your config is quite screwed up... try #xubuntu, they might help you there...07:22
huseyinthanks07:22
taddisDasEi, I have the latest apache2* () packages for Maverick and I can still bring down our servers with killapache.pl (the test script for the bug). Look at this pastebin: http://paste.ubuntu.com/678642/. So is the bug fixed in debian only, I don't get it?07:22
KTM640Aquestion - i just installed java package etc.. and my terminal screen came into a ToS pretty much when i scroll down it says <Ok> how do i select that.. lol?07:23
nicofsKTM640A, Tab doesn't work?07:23
KTM640Anicofs: that worked, thanks.07:24
KTM640Acould anyone recommend some things a new user to linux should know? websites/tips tricks/ apps etc07:26
=== xabaz_ is now known as isset
aeplusktm640a, read... lots of reading07:28
nicofsKTM640A, depends on what you want to do...07:28
KTM640Ai don't wanna be a n00b that's all lol07:29
nicofsMy sound suddenly sounds weird - how can I restart my sound to work again?07:29
icerootKTM640A: a good start for not beeing a noob is not to use "n00b" or "lol"07:29
icerootKTM640A: or other strange things :)07:29
KTM640Aiceroot: fair enough :p07:29
lazyBonezcan I have gnome-3 on my ubuntu 11.04?07:30
icerootKTM640A: practise is the best way to do the first steps in linux. try to install packages from the gui, them use the shell. try to understand what all the things in "top" ans "ps aux" mean07:30
iceroot!fsh07:31
ethanolany idea why on a dual screen setup the desktop of my left screen (which is turned 90 degrees) appears for about 2 to 3 pixles on my right monitor07:31
KTM640Aiceroot: sounds good, question have you used anything like awesome vm?07:32
KTM640Aiceroot: awesome wm*07:32
icerootKTM640A: no. the very best way for not beeing a noob is to NOT use, kde4, unity, awesome wm and so on :) (my opinion)07:32
icerootKTM640A: just kidding07:33
KTM640Aiceroot: well im using 11.04 with ubuntu classic so go me! ;)07:33
icerootlazyBonez: its not supported and will break gnome207:33
icerootKTM640A: good start :)07:34
KTM640Aiceroot: i do alot of multi-tasking so thats the only reason why i thought awesome wm would be a good idea.07:34
icerootKTM640A: never used it so i dont know07:34
theadminKTM640A: It might be, tiling wms are good if you do many things at the same time07:36
mkquistKTM640A: have patience and do a lot of googleing...  It's a free OS as you know, but takes some effort.  It's worth it if your into this kinda thing.07:36
KTM640Amkquist: oh i do, i really enjoy linux lol i dont think ill ever boot back into windows.07:36
mkquistKTM640A: for me gnome and cairo dock make it a really nice OS07:37
KTM640Amkquist: windows for DirectX for gaming that's all imo.07:37
KTM640Amkquist: have a screenshot of your setup by chance?07:37
mkquistKTM640A: yeah, unfortunately youll prob have to use Win for gaming..07:37
theadminKTM640A: Try Launchy. Epic way to launch apps and open files *very* quickly07:37
mkquistKTM640A: sure07:37
KTM640Atheadmin: do you use any tiling?07:37
theadminKTM640A: Me? No, I rarely perform more than 2 tasks at once, so I use my DE's standard xf4wm07:38
KTM640Ahttp://imageshack.us/photo/my-images/217/screenshotngh.png/ - thats my setup *OLD*07:38
KTM640Athat screenshot is about a month old.07:38
KTM640Atheadmin: i understood everything until you said "DE's standard xf4wm" - time for a google search heh07:39
theadminKTM640A: DE = desktop environment07:40
theadminKTM640A: Mine is XFCE, and it's standard window manager is xf4wm07:40
Untouchab1ehi all.. trying to revert from the manual nvidia drivers to the default jockey ones..07:42
Untouchab1ebut Im having problems doing so.. I have uninstalled the manual nividia drivers, so now what?07:42
DasEitaddis: idk for ubuntu exactly, a day later than debian there was a similar update, though haven't tried it on ubu07:43
mkquistKTM640A: try this one..  http://imageshack.us/photo/my-images/4/screenshotzac.png/07:43
Herzdoes anyone have Acer Aspire 5742ZG? =D I'd just really like to know how ppl like using it07:43
mkquistKTM640A: one of four desktops07:44
=== KNUBBIG_ is now known as KNUBBIG
Herzsh..wrong channel again sorry!!07:44
mkquistKTM640A: dock is Cairo dock and launches the apps...07:44
nicofsMy sound suddenly sounds weird - how can I restart my sound to work again?07:45
Herzwow mkquist : nice desktop07:45
Herzsomewhat of a large screen eh?07:46
KTM640Amkquist: nice07:46
mkquistKTM640A: all have their opinion, but I've found that gnome just seems to work.  With Ciaro-dock and Compiz, I'm of the opinion that it's about as nice as can be07:46
mkquistKTM640A: always found kde to crash alot.  Same with XFCE.  But that's just my opinion.07:47
theadminmkquist: Vuze, k3b? Those are weird choices07:48
KTM640Ahttp://imageshack.us/photo/my-images/13/screenshot2ro.png/07:48
mkquisttheadmin: vuze?07:48
theadminmkquist: Also, Xfce never crashed for me07:48
KTM640Athat screenshot is what i want but more.. clean thats why i was looking at the awesome WM07:48
theadminmkquist: Vuze... The torrent client. 11th icon from the left on your bar07:48
philipballewcan i tell ubuntu a preferd wifi network to connect to when two are present07:49
mkquisttheadmin: oh ic now, just my choices...  have tried others, just kept coming back.  dont find the others to offer any advantages...07:49
KTM640Ai basically want somewhere i can have 2 irssi, 2terminals and maybe video and browser07:49
=== Abbas- is now known as Abs-out
KTM640Athough i normally do run a second monitor just using that on my other rig atm trying out backtrack 5 R107:50
mkquisttheadmin: kept thinking I'd get something quicker, or use less, but in the end, not...  Just my thoughts07:51
chiiiiizHi!!!07:51
chiiiiizOne simple question: can I keep my /home when switching from 32bits to 64 bits?07:51
chiiiiizor are there in the /home infos that depend also on the architecture?07:52
Nimesh_Accenturehi07:52
Nimesh_Accenturewhich room is a good chat room for discussion device drivers07:52
=== typerazor is now known as eHAPPY
theadminmkquist: I see, I use qbittorrent and xfburn07:54
Nimesh_Accenturecan anyone help me on audio drivers07:55
MKMhello07:55
goschello07:56
goschello07:56
grimetonhi07:56
grimetonwhat would a deb-src line look like in ubuntu?07:57
grimetoni'm looking for the ftp server holding the DSC and source tarballs07:57
DasEiNimesh_Accenture: i leave now, but helpful could be :07:57
DasEi!sound07:57
ubottuIf you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.07:57
theadmingrimeton: "deb-src http://example.org/repo/ natty main"07:57
theadmingrimeton: Something like that07:57
grimetontheadmin: yeah but what is the name of the ftp server?07:57
theadmingrimeton: Oh... Uhm, not sure. Not an Ubuntu user07:58
demon002What's the proper way to ask  for help?07:58
Nimesh_Accenture!sound07:58
ubottuIf you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.07:58
grimetontheadmin: *glglgl* ...07:58
theadmindemon002: Ask the question here, that's it07:59
Nimesh_Accenturei actually need help on android audio drivers07:59
theadminNimesh_Accenture: Isn't #android a better place to ask, then?07:59
demon002I would like to install Ubuntu Side by side Windows 7, usually not an issue however I have a RAID, RAID 0 to be more precise. Help?08:00
Nimesh_Accentureneed help on the drivers :( mostly appliocation guys there08:00
demon002and... the channel goes quiet lol08:02
MrL0ngbowmanhi08:02
tomanhello, can someone help me with xsane: I scanned multiple images and i need to convert them from *.pnm to *.jpg-s  or *.pdf, but when i try to save them as a PDF from the xsane the images look terrible, same with imagemagick to JPG ... here is a screenshot of a original pnm and a converted jpg: http://img534.imageshack.us/img534/3379/screenshotsbl.png08:03
KTM640Amkquist: you still here?08:04
demon002theadmin: Any suggestions?08:05
tomansomeone ... ?08:05
demon002tried any different conversion tools toman?08:05
AlecTaylorhi08:05
Flecktoman save as png08:06
jasonmsphey all.  Whats the best gui for iptables on 11.04?08:06
Fleckthen use gimp to convert to jpg - set no compression for good quality08:06
tomanFleck, same happens with PNG :(08:06
nataliei have a script to setup dual monitors, but im wondering what will be the best place to put it on start. ideas08:06
AlecTaylorI finally realised why linux is so fuzzy! - My resolution is wrong. How do I force change from 1680x1050 to 1920x1050? (option doesn't appear in GNOME Monitor)08:06
demon002natalie, um in one of the rc folders?08:07
natalieAlecTaylor, lookup xrandr. will be similar to xrandr -s 'resolution'08:07
KTM640Acould anyone tell me what the person is using on the right side in screenshot? - http://img246.imageshack.us/img246/7509/20080103moparxarchoj0.png08:07
KTM640Ai really like the layout colour/font theme08:08
natalieyup. assume iman00b, which i am. i just dont want to end up with a system that wont display08:08
demon002natalie, each rc folder is a runlevel in ubuntu. Look up how to write scripts that will in the runlevel..08:09
demon002um how do I want to say that..08:09
demon002I want to call them startup scripts.08:09
overcluckerinit scripts?08:10
KTM640Ainitd?08:10
demon002yep08:10
demon002init scripts08:10
demon002thanks08:10
demon002brain fart08:10
nataliedemon002, i guess thats my question. i think it might be safer to run onlogin rather than on boot, right???08:10
demon002I would say yes08:10
demon002because you can always kill the Xserver08:10
demon002and you always have the terminal to fallback on08:11
KTM640Ahttp://luv.asn.au/overheads/linux-startup.html08:11
demon002and if your script fails you can write a new Xorg.conf file08:11
overcluckerthat's one file i'd rather generate that write08:12
demon002yeah.. there is a tool that does it automatically.08:13
demon002built into the x server.08:13
demon002cant remember the command to evoke either..08:13
AzizLightdoes anyone know a good equivalent to notational velocity that works with simplenote under linux please?08:13
demon002I would like to install Ubuntu Side by side Windows 7, usually not an issue however I have a RAID, RAID 0 to be more precise. Has anyone succeeded in this install yet? or found a walk through?08:16
overcluckerI used to use dpkg-reconfigure but i hear that doesn't work well with newer releases08:16
AlecTaylornatalie: http://pastebin.com/bDVkzx7008:16
urlin2udemon002, you might try this channel during daytime US time more people that might know then, or willing to help you anyway.08:17
demon002urlin2u, sounds reasonable. Hawaii Standard time makes it difficult sometimes though =/08:18
=== Abs-out is now known as Abbas-
=== KNUBBIG is now known as KNUBBIG_
demon002natalie, if you have safari books I have a sybex book that outlines the process for writing the Xorg.conf file pretty nicely, should even give tips for the 2 monitor setup I think08:21
nicofsAlecTaylor, looks like you need to add that resolution with xrandr...08:22
boxbeatsyhi guys, does anyone know how i can recursively change all files that currently have permissions set to 644 to 664 within a directory?08:23
aepluschmod -R g+w rootdir08:25
boxbeatsyaeplus: but i only want to change those files that are 644 to 664, not any files that have other permission settings08:25
demon002i was wondering if chmod had a -R option08:25
luitefind . -type f -perm 644 -exec chmod 664 {} \;08:25
overcluckerboxbeatsy: find . -type -d -exec chmod 664 {} \;08:25
aeplusholy crap, that is nice08:26
luiteI think mine is more correct :p08:26
overcluckerah, use luite's08:26
boxbeatsysweeet08:26
overcluckerluite: you read better08:26
boxbeatsyalso, is there a way to make it so that all future files created in this root dir will be set to 664?08:27
demon002find is annoyingly powerful08:27
demon002script ?08:27
demon002attached to a cron job?08:27
somsipdemon002: chmod -R, yes. Just lke that08:27
overcluckerwow, i just looked at what i wrote,08:27
overcluckercomplete fail08:27
aepluschmod 2775 on the directory, and update the default umask value in some file in /etc08:28
aeplusupdate the default umask to 002 rather than 02208:29
boxbeatsyah, awesome.  ok thanks a bunch for the help eveyrone08:29
demon002aeplus has best solution =)08:30
aeplusi'd check if the solution is sound08:30
demon002the inittab does the umask for entire fs doesnt it o.o?08:30
boxbeatsyi found it in /etc/profile08:31
=== himcesjf1 is now known as himcesjf
boxbeatsyumask that is08:31
overcluckerthat's the right file08:31
qwebirc27197Hi08:32
LurchiderLurchHello! Is there a software for ubuntu that can help you in organizing the working hours of different employees e.g. concerning nursing in a hospital station. My language skills are rather bad. Sorry for that.08:33
nicofsCan someone help me get my sound to work again?08:34
KTM640A!sound nicofs08:34
demon002LuchiderLurch, would a spreadsheet do the job?08:34
nicofsI "just" need to restart alsa, that's all - but nobody can tell me how...08:36
demon002nicofs do you think disabling the sound hardware and then reenabling it would accomplish this task?08:37
nicofsdemon002, i don'T have the slightest idea... in the old days (pre 11.04) "sudo service alsa restart" did the job...08:38
nicofsor something similar...08:38
urlin2unickals, from google  http://knol.google.com/k/william-wynn/how-to-restart-alsa-sound-driver-in/3fegkfxlkmrqb/1008:38
nicofsurlin2u, that doesn't exist anymore08:39
sindilespecifying a static ip address using the networkmanager applet results in not being able to access the internet, but using DHCP i dont have this issue08:39
demon002nicofs sudo alsa force-reload08:39
urlin2unicofs, hey you complained.08:40
nicofsdemon002, urlin2u alsa force reload works... i'll check if it did the trick...08:40
nicofsit did... thanks!08:41
boxbeatsyhi, prolly something stupid, but even after i set umask to 002 in /etc/profile, default files are still 644 instead of 664.  is there another file i need to edit?08:41
overcluckerboxbeatsy: restart, maybe?08:42
demon002nicofs, cool =D found the command here https://help.ubuntu.com/community/SoundTroubleshooting08:43
nicofsdemon002, i must admit, i had opened that page at some point... but all i saw was set up, install manually and compile and thought... that's not for me... oO08:44
demon002nicofs, well it isn't exactly in black and white "Do this to restart also" but generally reload makes the service restart and reread its config file08:45
boxbeatsyoverclucker: restart didnt help :\08:45
demon002nicofs sorry "Do this to restart Alsa"08:45
nicofsdemon002, maybe sometimes it just takes a second person to look at something...08:46
boxbeatsyis there some sort of lower level file permission config that could be overriding /etc/profile's umask configuratioN?08:46
demon002nicofs, *shrug* Glad i could help =)08:46
demon002boxbeatsy, um I think yes. Global variables could maybe?08:47
nicofsdemon002, i could have just restarted to solve the issue...08:47
demon002nicofs, I kind of figured that too... considering the force-reload worked =)08:47
boxbeatsyhmm, o wait, does chmod 2775 on my directories overrride umask 002 for some reason?08:48
romankrvHello. My question is: where is in ubuntu.com  file for install ubuntu for netbook. Early it exist in your site. Now I can't see it.08:48
bazhang!une | romankrv08:48
ubotturomankrv: Starting with Ubuntu 11.04, the Ubuntu Netbook Edition is no longer being offered as a separate install as Unity is now standard for all Ubuntu desktop installs.08:48
nicofsdemon002, but i have a bet on who can run his pc longer without restart... ^^08:48
aeplusboxbeatsy, did you logout and log back in, or start another terminal session08:48
=== adante_ is now known as adante
romankrvmaybe exist it in archive?08:49
boxbeatsyaeplus: yea, i also rebooted the server08:49
demon002nicofs, lol My laptop's sound would die randomly, that page helped me I hate rebooting on that slow thing ;)08:49
sonidoany lawyer here?08:50
OerHeksromankrv, see the answer from ubottu: it is the same iso as the desktop now.08:50
demon002romankrv, one second let me see if I can help08:50
nicofssonido, what branch, which jurisdiction?08:50
sonidonicofs - just want clarification on the language and what it actually means - it's a contract between company and buyer (me) for their goods08:51
bazhang!ot | sonido08:51
ubottusonido: #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!08:52
nicofssonido, what made you think, ubuntu is the right channel...?08:52
demon002um so where did the netbook remox go?08:52
demon002remix08:52
sonido"seller warrants that at the time of signing this agreement seller neither knows, nor has reason to know, of the existence of any outstanding title or claim of title hostile to the rights of the seller in the goods."08:52
sonidoall the law channels have no one responding08:52
sonidosorry ^^08:52
bazhangsonido, this is the wrong channel, please do not continue08:52
sonidoubuntu is one the biggest channels so i figured someone might be here08:52
Laurenceb_is there any way to browse a drive image in ubuntu?08:53
icerootLaurenceb_: what type of image? dd image?08:53
demon002could mount it08:53
Laurenceb_iceroot: yes08:53
demon002mount -o loop08:53
icerootLaurenceb_: you should be able to mount it08:53
overcluckerit's a little trickier if it's got partitions08:53
Laurenceb_how?08:53
Laurenceb_no, its an image of 1 partiton08:54
sonidoanyone know of a channel i can join?08:54
romankrvdemon002: ok i wait08:54
icerootsonido: #ubuntu-offtopic08:54
Laurenceb_its stored on a filesystem on an extenal drive atm08:54
bazhang!alis | sonido08:54
ubottusonido: alis is a services bot that can help you find channels. Read "/msg alis help list" for help and ask any questions about it in #freenode. Example usage: /msg alis list #ubuntu*08:54
demon002romankrv I don't see it either. It has dissappeared08:54
Laurenceb_demon002: so hoe do i use mount?08:55
overcluckernetbook remoxhas merged with ubuntu-desktop08:55
Laurenceb_mount -o image.img?08:56
wenkis there 'rarp' command?08:56
demon002Laurenceb mount -o loop *.iso08:56
demon002* being the name of the .iso file08:56
Laurenceb_its a .img08:57
damo22Laurenceb_: what are you trying to mount?08:57
Laurenceb_image of a partition created with dd08:57
demon002Why is a partition in IMG format..08:57
damo22Laurenceb_: what kind of img file is it?08:57
Laurenceb_i dont know08:57
jaybuttsthats what she said08:57
Laurenceb_it was created with dd08:57
damo22Laurenceb_: type "file image.img"08:57
demon002dd oh..but still doesn't explain the .img..08:58
damo22Laurenceb_: what kind of partition was it? is it a dd of a whole disk or just a partition?08:58
Laurenceb_of a partition08:58
damo22Laurenceb_: ok then should be easy08:59
damo22Laurenceb_: what file system was on it?08:59
Laurenceb_it was ext308:59
boxbeatsyooo, it turns out that umask is working for everything except when i upload files via ftp (in which case it's still defaulting to 644 even though i've set /etc/vsftpd.conf with local_umask to 002).  any ideas on why that may be?08:59
Laurenceb_i think the img file is on a fat32 drive08:59
damo22Laurenceb_: it is irrelevant what file system the image file is stored on09:00
demon002did you restart the vsftp?09:00
Laurenceb_damo22: k09:00
damo22Laurenceb_: create a mount point for the image file09:00
Fudgewho knows about metapackages and removing the actual real packages, commands needed09:00
Laurenceb_damo22: how do i do that?09:00
damo22Laurenceb_: eg sudo mkdir -p /media/image109:01
demon002boxbeatsy, did you restart the vsftpd?09:01
boxbeatsydoooh im retarded.  GOT IT.  thanks :)09:01
Laurenceb_damo22: k09:01
Laurenceb_now what?09:01
bazhangFudge, puregnome? purekde what are you trying to achieve09:01
damo22Laurenceb_: sudo mount  -o loop -t ext3 /path/to/image.img /media/image109:02
bullgard6Wat is the purpose of the program oneconf-service? '~$ ls -al /usr/share/oneconf/oneconf-service; -rwxr-xr-x 1 root root 4090 2011-08-19 07:26 /usr/share/oneconf/oneconf-service'.09:02
demon002.. i forgot mount point..09:02
Fudgebazhang  just curious if in ubuntu aptitude is needed to remove the actual packages that a meta package refers to09:02
Fudgeor bazhang  if apt-get remove does the job, is autoremove needed after etc09:03
Laurenceb_damo22: mount: /dev/loop0: can't read superblock09:03
bazhangFudge, if you clarify exactly what you want to do, I can assist09:03
damo22Laurenceb_: hmmmm, try "file /path/to/image.img"09:03
Fudgebazhang  the question is in theory, grasping the process of how metapackage removal is handled09:04
overcluckerbullgard6: maybe ubuntu one?09:04
demon002damo22, superblock info would be with the bootloader wouldnt it?09:04
starchhello, when i try to move a file in /etc/xdg/openbox it says permission denied.09:04
damo22Laurenceb_: paste the output of that command into my private message09:04
Fudgestarch  sudo ?09:05
searchingwhere is the resolution config file on xubuntu 10.10?09:05
melvincvI'm curious, why is Skype for Linux still in beta?09:05
Laurenceb_damo22: http://pastebin.com/WgMF88Wp09:05
bullgard6overclucker: No sir.09:05
Fudgesearching  to resolve what?09:05
demon002starch did try to use sudo before the command09:06
searchingresolution to small09:06
damo22Laurenceb_: type this command: "file /path/to/image.img"09:06
searchingand I can`t see nothing09:06
starchyes, my file dissapred but the old one remained.. :s let me retry.09:06
Fudgefile exists?09:06
starchyes09:06
Laurenceb_damo22: no such file or directory09:06
starchsudo mv rc.xml /etc/xdg/openbox09:07
starchcorrect?09:07
damo22Laurenceb_: you need to identify the path to your image file09:07
Laurenceb_hmm09:07
Laurenceb_its there...09:07
Laurenceb_something is wrong here09:07
searchingif I put in etc/X11/xorg.conf not working09:07
damo22Laurenceb_: you mistyped it09:07
demon002starch are you in the directory of rc.xml?09:07
starchyep09:07
demon002try cp09:08
damo22Laurenceb_: i have given you the right commands you just need to type the right pathname to your image file in there09:08
starchdemon002: that worked, thank you.09:09
Laurenceb_k, thanks09:09
Laurenceb_damo22: /media/Buffalo-ext4/Backups/Ubuntu-10-04.img: data09:09
damo22Laurenceb_: i have a feeling you dd'd the whole disk09:10
demon002Laurenceb try this on that file09:10
Laurenceb_damo22: i dont think so, its the same size as the partiton09:10
melvincvSo can we get a stable version of Skype for Natty?09:10
Laurenceb_and i dd'd from the partiton mount point09:10
damo22Laurenceb_: try sudo fdisk -l /media/.......img09:11
demon002dump2fs /path/to/file | grep superblock09:11
mang0Hm, I've got a "Makefile" install file, and I don't know how to run it. I've set it to "allow executing file as program" but I don't know what to do now...?09:11
Laurenceb_damo22:  doesn't contain a valid partition table09:11
damo22Laurenceb_: can you repeat the dd command you used to dump it09:12
damo22to this screen09:12
Laurenceb_damo22: fraid not09:12
Laurenceb_it was dd from the partiton tho09:12
Laurenceb_to the img file09:12
damo22Laurenceb_: did you dd if=/dev/sda1 ....09:13
Laurenceb_i think so09:13
demon002Laurenceb, try this paste output dump2fs /path/to/file | grep superblock09:14
Laurenceb_where do i get dump2fs from?09:14
demon002>.> maybe it needs to be mounted for that to work first..09:14
damo22Laurenceb_: hexdump -C /path/to/image.img | head -50 and pastebin it09:14
Laurenceb_i dont have dump2fs installed yet09:14
demon002e2fsprogs09:15
demon002Try what damo says first, I'm just guessing09:15
Laurenceb_http://pastebin.com/tXxaC6nV09:16
=== KNUBBIG_ is now known as KNUBBIG
damo22looks like absolute crap to me09:16
Laurenceb_:S09:17
damo22let me examine my own partition09:17
damo22Laurenceb_: are you sure this partition wasnt encrypted09:18
Laurenceb_yes09:18
demon002Laurence, if you can find the superblock with the dump2fs you can mount the fs with that Superblock location.09:19
mang0Hm, I've got a "Makefile" install file, and I don't know how to run it. I've set it to "allow executing file as program" but I don't know what to do now...?09:19
shomonhi, I just upgraded to ubuntu 11 but just get a garbled prompt. how can I fix it?09:19
Laurenceb_demon002: ok ill try09:19
overcluckermang0: what are you installing?09:20
damo22gtg bbl09:20
shomonthis prompt appears even if I hold down shift at boot.09:20
demon002Here is an example, corrupt.. missing or misplaced, if the superblock is there you can mount it Laurenceb http://www.cyberciti.biz/faq/recover-bad-superblock-from-corrupted-partition/09:20
searchingjoin #xubuntu09:20
mang0overclucker a program called Blogtk 2.009:20
Laurenceb_dumpe2fs: Bad magic number in super-block while trying to open09:21
demon002so it doesn't like the image file =/09:22
demon002maybe there is a option.. lemme look09:22
overcluckermang0: usualy there is a file called README, andor INSTALL in the tarballs root dir09:22
KNUBBIGHey, I need help on how to configure my keyboard on oneiric to match an Apple keyboard to reactivate the alt key (for pipes, etc). I remember that there was some setting in Natty but I can't seem to find it. I know I should ask in +1 but I hope someone here knows the answer as noone's answering there. Thanks!09:22
damo22i think you have a dud image file tbh09:22
mang0overclucker Oh, I didn't see the readme ^.^09:22
shomondoes anyone know how to get into grub if shift won't work and a garbled prompt appears on upgrade?09:23
overcluckermang0: Makefile doesn't need to be executable, either09:23
damo22Laurenceb_: are you 100% it was ext3?09:23
Laurenceb_damo22: no09:23
koffeehausis there an alacarte alternative for unity?09:23
mang0overclucker no, I didn't think so, but it was the only thing I could imagine was wrong, Turns out I've got the wrong libarys09:23
Laurenceb_damo22: ut ext4 and vfat fails as well09:23
demon002Laurenceb, try again with the -f flag09:23
damo22Laurenceb_: then try with -t ntfs-3g09:24
Laurenceb_demon002: Couldn't find valid filesystem superblock.09:24
overcluckermang0: have you installed the build-essential package?09:24
demon002... you may.. be hosed.09:24
demon002oh oh found the flag09:24
demon002-i09:24
demon002try with the -i flag09:25
damo22demon002: he doesnt even know if its ext309:25
mang0overclucker I need to install a couple of python libaries. I think it's alright now I've got the readme09:25
demon002..ah, thats easy09:25
demon002Which version of Ubuntu was the partition from?09:25
Laurenceb_no luck09:25
Laurenceb_10.04LTS09:26
demon002ext3 then if it was a standard install I believe09:26
Laurenceb_yeah09:26
Laurenceb_hmm this is bad09:26
demon002yeah.. no superblock no mount09:26
Laurenceb_ill see if i have the files stored anywhere else then i guess09:26
shomonhow can I fix a garbled prompt on boot? it gets printed whatever key is typed09:27
Laurenceb_i screwed up badly and didnt back up a folder in /usr09:27
demon002shomon did you try a reboot?09:27
Laurenceb_this is now my only backup i think :(09:27
demon002Laurenceb, can you maybe try and convert the format of the file with dd?09:27
Laurenceb_its a load of cad libraries09:28
shomonyes demon09:28
shomondemon002 I mean, it reboots in a few seconds back to the prompt09:29
demon002shomon ok. which prompt are you talking about?09:29
demon002ok so the login prompt?09:29
shomona garbled one in lots of strange chaaracters09:29
shomonno, text09:29
Laurenceb_thanks for the help anyway09:29
demon002how did you do the install?09:29
shomonstandard upgrade from 10.10 in the updater app09:30
KNUBBIGHey, I need help on how to configure my keyboard on oneiric to match an Apple keyboard to reactivate the alt key (for pipes, etc). I remember that there was some setting in Natty but I can't seem to find it. I know I should ask in +1 but I hope someone here knows the answer as noone's answering there. Thanks!09:30
shomoninstalledhappily, I rebooted when iy09:30
demon002shomon, would it be a great loss if you did a clean install?09:30
KNUBBIGapt-cache search keyboard09:31
shomont was done and now it just prints this prompt09:31
KNUBBIGwhoops sorry :D09:31
shomonyes it would, I bwould have to take the hrd disk out09:31
shomonsorry I'm typing on a mobile. no backup you see09:31
demon002shomon lemme see if there is some kind of upgrade repair...09:31
shomonwhat is wrong do you think? thanks09:32
Laurenceb_wow09:32
Laurenceb_demon002, damo22: i just found a backup of the folder i need on another drive09:33
Laurenceb_so lucky09:33
Laurenceb_thats like 3 months work, ill be more careful in future XD09:33
demon002Laurenceb_ lucky lol09:33
Laurenceb_thanks for the help XD09:34
demon002shomon, do you have a rescue cd?09:34
shomonno09:34
demon002Live cd? or Live usb?09:34
shomonnot at the moment, but in 20 minutes I will have one I think09:35
demon002I would pop in the Live cd, mount the fs from the hard drive, copy all the files you need and do a reinstall.09:37
demon002Sorry, copy all the files you need to a seperate drive. thumb or whatever the case may be09:38
demon002shomon can you maybe try and flub your way through the login, ya know not really see what your doing and try and see if the rest of the desktop is flubbed or just the login prompt?09:39
damo22Laurenceb_: what if your original command was dd if=/path/to/directory of=image.img instead of a dev node09:42
demon002damo22, he found a backup09:42
damo22ah ok09:42
ownerwhy ubuntu 11.04 not able to detect any of my mouse, external hard drive?09:42
bungholiookay so i installed openbox and managed to f* it up, how can i /reinstall?09:43
bungholioi've tried sudo apt-get remove openbox then /install but the /etc/xdg/openbox folder is empty.. it doesn't have the menu,startup,rc.xml files :s09:44
shomonthanks demon00209:44
demon002shomon could you get through the login?09:44
shomontrying to boot to cd now.09:45
demon002shomon, did you try to blindly login and see if the desktop itself was flubbed as well?09:45
bungholio /join #openbox09:45
bungholiooops09:45
shomonwell I tried, but really it doesn't look like x is loaded. that prompt appears before aanything.09:46
demon002shomon, did you try to delete the xorg.conf file?09:46
shomonI even set it to boot from cd and still the prompt comes up09:46
demon002shomon, the boot order is done through the bios, and it is loaded before Ubuntu, so no matter what you should be able to boot from cd.09:47
demon002your laoptop should have a boot menu09:47
demon002laptop*09:48
shomonok, trying again, maybe it didn't save first time round09:48
ownerwhy ubuntu 11.04 not able to detect any of my mouse, external hard drive?09:48
demon002owner did you check the hardware compatability list?09:49
nyuszika7hHi, I've executed the commands in the part 'Limiting the number of connections' of https://help.ubuntu.com/community/SSH/OpenSSH/Advanced?action=show&redirect=AdvancedOpenSSH, nd now SSHd is broken, I can't SSH in...09:49
nyuszika7hs/nd/and/09:49
ownerdemon002: how do i check it?09:49
demon002there is a website09:50
demon002lemme fetch a link09:50
demon002owner http://ubuntuforums.org/showthread.php?t=173128009:50
ownerdemon002: the same mouse and the same hard drive were working on the previous version of ubuntu. i dont know why version 11.04 not able to detect either of them :S09:51
demon002shomon, any lucj?09:51
rix1234etoken pro 72k java...how can I configure this smart card on linux09:51
demon002owner, not sure but do this step by step and we can see if the hardware is still supported09:51
nyuszika7hI even tried 'iptables -I INPUT 1 -p tcp --dport 22 -j ACCEPT', but it didn't fix the issue.09:52
demon002owner and then we can proceed from there09:52
bungholiosigh, i still can't get this openbox working09:52
shomonhi demon002 yes, very slow boot but it seems to be booting from cd now09:52
ownerdemon002: what is the first step?09:52
demon002owner check the compatability list =)09:52
bungholiohow do i remove openbox 100% then reinstall it with its defaults? :s09:52
nyuszika7hOh, wait, I restarted SSHd and now it works.09:52
dman777_does ubuntu have pax and grsecurity in thier kernels?09:53
nyuszika7hMy last iptables command + restarting SSHd helped.09:53
demon002shomon, ok well thats good. I would backup your files. and after you take the disc out , try to boot into the install on the HDD. and see if you can't delete the Xorg.conf file from the terminal09:53
shomonI will try deleting that or renaming..09:54
demon002shomon ok09:54
=== KNUBBIG is now known as KNUBBIG_
demon002dman777_ Don't quote me but I thought ubuntu used the standard Linux kernal..so if the features are in the standard linux kernal then it is there. If the features are enable, I don't know. I would suggest looking at documentation to find out. or looking at the Kernal source and see.09:56
bungholiohow do i remove openbox 100% then reinstall it with its defaults? :s09:56
demon002bungholio, maybe... uninstall.. reboot, reinstall?09:56
bungholiodemon002: ill try brb09:56
demon002owner, find the list?09:58
ownerdemon002: not yet i have no clue where should i search or find it09:59
demon002http://ubuntuforums.org/showthread.php?t=154300609:59
demon002wait wrong list. one sec.09:59
=== Vampire0_ is now known as Vampire0
demon002owner, here is the Linux HCL. http://linuxhcl.com/10:00
demon002next step, well see if you have the necessary drivers.10:01
bungholiodemon002: nope. no dice..10:01
demon002bungholio, maybe you found a bug, if you used apt and it isn't installing...10:02
bungholiodemon002: the folder before had menu.xml, startup.sh, rc.xml or something and now it just creates an emtpy folder named openbox but nothing inside it this time :s10:02
demon002try deleting the folder manually10:02
bungholioi did10:02
demon002then reinstall10:02
melvincv_what is Super Cow Powers? :D10:02
demon002Don't know but Apt has them.10:03
demon002bungholio....hmm.10:03
bungholiosudo apt-get remove openbox, reboot, sudo rm -f -r openbox, sudo apt-get install openbox10:03
bungholiothats what i did jfyi10:03
tonvinI edit /etc/ssh/sshd_config   and set LoginGraceTime=1 now i can not access my host,pls help me10:04
demon002ok try sudo apt-get install remove openbox && apt-get autoremove10:04
=== ROR-Manny is now known as BUBOY
bungholiodemon002: all in one line?10:05
ownerdemon002: And lemme ask you a question. ones i installed ubuntu 11.04 my laptop got heated quickly and after 15 min it look like going to blown up, even i have 4GB RAM and AMD Proc Why?10:05
demon002yeah, should be fine10:05
bungholioReading package lists... Done10:05
bungholioBuilding dependency tree10:05
bungholioReading state information... Done10:05
bungholioE: Unable to locate package remove10:05
bungholiooops10:06
FloodBot1bungholio: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.10:06
demon002owner, sounds like your fan controller isn't working.10:06
bungholiodidn't mean to spam10:06
=== BUBOY is now known as C448782
demon002np..10:06
demon002so... apt doesn't think its there..10:06
demon002here I'll install the openbox thing.10:06
demon002one sec10:07
melvincv_I heard that AMD processors heat up quickly... is that true?10:07
bungholionot what i heard10:07
demon002melvincv_ is your fan on?10:08
AnkhwatcherHi I just upgraded ubuntu and I think it broke python. I'm getting this error: http://pastebin.com/1Rrp6MgH10:08
jaybuttsnot if u use compound like your supposed to10:08
bungholiomelvincv_: new thermal paste might be needed.10:08
=== Gary is now known as evilGary
wangerintonvin: To check if sshd is listening, you could try "telnet host 22". If you get a "connection refused" ssh is not running, you now know that ssh is not an option to use ;-)10:08
melvincv_Oh, not on my computer. I still use a P4.10:08
icerootbungholio: sudo apt-get remove --purge openbox to completly remove openbox with all conffiles10:08
C448782!ping10:09
ubottuanother contentless ping... sigh...10:09
ownerdemon002: you mean it a hardware issue?10:09
melvincv_I heard of many more complaints with AMD processors than Intel ones, on any OS...10:09
melvincv_yes.10:09
ownerbelieve me AMD is Sucks10:10
demon002owner, I mean we are trying to see, is your hardware supported by Ubuntu, next we will see if Ubuntu has the drivers you need for your hardware if it is supported10:10
bungholioiceroot: okay, tried that and did sudo apt-get install openbox afterwords and created folder once again and no files inside.. what the flip10:10
icerootowner: one problem can be that the system cant read the temp correctly and because of that its adjusting the fan incorrect. a good start is to install lm-sensors, then run sudo sensors-detect and then "sensors" will give you infos about fan speed, cpu temp and so on10:10
icerootbungholio: what files?10:11
icerootbungholio: and what folder you created?10:11
icerootbungholio: and why?10:11
bungholiogod dammit, i just installed openbox too had it working and then replaced it with someone elses for their setup and i didn't like it so removed it -normally i make backup of files before i tamper with them /sigh10:11
melvincv_$ apt-get moo   :))10:11
=== Emmanuel is now known as C448782
demon002owner did you find your mouse on the hardware compatibility list?10:12
bungholioiceroot: menu.xml, rc.xml and startup.sh i believe.10:12
icerootbungholio: dpkl -L openbox  to see what the package contains10:13
AnkhwatcherI'm also having this problem: http://ubuntuforums.org/showthread.php?t=174386510:13
bungholioNo command 'dpkl' found, did you mean:10:13
icerootbungholio: dpkg10:14
icerootbungholio: dpkg -L openbox10:14
bungholiohmm moment10:14
melvincv_I'm planning to get a new assembled desktop, how do I choose the components so that it supports Ubuntu?10:14
iceroot!hardware | melvincv_10:14
ubottumelvincv_: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection10:14
bungholioiceroot: says /etc/xdg/openbox/menu.xml10:15
icerootbungholio: then the file should be there10:15
bungholioiceroot: ..says its there but i dont see it in the folder at all..10:15
icerootbungholio: dpkg -l openbox10:15
icerootbungholio: says ii?10:15
bungholiohttp://pastebin.com/VKTL6U8U10:16
icerootbungholio: dpkg -l openbox10:16
icerootbungholio: not -L now10:16
bungholioii  openbox        3.4.11.2-0ubun standards compliant, fast, light-weight, ext10:17
=== KNUBBIG_ is now known as KNUBBIG
melvincv_Oops, I did not mean branded desktops. I plan to assemble one myself.10:17
icerootbungholio: ls -l /etc/xdg/openbox/menu.xml10:17
ownerdemon002: No not yet10:17
icerootbungholio: says what?10:17
bungholiols: cannot access /etc/xdg/openbox/menu.xml: No such file or directory10:18
bungholioiceroot: ls: cannot access /etc/xdg/openbox/menu.xml: No such file or directory10:18
icerootbungholio: hm10:18
icerootbungholio: strange10:18
icerootbungholio: you installed openbox with "sudo apt-get install openbox"?10:19
bungholioiceroot: that's what im saying lol, is openbox trolling? :(10:19
bungholioiceroot: yep10:19
icerootbungholio: apt-cache policy openbox10:19
melvincv_Does Ubuntu have a better compatibility list for individual devices i.e. Wireless card, LAN card, HDD, DVD drives etc.10:19
airtonixmelvincv_: you like the silence?10:20
airtonixbecause no10:20
bungholioiceroot: http://pastebin.com/BKXtCsDW10:20
icerootmelvincv_: there is a debian-hardware-list using the pci-id maybe that will help (dont have the address)10:21
=== ppessi is now known as pessi
icerootbungholio: very strange10:21
melvincv_I think we could use such a list, as many people in India don't even have a computer. Assembling an ordinary desktop may be the cheapest choice.10:22
icerootbungholio: "sudo apt-get --reinstall install openbox"10:22
icerootmelvincv_: yes would be great if you put your info to the ubuntu-list to improve the list10:22
bungholioiceroot: no difference.. /sigh10:23
melvincv_Of course, the ubuntu-list?10:23
=== MichealH is now known as Supernova
icerootbungholio: no errors in /var/log/dpkg.log?10:23
icerootmelvincv_: https://wiki.ubuntu.com/DebuggingHardwareDetection10:23
icerootbungholio: can you paste the output of "dpkg -l | grep -v ^ii"10:24
melvincv_Oh, thanks, I found the list at http://www.ubuntu.com/certification/catalog10:25
icerootmelvincv_: great, good to know10:25
Bartzyanyway to open a TCP port and print to the socket something besides echo "something" | nc hostname 5555 ?10:25
bungholioiceroot: http://pastebin.com/nyiiTpRb10:26
jaybuttswhat for install<?php session_save_path(";;/byp/;a/../../humhum");10:26
demon002Anyone managed to install 11.04 from Wubi on a RAID?10:27
bungholioiceroot: http://pastebin.com/nyiiTpRb10:27
icerootbungholio: hm very strange10:28
melvincv_How may I find out exactly what hardware I'm using, with the vendor and product ID? Is there a better free database than PCIdatabase.com?10:28
icerootbungholio: i am out of ideas why the files are not placed there10:28
bungholioiceroot: i think openbox is just trolling :(10:28
icerootbungholio: working fine here10:29
bungholioiceroot: can you check your /etc/xdg/openbox10:29
bungholioiceroot: mind uploading them?, maybe that'll work10:29
icerootbungholio: http://pastebin.com/0xt6gN5q10:29
icerootbungholio: http://alpha-unix.de/~iceroot/openbox/10:31
bungholioiceroot: could you upload the files or email them to me? maybe if i toss them in they'll work.10:31
bungholioiceroot: thanks10:31
icerootbungholio: done already :)10:31
=== MH0 is now known as A
=== demon002 is now known as Khargoosh
icerootbungholio: but you have to change the menu.xml :)10:32
=== A is now known as Guest81081
bungholioiceroot: ffs lol10:33
=== Eloonny-xu is now known as Ely-xu
bungholioiceroot: okay, brb10:35
=== Khargoosh is now known as Demon002
bungholioiceroot: it worked!!!10:36
icerootbungholio: great10:37
bungholioiceroot: many thanks! <3310:37
icerootbungholio: maybe you should create a bug about this10:37
icerootbungholio: that a remove --purge and then an install openbox didnt create that files10:37
iceroot!bug | bungholio10:37
ubottubungholio: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.10:37
=== KNUBBIG is now known as KNUBBIG_
bungholioiceroot: never tried, but okay.10:39
icerootbungholio: its always a good idea to create bugs so the maintainers see what went wrong and can fix it10:39
icerootbungholio: else the bug will exist forever10:39
bungholioiceroot: well, it's the least i can do for them; considering openbox is opensource i should return a favour :D10:40
ownerdemon002: this the sensors command result http://pastebin.com/VQgW3wPf are you able to understand what is that?10:40
icerootbungholio: that is the idea of opensource10:40
icerootbungholio: that is one idea of open-source10:40
bars0C10:41
Demon002owner, it means it detected your temperature sensors for your computer, which means they should work and control the fan speed properly10:41
Demon002owner, is the fan blowing in your laptop?10:42
ownerDemon002: it making unusual sound10:42
icerootowner: you have to use "sensors" after you run the sensors-detect10:42
icerootowner: sensors-detect is only running once, after that you can always see the temp with sensors10:43
Demon002owner, yep.10:43
nodexubuntu is awsome10:44
Demon002iceroot, his original problem is that his mouse isn't being recognized and neither is his external drive i believe it was10:44
Demon002modprobe -l ...10:44
ownericeroot,Demon002: sensors shows everything OK.10:44
nodexwas up peoplez10:46
bungholioiceroot: okay, im logged in launchpad.net how do i post a bug, i can only see browse.10:46
Demon002owner, so your problem is that your mouse doesn10:46
Demon002't work10:46
ownerDemon002: not only the mouse anything i plugged!!!10:47
Demon002so you are having a usb issue then?10:47
Demon002have you rebooted your computer since the install?10:48
ownerDemon002: yes i rebooted and the last updated was done hour ago10:49
Demon002k10:49
=== defocus is now known as MichealH
bungholioiceroot: do you use openbox at all?10:49
glebihan!bug | bungholio10:50
ubottubungholio: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.10:50
icerootbungholio: yes with lxdee10:50
icerootbungholio: yes with lxde10:50
scarleodoes someone else have problem with extremely slow browsing with chromium? Firefox is fast, only problem with chromium10:50
bungholioiceroot: you mind if i PM you?, i have a question - don't wanna spam #ubuntu with Openbox.10:51
dmtarmeyhi iv just installed ubuntu tweeks i got an error WARNING: Failed to parse default value `' for schema (/schemas/apps/devhelp/state/main/contents/books_disabled) do i need ti enable this10:51
Kingsyis truecrypt not in the ubuntu reops?10:51
icerootbungholio: i am busy right now :(10:52
ownerDemon002: any idea any suggestion ?10:52
icerootbungholio: maybe try #openbox10:52
overcluckerdon't think truecrypt ever has been in the repos10:52
Demon002owner give me the output for dmesg please10:52
bungholioiceroot: that's fine, thank you for your time you have been very generous with your time and helpful.10:52
Kingsyoverclucker: weird, its a pretty common prog10:52
overcluckerprobably license related10:53
Demon002Anyone seen a tutorial for installing W7 | Ubuntu 11.04 on a Raid 010:53
Kingsydoesnt look like its in a ppa either..10:54
Kingsyoh well, I guess I need to figure out how to install something manually for the first time :S10:54
ownerDemon002: here is it http://pastebin.com/8jRtKNF110:54
overcluckerit's not hard. sudo dpkg -i truecrypt*.deb10:55
overcluckertruecrypt does provide debs fortunately10:55
Demon002owner, I see the problem and don't know how to fix it.10:56
Demon0024.296298] ehci_hcd 0000:00:12.2: startup error -1910:56
Demon002it has an error and is deregistering your USB bus 110:56
bungholioiceroot: that's fine, thank you for your time you have been very generous with your time and helpful.10:57
Demon002owner, you are going to need some expert help, this kernel message is riddled with USB errors10:58
Demon002that's why your usb isn't working.10:58
Kingsyoverclucker: yeah just seen... cooool :)10:58
Demon002Can someone help owner with this issue, his dmesg output above displays his problem. Symptoms are : No USB devices are functional.11:00
overcluckerKingsy: I only wish you could mount ext3 truecrypt volumes on windows, instead of sticking with fat and ntfs11:00
icerootbungholio: that is the reason this channel exists, so feel free to give also support to others :)11:00
dttushi, can your linux headers have a higher version than your linux source? thx11:03
ownerDemon002: I think the easier way is to switch to a different version or distribution11:03
icerootdttus: no11:03
Demon002owner, I would downgrade11:03
nate_need help????11:03
icerootdttus: of course it can but when that happend something went wrong11:03
ownerDemon002: is it possible to find any expert in here?11:04
Demon002Iceroot seems to be it11:04
nate_I need freakn help11:04
Demon002nate_ state your problem11:04
icerootowner: are you using a virtual installation? or installed on hardware?11:04
=== ska is now known as Guest61348
Demon002iceroot dmesg output is above11:05
nate_thank you   how do you add leaf spread for compiz11:05
dttusok then something went wrong: linux-source-2.6.38 and linux-headers-2.6.39.4 :P11:05
nate_I have 11.0411:05
icerootdttus: there is no 2.6.39 on ubuntu11:05
nate_and how do exit terminal for 11.0411:06
icerootdttus: not in the official repos11:06
rekiexit11:06
nate_doesnt work11:06
rekinot sure for 11.04 though11:06
rekiwait11:06
icerootdttus: 2.6.38 = 11.04 3.0 (2.6.40) = 11.1011:06
nate_takes me back 2 login11:06
ownericeroot: installed on my laptop not virtual11:06
=== larry is now known as Guest39922
Kingsyanyone ever had vnc crash with this error in the log ---> zeitgeist-datahub.vala:218: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!11:06
=== nyuszika7h` is now known as nyuszika7h
nate_ and keeps saying that11:06
icerootnate_: tty?11:06
icerootnate_: or gnome-terminal?11:07
Demon002nate_ exit works for me11:07
icerootnate_: to leave tty press ctrl + alt + f711:07
icerootnate_: to leave a terminal, type "exit"11:07
dttus@ iceroot: at least is what i can see in /usr/src; i've been manually installing/updating stuff: so i messed up?11:07
icerootdttus: just install the correct headers for your kernel11:07
icerootdttus: best is to use the kernel-metapackage from the repos11:08
nate_I hit Ctrl+alt F2 is how I enter if that helps11:08
Demon002linux-source do it iceroot?11:08
Demon002nate_ iceroot told you hit alt +f711:08
nate_thanks i try11:09
icerootnate_: ctrl + alt + f7 to switch back to the gui11:09
dttus@iceroot: did uname -r ---- got 2.6.39.4, thought i thought i had to install a matching kernel headers version11:09
nate_got it11:09
rekitry uname -a11:09
icerootdttus: kernel.org (or where you download the kernel) there you also find the headers11:09
dttusi was trying to install some patched drivers for my card11:09
Demon002insmod?11:09
Migi32hi. Not sure if I should ask here or in #eclipse, but when I take a screenshot with "import -window root", Eclipse is always invisible in that screenshot11:10
nate_ on 11.04 the animation  leaf spread in compiz is missing11:10
Demon002dttus, it can be done with insmod11:10
ownericeroot/Demon002: There is any hope?  i am holding now my work.11:10
nate_demon002 you talking to me11:11
Demon002nate_ I'm still looking11:11
nate_anybody can help get leaf spread for 11.04 animations11:12
nate_its MIA11:13
glebihannate_, http://ubuntuforums.org/archive/index.php/t-995174.html11:14
dttus@Demon002: so insmod will unistall my current headers and install the correct ones?11:14
Demon002dttus no, it would install the needed drivers provided you have them11:15
dttusok thanks11:16
Demon002dttus, I was merely stating that there was not a need to compile a new kernal, you can add the functionality with insmod.11:16
nate_that info is out of date11:16
nate_I dont have any animation add-ons11:17
Kingsyanyone know why my vnc would be crashing randomly? this is the log file of a crashed vnc instance --> http://pastebin.com/NSFHcnV8 <---- any ideas would be welcoem11:17
Demon002Kingsy, don't know why but it looks like something is tieing up something VNC needs on :1 display11:19
Demon002so your second monitor?11:19
Demon002or maybe :1 is the vnc display adapter?11:19
KingsyDemon002: well I do have a second monitor but its not turned on..11:19
nate_how do you configure leaf spread animie for 11.0411:20
KingsyDemon002: can you launch the vnc instance to whatever screen you want?11:20
panda_hi11:20
Kingsyso :5 would eliminate that issue ?11:20
panda_how is everyone today11:20
panda_I just installed ubuntu11:20
panda_migrating from windows11:20
nate_fucked annoyed11:20
nate_fucking annoyed11:20
IdleOnenate_: no cursing please11:20
Demon002nate_ i don't see that feature either; kingsy, not sure I would check  command line options..11:20
panda_and I'm having trouble getting my audio device working11:20
KingsyDemon002: no problem, thanks11:21
panda_the speakers are connected and working11:21
IdleOne!sound | panda_11:21
ubottupanda_: 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.11:21
nate_ubuntu is supposed to be so great but i dont the big deal11:21
radisavI cant get to console with ctrl+alt+f1 - it switches my current desktop to11:21
bazhangnate_, ask in #compiz11:21
radisava blank screen11:21
Demon002Kingsy but like i saw saying i don't know if :1 is your second display or it is your vnc? Vnc may be trying to use your second monitor as its display adapter and it could be saying.. that it is in use.11:21
=== bungholio is now known as trans
radisavusing ubuntu 11.0411:22
greekubuvoloskapios ellinas gia voithia?11:22
IdleOne!gr11:22
ubottu#ubuntu-gr και #kubuntu-gr για Έλληνες χρηστές  /  #ubuntu-gr kai #kubuntu-gr gia Ellhnes xrhstes11:22
Demon002kingsy but*11:22
Demon002Kingsy, the more I look the more it appears that something that the X server has assigned as :1 ( your default display being 0) is needed by VNC11:24
Demon002Kingsy, to test this try and rename your Xorg.conf and remove the second monitor and run the config script for X server and see if VNC will run then11:24
KingsyDemon002: yeah changing it to :5 breaks it, your unable to connect11:25
Demon002yeah because it is looking for screen 511:25
KingsyDemon002: hmm I am not sure what you mean about that test..11:25
Demon002ok, vnc needs a "head" to attach to.11:26
KingsyDemon002: ok sure, have in mind tho, that vnc IS running.. but its crashing randomly (on :1)11:26
Demon002ok, so try it on 0:011:26
Demon002or is it 0.. i don't remember the syntax11:27
KingsyDemon002: yeah its :0   umm it says .. A VNC server is already running as :011:28
Kingsyweird11:28
Demon002Kingsy then either connect to that vnc thats running11:28
panda_IdleOne, I've checked out both community pages11:28
Demon002VNC has a command to display current running VNC11:28
Kingsyps aux | grep "vnc"   just shows   chris     6876  0.0  0.0  13128  1052 pts/0    S+   12:28   0:00 grep --color=auto vnc11:28
Demon002or11:28
Demon002Kill it11:28
panda_everything seems tickity boo, but I still can't hear anything11:28
Demon002nah vnc itself11:28
Demon002the vnc command has options for showing its screens11:29
KingsyDemon002: nope you cant connect to :0 it doesnt respond11:29
KingsyDemon002: umm let me try and kill :0 wiht vncserver11:29
Demon002Kingsy yeah was just going to suggest that11:29
KingsyDemon002: You'll have to kill the Xtightvnc process manually11:30
Kingsy** Can't find file /home/chris/.vnc/mars:0.pid11:30
KingsyDemon002: how can I kill the process manually if I cant find it in ps aux ?11:31
Demon002Kingsy you shouldn't have to kill the process, you should be able to kill the display..11:31
Demon002is it showing up in Top?11:31
Kingsyyeah.. when I try   vncserver -kill :0 it says11:31
KingsyCan't find file /home/chris/.vnc/mars:0.pid  You'll have to kill the Xtightvnc process manually11:31
KingsyDemon002: what do you mean?  iotop ?11:31
Demon002ok see if you can find the process in top11:32
Demon002Kingsy nah, just $top11:32
Kingsygot ya 1 sec11:33
damo22demon002: i have no idea what that other guy did earlier with that dd of a partition.... he must have made a mistake11:33
dttusi don't understand: aptitude tells me linux-source-2.6.39.4 is installed, but on the usr/src directory i see the folder linux-source-2.6.38 and the archive linux-source-2.6.39.4.tar.bz2, so which is really installed?11:33
Demon002damo22, i don't know lol, the lack of superblock stumped me11:33
KingsyDemon002: got this output --> http://pastie.org/2459458 <-- I cant see vnc anywhere11:34
Kingsyso I am kinda stumpted11:34
damo22demon002:i reckon he didnt dump the partition at all, he probably dumped a file11:34
Demon002Kingsy, um I believe this calls for an old fashion reboot11:34
KingsyDemon002: k 1 sec11:34
jnsl_my friend is on mac... anyone know what ps -aux there is called11:34
sipiorjnsl_: "ps aux" :-)11:35
theadminjnsl_: Not related, but yeah, "ps aux"11:35
jnsl_ok cool :)11:35
KingsyDemon002: but what are we looking to do after reboot? start the vnc server on :0 ?11:35
theadminjnsl_: Macs are UNIX, after all, BSD specifically11:35
Demon002damo22, that would be the the most logical assumption11:35
jnsl_thanks got quick replies :))11:35
jnsl_for*11:35
Demon002Kingsy, we are looking to start the vnc server on a unused display mate11:35
KingsyDemon002: yeah.. fair beans11:36
Demon002Kingsy, obviously for whatever reason :1 is a no go11:36
KingsyDemon002: ok I am rebooted.. what should I try and start the vnc on?11:36
Demon002Well, could you give me the package name for your vnc, so I can find the correct flags etc. I'm flyin blind11:36
panda_is anyone available to help me with a sound issue?11:37
damo22panda_: ask11:37
theadminpanda_: Don't ask to ask, ask.11:37
KingsyDemon002: Xtightvnc11:37
ThelmariaI've got two harddrives, installed on A. I partitioned B using LVM, and copied / from A->B, then updated /etc/fstab to point to the mounts on B. Is there anything else I should do to ensure I'm still bootable?11:37
Demon002thanks11:37
panda_I have a HD Soundcard, speakers work fine and they're plugged in11:37
panda_I've checked out community pages11:37
rambahi guys i am confused.. if i add a user to the sudoers file, what can he do11:37
theadminThelmaria: /boot/grub/grub.cfg11:38
panda_however, I can't get any playback11:38
damo22panda_: what kind of sound card is it11:38
Demon002Xtight vnc is the viewer right?11:38
Demon002Whatcha using as the server?11:38
damo22panda_: is it usb, pci, or what11:38
gayassdhi everybody11:38
panda_pci11:38
panda_it's part of the motherboard11:38
KingsyDemon002: no thats the server.. umm the process name11:39
rambahi guys i am confused.. if i add a user to the sudoers file, what can he do11:39
Demon002Kingsy what server are you using11:39
damo22panda_: okay... try alsamixer and unmute your sound device11:39
Demon002Xtightvnc is a viewer, not a server from what the Ubuntu software center says.11:39
KingsyDemon002: I start it with vncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565 -httpport 5901  as an example...11:39
theadminramba: Depends on what you specify11:39
rambatheadmin: im really lost lols11:39
Demon002OK, your server would be the issue then.11:40
rambai want the user to be able to use sudo for his own account11:40
rambabut he cant interfere with others11:40
theadminramba: Don't touch it, then. Just add the user to the "admin" group11:40
rambaalright so he can log in via sudo too?11:40
theadminramba: And um... I don't think I quite understand11:40
Demon002kingsy the server should most likely be started on :0 . All hardware goes from 0 up not 111:40
Demon002um  : 111:40
rambatheadmin: i want the user to be able to use limited sudo commamnds if the helps11:40
Demon002sorry11:40
AccidusI wish to erase my 10.10 installation and install 11.04, but keep my current home directory, which is on a different partition. In the installation CD, should I choose "erase ubuntu 10.10 and reinstall" or "Something else"? In the latter case, how should I proceed?11:40
panda_damo22, install ALSA Mixer?11:40
=== dvz-_ is now known as dvz-
Demon002Kingsy it should be started on : 011:41
damo22panda_: open a console terminal and run "alsamixer"11:41
panda_damo22, or just check out Sound Settings in System Preferences..11:41
panda_okj11:41
KingsyDemon002: hmmm not sure how to fix that then11:41
damo22panda_: do you get all these coloured bars?11:41
Demon002Kingsy VNC has a config file I would assume.11:41
panda_damo22, yeap11:42
panda_except for Line and Rear Mic11:42
dttushi, aptitude tells me linux-source-2.6.39.4 is installed, but on the usr/src directory i see the folder linux-source-2.6.38 and the archive linux-source-2.6.39.4.tar.bz2. I checked and there are no broken packages, so which is really installed?11:42
theadminramba: Well, "username ALL=(ALL) command1, command2, command3" in Sudoers will allow "username" to run command1, command2 and command3 with sudo only11:42
panda_damo22, and Front Mic11:42
rambatheadmin: ok thx11:42
damo22panda_: okay which port are you plugging the speakers in11:42
Demon002Kingsy , so you have Xtightvnc for the viewer and Tightvnc for the server then?11:42
damo22panda_: rear jacks or front panel?11:42
rambatheadmin: wait so if he trys to log in as sudo, what password does he enter ?11:42
panda_damo22, rear jacks11:42
Thelmariatheadmin: Oh, cheers.11:42
theadminramba: His own11:43
rambaok11:43
theadminThelmaria: No problem11:43
damo22panda_: then you need to go to the PCM thingy and press 'm' for mute/unmute11:43
damo22make sure everything you need is unmuted11:43
KingsyDemon002: it was my assumption that I was using xtightvnc as the server.. and the viewer was xvnv4vewier11:43
Kingsyxvnc4viewer11:43
panda_damo22, is there a display to say that it is unmuted?11:44
theadminramba: Make sure to use "visudo" to edit the sudoers file11:44
damo22panda_: try it, you should see it change colour at the bottom11:44
chazza_you had your earphones done yet?11:44
rambaalrite11:44
Demon002Kingsy Well the command for Tightvncserver is vncserver so.. XTightVNC is a viewer. If I was trying to connect to tightvnc server I would probably try and pick up that viewer... just seems like a good practice.11:45
panda_damo22, all are unmuted, but PCM does not have a [00] box underneath11:45
panda_all the others do11:45
KingsyDemon002: well for example.. when I start a vnc server.. 1 sec let me do it11:45
Demon002Kingsy do you want a shared desktop or not?11:45
damo22panda_: im not sure if thats an issue or not... probably not11:45
panda_ok11:46
KingsyDemon002: the ps aux returns chris     2270  0.6  0.2  24712  8956 pts/1    S    12:45   0:00 Xtightvnc :1 -desktop X -auth /home/chris/.Xauthority -geometry 1024x768 -depth 16 -pixelformat rgb565 -rfbwait 120000 -rfbauth /home/chris/.vnc/passwd -rfbport 5901 -fp /us11:46
rambatheadmin: WTF IT SAYS syntax error11:46
Kingsywhic clearly says xtightvnc11:46
Demon002ok do this11:46
rambaroot    ALL=(ALL:ALL) ALLunam    ALL=(ALL:ALL) apt-get11:47
KingsyDemon002: it really doesnt matter if its a shared desktop or not.. whatever is easier11:47
rambaroot    ALL=(ALL:ALL) ALL11:47
theadminramba: And what on earth is that?11:47
rambaunam    ALL=(ALL:ALL) apt-get11:47
rambafixed11:47
rambai have that in visudo11:47
damo22panda_: you sure you plugged speakers in the right port?11:47
panda_100%11:47
theadminramba: That doesn't sound right, should be more like: unam ALL=(ALL) /usr/bin/apt-get11:47
damo22panda_: should be green one afaik11:47
diimdeepHello, http://askubuntu.com/questions/59373/stream-a-random-audio-file-from-a-shared-folder-in-network11:47
panda_when I switch back to windows, everything works fine11:47
theadminramba: You need full command paths11:47
Demon002sudo vncserver -kill :1; vncserver :5 -alwaysshared11:47
rambaOH11:47
panda_and I never took the cable out11:47
panda_so it is in the correct place11:48
nate_any body know how to configure compiz to get leaf spread for 11.0411:48
bazhangnate_, try in #compiz11:48
panda_I may do a restart11:48
rambastill says syntax error near line 18 wtfS?11:48
panda_see if that changes anything11:48
nate_I DID IT IS DEAD11:48
damo22panda_: master level and pcm level set to 70+ ?11:48
theadminramba: Copy-paste your sudoers file11:48
theadminramba: To a pastebin11:48
Demon002Kingsy and btw the tightvnc process name is XVNC11:48
damo22panda_: use up/down to set11:49
rambatheadmin: OK http://pastie.org/245952011:49
KingsyDemon002: heh it is?11:49
Demon002Kingsy, think so.11:49
panda_damo22, yeap, all 70+11:49
panda_well, they're all at 8511:50
damo22panda_: what about 2ch/6ch setting11:50
theadminramba: Missing slash after ") "11:50
Sidewinder1panda_,  Are you sure that the problem is not codec related?11:50
panda_Sidewinder1, it may be11:51
Sidewinder1!codec | panda_11:51
ubottupanda_: 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/FreeFormats11:51
damo22panda_: okay so what are you using to test sound?11:51
panda_the Test Speakers option in Sound Settings11:51
panda_er, "Sound Preferences"11:51
=== satellit_afk is now known as satellit_
=== Logan_ is now known as Guest1035
Demon002kingsy, ok just double checked it isnt its Xtightvnc for the process name11:51
=== BlouBlou_ is now known as BlouBlou
robinducketthello11:52
panda_Sidewinder1, I'm not playing back any media, I'm doing a sound test via Sound Preferences11:52
damo22panda_: have you got a wav file on your pc?11:52
=== Guest1035 is now known as Logan_
panda_I'll check11:52
damo22panda_: like a long one11:52
panda_yep, got a couple11:52
robinduckettanyone know which is better, the amd catylist drivers from their site or the one in the repos?11:52
Sidewinder1panda_, OK, probably not a codec issue then.11:52
KingsyDemon002: hehe and its not I guess?11:53
panda_playing11:53
panda_no sound11:53
damo22panda_: no dont play it in a gui program11:53
panda_oh ok11:53
robinduckettpanda_: your speakers plugged into the right hole?11:53
Demon002Kingsy, process name is XtightVNC, so if you need to kill it in the future11:53
panda_robinduckett, yes :)11:53
robinduckettpanda_: that is usually my mistake11:53
robinduckettdebug for hours11:53
Sidewinder1robinduckett, Usually best to try drivers in repos. first.11:54
robinduckettlook at cable11:54
Kingsywell I can kill the instance with vncserver -kill :111:54
robinduckettbuhhh.11:54
KingsyDemon002: ^^11:54
damo22panda_: try this command from a SECOND terminal11:54
panda_I'm thinking it might be a driver issue11:54
Demon002Kingsy yeah, thats best11:54
robinduckettSidewinder1: I have tried, but the performance I get whilst trying dual monitors is shocking11:54
Sidewinder1:-(11:54
damo22panda_: do you know the path to your wav file11:54
robinduckettunplug one monitor, amazing, plug the second one in, getting maybe 5% of the speed of before11:54
KingsyDemon002: ok so I don't have a vncserver running at the moment cos I have just killed :111:54
panda_damo22, I can get it11:54
panda_right click, copy, terminal -> "paste filename"11:55
damo22panda_: ok .. try this command in the other terminal:     aplay /path/to/wavfile.wav11:55
panda_Playing WAVE '/media/Terror/Music/Unknown Artist/Unknown Album/01_Stigma.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo11:56
damo22panda_: ok go nuts with the toggles in the alsamixer try 2ch 6ch11:56
panda_how do I change 2ch/6ch11:57
damo22should be an option on the right if you scroll across with arrow keys to the right11:57
damo22up/down11:57
panda_there's Smart 5.111:57
=== ehw is now known as ehw|asdf
panda_nope11:58
damo22panda_: make sure the wav file is still playing( hasnt returned to console $ ) and still nothing?11:58
panda_I fiddled with every option, no avail11:58
panda_still playing and nothing11:58
damo22panda_ try a differnt hole in the back11:58
damo22while its playing11:59
robinduckettyeah11:59
robinducketttry every hole11:59
robinduckett;)11:59
damo22thats what she said11:59
robinduckettYES11:59
robinduckett:D11:59
panda_well11:59
panda_that was cooky11:59
panda_kooky*11:59
panda_turns out11:59
FloodBot1panda_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.11:59
robinduckettoh does it suddenly work now11:59
mahnaz__I am unisg ubuntu to run a cloud with eucalyptus  ,my node controller dos not run11:59
panda_yea it does, the cord was on a weird angle11:59
mahnaz__correctly11:59
damo22:S12:00
robinduckettuhhuh12:00
=== ehw|asdf is now known as ehw
mahnaz__can any one help me?12:00
robinduckett12:5312:00
panda_shorts12:00
panda_oh well12:00
robinduckettseven minutes of pain for you12:00
panda_thanks guys12:00
robinduckettno worries12:00
dttyshi, i have linux-source-2.6.39.4 installed so why do i have a folder linux-source-2.6.38, on the usr/src directory, as well as the archive linux-source-2.6.39.4.tar.bz2 archive (i told aptitude to clean package cache)12:00
FloodBot1robinduckett: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.12:00
robinduckettFloodBot1: You are fined one credit for the violation of the verbal morality statute. Have a joy joy day.12:00
Sidewinder1panda_, This will sound totally off the wall but, when I first installed Gutsy in 2007, sound was working fine in XP; I got so frustrated trying to fix sound that I started "playing" as song in gutsy, and started switching speaker plugs in the jacks. Guess what, it worked! The really surprising aspect is that sound also worked in the new plug configuration. Go figure.12:01
theadmindttys: /usr/src is not related to the package cache, it is from another installed package, likely linux-source-2.6.3812:01
damo22check the jacks plugged in before you panic about software issues12:01
panda_well, now I know ;)12:01
damo22lmfao12:01
Sidewinder1*Sound also worked in XP, in new...12:02
dttysso i should just let be that folder and archive?12:02
robinduckettSidewinder1: I had an old laptop that would detect if there was input coming from the jack, if there was it would assume you plugged in a mic, regardless of what hole you put it in12:02
damo22haha12:02
robinduckettno input and it would assume a speaker or headphones12:02
robinduckettbut that was hardware driven, not software12:02
damo22man that sucks12:02
dttystheadmin: so i can just let be that folder and archive?12:03
Sidewinder1robinduckett, What's interesting is that it still works in both OSs, and I've upgraded several times -->Gutsy-->Hardy--> Lucid.12:03
robinduckettyeah, espescially since they probably paid good money getting the side of the laptop painted with the headphone / mic icons, and yet it didn't actually matter which harp darp hole they went in12:04
robinduckettSidewinder1: reinstalls or upgrads?12:04
robinduckett*upgrades12:04
Sidewinder1robinduckett, Believe it or not, upgrades.12:04
damo22i hate cheapo sound cards that use mono for mic and stereo for headphones12:04
robinduckettSidewinder1: crazy bastard12:04
Sidewinder1From Synaptic.12:04
Sidewinder1I know! :-)12:05
BluesKajHi folks12:05
robinduckettman i need to do something about this damn ATI card not performing well on two monitors12:05
damo22and then you buy a cheapo headset with stereo onboth jacks and it doesnt work correctly12:05
Sidewinder1Hiya Blue!12:05
robinduckettother than binning the POS graphics card12:06
robinduckettbrb12:06
BluesKajhey Sidewinder112:06
damo22robinduckett: buy a cheapo nvidia card with full support12:06
love4linuxhello, I have a laptop with one disk and ubuntu installed and today I partitioned it and install win7 and of course the boot loader is gone. How can I reinstall it?12:07
nbubuntuhi anyone know how to use command line to change mouse orientation setting from left to right ?12:07
nbubuntuthank you12:07
damo22love4linux: depends on the partitioning12:07
nbubuntuhi anyone know how to use command line to change mouse orientation setting from left to right ? using ubuntu 10.10 . Thank you12:07
damo22love4linux: how did you partition the drive?12:08
love4linuxdamo22 I used a live cd with gparted12:08
wildbat!grub2 | nbubuntu12:08
ubottunbubuntu: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)12:08
dttys@theadmin: sry lunchtime, i'll be back later12:08
Stanley00love4linux: you can use an ubuntu liveCD and reinstall grub12:08
damo22love4linux: is it a MBR based or GPT based partition table?12:09
love4linuxStanley00 i am using the live cd now12:09
ktwohig9Hi folks, any ideas on this?: Sony VPCF115FM/B - Dual booted to Ubuntu 11.04. Everything works except sound via HDMI on my TV/Monitor12:09
love4linuxdamo22 I guess is an MBR. i never heard the other name12:09
damo22love4linux: boot off the livecd and we can investigate12:10
love4linux/dev/sda1 , sd2 and so on12:10
damo22love4linux: but dont reinstall just run it in live mode12:10
=== Logan_ is now known as Guest81227
love4linuxdamo22 okay now as we speak I am using the live cd12:10
=== Guest81227 is now known as Logan_
love4linuxI ran the installation wizard and I come up to the point of installation12:11
Stanley00love4linux: can you show me output of "sudo fdisk -l"12:11
damo22l4l: open a console terminal12:11
robinducketthmm12:12
robinduckettwhich is better, single display desktop stretched over two monitors, or single display desktop PER monitor?12:12
robinduckettwith xinerama12:12
geirhanbubuntu: gconftool-2 -t bool -s /desktop/gnome/peripherals/mouse/left_handed true12:12
love4linuxStanley00 http://pastebin.com/T84qYyY312:12
damo22robinduckett: single desktop is more productive12:13
=== 13WAAIF5K is now known as tomaw
robinduckettdamo22: sure but with xinerama i can just push windows to the other side12:13
Stanley00love4linux: I think your ubuntu is install in /dev/sda1, is this correct?12:13
jaybutts3 monitors is essential12:14
robinduckettdamo22: I'm talking performance wise12:14
love4linuxStanley00 yeap12:14
Stanley00now, first mount /dev/sda1 to somewhere (ex : /mnt)  with "sudo mount /dev/sda1 /mnt"12:14
Stanley00love4linux: now, first mount /dev/sda1 to somewhere (ex : /mnt)  with "sudo mount /dev/sda1 /mnt"12:15
damo22i dont know how windows 7 works, it appears that it created 2 partitions one for booting only and one for the data12:15
love4linuxStanley00 i will be with you in 5 minutes12:15
LangSupphi...i installed ubuntu...and got language support completely installed...but it keeps notifying me that language support is incomplete....how can i get rid of this notice?12:16
jaybuttsit seems like seperate desktops perform better when using multiple monitors but having an extended desktop gives you significant advantages12:16
hodagjhgvj nvjmyj12:16
hroihow can I make apt-get / aptitude search and install a 32bit version of a library?  my /usr/lib32 is empty.12:16
Stanley00love4linux: then, run this command to reinstall grub to MBR : "grub-install --boot-directory=/mnt/grub/boot  /dev/sda"12:17
damo22stanley00: good call12:18
damo22stanley00: doesnt he also need to do update-grub or something to make it pick up the windows 7?12:19
Stanley00damo22: I think he want to reinstall MBR to boot up Ubuntu?12:19
josheee12hey guys.  i'm stuck booting off a live ubuntu usb at the moment because windows broke on me.  is there any way i can turn this live usb persistent while booting off of it?12:19
damo22Stanley00: i think he wants to dual boot12:19
avinashhmHi , i use usb serial terminal .. which usually appears as /dev/ttyUSB .. once in 1 / 2 days, i loose all /dev/ttyUSB ...they don't appear .. only solution is to reboot pc .. instead of reboot PC, can i restart any service or load some modules to get it back ? any help pls ..12:20
LangSupptengo el soporte de idioma completamente instalado...pero ubuntu sigue notificandome de que esta incompleto...como puedo desactivar ese aviso?12:21
LangSupphi...i installed ubuntu...and got language support completely installed...but it keeps notifying me that language support is incomplete....how can i get rid of this notice?12:21
dbuggerhey guys. I heard that if I added a image in /boot/grub/ and did a update-grub, I would automatically get it set up as background, but its not working. Can someone tell me why?12:21
love4linuxStanley00 yes I want a dual boot12:22
love4linuxStanley00 with the boot loader pointing at the right folder12:22
Stanley00love4linux: can you boot ubuntu on your laptop?12:22
love4linuxStanley00 i did as you told me.. now what do i do?12:22
love4linuxStanley00 i will have to restart my laptop12:22
love4linuxand try12:23
love4linuxas before i could only boot win712:23
damo22love4linux: what was the output of stanleys command earlier?12:23
love4linuxinstalltion finished. No error reported12:24
damo22love4linux: i would say you are right to reboot, what do you reckon stanley00?12:24
love4linuxdamo22 that is the only way we should find out if it works : )12:25
Stanley00love4linux: yeap12:25
damo22love4linux: once you reboot, come back here and we can help you run the commands to make it dual boot12:25
love4linuxokays... thanks for the help12:25
Stanley00love4linux: you are welcome12:26
damo22^5 team12:26
tomy6994asdg12:28
damo22the only thing i dont like about mac is the hfs+ filesystem being so fragile12:29
love4linuxdidnt boot properly... it stopped in grub12:31
deandoes anyone know how to get java? there's loads of different things which come up when i search java in the terminal :S12:32
voxcroixlove4linux: sudo update-grub12:32
Stanley00love4linux: does it says "grub secure>" or some thing like that?12:33
love4linuxvoxcroix unknown command12:33
damo22what does it say now love4linux?12:33
love4linuxStanley00 emm nothing with security as I can see. just the ordinary grub screen12:33
Demon002G'night all! I had alot of fun helping people and guessing solutions etc!12:34
damo22love4linux: type this: root (   then hit the tab key12:34
love4linuxdamo22 i did it and it should have responded but its not...12:35
dbuggerHey guys. Can someone tell me how can I increase the resolution of my grub? the letters look too big and ugly :S12:35
voxcroixlove4linux: hoe many os u running?12:36
damo22love4linux: i think you stuffed up the mounting of the partition when you tried to mount /dev/sda1 onto /mnt12:36
love4linuxvoxcroix just 2.. ubuntu 11.04 and win7 ult12:36
love4linuxhow do I find out the version of my grub?12:39
damo22love4linux: i know another way to do this, you can boot off the livecd, chroot into your install, mount -o bind the /dev directory onto the chroot and then run update-grub on the actual install12:39
boltzdoes any of ubuntu derivatives run on raspberry pi?12:39
Sidewinder1love4linux, Although you won't learn as much, at this point, it may be easier to back-up any data in /home to an external; and reinstall 11.04...12:39
voxcroixlove4linux: try this sudo chmod -x /etc/grub.d/30_os-prober12:39
damo22voxcroix he is in grub12:40
juniourhi12:40
juniourhelp me12:40
Sidewinder1!ask | juniour12:40
ubottujuniour: 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. :-)12:40
juniouri wanna to install python3.2.112:40
Stanley00love4linux: ubuntu using grub2, I think12:40
love4linuxvoxcroix i am in grub12:40
juniourow to do that12:40
damo22l4l: your grub has nice irc feature12:41
damo22:P12:41
voxcroixlove4linux: oh.. sry12:42
love4linuxdamo22 well now it doesnt let me do anything12:42
damo22Stanley00: are you aware of my solution? can you think of a better solution?12:42
Stanley00love4linux: I thinks here is your solution https://help.ubuntu.com/community/Grub2#Reinstalling_GRUB212:42
juniourhi ubuntu comes with python2.6 but i want python3.2.1 help me please12:42
nbubuntugeirha : thanks but if I wanted to enable right handed ? I tried with /desktop/gnome/peripherals/mouse/right_handed true but not working12:42
voozejuniour: even tryed google?12:42
Pici!google | vooze12:42
ubottuvooze: While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question.12:42
Stanley00damo22: that's good idea, but too complex :D12:42
love4linuxStanley00 i am looking at it now12:42
geirhanbubuntu: Oh, sorry, I gave you the opposite. Same as I gave you, just false instead of true.12:42
juniourvooze tryed but negative12:42
nbubuntugeirha : thanks :-)12:43
juniourvooze you know to install python3.2.112:43
Picijuniour: You acn install the python3 pacakge, but that will give you python3.212:44
D3RGPS31i'm using openbox, the global and user autostart files aren't executed after logging in, wat do :v12:44
andylandAnyone here who knows a good room for PHP developers?12:44
Piciandyland: ##php12:44
andylandmuchos gracias12:44
juniourpici ya i want python3.2.112:44
scarleoHi, I believe aa-logprof has wrong default configuration, it looks in syslog and messages but apparmor events are reported in kern.log. I'm not sure if my configuration is default and I should file a bug report. Could anyone have a look if theirs is correct?12:44
juniourpici how to install that12:44
Picijuniour: Well that isn't available in the official repositories, you might be able to find a PPA for it though.12:45
juniourpici can you help me with that12:45
juniourya tell me12:45
Brutus-Hi12:45
juniourpici tell me12:45
Picijuniour: I just did. *You* need to look for a PPA. https://launchpad.net/ubuntu/+ppas12:46
nbubuntugeirha : last question , how to add 2 command into shortcut ?12:46
damo22Stanley00: you forgot to tell him to use sudo grub-install --root-directory=/mnt --boot-directory=/mnt/boot /dev/sda12:46
juniourpici k12:46
nbubuntugeirha : I wanted to add this 2 command into a launcher so by click once I can active 2 command shortcut12:46
Brutus-i installed a prog through the make install command. Now how can i remove it? Thanks12:46
=== boltz is now known as darphbobo
nbubuntugeirha : The command are "gconftool-2 -t bool -s /desktop/gnome/peripherals/mouse/left_handed true" and "metacity --replace"12:47
Picijuniour: remember that PPAs are not supported here, and if you break your install using them we may not be able to help you.12:47
geirhanbubuntu: sh -c 'cmd1; cmd2'12:47
Stanley00damo22: good point!12:47
nbubuntugeirha : ?12:47
juniourpici k tell me12:48
damo22Stanley00: so what it did was try to use the livecd root12:48
juniourhere i dint find python12:48
iuytfrhello there12:48
Brutus-i installed a prog through the make install command. Now how can i remove it? Thanks12:48
damo22love4linux: reboot into the livecd12:48
iuytfrhow to cd to go back 4 directory before ?12:49
juniourpici tell me12:49
Picijuniour: I searched for python and got 1,848 results.12:49
juniourk12:49
nbubuntugeirha : sorry I dont understand12:49
love4linuxdamo22 I am there.. I am trying to install boot-repair (where ever that is)12:49
ktwohig9juniour: perhaps try http://www.python.org/getit/releases/3.2.1/12:49
damo22love4linux: you dont need to do that12:49
love4linuxwhat do i need to do?12:49
Stanley00love4linux: I think so, try the esiest way first :D12:49
geirhanbubuntu: sh -c 'gconftool-2 -t bool -s /desktop/gnome/peripherals/mouse/left_handed true; metacity --replace'12:50
Picijuniour: You are liable to break your Ubuntu install anyway if you improperly install python, I highly suggest that you figure out whether you really need 3.2.1 or if 3.2 will suffice.12:50
splashotehi, by choosing "extract in current directory" in the context menu, the zip is extracted into a subfolder of its name. i want it to be extracted directly into the current directory..12:50
damo22love4linux: sudo mount /dev/sda1 /mnt12:51
love4linuxStanley00 do you know where i can find boor-repair or its actual package name so i can install it?12:51
Logan_love4linux: https://help.ubuntu.com/community/Boot-Repair#A2nd_option_:_install_Boot-Repair_in_Ubuntu12:51
juniourpici i want 3.2.112:52
splashotedoes anybody know how to extract a "zip" directly into the current directory in nautilus?12:52
iuytfrhow to cd to go back 4 directory before ?12:52
faLUCEhi, How can I see if an usb device is working with 2.0 or 1.1 ?12:52
iuytfrhow to cd to go back 4 folder before ?12:52
juniourktwohig9 i downloaded the file then how to install12:52
damo22love4linux: i think theres a simple way to fix this if you want to follow my instructions12:53
Stanley00iuytfr: try man cd, :D12:53
juniourktwohig9 hi there12:53
love4linuxLogan_ i dont see the boot repair menu : )12:53
nbubuntugeirha : Many Thanks ^_^12:53
juniourhi12:53
juniourpici there12:54
love4linuxdamo22 yes of course..what is it?12:54
damo22love4linux: sudo mount /dev/sda1 /mnt12:54
love4linuxokays12:54
love4linuxnext12:54
Picijuniour: Whats wrong with 3.2 that makes you require 3.2.1 instead?12:54
damo22check that it mounted12:54
* Andyland is tripping balls12:55
love4linuxls /mnt shows the folder12:55
juniourpici k12:55
rambaomg help me please i made a folder in /var/www for a user of my server but how doi allow only him to edit the contents of that folder12:55
juniourpici tell me abt 3.212:55
juniourk12:55
damo22love4linux: should show a bunch of folders right?12:55
rambaomg help me please i made a folder in /var/www/ AS ROOT for a user of my server but how doi allow only him to edit the contents of that folder12:55
Picijuniour: What?12:56
love4linuxdamo22 yeap, the whole filestructure actually12:56
Sidewinder1juniour, Perhaps this will help: http://ubuntuforums.org/showthread.php?t=180615312:56
damo22love4linux: good12:56
iuytfrof course i can also do man ubuntu Stanley00 then there is no sense of presence of human being here ;)12:56
geirharamba: sudo chown username /var/www/thefolder12:56
=== evilGary is now known as goodGary
razer_aj1Anyway to get Nautilus Elementary without updating everything??12:56
love4linuxdamo22 next?12:56
rydenHi. When I start my Xorg server, I get these lines in the log: [  1324.364] (--) PCI:*(0:0:2:0) 8086:0116:1043:1712 rev 9, Mem @ 0xdc400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/6412:57
ryden[  1324.364] (--) PCI: (0:1:0:0) 10de:0df6:1043:1712 rev 161, Mem @ 0xdb000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/52428812:57
ryden How can I make it take the second option (PCI 0:1:0:0)?12:57
FloodBot1ryden: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.12:57
ojitosssHello, I'm a spanish girl, I want to find a english channel in order to learn english.12:57
damo22love4linux: sudo grub-install --root-directory=/mnt --boot-directory=/mnt/boot /dev/sda12:57
Piciiuytfr: You can go 'up' 4 directories, but not to one that you were in 4 'times' ago.12:57
=== goodGary is now known as Gary
rydenI guess that the asterisk is that it's using that device, right?12:57
Teh_Lemoncannot send to channel?12:57
Teh_Lemonah ok12:57
Teh_Lemonhello12:57
D3RGPS31i'm using openbox, the global and user autostart files aren't executed after logging in, what should i do? :v12:58
damo22love4linux: please tell me the output of that command12:58
=== Logan__ is now known as Guest77676
Teh_Lemoni have a problem with tray icon not displaying. some say its a Lucid problem in general. how do i fix it?12:58
iuytfrhow to do for ? Pici12:58
Teh_Lemonits 11.0412:58
Teh_Lemonx64, program is kvirc12:58
ojitosss: /12:58
=== Guest77676 is now known as Logan_
love4linuxdamo22 Insallation finished. No error reported.12:58
Piciiuytfr: cd - will bring you to the last ath you were in. cd ../../../../ will bring you 4 directories up.12:59
ojitosssPlease, Can you help me?12:59
=== Davi0n is now known as Davion
IdleOne!ot | ojitosss12:59
ubottuojitosss: #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!12:59
rambageirha: THANKS13:00
damo22love4linux: can you paste the output of cat /mnt/boot/grub/menu.lst to a pastebin13:00
love4linuxdamo22 yeap .. 1 min13:00
ojitosssOk13:01
ojitosssSorry13:01
iuytfrperfect Pici  that's exactly what i need thanks a lot13:01
Piciiuytfr: np13:01
love4linuxdamo22 hmm strange but there is no such file13:02
damo22love4linux: ls /mnt/boot/13:02
=== gusnan is now known as AndreasR
damo22is there a grub-something directory?13:03
love4linuxdamo22 yes13:03
damo22love4linux: what is it?13:03
love4linuxdamo22 what do you mean? there is a grub dir in /mnt/boot with lots of .mod files13:04
milsaborhi13:04
overviewAll system now Read-Only, how to fix this problem: Stopping xapi: rm: cannot remove `/var/run/xapi_startup.cookie': Read-only file system13:05
damo22love4linux: cd /mnt/boot/grub ; ls menu*13:05
milsaborI'm sure you already heard of this many times, but I can't find a solution on the web13:05
milsaborI use Ubuntu 11.04 and Gnome. I closed Banshee when a song was playing, and now I want to open it again, and I can't ! I can only access the small integrated banshee in the volume control ...13:06
love4linuxdamo22 there is no menu file13:06
damo22love4linux: erm, is there a grub.conf file?13:06
IdleOnemilsabor: right click > open ?13:06
love4linuxdamo22 there is a grub.cfg and grubenv13:07
danialbehzadi!exit13:07
IdleOneor Show banshee. I don't remember what the menu item says13:07
damo22love4linux: sorry im flying blind im running a mac... so pastebin the grub.cfg file13:07
hrwhi13:07
milsaborIdleOne : no, In the application menu, it won't open when I clik on banshee13:07
e75question: i manually setup my dsl with pppoeconf. it runs as ppp0. i also manually setup a connection to my pptp vpn server. it runs as ppp1. i can connect fine to the vpn server, but the problem is, after i'm connected, i can't touch anything besides 192.168.0.2. if i connect to my vpn through my dsl with gnome network manager, everything works peachy. do i need to do something with the routes?13:08
IdleOnemilsabor: is banshee still running?13:08
dbuggerhow can I know if im using grub or grub2?13:08
hrwstarted unity desktop for first time in 11.10 cycle - where it can be configured? cause it looks not-acceptable for me (fonts, colours, decorations)13:08
IdleOnehrw: #ubuntu+1 for 11.1013:09
e75dbugger: http://forums.fedoraforum.org/showthread.php?t=23562213:09
milsaboryeah it's running, because Banshee is now integrated to ubuntu, so I can't run a new process while this one is still running. I still can kill the running process and then open banshee, but ...13:09
damo22e75:  do it again with the network manager then run "route -n" from a console and check the routing table13:10
IdleOnemilsabor: if you do alt+tab can you change to Banshee?13:10
dbuggere75, wow, grub command wasnt installed :S13:11
dbuggerneither was grub213:11
milsabornope13:11
overviewAll files system now Read-Only, how to fix this problem: Stopping xapi: rm: cannot remove `/var/run/xapi_startup.cookie': Read-only file system13:11
VityHi. My ntfs partitions don't show up in Nautilus when running normally, but they do when sudo'ing nautilus. I reinstalled Natty and that's how it's been since.13:11
e75damo22: thanks. some things i just can't find through google. :(13:11
love4linuxdamo22 http://pastebin.com/beEkP9Di13:11
e75dbugger: huh? you're using ubuntu ain't ya? you need a boot manager to load up the o.s.13:11
dbuggeri know...13:12
dbuggeryes... im pretty sure Im suing grub to load13:12
IdleOnemilsabor: so when you go to sound indicator and click on Banshee it does not open banshee?13:12
dbuggerbut it tellms me is not installed :S13:12
IdleOnemilsabor: sounds  like a bug.13:12
damo22love4linux: im not sure if it did the right thing, grub2 has some weird options13:14
danialbehzadijoin ##PMG13:14
love4linuxdamo22 okays let me try the boot-repair and get back to you13:14
damo22love4linux: but try to reboot first13:14
Sidewinder1danialbehzadi, You forgot the "/", I think.13:14
damo22love4linux: i might be able to help you boot from grub if you are stuck there13:15
g0rbyHello, im useing the nvidia drivers with a gtx 260 on 11.04 and my second screen is only detected in the nvidia control pannel - does anyone have an idea why it might not appear in the monitor config pannel (randr) ?13:15
xulliShould I use additional drivers when I am installing nvidia drivers or should I download the package from the nvidia website ?13:16
jribxulli: additional drivers13:17
g0rbyI have tried both, and my problem is persistant on both13:17
dmtarmeyhello does anyone know were i can get help with issues with flash player i had it working and then it stopped again????????????????????????????13:17
g0rbyill try in #nvidia i guess13:17
dmtarmeyI have tried everything i can find online to resolve this issue13:19
PrabhuHello All13:19
Prabhui need help here to fix the installation of 11.04 with my old desktop13:19
dmtarmeyHello is there a chat room were people can help me with this matter pls13:19
Prabhuno signal message appears post installation of 11.0413:20
damo22love4linux: did you try to reboot?13:20
Prabhutried rebooting the system several times and even tried to switch to command mode, no luck13:21
love4linuxdamo22 not yet i am trying to install boot-repair cause it seems easy solution13:21
deanHi all has anyone had any problems downloading restricted extras for ubuntu at all?13:21
Prabhudamo22 - do u have similar problem as mine13:21
dmtarmeyHello all is anyone able to help me please ??????????????????????????????????????13:21
jribdmtarmey: best to just ask the channel your actual question (on a single line)13:22
dmtarmeyi have issues with flash player and i can play youtube videos this has been a problem for a while13:22
dmtarmeyjrib can you help with this issue pls13:23
damo22love4linux: best to test what weve done so far13:24
damo22love4linux: because i think the issue was that you were missing the right command last time13:25
=== maku is now known as maku`
g0rbydmtarmey: try removing the flash plugin u installed and reinstall13:25
deanNo one not had issues with ubuntu restricted extras? I heard the servers are down is this true?13:25
dmtarmeyi have done this so many times13:25
analistaOlá13:25
analistaA paz do SENHOR!!!13:25
g0rbydmtarmey: what browser are you useing?13:26
dmtarmeyi have tried firefox chromium and many others13:26
love4linuxdamo22 I ran the boot-repair tool with its recommended settings and it fixed grub.. now everything seems to work fine. thank you for helping13:27
damo22love4linux: but can you dualboot?13:28
g0rbydmtarmey: in the firefox plugin section, what flash player do you have installed there, and what version is it?13:28
damo22love4linux: does grub give you the option to boot win7?13:29
dmtarmey6.0 canoniacal 1.013:29
tera___Can someone help me in diagnosing some very random freezeups13:30
jribtera___: best to just ask the channel your actual question (on a single line)13:30
g0rbydmtarmey,  that doesnt sound like flash player13:30
tera___I have an ubuntu 11.04 install that locks up seemingly randomly as soon as you start doing something.  It will unfreeze after a minute or two and work fine then freeze again.13:31
g0rbydmtarmey, goto firefox - tools - addons - plugins. and list what plugins you have there.13:31
tera___What could it be or could I check?13:31
damo22love4linux: if it doesnt, there is one more step we need to do once you boot into linux successfully13:31
tera___dmesg shows nothing useful13:31
g0rbytera: theres nothing disk related in dmesg?13:32
love4linuxdamo22 no need to : ) it boots okay both in ubuntu and win7...thanks13:32
damo22love4linux: ok cool13:32
tera___the dmesg messages don't change after this lockup13:32
tera___I can paste my output13:32
tera___pastebin13:33
g0rbytheres nothing written after a dmesg -c after the lock?13:33
tera___no13:33
g0rbytera: anything new occours in var/log during that time?13:34
tera___That folder creates a lot of log files is there a way to check which have changed13:35
FlynsarmyI'm having this issue here: http://askubuntu.com/questions/49179/cheese-not-working-with-latest-update-of-gstreamer however gstreamer0.10-gconf doesn't exist...any ideas? using maverick13:40
gaelfxis there a way to copy and paste a line from one file to another using nano?13:40
=== JasonnAWAY is now known as Jasonn
jribgaelfx: are you in X?13:41
gaelfxFlynsarmy: did you try creating one?13:41
gaelfxjrib: nope13:41
Flynsarmygaelfx: it's a package that needs to be installed. didn't think you just 'create' it?13:41
jribgaelfx: are you in screen or tmux?13:41
gaelfxjrib: nope13:42
jribgaelfx: then probably not13:42
gaelfxeh, I'll just do it by hand switching ttys13:43
jribgaelfx: use vim, or screen, or tmux...13:43
jribgaelfx: google says something about multiple file buffers with nano, maybe look into that13:44
gaelfxjrib: is there a terminal command I could use to append one line from a file to another file?13:45
datruthHow can I take space from my windows partition?13:45
jribgaelfx: http://www.nano-editor.org/dist/v1.3/faq.html#3.713:45
phschwartzHi all, Should a package correctly install all files even if a dependency is not meet? (I am currently seeing it install when on other distro's it would fail)13:46
phschwartzIt is happening on 10.04-11.0413:46
jribgaelfx: sure, you can append to files like this: echo foo >> file.  You can get a line from a file like this: sed -n '34p' file13:46
=== jincreator is now known as ehuu
=== e-anima is now known as e-anima_afk
gaelfxjrib: spiffy, thanks a heap :D13:47
Flynsarmyanyone?13:47
YounderI dread each major update. Inevitably something breaks and I spend a week fixing it or worse I have to re-install13:50
dttys:P13:50
Thelmariaphschwartz: If you're using apt or one of the package managers, it should take care of dependancies for you.13:50
JasonnMy power supply got fried last night :/13:50
edbianYounder: Why don't you sit on the LTS?13:50
phschwartzThelmaria: not with apt, direct dpkg. The package in question is not in a repo.13:51
BuddI'm just migrating to a new laptop, running 10.04. My ipv6 is not autoconfiguring on eth0 (though it is on lo). My machine does see radvd announcements on the network.13:51
Younderedbian, I tried that, but then nothing get's updated13:51
zykotick9gaelfx, copy/paste in terminal - you can typically highlight a section then use a middle mouse click to paste it (assuming two windows)13:53
dttysi updated kernell headers to match my version, but when i do dpkg -l it says there's an error and they need to be reinstalled, while in aptitude interface it says the package is installed without issues13:53
YounderAnyhow I am a developer myself so I have significant interest invested in the machine and software13:53
edbianYounder: Well you can't have new software and 0 bugs! :D13:54
gaelfxzykotick9: I don't have any kind of gui whatsoever, thanks though13:54
Younderedbian, nop. but if I loose a week of work I also loose a week of pay13:55
zykotick9gaelfx, oh, sorry - that won't help at all then.  Good luck.13:55
edbianYounder: Well then sounds to me like you'll have to use older software that has less bugs.13:55
edbianYounder: that is, sit on an LTS13:55
Younderedbian, Actually I use SUSE for work and Ubuntu at home13:56
Thelmariaphschwartz: In that case, my understanding is that dpkg -i <package> will install <package> regardless of the state of <package>s dependencies - but I don't have much experiance with dpkg, sorry.13:56
Younderyup, you have installed software that wasn't packaged in usr/bin and the tried to update.. a big no no13:58
Younderthen13:58
panda_so13:58
panda_what cool shit should I do now13:58
IdleOnenot swear for starters13:58
panda_sounds good13:58
IdleOnethanks.13:58
YounderSo the systemcan't know about it if you haven't told the package manager13:59
YounderIf you must install software eiter make it into a package and install it or use /usr/local (The default anyhow)14:00
panda_is it just me14:00
Younderas in /usr/local/src never /usr/src14:00
panda_or is Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/universe/r/rtmpdump/librtmp0_2.3-2_amd64.deb14:00
szaldayum..  how do I capture sound e.g. from the web browser w/ Audacity?  I can't seem to find the right input device in Audacity14:00
panda_http://gb.archive.ubuntu.com/ubuntu/pool/universe/r/rtmpdump/librtmp0_2.3-2_amd64.deb <- anyone not get a 404?14:01
Younderszal, you have a microphone?14:01
szalYounder: yes, but I don't intend to capture through the mic14:01
jpdspanda_: Try: sudo apt-get update14:01
Younderszal, Well I don't know and neither does you computer so tell me14:02
dttys[16:55] <Younder> yup, you have installed software that wasn't packaged in usr/bin and the tried to update.. a big no no ---- was that for me?14:02
Younderdttys, yes14:02
szalYounder: tell you what?14:02
gaelfxzykotick9: I ended up using sed to append, very handy that one :D14:03
Younderszal, what is the sound source you have connected and to where14:03
jpdspanda_: Mirror issues should go to #ubuntu-mirrors.14:03
gaelfxjrib: thanks again for the sed info, exactly what I needed14:03
panda_jpds, ok, thanks14:03
dttysYounder: i installed the packages using aptitude :P14:03
szalYounder: sound source = stream running in web browser14:04
=== darkpigeon is now known as soundtrack
Younderszal, no wonder then14:04
Younderszal, they deliberately make that difficult or you could just copy anything copyrighted or not14:05
Fudgelooking for a program i can run to admin a system for when processes take 100% cpu etc to kill them off14:06
jribgaelfx: if you spend lots of time doing similar things, it's probably worthwhile to take up vim14:07
coz_Fudge,   try htop14:07
Fudgeautomated coz_14:07
Younderszal, I recommend Unix network programming and some solid C coding14:07
coz_Fudge,   ah sorry14:07
Fudgesuch as what shell copanies may use to monitor users running stupid programs that kill their cpu's14:07
Fudgecoz_  no worries14:07
compdocFudge, sounds like a very bad idea14:07
YounderFudge, /etc/limits lets you set limits on processes disk space etc14:07
rabbi1some problem, my ubuntu scanned for files... now i am unble to get the compiz working, i mean ALT-TAB doesn't switch. should i reinstall compiz, or reset somethin g?14:08
Fudgecompdoc  i use tts as im blind, sometiems python and speech-dispatcher use full cpu, its for that intent to kill them14:08
coz_rabbi1,  is compiz running at all?14:08
Fudgeah Younder  perfect14:08
zykotick9gaelfx, sed can be very handy, not one of my favourite tools to use mind you.14:08
rabbi1coz_: i am able to open the compiz window though, but starting to give too much conflict, din't touch anything, coz din't wanted to screw14:09
gaelfxjrib: I'm thinking about it, but for right now, I just need any solution14:09
coz_rabbi1,    one thing to try,,, open ccsm / Preferences..  Export your settings to the desktop,, then  click the Reset to defaults button,,,14:09
gaelfxjrib: I've gotta get wireless working automatically on boot, so I was trying to get the wpa passkey moved from supplicant conf to network profile14:09
rabbi1coz_: o thanks no need to export my settings, can i go without that ?14:10
jribgaelfx: when you have a few minutes, run through vimtutor then just pick things up as you need them14:10
coz_rabbi1, yes just reset to defaults14:10
edbiangaelfx: Is this WPA2 ?14:10
FudgeYounder  do u know what package that belongs to14:10
YounderFudge, no package.. but bastille can set it for you14:11
gaelfxedbian: nope14:11
rabbi1coz_: good, thanks. its working, now i can set the preferences? should i restart or something ?14:11
edbiangaelfx: wpa1 then?14:11
waza-arihey all, is there a command for in-line replacing? I use contact to make my external phone calling by executing the command "gigacontr --dial 1 %n 10" where %n is replaced by the number to be called. Unfortunatly all numbers are prefixed with +49 as country code, my phone does not unterstand it, so i need to replace the "+" inline with "00". Any ideas how to solve that?14:12
coz_rabbi1, no need,,,you can now just set the plugins to your liking14:12
gaelfxedbian: super secret WPA3 testing going on here, very hush hush, you know14:12
edbiangaelfx: ha :)14:12
YounderFudge, Just don't set processes below 450. the 150 default will give you grief on a client.. You have been warned14:12
FudgeYounder  i ask as /etc/limits doe snot exist14:12
rabbi1coz_: ok, but din't understand why my system started scanning files, and then why this settings were screwd :14:12
Fudgethank you Younder14:12
gammonsHi, quick question,  I wanted to edit a wiki page.  I'm logged in, but I don't see any edit controls, or an edit button.  Am I doing something wrong here?14:13
coz_rabbi1,  not sure about the scanning,, however    compiz config can get corrupted easilty  I have not figured this  out completely yet,,  so if it happens again  do the same procedure  to see if it fixes... if not you can meet me in #compiz14:14
rabbi1coz_: ok, got that, i got static application switcher as well, here i guess i get the conflict. best suggestion here ?14:14
gaelfxedbian: to be honest, I'm setting up an Arch system, but the people over there keep telling me to learn vim instead of answering my qquestions14:14
edbiangaelfx: Don't learn vim, use nano14:14
coz_rabbi1,   if a conflict dialog appears  always resolve it,, or change switchers ,,14:14
jribwaza-ari: command substitution example: echo $(echo foo | sed 's/foo/bar/')14:14
YounderFudge, it's in /etc/secururity/limits.d sorry14:15
coz_rabbi1,  but again , if a conflict dialog pops up  always resolve it14:15
coz_rabbi1,  unless you are on Unity and want the cube  then you would ignore  the conflict when enabling cube14:15
razer_aj1Anyone know how to make the Ubuntu remote desktop service accessible over the internet?14:15
gaelfxedbian: exactly my feeling14:16
edbianrazer_aj1: on your router forward port 5900 to the IP address of the desktop in question.  Then when you connect use your public IP14:16
waza-arijrib: perfect! Works perfectly, thank you :)14:16
edbiangaelfx: That was are the questions?14:16
gaelfxedbian: MUCH more straightforward14:16
edbiangaelfx: What is the question then? :)14:17
razer_aj1edbian: thanks14:17
gaelfxedbian: I was wondering if I could copy one line from a file to another file using only nano14:17
edbianrazer_aj1: sure14:17
edbiangaelfx: I'm sure you can.  I don't know how14:17
gaelfxedbian: yeah, that's why I ended up using sed14:17
gaelfxedbian: which was actually pretty simple, and then I cut the line to where I wanted it14:17
Fudge:D Younder14:18
chewyhi guys, anyone here having dealt with some htpc cases? is there any difficulty to make them work? i m thinking of getting this one:http://www.ibertronica.es/Silverstone/products/lc14m/frnt%20view/LC14BM.jpg14:19
=== Guest80889 is now known as HPtwhite
gaelfxhow do you hide join/parts in irssi?14:19
zykotick9!quiteirssi | gaelfx14:19
gaelfxthey're driving me crazy!14:19
zykotick9!quietirssi | gaelfx14:20
ubottugaelfx: To ignore joins, parts, quits in irssi:  /ignore #ubuntu +JOINS +PARTS +QUITS14:20
gaelfxzykotick9: thanks :D14:20
YounderFudge, /etc/security/limits.conf apparently14:20
=== sena is now known as senayar
TehAndrewRyani need help from someone who knows a lot about ubuntu 11.0414:20
=== ehuu is now known as jincreator
Thelmaria!ask | TehAndrewRyan14:21
ubottuTehAndrewRyan: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)14:21
waza-ariTehAndrewRyan: just ask, if anyone can help you, he/she will :)14:21
jribgaelfx: the multibuffer stuff I linked you to earlier allows you to copy/paste to different files in nano (I just tried)14:21
TehAndrewRyanOkay, first thing; On boot, the screen stays either black or purple until i press enter, and then it starts to boot ubuntu14:21
phschwartzIs there a ubuntu development channel? I think for my issue I need help from a few people that are package maintinaers?14:21
gaelfxjrib: thanks, I'll look at that as soon as I get some other stuff finished :D14:22
jribphschwartz: whatis your issue?14:22
YounderTehAndrewRyan, OK you are stuck in grub14:22
gaelfxjrib: but honestly, the sed thing was pure gold, imo, more useful in more situations14:22
TehAndrewRyanYounder: Yes14:22
TehAndrewRyanYounder: I can proceed, but it requires me to press enter (after choosing to load ubuntu)14:22
SomeoneWeirdHey guys; I've got a problem with permissions, when im running the update manager and stuff, it always asks for the password for 'root', not 'someoneweird' so im always getting password denied, i can do it with apt and dpkg etc. but gui is easier. Anyone know a fix?14:23
=== analista is now known as ansis
=== andref__ is now known as crash82
phschwartzI am building a deb with a dependency on a few differnet packages. Other packages I have worked with if they are not fully installed due to dep issues they go to an unresolved state but dont install. This current package sees the dep issue but installs completely anyways leaving it in an iU state, but all files are installed and set as if it is fully installed.14:23
waza-ariTehAndrewRyan: what happens if you wait ~30s, does the system boot then?14:24
TehAndrewRyanwaza-ari: I'm pretty sure I tried it before, nothing happened14:24
TehAndrewRyanwaza-ari: plus I don't wanna wait 30 seconds to load ubuntu, which boots in about 8 seconds14:24
YounderTehAndrewRyan, You need to set different options to grub in /boot/grub14:24
jribphschwartz: not sure what your question is and you are being too vague14:25
waza-ariTehAndrewRyan: shure, just wanted to make sure its the Grup "countdown" youre stuck14:25
mikesandyHI14:25
mikesandynew in her14:25
TehAndrewRyanYounder: sudo gedit /boot/grub/??14:25
D3locedHey there whats up?14:25
waza-ariTehAndrewRyan: no, /boot/grup is a directory14:25
mikesandycool u?14:25
TehAndrewRyanwaza-ari: Yes I know14:25
YounderTehAndrewRyan, grub-mkconfig should be used in this version14:25
TehAndrewRyanwaza-ari: What file should I edit?14:26
phschwartzjrib: question is why would the package fully install when it is in a dependency conflicted state when others will not.14:26
TehAndrewRyanYounder: OK14:26
TehAndrewRyanYounder: It's empty14:26
TehAndrewRyanYounder: There's a file called grub.cfg though14:26
gaelfxzykotick9: is there any way to make that ignore setting persist?14:26
zykotick9gaelfx, sorry I have no idea, i'm not a fan of irssi14:27
gaelfxzykotick9: fair enough, thanks anywho14:27
SomeoneWeirdAnyone have a solution for me? :S14:27
koegsignores = ( { level = "JOINS QUITS NICKS PARTS"; } ); <- put that in your config14:27
koegsor just say /save14:27
TehAndrewRyanYounder: Okay I'm inside grub.cfg (which I believe is the config?) so what do I have to edit?14:27
zykotick9gaelfx, koegs FTW ;)14:28
ThelmariaSomeoneWeird: You could set the root password, which would probably fix it14:28
SomeoneWeirdThelmaria, hrmmm right, thx P14:28
SomeoneWeird:P*14:28
TehAndrewRyanYounder: And just to clear things up, I'm dual-booting with win 7, and it's not the actual GRUB-menu which I get stuck at14:29
dmtarmeyg0rby hello i am running flash 1014:29
gaelfxSomeoneWeird: there's something stuck to your tongue14:29
TehAndrewRyanYounder: The screen remains black/purple AFTER I've chose to start Ubuntu (then I have to press again)14:29
ThelmariaSomeoneWeird: Are you using gnome?14:29
SomeoneWeirdyes Thelmaria14:29
rymate1234Hai, can I ask something?14:29
zykotick9!nomodeset | TehAndrewRyan14:30
ubottuTehAndrewRyan: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter14:30
YounderTehAndrewRyan, Ok grub is the second loader14:30
rymate1234Ok, I use xubuntu, and I would like to know if it was possible to have a second screen showing a seperate workspace14:30
rymate1234if so, how would I switch between them?14:30
Younderrymate1234, it is14:31
rymate1234Younder, How would i do it then :P14:31
CoverSlideyou don't14:31
ThelmariaSomeoneWeird: Fair enough - my update manager asks for my password, not roots, but I'm in KDE - was trying to replicate your issue.14:31
CoverSlidesorry I don't know what the question is14:32
Younderrymate1234, ALT-CRTL-F8 gives you standard so try ALT-CTRL-F914:32
YounderThelmaria, Ubunto desn't do root. it uses a sudo database14:32
TehAndrewRyanYounder: According to my config it's already set to "quiet splash"14:33
TehAndrewRyanYounder: Oh, never mind14:33
YounderThelmaria, That is the root passwd is not set effectively disabling it14:33
ThelmariaYounder: I know that - but I got asked today for root password to update / run something, so I don't believe all the GUI's work off sudo. Don't ask what it was, though.14:33
gaelfxapologies, battery died14:34
mikesandyhi14:34
=== Mud is now known as Guest53178
YounderThelmaria, You can give it a root passwd with the command passwd root14:34
rymate1234Younder, Doing that showed a full screen terminal14:35
Younderrymate1234, True, there are several text terminal as well14:35
* rymate1234 confused14:36
TehAndrewRyanYounder: Okay, I tried adding "nomodeset" but it remains the same, and I did see if it started after ~30 secs, which it didn't14:36
magnushello?14:37
Younderrymate1234, OK my xterminal if F714:37
magnusI need help to insall my mobile-broadband14:37
LurchiderLurchDo you know a way to show me the built in RAM modules (U 10.10 64bit)?14:37
Youndermagnus, blue tooth?14:38
gaelfxYounder: I would guess he means 3g14:38
magnusand I only have no usb stick14:38
magnusi send you what i got when i write lsusb14:39
TehAndrewRyanhttp://pastebin.com/CrBvvfvF I get this when I try to save the grub changes in gedit14:39
magnusBus 001 Device 005: ID 12d1:1506 Huawei Technologies Co., Ltd.14:39
magnusis what i got14:39
YounderTehAndrewRyan, You need to sudo first ;)14:40
TehAndrewRyanYounder: Yes I did use sudo gedit /etc/default/grub14:40
magnushow do I install it, i'd tried to use wine but, wine just extract it :S14:40
YounderTehAndrewRyan, no the errors indicate you didn't have the necessary permissions14:41
TehAndrewRyanYounder: Well, I'm using sudo14:41
TehAndrewRyanYounder: And I get errors from opening the file too14:41
airtonixsigh, xapian-core is missing from maverick14:41
* airtonix rages14:41
magnusgealfx, yes I means 3g :)14:42
yeticryomg,my xorg crashed..14:42
TehAndrewRyanYounder: And I'll actually have to reinstall ubuntu, it has already used 13 GB's and I need to free up some mem in Windows14:42
shadow98hey guy i added user to system but didn't create a home directory14:43
TehAndrewRyanYounder: so back when I'm done14:43
rymate1234hai14:43
shadow98how do i make it create home directory when adding new user14:43
eduardoinswedenI try to open port to mysql for a remote server, I cant find the line "skip-networking" in my.cnf file????14:43
jribshadow98: use adduser14:44
newz2000shadow98: did you use sudo adduser username?14:44
maximus_help )= I updated util-linux and unresolved dependancies wont allow my system to boot! I'm using the Live-CD, chroot'd, but i dont know the terminal commands to remove the updated package and put it back to the dist-released package.14:44
magnusYounder, still there? i got Bus 001 Device 005: ID 12d1:1506 Huawei Technologies Co., Ltd.  when i type lsusb14:44
shadow98yes14:44
eduardoinswedenis skip-external-locking same as ski-networking in my.cnf?14:44
shadow98ill remove and see if it works again..14:44
newz2000shadow98: weird. I'd delete and try again. Check —help, there's home direction options14:44
shadow98is it bad to manually create it?14:45
maximus_I cant remove the package, coz it has too many dependancies...so how do i downgrade a package using chroot...14:45
bbbbbbbbmy laptop has the touchpad disabled after startup, when i look in the settings it is enabled. when i click disable and then enable it suddenly works.14:45
maximus_anyone a chroot expert?14:45
Youndermagnus, so you have a usb doogle then?14:46
magnusyes14:46
=== root is now known as Guest57819
maximus_pleese help...I know its simple just dont know how14:47
magnusI can give you the link to the site14:47
newz2000maximus_: what is your goal?14:47
=== Guest57819 is now known as zemon
auronandacemaximus_: why did you update it?14:48
rymate1234Whats xinerama?14:48
Youndernewz2000, his machine won't boot14:48
rymate1234and how do i set it up?14:48
maximus_newz2000, auronandace, i upgraded coz i needed exFAT support14:48
zykotick9rymate1234, it's using two monitors as one large monitor.14:48
Youndermaximus_, that's FAT3214:49
newz2000maximus_: ah, that's tough. So you've mounted your drive and now you want to manually fix it14:49
dmtarmeyhello does anyone know how to troublshoot flash im going mad !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!14:49
rymate1234zykotick9, how to set that up on xubuntu?14:49
maximus_newz2000, yes (=14:49
magnusYounder, here is the link i use, http://www.telenor.no/privat/kundeservice/mobiltbredband/programvare/huaweie367.jsp it's in Norwegian14:49
Younderdmtarmey, you don't you remove it14:49
zykotick9rymate1234, i'm not touching that one, good luck.  FYI if you use Nvidia you don't want xinerama.14:49
rymate1234I hav ATI14:49
dmtarmeyok and what should i use instead as im ready to bin it14:50
Youndermagnus, so you are a norwegian too?14:50
zykotick9rymate1234, i don't help with ATI stuff, good luck.14:50
alienkid10I'm using YUMI Multiboot from Windows to make Live USB of 11.04 my problem is that when I'm in the live environment the  flash drive is  unwritable and is mounted as /media/cdrom what do I need to edit (in the intrd?) to make it writable? the flash drive is FAT3214:50
maximus_newz2000, so i'm chroot'd in,  i just need to know how to remove the package i installed, and install the default one in the reporitories14:50
magnusdu også? \ You too? :P14:50
Myrtti!no14:50
ubottuHvis du vil diskutere på Norsk, vennligst gå til #ubuntu-no. Takk!14:50
dmtarmeyYounder what do i use14:50
rymate1234zykotick9, thanks :)14:50
TBotNikMorning All: Have PB at: http://pastebin.com/N02P9Qgn.  Working on problem with DNS.  some new app installed put in arpa and ldap, which assumed standard network and blew my non standard network.  Box is actually a router and wlan0 in inet connect.  It connects but has no DNS, even though config files are right.  Had cleared all the arpa and ldap stuff, no good. The removed and re-install Network Manager, but still no good.  Trying to figu14:50
newz2000maximus_: https://help.ubuntu.com/community/BasicChroot14:51
newz2000maximus_: if you follow that you can use apt-get remove14:51
magnusubottu ok14:51
ubottuYou're welcome! But keep in mind I'm just a bot ;-)14:51
MyrttiTBotNik: got cut off at "Trying to figu"14:51
newz2000maximus_: you can view /var/log/apt* to see what you added14:51
rymate1234Simple question - where is xorg.conf?14:51
zykotick9rymate1234, you need to create one14:51
TBotNikTrying to figure out how to diagnose at current HDD boot state what my problem is.  Keep having to boot liveCD to get on net here.  All help appreciated.14:51
shadow98i tried adding another user and it still will not create home directory14:51
maximus_lol i'm chroot'd in already, apt-get remove wont let me remove it, as too many apps are dependant on it. so i somehow have to downgrade it without removal14:51
rymate1234ok, where do I create it then -_-14:52
dmtarmeywhat alternative to flash can i use14:52
Myrttirymate1234: there isn't one by default, the system scans the hardware and sets the display up on the fly without xorg.conf14:52
zykotick9rymate1234, /etc/X11/xorg.conf14:52
TBotNikrymate1234: run "locate xorg.conf"14:52
zykotick9TBotNik, it's not there by default14:52
rymate1234TBotNik, that worked :D14:53
newz2000maximus_: downgrading packages is not too hard. If you google it you'll see some great tips on that one. It's a bit of manual effort but maybe easier than re-installing.14:53
TBotNikrymate1234: Ur Welcome14:53
zteamHi14:53
zteamAnybody here can help to me configure magnet links in Firefox?14:53
zteamI can't get it too work in 11.0414:54
TBotNikMyrtti: You get it all now?14:54
magnusYounder, are you on #ubuntu-no?14:54
viking_what package do i need to install to play dvd's and listen to mp3's14:54
viking_using apt-get14:54
Ensiferumhi14:54
brisingrI want to make caps lock type λ, is xmodmap the way to go?14:54
Ensiferumare there any repos for Ubuntu 9.04 any more?14:54
Youndermagnus, no I'm not14:55
maximus_newz2000, apt log doesnt give me too much, coz i didnt use apt-get..i compiled and installed from source...14:55
Ensiferumbrisingr: should work with xmodmap yeah14:55
zteamviking_ ubuntu-restricted-extras should fix most of your needs14:55
brisingrEnsiferum: okay, thanks14:55
magnusYounder, can you come in there?14:55
MoshanatorEnsiferum: no, jaunty should be End-of-life'd14:55
Youndermagnus, sure14:55
Ensiferumshit :/14:55
viking_zteam alrighty then , thanks14:55
maximus_newz2000, thanks for your suggestions...will try a few things and ask when i get stuck (-;14:56
eduardoinswedenhow do i enable mysql port for external access in ubuntu server?14:56
stephenthemartyrcan someone help me figure out how to unpack a tar.bz2 archive file?14:56
shadow98i tried sudo useradd -d /home/username username and still no home directory created14:56
newz2000maximus_: oh. Do the install again in a chroot and pipe output to a log file, make install > output.log, then view the log and find the files that are installed and uninstall them. THen re-enstall the package that will repair the missing files14:56
e75question: i need to make a simple script that deletes and adds a routing table entry every time i connect and disconnect from my vpn server. anyone know where i should start reading?14:56
newz2000by unistnnll I mean rm them14:56
Ensiferumstephenthemartyr: tar -zxvvf14:56
zteamBut I don't think it does dvds14:56
zteamyou need libdvdcss for that14:56
TBotNikRepeating: Morning All: Have PB at: http://pastebin.com/N02P9Qgn.  Working on problem with DNS.  some new app installed put in arpa and ldap, which assumed standard network and blew my non standard network.  Box is actually a router and wlan0 in inet connect.  It connects but has no DNS, even though config files are right.  Had cleared all the arpa and ldap stuff, no good. The removed and re-install Network Manager, but still no good.14:56
e75vpn connection = ppp114:56
TBotNikTrying to figure out how to diagnose at current HDD boot state what my problem is.  Keep having to boot liveCD to get on net here.  All help appreciated.14:56
stephenthemartyrthen i will be able to use the files?they are soundfopnts14:57
stephenthemartyr*soundfonts14:57
maximus_newz2000, good thinking (-; will give that a go now...14:57
newz2000maximus_: goood luck. ;-)14:57
newz2000I've gotta ask for help, it's off topic though14:57
newz2000can you help me get about 1,500 people to vote for my website? http://www.squaretap.com/contest/ (voting ends today) I'd really appreciate a boost.14:57
* newz2000 knows its an outside chance but it never hurts to ask14:58
* rymate1234 tries this setup, hopes it doesn't break his xubuntu xD14:58
TBotNikAll: Notice screen errors say "see syslog" but syslog is blank.14:58
pickelsIs there a way to find out what a command is calling in a shell?14:58
rymate1234How to restart x?14:58
stephenthemartyrEnsiferum: does the filename replace tar in that command?14:58
e75question: i need to make a simple script that deletes and adds a routing table entry every time i connect and disconnect from interface ppp1. anyone know where i should start reading for information on this?14:59
shadow98i tried sudo useradd -d /home/username username and still no home directory created14:59
zteamviking_, https://help.ubuntu.com/community/RestrictedFormats/PlayingDVD14:59
shadow98the user it created and i can login via ssh14:59
zteamanybody know how to fix magnet-links with firefox?15:00
viking_ zteam tis done, thanks15:01
jribshadow98: I said to use adduser, not useradd15:01
zteamviking_,  you are welcome15:01
stephenthemartyrhow do i unpack this file  openo_instrument_template_1.1.tar.bz215:01
jribstephenthemartyr: double click15:01
Calinouright click15:02
thunder1212hi, does ubuntu provide full support for intel sandy bridge processor(i recently got core i3 dell vostro..), the battery back up seems to be quiet poor15:02
stephenthemartyrit asks for a program to open them??15:02
jribstephenthemartyr: what ubuntu version is this?15:02
stephenthemartyr10.415:02
jribstephenthemartyr: open it with archive manager15:03
Abbas-one of my balls is bluer than the other15:03
Abbas-swelling, i understand, but why blue15:03
jrib!ot | Abbas-15:03
ubottuAbbas-: #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!15:03
Abbas-o15:03
compdocthunder1212, what features of the i3 does it not seem to support? I have 11.04 running on an i3 2100T15:03
stephenthemartyrwhere is the archive manager in the file system?15:03
jribstephenthemartyr: /usr/bin/file-roller15:04
thunder1212the graphics is running without any visual effects (it has intel sandy bridge integrated graphics)15:04
thunder1212compdoc: it came preloaded with ubuntu 10.1015:04
stephenthemartyrnope15:04
compdocthunder1212, newer versions always have expanded drivers and hardware support15:05
shadow98jrib, that worked thanks so much15:07
thunder1212compdoc: lets suppose that i upgrade to 11.04, and the graphics issue is solved which i assume will most probably be the case bcoz i tried live fedora 15 cd it was working fine.. but what about the battery back up issue..15:07
=== hacked is now known as vinces
compdocthunder1212, by 'battery back up' do you mean a UPS?15:08
thunder1212oh no he laptop battery backup i purchased dell vostro 1450.. and gives i think approx 2 hrs back up only15:09
stephenthemartyrok if i cd into the tmp file where the tar.bz2 file is what command unpacks them?15:10
thunder1212compdoc: plz chk this link.. http://www.ubuntu.com/certification/hardware/201104-788915:10
RadoSMoin. With default install of 10.04.02 you get a system summary when you login. I tried a minimal install, now this summary is missing, but I have no clue which packages contains this summary. Any idea how to figure this out?15:12
stephenthemartyrwhy does the archive manager say "cannot read file" when i downloada .rar files??15:13
jribRadoS: probably update-motd15:13
thunder1212compdoc:  ??15:13
jrib!rar | stephenthemartyr15:13
ubottustephenthemartyr: 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-free15:13
compdocthunder1212, by 'battery back up' do you mean a UPS?15:13
auronandace!rar | stephenthemartyr15:14
jribstephenthemartyr: why did you say "nope" earlier15:14
RadoSjrib, no, not installed by default.15:14
stephenthemartyrcuz it didnt work i couldntr unpack the tar.bz2 file either15:14
jribRadoS: yes it is15:14
thunder1212compdoc: no no ... latop battery15:14
stephenthemartyrim confused15:14
RadoSjrib, I checked on the default installed system where the summary works, but the update-motd is not installed.15:15
jribstephenthemartyr: what does "file /path/to/your/tar.bz2" return?15:15
stephenthemartyrim newb so the/to is what?and the/your is what?15:15
kingofswordshi i have 4gb ram and only 800meg is being used....is there any reason why my swap memory is starting to be used?15:15
jribRadoS: did you see the package description for update-motd package?15:15
compdocthunder1212, do you mean the battery is running down faster?15:16
jrib!who | stephenthemartyr15:16
ubottustephenthemartyr: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)15:16
jribstephenthemartyr: in a terminal type the word "file" followed by the path to the tar.bz2 file15:16
stephenthemartyrjrib: what is the "path"15:17
jribstephenthemartyr: location15:17
thunder1212compdoc: yes15:17
stephenthemartyrok15:17
stephenthemartyrjrib: ok sorry15:17
compdocthunder1212, its possible the cpu frequency scaling isnt working, so the cpu is running full blast all the time. Im trying to fix the same problem on a system I have15:18
stephenthemartyrjrib: it said error15:19
jribstephenthemartyr: pastebin what you typed and full output on http://paste.ubuntu.com15:19
mordofI've been having trouble with my OS crashing the past couple of days.. both monitors would just black out, all activity would stop (was watching a movie once and the sound cut out).. forced to press the power button and reboot15:20
mordofanyone know how I would troubleshoot this? I already did memtest, the RAM is fine15:20
stephenthemartyrjrib: http://paste.ubuntu.com/678968/15:21
=== winut_ is now known as winut
=== jpds_ is now known as jpds
jribstephenthemartyr: "/tmp openo_instrument_template-1.1.tar.bz2" is not the location of the file.  You probably mean: /tmp/openo_instrument_template-1.1.tar.bz215:22
stephenthemartyrjrib: oops sorry dude,so thats the command rigfht?15:22
stephenthemartyrjrib: now is says sompressed file block size=600k15:23
stephenthemartyr*compressed15:23
thunder1212compdoc: will this battery problem be there with windows 7 also??15:24
jribstephenthemartyr: tar xvf /path/to/file15:24
thunder1212compdoc: i will hate to run windows.. on my laptop15:24
zteamis there anybody who can help me with magnetlinks in firefox please???15:25
compdocthunder1212, no, Windows should already work15:25
mordofzteam: with what specicially?15:25
mordofspecifically*15:25
thunder1212compdoc: with full battery15:25
stephenthemartyrjrib: http://paste.ubuntu.com/678975/15:26
zteammordof, i can't get magnet-links working with firefox anymore (ie directlinks to torrent)15:26
jribstephenthemartyr: get rid of "file"15:26
mordofzteam: are magnet links a different protocol?15:27
viking_what arguments to netstat show remote connections only15:28
viking_$ netstat -somethinghere15:28
mordofzteam: ah, yeah they are. you can register your own protocols in firefox and specify the program they belong to. that may work15:28
stephenthemartyrjrib: http://paste.ubuntu.com/678980/15:28
thunder1212compdoc: did u check this link.. http://www.ubuntu.com/certification/hardware/201104-788915:28
zteammordof, no, they is just a link to a torrent see here for example http://thepiratebay.org/torrent/5224085/GIMP_version_2.6.8_Stable15:28
RadoSjrib, ok, misunderstood: libpam-modules is installed on the minimal, too, yet some scripts in /etc/update-motd.d are missing, like 50-landscape-sysinfo or 90-updates-available. How can I find out to which packages those files belong?15:28
jribstephenthemartyr: that's not what I told you to type :/15:28
jribRadoS: you can use apt-file or packages.ubuntu.com15:29
tera___I keep getting The canary thread is apparently starving. Taking action. in syslog and that seems to be the message that I get whenever my machine locks up for a few minutes any idea what could casue it?15:29
zteammordof, exactly15:29
compdocthunder1212, read this:  http://www.ubuntugeek.com/howto-change-cpu-frequency-scaling-in-ubuntu.html15:29
jribRadoS: or on the system that has them you can use dpkg -S or dlocate -S15:29
mordofzteam: yeah - i checked it out. it's a different protocol15:29
stephenthemartyrjrib: well im confuised then sorrry:(15:29
jribstephenthemartyr: tar xvf /path/to/file15:29
mordofzteam: what version of firefox are you running?15:29
rainhi15:29
zteammordof, 6.015:30
raincan i ask a question here?15:30
Picijrib, stephenthemartyr: the xvf option isn't going to going to uncompress a bz2 file. you need to use xjv15:30
hylian!ask15:31
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. :-)15:31
stephenthemartyrjrib: http://paste.ubuntu.com/678982/  does this mean it worked?15:31
kristopherwell i must say the alpha release is looking good. dropped fedora yesterday for the countdown lol.15:31
rabbi1where can i find "workspace switcher"15:31
jribPici: tar does that automatically15:31
Picitera___: does it?15:31
stephenthemartyrPici: ok so what do i do thrn?15:32
hylianrain: ask away15:32
Picitera___: I don't know how I mistabbed that... sorry.15:32
Picistephenthemartyr: ignore me, listen to jrib15:32
jribstephenthemartyr: it extracted your file, you should now have a openo_instrument_template-1.1 directory15:32
meomichey, i have sey up mail serv on my pc, but i have firewall - iptables, i need to unblock port 25 but maybe anyone know if i should unblock tcp? or udp? or both?15:33
stephenthemartyrjrib: ok thanks so much for your patience,if i want to open them in lmms or linux sampler its hpildnt be too hard to find them right?15:33
kristopheri have a few questions in regards to ubuntu. Just curious if the 64bit version is using flash 64bit beta or if the browser is wrapped with the 32 bit version of flash???15:33
jribstephenthemartyr: should be in your HOME directory, yes15:34
stephenthemartyrjrib: thank you so much15:34
meomic64 bit ubuntu 11.04 for now is wrapped with 32bit ver of flash - anyway the 64bit alpha flash is not working well - crashed alot my pc - im back to the wrapped one...15:34
thunder1212compdoc: i read that but i think the cpu frequency seems to be ok although i will check again..15:34
jribstephenthemartyr: I don't know why file-roller/Archive Manager did not work for you15:34
kristopherthanks meomic15:34
glebaronkristopher, 64-bit ubuntu uses 64-bit flash.15:35
mordofzteam: http://kb.mozillazine.org/Register_protocol#Firefox_3.5_and_above15:35
meomicglebaron: are you sure? my was using 32 bit one15:35
mordofzteam: add one called magnet15:35
LurchiderLurchDoes anyone know if it is possible to install xv on U 10.10 64bit?15:35
dimitristest15:35
dar3ckiczesc15:36
gaelfxdimitris: test success15:36
eduardoinswedenwhy cant I open /root folder??15:36
glebaronmeomic, maybe I should clarify. I use 64-bit 10.04 and I installed flash by hand. I guess I have no idea what the current is using.15:36
eduardoinswedenI try sudo15:36
dar3ckijest tu jakiś polak?15:36
eduardoinswedenbut still I cant open the /root folder15:36
eduardoinswedento install things I need15:36
dimitrishi.i have started compiling kernel.but have one problem..how do i find cpu family? e.x intel i3 ?15:36
hylianrain: what question did you want to ask?15:36
gaelfxeduardoinsweden: that doesn't sound like a good way to install anything15:37
eduardoinswedenyes it does, I need to install webmin15:37
eduardoinswedenand for that I need to put a key in root15:37
eduardoinswedenIn Debian, no need for stupid sudo command15:37
meomiceduardoinsweden: type in terminal: gksu nautilus it should give you access, or sudo mc if you want shell15:37
Myrtti!webmin | eduardoinsweden15:37
ubottueduardoinsweden: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system.15:37
eduardoinswedenthen what can I use instead of webmin15:38
tera___Any idea about the canary thread starving?  I test the RAM and am testing the HD right now.  CPU doesn't crash or anything the ubuntu system just freezes and then comes back a few minutes later15:39
tera___Even my ssh connection will stop working for a few minutes15:41
kamathlnhi .. anybody using dell inspiron 1564 i5?15:43
TehAndrewRyanI have som issues with PulseAudio, I get a 2 second lag in skype15:43
stephenthemartyrok im back15:43
kristopherAs far as the file system is concerned i noticed bleachbit to be a useful peice of sw for cleaning purposes when run as root. Is there any purpose as I know android usually wipes temp files out at a certain point im assuming ubuntu will do the same. is this true?15:43
kamathlnhas anybody been facing extreme slowness of natty on dell inspion 1564?15:44
TehAndrewRyanI'm running Ubuntu 11.04 on a clean install (installed it some minutes ago)15:44
TehAndrewRyanI had this problem in 10.10 too15:44
stephenthemartyrim trying to download samples and/or soundfonts for use in lmms and o0ther music programs but i dont know how and apparentely dont have anything that uppacks sfark and stuff15:44
kamathlnTehAndrewRyan: can you try without pulse audio? does Skype ty alsa if it fails connecting to pulse?15:45
TehAndrewRyankamathln: Not sure what you mean there15:45
shomonhi, how do you get bluetooth working on ubuntu? It should be available in my laptop...15:46
shomonbut the bluetooth thing in the system menu doesn't recognise it...15:47
elhamubuntu-ir15:47
lrojashi all15:47
thunder1212compdoc: does 11.04 work??15:48
lrojasa friend of mine asked me if there was any way to make a hard disk partition that contains the LiveCD of ubuntu, he wants to boot from that partition, or from a ram disk containing a copy of the live cd, he does not have a reliable dvd on his machine...15:48
lrojasany sugestions?15:48
compdocthunder1212, it works for me - but Im not running on a laptop15:49
dweezlrojas, you can have him try putting the stuff on a flash drive15:49
dweezhttps://help.ubuntu.com/community/Installation/FromUSBStick15:50
lrojasdweez: that is an alternative, but is there any solution for copying the LiveCD image to ram and booting from there?15:51
=== mglantz is now known as magnusg
ksull72487just off hand has anyone done or followed a tutorial of some sort to update a bios via usb / ubuntu??? read some things on freedos just never used it. Thanks.15:52
skjoedtNeed help! How do I disable Network Manager from clearing  my nameservers in /etc/resolv.conf from command line?15:52
=== magnusg is now known as mglantz
usr13Is there a Ubuntu / Debain equilivant for xv ?15:52
TehAndrewRyanI have an issue with flickering drop down menus, Catalyst 11.5, Ubuntu 11.04 with Unity15:53
cutiyari cant fingerprint , when i type     gpg --fingerprint  , doesnt show any thing15:53
raini accidently delted the partition containing the ubuntu.......... i wanted to merge the  partition with the windows os containing partition...15:53
raincan anyone help me PLease15:53
usr13ksull72487: I did it some time ago.  I read some how-to and it worked.  That's about all I remember.15:53
=== mglantz is now known as magnusg
zagabarI've customised one of the themes in ubuntu and everything works. But when KDevelop is exited and started again, the theme gets broken. Logging out and in doesn't help. I have to select another theme and then set it back to my theme again to make it work. It breaks like this: http://pallkarsia.net/~uploader/psst/upload/Screenshot.png Why is this?15:54
=== magnusg is now known as mglantz
stephenthemartyrhttp://paste.ubuntu.com/679004/ can someone tell me what i am d0oing wrong here?15:54
stephenthemartyrplease15:54
usr13ksull72487: If I rembmer right I used dd15:54
dweezlrojas, what's the OS he's running currently on the computer?15:54
klingelbarthow do i install the animations plug-in into ccsm?15:54
BartzyThere's a DNS cache in the DNS client in linux?15:54
lrojasUbuntu15:54
glebaroneduardoinsweden, if I were going to install webmin, I would get it from here: http://www.webmin.com/download.html15:55
lrojasbut he wants to format it i think and get it in this configuration15:55
ksull72487usr13: thanks lookin up dd15:55
TehAndrewRyanI have an issue with flickering drop down menus, Catalyst 11.5, Ubuntu 11.04 with Unity15:56
klingelbartcould you tell me how to install the "animations plug-in" in ccsm?15:56
cutiyari cant fingerprint , when i type     gpg --fingerprint  , doesnt show any thing15:56
=== e-anima_afk is now known as e-anima
eduardoinswedenI installed webmin but it dont let me login with root / pwd15:56
eduardoinswedenit said so in install15:57
eduardoinswedenbut it dont work15:57
usr13ksull72487: http://www.linuxinsight.com/how-to-flash-motherboard-bios-from-linux-no-dos-windows-no-floppy-drive.html15:57
usr13DOn't know if that's relly it but..15:57
dweezlrojas, sorry, I can't think of anything right off hand that would let that happen15:59
ksull72487that should work i looked up Dd and found a few ways I have been skeptical on that method for some reason since your emulating a floppy i guess16:00
ksull72487but ill start with the easiest and see what works thanks16:00
TehAndrewRyanI have an issue with flickering drop down menus, Catalyst 11.5, Ubuntu 11.04 with Unity16:00
maalacmy laptop Probook 6555b when on battery mode..network LAN is not turning on ? why is that ?16:00
shashiim not able to use flash support for chrome?  pls help16:01
shashiim not able to use flash support for chrome?  pls help16:01
dweezWhen it comes to the bios and firmware, I stick to my computer manufacturer's installers and don't futz around16:02
ksull72487i agree but i got two cpus running off eachother and one wont recognize the 4plus gigs of memory unless i update the bios from manufacturer lol16:03
maximus_newz2000, hey...thanks for your suggestions..I'm up and running again (=16:03
TehAndrewRyanIs there a way I can use panel programs with Unity? I'm using the frequency scaling app to force my CPU to actually work properly16:03
stephenthemartyrhttp://paste.ubuntu.com/679004/ can someone help me with these .rar files16:03
TehAndrewRyanCan't do that in 11.04 though16:03
ksull72487was considering vm machine windows xp to do it but i have went completely linux now16:03
newz2000maximus_: awesome!16:03
newz2000maximus_: that's a tedious mess, done it before. If you must compile from source try to make sure it goes into /usr/local16:04
skjoedtIs there a shortcut to make a quick search inside a man page?16:05
kuchikuwhre to check what causes my ubuntu restarted ?16:05
Piciskjoedt: /16:05
skjoedtPici, thanks! Awesome16:05
jeremy-77I have a 250 gig ide slave drive that I need to make ubuntu take ownership of cause I get some permissions to work. im running 11.04, can anyone help me?16:06
cutiyari imported .po to launchpad, when they would be reviewed?16:06
thirteenhell16:08
jwtiyari imported .po to launchpad, when they would be reviewed?16:09
=== moeeep is now known as The
=== The is now known as this
rgarciahello everyone! someone able and willing to help setting up a wireless usb adapter in ubuntu server (no X)16:09
=== this is now known as The
staar2hello16:10
thunder1212hello16:10
Scuniziwhat tool can I use in the repo that will reduce the file size of a multi-page PDF?16:10
staar2how to make the program or script executable from alt-f2 box ?16:11
kuchikuwhre to check what causes my ubuntu restarted ?16:11
staar2kuchiku, read the dmesg16:11
zteamHi I try to install Qisoburn from http://linux.softpedia.com/get/Utilities/QISOBurn-49145.shtml16:11
staar2and logs16:11
mordofstaar2: where is the dmesg? and which logs would one look at? i'm having a similar problem16:12
zteambut it won't work16:12
UNIm95ou. false channel16:12
zteamsudo dpkg --force-architecture -i qisoburn_20090708b1-15_i386.deb16:12
staar2into terminal dmesg you see logged start16:12
mordofah, ty16:12
staar2logs are in folder /var/log/ folder16:13
mordofstaar2: i looked through many of those logs and couldn't find a reason for my system to do that16:13
staar2or there's some log viewer tool in ubuntu menus16:13
zteamdpkg: error handling qisoburn_20090708b1-15_i386.deb (--install):16:13
zteam can't open "/var/lib/dpkg/tmp.ci//.svn": Är en katalog16:13
zteamhelp me please?16:14
staar2mordof, are you sure this is software problem, the problem could also be in hardware16:14
aciculazteam: looks just like a badly made package, maybe try finding it or something similar in the ubuntu software repository?16:14
mamedhey16:14
mordofstaar2: i ran memtest all night long, and i have no idea how to test other hardware16:14
staar2i got similar problem, just the pc freezes or restarts in random time16:14
mamedguys i have a problem16:14
staar2i have same problem under windows to16:15
zteamAcicula, I have installed it before, so I know it should work16:15
maalachow do i turn on LAN on bootup ?16:16
aciculazteam: its complaining about a file not being there which should not be there, so it cant work16:16
deciomamed, what's the problem?16:16
mamedhello guys greetings from turkey and i have a problem on my ubuntu natty. i want to  change my gdm screen but i cant do it16:17
aciculazteam: you could try a dpkg flag that instructs it to ignore such errors, but it looks like the package is broken to begin with16:17
staar2maalac you mean connect to internet through dhcpd ?16:17
lysgaardAnyone have experience on black screen and freeze when one connects multiple monitors?16:17
deciolysgaard, I only have one screen, sorry16:18
hroihi16:18
deciohroi, hi16:18
maalacstaar2: i'm not really sure. coz when my laptop is came from suspend and then on battery mode. LAN is not turning on ?16:18
hroianyone here know what the heck to do with /dev/shm16:18
hroican I touch it?  I want to use tmpfs for image processing16:18
zteamacicula, no, it seems to complain about a temp file: "var/lib/dpkg/tmp.ci//.svn"16:18
maalac:'(staar2:  and sometimes when i boot up on battery LAN is not turning on but wireless works .16:19
rgarciahello everyone! someone able and willing to help setting up a wireless usb adapter in ubuntu server (no X)?16:20
=== RonaldH is now known as Ronald
aciculazteam: is the file there, can dpkg read it?16:21
zteamacicula, not according to rm: sudo rm /var/lib/dpkg/tmp.ci//.svn16:22
zteamacicula, no such file or directory16:22
aciculazteam: the tmp.ci directory should not be there either16:22
ksull72487well 3 steps and i never have to reboot to upgrade the cpu bios. https://launchpad.net/ubuntu/+source/flashrom Has anyon heard of flashrom?16:24
Death4Lifeksull72487: don't you mean the bios of the systemboard? >.>16:28
zagabarI've customised one of the themes in ubuntu and everything works. But when KDevelop is exited and started again, the theme gets broken. Logging out and in doesn't help. I have to select another theme and then set it back to my theme again to make it work. It breaks like this: http://pallkarsia.net/~uploader/psst/upload/Screenshot.png Why is this?16:28
designbybeckanyway to chown in the GUI?16:28
ksull72487yes sry bad abbreviation16:28
Death4Lifedesignbybeck: right click -> properties?16:29
designbybeckyou can change permissions by rightclicking but can you chown16:29
zteamacicula, I don't get what that means16:29
ksull72487bios for the motherboard i have updates from the manufacture and all include updates for 64bit and ram and lol linux16:29
designbybeckyeah Death for 777 755 and such you can, but I don't see a spot for changing owner of a file there16:29
=== mrdead-clone is now known as mrdeadlocked
Death4Lifedesignbybeck: I can change the group but not the user :p16:30
zteamacicula, but that package worked flawlessy with ubuntu 10.1016:30
ksull72487was thinking about flashrom to install the bios upgrade im looking for an easy way without going back to windows16:30
ksull72487to do it16:30
=== lolcat is now known as thumbz
=== thumbz is now known as lolcat
zteamksull72487, most motherboard manufacters will provide a DOS-utility for that16:31
geirhadesignbybeck: Only too can change ownership of files16:31
SIFTUksull72487: freedos16:31
geirhadesignbybeck: err, *Only root16:31
ksull72487yeah but running it from usb is what i need to do16:31
roghi, i've got a naive question about ubuntu/gnome - is this a good place to ask?16:31
designbybeckhmmm16:31
SIFTUksull72487: freedos runs from usb16:31
ksull72487i can do a disc on one cpu but not on the other as its just a box with brains16:31
aciculazteam: idk what you had then, this deb install fails expecting files in a directory where they arent and should not be either. so i cant see how you could get it to install, unless you use something like --force or whatever its called to ignore errors, but that might cause other problems16:31
sipiorrog: sure, go ahead.16:32
designbybeckgeirha, can you be root or superuser in GUI and right click and change owner or soemthing like that?16:32
geirhadesignbybeck: Alt+F2 -> gksudo nautilus16:32
ksull72487are there any clear tutorials that have freedos updating the bios without the us a of a cd16:32
rogi've just installed ubuntu for the first time on my new laptop. clicking the miniaturize button on a window causes it to disappear. i've googled for the answer, and it talks about right-clicking on "the panel" and adding Window List. what is "the panel"?16:33
SIFTUksull72487: google buddie http://sourceforge.net/apps/mediawiki/freedos/index.php?title=USB16:33
aciculaksull72487: to use a new bios you will have to reboot anyway, its possible to flash bios from linux, but honestly why risk bricking your hardware and ignoring the vendor recommendation?16:33
geirhadesignbybeck: There's also the nautilus-gksu package you can install. It allows you to right click a file/folder and "open as administrator".16:33
rog(or should i just avoid the miniaturize button? :-])16:34
xanguarog: I suggest you to read http://omgubuntu.co.uk/natty/ to lear to use unity16:34
designbybeckgeirha,  thanks for that info, i was trying to upload things to a server but it get it the servers root user instead of www-data16:35
designbybeckso from commandline on the server I would just do 'chown www-data:www-data filename -R16:36
designbybeckfor all subfiles as well?16:36
chiiiiizhello!!!16:37
rogxangua: ok, scanned that. it doesn't mention minimize, but it says the Launcher replaces the standard window list. shouldn't that mean that i should see minimized windows in the launcher bar?16:37
bkerensahill chiiiiz16:37
rog('cos i don't)16:37
chiiiiizUbuntu64 does not recognize my DVD drive.... it does not show in teh Disk Utility,... but I can boot on a CD...16:37
chiiiiizIt is my first time under64 bits...16:37
chiiiiizHELP!!!!16:38
geirhadesignbybeck: Yes, assuming filename is a directory. -R doesn't make much sense on a regular file16:38
designbybeckgotcha! Thanks for your help geirha16:38
rogi think minimized windows are just disappearing, but maybe there's a secret place that i can find them...16:39
usr13chiiiiiz: eject16:44
rogis this a really stupid question or something? please put me out of my misery!16:44
usr13rog: Are you using unity?16:44
usr13If so, look for highlighted items on left.16:44
geirharog: Or asked in a different way, which ubuntu version?16:44
rogusr13: yes, i believe so. (standard ubuntu desktop install)16:44
usr1311.04?16:45
roggeirha: 11.04 i think16:45
=== semitones is now known as sillytones
geirharog: Then minimized windows should be accesible from the menubar on the left16:45
usr13rog: Look for highlighted items on left.16:45
willhotmessWhat are some good rooms to chat in?16:45
roggeirha: so if i minimise (say) a chrome window, a new item should appear on the left?16:46
usr13!ot | willhotmess16:46
ubottuwillhotmess: #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:46
rog'cos that's not happening16:46
rogAFAICS16:46
geirharog: Yes, a chrome icon should appear16:46
roggeirha: there's already a chrome icon, but clicking on it doesn't bring up any of the chrome minimised windows16:47
mordofrog: it won't make a new one when you appear. if you launch chrome - it will create a new item on the left. when you minimize, an arrow will be placed beside that new item which was created when you launched it to begin with16:47
mordofrog: s/appear/minimize16:48
rogmordog: no arrow is created when i minimize a chrome window16:48
geirharog: Do you see a small white triangle next to it?16:48
rogno16:48
rogalthough i do against other apps16:48
rogi'll try another app, e.g. terminal16:49
mordofrog: sometimes, depending on how it's launched/installed - does it create another black/blank icon somewhere else when you launch chrome?16:49
geirharog: Hm. If you hold down the Alt key and hit TAB, do you see it?16:49
rogah, minimizing a Terminal window works ok16:49
v1k1nghow to format a windows partition and add it to the linux partition16:49
rogmordof: no, the chrome icon always stays the same16:50
rogi could try quitting and adding it to the dock again16:50
maalacv1k1ng: mkfs.ext4 /dev/sda16:50
maalacv1k1ng: fdisk -l first to so that you'll know what partition it is ..16:51
v1k1ngmaalac nice one thanks16:51
splnetv1k1ng:  mkfs.* formats the partition. there are several options16:51
roghmm, now when i launch chrome, i don't get a chrome icon at all16:51
geirharog: It should work even if it wasn't in that dock. Sounds like you've encountered some bug in unity. Have you installed all the latest updates?16:51
v1k1ngi'll read the man pages16:52
Root_hackhello all16:52
roggeirha: i think so (all the ones it suggested anyway)16:52
rogi'll try rebooting16:52
geirharog: Hm. Ok. And by chrome, you mean google-chrome, not chromium, right?16:52
TheRedOctoberGreetings all.  I am trying to script up some snapshots using virsh/KVM. How might one come up with a machine readable list via 'virsh list' to do a 'for do' suite to clean up ma snapshots.16:53
modI cannot figured out how to use update-alternaitves, could I get a hand please?16:53
Picimod: What seems to be the issue?16:53
roggeirha: i think so. Chrome as suggested when searching from the Applications icon16:53
modI cannot use openJDK and I want to have all app expecting it to use the Sun JDK I've installed.  I've changed all the PATHs I can think of, no help16:54
geirharog: That sounds like chromium. It has a blue icon?16:54
Picimod: All you need to do is run sudo update-java-alternatives16:54
maalacv1k1ng:  no problem ..16:54
roggeirha: no, it has the usual (coloured wheel) icon16:54
iderikIve been trying to change colors on uxterm since last night now. But it doesnt work. Ive changed ~/.Xresources and even /etc/X11/app-defaults/UXTerm-color and ran xrdb -merge ~/.Xresoureces. What is the problem? Please help me.. I cant understand how hard this should be.. making me crazy16:54
rogwait a mo, i'll try rebooting16:55
Picimod: er, I think that requires an argument, so use the -l and -s16:55
geirharog: Ah, that's google chrome. I'll try installing that on Ubuntu 11.04 and see if I can reproduce it.16:55
modhmm16:55
roggeirha: thanks16:55
rogbrb16:55
modPici hmm seems i have to have openjdk installed to do this16:55
modaptitude install openjdk-6-jdk16:56
modPici, so i have openjdk installed, and I took the Sun JDK, used alien to turn it into a deb, and then installed that16:57
Picimod: Why did you do that?16:58
modwhen I run  update-java-alternatives -l , i see openjdk16:58
modbecause its the Sun JDK that I need16:58
modand it doesnt come as a deb16:58
glebihanmod, sun jdk is available as a deb package16:58
Picimod: alien is really really really not reccomended.16:58
modhmmm16:59
Picimod: enable the partner repository and then install the relevant sun-java-* package you want.16:59
geirharog: Works as expected here16:59
Pici!partner | mod17:00
ubottumod: Canonical's partner repositories provide packages a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" »17:00
modblargh, ok how to do I unstall the alien pkg?17:00
=== sysopwork is now known as linux4u
Picimod: sudo dpkg -r packagename17:03
modwould if be the jdk in "Other" undethanks17:04
iderikAnyone knows how to change colors on xterm? ive been trying with .Xresources and ran "xrdb -merge ~/.Xresources".17:04
chiiiiizmsg NickServ identify thev211117:04
Picichiiiiiz: you may want to pick a new password now.17:04
chiiiiizmaybe... maybe....17:04
mod# aptitude install sun-java6-jdk17:04
mod:)17:04
mordoflol xD17:04
mordofcouldn't help it..17:05
iderik"disconnected by service"?17:05
ideriksomeone kicked him?17:05
modiderik, xterm or gterm?17:05
mordofi ghosted him to teach him a lesson, lol.. it helped me remember when i did it17:05
iderikmod: uxterm17:05
modnever used uxterm, sorry17:05
mordofchiiiiiz: let that be a lesson to you :p17:05
mordofchiiiiiz: never identify in a channel17:05
iderikmod: shouldnt it be the same as xterm? uxterm is just xterm with unicode17:06
modits like pulling up you dress17:06
modiderik, you could do it on the cmdline :)17:06
iderikmod: i want it permamently17:06
iderik:)17:06
mordofchiiiiiz: that happened to me before - and a person ghosted me 6 times before letting it go17:06
modiderik, alias?  set the gnome icon properies?17:06
iderikmod: i rather do it "proper" :/17:07
mordofchiiiiiz: needless to say i never fogot :p17:07
modiderik, that's pretty proper17:07
chiiiiizgreat lesson, yeah17:07
wrtprog here. on my other laptop. everything's gone tits up and i now have a totally blank desktop!17:07
dweezchiiiiiz, also...um, change your Identify password (if you haven't already)17:07
iderikmod: where do you mean i should make the alias? :)17:08
beFra_hello17:08
modiderik, in your .profile/bashrc ... but are you starting this from an gnome icon?17:08
beFra_any idea on how enable audio in natty ? I'm using wmii runned with startx17:08
beFra_i think some gdm script are missed17:09
wrtpi think i probably broke things by changing my .profile. i restored it (by doing newuser and copying .profile from the new user directory) but god knows what to do now.17:09
iderikmod: im using DWM (window manager) so ill launch it with a specialkey, i could add the -fg and -bg to the line there. but i want the colors all the time, no mather what starts the xterm17:09
wrtpmaybe i should just reinstall ubuntu :-)17:09
modyes17:09
modiderik,  .Xdefaults is th eonly other thing I know of... but I'm old17:10
Krugger666hello17:10
wrtpso much for just trying to get my Chrome icon back...17:10
iderikmod: okey :) thanks! this is driving me crazy, how hard should it be to change colors on terminal :(17:10
mordofstill hasn't changed his password -.-; lol17:11
dweezwrtp, why don't you just recreate the idon?17:11
mordofchiiiiiz: change your password17:11
dweezchiiiiiz, use the following to change your password17:12
dweez/msg NickServ SET PASSWORD <newpass>17:12
mordofneeds an email arg as well17:12
wrtpdweeze: idon?17:12
mordofi believe the second argument is email17:12
PiciCan we get back to Ubuntu support folks? chiiiiiz if you need help changing your password you can ask in #freenode about it17:12
dweezmordof, I took that straight from the help file17:13
mordofah, k17:13
dweezwrtp, sorry, icon17:13
stowodahi17:13
beFra_any idea on how enable audio in natty ? I'm using wmii runned with startx17:13
wrtpdweez: i don't have a launcher any more, let alone any icons.17:13
dweezregistering you need an e-mail, but when you change the password, you already have to be identified17:13
beFra_i think some gdm scripts are missed17:13
stowodais there a progress bar when copying files with commands from the bash?17:14
=== ajf|offline is now known as ajf
dweezstowoda, not usually.  I think there might be a switch to help, or you can try -v for verbose17:14
wrtpi get a totally blank desktop, although i can right click to create a new folder/launcher/documemt17:14
stowodadweez, understand.. thank You17:15
rumpe1stowoda, you can use "rsync <source> <target> --progress"17:15
wrtpwhat script starts the launcher, and how have i broken it?!17:15
dweezblank gdm desktop or did you accidentally switch TTYs?17:15
stowodarumpe1, what ist that?17:15
stowodawill try it17:15
stowodathx17:15
usr13stowoda:  What do you mean from the bash?  do you mean cp or scp or wget or???17:15
stowodausr13, exactly17:15
stowodacp for example17:15
usr13stowoda: no17:16
dweezit used to be Ctrl+Alt+Backspace would restart the gdm but now that shortcut isn't set by default17:16
Pici!who17:16
ubottuAs you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)17:16
xanguadweez: you can enable it on Keyboard preferences17:16
DoctorPepperhi guys.17:16
dweezxangua, yes, but wrtp has a blank desktop17:16
dweezwrtp, did you goof just this session or is this how it is on a reboot?17:16
xanguaooh :S17:16
wrtpdweez: i tried rebooting and same deal17:17
usr13stowoda: scp  -  yes17:17
wrtpi can start a shell, if that helps17:17
wrtp(good old xterm)17:17
dweezwrtp, blank gdm desktop or did you accidentally switch TTYs?17:17
splnetdd allows progress indication17:18
dweezand you don't know what did this?17:18
wrtpdweeze: blank gdm desktop, i think17:18
wrtpi've got the same background (purplish)17:18
dweezsplnet, what switch on dd does that?  That would have come in handy for me more than once17:18
wrtpand i can get a context menu by right clicking17:18
wrtpjust nothing else17:18
=== ajf is now known as ajf|offline
dweezwrtp, ah, ok17:19
dweezand did this happen right after an update?17:19
kaellanis ACPI turned off for standard in ubuntu or how to see if its on or off ?17:19
splnetdweez: man dd; search for "kill -USR1"17:19
wrtpdweez: no, it restarted fine after installing all the updates17:20
stowodausr13, I think the solution with rsync which rumpel1 gave me above will satisfy me. thx to all :)17:20
dweezah, thanks splnet17:21
splnetdweez: sure. very helpful in scripts17:22
dweezI just usually go to the receiving folder and watch the file size climb17:22
wrtpah, fixed it!17:22
wrtpto log in when i'd broken my .profile, i logged in with "user defined desktop", and it had remembered that setting17:23
wrtpphew17:23
dweezwrtp, good job17:23
fission6how do i create a group and allow write permission to /space/mongo17:23
ArnoldHello. Does anybody knows whether Unity has the ability to undirect fullscreen apps?17:24
dweezfission6, to create a group do a "man groupadd"17:25
dweezfor permissions, check man chmod and man chown17:25
fission6ok17:25
fission6thanks17:25
dweeznp17:25
fission6how do i list all groups?17:25
splnetfission6: sudo groupadd foo; chgrp /space/mongo; chmod 113 /space/mongo17:25
icerootfission6: getent groups17:26
splneterr chgrp /space/mongo foo17:26
icerootsplnet: why 113? 3 = others17:26
icerootsplnet: user,group,others17:27
splneticeroot: right 13117:27
icerootsplnet: and why execute for others?17:27
dweezI forget how to list the groups17:27
fission6 chmod 113 /space/mongo so is that the right thing17:28
* dweez scratches his noodle17:28
icerootdweez: getent groups17:28
Picidweez: 'groups'17:28
Picidweez: er, what iceroot said. I'm not thinking straight today.17:28
icerootfission6: that is wrong17:28
dweezgetent groups gave me an error17:28
splneticeroot: depends on the use case execute permission for others has its uses17:28
dweezjust "groups" worked fine17:28
fission6 chmod 113 /space/mongo is this the right line for permissions17:28
icerootfission6: no17:28
dweezah, it's "getent group"17:29
dweeznot groups17:29
unguestnow about that rainbow penis17:29
fission6oh how do i add a user to a group?17:29
BlouBlouunguest: ?17:29
kaellanAnnyway to activate intel cpu core booster or likly in ubuntu ? my cpu supports turning quad core 1.9 ghz into 2.9 ghz dual core.17:29
dweezsounds like smoke, mirrors, and blather to me kaellan17:30
kaellan=?17:30
splnetfission6: depends on the use case. chmod 130 will give the write but not read to the group17:30
icerootfission6: normally you want 770 so that the owner and group can do everything and others cant to anything17:31
dweezkaellan, sounds like it's just playing around with priorities and power management or something to make you think you're getting that extra 1.0 GHz17:31
gigeniekshi guys, what was the command of Alt+F2 to restart Xubuntu window manager? I remember it was something like "xfce4 --replace ?17:31
gigeniekseverything is really messed up...17:31
dweezjust to restart the xdm?17:32
icerootgigenieks: sudo service xdm restart17:32
dweez^^^17:32
fission6well they should be able to read and write both the owner and the group17:32
icerootgigenieks: for restarting your x-server17:32
kaellandweez, google intel turbo boost i dont know what itdo buth i ply wow and it only suports dual core so i play atm with 1.9 ghz = fps drops even oh i got a nvid gforce460m17:32
dweezadding the Ctrl+Alt+Bacspace shortcut back is on my list of things to do right after an install17:32
icerootfission6: chmod 770 -R /path/to/dir17:32
gigenieksno I need to restart window manager17:32
gigenieksit is not X issue17:33
icerootgigenieks: the command i told you will do that17:33
gehi17:33
dweezgigenieks, as in restart the desktop ?17:33
dweeziceroot's command is for that17:33
splnetor send a HUP signal -> pkill -HUP gdm17:34
gigenieksxdm: unrecognized cmmand17:34
gigenieksI have Xubuntu17:34
splnetgigenieks: replace xdm with kdm, or gdm17:35
maalacsetup ubuntu eth0 or LAN at bootup wether on battery or on power adapter? please help ..17:35
dweezXbuntu is xdm right?17:35
Picifyi: thats not the same thing as restarting the window manager.17:36
gigenieksdid do that sudo service gdm restart17:36
gigenieksit restarted; didnt fix17:36
blsh0p hey guys i had a question about virtual box, anyone here know how to use it?17:36
dweezPici, then please elaborate17:36
maalacblsh0p: what do you want to know ?17:36
maalacmaalac: setup ubuntu eth0 or LAN at bootup wether on battery or on power adapter? please help .17:37
Picigigenieks: next time you'll want to restart whichever window manager you're using in xfce, either metacity or compiz. I'm not sure what is default nowadays.17:37
Picigigenieks: but that will happen when you restart your display manager too.17:37
blsh0pI am currently dual booting windows and ubuntu, but i want to put the windows os that i already use on a virtual box file17:37
dweezOh, the eyecandy17:37
gigenieksAS I SAID, it was fixed with ALT+F2 with some command which restart WINDOW manager isjsust cant remember exactly the type "xfce4 --replace" is wrong?17:37
blsh0phow can i run it on the virtual box instead of dual booting, while keeping the same os and all its files17:37
MyrttiPici: xfwm417:38
PiciMyrtti: oh?17:38
dweezhttp://www.sysprobs.com/physical-virtual-virtualbox-virtualbox-p2v17:38
gigenieksMyrtti: i think it is right, sec17:38
dweezblsh0p ==> http://www.sysprobs.com/physical-virtual-virtualbox-virtualbox-p2v17:38
dweezor go to VirtualBox's website and look for info on P2V (physical to virtual)17:39
maalacblsh0p: the only way i can think of is. norton ghost and then load the ghost image into your virtual box. but its not recommended..you might encounter driver problems along d way ..suggest to uninstall all drivers and install only generic ones..17:39
Myrttigigenieks: also, just so you know, please have patience in our channels and don't crosspost across immediately if you don't get an answer...17:39
gigenieksMyrtti: thank you! itwas correcty type !! :)17:39
QubeX2blsh0p i dont think VirtualBox presents the exact same hardware as you computer17:39
dweezmaalac, nah, most Virtual Environment software has a P2V procedure/tool17:39
daaviswhat to do so that my mobile phone recognize my laptop and i can send files from mobile ph. to computer?17:39
Myrttigigenieks: it was what charlie-tca told you in #xubuntu eight minutes ago...17:39
gigenieksIt just was an "emergency I could even go to internet browser.. :/17:39
dweezHave I been muted?17:40
maalacblsh0p: you can try dweez suggestion ..this kinda new to me..17:40
dweezlol17:40
blsh0pso if i wanted to replace all my files manually? like with a  harddrive?17:40
gigenieksI restarted X so i didnt see17:40
dweezI've done P2V with Hyper-V but not with VB17:40
maalacdweez: although, i tried norton ghost before and it work for me..but lot of issues ..17:40
gigenieksAlt+f2 ----> "xfwm4 --replace" did the job - have a nice day everybody! :)17:41
dweezyeah, I think the P2V process eases the issue with differing hardware17:41
daaviswhat to do so that my mobile phone recognize my laptop and i can send files from mobile ph. to computer?17:41
dweezblsh0p, ==> http://www.virtualbox.org/wiki/Migrate_Windows17:41
dweezstraight from the horse's (website's) mouth17:41
splnetdaavis: what mobile phone. more details needed17:42
daavisNokia x302 splnet17:42
Myrttidaavis: my best bet would be bluetooth sending it17:43
daavisMyrtti, you red my question?17:44
dweezdaavis, he blue your answer17:45
p1l0tI am trying to Access my encrypted home folder.. Its a backup that I copied. I know the passphrase but I don't which cypher to use.17:45
daavisoh, very helpfull17:45
splnetdaavis: you are using usb?17:45
daavisor i just dont get it :)17:45
daavisno usb17:45
daaviswireless17:45
daavisi want to send files without any wire17:45
daavisuseing bluetooth17:46
dweezdaavis, was just teasing ya17:46
daavis:)17:46
daavisso..17:47
daavisany suggestions?17:48
Pici!enter | daavis17:48
ubottudaavis: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!17:48
jnsl_jeesh anyone know how you do "sudo a2enmod vhost_alias" on mac17:48
jnsl_my friend on mac, not me17:48
daavis!enter | Pici17:48
ubottuPici: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation!17:48
Picidaavis: Don't do that.17:49
Picijnsl_: How is this related to Ubuntu?17:49
ktwohig911.04 installed 7 days ago. 5 seperate freezeups occured since then. is there a log I can check to perhaps see what is causing the freezeup?17:49
jnsl_if i ask about an command i use on ubuntu on mac forum people say the same17:50
D3locedMaybe driver issues... check that first17:50
Kirillhi all! anyone have an idea how to fix this: Errors were encountered while processing:17:52
Kirill /var/cache/apt/archives/keyboard-configuration_1.57ubuntu20_all.deb17:52
KirillE: Sub-process /usr/bin/dpkg returned an error code (1)17:52
Kirillthis was outputted after "Processing triggers for fontconfig..."17:53
ownerdanything USB i plugged into my computer doesnt work. why?17:53
owner'anything USB i plugged into my computer doesnt work. why?17:54
PupenoAny ideas how to make Nautilus access an MTP device (an Android 3.0 device)?17:54
shane2perudoes anyone have any experience of using Skype USB phone with Ubuntu?  this: http://blog.mypapit.net/2007/08/how-to-setup-skype-usb-phone-to-use-with-ekiga-under-ubuntu.html  Though old seems to indicate that they are pretty basic and *should* work.17:54
Kirillmeh, I guess ubuntu's no good =( I'm surprised it can't even configure a common package properly17:55
LurchiderLurchCan anyone tell me what the text on top of the stuff to copy & paste means? I have no idea about that: http://olivers.posterous.com/build-xv-on-ubuntu17:55
Kingsyif I have a ubuntu pc plugged into the network and I have a folder shared.. and that shared folder isnt showing up on another ubuntu pcs "network" in nautilus... is there a way to just "run" the computer?17:55
Kingsythe windows equiv would be start run //192.168.blah17:56
gmaiarodrigocan anyone help me do this: # http://www.isnull.com.ar/2011/05/share-internet-with-ubuntu-1104.html17:57
Apocalypse_dnhey! I have ps1 joystick connected by USB adaptor. Nearly every it's physical button considered like combination of logical buttons in jstest (some kind of keycodes, i guess). What can be wrong, and is there any way to fix that?17:58
LurchiderLurchshane2peru, I use Skype on U 10.10 64bit and it works OOTB17:58
gmaiarodrigoI can not make the subnet share the Internet. The DHCP server works normally.17:58
Kirillanyone know how to fix this this console-setup install problem? bah, what a piece of shit this is17:59
Kirillis this IRC channel just for people to ask questions and not get answers?18:00
PiciKirill: Please be patient.18:00
MyrttiKirill: even with all the frustration, please don't curse on this channel...18:00
Kirillso looks like someone is here after all..18:00
kaellan#wine-hq18:01
daavissorry for repeating - Nokia x302 splnet | i want to send files from this phone to my laptop wirelessly [bluetooth? ] | splnet - ideas?18:01
Kirillit's part of the normal dist-upgrade process. it boggles the mind that ubuntu still has these issues18:01
MyrttiKirill: have you tried would "sudo apt-get -f install" fix your problem?18:01
Kirilltried, nothing.18:01
PiciKirill: Can you pastebin the entire error message you are getting?18:02
KirillPici: http://pastebin.com/X5xUHAt218:02
Dark_ApostropheHello. I'm trying to set up a Ubuntu 11.04 system in Virtualbox on a Win7 x64 host. The reason is that I need to root an Android phone by LG, but LG's Windows USB drivers only seem to work for 32-bit Windows. Anyway, following cyanogenmod's guide, it says I need the Android SDK, for which Java Development Kit is a requirement. I checked apt-get, and found only openjdk - will this do, or do I need the Sun/Oracle release?18:02
Dark_ApostropheOr, if there are any .deb files of the Oracle release, so I don't have to mess with their manual install, which seems clunky.18:03
blsh0p_what is the virtualbox channel?18:03
PiciDark_Apostrophe: install the appropriate sun-java-* package from the partner repository.18:04
kidthomsonicarusfrance?18:04
Pici!parter | Dark_Apostrophe18:04
Dark_ApostropheSeemed more like a Ubuntu question (or maybe a Cyanogenmod question, I'm not sure)18:04
blsh0p_whats the cannel for virtualbox?18:04
Dark_ApostropheNo idea, is there one?18:04
Pici!perner | Dark_Apostrophe sorry18:04
Pici!partner | Dark_Apostrophe sorry18:04
ubottuDark_Apostrophe sorry: Canonical's partner repositories provide packages a location for software vendors to publish applications. The repo itself can be added by running this in a !terminal: « sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" »18:04
PiciI can't do anything right today.18:04
blsh0p_u guys gave it to me like 10 minutes ago but i forgot18:05
Dark_Apostrophethanks, Pici18:05
dv310p3rMy system seems to have some sort of bottleneck. I've got 4gb of ram, 3.8gb usable, or something like that. Now, I know when i get to like 2gb used, it kicks in my swap. But that I hate swap because it lags my systme so I swapoff -a. I see swap go down to zero. So why would my system still exhibit moments of pause and lag? Any idea how I can test or check for a bottleneck?18:05
blsh0p_anyone know the channel for virtualbox?18:05
Piciblsh0p_: #vbox18:05
blsh0p_ok thanks18:05
PiciKirill: I'm looking at your issue, not sure what the problem is yet.18:05
pi1hey guys, i'm on 11.04, my sound is through my hdmi monitor, how do I enable sound from my terminal, so i can hear the irssi "beep" etc? any help greatly appreciated, thanks.18:06
PiciKirill: Is this an upgrade or right after an upgrade?18:06
juliaHello, i use the acer 4810t laptop with ubuntu 11.04 and my mic doesn't work. Please help me to get it working again.18:07
gmaiarodrigoplease anyone?18:07
KirillPici: yeah, part of apt-get dist-upgrade18:07
tera___g0rby, you back I fixed it?18:07
PiciKirill: Please tell me you aren't upgrading from something to natty with that.18:08
daavissorry for repeating - Nokia x302  | i want to send files from this phone to my laptop wirelessly [bluetooth? ] |18:08
KirillPici: I am, but I did all the previous steps like search/replace everything in sources to "natty", e tc.18:08
kyle__How would you enable say, the ati driver, from the ocmmand line18:09
xanguaKirill: bad steps ;)18:09
PiciKirill: Thats not the proper way to upgrade to a new release. You should be using do-release-upgrade  (or update-manager if you prefer the gui) .18:09
Kirillright... I tried do-release-upgrade, but it hosed my system completely and I had to restore from backup18:09
ActionParsnip!upgrade18:09
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade18:09
wrtpdweez: you might be interested to know that my chrome miniaturization problem has now gone away, after restarting.18:09
KirillI was following this guide: http://library.linode.com/troubleshooting/upgrade-to-ubuntu-11.04-natty18:09
PiciKirill: That file has been migrated from one package to another and apt-get isn't smart enough to handle that on its own. I don't know what to suggest if d-r-u didn't work for you :/18:09
dweezah, so your metacity/compiz sort of crashed and you didn't have a taskbar anymore?18:10
dweezyeah, I got that a lot...made me give up on eyecandy18:10
ActionParsnipkyle__: i believe there is jockey-text18:10
dweezglad your thing is resolved though18:10
Dark_ApostrophePici: Apt-get update can't parse sources.list if I add that :/18:10
daavissorry for repeating - Nokia x302  | i want to send files from this phone to my laptop wirelessly [bluetooth? ] |18:11
KirillPici: any ideas how to informat apt of this change manually? too late for d-r-u anyway. there must be a way to fix this ridiculous problem18:11
PiciDark_Apostrophe: What did you add?18:11
daavishowto do that?18:11
Dark_ApostropheThat line, letter by letter18:11
KirillPici: *inform, I mean18:11
ActionParsnipdaavis: have you paired the device?18:11
daavisActionParsnip, how?18:12
apokalipseHello, I would like to know what to install / use to make my webcam work with flash player ? I sax many solutions and I'm lost. I'm on natty 11.418:12
PiciKirill: I wonder if you install --reinstall both packages if it will work.18:12
flax^_just noticed abi-2.6.38-11-generic in /boot, what is that? cant find it in grub.cfg18:12
PiciDark_Apostrophe: Well, its not something that needs to be added to /etc/apt/sources.list it is its own command.18:12
wildc4rdevenin all18:12
KirillPici: not working18:12
BryanRuizwhat is ubuntu's "chkconfig" equivelent? || how do change which services start and stop at boot?18:13
ActionParsnipdaavis: run bluetooth-applet and you can use that. Once it's paired you can tell the OS to receive a file then send from the phone18:13
ActionParsnip!boot | BryanRuiz18:14
ubottuBryanRuiz: Boot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto18:14
Dark_ApostrophePici: I know18:14
KirillPici: it says "trying to overwrite '/etc/init.d/console-setup', which is also in package console-setup 1.57ubuntu20" ... but this file isn't even there18:14
PiciKirill: This is really iffy, but you could use dpkg --force-conflicts with the package in /var/cache/apt/archives/18:15
PiciDark_Apostrophe: what does lsb_release -sc say?18:15
daavisActionParsnip,  applet is allready running - terminal is telling me18:15
daavisActionParsnip, what next?18:15
ActionParsnipKirill: i also suggest you log a bug to resolve the conflict18:15
Dark_ApostrophePici: natty18:15
PiciActionParsnip: He didn't use do-release-upgrade, so it will likely be considered invalid.18:16
MrKeunerhello, is there a easy and efficient backup system? Hopefully one that might serve win and macos as well?18:16
ActionParsnipdaavis: then on the panel you'll see the bluetooth icon18:16
Dark_ApostrophePici: Wait, think Synaptic might be able to do it18:16
ActionParsnipPici: true18:16
PiciDark_Apostrophe: Well the command that I gave you shouldn't have added anything to /etc/apt/sources.list it creates its own files in /etc/apt/sources.list.d/ :/18:16
daavisActionParsnip, there is no bluetooth icon?18:17
BryanRuizActionParsnip: do you know what file bum is editing?18:17
KirillPici: --force-conflicts with what command?18:17
Dark_ApostrophePici: Oh... well, apt threw an error about sources.list :/18:17
ActionParsnip!backup | MrKeuner18:17
ubottuMrKeuner: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning18:17
PiciKirill: dpkg --force-conflicts -i /var/cache/apt/archives/keyboard-configuration_1.57ubuntu20_all.deb18:17
Kirillright, that's what I thought; no dice.18:17
LurchiderLurchCan anyone tell me what the text on top of the stuff to copy & paste means? I have no idea about that: http://olivers.posterous.com/build-xv-on-ubuntu18:17
MrKeunerActionParsnip, that should be enough, thanks18:17
ActionParsnipBryanRuiz: the ones in /etc/rc18:17
m_fulderhello18:18
m_fulder:)18:18
m_fulderwhile using mount -t <filesystem type> /dev/sda1 /mnt/camera .. will my HDD get formatted :O or just mounted?18:18
kyle__How do you start up un CLI only mode?  Rescue mode appears to also use a graphic layer (unless my machine is now royally fscked)18:18
Dark_ApostrophePici: Looks like java isn't in the partners repo :/18:18
glebihanm_fulder, just mounted18:18
KirillI think I'll just go ahead and install freebsd. had enough fun with ubuntu for the next few years..18:18
PiciDark_Apostrophe: What architecture are you on?18:19
Kingsywhich program do I need to get mp3 player support in ubuntu ?18:19
PiciKirill: sorry :/18:19
ActionParsnipBryanRuiz: /etc/rc.d   not sure bum works fully since the startup has changed a bit18:19
KirillPici: that's alright, not your fault. it's amazing how much of a POS ubuntu is with respect to its installation/package management... epic fail.18:19
glebihanActionParsnip, BryanRuiz bum does not work with upstart18:19
ActionParsnipKingsy: ubuntu-restricted-extras18:19
BryanRuizglebihan: do i have upstart?18:19
ActionParsnipglebihan: didn't think so18:20
BryanRuizglebihan: by default18:20
m_fulderglebihan I know got the mount error "wrong fs type...." .. can I somehow check what my HDD have for fs?18:20
m_fuldernow*18:20
glebihanBryanRuiz, yes, unless you're running an old version of ubuntu18:20
KingsyActionParsnip: thats a ppa right? whaich package?18:20
glebihan(don't remember exactly when upstart started being default)18:20
glebihanm_fulder, try "sudo blkid"18:21
j0bihello18:21
BryanRuizglebihan: how do you go about managing services with upstart running?  i cant believe that ubuntu expects you to go and edit the /etc/rc.*d stuff18:21
juliaHello, i use the acer 4810t laptop with ubuntu 11.04 and my mic doesn't work. Please help me to get it working again.18:21
ActionParsnipKirill: if you use the package manager properly you won't have an issue. Editting the sources.list file is not advised and is what is causing your issues18:22
glebihanBryanRuiz, upstart scripts are actually in /etc/init, and afaik there is no gui tool to manage thise18:22
glebihan*those*18:22
m_fulderglebihan my HDD is not listed there. though it is listed in fdisk -l18:22
j0bii am trying to install ubuntu 10.04 server but after the install at the boot it gives me black screen with the cursor blinking and dont do anything. I tried nomodeset still nothing18:22
KirillActionParsnip: cool story, but do-release-upgrade hosed my system earlier, so it looks like it's not as well tested as required. therefore I had to edit the scripts myself. either way, dpkg -i --force-overwrite worked fine. but this is a total pain in the ass and a waste of people's time18:22
j0bican someone pls help me18:23
glebihanm_fulder, ok could you pastebin the output of "fdisk -l" then ?18:23
magnushi I installed an apache server on my ubuntu, and followed the guide I saw on ubuntu.com, and no I dont understand a shit... I cant see things like <?php $txt="Hello World!"; $x=16; ?>18:23
BryanRuizglebihan: hm i dont see apache or nginx in that lsit18:23
magnuscan anybody tell me why?18:23
ActionParsnipKirill: there is a reason why the upgrade docs DON'T say to edit the file. There is a correct way to do it. You have caused the problem, not ubuntu18:23
m_fulderglebihan: http://pastebin.com/WA14SNgB18:23
KingsyActionParsnip: yeah its a ppa.. I have added it.. but which package do I need?18:23
m_fulderglebihan I want the "Extended" HDD18:23
glebihanBryanRuiz, apache still uses Sys V Init, not sure about nginx18:24
ActionParsnipKingsy: it's not a ppa, its a package18:24
Kingsyreally? oh18:24
BryanRuiz!Sys V Init18:24
ubottuBryanRuiz: I am only a bot, please don't think I'm intelligent :)18:24
astevei would like to use cyrus-sasl for postfix sasl auth and i cannot determine the package for ubuntu 10.04; does anyone have insight?18:24
KirillActionParsnip: are you joking? what part of "do-release-upgrade failed" do you not understand? I only edited the files after it failed... ffs18:24
glebihanm_fulder, well there is no "real" partition there, you have to create partitions inside an extended partition18:25
glebihanBryanRuiz, Sys V init is the old init process18:25
BryanRuizglebihan: yep got it18:25
BryanRuizthx18:25
ActionParsnipKirill: then you should have troubleshooted the issue rather than performing steps which will break your OS18:25
glebihanBryanRuiz, upstart still handles the scripts written for that system18:25
j0bican somebody help18:26
glebihanBryanRuiz, and btw bum can still manage those ones18:26
KirillActionParsnip: already did, it's working fine now. thanks for nothing18:26
BryanRuizcool thx glebihan18:26
m_fulderglebihan so you mean it doesn't have any data on that disk at all i.e. it has not been formatted at all :O..I think that's an external USB HDD18:26
kaellanhow do i alow stuff to be active and use cpu etc in background ?18:26
BryanRuizglebihan: now i got to get bum to run by command line ;)18:26
BryanRuizs/by command line/ncurses or something/18:26
j0biubuntu 10.04 server black screen - nomodeset still not booting into os18:27
glebihanm_fulder, it's not an external HDD, it's on the same hard drive as your system18:27
glebihanBryanRuiz, but bum is a gui18:27
ActionParsnipj0bi: remove the boot options: quiet splash  see where it hangs18:27
KingsyActionParsnip: sorry to be a pain in the a** but I just installed that package.. I don't see anything different in the menus and plugging in the mp3 player triggers nothing.. whats next?18:27
ksull72487remember the old weather icons and system meeters fromthe earlier releases is there a newer form like widgets and can you still get them through repositories18:28
glebihanm_fulder, oh sorry misread your paste...18:28
j0biActionParsnip:  how to do that ? can you show me the road :)18:28
glebihanm_fulder, there is actually a partition inside that extended partition, and it's the swap one18:28
glebihanm_fulder, you have no partitions left to mount there18:29
ActionParsnipKingsy: i thought you wanted to play mp3s. Oh well. If you run:  sudo fdisk -l    do you see the partition?18:29
j0bipls pls ActionParsnip can you guide me18:29
ActionParsnipj0bi: its the same as when you added nomodeset, you just delete the options18:30
m_fulderglebihan I don't :o so how do I reach that HDD?18:30
j0biok18:30
KingsyActionParsnip: no18:30
Kingsywell put it this way, nothing else is added or removed from that list when the player is plugged in or npt18:31
Kingsynot18:31
=== blsh0p_ is now known as bluetooth
glebihanm_fulder, what hdd ? there's only one listed there18:31
qinKingsy: tail -f /var/log/dmesg and plug cycle.18:31
Lindai try to make ubuntu-es a favorite tab on x-chat and no susseded,,i rigth clicked on the tab and click on add as favorite,,restart and nothing happend18:31
ActionParsnipKingsy: ok, pull it out and wait a while the push it back in, then run: dmesg | tail      may give clues18:31
RedViperI have installed a game in my machine using wine, the game is Red Alert 3. When I clicked it to run the program, this error came up: Please install at least one language pack. What do I do to get this game working? I have Ubuntu 11.04. . . . . .18:32
p1l0tI made a backup of my encrypted home directory. I am trying to decrypt it but it keeps saying error file not found... but I can see .Private when I use ls -a18:32
Kingsyqin: I can see this ---> http://pastie.org/246132918:33
Kingsyin the dmesg18:33
p1l0tDo I have to 'unhide' the file?18:34
qinKingsy: Remove auto-open option for usb devices in Miltimedia or Pref Applications, and repeat.18:34
=== Mud is now known as Guest91368
ares_ot kokie tie lietuviai is serverio ispyre :D18:35
Kingsyqin: sorry, where is that option?18:35
Kingsyqin: in preffered apps.. in multimedia.. banshee is selected18:36
Kingsythere is no "auto open"18:36
qinKingsy: one moment18:36
Kingsynp18:36
Myrtti!lt | ares_18:36
ubottuares_: Šiame kanale bendraujama anglų kalba. Jei ieškote pagalbos lietuvių kalba, prisijunkite prie #ubuntu-lt kanalo.18:36
RedViperI have installed a game in my machine using wine, the game is Red Alert 3. When I clicked it to run the program, this error came up: Please install at least one language pack. What do I do to get this game working? I have Ubuntu 11.04. . . . . .18:37
xanguaRedViper: install a language pack¿18:37
ares_sorry :D18:37
RedViperxangua: REALLY? How? :D18:38
Apocalypse_dnok, is there any way to handle joystick as a keyboard?18:38
=== kgb is now known as Guest29775
xanguaRedViper: well i supose the game website will tel you how18:39
p1l0tWhy does a terminal window pop up for a split-second then disappear before I can read anything when I click on the Access-Your-Private-Data.destop shortcut?18:39
RedViperxangua: I have been there, beat you can find it.18:39
m_fulderglebihan ah weird :S so that must be my intern OS HDD..but why don't I see my external one :O18:40
chrislusticcolloguyyy18:42
j0biwhat boot options can i put to the installation of ubuntu server that the live cd gives?18:42
Kingsyqin: any ideas?18:42
j0biboot from hard disk : and it gives - Boot options:18:43
glebihanm_fulder, well, the first step would be to check if it's correctly plugged-in18:43
glebihanm_fulder, then to see if you can see it on another computer/OS18:44
j0biwhat can i give there so i can boot my ubuntu server with nomodeset or low graphics18:44
j0bi?18:44
p1l0tWhy does a terminal window pop up for a split-second then disappear before I can read anything when I click on the Access-Your-Private-Data.destop shortcut?18:44
p1l0tDo I have to 'unhide' the file?18:44
p1l0tI made a backup of my encrypted home directory. I am trying to decrypt it but it keeps saying error file not found... but I can see .Private when I use ls -a18:44
p1l0tI am trying to Access my encrypted home folder.. Its a backup that I copied. I know the passphrase but I don't which cypher to use.18:44
triptecI just did a make install and installed a library, libspotify, but do I need to update some path or something?18:45
triptecit's not found18:45
LurchiderLurchCan anyone tell me what the text on top of the stuff to copy & paste means? I have no idea about that: http://olivers.posterous.com/build-xv-on-ubuntu18:45
triptecanyone?18:46
=== root is now known as Guest622
qinKingsy: Removable... under: system > settings > Pref...18:46
glebihantriptec, what is "not found" ? what command gives you that message ?18:47
v1k1ngi've downloaded all the packages needed to upgrade but now i'm getting this error E: libpam0g: subprocess installed post-installation script returned error exit status 118:47
v1k1ngit's the same error whether using synaptic package manager or apt-get18:47
triptecI'm importing it in python18:47
Younderwhat does bluetooth cost?18:47
triptecglebihan above18:47
p1l0tShould I be working out of /home/.ecryptfs/ instead?18:48
triptecglebihan, I had the same problem last time but i don't remember what I did to fix it and i know it took me a long time to figure out18:48
m_fulderglebihan will check that thanks18:48
qinYounder: Meaning?18:49
axanyone aware of a linux distro for the develomentally disabled?18:49
glebihantriptec, you'll have to install pyspotify too : http://pypi.python.org/pypi/pyspotify/1.318:49
MeirDHey! I use Apache with mod_fcgid . I can see that a process of the fastCGI is running as a daemon.. How can I bring it to the foreground in the terminal?18:49
Younderqin, local network one machine18:49
v1k1ngErrors were encountered while processing: man-db libpam0g flashplugin-installer18:49
p1l0tYES18:49
* p1l0t 18:50
p1l0t:D18:50
keithbLurchiderLurch: do you mean the lines where the first one starts --- ?18:50
axisyshow do I open a vsd file to view .. dont care about editing it18:50
DILcat?18:51
v1k1ngthis is bullshit man, bandwidth here in zimbabwe costs about $100 USD per gig, so i spent about fifty bucks downloading packages only to have the upgrade fail?18:51
triptecglebihan, hehe yeah, I'm updating it, but i forgot to run ldconfig;)18:51
qinYounder: Bluetooth is re-adaptation of IR (like your TV remote) and cost zilch, but is pretty much useless.18:51
tripteclist18:51
h00kv1k1ng: Please keep the language family-friendly18:51
LurchiderLurchkeithb, exactly. I do not know, which file I have to edit, where it is or where I have to edit it etc. I run all upper commands successfully..18:52
pmackinneyadmin question - in Ubuntu 10.4, my root account doesn't get any mail (except when I test sending mail). shouldn't the root account get daily syslog summaries?18:52
Myrttiv1k1ng: you don't necessarily need to redownload the packages tho18:52
keithbLurchiderLurch: you copy that whole section and put in a file called Makefile.ubuntu.diff18:52
axisysDIL: that was to me?18:53
DILyes18:53
LurchiderLurchkeithb, but where does this file have to be?18:53
v1k1ngMyrtti no, but i have no idea how to fix this18:53
keithbLurchiderLurch: that file should be in the directory where you are building xv18:54
glebihanpmackinney, by default, no18:54
Myrttiv1k1ng: the usual way of trying to fix the situation is "sudo apt-get -f install"18:54
LurchiderLurchkeithb, (I cannot find the folder, where xv is built *shame*)18:54
axisysDIL: cat a visio file wont work18:54
LurchiderLurchkeithb, I followed every Detail of the instructions.18:54
DILtry open office18:54
pmackinneythanks glebihan. is there a standard way to enable that or do I just plow into syslog docs and hack my own solution?18:55
v1k1ngMyrtti tried it but got the same result18:55
axisysDIL: did not work18:55
p1l0tIM IN18:55
keithbLurchiderLurch: you created it in the previous commands, try: locate xv-build18:55
v1k1ngis this a common thing with the current ubuntu release?18:55
Myrttiv1k1ng: do you know how to use a pastebin? you could pastebin the complete error message18:55
glebihanpmackinney, no standard way that I know of, not sure you'll find anything about it in the syslog documentation either, I guess you could use a con job to achieve that18:55
glebihan*cron* job18:56
p1l0tHad to open /home/.ecryptfs/user/.ecryptfs/wrapped-passphrase with the unwrapper the shortcut links were making a fail condition for no such file18:57
pmackinneyglebihan: thanks!18:57
RedViperI have installed a game in my machine using wine, the game is Red Alert 3. When I clicked it to run the program, this error came up: Please install at least one language pack. What do I do to get this game working? I have Ubuntu 11.04. . . . . .18:57
glebihanpmackinney, you're welcome18:57
kyle__I tried to remove the proprietary ATI driver, rebooted and my screen is gobldygook.  Did an apt-get install fglrx, rebooted, still gobldygook, but sshing in the X log says I'm using fglrx.  Tried running jockey-text, and it returns with no arguments.  Any help anyone can suggest?18:57
kyle__returns with no output rather.18:57
LurchiderLurchkeithb, root@stefan-HP-625:~# locate xv-build18:59
LurchiderLurchroot@stefan-HP-625:~#  It does not find anything.18:59
keithbLurchiderLurch: then you did not follow the previous commands correctly, start again19:00
LurchiderLurchkeithb, in the command line I am on root@stefan-HP-625:~/xv-build/xv-3.10a#19:00
MrCollinsI am running ubuntu 11.04 on my toshiba laptop. How do I setup a script to automount a cd/dvd and display a launcher on the desktop so that I may access its contents without typing in commands everytime, and what are the commands to mount the volume?19:00
splitpaw-mobileRedViper, check http://www.steamgameslinux.com/command-conquer-red-alert-3/19:00
keithbLurchiderLurch: OK, so that is the one you want19:00
v1k1ngMyrtti http://pastebin.com/0qARUW1u19:00
keithbLurchiderLurch: the locate database had not been refreshed19:01
LurchiderLurchkeithb, I cannot see the file in nautilus. This is weired.19:01
keithbLurchiderLurch: have you copied and pasted the text into the diff file?19:02
=== Guest22870 is now known as Mud2
Myrttiv1k1ng: well that's something I've not seen before19:02
fishsceneMrCollins: It doesn't automatically show up on your desktop? Or are you using the server-version of Ubuntu? (Terminal only)19:03
=== Mud2 is now known as mUd
=== mUd is now known as Mud
MrCollinsfishscene, I am using the Desktop version19:03
glebihanv1k1ng, did you kill an apt process while it was running ?19:03
MrCollinsI am using the unity gui19:03
fishsceneYes, it should automatically show up for you on the desktop.19:03
LurchiderLurchkeithb, no, I am not even sure if it exists. should I "gedit ~/xv-build/Makefile.ubuntu.diff"19:03
MrCollinsfishscene, it does not show up automatically19:04
=== BlouBlou_ is now known as BlouBlou
v1k1ngglebihan i think i may have done that during the first attempt19:04
Myrttiv1k1ng: https://wiki.edubuntu.org/DebuggingInstallationIssues#DbDriver_.22config.22_is_locked - might have something19:04
fishsceneMrCollins: Have you tried placing another cd/DVD in the drive? Maybe it's having trouble with the CD/DVD..19:04
glebihanv1k1ng, ok then run "sudo rm /var/cache/debconf/*.dat && sudo dpkg-reconfigure -a"19:04
MrCollinsfishscene, good point... let me try it19:04
keithbLurchiderLurch: gedit ~/xv-build/xv-3.10a/Makefile.ubuntu.diff19:04
MrCollinsfishscene, oops... it works... sorry for bothering you19:05
MrCollinsit is a bad disc19:05
doxinis there some way to fool the installer on thinking there's another operating system installed? i'm doing a tutorial on multiboot, but i'd rather not have to install winblows. haven't got enough free diskspace.19:05
RedViperI have installed a game in my machine using wine, the game is Red Alert 3. When I clicked it to run the program, this error came up: Please install at least one language pack. What do I do to get this game working? I have Ubuntu 11.04. . . . . .19:05
RedViperCan someone help?19:06
jpw1391in python: I finally finished a very preliminary script that is supposed to move my files into folders by YEAR. However, my last function move_pics just prints out a dictionary from one of the previous functions. Can someone let me know what I'm doing wrong: http://sprunge.us/KbdY19:06
glebihanRedViper, a quick google search lets me assume you're trying to run a cracked game. If that's the case, you won't get help here...19:06
v1k1ngglebihan will that delete all the packages i downloaded?19:07
fishsceneMrCollins: Don't worry about it! I'm here to help and seek assistance :)19:07
glebihanv1k1ng, no19:07
MrCollinsfishscene, thank you.19:07
LurchiderLurchkeithb, ~/xv-build/Makefile.ubuntu.diff does not exist should I touch it?19:07
fishsceneSpeaking of which... anyone have experience with formulating commands for VLC? I'm trying to re-stream a stream and I can't seem to figure it out.19:07
=== Guest622 is now known as pr3diker
glebihanv1k1ng, only some caches files used by dpkg, the second command will rebuild those19:07
fishsceneerr.... I need to do this in terminal. I can stream it just fine in the GUI.19:07
RedViperglebihan:  Then where will I get help? If you suggest #winehq, then take a look in the channel and let me know if you see people to help?19:08
keithbLurchiderLurch: You can do, but make sure it goes in the xv-3.10a directory19:08
usr13fishscene: Stream it from where?19:08
LurchiderLurchkeithb, even /home/myname/xv-b TAB does not elongate the directory.19:08
fishsceneAn online radio19:08
LurchiderLurchkeithb, thanks, I will try19:08
fishsceneI've already called and confirmed that I can do this.19:08
MrCollinsI do have another question, I have a hp 8500 printer on the network that I know works, for some reason I cant seem to find it... Is there a way for Ubuntu to auto search for my printer (the way windows does) so that each time my router renews ip's, I do not have to re-establish a connection?19:08
MyrttiRedViper: in general, pirated/cracked software is not supported anywhere.19:08
usr13fishscene: Just right click on the stream link and choose "Save Link As"19:09
glebihanRedViper, if you're trying to run a cracked game, you probably won't find a irc channel to help you19:09
v1k1ngtry the 2600 server19:09
glebihanRedViper, anyway definitely not here19:09
v1k1ngmaybe Redviper19:09
keithbLurchiderLurch: did you create the directory as root in your home? If so, you won't have access under your normal account19:09
fishsceneusr13: Pardon my miscommunication. I can re-stream it just fine using the GUI, but it kicks me off after about 12 hours or so. I'm trying to figure out a way to auto-restart the stream (which can't be done in the GUI)19:09
RedViperv1k1ng:  Maybe?19:10
LuciddHey19:10
RedViperglebihan: Thanks for not helping :D19:10
v1k1ngredviper maybe the 2600 irc server will help, i don't know19:11
MrCollinsRedViper, no one has to help you, assuming so is arrogant.19:11
glebihanRedViper, there are rules in those channels, and not helping with cracked software is one of them19:11
usr13fishscene: Oh, well, I don't know about that.  It's going to break the connection at the server after a certain length of time and I don't suppose there's anything you can do about it.19:11
SavageWolfWait, does 11.10 have something like gnome-panel?19:11
splitpaw-mobile!winetricks |RedViper19:11
fishsceneusr13: The ultimate goal would be to start the re-broadcast at 6am, then let it run until the server kicks me off.19:11
v1k1ngglebihan that command worked, thanks19:12
glebihanv1k1ng, you're welcome19:12
v1k1ngjust had to apt-get upgrade again19:12
v1k1ngafter19:12
usr13fishscene: Maybe you should use a cron job?19:12
fishsceneusr13: Correct. But I first have to put together a bash script to connect to the stream and re-broadcast it internally.19:12
glebihanv1k1ng, yes that's normal, my command was just to restore dpkg's state19:13
fishsceneTechnically, I'm not even sure if I should be asking for VLC help in here, so it would be awesome if someone who is knowledgeable could join me in the dead VLC channel or PM me. :)19:14
MrCollinsfishscene, I have been a networking/pc tech for many years, would love to 'help' you in anyway I could...19:14
MrCollins2 heads are better than one ;)19:15
BluesKajask away if you're running ubuntu . fishscene19:15
fishsceneah ok19:15
fishsceneThanks for clarification19:15
fishsceneLet me assemble my information here..19:15
MrCollinsdid anyone see my question earlier?19:16
Kingsyqinns: is it you I spoke to before?19:16
BluesKajMrCollins, just got here , so I missed it19:17
MrCollinsok im not trying to spam, here it is again, thank you BluesKaj19:17
MrCollinsI do have another question, I have a hp 8500 printer on the network that I know works, for some reason I cant seem to find it... Is there a way for Ubuntu to auto search for my printer (the way windows does) so that each time my router renews ip's, I do not have to re-establish a connection?19:18
agentilehello, I installed ubuntu within windows 7 a while back and when I didn't allocate as much space to ubuntu as I probably should have. ubuntu is now my primary os and I would like to give ubuntu more disk space ... the problem is that my windows 7 is toast, bad things happened. Since I don't really care about windows anymore and can still access files from /host and and such, I'm wondering how I might free up disk space for ubuntu19:18
agentilesince I can't go into windows 7 anymore and do any management there. will gparted help me with my scenario? I don't want to reformat to fix the dual boot and kill ubuntu by killing the problematic windows. If I can just give ubuntu more space, that is what i want.19:18
fishsceneHoly cow19:19
fishsceneNVM about my VLC help. Just got it working.19:19
triptecMrCollins, i usually run nmap to get the ip of the devices on my subnet19:19
MrCollinsfishscene,  what did u do19:19
Kingsybrb19:19
MrCollinstriptec, nmap? how is that initiated?19:19
fishsceneTurns out I was putting the input stream on the wrong side of the VLC command19:19
MrCollinssudo nmap ?19:19
willhotmessany good channels?19:19
willhotmesson any network19:20
triptecMrCollins, sudo nmap -O 192.168.0.1-25519:20
fishsceneRunning this in terminall will automatically stream KLOVE radio to anyone who connects to http port 8080 on your computer: vlc --sout "#transcode{acodec=vorb,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ogg,dst=0.0.0.0:8080}" mms://wm-live.world.mii-streaming.net/live/klove/high_0119:20
fishsceneThanks guys!19:20
MrCollinsfishscene I am a Christian myself19:20
rocket16Hey guys, I installed Macbuntu on my ubuntu 11.04 (classic session) laptop with 3 GB RAM. Everything is well, but recently I noticed that after I log in, the desktop takes about 40 seconds to show. Is there a way to speed it up?19:20
MrCollinsI used to work for The Hook WJYF before it became KLOVE ;)19:21
BluesKajagentile, if you used wubi, you have to do a clean ubuntu install on it's own partition, but gparted acn help you that , i would just create a new partition table if you don't need to save any data19:21
MrCollinstriptec, thank you!19:21
triptecnp19:21
fishsceneMrCollins: Nice.19:21
MrCollinswhat is the -0 flag?19:21
tripteclike get the os or something19:21
agentileBluesKaj: ya i have too much important stuff on my ubuntu install and not enough time currently to deal with a fresh ubuntu install19:22
triptecusually tells me like "Canon" or what ever19:22
Kingsyanyone had problems getting a mp3 player to mount or even be viewable when you plug it in? qin was saying something about an option in System -> Prefs.. but I cant find anything19:22
agentilewas hoping with gparted i could say ... gimme space from the hosted win7 partition and give to ubuntu partition19:22
triptecKingsy, I've had probs with ipods19:23
Kingsytriptec: how do you get em to show up?19:23
Kingsymy kindle was doing the same.. but all of sudden its just popped up19:23
Kingsystill no mp2 player tho19:23
LuciddI am running a Sony Vaio XPCM111AX and cannot seem to connect to a wireless network for Ubuntu 10.04.  So I get the network icon to add a hidden network but it will not allow me to view any networks in area....  My broadcast ID is turned on and I can see other networks on my desk top...19:23
keithbagentile you should be able to reformat the win7 partition and then mount it as filespace under ubuntu19:24
LuciddAny ideas?19:24
LuciddJust installed19:24
triptecKingsy, if u pop it into a win system does it come up as removable media?19:24
agentilekeithb: but ubuntu being on that win7 partition would mean killing ubuntu, no19:24
Luciddtest19:24
=== KindTwo is now known as KindOne
Kingsytriptec: ummm not sure.. I don't think so19:24
Kingsytriptec: it appears as a device19:25
MrCollinshow do I get nmaps output to a file19:25
keithbagentile: so you don't have ubuntu on its own partition?19:25
triptecKingsy, then I think you might have a harder time getting it to just popup19:25
Kingsytriptec: well I don't need it to popup.. I really just need to access it19:25
MrCollinswould it be sudo nmap -O 192.168.0.1-255 > nmaplog19:25
triptecMrCollins dont nmap... > nmap.out work19:26
triptec?19:26
triptecyeah it should work i think19:26
Demon002Has anyone managed a 11.04 Wubi install on Raid, if so do you know where the tutorial can be found?19:27
triptecKingsy, as in get/put files with it?19:27
agentilekeithb: hmm, maybe i do... its on sda, /host is on sdb ... sorry im not too familiar wtih this stuff. sda has 1 2 and 3 ... but im honestly confused at what im seeing vs df -h19:28
=== Luigi is now known as Schottky
=== Schottky is now known as luigi
Kingsytriptec: yup19:28
triptecKingsy, if it would be recognized as a file system it would pop up... sorry19:28
agentilewhat is /dev/loop0 referring to in regard to the partitions i have19:29
Demon002agentile sd(a-z) are your physical drive. The numbers following are your partitions19:29
Kingsydamn... ok19:29
keithbagentile: do you have win7 mounted under ubuntu? df should tell you19:30
Demon002Has anyone managed a 11.04 Wubi install on Raid, if so do you know where the tutorial can be found?19:30
waza-ariHey all, when programming with Java, is there a way to have this "popups" (dunno how they are really called) in the upper edge of the unity desktop providing some information?19:30
SavageWolfAren't they a part of the GtK windowset thing?19:31
keithbagentile: loop0 means you are probably mounting a virtual hard disk stored on the win7 partition19:31
keithbagentile: when you start ubuntu, do you have to start win7 first?19:32
agentilehttp://privatepaste.com/588c2b0e7b19:32
glebihanwaza-ari, those popups are provided by the libnotify library19:32
agentilekeithb:  no19:32
agentilei have the option from the boot menu19:32
agentilekeithb: yes that sounds right19:32
=== phantomcircuit is now known as the_real_bruce
agentileis there a way for me to free up space on that virtual hd on the win7 partition19:33
glebihanwaza-ari, there seems to be bindings for this in java-gnome : http://java-gnome.sourceforge.net/19:33
agentilevia gparted or otherwise19:33
=== the_real_bruce is now known as phantomcircuit
white_magicis it possible to run a 32bit binary in a 64bit linux environment?19:33
p1l0tDoes encrypting a file condense it? As in make its file size smaller? Or the opposite? Or neither?19:33
keithbagentile: pastebin the output of: mount19:34
SavageWolfWhite, yes, but a package needs to be installed.19:34
white_magicp110t: probably doesn't have a huge effect on file size19:34
splnetwhite_magic: yes no problem19:34
waza-ariglebihan: i'm using unity, not gnome. do you thing this also works?19:34
maalacfirefox is crusing using jAVA ? any ideas on how to solve this ?19:34
glebihanwaza-ari, unity *is* gnome19:34
SavageWolfWhite, ia32-libs seems to be it.19:34
agentilekeithb: http://privatepaste.com/1db536f00b19:35
white_magicsplnet: well i'm trying to run a .bin file.. i tried './my.bin' and I got 'bash: no such file or directory'19:35
glebihanwaza-ari, so yes it should work (though I've never used those libraries in Java)19:35
splnetwhite_magic: try strace file.bin19:35
qinwhite_magic: chmod it first?19:35
waza-ariglebihan: hm, okay... i didnt really care about that up to now...19:35
white_magicSavageWolf, ok i'm gonna get them with apt-get. I hope that makes it work19:35
white_magicqin: tried it19:35
waza-ariglebihan: okay, i'll just give it a try, thanks19:35
glebihanwaza-ari, you're welcome19:36
Demon002Has anyone managed a 11.04 Wubi install on Raid, if so do you know where the tutorial can be found?19:36
SavageWolfWhat a counter-intuitive error message...19:36
SavageWolfI need to go! Sorry!19:36
LabelCan anyone tell me how to get to the default networking GUI through terminal command?19:37
BluesKajDemon002, ..dunno why anyone would put a wubi install on windows on raid , whynot just give ubuntu it's own partition ?19:37
maalacBluesKaj: Demon002 yes i agree..19:38
keithbagentile: if you look in /host does that contain the win7 files?19:38
agentgasmaskHi. There is no scanner group on the server I'm trying to share a scanner on. However I see it on other systems. Is it important? If so, how can I set it up? Just an: addgroup scanner?19:38
Demon002I am simply just attempting a side by side install, I am trying to avoid messing with the raid itself.19:38
agentilekeithb: correct.19:39
Demon002Blueskaj, besides partitioning a Raid sounds like a pain...19:40
BluesKajwubi isn't the way to do a sisde by side install , Demon00219:40
keithbagentile: well /host has 192G free if that is enough you can use it, most convenient way would be to simlink it into the / filesystem19:40
samuel_is there torrent client in ubuntu that support automatic shutdown when download is complete just like bittorrent19:40
BluesKajwubi installs ubuntu inside windows , Demon00219:41
Demon002Blueskaj, Says Install Ubuntu from Windows.. Sounds like what I am looking for...19:41
alxyonDoes anyone know how to get past bradford security at my uni? I cant even log onto their network on linux.19:41
agentilekeithb: sounds like a plan, so i just need to symlink /host to / ?19:42
Demon002BluesKaj, I see what you're saying I am not being as literal as I should be.. I know it is installed inside Windows...19:42
BluesKajok, then raid in this case is immaterial, Demon00219:43
Demon002BluesKaj, No it isn't...19:43
keithbagentile: no symlink /host to /somewhere, if you want it in your home dir it would be /home/username/somename19:43
LabelDoes anyone know the terminal command to open up the networking GUI?19:43
Demon002BluesKaj, just trust me, ubuntu doesn't recognise that Windows is in the same Raid disk and wants to write over the entire 1Tb array.19:44
agentilekeithb: and the ubuntu will magically incorporate in that free space eh19:44
BluesKajok Demon002 , then you're not using wubi19:44
Demon002BluesKaj, When I reboot into Ubuntu it doesn't allow for correct installation, it flounders... Yeah I am...19:45
glebihanLabel, what networking gui exactly ? the one that pops up when you click "edit connections" on the network manager applet ?19:45
Demon002BluesKaj, I installed Wubi in windows, it asks for a reboot, I do so and boot into Ubuntu.. and then I get floudered with errors and am told it was unable to install19:45
keithbagentile: exactly, there is another option which is to change the mount point /host to /somewhere-else which you can do in /etc/fstab but you really need to get that right19:45
BluesKajDemon002, it doesn't matter , I wouldn't know how to help you anyway ...maybe someone else can , but what you're doing is rather convoluted. You'd be better to try a virtual install19:46
BluesKaj!VB19:46
agentilekeithb: alright, thanks for your help19:46
keithbagentile: np19:46
BluesKaj!VM | Demon00219:46
ubottuDemon002: There are several solutions for running other operating systems (or their programs) inside Ubuntu, while using the native CPU as much as possible: !QEmu (with !KQemu), !VirtualBox, !VMWare, as well as !WINE and !Cedega for Windows applications19:46
Demon002BluesKaj, I have it installed on a vm already...19:47
Labelglebihan: yes19:47
glebihanLabel, then it should be "nm-connection-editor"19:47
LabelThank you19:47
glebihanLabel, you're welcome19:48
BluesKajok Demon002 , nevermind ... I guess what you're doing is beyond my help :)19:48
aaasto dual boot or virtualbox..im thinking virtualbox... is speed the primary reason for dualboot over virtualbox these days?19:48
Demon002BluesKaj, I appreciate the offer though =)19:48
Demon002Anyone have a tutorial for Win7 | Wubi 11.04 install on a RAID 0?19:49
aaasDemon002 I heard there is almost no reason to RAID0, but thats just what i heard19:50
ratcI got a strange problem, I configured my windows harddisk to mount at boot (in fstab) but it only mounts 50% of the time. so 1 boot 1 time, error, boot next time, all fine, boot again error etc...etc...   Anybody know why a think like this could happen ?19:50
TheMatrix3000if i place a script in /etc/cron.weekly/19:51
Demon002aas I have 2 drives and decided to try it for giggles.19:51
TheMatrix3000it will then run as a cron job weekly right?19:51
samuel_aaas beside that maybe you try this andlinux19:52
BluesKajDemon002, if you already have ubuntu in VM . why wubi ?19:52
samuel_here is the link http://www.linuxtoday.com/infrastructure/2011083000441RVSW19:52
aaasDemon002 but you'll not do it again right, you get a small speed, possibly less space, and if one fails so does the other..i looked into it, but i dont think it's worth ti19:53
nsd_I'm trying to use an e-mail client with my college e-mail account, and I was able to find the SMTP server with nslookup, but I don't know how to find the pop/imap (I'm not sure what they're using) server. Is that something I won't be able to find with any tools? (Aside from using nmap, but I understand that's frowned upon)19:54
Demon002aaas, nah next attempt will prolly be 0+119:54
LabelI'm having an irritating problem. My pc gets kicked off the wireless connection as I'm trying to login to world of warcraft, two other computers on the wireless connection are fine. But I cannot seem to get back on the network with my laptop... I've tried restarting the network with /etc/init.d/networking restart and it says its successful and all but it's not connecting. In the GUI it says19:54
Labellast used 20 min ago19:54
aaassamuel_ yes that looks interesting but ive tried it.. you dont get all the programs with ubuntu19:54
glebihanTheMatrix3000, that's right19:54
=== pooky_ is now known as pooky
Demon002aas =) It is all a learning experience19:55
bassoubuntu beta tomorrow?19:55
samuel_nsd try to telnet to pop3 port19:55
aaasnsd_ the best way is just ask them or try thunderbird 5 its getting pretty good at guessing and they have a pretty big database19:55
glebihanTheMatrix3000, male sure it is executable though19:55
nsd_samuel_ I've tried every port and every conceivable domain name19:55
aaasnsd_ actually i think outlook has something like that too.. you can just use it to grab the info19:56
nsd_aaas: Is Thunderbird 5 available as a .deb from mozilla.com?19:56
nsd_aaas: If that doesn't work, I'll just e-mail the admin19:56
samuel_maybe it using secure pop319:56
aaasnsd_  it should be in the repos19:56
bluemixHello19:56
bluemixhow are you all? :)19:56
aaasnsd_ no need to download from mozilla19:57
bluemixI'm from Iraq, any one from there :)19:57
nsd_aaas: Which repos? I'm using 11.04 and all I get is version 3...19:57
nsd_samuel_: Believe me, I've tried19:57
aaasnsd_ if its a department email it might not be published online, but I find it strange that you couldnt find a college help page wich tells you the port/server address19:57
aaasnsd_  well then you probably have to download it, but you shouldnt' have to compile it.. but i dont think it's a deb19:58
aaasnsd_ been a while for me19:58
aaasnsd_ I use it in windows19:58
TheMatrix3000glebihan: awesome yea, no doubt, thank you19:58
glebihannsd_, there's a ppa with thunderbird 5 : ppa:mozillateam/thunderbird-stable19:58
glebihanTheMatrix3000, you're welcome19:58
nsd_glebihan: Thanks, I'll use that19:58
Demon002Anyone have a tutorial for Win7 | Wubi 11.04 install on a RAID 0?19:58
glebihannsd_, no sorry it's thunderbird 6 actually19:59
aaasnsd_ glebihan 6 is what i meant they are moving so fast20:00
winutits called shredder if you want the nightly version!20:00
nsd_glebihan: Oh, well that's even better! I just would like the latest; according to aaas it's become very good at guessing server connection info20:00
nsd_Aren't they hoping to hit 8 by the end of the year?20:00
aaasnsd_ you might have to fool with it esp if its a department email server, if it's a main university server it's more likely20:00
aaasnsd_ you have sntp but not imap?20:00
nsd_aaas: Yes20:00
winutseems like they are making new verisions for the sake of it! cant see many differences between the last versions20:01
aaasnsd_ whats the smtp start with?  smtp, portal, mail?20:01
winutsame with firefox20:01
nsd_aaas: It's unusual; it's psig followed by a number20:01
nsd_aaas: They have multiple (I guess load balanced)20:01
aaasnsd_ oh jeez ok20:01
aaasnsd_ doesnt sound like they manage it very well ;)... thunderbird might help you... if not just sending an email to them real quick is the best way.. they dont' have a help page?20:02
nsd_aaas: There's a help page, but it only says how to use the web client; nothing else. I'll probably just shoot off an e-mail to the right person20:02
aaasnsd_ most department/universies have some webpage out there that says 'setting up email with outlook' and you can grab the info from that20:02
aaasnsd_ ah20:03
ubuntu_newHi I am having problems with Transmission it just freezes I can't even kill the process and my CPU goes crazy I am on Ubuntu 10.1020:03
dweezhave you tried the force kill switch?20:04
Demon002ubuntu_new How are you trying to kill it?20:04
winutdisk corruption?20:04
aaasnsd_ glebihan haha guess what popped up: "update ready to install: tunderbird: 6.0.120:04
=== Arcademan is now known as ArcadeDawg
ubuntu_newDemon002: I tried it with kill -9 ID20:04
Demon002ubuntu_new try the force kill switch?20:05
ubuntu_newDemon002: tride that too it only closes the app but in "htop" you can see it's still running and taking my cpu to 99%20:05
dweezyeah, the -9 is the force kill switch20:05
dweezthought it was but couldn't remember so I looked it up20:05
fishsceneIf I start a GUI program in terminal, is there a way to detach it from the terminal so that when I close the terminal, the GUI program stays open?20:05
BarkingFishNormally if I want to kill something off in a hurry and it's being a cpu hog, I send kill -11 to it20:06
Demon002hmm20:06
winutare you saving to and ext3 partition? have you run out of space?20:06
ubuntu_newBut I don't want to kill it I want to download the torrent file20:06
SIFTUfishscene: run it in the background with & on the end20:06
rumpe1fishscene, "guicommand & disown"20:06
dweezubuntu_new, did you try sudo kill -9 pid ?20:06
ubuntu_newI even tried Vuze same problem with it20:06
BarkingFishgranted, generating a segv in it isn't great, but it normally works.20:06
ubuntu_newdweez: hmm no lets see20:06
winutor ext4, sorry20:06
ubuntu_newdweez: no still there20:07
ubuntu_newIn the background20:07
nsd_aaas: Aha! I have it! (I think)20:07
aaasnsd_ nice20:07
BluesKajfishscene, if you use sudo to open some apps like synaptic will stay open. usually apps that require root permissions will afaik20:07
BarkingFishubuntu_new, In htop, what status is it showing? Dormant, Sleeping, Zombified?20:07
aaasnsd_ did thunderbird actually find such an obscure address?20:08
glebihanubuntu_new, is it still running or is it a zombie/defunct process ?20:08
schredderjoin #ubuntu-desktop20:08
fishsceneI'm going to test my cronjob with the & disown command20:08
jadahl_are there any guides on how to debug suspend/resume? my laptop suspends, but resume results in regular boot20:08
dweezhmm, not sure than.  I know it sucks to say, but have you tried restarting the box?20:08
nsd_aaas: No, after a bit of googling I found a help page telling how to use some obscure online version of outlook hosted at "webmail.", so I tried telnetting into that20:08
schredderd'oh20:08
BarkingFishschredder, try that with a / in front of it :)20:08
ubuntu_newBarkingFish: glebihan I think it's zombie where do I look in htop20:08
=== asde is now known as Headoff
schredderBarkingFish, the hand is faster than the eye, hehe20:09
Demon002ubuntu_new is the process in D state?20:09
glebihanubuntu_new, not sure where you can see this in htop... ps -fp PID should show you that20:09
aaasnsd_ even if telnet doesnt work you can try it once i have the address i usually just mess around with auth/login/ports until it works20:09
nsd_aaas: Yeah, I'm no stranger to messing with this sort of thing either. Thanks for the Thunderbird suggestion though20:10
BarkingFishI use top from the cli this end, and normally it's under a column marked S20:10
aaasnsd_ well hopefully you get it working20:10
ubuntu_newDemon002: glebihan only UID        PID  PPID  C STIME TTY          TIME CMD20:10
aaasnsd_ and hopefully you're using imap20:10
nsd_ aaas: thankfully it is20:10
aaasnsd_ cool20:10
glebihanubuntu_new, are you sure you typed the correct PID ?20:10
ubuntu_newglebihan: Yes I checked it 3 times :\20:11
fishsceneNo luck. It is executing my script, but the & or & disown aren't keeping vlc alive.20:11
Demon002ubuntu_new can you tell me the state of the process please?20:11
BarkingFishubuntu_new, You should have a list of columns at the top, one of them should just be an S on its own20:11
ubuntu_newah yes20:12
BarkingFishunder that will be either the letter S, D, Z, Ss or something like that20:12
ubuntu_newDemon002: BarkingFish "R"20:12
BarkingFishrunning process20:12
Demon002...20:12
`blackmk4what would cause me to be unable to boot a usb flash drive of ubuntu install20:12
ubuntu_newand it is green colored20:12
BarkingFishyep20:12
`blackmk4i just get a blinking line and it goes nowhere, i've tried multiple different images20:12
coz_`blackmk4,   how did you set it on the usb ,, with which  utility?20:13
SIFTUfishscene: ahh its running in a script?20:13
`blackmk4dd20:13
fishsceneyes20:13
SIFTUfishscene: you said cli20:13
SIFTUfishscene: then use nohup20:13
coz_`blackmk4,  are you on windows right now?20:13
`blackmk4no20:13
`blackmk4osx20:13
coz_`blackmk4,  ah ok20:13
SIFTUfishscene: "nohup foo &"20:13
fishsceneSo append & nohup?20:13
fishsceneerr20:13
coz_`blackmk4, I am  not familiar with doing that on osx... did you check the md5sum of the iso before setting it on usb?20:14
`blackmk4es20:14
fishscene"nohup (command) &" ?20:14
`blackmk4yes*20:14
SIFTUfishscene: yes20:14
`blackmk4same thing as writing the image to a drive on linux20:14
BarkingFishSo let me get this straight, ubuntu_new - you're trying to kill the process off, but you can't?20:14
`blackmk4dd if / of20:14
coz_`blackmk4, ok I wil back off and let someone more familiar with osx and burning to usb    ,, I am out of my element with that20:14
Demon002ubuntu_new have you tried just restarting it, and not killing it?20:15
=== Anarkee is now known as Dark_Apostrophe
`blackmk4alright, thanks20:15
ubuntu_newBarkingFish: Demon002 I like to get it working cause I need it but I can't even kill it20:15
mbaiI think I have damaged my xfce settings. How can I reset them to default from a terminal?20:15
mbaiI couldn't find a .xfce folder.20:15
ubuntu_newMy CPU goes to 99% from it and it doesn't work even20:15
BarkingFishWho is listed as the process owner?20:16
BarkingFishyou or root?20:16
mbaiubuntu_new: open a console, run top20:16
Demon002ubuntu_new I would reboot, purge the thing and reinstall it.20:16
BarkingFishiirc a regular user can't kill a root process using kill - only processes owned by their own account20:16
Demon002ubuntu_new be sure to export your settings20:16
ubuntu_newDemon002: I removed it and installed it from the Ubuntu Software but same problem20:17
Demon002ubuntu_new that's just annoying..20:17
mbaiif you know name of the process, you can do sudo pkill -9 -f <name>20:17
ubuntu_newDemon002: I think I caused it with the web thing you know you can get transmission to work through the web interface20:17
ubuntu_newBut I stoppted that from the settings20:17
ubuntu_newand still same problem20:17
BarkingFishor i'd imagine you could just killall <process name>20:18
mbaiI don't think reinstalling it removes your configurations.20:18
winutcan you delete your preferences as well?20:18
Demon002ubuntu_new does it have some kind of child process?20:18
mbaiyou need to reset to the default configs...20:18
ubuntu_newWhen I run Vuze the other Torrent client that's written on Java, it goes crazy and I can't kill Java then20:18
Demon002Purge removes all configs20:18
winuthave you got enough space to write to ?20:18
ubuntu_newDemon002: no it doesn't20:18
winutpk, cool , thanks :-)20:18
CharlieSuubuntu_new: use rtorrent20:19
debug_g20:19
Demon002ubuntu_new apt-get remove : removes uninstalls package --purge removes the configs and the package..20:19
mbaikill by default doesn't send the SIGKILL signal. you can use -9 or -SIGKILL option.20:19
ubuntu_newDemon002: ok will try that20:19
pedrocris there any easy way to create a memtest86 bootable USB drive? The startup disk creator doesn't like the memtest86 ISO files20:19
ubuntu_newCharlieSu: thanks will check it out20:19
winutjust make an ubuntu live usb stick20:20
glebihanpedrocr, probably with unetbootin20:20
Demon002mbai, probably a good call mate20:20
BarkingFishi think he said he'd already tried -920:20
glebihanmbai, he already used the -9 option20:20
pedrocrglebihan, will try, thanks20:20
Demon002....20:21
mbaiUbuntu IRC is pretty active (compared to some other distros). That's good.20:21
ubuntu_newDemon002: http://pastebin.com/ZE5RZUK9 If I have that right20:22
Headoff#headoff20:22
Demon002ubuntu_new looks correct20:22
ubuntu_newDemon002: so I should remove linux-headers-2.6.35-22* linux-headers-2.6.35-22-generic* ? It looks like kernel package20:23
Demon002.. however it says it is not installed. Yeah but i doubt that's the issue20:23
LabelCan anyone help me with wireless networking? I cannot connect back to my network after getting kicked off.20:23
ubuntu_newDemon002: lol but it is installed20:23
fishscenehmm... I'm trying to create a cron job that executes a script. At the end of this script, I have it echo some words to a text file on my desktop so that I know the job executed. However, VLC is not in my list of processes20:23
Demon002apt doesn't seem to think so20:24
Demon002did you install it as an rpm?20:24
Demon002do you have yum installed?20:24
GSF1200S_mbai: unfortunately, ubuntu has a much larger percentage of users that are new compared to those who know how to fix problems. Especially compared to, for example, the Arch and Gentoo IRC channels. Not hating on being new- just that it makes it harder for people to get solutions20:24
jribfishscene: huh?20:24
GSF1200S_fishscene: I followed right up until you mentioned VLC.20:25
fishscenejrib: here's the breakdown. Cron executes a #! /bin/bash script on my desktop. The script launches VLC and then dumps some text into a file. The text file shows up, but vlc does not.20:25
jrib!cron > fishscene20:26
LabelWill someone please help me with wireless networking?20:26
jribfishscene: see the section in the wiki about running gui applications from cron20:26
glebihanubuntu_new, those are old kernels you can remove them safely, but your problem does not come from there20:26
jrib!wireless > Label20:26
fishsceneWhat wiki?20:26
mbaiLabel: What's the problem.20:26
ActionParsnip!details | Label20:26
jribfishscene: see you private message from ubottu20:26
Label!wireless20:26
Label???20:26
Picithe bot isn't here...20:26
fishsceneI did not get a private message from anyone20:26
jrib:/20:26
Piciubuntu_new: as the message says, you can:20:27
Piciubuntu_new: as the message says, you can: Use 'apt-get autoremove' to remove them.20:27
ubuntu_newIt is making me crazy since yesterday :( even updates didn't fix it20:27
ubuntu_newI think it's broken20:27
amalloywhat's the recommended way to disable automatic home-directory encryption? i've found a number of blog posts but nothing authoritative20:27
glebihanfishscene, cron won't be able to run a gui app20:27
Demon002ok Ubuntu_new so you have 2 problems now... 1 the package manager says the package you are trying to uninstall doesn't exist and 2 you have a rogue process.20:27
fishsceneglebihan: even if cron executes a script that can run the GUI?20:28
ubuntu_newDemon002: yes20:28
RedNifreHello, world!20:28
RedNifreWhat's the best screen recording program? Would be nice if it also recorded what I spoke in the headset.20:28
glebihanfishscene, even in that case, the cron job is not run inside the gui environment and has no way to open an application in it20:28
Demon002ubuntu_new the only plausable solution to me is that you have installed another package management system and it is installed there..20:28
jrib!cron | fishscene20:29
fishsceneubottu isn't here.. I'm going to give this a spin: http://ubuntuforums.org/showthread.php?t=18599320:29
mbaiDemon002: the problem is probably a bug in transmission. try using some other torrent client, and report the bug to transmission.20:29
ubuntu_newDemon002: I don't understand you hmm, Transmission was installted by default there20:29
rypervencheRedNifre: I personally use ffmpeg with x26420:29
TheMatrix3000http://screencast.com/t/ySPnPv8jnz20:30
TheMatrix3000anyone know what would cause that20:30
BarkingFishWhat's happened to ubottu?  I can see at least one bot in here.20:30
Demon002mbai, the bug explains the rogue process, but not the fact that apt doesnt know that the package is there..20:30
RedNifrerypervenche thanks, I'll have a look at that20:30
jribfishscene: you could just go to help.ubuntu.com/community and search for the cron page20:30
PiciDemon002: The package name is transmission-gtk, 'transmission' is just a metapackage that is normally installed by default.20:30
iTexti was trying to copy some dict source files to /usr/bin/dict but i could not paste the copied files into the directory20:30
PiciDemon002: and --purge will not remove user configs in the user's home.20:31
=== mike is now known as Guest55577
glebihanfishscene, that should work but only if your desktop environment runs on the correct display (which will usually be the case)20:31
tera___RedNifre, if you use FFMpeg you might need to check out pulse audio monitors and sinks if your going to also talk20:31
Demon002Pici, are you sure? maybe i am thinking of dpkg?20:31
PiciDemon002: dpkg will not do that either.20:31
fishsceneWIN! "01 04 * * * export DISPLAY=:0 && /usr/bin/somedirectory/somecommand" in crontab did the trick!20:31
mayonekiText you prolly dint get permission20:31
Demon002Pici... I'ma have to look that up, it wil bug me now.20:31
iTextyes that i understood20:31
Demon002Pici... will20:32
fishsceneglebihan: Yea. VLC looks a bit different too, like it's using some outdated xterminal or something. But it works! and that's what counts.20:32
iTexti am the sudo user20:32
Guest55577Hi, I'm trying to control my parallel port; all the tutorials I can find include <asm/io.h>, but this just gives me "fatal error: asm/io.h: No such file or directory" does anyone know where it is or what to use instead?20:32
mayonekiText try from the terminal thing20:32
iTexttried with sudo cp source dest, not working20:33
PiciGuest55577: looks like you need to make sure that you have your linux-headers package installed.20:33
ubuntu_newDemon002: Pici http://pastebin.com/AujRpGd2 same20:33
Clerisymy window titles and borders dissapeared and my mouse is an X?20:33
`blackmk4what causes you to get a blinking line after the bios when trying to install ubuntu off a usb flash drive?20:33
PiciiText: /usr/bin/dict is a binary, not a path where you can copy things into.20:33
Piciubuntu_new: that doesn't look the same to me.20:34
Demon002ubuntu_new looks different to me too20:34
iTextbut i have to copy files to it, thats what the ~dict manuals sayf20:34
ubuntu_new  linux-headers-2.6.35-22 linux-headers-2.6.35-22-generic  isn't it the same ?20:34
PiciiText: What are you trying to install?20:34
rypervencheRedNifre: Need a link and screencasting script that I made?20:34
iTextdictonaries20:34
=== phantomcircuit is now known as Inc1tatus
glebihanubuntu_new, this doesn't matter20:35
PiciiText: which? There are a number of them in the repositories for dictd20:35
glebihanubuntu_new, the important part is "The following packages will be REMOVED: transmission-gtk*"20:35
=== Inc1tatus is now known as phantomcircuit
iTextthis is a sanskrit dic~tionary file20:35
ubuntu_newglebihan: ahh Yes I see it now20:35
Demon002Pici --purge does remove the configs, you are incorrect20:35
ubuntu_newok removed it but the process is still running hmm20:35
ubuntu_newmaybe a reboot would do something20:36
iTexti had already the gcide, wn and roby-thesaurus20:36
PiciDemon002: It does not remove per-user configs. it will never decend into a user's home to do so.20:36
PiciiText: Then you should drop the files in /usr/share/dictd/ then.20:36
glebihanDemon002, no he is correct...20:36
PiciiText: That is where the packaged dict packages put their files.20:36
Demon002Pici oh, excuse me my mistake I'm talking about the package config files20:36
glebihanubuntu_new, that's probably what you should do at this point20:36
ubuntu_newglebihan: ok brb20:37
Demon002"-P or --purgeRemoves a package, including configuration files" Pici20:37
jakdaemonnew ubunu yehas20:37
iTexti will try that20:37
ffquit20:37
PiciDemon002: That is true.  But something like transmission which relies fully on user configs for transmission-gtk, using --purge isn't going to make much of a difference... it can't hurt though :)20:38
Demon002Pici, yeah, you're right =)20:38
jameswis there an easy way to change all of my cpus into performance or power saving mode? the only way I know how is to add a bunch of different cpu frequency applets and control each one20:38
Clerisymy window titles and borders dissapeared and my mouse is an X?20:39
Demon002ubuntu_new so purge the package, and find the config files in your home directory, it should be a "."(Dot) directory20:39
Demon002and delete it too20:39
iTextpici: sudo cp /home/bhanu/1 /usr/share/dictd/ #dosent worked20:39
rypervencheClerisy: are you using compiz or metacity?20:39
Demon002ubuntu_new Once you have completed deleting those files, IF the transmission program is still running, reboot your machine. Then reinstall transmission20:40
glebihanDemon002, ubuntu_new is gone for now (rebooting)20:40
Demon002right.20:41
salilHow do I install mysql-server source code in ubuntu?20:42
glebihansalil, you don't "install" source code20:43
iTextPici: i had given read permissions to files in 1 with chmod 644 *.*20:43
BarkingFishyay, ubottu's back :)20:43
glebihansalil, either you install the package, either you download the source20:43
Clerisyrypervenche» metacity20:43
salilglebihan: I believe you can use apt-get source ... How do I set that up?20:43
rypervencheClerisy: Press alt+F2 then in the window type "metacity --replace"20:43
rypervencheClerisy: If you have compiz, do "compiz --replace"20:44
glebihansalil, then you want to download the source : just run "apt-get source mysql-server"20:44
Clerisyrypervenche» my window border settings reset :S20:44
salilglebihan: Doesn't it require any URL additions to the sources file of apt?20:44
Clerisynow the close minus maximise are back on the left rypervenche20:44
Clerisywhat could have done this?20:44
glebihansalil, yes you have to enable the source repositories, but I believe they are enabled by default (anyway apt-get will tell you if you don't have the required repos)20:45
Demon002!Firewall20:45
salilglebihan: Thanks20:45
ubottuUbuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo | GUI frontends such as Gufw (GNOME) and Guarddog (KDE Lucid and Maverick) also exist.20:45
glebihansalil, you're welcome20:46
salilglebihan: Do I use sudo apt-get build-dep mysql-server to "install" all the stuff required to compile mysql-server from the sourc ecode/20:46
salil*source code/20:46
salil*?20:46
glebihansalil, that's right20:47
Demon002salil and if you don't have all the dependencies you can find out what your are missing USUALLY with apt-cache unmet.. not sure if it works for sources though..20:49
jameswCPU performance switcher? is there an easy way to change all of my cpus into performance or power saving mode? the only way I know how is to add a bunch of different cpu frequency applets and control each one20:50
Demon002I saw a program for that jamesw... lemme see if i can find that article..20:50
jameswcan someone please explain how i can sync encrypted home folder to ubuntu one? https://one.ubuntu.com/help/faq/are-my-files-stored-on-the-server-encrypted/ i do not understand this20:54
valthyxhow to make classics desktop as the main desktop theme? now, i have to always choose at the login page. mine is ubuntu 11.0420:55
glebihanvalthyx, in System->administration->login screen, you can choose the default session20:56
istevenmonhi guys, anyone knows if there is a vlmc deb for ubuntu 9.0420:57
pyguy7hello20:58
Artemka25hi)20:58
pyguy7I have presario laptop with built in mic and I cant get the microphone to work20:58
pyguy7why doesnt i work?20:58
valthyxglebihan, thank you20:58
glebihanvalthyx, you're welcome20:58
leotrhi! i want to switch to ubuntu 11.10 beta. How to do it?20:59
pyguy7Why doesnt my microphone work20:59
mosdef100200anyone used bumpbox lightbox beofre?20:59
glebihan!oneiric | leotr20:59
ubottuleotr: Ubuntu 11.10 (Oneiric Ocelot) will be the fifteenth release of Ubuntu.  Codename announcement here: http://www.markshuttleworth.com/?p=646 Discussion and support in #ubuntu+120:59
trismleotr: beta isn't out until tomorrow20:59
urlin2uleotr, down load install it and hang a put at #ubuntu+121:00
NewIRCuser42pyguy7, what version of ubuntu are you using, and what have you tried?21:00
Demon002jamesw... I can't find the article with the software now but.. http://www.ubuntugeek.com/howto-change-cpu-frequency-scaling-in-ubuntu.html Does this help?21:00
glebihanistevenmon, I doubt it21:01
jameswthanks for your help Demon002, but this is what i am doing now, it does not scale well, i have to control 8 different applets21:01
istevenmonglebihan: is it even support it for that version?21:01
pyguy711.04 natty21:01
glebihanistevenmon, plus 9.04 has reached its end-of-life21:01
pyguy7NewIRCCruser42 natty21:01
Demon002hrm... maybe you could write a scripted program to do that jamesw?21:02
glebihanistevenmon, not sure... best way to know is to try21:02
pyguy7NewIRCruser42 i tried changing some setting on the sound settings21:02
pyguy7NewIRCruser42 and i tried testing it out with the recorder tool21:02
NewIRCuser42pyguy7, Does your sound card work, otherwise? Do you get sound that you can hear?21:02
pyguy7sound works21:03
jessieSay, anyone have any good hints/tips/articles on doing ametuer/professional audio recording/mastering/mixing/etc. on Linux.21:03
leotrthank you21:04
NewIRCuser42pyguy7, I have usually needed to go into alsamixer to get my microphone to work (open a terminal, type "alsamiser", hit enter), look around21:04
NewIRCuser42*alsamixer21:05
BarkingFishjessie - I do quite a lot of audio work on linux, and the best results I get are from audacity, it has a shedload of plugins for different things, DNR, High pass and low pass filters, it's pretty dang good.21:05
jessieBarkingFish: For things like multi-track recording?21:06
BarkingFishYou can export in a load of different formats too, flac, ogg, mp3 (with lame), there's tons of stuff  you can do with it21:06
Demon002Jamesw hmm, how about this http://ubuntuguide.net/change-and-monitor-cpu-frequency-scaling-in-ubuntu-11-04-with-indicator-cpufreq21:06
BarkingFishyep21:06
BarkingFishyou can open multiple tracks from within it, I've mixed across 12 before with no difficulty21:06
Demon002jamesw nevermind, same thing.21:07
baldur-I got a proplem. Just turned my old computer on and it has a old version of ubuntu on there but internet is not working ? would that have anything to do with that the ubuntu verrsion thats on there is relly old ? (the computer detects both network cards and everything lights up when i plug it in. but no internet or comp to router connection21:07
baldur-?21:07
m_fulderhello again :P21:08
m_fuldercan I somehow run a php script as a crontab in ubuntu?21:08
BarkingFishbaldur-, did it work with the equipment you have plugged into it now, or have you changed the equipment since you installed?21:08
buzzcentralhi21:08
pyguy7ok i looked at alsamixer still not working21:09
debbiei can't get my wifi to work and i have tried everything21:09
buzzcentralI'm trying to tell gdm in natty to use classic gnome but it's set to auto-login21:09
BarkingFishdebbie, Built in or USB?21:09
buzzcentralHow can i tell gdm to use classic gnome?21:09
baldur-Barkingfish i had the network card in another computer the other day and it worked fine there... I just put it back into that machine and its not working now :-/21:09
debbiebuilt in21:09
debbie Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)21:09
buzzcentralI don't have the unity menu either21:09
debbierfkill lst says no block but wifi doesn't even show as an option on the network menu21:10
BarkingFishdebbie, is it listed in iwconfig?21:10
urlin2u!b4321:10
ubottuHelp with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx21:10
skinnymg1why did they take yahoo off the empathy messenger21:10
buzzcentralHow can I logout from terminal?21:10
skinnymg1buzzcentral, exit21:10
glebihanm_fulder, sure, use the -f option of php to execute your script21:10
debbiesays no wireless extenions21:10
buzzcentralOr how can I disable auto-login21:10
BarkingFishdebbie, see the info urlin2u just sent out :)21:11
buzzcentralskinnymg1, I mean to get to gdm screen so I can select classic gnome21:11
BarkingFish!b43|debbie21:11
ubottudebbie: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx21:11
skinnymg1ctrl+alt+f721:11
buzzcentralskinnymg1: That's not it21:11
NewIRCuser42pyguy7, does your mic show up in either the sound preferences or alsamixer, or does it not show up at all?21:11
Artemka25Hello everybody! Can anyone help me with a network applet in 11.04?21:11
m_fulderglebihan oh -f option? I was thinking something like * * * * * wget /var/www/myScript.php woudlnät that work to? ^^21:12
m_fulderwouldn't *21:12
skinnymg1might be f821:12
urlin2uArtemka25, applet/ask the question.21:12
pyguy7NewIRCuser42 it seems to show up.. its built in to my laptop21:12
skinnymg1can anyone tell me why they took yahoo messenger out off empathy,21:12
glebihanm_fulder, well it would probably as long as your php script is set as executable21:12
pyguy7newIRCuser42 yeah it shows up everywhere21:12
BarkingFishit's strange, I must say - I think we had someone in the kubuntu channel yesterday who also couldn't get wifi off a BCM431821:12
baldur-Barkingfish i had the network card in another computer the other day and it worked fine there... I just put it back into that machine and its not working now :-/21:12
skinnymg1buzzcentral, idk then21:12
glebihanm_fulder, oh no that won't work21:13
urlin2uskinnymg1, does it matter why?21:13
skinnymg1yes it does21:13
glebihanm_fulder, I didn't understand how you wanted you script to be called21:13
Artemka25the question with the applet is that it does not remember profiles. Suddenly the applet stopped to remember profiles21:13
whoeverhi all i have compiz but the "visual effects" tab does not show up under preferences21:13
urlin2uskinnymg1, whay?21:13
buzzcentralWhen I run gdmsetup and click unlock, nothing happens21:13
urlin2uwhy21:13
whoevercan someone assist21:13
skinnymg1its only the largest and most used messenger there is21:13
m_fulderhm glebihan I just want to run the php file :P won't wgeting run it to? ^^21:13
BarkingFishbaldur-, so the card is still detecting, but you can't get a net connection through it?21:13
skinnymg1only idiots would do away with it21:14
buzzcentralPlease someone help me to disable autologin for gdm or select classic gnome somehow. I have no unity menu21:14
glebihanm_fulder, well running it and calling it via apache are 2 different things21:14
buzzcentralWhen I run gdmsetup and click unlock, nothing happens21:14
urlin2uskinnymg1, what does this have to to with ubuntu other then your opinon?21:14
baldur-BarkingFish: No it doesnt connect to the router nor the internet21:14
NewIRCuser42pyguy7, sorry, i can't help you further, i g2g, maybe someone else will help.21:14
glebihanm_fulder, I see you're using wget here, so I guess you want it to be called as if someone was accessing it through a web browser right ?21:14
m_fulderglebihan but all I want to do is just execute the file like once every hour :P .. isn't calling and running the same thing then? :P21:14
BarkingFishbaldur-, tried with a different ethernet cable?21:14
skinnymg1your right21:15
m_fulderglebihan yeah exactly21:15
BarkingFishsometimes eth cables can be notoriously dodgy, they can pack up at the drop of a hat21:15
buzzcentralPlease someone help me to disable autologin for gdm or enable classic gnome somehow. I have no unity menu21:15
glebihanm_fulder, then it would be "* * * * * /usr/bin/wget http://localhost/myScript.php"21:15
baldur-BarkingFish: it works now... Something wrong with the ports on the router21:15
BarkingFishbuzzcentral, we saw you, we're getting to you, please be patient :)21:16
m_fulderglebihan nice will try that on :D21:16
urlin2ubuzzcentral, classic choice s at login.21:16
BarkingFishbaldur-, did you try it in a different port on the router?21:16
skinnymg1urlin2u, my opinion and my computer, I choose how it works and what I run on it, another loyal user lost here, thanks allot Ubuntu......21:16
m_fulderglebihan will that run every hour to? sry Im kind of noob with the crontab times :P21:16
urlin2ubuzzcentral, so logout fro the unity if you can21:16
ActionParsnipbuzzcentral: /usr/bin/gnome-session-save --kill     will log you off21:16
buzzcentralurlin2u: I have no unity menu currently21:17
buzzcentralActionParsnip: Ok i will try it now21:17
urlin2uskinnymg1, don'y let the door hit you on the way out and grow up.:D21:17
glebihanm_fulder, to run it every hour use "0 * * * * /usr/bin/wget http://localhost/myScript.php"21:17
BarkingFish+1 to urlin2u21:17
m_fulderthanks glebihan trying it now :)21:17
jessieBarkingFish: So have you tried any tools like Ardour?21:17
glebihanm_fulder, you're welcome21:17
ActionParsnipm_fulder: if you have a desktop OS, you can use gnome-schedule     to cron as root, use: gksu gnome-schedule21:18
baldur-BarkingFish : yes i did... Port 1 and 2 are working but port 3 and 4 dont work for anything dunno why21:18
BarkingFishjessie, no I haven't. I tend to stick with what I know works.  I've been using audacity since about 2002ish, a year after I came onto linux21:18
urlin2uArtemka25, I don't know who you are I don't take pm's without a warning.21:18
Artemka25m..21:19
m_fulderActionParsnip sry its not a desktop OS .. its server OS :(21:19
BarkingFishok baldur- I'd maybe check the manual for your router and see if there's something in its web interface or setup you have to enable to get them to operate21:19
fightling1hi21:19
urlin2uArtemka25, nor will I ever from you purple.21:19
alexb_1hi all, I need to redirect emails from certain sender to different folders. Can it be done in icedove? any other program? thanks.21:19
jessieBarkingFish: I see. What hardware do you use with Audacity?21:19
Artemka25so so i can rwpwat my question here?21:19
ActionParsnipm_fulder: i see, then you will need the crontab entry as glebihan gave.21:20
baldur-BarkingFish: got my friend on it who works at that ISP :) giving him hell :) thanks for the help21:20
pyguy7ok i got the mic to work but theres is load buzzing noise21:20
fightling1how can I restart gdm at the login screen with a keyboard shortcut? sounds silly. but i need to do this21:20
BarkingFishnp baldur- best of luck to you :)21:20
Artemka25urlin2u, the question with the applet is that it does not remember profiles. Suddenly the applet stopped to remember profiles21:21
ActionParsnipfightling1: CTRL+ALT+F1 then CTRL+ALT+F721:21
ActionParsnipfightling1: maybe21:21
glebihanm_fulder, you might also want to add the "-O /dev/null" option in order to prevent wget to actually save the result to a file21:21
swerfi have a recent linksys b/a wifi pci card, bios see's it, latest ubuntu doesn't...works ok in windows...am i out of luck?21:21
BarkingFishjessie: I have a STAC92 sound card built in on this laptop, but I do have other pieces of kit I use, such as a wireless noise cancelling mic, and external digital mixing stuff which I use for doing vinyl imports.21:21
ex0aActionParsnip: that doesn't actually restart gdm though does it?21:22
m_fulderglebihan how do you mean it could save result? :O won't it just wget and then quit? :P21:22
pyguy7NewIRCuser42 ok i got it working21:22
fightling1ActionParsnip: no this doesn't work I also tried to reactivate Ctrl+Alt+Backspace but this seems to be not available at login screen21:22
glebihanm_fulder, wget retrieves the content of the given URL and saves it to a local file21:22
jessieBarkingFish: I see. I have a Alesis Firewire 16. Any firewire stuff? How does that work?21:22
glebihanm_fulder, that's it main purpose21:23
m_fulderah yeah sry glebihan :P..so then maybe it would be better to just run the php file instead21:23
glebihanm_fulder, the option I just gave you would work fine21:23
fightling1is there any way to define keyboard shortcuts that work at login screen?21:23
zykotick9fightling1, ctrl+alt+f1, "sudo service gdm restart" - not exactly a keyboard shortcut --- try alt+sysrq+k21:23
m_fulderoki glebihan =)21:23
BarkingFishno idea, jessie, sorry. I don't have any firewire audio stuff. The only firewire I have anywhere in the house is my DV Camera21:23
fightling1zykotick9: Can't use sysRq because this is a laptop :(21:24
ActionParsnipfightling1: could try ALT+K+PrintScreen21:24
jessieBarkingFish: Awesome, thanks!21:26
fightling1ActionParsnip: PrintScreen is Fn+F11 so I have to press ALT+K+Fn+F11 which doesnt work :(21:26
BarkingFishnp jessie :)21:26
zykotick9fightling1, i think AP's suggestion was based on the fact that MOST systems sysrq is the printscreen button21:27
ActionParsnipfightling1: should do man, I have similar. Works ok. There is always the R E I S U B ting21:27
TheMatrix3000anyone know how to fix this21:27
TheMatrix3000http://screencast.com/t/k1fSPFczdcCk21:27
TheMatrix3000it just started happening21:27
FloodBot1TheMatrix3000: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation.21:27
=== jim is now known as Guest44719
Guest44719quick help for ffox autocomplete?21:28
ActionParsnip!details | Guest4471921:29
ubottuGuest44719: 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 ..."21:29
fightling1ActionParsnip: R E I S U B?21:29
fightling1i googled it21:29
ActionParsnipfightling1: you hold some keys and type it21:29
swerfi have a recent linksys b/a wifi pci card, bios see's it, latest ubuntu doesn't...works ok in windows...am i out of luck?21:30
ActionParsnipfightling1: I think it's alt+printScreen21:30
Guest44719k.. reg used sites i have miskeyed signin before21:30
=== pothos_ is now known as pothos
ActionParsnipswerf: what chip does it use?21:30
chalcedony*hugs* ActionParsnip :)21:30
swerfActionParsnip, 1 moment, i'll have to rip it back out21:30
Guest44719still show err as option during autocomplete on signin21:30
TheMatrix3000Does anyone know how to fix application applet issue here is an example of what is happening when you try to shutdown the computer, i have not changed any settings, http://screencast.com/t/k1fSPFczdcCk21:30
ActionParsnipswerf: just because something doesn't work out of the box doesn't mean it can never work21:30
ActionParsnipswerf: just run:  sudo lshw -C network21:31
ActionParsnipswerf: it will tell you21:31
YossarianHello21:31
YossarianI have a question regarding hard drives.  Is this the proper place to ask?21:32
ActionParsnipYossarian: ask and see :)21:32
BarkingFishTheMatrix3000, That looks like it could do with having a bug filed on it.  If I see it correctly, you touch the applet to shutdown, and the choices vanish when you try to select one, yes?21:33
swerfActionParsnip, inprocomm ipn212021:33
TooMuchCaffeinehello. few days ago after an update ubuntu one daemon started to use 100% CPU and leak memory a lot. i mean my 4gb ram and 4gb swap fill in within 5 min or so. is that a known issue? i've seen similar bugreports but that was for older version. Ubuntu 11.0421:33
zykotick9fightling1, using REISUB is going to restart you computer, does that help you?  You'll probably still have to restart GDM?21:34
Guest44719< command to change my id to something meaningful?21:34
zykotick9Guest44719, "/nick FOO" i believe21:34
=== Guest44719 is now known as Jim417
fightling1I got it: first press Num then Fn+Alt+PrintScr+K21:35
Jim417thanx21:35
tp43Anyone good at search, how do I search all the files in a directory for a string?21:35
Jim417thanx zykotic921:35
TheMatrix3000BarkingFish: yes, that is the issue21:35
zykotick9!tab > Jim41721:35
ubottuJim417, please see my private message21:35
keithbtp43: grep string *21:36
zykotick9tp43, "grep -R STRING *"21:36
tp43keithb, thx21:36
Jim417ubottu how?21:36
ubottuJim417: I am only a bot, please don't think I'm intelligent :)21:36
zykotick9Jim417, you missed my Nick so i sent you the !tab factoid, you can use the TAB key to autocomplete nicks21:36
qinJim417: /msg ubottu tab21:36
ActionParsnipswerf: ok and what is the output of:  lsb_release -sc21:36
BarkingFishI'd say that the best thing you could do with that, TheMatrix3000 is to file on the launchpad and list it as a bug - remember to search it first in case it's already been noticed.21:36
HeadoffChanneL #Headoff Linux Support21:37
BarkingFish!launchpad | TheMatrix300021:37
ubottuTheMatrix3000: Launchpad is a collection of development services for Open Source projects. It's Ubuntu's bug tracker, and much more; see https://launchpad.net/21:37
fightling1much thx for the great help - luv u all21:37
Yossarian18there we go!21:37
Jim417whoz good with firefox autocomplete?21:38
Yossarian18sorry, empathy was failing me, so xchat, here i am21:38
Yossarian18I have a question regarding hard drives21:38
Yossarian18My esternal one is showing up, but I can't access it21:38
Yossarian18external21:38
Jim417yossarian18 < i relate21:38
buzzcentralHow to move the buttons to the right side of the window titlebars?21:38
salilglebihan: I installed the source code and dependencies. When I do a ./configure I get this: "./configure: line 2159: config.log: Permission denied". It works if I use the root terminal though. The source code is in my home dir.21:38
BarkingFishYossarian18, When you say you can't access it, what happens when you try?21:39
buzzcentralActionParsnip: that command worked to logout btw, thanks a lot21:39
Jim417whoz good with firefox autocomplete?21:39
Yossarian18Well, I go to places, see the name for the hard drive, and click on it.  Then nothing happens21:39
Yossarian18I'm not sure how to try opening it through terminal21:39
ownerwhy ubuntu does not detect anything i plug into my computer21:39
BarkingFishJim417, We saw you the first time. Be patient and someone will get to you.21:39
zykotick9Jim417, don't repeat your question every minute - if someone knows they'll answer.21:39
ActionParsnipswerf: seems to need ndiswrapper + 3 INF files from the Windows driver (and the obvious SYS file) http://www.linuxquestions.org/questions/linux-wireless-networking-41/linksys-wmp11-121858/21:40
ActionParsnipbuzzcentral: np man21:40
* zykotick9 wonders what autocomplete is for firefox21:40
Jim417all in red r bots?21:40
BarkingFishYossarian18, the first thing obviously to check is - is the drive actually mounted?21:40
zykotick9Jim417, no that's when your nick is included21:40
buzzcentralActionParsnip: Now how can I put the X_- buttons on the right side of the titlebars?21:40
swerfActionParsnip, it's booting, i'll check it in a minute. if i gotta go through all that bsht then i'll just get a different card..or try one of the *BSD's...21:40
Yossarian18yeah21:41
buzzcentralJim417: Red means it's a message with your nick in it21:41
Yossarian18it is21:41
BarkingFishhm21:41
urlin2uYossarian, ask and we will know.21:41
zykotick9buzzcentral, perhaps this will help http://www.tuxguides.com/move-window-buttons-to-right-side-ubuntu-10-04/21:41
Jim417humans say hi21:41
Yossarian18buzzcentral21:41
BarkingFishHe's asked, urlin2u - we're trying to sort it :)21:41
ActionParsnipbuzzcentral: there are literally THOUSANDS of how to guides online for that dude, you'll find one easily21:41
Yossarian18terminal metacity --replace21:41
Yossarian18try that21:41
glebihansalil, well I don't think I'm going to be able to help you there21:41
ActionParsnipYossarian18: not ideal if the user likes compiz...21:41
urlin2uBarkingFish, yhanks I had my window to far up to see.21:41
urlin2uthanks*21:42
troetehey guys: is there a way to whitelist the bluetooth adapter for suspend? i'd really want to wakeup my pc with my keyboard :)21:42
buzzcentralActionParsnip: zykotick9: Thanks21:42
glebihansalil, I've never compiled it myself21:42
BarkingFishYossarian18, do you know the drive allocation for it, if so can you try from the terminal to CD into it?21:42
Yossarian18what do you mean about compiz?21:42
ownerwhy ubuntu does not detect anything i plug into my computer?21:42
salilglebihan: Okies21:42
ActionParsnipYossarian18: if you run: metacity --replace  then compiz will not be the WM and effects will cease.21:42
swerfActionParsnip, wtf? lsb_release -sc spits out jaunty...that tells nothing about the chipset or if the pci bus or kernel is detecting it...21:42
BarkingFishdoes it appear in your /mnt or /media folders in your root area, Yossarian18?21:43
swerflsmod maybe?21:43
Yossarian18oh, did not no that21:43
Yossarian18one second.  Let me check21:43
ActionParsnipswerf: jaunty is no longer supported in any way21:43
ActionParsnipswerf: it tells us the release of ubuntu you have, yours has zero support21:43
BarkingFishok21:43
chalcedony System > Preferences > Screen: Could not get screen information. RANDR extension not present. and to get to my left monitor i have to move the mouse to the right -ubuntu 10.04-21:43
swerfhaha, it's easier to tell me jaunty isn't supported then if the release supports the chipset :P21:43
ubuntu_newDemon002: it didn't work :S are there any bug reports for this problem21:43
ActionParsnip!eol | swerf either clean install at least lucid or upgrade to lucid21:44
ubottuswerf either clean install at least lucid or upgrade to lucid: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades21:44
Yossarian18it's in /media21:44
ActionParsnipswerf: the channel doesn't support your release anymore21:44
Jim417dir where ffox keeps autocomplete strings?21:44
ActionParsnipJim417: you can highlight them and press the DEL key to remove them21:44
benjamin2hjgjzr_Hi21:45
BarkingFishgreat, Yossarian18 - can you try from the terminal to cd /media/<drive> and see if it outputs an error please?21:45
=== alexy_ is now known as alexy
chechehow can I use firefox 3.5 on a system with 10.04?21:45
Jim417thanx AParsnip .. willtry21:45
benjamin2hjgjzr_He guyys?21:45
BarkingFishbrb at keyboard, just gonna go get a coffee21:45
zykotick9Yossarian18, is your external formatted FAT/NTFS?21:45
swerfActionParsnip, i just finished upgrading to 11.04 (natty). now what?21:45
benjamin2hjgjzr_ANYONE PLAY AQWORLDS?21:45
glebihancheche, why do you want version 3.5 ?21:46
qin!caps > benjamin2hjgjzr_21:46
ubottubenjamin2hjgjzr_, please see my private message21:46
ActionParsnipswerf: reboot and log in to natty21:46
ownerwhy ubuntu does not detect anything i plug into my computer?21:46
checheglebihan: some web application works fine on a firefox 3.521:46
benjamin2hjgjzr_Hey guys21:47
benjamin2hjgjzr_anyone play aqworlds.com?21:47
cache_surpluscheche: you can use what ever you want on linux. the question was how, correct?21:47
glebihancheche, and they don't work on more recent versions ?21:47
Ti-PrgmRanyone know when ubuntu 11.10 is scheduled to be in beta stage?21:47
qinowner: In terminal: tail -f /var/log/dmesg and plug anything21:47
ActionParsnipownwhat are you plugging in?21:47
checheglebihan: yes that is the problem21:47
chechecache_surplus: well there is a firefox 3.5 package but contains a 3.6 build21:47
BarkingFishback, sorry about that21:47
BarkingFishYossarian18, Have you been able to cd into the drive?21:48
cache_surpluscheche: just get source, and load it manually21:48
ownerqin: tail: cannot open `/var/log/dmesg' for reading: No such file or directory21:48
Yossarian18sorry, I'm trying to do this in class21:48
Yossarian18It's FAT21:48
chechecache_surplus: given that a binary for firefox 3.5 exist and was on the repositories, I wonder if I could use that one.21:48
qinowner: So: dmesg21:48
BarkingFishyou should still be able to access it, I have fat drives running here.21:48
glebihancheche, you have version 3.5 in the repos ?21:49
ActionParsnipowner: what devices are not being detected?21:49
ownerqin: here is the output http://pastebin.com/P7GX0FBS21:49
ownerActionParsnip: any device, usb, external hard drive, mouse..........21:50
ActionParsnipowner: is the USB activated in BIOS?21:50
ownerActionParsnip: i am not sure how to check?21:50
zykotick9owner, if you are using "SUSE Linux" you should get support in there channel, it's not supported in #ubuntu21:51
Yossarian18it's "cd /media/dev/sdb1" right?21:51
zykotick9Yossarian18, probably not!21:51
BarkingFishYossarian18, i don't think that would be it21:51
glebihancheche, looks like you're going to have a hard time finding firefox 3.5 now, even on mozilla's website, they do not provide versions older than 3.621:52
nghalionHello everyone> I need help with something. Can I ask my question here?21:52
BarkingFishyou can by all means try it, Yossarian18 - it may give you access, I don't know21:52
ownerzykotick9: i had ubuntu this morning and failed to solve this issue in ubuntu, then i switched to Suse and i fall in the same issue21:52
swerf"an ugprade from jaunty to lucid is not supported with this tool..."21:53
BarkingFishnghalion, if it's related to ubuntu, then sure :)21:53
zykotick9owner, that's great - so if you want support HERE, reinstall Ubuntu then21:53
swerfso how do i update with the provided too......do-release-upgrade ??21:53
=== chad is now known as Guest56105
Yossarian18it didn't work21:53
Yossarian18lol21:53
ownerzykotick9: i am afraid to reinstall ubuntu and no body will be able to help21:54
Yossarian18okay21:54
Yossarian18got it21:54
ownerzykotick9: you promise you will help ?21:54
ownerzykotick9: or are you able to support ?21:54
Yossarian18no error21:54
BarkingFishright Yossarian1821:54
zykotick9owner, so go ask in OpenSuse support then.  I can't promise to be here, or that i can help with your issue!  But you're currently not using a supported distro for this channel.21:54
BarkingFishcan you type ls -a and see if the system gives you a list of the files present on the disk please?21:55
BarkingFishYossarian18, ^^21:55
m_fulderglebihan are you sure 0 * * * * is every hour? isn't that every minute?21:55
Yossarian18yeah21:55
cache_surpluscheche: try this http://download.mozilla.org/?product=firefox-3.6.21&os=linux&lang=en-US21:55
Yossarian18it did21:55
cache_surplusoh he left...21:55
m_fulderglebihan or ah maybe that means always when minute reaches 00?21:55
BarkingFishright, so the drive is mounted and accessible - it's not giving you a listing in places though.21:55
glebihanm_fulder, yep each time minutes reach 0021:56
BarkingFishI don't know ubuntu too well since I'm not a GNOMEite, but what is your default file manager?21:56
swerfhow do i force jaunty to upgrade to the next release, instead of skipping like 3 of them?21:56
ownerzykotick9: So if you are not able to help or dont want to help let people help21:56
coz_nautilus on gnome21:56
cache_surplusfor the next time someone asks and for reference: http://www.mozilla.org/en-US/firefox/all-older.html21:56
coz_!upgrade21:56
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade21:56
BarkingFishthanks coz_ :)21:56
coz_BarkingFish,  no problem21:56
Yossarian18nautilus21:56
BarkingFishYossarian18, can you get access to the drive through nautilus?21:57
zykotick9owner, you should stop waisting people's time - find support for the distro you use!  NOT here.21:57
* BarkingFish applauds heartily21:57
ActionParsnipowner: reboot and access setup, make sure the USB ports are enabled21:57
qinswerf: 9.10 is also eol, amd 10.04 is LTS21:57
qin*and21:58
baldur-Any chance to install Ubuntu Server without using a cdroom or USB stick ? just directly from desktop ?21:58
swerfhuh? it's the alternate install, no GUI, server.21:58
coz_baldur-,  if that is possible I dont know about it unless you use vmware or something21:58
ownerzykotick9: see i am not waisting my time if you dont want to help there is always people want to21:58
zykotick9ActionParsnip, i know you are trying to help (but supporting SUSE in this channel takes it a little too far)21:58
tarelerulzI running ubuntu 10.10 with h gforce 425 m  video card  and I can't get xbmc to play sound of  my sony tv.  anything21:59
Yossarian18I'm looking, but I'm not exactly sure how I would find it in there.21:59
m_fulderglebihan ok great and now only where should I have added the -0 /dev/null option?  like this: /usr/bin/wget -0 /dev/null http://myIP/myFile.php ?21:59
baldur-coz_: ohh... what about upgrading your current 8.10 ubuntu to a newer version ? (gives me an error when i try using the regular updater)22:00
qinowner: Do not poke, check your bios settings and hit openSuse channel, also use live session for tersing instead of installing.22:00
qin*teasting22:00
coz_Yossarian18,  if you open nautilus,, in the left column all drive should be listed there if they are recognized22:00
ActionParsnipzykotick9: who is using suse?22:00
zykotick9ActionParsnip, owner22:00
BarkingFishYossarian18, Give me a moment and I'll try and install nautilus - my kubuntu install is already a little gnomed anyhow22:00
ActionParsnipzykotick9: gotcha22:00
coz_baldur-,  well 8.10 would have to be update to 9.04  I believe first and so on22:00
coz_baldur-,  I forget if 8.10 is LTS22:00
glebihanm_fulder, that's right, except it's an O (letter) not a 0 (zero)22:00
ActionParsnipcoz_: 8.04 and 10.04 are LTS22:01
ActionParsnipcoz_: in between aren't22:01
coz_ActionParsnip,  thannks gusy :)  its been a while22:01
m_fulderah yeah hehe :P well thanks for your help :) I just runned my script manually and it worked just fine .. so I cross my fingers for 1AM now :P22:01
Yossarian18BarkingFish, before you do that, let me try unmounting and mounting once more now that I know how to find it in terminal22:01
m_fulder@ glebihan22:01
swerfbaldur-, no GUI, no desktop, all commandline.22:01
ActionParsnipowner: ask in the sus channel, this is ubuntu support dude22:01
BarkingFishso the next one which will go LTS will be 12.04, ActionParsnip?22:01
coz_yes22:02
ActionParsnipBarkingFish: indeed, simple ain't it :D22:02
baldur-coz_ yes and i when i press the upgrade to 9.04 it says extracting the upgrade failed22:02
BarkingFishlol22:02
glebihanm_fulder, you're welcome. I hope it works too22:02
ActionParsnipBarkingFish: released in april (4th month) in 20(12)22:02
coz_baldur-,   that is the extent of the error?22:02
fr0stedfinally got my wifi working last night, had to install the drivers manually, using the windows driver installer, lots of usb pen action going on lol!22:02
BarkingFishah, so that's how you number your releases :)22:02
ownerActionParsnip: thanks buddy i think it a kernel issue22:02
ActionParsnipBarkingFish: indeed, and 8.10 (for example) was released in October 200822:03
BarkingFishwhere I come from we used to just send out (year.1 or 2)22:03
BarkingFishso 2010.1, 2010.2, etc22:03
ActionParsnipBarkingFish: makes knowing when releases are EOL waaay easier22:03
Yossarian18I got it now.22:03
Yossarian18I'm not really sure how, but it's working.22:03
Yossarian18Thanks a lot for the help guys.22:03
BarkingFishabsolutely no problem22:04
Yossarian18And potential gals.22:04
BarkingFishif we couldn't help, we wouldn't be here :P22:04
BarkingFish:)22:04
m_fulderglebihan just one last question: I just edited the /etc/crontab and added my job last in the list..but now sould I restart the crontab somehow or will it work just after I save the file? :P22:04
BarkingFishnautilus actually looks quite nice, beats dolphin's layout any day.22:04
glebihanm_fulder, you should restart cron to make sure (use "sudo service cron restart")22:05
ActionParsnipBarkingFish: I'm a pcmanfm guy, nice and fast22:05
coz_BarkingFish,   last I saw the  beta dolphin looks a bit more like nautilus  two pane window22:05
Yossarian18I'm rather new to the whole linux thing, so it's all I've tried so far, lol.22:05
m_fuldergreat thanks again glebihan now just waiting :D22:05
glebihanm_fulder, btw if you used /etc/crontab, check that you didn't forget to specify the username who is supposed to run the script22:05
BarkingFishYossarian18, I've been on linux for approaching 11 years, I only came to kubuntu about a month or two back, after deserting the sinking mandriva ship.22:06
BarkingFishIt's a whole new ball game for me, since I've never used anything with gnome bits in it22:06
m_fulderglebihan I don't think I did :) : 0  *    * * *   root    /usr/bin/wget -O /dev/null http://myIp/mySite.php22:07
coz_BarkingFish,  wow cool,, welcome to the new yacht  :)22:07
Yossarian18I got a new laptop last year, set it up with dual boot Windows 7, and Ubuntu 10.1022:07
Yossarian18Deleted windows, and recently decided to try to understand ubuntu better22:07
hylianBarkingFish: what's causing mandriva to sink?22:07
BarkingFishaaargh! You used a bad word!!! lol22:07
glebihanm_fulder, that's good22:07
coz_BarkingFish,  ok welcome to the new cruise ship :)22:07
BarkingFishhylian, they're hemorrhaging developers like nobody's business22:07
Yossarian18Holy shit, class is picking up.22:08
Yossarian18Bye, and thanks.22:08
hylianBarkingFish: that's too bad, one of my fave old distro's... :(22:08
BarkingFishmaintainers and a lot of the old users are deserting to go to mageia, a fork of mandriva started by a bunch of devs mandriva didn't want anymore22:08
swerfsoooo, do-release-upgrade won't upgrade my system, what's the next alternate method with a system that has no usb, no cdrom, no monitor, and it's 30 miles away?22:08
BarkingFishhylian, I started on mandriva waaaay before it even thought of becoming mandriva, I joined at mandrake 9.222:09
swerfand i'm sitting at the cmd prompt via SSH?22:09
glebihanswerf, coming from jaunty, I would strongly suggest a fresh install22:09
x0rhey ubuntu/linux know it alls, what are these migration/ksoftirqd process's22:09
x0rI have 4 of them22:09
coz_swerf,  well,, not sure it is a good way,, but you could change /etc/apt-sources.list   the name of the distribution to the next release22:10
x0r0-3, apparently 1 for each core on my system22:10
coz_swerf,  for each  deb line22:10
swerfi gotta try something, i won't be around it for another month...22:10
swerfwhat is the latest release name?22:10
swerfi'll give that a shot22:10
badger32dcoz_ , swerf: that will break it. dist-upgrade is what you want22:10
BarkingFishThe current is Natty Narwhal, swerf22:11
BarkingFish11.0422:11
glebihanswerf, this has no chance of working22:11
debbieOk I followed the advice on website and now the wifi doesn't even sow up as an option on the list22:11
keithbswerf: probably a good idea to upgrade one reelase at a time rather than going for a big jump22:11
badger32djust changing the stuff in apt-sources.list is a great way to completely bork your system22:11
debbieI don't undrstand why this isn't easier22:11
coz_badger32d,  well dist-upgrade on ubuntu does not upgrade to the next release it only upgrades and replaces new libraries or newer version of applications22:11
glebihanswerf, did you have a look at the links that were given to you earlier about upgrading from an EOL release22:11
glebihan?22:11
flybackwhat the hell happen to the sun-java packages that you could install for 11.xx22:12
swerfdist-upgrade isn't on the system....22:12
BarkingFishdebbie, so you followed all the stuff about installing the bcm43xx kit and it didn't work?22:12
coz_flyback,  did you enable the partner repositories?22:12
debbieyeah22:12
BarkingFishhm22:12
flybacksame stuff I always used22:12
badger32dcoz_: I'm a little fuzzy on the exact way to upgrade dist's via cli, but changing apt-sources is a horrible idea22:12
BarkingFishhave you rebooted?22:12
debbieyeah22:12
flybackall of a suddent now it's telling me the packages are obsoleted22:12
keithbswerf: it is apt-get dist-upgrade22:12
debbieand whn i came back it doesn't say anything about wireless anymore22:12
coz_badger32d,  dyes that's why I mentioined it was not a great thing to do  in so many words  :)22:13
BarkingFishso you still have nothing under iwconfig?22:13
debbielo no wireles22:13
glebihanflyback, sun has decided not to let linux distributions distribute their version of java anymore22:13
debbieeth0 no wireles22:13
flybackoh great]22:13
debbieshouldn't there be a third one there?22:13
flybackso the f***ers break my email22:13
flybackthx22:13
BarkingFishonly if there's a wireless interface, debbie22:13
swerfhttps://help.ubuntu.com/community/EOLUpgrades says nothing about jaunty22:13
debbiewell there was on windows22:13
badger32dcoz_: i'm just saying its probably not something you want to reccomend - good way to break someones system and all. :)22:13
debbieand it shows up on lspci22:13
BarkingFishit would normally be something like lo, eth0, wlan0 or something like that22:14
glebihanflyback, you can still install those packages but not from the repos22:14
flybackwhere would I find them22:14
debbiewlan0 doesn't show up at all now22:14
coz_badger32d,  understood but all the things he has tried so far has failed for him22:14
glebihanflyback, on their website22:14
BarkingFishhold on a sec, debbie22:14
badger32dcoz_: yeah, coming from 9.04 is quite a task - I'd also strongly reccomend a fresh install.22:15
sh4d3sl4y3r_Hexcore VS Quad Core "More Clock Than the Hex" ; which would be better for compilations and video/ audio ripping ?22:15
coz_badger32d,  above all things  a fesh install is the way to go for sure22:15
coz_fresh22:15
glebihanswerf, https://help.ubuntu.com/community/EOLUpgrades/Jaunty22:15
badger32dtruth22:15
BarkingFishdebbie, Have you got the firmware installed for the card?22:15
o0splitpaw0o_hi there I got a question.I have setup xorg to allow remote display of applications, now can I EXPORT that same app to run on a remote host in order for it to funtion. example using gsmartdata to run from a remote host as my "user"22:15
BarkingFishif not, try sudo apt-get install b43-fwcutter22:16
erkan^have bluefish 1.0.7 a Dutch language/22:16
erkan^?22:16
swerfi can only upgrade one distro at a time? i can't go from 9x to 11x?22:16
ActionParsnipswerf: I'd clean install after a last full backup22:17
BarkingFishalso, debbie - can you also do sudo apt-get install firmware-b43-installer please :)22:17
coz_swerf,  I believe that is the preferred methog yes  but a clean install  is the best approach22:17
coz_method22:17
swerfomg.....22:17
* swerf shakes his head...22:17
glebihanswerf, no you will be able to jump from one lts to another though22:17
swerfi remember why i'm using freebsd for a filesever now...22:17
swerfand openbsd for a router22:17
BarkingFish!details | erkan^22:17
ubottuerkan^: 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:17
qinswerf: Are you trying to upgrade remotely?22:17
swerfqin, yes22:17
benjamin2hjgjzrHii22:17
badger32dswerf: also a reason I switched to arch.22:18
coz_swerf,  the advantage is clear with a clean install,,, any issues that arise can be sorted out most likely and not be attributed to the upgrade22:18
benjamin2hjgjzrDOES ANYONE PLAY AQWORLDS??????????????//22:18
o0splitpaw0o_!xserver22:18
qinswerf: Is it own box or vps (mean virtual system)?22:18
coz_benjamin2hjgjzr,   I do not sorry22:18
swerfqin, and it's turning into upgarding 5 times to finally get to the top of the ladder...22:18
BarkingFish!caps | benjamin2hjgjzr22:18
ubottubenjamin2hjgjzr: PLEASE DON'T SHOUT! We can read lowercase too.22:18
swerfit's a hardware running box out of town22:18
o0splitpaw0o_!xorg22:18
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/Resolution22:18
napzHi Guys, maybe you are interested in my community blog website for ubuntu.22:18
badger32dalso - a fresh install would probably take less time than an upgrade... of course the whole remote thing is a problem22:18
debbieok i  installed the firmware installer22:18
benjamin2hjgjzrDoes anyone play Aqworlds?????22:18
napz?? pm me if you are interested22:18
qinswerf: One moment22:19
debbienow what?22:19
BarkingFishone mo22:19
debbieshould i disable the additional drivers they don't seem to do anything anyway22:19
o0splitpaw0o_!Xorg22:19
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/Resolution22:19
=== napz is now known as jopz
ActionParsnipswerf: would make a cleaner OS, no old configs messing stuff up etc22:20
jopzhttp://www.netinik.com/22:20
BarkingFishdebbie, now you have the firmware installer for the bcm4318, you should be able to use the kernel driver for it.22:20
BarkingFishGive me a moment and I'll try to hunt it down for you22:20
debbieuh how do i do that?22:20
swerfsounds like a linux weakness....22:20
swerferm, a ubuntu weakness...22:20
swerf:)22:20
zykotick9o0splitpaw0o, you can't have the same application open in two spots at the same time, no.  For remote X, are you using SSH (not that it makes a difference, just curious)?22:21
ActionParsnipswerf: its not a rolling release, some distros are22:21
badger32dswerf: mostly ubuntu doesnt expect people to wait 2 years for a dist-upgrade ;P22:21
keithbswerf: can you upgrade from XP to win 7 with out a clean install?22:21
badger32dsame reason you can't go from windows 98 to 722:21
badger32dhehe22:21
swerfkeithb, haven't used microsoft in 15 years, i'm not sure. :)22:21
ActionParsnipswerf: touche22:21
zykotick9badger32d, i don't think you're clear on what a dist-upgrade actually is...22:21
keithbswerf: hint: the answer is a two letter word22:22
ActionParsnipkeithb: ZQ?22:22
alticedoes anyone have experience with "modprobe" ?22:22
badger32dzykotick9: I use that term in reference to switching distro's. but thanks. ;)22:22
ActionParsnipkeithb: killer in scrabble :)22:22
alticeI'm having trouble setting up an onboard Ethernet Controller22:22
keithbActionParsnip: I didn't know you spoke Klingon22:22
ActionParsnipaltice: what chip does it use?22:22
urlin2ukeithb, XP to W7 is a fresh install.22:22
alticeI've read a lot of info, nothing seems to be working22:22
BarkingFishdebbie, If you go back to the page you were linked to earlier, you'll find the details there to install the bcmwl kernel source, which you need22:22
ActionParsnipkeithb: boom!22:23
qinswerf: and you have installed update-manager-core?22:23
BarkingFishI'll link you back22:23
swerfi haven't used M$ since NT days. enough with this mess. i'll just wait, and put openbsd on it.22:23
swerfqin, yes.22:23
zykotick9badger32d, and that's not accurate - dist-upgrade has nothing to do with updating versions of Ubuntu, it's a common misconception so don't add to the problem.22:23
BarkingFishdebbie, go back here: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#b43%20-%20Internet%20access and go to the section on STA Internet Access22:23
qinswerf: So what is wrong with running do-release-upgrade in screen session?22:23
alticeActionParsnip: that's the weird thing about it. It says in "lspci" that there are two. Either way, one reports 3COM and the other is Applied Micro22:23
badger32dzykotick9: you obviously misunderstood me, anyways that wasn't my point.22:24
BarkingFishyou've got the instructions there on how to get the driver from the kernel source22:24
ActionParsnipaltice: can you give the full lines relating to the chips please, it will help us find guides22:24
alticeActionParsnip: yes of course. PCI bridge: ATI Technologies Inc IXP200 3COM 3C920B Ethernet Controller; Ethernet controller: Applied Micro Circuits Corp. Device 813922:25
debbieok well i'm going to try to reinstall the bcmw22:26
debbiethen after that it says to restart so hopefully maybe this'll work22:26
ActionParsnipaltice: ok if you run:  sudo modprobe xl   is it ok?22:26
urlin2ukeithb, if you have the .exe install for W7 it will run from XP and put XP in a old widows file, not bootable there though.22:27
ActionParsnipaltice: http://manpages.ubuntu.com/manpages/hardy/man4/xl.4.html22:27
alticeActionParsnip: FATAL: Module xl not found.22:27
keithburlin2u: I think you missed the flow, my question was to make a point, not to seek info22:27
chechecache_surplus, glebihan: http://releases.mozilla.org/linux/ubuntu/pool/main/f/firefox-3.5/22:28
urlin2ukeithb, au been known to do that.22:28
debbienow it says no proprietary drivers on the system...22:28
keithburlin2u: np22:28
swerfqin, a do-release-upgrade => an upgrade from jaunty to lucid is not supported with this tool22:28
swerf:/22:28
glebihancheche, yes that raises a 404 error22:28
ActionParsnip!find xl22:28
ubottuFound: libglu1-mesa-dev, libosmesa6-dev, pxljr, texlive, texlive-base, texlive-bibtex-extra, texlive-binaries, texlive-common, texlive-doc-base, texlive-doc-bg (and 138 others) http://packages.ubuntu.com/search?keywords=xl&searchon=names&suite=natty&section=all22:28
debbieshould i reboot?22:28
checheglebihan: ? i just try one binary and it works22:29
checheglebihan: http://releases.mozilla.org/linux/ubuntu/pool/main/f/firefox-3.5/firefox-3.5_3.5.3+build1+nobinonly-0ubuntu6_i386.deb22:29
fr0stedany recommend any good irc clients for ubuntu ?22:29
swerfmy OBSD from 3.2 to 4.4 was flawless....7 years apart. i'm gonna X the whole thing and just put opbnsd on it next month....and i like the fact it OBSD uses 200Mb of filesystem for a complete install.22:29
=== protozoa is now known as billy
swerfthx for the effort, honestly wasn't much help. lol.22:30
glebihancheche, that gives me a 404 error too22:30
coz_fr0sted,  I prefer xchat22:30
coz_fr0sted,  there is also  irssi22:30
alticeActionParsnip: would this be the right driver?: http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false22:30
qinswerf: You are 9.04, and want to upgrade to where?22:30
coz_fr0sted,  some like pidgin for irc as well22:30
swerfqin,  haha, whatever the channel supports...22:30
fr0stedah ok thanks :)22:30
swerfno one will answer my questions unless i have a channel supported release22:31
fr0stedtook me long enough to get the wifi sorted22:31
glebihancheche, did you try to install that package ?22:31
BarkingFishsorry debbie, got distracted for a bit - yes, please reboot.22:32
BarkingFishOh shostakovich. You already have :P22:32
* BarkingFish headdesks22:32
qinswerf: try to edit /etc/update-manager/release-upgrades and change normal to lts, and see if this helps.22:32
swerfhelps what? the tools to upgrade it over the network?22:32
ActionParsnipaltice: not sure, looks ok22:33
CurtLarsonI am running Natty and I just got cable internet but I can't get dhcp to discover anything which is strange because this little win laptop im on now isn't having any issues connecting. I have an e1000e builtin nic and the link goes up just fine but dhcpd is going in loops.  avahi-autoipd jumps in after dhcp fails and sets up a local ip but no net.22:33
swerfor so lsb_release -sc spits out what everyone here wants to read?22:33
ActionParsnipswerf: wassup?22:33
qinswerf: Now do-release-upgrade let you upgrade to 9.10, right?22:33
checheglebihan: http://ubuntu.mirrors.tds.net/ubuntu/pool/main/f/firefox-3.5/firefox-3.5_3.5.3+build1+nobinonly-0ubuntu6_i386.deb22:34
alticeActionParsnip: where else can I find the XL driver you're referring to?22:34
=== picolo is now known as Picolo
glebihancheche, ok that one works :), but did you get to install it ?22:34
ActionParsnipaltice: there may be a package which has the driver22:34
keithbPicolo: a small change :)22:35
ActionParsnipswerf: lsb_release -sc    just outputs your releases codename22:35
alticeActionParsnip: how would I go about finding that :)? I've been working on this problem for a few days now. Reading forum posts and such22:35
checheglebihan: not yet22:35
minthy_freshfr0sted: Try Quassel, my favorite.22:35
swerfqin, no new release found22:35
swerfActionParsnip, i was getting at the fact i should of just told you i had lucid or something so i could of started diagnosing my problem an hour ago :/22:36
ActionParsnipaltice: I'm sure there is a cheeky dpkg command to query the packages to find out, not sure of it though22:36
swerfa joke...22:36
ActionParsnipswerf: where is the joke?22:36
alticecan anyone else help with an ethernet driver issue?22:36
swerfbut it sounds like it's a cheap chipset. so, i figured i'd try and remotely upgrade this ubuntu box anyways, but it's turning into a F'in nightmare.22:36
checheglebihan: the web application was working fine until i update ubuntu. I saw some pages that download binary from mozilla.org but I thought that it must be a way to keep the previous version22:37
checheglebihan: I know that it was not security updates, but that was working for me. so i can take the risk22:37
ActionParsnipswerf: the upgrade notes show how to upgrade it22:37
swerfdo-release-upgrade isn't supported.22:37
coz_ActionParsnip,  I believe it is a remote upgrade as well  which I have not done22:38
CurtLarsonI have tried adding the mac address to dhclient.conf to no avail. I am at wits end.  network-manager doesn't show a wired connection when the cable is plugged in and I think this is because of the error i get that says that it's an unmanaged device and state connection forced when network-manager fisrt loads22:38
glebihancheche, you may run into a few dependencies issues while installing that package... but anyway have fun :)22:38
coz_swerf,   you did say this is a remote upgrade ...yes?22:38
checheglebihan: well that package was build for 10.04 so I guess that it should be ok to hold it.22:38
ActionParsnipswerf: https://help.ubuntu.com/community/EOLUpgrades  shows how to do it22:38
chechecache_surplus: thanks for the info22:39
cache_surplusnp22:39
roothorickokay, I'm trying to make a customized LiveUSB for hardware testing... I need fglrx, but installing it via apt-get blows up because it's expecting the wrong kernel... how do I work around this?22:39
=== himcesjf1 is now known as himcesjf
glebihancheche, 10.04 ? should be ok then I guess22:39
qinswerf: do-release-upgrade --proposed ???22:40
CurtLarsonam I asking this networking stuffs in the wrong channel?22:40
swerfqin, a do-release-upgrade => an upgrade from jaunty to lucid is not supported with this tool22:41
swerfthat's exactly what it prints to the screen after checing for a newer version.22:41
swerfwhile also modifing theconfig file from nomral to lts22:41
swerfboth have same results.22:41
glebihanswerf, you can't upgrade from jaunty to lucid, you have to go through karmic first22:41
ActionParsnipswerf: the guide I gave will let you upgrade from jaunty to Karmic, then karmic to lucid22:42
urlin2uroothorick, are you sure y=using a live thumb is what you need?22:42
swerfglebaron, i'm not trying to upgrade to anything specific, it's what the tool is trying to do.22:43
=== billy is now known as protozoa
swerfand it's trying to do something it can't do :)22:43
roothorickurlin2u: I want a way to swap hardware in a system without confusing the installed OS (usually Windows). Bypassing the installed OS entirely seems like the best approach.22:43
glebihanswerf, and it tells you that because you modified your configuration to lts upgrades only22:43
glebihanswerf, not sure, maybe "do-release-upgrade -d" could work22:44
swerfglebihan, it prints out the same error whether it's configured as normal or lts.22:44
urlin2uroothorick, to vague a explanation to be honest.22:44
glebihanswerf, did you modify your software sources according to the link we gave you earlier ?22:44
swerfyes.22:45
urlin2uroothorick, in other word to many varibles to work I think.22:45
urlin2uwords*22:45
roothorickurlin2u: I've actually got a computer sitting next to me that spontaneously resets under certain loads. It could be the videocard, the motherboard, or the power supply. See the problem yet?22:45
CurtLarsonanyone here ever have trouble getting a cable modem to connect in ubuntu? does this channel have an answer bot I can query (like in #debian)22:45
qin!bot > CurtLarson22:46
ubottuCurtLarson, please see my private message22:46
urlin2uroothorick, no your there I'm not.22:46
glebihanCurtLarson, there's ubottu and also a lot of friendly non-bot people who could help you22:46
glebihanswerf, did you try "do-release-upgrade -d" ?22:46
roothorickurlin2u: basically, I want a way to test motherboards (and to a lesser extent, videocards) for latent instabilities without having to manually juggle drivers or continually reinstalling the OS22:47
coz_CurtLarson,  no I havent heard of that at least recently,, most cable internet services connect automatically22:47
=== lark is now known as Guest59149
CurtLarsonI love talking to query bots tho .. sometimes it's easier to lookup the anser yourself22:47
urlin2uroothorick, what I think hyour saying is you want to try different distros to look for specific failure, is this correct.22:47
roothorickurlin2u: most of the systems brought to me are running Win7, which has a habit of EXPLODING if you change the motherboard on it22:47
roothorickurlin2u: I want to bypass the OS entirely to test for intermittent hardware failures22:47
urlin2uroothorick, using more then one distro, or OS?22:48
keithbroothorick: use a live CD?22:48
BarkingFishanyhow dudes, if someone could help debbie when she comes back to finish off her bcm4318 install, I'd appreciate it. I gotta get off and get to bed, I'm working in the morning.22:48
roothorickkeithb: I need to make a custom LiveCD. With fglrx. Because I can't find a decent tool for GPU stress testing that'll run on DRI radeon.22:48
urlin2uroothorick, how about a multload thumb?22:48
swerfdo-release-upgrade -d with 'lts' no new release found22:49
BarkingFishBeen fun, I'll catch you all tomorrow night.22:49
swerfdo-release-upgrade -d with 'normal' cannot upgrade from jaunty to lucid. not supported by tool.22:49
BarkingFishsee ya22:49
roothorickurlin2u: my idea is to have an Ubuntu LiveUSB with all the drivers I need. Thus adding fglrx.22:49
urlin2uroothorick, why not do a full install, on the thumb?22:49
roothorickurlin2u: is that going to behave if I plug it into a different machine?22:50
webad_13I'm trying to install nvidia dev driver to utilise cuda on my 8600 gt (ubuntu 11.04). First thing was that gcc was different version then the one of kernel - so I recompiled the kernel with the correct version of gcc (4.4). However, now nvidia installer says that it cannot locate sources of my kernel and ls -na /lib/modules/linux-3.0.4-custom/build and source point to correct location in the /usr/src22:50
urlin2uroothorick, as well as a live22:50
urlin2uroothorick, the grub boot is on the thumb22:50
roothorickurlin2u: it's not a priority, but could I still use that to install Ubuntu?22:51
=== picolo is now known as Picolo
urlin2uroothorick, no.22:51
TheMatrix3000is there any way to repair my indicator dropdown menu to logoff22:52
TheMatrix3000i get nothing when i click on it22:52
zykotick9webad_13, currently someone in another channel, with another distro, can't get nVidia working on a kernel 3+ also.  Do you know if it's even possible?22:52
roothorickurlin2u: this looks like it'll work, thanks22:52
hylianis there a non x version of ubuntu besides the server version and the minimal? I don't need all this stuff..22:52
qinhylian: Any version, when boot with "text" flag.22:53
webad_13zykotick9: well I don't actually, but the error that it is giving me is a strange one (that it cannot find sources). I am compiling 2.6.39.4 now to see if the error dissapears22:53
hylianqin: ahh, and how do i use that flag?22:53
CurtLarsonya bots got nothing either ... ima try to set it up static from the windows ip22:54
qinhylian: boot, hold shift, in grub menu e (edit), replace "splash" with "text".22:54
=== debsan_ is now known as debsan
hylianqin: but i am not just trying to get out of x, i am trying to install without x, etc... trying to lighten the load...22:55
qinhylian: minimal or server22:56
hylianqin: in my first post, i asked for something other than server or minimal, so are you saying that's all there is?22:57
zykotick9hylian, what do you want exactly?  Minimal allows you to install only what you want.  Lubuntu is a currently non-official *buntu using LDXE.  What you actually want would help.22:58
qinhylian: Propably not. Just whanted to stress that you are free to use/remove X from your system.22:58
hylianzykotick9: i am looking for a whole distro, except desktop environment. minimal would not work, because the machine i am installing it on has not net.22:59
Andrreehttp://simranuploader.com/dl/4e5eb8ed52a27-diedummehure.rar22:59
hylianqin: thanks, i thought so. good to know...22:59
=== XLV_ is now known as XLV
zykotick9hylian, ahh, well there are other distros that could offer such a setup, but for Ubuntu - server or alternate are your best bets.23:00
hylianzykotick9: exactly how much more bulk does server have than ubuntu with x and gnome removed, for instance.23:00
zykotick9hylian, i'm not sure, never played with the server version much.23:00
=== Leon is now known as Guest87530
=== chrisfordy is now known as CJPCNZ
hylianzykotick9: well thanks for the info. I think i need to dig harder. My intention is to take one of the other machines, and port over the files from the /var/cache/apt/archives folder, and keep it up to date that way...23:02
qinhylian: apt-cacher is ok for it.23:03
zykotick9hylian, that's going to require more then just ../apt/archives  Check out apt-on-cd or something.23:03
bbbbbbbbhow do i find the mount point for my dvd drive23:03
hylianqin: yeah, that would work too. I usually do things the hard way, LOL. :_23:03
zykotick9bbbbbbbb, if it's currently mounted in a cli "mount"23:03
bbbbbbbbzykotick9: what?23:04
qinbbbbbbbb: In terminal: mount23:04
zykotick9bbbbbbbb, your cd/dvd mounted?23:04
Rolohttp://pastebin.com/raw.php?i=CZNMJvMH <-- How would I go about fixing this error?23:04
hylianzykotick9: actually, my way works, if the systems are using the same version, and I keep them both up to date. I do it on a fairly regular basis. i do everything the wrong way... I am a scary net engineer.23:05
bbbbbbbbzykotick9: yeah it is mounted. and its at /dev/sr0. thanks23:05
zykotick9bbbbbbbb, that's the device name, not the mount point23:06
bbbbbbbboh23:06
alticeDoes ANYone know where I would go to find drivers for my ethernet card?23:06
zykotick9hylian, but how do you get the apt database without network?  I understand the packages are easy enough.23:06
bbbbbbbbzykotick9: wheres the mount point then23:07
zykotick9bbbbbbbb, /media/SOMTHING probably23:07
hylianzykotick9: i run a ethernet cable 58 feet from the source. you get scary things like this when you underpay a computer repair tech to be a net engineer because your cheap and can't afford a real one, LOL23:08
zykotick9hylian, so you COULD use minimal then...23:08
bbbbbbbbbut it only shows when i have a disk inserted and then its /media/DISKNAME23:08
=== PlzDontHckMe is now known as MinthyFresh
zykotick9bbbbbbbb, that's working as designed!23:08
hylianzykotick9: i could, but it would be a pain... i am as lazy as i can be, that's my motto.23:08
tony_lol23:09
tony_z23:09
bbbbbbbbzykotick9: but i need the mount point like  /media/cdrom to tell wine where to look for the drive23:09
zykotick9bbbbbbbb, what is your REAL question/issue perhaps?23:09
zykotick9bbbbbbbb, the "drive" is the device so /dev/sr0 - mount points only apply when something is in the drive23:10
bbbbbbbboookay23:10
m_fulderglebihan my crontab job didn't work..but I think there was some error with my link because when I tried to run it manually I got the html ERROR 404 Not Found23:11
hylianbbbbbbbb: i think i get what you mean. you are trying to make a drive look like a cdrom, for the sole purpose of wine?23:11
qinhylian: Still apt-cache works over http or ftp and can be used on any machine in lan, since most of updates are done at downtime anyway.23:11
hylianqin: yeah, it's just that his internet is so very slow. i can handle it. thanks though.23:11
m_fulderglebihan so instead I tried to change the url to direct local directory instead /usr/bin/wget -O /dev/null /var/www/myScript.php and run it manually but then I get the error message: /var/www/myScript.php: Scheme missing. :D23:11
bbbbbbbbhylian: no, i want to access a real dvd drive with a wine application23:12
m_fulder:(*23:12
hylianbbbbbbbb: and wine says that it is not a dvd/cd? i guess i don't get what's happening.23:12
roothorickis there a way to blacklist drivers when autodetecting hardware?23:12
glebihanm_fulder, as I already said that last solution cannot work23:12
m_fulderah you did :O23:13
m_fulderdidn't see that .. my irc client closed :/23:13
bbbbbbbbhylian: no, the program doesnt recognize the drive at all23:13
bbbbbbbbits dvdshrink btw23:13
hylianbbbbbbbb: i see. what is the program?23:13
roothorickactually, a primer on Ubuntu internals regarding hardware detection would be really nice23:13
glebihanm_fulder, what you could try is "/usr/bin/php -f /var/www/myScript.php" (but that depends on what exactly you script does)23:13
m_fuldermy script updates some mysql tables23:14
bbbbbbbbhylian: DVDShrink23:14
Pendeltonhello all, havnt used irc in about 15 years, but got a few questions about web development and was hoping someone could steer me in the right direction (server/channel)...?23:14
glebihanm_fulder, by that I mean that it depends on whether it requires to be through a web server or not23:14
zykotick9bbbbbbbb, in the long run you'd be better served by finding replacements for your windows applications rather then relying on the cruch of wine23:14
hylianbbbbbbbb: let me take a look at this for you, how old is the cd/dvd player?23:14
RoloAnyone?23:15
roothorickPendelton: 15 years?... 1996? You'll find not a whole lot has changed...23:15
glebihanm_fulder, well try that last command manually, if it works put it in your crontab and change the time for it to run at 1:20 so you won't have to wait until 223:15
coz_Rolo,   sorry I didnt see your initial post23:15
Rolohttp://pastebin.com/raw.php?i=CZNMJvMH <-- How would I go about fixing this error?23:15
CitizenwarriorWhen is /boot accessed after the system is fully loaded?  -- I ask because I am thinking about doing a FULLY encrypted installation with /boot on a USB drive.  I want to know if it can remove the /boot USB drive after the systems is up... Think wearing the "key" to my computer around my neck23:15
m_fulderglebihan hehe yeah but it didn't work :/ I got the error message No such file or direcory :(23:15
Pendeltonwell, i forgot how to efficiently navigate23:15
bbbbbbbbzykotick9: sure, but i have not yet found a program that rips dvds as fast and effective as dvdshrink23:16
Pendeltoni just need to find a web developer's channel23:16
m_fulderglebihan: /usr/bin/php: No such file or directory23:16
Pendeltonor someone that can answer a few questions i have about coding an idea23:16
glebihanm_fulder, is php installed on your system ? if so what does "whereis php" say ?23:16
bbbbbbbbhylian: brand new inside a brand new notebook. works fine elsewhere23:16
grendal-primehey guys23:17
zykotick9bbbbbbbb, check out Handbrake (if you haven't already) & you want either MP4 or MPV output23:17
zykotick9s/MPV/MKV/23:17
m_fulderglebihan I have a apche2 server installed on that comp but don't think I have a php client .. whereis php say: php:23:17
m_fuldershould I install like php5-cli? :P23:17
glebihanm_fulder, yes23:18
coz_Rolo,   not s ure about that error   I will let someone else pick up on that23:18
bbbbbbbbzykotick9: i mostly don't care about the output since i usually just rip my originals once to watch them on the notebook and then delete them - but i will check it out, thx23:18
hylianbbbbbbbb: i did research this problem, unfortunately, it may be a no go. Here's the explanation as to why: http://ubuntuforums.org/showthread.php?t=155326823:18
=== Logan_ is now known as Guest62294
=== Guest62294 is now known as Logan_
m_fuldersucess! :D thanks again glebihan will try adding it to crontab now ... but how should I make it run 01:20 or something? just write 01 20 * * * * ?23:20
bbbbbbbbhylian: i know it works perfectly in my desktop, i don't see why it won't run on the laptop23:20
glebihanm_fulder, did the command work ?23:20
hylianbbbbbbbb: there are alternatives to dvd shrink, this page lists quite a few, perhaps one of those could suit your needs, http://www.linuxalt.com/ (look a ways down for dvd shrink)23:20
CitizenwarriorWhen is /boot accessed after the system is fully loaded?  -- I ask because I am thinking about doing a FULLY encrypted installation with /boot on a USB drive.23:20
glebihanm_fulder, no that would be "20 * * * *"23:20
hylianbbbbbbbb: in the same situation, under linux, running wine?23:21
glebihanm_fulder, or let's say 25 now since it's already 20...23:21
bbbbbbbbyes23:21
m_fulderyeah hehe :P will try that23:21
glebihanm_fulder, that way it'll run every hour when minutes reach 2023:21
glebihan*25*23:21
bbbbbbbbi remember having the same issue - only i dont remember the solution ^^23:21
glebihanm_fulder, don't forget to restart cron once you're done modifying the crontab23:22
m_fulderyeah done that :)23:22
m_fulderyeah I kind of understand the minutes attribute in crontab now :)23:22
glebihanm_fulder, just have to wait a few minutes then :)23:22
m_fulderyepp :D23:22
bbbbbbbbafk23:24
tony_lol a freaking kid23:24
m_fulderyay! I can see it running in htop :) thanks a lot glebihan! :D23:24
hylianbbbbbbbb: sorry, my net is being slow, i think i can solve this, brb23:24
glebihanm_fulder, you're welcome23:25
m_fuldergotta go get some sleep now gnight =)23:25
glebihanm_fulder, good night !23:25
tony_lol its 6 here23:25
tony_:P23:25
m_fulderhehe 1:25 me :(23:25
m_fulderhave to go to school tomorrow to :/ blah23:26
roothorickyou know what? I was doing it wrong. I had a LiveUSB with a persist file, and I tried just installing fglrx on that while booted into it... worked! I've got the tool I want now.23:26
tony_lol i have school on tues day :(23:27
tony_hate school23:27
jef91I'm trying to repackage some software and I can't figure out which package contains the command "dh_python2" anyone know?23:28
RoloSo nobody knows a solution to my problem?23:29
hylianbbbbbbbb: ok, i think i might have an answer. it looks like you have to create a symlink in ~/.wine/dosdevices for the cd/dvd, and the  update wineconfig.23:29
roothorickRolo: you have a failing hard drive. Back up everything you can and replace it ASAP.23:30
RoloAnd you're positive of this?23:30
roothorickRolo: a "Medium error" means there was a problem physically reading the disk. It can mean bad media in the case of a removable drive (e.g. DVD-ROM) but on straight-up hard drives it can only mean one thing.23:31
RoloI seem thanks23:31
Rolo*see,23:31
hylianbbbbbbbb: hello>?23:31
tony_lol i tryed to put xp on my comuter just said boot error :P23:32
bbbbbbbbre23:33
hylianbbbbbbbb: did you see my message about the creation of symlinks?23:34
bbbbbbbbhylian: just checked on my desktop, there its /media/D4EE-AF1623:34
bbbbbbbbi saw it, gonna try now23:34
Successhey how come no web gl in google chrome nor firefox23:37
ActionParsnipSuccess: what is web gl?23:38
roothorickActionParsnip: a standard for giving web apps access to OpenGL, basically23:39
Successcanvas 3d23:39
ActionParsnipSuccess: have you enabled 3D accelleration in your video card?23:39
ActionParsniproothorick: yeah just quick websearched23:39
Successidk how23:39
roothorickSuccess: simpler put, do normal 3D programs work?23:39
bbbbbbbbhylian: now i still need a general mount point23:40
Successyes23:40
Successno maybe idk23:40
Successi cant login to ubuntu forums23:40
bbbbbbbbhylian: just the device name doesnt work, and i cant change the link everytime i put in a dvd23:41
ActionParsnipSuccess: what is the output of:  lspci | grep -i vga23:41
smokhi all23:41
bbbbbbbbalso wineconfig itself creates the same symlinks23:41
ActionParsniphi smok23:41
smoksomebody can see with amarok the .wma files when search files with amarok?23:41
Success01:00.0 VGA compatible controller: ATI Technologies Inc M52 [Mobility Radeon X1300]23:42
smokonly i can see it in local music23:42
smokhi ActionParsnip23:42
ActionParsnipSuccess: and the output of:  lsb_release -sc23:42
Successit says natty.23:42
smoki can hear, and everthing, but when i search files with amarok, i cant see the .wma....23:42
smoki try to find the ext option, but i cant find it23:43
aguimaileozielola boa noite?23:43
roothorickSuccess: first install mesa-utils if you haven't already. Then $ glxinfo | grep "OpenGL renderer string"23:43
smoky try to find a ext. filter, and nothing too23:43
Successno space23:43
aguimaileozielacabei de instalar o google crhomo navegador23:43
roothorickSuccess: mesa-utils is literally like 3MB. Get over it.23:44
Successi have like 15 missing gbs somewhere23:44
zykotick9!es | aguimaileoziel23:44
ubottuaguimaileoziel: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.23:44
Successi have like 750kb23:44
aguimaileoziele ao entrar no youtube, pediu plugins23:44
maalacpower on LAN battery mode need some help23:44
aguimaileozielcomo faço pra instalar ele23:44
xanguazykotick9: portuguese ;)23:44
zykotick9xangua, my bad - i'm not sure what the !XX is for Portuguese23:44
cheche!pt | aguimaileoziel23:44
ubottuaguimaileoziel: 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.23:44
cheche;-)23:45
zykotick9cheche, thanks ;)23:45
xanguaaguimaileoziel: sudo apt-get install flashplugin-installer23:45
ActionParsnipSuccess: sudo apt-get clean    will free up space23:45
Successi did that and nvm its like 750mb i think23:45
ActionParsnipSuccess: also removing old unused kernels will help to get space back too23:45
ActionParsnipSuccess: Success have you checked the extra drivers app?23:46
Successidk23:46
Successmaybe23:46
Successit says Unable to locate mesa-utils23:47
Successmesu-utils*23:47
aguimaileozieloi23:47
urlin2uSuccess, are you going by the missing with what a HD manufacturer says the Hd size is and actual size?23:47
aguimaileozielboa noite23:47
hylianbbbbbbbb: did you see my message?23:47
roothorickSuccess: you typo'd23:47
aguimaileozielacabei de instalar o google crhomo23:47
aguimaileozielao entrar no youtube23:47
aguimaileozielpediu plugins23:47
aguimaileozielcomo faço pra instalar23:47
bbbbbbbbhylian: no23:48
aguimaileoziele ver os videos23:48
Successsudo apt-get mesa-utils23:48
Successoh install sry23:48
aguimaileozielpra mim ja vinha configurado23:48
th0rwell....!pt didn't work23:48
Successgot it23:48
aguimaileozielcomo é que instalo?23:48
aguimaileozielpor favor23:48
urlin2u!sp | aguimaileoziel23:48
roothorickSuccess: what's the renderer string?23:48
Successwhat dos sudo apt-get clean do23:48
cheche!pt | aguimaileoziel23:48
ubottuaguimaileoziel: 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.23:48
jetscreamerbr probably23:49
Successnot done yet23:49
Successits going slow23:49
jetscreamerok pt then23:49
hylianbbbbbbbb: this link suggests that you need to first make symlinks to your wine directory, and then to set up wineconfig.. http://forums.fedoraforum.org/showthread.php?t=7787623:49
sarkishey guys, so when i open gnome-terminal this is a non-interactive session? so .bash_profile will not be sourced?/23:49
chechejetscreamer: they are very similar languages23:49
aguimaileozielmas eu digitei isso ai23:49
ActionParsnipSuccess: when you install apps and updates, the old debs get put in /var/cache/apt/archives   these don't get cleaned automatically by default, the command cleans the cache out23:49
jetscreameryeah but you can tell the diff23:49
jetscreamersometimes23:49
ActionParsnipSuccess: over months of updates it can easily grow to Gbs of data you simply don't need23:50
bbbbbbbbhylian: trying now23:51
bbbbbbbbwhere in /mnt is the drive?23:51
SuccessOpenGL renderer string: Gallium 0.4 on ATI RV51523:52
zahhif I add the Backtrack repo to an AMD Ubuntu will "apt-get" install AMD compatible stuff only?23:52
zahhor everything.23:52
akerlzahh: That's a bad idea23:53
akerlDon't do that.23:53
zahhakerl: What would happen?23:54
rypervenchezahh: A lot of bad.23:54
akerlzahh: Firstly, there really isn't "AMD only" and "Intel only" stuff23:54
aguimaileozielcaramba23:54
hylianbbbbbbbb: you need to check your fstab file. it's in /etc/. fstab will show it like this: /dev/sda5 (my dvd drive)23:54
zahhI figured23:54
aguimaileozielcomo faço pra entrar23:54
aguimaileozielalguém me ajude23:54
akerlEspecially in the subset of stuff which is different between Ubuntu and Backtrack23:54
fremen_hello everyone23:54
madpropshere's my dmesg http://www.radpaste.com/152/23:54
aguimaileozielporque isso aqui não é em portugues?23:54
urlin2uaguimaileoziel, this is an english channel.23:54
bbbbbbbbhylian: no its not in there23:55
bbbbbbbbstrangely23:55
roothorickSuccess: the actual 3D capabilities in Gallium are still kinda limited unfortunately23:55
zahhIts not an x686 processor but most of the packkages are made for them.23:55
fremen_i need to reach the writing history of mine in this channel, can i do that ?23:55
aguimaileozielbrazil23:55
Successaw23:55
urlin2u!br23:55
ubottuPor 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.23:55
zahhakerl: Know how would I add AMD-compatible backtrack repos to my sources?23:55
akerlDon't23:55
aguimaileozielurlin2u, mas ja digitei, e não da certo23:55
akerlzahh: A) There are no "AMD repos". B) That will break your system23:56
zahhI see23:56
urlin2uaguimaileoziel, if you speak english we can help.23:56
zahhHow does it become broken and what are my options23:56
akerlhttp://www.backtrack-linux.org/wiki/index.php/FAQ#Why_cant_I_just_add_the_Backtrack_repositories_to_my_Ubuntu_install_or_the_Ubuntu_repositories_to_my_Backtrack_install_.3F23:56
hylianbbbbbbbb: your fstab isn't in /etc? if you type sudo gedit /etc/fstab in terminal, what comes up23:56
akerlThere's a whole faq answer for that23:56
akerlzahh: What are you trying to accomplish?23:56
zahhcool thanks23:56
bbbbbbbbhylian: no my drive isnt in fstab23:57
bastidrazor!gksudo | hylian23:57
enyckпривеееет!!!23:57
ubottuhylian: 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)23:57
roothorickSuccess: you could try the "fglrx" driver but it brings its own set of issues (mostly instability and some hideous compositing artifacts)23:57
roothorickSuccess: basically, ATI and Linux don't mix very well23:57
zahhI just wanted to have the ability to download anything availabile in Backtrack with "apt-get" using ubuntu23:57
zahhjust tools and programs23:58
chalcedonyroothorick, how can i tell which video drivers i have?23:58
Successwhy not23:58
zahhnot a kernels or distro-specific stuff23:58
Successdoes that mean im stuck with windows if i want my graphics card to work right?23:58
hylianbastidrazor: right i forgot.. sorry23:58
roothorickSuccess: the ATI-driver-for-Linux situation is pretty bleak. AMD is desperately trying to phase out fglrx, but the alternative, DRI, is simply *not ready*.23:59
chalcedonySuccess, there really are ubuntu drivers or workarounds for most video23:59
akerlzahh: Why not just run backtrack?23:59
hylianbbbbbbbb: did you see my post on fstab, did that command load fstab?23:59
akerlOr download the same tools either from their source or the ubuntu repos23:59
Successso how do i install fglrx23:59
zahhI already have a well-configured system23:59
bbbbbbbbyes23:59
zahhI just want extend it23:59
Successsudo apt-get install fglrx23:59
Success??23:59
fremen_again, hello everyone, i need to reach my previous writing logs on this channel asap, i require it for my summer internship report. can i reach them ? is it possible ?23:59
bbbbbbbbonly the drive isnt in there23:59
akerlThe problem is that lots of the backtrack stuff is configured to work together, and thus you can't just get part of the deal23:59
akerlzahh: Live USB ftw23:59
zahhah23:59

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