[00:00] ciao [00:00] !list [00:00] This is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [00:00] 'lo [00:00] !list [00:01] reisio: dd-ing ur script returns 'unrecognised operand dvdimage.dd [00:02] btw, lindvdcss2, libdvdread and libdvdnav4 are already installed [00:02] Guest2919: sounds like you got the syntax wrong [00:02] Guest2919: try: dd if=/dev/dvd of=path/to/dvd.img [00:03] Guest2919, if your region is set wrong, chances are libdvdcss2 is not going to decrypt your disc [00:03] libdvdcss shouldn't care [00:03] it's an issue of his hardware player playing it [00:03] reisio, but is the hardware going to be willing to send the data to the os? [00:04] escott: easy way to find out [00:04] reisio, gotcha. i had problem with a spanish disc recently. i didn't want to regionset my player, so i just used slysoft in a vm (ashamed) =( [00:04] kcw45: heh [00:04] reisio, ok. the new script returns 'opening 'path/to/dvd.img': no such file or directory' [00:04] I rather thought most modern computer systems didn't bother with region enforcement [00:05] Guest2919: that's a placeholder [00:05] Guest2919: if=/dev/dvd is finite, it says where your dvd device is, presumably at /dev/dvd [00:05] Guest2919: of (for output file) is where you want to save the copy [00:05] i see. let me check [00:05] Guest2919: so dd if=/dev/dvd of=/home/somedude/copy.img [00:05] !dvd | Guest2919 start by making sure that the css library is installed as described here. if that doesn't work its not likely anything will work [00:05] Guest2919 start by making sure that the css library is installed as described here. if that doesn't work its not likely anything will work: Ubuntu's default installation and repositories do not include packages needed to play commercial DVDs for legal reasons. For information on adding them, see https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs | For information on the legalities involved, see the "DVD" section of https://help.ubuntu.com/com [00:05] the filename doesn't matter, just make it unique and easy to identify [00:08] i am trying to set the resulution of my ubuntu server box , and i just entered 'sudo vi /etc/default/grub' and im in a grub file [00:08] how can i exit this [00:08] immidiatly without saving [00:08] Bullworth, :q! [00:08] salve [00:09] escott, the css library is installed [00:09] :q! ???? [00:09] what you mean by that [00:09] Bullworth, you might have to hit escape before typing that [00:09] Bullworth: hit ESC a couple times, then type ':q!', then hit ENTER [00:09] Bullworth: use nano -w next time if you're not familiar with vi/m [00:10] ah yeah it helped [00:10] so im out of it again [00:10] teh thing is [00:10] im running the server on vbox on a windows machine [00:10] Guest2919, and you manually ran the script in /var/lib? [00:10] and the box is still in 640x480 mode [00:11] what is the best way to change the resolution of the box to 1024x768 [00:11] hi, i'm trying to reach the recovery console in ubuntu, but when i choose 'recovery console' from the grub menu. it starts loading and then my monitor goes into standby :( [00:11] Bullworth: you installed a DE? [00:11] ubuntu standard loads fine. [00:11] Bullworth, thats the standard minimal vesa mode. you can change the default framebuffer setting by modifying grub as you suggested. by why not just install openssh and use putty? [00:11] im such a rookie omg , whats a DE [00:11] (I'm trying to recover my password) [00:11] Bullworth: like GNOME [00:11] escott, sorry im not that aware of cli. whhich script do i run in /var/lib? [00:11] Bullworth: a graphical _D_esktop _E_nvironment [00:12] aaah [00:12] Guest2919, did you read this: https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs#Installing_libdvdcss [00:12] JadedJacob: read this? https://help.ubuntu.com/11.04/ubuntu-help/user-forgottenpassword.html [00:12] yeah well i just started the journy of linux so im a real nub in this so many ways todo one thing [00:12] a frickin wood of info comin at me lol [00:13] hi can anyone help me with mdadm? [00:13] happy to buy someone a beer... [00:13] :) [00:13] !anyone | carey [00:13] carey: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [00:13] Bullworth: most Linux servers are managed from commands only, so the resolution is irrelevant [00:13] Bullworth: if you want to give yourself a GUI you can, by installing ubuntu-desktop === jack is now known as Guest27600 [00:14] I need to mount a RAID10 mdadm array in a live CD so I can access my files. But I can't work out how to do it [00:14] Bullworth: after that you'd want to install virtualbox guest additions [00:14] Bullworth, and if you dont want the gui just install openssh-server and use putty (a windows program) to shell into your server [00:14] reiso i understand that , but the resolution is a bit small , even normal info will break on to the next line [00:14] Bullworth: well if you ssh in there will be no such restriction [00:14] i think changing it to even 800x600 make the info bit more readable [00:15] Bullworth, as stated previously, "nano -w " is easier... i love it =) also, if you are using virtualbox with a graphical DE, then you may want to install the virtualbox extensions on the guest machine. this might help out with resolutions [00:15] It's something like mdadm --assemble /dev/md0 --level=raid10 --raid-devices=4 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1 [00:15] but i worry that if I run the command it might wipe my array, just wanting someone to confirm it if possible :) [00:15] carey: do the drives all show up in dmesg? [00:16] yeah they do [00:16] so how would i install the guest additions on a linux ubuntu box [00:16] Bullworth: you'd want to sudo apt-get install ubuntu-desktop first [00:16] normally with a windows box its eazy [00:16] when I run mdadm --assemble --scan it misses out one drive (/dev/sdb1) [00:16] but the drive is fine, shows up with fdisk fine [00:16] carey: yeah, iirc its mdadm --manage, i think --assemble may assume --manage [00:17] isnt the ubuntu desktop app like gnome ? [00:17] Bullworth: yes [00:17] what is it exaclty what does it [00:17] so i think maybe the manual command (with the list of drives) is what I want instead of the auto scan (from --scan) [00:17] Bullworth: it gives you more than a commandline environment [00:17] does it make my server look like the desktop version suddenly [00:17] Bullworth: yup [00:17] Bullworth, if you are using virtualbox, use the 'Devices' menu and select 'Install Guest Addiitons'... and yes, make sure you have a graphical DE first using reisio's suggestions [00:18] hmm i read about that somewhere in a forum and it needed some extra config to make the gnome desktop start up auto insteadt of ending up in te comand lne again [00:18] well I think I'm going to try this command: "mdadm --assemble /dev/md0 --level=raid10 --raid-devices=4 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1".... hopefully nothing goes wrong ) [00:19] Bullworth: probably sudo update-rc.d gdm defaults [00:19] i want to test my mail server is working properly, how do i send something to my gmail that just says "test" ? [00:19] they are the right drives and partitions, right raid level (10) and the right number of devices (4). Just not sure on the --assemble bit as to what it means :) [00:19] what is the update-rc.d gdm ? [00:19] carey, assemble just assembles an existing array from the different components. if the components didn't match up it would complain [00:20] must stand for somthing [00:20] Bullworth: what is your question? [00:20] what does the abbreviation stand for [00:20] Bullworth: what abbreviation? [00:20] or better sayd what am i exactly doing when i put that command i teh console [00:21] carey: --assemble is the one you want [00:21] Bullworth: what command...? [00:21] Bullworth, rc is for system V system runlevels. it means add gdm to the normal list of programs to start at boot [00:21] Bullworth: it means update the rc daemons system to add gdm [00:21] ah gdm is gnome desktop manager ? [00:21] right .. ? [00:21] Bullworth: yes (which isn't the default anymore) [00:21] Bullworth: it's the login manager for GNOME [00:21] Bullworth, display manager but yes [00:21] oh yeahhhhhh [00:21] I guess you'd want lightdm [00:21] depending on the version of Ubuntu you're using [00:21] also posisble :P [00:22] mine is latest [00:22] 11.10 [00:22] does 11.10 have the GDM rc script? [00:22] sudo update-rc.d lightdm defaults, if it doesn't do it by default, then [00:23] then sudo apt-get install build-essential module-assistant && sudo m-a prepare [00:23] i realy wouldnt know if 11.10 has the gdm rc script lol [00:23] ¬¬ i hate ubuntu now [00:23] then click vbox's install guest additiosn to mount its image [00:23] then run the appropriate shell script to install it [00:23] itguy51_, i am not sure it does. i installed it manually, and used dpkg-reconfigure on it to set it as default [00:23] cablop: good times [00:24] escott, ok thank you. actually I was having a problem with /dev/sdb1 not appearing in raid array. I can see why now, because /proc/mdstat has /dev/dsb1 as inactive listed as /dev/md_d0 (it must have been auto detected, because I have not instructed mdadm.conf to do anything with my raid drives). I have just run mdadm --stop /dev/md_d0 and it stopped it. Now I'm going to try the assemble command. [00:24] i opened a remote session of it using nx, when it asked me for the kind of session i want i selected GNOME, but it opened me Unity instead!!! are the ubuntu guys even overtaking the name of gnome??? === mimico_ is now known as mimico [00:24] how can i remove unity so i can just have gnome, gnome-shell, not unity? [00:25] Yeah, I was trying to configure CUDA, and it was telling me to restart GDM, and, running the standard "sudo /etc/init.d/gdm stop" ended with a "File not found" [00:25] so, I was thinking 11.10 dropped it. [00:25] reisio, hi. finally figured out the dd command. it returns input/output error; 6160+0 records in; 6160+0 records out; 3153920 bytes (3.2 MB) copied, 2.24785 s, 1.4 MB/s [00:25] the assemble command returned "mdadm:option --level not valid in assemble mode" [00:26] Guest2919: okay, you can try ddrescue if you want [00:26] itguy51_, lightdm is the default dm in 11.10 [00:26] Guest2919: dd if=foo of=bar becomes ddrescue foo bar [00:26] so what is the best way now [00:26] I'm pretty sure I used --create in the past to access my mdadm RAID10 in a livecd before, it just sounds bad because in the manpage it says "creates a NEW array"... [00:27] install the gdm first then vbox additions [00:27] Bullworth: sudo apt-get install ubuntu-desktop [00:27] or other way around or doesnt matter [00:27] hey I am trying to map a network drive and I am kind of stuck [00:27] Bullworth: reboot, if it doesn't start the DE automatically, run sudo update-rc.d lightdm defaults [00:27] reisio, ok. trying it out now [00:27] Bullworth: then give a yell [00:28] carey, the array should have information in it about what level it is and the uuids of the other disks so the level is superfluous [00:28] Is "sudo mdadm --create /dev/md0 --level=raid10 --raid-devices=4 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1" safe to run on an existing array? I think it might work but not sure if safe to my data... [00:28] ok ima try that but since u want me to install the gnome desktop now isnt it best just to get things dont with the desktop version then anyway since evrything is in place there alrdy [00:28] escott I'll try omitting the level thanks [00:28] hmmmm why now when I just upgraded to 11.10 does my system boot into Busybox ? [00:28] I want it to fully boot regardless of what it thinks my raid array is doing [00:28] Bullworth: you don't need the desktop for your server to function, but it sounded a lot like you personally wanted it [00:28] how can i remove Unity? [00:28] !nounity | cablop [00:28] cablop: Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [00:29] Unity question [00:29] no lol i just want my server resoltion changed to 800x600 or more to make it more readble [00:29] i want for GNOME to mean GNOME!!! not Unity, if i want to launch GNOME , why ubuntu is giving me unity instead!!!! [00:29] and to learn do basic stuff [00:29] escott, I omitted the options and it worked, but I still have the same problem. "mdadm: /dev/md0 has been started with 3 drives (out of 4). " [00:29] hmmm [00:29] Is there any way to make the menu items at the top stay put [00:29] cablop: log out, click the cog next to the login box [00:29] and not hide when I mouse off of them? [00:29] carey, it may be rejecting the drive for some reason (stale timestamp or hardware failure) [00:29] Bullworth: start VirtualBox headlessly and remote into your box with ssh [00:30] escott: yes, i did that, but i am opening it via a remote tool, i select the kind of shell we want to use, i selected GNOME, and it launched Unity!! [00:30] kan hier jemand deutsch ? und kann mir dabei helfen in ubuntu ein cd/dvd lauferk einzubinden [00:30] samseo: #ubuntu-de [00:30] why can I never get help in here... lol [00:30] thx [00:30] reisio: no loginbox i am login remotely, so i expected for gnome to call gnome, not unity, :S [00:31] #ubuntu-de [00:31] escott, yes it must be. For some reason /dev/sdb1 is listed separately in /proc/mdstat. It has "md0 : active raid10 sda1[0] sdd1[3] sdc1[2] " and "md_d0 : inactive sdb1[1](S)" [00:31] samseo: /join #ubuntu-de [00:31] i think i am going to end installing KDE for remote usage :S [00:31] so /dev/md0 is all good with the 3 drives. But sdb1 says inactive, on a different device (md_d0), and it has an (S) after it - not sure what that means. [00:31] thx :-9 [00:31] cablop: up to you [00:31] carey [00:31] :-) [00:31] Maybe I should try some verbose options [00:31] reisio, the output for ddrescue is: ddrescue: error in logfile /home/blah/blah, line 1; ddrescue: Are you using a logfile from ddrescue 1.5 or older? [00:31] just re add it to your array.... if it is in fact raid 10 [00:31] yep :( [00:32] it is [00:32] How do I re-add it? [00:32] ok i understand ur idea reiso but im running the box alrdy in a screen , i dont see a reason to startup a linux box headless and then use a program and use extra system resources then just run the vbox directly from the vbox with screen itself [00:32] It is absolutely raid10 and the drive shows up with correct partitions with fdisk [00:32] u know what i mean [00:32] reisio, but what made me sad is that gnome is not gnome in ubuntu, the command that will call gnome is calling unity instead, then.... what is calling gnome??? this makes me believe gnome 3 is not a real gnome on ubuntu... :S [00:32] Bullworth: I do, but it doesn't make sense [00:32] something like mdadm --add /dev/md0 /dev/sd* [00:32] it will rebuild from there [00:33] Hmm yes I think maybe: mdadm --manage /dev/md0 --add /dev/sdb1 [00:33] I'll give it a go [00:33] Bullworth: you can try this, though [00:33] i dont think u need the --manage flag with new mdadm's [00:33] oh ok [00:33] what is the default compositor for 11.10? [00:33] this is 10.04 LTS though [00:33] thats fine [00:33] Hi i have a problem ;/ i don't know Unix well, and i wanna have a subdomain under ip like so: project.xxx.xxx.xx.xx, a run apache for the web server, how can i do that? [00:33] :P [00:33] Bullworth: sudo apt-get install build-essential module-assistant && sudo m-a prepare [00:33] Bullworth: then hit install guest additions in the vbox menu at the top of the window [00:33] can someone tell me why after i upgraded to 11.10 my system boots with this initramfs [00:33] ? [00:34] Bullworth: then cd /media/VBOS-something-here/ and rune sudo sh VBoxLinuxArchWhatever.run [00:34] Bullworth: and run* [00:34] IT WORKED [00:34] Bullworth: they might have something in there for consoles, but I wouldn't hold my breath [00:34] :) [00:34] hmm tnx [00:35] I've tried this [00:35] http://tips-linux.net/en/linux-ubuntu/configure-linux/virtual-host-subdomains-apache [00:35] but it really doesnt' work for me ;/ [00:35] Luigi69: is it actually possible to subdomain an IP? [00:35] sparkss THANK YOU [00:35] escott THANK YUO [00:35] your welcome [00:35] I know that you can route a host entry and trick it [00:36] ill try this [00:36] I ran "sudo mdadm --manage /dev/md0 --add /dev/sdb1" and it returned "mdadm: re-added /dev/sdb1". Woo-hoo. (I had to run: "mdadm --stop /dev/sdb1" first to get rid of the inactive /dev/md_d0 though, and presto!) :) [00:37] Luigi69: If I read your original question correctly, you would want something like blah.192.168.1.8 or the likes, correct? [00:37] itguy51_ yeah [00:37] but with public ip [00:37] Can someone tell me why after upgrading through package manager to 11.10 my system boots into BusyBox and initramfs? How can I start normally?! [00:38] i have a server, i can access websites there, but i need a subdomain [00:38] is there a way to merge snapshots in virtualbox using another disk as temporary storage? i don't have enough space in that drive to merge them there [00:38] Luigi69: I don't think that's possible, I know that you could technically do it, but you would need to modify /etc/hosts [00:39] and point it to that IP address [00:39] itguy51_ should i just write there like blah.myip myip ? [00:39] how do you change ubuntu gdm theme? [00:40] either that, or you could take an unregisterable domain like blah.myser.ver [00:40] lynx7os5: pgrep -l dm [00:40] Luigi69: That's what I do quite a bit. [00:40] Hilikus, dont know anything about what you are doing but you can always attach a disk to wherever you want on the filesystem. so if vbox uses a particular directory to complete the merge attach your new disk there [00:41] hi === Tacho is now known as Santiago74 [00:41] 2297 gdm-binary [00:41] 2298 gdm-simple-slav [00:41] 2333 gdm-simple-gree [00:41] 2336 gdm-session-wor [00:41] lynx7os5: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [00:41] hola, i need help [00:42] sparkss, have you fscked your filesystems? is your root mountable? is the correct root being passed to the kernel as an argument? [00:42] my operating system isn't even on a mdadm raid array... [00:42] its just a single disk, the raid's are just file storage seperate from my o/s [00:43] but in any case it keeps dropping me to a shell busybox / initramfs [00:43] and im not sure how to ignore it and start x [00:43] join #ubuntu-pl [00:43] hi [00:44] sparkss, if you are still in the initramfs it means that the root partition has not been mounted for some reason. you can't just ignore that. you need to figure out why it stopped [00:44] hey all [00:44] hey all I am trying to access an SMB share on my network [00:45] but I keep running into trouble [00:45] smbmount is a good command [00:45] and mount.cifs exists [00:45] hmmm escott, all I did was run the update package manager and updated from 11.04 to 11.10 [00:45] lol [00:46] login problem, with pma [00:46] sparkss, which replaces virtually every single piece of software on the entire system [00:47] hmmm ok... [00:47] im not sure how to move forward hehe [00:47] Is it possible to get areo snap on xfce? [00:47] sparkss, so check the output of `mount` is your root partition mounted? can you fsck your root partition? [00:48] ok one moment [00:48] My system is using a horrendous amount of cache. What can I do to clear a bit of it? [00:48] scorinitron: is that the drag and full screen feature¿ [00:48] Xangua: nah it's the side by side feature [00:49] scorinitron: drag to side, right? [00:49] scorinitron: if you install compiz and configure it, maybe [00:49] hmm [00:49] It's a shame cause unity has it... [00:49] ubuntu already is configured that way [00:49] ah, the complete lack of answer [00:50] Are the restricted media codecs that can be installed on Ubuntu restricted because they're illegal to install? [00:50] CharminTheMoose: what sort of cache? the OS caching data is normal and desirable [00:50] observation: depends on the country you are in [00:50] How can I find out? [00:50] i'm using xfce...the only thing I get is the drag to fullscreen but I wanted the ability to drag a window to a corner (either left or right) and it will fill up half of the screen [00:51] xubuntu btw [00:51] observation: it's more that Canonical doesn't want to deal with any potential legal issues [00:51] reisio: neither do I :P [00:51] observation: don't waste your time [00:51] observation: restricted usually means "non-free" as in, non open source, "legal" or not will depend on your location [00:52] the only people at risk are entities _with money_ that are redistributing it [00:52] hmmm this is all so confusing to me.. I don't get it [00:52] and the original software programmers themselves [00:52] observation: graphiocs card drivers are also listed as restricted, nothing to do with legality, its all about freedom [00:52] observation: read your country legal rights in copyrights [00:52] I see rootfs on / type rootfs [00:52] when issuing the mount command in initramfs [00:53] orlok, I'm not too sure which exact cache, but free -m might make it more clear: http://pastebin.com/FwxjfGq5 [00:53] why won't xubuntu read my usb drives? [00:53] sparkss, so the output of mount is a series of lines like /dev/something on /mountpoint type filesystem type (options go here) you want /dev/sdX# on / type ext4 if you dont have that then your root is probably not mounted [00:53] CharminTheMoose: Dont worry. [00:53] I understood that the restrictions on my graphics card drivers were merely that they were not open-source, but did not cost anything to use. [00:53] sparkss, do you know what /dev/sdX# your root filesystem is on? [00:53] CharminTheMoose: the kernel knows how to manage its memory better than you do [00:53] ubuntu 10.04 runs debian right? [00:53] scorinitron: pretty sure they'll have that in Xfce coming to theaters near you [00:53] scorinitron: window snapping stuff [00:53] well not typically because I have 20 hard disks in this system [00:53] lol [00:53] delinquentme: it's sourced from Debian [00:54] and sometimes the drive letters change around [00:54] reisio, lol cool XD [00:54] and I do not see it mounted :/ [00:54] delinquentme: as all other versions of Ubuntu are [00:54] scorinitron: meanwhile if you don't rely on anything Xfwm specific, you could use compiz I think as whatshisname suggested [00:54] Im using Ubuntu 11.10 and I was using USB mouse on my lap top, when I removed the usb mouse the "builtin" mouse stopped working, even after reboot , Who do I fix it ? Thank you. [00:54] observation, like reisio said restricted means non-free or worse. in the US many media things are also illegal (although I've never heard of anyone even charged before) [00:54] reiso i tried what you sayd to me [00:54] !compiz [00:54] Compiz (compositing window manager), for a howto see http://help.ubuntu.com/community/CompositeManager and more help #compiz [00:54] i did that command and it worked perfectly [00:55] but how everi try to mount that guest additions iso from vbox menu [00:55] so sudo apt-get install compiz? [00:55] it doesnt mount it [00:55] reisio, so then when given these options for an apache install debian RHEL/Centos Fedora Arch Linux SUSE Linux <<< [00:55] debian would be the optimal choice [00:55] Yes but for someone who is not technically literate free software can be a nightmare as much as propreitary software? [00:55] orlok, well the cache is quite filled now and when I load up something like firefox with java and flash, the cache itself (not used ram) will fill to 1.9 gigs and then start having its way with not drawing the xchat window properly.. like as if it's an OOM situation. [00:55] if i check ls /media it only says cdrom [00:55] Bullworth: how do you know it doesn't mount [00:55] delinquentme: yes [00:56] let me try booting up in a different kern [00:56] is there any howto sites or can someone help point me in the right direction? my wifes flash drive arbitrarily lost all of its data, it is a corsair 16 GB fat32 drive... any hope of undeleting the data to retrieve? it is school related... just need a hand if possible.... please help if you can [00:56] observation: well with free software people can easily setup autoconfiguration stuff for you [00:56] nope same thing... ugh [00:56] Im using Ubuntu 11.10 and I was using USB mouse on my lap top, when I removed the usb mouse the "builtin" mouse stopped working, even after reboot , Who do I fix it ? Thank you. [00:56] What is "dhclient3" and is it part of the dhcp-server3 server package, or what? [00:56] sparkss, right drive letters are not guaranteed to be consistent. there should be a uuid passed which will identify the root device. check /proc/cmdline (if it exists) and blkid if it exists [00:56] MrCollins: is it giving i/o errors, or what? [00:57] reisio: sorry I'm not even debating free vs. nonfree software, I was hoping to find out if installing gstreamer is illegal for me to do or not. [00:57] CharminTheMoose: Do you have swap space? And the OS will free up memory if required, long before any OOM issues [00:57] WanderingEnder: dpkg -L dhcp-server3 | grep -i dhclient3 [00:57] alket: by built in, you mean trackpad'¿ [00:57] observation: ask a lawyer where you are. [00:57] WanderingEnder: or sudo apt-get install apt-file, then search for it [00:57] orlok, will do. [00:57] xangua, I gues so [00:57] Hi, my laptop is very hot, after installing kernel 3.0.0-13. Has anyone tried to install this kernel fix --> https://wiki.ubuntu.com/Kernel/PowerManagement [00:57] observation: what I'm saying is even if it is illegal wherever you are [00:57] escott I found the drive letter [00:57] observation: you will not ever get into trouble for installing it [00:58] alket: then try your function keys to enabl/disable trackpad [00:58] if you don't mind me asking...now that I have installed compiz how would I get it running? is their a compiz manager? Or does it install itself in the settings menu? [00:58] reiso: this website gave me sortlike explaination as you gave me: http://virtualboxes.org/doc/installing-guest-additions-on-ubuntu/ [00:58] observation: as I said before, in such situations the only entities at risk are redistributors (not you) that have lots of money (not you), and the original software authors (not you) [00:58] thanks, reisio. [00:58] and it doesnt mount it :S what am i doing wrong here [00:58] xangua, thank you man, you saved , I didn;t know it [00:58] scorinitron: probably compiz --replace, and then log out and see if the session saves it [00:58] sparkss, when you determine what the root device is you need to fsck /dev/sdX# [00:58] reisio: actually it is not giving errors at all... it was deleted when it was plugged into a win7 pc... im in linux now in hopes that there is some 'linux hack' that could be of some use.... [00:59] reisio: alright, I appreciate it :) [00:59] digdeep: that bug is supposed to be fixed w/ kernel 3.0.0-13, it was officially present in the preceding 3.0.0-12 though [00:59] For wahtever reason, dhcp3-client was asking for a DHCP address on the static DHCP server interface. [00:59] reisio, so enter compiz --replace in the terminal? [00:59] Bullworth: you could just wget/scp/transfer the iso into your install and mount it [00:59] scorinitron: ALT+F2 would be a little kinder [01:00] reisio, lol nothing happened? [01:00] Thanks a lot guys!!! :) [01:00] scorinitron: pgrep -l xfwm; pgrep -l compiz [01:00] orlok, heh, good point.. guess in my over zealousness to reduce writes to the disk on this laptop I did put /proc/sys/vm/swappiness to 0.. should probably increase that a few notches. [01:00] @szal, so the bug is not fixed in 3.0.0-13? [01:01] Question. Is Ubuntu 11.10 using compiz for compositing still? [01:01] CharminTheMoose: got noatime? [01:01] CharminTheMoose: SSD i guess? [01:01] orlok, am using relatime. [01:01] digdeep: I don't know really, I don't use powersaving for lack of a mobile device [01:01] reisio,2890 xfwm4 [01:02] escott, i cant run fsck from initramfs .. [01:02] itguy51_: I believe so, yes [01:02] orlok, well not an SSD, I just want to let the disk spin down, like. :) [01:02] scorinitron: did you actually install compiz yet? [01:02] yeah [01:02] reisio, Processing triggers for libc-bin ... [01:02] ldconfig deferred processing now taking place [01:02] (absolute nightmare to do with firefox! had to relocate my profile to RAM) [01:02] it's been stuck their in another terminal window so I assumed it installed... [01:03] sparkss: can you boot to a LiveCD and run 'fsck' from there? [01:03] guess ill have to download a live cd.. [01:05] scorinitron: it what [01:05] hi [01:05] this is just silly though [01:05] hhe [01:05] hi Peti4 [01:05] Reisio: Thanks. I kept trying to restart a different compositor that the docs said was used. [01:06] does rhythmbox have its own irc channel? [01:06] Roasted: probably on irc.gnome.org [01:06] anyone can help me in openvpn server? [01:06] escott what doesnt make sense is i can browse to /etc/mdadm which is on my root drive and it shows my mdadm.conf [01:06] Roasted: yes [01:06] so my root partition has to be mounted... [01:06] although i cant cd into /home [01:07] sparkss, not necessarily some stuff gets copied into the initramfs as needed. if fsck is not in the initramfs what you need to do is either (boot a livecd) or mount the root partition in ro mode to some location, and then you can chroot into that [01:07] reisio, srry let me rephrase that...I think compiz finished installing. In the terminal Window the last line that shows up is this [ldconfig deferred processing now taking place] I think all I need to do is restart... [01:08] ill boot via livecd [01:08] sparkss: what is the output of 'mount | grep home' ? [01:08] sparkss, mount -o ro /dev/sdX# /mnt; chroot /mnt /bin/bash [01:08] reisio, I was wondering if their's some kind of manager for compiz so I can change/add themes [01:08] sparkss: i haven't read your whole problem, but have you checked if the permissions are properly set? [01:08] * MrCollins clears throat ;) [01:08] i need client-to-client connect in openvpn server and i don't know why doesn't work [01:09] sparkss: i mean the permissions of the directories [01:09] sorry for my english [01:09] permissions on what? [01:09] scorinitron: yes there is, search with your package manager [01:09] I just upgraded from 11.04 to 11.10 and now its dumping me to initramfs [01:09] hehe [01:10] and actually I must have guessed the wrong drive.. ugh there must be a easier way to find out which is my boot drive letter [01:11] my livecd is almost ready on USB though [01:11] or maybe it isnt [01:12] sparkss, the way to determine that is with blkid and looking at /proc/cmdline [01:12] CrustyBarnacle no output [01:12] ok I cat proc/cmdline and it shows me root=UUID etc === Evixion` is now known as Evixion [01:12] Thanks reisio I just installed it [01:12] sparkss, and now you need to find that in the output of blkid [01:13] ok found it [01:14] i ran your cmd escott mount -o ro /dev/sdX# /mnt; chroot /mnt /bin/bash [01:14] but it said [01:14] sparkss, so now you need to mount -o ro /dev/sdX# /mnt (replacing sdX# with the device you found) [01:14] /bin/sh: bin/bash: not found [01:14] sparkss: can you read /etc/fstab? It contains the UUID of all your partitions. [01:14] How can I add more effects to compiz? [01:14] CrustyBarnacle, he is in an initrd [01:14] !ccsm | scorinitron [01:14] scorinitron: To enable advanced customization of desktop effects in Ubuntu: install 'compizconfig-settings-manager' (or 'simple-ccsm' for pre-Oneiric). If you install the latter, a new option will appear in your appearance properties - See also !compiz - Help in #compiz [01:15] escott when trying to mount to /mnt it saiys it failed : no such file or directory [01:15] escott: nothing mounted then... :-/ [01:15] hehe [01:15] sparkss, you have to replace sdX# with whatever you determined from blkid [01:15] So I could use some help real quick if possible. Someone was attemtping (according to logs) to gain ssh access to my server(s) and then stopped suddenly but now seems to be hitting my DNS servers like crazy from all kinds of (spoofed) addresses. I think the hits are attack related since there are so many from the same IPs at once. So question is what now? [01:15] I did escott [01:15] im not that newbish.. [01:15] :P [01:16] I did mount -o ro /dev/sdt1 /mnt [01:16] etteyafed: pat yourself on the back for having good passwords, install fail2ban [01:16] mount: mounting /dev/sdt1 on /mnt failed: no such file or directory [01:16] Hey, I'm having trouble here. When I open a eb browser, it freezes up and shuts out. Can I get help with this? [01:16] sparkss, its possible /mnt doesnt exist. create it if it doesnt [01:16] JoshuaP: which web browser [01:16] there we go [01:16] its mounted, escott, where to go from here? [01:16] etteyafed, have you heard of the ssh worms that try to bruteforce passwords? [01:17] sparkss, now you can chroot /mnt /bin/bash [01:17] hello [01:17] hi [01:17] reisio, any of them. Chrome, Chromium, Empathy, lynx, firefox, etc. [01:17] escott now run fsck /dev/sdt1 [01:17] ? [01:17] sparkss, yes [01:17] JoshuaP: lynx? :p [01:17] is ubuntu as good as windows if i use wine? [01:17] JoshuaP: perhaps you have filled up all your disks [01:18] reisio, yes. It's a cmd-based browser. [01:18] escott, no such file or directory while trying to open /dev/sdt1 possibly non-existent device? [01:18] how do i create a desktop icon? [01:18] Captain_Crow: Ubuntu can run many apps built only for win32 if you use Wine [01:18] And no because Theres like 200gb left open. [01:18] reisio: I actually am using key only auth for ssh so im not very concerned with that. I really would like to prevent my DNS from being DDOSed from random machines [01:18] Captain_Crow: good for catching virus¿ :D sorr no :( [01:18] sparkss, i thought you just said it was mounted? [01:18] it is mounted [01:19] etteyafed: that's a difficult problem, you can really only deny based on frequency and origin [01:19] and i can see the whole file system now in a ls -al [01:19] would wine run battlefield 3? [01:19] after changing my bin/bash [01:19] !appdb | Captain_Crow [01:19] Captain_Crow: The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org - Join #winehq for application help [01:19] Aginor: Yeah the attempts were definately scripted but I also see evidence of a more targeted attack. Like DDOS activity [01:19] Captain_Crow: no: http://appdb.winehq.org/objectManager.php?sClass=application&iId=13626 [01:19] ok [01:20] etteyafed, http://isc.sans.edu/port.html?port=22 [01:20] Captain_Crow: a fair number of gamers who also like Linux dual boot, keeping Windows just for their games [01:20] sparkss, how can it be mounted and fsck say the device doesnt exist? [01:20] openvpn server anyone? [01:20] don't ask me.. [01:20] Peti4: what about it [01:20] Im serious that it mounted [01:20] im gonna boot into a live cd [01:20] what should I do once im booted up? run a fsck, and then what? [01:20] JoshuaP: check df -h and df -i [01:20] etteyafed, unless you're very special, your address probably just got targeted by a biggish botnet [01:20] the client-to-client doesn't working [01:21] and i don't know whats the problame [01:21] etteyafed, make sure to secure your sshd, possibly firewall off parts of the world that should never connect to it anyway, only allow ssh v2, only allow keys, not passwords [01:22] reisio, /dev/sda1 15007744 317367 14690377 3% / [01:22] sparkss, depends on what the results of the fsck are [01:22] etteyafed, and if they aren't already, secure your other daemons while you're at it [01:22] escott, im gonna assume fsck is fine.. as the hard disk has been fine for ever now hehe [01:23] JoshuaP: too bad, that would've been a convenient explanation [01:23] sparkss, then you need to check your dmesg output [01:23] Aginor: The attackers are certianly not after anything in particular but I would none the less like to protect myself ;) My sshd is pretty good although i could tighten up the fw a bit. [01:23] JoshuaP: there's little short of your whole system being totally insane that would make all of those programs fail [01:23] Peti4: what do you need help with [01:23] escott what would have changed though.. all I did was upgrade lol [01:23] thats what doesn't make sense [01:23] reisi, and how would I fix that? [01:24] etteyafed, there's unfortunately not much to do about the worms apart from trying to mitigate their impact [01:24] sparkss, well considering that the upgrade changes every piece of software on the system what could change would be everything [01:24] reisio, and how would I fix that? [01:24] i test all config what i found but don't work [01:24] reisio: I would like to be able to block IPs that make alot of requests in a short period of time but only for a short time so that IPs dont get blocked perminantly [01:25] JoshuaP: run one from a terminal and read its output [01:25] oh wow 11.10 looks completely different.. [01:25] now to find a terminal window... [01:25] reisio, they all say Bus Error [01:25] etteyafed, http://www.the-art-of-web.com/system/fail2ban/ [01:25] JoshuaP: http://en.wikipedia.org/wiki/Segmentation_fault#Bus_error [01:25] etteyafed, do you really need to allow known bots to connect to your server though? :D [01:26] just upgraded to 11.10 and wireless is not working, please help ! [01:26] etteyafed, there's many scripts, escott's suggestion is one of many [01:26] escott do you know where the terminal window is in 11.10? [01:26] reisio, I can't open that because the browsers don't work remember? [01:26] JoshuaP: heh [01:26] sparkss: control+alt+t [01:26] thx [01:26] so now I need to mount this again [01:27] although I can't even fdisk -l .... [01:27] sparkss, you have to use blkid to determine what the device is and then fsck it [01:27] escott, nothing is showing up in blkid or fdisk -l [01:27] on this live cd... [01:28] sparkss, you need to run sudo blkid as you arent root [01:28] ahh thx [01:28] fok ran it [01:28] etteyafed for what services you are thinking to block IP [01:28] escott, it came back as clean [01:28] :P [01:29] very very fast [01:29] JoshuaP: this persists over reboots? [01:29] Yes. === JG84|Dinner is now known as JoeGazz84 [01:29] reisio, yes it does. === RickG3 is now known as RickGIII [01:30] JoshuaP: does it happen from a liveCD? [01:30] Aginor: No I dont want to allow bots access, but I do not want to either have an unnessarily long fw ruleset nor a list of (old) IPs that gets stale and forgotten. [01:30] sparkss, then you probably need to check the dmesg output during the failed boot and see if you can determine a cause [01:30] escott I think I found out the issue.. I made a /temp dir on the live cd and then i cd'd into it and nano /etc/fstab, ntohing is coming up on fstab [01:30] lol [01:30] Ubuntu 11.10 with sluggish wayland GUI [01:30] rokr1: I am mostly concerned with DNS HTTP and IMAP+SMTP [01:30] have problem with pam and login [01:30] Peti4: yes I can [01:31] oh wait nvm [01:31] escott i checked the wrong fstab lol [01:31] reisio, no. Well I don't know I don't have one. [01:31] JoshuaP: what if you tell lynx to open a .html file on your hard disk [01:31] escott im in the correct fstab now and I do not see my auto mount for my fily system? [01:31] Peti4: I don't know what you want [01:32] oh nvm I do [01:32] I keep getting ahead of myself.. [01:32] reisio, they won't start up. None of them. Not even lynx. [01:32] JoshuaP: df -i [01:32] usr13, /dev/sda1 15007744 317367 14690377 3% / [01:32] etteyafed, attacks are common, best way is to run DNS in chroot [01:33] JoshuaP: Is that from df -i ? [01:33] usr13, yes. [01:33] use modsecurity on HTTP websites [01:33] rokr1: Aginor: It looks like I could prob write something that would do what fail2ban does for auth for DNS based on dnstop [01:33] JoshuaP: Ok, just checcking. [01:33] escott, the only errors I see in dmsg is end_request: I/O error, dev fd0 logical block 0 [01:33] JoshuaP: What does df say? [01:33] It spammed that a few times, passed it and went to eth1 link's etc [01:33] sparkss, dmesg in the livecd? [01:34] Filesystem 1K-blocks Used Available Use% Mounted on [01:34] /dev/sda1 236238592 14586580 209651708 7% / [01:34] udev 2054364 4 2054360 1% /dev [01:34] tmpfs 824488 1216 823272 1% /run [01:34] none 5120 4 5116 1% /run/lock [01:34] JoshuaP: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [01:34] none 2061212 748 2060464 1% /run/shm [01:34] heh [01:34] this is the dmesg on my mounted partition [01:34] from my actual o/s [01:34] hrmph [01:34] wait a sec [01:34] logrotate [01:34] JoshuaP: I s'pose you could try reinstalling zlib and openssl [01:34] JoshuaP: Use pastebin i.e. df -i | pastebinit and df | pastebinit [01:35] the only thing I see odd in my dmesg is ext3_orphan_cleanup: deleting unreferenced inode [01:35] see that quite a few times [01:35] sparkss, so thats an fsck failure message [01:36] sparkss, probably coming from a journal replay [01:36] usr13, http://paste.ubuntu.com/752097/ [01:36] escott, right after that it says 583 orphan inodes deleted [01:36] ext3-fs recovery complete [01:36] ext3-fs mounted filesystem with ordered data mode [01:36] how do I witch from using wicd to networkmanager ? [01:36] etc [01:37] so is that whats causing my issue u think escott? [01:37] etteyafed, someone's probably done it already if you google around a bit [01:37] sparkss, it could be [01:37] install network-manager and network-manager-gnome from the ubuntu cd [01:37] joeyeye: [01:37] etteyafed, I have managed to stop doing sysadmin myself so I am quite happily unaware of what's considered the best one at the moment [01:37] escott, what would you suggest moving forward frfom here? [01:38] yes, xangua ? [01:38] hi guys, why i can't install ubuntu with wubi [01:38] it said: There is no disk in the drive . Please insert a disk into drive [01:38] sparkss, has everything been fscked? did you get a clean shutdown? [01:38] is help on the way? [01:38] how to uninstall libpam? [01:39] the pyrun.exe error [01:39] pyrun.exe - No Disk [01:39] Santiago74: does 'sudo apt-get remove libpam' not work? [01:39] It just showed [01:39] /dev/sdt1: clean, xxx/xxx files, xxx/xxx blocks [01:39] replace xxx with actual numbers [01:39] hehe [01:40] then put me back in the ssh prompt and thats it [01:40] I can not log in as root because it takes the pam [01:41] Santiago74, without libpam not much will work [01:42] escott any tips on mounting an SMB share? [01:42] Aginor: I think chroot will have to be good enough for now because I dont currently have time to play with dnstop source. I don't think anyone has anything like what i have in mind that is freely available because its kindof an odd idea. I was thinking that I could use the dns accounting code in dnstop to write a little program that would block IPs in the fw conf and unblock after some time passes. [01:42] Ijust upgraded from 10.10 to 11.10 and wireless is not working. How do I switch from using wicd to networkmanager ? [01:42] install it in half [01:42] genoobie, no [01:43] reisio: (or anyone) Is LXC now an accaptable substitute for chroot in 11.10? [01:43] when I start not let me enter the password [01:43] guess ill give up for tonight hehe [01:43] joeyeye: (19:37:39) xangua: install network-manager and network-manager-gnome from the ubuntu cd [01:44] sparkss, you might want to save your dmesg output to a drive and then you can !paste it here so others can view it [01:45] sparkss: http://paste.ubuntu.com/ [01:45] xangua, how do I do that ? I have a netbook (no CD) [01:45] ok [01:46] you can get the packages from [01:46] http://packages.ubuntu.com/ [01:46] joeyeye: [01:46] I have the user, but the log says "failed to authentication" [01:46] and I want to disable pam [01:47] that problem,,, :( [01:48] reisio: I was thinking that LXC would be better than chroot since it allows a more robust container but I wasnt sure if there were overhead or security issues that I hadn't heard about. [01:49] reisio, reinstalling... [01:49] Santiago74, are you trying to log into GDM as root? [01:49] which flash plugin should I be using for firefox? [01:50] escott isnt there a o/s repair or recovery mode that I can do? [01:50] symptom: wich one¿ the one you want, but just one ;) [01:50] entered the recovery mode, but do not take me let me log in as root [01:51] reisio, reinstalled. [01:51] !noroot | Santiago74 [01:51] Santiago74: We do not support setting a root password. You're free to do it on your own machine, but please don't offer instructions on how to set a root password or ask for help with setting it. See !root and !wfm for more information. [01:52] ok ubottu [01:53] hey whats up [01:53] I keep getting an error: after I download a file in firefox/chromium, if I try to open it from inside the Download window, it says "location is not a folder" and doesn't let me open it. I need to manually navigate to the containing folder to open the file. Any ideas why? It is the same for every file type [01:54] hmmmm [01:54] how do I dump this dmesg or copy all of it from the log file? [01:55] MK`: What window manager are you using? [01:55] MK`: where do the files wind up? specific [01:56] Hi there. Is this a good channel to ask about a grub rescue prompt at startup? [01:56] I got it [01:56] Eredien: using ubuntu? then here's fine [01:56] Eredien: or #grub [01:57] Yup, ubuntu [01:57] MK`: Are they going to ~/Downloads ? [01:57] escott, paste.ubuntu.com/752114 [01:57] usr13: Nautilus, and no, a different folder I specify [01:58] I do have 3 mdadm raid array's but like i said, none are on the file system escott [01:58] MK`: So whitch folder are you specifying ? [01:58] almoxarife: It's always a different folder of course, I don't like letting things pile up in ~/Downloads. [01:58] MK`: this folder you specify is outside your home folder? [01:58] MK`: What version of FF? [01:59] almoxarife: No, it's in my home directory. usr13: The most current versions of firefox and chromium in the repositories === cismo is now known as C1sM0 [01:59] Hello, when I install Ubuntu 11.10 with the minimal CD, it freezes when downloading packages. Any ideas? My internet is fully working [01:59] usr13, [3:3:4463465118:ERROR:nss_util.cc(397)] Error initializing NSS without a persistent database: libsoftokn3.so: cannot open shared object file: Permission Denied [01:59] MK`: Well, I don't think any of us are familiar with an issue like this. [01:59] I missed up with compiz-config and now ubuntu fails on login with any user but root. any help please ? [01:59] usr13, what do you suppose I do with that? [02:00] user13: For example I just saved Google's logo, and get this error: "Could not display "/home/name/Downloads/ssl_logo.png" The location is not a folder.". [02:00] axta: You should never log in as root. [02:00] Jordan_U I know, but it fails to login any other user, even a Fresh one. [02:00] any idea how can I help this ? [02:01] the ./.Xauth... didn't work for me. [02:01] axta: Have you tried loading a failsafe GNOME session from the sessions drop down in the login screen? [02:01] JoshuaP: sudo find / -name libsoftokn3.so -type f [02:01] bye :) [02:01] Hello, when I install Ubuntu 11.10 with the minimal CD, it freezes when downloading packages. Any ideas? My internet is fully working [02:02] ShadesEdge: checksum the cd [02:02] escott, paste.ubuntu.com/752114 when you get a chance :/ [02:02] JoshuaP: sudo find / -name libsoftokn3.so -type f |pastebinit #And send resulting URL to us here [02:02] usr13, 3 results. [02:02] MK`: you are trying to open the file from the firefox download window? [02:02] I'm running an eee 900A; when I turn it on instead of getting an ubuntu logon screen, I get the following error: error: bad filename. grub rescue> [02:02] http://paste.ubuntu.com/752116/ [02:03] iuriguilherme: Yes, or Chromium's little 'download complete' bar. [02:03] !bootinfo | Eredien [02:03] Eredien: Boot info script is a usefull script for diagnosing boot problems. Run the script following the directions here: http://ubuntuforums.org/showthread.php?t=1291280 and then look at RESULTS.txt (or !pastebin it for others to look at). [02:03] Thanks Jordan_u and ubotto, will try and report back [02:03] MK`: well you have to make sure if the command the browsers are using is set properly [02:03] MK`: maybe they are not [02:03] MK`: did you install 'exo' ? [02:03] !info exo [02:04] Package exo does not exist in oneiric [02:04] win 2 [02:04] How do I check which packages I have installed again? [02:05] usr13, http://paste.ubuntu.com/752116/ [02:05] Jordan_U, Ubotto: that won't work for me, as I can't boot into my install. I have a usb stick with ubuntu on it (eee netbooks don't have CD drives so can't do a live cd) but can't figure out how to boot from the usb stick [02:05] MK`: you may configure that in the applications preferences of the browser... or not [02:06] !info exo-utils [02:06] Eredien: try hitting escape when it boots [02:06] exo-utils (source: exo): Utility files for libexo. In component universe, is optional. Version 0.6.2-2ubuntu0.1 (oneiric), package size 56 kB, installed size 216 kB (Only available for any all) [02:06] I do have exo-utils, yes. [02:06] Eredien: assuming you have made the appropriate changes in the bios [02:06] JoshuaP: And you are in fact using firefox-8.0 ? [02:07] usr13, I got the error trying to startup chromium-browser. [02:07] MK`: for example, you could change the nautilus default command to nautilus --browser for example [02:07] good god anyone know how to push a currently running command into a screen session? [02:07] How do I do that then iuriguilherme ? [02:08] MK`: for example, if you are trying to open a png file you should be using something like eye of the gnome instead of nautilus [02:08] JoshuaP: Does Firefox run? [02:08] MK`: try un-installing exo-utils, if it tells you the system will also be uninstalled then nevermind don't do it [02:08] MK`: you can't open a google logo as a directory [02:08] usr13, no. It fails to respond. === Wiki is now known as Guest26325 [02:08] JoshuaP: Same error? [02:08] the little popup error window had Nautilus's icon [02:08] MK`: there must be a preference in firefox or chromium for that [02:09] JoshuaP: sudo find / -name nss -type d |pastebinit #And send resulting URL [02:10] Okay, now I can boot into the usb stick and reinstall ubuntu, thanks all [02:10] http://paste.ubuntu.com/752120/ [02:10] usr13, http://paste.ubuntu.com/752120/ [02:11] Ah, so it is exo-utils causing the problem. Probably because I have xfce installed [02:11] MK`: yeap [02:11] in addition to gnome, I mean. [02:11] MK`: yeap [02:12] MK`: thank the arch-linux people, they figured it out === Auriel_ is now known as Auriel [02:12] when I unplug my headphones, I don't get sound unless I go to the sound settings and change the output to speakers, and vice versa when I plug the headphones in. How do I fix this? [02:12] JoshuaP: so the error changed? [02:12] Heh. Seems I need to remove half of xfce! Good thing I don't use it :p [02:12] etteyafed: #lxcontainers [02:13] reisio, idk it doesn't show me upon pastebinit [02:13] JoshuaP: hrmm? [02:14] JoshuaP: it they're still closing instantly or they aren't, which is it [02:14] reisio, it does shut out instantly. [02:15] so no change [02:15] can someone help me compile mesa please!!! [02:15] reisi, no. [02:15] hello. I am in webchat now. I have only used 10.04 not 11.04 and I want to go to Places, Computer. How do I do that?... ok home network. Is that the same? [02:15] i downloaded it , cd into the fine ./configure give me no command and make gives me do ./configure first [02:15] Haha, It's like, "I need to remove thunar and xfce4-utils etc" and I said yes, and it removes pretty much everything in xubuntu-desktop that isn't also installed with ubuntu-desktop [02:16] Now it all works fine. thanks guys [02:17] And now the lingering "opening" dialog in the taskbar bug I've had for months is gone! [02:17] i need help, i downloaded mesa 7.11 now i need to compile it how do i? [02:18] Hello, good day to all [02:18] what can I do to get a sudo level access IN GUI to the external hard drive to read and write on it? [02:19] can someone help me compile mesa please [02:19] can anyone help me how to install guest operating system in ubuntu server 10.10? [02:19] tripelb: that's not the best way to do it, but if you want to do it anyways you can type sudo nautilus in the terminal [02:19] what can I do to get a sudo level access IN GUI to the external hard drive to read and write on it? I know gkedit but I dont know what to do for a web browser. I want to move files. [02:19] What is the best way to run a command as a service? [02:19] luriguilherme OK tell me a better way to do it. (comment just above too) === ericm_ is now known as ericm|ubuntu [02:20] tripelb: well you could mount the hard drive as a regular user and do file operations without sudo access [02:20] iuriguilherme: gksu nautilus <-- better choice [02:20] can someone tell me how to compile mesa [02:21] JoshuaP: firefox 2> error.txt |pastebinit error.txt [02:21] almoxarife: well it depends but i forgot that this was the ubuntu channel [02:21] King_John: make an init script for it [02:21] how do i change my screensaver? i don't see a setting for it [02:21] ayrton_: why are you compiling rather than installing the package? [02:21] almoxarife: that better for his case indeed [02:21] i cant find a package for 7.11 if u do please do tell [02:21] almoxarife [02:21] JoshuaP: and send us URL [02:22] iuriguilherme: I have never seen the worse case scenario of not using gksu, I assume there is one [02:22] usr13, You are trying to send an empty document, exiting. [02:22] usr13, and firefx tries to start. [02:22] ayrton_: why are you compiling rather than installing the package? [02:22] JoshuaP: It tries? [02:22] almoxarife: the case that sudo is better is wheen you don't have enough gtk stuff installed, but it is not his case [02:22] almoxarife i just said i cant find the package [02:22] When installing ubuntu off the usb stick, network autoconfiguration fails, claiming the network doesn't use the DHCP protocol, but I'm copnnected right now via wireless using DHCP, can I figure out what my eee's ip address is if I have the ip address of the computer I'm currently on? === tripelbb is now known as tripelb [02:23] JoshuaP: Run ff or what ever from a terminal and paste for us the errors you get from terminal. [02:23] Eredien: if your wireless connection is under ubuntu you can do ifconfig -a [02:24] hi lu.....hermes I got bumped from the webchat. Maybe my hand touched the touchpad. [02:24] usr13, nothing happened.\ [02:24] JoshuaP: firefox 2> error.txt ; pastebinit error.txt [02:24] This was about how do I sign in as a regular user on the external USB drive with my account on it. [02:25] ayrton_: what can't you find? [02:25] JoshuaP: lynx 2> error.txt ; pastebinit error.txt [02:25] Show us [02:26] almoxarife i cant find the mesa 7.11 package like .deb [02:26] usr13, nothing happens.. [02:26] only thing i can find is one that has to be compiled [02:26] Quick question - I'm running apache on Ubuntu and I have a Wordpress directory with some PHP files. When I go to configure my Wordpress blog, I get the PHP in plaintext from the server rather than the results of the PHP file. Any idea what could be wrong? I tried to use the ExecCGI (or whatever it is) in the sites-enabled/ but that didn't seem to solve it. Permissions are OK. [02:26] hello to all [02:27] hi [02:27] Glifdoro: did you install mod_php ? [02:27] JoshuaP: Well, so far, I found this: http://code.google.com/p/chromium/issues/detail?id=91962 [02:27] I have a hard drive I want to write on. I'm on a computer on a liveCD and I want to back it up onto the ubuntu drive. I dont see the Mac drive. What do I do? [02:27] JoshuaP: and http://code.google.com/p/chromium/issues/detail?id=96026 [02:27] Glifdoro: https://help.ubuntu.com/community/ApacheMySQLPHP#Installing_PHP_5 [02:28] reisio: how can i tell? i tried apt-get install mod_php but it couldn't find the package. [02:28] tripelb: might be missing HFS/+ support in your kernel [02:28] reisio thanks i'll check it out now [02:28] usb stick install is asking me for a hostname, but honestly we don [02:28] ayrton_: https://launchpad.net/ubuntu/oneiric/+package/libegl1-mesa <-- this help? [02:28] 't don't have one, AFAIK [02:28] anyone happen to know how to adjust CPU fan speed via the terminal/command line? [02:29] JoshuaP: and http://askubuntu.com/questions/75807/chromium-webbrowser-freezes-when-start-errornss-util-cc397 [02:29] reisio: yeah it says "Module php5 already enabled" when I sudo a2enmod php5 [02:29] Eredien: make one up. [02:29] Eredien: you don't need this [02:29] Eredien: if you don't know what is this you may leave it blank [02:30] Eredien: Asking for a hostname for what? [02:30] what package do i pick almoxarife i have ubuntu 11.04 64bit intel [02:30] Eredien: unless you have to configure a network [02:30] iuriguilherme: left it blank but usb stick install said it was't a valid hostname. [02:30] I do have to configure a network, to get to the mirror [02:30] usr13: I think it means a LAN but we don't have one, just a cable wireless connection like normal [02:30] Eredien: it is not related to external network [02:30] Eredien: hostname is the name of the machine, creat one! [02:30] Eredien: If it is asking for a hostname to set for the system, just make one up, like maybe the name of the computer. i.e dell-desktop or... [02:31] Eredien: You have a LAN [02:31] Eredien: The wireless network is a LAN [02:31] usr13: ie wireless LAN [02:31] OK I found the source disk and the terminal disk. I want to make a directory on the terminal disk or whatever it's called. It's an Ubuntu partition. So how do I get permission to write on the drive in GUI? Is there a way I can login on that drive? [02:31] Eredien: LAN just means Local Area Network [02:31] tripelb: actually sorry if you don't see the drive you're missing the controller, not the FS support [02:32] Oh well, i thought Ubuntu did set the hostname to 'ubuntu' by default [02:32] usr13, ykw I'll just go home and reload Ubuntu.. [02:32] Eredien: So just make up a name. A name you want this computer to be identified as. [02:32] can I see this Empathy thing NOT with little iphone type bubbles but more like a normal IRC client? [02:32] if it doesn't well then you have to make one up [02:32] This is too complicated and I can't open any links.. [02:32] do i pick i386 for a 64bit system? [02:32] JoshuaP: How about lynx ? [02:32] JoshuaP: lynx av.com [02:32] ayrton_: https://launchpad.net/ubuntu/natty/+package/libegl1-mesa [02:33] Guys I need to install guest operating system in ubuntu server 10.10.... === Davie_ is now known as Guest85160 [02:33] usr13: then I have no idea why manual network configuration here isn't working, as I've typed in the IP address, the subnet mask, the gateway, and then used ubuntu as the hostname...but then it asks for a doman name...i guess I will just try to make something up there too. [02:33] can anyone help me? [02:33] ayrton_: no, you would pick a amd64 [02:33] tripelb: yes but I don't know the specifics of that configuration [02:33] hi everyone [02:33] tripelb: what're you trying to do with your disks, again? [02:33] is there a terminal command to reset gnome3, or can i just rename the gnome3 profile folder an restart? [02:33] Jedi_048: what do you need [02:33] just NAME your computer "RandomSelection" [02:33] k thank your [02:33] Guest85160: probably work [02:33] JoshuaP: Put in the CD and do install as you normally would. (You have vbox installed, right?) [02:33] btw almoxarife theres no 7.11 in that link ^.^ [02:34] raname the gnome3 profile folder? [02:34] Eredien: domain name you really don't need [02:34] ok, it says you can just make something up [02:34] Eredien: yes but this one you may leave blank [02:34] reisio it would really help if I could get lines on irc and not these bubbles like chat, [02:34] * reisio headdesks [02:35] ayrton_: alrighty then, compile away [02:35] tripelb: close it, sudo apt-get install irssi and use that from a terminal [02:35] tripelb: /connect irc.freenode.net [02:35] tripelb: /join #ubuntu [02:35] lol [02:35] * iuriguilherme agrees with reisio [02:35] How do I determine my IP address in Ubuntu? [02:35] observation: ifconfig [02:35] observation: /etc/network/interfaces [02:35] both ways do work [02:35] or curl -s tnx.nl/ip for external [02:35] thanks again reisio :) [02:36] Hi, my monitor goes to 1280x1024 when using Windows, but Ubuntu only goes up to 1024x768 - how can I remedy this? [02:36] iuriguilherme: no they don't. [02:36] blind: what's your graphics device? [02:36] thanks iuriguilherme [02:36] nevyn: what does not work? [02:36] iuriguilherme: if your ip address is set by dhcp you won't find any sign of it in /etc/network/interfaces [02:36] reisio, I am on a macbook with liveCD (finally works this time) and I have an Ubuntu partition on a SATA drive (USB connected). The mac is sweet, only 72GB in the HD and the external one is 1T. My aim is to back up the Macbook. "almost" everything is on the desktop. I just want to make a folder on the HD=USB and then drag the Mac desktop onto it. [02:36] intel 945GM [02:37] Jedi_048: !virtualbox [02:37] Jedi_048: Put in the CD and do install as you normally would. (You have vbox installed, right?) [02:37] nevyn: if your ip is set by dhcp it is because /etc/network/interfaces is telling the network card to set it by dhcp [02:37] tripelb: please don't do that :p [02:37] !virtualbox | Jedi_048 [02:37] Jedi_048: virtualbox is a x86 !virtualizer. A !free edition is available from the package 'virtualbox-ose'. A non-free edition is available at http://virtualbox.org for most Ubuntu releases (help in #vbox) - Setup details at https://help.ubuntu.com/community/VirtualBox [02:37] tripelb: use rsync -av /mnt/path/to/mac/ /mnt/path/to/usb/optionaldir [02:37] nevyn: unless you are not in Ubuntu [02:38] the power of vb is extremely impressive [02:38] JoshuaP: What does lynx av.com do? [02:38] usr13: that looks outdated, FYI [02:38] iuriguilherme: that's also incorrect as ubuntu uses network manager so all sorts of things could be going on. [02:38] reisio: What is outdated? [02:38] Guys I need to install a guest operating system on ubuntu server 10.10, can anyone help me? [02:39] the two ways to find out your current ip address are ifconfig as suggested by reisio or ip addr [02:39] usr13: they changed from non-free and -ose to all ose with optional non-free extensions [02:39] reisio: Oh, I see.. [02:39] reisio, It's an integrated card - intel 945GM [02:39] usr13: just saying, if you know how to alter the bot factoids, I do not [02:39] nevyn: if your ip is set by dhcp in Ubuntu there is a 99% chance of you having 'auto eth0; iface eth0 inet dhcp' in your /etc/network/interfaces file [02:39] reisio: I don't wither [02:39] or you could click on the network icon and view settings... somewhere in nm-applet but that's more challenging to describe. [02:39] either [02:39] or something similar [02:40] iuriguilherme: the question was not how do I find out if I' m using dhcp [02:40] the question was how do I find my ip address. [02:40] nevyn: but it does involve that, because if i is set automatically then you must switch to manual mode [02:41] wtf? [02:41] nevyn: for example you could change inet dhcp to inet static in that file [02:41] nevyn: and then set the address manually [02:41] i require help getting my windows to boot. I have an ubuntu laptop whcih used to be dual boot win xp and ubuntu, i borked the paritions, now i recovered it but i can't seem to boot into windows. grub is giving me invalid device requested. what do i need to do to the partition to make it boot windows? [02:41] or by typing it in some gui app in the panel [02:41] or using ifconfig [02:41] reisio: Actually, I think it's probably best to just get it from virtualbox.org [02:41] both ways do work [02:41] any ideas how hard it'll be to boot from an ISO file using GRUB included with Ubuntu? [02:42] usr13: ew [02:42] why>? [02:42] usr13: going to random websites to fetch software, it's so... Windowsy and needless [02:42] I need to add two different LiveCDs as my boot options (and no, I can't use bare CDs since it's a netbook and I don't have USB CD/DVD drive) [02:43] ksx4system: I know you can do it [02:43] almoxarife i got the .deb package from your link and when i try to install it wont let me press the install butten in the software center [02:43] ksx4system: I assume there are decent howtos [02:43] ksx4system: mount the isos? [02:43] ksx4system: well you may use usb drives instead of cds [02:44] ksx4system: but making grub booting isos is easier if you extract the files [02:44] ayrton_: got the deb? you did what? dowload? [02:44] yes [02:44] almoxarife [02:44] reisio: Not really. https://www.virtualbox.org/wiki/Linux_Downloads [02:44] ksx4system: there may be good tips at pendrivelinux.com [02:45] usr13: not really what? [02:45] sudo apt-get install virtualbox, done [02:45] reisio: erm... one more time 'cause you've missed the point [02:45] ayrton_: I don't use software center, so I am useless as to why it would or would not allow something to happen, you might want to install gdebi, simpler and no overhead for local installs [02:46] I need to boot the *hardware* (yes, netbook itself - not a VM) from the iso using GRUB [02:46] ksx4system: vm stuff wasn't to you, did you see your name? :p [02:46] reisio: omg fail... :D [02:47] * ksx4system should get some sleep or something [02:47] hello all. crazy question: it is possible/wise to be running in LiveCD mode (on usb drive) to build *another* LiveCD on a 2nd usb drive? [02:47] ksx4system: http://www.google.com/search?q=%22grub2%22%20%22boot%20iso%22 go forth [02:47] reisio: Well, yea, your right. [02:47] i require help getting my windows to boot. I have an ubuntu laptop whcih used to be dual boot win xp and ubuntu, i borked the paritions, now i recovered it but i can't seem to boot into windows. grub is giving me invalid device requested. what do i need to do to the partition to make it boot windows? [02:47] ubuntunewbie: if you've got the space, I don't see a problem [02:47] I have the most current ipod touch with the firmware it 5. ssomething. Is there any program that will write to it like itunes, I know that older ipods work w/ rythmnbox and amorok, but have heard current firmware prevent not using itunes. Is this true or does someone out there do already what I am asking and if so, what program? [02:48] ruser: Which partition is it? [02:48] reisio: 4GB thumbdrive is the active LiveCD image. enough space to write to 2nd 4gb drive? [02:48] ruser: /dev/??? [02:48] reisio: not funny, I should write a script which sends pm "stfu right now!" to people tellin' me to google something === max is now known as Guest72043 [02:48] ubuntunewbie: just depends on what you're doing, it might be [02:48] ksx4system: but I didn't tell you to google something === pconwell_away is now known as pconwell [02:49] in fact I all but wiped your butt for you :D [02:49] you are welcome [02:49] reisio: fair enough. I found what looks to be a good walkthru online for building a custom live CD. I'll give it a whirl. figured I'd ask the chatroom first to make sure no one tells me to back slowly away from the keyboard [02:49] usr13: NTFS? /dev/sda7 iirc [02:49] theres a way to fix this E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable) E: Unable to lock the download directory [02:50] ruser: So your MS Windows install is on /dev/sda7 ? [02:50] almoxarife i get Error: Dependency is not satisfiable: libegl1-mesa (= 7.11-0ubuntu3) when trying to install the package with gdebi [02:50] ubuntunewbie: it's possible the howto assumes you are using an installed environtment, that could get you into trouble [02:50] ruser: Is that correct? [02:50] ubuntunewbie: possibly not, however [02:50] reisio: oh, really? go and read your last message including link to something in google.com domain :P [02:50] Guest85160: run the same command with 'sudo' at the start [02:50] ksx4system: I don't see me saying for you to google anything in that message [02:51] reisio: by reading the walkthru, it implicitly assumes you're running an installed environment. not sure if anyone has written a walkthru for LiveCD-to-LiveCD [02:51] ruser: What does "iirc" mean? [02:51] usr13: if i recall correctly [02:51] usr13: i'm validating this right now [02:51] ayrton_: I remember you telling me there was no 7.11 for natty, yet there you are with a 7.11, which came from? oneric? [02:51] ubuntunewbie: not sure why someone would :) [02:51] reisio: sudo fdisk -l |pastebinit #And send resulting URL [02:52] ruser: ^ [02:52] reisio: it's a long story. trying to rescue parent's computer. I had an old live cd (8.04) that I used to build a 10.04 live USB [02:52] ruser: sudo fdisk -l |pastebinit #And send resulting URL [02:52] usr13: it's on sda6 [02:52] Hi, my monitor goes to 1280x1024 when using Windows, but Ubuntu only goes up to 1024x768 - how can I remedy this? using an integrated intel 945GM [02:52] ubuntunewbie: you can't just image a new one? [02:52] usr13: i was just booting into laptop to validate [02:53] ah ok i see it its no for 11.04 [02:53] reisio: now I'm running from the live USB and trying to build them a "long-term" liveUSB to run. their Win machine is hosed, but I can't wipe the hard drive [02:53] current ipod writable in 11.10 people? [02:53] ubuntulog: so partition the drive and dual boot it? [02:54] Guys can you help me to install guest operating system in ubuntu server 10.10? [02:54] back to compiling i guess almoxarife [02:54] ubuntunewbie: ah [02:54] reisio: in a perfect world, I'll end up with a custom live USB they can run. I'm running the factory live USB that wants to try/install & doesn't have flash yadda yadda [02:54] ubuntunewbie: can't you just get a new hard drive? [02:54] Jedi_0481: what do you mean "a guest operating system in ubuntu server" [02:54] jedi what kind of server are you trying to install? [02:54] woops, totally misread that [02:55] usr13: http://nopaste.info/6daa9fd36b.html [02:55] and back to figure out how to compile it !!! grr [02:55] reisio: I may end up doing that & putting the old one in an external bay .I want them using ubuntu to read into the old drive and get what they need. can't just wipe it, but Win7 is h.o.s.e.d on that drive [02:55] almoxarife [02:55] usr13: as i was saying sda6 [02:56] ubuntunewbie: right [02:56] reisio: they insist on long-term read only access to the old drive. so a wipe isn't an option, but I don't want any windows system ever touching it again b/c it is crawling w/ something nasty [02:56] ubuntunewbie: can't help but think your time would be better spent getting another hard drive, for the interim or not [02:56] so don't hook it up to a windows system [02:57] reisio: arg. I suspected as much. I'm not a command line guru at all. i have my naive faith in ubuntu, but have never really looked under the hood or hacked around. I guess I was hoping for "liveUSB to liveUSB... just download the savetheday package and it does it for you" :) [02:57] ruser: So, how did it get on sda6 ? [02:58] please add me as a buddy, I am now ready to install guest operating...but I don't know how to do it... [02:58] ruser: Looks to me like you've saddled a dead horse. [02:58] usr13: i intalled it there 3 years ago? extended partitions [02:59] ruser: I do not think you will be able to boot MS Windows from /dev/sda6 (needs to be /dev/sda1) [02:59] usr13: lol, it worked fine for last 3 years [03:00] usr13: till i borked the partitioning [03:00] Does anyone else have any advise for ruser ? [03:01] where i can add a startup script to my boot before its asks for the session manager? [03:01] ubuntunewbie: mmmmmm..... [03:01] ubuntunewbie: you can create a persistent storage space with unetbootin and the like [03:01] ruser: You've saddled a dead horse. [03:01] ubuntunewbie: but if you're going to go and get a hard drive tomorrow, you're wasting your time tonight [03:02] reisio: yeah. I think I'm going to call this one a non-starter. I very much appreciate the advice [03:02] ruser: did you paste your grub config? [03:02] ubuntunewbie: np [03:03] ruser: What is the output of "sudo os-prober"? [03:03] usr13: as i said it worked just fine before, here is my output of fdisk 3 years ago http://nopaste.info/15d3aba04d.html [03:03] Jordan_U: nothing [03:03] Guys can you help me to install guest operating system in ubuntu server 10.10? [03:03] Jedi_048: i have asked you 3x to elaborate on what you want to do, because that question makes no sense. [03:04] Jedi_048: we can, if you explain [03:04] ruser: Then your Windows install is likely still broken. Once it's fixed "sudo update-grub" should add an entry for it automatically. [03:04] Jedi_048: which virtualisation stack do you want to use? [03:04] Jordan_U: i would disagree. it doesn't list linux either [03:05] Jedi_048: and what guest os do you want to install? [03:05] ruser: os-prober only lists operating systems other than the one the command is being run from. [03:07] Sorry guys, I just kept on disconnecting... [03:07] anyway... [03:07] I got ubuntu server 10.10 installed as a Virtual Machine Host... [03:08] now I need to install Guest OS on it.... [03:08] how am I gonna do it? [03:08] okay, i guess i'm going to have to poke around the paritioning again [03:08] @ nevyn: still got no idea about ubuntu virtual machine host... [03:09] but I did installed it as virtual machine host using the ubuntu server 10.10 installer... [03:09] @nevyn: I want to install windows server 2003 as guest OS if possible... [03:10] is it possible to integrate the unity dash home to search for music in an MPD server? there's a section for music, but it looks like it searches locally only [03:10] Hilikus: course [03:10] I am using UNetBootin and the process keeps failing when it goes to configure the network--skipping doesn't help since then it obviously can't download the ubuntu files from the mirror. First it asks for my IP for the netbook, which I don't know how to access since my os won't boot--I think that's where it's failing. I have the IP addy for the machine I'm currently on, but don't know how to get it for the one I'm trying to fix since I [03:11] hi guys. i am trying to get a shellscript running. but looks like i am having the most simplest of prblems when running. [03:11] mayve pipe [03:11] here is the script [03:11] http://pastebin.com/mHrHiJyM [03:11] reisio: course what? [03:11] the script just runs a `ls -la | grep a` [03:12] Jedi_048: You may want to take a look at the following, I've followed it successfully in the past: https://help.ubuntu.com/community/KVM [03:12] 1 [03:12] Jedi_048: the virt-host task that you installed during the installation contains the kvm stack which is used there. [03:13] Hilikus: (of) course it is possible to integrate the unity dash home to search for music in an MPD server [03:13] hey how can you skip a checkdisk. If i ctrl+c it just asks for admin pass and then reboots automatically and does the same thing [03:13] reisio: how? [03:13] marcelofroes: xxx=$(ls -la | grep D); echo $xxx [03:13] Jimmy_Kash: you shouldn't, really [03:13] Hilikus: no idea [03:14] Hilikus: couldn't be that hard [03:14] reisio: ok [03:14] Can anyone help me find the IP address for my computer when I can [03:14] Hilikus: might want to ask the mpd guys about it [03:14] 't can't get to terminal and am using unetbootin? [03:14] Hilikus: they embrace so many frontends already [03:15] thumbs up if ya use 10.10!!! [03:15] qin, it gives me an error like that `REV_CMD_LINE=(ls -la | grep a);' === Emiru is now known as emiru__ [03:16] marcelofroes: typo, missing $, foo=$(bar) [03:16] okay, here is more complex question. I've done a full disk dump (dd) of my harddrive before i started mucking about with my paritions and such. how can i recover a section of that said file? [03:17] if there's no /etc/X11/xorg.conf is there another place where Ubuntu might have one or does xorg just detect stuff when it loads? === emiru__ is now known as emiru [03:19] qin, but that would execute the command and insert inside the variable the result, correct ? i would like to put the String there, and then, execute the command insithe the string [03:19] guys, there it is... [03:19] need more info on what am I gonna do? [03:20] marcelofroes: Maybe /join #bash, since you may need more detailed help. [03:20] It's been a while since I have used ubuntu and I forget what that package is called to play mp3s and flash and stuff [03:20] example.... the script does a tree, then depending on input, concats, grep a, then grep b, etc. and on the end would execute it [03:21] ruser: what is the file name? [03:21] Hi everyone anyone wanna chat to Aussie guy [03:21] Chat9832: /j #ubuntu-offtopic [03:21] usr13: i want to recover my ntfs partition from a full disk dump LAPTOP.img (it conains full image) [03:22] ruser: I thought you said that the computer will boot to Ubuntu. Right? [03:22] does anyone know how I can connect to a remote server in 11.04? in 10.04, you could just click "connect to remote computer" then click ssh in a dropdown and then get a nautilus view of the remote files [03:23] @ Pici: thank you, gonna look at it now... [03:23] thank you guys... [03:23] ruser: You can mount the LAPTOP.img file and do as you please with it, (as in copying My Documents to another directory). [03:23] and sorry for the late replies cause I got some problem in my internet... [03:23] thank you... [03:24] usr13: the partitinig table is broked, plus it's a full snapshot as opposed to individual partition [03:24] usr13: so i cna't just mount it as a loopback. or as ntfs because it's in hibernate stage [03:24] ruser: Yea [03:24] ruser: Is the partition table in the image broken? [03:25] Jordan_U: correct. that's prior me tryign to recover it, sadly due do some circumstances i don't have a different backup. (my backup hdd died 10 days ago) [03:25] ruser: mkdir old-files/ ; mount -t iso9660 -o loop,ro LAPTOP.img old-files/ [03:26] Pici: ever tried to install GUI based guest OS on it? (let's say for example: Windows server 2003?) [03:26] my launcher disapeared after i used ubuntu 2d and now i cant get it up and everything in the top right corner is gome all i have is the icons i hade on my desktop and file edit view go bookmarks and help can someone please help me [03:26] theres some offset option if its a full hd image with partitions. [03:26] usr13: it does not contain valid parition table [03:26] usr13: That command won't work for many reasons. Among them that it's not an iso9660 filesystem and you need to mount an individual partition from the image. [03:26] dr_willis: you wouldn't happen to know the options :) [03:27] ruser: sudo kpartx -a /path/to/image [03:27] if your talking to me about my launcher problome please put awesomeashell befor you say anything [03:27] ruser: ive seen guides on it. [03:27] nevermind, found it [03:27] Jedi_048: I installed XP. It doesn't require a GUI on the server, but another computer from which you can use the remote tools will be quite helpful. [03:27] i always gotta google them [03:28] Jordan_U: I suppose he could plug in a usb drive and dd it over to the usb drive and read it from there. [03:28] i messed up my xorg.conf [03:28] Jordan_U: hold on, rebooting the machine again. [03:28] i took out a video card [03:28] ruser: That will create devices in /dev/mapper for each partition. But what do you intend to do to try to "recover" it? Recovering files will be easy, getting back a bootable Windows install will be less so (but still possible). [03:28] i tried dpkg-reconfigure xorg-server [03:28] that didnt work [03:28] usr13: See my answer to ruser about kpartx. [03:28] smash pc [03:29] can someone please help me with my launcher problome [03:29] Jordan_U: Yea, I saw that. I'm not familiar with kpartx [03:29] Jordan_U: tehre is no valid partition markup. I want to take the part of the snapshot that corresponds to my NTFS parition and overwrtie my current laptop NTFS partition thus bringing it back to original stage [03:29] Jordan_U: will it auto-detect patitions? witohut the valid markup? [03:30] ruser: I thought you said that the image had a perfectly good partition table. Does it? [03:30] Jordan_U: negative, it does not [03:30] ruser: Then the command I gave will not work. [03:30] Jordan_U: gpart can however restore the table [03:31] I am having a really bad time. can anyone tell me how to reconfigure everything to fresh install wihtout lossing data w/o installed software [03:32] Currently I can't login with any user but root. not even with a Freshly created user. [03:32] tmax: you can backup /home and that should be sufficient to safe the user files [03:32] tmax: what error do you get? [03:32] s/safe/save/ [03:32] tmax: What did you do to it? [03:33] my launcher disapeeared after i used ubuntu 2d and now i cant get it up and everythiing in the top right corner is gone all i have is the icons on my desktop and file edit view go bookmarks and help can someone please help me if you a responding to my problome please put awesomeashell infront of your response [03:33] ruser: sad thing, I don't get an error, when I login it just falls back to login page. [03:33] usr13: compiz config and then removed the compiz-1 and some other config files. [03:33] tmax: have you tried logging in on console? ctrl+alt+f1? [03:33] rsuer: that works just fine. [03:33] tmax: so only your gui is borked? [03:34] ruser: Can you go over what exactly you have done to this hard drive since things were last working properly? [03:34] ruser, yup I think so. I instaleed KDE and GNOME but it was the same just like unity. [03:34] if you are responding to my launcher problome please put awesomeashell infront of your response [03:35] what commnad lists installed packages matching a string? [03:35] Jordan_U: i was trying to fix usb key which wasn't getting recognized, i made a typo and broke my partition table, and rebooted since than. after that i took live cd for knoppix that i had lying around since 2008 [03:35] tmax: so what do you want to install kde gnome or unity? [03:36] ruser: What typo did you make? [03:36] ruser: unity FTW> [03:36] s/FTW>/FTW. [03:36] Jordan_U: i dd'ed the full hard drive (100G) over to external HDD via usb1. run gpart to recover my parition table, and than while tryign to fix my windows startup i owerwrote sectio nof the ntfs parition [03:37] Jordan_U: i scrapped the full table and allocated 125M on what i thought was usb key, but in fact was my hdd === max is now known as Guest86710 [03:38] Jordan_U: i think i typed sdb instead of sda, and didn't look at the table [03:38] ruser: I want to get unity working can you help me with that ? [03:38] Jordan_U: I think he (ruser) said that this is what he has now, http://nopaste.info/6daa9fd36b.html and this is what he had before, http://nopaste.info/15d3aba04d.html [03:39] ruser: Is that correct? [03:39] usr13: yeah, i scapped the dell recovery partiton. the before was with fdisk 3 or 4 years ago [03:40] tmax: sorry, i'm not good with unity. but there should be a way to dpkg-reconfigure unity or something [03:40] tmax: you should also check the lgo files for errors [03:41] usr13: on top of it is now, i overwrote section of the NTFS parition while trying to install mbr beacuse of my own stupidity [03:41] ruser: First, do you have all important documents and other files backed up? [03:41] Jordan_U: as previoulsy described my backup HDD crapped out on me 10 days ago and hasn't been replaced yet [03:42] Jordan_U: i am in funcional linux instal from that hdd and can get all my files except NTFS [03:43] ruser: Do you have any files on the ntfs partition which you can't afford to lose? Do you have any files on the linux partition which you can't afford to lose? [03:43] Jordan_U: i have a full backup now for hte linux, but there are files that i want to recover from NTFS and rather not loose them [03:46] so, is it recoverable? i think yes, i recover linux no problem, but screwed up my NTFS, so i suppose i can go thorugh whole procedure and recover NTFS again. seems like my only option unless i find a way to restore part of the image onto hdd [03:47] ruser: I would not recommend trying to restore part of an image. It's possible, but there are too many ways that it could go wrong (some which you might not notice until some time down the road). [03:48] Jordan_U: fair enough. partition table is stored separate from the file allocation so i should have no problem getting everything back to original state, as long as i can boot into win [03:48] Success report: directory transferred. I could not make a directory on the target drive. [03:48] In transmission where are the settings for queue? [03:49] so, i guess it's another 14 hours of waiting or so :/ [03:49] I am trying to set up my vpn and it keeps saying invalid vpn secrets. I have no idea what that means. Any suggestions? [03:50] skyball: edit > preferences > downloading, and also grep "queue" in the settings.json config file [03:50] thanks [03:50] ruser: The surest way to fix this would seem to be by dding the entire contents of the drive image back to the drive, then using gpart or testdisk to fix the partition table. It does however mean that you'll need to depend on your backups in case anything goes wrong. [03:50] ruser: Also, if you've been at this a long time I would recommend that you stop for now and wait until tomorrow when your head is more clear. [03:51] Jordan_U: yeah, fair enough. spend ful lday today on this. but dding it back will take ~14 hours so i will want to run it overnight [03:51] i'll make another backup of the img [03:52] if i install gnome-shell is that gnome-3.2? [03:52] i think so. [03:52] !gnome3 [03:52] GNOME 3 is the desktop environment on which Unity is based. To use GNOME Shell instead of Unity, install the "gnome-shell" package and investigate "gnome-tweak-tool". GNOME 3 is not supported under Natty/11.04, and may break your system if installed from alternate sources. [03:53] no help there [03:53] gotgnu: Ubuntu 11.10 uses GNOME 3.0, not 3.2. [03:54] is there a ppa for 3.2? [03:54] Jordan_U: thanks for your help thought. what's that other utility you mentioned [03:54] Jordan_U: other tha gpart [03:54] ruser: testdisk. [03:55] Jordan_U: thanks [03:55] ruser: You're welcome. [03:55] usr13: thanks to you too :) [03:56] ok. i am having issues getting the transmission-daemon to keep its edited json settings file after a restart. i followed to seperate guides to set it up(http://1000umbrellas.com/2010/10/04/updated-transmission-installationconfiguration-on-ubuntu-server)and(https://trac.transmissionbt.com/wiki/EditConfigFiles) neither worked [03:56] i am running ubuntu-server 11.10 [03:56] !root | Nostoc [03:56] Nostoc: 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/RootSudo [03:56] oh crap, factgoids have changed [03:57] lol [03:57] Nostoc: i wanted to say don't use root user :) [03:57] how can I PM you ruser? [03:57] is that possible in xchat? [03:58] HI THERE, WHAT IS ubuntu? [03:58] i3luefire: one common gotcha is that transmission allows users to change its settings remotely, so its in-memory config gets dumped to disk in settings.json when it exits. If you're editing settings.json by hand and then stopping->restarting transmission, it's probably overwriting your changes [03:58] hopp3r: Please don't use all caps. [03:58] Why would Ubuntu be ignoring the directives I put in /etc/network/interfaces? [03:58] Jordan_U: sorry, caps stuck, and I didnt wanna type it all again [03:58] !ubuntu [03:58] Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [03:58] i3luefire: one way to avoid this problem is to exit transmission-daemon, then edit the file, and then restart transmission daemon. Another way is to force it to reload settings.json after you edit it by sending it a SIGHUP [03:58] tottiq: and can I move all the crap I have on this operating system to ubuntu? [03:59] does the installer automatically detect a windows 7 installation or a post installation tweak is needed? [03:59] tottiq: also, how would I do it [03:59] jordan: each of the guides says that and says to reload the daemon first before restarting [03:59] hopp3r, indeed, you can do whatever you want [03:59] hopp3r: yes, though certain programs you move might not function [03:59] da_Tash: Ubuntu's installer automatically detects Windows 7 and allows you to setup a dual boot (if you choose to). === tum is now known as Guest44942 [03:59] reisio: like what programs? [04:00] jordan: yes i did the SIGHUP thing [04:00] i3luefire@ubuntu-server:/etc/transmission-daemon$ sudo pkill -HUP transmission-da [04:00] hopp3r: programs you install for Windows are designed to run only on Windows, Linux (Ubuntu) uses an entirely different API [04:00] hopp3r: many programs can still be run via a win32 api reimplementation called Wine [04:00] hopp3r: many will not run, however [04:00] reisio: what operating system do I have now? [04:00] hopp3r: for those you'd want to find a native API equivalent/replacement [04:01] hopp3r: no idea [04:01] probably Windows [04:01] reisio: I am using chrome operating system, will that work with ubuntu? [04:01] hopp3r: Chrome is Linux [04:01] hopp3r: virtually anything you use in Chrome will be available from Ubuntu as well [04:01] chrome works well with both debian and ubuntu [04:01] hopp3r: ChromeOS is based on Ubuntu. [04:02] Jordan_U: it is? [04:02] reisio: If I recall correctly. [04:02] reisio: ok, and will I have my favorites from my chome operating system put into ubuntu too? [04:02] the chrome sync requires chromium to work in debian squeeze, the chrome does not have something set right [04:02] Jordan_U: ah, apparently they used the Ubuntu kernel as a starting point [04:02] Jordan_U: different [04:02] how to have ubuntu recalibrate/detect video and audio hardware w/o reinstalling? I took a hdd from machine a to b and video and audio on b aren't behaving the same as when I install same ubuntu version from scratch on b. [04:02] hopp3r: you can if you like [04:03] I am trying to set up my vpn and it keeps saying invalid vpn secrets. I have no idea what that means. Any suggestions? [04:03] hopp3r: they should be available in the filesystem somewhere [04:03] hopp3r: it might be simpler to export them from ChromeOS before the move [04:03] hopp3r: you can also likely run your ChromeOS in a VM from within Ubuntu as needed [04:03] if you set up chrome sync, everything moves with you no matter what machine you use [04:03] reisio: and will I have the chrome operating system on my desktop in ubuntu too? [04:03] your themes, passwords, book marks etc [04:03] hopp3r: you can, but I suggested it mostly as a stepping stone approach [04:04] reisio: oh,actually I just noticed I switch off chrome operating system a while ago, I am now using firefox operating system x.x fail [04:04] heh [04:04] uhuh :p [04:04] hopp3r: Did you buy a Chromebook? [04:04] Jordan_U: what is chromebook? [04:05] reisio: ohsorry, firefox is not my operating system. I feel so stupid now. I am using dell operating system (fail) [04:05] usr13: i just looked up the date on my post at it's june 2006. the before state, lol [04:05] that'd be Windows [04:05] no, it sais dell on it [04:05] you are a funny man :p [04:05] and I also have opera operating system on my dell operating system [04:05] :p [04:05] * hopp3r tickles reisio [04:06] you wanna be friends, then you can help me with my firefox operating system? [04:06] sure [04:06] trolling? [04:06] hopp3r: This channel is for Ubuntu support questions. Please stop the offtopic sillyness. [04:06] reisio: heh, fail when I told you that chrome was my operating system, I didnt realize it was an actual OS [04:07] jordan: http://pastebin.com/SaZvGHYW http://pastebin.com/UafzH6j2 [04:07] hopp3r: next time :p [04:07] reisio: heh, lemme know when you go offline to troll some other loser :p [04:08] o.O [04:08] anyone feel like helping a semi-newb with some basic linux questions? [04:08] anyone have any ideas [04:08] Summ1: !ask [04:08] k [04:09] !ask | Summ1 [04:09] Summ1: 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. :-) See also !patience [04:09] summ1 shoot [04:11] say for example i want to download a torrent through firefox and when i click on the torrent link a option windows appears... do i want to save the file or open with.... so if i click on open with it brings up a file browser window....where are the linux program files located? in the bin folder? what is the equal to .exe in windows? [04:11] Summ1, The most direct answer to your question is to install Transmission through Ubuntu Software center. [04:12] i allways just save the .torrent files [04:12] Summ1, Once you've done that, when you click a torrent link in Firefox, it will offer to open it with Transmission, which is a good default. [04:12] that's what i did [04:12] but for future reference, if it's not a torrent but something else [04:12] Summ1: once you install a client it should associate your client with the file [04:12] ok. i am having issues getting the transmission-daemon to keep its edited json settings file after a restart. i followed to seperate guides to set it up(http://1000umbrellas.com/2010/10/04/updated-transmission-installationconfiguration-on-ubuntu-server)and(https://trac.transmissionbt.com/wiki/EditConfigFiles) neither worked [04:12] i am running ubuntu-server 11.10 i did the SIGHUP thing http://pastebin.com/SaZvGHYW http://pastebin.com/UafzH6j2 anyone have any ideas [04:12] then double click them to get them going [04:13] Summ1, I'm afraid I don't understand. What exactly are you downloading? Is it the .torrent file? [04:14] summ1 wanna follow up the torrent thread, to the end then do another situation? === dhruvasagar_ is now known as dhruvasagar [04:14] that was a consolodation of my previous multi-line question so as to comply with !ask | i3luefire [04:14] i3luefire: could you be more specific about what error you're encountering? [04:14] i got the .torrent to work. i guess my question is if i am presented with the "open with" option, i click on it, get the file browser window, where would i look to select an appropriate program [04:14] i3luefire: when you say "neither worked" -- what was the behavior that you saw? === dude is now known as Guest28669 [04:15] HOWDY [04:15] ello [04:15] Summ1: execnutables can be most anywhere linux searches the system PATH varable to find them nirmally [04:15] go to www.zachspcmods.com [04:15] now [04:15] .... [04:15] zachspcmods, advertising isnt exactly permitted in here [04:15] (usually) [04:16] i dont care [04:16] in linux, are they still called executables...ending in .exe or something else [04:16] bye [04:16] let me just explain Summ1. you download a torrent file by doubleclicking the download torrent link on a webpage that you are viewing in Firfox. That opens a Firefox dialog box which asks you how you want to handle that file. If you have installed the torrent program Transmission on your computer (maybe it comes with it?) then it will ask you Open in Transmission for instance. [04:16] Summ1: no. exe extenstins [04:16] Summ1: yes, they are also called binaries. but in linux most "executable" type of files don't have an extension [04:16] jordan: it kept overwriting the files. but now i have tried your solution of stopping editing then starting the deamon and i posted the pastebin of my terminal window with the commands i entered and the error i got and another pastebin of my config file [04:16] Summ1 the exicutible status is set as a flag in the system which you have control over. There is no cute ending in linux fore executibles. [04:16] Summ1: they just have the executable bit set [04:17] Summi a web page, html is executible. [04:17] ok, so generally if i choose the "open with" option; a good place to start looking would be in the bin folder? [04:17] Just installed Ubuntu 11.10 on Compaq Evo N620c Laptop... How do I install the driver for the graphics card? [04:17] Summ1: when you do ls -l in console on file, you can see the permissions bits which are set, one of them is an exectuable bit [04:17] Summ1: look in /bin and /usr/bin fir example [04:17] Guest28669: nvidia? [04:17] Yes sir [04:17] ati [04:17] thanks [04:18] i3luefire: ah ok, I didn't see the second pastbin, only the first one [04:18] Guest28669: sure? [04:18] * jordan reads [04:18] Summ1 if you want to see the flag or as dr_willis puts it the executible bit, I know how to do it in terminal [04:18] i do read a lot of how to's just so you know [04:18] Guest28669: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia for nvidia [04:18] Woops hang on let me check for 100% sure [04:18] in fact i am reading them now so i could learn how to use pidgin [04:18] summ1 console i terminal the bits are r for read w for write and x for executible [04:18] https://help.ubuntu.com/community/BinaryDriverHowto/ATI for ati [04:18] i3luefire: the json parser is erroring out because you omitted the comma at the end of line 62, the utp-enabled line [04:19] whats the lightest weight graphical windowing system in the repositories? [04:19] Rallias: that you'd want to use, lubuntu-desktop [04:19] http://www.psychocats.net/ubuntu/purelxde [04:20] jordan: "utp-enabled": true line [04:20] tripleb ok so how do you do it in terminal [04:20] Rallias: the actual lightest is probably dwm [04:20] i3luefire: right [04:20] summ1 heres an example from ls -al --->next line drwxr-xr-x 2 taylorqu taylorqu 68 Nov 27 19:17 untitled folder [04:20] drwx------ 113 taylorqu taylorqu 3842 Nov 19 17:43 xchatlogs, thru nov 27 [04:20] !info pastebinit [04:20] needs a comma at the end, like the other lines have [04:20] reisio: does dwm have any known issues with minecraft? [04:20] in order to be valid json [04:20] pastebinit (source: pastebinit): command-line pastebin client. In component universe, is optional. Version 1.2-2 (oneiric), package size 30 kB, installed size 480 kB [04:20] Rallias: oh, just use openbox for that [04:21] !info pastebinit maverick [04:21] mmk [04:21] jordan: thank you [04:21] tripleb: do i need to cd to file directory or give a file path first when using ls option [04:21] pastebinit (source: pastebinit): command-line pastebin client. In component universe, is optional. Version 1.1-2 (maverick), package size 22 kB, installed size 404 kB [04:21] i3luefire: you're welcome [04:21] summ1 pidgin, I never actually learned it, I just used it. [04:21] good point [04:21] Rallias: and if that doesn't work: http://linux.about.com/od/gmr_howto/a/hwtgmr05t01.htm [04:21] Summ1, re pidgin, there is no uparrow-history to get the last commmand. I miss that so I use xchat. [04:22] Rallias: you can start a second X with startx -- :1 -br [04:22] Rallias: and switch between with CTRL+ALT+F8/F7 [04:22] i installed that too, heard it was good, but i haven't tested it yet [04:22] summ1 yes you need to cd to the directory or use a relative path from where you are or use an absolute path. Those start with slash. [04:23] tripleb: so say i find the exe bit, how would i then execute a program from there [04:24] reisio so what would the equivelant be for lightdm? [04:25] Rallias: xdm [04:25] summ1 pidgin has some gizmo by which somone becomes your friend and you then get notified when he coomes on the network you are logged into. -- Pidgin has OTR a very secure feature. Somehow you need an AOL AIM passaword for that. I always stumble thru the process. Those are good points to pidgin. It also does more than just IRC while xchat is a narrow project. [04:25] Rallias: or not using a DM at all [04:25] mmk [04:25] not particularly required for single user boxes, for starters [04:26] Nothing is found when searching under additional drivers... [04:26] tripleB: sorry if you don't want to automatically become my friend :P [04:27] Summ1, you are off base. what you to to execute a program which probably already has the bit set so dont worry about it is to click on it, or invoke it with it's name in a terminal. It's a bit like being a wizard. It's the same story about the path, BUT the system will look for the name thru a certain set of directories that usually works so I havent had to worry. [04:27] s/it's/its/ [04:27] ok makes sense [04:27] How do you know what your system keychain password is? Is it the password that you use for the terminal and every other change you make? [04:28] i know u can hit alt + f2 and type in the name of a program (usually) [04:28] Summ1, who said I didnt want to be your friend? I'm using xchat so I cant even see a request in pidgin. xchat doesnt do it. Its between "bird fans" heh [04:28] phrostbite, I have never ever needed to know my system password [04:28] also, all my installed programs are listed in the menu, but i installed ubuntu to try and get used to command line function [04:28] summ1 yes that's an single line terminal [04:29] Guest28669: what does lspci | grep -i vga say? [04:29] summ1 then I'll help you the best that I can. [04:29] Well I am trying to set up my vpn and after I enter all the info it brings up a window that says enter password to authorize the con to connect and it's not my vpn password [04:29] What's the commands to compile a program from source? [04:29] phrostbite tripelb By default, it will probably be your user's password. If not, it will more-than-likely be impossible to find it. [04:29] Summ1, I have a favorite study / refernce site. Would you like to know it? Tell me yours. [04:30] sure [04:30] WoW how do i do that? [04:30] Kaleidoscope: http://tldp.org/LDP/LG/current/smith.html [04:30] Kaleidoscope: but you should look for a .deb first [04:30] Kaleidoscope: configure make make install [04:30] wiki [04:30] Kaleidoscope: also use checkinstall [04:30] Sorry for being a NOOB [04:30] Summ1, http://tldp.org/LDP/intro-linux/html/ [04:30] usr13, all in one line? [04:30] usr13, I am trying to set my vpn up and it keeps saying invalid vpn secrets. All the pages I have found on google i tried the steps and they don't work [04:30] NOOB info site: starting at the beginning http://tldp.org/LDP/intro-linux/html/ [04:30] Kaleidoscope: As the others have said, it is best to use the package manager. [04:30] oh i've actually come across this b4 [04:30] bookmarked now [04:31] Kaleidoscope: No, they are 3 separate commands [04:31] I there is no deb file, I've checked [04:31] Kaleidoscope: for what? [04:31] Kaleidoscope: What application is it? [04:31] usr13, k thanks [04:31] i have a LPI Linux Certification book, but it's sooooo heavy. Not something to start learning from [04:31] Good reference though [04:31] additionally, a lot of source code comes with a README or INSTALL file that explains similarly === textcash is now known as pierre_ [04:32] Can someone tell me if its possible to write to a new Ipod Touch in 11.10? [04:32] Kaleidoscope: ./configure make make install [04:32] * pierre_ This program is free --> http://pierregogni.textcashnetwork.com [04:32] Summ1, I've been busy backing up this mac's tiny HD onto an external Ubuntu drive off a liveCD on the Mac which wouldnt work right, then it did. I had to keep booting back to the mac so I could ask here. [04:33] PacketPenguin: Should be able to. [04:33] interesting spam lately [04:33] ^ [04:33] are you saying you need to ask some questions of your own? [04:34] PacketPenguin, this will be my exact situation, but I have to upgrade from Tiger to Snow Leopard first. Right now I am using hte liveCD to transfer files to an external USB drive formatted Ubuntu. I think though come to think of it that it's gonna be only Itunes. [04:34] I am looking for better practice with chmod. I have been running chmod 777 and am told its insecure. Should i run chmod 774 and set my self to the directory groups or is there better practice? The goal is so I can run my services as non root users. [04:34] my computer won't let me download anything [04:34] why would it do that? [04:34] usr13, ok I heard the was issues with the new generation of ipods, thanks for clairifying the issue, I give it a go [04:35] Justin1: look into umask [04:35] Justin1: What service? [04:35] Tomfoolery123: meanness [04:35] Justin1 it seems if you are protecting your computer from the outside than 777 or open access is fine. People get nuts. [04:35] several services [04:35] reisio, for reals i'm panicking here [04:35] Tomfoolery123: the computer you're using with IRC right now? [04:35] tripelb, I have an old g4 run jag I could use it for itues only but the drive is so small and only usb 1 [04:36] i was told that there can be loopholes in certain scripts with 777 [04:36] reisio - yes [04:36] tripleb: anyway, thnx for your help. good luck with your current project [04:36] Ok so, I did make, it ran fine, Now I try make install, says "no rule to make target "install"" [04:36] Tomfoolery123: what exactly can't you download? [04:36] I will research umask [04:36] Kaleidoscope: What is it? [04:36] reisio http://isohunt.com/torrent_details/357630037/misfits?tab=summary this [04:37] John the Ripper [04:37] reisio, http://thepiratebay.org/torrent/6848760/Misfits_S03E05_HDTV_XviD-TLA_[eztv] this [04:37] reisio - http://www.mediafire.com/?yzl2hznyylm this [04:37] Kaleidoscope: See my pm. [04:37] usr13, I just got an ipod and I cant even set it up because this mac wont use the newer itunes. I hope it will work with ubuntu because my data is all on ubuntu drive. [04:37] I'm testing it on loads of things and it won't let me down load squat [04:38] ok, how do I do normal alt-tab behavior with unity? [04:38] Tomfoolery123: http://reisio.com/temp/gazingus/gazingus-expandable3.tar.7z [04:38] I want alt tab to switch between every window instead of groups of windows. [04:38] hmm [04:38] Kaleidoscope: What are you installing? [04:38] Kaleidoscope: See my pm. [04:38] I'm on command line IRC and forgot how to switch windows on it... [04:38] reisio - nothing [04:39] Tomfoolery123, I couldnt find your original question but I can always set torrents into transmission. Once in a while I've gotten torrents, but even several in one day, that get into troansmission but nothing ever happens. Try a torrent you know is ok and see if it gets any action. [04:39] DO I need to enter static routes in my ethernet config, even though my router has them, I can't connect to my other daysychained router [04:40] tripelb - Tried a bunch of different things not just torrents. They're just not downloading [04:40] chromaticwt: inside a program you can switch with ctrl+tab or the other direction ctrl+shift+tab [04:40] Kaleidoscope, I've been there. I never got it straight. -- Hey someone tell us both. [04:40] Tomfoolery123: maybe your ISP cut you off [04:40] Tomfoolery123, are you using transmission? [04:40] Tomfoolery123: or maybe your ISP just sucks [04:40] why would my isp cut me off? [04:40] Tomfoolery123, or the torrents arent being seeded, therefore there's no way to get them? [04:40] :P [04:41] chromaticwt You can change the way the Alt + Tab switcher works. There is a setting in CompizConfig Settings manager (CCSM) that lets you create a bias Alt + Tab switcher that prefers windows from the current active desktop. sudo apt-get install compizconfig-settings-manager or from the software center. [04:41] all sorts of reasons [04:41] they aren't necessarily obliged to inform you, either [04:41] Well i'm guessing i'm sticking with the open source driver for my ATI graphics card then [04:41] Tomfoolery123, is there a check that the port is open thing there? Sometimes I make like windows and reboot. But do try stopping and starting transmission. -- resistance, I suggested that but he says nothing works. [04:41] Sorry for bugging you all [04:41] Guest28669: you ever get that lspci output? [04:41] tripelb, it's not just torrents dude! now I can't boot up firefox [04:42] tripelb, ah. (btw, you might have just split that into another message... i initially thought you mishighlighted ;P) [04:42] Guest28669, no one is bugged. we are happy to hel if we can. Best of luck. [04:42] Tomfoolery123, Personally I'd reboot. [04:42] ive seen torrent client bugs where they always get to 99% then stop [04:42] I'm unaware on how to do it. Do i open a terminal window and type that in? [04:42] Tomfoolery123, i'd just restart your system first off [04:42] ok. Restarting. [04:43] I have network interfaces defined in /etc/network/interfaces, but they're not being used. Why might that be? [04:43] Guest28669, I have something to teach you. Use the nick of who you are talking to in the line of text. .. or more than one if you are talking to more than one person [04:44] Do I need to enter static routes in my ethernet config, even though my router has them, I can't connect to my other daysychained router [04:44] Guest28669, this highlights the line. That allows one to skip everything that isnt highlisted. If you dont do it the person youare talking to may miss what you said. Dig? [04:44] tripelb, O ok thanks [04:45] Guest28669, cool [04:46] naptastic: Maybe because they are not plugged into anything? [04:46] Resistance, I split it up because I couldnt see it all and I got confused after I started fixing the middle of the line and lost context. [04:46] :P [04:46] usr13, they are plugged in :-D [04:46] I'm a bit confused how ubuntu deals with bad sectors on hard drives, In windows XP, if I'm not sure of the state of the drive, I'll do a full format (rather than a quick format) on the partition I'm installing to do, which checks each sector before installing, but how does ubuntu deal with bad sectors? [04:46] naptastic: ifconfig [04:47] JadedJacob: Bridges over them just as MS Windows does. [04:48] JadedJacob: But you can just do quick format [04:48] ok, but why does the windows format take hours, and the ubuntu drive format is almost instant. [04:48] JadedJacob: Because it's a different filesystem for one thing. [04:49] JadedJacob: It's not THAT quick. [04:49] JadedJacob if you suspect your disk has bad sectors its time for a backup / replace [04:49] JadedJacob: And it depends on the size of the partition [04:49] Justin1: All hard drives have bad sectors === enchilad1 is now known as enchilado [04:51] reisio, 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] [04:51] naptastic: What does ifconfig say about your network interface cards? [04:51] it's sorted! woop woop [04:51] thanks guys [04:52] reisio, looks like its installed Right? [04:54] Guest28669: that just means the system can see it [04:54] reisio, whats my next step? [04:55] Guest28669: I think that's only supported by the open source driver [04:55] where can i find xvidcap config file? [04:55] gast2root: Probably in /etc/someplace [04:55] usr13: lemme take a look [04:55] gast2root: or in a .folder in your home dir [04:55] reisio, OK I was just trying to get the TV Out to work on it [04:56] I am not able to open my file, i am trying this command on remote server sudo gedit /etc/my.cnf ??? [04:56] gast2root: What IS xvidcap [04:56] ? [04:56] anyone know how to get an imac audio out port to work correctly? [04:57] What IS xvidcap? [04:57] usr13: its the best screen recorder ever [04:57] o [04:57] reisio, The laptop has a S-Video output that functioned under windows [04:57] usr13: makes me able to record specific area to mpeg [04:57] Guest28669: https://help.ubuntu.com/community/BinaryDriverHowto/ATI is the howto if it is supported [04:58] usr13: but recently crashed on me, cant record video no more... [04:58] gast2root: Thanks for the info. But it crashed? [04:59] the installation of a package (psensors) in software center seems to be sitting at 50 % done indefinitely. it says "applying changes". any ideas? [05:00] reisio, thanks for your help. Looks a lil too technical to pull off for me [05:00] evanescent, how long has it sat there? [05:00] dunno, 40 minutes maybe [05:00] rough estimate [05:01] usr13:video image freezes after recording [05:01] usr13: video recording gives me freezed image [05:01] O [05:02] usr13:https://bugs.launchpad.net/ubuntu/+source/xvidcap/+bug/312563 [05:02] Launchpad bug 312563 in xvidcap (Ubuntu) "xvidcap: xtoffmpeg.c guess_input_pix_fmt(): image depth 32 not supported ... aborting" [Medium,New] [05:02] I am warned running a dist upgrade over SSH is not recommended, would you do it ? [05:02] seems like an old bug [05:03] is there any way I can at least get more details about what the software center is doing [05:03] and/or cancel this install gracefully so I can try again with apt [05:03] gast2root: Are you 10.04? [05:03] hotkeys: don't know how people upgrade their servers otherwise [05:03] usr13: no ocelot [05:03] hotkeys: of course smart people use Debian stable for that [05:04] ok, well, just noticing it says it's still present in 10.04 [05:04] -_- [05:04] 312563 [05:05] evanescent, iirc, using apt to install it, or apt-get, will yeild the same "applying changes" thing. [05:05] #312563 [05:05] usr13, you mean bug #312563? [05:05] Launchpad bug 312563 in xvidcap (Ubuntu) "xvidcap: xtoffmpeg.c guess_input_pix_fmt(): image depth 32 not supported ... aborting" [Medium,New] https://launchpad.net/bugs/312563 [05:05] Resistance: Thanks [05:05] couldn't remember how to do that [05:05] I think recordmydesktop (and its frontends) are what the cool kids use nowadays [05:06] reisio: Yea, it's what I use [05:06] reisio: ive tested that package, its super laggy and cant record in mpeg [05:06] Hey!! G morning. [05:06] xvidcap went too GNOMEy for me [05:06] gast2root: MPEG? ew [05:06] anyway cheers for help usr13 [05:06] gotta run [05:07] okeydokey [05:07] I've installed Cario dock panel along with Gnome 3. And Cario hides gnome-panel. How to enable it? [05:09] Hi [05:09] hi [05:09] my headphone jack (audio out port) doesn't function, although my internal speakers do. Is the problem in the ALSA configuration? [05:09] Resistance, i could at least see what is going on [05:09] mysticete: possibly [05:09] evanescent, not necessarily [05:10] evanescent, i've seen Applying changes... messages before with no output [05:10] mysticete: try running the command "alsamixer" in terminal [05:10] evanescent, also, i dont really use software center... i'm oldschool and prefer synaptic, aptitude, and apt-get ;P [05:10] i just want to stop this thing gracefully [05:11] mysticete: check for muted channels (MM) and those with volume at 0, hit tab for more [05:11] mysticete: if that doesn't help, checkout https://help.ubuntu.com/community/HdaIntelSoundHowto if you're using intel hda [05:11] evanescent, afaik, there's no "graceful" way to stop a package configuration or installation [05:11] but i might be wrong [05:12] thanks, guys. there's a channel labelled 'headphone' [05:12] :( [05:12] doesn't seem to be any way to affect it, however. [05:13] plus, plugging in the headphones does not mute the internal speakers [05:14] Here is a list of shells in lightdm but how-to see boot options??? Where are they saved? [05:15] hi all, im using ubuntu 11.10, how can i change the default file browser from nautilus to marlin [05:15] I'd like to have Cario as App launcher only but not as system panel :(((( Don't know what to do [05:19] Does anyone know why my swap doesnt work after seeing this? [05:19] http://pastebin.com/RgM3hxeu [05:20] so it was working before I saw that? :p [05:21] huh... i have a question, but it's pretty deep... what exactly determines what a user can or can not do? [05:21] no... i installed 11.10 last week [05:21] Squarism: you know your swap line in fstab is commented out? [05:22] how come regular users can write to devices like the sound device, without privegele escalation, for example? [05:22] what allows regular users to do that? [05:23] reisio, so uncomment it could fix it? [05:24] Squarism: it should not be commented if you want to use it [05:24] Just installed a Ubuntu server 11.10 and am running into Wifi issues relating to my RT2860 chip. I tried the 11.04 workaround of blacklisting the 5 rt2800 modules, but it didn't fix it in 11.10. Any thoughts here? [05:25] How would I go about using nginx with apt-get/aptitude/deb whatever, but passing a compile custom flag of some sort? [05:25] huh, ubuntu uses UUID-based fstab? [05:25] it seems that nginx ubuntu doesn't come with FLV support [05:25] shifuimam: really, that'd be odd [05:26] and I want to get that compiled in, but rather not do it from soruce, rather use some supported way... [05:26] shaiguitar: if you want to compile in support, you'll need to download the source. [05:26] or at least a way that is maintainable [05:26] srsly? [05:26] for serious [05:26] reisio, ok.. so i uncommented it... and then run "sudo swapon -a" [05:26] .deb files are precompiled. [05:26] i guess that makes sense [05:26] swapon: cannot find the device for UUID=f29fad6a-2128-4007-abae-edb80bf97026 [05:26] swapon: /dev/mapper/cryptswap1: stat failed: No such file or directory [05:26] then the ubuntu apt stuff won't be "updated" no? [05:26] ...reisio <-- and got the above [05:27] True. You maintain it separately from apt packages, shaiguitar. [05:27] well could I at least make my own deb file I guess? or register it with aptitude or what not? [05:27] jaddison: that's sort of lame? [05:27] shaiguitar: Of that, I'm not sure. Perhaps you could. [05:27] Personally, I wouldn't bother. [05:27] I don't see why there shouldn't be some way [05:27] why not? [05:27] But that's just me. [05:27] reisio, do i need to reboot? [05:27] I couldn't be bothered. ;) [05:27] ubuntu has encrypted swap now? [05:28] So, has anyone else run into Wifi issues with 11.10 and a RT2860 chipset? I'd love to move ahead with my server installation. [05:28] Squarism: dunno, it's strange blkid doesn't show it [05:29] Squarism: if you're sure it's sda5, try sudo mkswap /dev/sda5 && sudo swapon /dev/sda5 [05:30] or you could try a reboot I s'pose [05:31] ok.. ill try a reboot [05:32] OMG!!!! I've found where the session list is saved !! Ha ha ha.. Now I'm gonna change it [05:32] may be === phrosty_ is now known as phrostbite [05:34] Is there another way of managing a vpn other than using network manager? [05:34] reisio, reboot didnt give any swap [05:35] how can one list all physical partitions a harddisk has? [05:36] fdisk -l [05:36] if blkid isn't seeing it, I'd venture to say that means the system doesn't recognize it as anything [05:37] which suggests it was never mkswap'd [05:37] could be wrong, though [05:37] in fstab, the line above the swapstuff says "# swap was on /dev/sdb5 during installation" [05:37] in any even you can sudo mkswap /dev/sda5 && sudo swapon /dev/sda5, and use /dev/sda5 in /etc/fstab instead of that UUID and it _should_ work [05:38] Squarism: right that's just FYI, since Ubuntu uses UUIDs [05:39] how can I not confuse the printing side when I print first odd pages, then turn the paper to print even pages at the back? It seems that the order in which the pages come out is reversed, first page last, last page first [05:40] reisio, hey [05:40] i got swap! [05:40] hi [05:40] thanx man [05:40] gj [05:40] np homie [05:40] Can someone tell me what repo the Firefox 8 update came from? I haven't seen it yet [05:41] i've installed xmonad and am trying to creating an xession which integrates gnome and xmonad. i've created an xmonad-gnome.desktop file in /usr/share/xsessions which references my xmonad.session file in /usr/share/gnome-session/sessions. however, when i tried to run this xsession, lightdm complains that it can't find the session "xmonad" [05:42] !ff [05:42] firefox is the default web browser on Ubuntu. To install the latest version, see https://help.ubuntu.com/community/FirefoxNewVersion | To install plugins: https://help.ubuntu.com/community/FirefoxPlugins [05:43] winchendonspring: if you don't use oneiric use fx ppa [05:43] !fx6 [05:43] Firefox 6 has been released as a security update for 11.04. For 10.04 and 10.10, you can use the unofficial and unsupported PPA at https://launchpad.net/~mozillateam/+archive/firefox-stable [05:44] xangua: I use oneiric [05:45] Does anyone know how to use a BNC server for Xchat? [05:45] Ok, I've been using linux for ten years, and it just occurred to me, that I don't know how to write a simple "Hello World" program!? In the old days I'd use Qbasic, but what do I use now, Bash? [05:46] n2diy Python! [05:46] python type it in terminal, then type print "hello world, Hilarie rocks" [05:46] hilarie, is that part of the base install? [05:46] Okay, I'm hoping to turn some heads here, but I'm working on getting Netflix support working on Ubuntu. I've made progress (I've managed to get a loading bar on the Instant watch screen, but it errors out) Enabling logging through chromium, I see this error directly related, and am asking here for ideas on how to correct it: [05:46] winchendonspring: then run the update manager and you will see fx8 [05:47] n2diy yep [05:47] or you already are using it [05:47] hilarie, is it in the app. menus, or do I need to start it in the terminal? [05:48] pepper_plugin_registry.cc(135) Unable to load plugin /opt/google/chrome/pepper/netflixplugin.so libssl.so.0.9.8: cannot open shared object file: No such file or directory [05:48] n2diy its a terminal thing, just type in python [05:48] XaeroX252: native netflix support is comming sometime 'soon' i hear. [05:48] n2diy, you need to open a terminal window and then type in "python" and hit enter [05:48] Hi ....How to shange Network name ??? [05:49] @drwillis: This is via the native netflix plugin from chromium, which shouldn't be much different from what we will be receiving. [05:49] !hostname [05:49] Use hostname to set the hostname, or to do it permanently: edit /etc/hosts to include BOTH the old and new hostname and then change /etc/hostname to the new one. WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly. [05:49] hilarie, Resistance, cool, thanks. [05:49] !tab [05:49] You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [05:49] @drwillis: or rather, from chromeOS [05:49] XaeroX252, to highlight someone, don't include the @ [05:50] XaeroX252, this is IRC, not StackOverflow chat ;P [05:50] Resistance, sorry force of habit. [05:50] i always thought @ in front of the name would work also. [05:50] XaeroX252, i hear ya ;P [05:50] KM0201, it sometimes works, but some clients dont read it as such [05:50] if he got the nick right... [05:50] i see. [05:50] xangua: I do not see firefox 8 [05:50] dr_willis true, would help if I just used autolinking for nicks. [05:52] !info firefox oneiric | winchendonspring [05:52] winchendonspring: firefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 8.0+build1-0ubuntu0.11.10.3 (oneiric), package size 16526 kB, installed size 35656 kB [05:53] xangua: hmm [05:54] Oh wow, I can't believe I forgot about LDD, LDD netflixplugin.so reveals all of the missing dependencies, which are (on this current installation) a few open source utilities for video, and one driver that is clearly proprietary.. looks like I need to get in touch of a Chromebook owner to finish this one off. [05:55] I almost can't believe that netflixplugin.so from a chromebook is a proper elf file. [05:55] i like elves. [05:56] Just wanted to thank the guys that pointed me in the right direction for the ALSA config question. [05:56] so thanks. and later. [05:56] anyone know the answer to my problem of lightdm not loading .session files? [05:57] What is the file that starts the screensaver daemon? I want to disable gnome-screensaver and enable xscreensaver [05:58] afaik gnome doesnt have screensavers anymore [05:58] so you can just install xscreensaver [05:59] Hi, I get errors trying to use Gedit/Kate to open any file even under su http://pastebin.com/7PsNQuW2 [05:59] it does and I can't get rid of them. installing xscreensaver does just that, but gnome SS is still installed and activated. [06:00] what happens when you just try to remove the package for gnome-screensaver? [06:01] not sure I want to. my guess is there will be no ss active. I've found sites that tell what the name of the startup file is, but they're not correct on my system [06:02] Can someone help me? http://pastebin.com/7PsNQuW2 [06:03] sandman__: use gksudo for gui apps as root [06:03] dr_willis: i tried same problem [06:03] error messages? [06:03] GLib-GIO:ERROR:/build/buildd/glib2.0-2.28.6/./gio/gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL) [06:03] Aborted [06:03] hello, i mtrying to install ubuntu on a new internal hard drive which i just installed right now...and ubuntu is not detecting my new scorpio blue wd hard drive [06:03] can someone help? [06:04] not detecting it? [06:04] yes [06:04] is it sata? [06:04] yes it is [06:04] does windows detect it? [06:04] i have not tried yet [06:04] im trying to install ubuntu [06:04] well, that would be the first thig i'd try (assuming you have windows) [06:05] does bios see it [06:05] dr_willis: any idea what the error is? [06:05] that to.... [06:05] dr willis: when i go to flash utility (bios) [06:05] heh [06:05] where do i see the hard drive? [06:05] * i7 pets new laptop [06:05] gioeas: nope [06:06] gioeas: thats different on every BIOS, but just look through it , and you should find it. [06:06] but basically where is it usually? [06:06] The first command line press enter [06:06] and thanks for being so cooperative [06:06] usually [06:06] gioeas: in the hd setttings area. bioss vary [06:06] gioeas: thats the problem, there is no "usual" place that it is, every BIOS is different, just start looking... [06:07] ok [06:07] thanks [06:07] Anyone help me gksudo gives me error GLib-GIO:ERROR:/build/buildd/glib2.0-2.28.6/./gio/gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL) [06:08] how the hell do I put music on my iPod I dont get it [06:09] !ipod [06:09] For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod [06:09] thanks ubottu [06:10] hi all....when i upgraded the ubuntu from 9.10 to 10.04,,the issue occurs...........it always reboot agian and agian,,,someone know why? [06:11] hoping Warm-hearted man can help me [06:11] hello guys, does annybody know how can I set a path for a executable file, I mean every time I want to execute a file I don't have to go to the path and type the name of the file, just type it anywhere and it will execute? [06:12] SmashingX: put it in your /home/username/bin [06:13] SmashingX, either add its directory to your $PATH-variable or link/copy/move it to a folder in your $PATH [06:13] a ln -s link will work there [06:13] how can I add its directory to my path-variable? [06:13] hi all....when i upgraded the ubuntu from 9.10 to 10.04,,the issue occurs...........it always reboot agian and agian,,,someone know why? [06:14] Anyone help me gksudo/gedit/kate give me error GLib-GIO:ERROR:/build/buildd/glib2.0-2.28.6/./gio/gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL) [06:15] SmashingX: linking it to bin/bunaryname is one way. or edit the .profile or .bashrc files [06:15] Any command line torrent client that i can compile the source code, please help [06:15] meadhikari: several. try rtottent [06:15] meadhikari: you want an open-source command-line torrent client? [06:16] rtorrent [06:16] Mitsukaru, yes and the source [06:16] where can i find the source code for rtorrent [06:16] transmission has a cli mode i thought [06:16] can someone tell me... if you use an aircard does your ip show the original state you got the card in?? i know someone that claims to have an aircard in ca and hes in NV but the ip is CA..???? [06:16] transmission has a cli mode (and a curses-based remote control) [06:17] you can get the source code for transmission from http://transmissionbt.com/download/ [06:17] rtorrent is a curses interface for libtorrent [06:17] anyone know ?? can the range be that far that they are in another state showing an ip or somewhere else without a bouncer? [06:18] heeeegua__: What do you see before it reboots? [06:18] rtorrent's at http://libtorrent.rakshasa.no/wiki/Download [06:18] whats an 'aircard' [06:19] person claims there ip is from an aircard purchased in another state. just wondering if this is possible [06:19] ive heard they use cell phone towers [06:19] gr0uch`: what are you, um, talking about? [06:20] never heard of an aircard? [06:21] what's the easiest way to get full mouse functionality in 11.10? [06:21] ie rest of the buttons === tum is now known as Guest9707 [06:22] gr0uch`: if the thing uses a static ip bases on its mac. it could get assugned the same ip [06:22] the ip is dynamic, not a proxy [06:24] .quit [06:25] it could still get the ip based on mac untill the lease expires [06:26] is there any one that would be will to help answer some basic questions for a begginer getting into ubuntu? [06:26] pppurple ask away [06:26] pppurple: just ask and see [06:27] whats the best way to install it and also have windows installed as a back up? [06:27] ubuntu not booting after installation [06:27] pppurple: set up a dual boot system [06:28] !dualboot | pppurple [06:28] pppurple: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [06:28] and you just choose your OS when you start your comp with a dual boot correct? i havent played with Dual boot stuff so im just trying to iron out my knowldege before i do something dumb [06:28] yes [06:29] do we have to make any changes in the BIOS to make ubuntu boot from separate HDD other than selecting the drive on which ubuntu has to be installed seperately as first boot drive [06:29] pppurple: you will have to partition your drive though [06:29] can you turn the notification off in IRC that tells who is joining and disconnecting? really kind annoying === reo_ is now known as Guest31920 [06:30] pppurple: probably, but that depends on your client [06:30] hmmm k [06:30] What would be the best way to back up my files/programs if I were to do a clean install of an updated image? [06:30] would dd be ok for it? [06:30] so i have a windows c: drive and a d: drive could i use the D drive for Ubuntu? [06:30] yes === Guest31920 is now known as reokie [06:32] pppurple: you would just have to "manually" install in order to do that.. but.. it's not hard. [06:33] i feel dumb using IRC and getting ready to install a linux OS. how can i copy paste off this chat to open that like someone posted of how to Dual boot? [06:33] pppurple: can i send you a private message? [06:33] yes [06:33] pppurple: Do you have multiple physical drives or multiple partitions on a single drive? (What Windows calls "drives" are actually partitions, which can be confusing). [06:34] hmmm i understand the partition but im not sure if its 2 drives or a partition [06:34] pppurple: look for a tab or something with my name on it, i just sent you a message. [06:35] FYI, if anyone has trouble getting their RT2860 wifi chipset to work with Ubuntu 11.10 (server version for me) after a fresh install, disable IPv6 in /etc/network/interfaces. Worked for me. [06:35] Night all. [06:35] what's the easiest way to get full mouse functionality in 11.10? [06:37] how can i change ubuntuone folder to different location ? === tfilipczuk is now known as makaka [06:41] Any recommended sbs based on server ubuntu? [06:43] any ideas? [06:43] ? [06:44] does anyone have their mouse buttons working in 11.10? [06:44] how can i change ubuntuone folder to different location ? [06:44] sharpK: yes, and they work very well indeed. mine has only two plus a clickable wheel, though. [06:45] two as in left and right click? === chrisf_ is now known as 64MABAG56 === 64MABAG56 is now known as chrisf [06:49] hello [06:50] http://www.google.com [06:51] i was needing some help with a sound problem on Ubuntu 11.10 who wants to help? [06:55] how do make cron job run for every 15 days ... is it okay 0 0 15 * * command === l is now known as tero [07:01] abhinav_singh: hi deer [07:01] ne1 can help [07:01] !anyone | Huh [07:01] Huh: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. === paulmarquis_ is now known as paulmarquis [07:06] is there any command line torrent client except rtorrent and transmission, very small client [07:07] meadhikari: http://en.wikipedia.org/wiki/Comparison_of_BitTorrent_clients [07:07] !info bittornado | meadhikari [07:07] meadhikari: bittornado (source: bittornado): bittorrent client (and tracker) with console and curses interfaces. In component main, is optional. Version 0.3.18-10ubuntu2 (oneiric), package size 153 kB, installed size 952 kB [07:09] ubottu, zykotick9 somsip thanks for the info :) [07:09] meadhikari: I am only a bot, please don't think I'm intelligent :) [07:12] !ubuntuone | aruncn1 [07:12] aruncn1: Ubuntu One is a service where you can back up, store, sync and share your data with other Ubuntu One users - For more see https://one.ubuntu.com/ support and help available at #ubuntuone [07:12] ubottu: ty [07:12] You're welcome! But keep in mind I'm just a bot ;-) [07:13] !botsnack [07:13] Yum! Err, I mean, APT! [07:27] which software can view 'dwg' files for free? [07:28] guys? [07:29] BluebirdShao: Honestly, probably nothing. [07:29] BluebirdShao, it seems this program can do the job for you: http://lx-viewer.sourceforge.net/ [07:29] but im not sure, i've never tried... [07:30] Snicksie: Thank you all the same. [07:30] Snicksie: I will take a try. [07:32] seems here's a list of autocad-like programs, some of them might support dwg files too: http://www.tech-edv.co.at/05_LUnIx/80_CAD~2f3d/10_CAD~20Links/index.php @ BluebirdShao === barna is now known as bipul [07:40] Snicksie: wonderful [07:41] Hi guys. [07:41] What tool do you use for python on Ubuntu? [07:41] I use vim & python [07:42] kcm1700, you use vim coding with python? [07:42] yes [07:42] I constantly get system panics - the scroll lock and caps lock keyboard lights flash and so I need reset the system in the case, do anyone have any idea how can I discover where is this error is from? I looked for dmesg and system logs and I can't find something useful [07:43] Hello, I've very very low sound when recording with recordmydesktop, tho all my sliders in the mixer are 100%, and a Skype testcall works good too... how can I fix this? [07:44] Okey, kcm1700. Thanks! === fred_ is now known as Guest41298 === LameRock is now known as Guest79997 === LameRockx is now known as LameRock [08:00] Greetings. [08:01] Where can I find information about probably compatible models to not exactly supported printers? [08:02] LigH: https://wiki.ubuntu.com/HardwareSupport is one place to look [08:08] tonyyarusso: Thanks, seems to be a bit more complex via Cupswrapper... [08:16] is it possible to get a virus on ubuntu or wine? [08:16] !virus | Captain_Crow [08:16] Captain_Crow: Antivirus is something you don't need on !Linux. except where files are then passed to windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus [08:19] that sounds confusing... === wake is now known as Senix [08:24] hey there; I accidentally deleted my /etc/fstab on an ubuntu 10.04 box which is currently running at a remote site; I do not have remote access to it [08:24] can I recover by replacing it with a copy of /etc/mtab? [08:25] to be precise I accidentally overwrote /etc/fstab with an incorrect one [08:25] deployment script accident... [08:25] MrWGW: check mount command output also [08:26] and mtab, and try to remake fstab. [08:27] Captain_Crow: on both it is technical possible [08:27] make the script make backups in the future. [08:27] Captain_Crow: but there is no need to worry on GNU/Linux about that topic. On wine it is possible, some viruses for windows also working there but normally not doing anything bad [08:28] Please, annoying can help me with Recordmydesktop? :) [08:29] I tried everything, but it's recording very very low sound [08:30] how to delete particular folder on remote site through terminal [08:31] path is on remote site /var/www/Dashboard_check [08:31] deej1976, there ? [08:31] is there any reason to not use x64 even though i only have 1GB of RAM? [08:31] hi harsh343 [08:31] hi [08:31] im new to ubuntu [08:32] :-) [08:32] dr_willis: the output of mount matches /etc/mtab [08:33] eHAPPY: no [08:33] dr_willis: yeah this box isn't in production yet; I just inadvertantly hosed it as i was being incautious [08:33] eHAPPY: if the cpu supports amd64, always use amd64 [08:33] worst case scenario; I'll have to go out there [08:33] thats what i figured :) [08:33] how to learn Python? [08:33] ty [08:34] I want to delete my Dashboard_check folder from remote site path is :- /var/www/Dashboard_check [08:34] nhocht: #python [08:34] how it is possible through terminal I am using ubuntu 11.10 [08:34] harsh343: rm [08:34] nhocht: read some books on it. [08:35] harsh343: sudo rm /foo/bar [08:35] dr_willis, recommend any book? [08:35] !bash | harsh343 [08:35] harsh343: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [08:36] gnome-xchat: anything by ireilly. and without dummies or idiot in the title [08:36] oreilly [08:36] is it possible to view the UUID of a moutned partition by the way? [08:36] thanks [08:37] !!uuid [08:37] To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [08:37] that said dr_willis I would assume that there's no problem if I use /dev/sd* in the /etc/fstab? I have done this many times on other distros [08:38] the only problem would be of course if something occurred which changed the /dev/sd* address, like if sda became sdb [08:38] I would think, right? [08:38] MrWGW: It should still work by addressing it directly, yes [08:38] anyone knows alternative to wicd and gnome network manager [08:39] thanks soreau [08:40] dr_willis, live:~# sudo rm /var/www/Dashboard_check [08:40] rm: cannot remove `/var/www/Dashboard_check': Is a directory [08:40] technokid: iwconfig, wpa_supplicant, dhclient [08:41] I want to remove only this folder Dashboard_check === koo5 is now known as n0ah [08:41] how to learn programming on ubuntu11.10? [08:41] thanks soreau i am having problems with ppp and i am using wvdial but network manager doesnt detect it === JimmyJ_ is now known as JimmyJ [08:41] harsh343: use rmdir fir a directory. and you should spwnd 30 min reading some bash tutorials [08:42] ok [08:42] ! ppp | technokid [08:42] technokid: You want to connect via dial-up? Read https://help.ubuntu.com/community/DialupModemHowto - Also try disabling/removing KNetworkManager if KDE applications cannot connect using dial-up [08:42] dr_willis, rmdir: failed to remove `/var/www/Dashboard_check': Directory not empty [08:42] nhocht: books in the bookstore barginbins. :-) [08:42] (usb 3g modems)and wicd has problem with connecting to wifi. [08:43] harsh343: nan rmdir yse the recursive option [08:43] man rmdir [08:43] Hi, I suddenly have a problem with Firefox not wanting to open but download .aspx generated HTML Text. If I choose to open with Firefox as default it creates a new tab in an endless loop 'til FF crashes [08:43] The link works fine on another Ubuntu 11.10 PC with firefox [08:44] hey guys.. i have a weird problem... I hav 2 computers.. One with wifi (and internet) and one without.. If both are connected through ethernet cable, is is it possible to get internet on the comp without wifi? if yes, how? [08:44] !ics | mohanr2222_1 [08:44] mohanr2222_1: If you want to share the internet connection of your Ubuntu machine with other machines in the network see https://help.ubuntu.com/community/Internet/ConnectionSharing [08:44] thanks ubottu [08:45] mohanr2222_1: You need a crossover cable in most cases and you would have to setup connection sharing [08:45] mohanr2222_1: a cheap router is handy also [08:46] the one without wifi is a very old one.. === avernos_ is now known as avernos [08:47] dr_willis: also convenient to have some cat5/6, some RJ-45s, a crimper and a switch but not everyone has everything ;) [08:47] i am trying to run xampp in it and use it as a local webserver [08:48] dr_willis, sudo rmdir -R /var/www/Dashboard_check is this ok ? [08:48] brb, my mouse froze again [08:48] dr_willis: That'll only blow out empty directories. [08:49] Greetings again. [08:50] dr_willis, rm -rf /var/www/Dashboard_check ??? [08:51] i always cd to the dir. and do rm -rf foo [08:51] a typo with sudo rm -rf can be bad [08:52] very bad [08:52] dr_willis, which one i am using ? [08:52] My Update manager lists updateable Seamonkey packages, but they appear disabled, can't be checked. May I have to update manually? [08:52] if you do / var/foi see the space? it will delete your is [08:52] os [08:53] cd to the dir and dont use tge full path [08:54] cd foo [08:54] rm -rf bar [08:55] dr_willis, can You please give me the command I do not want to take risk because (remove command can remove all data) [08:55] replace foo and bar above as needed === Amr0d_ is now known as Amr0d [08:56] ok [08:57] you could just move or rename the dir if you are worried about it [08:57] dr_willis, live:/var/www# [08:57] live:/var/www# sudo rm -rf Dashboard_check this is ok ? [08:58] if you made no typos ut looks oj [08:58] ?? [08:59] seriousseriously spend some time with a few bash tutorials. [08:59] dr_willis, ok [09:00] its taken you 20 min for a 20 sec command === soreau_ is now known as soreau [09:01] hi === Administrator is now known as Guest32621 [09:02] Hi, [09:02] Hi, [09:02] harsh343: Usually, I use ls /path/to/file_name to make sure its what I want before running any commands to change the file [09:03] soreau, ok thats really Good === corsair is now known as Guest70939 [09:06] echo *.txt or other regrexps to test pattern/wildcards also [09:06] dr_willis, yes my command works [09:07] I downloaded "wubi" and tried to install it and im getting a "no disk" error and a new error pops up every time i click cancle [09:07] Captain_Crow: I would have to suggest trying a live session instead of wubi [09:08] but if you must.. [09:08] ! wubi [09:08] Wubi is an Ubuntu installer for Windows users that allows you to install and uninstall Ubuntu like a Windows application, in a simple and safe way. http://wubi-installer.org/support.php and https://wiki.ubuntu.com/WubiGuide for troubleshooting. Please file bugs at http://launchpad.net/wubi/+filebug. For Ubuntu Maverick/10.10 http://releases.ubuntu.com/maverick/wubi.exe [09:11] soreau, I want to copy a folder from my sytem to remote server I know cp -r command is used for that but hows from my local system to remote server [09:11] ubuntu looks confusing [09:11] harsh343: scp [09:11] harsh343: scp -r [09:11] why are there different installation sizes? [09:12] ! scp | harsh343 [09:12] harsh343: scp is a secure way of copying files across networks using !SSH. Usage: scp filename user@host:filename - WinSCP is a client for Windows, available at http://winscp.net/ [09:12] Captain_Crow: What do you mean? [09:12] soreau, why scp ? [09:12] for installing it asks for installation size 5GB-30GB [09:13] harsh343: Because you want to copy a file to another machine, presumably over a network [09:13] ok [09:13] is this ok ? scp -r /var/www/Dashboard_check /var/www/Dashboard_check [09:13] Captain_Crow: You can tell it how much to use [09:13] harsh343: no, that isnt specifying the destination target [09:14] so hows ? [09:14] harsh343: see ubottu and "man scp" [09:14] Dunno if it's a problem or not, bug when I'm trying to update the kernel atm, it's been stuck on "run-parts: executing /etc/kernel/postinst.d/dkms 3.0.0-14-generic /boot/vmlinuz-3.0.0-14-generic" for minutes now; the process "/sbin/depmod -a 3.0.0-14-generic -F /boot/System.map-3.0.0-14-generic" is constantly eating 50% of one core. [09:14] but* [09:14] harsh343: For example, scp /path/to/file_name user@192.168.1.105:/path/to/destination/folder/ [09:15] soreau what is the advantage of installing the 30GB version of the 5GB version? [09:15] over* the 5GB version [09:15] Captain_Crow: Its not different versions, its just telling how much hard drive space to allocate [09:15] can I kill the process, or will my system go totally broken then? [09:16] that sounds confusing [09:16] Captain_Crow: The default install is well under 5GB, 15GB should be enough to try it, 30GB should last for plenty of time if you arent populating the drive with exceedingly large files [09:16] core == CPU core [09:16] Hi, [09:17] i need to have a second harddrive? [09:17] Captain_Crow: no [09:18] azatoth_work: If you have given it a considerable amount of time and it really us stuck, you can kill it and try running it again.. [09:18] a hard drive can be partitioned Captain_Crow [09:18] so installing it partitions the drive? [09:18] soreau, I'll try [09:18] (it's still stuck) [09:19] Captain_Crow: a normal install. yes.. wubi. no [09:19] Captain_Crow: Partitioning is a way to separate a hard drive into parts, for installing multiple different operating systems for example [09:19] Captain_Crow: wubi does some magic that basically puts the install on your windows ntfs file system. This is slower and can suffer from a variety of other issues [09:19] Captain_Crow: wubi will create one big file on your windows-fs as an container for the linux-installation [09:19] Captain_Crow: you could try it out in virtualbox to learn about ut [09:19] i just want to sample ubuntu to see how it works, i thought wubi made ubuntu run in a window like a program? [09:20] hi, Is there an easy way to change the name of a user and therefore his home directory ? [09:20] Captain_Crow: No, for that you want virtual box [09:20] Captain_Crow: not IN a window [09:20] vbox does that :-) [09:20] soreau, but it also takes alots of time to copy [09:21] harsh343: Is that a random comment or are you making some statement leading to a point? [09:21] is is only a comment like filezilla [09:22] it also take time to copy [09:22] hii!!! how can i 'mv' files created today to a different directory ..( any single line command for the same) [09:22] what is the difference between ubuntu, kubuntu, xubuntu, and mythbuntu? [09:22] rohitmobme: find path/ -mtime -1d -exec mv ..... [09:22] Captain_Crow: the preinstalled desktop-packages [09:23] Captain_Crow: kubuntu = kde4, xubuntu = xfce4, ubuntu = gnome3/unity, mythbuntu = mythtv + gnome [09:23] harsh343: It takes time to do anything which is the very basis of how the world works [09:23] i dont know what those are [09:23] soreau, ok [09:24] llutz_ thanks [09:24] does it make the desktop look different or something? [09:24] rohitmobme: "man find" for correct options [09:24] time to research a bit.. or just use ubuntu [09:24] !kde [09:24] KDE (http://kde.org) is the !desktop environment used natively in !Kubuntu. To install from Ubuntu: « sudo apt-get install kubuntu-desktop », or see http://help.ubuntu.com/community/InstallingKDE . See http://kubuntu.org for more information. [09:24] llutz: nice [09:25] which version is the best? [09:25] Captain_Crow: Yes, the desktop environment is a set of programs that work together [09:25] ! best [09:25] Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [09:26] I just don't know which one to install :/ [09:26] Captain_Crow: virtualbox is probably the easiest way to try ubuntu in a window.. on windows. Search youtube to see the different desktop environments in action [09:26] llutz_ : yeah.... i m looking out for it...hope i can find smthing to 'mv' all the files created on a specified date [09:27] i dont know what they are for though [09:27] rohitmobme: like : find path/ -type f -mtime -1 -exec mv "{}" target/ \; [09:28] Captain_Crow: For example, kde is a bit heavier (uses more cpu and takes more hard drive space) but could be considered prettier and more user friendly while xfce is lighter (uses less cpu and hard drive space) but could be considered more rudimentary and basic [09:28] I'm looking for a crossplatform password manager. Using keepassx atm, but investing if there's a more powerfull option [09:28] Hi, can i create new user without login? Something like as adduser bla -s /bin/nologin [09:28] Captain_Crow: gnome typically is a happy medium and is the default for the official ubuntu distribution of linux [09:29] hi, Is there an easy way to change the name of a user and therefore his home directory ? [09:29] hda1: using "useradd" you can [09:30] hda1 adduser also has --shell option [09:30] i'll just install it and see what happens i guess [09:31] Captain_Crow: Good idea. Also you can search youtube for videos [09:32] faLUCE: It might be easiest to create a new user and copy the contents of $HOME before deleting the old user [09:32] soreau: I see but what about hidden files? can I copy them too? [09:33] Hi [09:33] faLUCE: yes, you could do something like this while logged in as the new user: cp -r /home/old_user $HOME && chown -R $USER $HOME [09:33] faLUCE: cp -ax old new/ make sure new user is member of the same groups as the old one [09:34] faLUCE: yea -a might be better since it copies ALL [09:34] guys im having problems on a newly installed mythubuntu - should i ask a question about video problems here on on mythv? [09:34] -a = archive, not all [09:34] oh woops.. [09:34] llutz_: and -ax ? [09:35] * soreau goes to bang his head against a man page [09:35] soreau: and btw, newuser cannot chown, only owner+root can [09:35] llutz: yea, I figured he would figure that out eventually [09:35] faLUCE: copies only one filesystem if you have different fs mounted in your home [09:35] thnks [09:36] Yanch0: what sort of video problems? [09:36] on first boot (in live cd it was ok) just after posting, i get a lot of green bars and funny stuff on the monitor for a couple of seconds (Say 30) then the screen goes black- hard disk seems to be still active for another minute or so. any ideas what to look at pls ? [09:37] Hi, can i create new user without login in ubuntu? Somethin like adduser bla -s /bin/nologin [09:37] faLUCE: cp --help [09:37] hda1 adduser has --shell option [09:38] Yanch0: sounds like possible missing firmware. Anything in dmesg? [09:38] llutz Yes, i know, but i cannot find nologin [09:38] hda1: "which nologin" [09:39] hda1: its a command, not a question [09:39] soreau, can't even do ctrl + alt + f1 [09:39] Yanch0: Try booting with nomodeset. What gpu is it? [09:39] hda1: /usr/sbin/nologin here on 10.10 [09:40] hda1, also on 11.10 [09:41] llutz yes. 10x to u. Super. [09:41] soreau, good thing is that ssh works [09:41] hi. i have been struggling with this for a while. does anyone know how to change the dvd region code of the computer once all the user-initiated change options are exhausted through ubuntu? [09:41] http://pastebin.com/ZPFCzHep no errors here [09:42] bye [09:42] Yanch0: Right, so ssh in and review dmesg [09:42] moose-machine: i thought it was the dvd drive that had regions. [09:43] Yanch0: What gpu (lspci|grep VGA) and what version of ubuntu? [09:43] dr_willis: yes that is right. [09:43] hello! [09:43] dr_willis: any clue if it can be reset via ubuntu? === enchilad1 is now known as enchilado [09:43] moose-machine: you are allowed so many changes then it locks i recall [09:44] dr_willis: ouch [09:44] moose-machine: i just image my dvds and never need to change the drives region [09:44] dr_willis: so the only option is to take it to a technician? [09:44] some apps may ignore the region. [09:45] dr_willis: i see. i am trying to help a friend out. i thought that installing ubuntu in his laptop would circumvent the problem [09:45] he changed his region a lot? [09:45] moose-machine: you also want to google for alternative firmwares (regionfree) for that drive [09:45] dr_willis: i think he bought a second hand one, so the previous owner may have done his bit [09:46] llutz: thanks. but i am sorry i didn't understand the meaning of 'alternative firmware'. [09:46] vlc i think can bypass it [09:47] dr_willis: that is the first one i tried but it doesn't play. however it does play dvds from the currently set region [09:47] Hi guys. I can set a title on my Terminal tabs/windows with this command: export PROMPT_COMMAND='echo -ne "\033]0;"TITLE"\007"' - but everytime I put the command into a script, it doesn't work. Why's that? [09:48] i have problem with skype and sound [09:48] well, i guess that no prompt gets drawn inside a script. [09:49] i installed regionset; however it tells me that there are 4 vendor resets available; but 0 user controlled changes available on this dvd drive [09:51] stix: export the variable and source the script. dont run it [09:51] stix: source setmyprompt.sh [09:52] dr_willis: can I do it within a script? [09:52] see bash prompt howto [09:52] okay [09:53] soreau, 01:00.0 VGA compatible controller: nVidia Corporation NV31 [GeForce FX 5600] (rev a1) || Ubuntu 11.10 (GNU/Linux 3.0.0-12-generic i686) [09:53] a child process does not change the parrent thatway [09:53] but the stuff in your. .bashrc :-) [09:54] !prompt === skr is now known as Guest22986 [09:54] bbl [10:04] soreau, : http://pastebin.com/iVpX7wxt all my dmesg - i even did upgrade all m packages in the false hope it works [10:08] hi, having an issue with 11.04 live. On most computers it runs just fine, but now I have one where I see a gdm logon prompt (it should automatically log on) with an automatic login thingy, but clicking that immediately returns me to the logon prompt again [10:08] any way to bypass it? Just need to secure some files on the computer before reinstalling it [10:09] is it gdm or plymouth === mike is now known as Guest1815 [10:09] I don't know, looks like gdm, dunno plymouth tho' [10:09] freakynl: try deleting your stuff in the home directory [10:09] its a settings problem most likely [10:10] no it's gdm [10:10] it works fine on other computers, kinda hard throwing stuff away since I can't get it, doesn't appear to have consoles either (ctrl+alt+F[1-6] don't show logon prompts) [10:10] what filesystem should i use on a external usb hdd that i can read and write in ubuntu, windows and osx? i have a lot of large video files [10:11] s/get it/get in/ [10:11] tero: ntfs (not sure about os x) [10:11] tero: you're screwed [10:11] osx has no ntfs afaik [10:11] fat32 [10:11] ext3 [10:11] has a 4G file limit [10:11] fat32 has 4gb filesize limit [10:11] soreau, there ? [10:12] fuse [10:12] harsh343: nope [10:12] soreau, ok [10:13] Being trying to fix this problem for days, anyone want to have a bash? http://ubuntuforums.org/showthread.php?p=11495280 [10:13] soreau, here is my problem http://pastebin.com/SqcDrHec [10:13] Hi, I suddenly have a problem with Firefox not wanting to open but download .aspx generated HTML Text. If I choose to open with Firefox as default it creates a new tab in an endless loop 'til FF crashes [10:13] How can I fix it? [10:15] tero: freakynl snowleopard can read ntfs and has a hidden write-function for ntfs, so it should be the fs to go [10:15] hidden write-function... [10:15] hmm [10:15] sorry dunno iphone (and hate apple, they're worse than ms). My android can just turn into a wireless access point to share the internet, seems much easier to me... not sure if there are iphone thingies to do the same (doubt it since apple is a serious dictator when it comes to this kind of access) [10:15] i don't like the sound of that [10:15] :) [10:15] tero: not officially supported [10:15] soreau, I think i have to change the permissions [10:16] harsh343: I have no idea [10:16] tero: it's your only option then... unless you wanna go ext2 or something and install really old ext2 drivers on your windows pc's [10:16] tero: http://goo.gl/rGYA [10:17] soreau, are you angree with me ? [10:17] harsh343: I'm telling you I have no idea what you have wrong there [10:17] harsh343: I don't even really know what you're trying to do exactly [10:18] soreau, i just copy and paste all my data folder in to remote site or nothing else [10:18] in my localhost it works fine [10:19] hey, I just install xubuntu to my old laptop using a USB as my hdd (no harddrive in laptop), now in firefox I was unable to open an xhtml/xml website, is there something I need to install? [10:20] vagothcpp, try on chrome [10:20] harsh343, I would like to be using firefox [10:21] ok [10:22] hey [10:22] so is it possibly a missing library or firefox as a cause? [10:22] soreau, see in line no 14 permissions to www-data but in line no. 12 only for root permissions how can i give the same permissions [10:22] i try to run a program from console as another user and i get this error: su - normal -c xchat [10:22] No protocol specified [10:22] (xchat:3823): Gtk-WARNING **: cannot open display: :0.0 [10:23] vagothcpp, update firefox [10:23] soreau, any other idea please? [10:23] im install chrome to see if it is firefox and my firefox is up-to-date [10:24] is it xhtml or xml... firefox does not seem to give any error whatsoever if the xslt conversion from xml to xhmtl/html has issues (does not validate) and just shows a blank page then [10:24] How to tether a feature phone in natty [10:24] also, if it's an external site, can you give the url? Then we can see if it loads here [10:25] vagothcpp, ask on #firefox [10:26] soreau, how can i change the permissions [10:26] Sometimes when I send an email my Evolution crashes. This is happening twice per day. It has worked well for months but now I have this problem. Anyone know what could be causing? [10:27] I know little about chrome but would it perform better on a low ram old laptop running from a usb disk better than firefox? [10:27] dr_willis, there ? [10:28] deej1976, Hello === thoidingjam is now known as jam____ [10:33] harsh343: I'm here, but I can't help with your problem. [10:34] deej1976, hi here is my question http://pastebin.com/0Ha4b5ru [10:34] vagothcpp: it might, firefox is becoming bloated in rapid pace [10:34] Does anyone know a way to install build-essentials or linux-source without an direct internet connection? (I can still download via this PC and move via USB) [10:34] Anomie211: yea download the files and run dpkg -i [10:35] chown -R www-data:root Dashboard_check [10:35] harsh343: chown -R www-data:root Dashboard_check [10:35] freakynl: I can't find the files anywhere and when I was in here the other day most people reckoned they wouldnt be available online. [10:36] freaknyl: All that I could find were 'meta-packages' apparently, which just gave instructions on where to download from... [10:37] Anomie211: read them then, not that familiar with ubuntu, I use the live version quite often but run gentoo myself [10:37] is it possible to sync google calendar to evolutions calendar? [10:37] freakynl: Wha? read what? [10:37] hello! [10:37] or browse this: ftp://ftp.snt.utwente.nl/pub/os/linux/ubuntu/pool/ [10:38] Anomie211: the meta files, if they contain links, get the links from em :) [10:38] freakynl: I think you've misunderstood 'instructions' [10:38] hello! [10:38] Anomie211: I think you're missing the fact I don't get paid for this [10:39] freakynl: no wonder, you arent very good. [10:39] Anomie211: welcome to ignore list [10:39] hi is there a good gui for ffmpeg to record esktop [10:39] is there any application for linux which can make a burn(write) operation to the cd(or dvd) which is even rurned CD-R (or DVD-R) (even to damage the datas)? [10:39] !offline | Anomie211 [10:39] Anomie211: If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. Alternatively, try http://ubottu.com/ljl/apt/ - See also !APTonCD [10:40] deej1976, I am able to change the permissions but my problem not solved http://pastebin.com/6UKdV1hT [10:40] Thank you oCean [10:40] it works fine on my localhost [10:41] I just found a post online saying that build-essentials is on the install CD and that you can install it from there. This is from 2008 though does it still hold true? https://answers.launchpad.net/ubuntu/+source/build-essential/+question/49690 [10:43] Anomie211: It doesn't look like the 11.10 desktop iso has it [10:43] geirha: Ah, ok thanks [10:44] Anomie211: The live session may have it installed though. I didn't check for that. [10:45] is there any application for linux which can make a burn(write) operation to the cd(or dvd) which is even rurned CD-R (or DVD-R) (even to damage the datas)? === Granis` is now known as Granis [10:46] Am I doing this correct? It's returning no search results... http://i.imgur.com/zhxRI.png [10:46] acibademli_74: huh? [10:46] Anomie211: Without the plural s iirc [10:47] geirha: as you heard. to do not look if exist a data on CD (or DVD). [10:47] geirha: thanks! [10:47] !info build-essential | geirha [10:47] geirha: build-essential (source: build-essential): Informational list of build-essential packages. In component main, is optional. Version 11.5ubuntu1 (oneiric), package size 5 kB, installed size 48 kB [10:48] kHow do I permanently disable caps lock and num lock? [10:48] It spat out this URL http://archive.ubuntu.com/ubuntu/pool/main/b/build-essential/build-essential_11.5ubuntu1_i386.deb -- but it's only 5Kb? does that seem right? [10:48] acibademli_74: I don't know. A CD-R disc is only designed to be burned once. I don't know of any application that would allow you to burn the same part of the CD-R again. [10:48] skilz: by .Xmodmapping. at least it works for caps lock. lemme show you. [10:48] Anomie211, thats cos its a meta package; it will download a whole bunch of other packages [10:48] hi guys [10:49] phlak_user: But I don't have internet :( I need the full package [10:49] geirha: OK. thanks anyway. [10:49] acibademli_74: if you want to make the data inaccessible just bend the cd a couple of times and it will shatter into thousands of pieces [10:49] Anomie211, if its in the component main, it should be on the DVD? [10:49] skilz: gedit ~/.Xmodmap and paste in this http://pastie.org/2932575 [10:50] skilz: it gets loaded when you login; alternatively you can run xmodmap ~/.Xmodmap [10:50] I would like to get some informations on how to monitor samba on my linux box [10:50] phlak_user: The DVD? You mean the install CD? Someone just said in here that it wasnt included on that.. [10:50] Anomie211: DVD != CD [10:50] I would like to meseare the traffic and data volume passed over a week on my box [10:50] Anomie211, you should search for it on the DVD [10:50] freakynl: i need to damage cd without a physical damages when you look it from outside ( with your eyes ). [10:51] What DVD? [10:52] Anomie211: http://www.ubuntu.com/download/ubuntu/alternative-download#dvd [10:52] geirha: ty [10:52] acibademli_74, scratch with a pin/needle [10:53] This the correct one? ubuntu-11.10-preinstalled-desktop-armel+omap4.img.gz [10:56] phlak_user: the person which looks the CD (or DVD) from outside (with his eyes) must not understand if i damage the CD (or DVD). if i scratch the other people can understand if i damage the CD (or DVD). [10:56] Okay that disabled caps lock now what about num lock? [10:57] how to install Chinese fonts? [10:57] acibademli_74, is this an academic question? [10:57] Anomie211, that is an image for OMAP boards [10:58] Ah, I think I've got the right one now [ubuntu-11.10-dvd-i386.iso ] [11:00] hello [11:01] phlak_user: yes. we have all documants about out discuss. we need to make sure also if we can do this operation with an application (i think it must as root or something). [11:01] Anomie211, also look at this -> http://keryxproject.org/ [11:01] ! who | skilz [11:01] skilz: 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 :) [11:01] so if i burn ubuntu onto a cd i can boot from the disk w/o installing it or something? [11:02] acibademli_74, whats the Ubuntu support question here? you want to physically deface a CD [11:02] andyl, [11:02] andyn [11:02] Captain_Crow: Yes, it runs in memory without modifying your system. Its called a live session [11:02] skilz: yes? [11:02] Okay that disabled caps lock now what about num lock? [11:03] phlak_user: i did not ask this. i ask how to do with an application or it is possible to do with applcation? so someone(user here) write me do this. i told him that not with phisical damage! what the problem here... [11:03] skilz: Better to do nickname: message here, so they get highlighted [11:03] skilz: http://superuser.com/questions/71630/numlock-is-completely-useless-and-i-want-to-disable-it-completely-on-linux [11:03] phlak_user: ı ask ubuntu supoort if there is program which works ass root to do this operation. android as root supports officially many bad thinks. what is the problem... [11:03] harsh343: Have you tried placing simple test.html files in the directory structure to see where the problem starts this could indicate the directory that needs fixing. [11:05] How do I install the classic gnome shell in 11.10? [11:05] Like the one in 10.10 [11:05] phlak_user: woo, looks promising. [11:06] !notunity | engammalsko [11:06] engammalsko: Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [11:06] i installed isorecorder so i can burn ubuntu, but i dont see any icons to open isorecorder [11:07] So I shall install gnome-shell, gnome-tweak-tool and gnome-panel? [11:07] how can I set a USB audio device as the default pulseaudio output device? every time I hibernate and wake up, it reverts to the onboard one [11:08] Captain_Crow: you might want to have a look at brasero [11:09] Captain_Crow: or k3b if ubuntu has it [11:09] phlak_user: maybe not, lol ; http://i.imgur.com/anF5X.png [11:09] Hiyas - I am seeing somewhat poor performance copying files between 2 11.04 computers I was getting ~600kbs [11:10] unomi, which kind of connection? from which filesystem to which filesystem? [11:11] after setting netbios name and ensuring that they are mounted via 'cifs' I am now seeing ~1.2 mb/s which is still alot slower than I think it should be [11:11] rumpe1: at these speeds the filesystem doesn't matter, the connection is wifi though [11:12] unomi: adhoc or infrastructure? [11:12] there is an infrastructure router between them [11:12] unomi: btw, kbs is not a measure of transfer rate [11:12] Hello. I Have a 64 bit computer with Windows 7 and Ubuntu Dual Booted. Would It be a bad Idea to add Kubuntu as well? [11:12] Laptop* [11:12] ne2k: sure. [11:12] unomi: access point in between? or is it really going through a router? [11:14] ne2k: I couldn't tell you tbh, they are close enough that they could talk directly - but they are both being served by a wifi router that gives them their IP [11:14] Is there any good program for real time beat detection? [11:14] Anomie211, shows up properly in my browser [11:14] unomi: what is the wifi data rate reported by each? [11:14] unomi: they can't talk directly if it's infrastructure; but obviously they share a channel so only one can talk at once [11:15] unomi, youll get better performance with 802.11n on router, and both laptops (around 150 Mb/s) [11:15] 1. Bit Rate=54 Mb/s Tx-Power=20 dBm Link Quality=42/70 Signal level=-68 dBm [11:15] can people please stop calling access points "routers"? [11:15] 2. Bit Rate=54 Mb/s Tx-Power:24 dBm Link Quality=5/5 Signal level=-45 dBm Noise level=-96 dBm [11:16] phlak_user: I dont think the program works in 11.10 [11:16] Anomie211, which one? [11:16] since most of them feature SNAT, i think calling them routers is appropriate. [11:16] ? [11:17] Keryx [11:17] ne2k: waiting for a transfer to finish up, then I'll try to look at rates for other transports [11:17] UnrealPancake: Just install the kubuntu-desktop and select session when logging. [11:17] Anomie211, oh yes, its been tested on 10.04 and 10.10 as per the website [11:17] deej1976: But will Ubuntu, Kubuntu, or Windows 7 interfere with each other? [11:17] phlak_user: yeah but I'm on 11.10, not 10.10 [11:18] UnrealPancake: no. [11:18] There's a work-around to get it working on 11.04, but nothing for 11.10 [11:18] so its completely safe to dual boot all three OS's? sattu94 [11:18] unomi: with 54Mb/s, you can expect to get about 15Mb/s of real throughput. this is obviously shared between them, though, as they are on the same channel, so 7.5Mb/s would be a maximum for end-to-end [11:18] ne2k, if you buy a router and use it as an AP it still is a router; also most home users buy wifi routers not APs (which enterprises do) [11:19] UnrealPancake: yes, actually i would suggest using ubuntu-desktop and kubuntu-desktop on the same base ubuntu, and another win7. [11:19] !notunity [11:19] Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [11:19] !notunity [11:19] unomi: a general rule of thumb is that with TCP transfer, on a 10Mb/s link you get about 1MB/s of throughput. so on your 7.5Mb/s link, I would expect about 750kB/s of actual data transfer [11:19] UnrealPancake: You would only need to dual boot two, as kubuntu-desktop would be installed on the same ubuntu install. just select the KDE version you want when logging in. [11:20] unomi, best way to check is by running iperf between the two laptops [11:20] !info iperf | unomi [11:20] unomi: iperf (source: iperf): Internet Protocol bandwidth measuring tool. In component universe, is optional. Version 2.0.5-2 (oneiric), package size 53 kB, installed size 192 kB [11:21] sattu94: deej1976: so I should just install Kubuntu how? [11:21] UnrealPancake, can you not just install the kde-desktop on your existing ubuntu installation? [11:21] Yes, in a terminal type: sudo apt-get install kubuntu-desktop [11:21] I installed kernel 3.2.* and now I can't remove it, its not listed in dpkg but comes up in grub and I can load ubuntu just fine except that lots of my hardware doesn't work. [11:21] phlak_user: no, incorrect. a "wifi router" as you put it is a Wi-Fi access point and a router in the same box. two stations connected to the access point and transferring data between themselves are not "going through the router", they are going through the access point [11:21] is it fine to just remove the kernal image from /boot/ and update grub ? [11:22] ne2k, and it might not happen if you enable client isolation :) [11:22] phlak_user: to be completely honest, Im not all that familliar with Linux. [11:22] phlak_user: enable client isolation, or disable "forwarding", or whatever a given manufacturer calls it, yes [11:22] UnrealPancake, oh ok, just do what deej1976 told you [11:22] My friend uses my ubuntu dual boot and I use my Win7. he suggested I try Kubuntu [11:23] phlak_user: deej1976: Could you try and walk me through it? [11:23] UnrealPancake: Ubuntu is a Base, ubuntu,kubuntu,xubuntu all run on base ubuntu with different GUI, so u can have all 3 on the same base ubuntu installation, you can select between them while logging in. [11:23] UnrealPancake, kubuntu has a different window manager called KDE as against GNOME used by standard Ubuntu; and they can both live in the same distribution [11:24] andyn: my issue was never with calling the router bit a router -- of course it's a router. my issue is with not distinguishing between the router and the AP [11:24] * Captain_Crow thinks there are too many different ubuntu types [11:24] * sattu94 laughs... [11:24] the thing that most people in the UK have in their house is an ADSL modem/router/access point [11:24] sattu94: is that why when I start my computer I get the purpleish screen with different choices to boot to? [11:25] UnrealPancake: no. that allows you to select between Operating systems. [11:25] sometimes with a switch thrown in for good measure too [11:25] UnrealPancake: that is, win7 or ubuntu, [11:25] Captain_Crow: I want to see an O'buntu ( best on openbox :D ), e17buntu ( best on guess what e17 :D ) choice is good [11:25] UnrealPancake: and it's called Grub. [11:25] oh alright [11:25] exit === pietro1 is now known as pietro [11:25] deej1976: you can make it using remastersys [11:25] UnrealPancake, in other words, a Boot Loader [11:26] UnrealPancake: From the start open an terminal in ubuntu [11:26] phlak_user: 0.0-10.2 sec 10.1 MBytes 8.35 Mbits/sec - so it looks like cifs is hitting that pretty well [11:26] I still think its confusing... [11:26] Im boted as Win7 ATM [11:26] ActionParsnip: I know [11:26] unomi, so thats good, you have established that the wifi medium is not the bottleneck [11:27] booted* [11:27] UnrealPancake: after you select ubuntu from grub menu, you will get a login screen from which you can select between ubuntu(unity),ubuntu-classic(gnome3) etc.. if u install Kubuntu-desktop, here you can also get option for selecting kubuntu desktop.. [11:27] really? I never knew that. [11:27] phlak_user: hmm? isn't iperf showing the same throughput as Samba? ~ 1 mb/s [11:27] so r u saying that I already have Kubuntu installed? [11:28] UnrealPancake: Effectively you dont need to restart ubuntu as a whole to switch between unity,gnome,kde,xfce,lxde...et al.. [11:28] unomi: 8.35Mb/s is comparable to the 7.5Mb/s I suggested you would get [11:28] UnrealPancake: If you have it installed. [11:28] unomi, nope; iperf just shows you raw throughput without application overhead [11:28] can ubuntu run dx11 games? [11:28] unomi: you really have to use m, M, b and B correctly when talking about this stuff [11:28] ne2k: sure, are you? [11:29] sattu94: I only (as far as I know) have Ubuntu installed. do I need to download Kubuntu, install it and then I can choose between the 2 distributions anytime I want? [11:29] unomi: errm, yes [11:29] ne2k, he is reporting exactly what iperf gave [11:29] * Captain_Crow wants to play battlefield3 on ubuntu [11:29] phlak_user: I'm not talking about that. I'm talking about his "600 kbs" and his "1 mb/s" [11:29] on first boot (in live cd it was ok) just after posting, i get a lot of green bars and funny stuff on the monitor for a couple of seconds (Say 30) then the screen goes black- hard disk seems to be still active for another minute or so. any ideas what to look at pls ? this is my dmsg : http://pastebin.com/iVpX7wxt [11:30] * UnrealPancake likes Battlefield 3 on Xbox 360 [11:30] ne2k, oh yes, 1mb/s is the same as 1Mb/s (theres no mega and Mega) [11:30] phlak_user: m is milli [11:30] UnrealPancake: No all you need to do is download the Kubuntu desktop graphical environment, not the base OS, which you already have installed. To just get kubuntu desktop environment, do "sudo apt-get install kubuntu-desktop", that will download and install kubuntu for you. [11:30] hello [11:30] ne2k, not in bitrate world [11:30] ne2k: anyway - iperf is telling me ~8 MBits which I interpret as ~1 MByte/s no? [11:30] need help [11:30] unomi, yes [11:30] What is the latest stable release of the ubuntu kernel [11:31] sattu94: by any chance do you have a link for me? [11:31] !ask | Neo_Kipling [11:31] Neo_Kipling: 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. :-) See also !patience [11:31] oops [11:31] !ask | NeoTriX [11:31] NeoTriX: 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. :-) See also !patience [11:31] UnrealPancake: Trust me, the command will be easier. [11:31] unomi: yes -- but you didn't say that, you said 1 mb/s. sorry for being pedantic but it's actually really important in a discussion like this [11:31] ne2k: only if context escapes you [11:32] unomi: errm, well, how should I know what the program you're using to transfer files reports? [11:32] that said - I should work on being more precise [11:32] sattu94: by any chance do you have a link for me? [11:32] UnrealPancake: why do u want a link? [11:32] oops sorry bout that [11:32] unomi, just to compare; you could try an scp copy between the laptops [11:32] i have server ircs à can't install anope seee this message /services/services': Permission non accordée [11:32] make[1]: *** [install] Erreur 1 [11:32] make[1]: quittant le répertoire « /var/www/vhosts/kifchat.com/httpdocs/irc/anope-1.8.0/src » [11:32] make: *** [install] Erreur 2 [11:32] UnrealPancake: just run the command. [11:33] NeoTriX, did you do sudo make install ? [11:33] unomi: anyway, 8Mb/s of iperf throughput means you will generally get something like 0.8MB/s of real data throughput once you've got TCP and other protocol overheads [11:33] sattu94: you lost me at "do sudo apt-get install kubuntu-desktop" [11:33] where do I do that? [11:34] * sattu94 Loves Package Manangement.. [11:34] unomi: so your 0.6MB/s that you initially reported is a little low, but not massively [11:34] UnrealPancake: Open a !terminal. [11:34] !terminal > UnrealPancake [11:34] UnrealPancake, please see my private message [11:34] see this kifchat is not in the sudoers file. This incident will be reported. [11:34] hello i am having trouble with my xorg.conf [11:35] !terminal > sattu94 [11:35] sattu94, please see my private message [11:35] i removed my video card === OY1R_ is now known as OY1R [11:35] and i need to use the one that is on the motherboard [11:35] i tried using dpkg-reconfigure xorg-server [11:35] and that didnt work [11:35] phlak_user see this kifchat is not in the sudoers file. This incident will be reported. [11:36] sattu94: im currently using Win7 for IRC. Im guessing I have to boot into Ubuntu to do what you told me.? [11:36] UnrealPancake: yes [11:36] UnrealPancake: oh yes i forgot you were in win7. How will you access IRC from ubuntu though ? [11:36] NeoTriX, thats pretty clear; that user is not allowed to act as admin; add him to the admin group [11:36] sattu94: I can try connecting through my phone. [11:36] have you commande to add it [11:37] I have AndroIRC [11:37] UnrealPancake: just open Firefox in ubuntu, then go to webchat.freenode.net [11:37] UnrealPancake: from there connect to #ubuntu. [11:37] i am on my phone [11:37] NeoTriX, usermod -G admin username-to-be-modified [11:37] its connecting my hostname [11:38] ok [11:38] UnrealPancake: Fine, if that suits you. [11:38] im entering the cat as PancakeMan [11:38] UnrealPancake: boot to ubuntu. -_- [11:38] NeoTriX, but you need to login as the admin user first otherwise this will not work too [11:38] sattu94: k [11:38] NeoTriX, are you on Ubuntu? [11:38] yes [11:39] NeoTriX, server or desktop? [11:39] now im in admin [11:39] root [11:39] NeoTriX, ok run that usermod command [11:39] phlak_user: yup.. scp is showing the same basic pattern - starts off at ~ 2.5MB/s ends up at 995KB/s [11:39] ok [11:39] Hi [11:40] On my phone [11:40] okey now its work with sudo su [11:40] thanks [11:40] unomi, how many users off that router/ap? [11:40] NeoTriX, yw [11:41] NeoTriX: I suggest you use: sudo -i [11:41] does the fancy 3d desktop effects and physics come standard on ubuntu or do i have to download something specific to make that stuff work? [11:41] phlak_user: not: sudo -a -G admin username ? [11:41] phlak_user what do i do now? [11:42] Captain_Crow: compiz and unity are in a default install [11:42] hi. how do you enable auto login in ubuntu server? [11:42] phlak_user: just these 2 boxes, but I should say that they are both engaging in internet traffic through it ~ 200 KiB/s in total [11:42] UnrealPancake: good, you in Ubuntu? [11:42] Yes [11:42] UnrealPancake: Do you have a terminal open? [11:42] No [11:42] How do i do that [11:42] gappie: not very secure, why do you need to autologin? [11:43] specific project [11:43] gappie: usually the server sits on the login prompt and the background services run [11:43] ActionParsnip : how do i do it [11:43] gappie: http://www.lalitkapoor.com/blog/2008/06/30/ubuntu-server-desktop-autologin/ may say [11:43] UnrealPancake: You know how to open Ubuntu Software Centre? [11:44] No. [11:44] UnrealPancake: Click the clog in the top left corner [11:44] UnrealPancake: You have the Bar on the left side? [11:44] UnrealPancake: In the search box type terminal and hit return [11:44] Yes [11:45] deej1976: i was preferring to go through the software centre. ? [11:45] K [11:45] Done [11:45] sattu94: Sorry, old time cli user [11:45] UnrealPancake: In terminal type "sudo apt-get install kubuntu-desktop".. [11:46] deej1976: me too ^-^.. [11:46] unomi, you can also use something like wondershaper to prioritize traffic from your laptop and test === root is now known as Guest19344 [11:46] sattu94: Get things done so much faster :D [11:46] deej1976: yes! [11:48] !info wondershaper | unomi [11:48] unomi: wondershaper (source: wondershaper): Easy to use traffic shaping script. In component universe, is extra. Version 1.1a-6 (oneiric), package size 14 kB, installed size 76 kB === airtonix_ is now known as airtonix [11:49] sattu94 ok thank you [11:50] phlak_user: thanks, it looks interesting, my upload speed is already reined in for the other traffic, but I'll give it a go [11:50] UnrealPancake: Once the installation finishes, log off, select Kubuntu from the session menu at the bottom, then log in. [11:50] Ok ty [11:50] UnrealPancake: no need to restart anything..etc.. [11:50] how do you change the network settings in ubuntu server? [11:50] gappie: /etc/network/interfaces [11:50] Alright [11:51] gappie /etc/resolvconf/ === rchavik is now known as rachel === rachel is now known as rachelCoding [11:51] which one? [11:51] gappie /etc/resolv.conf [11:51] gappie why do want a server if you don't know the basics of networking? [11:52] you* [11:52] gappie: you can use wicd-curses if you want a GUI === rachelCoding is now known as rchavik [11:52] How would I create a symbolic link for a python script, please help [11:52] MonkeyDust: there is a difference between understanding network config and how to set network addresses and such in a new OS [11:53] meadhikari: same as any other file [11:53] meadhikari: ln -s source dest [11:53] I just mean how [11:53] i made ln -s a.py /home/b [11:53] now i can not run python b [11:53] or am i missing something [11:55] meadhikari: try: ln -s ./a.py /home/b/a.py [11:55] MonkeyDust: yes, one may understand how everything works, but may not know how to do that in a new OS, it's akin to asking _where_ to change the network preferences using a GUI... [11:55] meadhikari: I assume a.py is in PWD [11:55] fair enough [11:57] on a standard ubuntu server install, would the network be automatically configured to use dhcp? [11:57] or do i need to setup networking [11:58] gappie, when you did the install it wouldve asked you exactly this [11:58] gappie: by default, yes [11:58] gappie: you can manually specify addesses and DNS servers if you desire but the default is DHCP for all interfaces (except lo) [11:59] acmeinc so where do I see the dhcp settings [11:59] is there a version of ubuntu with wine integrated where windows apps just work, or does wine have to be manually installed and fiddled with on each version? [12:01] hi. now, for the second time today, my computer just hangs for about half an hour doing heavy hard disk work. I don't know why, and System Monitor doesn't show the culprit. However, I got a glimpse of an error message in my console saying something like "/etc/update-motd/98-fsck-at-reboot failed" ... Is it possible that Ubuntu is fsck'ing my hard drives w/o my consent causing my computer to freeze for so long? is there any other explanation? what can [12:01] I do if it happens again? [12:01] Btw, I did NOT reboot at that time. [12:01] syslog doesn't show anything related, either. === om26er__ is now known as om26er [12:02] ActionParsnip so where do I see the dhcp settings [12:02] photon, do you have any indexing tool installed like google desktop or beagle? [12:03] phlak_user: no. [12:03] gappie: you can see the interface addresses by running: ifconfig; cat /etc/resolv.conf [12:03] the weird thing is, I often do work that involves a lot of writes/reads to/from my hard drive, but never does it freeze up like that. [12:04] photon, any NFS read-writes? [12:04] phlak_user: no. [12:05] I had to run "sudo dhclient" on startup before I could get my networking going on ubuntu server. Why is this? [12:06] I need it working without sending commands [12:06] gappie, edit /etc/network/interfaces and set it up [12:07] gappie: in /etc/rc.local above the exit 0 line, add the command you run and it will run as root at startup [12:07] ActionParsnip is it normal to do that? [12:07] gappie, like this line -> iface eth0 inet dhcp [12:08] gappie, "man interfaces" should give you the various examples [12:08] phlak_user : i have the iface eth0 inet dhcp line in /etc/network/interfaces [12:09] but still it does not work on startup [12:09] Hey, so how does this Pangolin of #ubuntu-offtopic accuse me of being someone who was in that channel last week? [12:09] wrong channel [12:09] #freenode asked me to ask here [12:09] why not just ask me in the offtopic channel [12:10] I already tried; no one gave anything constructive. [12:10] No evidence, no log, nothing but hearsay [12:10] ok, well this is still not the right place [12:11] gappie: it can be with some hardware configs, I've seen it needed. [12:11] Got the 11.10 dvd downloaded now, can I check if build-essentials can be installed from it by extracting it or do I need to mount/burn it? [12:11] !logs | TotalNonsense [12:11] TotalNonsense: Official channel logs can be found at http://irclogs.ubuntu.com/ . LoCo channels are now logged there too; for older LoCo channel logs, see http://logs.ubuntu-eu.org/freenode/ [12:11] gappie, do you also have an auto eth0 before that? [12:12] "loco?" [12:12] phlak_user : yes [12:12] TotalNonsense: the link has the logs of the chanels, so you can see what is what [12:12] Hi,i may play GTA San Andreas MultiPlayer on Ubuntu? [12:12] gappie, does doing ifdown eth0 and then ifup eth0 bring up the interface and assign a dhcp address automatically? [12:12] phlak_user : when i run ifconfig I see eth1 and not eth0 [12:13] whynot use eth0? [12:13] ActionParsnip: Sorry, nothing about -offtopic [12:13] gappie, ah, so you need to change that eth0 to eth1 [12:13] Is there a search-all feature? [12:13] ok [12:13] gappie, dunno if you have two interfaces, maybe you connected to the one called eth1 [12:13] there are no logs for -offtopic. [12:13] i have been installing a distro upgrade over SSH and it keeps giving me set: unable to open display i keep hitting enter and it resumes. am I doing something wrong? [12:14] TotalNonsense: is offtopic not logged [12:14] phlak_user : i installed the system on a drive connected to aother system than the one now [12:14] hotkeys, have you forwarded X? or only a text-only upgrade [12:14] gappie, so that mustve screwed up the interface numbering [12:15] gappie: the change I suggested is a little easier than playing with the interfaces file, although it is a good thing to learn [12:16] phlak_user I have not forwarded X i would be interested in knowing how [12:16] hotkeys: ssh -x server or was it -X [12:17] -X [12:17] hotkeys: i set my ssh to do it by default [12:17] Thank you [12:17] upper case X [12:17] also add -C too, enables compression [12:18] hotkeys: if you are on an os with an x server :-) [12:19] dr_willis I am on ubuntu desktop. I use SSH to manage my ubuntu server edition. I dont think I understand your question/comment. [12:19] also when updateing over ssh. you may want to be using screen [12:19] yes I do run my do-release with screen -S name [12:19] hotkeys: so use ssh -X server [12:20] or -XC :-) [12:20] dr_willis I will research, thank you [12:21] ima nekoj >>>> [12:21] mk nekoj ? [12:22] dr_willis: angry ssh :) [12:22] ActionParsnip I may try that one first [12:25] my /etc/apt/sources.list is emty. is this normal for a fresh install? [12:25] *empty [12:26] no [12:26] gappie, choose a server in package management and check again [12:26] gappie: how are you checking? [12:26] how do this in console mode? [12:26] sudo nano /etc/apt/sources.list [12:27] gappie: you sure you typed in the correct path? [12:27] no [12:27] missed the s [12:27] :) [12:27] heh === breakdown is now known as breakdownlol [12:29] gappie: use TAB to complete files and folder names, fewer mistakes [12:32] Can you tell me flv to mp3 converter pls without winff in ubutnu? [12:32] Gere: did you download the flv from youtube? [12:33] HEY [12:33] whats the best data recovery software (undelete) for linux? [12:33] yas I have download it [12:33] Gere: http://www.youtube-mp3.org/ use that instead, easier [12:33] Gere: no need to download the video first [12:33] Timewarper: there is no single best app for any problem in any OS [12:34] !datarecovery | Timewarper [12:34] !undelete [12:34] Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although methods that might work is some cases are described at at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html and http://projects.izzysoft.de/trac/ext3undel [12:34] Timewarper: the most reliable will be to use your backups [12:34] anyone know where to find the specific driver files for a printer installed in windows (I need to put the files on the ubuntu home server so that people can use the printer and install it from the server) [12:34] ? [12:35] How can I start mysql on ubuntu 11.10?? [12:35] sharpK: I'd ask in ##windows [12:35] luca_bi: sudo service mysql start [12:35] luca_bi apt-get install mysql-server [12:35] luca_bi: use tab to complete the mysql word [12:35] LilleCarl: start, not install ;) [12:36] a /etc/init.d/mysql start i think [12:36] must be confusing for luca_bi ;) [12:37] luca@luca-Satellite-A200:~$ sudo service mysql start [12:37] start: Job is already running: mysql [12:37] Is it open? [12:37] after adding "deb http://ubuntu.mirror.cambrium.nl/ubuntu/ lucid main universe" to sources.list I still cannot run "sudo apt-get bluez-hcidump" [12:38] tnx again [12:38] luca_bi: then it's running and good to go [12:38] "invalid operation bluez-hcidump" [12:38] gappie you forgot 'install' [12:38] thanks! [12:39] ActionParsnip: I've create a document but when i run it on localhost I have: Unable to connect! [12:39] gappie: and run: sudo apt-get update first [12:39] luca_bi: I know very little of SQL [12:39] ok thanks [12:39] !mysql [12:39] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) === max is now known as Guest55791 === Sunng__ is now known as sunng87 [12:46] luca_bi: is apache and mysql on the same server? [12:46] deej1976: yes [12:47] http://ideone.com/wa306 [12:50] luca_bi: If you start a terminal, and run: mysql -h localhost -u test -p testdb, enter password test when prompted [12:52] deej1976, how are you ? [12:52] !ot : harsh343: [12:52] deej1976: I am only a bot, please don't think I'm intelligent :) [12:53] How do I clear all formatting of a document in open/libre -office? [12:53] !ask | harsh343 [12:53] harsh343: 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. :-) See also !patience [12:54] deej1976, I have no question right now [12:55] deej1976: now I have mysql> [12:55] luca_bi: Now try: "SELECT * FROM symbols;" [12:56] luca_bi, type show databases; [12:56] harsh343: Database has already been selected. [12:57] mysql> SELECT * FROM symbols [12:57] -> [12:57] luca_bi: -> ; <- Important [12:57] ok then show tables and use table [12:58] ;<- [12:58] ERROR 1046 (3D000): No database selected [12:58] and then Query [12:58] luca_bi: use testdb; [12:58] deej1976, no database selected [12:58] when I insert usb flash drive into pc in ubuntu server it says: something sdb assuming drive cache: write through. howdo I mount the drive then? [12:59] gappie: mount command as needed. [12:59] !mount [12:59] mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount [12:59] it doesnot return me to the command prompt [12:59] gappie: what dosent? [12:59] something sdb assuming drive cache: write through. [12:59] not "user:" [13:00] gappie: what command are you using exactly? [13:00] nothing [13:00] happening auto when insert usb [13:00] luca_bi: What came back from "use testdb;" === corsair is now known as Guest67575 [13:00] gappie: hit enter? its just a mesage showing on the terminal [13:00] i have .zip files of an program how i can install it? [13:00] jwtiyar: extract it. and read its install docs.. odd that a linux app would come in a .zip [13:00] ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'testdb [13:00] use testdb' at line 1 [13:01] dr_willis, there is no install doc on it [13:01] jwtiyar: and what is this thing? [13:01] luca_bi: type exactly this with out quotas "use testdb;" [13:01] dr_willis, this http://egymasters.hishambakr.com/download/AIORemote1.4_Linux.zip , see it [13:02] luca_bi, firstly check the database whether it is exist or not type show databases; if testdb present then simply type use testdb; [13:02] deej1976: -> [13:02] dr_willis, thanks i got it there .jar file on it [13:02] mount: filesystem type to use? [13:03] "show databases" [13:03] -> [13:03] gappie: yes.. what filesystem is the flash using? [13:03] fat32 [13:03] -t auto should work [13:03] !windows [13:03] For discussion on Microsoft software, or help with same, please visit ##windows. See http://launchpad.net/distros/ubuntu/+bug/1 http://linux.oneandoneis2.org/LNW.htm and /msg ubottu equivalents [13:03] !vfat [13:03] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE [13:04] huh [13:04] sudo mount /dev/sdb /mnt should change to what? [13:04] You may want to read that mount factoid a bit. [13:04] gappie: add -t vfat or -t auto [13:04] gappie: and most likely its sdb1 not sdb [13:05] mount -t auto /dev/sdb1 /mnt [13:05] k [13:05] thanks === hack_ is now known as ball [13:06] !oneric [13:06] Ubuntu 11.10 (Oneiric Ocelot) is the current release of Ubuntu | Download http://releases.ubuntu.com/11.10/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/1110 [13:07] does hiberante work with oneric for netbooks? is it fixed [13:07] it may depend on the specific netbook user1 [13:07] hibernation is very hardware-dependant, so no general answer is possible [13:08] dr_wiilis: oh so there is still problem. i have asus 1215B [13:08] user1: i never said there was or was not.. it depends on your specific netbook [13:08] zagibu: come on . dont blame hardware and when windows is/are/whatever doing it fine [13:09] i don't blame anyone [13:09] how do you go one folderdeeper in console? [13:09] cd wants fll patch [13:09] I am getting segmentation fault while trying to add the deluge ppa ..How to solve this ? [13:09] user1: the hw makers are the ones not releaseing specs. or not following the specs that do exist. [13:09] cd, dir? [13:09] dir [13:10] windows is doing it 'fine' because they specifically make drivers/test them to work with windows. [13:10] dr_wiilis: i cant understand when version prior to 11.04 can hibernate why cant these? [13:10] user1: are you still in the "linux is a free windows" phase? [13:10] user1: new kernel version most likely [13:10] * dr_willis wonders why his laptop crashes in windows when it hibernates.. but not in linux... [13:11] zagibu: i am in "linux is windows is not needed " phase [13:11] whatever that means [13:11] i cant play movies in fullscreen +gnome mplayer plz help [13:11] yeah nowadays ubuntu has lot of "whatever" guys. they have become kind of lethargic [13:11] id have to suggest checking the forums and askubuntu.com for your specific laptop. [13:12] * deej1976 Wonders why windows won't boot, then remember he wiped 5 minutes after open the box :D [13:12] user1: yeah, you seem to be one of them...why not write some code and fix your hibernation problem yourself instead of waiting for "them" to fix it? [13:13] zagibu : :-) yes i am the most lethargic. just kindling there [13:13] dr_willis, i cant play movies in fullscreen +gnome mplayer +in linux. But not in windows [13:13] zagibu: lots of porn you know. no time. [13:14] don't worry, it will get better with age [13:15] well, it won't, your time will be eaten away by other things === mirco_ is now known as mirco [13:16] truefx: and your video card is? and what drivers are you using.. [13:16] truefx: and your ubuntu version is? [13:17] zagibu: its also because females getting into that we getting into coding. its becoming complementing each other with most coders into that [13:17] and excatly what does happwn when you try to play a movie...... [13:17] dr_willis, VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] [13:17] Subsystem: C.P. Technology Co. Ltd Device 2049 [13:17] Flags: bus master, stepping, medium devsel, latency 32, IRQ 19 [13:17] Memory at f0000000 (32-bit, prefetchable) [size=128M] [13:17] I/O ports at a000 [size=256] [13:17] Memory at fb000000 (32-bit, non-prefetchable) [size=64K] [13:17] [virtual] Expansion ROM at fa000000 [disabled] [size=128K] [13:17] Capabilities: [13:17] Kernel driver in use: radeon [13:17] Kernel modules: radeonfb, radeon [13:17] user1: not sure I want to understand what you're talking about, but it sounds kinky [13:17] !pastebin | truefx [13:17] truefx: 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. [13:18] so you have an ATI RV100 and using the Radeon drivers.. its possible the fglrx drivers may work better for you. Or may not. I dont use ati. [13:18] zagibu: i can see your browser cache. hmmm quite kinky you as well ;) [13:18] truefx: you ran the 'addational-drivers' tool and looked to see if it could install the fglrx drivers? (run jockey-gtk from terminal if you cant find it in the menus) [13:18] dr_willis, ubuntu 10.04 i can decrease size properly but i cant increase or play in fullscreen, Size remains original === nimesh is now known as Nimesh [13:19] user1: so jenkins build logs turn you on? to each his own, I guess [13:19] truefx: you mean it has a large black border around the video? [13:19] yep [13:20] try some of the differnt 'video output' optins in your video player. or try the fglrx drivers. [13:20] zagibu: so you mean you are clean as crystal [13:20] user1: i'm on a business computer, and I actually don't want to lose my job, it pays quite well [13:21] user1: btw, this is quite offtopic...I suggest personal messages if you want to continue [13:22] dr_willis, no prop,, drivers. and i cant push enable button as root [13:23] truefx: i dont use ati. its piossible that card does not use fglrx any more. so you shoudl try a differnt player like vlc, and/or the differnt video out options for the players [13:23] zagibu: nothing personal unless you want to continue. just want to know if i can just upgrade only my kernel. it takes 1.04 GB to dist upgrade11 is that really required? [13:24] i can play it in vls but it s slow and vlc consumes too much cpu, i have an old system [13:24] Unable to connect:Access denied for user 'www-data'@'localhost' (using password: NO) [13:24] which is the problem? [13:24] dr_willis, i can play it in vls but it s slow and vlc consumes too much cpu, i have an old system [13:25] truefx: so that leaves you with 'trying the differnt video out options in the player' [13:25] luca_bi: there is no mysql-user called "www-data" [13:25] dr_willis, like what ? [13:25] truefx: also in the monitors/displays tools there Might be a 'use hardware scaleing' option [13:26] vlc has perhaps a dozen differnt 'video out' drivers. i havent used mplayer in ages.. but it has several also. check your settings for your player [13:27] can ubuntu use dial up connection bloototh ? [13:28] iceroot: Why www-data? [13:29] opening deluge gives segmentation fault [13:29] user1: if you don't have the desired kernel in your packages, you either have to adjust the package sources, or get and install it manually [13:30] i dont understand why i need 1 GB for just a image. [13:32] hi..I have installed ubuntu 11.10 there is no panel in the bottom so what i minimize just disappears how to add a panel [13:32] should be a panel at the left asif_ [13:32] nounity| asif_ [13:32] mouse over to the side and see... [13:32] asif_, sudo apt-get install cairo-dock [13:32] !nounity| asif_ [13:32] asif_: Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [13:33] there is no pannel by default , what i minimize goes to launcher...?? [13:34] what you minimize goes to the left side panel and the icon changes to get an arrow by it. [13:34] http://www.omgubuntu.co.uk/2011/04/our-complete-guide-to-unity-in-ubuntu-11-04/ [13:34] I reall need to find some good unity 'guides' :) [13:34] I think unity is stupid, Gnome ATW [13:35] ok got it . I am loving this learning curve [13:35] whats to learn. :) [13:35] click to launch.. click to bring back.. [13:36] one more question how can i reduce icon size of the launcher [13:36] yes, but you cannot click in the launchbar to minimize [13:36] asif_ it's in ccsm [13:37] mongy, CCSM..? [13:37] compiz configuration [13:37] luca_bi: because you defined that user [13:37] no real need to i guess.. never noticed. [13:37] luca_bi: and if you dont put a user for the mysql-command the user which is calling the mysql client will be used [13:37] start up about 4 terminal windows and click on the terminal icon in the panel.. [13:37] How do I change my MSN display name in empathy? [13:38] thank you guyz , I am feeling excitement as i felt when i used computer 1st time [13:38] iceroot: http://ideone.com/NhhBE [13:39] luca_bi: what? [13:39] iceroot: I defined root as username [13:39] luca_bi: you looked at that code? [13:39] Yes it's my code [13:39] luca_bi: you defined $user but using $root [13:40] luca_bi: and $root is empty so the user which is calling it will be used [13:40] franksouza1831: hello [13:40] iceroot: Yes I use root as username [13:40] luca_bi: you are using php complety wrong [13:40] root as a users name? Hmmm... [13:40] dr_willis: for mysql [13:40] dr_willis: which is the default [13:40] luca_bi: $connection = mysql_connect($server, $root, $filiberto) or die ("Unable to connect:".mysql_error()); [13:40] iceroot: Which username should I use? [13:40] I'm clearly not the only person here using Empathy (the built in messenger) -- how do I change my MSN display name which other contacts see? [13:40] luca_bi: why $server and $root? [13:41] * dr_willis recalls an old installer bug in ubuntu where you could add a user named 'root' as your initial user.... [13:41] luca_bi: that variables are not defined [13:41] iceroot: should I use $localhost instead of $server? [13:42] luca_bi: $host = "localhost"; [13:42] luca_bi: of course you have to use "$host" [13:42] luca_bi: also please join #php [13:42] luca_bi: this is really not a php or html support channel. Try ##php [13:43] how can i check if ssh is installed? [13:43] gappie: dpkg -l openssh-server [13:43] it doesn't work [13:43] gappie apt-cache policy ssh [13:43] luca_bi: /join ##php [13:43] gappie: ii means installed [13:44] did apt-get drop the --nodeps option? [13:44] verdoc: man apt-get [13:44] iceroot, right, it's not in there and I don't see a replacement [13:45] hello [13:45] hi [13:45] has anybody tried unity-2d from daily builds? [13:45] john21: #ubuntu+1 [13:46] what is unity-2d? [13:46] iceroot, so what's the equivalent? [13:46] john21 , yes i have tried unity-2d [13:47] verdoc: looking at it at the moment but cant find an alternate that fast [13:47] привет! [13:47] is GRUB still the bootloader for Ubuntu/Xubuntu? [13:47] vagothcpp: grub2 is the standard these days. yes. [13:47] dr_willis, thank you [13:48] verdoc: sorry [13:48] iceroot, it's just gone? [13:49] verdoc: i have an apt-get that's currently three years old, and it doesn [13:49] ve [13:49] verdoc: it doesn't have the option either. [13:49] (bloody touchtyping not going so well) [13:50] Is there a way to install imagemagick with the latest version with the package manager? Or if I want the latest version will I have to install from source? [13:50] hi ALL [13:50] hi [13:50] verdoc: might you be thinking of rpm instead? [13:51] how do you logout from a ssh session? [13:51] On the ubuntu help page the kernel compile guide is a little bit old, so would the latest published kernel guide on the site still be relevant? [13:51] Nertskull: there might be a PPA for it. [13:51] !ppa [13:51] 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 !addppa [13:51] gappie: 'exit' command or 'logout' [13:51] dr_willis thnks [13:52] gappie: you can also hit ctrl-d a few times i recall. :) [13:53] sipior, I found a post referencing, I guess the end result is just wanna ignore deps [13:53] videolan === Adys_ is now known as Adys [13:54] beginner question: how to encrypt in openssl from a command line with a password? [13:55] dr_willis: Yeah I couldn't find a newer ppa, thanks though [13:55] openssl enc -d -aes-256-cbc -in file.pack -out file.out -pass pass:password gives me an error [13:55] hello [13:55] i have unity , and have question [13:55] how add icon to activity shortcut? [13:56] i have ' ? ' only [13:58] ?? [13:59] do i need to install something to use bluetooth with xubuntu 11.04? [13:59] hello! [14:00] someone can help me? pls check me, i'm looking for intel hd 3000 framebuffer resolution list [14:00] hi [14:00] howdo I see system load in console? [14:01] gappie, top [14:01] press esc [14:01] !bluetooth [14:01] For instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup [14:01] can I run some startup script when I login to a session with LightDM? [14:02] ?? [14:02] Hello. My ubuntu 11.10 router is resetting randomly. How can i troubleshoot it or locate the problem? [14:02] anAngel, what do you mean ubuntu router? [14:03] With upstart, what's the best way to switch to a console login instead of X? Earlier it used to be /etc/inittab. [14:03] are you using a comp as a router? [14:03] !bluetooth [14:03] that bluetooth guide is out of date and the commands do not work [14:03] what? [14:03] dusf@banshee:/usr/share/doc/bluez/examples$ sudo ./simple-agent hci0 00:11:67:00:00:00 [14:03] sudo: ./simple-agent: command not found [14:03] Gentoo64: ubuntu 11.10 server installation configured as NAT router [14:04] anAngel, resetting as in rebooting? [14:04] or settings [14:04] what is the channel to support ubuntu-one? [14:04] tall somtthing [14:04] Gentoo64: rebooting [14:05] copy from one folder to another in remote server [14:05] anAngel, maybe its the psu? [14:05] all folder [14:05] ? [14:05] i have an ati radeon x1600 pro card and foobillard doesn't look too good. I'm not using proprietary driver and I was wondering if maybe I should [14:05] does ubuntu not support bluetooth? [14:06] Witch package do I need for client gssapiauthentication support? [14:06] jesus, bluetooth is something so basic and should be plug and play [14:07] it's easier to just log onto windows for a few minutes [14:07] When I connect to ssh it waits a while before the password prompt. I found that this is a GSS problem. [14:08] how to copy folder dashboard_check in the same place but different name dashboard_check2 in remote server [14:08] hi, i have a widescreen (1366x768) intel gpu notebook and can't get plymouth to work nicely. on shutdown i get the correct theme and on bootup it falls back to text mode. does anyone know how to debug this or repair this? [14:08] using ubuntu terminal [14:08] harsh343, cp dashboard_check dashboard_check2 [14:09] skilz, and also the path required [14:09] /var/www [14:10] /srv/http [14:10] <[Entens]> : that the same problem.What is GSS? [14:10] skilz, live:~# /var/www cp dashboard_check dashboard_check2 [14:10] is this ok ? [14:11] hmm.. poor dusf.. bluetooth is plug and play ehre on my linux box.. under windows - i have to fight with it. [14:11] where is the file located? in /var/www? [14:11] If so cd /var/www/ [14:11] skilz, live:/var/www/Dashboard_check [14:11] harsh343: you might want to install 'mc' and learn to use it.. it is a console based file manager using F keys to do all sorts of things... [14:11] yeah [14:11] or spend some time reasing some bash guides. :) [14:11] thats right then [14:12] ok [14:12] harsh343, man bash [14:13] Hi, I remember there was a distribution that was made up for hacking linux, not for getting into other systems, to learn about security. I think it was sth like ubuntu... anyonw knows? [14:13] ssmtp hangs up without message, without ctrl-c option and does not send any mails - config file written and confirmed - any ideas? [14:13] i have an ati radeon x1600 pro card and foobillard doesn't look too good. I'm not using proprietary driver and I was wondering if maybe I should [14:13] Phoenix87, you should [14:14] txomon, can't I just boost the non proprietary drivers via xorg.conf? [14:14] Since I upgraded my server to 11.10, I have been getting messages from apt saying that nfs-common has been held back from upgrade. Why would that be? [14:15] Phoenix87, you can use the default drivers, but usually, X guys don't develop as good as the builder drivers for those cards [14:15] ssmtp hangs up without message, without ctrl-c option and does not send any mails - config file written and confirmed - any ideas? [14:16] raven: is it not just waiting on standard input? does ctrl-D help? [14:16] raven, man ssmtp [14:17] Phoenix87, if you want to use only opensource programs, you will have to accept that they are in develop [14:17] ok txomon i'll give ati drivers a try thanks :D [14:18] skilz, http://pastebin.com/6eri9mPe [14:20] how do I install gssapiauthentication support for ssh-client? [14:21] hei,man,could anyone recommend some books about gtk programming? [14:21] what is the best for running shell script at startup: using cron jobs or using /etc/rc.local ? [14:21] sipior oh yes that is this mode but ssmtp -vvv user@account.tld should do anything right? [14:21] hi..how can i install google chrome in ubuntu 11.10 [14:22] txomon, what if my card is no longer officially supported? [14:22] when i insert a usb i want ubuntu to 'do nothing' (except mount the usb). i dont want nautilus to start up. how can i change this? [14:23] me-1: http://www.google.com/chrome/eula.html in firefox and download deb file [14:23] raven: if i read the man page correctly, that command will expect mail on standard input. [14:23] Phoenix87, no idea, never had that problem... [14:23] Phoenix87, and I think they never get "unsupported" [14:23] harsh343, Is it a directory or a file? [14:23] what is the best for running shell script at startup: using cron jobs or using /etc/rc.local ? [14:23] only distros get unsupported [14:24] deej1976, is it not in repos..? [14:24] sipior, it should send to that address!!?? [14:24] (not pretty sure about that) [14:24] raven: send what, exactly? [14:24] me-1: Nope [14:24] raven: (hint, hint) [14:24] deej1976, thank you [14:24] skilz, it is a folder contain many files [14:24] sipior, an empty mail to user@accound.tld using the config file [14:24] harsh343, In that case cp -rf is what you are after. [14:25] how do I install gssapiauthentication support for ssh-client? [14:25] me-1: It will install a repositry and keep upto date, through the normal update-manager. === zkriesse is now known as Zerxes [14:25] raven: well, it's possible the man page i'm consulting is out of date, but how about just giving it a real message on stdin? [14:25] Roasted, apt-cache search ssh [14:25] deej1976, downloading right now thanx [14:26] sipior, i never did anything with stdin/out - how to do that? [14:27] raven: "ssmtp foo@example.com < message.txt" [14:27] raven: or just invoke "ssmtp foo@example.com", and then type a message, ending with ctrl-D. [14:27] RonaldJ, apt-cache search ssh [14:28] what is difference between apt-get update and apt-get upgrade..? [14:29] skilz it is not that simple [14:29] me-1: the first one just updates apt's list of available software [14:29] skilz, ok thanks [14:29] me-1: update refreshes the local cache/softwarelist [14:29] me-1, update syncs the repos and upgrade upgrades your software. [14:29] me-1: update updates the repositry information, upgrade installs new packages [14:29] sipior, yes then i get a line with status 220 but no mail === robins is now known as robinsmidsrod [14:30] deej1976, I have just installed ubuntu 11.10 should i ubdate or upgrade or both..? [14:30] raven: you've specified the smart relay host correctly? [14:30] me-1, both [14:30] me-1: Run sudo apt-get update ; sudo apt-get upgrade [14:30] how do i unzip a file from one to location to another location? [14:30] sipior, i think so [14:30] me-1, It's a good idea to do both at least once a week for security updates and such. [14:31] me-1: This will update your system, i.e. firefox 7 upto 8 [14:31] Wiz_KeeD, Depends on the zip format. [14:31] raven: might take a few minutes for the message to show up, at any rate. [14:31] idk...just zip [14:31] works with unzip [14:31] i just want to place it in the same folder as the original zip [14:31] sipior, did it like the gmx example for arcor (me) on that page http://linuxundich.de/de/software/system-mails-ohne-einen-mail-server-mit-ssmtp-verschicken/#more-15889 [14:32] i.e; unzip foo.zip /home/foo/bar/ [14:32] ok === sysadamin|away is now known as sysadamin [14:32] any help for me? [14:33] skilz, i did that [14:33] didn't work [14:33] Did the command return any errors? [14:33] filename not matched: [14:33] how do I switch to a console login? [14:34] Anyone using Unity-2D, how do I make the alt-f2 quick launch screen automatically appear maximised? There is a maximise button in the bottom right so I'm assuming it can be on by default. [14:34] Wiz_KeeD, unzip file.zip /path/to/dir/* [14:34] use wildcard at the end? [14:34] usl12, ctrl+alt+F2 [14:35] someone with ubuntu 11.10 and gnome-shell? [14:35] unable to change default runlevel using /etc/inittab or from /etc/init/rc-sysinit.conf (https://help.ubuntu.com/community/UpstartHowto). any other way? [14:35] Anyone using Unity-2D, how do I make the alt-f2 quick launch screen automatically appear maximised like in Unity-3D? There is a maximise button in the bottom right so I'm assuming it can be on by default. [14:36] didn't work either :( [14:37] sipior ? [14:37] in ubuntu11.10 skype doesn't follow desktop theme, is this wide problem or just in my case, anybody? [14:38] e01, in ubuntu 11.10 i wish i had only a design problem ^^ [14:38] e01: on skype preferences set it to emulate GTK [14:38] e01: i think skype uses qt [14:39] raven: are you quite sure the message was not delivered? smtp 220 means "service ready". [14:39] yes, it's qt [14:39] xangua, i was try but it won't work [14:40] sipior, yes its not there [14:40] raven, well, we have to start from somewhere [14:40] ;) [14:40] raven: look through your logs, or contact support at GMX. [14:40] moin [14:40] sipior, which log for example? [14:41] raven, /var/log/skype* [14:41] could someone tell what I have to do besaide configuring ldap stuff, to allow users to login in lightdm on 11.10? [14:41] beside [14:41] raven: hey, you *did* format the message correctly, right? with a "To:" and "From:", &cet.? [14:42] raven: have a look here: http://tombuntu.com/index.php/2008/10/21/sending-email-from-your-system-with-ssmtp/ [14:42] hii [14:43] sipior, i thought that all would be not necessary because of sending an empty mail as it is performed in this tutorial... [14:43] sipior, ok [14:43] any one here from egy [14:44] Hi! I've got a couple of webbooks. One of them has fedora preinstalled by my company. I've installed ubuntu in the other one, but I'm unable to detect wireless networks. Although the fedora one detects them. How could I extract the module that uses fedora in order to use it in ubuntu?? [14:45] is there any way i can get a taskbar back in oneiric? [14:46] I can deal with the menu and everything but task switching by just using alt+tab all the time is killing me! === Jinxed-- is now known as Jinxed- [14:48] ph8, the big buttons in the left seems to be a pale copy of the futuristic taskbar, but for now it's just a junk [14:49] skilz, thanks. I want to login to console, no X. [14:49] I'm trying with modifying grub to use "text" [14:49] with the buttons on the left... [14:49] how do i start something more than once? [14:49] !nox | usl12 [14:49] usl12: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [14:49] if i want more than one nautilus window for example, is there some trick? [14:50] I cant install anything ...http://paste.ubuntu.com/752534/ [14:50] ph8: start it two times [14:50] i'm also on a three screen setup so going all the way to the left to get to the 'futuristic' task bar is a pain [14:50] ph8, middle click [14:50] has legacy systray of unity-2d been fixed in daily builds ppa? [14:50] and if i don't have a middle mouse button? [14:50] (i actually don't) [14:50] right click and new window [14:50] if i right click i don't see a new window option [14:50] me-1: output of "cat /etc/issue" and "cat /etc/apt/sources.list" please [14:50] !paste | me-1 [14:50] me-1: 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. [14:51] ph8: you might need alt-right click or something like that [14:51] oh you mean from nautilus itself? [14:51] ph8: whatever way its a pita [14:51] i want to do it from the task bar though [14:51] if you want to switch between grouped application you have to click twice on the button (wich is totally insane) [14:51] this just feels really untested right? [14:51] like it's gone through no UAT whatsoever? [14:51] yeah everyone hates it [14:51] it's not just me? [14:51] ph8, no from the unity launcher, there is "New window" option [14:51] iceroot, Ubuntu 11.10 \n \l [14:51] so if i open the launcher, hover over the folder that opens 'home folder' (i.e. the quickest way to nautilus) [14:51] and i right click, i don't see a new window option [14:52] ph8, just try the classic ubuntu or go to kde [14:52] but i can't go back to classic from oneiric without downgrading? or has that changed? [14:52] ph8: gnome-panel is like gnome2 [14:52] !nounity | ph8 [14:52] ph8: Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [14:52] ph8: but the real classic gnome2 is not available in 11.10 [14:52] thanks :/ [14:53] :/ for the complexity [14:53] thanks for the help [14:53] iceroot, http://paste.ubuntu.com/752537/ [14:53] You click once on the button to show the groups.. then you can select specifkc windows and move them to other desktops - i think is the reason for the 2nd click being needed [14:53] One day, Gnome has got to sort out a different fallback mode, one thats exactly like Gnome2 [14:53] otherwise no ones gona use it [14:53] me-1: also please "apt-cache policy gimp" [14:54] Gentoo64: like kde4? now everyone is using kde4 and not kde3 or any fallbacks to kde3 [14:54] Gentoo64: just a matter of time until gnome2 will be forgotten [14:54] iceroot: kde hasnt changed drastically though [14:54] Gentoo64: of course it has [14:54] its always had the panel etc [14:54] Gentoo64: from bad to very very bad [14:55] lol [14:55] iceroot, http://paste.ubuntu.com/752538/ [14:55] but the layout is still predictable [14:55] me-1: sudo apt-get install -f [14:55] I added /home/itsblue1/Desktop/blue.sh to rc.local before the "exit 0". When i run rc.local the shell script executes, but on system startup it does not. Any ideas? [14:55] i mean its stupid that people actually have to ask how to open a new program window [14:55] I think they should totally get rid of the fallback stuff. :) make people change! [14:55] iceroot, the problem started when chrom .deb faild to install [14:56] gappie: whats the exact line you have in rc.local ? [14:56] For some reason the effects I enabled with CompizConfig doesn't seem to actually be enabled. I've tried rebooting multiple times. [14:56] dr_willis : /home/itsblue1/Desktop/blue.sh [14:56] I've got the proprietary driver for ATI installed and working properly, could that still be the issue? [14:56] gappie: and what does blue.sh do? [14:56] shell script [14:57] runs in continues loop [14:57] Inumedia: no, youll need it for effects afaik [14:57] bluetooth functions [14:57] gappie: and do you need it to run as root? [14:57] yes [14:57] What would cause the effects to just not work? [14:57] Is it extremely NOT recommended to attach a single server physically to multiple networks. Example. WebServer with 3nics .. 1nic in DMZ public access and remaining 2 to two different local vlans? Is that some sort of naughty bad best practice? [14:57] root access is in shell script [14:57] gappie: you may want to be starging it with a & at the end. [14:57] gappie: what do you mean root access is in shell script? [14:57] on first boot (in live cd it was ok) just after posting, i get a lot of green bars and funny stuff on the monitor for a couple of seconds (Say 30) then the screen goes black- hard disk seems to be still active for another minute or so. any ideas what to look at pls ? this is my dmesg : http://pastebin.com/iVpX7wxt [14:58] lucidguy: Thats not really in-scope for this channel. ##networking may be a better place to ask [14:58] dr_willis : the sudo passwordis included in the shell script [14:58] iceroot, http://paste.ubuntu.com/752540/ is it fine now [14:58] gappie: err.. anything ran by rc.local is allready running as root. [14:58] Pici: gotcha .. it is an Ubuntu server. [14:58] gappie: no need for sudo [14:58] lucidguy: Still. [14:58] dr_willis : ok so what does the & do? [14:58] so how do i unzeip from /path/to/zip.zip and put it in /path/to/unzipped/location ? [14:58] spawns it to the background so it dosent hang rc.local [14:59] ok [14:59] so i wont see the echo commands? [14:59] running from rc.local you most likely wont see any commands anyway. [14:59] you are not starting any X apps/gui stuff from that script are you? [14:59] dr_willis : is it /home/itsblue1/Desktop/blue.sh & or no space "...blue.sh&" [15:00] no gui [15:00] bash 101.. no space. :) [15:00] will try it thanks [15:00] gappie: doesn't matter. [15:00] cant say ive really noticed.. :) i tend to just do it from habbit. [15:01] Could it be that I just don't have something enabled? I know that I disabled something in CompizConfig and everything just turned off and I had to re-enable everything manually. [15:01] i guess with a space is eaier to read [15:01] iceroot, the problem is fixed thank you [15:01] gappie: you most likely shold be putting that script in a better location. and if it still has issues. you may want to pastebin that script [15:01] dr_willis : where is a better location? [15:02] gappie: anywhere other then your users desktop.. :) [15:02] oh you mean folder [15:02] gappie: 'directory' :P [15:02] Hey all [15:02] dr_willis : so where then? [15:03] /home/username/bin/ or /root/bin or /opt/bin somewhere where you wont accidnetlyd elete it.. and see it all the time.. [15:03] it is a server system [15:03] so no desktop [15:03] gappie: you can have desktops on server systems.. [15:03] put it in your bin dir.. thats where scripts should go. [15:03] ok [15:04] still not woring [15:04] a neat and tidy system is a happy system... [15:04] pastebin the script perhaps.. === sysadamin is now known as sysadamin|away [15:05] gappie, I have a server with no monitor which I vnc into and use the desktop on my laptop [15:05] the 'server/desktop' defintion is a bit blury at times. :) [15:06] dr_willis : the script works. runs without problems. just not on startup [15:06] my 'desktop' machine is now a headless server. [15:06] gappie: so its somthing the script is doing i imagine.. try a simpiler test script... [15:06] dr_willis: whats tghe use of that?> lol [15:06] Gentoo64: i needed the monitor for a differnt machine. :) === sysadamin|away is now known as sysadamin [15:07] in ubuntu desktop i could get it running on system startup [15:07] Gentoo64: so that desktop box got moved to the basement. :) its my znc server for now. [15:07] ok have to go home [15:07] work day over [15:07] thanks anyway [15:07] ping [15:08] hi...i m new at linux....can i have help over dat [15:08] nitin_: whats the problem [15:09] hi i need some lightweight vpn client program I prefer programs with command line interface, any ideas? [15:10] SpiderFred: have a look at openvpn [15:14] so how do i unzeip from /path/to/zip.zip and put it in /path/to/unzipped/location ? [15:15] Wiz_KeeD: (cd /path/to/unzipped && unzip /path/to/zip.zip) [15:15] Wiz_KeeD: from a terminal? Try running 'man unzip' and take a look at the -d option === kadams is now known as Guest98534 [15:16] Wiz_KeeD, cd to the location , unzip the file , then move the new unzipped folder to your desired path [15:17] where do i find the packages for pre-hardy releases? [15:17] !hardy [15:17] Ubuntu 8.04 LTS (Hardy Heron) was the eighth release of Ubuntu. Desktop support ended on May 12 2011, Server support continues until 2013. See !upgrade, !lts and !eol for more details. [15:18] maher: old-releases.ubuntu.com, but you should highly consider upgrading. [15:18] hi, i have problems a website not working with microsoft silverlight. i installed the moonlight packages ... still not working. any idea? [15:19] hey [15:20] does hard disk performance decrease when its loaded with more data/ [15:20] ? [15:20] Does anyone have this problem in Ubuntu? http://www.youtube.com/watch?v=OcI-OfPQ3aU [15:20] biopyte: convince them to stop using silverlight [15:20] hi - i want to swap the _ and - keys and can't figure out the xmodmap format for doing that. Anyone know how to do it properly? [15:20] Timewarper: shouldnt do [15:20] Pici: thanks [15:21] Timewarper: i think ssds performance goes down the more its full though [15:21] Does anyone know what the new gear/on-off indicator menu is called on the top right of the screen? [15:21] Timewarper: usually slightly [15:21] auronandace: you are right, usually i wouldnt give a damn, but this particular website i would like running ... whatever i give up ... i dont see a chance to work that out [15:22] biopyte: could use a vm [15:23] where is the file for the autostart applications? [15:23] right [15:23] biopyte: a vm would be a bit overkill just for silverlight though [15:23] * teddie runs a vm for shockwave [15:23] lol [15:24] hi all, anyone got information on when network manager will not connect to wireless ap without a reboot [15:24] correct, i better forget it [15:25] getting sick of rebooting ubuntu repeatedly , starting to make me think of trying out windows again, 2 reboots today already [15:27] Hi! I have an offline Ubuntu 11.10. I want to make it read .mp3/.avi files. Do you know how? Google/Yahoo don't give me answers. [15:27] !aptoncd | Tebyghenya [15:27] Tebyghenya: APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via apt-get or aptitude, creating a removable repository that you can use on other computers - See also !offline [15:27] Ok, can I get it from synapticon? [15:28] Yes I can. Let's install it. [15:30] has anyone had any luck getting dual monitors working with a ati 6950? [15:31] I'm doing a dist upgrade to ubuntu 11.10 right now see if that makes any difference [15:31] i'd like to try unity2d on my netbook. what do I have to download? the desktop version? [15:31] Just installed aptoncd. Let's see it. [15:31] apol: yes, the normal version from ubuntu.org [15:31] apol: the version 11.10 [15:32] ok, thank you Tebyghenya :) [15:32] apol, do you have ubuntu already installed? [15:32] I'm trying to remove sun-java6-jre from my server, but it wants to install openjdk6 automatically. How can I stop it from installing and remove the old java? [15:33] If I know how to make aptoncd it will be fantastic! I just read the description of the program [15:33] sereal: i want to nuke what i have, so it's ok [15:33] :P [15:33] *how to make aptoncd run [15:33] apol: XD [15:34] btw, is it possible to create a usb stick without this gui app? [15:34] i don't have an ubuntu system to do so [15:34] why do you want to get rid of what you have? [15:34] apol: I don't think so on windows [15:34] sereal: it's a broken opensuse install where I was playing with plasma active beta versions [15:34] apol: yes you can. [15:34] apol: what OS do you have? [15:35] Tebyghenya: an opensuse and an archlinux [15:35] apol: at least you don't have windows XD [15:35] Tebyghenya: a-man [15:35] ¬¬ what do you mean by "at least" [15:36] apol: I don't know what you might have understand. ENglish is not my mother tonge. [15:36] apol: I wasn't insulting you btw. [15:36] :p i know [15:36] none taken :) [15:36] can anyone help? I'm trying to compile my first C program, and I'm getting an error code [15:37] orkester: you should ask in a C room then. [15:37] Tebyghenya: can you tell me how? will just a regular dd work? [15:37] orkester, why not as in c [15:37] apol: yeah, yeah, I am in. [15:37] ok sorry :) [15:37] apol: you can use dd for the 11.10 cd iso files [15:37] -_- [15:37] sorry, new to IRC too [15:37] thanks [15:37] apol: but that wont work with older releases [15:38] awesome [15:39] apol: theres also tools at the pendrivelinux web site (and guides) on making bootable flash drives [15:39] how can i assign run commant to windows+R keys instead of Alt+F2 ? [15:39] buenas tardes, tengo un problemilla con el grub, sin cambiar nada de la noche a la mañana a dejado de hacer la cuenta atras y arrancar automaticamente porque puede ser? he realizado un update-grub sin mucho resultado [15:40] good afternoon, I have a little problem with grub, without changing anything about overnight has left to do the countdown and boot automatically because it can be? I did a update-grub without much result [15:40] dr_willis: i'm fine with using the console [15:40] dr_willis, how can i assign run commant to windows+R keys instead of Alt+F2 ? [15:40] apol: it is hard to find a program. [15:41] apol: I think that you could install WIne and try this program [15:41] uh oh [15:41] I think you're workarounding a lot xD [15:41] apol, arch has unetbootinm [15:41] afaik [15:42] apol: http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3 [15:42] apol: yeah XD [15:42] #ubuntu-my user ? [15:44] OK, going to ask another awkward question which seems to have no documentation anywhere: how do I remove indicators from the unity-2d panel? It appears that the whitelist method to remove Skype from the panel only worked in 3d... [15:45] truefx: no idea. I rarely use the gui [15:46] how do I know which device in /dev/ is my microphone, the microphone is in my webcam and the camera on my webcam is /dev/video0 [15:46] BBL, stuff to do [15:46] I installed sun java and removed openjdk now Pogo runs games but I have no audio on the games any idea on how to fix this [15:46] OK, going to ask another awkward question which seems to have no documentation anywhere: how do I remove indicators from the unity-2d panel? It appears that the whitelist method to remove Skype from the panel only worked in 3d... [15:47] how to remove nvidia-current from your machine and install legacy drivers pls? its oneirc [15:48] Yanch0, go into the additional driver bit [15:48] same way you installed them [15:48] should be in the system settings, if not try jockey-gtk in terminal (might need sudo) [15:49] audio recording works yet I can't find the device in /dev/, neither dsp* or audio* is in there, where is it? [15:49] Gentoo64, can't get more than console. modprobe nvidia is showing: FATAL: Error inserting nvidia_current_updates (/lib/modules/3.0.0-13-generic/updates/dkms/nvidia_current_updates.ko): No such device and The NVIDIA GeForce FX 5600 GPU installed in this system is supported through the NVIDIA 173.14.xx Legacy drivers. Please [15:49] Yanch0, your first mistake was using a nvidia card [15:50] ? [15:50] funny i switched to nvidia cause everyone complained about ati now i am on nvidia and everyone complaining about that [15:50] i know there is a download in the background writing to a file on my hdd, but i dont know which one? how can i find out where the download is written to? [15:50] Yanch0, no idea if apt-get remove nvidia-current works [15:51] pauluntu, nvidia is good [15:51] its the best [15:52] pauluntu, make that +1 [15:52] well nvidia has the best drivers, and cuda and vdpau [15:53] someone could helpme with a Grup problem? [15:54] OK, going to ask another awkward question which seems to have no documentation anywhere: how do I remove indicators from the unity-2d panel? It appears that the whitelist method to remove Skype from the panel only worked in 3d... [15:54] weird firefox opens pogo games but no audio chromium doesn't open them at all :-( lord its either play with no audio or dont play at all [15:55] pauluntu: try Opera :) [15:55] hai [15:55] hi - i want to swap the _ and - keys and can't figure out the xmodmap format for doing that. Anyone know how to do it properly? [15:58] anyone here use Mint? I wonder if pogo will work with it or not, weird how it doesn't work with ubuntu i mean its just a java applet [15:58] pauluntu yes, but this is not the right place [15:58] pauluntu: Which JRE are you using? [15:58] !mint | pauluntu [15:58] pauluntu: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [15:58] OK, going to ask another awkward question which seems to have no documentation anywhere: how do I remove indicators from the unity-2d panel? It appears that the whitelist method to remove Skype from the panel only worked in 3d... === jack is now known as Guest64347 [15:59] Reikoku, Sun Java 6 [16:00] richthegeek: i guess you would change keycode N = minus underscore_ to keycode N = underscore minus where N corresponds to the appropriate key (hint: xmodmap -pke) [16:00] s/_// [16:01] pauluntu: Using Ubuntu 11.10, Firefox 10 and icedtea, I can play Poppit with audio on pogo.com [16:02] pauluntu: Which games dont work? [16:03] Reikoku, Hog Heaven [16:03] Reikoku, I'm a sucker for slot machines :P [16:03] Any free games I can try? :P [16:05] Reikoku, ali baba slots is free with no sound [16:06] pauluntu: Hog Heaven crashed my Firefox outright :P [16:06] how to write date and times to files in format yyyy-mm-dd--hh.mm.ss? [16:06] I get no sound on login. WHat should I check. I'm using startx with .xinitrc. It has pulseaudio --daemonize and start-pulseaudio-x11 [16:07] Going to ask another awkward question which seems to have no documentation anywhere: how do I remove indicators from the unity-2d panel? It appears that the whitelist method to remove Skype from the panel only worked in 3d... [16:07] pauluntu: Yeah these are straight up crashing my Firefox :S [16:07] does anyone know of a program to display dd-wrt stats (bandwidth monitor, etc) on the desktop? [16:08] and possibly log those stats? [16:08] Reikoku, yeah openjdk does that, thats why i had to install the real java :P [16:08] sharpK, can you not view them in the router? Tomato has a bandwidth monitor [16:08] dr_willis: dd worked great [16:08] thanks [16:09] Gentoo64, I can view them in the browser with DD-wrt, but I was wondering if there is an app that can acutally show this (all the status tabs) on the desktop, and be able to log this kind of activity for extended periods... [16:10] sharpK, not as far as i know. i think youd need a comp to act as the router to log it all that way. i could be wrong though [16:10] Gentoo64 Thanks anywhoos [16:10] but the only app would be the browser afaik [16:11] you should be able to choose a log destination to a comp from ddwrt [16:11] i think [16:12] ill look into it thanks [16:13] Reikoku, I fixed it :P it required doing some editing to the java.bin file === Guest64347 is now known as jack^_ [16:15] last problem on my list :P skype. The camera works but when skype loads the audio is really staticy anyone know how to fix this bug [16:18] How do you get real cdrecord & it's associated tools in 10.04? [16:21] !info cdrecord [16:21] Package cdrecord does not exist in oneiric [16:21] look for a ppa or use source I am guessing [16:22] !info kino [16:22] kino (source: kino): Non-linear editor for Digital Video data. In component universe, is extra. Version 1.3.4-1.2ubuntu1 (oneiric), package size 3931 kB, installed size 9280 kB [16:22] dr_willis: I found ppas, but they don't go past hardy. [16:22] I've never had anything but dissapointment with wodim & it's tools (especially it's mkisofs!). [16:22] i thought cdrecord was a dead project.. ive never had any issues with wodim [16:23] pauluntu: Works with 64-bit Oracle java 7 plugin with no messing [16:24] dr_willis: No, not at all dead. What happened was some zealots didn't like schilly's build tools, forked an _old_ cdrecord, called it wodim, and broke several things, before fixing or updating anything. [16:24] Reikoku, yeah I got it working :P I'm gonna wait on java 7 till oracle releases it since it is still in development [16:24] dr_willis: Mostly it was polittical. [16:24] Going to ask another awkward question which seems to have no documentation anywhere: how do I remove indicators from the unity-2d panel? It appears that the whitelist method to remove Skype from the panel only worked in 3d... [16:24] any idea how I can add the novacut ppa? I get command not found when I try sudo add-apt-repository ppa:novacut/stable [16:24] pauluntu: Yeah, I'm a bleeding edge kinda guy, using Firefox Aurora channel :P [16:25] how to do timelapse webcam like recordings with (c)vlc [16:25] Hi I need a little help to get a MiniDV Camcorder working with Ubuntu 11.04 (Natty). [16:26] pauluntu: I've asked so many questions in this channel and got little help with them :/ ended up solving most of mine myself as well [16:26] Reikoku, now i just need to get skype working. The camera works but when skype starts up the audio is all staticy can't figure that one out [16:26] hello people [16:26] pauluntu: No idea, sorry, my Skype seems fine out of the box except that I can't get rid of that vile green icon on unity-2d [16:26] AFD: python-software-properties is the package which contains the program add-apt-repository [16:26] pauluntu: if you go to the full sound options from the speaker icon on the dock can you see the mic settings? [16:27] genii-around: thanks - I'll make sure that's installed first [16:27] AFD, no [16:28] pauluntu: there's no mic in the settings? is it gnome you're using? [16:28] i have problems with my session on enter Xorg, anybody can heklp me? [16:28] !ask| Baewyn_Celara_ dsfUbu11 [16:28] Baewyn_Celara_ dsfUbu11: 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. :-) See also !patience [16:28] AFD, I mis understood you earlier yeah in sound I have my input device which is the webcam [16:28] genii-around: I still get command not found after installing python-software-properties [16:29] !ask [16:29] 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. :-) See also !patience [16:29] The server X11 restart again when i enter on my session [16:29] !patience [16:29] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [16:29] pauluntu: and it's turned up, unmuted etc? You might have to tick a box in the skype options that is "let skype manage mic" [16:30] IppatsuMan: tell aptitude you Reject removal of ffmpeg, for example. "r 2" [16:30] AFD: If you do: sudo ls does it say same thing? eg: is sudo itself installed? [16:30] AFD, the mic isn't my problem its the audio is staticy. If i make a test call and the operator is talking its all static sounding any sound output from skype is static [16:30] IppatsuMan: then tell it to find a different solution based on your hint: "n" [16:31] pauluntu: what sound driver are you using? [16:31] IppatsuMan: this way you can iteratively tune aptitude's solution finder [16:31] I think pulseaudio is better than ALSA - I can't remmeber [16:32] where i find information for this problem? [16:32] AFD, i have no idea but since i'm hooked up via hdmi on an nvidia card I guess its their driver. Skype is the only application with audio problems though pandora plays fine [16:32] i have problems with my session on enter Xorg, anybody can heklp me? [16:32] where i find information for this problem? [16:32] where i find information for this problem? [16:32] dsfUbu11: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [16:33] try getting the info for the audio driver and ask one of the gurus here if it's best to use ALSA or pulseaudio over what you have now [16:33] The server X11 restart again when i enter on my session [16:33] dsfUbu11: If my experience here so far is anything to go by, you could be waiting a LOOOONG time ^^ [16:33] skype can be picky about drivers I think [16:33] ok [16:33] dsfUbu11: you'll find that providing more details will improve the likelihood of a repsonse. [16:34] IppatsuMan: can you pastebin the output of "apt-cache policy libavutil-extra-51 libavutil51" [16:34] AFD, I know i can't change any audio on skype since its pulseaudio === noname is now known as Guest41736 [16:34] Would asking questions about IEEE 1394 support be more productive on the UbuntuStudio channel even if I'm not using Studio? [16:34] pauluntu: then maybe it's ALSA you want to try [16:35] Going to ask another awkward question which seems to have no documentation anywhere: how do I remove indicators from the unity-2d panel? It appears that the whitelist method to remove Skype from the panel only worked in 3d... [16:35] jelly: http://paste.ubuntu.com/752631/ . The output of aptitude after using "r " is like: "Remove the following packages: 1) R audacity 2) ffmpeg" and stays pretty much similar even if I add al the packages using "r " [16:36] hi people [16:36] I was wondering, is there a way to get a Gnome 2 experience in Ubuntu 11.10? I really dislike the new interface both Gnome 3 and Unity have, and I did try it for a few months. However, I don't like running an outdated OS either. [16:36] what the name of forensic channel ? [16:36] IppatsuMan: yes, that's just the refresh for you to see what you chose. Next you tell it "n" to try harder [16:37] !alis | rildo_ras [16:37] rildo_ras: 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* [16:37] Is there a Ubuntu Classic login option on 11.10? [16:37] That might help ThePendulum. [16:38] i tweak unity to what i like :) [16:38] Baewyn_Celara_: There isn't, the default fallback for 11.10 is just Gnome 3 without '3D' [16:38] ouch [16:38] !nounity [16:38] Ubuntu 11.10 uses GNOME 3 with the !unity shell by default. To use GNOME Shell instead, install the "gnome-shell" package and investigate "gnome-tweak-tool". For GNOME Fallback mode, which is similar to GNOME 2, install "gnome-panel". Both packages will place entries in the Sessions dropdown. Using Natty? See !classic [16:38] IppatsuMan: there is also a syntax to tell aptitude to install a package and remove another one in the command line. [16:38] dr_willis: The issue is, I don't like the entire idea behind the new interface both Unity and Gnome 3 have :P [16:38] jelly: pressing "n" just gives me the same list, with more "R"s [16:38] !dapper [16:38] Ubuntu 6.06 LTS (Dapper Drake) was the fourth release of Ubuntu. Desktop support ended on July 14th 2009, Server support ended on June 1st 2011. See !eol and !upgrade for more details. [16:38] the fallback mode is sorta like g2 [16:38] To me it just looks the same tbh... [16:38] IppatsuMan: can you pastebin that output? [16:38] ThePendulum: Install xubuntu-desktop [16:38] ThePendulum: lubuntu, or xubuntu [16:39] AFD, well weird I installed pavcontroler and static sound is gone once i open pavcontroler and close it. The static noise comes back though upon reboot unless i open that pulse audio controler at least once === Zach__ is now known as Zerxes [16:39] for old skool desktops [16:39] jelly: http://paste.ubuntu.com/752636/ (just a sample, it does not change much) [16:40] i imageine someday someone will make gnome-shell look/act more like the old gnome.. but no one wants to :) yet. [16:40] IppatsuMan: ah, end of the line: *** No more solutions available *** [16:40] dr_willis: That would be MATE, but that's still quite unstable [16:41] ThePendulum: no.. mate is not the same as what i am talking about. [16:41] dr_willis: I guess you mean no one wants to make one yet? Because I can give you a list of a few hundred names who share my opinion about the new enviroments :P [16:41] can somebody help me batch rename file names? i want to change all the 64s to 32s in a folder, and i cant figure out regular expressions [16:41] Gnome-shell is very scriptable.. but very new.. so theres not a lot of work done into it yet. [16:41] jelly: I don't want to waste your time, I was just curious because I thought aptitude was the smart one. I'll look for a way to tell it to remove a package and substitute with another one [16:42] IppatsuMan: it's smart with well made packages [16:42] ThePendulum: tell them to get scripting in gnome-shell then i guess. [16:42] IppatsuMan: these two... are not well made. [16:42] dr_willis: The thing I really hate is that I can't customize it like I could with Gnome 2. I liked the way I could just drag and drop, and configure things by right-clicking on them, the way it should work [16:42] ThePendulum: i imagine theres peoplke doing it allready. but ive not paid attention to the gnome-shell stuff lately [16:43] IppatsuMan: there is also a syntax to tell aptitude to install a package and remove another one in the command line, what happens with: aptitude install libavutil51 libavutil-extra-51- [16:43] I don't see why you would make things harder [16:43] gnome2 was lacking in a lot of ways in teh customizeablity area.. but its dead so not worth harpingon. :) [16:43] IppatsuMan: note the tailing - [16:43] dr_willis: Did Gnome 3 add more customizeability then? :P [16:43] gnome shell and unity are works in progress.. and advanceing with every releae [16:44] ThePendulum: it is written mainly in javascript.. so yes it has. [16:44] it just dosent have nice user-friendly tools yet. [16:44] 'yet' [16:44] The fact that the Gnome 3 sidepanel takes up half my screen is frustrating me in the first place [16:44] jelly: bingo. It works. I have to use "aptitude -s install libavutil51 libavcodec53 libavutil-extra-51- libavcodec-extra-53-" due to extra dependencies, but it works [16:45] IppatsuMan: you may or may not notify the "medibuntu" people their package dependencies need improvement [16:46] jelly: however, I don't know how I would make it work if dependencies were more complicated than that [16:46] Gentoo64 are you there [16:46] IppatsuMan: a dirtier workaround is to first dpkg --remove --force-depends the current package, and then let "apt-get -f install" or "aptitude -f install" autofix the dependencies [16:47] this would need to be done carefully [16:47] jelly: however, is not a problem of medibuntu packages. It is broken with ubuntu official repositories too [16:47] hi, too you all :)) [16:48] (I knew about dpkg, but I didn't want to mess up my system) [16:48] IppatsuMan: it's not, because libavutil-extra-51 doesn't seem to exist in oneiric AT ALL [16:48] based on your policy paste [16:48] I didn't check the actual repos [16:48] good afternoon [16:48] !info libavutil-extra-51 [16:48] libavutil-extra-51 (source: libav-extra): Libav utility library. In component multiverse, is optional. Version 4:0.7.2.1ubuntu1 (oneiric), package size 126 kB, installed size 352 kB [16:49] Kenjiro, night in other places..welcome [16:50] does anyone know what 0xFF and 0x00 represent? [16:50] Going to ask another awkward question which seems to have no documentation anywhere: how do I remove indicators from the unity-2d panel? It appears that the whitelist method to remove Skype from the panel only worked in 3d... *sigh* [16:50] hi. I am trying to forward to a webserver behind VPN. UBUNTU SERVER (eth0 205.34.123.42) (tun0 VPN SERER 10.8.0.1) <-> UBNUTN SERVER 2 VPN 10.8.0.6 webserver on port 80 [16:50] so packers destand for UBUNTU SERVER (eth0 205.34.123.42:80) need to go to UBNUTN SERVER 2 VPN 10.8.0.6:80 [16:50] iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -j DNAT --to-destination 10.9.0.6:80 [16:50] iptables -t nat -A PREROUTING -i tun0 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 80 [16:50] mufaza: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [16:50] Exxon: indeed hehehhe [16:50] how to make gtk apps like vlc,systemmonitor, tansmission look GOOD in openbox? The apps look like win98 [16:50] i cant get it to work. do I need to add a route? [16:51] IppatsuMan: arlight then, I'll take your work for it being broken in ubuntu as well. :-) [16:51] FloodBot1 sorry about thatm it looked much smaller in my notepad :) [16:51] hello [16:51] gulzar try running gnome-settings-daemon [16:51] * mufaza is talking to a bot again [16:51] hey guys, anyone know of a tutorial to install ssl to apache with ubuntu 10.04+ ? [16:51] gulzar: vlc uses qt not gtk [16:51] ubottu: what are you [16:51] I am only a bot, please don't think I'm intelligent :) [16:51] mufaza, please don't do that again we can read someone familiar with your question will answer [16:52] ubottu: who owns you [16:52] jelly: I am only a bot, please don't think I'm intelligent :) [16:52] I just upgraded to 11.10 but I don't get any video now with my ATI graphics card [16:52] auronandace: ya but there are others also [16:52] X does not fully load [16:52] auronandace: how to make them look good [16:52] does anyone know what 0xFF and 0x00 represent? [16:52] !botabuse | jelly [16:52] jelly: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [16:52] gulzar: did you try what I said? [16:52] any ideas on what to try? [16:52] I even tried the latest ati driver from the amd site [16:52] jrib: I was going to ask that.. what to do with settings daemon? [16:52] gulzar: run it [16:52] still does not work [16:53] CadetX: in what context? [16:53] phunyguy_work: thanks [16:53] numbers [16:53] Hello! I have issues with my network connection, can someone help? It is somewhat unstable and according to ping i have about 10% packet loss. My phone and my other PCs don't have that issue but use the same network... any ideas where to start? [16:53] Starting LightDM Display Manager [fail] [16:53] CadetX: hexadecimal ff=256, 00=0 [16:53] jaequery http://pastebin.com/mY54qskT [16:53] it stops here [16:53] PwrSurge, i would suggest with default vesa drivers as ati don't support any more [16:53] jrib: but I am on openbox . No gnome here [16:53] what is LightDM? [16:54] CadetX: err, ff=255 [16:54] gulzar: yes, so? [16:54] PwrSurge: login manager [16:54] llutz, its supposed to be 0xFF = 1 === as456fgt is now known as dury [16:54] its supposed to write all 1 on the drive [16:54] Are there no unity-2d developers in here? I'm really surprised that nobody can tell me how to remove an indicator from the panel... [16:54] using my wipe utility [16:55] jrib: so I have only things ralated with openbox not with gnome.. I will install it and try [16:55] CadetX: so its not numbers, hence i asked. no idea what your utility is/does [16:55] gulzar: there may be a better way, but I don't know it [16:56] CadetX: 0xff 0 binary "1111 1111" maybe thats meant with ff=1 [16:56] ooh [16:56] yes it said to fill the disk with 11111 [16:57] and 0x00 with 00000 [16:57] hi [16:57] CadetX: since 0x00 = 0000 0000 [16:57] hi [16:57] smart then [16:57] how can I disable eth1 persistantly? I know I can do ifdown eth1, but that doesn't persist across reboots. [16:57] kamia ellinida? [16:57] Are there no unity-2d developers in here? I'm really surprised that nobody can tell me how to remove an indicator from the panel... that Skype icon looks horrible. Also, how to maximise the dash by default in 11.10... (counting on you, #ubuntu) [16:58] !gr | akaluptos [16:58] akaluptos: #ubuntu-gr και #kubuntu-gr για Έλληνες χρηστές / #ubuntu-gr kai #kubuntu-gr gia Ellhnes xrhstes [16:58] i want to know which program uses canonical to make the "Take a tour" in the web [16:58] anyone knows? [16:59] hi? [16:59] pconwell, if you have external usb simplliy make it up ignore eth1 then [17:00] Exxon: I don't understand [17:00] anybody knows which program uses canonical to make the "Take a tour" in the web? It's open source? [17:01] javier__: Not sure, but I expect it to be custom made [17:01] pconwell, why you are trying to do so [17:01] patience | javier__ [17:01] good evening, can i use gparted to resize (make it smaller) my active ubuntu partition? (I don't have any other os installed for the moment) [17:01] !patience | javier__ [17:01] javier__: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [17:01] ChesterX: you'll need to do that from a livecd [17:01] exxon, I have eth0 and eht1. At one point, I enabled eth1, but now I don't need it and services keep running on eth1 [17:02] Exxon: so I want to disable it so everything will run on eth0 [17:02] gulzar: ok, I have another way for you... you can put settings in ~/.config/gtk-3.0/settings.ini . For example, use this: http://paste.ubuntu.com/752664/ and make sure you have gnome-themes-standard installed [17:02] ThinkT510, why do I need to do it from a livecd? [17:02] but he left of course... [17:02] ChesterX: you can't resize a partition that is already mounted [17:03] pconwell, if you are wired with eth0 then there no need for eth1 by the command you give is totally down..let the light blink .. [17:03] 5.1 working in all desktop apps but in open browser only 2 front and rear working need help solving this puzzle [17:03] Exxon: I found what I needed /etc/network/interfaces [17:03] I just commented out the eth1 lines [17:03] ThinkT510, ok. Will I need to restore the bootloader or fix the ubuntu partition? [17:04] ChesterX: no [17:04] Exxon: I don't think you unerstand what I am saying [17:04] ChesterX: i've never had to [17:04] Exxon: but I got it fixed, so everything is fine [17:04] pconwell, well be it that way..sry [17:04] ThinkT510, thank you. Last question: Any suggestion regarding which livecd I should use? [17:05] ChesterX: i like partedmagic [17:05] ChesterX any live cd you are familiar with [17:06] 5.1 working in all desktop apps but in open browser only 2 front and rear working need help solving this puzzle [17:06] mufaza: thx [17:06] Marine1 what's 5.1 ? [17:06] Marine1: and how are you testing that in the browser? [17:06] pconwell, well how do you do it ..can you share it with us [17:06] MonkeyDust, the only live cd I used until now were Ubuntu and BT. Am I able to use the Ubuntu one to do this? [17:07] Marine1: what particular web sites are you testing this with? [17:07] ChesterX ubuntu has gparted, so yes [17:07] ChesterX: if it has gparted then yes [17:07] basicxally youtube and ohter channels [17:07] Hello guys, I have a little problem, I cant move my windows whit the mouse, what should I do? [17:07] I am using the basic ubuntu 11.04 edition (liveusb) [17:08] riffautae: should i make pulseaudio default [17:08] I am sind Ubuntu 11.10 whit gnome-shell 3 [17:08] using* [17:08] milen8204, restart windows [17:08] Marine1: so adobe flash content? right click a flash app and go properties to see if there is a setting in there that is relevent [17:08] Exxon, what do you mean ? [17:09] dr_willis: noyt testing browser just going to different sites and playing videos [17:09] milen8204: your window manager crashed or something like virtual box is stealing focus, restart teh system or xorg [17:10] Marine1: so.. you are playing flash videos? [17:10] riffautae, can you tell me how to do that ? [17:10] mufaza, but what is the purpose of installing libapache2-mod-auth-mysql ? [17:10] milen8204 if you're using vbox, press right ctrl [17:11] MonkeyDust, no I do not use V-box [17:11] hi i'm having trouble downloading with apt-get on my server... i tried apt-get install libcurl4-openssl-dev and now im getting a string of messages such as Err http://us.archive.ubuntu.com/ubuntu/ natty-updates/main libgssrpc4 amd64 1.8.3+dfsg-5ubuntu2.1 [17:11] 404 Not Found [IP: 91.189.88.31 80] [17:11] dr_willis: yes but can't hear all 6 speakers basically but in all other apps like vlc, movie player all work just fine [17:12] I can`t move the app`s windows like this one , I can just maximize, minimize, and close them [17:12] Blazento: have you done sudo apt-get update first? [17:12] Blazento: do other websites work? eg can you ping google.com [17:12] Marine1: if the site is only supplying 2.1 or 3.1 sound.. you are expecting your system to just clone the output to the rear? [17:12] ahh sudo apt-get update did the trick thanks! [17:13] Blazento: no worries :) [17:13] dr_willis: good point but I had pulse audio as my default sound device before and I didn't have this problem [17:14] check the pavcontrol settings and tools i guess Marine1 [17:14] hi. looks like " linux-backports-modules-alsa*" doesn't exist anymore on Oneiric... From where could I install it, since i need some drivers for alsa (audio device not detected -> Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)) [17:14] dr_willis: now my default card is hda nvidia [17:14] what is the cheapest SSL you can buy these days? [17:15] Marine1: you using the hdmi cable to a monitor? it may be defaulting to that. [17:15] jaequery: ? [17:15] a ca root certificate [17:15] so ive seen a video on youtube but it has been deleted. didnt quit firefox yet, so is it possible to get is back outta the cache? right now im manually searching for it in ~/.mozilla/firefox/x.default/Cache/.F [17:15] jaequery: how is that an #ubuntu issue? [17:15] because im installing SSL on ubuntu [17:16] im having problems setting up a linksys 2500 usb wireless using wpa-personal using ubuntu [17:17] im also using ndiswrapper [17:17] jaequery: that still does not make your current question an #ubuntu issue. There is #cacert channel, or maybe other more appropriate channels [17:17] dr_willis: yes but like I said the desktop apps work fine not the open browser videos [17:17] jaequery, https://help.ubuntu.com/community/OpenSSL [17:18] on first boot (in live cd it was ok) just after posting, i get a lot of green bars and funny stuff on the monitor for a couple of seconds (Say 30) then the screen goes black- hard disk seems to be still active for another minute or so. any ideas what to look at pls ? this is my logs: http://pastebin.com/e5sZt8C4 <- asking again maybe someone can enlightin me pls [17:19] So I just upgraded to Ubuntu 11.10. Where can I edit some JavaScript? :p [17:19] Is there any compiz settings for windows? [17:19] ThePendulum: on the internet... have fun [17:19] ThinkT510: I mean for Gnome 3, of course [17:19] Btw, is there a way to move items within the launcher? [17:20] WHat is the name of the application to put an iso on a flash drive to be able to boot into it to install [17:20] dr_willis: i just check all pusleaudio volume settings seems fine [17:20] phrosty, unetbootin [17:20] phrosty, universal-usb-installer [17:21] dr_willis: pavcontrols [17:21] Hi, i'm having some problems with the mouse in gnome windows. Basically in unity or what ever the default is now, I can't left click on certain things. (i had to power cycle to log out :/ ) Openbox works, so this is clearly not a issue with my mouse, but gnome windows, like the gnome control panel left click doesn't work. Is there a solution to this or should I just stop using ubuntu now? [17:22] dr_willis: all is fine there [17:22] (i'm running ubuntu 11.10, just did a dist upgrade from 11.04 and I hadn't noticed this was the problem, but I had not used that system much [17:23] dr_willis: do you have any suggestions in how i can get all 6 speakers working in open browser [17:23] Dear friends, mysql folder is in var/lib/mysql but I cannot open it how can i opne it?? I see an x on the folder [17:23] hi [17:23] sudo apt-get --reinstall install libgdk-pixbuf2.0-0 fails with an error: E: Internal Error, No file name for libgdk-pixbuf2.0-0 Got any clues for me? [17:23] Marine1: it sounds more like a flash issue rather than a browser issue [17:24] awozniak first type apt-cache search libgkd|less to look for the exact name [17:24] luca_bi, check access control flags from within a terminal [17:24] hi guys what are the resolution requirements for ubuntu server the only reason i ask is because im trying to run it on am older pc and it all installs fine and everything but wont show the terminal are there any settings i can change in the install to fix this [17:24] hello [17:25] MonkeyDust: libgdk-pixbuf2.0-0 - GDK Pixbuf library [17:25] Baccari how can I open it from terminal? [17:25] old hp pc connected to a sony vaio LCD [17:25] Hi, i'm having some problems with the mouse in gnome windows. Basically in unity or what ever the default is now, I can't left click on certain things. (i had to power cycle to log out :/ ) Openbox works, so this is clearly not a issue with my mouse, but gnome windows, like the gnome control panel left click doesn't work. Is there a solution to this? [17:25] shaneo_: there aren't any for server... [17:25] logging in via console ... as another user [17:25] anyone? [17:25] sereal: clean install? Upgrade? Tried making a new user? [17:25] ssta so are there any settings i can change [17:25] luca_bi, open a terminal, go the the parent folder, then "ls -l" [17:25] during install [17:26] the change reoslution maybe [17:26] Making a new user isn't going to help. That seems like a silly solution to me. [17:26] how, here can i see the table of IP leases when i share my wired connection? [17:26] !nomodeset | shaneo_ [17:26] shaneo_: 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 parameter [17:26] I just did a dist upgrade [17:26] shaneo_: not that I know of. There's probably a way to turn off the vga console [17:26] pelvic thrust failed? [17:26] sereal: try making a new user. see if they have the same issue.. if they DONT have a problem. that would point to a user setting conflict [17:26] thanks ubottu and ssta [17:26] Baccari drwx------ 6 mysql mysql 4096 2011-11-28 16:30 mysql [17:26] !xorg | shaneo_ [17:26] shaneo_: The X Window system is the part of your system that's responsible for graphical output. To restart X, type 'sudo /etc/init.d/lightdm' on an ubuntu system. replace with kdm on Kubuntu. To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution . Also see !xorgconf [17:27] excuse, where can i see the table of IP leases when i share my wired connection? [17:27] luca_bi, the owner of this folder is the user "mysql" [17:27] shaneo_: you have server, so xorg isn't relevant [17:28] luca_bi, you can change it by :"sudo chown $USER" [17:29] Baccari: luca_bi STOP === corsair is now known as Guest90953 [17:29] luca_bi: don't chown mysql-dir, it'll break mysql [17:29] I appreciate any help on this, since my system is not detecting the audio device. - pastebin -> http://pastebin.com/nmX8UxGV [17:29] How do you format a flash drive on ubuntu? [17:30] phrosty: any partition utility === denny_ is now known as Guest53437 [17:31] phrosty: gparted to the rescue! [17:31] Ok I just saw that via a google search :) [17:32] phrosty: be careful not partitioning drive: google [17:32] lcb in Terminal, use mkfs [17:32] luca_bi: if you really need to list contents of that dir, use "sudo ls -l /var/lib/mysql" [17:32] phrosty in Terminal, use mkfs [17:32] phrosty: disk manager (in 10.10 and 11.04 anyway, not sure in 11.10) [17:33] MonkeyDust: i will, tks :p [17:33] lcb, https://help.ubuntu.com/community/HdaIntelSoundHowto [17:34] Exxon: :) thanks [17:34] dr_willis, yeah this is a problem with ubuntu being broken. I guess i'm done with ubuntu. Maybe i'll do a server install and just grab what I want, but this is pretty stupid. It seems like ubuntu has gotten more and more broken with each new release and it's sad because it was really nice till 11 came along [17:34] Exxon: didn't find that one, before === n0ah is now known as koo2 [17:35] sereal others do like the change [17:35] lcb, no need to mention try it .. [17:35] for some reason my display switches in and out of graphics mode when starting X [17:35] Is there a way to prevent that launcher panel from hiding automatically in Ubuntu 11.10? [17:35] Exxon: tks a lot [17:35] is there any reason not to install 64b ubuntu on a 64b machine? [17:35] benbloom: Not anymore. [17:36] MonkeyDust, I have no problem with unity, or the defaults. I typically just install openbox or fluxbox and never touch gnome other than gnome applications, but this is the last straw for me. Things are seriously broken when my mouse doesn't even work in gnome windows. [17:36] I see 720x400 and 1920x1080 flashing back and forth [17:36] benbloom: not often...unless you need some ISV apps that are 32bit only [17:36] lol [17:36] #iodoom3 [17:37] does ubuntu have a software that lets you listen to radio stations & podcasts... as well as download them? [17:37] isoman2kx rhythmbox (with plugins) [17:37] More and more things have broke for me since 11 and I have heard numerous complaints about the gui installer freezing (never happened on me) but I mean these are things that used to work and no don't. Come on, ubuntu is suppost to be geared towards new users, and a some what experienced user can't make it work? [17:38] sereal: not that I mind, but this sort of rant belongs on #ubuntu-offtopic (where I will happily agree with you) [17:38] I do occasionally use ISV apps ssta. are the advantages of 64b architecture that noticable? [17:38] ssta, sorry you are correct. [17:38] always a gentleman [17:39] benbloom: more ram baby yeah! [17:39] benbloom, it depends. [17:39] I'm trying to create a public share space for everyone in my network on a Ubuntu server- How do I make a folder where everyone that has access to it always creates files and folders with 0777 permissions? [17:39] benbloom: depends on whose benchmarks you read. Most of them these days are better on 64bit. As long as your ISV supports 64bit then it's fine [17:40] PineappleClock: that will attract spam [17:40] ok but how to do it? [17:41] PineappleClock, https://help.ubuntu.com/community/FilePermissions [17:42] PineappleClock: setup your directory and create an POSIX acl (man setfacl, getfacl) for it [17:42] is this an English spoken chat? [17:42] my Samba share is set to create mask = 0777 and directory mask = 0777 but for some reason some mac clients are writing files that aren't [17:42] jana46: yes [17:42] jana46: indeed it is [17:43] hello [17:43] is this although about Xubuntu? [17:43] !xubuntu | jana46 [17:43] jana46: Xubuntu is Ubuntu with Xfce instead of !GNOME. More info at http://www.xubuntu.org and http://wiki.ubuntu.com/Xubuntu/ - To install from Ubuntu: « sudo apt-get install xubuntu-desktop » - Join #xubuntu for support - See also: !Ubuntu and !Xubuntu-Channels [17:43] sziasztok [17:43] jana46: you can ask here or at #xubuntu [17:44] Ouch [17:45] I still have two external usb disks who seemed to be locked. what means this actually [17:47] #Xubuntu [17:47] working through an install of postgreSQL ... I'd like to give my new user "postgres" access over all things within his home dir of home/postgres ... this is a chmod operation? [17:48] any bitbucket users [17:49] how to add a profile photo in bitbucket????? [17:51] bugbrains, i don't use it see if the link help http://confluence.atlassian.com/display/BITBUCKET/Using+SSH+to+Access+your+Bitbucket+Repository [17:51] Exxon: thanks [17:51] Anyone knowledgeable about splitting source packages into multiple binary packages? [17:52] I've gone through the Packaging Guide to the letter, but am getting this error: [17:52] dh_install: foo-package-2 missing files (/lib/*), aborting [17:53] In the foo-package-2.install file, I have patterns like "/lib/*" so that everything installed in that directory by the source would end up in that deb [17:53] This is what the official guide said to do [17:53] Obviously not working though. [17:53] Any ideas? [17:54] sskalnik: #ubuntu-packaging === soreau__ is now known as soreau [17:54] How do I find out which updates were done to my machine, this morning? I manually authorized them, but don't recall what they were. [17:55] jrib, currently chilling in there, but no response; figured I would ask in here. Is this an improper venue? [17:55] how to get date to produce the actual time? its only writing files to the first time it was opened fswebcam -d /dev/video0 -l 2 video0--`date +%F--%H.%M.%S`.jpg [17:55] sskalnik: it's ok to ask here [17:55] jrib: Cool, thanks [17:56] alienmindtrick, apt-cache policy [package-name] [17:57] @Exxon: how will i know the package name? [17:57] I've got a problem: I've uninstalled Gwibber, and yet Gwibber updates keep popping up in the Update Manager. [17:58] soooo is there anyway to get the little icons back in gnome 3? like the ones next to aplications and places? [17:58] how to get date to produce the actual time? its only writing files to the first time it was opened fswebcam -d /dev/video0 -l 2 video0--`date +%F--%H.%M.%S`.jpg [17:58] anyone here have an ATI graphics card running on 11.10? [17:59] PwrSurge, sure dont [17:59] /var/log/apt contains a history of package installations [18:00] with fglrx [18:00] just get a black screen [18:00] Exxon: i run that from a terminal window, or is it in the file system? [18:00] was working fine before I upgradd [18:00] hi [18:00] EuroNerd, can you do dpkg --get-selections and confirm that Gwibber is uninstalled? [18:00] did karmic apt.sources list change recently ? I can't update [18:01] alienmindtrick, gksudo natilus [18:01] jazzanova: karmic is no longer supported [18:01] isn't there an archive deb ? [18:02] why do people insist on using old versions? [18:02] because they're not broke? [18:02] i tried upgrading once, it didn't work on my laptop [18:02] i had to revert [18:02] ThinkT510, wasn't that "old version" very stable and proven? [18:02] I used it for a long while [18:02] ssta, thanks..i was trying to think of something to anser that with but was experiencing anger gridlock [18:03] i get misses for karmic_updates [18:03] PwrSurge, check the vedor do they have ati drivers [18:03] sskalnik, is there a way to page this list? cuz it's so long, it fitted only from m to z in the terminal ;) [18:03] sskalnik: thats what lts versions are for [18:03] ThinkT510, indeed [18:03] jazzanova: i always fresh install, never trusted the upgrade process [18:04] ? [18:04] do that when you have 70 servers [18:04] EuroNerd, no idea on the paging. I am lazy and use Xchat [18:04] you can start over again in 3 years.. [18:04] grendal-prime, I know that feel [18:04] that's pretty much what I do [18:04] sskalnik, nevermind, just adding g* at the end of your command did the job ;) [18:04] found it, it moved to old-releases [18:05] EuroNerd, you could pipe it to less [18:05] ive had one dist-upgrade go bad. it was using debian proper and it was 7 years ago. [18:05] Exxon: i ran that in a terminal (gksudo natilus), got a dialog to authorize it, nothing else happened [18:05] hai [18:05] tried that, appears the latest version is causing issues [18:05] dpkg --get-selections | less [18:06] best video editor for ubuntu [18:06] sskalnik, and now I can tell you that dpkg shows "install" next to the four gwibber-service variants, so I assume it's not installed. [18:06] guys can anyone please help me fix a problem with the gpu? http://pastebin.com/3XQ1HQur - after first boot i never managed to get the login screen, get some garbled lines, then screen goes off [18:06] EuroNerd, "install" means it's installed [18:06] *sigh* [18:06] EuroNerd, weird, I know [18:06] sorry i don't do spoon feeding [18:06] ahh... [18:07] screen keeps switching from 720x400 to 1920x1080 [18:07] back and forth === Mud is now known as Guest84974 [18:07] sskalnik, ok, so how do I get rid of this thing? I'm pretty sure I even did a "purge" version of uninstall [18:07] I'm installing ubuntu server 11.10 here, I have / on a md volume. When I get to the grub portion of the install I see 'executing grub-install /dev/sda failed this is a fatal error' and I really cant work beyond this [18:07] http://pastebin.com/pbtHijVK all the debugging i could think of [18:07] EuroNerd, weird, purge should nuke it all from orbit [18:07] sskalnik, oh wait, maybe I removed the app, but not the services (daemons or sth) ? [18:08] (EE) open /dev/fb0: No such file or directory [18:08] EuroNerd, try "apt-get uninstall" + paste those gwibber packages [18:08] roger that [18:08] EuroNerd, you can select each one and middle-click to paste them quickly.\ [18:08] EuroNerd, you probably already know that though. XD [18:09] nope [18:09] EuroNerd, every time I boot into Windows I middle-click all over the place and go "Why can't I paste anything?" [18:09] My machine keeps crashing since this morning's update. How can I find which updates were done, in what package, etc? Realize, please, that I am a relative novice, but have exercised due diligence in trying to find the answer before coming here. [18:10] alienmindtrick, Did you reboot? [18:10] sskalnik, r u sure that's the right syntax? he tells me "invalid operation uninstall". [18:10] sskalnik, EuroNerd, google "true x-mouse gizmo" if you want middle mouse paste in windoz [18:10] Sidewinder: yes, more than once. [18:11] EuroNerd, my bad, "apt-get remove" or "apt-get purge" [18:11] ok ;) [18:11] hwilde, Thanks! [18:11] alienmindtrick, When you say "crashing", what exactly happens? Any error messages? [18:12] anyone know how to get the start sequence of an init script? [18:12] Oh, my goodness, the floodbots are acting up, again.. :-( [18:12] Yanch0, i am not familiar with myth tv ask if some one is using it.. [18:12] Sidewinder1: perhaps 'locks up' would be more accurate. the cursor freezes and i can't get it to respond. [18:12] ranamalo, it's just a text file [18:12] alienmindtrick, Your ubuntu version? [18:12] Exxon, mythtv shouldnt be a problem here ... seems to be an x problem i guess [18:13] Sidewinder1: 11.10, updated daily [18:13] hwilde: i know they are just bash scripts, but I'm looking for a way to get the start sequence number you set with update-rc.d [18:14] sskalnik, I did apt-get remove gwibber-service* and it killed this sucker! :) Thanks a lot for your help. [18:14] EuroNerd, glad to hear it worked! [18:14] with 11.10 server can you install to a software raid1? [18:14] alienmindtrick, Dag-nab-it, I'm on 10.04, so I can't really diagnose, sorry.. Perhaps someone else can... But I hope you're not pressin' the power button; better the REISUB, method.. [18:14] storrgie, Yes [18:15] storrgie, Just did that a few times last week in fact [18:15] was ATI even tested before releasing 11.10? [18:15] geez [18:15] hi [18:15] ranamalo, do u mean the runlevel ? [18:15] !REISUB | alienmindtrick [18:15] alienmindtrick: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key [18:15] storrgie, You should be able to make a softraid or lvm during install. [18:16] PwrSurge, ATi just doesn't play as well with Linux as nVidia. :C [18:16] can anyone tell me how to make chromium icon appear in docky and panel [18:16] Yanch0, mythtv is live cd/dvd please let me know [18:17] sskalnik, im in 11.10 and grub fails when i try my install [18:17] Exxon, yes comes as stripped down ubuntu [18:17] sskalnik, would you mind being patient and helping me through this? [18:17] storrgie, Certainly; hope I can help === d3m3ntu is now known as mradu [18:18] storrgie, did you set up the RAID during the install? [18:18] sskalnik, I have two 256G SSD that I want to install to, I want a 12G swap on each and the rest to be a mdadm RAID1 where I mount / [18:18] sskalnik, yes I did [18:18] alienmindtrick, You may wish to restate your question/problem, stating as much info., as you can.. Perhaps someone else will pick up the ball, so to speak.. [18:18] Yanch0, yes it can be included from ubuntu itself..but if that is you should not have a problem with the xorg [18:18] sskalnik, however, when I get to the stage of the installer where grub is installed it fails [18:18] question guys nautilus doesn't have any icons anymore when file browsing i have no idea why they disappeared anyone have a clue how to fix it, restarting didn't work [18:18] Exxon, i installed mytubuntu - prepackaged ubuntu with mytv [18:19] sskalnik, did you put your boot on a seperate partition? [18:19] storrgie, Nope [18:19] sskalnik, you're sure you did 11.10 server? [18:19] i nstalled nvidia xorg 96 grapics driver buteverytime i open up the nvidia x server seetings i got a prompt saying ive to edit x config file as root ,can anyone here tell me how to do it please [18:19] sskalnik, I'm at the partitioning menu right now [18:19] storrgie, Let me look at my config. I did it manually at first, then switched to using a preseed [18:20] Yanch0, i am checking the package if ubuntu repos..have such package [18:20] storrgie, Yeah, 11.10, got one of these servers right here. [18:20] sskalnik, sure, im very interested in how you got this working [18:20] storrgie, Ooooone moment [18:20] hi [18:20] Yanch0, none [18:21] any c programmers in here [18:21] sskalnik, thanks again for helping me out [18:21] !myth [18:21] storrgie, which filesystem did you use, and where did you put the / partition? [18:21] !mythbuntu [18:21] Mythbuntu is an Ubuntu derivative centered upon setting up a standalone MythTV system. See: http://www.mythbuntu.org for more information [18:21] ^^ [18:21] storrgie, Don't thank me unless it works! ;) [18:21] i tried btrfs first, then ext4 [18:22] i put / on the md device [18:22] lord-ivan_, wait for a bit later session i don't want to give you names :)) [18:22] GNOME Mplayer seems to lock up my computer completely after playing a videos . Is this a common problem ? [18:22] sskalnik, I created a partition with the leftover space on each of the SSDs, made that partition a RAID [18:22] storrgie, Did you put / on the first md device, i.e., on the first partition? [18:22] then created a md0 out of those, raid1 [18:22] and put / on it [18:22] I think the first partition is the swap [18:23] storrgie, That is probably why. [18:23] dear friends could you tell me the difference between bin/mysqldump -u root -p agenda > agenda_backup.txt [18:23] and mysql -u root -p nuova_agenda < agenda_backup.txt [18:23] hwilde, http://www.mythbuntu.org/ [18:24] sskalnik, should I make the first partition a physical volume for raid? [18:24] what is the ubuntu (specifically GNOME 3) equivalent of dxdiag? [18:24] storrgie, I would put the boot partition (/ or /boot) on the first partition [18:24] storrgie, Yes === GirlyGirl_ is now known as GirlyGirl [18:24] luca_bi: first command exports your db"agenda" into a file, 2nd command restores it from a file into a db [18:24] luca_bi: also, please note there is a specific #mysql channel [18:25] sskalnik, tryting that now [18:25] sskalnik, so now I made the first partition a Physical volume for raid on both devices [18:25] storrgie, Cool. [18:25] oCean, Is it my imagination or are the floodbots 'acting-up', again? [18:25] sskalnik, now making that md device my / [18:25] sskalnik, doing ext4 [18:26] !enter | storrgie [18:26] kierkkadon, please elobrate your question [18:26] storrgie: Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [18:26] storrgie, Yeah, that is exactly what I did. [18:26] hopefully the open source driver actually works [18:26] sskalnik, ok, letting the rest of the installer run [18:26] Exxon, well, when I need to find info on my computer on windows I use dxdiag; is there some sort of equivalent in ubuntu? [18:26] hwilde, sorry [18:26] Sidewinder1: hmm, seems so. [18:26] I'm trying to figure out a bit of basic info about my machine [18:26] :D [18:27] sskalnik, it may take a couple of minutes for the rest of the installer to run, im doing it from CD [18:27] hmm [18:27] storrgie, Side note; are you doing one big partition, or separate ones for /home, /var, /tmp, etc.? [18:27] * Sidewinder1 Sighs.. [18:27] sskalnik, i think you can only do a single big partition once you make an md device [18:28] kierkkadon, simply install xorg according to you vendor that it..there is not directx like windows here [18:28] storrgie, Yeah, but you can put several md devices on a physical drive. [18:28] sskalnik, so yes im doing something like this {Disk1: 240G RAID, 16.4G Swap} {Disk2: 240G RAID, 16.4G Swap} {RAID1: 240G / ext4} [18:28] Cool [18:28] storrgie, Yeah that looks good [18:29] llutz: thanks very much another question [18:29] sskalnik, its pulling updates and configuring apt [18:29] storrgie, Man you must have a ton of RAM [18:29] sskalnik, should be to the grub installer soon [18:29] sskalnik, I have 16G right now, but I'll likely bump to 32 sometime soon [18:29] sskalnik, I'm using this system to test out zfs, its my home server. I typically do mdadm and ext4 [18:29] why if I write bin/... it doesn't export my database and if I write without bin/ it exports?? [18:29] storrgie, Haha, if you ever need ot use that swap space I will be amazed [18:30] sskalnik, yeah i just remember someone saying swap needs to be 1.5 size the memory [18:30] you can do a root zfs? [18:30] storrgie, Never used zfs, but I know people who really like it. [18:30] storrgie, Yes that is a good rule of thumb [18:30] ssta, you should check out the mailing lists for zfs I wouldnt ask that here, also go to #zfs [18:30] what is the meaning of bin/ in a comand from shell?? [18:31] Whats the package name for git on 11.04? just tried apt-get install git and then git-core and neither worked. Fresh install of 11.04 [18:31] ssta, yes, you can. I see many people have been doing it. I am going to keep my / ext4 for now. I would do btrfs if it had a fsck releasted [18:31] luca_bi: what exactly are you writing in your shell (in full)? [18:31] sskalnik, its installing openssh then i think grub is next [18:31] Kindari, probably git-common [18:31] jrib: bin/mysqldump -u root -p agenda > agenda_backup.txt [18:31] Kindari, apt-cache search git [18:31] Kindari, sudo apt-cache search git [18:31] with this comand it doesn't export my database [18:31] luca_bi: don't use the "bin/" or use the correct path. [18:32] Hello, anybody knows if Ubuntu works well with all the components of the new dell XPS 14z laptop: http://www.dell.com/us/p/xps-l412z/pd?~ck=mn -- it has an NVIDIA GeForce GT 520M with Optimus -- is this something that would work with nvidia drivers in ubuntu? [18:32] luca_bi: when you write "bin/mysqldump" you are telling your shell to look for a "bin" folder IN YOUR CURRENT DIRECTORY, go into it, and then run the "mysqldump" file inside [18:32] considering buying it, that's why i'm asking :-) [18:32] llutz: Yes if I don't use bin/ it works [18:32] why? [18:32] lduros, Most likely. Never seen an nvidia card that Linux didn't like [18:32] luca_bi: those commands are in /usr/bin/ so bin/mysql only would work if you are in /usr [18:32] lduros, there are some projects to do optimus out there, search for them. You're in need of a lot of reading. I do think you're in luck though because the projects have been around for a couple months [18:33] sskalnik, I'm still getting that fatal error [18:33] lduros: unless you need to drive multiple nvidia cards [18:33] storrgie, swap have a size cylinder of 1024kb so really don't require that [18:33] storrgie, send me that error? [18:33] storrgie, swap have a size cylinder of 1024mb so really don't require that [18:33] "executing 'grub-install /dev/sda' failed. This is a fatal error" [18:33] what a POS [18:33] sskalnik: storrgie: ssta: I don't understand what Optimus is so much though, I found this thread and that's why I was asking about it here: http://askubuntu.com/questions/46065/problems-with-nvidia-drivers-on-dell-xps [18:33] luca_bi: you want to read some basics about pathes and how to call binaries etc. [18:34] any driver I try does not work [18:34] lduros, its two graphics chips on the same machine, in windows they dynamically switch between the two chips. in linux you have to manually do it [18:34] storrgie, Is there a more informative log file? [18:34] screen flashes instead of loading X [18:34] sskalnik, .... im not so good when im in this mode, how could i get a log? [18:34] storrgie: ok, i see [18:34] sskalnik, keep in mind this is the installer from CD [18:34] sskalnik, should I try the alt installer? [18:35] lduros, yeah so you would run your main environment on the intel card, because intel works really nice for unity and gnome-shell. then you could use the cli to launch certain apps and tell them to use your nvidia card [18:35] storrgie, drop to another tty (Alt-F2 or something) and look at /var/log/whatever [18:35] lduros, from what I gather [18:35] storrgie: hmm ok [18:35] PwrSurge, sorry to tell you ati have stopped the support for ati drivers so work with vesa [18:35] storrgie: so really the nvidia card wouldn't be used that much [18:35] sskalnik, syslog? [18:35] storrgie, Sorry I can't remember the exact names of the logs, but there should be a grub log or a syslog [18:35] storrgie, Yeah check that [18:36] sskalnik, ok its coming across the screen, one tick [18:36] storrgie, It might take a while; did for me. [18:36] ahhhhh [18:36] llutz: Ok I know folder /usr/bin but if I don't put bin/ the comand works [18:36] sskalnik, This GPT partition lavel has no bios boot partition, embedding wont be possible [18:36] !list [18:36] This is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [18:36] luca_bi: you want to read some basics about pathes and how to call binaries etc. don't use prefix bin/ to call those commands! [18:36] llutz: In bin I have a lot of files executable [18:36] sskalnik, you're using MBR right? I think my disks were GPT to start with [18:36] storrgie, Ahhhh yes [18:37] sskalnik, I think I need to make a 1 or 2 Meg BIOS boot partition [18:37] on each disk [18:37] Hi guys! [18:37] luca_bi: check "echo $PATH" you don't need to give pathes to binaries in all these listed directories [18:37] lduros, yeah it wouldnt be, some bios let you force intel OR nvidia [18:37] storrgie, That would be outside my knowhow; only used GPT on a Mac and that was a while ago [18:37] lduros, you could choose [18:37] PwrSurge, every things will work fine, only compiz will not work..i really don't care about the look ..( looks can always decieve) :)) [18:37] llutz: Yes I want to read something more about pathes [18:37] sskalnik, so I should probably just do MBR [18:37] I've installed Ubuntu 11.04 and I want to install Gnome3 to use gnome-shell but I can't find gnome-shell in synaptic... any idea? [18:38] sskalnik, could you confirm your disks are MBR? [18:38] storrgie, Definitely MBR [18:38] luca_bi, http://www.funtoo.org/wiki/Linux_Fundamentals,_Part_1 [18:38] storrgie: I see [18:38] lduros, I plan to buy one someone soon. I'll probably just use intel all the time, its less power hungry and it has very good driver support [18:38] :-) [18:38] right [18:38] llutz: /usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games [18:38] storrgie: you were planning on buying the xps 14z? [18:39] lduros, I prefer Fedora for my desktop/laptop because I like gnome-shell. however I still use ubuntu on my servers [18:39] luca_bi, That will answer a lot of questions about things like bin vs /bin vs /usr/bin [18:39] Exxon, : i'm not even getting X period [18:39] storrgie: ok, couldn't you use gnome-shell in ubuntu or debian though? [18:39] lduros, im not sure, I kind of want one of the newer ultrabooks... i just figure they will all come with Intel/Nvidia optimus crap [18:39] screen keeps flashing and X does not load [18:40] should have never upgraded [18:40] lduros, i think so, however ubuntu keeps changing so many things each release without documenting why... mainly the things that are not integrating with upstream.. that I just choose fedora [18:40] storrgie: yeh, the newer ultrabooks are too thin for me though, they'd fly away on my lap in my backyard :-P [18:40] lduros, i'm probably speaking blasphemy here [18:40] hi, some help pls [18:40] http://img10.imageshack.us/img10/7169/pantallazodel2011112813.png [18:40] too bad I can't downgrade [18:40] storrgie: lduros best to keep the chatter to #ubuntu-offtopic and this place for direct support ;) [18:40] basically have to reformat and start again [18:40] storrgie: what's the advantage of fedora? :-P I'd miss the "Debian" way of organizing things a bit, especially after taking great pains learning it [18:40] crap === babilen is now known as Guest15630 [18:41] PwrSurge, rember always backup the xorg while to try installing alien drivers =experiment it..rather playing. [18:41] it's not a new driver [18:41] was working fine when I was running 10.10 [18:41] lduros, I would just check it out, fedora is a very nice system if you know linux. It's not as ready for non-linux people as ubuntu is. but it is quite nice [18:41] then I upgraded to 11.11 [18:41] 11.10 rather [18:41] storrgie: ok, thanks :-) [18:41] lduros, if you want, msg me in private and I will give you my email. I can help you settle into fedora from that [18:42] storrgie: really - please use #ubuntu-offtopic for this kind of chatter. [18:42] maz [18:42] thanks :-P I'll msg you if I have issues installing it ;-) [18:42] jussi, yeah i figured its not welcome to do that here, apologies [18:42] PwrSurge, you have to know about the hardware that you use we else will [18:42] storrgie: thanks [18:42] llutz: If you have a file in these directories you don't need to write path? [18:43] luca_bi: correct [18:43] I need a little help, my school has a wifi network secured with an username-password method, and I can't get my netbook running Ubuntu 11.10 32bit to connect to it, can anybody help me?? [18:43] ATI radeon hd 3650 [18:43] http://img10.imageshack.us/img10/7169/pantallazodel2011112813.png some solution? [18:43] Yuukon, sure [18:43] Great, sskalnik [18:43] Yuukon, Do you have the pass and username? [18:43] hkm, dont repeatedly ask.... also why dont you explain what is going on instead of just spamming a link to a screen shot. [18:43] PwrSurge, i am using ati.. === anna is now known as Guest54731 [18:44] PwrSurge, lspci -v | VGA [18:44] Yes, sskalnik , but the network isn't in range right now as I am home [18:44] sskalnik, im trying to do the same install with MBR right now, ill let you know if it sticks this time [18:44] is about grapich distorsion, u can see on guake terminal a example [18:44] Bonjour a tous est ce que quelqu'un peut me rappeler quel est le champ d'entraide !!?? [18:45] !fr | Gl3ndiffich [18:45] Gl3ndiffich: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [18:45] Yuukon, Alright. When you try to connect to the network, what happens? [18:45] storrgie, OK. [18:45] It's trying to connect for ages, then prompts me with an login screen again, sskalnik [18:45] Yuukon, are you putting in your domain with your username [18:46] Yuukon, can you confirm that you're using the exact correct password? It sounds like the authentication is being rejected. [18:46] sskalnik, probably needs domain name. [18:46] hwilde, Indeed [18:46] Yes, sskalnik , these are the same things as I use in Windows, and it works fine there. [18:46] try yuukon@yourdomain.com or yourdomain\yuukon [18:46] hwilde, Yuukon, At any rate, sounds like the authentication - either username or pass - is wrong. [18:47] There isn't a domain to put in, hwilde [18:47] sure there is [18:47] sskalnik, it works in windows perfectly fine with the same username password combination. [18:47] in windows it is probably put in for you since you are on the domain.... [18:47] sskalnik, Ubuntu however does ask for a certifacate. [18:49] Yuukon, set wireless security to None or Off [18:49] it works if I go in safemode and i do startx [18:49] I can't try it right now, sskalnik , but I will try it out tomorrow. [18:49] Yuukon, That sounds like your school is using one of those wonky Cisco security systems [18:49] Yeah, I think it is, sskalnik , there are more people having trouble connecting. === comm_ is now known as b0ot_ [18:50] hi, i'm starting to do some research into choosing a new laptop to buy. does anyone have any recommendations on a good laptop that can be used to run ubuntu for general programming tasks/browsing, and a dual boot of windows to play games? [18:51] Yuukon, If you/they can't connect, they're certainly secure.. ;-) [18:51] Lol indeed Sidewinder1 [18:51] and that's using the radeon driver, not vesa [18:52] Yuukon, It is probably Clean Access by Cisco. What is happening is that it's asking for CA certificates that aren't in Ubuntu be default. I would talk to the local sysadmin about what certs you need. [18:52] what is going on [18:52] Yuukon, Sorry, I couldn't resist. :D [18:52] boxbeatsy: main thing, is don't get a laptop w/ those dual GPU's, they seem to cause a ton of problems [18:52] PwrSurge, there is a way to test compiz if it work without installing it. i will give you a link [18:52] sskalnik, it indeed asks for CA certificates, I couldn't get to it for a minute. I've been googling my butt off already but anything I try isn't really helping, but thank you for trying, will contact local sysadmin :) [18:53] Well it is true Sidewinder1 :P [18:53] boxbeatsy, Anything specific you plan to do with the laptop? What is your price range, and how much does battery life and size and weight matter? === bruno is now known as Guest9066 [18:53] Yuukon, You are welcome; good luck! [18:53] Thank you! [18:54] Yuukon, Yes, good luck! [18:54] Heh, I log in to get my issue fixed; end up helping people with their issues instead. [18:54] PwrSurge, you will now it exactly follow the link it will not harm the system http://www.ubuntugeek.com/check-compiz-will-run-on-your-ubuntu-desktop-or-not.html [18:54] Day is still productive! [18:54] sskalnik: battery life/size/weight isn't a concern (will be plugged in most of the time). price range <$800. i'm planning on doing some general programming on ubuntu and dualbooting into windows for gaming [18:55] boxbeatsy, How hardcore are you about the gaming? [18:55] boxbeatsy, http://www.ubuntu.com/dell [18:55] sskalnik: not especially, but i'd like to be able to run the latest games on lowest settings [18:55] PwrSurge, its like dxdiag in windows to know [18:55] is there any way to view folders (in a home folder) in a different way? like a detailed list (as in windows)? [18:56] hwilde: i was looking at that, but it looks like dell discontinud support. at least when oyu click on said USA link, it leads to a page with no options [18:56] boxbeatsy, oh I guess I am obsolete. [18:56] hehe [18:57] hey guys... I am using Ubuntu 10.04 LTS. I did some googling on this but did not find the information. any ides how i upgrade OpenSSH ? [18:58] hello guys! the new ubuntu it's wierd, I miss the top menu that side bars it's terrible [18:58] ypahnu, change to gnome then === JoFo_ is now known as JoFo [18:59] Exxon, : 404 [18:59] http://blogage.de/files/3448/download?compiz-check_0.1-1_all.deb is 404 not found [19:00] ypahnu, You might, then wish to return to 10.04; that's what I'm using and it'll be supported for a couple of years more.. :-) [19:00] boxbeatsy, http://www.newegg.com/Product/Product.aspx?Item=N82E16834230077 [19:00] PwrSurge, are you using proxy [19:00] no [19:00] check it out for yourself [19:01] storrgie: Rather than switching away from GPT, why not just create a BIOS Boot Partition? [19:01] HD screen, BLuRay, good video card, good specs all around. === Guest15630 is now known as babilen [19:01] the article loads ok but compiz-check it wants to use is 404 not found [19:01] What's the best anti-virus for ubuntu? [19:01] boxbeatsy, ASUS tends to have very high build quality and performance, relatively speaking. [19:01] and possibly free, less there is a huge difference [19:01] !antivirus [19:02] Antivirus is something you don't need on !Linux. except where files are then passed to windows computers (perhaps using samba), See https://help.ubuntu.com/community/Antivirus [19:02] PwrSurge, link works fine [19:02] sharpK, Welcome to a wor;d without the need for a virus scanner [19:02] my system is basically unusable now [19:02] sskalnik: cool, thanks! this looks good === blind_ is now known as blind [19:02] ubottu, that's exactly the case, I am using an Ubuntu desktop 11.10 on a server box, which will have torrents downlaoded to it, and the windows users would access [19:02] sharpK: I am only a bot, please don't think I'm intelligent :) [19:02] boxbeatsy, I think you will like it. I've gotten nearly everyone I know into the ASUS camp [19:02] I thought on 11.04 byobu was the default terminal? It is not even installed. After installing it, how can I make it the default terminal for all users? [19:03] ok, i see it now [19:03] sskalnik, yeah, but as a server, windows users would use it, I just want to be able to scan torrent files and all that stuff on a regular basis from the server box rather than use up my computer === martin_ is now known as kemani [19:03] the wget url in the article is dead [19:03] sharpK, Ah, so you want to make sure the files are virus free? [19:04] yeah, before they make their way over to a windows computer in the network [19:04] sharpK, Gotcha. [19:04] PwrSurge, i did not tell you wget did i or i could have given it to you [19:04] figured it's be easier and a better use of resources to have the server check the files itself [19:04] sharpK, This server would be used for totally legal downloads of a legitimate nature that wouldn't normally contain viruses right? [19:05] Naturally ;) [19:05] sharpK, I thought so. XD [19:05] sskalnik, of course, just there *may* be infected ubuntu ISOs.. better safe then sorry :) [19:05] * Kindari whistles [19:06] sharpK, your best bet is probably NOD32 is you want to take zero chances [19:06] sharpK, If you want free, there is ClamAV === kk is now known as Guest8779 [19:06] thanks for the info [19:06] s/is/if [19:07] sharpK, No prob; you might try to demo NOD32 on the Windows boxen as well.... === Mud is now known as Guest39496 [19:07] anti-virus is for the fearful [19:07] the real page for compiz-check is actually http://forlong.blogage.de/entries/pages/Compiz-Check [19:07] I've found a bug with nVidia and the Grid Feature (Snap).. Should I file it somewhere? [19:07] jump in [19:07] the rt2800_pci is already solved? [19:07] sharpK, It's effective enough for me to download viruses just for giggles. [19:08] PwrSurge, i know that so what the outcome [19:08] sskalnik, those are some construcive hobbies you've got there [19:08] sharpK, The best way to make sure something works is to try to prove it doesn't. ;) [19:08] is there a kernel for dev? [19:08] a channel [19:09] sskalnik, do you have any experience using 'disk utility'? [19:09] sskalnik, i would like to now use it to connect to my server [19:09] storrgie, Yeah [19:09] sskalnik, mbr fixed my problems [19:09] storrgie, Sweet [19:09] sskalnik the linuxian method.... [19:09] can someone please help me? [19:10] sskalnik, i get errors when i try to connect to my server with disk utility, have you ever tried to see your system remotely? [19:10] BBL, stuff to do [19:10] so I will stay on U10.04 ,, thanks alot [19:10] I get this error: ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directoryHost key [19:10] storrgie, Nope, not via disk utility. I can try though [19:11] bash tip?? Need to run the following command 6 times " cpufreq-selector -c 0 -g performance " yet I want the 0 to increment each time -c 0, 1, 2, 3 .. etc. Any quick tip? [19:11] storrgie, What is disk utility's real name? I'm on Xubuntu, so there's no "disk utility" [19:12] geesh i dont know [19:12] lucidguy, you require a script [19:12] !details | battlepotc [19:13] battlepotc: 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 ..." [19:13] Pici, I have an kernel panic when using wireless with rt61 driver [19:13] and wpa_supplicant [19:13] and the lastest version of ubuntu [19:14] battlepotc, ubuntu don't use wpa_supplicant ..click is enough here [19:14] Exxon, yes but i still have the kernel panic using the rt61 driver === zeitsofa is now known as Guest11911 === Guest11911 is now known as sofazeit [19:15] storrgie, Installing disk utility [19:15] battlepotc, modprobe the drivers [19:16] is there any drivers for Tubuntu? [19:16] Exxon, has i said rt61 driver [19:16] got it ... for i in {0..5}; do cpufreq-selector -c "$i" -g performance; done [19:16] modprobe rt61 === skfin is now known as sk [19:17] Exxon, the module is already loaded [19:17] battlepotc, dmesg | grep rt61 [19:17] the problem is that the driver has some kind of bug [19:17] hello [19:17] battlepotc, to remove it: modprobe -r then blacklist it [19:17] !blacklist [19:17] To blacklist a module, edit /etc/modprobe.d/my_blacklist.conf and add « blacklist » to the end of that list - To explicitly load modules in a specific order, list them in /etc/initramfs-tools/modules and type « sudo update-initramfs -u » === spoq is now known as Noobuntu === Noobuntu is now known as spoq [19:18] battlepotc, dis-connect and re-connect nothing will panic [19:18] hwilde, yeh but i need the driver for wireless [19:18] i need to copy files from a boot partition that had arch linux installed on it [19:18] i can access it using the ubuntu disk [19:18] but i cant access the /home directory [19:18] battlepotc, rip it out and install a better wireless. [19:18] user031: why not? [19:18] hwilde, yeh that is a usefull solution [19:18] thanks [19:19] battlepotc: sorry to make you go over stuff, what wireless are you having grief with and what is the problem? [19:19] i dont know jrib [19:19] should i be using something like chroot [19:19] user031: what happens when you try to access them? [19:19] ? [19:19] i get an error [19:19] user031: what error? [19:19] i cant recall [19:19] BarkingFish, i use the rt61 driver and i have some kernel panics that doesnt let me shutdown my machine [19:19] something to do with permissions [19:19] user031: that would be helpful. [19:20] battlepotc: is it an internal or external wireless? [19:20] user031: run « gksudo nautilus » when you're on the live cd again [19:20] BarkingFish, external [19:20] k [19:20] sskalnik, did some poking around, your hosts will have to have udisks installed [19:20] bug #200142 [19:20] i will give that a try [19:20] Launchpad bug 200142 in linux-backports-modules-2.6.24 (Ubuntu) "hardy alpha 6 rt61 wireless kernel panic" [High,Fix released] https://launchpad.net/bugs/200142 [19:20] which is an available package [19:20] Exxon: unable to open display [19:20] right. Have you tried running the device using ndiswrapper. battlepotc? [19:20] storrgie, I was just about to say! [19:20] it says I have a Radeon HD 3600 series [19:20] AIGLX [19:20] BarkingFish, no [19:20] but i dont think i need it [19:21] "kernel panic" sounds like it was having a very heavy burtation [19:21] the linux has the driver [19:21] gona give ubuntu a try for a few months [19:21] battlepotc: it's an alternative way of getting round if the inbuilt driver causes kernel panic [19:21] "kernel panic" sounds like it was having a very heavy burtation [19:21] but i'll be missing openbox im sure [19:21] BarkingFish, i dont know how to use it [19:21] PwrSurge, vesa drivers are not for compiz don't don't have ati drivers and work along..forget compiz it really don't matter if really want to work than fancy stuff [19:21] i can teach you if you wish, it's not difficult [19:21] can i be using some kind of tray while using unity jrib? [19:21] for the open apps? [19:21] user031: I don't know [19:22] i dont like that tray on the left [19:22] what happened to /etc/inittab ? [19:22] BarkingFish, i prefer some tutorial. can you recommend me one? :) [19:22] would be nice to use it only for shortcuts [19:22] battlepotc: not really, i don't know of any tutorials for it. [19:22] I know how to use it, and regularly teach others on irc how to use it too [19:22] so can you give me the steps? i [19:23] sure battlepotc - rather than clog the channel, I'll do it in PM with you if that's ok [19:23] sure [19:23] one moment, i'll be right with you [19:23] battlepotc, seriously, rip out your wifi card, throw it in the garbage, and buy a supported one [19:23] do it now before you waste hours of your life with ndiswrapper [19:24] hwilde: that's not a particularly fair assessment. I set up ndiswrapper in a quarter hour and I've been using it issue free for 4 years. [19:24] hwilde, can you sent me the money to a new one? [19:25] if your answer is "buy something better", kindly fund it :) [19:26] !inittab | schultza [19:26] schultza: 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/ [19:28] I recently upgraded to 11.10 from 11.04(wish i had not) [19:28] my realtek wireless does not work anymore [19:28] any fixes or should i rollback? [19:28] if its possbile [19:29] hey guys. got a quick off-topic question for you [19:29] are the dates in the left or right image easier to read?: http://deadorange.com/temp/blue-compare.jpg [19:29] rkhshm, what the module for realtek wireless [19:29] nick_h: Try #ubuntu-offtopic [19:30] Exxon: www.pastie.org/2934900 [19:31] please work [19:31] please work [19:31] nick_h, they are both horrible. you're fired. [19:31] doh [19:31] failed again [19:31] stupid ATI [19:31] rkhshm, modprobe RTL8191SEvB [19:31] sucks [19:32] hi === sk is now known as skfin [19:32] how do you add a route [19:32] Exxon: FATAL: Module RTL8191SEvB not found [19:32] to the /etc/network/interfaces file [19:33] PwrSurge, did you backput xorg before trying .. [19:33] nothing to do with xorg [19:34] it works when I boot failsafe then type startx at the terminal [19:34] rkhshm, modprobe rtl8191se [19:34] I currently have up route add -net 224.0.0.0/8 dev eth0 [19:34] but that doesn't seem to work [19:34] but same xorg.conf does not work when booting normally [19:35] Exxon: the same error [19:35] PwrSurge, must always make copy or backup of the xorg before editing or installing experimenting drivers [19:35] hi, i've installed grub2 (with kubuntu 10.11) and now i'm unable to run windows recovery partition key at boot, can you help me? [19:35] in which channel can i get hold of the wubi developers? [19:36] Jinxed-, under the iface eth0 block add a line that says up route add -net 224.0.0.0/8 dev eth0 [19:36] Jinxed-, http://www.ubuntugeek.com/howto-add-permanent-static-routes-in-ubuntu.html [19:36] rkhshm, sudo modprobe rtl8192se [19:36] rkhshm, Exxon, lsmod | grep rt to find the module name. [19:37] hwilde, that ok [19:38] Exxon: http://www.pastie.org/2934900 [19:38] Hi would someone help me out with troubleshooting my pc? All usb devices have stopped working and lsusb only shows linux foundation 2.0 root hub x 3 and 6 x 1.1 [19:38] balachmar, sudo /etc/init.d/hal restart [19:38] Exxon: do i need this http://www.wireless-driver.com/realtek-rtl8191se-rtl8192se-wireless-drivers-utility/ [19:39] hwilde, does the file need special permissions [19:39] because it doesn't seem to work for me [19:39] Jinxed-, look at the example in the link I sent you [19:40] rkhshm, that is it wlan0..wlan1 etc. [19:40] Jinxed-, look at the examples in /usr/share/doc/ifupdown/examples/network-interfaces.gz [19:41] Exxon: what? [19:41] why would X work in safe mode only? [19:41] rkhshm, ifconfig wlan0 up [19:41] PwrSurge: driver issue [19:42] rkhshm, iwlist wlan0 scan [19:42] unity-greeter[2606]: segfault at 0 ip 003d9cbb sp bffdab80 error 4 in libgio-2.0.so.0.3000.0[341000+142000 [19:42] is there any way to not set every single file chmod in appache server? [19:42] this is in dmesg [19:42] segfault [19:42] raheel: -R [19:42] Exxon: what do you want from that? [19:42] the whole output [19:42] histol how? [19:42] hwilde: command not found (I guess hal is not present in 11.10 anymore). Also plugged in a usb stick, wasn't even recognized in the bios... [19:43] Hello, anyone know a little gimp? [19:43] raheel: chmod -R /path/to/folder -R will change recursively [19:43] Pici: thanks [19:43] becuase I can notice that wifi is up and its tying to acquire connectiong.. [19:43] but fails === willy is now known as Guest44593 [19:43] hwilde: hah, true [19:43] NeedSomeHelp: that's not nice. Midgets or dwarf would be more appropriate. Or vertically challenged [19:43] rkhshm, simpoy use root priv.. (already kernel module are loaded just want to pin them) [19:44] nick_h, you and #518fe6 anyways, this site will be your friend: http://www.color-hex.com/color/e65290 [19:44] ciao [19:44] !list [19:44] This is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [19:44] histo1: think you are mixing me with someone else [19:44] ciao [19:44] !list [19:46] It seems impossible to move the sidebar in Ubuntu to either the right or bottom - the problem is each time I go to select a file in eclipse, it comes over it, is there a way to keep it always opened and have the fullscreen stop at the border between that bar and the program? === Aurus_ is now known as Aurus [19:46] rkhshm, i would rather not suggest for compiling kernel 2.6.X [19:47] NeedSomeHelp: No I was making a joke [19:47] !ask | NeedSomeHelp [19:47] NeedSomeHelp: 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. :-) See also !patience [19:47] !anyone | NeedSomeHelp [19:47] NeedSomeHelp: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [19:47] !patience [19:47] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [19:47] i have installed ubuntu 11.10 using windows installer and it seems that, the wrong version got installed. pls help.. how can i verify this? === max is now known as Guest54883 === histo1 is now known as histo [19:48] haider, type cat /etc/lsb-release what does it say [19:48] guys [19:48] help me [19:49] !ask | Norwack [19:49] Norwack: 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. :-) See also !patience [19:49] hwilde, where to type? [19:49] haider, in a terminal === fisted is now known as fisted_ [19:50] how can I maximize/minimize a window via dbus? [19:50] im using wubi and it have beeing show installing ubuntu 11.10 for over an hour, over the progess bar it says: expanding and the progress bar have been going from left to the right multiply times, is it installed? or have it some kind of froze? any help would be appriciated :-) [19:50] sorry i m new in linux, how to access terminal? [19:50] haider: why do you thik the wrong version got installed? [19:51] haider: press alt+f2 and type in gnome-terminal and hit enter [19:51] Anyone ever hear of an issue where Ubuntu/linux will only utilize 10%-20% CPU usage on certain apps? [19:51] k wil try it [19:51] Does someone here know any tool to backup my system to a S3 bucket on Amazon Web Services? [19:52] http://ubuntuforums.org/showthread.php?t=1860240 [19:52] FINALLY! [19:52] histo, now what? [19:52] bfreis: rsync [19:52] fixed [19:52] it was not even a graphics driver issue [19:53] thanks histol thanks a lot [19:53] No one answered my question :-( [19:53] Norwack: well, mine neither, lol [19:53] Anybody else got any idea? USB stopped working, usb stick not recognized in bios. lsusb also shows up only root devices... Is my usb on the motherboard dead? [19:53] hi can anybody suggest a peer-to-peer app for ubuntu? MP3s, videos etc... [19:53] balachmar: try with usb-controller [19:54] hasufell: yeah, I know I can write something by myself using rsync. I just don't want to manually rsync my files. I want a tool that would allow me to define backup profiles (incremental daily backups, full weekly backups, specify folders, etc) [19:54] hasufell: I Know, wonder why no body is using askubuntu.com [19:54] naftilos76, in what network are You interested in? [19:54] hey [19:54] im using wubi and it have beeing show installing ubuntu 11.10 for over an hour, over the progess bar it says: expanding and the progress bar have been going from left to the right multiply times, is it installed? or have it some kind of froze? any help would be appriciated :-) IMAGE: http://morsomt.net/e/1322510487.png [19:54] hasufell, what should I try? With a seperate usb controller on a pci card? I don't have one... [19:54] bfreis: Take a look at Deja Dup [19:54] bfreis: Grsync is a ui for rsync [19:55] hasufell: ok, thanks. I know about rsync AND grsync. Seems like you don't understand what I want. Forget it. [19:55] I want something like "Syncback" (for windows) from 2brightsparks [19:55] balachmar: well, hard to tell. you can at least try the stick on another pc, but that wont tell you whats the problem on your mainboard [19:55] ratcheer: I will take a look, thanks! [19:56] "Déjà Dup is a simple backup tool. It hides the complexity of backing up the Right Way (encrypted, off-site, and regular) and uses duplicity as the backend" [19:56] seems like what I'm looking for! [19:56] bfreis: i dont see the problem, you can control rsync with simple scripts you can add it as a cronjob and so on [19:56] hasufell, the devices themselves work fine [19:56] OMG, Is no one going to help me????? === fisted_ is now known as fisted [19:57] hasufell: the problem is exactly what you described: I don't want to write "simple scripts" and control anything with cron. Ideally, I'd want to apt-get install something, launch a software once, input my S3 key and it should do its job automatically. If you insist that I should write a bunch of scripts, thanks, but you aren't helping here. [19:57] bfreis: i backup my root-fs with a double klick to a remote system [19:57] Norwack: It is probably just installing still, maybe it is expanding some disk image? [19:57] bfreis: You're welcome. Deja Dup is what I use, and I've used pro backup tools on large systems for many years. [19:57] Norwack: If no one knows the answer, no one is going to be able to provide help. You're free to search on our forums or on askubuntu.com while you wait. I'd like to add that many people feel that wubi is not worth the troubles that go along with it. [19:57] ratcheer: great! thanks for the tip! [19:58] wubi have worked great before, a couple days ago it worked [19:59] So i just installed ubuntu on one of our servers and all I have are random specs of colors [19:59] when it boots [19:59] any idea? [20:00] elb0w: does not happen with the livecd i guess? [20:00] hasufell: installed it straight [20:00] didnt go to live cd [20:00] holy crap, is there any big web host down today? Launchpad is horribly slow, so is stackoverflow and many other sites! [20:01] elb0w: try livecd... [20:01] hasufell: why [20:01] elb0w, sounds like bad videocard, or bad cooling [20:01] it has nvidia cards in it [20:01] elb0w: if its not even working there, then its about the installation/setup itself [20:01] of ubuntu i mean [20:02] grub works [20:02] elb0w: try with knoppix as well. if it does not work in knoppix, it wont work anywhere [20:02] ive used this cd on 5 other machines [20:02] no issue [20:02] knoppix? [20:02] bfreis, it's probably the cold winter weather causing more ice to block the tubes? [20:02] hwilde, i mean amd64 version got installed instead of intel 32 bit coz it has been showing amd64 everywhere. [20:02] elb0w: thats a rescue livecd it has the best hardware detection i know of [20:02] hi, im going to buy a new laptop today, and i'm looking at this one (http://www.newegg.com/Product/Product.aspx?Item=N82E16834214506). i'm going ot be using it for general programming on ubuntu and dual booting into windows for gaming (low graphics settings fine as long as recent games run). can anyone take a look and confirm that i'm not overlooking anything. it seems too cheap. [20:02] Hello, anyone know a little gimp? [20:03] elb0w: if knoppix does not work properly for you its definitley a hardware issue... [20:03] teddie: maybe! though where I live it is 32 C (90 F) right now! [20:03] i looked up how the CPU/video card benchmark and they both seem on the high end [20:03] bfreis, I mean in the countries where they are hosted :P they are usually hosted in cool locations to keep cooling costs low [20:03] so naturally ice will form in the intertubes in winter [20:04] boxbeatsy - you wont be running many games with that (unless you mean chess or some other 2d games) [20:05] CloudQc: i was looking up video card benchmarks and it seems to score pretty well (http://www.videocardbenchmark.net/video_lookup.php?gpu=Radeon+HD+6520G). do you think i will be able to run starcraft2 on it? [20:05] can i install ubuntu on a dynamic disk? [20:07] help me, amd64 version got installed instead of intel 32 bit [20:07] help me, it seems amd64 version got installed instead of intel 32 bit [20:07] hasufell: nomodeset worked fine [20:07] hello all === Mud is now known as Guest6393 [20:07] is there a way to a 'flushdns' in ubuntu? [20:07] <- dirty windows user [20:07] haider: whats wrong with and64? [20:08] haider: If you need 32-bit, then you just need to reinstall from scratch. [20:08] haider: dont get confused by the "amd" word in amd64. Intel 64 bit processors like core2duo or i3, etc should use amd64 if you want 64 bit os [20:09] ipod touch latest generation work in 11.10 using banshee? [20:10] ratcheer: hey, about deja-dup, I've seen some printscreens showing "S3" as an option for the backup location, however it doesn't show up here in my installation! Any ideas? [20:10] fornix: whats the difference b/w 32bit and 64? [20:10] '/etc/init.d/nscd restart' says no such file [20:10] ratcheer: oh, never mind... I've just found it... [20:11] bfreis: I've never used it. I think it is a cloud service you have to subscribe to. [20:11] ratcheer: the GUI looks a bit buggy, since I'm on kde and it seems like a gtk interface [20:12] Jezzz: u need to install nscd [20:12] hi, i am running a remote ubuntu server. i started a java programm that is listening on ports 9933 and 80, but i can only connect to port 9933. netstat -nlp tells me that my app is listening to both ports. what am i missing? [20:12] also when i use synaptic package manager and install any package it says size mismatch? [20:13] pls help? [20:13] fornix: ok. in the absence of nscd, what handles dns caching? [20:13] if you want to see different between 32 bit and 64 bit ....write it in googler [20:13] how do you find the fastest apt server from shell? [20:13] boxbeatsy: I cant say for sure, but I wouldnt even try with that card, it might run, but not very well [20:13] hi, anyone with a 8800gts 320 (g80) beinf able to platback videos without tearing in twinview ? [20:14] fixed all my ubuntu problems by installing gnome desktop! [20:14] <-- is happy [20:14] Jezzz: I personally never had to use flushdns on linux machine. its smarter [20:14] fornix: hmm..well, i just added a host and it's showing on my windows box, but not my linux one [20:14] if my machine reboots at home is it possible to log back into the newly started gnome session trough ssh ? (the vnc server staring after the login screen) [20:15] haider: not much difference in 64 bit and 32 bit systems if you dont have a system with lots of RAM. > 4 GB or so. [20:15] How can I hide processes such as " 2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd" from top? [20:15] Jezzz: when you say u added a host, what do you exactly mean? you connect a pc on ur network? [20:15] ciao [20:15] !list [20:15] This is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [20:15] fornix: added an A record in zone file [20:16] hi all [20:16] sandstrom ive tries to achieve the same [20:16] CloudQc: gotcha, thanks [20:16] mmm, no usb devices are detected, but they are powered, because the usb hard disk is spinning... [20:17] i have following "ACPI Error: A valid RSDP was not found (20090903/tbxfroot-219)" - what is that and how to solve that? [20:17] Jezzz: are you adding hostnames to /etc/hosts file? its equivalent to ur hosts file in windows/system32/drivers/etc/hosts [20:18] fornix: do a domain's dns records [20:18] fornix: -do +to [20:18] spinning? [20:18] are you a Deejay? [20:19] Jezzz: your /etc/resolv.conf has ur dns server ip correctly? [20:19] fornix: no idea what that is, but if I ping the host I created, it's not found [20:19] Jezzz: check with $ sudo cat /etc/etc/resolv.conf [20:19] Jezzz: drop one /etc [20:20] fornix: yep, that looks fine [20:20] Jezzz: do you find a line called nameserver x.x.x.x where x.x.x.x is ur dns server ip [20:20] fornix: yes [20:21] Jezzz: when u ping, does it resolve the ip address correctly? [20:21] fornix: when I ping the new host? [20:21] Jezzz: yes. [20:21] i have following "ACPI Error: A valid RSDP was not found (20090903/tbxfroot-219)" - what is that and how to solve that? [20:21] fornix: no, says unknown host - that's why I'm trying to refresh my dns cache [20:22] Jezzz: your dns ip has a valid route right? maybe the sytem is not able to reach the dns server. try pinging dns server ip [20:22] thanks ubuntu for wasting my entire day [20:23] fornix: I can ping the dns server. i can ping other sites fine, and browse the web fine. [20:23] fornix: if my system couldn't reach the dns server, I wouldn't be able to connect to freenode.net ;) [20:24] hi [20:24] Jezzz: oh u r talkin about a dns server on the internet :P I thought it was some internal network. [20:24] yes i agree good sir === sideonee is now known as sideone [20:25] fornix: yes :) === Schmuck is now known as Packi [20:25] hi === Packi is now known as PackiScmusk [20:25] Jezzz: nscd restarting seems to be the solution. dont know other way to flush the dns cache. are you sure the dns server has picked up the new host [20:25] where are we? [20:25] is this the internets [20:25] fornix: i suppose that could be the issue, i'm not sure if this particular dns server has it or not [20:26] Jezzz: whats the host. let me try if i can ping it [20:28] fornix, what you want thei ip of his dns :(( [20:29] Exxon: Just the new host which he is trying to ping using his DNS [20:29] fornix, he can resolve it by himself as his hosting his own web server [20:31] Exxon: trying to find out why I can't ping the new host from my local ubuntu box, not resolve the ip from hostname [20:31] so I'm in a liveCD install to clone my drive (/dev/sdc) to a fresh new drive (/dev/sda) [20:31] I accidently dd'd sda to sdc initially, and realized my mistake a few seconds later [20:32] Jezzz, you are inside the dmz, you have got to work it alone we can ask you many think that can danger your server itself [20:32] however, the partition table is now wiped out [20:32] what can I do? [20:33] maybe the new host is blocking ICMP [20:33] Sazpaimon, testdisk\ [20:34] testdisk can retore a missing partition table? [20:34] or will it just let me get the files off it? [20:34] yup [20:34] okay thank goodness [20:34] hopefully I didn't zero out any actual data [20:34] probably just the windows recovery partition [20:34] Sazpaimon, http://www.cgsecurity.org/wiki/TestDisk [20:35] does anyone here have experience sharing a wireless printer through samba (with ubuntu as a server) to windows computers on the network? [20:36] is it like a default that these are dropped in ufw firewall? chain "ufw-user-input": tcp dpt:afs3-vlserver tcp dpt:57868 [20:41] I can't open an iso in usb-creator-gtk. I don't get an error or anything. [20:42] I see. I think it's only for Ubuntu .iso's. [20:42] what does size mismatch means when i try to install any package from synaptic package manager?? [20:42] haider: try sudo apt-get update [20:42] can someone tell me where to get the ubuntu lightdm theme? [20:43] haider: I think it means the file it's trying to install doesn't much the size it's supposed to have. [20:44] gasull: so whats the remedy? [20:44] What is the opensource alternative to solidworks? [20:45] Somelauw: what is solidworks? [20:45] Anyone knowledgeable about packaging? The official channel for that is unresponsive. [20:45] If I have an .iso image, that isn't a Ubuntu distro, how do I copy it to a usb that will autorun? [20:45] haider: sudo apt-get update [20:45] use unetbootin [20:45] guntbert: It is a program to draw 3d shapes of objects that can move. [20:45] gasull, so you mean you want to boot a nonUbuntu iso from a CD? [20:45] it can write linux .isos on usb sticks. [20:45] <_Neytiri_> I am having a problem installing ubuntu 11.10 on my system it failed on the bootloader install [20:45] Try unetbootin [20:45] heelo therekernel: [5992365.461631] hub 1-3:1.0: hub_port_status failed (err = -110) [20:46] I'm having thousands of lines like [20:46] kernel: [5992365.461631] hub 1-3:1.0: hub_port_status failed (err = -110) [20:46] _Neytiri_: what it says [20:46] _Neytiri_, normal install, or custom setup on the partitions? [20:46] Somelauw: as you may have guessed already, I have no idea, sorry [20:46] is there any way to stop the usb subsystem? [20:46] <_Neytiri_> custom [20:46] Wolfsherz: the default greeter is unity-greeter https://launchpad.net/unity-greeter combined with the Ambiance theme [20:47] _Neytiri_, what is your partition layout on the disc(s) [20:47] any way to get that installed on xubuntu trism? [20:47] Is there a TERM setting I need to send in PuTTY to get screen to display characters right? [20:48] when choose custom instal....when asking about bootloader location set ....disc name np sd ....not sda1!! for example [20:48] Wolfsherz: sudo apt-get install unity-greeter; and change: greeter-session=unity-greeter in /etc/lightdm/lightdm.conf [20:48] hello! can anyone tell me if it's possible to install Debian next to Ubuntu without overwriting the GRUB (like it's possible with Ubuntu Alternate CD)? [20:48] thank you trism === max is now known as Guest70370 [20:49] <_Neytiri_> sskalnik, on the first disk partition1 is / partition 2 is swap partition 3 is /boot on the second disk parition 1 is /home partition 2 is /home/user/bleh [20:49] figure002: That would be a better question for #debian [20:49] _Neytiri_, the bootloader likes to be on an ext3/4 filesystem at the start of the drive [20:49] Pici: true, will try there, thanks [20:50] _Neytiri_, put /boot as the first partition on one of the drives [20:50] <_Neytiri_> ok [20:50] <_Neytiri_> never had that issue on other distro's [20:51] _Neytiri_, which distros? [20:51] <_Neytiri_> ubuntu 10.4, 10.10 [20:52] <_Neytiri_> top [20:52] _Neytiri_, Also, are you installing GRUB to the MBR, or some other configuration? [20:52] andyn: thanks. [20:52] <_Neytiri_> last i checked it was grub [20:54] hi, i've installed grub2 (with oneiric) and now i'm unable to run windows recovery partition key at boot, can you help me? [20:54] anyone installed ubuntu on a dell inspiron 1525 [20:55] !compaibility [20:55] hi all. [20:56] Hi [20:56] I have a questoin about creating an CD/DVD for an unattended installation of ubuntu/xubuntu/... that would also install one of my application which unfortunatelly is not a deb package [20:56] trism, did what you said, but it does not work. the screen flashes in textmode now [20:56] _Neytiri_, where is GRUB being installed? [20:57] In the MBR of the first or second drive? [20:57] <_Neytiri_> dev/sda [20:57] does any one know how to stop the usb subsystem? [20:57] Wolfsherz: can you pastebin /etc/lightdm/lightdm.conf [20:57] Is it possible to change the default installation process? [20:58] _Neytiri_, is this a new install with a blank pair of drives? [20:58] Kovica, Yes [20:58] <_Neytiri_> yes [20:58] sskalnik: Can it be changed so that I can add additional steps? [20:58] trism: http://pastebin.com/g6YWjJ7D [20:58] _Neytiri_, any specific need for /boot to be on /sda3? [20:59] <_Neytiri_> no not really i changed it and took it out and just have 2 partitions [20:59] _Neytiri_, I would try it with /boot on /sda1 [20:59] _Neytiri_, OK, give that a shot [20:59] Kovica, https://help.ubuntu.com/community/Installation/UnattendedCD [20:59] Kovica, what would you like to add? [21:00] Wolfsherz: looks right to me, take a look at the logs in /var/log/lightdm and see if there are any strange errors [21:00] Kovica, you can add a post/pre-install script [21:00] sskalnik: Why would it matter whether /boot is on the first or third partition? [21:00] sskalnik,: Id for example add installation of DB2. I'd get the tar.gz from Internet, create users that DB2 needs, ... [21:01] <_Neytiri_> grrrrrrrrrr buggy software from hell [21:01] Kovica, Yes that should be possible with a preseed and/or post-install script. [21:01] <_Neytiri_> i love it when software crashes on me [21:01] _Neytiri_: What crashed? [21:01] <_Neytiri_> the 11.10 installer [21:02] sysdoc: I've tried that, but didn't get an unattended install. I got a normal install. :( [21:02] sskalnik: And how would I do that? [21:02] hey guys, i am trying to upgrade apache2 from version 2.2.14 to 2.2.21. i did a sudo apt-get install apache2 which did not end up upgrading to that version. what is the most convenient way to do it ? [21:02] Wolfsherz: ahh, check this out: http://askubuntu.com/questions/68234/is-it-possible-to-use-the-unity-greeter-for-lightdm-on-xubuntu-11-10 seems you need to install gnome-settings-daemon too (it is required by unity-greeter but appears not to be a dep) [21:02] sskalnik: How can I then do an ISO image of the installation process? [21:03] trism thank you! and found a message in the log too about it [21:03] so how do I make alt-tab or an equivalent respect workspaces? [21:03] _Neytiri_, have you checked the disc for defects? [21:04] <_Neytiri_> no [21:04] _Neytiri_, if it crashes and fails to install the bootloader, it could be a bad disc [21:04] axl_: What version of Ubuntu do you have installed? [21:05] <_Neytiri_> it crashed at a differetn point [21:05] <_Neytiri_> coppying files [21:05] Hey [21:05] usr13: I am using I am using Ubuntu 10.04 LTS [21:05] okay so looking at the data, it looks like the first 373 megabytes of the drive have been zeroed out [21:06] hopefully testdisk can restore some type of partition layout :/ [21:06] Kovica, you would either remaster the CD with the preseed and postinstall script added, or just make a bootable USB installer and toss in the preseed and postinstall script. [21:06] axl_: I think you are already at the newest version for 10.04 [21:06] how do I make font larger on my firefox [21:07] usr13: apparently the newest version is 2.2.21 and I have 2.2.14 installed [21:07] sskalnik: Is sounds good, but how can I do the whole thing? [21:07] https://help.ubuntu.com/11.04/installation-guide/i386/appendix-preseed.html [21:07] axl_: sudo apt-get upgrade apache2 === Mud is now known as Guest79016 [21:07] usr13: tried that. can't specify a software after upgrade [21:07] Kovica, that would be mostly for you to determine [21:07] usr13: it ends up upgrading all packages [21:08] not sure I wan to do that [21:08] how to restore my system tray? I killed my clock and off button and stuff [21:09] sskalnik: I don't mean how to install DB2, I just mean how to write those preseed files, where to put them, ...? [21:09] Kovica, Basically, if you know the commands to install and set up DB2, you can toss those in the post-install script, create a preseed file that executes that post-install script after the main install of Ubuntu is done, then tell the installer to use that preseed instead of the normal install [21:09] Kovica, The preseed file goes in the /preseed folder of the ISO/USB [21:10] Kovica, the script can go anywhere. I put it in the root of the ISO or USB [21:10] sskalnik: Ok, sound like a plan. would those preseed files be automatically "executed" by the installer? [21:11] axl_: is there something in 2.2.21 that you really need? === JoeGazz84 is now known as JG84|Away [21:11] so in 11.10 with unity, how do I make alt-tab or an equivalent respect workspaces like it used to. I want to have more than one "set" of applications open at a time? [21:11] hi #ubuntu [21:11] usr13: apparently 2.2.14 has some vulnerabilities [21:11] usr13: I want to avoid them' [21:12] Kovica, Yes, if you do this sort of thing: edit the syslinux or isolinux .cfg to have a DEFAULT of whateveryouwant, then LABEL whateveryouwant, then this: [21:12] DEFAULT microserver [21:12] LABEL microserver [21:12] menu label ^microserver [21:12] kernel /install/vmlinuz [21:12] append preseed/file=/cdrom/preseed/microserver.seed debian-installer/locale=en_US console-setup/layoutcode=us localechooser/translation/warn-light=true localechooser/translation/warn-severe=true initrd=/install/initrd.gz priority=critical ramdisk_size=16384 root=/dev/ram rw quiet -- [21:12] sskalnik: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [21:12] mikeg: What do you mean? (Alt-Tab switches windows not work-spaces) [21:12] sigh [21:12] usr13: it used to switch between windows in a workspace, now it switches between windows in all workspaces. [21:12] lol [21:13] mikeg: Far as I know, it always did that. [21:13] usr13: I like my workspaces segregated because I'll have say eclipse and ff open in 3 different workspaces but one is for web dev, one for c++, and one for reading the nets [21:13] usr13: nope. [21:13] sskalnik: OK, then in that preseed file I can run a plain bash script to untar gz files, create users, ....? [21:13] Kovica, here's an example preseed directive in the syslinux / isolinux cfg file: http://paste.ubuntu.com/752983/ [21:14] usr13: I've got 11.04 running classic desktop on my desktop and it behaves as I said, my laptop has 11.10 and it has the current behavior (which sucks for me) [21:14] Would this work with scalpel for extracting mysql dumps? http://p.webra.in/r [21:14] sskalnik: great, thanks. Do you also have an example of preseed file? [21:14] Kovica, in that preseed file, do something like this: http://paste.ubuntu.com/752985/ [21:15] mikeg: I see that you are correct. In gnome2 Alt-Tab would only switch between windows in one workspace. [21:15] That will copy the script from the CD or USB, then set it executable, then run it [21:15] sskalnik: I understand... Are this scripts run as root? [21:15] mikeg: I guess that's not the way it works in Unity. [21:15] Kovica, you can do more cool stuff with a preseed, but I'll let you look all that up in the Ubuntu docs. [21:16] usr13: so is there a good way to re-enable that. I like the search overlay of unity like win 7, but I don't want to shut down all non-task related firefoxes [21:16] Kovica, the script is run as root [21:17] sskalnik: so this preeseed file is unintended install, right? [21:17] Kovica, Yes, it's for unattended install. [21:17] Kovica: unattended. not unintended ;) [21:17] Ubuntu keeps crashing whenever i lock my laptops mouspad thing, has anyone else encountered this problem? [21:17] bekks: ups, you a right :) [21:18] Kovica, however, it only automates what you tell it to. Thus, if you only tell it to run the post-install script, it will prompt you for everything as usual and ONLY automatically run that script. [21:18] mikeg: I'm not sure. Maybe someone else knows how it can be done. [21:18] so USB subsystem cannot be shutdown or nobody here know is this is doable? [21:18] in ubuntu 11.10 server is there newer kernels available than the 3.0.0-13 ? [21:19] usr13: guess I'll ask again then === sentinel is now known as Guest25931 [21:19] Kovica, you can also use preseed to automate everything though. I use it so that I can plug in a USB drive, reboot, and come back in ten minutes and just remove the drive and hit "OK, reboot into my fresh install" :D [21:19] sskalnik: aha. So If I tell it to use slovene keyboard layout, create tux user and run post-install script, then the installer will still ask me about the partition I want ubuntu to install insto, right? [21:20] Kovica, You got it! [21:20] storrgie: the only package I see is 3.0.0.13.15 [21:20] sskalnik: hehe.. fast learner :) I'll see tomorrow :) [21:21] so in 11.10 with unity, how do I make alt-tab or an equivalent respect workspaces like it used to in 11.04 classic and regular before. I often have different workspaces for different tasks, eg Java development, general browsing, C++ development. In these workspaces I have Eclipse, Terminal, and Firefox usually. I used to be able to alt-tab just between the apps in the workspace, now it goes through ALL of the apps in ALL workspaces. How can I change it [21:21] back? It seems workspaces are pretty much useless at the moment on a laptop doing everything full screen. [21:21] Kovica, check out the Ubuntu docs for preseed. There are also preseed example files that you might find useful as a template [21:21] mikeg: Here is a discussion about the use of Alt-Tab in Unity: http://ubuntuforums.org/showthread.php?t=1720998 [21:22] sskalnik: I've found susestudio.com where you create your installation of SUSE. It is simple to use, but I'd like to use ubuntu instead since I'd been a ubuntu user for couple of years.. [21:23] Hello. I recently upgraded Ubuntu 10.04 to 10.10. Now i have a lot of boot enteries in the grub2 boot loader and when i boit some kernels the PC freezes after some minutes.. can i remove the old kernels? If yes, how. Thanx. [21:23] sskalnik: it uses KIWI behind it. The page says that KIWI is distribution-agnostic, but there are no docs about other distributions beind used instead SUSE. [21:23] Kovica, yeah, preseed is very much a manual thing, but it is worth it. Hit me up on the forums as djsephiroth if you need any preseed help. [21:24] TeamFDcoAdmin: use your favourite software manager to remove them [21:24] usr13: yeah, I tried that. didn't work that well. I'll try again but it still seems pretty broken. Why are workspaces even there if this is how it's going to work? [21:24] Kovica, sounds like it should be agnostic in theory, but you know what they say about theory and practice [21:24] sskalnik: yes. :) [21:24] guntbert, Can I use synaptic package manager? Can it damage my system...? [21:25] sskalnik: Ok, thanks for now. Let me try a few things and I'll find you somewhere if I need some more help. Thanks a lot. [21:25] mikeg: Was just checking and xfce confines Alt-Tab to windows in current workspace too. [21:25] TeamFDcoAdmin: yes you can use synaptic, and no it will not damage your system, if you only remove old kernels [21:25] Perhaps a dumb question, but is there a way to send faxes without a modem? [21:26] is there a way to trigger the unity menu via remote vnc client? when i move mouse to left it doesn't trigger. i can only use mouse to right click and open terminal windows [21:26] craigbass1976: faxfree [21:26] guntbert, Oh okay thanks for yer help. [21:26] Kovica, you are welcome! [21:26] If anyone can respond to me about this http://p.webra.in/r that'll be good [21:26] craigbass1976: Typo, it's faxzero faxzero.com [21:26] TeamFDcoAdmin: in synaptic do a "quicksearch" for linux-image, then remove the oldest entries [21:27] usr13: urg, that's great and all but I actually like a lot of what unity does like the search to launch. it saves a lot of space. Why can't it just allow easy return to the previous behavior? [21:27] guntbert, it also created a second entery for windows 7 how can i remove this one? [21:28] TeamFDcoAdmin: not sure here, sorry [21:28] mikeg: What is "search to launch"? [21:28] mikeg: this will apparently be the behavior in precise, https://bugs.launchpad.net/unity/+bug/863399 (according to the comments at the end) [21:28] Launchpad bug 863399 in Ayatana Design "Unity needs a way to switch (tab) between windows on current workspace" [High,Triaged] [21:28] usr13: super key, type fire, enter [21:28] Ok, I've been using linux for ten years, and it just occurred to me, that I don't know how to write a simple "Hello World" program!? In the old days I'd use Qbasic, but what do I use now, Bash? [21:28] guntbert, okay i think ill manage to edit the grub config file but thank you for your help with the kernels. [21:29] n2diy: use whatever you want :) [21:29] mikeg: I think that is just a hot-key assignment. Right? [21:29] @n2diy: python [21:29] TeamFDcoAdmin: you're welcome :-) do you have grub1 or grub2? [21:29] hello , I use ubuntu 11.10 with unity .. every thing is gr8 but i need to lock my screen when i am away .. i don't know how .. and my screen settings lock are greyed out can any one help me http://img585.imageshack.us/img585/2243/screenshotat20111128232.jpg [21:29] mikeg: .... same as Alt-F2 ? [21:29] usr13, ahh. I was thinking something I could install. Nothing? I don't see anything in the repos yet [21:29] usr13: not sure. reading [21:29] guntbert, grub2 [21:30] billybob3, ok, thanks. [21:30] craigbass1976: You could install a modem. [21:30] usr13: yeah alt-f2 is search to me :) [21:30] guntbert, Oh nevermind about the Windows 7 thing i found this app called Grub customizer to edit the enteries of grub2 or BURG... i think that worked. [21:31] TeamFDcoAdmin: then editing /boot/grub/grub.conf is not really adviseable; changes are made to /etc/default/grub [21:31] I'm having some serious software center problems, am I in the right channel for some help? [21:31] craigbass1976: Why not just use a modem? [21:31] usr13, I'm not running a phone line out here. [21:31] guntbert, Yep. That solved my problem... [21:32] guntbert, Thanks anyway. [21:32] craigbass1976: Ok, well there are some VOIP solutions that support fax. [21:32] TeamFDcoAdmin: :) [21:32] Snorlax: yes, just ask your real question please [21:33] usr13, We have a brother mfc-7840W, but it doesn't support faxing via the network in Linux. I could quietly take a hammer to this one... Then I've just got to research linux friendly all-in-one rigs [21:33] I'm getting the error "The package libbonobo2-common needs to be reinstalled" Whenever I try installing anything through Terminal. Software center is broken for me and won't launch after many restarts [21:34] craigbass1976: A fax machine without a phone line is not useful. [21:34] Snorlax: begin with sudo apt-get update [21:35] craigbass1976: But you can just scan your document, convert to .pdf and use faxzero. [21:35] usr13, the fax machine is plugged into a phone line, it's just in another room. [21:35] What's the proper way to make a change to my path variable permanent? [21:35] craigbass1976: you can't move it? [21:35] guntbert: Will do and report back, thanks! [21:36] Snorlax: no problem :) -- I am off though - Good luck :-) [21:37] What's the proper way to make a change to my path variable permanent? [21:37] tommylommykins: PATH=$PATH\:/dir/path ; export PATH [21:37] .bashrc [21:37] WHich one? [21:38] sskalnik: It is me again. :) I'm looking at the ISO file ob ubuntu 11.10 desktop. You've said I should edit isolinux/isolinux.cfg to add the DEFAULT ... LABEL... menu... lines. I've similar lines in isolinux/txt.cfg. Is this the file I should change? [21:39] tommylommykins, put usr13's commands into .bashrc [21:39] Kovica, you want to edit the isolinux.cfg file [21:40] * tommylommykins grumbles [21:40] I did not get an answer [21:40] hi, can anybody help me with my fail2ban config? [21:40] Is there one canonical way to export the path variable [21:40] ? [21:41] sskalnik: and add those lines? [21:41] tommylommykins: follow what usr13 posted above, that will do it for you. [21:42] Thanks :) [21:42] Kovica, yes, except you may want to change the name of the preseed file to something else. Also, you may want to alter the other settings passed to the kernel if you want another keyboard layout, for example [21:42] any changes you make to the path are usually permanent anyhow [21:42] I've added this http://pastebin.com/UKLj6rSg to my jail.local and created this (http://pastebin.com/qTdgkqhL) get-http-dos.conf in /etc/fail2ban/filter.d/ but my get-http-dos is not working [21:43] can anyone help me pleeeese? ;) [21:43] Kovica, my example uses standard US keyboard and so on [21:43] tommylommykins: You can add a stansa to .profile [21:43] How do I ssh tunnel in ubuntu? [21:43] not sure where to ask this, I'm trying to ssh to an ubuntu server but the public wifi I'm on is blocking it [21:43] sskalnik, yes I understand that, I just find isolinux.cfg a bit strange, but you are the expert :) [21:43] kierkkadon: "ssh " [21:43] or "ssh user@domain/ip.com" [21:44] hi, why do i need sodu rights for iwlist [interface] scanning? what harm can be done with allwoing ot for normal users? [21:44] sskalnik, since my isolinux.cfg looks like http://paste.ubuntu.com/753009/ [21:44] Kovica, I'm kind of a noob, but thanks! === sysadamin is now known as sysadamin|away [21:45] !away > sysadamin|away [21:45] sysadamin|away, please see my private message [21:45] How can I find out the IP address of a website? [21:45] sskalnik, and txt.cfg looks like http://paste.ubuntu.com/753013/ [21:46] Kovica, yeah, that is what mine originally looked like [21:46] kierkkadon: ping it [21:46] kierkkadon: Why do you need it? :) [21:46] kierkkadon: host [21:46] sskalnik, so you are saying I should delete everything that is in isolinux.cfg and past your lines in? [21:46] Is this correct enlish? "For XX=123 its function bla() needs correct count and type of arguments" oder do I have to write "types"? [21:46] bekks, A site isn't working on my network; I know the site is fine because I can access it on cell phone 3g [21:47] !ot | honschu [21:47] honschu: #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! [21:47] kierkkadon: theres lots of ways.. but if you ping the address itll show the ip [21:47] Kovica, this is what mine now looks like: http://paste.ubuntu.com/753017/ [21:48] sskalnik, aha... [21:48] /quit [21:48] Kovica: All you really need to change is the default, and then add a label with the same name. This will make "Your Custom Install Option" the default instead of "Install Ubuntu" [21:49] hi, i've installed grub2 (with oneiric) and now i'm unable to run windows recovery partition key at boot, can you help me? [21:49] sskalnik, yes, I figured that part out. : [21:49] sskalnik, yes, I figured that part out. :) [21:49] Kovica, of course. ;) [21:49] Kovica, you might look at the other preseed files in that preseed directory to see what they do [21:50] Kovica, But yeah, pasting in my lines over the defaults will get you what you want [21:50] sskalnik, now for anouther problem... "kernel /install/vmlinuz".. there is no /install/vmlinux in my ISO [21:50] Kovica, Unless you want, say, a Slovak keyboard or something [21:50] SPANISH [21:50] sskalnik, but there is /casper/vmlinuz [21:51] !es | SPELINAX [21:51] SPELINAX: 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. === viv`d is now known as vivid [21:51] Kovica, Sorry, I pasted that from a USB installer. === Xano_ is now known as Xano [21:52] Kovica, some details may be different. I was using a USB installer for Server 10.04 [21:52] snikker: try pressing f9 instantly after pressing enter when choosing windows in grub [21:52] sskalnik, ok.. :) I'll try to modified it.. I just need to do a POC and then I'll be ok.. [21:53] sskalnik, can yor bear with me for a coupl of minutes more? [21:53] how to change emblem size in ubuntu ? [21:53] they are gigantic in compact view [21:54] Gentoo64: in this way i've got only windows 7 menu entry... no recovery [21:54] snikker: im not sure [21:54] okay so my friend pointed me to this chat thing ...what is it? [21:54] Kovica, Certainly [21:54] snikker: sorry [21:55] skiski, It's your source for Ubuntu wisdom -w- [21:55] Gentoo64: i've got windwos 7 entry, and "windows memory diagnostic" (but doesn't work, it hang the pc) [21:56] snikker: im really not sure about the recovery partition [21:56] or ahetevr it is [21:56] this is actually my first week using this system * sskalnik* [21:56] Gentoo64: ok, thanks [21:56] snikker: maybe people in ##windows might know more [21:57] or maybe you need to add it to grub, but i dont know anything about it [21:57] Gentoo64: ok, thansk i'll ask there [21:57] *sskalnik* so whats so amazing about this system? [21:59] skiski, It's the first Linux/GNU distro to gain mainstream traction and be useable by normal folk. [21:59] skiski, IMHO and all that [21:59] sskalnik, now I have an ISO changed like you said. I guess the ds.sh is the last thig that will get executed during installation, right? [21:59] If I want to ssh tunnel, do I need a server that I can access, or can I use ssh to directly access websites? [21:59] sskalnik, is it also possible to ask for some input from the user during installation? [22:00] kierkkadon: what do you want to accomplish? [22:00] Kovica, Yes. You can name it whatever you like, of course. "ds" originally stood for something, but I shortened it since the late-install command can only be so long [22:00] Hello [22:01] ahh going from windows to this is confusing a bit [22:01] jrib, A website doesn't work on the semi-public network I'm on. I suspect it's some kind of firewall; I would just like to privately access the website [22:01] Kovica, that may be difficult during the installation. afaik, you'd need to modify the debian installer to make it ask new questions. [22:02] kierkkadon: sure just ssh to a computer outside your network. If you connect like this: ssh -D 1080 ssh.server.com, then you will have a socks proxy at port 1080 that you can point your firefox to [22:02] Kovica, a workaround would be to have the late-command script add a cron job or something to prompt the user at first login and continue setting things up. [22:03] sskalnik, is changing debin installed hard? [22:03] Hey everyone... I've got a machine running Ubuntu Server, and I want to use its sound card to play audio, but I'm having some trouble getting ALSA to work. `cat /proc/asound/cards` seems to suggest a driver is there, but `aplay -l` says no sound cards found. Anyone have any ideas what I'm missing? :) [22:03] skiski, Yes it is very different. It's cool if you are the sort of person who likes to take apart things to figure out how they work. Otherwise it can be a bit hard to get used to, but it is worth it if you plan on doing any serious computer-y business. [22:03] sskalnik, I didn't know you can add a cron job that would get executed only at first login. [22:04] Kovica, "or something" ;) [22:04] How can I set up another X server on a local machine without it complaining about my current X session? Want to test a few window managers [22:04] Kovica, I've never taken that step, but I have heard of people doing it. [22:05] BBL, stuff to do [22:05] sskalnik, hmm.. the iso did boot, but I got busybox console, not the installation [22:05] CharminTheMoose: startx -- :1 (you probably want to read man page to see how you can pass custom xinitrc file location) [22:06] CharminTheMoose: you could also be interested in xnest [22:06] i still have windows on my laptop, im actually a client (on boyfriends desktop) trying to get me to switch [22:06] gack, nevermind. [22:07] thanks anyway [22:07] jrib, ah yes, I see what you mean. [22:07] Kovica, for scripts at login, check https://help.ubuntu.com/community/UbuntuBootupHowto [22:07] Hmm yeah, I might give xnest a shot.. [22:07] * CharminTheMoose gets a searchin' [22:07] Kovica, what do you see on the screen? [22:07] how can create a daemon linux? [22:08] hi, what's up with opera/flash? I want to install opera and I need to uninstall flash according to software center... === irssi is now known as c0nv1ct [22:08] sskalnik, a bunch of boot messages, then "Busybox v1.18.4 (Ubutn u1:1.18.4-2ubuntu2) built-in shell (ash)" [22:08] Kovica, you may need to alter some of the isolinux.cfg file [22:09] sskalnik, "Enter 'help' for a list of built-in commands" [22:09] hello all I'am having problems installing the nvidia drivers on my ubuntu 11.10 with a Quadro 1000M could this affect ubuntu also ? https://bugs.freedesktop.org/show_bug.cgi?id=39330 [22:09] Freedesktop bug 39330 in Driver/nouveau "nVidia GF108 [Quadro 1000M] gives: "PGRAPH: unsupported chipset, please report!"" [Normal,New: ] [22:09] Kovica, what I pasted is from a 10.04 USB installer, so you may need to use different parameters (check the other preseeds that came with the CD) [22:10] brb [22:12] HEY [22:12] How can i install virtualbox (the closed source version) in ubuntu? [22:13] whats a good channel for hippie stuff? [22:13] Timewarper: https://www.virtualbox.org/wiki/Linux_Downloads === derp is now known as lulz [22:15] OneByte [22:16] any1 tried latest gtk-gui for virtualbox? [22:16] Timewarper: just add the virtualbox repository, instructions are on their website, trism has linked it [22:17] fekfhwegh, if i just get the ubuntu 10.10 deb [22:17] wont that be enough? [22:17] Timewarper: ubuntu has vbox in the repos [22:17] It will if you are using 10.10 === werbderper is now known as werbderver [22:17] Gentoo64, that is the opensource version [22:18] Timewarper: i use both the open and closed source on different comps, theyre the same to me :s [22:18] Does anyone know why the Opera package causes flash to uninstall [22:18] i think the open source you have to install extensions manually [22:18] Timewarper: it's easier to just add the repo so you get updates (IMHO) [22:19] I agree with yeats [22:19] i need help about Counter strike 1.2 server on Ubuntu 10.04 server Please ??? [22:19] is there any easy way to find specific topics in channel list? [22:19] Gentoo64: u are not even in the #gentoo channel^^ [22:19] yeats, does the repo offer the closed source version? [22:19] if i add it [22:19] hasufell: ? [22:19] i know :) [22:19] Timewarper: yes [22:19] yeats, K THX BYE! [22:20] kkjkljklkj a [22:20] !alis | skiski [22:20] skiski: 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* [22:20] sskalnik, what šprogram did you use to put those seed files, isolinux.cfg, .. into the image? [22:20] sskalnik, I'm using isomaster.. Could that be the problem [22:21] Gentoo64: shame on ya! are you Ole? [22:21] hasufell: what do you mean? [22:21] nevermind^^ [22:21] whats 0le? [22:21] thanks , but where do i find alis? [22:21] hi. how can I kill kdm/gdm on an upstart based ubuntu system? [22:22] or better: kill X completely [22:22] thomasg: stop the service [22:22] "killall X" [22:22] i need help about Counter strike 1.2 server on Ubuntu 10.04 server Please ??? [22:22] thomasg: 'sudo service kdm restart' (for example) [22:22] doess killall X work? usually kdm keeps the display alive [22:22] /etc/init.d/kdm stop [22:22] yeats: service kdm stop should kill it, right? [22:22] thomasg: yes [22:22] ok, thanks [22:23] thomasg: sorry - wasn't reading closely - 'kill' not 'restart' [22:24] i need help about Counter strike 1.2 server on Ubuntu 10.04 server Please ??? === XelmepAWAY is now known as Xelmep [22:25] anybody how to ssh when public wifi has disabled it? [22:25] Xelmep: that's not really an #ubuntu issue (even if the platform is Ubuntu server) [22:25] hi i am having a problem with my update manager [22:25] ok yeats: then can you help me to install any VPN server ? [22:26] Xelmep: just ask your question to the full channel - someone may be able to help [22:26] yeats: i`m new in ubuntu server and not understand very much [22:26] i need any tutorial about installing best VPN server [22:27] !vpn | Xelmep [22:27] Xelmep: For more information on vpn please refer to https://wiki.ubuntu.com/VPN [22:27] !vpn [22:28] hi there, using wine ive installed dreamweaver which works, but when i try and open files in /var/www it says path not found.Any idea how I can allow the path of /var/www? [22:28] !vpn | Xelmep [22:28] Xelmep, please see my private message [22:28] hi can any1 help me with an issue that i am having with update manager??? [22:28] !details | steve84 [22:28] steve84: 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:29] Hi,where can i find and download comics for Comix? [22:30] Advocated: "not found" does mean its not there i think [22:30] * skiski is away: ill be back real soon [22:31] ubottu: im running ubuntu 11.10 onmy lg laptop and when i try to run update manager it just loops i click "install updates" it waits and then it stops but deosnt update anything and i have to click "install updates again" but doesnt work [22:31] steve84: I am only a bot, please don't think I'm intelligent :) === lulz is now known as Zalgo [22:31] Trying to upgrade from natty to oneiric via Update Manager. It's got stuck at setting up friendly-recovery. What should I do? [22:32] can someone please tell me why fonts on ubuntu (UI *and* in browser) look so much better then other distros? [22:32] its driving me crazy,I must know your secret === cantonic_ is now known as cantonic [22:33] hasufell, ive had this problem years ago and cant remember how i fixed it [22:33] Hi guys, is there a system information live monitor like what was prebuilt in all ubuntu's prior to 11.10? [22:33] where it shows ur live ram usage, your live bandwidth [22:33] your disk usage etc [22:34] sparkss: you could add it to the gnome panel, yes [22:34] htop [22:34] come on, someone must know the secrets of font rednering [22:34] it was like system information gui [22:34] !fonts | mtkoan [22:34] mtkoan: Font installation basics here: https://help.ubuntu.com/community/FontInstallHowto - No fonts in Flash? Install "msttcorefonts" (from !Multiverse), "gsfonts", and "gsfonts-x11". For the official ubuntu font, see: http://font.ubuntu.com/ [22:34] yeats [22:34] Advocated: try "sudo mkdir /var/www && sudo chmod 777 /var/www" [22:34] hmm I'll look into it [22:34] hasufell, fixxed, i did winecfg added a drive (f) and set that to /var/www job done :) [22:34] ah [22:34] hasufell, thanks for the help though [22:35] im not sure we are talking about the same tool [22:35] sparkss: in pre 11.10, you could right click on the panel and add a system monitor applet - is that what you mean? [22:36] yeats, no sorry. it was like right click and system information.. the first link would have your system info.. the second link would be bandwidth /cpus /swap /ram [22:36] etc [22:36] like a live gui [22:36] !info gnome-system-monitor [22:36] gnome-system-monitor (source: gnome-system-monitor): Process viewer and system resource monitor for GNOME. In component main, is optional. Version 3.2.1-0ubuntu1 (oneiric), package size 373 kB, installed size 1216 kB [22:36] ahhhh [22:36] yea I think thats it [22:36] kinda like task manager in windows [22:36] that's still in 11.10 [22:37] where can I find it? [22:37] hello [22:37] search "system monitor" in the unity bar [22:37] everyone [22:37] guys can you recommend a tool to create user manuals etc.? [22:38] hmm [22:38] may I add I just installed this last night [22:38] lol [22:38] well [22:38] hey mates [22:38] upgraded from 11.04 [22:38] sparkss: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [22:38] yeats: a wiki? [22:38] tell me why, while update-manager seems to update the lists that it tells me that the last update was 4 days ago [22:38] I need some help with getting my AO531h WiFi running on 11.19 [22:38] if I have an intel core2 laptop, is the amd64 iso the correct image to install from? [22:38] 11.10* [22:38] (core2 is 64bit compatible) [22:39] Anyone who can help? [22:39] Trying to upgrade from natty to oneiric via Update Manager. It's got stuck at setting up friendly-recovery. What should I do? [22:39] I wish Iknew [22:39] n/m, I found the answer [22:40] squaregoldfish: check /var/log/syslog or /var/log/dpkg for errors? [22:40] I need some help with getting my AO531h WiFi running on 11.10, anyone who can assist? [22:42] man thunderbird is NOT GOOD about correctly labeling its updates as "security updates" [22:42] hi, why do i need sodu rights for iwlist [interface] scanning? what harm can be done with allwoing it for normal users? [22:42] yeats: Nothing in syslog. Last entry in dpkg.log is "half-configure friendly-recovery 0.2.18" - timed 30 minutes ago. [22:42] it has like 80 updates all labeled essential security updates, just today [22:42] that's not good [22:42] they don't look like security updates [22:42] they are mislabeled [22:43] squaregoldfish: have you backed up your data? [22:43] I need some help with getting my AO531h WiFi running on 11.10, anyone who can assist? Used to work great on 11.04. [22:43] yeats: Of course ;) [22:43] I cant seem to figure this out [22:44] Kovica, sorry I was away [22:44] I need some help with getting my AO531h WiFi running on 11.10, anyone who can assist? Used to work great on 11.04. [22:45] I recommend using a USB drive over the ISO, as it is faster to install and easier to mess with. [22:45] squaregoldfish: thought so ;-)... in that case, you could try to exit the upgrade process and begin the (possibly messy) process of manually running 'sudo apt-get dist-upgrade' [22:46] Kovica, That said, what you can do is mount the original ISO, copy everything to a directory, add files to the directory, and then re-make an ISO from the directory. [22:46] yeats: OK, I'll give it a go. If that fails, I'll be back.... [22:46] squaregoldfish: you might have to manually remove the apt and dpkg lock files [22:46] yeats: Thanks [22:46] yeats, I cannot seem to find it? [22:46] squaregoldfish: good luck [22:46] I need some help with getting my AO531h WiFi running on 11.10, anyone who can assist? Used to work great on 11.04. [22:46] sparkss: type 'gnome-system-monitor' at the terminal? [22:46] * yeats goes away [22:47] im a dummy [22:47] :x [22:47] Kovica, https://help.ubuntu.com/community/InstallCDCustomization [22:48] I need some help with getting my AO531h WiFi running on 11.10, anyone who can assist? Used to work great on 11.04. [22:49] is there a recommended way of autoremoving old kernel packages? [22:49] hey. i have a problem. i installed ubuntu on my hard drive instead of windows and when it restarted after instalation it doesnt turn on. i mean i have only that black screen with blinking _ . does anyone know what could be wrong? [22:50] madm1ke_: i doubt it, they are there in case the newest one fails; most people just use apt or syynaptics to remove them [22:50] I need some help with getting my AO531h WiFi running on 11.10, anyone who can assist? Used to work great on 11.04. [22:51] nojeb0012, did you try jockey? [22:51] hello all [22:51] benkinooby: What is Jockey? I'm new to Ubuntu, and I assume I know ... nothing? [22:52] aeon-ltd: well there is no reason to stack 5 to 10 kernels. but okay i'll see if i can create something myself [22:52] hey. i have a problem. i installed ubuntu on my hard drive instead of windows and when it restarted after instalation it doesnt turn on. i mean i have only that black screen with blinking _ . does anyone know what could be wrong? [22:52] nojeb0012: tried this yet https://help.ubuntu.com/community/AspireOne/531h [22:52] freak0adam: you said that 3min ago [22:52] i have 10.10 cd gnome ubuntu but im trying to remove all graphical software like netinstall just need base system how to do that via console and thanks [22:53] aeon-ltd: There is nothing to try? [22:53] nojeb0012: scroll down [22:53] nojeb0012, jockey is a tool that will search closed-source drivers for you. closed-source is not deliverd with ubuntu for certain reasons, but most closed-source drivers do better work than the open source one... try to find a program/menu entry that got to do with drivers, or invoke "jockey-gtk" from a command line... maybe you have to use sudo [22:54] aeon-ltd: I tried to "borrow" information from other, similar netbook models [22:54] aeon-ltd: Didn't work :( [22:55] benkinooby: I'll try it now, let me have a second. === saabu is now known as uabn93 [22:56] benkinooby: No luck, it searches, but it can't find. [22:56] nojeb0012, what are you trying to do? [22:56] hi, im stuck in grub. can anyone help? [22:57] JSysTeM: one possibility is "sudo aptitude" - get familiar with this interface and then hit "-" (remove) or "_" (purge) on categories like gnome etc.. [22:57] !grub | uabn93 [22:57] uabn93: 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) [22:57] I'm trying to find some way to connect to my wifi, but my Wireless NIC isn't visible with 11.10 [22:57] nojeb0012: what device? (lspci) [22:58] Should I copy it here? [22:58] i deleted old kernels and the new ones dont show up in grub. what can i do? please help [22:58] nojeb0012, pastebin [22:58] only the line that contains your wifi device [22:59] nojeb0012, lspci|pastebinit [22:59] uabn93: edit the entry and change the kernel name/version . then fix grub [22:59] #videolan [22:59] mkanyicy: Atheros Communications Inc. AR242x / AR542x Wireless Network Adapter [23:00] how do you update grub from within grub?? [23:00] does anyone know? [23:00] uabn93: what do you mean? [23:00] mkanyicy: Which worked just fine and dandy in 11.04 [23:00] uabn93: you don't. just edit the line and boot with an existing kernel. then fix grub [23:00] uabn93, use a live version of something [23:00] mount your ubuntu partition somewhere [23:00] and execute update-grup [23:01] *update-grub [23:02] madm1ke_: i deleted an old kernel, forgot to update the list, rebooted, and now only the old kernel versions show up in grub. [23:02] nojeb0012: okay, do sudo modprobe -r ath5k and then sudo modprobe ath5k - then type "dmesg" to see if the kernel complains about something when loading the wifi driver [23:02] the newest kernels arent on the list. i never deleted tose [23:02] uabn93, then your problem is not as hard as i thought [23:02] nojeb0012, so jockey didn't find anything? [23:02] benkinooby: No luck, it searches, but it can't find anything. [23:03] uabn93: then you can just edit the grub entry (i think by hitting "e" - but there is some info in grub to how to get in edit mode) and change the version number [23:03] mkanyicy: how do i fix it? [23:03] uabn93, try to select recovery mode first and see if you can find a working one [23:03] nojeb0012, oh, i see ther are allready some ppl helping you... good luck [23:03] uabn93, if you can't then try to edit one of the menu's to point to the latest kernel [23:03] uabn93: grub even has tab-completion in shell mode - just play a little with it :) [23:04] mkanyicy: FATAL, no file or directory. [23:04] benkinooby: Thanks, mate. And thanks for the effort. [23:05] nojeb0012: a little more. can you pastebin the last 20 lines of dmesg? [23:05] uabn93, u there? [23:05] okay, im in edit mode. i dont know what to do next [23:06] uabn93: spot the line that includes your kernel version number [23:06] how do i point it to the newest kernel [23:06] mkanyicy: There isn't even 20 lines O.o [23:06] nojeb0012: the output from dmesg has definitely more than 1 line [23:06] uabn93: use the cursor keys to go to the kernel/linux line [23:07] on the grub list, version 38-10 shows up. none of the newer ones (38-11 or 38-12) show up [23:07] mkanyicy: FATAL: Could not load mesg/lib/modules/3.0.0-13-generic/modules.dep: No such file or directory [23:07] nojeb0012, im not sure of that error [23:07] madm1ke_: FATAL: Could not load mesg/lib/modules/3.0.0-13-generic/modules.dep: No such file or directory [23:07] nojeb0012, i dont have a clue [23:08] nojeb0012: type "sudo depmod -a" have you reboot since your last kernel upgrade? [23:08] uabn93, replace something like: /boot/vmlinuz-3.0.0-13-generic with just /vmlinuz [23:08] This is driving me crazy, I need this netbook for school >.< [23:08] when i burn the min.iso into dvd it doesnt run is there a way to support that [23:08] uabn93, and something like /boot/initrd.img-3.0.0-13-generic with /initrd.img [23:09] madm1ke_: I did. [23:09] any idea of a program tha can open Omnioutliner's oo3 format? [23:09] uabn93, those are symlinks to your latest kernel [23:09] hangs at depmod -a [23:09] hangs or takes some seconds? [23:09] uabn93, then try to boot [23:09] It just cleared. [23:10] try "modprobe ath5k" again [23:10] that was a bit more. So how do I pastebin it? [23:10] paste.ubuntu.com [23:11] JSysTeM, what is min.iso? [23:11] madm1ke_: http://paste.ubuntu.com/753102/ [23:12] mkanyicy: minimal install for ubuntu [23:12] "sudo modprobe ath5k" you need to be root to insert kernel modules. sorry about that :) [23:12] nojeb0012, sudo [23:12] hi guys. pleas help me. My computer's keyboard and mouse freeze frequently. the keyboard caps lock and scroll lock lights blink but i cannot do anything. (unplug doesnt work) i'm sifting through the forums right now, but if someone could help me i would appreciate it!!! [23:13] is Vim easy to use or is a full tutorial needed ? [23:13] madm1ke_: My bad. And then? No errors occur. [23:13] tobe: that is called a kernel panic :) [23:13] Emiru: the latter [23:13] mcphail: Thats what I thought, thanks ! :) [23:13] Emiru: vim is easy to use, but there are so many features to learn them all would need several tuts [23:13] madm1ke_: what do i do??? panic too? [23:13] nojeb0012: "dmesg" and read/paste the last 10 lines concerning the ath5k module [23:14] Emiru: worth it though. The best editor imho [23:14] sskalnik, the problem was with the entry in isolinux.cfg [23:14] tobe: basically, your kernel is crashing - sometimes you see a Backtrace pop up on your screen, other times, your desktop freezes and your keyboard lights flash on and off. [23:14] Ill stick to gedit for now, im reading a full tutorial on linux [23:14] tobe: are you up to date with your system? [23:14] im not at the Vim part yet but its ok [23:15] madm1ke_: i always update when it says too [23:15] heh full tutorial on linux [23:15] sskalnik, I've added that entry to txt.cfg an now I've installed ubutnu in virtualbox.. Let me now see if the ds.sh got executed [23:15] BarkingFish: what can i do? [23:15] it will never end [23:15] the only way to get out of that situation, tobe, is to force shutdown by holding the power switch on the front of your PC for about 5 seconds or so [23:15] uabn93, how did it go? [23:15] Hello, i need help with my xubuntu. Where do i turn off "Mirror displays"? [23:15] tobe: it's possibly one of the modules in your kernel which could be faulty. Could you go into a terminal, and install pastebinit please? [23:15] aeon-ltd: well, how to use it properly not just say hey im on linux look at me :P [23:16] BarkingFish: i know that much, but what about fixing it? new install???? [23:16] RandomTomte: xfce settings should include a "display" or "screen" section [23:16] tobe: not necessarily [23:16] BarkingFish: pastebinit is a program? [23:16] yes [23:16] no [23:16] mkanyicy: i did what u said. it told me 'ctrl-x to boot' and nothing... [23:16] kinda [23:16] madm1ke_: so ; "sudo modprobe ath5k -dmesg" ?? [23:16] madm1ke, where do i find that? [23:16] tobe: yoou could just use the site [23:16] it allows you to paste to paste.ubuntu.com from a terminal, tobe [23:17] so you could call up a command, and have the output sent straight to the pastebin [23:17] nojeb0012: "sudo dmesg" that is a single command which will show the last kernel messages [23:17] BarkingFish: ok now what [23:17] uabn93, then an alternative method that is more likely to work is to use the live cd [23:17] uabn93, and then recover grub from it [23:18] right, can you do the command: sudo lsmod | pastebinit please, tobe - and when you get the url back, post it here please :) [23:18] like a sudo update grub from the command line? [23:18] Kovica, how goes it? [23:18] sskalnik, it did not get executed... :((( [23:18] uabn93, grub-install [23:18] WHERE DO I FIND Xcfe settings for my display?! [23:19] sskalnik, d-i preseed/late_command string \ [23:19] cp /cdrom/ds.sh /; \ [23:19] chmod +x ./ds.sh; \ [23:19] ./ds.sh [23:19] RandomTomte: a menu.... [23:19] madm1ke_: http://paste.ubuntu.com/753111/ [23:19] mkanyicy: thanks for everything. you were really helpful [23:19] madm1ke_: Sorry about my beginner-ness to Ubuntu >.< [23:19] aeon-ltd, cool a meny. thanks for the help! -.- [23:19] BarkingFish: http://pastebin.com/F2vzSv4k [23:19] thanks tobe :) [23:19] RandomTomte: in your panel. everything goes from there [23:19] give me a moment please [23:19] uabn93, no prob, good luck [23:20] any idea of a program that can open 003 files (Omnioutliner files) [23:20] aeon-ltd, i dont find that [23:20] nojeb0012: okay there was no immediate error .. now do "sudo ifconfig wlan0 up" [23:20] zacarias, what is omni-outliner? [23:21] RandomTomte: show me a screenshot of you panels [23:21] *your [23:21] tobe - How long has this been going on? And more to the point, did you add any new hardware before this started happening? [23:21] Kovica, what does the log say about the script? [23:21] madm1ke_: And then? No errors. [23:21] mkanyici: it'is a MacOS outliner [23:21] sskalnik, where is the log [23:21] tobe: is your system up to date? [23:21] nojeb0012: is it working already? :) [23:22] Kovica, go to another terminal (Alt + F2) and check /var/log/syslog [23:22] Upgrading from natty to oneiric. Any package that does something in /boot (linux-image, memtest, grub etc.) simply hangs. All other packages install fine. Any ideas? [23:22] madm1ke_: Noo. I can press Enable Wireless, but nothing actually happens :( [23:22] Hey guys! I read a bit about the ubuntu service/daemon called zeitgeist. It is installed to gather information and to make dayly work more easy/comfortable... On the other hand i dont need an OS that gathers infor of my userbehavior. Does s.o. know how deeply it gathers info an if anyone does spy my computer? [23:22] BarkingFish: its been going on for about a week [23:22] nojeb0012: okay, paste "sudo dmesg" [23:22] no [23:23] maybe 2 or 3 days [23:23] when i burn the min.iso into dvd it doesnt run is there a way to support that, [23:23] tobe: ok, and did you add anything new recently? [23:23] sskalnik, sorry, I already restarted [23:23] BarkingFish: the last thing i did what a fresh install and then install the nvidia drivers (possible cause) but i dont know what that could have done. [23:24] madm1ke_: http://paste.ubuntu.com/753117/ [23:24] Kovica, I must head out for the day, but feel free to message me on ubuntuforums.com; I am user djsephiroth [23:24] hiho77, rather worry about the spy than about zeitgeist [23:24] sskalnik, thanks.. have a good day.. [23:24] BarkingFish: nothing that didnt work in 11.10 (i downgraded since 11.10 was pretty buggy) usb webcam, wine , [23:24] Kovica, you are most welcome; hope it works for you soon [23:24] tobe: the nvidia drivers can sometimes be a little... odd, shall we say. What nvidia card do you have? [23:25] JSysTeM, have you verified your DVD if its burned correctly? [23:25] vous avez un logiciel simple pour ajouter du texte sur une vidéo ( pour un tuto ) ? [23:25] nojeb0012: try to scan for wireless networks "sudo iw dev wlan0 scan" [23:25] mkanyicy: when i put it over windows it runs normaly but seems the bootsec is currupted somehow [23:25] !fr | matthieu637 [23:25] matthieu637: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [23:25] wrong chan sry [23:25] np :) [23:26] i have a geforce 8400, but this worked in 10.10 (then in 11.10) now it wont work when i went back to 10.04. maybe its because i didnt install the right one??? [23:26] driver??? [23:26] does anyone here have experience sharing a wireless printer through samba (with ubuntu as a server) to windows computers on the network? [23:26] tobe: how did you install the driver? [23:26] BarkingFish: i have a geforce 8400, but this worked in 10.10 (then in 11.10) now it wont work when i went back to 10.04. maybe its because i didnt install the right one??? [23:26] madm1ke_: iw not found? [23:26] madm1ke_: through software center [23:26] yeats: Ping (more in hope than expectation) [23:26] it's possible, tobe - if you have everything backed up, and you know it worked in 10.10 (Lucid LTS), maybe try to go back to 10.10? [23:27] mkanyicy: how do you mean? As i read about this service, zeitgeist IS the spy ^^ [23:27] madm1ke_: iw command** not found? [23:27] nojeb0012: then try "sudo iwlist wlan0 scan" .. but you should install the package "iw" [23:27] i got rid of my nvidia card sometime ago, I had lots of driver issues, so I swapped out to a PCIE ATI Radeon SE [23:27] nojeb0012: relax... [23:28] BarkingFish: i dont have that cd anymore and the site shows 10.04 lts and 11.10 only [23:28] i beg your pardon, 10.04 was the LTS version. Sorry about that. [23:28] madm1ke_: wlan0 Interface doesn't support scanning : Network is down [23:29] I'm kind of lost as to what could be doing this then, let me look at that paste again [23:29] nojeb0012: "sudo ifconfig wlan0 up ; sudo iwlist wlan0 scan" [23:29] Something will not allow Synaptic Package manager to run.. I get the authentication window, plug in my password and then nothing... any ideas? [23:29] the lsmod actually shows that nothing is using your nvidia module, tobe... [23:29] madm1ke_: SIOCSIFFLAGS: Operation not possible due to RF-kill [23:29] wlan0 Interface doesn't support scanning : Network is down [23:29] hiho77, if you are paranoid, then remove it [23:29] aha [23:30] What would happen if I dd'd a Ubuntu iso to a HD? [23:30] nojeb0012: do you have hardware switch for your wireless card? [23:30] other things are reliant on it though.... [23:30] I can run Synaptic from a terminal.. just not from the launcher [23:30] BarkingFish: ... then idont know what is going on... so maybe i should do another fresh install??? [23:30] I'm lost on this one I'm afraid, tobe, maybe someone here has got a better answer for you [23:30] madm1ke_: Yes, and I've tried switching it on and off, same result - no wifi [23:30] nojeb0012: and install the package "rfkill" and then post the output of "rfkill list" [23:31] I wouldn't reinstall yet, someone here may have the skill to fix this, but it's not me. Sorry :( [23:31] nojeb0012: did you try turning it off and on again just now, too? [23:31] BarkingFish: thanks for taking the time, ill keep searching and if all else fails ill do a fresh install === Dark is now known as Guest60800 [23:32] madm1ke_: Yes, and it doesn't work :( [23:32] nojeb0012: then post the "rfkill list" output [23:32] i'm looking for a software to put some text on my video ( it's a tutorial ), do u have any idea? [23:32] Is is possible to dd a Ubuntu iso to an HD and install it from there? [23:32] hi guys, please help my SD multicard won't work [23:32] Bus 001 Device 003: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader [23:32] tobe, you're welcome. I'm just sorry I couldn't sort out a fix for you, but I've not had an nvidia card for sometime. [23:32] madm1ke_: 0: acer-wireless: Wireless LAN [23:32] Soft blocked: yes [23:32] Hard blocked: no [23:32] 1: phy0: Wireless LAN [23:32] Soft blocked: no [23:33] Hard blocked: yes [23:33] nojeb0012: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [23:33] nojeb0012: please use the paste-service.. [23:33] Sorry o.o [23:33] maybe somewhere can help me? [23:33] Hi there [23:33] mkanyicy: thought about to remove it, but i als read that if i remove it from 11.10, i might have hard problems to find anything with standard "search". Do you know if i can remove it without having other problems? [23:34] hi guys, please help my SD multicard won't work [23:34] madm1ke_: http://paste.ubuntu.com/753128/ [23:34] nojeb0012: "sudo rfkill unblock all" might help [23:34] Bus 001 Device 003: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader [23:34] hiho77, in my opinion, you are giving yourself unnecessary headache [23:34] Any QUANTA user here that found Quanta is no more supported under ubuntu oneiric? [23:34] I would like to find a substitute but could not yet [23:35] bluefish has no intelligent files upload as Quanta has... [23:35] madm1ke_: No, that doesn't work either. [23:35] cedriczg, there is no quanta user here [23:36] cedriczg, as you can see [23:36] nojeb0012: according to rfkill your phy0 (wireless device) is hard blocked [23:36] how can i tell if a package is from a ppa i added or from the original repository? [23:36] nothing? [23:36] nojeb0012: that means a hardware switch is set to off - what netbook do you have? [23:36] hi i am having some issues with my webcam can someone help me out please [23:37] sikilpaake: "apt-cache policy package-name" in terminal [23:37] sikilpaake: apt-cache policy packagename [23:37] madm1ke_: There's no way to tell since the LEDs don't light up [23:37] hi guys, please help my SD multicard won't work [23:37] Bus 001 Device 003: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader [23:37] mkanyicy, I see. Do you know under which channel should I look for? [23:37] !patience|slipttees, [23:37] slipttees,: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [23:37] plug SD noting happenin [23:38] cedriczg, look no further [23:38] mkanyicy: Ya, maybe. I was just surprised which and how much information that service gaters. So i got kind of worried... normally i´ve seen this kind of acquisitiveness only at google ^^ [23:38] /join #irssi [23:38] madm1ke_: There's no way to tell since the LEDs don't light up [23:39] hi i am having some issues with my webcam can someone help me out please [23:39] Back [23:39] mkanyicy: but maybe im just too paranoid, yes. [23:39] nojeb0012: my question was "what netbook do you have" [23:39] madm1ke_: Acer Aspire One 531h ZG8 [23:39] nojeb0012: and i can read just fine [23:39] i'm looking for a software to put some text on my video ( it's a tutorial ), do u have any idea? [23:39] steve84: you have to be more specific.. have you loaded and tried "cheese" as a test? [23:39] nojeb0012: does the output of "rfkill list" change when you hit the wireless switch? [23:39] hiho77, if you are to paranoid, then clear the zeitgeist cache all the time [23:40] madm1ke_: I just tried hitting the switch, wait a couple of seconds, then rfkill list - but nothing changes [23:40] Scunizi: yes i tried using cheese but it doesnt show the webcam and yesterday it worked [23:41] steve84, install cheese and then ALT+F2 and type cheese and then look at the camera and say cheese until a webcam app shows up [23:41] matthieu637: try openshot .. it's in the package manager. [23:41] mkanyicy: when i put it over windows it runs normaly but seems the bootsec is currupted somehow any idea [23:41] Scunizi: maybe it is having issues i did an update today [23:41] nojeb0012: does "lsmod | grep acer-wmi" list anything? [23:41] JSysTeM, no idea [23:41] steve84: we've had a couple updates in the last week or so.. after any of those did you reboot? [23:41] madm1ke_: Nope. [23:42] yes i reboot after every update [23:42] nojeb0012: "sudo modprobe acer-wmi" [23:42] mcphail: apt-cache policy packagename ? ALLRIGHT! thanks! [23:42] nojeb0012: that is "Acer Laptop WMI Extras Driver" - maybe that will change something [23:42] mcphail: thanks again :) [23:43] madm1ke_: rfkill list, nothing changed after last command [23:43] Scunizi: and skype doesnt even want to recognize my webcam [23:44] sikilpaake: my pleasure [23:44] steve84: rebooting is only necessary if you get a new kernel.. check Http://ubuntuforums.org for your make and model of web cam.. sorry I'm no expert with then. [23:44] steve84: is it working with cheese? [23:44] Scunizi: no prob thanks for the help though [23:44] nojeb0012: post the last lines of "sudo dmesg" again and try if "sudo rfkill unblock all" works [23:45] what does rfkill do? [23:45] mcphail: i just installed this ppa, https://launchpad.net/~brightbox/+archive/ruby-ng how can i get ubuntu to download *this* ruby1.9.1 and not the one from its original repository? [23:46] MonkeyDust: stops/starts all kind of radio interfaces [23:46] LivTyler: its not working with cheese or skype [23:46] MonkeyDust: it shuts down/starts all your Wifi cards [23:46] ok [23:46] madm1ke_: http://paste.ubuntu.com/753145/ [23:46] !webcam [23:46] Instructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras [23:47] sikilpaake: "sudo aptitude install packagename=packageversion" - just be aware that ppa's can be dangerous [23:47] sikilpaake: have you refreshed the cache for the package manager? sudo apt-get update && apt-cache search ruby-ng [23:48] steve84: is your cam on the Hardware Compatibility List ? === `mOOse` is now known as m00se [23:48] squaregoldfish: back [23:48] my webcam is built in to my LG R380 laptop [23:48] i dont know the model [23:49] damn! [23:49] nojeb0012: well that sucks [23:49] sikilpaake: the other trrick is "sudo aptitude install packagename/archivename" [23:49] madm1ke_: Out of ideas? :/ [23:49] *trick [23:50] no config file to edit for unity? [23:50] madm1ke_: I'll be rolling back to 11.04 instead, wait for better times. Maybe 12.04 makes it work again. [23:50] Is there any KDE software that WON'T work in gnome? [23:50] this left tray/launcher is disturbing [23:51] need to be at the bottom with smaller icons :P [23:51] i need help about connection to pptp server on ubuntu 10.04 [23:51] madm1ke_: Thanks a lot for your help, appreciate it. [23:51] or perhaps just have it removed and let tint2 get the job done [23:52] nojeb0012: do you have dual boot on the machine? [23:52] nojeb0012: aka is there still a windows present? [23:52] madm1ke_: Yes, there is. Windows 7 Starter [23:53] does anyone triage ubuntu bugs anymore? [23:53] nojeb0012: it might be worth a shot to boot windows, enable wifi (with the switch) and reboot to ubuntu [23:53] nojeb0012: and while you reboot check if your bios has some wireless options [23:53] the last 3 bugs I reported, all I got was tumbleweeds [23:54] madm1ke_: It's always on in Windows - and i'm about to run out of time. So, if not today, i'll be here some other day. [23:54] i need help about connection to pptp server on ubuntu 10.04. I cant connect [23:54] for one of them, I installed a debian chroot and filed a debian bug instead [23:54] it was fixed straight away [23:55] Thanks mate [23:55] TimStarling: there are far fewer developers than bug reports. Sometimes upstrream bugs are better reported upstream [23:55] upstream as in debian? [23:55] debian is cool but their bug tracker is kind of arcane [23:55] TimStarling: if that is appropriate in the context then yes. [23:56] HELP About PPTP Server on Ubuntu !!! [23:56] I haven't bothered trying to report an actual upstream bug to ubuntu for a while [23:56] stevecam: are you steve84? [23:56] but I figured that maybe for packaging errors I would get some response [23:56] but it seems like even there, just tumbleweeds [23:57] some day I'm going to report a bug which is actually ubuntu's fault, not debian's or upstream's [23:57] is there some keyword I should use to get people to actually look at it? [23:58] Xelmep: try #ubuntu-server chan [23:58] ok [23:58] i will try [23:59] see, I'm pretty sure that nobody even reads my bugs [23:59] TimStarling: read some online tutorials about preparing a good bug report, phrase it well, add appropriate documentation and direct it to the correct person. There is an art to it. Badly formed or misdirected bug reports are a waste of everyone's time. [23:59] because if someone went to the trouble of working out whether a bug is ubuntu's fault or debian's fault, they would probably say so in a comment [23:59] !bug [23:59] If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [23:59] sure, but there's no point in writing a good bug report if nobody is going to read it [23:59] Hello? [23:59] I can just email the maintainer directly I guess