[00:04] np [00:09] How can I change a dns cache if that's the right term for it [00:10] Because thanks to my dad reddit redirects on my home network [00:10] It works fine if I'm on a vpn [00:10] Then you should ask your dad ;) [00:10] So I have to assume he's messed with the DNS settings? [00:11] or he wants you not to surf on reddit :) [00:11] Well probably [00:12] Then hypothetically speaking, how could someone set up such a redirect [00:12] ? [00:12] peter__: He stopped you from visiting reddit - we dont know how/what he did :) [00:12] Hmm [00:12] Not really, since it works when I'm on a vpn, or not on my network [00:13] Is there a way to set the ip address that reddit.com is associated with locally? [00:14] Hello, I just installed Ubuntu. I'm having issues from transitioning from Windows 7. I installed it all successfully, however I cannot find my recovery partition. Is there a way I can re-add it or will it be hidden until I install Windows (which I don't want to do) [00:15] Help would be much appreciated :) [00:15] alzeller1: how did you install ubuntu? i'm afraid the recovery partition might have been erased. [00:15] ( you can still get it back though ) [00:15] Used the "Other" when selecting which partition, don't worry... I selected to mount it to /recovery [00:16] That or it mislead me [00:16] alzeller1: not sure what you mean by mount it to /recovery [00:16] hardtail: heyyy [00:17] It said that I can select to place it anywhere; however if it doesn't have that option, I don't know what to do because I have all of my Java code and stuff on there as well as some media. [00:17] Is there any way that I can get it on Ubuntu? I don't have access to Windows, because it's running alone. [00:17] hello [00:18] if i use this configuration http://paste.ubuntu.com/9685056/ it will rotate log monthly OR if it reaches 500MB right ? [00:19] anyone know if there is a way to move lvm logical volumes from one drive to another without changing the identifier so that it maintains its bootability without changing config files? [00:19] leeyaa: Indeed. But I'd set a much smaller size, though. [00:20] bekks: so if i run this hourly it must rotate log once a month or if it reaches size must rotate it hourly [00:20] it is just example config [00:20] ive set it up as hourly cron job [00:21] each hour i want to check for size and once a month do rotation anyway [00:22] bekks: could you please confirm that configuration will do what i intend :D [00:22] as i am bit confused with newer and older logrotate versions [00:22] If I cannot get help here, I'll try out the forums, as that might be the best bet for my situation at this point. [00:23] leeyaa: IT will rotate the log monthly or if it reaches 500M. [00:23] thats great, i was worried ill have to setup a second logrotate [00:23] sweet [00:23] leeyaa: dont forget to compress rotated logs. [00:24] bekks: yeah i will but without delay [00:24] not sure if this might break some service [00:25] hikenboot: I would expect a standard pvmove to do that, it certainly won't change the filesystem UUID as that's one layer above LVM. [00:27] do you think without delay logrotate might be wrong ? [00:27] leeyaa: You can even delay compression, that not tragically. But having 10 uncompressed log ratations lying around there, which 500M each, isnt a good idea :) [00:28] bekks: i am compressing logs, but without delay. not sure if that is ok [00:28] so the first log it rotates gets compressed [00:29] leeyaa: Why are you concerned about it? :) It will not break things. The first log isnt compressed for easy access, only. [00:29] It is just wasting space :) [00:29] bekks: because i dont know how logrotate works exactly [00:29] for example if it moves the log or copies it or something like that [00:29] there is a possibility it might bake some custom service [00:31] Jordan_U, are you sure? I did a pvmove and it was required that I change the UUID in a config file. I want to avoid this problem to be able to automate this process === aaron_ is now known as ahoneybun [00:34] bekks: hm, will it be possible to make the monthly rotation to be at midnight ? [00:34] Hi [00:35] or wait thats what will happen i guess [00:35] since when it gets midnight it will run hourly + use the monthly variable === Enissay_ is now known as Enissay [00:36] am i right? :P === 6A4AAZM85 is now known as opt1ckz [00:38] hikenboot: What config file? [00:39] at what time does ubuntu run hourly jobs from /etc/cron.d/hourly ? [00:40] i mean from /etc/cron.hourly lol [00:40] 17th minute, hm [00:41] well thats still midnight for monthly rotation 00:17 === corey84-- is now known as Corey84 [00:42] leeyaa: check timings in the /etc/crontab file, it specifies to computer what 'daily' means there [00:43] svetlana: yeah i found it [00:43] sorry, 'hourly' (actually it does for all) [00:43] so monthly rotation will run at 00:17 which is perfect for this case [00:44] :) [00:44] will changing server date allow me to test monthly rotation ? [00:53] im having trouble adding a new network interface to a ubuntu vm [00:53] ive created a new eth1.cfg in /network.d [00:54] and added the static info there and ifup eth1 didnt work neither did networking restart nor did reboot. what am i missing? [00:56] hello [00:56] hello [00:57] hows the day treating you [01:02] Display Resolution question. I am using a dual monitor setup the first is connected via DVI its an Acer 22" Monitor when I go into display settings It gives me Resolution options 1280x720 ...1440x900....1680x1050 and then max of 1920x1080... The 2nd monitor is a 46 in Westinghouse Television Connected by HDMI... It skips from Resolution 1280x720 to max of 1920x1080 I need a resolution somewhere inbetween those on the TV How [01:16] Any one have recommendations for a ticketing system compatible with kubuntu server === kitchen is now known as Guest76453 [01:16] ##LinuxHelpGuy [01:24] Hey all === corey84-- is now known as Corey84 [01:38] hey guys, i have a bash script that starts and stops a few daemons. i'm attempting to run this script (script.sh) via the crontab, and i see it's being run via /var/log/syslog, but it's not actually stopping / starting the daemons. any ideas? [01:38] i've tried * * * * * bash /var/scripts/script.sh [01:38] #/usr/bin/sh /var/scripts/script.sh [01:38] also [01:39] just /var/scripts/script.sh [01:39] in crontab [01:39] in /var/log/syslog i see "Jan 6 19:39:01 db3 CRON[1116]: (root) CMD (/var/scripts/script.sh)" [01:40] but the daemons it's supposed to start and stop just keep going without stopping [01:41] gx: 1) /usr/bin/sh is not a valid location. 2) What happens when you run the script manually? [01:42] when i run it manually, it runs just fine [01:42] ./script.sh works, [01:42] also 'bash script.sh' [01:42] it stops and then starts the daemons [01:42] gx: Are there any sudo calls in the script? [01:42] no [01:42] it's meant to be run as root, though [01:43] and i've all but confirmed it's doing as such [01:43] well, technically yes they're sudo calls [01:43] within the script it's: [01:43] #!/bin/bash [01:43] clear [01:43] stop daemon1 [01:43] sleep 10 [01:43] start daemon1 [01:43] gx you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted [01:44] What is an ELF header? [01:45] ^ that's about it Pici [01:45] Hello everyone. I've created SW raid, consisting of /dev/sda1 and /dev/sdb1, it's called /dev/md0. I think GRUB has been installed on /dev/md0 but for some reason, that PC won't boot up [01:45] It just says there's no bootable media available. USB boots ok. Now, should I install Grub somewhere else, since I assume md0 is not available from the beginning to the BIOS? [01:45] Thank you [01:45] Numline1: Grub's boot sector needs to be installed to an area that your BIOS can read from, so installing to /dev/md0 can't work. [01:46] Jordan_U, hmm, strange, because I just got fatal error when it was installing grub-install 'dev/sda /dev/sdb' [01:46] It somehow worked ok during the second install [01:46] Now I'm not sure whether I should create special EFI partition or just install it on sda or sdb or both :( [01:46] gx: syslog says that it is running the command, perhaps try adding this to the end of the crontab line to see if it throwing any errors that you aren't seeing: >> /tmp/script.log 2>&1 [01:47] I'm currently running some recovery DVD/USB which should repair booting [01:47] Pici i figured it out- i needed PATH=$PATH:/sbin/ in my .sh script [01:47] doh! [01:47] thanks thogh [01:47] Numline1: Please pastebin the contents of /proc/mounts. [01:47] gx: np [01:47] crazyhead42: http://manpages.ubuntu.com/manpages/trusty/en/man5/elf.5.html [01:48] Jordan_U, would you like the content of the mounted md0 or the live DVD? [01:48] ummm... in noob please? [01:48] I've created mount point in /mnt/md0 just to verify it works [01:49] Jordan_U, oh, md0 is empty since it's not running. I'll give you the live DVD proc mounts in a sec :) [01:50] Jordan_U, here you go http://pastebin.com/XUcUQya4 [01:50] thanks in advance [01:52] The current state is: I have GRUB installer ready here, not sure if I should install it both on sda and sdb or just one of them [01:53] Assuming the logic of RAID1 I'd say both, I'm just not sure what'll happen [01:55] Numline1: You seem to have /dev/md0 mounted twice, that seems like a bad idea. [01:55] yep, just by an accident, other than that, it's not causing any troubles [01:56] it's just live DVD [01:56] Numline1: sudo umount /mnt/md0 [01:56] Numline1: Then please pastebin the new /proc/mounts. [01:58] Jordan_U, here you go http://pastebin.com/LMXRCee3 [02:00] Numline1: What is /dev/md129 ? [02:00] Numline1: Is this a UEFI based or BIOS based machine? [02:01] Jordan_U, /dev/md129 is raid 1 swap [02:01] and it's both UEFI and legacy BIOS [02:01] free says I have no swap. I just installed a new harddrive, did a fresh install, default encryption. What's wrong? [02:02] Jordan_U, lol, I've installed GRUB on both sda and sdb, it works now [02:02] yay [02:03] Numline1: Why does your RAID1 swap contain a vfat filesystem, which is currently mounted to /mnt/boot-sav/md129? [02:05] Jordan_U, oh, my bad, md128 is swap, md129 was efi boot partition I've created [02:05] and I no longer need [02:05] I'll remove it/them [02:06] Numline1: You can't have an EFI System Partition on top of mdraid anyway, as again it's something that your boot firmware needs to access. If you're trying to intall for UEFI, then you need an ESP on one drive, as a plain fat32 partition. [02:07] Jordan_U, indeed, I'll scrub it, I've tried to use RAID on it which was dumb of me [02:07] anyway, using GRUB on both /dev/sda and /dev/sdb should work, shouldn't it? [02:07] I mean it's booting but in case one of those drives goes bye-bye [02:08] Numline1: For a BIOS based system, yes that will work. [02:09] Jordan_U, awesome, thank you sir [02:09] reported that I'm affected by this bug: https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1310058 === zz_saschpe is now known as saschpe [02:09] Launchpad bug 1310058 in ecryptfs-utils (Ubuntu) "ecryptfs-setup-swap hints after reboot" [High,Confirmed] [02:22] Hi all [02:26] Ummmmm, if an install attempt crashes when "check disk for defects" is chosen, is that a virtual box problem, or an ios issue? [02:31] hello after a recent distrobution upgrade (the most recent distro) it rebooted to continue the upgrade and has been stuck after "* Stopping Mount network filesystems" for days, from whative researched it has something to do with the interfaces file which seems correct because plugging in eth0 it reads starting/stopping but is still stuck, whatcan i do to fix this? [02:33] sorryif some of my words are mashed togather need a new keyboard space hasntworkedwell since i puked on it... [02:34] ewwwwwwwwwww. [02:34] hehe yeah [02:35] do you know anything about virtual boxes? I think I ran the #vbox guys dry with my inability to make this thing work. [02:35] i cleaned it buthasnt worked right since... [02:35] crazyhead42: troops [02:35] what vm enviroment? [02:36] crazyhead42: problem [02:36] kvm, hyperv, esx? [02:36] 1. don't know what "troops" is. 2. Oricle VM Virtual box I think [02:36] Uhhhhhh [02:36] Keep it friendly enough for someone whose never been successful at making a virtual box work. [02:37] crazyhead42: what is the issue? [02:37] crazyhead42: what's the trouble. [02:37] sorry I havent worked with esx since 4x [02:38] Inabiity to install the first OS to go in there. I've so far gotten to the point where I can view the initial screen for the install (let me grab the link from tumbler) [02:38] http://crazyhead42.tumblr.com/post/107285624705 [02:38] did you connect the cd drive or usb? [02:38] ie mount the installer [02:39] Virtual CD, I tried USB, but it wouldn't take it, so I'm mounting the ISO as a CD [02:40] Maybe it's just slow crazyhead42 [02:40] I think I've mounted it in the virtual box (key word: think) and now it's mounted on my host system as well [02:40] I doubt it [02:40] You should see my errors [02:41] crazyhead42: well, select install and give it a go at that screen [02:41] This was my initial error. http://crazyhead42.tumblr.com/post/107280693765/just-for-me-itll-dissapear-in-a-sec I have something only a little different there. [02:41] crazyhead42: vbox acts like a real pc just with simulated hardware. [02:41] crazyhead42: use option to check disk for defects. [02:41] hi [02:41] I did select install. I also did nothing and chose "run without installing" [02:41] And that one too. [02:42] My primary monitor in my dual screen blinks sometimes. i use AMD Raedon and xubuntu 14.04 here is my log.0.old http://paste.ubuntu.com/9684566/ [02:42] I'll upload the even newer one. [02:42] crazyhead42: what host OS is it? [02:42] have you tried followingone of the onlinetutsfor.installing? [02:43] Windows 8, Bios unaccessable. [02:43] scroll.up.k1l [02:43] anyone knows what to do? [02:43] crazyhead42: there's an option to check the disk [02:44] third one down. [02:44] have you tried a virtual bios? [02:44] Did the same EXACT thing. (wierd, I would have thought it would do something else) [02:44] No, how do I get one? [02:44] i dont know aboutvirtualbox buti know itsan option inesx [02:45] just a radiobox easy to miss [02:45] http://crazyhead42.tumblr.com/post/107370492450 is the newest one. and ummmm, no clue what you are saying now.... [02:45] Hello.. [02:45] my usbstick is returning /dev/sdb contains GPT signatures, indicating that it has a GPT table. [02:45] how fix that ? [02:46] crazyhead42: what I'd your host OS. And is it 64 bit. [02:46] ahh good olkernel panic [02:46] crazyhead42: give the vm more ram [02:46] Not sure about what you said in that first part, but I am running a 64 bit windows 8 [02:46] VM more ram, okay. That much I know how to do. [02:47] http://www.wikihow.com/Install-Ubuntu-on-VirtualBox this is an easy how to with pictures. you can skipp the get ubuntu and get vbox part. [02:47] kernel panic is at least one of the easier errors it usually means youscrewed something up [02:48] Memory = ram, right? [02:48] usually [02:48] yes, not the disk space. the RAM [02:48] How much do you reccommend giving it? [02:49] how much the whole system got? [02:49] yeah but ocasionally some ignoramous willfoulthatup and refer to the hddas the memory... [02:49] 380 something usable [02:49] something? [02:49] no, not disk space [02:49] sorry, forgot the decimil [02:50] 380MB? [02:50] RAM, which is working memory. 2Gb or 4GB or 16GB [02:50] 3.8 something gb [02:50] usable, not total. [02:50] crazyhead42: https://rufus.akeo.ie/ make a sub with that. [02:50] so give it 2GB [02:50] gah, frell. conversions. [02:50] no need for that, vbox can mount .iso [02:50] crazyhead42: I meant make USB. [02:51] ohh yeah can anyonehelp me? [02:51] lol [02:51] I have a USB, but I can't get the system to see it right or something. (yes, it's annoying). and what's a "sub"? [02:52] crazyhead42: sub was meant to be USB [02:52] usb? [02:52] crazyhead42: do you want to run ubuntu in a vbox or do you want to create a live-usb? [02:52] Run ubuntu in a virtual box. [02:53] ok, so forget about the usb now. we dont need that in this case [02:54] I shouldn't go the full 50 percent, my task manager is telling me I'm using over 65% at the moment [02:54] crazyhead42: http://www.slysoft.com/en/virtual-clonedrive.html install that mount the UBUNTU ISO. try installing that way. [02:55] macadoo: please stop [02:55] macadoo: he doesnt need that at all. he is trying to install ubuntu in virtualbox which is a vm [02:55] Oh, I think it worked. [02:55] k1l_: it's faster than a DVD. You goof. [02:56] macdoo check pm [02:56] macadoo: please if you dont know what the task is dont just guess advices. [02:57] hi guys! [02:57] I think that worked. Yep, whole new screen. Thanks! [02:57] k1l_: I ran and installed ubuntu on host Windows. You goon. === aaron_ is now known as ahoneybun [02:59] sup sweetcheeks [02:59] i've restarted my machine after having booted it into windows and now my third monitor has decided it does't want to display. it doesn't show up at all in System Settings -> Screen display either. I've tried changing tyhe drivers and restarting, but it still doesn't seem to detect it. Clicking the "Detect Displays" on the Screen Display panel doesn't make it appear either. I'm running Ubuntu 14.04 on this install. Any ideas? [02:59] ;) [02:59] bbiab [02:59] Macadoo, my situation was abnormally complex. I wasn't trying to write a dvd or cd for instalation elsewhere, but was working in a virtual machine. @k1l_ was actually the one who figured out my problem. [03:00] hegonecrazy [03:00] bobbytom: do you have a support question? [03:00] yes [03:00] hello after a recent distrobution upgrade (the most recent distro) it rebooted to continue the upgrade and has been stuck after "* Stopping Mount network filesystems" for days, from whative researched it has something to do with the interfaces file which seems correct because plugging in eth0 it reads starting/stopping but is still stuck, whatcan i do to fix this? [03:00] bobbytom: please ask it, or take the chat to #ubuntu-offtopic [03:01] second timeactually [03:01] And now it tells me that I need more hard drive space. -_- [03:01] bobbytom: then best to wait patiently until someone has an answer, or help others while you wait. Random comments help no one. Thanks [03:01] crazyhead42: what did you set it to? [03:01] somsip they wernt random andiwashelping crazyhead... [03:01] Probably 6. [03:02] Yep, 6. [03:02] Oh, this is going to be annoying. Too bad I can't just increase it. [03:03] crazyhead42: you are aware you are making a full desktop OS isntall there? i would recommend you make it more like 20GB. you can set it to increasing with usage, so it will not block the whole 20GB on the windows machine. [03:03] crazyhead42: stop the VM. then remove the old virtual disk and create a new one for that ubuntu VM. [03:04] nvm. just r&r'd the monitor cable from the video card and it's playing the game again now :) [03:05] Alexander | Kiselev | VISA | 4874156550021617 | 032 | 1/2015 | | Komsomolskaya Street 283G - 19 | | Yuzhno-Sakhalinsk, S | | | 693023 | | +79147599544 | | | Russia <- lets fuck this russian pig. bless Ukraine! [03:06] russian pig? [03:06] dont mind the trolls. [03:06] k [03:06] Oh, oops! forgot something [03:07] How do I give it web access? [03:07] I'm on a laptop, so preferably through my wireless [03:07] virtual networking [03:07] crazyhead42: as standard it uses the internet from the windows [03:08] Ummm... I broke the standard a bit ago, so I need to know what it was set to. (that one is totally on my concous fault) [03:09] crazyhead42: ok. just start over with a new VM. [03:09] Okay, I think there is one I haven't broken yet. [03:09] crazyhead42: see my link to the howto. just follow that from the part where the virtualbox is installed in windows. === ubuntu-studio is now known as cfhowlett [03:16] hello after a recent distrobution upgrade (the most recent distro) it rebooted to continue the upgrade and has been stuck after "* Stopping Mount network filesystems" for days, from whative researched it has something to do with the interfaces file which seems correct because plugging in eth0 it reads starting/stopping but is still stuck, whatcan i do to fix this? [03:19] ahh fk it im out [03:19] Thanks for your help though [03:20] I have got to get out of conference mode. -_- [03:20] I am having a hard time opening a port on my server. we have a 5 IP range, it is open on our 0.0.0.3 address, we need it open on our 0.0.0.6 IP. I can't seem to figure this out, help please? [03:24] so day 3 of an incompatible device [03:25] I am having a hard time opening a port on my server. we have a 5 IP range, it is open on our 0.0.0.3 address, we need it open on our 0.0.0.6 IP. I can't seem to figure this out, help please? [03:26] farva: try this http://www.ipaddressguide.com/cidr [03:26] ty, reading it now =] [03:27] ummm...not sure what that is, or how to use it [03:27] linux newb going from 0 to hero in 6 months [03:27] farva: put in a range of ip addresses, get a CIDR back, use CIDR to allow port access [03:27] so if a usb device firmware has a cd mounting with drivers on it, would that cause the device not to load properly.. and then what way can I work around that? === user_ is now known as dooshtu [03:29] or what can I do in a situation where no drivers for a device are available... going about making drivers that is... [03:30] ? [03:30] what device? see for it if someone solved that already for that device [03:30] 大家有什么好的文档吗 [03:31] !cn | winxp [03:31] winxp: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [03:31] i haven't when searching [03:34] http://pastebin.com/WmBUmh11 [03:35] this is what i've compiled so far, that and next to tracking down someone to get linux support for the device *hah* but i'll try tomorrow [03:37] skweek: well, i just found 2 guys who returned the usb eth adapter because it didnt work on linux [03:37] kind of not what I want to do... [03:38] I want to contribute to the community a fix for the device compatibility ideally [03:39] ok. so i dont know how to provide drivers for linux on that level. [03:39] lol [03:39] well. more make drivers. good luck with that [03:39] I have no idea where to start honestly [03:40] maybe disecting drivers? [03:40] this is not working out for me with the opening of the port on the specific IP I need it to be on. I do not know what the CIDR is or does >.< [03:41] farva: on what are you trying to open the port? Router, firewall? [03:43] a server machine [03:43] if you're trying to open ports on a router I would suggest http://portforward.com/ if in ubuntu from cli I would suggest ufw there's a gui for it also [03:43] farva: any particular software that you're using? A few details would help [03:44] I am opening the port for a game server, using a plugin that needs that port [03:46] farva, have you tried disabling the firewall? read uncomplicated firewall's manual pages "man ufw" [03:47] well, that makes me a bit nervous.... [03:47] we kinda need the firewall lol [03:47] farva: so you're using ufw? [03:48] yes [03:48] farva: that's what I meant by needing details. [03:48] lubuntu rulez [03:49] sorry, not always so sure what I need, linux newb here [03:49] Hey guys I'm trying to install teamspeak3 from the site [03:49] well don't leave it disabled [03:49] I ran the .run file and accepted the license and it created a directory, now when I do ./ts3client_linux_amd64 I get error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory [03:50] farva: like this? http://ubuntuforums.org/showthread.php?t=2210580 [03:50] But I can see libQtCore.so.5 in the dir [03:50] Ah never mind [03:52] I think maybe? Let me try to be more specific, we have an IP range from 0.0.0.2 to 0.0.0.6, the port is closed on all IP's except for 0.0.0.3. We need the port open on 0.0.0.6 [03:53] Hi, How can I use the gpard GUI in ubuntu 14.10? [03:53] farva: so allow it for a range of addresses --src-range 0.0.0.2-0.0.0.6 [03:53] and what command do I use to make that happen? [03:54] farva: did you read the page I just sent you? [03:55] yes I did, I was not sure if that was what I need to enter, I will do that now =] [03:56] hi [03:56] I always 3x check when entering commands...I have messed a few things up not knowing what I am doing lol [03:56] hi [03:57] typing a 1, instead of an l - that got me when I first started [04:02] testing it now [04:03] lol>? [04:04] yingxionglianmeng ,,,,wuweixianfeng [04:04] somsip: well it said the rule was updated. I used this command: sudo ufw allow from 10.0.1.32/27 to any port 631 but when I check the port [04:04] freelron, ask your ubuntu support questions ... in English please [04:04] it is not open still =[ [04:04] well [04:04] sorry [04:07] somsip: I also tried just the IP like: sudo ufw allow from 10.0.1.32 to any port 631 [04:29] Any of you guys have nice looking fonts on your Ubuntu system, but not in Chrome? [04:36] hello I have NGINX+TOR connecting to the ip nginx is bound to works fine but I can't connect to my tor hidden hostname the connection times out is there a known issue with tor? === paulus68_ is now known as paulus68 [04:51] I can't access my VPS after applying this iptables RULES using default policy as DROP http://paste.ubuntu.com/9685909/ Please verify the rules. === dan_ is now known as Guest42923 === dan__ is now known as Guest8829 === sburjan` is now known as sburjan [05:14] hello [05:14] llo [05:16] can anyone recommend a good book or guide to learn ubuntu (and linux in general) ?? [05:16] yes [05:16] rich: ubuntu have the help system, which you can type help in the dash, and start from there :3 [05:18] rich: there're also manpages, info page, which you can type in terminal. Example "man man" and "info man". And don't forget the --help argument when you run a command, example "man --help" [05:18] rich: IMO, this is enough to start :3 [05:18] !manual [05:18] 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/ [05:19] else there is a monthly fullcirclemagazine [05:19] i know... but i want a method that teaches me in a linear way... from novice to advanced... i am using 14.04 right now..and love it.. and get by .. but i dont really understand alot ... cat.. chmod...other basic stuff even... [05:21] rich: the best way is to experience and tryout yourself [05:22] rich: in linux you can never be advanced, as we learn here every day [05:23] rich: try to learn to using --help, man, and info will lead you to advanced >:) [05:23] the *Nix learning curve is never ending. [05:24] i know it'll take a long time... but i wanna get to the point where i can do some bash scripting... install a package from source... [05:24] rich: so experiment and read much, idle in scripting channels and here [05:24] rich: did you read man bash and man apt-get? [05:25] Join the bash channel, in the channel topic, there are some great links for beginners and advanced users, like Mike's wiki etc. [05:25] thank you [05:25] rich: and if you have questions, here's the place to be [05:29] Allot of folks overlook perl and shell scripts, but without them being the glue, Debian based distros would be in terrible shape package wise .. see /var/lib/dpkg/info :-) [05:33] hello, im wondering if anyone knows what i need to do to have my second hard disk mount as if it were a usb drive when i boot my pc [05:35] !fstab | ghostx562 [05:35] ghostx562: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions [05:35] lotuspsychje: sweet thanks [05:35] !auomount | ghostx562 [05:36] automount | ghostx562 [05:36] !automount | ghostx562 [05:36] ghostx562: Automount is the modern way to mount directories over a network. It is much easier to manage and more economic in bandwidth than static mounts via fstab. For more info - https://help.ubuntu.com/community/Autofs [05:36] Or this one: https://help.ubuntu.com/community/AutomaticallyMountPartitions [05:38] lotuspsychje: does it matter if my drive is NTFS? [05:39] !ntfs | ghostx562 [05:39] ghostx562: To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE [05:39] i tried to use it that way but it mounts it in the /mnt folder, i want it to be found on the desktop or the menu on the left [05:39] ghostx562: wich ubuntu version do you have? [05:40] 12.04 [05:40] i used to have it setup that way, had my os drive die and i had to reinstall, now i can't remember how to get it going. im reading that link right now to see if my answer is there [05:41] put it into fstab. you can tell it where to mount [05:42] ghostx562, The basic steps are, you create an mount point, partition the second drive, them in fstab, add the entries to mount what you want and where. [05:43] install restricted extras, then your ntfs would be recognised and appears in your unity panel, only one click and you are mounted. [05:43] OerHeks: ok im gonna try that/ [05:43] that.* [05:44] seem to already have them installed [05:45] i think it might have been an app i had installed that did the work. i cant remember off the top of my head [05:47] OerHeks: i didnt know ntfs was inside ubuntu-restricted-extras, tnx for the hint [05:53] join #freebsd [05:54] hmm no luck [05:55] ghostx562: you might need a reboot mate [05:55] it gives me an error when trying to mount drive [05:55] ghostx562: what kind of error? [05:56] does this channel support 12.04.x? or just the latest 12.04.5? [05:56] retroispresto: all ubuntu versions from topic [05:56] first is said UUID is bad, then it said something about the directory not being found in the /media [05:57] ghostx562: try the solution from OerHeks and install ubuntu-restricted-extras [05:57] lotuspsychje: restricted extras were installed [05:57] already [05:57] oh [05:57] kk [05:57] !uuid | ghostx562 [05:57] ghostx562: To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [05:58] ghostx562: maybe pastebin your fstab, so we can take a look? [05:58] may want check to see if blkid is seeing the drive [05:58] ok 1 sec lotus [05:58] blkid is seeing driv [05:58] drive [05:58] let me pastebin [06:00] Okay, I installed a fresh version of ubuntu (14.04) on my main computer. I am using an ethernet cord to connect to the internet, and it worked fine on windows. After installing ubuntu, I can no longer connect to the internet. Pinging google gives me unknown host. Can anyone help? I am a tech savvy guy but I can't figure this out [06:01] that's odd, I dont have ubuntu-restricted-extras installed, and both my NTFS drives are automounted [06:01] bandors: sounds like possibly eth0 or wlan0 is not configured or DNS issue [06:01] ki7mt: same here, strange tha he can automount [06:01] bandors: open Terminal, and type ifconfig [06:01] I changed DNS to 8.8.8.8 and 8.8.44.4 [06:01] okay [06:01] I will [06:01] paste the output into here [06:02] ipconfig = command not found [06:02] oh derp [06:02] ifconfig [06:02] sec [06:02] let me type this out [06:02] one line at a time [06:02] !pase [06:03] !paste [06:03] 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. [06:03] I have no internet on my linux computer, I am on my laptop right now. [06:03] lotuspsychje: http://pastebin.com/6n4zfrxm [06:03] I could take a photo though [06:03] one sec [06:04] Transfering USB to upload [06:04] ghostx562: this is the right uuid from blkid? [06:04] lotuspsychje: yes it is the 22aa device already loaded from the beginning but it doesn't automount [06:04] anything i am missing? [06:05] Here [06:05] http://i.imgur.com/PPkMvm4.jpg [06:05] ghostx562: if you compared the right uuid from ntfs blikd, should work [06:05] Thanks for the help [06:05] lotuspsychje: it won't automount tho, anything i am missing that you can tell? [06:06] ghostx562: are you logged in as the main admin of your system? (not as other user?) [06:06] yes, one and only user. no other users [06:06] hmmz [06:07] Yes [06:07] oh wait [06:07] asking him a question [06:07] lol its driving me crazy, i can't figure it out [06:07] ghostx562: maybe you could try 14.04 install [06:08] Did someone read the imgur photo I posted? [06:08] lotus, i can but my system runs very slowly on anything over 12.04. im going to try maybe lubuntu 14.04? [06:08] bandors, let me take a peek at it [06:08] http://i.imgur.com/PPkMvm4.jpg if you do not already have it [06:09] Trying to solve this internet problem [06:09] ghostx562: also strange you can run 12.04 fine, and trusty not [06:09] ghostx562, Heres simple how too I had bm'd for 12.04, may be work a run through, but seems like you've done all of it already: http://www.liberiangeek.net/2012/04/auto-mount-windows-ntfs-partitions-in-ubuntu-12-04-precise-pangolin/ [06:09] lotus, anything that is graphics demanding runs my pc slowly [06:09] bandors: did you check sudo lshw -C network for seeing drivers? [06:10] bandors, post a screen cap of your internet settings. also make sure that you have a driver for the ethernet card [06:10] Okay, first I will post a photo of internet settings [06:11] ok [06:11] lotuspsychje: I have not checked I will take a photo now [06:11] ghostx562: like ki7mt said, this hd should automount automaticly normally [06:11] ki7mt, i will check it out [06:12] ghostx562: you could ofcourse testout lubuntu/xubuntu 14.04 livecd, to check if it mounts there [06:13] ghostx562: lotuspsychje http://i.imgur.com/MC8vpKQ.png Here you go [06:14] bandors: some realtek chipset might need a driver or firmware update to work properly [06:15] bandors: go check realtek website for latest linux drivers maybe [06:15] lotuspsychje: Okay, I will look for those. [06:15] bandors: also check your syslog and dmesg for errors about network [06:15] How would I check that lotuspsychje [06:16] bandors: you can use the logviewer icon, or manualy view /var/log/syslog and dmesg in terminal [06:16] !dmesg | bandors [06:16] bandors: dmesg is a console command which outputs the kernel ring buffer - an important log for diagnosing problems in Linux. Often when something errors with hardware it will result in additional lines reported which can be seen by running dmesg in a console. [06:17] ghostx562: you too mate, if you could paste us the uuid error you getting? [06:17] ghostx562, Only think I see on your pastebin fstab is you don't have a folder under /media .. I'd make /media/$USR/Win64 or something [06:17] Only thing .. [06:20] okay lotuspsychje I have the log here for you, let me upload it [06:21] or just like copy and paste into pastebin [06:21] crap my laptop cannot open the file that it saved to one sec [06:23] lotuspsychje: will do [06:23] ki7mt, ill try and making the folder, will reboot to see results be back in a bit [06:24] be back rebooting [06:25] lotuspsychje: https://www.dropbox.com/s/2tpdghw7g5j8ocw/syslog.zip?dl=0 I put the notepad file ubuntu gave out into a rar and uploaded it [06:27] question: when at the desktop on some versions and you type, a box pops up with text and apparently no function? what is it? [06:27] lotuspsychje: Is that file enough to figure out what's up? [06:27] bandors: im reading holdon [06:28] found it, seems to mount fine, it is now mounted under the /media folder [06:28] do you help here with tune2fs? I just formatted a new hdd ext4, reserved blockes is set by default at 5%. I want to reduce that to1% with this option -m reserved-blocks-percentage. tunetfs -m 1 does nothing, can you help me with the syntax? [06:31] bandors: r8169 0000:05:00.0 eth0: link down [06:31] What does that mean? [06:31] bandors: /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... [06:32] bandors: a lot of eth0 issues in your syslog [06:33] How would I fix this? [06:34] when i booted up 12.04 after installing it onto a btrfs file system, it says: "sparse file not allowed. press any key to continue" [06:34] !btrfs | retroispresto [06:34] retroispresto: Btrfs is a new filesystem available for Ubuntu. It is currently marked as experimental, and should not be used for important data. See https://help.ubuntu.com/community/btrfs [06:34] bandors: (eth0): deactivating device (reason 'connection-removed') [38] [06:34] bandors: what ubuntu version did you have again? [06:35] 14.04 [06:35] tune2fs -m 1 /media/dexter/disc45/ returns tune2fs: Is a directory while trying to open /media/dexter/disc45/ Couldn't find valid filesystem superblock. [06:35] bandors: did you install fresh of upgrade? did you install with internet enabled, updates on during setup? [06:36] Fresh install from having windows on the hard drive prior. I was not able to install with internet enabled [06:37] bandors: do you have wifi stick somewhere you could insert in pc to install with updates? [06:37] bandors: its important to have best ethernet drivers ubuntu chooses [06:37] I don't have a wifi stick or anything. [06:38] seems to be a random driver, so its not compatible. another thing could be to find a driver online and have it installed? [06:38] Let me go look for a wifi stick actually [06:38] bandors: ok, then make sure your system is up to date, and try realteks website [06:38] I might have one [06:38] from the r pi I was using [06:38] Give me 20 mins and I will be back [06:39] probably less [06:39] bandors: fresh install 14.04.1 with your wifistick [06:39] might do magic [06:39] i agree^^ [06:39] lotuspsychje: seemed to mount now, but it loads it in the /media folder [06:39] ghostx562: yes, for ntfs that usual to mount in /media [06:40] lotuspsychje: awesome, i wanted it to mount as if it were a usb, but as long as i got it working im not too worried about location. i just don't understand why it wouldnt work at first. i changed no settings at all but now [06:41] disk utility is reading it and showing as a mounted drive. before it wouldn't mount and kept saying something about the UUID. it works now fully functional [06:41] ghostx562: your 12.04 was fresh install or upgrade from older version? [06:41] lol this was driving me insane. [06:41] lotuspsychje: fresh 12.04.5 [06:41] kk [06:41] i remember having troubles mounting on older versions aswell [06:41] weird thing is i did no editing to fstab or anything [06:42] i might try lubuntu 14.04 or 14.10 if i keep getting issues. [06:42] ghostx562: you sure your hd is still healthy? [06:42] yeah both still healthy, i might have a bad sata port maybe or a bad sata wire [06:43] according to smart status still working A Ok [06:43] !info testdisk | ghostx562 try this [06:43] ghostx562 try this: testdisk (source: testdisk): Partition scanner and disk recovery tool, and PhotoRec file recovery tool. In component universe, is optional. Version 6.14-3 (utopic), package size 314 kB, installed size 1269 kB [06:43] in terminal? [06:43] ghostx562: sudo apt-get install testdisk [06:43] installing. once done will run [06:43] ghostx562: then sudo testdisk from terminal after install to check your hd [06:44] awesome running now [06:45] lotus, seems to be ok [06:45] kk [06:46] ghostx562: what grafix card do you have, thets not running smooth in 14.04? [06:46] lotuspsychje: im using a very old pc with on board gfx [06:46] its an older acer power s285 [06:46] ghostx562: you remember chipset? [06:47] sis680 i think [06:47] yeah that can be a pain for grafix indeed :p [06:47] yeah lol [06:47] im thinking i might jump down to lubuntu either way lol need to get something stable [06:47] i can run win7 fine tho [06:47] ghostx562: maybe ubuntu desktop and tweak grafix with ccsm, or xubuntu/lubuntu yes [06:47] brb [06:51] lotuspsychje: will try it out gotta run thanks for the help cya!! === rabisg is now known as zz_rabisg [06:56] How do I kill apt-get and unlock it [06:56] Its frozen [06:57] Zequan: Kill the process [06:58] Its a long command [06:59] !aptlock | Zequan [06:59] Zequan: If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a » [06:59] Thanks lotuspsychje === ram is now known as Guest14374 [07:10] while installing phpmyadmin in ubuntu it's nt asking for t server name [07:10] can any1 help me wit it? [07:12] while installing phpmyadmin in ubuntu it's nt asking for server name [07:12] can any1 help me wit it? [07:16] hey all [07:17] im trying to open my ftp server up to the internet and need passive FTP to work; should i just port forward the entire passive port range to my machine, or is that insecure? [07:19] hi [07:21] - /join #freebsd [07:22] sigh. IRC noobs =) === g__ is now known as Guest48587 [07:34] How can I get into ubuntu/member [07:35] see you later, bye bye, happy hacking, HAPPY GNU YEAR 2015 [07:38] !newmember | MasterPiece [07:38] MasterPiece: Ubuntu Membership means recognition of a significant and sustained contribution to Ubuntu and the Ubuntu community. For more info see https://wiki.ubuntu.com/Membership [07:45] hi all === ARMEN_ is now known as EREVAN === ubuntu is now known as Guest90187 [07:55] kernix: hi [07:55] hey gry [07:59] hello hello kernix, how may i help you [08:02] Hi all, I was ... playing.. with the gsettings on my laptop, I wanted to set the machine to suspend in one second. the plan was to do this once, however upon suspending, each time I resumed it only stayed awake for.. 1 second... such that there was no opportunity to rectify the error. So, I have booted to USB, how do I fix the setting in the laptop? [08:04] Ubuntu no longer seems to clean up /tmp/ on reboot, the files in there are gone, but the directory structure stays. Anybody an idea what is going on? [08:05] b0nn: assuming you did the changes as normal user, i suggest moving your home temporaryly say to "oldhome" or similar and then start with "factory"-default [08:05] if not, then you need to figure out what settings you did you change, or somehow ignore the resume boot [08:05] grumbel: really, are you sure -- does the timestmaps looks such ? [08:06] oh, the settings are in ~/.something? [08:06] grumbel: since my setup does seem to clean up the tmp [08:06] b0nn: yes, if you made the changes as normal user [08:06] I'll mv that directory first [08:07] supauli: reasonably sure, I have directories floating in there from some weeks ago [08:07] supauli: it happened quite recently, only noticed it a week or two ago [08:08] grumbel: did you make those directories? There are system generated directories for sure -- they get generated when you log in [08:08] supauli: those are my own manually created directories [08:08] grumbel: another scenario would be that you are not actually rebooting, but rather hibranting/suspending the machine [08:09] i suspect it's not in home dir, since it suspends even if he does not log in [08:09] supauli: nope, the weird thing is that just the files are gone, just the directories stay [08:10] Good morning [08:10] grumbel: http://askubuntu.com/questions/20783/how-is-the-tmp-directory-cleaned-up [08:12] So I just got a segfault in libICE.so... yesterday, this was in compiz.. suggestions? http://pastie.org/9817610 [08:14] (all latest updates, on HP Elitebook FOlio 1040 g1) [08:15] supauli: thank, found it. had a "chattr -i" file in there, that made the file deletion step fail and the script never got to the directory deletion step in /etc/init/mounted-tmp.conf [08:15] grumbel: nice detective work! Good you got it resolved! [08:17] It happens when I sometimes click my Unity launcher [08:20] Nindustries: Hard to say anything -- you probably hit a bug there but with that low information its hard to say anything. Do you get crash-helper launch there ? [08:21] WOops, I'm back! === user1_ is now known as adatta [08:21] So my question I just asked is; I'm getting relatively frequent segfaults when clicking the launcher, today it's libICE.so yesterday it was compiz. Suggestions? [08:21] In my kern.log; http://pastie.org/9817610 [08:22] supauli: mv .gconf gnome2 didn't change things, so mv /home/user to /home/user-broken.. now I cannot login... [08:23] move it back and try to log in again === justinS_ is now known as jhsimpson [08:24] gry, any ideas? [08:24] gry: there's asmall problem [08:24] b0nn: Can you login from terminal ? try ctrl+f1 to switch to text mode [08:24] gry: I set the gnome-settings to suspend the machine after 1 second [08:24] b0nn: you have encrypted homes? [08:24] not encrypted, no, will try term [08:25] b0nn: huh, i have used to that the login should succeed even without home, but that has been with past versions .. [08:25] at least the term login should succeed .. [08:26] hmm ctrl-f1 does nothing (neither do ctrl-f2 ctrl-f3 alt-f1, f2, f3) [08:26] try ctrl+alt+f1 [08:27] win [08:27] logged in === mist_ is now known as mist [08:29] is there an option to disable few shell commands to an specific user? [08:30] nodedfree: not really good one -- what are you trying to achive ? === maeryo is now known as bssm [08:30] wtf [08:31] supauli, for example - disabling the option to reboot [08:31] nodedfree: thats not permitted even by default [08:31] only if you are single user logged in to the machine you can do that [08:32] if thats the only thing -- power management -- you should look for the permissions for the commands [08:32] ugh [08:33] nodedfree: and anyway, if you user has access to the machine, he can always just power of it ? [08:33] so, I logged in and tried to update the setting (by moving /home/user-broken to /home/user, then su - user. The command wouldn't save because X11 wasn't started [08:34] b0nn: logged in via term or another account X11 ? [08:35] term [08:35] there's no other account (yet) now that you've given me the idea I'll adduser [08:35] actually, I'll have to try it in the morning.. bed calls [08:35] thanks for the idea though [08:35] "the command wouldn't save" -- what command you mean ? [08:35] oh oh, good night! [08:36] Nobody? :/ [08:36] oh, gsettings set org.gnome.something.power-timeout 180 [08:36] DBus error, X11 not running etc [08:38] hello [08:38] So my question I just asked is; I'm getting relatively frequent segfaults when clicking the launcher, today it's libICE.so yesterday it was compiz. Suggestions? [08:38] In my kern.log; http://pastie.org/9817610 [08:39] my OS does not allow to log in as 'root', i must log as user and work with 'sudo' or became root with 'sudo su -'. How to make root able to login directly? [08:40] !root | premoboss [08:40] premoboss: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [08:41] ubottu, after i became root with "sudo su -" can i set root password with 'passwd' to make root account usable directly? [08:41] premoboss: I am only a bot, please don't think I'm intelligent :) [08:41] ahahah [08:41] premoboss: you can set root password useing `sudo password root`, then login as root. [08:41] wiky, ok thanks. [08:42] premoboss: there is no need to set a root password. What do you want to achieve? [08:42] wiky: sudo password root or sudo passwd root? [08:42] somsip, im a debian user since ages, many administrative task i am used to run directly form root account. [08:42] passwd, I'm sorry [08:42] premoboss: sudo -i [08:43] ok guys i solfed the issue. thanks all. [08:46] funny when I use debian or fedora...etc I set it to have a standard with root access. [08:58] i am building a home sever. it will host media files and i will use it as learning web development and sever managment [08:58] [14:58] i want it to be as cheap as possible. help me select the hardware. it should be as cheap as possiuble [08:59] raspberry pi or similar? [08:59] "as cheap as possible" but won't be very powerful [09:00] will raspberry pi fullfill the need? [09:00] at most 3 user will connect to it [09:00] manush11: this is not the place for hardare recommendations. It's the ubuntu support channel [09:01] The Raspberry will have a hard time running Ubuntu... [09:02] manush11: join ##linux ;) that said, I wouldn't recommend a Pi as home server, because it sucks. Pi is a dev board. Use a Dell T20 or HP Microserver N54L / Gen8 [09:02] manush11: I just use a 10 year old Dell (picked up free as obsolete) with a usb drive attached and Ubuntu server installed, works as a media server streaming to dnla devices, minecraft server and running irssi [09:04] DJones: I wouldn't use a 10y old Dell either because it's so inefficient that the electricity bill would be higher in 1-2y than buying a new server :D [09:04] ciao [09:04] ! list [09:04] cobra: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [09:05] lol [09:05] phre4k: It does the job, its a small form factor machine, power supply is pretty small [09:07] Hello does tar command include files starting with dot? (.htaccess) [09:08] hackal: depends how you glob for the files. Using * won't include top level dotfiles IIRC [09:09] ciao [09:09] cobra: still no list here [09:09] ! list [09:09] cobra: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [09:09] cobra: see [09:09] How do I send music to my iPhone? [09:10] !iphone | Zequan [09:10] Zequan: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod [09:11] ciao [09:11] hi there ! any udev masters ? I need to remove an /dev/input when I plug a barcode reader.. I don't want this device to act as a keyboard emulator.. [09:11] ! list [09:11] cobra: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [09:11] !piracy | cobra [09:11] cobra: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o [09:12] cobra: If you're looking to download the Ubuntu operating system, you can get that from www.ubuntu.com Thats the only downloads that this channel deals with === mfisch is now known as Guest12671 [09:15] So many players to choose from, which is the most likely to work? [09:17] With my iPhone4S [09:17] !players | Zequan (you may need to research yourself) [09:17] Zequan (you may need to research yourself): Audio (Ogg, MP3...) players: Audacious, Banshee, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs [09:25] Okay I had a better solution.. An App for the iPhone that plays music that I drag and drop to it [09:26] I see my iphone popup in my file browser [09:26] and I can see my photos [09:26] So I want to make a Music folder and put some music there, which app can read it on the phone? [09:32] whoami [09:39] Arix, you are Arix [09:39] But who am I? [09:39] I am root! [09:40] Zequan: iOS doesn't let apps access other apps' data. === Guest97553 is now known as root === root is now known as Guest85402 [09:41] So it's broken by design, so to speak. Use the Windows iTunes in WINE to transfer music or try out Rhythmbox/Amarok/Clementine which are most likely to work with iPhones. You may have to install additional libraries, RTM [09:42] or ditch the iPhone :p [09:43] well, Android is not better to be honest. Depends on the device. === tcpman is now known as Guest34891 [09:47] I want a Google Nexus. Is that a good phone? [09:47] Zequan: not on topic here [09:47] Yes it is because I need to sync my music [09:48] In Ubuntu [09:48] from experience, syncing music from ubuntu to a nexus device is easy [09:48] Will the Google Nexus work in Ubuntu? [09:48] whether or not a phone is good is really not on topic here, this channel is only for ubuntu support, not anything you could possibly do in ubuntu [09:49] android devices are much easier to use in ubuntu [09:52] Zequan: I transfer music/video/ebooks to my Nexus 7 tablet and Lg G3 phone from Ubuntu without issues, but I use an android app (Airdroid) that just connects via wifi [09:54] Hi, ok so xchat 2.8.8 on ubuntu cant scroll ? [09:54] the chat/channel window ? [09:54] what the [09:54] is it just me ? [09:55] can i set bash alias that wil returnb some text i can update/edit ? [09:55] Unknown0BC: did you try both the mouse and PgUp/PgDown? [09:56] wait [09:56] the scroller is now suddenly appearring [09:56] soee: alias test='cat /path/to/file', then edit that file [09:56] erm [09:56] soee: hmm... looks like you need a function or script instead, but it should be asked in #bash [09:57] cool phre4k seems all you have to do is say something then stuff starts to work. [09:57] Can I take you home ? [09:57] Stanley00, phre4k: what i need is to return some something like: git commit -m "" and to be able to instert message in "" and apply it [09:58] soee: and that message do you want to include in your alias call or that message should be there automatically? [09:59] phre4k: the message i want to typoe manually [09:59] soee: gitm(){git commit -m "$*" } <= define function like this should works [09:59] soee: then you need a bash function: http://stackoverflow.com/questions/19359049/user-input-to-bash-alias [09:59] ok thank you [10:07] Use the second suggestion with &&, if your pre-commit/post-commit hooks fails === MasterPieceF is now known as MasterPiece [10:15] ^ [10:16] . [10:16] can any one tell me how to install .exe file in ubuntu if internet is not available? [10:17] !exe | sujata [10:17] sujata: ubuntu cannot run exe, it's for windows. [10:17] sujata: .exe files are Windows files, you may be able to get it to work using wine, but I wouldn't expect it to work reliably [10:17] !wine | sujata [10:17] sujata: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [10:18] then what file we should have for ubuntu ? [10:18] sujata: What are you trying to install [10:19] anyone ever attempted and succeeded at installing apache openmeeting? [10:20] sujata: use your package manager [10:20] sujata: Generally, ubuntu users install software from the official repositories using the package manager [10:20] typingmaster.exe file [10:20] hey guys I have an entry in crontab that makes a dump of my database for backup purposes [10:20] but it doesn't seem to be working correctly [10:21] define working correctly [10:21] 10 13 * * * dani pg_dump kiji_prod > /home/dani/backups/daily/kiji_prod.bak [10:21] that's the entry [10:21] uses the user dani to run `pg_dump kiji_prod > /home/dani/backups/daily/kiji_prod.bak` [10:21] it just outputs a blank file [10:21] :S [10:21] I tried looking at the logs but I don't see anything that stands [10:21] out [10:22] thought about rsync? [10:22] no i haven't [10:22] but crontab should be just fine if it only worked :P [10:22] sujata: use Klavaro, it's in the package manager. [10:23] does the cron log show it doing its thing on time? [10:23] i am trying to install typingmaster.exe file in ubuntu whether it will install or not [10:23] .exe means wine territory [10:23] ok [10:23] Quoexl: does it live in /var/log/syslog? [10:24] sujata: use Klavaro. It's available in the package manager, e.g. the Software Center. Don't try to install every single Windows program on WINE, that approach is just silly [10:24] sujata: http://linux.oneandoneis2.org/LNW.htm [10:25] Quoexl: if so, I dont see it executing the specified command [10:25] ok, i was trying to [10:25] now i got it [10:25] Quoexl: oh wait, I see it! [10:25] Quoexl: Jan 6 13:10:01 basho CRON[11045]: (dani) CMD (dani pg_dump kiji_prod > /home/dani/backups/daily/kiji_prod.bak) [10:26] there it is [10:26] maybe I need to remove the username before the command [10:26] ^ [10:26] use dani's crontab, not roots [10:28] buddy with the cron job speak up [10:29] DaniG2k: grep CRON /var/log/syslog [10:32] DaniG2k: you still about? === guinsly is now known as guinslym [10:39] Quoexl: sorry was afk, back now [10:40] can everywho help me, how i can disable the lockscreen,i use xubuntu [10:41] Is light locker the right setting?? [10:43] hi [10:45] * impeldown dinner [10:47] anyone alive? [10:49] why ubuntu not use SeLinux [10:49] SELinux [10:49] ? [10:50] is there any Gtk programmer i have a small Gtk project on Github anybody wanna join ? [10:51] reaperB0B: we are all alive, but if 1649 users (currently online in this channel) would write "hi" if somebody joins, it'd be a little noisy, wouldn't it? :) [10:51] phre4k: indeedy doo :) [10:52] ok I have an issue where I have a folder I want to zip up on a remote server (that I have SSH'd into). [10:52] reaperB0B: is there any Gtk programmer i have a small Gtk project on Github anybody wanna join ? [10:52] reaperB0B: then... describe the problem? [10:52] Rohan_14: don't annoy people. Just post a link to your project and a short description, if people want to join they'll do that. [10:52] how do I zip up an entire folder, and download it to my local machine? [10:53] Rohan_14: Maybe better luck in #ubuntu-programming [10:53] reaperB0B: I'd use tar instead of zip [10:53] reaperB0B: then tar caf filename.tar.gz /path/to/folder [10:54] phre4k: i am new to github i dont have any followers ( i have 0 followers ) so i feel ashamed of posting my Profile Link Here that is why i'm sending link to only those person who are really interested [10:54] then you can download it with say, scp or rsync or ftp or whatever's installed. I'd probably not tar anything but just use rsync -az, but that depends on what the files are and what you want to do with them. [10:54] witch one is better :apparmor and SELinux? [10:54] reaperB0B: do you want to do backups or anything else? [10:55] anti-unix: depends on the use case. [10:55] phre4k: i have a server i am abandoning...that i want to pull all the relevant files off of [10:55] it doesn't HAVE to be compressed, but it is 2GB+ - so I figured it may be easier to zip it and download it [10:56] anti-unix: google "apparmor vs selinux" and for example find this: http://www.cyberciti.biz/tips/selinux-vs-apparmor-vs-grsecurity.html [10:56] it is a bunch of jpgs, docs, pdfs, etc. [10:56] phre4k, for example? [10:56] given the size, and the vast number of files...how do I do it so that if the download gets interrupted i can resume easily? [10:56] phre4k, thanks [10:57] reaperB0B: then do a tar.gz backup, but exclude that backup directory. First cd in / and then tar everything but pseudo dirs / running programs (e.g. /proc, /dev etc.) [10:57] reaperB0B: and if you use rsync to copy the resulting mega backup to your PC you have a resume feature :) [10:57] chu: Mate there a so few people on ubuntu-programming is there any Gtk or Gnome Group ? [10:57] phre4k: so this command should do it? - tar caf filename.tar.gz /path/to/folder ? [10:58] i like that idea phre4k [10:59] can I tar a folder that I am in, or should I just cd out of the folder? [10:59] reaperB0B: https://wiki.archlinux.org/index.php/Full_System_Backup_with_tar [10:59] reaperB0B: cd .. [11:00] phre4k: I don't wnat to do a full system backup per se [11:00] guys, if I put "set -e" in a bashscript, how can i disable it again? [11:00] phre4k: more just for the folder i am concerned with [11:00] I have some commands that are failing on purpose, but then it stops as well [11:01] I want to do something like set -e // make // [11:01] reaperB0B: then just tar that folder with the command I mentioned [11:01] ok [11:01] y caf versus say cvzf or anything like that? [11:01] reaperB0B: so if you want to backup /home/user you cd to /home and then tar caf user.tar.gz user/ [11:02] reaperB0B: cvzf = compress verbose zip(?) file [11:02] s/compress/concatenate or whatever/ [11:02] hello [11:02] reaperB0B: a = auto compress based on the extension [11:03] reaperB0B: read man tar for the options, relevant: https://xkcd.com/1168/ [11:09] phre4k: thnx will do [11:20] 'Morning folks === swordsmanz is now known as hugbot [11:25] does anyone need a discount coupon for a Digital Ocean VPS? === jonas_ is now known as Guest78333 [11:33] join #javascript [11:34] Hi everyone! [11:34] I am new to Linux. [11:37] Hello [11:37] I'd like to slow down a .mov video. I've tried with mencoder and speed parameter, but I don't understand how to make working this [11:37] Any ideas? [11:38] cristian_c, so play at .5 speed or similar? [11:38] cfhowlett, which application with? [11:39] cristian_c, answer my question ... [11:39] cfhowlett, sorry, I lost the '?'. Maybe less [11:39] than 0.5 [11:46] cristian_c, mplayer can do that. [ slows speed by 10% ] increases speed by 10% [11:47] can anyone please clear my doubt on muy booting problem?? [11:47] cfhowlett, mplayer is affected from a bug [11:47] ls [11:48] cristian_c, VLC has speed controls as well ... somewhere [11:48] !details | ame, [11:48] ame,: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [11:48] cfhowlett, I've tried with vlc, but I don't know hot to use them correctly [11:48] mixxx is nice once you figure out how to install it [11:48] i have a booting problem that my ubuntu is not loading automatically by the deafult image rather i need to choose image from previous linux versions [11:49] cristian_c, same keys ... brackets [ ] [11:49] if it boots automatically without choosing any images it drops to shell mode and shows the following error " [11:50] I've set the speed to less than 0.03x, so 0.02x, but still I see video jerky [11:50] Gave up waiting for root device.common problems -Boot args (cat /proc/cmdline) -Check root delay =(did the system wait long enough?) -check root=(did the system wait for right device?) -missing modules (cat /proc/module;ls /dev) ALERT! /dev/mapper/LTSP--vg-root does not exist.Dropping to shell ! Busy box v1.18.5(ubuntu 1:1.18.5-1 ubuntu 2.1)built in shell /ash) Enter help for a list of commands (initramfs) [11:50] cfhowlett, I've already tried with [ , ], and - [11:50] cristian_c, .03X??!!! what is your goal?? [11:50] cfhowlett, slowing down the video [11:51] to see particular parts [11:51] ubottu:can u fix this issue?? [11:51] ame: I am only a bot, please don't think I'm intelligent :) [11:51] it's too fast [11:51] oh my god sorry [11:51] what should i do now?? [11:52] cristian_c, .03x is practically unviewable. I'm guessing you want to see things that are faster than the eye can catch at mormal playback. I've a suggestion: openshot. export the video to images. for instance, export 10 seconds at the normal frame rate = at least 240 images at 24 fps. then scroll through the images. [11:53] ame: Does recovery image work? [11:53] the mplayer bug: VIDEO: [jpeg] 640x480 24bpp -nan fps 3886.6 kbps (474.4 kbyte/s) [11:53] no recovery image also not working [11:53] cristian_c, OPENSHOT not mplayer [11:53] cfhowlett, I must see the ubuntu boot messages that are too fast [11:54] i am running my server by booting with images from deafult previous linux version [11:54] cfhowlett, yesterday, I've exported to images with openshot [11:54] i got this error before but i reinstall the operating system but this time i want to know what is the problem?? [11:55] So only seeking help from ubuntu forum [11:55] cfhowlett, but .pngS who I'm intersted to are unable to see, they are too fast [11:56] *unreadable [11:56] cristian_c, if a still image is STILL to fast to see ... you might be out of luck [11:56] cfhowlett, have I to set image exporting options in openshot? [11:57] cristian_c, wait 1 [11:57] ok [11:57] ame: When did the problem start? Did it work before? [11:58] it starts before one week [11:58] and i am running it using those previous linux version image and it is working good [11:59] Hello, where can I get the latest version of kernel ? [11:59] I'm on Ubuntu Linux 14.10 [11:59] ame: sudo update-grub; try booting into the new image again. [12:00] MMukherjee: how latest would you like? What Ubuntu supports is you upgrading using the software center, or you can try the beta version (#ubuntu+1) if you like... === rrr_ is now known as rrr [12:00] haha [12:00] mh? [12:01] I want this one [12:01] https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.1.tar.xz [12:01] [12:01] asd [12:01] nice nice [12:01] adf [12:01] it works. [12:01] gry:new image in the sense?? [12:01] MMukherjee: unrar it and follow instructions in the readme. :) [12:01] ^ [12:02] läuft ihr spastis :D [12:02] .D [12:02] MMukherjee: *untar [12:02] hello im a studen [12:02] lol [12:02] UnRAR ? [12:02] schueler: Hello. Welcome to the help chat pertaining to Ubuntu and the stuff it ships with. [12:02] It's not a Roshal Archive [12:02] MMukherjee: sorry, I meant untar. [12:02] was macht ihr [12:02] what [12:02] whut [12:02] writ this in german [12:02] shut up [12:02] Kappa [12:03] !de [12:03] In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [12:03] hi, does anyone use Xen with ubuntu and disk images ? I got a problem attaching disk images. [12:03] new image means?? [12:03] ahj [12:03] how to use new image?? [12:03] How to untar XZ archive? [12:03] after upgrading to ubuntu 14.04 [12:03] no [12:03] what is your lol lvl ? OVER 9000!!!! [12:03] ame: It was not for you. For you, I said, sudo update-grub and try booting again. [12:04] Keepo [12:04] schueler: I don't understand you. [12:04] yeah i have tried [12:04] kappa [12:04] too [12:04] <3 [12:04] noobs [12:04] :D [12:04] lopl [12:04] schueler: Please don't make noise. [12:04] Kappa: welcome to the club. [12:04] update-grub from present login then also it boots like that [12:04] Schnauze du lappen [12:04] we are students from germany :D [12:04] ame: Ok. You would probably have to share your grub config then. [12:05] jonas [12:05] ^ [12:05] We are German [12:05] sure gry but can u guide me how to do that?? [12:05] kappa: really?? :-D [12:05] kahrl, then use the #ubuntu-de chat [12:05] irgendwer4711: He left. [12:06] err kappa :) [12:06] gry:where should i post that ?? [12:06] ok, now time for my question :-) [12:06] No problem.. [12:06] gry:and how?? [12:06] But tell me how to untar .tar.xz archives ? [12:06] ame: paste.ubuntu.com. Sorry, no idea which file it is in off-hand. [12:06] MMukherjee: "tar -xvf filename", or "man tar" has more examples if that does not work. [12:07] ok [12:09] ok i will ping later after i post [12:10] i was copying a tar.gz file using scp and suddenly got a message scp: /data/ops.tar.gz: No space left on device. it took 7 hours to copy data what should i do now. it is not the complete data [12:11] cloudbud: free up space, try again with rsync. it should be able to copy only what's missing. see its manpage: man rsync [12:12] if I install via .deb, will the updates show up in update manager? [12:12] No. [12:12] FrEaKmAn_: no [12:13] FrEaKmAn_: if the package doesn't provide an entry in apt's sources.list, then no. check with dpkg. [12:13] ame: Pastebin both the error and the grub config and address the whole channel, when you do that. I'm about to head out. [12:13] may I ask why not? so an app has to have some built-in update mechanism? [12:13] FrEaKmAn_: eh /etc/apt/sources.list.d [12:13] FrEaKmAn_: which is generally discouraged if you are using a distro. [12:13] freakman_: Because apt doesn't know where to download the update from. It needs the source in sources.list, as someone else here said. [12:14] FrEaKmAn_: because ubuntu fot the service of its repos. if you dont want to use that you dont have the service [12:14] hm... [12:14] FrEaKmAn_: you can still install the vendor provided package and get its updates, but that is in no way supported by Ubuntu. [12:15] how to get updates? by reinstalling newer deb? [12:15] FrEaKmAn_: and you most likely have to get the updates yourself. [12:15] or I could manually setup apt [12:15] FrEaKmAn_: the first. [12:15] FrEaKmAn_: yes. you need to look fot that on your own then. [12:15] FrEaKmAn_: some vendors offer repos (Oracle f.e. with VirtualBox), some don't. [12:16] freakman_: may I ask why you're doing this step, please? [12:16] FrEaKmAn_: without knowing which software you are talking about, it's not easy to help. [12:16] I'm installing newer version via deb compared to older one in repo [12:17] + I'm noticing that anyone who is serious about it's project, offers a deb package to download and install [12:17] FrEaKmAn_: Consider upgrading your system. [12:17] MasterOfDisaster: it is [12:17] FrEaKmAn_: which package? Maybe they offer a ppa so that you don't have to look after packages by hand. [12:17] freakcom, cat /etc/issue | pastebinit [12:17] FrEaKmAn_: 14.10? which package? [12:18] FrEaKmAn_: the ones who are serious help the distributions to maintain updated packages [12:18] MasterOfDisaster : can u provide the syntax of rsync im trying to copy from one linux server to another [12:18] servernames? [12:19] my most commonly used command, review the options before running it: on host a: rsync -avvz --progress /path/to/file user@hostb:/path/to/target [12:19] http://www.tecmint.com/rsync-local-remote-file-synchronization-commands/ [12:20] cloudbud: ^^ [12:24] MasterOfDisaster : will rsync command work for tar.gz file [12:25] hello [12:25] cloudbud: yes [12:25] EHLO [12:26] rahsd: hi - just ask your question, don't be shy :-) [12:26] I want to install ubuntu on a usb but not as livecd but the way it saves changes after reboot. I mount-loop the ubuntu image and then copy its stuff to my usb. then I did a chroot into it.and installed a bootloader. [12:26] what should I do next? [12:26] really need help! [12:27] !persistence | rahsd [12:27] rahsd: To have some persistent storage when using a Live CD, follow the instructions on https://help.ubuntu.com/community/LiveCDPersistence [12:27] hello [12:31] Hi, how do I find out if Nvidia GT 730 is supported (non free drivers and if it supports vdpau ? [12:31] john_rambo, yes to both [12:32] BluesKaj: Okay/Thanks [12:33] heeraj: hi. [12:34] Quoexl: hi. [12:42] hi, I have this weird issue with IO activity which I wrote about here - https://www.reddit.com/r/linux4noobs/comments/2rlf0q/what_is_up_with_my_io_activity/ [12:43] it's eh... still ongoing :S [12:45] so can I just safely kill gvfsd? [12:45] freeroute: http://ubuntuforums.org/showthread.php?t=1421580 [12:45] your gvfs-metadata might be corrupted? [12:49] ah I remember glancing over that thread and thinking "Hey, this is an IO issue, not a CPU/mem issue", but it's a similar issue indeed. [12:50] wondering if doing 'rm -rf ~/.local/share/gvfs-metadata' is safe though [12:50] hello [12:50] hello UnGeek [12:50] hi [12:51] stianhj: well that indeed seems to have fixed it [12:51] i need to backup my minecraft server with cron in zip format ; there must be at least 5 backup i have to remove the older backup [12:52] ok, so what is the problem you're experiencing? [12:53] i do not have experince with linux ; i have received a help from a guy on internet [12:54] But i don't understand his script and it does not work [12:54] has anyone successfully installed ruby and ruby on rails on ubuntu? [12:54] UnGeek, so ... ask HIM to explain it! [12:54] he can't [12:55] UnGeek, wait. you actually ran a script from "some guy on the internet" and HE can't even tell you what it does ... [12:55] UnGeek, not ... wise [12:55] i show his script [12:56] UnGeek: yeah can you at least show us the script? [12:56] hardtailWTFmang: i bet someone did, once. [12:56] yes, where do i have to paste my code [12:56] UnGeek, DO NOT show his script [12:56] paste it [12:56] with witch tool ? [12:56] !paste [12:56] 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. [12:57] http://paste.ubuntu.com/9687427/ [12:58] hardtailWTFmang, take a look in the package manager [12:59] UnGeek: ok, so what is the problem with this script according to you? [12:59] i show you the error message, i copy it [13:00] yeah paste that too [13:00] blueskaj I have been using rbenv but my build keeps failing and I do not know what to do === damian- is now known as damian [13:01] hardtailWTFmang, might want to find the ruby channel ... [13:01] that's fine I just wanted to check in here since it's a ubuntu issue [13:01] http://paste.ubuntu.com/9687443/ [13:02] UnGeek: there's a couple of syntax errors [13:03] can you explain [13:03] also it doesn't make sense [13:03] well the script makes a zip, then checks if last week's zip exists, if it does it deletes it [13:04] that doesn't make sense, you could have last week's backup, but not successfully back up this weeks, and then it would delete the only backup you had [13:04] as for the syntax error it's in the use of the test -f , no need for ? [13:04] i know that but it's not my script and i don't know how make a backup script :/ [13:04] hardtailWTFmang: its very hard to help you if you are just asking met questions and beeing so vague [13:05] scuse for my english [13:05] UnGeek: check if this week's was zipped correctly, if it was delete last weeks [13:05] or add another layer and delete the one before maybe, up to you [13:06] phre4k: how do I initiate an rsync in an existing SSH session? [13:07] i see that the command is rsync options ssh --progress filename /local/directory [13:08] hardtailWTFmang, dependency problems ? [13:08] i go to the internet to search an if condition for the last deletion [13:08] if [ -f /path/to/zip ]; then rm ...; fi [13:09] UnGeek: ^^ [13:09] sorry...I meant `rsync options ssh --progress username@server_address filename /local/directory [13:09] but given that I am logged in right now...how do I do that? I tried just dropping the remote server info, but that hasn't worked [13:09] reaperB0B: you can either use rsync on your local PC and use ssh to transfer from the server or vice versa [13:10] phre4k: I know...I am logged in via SSH to my remote server [13:10] i am trying to just run rsync from the terminal on the remote server [13:10] blueskaj yes [13:10] thanks, i try it [13:10] or are you suggesting I get an rsync client and do it the other way? [13:10] reaperB0B: I'd do this locally: rsync -a --info=progress2 user@server:/path/to/folder /path/to/local/folder [13:10] oh ok [13:10] you need rsync installed on both machines anyway [13:11] hrmm...ok [13:11] if you'd rsync from the remote machine you'd actually "double SSH" ;) [13:11] what is the "fi" at end of the file [13:12] UnGeek: it closes the if statement [13:12] hardtailWTFmang, pastebin the errors [13:12] thanks [13:13] !paste | hardtailWTFmang [13:13] hardtailWTFmang: 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. [13:13] can i use indentation in my scripit ? [13:13] UnGeek: yes. [13:13] cool, it's almost as web developpement [13:13] :) [13:14] Hello, I have a simple question. I am copying some (large) files around from an external disk to the internal disk but i don't see any copy/paste progress window. I see only the tiny progress bar on the icon for the file manager but nothing else. On Ubuntu 14.04 64bit. Any clues? [13:14] !pastebinit [13:14] pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [13:14] Would there be any simple way of telling if another computer (ubuntu) on my lan is connected to a VPN or not? [13:14] I have ssh access from this laptop (ubuntu) === IKRAM_ is now known as IKRAM [13:15] blueskaj http://paste.ubuntu.com/9687488/ [13:16] why is there a semicolon at the end of "if" [13:17] it's a terminator [13:17] i'll be back [13:17] lol [13:17] lol [13:17] hardtailWTFmang, do you have build-essential installed? [13:18] blueskaj just rbenv i believe [13:20] hardtailWTFmang, I'm not sure, but make requires build-essential afaik [13:20] http://paste.ubuntu.com/9687515/ [13:20] the error message [13:20] my script now : [13:21] http://paste.ubuntu.com/9687517/ [13:21] it's very strange because in php i make this : if (arg) { echo "hello";} [13:23] UnGeek: Bash has weird syntax. [13:23] on this page, there is no semicolons : http://codewiki.wikidot.com/shell-script:if-else [13:23] In RecDescent, when doing e.g. number: /[+-]?\d+(\.\d+)?/ { ... }, can you reference to the () with something like $1 ? [13:23] UnGeek: You can use either a semicolon or a line break. [13:24] UnGeek: Both work the same for this. [13:25] either i use semicolon on one line or line break on several line, it's right ? [13:26] ugh...stuck on 12.04.2 LTS. Any posssible way to apt-get install MongoDB 2.4.9? [13:28] UnGeek: your script needs modification [13:28] dman777_alter: have you tried backports? [13:31] i know nothing... [13:32] http://paste.ubuntu.com/9687563/ [13:32] use at your own risk [13:32] EriC^^: what I find strange is that it supposedly errors on line 2 (zip /home/bungeecord /home/backupSerenia/backup_`date +'%F'`.zip) which is just telling to zip up a homedir and give it a date [13:32] i modified the logic to check the recently zipped file and delete the old one [13:33] i test your script [13:33] hello [13:34] i am boy [13:34] jack_, wrong channel [13:35] EriC^^: ah, I think I understand now, according to zip's manpage - zip [zipfile [file ...]] [13:35] so the zipfile comes first and then the path which needs to be zipped [13:35] really backwards [13:36] http://paste.ubuntu.com/9687586/ [13:36] syntax error with "fi" [13:37] Hi [13:37] UnGeek: What do you want the script to do in the first place? [13:38] freeroute: yeah [13:38] I would like to know about a proper solution to Ralink corp. RT3290 Bluetooth adapter driver [13:38] backup my bungeecord server === Alexa is now known as aleksa [13:48] In RecDescent, when doing e.g. number: /[+-]?\d+(\.\d+)?/ { ... }, can you reference to the () with something like $1 ? [13:49] <_indigo> hello guys, can somebody confirm Hash sum mismatches, running apt-get update? See here: http://pastebin.com/tjAefsbY === Alexa is now known as Aleksa [13:50] _indigo: http://askubuntu.com/questions/41605/trouble-downloading-packages-list-due-to-a-hash-sum-mismatch-error [13:52] Hello and goodmorning [13:55] Hi, how can I edit the options for a specific module that is loaded on boot? I am hit by #925760 and the instructions on this comment https://bugs.launchpad.net/ubuntu/+source/linux/+bug/925760/comments/75 do not work for me, but manually removing the module and readding it with the right option works. I´m trying to avoid the ugly rc.local hack shown in comment #83 in the thread above. Any hints? Fresh install of Ubuntu Server 14.04.1 x86. [13:55] Launchpad bug 925760 in Linux "Constant warnings from the kernel: Test WP failed, assume Write Enabled" [Medium,In progress] [13:57] jalt is your installation on an emmc drive? [13:57] no, sda is normal hdd and works fine, there is no other hard drive, sdb is the sd card reader [13:59] i am confident on it being exactly the above bug, and i am ok with the proposed workaraound until an upstream fix is issued (ha!). I just need to figure out how to apply the module option on boot and perhaps learn a bit more about the module loading process on Linux. [13:59] jalt: if you just want to remove the module its rmmod [14:00] well, i want the module enabled so i don´t have to manually do so everytime i need to use an sd card [14:00] i just need to pass an additional option that will effectively fix the issue (annoying warnings filling the log and screen) [14:01] jalt: when you insert an sd card the module should be reloaded automatically [14:02] cecja: but not with the options required [14:02] what supaili said === Alexa is now known as Guest64456 [14:02] jalt: http://askubuntu.com/questions/51226/how-to-add-kernel-module-parameters [14:02] assuming the module does get loaded, but with wrong options [14:03] rightm but i tried solution 2 on your link (modprobe.d) and it didn´t work [14:03] i don´t really think that rebuilding initramfs should be required... [14:04] jalt: is it a realtek sdcard reader? [14:04] yep [14:04] lsusb confirms it [14:04] did you try echo "ums-realtek ss_en=0" [14:04] module name is ums_realtek, option i need is ss_en=0 [14:04] yea, i created the file properly in right location [14:05] and named it accordingly [14:05] permissions look ok too === Aleksa is now known as Guest35335 [14:05] what is the output of modinfo ums-realtek? [14:05] the expected one [14:06] shit... fire alarm lol, gotta go brb. [14:07] hello [14:09] jalt: i would suggest you study why the modprobe.d "does not work" -- it should, and it would be the proper place for the fix [14:09] jalt: like doing rmmod -- modprobe and check if the file affects (as it should) [14:10] jalt: and like cecja suggested: check the spelling etc for the parameter you are trying to modify [14:12] back, ok i will try reloading the module with the config file in place, but without specifying the option on the modprobe command line [14:13] jalt: and see /sys/module//parameters/ to diagnose if the param gets properly set === jackie is now known as Guest53452 === alexa is now known as Aleksa [14:15] it works. and /sys/module shows the right param (0). rebooting now to see what happens. [14:16] ok, problem is back and /sys/module shows the wrong param (1) [14:16] somehow modprobe.d is only used when modprobe is invoked from cmd line and not udev?? [14:17] the module gets loaded on the boot time ? [14:17] yes, by default [14:17] i am revieweing the link you posted earllier [14:17] not sure here, but could it come from initrd image ? [14:18] yes, possible and perhaps the likely reason [14:18] regenerate that to check ? [14:23] adding the option to /etc/modules by itself produced no change. i don´t feel like using custom initramfs... will be a pain to manage on kernel updates [14:23] i probably will use rc.local to remove and readd the module every boot. it´s ugly but should work better than messing with initramfs [14:24] jalt: um i though the initrd is build on every kernel update localy [14:24] (-> you are always using 'custom' initrd) [14:24] jalt: just do echo "ums-realtek ss_en=0 | sudo tee -a /etc/modules [14:24] and its done [14:24] yes, but what does apt-get do when my local config conflicts? [14:25] i thought the default was always (user knows best, do not change) [14:25] jalt: it will ask you what to do when a file differs [14:25] cecja, did that with no effect [14:25] and since you have custom config file on modules.d -> that will not be conflicting === mydogsnameisrudy is now known as udy [14:25] trust me, the modules.d is the proper solution ;) === udy is now known as mydogsnameisrudy [14:26] the file in modules.d is being ignored upon boot [14:26] and if you do not need that module on system boot, it should not be on the initrd [14:26] you just should have the option set, that when the module is loaded, load it with these parameters [14:26] i did not put it there in first place :) [14:27] you did not put it to etc/modules ? [14:27] only after you told me to try it [14:27] the file was empty but for lp [14:28] thats the default afaik [14:28] yep [14:28] i´m assuming etc/modules is ignored the same as modprobe.d because it was already laoded earlier on initramfs [14:29] still thank you all for your help, now i get to move on to the next problem: zeroed mac address on eth0. [14:29] this seems to be a wide problem and i´m still reading up on it [14:30] [14:30] hi guys, is there any sollution to invert the colors of the screen [14:31] Anyone here ever use OpenBve? [14:31] user3: install xcalib and use xcalib -i -a [14:32] cecja: is it also possible to change the color that I want to have for the foreground and the background [14:33] user3: yes xcalib is able to do that but i dont know the modifiers [14:33] user3: but xcalib -c resets to default if you screw up ;) [14:34] that 'if' might be bit over optimisic ;) [14:34] cecja: thank you, that a good thing to know [14:34] I got this package manager error this morning ... E: Malformed line 2 in source list /etc/apt/sources.list.d/omv-extras-org-kralizec.list (dist) [14:34] E: The list of sources could not be read. [14:34] Go to the repository dialog to correct the problem. [14:34] E: _cache->open() failed, please report. [14:36] hello [14:36] EiEiOhh: sounds like your custom repository file is broken (omv-extras-...) -- how did you get that file there ? [14:38] supauli, To be honest, Im not sure.Im not even sure I know what omv-extras is [14:38] EiEiOhh: does open media vault say anything to you ? [14:39] i guess you have installed something from somewhere .. quick fix: remove that file, do apt-get update and wish for everthing to work. good solution: reinstall whole system [14:40] hi guys, somebody has some expierence xcalib? I'm trying to invert to screencolors, but I get the error message "Waring - Unable to read file [14:40] reinstalling the entire system sounds a bit overkill for this problem... [14:40] hey! [14:40] I have a question :) [14:40] !ask | Herr_Away [14:40] Herr_Away: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [14:40] Herr_Away: Maybe I have the answer [14:40] Pici: having "something" installed from "somewhere" -> to reset the system to known state, i do not know any other solution than fresh install === nik is now known as Guest33442 [14:41] Is there a way to increase the number of workspaces in Unity? I'm running 14.04 [14:41] I'm looking for FTP server, but something very fast to configure, i.e. I'm running in cmd line in some dir "fooftp username pass port" and it's done [14:42] with HTTP I've python server, but with FTP - I haven't found solution yet [14:43] i'm trying to cross-compile zlib with mingw on linux from src. After configure, i tried a make but I get this error: /usr/bin/x86_64-w64-mingw32-ld: cannot find -lc [14:43] say - got a warm laptop running ubuntu, here. was wondering if there was any significant difference between cpufreq and p-state insofar as throttling back CPUs to save on heat goes? :) [14:43] supauli, I've heard of it but I dont think I've installed it here. I obviously must have. I dont really know how I would have installed it [14:43] what am I missing? [14:43] looking for jdstrand for technical issues. [14:43] may I know if there is a way to reach him [14:43] Herr_Away: looks simple enough http://is.gd/K8O7aq [14:43] cfhowlett, user3: sorry, I pressed enter too fast :P [14:44] Fly80: i think you are missing C-library for the target === Guest12671 is now known as mfisch [14:44] EiEiOhh: then just remove that file and do apt-get update [14:44] supauli, should I set some environment variable? [14:44] somsip: it's not something I'm searching. I'm searching for a tool I can configure from cmd line - options would be parameters [14:45] Fly80: No you should install the proper library [14:45] (or fix your path if you have it installed) [14:45] s/path/build enviroment/ [14:45] supauli, it should have been installed [14:45] Can anyone give me a bit of a hand? [14:45] Herr_Away: you want a standalone server you can launch from cli on demand, not as a daemon? [14:46] * somsip applauds breadmonster [14:46] hi I have an issue with kvm... [14:46] depends on what you need a hand with, I’m sure. [14:46] which I need help [14:46] somsip, sure, now a little help with Unity? [14:46] possible for me to get help? [14:46] Fly80: i usually debug those linker errors by copy-pasting the linker command and adding verbosity flags there === mwak_ is now known as mwak [14:46] breadmonster: don't use it myself, but ask the question with details and someone may chip in if they can [14:46] supauli, ok.. that seems easy enough.. thanks [14:46] somsip, Is there a way to increase the number of workspaces in Unity? I'm running 14.04 [14:46] !details | JamesMY [14:46] JamesMY: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [14:46] ok... [14:46] breadmonster: no use asking me, I don't use unity. See previous message [14:47] I got the message when i do the virsh create xyz.xml [14:47] somsip: yeah, temporary stuff [14:47] supauli, the command is: /usr/bin/x86_64-w64-mingw32-gcc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -o libz.so.1.2.8 adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo -lc [14:47] let me type this [14:47] i'll try to add verbosity [14:47] failed to start doman xyz [14:48] error: internal error internal error error calling aa_change_profile() [14:48] first time seeing this... [14:48] after installing around 20+ servers... [14:48] Herr_Away: unsupported but simple http://is.gd/Rm6Ao9 [14:48] my company deals with preloading VMs to customer servers... [14:49] I googled it and it seems like jdstrand has some solutions. [14:49] somsip: thanks :) [14:50] any solutions for this problem? [14:51] so any thoughts on 14.04 vs 14.10 insofar as throttling goes? no major differences functional differences between p-state and cpufreq from an end(l)user perpsective? [14:56] !paste | JamesMY (no PMs, thank you) [14:56] JamesMY (no PMs, thank you): 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. === wickedpuppy2 is now known as wickedpuppy [14:59] Got it. THis is my domain xml http://pastebin.com/FFKG8L8q [14:59] when i use virsh create xyz.xml [14:59] then it starts to give this error message === mahmoud is now known as Guest55612 [15:00] internal error internal error error calling aa_change_profile() [15:00] supauli, i don't know what is missing. I installed all packages for mingw-w64 [15:00] I had installed the same copy of Ubuntu OS into 20 servers and this is the first time i got this message [15:01] Ubuntu OS with VMs preloaded. [15:01] note Ubuntu release 12.04 [15:02] another location http://paste.ubuntu.com/9688005/ [15:07] hi, are ubuntu-mate.org ubuntus ? or they work alone ? [15:08] !mate [15:08] !mate [15:08] !! [15:08] I mean is it supported by ubuntus ? or are they working independently ? [15:09] cendora: From memory, its independant, but may become an official release in future [15:10] is ubuntu-mate.org like kubuntu and xubuntu ? [15:11] cendora: yes. they are working on becoming an official fllavour [15:12] aha, but for now they are not ? [15:13] The bad is gnome3 at least for me :( [15:13] cendora: Just found a mailing list entry https://lists.ubuntu.com/archives/technical-board/2014-July/001979.html Its community developed but is looking to get an official flavour status [15:14] Ok, now I got the exact answer [15:18] Does anyone know where .vimrc is ubuntu 14.10? [15:19] anyone uses ubuntu 12.04? [15:19] peter100: some do [15:19] Troy^: ~/ but there isn't one by default - you need to create it [15:20] peter100, ask the question that matters [15:20] somsip: so ~/.vimrc should be the default? [15:20] Troy^: i bet its in your home folder. but it only gets created if needed [15:20] Troy^: yes [15:20] sorry [15:20] just wanted to know [15:23] any ubuntu tutorial resources ? [15:24] !manual | adunosine [15:24] adunosine: 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/ [15:24] adunosine, www.fullcirclemagazine.org [15:25] ubottu: thank you !! [15:25] adunosine: I am only a bot, please don't think I'm intelligent :) [15:25] cfhowlett: thank you [15:26] heya guys... does anyone know about some sort of preference set_alternate_screen_scroll to turn off history scrolling in terminal [15:26] adunosine, happy2help! [15:26] when I use my mouse to scroll up and down my terminal output it also scrolls up and down the bash history [15:27] hello there, is it possible to browse the files of a windows mobile device with ubuntu 14.04 ? [15:27] chris_wot: which terminal are you using? [15:27] **using a usb connection.. [15:27] EriC^^ gnome terminal [15:28] vagvaf: windows mobile is doable, Windows Phone is not. [15:28] hello === pvoigt_ is now known as pvoigt [15:30] alrighty... that was odd [15:30] issue has gone away on it's own [15:31] hi all [15:31] EriC^^ thanks anyway :-) [15:31] i need to be able to use my intranet web server without no check certificate but with ssl ; how i can add my web server as ssl autority for my other servers please ? Thanks a lot :) [15:32] chris_wot: :) [15:33] cecja, what do u mean ? [15:34] vagvaf: that depends on the exact OS that runs on the mobile. [15:35] k1l, windows mobile 6.1 [15:38] Hi all [15:38] i have a massive problem with high cpu load by using teamspeak, who can help me? [15:38] TingelTangelTom1: use mumble, Teamspeak tends to eat your CPU because it's programmed like shit [15:39] TingelTangelTom1: compare Teamspeak with Skype CPU load. If it's about the same, the issue is bad programming. That said, how much is "high cpu load"? [15:40] phre4k Hi dude, yeah but no one use it in germany, or for my friends... [15:40] 95% to 99% Cpu Load [15:41] i forgett to say, under Xubuntu with an old satelitte notebook [15:41] TingelTangelTom1: das hört sich wirklich ziemlich viel an. Wenn du "gezwungen" bist, Teamspeak zu nutzen, ist das natürlich schlecht. [15:41] TingelTangelTom1: try out Mumble anyway and look if the load is the same. [15:42] TingelTangelTom1: and/or Skype [15:42] TingelTangelTom1: http://www.yours-truly.de/teamspeak3 [15:43] TingelTangelTom1, afaik there is an option in teamspeak to disable the animated avatars. Try that first. It might lower the cpu usage [15:44] ok, i try it [15:47] Hi [15:47] guys [15:48] can someone help me with a ubuntu prob? [15:48] :/ ? [15:48] !ask | Jrd [15:48] Jrd: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [15:48] not until you ask [15:49] Lol , === vvassilev_ is now known as vvassilev [15:49] im trying to install rtorrent [15:49] but a error appears, [15:49] this [15:50] this? [15:50] Jrd: don't paste! [15:50] !paste [15:50] 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. [15:51] : Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). [15:51] : Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). [15:52] Jrd: How are you trying to install rtorrent? [15:52] Apt-get install rtorrenr [15:52] t* [15:52] Jrd: What happens when you run sudo apt-get -f install ? [15:52] Wait,let me see [15:53] Jrd: please pastebin the whole output into a pasteservice and show the link here [15:54] rrors were encountered while processing: [15:54] help [15:54] /var/cache/apt/archives/libc6_2.19-0ubuntu6.4_amd64.deb [15:54] E: Sub-process /usr/bin/dpkg returned an error code (1) [15:54] Ok wait [15:55] krypton: If you have a question, you need to ask it. We aren't (all) psychic here. :) [15:55] pastie.org/9818361 [15:56] Is there a way to stop wifi led from /sys/ ? [15:56] Jrd: that is all? can you show the whole uotput from the apt-get install? [15:57] Jrd: the message there is just the last stopping message. the error is mentioned before that. [15:58] guys, I have a .desktop file which I use to run a profile of chromium. it has an Icon setting pointing to the evolution png in /usr/share/pixmaps. it renders that icon properly on the desktop where the file lives, but upon launch it shows the chromium icon in the unity sidebar. anyone know why and how to fix? Here's the desktop: http://pastie.org/9818367 [16:02] I got disconnected [16:02] did u got my last paste sir? [16:02] Jrd: no [16:02] pastie.org/9818368 [16:03] Jrd: is another process running that is updateing or installing something? [16:03] Idk,how to check? [16:03] this is a web server. [16:04] Jrd: what version is this? "cat /etc/issue" [16:04] How to stop LEDs from /sys/ folder? [16:05] Jrd: webserver? what version is that exact? [16:05] guys, I have a .desktop file which I use to run a profile of chromium. it has an Icon setting pointing to the evolution png in /usr/share/pixmaps. it renders that icon properly on the desktop where the file lives, but upon launch it shows the chromium icon in the unity sidebar. anyone know why and how to fix? Here's the desktop: http://pastie.org/9818367 [16:05] I had ubutnu 12.04 but did an upgrDh to 14.04.1 [16:06] Jrd: is this update done? and how did you update? [16:06] i saw the command on terminal [16:07] Pici: how to control LEDs? [16:07] it said on update available.... [16:07] Id rmb the command [16:07] Jrd paste "cat /etc/issue" [16:07] krypton: It completely depends on what interfaces that your drivers make available. I'm not sure there is a standard path for them in /sys/ [16:08] Pici: Okay. Thanks. [16:08] Yes 2 secs pls.terminal not workking. :/ [16:09] hi there ! I need to disable barcode reader events which emulate a keyboard.. my barcode reader is listed as: /dev/input/event12 how could I disable those events ? === davethenoob is now known as Noobish1 [16:09] I need to clean synaptic cache so it stops crashing but forgot how [16:10] blackgatonegro: sudo apt-get clean [16:10] Pici: I am using Ubuntu 14.04. Upgraded from 13.10. Whenever I switch between tabs in gnome-system-monitor the background of the window becomes transparent. What's the solution for this? [16:10] krypton: I'm sorry, I'm not much of a GUI person. Perhaps someone else in here knows. [16:11] "E: The package android-studio needs to be reinstalled, but I can't find an archive for it."* "E: Internal error opening cache (1). Please report." [16:11] krypton: transparent while you are switching? that is actually a feature === justinS_ is now known as jhsimpson [16:12] cecja: Not while switching but after I switch. [16:12] Guys,u got the output [16:12] oot@main ~ # cat /etc/issue [16:12] Ubuntu 14.04.1 LTS \n \l [16:12] Jrd: "sudo fuser -v /var/cache/debconf/config.dat" will tell you what process is still using that fil [16:12] It didn't work -_- [16:12] *file [16:12] krypton: did you add the gnome repository or are you using the ubuntu-desktop version of gnome-system-monitor? [16:13] cecja: I didn't add anything. Upgraded from 13.10. [16:13] krypton: test if it works in another user [16:13] k1l [16:13] Jrd: "sudo fuser -v /var/cache/debconf/config.dat" will tell you what proc [16:14] Jrd: there's no reason to paste instructions already given to you [16:14] Sry ,tryjing to copy the command,im in ipad [16:15] daftykins: The problem shows up in another user also. [16:15] I tried "sudo apt-get clean" but I keep getting the error "E: The package android-studio needs to be reinstalled, but I can't find an archive for it."* "E: Internal error opening cache (1). Please report." [16:15] USER PID ACCESS COMMAND [16:15] root 6485 F.... frontend [16:16] This is the process, [16:16] krypton: was that newly created, or one that persisted through the upgrade, though? [16:16] "I keep getting the error E:The package android-studio needs to be reinstalled, but I can't find an archive for it." [16:16] Any way to nuke android studio? [16:16] krypton: krypton remove the package flush your apt-cache and reinstall sudo apt-get install gnome-system-monitor ubuntu-desktop === LinoSP_ is now known as LinoSP [16:17] Jrd: do you have a desktop running on that machine? [16:17] Persisted through upgrade. Same problem with GNOME tweak tool also. [16:17] nope,but i tried to install vnc, [16:18] Jrd: ah so there is a desktop running [16:18] But i didnt completed the vnc installation, [16:18] i got stuck at the first command,same error [16:19] Jrd: "sudo kill PID" for PID you need to put in the number mentioned from last output [16:19] in every app i try to install [16:19] cecja: It's showing Already latest version for both gnome-system-monitor and ubuntu-desktop [16:20] hello [16:20] krypton: intel graphic adapter? [16:21] cecja: Yeah. [16:21] krypton: yeah that user defeats the purpose of my suggestion then, i would have tested a clean one [16:22] krypton: try gsettings set org.gnome.desktop.interface ubuntu-overlay-scrollbars false [16:23] How to check if is installed? [16:24] Hii .... I want to know if the intructions here https://help.ubuntu.com/community/PAE applies to lubuntu-14.04.1 too [16:24] Jrd: if what? [16:24] Jrd: "sudo kill PID" for PID you need to put in the number mentioned from last output [16:25] mate a blue screen appeared, [16:25] LinoSP: is it a 32bit kernel?! === matthew is now known as Guest29203 [16:25] LinoSP: if so (and the kernel is built with the PAE extensions, then yes) [16:25] i want to see if rtorrent is installed [16:25] ipad is stucking. :@ [16:26] tomodachi: yes it is a 32 bit kernel [16:26] Jrd: ... you are reconnecting every time and mixing all sorts of issues. that is really hard to help you [16:26] tomodachi: I'm going to try to revive a Toshiba Satellite 1555CDS [16:27] * k1l is away now for some time so see if others can help you there [16:27] I know ,anyway gusy tahnks so much, [16:27] bye :) [16:27] Jrd: come online from a proper computer. [16:28] LinoSP: it seems to be the default for 32bit ubuntu to have PAE enabled, so you should be safe [16:28] LinoSP: either way you can just boot of the live cd and try [16:31] tomodachi: In that piece of crap takes a lot to load a live cd, not to mention that it has 192MB of RAM... Thanks for the advice [16:31] cecja: gsettings didn't work. [16:31] I will install it =D ;) [16:31] krypton: overlay scrollbars are disabled? [16:31] krypton: and the bug is persitent? [16:32] LinoSP: wow, that wouldn't even be any use for a server. [16:32] cecja: yeah. [16:34] krypton: pls change the gtk theme and look if the bug is persistent === luckybunny is now known as lbaway [16:34] LinoSP: you can add the word single , to the boot line as well, then you can verify that it works without booting the live cd gui [16:35] krypton: http://i.stack.imgur.com/UKReE.png does it look like that? [16:36] tomodachi: Thank you =) [16:36] cecja: Changing the theme didn't work. And yeah exactly same bug as in the image! [16:36] all ssh-keys that are added get dumped into id_rsa. do I have any facility to remove one of them belonging to a hostname without deleting all of them? [16:36] Pinkamena_D: are you talking of private or public key?! [16:37] krypton: then try removing the package and reinstall it that fixed it for them.. be sure the package is coming from the ubuntu ppa === lbaway is now known as luckybunny [16:37] now that aptitude is no longer used in ubuntu whats the new purge command? [16:38] hm, I'm logged in as usera, and I want to run the command gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 180 as userb (or somehow change the setting) but I am getting this error: (process:3275): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus-launch --autolaunch=813e56ef1c4f171bda95b46b5448007c --binary-syntax --close-stderr': Child process exited with code 1 [16:38] blackgatonegro: apt-get purge? [16:38] Any ideas for changing the setting? [16:38] cecja, doesn't work [16:39] Pinkamena_D: Do you mean the known_hosts file instead? [16:39] blackgatonegro: please pastebin the output [16:39] maybe help me understand [16:39] blackgatonegro: did you install the package from a deb or from a ppa? [16:39] if I build up 30 keys in id_rsa, but only a few hosts in known hosts, wont it still try all of the keys in id_rsa (and lockout)? [16:40] Using "apt-get --purge remove android-studio" just keep getting me the error "E: The package android-studio needs to be reinstalled, but I can't find an archive for it." [16:41] (private keys in id_rsa) [16:41] Pinkamena_D: id_rsa only contains one key. [16:41] a deb, never had an error so stubborn. [16:41] there is only "one" key in id_rsa [16:41] or what ever you like to call it [16:41] blackgatonegro: sudo dpkg -r --force-depends android-studio*.deb [16:42] "Package is in a very bad inconsistent state - you should reinstall it before attempting a removal." [16:43] Pinkamena_D: the ssh-keygen command has a bunch of extra options for managing the known_hosts file, and other things in ~/.ssh/, it might be helpful to take a look at it to see if it does what you need it to do. [16:44] blackgatonegro: sudo dpkg --remove --force-remove-reinstreq --force-depends [16:44] cecja: It WORKED! [16:44] krypton: cool! weird bug ;) [16:45] What? === saschpe is now known as zz_saschpe [16:45] blackgatonegro: sudo dpkg --remove --force-remove-reinstreq --force-depends with this command its forced to remove the package did it work? [16:46] cecja, let me see. [16:47] cecja, yes it worked, thank you. [16:47] blackgatonegro: you are welcome [16:47] cecja, I think I miss the days linux just let you easily destroy everything. [16:48] blackgatonegro: haha you still can destroy everything but you need to tab more for it :P [16:48] cecja, I mean if I wanted an OS That keeps saying "Dave you can't do that" I would use Windows. Bye. [16:48] Hi guys [16:48] 3 updates are security updates. [16:48] how can I see what are these updates? [16:48] run to install them then select no [16:49] hello [16:49] this does not work : TIME=`date --date=%F-%H%M%S` [16:49] and this does not work too : TIME_SIX_AGO=`date --date="6 days ago" +%F-%H%M%S [16:49] cecja: Thanks. Bye! [16:50] can you help me please [16:50] ule: personally I install the apt-listchanges package and which gives me the changelogs before asking me whether I want to install updates. It can also email the changes. === davethenoob is now known as noobish1 [16:51] UnGeek, missing ` at the end [16:51] TIME_SIX_AGO=`date --date="6 days ago" +%F-%H%M%S` [16:51] Hello! [16:51] UnGeek: date +"%F-%H%M%S" for the first one [16:52] Is anyone experiencing very slow boot time with ubuntu 14.04? [16:52] Pici: thanks.. I'll google about that [16:52] harminuriel: whats your config? i got problems with boot times on emmcs [16:53] config? [16:53] harmiuriel: yeah boot time is very slow linux 3.15 [16:53] cecja: same problem as harminuriel [16:53] !bootchart > harminuriel [16:53] harminuriel, please see my private message [16:53] missing what gr33n7007h ? [16:54] !bootchart | harminuriel [16:54] harminuriel: bootchart charts your machine at boot time, to install >> sudo apt-get install bootchart << the graphic is in /var/log/bootchart after the next reboot [16:54] i have 3.13.0-43-generic as kernel [16:54] remember you have to turn it OFF after tusage. otherwise it will create a chart again and again when bootingh [16:54] UnGeek, ` [16:55] Hey guys ive got a big problem... Installed phpmyadmin but forgot to hit auto configure for apache2... now everytime even when i uninstall it doesnt ask me again if i want to auto configure :( how to configure it manually? [16:55] bad copy no error [16:56] how do i disable it? However I partly resolved by adding -GRUB_CMDLINE_LINUX_DEFAULT="tpm_tis.force=1"- to /etc/defaults/grub [16:56] UnGeek: What do you mean by that? [16:56] i3lacky: just purge the package apt-get purge phpmyadmin after that he should ask you again for the config [16:56] Hey guys ive got a big problem... Installed phpmyadmin but forgot to hit auto configure for apache2... now everytime even when i uninstall it doesnt ask me again if i want to auto configure :( how to configure it manually? [16:56] bad paste, it's my fault [16:56] spam eh? [16:57] anyway, it does not work [16:57] UnGeek, whats not working? [16:58] it does not save correctly, no date in the name [16:58] UnGeek: how are you testing? [16:58] does anyone here know of any solution that would allow me to sell registration/licenses from my website that is opensource free [16:58] launching .sh [16:59] Pici: do you know whats the command syntax? [16:59] UnGeek: What .sh? [16:59] file with bash [16:59] Pici: apt-listchanges ? [16:59] ule: sudo apt-get install apt-listchanges, then follow the prompts [16:59] Pici: yeah.. its installed [16:59] ule: did it provide any prompts when you installed it? [16:59] my 14.04 is pretty prompt on boot, moreso in efi than bios but what do you want for a working video card? [16:59] =p [16:59] Usage: apt-listchanges [options] {--apt | filename.deb ...} [17:00] just this === tcpman is now known as Guest76155 [17:00] UnGeek, I'm not to sure of what your fully trying to do I jumped in to early :( [17:01] UnGeek: #bash [17:01] ule: do sudo dpkg-reconfigure apt-listchanges first [17:01] TIME_SIX_AGO=`date --date="6 days ago" +%F-%H%M%S`; printf "$TIME_SIX_AGO\n" #=> 2015-01-01-165950 [17:01] ^^ UnGeek [17:01] trying to mount a volume using ssh (tried ssh:// sftp:// sshfs://) using a private key. How do I get the "connect to server" screen in the file manager to ask me for the private key? (private key works when I connect to the remote server via ssh) [17:02] ule: then depending on what options you choose, apt-get upgrade should provide you with the changelogs before installing. === Schnabel- is now known as Schnabeltierchen [17:03] TheDude93: you have to provide the keys in /root/.ssh [17:03] Pici: thanks [17:04] cecja: I have the key in .ssh in my home dir. Let me try copying to root/.ssh [17:05] TheDude93: on your remote machine is the ssh key ~/.ssh/authorized_keys [17:07] I cannot find a good tutorial to setup an openvpn server for tunnel on ubuntu [17:07] Voyage: i got a good one in german.. you could work with it with google translate [17:08] cecja: yes, the key is in ~/.ssh/authorized_key. I tried copying the key to root .ssh, make root the owner and change perms to 400 on the file, still connection refused [17:08] Voyage: https://thomas-leister.de/allgemein/openvpn-server-als-internet-gateway-unter-ubuntu-server/ [17:09] TheDude93: is the message actually connection refused? [17:09] TheDude93: is it a connection refused or Permission Denied? [17:09] that does not work : http://paste.ubuntu.com/9688613/ [17:10] cecja/imbezol: I get a popup. 'Oops something went wrong. don't have permission to access the requested location' [17:11] UnGeek: your date command should be "6 days ago", no? [17:11] I seem to be having some difficulty opening a port on my new ubuntu machine. I've enabled the IPTables (though oddly enough, can't save them to persist reboot), and disabled ufw. the ports I need are for teamspeak3 (udp9987, tcp10011, tcp30033). 10011 and 30033 seem to open just fine, but 9987 refuses to open. [17:11] cecja/imbezol: if I connect from WinSCP on Windows using same user / key, I can go in, so the pb seems to be on my laptop (Ubuntu 14.10) [17:11] http://paste.ubuntu.com/9688620/ it does not work [17:12] TheDude93: ok can you try to mount it on the terminal its a bit better to gete debugging infos sshfs username@your_server:/remote/path /local/mount [17:12] UnGeek: You're going to get an error on line 8 for that. Using graves (``) means the same things as $(), and means that you are trying to execute the contents of $TIME_SIX_AGO. Perhaps #bash would be the best place to continue this conversation [17:12] TheDude93: you'd like not have the same private key or your laptop as your windows machine [17:12] on a dual boot machine can I hibernate ubuntu and start windows safely? [17:12] TheDude93: you'd need the key from both the windows and the laptop in the authorized_keys file [17:12] UnGeek, #bash, They'll have you up and running in no time :) === tom_ is now known as Guest88074 [17:13] is it possible to browse a dejavu backup in 14.04 ? [17:13] ok i go #bash if there is people [17:14] `$TIME_SIX_AGO` should be ${TIME_SIX_AGO} [17:15] imbezol, why [17:15] cecja: getting a connection reset by peer [17:15] UnGeek: ask in there too anyway. [17:16] Anyone can suggest which application to join multiple mp3 in GUI ? I tried mp3warp but it doesn't display the track time correctly [17:16] imbezol: I am connecting to an AWS linux server. I got the login key from Amazon. I have not generated my own key, if that helps [17:17] TheDude93: ah, so you've copied the key to both your laptop and your winscp machine? [17:17] nbusrone: audacity? [17:17] TheDude93: connect to the aws machine with ssh -v to see what it tells you.. it should give you info about its attempt to try pub/priv key auth [17:18] hi [17:19] i am new to ubuntu n i want a site or document i can learn to master linux [17:19] they don't want help me [17:20] UnGeek: Thats completely not what whas said in ther. [17:20] imbezol: you got it: same key on both PCs. Ssh connection to the console works fine! That's what I don't get. It is reading the key in my .ssh folder (specified with -i in ssh command) [17:20] SchrodingersScat : thanks , was considering it :) [17:20] a link to documentation is not a help [17:20] UnGeek, They basically told you everything that was wrong with your script and how to rectify [17:21] they dont said me how to rectify, they said me go to documentation and good luck if i have to translate [17:22] when I run a ./configure && make && make install ... that will create the binaries / executeables for me to copy / paste into other machines right? [17:22] very good help for a beginner that he have passed a full day on his script [17:22] UnGeek, you don't want help [17:23] i am new to ubuntu n i want a site or document i can learn to master linux [17:25] linux is a rather complicated 'set' of tools. Mastering each requires insight on each. Firstly, figure out what you have insight on atm, and try to learn more about it. When you gain insight into another feature or function, learn that. [17:25] he's gone [17:25] probably finished mastering it already [17:25] mmm my browser doesn't like staying locked to the most recent chatter :< [17:26] and i can't keep my personal client open for too long, or the whole tab vanishes === xenog_ is now known as xenog [17:26] maybe try an actual irc client [17:27] can't find one I like [17:27] in other news, finding information about teamspeak is proving to be rather bothersome [17:28] Komak57: this isn't a chat channel, phrase a support question [17:28] trying to host a server on an ubuntu machine and it's proving to be a rather impossible task. I can connect through LAN, but connecting to my external ip has so far been fruitless [17:28] sounds like a good reason to assemble a readable and easy to follow procedure you can post on the forum when you've got it figured [17:29] my iptables have the 3 necessary ports open. my firewall is disabled, my router is forwarding to the local ip properly. various tools suggest the ports are open [17:29] Komak57: forwarded the relevant ports? [17:29] Komak57: just disable iptables entierly [17:29] i setup teamspeak for someone once, it wasn't that hard. [17:29] untill you fixed the problem, then you can enable it [17:30] I'm starting to suspect it's a problem with the setup, which means teamspeak issue, not ubuntu, but i cant find the info [17:30] to rule out possible problems [17:30] hello [17:30] what are the drivers for ati graphics cards [17:30] Komak57: do you have another machine on the internal lan you can try connecting to it with to verify teamspeak is working with the internal ip first? [17:31] this machine. It's a windows machine, and connect fine with the LAN settings [17:31] i hope you're not trying to test connect to your external IP from an internal system [17:32] !graphics [17:32] sagredo: depends on the model of card. fglrx is the proprietary driver [17:32] Komak57: so really the challenge is to get the ports forwarded and you already know teamspeak is working correctly? [17:33] Komak57: and you also know that iptables is not an issue [17:33] I don't see why not [17:33] local computers are immediately recognised as admin [17:34] have people know about gambas3? [17:34] Komak57: are you testing connecting from the outside and not being able to? [17:34] if you're attempting to say it doesn't work because you're connecting to the outside IP from inside, that's probably your problem [17:34] daftykins: thx [17:34] imbezol: correct. Connecting fails about 5 seconds after trying every time [17:34] !info gambas3 [17:34] did you know the gambas3 ? [17:34] gambas3 (source: gambas3): Complete visual development environment for Gambas. In component universe, is optional. Version 3.5.4-2ubuntu1 (utopic), package size 5 kB, installed size 8 kB [17:35] never met the guy. [17:35] i very like the program [17:36] i can use gambas3 to make any program [17:36] interesting... I cannot connect using the GUI but using the command 'sshfs -o Identityfile= @host:/path ./mount It works [17:38] so i think ,maybe i can edition manual for chinese people [17:38] isaac_: it's hard to really understand what you're saying, maybe you should find the ubuntu channel for your language. [17:38] can you help me [17:39] isaac_: not without a question [17:40] yes my english very bad [17:40] #ubuntu-cn then [17:40] sure i try to change language [17:41] !list [17:41] alexsander: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [17:43] Can I use Gambas3 to write applications for any program, this tool is very good, like VisualBasic. [17:44] have a usb drive with my movies, it is drwxr-xr-x 2 1002 voice , normally connected to ubuntu server and using plex, but am ripping a dvd, so it is attatched to my laptop i donot have write perms to that drive, any suggestions? [17:45] on the laptop: voice:x:1000:jerry [17:46] mexjerry: use exFAT, putting ext# on a flash drive is just asking for trouble [17:47] daftykins: u lost me on that one :( [17:48] hey [17:48] CIAO A TUTTI :) [17:48] daftykins: it is wd usbdrive, 1TB [17:48] mexjerry: don't use a file system with permissions if you don't want to be hassled with permissions. [17:48] oic [17:48] how to contact about gambas3 author ? [17:49] HELLO [17:49] how to contact about gambas3 author ? [17:49] daftykins: any links to remove those perms? [17:49] mexjerry: why don't you rip locally then transfer over the network? [17:49] or rip to a new folder then return the drive before moving the files [17:50] daftykins: yea, thought about that, but thought this would be faster === Enissay_ is now known as Enissay [17:50] mexjerry: and here you are with permissions woes :) [17:50] hello daftykins can you speak chinese [17:50] I'm having some issues with torrenting in Ubuntu [17:50] daftykins: yes, :( [17:50] isaac_: no and i don't know anything about your question so please don't hassle me [17:51] For some reason my download speed stays at 20kb/s and then stops after a minute [17:51] My main client that I use is Ktorrent [17:51] OK sorry [17:52] Can anyone help? [17:52] no chinese people in here ? [17:53] i did say go to #ubuntu-cn [17:53] Hi guys,im trying to run vnc it gives bind: Address already in use [17:53] channel_setup_fwd_listener: cannot listen to port: 5901 [17:53] Could not request local forwarding. [17:53] but how about go to #ubuntu-cn [17:54] I HAVE A PROBLEM: WHEN TURN ON MY UBUNTU STUDIO HAVE A FIRST WINDOW BLACK WITH NOTHING BUT IF I PUT MY PASSSHARE HE STARS..HOW MAKE FOR SEE THE WINDOW? [17:54] /load .xchat2/budus.so [17:54] you also have a problem with your capslock key [17:54] @kaste,lol [17:54] john_GRULLO: do not use caps. [17:55] dafty,possible to help mate? [17:55] Jre: do you see me replying? [17:55] nope [17:55] exactly. [17:55] Jre: try lsof -i [17:55] see if some program already binds that port [17:56] 2secs [17:56] if not, probably a permission issue of some kind [17:56] i don't know how to doing [17:57] isaac_: "/join #ubuntu-cn" [17:57] Nope mare,its not listed [17:57] mate* [17:57] do you run it as root? [17:57] "/join #ubuntu-cn" [17:57] isaac_: without the " [17:57] OK ! [17:58] thank u [17:58] i moved to ubuntu-cn [17:58] done [17:58] yed [17:58] yes,im in root [18:00] Hi guys, if you could be help me with XView error [18:00] I found some mentions on the internet that prompts me to ask if you are trying to run this through ssh [18:00] god! ubuntu-cn no people talk.... [18:01] "XView warning: Cannot load font 'lucida-12' (Font package) [18:01] XView warning: Cannot load font '-b&h-lucida-medium-r-normal-sans-*-120-*-*-*-*-*-*' (Font package) [18:01] XView error: Cannot open connection to window server: localhost:11.0 (Server package)" [18:01] ALL STAFF IT'S OK. THERE IS NOT ONLY THE FIRST WINDOW OF PASSSHARE BUT I WANT TO SEE [18:01] i've been trying to rectify the error, any idea what is possibly wrong here? [18:01] :/ [18:03] john_GRULLO: do not talk in capitals. you are getting ignored. [18:03] Hello. I need help diagnosing a printer issue. I'm using 14.04 with a Samsung M2020. I have installed it using the built in installer and it tells me I need /usr/lib/sups/rastertospl. I followed instructions online to install the Samsung universal print driver and create a symbolic link to rastertosplc and it installed with no errors. Test pages wont print and every print job I send shows the status as "Stopped" What infor [18:03] abhaypt1: er, looks like you need to install a font? [18:03] im trying to assign a static ip and create a new network device. how can i do this in 14.04, im getting errors device eth1 doesnt exist http://hastebin.com/ehimamijef.m [18:04] how do i get those particular fonts? [18:04] abhaypt1: this isn't your problem, this doens't cause it to fail [18:04] are you running the command from within X and if yes with the same user? [18:05] yes ssh -X [18:05] user name is same in both pc and server [18:05] No help for me :/ [18:06] Jre: I believe there is a wait time. Patience :) [18:06] abhaypt1: is there some warning about X forwarding? [18:06] abhaypt1: use ssh -v to get more info [18:06] I believe it isn't working for you [18:06] Jre: I have yet to leave without help [18:06] XView error: Cannot open connection to window server: localhost:11.0 (Server package) [18:06] [1]+ Exit 1 [18:06] Jre: are you forwarding your port through ssh? [18:06] abhaypt1: you may need to enable X11 forwarding in the server config [18:06] waiting time seems to be counted backwords xP [18:06] i am following a tutorial on how to. VNC [18:06] X11 forwarding in my machine? [18:07] then make sure your forwarding is working foirst [18:07] you probably have the ports backwards in some way [18:07] from the digitalocean, [18:07] !who [18:07] As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [18:07] link? [18:07] Can anyone help me set up my torrent client? [18:07] Where shall i see. [18:07] Ktorrent is not showing any download speed whatsoever [18:07] when i "ssh -V" it says OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014 [18:08] abhaypt1: -v, not -V [18:08] https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-14-04 [18:08] yup i it in caps on my terminal [18:08] m0h4wk, Is it downloading? [18:08] i typed in upper case on my terminal [18:09] Jre: did that ssh command work for you and did you test it? [18:09] abhaypt1: type it in lower [18:09] bubbasaures: nope [18:09] bubbasaures: not at all [18:09] Jre: What does sudo netstat -tanp | grep 5901 say? There should be an application name or number in the far right column. [18:09] bubbasaures: I thought that maybe I should open up my ports in Terminal [18:10] bubbasaures: So I went to the Ktorrent settings, looked up the ports, and added a rule for my firewall in Terminal. [18:10] bubbasaures: Still nothing [18:10] m0h4wk, never used the app, but I would think you need a download to show it, or is this the limitations of speed you need to see? [18:11] root@main ~ # sudo netstat -tanp | grep 5901 [18:11] tcp 0 0 127.0.0.1:5901 0.0.0.0:* LISTEN 20292/Xtightvnc [18:11] tcp6 0 0 ::1:5901 :::* LISTEN 20431/ssh [18:11] !tab [18:11] You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [18:11] bubbasaures: Well what do you suggest I use as a Torrent client? [18:11] m0h4wk, Firewall, this a server? [18:11] bubbasaures: Firewall as in Ubuntu's firewall [18:11] Pici.got the oütput? [18:11] Jre: which box is that [18:11] how do i do that? [18:11] the target or the source? [18:12] ubuntu 14.04.1 [18:12] m0h4wk, Heh, never used it ever, but thats me, not sure of what the fix is both apps I never use is all. [18:12] abhaypt1: ssh -v -X [18:12] bubbasaures: I'll google deeper then [18:12] Jre: next time don't paste into the channel, use a pastebin. [18:12] I believe you are mixing up your computers [18:12] alright mate [18:13] whys that? [18:13] because you have ssh listening on the same port as tightvnc [18:13] m0h4wk, IP tables are what you should be using if you really want protection. [18:13] that doens't make sense [18:13] you want it to listen on your local box and forward it to the port on the remote host where vnc is listening [18:14] did that, "ssh -v -X " [18:14] you either have the vnc on the wrong box or your forwarding the wrong way round [18:14] How to do that,i just folowed the tutorial [18:14] !who [18:14] As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [18:14] then try understanding it first instead of blindly following it [18:14] USE NICKS PREFACING PLEASE [18:14] abhaypt1: and did it tell you anything about its attempt to use X forwarding? [18:14] :/ im staying all day,no more nerves [18:15] :/ [18:16] imbezol: i did that, "ssh -v -X " . it got connected to server and when i entered a command to open a window on my machine, a huge log came which ended with the same error earlier, it was [18:16] XView warning: Cannot load font 'lucida-12' (Font package) [18:16] debug1: channel 1: FORCE input drain [18:16] XView warning: Cannot load font '-b&h-lucida-medium-r-normal-sans-*-120-*-*-*-*-*-*' (Font package) [18:16] XView error: Cannot open connection to window server: localhost:11.0 (Server package) [18:16] debug1: channel 1: free: x11, nchannels 2 [18:16] abhaypt1 you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted [18:16] :/ [18:18] Any help? :/ [18:18] how about answering first which box that netstat came from [18:19] from ubuntu 14041 lts [18:19] Ubuntu bug 14041 in Ubuntu "Hoary Preview some bugs." [Medium,Invalid] https://launchpad.net/bugs/14041 [18:19] Jre: that is an operating system not a computer [18:19] imbezol: this is the error i got http://paste.ubuntu.com/9688914/ [18:19] coh,its a vps. [18:19] so it's the target? [18:19] virtual server from hetzner [18:20] sorry? [18:20] Jre's pc - ssh+vnc -> target pc [18:20] yes, [18:20] abhaypt1: what's the output of this command: grep X /etc/ssh/sshd_config [18:20] basically [18:21] im using ipad xP [18:21] for ssh ,vnc, [18:21] then you executed the ssh command on the wrong computer, you should issue that on your local pc [18:21] question: what does actually occur when you execute sudo update-grub? [18:21] how do I show only entries from the auth.log from the last 5 minutes? is there an easy solution or do I have to write a script that parses the dates explicitly? [18:21] Kaste,i have a app to connect [18:22] so? [18:22] vnc viewer,it says port not possible to conmect [18:22] yes, because you need to run this ssh command from that local pc [18:22] it forwards that ports traffic to the server port [18:23] how to make the exisiting changes? [18:23] imbezol: it says no such file or directory [18:23] ti run in Jre pc or ssh (vps ) [18:24] abhaypt1: check your typing again.. there should be an /etc/ssh/sshd_config file [18:24] abhaypt1: grep X /etc/ssh/sshd_config [18:24] :/ b [18:25] I don't understand the question [18:25] Where shall i run t he command [18:25] in my pc or ssh [18:25] on your local pc [18:25] Hey can anyone plase help me recover ext4 partition? [18:25] Cant i connect it via windows ? [18:25] if you use putty with port forwarding maybe [18:26] imbezol: i typed exactly this "grep X /etc/ssh/sshd_config" [18:26] but that's a whole new can of worms [18:26] So i ned linux for linux? [18:26] do you even need port forwarding? [18:26] dude ima newbie :/ [18:26] no you can use putty on wndows and ssh on linux and mac [18:27] but how to connect on puttty? [18:27] imbezol: when i type it on server it says permission denied and on my machine its says no such file or directory [18:27] Jre: if you're setting up VNC on a VPS because you installed X, you're kinda doing servers wrong in principle. [18:27] does it support cnc viewer or i need to run thr commans then use aa cnc client? [18:27] abhaypt1: umm... so you're sshing from one system to another? [18:27] Jre: http://activedeveloper.info/port-forwarding-with-putty.html [18:27] abhaypt1: you want to check the sshd_config of the server [18:28] Jre: what is cnc? [18:28] vnc* [18:28] auto correct of ipad [18:28] kaste: come on, it's atrocious typing but it's easy to work out :P [18:28] look first check if you actually need to bypass the firewall [18:28] imbezol: precisely, I am sshing from my pc to the server in my univ to run a simulation software [18:28] Could somebody tell me what the minimum archive I need to mirror is for trusty server net install please? The trusty main restricted universe multiverse is 60 GB, i'd like something much smaller. [18:28] daftykins: sorry, I just worked out some insane regexes, my mind is too fried for that [18:29] kaste: i don't think it's about firewall bypass, it's about sending the VNC plaintext over SSH for security i would think :) [18:29] VNC password that is [18:29] oh come on there gotta be some tls solution for that [18:29] but VNC on a VPS is so laughable i'm not touching that one with a bargepole :) [18:29] It's fun though. [18:29] yeah but i don't know what guide was followed [18:30] imbezol: From Windows machine I used Mobaxterm and another distro Crunchbang it worked smoothly. but from the day i shifted to ubuntu i couldnt run it [18:30] no it's silly. [18:30] abhaypt1: and what are you running on your pc? ubuntu? [18:30] I get the cringes from running X on a server in the first place but this is ubuntu so hey [18:30] @imbezol: ubuntu 14 [18:30] abhaypt1: ok. interesting. try with ssh -Y instead of -X, just to see [18:31] imbezol: same error :( [18:31] abhaypt1: grep X /etc/ssh/ssh_config [18:31] abhaypt1: that's the client config [18:32] Why doesn't this bash work? DO_LOOP="yes" [18:32] php CrazyMonkey.php [18:32] It doesn't loop if shutdown [18:32] you realize all you are doing is set a shell variable there with no semantics right? [18:32] imbezol: it reads ForwardX11: no [18:32] ForwardX11Trusted: yes [18:33] abhaypt1: sudo sed -i -e 's/ForwardX11 no/ForwardX11 yes/' /etc/ssh/ssh_config [18:33] abhaypt1: and try again [18:34] WOuld you know how to loop it then kaste? [18:34] what do you want to achieve [18:34] imbezol: did that and confirmed it by checking with the previous command, both are yes now [18:35] SO say I did !shutdown it would shutdown and then restart itself [18:35] imbezol: Thank you very much. [18:35] Or if it crashed because of netsplit then it'd restart [18:35] abhaypt1: it worked? [18:35] Codmadnesspro: you probably want to write a service file then, but I don't know how to do that for upstart [18:36] :-| its 12:00 midnight here, my univ rules are, that particular simulation server is allowed between 6 am to 12:00 midnight :? [18:37] imbezol: i am presuming I'll run the simulations tomorrow morning, thank you :D [18:37] abhaypt1: alright. good luck [18:46] when I run a $ which curl [18:46] and it gives me a filepath [18:46] what did you expect? [18:46] what is that reference? is it an ENV VAR? [18:46] and how do I make more [18:47] which gives you the location of the corresponding binary [18:49] delinquentme: it searches through your $PATH for that executable and reports its location. [18:50] specifically it tells you which one will run if you just type the command [18:50] if you have multiple matching binaries which is useful to identify which one will be urn [18:50] aye [18:50] *run [18:51] I don't think that's true [18:51] it will always give you a binary in the filesystem even if the shell will use a builtin (unless you use zsh, I think that takes aliasing and builtins into account) [18:52] kaste: that's true.. it doesn't account for builtins, aliases, etc [18:52] unless you use zsh :) [18:53] how much max ram can ubuntu support [18:53] I have an issue similar to: http://askubuntu.com/questions/442928/cannot-mount-sys-fs-cgroup-13-10-vagrant-box How can I restore the mentioned directories from a live cd? [18:54] @Blendify: http://askubuntu.com/questions/142043/whats-the-maximum-amount-of-ram-i-can-use-on-an-specific-hardware [18:54] what is "-rf" please [18:54] Blendify, more than any motherboard can handle, 128 TB [18:54] UnGeek: an argument to a command, probably rm [18:54] -r is recursive in this case and -f is force === feurd_ is now known as feurd [18:55] ok thanks [18:55] don't use them unless you know why [18:55] * wligtenberg agrees with kaste [18:55] greetings [18:56] is there a channel specifically for ubuntu touch? [18:56] !touch | Nirgali42 [18:56] Nirgali42: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [18:56] danke [19:06] Hello, I joined my ubuntu to an Active Directory domain, however to access the server shares the user's credentials logged in ubuntu are not used, it is to function? [19:08] ok so im running htop on a server of mine... [19:09] and the bar corresponding to the memory usage is > 50% however... the number on the memory usage is 432 / 3701 [19:09] that is closer to 1/6th of the memory than 1/2 ... so why is the bar at 50% ? [19:09] delinquentme: you are counting filesystem caches in the bigger number [19:10] there are different colours in the bar in htop for that reason === l0rdn1x is now known as underline [19:10] delinquentme, Can you see the colors in the toop bar of actual use? [19:10] top* [19:10] yeah I'm getting the colored output [19:10] the green bar is what you see in the numbers [19:11] and what is " NI " in that tool as well [19:11] the brownish thing is caches [19:11] Ohhh ok ! kaste +1 [19:11] also try ? it explains stuff [19:11] delinquentme, every thing running and its memory or cpu shows scroll through and see whats going on, it helps to understand this cli app. [19:12] kaste, i like this ! [19:12] having problems with my mouse syslog reports: "psmouse serio1: Explorer Mouse at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away." [19:14] jjavaholic, Is this a ubuntu release and which one if so? [19:14] gmail is down!? [19:15] oh fuck it's back on [19:15] 14.10 [19:15] !ot | momomo, up for me, also please don't curse. [19:15] momomo, up for me, also please don't curse.: #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! [19:15] momomo, Do not swear here. [19:15] ever === kish is now known as CharlieJob [19:17] Any of you running Ubuntu on one of the Intel Baytrail cpu's that needs the different efi (ie Winbook TW100)? [19:17] Tenkawa, please address your issue directly. === zzz_Ridley is now known as Ridley5 === adebarbara_ is now known as adebarbara [19:22] Mouse cursor is blinking continuously ? any idea that how to fix this ? === Deathlok is now known as Randoph === hardtailWTFmang is now known as hardtail [19:29] How do you enter in Unicode characters, like a n with a tilde over it, and the trademark symbol, and copyright symbol... stuff like that? === zz_saschpe is now known as saschpe [19:38] SuperLag: go to your system settings, input, keyboard, advanced, and set your compose key to right alt [19:39] SuperLag: then you can do rightalt-` or rightalt-' followed by a key [19:40] Why does the Compiz "Application Switcher" insist on using such low quality icons? [19:40] It reall "grinds my gears" [19:40] *really [19:40] why do you insist on using compiz [19:40] nickander, why not? [19:41] nickander, Do you use ubuntu unity> [19:41] ? [19:41] aimless eye candy [19:41] Paddy_NI, This is way offtopic there is a channel for that. [19:41] bubbasaures that "was" a very direct question [19:41] What if the eye-candy is the aim? [19:41] bubbasaures, I'm on topic [19:41] Tenkawa, Not here valid [19:41] it is a specific known setup and if it needs any more clarification then its not being worked on [19:42] Ubuntu uses compiz by default [19:42] Paddy_NI, This is direct support not your complaint soapbox. ;) [19:42] Ubuntu, Intel BayTrail CPU is "very" specific [19:42] bubbasaures, I was getting around to a question [19:43] tw100 machine to boot [19:43] so very specific [19:43] SuperLag: if your alt-` and alt-' are bound to application switch you may need to clear those bindings too [19:43] Tenkawa, We cover your issues your having, your question shows none of that, if you want help use the channel correctly. [19:43] SuperLag: experimenting here it doesn't look like kde (you may be using unity.. i don't know) differentiates between left and right alt [19:43] Paddy_NI, Than get to it, we could always use less drama here. [19:44] bubbasaures: thats my point.. its a platform issue (specificly that Intel EFI is screwed up) and if noone has a response to that noone is working on it [19:45] it is a 64 bit cpu thats locked to 32 bit efi [19:45] Does anyone know how I can get better quality icons in the compiz "application switcher" plugin? [19:45] rather "uses" [19:45] 32bit EFI is terrible. [19:45] rww: omg yes [19:45] imbezol: I'm using Unity. [19:45] I agree 1000% [19:46] Standard work solution to encountering 32bit EFI systems: throw system out and purchase new one [19:46] SuperLag: try setting up the compose key as instructed first and see if right alt will work for you. you could pick a different key or clear the default bindings if needed [19:46] rww: the tablet has great potential if it werent for efi [19:46] hola [19:46] hey guys, I am getting a 'hash sum mismatch' when running apt-get update on a new VM. What is going on? [19:47] i tried emptying /var/.../lists.. no luck [19:47] grazfather, Hash on the update? [19:47] a held package? [19:47] imbezol: I'm not seeing how to set the Compose key. I can see the option, but it's stuck at Disabled. [19:48] SuperLag: did you check the option at the top of advanced to configure keyboard options? [19:49] Hello, I joined my ubuntu to an Active Directory domain, however to access the server shares the user's credentials logged in ubuntu are not used, it is to function? [19:49] http://askubuntu.com/questions/41605/trouble-downloading-packages-list-due-to-a-hash-sum-mismatch-error [19:50] xdexter, What does "it is to function?" mean? [19:50] grazfather, Natty is this correct? [19:51] bubbasaures, If I log into my ubuntu with my domain user, to access the server shares should use the login credentials? [19:51] xdexter, I just asked a simple question. [19:51] imbezol: let me post a screenshot https://dl.dropboxusercontent.com/u/913175/trying_to_set_compose.png [19:52] bubbasaures, I expressed myself wrong, I guess so it is easier to understand you [19:52] imbezol: when I highlight "Compose Key" and hit the right Alt, the "Type your command" window comes up from the launchbar [19:52] xdexter, Cool, just with that it becomes really confusing to see what's going on, not an area I'm best at however. [19:53] SuperLag: hmm.. yours look different than mine [19:53] grazfather, Hello, hello are you there? [19:53] bubbasaures, Okay, but you understand what my question? [19:53] imbezol: I'm using Unity on 14.04.1 [19:53] SuperLag: try doing something like alt-space [19:53] xdexter: have you set up pam to use samba as the authentication mechanism? [19:54] SuperLag: can't help you much further than that.. i don't run unity [19:54] hi, is there native jack audio support for firefox except patching it ? [19:54] xdexter, Would not matter if I do, not an area I know, the issue is is it clear enough for the channel to understand is all I was addressing, and trying to underswtand myself. [19:54] SuperLag: but the compose key is def what you need to get sorted out [19:54] understand* [19:54] SuperLag: should be able to do some googling on it [19:55] bubbasaures, I used the PBIS:"http://community.spiceworks.com/how_to/show/80336-join-ubuntu-14-04lts-to-a-windows-domain-using-pbis-open" [19:55] Ok, no problems [19:55] xdexter, When you keep addressing me it looks with a cursory glance your getting help when you're not. ;) [19:56] Ok ;D [19:56] ;) [19:58] Hi bubbasaures sorry [19:59] grazfather, No problem, asked a few questions is all. === LinoSP_ is now known as LinoSP [20:00] grazfather, Any held packages as the hash mismatch and is this natty? [20:00] it's debian. Jessie [20:00] grazfather, Ah you need #debian than [20:00] they are dead >.< [20:01] more or less [20:01] but I figured it's the same problem, just thet their servers are fucked and not ubuntu's :p [20:01] grazfather, Ubuntu only support here, running a eol is not a good idea. [20:01] oel? [20:01] is Jessie EOL? [20:01] end of life [20:01] grazfather, And no swearing here please. [20:02] grazfather, This is ubuntu support, that is all we directl address. [20:02] directly* [20:02] you saqid they were dead I assumed you meant jessie [20:02] fwiw, jessie isn't EOL, it's brand new [20:02] oh no [20:03] the chan [20:03] grazfather, Try ##linux if you are registered with freenode [20:03] sure [20:05] hola [20:08] hola === zeus is now known as Guest53758 [20:12] I have a just ~32 GB SSD on my laptop. I'm going to install: Win8.1, Ubuntu14.10 and x86_4.4-r2-android. How many space should I denominate for each one? [20:13] frenda: probably wont fit [20:13] frenda, That is really not enough space but it is you fun, ubuntu has a min of 6 gigs or so but that will allow not much. [20:13] you're* [20:13] Should loading nvidiafb.ko module automatically start framebuffer? [20:13] I am running on 6 gig and it's very tight [20:14] and if you carve a few gig out for android windows will complain [20:15] frenda, You would really have to minimize installs, not sure if there is a windows kit yet, ubuntu can be net installed smaller === OnkV is now known as Haudegen [20:18] Can someone link me to the right guide for making just a single addition to the present kernel? I just want to enable HPET and nothing else. [20:18] messing with the kernel is daunting. [20:19] isnt that by default? === j3m4dux is now known as jemadux [20:19] Ntemis: evidently not [20:20] why does ubuntu compile kernels wihtout /proc/config.gz -,- [20:20] go find defconfig and add =y to the HPET config flag [20:20] pantato, add "clocksource=hpet" to the bootline, see http://linuxforums.org.uk/index.php?topic=10492.0 [20:21] oh ok thanks good to know [20:22] hi [20:22] i have no-ip host . how it set my PC home for connect from internet ? [20:22] imbezol: got it. Had to use dconf-editor, in the end. [20:23] ' [20:23] oops sorry [20:23] ny scrollback isbt working [20:24] Hi, I just successfully compiled and inserted the r8101 module and blacklisted r8169 (broken Realtek wired ethernet), but the driver loads a zeroed mac address on boot (seems to be by design). I can manually change it with ifconfig hw ether xx:xx:xx:xx:xx:xx, but it persists only until the next reboot. Is there a more elegant way to make this permanent other than adding it to an init script (rc.local comes to mind)? [20:24] SuperLag: good stuff [20:24] imbezol: thanks man [20:24] np [20:25] so anyone running a winbook tablet by chance? === saschpe is now known as zz_saschpe [20:25] i have no-ip host . how it set my PC home for connect from internet ? [20:25] jalt: realtek is crap. I have a gigabit card which i had to retire [20:26] simple permission question please. got this file and this user who cannot acces it for some reason : http://hastebin.com/ugesofizih.coffee [20:26] jrthump: all of them nowadays are quetionable [20:26] yes, but it comes soldered to the laptop´s motherboard :) [20:26] er questionable [20:26] Hi, how do I start a tmux session without attaching to it? -d doesn't seem to work for me [20:26] Lyxodius: what error? [20:27] even though I used the realtek driver 8168 and blacklisten the "built in" which detects it as 8169 it only got 100Mbit [20:27] anyway, i have it working it now (haven´t run iperf though) and just need to find the best way for it to remeber it´s actual mac address [20:27] poops3: the nagios user itself has write access to that file. Are you trying to let people with group nagios have write access to it? [20:27] intel is the safest bet imho [20:27] I don't get an error, the commands seems to return 0 [20:27] mine is truly r101 which is only fast ethernet 10/100 [20:27] Aok [20:27] er ok [20:27] But there is no session after that [20:27] let me see if I can recreate [20:27] lol welp now it's not booting up [20:28] guess i'll have to wait until i get home to fix it [20:28] derp [20:28] Lyxodius: what syntax are you using? [20:28] hi, is there a qay to gather info about which packages on my ubuntu system are actually used? [20:28] [not just installet] [20:28] Tenkawa: tmux new-session -d 'cd /home/mc/1.8 && java -jar -server -Xmx8192 -Xms8192 minecraft_server.1.8.1.jar nogui' [20:28] jalt: you might be able to specify a MAC in /etc/network/interfaces , not 100% sure [20:29] Tenkawa: After that when I try to 'tmux attach' it says 'no sessions' [20:29] i've been trying to see about using facial recognition for login but the info on the web is out of date - sudo apt-get install pam-face-authenticationgives an error even though the repository was added - is there anything else available? [20:30] daftykins, i thought about it, but i´m using network-manager (GUI) and i could swear it would ignore/overwrite /etc/interfaces [20:30] (i could be wrong) [20:30] ki7rw: did you run sudo apt-get update after adding whatever repository you added? [20:30] fps, you want a installed list? [20:30] jalt: yeah you'd have to bypass it. [20:30] well, maybe [20:30] Lyxodius: you sure that jdk session works standalone with no controlling tty? [20:30] java can be goofy [20:30] and it may not be in the path [20:31] It should, back in time I used screen instead of tmux for the same matter and it worked [20:31] make sure you fully qualify paths or ./java too [20:31] Pici: yes [20:31] fps, Ah actually used, I assume of what's installed, this an attempt to remove "bloat"? [20:32] apparently the package i tried to install no longer exists [20:32] Lyxodius: Its probably env related [20:32] ki7rw: are you sure that the repository actually provides a package for your release? [20:32] ki7rw, what ppa did you add, and what ubuntu version are you on? [20:32] issue a . .profile as part of your command [20:32] Pici: that's what the ubuntu web sites told me to do [20:32] bubbasaures: rather crud than bloat, but yes, exactly :) [20:32] ki7rw: Do you have a url for the ppa you added? [20:32] Lyxodius: or do like I do and wrap it in a small shel script === martial is now known as Guest87556 [20:33] OerHeks: sudo apt-add-repository ppa:antonio.chiurazzi/ppa && sudo apt-get update - ubuntu 14.04 [20:33] bubbasaures: i guess i could do statistics about file acceess times [20:33] bubbasaures: and see what packages they belong to [20:33] Tenkawa: Okay wait I try something [20:33] http://www.ubuntubuzz.com/2011/05/face-authentication-face-recognition.html [20:33] i have no-ip host . how connect two machine dynamic IP on internet ? [20:34] ki7rw: That ppa only provides packages for 10.04, 10.10, and 11.04. Clearly not 14.04 [20:35] Pici: http://askubuntu.com/questions/516710/is-there-any-facial-recognition-software-for-logging-in-on-ubuntu-14-04 [20:35] fps, Waste of time in my opinion, if you want less doing a net install is a better option. [20:35] pretty much the same process [20:35] and same result [20:35] bubbasaures: you mean a "new" install? [20:36] ki7rw: No, that details compiling the code from source. Also, one of the comments says it doesn[t work on 14.04. [20:36] is there an ubuntu variant that uses systemd ? [20:36] terratoma: not yet. [20:36] bubbasaures: i'd rather not do that :) [20:36] Hmm, maybe you can tell me a better way to do what I actually want to do in the first place, which is executing the jar in a tmux from a bash script so I can attach to it later [20:37] maybe they do in ubuntu+1 ? [20:37] bummer, too bad [20:37] fps, I mean a initial install, if you have installed a lot than I would see a reason for this. [20:37] terratoma: I'm not sure its on schedule to be ready by 15.04, but the process is starting. Its in the roadmaps at least. You can try asking there though :) [20:37] but the commenters may have done something wrong that prevents it from installing [20:38] i used to be a giant systemd hater , over in centos7 land, but ive changed my mind [20:40] bubbasaures: it's a running system [20:40] bubbasaures: which i have to size down a little to be able to do some restructuring [20:40] moving stuff to lxc's etc. [20:41] fps, linux runs quite well, what makes you think this is even an issue for you? [20:41] i'd rather not interrupt operations for a new install and subsequent restoring from backup [20:41] of data [20:41] bubbasaures: you're not interested in the question i had. so we can end this here :) [20:42] bubbasaures: thanks for your input though [20:42] Excellent === Aristide is now known as JeSuisCharly [20:46] k === pasha is now known as Guest69440 [20:48] Happy New Year! [20:48] dpkg: error: --remove needs a valid package name but 'iscan_2.29.2-1~usb0.1.ltdl7_i386.deb' is not: illegal package name in specifier 'iscan_2.29.2-1~usb0.1.ltdl7_i386.deb': character `~' not allowed (only letters, digits and characters `-+._') [20:48] ubuntu 14.04 [20:48] apb1963, This a 3rd party app? [20:49] It's an Espon scanner [20:49] Epson too [20:49] apb1963, So the download for the printer? So it is broken? [20:50] download works fine.... I used that app on 12.04... now I want to use the 64 bit driver and it won't install because the old one is installed. [20:51] So I'm trying to remove the old one [20:51] apb1963, Is there a working what ever this is in the ubuntu repos? I assume it;s just the driver right? [20:51] apb1963: What's the output of "dpkg -l | grep -i iscan"? [20:52] hi all - I just installed smartmontools and wondering how I enable the monitoring [20:52] I see on RedHat it's chkconfig smartd on [20:52] but can't figure out what the command is in Ubuntu [20:52] http://paste.ubuntu.com/9689615/ [20:54] jmadero, Ubuntu like many distros have tons of wiki's please check for them. https://help.ubuntu.com/community/Smartmontools [20:54] well, i enabled hpet in grub. But I'm still not getting the performance I'm looking for. I'm trying to run a server for an old game and get a server side fps of 1000 [20:54] bubbasaures: I saw this, but I didn't see any similar command [20:54] and i have an 8 core amd, it shouldn't be a problem [20:54] apb1963: Then you could try "dpkg --remove iscan". Or possibly "apt-get remove iscan" [20:54] jmadero, https://help.ubuntu.com/community/Smartmontools#Testing_a_Drive [20:54] I thought maybe monitoring is enabled by default once you install smartmontools [20:55] apb1963: That may, or may not, remove the iscan-data package as well. [20:55] bubbasaures: I have tested it already, it's fine, but I set up a config to silent test and email me if there is a problem [20:55] I just want to make sure that's working [20:55] jmadero: you didn't see "Advanced: Running as Smartmontools as a Daemon" [20:56] I didn't, but I will look now, thanks [20:56] I... it's a giant heading and in the ToC.... [20:56] jmadero: I think at the very least, you'll need to modify /etc/default/smartmontools [20:57] tgm4883: it is indeed :-b [20:57] jmadero: And then either reboot or start the service manually, /etc/init.d/smartmontools start [20:57] yeah I see, this is awesome [20:57] I wish this was installed by default [20:58] had a couple drives fail on me, having a heads up would have been nice :_b [20:59] How can I start a tmux session from root as the user mc so the user mc can use it later? [20:59] avid_fan: _Something_ happened... not quite sure what: http://pastebin.com/pHxmH007 [20:59] pici: just want to have users in group nagios have read access to it [21:00] Pici, http://hastebin.com/eyumewifaj.hs [21:00] apb1963: I don't know if you can specify multiple packages when using dpkg, try "apt-get remove iscan". [21:01] do i have to have hpet disabled in the bios in order for it to work? I'm seeing this on random threads [21:01] has anyone ever been able to get an audible 'beep' to happen in irssi + ubuntu ? [21:01] well..that sucks, the daemon fails to start [21:03] Hi. Short question. Is there a script to build binary packages from sources (ubuntu) for ARM platform like Odroid U3 oder XU ? [21:03] good day, folks. I am not familiar enough with Ubuntu, but I was asked today to install libvirt on a workstation. How do I get the service to start, and ensure it starts on reboot? If I recall, it's a chkconfig command, but my memory is fuzzy at best. [21:03] This is on a 14.04.1 Workstation, if that matters. [21:04] At this point, I've installed libvirt-bin, kvm and qemu. === JeSuisCharly is now known as Charlistide [21:04] the services all appear to be running, but I am getting the error "libvirtError: internal error: Cannot find suitable emulator for x86_64" when attempting to connect with Virtual Machine Manager [21:06] avid_fan: that put me on the right path. Thank you! [21:06] apb1963: No problem. Glad it worked for you. [21:07] bubbasaures: Also thank you for your efforts [21:07] avid_fan: now I just need to figure out why the application isn't talking to the scanner :/ [21:08] apb1963: Good luck with that. :-) [21:09] avid_fan: thanks I'll need it [21:10] hola [21:10] poops3: if you just made the change to your user to put them in the nagios group, then you will need to log off and logon again for the changes to take effect. Also, good choice with icinga2, I sent last weekend setting it up myself on one of my servers (although I'm still trying to wrap my head around their clustering options) [21:11] avid_fan: In case someone else asks... the trick is to replug the usb cable... should be interesting to see what I need to do to get the network version running. [21:12] thanks Pici , I tried that. I think I need to add the group www-data to that user also. didnt try the clustering mode yet. check out thier IRC channel. #Icinga on freenode [21:12] poops3: thanks, not sure why I wasn't joined there. [21:13] If I have a swap on my ssd and a swap on my hdd and I want to set the smaller ssd swap as higher priority as would be faster how would I do this ? [21:13] Pici, they are German based, so now its empty (timezone) [21:14] hi I have a fileserver one bit of it is to have a remote location connect via sftp to backupfiles on it. tested and works with local user. Problem is when i tried to make a user for backing up with using "sudo useradd -d /mnt/"directorytofolder" -s /bin/false Username" followed by 'sudo passwd Username" i cant connect my connection settings are right but filezilla is barking back Error: Authentication failed. [21:14] Error: Critical error: Could not connect to server [21:15] danofsatx|w: I'm not familiar with libvirt, kvm and qemu, but a quick Google search returned a small blog entry suggesting making sure virtualization was enabled in the machine's BIOS. [21:17] im not sure were to start looking first maybe i should have given the user bin/bash shell but isnt that kinda risky [21:17] i am trying to run the ubuntu 14.10 live cd in virtualbox, but graphics are completely disrupted when booting. how would i fix this? [21:17] GeekMan1222_: http://www.serveradminforhire.com/sftp-only-without-bash-shell/ [21:18] will try thanks [21:20] I just downloaded the Vivid alpha desktop ISO but can't find the login credentials anyplace online. Does anybody have the creds or, better yet, a URL to the page where they are documented? Thanks [21:20] pete_ku shouldn't the live not have the credentials [21:21] need as is live [21:21] pete_ku: Vivid is unsupported. [21:21] Yet, anyway. [21:21] !vivid [21:21] Ubuntu 15.04 (Vivid Vervet) will be the 22nd release of Ubuntu due for release in April 2015. Discussion and support in #ubuntu+1. For more info see the announcement at http://www.markshuttleworth.com/archives/1425 [21:21] 1) unreleased versions of ubuntu are supported only in #ubuntu+1, 2) username: ubuntu, password: no password, it's empty [21:23] OK thanks [21:24] avid_fan: Thanks, that was one of the first things I checked. The installation of a few more packages and a reboot seems to have fixed the problem, though. === martial is now known as Guest23084 [21:25] danofsatx|w: No problem. [21:26] i am having updating issues....is getting this message ....Processing triggers for libc-bin (2.19-10ubuntu2.1) ... [21:26] Errors were encountered while processing: [21:26] cgmanager [21:26] E: Sub-process /usr/bin/dpkg returned an error code (1) [21:26] hola [21:26] anybody know a fix? [21:27] Buenas [21:29] can some help with an update issue === Ankhers` is now known as Ankhers [21:31] Did you google the problem? [21:35] still says permission denied theadmin when i run sftp from the server to test [21:35] i even changed the ChrootDirectory %h to /path/to/directory/jailed [21:36] and chowned the directory for the group i used in the sshd_config file [21:37] can someone help with a update issue [21:37] ? [21:38] Is there a pretty good / 'canonical' guide to hardening 14.04? [21:38] hi to all [21:39] hi [21:40] hi [21:40] nishanth: you have to ask the question to get a response [21:41] ciao a tutti [21:42] ho un problema con le impostazioni di una stampante di rete [21:42] !it | filippo [21:42] filippo: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [21:42] grazie Pici === CharlieJob is now known as kish === cc is now known as Guest5249 [21:45] also its saying that service sshd is unrecognized [21:48] GeekMan1222_: sudo service ssh status === svetlana is now known as gry [21:49] start/running [21:50] Jordan_U, === gry is now known as svetlana [21:50] im trying to get my new user account to sftp into the server to do backups my local user will work [21:50] but not the new one [21:51] and im chrooting the user as well on the server === cartoa is now known as pablocartola [22:02] daftykins: this is the error i get when i do sudo apt-get upgrade...Errors were encountered while processing: [22:02] cgmanager [22:02] E: Sub-process /usr/bin/dpkg returned an error code (1) [22:02] ....any help [22:02] please paste the whole thing [22:03] svetlana: u mean the entire upgrade msg? [22:03] yes please [22:05] apt-get upgrade 2>&1 > apt.log [22:05] preciso de ajuda [22:05] Ok so I am running a screen instance that MUST run 24/7 unfortantly however it stops everday exactly 24 hours after I started it. How can I stop screen from doing this/what is the problem? [22:06] svetlana:http://pastebin.com/YHyU5LLx [22:06] tankerkiller125: Stops? Is the machine rebooted? Do you have a file named .screenrc in your home dir? [22:07] Segfault_, The machine has never rebooted since the day we set it up (except for the very very ocasional update that needs a reboot) [22:08] screen being killed is very unusual. I have a screen session that I started in 2009 that is still running :P === Viktor is now known as Guest29496 [22:08] Segfault_: You da man [22:08] Segfault_, Their is no .screenrc in my home directory (root user in this case) [22:09] nishanth: do you have a vpn installed? [22:09] nishanth: seems like its the cisco vpn stuff breaking things: http://forums.debian.net/viewtopic.php?f=30&t=53192 [22:09] svetlana: any ideas [22:09] nishanth: not without you answering the last question :) [22:09] how are you starting screen? Do you simply run 'screen' in your terminal or are you using some kind of script? [22:10] You could also take a look at /etc/screenrc (system defaults) [22:10] Segfault_, I simply type screen into the terminal. (SSH) then from their I run a node.js websocket server and then I the ctrl + a,d [22:10] nishanth: do you have a vpn installed? -- if so, which one? [22:11] does the node.js log provide any useful informatino? [22:11] where can i find oracle applications vmware image? [22:12] s/informatino/information/ [22:12] Segfault_, No... Their is no idication of a crash or anything in fact its displays a log almost as if I had ctrl + c'd the application (showing signs of a clean shutdown) [22:15] tankerkiller125: true [22:17] tankerkiller125: You potty mouth [22:17] i can't find a linux usb booter that boots windows well. when booting windows 7, it keeps asking for drivers from the dvd, and when booting windows 8, it says the file isn't contiguous (i even tried defragmenting it in windows). any suggestions? [22:18] WyZeGuY: try winehq then use RUFUS. [22:18] macataxs, ok i will. have you done that before to know it works well? [22:19] tankerkiller125: What about cron? Have you checked your cron jobs to see if anything might be doing something it shouldn't? [22:19] Segfault_, How would I check my crons? [22:20] crontab -e [22:20] also check /etc/cron.* directories [22:21] Segfault_, Only one cron job and it pulls my git to my site I'll check that directory now [22:22] how often does it run? If it runs once a day it might be worth at least looking into [22:22] Segfault_, Several things in cron.daily and several things in cron.weekly... I don't think any of them are the one causing the issue. My site puller runs once every hour so I don't think that it could be the issue [22:23] WyZeGuY: look up also the DD command. [22:24] macataxs, DD fixes files, doesn't it? [22:24] is the screen process killed around the same time every day, or is it exactly 24 hours after it has started? [22:24] WyZeGuY: You putting an iso on usb? [22:25] i don't think you can use dd with Windows ISOs [22:25] Segfault_, Exactly 24 hours after it starts [22:25] macataxs, i'm trying to. i've run into crashes a few times, and always forget to back up windows to another hard drive first. but yes, i need it on at least one drive [22:26] daftykins: try it. Its fast. [22:26] macataxs: i have tried it and it was non working, dd was fine for Linux ISOs. [22:27] Then try WINEHQ install RUFUS. [22:28] macataxs, ok, thank you [22:33] tankerkiller125> (Oh and BTW thier are no IRC Cops thier called IRC network operators dumb ass) [22:33] Gentlemen. [22:33] tankerkiller125> Why are you like this? Did your mother not love you enough when you grew up? [22:34] macataxs> Did you do to much crack [22:35] You dirty mouth tankerkiller125 [22:35] Unfortantly it appears that I won't be able to get the help I need because the wonderful Ubuntu communty has been infected by trolls attempting to get me banned [22:35] Don't worry macataxs the IRC operators will hear about this one :) [22:37] * rww looks up [22:37] tankerkiller125: Huh.. Any special config on this machine or is it a pretty clean ubuntu install? [22:37] Segfault_, Well its a OVH default... So how clean I don't know [22:38] macataxs, winehq website lists rufus compatibility as garbage. additionally, i can't get it to run [22:38] But its pretty dang clean except for the hosts being changed to support my subdomains and apache and a couple other things but nothing special (a git server and a CI neither should be interfering with anything) [22:40] rww, could you please unban him? he was helping me [22:41] re [22:41] tankerkiller125: Have you tried contacting OVH support? A process being killed after 24 hours it not normal behaviour. You should try using another terminal multiplexer too, like tmux or something. See if the same thing happens then [22:41] rww, i need to get windows to work from usb [22:41] Considering that neither of the suggestions he made were in any way useful, no, he wasn't. [22:41] try starting two screen sessions, one running node.js, the other running... top, or anything else. Do both get killed? [22:41] (also: this isn't his first time being an idiot in here) [22:42] Segfault_, Ah good question and I thought about that. Yes both do get killed [22:42] rww, ok. well do you know how i can get any windows version to run from usb? i'd prefer windows 7, but anything would be fine. unetbootin doesn't really work [22:42] Segfault_, I will look into tmux for now since OBH can take 48 hours and often more to respond [22:44] WyZeGuY: the installer or the whole os? [22:45] WyZeGuY: Microsoft's supported way requires an existing Windows installation. There's also winusb that apparently runs on Ubuntu, but it's out of date. [22:45] cecja, i don't know how to answer that. i have the iso's to install them, and i need to install the whole OS on a drive [22:45] Personally, I always just went with the Microsoft suggestion, but I have plenty of Windows PCs available at work to do that with :\ [22:45] Hello, I am trying to use 2 microsoft lifetouch USB webcams to create stereoscopic vision for my robot, and am having a little bit of trouble with streaming data from both camera's at the same time. I have googled around many links, and seems as if other people have same issue. Would this be the place to ask about usb bus issues? [22:47] WyZeGuY: ok you want the installer for windows on the usb stick and winusb did fail? [22:48] WyZeGuY: sudo dd if=/path/to/iso/windows.iso of=/dev/sdX bs=4M; sync replace X with your USB Drive [22:48] I can stream data fine with only one camera instance running (640x480, 30 FPS, MJPEG), but as soon as try to run a second instance of the camera, i receive a usb bus error: 'VIDIOC_STREAMON error 28, No space left on device' [22:48] vs parlez fr [22:48] !fr | androz [22:48] androz: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [22:48] 'space' does not refer to hard drive space [22:48] cecja, with winusb, i added the repository, but winusb isn't there anymore [22:49] cecja, ok i'll try the dd suggestion [22:49] ok mr6 [22:49] l0g1x: are you on a laptop or workstation? [22:49] pretty sure I've done dd with a Windows ISO before and it didn't work [22:50] issue occurs on laptop, VM, workstation, and ARM boards [22:50] all running 14.04 [22:50] which doesn't surprise me, since Linux ISOs don't work either unless they're prepared with isohybrid [22:50] tankerkiller125: Good luck, I am out of ideas :P Might be some weird OVH stuff happening, I saw some references to problems with terminal multiplexers on OVH VPS's while googling for info [22:50] dd doesnt work with windows isos. [22:51] l0g1x: you have two choices first you can plug in the cameras on two different usbhosts or you have to use different protocols [22:51] Segfault_, Its not a VPS its a dedicated... However OVH does in force thier stupid Ubuntu PPA clones intead of the real Ubuntu PPA's [22:51] might be relevant: http://serverfault.com/questions/523098/gnu-screen-tmux-dvtm-none-are-working-as-ordinary-user-on-ovh-vps?rq=1 [22:52] cecja: by usbhosts do you mean the second camera be connected through pci-e usb cartidge? [22:53] l0g1x: not exactly when you run lsusb you should see different BUS numbers for your usb ports [22:53] cecja: so if i used YUYV for camera1 and MJPEG for camera2, on the same bus, it would work? [22:53] ciao! === onemansubmarine is now known as list [22:53] cecja, how can i tell which sd# my usb drive is? [22:54] cecja, right-click properties doesn't show the sd# i don't see it in / [22:54] WyZeGuY: sed -ne 's/.*\([sh]d[a-zA-Z]\+$\)/\/dev\/\1/p' /proc/partitions [22:55] l0g1x: you have to use the one with the lesser impact on the data rate one usb host just cant handle 2x640x480 30fps streams in mjpeg [22:56] l0g1x: i got the same problem on a pi and scaled down to 320x240 24fps which was enough for my cause [22:56] cecja, that returned "sed: -e expression #1, char 34: unterminated `s' command [22:57] cecja: right now i only have access to my VM ubuntu (parallels). When i type lsusb, with the camera's unplugged i dont think i see any usb busses showing. http://pastebin.com/AF869ENs [22:57] does anyone have any experience with installing Openbox on Ubuntu? [22:58] l0g1x: its all one bus i dont know if parallels can simulate two busses in virtualbox you can define two [22:58] Fred_Yuan, wei [22:58] cecja: this is with plugged in http://pastebin.com/XWDCQA0k [22:58] I installed Openbox on Ubuntu 14.04 but I can't get the autostart to work [22:58] thon_: Just ask your actual question, if anyone can help they'll respond :) [22:58] can someone give me some guidance? [22:58] I did Jordan_U ;D [22:59] WyZeGuY: thats really strange mom you can try plugin it out and plug it back in and then check dmesg [22:59] thon_: You haven't asked an actionable question yet. What have you done so far? What problem are you having? [22:59] I did [22:59] thon_: What did you try to do? How did you try to do it? What did you expect to happen? What happened instead? [22:59] !doesnt work [22:59] Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [22:59] cecja: ideally, i will want to be running this on either Nvidia Jetson TK1, or Radxa Rock ARM boards, so i most likely wont be able to "simulate" two busses like i would if i could in parallels (havent tried it yet) [22:59] I installed Openbox, configured autostart.sh, made sure it was exec and it didn't work [22:59] when i logged out and back in [22:59] cecja, nevermind i found it with 'fdisk -l' [23:00] thon_: How did you "configure autostart.sh"? What does "doesn't work" mean? What were you expecting to happen? What happened instead? [23:00] thon_: Openbox is not widely used, https://help.ubuntu.com/community/Openbox [23:00] cecja, actually no, i don't think it's there [23:01] WyZeGuY: can you make a pastebin of the output from mount [23:01] l0g1x: the jetson has two usb hosts it should be working fine [23:01] cecja: is what usb bus a usb-device goes on, pre-determined by how the hardware was manufactured? or is that related to kernel level [23:01] l0g1x: no its the physical usb ports [23:02] I already checked there. I configured ~/.config/openbox/autostart with gedit. For instance, i added "tint2 &" to the config file, saved it and closed it. Logged out and logged back in, and tint2 didn't launch. But it will launch if I run "tint2" in a terminal [23:02] cecja, even though they didn't work? [23:02] I don't know how much more detailed I can get than that other than saying NO WORKIE. [23:02] thon_: Please pastebin your complete ~/.config/openbox/autostart . [23:02] cecja: from my knowledge, it only has one actual usb host, and the other one (micro-usb) is used for flashing [23:02] one second. [23:03] WyZeGuY: when the line is blinking on your usb stick you should have them assigned to one /dev/sdX [23:04] ciao [23:04] I just installed gnome-shell, I log out and there's no choice for a gnome session??? [23:04] cecja: my i plugged in the cameras into two seperate physical usb ports (motherboard), and they went on the same bus (motherboard has 6, and i tried switching where i plugged in cameras, and they all went on same bus). [23:04] I just discovered with netstat -antp that ports 904 and 905 is listening (some python script) but I don't have started any python script, is it some type of malware (maybe RAT?) [23:04] riceNbeans: clicked on the small icon next to the username? [23:04] thon_: You've now given useful information that we can start troubleshooting with, but for your sake and the sake of anyone who helps you in the future, please don't ever say "It doesn't work", or variations thereof, again when asking for help. [23:05] yoytutyu you have been muted for 60 seconds as it looks like you are pasting lots of lines into the channel, please use http://paste.ubuntu.com and paste just the URL of your data here when you are unmuted [23:05] l0g1x: in the virtual machine? [23:05] k1l: nothing. [23:06] k1l: there's just a check mark, and a dot to the left [23:06] Jordan_U, http://pastebin.com/EAaMixpM [23:06] riceNbeans: what ubuntu exactly? [23:06] cecja: no desktop [23:06] l0g1x: you are right the jetson can only handle multiple "high res" cams over Ethernet :/ [23:07] k1l: 14.04.1 [23:07] cecja: i was talking about desktop, but i also did tried this on my mac running the VM and connected to two seperate physical usb ports [23:08] k1l: i picked the g something another desktop manager in the prompt during install, but it looks like it's the same unity one [23:08] riceNbeans: http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/08/Change_Desktop_Environment_Ubuntu.jpeg [23:08] l0g1x: do you have front ports on the desktop? === shawn is now known as Guest47391 [23:08] Hi anyone here that can help me with some display resolution issues? [23:09] l0g1x: or can you dump the output in a pastebin? [23:09] did you see the pastebin Jordan_U ? [23:09] thon_: Try an ~/.config/openbox/autostart containing only "date >> /tmp/yay_it_ran.txt" to confirm that the autostart script is being run at all. (after logging back in check for the file /tmp/yay_it_ran.txt, which should contain the date and time you logged in). === Guest47391 is now known as Smokey1974 === effiejayx is now known as keffie_jayx [23:10] cecja, http://pastebin.com/3MB7ZusU [23:10] cecja: i only have access to the VM at the moment, but when you ask for output, what are you referring too? [23:11] Can someone help me with adding a screen resolution? [23:11] 'adding' ? [23:11] WyZeGuY: it seems like /dev/sdb is a usb drive with 16gig formated for FAT32 [23:12] cecja, yes [23:12] cecja, ooooooooooh. sdb1 [23:12] l0g1x: the VM emulates USB Bus and will always stay the same unless parallels is able to passtrough usb directly [23:13] WyZeGuY: you have to dd directly to the device /dev/sdb and not to the partition /dev/sdb1 [23:13] cecja, should i leave it as fat32 for writing a windows iso, or should i change it to something different? [23:13] Yes my only choices are 1280x720 or the max of 1920x1080 On a 42 inch LCD.... I need 1440x900 The 1280x820 makes everything way to big and the 1920x1080 everything way to small [23:14] cecja, so dd with the command you gave me before? [23:14] WyZeGuY: when you dd the iso to the usb stick it will take care of everything [23:14] WyZeGuY: exactly [23:14] and its detecting my 42in lcd tv as a 32in instead [23:14] cecja, you are a wonderful human being [23:14] WyZeGuY: I'm pretty sure that Microsoft's install isos can't simply be dd'd to a USB drive. For help making a bootable Windows install USB please join ##windows. [23:14] Smokey1974: LCDs have a 1:1 resolution, you should match it then adjust your DPI so that desktop items are scaled to look more readable [23:15] Smokey1974: how its connected? any adapters involved? [23:15] HDMI No adapters [23:16] any help with openvpn issue. http://pastebin.com/ntfBaBk3 [23:16] Jordan_U, ok well i'm trying it, but joined ##windows and asked as well [23:16] Jordan_U, I did get the yay.txt file in the /tmp/ [23:16] Jordan_U: if the motherboard is able to boot from USB-CDROM its possible. [23:18] k1l, Its HDMI straight from the Nvida GTX 460 card to the TV [23:18] Smokey1974: that's good. [23:19] Smokey1974: go for full hd and set the ppi [23:19] WyZeGuY: if dd doesnt work query me [23:20] I am really new to Ubuntu k1l , How do I set the ppi? [23:20] hola [23:20] cecja: Not at all. The protocol for booting from CDs is completely different from that for hard drives, for both BIOS and UEFI. dding an iso to a USB drive doesn't make boot firmware treat that USB hard drive as a USB cdrom drive. [23:21] Smokey1974: are you on the standard ubuntu with unity? [23:21] WyZeGuY: DD might work. Windows made it hard to put it on usb [23:21] BlueProtoman: welcome back o/ [23:22] daftykins, Yes [23:22] daftykins, Finally got Ubuntu and Windows playing nicely on my new SSHD! [23:22] Got all my data backed up, too [23:22] thon_: OK, so your autostart script is clearly being run. Why in your original script were you using '&&'? Do you understand that that operator will only run the command on the right after the command on the left exits, and even then only if it exits with 0 as its exit status? [23:22] BlueProtoman: neat :D [23:22] I'm trying to run rumrunner ( http://rumrunner.us/ ) on my HTC One X, and I need to get ADB working. Can I adapt the instructions at http://esausilva.com/2010/05/13/setting-up-adbusb-drivers-for-android-devices-in-linux-ubuntu/ for Utopic? [23:23] Smokey1974: click the settings cog icon on the left launcher then, and open the display settings item, after setting the resolution to 1920x1080 you can drag the DPI slider i think [23:23] daftykins, Now I have an unrelated issue, though. And for some reason, I didn't have it with Ubuntu on my old HDD. The screen is not rendering properly; e.g. if I move my cursor around I see shadows of it blinking in and out; likewise if I move a window around or anything. [23:23] Ah. That was my issue. I copied that chunk from my #! install. Thanks, I'm an idiot [23:23] thon_: You're welcome :) [23:25] Anyone mind giving me a hand? http://i.imgur.com/PqQluhP.png [23:25] BlueProtoman: look at you mister greedy with your 4 mouse pointers! [23:26] BlueProtoman: haha i see, that's a bit odd. is it just the pointer repeating or the artefact under the pointer to the right too? [23:26] popey, I'm half octopus [23:26] graphics card + driver in use would be handy to know [23:26] daftykins, Artifacts, yes, that's the word. Those appear frequently, too, though it's mostly associated with the pointer, yes. [23:26] daftykins, How can I get that info? [23:27] BlueProtoman: "lspci" in a terminal, look for the graphics adapter entry. for a driver, you'll know if you've installed one since installing ubuntu, but "pastebinit /var/log/Xorg.0.log" could be handy too [23:28] This even happened to a lesser extend while I was reinstalling Ubuntu via the Live USB (i.e. when booted off the USB). [23:28] Here's my Xorg.0.log http://paste.ubuntu.com/9690218/ [23:29] Whats a good system to keep services alive in ubuntu 14.02 [23:29] in case of failure and one shuts down [23:29] sde: the man [23:29] I am on ubuntu 14.10 and I am trying to use a usb to hdmi adapter. everywhere I read states that on kernel 3.9 + they generally just work now. But no matter what I do I can't get it to work. No new displays show up. I was wondering if anyone knew something else I could try. [23:29] I am also using an nvidia GPU [23:29] sde, this a server? [23:30] daftykins, Also, lspci http://paste.ubuntu.com/9690227/ [23:30] Yep, server. [23:30] sde, A ubuntu server? [23:30] BlueProtoman: what driver is in use? [23:30] yes, 14.02/04 [23:30] k1l, How can I tell? [23:31] k1l: intel and nouveau [23:31] BlueProtoman: at first: mdid you install something? [23:31] looking forward to systemd in a way but for now we need to start monitoring our services [23:31] and restarting them if needed after logging message [23:31] sde, Never heard of anything the way you have worded it, but not a server person, there is #ubuntu-server as well if needed. [23:31] k1l, Just bumblebee, but I haven't turned it on yet, and this was happening before I did so anyway [23:31] BlueProtoman: ok you need to hit the additional drivers setup to try installing an nvidia proprietary driver along with nvidia-prime [23:31] Oh, thanks bubbasaures [23:31] ah ok. so i would say to install the nvidia-current and nvidia-prime to get the proper support for your setup [23:32] daftykins, D'oh! I always forget to do that when I install Ubuntu [23:32] ;) [23:32] same hardware as my laptop by the looks [23:32] such video glitches can be caused by not using the driver that supports the hardware like it should [23:32] daftykins, Samsung QX411? [23:33] BlueProtoman: nah, just same nvidia optimus setup === razor-home is now known as razorsharph [23:33] daftykins, Ah, gotcha [23:33] asus U36SD [23:33] I'm actually surprised at how good my laptop is for gaming [23:34] cecja: 320x240 at 24 fps mjpeg still doesnt work for me [23:34] I'm suprised Ubuntu is working as well as it is with my laptop. [23:34] cecja: did you use mjpeg or yuyv? [23:34] tankerkiller125, What makes you say that? [23:35] Also, do people actually use mjpeg for anything? [23:35] BlueProtoman, AMD Graphics and Ubuntu = Don't like each other very much [23:35] tankerkiller125, Oh, yes, right [23:35] AMD APU so its not like I can disable the graphics either :P [23:35] l0g1x: mjpeg are you still trying to do this from the VM? if yes you have to scale it down even further the emulated usb ports slow down your usb speed [23:36] cecja: ah okay. and yes VM [23:36] cecja: for me it works if i change to yuyv pixel format [23:37] l0g1x: if it works its fine, i think you have to test the performance on the real hardware [23:37] complaining about something slow in a VM? no sympathy. === defrit is now known as defrit_ [23:38] daftykins, Hey, gotta do something while waiting for a VM to compile something [23:39] eh? === exe is now known as Guest22783 === defrit_ is now known as defrit [23:41] "Hey! This VM is doing a thing slowly! What will I do while I wait for it to finish? Oh! I'll complain about it on IRC to pass the time and see if somebody will validate my impatience!" [23:42] BlueProtoman: The best pastime. [23:43] BlueProtoman, Thanks for increasing the ignore list. ;) [23:44] bubbasaures, Eh, you're too boring to listen to anyway, nothing of value lost === LinoSP_ is now known as LinoSP [23:45] is anyone in here familiar with DisplayLink drivers on ubuntu? I am on 14.10 and cannot seem to get anything to work with a usb 2 to hdmi adapter [23:45] you mean DisplayPort? [23:45] oh no [23:46] USB to HDMI, oh dear that's a horrid idea [23:46] no. video drivers [23:46] lol. its to have an extra monitor. works great on pc [23:46] you mean Windows? [23:46] yeah, they aren't well supported yet === defrit is now known as defrit_sleep [23:47] there are some funky ones too [23:47] dell do a 3 port one [23:47] err, Yea. windows 7 [23:47] yea from everything that i have read, is that the DisplayLink driver support got far better in kernel 3.9 and i am on 3.13 [23:48] heh [23:48] so how far do you get after plugging it in, then plugging in an HDMI display? [23:48] err, i mean i am on kernel 3.16.0.29-generic [23:48] probably worth watching dmesg | tail immediately after the USB plug portion [23:48] nothing happens at all [23:48] I think the driver just isn't developed yet [23:48] sometimes theres a slight flicker when i plug in the display to the adapter [23:50] I am trying to install yifi codec pack.exe and it just gives me an archive error message. how do i instal this so that i can watch these movies i downloaded from yiifi [23:51] Does anyone know how to get ADB working? I keep reading about udev, but I can't find a clear cut guide. [23:51] jharm: it's a .exe - it's not going to work. [23:51] jharm: What type of files? [23:51] so im fucked and there is no way for me to watch these movies [23:52] thurstylark: try an android channel [23:52] jharm: don't use that language please - and yes, most likely no option [23:52] sounds like a shifty source anyway [23:52] sorry I am new to all of this [23:52] daftykins: I'm having a ubuntu problem, not an android problem. [23:53] thurstylark: i know that, but android devs would be familiar with it wouldn't they... i'm giving you a separate avenue for support :) [23:53] jharm: although are you trying to say it's "yify" ? [23:54] I got the torrent from yify.com [23:54] jharm: It sounds like you want to play videos that you have torrented from Yify. What is the file extension at the end of your download? [23:54] jharm: ok so really it's just format support, you don't need codecs from some windows installer at all. however, this content is illegal so i'm not going to help. seems thurstylark is going to lend a hand though if you're lucky [23:54] yes that is correct. they downloaded fine but when I went to play them it says I need their codec pack\ [23:55] daftykins: Gotcha. Sorry, Just making sure I wasn't misunderstood :) [23:55] jharm: What. Is. The. File. Extension. [23:55] thurstylark: since you mentioned udev i figured you have the tools installed all fine, it's just device detection that's funky? [23:55] .mp4 [23:56] i am amazed people are still looking for codecs in 2015 [23:56] !codecs | jharm [23:56] jharm: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/12.04/ubuntu-help/media.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [23:56] doh_, as am I [23:56] just download vlc, damn it [23:56] or xbmc [23:56] jharm: Yeah, throw it at vlc. [23:56] i have it but i want to stream to my chromecast [23:57] doh_, I would expect the codecs to be open source and free by now but NOOO the people who made the codecs what more money.... [23:57] jharm: Ahh. the real goal. [23:57] can chromecast accept any stream? vlc can stream anything [23:57] i do love it when we eventually get told the truth. [23:57] yeah nothing like beating around the bush haha [23:57] still illegal though so i'm out. === timothy is now known as Guest40078 [23:58] tankerkiller125, there's x264, also x265. what's missing? [23:58] jharm: I use Plex as my media server, and their mobile app has Chromecast support. plex.tv [23:58] daftykins, Its stealing from the producers that steak from us... How is that harmful exactly? [23:58] that is what i tried to play it in and it told me i need codec [23:58] I mean I'm not trying to support Piracy just saying [23:59] doh_, No idea all I know is that some companies like to use some really really weird formats. [23:59] jharm: so, you opened the .mp4 file in vlc, and it didn't play? [23:59] jharm, if so thats a first for VLC... [23:59] hello [23:59] how do I convert ubuntu iso to raw type [23:59] Hello Guest40078 [23:59] will not play in vlc or plex [23:59] tankerkiller125: this isn't a place for your soapbox :)