[00:00] jrib: Thank you! [00:02] anyone got any ideas for me to experiment with? === linuxthefish is now known as linuxthefish` [00:03] znx: can you open a terminal [00:03] codecacademy.com [00:03] znx [00:04] Ben64: yup [00:04] as it ctrl+alt+f1 [00:04] ^ learn something new [00:04] jrib: Could you see the xorg.log? I send a link to you see what is wrong in my system.. Please. [00:04] znx what kind of machine u trying to install on [00:04] !pastebian [00:04] !pastebin [00:04] 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:04] Physicist: sure, paste the link in the channel (i have to step out for a bit) [00:04] test_server: a tower ? .. what do you mean? [00:04] znx: oh, i meant in gui... does ctrl+alt+t not work? [00:05] Ben64: this is the installer .. ? [00:05] znx: just wondering to see if i can help. didn't know the reason why ubuntu wouldnt install [00:05] k [00:05] i tried 12.10 it wouldnt pass the disk prep [00:05] 12.04 has passed that but is now stuck at the "reading package infomation" [00:05] but i dont know how to work out what is wrong === boze is now known as boze_afk [00:06] znx: how far into the process is that [00:06] also, laptop or desktop? 64 or 32 bit? computer specs? [00:06] Ben64: um very close to the start after the gui loads .. maybe two windows in from that [00:06] trying to dual boot? [00:06] no [00:06] the computer is old .. around 2008/9 [00:07] but ive been using fedora and mint on it .. up until yesterday [00:07] hmm [00:07] so i know it to be good working order [00:07] id really just like to find something that i can look at that would say "error this is wrong" .. [00:08] but there isnt anything :\ [00:08] the /var/log/installer/debug doesnt say anything useful either [00:08] jrib: http://paste.ubuntu.com/1660305/ [00:08] maybe bad media? [00:09] Ben64: i initally used a DVD .. then switched to USB .. then to another USB just to make sure [00:09] basically .. i dont think so [00:09] My system does not start. Stay in a endless loop: put my password, back to log screen... [00:09] have you checked the md5 [00:09] yes [00:09] http://paste.ubuntu.com/1660305/ [00:09] the original iso i used has been confirmed as matching the md5sum [00:10] id be happier if it was to blow up and dump errors at me .. but it simply hangs and says nothing [00:10] Can anyone help me recover my Ubuntu system? I am trying to uninstall packages on the bad system from the live cd but I am getting errors from chroot.. read more here: http://askubuntu.com/questions/256653/cant-chroot-to-recover-ubuntu-64-bits [00:10] hmm [00:11] does anyone know if its possible to duel boot windows 7 with ubuntu and have MBr? [00:11] antony_: define MBr [00:11] antony_, you need to install grub to the mbr [00:11] ubuntu22: do the obvious is /media/x/bin/bash there ? [00:12] znx, yes sir. [00:12] ubuntu22: is it a link to another binary .. or it is the binary itself [00:12] maybe select /bin/sh [00:12] znx, how do I check that? [00:13] ubuntu22: ls -l /media/x/bin/bash [00:13] znx, I get this: -rwxr-xr-x 1 root root 934336 2010-04-19 02:16 /media/x/bin/bash [00:13] ls -F /media/x/bin/bash ... that can work too [00:14] znx, the F flag returns: /media/x/bin/bash* [00:14] Can anybody have a look in that link http://paste.ubuntu.com/1660305/ [00:14] actually ignore that question i said, next question is can someone tell me the difference between wubi and a regular install? [00:14] ubuntu22: a * means its an executable .. so thats good [00:14] an @ would represent a link to something [00:14] ubuntu22: try doing: ldd /media/x/bin/bash [00:14] znx, okay great. I think the answer is quite complex looking at the link I posted. [00:15] znx, what would you like to know about the ldd return info? [00:15] ubuntu22: it should list a bunch of lib.so. .. [00:16] znx, yes it did. [00:16] check to see that those exist in the /media/x/lib directory [00:16] do u guys use the gui on ubuntu ? [00:16] znx, okay thank you so much I will do that. [00:16] this is checking that the shared libraries exist .. as the second answer suggests they might not ubuntu22 .. [00:17] i.e. you maybe havent mounted all the partitions .. or maybe something broke on your system and removed the library it needs === wedgwood is now known as wedgwood_away [00:18] ubuntu22: basically you did something a bit bad .. libc is one of those core packages [00:18] breaking that breaks the whole system pretty much [00:18] Hello! Many ISPs' DHCP servers tell clients to use broken nameservers that resolve nonexistent domain names. I want to configure NetworkManager and dnsmasq to ignore the nameservers the ISP specifies and always to use 8.8.8.8 and 8.8.4.4. What is the best solution? [00:19] ubuntu22: oh i have an idea .. may/may not work .. try busybox [00:19] I'd rather not have to go through each connection in nm-connection-editor to configure the nameservers. [00:19] znx, I'm pretty sure something did break. I can't find linux-vdso.so.1 or linux-vdso.so.5 in the lib folder. [00:19] znx, I forced install of 32 bit packages. [00:19] ugh :-) [00:20] ubuntu22: try chroot /media/x /bin/busybox [00:21] but i have to say .. even if you manage to chroot [00:21] you might find you cant run things .. because of the libraries that you are missing [00:22] hi [00:23] znx, busybox worked [00:24] znx, oh wait. When I run sudo chroot /media/x /media/x/bin/busybox it errors === lux_ is now known as Guest1267 [00:24] znx, chroot: cannot run command `/media/x/bin/busybox': No such file or directory [00:25] dr_willis: Hello. My system does not start. Stay in a endless loop: I put my password, back to log screen... Could you see my xorg.log and tell me if something is wrong? http://paste.ubuntu.com/1660305/ [00:26] your system IS starting Physicist [00:26] X is just crashing back to the login screen [00:26] #1 - does the guest user work? #2 - make a new user at the console. See if they work 'sudo adduser billgates' [00:27] #3 - if those users DO work. then its a setting issue with your problem user. login to their accoiunt at the console and make a backup direcory and start moving the various config files into it. this will force your users settings back to defaults [00:28] dr_willis: I disabled the guest account. [00:28] so make a new user then [00:30] theres some guides out at askubuntu.com and omgubuntu and webupd8 on how to 'reset users settings back to defaults' which may be all you really need to do. [00:30] the .Xauthority file is a common problem file [00:30] guys, anyone experiencing this: after login ubuntu freezes and then restarts randomly? [00:31] mike304 could be a dozen reasons why it does it.. X crashing. drivers crashing. window manager crashing.. [00:31] over heating. [00:31] bbl. [00:32] how can i troubleshoot? [00:33] mike304, you make any changes recenly? install anything? [00:33] *t [00:33] Thank you dr. [00:33] to be honest i just installed ubuntu [00:34] was having issue with nvidia first, when the whole screen would go all weridy pixelated [00:34] then was fixed when i used cd to boot [00:35] but now sometimes the whole system freezes and then restarts [00:35] sounds like hardware problem [00:35] did you install the proprietory vid card driver? or install any drivers? [00:35] like cpu or gpu getting too hot [00:35] have you looked through /var/log/syslog to check for hints? [00:36] i did do update on nvidia [00:36] doesn't seem like hardware getting too hot [00:36] windows runs fine on it without any problems [00:37] well this is going to sound stupid but i cant resize my firefox window [00:37] Hi how do I connect to a ubuntu 12.04 desktop remotely from 12.10 and run it in a window so that I can use both? What software do I need? [00:41] osmdave: there is desktop sharing built in. [00:42] i'm wondering if anybody can help me reset to preloaded windows 8 [00:43] brainbaobao: did you install Ubuntu over windows 8? [00:43] hi [00:43] histo, thanks I could only see it in the login screen how do I run it in a window so I can see both? [00:44] i created a partition, and installed it in the 100gig partition [00:44] how can you see las tune2fs was executed? [00:44] last* [00:44] brainbaobao: have you tried accessing the advanced options at boot by tapping SHIFT after the boot splash screen? [00:45] i'm sorry, but i'm pretty new to ubuntu, whats a boot splash screen? [00:45] brainbaobao: has nothing to do with Ubuntu [00:45] brainbaobao: its a screen that shows right before the boot loader trys to boot an operating system [00:46] brainbaobao: can you still boot into Windows 8? [00:46] is it the acer logo screen? [00:46] brainbaobao: if it's an acer computer, than yes [00:46] no, i can't boot to windows 8, it boots directly to ubuntu [00:47] brainbaobao: did you make restore discs? [00:47] wiggmpk: i haven't tried after, but i tried pressing and holding shift during [00:48] brainbaobao: you probably cant access it, im taking a guess but I think grub replaced the master boot record.. so you would need to access the grub menu and select Windows 8 and boot into the OS, then you can refer to this http://www.redmondpie.com/how-to-restore-and-reset-windows-8-to-factory-settings/ [00:48] unfortunately, no [00:48] What mean "filesystem check or mount is failed"? [00:49] how would i enter grub? [00:50] miggwmpk: also my laptop came preloaded with win8 [00:50] brainbaobao: by holding SHIFT when it displays [00:50] brainbaobao: the default option is to have the grub menu hidden.. so there is like a 5-10 second window after your ACER screen to hit shift to access the menu [00:51] brainbaobao: if you installed Ubuntu over your Windows 8 parition, there is nothing you can do but contact the manufacturer and have them send you restore/recovery discs [00:52] hmm. Firstr thing i do on any new windows machines.. spend like 4 hrs making a recovery dvd set.. not sure why it always sems to take forever for windows to make those things... [00:52] dr_willis: cant tell you how many times people bring brand new computers to me (that they screwed up) and didnt have restore disc's [00:55] i didn't install over, i created an empty partition and installed ubuntu in the empty partition [00:55] amazing thing us the pc makers cant just put the 4 iso images on the hd... [00:55] i personally usually use mac, but decided to try windows8 [00:55] brainbaobao: just covering all my bases man [00:55] why its 4 dvdv is anither oddity.. shovelware i guess. [00:56] dr_willis: your absolutely right.. plus the vendor gets to charge the customer if they want the recovery discs [00:57] I always install Ubuntu first, then Windows. [00:57] dr_willis: i have a NFS copy of Windows 8 Pro from my MS rep, 1 single DVD go figure [00:57] What mean "filesystem check or mount is failed"? [00:58] I always install Ubuntu first and then VirtualBox and then Windows inside Vbox [00:58] wiggmpk: i just tried that, but all it does is what it usually does [00:58] with service whatever start.. do all of them usually just call start-stop-daemon ? is there any process monitoring built into the ubuntu service system? [00:58] say it is checking disk for errors [00:58] it is SHIFT to access the GRUB menu? anyone? [00:59] !grub2 [00:59] 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:59] huh? [00:59] Ah :) === TheRainbowDawn is now known as Dawn_ [01:00] brainbaobao_: you can refer to this site to make the grub menu unhidden http://www.easy-ubuntu-linux.com/grub-menu-visible.html [01:01] but the thing is that the dvd is in, it's that the computer won'tboot from the dvd [01:02] brainbaobao_: you would have to change the BIOS setting to try and boot from your DVD drive before your hard drive.. [01:02] windows 8 changed it, [01:02] before installing ubuntu, i changed bios to read dvd-rom first === clem_ is now known as Kuuipo [01:03] brainbaobao_: I dont think an operating system can change BIOS options.. its like the government.. seperation of powers by layers [01:03] you have to go to windows 8, press shift and click restart to get into eufi [01:04] EUFI is a different story [01:04] "filesystem check or mount is failed"? I can't mount my windows partition. [01:04] what's EUFI? [01:05] of uefi for that matter, [01:06] <_DomY-Dom> Hi #ubuntu, which convertibles would you recommend for using Ubuntu with ? [01:06] bios is replaced by uefi, and [01:06] bios is dead [01:07] and one can only access uefi from windows [01:07] هاي [01:07] brainbaobao_: BIOS isnt dead [01:08] haha i think i broke the GUID partition table and now i cant boot into linux [01:08] brainbaobao_: but there is not really a practical reason to use UEFI for MOST average users [01:08] هاي [01:08] or at least not accessible from direct boot is what i know and experienced [01:09] <_DomY-Dom> brainbaobao_: even for those which don't run Windows RT but regular Windows 8, I can't partition ? [01:09] dr_willis: Was created a new user and works sucessfuly. Meantime I see that I cannot make changes with sudo because the " new user" is not in sudoers. You sayd about the possibilitie of restore the configuration. How can I do it? [01:10] <_DomY-Dom> brainbaobao_: Also there has to be a way to dualboot, Ubunutu does have a tutorial about how to boot an OS using UEFI surely right ? [01:10] Physicist: login at the console as the problem user and move the config files to a backup dir. [01:11] _DomY-Dom: Windows RT is for ARM systems like a tablet, and yes Ubuntu supports UEFI (99% sure) [01:12] wiggmpk: since ubuntu may support uefi, can one access it? [01:12] dr_willis, Could you give more detail about HOW do that? [01:12] Physicist: bash basics.. mv file backupdir [01:12] brainbaobao_: why exactly would you need to access it? [01:13] brainbaobao_: it's just an application layer to start the booting process of an operating system [01:13] i just need to get to bios [01:13] tgeres detailed guides at the askubuntu.com and omgubuntu and webupd8 blog sites [01:13] which seems impossible [01:13] I wish to temporarely unmount my home partition, by copying all the files into a tmpfs and then mount the tmps as /home. Can this be done and if so, how? [01:13] brainbaobao_: there should be a button.. typically F2 / F12 / or DEL at the BIOS splash screen (your acer logo) to get to the BIOS [01:14] i've tried every one of them, but to check i'll do it again, please excuse me for a moment [01:15] dr_willis: hello [01:16] rmwh be safer to put them on a real hd.. if you lose power while they are moved.. they wll be gone [01:16] rmwh: is home on its own partition now? [01:17] dr_willis, yes [01:17] rmwh: and what are you wanting to do with it? [01:17] dr_willis: resizing it. I tried to do it using parted magic, but it didn't work [01:18] you can just unmount it.. resize it. and then mount it back. just watch out for any apps trying to access home for the time it takes to resize.. personally i resize from a live cd. makes things easier [01:18] exit [01:18] dr_willis: thanks, will try that! [01:18] hi can someone tell me how to connect to a remote ubuntu server graphicly 12.04 from ubuntu 12.10? I can open the terminal with ssh. But the build in remote desktop tutorial needs a gui in the first place and email address and xrdp tutorial is only for windows [01:21] osmdavid: are you looking for X forwarding through ssh? [01:21] i've setup the following script for nginx.. https://gist.github.com/anonymous/6fa4811e7e21b5c77631 notice on line 37 i've specified the --retry option. However when i call it the process doesn't warn me that that nginx is still running [01:21] and it doesn't actually shut it down [01:22] wiggmpk:f2 works sometimes, but i held down some random keys, and it displayed error, and i got into bios, [01:22] wiggmpk: do you suggest that i put windows boot loader at the top? [01:23] osmdavid: depending on wha tyou need to do. ssh and x forwarding can acomplish most tasks. no need for a full desktop to be forwarded [01:23] Jofironses, I want to run it remotely I can do it from windows with xrdp but I want to control it in a window in my ubuntu desktop not windows. Not sure about X. Its Unity. [01:23] osmdavid: X is the foundation of the whole Desktop in linux. [01:23] brainbaobao_: well you cant do that from the BIOS.. if you plan on keeping Ubuntu alongside windows you'll have to decide which bootloader you want to handle booting.. GRUB which is installed by Ubuntu or the Windows boot loader.. but it should be on the MBR [01:24] Unity is a shell on top of gnome3 which runs on top of X [01:24] brainbaobao_: if you can boot into windows.. then you can research how to restore the MBR [01:24] dr,willis ok as long as I dont loose my current desktop. I just want to view one inside the other and control it by remote desktop [01:25] Ubuntu isn't starting up graphically because I wrote an xorg.conf file it doesn't like and then restarted. How do I get to a terminal to fix this? [01:25] I'm not sure if GRUB is damaged, or if it's just because ubuntu changed the boot settings of my computer [01:25] osmdavid: then you want to enable the gnome remote desktop. or use x11vnc if you want to share the CURRENT vidsible desktop. if you can see both monitors.. you can remote controll the other pc from a differnt one via syngery. [01:26] brainbaobao_: are you booting into Ubuntu? [01:26] dr_willis, Could you give me a link? [01:26] !text | tiglionabbit [01:26] tiglionabbit: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [01:26] Physicist: a link to what? [01:26] wiggmpk: yes, the system running is ubuntu [01:26] brainbaobao_: then GRUB isnt damaged.. it just doesnt "see" Windows 8 [01:27] dr_willis I only have one monitor im on a laptop. I how do I install the gnome remote desktop for unity from the command line? [01:27] wiggmpk:ok, so since i'm a newbie, what do you suggest me to do [01:27] dr_willis, To resolve my problem dr. Backup the files... [01:27] osmdavid: its allready installed. you just need to enable the remote desktop feature. [01:27] Physicist: i mentioned the askubuntu.com site. and the omgubuntu, and webupd8 blog sites [01:28] dr_willis ok so how do I enable it from the command line and how do I connect to it from this side? [01:28] Physicist: you login at the console as tghe problem user. and move the .config and .Xauthority and perhaps other files to a backup directory [01:28] brainbaobao_: open a termina and try "sudo apt-get install grub-pc" to see if it detects your other OS [01:28] osmdavid: no idea on doing it from trhe command line. normally one logs in and uses the menu/settings to enable it. [01:29] wiggmpk: there is another problem that is very urgent [01:29] wiggmpk: root does not work [01:29] dr_willis yes this is my problem I cant see the desktop until I find a way to connect to the server remotely [01:29] brainbaobao_: how did you determine that? === cameronc is now known as CC [01:30] osmdavid: no monitor? if theres no current desktop running.. then you can just use a normal vnc server that can be started once you ssh in. [01:30] that is why I want to connect to it so I can see it [01:30] wiggmpk: either its that i entered a very similar but different password with a typo during setup, or ... [01:30] osmdavid: theres 2 ways you can do it.. share the CURRENT visuble desktop (which you aparently dont have) or ssh in, run vncserver and have a 'hidden' desktop thats NOT visible on the remote machine [01:30] dr_willis: Nice to see you again. I need help allocating more space to linux. I'm trying to download TF2 but my /dev/loop0 is out of memory [01:30] dr_willis no it is a rented dedicated ubuntu server and I have installed unity but I can only connect from here to the command line with ssh I want to know how to remote view the desktop [01:30] it will only be visible when you vnc into it [01:31] "filesystem check or mount is failed"? I can't mount my windows partition. [01:31] brainbaobao_: if your logging into the user you made when you installed Ubuntu, then its YOUR password [01:31] wiggmpk: it exists, but authentication process says that root is incorrect, [01:31] osmdavid: a vps you mean? [01:31] yes [01:31] wiggmpk: then root is...? [01:31] osmdavid: you could try x11vnc [01:31] osmdavid: if its a virtual machine.. then you ssh in, and run vnc.. but thats not secure over the internet. Best to use SSH and X forwarding [01:32] wiggmpk: in fedora, administrator password=root [01:32] x11vnc on a virtual server dosent make a lot of sence.. since theres no actual display for it [01:32] can someone troubleshoot this [01:32] http://sharetext.org/vKxb [01:32] brainbaobao_: your not technically using "root", sudo is just requesting super user privileges.. its YOUR password for your regular user, because you SHOULD belong to the "sudo" group [01:32] see if there is any problems? [01:32] !root | brainbaobao_ [01:32] brainbaobao_: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [01:32] Anyone? I need help allocating more space to linux to download a program. [01:33] yes, but as i disabled my password, it still asks for sudo, and as i entered the previous password, it displays it failed [01:33] cc youmay want to give some background details.. since its not clear what your setup is [01:33] purge win8 [01:33] dr_willis ok Can I use X forwarding and keep my current unity desktop at the same time? [01:33] brainbaobao_: how did you disable it [01:33] osmdavid: Yes. [01:33] brainbaobao_: more importantly, why on earth would you disable your password [01:33] osmdavid: what current desktop? the one on the LOCAL box? you said the server had no desktop running [01:34] ben64:usersettings [01:34] dr_willis: I've got Ubuntu 12.10 with 19gb memory allocated to /dev/loop0, all of which I've used [01:34] osmdavid: if you X forward. the apps appear on the local X desktop [01:34] osmdavid: try logging in to your server with 'ssh -L5900:localhost:5900' then connect your vnc to localhost and your connection is secure [01:34] wiggmpk: because nobody else will be in this house but me for the next 4 months [01:34] cc meory allocated to loop? huh? [01:34] how can I make an NTFS junction point from within linux? [01:35] brainbaobao_: its not good practice.. thats some Windows stuff right there.. the most dangerous threat to your computer is physical access [01:35] Sazpaimon: I don't think there is a way [01:35] CC so you are on a live cd? or live usb? or what exactly? [01:35] brainbaobao_: I dont know how to recover a *nix password mate, sorry [01:35] true, that was kind of stupid, [01:35] dr_willis: I've got my install of ubuntu alongside Windows [01:35] dr_willis:http://pastebin.com/CtyisuhY [01:35] brainbaobao_: When disabling a password, you have to have another account with root access to reset it again. [01:36] !password | brainbaobao_ [01:36] brainbaobao_: Forgot your password? See https://help.ubuntu.com/community/LostPassword What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords === harry is now known as Guest97886 [01:36] brainbaobao_: if it were me.. and this is my opinion.. I would just reinstall Ubuntu.. [01:36] Sazpaimon: you could try ln, but still that would work only on linux and wouldn't be a junction point [01:36] it's not that hard to fix a password [01:36] Jofironses, I already tried regular linux symlinks, it makes interix-style symlinks [01:37] Sazpaimon: yep, it's only linux [01:37] wiggmpk: provided that windows boots correctly, your probably correct [01:37] which works in interix on windows, but they're not junction points [01:37] hmm I think I will go back to windows. I can connect with putty. Run xrdp and then open it in a window and carry on using this machine as well as the other one in a window [01:37] Jofironses, well technically interix is part of windows [01:37] CC you mean you have a WUBI install? [01:37] brainbaobao_: it should automatically detect your other operating system and place that entry in the Grub menu for you to decide which to boot [01:37] dr_willis: Indeed [01:37] I just hoped I could do that ubuntu to ubuntu instead of ubuntu to windows [01:37] CC theres guides out there on resizeing WUBI installs. [01:38] it hasn't done so yet, after 7 attempts [01:38] what about NTFS volume mount points? [01:38] like how they're done with mountvol on windows? === fox_wilson is now known as fwilson [01:38] Sazpaimon: indeed, but windows does not support linux's sym links, at least natively [01:38] brainbaobao_: and installing "grub-pc" was our attempt to do that.. but without sudo access.. I cant really help ya [01:38] yeah it's weird that ntfs-3g makes interix symlinks since I dont think anyone uses interix anymore' [01:39] brainbaobao_: Fix your password first, to gain user access and sudo access. === p is now known as Guest84338 [01:41] brainbaobao_: if you decide to reinstall.. you should have a look at this first though https://help.ubuntu.com/community/UEFI [01:41] bekks: how? i've tried everything inmy limited knowledge and searched google for hours, but as wiggmpk says, i don't have sudo access [01:41] wiggmpk: thank you so much [01:41] Sazpaimon: http://serverfault.com/questions/165389/create-ntfs-symbolic-links-from-within-linux [01:42] you can reset the users passwords from the recovery console i think [01:42] brainbaobao_: your also using Windows 8 with UEFI and could possibly be using Ubuntu without UEFI, and im not sure they would mesh together properly [01:42] cool, but I actually dont want symlinks [01:42] I want an NTFS mount point [01:42] wiggmpk: also i don't recall disabling intel smart response [01:43] does UEFI allow you to run multiple OSs kinda like VMs but on a hardware level? [01:43] like when you mount an actual volume to a directory in windows [01:43] savagecroc: no [01:43] :( [01:44] savagecroc: UEFI is just an application layer between vendor firmware and operating systems.. much like the BIOS [01:44] dr_willis: Will creating a new virtual disk with higher memory capacity remove the data that I have on the one I'm using now? [01:44] brainbaobao_: put this in a terminal and tell me what it says [01:44] right.. so it's main purpose is for what secure boot? or just making life easier for OS developers [01:44] brainbaobao_: /sys/firmware/efi ] && echo "Installed in EFI mode" || echo "Installed in Legacy mode" [01:45] wiggmpk: literally? [01:45] brainbaobao_: yes [01:45] brainbaobao_: will either say Installed in EFI mode or Legacy mode [01:45] Sazpaimon: something like 'mount -t ntfs /dev/sdX /media/windows' ? [01:46] brainbaobao_: sorry, it was cut off [ -d /sys/firmware/efi ] && echo "Installed in EFI mode" || echo "Installed in Legacy mode" [01:46] like that you're mount your ntfs volume on the directory /media/windows [01:46] brainbaobao_: You have to boot a livecd, chroot into your installation, reset your password. [01:46] Jofironses, no, like in windows I would do mountvol C:\mountpoint \\?\Volume\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\ [01:46] i want to make a mountpoint like that that would apply in windows [01:47] Sazpaimon: is your nfs server setup? [01:47] wiggmpk: says legacy [01:47] ctmjr, I said NTFS not nfs [01:47] /sys/firmware/efi: Is a directory [01:47] Installed in Legacy mode [01:47] for some reason ntfs-3g sets those directories as /mnt/ntfsvolume//.NTFS-3G/Volume{bc90b059-d55c-11de-9c5e-806e6f6e6963} [01:47] Kuuipo: yeah if you dont have the directoy you probably have /sys/firmware/acpi or something [01:48] brainbaobao_: then I would read that article about UEFI and ubuntu and reinstall... will probably make things a bit easier to co-exist with Windows 8 [01:48] has anyone got macosx working in virtualbox? [01:49] wiggmpk: thanks, but even with the cutoff it still said legacy, [01:49] savagecroc: I have, but its a pain [01:49] thnx wiggmpk [01:49] Sazpaimon: Ok let me understand, what are you running, are you providing some kind of sharing service like nfs? [01:49] I'm nor [01:49] *not [01:49] savagecroc: ive seen guides on the lifehacker site about doing that. [01:49] wiggmpk: oh :( really? pain in what way... just difficult to configure? [01:49] Im migrating a failing drive to new drives [01:49] what distro are you using [01:49] ubuntu 12.04 [01:49] savagecroc: you need special images to get it to boot, then special images to install it [01:49] Basically the old drive had the Users directory mounted to another drive in windows [01:50] I basically want to setup a computer with ubuntu as the primary but also have OSX / Windows 8 as VMs [01:50] I need to re-create that mount point from within linux so it works in windows [01:50] wiggmpk: i see, there is no efi partition in my computer, sorry for the trouble.. and thanks! [01:50] savagecroc: google something called "hackboot" [01:50] I need about 1gb more space on my virtual disk. Any way to do this without wiping data? [01:50] wiggmpk: googling [01:51] I see, if I understood it correctly, you want to mount your ntfs partition in linux so that when you start windows you could transfer your old files [01:51] i might also ask over at vbox [01:51] is that it? [01:51] brainbaobao_: its no trouble.. but read that article and get ubuntu installed with UEFI support.. will probably solve your problems === psmith is now known as p5mith [01:51] wiggmpk: if you get it to work, would you expect it to work? [01:51] CC i recall seeing some guides on resuzeing your wubi install from within windows. Or you could make a second filesystem inside a file and mount it somewhere.. [01:51] i.e. the various iOS functions.. pretty much want to use it for iOS development [01:52] Hi, I'm trying to run GParted, but it hangs on "Scanning all devices" [01:52] sorry OS functions* [01:52] savagecroc: I don't understand your question.... [01:52] Does any one know why? (I'm trying to remove a corrupted Windows partition) [01:52] wiggmpk: do you get a half working OS is what i'm asking [01:52] Quanten: could be a HD is failing and hanging it up [01:52] savagecroc: yes and no [01:52] Quanten: How long have you waited? [01:52] Around five minutes. [01:52] Quanten: you might have to run windows chkdsk before you can work with gparted [01:52] I'm running ubuntu from a live cd [01:52] savagecroc: it works.. updates (even though the copy of Mac OSX i have isnt legal) but there are hiccups.. lockups.. etc [01:53] the windows partition is corrupted i can't boot it. [01:53] if you just want to delete a windows partion. fdisk, or parted can do that [01:53] What is fdisk and parted? [01:53] disk partioning tools [01:53] wiggmpk: it's a pain having to have multiple computers for development.. especially since i do 90% in ubuntu [01:53] fdisk, parted, cfdisk are command line partioning tools [01:53] Gparted is not working. It just hangs while searching for devices ;/ [01:54] Quanten: yes.. you said that... which is why we recommended you try the cli tools [01:54] savagecroc: I only did it as an experiment.. I have no intention on using Mac OSX for any practical purpose.. [01:54] savagecroc: but I believe VMWare fully supports the install of Mac OSX, dont quote me on that though [01:54] wiggmpk: yeah... i'm worried if xcode and all it's dependancies will work [01:54] Oh, they are for the terminal? Sorry, I'm not very experienced with ubuntu [01:55] :) [01:55] If you've only waited 5mins that might not be enough time... it can take a bit depending on the disk size and the number of partitions I think [01:55] command line = terminal [01:55] there's only 1 partition; windows [01:56] Quanten: what versionof windows? [01:56] windows 7 home premium x64 [01:56] last i looked windows7 normally has like 3 partions it uses... on a normal setup [01:56] Oh. [01:56] >.< [01:56] 2 [01:56] dr_willis: One more problem. When I boot my computer and try to choose my OS, it flashes between windows and ubuntu [01:56] i thought it was just one, sorry. [01:56] exit [01:56] its own /boot thing, the actual partion and the companies tend to put a recovery partion on the hd [01:56] quit [01:56] okay, i booted fdisk from the terminal. How do I proceed to remove windows from the cli? [01:57] oh yeah, then 3 [01:57] I see Usage, Options [01:57] wiggmpk: thank you so much, windows has successfully booted, i'll reinstall ubuntu [01:57] with stuff underneath each of the categories [01:57] Quanten: you need to look and see what partions exist.. and what ones you want to delete [01:57] brainbaobao: with UEFI support??? hehe [01:57] Quanten: try man parted [01:57] Quanten: you want to totally delete ALL windows partiions? [01:57] yes [01:57] i have nothing on there i need [01:57] and [01:57] it's very corrupted [01:58] is there a existing linux install on it? is there anything on the hd you are trying to save? [01:58] no [01:58] dr_willis: One more problem. When I boot my computer and try to choose my OS, it flashes between windows and ubuntu [01:58] Then you should be able to tell the installer to delete/use the whole hard disk and it should do so... no need to delete stuff befor hand [01:58] Hello!, I made a small bash script in case my mumble/openvpn/samba processes crashed, could any of you take a quick look at it and tell me if it's any good :P ... for all intents and purposes, it works ( i think ) [01:58] http://paste.ubuntu.com/1660794/ [01:58] CC i dont use wubi.. so no idea on how it works. I advise NOT using wubi.... ever... [01:58] yes, but the intstaller hangs before i get to that step. [01:58] wiggmpk: of course, or at least of course i'll try! [01:59] ok .. im admitting defeat .. ubuntu will not install on my hardware .. BOOO [01:59] i waited for two hours and it just kept showing the loading wheel [01:59] brainbaobao: hehe you'll get it [01:59] i have another old beast i can give it a go on i guess [01:59] wiggmpk: thanks [01:59] it's hanging on the "Preparing to install" step [01:59] np [01:59] Quanten: fdisk has a 'd' for delette option. delete the partions, then 'w' to write changes to disk.. that will delete them all. [01:59] dr_willis: Well to be honest I'm just using linux to open Team Fortress 2 for the promotional item XD I figured wubi would be a good "do it and be done with it" thing [02:00] how do i type it onto the cli? [02:00] i tried fdisk d and fdisk -d [02:00] but none work [02:00] sorry [02:00] Quanten: IN fdisk.. you use 'd' for delete [02:00] l for list.. and so forth,, its menu deiven [02:00] driven [02:00] p for print partion info... [02:01] h for help.... :) [02:01] oh, is fdisk a program? [02:01] yep [02:01] i just typed fdisk into the cli [02:01] err.. yes... [02:01] oops. derp. [02:01] how do i install it? [02:01] and that runs fdisk,. and you then use its text based menus... [02:02] you said it ran.... so its installed.. [02:02] fdisk is already insntalled by default [02:02] i meant like [02:02] it just showed some options [02:02] in the terminal [02:02] Now would be a good time for you to hit up google for a Fdisk tutorial i think... [02:02] when i said fdisk [02:02] Quanten: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [02:02] and the options said what? those were the fdisk menu items... [02:02] i am guessing [02:02] try 'fdisk -l /dev/sda' [02:03] it should list your partitions [02:03] sudo fdisk -l /dev/sda may be needed.. 'sudo fdisk /dev/sda' may also be what you need.. [02:03] if you are SURE you want to delete all partions on sda.. it will be somthing like... [02:03] sudo fdisk /dev/sda [02:04] dr_willis: ;) old timer. it's "sudo parted -l" for the gpt-generation :p [02:04] then hit d (enter) to delete the first partion... and repeate the d (enter) a few times to delete the next and next... then w to write changes... [02:04] if hes even on a gpt disk. ;) [02:04] dr_willis: i was just joking! i'm not following the issue! [02:04] when i hit d, it says Partition number(1-4): .. [02:04] and when i type 1 [02:05] it just repeats it [02:05] i tried sda1, /dev/sda1 [02:05] et [02:05] c [02:05] Quanten: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [02:05] you just deleted #1 [02:05] ah, thanks. [02:05] so repeate the d for 2 3 4 and so on [02:05] dont expect a lot of feedback. ;) [02:05] uhh [02:05] note the p = for PRINT partitions (i think) [02:06] d 1, d 1 , d 1.... w [02:06] to write changes.. ;) [02:06] then p or l to show what pattiions are on the hd. [02:06] when in doubt read the help item fdisk offers [02:07] i accidentally closed the cli, and now when i run sudo -l /dev/sda === roman is now known as Guest85127 [02:07] it says "building a new sundisk label...etc etc until you decided o write them" [02:07] its sudo fdisk -l /dev/sda [02:07] yeah [02:07] that's what i meant, sorry [02:08] hi. for some reason my wife's laptop battery is coming up dead in ubuntu [02:08] but it shows a full charge when windows is booted [02:08] sudo fdisk /dev/sda to partition the disk... the -l just lists whats there [02:08] so it says "building a new sun disklabel. changes will remain in memory only, until u decide to write them." [02:08] infinitux: seems like a driver problem [02:08] okay, when it ype that [02:08] nothing appears [02:08] is that good? [02:08] (only thing is command (m for help)) [02:08] when you type what? [02:08] sudo fdisk /dev/sda [02:08] Command (m for help): [02:08] is what appears [02:08] Quanten: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [02:09] read the help,,, it shows what keys do what.. look at thelist or partions [02:09] Jofironses what kind of driver problem? [02:09] its either L or P [02:09] dr_willis: What is the command to find what is taking up the most space [02:09] You might be mmissing your battery's driver or maybe you've got the wrong driver [02:09] if no partions are shown.. then the disk is blank.. no partitions... see if the installer can work now. [02:09] how do il ook at the list? [02:09] Quanten: again.. hit the m for HELP and read what keys do what... [02:10] press m [02:10] it should show L for list. or P for paretions.. or somthing ..... read.... [02:10] * dr_willis is having to do this from, memory [02:11] Anyone uses bestukvpn here in ubuntu? What to put in Gateway and NT Domain in vpn settings? [02:11] okay so i hit w [02:11] I'm sorry but I can't help much with that, you could look into lsmod and seed if something related to your battery shows up [02:11] and it says "The partition table has been altered!" Calling ioctl() to reread partition table" [02:11] you use d to delete the partions. then w to write the changes.. that exits fdisk.. then you can try the installer again [02:11] z [02:11] and then "Warning: rereading the partitino table failed with error 16: device or resource busy" [02:11] Quanten: so now i would reboot. and retry the installer. [02:11] dr_willis: What is the command to find what is taking up the most space [02:11] okay thanks. [02:12] cameronc: df or du with some options.. [02:12] cameronc: find [02:12] Anyone uses bestukvpn here in ubuntu? What to put in Gateway and NT Domain in vpn settings to connect to bestukvpn? Or maybe suggest a good vpn site which works in ubuntu... [02:13] when i hit l in fdisk, it shows a lot of partitions that i never installed (0 unassigned, 1 boot, 2 sunos root, 3...etc all some sort of linux or sunos thing) [02:13] is this the cd? [02:13] oh wait [02:13] success! [02:13] the installer pulled through [02:13] thanks you so much dr_willis [02:13] * Quanten shakes dr_willis' hand vigorously [02:14] how do I create a self signed certificate for my webserver the best way? [02:14] anyone know how to find the path i'm at when i browse somewhere in the file manager [02:14] *sigh* well today was going good until I installed Steam and now I can't get my system to upgrade to 12.10 or update because of an install issue with libdrm-nouveau2 ...still Googling for a solution [02:15] oh i see i'm at smb://192.168.1.106/volume_1/ [02:15] how do i "cd" to this [02:15] HELLO,Anyone uses bestukvpn here in ubuntu? What to put in Gateway and NT Domain in vpn settings to connect to bestukvpn? Or maybe suggest a good vpn site which works in ubuntu... === g_byers is now known as gbyers[Away] [02:15] bonhoeffer_: 'pwd' shows your current working direcgory path [02:15] thoonai, see https://help.ubuntu.com/12.04/serverguide/certificates-and-security.html#generating-a-csr [02:15] dr_willis: Are there any non-essential files I can get rid of? I need about 80mb more of space D: [02:15] bonhoeffer_: and tghe prompt shows it also [02:15] dr_willis, i can't get there in terminal [02:15] OerHeks: thx [02:15] cameronc: chean your apt cache perhaps [02:16] bonhoeffer_: cant get where? [02:16] it is an smb mount that i only get to through the file manger [02:16] sudo-apt-get: Any VPN *sites* should work, there is a built in VPN client. [02:16] to smb://192.168.1.106/volume_1/ [02:16] cd:cd:10: no such file or directory: smb://192.168.1.106/volume_1/ [02:16] bonhoeffer_: nauilys mounts those in your .gvfs directory in your home [02:16] ah .. . [02:16] perfect! [02:16] bonhoeffer_: smb:// are NAUTILUS special addresses.. NOT bash paths [02:16] fwilson, what to put in NT Domain box and Gateway box? [02:17] fwilson, I have tried a lot before asking here..... [02:17] is there a way to make something "always on top" with such high priority that it even goes on top of something that goes fullscreen? [02:17] nice to meet you! [02:17] sudo-apt-get: It's not an Ubuntu-specific question, you're unlikely to get an answer here, sorry :( [02:18] dr_willis: That's almost got it. Is there anything else i could do? [02:18] how to copy my localhost db (xampp) to a server? [02:18] WHAT_UP: gnome? [02:18] cameronc: i dont even know what you are doing... [02:18] ctmjr: i'm using xfce now [02:18] does this mean my system is messed up or is there a fix I'm not finding ? http://pastebin.com/vQhSSySP [02:18] fwilson, but the same settings work in windows, this must be a ubuntu problem [02:18] xfce ricks [02:18] er, rocks [02:18] dr_willis: Trying to clear a little bit of space. I don't need as much as I though. [02:18] sudo-apt-get: What do you mean? You use the same gateway and NT domain? [02:18] PoolShark_: it does indeed never let me down [02:19] bbl [02:19] fwilson, there are two boxes where I put BestUKVPN.com and thats all in windows [02:20] sudo-apt-get: Have you tried just leaving NT domain and gateway blank? [02:20] hello i need help on ubuntu 12.04, i trying get other user able to use port 80 but it in use, but root shgow no 80 port was in used [02:20] here's a general linux question that's bothered me for years [02:20] in particular, i'd want eventually to have a grid display on my screen regardless of what is running [02:20] fwilson, yes, but with no help [02:20] why does it take longer to tell me a password is incorrect than when it's correct [02:20] andsim: Only root can open ports below 1024. === anonymous is now known as Guest42963 [02:21] usually when I type an incorrect password, it takes like 5 seconds, a correct password is usually near instant [02:21] Sazpaimon: it slows down on purpose to prevent brute forcing [02:21] WHAT_UP: beat me to it :) [02:21] well I dont know why I didn't think of that [02:21] great so i cant use other user use 80 at all? [02:22] guess not [02:22] andsim: You could redirect ports and things, but then it gets complicated [02:23] andsim: you can user apache user folders and the sites showup as site.com/~username [02:24] GeekSquid: Didn't think of that :) andsim: that requires some configuration, just to let you know [02:24] no it aurora-sim http call [02:24] dr_willis: How would you go about removing files from the file system. Trying to remove firefox :3 [02:25] cameronc: Don't delete firefox from the filesystem, use apt-get to remove programs in ubuntu [02:26] cameronc: you don't like firefox? sudo apt-get remove firefox [02:26] need help, but not sure if my problem is a Steam issue or a Ubuntu issue as it came about after installing Steam, but it is making it so I can't install or update anything in ubuntu now :/ [02:26] GeekSquid: Can't remove for some reason. One second for pastebin [02:26] hey [02:27] may I ask something [02:27] I loaded 12.10 on a virtualbox on this mac [02:27] then i tried to disable compiz [02:28] which ended with me disabling the composite window and losing unity [02:28] do I'm w/o the window manager atm [02:28] I've been trying to reset it looking for some answers on google, but no luck [02:29] GeekSquid: http://pastebin.com/1jHfyZTn [02:29] I installed Steam then added the ppa it recommended (x-updates or something like that), checked for updates and told them to install..tried to install a mesa lib dependent on libdrm-nouveau2 and then failed, but now I can't upgrade to 12.10 due to error or install anything due to mesa/libdrm error and can't find a solution on Google [02:29] ZeroUm: Does Ctrl+T bring up a terminal? [02:29] one moment [02:29] Er, Ctrl+Alt+T [02:30] BHXSpecter: Try "sudo apt-get -f install" [02:30] tried that command several times today with no luck [02:30] BHXSpecter: Oh... hmm... can you pastebin the output of that command? [02:31] yeah just a sec [02:31] oh yes, c+a+T does it [02:31] OerHeks: hey [02:31] ZeroUm: You can use that to run compizconfig-settings-manager (after installing it, if necessary). [02:32] fwilson: here http://pastebin.com/MXGCveQ1 [02:32] OerHeks: whats this openssl req? I don't see clearly what ist does [02:32] yes, I'll try that now, thanks [02:32] Hello , Can anyone please guide me with this : How do I install libjogl2 in ubuntu ? [02:33] is there a way to remove a small amount of data so I can uninstall firefox [02:33] is there any way to directly set the color of a pixel, in such a way that moving a window behind it won't change the pixel's color? [02:33] Besides apt-get clean [02:33] BHXSpecter: this SHOULD work... "sudo apt-get remove libdrm-noveau1a" [02:34] Hello there! Anybody know install ms office 2007 with vba freatures enabled? [02:34] BHXSpecter: then sudo apt-get remove libdrm-noveau2 [02:35] Sorry for my english. I talk from Brazil!!! [02:35] BlackBeard: In Ubuntu? I would think Wine, if that doesn't work, I would use a virtual machine [02:37] DaemonicApathy: Thanks, I've reset it successfully with dconf reset and setsid unity. Just couldn't do it before as i had errors running these commands from the system terminal [02:37] fwilson: Yes... The office instaled ok through wine. The problem is VBA!!! [02:38] fwilson: when I try to install or remove anything I get this every time http://pastebin.com/vWVvQ0HZ [02:38] ZeroUm: That can happen when you try to configure an aspect of the GUI from a pure CLI. [02:38] I'm trying to install TF2 and I don't have enough space. I need to delete useless files if possible. I need the command to do so. [02:38] BHXSpecter: OH i see now [02:38] it all came about after doing Steam's recommendation of adding the x-updates for keeping drivers up to date [02:38] BHXSpecter: sudo apt-get -f remove libgl1-mes-dri libgl1-mesa-dri:i386 [02:40] Please someone help i've been at this for atleast 10 hours with no result. [02:40] Unfortunately my work depends of sheets developeds with codes in VBA. :/ [02:41] I guess I will just have to remove the steam client because those are all needed by steam but have messed up ubuntu so I can't do anything program or upgrade wise [02:41] *sigh* [02:42] I typed that and it came up with dependent for Steam and xorg [02:42] hey guys [02:42] Well, the way will be developer all again in php. [02:43] Is there a way to remove programs from the file system without using the apt-get terminal command [02:43] BHXSpecter: ouch, yeah don't do that. This is really confusing... xorg shouldn't be dependent on a package which can't be installed... [02:43] cameronc: Yes, but it's a terribly bad idea. [02:44] fwilson: It's my only option because I can't use the terminal command due to the lack of memory -.- [02:44] I've been seeming to have a monitor issue, I have an HP Pavilion g6, core i3, 4gb ram with sandy bridge IntelHD, and my issue is that the laptop monitor does not display but the external monitor does [02:44] cameronc: So you can't run terminal commands? Can you pastebin an error? [02:44] any solutions? [02:45] fwilson: http://pastebin.com/1jHfyZTn [02:45] Huddleston, have you checked the Displays setting in the System Settings, to be be sure the laptop screen is enabled? [02:45] DaemonicApathy: yes, multiple times... no dice [02:46] Huddleston: does the laptop screen work when the external monitor is detached? [02:46] cameronc: try sudo dpkg -r firefox [02:47] Anybody viewed the asteroid in Russia? Sensational!!! [02:47] this all started because I installed the Steam client on ubuntu and added the PPA ubuntu-x-swat/x-updates which said I needed to install a few things and those are the things that have locked up, but now I can't do anything with updates/upgrades *shrugs* don't have a clue how that broke it heh [02:47] !offtopic | BlackBeard [02:47] BlackBeard: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [02:47] cameronc: how did you run out of disk space? [02:47] meteor was cool [02:47] Sensational, but dangerous. [02:47] DaemonicApathy: I had it working for a split second by messing with resolutions but then it stopped again [02:47] wiggmpk: I'm trying to install TF2 which is 12gb and I only allocated 19gb when I loaded linux [02:47] * fwilson complains about dependencies along with BHXSpecter [02:47] Bye there [02:48] fwilson: I'm getting "Dependency problems prevent removal of firefox" [02:48] cameronc: Pastebin please? [02:49] cameronc: you dont have another disk to use? [02:49] Hello, anyone here an expert with ubuntu? [02:49] just frustrating because I tried to upgrade from 12.04 to 12.10 and still get the lib-mesa-dri and libdrm-nouveau2 so it stops all my updates and the upgrade to 12.10 heh [02:49] ubuntunoob: just ask the question.. if someone knows the answer, they will reply [02:49] wiggmpk: I wouldn't know how to add another to use [02:49] fwilson: http://pastebin.com/dPT4TiCi [02:49] BHXSpecter: heh yeah... i hate dependencies sometimes :) [02:49] How to dual boot windows with ubuntu? [02:50] cameronc: well your only allowing 7GB for your OS, poor planning really [02:50] I wonder if I unchecked all links in the update settings if I could update to 12.10 at least? === IcePee is now known as Guest41888 [02:50] Hi, I'm trying to install g++ on a computer that doesn't have internet access. How can I download the .deb along with dependencies to copy/install on that computer? [02:50] DaemonicApathy: it seems that it doesn't want to be the primary... I want it on as a primary so when I disconnect the monitor it'll go onto the laptop monitor [02:51] cameronc: yeah you might not want to do that. [02:51] mrsudoer: sudo apt-get --download [02:51] wiggmpk: My bad. Poor planning indeed. But I need a solution that doesn't involve a disk wipe because TF2 took ages to download [02:51] fwilson: the computer that has internet (this one) is running windows only [02:51] fwilson: I need just a small amount of memory. Is there any command to remove any non-essential files or such [02:51] cameronc: then your going to have to manually remove un-needed or un-used packages.. [02:51] cameronc: sudo rm -r /tmp [02:52] fwilson: Added 2mb [02:52] wiggmpk: I'm not sure how to do that, and which ones are needed and which are un-neded [02:52] needed* [02:53] Huddleston: I'm sure you can configure that manually, but I don't know exactly how, offhand. [02:54] cameronc: sorry mate, there is no simple way to do this.. you have to decide what you dont want on the system.. otherwise my recommendation is create a bigger partition for your system [02:54] How can I get the following permissions on a file? -rwsr-sr-x ?? [02:54] im a bit confused ... how do I make my .pem file? [02:54] OerHeks: ? [02:55] im sorry [02:55] wiggmpk: Isn't there a script somewhere to resize your root.disk? [02:55] fwilson: not that im familiar with [02:55] chmod 6755 ? makes rwsr-sr-x ? [02:56] fwilson: well thanks for trying to help. I'll just give up on it for now as I can't do anything to fix it and Google is not showing anything helpful. [02:56] BHXSpecter: Yeah, sorry about that. Those dependencies are really weird... haven't seen anything like that [02:56] wiggmpk: found it https://help.ubuntu.com/community/ResizeandDuplicateWubiDisk [02:56] ugh… installing virtualbox guest addons furbared the system... [02:56] deadmund: do you mean -rwxr-xr-x? [02:57] fwilson: it copy's, so he would need somewhere to temporarily store it.. my guess is he wont have the disk space to run the script [02:57] DaemonicApathy: bleh, thanks anyways though [02:58] /nick hyl [02:58] wiggmpk: Sounded like he was using Wubi and only allocated 17GB to root.disk cameronc: how much space do you have for windows? [02:58] fwilson: Disk space? [02:58] deadmund: never mind, 6755 does seem to do what you want. [02:58] cameronc: Total hard drive space [02:58] DaemonicApathy: haha, thanks [02:58] sticky bit ;) [02:58] fwilson: 410gb [02:59] fwilson: Well 987gb total, 410gb available [02:59] cameronc: https://help.ubuntu.com/community/ResizeandDuplicateWubiDisk might help you [03:00] fwilson: When I try to download the file for that I get the error "/tmp could not be saved" [03:02] cameronc: but you aren't trying to download to tmp... silly ubuntu... you are saving it to your Downloads right? [03:04] okay so the monitors working but not the backlight, how would one turn that on? [03:05] fwilson: Yup. I even changed it so it should prompt me where i want it to download to and I have the same error [03:08] hi, I have a new sony vaio. it has windows 8, i want fedora/ubuntu on it too. But i failed. They said they dont support linux, anyone knows a workaround, thank you [03:10] fwilson: No matter what file I try to download it gives me that error. [03:10] I have a question to nginx directory locking [03:10] how does "^/url" works? [03:11] is it a wildcard that at every place url appears its forbidden? or does '^' it the root url? === Dark-Ace-Z is now known as DarkAceZ [03:15] Does anyone use Rivendell? Still need some help. [03:16] hi this might sound noobish but i need some assistance, just done a fresh install of ubuntu 12.04 and was just wondering how can i make applications like firefox fullscreen, when i maximize it doesnt fully maximze because of the launcher to the left. [03:16] Rivendell? Isn't that where the elves live? [03:17] yes [03:17] phone os [03:17] well. the last of the elves [03:18] so what do ya think about ubuntu phones === test2 is now known as IcePee [03:19] <_mainMethod> @dijzon They will take over the world within 3 years. [03:19] hi this might sound noobish but i need some assistance, just done a fresh install of ubuntu 12.04 and was just wondering how can i make applications like firefox fullscreen, when i maximize it doesnt fully maximze because of the launcher to the left. [03:20] hello guys :) I am in the process of installing Ubuntu, I have HDD sda which I want to split: sda1 (100gb old ntfs) - becomes ext4, sda3 (800gb ntfs remains ntfs) and I have more 10GB unused - I thought of making SWAP partition, and EFI partition [03:20] <_mainMethod> You can set the launcher to auto hide. [03:20] but I cant find information which SIZE EFI should be [03:20] Also I have currently 8GB ram here, not sure if SWAP is really needed? [03:22] !pastebin [03:22] Bauer1: swap is always needed really [03:22] 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. [03:22] znx, how large for a 8GB RAM system? and how large EFI partition should be? [03:23] Bauer1: https://help.ubuntu.com/community/SwapFaq :-) [03:23] Bauer1: 10GB ? [03:24] Deepfriedice, its the free unpartitioned space I have left to allocate to SWAP and EFI [03:24] Hello [03:24] Hello, I am having problems installing the 64 bit version of U-12.10 on my Dell 1558, the DVD boot but then freeze and the USB flash boot doesn't work. Currently I am using the 32 bit version which seems to work. My Laptop was using Windows 7 64 [03:25] Does anyone use Rivendell? Still need some help. [03:25] Whenever I'm copying something to a USB it always stars out really fast then slows down to a crawl then takes forever to finish. Any idea why? Using Ubuntu 12.04 and copying to fat32 [03:26] evon: on all USB devices? [03:26] evon: It's probably just going to cache. [03:26] znx yes [03:26] Deepfriedice, any way to solve it? [03:26] Not that I know of. [03:26] Is it a problem? [03:27] znx, Deepfriedice it's pissing me off. right now it's stuck at 733.1 of 733,3 [03:27] znx, Deepfriedice hasn't moved in 5 minutes now [03:27] Wait, I take that back, Thats not going to be cache. [03:27] Well I give up. "The installer encountered an unrecoverable error. A desktop session will now be run so that you may investigate the problem or try installing again." How do I see what errors were produced? [03:27] znx: is the recommended estimation for SWAP linear: eg 1:1 on 8GB as it says for 2GB, or can be less as the amount or RAM increases? [03:28] Any help for my install problems ? [03:28] samuel can you elaborate on the "usb flash boot doesnt work"? [03:28] evon: I mean, the cache might be why it appears to go fast, but it sounds like something more serious. [03:29] my lighttpd wont accept my conf :( [03:29] Bauer1: it is really up to you .. how swappy will your machine be etc etc .. i would say that 1:1 for 8Gb is acceptible in my eyes [03:29] Hi Hatz, I made an bootable USB flash drive, but it just doesn't boot directly goes to HD boot. I tried to tweek the boot options or even use other programs to create the bootable USB but doesn;t work [03:30] Deepfriedice, So no solutions? I don't have this problem on windows machines [03:31] evon: I probably can't help, but can you try to find out what speed constitutes "very slow"? [03:31] That might help someone. [03:33] thanks znx :) what should the boot loader device be? sda or sda6 (which is EFI partition) [03:33] instructions here: https://help.ubuntu.com/community/Grub2/Installing says sda, but setting it to sda6 sounds like the right thing.. no? [03:33] when I enter my password at the login screen, the screen dims and goes back to the same login screen, not giving me access to the system. I found that I can make changes to some system files to solve the problem, but as they got bigger and clearer instructions could not solve. Someone could understand and help me? [03:34] Bauer1: i generally put the boot loader in the mbr .. ie sda would be my choice [03:34] Bauer1: I have done that before, and it breaks things! [03:34] someone using lighttpd? [03:34] samuel do you have a) BIOS set to boot from portable media first, b) an 4+ GB USB drive formatted to FAT32 c) the .iso you want to install and d) the pendrive linux tool? [03:34] thoonai: i have used it before .. not a lot but enough to play around with it [03:34] Deepfriedice, do you mean choosing efi parition as boot loader breaks things? [03:34] Bauer1: use sda, the installer will spot the flag on sda6 [03:35] thanks :) [03:35] znx: how did you managed the directory access denials? [03:35] Deepfriedice, It's more the fact that it hangs at the end. It goes from 30mb/s to like 6mb/s then hangs forever at the end [03:35] yes to all questions, the linux tool I used is "startup disk creator", and other 2 [03:35] evon: huh, so it doesn't slow to some consistent speed? [03:36] thoonai: look at the mod_access stuff on lighttpd [03:36] samuel i had some issues last night due to drive size. how big is your USB drive? [03:36] http://redmine.lighttpd.net/projects/1/wiki/Docs_ModAccess [03:36] Deepfriedice, by the time it gets to a low speed, it's practically done but then hangs forever [03:37] thoonai: its not as simple/nice as htaccess stuff but you know .. "light" :-) [03:37] 4GB rated, really 3,37GB but barely 20 MB was used [03:37] okay, so... monitors fixed, Flash installed... But I corrupted Steam so now it can't install from the ubuntu software centre... any tips? [03:37] hmm. so you wouldnt have problems with the tool failing to format a 64G drive to FAT32. [03:38] try this tool http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/#button [03:38] when I enter my password at the login screen, the screen dims and goes back to the same login screen, not giving me access to the system. I found that I can make changes to some system files to solve the problem, but as they got bigger and clearer instructions could not solve. Someone could understand and help me? [03:38] znx: hes complaining about the owncloud snippets :( [03:38] ive never played with owncloud [03:39] thx hatz :) [03:39] np [03:39] znx: may you please look for my conf file? [03:39] *Player1 jumps out of plane* [03:39] thoonai: sure pastebin it [03:40] I seem to get the error "Package dependencies cannot be resolved" [03:41] thoonai: im just googling owncloud lighttpd conf .. there is documentation .. have you seen this [03:41] http://doc.owncloud.org/server/4.5/admin_manual/installation.html#lighttpd-configuration [03:42] znx: sure but its complaining about though :( [03:42] z [03:42] znx: http://paste.ubuntu.com/1661099/ [03:43] thoonai: whats the complaint? [03:43] and what version of lighttpd are you running .. [03:44] znx: http://paste.ubuntu.com/1661108/ === xtalk2 is now known as moerpheus [03:44] znx: 1.4.28 [03:45] hi, i just installed ubuntu 12.04 on my macbook and i am having trouble getting the headphones to work (they work on OSX). when the headphones are plugged in the speakers still play, but no sound comes out of the headphones. if someone can help i'd really appreciate it! [03:46] when I enter my password at the login screen, the screen dims and goes back to the same login screen, not giving me access to the system. I found that I can make changes to some system files to solve the problem, but as they got bigger and clearer instructions could not solve. Someone could understand and help me? [03:46] I broke steam guys :c [03:46] znx: any idea? [03:47] katy: I hate to be "That Guy", but open up pulse audio controller and check that they aren't disabled or something. [03:49] hello im having a little bit of trouble installing ubuntu server, its old hardware but whatever, i get to a point in the installation where it says there was a problem reading data from the cd rom, and im installing via the usb.. anyone know what may cause this problem or if it is even a problem? [03:49] thoonai: ok so it doesnt like =^ .. you could just use == as the regex had a ^ prefix match anyway [03:49] i thought that =^ was valid for 1.4x .. but maybe its a v2 thing only? [03:50] my znx whats '^' doing ? [03:50] thoonai: =^ means "match prefix" [03:51] thoonai: oh wait .. i meant use =~ [03:51] ffs .. my brain ;-) [03:51] =~ means do a regex match [03:51] it says load installer components from cd, can i change that to usb somehow? [03:51] so basically it will do the same thing as =^ as long as the ^ is present in the regex [03:52] thoonai: basically .. =~ /^regex/ is the same as =^ /regex/ [03:52] how can I get an IPv4/IPv6 firewall for ubuntu 12.04? [03:52] Hatz it didnt5 work, "unable to copy syslinus", tried and failed [03:52] did you run as administrator? [03:52] I am in linux [03:53] oh === Dark-Ace-Z is now known as 1JTAAJYIQ [03:53] u 12.10 32, I want 64 [03:53] znx: so if ot matches some *someurl*/owncloud/data its denies access and listing? [03:53] when I enter my password at the login screen, the screen dims and goes back to the same login screen, not giving me access to the system. I found that I can make changes to some system files to solve the problem, but as they got bigger and clearer instructions could not solve. Someone could understand and help me? [03:53] datruth: ufw/iptables should be installed by default i believe - you just need to configure and enable it [03:54] Hi, I'm having problems updating Chrome's Java plugin to 1.7.0_13. It keeps crashing when trying to use Java-based content and saying it "Can't load the plugin." I am on Ubuntu 12.04. I use OpenJDK from USC, which appears to be the latest implementation. How can I get Chrome to use it? [03:54] Guys, I just rebooted after install and get error "This is not a bootable disk. Please insert a bootable foppy..." [03:54] Deepfriedrice, I've already tried that. theyre not muted [03:54] SolarisBoy: how can I harden the system? such as locking it down abit? [03:54] datruth: try 'sudo ufw status' [03:54] hmm. cant say i can help you then samuel. getting the USB drive working is the farthest i have gotten on my physical install. [03:54] datruth: use a policy with default of DENY ;> [03:54] thoonai: yes =~ will work .. you can prove it when it runs of course :-) [03:54] my VM works more or less. [03:54] Loki_, im not sure why the screen would dim, but being logged out is often because your ~/.Xauthority file is root owned [03:54] znx: i must [03:55] znx: no interest in having pics of my broken pinky toe onthenet :P [03:55] heh [03:55] Znx, any idea why the boot configuration we made is not booting? [03:55] thoonai: strangely you have just triggered my fetish .. I NEED THOSE PICS [03:55] datruth: the base install of ubuntu is pretty secure - when you enable the firewall - nothing will be able to get in unless you allow it - so i guess simply enable your fw for starters if security is the concern - you should take note of what allowances you need to make so you don't lock your self out etc etc - (ssh, vnc ports if needed) [03:56] znx: the hell no [03:56] Woop, nevermind. Got it. [03:56] Bauer1: um .. we made a boot config?! .. you mean the install of the boot loader to sda ? [03:56] what error is it saying? [03:56] datruth: unless your concerned with outbound traffic which in most cases people aren't - thats about it - let me know if you need something more specific [03:56] escott, any device about how fix that problem?? [03:57] Znx yes, and sda6 as efi partition [03:57] error is? [03:57] SolarisBoy: I'd like to stop users from seeing each others procs [03:57] Znx: "This is not a bootable disk. Please insert a bootable foppy..." [03:57] Hi. How do I install this package https://launchpad.net/ubuntu/+source/libevent ? [03:58] datruth: a firewall isn't going to help with something like that - what do you mean see procs - like in ps output and such? [03:58] !find libevent [03:58] Found: libevent-2.0-5, libevent-core-2.0-5, libevent-dbg, libevent-dev, libevent-extra-2.0-5, libevent-openssl-2.0-5, libevent-pthreads-2.0-5, libverto-libevent1, libev-libevent-dev, libevent-1.4-2 (and 17 others) http://packages.ubuntu.com/search?keywords=libevent&searchon=names&suite=quantal§ion=all [03:58] if so - i don't see why you would want that [03:58] Bauer1: urg .. i havent used efi partitions before .. i can only suggest going back in with system rescue and switching the boot loader to sda6 to see if its any better [03:59] depending on the arguments ps is given is can show the users processes or it can list all processes on the system - those values are read only by anyone under /proc/ - [03:59] *it === 1JTAAJYIQ is now known as DarkAceZ [03:59] SolarisBoy: for example ps auxw would show everything running on the system how does one stop this? [03:59] one doesn't [03:59] why? [03:59] Loki_, sudo chown username:username ~/.Xauthority [03:59] well - you could - if you ran chroots [04:00] there is not a sysctl that would solve this? [04:00] datruth: possibly research it [04:00] someone any idea how to mount google webspace as a block device? [04:00] anyone have any suggestions on how to get headphones to work on macbook running ubuntu 12.04? speakers keep working after headphones plugged in even tho headphones are enabled in audio settings [04:00] escott, will work with common user? [04:00] datruth: again - those values are ro by anyone - so i dont see how/why it would by a security issue - if it is there is a thing called sandboxing that you would be interested in [04:00] So I can't install Steam x64 from ubuntu software centre, any ideas? [04:00] Loki_, common user? [04:00] thoonai: check oiut the various fuse filesystem tools. there might be one for it... theres one for about everything else in existance. ;) [04:01] datruth: you can sandbox users with chroot [04:01] dr_willis: ok [04:01] escott, another user? [04:01] Is there any ubuntu experts out there who might be able to give me a little advice on my first linux/Ubuntu build I am working on ? Mostly questions about what would be optimal setup - desktop vs server? Got all the parts just a question of which version would be best. [04:01] dr_willis, thanks. I even have it installed :-/ Weird, just before the last reboot apt-cache search libevent shown libevent-1.4 entries only [04:01] SolarisBoy: is there documentation on how to do this? [04:01] huddleston: yesterday people were getting the steam_latest.deb from their web site. and doing a 'sudo gdebi steam_latest.deb' [04:01] datruth: tons [04:01] Loki_, it would be sudo chown username:username /home/username/.Xauthority [04:02] dr_willis: any hint? [04:02] dr_willis: It says command not found... [04:02] * dr_willis still hasent figured out how people get their .Xauthority messed up [04:02] huddleston: so install gdebi then. ;) [04:02] gdebi pulls in any needed depsendencies.. dpkg -i foo.deb often wont. [04:03] dr_willis: how would one do that? [04:03] sudo apt-get install packagename or use the sofgtare center [04:04] actually if you typed 'gdebi' it should give the command to install it.. if its not installed.... [04:04] !info gdebi [04:04] gdebi (source: gdebi): simple tool to install deb files - GNOME GUI. In component universe, is optional. Version 0.8.5ubuntu1.1 (quantal), package size 25 kB, installed size 196 kB [04:04] Znx: how to modify the boot partition from livecd after installation? Deepfriedice specifically said it won't work this way [04:04] !info mdadm [04:04] mdadm (source: mdadm): tool to administer Linux MD arrays (software RAID). In component main, is optional. Version 3.2.5-1ubuntu3 (quantal), package size 516 kB, installed size 1189 kB [04:05] dr_willis: now where do I put Steam_latest.deb so it'll find it? [04:06] huddleston: anywhere you just have to be in the same directory when you do that command [04:06] or give the full path to the file [04:06] escott, user is not in the sudoers file. -- [04:06] dr_willis: says file not found :c [04:07] huddleston: anywhere you just have to be in the same directory <<<<<<< when you do that command [04:07] so cd to where the file is at. [04:07] For a linux media server is it going to be better to use the actual server (no GUI) over the desktop edition ? It's going to be headless and I'd like to maximize performance. Or does it not really matter? [04:07] dr_willis: I've never used ubuntu before so i'm not a genious here [04:07] or use sudo gdebi /home/billgates/Downloads/whatever/path/it/is/Steam_latest.deb [04:08] use the ls command to LOOK and see what files are where your shell is cd'd to... [04:08] you need to cd TO where that file is saved to.. or use the full path [04:08] or in a terminal type 'sudo gdebi ' then drag/drop the file into the terminal. ;) that may work [04:09] Znx, damn I see the problem... It created efi partition under /dev/sda2 as /dev/sda6 and it already has boot flag [04:09] it should put in the path to the file [04:09] So what I do now? [04:09] dr_willis: sadly it's the wrong architechure [04:10] huddleston: Hmm.. the #ubuntu-steam channel may know what to do to fix that. [04:10] !steam [04:10] Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion. [04:12] hey again all [04:12] i'm trying to install ubuntu [04:12] dr_willis: because when I use the ubuntu software cnetre and select install I get: "Package dependencies cannot be resolved" and details: "steam64: Depends: steam (= 1.0.0.27ubuntu1) but it is not going to be installed" [04:13] Znx: moving the boot flag to sda gives me the missing operating system error at boot... [04:13] Loki_, login to the console ctrl-alt-f1 and then get back to the gui ctrl-alt-f7 [04:13] and when i cilck erase everything and install, it hangs and then shortyl after displays this message: "the ext4 file system creation in partition #1 (0,0,0)(sda) failed" [04:13] i've tried restarting the live cd, but nothing has worked [04:13] Quanten: this was the HD that was failing under windows? [04:13] yup [04:13] i have removed the windows part though [04:14] sounds to me like its a dead/dieing hd issue [04:14] which is sadly rather common. [04:14] Bauer1: im sorry but i really dont know efi stuff .. im sort of at a loss with it :-\ [04:14] gah [04:14] it just appeared too [04:15] you could try making partions by hand with gparted. try to make several and you may be able to get some made it can install to.. but i wouldent trust that HD very much [04:15] you could also try gparted to zero/wipe the hd. it might kick it in the head enough to get it going [04:15] escott, only this will be necessary? [04:15] i have no idea how to do that sorry ;/ [04:15] :-( Deepfriedice around? Or anyone with efi experience? [04:15] run gparted.. use its features [04:15] Loki_, this? [04:16] but if the HD is failing/failed - this may be why you had gparted issues to begin with [04:16] Bauer1, ask the question === dniMretsaM is now known as dniMretsaM_away [04:16] escott, ok got it. Thank you! [04:17] Eacot: after install and get error "This is not a bootable disk. Please insert a bootable foppy..." [04:17] Escott [04:18] are you running uefi ? [04:18] Supernoob I believe so because motherboard is uefi [04:19] try turning it off in bios ? I sent myself an email reminder to do that b/c I had heard about people having trouble booting [04:20] afd [04:20] Supernoob, the mobo is Asus m5a97 r2, but I was not able to find any setting for this in the bios or the manual... Which is weird [04:20] I have no idea if this will actually fix your problem or not, just something that popped into my head after reading about how the linux foundation just released some kind of software to make things work with uefi [04:20] http://www.theregister.co.uk/2013/02/11/linux_foundation_uefi_workaround/ [04:21] supernoob, ubuntu grub fully support secure boot. [04:22] well, listen to escott... as you can tell from my name I am very new :) have only used linux on a VM so far... [04:22] hola alguien puede ayudarme? [04:22] Bauer1: did you set the grub flag on sda6? [04:22] Well this is custom made box so no secure boot issues [04:23] Deepfriedice : not initially I left it as you suggested to sda and got the mentioned error [04:24] Bauer1: No, you need to use Gparted to set the grub(I think) flag on sda6 [04:24] Bauer1: THEN you isntall the bootloader to sda [04:25] Deepfriedice : it was actually set to this when I booted back from usb key [04:25] Deepfriedice, Bauer1 grub_bios is for bios boots of gpt partitioned disks [04:25] Deepfriedice, no it doesn't slow to a consistent speed. it just slows to a complete halt [04:26] escott: DUH, sorry. My experience was with grub_bios [04:26] evon: I have no idea. Try usb on a live cd from a different distro? [04:27] Deepfriedice, escott: right now boot flag is back to sda6, and I still get that error. [04:28] Bauer1, it would help to have some kind of recap of what you have done and what you know of your configuration [04:28] asd [04:28] hello [04:29] Escott, a screen shot of my partitions from gparted would help? [04:29] Bauer1, sudo parted -l is easier to read [04:30] I am trying to run Hadoop over Lustre rather than HDFS [04:30] http://paste.ubuntu.com/1661235/ [04:31] Need few clarification on the setup [04:35] I have the GMA 3150 graphics card in my netbook. Is there a simple way to install the driver for 12.10? [04:35] After some search I landed here: https://01.org/linuxgraphics/downloads/2012/2012q4-intel-graphics-stack-release but I don't even know what/how/why I install those packages === ubuntu_ is now known as Bauer2 [04:37] escott, the output is: http://codepad.org/E7uKWucm [04:38] what do you think? [04:38] dr_willis, sorry for the delay, i had to do something. i don't know how to make partitions by hand with gparted [04:39] Quanten: right click... new partotion..... i think [04:39] Bauer1, what version of windows is installed? [04:40] or in the menus.. new partition [04:40] escott, there used to be windows7 in sda1 (the 105GB ext4 now) [04:40] escott, the 885GB partition is media like movies etc, so I left it as ntfs [04:40] Bauer1, then it sounds like you are doing a normal bios boot. i dont know why you are bringing up uefi [04:41] Bauer1, also you should not have an NTFS partition unless you have easy access to windows to repair it [04:41] escott, what makes you think so? sda6 I've set up as efi partition [04:43] Bauer1, no you haven't and its not a gpt disk [04:44] ewww ntfs [04:44] escott, what do you mean a gpt disk? I dont understand why its not efi? I've selected as suggested sda as boot loader, created sda6 as efi using the ubuntu installer [04:44] I'm having an issue with a HP PROLIANT ML370 server using Linux, specifically Ubuntu [04:44] !uefi | Bauer2 [04:44] Bauer2: UEFI is a specification that defines a software interface between an operating system and platform firmware, it is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [04:44] The server runs fine with Ubuntu 6, 8 and 9 [04:45] perhaps the motherboard (Asus M5A97) doesnt support UEFI boot despite it is a UEFI mobo? [04:45] !details | k1lumin4t1 [04:45] k1lumin4t1: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [04:45] but when I do an upgrade to 10 or 12 it fails to load the root filesystem and starts busybox up [04:45] k1lumin4t1: Any errors? [04:45] Bauer1, its pretty clear you don't know the first thing about uefi. why are you messing with efi when your system is and was clearly configured to boot in bios mode [04:46] histo, the server fails to load the root filesystem using Ubuntu 12, specifically after taking the power cord out [04:46] k1lumin4t1: Can you mount the root filesystem? Perhaps it needs checked. [04:47] histo, I actually followed this one to the letter: https://help.ubuntu.com/community/UEFI [04:47] histo, it's a fresh install [04:47] err - https://help.ubuntu.com/community/UEFI#Creating_an_EFI_partition === tjbiddle_ is now known as tjbiddle [04:47] histo, under Ubuntu 6 or 8 works, also doing a fresh install [04:47] Bauer2: But if your firmware is set to auto mode then you are probably booting in some compatibility mode. [04:48] k1lumin4t1: How are you formatting /? === LaserShark|dead is now known as LaserShark [04:48] histo, using LVM, taking boot out [04:48] histo, root + var + usr + tmp + home + swap inside the LVM and boot outside [04:48] histo, it's a ultrascsi array with two scsi disks [04:49] k1lumin4t1: Okay can you mount / or /var or any of the others from busybox? [04:49] histo, hmm it does say this: "ther: must be located at the start of a GPT disk, and must have a "boot" flag. " I am not sure my sda6 is set to /boot/efi, and that it is in start of GPT disk, is my disk GPT at all? escott says that it is not - how can I make it GPT disk? [04:49] histo, I'll try that... but why is it that ubuntu 6 or 8 work fine? [04:49] Bauer2: Repartitioning. [04:49] also another problem is that I dont see any switch in the BIOS to set whether it is UEFI or normal boot device... [04:49] Bauer2, you had a car that was running fine on gasoline, but you heard about cars running on natural gas and despite knowing absolutely nothing about engines you started converting your car engine to run on natural gas [04:49] Bauer2: But again why not just use bios mode. [04:49] can anyone help me to install a GPU driver (GMA 3150)? [04:49] What's the factoid for recovering GRUB after a Windows install? [04:50] !grub | DWSR [04:50] DWSR: 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) [04:50] much obliged [04:50] k1lumin4t1: Who know untill you troubleshoot and figure it out. Are you reformatting the drive when you install? === newbie is now known as Guest12510 [04:50] histo, yes, completely fresh installs on both sides (8 or 12) [04:51] lol escott :) very nice analogy.. but I did follow the guide to the letter :) [04:51] k1lumin4t1: And recreating the VG? [04:51] i just upgraded from 12.04 to 12.10 .. and my desktop has loaded (i can see an icon there) but the top and side bar are not present [04:51] histo, hmmm the old-version install wasn't with LVM [04:51] eep [04:51] histo, I used LVM with 12 [04:51] histo, repartitioning manualy? or just using the installer again, this time not making EFI partition at all [04:52] Bauer2, start with www.rodsbooks.com its probably ~50pages [04:52] k1lumin4t1: Okay then most likely an issue with the way you setup LVM. [04:52] Bauer2: IS there a reason you want to use UEFI? === LaserShark is now known as LaserShark|dead [04:52] histo, but why is it that the LVM gets built up fine? [04:53] help .. what can i do to fix :-) [04:53] k1lumin4t1: It's obviously not built fine if you cant mount it. [04:53] histo, no real reason that I can say.. just that they "say" it is faster booting, and that my new motherboard is uefi so I thought it would be best [04:53] k1lumin4t1: Try not using LVM installing 12.04 and see if it will boot with just a regular partition. Then you will know if that's the issue. [04:54] Bauer2, its probably worse [04:54] histo, Ok, I will, but the thing is two of my coworkers already did that [04:54] histo, let me explain it [04:54] histo, they had the server installed with Ubuntu 8 with no LVM [04:55] ok escott so I re-install, and this time without efi partition? hopefully it works this time... [04:55] histo, then they, through a series of upgrades, got it to 12, and voilá [04:55] histo, boot failure [04:56] Someone suggested to me, last night, that I would like Mint. [04:56] Whoever that was was correct. It's awesome! [04:56] especially compared to ubuntu [04:57] Do any of you know if there's a mint channel? [04:57] k1lumin4t1: I would start fresh coming into that situation. Or atleast try to mount whatever parition/LV they created either from busybox or via a live CD/USB to verify that it's created properly === Inoperable is now known as zz_Inoperable [04:57] k1lumin4t1: Then you can start eliminating things as being the issue. [04:57] !mint | GeorgeTirebiter [04:57] GeorgeTirebiter: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org [04:58] histo, ok [04:58] GeorgeTirebiter: btw you can install cinnamon in ubuntu [04:58] thanx\ [05:00] ive lost my unity desktop .. what can i do to resolve this? === zz_Inoperable is now known as Inoperable [05:00] znx, you've lost unity? [05:01] znx: Start a search party.... Perhaps you can explain a little more what "lost" means === Swish[\] is now known as Swish [05:02] histo: no top and side bars [05:02] i just upgrade from 12.04 to 12.10 [05:03] and the res is really low 800x600 [05:03] znx: Okay then you didn't lose unity you just need to fix your resolution. [05:03] but where are the bars? [05:03] znx: Off the screen [05:03] um [05:03] So. I have a fresh out of the box SSD into my old PC. I have my USB drive with the ubuntu boot on it. Why does it keep saying installation failed before i even get to a prompt for anything? [05:04] znx: What type of video card do you have [05:04] nvidia of some sort i forget at this moment [05:04] hi, which font is used by gnome-terminal as default one? [05:04] !md5sum | Hatz [05:04] Hatz: 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 [05:04] <[db]_Gary_Cant> Would anyone happen to know how I would go about installing Ubuntu and running it alongside Windows? [05:04] escott, btw why did you recommend not having ntfs unless I have easy access to windows to repair it? what is my alternative? I dont want to loose the 800gb data on it just to convert format... [05:04] halfie: in ubuntu? it's the ubuntu font [05:05] histo: is ubuntu font a monospace font? [05:05] [db]_Gary_Cant, as long as you install windows first, when you install ubuntu, it will automatically make it so you can dual boot [05:05] halfie: I have no idea [05:06] [db]_Gary_Cant, Ubuntu's installation instructions are really strait forward [05:06] <[db]_Gary_Cant> Ah, alrighty then [05:06] histo: i just opened a terminal ..it has no window borders .. [05:06] xrandr only shows 800x600 [05:06] Bauer2: You are kind of stuck with ntfs then unless you can move the data elsewhere. But 800GB of data with no backup isn't very safe no is it. [05:06] so im pretty sure unity is buggered [05:06] znx: What video card do you have? [05:06] Bauer2, move the data to a partition type that can be repaired [05:07] I do have a laptop with windows 8.. will it allow me to repair it somehow if needed? [05:07] geforce 630i or compatible [05:07] Bauer2: You can fix ntfs with linux but I don't trust it. [05:08] znx, i had a lot of probs with unity and my nvidia cards too. didn't start working till i install 12.04 instead of 12.10 [05:08] histo, is this parititoning good? I would like to have an OK this time before proceeding :) http://imageshack.us/photo/my-images/692/partitionsw.png/ [05:09] evon: oh dont say that i just bloody well upgraded it .. :((( [05:09] histo md5 is good [05:09] sigh [05:09] do i really have to reinstall ubuntu again [05:09] this if f'in maddness [05:10] znx. not saying there isn't a solution. i'm just saying that it pissed me off so much i felt i had to downgrade [05:10] histo: no problem, and what colors are being used in ubuntu's gnome-terminal, any ideas? === fenris is now known as Guest68519 [05:10] evon: i have been attempting to get ubuntu 12.10 for 2 days now .. [05:10] znx. but even then it didn't work properly at first [05:10] its a pain in the ring [05:10] Bauer1, if you yank the disk put it in an external enclosure and attach that to the laptop [05:10] znx. i decided it wasn't worth the pain. I'm waiting for 13 and hoping for the best [05:11] i cant believe how bad the installer was for 12.10 that it didnt tell me anything when it simply hung [05:11] 12.04 installed but only after me manually fiddling the disks [05:11] and now the upgrade works but butchers my system [05:11] escott, I think that should work using external sata :) what do you think of my partitioning this time? good to go ahead? [05:11] cant believe this [05:11] i swear ubuntu doesnt want me to use it === daniel is now known as Guest16214 [05:12] evon: i want 12.10 because it has the latest nvidia drivers .. which will allow me to play steam games [05:12] you could beta test out 13 now and report any issues you are having.. that may get them fixed. [05:12] dr_willis: you mean me? [05:12] If you are waiting for 13, and want to help - yes you. ;) === Dragon_ is now known as Guest68856 [05:13] dr_willis: well no im not waiting for 13 .. and no i dont really want to help [05:13] im about to insgtall 13.04 this weekend when i get time. [05:13] Bauer2: swap looks rather large to me. But it all depends on what you need/want. [05:13] id much prefer to have a working system .. not a pooched system [05:13] znx i pray for the best man. I'm too scared to try it again. took me a while to get this damn thing to work the way i want it to [05:13] sigh [05:13] *burp* [05:13] histo, well I got 8GB ram, will probably increase it more, otherwise any other suggestions before I click Install? [05:14] histo, but there is nothing else useful he can do with that chunk [05:14] the disappointing thing for me is ive been using fedora since v13 and upgraded it all the way to f18 .. and never had anything bumpy at all [05:14] this is my first attempt at ubuntu .. and its really disappointing me [05:14] grumble grumble [05:14] znx: well, sometimes she is playing it hard to get, but is definitely worth it imo :) [05:14] so i guess i will go back and install 12.04 again .. and see if i can do something else to get the nvidia drivers on it instead of 12.10 [05:15] znx, sorry man. Ubuntu is a great OS but this kind of crap happens every so often. [05:15] Bauer2: i have a funny feeling that i will finally install steam .. see that its no good and blank this system going back to fedora with the nasty wine hack for steam [05:16] znx, Linux Mint might be worth a shot lol ;-) [05:16] evon: i guess i just expected the install to you know .. install .. or at least bitch at me about why it wasnt installing [05:16] no i will be going back to fedora [05:16] that is if steam isnt better under ubuntu [05:17] znx. Good luck brother man. I'm gone to bed [05:17] later [05:17] thanks for listening to me moan [05:18] znx, irc is best place to find free psychologists :P [05:19] I am disappointed with my new case here.. Nanoxia - its perfect in every way.. except it does not have HDD LED! [05:19] I missed that at the store [05:19] now I cant tell when the hdd is reading/writing [05:21] I have tried to install several verisions of ubuntu on an old PC but everytime screen starts to roll. any ideas? [05:22] Screen starts to roll? [05:22] sounds cool [05:22] the logo rolls from top to bottom [05:23] like a old tv would if its horzontal sync was bad [05:24] Only thing I can think of regarding video is setting the 'nomodeset' flag on boot, or 'xforcevesa' maybe. [05:24] HAH. FINALLY. My intallation is working. [05:24] im new to linux how would i do that [05:26] On boot, hold the SHIFT key to drop you into the GRUB menu, then hit 'e' to edit the default entry. On the line with 'quiet' add the word 'nomodeset' then press F10 to boot. It isn't a permanent change, and shouldn't mess anything up. [05:26] Bauer2: haha tis horribly true :P [05:26] okay ill try that thank you very much [05:26] Oh... === mjs is now known as Guest6903 [05:27] Is this with the live cd? [05:27] (Instructions would differ if this issue was present when booting the livecd) [05:28] yes i'm booting from a iso cd not really sure if its a live cd [05:28] Ahhh... well then. Forget everything I just said. [05:28] =) [05:28] lol [05:28] forgotten [05:29] The live CD can set the same options, the way to do it is actually easier though. [05:29] At some point in the live-cd boot, the screen will turn purple and there will be a little picture of a keyboard on the bottom of the screen, if you hit any key at that point, it will bring up a language selection menu. [05:30] I select english, but whatever. [05:30] hey guys, i'm getting a "The attempt to mount a file system with type ext4 in SCSI1 (0,0,0), partition #1 (sda) at / failed." error when i try to install ubuntu [05:30] Ubuntu seems to be using "Monospace 10" as the default terminal font. Correct? [05:31] Then there will be a cool boot menu displayed where you can hit F6 to bring up additional boot options. You can just select 'nomodeset' or 'xforcevesa' right there. [05:31] ok [05:31] thanks [05:31] Try it out, you never know. It might work. [05:32] i should of swallowed my pride and came on here and asked a week ago [05:32] hey guys, i'm getting a "The attempt to mount a file system with type ext4 in SCSI1 (0,0,0), partition #1 (sda) at / failed." error when i try to install ubuntu [05:32] halfie: It uses the ubuntu font [05:33] halfie: notice the n's [05:34] anyone? [05:35] Quanten, is this error showing up when you attempt to boot the live cd? [05:35] nope. it's showing up when i click delete everything and install [05:36] Hmmm... [05:38] halfie: damn, different error each time! After installing with the partitions as you saw, I got the unhelpful error "Operating system load error", If I disable dvd as first boot device, I get "Multiple active partitions" [05:38] What a pretty font... I love Ubuntu Monospace. [05:38] no one knows? ;/ [05:38] DS9 [05:39] I doughnut suppose anyone hanging out in ubuntu has a 3d printer they use from it? And could give some tips on getting repetier to fscking work. [05:39] Quanten, I would say try to mount the FS without using the installer and see if that works (from the live cd). [05:39] logavanc thanks that seems to have fixed it [05:39] logavanc, idk how to do that ;/ [05:39] i'm a newb, i don't even know what FS is [05:39] Quanten look at dmesg for errors [05:39] Quanten: File system [05:39] wat [05:39] how would i moutn the file system? [05:39] Boot live CD. [05:39] Bauer1 d/l bootrepair live cd and use [05:39] Select 'Try it" [05:40] yes, that works [05:40] Open nautilus. [05:40] ok [05:40] Find drive on the left and click it. [05:40] k [05:41] I am assuming that it has a file system of course. [05:41] CavalierPrime can I burn it using the ubuntu live cd? [05:41] what do you mean? [05:42] if the installer failed to format the drive. then it wont be accessable. [05:42] guh ;_; that sounds bad [05:42] i mean it worked before [05:42] but then another error happened [05:43] is there any possible way to fix the error in the ext4 file system [05:43] you said the hd was having issues earlier. hds can die with little warning [05:43] in partition 1 [05:43] i know. but is there any other possible solutions? [05:43] *are there [05:43] try partitioning and formating it by hand === anonymous is now known as Guest59330 [05:43] hello [05:43] Fire up GParted. [05:43] logavanc [05:44] alright [05:44] (Disclaimer: You can f*ck stuff up with GParted.) [05:44] if its dead... it may be very dead. or just sort of dead. ;-) [05:44] it's fine there is nothing on this computer [05:44] God I hate mostly dead hard drives. === tjbiddle_ is now known as tjbiddle [05:44] are you sure there is nothing [05:44] yup [05:44] Guest59330, yes? [05:44] i deleted everything [05:44] nothing on the pc.. you can play with gparted and parted and fdisk all you want. ;-) [05:45] cool [05:45] i have a good mission for us to do [05:45] i'm willing to try anything to install ubuntu [05:45] CavalierPrime: is boot repair not included in the ubuntu live cd somewhere already? [05:45] okay so on /dev/sda1 i have a 462 gig unknown fs [05:46] on /dev/sda2 [05:46] i have a 3.85 g extended fs [05:46] and within /dev/sda2 i have a /dev/sda5/ linux swap also 3.85 gigs [05:46] and then finally 1 MiB of unallocated fs === fabiane is now known as fabinhaaa [05:46] if that helps [05:46] So, pretty typical drive setup when installing Ubuntu. [05:47] so any want to help attack a place === ubuntu is now known as Guest26607 [05:47] Select the big one (sda1), right click and tell it to format to ext4 [05:47] lol [05:47] Then click apply (realize that this will wipe everything on the partition) [05:47] how to retrive the passward [05:48] when i click apply an error occured [05:48] it fails when 'create new ext4 file system" [05:48] Yeah, figured. That is not a good sign dude... =) [05:49] :( [05:49] i mean, it was just working before [05:49] idk why [05:49] it stopped now [05:49] any other possible work arounds [05:49] ? [05:49] Quanten: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [05:49] Hate to say get a new HDD, but... [05:50] you could try to zero the hd with the dd command.. but i bet its a dead hd. [05:50] Guest26607: retrieve password for what? [05:50] i'm willing to try that [05:50] how would i do that? [05:50] how big is the hd? [05:50] Quanten: dd if=/dev/zero of=/dev/you/want/to/blank bs=1M [05:50] dd if=/dev/null of=/dev/sda bs=4M [05:50] around 500g [05:51] Then get some sleep... =) [05:51] logavanc: /dev/null won't zero [05:51] Crap, histo you are right. [05:51] I meant /dev/zero... couldn't you tell? =) [05:51] so what do i do? [05:51] Open a terminal. [05:51] if dd fails.... its dead jim... [05:52] So is there some reason Steam needs to be reading files in my .ecryptfs folder? [05:52] okay, terminal opened ;P [05:52] type the following: dd if=/dev/zero of=/dev/you/want/to/blank bs=4M [05:52] Crap... [05:52] wait [05:52] wat [05:52] type the following: sudo dd if=/dev/zero of=/dev/you/want/to/blank bs=4M [05:52] you want to blank? [05:52] Crap... [05:52] o.o [05:52] Shit [05:52] logavanc [05:52] you said you wanted to... [05:52] type the following: sudo dd if=/dev/zero of=/dev/sda bs=4M [05:52] ^that one! [05:52] can you mentor me [05:52] =) [05:53] okay i added sudo to it [05:53] Guest59330, I am not attacking anyone. [05:53] and now it's blinking [05:53] i mean [05:53] i changed it [05:53] and yeah, it's just a blinking cursor [05:53] it will take some time to zero the disk... [05:53] what does zeroing the disk mean? [05:54] writing 00000000000000 to the disk [05:54] You are literally writing 0 to every bit on the drive right now. [05:54] what will that do? [05:54] totally erase it [05:54] Quanten: wipe everything. [05:55] And maybe show if any errors occur. [05:55] when its done reboot and try the installer again [05:55] If it pukes during the DD, then the drive has... issues. [05:56] Cell, Shit what? [05:56] it will give some error when its done about end if device.. and show how much it wrote.. which should be clise to 500gb [05:57] can some one tell me how to break in to a nather computer [05:57] Yes. [05:57] Use a screwdriver. [05:57] Take off the side door. [05:57] lol [05:57] There, you are in another computer. [05:57] funnnny [05:57] i use a hammer [05:57] hahaahaha [05:57] !support [05:57] The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [05:58] !help [05:58] 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 [05:58] dr_willis: it won't get an error [05:58] haha [05:58] !patience [05:58] 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/ [05:58] whats a nather computer? [05:58] Guest50330: Is it HP or dell that makes the nather series? [05:58] hehe [05:58] I think that's the next version of the MS surface [05:58] Nather [05:58] Asus maybe? [05:58] even worse [05:59] RT > PRO > NATHER [05:59] If it is a MS product, you don't need to break into it, just wait a bit and it will break itself. [06:00] home basic enhanced premium light exasperated edition [06:00] with all new app store to buy all your apps [06:00] what would the best way be to install ubuntu for someone who hasn't played with linux in 10ish years, has a partition for the install, and is using windows 8 [06:00] But no Start(C) button. [06:00] Ackis: put cd in drive and install [06:01] Ackis: or install off of usb [06:01] Ackis: Just install via LiveCD. [06:01] so far so good no error T_T [06:01] backup the system first. [06:01] if it doesn't return an error and finishes, what should i do? [06:01] Ackis: You will be plesently suprised if it's been 10 years. Many changes [06:01] Quanten, try the install again. [06:01] when its done reboot and try the installer again [06:01] Ackis: just dont use unity. [06:01] histo: I loved it before, it just wasn't practical for my uses [06:01] Ackis, and Ubuntu will hold you hand through the whole process. [06:01] logical.... [06:01] Ackis: that's another option is the install cd is actually a livecd you can boot to and check things out see if you like it etc.. [06:01] if u see that u may think that 10yrs was -20yrs [06:01] how long does it generally take? [06:02] Ackis: I bet it's practical now. Download and check it out. [06:02] Quanten, for 500 G... a while. [06:02] Quanten: It returns output wrote X bytest etc... blah blah [06:02] Quanten: It won't take that long if you did bs=1m [06:02] 1m [06:03] stupid caps lock 1M [06:03] jesus [06:03] the fact it hasent failed yet... is a good sign [06:03] i did bs=4m [06:03] 4M [06:03] Wanna see something cool Quanten? [06:03] say you get 80MB/s so do the math [06:03] sure :o [06:03] hello i m developer for windows and mac. I m making cross platform tool.I can get foreground window on the system on win32 by utilizing GetForegroundWindow , how can i get same ? i want foreground window title name? possible ? [06:04] Quanten: you can check it's speed with something like nmon or iotop [06:04] ɔool [06:04] Open another terminal, type the following 'ps aux | grep dd' and look for your command. [06:05] okay [06:05] is it supposed to signify something? [06:05] :O [06:05] The line with your command will have a number shown in the second column (from the left, the first is the user name that ran the command, then the next is the PID). [06:05] Quanten: or ps aux as logavanc suggested will show that it's running using cpu ram etc... [06:05] Quanten: top or htop is another way to monitor running PIDS === doodler is now known as kyle____ === xiambax_ is now known as xiambax [06:06] the number is 14127 [06:06] Once you have that number, run the following command 'sude kill -USR1 0000' where 0000 is whatever number you got before. [06:06] So... 'sudo kill -USR1 14127' [06:06] Quanten: That's only if you want to stop it [06:06] ... [06:06] o.o [06:06] logavanc: Why are you having him kill the PID [06:06] That will not stop it. [06:06] -USR1 [06:07] Check the DD man page. [06:07] uh [06:07] It tells the DD command to dump statistics to the screen. [06:07] i went to the original terminal [06:07] and yeah [06:07] oh yeah [06:07] lol [06:07] there are statistics [06:07] didn't see the usr [06:07] Quanten: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. === boze_afk is now known as boze [06:08] 806.946 s, 77.5 MB/ [06:08] s [06:08] If I remember correctly, one of the stats given should be the rate... [06:08] Yeah, so there you go, ~77 MB/s. 500GB / 77 MB = #of seconds (roughly) [06:09] hello, I got a question. Every time I boot to ubuntu from the installation, the screen goes blank around 10 minutes after the DVD is booted up. Im guessing that its because I have an ATI card. Is there anyway I can fix this so I can install ubuntu? [06:09] Quanten: 119 minutes at that rate [06:09] Quanten: but it will speed up as it gets to the outside of the disk. [06:09] and slow down near the inside actaully. [06:10] roughly 2hrs. [06:10] ty [06:10] histo, that is why they like to put the swap out at the end, right? Not sure if that is a wives tale though. [06:11] logavanc: Well on a mechanical disk it's spinning faster on the outside that's why [06:11] dickieb, Try setting 'nomodeset' when booting the Ubuntu LiveCD. [06:11] thank you! [06:12] You know... I think I wanna run an experiment on the read/write times of a spinning disk based on disk location. [06:12] Mythbusters style. [06:12] it is possbile to install a Windows XP VM on Ubuntu Server and RDP into that Windows machine? [06:12] ofc [06:13] logavanc: It's not hard to understand that the outside of the wheel will pass a fixed point at a higher speed than the inside of the wheel. [06:13] thanks you guys [06:13] hope it works [06:13] swap partitions dont have to be on the end [06:13] so far so good, no errors [06:13] Oh I agree histo, I am just not sure what kind of difference that would make. Seems an insignificant sort of difference. [06:13] logavanc: the actually differences in speed I believe would be minimal. [06:14] of course if you are actually using swap.. thatss going to be such a major reduction to speed that any differances btween the start and end of the disk will be barely noticeable [06:14] Its all sorta moot for me anyway, I use SSDs. [06:14] if you want better swap speeds.. spread swap out amoung several hard drives [06:14] thats old skool tricks. ;) [06:14] hi, how to install crunch on ubuntu 11.04 ? ..because i tried "sudo apt-get install crunch" ...it says "Unable to locate package crunch" [06:14] logavanc: The bigger issue is moving the heads. These disks spin so fast no adays. I just use SSD's when possible also and don't worry about it. [06:15] Wow... that is actually a really good idea dr_willis . [06:15] !info crunch [06:15] Package crunch does not exist in quantal === Inoperable is now known as zz_Inoperable [06:15] ubottu: how to solve this issue? [06:15] sasori: I am only a bot, please don't think I'm intelligent :) [06:15] sasori: Aparently there is no package crunch or it has a different name. [06:15] I have 4 drives in my machine, with a different version of Linux on each, but I don't mount the other's swap space. [06:15] any idea how to solve this? [06:15] logavanc: RAID is multiple dirves [06:16] . /var/log/dist-upgrade does exists but apt-get dist-upgrade doesn't write any info their and i'm trying to debug some dist-upgrade issue.. any ideas? thanks [06:16] *doesn't* [06:16] sasori: See if the persont hat wrote the crunch package has source code availible. [06:16] I must be an idiot because i can't see the notification or the Administration -> additional drivers this guide talks about https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia [06:16] i got no idea what 'crunch' is... ;) [06:16] histo: and then? [06:16] Hatz: in 12.10 the addational drivers tool is in a tab under the 'software sources' tool [06:17] ah [06:17] So I have a mid-2011 mac air 13" with ubuntu 12.10 on it that I JUST installed.... and after running updates and restarting/powering off/powering pack on, the wireless will not detect any networks. I should also note that it was running Kubuntu perfectly before that. [06:17] sasori: build the source and install it with checkinstall [06:17] !checkinstall | sasori [06:17] sasori: checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running! [06:18] ! [06:18] That is awesome! [06:18] phunyguy: what wireless chipset is it? [06:18] !botsnack [06:18] Yum! Err, I mean, APT! [06:18] How for come I aint never seen that before??? [06:18] dont reply on checkinstall to work properly for all code also. :) [06:18] rely [06:18] night all [06:18] thanks for the help [06:18] np [06:18] dr_willis: You've seen it fail? I haven't [06:18] may tux be with you [06:18] checkinstall is considered a bit of a hack/dirty work around [06:19] dr_willis: for building debs it's a hack [06:19] histo, Broadcom BCM43224 [06:19] sasori: You could also look for a PPA someone may have already done all the hard work for you. [06:19] Ive rarely needed it.. i do recall seeing someone in here had some issues a few mo back.. but i dont recall the details [06:19] PPA's are definatly the better answer [06:19] !bcm | phunyguy [06:19] phunyguy: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [06:20] !ppa | sasori [06:20] sasori: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [06:20] Speaking of PPAs, how come LibreOffice don't have a PPA for their newest releases??? I want 4.0! [06:20] histo, it worked great in Kubuntu [06:20] Libreoffice does have a PPA I belive [06:20] *believe [06:20] logavanc: Have you checked backports? [06:20] I just use the deb package from their website though [06:20] is it possbile to install a Windows XP VM on Ubuntu Server and RDP into that Windows machine? [06:20] logavanc: and I'm sure they have a ppa [06:20] Last time (several times actually) I put the backports on my system, it blew up. [06:20] Delux: yes [06:20] Delux: yes [06:21] Delux, yes. [06:21] Delux: we said yes earlier. ;) [06:21] do I have to build the machine elsewhere? [06:21] Delux: infact virtualbox has rdp built in [06:21] histo, I also don't have an ethernet port on this thing to connect to a wire and get the wifi working >< [06:21] Delux: Build what machine? [06:21] Here's the ppa - https://launchpad.net/~libreoffice/+archive/ppa [06:21] the virtual machine [06:21] !offline | phy1729 [06:21] phy1729: If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. Alternatively, try http://ubottu.com/ljl/apt/ - See also !APTonCD [06:21] phunyguy: ^^^^^^^^^ [06:22] Delux: You don't build virtual machines. They are virtual. [06:22] histo is it just the firmware missing? [06:22] phunyguy: sounds that way [06:22] There is a PPA dedicated for the 3.5 series which supports Lucid/10.04, Oneiric/11.10 and Precise/12.04 for a more stable experience! [06:22] I can make that happen then [06:22] ^ quinn_ [06:22] histo - build meaning click boxes and do all the settings [06:22] phunyguy: broadcom chipsets need firmware. Other option is if you have a USB dongle that doesn't use gcm [06:22] phunyguy: sorry bcm not gcm [06:22] WAIT!! [06:23] I DO! [06:23] brb [06:23] I need some help regarding private cloud deployment for my project work [06:23] =D [06:23] phunyguy: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. === zz_Inoperable is now known as Inoperable [06:23] Its handy having a usb dongle that works out of the box with linux. ;) [06:23] Delux: You don't need to click boxes. You cant start the virtual box guest form the cli booting the winblows install iso. And connect via rdp to install etc.... [06:23] Delux: /j #virtualbox [06:23] I was saying that I want LibreOffice 4.0, and I was bummed that there wasn't a PPA for getting it in Ubuntu 12.04. [06:23] lets you get the addational-drivers for your built in wifi easier.. [06:23] thanks histo [06:24] Delux: NP [06:24] 4 lines causes a flood trigger... wow... ok. Shouldnt have added the last smiley ;) [06:26] logavanc: did you find it? [06:26] histo, that wasnt at all the fix. http://askubuntu.com/questions/223246/why-do-i-have-no-wifi-on-a-macbook-air-14-2 [06:26] Maybe... still looking. [06:26] thanks anyway [06:26] I think those broadcom docs are very dated. [06:27] This might do it... ppa:libreoffice/libreoffice-prereleases [06:27] logavanc: http://lmgtfy.com/?q=libreoffice+ppa first result [06:28] phunyguy: How'd the driver get enabled in the first place? [06:28] histo, I didnt do it. I installed the OS, and then ran updates [06:28] Right histo... see earlier: There is a PPA dedicated for the 3.5 series which supports Lucid/10.04, Oneiric/11.10 and Precise/12.04 for a more stable experience! [06:28] that was it. I'm no spring chicken with Ubuntu [06:29] phunyguy: That's a silly bug [06:29] histo, agreed. [06:29] sounds like an issue with the STA driver [06:29] it ay get fixed with a future update release. [06:29] Why is everyone so hyped up for libre office 4.0? [06:30] Why wouldn't you be? I suppose you just love MS Office histo? [06:30] !ot [06:30] #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! [06:30] logavanc: https://launchpad.net/~libreoffice [06:30] logavanc: be respectful. [06:31] If there is no greate bennefit why go through all this drama just to install it. [06:31] Really??? After getting a lfgtfy link? I am the one being disrespectful??? [06:32] logavanc: please understand, the errors of a few should not be blamed on the entire community, and two wrongs dont make a right. [06:32] sense of humor? [06:32] lets move on logavanc [06:32] everyone here works for free [06:32] I thought I was being good... [06:32] with that being said..... [06:32] !google [06:32] While Google is useful for helpers, many newer users don't have the google-fu yet. Please don't tell people to "google it" when they ask a question. [06:32] No swearing... [06:33] Although I guess that I do see some humor in the fact that accusing someone of using an MS product is this community would be considered a low blow. =) [06:34] now you get the idea. [06:34] go with the flow, brotha, and realize that lots in here want to help, and their intentions are good, even if their methods might be not in the best interest of supporting the community. [06:35] logavanc: I didn't take offense to your comment in anyway just FYI [06:35] Haha! I probably would have! [06:38] and never be too proud to ask for help. :) - I have been using Ubuntu since 2007, and I still come in here for assistance, fend off some bad advice, and come up with a working solution after a while. Speaking of, histo, that link I posted worked, and maybe we should try not to blast the !bcm trigger so fast, considering the latest version of Ubuntu mentioned in it is 11.10. === ericab is now known as ericab_away [06:39] Anyone up to help solve a dual monitor issue on a System 76 laptop? [06:40] Fire away ricomoss_ [06:40] ricomoss_: Doesn't system 76 provide support for their hardware under their terms? === ericab_away is now known as ericab [06:41] I have a VGA and HDMI monitors that I'm trying to connect for dual monitor sans the laptop screen. When I connect the HDMI monitor the system "recognizes it" but when I configure it the monitor displays "No HDMI Input Found". [06:42] I've tried contacting s76 support but I have yet to hear back from them. I thought I might be able to find a solution sooner. === fallout is now known as _fallout [06:44] So in Ubuntu, you set up the desktop to be mirrored or extended onto the HDMI screen? [06:45] ricomoss_: is it a nvidia card? [06:45] ive seen laptops that have to have the external monitors plugged in - when powered up. or else the port is disabled.. also seen where you have to hit some special fn-whatever keys to actually turn on the extra port [06:45] No, it is Intel HD Graphics 4000 [06:46] dr_willis: this mac air is a good example of that. the thunderbolt port wont see anything unless it is there at power on. [06:46] for an intel laptop once.. i had to use the fn keys.. till it turned on.. then for some reason it always saw it after a reboot after that one time.. === ericab is now known as ericab_away [06:46] I've tried booting with both monitors plugged in...in this none of the monitors work and I am unable to see anything. [06:46] ive had a nvidia laptop once.. i had to have the nvidia drivers installed or else the external port wouldent work at all.. [06:47] had a weird laptop once - it Defaulted to the external monitor port... even with nothing plugged into it.. :) had to hit the FN--? key at each bootup like twice to toggle the lcd to turn on.. [06:48] just luck i discovered that.. it was playing sound.. no display... smacked some keys.. it worked.. ;) [06:48] if this mac air is anything though, it is fast. boots from power off to login screen in about 7 seconds. [06:48] The joys of laptop weirdness over theyears [06:48] (SSD) [06:48] yeah... dr_willis with this lappy.. and amd radion hd. the hdmi worked.. but until i put catalist on it.. i could not get 1080p from it === ericab_away is now known as ericab [06:49] So should I attempt a reboot with both monitors plugged in and try hitting the fn+some key until it works? [06:49] ricomoss_: yea.. you may want to actually power off.. plug them in. and power on. not just a reboot [06:49] usually there on lappys there is a little box with lines on both sides of it.. on f4 or around there.. which toggles the displays [06:50] if you have that button ricomoss_ i would try that [06:50] dance in a circle around the room 3 times chanting hiku verses also... [06:50] Ok. I'll try that. brb [06:50] Hello, I am getting started on a VPS and contemplating between a 32 or 64 bit Ubuntu server.....which one is recommended? [06:51] gregory58: 64 if it is supported [06:51] gregory58: i imatine it depends on your needs. [06:51] helps to have the drivers installed though... and a utility to control the monitors.. for some strange reason.. my hdmi keeps default to a different res then the one i set when using it.. even when i hard set it in the xorg.conf [06:51] Ben64: Cool, 64 it is.. [06:51] so i have to use amd control manager to change it to 1080p when i want to use it [06:52] does anyone know about apparmor? [06:52] I know more about SELinux, but... [06:52] seems like these virtual servers are getting like.. really cheap. ;) saw one the other day for $5 a month. tempted to get one just for a znc server/toy [06:52] If you get one, can I have root on it? [06:52] go spend your own $5 a month... phhhht! [06:52] ;) [06:52] I was eying Linode the other day, but it wasn't no 5 a month. [06:52] does anyone have glittching in sound when watching youtube videos? It happens for a second every minute or so? I use external NI audio 2 adapter [06:53] :( [06:53] its probably just an ubuntu box hosted out of some kid's mother's basement :P [06:53] burtonium: not here [06:53] i saw one advertised just yesterday for $5 a mo for the lowest one.. they were touteing 'servers use a ssd' still not sure how thats doable. [06:53] Cell: get one what? [06:53] what? [06:54] dr_willis: did you check out weechat's relay yet? [06:54] * histo has been eying up dotblock hosting. [06:55] http://xkcd.com/908/ [06:57] https://www.digitalocean.com $5 mo. claims they are using ssds.. not sure of the details.. ive never used any of these cloud servers.. [06:57] histo: i toyed with it.. but the android client kept crashing. ;) [06:57] logavanc, dont paste that here [06:57] havent you seen that xkcd dr_willis [06:58] i rarely read xkcd.. ;) im not nerdy enough. ;P [06:58] ? What is wrong with xkcd bazhang? [06:58] dr_willis: https://xkcd.com/908/ [06:58] dr_willis: Yeah dotblock is advertising $9.99 ssd [06:58] logavanc, it has Nothing to do with Ubuntu support [06:58] Cell, lets stay on topic [06:58] Oh. [06:59] dr_willis: 30 day trial [06:59] sry [06:59] it is on topic, trollop [06:59] are we going to neeed a #ubunt-vps or #ubuntu-cloud eventually? [06:59] dr_willis: Probably [06:59] Cell, no its not. #ubuntu-offtopic for chit chat NOT here [06:59] although #ubuntu-server isn't being used like it should. [06:59] For someone who spends his all time trolling #defocus you sure are touchy, bazhang [07:00] I really need to read up on this stuff someday. - I just dont know what all you can do on them to even justify $5 a mo. but i bet i could do with a ubuntu cloud server what i am doing with my raspberry pi. [07:00] any ubuntu gurus out there who might let me pick their brain about server vs desktop advantages ? [07:00] how do I clear apparmor entries [07:00] in the log files [07:00] braaaains, ask the channel [07:00] braaaains: install a service on a desktop install.. you got a server. ;) [07:01] theres not a server kernel any more is there? there used to be i rember. getting where the diferances tween a desktop and server are blury these days [07:01] braaaains, Install ubuntu-desktop on a server install and you have ubuntu desktop. [07:01] so the desktop GUI doesn't detract too much from the processing power of the server then ? [07:02] braaaains, of course it does [07:02] My little Raspberry Pi works as an ok home server. ;) [07:02] braaaains, I didn't say that. [07:02] so it depends on what you are actually serveing.. [07:02] braaaains: That's the difference GUI no GUI [07:02] braaaains: You don't need the GUI [07:03] (An option, I might point out, that I am pretty sure that MS Windows does not give you.) [07:03] No luck on the HDMI monitor - I even tried another monitor. [07:03] thats what I was thinking.... that the GUI would just slow it down since it will be headless anyways, I plan to do all my admin through SSH and webmin [07:03] Having a GUI on a server is like riding a bicycle with training wheels. [07:03] Some things you just outgrow... [07:03] Which is perfect for Windows server admins... =) [07:04] thanks for the info guys, i'll stick with the server installation then... [07:04] !webmin | braaaains [07:04] braaaains: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. [07:04] !ebox > braaaains [07:04] braaaains, please see my private message [07:04] anyone know how to delete apparmor events from the log files [07:05] Any other suggestions for getting the dual monitor setup to work on the s76 laptop? [07:05] Cell: why would you need to do that? [07:05] Isn't there an apparmor gui front end that you can install for doing that? I know there is for SELinux. [07:05] ricomoss, using xrandr? [07:05] because I was doing some profiling and now its giving me errors [07:05] bazhang: Oh, thanks for the info. I had been using it fine in a VM but there was not extensive testing [07:05] so I think the log file might be screwed up [07:05] bazhang, I'm not sure what xrandr is. How can I find out? [07:05] (I)nherit / (P)rofile / (C)hild / (N)ame / (U)nconfined / (X)ix / (D)eny / Abo(r)t / (F)inish [07:05] Argument "" isn't numeric in sort at /usr/share/perl5/Immunix/AppArmor.pm line 4312. [07:06] !xrandr | ricomoss [07:06] ricomoss: XRandR 1.2 is the new method of running dual screens in !X. Information/HowTo here: http://wiki.debian.org/XStrikeForce/HowToRandR12 [07:06] braaaains, You might check out Zentyal too. [07:06] Cell: looks more like a warning, not an error [07:06] well its an error because its stops the profile editor from working [07:07] are you sure it wasn't already finished anyway? [07:08] yes [07:08] it was just hanging at the command line === Kitar|st_ is now known as Kitar|st [07:08] oh, the HDD LED wasn't lit anymore? [07:09] well I didnt check but it was hanging [07:09] the program is supposed to ask me to approve behaviors and then save a profile [07:09] bazhang, ubottu, I am reading about xrandr and I can't see what to do to get HDMI to work. [07:09] well sometimes programs are still running but don't always display output in a terminal until they get to a certain point [07:10] ok well still I would like to delete those entries [07:10] can I just delete syslog? [07:10] you could [07:10] I dont think I have much use for it [07:10] Good night all. [07:10] Hello? [07:10] its 300 mb, that's a ridiculous waste of space [07:10] just remember that there is a process that's currently writing to it [07:10] only 300? [07:10] This is the chat for Ubuntu help yes? [07:10] only? [07:10] heh [07:10] Chojek, for support yes. [07:11] bazhang: I'm looking through that link (and doc.zentyal.org) and I'm having trouble figuring out if Zentyal will help me to setup softraid with MDADM like Webmin did, you wouldn't happen to know off the top of your head would you ? That was pretty much the whole reason for installing webmin to be honest, manually dealing with MDADM was making my head spin. [07:11] Chojek: /topic [07:11] ./topic doesn't work.. [07:11] Chojek: remove the . [07:11] Cell: well, it sounds like you have a lot of verbosity turned on from various apps, so yes, 'only'. [07:11] Chojek, what is your ubuntu support issue. please ask the channel [07:12] braaaains, not looked into that deeply, my apologies [07:12] i don't have it installed, i was just curious [07:12] ive been thinking of installing it [07:12] is there a way to limit the size? [07:12] !manual | Chojek first have a read [07:12] Chojek first have a read: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [07:12] !rute | Chojek and these [07:12] Chojek and these: documentation is to be found at http://help.ubuntu.com and http://wiki.ubuntu.com - General linux documentation: http://www.tldp.org - http://rute.2038bug.com [07:12] S!rute [07:12] !rute [07:13] lol [07:13] Chojek, you would actually read those links. [07:13] i have a usb, can I use it to install Ubuntu on it? [07:13] And can I switch between Windows and Ubuntu? [07:13] Chojek, yes [07:13] Is there an apparmor specific channel? [07:13] !alis | cell have a look [07:13] cell have a look: 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* [07:14] If I plug in my HDMI monitor and "enable" it in the Display settings and then run xrandr it seems to say it's connected and shows all the settings available. What should I do after this? [07:14] Cell: yes, you could tell your processes to not be so noisy. also, syslog files tend to get archived on a daily basis, so it will shrink considerably. [07:14] Sweet, so do I just go on http://www.ubuntu.com and download the file and put it on my usb? [07:14] and just go from there? [07:14] Chojek, essentially, yes. not quite drag and drop though. there are instructions on the site [07:15] Cell: no idea, the only thing I can see from here is the website [07:15] I have a custom udev rule for my phone, but it looks like Ubuntu is overriding my rule and trying(unsuccessfully) to mount automount it. Does anyone know how Ubuntu is deciding to try to automount a device? [07:15] !apparmor [07:15] For information about the AppArmor security framework employed in Ubuntu (since Gutsy Gibbon), see https://help.ubuntu.com/community/AppArmor [07:15] is Ubuntu faster than Windows? [07:15] For certain things [07:15] Chojek, thats pure speculation [07:15] !ot | Chojek [07:15] Chojek: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [07:15] Chojek: is a ferrari faster than a corolla? [07:16] is a ferrari faster than a corolla? [07:16] i'd assume so [07:16] lol [07:16] lets move on please [07:16] i found a windows installer for ubuntu [07:16] thats wubi Chojek [07:16] !wubi > Chojek [07:16] Chojek, please see my private message [07:16] Yep, wubi. [07:17] I was able to get my HDMI monitor working if I disable the VGA monitor. So it's as if the laptop screen has to be 1 of the 2 monitors. Any ideas around this? [07:17] Sweet. [07:17] Thanks for the helpful information guys. [07:18] ricomoss: no its more like, you have crapy drivers [07:18] wubi can be problematic [07:18] I have no real reason to use Ubuntu, just out of curiosity I guess. [07:18] Does anybody have a solution to creating a softraid that doesn't use webmin ? Besides manually through the console with MDADM because I could not figure that out for the life of me. :( This has kind of thrown a wrench in my plans. [07:18] To fix "crappy drivers" I should...? [07:19] ricomoss: perhaps the xswat ppa may hav updated ones [07:20] !xswat [07:22] anyone know the context in which the preseed file runs late_command? [07:22] it works perfectly fine at the ash shell [07:22] ricomoss: I don't know really, but on my hackintosh, I had to change framebuffer settings so i could connect 1xHDMI and 1xVGA monitor, so I assume it's problem with drivers, but don't take that for granted. [07:22] but the install complains it dies with exit 2 === tjbiddle_ is now known as tjbiddle [07:26] bazhang does webmin not work with any versions of ubuntu ? I was going to install it on the 12.04 server and there seems to be many installation/usage guides online for it... is it just 12.10 that is not compatible? [07:26] braaaains, webmin has been a no go for a long time, many releases of debian/ubuntu === manueljoe is now known as icyjoe [07:27] how to remove the dual booted linux in a windows machine? === daniel is now known as Guest508 [07:29] You'll be happy to know that I finally got it to work. I have no idea what I did, but they are functioning like a dream! So happy, now I can actually do some development. [07:29] bazhang thank you, do you think it would be advisable for me to install ubuntu desktop then ? it seems like it might be possible to disable the GUI after I've gotten everything setup and running how I want it to ? Because I may need to use something like gparted to create my raid array... === fego is now known as codemaniac [07:31] sasori, you wish to go back to windows only? [07:31] when i left click on a window title bar and try to drag window...the mouse pointer comes detached from title bar and floats around screen, is there some setting i can use to change this? [07:32] anyone installed the ubuntu for phone on their nexus galaxy? [07:32] bazhang: yep...and replace the current dual boot linux distro that i have [07:33] into another linux distro [07:33] sasori, remove the offending partition then update grub [07:33] !grub2 | sasori [07:33] sasori: 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) [07:34] hey i have a werid sound card issue. Every time i suspend my laptop and bring it back up..my Mic does not work..untell i open my pulse audio volumn control and toggle the mic from "internal Microphone" and back to "microphone"" [07:34] then it works fine.. [07:34] how do i mount a ntfs drive from the command line for a short period [07:34] i want to read/write [07:34] first make adjustment to ftab [07:34] fstab that is [07:34] then mount /mnt/mymount [07:35] do that as root. now the nfs mount must have permissions for you to read and write. [07:35] that you will have to set on the server that has the nfs server running on it [07:35] what do you mean the nfs mount must have permissions for me to read/write [07:36] grendal-prime, he was talking about ntfs not nfs [07:36] yep [07:36] azizLIGHTS: fstab is for mounting on boot [07:36] oo sorry man [07:36] azizLIGHTS: or automatically mounting it later on. [07:36] i just wanna mount it for now, not set it in fstab for boot [07:36] ciao [07:36] azizLIGHTS: if you want to mount it temporarily just make a directory to mount to. [07:36] !addon [07:36] histo, ..not totally [07:36] azizLIGHTS: then mount /dev/path/to/ntfs/partition /directory/created. [07:37] on the mounting only at boot [07:37] grendal-prime: I know [07:37] it also makes it easyer to just mount it from command line [07:37] histo: thats it? theres no switches? [07:37] grendal-prime: could give a regular user permision to mount it. [07:37] “!addon” [07:37] azizLIGHTS: You shouldn't need any for ntfs by default anymore. [07:37] ya..i think you can just mount it.. [07:37] histo: ok, im on ubuntu 8.10 . should have mentioned this earlier [07:37] azizLIGHTS: you can add -o rw if you doesn't give you rw for some odd reason. [07:38] my ntfs-3g is 1:1.2506-1ubuntu2 [07:38] histo is right on that [07:38] #excalibur [07:38] kinetz, stop that [07:38] azizLIGHTS: yeah you should be able to mount it with ntfs-3g installed. However your version of ubuntu is old and passed End of Life [07:38] azizLIGHTS: Any reason you haven't upgraded? [07:38] im gonna upgrade once i move my files [07:39] i just pulled it out ofmy storage unit [07:39] azizLIGHTS: Well after you move your files you may want to just reinstall would be faster than upgrading. [07:39] “!lista” [07:39] !botabuse | kinetz [07:39] !lista [07:39] kinetz: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [07:39] arrh, yeah reinstall. upgrade would be insane [07:39] kinetz: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [07:39] kinetz, no warez here, stop it [07:39] ya if i remember right old ntfs-3g did not do rw by default [07:39] you needed to add that options [07:39] "addon [07:39] any hackers in here msg me [07:40] omg [07:40] grendal-prime: ok ill read man mount then? [07:40] DIGIMON, wrong channel for that [07:40] hackers or crackers? [07:40] What is going on tonight [07:40] hackers [07:40] hi friends [07:40] im not a cracker lol [07:40] DIGIMON, thats offtopic here [07:40] grendal-prime: read man mount for the rw mount for the old ntfs-3g? [07:40] azizLIGHTS, ya, i would read the ...ya ya [07:40] sorry [07:40] lol ok thx [07:41] were do i go for hackers chat room then [07:41] i want add new package in buildroot please help me [07:41] DIGIMON, try asking in #freenode [07:41] there was a message that use to get dumped to syslog about adding those options if you needed to get rw on ntfs drives [07:41] bazhang: lol [07:41] nowadays..it just does it. [07:42] azizLIGHTS: -o rw === captine is now known as not_to_technical [07:42] azizLIGHTS: mount -t ntfs -o rw /dev/path/to/partition /path/to/directory/for/mount [07:42] anyone ever wind up with a mic that stps working after suspend? === not_to_technical is now known as captine [07:43] histo: cool!! [07:43] thank you very much [07:43] :) [07:43] who can voice chat [07:43] how do i set that up any help [07:43] DIGIMON: do you have a ubuntu related question? [07:43] need some help with wine/soundcard please...if i start wine/windows app first and then try to run any other program that uses sound/video, it hangs itself...if i start the audio/video app first and then the wine app, all is normal...any ideas? [07:44] DIGIMON, get gmail account [07:44] yea the ubuntu on my computer wont let my mic work [07:44] it works right through the browser hangouts. [07:44] DIGIMON, look into alsamixer [07:44] oh cool i got it ty [07:44] !sound | DIGIMON [07:44] DIGIMON: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [07:45] Greetings. === harry is now known as Guest53806 [07:46] anyone? === icyjoe is now known as manueljoe [07:46] can anyone tell me the difference between when a script will run in /etc/network/if-up.d versus /etc/NetworkManager/dispatcher.d? [07:47] pishkur: possible bug with wine? [07:47] pishkur, sorry, my wine skills are pretty poor. cannot help [07:47] histo: perhaps.. i tried changing the outputs in wine settings to different soundcard, but still the same [07:47] pishkur: Is it app specific? [07:47] the funny thing is, the "test sound" button still produces sound even when output is selected to a sound that doesnt have a physical sound out [07:48] pishkur: wine has so problems with win apps [07:48] histo no idea, since this is the only app Im running through wine [07:48] pishkur: maybe see if anyone in wine support has heard of it. I haven't here. [07:49] do they have a chan here? [07:49] pishkur: check your app bugs in wine site [07:49] ah ok, thanks histo, mvt007geek [07:50] pishkur, #winehq [07:50] pishkur: in wine site search your app name. there is a part that explain about the problems that might happend. [07:50] !appdb | pishkur [07:50] pishkur: 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 [07:51] yes exactly check the page that bazhang wrote [07:52] :) [07:58] heres my rsync command to copy files from my ntfs hdd to my ext. any advise or suggestions? [07:59] rsync --verbose --archive --partial --progress --dry-run /media/W2K/ /home/decepticon/rosewill/w2k/ [07:59] buildroot help [07:59] i wanna eventually format the ntfs hdd [07:59] so i wanna save the files and their properties/attributes as they exist now on the hdd [08:00] how to chang ip address in linux??? [08:00] hi [08:02] azizLIGHTS: rsync -avz /sourc /desination [08:02] azizLIGHTS: you won't be able to save attributes though I believe [08:02] azizLIGHTS: or permisions due to the way ntfs works. [08:03] samr: use the networkmanager to set a static ip - if thats what you mean [08:03] samr: ? [08:03] samr, change it for What purpose, please be very clear [08:03] --archive is -a, --verbose is v, and -z is compress? why compress [08:04] does it make a tar? [08:04] oh by the way is there a way to change 12.10 them back to have normal non hidey go peek scroll bars and normal vizible window resize handls [08:04] histo: and why not --partial or --progress [08:04] grendal-prime, using gnome-shell , sure. or gnome-panel [08:05] you can disable the special scroll bar thing - yes... [08:05] i belive the webupd8 or omgubuntu blog sites had some guides on the vvarious tweaks like that [08:06] azizLIGHTS: You can if you want. Thye are just options. If you have rather large files use --partial. I wouldn't do -z though that was a typo from me. You don't need compression since it's local. [08:06] gotcha [08:07] azizLIGHTS: like hidden files in windows are not going to be hidden according to rsync etc... The filesystems you are copying from to aren't the same keep that in mind. [08:07] azizLIGHTS: is this just a bunch of files or an actual OS partition that you want to backup? [08:07] oh, right [08:07] just the files, i dunno where they all are [08:07] i dont think theyre in c:windows for example [08:08] but might as well get it all [08:08] azizLIGHTS: yeah just -av will get them all. [08:08] cool cool, gonna do it now :D [08:08] ahh i miss my linux days [08:08] azizLIGHTS: well more specifically -a -v is verbose. a is short for a bunch of options that are listed in the man pages. [08:09] histo: yup i looked em up [08:09] azizLIGHTS: -z was compression. I'm used to using rsync over ssh for offsite backups so that's why I typed that. [08:09] but if you are local I believe it would probably slow things down more than help. [08:10] histo: yeah thats what i thought, since rsync is used locally and over networks as well [08:10] yeah it's like carbonite but free [08:10] and more secure probably [08:11] if my sound stops working system wide, what do you recommend I do besides restart pulseaudio? [08:12] magn3ts: check alsamixer [08:13] aeon-ltd: already did :( [08:13] and pavucontrol [08:13] hello,everyone [08:15] magn3ts: check sources and what you're outputting to works [08:15] buildroot help === linuxthefish` is now known as linuxthefish [08:16] aeon-ltd: have tested with multiple sources as well as checking with multiple outputs both speakers and headphones and both the outputs on the motherboard, (front of case, back, etc) [08:16] it's D-E-A-D dead [08:16] happened mid video [08:16] how should i partition 30 [08:16] I rebooted last time and thought it was a fluke, nope! [08:16] 30 GB space [08:17] how can i get an operating mannual of each linux version.i mean to say every topic in explain how to work.. [08:17] how should i partition 30 GB space for ubuntu? [08:18] samr thats still a big vague.. or you want a 100000000+ page book. ;) [08:19] samr: i tend to hit the half price book stores or bargin bins and grab whatever linux book looks interesting on whatever topic i see.. [08:19] buildroot help [08:19] samr: There is an android man page app [08:20] hi guyz.... [08:20] samr: worth grabbing is the Oreily 'Using bash' book. and their books on 'mastering Regular explressions' - if you can find the 'using vim' and 'using sed and awk' on sale. they are worth grabbing also [08:20] dr_willis:any pdf can downloaded on it??? [08:20] i try to install Linux but now i get all the time "grub rescue>" [08:20] samr: yeah they have digital versions [08:20] samr: no idea. theres many ebooks you can buy [08:20] as a prompt [08:20] did i lost all my data? [08:21] samr: https://play.google.com/store/apps/details?id=com.calibretech.manpages&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5jYWxpYnJldGVjaC5tYW5wYWdlcyJd [08:21] Duke: No. Did you already install ubuntu? [08:21] no [08:21] this disk had windows 8. :/ === croppa is now known as croppa_ === croppa_ is now known as croppa [08:22] -FREE [08:23] Duke: So how are you getting a grub prompt if you didn't install ubuntu? === tjbiddle_ is now known as tjbiddle [08:24] histo: probably i install it wrongly over windows. [08:25] in search of tux? [08:25] and i don't know what to do now. i think i will visit the shop i bough it. i hope they can at least save some important documents [08:25] Duke: Hold down shift as the machine boots to get to a grub menu [08:25] buildroot help [08:25] histo: ok. one sec [08:25] Duke: Your documents are there unless you deleted your windows partition. [08:25] HYOUGATem um caráter honesto e justo.Quando se dividem e lutam entre se junto com armadura. [08:25] Duke: did you use wubi by any chance? [08:25] histo: ereror: no such partition. [08:25] Duke: the default install installs along side windows. [08:25] grub rescue> [08:26] magn3ts: no. i didn't :/ [08:26] okay, is there any chance you stopped the install partway through? [08:26] Duke: okay you need to fix grub is all. [08:26] magn3ts: i think this is what happened. [08:26] Duke: oh hold up you stopped theinstall midway? [08:26] magn3ts: how would he have stopped the install if grub got installed? [08:26] histo: yes. pc restarted [08:26] magn3ts: that's the last step. [08:27] Duke: as it reboots keep rpessing shift. [08:27] histo: I agree, never mind, histo sounds much more right :P [08:27] same thing. it wrotes this: [08:27] Duke: Boot to the installation media again. [08:27] loading. [08:27] error: no such partition. [08:27] grub rescue> [08:28] if i try ls [08:28] i get [08:28] (hd0) [08:28] how to install fdisk? [08:28] ya thanks i just disabled the overlay sliders...thats a bunch of crap. [08:28] is ubuntu using lvm2? [08:28] Duke: please boot to the cd you installed from. [08:28] it sucks shuttlworth drank the coolaid on that shit [08:28] how should i partition 30 GB space for ubuntu? [08:29] should i use lvm2? [08:29] how to install fdisk? [08:29] !partition | Mantas7776 [08:29] Mantas7776: For help with partitioning a new install see: https://help.ubuntu.com/community/PartitioningSchemes l - For partitioning programs see !GParted, or !PartitionManager (!Kubuntu 9.04 and up) - Other partitioning topics include !fstab !home and !swap [08:29] histo: ok. and then? [08:29] b3_: fdisk is there by default [08:29] Duke: Select Try Ubuntu [08:29] ya i was just wondering if i read that right [08:30] histo i have installed trisquel and it is not here [08:30] it should be onyou system fdisk that is [08:30] histo: ok, give me a sec [08:30] Duke: Follow these directions https://help.ubuntu.com/community/Boot-Repair#A2nd_option_:_install_Boot-Repair_in_Ubuntu [08:30] histo: thnx! [08:30] b3_: what is triquel? [08:30] histo: do you know if i lost all these documents ? they are my bigest worry :( [08:31] histo: ubuntu-based distro [08:31] !derivatives | b3_ [08:31] b3_: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [08:32] Duke: It's too early to tell. Let me know when the live cd is up and we can check [08:32] histo: ok. i'm in try ubuntu mode. [08:32] Duke: Did you connect to your network? [08:32] histo: bash says: fdisk: command not found [08:33] !info fdisk [08:33] Package fdisk does not exist in quantal [08:33] b3_: sudo apt-get install fdisk [08:33] !find fdisk [08:33] Found: acorn-fdisk, amiga-fdisk-cross, gnu-fdisk [08:33] b3_: sudo apt-get install gnu-fdisk [08:33] sk now [08:34] b3_: trisquel is still not supported here [08:34] you really should be using parted these days. [08:34] b3_: You need to find support for trisquel [08:35] is there any reason why my local rsync file transfer speeds are slow, theyre under 1MB/s, from my ide ntfs hdd in usb enclosure connected via usb directly to the back of my pc's usb ports [08:36] histo: yes [08:36] azizLIGHTS: If there are a bunch of little files it will slow it down. [08:36] histo: actually fdisk is installed by default on trisquel but its directory is not added to PATH by default [08:37] Duke: opne a terminal with ctrl+alt+t then run lsblk | pastebinit and provide me with the link [08:37] histo: thats what i thought too for the small files under 10kb, but now its also doing it for mp3 files that are 5mb+ [08:37] 10256512 100% 498.19kB/s 0:00:20 (xfer#2265, to-check=1483/4271) [08:38] wierd [08:39] azizLIGHTS: yeah i've seen it slow down before like that with usb stuff. [08:39] azizLIGHTS: are you copying to usb or from? [08:40] from usb to ide hdds [08:40] ah, i have two processes going on [08:41] two? [08:42] help me to write an iso on a dvd+r disk [08:43] yeah, two different source locations to two different destinations, both from the same source hdd and to the same destination hdd [08:43] i just stopped both and did command 1 && comand 2 [08:43] b3_: please find trisquel support [08:43] histo: using fdisk and dd [08:43] b3_: can't [08:43] it's nto a block device [08:44] b3_: you can't use dd or fdisk [08:44] histo: say how you would do that on ubuntu [08:44] b3_: i'd use brasero or cdrecord [08:44] histo: what about command-line [08:44] azizLIGHTS: did you start multiple instances of rsync somehow? I didn't think it spawned multiple shells [08:44] b3_: cdrecord [08:45] histo: in screen, two windows, yeah i ran two isntances [08:45] histo: what about wodim? [08:45] cdrecord is wodim these days.. i think [08:45] azizLIGHTS: Why? [08:45] histo: i got excited, i dunno === picca_ is now known as picca [08:45] :D [08:45] azizLIGHTS: Run one instance [08:45] i read that cd record is not free [08:45] !info cdrecord [08:45] Package cdrecord does not exist in quantal [08:46] yeah maybe wodim [08:46] !wodim [08:46] !info wodim [08:46] wodim (source: cdrkit): command line CD/DVD writing tool. In component main, is optional. Version 9:1.1.11-2ubuntu3 (quantal), package size 359 kB, installed size 845 kB [08:46] b3_: ^^^^^^^^ === jack is now known as Guest71492 [08:46] ok well, looks like 8gb at 1.0mB/s will take 2 hours+. gonna go sleep. thanks for all your help histo [08:46] I haven't burned a cd in ages. [08:46] azizLIGHTS: it will speed up [08:47] i hope so [08:47] regardless, i am out, its late [08:47] thanks again histo [08:48] histo: it didn't work . i tryed lsblk > pastebinit [08:49] use downloas yuotube [08:49] and now in file pastebinit i have a folder tree [08:49] Duke: lsblk | pastebinit not > [08:49] loop0, sda-> sda1, sda2, sda5 and sr0 [08:50] Duke: the | is shift + backslash also do sudo fdisk -l | pastebinit please [08:50] histo: it says "The program 'pastebinit' is currently not installed' [08:50] Duke: sudo apt-get install pastebinit [08:50] ok i'll try it [08:50] Duke: or you can just copy and paste the output to paste.ubuntu.com [08:51] It's up to you. But i'd like to see the output of lsblk and fdisk -l [08:51] download yotube what program [08:51] * histo bites lip [08:51] histo: E: unable to locate package pastebinit [08:51] Duke: just copy and paste the output to paste.ubuntu.com [08:51] !info minitube [08:51] minitube (source: minitube): Native YouTube client. In component universe, is optional. Version 1.9-1 (quantal), package size 653 kB, installed size 1824 kB [08:52] !info terminator [08:52] terminator (source: terminator): multiple GNOME terminals in one window. In component universe, is optional. Version 0.96-0ubuntu1 (quantal), package size 256 kB, installed size 1775 kB [08:52] histo: do you know a pastebin service that does not covert files to dos format? [08:52] b3_: What? [08:52] !screen > unheeding [08:52] unheeding, please see my private message [08:52] theres dos2unix converter tools out [08:53] histo: i am using screen and terminator. terminator is more like tmux [08:53] dr_willis: why do they convert files to dos format [08:53] unheeding: I still don't understand what's wrong with gnu screen? [08:53] b3_: they dont [08:53] b3_: ive never noticed them being converted.. [08:54] b3_: That's why I asked what? you question makes absolutely no sense [08:57] b3_: cdrecord is free, it's just not GPL. there are lengthy discussions about schilis postition if you want to google [08:59] Hi, I had a faulty hdd with ubuntu 11.10 I've fixed the hdd error but now I can't start software-center (it was affected by the hdd error) now I thought I can uninstall and reinstall it but running "apt-get remove software-center" will remove 2 components: software-center and ubuntu-desktop. How can I remove only software-center? is this a good aprouche? any better idea?or any idea at all? === qos is now known as qos|away [09:00] jnhghy: What error are you getting with the software center? [09:00] jnhghy, sudo apt-get remove pacakge --purge [09:00] ubuntu-desktop is just a meta package. let it be removed [09:01] histo: failed to execute child process: /usr/bin/software center No such file... [09:01] jnhghy, personally, I'd do a forced reinstall before I tried to remove and reinstall. sudo apt-get install package.name --reinstall [09:02] jnhghy, note: 11.10 is end of life in a couple of months. Assuming you've fixed the HDD issue, perhaps it's time to consider upgrading? 1204 is Long Term Support ... [09:03] cfhowlett: thanks for the tips will try the reinstall, the user doesn't give me the green light for upgrade yet ... :0 [09:04] jnhghy, best of luck ... [09:05] hello [09:05] how do I change the ubunto server root password ? I did not get the option in the install proces.. [09:06] cfhiwlett: thanks for the wishes but it didn't work, it can't download software-center I'm guessing it can't read the ppa? that were hosted by software-center? or it might be another issue? I can ping google.com.... [09:06] !root | hj3lmen [09:06] hj3lmen: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [09:06] !root|hj3lmen, [09:06] hj3lmen,: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [09:06] Akif{INDIA}, greetings [09:06] thanks [09:06] jnhghy, software center is NOT a ppa! [09:07] hj3lmen, that said, I don't know if USC will install in 11.10 ... ask in channel ... (I only run LTS , so 10.04 to 12.04 ...) [09:07] ok [09:07] hi, am about to install a new linux distro in my windows 7 machine..i booted from usb...but i have an existing ubuntu as dual boot.....now there's this windows in the linux installer that says, "Prepare disk space" [09:08] cfhowlett: thanks again :) [09:08] there are 3 options..install side by side, rease and use the entire disk, specify partitions manually [09:08] do you want to fresh install? [09:08] or do you want to keep windows 7? [09:09] my guess is, i should select the 3rd option..the select partitions manually..but am confused with this...the windows 7 (loader(/dev/sda1), /dev/sda2,/backtrack live, ubuntu 11.04(/dev/sda5),swap(/dev/sda6), /dev/sda3) [09:09] i wanna keep windows 7 [09:09] i dunno which to select from those that I wrote above [09:10] do you want to keep all of them? [09:10] sasori, easiest method would be to delete the backtrack stuff and tell ubuntu to use the freed space ... [09:11] huh?..backtrack is were am currently booted right now..it's in the usb..... the current OS of my machine is windows 7 and ubuntu 11.04 [09:11] sasori, thought you were install ubuntu? [09:11] what i want to happen is, keep my original os , which is the windows 7....and then remove the ubuntu 11.04 and replace it with backtrack [09:12] sasori, ok. delete ubuntu, install BT in the freed space. and for the record BT is not supported here, so that's all we can help you with .. best of luck [09:12] what cfhowlett said: BT's not supported here, so that's about the extent we can help you [09:13] sasori: ask in #backtrack-linux channel [09:14] ok...question not related to backtrack...let's say "just" linux itself [09:14] whatshould be the type? is it ntfs or swap? [09:14] type for what [09:14] Hi everyone [09:14] partition? [09:14] linux would be ext4 normally [09:14] saso.ri, hhahaha ,but no. Off to BT with you [09:15] I would need some help with installing in dual boot X-light-mind and Ubuntu [09:15] why would you want ntfs? ;-) [09:15] gr1603, no idea with x-light-mind is but xubuntu .... [09:15] i can see alot of options..Ext4 journaling file system, Ext3 journaling file system [09:15] dr_willis, BT ... [09:15] ext2 file sytem [09:15] lol [09:15] there's more [09:16] !bt|sasori, === qos|away is now known as qos [09:16] The problem is that I can not run Xlightmind after installing because there is no track of it in the boot screen. What should I do to select the System? [09:16] !bt | sasori [09:16] ooh [09:16] they modified ubottu... [09:16] any ideas why /etc/default/grub's GRUB_DEFAULT=0 is ignored? Yes I ran update-grub. [09:17] or not :P [09:17] !backtrack > sasori [09:17] sasori, please see my private message [09:17] whats xlightmind? some linux distro? [09:17] Yes it is [09:17] gr1603, still trying to find xlightmind .... [09:18] ok ubottu ..i thought you said you're a bot [09:18] :P [09:18] grub just refuses to default to anything, I have to hit enter [09:18] if update grub fails to see it. you can make a entry for it in /etc/grub.d/40_custome [09:18] !backtrack > ry|an [09:18] ry|an, please see my private message [09:18] sasori, she is a bot. i told her to send you a message :P [09:18] gr1603, ok found it ... [09:19] Should I run "sudo update grub" from Ubuntu? [09:19] gr1603, try that ... [09:19] !grub [09:19] 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) [09:19] ok I will have a try [09:19] gr1603, what was the installation order? [09:20] the last one was X-light-Mind but I assume I should update Ubuntu which was installed just earlier [09:20] * cfhowlett is pleasantly surprised to hear ubottu is a "she" ... [09:21] sidusnare: "GRUB_DEFAULT" just places the cursor on the entry, you always have to hit enter or to wait the timeout-time [09:21] I am not an English native speaker, so should you spot any mistakes, I beg your pardon [09:21] gr1603, no worries. OK, and these are true dual booting ? [09:21] I set the timeout to 1, it still waits for me to press enter [09:22] I am going to have a try with running "sudo update grub" [09:22] cfhowlett: me again, hope you don't feel like I'm harassing you, I decided I will go to ubuntu 12.04, upgrading would be an option? or should I do a fresh install? I prefer upgrade if it causes no issues....? [09:22] see you later [09:23] sidusnare: "grep time /boot/grub/grub.cfg" [09:23] jnhghy, no worries [09:23] its update-grub [09:23] sidusnare: grep "set default" /boot/grub/grub.cfg [09:23] ok [09:24] jnhghy, from 11.04 I'd highly recommend a fresh installation... Download the iso via torrents, make a booot usb/cd and go to town. to upgrade you'd have to go 11.04 > 11.10 > 12.04 === ericab is now known as ericab_away [09:24] Okidoki.. So, I shouldn't use Wubi. [09:24] How else can I install ubuntu as dual-boot with Windows? [09:24] a normal install can dual boot Skyrdr [09:24] Skyrdr, wubi is for testing ubuntu not for long term installation - sayeth the developers [09:25] cfhowlett: I see well I'm going from 11.10 to 12.04 so I started the upgrade thanks. [09:25] !dual|Skyrdr, [09:25] wubi us not a normal install [09:25] jnhghy, good deal ... [09:25] wubi is best avoided. ;-) === root is now known as Guest97123 [09:25] Heh, I figured. I can't even use Wubi [09:26] mbr issues.. [09:26] !LTS|jnhghy, not that 12.04 is LTS so you don't "have" to upgrade for 5 years! [09:26] jnhghy, not that 12.04 is LTS so you don't "have" to upgrade for 5 years!: LTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server; with the exception of 12.04 (Precise Pangolin), which will be supported for 5 years on the desktop. The current LTS version of Ubuntu is !Precise (Precise Pangolin 12.04) [09:26] Besides.. I can't even install Ubuntu atm... [09:26] As I mentioned yesterday, it can only find the entire HDD to install it on. [09:26] Rather than existing partitions. [09:27] Skyrdr, seen this before ... was this HDD ever formatted for gpt? === daniel is now known as Guest38818 [09:28] cfhowlett: Doubtful. [09:28] I always used Windows. [09:28] Skyrdr, mmmm [09:30] cfhowlett: I think you meant "note" rather than "not" there ;) [09:30] Ubuntu: Whats the deal that I cant seem to get keys imported to seahorse, everything seems dumbed down and broke. [09:30] arand, )(*_)(*#$!!!! right. thanks. [09:30] hrhrhr "traceroute -m66 216.81.59.173" [09:30] oops, wrong window [09:31] What is going on here? [09:31] Does 10.04 still use the 2.xx kernel? [09:32] hey guys, please help...how to access to ubuntu server directly as root user using ssh? i can't seems to access the remote server even i enable PermitRootLogin [09:32] so on the ubuntu server, why do i get an auth fail when i su? is it because my name is root instead of root? or whatever? still should i get a auth fail when trying to su? is there a default pass for su? [09:32] how to creat free space on hdd for linux install...where windows 7 is installed & i want stay this.. [09:32] xxx: root-account is locked by default, you can't. use sudo [09:32] Oblivion1500, "root" is a forbidden user name [09:33] !info linux-image lucid | brightknight [09:33] brightknight: linux-image (source: linux-meta): Generic Linux kernel image.. In component main, is optional. Version 2.6.32.45.52 (lucid), package size 4 kB, installed size 32 kB [09:33] !gparted|samr, [09:33] samr,: gparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php [09:33] thanks llutz..but is there anyway to breach that? [09:33] auronandace: looks like what i want [09:34] xxx: there is no need to do so but yes, there is [09:34] ..... uhm what? so, ... wait, uhm how the hell am i supposed to do all the good stuff? can i just do this by default? [09:34] xxx: PermitRootLogin yes is a really bad idea [09:34] llutz: how? please help [09:34] !sudo | Oblivion1500 [09:34] Oblivion1500: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (GNOME, Xfce), or !kdesudo (KDE). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [09:34] samr: The Ubuntu installer should take care of that if you want to do a fairly normal install at least. [09:35] ok so i can sudo i just cant get into root [09:35] or as root [09:35] Oblivion1500: you don't need root [09:35] actually yes, but i'm enabling it only everytime i setup my first web application server [09:35] Oblivion1500: that is the point of sudo - it's for your own security [09:35] how to check whether root is disabled or enabled [09:35] ubuntuw1204: it's disabled [09:36] .... im confused. i can still get into everything i need to right? [09:36] Oblivion1500: you can do anything you would need to do using sudo [09:36] Oblivion1500: with sudo yes [09:36] ikonia: how do u know [09:36] ok good thanks [09:36] ubuntuw1204: because it's disabled by default [09:37] you did make a user at install Oblivion1500 ? [09:37] ikonia: and if i enabled and now i don;t remember then? [09:37] yea [09:37] ubuntuw1204: you'd remember enabling it [09:37] llutz: please tell me how to access ubuntu server as root..im just doing it everytime im uploading a big bunch of web application [09:37] xxx: you don't need root to upload a web application [09:37] xxx: there is no need to ssh in as root, use your user and sudo to setup your env [09:38] xxx, this is YOUR system you're trying to access? [09:38] llutz: then please tell me how to, other ways? [09:38] xxx: sudo, chown/chmod as keywords [09:38] ubuntuw1204: seems like ubuntu doesnt have a tool to check it [09:38] ikonia: yes, i think so? [09:38] * cfhowlett ... *sniffs* air suspiciously. [09:38] ubuntuw1204: so lock it, "sudo passwd -l root" [09:39] brightknight: you don't need a tool, just look at the shadow file [09:39] or the password file to see if it's locked [09:39] ikonia: oh wheres it? [09:39] things keep moving [09:39] * dr_willis is sometimes scared by what he sees in here. ;) [09:39] cfhowlett: yap, the big issue was, i cant upload a file using flezilla directly to /var/www folder using sftp if I did not use root login [09:39] brightknight: this has never moved ever [09:40] ikonia: the shadow file is the password file i thought [09:40] xxx: then you fix permissions [09:40] its been in /etc/ for err... decades? ;) [09:40] brightknight: no it's not [09:41] ikonia: actually i want to know, how to check whether root is enabled or disabled, that's it. [09:41] ubuntuw1204: just lock it, then you know it's not [09:41] that will put your fears away [09:42] ubuntuw1204: look at /etc/shadow [09:42] "sudo passwd -l root" right [09:42] wait not sure that would work since there should be a shadow even if its locked [09:42] ubuntuw1204: correct [09:43] I think the locking is defined by the password expiration date [09:43] waht about the recent java threat? [09:43] is ubutnu safe? [09:43] brightknight: no, its not [09:43] So to see if its enabled or not you need to be able to see the expiration date [09:43] hi guys [09:43] ubuntuw1204: it's locked [09:43] brightknight: look in shadow, and verify that the password hash has a '!' in it. [09:43] ubuntuw1204: it's as safe as you make it [09:43] hey [09:44] can anybody help me with smth [09:44] Kiiksu, ask with details [09:44] how to make safe if am using java [09:44] on the internet jre enabled [09:44] ubuntuw1204, java is UNsafe. Don't use java. [09:44] be sure your java is updated to the latest that has the fixs ? [09:45] ubuntu is not safe its open source [09:45] I have been trying to install Hamachi to my computer and all the guides say I have to use the command "sudo tuncfg" but when I try to use the command then it says that the command was not found [09:45] cfhowlett: that;s what i read in the news.. [09:45] the only way to have security is to use closed source [09:45] brightknight: uh... don't bring silly thinking in here [09:45] !fud | brightknight [09:45] brightknight: Please do not fall prey to, or spread FUD (fear, uncertainty, and doubt) - it is not welcome here! Please see http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt [09:45] brightknight: please stop with life [09:45] lies [09:45] ikonia: first was better.. ;P [09:45] brightknight: that is just made up nonsense, please do not spread it here [09:45] dr_willis: first was unacceptable [09:45] compiled from scratch on your own between the two machines in use as far as internet goes [09:45] made me about spew my soda however.. ;P [09:45] Kiiksu, nope not in 12.04. [09:46] even binary gets crack so you would need a hueristically compiled system for better security [09:46] brightknight: final warning - stop with the lies [09:46] Well how do I install hamachi then, I havent found a guide that doesnt use a command tuncfg [09:46] it isnt a lie [09:47] brightknight: you use closed source if u want to we all know how safe windos is [09:47] just a matter of taste [09:47] Kiiksu: isn't hamachi a windows thing? [09:47] brightknight, any other actual support questions? [09:47] ubuntuw1204: lets not go down this route. [09:47] windows isnt really closed source [09:47] It is but there should be a way to get it working on ubuntu [09:47] Kiiksu: why [09:48] it's a lame implementation of a vps, usually for people who can't figure out how to open ports [09:48] i use jre sometimes for confernecing with ubuntu os so that's why i am concernced [09:48] about java threat [09:48] Cuz im running ubuntu and I want to play games with my friends that they maybe haven't bought [09:48] Kiiksu, different OS's, different results... [09:48] Kiiksu, sorry to break it to you, but unless that specific program has been backward engineered to work on linu ... [09:48] just tell them to buy minecraft and/or terraria [09:49] So basically there is no way to create a LAN network in linux that can coexist within Windows? [09:49] Co-exists* [09:49] thats not what hamachi is [09:49] It basically creates a LAN network between different computers that are connected to the interrnet [09:49] its a VLAN if im not mistaken [09:49] vpn [09:50] or VPN [09:50] ok [09:50] !info openvpn [09:50] openvpn (source: openvpn): virtual private network daemon. In component main, is optional. Version 2.2.1-8ubuntu2 (quantal), package size 435 kB, installed size 1064 kB [09:50] Kiiksu, virtual box + windows + your game ... fixed. [09:50] The thing I want to achieve is to run a server so they can join aswell [09:51] We tried to do that without a VPN and it didnt work [09:51] I need to look into vpn's someday also. :) such a handy tool it seems i know so little about. [09:51] openvpn seems like it could work [09:51] does the AIO library come by default in 2.6 kernels? [09:51] or you know... just buy the game legally [09:51] No [09:51] thats not the problem [09:51] we both have the game [09:52] but we want to run a server [09:52] Kiiksu: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [09:52] key word there is legally [09:52] If you had a Ubuntu VPS. you can then install OpenVPN on it and have pcs from around the internet connect to it and they all see each other as if they were on a local lan correct? [09:52] dr_willis: yeah [09:52] dr_willis: if your VPS has tun/tap support, yes [09:53] thats usually what vpns are used for. insecure communication over a secure tunnel. like using vnc over ssh [09:53] guys any info.. where can i find the AIO interface. [09:54] rkhshm: explain more? [09:54] rkhshm: man 7 aio [09:54] linux AIO (async IO) is a library that provides aio_read, aio_write .. APIS.. [09:54] nn0101: i have the done that. [09:55] Hello Everybody! [09:55] hello. i'm new to all of this and have quite some problems getting my nvidia card working (optimus) ... macbook pro with hybrid intel / nvidia... any tips for me? [09:55] !info libaio1 | rkhshm [09:55] rkhshm: libaio1 (source: libaio): Linux kernel AIO access library - shared library. In component main, is optional. Version 0.3.109-2ubuntu1 (quantal), package size 6 kB, installed size 52 kB (Only available for linux-any) [09:55] npaz_, greetings [09:56] :) [09:56] rkhshm: its in libc [09:57] Im pretty new at all of this irc things. But cfhowlett. You have a yellow name. What does that stand for? [09:57] nn0101: in that case http://pastie.org/6193102 [09:57] why i see that. [09:57] npaz_, couldn't even begin to guess ... something to do with your particular IRC client [09:58] !tab | npaz_ [09:58] ctfhowlett, oh okey so its not like your a moderator then? [09:58] npaz_: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [09:58] anyone? :D :D [09:58] hi [09:59] npaz_, it is just your client. if your nick and message is red, then someone has appended you r nick to it (at least in some clients) [09:59] npaz_, I am NOT a mod. They wouldn 't have me. probably just means I highlighted YOUR name in conversation [09:59] godzilla48, greetings [09:59] Oh, okey cool. [09:59] rkhshm: because aiocb is a struct. [09:59] rkhshm: ##c [10:00] been a long while since I use IRC [10:00] struct aiocb* [10:00] just been reading up at the DigitalOcean site/guide on their vps services. :) havent seen tun/tap mentioned yet. will read some more. [10:00] I would like to open the code of this site, so that more gaming websites would me created: http://www.jogosdemoto.net.br/ [10:00] So, does any of you guys use metasploit? [10:00] maybe [10:00] Someone would help me? [10:01] npaz_: #metasploit [10:01] !patience|Douglas, [10:01] Douglas,: 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/ [10:01] Well this is odd.. [10:01] It's an organized code. [10:01] Currently have launched Gparted live. [10:02] My HDD is "unallocated" [10:02] While it has 3/4 NTFS partitions. [10:02] How do i change irc-server? [10:02] If I connect my external HDD, it finds the NTFS partitions just fine. [10:04] how can i downgrade my intel graphics drivers? on 12.10 now [10:04] thanks [10:04] hi [10:04] when I try to install ubuntu in UEFI mode all I get is a black screen after choosing an option. I've tried nomodeset and xforcevesa without luck. [10:06] So help would be nice :D [10:06] bla_, what version of ubuntu? what hardware? [10:07] !details|bla_ [10:07] bla_: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [10:07] Skyrdr: you mean the system sees your external ntfs disk. but not the internal one? [10:07] Well, define system. [10:07] Gparted shows my entire HDD as unallocated. [10:07] Ok. I've tried Ubuntu 12.10, Kubuntu 12.10, Kubuntu 13.04, all without luck. When I change to Legacy BIOS Mode it works without problems. It's a MSI GE60 and a Nvidia GeForce GTX 660M and an Intel Core i7 3630M [10:08] While as you said, the external shows the partitions just fine. [10:08] It's in dual graphics mode I can't change this setting in the BIOS/EFI [10:08] With entire HDD I do mean internal, yes. [10:08] gparted shows the internal disk as unallocated. how about sudo parted -l, or sudo fdisk -l, or sudo blkid [10:08] bla_, so run it in legacy bios mode ??? [10:08] yes [10:08] well ok, I just wanted to use a Dual Boot [10:08] Let me see if I can find the terminal. [10:09] Windows and Kubuntu. It only works in UEFI mode [10:09] tap super. type 'terminal' ;) [10:09] bla_, and nomodeset doesn't work??? [10:09] no [10:09] just get a black screen [10:09] there is " [10:10] there is a line with "--" in the GRUB boot options. I've tried to insert nomodeset before it but still a black screen [10:10] Oki, I used dusk fdisk -l [10:10] ** sudo [10:10] I see a bunch of hdd info, what am I looking for exactly? [10:10] should show the internatl hd with what partions are on it [10:10] also in BIOS mode, when I try to install the nvidia drivers I'm stuck in 640x480 resolution and have to reinstall Kubuntu [10:11] actually it will show all hds :) internal and external [10:14] This is what I see [10:14] http://i.imgur.com/W66nOf8.jpg [10:14] http://i.imgur.com/LBegUTh.jpg [10:16] 。 [10:16] FUCKING OPSDFVIUF SHIT [10:16] Unsure what to do so now :( [10:16] !language | RAVEN737 [10:16] RAVEN737: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [10:17] i just installed ubuntu for the 8th time and installe dupdates now i can't boot only see gtrub wTF [10:17] sooo how would I extend the allolocated drive space for ubuntu? I wanna give it 80Gb [10:18] Huddleston: With a partition manager like GParted? [10:18] 'need to restart' now nothing works fuk great [10:18] RAVEN737 have you perhaps tried some other linux distros? like gentoo [10:18] Oddly enough though.. [10:18] GParted does show the internal HDD partitions on the desktop. [10:18] never had any problems wuith debian.. how did you manage THAT? [10:19] raven, reboot. try to login to an older version of ubuntu. [10:19] ok so no error, just neatly boots to 'minimal bash-like; etc.. can this be fixed? [10:20] thats the grub shell... your bootloader/grub is broke sounds like [10:20] !fixgrub [10:20] 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) [10:20] or is that the busybox shell. [10:20] bla_: I used ubuntu with Windows 7, if I use something like that to take a free 80Gb will it be okay on the Windows side? [10:20] it says gnu grub at teh toip.. but no error [10:21] Huddleston: windoes will want to check/scan the windows partions aftger they get resized. but it should work. you should have backups befor doing any resizeing of partitions [10:21] Huddleston: I don't know, I'm not an expert. Is your drive using GPT orMBR? [10:21] RAVEN737, yes it can probably be fixed. reinstall grub [10:21] So yea, I r stuck [10:21] !grub|RAVEN737, [10:21] RAVEN737,: 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) [10:21] bla_: no idea, I just started today [10:21] cfhowlett: how do i do that.. if i can't boot? [10:21] ok [10:21] RAVEN737: a live cd is the normal way [10:22] dr_willis: I have a windows Repair disk, will that work? [10:22] Huddleston: You might try gdisk -l /dev/sda and tell if it's using MBR or GPT [10:23] Huddleston: work for what? windows can resize its own partions while windows is running.. if you plan on shrinking wwindows.. then you can use gparted and a live cd to enlarge the linux side [10:23] oh man i might as well reinstall from scratch then.. oh.. i think i know why it f'up .. i chose xfs as fs on install.. iw roekd fine.. until updates :(( [10:23] Usually if it is GPT it should work. That's also the problem on my side, because I can't install Ubuntu in UEFI mode [10:23] You know what... [10:23] I give up on this internal hdd.. [10:23] No idea if grub has issues with xfs or not. [10:23] I think it's an overlapping hdd/partition issue. [10:24] dr_willis: I wanna extend ubuntu from 30Gb to 80Gb [10:24] Skyrdr: thats possible. ive seen windows hds bein some very weird states [10:24] As such, I'll just add a 200gb hdd (old one) and use that one instead.. :) [10:24] I think that's the easy solution [10:24] all i want is my tf2 pinguine >_<./. i have been at this since 9 in the morning *cry* [10:24] Huddleston: so shrink windows partiion, enlarge the linux one.. its doable from a Ubuntu luve cd with gparted [10:24] RAVEN.. Try using VMWare.. [10:24] I installed it yesterday and got my Tux a few hours later. [10:24] : / [10:24] RAVEN737: you can do a full install to a 16gb usb flash drive if you really wanted to [10:24] they should only let linux users get tux [10:25] dr_willis: thing is... I want windows to take the remaining left, I want ubuntu at a fixed 80GB [10:25] The things people do for in game collectables... [10:25] Huddleston: so you want to shrink ubuntu and enlarge windows? [10:25] So does anybody have other ideas beside xforcevesa and nomodeset? Because all I get is a black screen in UEFI mode [10:26] Okidoki, second HDD time. [10:26] Maybe it's because of the dual graphics (Intel/Nvidia), but I can't disable that in BIOS [10:26] thanks for the help.. i will try again [10:26] :P [10:26] dr_willis: Okay... I know I suck at tanslations... but i'm trying here... right now ubuntu sucks up 30Gb and windows uses the rest, I want to extend ubuntu to 80Gb and still have windows use the remaining portion [10:27] Huddleston: so you want to enlarge linux, and shrink windows... the ubuntu live cd with gparted can do that. Backup imporntant stuff first... [10:28] Huddleston: depending on how your disk is partioned you may need to do it in several steps with gparted. [10:28] dr_willis: I used wubi... I know it's stupid but I don't have any of this stuff atm [10:28] Huddleston: you dontg use partions with wubi.. you just enlarge your wubi hd file [10:29] id say defrag your windows setup. be sure you got the empty space on it.. and find a guide on resuzeing a wubi install [10:29] Meh.. wubi [10:29] Couldn't even get that to work [10:30] dr_willis: I see... because when I installed today it said "installation size" and the max size was 30Gb, assuming it's what I was allolacated [10:30] now i have to go home.. fire up steam on my ubuntu box and get into TF2 just to get a penguin... ;P [10:30] Hah [10:30] I'm going to get 26x Tuxes. [10:30] The more, the better. [10:30] Huddleston: wubi is not ment for long term ussage.. you really need more then 30gb of space with it? if you are doing that much real work in ubuntu. you may want to switch to a normal install [10:31] not played TF2 in perhaps a year.. it gets old.. [10:31] Is anyone online building android source succesfully on a 64-bit machine with 12.04 installed? I have a problem initialising the environment. [10:31] dr_willis: I'm probably going to be using games and stuff, and TF2 takes 12 Gb minumum === isaias is now known as Guest96096 === guard is now known as isaias [10:32] Speaking of ubuntu [10:32] Huddleston you should be looking into doing a normal install then and forget wubi exists [10:32] there are guides out on resuzeing wubi instgalls past the 30gb size [10:32] Latest features or LTS [10:32] Does it differ much? [10:32] dr_willis: Tried to this morning but the USB didn't work, and I don't think I have bigger than 700Mb disks atm [10:33] Huddleston: use some of the other tools at the pendrivelinux web site.. or just dd the iso straight to the usb [10:33] since i have no idea what 'dident work' actually means. ;) [10:34] dr_willis: Ubuntu wouldn't boot from the USB drive when I rebooted my computer, even after setting the BIOS [10:34] try the other tools to make the usb [10:36] dr_willis: I tried the direct USB, am I supposed to throw the whole .iso itself in there or each file within it? [10:36] the direct usb? [10:36] dr_willis: slap the files in and pray for the best, [10:36] theres a dozen differnt tools that can make a bootable usb from the ISO at the pendrivelinux web site [10:37] just drag/dropping the iso file on the usb is not the correct way... [10:37] theres a reason theres a dozen+ tools to make a bootable usb from the iso.... [10:37] Could anyone tell me how to join another channel? [10:37] npaz_: /join #channelnames [10:37] .. /join #channelname [10:37] :p [10:38] They don't really make it simple for Windows user to install ubuntu as dual.. [10:38] But that's m y opinion [10:38] they - as in 'microsoft' [10:38] I did that but nothing happened? [10:38] npaz_: look for any status messages perhaps? or in the server window [10:39] npaz_: where are you trying to join? [10:39] npaz_ what channel did you want? [10:39] A channel called metasploit. [10:39] dr_willis: How would one burn a install CD? [10:39] and look for any messages of the tyoe 'regiestered nicks only' npaz_ ? [10:40] Huddleston: theres dozens of iso burner apps out for windows and linux. [10:40] !burn [10:40] CD/DVD burning software: k3b (KDE), brasero (GNOME), gnomebaker, xcdroast, wodim (command-line) | To burn ISO files, see https://help.ubuntu.com/community/BurningIsoHowto [10:40] infrarecorder is a good one on windows.. thers others [10:40] 12.10 needs a dvd [10:41] npaz_, same thing here. NO reaction to the command ... channel might be gone [10:41] If you want to dual boot just use wubi. Search "wubi" in google. [10:41] npaz_: the stupidity of the situation is that it only gives me 30Gb [10:41] i joined #metasploit just fine [10:41] npaz_, wubi is for TESTING ubuntu, not for long-term installation. Thus say the wubi developers [10:41] regiestered nicks only i imagine [10:42] Huddleston: as i mentioned.. there are tools out for windows to resize that 30gb to somthing bigger.. but its best to get away from wubi [10:42] ohh shit. Cant you use a virtuell dvd? Like poweriso or deamon-tools ? [10:42] you dontt use deamon tools or poweriso to BOOT/install ubuntu onto the hard drive [10:42] or right. My bad. [10:42] oh* [10:42] you make a bootable USB or DVD [10:43] dr_willis: sooo obviously it needs to be a DVD and a CD rom won't work? [10:43] you could use the wubi install to 'dd' the iso file straight to USB [10:43] 12.10+ ubuntu needs a DVD [10:43] npaz_, actually, metasploit DID respond ... #metasploit :Cannot join channel (+r) - you need to be identified with services [10:43] cfhowlett: ;) [10:43] Oh okey hehe. === altair is now known as Guest21234 [10:44] Most channels need you to regiester/identify these days it seems [10:44] /ECHO [10:44] ups [10:44] sorr [10:44] y [10:44] bla_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [10:44] hey guys [10:45] dr_willis: So would it be easier to just go buy some DVD-ROM's than mess around with Trying to make my USB into an installation disk? [10:45] Anyone here familiar with Linux Live USB creator? (lili) [10:45] If so, step 3, persistance.. (Choose how much MB to write) is not required for installation, correct? [10:45] Only for live usage. [10:46] Skyrdr: correct. even there its only optional [10:46] you havent even tried a proper tool to make a bootable usb..... [10:46] Awesome, thanks. [10:46] I wish to install it on my second hdd which I just installed. [10:46] So I don't need live. [10:46] Just burn the iso file? [10:46] lili is a little annoying. but it works [10:47] As long as it works :) [10:47] can someone explain to me why I can't chat with my friend with the command /chat ? [10:47] connection timeout [10:47] Try /query nickname [10:48] it works [10:49] why didnt chat command work? [10:49] dr_willis: and after all that how do I uninstall wubi's boot? [10:49] As you would remove a normal software in windows [10:49] Ubuntu is under the uninstall software list [10:50] wubis main feature is it puts an entry in the software list [10:50] Skyrdr thank you! [10:50] Beats me, depends on the client gh0sthead [10:50] Some supports /chat, but mainly it's /query [10:50] well that's convinient, what about the .iso ubuntu? how does one kill off that when I don't want it anymore? [10:50] but np. [10:51] Huddleston: Delete it...? [10:51] Huddleston: Even in Windows, files can be deleted. [10:52] bekks: yes, let's remove an entire operating system from windows [10:52] Huddleston: You were asking about a single .iso file in your laste question. [10:53] bekks: .iso ubuntu as in installed from a CD instead of wubi [10:53] If I install Ubuntu on my second hdd.. [10:53] Huddleston: And when you dont need that .iso file anymore, you can delete it. [10:53] Will the installation overwrite any boot records? [10:53] I prefer to keep the dual boot. [10:53] I have a DLink DW-160 usb wifi card, ub. 12.04x64. I am looking to get it working, but the site referenced by any guide I find in the forums, askubuntu, etc, refuses to load. can anyone help? [10:53] Huddleston: Thats whats you were asking, and thats what has been answered. [10:54] grub takes over booting, and you can boot both os's Skyrdr [10:54] bekks: okay cool [10:54] Sweet, thanks. [10:54] Is anyone online building android source successfully on a 64-bit machine with 12.04 installed? I have a problem initialising the environment [10:55] Would it be wise to disable my windows internal hdd.. [10:55] To be sure I won't overwrite / format the wrong hdd? [10:55] Daniel_GT: /j #android [10:56] not sure, I never did a dual hdd dual boot with windows and ub. [10:56] Skyrdr: That way grub will not discover your windows to create a menu entry for booting. [10:56] I never got the option "install with windows alongside" or something either. [10:56] The problem is with the files to be installed in Ubuntu, I understand what I should do (the android guidelines) but Ubuntu won't let me!? [10:57] True that, but I never installed Ubuntu before. [10:57] fellas I'm on a tenuous connection running irssi, if someone could pastbin the contents of the site I would be eternally grateful [10:57] Skyrdr: well... [10:58] !dualboot | Skyrdr [10:58] Skyrdr: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [10:58] anyways... I think i'm done with here ... later [10:58] histo: specifically http://askubuntu.com/questions/256487/initialising-the-build-environment-for-android-on-64-bit-12-04 [10:59] this is the link, anyone? http://bernaerts.dyndns.org/linux/229-ubuntu-precise-dlink-dwa160-revb2 [11:00] ntzrmtthihu777, works fine for me... [11:01] I cannot reach it either on my buntu box or my win7 allinone [11:01] works fine for me [11:02] I can't even wget -pk the damn thing [11:02] ntzrmtthihu777, try it with https:// in front [11:02] ntzrmtthihu777: http://paste.ubuntu.com/1662549/ [11:02] cfhowlett: I swear to god if that does it.... [11:02] ntzrmtthihu777: try http://87.88.254.143 [11:02] actually, that is weird [11:03] dyndns is pointing to 87.88.254.143 [11:03] ntzrmtthihu777, see loria's link ... nicely done, Loria! [11:03] looks like they have it routed different [11:03] thankyou thankyou thankyou! [11:04] ^O^ === venkannareddy is now known as HackerZedi [11:05] I'm good enough at buntu to follow instructions, and even forge off on my own with guidelines, but this was outta my league to do blindly. ioria, thank you so much, I am eternally gratefull. If you should ever need something I can provide, do not hesitate to ask [11:06] !cookie|ioria, [11:06] ioria,: Wow! You're such a great helper, you deserve a cookie! [11:07] what dictates that a disk a sda, sdb and so on? Is it the SATA port it's plugged into on the motherboard? Is it boot priority in BIOS? [11:07] ntzrmtthihu777: you're wellcome [11:07] sda would be hd0 I believe, Delux [11:08] I upgraded my Kernel to 3.2.0-38 and now the computer hangs everytime I login. It works pretty fine when I use the previous version of the kernel. Does anyone have a solution? [11:08] so without physically moving sata cables I cannot change what shows as sda, sdb and so on? [11:09] Delux: correct. but you should be using uuid's [11:09] uuid does not help me during install [11:09] Delux: So why does it matter what sdx they are? [11:10] who has gnome3 on ubuntu [11:10] because booting to sde and loading the GRUB Loader on something other then sda can be troublesome [11:11] how many [11:11] !poll | jared__ [11:11] jared__: Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. [11:11] Delux: Doesn't really matter. Grub uses different naming conventions and again when you are booting youare using UUID in your fstab also. [11:12] fstab is great after install is done [11:12] shanty [11:12] but during installation I keep having failure when trying to load GRUB loader on something other then sda [11:12] Delux: it's only for your sanity that the installer still says sdx [11:13] Delux: Because the drive that is sda is probably already marked as bootable. [11:13] ok bye [11:13] nope [11:14] Delux: You can select which ever drive you want to install grub to. If it will only default to sda just tell it no [11:14] hey [11:14] histo, I deleted every partition other then the partition on sde [11:14] and it fails [11:14] everytime [11:14] can someone help me with something [11:14] Delux: I have personally installed ubuntu fully to a usb key from a sdcard on a this laptop, so from sda to sdc, and it gave me no issue [11:14] Delux: How does it fail do you get an error? [11:14] xjdesx: How can we know? [11:14] I am trying to use aircrack-ng [11:14] Delux: I've also installed grub to all kinds of block devices [11:14] erm, sdb to sdc [11:15] xjdesx: #aircrack-ng [11:15] I k [11:15] #aircrack-ng [11:15] lol [11:15] I use bt5r3, but this is not where you get support for that [11:15] Delux: To answer your question you can't change it. Grub doesn't even understand sda so it doesn't matter you are experiencing some other issue. [11:15] where can i get support for t? [11:16] I'm new to this whole IRC ubuntu [11:16] Delux: you'd ahve to move cables [11:16] !backtrack|xjdesx, [11:16] xjdesx,: There are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mint), LinuxMCE (support in #linuxmce), CrunchBang (support in #crunchbang), BackTrack (support in #backtrack-linux) [11:16] xjdesx: #aircrack-ng as you've just been told [11:16] i know i typed that but it didn'hingt do anyt [11:16] anything [11:16] i'm new to IRC....dont know how to use [11:16] ikonia: he probably came here automatically. xjdesx: type /join #aircrack-ng [11:16] xjdesx: /join #aircrack-ng or /join ##backtrack-linux [11:17] thank you! [11:17] xjdesx: that is not a twitter hashtag, that is a channel you should enter for support [11:17] trying again now histo [11:17] xjdesx: sniffing is bad, my mom says :P [11:18] Hellu all, I have managed to hide/uninstall my toolbar, is there a way to get it back? [11:18] rexleo: which desktop? [11:19] vanilla ubuntu [11:19] that means unity? and which version of ubuntu? [11:19] latest, was up to date yesterday [11:19] xD unity? [11:19] yes unity [11:20] latest, what do you mean, latest precise, latest quantal? [11:20] rexleo: yo you need to reset the launcher bar on the left? === J22 is now known as guest1452 [11:21] ubuntu 12.10 and updated it yesterday [11:22] * xjdesx anyone know the channel for Xbconnect? [11:22] #Xbconnect ...but it's on dynasty.net [11:22] xjdesx: join that network ? [11:22] xjdesx: then connect to the other network. [11:23] rexleo: ok then try some "unity --reset-icons && unity --reset" in a terminal. but that will erase all the launcher settings made before [11:23] Howdy all [11:24] kll: i will try, thanks [11:27] did I just lose connection for a bit? [11:27] ntzrmtthihu777: yes [11:28] steam gives me an error about updateing open gl when i try to play TF2 [11:29] man I needa get this card running, lol. [11:29] Fuzzles: what drivers are you using? [11:29] ntzrmtthihu777: What chipset does that card use? [11:30] histo, the only one listed in the additional drivers, its an ati radeion hd 3 series i think [11:30] web cam [11:31] !webcam | ubuntu-studio [11:31] ubuntu-studio: Instructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras [11:31] not entirely sure, histo. following a guide ioria was kind enough to pastebin for me *love* [11:32] Installed ubuntu on my Second HDD [11:32] ntzrmtthihu777: lspci will show you which chipset [11:32] Getting "installing bootloader failed" [11:32] Any help would be appreciated :) [11:32] Skyrdr: long shot...raid disk ? [11:32] Skyrdr: Where are you trying to install the boot loader to? [11:32] Skyrdr: efi ? [11:33] RAID? Nope. [11:33] Skyrdr: where are you installing the boot loader, and how [11:33] I assume the bootloader installs default on the HDD I'm installing it to. [11:33] I haven't selected anything yet.. [11:33] I assume it installs it currently on /dev/sda [11:33] histo, any ideas? [11:33] Skyrdr: You should install it to the drive you nomrally boot the machine off of. [11:33] Skyrdr: no, it installs on the mbr of the boot hard disk [11:34] * riderplus is away: (Auto-Away after 10 mins) [BX-MsgLog On] [11:34] Fuzzles: haven't got a clue [11:34] ah, okidoki, main hdd. [11:34] Thanks. [11:34] ah, I knew that, and the data matches the guide. I'm just not sure which part is the chipset, to be honest [11:34] The "boot" hdd is the windows hdd though. [11:34] I should select that one? [11:34] is ubuntu supports games "like windows"? [11:34] histo: Bus 001 Device 003: ID 2001:3c1a D-Link Corp. [11:34] * riderplus is back from the dead. Gone 0 hrs 0 min 53 secs [11:34] !away > riderplus [11:34] riderplus, please see my private message === harry is now known as Guest13838 [11:35] some, not all welovefree [11:35] !games|welovefree, [11:35] welovefree,: Information about games on Ubuntu can be found at https://help.ubuntu.com/community/Games and http://www.icculus.org/lgfaq/gamelist.php and http://www.penguspy.com/ [11:35] welovefree: no, it really doesn't [11:35] ntzrmtthihu777: What it's usb device? [11:35] hello [11:36] Ronalds_M, greetings [11:36] welovefree: steam on linux now also [11:36] @welovefree steam is also available on linux now (beta) [11:36] it's in a beta stage, and very limited though [11:36] I have kde and unity side by side, and lightdm has been themed as well [11:36] dev 003, it said. [11:36] because I really like ubuntu it's safe and great what keeps me on windwos is the games matters [11:36] how to bring back stock lightdm theme [11:36] Bus 001 Device 003: ID 2001:3c1a D-Link Corp. I am not entirely knowledgable in this area [11:37] Oke.. It seems Ubuntu is attempting to install the bootloader on my main HDD with windows on it. [11:37] histo: i've heared that EA also [11:37] Of which, failed. [11:37] ntzrmtthihu777: Is it plugged in via a USB port? [11:37] So, any advice? === Thyl4cIn3 is now known as thylacine [11:38] yup, if thats what you were asking you shoulda not used too much techie for a simple thing, lol [11:38] I installed plasma, just so I can theme kde apps I mostly use with unity, in ubuntu style, but it changed style of login manager. [11:38] just remove the windows hdd [11:38] histo - when running ubuntu from a usb drive, any degrade in performance? [11:38] welovefree http://store.steampowered.com/browse/linux/ === thylacine is now known as Guest24612 [11:38] welovefree: with wine you get some native support, but its not that easy, check http://appdb.winehq.org/ for example [11:38] Skyrdr: because it needs to install to the disk not the partitioin so if, windows is on /dev/sda1 it needs to install to /dev/sda [11:38] !dualboot | Skyrdr [11:38] Skyrdr: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [11:38] DLink DW-160 revision A [11:38] Delux: yes [11:38] Delux, yes, as performance is throttled by ram ... [11:38] cfhowlett: ??? [11:39] Delux: It has to do with the slow reads off of USB. [11:39] Delux: it never gave me issue, and a usb drive is basically a small ssd.. or do you mean a normal external hdd? [11:40] not going to be sending files to/from usb - i have HDD installed for that just wondering if the OS runs slower [11:40] thunkee: wine is great but not always [11:40] welovefree: right :) [11:40] anybody on lightdm theme> [11:40] I need to stock it [11:40] While USB is like a small SSD its connected through a straw as opposed to a highway that a normal SSD is connected through [11:41] more like a coffee stirer [11:41] ah, gotcha. [11:41] USB is slow [11:41] welovefree John Carmack from ID suggests to improve wine support, rather than porting games to linux [11:41] MonkeyDust: and his post doom business have failed [11:41] MonkeyDust, gotta say, that's a short sighted recommendation IMHO [11:42] see I got a buddy with a dell inspiron mini, but the ssd is burned out and we are both broke, lol. so I made him an install to usb to serv as hdd [11:42] oh boy [11:42] histo - if this is being used like a NAS where all transfers on witht he HDD, still a hit in performance? [11:42] Ronalds M give enlightement a try, runs great [11:42] ntzrmtthihu777: Yeah go pick up a cheap normal laptop drive [11:42] its a mini, will it even fit? damn thing is tiny [11:42] MonkeyDust: that what it should ve done [11:43] Delux: yes [11:43] histo - if this is being used like a NAS where all transfers are with the HDD, still a hit in performance? [11:43] ok [11:43] welovefree well, apparently, there was information I missed (see up) [11:43] taking forever to install, that's why I asked [11:43] Did you get grub installed yet? [11:43] Delux: yeah because USB is slowwwwwwwwww [11:43] not yet [11:44] MonkeyDust: it's about wine [11:44] What's taking for ever to install? [11:44] installing server to a thumb drive [11:45] sounds like it is probably a mistake [11:45] do you guys think that ubuntu will always be free? [11:45] Awesome. [11:45] ubuntu installed.. [11:45] Found windows (2 even) partitions. [11:45] bootloader works. [11:46] Delux: Well I guess you could load everything into RAM technically on a NAS box. [11:46] this morning I've upgraded some packages in Ubuntu... but I don't remember which one... is there a log or an history I can look at? [11:46] welovefree its what they say, but amazon ís already included so.... [11:46] just to check if I upgraded some pulseaudio packages... [11:46] u [11:47] * riderplus is away: (Auto-Away after 10 mins) [BX-MsgLog On] [11:47] !away > riderplus [11:47] riderplus, please see my private message [11:47] Prikkebeen: what do you mean? [11:47] Andy80: /var/log/apt????? [11:47] * riderplus is back from the dead. Gone 0 hrs 0 min 37 secs [11:47] Andy80: /var/log/apt/history from memory [11:47] they are becoming commercial [11:48] welovefree, please discuss in #ubuntu-offtopic === fisted_ is now known as fisted [11:48] hello [11:48] bingo [11:48] How does ubuntu actually work with graphic driver/cards? [11:48] DeathMan|, greetings [11:48] Some kind of automated installation or do I need to do this myself? [11:48] can someone tell me how to install newest xen on ubuntu? [11:48] gstreamer0.10-pulseaudio:i386 upgraded, and my subwoofer setup is screwed up again :( [11:49] repost seems to be old and have 4.1 [11:49] repos* [11:49] and there is 4.2.1 out [11:49] DeathMan|, 4.1 what??? [11:49] xen 4.1 [11:49] and there is already 4.2.1 [11:49] !backports [11:49] If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [11:49] backports. or the PPA's [11:50] DeathMan|, repos often lag the newest versions. compile from source ... [11:50] for older cards x.org driver newer cards agallium by default i believ ( for ati9 [11:50] compiling from source gives me pythin errors etc [11:50] I had this problem and I tried to fix in this way http://askubuntu.com/questions/256394/subwoofer-is-not-working-in-dell-inspiron-660-with-ubuntu-12-10 [11:50] but now it's not working anymore [11:50] python* === hatake is now known as klinik-tong-fang [11:51] DeathMan|, see the zen package site. There will certainly be a method to get the latest version from there ... or wait for the repos to catch up. === venkannareddy is now known as HackerZedi [11:52] hmmmm [11:53] well i may try again wait a bit [11:53] hellow! I'm getting blank screen after few minutes, but the settings for turn screen off when inactive for is set to NEVER [11:53] DeathMan|, patience and linux go together quite well [11:53] can anyone describe to me what the point of this file is: https://github.com/freedomfreddy/nginx-init-debian/blob/master/etc/init/nginx.conf [11:54] does it dictate when the service starts up and shuts down? [11:54] any idea what respawn does? [11:54] savagecroc: looks like a upstart init config file [11:54] http://upstart.ubuntu.com/cookbook/#respawn << found docs :D [11:55] !steam [11:55] Valve have officially announced that they are developing Steam and are working with !ubuntu during their development, see http://blogs.valvesoftware.com/linux/steamd-penguins/ for further details, see https://wiki.ubuntu.com/Valve for install instructions, you can also join #ubuntu-steam for discussion. === timbertim is now known as posdifu [11:57] lovely.. steam still tells me its in closed beta. ;P === randall is now known as Guest36370 [11:59] so [11:59] upstart does process management as well? [11:59] for example it monitors running processes? [12:00] https://github.com/freedomfreddy/nginx-init-debian/blob/master/etc/init/nginx.conf << i noticed in here they have just writtain spawn .. but there is no http://upstart.ubuntu.com/cookbook/#expect stanza like it suggests in the docs... will it not work as expected [12:01] and how am i supposed to work out if nginx forks or daemonizes? === Guest23685 is now known as Mojojojojo [12:02] hello, I need help with my Windows 7/Ubuntu 12.10 dualboot === alakoo_ is now known as alakoo [12:03] the computer just boots direct into ubuntu, there's no GRUB to choose Windows 7 [12:03] http://paste.ubuntu.com/1662882/ === LaserShark|dead is now known as LaserShark [12:03] hello? [12:04] boot-repair [12:04] Press and hold shift at boot time to see the grub menu [12:04] !patience [12:04] 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/ [12:04] you may need to rerun 'sudo update-grub' to see if it rescans/detects the windows install [12:04] that too, but it should come auto when you have multiple os's [12:04] yeah I did boot repair coz my pc refused to boot into ubuntu.... now i am tryping this from ubuntu but my windows 7 and grub are no longer available [12:05] try the update-grub, it should do the trick [12:05] ok maybe it worked let me re-boot [12:05] will be back to report [12:05] thanks === alakoo_ is now known as alakoo [12:08] Can Ubuntu run Windows programs [12:08] wine [12:08] !wine [12:08] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [12:08] Halite, sometimes [12:08] !wine|Halite, [12:08] Halite,: please see above [12:09] ok [12:09] Halite: whether wine works depends greatly on the program you're trying to install - you're usually better off trying to find a linux-friendly replacement for what you need to get done IMHO [12:09] yeats, agreed [12:10] Halite, specific program you're wanting to use in ubuntu? [12:10] i get configure: error: Unable to find Python development headers how to fix this? [12:11] install all the python -dev packages you may need. ;) what are youy trying to compile? [12:11] xen [12:12] Hi all! [12:12] ola a todos [12:12] NetFlam, [12:12] greetings [12:12] pfff now it says no package glib-2.0 [12:13] hello I'm back [12:13] hay gente de españa ? [12:13] !es|polacomarcin25, [12:13] polacomarcin25,: 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. [12:13] !es|polacomarcin25, [12:13] I have both windows 7 and Ubuntu working in dual-boot [12:13] Mojojojo, congrats [12:14] but I don't want to choose windows 7 in GNU Grub 2.0 [12:14] algun español ? [12:14] I prefer the traditional windows 7 grub [12:14] !es|polacomarcin25, [12:14] does that make sense? [12:14] you can use the apt-get build-deps packagename to pull in all needed dependencies to compile somthing i recall [12:14] !es | polacomarcin25 [12:14] polacomarcin25: 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. [12:14] Mojojojo, windows 7 does not use grub [12:14] polacomarcin25 type /join #ubuntu-es [12:14] windows 7 grub? [12:14] You mwan the windows 7 boot manager? [12:15] there is that black screen with white fonts [12:15] You can set grub2 to use just a simple text menu [12:15] maybe thats the one. Then it selects the default os to boot in 30 seconds [12:15] Mojojojo: Take a picture of it :) [12:15] Mojojojo, yes, that's grub ... [12:15] haha [12:16] cfhowlett: You can set windows to wait for 30s too, and it has whit fonts on black screen. :) [12:16] I created that grub with Easy BCD before, but now I tried to create it again it's refused [12:17] bekks, realized the instant I sent "send". I hangz me in head in shame. [12:18] yay ... make: *** [tools/qemu-xen-traditional-dir] Error 2 [12:18] it's disapeared now so icant take a picture bekks :) [12:18] DeathMan|: The actual error is somewhere before that message. [12:18] You can configure grub to be just a simple text menu.. or its even themeable if you want to bother [12:18] Mojojojo: Then reboot again... [12:18] I suggest not using easybcd [12:19] and stick to the normal ubuntu grub2 [12:19] ok how do i configure grub to use simple text menu? [12:19] Mojojojo, pretty sure that's the default ... [12:19] hehe [12:19] How do I get root permissions on 12.10 [12:20] !sudo [12:20] sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (GNOME, Xfce), or !kdesudo (KDE). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [12:20] !sudo | Halite [12:20] Halite: please see above [12:20] !sudo|Halite, [12:20] Halite,: please see above [12:20] you use sudo as needed [12:20] I need to make an ubuntu32 dir [12:20] !grub | Mojojojo [12:20] Mojojojo: GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) [12:20] Mojojojo: its a setting in /etc/default/grub [12:20] How do I mkdir with sudo [12:20] Halite: why do you think you need such a dir? [12:21] Halite: and where ecxactly do you need to make it at? [12:21] sigh this is way too hard [12:21] tons of erros and other stuff [12:21] dr_willis_, backwards compatibility and ability to download Wine [12:21] any way to update xen from 4.1 installation? [12:21] Halite: cant say ive ever needed to make it when i use wine.. [12:21] DeathMan|, go to the xen package site. look there and you'll find an update method [12:21] DeathMan|: look for a PPA? [12:22] hellow all ! [12:22] polacomarcin25, greetings [12:23] PPA? [12:23] !ppa [12:23] A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [12:23] !ppa [12:23] DeathMan| an external software source [12:23] im from poland [12:24] poland irc what is this [12:24] ? [12:24] !pl|polacomarcin25, [12:24] polacomarcin25,: Na tym kanale używamy tylko języka angielskiego. Możesz uzyskać pomoc w języku polskim na #ubuntu-pl. [12:25] #ubuntu-pl [12:25] hmmmm, the menu I have now is not the same I had before, before it was black screen with white back ground here: http://paste.ubuntu.com/1663095/ [12:25] Could someone point me in the right direction on how to do step5? https://help.ubuntu.com/community/MpichCluster I don't know how to make a user with a specific UID, or what a UID is for that matter [12:25] #ubuntu.pl. [12:26] polacomarcin25 it's /join #ubuntu-pl [12:26] jak wejsc na kanal polski irc ? === Guest47859 is now known as kgs [12:26] anone read my pastebin [12:27] sudo chown -R root:root /home/username/ is the root:root the User ID? [12:27] Mojojojo: A pastebin is not a screenshot. [12:27] Why are you worried about somthing you see for about 5 seconds? [12:27] hilarie: NO. [12:27] thanks monkeydust [12:27] hilarie: What are you trying to do? [12:27] hilarie: you dont want your users files owned by root.. [12:27] Is TRIM enabled by default on systems running on SSDs? [12:28] Dark_Apostrophe: i dont think so. [12:28] How is it enabled, then? [12:28] * xjdesx general question...anyone know how to change your ip address in terminal on ubuntu? [12:28] bekks trying to set up https://help.ubuntu.com/community/MpichCluster specifically stuck at the user with same UID accross nodes [12:28] Good morning. I have recently noticed when I shut down my laptop, I see apache shutting down. How do I find out why I have apache running? I didnt install this. Does something else depend on it? [12:28] Dark_Apostrophe: i modified my fstab like the guides say [12:28] Jonny1 https://help.ubuntu.com/12.04/serverguide/network-configuration.html [12:28] dr_willis_: Where can I find these guides? === lundy is now known as Lundy|WOrk [12:28] Dark_Apostrophe: i hit up google and askubuntu.com [12:28] xjdesx https://help.ubuntu.com/12.04/serverguide/network-configuration.html gotta lvoe when you have the page up already! [12:28] hilarie: The User ID has NOTHING to do with the USERNAME you are using in your command. [12:28] dr_willis because I share this computer with my grandad and he is not too savvy, I want it to boot into windows 7 by default when he uses it (to simplify things) and I can make the choice when I want to use ubuntu [12:29] Bekks Could you point me to where I can change User IDs? [12:29] Bekks I am creating 10 nodes that each need a username/uid to be the same [12:29] hilarie: Just create a new user with the same ID (the name is irrelevant) on every node. [12:29] bekks how :( [12:29] Mojojojo: you can set up grub where windows is the default.. thats mentioned at the grub2 guides and askubuntu.com [12:30] hilarie: Using the useradd command. [12:30] hilarie: Neither apache nor xjdesx appears on that page [12:30] useradd -u !!! [12:30] ok thanks dr_willis :) will try [12:31] dammit [12:31] dr_willis_: Found this via askubuntu, thanks! :) http://www.webupd8.org/2013/01/enable-trim-on-ssd-solid-state-drives.html [12:31] If I remove apache will something else stop working? How can I find out what depends on it? [12:31] Bekks what should I put in the the field useradd -u stuffhere Username? [12:31] does anyone know how to list the modules you can load? [12:32] hilarie: the numerical userid you want. [12:32] every module? that would be all the .ko files on the system :) for the current kernel [12:32] ntzrmtthihu777: find /lib/modules/$(uname -r) -type f [12:32] Jonny1: just give it a try via apt, if it lists other packages to be removed, they depend on it [12:32] bekks so anything I want that is a number? [12:32] I guess I should try removing apache in synaptic and hopefully it should warn me what else depends on it. Is that the only was? [12:32] hilarie: That number is called "userid". [12:32] Jonny1: http://askubuntu.com/questions/5636/can-i-see-why-a-package-is-installed [12:33] ntzrmtthihu777: Ah you anticpiated my question === Dmnchild_ is now known as Dmnchild [12:33] bekks thank you for your time! [12:33] * xjdesx i can't find it on the page...I'm sorry i know this. isn't a help section . im totally new to ubuntu [12:34] * xjdesx can someone just direct me to how to change your ip address thru terminal ? ubuntu 12.0.4 [12:34] xjdesx: change for what reason? === LaserShark is now known as LaserShark|dead [12:34] You can set a static ip if you are on a home lan.. [12:34] i was ip suspended on a irc channel for talking too much too fast [12:34] pretty dumb [12:34] xjdesx: ip 10.0.0.1/8 dev eth0; ip a d [12:34] not spam even [12:34] xjdesx: thats not going to work i imagine.... [12:35] xjdesx: I think you might you ifconfig. Try man ifconfig [12:35] i did [12:35] any tools out there with a GUI to monitor my network? iv got 2 computers and a adsl router .... wanna keep a eye on traffic, if internet is up and if computers are on / off [12:35] xjdesx: and how are you connected to the internet? [12:35] i puled up ifconfig [12:35] RT2870ok, I found the module, but sudo modprobe rt5572sta does not load it [12:35] xjdesx changing your ubuntu IP address most likely wont change your external IP address [12:35] wirelessly [12:35] xjdesx start here http://www.jonathanmoeller.com/screed/?p=4053 [12:35] xjdesx: Or try ifconfig --help [12:35] xjdesx: your isp will still be giveing your router the same ip. i imagine [12:35] yeah i know =/ [12:35] xjdesx: Jonny1: first i guess changing the ip he needs to change, would mean reconnect the internet. 2nd: ifconfig, route and netstat are deprecated, ip should be used [12:35] macchanger is nice, and tor is too [12:36] i dont have my VPN up and running either [12:36] not on ubuntu [12:36] any good VPNS you recommend for Ubuntu? === erry is now known as zombierry [12:36] haguichi for hamachi [12:37] i give up this is retarded [12:37] free up to five connections [12:37] but if you use the tor browser it masks your ip [12:37] ntzrmtthihu777: why would you recommend a proprietary, untrustworthy vpn to ubuntu users? [12:37] Hellow! I disabled blank screen after a period of minutes, but i still get it? Any idea? [12:37] can someone tell me linux distro that already has binary package of xen 4.2.1? [12:38] Hello people [12:38] DeathMan|: check on the disrtowatch web site perhaps [12:38] *shrug* it worked for me playing d&d over rptools, nibbler__ [12:38] DeathMan|: or see what 13.x has === some1 is now known as Guest56397 [12:38] nibbler__: I just tried ipconfig and that command is not found [12:38] IloveWin8nUbuntu, greetings [12:38] sudo iwconfig [12:39] ntzrmtthihu777: i never suggested it would not work, just pointing out that its neither secure, nor open, and not in the repositories i'd guess [12:39] I want to install Ubuntu in a netbook. Will it affect performance? [12:39] not the default ones, no [12:39] IloveWin8nUbuntu: sure! [12:39] IloveWin8nUbuntu, depends. for a low spec machine like a netbook, I suggest you try lubuntu or xubuntu ... [12:39] IloveWin8nUbuntu: Ubuntu will probably run faster than windows on any machine === LaserShark|dead is now known as LaserShark [12:39] Netbook I want to install is the HP Pavilion dv2 [12:39] if it was running win7 before, you should expect it, big resource hog [12:40] blech, hp. I have a need/hate relationship with them [12:40] It was running Vista Business pre-installed and boy. It was a sure lag. [12:41] IloveWin8nUbuntu: Try resizing your windows partition and installing it alongside windows and see how you go with it. If you don't like it, you can always remove it and resize the windows partition back again [12:41] anyone? the module is here /lib/modules/3.2.0-37-generic/kernel/drivers/net/wireless/rt5572sta.ko but does not load with sudo modprobe etc [12:41] IloveWin8nUbuntu: By "it" I mean Ubuntu or any other flavour like lubuntu or xubuntu as suggested by someone else [12:41] i do gubuntu [12:42] Why do you guys call it "flavour" instead of "editions"? [12:42] because windows 7 is an edition, utimate is a flavour, basically === Fuchs is now known as zombiefox [12:42] so you can have ubuntu 12th [12:42] IloveWin8nUbuntu: I have stopped being surprised how much faster my computer runs on ubuntu than windows now. Don't know why I called it a flavour. Be thankful I didnt use flava! [12:43] Jonny1: Haha [12:43] so you can have ubuntu '12th edition' kubunto flavour [12:44] Strictly speaking, the version numbers aren't editions, they refer to the year of release [12:44] and that system only started being used after the first few versions [12:44] ntzrmtthihu777: There is no "ubunto 12th edition". There is [k|x|l]ubuntu 12.04 and 12.10 [12:44] hey! do you think if enough people got behind it gubuntu could become standard like lubuntu or xubuntu etc? [12:44] IloveWin8nUbuntu: Recently I installed ubuntu for my not terribly computer literate friend because she suspected her windows7 was infected with malware and she didnt trust it. It was gratifying when she noticed it booted and ran much faster than windows and now she refuses to go back to windows! [12:44] Damn. Looks like I wasted money upgrading to the Lenovo ThinkPad SL400. I have installed 12.10 and boy it was totally 100% pure awesome. Nice work developers, [12:44] I'm just tryina explain the dif between flavors. [12:45] ntzrmtthihu777: I think so, but largely depends on Canonicals whims :P [12:45] blech unity [12:45] hello there, anyone could help me install ubuntu? [12:45] Canonical's* [12:45] sure, not a prob cyphaw [12:45] cyphaw let's hear it [12:45] ntzrmtthihu777: Which doesnt change the fact, that it is a) "Ubuntu" instead of "Ubunto" and b) there is no 12th edition at all. [12:45] !install | cyphaw [12:45] cyphaw: 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 [12:46] xD but yeah, typo on the first, and just a way of speach [12:46] ntzrmtthihu777 12.10 means 2012, 10th month [12:46] it's a bit tricky, I can't boot on any live usb/cd, but I can boot on ubuntu which is installed on a usb stick [12:46] cyphaw: The live cd will pretty much guide you through the process. I recommend creating a separate home partition so that when you want to try another linux distribution, you can share your home with all of them [12:46] erm, isnt that in fact a live usb? [12:46] that ubuntu doesn't have the "install ubuntu" icon on the desktop, I'd need it [12:46] ntzrmtthihu777: A pretty childish way of speaking... [12:46] cyphaw: oh.. there is a way to install from another installation. But it's nonstandard. [12:46] bekks: tolerance - the Internet is full of strange people ;) [12:47] Burritoh: yes, that's what I'd need [12:47] * ntzrmtthihu777 shrugs [12:47] Can I select the "Try Ubuntu" option when I use a CD Install? Sorry. Never used Ubuntu before. [12:47] sounds like the usb sticks are not being made right. [12:47] I talk how I talk, and thank you Burritoh, strange b I. [12:47] Burritoh: And full of people not knowing the difference between u and o :P [12:47] cyphaw, or you can install virtualbox and test different flavors there [12:47] IloveWin8nUbuntu: yeah, you can :) [12:47] cyphaw: there are ways to set up grub2 to boot an ISO file that you could have on that usb stick [12:47] The Canonical Teamfortress 2 server is outdated :p [12:47] nah, i bet he actually has a full install to usb and not the "install disc" usb [12:48] @Burritoh woo. Ubuntu FTW! [12:48] :) [12:48] You could set up a 'full install on a usb flash' and customize its grub menu to boot an ISO file. [12:48] if you had a big enough usb flash [12:48] dr_willis_: do you have a link for that? that could indeed help [12:48] bekks: I know the diff, I'm just getting used to a new keyboard, lol [12:48] cyphaw: not done it in ages.. should be plenty of guides out on booting iso file with grub2 [12:49] dr_willis_: yeah there is a great guide in the wiki [12:49] cyphaw: i just made a custom entry in /etc/grub.d/40_custom for the ISO file i had. [12:49] is it possible to put some content in a symlink directory? I'd like to have a mirror directory, but when I put some content in it, it takes the priority on the other symlinked directory content. [12:49] dr_willis_: found some docs on google, I'll try that, thx [12:49] I had /boot/ holding an ubuntu iso file as a rescue/recovery method for a long time [12:49] alright. gtg. [12:49] IloveWin8nUbuntu: By the way, I think the difference between editions and flavours is that 12.04, 8.04, 8.10 and 12.10 etc are different editions of Ubuntu. Anyone else feel free to correct me. Redhat, Ubuntu, Suse etc are all different distributions of GNU/Linux. I guess I use the word flavour where I should probably use distribution. [12:49] theres some tools at the Pendrivelinux site that can do it alwo [12:49] yeah, /boot/iso/*.iso for me [12:50] https://help.ubuntu.com/community/Grub2/ISOBoot [12:50] well [x|l|u]buntu is all one distro, but three flavours [12:50] rechtig? [12:51] Appears kinda right... I see them as three distros which are closely related [12:51] um, no one has taken a shot at my question :/ [12:51] in the same way that LMDE and Linux Mint are different distros, but have a very overlapping community and development [12:51] I wasn't here when you asked :P === fred is now known as Guest13885 [12:52] Looks like ILoveWin8nUbuntu who asked the question has gone anyway, before we get too hung up on semantics. I will probably continue to be lazy with language when it doesnt matter too much [12:52] yay lol. I just compiled the drivers for my wireless card, but they wont load when I sudo modprobe them [12:53] win8 = shudder. [12:53] any idea as to why, and how I can fix? [12:53] ntzrmtthihu777: wat card? [12:54] I haven't personally compiled drivers before... are you sure there isn't a driver with a conflicting name? [12:54] DLink DW-160 [12:54] rev A [12:54] ntzrmtthihu777: How can we know it, without you even giving us the chipset name and the error message? [12:54] I hate when I have to use windows. Win 7 has an annoying habit of installing updates without permission when you try to shutdown. It's particularly irritating when you have a train to catch and windows needs to stay connected to the mains and to the internet to update and there is no cancel. Or when you needed to reboot and you really need to get on with something else! [12:54] nah, I grepped out all the similar names, only one [12:54] yeah, that rally sucks [12:55] sorry, I had spoke of the chipset earlier, but its a new crowd it seems === posdifu_ is now known as posdifu [12:55] ID 2001:3c1a D-Link Corp [12:55] ntzrmtthihu777: Thats an USB ID, and no chipset name. [12:56] derp, one sec [12:56] ntzrmtthihu777: wat drivers are u trying to install? [12:57] what do you guys recomend i read to get the basics of ubuntu down ? [12:57] rt5572sta; patched and compiled from source [12:57] forum, anew [12:57] link ? [12:57] hello can anyone please guide on how to install jogl2 on ubuntu ? I badly require help in this regard . Any sort of guidance is appreciated :-) [12:57] ubuntuforums.org [12:57] cool thx [12:57] wait does this have tutorials and stuff ? [12:57] !beginner > anew [12:57] !beginners > anew [12:58] !manual | anew [12:58] anew: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [12:58] it has whatever you could want, anew. [12:58] ntzrmtthihu777: http://bernaerts.dyndns.org/linux/229-ubuntu-precise-dlink-dwa160-revb2 [12:59] yeah, that's what I'm doin, hadda have someone pastebin it for me because I simply could not reach the site [13:00] hang on, think I missed something, sgtkilljoy [13:01] can anyone recommend an alternative to ciaro-dock? [13:01] hello everyone, I have a problem with my utms stick right now, it worked on ubuntu 10.x but not on 12.04, what can I do? [13:01] coded awn [13:01] Coded1, look in ubuntu software center for docks ... [13:01] !dock [13:01] Ubuntu includes several dock-like navigation bars. Some options are: avant-window-navigator, cairo-dock, docky (formerly part of gnome-do), stalonetray, simdock, kdocker, kooldock. [13:03] Back to my apache issue. When I shut down my laptop I see apache closing. I don't know why apache is even running since I dont use my machine as a server (and dont want to). It just seems like something to eat CPU power and possibly expose my machine to incoming connections risking threats. I do have dropbox running but that doesnt appear to depend on apache. I checked in synaptic and if I mark libapr1 for removal it prompts me that the fol [13:04] I'm trying to set up acl following an ubuntu tutorial, it says I have to edit /etc/fstab and add an acl keywork on it, but it doesn't contain a /home partition, only "proc" and "none", what should I do? [13:04] I would also be interested to know why apache was installed and running in the first place under ubuntu desktop rather than server. [13:05] I'm following this tutorial https://help.ubuntu.com/community/FilePermissions#Setting_up_ACL [13:05] Jonny1: perhaps a dependency for something else you installed? [13:05] How do I move the bar at the left side to the bottom [13:05] i try so many things to manually add win 8 entry in grub2 .i added but it gave me error '"invalid signature "" on clicking win 8 during boot .please help me http://paste.ubuntu.com/1663349/ please help me to coorct it [13:05] set auto_away_time [13:05] Halite: short answer.. You dont [13:05] Halite: you don't, thats the way unity is [13:06] Halite: if you want a bottom dock use a dock. [13:06] what are 'guest additions' in ubuntu ? [13:06] ThinkT510: That's what I thought but synaptic doesn't highlight any other dependencies so I guess I can safely remove it. Just wanted to check [13:06] Guest addations are normally for virtualbox setups anew [13:06] anew, they are not ubuntu. they are part of virtual bod [13:06] box [13:06] dr_willis_, how [13:06] anew: guest additions is for virtualbox, it allows mouse integration and shared folder support [13:06] can i make sed insert a blank line if the first 10 chars (date) of the line differ from the date of the previous line? [13:06] Halite: How what? theres numerous docks in the repos [13:06] guest additons are a way of making a guest and host talk better, basically [13:06] cfhowlett: I think much prefer virtual bod! [13:06] oh i see [13:07] dr_willis_, how do I add a dock [13:07] ntzrmtthihu777: Which is wrong, basically. [13:07] ah ok so it is not a 'guest' in the sense of ubuntu, it's 'guest' in the sense for fb [13:07] Halite: fire up the package manager tools.. and install one [13:07] *vb [13:07] !manual | Halite [13:07] Halite: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [13:07] anew, correct [13:07] !dock | Halite [13:07] Halite: Ubuntu includes several dock-like navigation bars. Some options are: avant-window-navigator, cairo-dock, docky (formerly part of gnome-do), stalonetray, simdock, kdocker, kooldock. [13:07] ntzrmtthihu777: The guest additions do provide a graphics driver, and a shared folder driver. Both have nothing to do with "talking better". [13:07] How can I choose a dock [13:07] Halite: flip a coin? [13:07] dr_willis_: sir please help me :( [13:07] Halite: read their decriptions and try them all? [13:08] anew: Guest additions give you for example folder that can be shared between your host and guest operating systems. I think it also gives you a seamless guest display rrather than the guest OS in a window [13:08] santaop: with? [13:08] not really, bekks. I know what they do, I have a vbox of winxp [13:08] Halite, make a list. try each one. choose a flavor. install [13:08] ntzrmtthihu777: Then you never read the manual of vbox. [13:08] ok, hopefully it makes the vm run faster [13:08] dr_willis_: grub2 ,,,,i can't boot to win 8 [13:08] santaop: i dont use Win8. no idea on it. [13:08] anew: nothing to do with speed [13:08] just general gist, better integration = better talking. it may not be the technical term but it works [13:09] and not the whole thing, but I did read the section of guest additions [13:09] run faster = allocate more mem to the vb ? [13:09] dr_willis_: could you gave me documenatation to manually add window to grub2 [13:09] ntzrmtthihu777: Then you know that the guest additions only provide a graphics driver and a shared folder driver. And no "better integration". [13:09] anew, yep. in vb, mem matters [13:09] !grub2 | santaop [13:09] santaop: 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) [13:09] Sorry to post this again ,but can anyone please guide on how to install jogl2 on ubuntu ? I badly require help in this regard . Any sort of guidance is appreciated :-) [13:09] Hello. I'm trying to install the Binary driver for an AMD/ATI Card. I tried using the "Restricted Drivers" option from System Settings but that didn't work out (either with the normal or -updates driver). Now I manually built the driver that I downloaded from the AMD, installed, run aticonfig --initial, rebooted, I get the "amd testing only" (downloaded the beta driver) watermark, but fglrxinfo still throws an error. Any other help I can get? [13:09] ok let me give it a little more mem [13:10] so you would not consider seamles mode to be a better integration between host and guest, then? [13:10] anew: memory can help but very difficult to know by how much [13:10] anew: I doubt it will make the vm run faster, possibly a little slower but not noticeably. I use guest additions so I can share files between my host ubuntu and guest OS. It wont allocate more memory to the vm. You choose how much memory to allocate in the vm's settings [13:10] ntzrmtthihu777: I dont use seamless mode at all. :) [13:10] or sharing folders [13:11] Gday ! [13:11] anew: I also like seamless mode but it's not everyones choice [13:11] In addition, when I try "modprobe fglrx", I get module not found :-/ [13:11] !hello | Guest21321 [13:11] ntzrmtthihu777: And it is working just because of the grapics driver provided by the guest additions. And shared folders dont integrate anything, the just create the ability of shring files between host and guest without involving a network connection. [13:11] Jonny1: that factoid was removed years ago [13:11] ntzrmtthihu777: Since which version do you use vbox? [13:11] hmmm seelmess mode seems to not be available for me [13:11] my router and card do not really "shake hands", but that is what its called anyways. I generalize to get the point across, it lets your guest/host transfer files/data, "talk" [13:11] ThinkT510: Oh well! [13:12] Hi. I am trying to downgrade "compiz" on precise due to segfaults in new version. I do "apt-get install compiz=oldversion", but I am getting an error: "Version '1:0.9.7.8-0ubuntu1.4' for 'compiz' was not found". Do I need to add some "archive" source to sources.list? [13:12] Guess it was though impolite [13:12] hah, so you gonna pull the old-timer card? [13:12] ntzrmtthihu777: No, I am just curious. [13:12] Jonny1: people just kept abusing it [13:12] Im a linux greenie, almost a year now [13:13] vbox about half the time. [13:13] ntzrmtthihu777: Welcome to this wonderful world! I've been a greenie since 2008! [13:13] brownie since 99 [13:13] stu314: downgrading isn't really supported [13:14] Guest21321: How can we help you? Just ask your question. [13:14] I only use win$ as absolutely needed, and I am making my own solutions to get away from it, lol. [13:14] thankya Jonny1 [13:14] ntzrmtthihu777: Welcome to vbox then - I have to pull the old-timer card, since using it since 2007 ;) [13:14] should i change base mem or video mem ? [13:14] anew: Yes, change them to your needs. [13:14] ok made base mem 2gb [13:15] anew: How much RAM does your computer have? [13:15] 8gb [13:15] honestly once I finish the tools I am working on I may do away with vbox, wont need winxp anymore [13:15] win8 [13:15] hello; is there any way to connect hdmi without having to reboot? I'm using 12.04 [13:15] anew: If you are trying to make your vm faster, then try it. You can always change it back. Just be aware that the more resources you allocate to your guest OS, the less will be available to your host OS [13:15] ThinkT510: Do you mean, that it is not possible to find the older version in any source? [13:15] So... nobody? AMD/ATI video problems? [13:15] viashimo: Yes, just plug it in. It should start working immediately [13:15] ok [13:16] anew: If your host machine doesnt have much memory you could run into problems [13:16] stu314: i only stick to what is in the default repos, adding other repos is a very easy and quick way to mess up dependencies, i really wouldn't recommend it [13:16] Jonny1, it doesn't unfortunately. xrandr shows that HDMI is disconnected. my monitor picks up no signal and sleeps [13:16] i dunno why my vm is going so slow [13:16] anew: unity doesn't perform well in a vm [13:17] yeah, I gave my winxp vbox 1 of my 6 gigs, plenty for that [13:17] is there something else i can run with ubuntu instead of unity [13:17] anew: plenty, my favourite is xfce [13:17] or at least turn down all these graphics options in sentence [13:17] *settings [13:17] viashimo: Oh bummer! Mine just works when I plug it in (not that that helps you, unfortunately) but I remember I did enable the second monitor in the Displays applet under settings [13:17] anew, of course. logout login and choose a different session [13:17] o/ I've got wifi issues. Ath9k driver keeps disconnected. My wifi card is AR982X. My dmesg shows wlan0 link disconnected. I've tried instlal wicd. I've tried the hwconf edit. I've tried installing compat-drivers. WHY is wifi such a difficult thing to setup is mind boggling...I've googled around for days. If I cannot receive I response, I feel I'll need to revert back to windows. I really need this to work. Please help me. [13:18] anew: theres also kde, gnome-shell, lxde, enlightenment [13:18] anew: I like gnome classic [13:18] anew, or you can install others ... xfce kde lxde ... [13:18] and i can access all those just by logging out and back in ? [13:18] Jonny1, I normally have clone display set for 2nd monitors. works fine with vga. I'll keep poking around, thanks anyway :) [13:18] ThinkT510: You probably misunderstood my question. The desktop does not work, compiz segfaults. There is no way to use the computer, my only option is to downgrade. I don't need a recommendation, how to not mess dependencies, I need a way to install an older version of a messed up package. [13:18] anew: once they are installed you select them on the login screen [13:19] what is the most basic, gnome classic [13:19] stu314: ok, sorry [13:19] Can I message you ? [13:19] stu314: In synaptic you can right click on a package and force it to use an older version [13:19] anyone ;_;? [13:19] anew: lxde would likely be the lightest [13:19] Guest21321: Yes but it's better to ask your question here so everyone else can see it and if anyone else knows an answer they can chip in [13:20] great let me give that one a shot [13:20] this channel is great [13:20] OK. I'm going to remove apache. I hope it doesnt break anything [13:20] anew: It certainly is. Lots of helpful people around. [13:20] laddu_: can you ping something ? [13:21] Before I remove apache, does anyone have any reason for me to keep it (don't want to break anything) [13:21] Jonny1: The problem is, apt-get can't find the older version. So I thought, that it is probably not in the sources anymore. Am I right? Are older versions deleted from the sources? [13:21] ok installing lxde so this one should not use a lot of mem i'm hoping [13:21] stu314: No idea. Have you tried it from synaptic? [13:22] stu314: sudo apt-get install synaptic if you don't already have it. I much prefer synaptic to the Software manager [13:22] unity does not perform well at all *chuckle* [13:22] am I still connected [13:22] Whoop, there is quite a lot of people here. [13:22] ntzrmtthihu777: Yes you are. I just find Unity to be user unfriendly. Gnome is much easier to use in my not very humble opinion [13:23] Jonny1: Never mind, thank you. [13:23] I am about to install ubuntu 12.10, what would you guys recommend for installation, a new partion on the harddrive or can I just install it and I get some sort of dualboot? I've never tried two OS'es at once. [13:23] anew: I don't know if gnome classic is most basic. It's just the interface I am used to since Ubuntu 8.04 [13:23] i'm giving lxde a shot [13:23] i need it to run on 512 because my raspberry pi is coming soon [13:24] Joel__: a new partition would be a dual boot [13:24] I like my old-school gnome-falback, lol [13:24] The manual doesn't tell me how to install a desktop interface other than Unity [13:24] do you know why "fdisk -l" can fail on ubuntu 10.01 lucid? It tells me 'cannot open /proc/partitions"? [13:24] Joel__: What do you have running already? I recommend a new partition in case it doesnt work. Then you can fallback on whatever you already had working. I never trust a new edition until I've seen it working [13:24] how to load the correct kernel module and driver for my laptop sound card [13:24] I'd prefer an interface that looks like Windows 7 [13:24] 10.04* lucid [13:24] ThinkT510: Ah, then I do one then, can the ubuntu OS access the files from the windows partion? [13:24] Halite, xfce or lxde [13:25] * riderplus Go away! [13:25] dude, I feel like such a geek. I am using irssi, an in-terminal irc client, and I use lynx, a terminal web-browser, prowl the forums :D [13:25] Halite: http://www.psychocats.net/ubuntu/classicgnome [13:25] anew: mind if i ask what do you plan to use your pi for? i've been contemplating getting one [13:25] well two things [13:25] Jonny1 Thanks for the attention ! I dont need a help for now . Its just my first time in this channel ! Gday to All ! [13:25] Joel__: indeed, ntfs support works great [13:25] Jonny1: I am a ol' windows user, I wanna give ubuntu a shot. I run W7 at the moment and wanna convert to ubuntu-12.10 pretty much [13:25] 1) play around as a webserver and 2) (my real use for it) running perl scripts [13:26] ThinkT510: So the new partion doesnt need to be huge then? Just enough for the OS? [13:26] Joel__: I remember the feeling. I recommend resizing your windows partition, then creating a partition of about 20-50 GB for your Ubuntu OS, a swap partition of approximately 1-2 times your RAM and then the rest can be a home partition for your files. [13:26] Joel__: and whatever you install, yeah [13:27] sudo apt-get install whatever, in general Halite [13:27] yeah, I came here first after installing irssi just to test it out [13:27] Hah, well... this sucks.. [13:27] Jonny1: Thanks man, will give that a shot. [13:27] I installed some ATI package(s), and now I can only see desktop item(s) that I installed. [13:28] The above / side bar is missing now after a reboot. [13:28] Joel__: If you later want to try another distro or edition, you can simply shrink the home partition to make room for it. I use 12.04 as it's a long term support edition so possibly more stable. I just tried installing 12.10 on my work laptop and there are some problems I havent fixed yet. [13:28] sup Skyrdr? [13:28] I wonder who to revert the packages [13:28] press alt+f2 and type gnome-panel [13:28] That I installed.. I assume this is the cause of the ati package. [13:28] hi all. how to run java run time apps from internet ? [13:28] But that may be down to the crappy Toshiba laptop I have at work (it won't even boot from USB even though it's enabled in the BIOS) [13:28] some java games need it [13:28] Jonny1: Ah thanks for warning me. I am getting the 12.04 then. :) How hard is it to up a distro then? Just download it? [13:28] !java [13:28] To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [13:29] thinkt510 when you say 'lightweight' does that mean use the least resources ? [13:29] !install | Joel__ [13:29] Joel__: 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 [13:29] anew: yes [13:29] I install my java from ppa, I can give you a link if you like, murlidhar [13:29] Joel__: Follow the instructions at the ubuntu download page. Create a live CD and then go for it [13:29] cool [13:29] Almost nothing works.. [13:29] ntzrmtthihu777: sure [13:29] The only thing that works is rightclick, create directories. [13:29] Joel__: Sorry, I mean, just boot from it and try it [13:29] and getting in the system settings. [13:29] Jonny1: Is it bootable from an USB too? [13:29] http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html [13:30] anew: if you want to go even lighter there are things like fluxbox or maybe a tiling wm if you are feeling adventurous [13:30] ntzrmtthihu777: thanks :) [13:30] what about lubuntu ? [13:30] has any one tried sidewall on 12.10? [13:30] Joel__: Yes, but not if you are using my crappy Toshiba! [13:30] did you try the alt+f2 thingus? [13:30] Yup, nothing happens. [13:30] I'm setting up an ubuntu server (which will also be their internet gateway) and a network with 20 computers. What is an easy way of allowing all the computers to communicate to the server but preventing communication between the computers? [13:30] anew: lubuntu is ubuntu with lxde by default [13:30] W: Failed to fetch http://ppa.launchpad.net/fioan89/slidewall/ubuntu/dists/quantal/main/binary-amd64/Packages 404 Not Found [13:30] Joel__: For some reason I am in the habit of always installing from CD. Probably because my old computers couldnt boot from USB [13:30] i dont get the difference between lubuntu and lxde ? [13:30] Jonny1: Haha thank god my pc got USB support on boot [13:31] nope, no idea Coded1 [13:31] lubuntu is built on lxde so lxde is actually lighter ? [13:31] anew, get them both [13:31] Jonny1: I never installed from USB, always used a disc myself too. I dont trust USB's really. [13:31] yeah, I know the feel Jonny1 [13:31] anew: lxde is the desktop environment, lubuntu is a meta package which provides lxde and some other default apps [13:31] anew, different set of packages by default. lighter system load is the goal of both xubuntu and lubutnu [13:31] I use usb mostly now [13:32] what about kubuntu [13:32] I downloaded the windows ubuntu installer thing, I hope it make me able to select the partion. :P [13:32] Joel__: ntzrmtthihu777: For an old geezer like me there is also some comfort in having a disc in my hand that I can right on with a marker pen [13:32] unetbootin gave me shit, but the usb-creator-gtk does the trick well [13:32] Yup [13:32] And CDs are cheaper too [13:32] I'm stuck now [13:32] * ntzrmtthihu777 llols [13:32] Halite: kubuntu is ubuntu with kde by default [13:33] Or even write on (I should be able to spell better) [13:33] Joel__, windows installer is for installing ubuntu as fake "windows" program. It's for testiing purposes.... [13:33] and they need to (re)make gubuntu *rawr* [13:33] Jonny1 yes, but usb sticks can be erased and used for the next version [13:33] what's a gubuntu? [13:33] yeah, wubi.exe = fail [13:33] CDs are also very slow [13:33] cfhowlett: So it's kind of a virtual OS/machine? [13:33] Joel__: If you use the windows installer it will install ubuntu as an application running under windows. Kind of like a virtual OS [13:33] Joel__: avoid wubi, a vm would be better than wubi [13:33] it does not exist, but it should. ubuntu with pure gnome lol [13:34] Joel__: To install it on a partition, you need to boot from a live CD or live USB [13:34] Joel__: not exactly like a vm because no emulation takes place [13:34] Then I avoid the Wubi haha. [13:34] Joel__, no it actually is ubuntu running but the configuration is a mock "windows" compatible package [13:34] there should be Wubuntu [13:34] ntzrmtthihu777 there's gnome-remix [13:35] If you guys would recommend any kind of OS, would you recommend ubuntu? [13:35] hmm i think i'll go with lubuntu [13:35] yeah, I heard of that. I just did my fallback and I'm good. I just wish it had a default like kxlbuntu does [13:35] ntzrmtthihu777: what happen if you download ubuntu core and then install the gnome-core package. isn't it the same like "pure" gnome? [13:35] Joel__ yes, as this is the ubuntu channel [13:35] Joel__, ummm ... yes??? (as he asks in #ubuntu ..._ [13:35] Wubuntu would have a Windows interface (probably not gnome) and would be compatible with Windows .exe [13:35] Haha yeah I know this is ubuntu but I am not familiar with the other similar OS'es [13:35] I just mean it should be an option to download the iso with it default like ubuntu [13:36] I am downloading the 12.04 iso now [13:36] !wine | Halite [13:36] Halite: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [13:36] MonkeyDust: I didn't say I wasnt old fashioned. My collection of CDs mean I can install old versions not available for download if I want. I own two old machines that cannot run anything beyond 8.04. Then again rewritable CDs or DVDs are still cheaper than USB sticks. [13:36] Joel: if you love risk, you can install cygwin and the gnome enviroment [13:36] Halite there's a ubuntu fork with a windows-like look, i forget the name and it's not supported here [13:36] Joel__: if in doubt, try it out in a vm. a vm is a brilliant testing environment (you can mess up anything you want in a vm) [13:36] ntzrmtthihu777, WINE is too confusing [13:36] ioria: Since I got no experience at all with the OS I rather take the safe route. :) [13:36] no, its very easy ^_^ [13:37] in fact if you have the gnome destop the wine programs have their own division in the "start menu" [13:38] Joel__: It's a matter of personal preference. I prefer Ubuntu because when I first went to linux back in 2008 it was the first one I found easy to install. I think I also tried opensuse and something else but I couldnt figure them out. Ubuntu just installed from the CD and worked [13:38] * riderplus is back from the dead. Gone 0 hrs 13 min 10 secs [13:38] Is this tutorial valid for ubuntu 10.04 lucid? (https://help.ubuntu.com/community/FilePermissionsACLs), I don't have any "home" entry in "/etc/fstab" please help me [13:38] man i'm confused, lubuntu is lxde+ubuntu... so then what is lxde by itself then? is that possible to install ? [13:38] !away | riderplus [13:38] riderplus: Please do not use noisy away messages and nicks in Ubuntu channels. It is annoying and unnecessary. Use the command "/away " to set your client away silently. See also «/msg ubottu Guidelines» [13:38] that's because your home folder is not on a separate partition [13:38] Joel__: I also use Ubuntu Studio. You could try Ubuntu Satanic Edition if you like heavy metal and want a laugh [13:38] bilel: what do you have in /etc/fstab? [13:38] bilel instead of struggling with 10.04, consider upgrading... 10.04 will be unsupported in a few weeks from now [13:39] anew, yes. as I said, you can install lxde [13:39] holy sh*t, that exists Jonny1 ? [13:39] anew: lxde is the desktop environment, if you are already on any ubuntu flavour then you can install lxde [13:39] Jonny1: It sounds like a safe bet then. I'll burn it to a CD then. :) [13:39] lubuntu is ubuntu with lxde and a suite of applications as well as a nice startup screen and custom settings to make it pretty [13:39] can you install lxde without ubuntu ? [13:39] anew, install it to what? [13:39] If I want photoshop to run on ubuntu, will I need to use WINE or something like that? [13:39] anew: what do you mean? [13:39] bilel: That could just mean you don't have a separate home partition and your /home is simply a subdirectory to / (the root directory) [13:39] jrib: http://pastebin.com/Yb8Sfh15 [13:39] yes [13:39] ntzrmtthihu777: Google it. It's a laugh [13:39] you can anew, download the mini iso [13:39] likely, Joel__. or learn to GIMP [13:39] Joel__, wine maybe. OR you could use gimp [13:40] bilel: what's the output of « mount »? [13:40] dunno ... so if i install lxde, and i have ubuntu - isnt that essentially lubuntu ? [13:40] and apt-get install lxde [13:40] anew, lxde is the desktop , ubuntu is the OS ..do some research [13:40] anew: yes [13:40] I refuse to use GIMP. Only bad experience from that satanic software. [13:40] I GIMP and imagemagick the hell outta stuff [13:40] jrib: "/dev/vzfs on / type reiserfs (rw,usrquota,grpquota)" [13:40] anew, no. lxde is ONLY the desktop environment. lubuntu-desktop is the metapackage of all the lubuntu applications [13:40] if you install lxde it's not lubuntu as lubuntu has some differences in configuration from the stock lxde [13:40] mmmm i see [13:40] ok i think i understand now, thanks [13:41] bilel: you're using openvz? [13:41] so the 'most' lightweight thing to have would be lxde plus ubuntu [13:41] ubuntu + lxde + other apps = lubuntu [13:41] NOT lubuntu [13:41] no [13:41] !lubuntu | anew [13:41] anew: lubuntu is Ubuntu with LXDE instead of !GNOME as desktop environment, which makes it extremely lightweight. See https://wiki.ubuntu.com/Lubuntu - /join #lubuntu for lubuntu support. [13:41] Joel__: Probably. However, there are some programs that wont install under WINE. For them you might need windows running in a virtual box. I use GIMP that comes free with Ubuntu. Once you get used to it and read the wiki you will find it pretty powerful. It might not have all the bells and whistles of photoshop but I like it [13:41] if you're going for lightweight just start with lubuntu [13:41] Yeah, I have my vbox for RPG Maker XP [13:42] it's easier [13:42] anew: i'm with lubuntu on a pentium 3 with 500 mb ram [13:42] Photoshop 2003 is free online from adobe fwiw [13:42] Hello ; any one tell me about over heating and loss battery power in ubuntu 12.10 [13:42] ioria: Wow! [13:42] what kinda laptop, rj_ ? [13:42] as it seems that you don't know where to start with lxde, another option would be to install lxde and just the lubuntu-settings package [13:42] !wubuntu [13:42] !distro [13:42] Other !Linux distributions besides !Ubuntu include: Debian, Mepis (using !APT); RedHat, Fedora, SUSE, Mandriva (using !RPM); Gentoo, Slackware (using other packaging systems) [13:42] jrib: not me, I have a virtual host, it's like shared hosting but withouth sharing the system resources with others, each people has its own limitation, i's isolated apparently [13:42] !linux [13:42] Linux is the kernel (core) of the Ubuntu operating system. Many operating systems use Linux as a kernel. For more information on Linux in general, visit http://en.wikipedia.org/wiki/Linux [13:42] hutonggator i think i'll just download lubuntu [13:42] !msgthebot | Halite [13:42] Halite: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [13:42] acer E1-571G [13:43] seems eaiser, but still a tad confused on the difference, seems lubuntu has more apps [13:43] yeah :-) i think that's the best idea [13:43] I have a corsair k90 keyboard and I can't get it to work properly in ubuntu. its a 16 bit usb keyboard [13:43] bilel: ask your provider how you can enable ACLs then. They may not even allow you to [13:43] with dual graphics card [13:43] Jonny1: Ah I see. I've grown up with PS and uses it daily so not having that would be kinda sad. [13:43] anyone here know how I could get it to work [13:43] ? [13:43] anew: no, lubuntu has a different set of default apps, thats all [13:43] rj, what kinda laptop? [13:44] acer [13:44] if its an hp its got nothing to do with ubuntu, hp is notoreous for overheating. [13:44] is there something similar to sidewall (clock/widget overlays, live earth, etc) ? [13:44] for wallpaper [13:44] Joel__: I'm not saying it wont work under WINE. You wont know till you try it. I have some windows apps I still need to run. I run some of them under wine and some under windows xp on virtual box [13:44] anew: but you can install what you want [13:44] conky is nice, Coded1 [13:44] Coded1, look in the software center .... [13:44] anew: i installed gnome too [13:44] basically the lubuntu makers decided on a suite of applicaitons that they thought met the goals for the lubuntu project [13:44] * ntzrmtthihu777 byes [13:44] Halite i guess you want zorin, support in #zorinos === some1 is now known as Guest92089 [13:44] and made those default in a standard lubuntu installation [13:44] Jonny1: Ah then I get to see if it works. Does WINE have an impact on the perfomance? [13:45] * riderplus is away: (gone away) [BX-MsgLog On] [13:45] !wine|Joel__ [13:45] Joel__: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [13:45] Joel__: I would also recommend you install gnome classic as your desktop environment [13:45] !gnome [13:45] GNOME is the default !desktop environment on Ubuntu up to 10.10 To install it from Kubuntu or Xubuntu, type « sudo apt-get install ubuntu-desktop » in a !terminal. [13:45] * riderplus is back from the dead. Gone 0 hrs 0 min 14 secs [13:45] riderplus: please disable the public away notifications [13:45] riderplus: turn that off please [13:45] Joel__: http://www.psychocats.net/ubuntu/classicgnome [13:46] jrib: I don't see why I'd wont be allowed, I have no limitation I can install all the packages I want and so [13:46] hello [13:46] Joel__: You will also probably want medibuntu [13:46] bilel: well ask your provider :) === hatake is now known as terlalu [13:47] Jonny1: Some sort of multimedia thing? [13:47] jrib: ok.. [13:47] Hi, I have a weird problem. I was on my Ubuntu 12.04 installation and wanted to try the new KDE, so I installed it from kubuntu-ppa/backports and then my audio input was weirdly broken, so i removed it again, after a reboot the computer schows me only this http://i.imgur.com/bRgFmaY.jpg (last sentence is mountall: connection to plymouth closed. Does anybode have some tipps? [13:47] !medibuntu [13:47] medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org [13:47] Joel__: most people won't need medibuntu [13:47] Joel__: It gives you things like DVD and MP3 support [13:48] my acer aspire E1 laptop lose power [13:48] !ubuntu-restricted-extras [13:48] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/12.04/ubuntu-help/media.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [13:48] Jonny1: mp3 support is available in the default repos already [13:48] Why wont it support dvd and such in the first place? [13:48] Jonny1: has been for years [13:48] Joel__, because those are propietary codecs [13:49] Joel__: Also see restricted extras. Because of a licensing issue. The DVD encrypted format can't be released under the GNU Public Licence I think [13:49] Joel__: lisence issues [13:49] ThinkT510: Shows how out of date, I am [13:49] Ah. Thats odd [13:50] hi will the feutures and things for unity that will land in 13.04 be backported to ubuntu 12.04.*? [13:51] Joel__: It's a slight pain of open source but there is a way round it. Just installing proprietary codecs sorts it. I think they can't be included in Ubuntu because in some countries they might not be legal or something like that. I forget exactly why but it probably mentions something in the webpages other people posted [13:51] SterkaSor: Usually not, unless someone else does it. [13:51] SterkaSor: Generally no, some things may be, but normally, the versions in 12.04 will stay the same [13:51] !ubuntu+1|SterkaSor, [13:51] SterkaSor,: Raring Ringtail is the codename for Ubuntu 13.04 - Support only in #ubuntu+1 [13:51] theadmin: what is then benifit of running LTS? [13:51] Jonny1: I never thought there would be such a problem, I've used windows 7 all the time and took it all for granted eh? :P [13:52] SterkaSor: longer support [13:52] SterkaSor, long term support ... 5 years for 12.04 [13:52] Joel__: Are you OK for a few minutes? I have to reboot into win7 now as my work's remote desktop connection doesnt work under ubuntu since they couldnt be arsed to develop it for linux. I will be back in a few minutes [13:52] SterkaSor: Stability, people planning to use it know that the software versions won't change [13:52] ThinkT510 and cfhowlett yeah I know longer support. But how does it help when package gets outdated? [13:52] Jonny1: Aight, godspeed! :) [13:52] it's like buying a sedan vs. an experimental race car you know the sedan will work for a while [13:53] the race car could break down and you'd need to install new components or tinker more [13:53] SterkaSor: what you are thinking of as "outdated", others think of as "stable". Newer software isn't necessarily better software [13:53] DJones: outdated package is not the same has program will work during al does years correctly. [13:53] Joel__: You will get used to the limitations. Generally less than the limitations windows puts on you but ultimately you will decide what you prefer and make your own choice what you use. You can always go back to win when you need to [13:53] SterkaSor, the overall LTS releases are more "polished" and less bleeding edge than the interim releases. future updates can be had via backports or manually installing them. [13:54] SterkaSor, for example, I installed libreoffice 4.0 last night. not in the repos, yet. 3 command lines, 15 minutes, done. === magentar_ is now known as magentar [13:56] morning guys [13:57] Installing Ubuntu on my laptop says, near the end of the install, "the installer has encountered an unrecoverable error"... any way it's going to tell me what exactly the error is, so I can fix it? :) [13:57] mike304, greetings [13:57] anyone experiencing random freeze and then restart right after that? [13:57] Hyperbyte, is it still running? [13:57] !anyone|mike304, [13:57] mike304,: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [13:57] cfhowlett, sure, it dropped me to a desktop session [13:58] Hyperbyte: try accessing the text-consoles (ctrl)-alt-f1-f4 [13:58] mike304: random freeze after GRUB? [13:58] not sure [13:58] its just random freezeing, mouse stops working [13:58] and then it restarts [13:58] nibbler__, no info there, just shells [13:58] Hyperbyte, good deal. access console, check the logs. sadly IDK which log you'll want, but it should be there somewhere [13:59] !details|mike304, not enough info to help. details matter. [13:59] mike304, not enough info to help. details matter.: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [13:59] Hyperbyte: check higher consoles [13:59] Joel__: The things I prefer about Ubuntu: I can install ubuntu in under an hour and it comes with a bunch of apps built in. My current record with win xp and all the updates is a day and a half and about twenty reboots (or at least it feels like it). Installing software is usually very quick and can be done with one command from the command line or is as simple as clicking a box and pressing submit in the Software Centre. Occasionally if th [14:00] Joel__: Then you add better security and almost complete immunity to viruses. I could go on ad nauseam! [14:00] Jonny1: I saw my friend play around with it in school. All he seems to do is to play around in terminal and update his OS. [14:00] cfhowlett, nice! Found it... in /var/log/installer/dm... it says "Illegal instruction" :-) Hopefully there's more somewhere. [14:00] Joel__: Maybe he's a geek! [14:00] * cfhowlett ... MAYBE he's a geek??? [14:01] Hes an ubuntu fanboy alright, if he was on I would let him guidem through the process but hes probably off somewhere installing ubuntu on a machine from '97 [14:01] My friend doesnt know anything technical about computers and she is quite happy using ubuntu. In fact she prefer's it to windows now and that happened on the first day [14:01] I've got the iso downloaded, would it just be that easy to burn it with nero or something, then boot the cd? === terlalu is now known as terajana [14:01] Joel__: Yeah, just burn the image like you normally would. [14:01] Joel__, nero is good [14:02] Joel__: You have to burn it as an image not as a file but yes [14:02] Joel__: You can also use a USB stick. [14:02] Joel_: pay attention... not copy but burn the compressed image [14:02] Joel__: You can get under the hood as much or as little as you like. [14:03] theadmin: How would I proceed to do on an USB? Just put the file on there and then boot from USB? THat easy? [14:03] Joel__ use unetbootin [14:03] Joel__: No, not that easy [14:03] Jonny1: Nero seem to know how to burn Iso files haha [14:03] Joel__, unetbootin [14:03] Joel__: https://www.google.co.uk/webhp?sourceid=chrome-instant&ie=UTF-8ion=1&#hl=en&sugexp=les%3B&gs_rn=3&gs_ri=psy-ab&tok=4y_HAmpQI9iWbKQhBMlKGQ&cp=23&gs_id=8&xhr=t&q=install+ubuntu+from+usb&es_nrs=true&pf=p&newwindow=1&tbo=d&sclient=psy-ab&oq=install+ubuntu+from+usb&gs_l=&pbx=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&bvm=bv.42553238,d.d2k&fp=c73b2e14325bafc9&biw=1280&bih=938 [14:03] Joel__: Use the imagewriter tool provided by the Ubuntu team, or unetbootin [14:04] Joel__ http://unetbootin.sourceforge.net/ [14:04] Joel__: or dd, if you're on a UNIX system. [14:04] Joel__: Sorry that was my google search for install ubuntu from usb. What I meant to post was https://help.ubuntu.com/community/Installation/FromUSBStick [14:04] it is not possible to have nautilus to sort the folder based theyr size, right? [14:05] VlanX: I don't see why not. View the file list as a detail view and then click on the date column [14:05] VlanX: Folders don't have size [14:05] VlanX: right click → arrange items → by size [14:05] Okay I'll download the software for boot from usb now. :p [14:06] jrib, Jonny1: Folders don't have "size" as such. I'm not sure if that's the case for Nautilus, but Thunar only displays the overall size of all items in a folder if I go into its' properties [14:06] Joel__: Good luck. If you can stay in here on another device, people will be able to hold your hand if you encounter problems [14:06] Quite likely that Nautilus acts in a similar fashion [14:07] Jonny1: For this occasion I wish I brought home my schoollaptop [14:07] Joel__: I use an irc client on my phone when I have problems with my computer and I cant get access to another computer [14:07] what is DVEVM boards? and is a usb nand flash? [14:08] Joel__: But the first time I installed Ubuntu I didnt even know about IRC or the forums and it installed with no problems. This was back in 2008 on ubuntu 8.04 [14:08] theadmin: I think nautilus just computes the sum of the sizes of files in the directory [14:08] can i install ubuntu on my HTC Desire HD? [14:08] Jonny1: I should be alright, I am just installing it on another partion so nothing should go wrong haha [14:08] Is this information dated or current? Ubuntu 12.04 here. 'Like other USB devices, Terratec audio devices do not have hardware mixers. You need to create a custom .asoundrc file, using the softvol plugin, to provide software level mixing. [14:08] ' [14:08] Back in a minute. I need to boot into windows [14:08] livingdaylight, is that a phone? [14:09] For my work remote connection [14:09] jrib: Thunar seems to get the data from the output of "ls -l" or somesuch, because all folders are displayed with a 4K size [14:09] cfhowlett: yes [14:09] Does anyone know how I can use my ext4 formatted USB drive from multiple Computers and Ubuntu accounts without Ubuntu restricting the newly created files and folders??? [14:09] !arm|livingdaylight, [14:09] livingdaylight,: ARM is a specific (RISC) processor architecture used in a variety of applications such as handhelds and networkdevices. For more information see https://wiki.ubuntu.com/ARM . For ARM specific support, stop by the #ubuntu-arm channel. [14:09] !phone|livingdaylight, [14:09] livingdaylight,: Ubuntu for phone has been announced, see http://www.ubuntu.com/devices/phone to find out more and to sign up for progress updates. Discussion is in #ubuntu-phone [14:09] what is DVEVM boards? and is a usb nand flash? [14:09] Okay, I need help installing a package that works for 12.10, but is broken for 12.04, and I would rather not upgrade 10 machines to 12.10 for one package, is this at all possible? [14:09] !patience|mvt007geek, [14:09] mvt007geek,: 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/ [14:09] hilarie: be more specific [14:09] mvt007geek http://www.dm6446.com/dvevm/ [14:09] jrib mpich2 - 1.4.1-4ubuntu1 [14:10] hilarie, possibly. details .... [14:10] Hello everyone. I'm getting mad trying to filter the mysql traffic with iptraf 3.0... It always show me 0 [14:10] This bug is getting me https://bugs.launchpad.net/ubuntu/+source/mpich2/+bug/1038051 [14:10] Ubuntu bug 1038051 in mpich2 (Ubuntu) "symbol lookup error: /usr/lib/libmpich.so.3: undefined symbol: MPL_env2str" [Undecided,Fix released] [14:10] hilarie: you should say how it's broken and link to bug report [14:10] mvt007geek was the question towards me? [14:11] neowb: why? :) [14:11] This is the error I am getting http://paste.ubuntu.com/1663737/ and this is the bug report I believe is affecting me https://bugs.launchpad.net/ubuntu/+source/mpich2/+bug/1038051 [14:11] Ubuntu bug 1038051 in mpich2 (Ubuntu) "symbol lookup error: /usr/lib/libmpich.so.3: undefined symbol: MPL_env2str" [Undecided,Fix released] [14:12] MonkeyDust: so it is something like pandaboard? [14:12] wasnt sure nvm I can now see its not :) [14:12] MonkeyDust: an embeded? [14:12] hilarie: seems like the fix should be backported since the package is unusable without it.... But you can grab the source package from 12.10 and attempt to rebuild it on 12.04. That's probably the most straightforward method. Also see ubottu about backports, there may be some hints there [14:12] !backport | hilarie [14:12] hilarie: If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [14:12] mvt007geek i had never heard about it before you asked, maybe that link is useful to you [14:12] Oh god, building from source is scary though [14:13] MonkeyDust: yes that was my friend [14:13] :) [14:13] hilarie: Dont sweat it. Just follow instructions and work methodically [14:13] hilarie: For me it's not scary, I am jsut lazy! [14:13] hej [14:14] hilarie: you're just build a package from the source package. It's not the same as what you are thinking of when you say "building from source" probably [14:14] !source | hilarie [14:14] hilarie: You can easily fetch a package's source with apt-get. See: http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html [14:14] Every time I have broken away from apt-get something or the other, I have blown up my server, for instance, I once found something that had me enable the debian Sid repo for a dependancy.... [14:15] hilarie: here's the sru process. You might want to request that it be done if this package is unusable without the fix in 12.04: [14:15] hilarie: yeah - that's when you weigh the benefits of installing the package vs. the cost of the pain installing it and risking your system [14:15] !sru | hilarie [14:15] hilarie: Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates [14:15] hilarie: you aren't breaking away from apt-get [14:16] hilarie: You could test it on a virtual box guest OS first to mitigate the risk [14:16] or on another machjine [14:16] These are all already in virtualbox, I suppose I could make snapshots... [14:16] hi there [14:16] hilarie: yep +1 to that idea [14:16] I am 30 hours into making an imaginary beowulf cluster [14:16] wow, this ubottu thing really knows its stuff :P [14:16] happy ubuntu-ing [14:16] 28 of which was on virtualbox networking [14:17] !botsnack [14:17] Yum! Err, I mean, APT! [14:17] :P [14:17] hilarie: wow - you might consider KVM for that [14:17] hilarie: oh -nevermind - I though you meant 28 machines - sorry ;-) [14:17] aptitude! no wait, apt-get. [14:17] 10 Machines :) [14:18] hilarie: well it would be a project for another day, but you might *still* want to look into KVM [14:19] Hello [14:19] Yeats My next project is actually just that, want to set up a home cloud and see if you can make 1 cloud virtual machine and have it span accross many computers [14:19] hilarie: cool [14:20] jrib: no, i mean how to recursively view the size of every folder... === dave is now known as Guest37351 [14:20] hilarie: Sounds a bit like Citrix [14:20] ? [14:20] VlanX: use baobab for that [14:20] Okay, I got distracted, could anyone explain to me what I should do to get that 12.10 package on 12.04? [14:21] jrib: so there's nothing that can work inside nautilus? [14:21] !info mpich2 [14:21] mpich2 (source: mpich2): Implementation of the MPI Message Passing Interface standard. In component universe, is extra. Version 1.4.1-4ubuntu1 (quantal), package size 319 kB, installed size 919 kB [14:21] VlanX: not recursively, that I know of, no [14:21] !info mpich2 precise [14:21] mpich2 (source: mpich2): Implementation of the MPI Message Passing Interface standard. In component universe, is extra. Version 1.4.1-1ubuntu1 (precise), package size 318 kB, installed size 926 kB [14:22] jrib: ok, thank you for your help [14:22] Yeats MPICH2 is broken on 12.04 [14:22] hilarie: yeah - I was just seeing what the versions were [14:22] Sorry :) [14:23] join #rails-cn === bigbang is now known as krux [14:24] Odd.. [14:24] hilarie: I would consider just downloading the deb for your architecture here: http://packages.ubuntu.com/quantal/mpich2 - then doing 'sudo dpkg -i ' [14:25] I've installed steam, installed tf2.. [14:25] Where are the local files.. [14:25] Yeats I will give that a shot, thank you [14:27] Skyrdr: try ~/.steam [14:27] Yeats is this what they call dependancy hell? http://paste.ubuntu.com/1663810/ [14:27] hi [14:27] hilarie: yep [14:28] It was a great day when I learned about *.deb :D [14:28] hi all [14:29] :D [14:29] yeah - try installing http://packages.ubuntu.com/quantal/libmpich2-3 and then try 'sudo apt-get install libhwloc5' [14:29] yeats: [14:29] It says it exists in home/skyrider/.steam [14:29] hilarie: ^^ [14:29] why is it hidden [14:30] I can't find it when I browse my own home folder. [14:30] Skyrdr: many apps have hidden folders in your home folder [14:30] Yeats will give that a shot [14:30] Skyrdr: View -> Hidden Folders (or whatever it is) [14:31] hi [14:31] Why ty [14:31] hey how come the animations are smooth enough? its laggy [14:31] Thank you Yeats, giving that a shot [14:32] hilarie: happy to help [14:36] hey folks [14:36] can someone help me with some audio issues? [14:36] audio/recording/screen casting issues rather? [14:37] sudo apt-get install /leave [14:38] hello? [14:38] Hello Deoj, please have patience === MartynKeigher is now known as MartynKeigher|MA [14:38] What version are you running, what hardware are you running, what have you tried, what error are you getting, is probably some of the questions someone who knows how to help is going to ask === MartynKeigher|MA is now known as MartynKeigher [14:39] 12.04 [14:39] hold on, ill get the specs [14:40] Intel® Pentium(R) 4 CPU 3.40GHz × 2 [14:40] Kernel Linux 3.2.0-37-generic-pae [14:40] Memory2.5 GiB [14:41] I basically tried to mute my hd webcam to mute so I can record from my microphone [14:41] but when I mute the webcam, it mutes all other recording devices [14:42] hi [14:42] Hello Dr_willis === bourbon is now known as Guest17718 [14:42] Deoj, say all of that again, in 1 line for that guy, he is smart [14:42] hi === Guest17718 is now known as bourbon102rus [14:43] hey guys i mounted usb drive but it ask me the type of filesystem. i added -t ext4 but it didn't work [14:43] what should i do? [14:43] okay, should I go to an alsa room? [14:43] ? [14:43] can someone help me installing server? [14:43] deoj in a terminal, type alsamixer is that useful? [14:43] Deoj It just takes patience sometimes! [14:43] zAo^2 #ubuntu-server [14:43] I got "Your installation CDROM couldnt be mounted" [14:44] * riderplus Gooo away [14:44] k MonkeyDust [14:44] Hi, would anyone know how I can use my ext4 formatted USB flash drive from multiple ubuntu Computers without Ubuntu setting file permissions to the newly created files? [14:45] Just popping back on to say I got it partly done, my card is now recognized [14:46] Yeats each package wanted a couple more packages, thinking I will deal with shorter life cycle and upgrade to 12.10 lol [14:47] I'm actually pretty impressed with Windows 8 [14:47] that is weird, now it works...forgive my ignorance, im still learning the ins and outs of ubuntu [14:48] was that command a reset type of command? it looked like just a general command to start a program [14:48] I'm impressed with windows 8 too... On tablets. [14:48] Or touch interfaces. [14:49] Windows8 is great if you want to break half of the games, if you can't game on the newest version of windows, maybe devolopers will finally start doing more for linux :D [14:49] ##windows for windows discussion pleae [14:49] i thought i was looking at ##windows [14:50] hilarie i game on xbox 360 [14:50] none of my friends are PC gamers. :-( so i have no reason to either [14:50] oh question. i just got a new laptop and want to benchmark it. what's a good benchmark program and also what's a good game to test out graphics? [14:51] is Crysis 3 out yet? [14:51] You wanna kill your laptop already? [14:52] Just curious, why is it that I have to raise the input recording level on 100%? [14:52] anyways, its working now, thanks hil [14:52] Because 100% would be catching everything, and anything less is getting less of it? [14:52] why do i have "Online accounts" in my settings when i didn't install anything like that, what does it come with? also, why are there 2 of those? [14:53] see here: http://i.imgur.com/ASMplwM.png [14:53] Its if you had to raise it above 100 that I would be freaked out [14:53] i guess im use to puting recording devices at 75 to 80%...anything higher was too sensitive [14:53] I've read conflicting advice, should I enable or disable intel speedstep in the bios? [14:53] when i used xp and 7 [14:54] Is there anywhere you can set filetype's to always open via a certain program? [14:55] anyone lagg on ubuntu? not hardcore lagg but just regular animation laggs? [14:55] Hi everyone. I completed a fresh Ubuntu 12.10 earlier this week to replace my existing 12.04 install. Compared to Precise, Quantal seems to run A LOT hotter, with the fans running at max rpm nearly all the time, whereas 12.04 was cool and very quiet. What's odd is that neither System monitor nor Top indicate any cpu-intensive processes, with the CPU idling at 2-5%. For context, I 've had Linux mint 13 KDE on the same laptop, which ran fine, however, Mint [14:55] 14 KDE exhibited the exact same symptoms as 12.10. Any ideas on why this is happening? [14:56] Taylr0x right click on a file, properties, open with, set as default [14:56] Taylr0x, right click>open with>other application, it should be there somewhere [14:56] Trying to shrink my partition and then the program stops responding hurrr [14:56] Excellent. Thank you MonkeyDust & Naphatul. [14:57] neowb, ext4 supports the normal permission set. === linuxthefish is now known as linuxthefish` [15:00] jorge, what kind of graphics card [15:00] @ escott: Intel integrated graphics === Kitar|st_ is now known as Kitar|st [15:02] /load .xchat2/budus.so === root is now known as Guest48678 [15:04] Hi! [15:05] hi [15:06] hi? [15:06] someone online here? [15:06] ? [15:06] Look at "/names" [15:06] jin: don't need to greet everyone === mb is now known as Guest50015 [15:07] "/name [15:08] How can I install compiz from 13.04? I want to have different wallpapers in each workspaces, but it seems it is broken in 12.10... [15:08] #ubuntu+1 [15:09] I'm not using raring... [15:09] aaa [15:09] kimir: You should not mix packages from different releases, it will most likely break your system. [15:09] kimir: no one here is going to recommend that you do that [15:10] Hmmm... Is 13.04 stable enough to be used? [15:10] I really want different wallpapers :) [15:11] you don't need 13.04 justy for different wallp[apers you use use your pictures file as a source for them if choose to, kimir [15:11] BluesKaj: I think that was a joke [15:11] theadmin, ..how can you tell :) [15:12] What was a joke? O.o [15:12] hello i need a help in libre office [15:12] kimir: No release is considered stable before it's released, so nope, it's not stable [15:12] sahil: #libreoffice would be a better place to ask. [15:13] well, i'm on 13.04 Kubuntu ...running very stable atm [15:13] i have downloaded libreoffice 4.0 but i dont want to install full libreoffice components like base ,calc,database etc [15:13] I have kind of on odd question, I have several VPS's with ubuntu on them, and they are all tiny when they start, like around 400mb of used disk space to start, where can I get an image like that? [15:13] How do I check if a program is running via terminal and then terminate it if it's malfunctioning? === zombierry is now known as erry [15:14] Taylr0x ps -e|grep blah [15:14] Taylr0x: The latter is impossible. [15:14] _theadmin i just need a proper dpkg or related command to install few componets like writer and impress from downloaded debs(from their website) [15:14] i got a system error [15:15] E: The package lists or status file could not be parsed or opened. [15:15] goodwin: And whats the complete output of the command producing that error? Use a pastebin please. [15:15] sahil if you have .deb sudo dpkg -i *.deb will do it [15:16] Isn't there a kill command? [15:16] any help? [15:16] pkill or sudo pkill name [15:16] Taylr0x: There is. But that doesnt help you determining wether a program is malfunctioning. [15:16] Sahil which packages, from which website? [15:16] Taylr0x: There are kill and pkill. [15:16] Many thanks hilarie. bekks I just want to end the program as I can't see it running to stop it. [15:17] nepomuk still try to index .h files even text/x-c++hdr is added default exclude-mime-type . On the other hand if i add ".h" to exclude file type list its working fine. So text/x-c++hdr is not enough or text/x-c++hdr is not defined as [15:17] Taylorox if you have a good idea of what it is you can also use wildcards and stuff, pkill *somth*ng [15:17] sevenhill C development? [15:17] _hilarie that command installs everything. [15:17] bekks: http://paste.ubuntu.com/1653123/ [15:18] hilarie, I'm trying to close down Banshee but it's still playing music in the background even when I go to 'close'. [15:18] Sahil is that not what you wanted? sudo dpkg -i packagename.deb [15:18] I can't seem to stop it. [15:18] MonkeyDust, kde nepomuk project ( an indexer ) is acting wrong [15:18] thats why they call it Banshee [15:18] jk :) [15:18] Taylr0x: looked in the little speaker menu at the top right? [15:18] try this in terminal sudo shutdown -r now (reboot) [15:18] goodwin: You should read all that warnings too, thats why at least on file is being ignored. [15:18] bekks: actually the same error for system error appearing on the screen top [15:19] dr_willis, Didn't even know that little widget existed. That's where the little bugger is hiding. Many thanks! [15:19] I have downloaded the entire tar bar from their official website,extracting it contains deb files of its full suite that is calc,base writer,math ... i just need to install writer and impress [15:19] but it isn't probable because of kde . it is probably about ubuntu because the text/x-c++hdr is not defined [15:19] Taylr0x: :) its a feature.. not a bug. ;P [15:20] dr_willis, haha it's me being a complete prat more like and not knowing how to use it properly =p [15:20] hmmm it seems i cant install guest additions? [15:20] bekks: how do i get around this? I'd been annoyed by this issue for several days. cannot install anything [15:21] anew: Why...? [15:21] goodwin: Choose another mirror. [15:21] not sure i've tried a few things, first straight from the menu it says it cant unmount [15:21] !pm Sahil [15:21] second from the command line i run the file [15:21] anew: How did you install vbox? [15:21] it seems like it works, but then none of the guest addition options are available [15:21] bekks: how? edit /etc/apt/source.list? [15:21] i restart still nothing [15:21] how did i install vbox? what do u mean [15:21] Hello ppl. Didn't use any Linux for a while, but noticed Ubuntu is starting pretty slowly, checked dmesg and seems like there is 15 seconds gap in log [15:21] goodwin: Thats one of the many ways to do it. [15:22] bekks: i did vbox many days ago. no this issue at that time [15:22] anew: I want to know how you installed vbox. Did you think about it, and it appeared, did you run some command, etc.? [15:22] i mean i just downloaded it and installed it... [15:22] does anyone knows a network tool which shows network transmission history? [15:22] goodwin: vbox is the issue I am discussing with anew :) [15:22] bekks: i think he is running ubuntu inside vbox on windows [15:22] anew: Then follow the vbox manual on how to install the guest additions. [15:23] what... [15:23] http://pastebin.com/qp7Xbuvq any idea what might be causing this pause? [15:23] i just described all the steps in the manual [15:23] it didnt install... igoogled for some people with the same errors but couldnt find anything [15:23] i have a problem with my philips 17" ubuntu dedect a 15" [15:24] anew: No. The ONLY way described in the manual is to use the shipped iso to install the guest additions. And you did NOT describe the other ways described in the manual to install the guest additions. [15:24] does anyone knows a network tool which shows network transmission history? [15:24] anew: Using the menu entry is just one of the ways to install the guest additions. [15:24] kutulal: Like sent packages? [15:24] kutulal: kind of difficult after the fact [15:25] #join/ubuntu-be [15:25] bekks i'm not sure what manual you're looking at [15:25] but the one i'm looking at says click devices and go to install guest additions [15:25] which is exactly what i just said above [15:25] as i tried [15:25] join /iubuntu-be [15:25] anew: the official vbox manual. [15:25] like how much dat you downloaded/uploaded in web for a month [15:25] http://www.virtualbox.org/manual/ch04.html#idp11154112 [15:25] If I install ubuntu from a usb, what format does it need to be? NTSF? [15:25] rita_: its "/join #ubuntu-be" [15:25] if this isnt the official vbox manual then you know something the creators dont [15:25] anew: And that manual tells you a second, manual way to install the guest additions. [15:26] Joel__: vfat will do. [15:26] !info vnstat | kutulal: like this? [15:26] kutulal: like this?: vnstat (source: vnstat): console-based network traffic monitor. In component universe, is optional. Version 1.11-1 (quantal), package size 80 kB, installed size 308 kB [15:26] mainerror__: The options I got when I format is exFAT, FAT and NTSF. [15:26] thanks guys! [15:26] #join /ubuntu-be [15:26] Joel__: FAT [15:26] rita_: its "/join #ubuntu-be" [15:26] Joel__: its called ntfs not ntsf [15:27] how can i join a other channel [15:27] _hilarie i downloaded libreoffice full suite from their official website , a compressed file with 100s of debs,satisfying all dependencies.I want to install just the writer and impress from that [15:27] rita_: its "/join #ubuntu-be" [15:27] rita_: /join #nameofchannel [15:27] ThinkT510: I was never able to remember the letters. [15:27] Marlinc, thnks [15:27] i downloaded from here http://www.libreoffice.org/download/?type=deb-x86&lang=en-US&version=4.0.0 [15:27] Sahil I am sorry, I have *no* idea how to do that, why don't you want the whole suite though? [15:28] Hey, quick question here [15:28] Is it possible to install Ubuntu without using a CD or a Flash Drive? [15:28] mainerror__: For some reason my computer cnat find theUSB when its fat. I guess I have to go and burn it to a disco ro so [15:28] Opiate: Yes. [15:28] Joel__: That's easy. New Technology File System (NTFS) [15:28] !netinstall | Opiate [15:28] Opiate: 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 [15:29] sahil, Why don't you install the individual office packages via the software centre? [15:29] Opiate: you can set up a server to do a netboot from and install that way. or a debootstrap install.. but thats getting hard core. [15:29] Would mounting the .iso on virtual clonedrive work? [15:29] how to use vnstat? [15:29] Joel__: Interesting, which operating system are you on? [15:29] Opiate: No. [15:29] Opiate: virtual clonedrive? [15:29] sahil, You can install specific areas from in there. E.g. spreadsheets only, word processing only etc. [15:29] kutulal: man vmstat [15:29] mainerror__: W7, so it should work just fine. :| [15:29] /jion #ubuntu-nl [15:29] well does anyone have any help for installing guest additions [15:29] /join #ubuntu-nl [15:29] any instruction, please [15:30] rita_ zonder die spatie [15:30] Joel__: Indeed, it should work. I don't have access to a Win7 machine right now, but formatting it using fat32 should work just fine. [15:30] anew: Insert the iso into the virtual cd of the vm, mount it, run the installer. THATS what the manual says. [15:30] rita_: no space infront [15:30] kutulal: start with man vnstat ? [15:30] Ok! [15:30] !info vnstat [15:30] vnstat (source: vnstat): console-based network traffic monitor. In component universe, is optional. Version 1.11-1 (quantal), package size 80 kB, installed size 308 kB [15:30] that's what i did and said i did [15:31] opened man vnstat [15:31] i cant even tell if ur helping or trolling [15:31] who can help me with my pilips monitor [15:31] can't get anything [15:31] anew: No it is not. You said you clicked on that menu entry. [15:31] anew: Which is not attaching an iso to the cd drive in the settings of the vm, etc. [15:31] that was the first thing i tried, the second thing i tried is running the installer after mounting it [15:31] anew: And running the installer produced WHICH output? [15:31] !who | anew [15:31] anew: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [15:32] who can help me with my pilips monitor ubuntu say that it is a philips 15" but real it is a philips 17" philips 17B [15:32] mainerror__: I try to add the files with another liveboot cd program. Maybe I am in better luck that way [15:32] k sorry blueskaj [15:32] Joel__: Best tool I can recommend is Unetbootin [15:32] bekks it produced the output that it succeeded ! which is why i dont understand why it's not installed [15:32] kutulal: and how long have you had vnstat running? [15:32] mainerror__: That one didnt work [15:32] :( [15:32] let me do it again and pastebin bekks [15:32] I installed fglrx-experimental-9 and now I'm stuck in text mode :-( [15:32] Maybe it does work but I coudlnt find the USB on boot with it [15:33] when try to run vnstat, get output: not enough data availiable yet! === root is now known as Guest81052 [15:33] rita_, check additional drivers , for a better graphics card driver [15:33] Is that option enabled in your BIOS Joel__? [15:33] Maybe you have to activate that manually. [15:33] kutulal: and thats why.. it has to record some data to have somthing to report... [15:33] Well I just found a really quick and easy way to install ubuntu without a CD or USB drive [15:33] hay All, I have a problem [15:33] kutulal: check it in a few hours [15:33] mainerror__: I've looked through the options. It should work. [15:33] That's odd. [15:33] BluesKaj, how can i do that [15:34] dr_willis: Okay [15:34] when going to ubuntu booting, shift >> grub>> ubuntu recovery mode [15:34] rita` alt+f2 , additional drivers [15:35] BluesKaj, im using ubuntu 12.04 [15:36] hay All, I have a problem [15:36] dr_willis: got output,thanks! [15:36] hey [15:36] when going to ubuntu booting, shift >> grub>> ubuntu recovery mode [15:36] my ubuntu server is suddenly rejecting all ssh connections...what to do? [15:36] rita` alt+f2 , type in the textbox , additional drivers [15:37] wait...damnit, I can't install ubuntu, I need another HDD [15:37] login >> insert a password>> enter [15:37] BluesKaj, the i got a news screen with the possebility to type somthing [15:37] BluesKaj: That won't work. [15:37] so... "login session error" [15:37] Opiate: or reoganise your partitions or use a vm [15:37] unhuman: What did you do before? :) [15:37] do you know, why this? [15:38] how can i see what screen driver is installed [15:38] error in login-session... [15:38] who can help me? [15:38] UserLinux: There are numerous reason for that error. [15:38] how can i see what screen driver is installed [15:38] bekks are you still there http://pastebin.com/jTj2a7Eb [15:38] BluesKaj: As far as I know jockey isn't installed anymore by default. [15:39] this is the output i get [15:39] so I have two computers on ubuntu here. internet working fine on both. tasksel installed and working (in theory) on both. one can install lamp-server, the other can't download files from the repositories. [15:39] rita_: lsmod will give you a list of the loaded kernel modules [15:39] anew: Then reboot the vm now. [15:39] bekks: the last thing i did was to edit some php files [15:39] the problem computer can also never fully update the repos with apt-get update. a few of them always fail. === vjn_ is now known as vjn [15:40] bekks lol i swear this didnt work the first 5 times i tried it... it's working now though thanks [15:40] wow seamless mode is pretty badass [15:40] UserLinux, are you sure that you are not using keypad ? because mostly pc starts without numlock. So maybe you are typing wrong [15:41] that is what i see by lsmod vor video videodev 86588 1 gspca_main [15:41] is there a way for me to change the color of my terminal when I ssh into another machine? [15:41] mainerror__, I'm not talking about jockey , I',m just asking to open the run command and type in additional drivers , it should show an option to open [15:41] rita_: pastebin lsmod output [15:42] bekks: can you give specific? [15:42] Does anyone know how to get a machine with Phoenix SecureCore Tiano BIOS to boot off a USB key? [15:42] mainerror__, if you have a better method , then post it for rita_ [15:42] UserLinux: You could boot a livecd and check you have sufficient disk space left. [15:43] maybe this error, after upgrade kernel to v3.7.5 [15:43] BluesKaj, additional drivers don't work [15:43] Or a Live CD, for that matter. How can I get my new laptop to boot off a CD? [15:43] UserLinux: Which Ubuntu do you have? [15:43] bekks: I sory I not using Live cd [15:43] 12.04 [15:43] they don't work or you can't find them rita_ ? [15:43] or is there a way to change the color of the terminal when I'm root? [15:44] I have the BIOS page open in front of me, but it won't let me change anything. [15:44] bekks: i removed the file causing problem. then it works now. [15:46] somehow the problem file is an HTML page-dont know why. now everything back to normal. the same system error also disappeared [15:46] BluesKaj, i do alt+f2 get newschreen where i type additonal drivers + enter notting happend [15:46] new screen ? [15:46] bekks: how can fix this? [15:47] bekks: it is UserLinux error message: http://pastebin.com/gAV1qy14 [15:47] Malsasa: hellp [15:47] BluesKaj, iot openen dash home [15:47] Does anybody know anything about working with UEFI? [15:47] would some one pls direct rita_ to the additional drivers on gnome /unity ...I'm on kde and forgot where to look [15:47] UserLinux: ye, ye, I know. Be patient :) [15:47] UserLinux: Can you login to your computer somehow? [15:48] Araneidae: is your question about secureboot? [15:48] Afraid so :( [15:48] It won't let me boot anything, and I can't see any way to disable it [15:48] My bios is Phoenix SecureCore Tiano === gh0strider is now known as Guest5687 [15:49] how can i get the additional drivers in gnome unity [15:49] I've tried three boot sources: a Mint image created with Unetbootin, a Ubuntu 10.04 live CD, and a Mint image created with Mint's USB creator tool. [15:50] Araneidae: I haven't worked with itself myself but I see news about it from time to time. is this new to you? http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released/ [15:50] rita_, try alt+f2 , jockey [15:50] Araneidae: perviously there was also http://mjg59.dreamwidth.org/20303.html [15:51] Thank you for both of those [15:51] I think a 10.04 cd would be too old, and if I'm not mistaken mint doesn't have secureboot stuff in it. I think fedora 18 and new ubuntus might. [15:51] Is the problem so new that nothing's been integrated into existing installs? Think we have a bit of a brick wall for people trying to install LInux on net hardware at the moment [15:52] Wonderful. Rebooted with the nvidia drivers and now my desktop is gone. Just the steam shortcut. :I [15:52] Crap. So what *can* I install? Or do those links give me wrappers that will work around the problem? [15:52] And I thought we were being told, when this stuff was first mentioned a year ago, that we'd always have the option to turn it off [15:53] I see no such option [15:53] Araneidae: hah yeah, I hate the direction we're moving in with respect to actual freedom. I don't know how to repair existing installs, you may be able to boot a working livecd and chroot in and do some work like that [15:54] I don't know the technical details involved, though. :( I should really learn them, since my next computer will likely have this crap to deal with [15:55] sirspazzolot, I'm afraid don't understand the first link you gave me: what is a .efi file? [15:55] which is the best ati radeon driver for elementary luna (based on ubuntu precise) [15:56] sahil: we don't support it [15:56] chipset is 785 (hd4200 perhaps) === dpac is now known as dpac|away [15:56] sahil: We dont support anything else but Ubuntu in here. Ask your Elementary Luna support. [15:57] So is Linux effectively shut out of new Windows machines for the time being? [15:57] Araneidae: my current understanding is that they operate by magic and make your computer boot. there are probably tutorials or something online, I only had those two links bookmarked [15:57] How do I get the darn google icon out of my mail notifications? [15:58] I do not use google+ at all. [15:58] err okey whats the best driver for ubuntu precise,i am dual booting with luna [15:58] sirspazzolot, but somehow they need to be integrated into what is being booted ... and that bit is missing, exercise for the reader. [15:58] best ati radeon* driver [15:58] Why is this not a big deal at the moment [15:58] Araneidae: I don't know. it's strange how on certain fronts linux is gaining huge ground, what with steam and all, but on others it's becoming the 'super geek technical thing' again [15:58] !best | sahil [15:58] sahil: 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. [16:00] Araneidae, EFI is a smarter replacement for the BIOS... an .efi file is a file that the firmware can go read from the drive and execute to do things like boot the OS.. there's this secure boot crap now where the efi firmware verifies the digital signature on the boot loader image and won't load it if it isn't signed by the proper ( microsoft ) key [16:00] Araneidae: I'm afraid I can't help with the actual process. hopefully somebody else in this channel knows, or you might have to go to the forums with it [16:00] oh. right on cue. :) [16:00] I am having trouble with iptables under ubuntu linux. This is what I have, in this order, that is causing the issues. "-A FORWARD -s 192.168.182.0/24 -d 192.168.1.0/24 -p tcp -m tcp --dport 5900 -j ACCEPT" "-A FORWARD -s 192.168.182.182/24 -d 192.168.182.0/24 -p tcp -m tcp --dport 5900 -j ACCEPT" "-A FORWARD -s 192.168.182.0/24 -d 192.168.1.0/24 -j REJECT" Whats wrong? [16:00] name a "better" driver for ati radeon in which i can play some light games,and which doesnt makes the desktop a slow poke or breaks the system [16:00] sirspazzolot, it's pretty upsetting, actually. My g/f is on at me about making her computer too complicated ... and now I find I can't even set up a new laptop. Microsoft wins big. I've had to pay for a Windows image I'm never going to use, and I'm probably going end up taking this f***ing machine back because of this sodding boot issue. === margareta is now known as Marg [16:00] Aaron_`: Use a pastebin please, your last post is completely unreadable :) [16:01] Araneidae, the firmware should have an option to disable the secure boot [16:01] bekks: Aoligies.. One moment. [16:01] psusi, how do I proceed if I have a bootable USB key in one hand (I want to put Mint on the laptop) and this POS laptop in the other? [16:01] psusi, yes. [16:01] But it doesn't [16:01] Araneidae its always a joy to see somebody rage quite. [16:01] Good, eh? [16:02] Hello, I have a NetGear WNA3100 USB wireless adapter and have installed the driver using ndiswrapper, and everything is working, until I try to connect to WPA protected wireless. In /var/log/syslog I came accross wpa_supplicant authentication timed out error and have searched google....alot...but cant find a solution, any help? [16:02] Araneidae, you looked through all of the screens? it should have an option to turn it off entirely, or an option to add a new, non microsoft key [16:02] Marg, I think I'm working on it. I've been putting off this laptop purchase for months now, and I see I'm deep in shit with no way forward apart from taking the laptop back [16:03] psusi, adding a new key? Interesting... There aren't so many BIOS pages, hang on a moment [16:03] and Ubuntu now has a signed grub that should work if you install the proper key into the firmware... I'm not sure exactly how to go about that though [16:03] It has a "Security" page with "Secure Boot Configuration" at the bottom, and that has a line saying: "Secure Boot: Enable" === Guest5687 is now known as dem0n === TheRainbowDawn is now known as Dawn_ [16:04] Thats okay there was errors in it anyway. Here is what I have in my iptables that isn't working. Note that thee are other items there as well before these entries, but it was passing packets fine (I just want to restrict them to poty 5900) http://pastebin.com/YJwxDMTu [16:04] Araneidae, there you go.. make it disabled [16:04] Alas, unlike all the other pages in the BIOS, nothing is editable on this page [16:04] Nice one [16:04] I am a woman that just installed Ubuntu last night. Sure things look a little different on this Dell Inspiron. [16:04] I've somewhere seen a hint that the only way to disable this is through Windows. WTF?! [16:05] THis page says "Configures Secure Boot features", but nothing on this page is editable [16:05] Araneidae http://news.softpedia.com/news/Linux-Foundation-Releases-UEFI-Secure-Boot-System-328103.shtml === Kitar|st_ is now known as Kitar|st [16:05] ahaha. yeah that rings a bell, something about if it's an oem install only ms and the oem have the ability to tweak certain things [16:05] Hi, could anyone please help me getting that SDHC card mounted so i have write access too? I'm trying to install ubuntu 12.04LTS booting from that SDHC Card, but unetbootin won't copy the files onto it since it's mounted as ready only :( [16:06] call up the oem and demand they tell you how to disable it [16:06] or return it for a refund [16:06] Anyone can help?? :grin: http://pastebin.com/RwEXX9xy <<-- binary shell script error [16:06] Oh FFS. I can't buy a laptop *without* a fing OEM install. psusi, that's exactly it. I suppose I can try contacting Fujitsu [16:06] that'll be fun [16:06] okay guys so tasksel is refusing to work on this computer and instead of tracking down whatever bizarre behavior it's trying to do, does anybody have an alternate way to one-shot install a lamp server [16:07] Uefi is replacing the bios [16:07] lamp stack, if that's the more appropriate term [16:07] At least the shop say I have 14 days to take it back for a full refund, but that just moves the problem on... [16:07] you could take it back and buy a computer with regular old bios [16:08] it can still come with win8 and be clean of the secureboot crap [16:08] sirspazzolot, best of luck finding one of those in the shop today [16:08] :( [16:08] oh they're all uefi? that's sad. [16:08] sirspazzolot, actually to get the "made for windows 8" sticker, it has to use uefi secure boot [16:08] oh. that's stupid. [16:08] Indeed so, only hobbyist motherboards are UEFI free now [16:08] and not for long, I'm guessing... [16:09] UEFI is fine and dandy, it's the secure boot crap that is the problem [16:09] so nobody has an alternate way to one-shot install a lamp stack? [16:09] LAMP = Linux Apache M? PHP (can't remember the M) [16:09] mysql [16:10] mysql [16:10] oh yeah. Don't people use postgres instead these days? (Not a db programmer) [16:10] but LAPP is a boring name [16:10] :P [16:11] how can i see what screendriver is installed in ubuntu 12.04 [16:11] hi, when i use special PPA's, it always makes *.save files in /etc/apt/sources.list.d . How can i prevent it? [16:11] rita_: pastebin the output of lsmod [16:11] Araneidae: oh, looks like there is actually a "LAPP" [16:11] with Postgres [16:12] so in my vh, the resolution of the desktop looks ok, but windows are enormous [16:12] and text also ? [16:12] Anyone can help?? :grin: http://pastebin.com/RwEXX9xy <<-- binary shell script error [16:12] rita_: lsmod | grep '^video ' | awk '{print $4;}' [16:13] marjinal1st, that's where ppas are stored [16:13] oh! a different error! maybe this is working! [16:13] this computer likes to finish apt-related processes without unlocking the apt stuff [16:14] theadmin, i915 [16:14] yep, i know. i just wanna prevent *.save files occur in that folder because when i use apt on terminal, it shows some warnings about *.save files. [16:15] Good grief, I found something: https://support.ts.fujitsu.com/WDB/FAQContentstart.asp?ID=233462327&Info=SA&Sprache=en&LNG=COM&Todo=FAQContact [16:15] "To change these settings it is necessary that a Supervisor Password is set." Oh, FFS [16:15] * riderplus is back from the dead. Gone 1 hrs 31 min 50 secs [16:16] !away | riderplus [16:16] riderplus: Please do not use noisy away messages and nicks in Ubuntu channels. It is annoying and unnecessary. Use the command "/away " to set your client away silently. See also «/msg ubottu Guidelines» [16:16] Any idea what CSM means in the context of booting? [16:16] anyone having issues with resolution? i have my desktop res set, but it seems window resolution is enourmous [16:17] @rita lspci -nnk | grep -i vga -A3 | grep 'in use' [16:17] how can i see what screen diver is installed [16:17] Araneidae, that's CSM/Compiz starting up [16:17] Araneidae, Compatibility Support Module [16:17] rita_: That's the driver, i915. [16:18] rita_: The opensource Intel video driver. [16:18] And *now* I can change the Secure Boot Option! [16:18] rita, you can find out more about i915 with modinfo i915 [16:18] Compatibility Support Module? Sounds promising ... === krab is now known as krabador [16:18] And with secure boot enabled I can enable CSM! [16:19] I am installing a fresh 12.04 and just partitioned an empty HD. When I clicked to install, it now says this: http://paste.ubuntu.com/1664318/, but when I select either option it does nothing. What can I do? [16:19] rita, as i said lspci -nnk | grep -i vga -A3 | grep 'in use' will directly output the driver for example in my case nvidia (using proprietary driver) [16:19] Jesus ******* Christ. This is so easy, anybody could do this without any blood pressure risk at all. [16:19] Except me. [16:19] Grrrrr [16:19] Now I have a stupid security password to forget :( [16:20] theadmin, why see untu 12.04 my philips 17" as a philips 15" and i had the same problem with the philips 19" ubuntu say its a philips 18" [16:20] rita_: It... really doesn't matter what it says long as the resolution is correct. Is it correct? [16:20] Damn. Still getting boot failure [16:21] theadmin, how can i see of the resolution is correct [16:21] rita_: Uh, you should be able to tell yourself. [16:21] rita, look at the screen [16:21] rita_: I can't guess what the maximal resolution supported by your monitor is. [16:22] my resolution for programs seems huge compared to the desktop ? [16:22] theadmin, i didn't now it [16:22] am hoping System 76 start shipping to more countries soon. need something that will just work... [16:22] Oh, good grief. At long last ... it works. ARGHHHHHHHHHHHHHHHHHH === linuxthefish` is now known as linuxthefish [16:23] rita_: sometimes its easier to look up the monitors (or laptop) documentation and check the supported resolutions/refresh rates etc. === dniMretsaM_away is now known as dniMretsaM [16:25] Good Evening People [16:25] Please advise the program for the development of html pages [16:25] qw: Emacs. [16:25] vim ;^) [16:25] qw: Seriously, they all aren't great, they generate dirty code. Write it yourself. [16:26] and where it is in Kubuntu [16:26] qw: Use the text editor of your choice. [16:26] qw, best bet is to google something like linux web authoring software if you don't want to write raw html [16:26] text edit its not commfortable [16:26] !ide [16:26] Programming editors/suites: Terminal-based: vi/vim, emacs - KDE: Kate, KDevelop, Quanta+, Umbrello - GNOME: gvim, gedit, anjuta, pida, monodevelop, geany - Others: eclipse, netbeans, qtcreator [16:27] html is a bit unsightly to edit [16:27] kompozer has been taken out of the repos [16:27] kompozer was outdated. [16:27] Open Office :-) [16:27] those are all text based, I imagine, certainly the ones I recognise are, not what qw is after. [16:28] qw: comfortable: Kompozer [16:28] thanks [16:28] MonkeyDust: ooooh... take Nvu. [16:28] Malsasa isnt that the same with a different name? [16:28] qw: if you can, take the source code of Kompozer and you compile it. === jack is now known as Guest52620 [16:29] qw: I agree with you about comfortable :) [16:29] MonkeyDust: oh, they are same? I don't know. [16:30] were i see proposition list program from my OS (kubuntu) [16:30] how can i switch to my destop screen with out minimize the programs === Teufelchen_ is now known as Teufelchen [16:31] Anyone using dovecot? Do you know if there's a package I can use to install with apt-get? [16:31] is it better to put swap at the start of a drive than in the middle? [16:32] !info dovecot | apb1963 [16:32] If it really mattered, which it doesn't, middle is marginally faster [16:32] apb1963: Package dovecot does not exist in quantal [16:32] ok [16:32] quantal? I don't know what that is [16:32] MK`: It doesnt matter, since it will be 1000x times slower than your RAM. [16:33] But you won't be able to measure it [16:33] I am aware, just curious :P [16:33] !info dovecot-imapd | apb1963 [16:33] apb1963: dovecot-imapd (source: dovecot): secure IMAP server that supports mbox, maildir, dbox and mdbox mailboxes. In component main, is optional. Version 1:2.1.7-1ubuntu2 (quantal), package size 91 kB, installed size 582 kB [16:33] ah [16:33] why colon? [16:33] apb1963: sudo apt-get install dovecot-pop3d dovecot-imapd whatever you want [16:35] help me please install KompoZer [16:35] how large should I make my /tmp partition? [16:36] hellOw Everyone [16:36] MK`: Put /tmp into RAM. [16:36] seems to be working... thank you [16:36] qw, http://www.kompozer.net/download.php seems a good place to start [16:37] from konsole [16:39] does ubuntu use /opt? [16:39] MK`: No, but 3rd party software does. [16:39] ok, thanks [16:40] when i click log in on steam it just closes, any ideas why? [16:41] when the box where i need to put in the code pops up just a flash of it appears on the left side then steam closes [16:42] Naphatul, running it in the terminal === harry is now known as Guest24702 [16:42] segmentation fault [16:43] Naphatul, any messages before that? [16:43] yeah a bunch when i'm typing my password [16:43] Generating new string page texture 22: 384x256, total string texture memory is 974.85 KB [16:44] last one before segfault [16:45] Naphatul, try reinstalling it. you could also try downloading it from the steam site instead of the usc [16:45] i did install it from the steam site [16:46] Naphatul, remove it, then try the usc version [16:47] kostkon, i don't have the software center actually [16:47] Naphatul, oh ok [16:51] Hi All, I need help: When I am connecting my USB modem(ZTE AC2787) to connect to MTS, sometimes it works and sometime it not. Is there a way to make sure that it always gets connected ? [16:52] I am on Ubuntu 11.10 [16:52] Hey can someone help me with installing wifi on ubuntu 12.0.4 [16:52] neo84: just so you know 11.10 support ends in april [16:52] i just did aptitude remove steam and it removed a whole bunch of other stuff, was it just removing not needed packages or what? [16:52] ohh ok [16:53] jDes: lspci [16:53] BUt i don't have good network to upgread to 12 [16:53] What's that? [16:53] jDes: a command you put in the terminal [16:53] I don't know it. Can u please help I'm really new [16:55] Hello :-) [16:55] ThinkT510 do you know how to fix issue [16:55] neo84: i don't use a dailup modem sorry [16:55] ok [16:55] Can anyone please guide me on how to install jrosetta-engine in ubuntu ? Any sort of help is appreciated . [16:55] ok [16:57] what is the jrosetta-engine....is is something useful for me???? === vjn_ is now known as vjn [16:59] ciao a tutti [16:59] !list [16:59] Morgan: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [17:00] jrosetta-engine where can i download it people???\ [17:01] kicklighter: The only jrosetta-* I can see in the repo's is this http://packages.ubuntu.com/quantal/libjrosetta-java [17:01] I am having an issue with my mediakeys, they are working but I can not seem to find out where to enable the repeat function... I would like volume down and volume up to repeat instead of having to keep pressing the key. I have tried using xev to set keycode 114 and 115 to repeat but no luck [17:02] Hi. I'm playing Aisleriot and Klondike doesn't seem to be on the list. [17:02] Even though there is a file for it in /usr/share [17:02] i'm not in for java....maybe someother time.... [17:03] #polish.com [17:03] 怎样安装 svn [17:04] hi, is very off-topic question okay here? [17:04] !ot | tongcx [17:04] tongcx: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [17:04] tongcx: no [17:04] thanks, is there any channel just for chatting on random question [17:04] non-technical realted ones [17:05] como entro en el canal polaco [17:05] like english language problem [17:05] o español [17:05] !es [17:05] 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:05] !alis | tongcx You might find a channel listed using the bot, [17:05] tongcx You might find a channel listed using the bot,: 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* [17:05] tongcx par le vou france???? [17:05] "No DEFAULT or UI configuration directive found!" grrr [17:05] tongcx try #defocus [17:05] Anyone can help?? :grin: http://pastebin.com/RwEXX9xy <<-- binary shell script error [17:06] no, i'm chinese [17:06] !fr | kicklighter [17:06] kicklighter: 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. [17:06] showkey and xmodmap are showing different keybodes for the same mediakey.... any ideas? [17:06] hi. IBus is not working on my computer. How to check what is the reason? [Ubuntu 11.10 / 64bit[ [17:06] !cn [17:06] 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [17:06] je ze vie du arobr no trou france .... merci par vou english! [17:06] Anyone ever had the problem "No DEFAULT or UI configuration directive found!" when trying to install from USB? [17:06] all: thanks, solved at http://stackoverflow.com/questions/3099092/why-cant-i-use-unix-nohup-with-bash-for-loop [17:07] Hello, I'm trying to play TF2 but I need to install mesa 9. Can someone give me the noob friendly instructions? [17:08] i need to write "sudo modprobe wl" everytime i start ubuntu to access internet...How do i automate it? [17:08] Hello friend's [17:08] well i tried reinstalling steam and it didn't help [17:08] /etc/module [17:08] samsam: /etc/module [17:08] samsam, you can add it to /etc/module or put it in initramfs [17:09] No DEFAULT or UI configuration directive found! - When boot from USB, anyone with this problem? [17:09] samsam: sorry.... /etc/modules [17:09] I have a big awesome requests to the package makers [17:09] need help in configuring dhcp server. could anyone do it ? [17:10] darkray: Not without knowing the exact problem you are having. :) [17:10] so do i add that command to the modules file? [17:10] can you link x.cmake modules into cmake modules location? [17:10] samsam: no, just wl [17:10] ioria [17:11] i cant save it ... permissions issue i guess [17:11] samsam: sudo nano /etc/modules [17:11] is there a music player in 12.04 that can rip CDs with working MusicBrainz integration? [17:12] I installed steam on my 12.04 box and now it gnome doesn't start on boot.. Like it will just hang. I can change terminals though. Anyone know how I can fix this?? [17:12] @bekks i have configured a dhcp server with ip address 141.2.10.127 and i want to give ip address to clients in the range 10.2.10.0-10.2.10.100. could you help me ? [17:12] thanks [17:12] ioria [17:13] darkray: So what have you done until now to do so? [17:13] @bekks: i've tried making changes in /etc/dhcp/dhcpd.conf file === IcePee is now known as Guest2916 [17:13] darkray: Which changes...? [17:14] subnet 10.2.10. netmask 255.255.255.0 [17:14] range 10.2.10.0 10.2.10.100 [17:14] and then i restarted dhcp server, but it failed [17:15] darkray: And what was that line before...? [17:16] dhcp server failed to restart [17:16] @bekks: what now ? [17:16] darkray: And what was that line before...? [17:17] I installed steam on my 12.04 box and now it gnome doesn't start on boot.. Like it will just hang. I can change terminals though. Anyone know how I can fix this?? [17:17] darkray: And did you take a look at the dhcpd logs yet? [17:17] @bekks: i'm sorry but i didnt get you [17:17] @bekks: no i didnt [17:17] darkray: Then do it. And before chaning the line, what did it look like? [17:18] @bekks: earlier i configured dhcp server which ran succesfully: [17:18] subnet 141.2.10.127 netmask 255.255.255.0 [17:18] raqnge 141.2.10.100 141.2.10.150 [17:18] darkray: And please omit the "@". This is neither quakenet nor twitter. [17:19] okay [17:19] darkray: Well, then the DHCP range has to be in the same subnet as the DHCP server. [17:19] but if i try to give lease to the clients outside 141. network dhcp server failed to start [17:20] darkray: Well, then the DHCP range has to be in the same subnet as the DHCP server. [17:20] bekks: it's not necessary. it's just that i couldn't able to configure it [17:20] and pls tell me that where i can look for dhcp logs [17:21] i am new to ubuntu and intrested to use it but my laptop is overheat [17:21] darkray: The log location should be mentioned in the config file. [17:22] rjx2: Overheating? Check your System Monitor. [17:22] Hello. I've got the feeling that music sounds better on my windows and on phone than on ubuntu. How can I fix that? Shall I download new drivers? [17:22] how long does a 12.04 install usually take? I can't tell if mine is busy or has hung. It's on the "where are you?" screen, I've already hit continue. [17:23] MK`: Half an hour? [17:23] alright, I was hoping it'd be more verbose :P [17:23] MK`: Toward the bottom of the window, there should be an arrow... [17:23] It just has the spinning wheel icon, not saying anything on the bottom. [17:23] MK`: ...next to what it says it's doing. [17:24] Doesn't say, the black bar on the bottom is blank. [17:24] hw can i change my nickname in xchat??? [17:24] Akshayr: use the /nick command [17:24] Akshayr: "/nick mynewnick" [17:24] type /nick newname [17:24] MK`: Sounds like it froze. [17:24] nick AkshayKochi [17:24] :( [17:25] i'm having serious problems with ubuntu, i guess an upgrade got interrupted around kernel 3.5.0-20 and now everything is stuck [17:25] Akshayr: Dont forget the / in front. [17:25] bekks : Wat did u mean? [17:25] if there's someone here who can help me please do === Akshayr is now known as AkshayRKochi [17:25] thanks bekks [17:25] hi bekks [17:26] I just installed Ubuntu Studio [17:26] and i would like to start from the scratch [17:26] AkshayRKochi: So where's the problem? :) [17:27] bekks : no probs [17:28] i just wanna learn linux commands and start creating shell scripts [17:29] ?/who #nama channel? [17:30] join #balasankarc [17:31] AkshayRKochi, you need to put a "/" before the join command, like "/join" [17:35] So i am creating this program which need to be able to securely store a password and retrieve it when needed, but im in doubt as to how to do this in a way that dont need specific implementation for gnome, kde, and what about those not using a DE? Is there api i can use that works across all this? Perhabs across most of linux distros? [17:36] chrisbuchholz: I dont think there's an API like that. [17:36] bekks/chrisbuchholz: Create a ghost user maybe? [17:36] bekks: do you know what the trend is then? [17:36] password for what? the program itself? [17:36] SonikkuAmerica: Which will not help in solvin the problem at all. [17:37] chrisbuchholz: I am not that deep into programming, sorry. I'd just use something like the gnome keyring, or the kdewallet. [17:37] SonikkuAmerica: what is a 'ghost user' ? [17:37] lehzeni: the program i have created manages encrypted encfs folders. On Mac OS X i use the built in Keychain framework to securely store the password so my program personally dont have to handle that. [17:37] bekks: yeah, but that is too installation specific :/ === AkshayRKochi is now known as akshayr === jDes_ is now known as jDes [17:38] chrisbuchholz: try the secret service dbus api [17:38] brightspark: thanks, ill take a look [17:38] Hi people! [17:39] I have a serious problem with keyboard shortcuts, can anyone help me? [17:39] chrisbuchholz: you're welcome [17:39] Hm I went to install again. It was doing "copying files" and that completed, so then I selected my location, but now it seems to have frozen again. I think it is related to that part, can anyone help me? [17:39] dONALD : wats the prob [17:39] I pressed ctrl+alt+f3 in a game, and everything disappeared, I had to reset my PC [17:39] ioria: Just a user that sits there and takes up space [17:39] hi people [17:40] dONALD: you accidentally switched to another terminal. To switch back, press ctrl-alt-f7 [17:40] ioria: without actually being able to log in [17:40] so is there a way to return to the desktop in such a case, or disable it? [17:40] wait, let me try [17:40] SonikkuAmerica: thanx '_' [17:40] LOL awesome [17:40] anyway [17:41] :P [17:41] is there a way to disable it? I need this keyboard shortcut [17:41] it's the shortcut of the console in Alpha Prime [17:41] :D [17:42] the game runs like it was MADE for linux, looks awesome [17:42] than wham, this happens [17:42] I suppose you could run the password through ssl, that has an api, and the end result will be that it becomes encrypted [17:42] should be an option in the keyboard settings somewhere [17:42] I googled it of course, [17:42] and my b*tch said [17:43] (google) [17:43] how to get one workspace in ubuntu [17:43] using precise [17:43] that it's some low level shortcut, outside of X [17:43] chrisbuchholz, I suppose you could run the password through ssl, that has an api, and the end result will be that it becomes encrypted [17:44] Ronalds_M: Unity I assume? [17:44] dONALD, you are inappropriate anyway [17:44] Ronalds_M: do you have the system tray enabled? [17:44] Unity assume right [17:44] using it with combination of kde apps [17:44] instead of gtk [17:44] system tray? [17:44] Ronalds_M: try to search for workspace [17:44] why wouldn't it [17:44] LOL never mind [17:45] Ronalds_M: Do you have CompizConfig installed? [17:45] can I do it without that tool [17:45] hello friends [17:45] ccsm is unstable [17:45] for me [17:46] lehzeni: well, i still would have to store it myself right? Dont wanna do that [17:46] please i have a router tp-link 340g , on ubuntu how can i add a password to dont let anyone works on my wifi? [17:46] CaReS: consult your router's documentation [17:46] ccsm is the only way? [17:46] Ronalds_M: Typically you can go into CCSM and change your workspaces in the Workspace Switcher plugin. [17:47] so [17:47] can I get rid of the icon? [17:47] chrisbuchholz, safe it in the encrypted folder itself [17:47] yeats i try 192.168.1.1 and cannot show me the admin login [17:48] Ronalds_M: Not in Precise or Quantal. Raring will have that option. [17:48] really [17:48] CaRes are you from around???? [17:48] Ronalds_M: (I know this because I tested Raring in alpha) [17:48] CaReS: yeah - that's not an ubuntu issue - you'll need to check the documentation for your router [17:48] ok, so is raring enough stable [17:48] repo anywhere? [17:48] CaReS: the exact web address varies- on mine it is 192.168.0.1 [17:48] :D [17:48] I installed steam on my 12.04 box and now it gnome doesn't start on boot.. Like it will just hang. I can change terminals though. Anyone know how I can fix this?? [17:49] kicklighter how freind plz i am newbie? [17:49] Ronalds_M: Head for #ubuntu+1 and they'll tell you all about it. [17:49] what is the prob CaRes par le vouse france jeze vien allmagne possible??? [17:50] brightspark i am living in venezuela [17:50] moderator can i speak other verb then english.....i you allow it [17:50] kicklighter venezuela [17:50] hw to change the passwrd of my xchat account? [17:50] espanol....ter le vous problem ... go ahead [17:50] such hostility here [17:51] Cares: type 192.168.1.1 in your browser [17:51] ioria no its not working [17:52] CaRes can you arange private chat i'm not common with this anybody can join but i think first everybody must $$!***& [17:52] Cares: your router should have a cd [17:52] ioria thats right but i cant found it [17:52] Cares: download from the site [17:53] so could anyone help me with steam segfaulting? [17:53] ioria the router is working fine but just i want to put a password to just like to be private for me [17:53] what's in friendname about [17:53] Cares: sure, i see. go to the tp-link website and look for your model [17:54] what has a router to do with ubuntu.,..only ubuntu speak alike === scott_ is now known as Guest21057 [17:55] CaReS, your router has nothing to do with Ubuntu support. try ##networking [17:55] hey maybe we could program brand desktop for ubuntu based on amiga os 3.9 who wanna join...if ubuntu doesn't mind??? [17:55] kicklighter, chit chat to #ubuntu-offtopic [17:56] Cares: but i think you can do editing /etc/networking/interfaces [17:57] router? [17:58] try networking setting-->net... [17:58] ioria but i want to know the gateway, i am not sure :( [17:58] Cares: right.... try some combo 192.168.1.0 , 192.168.0.0 ... [17:58] CaReS, stop asking for router support here [17:59] bazhang: sorry :-/ [17:59] ioria, feel free to support CaReS in ##networking [17:59] I am having trouble with gnome crashing / not working on boot. Would it be advised that I just reinstalled gnome desktop? [17:59] 192.168.1.1 [17:59] huh oh wow that was weird after trying the exact same thing a couple of times i got a different result, anyway steam now goes up to connecting then crashes [18:00] here's the log from running it from the console: http://pastebin.com/DnhYGecU [18:00] Naphatul: Have you tried the support channel for steam? eg: #ubuntu-steam [18:01] well no i didn't know it existed [18:03] Naphatul some 100 people are there [18:04] hi [18:07] gmg85: hi too... :) [18:08] hello guys i am trying to configure the post fix for a Ubu install in a vagrant box...so a bit confused on the options i am supposed to select. [18:08] Did you call me? [18:08] Malsasa [18:08] sifu_: So whats the actual problem we can help you with? [18:08] Can anyone tell me the service name for the gnome desktop? [18:09] x35_, lightdm [18:09] x35, : /etc/init.d/lightdm [18:09] service lightdm [18:10] DerHeks, gnome is crashing on boot and I can't stop it from a terminal using service. [18:10] ctrl+alt+f1 [18:11] tao, i can get to a terminal but service isn't stopping it, it says it's stopped/waiting [18:11] bekks, hmm okey thats a hard one...if i choose the internet site...what are the requirements [18:11] x35_: Do you use lightdm or gdm? [18:11] x35, it is OK [18:11] lightdm [18:11] x35_: You can't use [ sudo stop lightdm ]? [18:11] sudo service lightdm stop , x35_ then try startx [18:11] Hey there! I'm having a bit of trouble with my wifi, how can I reset my broadcom driver settings back to standard? [18:12] sifu_: You have to have a server sending emails to, you have to have a static IP, you have to secure your server, you have to setup a MX domain record, etc. [18:12] BluesKaj: I wasn't aware that command still worked. [18:12] x35, sudo /etc/init.d/lightdm stop [18:12] SonikkuAmerica, why not ? [18:12] bekks, Yes. goto mxtools.com [18:12] PhatTony: What should I do there? [18:13] I thought it had changed to just [ start ] and [ stop ] [18:13] it worked here the last time I needed it , SonikkuAmerica [18:13] BluesKaj, I get error: /etc/X11/xinit/xserverrc: 3: exec: /usr/bin/X: not found, then some more errors [18:13] BluesKaj: OK... [18:13] omg flash player keeps crashing on me :'( in firefox [18:13] lundy: Did you reinstall the Flash plugin? [18:13] lundy: (yet that is) [18:14] BluesKaj, xinit: giving up xinit: unable to connecto to X server: No such file or directory xinit: server error [18:14] bekks, hmm okey sounds a bit too much for the time i have...maybe some another time...thanks for the help [18:14] is there a bit-torrent client where i can play videofiles while downing them? [18:14] nope, it shouldnt be that ... this is a fresh install [18:14] there are some in windows [18:14] x35 did you try sudo service lightdm stop [18:14] here i use transmission [18:14] lundy: Give it a shot anyway: [ sudo apt-get install --reinstall flashplugin-installer ] [18:15] BluesKaj, [18:15] oops === Kitar|st_ is now known as Kitar|st [18:16] BluesKaj, well that was lame.. I just had to reinstall xserver but i don't know why it was uninstalled.. [18:16] x35_, pok ..weird [18:16] ok [18:19] x35,if you want to uninstall xserver. you should uninstall xserver-xorg [18:19] I have nvidia-current installed but GL apps can't run. e.g. steam says the GLX extension is missing. I don't have a /etc/X11/xorg.conf. How do I make sure nvidia is used (OUTSIDE of Unity. I am in i3wm.) ? [18:20] how to play live stream [18:23] hi all [18:28] hi people [18:28] I need to install working nvidia drivers [18:28] for steam and minecraft [18:28] can someone help? [18:29] hey, the links for the image for installng ubunto on the macbook air are broken @ https://help.ubuntu.com/community/MacBookAir4-2 [18:29] *ubuntu [18:29] anyone know where to find it? [18:31] hi [18:31] I have nvidia-current installed but GL apps can't run. e.g. steam says the GLX extension is missing. I don't have a /etc/X11/xorg.conf. How do I make sure nvidia is used (OUTSIDE of Unity. I am in i3wm.) ? [18:32] does ubuntu has touch version or touch support for use with a touch notebook like Asus Vivobook? [18:32] So am I correct in understanding that ubuntu 12.10 has no non-pae install available? [18:32] Roubles: Yes. === ericab_away is now known as ericab [18:34] When I click on alink firefox opens. I want Chromium to open the links. What to do ? [18:34] john_rambo: Are you using Ubuntu 12.10? [18:34] Gerowen, No. 12.04 [18:35] john_rambo: Go to "System Settings", you can find it quickly by typing "Settings" into the search bar in the Unity menu, then once you have "System Settings" open, click "Details", in Details there should be an option on the left that says "Default Applications", in there you can change your default web browser. [18:35] Okay [18:36] `hey [18:36] Guest11778: Hey, :-) [18:36] i changed networking settings because wired networking wasnt working on ubuuntu but now i cant boot up, login screen just goes to a black screen [18:37] question - if i set up a shared folder with virtualbox and automount it, doesnt that automount it on the guest os ? why do i have to run mount -t everytime? [18:37] Gerowen: hey === Guest11778 is now known as ielo [18:38] where does sshd keep logs? i have no auth log or syslog in var/log [18:38] If I install an older version of ubuntu from a non-pae image, will this become a problem for me when I need to make updates in the future? [18:38] how to listen to online radio that use windows mediaplayer [18:38] Hi people [18:38] [18:38] [18:38] [18:39] I am on installing nvidia drivers from its own website [18:39] ielo: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [18:39] What should I do after using the .run ? [18:40] ielo: Sorry for not responding I was reading something else online. I'm not familiar with that particular issue. If you could provide some more info like what version of Ubunt you're running, and what other changes were made right around the time the problem started, somebody else in here may be able to help you, :-) [18:40] ho to listen to internet radio in ubuntu [18:41] ho to play internet radio on ubuntu that used windows media player === boze is now known as boze_afk [18:42] Roubles: Does your computer support PAE? (Physical Address Extension) [18:42] It's an old computer, centrino processor I think or pentium m [18:43] I get an error message each time i try to install, "this kernel requires the following features not present on the cpu: pae" so I am assuming the answer is no. [18:43] Roubles: Guess not. Try getting a non-PAE kernel. [18:43] ls [18:43] Yep. [18:43] Roubles: Check this: http://www.webupd8.org/2012/05/how-to-install-ubuntu-1204-on-non-pae.html [18:44] SonikkuAmerica: Will it cause a problem for me when I update though? [18:44] where does sshd keep logs? i have no auth log or syslog in var/logs [18:44] hey all i have 10.04 lts with ssd should i have swap? [18:44] Roubles: Currently or after you install the ISO mentioned on the page? [18:44] After. [18:45] I mean, there will be kernel updates right? [18:45] ho can i listen to internet radio [18:45] (I am trying to decide whether it's better just to walk away from ubuntu). [18:45] Roubles: No, you shouldn't. The Mini ISO is designed universally. You probably tried to install with an ISO that had a dependency on PAE. [18:45] hello all, I have a quick question. I am running win7 right now. Is it possible to install Ubuntu on a separate drive with its own boot-loader such that I choose which OS to boot by using the motherboard's boot devices priority? === fox_wilson is now known as fwilson === fwilson is now known as fox_wilson === fox_wilson is now known as fwilson [18:46] mdobrinin, sure [18:46] mdobrinin: If you install it on another device (such as another HDD), yes. [18:46] is it possible to change a symlink target without having to delete it? The "-f" option odesn't do the trick [18:46] and I don't need to mess with my current hd's bootloader? [18:46] mdobrinin: Although I'm not sure why you would want to do that... [18:47] mdobrinin: Nope. [18:47] i am thinking i doing this wrong this my specs 8 gigs ram 256 sdd running 32 bit [18:47] SonikkuAmerica: I had an issue in the past where grub messed everything up and I had to reformat everything, so I'm trying to keep the OSes as separate as possible :) [18:47] I figured out my wifi issue. got a new wifi card. [18:48] mdobrinin: The Windows bootloader won't find Ubuntu, but Ubuntu *might* find Windows, no matter what priority setting you select in your BIOS. [18:48] mdobrinin: Or at least GRUB2 [18:49] bilel: I don't think so, at least the ln manpage doesn't show an option for that [18:49] bilel: Why do you need to? [18:49] Does the current Windows Installer replace the windows bootloader with GRUB? [18:49] mdobrinin: Err... no, it does the other way around :P [18:50] mdobrinin: Oh, you mean WUBI? [18:50] theamin, yes I mean if I install Unbuntu with WUBI or whatever its called [18:50] basically, I want to dual-boot Ubuntu, but minimize the risk of something going wrong :) [18:50] mdobrinin: It doesn't replace the Windows bootloader with GRUB, it makes the Windows bootloader chainload grub [18:50] theadmin: it's for a deploy script, I'm not sure wether having this small latency time when the symlink doesn't exist is a good idea === mainerror__ is now known as mainerror [18:51] basically it's for symlinking the current production code to the new release [18:51] Hi [18:51] Camel`: Welcome to #ubuntu. [18:53] I've made a test script in order to understand the behavior but it looks strange to me : http://pastebin.com/bd61u8Qv [18:53] bilel: "mkdir a && mkdir b"... Really? "mkdir a b" [18:53] bilel: Geez [18:55] theadmin: sorry I'm a beginner, hope it didn't burn your eyes too much... [18:55] bilel: Meh, that's okay, just trying to help learn :D [18:56] help. my xfce looks like this: http://www.zimagez.com/zimage/screenshot-02162013-105008am.php and I cannot move or resize windows, and clicking on windows doesn't always bring them to the foreground. The windows have "x _ []" to close, min or max the window. it's very odd. [18:57] theadmin: np ;) but do you understand the output, apparently it should work but it' not the case, see http://stackoverflow.com/questions/1727280/is-there-a-way-to-edit-a-symlink-without-deleting-it-first for example [18:57] why can't i directy listen to the live stream of q-music.be but well when i copy the link in rhytmbox [18:57] pardon, the windows do *not* have close, max or min buttons. theirs a whole part of how windows tile, lay on top of each other, resize etc which is just suddenly broken. [18:58] bilel: Well, as you see, it should work with "ln -sf" [19:00] where did thunderbird store the mail files [19:02] where store thunderbird the mail files [19:03] theadmin: that's what I did, a comment below says it only works for files not folders, anyway I'll go for "rm mirror && ln ..." in that case [19:03] thx === TheSwed is now known as TheSwede [19:04] Hey guys can you help me out with my ubunutu problem? [19:04] TheSwede: Only if you explain what the problem is :) [19:05] ok so here's the 'new' error that i've been getting: http://pastebin.com/Lc7TLCMj [19:05] TheSwede, what is the problem [19:05] could anyone take a look? it's frustrating not getting clear error messages [19:05] wrong channel sorry [19:05] bilel: You can't "rm" a symlink like that, use "unlink" [19:06] rapoo h3050 + ubuntu реально? [19:06] Okay so here it is. I am trying to install the windows installer and dual boot it. I installed it to my seperate hard drive that does not have windows installed on it and it seemed to go okay. Then when I rebooted and chose ubuntu it asked me to put in the windows recovery CD and then directed me back to choose a boot option. [19:06] TheSwede, wubi? [19:07] yep [19:07] *sorry. rapoo h3050 + ubuntu is real to use? [19:07] !ru | go8765_P [19:07] go8765_P: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [19:08] i only had 10Gb free on my C: drive so i installed to to my D: drive instead to let me allocate more space to ubuntu [19:10] anything? [19:11] TheSwede: i can recommend not using wubi [19:11] Anyone else messing with the new Ubuntu steam? [19:11] wad, #ubuntu-steam [19:11] Ah, thanks! [19:12] okay, so if i was to install the 12.04 desktop version would it delete everything from the partition that it would be instlled to? === nyuszika7h_ is now known as nyuszika7h [19:12] TheSwede: only if you specify it to [19:12] how would i do that? [19:13] I believe there's an option in the installer -- something along the lines of "Use whole disk" [19:13] TheSwede: naturally you'd need a separate partition for ubuntu [19:13] wait nvm that's the disk not the partition [19:14] !partitioning | TheSwede [19:14] TheSwede: For help with partitioning a new install see: https://help.ubuntu.com/12.04/installation-guide/i386/partitioning.html - For partitioning programs see !GParted, !QtParted (!Kubuntu 8.10 and lower) or !PartitionManager (!Kubuntu 9.04 and up) - Other partitioning topics include !fstab !home and !swap [19:16] the thing is that I already have a partition on the drive. So i cant create a new one [19:17] I am considering moving to Ubunto from Windows 8 but how can I use Photoshop on Linux? [19:17] and also Skype (with webcam support?) [19:17] TheSwede: Then how do you want to install Ubuntu without having space for it? [19:17] Ice_Strike: Only via Wine. Skype is available natively. [19:17] Ice_Strike: Try using Gimp for photo editing [19:17] I knew someone will say Gimp [19:17] Yuck [19:18] Ice_Strike: You can run PS in Wine, it works fine most of the time iirc [19:18] Ice_Strike, check the appdb [19:18] i have 200Gb free im just wondering if i can install it to that partition and not delete my files that are on the same partition [19:18] theadmin I was thinking running virtual PC on Linux and install Windows on top [19:18] TheSwede: Only using Wubi which is not recommended. [19:18] Ice_Strike: That'd work too [19:18] TheSwede: You could use virtualbox as well. [19:19] theadmin Which would be faster as performance? [19:19] Ice_Strike: Wine would, most of the time, though on a decent machine it shouldn't matter... [19:19] i guess. I am just going to do a little experimenting for a while and get back to you guys if i have anymore problems [19:20] Ice_Strike: you can also run Windows in vbox (or just dual boot) if you don't want to let go of Windows [19:20] Ice_Strike: I've got XP & W7 in Vbox, both run pretty quickly (4gb, i3 laptop), I'd say its as fast as a native install if that helps [19:20] DJones Thats sweet [19:21] what about Skype [19:21] with webcam [19:21] Ice_Strike: Skype is available natively, like I said already. [19:21] Hmm I see [19:21] people i installed the plasma netbook in ubuntu software center but nothing happens???? [19:21] Hm I went to install again. It was doing "copying files" and that completed, so then I selected my location, but now it seems to have frozen again. I think it is related to that specific part, can anyone help me? I verified the md5 of the ISO... [19:22] kicklighter: Nothing will just "happen", you have to log in to it :/ [19:22] I by rapoo h3050 headphones but in wireles mode they not working. is anyway to fix this? [19:22] and what should i state in the terminal [19:23] i boot the thing log and out..... [19:23] Do I have to shrink my windows 7 partition to accommodate Ubuntu if I'm using WUBI? Or does it sit inside? [19:24] mdobrinin: It sits inside. You'd better use vbox. [19:24] mdobrinin: It installs to a file. [19:24] mdobrinin: You can install normally if you wish to do partitioning [19:24] mdobrinin: It's just a single button, really, "Install Ubuntu alongside Windows" :P [19:24] I am fine with it sitting inside, is ther a reason I would use vbox? [19:25] mdobrinin: Well, wubi is broken half the time [19:25] :( [19:25] on Windows - I never had problem with my PC shutdown accidently or powercut [19:25] Should be no problem with Ubunto? [19:25] Ice_Strike: It is no problem with Ubunt_u_ [19:25] i virtualbox you install steam for windows.....only in a tiny box....but that's all i need..... [19:26] bekks not even panic error issue ? :P [19:26] can someone please help tell me why I can see a 2nd hard drive but cant mount it http://pastebin.com/NcuJvzHP [19:26] Ice_Strike: Whatever that may be. When having a panic, there is no facility living anymore that could display something. [19:26] sdb is what im trying to mount, it was formatted in windows I think [19:27] i still got the prob plasma notebook....need some help [19:27] ilovett: sdb is an entire drive, not a partition. === JoFo_ is now known as JoFo [19:27] Ice_Strike: I've been using Ubuntu since 2006, I've not had any issues that couldn't be easily recovered from, certainly less issues than if I'd been using Windows [19:28] 03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5289 (rev 01) [19:28] suggestions? [19:28] MoL0ToV: On what? [19:28] DJones Ok that is good to hear.. [19:28] bekks: I can use it when in windows 7 -- what do I need to do to be able to use it in ubuntu? [19:28] bekks, is a card reader howto recognize? [19:28] ilovett: In Windows, there is a partition on that drive. [19:29] I got it working by disabling networking before selecting my location. That appears to have been making it hang. [19:29] MoL0ToV: I dont get what you are actually asking, I am sorry. [19:29] bekks: do I have to reformat in linux? or can I just read / create the windows partition [19:29] DJones If I install Ubuntu - what do I need to install and config for security? [19:30] Do you all use Linux as root login? [19:30] ilovett: No. You have to mount the partition not the entire drive. [19:30] Ice_Strike: Nobody does that. [19:30] ilovett: Hopefully noone have an open root login anymore. [19:30] theadmin Serious? [19:30] Ice_Strike: Ubuntu doesn't use root as default [19:30] Ah? [19:30] Ice_Strike: Yes, nobody uses a root account unless it's an admin task. [19:30] will ubuntu 12.04.3 have kernel from 13.04? [19:30] !root | Ice_Strike [19:30] Ice_Strike: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [19:30] bekks: there is no dropdown available in pysdm for sdb [19:31] ilovett: Whatever psydm might be. Pastebin the output of sudo fdisk -l please. [19:31] Ice_Strike: In Ubuntu, the root account does technically exist but it's locked out (disabled), so use sudo for admin tasks [19:31] !paste | ilovett [19:31] ilovett: 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. [19:31] hi [19:31] theadmin I get it now [19:32] http://pastebin.com/NcuJvzHP [19:32] I have unusual issue with my 12.04 64bit [19:32] goodevening my fellow ubuntunistas! [19:32] if i kubuntu plasma netbook .. will it change my default unity....and suggestions??? [19:32] kicklighter: It won't change anything... you have to log out, select a KDE session and log in to use it. [19:32] try it [19:32] can anyone offer me some advice on voyager 12.10? [19:33] I booted up Ubuntu today, logged in, a wallpaper momentarily flashed and Ubuntu went back to login screen. That's when I tried loggin in with Unity desktop. Logged in with Gnome without any issues. Any ideas how to fix? [19:33] bekks: http://pastebin.com/NcuJvzHP [19:33] I have a fresh install of 12.04 and I am having trouble making a call in skype, it will just crash. [19:33] andreas__: if it's not Ubuntu or officially supported derivative of it, then no [19:34] ilovett: As you can see, there is a partition called "sdb1". [19:34] Myrtti: ...I think Voyager is a web browser used in QNX... But uh. [19:34] Is nvidia geforce go 7400 still blacklisted to run Unity in ubuntu 12.04? [19:34] hello [19:34] or any newer ubuntu release [19:35] bekks: ok, I have been using pysdm up to this point, its a nice mounting gui --- I will try to mount it manually [19:35] bekks: thanks [19:35] is there anyone who can assist me with voyager? [19:37] How I can print from ubuntu? Is this a no-brainer? [19:38] aartist: Should be the same way you print from anywhere else, open a document and click "Print" in whatever you open it with... [19:38] aartist: You can print plain text files with "lp" from the CLI, too. [19:39] thank you people or whoever help me plasma netbook it look reall stunning .... lol!!!! [19:39] andreas_: ##ubuntu-voyager may be able to help you [19:39] what is an LDAP [19:40] $$$!** is this allowed???? [19:40] Installing Ubuntu Server and it fails on GRUB install. It's trying to load to /dev/sda but that's not the drive I have aprtitioned for the OS. See error here > http://oi48.tinypic.com/dwfalh.jpg [19:40] kicklighter: No. Only single characters are allowed. [19:41] Delux, how many drives in the system? [19:41] !ldap | jakey1 [19:41] jakey1: LDAP is the Lightweight Directory Access Protocol. For more information, installation instructions and getting clients to authenticate via LDAP see https://help.ubuntu.com/community/OpenLDAPServer [19:41] compdoc = 6 HDD and a USB Thumb Drive [19:41] So, has anyone had this issue - I booted up Ubuntu today, logged in, a wallpaper momentarily flashed and Ubuntu went back to login screen. That's when I tried loggin in with Unity desktop. Logged in with Gnome without any issues. Any ideas how to fix? [19:42] Hi all, I'm on a fresh install of precise, trying to get fglrx up and working on a HD 3000 series radeon card. Things *seem* like they should be working, my xorg.0.log looks promising, no warnings or errors, fglrx loads, but then xorg hangs with a black screen, and lightdm never comes up. Anyone ever had this problem? [19:42] Delux, I would just disconnect the other drives until after the OS installs. Btw, why couldnt it write to /dev/sda? sounds like thats lucky for you that it couldnt [19:43] compdoc - i dont have physical access to this box and it couldnt write to sda because it's not partitioned [19:44] hi, anyone know a ubuntu alternative to itunes for updating ios-devices? [19:44] tried itunes via wine and playonubuntu but its not working [19:44] !rockbox | snubbe [19:44] snubbe: rockbox is an open source firmware replacement for audio players from Archos, iRiver, Apple (iPod), and iAudio. See http://www.rockbox.org/ to get started! [19:44] Delux, and you cant use /dev/sda for the OS? [19:45] snubbe: There is none. You need Windows/OSX and iTunes. [19:45] Thanks guys! :) I want to dedicate a computer to a very simple, special program of mine. 1) I'd like the fastest booting linux distro available. So if I turn on the power, I'd like the system to start as soon as possible. 2) I don't want a regular desktop GUI. I'd like it to power on and jump into my program. Do you remember playing playstation or xbox? You put the disc in and powered on, [19:45] and then you were right in the game. You didn't need to click a shortcut or navigate any folders or anything. That's what I want this to be. A computer where you turn on the power and the desktop is my simple program. [19:45] compdoc - I dont want to [19:45] it's a smaller drive [19:45] How would I build something like this? [19:46] Checkpoint: Well, you'd go with a plain X based setup and put your program startup directives into your .xinitrc, then make sure X starts on boot... [19:46] I'm thinking I might just be able to create my own Desktop/GUI. Maybe I don't need to make a new "base" linux? [19:46] Checkpoint: probably better asked in ##linux [19:46] Checkpoint: Sounds like something for ##hardware and ##linux rather than an Ubuntu support question [19:46] Xubuntu, theadmin? [19:46] Checkpoint: No, "X" as in no desktop environment, just the Xorg server [19:47] Cool [19:47] theadmin you rule! [19:47] Checkpoint: I once made something like that with app being Chromium, attempting to recreate ChromeOS :P [19:47] Checkpoint: So feel free to PM me for help [19:47] lol! [19:47] Cool === zombiefox is now known as Fuchs [19:50] http://oi48.tinypic.com/dwfalh.jpg < what causes this error - I dont want to loaded to /dev/sda [19:50] hi everyone [19:51] hola a todos nigga's! [19:51] :D [19:51] ^_^ speak me [19:51] i have a problem [19:51] :D [19:51] joker_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [19:51] !language | joker_ [19:51] joker_: Please watch your language and topic to help keep this channel family-friendly, polite, and professional. [19:52] Hi, I open the terminal and I can't see it on alt+tab or where all the icons are placed in the left (dont know the english name) [19:52] but the terminal is still opened, why can this happen? === Kitar|st_ is now known as Kitar|st === vjn_ is now known as vjn [19:55] it seems to happen too with xchat [19:58] Hi, I have a thinkpad w500 with a firegl v5700. Trying to install fglrx on precise.. Xorg launches, xorg.0.log looks hopeful (detects my card), but ultimately xorg hangs and my screen just goes black. [19:58] Hi could someone help me please [19:59] I can't kill -9 the pid, I can't do anything with X (DISPLAY=:0 fglrxinfo/xrandr actually creates another unkillable process) [19:59] getting a strange mounting error about invalid NTFS signature... what to do? http://pastebin.com/jy0jJVxn [19:59] pastebin has fdisk -l as well [20:00] http://oi48.tinypic.com/dwfalh.jpg < what causes this error - I dont want to loaded to /dev/sda [20:00] ilovett: Thats not NTFS. :) [20:00] why does fdisk say it is? [20:01] maybe its fat? === dwinston_ is now known as dwecursion [20:01] ilovett: We dont know it. [20:01] ilovett: It is your disk :) [20:01] lol [20:01] how does fdisk determine the type of hd? [20:02] ilovett: fdisk doesnt care about the FILESYSTEM, it only displays the PARTITION type. [20:02] right then, the partition [20:03] My Ubuntu install is hanging at "Copying installation files." is it safe to reboot and consider it complete? [20:03] /dev/sdb1               1       60802   488383488    7  HPFS/NTFS [20:03] ilovett: The partition type has NOTHING to do withe filesystem on the partition. [20:04] yea, but fdisk -l produces "System: HPFS/NTFS" [20:04] oh lawd [20:04] ilovett: The partition type has NOTHING to do withe filesystem on the partition. [20:04] is that not neccessarily correct? [20:04] ilovett: Read what I told you :) [20:04] i think im reading fdisk wrong... [20:04] Has anyone gotten upmixing to work with pulse audio? [20:04] file system != system? [20:05] ive set enable-remixing and enable-lfe-remixing to = yes and default-sample-channels to = 5 but im still getting 2 channel output. What am I missing? [20:05] ilovett: PARTITION != FILESYSTEM ==> partition type != filesystem [20:06] Hi. Is there a way to save display resolution settings from one system and apply to another? [20:07] ok, I think I got it... [20:07] got some reading to do [20:07] thanks bekks :P === XenGi_ is now known as XenGi [20:09] http://oi48.tinypic.com/dwfalh.jpg < what causes this error - I dont want to loaded to /dev/sda [20:09] @jutas /home/username/.config/monitors.xml [20:10] @linus Thanks. I'll have a look [20:13] what does this mean? [20:13] install: missing destination file operand after `libssp0_4.1.1-21_amd64.deb' [20:13] gueriLLaPunK: "install" doesn't install things... [20:13] oh [20:13] gueriLLaPunK: You want "sudo dpkg -i whatever.deb" [20:13] oh thanks! [20:13] gueriLLaPunK: May need to run "sudo apt-get -f install" afterwards if it complains about missing deps [20:13] the real question is why are you manually installing debs [20:14] ...That too [20:14] !find libssp [20:14] File libssp found in gcc-4.4, gcc-4.4-multilib, gcc-4.4-source, gcc-4.5, gcc-4.5-multilib, gcc-4.5-source, gcc-4.6, gcc-4.6-arm-linux-gnueabi, gcc-4.6-arm-linux-gnueabihf, gcc-4.6-multilib (and 16 others) http://packages.ubuntu.com/search?searchon=contents&keywords=libssp&mode=&suite=quantal&arch=any [20:14] http://archive.debian.net/etch/amd64/libssp0/download [20:14] oh lord [20:14] i need that [20:14] gueriLLaPunK: Why are you installing a DEBIAN package in UBUNTU? [20:14] there are many reasons to manually install a package, not found in a repository or a ppa is the main one, but i could think of three more [20:14] Are there 'things' that I could do with a custom designed CMS that I couldn't do with joomla, wordpress etc.? [20:14] gueriLLaPunK: They're NOT compatible distros. [20:14] :\ [20:15] gueriLLaPunK: what's the problem you're running into that caused you to start hunting for that package in the first place? [20:16] im trying to compile rtorrent with xmlrpc-c and i got this error [20:16] configure: error: Could not compile XMLRPC-C test. [20:17] gueriLLaPunK: Why are you compiloing rtorrent. [20:17] gueriLLaPunK: It's in the repos. [20:17] gueriLLaPunK: sudo apt-get install rtorrent [20:18] @gueriLLaPunk you are going to need more of that error before your problem can be solved [20:18] i know its in the repos, but i was told i need xmlrpc-c with rtorrent === XenGi is now known as XenGi_ [20:18] im following a guide [20:18] shit, i made my bash prompt bold and now i cant put it back to normal [20:18] can anyone help [20:18] Hi! I am looking for a command that would copy a folder, but where i get a progress indication. Does anyone know such command? === XenGi_ is now known as XenGi [20:19] betz1: vcp [20:19] gueriLLaPunK: fair enough, I'd think that rtorrent was built with all possible options when it was packaged, but maybe not [20:19] checking it out [20:19] gueriLLaPunK: can you maybe provide a bit more context than that one line regarding your build error? [20:19] gueriLLaPunK: maybe pastebin the entire make log? [20:19] lol i got it luckily [20:19] betz1: Sorry, meant gcp, seems it's been renamed or something. [20:20] well, i just finished compiling and installing libtorrent, got no errors, Igneous [20:20] that was the last time in the error [20:20] it was doing a bunch of "checking..." [20:20] "checking for... [20:20] betz1, rsync --progress /copy/from /copy/to [20:21] what is the name of the 64-bit steam package? === JanC_ is now known as JanC [20:21] Igneous, http://paste.ubuntu.com/1665548/ === Kitar|st_ is now known as Kitar|st [20:21] MK`: "steam64", but it's not real. [20:22] MK`: There's no real 64-bit version of Steam, so that just pulls in the 32-bit version [20:22] ok [20:22] hm, I am getting 'unable to locate package steam64', same for just 'steam'. === xubuntu is now known as Guest10066 [20:23] Hello buddy [20:23] MK`: Also, for some odd reason, the Steam packages are in a private-ppa, so it's only installable via the Software Centre. [20:23] ah [20:23] It's only letting me select "Buy" instead of "install"... is that correct? [20:23] gueriLLaPunK: is there any further information in the config.log? there should be some compiler output associated with trying to compile and run that test, it would've gotten logged to config.log but not to stdout. [20:23] MK`: Yeah, it costs $0.00 though so you will not be charged, but you will need an USSO account. [20:24] alright [20:24] I'm JUTAS. I'm from a LIVE CD. There is no monitors.xml in the .config folder on the real filesystem partition [20:25] ok, rsync will do. thanks OerHeks and theadmin for the help [20:25] how do i copy and paste everything in config.log? [20:25] !pastebinit | gueriLLaPunK [20:25] gueriLLaPunK: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [20:26] !sprunge [20:26] ty [20:26] lame [20:26] gueriLLaPunK: imo if you have curl installed you can throw it up on sprunge a lot easier than installing some script [20:26] Igneous: Except it comes preinstalled :P [20:27] ah, that I did not know [20:27] Igneous: Nowadays anyway [20:27] so whats the cmd that i need to use before pastebinit? === boze_afk is now known as boze [20:27] to send config.log [20:27] cat config.log [20:27] ahhh [20:28] derp === mpmc|Away is now known as mpmc [20:28] Igneous, http://paste.ubuntu.com/1665585/ [20:28] !sprunge is Sprunge is a simple, text-only pastebin that you can upload files to via the command-line. To use, make sure "curl" is installed, and then run your_command | curl -F 'sprunge=<-' http://sprunge.us [20:29] There, for the heck of it :P [20:29] Igneous: You could also simply do "pastebinit config.log"... [20:29] * Igneous sitting in a ubuntu rescue session wih no TTYs to check the usage of pastebinit [20:30] but noted :P [20:30] Igneous: You can still read the manpage eh [20:31] maybe if I background irssi [20:31] I'm lazy [20:31] gueriLLaPunK: so, it looks like that "checking for XMLRPC-C, result: failed" is probably a pkgconfig check for something [20:31] I wish I knew what though, haha [20:32] give me a sec to google around [20:32] thank you kindly [20:32] Igneous: Why background irssi? Thats where byobu/screen come in :) [20:32] Or tmux. [20:32] Igneous, i found an updated guide. im trying that [20:33] it makes use of curl and svn [20:33] gueriLLaPunK: yeah I think the problem is actually more that --with-xmlrpc-c isn't a config option [20:33] so it's looking for an ac test to enable that, and it's not there [20:33] Trying to install Ubuntu Server on /dev/sdc1 but when it comes to selecting where to install the GRUB boot loader it fails to install. I tired selecting /dev/sdc1 and /dev/sdc - any thoughts? [20:33] or maybe I'm full of it [20:34] Hi! Ubuntu 12.10... Doesn't recognize ANY dvd... Cd yes.. installed sudo apt-get install libdvdcss libdvdread4 libdvdnav4 -so whats my next move ? [20:34] has anyone had luck installing guest addtitions on an ubuntu guest in Vbox? Version 12.04.2 or 12.10 [20:35] it's been a while, let me re-ask this: I'm on a fresh 12.04 install, trying to get fglrx to work with a firegl v5700/mobility hd3650. fglrx installs, the kmod loads, xorg starts up and logs lots of pretty success messages, but xorg hangs at '[fglrx] FIREGL BOARD DETECTED' [20:35] * |Slacker| had [20:35] Igneous, have you tried turning it off and on again? [20:35] <|Slacker|> xpistos, I ain't got no problems installing vbox guest additions [20:36] I just get a black screen, can't kill xorg, sometimes I can't even do 'ps aux', things get so hung up [20:36] nothing particularly helpful in my dmesg, or any logs for that matter :( [20:36] do i need to mount something ? I'm don't understand, cd's play but dvd's do nothing in drive [20:37] Works fine with xf86-video-ati or whatever ubuntu calls it though [20:37] just fglrx sucking [20:37] |Slacker|: I won't install right for me. Did you do anyting special? [20:37] <|Slacker|> Tatuus, there's alittle command you need to run in terminal....gimme a minute, I'll get that [20:37] THanks SLacker =) [20:38] i played dvd's fine before if i recall right [20:38] I have tried 12.04.2 and 12.10. I tried using virtualbox-guest-utils, the cd ... [20:38] <|Slacker|> xpistos, I had to access the folder through the terminal and run de vbox-guest-install as sudo from there [20:39] anyone use optirun ? [20:39] <|Slacker|> Tatuus, checke whether your system has libdvdread installed [20:39] I mean anyone have nvidia optimus system [20:39] Whta is acceptable packets loss in ubuntu when using wireless? [20:39] Slacer, yes it's installed [20:39] LivDVDread4 [20:40] also Libdvdcss [20:40] http://pastebin.com/XC8n9h5K [20:40] <|Slacker|> Tatuus, try this: sudo /usr/share/doc/libdvdread4/install-css.sh [20:40] and libdvdnav4 installed [20:40] I am going to try install the headers it asks for [20:40] Ok thanks, i try [20:41] but I had this in an earlier version as well with no luck [20:41] <|Slacker|> xpistos, oh...yeah...you'll need the headers [20:41] <|Slacker|> I needed === ubuntu is now known as Guest43026 [20:41] Hi, I just installed ubuntu over Vista, and now the mouse is laggy and screen keeps flashing, any advice? [20:42] I see around 3000+ program in my /usr/bin, what are they doing ? How they got installed , How I can find brief description of them? [20:42] worldofhacker.com [20:42] not sure what lines 11 and 12 do though [20:42] No, still absolutely nothing... Cd's recognized though.. Could this be a damaged dvd drive? I'm very confused [20:42] <|Slacker|> aartist, Ubuntu Software Centre [20:43] <|Slacker|> Tatuus, I read somewhere that after that command a reboot might be needed [20:43] Ok.... rebooting [20:43] thanks in advance [20:43] hi! I have the laptop: HP Pavilon b005ea, which comes with Windows 8 (UEFI added, of course). I want to get rid of W8 and install just ubuntu. The PC has a 32G SSD (sdb) + 512G HD (sda). I tried several times to install / in the 32G but after BIOS I get the message not operative system found (in UEFI and in normal BIOS). I've removed all the fake raids too. Any clue? === iorweth is now known as iorweth_away === Guest43026 is now known as eternalW8hate [20:44] I've tried boot repair too, but not luck at all [20:44] <|Slacker|> eternalW8hate, have you wiped all the partitions? [20:45] |Slacker|: Can I get that information in emacs? [20:46] so I installed ubuntu and managed to mess things up so that I don't have the quick launch bar on the left side, nor do I have the menu bar on the top... pretty good for 5 minutes of use eh? [20:46] |Slacker|: yes. I've removed them on the installation process, and then create the news that I need: / in sdb and /home + swap in sda. I've tried with this bootgrub kind of partition too, but didn't work either :( [20:46] <|Slacker|> aartist, dunno, dude...I ain't an advanced user [20:46] anyone can give me glxgear result via optirun ? [20:46] <|Slacker|> eternalW8hate, you have to create a 1MB partition with Bios_grub flag, otherwise it will never boot [20:47] <|Slacker|> uefi systems require this [20:47] Slacker.... Rebooted... still nothing. Cd's recognized still. I noticed that when i booted, the "boot from cd" with DVD disc in drive didn't even check the disk... maybe my dvd drive is damaged? [20:47] <|Slacker|> by the way...I needed to creat a 2MB partition, for some reason 1MB didn't work for me [20:47] Hey guys! Is there any easy way to remove two language sections from a PDF file? When I scroll from page 1 to the next page, it's in french and germany. So, there is a lot of scrolling to be done (650 pages). Screenshot of the PDf chapters: [20:47] <***> Playback Complete. [20:47] www.youtube.com/watch?v=B0TAuLJyFJoxch haha så jävla rolig scen [20:47] * Pake (www-data@localhost) has joined #Kalix [20:47] ericus: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [20:47] hmm, någon som vill hjälpa mig med att få bort sektioner från en PDF-fil? [20:47] <|Slacker|> Tatuus, maybe, yes [20:48] |Slacker|: what do you call tag? I've created 256M boot grub (this was on the list) [20:48] <|Slacker|> eternalW8hate, how did you create it? using the Disks Utility? === vjn_ is now known as vjn [20:48] i try to replace the drive... and get back to you... if still no go, it suppose it's odd :D [20:48] |Slacker|: yep, the partition program at installation (Advanced option) [20:48] <|Slacker|> and I said flag, not tag :p [20:49] Hi all! Anyone have any opinions on 12.04.2 LTS? The update manager said it's available. [20:49] |Slacker|: sorry :D I read about that flag/tag, but I just thought that was this kind of partition and this is all [20:49] <|Slacker|> eternalW8hate, you need to have an unformatted partition of at least 1MB reserved for the BIOS [20:49] AH, Now it said I am having a problem with depmod [20:49] |Slacker|: I am on live system now, I will try to do it and let you know [20:49] <|Slacker|> when you create it, you go in advanced and select BIOS whatever I forgot the name [20:49] Hey guys! Is there any easy way to remove two language sections from a PDF file? When I scroll from page 1 to the next page, it's in french and germany. So, there is a lot of scrolling to be done (650 pages). Screenshot of the PDf chapters: https://dl.dropbox.com/u/4375930/Screenshot%20from%202013-02-16%2021%3A29%3A41.png [20:50] <|Slacker|> at the drop down menu for the FS [20:50] ah ok, this is exactly what I made then |Slacker| [20:50] I will start the installation process again. But before that. Should I change my BIOS back? use uefi or legacy mode? [20:51] <|Slacker|> I couldn't do it with UEFI, I had to disable it [20:51] The manuals on internet recommend keeping uefi, but it didn't really wokr [20:51] ok |Slacker| then, summarizing: disable UEFI + enable legacy + add boot partition of 10M? [20:51] <|Slacker|> yup, it might work I guess === piotr_ is now known as Soczysty [20:52] worldofhacker.com [20:52] ok |Slacker| thanks! [20:52] <|Slacker|> just remember it needs to be an unformatted BIOS whatever the name is partition :P [20:52] http://www.worldofhacker.com/Article-FACEBOOK-HACKED-IN-ZERO-DAY-ATTACK [20:52] <|Slacker|> np dude [20:52] |Slacker|: ok.. It would be nice, if it is available, like Emacs package manager.. . [20:53] hi. how do i kill specific python scripts from the command line? === piotr__ is now known as Soczysty [20:53] TomSlominski: get pid and kill .. [20:53] TomSlominski, ps ax | grep python, find the process and kill it [20:53] <|Slacker|> TomSlominski, ps -A | grep nameofscript? === vjn_ is now known as vjn [20:54] perhaps I haven't phrased the question right [20:54] im having a little trouble with xscreensavor on 12.10. as well as 12.04. i go to change the screensavor or whatever, and check as i check the Preview of it, it say with popup: The XScreenSaver daemon doesn't seem to be running on display ":0.0". Launch it now? it then The xscreensaver daemon did not start up properly. Please check your $PATH and permissions. when i press ok. also, when i do ctr-alt-L it locks, but no screen [20:54] it shows up as "python ./cloudprint.py" [20:54] hi all [20:55] i have a t40 with built wireless, but when i nm-tool, the decive isn't listed [20:55] used ndiswrapper, still won't show [20:55] bios shows the device is there [20:55] what's the hell is going on? [20:55] <|Slacker|> TomSlominski, kill -9 name.py [20:56] I also tried apt-get install linux-headers-$(uname -r) but it said I have the correct header installed [20:56] ubuntu 12.04 on thinkpad t40 [20:56] <|Slacker|> albivian, your device is hard locked, maybe? [20:56] albivian: look at lspci/lsusb if the device is found. check rfkill if its blocked. see dmesg what happens [20:56] How do I execute "empathy"? [20:56] k11 [20:56] I've installed everything mentioned at https://help.ubuntu.com/community/Empathy [20:56] wizack: press super-button and type empathy? [20:56] k1l: will try it briefly [20:57] k1l: What is supper-button? [20:57] |Slacker|, even if i'm in the script's directory i still get a no process found error [20:57] wizack: the windows logo button [20:57] <|Slacker|> 0.o [20:57] this is actually meant to be used in an init script [20:57] |Slacker|, hang on, maybe ive killed it now. ive killed python entirely before [20:58] Hellu all, was wondering if anyone knows a way to get my Logitech G510 keyboard to work. ( M-keys,G-keys and the screen)? Using ubuntu 12.10 64 bit [20:58] im having a little trouble with xscreensavor on 12.10. as well as 12.04. i go to change the screensavor or whatever, and check as i check the Preview of it, it say with popup: The XScreenSaver daemon doesn't seem to be running on display ":0.0". Launch it now? it then The xscreensaver daemon did not start up properly. Please check your $PATH and permissions. when i press ok. also, when i do ctr-alt-L it locks, but no screen [20:58] i think xscreensaver and unity don't play nice together [20:59] im starting to think that as well unheeding [20:59] im using gnome classic at login screen, and lightdm, not gd [20:59] the screensavor i have is gnome based [20:59] Hello [21:00] gdm i would think must be perm'd for gnome only, but im running lightdm, actually this the first time im using lightdm on ubuntu vs say debian 6 [21:00] wheezy i believe [21:00] I am trying out Wubi and installed it with the 25GB option selected. However, I attempted to install a program that was 10GB and it told me I did not have necessary space. Looking under disk usage, it said I only have a 3GB partition. What can I do to expand it? [21:01] wonders what the work around is for gnome screensavor to work with non-gdm dm manager [21:01] How long does it generally take to get new versions of software into the repos? I see that LibreOffice 4 has been released and was wondering when it would be in the official repos? [21:01] but the message is xscreensaver thats what is annoying and it states perms or check path or whatever, everything is default here [21:01] im make not changes to an gconf confs [21:01] locally or as root [21:02] sajan: new versiones come with new ubuntu release (beside fixes for security reasons or other heavy bugs) [21:03] k1l: I see. So the new LibreOffice probably won't hit Ubuntu's repos until 13.04 then. [21:03] sajan: im not sure what the route is for 12.04. but i think 13.04 will be the one to go [21:03] i think the root cause, is when i log in, the xscreensaver is not starting... should i do a rc.local, but that wont help, i get the error above when i try manually, this its a root setting somewhere. i just want my screensaver to work when i lock it or auto does so... [21:03] brb [21:03] can anyone help me with a larger wubi installation? [21:03] I just installed nVidia's latest drivers and one of my monitors flickers like crazy. Any idea? === Kitar|st_ is now known as Kitar|st [21:04] someone knows, how i can reset the keyboard shortcuts? [21:04] in ubuntu 12.04.2 [21:04] im this close to saying shine to gnome and moving to xfce4 if unity/ubuntu are going to bump heads like this [21:06] Riflex: under admin > settings there is system settings, there is a keyboard short cut gui awaiting [21:06] sajan, what's new with it, and what version did the new thing appear in [21:06] apps > sys tools > sys settings [21:06] look for the keyboard ;) [21:07] is there anyway i can have different startup applications for unity and gnome? [21:07] sajan, https://launchpad.net/~libreoffice/+archive/ppa https://launchpad.net/~libreoffice/+archive/libreoffice-prereleases, find if you have your version there [21:07] gry: To be honest, I haven't even tried 4.0. The new libreoffice site looks well updated though. I was just curious as I have about 40 computers to update and have a repo or a ppa is much easier. [21:07] is there a process accounting package for ubuntu? [21:08] gry: Thanks! That PPA is exactly what I needed. [21:08] I need to keep track of how much CPU my users are using [21:08] linus apps > sys tools > sys settings > details > default apps. thats the only thing i noticed other than changing conf files all over the place [21:08] PoolShark_, I use htop, is there something specific you're after other than a good task manager? would you want some per-user stats/logs/graphs? [21:09] Warning unknown version of X windows system installed [21:09] no idea where the start up apps are anymore [21:09] not installing x windows system driver [21:09] im coming from 10.04. everything has changed, and moved around, its almost like a windows os [21:09] gnome wont let you right click the gnome-panel anymore,,, wtf [21:10] gry: yes, I need to keep track of per-user CPU usage with logs and stats and such... [21:10] PRabyte: In Natty/Oneiric and up, System Settings > Startup Applications [21:10] SonikkuAmerica: someone else asked that [21:10] !natty | Of course [21:10] Of course: Ubuntu 11.04 (Natty Narwhal) was the fourteenth release of Ubuntu. !End-Of-Life on 2012-10-28, see http://ubottu.com/y/natty for details. [21:10] point it to them [21:10] PRabyte: but there's no reset button :( [21:11] Riflex: eh? [21:11] PRabyte: Who asked? I came in late [21:11] the config file created by the startup application program is shared by both unity and gnome, i want to use two different [21:11] linus i think [21:11] hi. If I run 'umask', I get ths output: '0002' [21:11] yep linus is his nick lol [21:11] rather bold [21:11] but I can't find no place there the 'umask' is set to that value. [21:11] linus: Since Natty, System Settings > Startup Applications. [21:11] should http://www.ubuntu.com/testing not having raring ringtail? [21:11] PRabyte: no button for keyboard shortcut reset [21:11] its my real name, nothing bold about it [21:11] ohhh [21:11] ic [21:12] The places I checked (~/.profile and /etc/profile) set it to 022 [21:12] hello. help me please to fix rapoo h3050 headphone working in ubuntu [21:12] Riflex: yah its tricky [21:12] Riflex: you backspace each as select each one, it disables it [21:12] So, where is the current umask being set? [21:12] anyone know how to deal with wubi install sizes? [21:13] PRabyte: ahh man thank you a lot [21:13] PoolShark_, there is 'acct' tool, look it up in software center, does it do what you need. http://www.cyberciti.biz/tips/howto-log-user-activity-using-process-accounting.html [21:13] This is so frustrating. I can't find anything that seems to work [21:13] have a good night everybody [21:14] the thing i hate about gui's is it doesnt really teach you anything, since 12.x ubuntu, its real kindergarten looking... gnome classic is have there, everything is moved around... someone kick shuttleworths balls already, and put stuff back. this unity format is horrendeous even to average users. [21:14] np [21:14] ok, I missed the USERGROUPS_ENAB, that seems to be related to how umask will be set for some particular cases === LaserShark is now known as BillyTheKid [21:14] the only solution ive come up with is using different users for gnome and unity but that solution isnt elegant === BillyTheKid is now known as LaserShark [21:15] what is the best ubuntu version now for webservers? [21:15] myfirstmessage [21:15] im starting to think there are unity program versions vs gnome desktop versions. look at screenshot in software center. and alas, screensavor, Xscreensaver daemon desnt't seme running yadda lanuch it now... come on... screensave isnt working by default? [21:16] @PRabyte I find the unity interface quick and simple, but it is simple enough to add a gnome3, or gnome-classic, or lxde or any other desktop session [21:16] screensaver daemon was removed for security reasons [21:16] omg.. why [21:17] I hate installing other environments, so much duplication :( [21:17] brb [21:17] Suddenly you have a billion appearance properties, and you have to sift through to figure out which one works [21:17] @computerex there is hardly any duplication between untiy, gnome3 and gnome-classic [21:17] alexxv46: hi. [21:18] anyone use rappo h3050 in ubuntu? [21:18] go8765: Why? [21:18] bekks: what why? [21:18] hello)) [21:18] !anyone | go8765 [21:18] go8765: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [21:20] bekks: my "next question" I asked, but anyone answer, so I ask if anyone use this headphones [21:20] go8765: Just ask your REAL question please. [21:21] mb someone have no pb with its [21:21] go8765: Do you have an ubuntu related support question? [21:21] linus your miles varies from mine, your purpose with your gui is diff than mine, i like to customize mine. unity does NOT allow this. as you well know === boze is now known as boze_afk [21:21] mine doesnt allow a friggen screensavor to run [21:22] i find security not an issue with screensavor, anyone who has access to a box can access it, there is no way the gnome screensavor has an issue on this box and especailly through a fire wall... [21:22] bekks: ye. I have rappo h3050 headphonea that dont work in ubuntu. so i try to find way to fix it [21:22] its a local service [21:22] !details | go8765 [21:22] go8765: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [21:23] matter of fact, dont run a gui, its a security issue, but the gui wasnt dropped... please... [21:23] there is a long descirption on launchpad about the secrutiy vulnerablity but it isnt really important [21:23] all services have security vunerabilties, but they are still starting at boot up... [21:23] good grief [21:23] I'm having issues getting ident to work for both ipv6 and ipv4 anyone have any pointers? i'm using oidentd [21:24] ubuntus goal has always been end user simplicty, that may why it seems like they take out customizations [21:24] someone kick mark shuttleworth already, put gnome back the way it should be, and stop controling us.. sheshh [21:24] is that *the* linus? [21:24] but in reality it is still all open source so you can always change anything you want [21:24] hello [21:24] yharrow: No. [21:24] oh ok :P [21:24] im linus from fargo not sweden [21:25] ah ok [21:25] :D [21:25] if i was the linus, there is no way id be deffending unity [21:25] hehe [21:25] Linus made the kernel, not ubuntu [21:25] bekks: ubuntu 12.10 + rapoo h3050. in windows i have some troubles too with this headphones(some extended driver option, after remowing that all become work. is anyway to do the same in ubuntu?) [21:25] i believe that ubuntu replaces the freedom of technical customization with the freedom of user interface customization [21:26] go8765: Windows problems are irrelevant in here. Please describe your problem without using "they do not work". [21:26] who are you? [21:26] Linus has lost his mind [21:26] no [21:26] Yharrow: ubuntu doesn't replace anything. You can remove and customize whatever you want === acidflash_ is now known as acidflash [21:27] senjai, ubuntu offers less technical avenues of customization, aka less technical tools as far as i know [21:27] time is appening [21:27] Why do you think mr torvalds would be a fan of unity? because i doubt it, if i had to guess id say he uses a version of debian but it might be something more obscure [21:27] Yharrow: it doesn't. I'm afraid to say your ignorant [21:27] yharrow: It offers more than windows. [21:28] no one is comparing anything to windows, i believe this discussion is about linux distrobutins or more specifically desktop enviroments [21:28] Senjai, don't be afraid to say anything. And having not made an actual application by application copmarison, I can neither confirm my ignorance nor support my position [21:28] Linus this discussion is nothing of the sort [21:28] !ot [21:28] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [21:29] Senjai, I was not implying that ubuntu is inferior in any way. Only that there are *some* distributions which cater to a more technical crowd [21:29] Is there any decent way to map an Ubuntu package that is coming from the security repo *back* to the Ubuntu USN without having to do a lot of manual searching? [21:29] lets stick to technical support in this channel. we have #ubuntu-discuss or #ubuntu-offtopic for the other topics, thank you guys [21:30] bekks, I completely agree with you. Again I am not attacking ubuntu in any ay [21:30] Yharrow: define a tool? Because afaik all Linux/gnu distros come with gnuutils and gnu tools necessary for manipulating th system. Just because ubuntu looks pretty doesn't mean it's different [21:30] way* [21:30] bekks: I think that this is plug and play device, so I think that it dont need any options to use it. But I dont now what to describe more. I put wired-dongle and dont hear any sound in ubuntu. So I think mb deliting some extended options of this device(like in windows I do) help to fix my sound trouble, but I dont know how do this in ubuntu. [21:31] yharrow that's not true. you can customize just as much iin ubuntu [21:31] Whats a good secure FTP ? [21:31] yharrow: You can install additional things on Ubuntu and customize it. It's newbie-friendly from the start, but can be customized to fit your needs. A Debian packaging system with an emphasis on newer packages is the reason I stick to it myself. [21:31] @go8765 do you have pulse audio volume control installed? [21:31] Puffs secure FTP is secure ftp [21:31] linus: yes [21:32] does you hardware show up as an option in there? [21:32] if you have a usb dongle that is plug in play you will see it there [21:33] I am well aware that a sophisticated packaging system with access to comprehensive repositories allows for the same level of customizations as any other system with access to those same or similar tools [21:33] yes. i see it [21:33] linuus 3 or 4 devices [21:33] yharrow: That said this channel isn't all Ubuntu users; some people help here while using non-Ubuntu distributions. [21:33] Yharrow: that sentence is 100% rhetoric and contributed nothing to your standpoint [21:33] hello, i'm having a bit of an issue with e2fsck. is this the right place to find help for it? [21:34] Ubuntu_User: Definitely a good place to start. Give your details and see what this channel can do for you. [21:34] do the headphones plug into the dongle or do they use RF or bluetooth? [21:34] Ubuntu_User: Yes. === XenGi is now known as XenGi_ [21:35] well, it's no so much of an error as the percentage complete isnt going up. the time elapsed is updating, and the error count is going up, but it stays at 1.23% done. [21:35] Ubuntu_User: It can take quite a long time. I've seen fsck running for more than 24 hours. [21:35] cant i change my root passwd by booting into recovery mode and running passwd? seems im getting an authentication token manipulation error [21:36] !root | MACscr [21:36] MACscr: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [21:36] linus: I think that plug and play http://rapoo.com/showdetails.aspx?P_No=H3050 [21:36] MACscr: Are you able to use sudo from another user? [21:36] I as simply defending against insinuations that all distributions are more or less the same as long as they have a good packaging system included. Which to an extent, is not entirely false. Since, if you isntall the same packages on all systems they will all more or less be the same. [21:36] hmm. ok. i'll wait a bit more. its a 320gb drive, so it might take a while. [21:36] thank you. [21:36] ah, nvm. Didnt realize recovery mode was read only [21:36] i just need to remount things i guess [21:37] yharrow: please take it to the channels mentioned above and stick to technical issues in here. thanks [21:37] Yharrow: all distributions come with the same [21:37] it has been running for over an hour, though... [21:37] MACscr: you shouldn't have a root password though [21:37] MACscr: Recovery mode for Ubuntu has a mode to write to disk too. [21:37] k1l alright thanks [21:37] Ubuntu_User: There are 23h left ;) [21:37] 1 hour is not 1.23 percent of 24 hours xD [21:38] Yharrow tools, I can do anything in my archlinux vm which is command line only, in ubuntu. More to the point I can take a barb es system and install a package manager, just like how I can remove u untus understand? [21:38] you would have had a much easier time if youd have bought a bluetooth dongle and bluetooth stereo headphones, but if you can see a device in pulseaudio volume control when the dongle is pluged in you should be able to get them to work [21:38] oh, my, it just changed to 1.24. i guess ill be here a while. [21:38] at least i know its not stuck. thanks! [21:38] Senjai: same for you. #ubuntu-offtopic and/or #ubuntu-discuss exists [21:38] Bare bones** sorry typing on a phone [21:39] gry: mount -rw -o remount / got me where where i needed to be [21:39] Cool. [21:39] MACscr: You should fix the reason for having it mounted read-only first. [21:40] I wanted to upgrade from 10.04 to 12.04 but upgrade failed, now I want to go from 10.04 to 11.04 but I can't get starting the install. [21:40] here are the problems: https://gist.github.com/DriesS/4968848 [21:40] what do I have to do? [21:41] AxonetBE: there is no 10.04 to 11.04 [21:41] k1l: 11.10 I mean [21:42] click on the speaker in the top bar then select sound setting [21:42] AxonetBE: There is no 10.04 to 11.10 either. [21:42] AxonetBE: thats a no go, too [21:42] AxonetBE: There is either 10.04 to 12.04 or 10.04 to 10.10 - thats all. === xiambax_ is now known as xiambax [21:42] now select hardware, then select your headphone dongle, then test speakers [21:43] AxonetBE: you can only do a 10.04 to 12.04 upgrade or you make a upgrade from 10.04 to 10.10 to 11.04 to 11.10. [21:43] bekks: Ok tried from 10.04 to 12.04 but was not working. [21:44] AxonetBE: "was not working" - which error messages did you get? [21:45] how can I see my arp table? [21:45] hi guys i'm having a problem setting up tightvnc. It starts up fine and kde starts loading and just before it finishes it completely crashes with no output in the .log at all [21:46] has anybody else here setup tightvnc before ? [21:47] linus: thank you! when I turn off my microphone in second headphons - i get sound! [21:47] pavucontrol help) [21:47] i'm having probably-fatal problems caused perhaps by an interrupted upgrade. i can't seem to install successfully the latest ubuntu "linux" package.. i get stuck somewhere between apt-get, dpkg, & update-initramfs.. i need help, please. [21:48] bekks: it is in dutch but error messages will be the same https://gist.github.com/DriesS/4968882 [21:49] bekks: there is mentioned that there was critical error and that the update was finished but not succesful [21:49] AxonetBE: Whats the output of "lsb_release -a" now? [21:49] AxonetBE: Put it in a pastebin please. === XenGi_ is now known as XenGi [21:49] Font directory '/usr/share/fonts/X11/75dpi/' not found - ignoring [21:49] Font directory '/usr/share/fonts/X11/100dpi/' not found - ignoring [21:49] those are the only two errors at all in the .log [21:50] anybody? [21:50] bekks: http://pastebin.com/HgLQMMTT [21:52] AxonetBE: did you install some ruby (or other stuff) that comes not from the official repos? [21:52] k1l: yes this is possible, it is already year ago that I did something on this server. [21:53] AxonetBE: your ruby packages seem to be a mess. [21:53] k1l: and how can I solve this? [21:53] the ri1.8 package wants a newer package than its in the official repos === root is now known as Guest67044 [21:54] can I easily remove this and will solve it the problem? [21:56] k1l: because when I want to remove this packages I got this http://pastebin.com/kwjidcKA [21:56] c4nuck, are you installing the tightvncclient or the server ? [21:57] AxonetBE: im not sure if removing that package will break some other things of your setup. but that is what i would try. make sure the system got a backup === Guest35062 is now known as Elli0tt [21:57] k1l: but it is not possible, see the pastebin [21:58] AxonetBE: try a apt-get -f install [21:59] How to check from which package is /usr/bin/somefile ? === XenGi is now known as XenGi_ [22:01] I'm looking to buy a top of the line laptop (someone else is paying) that runs 12.10 - what manufacturers have the best support and functionality with ubuntu? [22:02] the Dell xps13 developer laptop looks great, but it's a 13in screen, and a not-so-functional video card [22:02] Kireji, system 76 [22:02] i would build my own [22:02] Guest67044: a laptop? [22:02] yep [22:03] BluesKaj: googling [22:03] !rootirc | Guest67044 [22:03] Guest67044: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet. [22:04] buy a laptop case to be able to host a mitx card and a i3 or i5 quadcore [22:04] BluesKaj: have you used a system 76 laptop? what's your experince? [22:04] vifanq, dpkg -S /usr/bin/somefile [22:04] gl hf ;) [22:05] how do you get more info out of upstart when a job fails to start? [22:05] does system 76 optain the chasis from a OEM and if so who? [22:05] obtain [22:05] Kireji, no i haven't , but I've seen good reports ...they aren't available everywhere afaik [22:05] k1l: that fails also http://pastebin.com/At47KTge [22:06] chisle, Kireji https://www.system76.com/laptops [22:07] Hello [22:07] AxonetBE: erm, what command caused that? and yould you pastbinit your "/etc/apt/sources.list"? [22:07] I want to put ubuntu on my mac can I? [22:08] nobody here is able to help me with my tightvnc problem ? [22:08] !mac | passion [22:08] passion: For help on installing and using Ubuntu on a mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [22:08] passion, yes [22:08] BluesKaj: I am considering a System 76 purchase within a month and have browsed their site. However I was jsut wondering if they simply confugured and rebadged another manufacturers machine. [22:09] passion, osx is modeled after linux [22:09] WeThePeople: Thats nonsense. [22:09] bekks, iirc [22:09] WeThePeople: OSX is a UNIX derivate, while Linux isnt. [22:09] k1l: http://pastebin.com/fmiUfT8V and the command that was causing this was apt-get -f install [22:09] WeThePeople: You remember something pretty wrong. [22:09] bekks, ok, you done correcting me?? [22:10] AxonetBE: thats the problem. you got debian repos in your sources.list [22:10] WeThePeople: We'll see. :) [22:10] *are you done correcting me [22:10] lulzz [22:10] you forgot the period [22:10] Ha [22:11] AxonetBE: remove them. make the precise to lucid and try the "apt-get update &&apt-get dist-upgrade" after that do the "do-release-upgrade" [22:11] k1l: I put them because in the previous error they said to add the lenny repos [22:12] So is there even an advantage of having a ubuntu on OSX (both being unix derivitave) [22:12] since Mac OS X is the more pretty and polished system? [22:12] passion: Linux is NOT an UNIX derivate. [22:12] is anyone savvy around? i need some real help over an interrupted upgrade's aftermath. look at my pastebin please, anybody, i have no idea what to do from here... http://pastebin.ubuntu.com/1666244/ [22:12] passion: It never was, it never will be. [22:12] Oh [22:13] You can put a lot of the same linux program on mac though unlike Windows [22:13] passion: its your choice which OS you want to use on your hardware. if you want ubuntu try to install it [22:13] bekks: it's somewhat silly to say that to someone who knows it's true, but so very necessary a distinction to point out to those who see the two as the same ;) [22:13] passion: do you ever write your own programs? [22:14] nydel: I said it to someone who didnt know it. [22:14] I guess that would be the downside is that OSX is more costly.. but you can install most Linux apps (i think through macports)??? [22:14] I am planning untu [22:14] passion: and for macOS support see their support :) [22:14] My whole goal is to write my own programs [22:14] yes [22:15] bekks: i know, i meant to be agreeable & playful..i meant 'you are right & i know just what you mean' but tried to say it in a funny way. not very on today, apologies [22:15] I did notice that linux out of the box seemed to be better for app development [22:15] does anyone have personal experience with system76 laptops? [22:16] where do i save this cron script and what do i name it? ubuntu 12.04 [22:16] http://forums.rutorrent.org/index.php?topic=1442.0 [22:16] passion: do you simply enjoy writing, or do you have an end in mind, a program you want to make then stop, that is [22:16] reliability, construciton quality, ubuntu feature support, hardware compatibility? [22:16] I just don't see me running it virtualized... it will squeeze up all my memory. I would use linux prob the main CPU if I could somehow run it aside my Mac/Win setup [22:17] I want to learn more html 5 / css and then maybe python. I want to create web and mobile apps. I want ot build my own niche social network. [22:17] passion: for what do you require an operating system other than ubuntu? if anything/s in particular? [22:17] passion: Install vbox and just dont use all your memory by simply not assigning ALL RAM to the vm. [22:17] Kireji: I'm interested in System 76 also, more specifically thoer battery life [22:17] I mean finish learning html5/CSS then master javascript and add a serverside lanauage. [22:18] passion: throw out javascript and learn Perl first [22:18] I have VMware fusion would that be better? I was under the impression virtualbox was dated [22:18] passion: i dont see a technical ubuntu issue in your programming career :) [22:18] bekks: could you look at my pastebin & see if you have any ideas for me? i am desperate & i bet you know a lot more than i. [22:18] perl for web / mobile apps? [22:18] I don't know much about perl [22:19] chisle, Kireji , here's a review , and it appears these pcs and laptops are built by an OEM to system 76 specs , not dell oe some such with ubuntu installed by a techie. [22:19] nydel: Line 12 of your paste :) [22:19] https://www.system76.com/laptops [22:20] anybody running an ubuntu guest in virtualbox under win8? [22:20] chisle, , Kireji http://www.omgubuntu.co.uk/2012/09/the-system76-gazelle-professional-just-how-good-is-it-review [22:20] !anyone > mynick13 [22:20] mynick13, please see my private message [22:20] Is there a way to setup a location on a second drive for a user if it not home for like FTP? [22:20] I want to create my own community with groups and what not - sort of like a social network like FB but on a micro scale - I don't know where to start really except with the basics. I might hire my own programmers but I don't have more than $800 to spend. [22:20] BluesKaj: thanks for the link [22:20] !ot | passion [22:20] passion: #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! [22:20] And I want it to be built from all open source [22:21] so I own and control where the proj is headed. [22:21] bekks: i see that's where it goes downhill.. but i don't know exactly what to do with it, could you get me started? [22:21] I don't know if I should learn to code in Linux or stay with Mac [22:21] BluesKaj: that looks like a Sony chasis [22:21] God damn it ubuntu, why you no work for me === canihojr is now known as CanihoJR [22:22] my question would be, why does my ubuntu install crash at the very end? [22:22] nydel: Did you try sudo apt-get -f install ? [22:23] mynick13: Whats the error message you get? [22:23] Im confused too as all the opensource editors for Linux are for Mac too- But I kind of want to force myself to learn linux because if I get a job doing computer that one more marketable skills I think? [22:23] just virtualbox has crashed [22:23] chisle, no idea , never owned a sony ...did some research but couldn't find much the actual manufacturer [22:23] When I start ubuntu all I get is a black or purple screen, any ideas? It worked just fine until I restarted it after instalation [22:23] hey how do i install ubuntu on a macbook pro4,1 when i don't have a dvd drive? i have an external dvd drive, i also have a flash drive, i downloaded the mini.iso but when i plug it in refit kicks back an error about EFI something and that macs don't usually support booting from flash drives [22:24] bekks: yessir i did. that's about the time i get a hang on the update-initramfs command [22:24] Joel__: install the driver for your video card? [22:24] ubuntu is there, it will work, but you have to change the boot sequence in the vm [22:24] k1l: I think I did that. I am not entirely sure. Tried some lines to install fglxr or something like that. No luck. [22:24] passion: as you learn to program, you will appreciate open source more and more, and if you get good, you will find closed-source to be a ridiculous concept. at that point you will either stay with linux or switch to linux. [22:25] if it boots with cd/dvd it will start like a live disk [22:25] where do i save this cron script and what do i name it? ubuntu 12.04 [22:25] http://forums.rutorrent.org/index.php?topic=1442.0 [22:25] if it boots from the 'hard drive' it will boot into the installation [22:26] k1l: I dont even know the command to install the drivers. :( [22:26] gueriLLaPunK: we prefer you to post to our pastebin at http://pastebin.ubuntu.com [22:26] gueriLLaPunK: i doubt anyone will click your link as it looks sketchy. [22:26] the rutorrent forums is sketcky? LOL [22:26] gueriLLaPunK: Thats not a cron script. [22:26] so i'm wondering if anyone else has experienced this [22:26] if i was posting a bit.ly or something [22:27] bekks, what is it? [22:27] http://pastebin.ubuntu.com/1666355/ [22:27] i just want to start rtorrent when my box boots up [22:27] gueriLLaPunK: Read the first line of the first post of the link you pasted :) [22:27] Joel__: "sudo apt-get update", "sudo apt-get dist-upgrade" and "sudo apt-get install fglrx" [22:27] oh an init script [22:27] ok, so... ummm where do i put it? [22:27] and what do i save it as? [22:28] k1l: I'll write those down and give them a go. [22:30] bekks: no ideas for how i can proceed? [22:31] nydel: You could try to remove that file found at /var/... [22:31] BluesKaj: I am running 12.04 on a Sony now, works just baout flawless. BUt, my power connecter is getting tempermental after 3 yrs. I only need windows for a couple time a year Blackberry update. [22:31] if i use the dtach -n command i want to view the program i detached, how do i go about thjat? [22:31] bekks: good idea i'll try [22:33] Out of curiosity, how can this be? Ubuntu nor Windows does NOT recognize DVD's in DVD-RW drive... CD's.. Yes. Also on boot, no DVD discs are even "checked", but CD's are... [22:33] nevermind [22:34] Hi [22:35] I have settled with a thought, that there is something wrong with hardware... but how can this be [22:35] nVidia drivers 304.XX + causes my main monitor to flicker like crazy [22:35] I need 3.7 kernel because of a critical fix in nouveau... what's the best way to do that on quantal? [22:35] almost unable to read any text [22:35] Anyone have an idea how to fix? (obviously reverting to 295.XX, but I need 304.22+) [22:36] ldiamond: try the 310 nvidia driver from the repos? [22:36] k1 nvidia-experimental? [22:36] it has the same issue I'm afraid :( [22:36] what GPU? [22:36] if it's nv4* (GeForce 6xxx, 7xxx) or earlier you REALLY REALLY should be using nouveau [22:38] I followed this tutorial https://help.ubuntu.com/community/SnortIDS to but Snort is not capturing any port scans [22:39] does Linux world still have as bad problems with Nvidia hardware, as it did at the time Torvalds gave a finger to them? [22:39] Tatuus: graphics drivers have always been a slow motion trainwreck, regardless of your hardware [22:39] bekks: that seems to have worked, but, next i get stuck here: http://pastebin.ubuntu.com/1666464/ [22:39] it just hangs there overnight [22:39] Tatuus: nouveau has improved a lot, it's faster than the blob on older GPUs (nv4*) [22:40] Tatuus, that was only 6 months ago [22:40] Tatuus: depends on your video card. im fine with my nvidia card and the drivers [22:40] i gotta check you this nouveau thingy [22:40] roothorick, it's a GTS 250 [22:40] roothorick, I can't use nouveau cause I need 3D acceleration [22:40] nydel: I dont see an error there. [22:40] and I think overriding the refresh rate fixed it [22:40] I'll update the driver again [22:40] i had Nvidia beforem now ATI... i think this works lot better [22:40] bekks: the last line sticks forever [22:41] ldiamond: nouveau has experimental 3D support that works quite well for old stuff but yeah, that's a bit too new [22:41] nydel: How long did you wait? [22:41] and I want to play counter-strike, on steam, which requires 304.22 [22:41] or newer [22:41] bekks: 48 hours [22:41] cause COUNTER-STRIKE IS NOW ON LINUX!!! :) [22:41] whats the best software out atm to image a linux computer? [22:41] !best | pushpop [22:41] pushpop: 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. [22:41] pushpop: dd [22:41] pushpop, "image"? [22:41] heya all, whats the easiest way to figure out if my DVD Burner is capable of burning dual layer DVD's? [22:42] I cant find any channel for networkmanager on freenode so i just wana ask if someone know where they reside [22:42] bekks: i've been told that command can take a while but i struggle to think it needs 48 hours to do anything probably, yeah? === aguadito is now known as AusteritySux === AusteritySux is now known as Austerity-Sucks [22:42] yes I need to make an exact replica of a HD with ubnuntu installed [22:42] nydel: It may take some minutes. [22:42] pushpop, use dd [22:42] "The Cave" is what i'm awaiting... Will be for Linux [22:42] googling dd [22:42] Ron Gilbert game [22:42] pushpop, if the drive has failed / is failing, use ddrescue [22:42] the GNU version [22:42] pushpop, cat is faster than dd [22:43] escott, cat != dd [22:43] bekks: any idea what could be causing it to stick there, assuming i'm not just impatient? [22:43] I wouldn't trust cat replicating my hdd [22:44] here is the catch we are a windows house. We have researchers who use ubuntu and they are up to no good. Our security dept needs to see what is in the hd of the ubuntu box. So we'll have no account on the box but need to see the data [22:44] nydel: You would have to check the logs. [22:44] Steam or other gaming issues, i think will be much bettered on Ubuntu 13.04... (?) [22:44] I'm in a bit of a prediciment, my Windows PC crashed, and I booted into Ubuntu via a flash drive in an attempt to back up some of the data on my HDD, problem is, it won't mount my HDD for me to open it.... any way to mount it? [22:44] techkid6, you need a windows rescue disk [22:44] pushpop, do take a look at the SMART data of the drives first. If the source drive has issues, bad sectors, etc, use ddrescue [22:45] techkid6, any error message? [22:45] Maybe you just need to install the ntfs package [22:45] ldiamond: live environment... [22:46] techkid... try Very Small Linux to save your data via usb ? [22:46] Adding read ACL for UID 999 to 'media/ubuntu' failed: Operation not supported [22:46] techkid6: I would take the HDD out and plug it into a working system. Even if it's linux, because then you can install ntfs-3g [22:46] ldiamond - did I mention I dont have a account on the box I need to create a copy of? [22:46] thanks for all the help bekks, i appreciate it. [22:46] pushpop, what do you mean? [22:47] pushpop, doesn't make a difference as you can't image an active disk [22:47] pushpop, dd can take your drive and make a perfect bit copy of it [22:47] Could I put it in another laptop? I am terrible with Hard Ware [22:47] pushpop: you could boot from a live USB and mount the partitions there, but if they're trying to hide something and they're smart they'll be using encrypted /home... in which case you'll have to compel them to give up their passwords [22:47] and as escott said, the drive should not be mounted [22:47] or at least in READ ONLY [22:47] roothorick they aren't that smart [22:47] otherwise you'll have data that doesn't make sense [22:48] hola [22:48] pushpop: boot ubuntu from live USB, mount the HDD, poke around [22:48] I got a message saying "cannot send to channel: #ubuntu" [22:48] pushpop, what is your goal anyways? [22:48] how did you receive that message? [22:48] pushpop, not you could, but you MUST boot from a live USB and NOT mount the partitions to make a low level copy [22:48] ldiamond I just need the data on the drives [22:49] hello [22:49] the people using this machine are up to no good [22:49] security dept needs the data on the hd [22:49] the data is on the hdd. [22:49] what's the problem. [22:49] yep haha [22:49] pushpop: fyi encrypted /home is VERY easy on ubuntu... just check a box during user account creation... so there's a decent chance they're using it [22:49] I /am/ booting from a live USB, I merely tried copying my workspace, downloads, and .minecraft folders to a flashdrive from my HDD [22:49] give them the hard drive. [22:49] anyway, I've got an issue with ubuntu and I am now going to proceed to describe the problem. First up, some background: I'm still a novice with linux and ubuntu, I m no longer a complete beginner but I'm still awkward with a command line and I generally don't get the linux way. [22:50] roothorick I don't think they're using a recent version [22:50] of ubuntu [22:50] aha [22:50] 12.10 [22:50] so here's the problem: I installed Ubuntu 12.10 64 bit desktop yesterday, and the primary reason is so that I can try out the steam for linux. One problem, I can't figure out how to get my graphics card working correctly.\ [22:50] my problem is: The driver from amd results in unity failing to load, and I do not want that to happen. [22:50] More information: My graphics card is an AMD Radeon HD 7970. The solutions I have seen are either for the hd 4000 and older (legacy) or max out at the 6000 series. [22:50] So that's it, any thoughts? [22:50] pushpop: well you're not gonna get anywhere trying to break into the running system. Boot from a live USB or take the hard drive out and stuff it in an enclosure. [22:52] You'll need to install proprietary driver [22:52] hi is there the equivalent of xampp on ubuntu? [22:52] ttyX: AMD has disowned the proprietary driver and are planning on dropping it if they haven't already... [22:52] I forgot to mention the problem?: I installed the proprietary driver, and unity fails to load [22:52] !xampp | jakey1 [22:52] jakey1: We do not support XAMPP installs here. Please use the LAMP stack that is in our repositories; see https://help.ubuntu.com/community/ApacheMySQLPHP for more information. [22:53] roothorick: AMD does not plan on dropping the proprietary driver. [22:53] ironbutt: they've said it before, they want to focus on providing documentation to the DRI project in the hopes they can eventually put an end to fglrx [22:53] k1l, Do they have the same qulities [22:53] funtions [22:54] That'd be good but it'll take time [22:54] ironbutt: they're a long way off from that goal though [22:54] roothorick: I agree, but I can't find any information stating that the open source driver is even compatible with my graphics card. [22:54] jakey1: yes [22:54] when I open up my system details, I get Driver Unknown Exerpeicen Standard [22:55] and that was terrible typo [22:55] ironbutt: they have a partially working driver for S.Islands but it's very incomplete [22:56] ironbutt: looks like it'll work just fine as long as you don't do anything 3D [22:56] hi. how should i do to chat in a chat in irc [22:56] well that kinda defeats the purpose, as I plan on using ubuntu for games (on steam) and blender [22:56] ironbutt: if you want 3D well... fglrx. Don't remember the package name offhand. [22:56] I have the 13.2 beta driver currently downloaded [22:57] but the package I think is called fglrx or fglrx-updates depending on what I want [22:57] ironbutt: https://help.ubuntu.com/community/BinaryDriverHowto/ATI [22:57] The proble is it's not compatible with something and when I install it, unity breaks, so I get no interface. [22:57] I have to go control, alt, f1, log into that command prompt and uninstall fglrx and reboot [22:57] ironbutt: I got rid of my 4850 back when I was still a gentoohead so I'm not gonna be a whole lot of use, all my systems are GeForce something-or-other now [22:58] Hello, i try to build a kernel package on a 64bit x86 ubuntu for a 32bit ubuntu x86. the kernel build system allows this by simply adding ARCH=i386 as make option. but how to tell debian/rules to cross-compile? [22:58] Who needs GUI CLI ftw [22:58] I'm NOT going to go onto a rant about the graphics card situation, that could take days, or weeks. [22:58] ttyX: GUI tends to blow up. You use CLI to fix it. [22:59] ttyX: also CLI is a LOT faster in experienced hands when doing things that can be batched or otherwise automated [22:59] anyway, I've given up with ubuntu in the past, but this time I'm going to stick with it for at least a month and try and get something out of it. Which means I'm going to be a pain to you guys in the irc [22:59] roothorick, linux has a GUI? [23:00] RiXtEr: Sure. Various. [23:00] RiXtEr: Linux itself no. Ubuntu certainly does. Multiple, even. Unity, GNOME, KDE, LXDE, XFCE... take your pick. [23:00] bekks, I was joking ;) [23:00] this conversation is pointless [23:00] I like my GNOME [23:00] I'm a born-again GNOME loyalist personally [23:00] lol [23:00] gnome-shell blew my socks off and I haven't looked back since [23:00] +1 gnome +1 ubuntu gnome remix xD [23:00] but I'm still on ubuntu because fedora is really shaky on desktop hardware [23:01] Does anyone know if there's a command line equivalent to the Software Sources driver selection for nvidia proprietary drivers in 12.10? I know the traditional thing to do is just to install the nvidia-current package, but it seems like the Software Sources driver selection does something a little different too to get the driver selected without editing xorg.conf? [23:01] troyready, ubuntu 12.10? [23:01] I'll come back in 10 minutes and repeat my problem. [23:01] ironbutt: no seriously, did you look at that guide I linked? [23:01] CanihoJR: yeah (now xubuntu specifically, but i think it's the same in this case) [23:02] roothorick: I've followed that guide, it doesn't mention how to fix the problem of unity blowing up [23:02] spent a good 6 or 7 hours yesterday [23:02] troyready, now software driver seleccion as on config system-> software source-> hardware addittional [23:02] ironbutt: did you boot into gnome classic and run glxinfo, to see if there's a driver issue? [23:02] ironbutt: or unity2d or whatever [23:03] CanihoJR: thanks -- do you know if there's a command line way of doing that? I'm trying to script it up in Chef [23:03] ironbutt: IIRC the driver will still run if there's a module issue but functionality is seriously gimped i.e. no 3D [23:03] I can run glxinfo in unity3d or whatever [23:03] troyready, i try some days but i cant make same as this :/ soz :( [23:03] only with gui [23:04] roothorick: I need 3D otherwise I may as well go back to windows [23:05] CanihoJR: appreciate your time; I haven't been able to find anything either, but was hoping there was something obvious I missed [23:05] Where i have to go to get help in setting up a SSL Certificate for my Apache2 on Ubuntu? [23:06] Problem with recent update to libqtmultimedia5-dev in Raring. I tried to update it and get a broken dependancy problem. dpkg returns an error code. so I have to use dpkg to remove ubuntu-sdk and the library package. anyone else have this happen? [23:06] ironbutt: if regular unity is booting fine there isn't a 3D problem. what exactly is it doing? [23:06] before I answer that question, how can I find out if the open source driver is installed and working? [23:07] !+1 | love [23:07] any idea? [23:07] !raring | love [23:07] love: Ubuntu 13.04 (Raring Ringtail) will be the 18th release of Ubuntu, Discussion and support until final release in #ubuntu+1 [23:07] ironbutt: glxinfo will say something about Mesa/Gallium [23:07] I asked there... just thought I'd ask here too since no one has said anything... thanks [23:08] ironbutt: if the fglrx driver is active glxinfo will show AMD/ATI as the vendor [23:08] is there a common maximum/ceiling on your bandwidth on a network that is reached momentarily when a program sends a request or something ? [23:08] k1l: i also tried the ubuntu-phone one I'll just wait [23:08] love: since its still in developing status stick to the +1 channel please. [23:08] k1l: you got it! [23:08] datsmoida: not necessarily but the physical layer has a lot of leeway to do that kind of thing [23:09] datsmoida: residential broadband modems tend to do exactly that as part of bandwidth allocation enforcement [23:09] roothorick: here's a pastebin of my glxinfo: http://pastebin.com/2VqDwXjf I'll try to make sense of it but if I could, I wouldn't be here :P === XenGi_ is now known as XenGi [23:10] ironbutt: you're running in a VM! [23:10] No, I am not [23:10] ironbutt: then why is llvmpipe loaded? [23:10] I have no idea [23:11] this time I can say that and really mean it [23:12] can someone help me setting up ssl on my ubuntu apache2? [23:13] roothorick: I've been trying to troubleshoot a fglrx issue for a few hours now and my glxinfo also shows llvmpipe loading although I am not running a vm. [23:14] anyway as far as I can tell, the opensource driver is pretty crummy for anyone running HD 7000 series of graphics card, that includes me. So my only real option is for the proprietary driver, only problem: it doesn't work with a simple install... the whole unity blowing up thing... === mynick13_ is now known as mynick13 [23:15] I have had a chef recipe working for some time, but it is not receiving a 404 for this URL: http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-9.1/postgresql-9.1_9.1.5-0ubuntu12.04_amd64.deb [23:15] ironbutt: there's something fussed with the driver... it may not even be running. [23:15] ironbutt: does lsmod | grep fglrx show anything? [23:15] fglrx is not installed by the way [23:15] does anyone have a clue why that might be happening? I'm a super-novice sysadmin, but this *used* to work [23:16] I had to uninstall it to get unity up and running again [23:16] now receiving* [23:16] ironbutt: well that's your fisrt problem :P [23:16] first [23:16] ironbutt: reinstall fglrx, go into unity2D to troubleshoot [23:16] My problem is, I can't install the fglrx driver, as it kills my interface, or my interface kills itself [23:16] redblacktree: sudo apt-get update [23:17] ironbutt: do you get to the login screen? [23:17] I've since changed it, but to answer your question: yes. the login screen renders correctly with fglrx installed. [23:17] after logging in, all I get is a mouse cursor and a background. [23:17] ironbutt: then login using unity2d instead of unity. [23:18] I have it set now to auto log in [23:18] as I completely broke my install yesterday trying to fix this so yeah... [23:18] (I broke my main partition which had encryption on it so I couldn't use gparted to check it and... bad stuff happened) [23:18] ironbutt: what card do you have/ [23:18] my terminal is not wraping anymore [23:18] AMD HD 7000 series, do you need to know the specific model? [23:19] How do you make the terminal wrap text [23:19] oh and roothorick: while I won't say this much, I do appreciate your help. [23:20] I'm working on the same issue - with an HD7640. [23:20] yeah, I think the problem is that the open source driver doesn't support anything abovethe HD 6000 series [23:20] after you install fglrx, if you can't get into unity, use the menu to boot into unity2d instead [23:20] and do troubleshooting there [23:20] Have you tried the beta fglrx? I have gotten that closer to working than anything else. [23:20] and the fglrx driver from amd doesn't like the current thing with ubuntu [23:21] ironbutt: you haven't even verified you had it installed correctly! [23:21] I have, I got a big "FOR TESTING PURPOSES ONLY" watermark down the bottom, but that was the only change from the non beta [23:21] Hello everyone. Would anyone with experience in openvswitch be willing to help me troubleshoot why after following a guide, this guide http://blog.scottlowe.org/2012/08/17/installing-kvm-and-open-vswitch-on-ubuntu/ that I might not have network connectivity the instant I created the bridge? [23:21] ironbutt: let me know when you're sitting in unity2d with fglrx installed [23:22] fine, I'll be abck in an hour. How do I get into unity2D when I don't have a log in screen? [23:22] ironbutt: disable autologin? [23:22] simple asnwer is I can set up to get a log in screen but arawgawgagwag... oh, here's a question [23:22] how do i check if unity2d is available before I do that [23:22] ironbutt: it should already be installed [23:22] ironbutt: worst case you can VT-switch and install it from CLI [23:23] Hi guys, I need a little help here... [23:23] alright I' [23:23] ll be back [23:23] how to use [23:23] lsof -i [23:24] So I'm using windows 8 and I tried to install ubuntu on it. I got to the boot screen and it asked if I wanted to use windows 8 or ubuntu [23:24] Of course I picked ubuntu and then it says I'm missing wubildr.mbr [23:24] How can I fix this? [23:24] hi [23:24] !patience [23:24] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [23:25] i want to ask if it is good to use gnome shell with ubuntu 12.10 [23:25] alright I'm back: first problem: there was zero option anywhere to change which interface I was using... my guess is unity2d isn't installed. [23:25] what's the command I need to install that? [23:25] larst, I use it. Works good for me. [23:25] larst: how should that be good or not good? [23:26] ironbutt: I haven't used standard ubuntu since 12.04 was first released but I distinctly remember a gear to click on while entering password [23:26] k1l, I mean because of conflits with Unity [23:26] sampson623: wubi is hard to support. i would recommmend to to a real install instead of wubi (and dont know how to fix wubi) [23:26] a gear you say [23:26] be right back [23:26] logavanc, will you continue to do it wikth 13.04? [23:26] larst: the gnome-shell from the ubuntu repos doesnt have conflicts [23:26] with [23:26] k1l: can you supply me with a link to a real install? [23:26] !install | sampson623 [23:26] sampson623: 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 [23:27] larst: if you're installing a fresh system I recommend using the GNOME remix version [23:27] k1l, I use this PPA https://launchpad.net/~gnome3-team/+archive/gnome3 [23:27] How to check which java version i have installed? [23:27] larst: then ask the PPA maintainers for support [23:27] back again, nope, no gear. [23:27] larst, Kinda... I grab the Ubuntu Gnome Remix distro. [23:27] that is not officially from ubuntu [23:28] yes === ironbutt__ is now known as ironbutt [23:28] Hi... I'm trying to compile empathy from source without succcess. What I did: apt-get source empathy; apt-get buld-deps empathy; cd ; ./configure; make [23:28] I got Makefile:206: *** target pattern contains no `%'. Stop. [23:28] k1l, it's better to install gnome-shell on the original ubuntu than to use the remix yes? [23:28] inside po dir [23:28] there is a bug when running chrome under ubuntu 12.04. It asks for my password every time i run it! [23:28] larst: depends on what you want. [23:29] is this the right channel for my issue? I couldn't find empathy channel [23:30] larst: if you use a PPA or a unsupported spinoff we cant support it here since we dont know what they changed [23:30] roothorick - yeah for example i noticed that in iftop running the same program on my pc connected to broadband vs on a vps my pc seems to spike up to over 2.5Mb but my VPS never does [23:30] the Makefile in case anyone is wondering... http://pastebin.com/7mxSdQGD [23:30] it only spikes up to like 1.3MB [23:30] *Mb [23:30] there is a bug when running chrome under ubuntu 12.04. It asks for my password every time i run it! [23:31] "Unlock login keyring" [23:31] agu10^: you have autologin to the desktop? [23:32] hello [23:32] hi! [23:32] Ok, I am back, there is zero gear icon on login. [23:32] k1l, yes [23:32] agu10^: that is the cause. [23:32] How to check which java version i have installed? [23:32] how do i disable it then? [23:33] KeyboardNotFound: java -version [23:33] chrome wants to login to google (or smth else) and needs the passwords from the keyring from that (which doesnt get opend when its autologin) [23:33] I would have thought it would have been java --version [23:33] it is one dash, not two [23:33] fotanus: Thank you [23:33] java don't like standards, except by its own === LaserShark is now known as LaserShark|dead [23:33] * ironbutt brains himself [23:33] np [23:34] anyone can point me out the right place to ask about empathy development? [23:34] Is there a program like netcat I can use to accept a TCP stream from multiple servers and dump it all into one file? [23:34] ironbutt: I have no idea, I guess they changed it AGAIN. Go back there and click on things until you get a session menu. [23:34] There is nothing else to click on, I have clicked on everything visible. [23:35] !alis | fotanus [23:35] fotanus: 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* [23:35] I guess I'm just gonna sit here for a few minutes while I decide what to try next [23:35] ty [23:35] ironbutt: if you were running gnome remix I'd know exactly what to do and when, but unity is utterly toxic to me [23:36] if I install remix, would that install a tonne of new stuff or just the gnome interface? [23:36] I have installed the lamp, how do I get the php working with my lamp [23:36] I have a php file but how do I get it to run from my browser [23:36] p stands for php I think [23:36] ironbutt: I don't think you can convert a standard install to gnome remix... I think you have to start fresh [23:37] I know I can do something like sudo apt-get install ubuntu-studio and it then installs ubuntu studio [23:37] but unless I know the exact command, I can't exactly(geddit?) type it in. [23:38] roothorick: sure you can: https://wiki.ubuntu.com/UbuntuGNOME/ReleaseNotes/12.10#Upgrade [23:38] ironbutt: yeah but gnome remix has a different desktop setup, a different DM, changes a lot of stuff [23:38] what's a DM [23:38] dungeon master? [23:38] why change to gnome-remix ? [23:38] ironbutt: desktop manager. Basically login system. [23:38] k1l: because unity is garbage next to gnome-shell [23:39] roothorick: :/ [23:39] I don't think you can say that objectively [23:40] anyway, I'm pretty sure I'm getting VESA drivers bein used but well, actually I'm not sure [23:40] I think though [23:40] ironbutt: true. but in my subjective experience gnome-shell is better in every way [23:40] are you using gnome 2 or gnome 3? [23:41] ironbutt: it's gnome 3. if you want to try it see trism's link [23:41] I've already tried it [23:41] with fedora === z_ is now known as Guest72528 === Guest72528 is now known as machiavellious [23:41] I tried fedora for a few days. The underlying OS just couldn't figure out my hardware. [23:41] didn't really like it all that much. But hey, if we all liked the same interface THERE WOULD BE ONLY ONE [23:42] but you like *unity*? [23:42] well I'm not completely sure, at the moment it seems like it does what I want it to do [23:42] and it's fairly intuitive [23:42] but I can't be sure considering the fact that I haven't got any decent drivers for my graphics card [23:42] okay, maybe it's improved since 12.04, but that kinda blows my mind [23:43] ironbutt: just do sudo lspci -k and see if your video card is using a vesa driver. [23:43] and everything is laaaggyyy [23:43] MiningMarsh: will do [23:43] oh yeah forgot about lspci [23:43] ironbutt: its a root tool, forgot to put sudo >< === abhimank is now known as shriphani [23:43] MiningMarsh: lspci doesn't need root [23:43] roothorick: on my machine its in sbin. [23:43] WELL I DID IT AS ROOT ANYWAY [23:44] MiningMarsh: that's not standard 12.10... [23:44] ironbutt: under "VGA Controller" you should see "Kernel driver in use: fglrx" if you don't you've got problems [23:44] no need to be root [23:44] roothorick: I happen to be running gentoo, and just hopped on this cahnnel to see if I could randomly help someone. I am bored. [23:44] and no need for sudo with lspci [23:44] Kernel driver in use: radeon [23:45] I would guess that it's using open source driver then... or at least [23:45] ironbutt: the opensource driver is still loaded [23:45] or at elast trying to [23:46] ironbutt: 12.10, correct? [23:46] that's because unity doesn't load when fglrx is installed [23:46] yeah, 12.10 [23:46] although I heard they introduced the same issue into 12.04 [23:46] ironbutt: do you have the AMD driver installed right now? [23:47] ironbutt: as in did the apt-get stuff? [23:47] no, do you want me to install it? It's a bit of a waste of time. [23:47] I've installed it via creating packages from the downlaoded linux driver [23:47] ironbutt: the only way you're getting 3D is with the proprietary driver. If you're THAT averse to it, have fun with your paradox. [23:47] I've installed it via apt-get install fglrx [23:47] and I've tried apt-get install fglrx-updates [23:47] how do you uninstal a program in command line [23:47] I WANT THE PROPRIETARY DRIVER [23:48] my interface just doesn't load when it's installed, so I need to know how to muck around with my interface or the backend to get it working. [23:48] ironbutt: so modprobe -l | grep fglrx shows the module? [23:48] hi all, could someone please help me install Radeon drivers for HD 6770, I have installed Ubuntu 12.10 x64, plus Steam and can not not get CS Source to launch === Q_12 is now known as kalakouentin [23:48] jakey1: sudo apt-get remove (or sudo apt-get purge if you want to remove its configuration files as well). [23:48] no, because fglrx is not currently uninstalled, I had to uninstall it to get an interface [23:49] MiningMarsh, Ta [23:49] ironbutt: ffs install it again [23:49] by interface I mean graphical user interface [23:49] ironbutt: do you have a second system? === linuxthefish is now known as linuxthefish` [23:49] I do have a second system, you want me to irc in from that? [23:49] ironbutt: you probably should [23:49] alright. Lemme get fuglyx installed [23:49] I've tried selecting proprietary from Software sources / Additional Drivers but it didn't work [23:49] fuglyrex === vjn_ is now known as vjn [23:51] labcoattech: didn't work how? [23:51] labcoattech: if i figure out my problems I'll try to help you with yours. [23:51] My problem is similar to ironbutt's. Had fglrx installed previously. Most recent update appears to have broken it. Hangs on boot and seems to exit with an error from dmesg. Have to remove fglrx to boot generic driver in order to have a gui to trouble shoot. dmesg pastebin: http://pastebin.com/zHEr3KxU [23:51] g [23:51] I'm guessing he got the "it didn't work" problem, where it doesnt work [23:51] wait a second [23:51] CS Source tries to launch but then crashes with out any error messages [23:52] ironbutt: headers installed? [23:52] alexi_: post your Xorg.0.log from when X crashes [23:52] what headers? [23:52] ironbutt: thanks [23:52] and have you got a log from the flgrx install attempts? [23:52] ironbutt: kernel headers [23:53] alexi_: and you don't need a GUI to troubleshoot. Ctrl+Alt+F1...6 [23:53] I don't know [23:53] i m sure they are needed for isntalling the drivers [23:53] I'm just going to waste a bit of time attempting to install the drivers again [23:53] kll, hold that thought, I'll be back in a little bit [23:53] k1l: wouldn't apt pull them in? [23:54] roothorick: i think there was an issue/bug with it. so i would look out for that [23:54] Guys, can you please help me fast? [23:54] i want to convert a video using this command: ffmpeg -i "-PBWkNz-W6Y.mp4" -f mp3 -ab 192000 -vn "-PBWkNz-W6Y.mp3" [23:54] but it thinks, the last "-PBWkNz-W6Y.mp3" is another property [23:55] how can i stop him from thinking that? [23:55] Styler2go: put a -- before it? [23:55] but it will save the file with a -- then, or? [23:55] roothorick yes, I am able to make a lot of use out of the ttys, but my knowledge isn't extensive enough to accomplish a whole lot of usefulness. the gui is useful for being able to google for similar issues. Although i do have elinks installed for tty use. I'll fetch a Xorg.0.log [23:55] Styler2go: -- is the standard "no more arguments past here" flag [23:55] -- is not working either [23:56] cd /var/www/apps/convert/ && ffmpeg -i "-PBWkNz-W6Y.mp4" -f mp3 -ab 192000 -vn "--PBWkNz-W6Y.mp3" [23:56] you meqan this was? [23:56] Styler2go: no. -- "-PBWkNz-W6Y.mp3" [23:56] how do I get to my public hmtl in my lamp server [23:56] ? [23:56] how can i connect with terminal to my wireless network? [23:56] alexi_: remember, the log needs to be from when it actually stuffed up [23:56] still not working.. [23:57] hello [23:57] Styler2go: dunno. Never used ffmpeg. You do know mp3 isn't a container, right? [23:57] and? [23:57] how do I get to my public hmtl in my lamp server, anyone? [23:57] Does Ubuntu work well on Intel Atom N270 CPU? [23:57] the conversion is working fine [23:57] just the new "-" is making trouble [23:57] Processor speed 1.66GHz. Intel Atom N270 CPU [23:58] Only 1GB DDR2 RAM [23:58] I'm back, about to run fglrxinfo in the terminal inside of the broken interface [23:58] Ice_Strike: CPUs are very very standard, they're never the problem [23:58] X Error of failed request: BadRequest(invalid request code of no such operation) [23:58] no idea for me? [23:58] please :-/ [23:58] ironbutt_: what does lspci -k show? [23:58] Might install Ubuntu on Netbook (Intel Atom N270 CPU, 1GB DDR2 RAM) [23:59] Ice_Strike: you can try ubuntu, i have it on my netbook, too. or xou go with lubuntu which is sort of lighter [23:59] ironbutt_: you have the log from the installation of the fglrx? [23:59] Ice_Strike: boot from a live USB and check it out, make sure everything's working, graphics, wireless etc [23:59] driver modules: gone... it's not there anymore