[00:00] TJ- What if I was using one kernel for one OS and another for another? [00:00] cc11rocks: You don't need a separate partition for /boot/. It can be in a logical volume (it can even just be a directory in your root filesystem, which itself can be stored in an LVM logical volume). [00:00] cc11rocks: For example, on the HD in this laptop I have around 12 LVM file-systems defined. I use them for testing new versions of Ubuntu and different architectures. Once they are no longer needed, I return their space to the free pool so I can reuse it [00:01] kevincheri, did you type ptunnel --debug ? [00:01] cc11rocks: If you want Windows on there too, you'd need to use another primary partition (e.g. sda3) for that. [00:01] cc11rocks: Different OSs/distributions need to have their own /boot/ directories. Trying to share /boot/ between multiple distributions is a bad idea. [00:01] cc11rocks: otherwise, all Linux's can do LVM [00:01] TJ- No Windows for me [00:01] there seems no such option, "debug" [00:02] hey guys [00:02] I downloaded the bootinfoscript [00:03] kevincheri, copy and paste this>>> ptunnel --debug <<< [00:03] but when i entered the "sudo..." command it says "cannot find file or directory [00:03] root@Lynx:~# ptunnel --debug [00:03] ptunnel v 0.71. [00:03] Usage: ptunnel -p -lp -da -dp [-m max_tunnels] [-v verbosity] [-f logfile] [00:03] ptunnel [-m max_threads] [-v verbosity] [-c ] [00:03] -p: Set address of peer running packet forwarder. This causes [00:03] kevincheri: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [00:03] So : LVM > OS (/boot, /, /home) && OS2 (/boot, /, home) && OS3 (/boot, /, home) && etc if they are all ext4? GRUB kicks through the LVM and allows choice of /boot partition to choose? [00:03] sportsfreund: Follow the directions @ http://bootinfoscript.sourceforge.net/ . [00:03] kevincheri, use paste.ubuntu.com for that [00:04] That's a hierarchical style I did in case you can't figure it out. The LVM is at the top, which is followed at the bottom by all the OS's and their components [00:04] cc11rocks: Well I've always managed with one partition for /boot/ across several Linux OSes, but if Jordan_U knows of problems then it would be best to put the '/boot/' for each flavour separately [00:06] cc11rocks: Yes, but having a separate logical volume for /boot/ is pointless in this case. It would make more sense to have OS1 (/, /home) && OS2 (/, /home) && OS3 (/, /home). For that matter, I would just do OS1 (/) && OS2 (/) && OS3 (/). [00:07] cc11rocks: depends if you want to do lots of testing of different OS, or are going to settle to one or two [00:07] Can the OS's access other OS's /home dir(s) if it was like the OS1(/, /home) && OS2(/, home), etc? [00:07] cc11rocks: And if you're testing them, it's much easier inside virtual machines [00:07] kevincheri, make sure you run sudo [00:07] I am running a sRoot [00:07] TJ-: There's no easy way to tell which kernel belongs to which distribution, so if you use grub-mkconfig/update-grub (rather than writing your grub.cfg manually) you will get entries for example that have Ubuntu set to boot with one of your Debian kernels. [00:07] TJ- I plan to have 3 installed [00:07] and at least one for testing [00:08] Jordan_U: I don't get that problem - but then again I've customised /etc/grub.d/ [00:08] GRUB isn't on root is it? [00:09] cc11rocks: Yes, they can access the other distributions' /home/ directory with or without the home directory being stored on a separate logical volume. You really seem to be separating things without any reason. [00:09] If so, that would make a whole lot of sense. I always thought it was on boot [00:09] kevincheri, what distro do you use? [00:09] Kubuntu 11.10 [00:10] will try with the GUI [00:10] I have tried on a diff VPS and it works [00:10] I want to keep my home and root partitions separate as I have found different DE's inferfere with each other [00:10] cc11rocks: Grub's boot sector is installed to the Master Boot Record, and its configuration file (grub.cfg) and modules are stored in /boot/grub/. If you don't have a separate /boot/ partition then the /boot/grub/ directory is simply a directory on your root filesystem (which is perfectly normal). [00:10] cc11rocks: grub is 2/3 things generally. It is 384 bytes of boot-strap code in sector 0 of the boot device... it is several 512-bytes sectors from sector 1 to the first partition, containing bootloader code sufficient to find the /boot/ partition and hand off to that. Then it's the modules in /boot/grub/ that draw and configure the GRUB menu and hand over to the OS kernels [00:10] At least on the same /home dir [00:13] cc11rocks: Please try to use more clear language. Do you want these distributions to all share the same /home/ volume or do you want each distribution to have its own /home/ separate from the others (so that they don't interfere with each other). [00:13] Separate (Hence, OS1 (/home, /) && OS2(/home, /)... etc in my original layout [00:13] ) [00:15] there is a lot of tearing in the movies when Xorg composite extension is enabled [00:15] when will that be fixed ??? [00:15] cc11rocks: I think I understand your confusion then. Read the following sentence carefully: One of the main reasons that people keep /home/ in a separate partition/volume is so that they *can* share it between multiple distributions. [00:16] cc11rocks: If you keep /home/ as part of your root filesystem, then it will *not* be shared between distributions. Each distribution will have their own /home/ directory (which is part of their own root fileystem) and will ignore the other distributions' home directories. [00:16] cc11rocks: fyi - sharing /home between distro/releases can cause problems if versions of software is different [00:17] So : MBR > GRUB > LVM > OS1 (/ > "GRUB conf1") && OS2 (/ > "GRUB conf2") && OS3 (/ > "GRUB conf3") //Still discussing /home so I left it out for now [00:17] how can i post the Result.txt? [00:18] I want the disto's to be able to ACCESS each others /home dir, not use it [00:18] cc11rocks: Any distribution can access any directory of any of the other distributions, no matter what you do. [00:18] how can I post the result.txt? [00:19] sportsfreund: Open it in a text editor and copy and paste it to http://pastebin.ubuntu.com then post the URL for the paste here. [00:20] I have to go eat but So : MBR > GRUB > LVM > OS1 (/home, / > "GRUB conf1") && OS2 (/home, / > "GRUB conf2") && OS3 (/home, / > "GRUB conf3") should work for what I want to do correct? [00:20] !paste | sportsfreund [00:20] sportsfreund: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [00:20] http://pastebin.ubuntu.com/1151726/ [00:20] does anyone know how to pop up channel list in Quasel irc [00:20] Hi. I'm running Xubuntu, but would like to get Unity's global menu. How do I do this? [00:21] If you do not paste soon, I'll read it when I come back. Thank you SO very much for your help guys! Very patient people and I appreciate it :) [00:21] cc11rocks: I am almost certain that the ideal configuration for you is to have only one partition/logical volume for each distribution (or two if you count the swap partition). [00:22] I posted the URL (http://pastebin.ubuntu.com/1151726/) [00:22] cc11rocks: So OS1 will have 1 partition / logical volume containing '/' (and everything will go inside that) and OS2 will have a different partition/logical volume containing its '/' (and everything of OS2 will go inside that), etc. Do you understand? [00:22] now how can i boot win 7 again? [00:22] cc11rocks: the other distros should be able to mount your other home partitions === histo1 is now known as histo [00:26] Hi. I'm running Xubuntu, but would like to get Unity's global menu. How do I do this? [00:26] anyone still there to help me out? [00:26] I posted the "result.txt" through http://pastebin.ubuntu.com/1151726/ [00:26] and i want to boot win 7 again [00:26] solilo, have you tried looking around for extensions? [00:27] sportsfreund: do you get a grub menu when your system boots or what happens? [00:28] @ histo: when i dont enter the bios menu, it simply starts ubuntu without asking [00:29] when I boot the SSD through entering the bios menu it says "error unknown filesystem grub rescue" [00:29] sportsfreund: are you booting to the ubuntu cd still? or off the hard drive? [00:29] sportsfreund, do you want to retain the ubuntu install? [00:30] hi what is the name of compatibilty package between i386 and amd 64? [00:30] I boot from the hard drive [00:31] sportsfreund: can you paste /etc/default/grub file please [00:31] and I want to keep ubuntu (not sure what "retain" means) === Emmanuel_Chanel_ is now known as Emmanuel_Chanel [00:32] sportsfreund: it looks like grub isn't aware that windows is on the second hard drive is the issue [00:32] !grub2 | sportsfreund [00:32] sportsfreund: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) [00:33] @ ubotto: i installed win 7 first and after that ubuntu [00:33] @ histo : how can I find the default grub file in ubuntu 12.04? === Onixs_ is now known as Onixs === skaet_ is now known as skaet [00:34] sportsfreund: pastebin the output of sudo update-grub && cat /etc/default/grub [00:35] sportsfreund: also you have grub installed on both sda and sdb [00:37] after sudo grub-update it says: [00:37] Generating grub.cfg ... [00:37] sportsfreund: just pastebin the results [00:37] http://pastebin.ubuntu.com/1151741/ === Madkiss_ is now known as Madkiss [00:37] i am using nouveau driver and the window blink sometimes ,how fix this? [00:37] sportsfreund: yea it's not seeing windows on /dev/sdb [00:38] how can i fix it? [00:38] how can I kill a proc that wont die? [00:39] sportsfreund: hold up trying to find a fix [00:39] datruth_: kill -9 pid [00:39] yes that doesn't work [00:40] it just stays there [00:40] wait I think it finally died [00:40] histo: can I use something other than dolphine? it seems to crash everyday [00:40] datruth_: you can use whatever you want [00:43] @histo: i didnt define one hard drive as master and the as slave / raid...maybe thats the problem [00:44] how do I get unlimited bash history? google said to put "unset HISTFILESIZE" and "export HISTSIZE=300000" in .bashrc, but that doesn't work. [00:44] sportsfreund, if you boot fron the live CD... cant you see your windows install? [00:45] I can't launch myunity; help please? === Kitar|st_ is now known as Kitar|st [00:45] so would this be the place to ask about some new hardware I am considering? [00:45] sportsfreund: cna you see the windows drive in ubuntu? [00:45] sportsfreund: and are the sata drives or ide drives? [00:45] I have some concerns regarding ubuntu 12.04 [00:45] yes i can see windows drive in ubuntu [00:45] soliloquy1, fresh install can you give some info. [00:45] soliloquy, do you get an error message? [00:46] under "devices" [00:46] can ny 1 help me i want to unlock a modem [00:46] i am using nouveau driver and the window blink sometimes ,how fix this? [00:47] Hey! [00:47] any good idea to have an auto vpn conection script?... when vpn drops will conect automatically === sun is now known as oom [00:48] hstry: Do "man bash" and then search down to the HISTORY section using / then ^HISTORY and press Enter [00:48] lauratika: openvpn will do that for you [00:50] sportsfreund: you need to gksu /etc/grub.d/40_custom [00:50] sportsfreund: in there put the following at the bottom [00:50] i installed already but oew to a bug connect automatically wont work. [00:50] how bad is the hit on battery life in 12.04? [00:50] Help! Re-sizing windows is a pain! I only get like 1 pixel to grab the side of a window when I want to resize it.. Can I make this threshold greater? Maybe 4 pixels? [00:50] sportsfreund, this is a little bit old, but the last post is from october 2011, maybe it'll help: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/459054 [00:50] How do I watch netflix on ubuntu...? [00:50] if one were using a laptop? [00:50] Launchpad bug 459054 in ubiquity (Ubuntu) "ubiquity partition step does not show some hard drives" [Undecided,Confirmed] [00:51] lauratika: what bug is that? I use openvpn had never had an issue with reconnects [00:51] hi [00:51] hi [00:51] maze: You don't. Netflix requires Microsoft Silverlight DRM. Best option is a virtual machine with MS Windows installed in [00:51] hi? [00:52] ok thanks tj [00:52] Maze, go get virtualbox for ubuntu === m00se is now known as mrbed === mrbed is now known as m00se [00:52] Whats the Ubuntu random channel for just hanging out/bsing? [00:52] how much horsepower do you have to work with? [00:52] blaggard: or just use the kernel's own KVM with Virtual Machine Manager [00:52] sinfuzi0n: ubuntu-social [00:53] sportsfreund: Sorry gksu gedit /etc/grub.d/40_custom and add these contents to the bottom of the file http://pastebin.ubuntu.com/1151759/ then save and sudo update-grub and reboot [00:53] TJ: I had no idea that was there... [00:53] sinfuzi0n: ubuntu-offtopic you mean? === Pete_ is now known as Guest54234 [00:53] blaggard: It's well hidden :) [00:54] sportsfreund, http://erickoo.wordpress.com/2009/06/14/how-to-add-vista-partition-to-grub-2-ubuntu-9-10-karmic-koala/ [00:54] but I dont have win xp [00:54] I have win 7 [00:54] I'm not sure, either or. [00:54] =) [00:54] (64bit) [00:55] What client with a GUI do you guys recommend for IRC? I'm just getting back into linux again to learn Python, but ircII just isn't cutting it for me right now [00:55] https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/280571 [00:55] Launchpad bug 280571 in network-manager (Ubuntu) "NetworkManager does not auto-connect to VPNs marked "Connect Automatically"" [Medium,Triaged] [00:55] there you go TJ- [00:55] sinfuzi0n: xchat [00:55] Thanks, TJ [00:56] i'm looking for a way to re-enable "copy date" from the date widget on the panel [00:56] lauratika: ah! I don't use network-manager to make the connections; I have it set directly as an /etc/openvpn/xxxx.conf files [00:57] yeah but i need the keyring thingy bit of a pain in the ars* [00:57] I am back. TJ- Wouldn't using a LVM for each distro ruin the purpose of LVMs? Or have all the LVM's under a single LVM? [00:58] Whats a good way to learn python to make ubuntu desktop apps? [00:58] hello [00:58] Hi Kamilo! [00:59] My X server won't work anymore. I didn't change anything and I can't get in to X === HELP is now known as Guest60410 [00:59] @histo: nothing changed unfortunately [00:59] cc11rocks: You misunderstand. LVM is the term for Logical Volume Management. That consists of three layers: Physical Volumes (PV), Volume Groups (VG) and Logical Volumes (LV). physical disks/partitions are tagged as PVs. PVs are attached to VGs. LVs are assigned from the free space available in a VG. The LVs have file-systems inside them [01:00] MyUnity isn't launching. Why not? [01:00] I did everything exactly like u said [01:00] soliloquy1: It went out for launch maybe? :p [01:00] lo [01:00] lol [01:00] TJ-: I'm sorry - what do you mean? [01:00] TJ- Oh, I see...So I was asking the wrong questions most of the time, right? [01:00] soliloquy1: You'll have to provide much more information than that if we're going to answer that :D [01:00] sportsfreund, http://askubuntu.com/questions/125191/another-windows-7-entry-missing-from-grub2-question [01:01] i cant open my trash...can any 1 plz help [01:01] cc11rocks: not so much, you were focusing on how to use the LVs which is what you should be focusing on [01:01] cc11rocks: but it helps to understand how they are managed [01:01] JT-: I installed it and Unity (on a Xubuntu install) - Unity 3d Session launches fine. When I try to launch myunity, I get this error" "This application has raised an unexpected error and must abort. [6] Type mismatch: wanted Integer, got String instead. MDesktop.?.0" [01:02] kingnebex: check the ownership and permissions on ~/.local.share/Trash [01:02] hola [01:02] Additionally, I'd like to make that pesky launcher bar go away; I run a dock and don't need/want it. AT ALL. [01:02] Do I need antivirus for my windows virtual machine on ubuntu? [01:03] como configurar mi monitor en ubuntu ayudaaaaaaaaaaa [01:03] !es [01:03] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. [01:03] cc11rocks: the usual processs is "pvcreate /dev/sdXY" then "vgcreate MyVGName /dev/sdXY" then "lvcreate --size 10G --name boot MyVGName" [01:03] TJ- MBR > GRUB > LVM && /swap > PV > VG > (LV1 [/, /home]) && (LV2 [/, /home]) && (LV3[/, /home]) && (LV4[/, /home]) [01:03] cc11rocks: then you'd repeat the "lvcreate..." step for each LV you want to assign that will contain a file-system (ext4 or whatever) [01:03] vico_: #ubuntu-es por favor [01:04] cc11rocks: You can put swap in an LV too === mcdonc_ is now known as mcdonc [01:05] TJ- But wouldn't it better to just put it outside, since it can be used as a "general system" part (similar to the GRUB)? I'm talking about purely psycological/understanding [01:05] And you would only have to use the space for SWAP once [01:06] cc11rocks: If it is inside an LV you can always shrink/expand it in future if needed [01:06] vico__: ayuda en espanol es en #ubuntu-es [01:06] ok [01:06] cc11rocks: e.g. you double the RAM and need to double the swap to store the hibernate image [01:06] TJ- MBR > GRUB > LVM > PV > VG > (LV1 [/, /home]) && (LV2 [/, /home]) && (LV3[/, /home]) && (LV4[/, /home]) && /swap [01:07] cc11rocks: I reckon you should take a uni course on LVM - you'd get a distinction :P [01:07] Would /swap have to also be in a LV? [01:08] cc11rocks: it doesn't have to be in an LV... it could be in a primary partition on the hard drive, but then its fixed for ever in place [01:08] University course? I'm still in HS :( [01:08] cc11rocks: Go to top of the class then. I know many sys-admins can't get their head around LVM! [01:08] But if it was in the LVM, it would have to be in an LV? [01:08] cc11rocks: I won't confuse you with LVM+RAID :p [01:09] I understand the basics of RAID (more than LVM at least :P) [01:09] cc11rocks: Yes. All assignments are done in LVs. They are like partitions on raw hard disks [01:09] cc11rocks: Try getting your head around LVM+RAID+encryption ... that is fun for a weekend :) [01:09] TJ- Hopefully final : MBR > GRUB > LVM && /swap > PV > VG > (LV1 [/, /home]) && (LV2 [/, /home]) && (LV3[/, /home]) && (LV4[/, /home]) && (LV5[/swap]) [01:10] And I could add/remove LV's as neccessary, as well as change the size of each LV and partition inside eachh LV, correct? [01:10] cc11rocks: You have two swaps there. You only need one of them. [01:10] Hi, is there a command to terminate all programs? [01:10] cc11rocks: yes, that's correct... the beauty of LVM [01:10] Oh crap...I was editing that from earlier, forgot to remove it sorry [01:10] TJ- MBR > GRUB > LVM > PV > VG > (LV1 [/, /home]) && (LV2 [/, /home]) && (LV3[/, /home]) && (LV4[/, /home]) && (LV5[/swap]) [01:11] hello [01:11] gav: see "man telinit" and look at runlevel 1 [01:11] gav: "sudo shutdown -h now" ;) [01:12] to terminate all programs? [01:12] And how to move current sys to LVM? And it needs to be separated since everything is on "/" (it came like this, didn't/wouldn't have set it up like this)? [01:12] cc11rocks: looks good to me. I always have one LV for "/home/all/" and in that I put directories to mount shared LVs like VirtualMachine, BackUp, Media, SourceCode, Projects and so on [01:13] thank you [01:13] cc11rocks: doing the actual conversion is the hard part... you have to shrink what you have first. The best way is from a liveCD image [01:14] Hello People [01:14] hello [01:14] It's ~100GB or so...It's a 750GB drive, and with formatting above 600GB...So shrink, create LVM and such, then what? [01:14] can anyone help me with Respondus LockDown Browser Installation in linux ? [01:15] cc11rocks: so you'd do a "resize2fs /dev/sdXY 12G" for instance, to shrink sdaXY to 12Gigabytes. Then you'd shrink the partition sdXY. You can do that using gparted, the graphical partition editor [01:15] ubuntu [01:16] TJ- You are nuts using your time to teach n00bs (like me). I really do appreciate it. How did you learn this stuff (college?)? [01:16] pls can anyone pls suggest me good dvd burner and copier for ubuntu [01:16] cc11rocks: with the LVs created copy the file-system in sdXY (your existing primary partition) into on of the LVs, then get GRUB and the fstab correctly set up [01:17] cc11rocks: Nope. Just by doing it myself, and reading the manuals [01:17] Wow. You are very intelligent or/and have a TON of time [01:17] cc11rocks: :p [01:18] cc11rocks: It's more that I won't take no for an answer... I'll keep on banging my head at it [01:18] Ubuntu-10.04...which jre from the package manager for this distro [01:18] moes: check on http://packages.ubuntu.com [01:19] TJ- So once I do all of that run a grub-update or what? [01:19] From LiveCD? [01:19] cc11rocks: do that all from liveCD or live USB stick, whichever is easier [01:20] cc11rocks: then once it's done boot the new layout [01:20] TJ- But that WOULD be how I update the grub & fstab, correct? [01:20] om_rahul - i use Nero Linux . I laso use imgburn via Crossover linux. [01:20] cc11rocks: Yes [01:20] TJ- GRUB just autofinds everything? Recursive search on everything? [01:21] When running grub-update* [01:21] cc11rocks: It ought to, yes [01:21] TJ- well, thank you again for your patience and help :D [01:22] jagosix, thanks [01:22] k3b is ok at times. [01:24] can anyone help me with my problem? [01:25] my linux ubuntu problem [01:27] in gedit can you view ftp in the left column then push changes via it? [01:27] or is that not possible [01:28] guys. i seem to not be getting any sound with nvidia hdmi audio [01:28] been trying for hours [01:28] pulling what little hair out i left' [01:29] anyone ran into these issuesim using the gt210, themodule is hda-snd-intel [01:29] Allan - I feel your pain [01:29] jagosix, you used hdmi audio before? === brian__ is now known as brianfreud [01:30] tried to , but i hope you get better help here than i did. [01:31] ERROR: data type text[] has no default operator class for access method "gist" [01:31] oops wrong chan [01:33] I need help with Respondus LockDown Browser Installation in ubuntu linux. [01:34] jagosix: that's not a commonly used app looking at it. Maybe you should be askingo f their tech support team [01:34] jagosix: You should ask their Support team [01:34] Help please: When trying to re-size a window, there is only like a 1 pixel threshold, so it's hard for me to grab the side of the window to re-size it. Any way to change this to like 4 pixels? [01:35] TaJMoX: what version of Ubuntu? I used to have that problem but it seems to have got better (or I've got more accurate) in 12.04 [01:35] TJ 12.04 [01:35] The window borders are like 1 pixel wide >< [01:35] TaJMoX: hmmm... not sure if its possible to widen the frame/grab wdith [01:35] Sytem settings mouse and touchpad TJ [01:35] I used to use XFCE and didn't have that problem [01:36] TaJMoX: I believe it's a "Unity thing" [01:36] TJ I'm pretty sure it's a GNOME window manager thing [01:36] TaJMoX: though I have no idea how you'd grab the borders if using a touch screen! [01:37] TJ I'm using a regular mouse. I find it's easier to grab from the lower right corner, there seems to be like a 10 pixel area there. [01:37] But if I want to grab by the left or top side, it's tough. TJ [01:38] With Compiz installed, it's easy to ALT+MOUSE3 to resize... but compiz doesn't work well on this computer [01:38] I just regenerated the thumbnails and it's still screwed up...odd [01:38] wrong chat.. [01:38] TaJMoX: I see that as an alternative, Alt+middle mouse-drag will work [01:39] TJ, also have that problem using xfce 4.10, but the top corners have a larger threshold [01:39] hey so I' [01:39] TJ oh it seems to work without compiz ... haha I thought it was just...nvm [01:39] Wow. [01:40] hey so I've decided to run with unity, but I don't like the sidebar on both monitors, any way to have it on just the one? [01:40] benjo in xfce I seem to remember it being easy to make the window borders larger [01:41] con-man: There's a PPA I used to use, that contains a patched unity that only uses one screen. But not sure if it is still current [01:41] TaJMoX: https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/878198 [01:41] Launchpad bug 878198 in metacity (Ubuntu Precise) "Difficult to grab window borders in unity-2d" [Undecided,Confirmed] [01:41] TaJMoX: there are fixes posted there [01:41] TJ-, reluctant to use a hack, can it be done in the settings somehow? [01:42] Thanks histo [01:42] con-man I've seen it somewhere in some setting ... I recently installed 12.04 [01:42] con-man: all settings > displays you can choose to have the launcher on all displays [01:42] There ya go =) [01:42] histo, you'll be glad to hear I've ditched the cube [01:43] HELP: In Mouse Settings, acceleration and sensitivity are set to 0, and changing it does nothing to change my mouse cursor speed [01:43] By "set to 0" I mean the slider is all the way at low [01:45] just discovered i have the same problem... [01:45] con-man: not that I know of, and I looked hard [01:46] hey Taj [01:46] slide the "sensivity" up [01:46] [hi].. [01:47] i thinked be the alone awake [01:47] Montanhax2 It does nothing to affect my mouse cursor's speed [01:47] Nor touchpad. [01:48] I rebooted after installing some updates and now I have no X windows. My xorg.conf has not changed and restarting lightdm does not help, do I need to re-install ? [01:48] Thankfully, my mouse and touchpad speeds are OK, but I'd like to fine-tune them. [01:48] Erin: check /var/log/Xorg.0.log [01:49] =( xorg is broken.... has been for a while (in terms of stability/graphics compatibility) [01:49] TJ-, im not an expert in log files here is mine. http://paste.ubuntu.com/1151808 [01:50] If installing updates kills your GUI, the OS you have chosen has major issues. [01:50] The pros out weigh the cons however =) [01:50] Operating systems are in their infancy still. But ... hate to say it, other OS'es don't do that. [01:51] Erin: FYI you usinally want to check for an EE (error) in xorg.X.log - you don't have any :| [01:51] s/usinally/usually/ [01:51] I really need my GUI back any ideas? all I did was update [01:51] can I completely reinstall Xorg somehow ? [01:51] Erin: Easier to re-install Ubuntu [01:52] TaJMoX, not really... [01:52] Than re-install xorg? Yes.. [01:52] If it was a fresh install anyways, why not? [01:52] it was not. I had everything just the way I like it. and If I do a fresh install and update again who is to say the issue wont come back [01:52] Ohhh I thought you said it was fresh install [01:53] <_DanN_> dpkg-reconfigure xserver-xorg ? [01:53] _DanN_ the man [01:53] yea that did not help ;-( [01:53] <_DanN_> I might be wrong with package though [01:53] Erin: these sort of issues (breaking from updates) is not uncommon with ubuntu. with other distros it's unheard of... [01:53] I've been away from Linux for 6 years, I feel so nooby. [01:54] <_DanN_> do you have access to this xorg*log file ? [01:54] <_DanN_> .. sorry I wasn't following discussion .. [01:54] Erin: From that log it isn't clear why it is closing. Something is causing the X server to close cleanly as soon as it starts [01:54] _DanN_, http://paste.ubuntu.com/1151808 [01:55] startx [01:55] I don't even know why I updated when everything was working good. [01:55] error? [01:55] test.. [01:55] kris_Rock PASS! [01:56] startx says the user isnt authorized [01:56] if id o it with sudo it uses the wrong file.... [01:56] Erin - sudo startx [01:56] Erin: are you logged in as root, or using sudo? [01:56] <_DanN_> omg ... sudo for startx ? [01:56] Erin: show me "/var/log/lightdm/lightdm.log". you'll need to use "sudo" to get to it since it's root-only [01:56] i am logged in as a regular user, [01:57] Can someone give me a quick explanation why I can't 'put' to the tftp server on my ubuntu 12.04, but I can get fine? [01:58] http://paste.ubuntu.com/1151818/ [01:58] shawny: permissions? [01:58] this is really frustrating.......... [01:58] Erin: [+0.75s] DEBUG: Failed to start greeter [01:58] drwxrwxrwx 2 nobody root 4096 Aug 16 21:23 tftpboot [01:58] TJ-, alright, whats that mean ?> [01:58] Erin: show me /var/log/lightdm/x-0-greeter.log [01:59] is it the root group that is doing it? [01:59] <_DanN_> ps -ef | grep X [01:59] TJ-: what is greeter? [01:59] shawny: which package are you using to provide the tftpd ? [01:59] I installed xinetd [01:59] TJ-, http://paste.ubuntu.com/1151821 [02:00] Erin: rror writing X authority: Error writing to file: No space left on device [02:00] with tftpd and tftp [02:00] Erin: There's your problem. out of disk space [02:00] <_DanN_> lol :-) [02:00] Erin's problem is GDM [02:00] rofl!! [02:00] LMFAO. [02:00] Ohhhhhh [02:00] hahah [02:00] can someone tell me if 1 gb of ram is enough to run ubuntu 12.04 [02:00] There needs to be a service that always monitors disk space =\ [02:01] That's so annoying., [02:01] <_DanN_> matts45acp: it is [02:01] <_DanN_> matts45acp: depends what are u expecting from the system [02:01] !requirements | matts45acp [02:01] matts45acp: Hardware requirements to install, boot and comfortably use Ubuntu are listed at https://help.ubuntu.com/community/Installation/SystemRequirements - For a !flavor with lower requirements, see !Xubuntu or !Lubuntu [02:01] TJ-, ok so I deleted stuff, what do I do now? [02:01] shawny: OK... let me check. I run a PXE boot server with tftp but I don't think I've ever needed to 'put' [02:01] <_DanN_> Erin: service lightdm start [02:01] <_DanN_> Erin: service lightdm restart [02:02] Erin: check how much space you've got on each file-system using "df" ... you need at least 5% free on the / file-system to be OK [02:02] Insufficient disk space is always a welcome cause to problems [02:02] Erin : df -h [02:02] Erin: that 5% is reserved for 'root' user processes [02:02] i got it down to 76% [02:02] I'm putting Cisco CME load files on my tftp server (no room on the router) and when I create cnf files it has to put them there too, otherwise I wouldn't need to put either. :( [02:02] You should always have 25% free [02:02] it says lightdm is already running [02:03] Erin: OK, you should be good to go with "sudo service lightdm start" [02:03] TJ good catch [02:03] i feel so stupid. I ran a script earlier today to convert some music. it outputted to the wrong drive apparently [02:03] so when I rebooted it was full [02:03] I spent 3 hours trying to fix this ;-( === Jake__ is now known as jclbrt [02:03] Erin: We all do it; least you didn't go reinstalling :D [02:04] Erin: It's always the simple things - remember that! [02:04] whats funny is === jclbrt is now known as johnjacobjinger [02:04] On a related subject, can I show how much % free disk space on the Ubuntu 12.04 top panel? [02:04] i have fixed this exact problem for a friend before. === johnjacobjinger is now known as johnjacobjingerh [02:04] but had no idea it was my problem now [02:04] Erin: I often get bitten by assuming something complicated when its something simple, and wasting hours finding out [02:05] Erin: But my advise is always.... read the logs! [02:06] how to use .net in ubuntu. please help [02:06] !mono [02:06] TJ-, thank you so much dude you have no idea. [02:07] Erin: You're welcome :) [02:07] I just rebooted and my gui is back woo hoo [02:08] when I am trying to install software from software center but it gives the error "Failed to download package files" please check your internet connection [02:08] I need to take a snapshot of my ubuntu install (while everything is working lol) [02:10] <_DanN_> Erin: it will work later as well ;) unless you have very old HW === scottas is now known as zz_scottas [02:13] <_DanN_> bharath: r u from india ? [02:13] _DanN_: yeah [02:14] <_DanN_> bharath: I thought so ... how about checking DNS settings ? how about checking the stuff it's telling you to ? [02:14] Erin, a clone? I use clonezilla [02:15] <_DanN_> bharath: ping would be my first step [02:15] yea i use clone zilla [02:15] saves sloe loads fast [02:15] slow* [02:15] Dr_willis i have mono already installed now how to use it to compile .net program [02:15] TJ-, I spoke too soon though, my X server is back but on the greeter window when I type my PW it goes black and then comes back to the login screen? I can login with SSH same credentials === fernando is now known as Guest55900 [02:16] Erin: hmmm... log files! [02:16] i avoid problems with the x server simply by not using a GUI [02:16] TJ-, lol ok hold on [02:16] johnjacobjingerh: I avoid white lines in the middle of the road by not jay-walking... doesn't get me very far though! [02:17] <_DanN_> Erin: there must be something in your ~/ .. something like .X... [02:17] <_DanN_> look into these files [02:17] Probably a file got corrupted due to lack of space [02:17] TJ-, http://paste.ubuntu.com/1151832 [02:17] _DanN_: .Xauthority? [02:18] I removed X authority let me try to log in now [02:18] problem is i gotta run up and down the stairs [02:18] like 300 times tonight i am getting my excercise [02:18] <_DanN_> Erin: if I was in your shoes I'd check df -h first ;-) [02:18] Erin: removed? [02:19] Erin: Did you back it up? [02:19] haha nope probably should have [02:19] yea my disk use is down to 57% [02:20] Erin: Maybe that's a wrong choice. I'm afraid you cannot start X programs any longer. [02:20] how do i show a little bit of ifconfig at a time? i cant see all the output [02:20] Erin: no clues in that log. How about /var/log/lightdm/lightdm.log ? [02:20] multipass|2, ifconfig | less maybe? [02:20] <_DanN_> ~/.Xauthority is created automatically everytime you start X server [02:21] multipass|2: ifconfig | more or ifconfig | less [02:21] Sorry! [02:21] Im on the third step and Im getting this "mount: special device /home/users does not exist" [02:21] http://askubuntu.com/questions/21923/how-do-i-create-the-xauthority-file [02:21] ahh ty ty, less was what i was looking for [02:21] https://help.ubuntu.com/community/SettingUpNFSHowTo [02:21] It seems that in new Ubuntu, there's no Xauthority [02:21] TJ-, http://paste.ubuntu.com/1151836 [02:23] <_DanN_> coldpizza72i: I think syntax you're using is wrong [02:23] TJ-, cant open x programs over SSH right now again either. this is weird. [02:23] <_DanN_> coldpizza72i: paste the command you're typing in terminal to mount remote resource ... [02:24] <_DanN_> Erin: ssh -X user@box [02:24] Erin: are you using ssh -X [02:24] yea I have been the whole time it worked after he had me fix my free space issue [02:24] rebooted and now it doesnt work again [02:24] Erin: [+338.72s] DEBUG: Failed to load session file /usr/share/xsessions/xubuntu.desktop: No such file or directory [02:24] <_DanN_> hehe [02:25] <_DanN_> change the window manager [02:25] but i like xubuntu! [02:25] Erin: Are you using xubuntu!?! [02:25] can I download a new file and copy it ? [02:26] <_DanN_> aptitude install gnome-session Erin [02:26] yea i am xubuntu 12.04 64bit [02:26] i alrdy have gnome-session installed it says [02:26] can anyone help me ssh into my ubuntu virtual box, it has a host only adapter setup at 192.168.56.101.. but im unable to contact it [02:27] Erin: OK ... that explains why it'd expect that file, but not why it's not there or whether it ought to be! [02:27] TJ-, i did not delete that file manually. [02:27] so idk where it went. [02:27] Erin: I didn't think you did :p [02:27] <_DanN_> multipass|2: do you have default route set up ? [02:27] haha just stating my innocence [02:27] multipass|2: did you setup a bridge in virtualbox? [02:27] ifconfig|grep Bcast [02:27] sorry [02:28] _DanN_: http://pastebin.com/iCUFFtXq [02:28] so what do I do geniouses :-) [02:28] Erin: that file can't be important. It's in a package that is in the Universe archive [02:29] Hello! I'm new around here. Need help. [02:30] _DanN_: I don't have any problem with internet connection [02:30] <_DanN_> coldpizza72i: mount -t nfs remotenode:/export/users/ /home/users/ [02:30] TJ-: most of xubuntu is in universe [02:30] TJ-, i fixed it! logged in to unity / gnome-session or whatever [02:30] <_DanN_> coldpizza72i: this is my guess ... [02:30] and then logged in to xfce [02:30] !ask > jackdeth [02:30] jackdeth, please see my private message [02:30] trism: Is it?! [02:31] <_DanN_> bharath: how about DNS ? [02:31] histo: well i have it setup in vmware... and im able to get my samba shares from the vbox, so i know somethings working [02:31] I will be right back gonna log in from my linux machine [02:31] multipass|2: is ssh listening on 22 ? [02:31] Erin: if that missing file is important lets check if its package is installed: "dpkg -l xubuntu-default-settings" [02:31] _DanN_: by running sudo apt-get update solved my problem [02:32] Was the program rclient removed from the repo? [02:32] <_DanN_> bharath: cheers ! ;) [02:32] I have Ubuntu 12.04 machine. Started with one user account. Added a second user account. First account has full admin privileges. I want the second to have admin rights to install, etc. but don't want that account to be able to modify or delete other accounts. How do I do this? [02:32] multipass|2: also make sure you didn't install a firewall that is blocking port 22 [02:32] histo: well im not even able to ping 192.168.56.101 -- so something is wrong [02:33] jackdeth, you can do it in users in 12.04 [02:33] multipass|2: then how is samba working? [02:33] user accounts that is [02:33] histo: well i just mapped "\\multipass\sites-available" and it works fine [02:34] jackdeth: http://askubuntu.com/questions/64889/give-permission-to-user-only-to-install-applications [02:34] jackdeth: You'd create a rule in /etc/sudoers for that user that prevents them using the user{add,mod,del} {add,mod,del}user programs and you'd prevent them accessing /etc/passwd /etc/group and /etc/shadow [02:35] multipass|2: did you install a firewall? [02:35] no password is a bad idea [02:36] Was the program rclient removed from the repo? [02:36] What custom settings does Ubuntu use for GRUB? I switched to Arch's version of grub, because Ubuntu's was having trouble, but now when I boot ubuntu instead of showing the loading graphic it just sits at a blank screen until it's booted [02:36] diverdude: I can't find "rclient" listed in apt-file search [02:36] conley, what problems were you having to do this? [02:37] conley: probably the "nomodeset" kernel command line paramater [02:37] 大家好 [02:37] !zh | kenchowcn [02:37] kenchowcn: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [02:37] wilee-nilee: Ubuntu wouldn't recognize Arch unless Arch's partition was mounted during the last run. No big deal though [02:37] TJ: Oh, because it [02:37] histo: no firewall.. ok this is annoying -- i was able to ssh into the vbox with the hostname "multipass" -- but id really like to know the ip lol [02:37] TJ-: it's trying to run at default resolution? Would that do it? [02:38] multipass|2: once you're in type in ifconfig [02:38] conley, so when you say you are using arch's grub you nean you gave arch grub control? [02:38] multipass|2: the ip must have changed on you [02:38] hi,all [02:38] mean* [02:38] conley: Could be. You can change grub to use text-mode [02:38] wilee-nilee: yes, it does a better job with autodetect; there might be a bug in Ubuntu's current version [02:39] histo: for the host only its -- :192.168.56.101 [02:39] easiest way to get the IP is to use "ping -n hostname" [02:39] TJ-: well grub works fine, it's just once I'm out of grub and into ubuntu [02:39] multipass|2: once you are ssh'd into multipass type ifconfig in there [02:39] Anyway TJ- it looks like you hit the nail on the head, thanks :) [02:39] back! [02:39] conley, Do you have arch in a regular partition a ext and not encrypted? [02:39] TJ - could you tell me exactly how I would word that? Would this go under the "user alias specification" section? [02:40] conley: Yes... if GRUB sets up in GFX mode it can cause plymouth the graphical splash controller problems. [02:40] wilee-nilee: Yep, plain ext4 partitions, one for /home and one for root [02:41] histo: ok so somehow the eth0 and eth1 are.. messed up or something. Im able to ssh to the NAT, and not into the host only [02:41] histo: and the NAT is 192.168.147.128 [02:41] conley, strange I have run into a few distros that grub need a custom file to boot I'm surprised with arch. [02:41] TJ-: whats funny is after all that, the network card i wanted to install today just works. Haha. [02:41] jackdeth: If you mean my sudoers suggestion, it's a very advanced way to do it. I was answering your precise question, but I suspect what you actual want is something different that "they can do everying except change users/groups" ... think more about what you want them to be *allowed* to do and create a rule for that only... its easier to do that than create exclusions [02:42] Erin: Are you sorted out? [02:42] Erin: if that missing file is important lets check if its package is installed: "dpkg -l xubuntu-default-settings" [02:42] wilee-nilee: Well, it was working previously; like I said, I'm pretty sure it's a bug, and a reported one, what's more [02:43] TJ-: there used to be one for remote desktop [02:43] TJ, actually that's EXACTLY what I'm talking about. I'm making this computer for a member of the family. I want her to have full reign of her computer. However, I want to maintain admin rights. I don't want her to be able to create, change, or delete user accounts or change user privileges on her own. [02:43] TJ-: http://pastebin.com/Zv78gsPM [02:43] diverdude: I think the RDP client has changed recently because the previous one wasn't being actively maintained by devs [02:44] jackdeth: Ouch! It'd take me a while to figure it out for me... its an advanced task [02:45] Erin: ok that leading "rc" means removed but config files remain [02:45] how can I get hdmi audio threw my browser? [02:45] Erin: which implies it was installed at some time and has been removed... have you been playing with "apt-get remove" ? [02:45] TJ-: for some reason the original solution for connecting to a VPN network using vpnc and rclient is now completely out of order :( [02:46] diverdude: what kind of VPN? IPSec, openvpn, PPTP ? [02:46] maybe try: sudo chmod 777 /dir/for/tftp/files [02:46] TJ-: Cisco [02:46] TJ-: nope [02:46] sorry...that was late. [02:46] TJ-: so reinstall it? [02:46] ignore me [02:46] alright, I just read that in order to 'put' to the xinetd tftp server you have to already have a file with the same name in there? so what if you are doing something that generate a bunch of different files?!? [02:47] diverdude: cisco is IPSec isn't it? [02:47] TJ-: yeah i think so [02:47] Erin: It's worth a shot yes [02:48] TJ-: ahh yes, it was not installed and it installed some greeter stuff [02:48] TJ-: i can install vpnc and replace the vpnc script file in /etc/vpnc fine, but the --dpd-idle 0 switch no longer works so connection is being dropped, and i cannot connect with vinagre and rclient dont exist anymore :( [02:49] diverdude: From what I can figure, openswan has become the preferred for IPSec/L2TP ... can't explain why though [02:49] diverdude: let me look at the source of vpnc [02:51] TJ-: any info there? [02:52] is there away to change the audio output in google chrome? [02:53] TJ-: thanks so much. gonna reboot to make sure everything is cool. [02:53] diverdude: give me chance! [02:54] Can someone point me in the direction of a good guide to installing (K,L,X)ubuntu from a network..? [02:55] TJ-: oh sry :) [02:55] diverdude: The option is still in there: http://paste.ubuntu.com/1151882/ [02:56] diverdude: You can put "DPD idle timeout (our side) " in the config file too [02:56] !install | iharp have a read [02:56] iharp have a read: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [02:58] Hi, I'm using 12.04 desktop. I'm trying to copy some files into /opt from the desktop and I'm getting a permission denied message. I'm the only user on the system, why can't I move files into that directory? [02:58] TJ-: i managed to connect also with vpnc-connect, i dont know if i will get dropped at some point though...But for some reason vinagre will not connect. I can ping the server just fine [02:58] diverdude: the default is "300" (seconds I'm guessing) ... 0 means turn it off [02:58] TJ-: what remote control desktop do you usually use for windows? [02:58] TJ-: i will try the dpd-idle again if i get dropped [02:59] diverdude: I don't [02:59] TJ-: ok [03:01] Giddeon, what do you need to use /opt for [03:02] TJ-: i got dropped...yeah you are right...its not complaining about the dpd-idle flag [03:02] im trying that now [03:02] Could some one help me with this error. No apport report written because MaxReports is reached. I am currently updating to Pangolin and this message showed up while downloading dropbox [03:03] diverdude: good luck... bed-time here! [03:03] TJ-: but when i try to connect with vinagre it says connection is closed [03:03] TJ-: even though i can ping [03:05] I am trying to connect to a windows desktop via vinagre, but when i press connect i get "connection is closed". I can ping the server just fine. I know remote desktop is working on the server, (i can do it from a windows client). What is going wrong? [03:06] Is there away to easly switch back from audio devices [03:07] diverdude: from what I read the RDP issue is caused by the Windows client not supporting the protocol version that the Ubuntu client is using, so the connection authentication fails. [03:07] TJ-: hmmm it just used to work from my ubuntu machine :( [03:08] diverdude: see this as a possible solution http://ubuntuforums.org/showpost.php?p=11985157&postcount=13 === aaaas is now known as aaas === RJ_F1__ is now known as RJ_F1 === johnny is now known as Guest38592 === Guest38592 is now known as |johnny| [03:12] <|johnny|> Is there a Unity handbook that can help you get used to it? I'm having a hard time figuring it out. === jeff_ is now known as n1ywb [03:13] <|johnny|> For example, I don't know how to add and remove applets from the desktop sidebar [03:13] |johnny|, Drag them onto it [03:14] <|johnny|> ooh I'll try that thanks ParkerR. And also whoever suggested it, thanks for the tip about control, alt and T [03:15] <|johnny|> I wanted the terminal on the sidebar and they suggested I use control, alt, T instead. [03:15] Hey I'm looking to enable javascript on the Wine Internet Explorer installed with winetricks, how can I go about doing this, as it does not seem to have traditional IE settings menu ( the winehq channel is cold, no responses) [03:15] 2 [03:16] nvm got it [03:16] so I'm trying to get an ISO copied onto a USB [03:17] how do I do this [03:17] aqqin: unetbootin? [03:17] !unetbootin | aqqin [03:17] aqqin: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [03:17] someone told me to just straiight-up copy it [03:17] aqqin, thats wrong [03:17] depends if you want it as a .iso file or if you want to "burn" the iso like you would a cd/dvd [03:17] copy the contents on the USB [03:17] unetbootin doesn't work [03:18] was tsclient also removed from the repos? [03:18] aqqin, did you mean dd or cp [03:18] bazhang, I meant cp. Someone in a different channel said dd isn't suitable [03:18] aqqin, what distro [03:19] it's not a distribution-specific issue [03:19] aqqin, sure it is [03:19] Anybody know offhand if there's a way to reboot my 12.04 box but run a command so the next time it boots up it does a disk check? Sort of like chkdsk /f in Windows where when it comes back up it finishes it before the system presents the user with the desktop. [03:19] I'm using openSUSE [03:19] aqqin, whats the iso of [03:20] Windows 7, bazhang. [03:20] * RJ_F1 facepalms [03:20] aqqin, whats the connection to Ubuntu here [03:20] maybe he's drinking ubuntu cola? [03:20] or wine. [03:20] (lololol) [03:20] ayye [03:21] Well, #SUSE won't help, #windows won't help ( but they said YOU GUYS would be more helpful) [03:21] Roasted, force a file system check you mean? [03:21] aqqin, what exactly are you trying to do? [03:21] aqqin: see the SUSE forums. [03:21] bazhang, yes, I'm trying to find a way to do it (hopefully) without a live cd. I got to thinking maybe I could run a command to trigger the system to do a fsck when it comes back online [03:21] bazhang, online as in, booting. [03:22] Roasted, I'm trying to install windows via USB [03:22] aqqin, Okay, so you have a Windows 7 ISO on a USB flash drive. Right? [03:22] Roasted: I have the ISO, but it's not on a flash drive [03:22] it looks like hes trying to "burn" the iso onto the USB drive [03:22] aqqin, okay, so you want to get the ISO onto the flash drive? [03:22] Yes [03:22] YEs [03:23] windows installation is off-topic. [03:23] Hey I need to create an instruction manual for installing some shower doors, and I am looking for a very basic 3d drawing program where I can draw the parts and illustrate them into steps [03:23] Which brings me to a question that already came up - What is it about your scenario that ties into Ubuntu? [03:23] suggestions? [03:23] Akiva1: there is google sketchup [03:23] Akiva1: google sketch [03:23] Roasted, Because I'm using a Linux distro to copy the ISO [03:23] http://www.ristopakarinen.com/home/media/1/ikea.gif looks something like this [03:23] Sorry, GNU/Linux*... [03:24] RJ_F1: cfhowlett: needs to run on linux. Sketchup is sketchy [03:24] aqqin, ##linux [03:24] aqqin, Well unfortunately the #windows guys were incorrect. This issue isn't Ubuntu specific... which is what this chat is for. [03:24] aqqin, that being said, I often get help in the off topic chat (ubuntu-offtopic) with semi related Linux bits like this. [03:24] :/ [03:24] aqqin, however, between you and me, if unetbootin can't do the job, I have no idea what will. [03:26] please show your working ~/.vnc/xstartup file for gnome [03:26] Hey I'm looking to enable javascript on the Wine Internet Explorer installed with winetricks, how can I go about doing this, as it does not seem to have traditional IE settings menu (#winehq is silent) [running ubuntu 12.04] [03:27] I already tried gnome-session, gdb, x-window-manager, x-session-manager none of them launches gnome in the vncserver [03:27] aqqin - look at your private chat [03:27] so my find command isn't working [03:27] lukas@lukas-linux:~/Documents$ find . -name *.avi [03:28] and it just hangs [03:28] I don't know what to do [03:28] I wish I could get Precise to boot on this A1286 MBP. [03:29] I downloaded the +mac iso, and it starts to boot, but eventually hangs at a black screen. [03:29] Anyone know what I can do? === andre__ is now known as Guest70179 [03:30] Hi, anybody can give me the name of a channel of Ubuntu in spanish lg? [03:30] !ubunt-spanish|Guest70179: [03:30] Guest70179, #ubuntu-es [03:30] I am able to change the bootloader options. Any clue what may help? [03:30] Thanks [03:31] whats the difference between ubuntu and debian [03:31] ? [03:31] lots [03:31] is one better? [03:31] Gateway, a good topic for #ubuntu-discuss [03:32] k [03:32] Hi, I'm using 12.04 desktop and I'm the only user. I'm trying to install an application and I thought I'd put it in /opt. For some reason I don't have permission to copy files into /opt. How can I get around this? [03:32] Giddeon: sudo? [03:32] lrusak: If it doesnt' work try 'find . | grep .avi' [03:33] cfhowlett: I'm trying to copy using the desktop, not the command line [03:33] thanks [03:33] Giddeon, copying what to /opt [03:33] don't know why the . doesn't seem to be working, figured it would search the current directory [03:33] I swear it worked before [03:33] bazhang: copying the Rubymine application files. I wanted to install it there [03:34] Can someone help me? I'm trying to install Ubuntu onto this brand new laptop, but it is staunchly refusing to let me boot it from the USB. [03:34] arrrrrrrrg if something works then why fix it....i hate when people fixes things that work to make it unwork [03:35] Brokencomputer: first thing; did you md5sum check your iso? [03:35] lrusak: The '.' is correct, you are in Documents as demonstrated. It's your '*' that goofs up. [03:35] ok, hmm [03:35] md5sum? [03:36] shasum to be proper. [03:36] !checksum|Brokencomputer [03:36] Brokencomputer: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [03:36] B0g4r7: thanks [03:36] Thank you, sir. I'll... check back once I've done that. [03:36] Brokencomputer: i'll be here for awhile [03:37] Just to keep it on topic, to create a bootable Windows USB drive from within Ubuntu try this. http://www.webupd8.org/2010/10/create-bootable-windows-7-usb-drive.html [03:37] This was for aqqin. [03:39] lrusak: I see what you mean. You can use your command if you put '*.avi' in quotes. That'll do for you I suppose. [03:39] thanks w4sp [03:40] hi, if anyone is available I'd like to know a bit about getting a VPS to run linux server; more so are there any preferred providers? [03:40] I got it sorted now [03:40] can anyone assist in getting firewire working? [03:40] Cfhowlett: It said the check sums are equal. [03:41] Brokencomputer: moving on then...what method did you use to create the startup usb? [03:42] The... universal USB installer, I believe it was. The one it tells you to get on the "create bootable USB stick on Windows" page. [03:43] Brokencomputer: OK, then you source media is probably good. next up is boot options ... [03:43] !nomodeset|Brokencomputer [03:43] Brokencomputer: 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 [03:43] heya guys, anyone know _libtcl_ is part of which package? [03:45] why can't I create a new folder inside my Home directory through the GUI in 12.04? [03:45] I'll try that, jackdeth [03:45] why is vncserver saying "Unknown option: -geometry"? [03:45] scratch that, apparently the menu works even though it's grayed out [03:45] have you messed with thee permissions? [03:45] Can someone help me get my network adapters to play nice? I have eth0 wired ethernet and wlan0 wifi N and if I enable one, the other gets disabled. I am using WICD. I want to run them both at the same time. [03:45] *the [03:46] Well... see... that requires I can get the USB to boot at all. [03:46] argh... vncserver is a perl script... [03:47] Brokencomputer: wait you get NO action on booting the USB? [03:47] I'm getting absolutely nothing. It bypasses the USB entirely and runs Windows. [03:47] yeah i have some computers thaqt wont boot from working USB images [03:47] same [03:48] Brokencomputer: verify the USB by booting it in a differnt computer. if it works, it ain't the USB ... [03:48] and 1 laptop that wont boot from a perfectly good DVD drive [03:48] Right. [03:51] Brokencomputer: if the USB confirms as working, then it's gotta be your bios. I'd say temporarily disable booting the hdd and leave USB boot as the ONLY option. [03:52] when i try that i get a no boot device error [03:53] !who [03:53] 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 :) [03:54] dudes...unity is a mess [03:55] sorry...chicks to...i guess People...unity is a mess [03:55] apt-get remove unity ; apt-get install gnome-session-fallback [03:55] cheers [03:55] ya.. [03:56] cfhowlett: Actually... it may just be the USB being difficult... the computers are finding it VERY hard to recognize it. [03:56] well im auto removing it..im stripping it out [03:56] Brokencomputer: usb's are cheap ... [03:56] gonna use xfc4 [03:56] That they are. And I have a spare. [03:56] grenda1: fair enough [03:57] i like gnome..but i like gnome2 i just finally got comfortable with it..now..the whole damn world is on this "one crappy interface for everything" kick [03:58] brb i want to make sure gdm is working... [03:58] family machine [03:58] gnome-session-fallback is "essentially" gnome2 [03:58] unity is nice when you get used to it. it was a shock for me as well; but you get used to it :) [03:58] its the invasion of touch technology and the kinect === FlannelKing is now known as Flannel [03:59] ya but RJ_F1how long will it be supported [03:59] true story [04:00] well only thing thats bad in unity is browsing apps [04:00] onlything bad in unity is unity [04:00] any wine experts on yet that know how I can enable javascript on wine's ie8 ? [04:01] google has proved unhelpful. [04:01] RJ_F1:maybe playonlinux can help? [04:09] ya and wow..things like...o i dont know the show desktop key combo ..actually works [04:12] what is the name of that stupid app that lets you just start typing the name of an app and it autocompltes it [04:12] dash? [04:13] that was the only thing i unity that worth a crap [04:15] how can Iget my volume buttoms to work with both sound cards [04:16] i just saw an article on that today [04:16] hold on [04:16] okay [04:16] grendal it is synapse or gnome do [04:16] no.. [04:16] i dont think so anyway [04:17] its like aples spotify..sort of deally bobber.. [04:17] lol im in windows n cant reboot to linux right now [04:17] tab button scrolls through autocompletions anyway doesnt it? or is that terminal only? [04:17] you know on gnome3 its right at the top of the applications thang.. [04:17] there is a type for search [04:17] hello all [04:17] i love you all [04:17] :D [04:17] oh nevermind. the article im refurring to was hardware specific to IBM n Lenovo [04:18] nezi...ok but my wife will only let you stay if you do the windows [04:18] ;/ [04:18] anyone here ever configured a squid3 proxy server ? [04:18] ;D [04:18] and Nezi you have to get in line behind Mila kumis [04:18] !proxy [04:18] Several Ubuntu channels prohibit access from open proxies and other anonymous connections due to a high level of abuse. The supported ways to hide your IP address on freenode are to use !Tor or get a !cloak [04:19] wtf? [04:19] are you asking what wtf means? [04:19] why would you show me !proxy [04:19] ? [04:19] thanks you grendal [04:19] im configuring one, not asking for proxies [04:20] np...the cottage is empty and we are not allowing any more hawains in it. The partys were just to much. [04:20] anyway can i use chrome+ in ubuntu? [04:20] so after we replace the furniture...ill let you know...do you have a french maid outfit..and if not whats your size? [04:21] chrom in ubuntu yes...+ i have no idea what that is [04:21] ok i understand thx [04:21] I was here yesterday asking about upgrading php 5.3.2 to 5.3.3 on 10.04LTS. It sounded like that isn't straightforward. I gathered that I could go through a 3rd party repo to do it but it didn't sound pretty. I'm fairly noob for ubuntu / repo's, so I wonder what the real issue is. Does this mean there's no official php past 5.3.2 for 10.04LTS? [04:22] ? thats a lot of questions [04:22] fair answer :) [04:22] i dev on alot of php...there is no problem upgrading to 1204 and php...not that i have experienced [04:22] no, 10.04 [04:22] what directory should I install an application that I'm installing manually? [04:22] on a server? why? [04:22] ok, the question... [04:23] giddeon /opt [04:23] Giddeon, i think [04:23] what is the spotify type app for ubuntu..grrrr [04:23] you people are going to make me use ubuntu again!! [04:24] Hey friends, how can i fresh install linux without losing my installed applications? [04:24] on a server no, I'm talking my local 10.04 dev box. And yea I'm gonna get a drive and start 12.04 new. I'm just wondering why it's not easy getting my 5.3.2 to 5.3.3 [04:24] i mean google that is === Rajesh is now known as Guest1496 [04:24] grendal: Thanks. I'm trying to do that, but I can't seem to copy/paste a file into that folder through the GUI. Do you know how I can enable root access in the GUI? === cjsarette is now known as kalimist [04:24] Giddeon [04:24] firs open terminal [04:25] sudo -s [04:25] type in your pass again ..then run nautilus [04:25] it will allow you to use the nautilus file manager as root then [04:26] or you could sudo to root and do it the old fashoned way. [04:26] who can use eagle [04:26] do I just type "run nautilus" in th terminal? I get an error that run isn't found [04:26] cp filenamestart filenameend [04:26] no [04:26] just nautilus === xmath279_ is now known as xmath279 [04:26] !gksudo | Giddeon grendal [04:26] Giddeon grendal: If you need to run graphical applications as root, use « gksudo », as it will set up the environment more appropriately. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why) [04:26] actually naut and then press tab. [04:27] is there an app where I can get more sound settings? [04:27] ya bazhang i know i know...im just keeping things simple [04:27] grendal, your advice is wrong [04:27] apt-get install alsamixer? [04:27] alright alright.. bazhang then you should have [04:28] bazhang, ubottu, grendal: thanks for the advice, it's working [04:28] ..grrr sorry Giddeon use gksudo nautilus [04:28] yep [04:28] there is a gnome plugin for doing that to.. [04:29] so you an right click on the folder...open as admin type thing [04:29] (if you are from windows world you might want to install that) [04:31] grendal: thx, I'll check out [04:32] i want a huge monitor.. [04:32] i love my nebook but i need an 8 foot screen for it [04:32] actually starts making things harder once u get past a certain size [04:33] i think you are not understanding [04:33] tracker? [04:33] is that is? [04:33] I got a 65" TV...... *sigh* [04:33] is that it i mean [04:33] Gateway, telivision is not a monitor its time spunge [04:34] no its my monitor. should have returned it [04:34] just too fucking big [04:34] well sort of i have a very large "tv" that is on the living room computer. [04:34] is ther ea command line that can change the master channel? [04:34] !language|Gateway: [04:34] Gateway:: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [04:34] YA [04:35] THAT WAY WE can figure out what that search app is called [04:35] grrrr [04:35] no cussing on the internet? oh noes! [04:35] ya watch out. [04:36] lets move on [04:36] ive been bouced many a times.. [04:36] bazhang, good idea === FRodrigues_ is now known as FRodrigues [04:36] tracker? [04:37] by the way i am very much liking xfce4.. its been some time since i dinked with it..but it seems exactly the way it was...before but well faster [04:38] simple to..no hide and go seek bar (unity mystery bar) thang [04:38] hey any dev guys in here that worked on that thing? [04:38] I would like to go on record now as saying i hate that desktop...is there a db you can add me to? [04:39] hello there! i have a problem..yesterday i made some updates and now my graphics card is not working (nvida geforce gt 430). Anyone can help me please?? [04:39] !brainstorm > grendal [04:39] grendal, please see my private message [04:40] will do..You worked on it didnt you? [04:40] I'm having very big issues with disk space. I've got ecrypfs setup, and running du on my home folder says that 42G is used. However, df says 88G is being used. Where is half of the space going? (and there's only about 8G used by /usr) [04:40] bazhang:got any idea why ie8 in wine would failed to launch start trek online with javascript error? [04:40] wow [04:41] you want the list? [04:41] hello there! i have a problem..yesterday i made some updates and now my graphics card is not being recognize (nvida geforce gt 430). Anyone can help me please?? [04:41] !nvidia | hanslanda [04:41] hanslanda: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [04:41] who can use eagle [04:42] !nvidia [04:42] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto [04:42] i want to change pcb [04:43] I updated my power management settings yet my screen still goes to black while im trying to watch hulu movies [04:43] Isn't hulu flash-based? [04:43] yeah [04:44] I don't think ubuntu can know flash is playing a movie [04:44] I agree [04:44] I would like to know how not to have my screen go black [04:44] press CTRL every so often. [04:44] Oh it's going black anyway even when you told it not to at all? [04:44] vadi2 exactly! [04:44] it works for me when watching long youtube videos. [04:45] I use my computer while i lay in bed [04:45] j #freenode [04:45] Pressing ctrl isn't fun [04:45] I'm trying to change my default browser to Chromium. I go to System-Settings->Details->Default-Applications and change Web to Chromium. However, it doesn't stay. The next time I go in there it's back to Firefox (and there's no "save" button or anything) [04:45] Look at Brightness and Lock settings. [04:45] I think that is the option you are looking for. [04:45] cool i'll check those out vadi2 [04:46] who can use eagle [04:46] who can use eagle? [04:46] "brightness and lock -> turn screen off when inactive for : never" [04:46] I'm having very big issues with disk space. I've got ecrypfs setup, and running du on my home folder says that 42G is used. However, df says 88G is being used. Where is half of the space going? (and there's only about 8G used by /usr) === Kasjopaja23111 is now known as Kasjopaja === Kasjopaja is now known as Guest74082 [04:49] anyone ? === sun is now known as Guest68327 [04:52] vadi2, just in case check the size of ~/.xsession-errors [04:52] Hm, it's 20mb [04:53] vadi2, thats not it then... try du -h --max-depth=1 in your home :) [04:53] home is only 40gb, du says [04:53] and the folders? it should list them [04:53] du reports: 89G used by /, 80G by /home, and 40gb by real home and 40gb by ecryptfs [04:54] ah [04:54] running du inside my home says 40gb is being used, and that is right [04:54] nothing else in /home? [04:55] yet outside of home, it says home is using 80gb. Where is the ghost space going... there my user account, another non-used user account and .ecryptfs in home [04:55] i did a dist-upgrade and not start-stop-daemon (from inside php-fcgi) fails silently even though it returns 0; is there a way to find why this happens? [04:55] (i'm on lucid) [04:55] hmm don't think its the locks they all seem to be disabled [04:56] can anyone help me? im very new to linux... You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server. [04:56] it's not the locks, it's the turn off screen option, xenland === Guest99529 is now known as io_jp [04:56] hanslanda: do ctl+alt+t, and inside it, type sudo nvidia-config , press enter, give it your password and close the window [04:57] vadi2, already done [04:57] ok, now log out and log back in [04:58] have to reboot or just relog? [04:58] just relog [05:00] vadi2, and now? [05:00] you're done [05:01] no... [05:01] i used sudo -s to become root in the terminal, how do i become a regular user? [05:01] same message You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server. [05:01] Hello :D [05:02] Giddeon: sudo -s followed by su [05:02] hanslanda: well, then according to it you are not using the nvidia driver. Perhaps try uninstalling and reinstalling it using the hardware drivers utility? [05:02] Cork: thanks [05:02] hanslanda: have you just done a dist-upgrade that has installed a new kernel by any chance? [05:02] np [05:03] winrar unzips rar files in windows [05:03] I'm getting lost here. I downloaded the 12.04 LTS iso, burned it, tried to install, and it quit at the migration thing. Then I read something suggesting to download the 12.04.1 LTS, and I did that, but get error 5 "input/output." I've never had this much trouble installing Ubuntu before. Any help here? ._. [05:03] LordRagnarock: try the alternate iso [05:03] i was away about 1 month, and yesterday i made the update [05:04] hanslanda: And it broke after that? [05:04] yes [05:04] I guess I could do that. I've gotten used to text installers, anyway XD [05:04] hanslanda: reinstall the nvidia driver and watch for errors when it is generating the modules for the installed kernels. === sun_ is now known as Guest1977 [05:05] somsip, im sorry, im new to linux, can u help me, how can i say, a little more heavily? (sorry about my bad english) [05:06] hanslanda: what is you L1? perhaps we can find a better channel for you? [05:06] hanslanda: I can talk you through a few things that fixed my problem when I had this, but I'm no expert. Do you have a terminal window open? [05:06] somsip, yes... [05:06] I'm currently ssh'd into my server. How do I download a directory from it onto my computer? [05:06] hanslanda: I have a ways to go, but I can try. What seems to be the problem? :D [05:07] hanslanda: sudo apt-get install --reinstall nvidia-current and look for any errors when it's building modules. I'll try to find an example... [05:07] Mike9863: you need to use scp from your local machine, unless you have ssh access from the other machine to yours [05:07] heya [05:07] oh wait. I didn't read the context. Ignore me! .__. [05:07] Cork: Alright. [05:07] how do i reduce the number of connections apt-fast makes ? [05:08] Assid, same way Pici told you to inclease connections, i guess [05:08] somsip, i think it will works...its processing [05:08] c/increase [05:09] aah wait.. can dpkg-reconfigure it [05:09] i did a dist-upgrade and not start-stop-daemon (from inside php-fcgi) fails silently even though it returns 0; is there a way to find why this happens? [05:09] not==now [05:09] hanslanda: if all modules work ok, type 'uname -r' and make sure the output matches a module that has been built. Then try a reboot [05:10] nickserv identify ferteagie [05:10] somsip, http://pastebin.com/keMiRMX4 [05:10] cattune:oops [05:11] gotta learn to type without lookin at keys methinks..:D [05:11] hanslanda: looks like there was no module but there is now. Does uname -r show that you are running 3.2.0-29 kernel? [05:11] its best to /nickserv identify while not on a channel [05:11] somsip, yesterday i made a change too...changed the language settings...it was in Portuguese, and i switched to English [05:12] hanslanda: not sure if that will affect anything. Can you reply to my last question? [05:12] somsip, 3.2.0-29-generic-pae [05:13] hanslanda: ok - now you can either 'sudo modprobe nvidia-current' and logout to restart X, or do a reboot. Not sure if the modprobe will work as I've never had to try it [05:14] ok..i will reboot the system...see u in a few minutes..ty [05:14] hmmm......looks like ubuntu was an auto connection [05:16] Artemis3: I found an interesting magic trick! [05:16] somsip, many thanks, now its working better than ever...thank u [05:16] hanslanda: damn fast reboot too :-) glad it worked! [05:17] I had to set my power settings to "Never turn off" I guess unchecking "dim screen after X minutes wasen't enough [05:17] thanks mates [05:17] somsip, your good days are gone, now ive put you in my friendlist :) [05:18] :) [05:18] hanslanda: yr welcome [05:19] hi [05:22] eer.. if you go from ubuntu-server and add the ubuntu-desktop package.. how big is it ? [05:22] it'll tell you before it'll install, so try installing it [05:23] man package wise downloads are soo slow :/ [05:23] adjust the mirror you use. there are hundreds of ubuntu mirrors world-wide. [05:23] anyone know how the commands for reset password? [05:23] !who [05:23] 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 :) [05:24] cattune: passwd [05:24] it will help you change your current password [05:24] codemaniac, i looked at nickserv help,but it doesn't appear there [05:25] cattune: i thought you wanted to change you ubuntu system password .LOL [05:25] ok,i have managed to cock a few identify operations up.....running outta passwords!..:) [05:25] oh,sorry [05:26] cattune: /msg nickserv help set [05:27] ok,thank you [05:28] cattune: welcome :) [05:28] * Miao :-) === marcelo is now known as Guest91109 [05:38] hello, anyone familiar with dd-wrt? [05:40] anonymous_, try ##dd-wrt [05:41] trying to set default gateway to 0, for client bridge [05:43] ... [05:43] My NAS server has produced a backup file having a filename extension ».rom«. My Ubuntu 12.04 Nautilus cannot recognize this file format. Gedit shows a rather chaotic content of it. What is the proper tool to view and analyze a .rom file? [05:44] your nas server itself [05:45] Is there any eye protection software or eye protection theme? [05:45] in Ubuntu. [05:45] Onixs: [code]file filename[/code] [05:46] I'm near sighted, therefore I want a theme which doesn't hurt eyes so much. [05:46] Onixs: I don't think that a NAS server is a file viewer. -- Can you elaborate your message, please. [05:46] namoamitabuddha: use your monitor poer settings [05:46] s/poer/power [05:47] codemaniac: You meant brightness? [05:47] yes === sun is now known as Guest83511 [05:48] It seems that the color of the default theme hurts eyes. [05:48] yes [05:49] my LG old crt monitor has all these "text/photo/movies/normal" modes [05:49] luftikuss: isnt it the rom refers to bios/firmware. what is the size of the rom file you were refering [05:49] is there a good bnc I can use with ubuntu that total noob friendly? [05:50] Onixs: 12.8 kB [05:54] I just logged into a machine that I have not been on for awhile. I had sudo access but I am not in /etc/sudoers, nor /etc/ldap/ldap.conf. The machine is running 12.04. How can I have sudo access from a non-root account without being in these files? === B0g4r7__ is now known as B0g4r7 [05:56] Anyone know how to setup a network without a default gateway for dd-wrt? [05:57] anonymous_, ask in the dd-wrt channel [05:57] anonymous_, ##dd-wrt as I told you before [05:57] there's no one in either channel... [05:57] is there a possiblity that my .bashrc will be modified when I upgrade linux? If so, where should I define some aliases so they won't get wiped out? [05:58] anonymous_, sure there is, try to join it [05:58] Off-topic: Is there any ubuntu international channel other than #ubuntu and #ubuntu-offtopic? === trijntje__ is now known as trijntje [05:59] !loco | namoamitabuddha [05:59] namoamitabuddha: Information on Ubuntu Local Community Teams is at http://loco.ubuntu.com/ [05:59] bazhang: I meant *international* channels. [05:59] namoamitabuddha, the various -offtopic channels for each flavor [05:59] Giddeon, I define some aliases in ~/.bash_aliases and don't recall an upgrade modifying the file [06:00] bazhang: It seems that -offtopic is inactive. [06:02] dan64: is .bash_aliases automatically called when the shell starts? [06:02] Giddeon, it's sourced by .bashrc [06:02] hello? [06:03] anybody in here? [06:03] Jupicoolbee: Any problems? [06:03] Jupicoolbee, ubuntu support issue? [06:03] dan64: ah I see it now, thank you [06:04] Yes. I would like to find a way to use Netflix through the Wine program [06:04] Jupicoolbee, check the appdb and join #winehq [06:05] !appdb | Jupicoolbee [06:05] Jupicoolbee: 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 [06:07] flash keeps starting to stutter randomly and nothing but a full reboot will fix it, any suggestions? [06:09] newbchessplayer: stutter? [06:10] the sound keeps cutting out for a few split seconds [06:10] repetedly [06:10] repeatedly [06:11] and non-stop [06:11] cuts out for about 1/4 of a second, about once every second [06:11] I'm having trouble with and update of udev (175-0ubuntu9.1). Is this the correct channel to ask for help on that? [06:12] siebrand: How do you update that plugin? [06:12] apt-get dist-upgrade hangs on it. [06:13] I'm finding a lot of references to issues with this, but no real solutions. It appears to be blocking all other package updates. [06:14] (as it's an incomplete package update now) [06:14] siebrand, do you have synaptic installed? [06:14] hey is there a channel for virtualbox [06:14] ? [06:14] siebrand: interversion update? [06:14] synaptic and interversion do not ring a bell. [06:14] My NAS server has produced a backup file having a filename extension ».rom«. My Ubuntu 12.04 Nautilus cannot recognize this file format. Gedit shows a rather chaotic content of it. What is the proper tool to view and analyze a .rom file? [06:15] andrewh192, #vbox [06:15] It's a virtual machine at a provider i"m using to run a simple AMP stack on. [06:15] siebrand, synaptic is a package manager and has a broken package filter. [06:16] wilee-nilee: I'm using apt. [06:17] cool, thanx wilee-nilee [06:18] wilee-nilee: It seems that Ubuntu removed synaptic from auto-install softwares. [06:18] wilee-nilee: I remember in Ubuntu Lucid, it's automatically installed. [06:19] namoamitabuddha, I know that. [06:19] i have a ubuntu server install and wanted to encrypt / partition [06:19] any good docs please ? [06:19] wilee-nilee: aptitude is also removed. I don't know why Ubuntu did these. [06:19] namoamitabuddha, I kn ow that to. ;( [06:20] the server is running on a VM [06:20] they are both considered deprecated [06:20] namoamitabuddha: aptitude cant handle multi-arch packages for one [06:21] hateball: It's a known bug, which I checked yesterday. === Shadows` is now known as SoulShadow [06:27] '~/nas$ file NAS-SERVER_2012-08-17_0643.rom ; NAS-SERVER_2012-08-17_0643.rom: data'. Is »data« a MIME type? [06:31] hello [06:32] hello [06:33] Hi. I am on Ubuntu 12.04 LTS [06:34] Hi I have a dell inspiron laptop [06:34] i have dual boot ubuntu 10.04(upgrading right now to 11.04)and windows 8,and im hoping to get 12.04,now i know the upgrade seems to take long,skipping from all the versions,if i do a clean 12.04 install will it break my dual boot? [06:34] How do I reconfigure Internet Setting ?\ [06:35] i have a dell inspiron 5420 laptop. I installed 12.04 and the wireless is not working [06:40] rangz, Do you know the card? [06:40] Question: I want to backup settings, installed softwares, updates (almost everything!). How I can do that? [06:40] its bcm4365 [06:41] from broadcom [06:41] !broadcom | rangz [06:41] rangz: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [06:42] yello buntu lovers [06:42] Question: I want to backup settings, installed softwares, updates (almost everything!). How I can do that? [06:42] @rohan how so? [06:42] Rohan, clonezilla is a nice cloner [06:43] wilee-nilee: i read that it does not work with 12.04 [06:43] hi, i'm extracted the .rar file but couldn't find anything inside [06:44] Rohan, right what bhave you been reading the bathroom walls. [06:44] have* [06:45] hi, i've extracted a .rar file but couldn't find anything inside [06:45] rohan, you can rsync your personal shit, and dpkg --get-selections the software. look it up [06:46] forget the ghosting shit. [06:46] !language | wolfie_ [06:46] wolfie_: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [06:46] sorry bout the language [06:47] !patience | arunkumar413 [06:47] arunkumar413: 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/ === `mOOse` is now known as m00se [06:48] anyway, again, sorry about my course use of the "S" word". Though I've seen the clonezille issue with 12.04. ... [06:48] wilee-nilee: also i have dual boot === xazax is now known as Guest88004 [06:48] rsync -av /home/you [target] [06:48] then... [06:49] dpkg -get-selections [06:49] wolfie: i'll try [06:49] dpkg --set-selections [06:49] and you're golden [06:49] for the programs, at least [06:49] wolfie_, I have cloned 12.04 many times with clonezilla never a problem. [06:49] im still on 11.04 [06:49] CAN I KNOW INDONESIAN HERE? [06:49] well,, xfce [06:50] rsync is fine as well. [06:50] ubottu:that is not working. I am not able to see any drivers in my additional drivers [06:50] @wilee how's that anyway, for RAM and such. I've avoided the main distro. Do you like unity? [06:50] hi my question is more general linux but since its so silent in ##linux-help I hope someone can help me here. I setup my wlan succesfully in linux text mode by editing etc/network/interfaces and creating /etc/wpa.config and my wlan internet works but when I then load X it doesn't . is there some X config file I need to edit to make the wlan work under X too ? [06:51] !indonesian | Kristian40 [06:51] Kristian40: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia [06:51] Rohan, clonezilla can do single partitions or whole HD's. [06:51] @maicod x and wlan shouldnt conflict [06:51] there are other cloners as well. [06:52] macoid, what's your distro and machine [06:52] wolfie: raspberry pi with raspbian wheezy [06:52] sexy. nice choice. [06:52] :) [06:52] for the personal shit, i would suggest rdiff-backup, or the dejadup gui tool that comes installed with ubuntu. anyway, there are many tools that get the job done [06:52] ok. let's see... [06:52] wilee-nilee: wolfie_: ok thnx guys [06:52] wolfieL cool [06:53] sorry typo [06:53] not that it matters, but what's the monitor? [06:53] Im wondering how it outputs [06:53] wolfie: hdmi on a HP x2301 [06:53] yeah, but in inches screensize [06:53] 23 inch [06:54] cool [06:54] ;) [06:54] so I followed this guide and it works in text mode : http://www.raspberrypi-tutorials.co.uk/set-raspberry-pi-wireless-network/ [06:54] you english speaking? It'll help for trouble shoot [06:54] but when I load X it doesnt [06:54] wolfie: I am dutch but speak english fine ;) [06:55] wolfie:I also checked /etc/resolv.conf and the output looks fine :) [06:55] cool cool. so this machine is wireless right? youve got a belkin or at least realtek in there? [06:56] wolfie: I'm using a powered HUB [06:56] yeah wireless at the moment :) [06:57] I use firmware-ralink for my dongle btw [06:57] hmmm. OK, hold on. I've been on the 'nix for about 3 years now, so I've pretty much ran into everything. just trying to remember all my past problems with Wifi/screen/everything. ubuntu and all that has been so good lately it hasn't been an issue [06:58] yeah the Pi is back to school [06:58] LOL [06:59] the other problem is the new hardware [07:00] What's the PI run? ARM or so @ like 1.2? Maybe some onboard gfx? [07:00] wolfie: I tried a realtek based USB dongle and it has the same problem [07:00] ARM 6 with hardware floating point [07:00] its slow :) [07:00] but gfx are fast [07:00] it has a gpu for that [07:01] yeah, realtek's a real "pisser" (that's New England slang for a problem in america, or at least here in Vermont) [07:01] hehe so its like 3 am there ? :) [07:01] i've had it on every machine with these belkin usb donges [07:01] wow, that was bad. I meant "dongles" [07:01] where in VT [07:01] vermont is east coast right ? [07:02] yep. Yeah. I've been writing all night. [07:02] :) [07:02] Burlington, more or less. Either way, in the middle of nowhere [07:02] haha nice [07:03] I checked again and wlan works fine in console but after doing startx and opening a terminal emulator it refuses to ping IP's or DNS names :( [07:03] * maicod is in netherlands and its 9:05 here === Guest88004 is now known as xazax_ === `mOOse` is now known as m00se [07:04] so anyway, the belkin shhh... (gotta watch our language) is tricky at best. My main machine took forever, and that's not the experimental Pi. What kernel is Pi on, cuz for like debian and whatnot this r8712u driver on ubuntu 11.10 is solid as sears [07:05] wolfie: ifconfig command freezes from inside a terminal under X [07:05] but I got no belkin ;) [07:06] sorry meant the chipset driver not the actual whatever brand. [07:06] oh maybe I need to remove eth0 from my etc/network/interfaces since I removed the utp cable it might be the culprit ! [07:06] Is it humid over there in the netherlands [07:06] ok but I think I'm currently using the ralink firmware [07:07] right now it is ! its the middle of summer and like 30 celsius [07:07] thats extreme for dutch temp. normally is like 20-25 in summer [07:07] my hygrometer is in the red zone :( [07:08] ah, in Vermont it never gets above 80F, or like 26C. We're right next to Canada. [07:08] yeah I know its up 'north' [07:08] vermont has nice architecture I once saw in a movie [07:08] Well at least you have hot girls to go with the weather. Or so I hear. [07:08] hahaha [07:08] aren't vt girls any good then? [07:09] Ah yes. We have awesome barns. [07:09] Ughh. Not really. [07:09] oh too bad [07:09] So how is everyone? [07:09] Hello, ubuntullers [07:09] @maicod You re-boot that thing then? [07:09] I meant those like 100 year old mansions in streets with alot of trees [07:09] I have some issue's install drivers for my desktop. anyone care to help? [07:09] wolfie: in a sec yea [07:10] Guys, when I launch an application in root access mode, it stats with an old WindowsNT-like-skin. Could you please advice how I can change that? I'm using Ubunt 12.04. [07:10] oh yeah, in burlington. that's the town i'm from. yeah, there are these old, 100 year old mansions from back when burlington was sort of an inland seaport on the Hudson river. Yeah, that part is super-classy [07:10] indeed ! [07:11] but expensive I bet [07:11] Eh, not really. [07:11] oh okay [07:11] it was in some romantic movie but I forgot the name of it [07:11] could well be burlington [07:11] Oh, the actually houses, yeah. Like a million or more. Renting in the area is cheap. UVM (University of Vermont) is right by, so it is cheap for students [07:11] is it the capital of the state ? [07:12] oh OK [07:12] no, Monpelier is the capital. It's the smallest capital in the USA. It's really lame [07:12] oh LOL [07:12] Like, 8000 residents [07:12] weird huh [07:12] :) [07:12] I'm not joking [07:12] I know [07:12] maicod: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [07:12] I have some issue's install drivers for my desktop. anyone care to help? [07:13] montpelier as the same city in france ? [07:13] old mill town on this river [07:13] yep [07:13] OK:) [07:13] Vermont used to be all French [07:13] does anyone have experience with installing openam on ubuntu? [07:14] wolfie: when I removed my current wifi dongle and used another and rebooted, it used wlan1. where does it keep track of older (already removed) wifi dongles that keep making wlan0 look as 'in use' ? [07:14] it=linux [07:14] @calthropstu no i'm trying to get help too :( [07:15] wolfie: oh right ! (like regions of canada) [07:15] I have 6 hours to get this done or it's gonna cost me a job [07:15] yep. Quebec is the biggest french-speaking area outside of canada. In school as a kid i had to learn french [07:15] wolfie: me too but I know only words [07:16] wolfie: netherlands is tiny so we learn our languages :) [07:16] wtf? (dutch know that right?) why the hell it now wlan1? [07:16] wolfie_: maicod I appreciate the channel is fairly quiet at the moment, but cn you move the non support part of the discussion to #ubuntu-offtopic so that the channel can stick to support questions [07:16] !info openam | Calthropstu [07:16] Calthropstu: openam (source: openam): H.323 answering machine. In component universe, is optional. Version 1.4.0-1build1 (precise), package size 172 kB, installed size 352 kB [07:16] wolfie: its probably stolen the wlan0 for the wifi stick that I removed [07:17] djones: yeah I already sensed that we talked too much other stuff [07:17] ubottu: that doesnt seem like the same thing :| [07:17] Calthropstu: I am only a bot, please don't think I'm intelligent :) [07:17] djones: thanks for warning us :) [07:18] yeah yeah, reset sorry restart networking [07:18] ok, enough bs, back to the problem [07:18] I've gone to hundreds of different websites [07:18] Calthropstu: what is openam, if int isn't the package ubottu described? [07:18] and this error keeps happening over and over [07:19] @Calth... what's the problem again? Amazon... openam ... details [07:20] it's a web policy agent and tomcat addon that secures apache webserver and tomcat [07:20] @calthropstu https://wikis.forgerock.org/confluence/display/openam/How+to+install+OpenAM+9.5.2+with+OpenDJ+2.4 [07:20] wolfie: I edited out eth0 and halted it and will power cycle now [07:20] booyah [07:20] Calthropstu: what error? (pastebin it if it is more than 2 lines of output) [07:20] atmancloud: Ive been there a dozen times [07:20] it's not an actual error message [07:20] I install it [07:20] and everything works right [07:21] then as soon as I reboot === `mOOse` is now known as m00se [07:21] calthropstu: sorry to hear that. I haven't had a chance to install or run that program. What are you trying to do exactly" [07:21] it goes back to the configuration screen instead of the login like it's supposed and wont let me do anything [07:22] how do I disable the eth0 device (without removing it from the system since its fixed it can't be removed :P) ? === chenxing is now known as will [07:23] anyone know how to get flash working without all the pain-in-the-neck bugs? === will is now known as Guest66905 [07:23] hi [07:24] '~/nas$ file NAS-SERVER_2012-08-17_0643.rom ; NAS-SERVER_2012-08-17_0643.rom: data'. Is »data« a MIME type? [07:24] sorry, macoid, back. dude, it's --- sudo ifconfig eth0 down -- [07:24] Guys, when I launch an application in root access mode, it stats with an old WindowsNT-like-skin. Could you please advice how I can change that? I'm using Ubunt 12.04. [07:24] this is day one stuff [07:25] maicod- check this ifconfig eth0 yourip down [07:25] hello [07:25] newbchess --- what's the prob specifically [07:25] I have 4 files i would like to merge into a single file by concatenating them, one after another. How can i do that in the terminal? [07:25] wolfie: OK didnt think of that :) [07:25] no prob [07:26] anyone know how to get flash working without all the pain-in-the-neck bugs? [07:26] newbchess: distro? [07:26] newbchessplaer:install chrome. [07:26] diverdude: 'cat f1 f2 f3 f4 > concatenated' [07:26] i've noticed since i started using ubuntu to watch videos online, my blood pressure has risen remarkably high [07:27] timfrost: thx [07:27] newbchess: normally, I'd say "You liar! Flash on linux works perfect!" Lately, ive been hitting some quirks [07:28] last week or so actually, not just on ubuntu === Kitar|st_ is now known as Kitar|st === mimor is now known as mimor_ [07:30] maicod: status? [07:31] wolfie: no luck yet [07:32] trying a 3rd brand wifi dongle now [07:33] maicod paste your error === oleg is now known as Guest66425 [07:34] i'm fairly interested in getting to the bottom of "macicod"'s problem cuz i want to get a RasPi [07:34] woops, it's maicod [07:35] :D [07:36] I think I found the issue === chenxing is now known as kane === kane is now known as Guest10687 [07:36] nobrains: its not an error I can paste. the problem is that while under text mode wlan internet works fine that when I load X I get no responses to ping commands for instance and when I type 'ifconfig' in a terminal under X it hangs for like 1 minute before displaying its contents [07:37] i am using a 12.04 server , how can i upgrade to a development release server? === tdubz is now known as thomas [07:38] Hi, everybody! [07:38] Can I file a wishlist to Ubuntu bug? [07:38] codemaniac: I'd recommend asking in #ubuntu+1 for that and to check if there are any major bugs you'll find for your hardware before you try the upgrade [07:39] !brainstorm | namoamitabuddha [07:39] namoamitabuddha: Post your ideas for Ubuntu at http://brainstorm.ubuntu.com and vote for the ones you like! [07:40] maicod i might sound silly, have you tried restarting your machine [07:40] @maicod this is starting to irritate me. Can't find anything around, and can't figure why X and wlan would be affected [07:40] OerHeks: Let me see [07:40] nobrains: heheh numerous times [07:40] tnaks DJones [07:40] or rather related [07:40] codemaniac: try 'sudo do-release-upgrade -d' - the '-d' should enable upgrading to the development release. Usual caveats plus DJones comments. YMMV [07:40] wolfie: ok maybe other ppl who know then [07:41] OpenAM uses a file in $HOME/.openssocfg/ to bootstrap and find its configuration. The file is named after the path to OpenAM and contains the path to the configuration. The following example shows what the file looks like for OpenAM deployed in Apache Tomcat under /path/to/tomcat/webapps/openam, and running as user amuser with $HOME /home/amuser. [07:41] $ cat .openssocfg/AMConfig_path_to_tomcat_webapps_openam_ [07:41] If OpenAM cannot find its configuration, then it displays the configuration screen. [07:41] wolfie: thanks for thinking about my problem [07:41] timfrost: i am using ubuntu server 12.04 [07:41] hold up, @maicod, WPA or WEP. [07:41] ? [07:41] WPA [07:41] what does it mean "the file is named after the path to openam"? [07:42] after having used a certain usb wifi dongle and removing it and using a different wifi dongle it seems to have rememberred that wlan0 was used by the old dongle and refuses to use wlan0 but uses wlan1 instead. how can I make it use wlan0 ? [07:42] hi [07:42] @maicod, feel dumb for asking but... you see this page http://www.raspberrypi-tutorials.co.uk/set-raspberry-pi-wireless-network/ [07:42] codemaniac: understood. The '-d' is expected to offer 12.10 (quantal developoment release) [07:42] maicod now you tell us a different issue, and wheezy is not supported here. [07:43] oerheks: the first time I put my question I excused for that matter but hoped someone could still help me [07:43] thanks timfrost === deegee__ is now known as drussell [07:44] Hi All! I have a problem with resolving domain names with a search path. From any console utility the resolution is made firstly over ipv6 (AAAA). Which gives a timeout. Telnet and netcat are the problem for example. I've disabled ipv6 in the sysctl.conf but the problem stil persists. Any sugestions how to solve this? [07:44] wolfie: thats the guide I followed and it works under text mode but not under X [07:44] Hello, I'm trying to install ubuntu with no luck. USB method restarts randomly while installing, and the CD method returns me this: http://imgur.com/wLmdj ¿What can I do? [07:44] maicod if you are using debian then try apt-get update && upgrade may be they've released a patch file for your x problem [07:44] OK will try that thanks [07:45] @maicod have to ask one more time, whats the realtek chipset? [07:45] it's like rtl... something [07:46] Guys, when I launch an application in root access mode, it stats with an old WindowsNT-like-skin. Could you please advice how I can change that? I'm using Ubunt 12.04. [07:47] wolfie: I used a usb dongle with ralink chipset first. I just installed firmware-ralink and that worked under text mode [07:47] are you using sudo, or gksudo [07:47] GNS3Talk: Don't use sudo, use gksu or gksudo [07:47] ok right, which ralink though? lsusb [07:48] it makes a difference. SLight differences are the diffrence between 20GBps and nothing [07:49] wolfie: I will check in a couple of mins. currently using a 3rd brand wifi dongle for test [07:49] oh wait I can use my vmware ubuntu for that ;) [07:50] if other people have gotten it going, there must be something you're forgetting. [07:51] wolfie: maybe but it works under text mode. so what X does that breaks it I don't know :( [07:51] @macoid what brand of monitor? [07:52] wolfie: HP [07:53] model is x2301 [07:53] oh right, you told me. I'm grasping at straws at this point. [07:54] does anyone know where to obtain IRC logs for channels [07:54] !logs | keith_ [07:54] keith_: 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/ [07:55] thanks! [07:55] ok, now I have a question you guys can answer. If a user installs something in ubuntu, it's configured as being in their home folder [07:55] but if root does it [07:55] where is roots home folder? [07:56] Does anyone know why Xubuntu shuts down whenever I tell it to restart? [07:56] "/root" [07:58] knyn_: how do you tell it to restart? using what cmd? [08:01] Guys, when I launch an application in root access mode, it stats with an old WindowsNT-like-skin. Could you please advice how I can change that? I'm using Ubunt 12.04. [08:01] GNS3Talk, you should use gksudo how are you launching the applications now? [08:02] keith_: I'm using gksudo [08:03] GNS3Talk, so if you do: gksudo gedit [08:03] keith_: The application runs via python if this helps! I'm new to Linux by the way. [08:03] heloo guys i was using ubuntu 12.04 after updated ubuntu my browsing is super slow but my download speed is fine was using adsl-pppoe connection [08:03] keith_: Let me try. [08:04] if i boot live cd my browsing speed is normal any remedies for this problem [08:04] keith_: gksudo gedit works well! The tesxt editor launches in the same skin as user access mode. [08:04] GNS3Talk, so it must be app specific [08:05] even if i log in guest session browsing is fine what is the problem update caused this [08:05] GNS3Talk, I don't think I know how to fix it, but knowing that it is app specific is a start :) [08:05] keith_: Yeah as I said before, I launch it with the command gksudo phython "path" [08:06] GNS3Talk, gotcha, must be a python thing === `mOOse` is now known as m00se [08:07] h3y all [08:08] oy oy SwordFish [08:09] does anyone know how i can port these colours to gnome-terminal? (whilst preserving my current colorset if i need to revert) https://raw.github.com/nanotech/jellybeans.vim/master/ansi-term-colors.txt [08:09] Hello, I have a problem, I install ubuntu 12.04 in a acer laptop with win7 and a PC with win7 [08:09] But when completed install ubuntu and reboot [08:09] yes [08:09] The grub no show and direct into windows7 [08:09] how can I run the built-in games???? [08:09] lowstz you need easy BCD [08:10] hold on, link coming [08:10] http://www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ [08:11] you need to create an entry in the windows bootloader manager [08:11] you can do it the other way, with 'nix manaing boot. [08:11] but it's easier to have windows handle it. because when windows is updated, it'll overwrite the boot manager [08:13] keith_: thanks mate [08:16] can someone explain this apt-cache depends aptitude why disagreement http://pastebin.com/q5Kknt6p [08:16] hello === JackBeePee is now known as Guest32502 [08:17] hello people [08:18] !aptitude [08:18] aptitude is another terminal-based front-end to APT. You may encounter problems on multiarch installs (11.10 and higher) as aptitude cannot currently handle the same package with different architectures being installed at the same time. See http://pad.lv/831768 for more information. [08:20] Sorry, my network has just hung out :( [08:21] !python [08:21] python is a popular Object Oriented scripting language included in Ubuntu. For more on Python please see http://www.python.org/ or #python [08:21] how can I run the built-in games???? [08:21] ??? [08:21] @lowstz so yea, just follow that link. for dual booting. Easy BCD. bing. bang. boom. [08:22] Hi, is it possible to install Ubuntu without that dock (Unity?) [08:22] how can I play the game on ubuntu? [08:22] ? [08:22] @wofie give me the link again, Thanks for your help [08:23] Rubatharisan: You can use a different desktop or use gnome classic as an option [08:23] DJones: Where do I get the option to use Gnome Classic? [08:23] !nounity | Rubatharisan [08:23] Rubatharisan: Ubuntu 11.10 and higher use 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 [08:23] Rubatharisan: See above [08:24] DJones, OerHeks - Thanks! :) [08:24] http://www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ [08:25] oh, that last link was for lowstz [08:25] Rubatharisan: You can also install XFCE, LXDE or KDE as different desktops instead of Unity/Gnome [08:26] linuxbsdos.com is a great resource for the whole dual-boot thing. Once you get used to it, it'll seem old hat but it's a good resource to start out. [08:26] @wolfie_ Thanks :) [08:26] I think i will try KDE, is there a seperate download location for Ubuntu KDE? [08:28] DJones: I found the download location for Kubuntu, but now the question is - why does Ubuntu recommend using 32bit? I know my computer can use 64bit? [08:28] Rubatharisan: I think that just goes back a couple of versions, occasionally there can be issues, but I've been using 64 bit without any problems [08:28] Rubatharisan, use 64bit [08:29] anyone can help me in a shell script/ [08:29] or which is the channel for shell scripts? [08:29] I have if [ "$1" != "" ]; then echo "a" else echo "b" fi [08:29] DJones, compdoc : Thanks, will get the 64bit one ;) [08:29] Rubatharisan: Do you already have Ubuntu installed? If so, you can just install the KDE desktop without doing a full install [08:30] but this is inside a function on .bashrc so i don't know how to detect if the prompt is empty from args and when enter has been hit without anything on the prompt [08:30] can someone help me please? === Kane is now known as Guest25485 [08:33] #lisp [08:33] join #lisp [08:34] how do you make an user input return to the begining of a case statement === Belial is now known as Guest39483 [08:36] rexis: ? [08:36] are you talking to me? [08:36] if you know yea [08:37] name Johacorg [08:37] hi [08:37] hi [08:37] rexis: May be http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_03.html helps. === jahongir__ is now known as johacorg [08:39] luftikuss: ty [08:39] hi all [08:39] hi yuka :) [08:39] is there a php script to view resources of ubuntu server [08:39] like monitor cpu usage \memory or so [08:39] hi [08:40] can you see my ip? [08:40] yuka: mrtg is nice (not php) [08:41] i would like to monitor em trough web browser if possible [08:41] yuka: possible with mrtg [08:41] okay gonna google it [08:41] dogsarentcrazy: (~dogsarent@46.181.226.42) [08:41] dogsarentcrazy: yes [08:42] iceroot i presume that mrtg is working with nginx and php5-fpm [08:42] i mean i am not using apache2 [08:42] yuka: working fine without apache [08:44] hi === nhan_kute is now known as xcode__ [08:53] can i get the url to the dpka package "vlc-data (= 2.1.0~~git20120813+r1888-0~r82~precise1)" as in this case http://pastebin.com/WfC0HgTQ from the APT tools ? i.e. without manually locating the url (or automatically through an xpath script) from the ppa website. [08:53] i mean the ppa package [08:54] hi i use lubuntu 12.04 when i plug in me headset only rieght speaker worksin the pulse audio controller says mono mode active.how can i change to stereo mode? i tried reinstall pluse audio it was doesnt help(sorry for my english) [08:55] ubuntu 11.10 is always crashing , may I know the reason for this? [08:56] bharath: Why can't you use 12.p [08:56] 12.04 [08:58] any hint how to update to lessc 1.3? [09:01] bharath, I have run every version of Ubuntu since 10.04, and none have crashed [09:01] Ubuntu is a good OS [09:03] Can someone tell me how to install themes on GNOME? === railsraider_ is now known as railsraider [09:04] linus, easy way is using ubuntu-tweak or my choice, my-unity. [09:06] Ubuntu vs windows 8 will this be fair comparison [09:06] i have a problim regarding wireless connection always slow? [09:07] also mobile broadband could anyone help me? [09:07] linus, sudo apt-get install lxde-desktop [09:07] sudo apt-get purge gnome* [09:07] '~$ sudo mount -t nfs 192.168.178.33:/i-data/0faecd45/nfs/nas-nfs /media/nas; mount.nfs: access denied by server while mounting 192.168.178.33:/i-data/0faecd45/nfs/nas-nfs'. Who denies me access? Why? How to get rid of this access denial? [09:08] dogsarentcrazy: That doesn't help anybody install themes on Gnome [09:08] could somebody please help? [09:08] dramr, windows is pretty great for its purpose. So is Ubuntu. Cant really compare them [09:08] wireless is very slow [09:08] !patience|dramr: [09:08] dramr:: 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/ [09:09] !wireless dramr [09:10] !wireless > dramr [09:10] dramr, please see my private message [09:11] ! wireless [09:11] Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [09:12] Hey Guys does anyone know how to change the default encoding of postgresql to UTF-8 on 11.04 ? [09:12] DJones: Sorry for writing in such delay, but no I do not have ubuntu installed atm. I'm going to install Kubuntu now. === nathan is now known as Guest87264 [09:12] argh [09:12] Im gonna have to start from scratch [09:14] so I now have 4 hours to reinstall the linux vm, install and configure tomcat, opendj, openam, apache webserver and perform linux updates [09:14] I'm cutting it damn close :| [09:15] If your VM is as "fast" as the ones I have to work with right now: you're screwed [09:15] joliolly: you mean the databases to UTF8? [09:15] yea [09:15] but it needs to be the default encoding [09:15] rubatharisan [09:15] So each time you make a DB it will be UTF8? [09:16] because the airtime app is creating the databased [09:16] csaba_: May be alsamixer can help to analyze your problem. [09:16] bases [09:16] yeah that would be ideal [09:16] hi! What room i should go if i want to know about excell? :) [09:16] is it possible rubatharisan [09:17] I don't think it's possible without removing the datas from the already existing bases [09:17] tsak_: Try #windows [09:17] oh ok [09:17] so could you tell me how to do that haha [09:17] actually i want to know concatenate() function. if its possible to connect many cells together like concatenate(A1:A100) <-- that doesn't work, but something close to that [09:17] ok i try [09:17] thank you [09:18] rubatharisan this is the error * Unfortunately your postgresql database has not been created using a UTF-8 encoding. * As of Airtime 2.1, installs will fail unless the encoding has been set to UTF-8. Please verify this is the case [09:18] how to switch the keyboard layout i mean what keyboard shortcut like Alt + Shift in windows ? [09:19] file:///home/marco/Scrivania/buduscript/install.sh [09:19] file:///home/marco/Scrivania/buduscript/install.sh [09:19] joliolly: try write sudo -u postgres psql -c "SHOW SERVER_ENCODING" [09:19] in terminal [09:19] Sorry joliolly, I have to go. I hope I will get back soon. [09:20] getting this error ruba ould not change directory to "/root" psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"? [09:20] dramr: https://help.ubuntu.com/11.04/ubuntu-help/keyboard-layouts.html [09:20] oh thats ok [09:20] see you later [09:20] 1 [09:21] '~$ sudo mount -t nfs 192.168.178.33:/i-data/0faecd45/nfs/nas-nfs /media/nas; mount.nfs: access denied by server while mounting 192.168.178.33:/i-data/0faecd45/nfs/nas-nfs'. Who denies me access? Why? How to get rid of this access denial? [09:22] :| half an hour so far and ubuntu is still installing [09:22] uo [09:22] sup [09:23] clear [09:23] cancel [09:23] kill [09:24] xkill? [09:24] type sudo kill -u username [09:24] die [09:25] IT is such a violent profession... [09:25] lol [09:30] hi to all, ciao a tutti [09:31] rofl [09:31] i can't get my hdmi output device listed on sound preferences?? i have connected my ubntu laptop to a lcd tv?? [09:34] Ive been getting some calls from recruiters for jobs... [09:34] join #airtime [09:34] about half of them are in places listed on the 100 most crime ridden cities in the US [09:35] hey [09:35] I dont care how much you're offering, I'm not moving to Flint michigan [09:35] petoo: greetings [09:35] hi petoo [09:36] :) [09:36] i can't get my hdmi output device listed on sound preferences?? i have connected my ubntu laptop to a lcd tv?? i have installed alsa drivers(I hope so)?? anybody?? [09:36] have you ever tried to mount a linux folder on windows machine? [09:37] they're different filing systems petoo. They both read files differently. [09:37] folders rather [09:38] see I have a folder with ext*fs , on which all other machines send their backups, this folder is mounted on all linux filesystems , except for the Windows machine [09:38] i can't get my hdmi output device listed on sound preferences?? i have connected my ubntu laptop to a lcd tv?? i have installed alsa drivers(I hope so)?? anybody?? [09:39] any idea how she can send her back up on this folder? [09:41] petoo: This may help http://sourceforge.net/projects/ext2fsd/ I used it a few years ago with EXT2 formated drives and worked ok, but the last time I tried using it, it didn't work for me [09:41] petoo: Seems ok for ext2/ext3 but doesn't mention ext4 [09:42] Sorry, yes it does [09:42] I'll check it out [09:46] does anyone else have a problem with KDE applications context menus not showing up after awhile of use? [09:53] Hi [09:53] I am trying the following setfacl -d -m g::rwx /opt/flexifin/ [09:54] hi , how can I improve the sound? the sound is really flat .. compared to my 20euro mp3 player , my desktop sounds like a AM radio , is there something I can do? [09:54] I get the error: setfacl: /opt/flexifin/: Operation not supported [09:54] I don't understand what the acl's problem is :? [09:55] VictorCL: what audio player are you using? [09:56] VictorCL: what do you mean by 'the sound is really flat' ? [09:56] doestn have any bass , is like a radio [09:57] compare to my win7 netbook, there is a huge sound difference [09:57] or my other desktop aswell [09:57] luftikuss: it's looks like hardwere problem but i try to reinstall the system,thanks for advice [09:57] must be a driver thing [09:58] hello [09:58] Hey, is it possible to repartition a disk live in a way that an NTFS partition will mount as / ? [09:58] apparently my primary partition is just 900MB and I have no space left in it, need to mount an NTFS partition for it [09:59] csaba_: Good luck! [10:00] hello [10:01] Regarding partial module build, how could I do it..? [10:02] Ok figured out my problem [10:03] new question: If I have just `apt-get install acl`, the next time I restart my machine, will the drives be mounted with acl ? or do I have to edit fstab still ? [10:04] I am using ubuntu 12.04 [10:06] down to 3 hours left and still updating ubuntu [10:06] I am moving at the speed of vmware [10:07] how long haven't you updated the system Calthropstu? [10:07] fresh vmware install [10:08] Calthropstu: do you have a that slow internet connection or did yiu restrict the internet connection or the cpu power for the vm? [10:09] it's downloading between 100K and 300K/s [10:09] Any suggested apps to sync Google Music with? [10:10] can I do a copy and skip paste if already exists with nautilus or thunar? want to copy a folder but it is saying not enough space - correct, if it duplicated the files that exist. [10:11] rootlinuxusr: there is an official upload tool [10:13] Correct, but I'm looking for something like Google Music Frame - http://www.makeuseof.com/tag/integrate-google-music-ubuntu-linux/ or, tying it into amarok or rhythmbox. [10:13] greetings! [10:13] salutations [10:13] casualuser: greetings to you [10:14] can someone suggest me if I can do smth with my x32 with pae kernel to force system see 4Gb [10:15] how moch is it seeing now? [10:15] actually it would probably be much quicker to do a copy command via cl? [10:15] at the time only 2.7 + shared video [10:16] how much video ram? how much total ram? [10:17] total 2+2 Gb [10:17] video share 256Mb [10:17] in htop I can see 2.7G (3G - 256Mb shared video mem) [10:18] 3.2.0-27-generic-pae [10:18] using 3.2.0-29-generic-pae system halts on load [10:19] whee Im clocking nonstop 90% ram usage [10:19] this comp seriously needs a ram upgrade [10:19] Hi, I have a problem, my problem is that some times my ubuntu pops up with a error message saying System Error - Report it [10:19] rootlinuxusr: i used the nuvolaplayer but now i siwtched to a chromium app for the google-music [10:20] But I can't see what system error it is, and when i press report it, it just asks for my password and afterwards just close down the alert [10:20] lol [10:20] does ubuntu need antivirus? [10:20] wavm: No [10:20] I've just upgraded my q45 laptop from 1+1 to 2+2 G but it seems system just can't see full 4G amount of mem [10:20] wavm: if you want to scan your wwindows files... [10:21] wavm, depends if you have Windows files and/or interact with Windows systems [10:21] any suggestions except reinstall and switch to x64 ? [10:21] casualuser: thats very possible it has some hardware limits [10:21] so windows virus can affect ubuntu? [10:21] wavm: not really [10:21] wavm: yes, just do a google search for "ubuntu antivirus" go to the 10th or 11th page and look for the most suspicious advertisement you can find and install it [10:21] wavm: no [10:21] casualuser, 32 bit system? or 64? sorry if stupid question but better me ask now than find out later. [10:22] x32 with pae [10:22] it will prolly still do nothing [10:22] but it will be amusing [10:22] wavm: i use av on linux to scan WINDOWS machines and files on windows machines [10:22] Are there other places as apt.conf and apt.conf.d/* where apt is looking for proxy settings? [10:22] wavm, no but viruses can hide in windows files, which when you move them from your ubuntu machine to windows machine, can infect it [10:22] and at the same time vista at the same laptop see 4G so it's not hw limits [10:23] thers no need for a pae kernel on a box with exactly 4gb i belive [10:23] こんばんは [10:23] thnx for input [10:23] yay updates are installed [10:24] !jp | fabio_uma [10:24] fabio_uma: 日本語の場合は /join #ubuntu-jp または /join #kubuntu-jp を入力して下さい。 [10:24] casualuser, are you sure you installed 64bit ubuntu? [10:25] casualuser, it's been done before, even I've installed a 32bit OS on 64bit architecture [10:25] id check out a 64bit live cd and see how much ram it reports. [10:25] casualuser: can you put the output of "free -m" in a pastebin? [10:25] ScottHarrison, installed x32 version with pae kernel [10:25] could also be differances in how vista and linxu are reporting the ram. [10:26] UPDATE COMPLETE :D [10:26] 2.5 hours to install and configure everything [10:26] Calthropstu: you cant compare a faulty vm with a real install [10:26] Calthropstu: Hmm. normally takes me like 30 min. :) [10:26] within the gnome-terminal, you can scroll up using shift+pageup, but how can i scroll up per line? [10:27] k1l_, http://pastebin.com/HJkxwCfR [10:27] no... I mean I have 2.5 hours left to install the programs I need to have for this interview [10:27] casualuser, sorry, don't know enough about the PAE kernel to help any further. thanks for introducing me to something new. good luck [10:27] starting with java [10:27] hi all.. I am looking for a bind (named) web administration tool that *works* on 12.04... I have tried openpanel but it seems it isn't officialy supported on 12.04... thx! [10:28] !ebox [10:28] zentyal is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/Zentyal (Project formally known as eBox - including in Lucid/10.04). [10:28] ScottHarrison, here is info regard pae from ubuntu website - https://help.ubuntu.com/community/EnablingPAE [10:28] perhaps zentyal/ebox [10:28] !opendj [10:28] casualuser: so its 2,7gb. maybe the the video card takes smth off the ram [10:28] Dr_Willis, thx [10:28] ubottu doesnt know anything about the programs Im installing :( [10:28] Calthropstu: I am only a bot, please don't think I'm intelligent :) [10:29] k1l_, yeap, video share 256Mb but system do not see another one 1G [10:29] No OpenDJ in the repos... [10:29] It would be an odd video card that just used 256mb of ram. (or a very low end one) [10:30] casualuser: i would test with a Non-Pae kernel, and with a 64bit live cd. to see how much ram they report. [10:30] I want to create the ultimate supercomputer... 1 terrahertz processing power, 20 TB ram, 500 TB storage space... [10:30] casualuser: can you post the line of "uname -a"? [10:31] anyone else like bacon and eggs? http://www.youtube.com/watch?v=VGKTTvrdv60&feature=share [10:31] and a nonreplaceable 8 bit graphics card [10:31] Dr_Willis, testing with non-pae is an idea but vista at the same laptop see 4G [10:31] casualuser: vista may be lieing.. or counting memory differntly then how linux does.. [10:31] !ot | ScottHarrison [10:31] ScottHarrison: #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! [10:31] k1l_, Linux b0x 3.2.0-27-generic-pae #43-Ubuntu SMP Fri Jul 6 15:06:05 UTC 2012 i686 i686 i386 GNU/Linux [10:32] casualuser: you just said the video is taking 256mb of ram.. so vista is definatly showing numbers of whats installed..not whats 'useable' [10:32] Dr_Willis, bios also reporting 4G [10:32] k1l_, lol sorry [10:32] while linux may be reporting what ram you actually have available for use. [10:32] which is my guess. [10:33] Dr_Willis, actually I haven't check memory usage in vista to much but just have taken a quick look in system info as vista installed just for rare cases [10:34] amount of reported ram can just be 'weird' in many ways.. I have a 8gb box with a 2gb dedicated video card.. 64bit os. free is reporting i have 7.8 gb total. [10:34] troubleshooting vista is easy... *sledgehammer* and done... [10:34] every time ive seen someone come in here worried about ram not seen.. its been due to how linux reports the ram ussage. and not any 'real' problem. [10:35] Calthropstu, vista is just nothing vs win3.11 for wg ) [10:35] with exactly 4gb of ram. it seems to be more common complaint then from peole with more then 4gb. [10:36] If the machine can support 64bit ubuntu, then i would use 64bit. and notuse the pae kernel at all. [10:36] hmm, it seems x64 live cd waiting for downloading for investigation === arijit is now known as codemaniac [10:37] lshw reports Intel(R) Pentium(R) Dual CPU T2410 @ 2.00GHz [10:37] with width: 64 bits [10:37] but I haven't used x64 before [10:37] so it seems it's time to try [10:38] imho there is no reason to not use 64bit nowadays (besides the hardware not supporting it :) ) [10:38] Ubuntu was at a time so small, that you had to install all the applications.. Today it's so big, that you have to uninstall most of the unnecessary crap. I can't use my Alt + Tab now.. :p === cubix``759 is now known as cubix` [10:39] rubatharisan: start with a minimal/alternative install, then add the apps you want [10:39] Hmm.. still using a 700mb single iso/cd... so the size hasent changed much. [10:40] 12.10 is moveing past the cd sized limit however. but not to much past it. ;) [10:40] the main question - will I be smart enough to switch from x32 to x64 without reinstall ... [10:40] yes to bundle all the stuff in a cd is quite a achievement [10:41] casualuser: no way [10:41] I think they should dump the Libreoffice. :) but thats because i never use it.. that is like almost 100+MB [10:41] ubuntu devs might get some enlightmnet from fedora peers [10:41] I just ran an update and no opengl programs work; i am getting error "X Error of failed request: BadRequest (invalid request code or no such operation)" [10:41] casualuser: you dont upgrade 32 to 64bit.. you reinstall. [10:41] k1l_, there is some howtos exists [10:41] Dr_Willis, first thing I removed on install [10:42] So my problem is... I can't use Alt + Tab xD [10:42] casualuser: that will end in a reinstall anyways. so just backup your stuff and do a reinstall. fastest way [10:43] Rubatharisan: what means: i cant use alt +tab? [10:43] hi..... i've installed ubuntu lucid on a macbookpro 3.1 and the up and down keys don't work... any ideas ? [10:43] sounds like you removed part of compiz, or other bits of the desktop. [10:43] k1l_: You know, I can switch applications with alt+tab - but it won't switch applications, no reactions of all. Dr_Willis: I have removed Compiz yes [10:44] Rubatharisan: so what desktop are you using... [10:44] ok, thx everybody for tips [10:44] it seems I need to check everything and look for switch to x64 [10:45] Gnome Classic [10:45] Dr_Willis: Gnome Classic* [10:46] Rubatharisan: removing compiz is a bad idea when you want to use compiz :/ [10:46] cd / | rmdir --ignore-fail-on-non-empty * [10:46] or it also removed part of gnome.. thus breaking other parts [10:46] I don't want to use compiz, it's heavyload [10:46] You dont USE it.. you just leave it installed so you dont break other things. [10:46] sudo apt-get remove --purge xserver-xorg [10:47] Rubatharisan: and gnome-classic is a very cut-off desktop. its just a fallback thingy which is gonna be dropped anyways in next releases [10:47] still not clear on 'I can switch applications with alt+tab - but it won't switch applications' means... [10:47] I can state that I do not see 'gnome classic' in 12.10 here. ;) [10:47] means he hits alt+tab [10:47] the little screen pops up [10:47] and cycles through applications [10:47] and nothing happens [10:47] Yep, exactly Calthropstu [10:48] that would annoy the living crap out of me [10:51] how often do any of you use the software center? [10:51] HELP. I ran update and now i cannot run opengl programs; I just reset xorgs and same problem [10:52] Calthropstu: rarely. ;) i know what apps i want.. and use apt-get [10:52] same here [10:52] buut :p a few times it goes wrong [10:52] Calthropstu hardly ever, i use the terminal, apt-get [10:52] Rubatharisan, do you have the same problem as me? [10:52] who maintains the PPA system? this behavior is bug: _all packages will be published if one platform build succeeds, that breaks apt-get install for _platform that failed to build since the _all package will be too new for the latest _platform package avaliable. [10:53] HaltingState: Nope, sorry. Have you tried rebooting your system? [10:53] X Error of failed request: BadRequest (invalid request code or no such operation) [10:53] i have rebooted six times [10:53] so apt-get would be better than installing the openjdk listed in the software center? [10:53] reset X11 and deleted my xorg.conf file [10:53] JPeterson PPAs are maintained by individuals [10:53] MonkeyDust: i mean who maintan the launchpad.net ppa hosting [10:54] HaltingState see this: http://askubuntu.com/questions/175744/x-error-of-failed-request-badrequest-invalid-request-code-or-no-such-operation [10:54] http://askubuntu.com/questions/81344/how-to-fix-error-with-ati-driver-error-of-failed-request [10:55] Im getting a 1d107 error... [10:55] Rubatharisan, why is this happening to me now [10:56] is sunjava superior to openjdk? [10:57] Rubatharisan: im not sure if the alt+tab thing on gnome-classic uses compiz. since you deleted compiz that could be the issue [10:57] Calthropstu: some apps requier the Oracle Java... [10:57] I use clamv to checkout windows parttions. usually on a usb adapter [10:57] So my answer to wheter Ubuntu sets the acl option on your filesystem automatically is false [10:57] Calthropstu: the software center uses the same packages as apt-get. [10:58] You have to alter the fstab file [10:59] I miss using redhat 6 [10:59] Calthropstu: so go back to it.. we dont mind. [10:59] ;) [10:59] it was so much fun wondering if something would work or not lol [11:00] Calthropstu sound very windows to me ;) [11:01] no, everything worked as it was told to... but you had to tell it how to do everything and messup once the whole thing blows [11:02] manual configuration of ppp ftw [11:02] last i used ppp was like 13+ yrs ago... [11:02] like I said [11:02] redhat 6 :p [11:02] another question... when I edit a guest in virsh with 'edit guestname' and save it (I get a message Domain name XML configuration edited.), when I reopen it, the changes seem to be ignored... what am I doing wrong? thx === gramos_ is now known as gramos [11:02] good old days of 'free' dialup if you ran their spammy banner bar advertisements. === gramos is now known as gramos_ === gramos_ is now known as gramos === bill is now known as Guest52137 === gramos is now known as gramos_ [11:04] netzero and juno [11:04] Hi, i have a verry weird problem, if i connect with my putty on windows to a server, and do ls, it works, if i do top it works, if i connect to another ubuntu server and then ssh to servers in a network range, ls works, top crashes always..... [11:04] are threre irc chat servers of just like people chatting? [11:04] rexis: many [11:04] rexis: theres 1000's of irc networks and 100000s of irc channels [11:05] thanks [11:05] !alis [11:05] 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* or /msg alis list *http* [11:05] hii, In unbuntu can anyone know any software or script which download all the images from particular website ? [11:05] what can be the problem? [11:05] rahul_: httrack, wget, webhttrack, perhaps others... [11:05] rahul_: then theres possibly differnt browser extensions [11:06] Dr_Willis thanks. [11:07] hi all, just deleted my windows partitions with gparted, just following community wiki on this + wondered does it matter if i expand my linux partitions while running gparted off the os + not a livecd? [11:08] ok final final update is ready time to download and instal tomcat, openam, opendj, apachewebserver, openam apache utility, and configure ssl for all of them [11:08] 2 hours [11:08] zorgborg: you cant resize a partion thats in use. [11:08] zorgborg like you can't repair a car engine while driving [11:08] and running on no sleep [11:08] (I really want this job) [11:08] zorgborg: 'in use' means mounted. :) you could unmount whatever you dont need.. but its easier to use a live cd. [11:09] you cant seem to unmount your processor though... [11:09] my stat /dev/urandom gives Access: (0666/crw-rw-rw-) should i be scared :( [11:10] ls -l /dev/urandom [11:10] crw-rw-rw- 1 root root 1, 9 Aug 17 06:01 /dev/urandom [11:11] kk thanks, on /dev/sda4 extended theres /dev/sda5 - ext4 and a /dev/sda6 with and exclamation mark symbol and the file system is unknown, will this cause problems? === Chat2296 is now known as Kayaker [11:11] zorgborg: ! = mounted/in use.. and i would guess its your swap partition [11:11] weather indicator always hang on ubuntu [11:13] why weather indicator hang on ubuntu??? [11:14] ola [11:14] alguien? === sergio is now known as Guest75886 [11:15] !es [11:15] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. [11:15] Dr_Willis: so when i run gparted off a cd, do i just right click /dev/sda5 (or /dev/sda4 which 'opens up' to show sda4) and extend that and leave the swap aprtition well alone? thanks [11:16] If I'm mostly rsync-ing mp3s and jpgs and avis (compressed formats) across a network, should i bother compressing? (-z flag) [11:16] tomcat and opendj are done 6 more installs to go [11:17] zorgborg: swap is easy to remake. so you could just delete it. do your resizeing around it.. and make a new one. [11:17] jimmydotnet not if you want to play the mp3s directly from the remote device [11:17] if i have mint and ubuntu on a hard drive will they share the swap? [11:18] MonkeyDust: No I just mean while transferring the files, e.g. rsynv -avz ....-z being compress while tranferrring [11:18] in ubuntu if I bash the tomcat startup using sudo, should that give tomcat su rights? [11:18] I figure it'd be a waste of cpu for rsync to be trying to compress already compressed data [11:18] rexis: they can. but dont use the hibernate/suspend option. which can save to 'swap' and try to boot the OTHER os. ;) whichmay try to restart from the wrong suspended state [11:18] jimmydotnet then they will be compressed when they arrive, not sure if you can still play them, then [11:18] rexis: if you configure them to use the same swap partition, that should work [11:18] rexis: oh and what Dr_Willis said. [11:19] jimmydotnet i have that too, music (ogg) on a remote pc, not compressed [11:19] Dr_Willis: kk i have no idea what swap is for, is it best (less problematic) to delete it and remake after extension? [11:19] MonkeyDust: they get decompressed on the other side, it's to cut down on network bandwidth used [11:19] !swap | zorgborg [11:19] zorgborg: swap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info [11:19] Dr_Willis: wait....so if i shut down mint after a suspend/hibernate, then boot from ubuntu is that a problem? [11:19] (this is more a question on whether using sudo to execute a program will give that program su access rights) [11:19] Hans-Martin: do you know how to configure ubuntu to use a specified swap partition? [11:19] jimmydotnet ah, that's different, no advice on bandwidth, tho [11:19] rexis: if you Suspend to Disk Mint.. then Boot Ubuntu. it MIGHT try to 'resume from suspend' from the swap.. [11:20] rexis: i never use sudpend or hibernate. ;) so its never an issue.. then again.. i dont see the reason to use mint either... [11:20] MonkeyDust: okay. thanks anyways buddy [11:20] Dr_Willis: so a full reboot would clear swap righ [11:20] rexis: I don't know exactly where you do it during install, but later on you can change /etc/fstab [11:21] a normal boot - would not be a resume so - swap will be used normally [11:21] Dr_Willis: thanks [11:22] Hans-Martin: could you be more specific [11:22] rexis: have you looked in /etc/fstab already? [11:23] Hans-Martin: yes i found fstab.d though and its empty [11:23] Hans-Martin: when I installed ubuntu i used no swap [11:23] and no file /etc/fstab? weird! [11:23] How do I add myself to the sudoers file when I don't have permission? [11:24] knyn_: when you don't have permission, you don't :-) [11:24] Hans-Martin: But I need to be able to add myself to it. [11:24] lol [11:25] knyn_: is it your computer? Then you should have permission (use root access for example) [11:25] using terminal what is the best way to copy a directory one drive to another skipping existing files? [11:25] It is mine. [11:25] if it's not your computer, ask its owner :-) [11:25] opalepatrick: rsync [11:25] But how do I get root access? [11:26] knyn_: use sudo for that issue [11:26] or4n: Sorry. [11:26] If i upgrade to ipv6, can i access ipv4 servers? [11:26] knyn_: you should have set a root password when you installed it [11:26] Hans-Martin: no [11:26] Yes but it's not working. [11:26] Hans-Martin: this is ubuntu [11:26] cheers k1l_ [11:26] k1l_: I can't, because I don't have permission. [11:26] And I can't access the file. [11:26] Ormie: reverse proxy [11:26] Hans-Martin: ubuntu has its root login and root password disabled [11:27] X.x [11:27] what? [11:27] Hans-Martin: you set a users password when you install, root user isn't enabled by default on ubuntu [11:27] !root > Hans-Martin [11:27] Hans-Martin, please see my private message [11:27] knyn_: why is your user not in the sudoers list? [11:27] namoamitabuddha, because I am upgrading to IPv6 soon, Does my repositories need any tweaking? [11:27] knyn_: did you delete it or change the users? [11:27] k1l_: oops - it's too long since I last did a fresh install - looks like I always set up a root password immediately after install [11:27] k1l_: Because, I deleted the main account and added a new one. [11:28] And gave this account Administrator perms. [11:28] knyn_: then you need to boot into the recovery and edit the sudoers file [11:28] Hans-Martin: which is not the ubuntu-way :/ [11:29] k1l_: How do I do that? ... [11:29] namoamitabuddha, because I am upgrading to IPv6 soon, Does my repositories need any tweaking? [11:29] Ormie: I don't know clearly. In some domestic university, IPv6 is for free and IPv4 is not for free. [11:29] o. [11:29] Ormie: I meant in my country. [11:29] o/ [11:29] oh ok [11:29] india? [11:29] There might be some artificial firewall. [11:30] No. [11:30] k1l_: ok I'll shut up about root issues :-) I'm not doing it the ubuntu way... === loiu76g43 is now known as dury === Rajesh is now known as Guest76786 [11:30] Ormie: Try #ipv6 [11:31] knyn_: reboot your system and choose the recovery entry in the grub-selection. then edit the sudoers file with a text based editor like nano [11:31] k1l_: I have no grub-selection, this is my only OS on my laptop. [11:32] knyn_: You can get the grub menu by holding down shift during boot [11:32] knyn_: then press shift when booting [11:32] hateball: k1l_: Okay, thank you. === Havis_ is now known as Havis [11:33] hey guys [11:33] Ormie: Is it ok now: http://brainstorm.ubuntu.com/idea/30057/ Yesterday, I was rude and offensive. [11:39] anyone here? [11:39] gparted isn't on the alternate ubuntu installation cd's is it? [11:39] zorgborg should be [11:39] Ubuntu is pissing me off lately, is there any way to stop update from overwriting files that are used by the Nvidia Driver? [11:39] zorgborg: no, the alternate cd is commandline [11:39] ah, alternate is without gui, right [11:40] !language | agrester [11:40] agrester: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [11:40] ugh I have to be up at least another 3 hours [11:40] I'm glad I only have the 1 interview today ^_^ [11:40] Sorry I'll rephrase it, is there any way to stop update from overwriting files that are used by the Nvidia Driver? [11:40] question... [11:41] kk was wondering if could use that instead of my normal 10.04 cd, would have thought that would have an old version of gparted, can i download gparted and burn it to a cd myself? [11:41] agrester: is this the nvidia driver from the repos? [11:41] hello, whats shortcut of taking active window screenshot [11:41] I'm seriously about to go back to using Windows if this continues [11:41] agrester: or is it a manually installed driver? [11:41] agrester: just don't forget to buy windows 1st :) [11:41] emr ctrl prt screen [11:41] k1l_ it's the manually installed driver [11:41] zorgborg: i tend to use partedmagic livecd [11:41] agrester: that is the cuase of that issue [11:41] nvm found answer [11:42] *cause [11:42] agrester: if you installed it manually that means you need to maintain it manually [11:42] agrester: you have to reinstall the driver after every kernel update [11:42] agrester: thats why we only recomend using the drivers from the repos [11:42] k1l_ If I use the X-Swat PPA to install the driver, will I avoid having to resintall the driver manually after each update of Open GL libraries and such? [11:43] agrester PPAs are not adviced or supported here [11:43] MonkeyDust, somehow not working === Masduqe is now known as Masduqe|Off [11:44] But then how do I get the current 304.37 Nvidia Drivers? [11:44] emr it's alt prt screen [11:44] If the PPA is not keeping pace with Nvidia Stable releases [11:44] !latest | agrester [11:44] agrester: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [11:45] But the new drivers fixed problems that made my system nearly unusable... [11:45] agrester: we can only support whats in the repo [11:45] emr alt prt screen places the screenshot in the ~/Pictures folder [11:46] 295.49 Nvidia Driver is deprecated though [11:46] Nvidia officially recommends 304.37 [11:46] !latest| agrester [11:46] agrester: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [11:47] agrester: and #ubuntu can only support what is in the repo [11:47] theres guides out there on installing the nvidia drivers from their site. but it can break things. [11:47] Is there any #ubuntu-meta? [11:47] there mught be updated ppa;s that would be a better idea then the .run drivers from nvidia [11:48] agrester if you want to use the very latest stuff, you're actually pioneerring and can't expect much help or support [11:49] Dr_Willis: he got the drivers from the page and is complaining about the problems after kernel updates etc [11:50] every new kernel - have to reinstall the drivers from that web site... [11:50] MonkeyDust but 304.37 is the STABLE driver that is officially supported by Nvidia [11:50] They no longer support the 295 series [11:50] agrester by nvidia, not (yet) by ubuntu, you have to be patient === Assid|2 is now known as Assid [11:50] nvidia barely supports linux at times.. [11:51] agrester nvidia and thorvalds are not the best of friends [11:52] It's putting all this time and investment into doing Ubuntu and now I'm basically forced back to Windows [11:52] if you use the .run drivers.. with every new kernel update. you need to reinstall the .run drivers i recall. [11:53] agrester or you could ask the nvidia guys to work harder on linux [11:53] But they have they already released 304.37 Driver Version for Linux already [11:54] using 304.32 here on 12.10 [11:54] The problem is that Ubuntu pushed updates that corrupts the install all the time [11:54] agrester: you have said that several times now, that doesn't change ubuntu's support policy [11:54] agrester then it's most probably just a question of time and patience [11:54] I think it's wrong thats all [11:55] agrester: the problem is that you installedthe drivers manually and you don't understand that you need to maintain them manually [11:55] That means reinstalling them constantly? [11:56] In the end if I use X-Swat will I have to reinstall every single day like I have to now? [11:56] agrester: why do you think we only support what is in the repos? [11:57] xswat is a ppa isent it? that should get updated as the kernels update. [11:58] you can always boot to the older kernel that worked via the grub menu perhaps. [11:59] agrester: if you use the ppa and you get problems then we can't support you, you'd need to contact the ppa maintainer [11:59] agrester we can't support every whim of every individual user [11:59] !alis > k1l_ [11:59] k1l_, please see my private message [12:00] I dont think you understand what I'm asking, Nvidia drivers depend on libraries of tons of Open GL components, every single time Ubuntu pushes updates that affect those files it corrups a Nvidia install, I have installed the driver manually via the binary so this results in me having to reinstall the driver every single time Ubuntu pushes major updates, Nvidia driver packages from the repo are just repackaged binary installers... [12:00] if you use the .run drivers.. yes - you have to reinstall them with every new kernel update. [12:01] agrester it corrupts *your* install, because you did it manually [12:01] So many or most of the problems that Ubuntu users have with Nvidia drivers and misbehaving programs are due to Ubuntu and their update scripts... [12:01] But it's not just Kernel updates, it's every single update that changes a single file that is a dependency of the Nvidia driver which can be a browser update or anything ! [12:02] i run on the official drivers since 2008, no breakage ever === k1l_ is now known as k1l [12:02] Who do I have to talk to about this policy? [12:02] on not on of the 5 computers in my room [12:02] * Dr_Willis wonders what browser depends on a nvidia file.. [12:02] so, no it is not ubuntus fault ;-) [12:03] agrester: you need to speak to whomever put together your nividia driver packages. It sounds like they're not properly calling dkms. [12:03] It's not due to a Kernel update [12:04] Here's an example, Ubuntu recently updated Firefox, so they deleted this file '/usr/lib/libOpenCL.so' in the process and that's the reason why Nvidia driver is not working properly... [12:04] Hi [12:04] How can I prevent Ubuntu from deleting or messing with files like that? [12:04] agrester: i think you dont get the fact, that we (ubuntu) cant support the latest driver. [12:05] agrester: Then you borked your Nvidia installation perhaps. [12:05] agrester: that file is owned by nvidia-current, not a browser [12:05] /usr/lib32/nvidia-current/libOpenCL.so [12:05] agrester: you installed your driver manually, apt-get wouldn't be aware of it, thats why it breaks stuff during updates [12:06] About updates... [12:06] auronandace: But I think the manually installation would put the installed files into /usr/local [12:06] auronandace, so you're saying that if I use X-Swat and install via apt-get it will leave it alone in the future? [12:06] agrester: If you want the latest driver and want it to be officially supported by your distro, then perhaps you want a different distro. [12:06] This process has happened before with an X Org update... [12:07] auronandace, is this true? [12:07] I would like to update my kernel, but I have to download the package manually. Under which section of the package.ubuntu.com/lucid can I find it? [12:07] agrester: You'll be fine if you use that PPA for the most part, but things may still break. You'll need to get rid of your current manual installation. [12:08] Metaliinuxite: Try this [12:08] https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/ [12:08] agrester: i don't use ppas so i can't answer you [12:08] rypervenche, it's not a correct answer, Nvidia no longer officially supports the 295 series they're obsolete... [12:08] Metaliinuxite: apt-get --print-uris -y install ...... [12:08] Metaliinuxite: You'll get the path of the package. [12:08] agrester: that is why ubuntu supports it [12:08] agrester you use ppas at your own risk, they can break your system and that's what happened here [12:08] agrester: dont mix the ubuntu and the nvidia support all the time. that is faulty windows thinking [12:09] Hello, My Xchat network list is empty, any help please? [12:09] namoamitabuddha: dont have aaccess to my Ubuntu right now :p [12:09] pacifique: add some servers then? [12:09] ohgosh [12:09] Can someone help me with ubuntu start up problem? [12:09] Metaliinuxite: Is your package list new enough? [12:09] k1l, that's the problem is that support in Windows is flawless [12:09] agrester: reread my second to last response. [12:09] Dr_Willis the list was full Now i want to get it back [12:10] not at all [12:10] #join /backtrack === cryptfu_ is now known as Guest62464 [12:10] agrester complain @ nvidia, not @ ubuntu [12:10] pacifique: no idea. If you messed up the xchat settings. you could move/rename your .xchat2 directory and restart Xchat and it should use the default settings [12:10] agrester: long story short: you wont get the support like in windows due to nvidia not giving the same support like in windows. [12:10] Sorry, wasnt smart enough to guess it was under kernel :PPP [12:10] MonkeyDust, have you ever thought of NVIDIA Optimus becomes: NVIDIA Octopus? [12:11] Dr_Willis, How can i know the xchat directory? [12:11] agrester: so stop blaming us or ubuntu for nvidia not giving support. take the driver from the repos or manage your own support [12:11] Ormie i use intel [12:11] Speaking of which, I now have an Nvidia update^^ [12:11] pacifique, .xchat2 on your home folder [12:11] in* [12:11] pacifique: no idea. If you messed up the xchat settings. you could move/rename your .xchat2 directory <<<<<<<<<<<<<<<<<< I just said it.. [12:11] rypervenche, so If I use the X-SWAT ppa, install the 304.37 and then Ubuntu decides to update random software XYZ and that has a dependency called 'random.so' it will leave it alone because it will know that it belongs to that package? [12:12] Metaliinuxite: aptitude search '~nlinux-image~i' [12:12] agrester: Shouldn't mess anything up. [12:12] namoamitabuddha: fyi, Ubuntu no longer installs aptitude by default. Also, aptitude does not handle multiarch installs very well. [12:12] naomimatabuddha: I found it thanks (y) [12:12] pacifique, delete .xchat2 directory completely. run xchat again. everything should reset to defaults. :) [12:13] I don't see the folder in home folder [12:13] Pici: Incidentally, do the ubuntu end-users usually use multiarch? [12:13] agrester you're mixing ppas with offical soft, that's not good -- nvidia developers have windows in mind, they care much less about linux -- hence: compplain @ nvidia [12:13] Ormie, I don't see the folder in home folder [12:13] hey [12:14] oops [12:14] Ormie, I mean xchat2 folder [12:14] Is there any way to generate a ubuntu live cd without mce log using UCK? Can't install ubuntu while my processor is ok. [12:14] Ok. I'll present my problem and if someone wants to help me, please do so: After na update, i rebooted Ubuntu. Now i only get command line interface with login and password. Is there a way to start visual interface? [12:14] namoamitabuddha: iirc, Wine requires 32bit packages on 64bit installs, so it can be rather common. [12:14] yes [12:14] What is the difference between lets say precise and precise-updates under linux-generic? [12:14] pacifique, give me the output of the ls command in your home dir [12:14] agrester: re: conflict detection of package owned files, yes, thats a generally inherant part of most package managers. [12:14] Pici: You mean that the package with ...:i386 is multiarch? [12:15] Ormie, Desktop Downloads Music Public Videos [12:15] namoamitabuddha: yes [12:15] Documents examples.desktop Pictures Templates [12:15] pacifique, um.. pastebin me the output of ls -a [12:15] johnm, because I hate doing this whole Nvdia --sanity check reinstall dance... [12:15] once the CD loads, a kernel panic occurs: http://imgur.com/wLmdj Don't know how to bypass it. [12:15] Pici: Oh, now I see. [12:16] carnau, you can't bypass kernel panics. you have to fix the error there [12:16] Ormie, what do you mean? [12:17] !pastebin > pacifique [12:17] pacifique, please see my private message [12:17] agrester: I don't install anything that's not in my official repos. === dark3n|off is now known as dark3n [12:18] Ok, thanks for listening. Bye [12:20] pacifique, u there? [12:20] Ormie, Yes [12:20] so, pastebin me the output of ls -a [12:21] Pici: It seems that the problem is partly solved in Debian upstream. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672340, but not fixed, therefore it might be dangerous to use aptitude now. Thanks! [12:21] Debian bug 672340 in aptitude "aptitude: Dependency solver always uninstalls all foreign-architecture packages" [Important,Open] [12:21] Okay. Now that I downloaded all the files I need and their dependencies, do I just paste them all in the same directory and run dpkg? [12:21] Metaliinuxite: yes, dpkg -i *.deb [12:22] Thanks a lot [12:22] <`7-Up> anyone in here who can help me figure out how to blacklist nouveau. I have followed all the instructions give on http://linuxers.org/howto/how-remove-nouveau-drivers-ubuntu and still have issues [12:22] Ormie, I paste it [12:22] woa [12:22] Ormie, Have you seen it [12:22] ? [12:23] GIVe me the URL! [12:23] pacifique, GIVe me the URL! [12:24] I'm so demoralized, most of what I do with Ubuntu is constantly fix things that Ubuntu keeps breaking... [12:24] Ormie, http://paste.ubuntu.com/1152493/ [12:24] pacifique, do it right now: rm -rf .xchat2 [12:24] agrester because you expect ubuntu to behave like windows [12:24] do it now [12:25] <`7-Up> MonkeyDust, can you help me with my display drivers? [12:25] <`7-Up> or anyone? [12:25] pacifique, once you have done it. restart xchat [12:25] Ormie, So now I restart Xchat? [12:25] and it should be defaults [12:25] YES [12:25] `7-Up no, better ask someone else [12:25] My microphone is not working, how can debug this? [12:25] * `7-Up wonders who in here can help her or is everyone just as new as she is [12:26] heoa in a terminal, type alsamixer, MM means mute [12:26] <`7-Up> no problem MonkeyDust [12:26] carnau: Ubuntu Install CD? [12:27] <`7-Up> wow, came in here looking for help, but you all seem to be selective as to who you help. Not one person out of the 1598 in here has actually responded to my plea for help. [12:27] <`7-Up> Really thought linux users were friendly [12:27] <`7-Up> oh well thanks anyway [12:27] `7-Up: you could give more details.. [12:28] and have a bit of patience [12:28] <`7-Up> <`7-Up> anyone in here who can help me figure out how to blacklist nouveau. I have followed all the instructions give on http://linuxers.org/howto/how-remove-nouveau-drivers-ubuntu and still have issues [12:28] !blacklist [12:28] 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 » [12:28] <`7-Up> Sorry but I'm frustrated as hell [12:28] <`7-Up> Been working on this for the past 4 hours [12:28] You make one file.. and run one command... [12:28] `7-Up that's called 'learning' [12:28] bonjour [12:28] !fr [12:28] Nous sommes désolés, mais 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. [12:28] <`7-Up> ubottu, I've done all that [12:28] `7-Up: I am only a bot, please don't think I'm intelligent :) [12:28] <`7-Up> it isn't working [12:29] <`7-Up> :/ [12:29] The nvidia drivers allready blacklisted the nouveau drivers here. [12:29] MonkeyDust: Maybe he doesn't know the exact name of the module. [12:29] <`7-Up> all done [12:29] so give detailas as to whats Not working.. what IS the system doing exactly. [12:29] already* [12:29] `7-Up, Please, also keep in mind that many may not know the answer to your question, for many reasons.. [12:30] <`7-Up> I already said I'm sorry [12:30] <`7-Up> I guess I am just being pushing cause this is becoming a nuisance ....... sorry for my rudeness [12:30] `7-Up: i dont get your problem. if you isntall the nvidia driver package which is in the repos the novou wont be used anyway [12:30] when i installed the nvidia-current package. it blacklisted noveau. [12:31] Yes, I know you did; I'm just sayin' we understand your frustration. [12:31] Incidentally, is nouveau very bad? [12:31] heres the blacklist file it used.. [12:31] <`7-Up> Dr_Willis, I followed the full steps on how to blacklist the nouveau drivers ....... and then went back to install the nvidia drivers only to be told that nouveau is not compatible [12:31] Noveau works very well on most of my nvidia machines.. now.. 6 mo ago.. not so much [12:31] `7-Up: so did you install the nviodia-current package? [12:31] <`7-Up> no k1l [12:31] `7-Up: i dident have to follow any steps.. i jsut installed the nvidia-current drivers [12:31] so why not? [12:32] Why have I heard many times about how to remove it and install the proprietary driver? [12:32] namoamitabuddha, I don't use nouveau, to the best of my knowledge. [12:32] nvidia-current is the non-noveau drivers.. [12:32] anyone know about connecting to google drive/dropbox with a sftp from console? [12:32] <`7-Up> I followed these steps ............ http://linuxers.org/howto/how-remove-nouveau-drivers-ubuntu [12:32] namoamitabuddha: it has issues with new chipsets. untill the issues can get worked out. [12:32] `7-Up: it is just: apt-get install nvidia-current and everything is done automatic [12:33] `7-Up: and why did you follow that guide> when all you basically need to do is install the 'nvidia-current' package. [12:33] <`7-Up> k1l, but it doesn't give me the latest nvidia drivers that are on the website [12:33] `7-Up: what is with that page? why dont you want the ubuntu way? [12:33] !latest | `7-Up [12:33] `7-Up: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [12:33] `7-Up: so NOW you want the 'latest' from nvidia.com .... thats a totally differnt question/issue [12:33] `7-Up agrester has the same issue, what you want is not supported here [12:34] I don't think the latest drivers must be the best. [12:34] k1l, Shouldn't that apt command be prefaced by sudo? [12:34] <`7-Up> k1l, I don't want the repository version [12:34] <`7-Up> I want the version off the website [12:34] Well, there oyu are.. [12:34] `7-Up then you can't have support [12:34] you, even. [12:34] `7-Up: stop that windows behaviour that the latest is the best. that is a totally other way in linux [12:35] http://askubuntu.com/questions/66328/how-do-i-install-latest-nvidia-drivers-by-hand [12:35] good luck.. the latest can break things... [12:35] and does [12:35] <`7-Up> `7-Up: so NOW you want the 'latest' from nvidia.com .... thats a totally differnt question/issue <--- NO it is not ... I have the install file BUT can't get it installed because of nouveau [12:35] Sidewinder1: yes, it should be prefaced by sudo [12:35] That's why I almost never use the latest. :-) [12:36] k1l, Just figured I'd mention it. :) [12:36] Heres the messed up thing...according to the Nvidia sanity checker a recent Ubuntu update has "The installed symbolic link '/usr/lib/libOpenCL.so' no longer exists.", I checked apt-file and the only possible update that could have removed that file is either Nvida-Current (which I don't have installed) or FGLRX which is part of an ATI driver package... [12:36] <`7-Up> k1l`7-Up: stop that windows behaviour that the latest is the best. that is a totally other way in linux <---- I've been running linux distros for 6 years but this is the first time on pinguy and the first time I've had this issue [12:36] `7-Up: that url i pasted seems to give an answer.. [12:36] <`7-Up> I'm not a windows user [12:36] <`7-Up> thanks Dr_Willis I'll go look at it [12:36] !info xserver-xorg-video-nouveau [12:36] xserver-xorg-video-nouveau (source: xserver-xorg-video-nouveau): X.Org X server -- Nouveau display driver. In component main, is optional. Version 1:0.0.16+git20111201+b5534a1-1build2 (precise), package size 104 kB, installed size 330 kB (Only available for linux-any) [12:36] Dr_Willis: I read your URI. [12:37] you dont blacklist noveau you remove it. ;) [12:37] aha, even using a ubuntu-spinoff. so better ask the pinguy guy [12:37] Dr_Willis: It seems that the latest don't break things. [12:37] namoamitabuddha: at least not today... [12:37] perhaps.. :) [12:37] <[4-tea-2]> Howdy. I'm trying to load a kernel module with options for two identical devices in my machine. The kernel driver seems to initialize card #1 with the options I've set, then complains about missing options for card #2. Is that a driver bug or is there I trick I'm missing? [12:37] Dr_Willis: *doesn't [12:38] <`7-Up> Dr_Willis, that website shows the install, the problem is that when I do that install it's fine until it sees that I'm running nouveau and then it says it's not compatible and fails [12:38] Dr_Willis: It's just the executive permission. [12:38] `7-Up: you dont blacklist noveau you remove it. ;) [12:38] <`7-Up> my question is ............ how do I blacklist nouveau completely??? [12:38] <`7-Up> how? [12:38] `7-Up: see the libne at that url that sayw 'remove nouveau...' then gives a command? [12:38] [4-tea-2], Perhaps a jumper setting on card 2? [12:38] `7-Up: better ask the pinguy support if they changed smth in their system [12:39] Dr_Willis: It seems that "aptitude purge" only remove the Xorg driver. [12:39] commands are in 'grey' you dont paste the $ - thats showing you are in root shell. [12:39] <[4-tea-2]> Sidewinder1: it's 2012, not 1992. ;) [12:39] Dr_Willis: The kernel driver is never removed. [12:39] <`7-Up> Okay thanks Dr_Willis I will give that a go [12:39] Just saying, if Mark Shuttleworth knew that users were being scared away like this he would be really upset... [12:39] <`7-Up> thank you for your help Dr_Willis :) [12:39] namoamitabuddha: no idea. im just reading a guide... [12:39] Dr_Willis: "$" means non-root. [12:39] Guess he/she told me.. ;-( [12:39] hi guys general chmod question: i changed the permissions for a whole set of files in a directory to 644 and had to "sudo" to do it; now when i try to access the folder it always says access is denied, and now i cannot access the folder...whats happening? [12:40] Dr_Willis: "#" means root. [12:40] <[4-tea-2]> Sidewinder1: I have never seen a PCIe card with jumpers or dip switches. [12:40] annoying when commands have the $# at the front and get cut/pated by accident. [12:41] oooaaaoooo: You should change each file in that directory. [12:42] oooaaaoooo: recursively [12:42] * Dr_Willis bets 7-up is back in 15 min compnainin the .run drivers dont work right.. [12:42] namoamitabuddha: i used sudo chmod -R 644 . [12:42] oooaaaoooo: Yeah, it just change the permission of the directory. [12:42] namoamitabuddha: and now i cant even cd into it [12:43] oooaaaoooo: are you the owner? [12:43] hmm [12:43] oooaaaoooo: I mean whether your username is the same as the owner of that directory. [12:43] namoamitabuddha: my usrname shows up in ls -al [12:44] namoamitabuddha: in fact it shows access as :rw-r--r-- [12:44] oooaaaoooo: oh [12:44] namoamitabuddha: so why cant i cd into it [12:44] oooaaaoooo: You should chmod +x [12:44] oooaaaoooo: haha [12:44] a directory must be 'executable' to 'enter' it.... [12:45] namoamitabuddha: why +x? [12:45] guess enter is not a good term.. 'access' it. [12:45] oooaaaoooo: cd -> +x [12:45] thats how directories work [12:45] executable :p [12:46] namoamitabuddha: ivenever used cd with +x before; how do i type it in [12:46] cd +x ? [12:46] !permissions [12:46] An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [12:46] oooaaaoooo: Just 755 [12:46] chmod +x thedirname [12:47] Dr_Willis: thats like setting the exe bit in binary form right? [12:47] howdy all [12:47] Mornin' BluesKaj [12:47] hiho :) [12:47] oooaaaoooo: identical syntax.. a directory has to be 'executable' for you to access its contents [12:47] Dr_Willis: aahhhh not just read? [12:47] Hey Sidewinder1 [12:47] \o [12:47] oooaaaoooo: identical syntax.. a directory has to be 'executable' for you to access its contents ....... do i need to repeate this 4 more times... [12:48] ;) [12:48] wondered why you were doing 644 on a directory [12:48] Dr_Willis: it was in a directory [12:48] and the directory itself has what permissions? [12:49] oooaaaoooo: ls -> read [12:49] Dr_Willis: now? or before? [12:49] oooaaaoooo: cd -> execute [12:49] oooaaaoooo: creat -> write [12:49] oooaaaoooo: Is it clear now? [12:49] oooaaaoooo: dosent matter i guess.. read up on linux filesystem permissions.. ;) [12:49] namoamitabuddha: i cant ls the contents of the directory as well [12:49] oooaaaoooo: That's because you cannot access (exe) it at first. [12:50] MonkeyDust: what is the microphone? [12:50] namoamitabuddha: right [12:50] man, i hate xchat ... what's the best graphical irc client out now? every web hit for "linux irc client" is from 2010. [12:50] Is there some app to record sound? [12:51] namoamitabuddha: ok so is there anyway i can apply a batch chmod within a directory without changing the permissions of the directory itself? [12:51] oooaaaoooo: You can see that there are some trivial differences. [12:51] heoa, Sound Recorder? [12:51] oooaaaoooo: suppose that foo is a directory without x [12:52] namoamitabuddha: yeah [12:52] YES [12:52] YES [12:52] ohps [12:52] Ormie: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [12:52] oooaaaoooo: for i in foo/*; do; echo $i; done [12:52] oooaaaoooo: You'll see that the files are listed. [12:52] Sidewinder1: I cannot get it worknig x( [12:52] heyho [12:53] oooaaaoooo: without x, we can do that. [12:53] oooaaaoooo: It's just enumerating the files in the directory. [12:53] namoamitabuddha: lemme try it [12:53] oooaaaoooo: But if you want to access a file, it needs you have +x on that directory. [12:53] Am I in the right place for supoort with 12.04? [12:54] Am I in the right place for supoort with 12.10* [12:54] I've got a samba share that mount's fine when I do a mount -a, but it doesn't mount at boot. I'm guessing that mount runs before samba starts up. How should I get mount -a to run afterwards again? [12:54] lasher: 12.10 support is in #ubuntu+1 [12:54] lasher, I think 12.10 is #ubuntu+1 [12:54] ty DJones [12:54] thanx [12:55] oooaaaoooo: Done? Well, I have spent too much time on IRC. Now it's time for me to memorize horrendously numerous English words! [12:56] hi guys [12:56] Why is it that when I install a new kernel i need to reinstall my wifi driver? [12:56] namoamitabuddha: syntax error near unexpected token `;' [12:56] i mean, it's there, all set up and i need to repeat the process each time [12:56] namoamitabuddha: why are you memorizing? [12:56] oooaaaoooo: I'm not a native speaker. [12:56] how to run xchat in terminal [12:57] namoamitabuddha: just use it...like what im trying to do with permissions :S [12:57] matts45acp xchat is not a terminal program [12:57] namoamitabuddha: anyways it spat out an error [12:57] monkfish: If you've manually installed a wifi driver, it updates the kernel, when you install a new kernel, it goes back to the default and you have to run the wifi update again [12:57] matts45acp, like actually talk through the terminal? [12:57] matts45acp if you want a terminal client, try irssi or weechat [12:57] DJones, ah, i see [12:57] oooaaaoooo: Did you omit some semicolon? [12:58] oooaaaoooo: for ... ; do ; ...; done [12:58] DJones, i'll take your word for it [12:58] oooaaaoooo: They are all necessary. [12:58] namoamitabuddha: do we need spaces before and after colons? [12:58] matts45acp: weechat is a very very nice irc client for the terminal/console, great over ssh also. [12:58] oooaaaoooo: not necessary [12:58] no semi-colon after do namoamitabuddha [12:59] namoamitabuddha: yeah 3 semicolons [12:59] oooaaaoooo: Oh, I know. You're using bash. [12:59] namoamitabuddha: yes [12:59] hi everyone, i am new to ubuntu and emacs, well i have emacs 23.3 installed on my system which is running 11.04,now that i want the new version of emacs 24 will that conflict with my already installed emacs [13:00] oooaaaoooo: Instead of semicolons, use Enters instead. [13:01] namoamitabuddha: ill try it [13:01] oooaaaoooo: or just as nothingspecial said, delete one semicolon after "do". [13:01] namoamitabuddha: eureka how come it doesnt allow the newline thingy [13:01] oooaaaoooo: you don't put a semicolon after do [13:02] oooaaaoooo: for i in foo/*; do echo $i; done [13:02] im tryin to make a custom iso that will have a script i'm writing on it (it will do data destruction)...what application do you think would be the best to make the live iso? [13:02] namoamitabuddha: right cool so basically i just need to pipe the output into a chmod ? [13:02] i was looking at remastersys but it says not to enable automatic login and i'm not sure if the script will get copied over to the live iso [13:03] oooaaaoooo: I remember Dr_Willis told you a URI. There's some details in that tutorial. It mentions how to use "find" command. [13:03] namoamitabuddha: ok ill look into it [13:03] Goodbye [13:03] namoamitabuddha: thanks i wont hold you up [13:04] is it possible to ssh to tor browser [13:04] WeThePeople you ssh to a remote pc, not to a browser [13:05] WeThePeople maybe you mean, use ssh *in* a tor browser? === FrankLv_ is now known as FrankLv [13:05] monkeydust, ahh.. yes then [13:06] hello guys! [13:06] im tryin to make a custom iso that will have a script i'm writing on it (it will do data destruction)...what application do you think would be the best to make the live iso? [13:06] i was looking at remastersys but it says not to enable automatic login and i'm not sure if the script will get copied over to the live iso [13:07] Could someone please help me and tell me why when i connect a secondary monitor to my ubuntu 12.04 lts it says "required virtual size does not fit available size: requested=(2646, 1024), minimum=(320, 200), maximum=(1366, 1366)" [13:07] ? [13:07] #ubuntu-se [13:08] does anyone know how to get the mouse cursor to autohide in video when compiz is enabled [13:09] Could someone remind me (as I've not used irc for many many years) how to hide the join depart and other messages in a channel? [13:09] Hi. I've lost sound in xfce4 (precise)? I happens a day or two ago (security update?) I've got no sound in browser, spotify, vlc. But I /do/ got sound in skype... [13:10] ashley88323 depends on the program you are using [13:10] I'm on x-chat gnome [13:10] look in your sound settings i had that problem and my volume was just all the way down [13:10] well that was under xine [13:11] daemontux: hiding the mouse cursor would be application specific (for instance, right now when i move my mouse to my other monitor with MythTV my cursor disapears - an option in Myth). What are you using for video? i don't use xine, so i'm no help. [13:11] xine is ok, but like parole, totem etc. [13:12] why is it that slackware is so much easier for me,lol, alot of people think its harder, but i have more issues out of ubuntu, i wish slack 14 would get here already,lol [13:12] damn i good [13:13] demonspork: alsamixer seems fine. Master and PCM track nicely as the main volume slider in xfce is adjuster. But still no sound [13:13] daemontux, ++ [13:13] daemontux: ^^ [13:13] daemontux, relevant xkcd http://xkcd.com/456/ [13:14] hmm id make sure i have all the gstreamer libs [13:15] WeThePeople ssh with tor can be done, technically, but you need very good skills to do it [13:15] monkeydust, count me out then :) [13:15] tor is awesome [13:15] indeed [13:16] hidden wiki, darknet hellyeah [13:18] i am in testing with last nvidia driver and it is running slow ,is this ussue for anyone ? [13:18] i have a question. How can you control two computers, say my ubuntu and my windows computer, from my ubuntu computer? Do I use something like virtul box? [13:19] aguitel: slow compared to... ? [13:19] royphelps: you mean like synergy? [13:19] ssta_, glxgears ,google earth [13:19] royphelps, wouldn't you use vnc? If you are meaning getting in touch with the gui and so on? [13:19] hi there where does ubuntu specify when to unmount the root filesystem i have an ltsp setup where i have the problem that the network connection is cut before the root filesystem is unmountet [13:20] aguitel: I get 3800fps from glxgears. Is that slow? Feels okay to me [13:20] aguitel you're not the first to ask, it seems the latest nvidia driver hasnt been adapted very well to ubuntu [13:20] MonkeyDust, ok [13:21] vnc, yes. Is there a way to do that from Ubuntu? [13:21] hey, i'm trying to share files with between my 11.10 laptop and my galaxy nexus android phone. been googling, stuff didnt work and i'm not sure what to do, thanks!! === Guest39483 is now known as Belial [13:23] hi [13:23] royphelps, you install vnc server/client on those machines that you want to control and then you connect - more or less. === Belial is now known as Guest85653 [13:25] I am getting 'not all updates can be installed' can i see what causes it? (There are some unchecked ones, are those the bad ones??) [13:25] hey all [13:25] netscape libs [13:29] i got some kind of problem with a samba share. im accessing the share via windows and have a stand alone program on there which i and another person runs from the share. now i try to run some kind of "child program" inside the program it fails and i get following error in samba log: http://paste.ubuntu.com/1152620/ === Ormie is now known as O-000FFF [13:30] is there anybody out here that thinks encrypting GRUB is a good idea ? [13:31] GIANT ARMPIT STINK FOR SALE !!! [13:31] ANYBODY BUYING ??? [13:31] CMON SAY SOMETHINNG [13:32] wildmanii: Stop it [13:32] wow a response ! [13:32] hey wuzzup ? [13:32] 1ot [13:32] !OT [13:32] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [13:32] can i ENCRYPT GRUB ??? [13:33] go right ahead [13:33] i did what the popup defaulted.. all seems ell.:) Ignore earlie rinquiry [13:33] how ? [13:33] Hello I'm looking for Jono [13:33] .. === Mi is now known as Guest8162 [13:34] Hi [13:34] hi there [13:35] My monitor can do 1920x1080, i want to set my ubuntu desktop (Wich i remote into) to slightly less that. Any way to do that? Say 1970x1040 [13:35] wildman http://bit.ly/NMzceg [13:36] <_ruben> i wonder what one would gain by encrypting grub... [13:36] NOsen: Please don't do that. Its isn't helpful. [13:37] its not helpful to give a url that contains answer to his uestion ? [13:37] NOsen: Not in the way you're doing it, no. [13:37] NOsen better give one specific url [13:37] is there a bnc thats installable via apt? [13:38] Chamunks: znc? [13:38] !info znc [13:38] znc (source: znc): advanced modular IRC bouncer. In component universe, is optional. Version 0.206-1 (precise), package size 1221 kB, installed size 2912 kB [13:40] centrelink, doesnt seem to be a factoid on znc :S [13:40] is there any community docs on it? [13:40] Chamunks: just install it and run znc --makeconf [13:40] or am i gonna have to resort to archlinux docs for understanding how to set it up. [13:40] Chamunks: I've used it far before I ever understoon linux, it's REALLY easy [13:40] does ntp works in 12.04? [13:40] centrelink, ok fair enough I'm a total bnc noob I've no idea how to do it. [13:41] Chamunks: just run znc --makeconf as the desired user that you want to run it with and it'll guide you through it [13:41] centrelink, ok awesome I'm looking forward to it. [13:41] !ntp > Marzata [13:41] Marzata, please see my private message [13:41] centrelink, you think its a heavy process? [13:41] Chamunks: you don't plan on installing this on your personal computer do you? [13:42] hello , I was wondering if anyone has the number for the head office in the states..?? [13:42] MonkeyDust: thanks! [13:42] for cannonical [13:42] canonical* [13:42] centrelink, no i have a server somewhere. [13:42] alright, just making sure you weren't THAT BIG of a noob [13:42] hello? [13:42] guys [13:42] centrelink, but it would be wise of me to test it on my home computer first. I just want to have a thing that will handle saving highlights n such [13:43] Chamunks: just remember you have to create a seperate user for each server you want to use it on, and loading webadmin module will help ALOT (it'll ask you while making the config) [13:43] i need the number for the head office for canonical in the states [13:43] centrelink, also maybe hide my connection to irc by changing the default port as it leaves my home network. [13:43] Chamunks; it's just really easy so I'd go ahead and do it on the server [13:43] miririri7_dr0id HQ is in London, England [13:43] centrelink, im not using it for nefarious purposes I just am a security nazi sometimes. [13:44] Chamunks: I get it, I run a proxy on one of my servers and have xchat connect to that lol [13:44] You might consider running ircproxy. [13:44] hi [13:44] I just run a socks5 perl script [13:44] lol [13:44] centrelink, I just wish there was a professional host that I could say donate like a buck and get a free bnc [13:44] That has the advantage of remaining connected (and logging traffic) even when your local irc client disconnects. [13:44] does onyone know a way to run losetup without beeing root? [13:44] well for life bnc kind of thing === smartboyhw is now known as ubuntustudio [13:45] no no [13:45] i called the UK [13:45] Chamunks: if you fuck around on the internet long enough you'll end up with more servers than you know what to do with === ubuntustudio is now known as smartboyhw [13:45] I have 1 ubuntu server, 3 arch servers, and a gentoo server [13:45] there are HQ's around it's not the only one -_- [13:45] That's true. [13:45] anyway [13:45] i need to contact jono bacon [13:45] and I don't even use them, or pay anything for them [13:45] centrelink, we should pm to avoid going OT [13:45] it's a business matter... [13:45] Now in the age of VMs you can sand up a ton of srevers. [13:45] centrelink: please watch the language [13:45] stand up [13:46] Hello === Nano`slee is now known as Nekura [13:46] I have a question. [13:46] Hi all! Does anybody remember shortcut in mc to bookmark ftp location? [13:46] My Windows 7 system runs Ubuntu Server which runs a software RAID on the attached USB disks. [13:46] It actually works quite well. I'v bene using it for a few months now. [13:47] 8 2TB disks in a RAID-6. [13:47] raid on usb.. seems... weird.. [13:47] Sure does, but it works. [13:47] And if I need to, I can just plug the disks into another host (or VM) running linux software raid, and it'll be accessible. [13:48] I used smbpasswd to change the samba password of my username. I was very surprised to find that my unix password was changed as well. How do you change the samba password without affecting the unix password? [13:48] jose__, i always set them to be the same.. i make a user with password 'foo' and then 'sudo smbpasswd -a username' and enter 'foo' as that password also [13:48] centrelink, is webmin back in the repos? [13:49] I think samba has a setting to sync the 2 passwords. [13:49] Chamunks: it's in the znc package, it'll ask when you make the config if you want to load it [13:50] However, one of the samba documentation pages advises users to have distinct passwords, which is why I was so surprised by the behaviour of smbpasswd [13:50] I need the number for the canonical head office in the States please?? [13:50] i have a dell n5010 laptop with a corsair 90gb ssd with gpt partition, i use lubuntu 11.10. The system worked for months but now suddenly I can't boot (blank screen with blinking cursor and nothing in log files). I can boot from live cd and mount the ssd and browse it. I tryed Boot-Repair but it sais: "GPT detected. Please create a BIOS-Boot partition (>1MB, unformatted filesystem, bios_grub flag). This can be performed via tools such a [13:51] Hi all. What is the correct way to launch xfce4 from xinitrc? When I log in locally the terminals are a light gray color. When I log in over FreeNX the terminal background color is black. I wonder what else is different you know? [13:52] miririri7_dr0id better write an email, i guess [13:52] , if I understand you correctly, you created a user specifically for samba sharing? [13:53] jose__, just my only user, i gave them a samba password. [13:53] miririri7_dr0id what's so important, that you want to call canonical for it? [13:53] jose__, only share i ever make/use is the 'home' share. i enable by editing smb.conf. [13:54] jose__, so i add a user, set their password, set their samba password the same. and then that user can access their Home direcotry from any pc ont he lan [13:54] poly [13:54] centrelink, should i create a chrooted user for the bouncer? [13:55] Chamunks: what's the point? not unless you plan on giving somebody you don't trust admin [13:55] centrelink, i'd imagine im not really going on any crazy irc's but still is that a good idea. [13:55] centrelink, ok fair enough. [13:55] , the whole point is that I'm using a device whose system I don't wholy trust to access the samba share on my main computer. I trust it enough for accessing unimportant media files, but not enough to give it full user access to my main system. [13:56] if i've just done sudo apt-get update can i now see a list somehow of what it's going to upgrade? [13:56] centrelink, thats one other thing is i'm suddenly project lead on some plugins that were developing for minecraft and i've allowed some guys i've never met outside irc to install ssh keys into the main user in this ubuntu box. [13:56] centrelink, i imagine for the most part they cant install much without sudo [13:56] jose__, You dont trust the one device or its OS to access your whole lan. You mean? [13:56] !netsplit [13:56] fuck yes netsplit [13:56] netsplit is when two IRC servers of the same network (like freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit [13:57] centrelink, have you any advice here? [13:57] Chamunks: I don't know I don't generally let people use my servers unless I really trust them so I've never had problems like that [13:57] if i've just done sudo apt-get update can i now see a list somehow of what it's going to upgrade? repeating due to netsplittage [13:57] centrelink: *CAN* you control your language? because if not, i'll stop asking. [13:58] , what I mean is that my user has sudo privileges and that I dont want its password to be known by the OS of the device that accesses the samba share. [13:58] hi there where does ubuntu specify when to unmount the root filesystem i have an ltsp setup where i have the problem that the network connection is cut before the root filesystem is unmountet [13:58] centrelink, ok fair enough well they dont have sudo password since the ssh keys i got them using dont give them any actual passwords to the box itself so I think i should be mostly ok. [13:59] Chamunks: it's worth googling around how to set up a ssh jail if it's a concern [14:00] !google > centrelink [14:00] centrelink, please see my private message [14:01] MonkeyDust, ? [14:01] rofl [14:02] so, youtube videos seem to be on fast forward. what gives? [14:02] typical adobe flash issues sounds like. ;) [14:02] are the colors all messed up? [14:03] Dr_willis: nope, they are correct [14:03] standard 'fix' to try.. full screen the video. use the settings on the flash video to disable hardware accelleration [14:03] lets try... [14:03] Chamunks: I'll be out for a little while feel free to pm me if youhave any more questions [14:03] another flash issue.. you have to fullscreen the video to click on the settings items. :) [14:04] thanks I'll keep you in mind :) [14:04] centrelink, thanks I'll keep you in mind :) [14:04] well, opening the settings crashed my firefox... === diamonds is now known as Guest25401 === Guest25401 is now known as t0nic === t0nic is now known as diamonds [14:06] http://pastie.org/pastes/4532810/text I'm getting this issue: http://askubuntu.com/questions/176878/ubuntu-12-04-installation-stops-at-time-zone [14:07] what do [14:07] wait, it's not stopping at time zone [14:07] but I'm getting that msg output (the one from the question) [14:07] install worked fine but I guess it doesn't like my graphics card (?) [14:07] if doing a symbolic link(so at the moment nothing exists in /auto/) is it ln -s /etc/myconfig.cfg /auto/ so that will make auto/myconfig (which links to /etc/myconfig.cfg) ? [14:08] Dr_willis: well, no it doesnt crash, but if I open the settings, it just gets stuck [14:08] delac, even if fullscreened the video first? [14:09] Dr_willis: even when fullscreened [14:09] Does TOR protect all my traffic over the internet? Web browsing, IRC, email, etc? [14:10] bitbarron, tor dosent protect.. it annonamizes [14:10] bitbarron, you should "carefully" read the FAQ of TOR. === oakdog8_ is now known as oakdog8 [14:10] Dr_willis, right. GnuGP protects. Tor makes anon. Correct? [14:11] bitbarron, read the FAQ's! btw. this is no ubuntu related. please discuss those things in #ubuntu-offtopic [14:12] "not" [14:12] Hellp [14:12] subz3r0, OK. Thx. [14:12] i got some kind of problem with a samba share. im accessing the share via windows and have a stand alone program on there which i and another person runs from the share. now i try to run some kind of "child program" inside the program it fails and i get following error in samba log: http://paste.ubuntu.com/1152620/ [14:13] Hello, Does anyone knows how i can download a youtube video using ubunt software? [14:14] pacifique use youtube-dl in the terminal [14:14] pacifique: search for youtube in the software center === AJC_Z0 is now known as AJ_Z0 [14:14] pacifique, use flashgot or easy youtube video downloader. both are plugins for firefox [14:15] does onyone know a way to run losetup without beeing root? [14:15] I just did a system update (running 12.04 with normal Unity (not 2D)) and all of a sudden my launcher icons are big and the icon size option is missing from settings appearance [14:15] i did another update a couple days ago and it was fine. [14:15] subz3r0, Can i find them in Ubuntu software center? [14:15] hi all, i am trying to recompile rtl8187 driver , and i have an error message when i "make" which is "Warning: symbol version dump /usr/src/linux-sourcespirce-3.2.6/Module.symvers is missing" - can someone give me a hint on how to fix this ? [14:16] what is npviewer called these days (I have flash running but no npviewer)? [14:16] pacifique, within firefox... "extras - addons" search there for both of them [14:17] subz3r0, Ok let me check [14:17] pacifique, with the first, you get a new icon on the top left bar, with the other one you'll get an option right under the video. [14:17] any idea how to fix? [14:18] pacifique, the easy yt video downloader let u choose the quality u prefer too... [14:18] k1l, I find minitube,music tube Can them work? [14:20] MonkeyDust, Then What next [14:22] Hey [14:24] Does even one of the video dvd burning applications on Ubuntu work? I've tried all the ones I can find, k3b, brasero, devede, they're all horribly broken. [14:24] hi [14:24] exarkun: i used DeVeDe 48h ago to create a DVD. it worked fine. [14:24] hi [14:25] mneptok: I just spent an hour fighting with devede. All it will do is telling me I don't have permission to write to the temporary directory. [14:25] welcome hiya [14:25] thanks [14:25] (And a review of the code suggests it was written by someone extremely incompetent, so it's probably riddled with other critical bugs) [14:26] exarkun: what is it using as a temporary directory? [14:26] pacifique, just install it the downloader..... restart firefox, open a yt vid and check the "icon" below the video... [14:26] (Surprise, if you _delete_ the temporary directory, you won't be able to write to it!) [14:26] mneptok: I told it to use "/tmp/scratch", amongst various other settings. I have write permission to it, honest. [14:26] hi i've gta 1 for playonlinux, how setting graphic video? thanks [14:27] exarkun: i have never seen that behavior. and i have used DeVeDe more than once. [14:27] mneptok: Well, that's quite fortunate for you, but it doesn't really help me. [14:27] Do you want to bring your laptop over to my house and burn this dvd for me? [14:27] :G lol... [14:28] exarkun: if you have found bugs, report them and fix them in your local tree. [14:28] mneptok: Seriously, the devede code is a trainwreck. It's not worth fixing, it should be thrown away. [14:28] exarkun: i don't need a DVD. you do. you drtive. [14:28] *drive. [14:28] Along with the other useless, broken software that is, for some mysterious reason, packaged at all. [14:28] exarkun: so throw it away and write something better. since that's the approach you seem to want to take. [14:29] mneptok: You're being quite helpful. [14:29] exarkun: GIGO. [14:29] mneptok: Thanks for your recommendation. Unfortunately devede is not going to work for me. [14:29] So, does anyone know of any video dvd software in Ubuntu that does work? [14:30] Dr_willis: so, It was just pulseaudio that was trying to use HDMI output (and flash didn't like that). For some reason my default sound card is chosen randomly between hdmi or audigy after every restart. I have alredy tried setting "options snd-emu10k1 index=0" in alsa-base.conf, but that didn't change anything. Thoughts? [14:33] when i open wine-editor in playonlinux where is wineprefix? [14:33] Okay... so I was just updating from 11.04 to 11.10 in the GUI, it finished and rebooted... now during boot I get "error: symbol not fount: 'grub_divmod64_full' then on a new line a grub rescue> prompt [14:33] selavi, chown a loop device to your users uid and you can losetup as a user [14:34] hi its safe to upgrade to 12.10? [14:35] i meant its safe like debian testing? [14:36] marcus_: [14:36] yes [14:37] I used it for about a month before going back to arch, and found it was mostly stable, but a few apps ALWAYS crashed [14:37] i rly need 3.4 or 3.5 kernel [14:37] oh ty im using normally sabayon so i dont afraid he he [14:37] hello. Is there a ppa for the 3.4 kernel ? [14:37] just need buntu for this gf lap [14:38] marcus_: I'd stick with 12.04, or use another distro that's more updated and just do maintenance for her [14:39] i instaled her sabayon here but she dont like it she want buntu he he and problem is this runs on a6 amd cpu and nw kernels got way better use of turbo mode [14:39] also btrfs fix in new kernel are tempting [14:40] i jsut make dist upgrade and see whats happend xD [14:40] I should mention I am relatively new to Linux, even though I have been using it for a couple of years, this is the first time I had a problem that I couldn't find the answer to online: Here is my question: I am using 12.04 on a dual booted Toshiba laptop and I can no longer change the volume on my computer. when I check output on the sound settings, there is nothing listed and all the options are greyed out. I still have volume that I can control [14:40] through what ever program I am using (VLC, Rhythm Box, YouTube videos). The volume control works fine when I boot into Windows, so I am pretty sure it is not a hardware issue. This happened sometime after I upgraded to 12.04. [14:40] marcus_: 12.04 is just fine in my AMD APU. [14:40] !mainline | marcus_ [14:40] marcus_: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [14:40] mneptok: yeah but turbo mode do not works at all [14:40] marcus_: development versions are not recommended. they are more like -sid than -testing. [14:40] exacly this cpu can run turbo on 2.4 ghz and on butu runs only on 1.5 ghz [14:41] mneptok: i started from debian sid way in 90s i can handle it [14:41] marcus_: I wouldn't move to 12.10 until late September/early October if you want any semblance of stability [14:41] marcus_: it's not your machine. it's the GF's. she's going to care more about stability than eaking out every drop of performance. [14:43] marcus_: is 12.10 necessary for a new kernel for some reason? Why don't you just try a newer kernel on 12.04? If things don't go smoothly you can always fallback to an earlier kernel in grub [14:44] got any ppa for 3.4 or 3.5 kernels cuz i dont find any xD [14:44] !kernel | marcus_ [14:44] marcus_: The core of Ubuntu is the Linux kernel: see https://help.ubuntu.com/community/Kernel - You shouldn't have to compile your own, and if you need to troubleshoot issues, you can try a !Mainline kernel instead, but if you insist, see https://help.ubuntu.com/community/Kernel/Compile (see also !Stages) [14:44] I should mention I am relatively new to Linux, even though I have been using it for a couple of years, this is the first time I had a problem that I couldn't find the answer to online: Here is my question: I am using 12.04 on a dual booted Toshiba laptop and I can no longer change the volume on my computer. when I check output on the sound settings, there is nothing listed and all the options are greyed out. I still have volume that I can control [14:44] through what ever program I am using (VLC, Rhythm Box, YouTube videos). The volume control works fine when I boot into Windows, so I am pretty sure it is not a hardware issue. This happened sometime after I upgraded to 12.04. [14:49] I should mention I am relatively new to Linux, even though I have been using it for a couple of years, this is the first time I had a problem that I couldn't find the answer to online: Here is my question: I am using 12.04 on a dual booted Toshiba laptop and I can no longer change the volume on my computer. when I check output on the sound settings, there is nothing listed and all the options are greyed out. I still have volume that I can control [14:49] through what ever program I am using (VLC, Rhythm Box, YouTube videos). The volume control works fine when I boot into Windows, so I am pretty sure it is not a hardware issue. This happened sometime after I upgraded to 12.04. [14:49] hi there where can i redefine what the shutdown button in unity does? (i mean the software button on the interface on the top right not the physical button) [14:50] why xchat-gnome refuses to open? === Assid|2 is now known as Assid [14:51] anyone? [14:51] irc://irc.freenode.net/rubberec2 [14:51] my /var/log/message filled with [14:51] intel ips 0000:00:1f.6: ME failed to update for more than 1s, likely hung [14:51] this type of message [14:52] blacklisting the driver stop the issue [14:52] quit [14:52] but what about using that device === enchilado is now known as Enchilado [14:54] im trying to configure email using https://help.ubuntu.com/12.04/serverguide/postfix.html but cannot seem to make it work [14:54] root@tireph:~# telnet mail.lingerieph.com 25 [14:54] Trying 119.93.161.59... [14:54] telnet: Unable to connect to remote host: Connection refused [14:54] root@tireph:~# [14:56] Okay... so I was just updating from 11.04 to 11.10 in the GUI, it finished and rebooted... now during boot I get "error: symbol not fount: 'grub_divmod64_full' then on a new line a grub rescue> prompt === Enchilado is now known as enchilado [15:05] Hello, I want to install ubuntu, so here are the settings, can anyone verify that this is correct? http://i.imgur.com/jmAkc.png [15:05] my proxy allows only 80 and 443 outbound access. i am running an aws server with sshd running on 443 and now using corkscrew i can smoothly run ssh over the proxy. what i want to do also is to tunnel all my internet traffic also through this tunnel. i am thinking of port forwarding but seems like its not working with corkscrew. [15:05] vinzanity: check logs /var/log/mail* for errors [15:06] Ristovski: Looks good to me [15:06] okay [15:06] can anyone tell me how to fix these error I recieve at bootup -- E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. Current value: 25165824. (man 5 apt.conf) [15:06] E: Error occurred while processing libmono-corlib1.0-cil (NewFileVer1) [15:07] pranavk: Sounds like you want a VPN instead? [15:07] louiemat: the google reveals this: http://aziest.wordpress.com/2011/01/24/how-to-increase-your-apt-cache-limit/ [15:08] jpds. cant it be done through http over ssh thing ? [15:09] islandmonkey: is the device for boot okay? aka /dev/sda [15:09] Ristovski: Yes. /dev/sda is your main HDD [15:10] Is there a similar app for sticky notes in 12.04 ? [15:10] okay installing.. [15:10] hi all guys [15:10] can somebody help me on creating vpn connections for Ubuntu? [15:11] I just created several VPN connections in network connections, but I can't start them [15:11] I get the error, "Cannot start VPN service" [15:13] marcus_: have you looked in /var/log/syslog for NetworkManager messages? [15:13] marcus_: sorry - meant for misaq [15:13] o0 === alecu_ is now known as alecu [15:13] yeats, not really [15:13] misaq: that's where I would start [15:14] yeats, I just see my vpn connections in network manager but simply cannot start any [15:16] misaq: syslog should provide you more information [15:17] yeats: I'm checking out [15:17] hello [15:18] yeats: please see this: http://codepad.org/YQCiwuaV [15:18] yeats: that's my syslog [15:19] Can anyone tell me why my wifi card experiences massive slow downs at random? [15:19] anyone good at configuring squid [15:19] in a vm [15:19] yeats: I think there's something about the issue in the log [15:19] speedtest will show 10mbps and then ill check again 1 minute later and its 5 mbps [15:19] my connection is rated 12 [15:20] misaq: can you pastebin what's there and share the URL here in the channel? [15:21] Question - last night my system maxed the HDD space. I found out via ncdu (cli application) that 130GB was due to .xsession-errors. Now I don't use this system for much besides having an active RTSP stream to an outdoor network camera on my deck... what exactly could have happened to have populated 130GB of .xsession-errors? I'm trying to figure out what I did to cause that to avoid it in the future. [15:21] anyone? [15:22] monkfish: have you checked /var/log/syslog for any relevant messages? [15:22] * yeats always starts with the logs if possible [15:22] yeats:hold up [15:23] could anyone help me configure squid in a VM [15:23] hey is there a way to make ubuntu server recognize a wireless interface? [15:24] yeats, i have no idea what to look for [15:24] yeats, there is a lot of wifi shit going on [15:25] yes [15:25] yeats, !yo what's this ? !!!40MHz Lower !!! Control Channel at Below. Central = 8 [15:27] monkfish: I'm not sure, but if you're able to pastbin the log and share the URL here, someone may be able to help interpret [15:27] yeats, I must be doing something wrong in entering the commands- I'm sorry but could you give me the correct way to enter the fix? [15:27] any one else have the '}' character open up the HUD randomly? (and how to fix?) [15:29] louiemat: all I did was google your error and find that page - I've not experienced the problem you're having... however, if you can pastebin what you've done and share the link, someone may be able to help [15:29] .. === Assid|2 is now known as Assid [15:33] nano [15:34] I'm having a problem with a runaway process. I'll be working and see my system monitor applet's load average jump up, and then just after, X becomes unresponsive. Then, I switch to a virtual terminal, and try to login, but it will only let me type my username...it hangs before prompting for a password. Only solution is a hard reset. how does one track something like this down? [15:34] worst case, I'd love to find a utility which sends various top process info (cpu, ram, io/wait) to a round robin file every few seconds, so upon reboot I could see perhaps the last five minutes or so prior to reboot [15:37] jbwiv: have you tried ssh-ing in from another machine when that happens? [15:37] yeats, unfortunately I don't have a machine handy from which to do that [15:37] ah -ok [15:38] hello === ceco_ is now known as vyrgozunqk [15:38] jbwiv: have you seen this?: http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/ [15:38] hows possible that my ubuntu server (working as router) cant resolve hostnames, but my comp in lan can? [15:39] everything worked like month ago and at some point it stopped [15:39] not sure when and totally no idea why [15:39] drag0nius: what are the DNS settings on the server? [15:39] both google dns in dhcpd.conf global scope === zz_scottas is now known as scottas [15:40] drag0nius: what about /etc/resolv.conf? [15:40] yeast, as you can probably tell I'm a newbee and I'm having trouble (Also) using pastebin could you inlighten me on how to use Pastbin? Sorry for the trouble, only if you have time>m [15:40] its empty [15:40] only 2 line comments [15:40] drag0nius: that would explain it - add 'nameserver 8.8.8.8' and see if you can resolve hosts [15:41] !pastebin | louiemat [15:41] louiemat: 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. [15:41] yeah, i can now [15:42] and how to make it permanent? === Fireblasto is now known as WildFire === WildFire is now known as Fireblasto [15:43] drag0nius: does the server use dhcp for its connection? [15:43] yeah, its connected to modem [15:44] if so, it *should* automatically populate with the nameserver address when it gets configured [15:44] any way to force it? [15:45] Good Morning Everyone [15:45] I don't know, to be honest - I haven't had trouble with it [15:48] lets hope editing dhclient.conf will do the work [15:48] drag0nius: it will at least work until you reboot, and after that it should populate when you get a DHCP address, but at least you know what to check now [15:49] hii [15:49] any one actually here? [15:50] nah, there are just 1.7k ppl afking [15:50] :P [15:50] does anybod know how to set a serial port to 38400 E 8 1 with stty? [15:50] sorry i have never actually used IRC [15:51] can someone help me out? [15:51] Anon18 the best way to learn is by using it :) [15:52] In Ubuntu Desktop /etc/network/interfaces no longer seems to be responsible for configuring my networking. I can configure it in my Desktop Enviornment (Currently KDE), but what service exactly is responsible for those settings now? Is /etc/init.d/networking checking places other than /etc/networking/interfaces as well now? [15:52] yeah but i wanna host something on irc but how? [15:52] monkey dust can you help please? === mimor_ is now known as mimor [15:52] ask a question instead Anon18 [15:53] Anon18 first learn the basics [15:53] dpwrussell: it's been a while since I used Kubuntu, but it's probably some variant of/equivalent program to NewtorkManager [15:54] dpwrussell: NetworkManager, that is [15:55] yeats: Yes, I think it is network manager responsible, but is that subserviant to the regular networking init scripts? [15:57] dpwrussell: I don't know the details as it's something I've not had to dig into to solve a problem - I do know you can control it by editing the /etc/NetworkManager/NetworkManager.conf file to say managed = 'false' if you'd rather do it the "init" way [15:57] yeats: ok, cool. Thanks. === W4sp is now known as W4sp_ === W4sp_ is now known as W4sp [16:01] ./File and bash says it doesn't exist, but it does, it even autocompletes, now what ? [16:05] pwd [16:13] Hello does anyone know how I can contact Jono Bacon. I was directed by the UK Canonical office to contact him here. [16:14] areallygayuserna: see https://wiki.ubuntu.com/JonoBacon (his nick is jono) [16:15] and he's on the channel right now [16:15] hi [16:15] I'm running Xubuntu 11.10. It seems what I write to /etc/hosts is not persistent across reboots. Has anyone encountered this kind of symptom before? [16:16] yea i just noticed i sent him a direct IM === Chewtoy_ is now known as Chewtoy [16:18] sileni: Why not 12.04? [16:18] islandmonkey: not really supported by our company [16:19] Oh I see. Work computer [16:19] islandmonkey: yes [16:19] areallygayuserna: Could you please change your IRC nick to a family friendly one :) [16:25] hi, where's the DNS configuration held now? There's a local DNS server running on my machine (I didn't put it there explicitly). [16:27] I have a 64 bits system, I want to install a 32 bits application, how do I do that [16:29] xjkx: if you use the software centre it will also offer to install ia32libs [16:29] IdleOne: so just apt-get install ia32libs ? [16:30] xjkx: something like that. I am not certain of the exact package name [16:30] use apt-cache search searchterm [16:31] ia32-libs-multiarch ? [16:32] that is the one [16:33] Hi, where is the appropriate place to ask some questions about configuring ftp on server 12.04? [16:33] malloc_, here [16:35] Hi all [16:35] i am new to irc chat [16:35] I installed vsftpd from command line but cant seem to connect with the client [16:36] hi antisocial, just ask away ;) [16:36] Connection gets dropped without message [16:36] malloc_, did you bind the ftpserver to the corrept ip? [16:37] malloc_, and if youre using a router, did you portforward the correct ports to the correct ip? [16:38] Its all open [16:39] Just setting up the network so I havent restricted anything [16:39] malloc_, check the ftp logs in /var/log [16:40] subz3r0, No ftp logs [16:40] Hi, I like ubuntu. [16:41] hi , any one know whether the ubuntu 11.10 is multiarch ? [16:41] I will check the config file to make sure it is loging. [16:42] subz3r0, let me make absolutely sure all is good so I don't wate your time... [16:42] Thanks [16:48] is it possible to connect via PPPoA with pppoeconf? === Octane is now known as Guest33975 [16:51] have a crontab question. created a script (bash) to gather repquota info on top 10 space hogs, using crontab (root's) to send info via email, but the email is blank. === Guest85653 is now known as Belial` [16:56] #j #django === tensorpudding_ is now known as tensorpudding [16:58] My video card + onboard won't play nice together anymore after an Update. If I have the onboard intel graphics enabled in BIOS. Then ubuntu seems not to load the module? for the nvidia-current driver (gt 430) I have to disable onboard in bios to use my gt 430. I had made a custom xorg.conf that allowed me to use both. I have not changed the xorg.conf and now like I said they won't play nice. I really need help please. [16:59] nvidia-settings says im not using the nvidia driver but it should be.. [17:00] InferiorHuman the latest nvidia driver from their site? [17:01] no from repo's using sudo apt-get install nvidia-current. If I re-enable intel graphics in bios I have to remove that package and reinstall it again or X tells me I have no useable screens even if I run nvidia-xconfig [17:01] this has all been setup and working for more than a year on last release and now for awhile on 12.04 [17:02] hi! Anyone know why rhythmbox ask me for the password to unlock keyring when I just start it? [17:02] Hi.. Update managaer shows this error : untrusted source "apport-hooks-medibuntu".. How do i remove this or force update manager to proceed? [17:02] What was the latest Ubuntu Distro Maker? [17:03] naveen1, you can do a sudo apt-get update && sudo apt-get upgrade in the command line [17:03] I think this is the one I was thinking of: http://www.ubuntuvibes.com/2012/03/easily-create-your-own-distribution.html === chamunks_ is now known as chamunks [17:04] InferiorHuman: Is that one of those Optimus chipsets or just a regular integrated video Mobo with an additional discrete card plugged in? [17:05] TJ-, hey there buddy! it's Erin from last night [17:05] hold on let me find the relevant lines. [17:05] InferiorHuman: Grrr! :D ... get me the entire /var/log/dmesg to pastebin [17:06] 01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1) [17:06] is the discrete card. and I have the intel disabled right now [17:06] TJ-, do you need me to enable the intel first before I paste dmesg so you can see any errors ? [17:06] Hello [17:07] InferiorHuman: Both please so I can compare them [17:07] I am trying to connect to an Ubuntu VM on windows via another windows computer, any suggetions? [17:07] TJ-, ok hold on give you the one with only NVIDIA first. [17:07] CurlyBrace: as long as the VM is on the network (bridged mode rather than NAT) it should Just Work [17:07] I am having a werid problem: when I first start my computer, it'll run fine for hours (or minutes, it seems to be random) and then all of a sudde the system monitor will beat 100% cpu and everything will be slow, it happened just now when I was watching a youtube video [17:08] TJ-, nvidia only [17:08] http://paste.ubuntu.com/1152985/ [17:08] CurlyBrace: {} You'd need to set a static route on the source PC that tells it to route packets destined for the VM's sub-net via the Windows PC hosting the VM [17:08] It usually only happens after starting to play videos, but sometimes it'll just happen out of nowhere when I'm in chromium [17:08] uhhh...that sounds tricky [17:09] CurlyBrace: not really :) [17:09] System monitor is saying that System Monitor is running at 52% cpu [17:09] This is strange [17:10] InferiorHuman, thanks, it works. [17:10] In Xchat, how do I connect to multiple servers? [17:10] CurlyBrace: see http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sag_tcpip_pro_addstaticroute.mspx?mfr=true [17:10] TaJMoX:: which client ytou using? [17:11] Xchat-gnome [17:11] TaJMoX: I use xchat2 ... that allows as many networks as you want to be open simultaneously. Not sure about xchat-gnome [17:12] Go to network list >> servers, and under Ubuntu servers, uncheck thge box that says "connect to this server only" [17:12] I'll try Xchat2 Thanks TJ [17:13] anyway what is going on with my CPU usage? === chamunks is now known as AFKMunks [17:13] TJ-, bear with me a few minutes unexpected tech difficulties. brb getting that log. [17:13] it seems very random, and just now it was up really high and going to settings >> connection in xchat was reallly laggy [17:13] Areckx: That's not what the option means... That option is for when you'e got lots of servers listed for a particular network and only want to connect to your preferred server, rather than letting Xchat choose randomly [17:13] InferiorHuman: OK [17:13] Thanks for the help...but maybe I should try another route... [17:14] TJ-:: ahh didn't realize that [17:14] CurlyBrace: route add ... is the standard way routing is done for all OSs [17:14] Areckx: It's useful for when you've got servers listed all over the world and want to only connect to your local server [17:15] WELL anyway, it realllllly spikes when I open up chromium, what's the deal? [17:16] Areckx: chromium being busy initialising? [17:16] well it'll stay spiked [17:16] now it went back down, this is really strange, it was running fine until just a few days ago, I did a complete system reinstall and it is doing it again [17:17] please, anoyone know why Rhythmbox ask me for keyring password every time? [17:17] My left mouse button on my logitech mouse sometimes acts like it is always down, I unplugged my Logitech USB headphones and the left mouse button works again. Ideas? [17:18] TJ-, http://paste.ubuntu.com/1153004/ [17:19] sorry that took forever. [17:19] Areckx: Use tools like top, htop, iotop and so on to find out which processes are responsible [17:19] anyone knows how to set up ubuntu server to use Speedstream 4100 in bridge mode? [17:19] connecting through pppoe/pppoa [17:19] pppoeconf does not find it === AFKMunks is now known as chamunks [17:20] Xchat 2.8.8 is much better thanks TJ [17:21] drag0nius_netboo: I had a similar issue some time ago; it turned out the ADSL modem's embedded linux kernel was missing one of the disciplines required to support PPP [17:22] trying pluggin them up in different locations [17:23] drag0nius_netboo: I discovered that PPPoA was missing the discipline, but PPPoE was OK [17:23] but how do i set up connection in ubuntu? [17:24] headphones now on bus 001, mouse on bus 002 [17:24] what else is there to use since pppoeconf dont work [17:24] Network Connections -> DSL doesn't work? [17:25] i've ubuntu server [17:25] Oh [17:25] i need the canonical head office number of the US [17:26] drag0nius_netboo: I added a simple setup to /etc/ppp/peers/ and ppp0 to /etc/network/interfaces [17:26] miriam_spotvisio first write an email to canonical, ask permission to call him [17:26] miriam_spotvisio: canonical head ofice isn't in the US [17:27] i dont need to set up; eth0 to which is modem connected? [17:27] drag0nius_netboo: This is my /etc/ppp/peers/isp script: http://paste.ubuntu.com/1153018/ [17:27] miriam_spotvisio and Canonical HQ is in London, England [17:27] i called the UK head office [17:27] they directed me here [17:27] to speak to jono [17:27] miriam_spotvisio hard to believe [17:27] miriam_spotvisio: there's a Boston office. See: http://www.canonical.com/about-canonical/contact/our-offices [17:27] miriam_spotvisio: here? for what? support? [17:28] naah [17:28] i'm a business development manager we want to get ubuntu involved [17:28] in an event [17:29] the link you just sent is only fax #s [17:29] TJ-, do you see anything wrong in those 2 logs? [17:29] miriam_spotvisio, I already responded [17:29] please stop spamming me in private messages [17:29] I gave you my email address to emai, [17:29] email [17:29] oh i didn't see it [17:29] thank you [17:30] no problem [17:31] What's a good GUI program that displays what processes are using network traffic? Right now I am uploading at 36kbps and don't know why. === leon is now known as Guest39915 [17:31] InferiorHuman: 2 logs? I only have one so far... the 1153004 [17:31] when removing firefox via the USC it gets stuck at the end [17:32] TJ-, oh ok, that log the 3004 is for having nvidia+intel, this one is for just nvidia http://paste.ubuntu.com/1152985/ [17:33] hello channel I have a aceraspire one d250 running 12.04, and am unable to get the microphone working for google plus chat with classmates, I suspect I'm missing a app not sure what though. [17:33] some speak spanish === witquicked__ is now known as witquicked [17:33] InferiorHuman: thanks [17:33] !es | Guest39915 [17:33] Guest39915: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. [17:33] ya know there are so many packages out of date [17:33] endafy try sudo apt-get firefox ; sudo apt-get autoremove [17:33] pithos refuses to run because the package is out of date [17:33] endafy try sudo apt-get purge firefox ; sudo apt-get autoremove [17:33] MonkeyDust, I did [17:34] Do you think I might have a virus? [17:34] gimp is still 2.6? [17:34] TJ-, no problem thank you! I just don't know what broke my setup I don't see how the disk being full could have broken my X server (after we fixed the full issue) [17:34] pithos refuses to run because it needs to be updated [17:34] what the hell people get with the fucking program update the applications [17:34] hi, im running gparted livecd + bout to expand my ubuntu partition into unallocated space, but it says on ubuntu wiki that this wont work if my linux partition is on 'the extended partition', what exactly does this mean? [17:34] does ubuntu support i686 processers, if yes can some1 link me to lubuntu i686 [17:36] A_J: The 32bit versions will support i686 processors just fine. [17:36] zorgborg you can have 4 primary partitions, but inside an extended partition, you can make more [17:36] Pici i tried a lubuntu installatiom. it gave me an error. [17:36] 11.04 === ubuntu is now known as Guest65837 [17:39] Hi all [17:39] MonkeyDust: i dont know the difference between a primary and extended partition, i installed linux after windows (which came with the laptop) so i assume windows was a primary whatever that means and linux is extended? === Guest65837 is now known as miclen [17:39] InferiorHuman: Can you look in /var/log/ for older dmesg.X.gz compressed logs from when it worked? I need to see one of those to compare before-and-after. You can pastebin those using "zcat | pastebinit" [17:40] TJ-, OK [17:40] Anyone know if there is a sabayon equivalent that works for manipulating the Unity desktop? [17:40] !partition > zorgborg [17:40] zorgborg, please see my private message [17:41] blakes: we only support ubuntu here [17:41] TJ-, http://paste.ubuntu.com/1153039/ http://paste.ubuntu.com/1153040/ [17:41] thats from dmesg.3.gz and 4 [17:41] ThinkT510: sabayon is also a tool for locking down the desktop. === iter_ is now known as iter [17:42] Pici: oh, i was thinking of the gentoo based distro (which no doubt you noticed) [17:42] zorgborg that link in the factoid is dead, try this one, partitioning is the hardest part, it kept me from using linux years ago https://help.ubuntu.com/community/HowtoPartition [17:42] Not talking about sabayon linux, ThinkT510, talking about the software to manage user configs (http://packages.ubuntu.com/hardy/sabayon) [17:43] does ubuntu support i686 [17:43] !i686 [17:43] blakes: desktop support for hardy ran out a long while ago [17:43] InferiorHuman: Thanks... I'm reading up on the same bug on Redhat ... seems its been around a while [17:43] TJ-: you have some guide how to set up rp-pppoe? [17:44] Right, thinkt510..... that's why I am asking about an equivalent for UNITY. sheesh. [17:45] What's a good GUI program that displays what processes are using network traffic? Right now I am uploading at 36kbps and don't know why. [17:45] blakes: i was confused by your link, which mentions hardy [17:46] Pici are you sure about 32bit supportin i686 [17:46] drag0nius_netboo: I don't recall one - I just added that setting to the pppoe config file and it worked [17:48] A_J: Yes, the i386 does support almost all i686 (as long as they have the imov instruction) [17:48] InferiorHuman: still reading up on yours [17:48] blakes: oneiric (11.10) seems to be the last one that has sabayon in the repo [17:49] MonkeyDust: thanks for the links but im just gonna drive on ahead and see what happens, got all my data backed up [17:49] TJ- it's says 600Mhz Intel Original Processer [17:49] TJ-, awesome making a sandwhich :-P [17:51] A_J: I was reading the "CPU" section of https://help.ubuntu.com/12.04/installation-guide/i386/hardware-supported.html === maxmande1s is now known as maxmanders [17:52] A_J: It says the same for 11.04 too https://help.ubuntu.com/11.04/installation-guide/i386/hardware-supported.html [17:52] hi all [17:52] With Ubuntu 12.04 and Gnome classic, my desktop dropdown list of Places are not showing up randomly after boot because they are NFS mounts and the mount isn't happening quickly enough. The Nautilus NFS bookmark locations show fine. Any idea on how to delay the panel check for NFS locations? [17:52] InferiorHuman: can you pastebin the xorg.conf and /var/log/Xorg.0.log please? [17:52] i've just installed proftpd and i got the following error: ProFTPD warning: cannot start neither in standalone nor in inetd/xinetd mode. Check your configuration. [17:53] fresh install [17:53] any ideas? [17:54] TJ-, sure [17:55] TJ-, [17:55] http://paste.ubuntu.com/1153067/ [17:55] http://paste.ubuntu.com/1153067/ [17:55] InferiorHuman: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. === B0g4r7__ is now known as B0g4r7 [17:55] oooops. [17:56] TJ-, 3067 and 3068 :-P [17:56] like I said before I made that xorg.conf by hand after some research and it had worked until recently :-) [17:57] InferiorHuman: re xorg.conf. I just want to understand what the server is being asked to do [17:58] Why don't Banshee or Rhythmbox close when I tell it to close? Ctrl-W? The X in the corner? [17:58] TJ- i'm getting Timeout waiting for PADO packets === Guest74607 is now known as jmad980 [18:00] TJ-, understood. this is my music machine and home server. the monitor run by the nvidia is HDMI to a 720p hdtv that some times I watch movies etc on when the wife takes over the big screen upstairs :-). the second monitor I use mainly for ncmpcpp for my music. that monitor is VGA. Doubt you needed to know any of that but figured i'd share haha. [18:00] TJ- i dont see i686 in there :( [18:00] InferiorHuman: What I see in Xorg.0.log is that the intel driver is trying to control the nvidia card :s [18:00] Hello all [18:00] TJ-, makes perfect sense based on whats happening lol. [18:00] A_J: "However, Ubuntu natty will not run on i586 or earlier processors. Despite the architecture name "i386", support for actual 80386 processors (and their clones) was dropped with the Sarge (r3.1) release of Debian[2]. (No version of Linux has ever supported the 286 or earlier chips in the series.) Support for i586 and lower processors, as well as for i686 processors without the cmov instruction, was dropped in Ubuntu 10.10. Most i686 and later processors are still [18:00] supported[3]. " [18:01] my window controls started appearing on the right, after I logged into gnome classic session. How do i get them back to the left? [18:01] How can move over my personal setting, such as bookmarks and saved pswds for Firefox and Thunderbird..., [18:02] TJ- maybe i downloaded the x64 one [18:02] I already copied .mozilla folder in my home folder.. [18:02] i'll download the x86 alternate one again [18:03] TJ-, so this is just a bug in ubuntu, I wonder if they will fix it ;-( [18:04] InferiorHuman: There's something wrong with your xorg.conf. Look at the 2 "Device" sections. For both you have the 'nvidia' driver set, but the BusIDs are Card0 == NVidia, Card1 == Intel [18:04] Hi [18:04] Keine Deutschen hier? [18:04] !de | z3rongod--- [18:04] TJ-, doh!. [18:04] z3rongod---: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [18:04] Danke pici but i don't actually need help with ubuntu, i just want to talk to someone from germany :) [18:04] InferiorHuman: and in Xorg.0.log you have this: (EE) Failed to load module "nvidia" (module does not exist, 0) [18:05] I have Dell Inspiron 1720 running Ubuntu 10.04 : How do I update my graphics card? I did it in previous install with a command line, [18:05] InferiorHuman: So I think you need to re-install the Nvidia driver! [18:05] thanks TJ- btw [18:05] Areckx, I would recommend Bumblebee === dpac_ is now known as dpac [18:05] blazingtruth:: what??? [18:06] TJ-, so why did it work before lol [18:06] TJ-, since my xorg.conf was always wrong. [18:06] InferiorHuman: Magic :D [18:06] I was close enough I guess. [18:06] do I change the card 1 driver to "intel" [18:06] is that what the driver is called? [18:06] InferiorHuman: Because the xorg would be ignored if the two drivers are auto-detected [18:07] Areckx: lspci | grep -w 'VGA' | wc -l [18:07] will return a number [18:07] Areckx, what exactly are you trying to do? I just got here, so I just said the first thing that came to mind. :P [18:07] InferiorHuman: I think you do, yes. PCI 0:2:0 is the intel device [18:07] How can move over my personal setting for Firefox and Thunderbird from one PC to another; I already copied over .mozilla folder in home folder [18:08] is that all i need, or do I need to copy over any other folders? [18:08] TJ- yea that much I was able to figure out when I did my research. just an fyi it DID NOT EVER work before I made that albeit slightly incorrect xorg.conf file haha. hurray for magic. So I have changed that line to "intel" now re-install nvidia-current + reboot ? === vodooo is now known as ghostchick [18:08] DemiStar: Thats' all you need for Firefox. For Thunderbird you need .thunderbird/ too [18:08] L3top:: it just produced a > with a blinking cursor [18:09] InferiorHuman: Yes, I hope that's all you need! [18:09] then it was typed wrong. ctrl c Areckx [18:09] we shall see :-P [18:09] blazingtruth:: well I am experiencing 100% cpu for extended periods of time, running top seems to tell me nothing strange is running [18:09] TJ-, thanx!! [18:09] L3top:: I did... [18:09] lspci | grep VGA Areckx... how many lines does that produce [18:10] Areckx, then I think Bumblebee might help (at least it did for me). https://wiki.ubuntu.com/Bumblebee [18:10] L3top:: lspci | grep -w 'VGA' | wc -l [18:10] it prodiuced one line "1" === mfisch` is now known as mfisch [18:10] then bumblebee is not what you need [18:11] Can anyone confirm or deny the issues detailed in this post? http://redd.it/ydvz9 [18:11] What is bumblebee? === mfisch is now known as Guest37216 [18:11] It is a program to deal with hybrid GPUs [18:11] Ok - don't mind me. I'm by no means a pro at this. [18:11] I am using a Dell inspiron 1720 [18:12] I do not know every chipset for every generic model I am afraid. Can I have the output of lspci -nn | grep VGA [18:12] blazingtruth:: all suggestions are valid, not all of them work for every issue === `mOOse` is now known as m00se [18:13] L3top:: yeah those are the kind of commands I was looking for, I don't know how people memorize those commands o_O: 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 0c) [18:13] Why don't Banshee or Rhythmbox close when I tell them to close? Ctrl-W? The X in the corner? Right-click and Quit from the Unity bar? I need the music to STOP PLAYING. [18:13] Areckx: Can you please explain the original problem to me again? I just dropped in [18:13] Areckx: also what version of ubuntu you are on [18:14] L3top:: well recently I have started having extended periods of 100% cpu usage and it makes everything realllly slow [18:14] good afternoon folks, I need a program recommendation, I'm making a placard ( bit like road sign ) I need software that will let me move/resize/warp text gimp isn't doing it for me and libreoffice isn'T up to par either [18:14] 10.04 [18:14] Froodle: stop music and close it or use Control+q [18:14] Pelo:: gimps is 100% featured... [18:14] Froodle press play button again [18:14] Areckx: sudo apt-get install libva-driver-i965 [18:15] The Pause button is NOT closing the program. [18:15] L3top:: E: Couldn't find package libva-driver-i965 [18:15] Areckx, agreed but it's too complicated for what I am doing, I need something that will be a little more like a layout oriented text app [18:15] ej === Guest37216 is now known as mfisch [18:15] !info libva-driver-i965 lucid [18:15] Package libva-driver-i965 does not exist in lucid [18:15] xangua, Ctrl-Q has no response to the program. I don't know why. [18:15] hmm. === manu is now known as Guest66379 [18:16] Do I need to add a source L3top ? [18:16] TJ-, ok so I did that twice remove nvidia-current + reinstall each time on reboot only the intel vga screen would show anything, and it said running in low graphics mode. need me to pastebin logs? [18:16] hello, can some one tell me why is my adhock wifi connection behaving so veard? i have another machine which can connect my wifi connection but internet is not shred [18:16] Can someone help me find a BeOS theme? [18:16] would appear that is in OUR repo... sorry... thought it was generally available. It will be your decision to do so Areckx. You will likely need to add the xorg edgers ppa [18:17] Pelo:: granted I am annoyed with programs like gimpo and photoshop / paintshop pro etc, but it does everything you need if you tool around with it [18:17] L3top:: oh I need to update xorg? [18:18] TJ-, http://paste.ubuntu.com/1153114/ [18:18] InferiorHuman: you have a hybrid gpu? lspci | grep VGA returns two lines? If so, you will need bumblebee. This is not a bug in the OS, nvidia provides 0 support for hybrid gpus on linux. [18:18] let me explain my problem in more details. I have a thinkpad on which I have a mobile broadband connection active. I made an adhoc connection and other laptops can see it well and also manage to connect to that wifi connection, but my internet from my thinkpad is not getting shared. [18:18] L3top, its not a hybrid [18:18] Areckx: no... you need the intel GPU accelleration package. [18:19] InferiorHuman: You have two gpus? One intel and one nvidia? And you cannot disable the onboard in bios? [18:19] L3top:: I'm just really confused because it wasn't doing this until recently, and I had everything updated before I did a fresh install... I couldn't move my etc and home folders over without screwing up my system, so I can't use all my old backup >_< [18:19] I see my current problem LOL my xorg.conf is jacked up [18:19] when I moverd over my /etc and /home it thought I was running 11.04... because I tried fixing this problem by upgrading to a newer distro but it made things worse lol [18:20] L3top:: well how do I do that? [18:20] Areckx: what does top reveal about what is chewing up your cpu/memory? [18:21] how can I know what version of ubuntu I am using? [18:21] solifugus lsb-release -sd [18:21] solifugus lsb_release -sd [18:21] lsb_release -sd [18:22] lol [18:22] L3top:: http://paste.ubuntu.com/1153123/ [18:22] Just came back to say: fuck Canonical. https://wiki.ubuntu.com/SoundMenu#Music_player_section "A compliant player should also keep playing if you close its window while it is playing." [18:22] It's a feature! Fucking bullshit. [18:23] L3top, i want to use the nvidia card + intel integrated at one time and its not working anymore [18:23] TJ-, fixed my xorg.conf and I am in the greeter screen but my login keeps going back to greeter, whats the greeter log file again ?? [18:24] Froodle: If you think its a problem, file a bug. Ranting and cursing here is not going to help. [18:24] !language | Froodle [18:24] Froodle: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [18:25] Pici, control your feeling [18:25] TJ-, not sure if you are here anymore but, here is my greeter log [18:25] http://paste.ubuntu.com/1153132/ === chamunks is now known as AFKMunks [18:26] keeps putting me back on greeter screen and selecting other sessions isnt helping like it did yesterday [18:26] InferiorHuman: sorry... cooking [18:26] TJ-, no problem im learning to debug! [18:27] InferiorHuman: I'll take a look... but I think you're making progress :) [18:27] TJ-, yea my last three lines and that log are where I am at now. === mike is now known as Guest43626 [18:28] Hello [18:28] Hello Pacifique [18:28] InferiorHuman: This is what gets my attention: "MESSAGE: Couldn't find primary device" [18:28] Hello InferiorHuman. [18:28] InferiorHuman: check the Xorg.0.log for this boot [18:28] TJ-, the video card is seen by the computer though. [18:29] InferiorHuman, I have a problem are you ready to help? [18:29] InferiorHuman: that's correct... but something looks to be failing to see [18:29] * TJ- goes back to *not* burning the chips [18:29] TJ-, http://paste.ubuntu.com/1153142/ [18:30] Pacifique, post your problem to the channel for everyone to see and if I can't help someone might be able to. [18:30] TJ-, again module does not exist. what can I do [18:30] L3top:: It might be related to compiz, since I have enhanced desktop zoom active, and it slows down even more when I'm zoomed in, but I need this feature, since I am unable to see the screen without it unless I sit right next to my laptop which is very uncomfortable on my bed, and I use my desk for books and notebooks [18:31] Help: Re-sizing windows is a pain because there's only like 1 pixel threshold to grab the side of a window. So it's hard to click when I get the window resize mouse pointer. Any way to make this window border threshold larger? Ubuntu 12.04 [18:31] I am trying to launch vlc but it doesn't show anything,could someone help? [18:32] Pacifique:: sudo aptitude install vlc [18:32] Areckx: I don't think the full aptitude is installed by default.... so it would be sudo apt-get install vlc [18:32] TJ-:: you could try right clicking to resize [18:32] am I right in stating that? [18:33] I usde aptitude all the time for install [18:33] it is the same as sudo apt-get -f install [18:33] but did you install it [18:33] no it was on by default [18:33] doesnt aptitude still have the multiarch problems? [18:33] Areckx: no, its not included by default anymore [18:33] I really don't know what the differences are.,.. [18:34] all I know is that aptitude usually installs things better [18:34] see factoid !aptitude [18:34] Areckx, if you run 32 bit, no problem [18:34] !aptitude | Everyone [18:34] Everyone: aptitude is another terminal-based front-end to APT. You may encounter problems on multiarch installs (11.10 and higher) as aptitude cannot currently handle the same package with different architectures being installed at the same time. See http://pad.lv/831768 for more information. [18:35] !apt-get [18:35] APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Adept (KDE) or !KPackageKit (KDE) [18:35] hey guys i got a problem installing ubuntu server via usb stick , there is always something going wrong or missing ..... [18:35] what should i do? [18:35] yeah I run 10.04 [18:36] 10.04 here, as well. :) [18:36] is tifm_sd works for insipron laptop [18:36] PrivateReese, check your iso with md5sum, or your server with memtest86 [18:36] Areckx: 10.04 doesnt have multiarch. so this is totaly another usecase [18:36] PrivateReese:: there are different iso for 32-bit/64bit and i3686 and amd64 [18:36] TJ-, i just don't understand why it has no nvidia module when it says nvidia-current is building one for the current kernel 3.2.0-29-generic [18:36] i have a amd64 system at home and i cant find a md5sum somewhere on the official ubuntu side [18:37] i wanna build an arcade machine using my old ibook. it should run emulators (nes,snes,genesis). which os should i choose? [18:37] its an ibook g3 === Guest86753 is now known as dpb___ [18:37] DJSalkin, maybe damn smal linux ? or build off of ubuntu server [18:37] DJSalkin: you are asking in an ubuntu channel. so guess the answer :X [18:37] tried downloading it more then once and also used universal usb installer and lili but nothing worked [18:37] !hashes [18:37] See http://mirror.anl.gov/pub/ubuntu-iso/CDs/12.04/MD5SUMS for the md5sums of the latest Ubuntu release [18:37] hehe [18:37] DJSalkin this is the ubuntu channel, what answer would you expect? [18:37] dsl is a nice choise but does it run emulators? [18:37] dj_ryan:: that's an awesome arcade machine idea! l;ol probably want a windows OS for emulators though, but I thin klinux has some good emulators.... but windows ones are always more up to date it seems [18:38] DJSalkin, sure why not? [18:38] !ot > DJSalkin [18:38] DJSalkin, please see my private message [18:38] errr DJSalkin [18:38] InferiorHuman: Have you done "sudo apt-get install --reinstall nvidia-current" [18:38] And also, emulators are completely legal it's roms that are gray area [18:38] TJ-, no I had done apt-get remove and apt-get install though is this the same essentially ? [18:38] InferiorHuman: ought to be, yes [18:39] goto ubuntu-offtopic channel for more talking about the arcade [18:39] omg. im having this issue again. something on my main hdd is filling up the entire drive. i have been using bleachbit to clean it up. last night i had 60gig free space, now i have 12kb free space. what is causing this? [18:39] Areckx, I am using back track , I've done sudo aptitude install vlc but nothing changes when i click on vlc [18:39] InferiorHuman: Check the directory where they live for the nvidia driver: "ls -ltr /usr/lib/xorg/modules/drivers/" [18:39] Pacifique type /join backtrack/linux [18:39] TJ-, well maybe its a bug in the kernel? is this a new kernel I think it is..? like I said the nvidia-current shows depmod building a dkms kernel module or something like that. for this kernel so I am lost. modprobe confirms no module [18:39] Pacifique type /join backtrack-linux [18:39] dfsa [18:40] is there any way at all how i can go about determining what application is causing this? [18:40] acidrain: use baobab to take a look at what is causing this [18:41] TJ-, nothing nvidia in there [18:41] acidrain: i mean with baobab you can see which files are filling up the most space [18:41] ]/22 [18:42] k1l, ill check it out and get back to you on this [18:43] k1l, this could take days to go througha ll of these directories [18:43] what i dont understand is that in some folders it will say the top most directory is 19megs, and in a directory in that one it will say 30megs or something [18:43] :/ [18:43] acidrain: just sort them, the biggest first. [18:43] acidrain in a terminal, type this find / -size +1G -exec ls -l {} \; 2>/dev/null [18:45] Hey, how can I uninstall an installed package? I have isntalled a driver for a printer, but it was broken. [18:45] acidrain: you mentioned you lost 60gb in a night. so there must be some real big files. they should be easy to find in baobab [18:45] PatrikOlsson try sudo apt-get purge [18:46] TJ-, do I need to manually install driver ? [18:46] MonkeyDust, how do i make that command output to file :/ [18:46] MonkeyDust: "The package xxx needs to be reinstaleld, but I can't find an archive for it" [18:46] acidrain, put > /path/file at the end [18:46] oh wtf. nvm it did work :) [18:46] acidrain find / -size +1G -exec ls -l {} \; 2>/dev/null | tee blahblah [18:47] checksums alright [18:47] hmm === Code_Factory_ is now known as Code_Factory [18:48] MonkeyDust, hmmm. i find this weird, it only listed files in /media/Server [18:49] wait [18:49] acidrain try sudo [18:49] but 1 file in my home folder [18:49] its big! let me investigagte [18:50] MonkeyDust, I found it!!! .xession-errors.old [18:50] the 1 file itself is 58.1GIGs [18:50] oha [18:50] but why would this happen? [18:50] take a look in it. smth is sending _alot_ of error msgs [18:51] acidrain that's the power of terminal commands [18:51] haha terminal FTW. [18:51] The Expendables 2 was worth not sleeping for 24 hours. Just saying. [18:51] Does someone know any other multimedia software that can play well as vlc? [18:51] k1l, it seems to be a little bit of everything [18:51] Pacifique, vlc is the best. [18:52] !best | InferiorHuman [18:52] InferiorHuman: 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. [18:52] k1l, is there a way i can stop .xsession-errros from even logging. [18:52] none of these errors are effecting me at all [18:52] TheLordOfTime, yes i know it was an opinion :-) [18:52] Pacifique: ask the backtrack guys, what they did to vlc [18:52] my micro sd card built-in my laptop doesn't detect [18:52] Pacifique type /join #backtrack-linux [18:52] what should i do? [18:52] acidrain: you should stop the errors instead of just making them not appear [18:54] k1l, it is an ungodly amount of errors :S [18:54] MonkeyDust, Look at this from backtrack channel #backtrack-linux :Cannot send to channel [18:54] acidrain: take a look at the end of the file, there should be the same error over and over again. [18:55] k1l, most errors seem to be: Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks"; [18:55] Pacifique guess you have to !register first [18:55] Pacifique: read the topic m( [18:55] k1l, but like i said though, that is the most common error. but other than that 1 error that occured only 3 times at end, no other errors even look the same [18:55] Hello, is it safe to install gnome-session-fallback on ubuntu 12.04? [18:56] Ive heard it install alot pf dependencies and borks stuff [18:56] Ristovski i use it [18:56] MonkeyDust: is there any chance of it borking stuff? [18:56] because Im not used to nor want to be used to unity [18:57] Ristovski i'm happy with it, but define 'bork'? [18:57] MonkeyDust: braking stuff [18:57] acidrain: seems like you have a faulty theme there? [18:57] Ristovski what kind of stuff? [18:57] MonkeyDust: i use that instead of saying "can it fuck something up?" [18:57] MonkeyDust: dunno [18:58] Ristovski use it, works fine [18:58] ok [18:58] acidrain: which ubuntu do you use? [18:58] MonkeyDust: so apt-get install gnome-session-fallback? [18:59] MonkeyDust: sorry, in mint 12 it was already pre installed, but the audio was fucked up in mint so I installed ubuntu [18:59] k1l, i use 10.04 [18:59] acidrain: try: sudo apt-get install gtk2-engines-ubuntulooks [19:01] Ristovski don't use that word here, please [19:01] k1l, that package was not found. i tried to install gtk2-engines, but it said it wasnt a good idea [19:01] MonkeyDust: okay [19:01] !notunity > Ristovski [19:02] Ristovski, please see my private message [19:02] okay [19:03] acidrain: install the gtk2-engines-pixbuf package [19:04] brb [19:04] Hello I need some help installing ubuntu on a 1 TB hard drive. [19:05] I'v tried some research but couldn't get the answers I'm looking for === miro is now known as Guest62771 [19:05] shall I configure my SATA as IDE / RAID / AHCI [19:05] ahci [19:06] but in that case I think the installer doesn't see the disk! [19:06] k1l, are you messin with me? that is no package either [19:06] I dunno why [19:06] Code_Factory: why that? [19:06] what repo are you getting these from? [19:06] MonkeyDust, I have registed and it is still the same question [19:06] K1l: I dunno, [19:07] !info gtk2-engines-pixbuf [19:07] gtk2-engines-pixbuf (source: gtk+2.0): pixbuf-based theme for GTK+ 2.x. In component universe, is optional. Version 2.24.10-0ubuntu6 (precise), package size 124 kB, installed size 1370 kB [19:07] acidrain: ^ [19:07] acidrain: you need to make sure that universe is added. [19:07] hello gays [19:07] or at least enabled. [19:07] acidrain: http://packages.ubuntu.com/search?suite=lucid&searchon=names&keywords=pixbuf [19:07] Pacifique: you need to log in after the register [19:07] can someone help me with micro sd card issue in ubuntu [19:08] acidrain: which ubuntu are you using, btw? [19:08] k1l, How [19:08] acidrain: and im still thinking you are using a faulty theme there [19:08] Pacifique: that is a #freenode issue. not an ubuntu issue [19:10] k1l: where it says "has at least 4.5GB available drive space" is not checked [19:10] how is that possible? [19:10] k1l, but i love my theme :( [19:10] i refuse to switch [19:11] Code_Factory: are you looking to dual boot? [19:11] no [19:11] Code_Factory: is the drive partitioned? [19:11] ActionParsnip: no [19:12] ActionParsnip: yes, I just had it installed but it kept crashing mainly I/O issues related to the HD [19:12] ActionParsnip: which came from the wrong configuration as far as I read online [19:12] so I decided to reinstall it again [19:12] Code_Factory: so the harddrive is broken? [19:12] k1l: doesn't seem to be [19:13] I ran a couple of diagnostic tools using windows and ubuntu [19:13] lots of i/o errors seem to me like its broken === Pacifique is now known as Juce [19:13] I/O errors could also rise from misconfigured bios with OS (as far as I understand) [19:13] Code_Factory: you may want to boot to the live desktop and delete all partitions, then update ubiquity and gparted and kick off the install (assuming you can get web access in the live CD desktop) [19:14] ActionParsnip: will a flash drive do? === Juce is now known as paci [19:14] Code_Factory: same difference, so yes [19:15] ok I'm on it.. thank you ActionParsnip [19:15] Code_Factory: you may want to test the drive using the ultimate boot cd, using the manufacturers tool [19:16] another question would be the best partitioning ? / 20G /swap 4G /boot 1G /tmp 10G /var 50G /srv 10G /home (the rest) ? [19:16] ActionParsnip: its a WD on an AsusTek MB its almost 3 years or more old [19:17] Code_Factory: I use 10Gb for /, 1 x RAM amount for swap and the rest for /home don't really need the others on different partitions imho [19:17] Code_Factory: i assum more than 2Gb system RAM [19:18] ActionParsnip: 4 GB RAM, and I need to setup a lot of test website on srv and tmp just gets full through testing and var gets full with logs, so I'd hate for the system to lock me out that's why I keep them seperate [19:18] Code_Factory: my install is 3.8Gb here, depends on what you intend to install [19:19] Code_Factory: ahhh, cool [19:19] can anyone tell me why nvidia-current isn't building a module for my kernel even though it says it is? my xorg.0.log says no module nvidia. so does modprobe [19:19] ActionParsnip: gparted doesn't see the HD, I think I will just need to revert to compatible IDE [19:19] InferiorHuman: pastebin dkms status and uname -a [19:20] I have eth4 ... what happened to eth1 ? [19:20] InferiorHuman: try: sudo apt-get --reinstall install dkms [19:20] Ok lastly, when both my stations where setup, I had a horrible time to share folders and didn't get to solution [19:20] zetheroo: you can make udev rules to make it use a set name [19:20] I could do it with windows but not 2 ubuntu's its my first time [19:20] trism, http://paste.ubuntu.com/1153220/ [19:21] zetheroo: http://wishmesh.com/2009/09/ubuntu-server-rename-eth1-to-eth0/ [19:21] ActionParsnip: I am trying to run Ubuntu Server 12.04 in Vbox ... but the networking is driving me insane :P [19:21] ActionParsnip, after reinstall dkms do I need to reinsstall nvidia-current? [19:21] InferiorHuman: sudo modprobe nvidia_current; ? [19:22] ActionParsnip: was working fine yesterday, but today I cannot get an IP address [19:22] InferiorHuman: if it's already installed, then no === sikaru is now known as ATOCHA25LUIS [19:22] zetheroo: have you checked the cable? is there a connected light on each side? [19:23] ActionParsnip: ? this is in Vbox ... in a VM [19:23] zetheroo: have you asked in [19:23] zetheroo: #vbox [19:23] ActionParsnip: yes ... but the same vbox settings that worked yesterday are not working today [19:24] ActionParsnip, trism here is my issue, I had been using my integrated intell vga port to run a monitor + nvidia gt 430 to run hdmi tv. I updated or something happened now I can not get in to x Windows if the intel is enabled in bios (only picture on intel + greeter keeps going back to its self after enter pw) If I disable intel in bios I can get in to X windows on nvidia side. [19:24] trism, I tried that command it gave no error but did not help either [19:25] InferiorHuman: I have no idea about the hybrid stuff sorry, but the nvidia module would appear to be there [19:25] trism, it is not a hybrid [19:25] trism, its intel integrated + nvidia pci-e card. [19:26] InferiorHuman: any error in /var/log/kern.log after you modprobed nvidia_current? [19:26] no [19:27] hm\ [19:27] trism, this is all I see about nvidia [19:27] Aug 17 14:15:08 Media kernel: [ 4.817793] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 295.49 Mon Apr 30 23:46:33 PDT 2012 [19:27] !s german === mati is now known as matiosiem5 [19:27] trism, not sure why it has a wrong date... [19:28] InferiorHuman: any reason why you have both nvidia-current and nvidia-current-updates installed? I would think you would only need one or the other (I usually just use nvidia-current) [19:28] InferiorHuman: have you tried disabling the intel? [19:28] ActionParsnip, when I disable the intel the nvidia side works perfectly. yes I have tried ;-( [19:29] trism, ok i removed nvidia-current-updates should i try to reboot or restart lightdm or? [19:30] InferiorHuman: reboot is usually the way to go after reinstalling nvidia [19:30] ActionParsnip, trism someone named TJ- was here helpng me before and said it might be an ubuntu bug. [19:31] maybe its a kernel bug how do you get grub to show up + change kernel to last one [19:31] I am having a problem with my wired internet ETH0 connection. Toshiba Satellite laptop, it worked a couple of months ago, but I tried to use it yesterday and no connection with no lights at connector - anyone have an idea what could be wrong? [19:31] sporty, does your /etc/network/interfaces have auto eth0 inet dhcp [19:31] InferiorHuman: you only have nvidia-current built for your current kernel though, so you will still have an issue if you select any older one [19:31] InferiorHuman, I just came on if you have single install you would have to tap the shift key on powering on to show grub [19:33] trism, I had it built for the last kernel too or does it go away? [19:33] InferiorHuman, how do I check for that? [19:33] I am getting this now on login through SSH. also same issue only picture on intel side + cant log in [19:33] InferiorHuman: it was built for both with nvidia-current-updates in dkms status, but only the latest for nvidia-current [19:33] /usr/bin/xauth: error in locking authority file /home/x/.Xauthority [19:34] InferiorHuman: is the file owned by root? [19:34] sporty, can you pastebin /etc/network/interfaces ? [19:34] trism, yes it is [19:35] InferiorHuman: delete the .Xauthority file then, it will be regenerated when you login [19:35] trism, is sudo /etc/init.d/lightdm restart the best way to restart x? [19:35] InferiorHuman: how you getting on? === scottas is now known as zz_scottas [19:35] InferiorHuman: sudo restart lightdm [19:36] TJ-, ok a bit frustrated [19:37] trism, ok so that got me in to X but only on the intel monitor. and it gave some CRC310 error about couldnt set the resolution on the other monitor (this is a first) [19:37] InferiorHuman - bash: ifconfig/etc/network/interfaces: No such file or directory Is what I get. Am I searching correctly? [19:37] i have created a launchpad for Tor.. how do i replace the launchpad pic with the one i want? [19:37] sporty, no, cat /etc/network/interfaces [19:38] InferiorHuman: I'm not really sure, I have never run both before, I just have everything plugged into my nvidia card [19:38] trism I don't think I can because the vga side is too close to the hdmi to fit. [19:38] trism, let me just try the dvi side w/ a vga adapter then. [19:38] idk if this card can run dual monitors [19:38] InferiorHuman - Here's what I got: auto lo [19:38] iface lo inet loopback [19:39] <`7-Up> Hi, need some help with pinguy 12.04 ..... can anyone assist? === zz_scottas is now known as scottas [19:40] `7-Up: You'll need to find the pinguy channel/support, its not an official version of Ubuntu thats supported here [19:40] <`7-Up> I understand thanks === revolts is now known as DiegoVieira [19:40] <`7-Up> was just hoping someone could help [19:40] <`7-Up> since that channel seems dead at the moment [19:40] Hi guys I have a hundred of question for you ! [19:41] ANy ideas about partitionning a SSD? === DiegoVieira is now known as haha === haha is now known as hahaha === hahaha is now known as ReVoLtS [19:43] sporty, [19:43] http://paste.ubuntu.com/1153257/ [19:43] check out that and add the lines with eth0 in them. not the wlan0 lines. [19:43] sporty, then do sudo ifconfig eth0 up [19:44] !juju [19:44] trism, what do I need to do to use hdmi + dvi on my card @ same time? I plugged in to the dvi on the gt430 but only black screen on monitor. [19:44] trism, my current xorg.conf was custom made to setup for the intel + the nvidia (it used to work) do I just delete that and run nvidia-xconfig and disable intel in bios ? [19:45] InferiorHuman: I don't actually need to disable the intel, I just configure the monitors in nvidia-settings [19:46] trism, im not going to be able to see nvidia-settings though unless I disable the intel. [19:46] InferiorHuman: might move your old xorg.conf out of the way and run nvidia-xconfig to see if you can get a desktop [19:48] trism, says command not found [19:48] InferiorHuman: it is in nvidia-current but removing nvidia-current-updates might have messed up the link, perhaps reinstall nvidia-current again? [19:50] InferiorHuman: it is actually here: /usr/lib/nvidia-current/bin/nvidia-xconfig [19:51] trism, it works if I CD to the dir and run it, tried reinstalling that didn't help [19:51] trism, I can make a link to /usr/bin though i bet. [19:53] All these issues you've had InferiorHuman, seem to stem from when that system ran out of disk space [19:55] InferiorHuman: that has me a bit concerned that some of the more important links might not be set up [19:56] trism, TJ- ok so I did what trism said hooked up both monitors to the one card and it works [19:56] so im just gonna use it that way. [19:56] That's the best way too [19:58] TJ-, well I never did it that way before cause I only had a vga cable and the vga thing was too big to be next to the hdmi but I gota dvi to vga adapter when I got my new GTX 670 so I never tried it till now. [19:58] is it possible to import an ova image into KVM? [19:59] InferiorHuman: So next you'll be hooking up a 3rd screen :p === Kitar|st_ is now known as Kitar|st [20:00] esto q es [20:01] TJ-, no this isn't working either. it gets in to X but everything is huge on both monitors and nvidia-settings says im not using nvidia driver. apt is telling me nvidia-current is installed. but I have no nvidia module or nvidia_current module. [20:02] InferiorHuman: I think that system is seriously messed up! [20:03] from being full? [20:03] how do i convert .avi to .mp4 format [20:03] how to write to Jounaled HFS? [20:04] jeans you can use Avidemux [20:04] TJ-, ok I will just reinstall [20:04] InferiorHuman: I don't know the cause but this entire incident suggests things are not right [20:05] TJ-, how can I set my system up to not use more than 90% on / in the future. [20:07] InferiorHuman - how do I add those lines? [20:07] InferiorHuman: I usually separate out / /var/ and /home/ to 3 separate LVM volumes so that /var/ and /home/ - the paths that typically grow - can't effect / where all the importan stuff is [20:07] sporty, open it in gedit or mousepad. guessing you never used nano [20:08] when I edit a guest in virsh with 'edit guestname' and save it (I get a message Domain name XML configuration edited.), when I reopen it, the changes seem to be ignored... what am I doing wrong? thx [20:08] TJ-, so in the partitioner make 3 seperate LVM volumes for / /var/ and /home/ got it. [20:08] InferiorHuman - I'm fairly new at working in the terminal. [20:09] so how can I install some new ubuntu themes [20:09] sporty, type sudo gedit /etc/network/interfaces [20:10] guys [20:10] I make changes to /etc/hosts [20:10] InferiorHuman: I'd recommend 10GB for / 12-15GB /var/ and the rest for /home/ (unless you want to reserve some for other purposes) [20:10] InferiorHuman: dont advise to use sudo with gui programs :/ [20:10] it works until reboot, then the changes are not there [20:10] i have typed sync to write to disk [20:10] just to make sure [20:10] any other ideas? [20:11] sileni how are you editing? [20:11] how to restart a dvb-card via cmd? [20:11] sorry gksudo gedit /etc/network/interfaces then [20:11] goddard which version of ubuntu? [20:11] codezp: vi [20:11] TJ-, right now my var uses 1.1GB :-) [20:11] sileni sudo vi? [20:12] codezp: yes [20:12] i can't boot from my ssd with gpt partition, it worked for several months but now when booting it only shows a blank screen with blinking cursor and nothing in the logs either, i can boot from a live cd and mount the ssd, but Boot-Repair can't fix it, here is the Boot-Info: http://paste.ubuntu.com/1153290/ can someone help? [20:12] sileni so when you reboot entries are gone? [20:13] codezp: yes [20:13] sileni try searching for hosts.ac [20:14] sileni see if that file exists in /etc folder [20:14] InferiorHuman - tried and this is what I got: sudo gedit /etc/network/interfaces [20:14] auto lo [20:14] iface lo inet loopback [20:14] randy@randy-laptop:~$ auto lo [20:14] No command 'auto' found, did you mean: [20:14] sporty: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [20:14] Command 'uuto' from package 'uucp' (universe) [20:14] auto: command not found [20:14] Hello, I need help purging a driver. I'm receiving the error message: "The package xxx needs to be reinstalled, but I can't find the archive for it." [20:14] FloodBot1 - Sorry [20:15] sporty, you need to add those lines I gave you earlier [20:15] PatrikOlsson: just type: " sudo apt-get remove xxx" [20:15] sporty, http://paste.ubuntu.com/1153257/ see the lines auto eth0 and the line under it add those under the lo stuff [20:16] sporty, then you can use sudo ifconfig eth0 up to turn on your ethernet [20:16] k1l: Receiving the same error. [20:16] Can I protect myself against network attacks (flood) using a firewall (firesarter)? [20:16] PatrikOlsson: which ubuntu are you using and can you put the whole command and message into a pastebin? [20:16] please help [20:17] Hello [20:17] anyone around? [20:17] !ask | BrokeN_ [20:17] BrokeN_: 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 [20:17] codezp: i use the newest LTS [20:18] I installed Ubunto alongside of my Windows7 then I boot in to ubuntu and start to update it now it gives me this thing I chose the /dev/sda and hit FORWARD then it gives me this: http://i45.tinypic.com/6zy439.jpg .... and when I just hit Forward with out touching nothing. it takes me back to http://i49.tinypic.com/1qn7k6.jpg this again [20:18] goddard install gnome tweak tool from software center [20:18] Can I protect myself against network attacks (flood) using a firewall (firesarter)? [20:19] codezp: do any gnome shell extensions work with ubuntu? [20:20] Hi, has anyone tried running quantal 12.10 under virtualbox recently? It was running fine a few days ago and is broken today after I updated. The likely change is that Unity2d was dropped. The new unity isn't painting the windows correctly until you move the mouse over buttons, and compbiz keeps crashing. Has anyone seen anything like this? I did (after a struggle) manage to get the virtualbox guest additions re-installed, but that di [20:20] goddard - http://www.noobslab.com/2012/04/install-gnome-shell-34-and-extensions.html [20:21] !quantal | FrumiousTrue [20:21] FrumiousTrue: Ubuntu 12.10 (Quantal Quetzal) will be the 17th release of Ubuntu, Discussion and support until final release in #ubuntu+1 [20:21] anyone help me? [20:21] codezp: i use Unity [20:21] hi [20:21] is this the biggest channel on IRC [20:22] BrokeN_ seems that its detecting grub, have you tried checking Continue without installing Grub? [20:22] k1l Ubuntu 12.01? http://pastebin.com/AN3uXsKE [20:22] !ot | Shamisen [20:22] Shamisen: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [20:22] goddard you should be able to install themes just fine - http://www.noobslab.com/2011/11/themes-collection-for-ubuntu-1110-unity.html [20:23] codezp no I did not [20:23] Shamisen: that doesn't really matter, Do you have an ubuntu support question? [20:23] shall i? [20:24] BrokeN_ I don't see why if the old disk is not even loaded, or you can remove sda5? what is on sda5? [20:25] Its the partition where ubuntu installed [20:26] I have ubuntu installed alonside the Windows7 [20:26] its shrink the C: and created a new partition for ubuntu I guess. It let me drag the partition size while installing [20:28] PatrikOlsson: try "sudo dpkg --purge --force-all mfc4800lpr" === scottas is now known as zz_scottas [20:30] hi guys. I'm trying to install libgearman-dev because it's a dependency for the gearman perl package, but it tries to automatically install a mysql server too while I already have one. Does anyone know how to install this library without it installing mysql libraries? (I'm on ubuntu x64, using apt-get) [20:30] k1l: "Package is in a very bad inconsistent state - you should reinstall it before attempting a removal." [20:30] And after Errors were encountered while processing: mfc4800lpr [20:30] k1l: Have tried reinstall, but it only makes my ubuntu software manager to crash. [20:31] ..so basically, what I'm asking is how to use apt-get install and let it know I want it to skip a dependency package. [20:31] BrokeN_ try install without grub [20:31] PatrikOlsson: try this solution: http://ubuntuforums.org/archive/index.php/t-1065957.html [20:32] InferiorHuman - all I get is "no command auto found" [20:32] codezp; Now it is continued and done with updating. Asking me restart. Restarting it... [20:33] sporty, can you pastebin your /etc/network/interface ?? [20:33] BrokeN_ should be ok I think it was just detecting grub on the drive [20:33] sporty, can you pastebin your /etc/network/interfaces ?? === RonaldH is now known as Ronald [20:36] Yeah it seems to be okay now.. booted fine. [20:36] InferiorHuman - http://paste.ubuntu.com/1153337/ [20:37] k1l: The same error. [20:37] sporty you are missing the point of what I am saying [20:38] sporty, do this. sudo apt-get install pastebinit && sudo pastebinit /etc/network/interfaces [20:38] PatrikOlsson: then i have no solution [20:38] sporty: 1) install pastebinit 2) type cat /etc/network/interfaces|patebinit [20:38] k1l_ Ok, well, thanks for your help [20:39] sporty: do what InferiorHuman said [20:39] guntbert, ive told him that i've been trying to get him to add a couple lines to /etc/network/interfaces forever it is missing his eth0 stuff :-( [20:39] InferiorHuman: :) [20:40] InferiorHuman - I apparently need to learn a lot more - I DO appreciate your help [20:40] PatrikOlsson dirty work-around: use a live-cd, go to our harddrive, search mfc4800lpr on it and delete, then go back to your normal ubuntu and perform sudo apt-get autoremove [20:40] Hey guys, I just installed a bunch of updates to Ubuntu 12.04 today, and when I rebooted I get a blank screen after the Ubuntu loading logo. It hangs and doesn't respond except for ctrl+alt+delete reboots. I did the repair packages thing, tried doing "nomodeset", and removing the xorg.conf, none of which made any difference. When I try to do Xfailsafe, it says no screens available, and quits. [20:41] InferiorHuman - I did sudo apt-get install pastebinit && sudo pastebinit /etc/network/interfaces [20:41] sporty: give us the pastebin link it printed at your terminal [20:41] Here it is: http://pastebin.com/5Qjnv60H [20:42] sporty: so you understand. "pastebinit" accepts text passed to it and automatically posts them to the pastebin [20:42] PatrikOlsson *your harddrive [20:42] TJ - no but I'm trying to learn [20:42] sporty: I missed the description of your original problem. Would you mind restating it for us please? === raving is now known as Sir_Fawnpug [20:43] Wired LAN connection not working - although it was a few months ago. [20:43] I have no problem with wireless connection. [20:43] sporty: Thanks. Are you using Ubuntu 12.04 or an earlier release? [20:44] sporty does anything happen when you plug cable in - out? [20:44] sporty: there is a typo on the last line, dchp instead of dhcp [20:44] TJ-, he is missing the eth0 lines to his /etc/network/interfaces [20:44] 10.04 LTS [20:44] can i also make a fedora install disk with the ubuntu startup disk creator? [20:44] InferiorHuman: If using the GUI then NetworkManager should manage the interface automatically. If you add it to 'interfaces' NetworkManager will ignore it [20:45] sporty: Thanks. So Lucid 10.04... you're using the Ubuntu Gnome 2 desktop environment then? [20:45] TJ-, ahh. I use WICD [20:45] Codezp - tried different cables - [20:45] TJ - I guess so [20:46] Wired connection is like it's been shut off. I'm hoping the card isn't bad. [20:46] sporty: OK... I'm trying to narrow down the correct solution for you.... When using the GUI we have a service called NetworkManager that looks after all the network connections automatically provided they are *not* listed in the '/etc/network/interfaces' file. [20:46] sporty i havent followed, but i guess upgrade to 12.04 should solve a lot of your technical issues [20:47] sporty: So, what I'd like you to do is to pastebin a copy of one of the core system log-files for me. do this: "pastebinit /var/log/dmesg" [20:47] sporty, does your card show up if you do lspci | grep Ethernet [20:47] MonkeyDust: afraid, it would not - he has only wireless atm [20:47] sporty: after you've done that please also do: "lspci -nn | pastebinit" [20:49] TJ - http://pastebin.com/ULEDJ9tq [20:49] sporty: thank-you... I'll look at that whilst you pastebin the 2nd request [20:49] sporty: do this: "pastebinit /var/log/dmesg" [20:50] TJ - http://pastebin.com/Jf2rZZuk [20:51] sporty: thanks. [20:52] Anyone have time to chase another problem? [20:52] !ask | Jared_ [20:52] Jared_: 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 [20:53] Hey guys, I just installed a bunch of updates to Ubuntu 12.04 today, and when I rebooted I get a blank screen after the Ubuntu loading logo. It hangs and doesn't respond except for ctrl+alt+delete reboots. I did the repair packages thing, tried doing "nomodeset", and removing the xorg.conf, none of which made any difference. When I try to do Xfailsafe, it says no screens available, and quits. [20:53] sporty: OK, so far so good. I can see from 'dmesg' that the driver (sky2) is loaded for the network card (Marvel 88E8039 PCI-E) [20:54] sporty: Can you do "pastebinit /var/log/syslog" [20:55] TJ - http://pastebin.com/eBVwyr1P [20:55] Question, what's the command for the panel program? I have 10.04, and panel keeps failing to initiate, so I just figured I'd put a launcher on my desktop for it. [20:56] e [20:56] haha! Pastebin put up a span-catcher CAPTCHA and didn't accept sporty 's pastebinit. When I visited the link it asked me for the CAPTCHA and thinks I'm the one pasting it... and has the content sporty provided! [20:57] TJ - not good [20:57] The GNOME Panel 2.30.2 [20:58] wethepeople but that isn't the command to launch it, which is what I need. [20:58] Help 2.30.0 [20:58] Hidn_shadows: gnome-panel ? [20:58] !resetpanel | Hidn_shadows [20:58] Hidn_shadows: To reset the GNOME panel to defaults, type this in a !terminal: « gconftool --recursive-unset /apps/panel && killall gnome-panel » [20:58] sporty: OK .... I see this "NetworkManager: (eth0): carrier is OFF" === london_arazi is now known as nirnir [20:58] sporty: That tells me you have a cabling problem [20:58] BRB, gonna try gnome-panel [20:59] Hidn_shadows: but i would suggest to reduce the error instead of making a bad workaround [20:59] TJ - I've tried three different cables. Right not I don't have a cable inserted. Do you want me to try it again with cable connected? [21:00] sporty: So I recommend TWO things: 1) Edit with "gksudo gedit /etc/network/interfaces" and remove those lines you added recently about eth0, so all is left is the lines about "lo"., save the file. [21:00] sporty: Then at a terminal do "tail -f /var/log/syslog" - that will show you all new log entries. With that running see if you get any log messages about "eth0" whilst playing with cables [21:00] k1l, I'm going to do a reinstall, maybe even upgrading to the second-newest distro out. What is it now, 13.x? [21:01] Hidn_shadows: you are not using ubuntu? [21:01] sporty: However, before doing the "tail... " command you'll need to restart NetworkManager... [21:01] k1l gah, I'm going to reinstall when I get a chance. That'll still be a while, and I have school [21:02] sporty: ... "sudo service network-manager restart" [21:05] can I use ubuntu usb creator for creating bootable fedora usb drive? [21:06] !unetbootin | gotwig [21:06] gotwig: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [21:07] TJ - No Joy. It exits in about .3 sec. [21:07] k1l_: thx [21:07] Who [21:07] sporty: "no joy" when you restart network-manager you mean? [21:08] how can I start audio services, so I can use my audio system, when I started the session with xinit ? [21:10] TJ-I guess I'm in over my head on this one. [21:10] hidn_shadows, gnome-panel [21:10] sporty: I don't think so... you're just overwhelmed by so much new stuff... bear with it... we could have the answer inside 5 minutes [21:10] sporty: keep in mind that in linux "no answer" often means "ok" [21:11] Laptop has a switch to turn the wireless on/off but it doesn't seem to have any effect on the Wired connection. [21:11] try sudo service networking restart [21:11] sporty: If the "sudo service network-manager restart" command is what you mean exited in .3s ... that is perfectly correct... that command sends a message to get NetworkManager restarted in the background [21:12] sporty: is the cable connected to the wired port right now? [21:13] TJ - cable connected now. just ran ifconfig and eth0 is now missing. [21:14] sporty: OK, do this pastebin for me: "sudo ethtool -s eth0 | pastebinit" [21:14] ... what's the command to uninstall programs; apt-get isn't the right one (right?) I haven't done anything but low-tier stuff for too long [21:15] Hidn_shadows: sudo apt-get remove ... [21:15] Hidn_shadows: "sudo apt-get remove " [21:15] what is this? [21:15] TJ it says I'm trying to send an empty document, exiting. [21:15] guntbert, tj-, thanks... [21:15] sporty: OK ... that may be because ifconfig somehow killed the port. Let's look at the logfile instead: "pastebinit /var/log/syslog" [21:16] TJ-: ethtool is optional [21:16] guntbert: see!? In knew you were good :) [21:16] TJ - http://pastebin.com/KZLCPKK1 [21:17] sporty: Let's install ethtool hehehe! "sudo apt-get install ethtool" [21:17] if I connect to my server with ssl, it gets frozen after ~5 minutes if i don't use it. any ideas why is that? [21:18] Hello, my Ubuntu won't load up normal into a gui, it loads up to what looks like terminal. [21:18] TJ - done === pvg_ is now known as CHICO_27_VIGO [21:19] sporty: OK ... I think you may have missed my instructions to remove the "eth0" lines from "/etc/network/interfaces" ... can you tell me if you have removed those lines? [21:19] TJ - at least now Network-Manager states device not managed instead of disconnected. [21:20] TJ - how do I check that? [21:20] sporty: Yes ... and if we remove those lines from "/etc/network/interfaces" and restart network-manager once again, it should spring to life [21:20] sporty: "gksudo gedit /etc/network/interfaces" and then delete any lines about "eth0" then save it [21:20] if I connect to my server with ssl, it gets frozen after ~5 minutes if i don't use it. any ideas why is that? [21:20] sporty: Tell me when you've verified thats been done [21:21] TJ - How do I remove those lines? [21:21] sporty: If you run the command I showed you, you get an editor window pops up and you can just highlight the lines and press the delete key [21:21] I uninstalled and reinstalled, perhaps this'll help; it's just a matter of time before I just reinstall the entire system. HDD's getting full, and this install is getting flakier than a stale croissant === marcin82 is now known as FirankaH [21:21] sporty: And then do File > Save to save to disk === FirankaH is now known as LewatywaH === zz_scottas is now known as scottas [21:23] is there a ubuntu dev channel? [21:24] silverarrow: #ubuntu-devel [21:24] devil site [21:24] can anyone in here help me get multiple monitors working? :) [21:24] the place for me [21:26] sporty: have you managed to remove those lines from the file now? [21:28] can anyone give me a helpful link or something to a guide to get multiple monitors working with gtx 560 ti ? [21:28] !ask | svennp [21:28] svennp: 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 [21:28] oops [21:28] !patience | svennp [21:28] svennp: 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/ [21:28] Sorry svennp. Wrong command... === nolageek_ is now known as nolageek [21:29] sorry for posting it 2 times then [21:29] svennp: If that's NVidia and you've got the nvidia proprietary drivers installed, you run "nvidia X server settings" and configure for Twinview for shared desktop over all monitors [21:32] thanks, got it working now :) [21:32] TJ - I can't seem to remove those lines. [21:34] sporty: Are you starting the editor with "gksudo gedit /etc/network/interfaces" ? That "gksudo" is very important because it gives you root privileges, which you must have to be able to save that file back to disk [21:35] I think I just got it done. I need to verify. [21:35] hi guys I need a hand with something... I updated the system and this update removed all the ia32-libs packages and I need them to run skype [21:35] I'm running the amd64 [21:35] sporty: well done :) [21:36] rean: Which Ubuntu release? 12.04 ? [21:36] yeap [21:36] PROBLEM: when i wakeup ubuntu after sleep the screen turns blue and i could not enter the password can someone help [21:36] TJ - how do I restart network-manager to see if I got it right: [21:36] why cant you just reinstall ia32-libs rean? [21:36] please [21:37] rean: I'm not sure about Skype, but in 11.10/12.04 Ubuntu uses the new Multi-libs so that amd64 and x86 libraries can co-exist. I *believe* that therefore the ia32 packages are removed and shouldn't be needed [21:37] how can I chec kwhat packages are installed on my system? [21:37] I tried, but it depends on ia32-libs-multiarch and it seems isn't part of the repo anymore === think is now known as xui3 [21:37] MySQL Problem: http://ubuntuforums.org/showthread.php?t=2043979 [21:37] I have a 'device' in /media that shows up, even though it is not plugged in. It shows up as a folder with an 'x' in the lower right corner. Is there any way I can get rid of this? [Ubuntu 10.10]. [21:37] sporty: "sudo service network-manager restart" [21:37] rean: I'm not sure about that then... I don't use Skype [21:38] hehe I'd wish I don't need it, but it's for work... :P hehe... If I could solve the thing of the ia32-libs, I'm sure it will run === Haruspex is now known as Shehrazad [21:39] rean, do a google search for skype ppa. I cant remember the site but its there. Its what I used ages ago [21:39] can someone help me update my ubuntu 12.04 since today and it freezes up stan [21:39] Is there any way to get rid of the 'ghost' drive in /media? [21:39] rean: Have you got Skype 4.0 or an older version? [21:39] I'll try it... I've been google all the day long... [21:39] hehe [21:39] Yes, it's the version 4.0 [21:40] rean: Hmm, at a loss here then! [21:40] Yes... indeed [21:40] hehe [21:40] I can try installing it here on 12.04 amd64 see what happens [21:40] TJ - now I have eth0 back in ifconfig but still no joy! :-( Network manager say it's disconnected now rather than not managed. [21:41] sporty1: That's progress... don't change anything!! [21:41] sporty1: now do "sudo ethtool -s eth0 | pastebinit" === fernando is now known as Guest98565 [21:42] TJ - back to "your trying to send an empty document, exiting" [21:42] sporty1: oops I typed wrong!! do this "sudo ethtool eth0 | pastebinit" [21:43] if I connect to my server with ssl, it gets frozen after ~5 minutes if i don't use it. any ideas why is that? [21:43] TJ - http://pastebin.com/BErfN3nA [21:44] TJ - I really appreciate all your help - [21:46] sporty1: OK, that helps. That tells me a couple of things... it looks like the driver might not be configuring the network hardware correctly. I have to do some research. Give me 10 minutes to Google and test things here === TP4myBunghole is now known as teage [21:47] traubisoda: ssl or ssh? [21:48] sporty1: Please try this. We are going to try to turn speed auto-negotiation on "sudo ethtool -s eth0 autoneg on" [21:48] sporty1: After you've done that, do another pastebin for me: "sudo ethtool eth0 | pastebinit" [21:48] how do I log out in ubuntu 12.04 lol I want to switch to xubuntu but I see no logout app [21:49] Erin: The gear at the top right [21:49] hello [21:50] KatsumeBlisk, lol thanks the way my twinview was working I had no gear so I had to turn off the second monitor [21:50] zykotick9 ssh, my bad:) [21:50] TJ - http://pastebin.com/b0Dkz4Kz [21:51] traubisoda: can you reconnect? is the server locking up, or is it just that the connection is dropping? [21:51] sporty: thanks... now try "sudo ifup eth0" ... this may not do anything, or even give an error report. That doesn't matter [21:51] hi [21:52] whats the command for sleep [21:52] !sleep [21:52] zykotick9 i can reconnect, it is my server, i think the connection isn't droping, but the terminal won't react to any key [21:52] TJ - Ignoring unknown interface eth0=eth0. Is what I got. [21:53] sporty: That's OK ... I was just trying to 'poke' it with a big stick :p [21:53] traubisoda: sorry i don't have any suggestions, good luck. [21:53] sporty: I'll go do my research on this now... and have a cup of tea for brain food ... be about 10 minutes. [21:53] zykotick9 thanks! :) [21:54] TJ-I appreciate it. What get's me is when I installed UBUNTU it was working because that's how I got the internet connection. :-( [21:55] sporty: I agree... and I think we're close. Before I go, pastebin this for me: "pastebinit /etc/network/interfaces" [21:55] traubisoda: possible work-around, i live in "screen" i find it super handy for ANY terminal situations (isn't the easiest thing to use at first, but is VERY powerful - keeps things running in the background that you can reconnect too) [21:56] TJ - http://pastebin.com/B8uE5h1J BTW I know the cable is good - it works on another computer I have. [21:56] sporty: Thanks for telling me that... that is helpful [21:56] sporty: OK... off to think! [21:56] !screensaver [21:57] where do i find the settings for screensaver? [21:57] guys [21:57] linuxuz3r: Hit the gear at the top right, System Settings > Screensaver [21:57] !patience | linuxuz3r [21:57] linuxuz3r: 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/ [21:59] i dont see any screensaver [21:59] Hello [21:59] system settings > screensaver [21:59] do i need to install it first [22:00] Not sure there really is much of settings for screensavers.. [22:00] Dr_willis: Yeah it's more like how long do you want to wait... [22:00] gnome sort of has downplayed the whole screensaver stuff.. [22:00] if you want fancier screensavers. theres an alternative package in the repos. [22:00] !info xscreensavers [22:00] Package xscreensavers does not exist in precise [22:00] !info xscreensaver [22:00] xscreensaver (source: xscreensaver): Automatic screensaver for X. In component main, is optional. Version 5.15-2ubuntu1 (precise), package size 261 kB, installed size 852 kB [22:04] hi how do i install ubuntu on fakeraid [22:04] sporty: silly idea but worth a try! right-click the network-manager icon on the panel, then disable and the re-enable Wired Network. [22:04] if i lock my screen and make the computer turn off the screen and wake it up there is a blue foreground covering my login password form. how do i get rid of the blue foreground covering my login password form so that i could see the form properly [22:05] MichelFP: We had that yesterday didn't we? Have you determined that the Windows side is using a Promise fakeraid controller compatible with Linux's dmraid driver? [22:05] TJ - Right click on network-manager does not give me the option to disable/enable the Wired Network [22:05] TJ-: i formatted my HD completely [22:05] but i can still only find /dev/mapper/xxxxxxx instead of /dev/sda [22:06] please help [22:06] if i lock my screen and make the computer turn off the screen and wake it up there is a blue foreground covering my login password form. how do i get rid of the blue foreground covering my login password form so that i could see the form properly [22:06] sporty: OK, remind me... is this Ubuntu 12.04 or 10.04 ? [22:06] how can see ubuntu source code mv [22:06] MichelFP: OK, is that using the liveCD installer you see those? [22:06] TJ-left click tells me the wired network is disconnected - even though it is! No flashing lights at the cable connector. 10.04 [22:07] http://askubuntu.com/questions/167468/where-can-i-find-the-source-code-of-ubuntu fairuz [22:07] I think mv is part of the coreutils package. [22:08] TJ-This laptop is dual setup - 10.04 and 12.04, I have the same problem with either system. I figured if I could fix it on 10.04 which is what I normally use I'd try the same fix for the other partition. [22:08] tj-: yes [22:08] Dr_willis: you are correct "coreutils: /bin/mv" faisal [22:08] zykotick9, for once.. ;) [22:09] sporty: Ahhh OK. So long since I used 10.04 I can't remember what's supposed to be on the menus :) ... I thought there used to be an option when you right-click the icon to enable/disable both wired and wireless networking, but maybe thats more recent. In which case... if you see enable/disable networking... do that. disable then re-enable everything. You'll drop off IRC for a few seconds but it might be whats needed to wake up eth0 [22:09] zykotick9 thanks [22:09] Dr_willis: lol - your right more often then not (i'd say) [22:09] MichelFP: You need to use the dmraid tool to erase the fakeraid metadata. "sudo dmraid -x" [22:09] okay [22:09] <3 [22:10] TJ-tried it - NO-JOY [22:10] TJ-: if i uninstall fakeraid, will i still be able to dual boot if i want to? [22:12] MichelFP: As long as you install Windows only to regular partitions rather than to RAID, yes [22:12] okay [22:12] thx very much TJ- [22:12] you saved my box [22:12] TJ Ya still with me? [22:12] MichelFP: GRUB can't do 'dmraid' so far as I know, but Linux can boot to it - I used to do it [22:12] sporty1: Yes, and I'm still thinking! [22:13] TJ-: what do you mean? [22:14] MichelFP: GRUB can't understand the metadata at the start of fakeraid partitions so it can't boot from it - unless GRUB2 added fakeraid modules of course [22:14] MichelFP: I used to have a regular partition for Linux /boot/ and then the rest of Linux in fakeraid alongside Windows [22:15] What do I type to see my irc friends list [22:15] how to mount Journaled HFS for r/w ? [22:16] !suspend [22:16] sporty1: The cable you've got connected. Is there any possibility it could be a cross-over cable rather than a straight-through cable? I'd expect to see this kind of problem with a cross-over cable connected to a 100Mb port like this. A 1Gb port can detect the cross-over and adjust, but 100Mb ports can't [22:16] does your suspend work? [22:16] guys [22:16] does suspend work [22:16] ? [22:16] c0deMaster: From recent discussions I understand it isn't possible [22:16] What do I type to see my irc friends list [22:17] does suspend work??????????????????????????? [22:17] linuxuz3r_: Yes. If you are having problems review "/var/log/kern.log" with 'Log file viewer' after a failed suspend attempt to identify which device failed to suspend [22:17] TJ-I've tried several different cables all to no avail - what's the difference between a cross-over vs a straight-through: [22:18] TJ-, where do i get the log file viewer [22:18] This cable worked on a Dell D-600 running MS XP. [22:18] linuxuz3r_: Type it into the Ubuntu dash [22:19] Hello === JoFo_ is now known as JoFo [22:21] sporty1: OK to cables then. I'll continue digging. Whilst I do, would you mind doing a complete shutdown of the PC... switch power off and if it's a laptop even remove the battery for 30 seconds... then start up again. Sometimes whilst devices retain power they remember bad settings [22:22] TJ- OK === matts45acp is now known as register [22:22] lol really? shutting down might work but pulling the battery isnt gonna do anything === register is now known as Guest24577 === Guest24577 is now known as matts45acp [22:23] http://forums.fedoraforum.org/showthread.php?t=252180 How can i add port 111 to the custom rules as post 7 says? [22:23] vvpalin pull out the battery, keep the power button pressed for 5 seconds, it's a hardware reset [22:24] ya i get what your saying, but im telling you thats not gonna do anything unless there is a bios issue and for that you need to pull the cmos battery aswell [22:24] Hi [22:25] vvpalin: especially in laptops many NICs maintain power for WOL purposes. Pulling the battery is often the only way to get them to 'forget' their settings [22:27] can someone tell me what to type to see my irc freinds list [22:27] [00:16:35] El tema fue puesto por Nakarada el jue 16. ago 23:48:55 2012 [22:27] [00:16:35] Canal sincronizado en 0.0 segundos [22:27] [00:16:35] *CHaN* Bienvenid@s [22:27] [00:16:35] damian36 [5Dn@DdclBg.BKRYif.virtual] se ha marchado del IRC: Terra Chat [22:27] [00:16:36] alguien de tenerife para charlar? [22:27] test: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [22:27] [00:16:37] TITO35 [pBali@B98xUI.DF9CAn.virtual] se ha unido a #mas_de_30 [22:28] matts45acp: irc has friends lists? news to me, what client are you using? [22:28] GNU GENERAL PUBLIC LICENSE [22:28] Preamble [22:28] The licenses for most software are designed to take away your [22:28] freedom to share and change it. By contrast, the GNU General Public [22:28] test: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [22:28] Does this work for you on Ubuntu - http://winvery.com , sure hope so lol [22:28] Hmmm, how do i get rid of the "kubuntu" boot screen after installing kubuntu-desktop in vanilla Ubuntu? [22:28] How can I specify on which output to display the framebuffer? kernel /stable root=/dev/sda3 video=uvesafb:mtrr:3,ywrap,1920x1200-32@60 [22:29] Can someone help me setup my nfs server... Im having many problems [22:29] hello [22:30] coldpizza72i i use NFS, let's hear it [22:30] TJ - I'm back - did as you suggested still no joy. [22:31] Sporty: OK... was a long shot but at least now we know the network is in a sane state after all the changes. Can you pastebin for me "pastebinit /var/log/syslog" [22:31] MonkeyDust: rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused) [22:31] MonkeyDust: I cant get the nfs service running [22:32] coldpizza72i what was the command you gave to make it run? [22:32] MonkeyDust: I think post 7 might help me, but im not sure how to set the custom rules or anything http://forums.fedoraforum.org/showthread.php?t=252180 [22:32] MonkeyDust: "sudo /etc/init.d/nfs-kernel-server start " [22:33] coldpizza72i both regular pc's, local and remote? [22:33] hola alguien habla spanish [22:33] MonkeyDust: huh? [22:33] !es | thee [22:33] !es | thee [22:33] thee: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. [22:34] TJ - http://pastebin.com/Z2YiqgbX [22:34] Sporty: thanks [22:34] coldpizza72i NFS is to mount a remote partition locally, so are both machines normal pc's? [22:35] MonkeyDust: what do you mean by normal [22:35] Sporty: This is looking better: "NetworkManager: (eth0): now managed" [22:36] THe server will run on my ubuntu desktop and client on my macbook [22:36] MonkeyDust: ^^ [22:36] coldpizza72i so it's a mac, it's not a regular pc, that's why i asked [22:37] does anyone know where to change the java security configuration to make it able to copy and paste in a applet [22:37] Sporty: followed by "kernel: [ 13.132369] sky2 eth0: enabling interface" [22:37] MonkeyDust: I dont see how the client is relevent to not even being able to get the server running [22:37] thats all [22:37] TJ - So now Network-Manager is managing it - but we're not connected. [22:38] Sporty: Although you're sure about the cable there's one thing we haven't checked. Can you plug the cable into a different port on the router? [22:38] coldpizza72i and is it a mac with ubuntu or with macos? i'm asking, because i don't know mac, let alone nfs on mac [22:38] Dr_willis, will this work in a hp pavilion dv6000 ode +i harrismrubin_ === ubuntu is now known as Guest27074 [22:38] www.amazon.com/Intel-802-11n-draft-Wi-Fi-Adapter/dp/B0036BJN12/ref=sr_1_cc_1?s=aps&ie=UTF8&qid=1345243012&sr=1-1-catcorr&keywords=Intel+Centrino+1030+-+802.11+b%2Fg%2Fn+Wireless+LAN [22:38] Sporty: Correct... if the hardware side would come up everything would work [22:38] TJ-Tried that [22:38] hi [22:39] Can anyone reccomend me a good music service provider that supports Linux and transferring to my MP3 player? Spotify only supports Android and iPod, so it's out of the question. [22:39] MonkeyDust: Im mostly interested in getting the nfs server running... If I have problems mounting it on my macbook Ill goto #MACOSX [22:39] TJ- I just grabbed another cable and plugged it into a different port - STILL NO JOY. [22:39] Hey guys, I was wondering if someone could help. My Ubuntu box is connected to my network fine, but for some reason does not have internet access, and I can't figure out what's gone wrong. It's connected via Ethernet. I'm not running a GUI either. Thanks. [22:39] hallo [22:39] Sporty: thanks [22:40] hi all. Under the user's .config directory, there's a monitors.xml file. What setting application tweaks this file? [22:40] coldpizza72i good luck, it sounds like beyond my knowledge [22:40] TJ-Third cable and port - not working [22:40] anyone here tell me how to open google chrome from terminal [22:40] TaJMoX: http://www.spotify.com/us/download/previews/ [22:41] MonkeyDust: Do you atleast know how I can do post 7 http://forums.fedoraforum.org/showthread.php?t=252180 [22:41] TJ - I'm going to have to go, we have company coming in a few minutes. Ponder the problem - would there be a time tomorrow that I might find you here? [22:42] mattswe: simply: google-chrome http://some.url/ [22:42] coldpizza72i read it again, no, does not loo familiar [22:42] look* [22:42] Sporty: OK... I'm often around... I'm in U.K time [22:42] I'll try you about the same time tomorrow ok? [22:43] Good evening guys...I've got a brand new intuos 5 under ubuntu here and need really your help. As far as I can see the pen /eraser is working properly but when I lay my finger at on of the left tablet buttons or move it in a straight row from top to bottom the pointer moves for a very short timespan to 0|0 (causing the exposee feature under gnome3 to happen) [22:43] Hello. How can I run this compiz visual effect on my Ubuntu [22:43] When I set the panel to left handed, the pointer moves to the lower right for a tiny period of time [22:43] I installed under my ubuntu 12.04 this package-archive: ppa:lekensteyn/wacom-tablet and the wacom-dkms package, it's this archive: https://launchpad.net/~lekensteyn/+archive/wacom-tablet [22:43] Hi, how can I upgrade an ubuntu 9.10 headless? [22:44] anyone around [22:44] chtsrl: if you are using unity you are already using compiz [22:44] So all you wacom pros...help me to solve this annoyance [22:44] !eol | chtsrl [22:44] chtsrl: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [22:44] benji_ you can't uprade directly from 9.10 to 12.04 [22:44] how do I check if I use or not [22:45] MonkeyDust, Can I follow that? [22:45] all the way up to 12.04? [22:45] hello all - could someone assist me? I'm trying to find the most optimal version of ubuntu that will run on a 512MB MacBook [22:46] benji_: you to upgrade to 10.04 first and then you can upgrade directly 10.04 > 12.04 [22:46] you have* [22:46] what would be the most optimal distro in the Ubuntu family that would run without lag on a 512MB ram macbook? [22:46] ok :) [22:46] benji_ haven't try, cannot give advice, but i guess not -- do you have physical access to the headless pc? [22:46] yes I do have an access [22:46] sudo do-release-upgrade -d will not work? [22:46] benji_ or do as exutux says [22:46] Noone with an Inuos 5 from wacom here? [22:47] how do I see if I use unity or not [22:47] huhu [22:47] chtsrl is it with a bar on the left? [22:47] yeah [22:47] chtsrl that's unity [22:47] chtsrl: look at this: http://i.imgur.com/3N5f6.jpg [22:47] ? [22:48] does anyone use this card www.amazon.com/Intel-802-11n-draft-Wi-Fi-Adapter/dp/B0036BJN12/ref=sr_1_cc_1?s=aps&ie=UTF8&qid=1345243012&sr=1-1-catcorr&keywords=Intel+Centrino+1030+-+802.11+b%2Fg%2Fn+Wireless+LAN [22:48] exutux, "sudo do-release-upgrade -d" is that likely to work? [22:48] anyone have any ideas? trying to find a good ubuntu distro that would run well on a 512MB Macbook [22:48] benji_: nope becasue 9.10 is eol [22:48] but why my windows are not moving with those beautiful visual effects [22:49] benji_: https://help.ubuntu.com/community/EOLUpgrades/Karmic [22:49] anyone [22:49] benji_: you have to use an alternate cd [22:49] exutux, in this link they say "To upgrade from 9.10 to 10.04, you must now use the Alternate CD upgrade method. Or you can use: sudo do-release-upgrade -d" [22:49] benji_: but I advice to reinstall it fresh [22:50] benji_ you have physical access, fresh install is a lot faster and efficient -- backup first [22:50] more efficient* [22:50] What is the command to start the GUI? After updating my Ubuntu is starting into Terminal Mode. [22:50] MonkeyDust, what is a fresh install exactly? format+install? === ubuntu__ is now known as michel === stefanie is now known as kleine [22:51] benji_: if it's an headless pc you have to install update-manager-core before [22:52] but I realluy quote MonkeyDust advice [22:52] really* [22:53] anyone [22:53] how do i find out what gnome version i have [22:53] Soulstitchmmo: "startx" or "sudo service lightdm start" [22:53] How do I start (use) compiz visual effects [22:53] Soulstitchmmo: both or more likely just useful for diagnostics for you right now. [22:54] zykotick9: thanks, i'll try those. [22:54] chtsrl: in which ubuntu version? [22:54] the last one [22:54] !ccsm | chtsrl be careful, you can break unity using some settings [22:54] chtsrl be careful, you can break unity using some settings: 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 [22:55] chtsrl: the last one that is 12.04 use unity, it's a compiz plugin, then you're using compiz [22:55] how do I run it [22:56] it uses by default [22:56] but why windows doesnt have this effect [22:56] chtsrl: maybe you're using unity-2d [22:56] ? [22:56] let me show you [22:57] benji_ fresh install = new install [22:59] I should mention I am relatively new to Linux, even though I have been using it for a couple of years, this is the first time I had a problem that I couldn't find the answer to online: Here is my question: I am using 12.04 on a dual booted Toshiba laptop and I can no longer change the volume on my computer. when I check output on the sound settings, there is nothing listed and all the options are greyed out. I still have volume that I can control [22:59] through what ever program I am using (VLC, Rhythm Box, YouTube videos). The volume control works fine when I boot into Windows, so I am pretty sure it is not a hardware issue. This happened sometime after I upgraded to 12.04. [23:02] mwilliams1220 in a terminal, type alsamixer, MM means mute [23:02] Wacom Intuos 5 help needed : As far as I can see the pen /eraser is working properly but when I lay my finger at on of the left tablet buttons or move it in a straight row from top to bottom the pointer moves for a very short timespan to 0|0 (causing the exposee feature under gnome3 to happen) [23:02] type 'm' to unmute [23:03] found the answer [23:03] with it selected [23:03] chtsrl phare it with the channel, for future reference [23:03] Xangua why did you recommend Spotify to me? [23:03] share* [23:03] and how do I make sure that my graphic card driver is installed on ubuntu and its up to date [23:03] chtsrl: what card? "lspci | grep -i vga" if you aren't sure. [23:04] nvidia [23:04] MonkeyDust: dong that now [23:04] Can anyone reccomend me a good music service provider that supports Linux and transferring to my MP3 player? Spotify only supports Android and iPod, so I can't use it for my MP3 players. [23:04] I do NOT have an Android or iPod === jeffsf is now known as jeffsf|stinkgcc4 [23:04] MonkeyDust: what am I looking at? [23:05] sorry I was wrong zykotick9: Intel Corporation N10 Family Integrated Graphics Controller === jeffsf|stinkgcc4 is now known as jeffsf|gah [23:05] mwilliams1220 if you see MM, go there and press m [23:05] chtsrl: if you've install the proprietary driver from "addition drivers" (or whatever it's called), just do a regular update - either GUI through update manager, or "sudo apt-get update" and "sudo apt-get dist-upgrade" [23:05] this is what ive got when I typed ur command [23:05] chtsrl: same answer, but no proprietary driver is available... [23:06] MonkeyDust: I don't see mm [23:06] master, headphone and speeaker have 00 [23:06] look underneath the bars [23:06] then press the up arrow [23:06] to turn up the volume [23:06] mwilliams1220 use arrows to increase it [23:07] hei [23:07] they are all at 100 [23:07] zykotick what do u mean with no proprietary driver is available [23:08] !tab | chtsrl [23:08] chtsrl: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [23:08] is it normal to have trouble with the wireless on ubuntu? [23:08] chtsrl: intel has open source drivers [23:09] !details > sirien [23:09] sirien, please see my private message [23:09] sirien: depends on the wireless - some work OOTB, others can be a big pain... (not ubuntu specific issue) [23:09] mwilliams1220, use the right arrow key to scroll over [23:10] MonkeyDust: http://askubuntu.com/questions/131307/i-have-sound-but-volume-bar-is-inactive-and-i-cant-use-volume-shortcuts [23:10] zykotick9: and that means ubuntu wont iststall the driver or what [23:10] I have them all up to the top [23:10] herm mwilliams1220 ^ [23:10] are they all set to 00? [23:10] mwilliams1220: http://askubuntu.com/questions/131307/i-have-sound-but-volume-bar-is-inactive-and-i-cant-use-volume-shortcuts [23:10] chtsrl: i means you don't need to install a specific driver (90+% of the time, some of the new intel stuff seems to give some issues) [23:11] exutux: I have seen that page, it didn't help :( [23:12] My battery indicator has gone. I have the updates, audio, clock/date and wireless indicator, but the battery wont show, how do i get it back? [23:13] what is the trick for autocomplete in IRC? [23:13] mwilliams1220 tab [23:13] hi ppl, i'm having this problem: my computer has ubuntu, archlinux and windows 7 installed. the grub was installed with ubuntu and it worked fine booting into any system i want to... until now. i've been away for some weeks and today i turn on the computer, boot ubuntu and update all the system, then i reboot to boot into arch and i find the menuentry just disappeared from grub (windows is still there and working). how can i fix grub now? [23:13] dtcrshr, Look in power there is a dropdown for when you want the battery to show. [23:14] MonkeyDust: thank you! [23:14] Paulo39: Have you run "sudo grub-update" in the terminal? [23:14] i know in which partition, arch system is, but i'm not able to mount it, i don't know why. [23:14] MonkeyDust: still no sound [23:14] Paulo39: Maybe it's "update-grub". I've forgotten. lol. [23:15] KatsumeBlisk, yes, i did. it doesn't find the arch system. then i saw a tip on internet, about have the arch partition mounted and just then do that command [23:15] update-grub Paulo39 [23:16] but i'm not able to even mount the partition.. for example, if i open file manager, i see on the left side the partition, but if i click there, nothing happens [23:16] zykotick9: Yeah. Thought I was wrong earlier... [23:16] MonkeyDust: when I go to output on sound settings, there is nothing there under output [23:16] KatsumeBlisk: almost ;) [23:16] zykotick9, it doesn't find my arch system [23:16] Paulo39: Have you tried mounting it manually in the terminal? [23:16] wilee-nilee: cant find it [23:17] KatsumeBlisk, i don't know how to do it... [23:17] if i try mount /dev/sda8 it says me it was unable to find it in /etc/fstab or /etc/mtab [23:17] mwilliams1220 "nothing"? is it switched on? (top right) [23:18] Hi. Ubuntu 12.04 - from time to time system responds very slowly to keyboard input. Checked top - no abnormal CPU usage by any process. Can't seem to detect problems with mounted volumes or network activity. Any suggestions ? [23:19] MonkeyDust: what do you mean? [23:19] hey [23:19] mwilliams1220 next to the output volume bar, is it switched on? [23:19] dtcrshr, looks like this although I have found it to make no difference in my 12.04 setup, it does help though if you name the release and desktop you run as well. http://imagebin.org/224943 [23:20] MonkeyDust: the sound level under the volume icon is greyed out. [23:20] i used a program to install ubuntu on usb. when it comes up it asks about detect and mount the cdrom but i am using usb what should i do? [23:20] Furbo, this a wireless keyboard a bluetooth? [23:21] mwilliams1220 i mean in system settings > sound, the output volume bar [23:21] wilee-nilee: Microsoft wireless keboard [23:21] sambagirl, your computer will boot from a usb? [23:22] wilee-nilee: think it's the driver ? [23:22] Furbo, okay but is it within the questions I asked, we all don't use microsoft keyboards, details are the question here. [23:23] ah wireless I missed that my bad Furbo [23:23] MonkeyDust: volume control is set to the far left and I can't get it to change [23:23] wilee-nilee: no prob - never considered that the keyboard might be the problem... [23:23] Furbo, personally all I could do is look on the web for info on that exact keyboard and ubuntu have you done that? [23:23] thanks, monkeydust, for your directions. turning the wireless-switch ON tends to solve these kinds of problems. Mine, at least. :S [23:24] mwilliams1220 ok, but is it switched on? or is there no on/off switch? [23:24] how do i change the windows key to ubuntu key [23:24] MonkeyDust: there is no on/off switch === jeffsf|gah is now known as jeffsf|noPVR4u [23:24] wilee-nilee: haven't done that yet because I thought it was related to something else - that's the first thing I should have done... thanks :-) [23:26] how do you make numlock turn on automatically [23:27] is there a wine channel? [23:28] lauratika, #winehq [23:28] thanx! [23:28] no prob [23:29] anyone with expirience with rosseta stone and wine in here? [23:29] !info numlockx > harrismrubin_ [23:29] thank you [23:29] I have a bug but I don't know where to file it. Using the "fsprotect" package in universe doesn't work on /var with samba installed, because samba starts writing to files in /var/log before fsprotect can move the rw-mounted /var out of the way. [23:30] trying to do sudo apt-get upgrade and getting this.... The following packages have been kept back: [23:30] hplip hplip-data libhpmud0 libsane-hpaio linux-generic linux-headers-generic [23:30] linux-image-generic printer-driver-hpcups printer-driver-hpijs [23:30] Hey guys, am I the only one using Chromium/Chrome? If not could you guys take a look at this (http://twitter.com/decio_crytek/status/236605511993282560/photo/1/large) thing because it never happened to me before and this message pops-up every time I launch Chrome and it is actually annoying! [23:30] how do i enable numlokx [23:30] why is it holding packages back [23:30] !pastebin | Erin [23:30] Erin: 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. [23:31] fsprotect is written for Debian, where presumably the lack of upstart prevents this race from ocurring [23:31] so is this an fsprotect bug or an Ubuntu bug? [23:31] Hey guys, am I the only one using Chromium/Chrome? If not could you guys take a look at this (http://twitter.com/decio_crytek/status/236605511993282560/photo/1/large) thing because it never happened to me before and this message pops-up every time I launch Chrome and it is actually annoying! [23:32] Linix did you run chromium as root [23:32] at some point [23:32] Linix, you need to fix permissions probaly [23:32] keith_ No. [23:32] Erin: how [23:33] Erin: generally, packages get held back to prevent unexpected kernel updates. So, that's why linux-image-generic is getting held back [23:33] Packages get held ack because the deps are not met [23:33] *back [23:33] Linix, do you have a .chrome or .chromium directory in your home directory [23:33] this is a fresh install. [23:33] Linix, I don't have Chrome installed right now [23:33] Erin: you need to use "sudo apt-get dist-upgrade" to do the same thing as the GUI update manager (it updates everything) [23:34] Linix, http://ubuntuforums.org/showthread.php?t=1501758 [23:34] zykotick9, yea someone told me that in Pm and it worked. [23:34] keith_ no [23:34] zykotick9, remember me lol from earlier with the stupid nvidia/vga problem it was all solved by a reinstall :-P [23:34] b3rz3rk3r_, tab the users name so they get the message. [23:35] wilee-nilee, i did [23:35] Erin: "solved by a reinstall" funny, i wouldn't consider that a solution ;) glad it's working for ya! [23:35] Erin: if a package in the repos depends on a version of another package but it's too low, it will be held back, when the packages get updated the package will come down [23:35] am I here? [23:35] Erin: kernels almost always require dist-upgrade FYI [23:35] Linix: is there one in ~/.config [23:36] zykotick9, well it was the only way to get it fixed I figured, I tried alot of stuff nothing was working some kind of "ghost" was in the machine. Install was very quick and getting stuff re-setup was actually easy since I just saved all my config files like sshd_config and smb.conf etc [23:36] b3rz3rk3r_, I you did my bad sorry about that. ;) [23:36] ActionParsnip, i've already sent him a link which says how to fix it [23:36] b3rz3rk3r_: sweet [23:36] wilee-nilee, np mate [23:36] ActionParsnip: it's the installing new, that usually causes "update" not to update everything... [23:36] ActionParsnip b3rz3rk3r_ keith__ Thanks guys but b3rz3rk3r_'s solution worked [23:36] ActionParsnip, hi [23:36] hi harrismrubin_ [23:37] Linix, cool [23:37] Erin: backing up config files is smart! so is reinstall - if you have no other option [23:37] thank you for helping me [23:37] zykotick9, later today i'll make a full hd image with DD incase anything gets jacked up. [23:37] now i will do you ActionParsnip and Dr_willis a favor by never coming back on this channel [23:37] zykotick9, yea I tried to fix it for probably 8-10 hours over two days and reinstalled it worked out of the box :-) [23:37] Erin: waste of space to do drive imaging (that's a windows thing). but do whatever you think best. [23:38] Erin: its a good backup method :) [23:38] zykotick9, why is it a waste of space? one command I have a 100% backup and I can re-install the backup with one command as well. [23:38] Erin: you just proved how fast reinstall is ;) [23:38] zykotick9, why is it a waste of space? one command I have a 100% backup and I can re-install the backup with one command as well. [23:38] ActionParsnip, please use your op power to kick me === b3rz3rk3r_ is now known as B3rz3rk3r [23:39] Erin: do what YOU want. we can hold different opinions and both be right ;) [23:39] we can?! [23:39] zykotick9, thats what big hard drives are for ;-P [23:39] keith__: not you ;) only Erin and I :p [23:40] haha [23:40] I have lost my volume control on my my laptop. I am using 12.04 on a dual booted Toshiba laptop and I can no longer change the volume on my computer. When I check output on the sound settings, there is nothing listed and all the options(including volume) are greyed out. I still have volume that I can control through what ever program I am using (VLC, Rhythm Box, YouTube videos). The volume control works fine when I boot into Windows, so I am pret [23:40] ty sure it is not a hardware issue. This happened sometime after I upgraded to 12.04. [23:40] zykotick9, oh ok haha. Well VIM is far superior to emacs, hows that [23:40] harrismrubin_: i'm not an op [23:40] I should mention I am relatively new to Linux, even though I have been using it for a couple of years, this is the first time I had a problem that I couldn't find the answer to online: Here is my question: I am using 12.04 on a dual booted Toshiba laptop and I can no longer change the volume on my computer. when I check output on the sound settings, there is nothing listed and all the options are greyed out. I still have volume that I can control [23:40] through what ever program I am using (VLC, Rhythm Box, YouTube videos). The volume control works fine when I boot into Windows, so I am pretty sure it is not a hardware issue. This happened sometime after I upgraded to 12.04. [23:40] mwilliams1220: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [23:40] zykotick9, my / on this machine is only 40gb its an ssd and then I got a 1TB drive for storage. this is my music/home server machine. ;-) [23:40] fat fingers, sorry [23:40] quit [23:40] yes [23:40] <3 vim [23:41] :) [23:41] mwilliams1220: try: killall pulseaudio; rm -r ~/.pulse* wait 10 seconds and reboot [23:41] Erin: i run 60GB SSD (58% full), 1TB (52% full), 1TB (67% full) and 500GB (46% full). i can fill my drives with better stuff ;) config files take so little to backup. [23:41] rypervenche, I guess i'm not starting any trouble :) [23:41] Erin: You're going to store all the unallocated space, which is wasteful and time-consuming, both on backup and restore (as I'm sure you're aware), and you can't really get around it by gzipping either since the unalloc'd space isn't guaranteed to be zero'd [23:41] ActionParsnip: thanks! [23:42] zykotick9, yea they do and linux is awesome cause most things are controlled by one text file lol [23:43] Erin: oh how i love "config files" ;) [23:43] failedassertion, yea but like zykotick9 said we might disagree cause I feel 40GB out of 1000gb is nothing to be able to say. Oh my computer took a crap well let me boot a live-usb and run one command and boom back to working [23:43] Erin: and the whole home directory with hidden for settings - brilliant [23:44] I might even backup my 120gb ssd C:/ on my windows gaming machine. [23:44] I might backup the WORLD if i had enough storage ;-) [23:44] ActionParsnip: I got this result: pulseaudio: no process found [23:45] Erin: you should backup anything you don't want to lose [23:45] Erin: i have NOTHING against backups! it's just i think drive imaging is a "waste of space"... [23:45] I got a 2TB for game backup on my windows machine since I do alot of game modding and stuff gets borked all the time. [23:46] ya...I was installing windows 7 the other day, and had my linux partition on a logical partition..and when i deleted my windows partition, for some reason it also deleted my swap and my first linux partition with mint on it... [23:46] backing up is important :P [23:46] ActionParsnip: rebooting anyway, back in 5 [23:46] it's pointless to backup things you can get elsewhere [23:46] stupid thing didnt even ask for confirmation or anything...just deleted the partitions... [23:46] this time I installed ubuntu with seperate Logical partitions for / /home and /var [23:47] per someones advice from here. [23:47] backups aren't every *supposed* to be used [23:47] only when something goes wrong do you use backups [23:47] stupid windows programmers...why cant they make a good partitioner with windows installer..like gparted [23:47] diminoten: storage is cheap, backups are good. Reduces downtime if you can restore a system image :) [23:47] sure sure [23:47] Erin: fair enough. and I guess my use case is a little strange, since I usually wind up doing that over a network... [23:47] yea my 2TB drive was like $100 bucks that is cheap im gonna pick up like 3 more I think. [23:47] viralfrost: it does, just gotta use it right and not make one big partition for everything [23:47] I think ive seen 3TB in the $100 range.. [23:48] Dr_willis, nice, with sata 6.0gbs ? mines a seagate [23:48] I always use external usb3 these days for backups. [23:48] I got a Segate i need to regurn under warrenty. its an older 1TB. [23:48] * zykotick9 still hasn't broken the 2GB barrier - and is kinda fearful of GPT or whatever partitions... [23:48] i have a system whic holds backups [23:49] anyone know of a chat app that we have that suports sms like yahoo [23:49] haha my new computer z77/3570k has usb3 I have never used yet lol. [23:50] actionparsnip thanks for the ifo the otherday it worked [23:51] http://paste2.org/p/2130576 - what do I do? there is no -R for recursive in mv [23:51] miceiken, pretty sure there is [23:52] miceiken@celeste:~$ mv -R /var/torrents/* "/media/external/TV Shows/" [23:52] mv: invalid option -- 'R' [23:52] miceiken: mv -a may help [23:52] mv: invalid option -- 'a' [23:52] miceiken: i haven't checked you paste, but mv doesn't require -r or -R usually [23:52] zykotick9: mv: inter-device move failed: `/var/torrents/Boardwalk Empire' to `/media/external/TV Shows/Boardwalk Empire'; unable to remove target: Is a directory [23:53] could it be because it exists on the destination? [23:53] miceiken: use cp not mv, cp -R /var/torrents/* /media/external/TV; [23:53] miceiken: add a trailing / "..Broadwalk Empire/" [23:53] miceiken, i dont think we are supposed to help you with copyright infringement anyway [23:53] miceiken: is the destination writable? [23:53] cp -a instead of cp -R [23:53] ActionParsnip: It worked! thnak you! [23:53] mwilliams1220: sweet [23:53] 1. Erin I bought this and put it in my torrents folder, happy? [23:53] 2. Why cp? I want to move, not copy [23:53] miceiken, maybe if i was gullable [23:54] 3. zykotick9, I did * [23:54] miceiken: cp && rm == mv [23:54] miceiken: its shorter, many linux commands are 2 letter [23:54] 4. Acidflash| Yes [23:54] ActionParsnip* yes its writeable [23:54] miceiken: what is the actual command you are running inclue " around the entire thing [23:55] when I get those errors: "mv /var/torrents/* /media/external/TV\ Shows/" [23:55] miceiken: looks correct to me. is this a permission issue? [23:55] might be, i thought of that [23:56] I want a program to autostart minimized, how can I do that? [23:56] miceiken: what filesystem is on external? [23:56] NTFS [23:56] miceiken: good luck - i'm out. (i won't see any further of your posts) [23:56] lol what [23:57] is there any harm in trying to sudo mv? [23:57] im missing glxinfo and glxgears on my ubuntu installation [23:57] i need them how do i install them? [23:58] linuxuz3r: Install "mesa-utils". [23:59] zykotick9, was because it was already in the target folder [23:59] linuxuz3r: is the NTFS healthy? When you last unplugged it, did you use the safe remove feature in your OS or did you just rip it out? [23:59] -n = dont overwrite