=== Hololos is now known as Ululus__ === Ululus__ is now known as Ululus === ColtonDRG-ZNC is now known as ColtonDRG === gms is now known as Guest85040 [00:04] I have a hard disk image that I dd'ed from my old Windows 95 computer. I want to mount it in Ubuntu to access the files, so I do 'sudo mount -t vfat -o loop harddisk.img /mnt/loop' but it gives me an error. [00:04] mount: wrong fs type, bad option, bad superblock on /dev/loop0, [00:04] missing codepage or helper program, or other error [00:04] In some cases useful info is found in syslog - try [00:04] dmesg | tail or so [00:06] OS_Connoisseur: hard disk or partition image? [00:06] does Ubuntu 14.04 on use systemd? I'm not trolling, just a normally Debian user running Ubuntu on Digital Ocean [00:06] Entire hard disk image. [00:06] OS_Connoisseur: use sudo losetup /path/to/image [00:06] rsmith_: no, 15.04 was the first version to do so [00:07] then lsblk to see the name and then mount it [00:07] Fleet: Thanks! [00:07] rsmith_: 14.04 uses Upstart. [00:08] EriC^^, that doesn't work. loop: can't get info on device harddisk.img: Inappropriate ioctl for device === royalaxeVFY is now known as royalaxe [00:12] OS_Connoisseur: try sudo losetup /dev/loop0 /path/to/img === ochorocho1 is now known as ochorocho [00:17] EriC^^: That didn't give an error, but get the same error as before when trying to mount /dev/loop0 [00:19] type lsblk [00:19] it should list the partitions of the hdd under /dev/loop0 === r4zz91 is now known as r4zz [00:28] They don't make this easy, do they. I guess I have to manually examine the disk image with parted and find the filesystem offset. [00:31] OS_Connoisseur: you can always load it under virtualbox and copy the files to your host os [00:32] I don't use VirtualBox, but yeah, I suppose I could do that. [00:33] Is there a way to mount and make the mounted directory readable by all users? I hate having to type sudo for everything I do. [00:35] OS_Connoisseur: sudo -i [00:35] just type that command to get a root prompt [00:37] is there a general program out there that log's arbitrary events rsyslog doesn't seem to do enough application log files [00:37] to log what i want === regedit_ is now known as regedit [00:44] hello~ [00:45] First time on a raspberrypi, installed ubuntu on it; doesnt appear that I have access to the whole sd card [00:45] how does one expand the partition to include the rest of the space on the card? [00:46] it's an 8G card but it looks like I only have access to 1.25 of it [00:47] Do we have any Network Manager gurus here? I need help setting up a bridge interface. [00:48] ya something likr inotify_add_watch(fd, "/tmp" , IN_CREATE | IN_DELETE ) ; would work if i wanted to cookup a program or just use existing c program but i am also wondering if there is away to log arbitrary events like any process event , user event, ...etc inotify seems to only log the file system events? [00:49] and rsyslog is not specific enough [00:52] hey guys... trying to dist-upgrade from saucy(13.10) to trusty(14.04) but having troubles. seems as if the repo's in sources.list for saucy are all invalid! any pointers? [00:52] so, is there no documentation for installing ubuntu on a MBP 11,3 ? [00:54] !EOL | juanez The path as 14.10 is End_Of_Life ; [00:54] juanez The path as 14.10 is End_Of_Life ;: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [00:55] so, is there no documentation for installing ubuntu on a MBP 11,3 ? [00:58] hi, im using ubuntu w/ plasma 5 and unity on a 2014 mbp (ubuntu 15.04). for some reason, if my computer falls asleep/something (not too sure what causes it, because sometimes it doesnt happened if I turn my laptop back on fast enough) the wifi cuts out [00:58] any ideas? [00:59] thx Bashing-om [01:03] juanez: NP. good luck. [01:06] v4l0r [01:07] I'm using 15.04. When I use nmcli to add a new bridge-slave interface nmcli shows the new connection, but it is not tied to any device. [01:07] Any ideas? [01:08] does ubuntu 15.10 beta have latest 4.3 kernel? [01:09] #ubuntu+1 for that edisto [01:11] !macbook [01:11] For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [01:12] Giraffe_, ^ [01:12] Ive checked it out bazhang [01:12] I've also tried setting a script up to restart network manager in sleep.d but it doesnt fix the issue [01:13] thats odd [01:13] file a bug for that yet? [01:15] nah was wondering if someone here knew [01:15] and im trying to find out the cause for it [01:15] if I turn the computer back on as soon as its gone to sleep its fine [01:15] Giraffe_: Just joined, repeat the question [01:15] jeffrey_f: basically mbp wifi doesnt work after laptop sleeps [01:15] restarting network manager doesnt work [01:15] it doesnt see any networks [01:16] Giraffe_: Reboot and all is fine again? [01:16] yep [01:17] ive tried http://askubuntu.com/questions/521676 [01:20] Giraffe_: looking. Had a similar problem with bluetooth. There was a script to restart it on wakeup [01:21] Giraffe_: http://askubuntu.com/questions/362933/network-disabled-on-some-wake-ups-on-saucy-laptop [01:22] Tried one similar to it jeffrey_f but I'll check it out [01:22] Thanks [01:23] Giraffe_: can't hurt. maybe a slight variation on the workaround can get it going [01:23] Someone help me scrub my hdd? I have a ton of partitions from dual-boot distros, but I'm using virtualbox now. How can I safely nuke all but the Ubuntu Gnome partition? [01:24] !gparted | blobbagus [01:24] blobbagus: 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 [01:25] Nice... I have GP Live - use it to make bootables all the time. It nukes parts too?!? [01:25] blobbagus: MAKE SURE YOU BACKUP EVERYTHING. One wrong move and......... [01:26] In initramfs, cryptsetup execution seems to fail (lvm is not available) an irfs says "Waiting for encrypted source device...", how can I get the arguments used by cryptsetup ? of course if break=premount, I can manually luksOpen & boot ... [01:27] I considered moving my keepers to the external hdd i have and nuking the whole thing (it still has trash parts from the win8 that came with it)... I think that'll be a reboot nightmare though with all my dev tools :( [01:27] blobbagus: That would be my suggestion, quicker and safer [01:28] Thank you, sir! :) [01:28] I'll have a go at it. Wish me luck? (I'm bakking the keepers - just the apache hosts will be a job in itself) [01:31] 有中文的吗? [01:32] blobbagus: Just be carefull, The un-do can be very painful . [01:36] Is it safe to kill the 'unknown' partitions that were on the hdd when i kicked windows off? (it came with win8 efi_ [01:38] on one of them you probably have the restore partition [01:38] anyone know of a USB 3 dock that supports high resolutions [01:39] try ##hardware goddard [01:40] blobbagus: Yes as long as it is not the uefi boot partition and you are using secure boot. [01:42] goddard: USB? resolutions? wat [01:42] blobbagus: If you are using legacy boot then you can safely delete the partition and reformat it to use [01:43] blobbagus: Well, ya want to keep the /efi partition as that contains the boot code to boot operating system(s). Though it can be re-created will be a real pain to go through , 'efibootmgr ' to clean up the old boot files . [01:48] Is here any possible way to get hibernate working? [01:48] with what [01:48] I would (almost) kill for reliable hibernate. [01:49] daftykins: laptop. I have a galago ultrapro, but their support says that ubuntu itself doesn't support hibernate. [01:49] wow and they sell the thing [01:50] surely if it were plausible, they'd have made it so [01:50] and that kills me because every day at work I have to set up my development environment again. I like to do everything locally because it's much faster, but my workaround is just using tmux on a server. [01:50] daftykins: but ubuntu itself doesn't support it. [01:51] and that kills me [01:51] I don't want to deal with a mac, but that might be my only option [01:51] well, what's wrong with sleep? [01:51] assuming you're taking the machine from A to B on battery [01:51] daftykins: because it drains battery, leaving the lappy in the bag overnight and it's freaking hot the next day [01:52] and battery is almost dead [01:52] aarobc: Debian + Thinkpad = hibernate works [01:52] oh right you mean the whole overnight thing [01:52] yeah i would not sleep a laptop in a bag [01:52] aarobs: So Ubuntu probably hibernates well on Thinkpad [01:52] rsmith_: I have a thinkpad and it works quite well [01:52] Thanks, charles! [01:53] rsmith_: ubuntu doesn't even have the hibernate option thoough [01:53] I tried messing with my swap file to make sure it's big enough, but every time I try to resume, it just gives me a black screen [01:54] makes me mad, because you'd think that system 76 would have great linux support considering that's their thing. [01:54] aarobc: what graphics on that thing? [01:54] aarobc: why do you want to hibrinate , to make it start faster? [01:54] charlesathomecom: read up and you'll see the exact reason [01:55] aarobc: so? graphics hardware? [01:56] aarobc: you should not need to hibernate if it is to start faster. Mine starts in 11 seconds. [01:56] also have you tried toggling between TTY1 and back to X on resume? [01:56] daftykins: iris pro 5200 http://webcache.googleusercontent.com/search?q=cache:YmgLfwXsy8UJ:https://system76.com/laptops/galago+&cd=1&hl=en&ct=clnk&gl=us [01:56] charlesathomecom: you're totally wrong. === Mohammed is now known as Guest29028 [01:56] aarobc: no other chips then, it's solely the intel? [01:56] How am I wrong? [01:56] show an "lspci" on http://paste.ubuntu.com [01:56] charlesathomecom: resuming faster is not the issue. it's resuming work without opening all the apps and terminals again. [01:57] charlesathomecom: because it's nothing to do with boot speed :) [01:57] daftykins: yeah [01:57] ok [01:57] daftykins: kk, one sec [02:01] that's a long sec :( [02:03] daftykins: http://paste.ubuntu.com/12511553/ [02:03] stupid flatmate required help moving a couch [02:04] alright so ty the toggling TTYs as i mentioned [02:05] When I try to resume from hibernate, ctrl+alt+F2 does nothing [02:05] does not bring up tty [02:06] hmm, do you get any signs of life from the machine? [02:06] i take it your swap is > RAM size? [02:07] daftykins: fan noise, and sometimes single white cursor that is unresponsive to any input. [02:07] Has anyone tried compiling and using the KQEMU kernel module under recent Ubuntu versions? [02:07] swap is 8.3 GB, this machine has 8 gigs of ram [02:07] hmm that's a bit tight size wise [02:08] daftykins: you think extending it might help? by how much? [02:08] I want to run Qemu with decent speed, but I can't use kvm because my hardware doesn't support VT-X. [02:08] I tried even making sure the swap was cleared, then did `pm-hibernate` and still had the problem [02:08] aarobc: i'd try booting with nomodeset and see if it goes down and up without the intel driver, or perhaps with lightdm stopped [02:09] that'd rule out the graphics portion [02:09] aarobc: 2xRAM is the recommendation I usually see for hibernation. Never used it myself though [02:10] that's way too much [02:10] that's a lot of swap [02:10] Happy to defer, but: https://help.ubuntu.com/community/SwapFaq [02:10] you'd have to have some seriously leaky program going into RAM by 8GB to need that :) [02:10] especially with a 256 ssd [02:11] anyway try my suggestions, they'll take like 30 seconds to test. [02:11] daftykins: yeah, was looking up how to do the nomodeset thing. trying it now === HoloIRCUser3 is now known as hexa869 === ddy is now known as M_A_Y_A_T [02:17] sigh [02:18] how the heck do i install twin in ubuntu 14.04 LTS [02:18] the only thing in the repos are some silly libs that arnt libs [02:18] i have problem when compile driver, http://paste.ubuntu.com/12511667/ what shoud i do? [02:18] and have no instructions on how to bloody use them [02:19] Mirodroid: well coming here with that attitude and language is not a healthy one for finding an answer [02:19] likely you need to find a PPA if you can't find what you're looking for built in :) [02:19] daftykins, sadly i cant find it in any ppa :< [02:19] daftykins: OH MY GOD IT WORKED [02:19] daftykins: I owe you a beer or something [02:19] also what language? i havent sworn [02:20] aarobc: what, nomodeset did? [02:20] yeah [02:20] i start glassfish: sudo /opt/glassfish4/bin/asadmin start-domain swManzana but how to start it automatically when server start? [02:20] aarobc: ah, only issue with that is if you do get a desktop it won't be accelerated [02:20] so you know the issue is with the intel driver now [02:20] aarobc: which ubuntu is this? [02:20] daftykins: sadface === ubuntu is now known as Guest51163 [02:21] 15.04. I like to live on the edge === cyphase is now known as Guest41763 [02:21] that's not the edge, 15.10 is ;) [02:21] nobody help me? [02:21] well, not in an arch sort of way, but yeah [02:22] wairt really [02:22] weird. [02:22] aarobc: so one idea would be to try a newer mainline kernel, see if that has a working intel driver [02:22] !mainline [02:22] The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [02:22] punkgeek: looks like you're playing with 4.2.x so 15.10 - which means you're in the wrong channel [02:23] so i should change my kernel? [02:23] agian just checked and the software is not in any ppa [02:23] punkgeek: no i'm saying you're using 15.10 which isn't out yet. [02:23] i keep being linked libtwin0 and libtwin-dev [02:23] so the channel for help there is #ubuntu+1 :) [02:23] im using 14.04 [02:23] Mirodroid: when you check for PPAs, what are you doing exactly? [02:24] doing a seard [02:24] punkgeek: then you shouldn't be using a newer kernel unless you really need to be. [02:24] search [02:24] what stable kernel good for me? [02:24] punkgeek: explain why you installed 4.2 to start with [02:25] i dont know :D [02:25] nice. [02:25] in kernel.org write last stable kernel is 4.2 and i installed it [02:26] that's a really silly action [02:26] you don't just chase version numbers with a Linux system [02:26] aarobc: do you follow the kernel suggestion? [02:26] aarobc: in fact which are you on right now, 'uname -r' [02:26] so what work is good for now? [02:27] daftykins: still looking into it. [02:27] you should either be on 3.13.x or 3.19.x [02:27] all of them is stable? [02:27] the ones you're supposed to be on are stable yes :P [02:28] !info linux-generic trusty [02:28] linux-generic (source: linux-meta): Complete Generic Linux kernel and headers. In component main, is optional. Version 3.13.0.63.71 (trusty), package size 1 kB, installed size 29 kB [02:28] 3.13.0-63. [02:29] thank you :X [02:29] 3.19.0-20-generic [02:29] daftykins: 3.19.0-20-generic [02:29] hmm ok i think that's out of date [02:29] !info linux-generic vivid [02:29] and if i change my kernel, my driver problem solvd? [02:29] linux-generic (source: linux-meta): Complete Generic Linux kernel and headers. In component main, is optional. Version 3.19.0.28.27 (vivid), package size 1 kB, installed size 27 kB [02:30] punkgeek: not necessarily, but right now what you're using isn't Ubuntu - because you've put some other kernel on it. so step #1 is returning it to being the distro it's supposed to be :D [02:30] ok :( [02:30] thanks [02:31] hey all, i just finished trying to setup clamav/amavis/spamassasin on 14.04 LTS and now all incoming emails have ***UNCHECKED*** in the subject... [02:31] my logs looks fine, no errors, i just don't know how to get them to be checked? [02:32] freshclam.log says it updated the latest db definitions, and all is good...... [02:32] any suggestions? [02:33] if i look at the mail headers i can see X-Virus-Scanned: Debian amavisd-new at xxxxxxxxx.com [02:34] X-Spam-Flag: NO [02:34] X-Spam-Status: No, score=1.274 tagged_above=-999 required=6 [02:34] so what is adding the ***UNCHECKED*** to the subject? [02:36] something is bound to port 1935 and I don't know what it is. # fuser -k 1935/tcp hangs forever. How to find it and kill it? [02:36] well it still doesn't like the systemd hibernate `systemctl hibernate` [02:37] but pm-hibernate seems to work [02:37] also lsof hangs too if I try to list processes on that port [02:39] Is there a way to cut from a host system and paste into a VM? [02:39] with which VM tech? [02:41] Anyone here famliiar with tcp wrapper? [02:42] Test [02:43] anyone here have any luck disabling lightdm and getting a login console going? (what are the design decisions here with ubuntu btw... ) [02:44] jrmiah: What release ? [02:44] 15.04 [02:44] Looked stackoverflow and was surprised at how convoluted it sounds [02:44] Thought maybe someone here had a better distilled answer heh [02:44] jrmiah: K; and do you want to boot to terminal as a permanent arrangement ? [02:45] http://askubuntu.com/questions/613698/in-ubuntu-15-04-cant-do-graphical-log-in [02:45] super convoluted, you boot with 'text' ¬_¬ [02:45] daftykins: used the be the default in almost every linux distro unless you specified GDM et al which was an option .. [02:45] eg, running TTYs by default is what.. a memory hawg? :) [02:46] daftykins: I my recent testing, 'text' no longer worked . purple screened on my system . [02:46] Bashing-om: any ideas? [02:46] or did you get it working? [02:46] I have traced the freeze of these programs to reading from /proc/3974/fd . Does anyone know what this device is? [02:46] Pinkamena_D: looks like floppy from the 'fd' [02:47] Well this server has no floppy, can I destroy it? [02:47] Pinkamena_D: might want to look at /proc/ioports and interrupts and cross verify that [02:48] jrmiah: Yeah; try terminal commands ' sudo systemctl enable multi-user.target --force ; sudo systemctl set-default multi-user.target ' and to start the GUI ' sudo systemctl start graphical.target ' . [02:48] Pinkamena_D: actually to be honest I havent been an admin since long before they started populating /proc with pids - since thats under a pid directory its probably not a floppy ahha [02:48] yeah ioports says : 3000-3fff : PCI Bus 0000:0c [02:49] but idk, ls freezes, it is killing everything [02:49] Pinkamena_D: its actually a file descriptor, my bad [02:49] Bashing-om: oh wow, ok - hrmm [02:49] Pinkamena_D: you have a bad drive [02:49] I thought those were at /dev ? [02:50] what does dmesg say [02:50] any IO errors? [02:50] Pinkamena_D: those devices are at /dev but file descriptors created by a process are under /proc/ Pinkamena_D: look for 'fd' http://man7.org/linux/man-pages/man5/proc.5.html [02:50] daftykins: When I dids 1st start with 15.04 'text' did work, but no networking was enabled . I guess in the newer kernels several things are changed ? [02:51] there is a stack trace there [02:51] for the fuser process [02:51] Pinkamena_D: do this - # ls -al /proc/3974/fd [02:51] yeah it just hangs [02:52] the start of the trace seems to be : general protection fault: 0000 [#2] SMP [02:52] sounds like some uhh...not too good things. =S [02:52] Pinkamena_D: ehhhhh bad CPU then heh [02:53] I guess [02:53] where are you at with this? reboot yet? [02:53] nope [02:53] it could be something as easy as a fan [02:53] just sshing in [02:53] or it could be a nuked piece of hardware === d is now known as Guest69006 [02:53] bad cpu heh, that is a new one for me. [02:53] cpu, memory .. but yeah that trace sounds more ominous [02:54] Pinkamena_D: back in the old days happened a lot.. a lot less so these days with modern temp sensors [02:54] Pinkamena_D: if your using my advice its about admin level from circa 2002 hah [02:54] Pinkamena_D: more devops now. Hardware is a commidity and work for like .. a virtualization vendor ;) [02:54] yeah I am just messing with my own hardware, so no big deal. [02:54] so we are alerted that hardware goes bad, moved a VM to another server long before it ever gets to an OS === user is now known as Guest90514 [02:55] Pinkamena_D: well is it Xeon class? [02:55] yes [02:55] dual proc or more? or just a single proc multi core? is it a server or a desktop? [02:56] its like a quad physical cpu rackmount with 2 cores per chip [02:56] but its old like 2008 or something [02:56] yeah .. bad cpu [02:56] is likely enough [02:57] you should be able to boot with just 1 [02:57] if its a dell or compaq they have diagnostics images you can boot into and it will check it for you too [02:57] it says that "#2" is the bad one, but I don't know which order they are. [02:57] or if it is zero indexed [02:58] ok I will check around for the diagnostics [02:58] your going to want some definitive answers for that situation though I agree... good luck [02:59] if you were at work you would have a spare proc to try real quick. in the situation where you dont and at home... might take forever [03:08] jrmiah: You catch my xx:48 entry ? === cyphase__ is now known as Guest38034 [03:10] Yo === xubuntu is now known as Guest72431 [03:14] hello guys i'm new to linux i want to get the hell out of microsoft [03:14] i have some questions please [03:14] !manual | Guest72431 have a read [03:14] Guest72431 have a read: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [03:14] Everybody does. [03:15] Guest72431: ask . [03:15] 1st which is the best one to use lubuntu or xubuntu ,the look and feel ? [03:15] can i use Kwin with both of them ? [03:15] Guest72431, there is not a best [03:15] Guest72431, kwin is for kde [03:16] Guest72431: Yhere will be no comment on a personal preference, hardware permitting . [03:16] !rute | Guest72431 and this [03:16] Guest72431 and this: documentation is to be found at http://help.ubuntu.com and http://wiki.ubuntu.com - General linux documentation: http://www.tldp.org - http://rute.2038bug.com [03:16] hi? [03:16] Guest72431: ubuntu is more developed to give less trouble. It's not the most mature user interface though. [03:16] read some of those links Guest72431 [03:17] what do you mean Kde ? any linux name that has this kde please ? [03:17] good evening [03:17] may I ask something here? [03:17] kde like xfce or lxde Guest72431 [03:17] Guest72431: KDE is (K)ubuntu Desktop Environment . [03:18] Guest72431, please have a read of the many many links give first [03:18] Guest72431: kde is okay. Xfce is like windows [03:18] Tripa: Ubuntu relatd, then yes . [03:18] ok [03:18] ok bazhang so Kubuntu uses kde right ? [03:19] is it common for ubuntu mate to have a slow connection? [03:19] does anyone know the command to convert videos on ffmpeg? [03:19] Guest72431, as was said just a moment ago yes [03:19] Tripa, try ##ffmpeg [03:19] ok thanks brother [03:20] Tripa, their website has examples as well [03:20] Guest72431: ubuntu is best for beginners. It's unity shell is developed to work best. [03:21] I know this is vague and probably hard to answer, but where would one get started learning how to fix your system when it screws up [03:21] ok, it's kind of complicated through the website, but I'll try [03:21] Tripa: simple but don't know off hand [03:21] I've tried several distros of ubuntu over the years and I always encounter odd problems that I have no idea how to debug [03:22] Tripa: it's usually file location followed by output type. [03:22] bluebaron, bugs list/mailing list/ askubuntu [03:22] !lists | bluebaron [03:22] bluebaron: Mail is another medium to communicate. Ubuntu mailing lists can be found at http://lists.ubuntu.com [03:23] bluebaron: One way. hang out here a couple few hours a day, and help when you can . be amazed what you will learn . [03:23] thank you guys for your help, i will download lubuntu,xubuntu,and ubuntu and see which one works best for me ...i can't tell or ask till i try each one and feel the look and changes ...etc === Ranieri_ is now known as MrsMan [03:23] thank you guys again so much . keep up the good work === MrsMan is now known as Ranieri_ [03:23] Thanks for the mailing lists bazhang [03:23] Guest72431: just buzz. Sometimes booting is a pain to. [03:23] Bashing-om: Also a good recommendation, thanks [03:24] rxrxrxt brother do you mean booting from live cd ? or after i install it ? [03:25] Guest72431: both sometimes. Depends on system and the effort you put in [03:25] looking for a lil help. Last time i did this, it was as simple as doing it. SO- My New laptop came with a slow hdd, with win10. I put in a SSD, and looking to copy the drive over. anything special i should consider? Im using linux to do it- but usually it just copies. im mising something. [03:26] bluebaron: Seriously though, It is rare to have an isolated problem. Most problem's solutions are found with a good search engine . [03:26] ok i got you rxrxrxt .i'll give them try and see what will happen . thanks again i really appreciate your help [03:27] SubCool: look for cloning os. It needs cloning. [03:28] well ubuntu install failed [03:28] Bashing-om: Well for ages I couldn't even install xubuntu on my asus-k55n because of the weird UEFI stuff. I had no idea where to even begin learning the stuff required to understand an incomplete answer given on a single forum post [03:28] Never got pas 10 of 19... [03:28] SubCool: clone the drive is the easiest way. [03:29] rxrxrxt, i am- i dd'd it. but im missing something [03:30] SubCool: probably grub needs to run or uefi needs to know location of OS on new drive [03:32] bluebaron: I do understand. I came to 'buntu from a different platform. Took a bit to learn the basics of this OS . Time effort and study -> break it and fix it was what I did . [03:33] Bashing-om: I see [03:34] bluebaron: UEFI is still a relatively new implemetation. We all have some to learn here . [03:37] rxrxrxt, how do i tell uefi about the new os? [03:38] SubCool: is your system booting UEFI [03:39] yes [03:39] SubCool: I think u have to return grub2 setup [03:39] I can make keyloggers or mouse loggers that log keys and mouse coordinates but what i am not sure of is how can you log the application of name of what the mouse is over or clicks on... all i can do is get mouse clicked at X,Y coordinates but not the next level of name of component/program clicked on if Applicable [03:39] SubCool: I think u have to RERUN grub2 setup [03:40] Is there some way of doing that? [03:40] rxrxrxt, for a windows install? [03:41] good morning to all [03:43] on 14.04 when executing the command sudo do-release-upgrade I get no new release found. [03:43] how can I upgrade? [03:44] zacwalls: 16.04 isnt out yet, you can upgrade yet [03:45] cant [03:45] lotuspsychje, what about 15.04 [03:45] zacwalls: 15.04 is a non-lts release [03:45] lotuspsychje, what? [03:45] zacwalls: if you want to test, you need a clean reinstall [03:45] !lts | zacwalls [03:45] zacwalls: 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) [03:46] oh i thought you typed its [03:46] lol === kubuntu is now known as Guest47826 [03:46] zacwalls: i reccomend staying on 14.04 as its nice and stable [03:47] hacktheplanet! [03:47] good idea [03:47] yep, like lotuspsychje said [03:47] Guest47826: can we help you? [03:48] just check the changelogs and if you don't REALLY need anything from there, no reason to expose yourself to unknown/unresolved bugs [03:48] how do i setup a system restore that can be accessed from the grub menu?? [03:49] fnkfd: idle here until TJ- joins he knows about that [03:50] fnkfd: is this for several workstations or single pc? [03:50] single pc [03:51] i should back up as a .iso like everybody else [03:51] but a grub menu thing is just easy] [03:53] fnkfd: for inside restoring you can use aptoncd to backup your fav packages [03:53] !info aptoncd | fnkfd [03:53] fnkfd: aptoncd (source: aptoncd): Installation disc creator for packages downloaded via APT. In component universe, is optional. Version 0.1.98+bzr117-1.4 (vivid), package size 213 kB, installed size 1561 kB [03:53] fnkfd: and im a big fan of backup personal data on external hd [03:53] thats what i should do [03:54] hopefully i can repartition the already allocated space on my wd [03:54] to make it bootable [03:55] hi === jasoniumh_ is now known as jasoniumh [04:00] Hi. Can I apt-get remove sendmail when I have postfix installed? [04:01] I did that but the sendmail service was still running after apt-get remove sendmail. Is sendmail needed by system or is postfix a dropin replacement? [04:08] bijan_: maybe the #postfix channel might know? [04:09] lotuspsychje: thx will check that out [04:11] well un backing up my system as a .iso [04:12] is there any easy partition managers that will create a bootable chunk out of my portable hard disk and leave the rest for storage? [04:13] fnkfd: i dont think that works this way [04:13] like i noticed ubtuntu when you install it can steal some of window's disk space? [04:14] fnkfd: besides, with the fast changing updates daily, your system would be outdated pretty soon right [04:14] you can't really back your system up as an iso [04:14] theres gotta be a way to do that to a hard disk [04:14] what [04:14] fnkfd: the clean install way + backups external are best to go [04:14] fnkfd: and updates asap [04:15] so snapshots? [04:16] fnkfd Consider; Linux has been around a long while, if there were a better way than this way, then this way would not be advised. huh ? [04:16] i hate having to sudo apt-get upgrade it takes half a day to download everything [04:16] fnkfd: even if you backup your favorite packages with aptoncd, they also need to be updated [04:17] omg im about to code my own distribution here [04:18] lol [04:18] ill market it to ppl who are poor [04:18] fnkfd: feel free to use remastersys to build own iso [04:19] !yay | bijan_ [04:19] bijan_: Glad you made it! :-) [04:19] does that method sue up more space so it's not recommended? [04:19] fnkfd: and again, if you make you own distro, it also would need online updating after the install [04:20] use* [04:20] hm [04:21] thats a cyb username [04:30] hey i was trying to purge java from my computer since somehow the install didnt go right, so i followed what a friend said would work (big mistake) and now i cant get any of the jdk working at all... i have added manually, and from installer.. i have 6 all the way up to 9 and none of them are working, anyone know how i can fix this? [04:30] i cant get any of my developer tools to work without it.... [04:34] Jamie_1, isn't it all keyed off of what you can set as the JAVA_HOME environmental variable? [04:35] im not sure... i usually have the installer do it for me... but one time the installer failed somehow and I dont have a clue how to fix it... im a js and html5 developer [04:35] i dont mess with java unless you count running my ide and some other things [04:36] what does java -version output? [04:36] first line [04:37] java version "1.7.0_80" [04:37] what's the error your developer tools are giving? [04:37] one sec let me get it [04:38] Cannot find java. Please use the --jdkhome switch [04:38] Hello [04:39] Jamie_1, what does which java ouput [04:39] Im giving away a computer to a linux newbie, its a pentium 4 with 512mb of ram. Dont plan on upgrading.... Which distro would be best? Xubuntu or mint Xfce? Thanks [04:39] poutine: what do you mean? [04:39] Jamie_1, type: which java [04:40] /usr/bin/java [04:40] which is not where my java is i think... [04:40] Anyone tried comparing those two distros? [04:41] asdasd: with that small amount of hardware strength i would say either xubuntu or lubuntu [04:41] better place for start a program when server start: /etc/init or /etc/init.d/rc.local ? [04:41] not here asdasd [04:41] Jamie_1, Which directories do you have in /usr/lib/jvm [04:42] Jamie_1: Great. Why not mint? Is it more resource hungry? [04:42] This should be the last question [04:42] its more rendering and requires more to run, lubuntu and xubuntu are very light weight [04:44] Jamie_1 ? [04:44] poutine: im putiting ls of it in a paste bin [04:44] poutine: https://pastebin.mozilla.org/8846975 [04:45] export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64 [04:45] should work [04:45] you can also use --jdkhome=/usr/lib/jvm/java-1.7.0-openjdk-amd64 [04:45] (I also assume you're trying to use 1.7.0) [04:45] i would prefer 8 [04:46] replacae java-1.7.0-openjdk-amd64 with oracle_jdk8 [04:46] in my above statements [04:47] Jamie_1 what do you try to do? [04:47] poutine: do i need to reboot or logout for it to take effect? [04:47] no, in fact it will only be valid for whatever terminal you're in at the time [04:47] you can put it in your .bashrc/.zshrc/whatever to make it always present [04:47] i need it system wide [04:48] Jamie_1 explain me please [04:48] if you put it in your rc file, it will be system wide for that user [04:48] Jamie_1: Have you compared or saw a comparisson? [04:48] there's a system wide rc file if you need it for every user [04:49] okay people... i dont know crap about java other than it runs my ide... i dont know the best of ubuntu architecture... i am a mobile QA and dev.... [04:50] i just know that its not working with running my ide at all... my ide wont launch and when i run the .bin from terminal its says it cant fine java.... [04:52] i am a developer if tell me i can try help [04:53] jak2000: i dont have a clue... all i know is that my jdk is not working so my ide will not work... i went to install jdk 8 and it went wrong somewhere... so i then used the other installer for 7... wont work either... i even tried 9 and that didnt work either... i have openjdk also that wont work [04:54] wait [04:54] you need only reconfigure [04:55] how do i do that? [04:55] give me the output of: java -version [04:55] ? [04:55] * Jamie_1 is an idiot so kind needs steps... [04:55] java version "1.7.0_80" [04:55] and you installed version 8 right? [04:55] yes [04:55] I have to say you can get alot of information on alot of application stuff thru dbus and one can set monitors on events [04:56] read: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Web_Platform/5/html/Installation_Guide/sect-use_alternatives_to_set_default_JDK.html [04:56] some how my jre is working but the jdk is not [04:56] hello how is everyone doing tonight [04:56] the command is: /usr/sbin/alternatives --config java [04:56] and you choose your jdk version 8 [04:57] jak2000: ash: /usr/sbin/alternatives: No such file or directory [04:57] ok wait [04:58] i will do whatever it takes... i really need my netbeans working [04:58] Anyone know anything about making minecraft.jar executable, please msg me [04:58] update-alternatives --config java [04:58] Jamie_1: update-alternatives --config java [04:59] Jamie_1 wait not desesperate [04:59] jak2000: even know there is oracle8 listed in my jvm folder its not listed on the list.... [05:00] then you need [05:00] remove all java and reinstall [05:00] I dont know how to do that [05:01] 1) try: apt-get remove java* [05:02] and follow: http://askubuntu.com/questions/464755/how-to-install-openjdk-8-on-14-04-lts [05:02] jak2000: unable to locate packace java [05:02] *package [05:02] ok follow the link [05:03] jak2000: its saying its already installed [05:04] trying to uninstall reinstall java without synaptics eh? [05:04] i remember the first time i was there [05:04] actually i might be able to do it with synaptic itself [05:05] give me access [05:05] and try ... [05:09] jak2000: do you think a synaptic complete reinstall of java will work? [05:11] I have installed Minecraft, upon which i have rightclicked and made the permissions executable, upon opening it opens the file manager to ask me to extract the files, so i did a #sudo chmod +x minecraft.jar; still not executable; next i launched from terminal, worked perfectly,. then I tried making the file read and write, and when i tried to open with.. specific command line,. there was no add command line in the list of softwar [05:11] e to open the jar file [05:12] sindrake: random question, has anyone made a alt minecraft that runs in browser yet? [05:15] yeah im stuck too,. newest ubuntu seems to not allow the doubleclick execution but will allow the terminal im at a loss here,. my kid can only doubleclick at this point and he isn't advanced anough to know how to launch let alone open the terminal === M_A_Y_A_T is now known as m_A_y_A_t [05:16] sindrake have you a tutorial? about minecraft on a broswer? [05:17] jak2000: i was asking due to im thinking of making one [05:17] From my perspective minecraft cannot be played on a browser, when the game was sold to higher powers the higher powers removed the online game from being played freely on webpages [05:17] it would be made from scratch though [05:17] This is why the new minecraft download page no longer has the "Play Online" button anymore [05:18] welcome to proprietary microsoft [05:18] Jamie_1 remove with synaptics and follow the link [05:18] they only offer the download button so they can rake in the money it takes to activate it [05:19] sindrake give me the steps [05:19] pls [05:19] i have always been able to make every file on every form of linux executable,. but for some reason this particular version does not allow this particular task to be for minecraft.jar [05:20] the tutorial for playing on a webpage, or the tutorial for making the file executable? [05:20] both [05:20] :) [05:22] How to make minecraft executable,. Install OpenJDK [05:22] install minecraft launcher [05:22] Despite the text on the webpage stating that the jar should be executable I can confirm that it isn't. [05:22] To make it executable with Ubuntu right click on the Minecraft.jar file and choose properties [05:23] Click on the "Permissions" tab and make sure the "Allow executing file as program" checkbox is checked. [05:23] If you are using the command line then run the command: [05:23] chmod +x Minecraft.jar [05:23] Run the launcher [05:23] You can now run the Minecraft.jar launcher in Ubuntu by double clicking on the file. (Double clicking will work for a large number of distributions). [05:23] If you want to run Minecraft from the command line navigate to the folder where Minecraft resides and then type: [05:23] java -jar Minecraft.jar [05:23] After a few seconds the launcher will load. [05:24] oops doesn't work? [05:24] sudo chmod +x filename [05:25] at this point it did work from terminal but not from doubleclicking [05:25] however, there was this.... sudo chown tlauli /media/Data/Download/Minecraft/minecraft.jar [05:25] sudo chmod +x /media/Data/Download/Minecraft/minecraft.jar [05:25] and how to run from browser? [05:25] ok lets have a look [05:27] most of these are not updated, and only are tutorials for when minecraft was owned by the original designers, and hence has no way of being played from a webpage since the game went download only [05:28] * Jamie_1 unless someone makes a in browser clone [05:28] never thought of that, of course any and all games have been cracked, and played across many platforms,. [05:29] i just want to make one that runs on js [05:29] well js and html5 [05:29] they do have java versions of software games,. and software versions of java games,. [05:29] but that would entail knowing and programming the entire game from the ground up to make the game crossplatform [05:29] you just use babylonjs and open gl [05:29] *webGL [05:30] but the programming of minecraft is stored within it's servers, [05:31] so you make all the objects in blender and then pull them into the game via a json file pull and then place them, and implement a physics engine and collision engine and then all that is left is making the tools interactions [05:31] sindrake: too much information. Waht is wrong with java -jar minecraft.jar ? [05:32] somsip, minecraft works perfectly, but all routes to launch it fail and can only be launched via terminal [05:32] my five yo needs a clickable executable file [05:32] sindrake: 'all routes' means what? [05:32] and everything ive tried it will not execute via doubleclick [05:33] route 1, open properties and click make executable in permissions tab [05:33] route 2 sudo chmod +x minecraft.jar [05:34] sindrake: like I said, java -jar minecraft.jar is the shortcut. It's not executable [05:34] route 3, add executable terminal icon opening via terminal through shortcut [05:34] sindrake: stop for the love of god [05:34] thats where i hit my wall [05:34] sindrake: do you want a shortcut in unity? [05:35] no just on my ubuntu desktop [05:35] ever since i updated linux on this comp it will play but execute [05:35] sindrake: this, http://www.lynda.com/articles/running-minecraft-ubuntu-linux [05:36] sindrake: go to "Creating a shortcut icon to launch Minecraft" [05:36] omg brb [05:36] and ty [05:36] sindrake: just be clear *and concise* and help is often easily given [05:37] ty [05:46] hit a hurdle [05:46] thx === Guest50512 is now known as shroud [05:47] gedit does not have a edit option in the menubar [05:48] sindrake, yes it does, on the top panel [05:48] I preferred nano. [05:49] all i see is, new file, open, save, print, cut, copy, paste, search for text, search and replace text [05:50] sindrake, top panel is not the top panel in the gedit window, but desktop top-panel [05:51] set focus on gedit and move your mouse to the top of your window [05:51] *facepalm.. sorry [05:51] this is called global menu, to save space === Sabotend_ is now known as Sabotender [05:52] I think unity-tweak can undo this feature === arleslie is now known as arleslie[a] [05:52] looking for a lil help. Last time i did this, it was as simple as doing it. SO- My New laptop came with a slow hdd, with win10. I put in a SSD, and looking to copy the drive over. anything special i should consider? Im using linux to do it- but usually it just copies. im mising something. [05:53] SubCool, ask in ##windows, not really an ubuntu issue [05:55] well now [05:56] SubCool: make your life easy and install ubuntu single on your ssd and loose win once and for good :p [05:56] that worked like a charm [05:56] i should have familiarized myself with the new ubuntu before coming here sorry [05:56] but then again thanks for making my file execute!! [05:57] sindrake: np [05:57] well im going to get off of here and show my son how he can load his game all by himself bye for now guys [05:58] lotuspsychje, im with u, but i need windows working [05:59] SubCool: install w10 virtualbox on ubuntu [06:00] !info virtualbox | SubCool [06:00] SubCool: virtualbox (source: virtualbox): x86 virtualization solution - base binaries. In component multiverse, is optional. Version 4.3.26-dfsg-2ubuntu2 (vivid), package size 15697 kB, installed size 60053 kB [06:03] hi all [06:03] munchymahesh: welcome, what can we do for you? [06:07] i need some help abt deepin OS UI [06:07] help me out [06:07] munchymahesh, not supported here. deepin has it's own channel. === royalaxeVFY is now known as royalaxe [06:07] i want to make the Ubuntu desktop to look like Deepin OS 2014.3 desktop [06:07] cfhowlett: good morning :p [06:07] ok [06:08] lotuspsychje, yowza^2!! [06:08] munchymahesh: then install ubuntu, and make it look like it [06:08] * cfhowlett hasn't been cursed out or insulted on irc all day! [06:08] i hav already installed Ubuntu [06:08] cfhowlett: :p:p [06:08] munchymahesh, you SAID you had deepin? [06:08] bt need to make it like Deepin Desktop [06:09] ya i had deepin bt its not installing [06:09] munchymahesh, ask deepin how to make some OTHER os look like THEIR os. [06:09] munchymahesh, why? [06:09] !info docky | munchymahesh maybe this can help [06:09] munchymahesh maybe this can help: docky (source: docky): Elegant, powerful, clean dock. In component universe, is optional. Version 2.2.0-2 (vivid), package size 591 kB, installed size 3594 kB [06:09] #deepin isnot responding [06:10] munchymahesh, not an ubuntu issue. [06:10] i want to use deepin Desktop in ubuntu [06:11] munchymahesh, not advised. not supported. [06:11] munchymahesh, so, find deepin os theme and install it? [06:11] munchymahesh: install docky, try the faenza icon pack, change wallpaper, done! [06:12] but bing says there is no such theme, sorry [06:13] yeah, you'd have to go into the .iso files and extract them I think. but I think lotuspsychje gave the best suggestion [06:13] ok i gonna try it [06:13] !kylin | munchymahesh [06:13] munchymahesh: Ubuntu Kylin is a variant of Ubuntu that focuses on Chinese users. It is a formal part of Ubuntu. For more information, see http://www.ubuntu.com/desktop/ubuntukylin [06:13] Is there any web service to display if a given path/to/exe belongs to an Ubuntu package? [06:14] fuck [06:14] Ivo: tell us what you search mate [06:14] lotuspsychje, you were helping werent u? [06:14] SubCool, no profanity here. [06:14] lol [06:14] ops [06:14] lotuspsychje: /usr/bin/multiarch-platform , but I'm wanting to find it was present on any ubuntu version [06:14] how to extract the Deepin Desktop from Deepin OS iso file [06:14] Ivo, no ubuntu package contains an EXE, it is windows stuff [06:14] HAHAHAAHAH - [06:14] lotuspsychje, help me please. [06:15] derFlo: s/exe/executable =_= [06:15] SubCool: youl have to ask a question first [06:15] um, i was working with someone, and he left. u said something, but- not what would help. [06:15] munchymahesh, that is NOT what you should do. [06:15] u saw it before [06:15] but- [06:15] um. [06:15] looking for a lil help. Last time i did this, it was as simple as doing it. SO- My New laptop came with a slow hdd, with win10. I put in a SSD, and looking to copy the drive over. anything special i should consider? Im using linux to do it- but usually it just copies. im mising something. [06:15] OerHeks: s/exe/executable [06:15] lotuspsychje> munchymahesh: install docky, try the faenza icon pack, change wallpaper, done! [06:15] is there away to start the X server on a different ctrl+alt+fn display completely [06:15] SubCool: oerheks already told you what to do, dodnt you read? [06:15] SubCool, again: ask in ##windows, not really an ubuntu issue [06:16] ugh.. uya.. [06:16] but- [06:16] im already there [06:16] we don't know what to copy, and take no responsibility [06:16] ok. ill goto offtopic- ok? [06:16] what i mean is i don't want to 0,1,2...etc displays i want to set the server on another computer and have the client on a different computer [06:17] Guest51163: maybe the #ubuntu-server guys can assist you mate? [06:18] i want to run window in linux [06:18] tmax window 9 [06:18] penos, virtualbox + windows [06:19] !vbox [06:19] Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox [06:19] ubuntu is awesome! [06:20] !systemd [06:20] systemd is the default init system for Ubuntu 15.04 onwards. For information on transitioning from upstart to systemd, see https://wiki.ubuntu.com/SystemdForUpstartUsers [06:20] !erc [06:21] !eclipse [06:21] penos, to avoid flooding the channel, do this: /msg ubottu !factoid [06:22] haha- only person talking on offtopic told me to come here [06:22] just help out. [06:22] thing chaged, and i dont have the time to figure it all outbefore i get this working. [06:23] usually a simple dd fo the main partition and a functioning mbr would make this work., but its not. [06:23] looking for a lil help. Last time i did this, it was as simple as doing it. SO- My New laptop came with a slow hdd, with win10. I put in a SSD, and looking to copy the drive over. anything special i should consider? Im using linux to do it- but usually it just copies. im mising something. [06:23] it mentions something about gtp when i working setting up 8.1 because i hate 10. so its working on the new file ssytem, but im not entirely familiar with it yet. [06:23] SubCool: stop asking windows support here, you already have been pointed to the ##windows channel [06:25] fine- [06:25] SubCool, -offtopic says the same, nice try, goodbye [06:25] they said to come here or windows [06:25] i already asked in windows, [06:25] someone was ehlping me here, but- then... while i was loading into os, he left. [06:26] OerHeks, why so high and mighty- it isnt that crazy of an issue. IM not flooding an overly busy channel. [06:26] SubCool: unless you have ubuntu, or install ubuntu this is not the right channel [06:26] !windows [06:26] For discussion on Microsoft software, or help with same, please visit ##windows. See http://launchpad.net/distros/ubuntu/+bug/1 http://linux.oneandoneis2.org/LNW.htm and /msg ubottu equivalents [06:26] im using ubuntu to do the work, [06:27] !guidelines | SubCool, [06:27] SubCool,: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines [06:27] we don't know what to copy, and take no responsibility, even when you use ubuntu. [06:27] you dont have to. [06:27] ok. bye [06:28] blah [06:28] blah [06:28] see yall later === aeonchild is now known as aedunn === benonsoftware is now known as bdunn [06:34] hello [06:35] does a live cd ubuntu 15 not have sshd enabled by defualt [06:35] I booted live usb on my laptop and now I want to ssh into it from desktop but it says connection refused [06:36] stoned u need port farwarding on ur modem [06:37] stoned: you can install the openssh-server package while you are running the live session [06:38] penos: you only need port forwarding if you are trying to connect from outside that lan === matt_ is now known as Guest60605 === Guest60605 is now known as matt_ === bdunn is now known as benonsoftware [06:45] yeah I figured it out [06:46] sshd was not enabled by default on a live cd [06:46] http://i.imgur.com/YlSy8Hz.png so check this out [06:46] I'm on a toshiba sattelite laptop and I'm trying to get my webcam to work in live cd so I can take a few pics of my paintings [06:46] that I just paitned [06:46] I can't seem to find the webcam listed in lspci or lsusb [06:47] toshiba satellite l875-s7110 laptop model [06:49] humm maybe because the server client model of x11 one can obtain when a mouse is clicked at a coordinate the actual GUI client program that was at that coordinate as well as other clicked on components [06:50] http://support.toshiba.com/support/staticContentDetail?contentId=3599865&isFromTOCLink=false [06:50] detailed specs [06:50] hola [06:50] let's ee if we can find the chipet [06:50] chipset [06:50] alguien habla español [06:50] ?= [06:51] !es | luch0z [06:51] luch0z: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. === benonsoftware is now known as MerryChristmas [06:51] good morning everyone. how are you guys doing? is there a good reason why dnsmasq is preinstalled with ubuntu 14.04? [06:51] ya tell me to goto windows, but they r windows peeps. they only know windows ways.. [06:51] yall r just being mean. === MerryChristmas is now known as benonsoftware [06:54] who's being mean to SubCool? [06:54] everyone ;( [06:55] JustMozzy, ask your ubuntu support question [06:55] cfhowlett: I did [06:55] "is there a good reason why dnsmasq is preinstalled with ubuntu 14.04?" [06:56] hi, anyone have idea what ssh/key-related daemons are started in a Unity session? key-based/passwordless ssh login works only in Unity, but not under Fluxbox [06:56] I read something about it being hardcoded in the network manager. but can I safely remove it? I kinda want the port 53 be freed [06:57] teiion: sshd? [06:57] JustMozzy, DNSmasq provides two services, DNS & DHCP (including features relating to network boot) [06:58] OerHeks: ah... do better not to remove it [06:58] so if you manage those 2 yourself, you can delete.. [06:58] OerHeks: hmm... probably gotta go a different way. hello docker :D [06:59] teiion, passwordless ssh is just a config change. [07:01] всем привет [07:02] !ru | xok [07:02] xok: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. === zz_nerd is now known as nerd [07:02] OerHeks: apparently it isn't. Unity is starting something or setting some var - that's missing when runing fluxbox so I can't login passwordless. It's ridiculous! I will go look at ssh -vvv under unity === aedunn is now known as aeonchild [07:06] teiion, I have no idea why and/or if passwordless auth is missing in /etc/ssh/sshd_config for fluxbox, never used that DE [07:08] Morning guys. whats the best FTP software out there? [07:08] I've got a ubuntu server with ssh. just looking at a ftp programme for it now [07:08] Fod_, no such thing as "best" ... [07:09] use the one you prefer/understand [07:09] Fod_, vsftpd is populair, but like cfhowlett says: there is no single best. [07:13] okay thank you [07:13] i've just been setting up vsftpd [07:14] Humm, i just get a timeout, do you think the firewall could be stopping it? [07:16] actually, got it :) needed port 22 and my key [07:17] 2 tutorials, https://help.ubuntu.com/community/vsftpd && https://www.digitalocean.com/community/tutorials/how-to-set-up-vsftpd-on-ubuntu-12-04 [07:18] thank you guys [07:18] Fod_, have fun :-) [07:19] downloading my site now :) [07:19] Hi, I'm trying to install opencl. My AMD device is a Radeon HD 6400M/7400M Series [1002:6760] . AMD's provided opencl driver comes with the caveat that "The AMD OpenCL 2.0 driver is compatible with AMD graphics products based on GCN first generation products or higher." I've tried to check if my GPU is or isn't GCN capable, but have been unable to find out. In the meantime, installation has failed. Any suggestions? Details at http://pa [07:19] stebin.com/J4fqdAeY [07:22] any idea whats the best program to download for rooting android? [07:22] on ubuntu please [07:24] lilmoe, ask #android for recommendations [07:24] heimdahl [07:25] (probably not spelled correctly) [07:25] dah! [07:25] !info heimdal [07:25] Package heimdal does not exist in vivid [07:25] !info heimdall [07:25] Package heimdall does not exist in vivid [07:25] hmm [07:25] heimdall [07:26] !find heimdall [07:26] Found: heimdall-flash, heimdall-flash-frontend [07:26] iirc you can also do it through ADB [07:26] thats the one [07:29] how is ubuntu on phones ? i been using cyagenmod, is samsung s4 suported ? [07:29] !touch | Mathisen [07:29] Mathisen: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [07:30] . % i P p @ ' J ~ > e F ! P & ) / 1 } M [ , s A G P ] [ ' o < / # E i 8 F # ' v 4 @ D f [07:30] M e X _ < f f l b [07:30] 1 z = b B ~ u % M K ; ~ a X w s i r O } ] , a Y M # = { u O = q / s + } * @ c ! p P [07:30] \ i . U v + n m ^ [ [07:30] D 9 6 P [ G p J z r | V ' _ ( ( O B V ! b } [ j o Y I F K 5 % . z g A j . V l A Q [07:30] L 5 S ? i " X # m 5 M $ [07:31] z c h } ! F = Z . U @ ( W Y % L 7 w % @ n l + W ' ~ " 7 X l [ E M " H / 1 E } j @ [07:31] S b r " 1 W V ? c I q [07:31] W j B x N j ? I g D , S N P i > 1 6 J b 4 ` z Q Q ] T i / ! , $ U $ a j - F n z [07:31] { N S F A K T - ' [07:31] Goldldshmidschmi, channel spammers get added to my /ignore. fix yourself [07:31] ) < _ } I z o + ? + > ! ] [ " } m x > \ } = u " H n ) r . R M h ^ ` ' u { o z f N > ~ M [07:31] 5 Y < G e d q 9 [ _ [07:31] : e " # . L p v e m m m & ^ O F ) G ~ ^ a s R " E N e - , F l X y i V % j u " H 2 [07:31] | | > I y I F { o c h / N e c F P o ( ! % % & @ n d T } @ f * J " : ) | s e J m { E ! [07:31] k e O k + 8 y 7 U X H [07:31] * $ , n $ | B . % [07:31] z $ e Y E i Q H X " = \ / > 9 > - Q I x ' & ( u h ^ X t f * u ' ^ A e U c T d R Y ' [07:31] !ops [07:31] 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:31] ; W 9 m ` g + i _ r , [07:31] y e F / : ! r & ] = : f U ` w 2 Y , T Z ) I / ; ! , I ^ 4 z H L , ' T o \ L [07:37] thomas === thomas_ is now known as Guest70301 [07:37] hi [07:37] hi [07:37] dang, and i missed it ;P [07:38] mornink [07:39] whoah [07:40] thomas, what are you doing here? [07:40] I didn't know you used an ubuntu [07:40] just spying on you, obviously [07:40] hehe [07:40] ;) [07:40] i do useubuntu! [07:40] http://i.imgur.com/BAPVdTR.png [07:40] insert space [07:40] lookit what I had to go through after 5 years of not using linux [07:40] to find out how to make my webcam work [07:40] Finally found it, it works automatically [07:40] lot has changed in 5 years [07:41] I feel ... old. [07:41] http://i.imgur.com/OLvgGgV.png had to find device upper/lower and delve into sysfs and look at the char and find the device driver [07:41] I thought I would have to get a driver for my webcam but it works automatically [07:41] that's nice. [07:42] And ubuntu live cd doesn't even have sshd installed, you have to do it manually [07:42] then you have to su to root and setup a password for the ubuntu user so you can even login [07:42] still ubuntu could use work [07:43] I can't believe no one in the ENTIRE ubuntu community thought, hey, maybe someone is on a headless server for a live cd, let's enable sshd by default on live cd [07:43] It's no one thought of that. At all. Boggles my mind. Millions of people, and nobody thought that. [07:43] Sure you'd like use the sever version, but if i want to use the desktop iso and ssh in, I gotta go through all this. [07:43] stoned, Yes, ubuntu live iso could include all 301.453 programs and services .. then it would be an Blue Ray :-D [07:43] Extra work which can be avoided if you include sshd [07:43] sshd is vital man. [07:44] It's not like every other needless service. [07:44] No it is not. [07:44] I think it is. [07:44] stoned, less rant in this channel please. take it to #ubuntu-offtopic please [07:44] stoned: The easier way to install on a headless server is the mini CD, it used to be the alternate CD, but they got rid of that. [07:44] Flannel, well, I needed to get my laptop to work. The hdd got bad and it had windows, and I had to use usb live to get ubuntu on it so I could use the webcam to take picture of the painting I just made [07:45] so I had a ubuntu 15 desktop iso already [07:46] So I 've not used linux in over 5 years so I dunno what's happening in the ways of things. [07:47] Flannel, it wasn't a headless server but I think enabling live cd to have sshd isn't a bad idea. You just pop usb/dvd in there, and can connect to that m achien over ssh from any other. Some uses cases. It's just easier if one doesen't have to go through the steps of installing it. Also b/c a lot of times you may have lcoal networking but not internet, so getting packages is a hassle [07:47] It's a valid opinion, not rant. [07:47] :) [07:48] stoned: There's technical issues with that and the way the desktop CD is assembled and installed. But yes, it would have some use-cases. [07:48] I understnad that. And thank you for acknowledging that too. [07:51] thomas, quit spying on me! hehe. Goodnight. === athairus is now known as afkthairus [08:15] hi having trouble with an infrared receiver, its just called pc remote but when I bought it calimed to be r-pi compatible. I have it on a trusty machine through an external drive bay with usb hnothing other than the root hub comes up in lsusb and dmesg shows [usb 1-3: new high-speed USB device number 18 using ehci-pci | [usb 1-3: New USB device found, idVendor=05e3, idProduct=0608 [08:15] [usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0 === ColtonDRG-ZNC is now known as ColtonDRG [08:39] I have a question on the use of mirrors.ubuntu.com/mirrors.txt in sources.list why is it not more dynamic to not include mirrors that are not up2date? [08:39] looking at https://launchpad.net/ubuntu/+archivemirrors there is a lott of mirrors running 0ne or more days behind [08:41] barnes: there was issues with .au mirrors, several users came to report [08:42] barnes: maybe the #ubuntu-mirrors know more of it? [08:43] i would like to have some dynamic way of removing mirrors not up 3 date [08:44] i use apt-cacher-ng on a proxy but since the servers are located in malta it get's mirrors in Italy that offcource are not up2date [08:45] and when i patch the system i would like to know that only mirrors that are up2date are used [08:46] i guess i can write a script for it to change the source for proxy servers mirrors but it would be good if there were a better way of doing it [08:51] or you could wait for the bug to be resolved and not worry [08:53] so UCK is now stuck on Starting Console Application [08:53] for like hours [08:54] Fudge: which bug is that? [08:54] !uck | hypermist [08:54] hypermist: uck is a tool that helps you customise official Ubuntu Live CDs (including Kubuntu/Xubuntu and Edubuntu) to your needs. See http://uck.sourceforge.net/ [08:55] i have it installed lotuspsychje [08:55] hypermist, its just stuck on Console Application. [08:55] Doing nothing [08:55] Apart from saying that [08:55] for atleast 2hrs or more [08:56] barnes: lotuspsychje said several users have reported, search launchypad for a recent bug mate [08:58] Ok, guys, need a quick bit of advice. A friend of mine is interested in using Ubuntu TOUCH on a lightweight thin ultrabook. She's used Ubuntu and likes it more than Windows - to the point that she'll ditch windows...but she likes the form factor of the Surface Pro 3 [08:59] Is there any other lightweight ultrabook with a touchscreen. Detachable keyboards, and 180 rotation is a nice plus but not necessary [09:00] which, of course, is known to work with Ubuntu [09:02] .. [09:03] BlitzHere: i would not advise surface pro's with ubuntu, alot of manual fixxing on them [09:03] BlitzHere: i would go for regular laptop + ubuntu or nexus7 + ubuntu touch [09:04] She's already got a Nexus 9 [09:04] ...can you put Ubuntu touch on a Nexus 9? [09:05] BlitzHere: not yet mate, check devices at #ubuntu-touch [09:05] ok, I'll head over there. Didn't realize there was a dedicated channel for that. Thaks! [09:05] join #ubuntu-touch [09:06] BlitzHere: you can also buy a touch laptop and install the regular ubuntu desktop, also works [09:06] BlitzHere: i would never buy touch based laptop, but thats only my opinion [09:08] That's exactly what I want to know. What touch laptops (specifically lightweight ultrabooks) are there that are fuly compatible with Ubuntu [09:08] I'm not a big fan of touch either [09:09] but tthat's what's ased for === ubuntu is now known as Guest68446 [09:10] SO UCK from the ubuntu software centre. doesnt work i guess [09:10] AWESOME [09:11] Hi, if I would like to add "/opt/local/include", "/opt/local/bin" and "/opt/local/lib" as default search location for headers and libs (e.g. cmake, gcc, qtcreator), where do I need to add them. Adding it to "$PATH" in ".profile" does not seems to work for me. === michael__ is now known as Guest52106 [09:13] niese, did you try this: http://stackoverflow.com/questions/9151491/extending-default-lib-search-path-in-ubuntu [09:14] create (as root) a new file in /etc/ld.so.conf.d/ containing, the new path. [09:14] For example: [09:14] # echo "/path-to-your-libs/" > /etc/ld.so.conf.d/your.conf [09:14] after that run [09:14] sudo ldconfig [09:14] No need to change libc.conf. [09:15] BlitzHere: normally 14.04 works pretty well with touc based laptops, maybe lookup your brand name before buying for known bugs [09:16] khildin: I seems to work. thx. [09:16] yw [09:41] #ubuntu-help [09:42] pmax: ask your question please [09:42] Hello? === nudtrobert1 is now known as nudtrobert [09:42] sory just testing... [09:42] T3DDY: yes? [09:43] Does anyone here have an Ubuntu server? [09:43] no [09:43] T3DDY: ask your real question or join #ubuntu-server [09:43] No one? [09:43] The guys in #ubuntu-server most likely [09:43] So everyone here has Ubuntu desktop? [09:43] join #php [09:44] so is their no thing called Package manager for UCK anymore ? [09:44] T3DDY, why don't you ask your real question, this is not a polling channel [09:44] and only Console Appilcation [09:44] I was going to ask if Ubuntu desktop was better than Windows? [09:44] that doesnt even work anyway [09:44] hi [09:44] !best | T3DDY [09:44] :| [09:44] anyone there [09:45] Osoolo: 1800 users are [09:45] ubottu: I am sorry you have been stripped of so many useful factoids [09:45] hateball: I am only a bot, please don't think I'm intelligent :) [09:45] Is Ubuntu desktop better than Windows 10 in gaming?? [09:45] i have problem installing fedora 22 where should i get help with it ? [09:46] hateball: alot of cool new ones have added also :p === e is now known as Guest23444 [09:46] Osoolo: to the fedora channel [09:46] ok [09:46] i dont know how to use IRC sorry [09:47] Osoolo: type /join #fedora and register [09:47] Is Ubuntu desktop better than Windows 10 in gaming since games are more supported in windows?? [09:47] T3DDY: It is very game dependent, as well on your hardware (use nvidia or cry), but generally Windows is still "better" for gaming. That said, there are enough games to keep you occupied on Linux [09:47] T3DDY, yes, ubuntu is superior. [09:47] thank you [09:47] soo much [09:48] Thanks hateball [09:48] Thanks OerHeks [09:48] T3DDY: steam, playonlinux and wine can also help you [09:48] T3DDY: if you mostly play using steam, #steamlug is a good place to get answers [09:49] so what do i do about UCK Not working at all [09:49] By working at all. [09:49] I mean Starting Console Application sits there for hours... [09:49] DOing 100% nothing [09:49] hypermist: what are you trying to do in the first place mate? [09:49] lotuspsychje_, use UCK to modify linux... [09:49] well ubuntu [09:50] I can't even select package manager only Console appilcation. [09:50] hypermist: modify what exactly [09:50] But what'd you know it doesnt work [09:50] lotuspsychje_, the packages to make a custom LIVECD [09:50] hypermist: remastersys or lookup unattended ubuntu ways [09:52] hypermist: https://help.ubuntu.com/community/LiveCDCustomization [09:53] well the UCK method doesnt work so thats poop [09:53] but i can follow the other method [09:55] Can Ubuntu be installed on Mac? [09:55] !mac | T3DDY [09:55] T3DDY: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [09:55] On a Mac. [09:55] T3DDY, sure [09:56] Thanks [09:56] hypermist: wich ubuntu version your trying uck on? [09:56] lotuspsychje_, 15.04 [09:56] hypermist: try 14.04 for a more stable experience [09:56] GAH that'll be like another 1hr download :( [09:56] You guys are so much better than Google! [09:56] hypermist: did you launch uck from terminal to see errors? [09:57] lotuspsychje_, i ran the program which opens aterminal [09:57] No errors [09:57] Just Says Starting Console Application.... and it sat there for liek 3hrs [09:57] T3DDY: of course, this is an opensource community, welcome to ubuntu! [09:57] hypermist: try launching uck from terminal from start [09:58] how can i do that lotuspsychje_ ? [09:58] hypermist: type uck in a terminal [09:59] says uck not found as a command [09:59] Can Mac dual boot mac osx and Ubuntu? [09:59] hypermist: try uck-gui [10:00] !dualboot | T3DDY yes [10:00] T3DDY yes: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [10:00] Thankyou ! [10:01] okay [10:02] hypermist: you can also browse known bugs here: https://bugs.launchpad.net/uck/ [10:07] hi to all [10:08] Halion-x: welcome, what can we do for you? [10:09] Yay, the AARNet mirror is back [10:09] !yay | XeonSquared [10:09] XeonSquared: Glad you made it! :-) [10:09] XeonSquared: did they mention what was wrong? [10:10] to many arguments on line 44 for the script. [10:10] Im guessing lotuspsychje_ that means nope [10:10] 144 * [10:11] Haven't seen anything, but \o/ [10:18] Hi #ubuntu. [10:18] Hello [10:18] I have installed Ubuntu Trusty Tahr and my Ctrl, Alt, Shift and Super keys stick and doesn't release when I press it. [10:18] http://askubuntu.com/questions/676322/ubuntu-trusty-tahr-ctrl-alt-shift-and-super-windows-keys-sticks [10:18] It was working fine in Precise. [10:19] hypermist: is this what happens? https://bugs.launchpad.net/uck/+bug/1461415 [10:19] Launchpad bug 1461415 in Ubuntu Customization Kit "failed to get chroot terminal." [Undecided,New] [10:19] I have installed the 64-bit version and am using a Dell Inspiron N5110 laptop. [10:19] exactly lotuspsychje_ xD [10:20] hypermist: its on 15.04, so i would try 14.04 as the bug is undecided [10:20] hypermist: or try other tools like remastersys [10:21] okay [10:28] How can I share my screen with another guy with OSX? [10:30] someone235: vnc [10:30] hey. i run php 5.5 from ondrej's repo, all works pretty well but i have odd issues with php5-fpm's startup script [10:30] not sure if it's like a verison conflict or something [10:32] someone235: does it need to be free software? teamviewer works on linux as well otherwise [10:32] skype also works [10:38] HI [10:42] sudo a2enmod rewrite i ran this but the site is still not in sites-enabled [10:58] restart apache ? [11:00] Hey guys, is it possible to show your emails DIRECTLY as a "widget" on your desktop? [11:02] !info gm-notify | santosxen [11:02] santosxen: gm-notify (source: gm-notify): highly Ubuntu integrated GMail notifier. In component universe, is extra. Version 0.10.3-0ubuntu3 (vivid), package size 20 kB, installed size 313 kB [11:03] santosxen: or maybe a conky plugin [11:06] SRY my Xchat crashed! Is it somehow possible to show your "email folder" as a permanent widget on desktop? [11:12] you got KDE? [11:13] @ilk , no xfce [11:14] hmmm gmail has desktop notifications....i dont know xfce too well [11:20] hi [11:32] 'Morning all [11:41] how do I set a password for vnc-connection with VINAGRE? e.g. vinagre 192.168.56.100 --password 123 ?? [11:45] hello [11:50] Hi [11:52] Hello I need help my laptop running lxde environment always stack at boot up process when reaching the add swap stage. But when I restart it boots completely... I have been doing this for long it's annoying [11:52] I am trying to boot Ubuntu on Baytrail, and I compiled Grub for 32bit and put it in an Ubuntu 64bit usb stick. Grub boots fine, and when I try to select try Ubuntu, I get two lines of text disappearing before I can read or take a picture, and then only black screen. (backlight is on but black screen nothing happens) [11:54] Ziggurat: the 2 lines you miss are likely GRUB's "Loading linux .." "Loading initial ramdisk" [11:54] TJ- I tried to leave the machine on for 3 hours (I went to the cinema) [11:54] Ziggurat: have you tried the Recovery boot option? [11:55] TJ- I have not tried the recovery boot option. I can not remember to have seen it. What is it supposed to do? [11:56] Ziggurat: It's under the Advanced sub-menu of the GRUB boot menu, and does what it's title suggests - provides a recovery root console [11:57] Is the recovery root console running on linux or grub? [11:57] yes [11:57] Ziggurat: Linux. It's a minimal non-graphical boot [11:57] Nice [11:58] !recovery | Ziggurat [11:58] Ziggurat: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [12:00] TJ- ubottu maybe the boot parameters should be different since I am trying to boot from a 32bit Grub into 64bit Linux? [12:00] Is ther a 32bit image of ubuntu with UEFI? [12:02] Ziggurat: It shouldn't make a difference. Linux kernel loader code will print a message to console if the architecture of the hardware and kernel image aren't compatible. [12:02] Nice [12:03] I used these steps in Virtual box running live 15.10 to compile the 32bit Grub, https://github.com/jfwells/linux-asus-t100ta/tree/master/boot [12:04] Ziggurat: you know Ubuntu has 32-bit grub-efi packages? [12:04] !info grub-efi-ia32 | Ziggurat [12:04] Ziggurat: grub-efi-ia32 (source: grub2): GRand Unified Bootloader, version 2 (EFI-IA32 version). In component main, is extra. Version 2.02~beta2-22ubuntu1.1 (vivid), package size 71 kB, installed size 210 kB [12:05] So is there an image with a 32bit bootloader? [12:06] Just wondering if anyone can help me. Installed Lubuntu 14.04.3 and everything is fine except that I can't connect to a PPTP VPN server. I can do it with my Windows box. Here's my var/log/syslog: http://pastebin.com/Ns6dxkKa [12:06] Or is this something that is supposed to install on a machine that can already boot? [12:07] is `ssh-add ~/.ssh/id_rsa` supposed to prompt "Enter passphrase for /home/travis/.ssh/id_rsa:"? [12:07] when i created the key pair, i never defined a passphrase [12:07] https://travis-ci.org/jeff1evesque/machine-learning/builds/81374574#L81-L87 [12:10] Ziggurat: obviously a .deb package is bundled for install into an active root file-system. That could be a regular booted system, or via a chroot environment for a broken system [12:11] maybe i can just pipe the enter command into the `ssh-add` command? [12:12] echo -ne '\n' | ssh-add ~/.ssh/id_rsa is that the best solution? [12:13] TJ- so sadly of little use to me, since I need to be able to boot first. The tablet came with dualboot win8 32bit and Android (64bit with 32bit userspace), I am running Win10 32bit right now, but I think Windows is so slow. [12:14] TJ- ubottu Do you have any suggestions of what commands to run to figure out whats wrong if the recovery boot works? [12:15] Ziggurat: The biggest difference is that recovery mode doesn't switch to a graphical video mode. If doing a 'normal' multi-user boot the screen doesn't display anything, then the problem is with the GPU drivers [12:16] TJ- Sounds reasonable. [12:16] So then I can boot text installer, and install first then install gpu drivers. [12:17] To get a text installer, do i need to install ubuntu server? [12:18] Ziggurat: Check the ID of the GPU and kernel driver with 'lspci -nnk', and then you can hopefully determine from that which drivers are required and any special workarounds/quirks/settings required [12:18] TJ- At least I know its possible, because its the same SOC as the intel compute stick. [12:18] Ziggurat: the Ubuntu minimal ISO image also uses the Debian Installer (d-i) [12:19] TJ- does it require network to install? Because Realtek dont answer me with requests for the wlan driver. [12:20] Would it be hard to extract the wlan drivers from a image intended for Intel Compute Stick? [12:20] Ziggurat: Yes it does, so you'd need the Ubuntu Server ISO [12:21] Ziggurat: no idea; in theory the installer allows you to provide driver files for unknown hardware [12:23] How do driver files look on Linux? Are they like single file static libraries? [12:25] Ziggurat: If I recall correctly the installer expects .udeb packages containing kernel modules built for the installer's kernel version. Kernel modules are xxxx.ko files usually, kept under /lib/modules// [12:26] Should I expect problems copying over the .ko files into that folder after install? [12:27] TJ- [12:28] TJ- I excpect the intel gpu drivers to be a bitch if I intendo to copy over, but I mean like wlan, bluetooth, and audio. [12:30] Ziggurat: Yes, doing that is non-trivial even for experienced installer devs [12:35] TJ- Thanks for the help! I really hope I manage to boot, and learn something while getting thus far. [12:38] Hi, does anyone found Skype 4.3 stopped working today?, until yesterday it worked without problems. [12:39] martinrame, Now I see things tumbling too in Skype [12:40] brothersome: Aparently windows clients also cannot connect. [12:41] martinrame, Skyp is up but cannot connect - so I see it - strange [12:41] martinrame: maybe try starting skype from terminal, it might spit out relevant errors [12:41] lotuspsychje, It is not skype - it is the network [12:42] Let see if Skype works from a webpage [12:42] brothersome: then it might show network issues === mudo_ is now known as mudo === mission712[AFK] is now known as mission712 [12:45] martinrame, in outlook.com it looks normal - perhaps some ports are closed at mikkysoft [12:46] martinrame: Skype reports a network fault since around 0800 UTC [12:48] TJ-: let me guess - their spying systems are down for maintenance? ;) [12:49] mripguru: hehe :p [12:49] mripguru: haha [12:49] I don't use it but I saw a report on the BBC news [12:50] You can use the beta version on outlook.com / hotmail.com [12:53] Shouldn't this work in the sudoers file to allow a user to run "service php5-fpm restart" without needing a password? username ALL=(ALL) NOPASSWD:/usr/sbin/service php5-fpm [13:02] dp: might need a space after the : Also, the order of the lines matter === spine55 is now known as spine5555 === jtrucks is now known as troll [13:10] Hi guys - having a bit of an issue getting my trackpad to function correctly, anyone here able to assist? I can't get two finger dragging to work, and from typing "xinput list" I dont think it is even recognised? === troll is now known as jtrucks [13:11] New laptop - worth mentioning... [13:11] geirha: I'll give both of those a shot; thanks. [13:13] sometimes (like now) when my machine wakes from suspend the backlight controls stop working - the keys make the indicator go up and down but the actual level doesn't change. xbacklight also has no effect. anything i can do without logging out or rebooting? [13:14] Single tap for click works.. [13:17] on issuing make command i am getting http://pastebin.com/yqZS4CXn errors what to do [13:17] Hmm, would seem I have no synaptics driver installed [13:19] Mouse is shown as "PS/2 Generic Mouse" === mfisch is now known as Guest61243 [13:20] I try to install opencv, but ubuntu dont allowe it: [13:20] arunangshu: the driver source-code you're building doesn't match the kernel version API requirements [13:20] https://paste.xinu.at/v0Vho7/Bash [13:21] kakashiAL, for german language support >>> #ubuntu-de [13:22] tj ok then what to look for and how [13:23] kakashiAL, sorry, that was meant for arunangshu [13:23] !de | arunangshu [13:23] arunangshu: 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! [13:24] hi [13:24] cfhowlett: do you have any idea about my ubuntu error? [13:24] kakashiAL, sorry, no can see it from behind the Great Firewall. [13:25] kakashiAL: did you add 3rd party ppa's? [13:25] lotuspsychje: not that I know [13:25] i installed ubuntu onacer aspire e5 571 nx.mltsi.006 but no wireless no ethernet working. how to get and add drivers [13:25] !wifi | acer [13:25] acer: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs [13:25] i will be thankful [13:26] lotuspsychje: do you understand the error that I get? [13:26] acer: ubuntu version and wifi chipset please? [13:26] kakashiAL: sorry, its german [13:26] acer: what wifi chipset is it? run "lspci" or "lsusb" in a terminal to find out [13:26] how to start terminal i am new [13:27] !terminal | acer [13:27] acer: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [13:27] lotuspsychje: depends on: libopencv-objdetect-dev (= 2.4.8+dfsg1-2ubuntu1) should not be installed [13:28] !info libopencv-objdetect-dev [13:28] libopencv-objdetect-dev (source: opencv): development files for libopencv-objdetect. In component universe, is optional. Version 2.4.9+dfsg-1ubuntu4 (vivid), package size 209 kB, installed size 844 kB [13:34] dustin [13:35] hello [13:36] hello [13:37] hello [13:37] helo [13:37] hello [13:37] hi [13:37] hi [13:37] hi [13:38] what to look for matching driver source-code and kernel version api??? [13:40] Hi! I'd like to share a folder between two ubuntu host. On my machine I shared my Public folder, then Samba got installed. In nautilus when i click on Browse network then windows nwtwork then workgroup I have to type in a password. E.g.: my username is test1 so I set sudo smbpasswd -a test1 [13:40] !samba | bozsikarmand [13:40] bozsikarmand: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/lts/serverguide/samba.html [13:40] bozsikarmand: try also the #samba channel [13:41] Hello [13:42] Why does the MATE system monitor show different values when compared to free -m command? Free-m shows that much more memory is being used [13:42] aakka: maybe mate doesn't show what has been chached [13:44] auronandace: Ok, but what dows that mean? On a computer with 512 mb of ram that will affect it right? Which values should i take into account? [13:44] what to look for matching driver source-code and kernel version api??? [13:47] auronandace: Is that cache affecting RAM memory or is it just stored on the hard drive? [13:49] aakka: in general cache is used to keep stuff in memory just in case it is needed and usually gets flushed when new stuff needs ram [13:49] auronandace: You mean RAM? === Guest73571 is now known as jero [13:50] when you said memory or did you mean hard disk? [13:50] aakka: ram [13:51] auronandace: So if i only have 512mb of ram what should i do? [13:51] Also... is Xfce lighter on resources than xfce? [13:51] aakka: 512mb of ram is not much nowadays [13:51] than mate... sorry [13:52] auronandace: Which one do you think is lighter? [13:52] well, am I still on [13:52] aakka: i've never liked gnome2 and don't use mate so i can't comment on how heavy they are [13:52] Ok. Thanks. [13:52] hi all [13:52] they are very much the same. [13:53] https://docs.google.com/spreadsheets/d/1-FjMWPHq2SpmV6Z3yK35ScVYOG-o7CD9aJn5GSD42Ew/edit?pli=1#gid=0 [13:53] here's a document [13:53] BlackPanx: he left [13:53] oh [13:53] I w;oy [13:53] damn [13:53] as hoping for some keyboard related help [13:53] (as you can see from my message... the w key is not always working) [13:54] um [13:54] did you try disabling numlock ? :D [13:54] no number number pad! [13:54] ok. [13:54] also a problem with the arrow keys [13:55] mat1tc, same issue! my "m" key is acting funky all of a sudden [13:55] it started after I accidentally disable the wrong input from terminal (was disabling the touch screen) [13:55] they dont work, or they work unexpected ? [13:55] unexpected [13:55] type reset [13:55] in terminal [13:55] sometimes fine, sometimes it does other keys [13:55] hum [13:55] well sometimes if you cat a file or something that's binary, can mess up your terminal and keyboard... [13:55] try typing reset in console === marlinc_ is now known as marlinc [13:56] then try again [13:56] ok [13:56] problem still thre, seems limited to the w key, arrow keys and the number 2! [13:57] at the time, I had an external keyboard in, when I disabled the internal one through terminal [13:57] renabled it... problem wo [13:57] ;as there [13:57] and that's an exmple of wyhat it does! [13:58] (also that second y, I'm not that bad a typist ;)) [13:58] seems like strange driver issue. [13:58] it's very frustrating, any suggestions? [13:59] did you try unplugging the keyboard and plugging it into another usb port ? [13:59] it's the internal laptop one [13:59] oh [13:59] ouch [13:59] :P [13:59] works fine in wy;oindows [14:00] i doubt it's hardware issue [14:00] so yes, might be something with keyboard settings [14:00] did you try to play with them yet ? [14:00] yep, gone through them all [14:01] and keyboard model ? [14:01] http://picpaste.com/pics/Selection_017-JORX36VB.1442844107.png [14:01] check this [14:02] i suggest you resetting it to default, and before that make screenshot of each tab [14:02] so you will know what it was before you reset it to defaults [14:03] don't have those same optoins [14:04] well find keyboard properties and there should be some additional settings [14:04] not for model [14:05] BlackPanx, could you tell me why my sheel always stops when I log off ?? [14:05] SHELL [14:07] mat1tc: sorry i use ubuntu mate, not really sure where in ubuntu you can set model or reset it to defaults. it must be something with you accidentally changing it somehow. [14:08] I have the keyboard settings on top of my screen, where the clock is and more [14:08] BlackPanx: ok thank - have gone through all the options and cant' find anythign there, might look at the files the control keybindings. Just really odd that it's so intermittent. [14:09] Hey all, I'm running into a strange issue. It seems as if randomly i get a 'cannot write to tmp folder' in ubuntu server ( 14 ) and it seems to be a permissions issue. It doesn't happen too often, and the only solution i could find is rebooting. Chown/Chmod doesn't fix the issue. Any ideas on what it might be? [14:10] dr_sweets what do you mean by stops working ? :) of course when you log off, your current running scripts in terminal will stop. you have to send them to background with & if you want that... or run them as service. [14:11] I use it as a server and log on elsewhere, but everytime I log OFF from there, the shell logs off too [14:11] JustPie_Work are you sure you didn't run out of space on tmp ? [14:11] not just me logging off of the shell, but log of totally [14:12] i still don't understand what exactly you are referring to. you ssh to your server and then ssh to another server ? then what ? [14:12] plah, me and trying to explain :P [14:13] I am using a BNC, and when I log on it is OK, but when I log off,, it terminates the BNC [14:13] BlackPanx: I don't believe it was space issue as there was less than a gig of temp files. Does ubuntu define a max folder size for temp anywhere so i can check? [14:13] okay. what bnc are you using. it has to be setting on bnc to stay persistent. znc for example is persistent bnc. [14:14] JustPie_Work df -h and check? :) [14:14] I am using at the moment sbnc, tried the znc and it wouldn't start [14:15] I used the old psyBNC and that worked for a long time on a kernel of OPEN SUSE [14:15] i think you should ask on sbnc's support for this, as it's clearly not ubuntu issue. :) [14:16] ok, well :) one has to try :) [14:16] you can always run stuff in screen [14:16] thanks anyways :) [14:16] and then detach [14:16] from screen [14:16] and then reattach when you want to [14:16] but i'm sorry i dont know sbnc :( [14:16] i use znc and works perfectly [14:17] we all are different :P [14:17] sure. [14:17] but will do some more ,,, "research" :) [14:17] BlackPanx: Good call. Thanks! I'll be sure to try this the next time it happens. [14:18] JustPie_Work, just check it now if it's on own partition [14:18] and that you haven't run out of space on it [14:18] because what you are referring to as reboot, reboot deletes everything in tmp [14:18] and then as you are saying... after a while, when tmp gets bloaty again [14:18] you face same problems [14:19] that's why i'm thinking this might be the case [14:19] because by default tmp is 777 chmodded. unless you manually change that [14:19] and on some systems it's also nosuid and noexec mountable, so you can't really execute stuff there for security reasons [14:19] and then you could get permission denied also [14:19] adam [14:20] other problem that i can think of regarding permission denied is chattr permissions... you can check with lsattr /tmp/* , but i really really doubt this is the case [14:20] if you chattr a file with +i for example, you won't be able to modify it or delete it, no matter if you chmodded it to 777 [14:21] you would get permission denied [14:21] if you have too small /tmp and it gets filled, just remove mounting of /tmp or increase size of it. === ubuntu is now known as Guest99584 === mars__ is now known as lyte === lyte is now known as lehzm === ochorocho1 is now known as ochorocho [14:47] hey guys [14:47] my system is waking up from suspend randomly [14:47] whats the best way t debug this? [14:48] or to see why the system woke up? [14:51] http://paste.ubuntu.com/12514624/ here is my syslog [14:51] the wakeup is the last thing happening [14:52] http://askubuntu.com/questions/509017/desktop-wakes-from-suspend-at-random-14-04 [14:53] hey [14:57] hello [15:03] ioria: well thats not really helping in my case [15:03] waeup via bluetooth is enabled [15:03] because i need it === max is now known as Guest77593 === Guest77593 is now known as max83 [15:04] but i don't think the harmony hub randomly sends out commands/wakes up my devices [15:07] Hi all [15:08] hello there, i want to use my ipod touch (4. gen) with linux and i wanted to use rhythembox to put music on my ipod, the ipod itself gets recognized from the system and i can have access to it and can download pics and all, but if i drag and drop music in rhythembox it's not in the music app, how can i put music on my ipod? [15:08] I am not able to access my weserver from outer network [15:08] citrix: open up ports? [15:08] I already forwarded 80 and 8080 [15:08] from router [15:09] andi_, I already opened them from router [15:09] check if its running [15:09] and checked with canyouseeme.org [15:10] and other port checker websites [15:10] port 80 is opened [15:10] how to check on linux it is working or not [15:10] just type in your browser localhost:80 [15:10] you should end up on your webserver === dionysus70 is now known as dionysus69 === ivanjianjian is now known as Guest92465 [15:24] andi_, localhost:80 [15:24] shows my apache web page [15:24] it is working [15:24] then you have probably routing probkems [15:24] but my :80 do not work [15:25] s/probkems/problems [15:25] check ip's and port forwarding/firewall [15:25] andi_, how to check that? [15:25] citrix__: is this webserver at your house or some VPS you rent? [15:26] tgm4883, it is at my house [15:26] this pc is server. [15:26] citrix__: it's possible your ISP is blocking those ports [15:26] No ISP is not blocking [15:26] citrix__: go on your router, check the ports, rules etc [15:26] citrix__: you're sure? [15:27] tgm4883, yes on canyouseeme.org i can see, it says ISP is not blocking [15:27] if it's open, probably you route it the wrong way [15:32] hello, got a question. is the print as pdf feature an OS feature? if so, is there a way to know the encoding of the pdf? [15:33] AfterDarkness: not sure what you mean with OS feature, but the print to pdf is probably ghostscript printer [15:33] I am trying to use pandoc on the resulting pdf but getting an error indicating that it is not UTF-8 [15:34] what's pandoc? [15:34] anyone familiar with containers here? how can i check if a container is running ok? what about a "console" into it? [15:34] use man pandoc [15:35] AfterDarkness: what you want to do in the first place? [15:35] zamba lxc? if yes: lxc-ls --fancy [15:36] andi_, I want to make a .docx file from a pdf [15:36] AfterDarkness: out of curiosity, why? [15:37] zamba with sudo [15:37] whatis pandoc; apropos pandoc, etc. [15:37] Oo, AfterDarkness use openoffice/libreoffice they have pdf import tools [15:37] ill try that andi_ ty [15:37] but the conversion will not be 100 % [15:38] AfterDarkness: also maybe try this [15:38] https://www.pdftoword.com/ [15:38] tgm4883, what I am doing is kind of silly(or just straight up silly). I am making a html from mardown file that has java in it. So I can't just convert the html to pdf I need to run the html first then save it as pdf [15:39] when I do that in chrome everything is fine, except the encoding isn't what I was hoping for [15:39] AfterDarkness: fix your stuff :P [15:39] so that I can recovert the pdf back to a .docx file when I want to [15:39] that's just straight up bad D [15:39] I know xDS [15:40] nevermind, you'll have your reasons [15:40] just pdf to * is very bad [15:40] I am just experimenting with stuff [15:40] I agree [15:40] andi_, even if i am doing telnet 80 [15:40] it is refusing [15:40] the problem is html to a docx wont help me [15:40] Unable to connect to remote host: Connection refused [15:41] citrix: you want to telnet your webserver? [15:41] oO [15:41] AfterDarkness: the problem is, docx who wants to use docx? [15:41] andi_: Telnet is a good diagnostic toolo to use on any arbitrary port to check for services there [15:41] genii: +1 [15:42] andi_, i want webserver [15:42] I was just checking for connectivity [15:42] isnt docx an ms format? [15:43] genii: sure, he'll get the header and stuff, but he has connection problems from routing, canyouseeme.org already said that the port is open [15:43] it is [15:43] why is it doing so? [15:43] andi_, i don't but generally I do it for people who aren't necessarily comfortable with plain text [15:43] so why go invastigate further if the port is open or not, check routing tables [15:43] if the port is opened? [15:43] how to check? andi_ [15:44] citrix: go on your router and check if the routing fits [15:44] citrix: I think that you're fine [15:45] tgm4883, what you mean? :| [15:45] citrix: are you just looking for the apache page, or is your content already there [15:45] only apache page [15:45] nothing is there tgm4883 [15:45] citrix: put a test page in there [15:45] like test.html [15:45] Ok [15:47] tgm4883, done [15:49] citrix: it's probably some networking issue with going out the same IP address that you're trying to access it on. I can see your apache2 page so it's at least working [15:53] I seem to recall that can be an issue, I'm not a networking expert though === nuclearbob is now known as nuclearbob_lunch [15:56] Good evening . I wanted to update lightdm in precise 11.04. Can anyone suggest the ppa for it? [15:57] deebuls: what gives you "lsb_release -d"? [15:57] Ubuntu 12.04 LTS === NGC3982 is now known as Welcome === Welcome is now known as NGC3982 [15:58] ok, so its 12.04 :) any reason why you want to update it? [15:58] k1l : sorry made a mistake precise 12.04 LTS [16:00] the lightdm uses 30% cpu. I read its bug and fixed in newer version [16:00] deebuls, current 12.04 version is 12.04.5 [16:00] i have 12.04.4 [16:01] deebuls, sudo apt full-upgrade will bring you to current [16:01] will upgrading to 12.04.5 help ? [16:01] lsb_release -d should have told then. maybe you are missing a lot of updates? [16:01] deebuls, might just fix it [16:01] is there any software in linux which has integrated daily expense tracking, bills and importing bank transactions [16:02] hi, im setting postfix+dovecot and while testing im getting this: ehlo: command not found [16:02] ge0rJey: is there any software in any OS That has? [16:02] ge0rJey, look in the software center for personal finance. gnucash leaps to mind [16:02] Hey everyone, we’re having problems trying to install Openstack via MAAS and Landscape. Is this the best room for assistance? [16:02] dwoods is that a server? if yes: #ubuntu-server [16:02] but i dont want to upgrade whole only lightdm [16:03] Monkey - thanks, I’ll try there. [16:03] deebuls, sudo apt install lightd [16:03] deebuls: can you run a "sudo apt-get update && sudo apt-get dist-upgrade" then press "n" and show the result? [16:03] deebuls, sudo apt install lightd [16:04] cfhowlett : apt install says already to latest version [16:04] deebuls, there you go then ... [16:05] cfhowlett,checked out gnucash website, it sounds complicated to use with ledger model, double entry accounting, something economics students would understand.. [16:05] i need something for personal use [16:06] Gnome [16:06] to track my monthy expenses [16:06] ge0rJey, seearch the software center [16:06] *monthly [16:06] hi [16:07] ge0rJey: https://apps.ubuntu.com/cat/search/?q=personal+finance&op= [16:07] ge0rJey: you should follow directions... [16:07] can u help me [16:07] ge0rJey: this probably isn't what you're looking for, but there is a cli ledger program that I've heard good things about, its available in the ledger package, see http://www.ledger-cli.org/ for more. [16:07] kll: its a big list , but lightdm not present in that [16:08] k1l: its a big list, but lightdm not present in that [16:08] deebuls, you have the most current lightdm. what did you expect? [16:08] ge0rJey in dash, type 'finance', see what comes up [16:08] !pastebin | deebuls [16:08] deebuls: 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. [16:10] k1l : http://paste.ubuntu.com/12515073/ [16:12] deebuls, so you're not running the updated kernel either? [16:12] Hi! I have a problem with my external hdd, I created a new btrfs partition and now I can't copy files to it, it says I have no permission, how do I fix this? [16:12] deebuls: no one can say if your issues doesnt come from missing one of those updates. [16:12] cfhowlett: the current lightdm takes 30% of cpu . I read in the issues the bug is fixed in latest release [16:13] deebuls, the latest release for 15.04? [16:13] check your sources [16:13] cfhowlett: IIRC he's on 12.04 [16:13] tgm4883, exactly my point [16:13] cfhowlett : yes the lightdm release from trusty 14.04 [16:13] ah [16:14] deebuls, but YOU are not ON trusty 14.04 (for some reason...) [16:14] lightdm isn't one of the things backported [16:14] cfhowlett : no I am on 12.04 . I want to just upgrade lightdm to the version in trusty 14.04 [16:15] deebuls, you MIGHT be able to compile from source. [16:15] tgm4883, chime in if I'm wrong on this ... [16:15] cfowlett : i tried but somehow it gave me compilation error . I didnt debug [16:15] cfhowlett : i tried but somehow it gave me compilation error . I didnt debug [16:15] i am having boot problem on acer e5-573-36uy single boot ubuntu 14.04 [16:16] cfhowlett: deebuls You could, but I'm wondering why not upgrade to 14.04? [16:16] here is my boot repair op [16:16] irc.freenode.net [16:16] deebuls, right. then you have a choice to make; live with light d not working or do-release-upgrade to 14.04.3 [16:16] deebuls: one thing you should NOT do is install 14.04 packages on 12.04 [16:16] sorry http://paste.ubuntu.com/12515019/ [16:17] cfhowlett : i use some s/w which i can only use in 12.04 so stuck with it [16:17] need help with http://paste.ubuntu.com/12515019/ [16:17] deebuls: out of curiosity, what software? [16:17] tgm4883, yes i read about it . but what is a safe way to upgrade [16:17] guys! you gotto add Tomahawk in the next release, it's fantastic! [16:17] tgm4883, ROS hydro [16:19] deebuls: apparenlty 14.04 has been supported since Indigo Igloo [16:20] tgm4883, yes we are migrating to Indigo . but currently we have a huge setup running hydro . so it will take time migrating [16:20] \help [16:20] !patience | hrushikesh, [16:20] hrushikesh,: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [16:21] tgm4883, everything works fine . just wanted to upgrade lightdm . ususaly i do by adding a ppa . but i didnt get a propoer ppa for lightdm [16:21] deebuls: I don't have an answer for you then. You could attempt to compile, or to backport the fixes into the 12.04 packages. Howerver, I'm not sure which one would be more work compared to upgrading to Igloo [16:21] deebuls: Yea I'm not sure you're going to find a PPA for lightdm [16:22] tgm4883, ok . then i will work on compiling from source [16:22] i was trying something else to get some help about irc ommands , \help was a typo :P [16:23] cfhowlett, tgm4883 : thanks a lot guys . was first time in irc chat . Thanks for the help :) [16:23] deebuls, best of luck! === jbasalone is now known as jbasalone-away [16:23] do someone here know hdebuls try this https://launchpad.net/ubuntu/+source/lightdm [16:24] debuls try this https://launchpad.net/ubuntu/+source/lightdm [16:24] Could someone please remind me how you reset a password on IRC chat? [16:24] can someone here please tell me how to set permissions on a external hdd? [16:25] chris66: the same way you do on an internal hard drive? [16:25] Wait... [16:25] Never mind... [16:26] and how is that? I an kinda new on linux [16:26] !permissions [16:26] An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [16:26] chris66: ^ [16:26] chris66 is the external drive formatted as ext4? [16:27] Moneky: no its btrfs [16:27] chris66 type chr and then hit tab, see what happens [16:28] Monkeydust: it says command not found [16:29] hit tab [16:29] ah it says just chrt [16:30] I have the btrfs tools installed [16:30] this is on a external drive, not the one Ubuntu is installed on [16:33] any ideas guys? [16:34] sup === xubuntu is now known as Guest86018 [16:34] sup [16:34] howdy === crash1801 is now known as CRasH180 [16:35] xfce is cool, i hate des like gnomeshell and kde becouse they are bloated piece of shits [16:35] I love xfce too, but I'm running Mate now, it's fantastic too, did u try it? [16:36] yes, mate and xfce are my favorites [16:36] Guest86018: please keep the language family friendly in here [16:36] k [16:37] I love what they did in the Ubuntu Mate version, you can change between a lot of desktop enviroments with just one click, its the Ubuntu Tweak tool, fantastic!:) [16:37] yep, its cool [16:37] xfce is not a option though [16:37] why? [16:37] no it's only for the Mate desktop [16:37] i see [16:38] ubuntu offers to install all the desktop it supports through meta-packages. [16:38] so you can switch on the login screen [16:38] wait I show you my desktop [16:40] here, I tweaked it a bit .) http://postimg.org/image/9qtjm3fhb/ [16:41] nice [16:41] K11 yes sure, but I meant from inside the desktop [16:42] thanks [16:42] Hi chris66 [16:42] hi:) [16:44] chris66: that'll fix it temporary [16:44] tiutemz> what will? === rmc3_ is now known as rmc3 === rmc3 is now known as shishi === shishi is now known as rmc3 [16:46] tiutemz> how old are you? let me guess 7? :| === Chris230 is now known as Guest82561 [16:48] chris66 i was away... what command was not found? [16:49] Hi! I missunderstod it, it just said ctrf or something simular:) === jbasalone-away is now known as jbasalone [16:53] when I type chr tab now nothing happens, it says command not found [16:54] chris66 i mean, here in irc [16:55] ah [16:55] just a lot of names, whats up with that? [16:56] chris66: its called tab-completion (works on terminal the same way) and is used to get the users nick right so they get a highlight mark in their irc lcient [16:57] chris66: shoe size [16:57] thanks, I guess I got to learn that [16:58] you are a real asshole, pls leave me alone [16:59] chris66: stop insulting others. last warning! [16:59] Ops! chris66 using curse words [16:59] yme?? ou wouldn't believe what private messages he sent me [17:00] if there is a issue report it to the ops in #ubuntu-ops so the ops team can handle it [17:00] he is calling me asshol and nigger in private message, I did nothing to him :/ [17:00] yes thanks I will [17:00] * tgm4883 sighs [17:00] I got your ip idiot [17:01] prepare to get banned [17:01] hola [17:02] buenas tardes [17:02] !es | usuario_ [17:02] usuario_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [17:03] ok thank you, sorry === ogra2 is now known as ogra-snappy-test === Chase is now known as Guest19998 [17:15] What is the best guide to configuring computer to dual boot Ubuntu with Windows 8.1. I think what's confusing me the most is the partitioning part. [17:17] Hi #ubuntu. [17:17] Yami_, make spacefrom within windows, and boot the live iso, maybe you need this guide !uefi [17:17] !uefi [17:17] 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 [17:17] I'm having problems with Trusty Tahr. My Ctrl, Alt, Shift and Super (window) keys stick and doesn't release when pressed. [17:17] It was working fine when using Ubuntu 12, now that I have installed the Ubuntu 14 on the same laptop, it is causing issues. [17:18] http://askubuntu.com/questions/676322/ubuntu-trusty-tahr-ctrl-alt-shift-and-super-windows-keys-sticks [17:18] Hey guys,quick question,I am running ubuntu 15.04 with the default Unity desktop environment and I want to create a group of apps in my launcher,any ideea how I can do this ( without UnityLauncherFolders) [17:18] UEFI has a real problem the motherboard manufacturers have made the decision that everybody ONLY uses Windows 8 and anything else doesn't matter [17:19] even tho windows 8 is worse than windows 7 [17:19] Thanks OerHeks, do I need to defragment my hard drive before I resize within windows? [17:21] Yami_, not sure, but not a bad idea anyway.windows itself will show the max you can make free [17:21] hi , what is the best software to encrypt files before uploading to google drive or dropbox ?? and does archive manager password setting in ubuntu good enough ?? [17:21] Yami_: its a very good idea, yes defrag then resize within windows.. never fails here [17:22] Thank you OerHeks and LtL :) [17:22] Yami_: welcome [17:23] ??? [17:24] haporanima: i would use gpg [17:25] !gpg [17:26] gpg is the GNU Privacy Guard. See https://help.ubuntu.com/community/GnuPrivacyGuardHowto and class #8 on https://wiki.ubuntu.com/ClassroomTranscripts [17:26] haporanima: gnupg is a encrytion software avaiable on all 'nix machines. you need to learn about keys is all. [17:26] *available [17:26] how do you submit bugs for Firefox Nightly on Ubuntu? The PPA doesn't allow any submissions. https://bugs.launchpad.net/~ubuntu-mozilla-daily [17:28] al-damiri [17:30] MichaelTunnell: it seems to be detailed here: https://wiki.ubuntu.com/MozillaTeam/Bugs (linked from the daily section of here: https://help.ubuntu.com/community/FirefoxNewVersion ) [17:33] yea I found the first link, thanks for the second one === arleslie[a] is now known as arleslie [17:36] nmap 10.81.0.0 [17:36] oops === skaro is now known as Guest44591 [17:46] whoami === ubuntu is now known as Guest45260 === afkthairus is now known as athairus [17:51] hello [17:51] hello [17:52] since last night, skype does not want to connect anymore - anybody knows if this is only me or if it's a common issue? I have 4.3.0.37 [17:52] alesan : is only u [17:52] alesan: I know Skype was/is down globally today [17:53] no, 4 me work all day [17:53] http://memeburn.com/2015/09/skype-working-on-a-fix-as-communication-service-faces-worldwide-outage/ etc === Groucho_NL is now known as Guest89054 === Guest89054 is now known as Grouch [17:55] Humbedooh alesan yes, it moved to MS , not long ago [17:55] http://heartbeat.skype.com/2015/09/skype_presence_issues.html?cm_mmc=SMTW_7001B1-Skype%20-%20Support [17:56] Can anybody suggest me an IRC channel for C programming language? [17:56] MonkeyDust, not long ago? it's almost ten years I think [17:57] programo: it's not like there's a million of them to choose from. Try ##c [17:59] alesan 2011, but, true, that's stiil 4 years [17:59] MonkeyDust, :) [17:59] ratrace, I tried to connect to the channel "/join ##c " , but it says ##c-unregistered :Cannot send to channel [17:59] !offtopic [17:59] #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! [18:00] programo: maybe it requires you to have a registered account here on Freenode. Also, as other said, that's offtopic for #ubuntu, so if you need more help, google for it please or ask in #freenode [18:00] okay ratrace , thanks ! [18:01] programo, you definitely need to register with the IRC server. Keep in mind however, that ##C is an advanced channel. Do not go there with newbie questions or homework, they will not like it === CraHan_out is now known as CraHan [18:10] How To Encrypt files with gpg ? [18:10] haporanima: gpg --encrypt-files [18:11] haporanima: https://gnupg.org/documentation/index.html [18:12] jpds : please can you provide specific manual about how to encryp/decrypt files ? [18:13] haporanima: I'm not going to go and catch the fish for you [18:13] haporanima: You have to learn how to fish for yourself [18:13] haporanima, did you not read the url ubottu gave you? https://help.ubuntu.com/community/GnuPrivacyGuardHowto [18:13] see at the bottom for more [18:15] thats too much to learn , and it is really interesting but i dont have time to completely understand all about it, see [18:16] haporanima reading a manual takes time too [18:16] oh, it must be click click [18:16] haporanima: GnuPG is an very powerful tool [18:17] haporanima: If you get it wrong, you could render your files inaccessible === fred_ is now known as Guest96143 === Guest96143 is now known as rock === rock is now known as seventh === seventh is now known as shellghost [18:24] how about 7z encrytion feature is it safe if i you it ? is it crackable ? [18:24] quite safe === shellghost is now known as asdf === asdf is now known as zxcv === zxcv is now known as qwer [18:24] why ? [18:25] All is crackable, and no answer will satisfy you i guess [18:25] haporanima: because it is [18:25] haporanima, in evaluating crypto you either 1) are a cryptography expert or 2) trust cryptography experts [18:25] it uses a scheme that is still unknown to be easily broken [18:25] reisio : i guess only with good password [18:25] haporanima, did you ask here before doing other research? [18:25] well you have to have a good password regardless of encryption scheme [18:26] otherwise you can just type 'abc123' and get in [18:26] haporanima, good keys are always a requirement [18:26] you could have something that would take a hundred million existences to decrypt, and it would still be crap if the password were 'sex' [18:27] but wait reisio that's my ashley madison password. i guess i should change it huh [18:27] lol [18:28] pbx naughty girl, that goes offtopic [18:28] pbx: guess it depends on whether you think using ashley madison is scandalous [18:28] pbx : but i read about password removal software that can actually bypass the enctiption feature it 7z what say you about that ? [18:29] haporanima source? [18:29] quit [18:29] oh my, it is fud-monday ... [18:31] [18:32] haporanima, without source, you are trolling the channel [18:32] Once quantum computers become available enough, all of this "encryption" that we have now will be broken. [18:33] OS_Connoisseur, what if they already have them? :p [18:34] haporanima is their first target/victim [18:34] OerHeks : not at all , i guess it's theoriticaly possible , some encryption software can have bugs in them ? right ? [18:35] some, but well tested ones have a high probability of being quite alright [18:36] plus, if I'm not encrypting child porn and the FBI is not on my tracks I wouldn't worry too much that my neighbour might decrypt pictures with me naked [18:36] which DE would you recommend if I want to be able to quickly modify it/easily write extensions which integrate well into the de (e.g. putting icons into the bar etc) [18:36] how is this related to ubuntu support? [18:37] haporanima are your data so important, that anyone would want to target you? [18:37] lets say which ubuntu DE would you reccomend OerHeks [18:37] is this channel very strict about being on topic? [18:37] thatguy try a few, choose the one you like most === VonB1 is now known as VonB [18:38] Almost any of them can do that. [18:38] AvatarA ; i don't have to be involved in criminal stuff to want to keep my privacy i think [18:38] A desktop with great support ... wait that is ubuntu [18:39] haporanima ok, now take it to #ubuntu-offtopic or so [18:40] MonkeyDust : yes sorry , i still have technical questions though [18:40] It depends more on your systemspecs, and wishes .. Kubuntu/Ubuntu for heavy machines, Xubuntu is more lightweight [18:42] hmm, I wouldn't say Ubuntu requires quite a heavy machine [18:42] but KDE ya, it's the heaviest from what I know (Kubuntu) [18:42] Unity uses more resources than even KDE. [18:42] I saw many people say that but I did not personally experience it [18:42] OS_Connoisseur yes, that's why there are lighter DE's [18:43] actually, Unity is most fluid on my old laptop [18:43] MonkeyDust, OS_Connoisseur is any of the DE easier to modify with python then the others? [18:43] yeah no I am linux user for a few years now [18:43] I don't know. [18:44] some guy Linus rants about desktops, but changes his view every 6months,... [18:44] I had all of them running at some point (but most of the time xfce and gnome) [18:44] Unity uses tons of python. [18:44] but just getting into the idea of modifying them a bit or taking part in development [18:45] depends what you want to modify [18:45] e.g. plugins are quite easy to write for gnome3 [18:46] and they can add great functionality [18:56] does anyone have any good web based tools they use for DHCPD management including lease information and reservations? [18:57] what does this command do exactly ? gpg --encrypt-files , and how to encrypt spesific file , should i write the name of the file or the location ? === mezgani is now known as p3rror [18:58] haporanima: See "man gpg" it details all the options [19:02] how can i install netbeans with openjdk 8 or 9 instead of 7 ? [19:06] HOW DO I INSTALL .SH FILES? [19:07] SolarNRG: you tend not to, you tend to run them. But in most cases this is very much not what you want [19:07] SolarNRG: what software are you trying to install, and why not using package management? [19:07] SolarNRG: what does this .sh file represent? [19:07] an experimental platform distro agnostic build of unity 3d for linux [19:09] SolarNRG, why not use the .deb file? [19:10] do I have to download again? [19:10] seriously? [19:10] SolarNRG: I'd recommend it. Installing manually by running a .sh file (usually) bypasses your package management, which can end up with all sorts of issues [19:11] oh alright I'll delete the file then download the .deb, THEN what do I do? [19:11] SolarNRG, double click on it [19:12] :p cross eyed retarded emoticon [19:17] SolarNRG: yeah the .deb file is a package that Ubuntu can install using it's regular software center installer (or using sudo dpkg -i packagename.deb in a terminal) it'll be compiled configured for running on Ubuntu with whatever flags or configuration it needs to run properly, with a .sh file it's just a shell script (you can open these with a text editor to see what they're actually doing), with the .deb file you can use dpkg -L pa [19:20] SolarNRG: .deb is something like a .msi or setup.exe in the windows world (think they are .app files on OS X but not sure) whereas a .sh file is like a windows batch file just a text file with a bunch of system commands in it basically (maybe a little logic to check whats there or prompt the user for input) [19:22] So. I have an old ubuntu chroot running 13.10 that I'm trying to upgrade. And I'm getting tons of 404s. I'm guessing that is due to deleted packages on the mirrors [19:23] i think so [19:23] I want to run apt-get dist-upgrade but unless I can fix the install it isn't letting me go forward. Any ideas? [19:23] nemo: did you change archive.ubuntu to old-releases.ubuntu in the sources.list? [19:23] !eolupgrades [19:23] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [19:23] EriC^^: ah. hm. wasn't aware of that. 'k [19:23] nemo: you mean upgrade to 14.04? or upgrade 13.10? [19:24] EriC^^: upgrade 13.10 to 14.04 [19:24] EriC^^: since nothing seems to be working anymore [19:24] nemo, i think you want a functional ubuntu version... or what ? [19:24] thanks, this transition off windows has been a long battle, but I'm in no way going back to bill gates grips [19:24] nemo: ok, run sudo do-release-upgrade [19:25] ( after changing the sources.list per instructions above ) [19:25] hey while trying to run my netbeans i am running into Cannot find java. Please use the --jdkhome switch. its odd due to i am running jre in the browser... [19:25] EriC^^: command not found. [19:25] you sure? [19:25] do-release-upgrade ? [19:25] EriC^^: yeah. pretty minimal image tho [19:26] what package is it part of? [19:26] ubuntu-release-upgrader-core [19:26] Jamie_1: JRE doesn't mean you have the JDK [19:26] 'k [19:26] i installed all of oracle java 8 [19:26] Jamie_1: JDK will have javac in it the JRE will just have java VM itself [19:26] EriC^^: so the repos listed is ports.ubuntu.com [19:27] where? [19:27] change that to the eol url? [19:27] is there an ssh server that i can connect to for free as i am at school and cant do anything because they locked down the internet? [19:27] Jamie_1: https://help.ubuntu.com/community/Java [19:27] yeah [19:27] 'k [19:27] Jamie_1: you should be able to install whatever version you need then use update-alternatives like shown there to update which one is used [19:28] i have jdk 6 installed... :/ not sure why its of next to no use... [19:28] Jamie_1: you should be able to run "javac" in the terminal and get some info === mridul is now known as LinuxLover === LinuxLover is now known as RoadRash [19:28] wafflejock1: okay one sec im installing openjdk7 right now [19:29] is there an free ssh server i can connect to? [19:29] cdk_: unixssh.com [19:29] wafflejock1: how do i do the update alternatives ? [19:29] kk will check it out [19:30] cdk_ this my irssi runs on unixssh [19:30] Jamie_1: sudo update-alternatives --config java [19:30] sorry im not a java dev person... i just need it to run adb and my ides [19:30] Jamie_1: https://help.ubuntu.com/community/Java#Choosing_the_default_Java_to_use [19:30] thanks wafflejock1 [19:30] Jamie_1: no worries support channel is for support :) [19:31] oh while im in here... is there some reason that when i add a online account from settings to my computer when it pops up later on and ask for the password it wont accept it? [19:32] keyring ... you mean ? [19:32] yes [19:32] EriC^^: http://old-releases.ubuntu.com/dists/saucy/main/source/Sources [19:32] MonkeyDust i am looking for a way i can getpast my schools blockedc searches [19:32] 404? [19:33] do i need to sign out or anything for it to take effect wafflejock1? [19:33] nemo: i think there should be a ubuntu after ubuntu.com [19:33] ubuntu.com/ubuntu/dists/... [19:33] Jamie_1: shouldn't need to, just try which javac, or just javac and see if it finds it [19:34] nemo: did you follow the website instructions? [19:35] EriC^^: well, I was trying to adapt since working w/o bluetooth kbd is kind of a pain [19:35] ... not sure how to do that... but javac -version outputs 1.8.0_60 [19:36] just changed ports. to old-releases. in synaptic. but, 'k, will check whole url [19:36] Jamie_1: my "which javac" shows /usr/bin/javac, if you ls -al /usr/bin/javac, you'll see where the symbolic link is pointing to that has the executable or ls -al /etc/alternatives/javac [19:36] Jamie_1: sounds like it's fine though [19:36] its still not letting me run netbeans... [19:37] nemo: ill pm you the sources from the site [19:37] Jamie_1: you may need to restart netbeans if you had it running or configure the JDK location in Netbeans but javac itself is available now [19:37] its telling me it still cannot find java... and it wont start netbeans without it... [19:37] Jamie_1: I've typically just used Eclipse for Java dev and lately just been using IntelliJ so dunno about netbeans in particular [19:37] EriC^^: adding ubuntu helped [19:37] eas afk editing it [19:37] i need a good html5 and js ide [19:38] !ide [19:38] Programming editors/suites: Terminal-based: vi/vim, emacs - KDE: Kate, KDevelop, Quanta+, Umbrello - GNOME: gvim, gedit, anjuta, pida, monodevelop, geany - Others: eclipse, netbeans, qtcreator [19:38] *was. stupid soft kbd [19:38] one that allows inporting of js libraries and netbeans has addons to allow that [19:38] Jamie_1: I use PHPStorm for those... used to use SublimeText but needed something with interactive debugging for PHP [19:38] wafflejock1: i need one that i can import a js library in [19:38] wafflejock1: also needed the ability to use the local host feature [19:39] Jamie_1: Atom is another nice option for just HTML/JS stuff, IntelliJ is like eclipse but has more HTML/JS support than regular Eclipse, Aptana is a version of eclipse with HTML/JS stuff but haven't tried it [19:39] wafflejock1: oddly enought the question from me is does it allow js library importing for syntax and html5 syntaxing [19:40] Hi guys, I have problems with enabling my custom daemon to be started on system startup, I created proper script in /etc/init.d then ran update-rc.d defaults and I can see proper links being stored in /etc/rc*.d but still when i restart pc i don't see this service being started [19:40] wafflejock1: i am using webGL and html5 canvas so i need to be able to import js libraries or my life will become a living hell [19:40] any idea what might be wrong? [19:40] Jamie_1 or this http://www.w3.org/Amaya/screenshots/Overview.html [19:41] if this is possible I'd like to use sysvinit instead of going with upstart [19:41] Jamie_1: well any IDE will be separate from the part that runs the server on localhost but typically all have some tools for starting up or stopping some scripts that run a server, regarding the syntax stuff best thing I've used is the IntelliJ stuff but have heard good things about VS Code too haven't tried it though [19:41] service start/stop/restart/status work just fine [19:41] Jamie_1: would just download a bunch of them and give them a go yourself, NetBeans isn't particularly great in my personal experience though [19:41] MonkeyDust: taking a look [19:42] Hi, does anyone know how to stop wlan0 from starting up during boot [19:42] wafflejock1: only reason i was using it was due to the ability to import js libraries then added the libraries functions to the tabcompletion [19:42] Jamie_1: yeah intelliJ does that I haven't explored it a lot though it just automatically picks up everything [19:43] Jamie_1: you can tell it to exclude some parts of the project for scannning too but not a free option [19:43] Jamie_1: gives me completion on JS and CSS though which is handy [19:43] wafflejock1: okay then i will definitly try it... im using it for 3d rendering with webGL... and the amount of syntax i need its immense [19:44] Hey guys? [19:44] need to be able to do all the calls for the vertex3 and matrix calls.... all in a library to make it not as much of a bitch... so without it.... yea [19:44] The default addons for firefox really slow firefox down, just so you guys know. [19:45] Jamie_1: yeah I hear ya, dealing with any complex library without some intellisense is pretty painful, can't make any educated guesses have to look it all up [19:45] that is conanical not from us over with mozilla OneM_Industries [19:46] do you guys know how could I get some debugging info from sysvinit (what kind of services it tries to start, what happens, etc) [19:46] wafflejock1: yea... tried to do it with educated guesses once... created one of the worlds largest recursive loops (the kind that crash computers) from linking the wrong things together for just messing up i think it was 3 calls in a 450 line script [19:47] skrydal: you mean like this https://wiki.ubuntu.com/BootCharting ? [19:48] wafflejock1: interesting, let me take a look [19:48] Jamie_1, I bet it wasn't worse than a fork bomb :p [19:48] wafflejock1: thanks [19:48] AvatarA: to say the least... [19:48] np [19:48] when it brought down the computer also corupted data from improper shut down.... [19:49] dang that's quite the meltdown [19:49] that would be the only problem with the ability to access low level with just js [19:50] with webGL you have the OpenGL just its setup to be access from html setup and javascript [19:51] so its messing with computing and sending and receving stuff from the gpu... so you mess up with a recursive loop you can cause some really big processing issues that are enough to crash a compute [19:51] i learned my lession... always set to use strict... so it cant do that.. [19:52] starting intellij [19:57] Anyone to help me with xkb settings? [19:57] It's about inverted breve. How do I produce it? [19:58] I change /usr/share/X11/xkb/symbols/* [20:04] Say, I am using 15.04, and on a process I see, I am getting pmap telling me it has 8000K of memory usage, but memstat is telling me 340K plus 24K. [20:06] hi there [20:06] i need some help with a preseed profile. I can't get it to not ask for "Write the changes to disks?" [20:07] i've read stuffs like http://serverfault.com/questions/415174/debian-6-preseeding-keeps-asking-write-the-changes-to-disks-and-configure-lvm and even http://people.canonical.com/~chiluk/preseed.cfg but i'm still stuck === wook is now known as Guest50909 [20:10] stupid question on this ubuntu machine i set ulimit -c unlimited , and ulimit -a shows that core dumps have unlimited space/are enabled. I see a core file in my same directory but it looks binary what is used to view it? I see that apport is being used and in it's /var/log/apport.log it shows that it is writting it out to this core file and saying it is not a package , ignore what is all this? [20:11] for my test crash program [20:11] KaZeR do you have "partman-base partman/confirm boolean false" in your preseed? [20:12] I thought i was supposed to see core.pid but i just see one core file which i think everything is getting written to? [20:12] Also KaZeR I'm curious who's linking to my old preseed.cfg? [20:12] i am trying to install wine in my ubuntu , [20:13] jackhum what goes wrong [20:13] i am getting unable to fetch some archives , E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/u/util-linux/libuuid1_2.20.1-5.1ubuntu20.6_i386.deb 404 Not Found [IP: 91.189.91.14 80] [20:13] as i can see that apparently there is no package at that address , [20:13] jackhum what'qs the ouput of cat /etc/issue [20:13] output* [20:13] KaZeR, you might want to try pastebining your preseed if you want people to check it out for you. [20:14] chiluk: oh wow the man is here [20:14] sure hang on [20:14] I am definitely not "the man" when it comes to preseed.. [20:14] MonkeyDust: Ubuntu 14.04.3 LTS \n \l [20:14] but I'll take a look. [20:15] chiluk: https://bpaste.net/show/397b28945669 [20:15] MonkeyDust: ? [20:15] hello, i've manually built and "make install" gtk 3.16 because I needed some new feature, but now my lightdm greeter isnt able to launch because ubuntu_menu_item_factory_get_type is not in libido3-0.1.so.0. help! [20:16] the ubiquity part used to be enough, but we have some new hardware where it fails. asks for this confirmation. [20:18] !info libuuid1 trusty | jackhum [20:18] jackhum: libuuid1 (source: util-linux): Universally Unique ID library. In component main, is required. Version 2.20.1-5.1ubuntu20.7 (trusty), package size 11 kB, installed size 108 kB [20:18] Bashing-om: how to solve my problem? [20:19] KaZeR, unfortunately I haven't touched a preseed since I posted that preseed a few years ago. [20:19] ha. and there's a LOT of partman entries in your preseed file :) [20:19] jackhum: Your install is an older version attempt .. have you updated/upgraded the system ? [20:20] Bashing-om: no , i dont want to upgrade my dist. [20:20] KaZeR, what I would do is run the installationto passed the dialog box.. [20:20] then in a different terminal run debconf-get-selections --installer > file [20:21] and debconf-get-selections >> file [20:21] KaZer, then grep for confirm in the file to discover which confirm dialog you ar missing. [20:21] jackhum: doing an apt-get upgrade/apt-get dist-upgrade does not mean moving to a new release of Ubuntu. [20:21] thanks chiluk it helps. trying it now [20:22] jackhum: 'sudo apt update ; sudo apt upgrade ; sudo apt full-upgrade ' Will only update installed packages, has nothing to effect a version upgrade . [20:22] KaZeR, good luck... d-i preseeds can be a royal pain... [20:23] I hope that helps. [20:24] eh. i have debconf-set-selections but not the get version [20:26] Is there a simple way to install PHP 7 in the Ubuntu 15.04 === p3rror is now known as mezgani [20:28] KaZeR, You might have to apt-get install the debconf-utils or do so manually.. it's been a long time since I've messed with that. [20:28] yep thanks. the install is already finished. i'm looking into it [20:28] KaZeR, you might also be able to just install it after reboot [20:29] and just check the --installer output. [20:29] actually it's available after reboot [20:29] I haven't touched it in so long . [20:29] np, it already helps [20:30] KaZeR, fyi you're not going to want to just modify your existing preseed in small increments rather than just pushing the whole get-selections into a new preseed [20:31] oh yeah for sure [20:31] 224 partman entries in the output :) [20:32] hello guys how can i update my libglib from 2.0.0 to 2.40.0 ?? im trying to fix a know mysql bug : http://bugs.mysql.com/bug.php?id=74147 [20:32] no === sUbMuNdO is now known as Guest19288 [20:33] !info php vivid [20:33] Package php does not exist in vivid [20:33] it's php5 [20:34] !info libglib2.0-0 [20:34] libglib2.0-0 (source: glib2.0): GLib library of C routines. In component main, is standard. Version 2.44.1-1ubuntu1 (vivid), package size 1136 kB, installed size 5093 kB [20:34] I am doing experiments. I want to see what happens if my slave nodes in yarn fail say at 25% or 75% of the job? so I need to know how to kill the job [20:34] how can I listen to a job and know it is say 70% complete and then I kill it? [20:34] w00tner: Looks like Vivid's version is already at 2.44.1 [20:34] MonkeyDust: :) was hoping to see a return of 7, as 5 is what is in trusty . [20:35] im using 14.04 LTS [20:35] !info libglib2.0-0 trusty [20:35] libglib2.0-0 (source: glib2.0): GLib library of C routines. In component main, is standard. Version 2.40.2-0ubuntu1 (trusty), package size 1007 kB, installed size 4667 kB [20:35] * genii makes more coffee [20:35] hwo can i know the libglib version ? [20:36] i currently have installed [20:36] how can we kill a script after say 5 seconds? === ProfMac is now known as Guest-42 [20:37] w00tner: apt-cache policy libglib2.0-0 [20:37] elisa87 with sleep and pgrep `script name` === Guest-42 is now known as ProfMac [20:37] anybody uses wicd ¿? [20:37] MonkeyDust: can i write it inside the script that I am executing so it would kill itself after a specific time? [20:37] Installed: 2.40.2-0ubuntu1, Candidate: 2.40.2-0ubuntu1 [20:38] can some one help with some headphone mic issues? [20:39] elisa87 a bash script? [20:40] It's been reported that downgrading libglib2.0.0 from 2.42.01 to 2.40.0 solves this problem. [20:41] do i need to downgrade from 2.40.2 to 2.40.0 ? [20:41] MonkeyDust: http://stackoverflow.com/questions/32704196/how-to-make-a-script-kill-itself-after-running-after-a-specific-time here it is [20:41] w00tner: No [20:44] elisa87 if you don't get an answer here, ask in #bash [20:48] ciao [20:48] elisa87: time is easy [20:48] percentage requires being able to quantify done-ness [20:49] Can i boot into recovery mode from a live usb ubuntu 15.10? I cant find the option in grub [20:49] Ziggurat: advanced > recovery [20:50] I need help with Cinnamon [20:50] !ubuntu+1 | Ziggurat [20:50] Ziggurat: wily werewolf is the codename for Ubuntu 15.10 - Support only in #ubuntu+1 [20:51] How can I install PHP 7 in my Ubuntu 15.04 ? [20:51] wow, w already. i remember warty warthog [20:51] trying to install wine, and still getting error E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/u/util-linux/libuuid1_2.20.1-5.1ubuntu20.6_i386.deb 404 Not Found [IP: 91.189.91.14 80] [20:52] help help help [20:52] My Cinnamon desktop is blank after installing extensions, and then restarting Cinnamon [20:52] MonkeyDust: help , [20:53] MonkeyDust: i also did sudo apt-get upgrade [20:53] jackhum: did you do a sudo apt update? [20:54] Pici : yes [20:54] EriC^^ My options are "Try Ubuntu without installing" "Install Ubuntu" "OEM Install" "Check disc for defects" [20:55] jackhum: Installing wine from our software repository ? [20:55] Pici: i am getting lots of PPA not found , and error though [20:55] ubottu oh sorry, ill try to join that chat [20:55] Ziggurat: I am only a bot, please don't think I'm intelligent :) [20:56] jackhum: sounds like your system is quite out of date then. [20:57] Bashing-om: i am running sudo apt-get install wine [21:00] Hey, I am attempting to scan a document using xsane in Ubuntu 14.04, but it shows no devices even though I have a cannon MG3500 ready and waiting to scan. Any ideas? [21:01] OneM_Industries: look for instructions to unblosc your driver manually in /etc/saned [21:02] OneM_Industries: and then run sane from root, or dibble with rights to parpors [21:03] jackhum: " PPA not found , and error though " let's look at these sources ' cat -n /etc/apt/sources.list | pasteninit ; tail -v -n +1 /etc/apt/sources.list.d/* ' . You may have to install the "pastebinit" tool . [21:04] Is canonical still going full steam ahead on mir? [21:04] at flank speed. [21:06] my nvidia drivers break every ubuntu upgrade [21:06] alu, did you install them from the repos? [21:06] its really annoying having to reinstall them [21:06] no i dont think so [21:06] i got the cuda ones and stuff from nvidia [21:06] alu: you have to install from the repos or a PPA for them to reconfigure after updates [21:07] ppa? [21:07] shit [21:07] .g nvidia ppa drivers [21:07] can someone help me with an ldap client getting nss_ldap: failed to bind to LDAP server ldap://ldapserver: Invalid credentials errors? [21:08] alu: That is why ^ . From Nvidia is not ubuntu . each time the kernel is updated, the nvidia driver built against the old kernel is broke in the new . [21:10] Bashing-om: Isn't there some kind of build wrapper like dkms that will do that for you? [21:11] how can I look for a file in the entire directory? [21:11] jhutchins: only if nvidia configures it (or the user does) [21:11] elisa87: find iname "file" [21:11] ciao [21:11] it's recursive so it searches in subdirs too === stoned is now known as THC [21:12] whaddup? does anybody use a laptop/desktop with a touchscreen? i would like to map some gestures to unity things in 14.04 - be able to swipe across workspaces on the touchscreen would be hot. [21:12] jhutchins: Best I recall, there is a means to enable 'dkms' but one has to be aware of it . [21:13] i have not had much luck with the typical tools - programs such as "touchegg" and "easystroke" don't recognize my multitouch gestures on the mousepad nor the touchscreeen. [21:16] according to this how can I know where yarn-daemon.sh is saved? http://paste.ubuntu.com/12517320/ [21:17] hello all s [21:18] hi [21:18] elisa87: it looks like it expects it to be in the current directory [21:20] How can i add a certain folder to path ubuntu 14.04 [21:20] xdcc send [21:20] netameta_: system-wide or for a user? [21:20] so say i have home/appname/bin/filename [21:20] instead of cding there i could do filename anywhere [21:20] and it will run [21:20] netameta_: stuff in ~/bin will be added on each login [21:21] k1l: ? [21:21] i am not tlaking about /local/bin [21:21] EriC^^: yes system wide [21:21] netameta_: if you want to easily add own programs into a suers PATH, just put it into the users Home/user/bin [21:21] netameta_: system-wide means for all users not just yours [21:22] !path [21:22] The $PATH variable tells the shell where to look for the commands you tell it to run. See https://help.ubuntu.com/community/EnvironmentVariables#File-location_related_variables [21:22] k1l: cannot add it /move the file from its current directory. and EriC^^Yea for all users [21:23] netameta_: ok, put it in a dir everybody can access, and add that dir to /etc/environment in PATH= [21:23] usually non-package-manager-stuff goes into /opt [21:34] while trying to install photoshop cs6 on my ubuntu , can i run existing photoshop installed on windows ? i mean without installing it [21:35] jackhum: windows progs often rely on registry entries, so your mileage may vary. [21:36] i wouldn't recommend you try running any programs from your Windows drive at all. [21:36] yeah, that really doesn't seem like a good idea [21:36] jackhum: any reason you can't reinstall it linux side? [21:37] yeah , low space [21:37] I am having trouble pairing my Bluetooth headset. I can connect to the headset service but no sound outputs to the headset [21:37] virtualbox in theory allows booting existing physical partitions. in practice the incredibly specific hardware requirements and software install theft detection of windows has made that fail for me every time even w/ dmi cloning [21:37] i dont want to spend another 1 gb [21:37] Hello folks [21:37] I hope you are all wel [21:37] jackhum: does your windows partition have more space perhaps? [21:38] strange to be a graphics developer and be that short on space [21:38] :) [21:38] I am having server issues :) I have been trying to fix it since 8am this morning, it is now 10pm BST / 4pm CDT :) [21:38] jackhum: also, gimp ftw [21:38] :p [21:38] SADQUA: and the problem is? [21:38] Would anyone fancy taking a look over my bootloader paste report and telling me if they can see anything I will have missed? :) [21:38] just link it [21:38] Some time over the weekend the log file for apache grew too 1.8 TB [21:39] lol [21:39] heh [21:39] my junior tech deleted it and restarted the machine :) [21:39] and now it refuses to boot!! :) [21:39] SADQUA: gonna guess someone was probing your machine, or a script went wild [21:39] nemo: not a graphic designer + hobbyist programer and developer + jobless + no money + poor enuf + cant buy mac [21:39] I think it may have been a thumbnail generator gone crazy [21:39] hey http://stackoverflow.com/questions/32704945/how-to-extract-something-out-of-a-file-after-greping [21:39] :) [21:39] sadly my lead developer is crazy sick and cannot help me [21:39] jackhum: m'k - well, that's one of the reasons I never learned CS6 - never could afford it [21:40] SADQUA: so are you gonna link the issue or make us guess? :) [21:40] jackhum: but, eh, there are surprisingly powerful tools in GIMP that people are rather unaware of. liquidrescale and resynthesizer for example now exist in photoshop but were in GIMP first [21:40] how can I do this? http://stackoverflow.com/questions/32704945/how-to-extract-something-out-of-a-file-after-greping [21:40] sorry mate :) I was just thinking about CS6 :D [21:40] http://paste.ubuntu.com/12516474/ [21:40] jackhum: in ubuntu those are in a separate package btw [21:40] I love GIMP now that adobe have gone all evil [21:41] nemo: will i get functional photoshop or not ? [21:41] SADQUA: why is this a mac o0 [21:41] funny choice of Linux server :) [21:41] hmm, that is a good question! [21:41] i want photoshop becaise that way i can master only one tool, instead of learning both [21:41] I guess that is because I had an external drive plugged in? [21:42] jackhum: go talk to the folk in #winehq [21:42] jackhum: m'k. whatev. your call. in that case, do you have a gigabyte to spare to install it twice on your windows partition? [21:42] Is there a way to config syslog for all of the preseed install? [21:42] eh. or what daftykins said [21:42] to send syslog to a remote server, tat is [21:42] I am having trouble pairing my Bluetooth headset. I can connect to the headset service but no sound outputs to the headset. [21:42] noahmg123: run pavucontrol and doublecheck your outputs [21:42] SADQUA: so the server is a mac or not? [21:42] i would really love if i can run already existing one , that is available on my programfile [21:43] the server is IBM :) [21:43] noahmg123: #pulseaudio on this server has been very helpful to me in the past w/ stuff like this [21:43] ServeRAID hardware raid [21:43] noahmg123: but check pavucontrol first [21:43] SADQUA: so unplug any other useless stuff and let us know what actually happens at boot time [21:43] So when I boot it [21:43] the grub options come up [21:43] and if I pick the non-recovery mode one (Ubuntu 12.04 etc…) it just hangs [21:43] black screen with a underscore [21:44] grub is broken [21:44] nemo: what do I check for in pavucontrol? [21:44] if I pick the recover mode option it says “Loading Initial ramdisk; error no suitable mode found.; Booting however”. and then it hangs with just an unblinking underscore [21:45] anybody know about the syslog part? [21:45] SADQUA: boot a live session and back it up first [21:46] noahmg123: https://www.youtube.com/watch?v=OTmZYzaxR_k [21:46] noahmg123: output devices tab. also, check the output for specific app you are testing in the playback tab [21:46] Please excuse my ignorance, when you say “live session” do you mean boot it from an Ubuntu live CD? [21:46] SADQUA: yes [21:46] Okay, I have a backup of my main database file [21:47] SADQUA*: https://www.youtube.com/watch?v=OTmZYzaxR_k [21:47] SADQUA: btw this definitely is a mac, or is a system using the SSD from a mac - no sign of any RAID. [21:47] Yeah, I am really confused about that [21:47] I will rerun the test and come back to you folks [21:47] sorry for wasting your time! I am very confused about this at the moment (too little sleep, too much caffiene! :)) [21:48] might be using the wrong machine ;) [21:49] Yeah, that is confusing me a lot [21:50] i mean it's fine if it's ubuntu on a mac, but you have to be up front with us [21:51] I am having troubles with my bluetooth headset. #pulseaudio is inactive right now. I can connect to the headset service but no sound is output. [21:51] Basically, I got the boot loader fix ISO, burnt it to CD [21:51] stuck it in my IBM 3650 M4 [21:51] booted from that and ran the report [21:51] without even knowing what was up? :D [21:51] Let me re-do that :) [21:52] Well, I am guessing it is a GRUB issue of some kind [21:52] well you get the menu [21:52] Yep :) [21:52] boot a live session of a full desktop ubuntu, image up the disk / backup however [21:52] then consider fsck-ing the file systems [21:52] I ran a full raid consistancy check and I ran testdisk [21:53] both told me no issues :) [21:53] SADQUA: But you didnt run a full fsck. [21:53] there's no RAID in the boot log, SADQUA [21:53] This is true bekks [21:53] Yeah, I must have made a mistake some how, but I really have no idea how! [21:53] there is a mac with 1 x 128GB SSD and nothing else :) [21:53] SADQUA: So without running fsck, you cant tell wether the filesystem is corrupted or not. [21:53] I use a Mac but no mac servers so yeah, I am confused! [21:54] is it possible you rebooted your own laptop and somehow ran a boot-repair on that 0o [21:54] my laptop has 256gb SSD and no CD drive hehe [21:54] but yeah, let me go investigate and I will come back to you :) [21:54] Sorry folks :) [21:59] Ahhhhhh [21:59] Omgoodness! I wrote the paste number down wrong :) [21:59] http://paste.ubuntu.com/12516974/ [21:59] Sorry about that! [21:59] For a moment there I thought I was going crazy [22:01] hahaha [22:01] SADQUA: alright same idea applies, i say boot a desktop live session from flash drive ideally - preferably the same version (12.04) [22:01] Okay cool, I can do that === ubuntu is now known as Guest3904 [22:02] Drone`: How can 12.10 be upgraded? [22:03] !EOL | Guest3904 [22:03] Guest3904: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [22:03] SADQUA: so you said you get the GRUB menu at least, have you tried booting an older kernel? are you familiar with how to do that? [22:03] Yep :) [22:04] A few months ago I cleared out the old kernals because my /boot drive was full, but I still have the latest 5 or 6 Kernals, I tried them but no luck [22:04] sorry, * Kernel :) [22:04] so identical issue, flashing cursor for every one huh? [22:04] you ever use rEFInd? [22:05] UserUS: who is that aimed at? [22:05] not even flashing, just static!! [22:05] Flashing would be lovelhy [22:05] * lovely! :D [22:05] how do I uninstall a program [22:05] depends on how you installed it [22:05] SADQUA: ok try removing 'quiet splash' from a boot entry too and watch the boot messages go, see where it stops maybe [22:05] try nomodeset too [22:06] EriC^^: i think it's a server so should have no X, but hmm [22:06] SADQUA: does it have X? [22:06] okay, when I press “e” in the grub loader [22:06] I've just finished installing PHP 7. http://pastie.org/10436433 I want to uninstall php5.6.4 PHP 5.6.4 was installed when I updated to Ubuntu 15.04 [22:06] EriC^^: oh nomodeset is on all the GRUB entries anyway o0 [22:06] it seems to just be wrong! :) [22:06] I will load it up in that and then copy what it is saying for your viewing :) [22:06] how do I set Atom as my default text editor for all text files? [22:06] hmm, maybe without nomodeset? [22:06] SADQUA: what's wrong? [22:06] oh ok [22:07] basically when I hit “e” and I get the editor, I don’t see what I would expect to see (not that I have ever looked in there before!) [22:07] ah no i was reading the recovery kernel entries like an idiot [22:07] please stand by :) I will come back to you :) [22:07] <-- -10 points [22:08] haha, I am already -1000 points :) [22:16] something weird happened when I did an upgrade from 14.04 to 15.04 [22:16] vlad__: as it should, you missed 14.10 [22:17] tgm4883, I went through 14.10 [22:17] ubuntu-system-settings was installed, which is for phones/touch [22:17] Running 14.04. Why is there no format option when I right click a drive? [22:18] instead of gnome-control-center [22:18] vlad__: everything working otherwise? "lsb_release -a" says what? [22:19] vlad__: without any upgrade logs, I don't know what to say [22:19] and apt-get says i have held broken packages [22:19] Drone`: very well [22:19] how can i get netbeans working ? [22:19] Guest3904: you appear to be trying to talk to a channel bot. [22:19] it keeps failing to start [22:19] goddard: that'd be a better question in a #java channel i would think [22:19] daftykins, lsb_release -a confirms 15.04 [22:19] Drone`: email me if you need anything [22:19] vlad__: so if you run a dist-upgrade now to clear the package issues? [22:20] Guest3904: DRONE is a BOT [22:20] daftykins, 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. [22:20] daftykins: so is Guest... it seems :) [22:20] "parole" has been held back [22:20] :D [22:20] Isn't this a no bot channel? [22:20] no users are allowed to run bots, yeah [22:21] !info parole [22:21] parole (source: parole): media player based on GStreamer framework. In component universe, is optional. Version 0.8.0-0ubuntu1 (vivid), package size 307 kB, installed size 2052 kB === w00tner is now known as Guest87242 [22:21] vlad__: do as you will with it then, i guess [22:22] daftykins, ok, I removed it [22:22] about your main query, no idea - just install what you want? :) [22:23] so when I try to install gnome-control-center, I get more held broken packages [22:23] which I followed all the way to indicator-bluetooth [22:24] which, if I ask apt-get to remove it, claims that indicator-bluetooth indicator-network ubuntu-system-settings ubuntu-system-settings-online-accounts unity8 will all be removed as well [22:25] try a reinstall rather than removing? [22:25] this would be a lot more useful shown in full in pastebins rather than piecemeal, vlad__ [22:25] UserUS, reinstall what? [22:26] vlad___arent you trying to fix a bluetooth issue? [22:27] UserUS: don't bother replying if you don't even know the query. [22:28] Yeah, sorry. Wrong person. [22:29] Still, a reinstall might fix broken packages, wouldn't it? [22:29] daftykins, http://pastebin.com/WuWwxW7T [22:29] if you're unsure, don't assist ;) [22:30] vlad__: did you have any PPAs installed and enabled whilst you upgraded? [22:30] yeah, lots [22:31] vlad____: sudo apt-get -f install [22:31] After messing around with xkb, I messed something up and I cannot use "alt gr + numbers + letter" to create letter with accent above it (like I used to). How do I reset it? [22:31] vlad__: right so you've trashed your install by upgrading whilst they're still on, nasty. [22:32] I thought do-release-upgrade was supposed to just deactivate ppas it couldn't upgrade? [22:32] the upgrade advice is always to remove everything yourself so you don't brick it [22:32] removing *.xkm from /var/lib/xkb, doing sudo dpkg-reconfigure xkb-data and sudo restart lightdm doesn't work [22:32] please! [22:32] I just don't know which package to reinstall [22:33] should I just manually follow the broken packages and remove stuff? [22:33] up to you, i'd check where it's getting gnome-control-center from first [22:33] check which PPAs are active, etc [22:34] okay after getting the ppa:graphics-drivers/ppa [22:34] ? [22:35] and installing nvidia-355 [22:35] yeah...? [22:35] what next, restart? [22:35] if you want to use that driver, yep [22:35] no blacklisting? [22:35] vlad___: sudo apt-get autoclean, sudo apt-get clean, sudo apt-get autoremove, sudo dpkg --remove --force-remove-reinstreq package name [22:35] alu: what is your hardware setup? [22:35] you kinda came in at the middle :) [22:35] x201 external gpu [via pci express] to nvidia gtx 960 [22:36] "x201" ? [22:36] thinkpad [22:36] ah ok. what's the internal hardware? [22:36] i7 and 8gb ram [22:36] no graphics hardware. [22:36] intel on-die only? [22:36] yeah i think so [22:37] confirm with "lspci" [22:37] Come on people! Please give me the answer! How do I reset xkb settings? [22:37] !patience | Aleksa [22:37] Aleksa: 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/ [22:37] host bridge: intel corporation core procesor DRAM controller [22:37] intel corp integrrated graphics controller [22:37] alu: just throw the whole lot in http://paste.ubuntu.com [22:38] http://sprunge.us/cjSM [22:38] its not connected to the card atm [22:39] noticed that ;) [22:39] ok so broadwell only [22:39] if you want just the nvidia card to be in use, you'll have to blacklist intel or just hardcode a base xorg.conf [22:40] not nouvaeu? [22:40] nouvaeu is blacklisted i think [22:40] shouldn't be relevant if you put drivers on properly [22:40] as nvidia will be picked first [22:41] okay so insert blacklist intel [22:41] in what file do I blacklist that btw [22:41] daftykins, isn't there a gui for manging ppas? [22:41] sure. [22:41] is it /etc/modprobe.d/blacklist-nouveau.conf ? [22:42] alu: notice that file has nouveau in the name, so i doubt it [22:42] :D [22:42] hmm [22:42] blacklist.conf [22:43] okay i appended blacklist intel at the bottom of /etc/modprobe.d/blacklist.conf [22:43] gunna restart that pc now [22:43] with the card connected to it as well [22:44] Hello folks :) [22:44] So I booted from a live USB (Ubuntu 12) [22:44] ok, all my ppas are "disabled" according to software & updates (except for Canonical Partners) [22:45] I ran fdisk -l to get my drives [22:45] SADQUA: please type complete sentences so as to reduce spam [22:46] sigh, its booting but the screen is black [22:46] a screen connected to the card or the onboard? :) [22:46] card [22:46] well, pastebin /var/log/Xorg.0.log afterward. [22:47] haa, I am sorry, that is a bad habit of mine! :) So I am used to fsck on a Mac but not on Ubuntu as such. I ran fsck /dev/sda (that is the raid super block). It says the superblock is invalid. Bad magic number. [22:47] i can ssh in [22:48] It does not show the partitions when I run fdisk -l, I tried running fsck on /dev/sda1, 2 and 3. It seemed to run on them [22:48] daftykins, http://askubuntu.com/questions/676838/how-to-reset-xkb-settings [22:48] http://sprunge.us/MKPV [22:48] Aleksa: i don't want that. [22:49] daftykins, ubotty told me to ask there. I did it. [22:49] SADQUA: time to backup then as i mentioned, you should've done that not just fsck'd immediately [22:49] Aleksa: no, i typed a trigger which told you to drop your attitude and go hunt for yourself instead of demanding help :) [22:50] no, it told me to be patient [22:50] anything look strange in there daftykins ? maybe i can reinstall the drivers with it plugged in now [22:51] haha, yeah i'm stating my version ;) [22:51] Aleksa: notice how i typed !patience prior to the bot's message. [22:51] alu: looking now. [22:51] if being patient means someone will finally get to remember how to reset configurations for xkb (to match the state of fresh installed system), I hope I'm patient enough [22:52] it's a one line command for terminal [22:52] Aleksa: my point was, don't hassle people who help for free, in future. goodbye. [22:52] alu: nvidia module failed to load, i suspect it didn't install for the running kernel - run "dpkg -l | grep linux-image" and pastebin [22:53] alu: also "cat /etc/issue" [22:53] http://sprunge.us/MTaE [22:53] Ubuntu 14.04.3 LTS \n \l [22:53] alu: i think your blacklist method is wrong as it's still loading intel etc. too [22:54] !info linux-image-generic-lts-utopic [22:54] Package linux-image-generic-lts-utopic does not exist in vivid [22:55] Hmm this is my /etc/modprobe.d/blacklist.conf http://sprunge.us/JCAM [22:55] !info linux-image-generic-lts-utopic trusty [22:55] linux-image-generic-lts-utopic (source: linux-meta-lts-utopic): Generic Linux kernel image. In component main, is optional. Version 3.16.0.49.40 (trusty), package size 2 kB, installed size 27 kB (Only available for i386; amd64; armhf; arm64; ppc64el; powerpc) [22:55] no use to me, i've never blacklisted [22:55] hmm === Guest87242 is now known as w00tner [22:56] alu: try reinstalling the nvidia package, it didn't generate a module for whatever reason [22:56] prob cuz i installed it without having the card plugged in [22:56] ill purge nvidia-* first [22:56] no it shouldn't matter [22:56] oh [22:57] okay what command then [22:57] but sure, a reinstall now would be fine [22:57] >_> alright [22:57] isnt there an apt-get reinstall command [22:58] purge and reinstall will do nicely [22:59] nvidia-355 [22:59] anything else? [22:59] nope [22:59] i've not had anyone have that PPA work well though btw :) [23:00] hi [23:00] i need help please... [23:00] thats a good thing tho :o [23:00] i just installed ubuntu 14.04.3 on a desktop [23:00] doulos: ok... [23:00] but i cant see the mouse pointer [23:00] replug the mouse [23:00] everything else is showing ok [23:00] no... [23:00] doesnt work [23:00] USB 2 slot? [23:01] sometimes it shows... (randomly) [23:01] any slot... [23:01] ts the same... [23:01] get another [23:01] i read it was a problem with the 2 monitor option, i disabled that, but nothing :/ [23:01] its not the mouse [23:01] it seems like a video card issue... [23:01] sounds like some driver/video issue [23:01] yep [23:02] ctrl+alt+T -> sudo apt-get update && sudo apt-get install pastebinit -> pastebinit /var/log/Xorg.0.log [23:02] do u think it can be fixed... i installed Lubuntu before this, and was showing the same issue... [23:02] ill try [23:02] I think I randomly read somewhere about this problem at some point [23:03] and it was fixed by a xorg.conf setting [23:03] be a shame to have to bring that file back [23:03] AvatarA: thks, ill see. [23:04] well not everything can always be perfectly auto-set, just too much hardware out there [23:05] okay it finished installing [23:05] i know that :) [23:05] After installing nvidia-355 should I restart [23:05] but you would wonder what is so special about this mouse :D [23:06] rebooting anyways, hope I can boot into X... [23:07] is anybody finding that notifications in 15.04 act strangely? I have a notification that came from another IRC channel (using Quassel client) and despite the fact I addressed the client's activity about 30 minute sago, the notification is just staying on my screen. [23:07] I've had behavior like this on 2 totally different 15.04 systems. Kind of curious if something is broken in 15.04 series or if this is a weird fluke only hitting me and my systems. [23:08] daftykins: it boots into black screen still T_T [23:09] /var/log/Xorg.0.log = http://sprunge.us/Reje [23:10] How can I reinstall all of the printing functions for Ubuntu, my printing service is incredibly slow, I am sure it has a problem [23:10] alu: still no module, remove that PPA - remove the utopic HWE and update to the vivid HWE maybe [23:12] is there a ppa that will keep LibreOffice up to date faster than the Ubuntu repository? [23:12] ask the libre office folk [23:12] if there is it won't be supported here [23:12] daftykins: i have the info... http://paste.ubuntu.com/12517949/ [23:12] thks... [23:13] remove the utopic HWE and update to the vivid HWE maybe [23:13] what are those? [23:14] google [23:15] OK, I was able to setup my Bluetooth headset in a admin account but not in a non admin account. [23:16] doulos: any errors shown from "dmesg | tail" ? [23:17] noahmg123: is your user missing some kinda relevant group? [23:18] doulos: try "gsettings set org.gnome.settings-daemon.plugins.cursor active false" [23:19] hi. got disconnected. did anybody reply to me? [23:23] I am having issues switching profiles on my bluetooth device === ircmaxell is now known as giantwaffeldonke [23:26] noahmg123_: is your user missing some kinda relevant group? [23:27] daftykins: that might be it. It is not a sudoer [23:27] * genii ponders plugdev [23:28] noahmg123_: yeah i meant any other than which would grant sudo use really [23:29] daftykins: say again? [23:29] "a different one" [23:30] noahmg123_: Try adding your non-sudoer user to the group plugdev [23:30] genii: that looks like it might be it. do I need to log out and log back in after? [23:30] * genii wanders off to watch hockey [23:31] noahmg123_: Yes, for the change to take effect [23:31] genii: thx [23:31] noahmg123_: Hopefully that does it :) [23:31] * noahmg123_ doesn't care that much for hockey [23:34] geniI logging out now. [23:35] noahmg123_: good [23:38] ok I'm back. did not work [23:39] noahmg123_: good [23:39] did NOT work [23:39] noahmg123_: good [23:39] youttuoy: uh... why is that good [23:40] noahmg123: restart [23:47] hi [23:48] someone here ?? [23:48] hi [23:48] nothing ahh ? [23:48] i am here [23:48] whats up mate [23:48] good to see life on freenode [23:48] nothing [23:49] yeaaa aha where u from ? [23:49] server_: got a support question? this channel isn't for chat [23:49] #ubuntu-offtopic for that. [23:49] im there too [23:49] ty im sorry [23:50] thanks mates im just testing hexchat in ubuntu mate [23:50] #hexchat [23:50] ^ [23:50] i use that too [23:51] that's nice [23:51] :) [23:57] daftykins: hi. the profile switching is still not working. I added the sudo group and am going to test it soon. Currently I am looking into erros in the logs. [23:57] roors# [23:57] errors*