[00:00] shiggitay: hmm [00:00] shiggitay: does it have the flag for efi [00:00] ef00 [00:01] shiggitay: type sudo gdisk -l /dev/... [00:02] WTF it's not [00:03] squinty: ^^ [00:03] how do I change that? [00:03] @ EriC^^ [00:03] nvm I got it [00:04] ok [00:05] I think I'm close xD [00:06] arun_: maybe the following will be of some use https://wiki.ubuntu.com/Artwork/Documentation/Plymouth never played around with it myself === mike is now known as Guest84697 [00:06] I just wanna frickin' boot without the LiveUSB, and then I'll do some fun stuff [00:08] squinty: I fixed it myself, there was no themes so... that happened [00:09] shiggitay: did it make the .efi file? [00:09] arun_: :) [00:14] EriC^^, yeah [00:14] but it's still not liking my ESP [00:15] shiggitay: Please pastebin the output of "sudo parted -l" and the contents of /proc/mounts. [00:15] shiggitay: ^^ [00:15] Jordan_U, I can't.. no networking [00:15] type df -h | grep /boot [00:16] shiggitay: Sneakernet? [00:16] EriC^^, that command shows nothing [00:16] and Jordan_U eh? [00:17] shiggitay: Can you save the output to a flash drive or other media and transfer it to a computer that does have access? [00:18] Jordan_U, I'm getting my WiFi working [00:18] hold on [00:19] shiggitay: that means /boot isn't mounted [00:19] hm [00:19] shiggitay: type sudo blkid | grep vfat [00:20] my WiFi driver is compiling [00:20] hold on [00:20] */boot/efi [00:20] I guess my WiFi/Bluetooth driver? [00:20] i mean it means /boot/efi isn't mounted [00:20] well it is.. so says 'mount' [00:21] mount | grep /boot [00:21] returns what? [00:21] nothing so I guess it isn't mounted properly === badon_ is now known as badon [00:27] shiggitay: you're in the live usb? [00:28] shiggitay: Why were you compiling grub from source earlier? [00:29] http://www.jfwhome.com/2014/03/07/perfect-ubuntu-or-other-linux-on-the-asus-transformer-book-t100/ [00:29] Jordan_U, ^ ^ ^ ^ [00:29] I don't have the specific tablet, but I have one with a BayTrail processor [00:29] shiggitay: are you in the live usb right now? i mean not chrooted [00:30] I am chrooted [00:30] why [00:30] shiggitay: exit the chroot [00:30] you need to mount stuff properly === kubuntu is now known as Guest76711 === Guest76711 is now known as shiggitay|Tab [00:32] shiggitay: What version of Ubuntu are you installing? [00:32] Jordan_U: 14.10 [00:32] http://pastebin.com/z8kBqKtH [00:32] the parted -l output [00:32] EriC^^: okay I'm out of the chroot [00:33] shiggitay|Tab: Then 14.10 should have a version of grub newer than that used in that post, compiling from source shouldn't be necessary (for what it's worth now). [00:34] Jordan_U: well the installer seems to fail whenever it gets to that point [00:34] EriC^^: /dev/mmcblk0p1 on /mnt/kubuntu/boot type vfat (rw) [00:35] shiggitay|Tab: sudo umount /mnt/kubuntu/boot [00:35] shiggitay|Tab: That is wrong, your ESP should be mounted to /boot/efi/, not to /boot/. (In this case /mnt/Kubuntu/boot/efi/) [00:35] shiggitay|Tab: efi partitions are mounted to /boot/efi [00:35] ok [00:35] that looked like an Android partition -.- [00:36] shiggitay|Tab: sudo blkid | grep /mnt [00:37] nothing [00:39] shiggitay|Tab: lol, sorry it's getting late [00:39] Hello, does anyone have experience with dovecot, spamassassin and amavis? [00:39] shiggitay|Tab: mount | grep /mnt [00:39] I was able to set everything up, receive and send the e-mails properly with a virtual user [00:40] but I cannot let the messages be filtered [00:40] I tried with a test spam message but it is not filtered. [00:41] No ideas? [00:41] EriC^^: http://pastebin.com/QZHFujvw === Jake[1] is now known as Jake [00:42] shiggitay|Tab: that's pretty messy [00:42] shiggitay|Tab: sudo umount -l /mnt [00:42] Question if anyone has second [00:42] shiggitay|Tab: sudo umount -l /mnt/kubuntu [00:42] then mount | grep again please [00:42] shiggitay|Tab: mount | grep /mnt [00:42] Why does Ubuntu 14.04 no longer feature 'service networking restart' or '/etc/init.d/networking restart'? [00:43] EriC^^: ok [00:43] done [00:43] what now [00:43] does it return anything? mount | grep /mnt ? [00:44] EriC^^: yeah but nothing different from before it seems [00:44] shiggitay|Tab: can you reboot the live usb? [00:44] sure [00:44] stand by [00:45] liveDVD reboot in progress [00:45] er USB [00:45] ok [00:45] Thanks for all the help btw :) [00:45] no problem [00:45] ^^ [00:45] you say it's getting late... where you from? ^^ [00:47] we are from... the internet. [00:47] haha [00:47] anyone know how I can verify my hash from windows before I burn to dvd? [00:47] !hashes [00:47] See https://help.ubuntu.com/community/UbuntuHashes for the md5sums of all downloadable Ubuntu releases === matheus_ is now known as GoTheuS [00:48] Schilling: loads of free hashing programs around [00:49] EriC^^: For future reference, the reason that the umounts didn't work is that you didn't umount /mnt/Kubuntu/boot/efi/ and /mnt/Kubuntu/boot/ before umounting /mnt/Kubuntu/, so the other mounts were keeping it busy. [00:49] Schilling: download the freebie winMd5sum works great [00:49] Jordan_U: usually umount -l unmounts them al even if they're mounted in sub dirs [00:49] *al [00:49] ok. just found the instructions. Thanks all. [00:49] *all [00:50] EriC^^: Umount -l doesn't "umount them all", it just makes the other mountpoints not visable (to processes that weren't accessing them or cd'd into them when umount -l was executed). [00:51] Jordan_U: ok, so if you have something mounted in a sub dir and umount a parent dir with umount, it won't run a umount -l on the other mountpoints? [00:52] meaning you could lose data on mounted fs in the sub dirs? [00:52] EriC^^: No, if you umount, without -l, it will simply complain that the "device" is still in use. [00:52] yeah, and with the -l ? === hugo is now known as Guest81231 [00:53] it completes the umount, aren't the sub dirs also umounted ? [00:53] EriC^^: As I understand it, the umount will never "complete", it will be a lazy umount that never has the chance to actually finish. [00:54] EriC^^: Have you read the "man umount" description of what -l does? [00:54] just reread it now [00:55] so it just detaches and continues when it's not busy anymore [00:55] sounds like the tedious manual-umount of all mounts in order from child to parent directories might reign supreme =/ [00:55] so it's not really that safe [00:57] I think I got it guys [00:57] I finally was able to run the grub-install string and it didn't yell [00:57] EriC^^: It depends on your definition of safe, and what processes are reading from / writing to the filesystem and how. If you're playing a video in VLC from the mounted filesystem and you want the filesystem to be not visable to other processes, and be unmounted automatically when VLC finishes playing, then it's safe to use "umount -l". [00:57] great [00:58] trying a reboot now [00:58] shiggitay: Wait. [00:58] ....? [00:58] Jordan_U: yeah i mean after umount -l you're not actually in the clear yet [00:58] shiggitay: Do you have a grub.cfg it /mnt/Kubuntu/boot/grub/grub.cfg ? [00:58] yep [00:58] the only thing that was missing was Grub installing properly, and the installer failed at t hat [00:58] EriC^^: Correct, you couldn't safely pull out a flash drive that has only been lazily unmounted. [00:58] Ubuquity that is [00:59] shiggitay: OK, sounds good then. [00:59] OMG YES [00:59] FINALLY [00:59] XZD [00:59] er XD [01:04] !cookie | EriC^^ I have been watching this ordeal. a box of cookies . [01:04] EriC^^ I have been watching this ordeal. a box of cookies .: Wow! You're such a great helper, you deserve a cookie! [01:05] i didn't really do much shiggitay has been on it getting it to work.. [01:05] indeed, a clap for EriC^^ as i wouldn't have touched some funky tablet setup for anything [01:06] Hello, I'm looking for some support [01:08] Holiday wishes -- Mir makes 2015 the year of the Linux Desktop. :) [01:09] ghostnxs: Can not help you with alimoney , but if it is ubuntu, ask and see what results . [01:10] Haha, well my laptop doesn't reboot or shutdown without hanging in animation [01:10] ghostnxs, just a standard Ubuntu install? [01:10] 14.10? [01:11] also, some hardware specs might help. i'm not qualified to answer your question, but it could be driver related. :P [01:11] Oh hey this channel works now. [01:11] I'm trying to output 480i to an old CRT. Ubuntu doesn't even see that a monitor has been plugged in. What are my options? [01:11] Also VGA > BNC RGB connectors [01:12] BNC? lol oh dear [01:12] perhaps we need to start #ubuntu-antiques [01:12] Antiques with better color than any of my LCDs [01:12] lol [01:12] I'm only 8 years old. What is 480i? [01:12] :P [01:12] lol daftykins [01:13] I see an occasional blink that I assume is some kinda voltage probe [01:13] It works correctly if I set GRUB_CMDLINE_LINUX = "acpi=off" [01:13] It also might not be working as I have 4 chained together right now, so if it needs some kinda specific impedance to detect a monitor, that might get messed up. [01:13] wow [01:13] what are you running, Quixx? [01:14] I can't even imagine a setup like that. :) [01:14] 3x PVM 20L2MD and 1x PVM 20M2MD [01:14] Just testing right now [01:14] but I want to use something other than my wii to drive them [01:14] Like, you know, a computer. [01:15] wow [01:15] yeah, everything I do is virtualized at this point. I have nothing useful for you, but that's awesome. I'll leave it at that. :-) [01:15] i'm afraid as far as it goes with me, is that i tend to look down on users even using VGA as an interface... so using that? yeah that's just game over. [01:15] Would you honestly want to use HDMI for 480i? [01:15] i'd have expected VGA to BNC to have needed active conversion for starters [01:16] well i wouldn't be using anything interlaced, as it goes :) === rafael is now known as Guest57168 [01:16] VGA to BNC is just a difference in interface. They are electrically compatible [01:16] Hi [01:16] I do miss my old Sonys. They were great monitors. :-) [01:16] But the last time I ran CRTs was probably around 2002 with Gentoo. [01:16] Some of them were, pro stuff is good. Consumer is very hit and miss. [01:16] But these aren't multiscan, so I need 480i output [01:16] ok lets get back on target, support only - chat and banter in #ubuntu-offtopic please all [01:17] How do I run java jar without the console? I've tried running it as a process and the GUI does not popup [01:17] Sorry [01:17] My laptop should be able to do that [01:17] if ubuntu would output anything through vga [01:17] you should boot with it connected and look at your X log [01:17] that's the only suggestion i can make, really [01:17] Good luck, Quixx and ghostnxs. I'm back to general chat. :-) [01:19] Hmm [01:19] I think I can try making a new xrandr resolution [01:19] and forcing output [01:20] Now to find out how to do interlaced xrandr [01:21] help me on X [01:21] flashram: you're going to have to be a lot more specific than that [01:21] !details [01:21] Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [01:21] its like totally **** up ... [01:21] its an irq error plus x malfunction [01:21] ~ [01:22] 14.04 [01:22] but x never started up over hdmi [01:22] is there no config.guess if i switch to vga dvi or hdmi ? [01:23] i cannot get my internal sd card reader to load.. already tried the modprobe rts5139. no module found [01:23] any help please [01:23] flashram: give more information, all on one line if possible, pastebin any relevant logs or information === owner_ is now known as Guest85683 [01:24] its like every 5 seconds of chat the irq vector kicks in and switches to alt-ctrl-f7 and that cant start [01:24] im on screen plus irssi [01:24] in alt-ctrl-f1 === OrioaZzZ is now known as Orioa [01:25] what commands should i try to give u more info ? [01:26] no irq handler for vector (-1)do_IRQ ~ [01:26] flashram: lshw -c video; cat /etc/X11/xorg.conf; cat /var/log/Xorg.0.log [01:26] and xorg failed to idle channel [01:27] hello all. I have setup a Server running 14.04.1 LTS, and have made it a VM host. I have setup bridged networking and the VMs all appear as real computers on my network, however the host itself seems unable to resolve anything. I can ssh into the host, but the host can't resolve any hostnames [01:28] particularly Ubuntu servers for apt-get [01:28] PCI sysfs [01:28] etrask, have you double checked your DNS settinsg? [01:28] Reshesnik I never configured anything DNS related, everything is DHCP'd [01:30] I'd guess something is off with that. It's worth double checking, at least. check /etc/resolv.conf etrask [01:30] i've had similar issues on server. not on basic ubuntu, however. [01:30] adding in something like nameserver 8.8.8.8 [01:30] might help. :-) [01:32] no luck :( I tried adding 8.8.8.8 and servers from OpenNIC [01:32] hrm [01:32] etrask, kvm? [01:32] Ben64: how do i get that pastebin and in this channel ? [01:32] I'm just now catching up. ; [01:33] the host is running guests with KVM, yes [01:33] the guests work perfectly [01:33] !pastebinit | flashram [01:33] flashram: 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 [01:34] etrask, i'm much more familiar with ESXi, unfortunately, but it might be worth dumping DHCP just to get it going. [01:34] do_IRQ: 0.147 No irq handler for vector (irq -1) .... thats turning me nuts [01:35] have you tried that with any VM, etrask? [01:35] just straight up static? [01:35] static network settings you mean? no I haven't [01:35] flashram: stop focusing on that [01:35] I will have to try that [01:35] thanks for the tip Reshesnik [01:35] pastebinit ; lshw cmd and all cats ? [01:35] etrask, I'd start there. At the very least, it will tell you whether or not your KVM host is the problem. [01:36] np, hope it helps, etrask [01:36] flashram: did you read what ubottu said? "Simple usage: command | pastebinit -b http://paste.ubuntu.com" [01:39] okey got to type it over now [01:40] http:// paste.ubuntu.com /9607908 === jumbo is now known as Vukani [01:40] any clues tho o_0 [01:41] Alright, I'm officially stumped.... [01:41] Tried to install twice, can't even get it to read the disk. [01:42] DVD? [01:42] Yeah. [01:42] ugh [01:42] USB flash drives are so less painful :> [01:43] I have one available. Do I have to save the file in any special way? By the way, I'm putting it on a machine that currently has Vista. Could that be a factor? [01:43] taskel asked for what u wanted to install ... u selected vm server and desktop [01:43] choose one [01:43] lol [01:44] so Ben64 did that paste resulted in something ? [01:44] Schilling: nothing wrong with trying to install beside or in place of Vista, nope. yes to special, backup any data you want on there then grab Universal USB Installer from pendrivelinux.com for in Windows and make up the flash drive with a format, pointing it to the ISO [01:46] ben ping [01:46] I just looked at the disc contents. It has the same ISO file I downloaded. I'm pretty sure that's not supposed to be that way... [01:46] Schilling: correct. [01:46] Schilling: grab imgburn from www.imgburn.com on Vista there and burn the ISO to a blank DVD-R :> [01:47] make sure verify is on and it'll check it before you first try to use it === Orioa is now known as OrioaZzZ [01:47] I'm burning with a Win7 machine... [01:48] well same deal then [01:48] Ben64: did that paste come out right ? [01:48] For some reason I don't have the "Burn to Disc" option that is shown on the community pages. [01:48] becuz doing it again resulted in same number [01:48] Schilling: *shrug* yeah 7 does have a built in writer, but just use the above free program as an alternative [01:49] hi all [01:49] 9607949 [01:49] hi [01:49] привет =) [01:49] как поживаете [01:49] !ru [01:49] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [01:49] !be [01:49] =( [01:49] ok. would UltraISO work as well? [01:50] don't know. [01:50] why are you so against installing a tiny free program :P [01:50] Alright then, we'll do it your way. :P [01:50] Ben64: [01:50] I'm not. [01:50] Ben64: got that new number for paste.ubuntu ? [01:50] Just figured I would have had this done HOURS ago. [01:50] Schilling: what's been going on in the last few hours O_O [01:51] If the install process is throwing me off this bad I can't imagine trying to use it... [01:51] http://paste.ubuntu.com/9607949 [01:51] I have run into every possible problem, basically. [01:51] me to [01:51] look at my paste [01:51] u'll see [01:51] flashram: ok thats 1/3 of what i asked for [01:52] xorg.conf doesnt exist [01:52] 2/3 [01:52] the other is in std [01:53] flashram: that's normal. [01:54] &>hmm &> doesnt work with pastebinit [01:55] what are you trying to do? [01:55] "command | pastebinit" simple. [01:55] use | [01:55] pastebinit lshw cmd [01:55] i did with sudo === razor-home is now known as razorsharph [01:55] did i say to use sudo ever? [01:55] lshw stuff | pastebinit [01:56] it asked for sudo [01:56] it doesn't need it [01:56] lshw does indeed ask for one [01:56] but no 'stuff' after it [01:57] Hello [01:57] -c video; cat xorg.conf ; cat xorg.log | pastebinit [01:57] in /etc and /var [01:57] hi Diarrhea [01:57] Hi. [01:58] I need help [01:58] HELP [01:58] Ben64: what did u need to know more than that paste ? [01:58] Diarrhea: state a problem, then - without caps [01:58] ubuntu help? [01:58] Diarrhea: with what do u need help ? [01:58] heelllppp [01:58] flashram: That will only redirect the output of the last command to pastebinit. [01:58] flashram: still waiting on lshw -c video .... which i asked for like 25 mins ago [01:59] okey sorry [01:59] Diarrhea: Don't ask to ask. Just say what you need help with and someone will help. [01:59] help me my unity laucnher is a cical on the midel on my scren [02:00] Diarrhea: test the guest session, is it normal there? [02:00] heres a pic http://gyazo.com/e7d2d56f70de32c69b121f0c15ef63c7 [02:00] 9607984 [02:00] is lshw [02:00] ubuntu is green [02:00] Diarrhea: er nope that's not a pic [02:00] help [02:01] that is a pic [02:01] I can't click on that due to security policy here. [02:01] gyazo [02:01] yeah a pic of three characters of text [02:01] copy paste mud [02:01] "mud" ? what are you talking about [02:01] yeah, nobody is going to download something to see a picture [02:01] HElp [02:01] upload it to imgur or something [02:01] okay [02:02] !op [02:02] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [02:02] * phunyguy looks up [02:02] that was a misuse of the trigger. [02:02] I am broken [02:02] Really? [02:02] i need help [02:03] the room began to think [02:03] ok, I've gotten close [02:03] Diarrhea: we could have guessed, since most of your responses are "help", give details or go away [02:03] I need to find out exactly what output settings I need in xrandr [02:03] I said that my unity launcher is in the middle of my screen [02:03] Ben64: got that number pf pastebinit above ? [02:03] I've tried some various cvt settings, many close but none spot on. [02:04] I am on windows 7 [02:04] wait [02:04] nvm [02:04] i am eicht tean [02:04] do someone know how to boot a mac and choose ubuntu? i've tried alt option but it shows only macbook hd [02:05] kazin: your boot media isn't made correctly, then [02:05] !mac | kazin [02:05] kazin: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [02:05] thanks === aljungberg is now known as Guest74497 [02:06] Thank you, I was going to tell him to use tweak tool --reset-unity but after his spam I figured he was a troll. [02:06] far better to test guest sessions prior to messing around [02:07] kazin: Did you try to boot Ubuntu from a DVD or from a USB drive? [02:07] i installed it from a usb [02:07] in a empty partition [02:07] :( [02:08] after that macbook just ignores that there is another OS in the HDD [02:08] i'm reading the link posted here a few seconds ago [02:08] kazin: Please boot from an Ubuntu LiveUSB, run boot info script, and pastebin the RESULTS.txt that it produces. [02:08] !bootinfo | kazin [02:08] kazin: Boot info script is a useful script for diagnosing boot problems. Run the script following the directions here: http://bootinfoscript.sourceforge.net/ and then look at RESULTS.txt (or !pastebin it for others to look at). === Nectar_ is now known as Pyro_ [02:09] so clueless at how and why i should recompile my kernel for radeon lol [02:09] flashram: when you have an nvidia card? _STOP_ you don't seem to have a clue what's going on === Pyro_ is now known as Pyro_0 [02:09] i have ati aradion vga dvi and hdmi [02:10] the xorg log you pasted earlier 100% disagrees with that claim [02:10] pre 2000 === Pyro_0 is now known as _Nectar [02:10] it was 1999 i guess when i got that card [02:10] what? we don't need to know your life history of hardware [02:10] flashram: no... you have a GeForce 7650 GS [02:11] http://paste.ubuntu.com/9607949/ <--- nouveau. [02:11] okey :) [02:11] anywho time for me to call it a night since the crazies are in [02:11] dafty... [02:11] mmm? [02:11] Success on my end. Thanks! [02:11] gn8 daftykins [02:12] so whats up with all the irq and xorg and all ? [02:12] Schilling: \o/ no problem. [02:14] Ben64: any more clues ?N [02:14] flashram: you need the nvidia 304 driver to use that card [02:14] where and how ? [02:14] i have no x [02:14] yes, thats why you need the driver -.- [02:15] :) [02:16] its ther an apt cmd to get it ? [02:17] every line in irssi is followed by ten the same lines about irq [02:20] afternoon [02:20] ben64 how do i get a driver via apt or what do i install in apt to get the driver N? [02:21] Ben64: more clues about gettin that driver o_0 ?.? [02:21] Hello. Is anyone familiar with Apache? I am having trouble getting a webpage to load with the www prefix. No www works but redirecting to www doesn't work. [02:22] that's DNS, not apache [02:22] modrewrite htacces ? [02:23] That's a modrewrite issue, yeah. [02:23] can i use nameservers from a domain i bought to point my pc as being the domain ?N [02:23] In one of the .conf files. [02:23] I'll post the config in pastebin in a moment [02:23] ok. [02:24] Usually changing rewrite allow from 'deny, allow' to 'allow, deny' works. [02:24] Hey! I need some help. For some reason, my laptop isnt outputting audio to my headphones for Spotify or Chrome. It works fine when using Totem Video Player. [02:26] Ben64: so how does one get the 304 driver ? [02:26] ok, here is the pastebin http://pastebin.com/z0pJ5vRv [02:26] Jk, got it working [02:27] build-essentials ? === zz_saschpe is now known as saschpe [02:28] freddd, I don't think that's the right .conf file. Is that off your localhost? [02:28] use the package manager, search for it flashram [02:29] what exactly do i search except ?~ [02:29] except 304 what more to know ? [02:29] nvidia and that it ? [02:29] nvidia, find the 304 [02:29] got no x [02:30] install the drivers in safe mode [02:30] Schilling: This is the 000-default in the sites-enabled directory. Which .conf do you need? I don't have a .htacces [02:30] apt-cache search nvidia [02:30] or just tab-complete apt-get install nvidia [02:32] freddd: httptd.conf [02:32] .htaccess file won't do you any good if you still don't have permission to execute what's in the file. [02:33] okey installing~ [02:33] 304 [02:35] Can anyone advise as to whether I should encrypt my new ubuntu installation? [02:37] hey... i want to run a program but nothing shows up..anyone willing to help me out here [02:38] Schilling: i would say that if you store sensible information in you pc like... bank account or if you buy online or if you store some confidential data, then yes, encrypt it, if not, then don't encryt it [02:38] Ace2race: run the program with the terminal [02:38] Schilling: I don't think I have that file anywhere. [02:39] what version of cryptsetup is packaged in 14.04 [02:39] its a file... whats the command it i want to run it with java 7 [02:40] I an running 14.04 on a VPS by the way [02:40] Corey84: aptitude show cryptsetup | grep Version [02:40] Chuck_Norris, not on ubuntu atm hence the ? [02:40] Ace2race: is it a .jar ? [02:41] yeah... i set it to exicutable [02:41] Ace2race: java -jar file.jar [02:41] !info cryptsetup trusty | Corey84 [02:41] Freddd: is this on a LAMP stack? [02:41] Corey84: cryptsetup (source: cryptsetup): disk encryption support - startup scripts. In component main, is optional. Version 2:1.6.1-1ubuntu1 (trusty), package size 113 kB, installed size 346 kB (Only available for linux-any) [02:41] ty [02:42] so 1.6.1 [02:42] I've dealt with this on WAMP, but not with Ubuntu. [02:42] ok [02:43] okey x [02:43] works [02:44] :) [02:44] Schilling: Apache was downloaded by itself from the repo if that's what you mean. [02:44] ok [02:44] nope but i do get this ..... no main manifest attribute, in /home/ace2race/Desktop/ld22.jar [02:44] what dose it mean [02:48] freddd: ok. so, you're basically trying to redirect, correct? [02:49] is my file corrupt? [02:50] Schilling: I am able to redirect the non www url to the www url but the page won't load. [02:50] Ace2race: i google it and yes sort of, google: "no main manifest attribute" [02:51] hi Ben64 it works now X :) [02:51] so how do i fix it... or what do i do... i realy want to play minicraft [02:51] how do i get that slick ubuntu ontop of this one now ? [02:51] the purple one ? [02:52] freddd: I'm not 100% sure, but I *think* you'll need to make an .htaccess file to make that happen. [02:52] Ace2race: i don't play minecraft but... what is your ubuntu version ? i'll see if i can find a proper guide fot that [02:52] Schilling: OK. I'll do that. [02:53] why is amazon on my desktop ? [02:53] its not minecraft.. although good game i do have it... its minicraft [02:53] I've never had a redirect work without an .htaccess file with instructions on what do do. And it *must* be in your document root. [02:53] or, site root folder, rather. [02:53] flashdeux: free advertising? [02:53] lol [02:53] flashdeux, ubuntu web app [02:54] what can ubuntu web app do ? [02:54] can i run ubuntu on the fire kindle ? [02:55] Ace2race: what is your ubuntu version ? [02:55] not very responsive app tho [02:55] flashdeux, what's your problem exactly [02:55] not really [02:55] solved :) [02:55] flashdeux, oops i meant Ace2race [02:56] 14.04 i think [02:56] * Chuck_Norris remember his days in minecraft http://paste.ubuntu.com/9608218/ [02:56] Ace2race: lsb_release -d [02:56] Ace2race, what's that ld22.jar? [02:56] http://ludumdare.com/compo/ludum-dare-22/?action=preview&uid=398 this is the game that wont play for me [02:57] Ubuntu 14.04.1 LTS is my version [02:57] Ace2race, lol i misread it as minecraft [02:57] its ok [02:58] it almost tricks me too [02:58] Ace2race, oh made by notch. ok [02:58] yeah .... can you get it to run... i cant [02:59] Ace2race, did you pastebin the output of java -jar ld22.jar [02:59] its not much... i just pasted it here [03:00] no main manifest attribute, in /home/ace2race/Desktop/ld22.jar [03:02] Ace2race, make the jar file executable and try again. You never know. right click on it, then properties, then permissions [03:02] Hi there, could you please help me downgrade the kernel of ubuntu 14.10 to the version used in the LTS release 14.04? AMD fglrx doesnot seem to play nice with the new kernel. [03:02] does fgears not play nice ? [03:03] fglrxgears? [03:03] they're running nice. [03:03] :) [03:03] whats fglrx ? [03:03] but some gaming or heavy work, a null pointer or something is thrown [03:03] throw catch [03:03] fork [03:04] you're funny ;) [03:04] so how to downgrade kernel? [03:04] i cheaked it wont work [03:04] recompile kernel with needed mods in the config i guess [03:04] dont know exatcly tho [03:05] long time ago [03:05] not via apt-get or synaptic? [03:05] iLoveJava, Kernels come in sets, you would just install the one you want, not downgrading, and not really supported here technically. [03:05] via apt-get install build-essentials and the headers and sources for the kenrel u need [03:05] then config the new kernel [03:05] then compile [03:05] then reboot ? [03:06] flashdeux, that's a lot of process to get lost for a non C++ programmer [03:06] bubbasaures: he wants lts kernel [03:06] :( [03:06] not true [03:06] there isnt a second of programming involved [03:06] just setting a config and compile it [03:07] Ace2race: did you tried runing the game in firefox ? [03:07] yep... i need a plugin i cant find [03:07] bubbasaures, I have a low bandwidth connection. The latest version of fglrx only support ubuntu 14.04. I thought I could just downgrade the kernel. Do you know of any quick ways to get the thing supported in 14.10? [03:07] Ace2race: have you actually looked to see what the plugin is? Even with a google search? [03:08] iLoveJava, Downgrading is a confusing word here, you just want a kernel you think will work so install it. [03:08] tried but i didnt see anything... by the way dose firefox have java installed on it [03:08] Schilling: It's not working with an .htaccess in the root folder. Thank you for helping me though. [03:08] flashdeux, I had some horrible experiences with compiling from source. They throw out some errors often. May be too trivial like missing dependency. But the error messages are rarely helpful [03:08] bubbasaures, yes [03:09] freddd: you sure you have the right settings? [03:09] bubbasaures, is there any way to install it from apt-get or synaptic [03:09] iLoveJava: http://askubuntu.com/questions/163298/whats-a-simple-way-to-recompile-the-kernel [03:10] Schilling: Yes. I used the information from http://www.cyberciti.biz/faq/apache-redirect-domaincom-to-wwwdomaincom/ [03:10] iLoveJava, If I wanted to put a kernel I have not for a long time I would google it, so I'm not your best help, beyond that here some will stick to a same kernel as the release to help some wont is all I meant. [03:10] 3.13.0-43-generic [03:10] Ace2race: what's happend when you click in "install this plugin" on firefox ? not by default: http://i.imgur.com/313HcRw.png [03:10] 14.04 [03:10] flashdeux, any other ways than compiling from source? [03:11] nope [03:11] ill try to install again wait a moment [03:11] Ace2race: ok [03:11] then let me check out the hard way :) [03:11] freddd: give me 3 minutes to take a look. I deal with redirects a lot with wordpress sites. [03:11] not for what ur asking [03:11] thanks flashdeux and bubbasaures [03:11] so nop unless u recompile kbin kmode [03:12] :) [03:12] no suitable plugins were found [03:12] i need java i think [03:12] so you say it's easy flasdeux, let me find out myself :) [03:12] not that easy tho ;) [03:12] Ace2race: so you can't see the windows that i have ? [03:12] u can clone menuconfig [03:12] thsts the config part [03:13] freddd: that one won't work. it's waaaay old. [03:14] flashdeux, linux-image-3.13* is not in my repos. only ones with version 3.16 [03:14] hey, what is the most similar app on Ubuntu to Foobar2000 music player on windows? [03:15] nope dont see that... mine dosent show the java for it [03:16] j8u9009: if you don't mind terminal based ones you could try ncmpcpp [03:16] iLoveJava: then change ur apt-get package manager sources.list to have lts sources [03:16] so how do i get java [03:16] Ace2race: open a terminal and copy and paste this: sudo apt-get install curl ; aptitude search jre | curl -F c=@- https://ptpb.pw paste here the url that will pop up [03:17] http://paste.ubuntu.com/9608277/ [03:17] okay so I need anyone's help that's available [03:17] thats mine on lts [03:18] http://www.jfwhome.com/2014/03/07/perfect-ubuntu-or-other-linux-on-the-asus-transformer-book-t100/ <== from step 7 I'm confused... I have all the things DL'd, but the git remote sound etc aren't working right [03:18] Jordan_U, [03:18] EriC^^, [03:18] dont forget to sudo apt-get update after uve made a backup of yours and replaced them [03:18] i dont have aptitude installed [03:18] got that iLoveJava [03:18] Ace2race: sudo apt-get install aptitude [03:19] i am [03:20] gn8 4:20 [03:20] You guys should switch over to #crunchbang [03:20] drop that ubuntu crap [03:21] it's all linux hardly a difference among any release [03:21] !offtopic | applebloom [03:21] applebloom: #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! [03:22] that's where you're wrong bubbasaures [03:22] that's where you're wrong lol [03:22] in your tiny mind [03:22] my mind is far larger than yours [03:22] lol [03:22] guys stop, [03:22] seriously. [03:22] okay, I was just pointing out the truth. [03:22] thanks flashdeux, I have somehow installed the 14.50 version of FGLRX. Let me restart and see. If it doesnot work, I will need to change kernel [03:22] ;) [03:22] !ot | applebloom [03:22] I will go back to idling [03:22] applebloom: #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! [03:22] just kick the rascal [03:22] applebloom: truth is irrelevant - take it to the ot channel, and stop sniping at each other [03:22] for what? [03:23] I've done nothing wrong by giving out knowledge which some may have previously lacked [03:23] iLoveJava: Install kernelsL get it : http://kernel.ubuntu.com/~kernel-ppa/mainline/ ; directions: http://ubuntuforums.org/showthread.php?t=2226166 toward the end of the thread. can be done easy . [03:23] Education is a good thing, you shouldn't be afraid to learn. [03:23] this is the url https://ptpb.pw/QQJ3 [03:24] !ot OerHeks [03:24] applebloom: if ubuntu dies crunchbang dies [03:24] applebloom: think about that for a sec ;) [03:24] EriC^^, what? that doesn't even make sense [03:24] it's based on ubuntu isn't it? [03:24] it's based on debian [03:24] wow [03:24] the lack of education in here... it's perturbing :| [03:25] seriously, stop. [03:25] you guys have been brainwashed by canonical [03:25] don't feed the trolls please [03:25] lol i'm not a troll [03:25] !ops [03:25] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [03:25] trolls use Ubuntu [03:25] i was about to do that too, kostkon [03:25] I plainly use crunchbang === client is now known as Quarry [03:25] * rww looks up\ [03:26] rww: too slow [03:26] ty [03:26] Flannel: thanks, stick around though, have a feeling they'll resurface [03:26] Ace2race: sudo apt-get install icedtea-plugin [03:26] teward: I was checking if it was the same idiot as a while ago [03:26] called it. [03:26] anyways, is there a way in network manager to assign wireless network preference? [03:27] i.e. favor certain networks over others in certain conditions [03:29] thanks... and hope you have a merry xmas :) === Red_M_ is now known as Red_M [03:30] Anyone know what to do when Ubuntu boots to a blank screen with just the mouse? [03:31] Install just finished. [03:31] !nomodeset | Schilling good place to start [03:31] Schilling good place to start: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [03:31] Schilling, [03:32] Schilling: Start a reboot and hold down the Shift key. Press the e key on getting the GRUB bootloader. Using arrow keys navigate to and delete quiet and splash and type the word nomodeset in their place. Press Ctrl and X at the same time to continue booting [03:32] Schilling, Say here if your dual booting with a uefi set up and your graphic info if you can. [03:33] Not dual booting. Just did a full install replacing Vista. [03:33] Figures I'd have a nvidia... [03:34] Schilling, Ah sounds msdos, mentioned uefi as you can get a black screen in it to. === Yukinotteru is now known as Dhs92 [03:35] Schilling, There is a safe x boot in the recovery, tap the shift after powering on to get the grub menu for that or the nomodeset. [03:35] ok === Dhs92 is now known as Yukitteru [03:37] Hi, I'm trying to test an exit code in an upstart script. In a script block, any command with a non-zero exit code will cause the job to fail. The suggested workaround is to do 'command || true' to make the exit code non-zero. But I want to test the exit code, e.g 'foo; if [ "$?" -eq 1 ] ; then ; bar'. Any suggestions? [03:38] tapping the shift key on reboot isn't doing anything. just goes to logon screen,... [03:38] need to hold it [03:38] alright, problem solved? [03:39] Schilling, power off. than on. than tap the shift key repeatedly [03:39] Just for sh*ts and giggles I entered my pw and boom: desktop. [03:39] Weird? [03:40] update and upgrade and check the additional drivers tab in software & updates for any nvidia [03:40] ok. [03:41] that's all I know on nvidia, hope that does it. ;) [03:42] strange that it would fail the first time, then work, eh? [03:42] Anyone here using thunderbird? I'm trying to look for a way to mass delete all read receipts in my inbox. [03:43] gotta go, happy hollidays [03:43] bubba, the 'additional drivers' gave me a few options... [03:43] say's it's using X.Org? [03:43] Sachiru: View > sort by > read [03:44] hmm, Windows (Idle): Memory: 25%, Ubuntu (Idle): Memory : 15% [03:44] wow that's cool. [03:44] Do I have to change anything? [03:45] squinty, thanks, but I was referring to the emails that are in the format "Your message was read by XXXX on YYYY" [03:45] Sachiru: irc.mozilla.org #thunderbird [03:46] Thanks, squinty [03:46] yw [03:46] no one? [03:46] >_> [03:47] Squinty, nvidia popped up on my Additional Drivers tab, X.Org is selected. I have other options, but they're all proprietary...should I do anything here? [03:49] Schilling: you will be using the open source nouveau driver right now. you could try installing the 331 (latest) [03:50] Schilling: also might want to check the nvidia site to see what they say supports your card. Unless you really have to recommended proceedure is to install the driver from the ubuntu repo's rather than download from their site [03:51] Schilling: once you have the driver installed, look for nvidia X server settings in your menu. you can tweak your video there [03:51] if need that is [03:51] needed [03:52] might be... [03:52] it's doing some strange things on the screen as I navigate around.. [03:53] how would I install the driver from ubuntu repo? [03:53] Schilling: from Additional Drivers [03:55] ok. [03:56] just found a way to do it from terminal as well. [03:56] Schilling: if you are unsure which nvidia card you have type in a terminal lspci | grep VGA or install inxi and then type inxi -Gx in a terminal [03:57] Just did this one: $ sudo ubuntu-drivers devices [03:57] And it recommended a new driver to me... [03:58] Hope that does it. :P [03:58] Schilling: fwiw, https://code.google.com/p/inxi/ it's a python system script which I find handie than regular methods [03:59] Schilling: usually good if recommended.... never had a problem personally with nvidia cards :) [04:00] I never have either. Thanks for that link, btw. Reading through it now. Hoping this issue gets cleared up with the new driver. My screen is wonky as all hell. [04:01] Привет всем! [04:01] !ru [04:01] Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [04:06] HA! installed the new driver and the screen went black again... [04:09] I'm having a challenge installing umlet (from source zip file). I have it showing up in the dash and can launch from there but don't know how to configure command line command for a java application like this. This is what I have (working) so far : http://paste.ubuntu.com/9608505/ [04:09] Can anyone help me with this last part? === ubuntu is now known as Guest31053 [04:12] hello, i need to delete a broken windows partition, what is the best way to do this? [04:12] I fig it out ... thx [04:14] !gpaeted | Guest31053 [04:14] !gparted | Guest31053 [04:14] Guest31053: 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 [04:15] Bashing-om, I have found gparted, however i'm unsure how to safely use it [04:15] Guest31053: I may be able to help with your partition issue [04:15] Guest31053: What is your end goal when this Windows partition is reformatted ? Then we can discuss means. [04:16] Bashing-om, i haven't decided yet; hjarntvatt how so? [04:17] Gparted will show you all your partitions and allows you to manipulate them. Did you already install and execute gparted? [04:18] You need to determine how many partitions exist on that drive [04:19] hjarntvatt, yes i have gparted open. there are 6 partitions, but one is a split one, so 4 not counting the split [04:21] Do you want to delete the windows partition and then extend that partition so that another partition becomes larger? [04:21] Any idea why df -h would report a number that doesnt make sense? It reports that my drive is 915G with 48G used, however only 822G is available. 915-48=867. Where did my other 45G go? [04:21] http://pastebin.com/XjdB8yHR [04:22] Guest31063: can you post a screenshot of what gparted is showing? [04:22] squinty: that update seemed to work like a charm. [04:22] hjarntvatt, yep [04:23] hjarntvatt, http://imgur.com/sUmgI6x [04:24] Hang on I'm turn on my Linux machine and launch gparted myself [04:26] hjarntvatt, i will admit that mistakes were made during the inital creation of the windows partition which explains the multiple ntfs partitions [04:26] Tr0gd0r: There is 5% overhead - house keeping - that is not reflected directly in the numbers . [04:27] How many OS do you want installed in the end? Just your Ubuntu Sda1? [04:27] Hello. I installed nvidia driver downloaded from Nvidia website on 14.04. Ran nvidia-xconfig and rebooted the system. At login prompt, i enter my password. However, the unity desktop is not loading. Just the wallpaper and mouse pointer is visible [04:28] try another reboot zuzup. [04:28] If it comes up, I can tell you what to do, I just did it myself. [04:28] How do i debug what is going on so that i can search and fix stuff? [04:28] Cool! Reboot to login? [04:29] hjarntvatt, for now, i'll probably just go with ubuntu over the whole, however I may well make a new windows install in the future should history repeat [04:30] yeah, reboot and logon if possible. If not, it's a whole different animal. [04:30] Fresh Ubuntu install? That may be easier [04:30] Hoping you don't have to do it. I think I got lucky. [04:30] Ok. Just rebooted. Should be a minute. Alright, I'm here. [04:31] hjarntvatt, i would, but where's the fun in that? [04:31] At the login prompt @Schilling [04:31] I think if you right click sda2 &3 , then unmount them you can right click again to delete partition. Then extend your sda1 [04:31] try to log in, zuzup. [04:32] hjarntvatt, sda 2 is labeled system reserved and boot. is it really safe to delete that? [04:32] I see my wallpaper 4:3 and that's it. @Schilling [04:32] Also my mouse [04:32] hmmmm, ok... [04:32] Probably at a very low resolution [04:32] gimme a second. [04:33] Sure [04:33] alright, gotta reboot and hold down the shift key the entire time. You need to get into Ubuntu's version of 'safe mode' [04:34] Ok [04:34] Not sure... If you have data you can risk to lose you may want to back up your data or clone your drive first before proceeding [04:34] from there, someone else might have to help. [04:34] Ohhhhh [04:34] Anyone you know who can help? @Schilling [04:35] Guest#####: the sda2 system reserved is for windows boot manager (to boot windows) [04:35] http://ubuntuforums.org/showthread.php?t=1613132 [04:35] hjarntvatt, say i do delete that partition, what happens? [04:36] start there zuzup [04:36] Sda3 is your windows install [04:36] Ok. Checking it out [04:36] Sda3 = the windows OS [04:36] If you delete that it corrupts windows from booting [04:36] so .. nvidia proprietary drivers on an external drive on a macbook .. just isn’t going to happen. [04:37] hjarntvatt, gotcha [04:37] If its already corrupted you got nothing to lose [04:38] hjarntvatt, on your former point, you'd be right if i hadn't royaly screwed up when i first installed the windows. the actual windows OS resides on sda5 [04:39] Guest####: do you know difference between ext4, ntfs? NTFS is a windows filesystem. The 350mb sda2 is to boot, the 300gb is the OS [04:42] In the past I've installed windows first, then Linux. What are you trying to achieve? Just one OS? Or are you looking to dual boot? [04:42] With a choice of windows/Ubuntu? [04:42] hjarntvatt, yes i know the difference. however if you look at sda4 you will see that it has an ntfs splinter(sda5) and a linux swap(sda6). sda 5 is where the actual install for windows is. [04:42] just one OS for the time being [04:43] I'm going away. You can get at me at my nick AT gmail [04:43] Hjarntvatt AT gmail [04:43] I'll get back to you thru the week best I can [04:43] hey any hack with tecnic on evil twin ,dhcp ? karma? [04:44] If you wanna get it over with, fresh install. Or unmount/delete/extend the NTFS partitions [04:44] what does sudo -i do? What is the -i mean? [04:45] Good luck guest#### [04:45] -i can be install or interface [04:45] hjarntvatt, alright then. i'll nuke sda2 and 3. thanks, ill reach you if need be [04:46] john_doe_jr: Did you check the man page? [04:46] Sudo -I acquires the root's user environment [04:46] ngnugnu_: I did a man sudo…I just know understand it…I'm trying to prevent from having to enter in my password each time when I run a script [04:47] john_doe_jr: sudo will remember that a password has been entered for about...15 mins from memory [04:47] Sudo -i simulates a root logon [04:47] cool…so I should do this @ the top of the script so I don't have to enter in a password each time [04:48] Run sudo, then -s, then -i . then run pwd after each sudo -flag [04:48] hjarntvatt: what does the -s do? === Auv is now known as AChristmasuv [04:57] hi [04:57] Sudo -s runs a shell as root. Try it. [04:58] Sudo flags: http://askubuntu.com/questions/70534/difference-between-su-sudo-s-sudo-i [04:58] is is possible to do a sudo visudo from the terminal? [04:58] hjarntvatt, one more thing, what should i do about the ntfs split of sda4? [04:58] I mean to automate adding yourself to the visudo file [05:01] Partitions 1 thru 4 are primary, 5 up are logical. Refer to this: http://unix.stackexchange.com/questions/83781/understanding-partition-table-with-sda1-sda2-sda5 === stub` is now known as stub [05:02] Once a partition is deleted and there is a "gap" , extend the partition prior to the gap [05:03] would it be safe to just remove sda4 as well? [05:07] @Schilling not yet [05:08] zuzup: [05:08] http://askubuntu.com/questions/162075/my-computer-boots-to-a-black-screen-what-options-do-i-have-to-fix-it [05:08] hjarntvatt, i'm just a tad puzzled as to what would be easier [05:08] hey I got a command here I hope you can proofread it for me? [05:08] cd /MusicToMove [05:08] find . -print0 | sort -zr | xargs -0 cp --parents [05:08] --target-directory=/media/disk/MUSIC/FoldersMoved [05:08] hey guys [05:08] (I'm not sure about the -zr bit [05:08] are someone here from brazil? [05:09] I just want do copy folders/files sequencually [05:10] slainr: hey [05:10] cq-aux, hey there [05:11] cq-aux, I've a question about LPI certification in Brazil [05:12] oh yeah? what's that? [05:12] linux certification [05:12] https://www.lpi.org/linux-certifications [05:12] Hey folks [05:12] hey jay1 [05:12] @Schilling, sorry my tablet rebooted [05:13] hey coax [05:13] Can you resend the link which you were talking about? [05:14] slainr: yeah you buy the book study and practice and then pay for and sit the exams somewhere close by [05:14] so now i have an extended partition with a broken ntfs split and a linux swap under it. anyone know if itssafe to just delete the whole partition? [05:15] cq-aux, I only have to pay the exams? I don't want to spend money with meaningless courses [05:15] cq-aux, I've using linux about 1 year at my pc [05:17] you can download the book and then study and then yeah pay4exams when you're ready [05:18] you can buy the book buy lol [05:19] cq-aux, cool, I'm reading Linux From Scratch [05:19] oh you're making your own? that's a great start [05:20] cq-aux, just doing the lessons of the book [05:20] oh, well I'll just go and try these commands a couple of different ways and see what workd [05:20] *works* [05:20] cq-aux, which distro do u use? [05:21] yeah you'll learn about the whole bootstrap and init. stuff [05:21] I'm using xubuntu trusty [05:21] cool [05:21] I'm using ubuntu mate [05:21] and has arch installed here too [05:22] oh which are you using for your linux from scratch? [05:23] hello, i've just deleted two windows partitions but there appears to be another under an extended partition that also contains a linux swap. is it safe to just delete that whole extended partition? [05:25] Finetundra, I think it's ok to delete the partition [05:26] coax: stop it [05:26] Finetundra: Before the container "extended" can be removed, the contents 'swap" must first be removed . [05:26] :) [05:29] Bashing-om, what do you mean? [05:35] hey all. a trusty box I have access to seems to be...leaner than usual. it's missing things like man and nano. could someone tell me what it could be please? and if there's a package group or something that will get me back to a more full featured install that would be awesome, cheers. [05:36] Finetundra: I mean that one can not delete the 'extended' partiton so long as there are other partitions remaining in that extended partition. Those 'logical' partitions must 1st be deleted. [05:38] Gazby: Not logical, as the man pages and 'nano' are installed in all distributions by default. Has saomeone been deleting where they should not have been deleting ??? [05:38] someone* [05:38] it's a brand new box from dimevps [05:38] vpsdime* [05:39] it's otherwise fully functional, just missing things that I expect to find on a box under normal circumstances [05:40] Gazby: Canot say as I have no experince with "vpsdime" , maybe that provider leaned it out ?? [05:41] yep, I guess i'll submit a ticket. cheers [05:55] i'm having an issue where i have a shortcut to an application on my desktop, but i want to pin it to the launcher instead. so i launch the application and pin it while it's running, but then when i delete the shortcut from my desktop it disappears from my launcher as well... any ideas on how to work around this? if i knew where the directory was for the launcher icons, i could just move the shortcut there [05:56] from the desktop i think? [06:03] plasmasnake: you should be able to right click on the app in your file manager > click on "make link" that should make a link in the directory (folder) where the app lives. Start the app and then pin. no need for launcher on desktop with that method [06:04] Start the app via the newly made link that is...... [06:07] squinty: ah, well that sounds like a good workaround.. thanks! i thought there might be a directory where i could just move the shortcut, but this will do the job... [06:13] hey there, i have libxml2 already installed on my machine [06:14] i reinstalled it using source [06:14] as there was a patch that I needed to apply [06:14] after make and make install [06:14] Waheedi, stop [06:14] using [06:14] key [06:14] lol thanks for the recommendation cfhowlett [06:14] plasmasnake: you could drag/drop (move) the link from your Desktop directory into a directory you make in your Home (ie ~/MyLinks) it would be the same thing. move it and then start from the shortcut and then pin [06:15] i still can't get the new library reflected here /usr/lib/x86_64-linux-gnu/libxml2.so [06:16] how can i get my libxml2.so installed from source here /usr/lib/x86_64-linux-gnu/libxml2.so as I'm sure this is the old .so file from the date [06:17] my newly installed lib is under /usr/lib/libxml2.so [06:17] should i just symlink the new one with the old one? [06:18] !info libxml2 [06:18] libxml2 (source: libxml2): GNOME XML library. In component main, is standard. Version 2.9.1+dfsg1-4ubuntu1 (utopic), package size 598 kB, installed size 1909 kB [06:19] i know all that info [06:19] Waheedi: wich ubuntu version do you have? [06:21] lotuspsychje Ubuntu 12.04.4 LTS [06:21] my question is clear should i symlink the new .so file and replace it with the old one? [06:22] Waheedi: can you tell us whats your endgoal exactly [06:22] i have patched libxml2 as there was a problem with parser options [06:22] now some of my lua/c++ applications are using libxml2 already [06:23] Waheedi: cant you just get an updated version of libxml2 ? [06:23] So i want my apps to work with the patched libxml2 library. simple [06:24] lotuspsychje: i don't want to update my libxml2 version [06:24] its only missing this patch [06:26] Waheedi: maybe here? https://code.google.com/p/daisy-pipeline/issues/detail?id=326 [06:27] is that safe? lotuspsychje [06:27] thats my concern :) [06:28] Waheedi: didnt test myself, but looks like your issue [06:28] actually it is not [06:28] anyway thanks for the help lotuspsychje [06:31] you know what [06:31] this bitch is working now [06:31] :) [06:31] i love libxml2 :) [06:32] Waheedi: how did you fix now? [06:33] basically what i fixed was libxml2 HTML_PARSE_NOIMPLIED option was not considered in 2.7.8 version [06:33] which is the default version for my ubuntu version [06:34] !yay | Waheedi [06:34] Waheedi: Glad you made it! :-) [06:34] i patched a fix for it and installed in /usr/lib and then symlinked the new .so file with the old ones [06:34] thanks lotuspsychje [06:35] Is there another way that I can download Ubuntu? [06:35] The download keeps crashing [06:35] use a torrent link [06:36] we6jbo, always torrent. [06:36] Well how do I do that? [06:37] I'm running linux at the moment [06:37] !torrent | we6jbo [06:37] we6jbo: Some torrent clients: Transmission (GTK and terminal-based), Deluge-Torrent, Freeloader, BitStormLite, BitTornado-GUI (GTK), KTorrent (KDE), QTorrent (Qt), Azureus/Vuse (Java), !Frostwire (Java), TorrentFlux (web-based), bittornado, rTorrent, cTorrent, bittorrent, aria2 (terminal-based) - FAQ: http://www.bittorrent.com/help/faq - See also !P2P [06:37] Is there an easy way to do that? [06:37] Is there a script or something? [06:37] http://www.ubuntu.com/download/alternative-downloads and your fave torrent proggie [06:37] Can you recomend me one or give me a link to one that's easy? [06:37] we6jbo, ???? read / link to ubuntu torrent / start torrent manager / download [06:38] we6jbo, you already have one in ubuntu - transmission I believe [06:38] Its trisquel [06:38] Ok it's running. Now what? [06:39] we6jbo: with the torrent download you will have resume (in case of the link going down) and error checking automatically way better than using http imho [06:39] I see open. A play button a pause button a red dash thing and properties [06:39] we6jbo, select the correct .iso.torrent [06:39] http://releases.ubuntu.com/14.04.1/ [06:40] Is there something I click? [06:40] Open Open URI New [06:40] we6jbo, less clicking more reading. find the .torrent for the iso you want [06:40] we6jbo: just go to the link i posted above for alternative downloads and click on the version you want. your torrent program will start automatically [06:41] we6jbo, OR download the .torrent and open it with your torrent manager [06:41] I want Ubuntu 12. something LTE [06:41] we6jbo: use your web browser to access the link i posted [06:41] Or 14? I don't know what I clicked [06:41] we6jbo: download 14.04.1 like cfhowlett suggests [06:42] I don't know how to do this [06:42] we6jbo: download the torrentfile to your computer [06:42] Can you tell me. Do I click file open or what? [06:42] we6jbo, read the page. find .torrent. download .torrent. open with torrent manager [06:42] we6jbo: save as [06:42] I got the program up and running. Transmission [06:43] Transmission-QT if that matters [06:43] we6jbo: once you saved your torrent, open with transmission [06:43] Open torrent from URL. Is there a URL? [06:43] we6jbo: web browser > http://www.ubuntu.com/download/alternative-downloads click on torrent transmission should automatically open and start downloading (or ask if you want to download) [06:44] not sure why you guys are making it harder than it is [06:44] lol [06:44] Alternative downloads. Now what? [06:44] hello guys, please I can't update my ubuntu 14.04 software.....it keeps popping that i should do a partial upgrade because it couldnt update all. please help [06:44] read what i typed [06:44] squinty, when someone says "don't know what I clicked" I get nervous [06:45] sorry partial update [06:45] :p [06:45] Transmission didn't automatically open and start the download [06:45] thats why i said, save the torrent.. [06:45] i give up [06:45] then open it in transmission [06:45] hello guys, please I can't update my ubuntu 14.04 software.....it keeps popping that i should do a partial upgrade because it couldnt update all. please help [06:45] no set up youir browser properly [06:45] !patience | abdel, [06:46] abdel,: 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/ [06:46] Ok it's this one right? Ubuntu 12.04.5 Desktop (64-bit) › [06:46] we6jbo: are you fooling with us?? [06:46] no [06:46] we6jbo: you even read what we say? [06:46] What? [06:46] we6jbo: download 14.04.1 [06:47] * cfhowlett prepares to add a name to /ignore [06:47] Whats an alternate? [06:47] we6jbo: you dont need an alternate === deimos__ is now known as deimos [06:48] It's 1.16gb? [06:48] Ubuntu-14.10-desktop-amd64.iso [06:49] go for it [06:49] omg [06:49] thats not LTS we6jbo [06:49] lotuspsychje, I know, right [06:49] Well it says torrent otpions and nothing else is happening [06:50] Oh finally it's downloading [06:51] we6jbo: wich one are you downloading? [06:51] I dont know [06:51] hi [06:51] we6jbo: read your line in transmission [06:52] ubuntu-14.10-desktop-amd64.iso [06:52] okay heres the issue, my software updater keeps telling show "failed to download repository" [06:52] we6jbo: bazhang just told you its not LTS [06:52] LTS? [06:52] 9!lts [06:52] !lts [06:52] LTS means Long Term Support. Until 12.04 LTS versions of Ubuntu were supported for 3 years on the desktop, and 5 years on the server; since 12.04 (Precise Pangolin) LTS versions will be supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Trusty (Trusty Tahr 14.04) [06:52] !lts | READ ^^^ [06:52] READ ^^^: please see above [06:53] we6jbo: you said earlier you want the LTS version [06:53] So what do I do? [06:53] we6jbo: download 14.04.1 as we said 3 times [06:54] we6jbo, I know you hate to read, but I DID send you the link to the 14.04.1 page ... [06:54] Yeah [06:54] hello [06:54] xiaofengma: welcome [06:54] !cn | xianghui [06:54] xianghui: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [06:54] I'm downloading ubuntu-14.04.1-desktop-amd64.iso [06:54] Is that right? [06:54] we6jbo: yes [06:54] ok [06:56] 不明白 [06:56] /join #ubuntu-cn xiaofengma [06:56] this is english ubuntu support xiaofengma [06:58] OK, thank you [06:58] np [07:16] cfhowlett: ubottu hello [07:16] xianghui, ask your ubuntu question [07:17] please say if I know :) [07:18] xianghui, too much google translate. /join #ubuntu-cn [07:18] cfhowlett: joined, thx :) [07:19] merry xmass days to all http://oi59.tinypic.com/6tenpd.jpg [07:20] lotuspsychje, nice!!! [07:20] :p [07:21] Hello! [07:22] I'm trying to get Ubuntu installed on an eMachine T6414. [07:22] I have d/led the iso onto a USB drive. [07:22] Scruffy_FL: Ok. What issues are you having? [07:22] Scruffy_FL, ??? dl'd onto a usb? nope ... [07:23] Pardon. [07:23] I downloaded the ISO [07:23] Scruffy_FL, and then ... ? [07:23] and then placed it onto the USB drive. [07:23] Scruffy_FL, "place it" ... HOW? [07:23] and then used the utility... [07:23] Scruffy_FL: If you are referring to just copying it then that's not going to work because you have to make it bootable. [07:23] I made it bootable. [07:24] Scruffy_FL: What OS are you using to create the install CD? [07:24] Mac OS 10.7 [07:24] I used that to d/l the ISO [07:24] I copied the ISO onto an 8 GB flash drive. [07:24] Scruffy_FL: the ISO file is an image file that contains a whole bunch of other smaller files inside it, sort of like a ZIP file [07:24] I then used Windows XP to make the USB drive bootable [07:25] you need to use a utility to write the ISO file to the USB drive so that it extracts all the files inside of it [07:25] !details | Scruffy_FL, [07:25] Scruffy_FL,: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [07:25] Scruffy_FL: here you go http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx [07:25] Scruffy_FL: You can use OSX to make the USB bootable. No need of Windows. [07:26] if you follow those steps, it will do the job [07:26] Ah! plasmasnake beat me to it [07:26] Ah, well, I used the utility-- trying to find the window with it that I used. [07:26] Scruffy_FL: If you really want to use windows then I would recommend you using Unetbootin or LiLi. [07:26] Anyway, the error I get is "boot error" [07:26] "the utility" WHAT utility?! [07:26] I just tried Unetbootin. [07:26] Scruffy_FL: Yeah what utility did you use? [07:26] (second utility) [07:27] * cfhowlett gives up [07:27] Scruffy_FL: So after doing so, what problems did you run into/ [07:27] I get a "boot error" [07:27] cfhowlett: you probably should, before you get a stroke ;) [07:27] My BIOS sees the drive. [07:27] Sorry cfhowlett. [07:28] Scruffy_FL: I need more info. Sounds like you haven't got the image on that drive correctly… [07:28] Scruffy_FL, no worries. you'll get there. lots of smart people in this chanel [07:28] One moment, while I look to see the exact utilit I used. [07:28] Scruffy_FL: I'd say follow the tutorial that plasmasnake posted and create the bootable USB directly from the Mac. http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx [07:28] I believe the problem is that my BIOS won't let me boot from USB. [07:29] Scruffy_FL, make a boot DVD instead [07:29] Scruffy_FL: Not much we can do about that here.... [07:29] Scruffy_FL: if your USB drive doesn't look like this, then you didn't write the ISO properly: https://www.dropbox.com/s/inbjzjpsa3ll8tx/ubuntuusb.png?dl=0 [07:29] Is there a wa I can find out if the BIOS I have supports booting form USB? It appears as an option under "Removable media" [07:30] or, is there a way I can make a bootable CD? (I am visiting m parents', and they do not appear to have any DVDs) [07:30] Scruffy_FL: before moving to the BIOS, better to make sure that you're setting up your USB drive properly [07:30] check the screenshot that i just shared on dropbox [07:30] Scruffy_FL, CD? image is too big for CD [07:30] yeah you won't be able to do a CD [07:30] I know. It's 1.03 GB [07:31] Scruffy_FL, so ... NO [07:31] couldn't he grab some netinstall CD ISOs instead? [07:31] Is there not a way to make a bootable CD with a subset of the options, and then install from the USB drive? [07:31] !mini | Scruffy_FL [07:31] Scruffy_FL: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want. The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD [07:31] Scruffy_FL: did you look at my screenshot? [07:31] Scruffy_FL: Just try that on OSX, if it doesn't work take a screenshot of your BIOS and post it somewhere. If not, then use the minimal install and use a CD. [07:32] or you could just buy a set of DVDs for cheap somewhere [07:32] good investment [07:32] one sec-- FF and Safari both crashed [07:32] oh boy [07:32] jerrcs: … he's trying to install this now, not in a week when the CDs arrive :p [07:33] St1gma: I said buy a set of DVDs, as in.. _BLANK_ DVDs. [07:33] ;) [07:33] kekeke [07:33] You have won this battle my friend! [07:33] i should have been more specific honestly [07:33] plasmasnake, my USB drive does look like the graphic [07:34] there are additional files that were on there before. [07:34] copy what you need from the USB [07:34] format it [07:34] I also got the minimal CD and booted from that. [07:34] then use unetbootin or use the osx instructions [07:34] It dies when it tried to configure DHCP [07:34] and then can't get to the ubuntu server. I'm not sure if there's something wrong with the NIC. [07:34] Wired, or wireless? [07:35] yeah i'm pretty sure you need to format the drive, not sure how you managed to do it while retaining files that were on it before [07:35] wired [07:35] Scruffy_FL: what does "it died when trying to do DHCP" mean? [07:35] All right. So, it said it couldn't detect an IP or something to that extent, yes? [07:35] One moment while I booth from the minimal CD. [07:36] Have you tried just setting the IP settings manually? [07:36] I did not. [07:36] Wait… let's see what he gets now. [07:37] The only time I've had DHCP errors is when I'm dealing with more complex network topologies, such as having managed switches without portfast, etc etc.. [07:37] (And purchasing black DVDs at this hour is not an option) [07:37] Scruffy_FL, nothing wrong with black DVD [07:37] what about white ones? (kidding) [07:38] I have never had an issue with DHCP, even in complex networks. [07:38] oops [07:38] sausage fingers [07:38] And, there may be something wrong with the NIC. Windows doesn't recognize that it has an ethernet cable plugged in. [07:38] St1gma: I had one last week, with some cisco managed switches, the dhcp timeout was too low and spanning tree was in a learning state while it was trying to find an IP [07:39] I turned off Wifi on my macbook and plugged in the cable and it works fine [07:39] Ok. [07:39] "Network autoconfiguration failed" [07:39] You might be able to get the wireless working instead? [07:39] Scruffy_FL: wifi not an option? [07:39] oh spanning tree [07:39] yeah that'll do it [07:40] I believe we have a linksys wireless USB dongle. [07:40] hah yeah. it destroyed my PXE lab. [07:40] But, I would think there would be driver issues? [07:40] Might be, might not be. Give it a shot. [07:40] The newer installers have come a long way. [07:40] So it don't belive that the installer would go through DHCP for an interface that it doesn't know it's there. [07:40] Without driver there would be no interface [07:41] So it is detecting your NIC… but DHCP is not working [07:41] look at your mac and see what IP address it gets [07:41] Scruffy_FL, alternate proposal: make a persistent USB. I use this at uni. The library computers are all in Chinese which I neither speak nor write. Quite easy to set up. Then you just boot the random computer from the USB and you're back to your buntu. I carry my USB around my neck everyday. [07:41] paste that info in here Scruffy_FL [07:41] the IP address? [07:42] Yes, and subnet [07:42] it gets through the link local address [07:42] et0 === CyberJacob|Away is now known as CyberJacob [07:43] Hi there. On 14.10 when I try setup chromecast on chromecast.com/setup, it says my system is not supported. Is there anythin I can do? [07:44] blurkis, ##chrome #android would know more [07:44] Scruffy_FL: Get the IP address from a working machine. Simulate that same range onto the installation of your ubuntu machine. Does that makes sense? If you have 192.168.1.105 as your IP address and 192.168.1.1 as your gateway then use something like 192.168.1.120 for your Ubuntu box IP (same gateway and netmask). [07:44] uh-oh... i got this message and my comptuer stopped: kernel:[48954.806166] Critical temperature reached (103 C), shutting down. [07:44] :( [07:45] thorie, clear / clean your vents [07:45] St1gma, yes. doing that now... [07:45] cfhowlett: good idea [07:45] thorie: I see some canned air in your future [07:45] blurkis: You might want to see about changing your UA (User-Agent) of your browser. That is probably how it knows what OS you are using. [07:46] Hey. I'm doing huge cp command on ubuntu server and I'm connected via ssh. However I have to turn my computer off. Is there any way to close ssh without interrupting the cp command ? [07:46] thorie: Use some mineral oil, then dump that sucker in there… LOL [07:46] Stimrol: seems like a good idé. Asked on #chrome, will await response there aswell. [07:46] marel: not really, unless you already have it in a screen/tmux session [07:47] If I do ctrl+c on cp command, will I later be able to somehow resume cp command ? [07:47] marel: if you don't absolutely need to shutdown the computer, you could ctrl+z and then bg to put it in the background [07:48] don't suppose anyone has installed sublime text? [07:48] Schilling: I use Sublime [07:48] marel: but you'd still need to keep the ssh session alive [07:48] All the tutorials are for 12.04 and earlier, so I could use a hand. [07:48] for ruby programming [07:49] hey guys i was wondering, can i use dd to make a windows bootable usb drive? [07:49] ok, soooo, how do I get it to work? it's supposidly installed already...I can't pin it to launcher, can pin a code to launch from terminal... [07:49] There was nothing to think about it. Untar the sucker "./ [07:49] spittingglass: why ? IF I ctrl + c and system doesn't revert copying then I suppose later I will be able to copy again and skip files that are already copied ? [07:49] yeah, something went wrong... [07:49] I gotta delete it all and start over. [07:50] marel: no, it will start all over again from the beginning [07:50] Schilling: Depends on your window manager I guess. You just have to create the luncher. https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles [07:50] oh fuck [07:50] !language | marel, [07:50] marel,: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [07:51] marel: I'd suggest you ctrl+c it now, start a screen session and then do the cp command again [07:51] spittingglass: what do you mean screen session ? [07:51] marel: then disconnect the screen session with ctrl+a d [07:51] spittingglass: what if he used rsync instead of cp [07:51] Hi guys, I haven't used xen with ubuntu before. I am having issues finding the vm config files [07:51] did somebody say CP?! [07:52] I_AM_EJACULATING, family friendly channel. change your nick [07:52] marel: screen is a program that will allow you to run programs while you don't have an active connection. It's persistent [07:52] cfhowlett, ok one sec [07:52] hi [07:52] St1gma: is there a way to install and unpack from terminal? [07:52] Schilling, sublime 3 offers a deb, it's still in beta though but more up-to-date it seems http://www.sublimetext.com/3 === I_AM_EJACULATING is now known as I_AM_NOT_CUMMING [07:53] :D better? [07:53] !ops | I_AM_NOT_CUMMING, [07:53] I_AM_NOT_CUMMING,: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang [07:53] spittingglass: will I be able to know when it's done later ? [07:54] marel: yes. Do sure apt-get install screen in console. Then man screen to learn how to use it [07:54] i prefer tmux myself [07:54] Screen is awesome [07:54] been using it for ages [07:54] marel: http://aperiodic.net/screen/quick_reference [07:55] plasmasnake: it would run into the same problem, if he disconnected rsync would get killed as well [07:55] ctrl+A D to disconnect [07:55] spittingglass: oh no i meant, if he killed his cp mid-way, could he use rsync so that it wouldn't start all over again, and instead copy the left-over stuff [07:55] then #screen -ls to find out if you have any screens running [07:56] marel: rsync won't force you to start over it will copy from where you left off. [07:56] plasmasnake: need some sort of manager in the background to ensure the process is still running on disconnect [07:57] Oh the resume, yeah, rsync would be the way to go with that [07:57] my suggestion was going to be that he cancel his cp, start a screen/tmux session, and then do rsync so it wouldn't have to copy all the files that had already copied [07:57] and then he could safely disconnect the ssh session [07:57] Yeah, that be the best option. rsync in a screen/tmux session [07:58] St1gma: I can't seem to get it to unpack. Says no such directory even though I'm in the directory with the tar file... === wojciech is now known as Guest10925 [07:59] Schilling: What command are you using? [08:00] ./sublime_text [08:00] tar -xvf filename.tar [08:02] I"m trying to get it to unpack to a specific location (applications/sublime) [08:03] Tar -xvf filename.tar /applications/sublime [08:04] Assuming that's the path you needed. [08:04] you would need to -C [08:04] Yes -C before path [08:04] tar -xvf filename.tar -C [08:04] -C directory [08:04] In c and r mode, this changes the directory before adding the following files. In x mode, change directories after opening the archive but [08:04] before extracting entries from the archive. [08:05] man... [08:05] I thought i'd just do an apt-get install sublime [08:05] and be done with it. :P [08:06] Now I don't know which way is up... [08:06] LOL [08:08] What Lang? Sublime is not as full featured as an ide like eclipse. It's more a lightweight editor. Might wanna try that. [08:09] I do PHP, HTML, JS, Node... [08:09] Lots of stuff. [08:09] Been using SLT for a while now. [08:11] Some people love it. I prefer eclipse for everything. But I do many langs with it too. Php Java c++ etc... [08:14] I'm always open to new ideas. [08:16] can dd be used to create a windows usb bootable thumb drive? [08:16] I hated it at first years ago but it grows quickly on you. Now I can't live without it. [08:19] To install windows or run it off usb? [08:19] to install windows from the usb [08:20] Gr4cchus, nope [08:20] http://serverfault.com/questions/6714/how-to-make-windows-7-usb-flash-install-media-from-linux [08:21] you can with a bunch of other OS's , wonder why it doesnt work for windows [08:21] Gr4cchus, ask in ##windows? [08:21] Why would u want to? [08:21] wait what this article has you use dd [08:21] Gr4cchus, or read that serverfault url, you need some steps more than DD [08:22] why would i want to what? [08:23] Have u tried unetbootin http://unetbootin.sourceforge.net/ [08:24] Never mind I think windows is not supported [08:24] thats what i used and am going to try [08:24] if it doesnt work i blame everything on you [08:25] plus more [08:25] X 1024 [08:25] It might be the boot loader is not getting installed [08:25] Get in line behind my wife it's gonna be a long wait [08:25] even if it does work im going to get screwed and it will prob mess up my grub [08:26] Are u wiping out linux for winbloze? [08:26] Or dual booting [08:26] not sure yet [08:26] Gr4cchus: it will definitely screw up your grub, you'll have to repair it after installing windows [08:26] windows is obnoxious like that lol [08:27] setting up kvm passthrough has not been very successful [08:29] Hi! So, I got the USB drive working (thanks again everyone!) [08:29] I'm in the install [08:30] And the creation of swap space in partion #6 failed... [08:30] and the install won't go any further. [08:30] Scruffy_FL, stop dropping breadcrumbs please. the error message will state WHY things fail. [08:30] Scruffy_FL, and/or screenshots are helpful [08:31] "The creation of swap space in partition #6 of SCSI7 (0,0,0) (sbd) failed." [08:31] Scruffy_FL, picture [08:31] I do not see any further information regarding this error. [08:31] Scruffy_FL, screenshot of your partition scheme [08:33] what the [08:33] SCSI7 and sdb sounds suspicious [08:33] i wonder if it's trying to partition your USB stick instead of your actual HD [08:33] plasmasnake, that's why I asked for a pic [08:34] Are you also keeping other partitions as well like windows on there? [08:35] Is this set as a logical partition? [08:35] I was trying to geep windows there. [08:36] Sorry, tring to figure out the best way to get you a screen shot [08:36] Scruffy_FL, imgur [08:36] or dropbox [08:36] plasmasnake, blocked in China ... [08:37] interesting [08:37] seems like an odd service to block [08:37] is there any /etc/rc.local type file i can use to execute commands after i resume from sleep? [08:38] List out your partitions please === CyberJacob is now known as CyberJacob|Away [08:49] xavii: look into /etc/pm/sleep.d [08:50] !info pm-utils | xavii [08:50] xavii: pm-utils (source: pm-utils): utilities and scripts for power management. In component main, is optional. Version 1.4.1-15 (utopic), package size 49 kB, installed size 334 kB === tcpman is now known as Guest47339 [09:12] merry krishna and bah-humbug all ;P [09:12] ObrienDave, happy festivus === ara is now known as ararob === Malsasa_ is now known as Malsasa === valer is now known as Guest35212 === TamCore is now known as Guest24650 === marius is now known as Guest87322 [09:42] hi to all [09:43] Greetings & Welcome [09:43] i have a problem in linux [09:43] fire away Guest87322 [09:43] Hi, I have an ubuntu-server installation (14.04.1). My df -h looks like this: http://pastebin.com/yEsPAShd [09:43] not in ubuntu but not really mater [09:43] I installed with a usb flashdisk [09:44] Guest87322: This is Ubuntu support only, I guess. [09:44] shouldnt I have an sda1 ? [09:44] I am confused [09:44] currently the computer does not boot without the flashdrive [09:44] Guest87322, depends on the issue [09:44] i know but my problem is universal [09:44] how to disable default screen keyboard [09:45] in gnome was a screen keyboard [09:45] how to disable it [09:46] but please not tell me about Universal access [09:46] settings [09:46] i try to enable or disable not working === nully_ is now known as nully [09:46] hellooo [09:49] somebody can tell me how to disable default screen keyboard in ubuntu [10:07] Hi, I have installed Java JDK 1.7 but an application says please install Java 1.6 or above on my Ubuntu server. May I please know what could be missing here? [10:08] Sharetel: how did you install java? [10:09] Seveas: sudo apt-get install openjdk-7-jre === dude is now known as Guest43545 [10:10] that should do the trick, but maybe the application wants the jdk? === hugbot is now known as swordsmanz [10:12] Seveas: is there any specific path that needs to be defined specifically? [10:13] Sharetel: try installing openjdk-7-jdk. If that doesn't work, you'll need to tell us a lot more about the application, such as which application it is, and which command is giving you this output. And the full output of it. === derk0pf is now known as derk0pf|NA === derk0pf|NA is now known as derk0pf [10:17] Seaves: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/o/openjdk-7/openjdk-7-jdk_7u71-2.5.3-0ubuntu0.12.04.1_amd64.deb Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) === IKRAM_ is now known as IKRAM [10:20] <_joey> each time I restart modem /etc/resolv.conf looses manually added nameserver. How do I stop that? [10:22] _joey: /etc/resolv.conf is managed by NetworkManager, so configure NetworkManager to do the right thing [10:22] Sharetel: looks like you have a busted DNS setup [10:24] <_joey> Seveas: I am not sure how to configure it to do 'the right thing' [10:27] Hello guys can u help me with error http://pastebin.com/zEg4c7k8 ? [10:28] Seveas: I tried this sudo rm /var/lib/apt/lists/lock [10:28] and sudo rm /var/cache/apt/archives/lock [10:28] sudo apt-get update --fix-missing [10:28] yet same issue [10:33] Hello guys can u help me with error http://pastebin.com/zEg4c7k8 ? [10:40] Eldunar: that doesn't look like an error but a warning. does eclipse run correctly? [10:42] not nothing happens, [10:44] Eldunar: are you running a 32bit or 64bit version of eclipse? [10:44] Hey folks, I'm having a problem, i installed ubuntu 12.04 on a pc. I formatted the hard drive to ext4 and I want reformat it again to NTFS === luckybunny is now known as SatanClaus === SatanClaus is now known as hohoho [10:45] Seveas, thanks indeed [10:45] Waheedi: And whats the problem? [10:45] i tried: parted /dev/sda1 mkpart primary ntfs 10G 350G bekks [10:46] Waheedi: parted doesnt format anything. It creates partitions. [10:46] aha good to know [10:46] what could i use to format? [10:47] which dark theme for Xubuntu is best? i mean inner piece of window [10:47] Could some one help me out in extending my /home folfer size [10:49] Ubuntu 14.04 === hohoho is now known as BloodbathnBeyond === Shadow__X3 is now known as percY- [10:53] !info mkfs | Waheedi [10:53] Waheedi: Package mkfs does not exist in utopic [10:53] !find mkfs | Waheedi [10:53] Waheedi: File mkfs found in btrfs-tools, cpmtools, dosfstools, e2fsprogs, exfat-utils, f2fs-tools, gfs2-utils, hfsprogs, jfsutils, kvpm (and 24 others) http://packages.ubuntu.com/search?searchon=contents&keywords=mkfs&mode=&suite=utopic&arch=any [10:55] which dark theme for Xubuntu is best? i mean inner piece of window [11:01] eto na si redshorts lol [11:03] i'm copying from CompA-HDD2 to CompA-HDD3 if i copy stuff from CompB-HDD1 to CompA-HDD1 will CompA's internal copying be slower or the same [11:08] Seveas: Am back to square one, same error of Checking Java 1.6 or above installation...FAIL [11:08] java -version [11:08] java version "1.7.0_65" [11:08] OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.12.04.1) [11:10] seeking help on pointer in c ....can ny one redirect me to ryt place? [11:13] hello === mish_ is now known as Mish|Haushalt === pvoigt_ is now known as pvoigt === Metacity is now known as Metachristmas === memand is now known as Guest89155 [11:24] Hi, I have 3 HDDs. # df -h only shows /dev/sda and not /dev/sdb and /dev/sdc. Do I need to reformat HDD b and C? [11:25] linuxmint: df -h only shows mounted partitions. Does fdisk -l show the drives? [11:25] also. linux mint isn't supported here [11:25] Seveas: oh. Yes, fdisk -l shows all drives. [11:26] Seveas: I'm setting up mhddfs, so I hope it will work. [11:27] linuxmint: that sounds like a horrible hack. The usual way of doing this is with lvm === ara is now known as Guest67703 === Guest67703 is now known as ararob [11:28] Seveas: oh, ok. It's my first time. I'll look up lvm. [11:28] linuxmint: it'll mean a reinstall though to do lvm properly [11:29] Seveas: that's fine, I prefer to have it done properly. [11:30] hello guys, is there a way to downgrade glibc, so the binaries compiled by GCC (4.4.5, with c++11 support) works across all linux distributions? [11:30] when we build binary on Ubuntu 12, it fails to run on older CentOS or Fedora et al. [11:31] linuxmint: in that case: reinstall and choose manual partitioning. On hda, make a 200mb boot partition and make the rest a physical volume (pv) for lvm. hdb and hdc should be just pv's. Then make a volume group (vg) out of these three pv's and make an lv for swap and one for / (and maybe one for /home). If you make them small-ish you can extend them later to your needs. [11:32] linuxmint: one downside of both this and mhddfs, is that when any disk fails, all your data will become unrecoverable, so do invest in backups :) [11:32] am11: build on the oldest you want to support. [11:33] Seveas: yes, these HDDs will be on a 2nd computer which will have 1 month backups. My 1st computer will have daily or weekly backups and send these over to computer2. That's my plan anyway. [11:34] Seveas: you mean oldest glibc (regardless flavors: Ubuntu, Fedora, CentOS)? [11:34] am11: oldest os, which will mean oldest glibc. [11:37] Seveas: it is a C++ addon for node.js npm package node-sass, which will be downloaded by people using older / newer versions of various linux distributions. would generating binary on one distribution (older version) guranttee the forward compatibility on newer versions and parallel compatibility across the distributions? [11:38] Question : the domain of my website is mysite.fr and I have a development server 'ubuntu 12' in local 192.168.1.4, I copied the source code of my website in /var/www I want to redirect mysite.fr to the local server (192.168.1.4) not to the remote server [11:45] hello everyone [11:46] dynamic lot here lol [11:46] am11: no. But the other way around (building on something newer) will guarantee that it won't work :) [11:47] hichamat: you mean for yourself now for developing or for the world? === badon_ is now known as badon [11:57] . [12:00] I have a problem with my wifi on Ubuntu 14.04. The adapter is Ralink RT3290 and the weird thing is that it works after booting the laptop, but only for a while, then it disconnects randomly. There is no way to know when it happens (at least none that I know). [12:01] After it is disconnected it gets disabled and I can't enable it. [12:01] Any suggestions? === brainwash_ is now known as brainwash [12:05] I've got domain A on server. Now I've got 2 more servers. I'd like to run DNS there on sub1.A and sub2.A. Would "A" records be enough? [12:06] I am struggling with a grub issue [12:06] despite having lunch just now :p [12:07] basically it seems like my boot loader is on a usb flashdisk and my hdd does not have one [12:09] Can anyone tell me how to install flash plugin? [12:09] instal invedia graphic kard [12:09] error : [12:09] bash: /etc/init.d/gdm: No such file or directory [12:10] pleas help me [12:10] tnd [12:10] tnx [12:10] Seveas: thanks. All I need for backup is the 3 HDDs to store data. Sounds like the LVM isn't so good due to one breaks they all break. Really, I just need to fill up HDD1, then I could 'activate' sending backups to HDD2, then HDD3 and so on. [12:18] Seveas: actually, sounds like mhddfs is better than lvm. mhddfs will save other disks if one breaks, unless I'm mistaken. === auriga_ is now known as Rahu === owner_ is now known as Guest75376 [12:30] so, making 200 MB partition and the rest a pv for lvm. Do I select the option: Guided - use entire partition, LVM VG ubuntu-vg, LV root, or Guided - resize SCSI3 (0,1,0) (sdb (this should be on sda)) and use freed space? [12:33] So I followed https://help.ubuntu.com/community/Grub2/Installing and ran sudo grub-install /dev/sda [12:33] I still cant seem to boot via UEFI [12:34] can anyone help me? i want to install twonky-server via a ppa but i cant install it i need the ffmpeg for that but on 14.10 ubuntu i not find that package === Yukitteru is now known as Yukinotteru [12:40] hi [12:40] hi [12:41] where r u from? [12:42] any suggestions to me? [12:43] no [12:46] I bought an Ubuntu install DVD, but it failed to install GRUB [12:46] is there something wrong with the DVD or my laptop? === kurzgesagt_ is now known as kurzgesagt === erry is now known as erryChristmas [12:49] Hiyas all [12:50] BluesKaj_: yo [12:50] hey DrIranian === ARMEN_ is now known as EREVAN [12:56] hallo ich bin neu hier [12:56] knoppix: Wilkommen [12:56] ich habe noch keinen namen [12:57] !gr | knoppix [12:57] knoppix: #ubuntu-gr και #kubuntu-gr για Έλληνες χρηστές / #ubuntu-gr kai #kubuntu-gr gia Ellhnes xrhstes [12:57] !de | knoppix [12:57] knoppix: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [12:58] hey [12:58] vielen dank und frohe weihnachten an alle. bin dann weg. === tcpman is now known as Guest18258 [12:59] Frohe weihnachten knoppix ! [12:59] How can I setup multiple hard drives for storage? Parition wit LVM, mhddfs or RAID? I would like 1 HDD to store, then when full, I use the 2nd HDD. I am trying to avoid if 1 HDD breaks, the other HDDs won't work too. [12:59] Frohe weighnachten :) :) [13:00] (knoppix: ) [13:01] I dont know :( [13:01] im thinking about switching from debian. do you suggest unity or gnome ? [13:02] whatever you like best, [13:04] i haven't used unity before. so i don't know if its worth getting used to. [13:05] but fair point [13:06] Ben64: so how do i resolve the irq message pops [13:06] ?.? [13:06] kurzgesagt, there;s KDE as well === derk0pf is now known as derk0pf|NA [13:09] I had some negative experiences with kde before === BaD_CrC is now known as BaD_CrC-Grinch [13:09] hence "use what you like" [13:09] well, I will try some livecd's than for both of them, thanks :) [13:09] that is the best option [13:10] find what you like best [13:10] I bought an Ubuntu install DVD, but it failed to install GRUB, is there something wrong with the DVD or my laptop? [13:10] DrIranian: failed to install grub? [13:10] what do you mean? [13:10] EriC^^: Yes [13:11] EriC^^: it failed to install GRUB and there was no Ubuntu option on restart, it have allocated a partition though [13:11] DrIranian: is this a efi machine? win8? [13:11] EriC^^: Samsung netbook [13:12] win8? [13:12] EriC^^: win7 [13:12] DrIranian, how old is the netbook ? [13:12] EriC^^: I installed it as a partition, not virtual machine [13:13] DrIranian: yes i know [13:13] BluesKaj_: around 2 years, it was the cheapest I could find [13:13] DrIranian: you're dual booting though, right? [13:13] EriC^^: I tried to dual boot, but it didn't install grup :( [13:13] DrIranian, ok then you have a uefi/bios [13:14] DrIranian: why do you say that? [13:14] EriC^^: say what? [13:14] DrIranian: when you boot it goes staight to windows? [13:14] EriC^^: yes [13:14] DrIranian: that it failed to install grub, if it didn't error out during the install it probably didn't fail [13:14] EriC^^: In the installation it says it failed to install grub, but it ask me to define another path, which I do [13:15] DrIranian: ok [13:15] DrIranian: do you have the live dvd right now? [13:15] !uefi | DrIranian [13:15] DrIranian: 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 [13:15] it has Megatrends BIOS :) [13:15] no UEFI, I think [13:16] all laptops and desktops have uefi since 2010 [13:16] ok [13:17] DrIranian: do you have the live usb? [13:17] *dvd [13:17] EriC^^: I did buy a DVD from a store, it's no official DVD [13:18] it's homemade [13:18] DrIranian: ok, do you have it? [13:18] EriC^^: yes [13:18] DrIranian: ok boot into it [13:18] EriC^^: Ok, i'm in netcafe though [13:19] you mean you don't have it with you right now? [13:19] EriC^^: I'll save that webpage into a flash drive, read it when I get home, then I'll try reinstalling [13:19] DrIranian: boot the live dvd and come back here [13:20] hi all [13:20] EriC^^: ok thx dude, I'll try my best and report any errors [13:20] hey CraigS === CraigS is now known as CraigSu [13:20] and ask the channel to see if you're booted in efi and check your partition table and whatnot, you might need to chroot and reinstall grub or something [13:20] anyone available who may be able to help:- I have just installed ubuntu 14.10, on a laptop with a RS880 ati in it [13:20] when I plug in the HDMI from my monitor, it dual displays [13:21] when I plug in the HDMI from my TV, the desktop flickers, the tv detects the input, but no display! [13:21] DrIranian: no problem [13:23] Any advice for the HDMI thing guys? [13:26] i had the same problem in raspbian, I had to set the to hdmi_safe=1 in /boot/config.txt [13:26] does anybody know where the screenlock application is configured in ubuntu? I mean how ubuntu know which screenlock app to start [13:26] but i doupt it'll work in ubuntu too, sorry [13:27] hm [13:28] kurzgesagt: it's weird, I have just plugged it into my 27" monitor and it worked no problem [13:28] soon as I put the TV into it, nothing. [13:29] CraigSu: in my case the TV displayed the resolution and all in the OSD, but no image of the actual display [13:30] kurzgesagt: On ubuntu it comes up with the full list of supported resolutions [13:30] and it detects the display as a 7" display (lol) but then when I ask it display it just goes "no input" [13:31] let me try xrandr [13:32] weird, I'm afraid i cant help [13:32] good luck [13:34] xrandr detects everything [13:34] full res, full hz [13:35] so what are intresting projects to run on ubuntu ? [13:35] I'm gonna try running it with the other hdmi lead for my sanity... [13:48] ok, screwed hdmi off, anyone have any ideas how to get VGA to display in widescreen please? only got 1024/800 in 4:£ [13:48] 4:3* [13:57] . [14:00] . [14:04] so what are intresting projects to run on ubuntu ? [14:04] . [14:08] ./runmeonce [14:09] so how do i add to bashrc a script that allows display export to my windows xming and launches xterm without going into an infinite loop ? [14:11] DISPLAY=ip:0.0;export DISPLAY; xterm & >> thats the script [14:12] but xterm reloads bashrc so its an infinite loop :( if in .bashrc [14:14] hi [14:14] hi [14:15] I am trying to install phantomjs: using this guide http://phantomjs.org/build.html [14:15] I have followed the steps [14:15] but when I do phantomjs -v, I see that I don't have it [14:15] have u set paths ? [14:15] I did ln -s phantomjs/bin/phantomjs /usr/local/bin/phantomjs [14:16] but it didn't help [14:16] cd src\qt [14:16] preconfig.cmd [14:16] cd ..\.. [14:16] src\qt\bin\qmake -r [14:16] nmake [14:16] finally compiled ? [14:16] flashdeux you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted [14:17] @flashdeux ok I will do that. [14:18] have u ran ./build.sh ? [14:18] flashdeux, yes [14:18] so I am in src/qt.. what do I do? [14:18] then there should be ./phantomjs [14:18] maybe u need chmod +x ? [14:18] hi [14:18] my mouse keeps freezing [14:18] together with some other video stuff [14:19] I can "unfreeze" it by ctrl + alt + F1 and then switching back [14:19] flashdeux, there isnt any executable.. only thing I could find was [14:19] any ideas why? [14:19] there wasnt ? any u made a ln -s ? [14:19] root@crawler:~/myname# ls -l phantomjs/bin/ total 43960 -rwxr-xr-x 1 root root 45005494 Dec 24 08:28 phantomjs [14:19] chmod +x phantomjs [14:19] ./phantomjs [14:20] It is already executable [14:20] nomadist: phantomjs is in the repositories, why are you installing it that way??? [14:20] I don't know how to debug this [14:20] hi Ben64 [14:20] it's very annoying [14:20] I also don't have a clear way to reproduce it [14:21] It's an asus laptop [14:21] Ben64, repository one is old, npm one is newer but it often fails for my crawler. on the stackoverflow I saw people suggesting that its better if i build from source [14:21] flashdeux, ok, sorry but which phantomjs? there is phantomjs/ and phantomjs/bin/phantomjs [14:22] nomadist: well feel free to do that, but it may cause problems later, and we can't really give you support for it. contact the developer if you have problems [14:23] in the dir u builded it do chmod +x ./phantomjs ... then enter then ./phantomjs [14:24] im guessing it builded it in bin as release ? [14:24] ok guys , this is very strange [14:24] when I do ./phantomjs/bin/phantomjs [14:24] I get the phantomjs console so its working [14:25] :) [14:25] but when I ln -s it to /usr/local/bin and do phantomjs -v it doesnt work [14:25] exact cmd to do ln ? [14:25] /usr/local/bin is in $PATH I checked [14:26] nomadist: because that is not the proper way, contact the developer for support [14:26] ln -s phantomjs/bin/phantomjs /usr/local/bin/phantomjs [14:26] then anywher in terminal type phantomjs [14:26] or chmod +x /usr/local/bin/phantomjs [14:27] oh not the proper way :p [14:28] root@crawler:~/scrapinghub# chmod +x /usr/local/bin/phantomjs [14:28] chmod: cannot access ‘/usr/local/bin/phantomjs’: Too many levels of symbolic links [14:28] hey [14:28] hi [14:29] anybody use xdmx ? [14:29] nomadist: still not the right way to install that, contact the developer, this channel does not support manually installed software [14:31] Ben64, ok. I will try. Still someone here might be of help. [14:31] nomadist: its not supported in this channel === jack_ is now known as pangxie [14:41] Hi everybody! :) [14:43] I've got some good news :D This news is a KernelUP, program to automatically update the kernel in Ubuntu: Here you can find it! [14:43] https://github.com/DamiaX/KernelUP [14:43] It's really good [14:44] Anyone here us OSX on a daily basis and able to provide any insight / comparison to Ubuntu 14.x ? [14:44] with out being totaly biased lol [14:46] mo0p, in what way? [14:48] Gazby, i have been using Linux for past 6 years but after playing with OSX for an hour at friends house i found it to be a polished ubuntu lol [14:49] however, that was not enough time to find things that tick me off.. before i waste my money on new laptop was wondering if anyone here has used OSX for long period of time.. [14:50] I would recommend you go get a mac and try it out for a couple of weeks. they have a two week no questions asked return policy [14:50] Aptitude, YUM, pacman etc are all epic package managers... i understand that OSX has homebrew but .. i feel this will not be the same.. [14:50] Looking for help on switching a french keyboard to input digit when capslock. [14:50] the thing that pisses me off most is that OS X treats you like a moron at every opportunity, but than can mostly be gotten around [14:50] LOL [14:50] thats awesome. [14:50] homebrew is like a better maintained third party repo [14:51] it's really brilliant [14:51] would i find most pieces of software in homebrew though? are there multiple homebrew repo's ? [14:51] i do hear good things about it. [14:51] it's probably not quite the same, but if you can't handle the differences between homebrew and apt/pacman/yum, OS X almost certainly isn't for you [14:52] in homebrew there are namespaces (kind of like usernames on github and such) and you add those namesapces as necessary. for example there's one where you'll find every version of PHP from 5.2 through 5.6 [14:53] in that way, it's superior to most distro maintained repos [14:53] ohh, that is kinda neat .. [14:53] you may find that some random utility you used to love on linux is not available for OS X though [14:53] ciao [14:53] !lista [14:53] Rudere: 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 ». [14:54] Given that Darwin is based off *Nix, would mots of my code compile and run same as on my ubuntu build? ever run into issues like this ? [14:55] i don't have a significant amount of native code, so I'm the wrong person to ask. As I understand it, no, it will not be that simple. [14:56] sorry hehe i am not asking you to vouch for one OS over the other.. i will always use Ubuntu and Arch hehe .. just curious [14:59] SET /theme pandemonium [15:00] SET /theme doom [15:01] mo0p: try: /set theme doom [15:01] mo0p, those themes sound depressing :/ [15:03] does anyone know how to get a modified ubuntu image (missing a whole lot of standard packages) up to a full server install please? [15:03] Gazby, whynot just find the server image/iso [15:04] Ciao a tutto il sito [15:05] !it | Luposolitario [15:05] Luposolitario: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) === aktx__ is now known as aktx [15:09] hm [15:21] whoami [15:22] tylinux [15:24] Does ubuntu have tasksel? [15:26] Yes. [15:27] Gazby: Tasksel is the tool you need to expand your installation. [15:29] !tasksel [15:29] Tasksel is a Debian/Ubuntu tool that installs multiple related packages as a co-ordinated "task" onto your system, see https://help.ubuntu.com/community/Tasksel for more information. Use tasksel only to INSTALL tasks, not to remove them. It will remove every package listed within the removed task! see https://launchpad.net/bugs/574287 [15:34] ikonia, are you monitoring #kubuntu ? We need some raid/mdadm advice [15:40] ive installed 14.04.1 mini and using i3-wm, how can i tell what drivers are used off the desktop 14.04.1? And get my hard Volume Buttons working along with Prnt Scrn and the app it open from the desktop ver. [15:41] can i get a hand installing rocket arena for open arena? === dax is now known as flashdeux [15:46] anyone here toda? [15:46] y [15:46] im here [15:46] looking for help to [15:46] Prock81, do you know how to install rocket arena for open arena ? [15:47] aptitude search arena [15:47] bleezy, Prock81 , ok ask away [15:47] ive installed 14.04.1 mini and using i3-wm, how can i tell what drivers are used off the desktop 14.04.1? And get my hard Volume Buttons working along with Prnt Scrn and the app it open from the desktop ver. [15:48] BluesKaj_, do you know how to install rocket arena for open arena? [15:51] BluesKaj_? any idea [15:54] my xbmc crashes on exiting? [15:59] "This application failed to start because it could not find or load the Qt platform plugin "xcb".", my ldd ./aplication said: "libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xb38a2000)", file exists my ls -la to that gives: libxcb.so.1.1.0 on the same directory. What do I do ? Ubuntu 14.04 and 14.10 I got the same error [15:59] ubuntu 14.04 lts dual booting windoes 8.1. windoes not booting. dual dedicated drives. UEFI issue? if so, how to fix? installed grub with sudo update-grub,grub lists windoes8.1 partition, but hangs. any idea? === sherlock_ is now known as Guest77557 === root is now known as Guest58525 [16:01] geforce88: Does ubuntu boot? === pvoigt_ is now known as pv-andro [16:02] jhutchins: ubuntu boots as it's the first selection from the menu, yes. selecting windoes causes the computer to hang. i can select boot device by pressing F11 and select 2nd drive and it boots windoes [16:05] for the record, this computer dual booted windows 8 and 13.10 for ever with no problems. [16:05] geforce88, just reinstall windows then ubuntu [16:06] bleezy: 2 seperate drives. still need to reinstall ? [16:06] oh im not anything close to a pro but on a single drive it was easy [16:07] the windows 8 and 13.10 they were seperate pata drives. the 8.1 and 14.04 are sata. maybe thats the problem ? [16:07] idk know what a pata drive is [16:08] or should i install grub on the windoes partition and use IT as the first boot device,eh? [16:08] pata, the old IDE drive, the thin flay cable that was gray [16:08] never heard it call that always called ide drive [16:08] ide came in two styles. mine were pata [16:09] i'm going to change boot order and move the grub fdile to windoes, wish me luck [16:09] im runnig dual boot off siingle sata drive works great [16:11] 100 people in here and not that much help lol\ [16:13] bleezy, I have no idea about rocket arena [16:14] BluesKaj_, thanks how about unrar ? === jelatta_away is now known as jelatta [16:15] bleezy, I use unp, it can extract any compressed file in the terminal [16:16] is there any audio equalizer for xbmc? [16:16] peter100, ask in #xbmc [16:17] nobody is replying there [16:18] peter100 Check https://www.google.com/?gws_rd=ssl#q=equalizer+xbmc [16:19] I have ntp installed but my server clock is lagging about 8 minutes. How to fix this? (I am on CLI, no GUI) [16:19] thanks for the link [16:19] where can i find rocket arena 3 for open arena === k is now known as Guest94267 [16:20] peter100, iirc , there is no eq in xbmc, but you can use alsa eq if you install it, check your package manager [16:20] bleezy: http://openarena.wikia.com/wiki/ModCompat/Rocket_Arena_3 [16:21] hariom http://bit.ly/1GXyqYH [16:21] St1gma, that link doesnt work [16:23] bleezy: it does. I'm looking at it [16:23] try to d/l it it [16:23] not there [16:23] bleezy, http://www.moddb.com/mods/rocket-arena-3/downloads/rocket-arena-3 [16:23] BluesKaj_, thats an exe file [16:24] I tried.... [16:24] not something I know much about…. first time I hear about openarena [16:25] thanks [16:26] BluesKaj_ already did that, though it does not sounds like an equalizer [16:28] hmm what else is there to do on ubuntu [16:28] techsuperfreak: This command: "sudo ntpdate -s time.nist.gov" doesn't update the time. When I see `date`, I get the date & time lagging by 8 minutes [16:29] techsuperfreak: ntpdate should update the time immediately I suppose [16:29] hariom, did you try n change in bios [16:29] hariom did you stop the service update the time server and resatrt the ntp service? [16:29] How can I delete ONLY folders matched by some regex pattern (https://regex101.com/r/xK6oG0/1) using my terminal ? [16:30] MARRY CHRISTMAS AND HAPPY NEW YER FOR EVERYBODY!!!!!!!!!!!!!!! [16:30] I hate christmas [16:30] OK [16:31] bleezY: I am on cloud, can't change bios [16:31] so happy time for You [16:31] i hate it too [16:31] techsuperfreak: yea [16:31] bah humbug [16:31] I have stopped ntp, the ran ntpd and then restart ntp [16:31] date still lags 8 minutes [16:31] have you tried coming down from your cloud [16:31] for evry one, eho don't like christmas, only happy new year:) [16:31] lol [16:32] krzysztof: You too ! [16:32] thx;) [16:32] bye! [16:33] Hi folks. I have a newly installed 14.04 ubuntu-server. So far there's nothing on it but SSH and basic LAMP. I am trying to copy old backup files over to it, but the server keeps losing its network connection. [16:33] It will be fine for a while, then suddenly stop connecting mid-transfer (via rsync). I need to reboot, and then it connects to the network fine again. [16:33] hariom I just noticed my ubuntu boxes are also 8 mins back, odd [16:34] Any idea what I should be checking? syslog and dmesg didn't suggest anything obvious so far... [16:34] Running dhclient has no output. [16:35] Got it, nvm xD [16:35] Hi everyone. Is there an ubuntu server specific channel? [16:35] #ubuntu-server ? [16:35] #ubuntu-server [16:35] I'll try it, thanks. [16:35] hariom I just reran the command and the clock it correct [16:39] how do i find qhere my openarena folder is [16:41] bleezy try using locate or find [16:41] bleezy: in terminal you can use the "locate", "find" and "whereis" commands [16:43] permission wont let me extract files [16:43] bleezy: to make sure your database is current you can run sudo updatedb before running the "locate" command [16:43] techsuperfreak: I ran that command 3 times but date still shows time lag [16:43] same time lag [16:44] hariom what time server are you using? [16:45] techsuperfreak: Tried asia.pool.ntp.org and 0.ubuntu.pool.ntp.org [16:46] hariom try jp.pool.ntp.org or aany of the others at http://www.pool.ntp.org/zone/asia [16:47] archive manager wont let me extract to a folder because of permission? [16:49] bleezy: try in terminal sudo file-roller and then migrate to your file [16:50] squinty, thanks [16:52] squinty, now the folder says i dont have permission to view it [16:55] I have eclipse folder in /home/ How to create a shortcut of eclipse executable in /home/user/Desktop [16:57] techsuperfreak: no effect. Tried other servers from pool [16:57] ntpdate should update the time immediately but doesn't seem to be happening [16:57] is it worth to have an LPI certification? I'm an web developer... [16:57] nope [16:58] haha [16:58] slainr: If you're in web dev and care about certs, get certs more directly related to web dev. [16:58] Or just get a good portfolio. :-) [16:59] Crell, I don't care about that, but I was thinking to had something in my curriculum, haha [17:00] having some admin grounding will help with your webdesign. [17:00] You should know your way around a server, but sysadmin certs won't be much use as a web dev. [17:00] yeah, sure [17:00] I'm using linux about an 1 year [17:00] http://paste.ubuntu.com/9612107/ [17:00] techsuperfreak:^ [17:01] hariom Still here, just working a ton of issues [17:01] Question: I've a 14.04 server that seems to be refusing to reassociate an IP address. My router/DHCP server is setup to give it a reserved IP address, and it works after boot, but subsequent dhclient runs never get a response. [17:01] ... why? [17:04] Crell, disable dhclient ;) [17:04] hariom are you able to resolve the host us.pool.ntp.org? [17:04] bodhi_zazen: It's the same thing that's on this laptop and working fine for days on end... [17:04] At least I presume so; DHCP just works(tm) on the laptop so I haven't messed with it. :-) [17:05] crell , try using wicd-curses [17:05] techsuperfreak: http://paste.ubuntu.com/9612134/ [17:05] Prock811: Not installed; and I can't apt-get it because it still won't get an address. [17:06] jhutchins, thank you for the advice. Since I don't want to add a web server, or dns server etc, which option in tasksel would bring me to a full base installation please? [17:06] It is not just a matter of which client I use myself; it boots up fine, but then after a while loses its address and doesn't get it back. [17:06] Crell, server or desktop ? [17:06] network-manager or manual config ? [17:06] ubuntu-server 14.04, default installation. [17:06] you could just remove nm and manually config [17:07] network-manager I presume; static DHCP served from my router. [17:07] Maybe, but I'd prefer to figure out the root cause than to abandon DHCP. [17:07] hariom us.pool.ntp.org uses round robin DNs, so try again a few times and see if you get a diff response from sudo ntpdate -bv us.pool.ntp.org [17:08] Crell, http://askubuntu.com/questions/431682/how-do-i-use-etc-network-interfaces-instead-of-network-manager' [17:08] Crell i install 14.04.1 Mini and i use wicd-curses network manager and it works perfistly [17:08] test [17:09] I have two netowrk interfaces, eth0 and eth1, and I can't ping the eth1 address from my network, but I can ping eth0.What couldcause this? https://gist.github.com/anonymous/32d5bc412ce00247e8c6 [17:09] Crell, hard to tell, could be anything from your router to your network card to a misconfiguration in Ubuntu [17:09] but generally you do no use dhcp to set a static ip [17:09] or at least I don't [17:10] eth0 was set up by my hosting provider, for eth1 I just let DHCP get the IP etc. It matches the one my provider says it should have === BloodbathnBeyond is now known as luckybunny [17:10] wb Corey84 [17:11] didnt know you hung out here too === greenmon is now known as greenmon2 [17:13] And bodhi left... [17:14] hello, I installed GNOME 64 bit on a laptop that had ubuntu running. The new install did not include WIFI, the previous ubuntu did have WIFI. Can anyone please help? [17:16] cpined: you added the gnome package to an existing laptop and now you don't have wifi? [17:18] cfedde, no...I installed ubuntu as the only OS on the laptop and wifi is not an option. My previous Ubuntu had wifi abilities. Basically I removed the previous Ubuntu and installed a new one. [17:19] cpined: ah. I would have expected wifi to be bart of the new one too. The old one was a 32 bit OS? [17:20] cfedde, it was 64 bit. Boy do I regret what I did. [17:20] ##rlc [17:20] cpined: can you use a wired network on that device? [17:21] yes [17:21] cpined: you might want to be sure that everything is updated before giving up [17:21] cfedde, but I need the wifi, it is a lap top. [17:22] cpined: apt-get update; apt-get upgrade; apt-get dist-update; [17:22] cfedde, brand spanking new install...I did run the updates. [17:22] How do I determine what DNS server a DHCP-configured system is currently using? [17:23] cpined: what does lspci say? [17:23] hariom Any luck? [17:23] cpined: sounds frustrating. [17:24] techsuperfreak: no. It appears that it is not working due to VPS [17:24] Crell: iirc ubuntu installs dnsmasq locally even on dumb clients. [17:24] Meaning? [17:24] techsuperfreak:Other VPS may depend on it [17:24] cpined: paste in paste.ubuntu.com [17:24] cfedde: annoyingly, that's true. === L235 is now known as MerryL235 [17:24] I am trying to statically configure my server, to see if that works around the DHCP issues it's having. But I need to know what DNS to give it. [17:25] Crell: check /var/log/messages [17:25] hariom Check out this thread http://bit.ly/1zicbXo [17:25] Crell: err, that's /var/log/syslog [17:25] Crell: meaning that /etc/resolv.conf will tell you that your server is the loopback. [17:26] Seveas: Ah ha, grepping there gives me an answer, thanks. [17:26] dennis@spirit:~$ grep -i dnsm /var/log/syslog.1 [17:26] Dec 23 21:28:21 spirit dnsmasq[27367]: setting upstream servers from DBus [17:26] Dec 23 21:28:21 spirit dnsmasq[27367]: using nameserver 10.42.1.1#53 [17:26] EriC^^, http://pastebin.com/B4B8pikq [17:27] * Crell goes to see if that worked. [17:27] cpined: you have a broadcom card, go to additional drivers and select it [17:27] Pae error when booting from USB - http://pbrd.co/1zTT8FO - what to do? [17:28] EriC^^, it shows no additional drivers available. [17:30] cpined: ok [17:30] cpined: try sudo apt-get install firmware-b43-installer [17:30] Aaaand no that didn't work. Static IP configuration == no IP at reboot. [17:31] I don't know why anyone bothers with static IP anymore. I can't recall the last time it worked properly for me. [17:31] NetworkManager gets in the way [17:31] joy. [17:32] Of note, when I try run services networking restart, the first line is "Job failed while stopping". [17:32] Followed by "Job is already running". [17:32] EriC^^, ok, installed. Do i need a restart? [17:34] Do all upstart jobs start on boot? Or is there some kind of runlevel hackary going on? [17:34] cpined: try modprobe b43 [17:34] sudo modprobe b43 [17:36] EriC^^, nothing happens. The cursor just hangs. [17:37] try sudo modprobe wl [17:37] How can I completely uninstall quassel on ubuntu? [17:37] cpined: btw what does lspci -vvnn | grep 14e4 [17:37] v [17:37] return? === daniel is now known as Guest93961 [17:38] EriC^^, nothing. [17:38] is it a gnome issue? because I did not install unity? [17:39] EriC^^, under network I only have Wired and Network proxy options. [17:39] cpined: the device not being shown in `lspci` wouldn't be a desktop-environment specific issue [17:40] i have a problem to install google chrome on linuz how should i do ? [17:40] cpined: try rfkill unblock all [17:40] ?? [17:40] I feel like I need my old install back. Ubuntu server then install ubuntu-gnome-desktop. [17:40] Guest93961: what did you try already [17:41] must i use ubuntu ?? [17:41] maybe [17:41] Guest93961: if you're not using Ubuntu you're in the wrong support channel [17:41] EriC^^, ok, I tried that. [17:41] Guest93961: this channel only services Ubuntu [17:42] cpined: try sudo modprobe -r wl && sudo modprobe b43 [17:42] ok [17:42] EriC^^, modprobe: FATAL: Module wl is in use. [17:44] cpined: try to restart [17:44] hi all [17:44] salve, qualcuno mi può dare una mano? [17:44] does "ip addr" show the wifi device? [17:44] EriC^^, ok. On a different note, restart hangs so I have to press the power button. [17:45] hello, could anybody help me with xchat in ubuntu? [17:45] cpined: when it hangs press esc and see what it's hanging on [17:46] EriC^^, I restarted, what am I looking for? [17:46] Tr0il: just type in your problem and if someone can help they will reply [17:46] there is an irc server I have problem connecting to [17:46] irc.tiscali.it [17:46] when it hangs press esc, you should get the screen saying unmounting filesystems ... etc. see what it's hanging on [17:46] and any errors [17:47] the first time I try I can connect to that irc server, then, if I disconnect I can't connect to it no longer, why? [17:47] EriC^^, same wifi issue, not showing up. [17:47] I tried xchat in a Windws enviroment and this thing doesn't happen [17:47] Tr0il: was it giving you any kind of errors? [17:47] yes [17:47] cpined: type lsmod | grep b43 [17:48] it takes a long time and then it says: server unavailable [17:48] EriC^^, thanks for your help. Need to go to work now. [17:48] cpined: ok check dmesg when you have time [17:48] but the first time I try I can connect to that server [17:49] ls [17:49] for some reason gedit likes to freeze. Any widely known reason why? [17:49] ls -a [17:49] ls -a [17:49] Tr0il: try to add the port maybe [17:49] Tr0il: /server irc.freenode.net 8001 [17:49] 8001 works for me while others don't sometimes [17:49] ok the port for irc.tiscali.it should be 6667 [17:50] I try to manually insert it [17:51] if you have xchat running on ubuntu can you please try to connect to irc.tiscali.it? [17:51] lo. i installed kubuntu-desktop by using the 14.04 server image. works fine, but the wired network interface isn't managed by networkmanager? [17:52] what's the name of the wired network interface inketunito? [17:52] the model I mean [17:53] is it dangerous to install gcc-4.7 alongside default installed [17:53] inkjetunito, look at the file /etc/network/interfaces [17:53] compdoc: thanks! [17:53] thats where you would manually set it [17:55] inkjetunito fyi, comment all the eth0 setting to get N-M to "manage" it... [17:55] compdoc: yeah, looks like it was configured there. thanks for the quick response [17:55] zykotick9: ty [17:57] icu.cpp:42:28: fatal error: unicode/utypes.h: Bestand of map bestaat niet #include [17:58] where to get those again *shrugs* [17:59] is it dangerous to install gcc-4.7 alongside default installed gcc and such? [18:00] u can set gcc [18:01] flashdeux: libicu-dev (apt-file search is awesome!) [18:02] how to get uci dev on ubuntu ? ah thanks :) [18:02] how does apt-file work ? [18:03] it tells me in what package i can find what file or soem ? [18:04] now to let make bake pie for an half hour [18:05] :) [18:07] Question. Is network-manager supposed to be installed on a headless server, or is it just for GUIs? [18:09] flashdeux: fwiw, http://packages.ubuntu.com/ -> Search the contents of packages is also useful. [18:13] Crell: i would gess its for x [18:13] or desktop versions [18:14] ifconfig eth0 down/up for cmdline [18:14] Yeah, that's not working in my case. [18:14] After the computer's been up for a little while it loses its connection and won't reconnect until I reboot. [18:14] static configuration doesn't work at all. [18:14] And manually bouncing doesn't fix it. Needs reboot. [18:18] guh. OK, yeah, network-manager wants to install half of Gnome. [18:18] Not happening. [18:18] So why a I still having this networking issue? [18:18] fwiw, whoever was experiencing ntp problems... just did an update and new ntp and ntpdate were included === bob is now known as Guest35560 [18:22] :-D [18:25] could anyone please help me? [18:26] adter updating 14.04 to 14.10 my Ubuntu has broken [18:26] it shows the login screen but after logon it doesn't show Unity panels [18:27] i tried to remove fglrx and use open-source driver, tried to turn off quiet and splash in grub - no effect [18:27] try making a new users [18:27] -s [18:28] inkjetunito: i need to make new users ? [18:30] lionrouge: removing splash and quiet is only for displaying what is loading while booting... it doesn't do anything video wise. [18:30] lionrouge: Start a reboot and hold down the Shift key. Press the e key on getting the GRUB bootloader. Using arrow keys navigate to and delete quiet and splash and type the word nomodeset in their place. Press Ctrl and X at the same time to continue booting [18:30] hey guys... im trying to install hhvm, and the install guide says i can get it via sudo apt-get install hhvm, but apt-cache search hhvm returns nothing. is there some ppa i need to add? [18:31] so what are the most intresting ubuntu project or to be run on ubuntu by xmas 2014 ?.? [18:31] lionrouge: try that to see if your desktop comes up. also might want to try logging onto the guest account to see if the screen is OK there [18:32] hello [18:32] hi [18:32] merry christmas to all [18:32] dts|pokeball: http://packages.ubuntu.com/ -> Search the contents of packages [18:32] merry xmass [18:32] squinty: guest is ok - evrything works [18:32] squinty, its not in there [18:32] looks like it's some rights issue [18:33] can someone help me? [18:33] with ? [18:33] adding a 2nd ip address [18:33] to my ubuntu system [18:33] Justiiii: do not pm people without asking first [18:34] auto lo [18:34] iface lo inet loopback [18:34] auto em1 [18:34] iface em1 inet manual [18:34] auto em1.1014 [18:34] iface em1.1014 inet static [18:34] Justiiii you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted === QueensMelons is now known as seednodeSucksMyP [18:36] Justiiii: what makes u think i know ? [18:36] tada [18:36] i want to promote skype === seednodeSucksMyP is now known as spermnode [18:36] http://cryptohex.wordpress.com/2014/12/23/we-0x71-xc-our-is-please-to-announce-our-public-skype-channel-and-core-team-skype-channel/ [18:36] :) [18:36] skype.com [18:36] is for linux and mac too [18:36] lol [18:36] micrsoft promotion in #ubuntu ?.? [18:37] there is a chat channel #ubuntu-offtopic this is support [18:38] squinty: i removed .config/dconf and repaired it [18:38] but i have done it before. How could this issue come back ? [18:38] lionrouge: good to hear. thanks for the update :) [18:39] that's what happens when you try to bring Windows crap (the registry - which is similar to dconf) to Linux === aktx_ is now known as aktx [18:42] so what are the most intresting ubuntu project or to be run on ubuntu by xmas 2014 ?.? [18:42] any xmas releases ? [18:42] nickdeux: support only please use ubuntu-offtopic [18:43] Justiiii, hi, can we talk here [18:43] Justiiii, so can you try "ifconfig -a" to list all the interfaces [18:43] then if you see a down interface, do "ifconfig up" [18:43] you may need to do it as sudo so "sudo ifconfig up" [18:43] em1.1014 Link encap:Ethernet HWaddr e8:39:35:3b:a2:0e [18:43] I have ubuntu 14.04 on my laptop connected to my lan wirelessly. I want to setup an unattended system update at midnight. How do I do that? [18:43] this is the name of the 1st ip address [18:43] adapter [18:43] how do i add a 2nd static ip [18:44] Justiiii, https://help.ubuntu.com/community/UbuntuLTSP/StaticIP [18:45] so two things, 1) do you see the adapter you want to configure static ip on and 2) how do you configure the static ip [18:45] so #1, do you see the adapter? is it on the list when you do "ifconfig" ? [18:45] no [18:45] okay so then can you try "ifconfig -a" [18:45] and paste the result in pastebin.org [18:45] and link the paste here === spermnode is now known as QueensMelons [19:01] is there a nice working weather indicator for ubuntu 14.10? [19:02] http://paste.ubuntu.com/9612761/ [19:02] can someone tell me how to fix this? [19:03] sudo apt-get update && sudo apt-get dist-upgrade [19:03] ty [19:06] can ubuntu do a softap network connection adding like this windows batch file does ? [19:06] i setup lan to share with wifi2 [19:07] wifi hotspot? yes via network manager [19:07] thats actually a ssid wlan ap with ssid softap and password mypassword [19:07] *mysoftap [19:07] no need for additional software. [19:07] without network manager i mean ? [19:08] so you have some script on Windows and want to know how to get the same thing on ubuntu? look it up :) [19:08] i dont call a script software tho [19:08] netsh wlan stop hostednetwork [19:09] netsh wlan set hostednetwork mode=allow ssid=Mysoftap key=mypassword keyUsage=persistent [19:09] netsh wlan start hostednetwork [19:09] yeah this isn't the place for windows talk. [19:09] thats all thers to it in two bats [19:09] start and stop [19:09] you should've used a pastebin. [19:09] how do i do that on ubuntu u pastebinit ? [19:10] sorry not even vaguely interested in looking into that on Christmas Eve [19:10] hah [19:10] u just couldnt tell [19:11] it creates an adapter and i setup share lan and it works [19:11] right and i'm saying it can be done with NM [19:12] with network manager i cant even piss straight [19:12] sorry but just cant solve the problems with that manager alone [19:12] why not a network-config tool ? [19:14] should i pick gnome-desktop in tasksel if i want to have slick ubuntu ? [19:15] I like ubuntu server + minimal Mate desktop. very sweet [19:15] or VM server :) [19:15] what exactly is mate using vlc ? [19:16] nickdeux, nope, vlc is optional [19:16] know any more intresting projects compdoc ? xmas releases ? wifi softap for ubuntu ? [19:17] nickdeux: network manager manages the network connections as-is, to try and use something else would involve fighting with it. [19:17] !info hostapd [19:17] hostapd (source: wpa (2.1-0ubuntu4)): user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator. In component universe, is optional. Version 1:2.1-0ubuntu4 (utopic), package size 449 kB, installed size 1355 kB (Only available for linux-any; kfreebsd-any) [19:17] ignossi, please don't spam, thanks [19:17] nickdeux: ^ [19:17] OerHeks: have reported that user but no ops are awake ;) [19:18] I tend to modify /etc/network/interfaces and leave network manager to the experts [19:18] we're talking wireless hotspot provision here i think [19:19] so daftykins could Justiii have used his lan to net and his wlan0 to connect to softAP and his wlan1 as hostapd ? [19:19] *facepalm* [19:19] then he would have second static in network manager [19:19] you don't make much sense to me i'm afraid. [19:19] k thkx tho [19:20] Does anyone know how to get Sylpheed to run from the system tray all the time, and not just when you have it open? [19:20] daftykins, that didnt work [19:21] dts|pokeball: uh-huh, it was an initial step. rather than "it dun work" you could show some pastebin evidence :) [19:21] ignossi is spamming. [19:22] daftykins, well i ran that and then ran apt-get install hhvm [19:22] which produced the same result [19:22] i wasnt aware it was just the first step [19:22] dts|pokeball, apt-get -f install [19:22] Is there any way I could see the bandwidth usage for an interface since the time I installed Ubuntu? I tried nload but it seems it only shows usage since last reboot [19:23] daftykins: one last thing how do i setup ics or share connection between two adapters ? [19:23] dts|pokeball, then sudo apt-get update && sudo apt-get dist-upgrade [19:23] catbusters: put the result in a database tadada [19:24] ObrienDave, and just to make sure i understand, its literally just apt-get -f install. no package? [19:24] catbusters, no. only from the point of logging. [19:24] nickdeux: You misunderstood me. I want to see my usage going backward, not keep a log of it going forward [19:24] dts|pokeball, that fixes broken packages first [19:24] ! [19:24] OerHeks: So is there anything else I could use to see my usage till date? [19:25] I remember in Windows it shows you your usage per network [19:25] catbusters, maybe your ISP can tell [19:25] OerHeks: they wouldn't be able to tell my usage per device though [19:26] catbusters, that wasn't your original question. [19:26] OerHeks: I only want to know the bandwidth usage for a specific computer [19:27] And there are many computers connected to the network [19:28] catbusters: then turn the log output program result the database backward [19:29] catbusters: talk yo to ur isp if u want to know there clients [19:29] ObrienDave, i ran all of that, and sudo apt-get install hhvm is still giving the same answer [19:30] !find hhvm [19:30] Package/file hhvm does not exist in utopic [19:30] eli77: do you need ubottu help? [19:30] https://www.digitalocean.com/community/tutorials/how-to-install-hhvm-hiphop-virtual-machine-on-an-ubuntu-13-10-vps [19:31] hi === tom_ is now known as Guest15675 [19:32] rww: why? [19:32] hello [19:32] eli77: you wandered into here and #ubuntu-irc saying !, I figure you might be a little confused [19:32] the installer does not offer me an option to install ubuntu alongside windows, why? [19:33] rww: yes Im confused a lot [19:33] jigglebells, How many windows partitions do you see in the something other option? [19:33] dts|pokeball, try running through the install steps again [19:33] bubbasaures: one [19:33] ObrienDave, ok [19:34] jigglebells: which version of Windows? [19:34] 8.1 [19:34] odd. 8.1 generally uses 2+ partitions [19:34] oh yeah [19:35] sda1 sda2 [19:35] i tought you were asking about a sdb [19:36] rww: what did I do? [19:37] jigglebells, Can you pastebin the output of sudo parted -l [19:37] rww: what is whois? [19:39] 8.1 EFI installed has more than 2 [19:39] 4-5 probably [19:39] if oem [19:39] *nod* [19:40] bubbasaures: http://pastebin.com/qGA9cLg2 [19:40] Is anyone experienced at solving sound issues in Ubuntu? I've been cracking my head against this issue, but haven't gotten any progress. [19:41] taserian: how many guesses do i get? [19:41] jigglebells, msdos cool resize the windows in windows leaving an unallocated space and ubuntu should give you an install alongside option. [19:41] or will you detail the problem... [19:42] bubbasaures: through the installer? "something else" ? or gparted? [19:43] hello salut . [19:44] jigglebells, Not sure I understand your question. [19:44] bubbasaures: how to resize [19:44] jigglebells, Windows has a partitioner that is run while live. [19:44] jigglebells: boot windows. run diskmgmt.msc - resize. [19:44] that is the onr thanks daftykins [19:44] one* [19:45] anytime :) [19:45] is it faster to do it in windows? [19:45] jigglebells, safer [19:46] hello . someebody were here ? [19:46] ok thanks [19:46] in my opinion and many others however the built in resizer works, I use the windows myself jigglebells [19:47] is there a gui in windows? [19:47] perhaps the "disk management" ? [19:47] jigglebells, Yep use the command daftykins gave you in the run [19:47] ok thanks [19:48] I have a video in webm format and would like to compress it by time so that the final file is like a time lapse video. I've only found info on creating a time lapse from multi burst images. [19:48] jigglebells, You have to be admin though which the first account on W8 or any windows is. [19:48] i am bubbasaures [19:48] I figured so, just a clucking mother syndrome here. ;) [19:48] im gonna try that now [19:49] thanks again :D [19:51] oooh i want to install linux 13. on my 12.04 [19:51] linux 13 ? [19:51] Sach, I believe video is fairly compressed and all you can do is loose data and have less quality. [19:52] any compression is fairly small anyway [19:53] sliderfly: "Ubuntu 13" is already end of life, your supported options are currently 12.04.5, 14.04.1 and 14.10 [19:53] Sach: compressing it won't make it time lapse, you are looking to re-encode it removing frames [19:54] yeah linux ubuntu 13 [19:54] that distro is end of live and unavailable as a supported distro [19:54] bubbasaures: thanks. so is it possible to save the video in a way that it is sped up? [19:54] sliderfly: no, they're dead. no more 13. [19:55] ikonia: I've tried ffmpeg to speed up the video, but it does seem to work for me. [19:55] Sach: speed up the video ? you where talking about compressing it a minute ago [19:55] sliderfly: do you want to upgrade from 12.04 -> 14.04 ? [19:55] Sach: what do you actually want ? [19:55] Sach, Not sure and I may be not exactly correct on this just a heads up, hate to have you miss anything possible. ;) [19:56] anyone else getting PM spam from sliderfly with bad punctuation? [19:56] ikonia: I want to save a version of the webm video that is sped up. ie. 5x speed. [19:56] punctuation is fine in mine, lol [19:56] Sach: thats nothing to do with "saving it" === Sach is now known as Guest82824 [19:56] Sach: you'd need to re-encode it at x5 speed [19:58] konia: what do you mean? [19:58] Sach_: you would either need to re-encode the file or use the play back software to run at x5 [19:59] i dn"t want to upgrade . i want to intall, ubuntu 13. how can i do [19:59] sliderfly: ubuntu 13.X is end of life, we do not support it, sorry [20:00] okay [20:00] sliderfly, Can you tell us why you want a second ubuntu? the one you want is not supported is all. [20:01] linux 12.04 have many problem [20:01] sliderfly, why not 14.04 [20:02] i did it [20:02] How can I update my version of gcc and g++ to the very latest on ubuntu 14.04 ? [20:02] but no option again [20:02] because . i hadn't 14.04 and i havent time to download this [20:03] jingglebells, Take a screen shot of that gui and put it in a imagebin the prtsc key will do the pic [20:03] innnh what [20:05] bubbasaures: http://i.imgur.com/TewRCIQ.png [20:06] MerryL235: please report it to #ubuntu-ops [20:07] jingglebells, Hmm, how about a screen shot of gparted. [20:07] bubbasaures: EFI vs. legacy boot of media perhaps? [20:07] jingglebells, I wonder if you have a broken partition table is all. [20:08] bubbasaures: http://i.imgur.com/rYBQCbV.png [20:08] daftykins, Yeah could be but it should legacy boot auto but not sure really, it is a msdos table [20:09] jingglebells: is this some kind of little netbook? :P [20:09] that's one horribly low resolution [20:09] daftykins: precisely [20:09] and it really came with win8? [20:09] nope [20:09] so you just put it on after to try it out? [20:09] yes [20:10] daftykins, Maybe the bootinfo would be helpful [20:10] Does anyone else have any problems with a flickering screen in Ubuntu? [20:10] bubbasaures: i shall leave it to you, i'd probably just try a manual install at this point for lack of any better ideas :) [20:11] daftykins, That was what I was thinking. [20:11] jingglebells, You could try a something else option and make the partition in the unallocated for the ubuntu and than a swap, ubuntu's mount is '/' [20:12] this is a manual install [20:12] okay [20:13] bubbasaures: i really dont wanna do that [20:13] hi all, I have a desperate question.. I have a command which can either return nothing or return a hash string (ex. je21ek21h21l). I would like to check whether I have an empty string or an actual string. I tried doing this EXISTS=$(some stuff), then if [ $EXISTS ]; then echo hi; fi. Is this correct ? [20:13] Because it gives me very strange behvaiour [20:13] jingglebells, Everything looks correct as far as you should have the alongside option, not sure why it is not there. [20:13] bubbasaures: perhaps it need to turn off the fast boot option of windows? [20:13] stoogenmeyer: try #bash this is an OS support channel. [20:14] When EXISTS contains something I get /proc/self/fd/9: 3: [: 1153e52d1efc: unexpected operator [20:14] um ok thanks! [20:14] jingglebells, Ah yes, there is a legacy button you must have set it, just make sure windwos boots after any changes\. [20:15] jingglebells, and windows cannot be in the hybrid sleep that is part of that fast boot on an install, and wont be there after an install of ubuntu. [20:16] so . i want to know if linux have a social network [20:16] So I did an distro upgrade from 8.04lts to 10.04 and now it's rebooting... does the upgrade do anything during the restart before it goes back online? [20:17] so i made a wireless network [20:17] so how do i now ics or share the connection with lan ? [20:17] and whats the real cmd to do it in terminal ? [20:17] weaksauce: you're going to have a few problems, as you're moving from an unsupported release, to another unsupported release. [20:17] opposed to network manager ? [20:18] flashdeux: network manager will make it a lot easier for you [20:18] i want mysoftap to use my routers dhcp for clients [20:18] ? [20:18] hi [20:19] whats the cmd for network manager ? [20:19] use the gui [20:19] thats how you configure the wireless network [20:19] I need advice [20:19] you can't configure the wirleess network outside of network manager, then expect network manager to work with ICS [20:19] there are not girl in this hell . shith [20:19] network-gui ? [20:20] sliderfly: enough, stop now [20:20] !ask | eli77 [20:20] eli77: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [20:20] flashdeux: what desktop enviornment are you using [20:20] ubuntu-desktop [20:20] flashdeux: ok, so in the top right you'll find the network manager applet, that is your interface to network manager [20:21] ikonia: flashdeux was in earlier, stubbornly refusing to use NM - wants 'commands' to do it all ;) [20:21] what is whois? [20:21] needless to say we got nowhere then. [20:21] daftykins: then he'll be dissapointed [20:21] eli77: "/join #freenode" and ask them. [20:22] ikonia the upgrade went ok but now my ssh is saying connection refused [20:22] 14.04 I have an internal HD that is formatted NTFS. I want to blitx it and reformat as EXT4 but, I cant see it in gparted [20:22] ikonia I might have to go onsite for it i guess [20:22] thank u [20:23] EiEiOhh: install "pastebinit" then run "sudo parted -l | pastebinit" [20:23] weaksauce: if you did a dist-upgrade you may have ssh running on 1022 (I think) [20:23] on 1022 ?? [20:23] what [20:23] dist-upgrade dos not change the ssh port [20:23] it doesn't [20:23] it starts a new listener on that port [20:24] EiEiOhh: if you have more than one drive have you selected it via the drive selection pull down in the right hand corner [20:24] it doesn't start a new sshd proces on 1022 [20:24] daftykins: no its working now :) ... its only if lan is connected thers no network-manager but a network connection there [20:24] flashdeux: network manager is always there [20:24] flashdeux: i don't care :) NM works and you refuse to use it, you're on your own [20:24] it does [20:25] ikonia: it does, it will present you with a message saying that another instance of the service willb e started while it is being upgraded. Normally the port is 1022 but you should read the prompt to know that would be. [20:25] it works okey >... and ics and wlan hosted network works [20:25] but ive seen no network manager [20:25] it does this if you upgrade from an ssh connection [20:25] if you are doing it locally then it doesn't [20:25] but made a wlan host and ics in connections(active connections) [20:26] at first it was there when i wasnt connected [20:26] lol i cant explain :p [20:26] daftykins, this one? Nautilus Pastebin Configurator? === acr is now known as MrFoo === MrFoo is now known as MrBar [20:28] flashdeux: what are you trying to do? [20:28] what is the/a vlc equivalent of "mplayer tv:// -tv device=/dev/video0:input=1:normid=0"? [20:28] St1gma doesn't help much because my router is blocking those ports. [20:28] but I might be able to open that up remotely [20:28] So you did upgrade over SSH? [20:28] i was trying to host a wlan network with ics to shared [20:28] it works now xD [20:29] St1gma yeah. not ideal but I had no real good choice [20:29] EiEiOhh: apt-get install pastebinit ; simples. [20:29] acovrig: might try #videolan (vlc support channel) [20:29] flashdeux: I use dnsmasq and hostapd to host my wifi, no need for gui tools [20:29] now I have to get someone to let me onsite but they won't be around for a few hours [20:30] squinty, yea, there isn't much activity there, I'm wondering if someone here would know; I tried vlc v4l2:///dev/video0 but get nothing... [20:30] well tell me howto hostapd cuz somehow i just tried on a client and it doesnt work [20:30] this drive Im about to partition as EXT4 will only have media data on it (no OS) should it be Primary or Extended? I dont think I need more than one partioin on it [20:30] weaksauce: that's fine to do that, the problem is that without having access to those additional ports you are not locked out of your own box [20:31] flashdeux: give me a sec and I can get you some config files [20:31] k :) [20:31] St1gma yeah, that's what I was worried about before I started it but didn't expect the upgrade to hose ssh as that's typically a pretty solid thing [20:33] looks like I can get onsite right now. [20:34] EiEiOhh: Might think about organization of your media, and prepare several partitions. IE personal data, backups, video, music, other stuff. [20:34] flashdeux: pm me an email address, I'm feeding my son right now so it'll take longer than a sec :P [20:35] heh [20:35] and a gpg key ? [20:35] Bashing-om, this is for a media server I will have multiple drives installed. one each for Video, Music and Pictures [20:36] if you got it, that's better [20:37] EiEiOhh: Terminal way : https://help.ubuntu.com/community/InstallingANewHardDrive . [20:38] EiEiOhh: 1) get the hardware the in pace 2) parted /dev/sdX 3) mkfs.ext4 /dev/sdX1 4) modify fstab [20:38] pm me the answer and u'll be in heavon on xmas lol [20:39] EiEiOhh: Once the partition(s) are created, one needs to mount the file systems(s) see: http://ubuntuforums.org/showthread.php?t=283131 <-bodhi.zazen-Understanding fstab . [20:44] how do you get sshd to start at boot? [20:45] is there any way to run OS/iso live in a server? like we can do in susestudio... [20:47] * ktosiek just discovered apt {update,install,search} [20:47] weaksauce: # sudo update-rc.d ssh defaults (double check this) [20:47] wow, are those new? [20:48] arun: https://help.ubuntu.com/community/Grub2/ISOBoot <-Ubuntu ISOs are designed to allow booting directly from the hard drive using GRUB 2 and eliminates the need for burning a CD/DVD. [20:48] nl80211 driver initialization failed. [20:48] hostapd_free_hapd_data: Interface wlan0 wasn't started [20:49] St1gma: care to help still ? [20:50] St1gma thanks. yeah that's what I was looking for [20:50] why would they remove ssh from the runlevels after an upgrade? [20:50] it shouldn't [20:51] St1gma: do u know howto enable hostapd driver ? [20:52] lspci -k does not list network adapters [20:52] Bashing-om: I mean online in web [20:52] curious. it wasn't in any of the rc dirs before using that update-rc.d command [20:52] and I know that ssh was working after a restart before. [20:53] flash [20:53] flashdeux: that means that network manager is hugging your interface [20:53] you have to kill it first [20:53] http://askubuntu.com/questions/472794/hostapd-error-nl80211-could-not-configure-driver-mode [20:55] flashdeux: note i warned you about this earlier ;) [20:55] use what's there, not extra jazz. [20:55] u sure ubuntu , u don't want Our AstaraOS , try it , kde boot in 15 second and if you want server choose lxde , get it from http://209.132.181.24/pub/fedora/linux/releases/21/Live/x86_64/ === derk0pf is now known as derk0pf|NA === Hobby_boy_d is now known as Hobby_boy [20:56] whitehat-hacker: no thanks please leave now. [20:57] u sure [20:57] 100% [20:57] this OS is not linux kernel with 1700 backdoor [20:57] up to youthan [20:57] u sure ubuntu , u don't want Our AstaraOS , try it , kde boot in 15 second and if you want server choose lxde , get it from http://209.132.181.24/pub/fedora/linux/releases/21/Live/x86_64/ : http://cryptohex.wordpress.com/2014/12/23/we-0x71-xc-our-is-please-to-announce-our-public-skype-channel-and-core-team-skype-channel/ [20:57] bye bye [20:57] see ya [20:58] Merry Christmas! [21:02] is there any way to run OS/iso live in a server? like we can do in susestudio... like a test drive live [21:06] Hi. Anybody here who had success with preseeding dm-crypt encrypted installations? === Hobby_boy_b is now known as Hobby_boy [21:14] hi folks... wondering if anyone has run into this before. Seeing an issue on 14.04.1 LTS whenever I try to copy/paste via CRTL+C/CRTL+V selected text in a window, it simply puts my keyboard unresponsive. I've tried Google, but haven't had much luck. [21:15] kandango: test the guest session [21:15] can't say i ever need to ctrl+c stuff i select though [21:17] hi guys. can you help me please? i have my locales messed up on my system and now all cyrillic symbols are displaying like ?????? and no program can open them. can you please guide me through the repairing process? any help would be appreciated. [21:18] if it helps, here's dpkg-reconfigure locales output: http://pastebin.com/CfATfzEJ [21:19] daftykins: works in the guest session [21:20] so something could be up with your account [21:20] what desktop is this? [21:20] Unity [21:21] i think the config is stored in ~/.config/unity or something, if you moved .config to .configold you can restart and test a default session, then add back in your configs one by one [21:22] i'm sorry, but where i can get help i need, if not here on #ubuntu with 1630 people here? [21:22] maybe you can redirect me [21:23] !ask u_serge [21:23] u_serge: firstly, it's the holidays. you need patiences [21:23] !ask | u_serge [21:23] u_serge: 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 === curiousx is now known as Chuck_Norris [21:24] teward: i've asked it, but it must have been scrolled up due to all the "has joined/has left" informational lines [21:24] ah, sorry [21:24] that was meant for curiousx [21:28] u_serge: could you write what did you do before this happen ? [21:29] and... where do you see this simbols ? is it only in your terminal ? or is it every where ? [21:29] Chuck_Norris: everywhere [21:30] what's when you installed ubuntu what was the language you chose ? [21:31] english [21:31] it worked well until today [21:31] even with cyrillic file names [21:32] uvarovserge: did you remove some fonts? [21:32] mtn: nope [21:32] didn't touch them [21:32] uvarovserge: had to change something, and that is the most likely [21:33] well, it wasn't me. maybe some software broke. i didn't mess with locales and fonts, as far as i remember [21:33] uvarovserge: software doesn't "break" ;) [21:34] uvarovserge: check: Settings > Regions and Languages to see if english is abailable and you are using it [21:34] okay, the scientific term is "it behaves unexpectedly" [21:35] wow, the dialog is stuck on 0% [21:35] ah, no, that was temporary glitch [21:36] yes, preferred languages has one item: American English === lesmo_ is now known as lesmo [21:39] uvarovserge: paste: echo $LANG [21:39] en_EN.UTF-8 [21:40] lo) same here -.- [21:43] uvarovserge: gksudo /etc/environment [21:43] If I download an iso and burn it to a dvd can ithen just copy the dvd to a usb? [21:43] *ithen/ I then [21:44] Chuck_Norris: (process:5633): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. [21:45] ok np, close it if it open now.... sudo -i [21:46] okay, i'm in [21:46] uvarovserge: now: echo LC_ALL="en_GB.utf8" >> /etc/environment [21:47] en_US [21:47] would be better i think :p [21:47] done [21:47] uvarovserge: reboot [21:49] I'm trying to use a different windowmanager (stumpwm), after installing it however I don't get to choose it on login like in former distros. I'm running 14.04lts [21:49] k-stz: how'd you install it [21:50] sudo apt-get install stumpwm [21:51] k-stz: type ls /usr/share/xsessions [21:51] just ubuntu.desktop [21:52] k-stz: type sudo cp /usr/share/xsessions/ubuntu.desktop /usr/share/xsessions/stumpwm.desktop [21:53] came back here to thank you, Chuck_Norris. you just saved my box. i appreciate your help very much. [21:53] have a nice day [21:54] ok u_serge [21:55] now... tell me how much you love Chuck Norris ? -.- [21:55] xD *jokin* happy xmas u_serge [21:56] * tofupunx is new to Ubuntu (14.10) and is having some troubles with network connectivity [21:58] hey pals [21:58] St1gma: hi pm [21:58] so i have migrated to btrfs and according the btrfs docs it's recommended that i use a relatively recent kernel (no more than 2 weeks old). i am looking at the ubuntu wiki and there is mention of a mainline ppa, but i am seeing other things online which indicate that ppa is no longer maintained [21:58] tofupunx: State your issue - one line - to the channel. The guru's will respond if any know . [22:00] totesmuhgoats: pretty sure it's an experimental fs and going non-included kernel will mean zero support [22:00] so all a bit risky. [22:03] I have LAN access and everything looks ok but I have no internet access. Pinging 8.8.8.8 yields "unreachable" results [22:04] no gateway? [22:04] "ip route" [22:05] daftykins, do you mean that there will not be a ppa because it's not supported? [22:05] there is this https://wiki.ubuntu.com/Kernel/MainlineBuilds [22:05] which links a ppa, but the newer builds seem to be for vivid and utopic [22:05] not sure if they'd work on trusty [22:07] I am not familiar with terminal commands in Ubuntu... only my second day running it. ifconfig [22:08] ifconfig shows it sees the gateway [22:10] tofupunx: i dont think so [22:10] try ip route === Yukinotteru is now known as Dhs92 === Dhs92 is now known as Yukitteru [22:17] Hi all, (noob here) I've got a problem installing my printer (Brother DCP 195)... I'm just really new at this... can anyone guide me through this? [22:20] ip route has both my static IP and Gateway IP [22:20] venicci, try to state the problem you are having as exactly as you can and someone may be able to help [22:20] tofupunx: "sudo apt-get update && sudo apt-get install pastebinit" then "ip route | pastebinit" [22:21] very well, I will try. I tried to print something, but no printer was found... I've tried via the brother official site, but couldn't get the files to install. Now I have an install file, but it doesn't seem to have my printer... === Fun is now known as SantaFun [22:22] @dafykins sorry, I'm not following === tlt is now known as tltmas [22:23] tofupunx: it's quite simple, you run what i typed to you in the terminal. === SantaFun is now known as Fun [22:24] venicci: the brother website appears to have a .deb to install, have you tried this? [22:24] daftykins: Yes I have... It installed fine, but then when I had to choose my printer... I had al lot of types but not mine... [22:24] I double checked if I had the right one [22:25] venicci: ok, well sometimes you can pick a more generic option (if you're referring to the CUPS pages at http://localhost:631/ ) such as a 190 or 100 series maybe. [22:26] daftykins: allright I'll see if any of those are in there [22:28] daftykins: actually none that even come close to my number... === Fun is now known as SantaFun [22:28] daftykins: I did try to download a ppd thingy and I can select that but it tells me "the program" isn't installed... [22:29] venicci: opena terminal and run "dpkg -l | grep -i brother" [22:29] !paste | venicci use this to share the output [22:29] venicci use this to share the output: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [22:30] http://paste.ubuntu.com/9613730/ [22:31] hmm 32-bit [22:32] I tried it dafykins but I get "update command takes no arguments" [22:32] venicci: pretty sure you need the cupswrapper installed too http://support.brother.com/g/b/downloadlist.aspx?c=eu_ot&lang=en&prod=dcp195c_all&os=128 [22:33] tofupunx: tried which? [22:33] tofupunx: the && isn't a typo, make sure you're doing that [22:33] "sudo apt-get update && sudo apt-get install pastebinit" [22:34] It says the file is of bad quality... I will ignore and install === Yukitteru is now known as Dhs92 === SantaFun is now known as Fun [22:37] It did not install [22:37] is it a .deb? [22:39] yes it is === Dhs92 is now known as Yukitteru [22:42] so open a terminal, "sudo dpkg -i myfile.deb" then share any output with a paste site as above [22:42] for if it shares any errors === sparq_ is now known as sparq [22:45] that seems to have done something... suddenly it lists my printer... trying to print now.. [22:47] :D [22:48] venicci: i replied on the Brother website, giving them feedback telling them that their driver and instructions are utterly terrible [22:48] i suggest you do the same so they know [22:48] I will, though I wasn't sure If I was just being an idiot... :P [22:49] Which ofcourse is also true... But it's still not printing... [22:49] well they also say to run a command which is completely against ubuntu best practice, so they need to be warned how terrible their inux catering is [22:49] *Linux [22:49] so were you able to find the relevant model this time? [22:50] Yes I was, and my printer is now listed and I've set it as standard... but trying to print a document does not result in a print [22:51] wouldn't hurt to restart since i think [22:52] it might've been better to run their driver installer script, perhaps it does something better than this [22:52] ah ofcourse that could be a good idea... I'm so new to linux that I've forgotten the basics...I apologize [22:52] back in a flash === tom_ is now known as Guest35526 === underline is now known as l0rdn1x [22:58] how do I get a list of bash $vars? [22:58] like $TERM [22:58] #bash [22:58] I might be using the wrong term "bash" there, I'm not too familiar with this yet [22:58] but I know I've gotten the list before [22:58] DarkAceZ: env [22:59] thanks [22:59] EriC^^: happy festive celebrations to you [23:00] daftykins: and you too! :) [23:00] ty :> [23:01] EriC^^, hey, it turned out that the driver was not installed. I installed the wifi driver and all is well. [23:01] cpined: great [23:09] daftykins: I've rebooted... Printer is connected and on... name appears but it says: "Waiting for printer to become available" [23:09] Hello fellow ubuntu peep. I have a simple question because I am having a harder time trying to do something simple if anyone can help? [23:09] just ask the question. [23:10] venicci: hmm i'd remove those and try from the installer script on brother's website instead [23:10] i wasn't 100% you did things the way they want [23:10] venicci: is it USB attached? [23:10] I tried to change my desktop backgrounds to another folder with images in it and tried to have it change once an hour. I click close after I select the foilder I want then ... nothing. [23:11] daftykins: Yes it is [23:11] venicci: tried replugging i take it? :D [23:11] daftykins: yep [23:11] daftykins: I'll try the reinstall bit [23:11] *nod* [23:12] venicci: for completeness i refer to: http://download.brother.com/welcome/dlf006893/linux-brprinter-installer-2.0.0-1.gz [23:12] which you unzip, then open a terminal, run "sudo -i" and enter your password, then navigate to where the extracted file is and run as per their instructions [23:16] daftykins: You are indeed a hero and a helper... the reinstall worked...printing now! [23:17] venicci: :D excellent. enjoy :) [23:17] Brother are definitely going on my new year's "list" [23:18] daftykins: ..ominous :P thank you :) untill next time :) [23:18] Can someone help me figure out why I cannot change my desktop backgrounds? [23:19] to be honest i think there are far greater support queries of a christmas eve than what wallpapers are coming up for you ;x [23:19] understood. [23:20] however i do not use desktop so cannot assist :( [23:20] perhaps they're the wrong format or something odd [23:20] I cannot even add the folder to the settings [23:21] the path is hardcoded I believe [23:21] is it a child folder of your ~/Pictures ? [23:21] Yes it is. [23:21] does it have a space in it? [23:22] I am not sure of the question, I downloaded the images into the child folder. [23:22] I don't think it can be in subdirectories [23:22] there was discussion in a recent unity release that it was locked to the parent pictures folder [23:22] right so is ~/Pictures/folder_name_here/ got any spaces in it? e.g. "chulls amazing pics" === lubuntu is now known as Guest99269 [23:22] there is a same issue with gnome, and they shared the same library [23:22] ooh-err [23:22] I don't now if thats still valid though [23:22] that's quite a basic one [23:23] The original folder is in a subdirectory of usr [23:23] usr ?? [23:23] /usr/share/wallpapers ? [23:23] yeah you shouldn't be trying to put things there i would think [23:23] usr/share/backgrounds/xface is the current folder location [23:24] it was installed there [23:24] as I recall it's just ~/Pictures === bob is now known as Guest71112 [23:24] thats where user wallpapers should go [23:24] system wide ones sure, but you don't add to those :) [23:24] you may be able to use sub folders, but I do remember there was a bug/feature that stopped sub directoris for a while [23:24] I don't know if that feature is still valid [23:24] chull2058: throw 2 pics into ~/Pictures and see what happens [23:26] Bingo daftykins, that worked. Thank you! [23:26] i'd like to call it a team effort [23:26] ikonia: ^5 [23:26] :D [23:26] you can have the glory, [23:27] must still be a vaild point still ikonia - thanks for the information. [23:28] You guys rock, Merry Chistmas - Happy Holidays to you all. [23:28] and to you o/ [23:30] * bubbasaures notes, gotta stop by pete schweddy's for some trearts [23:30] treats* [23:30] is that a shop in your neck of the woods? :) [23:30] 'cause i think that might ruin Pete's holidays otherwise ;) [23:31] @dafykins "failed to fetch" because I have no internet [23:31] daftykins, youtube schweddy [23:31] you may get it already [23:32] tofupunx: ah, you didn't mention that part :> you can type out what "ip route" shows then === swordsmanz is now known as hugbot [23:34] Hello, is any one having issues with XBMC in Ubuntu 14.04? It uses Kodi rather than XBMC gotham and my IPTV Simple Client will no longer work :( [23:34] join #kodi [23:35] hehe thx [23:37] "default via 255.255.255.0 dev eth0 proto static" [23:38] "192.168.1.0/dev eth0 proto kernal scope link src 192.168.1.35 metric 1" [23:38] "255.255.255.0 dev eth0 proto static scope link" [23:39] i discovered weechat's IRC smart filter a couple of days ago... what a difference, without the constant joins/parts i can actually read this channel now [23:39] yeah that doesn't seem right [23:39] 192.168.1.35 being my static IP and 255.255.255.0 the gateway [23:40] 255.255.255.0 can't be your gateway, looks like a subnet mask [23:40] ^ [23:40] Anyone had luck with installing XBMC Gotham from source on ubuntu 14.04 ? [23:41] tofupunx: no a gateway is your router IP [23:41] mo0p: don't. [23:41] oh man! [23:41] add gotham repos [23:42] then install xbmc [23:42] not kodi [23:42] tofupunx: if you have a typical home setup your gateway is your router's IP, probably 192.168.1.1 [23:42] hi guys, Is there a package that does the following: read all words in a text file, make a list of them, sort them, count them, show only one word a kind, and with a number how many these word exist in the textfile [23:42] right, what daftykins already said [23:43] user4: weka can do that [23:44] user4: sort of an overkill suggestion on my part since weka is a data mining tool, you could write a shell script to do what you suggested... but you'd have to be familiar with writing shell scripts [23:44] user4: but if you don't want to do any programming/scripting, weka would be the one tool that i know can do the job... it's called a word vector [23:45] or document vector maybe, can't remember [23:45] plasmasnake: thank you for your suggestion, I'm going to check that package now [23:45] yea gotcha plasmasnake... just rebooting as the change still didn't seem to get it working [23:46] plasmasnake: is weka a GUI tool btw? [23:46] user4: yes it's a GUI tool [23:46] user4: i hope i'm not going overkill though haha.. it's sort of like killing a mosquito with a sledgehammer [23:47] user4: are they separated by newlines [23:47] i mean spaces [23:47] EriC^^: yes [23:47] sed 's/ /\n/g' /path/to/file [23:48] that will give you a list with each word on one line [23:48] you'll need wc and sort -u maybe for the rest [23:49] yeah EriC^^ 's suggestion is better unless you absolutely want GUI... but you could just take it as a learning opportunity to write a script and learn some console-based tools [23:49] thanks dafykins, plasmasnake for the help, seems it was my mistake that was the problem... now working! [23:50] nice [23:52] user4: for i in $(sed 's/ /\n/g' /path/to/file); do grep $i /path/to/file | echo $i $(wc -l); done | sort -u [23:52] sorry it's pretty messy, it works though === Metacity is now known as Metachristmas [23:55] user4: and just in case you need to do something like this in the future, here's an example of the kind of stuff that you can do with weka (document classification): https://www.youtube.com/watch?v=zlVJ2_N_Olo [23:55] it can do stuff like "stemming" (so e.g., "dog" and "dogs" would be counted the same) [23:56] but no need to use it if this is just a one-time thing and the simple shell script does the job for you [23:57] EriC^^: plasmasnake thank you for your reply guys, I'm going trying to understand those [23:58] np