/srv/irclogs.ubuntu.com/2015/01/07/#ubuntu.txt

freeroutenp00:04
peter__How can I change a dns cache if that's the right term for it00:09
peter__Because thanks to my dad reddit redirects on my home network00:10
peter__It works fine if I'm on a vpn00:10
bekksThen you should ask your dad ;)00:10
peter__So I have to assume he's messed with the DNS settings?00:10
k1lor he wants you not to surf on reddit :)00:11
peter__Well probably00:11
peter__Then hypothetically speaking, how could someone set up such a redirect00:12
peter__?00:12
bekkspeter__: He stopped you from visiting reddit - we dont know how/what he did :)00:12
peter__Hmm00:12
peter__Not really, since it works when I'm on a vpn, or not on my network00:12
peter__Is there a way to set the ip address that reddit.com is associated with locally?00:13
alzeller1Hello, 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:14
alzeller1Help would be much appreciated :)00:15
EriC^^alzeller1: how did you install ubuntu? i'm afraid the recovery partition might have been erased.00:15
EriC^^( you can still get it back though )00:15
alzeller1Used the "Other" when selecting which partition, don't worry... I selected to mount it to /recovery00:15
alzeller1That or it mislead me00:16
EriC^^alzeller1: not sure what you mean by mount it to /recovery00:16
EriC^^hardtail: heyyy00:16
alzeller1It 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
alzeller1Is there any way that I can get it on Ubuntu? I don't have access to Windows, because it's running alone.00:17
leeyaahello00:17
leeyaaif i use this configuration http://paste.ubuntu.com/9685056/ it will rotate log monthly OR if it reaches 500MB right ?00:18
hikenbootanyone 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
bekksleeyaa: Indeed. But I'd set a much smaller size, though.00:19
leeyaabekks: so if i run this hourly it must rotate log once a month or if it reaches size must rotate it hourly00:20
leeyaait is just example config00:20
leeyaaive set it up as hourly cron job00:20
leeyaaeach hour i want to check for size and once a month do rotation anyway00:21
leeyaabekks: could you please confirm that configuration will do what i intend :D00:22
leeyaaas i am bit confused with newer and older logrotate versions00:22
alzeller1If 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:22
bekksleeyaa: IT will rotate the log monthly or if it reaches 500M.00:23
leeyaathats great, i was worried ill have to setup a second logrotate00:23
leeyaasweet00:23
bekksleeyaa: dont forget to compress rotated logs.00:23
leeyaabekks: yeah i will but without delay00:24
leeyaanot sure if this might break some service00:24
Jordan_Uhikenboot: 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:25
leeyaado you think without delay logrotate might be wrong ?00:27
bekksleeyaa: 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:27
leeyaabekks: i am compressing logs, but without delay. not sure if that is ok00:28
leeyaaso the first log it rotates gets compressed00:28
bekksleeyaa: Why are you concerned about it? :) It will not break things. The first log isnt compressed for easy access, only.00:29
bekksIt is just wasting space :)00:29
leeyaabekks: because i dont know how logrotate works exactly00:29
leeyaafor example if it moves the log or copies it or something like that00:29
leeyaathere is a possibility it might bake some custom service00:29
hikenbootJordan_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 process00:31
=== aaron_ is now known as ahoneybun
leeyaabekks: hm, will it be possible to make the monthly rotation to be at midnight ?00:34
proc3sarteHi00:34
leeyaaor wait thats what will happen i guess00:35
leeyaasince when it gets midnight it will run hourly + use the monthly variable00:35
=== Enissay_ is now known as Enissay
leeyaaam i right? :P00:36
=== 6A4AAZM85 is now known as opt1ckz
Jordan_Uhikenboot: What config file?00:38
leeyaaat what time does ubuntu run hourly jobs from /etc/cron.d/hourly ?00:39
leeyaai mean from /etc/cron.hourly lol00:40
leeyaa17th minute, hm00:40
leeyaawell thats still midnight for monthly rotation 00:1700:41
=== corey84-- is now known as Corey84
svetlanaleeyaa: check timings in the /etc/crontab file, it specifies to computer what 'daily' means there00:42
leeyaasvetlana: yeah i found it00:43
svetlanasorry, 'hourly' (actually it does for all)00:43
leeyaaso monthly rotation will run at 00:17 which is perfect for this case00:43
svetlana:)00:44
leeyaawill changing server date allow me to test monthly rotation ?00:44
thumpbaim having trouble adding a new network interface to a ubuntu vm00:53
thumpbaive created a new eth1.cfg in /network.d00:53
thumpbaand added the static info there and ifup eth1 didnt work neither did networking restart nor did reboot. what am i missing?00:54
funklebitshello00:56
CrazYhello00:56
funklebitshows the day treating you00:57
Smokey1974Display 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  How01:02
honestyAny one have recommendations for a ticketing system compatible with kubuntu server01:16
=== kitchen is now known as Guest76453
Guest76453##LinuxHelpGuy01:16
arseny09Hey all01:24
=== corey84-- is now known as Corey84
gxhey 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
gxi've tried * * * * * bash /var/scripts/script.sh01:38
gx#/usr/bin/sh /var/scripts/script.sh01:38
gxalso01:38
gxjust /var/scripts/script.sh01:39
gxin crontab01:39
gxin /var/log/syslog i see "Jan  6 19:39:01 db3 CRON[1116]: (root) CMD (/var/scripts/script.sh)"01:39
gxbut the daemons it's supposed to start and stop just keep going without stopping01:40
Picigx: 1) /usr/bin/sh is not a valid location. 2) What happens when you run the script manually?01:41
gxwhen i run it manually, it runs just fine01:42
gx./script.sh works,01:42
gxalso 'bash script.sh'01:42
gxit stops and then starts the daemons01:42
Picigx: Are there any sudo calls in the script?01:42
gxno01:42
gxit's meant to be run as root, though01:42
gxand i've all but confirmed it's doing as such01:43
gxwell, technically yes they're sudo calls01:43
gxwithin the script it's:01:43
gx#!/bin/bash01:43
gxclear01:43
gxstop daemon101:43
gxsleep 1001:43
gxstart daemon101:43
unopastegx 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 unmuted01:43
crazyhead42What is an ELF header?01:44
gx^ that's about it Pici01:45
Numline1Hello 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 up01:45
Numline1It 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
Numline1Thank you01:45
Jordan_UNumline1: 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:45
Numline1Jordan_U, hmm, strange, because I just got fatal error when it was installing grub-install 'dev/sda /dev/sdb'01:46
Numline1It somehow worked ok during the second install01:46
Numline1Now I'm not sure whether I should create special EFI partition or just install it on sda or sdb or both :(01:46
Picigx: 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>&101:46
Numline1I'm currently running some recovery DVD/USB which should repair booting01:47
gxPici i figured it out- i needed PATH=$PATH:/sbin/ in my .sh script01:47
gxdoh!01:47
gxthanks thogh01:47
Jordan_UNumline1: Please pastebin the contents of /proc/mounts.01:47
Picigx: np01:47
Picicrazyhead42: http://manpages.ubuntu.com/manpages/trusty/en/man5/elf.5.html01:47
Numline1Jordan_U, would you like the content of the mounted md0 or the live DVD?01:48
crazyhead42ummm... in noob please?01:48
Numline1I've created mount point in /mnt/md0 just to verify it works01:48
Numline1Jordan_U, oh, md0 is empty since it's not running. I'll give you the live DVD proc mounts in a sec :)01:49
Numline1Jordan_U, here you go http://pastebin.com/XUcUQya401:50
Numline1thanks in advance01:50
Numline1The 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 them01:52
Numline1Assuming the logic of RAID1 I'd say both, I'm just not sure what'll happen01:53
Jordan_UNumline1: You seem to have /dev/md0 mounted twice, that seems like a bad idea.01:55
Numline1yep, just by an accident, other than that, it's not causing any troubles01:55
Numline1it's just live DVD01:56
Jordan_UNumline1: sudo umount /mnt/md001:56
Jordan_UNumline1: Then please pastebin the new /proc/mounts.01:56
Numline1Jordan_U, here you go http://pastebin.com/LMXRCee301:58
Jordan_UNumline1: What is /dev/md129 ?02:00
Jordan_UNumline1: Is this a UEFI based or BIOS based machine?02:00
Numline1Jordan_U, /dev/md129 is raid 1 swap02:01
Numline1and it's both UEFI and legacy BIOS02:01
excelsiorafree says I have no swap. I just installed a new harddrive, did a fresh install, default encryption. What's wrong?02:01
Numline1Jordan_U, lol, I've installed GRUB on both sda and sdb, it works now02:02
Numline1yay02:02
Jordan_UNumline1: Why does your RAID1 swap contain a vfat filesystem, which is currently mounted to /mnt/boot-sav/md129?02:03
Numline1Jordan_U, oh, my bad, md128 is swap, md129 was efi boot partition I've created02:05
Numline1and I no longer need02:05
Numline1I'll remove it/them02:05
Jordan_UNumline1: 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:06
Numline1Jordan_U, indeed, I'll scrub it, I've tried to use RAID on it which was dumb of me02:07
Numline1anyway, using GRUB on both /dev/sda and /dev/sdb should work, shouldn't it?02:07
Numline1I mean it's booting but in case one of those drives goes bye-bye02:07
Jordan_UNumline1: For a BIOS based system, yes that will work.02:08
Numline1Jordan_U, awesome, thank you sir02:09
excelsiorareported that I'm affected by this bug: https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/131005802:09
=== zz_saschpe is now known as saschpe
ubottuLaunchpad bug 1310058 in ecryptfs-utils (Ubuntu) "ecryptfs-setup-swap hints after reboot" [High,Confirmed]02:09
solydxkHi all02:22
crazyhead42Ummmmm, if an install attempt crashes when "check disk for defects" is chosen, is that a virtual box problem, or an ios issue?02:26
bobbytomhello 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:31
bobbytomsorryif some of my words are mashed togather need a new keyboard space hasntworkedwell since i puked on it...02:33
crazyhead42ewwwwwwwwwww.02:34
bobbytomhehe yeah02:34
crazyhead42do you know anything about virtual boxes? I think I ran the #vbox guys dry with my inability to make this thing work.02:35
bobbytomi cleaned it buthasnt worked right since...02:35
macadoocrazyhead42: troops02:35
bobbytomwhat vm enviroment?02:35
macadoocrazyhead42: problem02:36
bobbytomkvm, hyperv, esx?02:36
crazyhead421. don't know what "troops" is. 2. Oricle VM Virtual box I think02:36
crazyhead42Uhhhhhh02:36
crazyhead42Keep it friendly enough for someone whose never been successful at making a virtual box work.02:36
k1l_crazyhead42: what is the issue?02:37
macadoocrazyhead42: what's the trouble.02:37
bobbytomsorry I havent worked with esx since 4x02:37
crazyhead42Inabiity 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
crazyhead42http://crazyhead42.tumblr.com/post/10728562470502:38
bobbytomdid you connect the cd drive or usb?02:38
bobbytomie mount the installer02:38
crazyhead42Virtual CD, I tried USB, but it wouldn't take it, so I'm mounting the ISO as a CD02:39
macadooMaybe it's just slow crazyhead4202:40
crazyhead42I think I've mounted it in the virtual box (key word: think) and now it's mounted on my host system as well02:40
crazyhead42I doubt it02:40
crazyhead42You should see my errors02:40
k1l_crazyhead42: well, select install and give it a go at that screen02:41
crazyhead42This 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
k1l_crazyhead42: vbox acts like a real pc just with simulated hardware.02:41
macadoocrazyhead42: use option to check disk for defects.02:41
peyamhi02:41
crazyhead42I did select install. I also did nothing and chose "run without installing"02:41
crazyhead42And that one too.02:41
peyamMy 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
crazyhead42I'll upload the even newer one.02:42
k1l_crazyhead42: what host OS is it?02:42
bobbytomhave you tried followingone of the onlinetutsfor.installing?02:42
crazyhead42Windows 8, Bios unaccessable.02:43
bobbytomscroll.up.k1l02:43
peyamanyone knows what to do?02:43
macadoocrazyhead42: there's an option to check the disk02:43
crazyhead42third one down.02:44
bobbytomhave you tried a virtual bios?02:44
crazyhead42Did the same EXACT thing. (wierd, I would have thought it would do something else)02:44
crazyhead42No, how do I get one?02:44
bobbytomi dont know aboutvirtualbox buti know itsan option inesx02:44
bobbytomjust a radiobox easy to miss02:45
crazyhead42http://crazyhead42.tumblr.com/post/107370492450 is the newest one.  and ummmm, no clue what you are saying now....02:45
novasdreamHello..02:45
novasdreammy usbstick is returning /dev/sdb contains GPT signatures, indicating that it has a GPT table.02:45
novasdreamhow fix that ?02:45
macadoocrazyhead42: what I'd your host OS. And is it 64 bit.02:46
bobbytomahh good olkernel panic02:46
k1l_crazyhead42: give the vm more ram02:46
crazyhead42Not sure about what you said in that first part, but I am running a 64 bit windows 802:46
crazyhead42VM more ram, okay. That much I know how to do.02:46
k1l_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
bobbytomkernel panic is at least one of the easier errors it usually means youscrewed something up02:47
crazyhead42Memory = ram, right?02:48
bobbytomusually02:48
k1l_yes, not the disk space. the RAM02:48
crazyhead42How much do you reccommend giving it?02:48
k1l_how much the whole system got?02:49
bobbytomyeah but ocasionally some ignoramous willfoulthatup and refer to the hddas the memory...02:49
crazyhead42380 something usable02:49
bobbytomsomething?02:49
k1l_no, not disk space02:49
crazyhead42sorry, forgot the decimil02:49
bobbytom380MB?02:50
k1l_RAM, which is working memory. 2Gb or 4GB or 16GB02:50
crazyhead423.8 something gb02:50
crazyhead42usable, not total.02:50
macadoocrazyhead42: https://rufus.akeo.ie/ make a sub with that.02:50
k1l_so give it 2GB02:50
crazyhead42gah, frell. conversions.02:50
k1l_no need for that, vbox can mount .iso02:50
macadoocrazyhead42: I meant make USB.02:50
bobbytomohh yeah can anyonehelp me?02:51
bobbytomlol02:51
crazyhead42I 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:51
macadoocrazyhead42: sub was meant to be USB02:52
bobbytomusb?02:52
k1l_crazyhead42: do you want to run ubuntu in a vbox or do you want to create a live-usb?02:52
crazyhead42Run ubuntu in a virtual box.02:52
k1l_ok, so forget about the usb now. we dont need that in this case02:53
crazyhead42I shouldn't go the full 50 percent, my task manager is telling me I'm using over 65% at the moment02:54
macadoocrazyhead42: http://www.slysoft.com/en/virtual-clonedrive.html install that mount the UBUNTU ISO. try installing that way.02:54
k1l_macadoo: please stop02:55
k1l_macadoo: he doesnt need that at all. he is trying to install ubuntu in virtualbox which is a vm02:55
crazyhead42Oh, I think it worked.02:55
macadook1l_: it's faster than a DVD. You goof.02:55
bobbytommacdoo check pm02:56
k1l_macadoo: please if you dont know what the task is dont just guess advices.02:56
snuffthi guys!02:57
crazyhead42I think that worked. Yep, whole new screen. Thanks!02:57
macadook1l_: I ran and installed ubuntu on host Windows. You goon.02:57
=== aaron_ is now known as ahoneybun
bobbytomsup sweetcheeks02:59
snuffti'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
snufft;)02:59
bobbytombbiab02:59
crazyhead42Macadoo, 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.02:59
bobbytomhegonecrazy03:00
somsipbobbytom: do you have a support question?03:00
bobbytomyes03:00
bobbytomhello 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
somsipbobbytom: please ask it, or take the chat to #ubuntu-offtopic03:00
bobbytomsecond timeactually03:01
crazyhead42And now it tells me that I need more hard drive space. -_-03:01
somsipbobbytom: then best to wait patiently until someone has an answer, or help others while you wait. Random comments help no one. Thanks03:01
k1l_crazyhead42: what did you set it to?03:01
bobbytomsomsip they wernt random andiwashelping crazyhead...03:01
crazyhead42Probably 6.03:01
crazyhead42Yep, 6.03:02
crazyhead42Oh, this is going to be annoying. Too bad I can't just increase it.03:02
k1l_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
k1l_crazyhead42: stop the VM. then remove the old virtual disk and create a new one for that ubuntu VM.03:03
snufftnvm. just r&r'd the monitor cable from the video card and it's playing the game again now :)03:04
alsoit1Alexander | Kiselev | VISA | 4874156550021617 | 032 | 1/2015 | | Komsomolskaya Street 283G - 19 | | Yuzhno-Sakhalinsk, S | | | 693023 | | +79147599544 | |  | Russia    <- lets fuck this russian pig. bless Ukraine!03:05
bobbytomrussian pig?03:06
k1l_dont mind the trolls.03:06
bobbytomk03:06
crazyhead42Oh, oops! forgot something03:06
crazyhead42How do I give it web access?03:07
crazyhead42I'm on a laptop, so preferably through my wireless03:07
bobbytomvirtual networking03:07
k1l_crazyhead42: as standard it uses the internet from the windows03:07
crazyhead42Ummm... 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:08
k1l_crazyhead42: ok. just start over with a new VM.03:09
crazyhead42Okay, I think there is one I haven't broken yet.03:09
k1l_crazyhead42: see my link to the howto. just follow that from the part where the virtualbox is installed in windows.03:09
=== ubuntu-studio is now known as cfhowlett
bobbytomhello 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:16
bobbytomahh fk it im out03:19
crazyhead42Thanks for your help though03:19
crazyhead42I have got to get out of conference mode. -_-03:20
farvaI 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:20
skweekso day 3 of an incompatible device03:24
farvaI 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:25
somsipfarva: try this http://www.ipaddressguide.com/cidr03:26
farvaty, reading it now =]03:26
farvaummm...not sure what that is, or how to use it03:27
farvalinux newb going from 0 to hero in 6 months03:27
somsipfarva: put in a range of ip addresses, get a CIDR back, use CIDR to allow port access03:27
skweekso 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?03:27
=== user_ is now known as dooshtu
skweekor what can I do in a situation where no drivers for a device are available... going about making drivers that is...03:29
winxp03:30
k1l_what device? see for it if someone solved that already for that device03:30
winxp大家有什么好的文档吗03:30
k1l_!cn | winxp03:31
ubottuwinxp: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw03:31
skweeki haven't when searching03:31
skweekhttp://pastebin.com/WmBUmh1103:34
skweekthis 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 tomorrow03:35
k1l_skweek: well, i just found 2 guys who returned the usb eth adapter because it didnt work on linux03:37
skweekkind of not what I want to do...03:37
skweekI want to contribute to the community a fix for the device compatibility ideally03:38
k1l_ok. so i dont know how to provide drivers for linux on that level.03:39
skweeklol03:39
k1l_well. more make drivers. good luck with that03:39
skweekI have no idea where to start honestly03:39
skweekmaybe disecting drivers?03:40
farvathis 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:40
somsipfarva: on what are you trying to open the port? Router, firewall?03:41
farvaa server machine03:43
skweekif 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 also03:43
somsipfarva: any particular software that you're using? A few details would help03:43
farvaI am opening the port for a game server, using a plugin that needs that port03:44
skweekfarva, have you tried disabling the firewall? read uncomplicated firewall's manual pages "man ufw"03:46
farvawell, that makes me a bit nervous....03:47
farvawe kinda need the firewall lol03:47
somsipfarva: so you're using ufw?03:47
farvayes03:48
somsipfarva: that's what I meant by needing details.03:48
cup-o-coffeelubuntu rulez03:48
farvasorry, not always so sure what I need, linux newb here03:49
ZequanHey guys I'm trying to install teamspeak3 from the site03:49
skweekwell don't leave it disabled03:49
ZequanI 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 directory03:49
somsipfarva: like this? http://ubuntuforums.org/showthread.php?t=221058003:50
ZequanBut I can see libQtCore.so.5 in the dir03:50
ZequanAh never mind03:50
farvaI 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.603:52
blueingressHi, How can I use the gpard GUI in ubuntu 14.10?03:53
somsipfarva: so allow it for a range of addresses --src-range 0.0.0.2-0.0.0.603:53
farvaand what command do I use to make that happen?03:53
somsipfarva: did you read the page I just sent you?03:54
farvayes I did, I was not sure if that was what I need to enter, I will do that now =]03:55
freelronhi03:56
farvaI always 3x check when entering commands...I have messed a few things up not knowing what I am doing lol03:56
skweekhi03:56
pcjtvtyping a 1, instead of an l - that got me when I first started03:57
farvatesting it now04:02
freelronlol>?04:03
freelronyingxionglianmeng ,,,,wuweixianfeng04:04
farvasomsip: 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 port04:04
cfhowlettfreelron, ask your ubuntu support questions ... in English please04:04
farvait is not open still =[04:04
freelronwell04:04
freelronsorry04:04
farvasomsip: I also tried just the IP like: sudo ufw allow from 10.0.1.32 to any port 63104:07
SuperLagAny of you guys have nice looking fonts on your Ubuntu system, but not in Chrome?04:29
kazoohello 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?04:36
=== paulus68_ is now known as paulus68
blackyboyI can't access my VPS after applying this iptables RULES using default policy as DROP http://paste.ubuntu.com/9685909/    Please verify the rules.04:51
=== dan_ is now known as Guest42923
=== dan__ is now known as Guest8829
=== sburjan` is now known as sburjan
richhello05:14
richllo05:14
richcan anyone recommend a good book or guide to learn ubuntu (and linux in general) ??05:16
bttfyes05:16
Stanley00rich: ubuntu have the help system, which you can type help in the dash, and start from there :305:16
Stanley00rich: 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
Stanley00rich: IMO, this is enough to start :305:18
OerHeks!manual05:18
ubottuThe 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:18
OerHekselse there is a monthly fullcirclemagazine05:19
richi 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:19
lotuspsychjerich: the best way is to experience and tryout yourself05:21
lotuspsychjerich: in linux you can never be advanced, as we learn here every day05:22
Stanley00rich: try to learn to using --help, man, and info will lead you to advanced >:)05:23
ki7mtthe *Nix learning curve is never ending.05:23
richi 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
lotuspsychjerich: so experiment and read much, idle in scripting channels and here05:24
Stanley00rich: did you read man bash and man apt-get?05:24
ki7mtJoin the bash channel, in the channel topic, there are some great links for beginners and advanced users, like Mike's wiki etc.05:25
richthank you05:25
lotuspsychjerich: and if you have questions, here's the place to be05:25
ki7mtAllot 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:29
ghostx562hello, 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 pc05:33
lotuspsychje!fstab | ghostx56205:35
ubottughostx562: 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 !Partitions05:35
ghostx562lotuspsychje: sweet thanks05:35
lotuspsychje!auomount | ghostx56205:35
lotuspsychjeautomount | ghostx56205:36
lotuspsychje!automount | ghostx56205:36
ubottughostx562: 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/Autofs05:36
ki7mtOr this one: https://help.ubuntu.com/community/AutomaticallyMountPartitions05:36
ghostx562lotuspsychje: does it matter if my drive is NTFS?05:38
lotuspsychje!ntfs | ghostx56205:39
ubottughostx562: To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE05:39
ghostx562i 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 left05:39
lotuspsychjeghostx562: wich ubuntu version do you have?05:39
ghostx56212.0405:40
ghostx562i 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 there05:40
k1l_put it into fstab. you can tell it where to mount05:41
ki7mtghostx562, 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:42
OerHeksinstall restricted extras, then your ntfs would be recognised and appears in your unity panel, only one click and you are mounted.05:43
ghostx562OerHeks: ok im gonna try that/05:43
ghostx562that.*05:43
ghostx562seem to already have them installed05:44
ghostx562i think it might have been an app i had installed that did the work. i cant remember off the top of my head05:45
lotuspsychjeOerHeks: i didnt know ntfs was inside ubuntu-restricted-extras, tnx for the hint05:47
mrwhitebpjoin #freebsd05:53
ghostx562hmm no luck05:54
lotuspsychjeghostx562: you might need a reboot mate05:55
ghostx562it gives me an error when trying to mount drive05:55
lotuspsychjeghostx562: what kind of error?05:55
retroisprestodoes this channel support 12.04.x? or just the latest 12.04.5?05:56
lotuspsychjeretroispresto: all ubuntu versions from topic05:56
ghostx562first is said UUID is bad, then it said something about the directory not being found in the /media05:56
lotuspsychjeghostx562: try the solution from OerHeks and install ubuntu-restricted-extras05:57
ghostx562lotuspsychje: restricted extras were installed05:57
ghostx562already05:57
lotuspsychjeoh05:57
lotuspsychjekk05:57
lotuspsychje!uuid | ghostx56205:57
ubottughostx562: 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:57
lotuspsychjeghostx562: maybe pastebin your fstab, so we can take a look?05:58
ki7mtmay want check to see if blkid is seeing the drive05:58
ghostx562ok 1 sec lotus05:58
ghostx562blkid is seeing driv05:58
ghostx562drive05:58
ghostx562let me pastebin05:58
bandorsOkay, 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 out06:00
ki7mtthat's odd, I dont have ubuntu-restricted-extras installed, and both my NTFS drives are automounted06:01
dooshtubandors: sounds like possibly eth0 or wlan0 is not configured or DNS issue06:01
lotuspsychjeki7mt: same here, strange tha he can automount06:01
dooshtubandors: open Terminal, and type ifconfig06:01
bandorsI changed DNS to 8.8.8.8 and 8.8.44.406:01
bandorsokay06:01
bandorsI will06:01
dooshtupaste the output into here06:01
bandorsipconfig = command not found06:02
bandorsoh derp06:02
lotuspsychjeifconfig06:02
bandorssec06:02
bandorslet me type this out06:02
bandorsone line at a time06:02
lotuspsychje!pase06:02
lotuspsychje!paste06:03
ubottuFor 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
bandorsI have no internet on my linux computer, I am on my laptop right now.06:03
ghostx562lotuspsychje: http://pastebin.com/6n4zfrxm06:03
bandorsI could take a photo though06:03
bandorsone sec06:03
bandorsTransfering USB to upload06:04
lotuspsychjeghostx562: this is the right uuid from blkid?06:04
ghostx562lotuspsychje: yes it is the 22aa device already loaded from the beginning but it doesn't automount06:04
ghostx562anything i am missing?06:04
bandorsHere06:05
bandorshttp://i.imgur.com/PPkMvm4.jpg06:05
lotuspsychjeghostx562: if you compared the right uuid from ntfs blikd, should work06:05
bandorsThanks for the help06:05
ghostx562lotuspsychje: it won't automount tho, anything i am missing that you can tell?06:05
lotuspsychjeghostx562: are you logged in as the main admin of your system? (not as other user?)06:06
ghostx562yes, one and only user. no other users06:06
lotuspsychjehmmz06:06
bandorsYes06:07
bandorsoh wait06:07
bandorsasking him a question06:07
ghostx562lol its driving me crazy, i can't figure it out06:07
lotuspsychjeghostx562: maybe you could try 14.04 install06:07
bandorsDid someone read the imgur photo I posted?06:08
ghostx562lotus, i can but my system runs very slowly on anything over 12.04. im going to try maybe lubuntu 14.04?06:08
ghostx562bandors, let me take a peek at it06:08
bandorshttp://i.imgur.com/PPkMvm4.jpg if you do not already have it06:08
bandorsTrying to solve this internet problem06:09
lotuspsychjeghostx562: also strange you can run 12.04 fine, and trusty not06:09
ki7mtghostx562, 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
ghostx562lotus, anything that is graphics demanding runs my pc slowly06:09
lotuspsychjebandors: did you check sudo lshw -C network for seeing drivers?06:09
ghostx562bandors, post a screen cap of your internet settings. also make sure that you have a driver for the ethernet card06:10
bandorsOkay, first I will post a photo of internet settings06:10
ghostx562ok06:11
bandorslotuspsychje: I have not checked I will take a photo now06:11
lotuspsychjeghostx562: like ki7mt said, this hd should automount automaticly normally06:11
ghostx562ki7mt, i will check it out06:11
lotuspsychjeghostx562: you could ofcourse testout lubuntu/xubuntu 14.04 livecd, to check if it mounts there06:12
bandorsghostx562: lotuspsychje http://i.imgur.com/MC8vpKQ.png Here you go06:13
lotuspsychjebandors: some realtek chipset might need a driver or firmware update to work properly06:14
lotuspsychjebandors: go check realtek website for latest linux drivers maybe06:15
bandorslotuspsychje: Okay, I will look for those.06:15
lotuspsychjebandors: also check your syslog and dmesg for errors about network06:15
bandorsHow would I check that lotuspsychje06:15
lotuspsychjebandors: you can use the logviewer icon, or manualy view /var/log/syslog and dmesg in terminal06:16
lotuspsychje!dmesg | bandors06:16
ubottubandors: 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:16
lotuspsychjeghostx562: you too mate, if you could paste us the uuid error you getting?06:17
ki7mtghostx562, Only think I see on your pastebin fstab is you don't have a folder under /media   .. I'd make /media/$USR/Win64 or something06:17
ki7mtOnly thing ..06:17
bandorsokay lotuspsychje I have the log here for you, let me upload it06:20
bandorsor just like copy and paste into pastebin06:21
bandorscrap my laptop cannot open the file that it saved to one sec06:21
ghostx562lotuspsychje: will do06:23
ghostx562ki7mt, ill try and making the folder, will reboot to see results be back in a bit06:23
ghostx562be back rebooting06:24
bandorslotuspsychje: https://www.dropbox.com/s/2tpdghw7g5j8ocw/syslog.zip?dl=0 I put the notepad file ubuntu gave out into a rar and uploaded it06:25
mm_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
bandorslotuspsychje: Is that file enough to figure out what's up?06:27
lotuspsychjebandors: im reading holdon06:27
ghostx562found it, seems to mount fine, it is now mounted under the /media folder06:28
rosaecaeruleaedo 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:28
lotuspsychjebandors: r8169 0000:05:00.0 eth0: link down06:31
bandorsWhat does that mean?06:31
lotuspsychjebandors: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...06:31
lotuspsychjebandors: a lot of eth0 issues in your syslog06:32
bandorsHow would I fix this?06:33
retroisprestowhen 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
lotuspsychje!btrfs | retroispresto06:34
ubotturetroispresto: 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/btrfs06:34
lotuspsychjebandors: <info> (eth0): deactivating device (reason 'connection-removed') [38]06:34
lotuspsychjebandors: what ubuntu version did you have again?06:34
bandors14.0406:35
rosaecaeruleaetune2fs -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
lotuspsychjebandors: did you install fresh of upgrade? did you install with internet enabled, updates on during setup?06:35
bandorsFresh install from having windows on the hard drive prior. I was not able to install with internet enabled06:36
lotuspsychjebandors: do you have wifi stick somewhere you could insert in pc to install with updates?06:37
lotuspsychjebandors: its important to have best ethernet drivers ubuntu chooses06:37
bandorsI don't have a wifi stick or anything.06:37
ghostx562seems to be a random driver, so its not compatible. another thing could be to find a driver online and have it installed?06:38
bandorsLet me go look for a wifi stick actually06:38
lotuspsychjebandors: ok, then make sure your system is up to date, and try realteks website06:38
bandorsI might have one06:38
bandorsfrom the r pi I was using06:38
bandorsGive me 20 mins and I will be back06:38
bandorsprobably less06:39
lotuspsychjebandors: fresh install 14.04.1 with your wifistick06:39
lotuspsychjemight do magic06:39
ghostx562i agree^^06:39
ghostx562lotuspsychje: seemed to mount now, but it loads it in the /media folder06:39
lotuspsychjeghostx562: yes, for ntfs that usual to mount in /media06:39
ghostx562lotuspsychje: 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 now06:40
ghostx562disk 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 functional06:41
lotuspsychjeghostx562: your 12.04 was fresh install or upgrade from older version?06:41
ghostx562lol this was driving me insane.06:41
ghostx562lotuspsychje: fresh 12.04.506:41
lotuspsychjekk06:41
lotuspsychjei remember having troubles mounting on older versions aswell06:41
ghostx562weird thing is i did no editing to fstab or anything06:41
ghostx562i might try lubuntu 14.04 or 14.10 if i keep getting issues.06:42
lotuspsychjeghostx562: you sure your hd is still healthy?06:42
ghostx562yeah both still healthy, i might have a bad sata port maybe or a bad sata wire06:42
ghostx562according to smart status still working A Ok06:43
lotuspsychje!info testdisk | ghostx562 try this06:43
ubottughostx562 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 kB06:43
ghostx562in terminal?06:43
lotuspsychjeghostx562: sudo apt-get install testdisk06:43
ghostx562installing. once done will run06:43
lotuspsychjeghostx562: then sudo testdisk from terminal after install to check your hd06:43
ghostx562awesome running now06:44
ghostx562lotus, seems to be ok06:45
lotuspsychjekk06:45
lotuspsychjeghostx562: what grafix card do you have, thets not running smooth in 14.04?06:46
ghostx562lotuspsychje: im using a very old pc with on board gfx06:46
ghostx562its an older acer power s28506:46
lotuspsychjeghostx562: you remember chipset?06:46
ghostx562sis680 i think06:47
lotuspsychjeyeah that can be a pain for grafix indeed :p06:47
ghostx562yeah lol06:47
ghostx562im thinking i might jump down to lubuntu either way lol need to get something stable06:47
ghostx562i can run win7 fine tho06:47
lotuspsychjeghostx562: maybe ubuntu desktop and tweak grafix with ccsm, or xubuntu/lubuntu yes06:47
ghostx562brb06:47
ghostx562lotuspsychje: will try it out gotta run thanks for the help cya!!06:51
=== rabisg is now known as zz_rabisg
ZequanHow do I kill apt-get and unlock it06:56
ZequanIts frozen06:56
hateballZequan: Kill the process06:57
ZequanIts a long command06:58
lotuspsychje!aptlock | Zequan06:59
ubottuZequan: 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
ZequanThanks lotuspsychje06:59
=== ram is now known as Guest14374
Guest14374while installing phpmyadmin in ubuntu it's nt asking for t server name07:10
Guest14374can any1 help me wit it?07:10
ram_while installing phpmyadmin in ubuntu it's nt asking for server name07:12
ram_can any1 help me wit it?07:12
kernixhey all07:16
tremorcontrolim 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:17
XxOblivionxXhi07:19
NetEddie- /join #freebsd07:21
NetBillysigh. IRC noobs =)07:22
=== g__ is now known as Guest48587
MasterPieceHow can I get into ubuntu/member07:34
natsukaosee you later, bye bye, happy hacking, HAPPY GNU YEAR 201507:35
bubbasaures!newmember | MasterPiece07:38
ubottuMasterPiece: Ubuntu Membership means recognition of a significant and sustained contribution to Ubuntu and the Ubuntu community.  For more info see https://wiki.ubuntu.com/Membership07:38
kernixhi all07:45
=== ARMEN_ is now known as EREVAN
=== ubuntu is now known as Guest90187
grykernix: hi07:55
kernixhey gry07:55
gryhello hello kernix, how may i help you07:59
b0nnHi 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:02
grumbelUbuntu 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:04
supaulib0nn: assuming you did the changes as normal user, i suggest moving your home temporaryly say to "oldhome" or similar and then start with "factory"-default08:05
supauliif not, then you need to figure out what settings you did you change, or somehow ignore the resume boot08:05
supauligrumbel: really, are you sure -- does the timestmaps looks such ?08:05
b0nnoh, the settings are in ~/.something?08:06
supauligrumbel: since my setup does seem to clean up the tmp08:06
supaulib0nn: yes, if you made the changes as normal user08:06
b0nnI'll mv that directory first08:06
grumbelsupauli: reasonably sure, I have directories floating in there from some weeks ago08:07
grumbelsupauli: it happened quite recently, only noticed it a week or two ago08:07
supauligrumbel: did you make those directories? There are system generated directories for sure -- they get generated when you log in08:08
grumbelsupauli: those are my own manually created directories08:08
supauligrumbel: another scenario would be that you are not actually rebooting, but rather hibranting/suspending the machine08:08
gryi suspect it's not in home dir, since it suspends even if he does not log in08:09
grumbelsupauli: nope, the weird thing is that just the files are gone, just the directories stay08:09
NindustriesGood morning08:10
supauligrumbel: http://askubuntu.com/questions/20783/how-is-the-tmp-directory-cleaned-up08:10
NindustriesSo I just got a segfault in libICE.so... yesterday, this was in compiz.. suggestions? http://pastie.org/981761008:12
Nindustries(all latest updates, on HP Elitebook FOlio 1040 g1)08:14
grumbelsupauli: 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.conf08:15
supauligrumbel: nice detective work! Good you got it resolved!08:15
NindustriesIt happens when I sometimes click my Unity launcher08:17
supauliNindustries: 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:20
Nindustries_WOops, I'm back!08:21
=== user1_ is now known as adatta
Nindustries_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
Nindustries_In my kern.log; http://pastie.org/981761008:21
b0nnsupauli: mv .gconf gnome2 didn't change things, so mv /home/user to /home/user-broken.. now I cannot login...08:22
grymove it back and try to log in again08:23
=== justinS_ is now known as jhsimpson
cristian_cgry, any ideas?08:24
b0nngry: there's asmall problem08:24
supaulib0nn: Can you login from terminal ? try ctrl+f1 to switch to text mode08:24
b0nngry: I set the gnome-settings to suspend the machine after 1 second08:24
supaulib0nn: you have encrypted homes?08:24
b0nnnot encrypted, no, will try term08:24
supaulib0nn: huh, i have used to that the login should succeed even without home, but that has been with past versions ..08:25
supauliat least the term login should succeed ..08:25
b0nnhmm ctrl-f1 does nothing (neither do ctrl-f2 ctrl-f3 alt-f1, f2, f3)08:26
Kira9204try ctrl+alt+f108:26
b0nnwin08:27
b0nnlogged in08:27
=== mist_ is now known as mist
nodedfreeis there an option to disable few shell commands to an specific user?08:29
supaulinodedfree: not really good one -- what are you trying to achive ?08:30
=== maeryo is now known as bssm
komputer21_wtf08:30
nodedfreesupauli, for example - disabling the option to reboot08:31
supaulinodedfree: thats not permitted even by default08:31
supaulionly if you are single user logged in to the machine you can do that08:31
supauliif thats the only thing -- power management -- you should look for the permissions for the commands08:32
b0nnugh08:32
supaulinodedfree: and anyway, if you user has access to the machine, he can always just power of it ?08:33
b0nnso, 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 started08:33
supaulib0nn: logged in via term or another account X11 ?08:34
b0nnterm08:35
b0nnthere's no other account (yet) now that you've given me the idea I'll adduser08:35
b0nnactually, I'll have to try it in the morning.. bed calls08:35
b0nnthanks for the idea though08:35
supauli"the command wouldn't save"  -- what command you mean ?08:35
supaulioh oh, good night!08:35
Nindustries_Nobody?  :/08:36
b0nnoh, gsettings set org.gnome.something.power-timeout 18008:36
b0nnDBus error, X11 not running etc08:36
premobosshello08:38
Nindustries_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
Nindustries_In my kern.log; http://pastie.org/981761008:38
premobossmy 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:39
somsip!root | premoboss08:40
ubottupremoboss: 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/RootSudo08:40
premobossubottu, after i became root with "sudo su -" can i set root password with 'passwd' to make root account usable directly?08:41
ubottupremoboss: I am only a bot, please don't think I'm intelligent :)08:41
premobossahahah08:41
wikypremoboss: you can set root password useing `sudo password root`, then login as root.08:41
premobosswiky, ok thanks.08:41
somsippremoboss: there is no need to set a root password. What do you want to achieve?08:42
da_didiwiky: sudo password root or sudo passwd root?08:42
premobosssomsip, im a debian user since ages, many administrative task i am used to run directly form root account.08:42
wikypasswd, I'm sorry08:42
somsippremoboss: sudo -i08:42
premobossok guys i solfed the issue. thanks all.08:43
bubbasauresfunny when I use debian or fedora...etc I set it to have a standard with root access.08:46
manush11i am building a home sever. it will host media files and i will use it as learning web development and sever managment08:58
manush11[14:58] <manush11> i want it to be as cheap as possible. help me select the hardware. it should be as cheap as possiuble08:58
Roryraspberry pi or similar?08:59
Rory"as cheap as possible" but won't be very powerful08:59
manush11will raspberry pi fullfill the need?09:00
manush11at most 3 user will connect to it09:00
somsipmanush11: this is not the place for hardare recommendations. It's the ubuntu support channel09:00
Buizerd007The Raspberry will have a hard time running Ubuntu...09:01
phre4kmanush11: 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 / Gen809:02
DJonesmanush11: 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 irssi09:02
phre4kDJones: 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 :D09:04
cobraciao09:04
cobra! list09:04
ubottucobra: 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:04
phre4klol09:05
DJonesphre4k: It does the job, its a small form factor machine, power supply is pretty small09:05
hackalHello does tar command include files starting with dot? (.htaccess)09:07
somsiphackal: depends how you glob for the files. Using * won't include top level dotfiles IIRC09:08
cobraciao09:09
somsipcobra: still no list here09:09
cobra! list09:09
ubottucobra: 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
somsipcobra: see09:09
ZequanHow do I send music to my iPhone?09:09
somsip!iphone | Zequan09:10
ubottuZequan: 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 iPod09:10
cobraciao09:11
PaowZ_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
cobra! list09:11
ubottucobra: 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
DJones!piracy | cobra09:11
ubottucobra: 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 !o4o09:11
DJonescobra: 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 with09:12
=== mfisch is now known as Guest12671
ZequanSo many players to choose from, which is the most likely to work?09:15
ZequanWith my iPhone4S09:17
somsip!players | Zequan (you may need to research yourself)09:17
ubottuZequan (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 !codecs09:17
ZequanOkay I had a better solution.. An App for the iPhone that plays music that I drag and drop to it09:25
ZequanI see my iphone popup in my file browser09:26
Zequanand I can see my photos09:26
ZequanSo I want to make a Music folder and put some music there, which app can read it on the phone?09:26
Arixwhoami09:32
ZequanArix, you are Arix09:39
ZequanBut who am I?09:39
ZequanI am root!09:39
phre4kZequan: iOS doesn't let apps access other apps' data.09:40
=== Guest97553 is now known as root
=== root is now known as Guest85402
phre4kSo 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, RTM09:41
dai_wrkor ditch the iPhone :p09:42
phre4kwell, Android is not better to be honest. Depends on the device.09:43
=== tcpman is now known as Guest34891
ZequanI want a Google Nexus. Is that a good phone?09:47
Ben64Zequan: not on topic here09:47
ZequanYes it is because I need to sync my music09:47
ZequanIn Ubuntu09:48
dai_wrkfrom experience, syncing music from ubuntu to a nexus device is easy09:48
ZequanWill the Google Nexus work in Ubuntu?09:48
Ben64whether 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 ubuntu09:48
Ben64android devices are much easier to use in ubuntu09:49
DJonesZequan: 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 wifi09:52
Unknown0BCHi, ok so xchat 2.8.8 on ubuntu cant scroll ?09:54
Unknown0BCthe chat/channel window ?09:54
Unknown0BCwhat the09:54
Unknown0BCis it just me ?09:54
soeecan i set bash alias that wil returnb some text i can update/edit ?09:55
phre4kUnknown0BC: did you try both the mouse and PgUp/PgDown?09:55
Unknown0BCwait09:56
Unknown0BCthe scroller is now suddenly appearring09:56
phre4ksoee: alias test='cat /path/to/file', then edit that file09:56
Unknown0BCerm09:56
Stanley00soee: hmm... looks like you need a function or script instead, but it should be asked in #bash09:56
Unknown0BCcool phre4k seems all you have to do is say something then stuff starts to work.09:57
Unknown0BCCan I take you home ?09:57
soeeStanley00, phre4k: what i need is to return some something like: git commit -m "" and to be able to instert message in "" and apply it09:57
phre4ksoee: and that message do you want to include in your alias call or that message should be there automatically?09:58
soeephre4k: the message i want to typoe manually09:59
Stanley00soee: gitm(){git commit -m "$*" } <= define function like this should works09:59
phre4ksoee: then you need a bash function: http://stackoverflow.com/questions/19359049/user-input-to-bash-alias09:59
soeeok thank you09:59
OpenTokixUse the second suggestion with &&, if your pre-commit/post-commit hooks fails10:07
=== MasterPieceF is now known as MasterPiece
phre4k^10:15
Moorman.10:16
sujatacan any one tell me how to install .exe file in ubuntu if internet is not available?10:16
Stanley00!exe | sujata10:17
Stanley00sujata: ubuntu cannot run exe, it's for windows.10:17
DJonessujata: .exe files are Windows files, you may be able to get it to work using wine, but I wouldn't expect it to work reliably10:17
DJones!wine | sujata10:17
ubottusujata: 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 Ubuntu10:17
sujatathen what file we should have for ubuntu ?10:18
DJonessujata: What are you trying to install10:18
Quoexlanyone ever attempted and succeeded at installing apache openmeeting?10:19
phre4ksujata: use your package manager10:20
DJonessujata: Generally, ubuntu users install software from the official repositories using the package manager10:20
sujatatypingmaster.exe file10:20
DaniG2khey guys I have an entry in crontab that makes a dump of my database for backup purposes10:20
DaniG2kbut it doesn't seem to be working correctly10:20
Quoexldefine working correctly10:21
DaniG2k10 13 * * * dani pg_dump kiji_prod > /home/dani/backups/daily/kiji_prod.bak10:21
DaniG2kthat's the entry10:21
DaniG2kuses the user dani to run `pg_dump kiji_prod > /home/dani/backups/daily/kiji_prod.bak`10:21
DaniG2kit just outputs a blank file10:21
DaniG2k:S10:21
DaniG2kI tried looking at the logs but I don't see anything that stands10:21
DaniG2kout10:21
Quoexlthought about rsync?10:22
DaniG2kno i haven't10:22
DaniG2kbut crontab should be just fine if it only worked :P10:22
phre4ksujata: use Klavaro, it's in the package manager.10:22
Quoexldoes the cron log show it doing its thing on time?10:23
sujatai am trying to install typingmaster.exe  file in ubuntu whether it will install or not10:23
Quoexl.exe means wine territory10:23
sujataok10:23
DaniG2kQuoexl: does it live in /var/log/syslog?10:23
phre4ksujata: 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 silly10:24
phre4ksujata: http://linux.oneandoneis2.org/LNW.htm10:24
DaniG2kQuoexl: if so, I dont see it executing the specified command10:25
sujataok, i was trying to10:25
sujatanow i got it10:25
DaniG2kQuoexl: oh wait, I see it!10:25
DaniG2kQuoexl: Jan  6 13:10:01 basho CRON[11045]: (dani) CMD (dani pg_dump kiji_prod > /home/dani/backups/daily/kiji_prod.bak)10:25
DaniG2kthere it is10:26
DaniG2kmaybe I need to remove the username before the command10:26
phre4k^10:26
phre4kuse dani's crontab, not roots10:26
Quoexlbuddy with the cron job speak up10:28
QuoexlDaniG2k: grep CRON /var/log/syslog10:29
QuoexlDaniG2k: you still about?10:32
=== guinsly is now known as guinslym
DaniG2kQuoexl: sorry was afk, back now10:39
tsuyoshi_can everywho help me, how i can disable the lockscreen,i use xubuntu10:40
tsuyoshi_Is light locker the right setting??10:41
reaperB0Bhi10:43
* impeldown dinner 10:45
reaperB0Banyone alive?10:47
anti-unixwhy ubuntu not use SeLinux10:49
anti-unixSELinux10:49
anti-unix?10:49
Rohan_14is there any Gtk programmer i have a small Gtk project on Github anybody wanna join ?10:50
phre4kreaperB0B: 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
reaperB0Bphre4k: indeedy doo :)10:51
reaperB0Bok 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
Rohan_14reaperB0B: is there any Gtk programmer i have a small Gtk project on Github anybody wanna join ?10:52
phre4kreaperB0B: then... describe the problem?10:52
phre4kRohan_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
reaperB0Bhow do I zip up an entire folder, and download it to my local machine?10:52
chuRohan_14: Maybe better luck in #ubuntu-programming10:53
phre4kreaperB0B: I'd use tar instead of zip10:53
phre4kreaperB0B: then tar caf filename.tar.gz /path/to/folder10:53
Rohan_14phre4k: 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 interested10:54
phre4kthen 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
anti-unixwitch one is better :apparmor and SELinux?10:54
phre4kreaperB0B: do you want to do backups or anything else?10:54
phre4kanti-unix: depends on the use case.10:55
reaperB0Bphre4k: i have a server i am abandoning...that i want to pull all the relevant files off of10:55
reaperB0Bit doesn't HAVE to be compressed, but it is 2GB+ - so I figured it may be easier to zip it and download it10:55
phre4kanti-unix: google "apparmor vs selinux" and for example find this: http://www.cyberciti.biz/tips/selinux-vs-apparmor-vs-grsecurity.html10:56
reaperB0Bit is a bunch of jpgs, docs, pdfs, etc.10:56
anti-unixphre4k, for example?10:56
reaperB0Bgiven 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
anti-unixphre4k, thanks10:56
phre4kreaperB0B: 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
phre4kreaperB0B: and if you use rsync to copy the resulting mega backup to your PC you have a resume feature :)10:57
Rohan_14chu: Mate there a so few people on ubuntu-programming is there any Gtk or Gnome Group ?10:57
reaperB0Bphre4k: so this command should do it? - tar caf filename.tar.gz /path/to/folder ?10:57
reaperB0Bi like that idea phre4k10:58
reaperB0Bcan I tar a folder that I am in, or should I just cd out of the folder?10:59
phre4kreaperB0B: https://wiki.archlinux.org/index.php/Full_System_Backup_with_tar10:59
phre4kreaperB0B: cd ..10:59
reaperB0Bphre4k: I don't wnat to do a full system backup per se11:00
m1dnight_guys, if I put "set -e" in a bashscript, how can i disable it again?11:00
reaperB0Bphre4k: more just for the folder i am concerned with11:00
m1dnight_I have some commands that are failing on purpose, but then it stops as well11:00
m1dnight_I want to do something like set -e // make // <unset e>11:01
phre4kreaperB0B: then just tar that folder with the command I mentioned11:01
reaperB0Bok11:01
reaperB0By caf versus say cvzf or anything like that?11:01
phre4kreaperB0B: so if you want to backup /home/user you cd to /home and then tar caf user.tar.gz user/11:01
phre4kreaperB0B: cvzf = compress verbose zip(?) file11:02
phre4ks/compress/concatenate or whatever/11:02
ximianhello11:02
phre4kreaperB0B: a = auto compress based on the extension11:02
phre4kreaperB0B: read man tar for the options, relevant: https://xkcd.com/1168/11:03
reaperB0Bphre4k: thnx will do11:09
BluesKaj'Morning folks11:20
=== swordsmanz is now known as hugbot
DaniG2kdoes anyone need a discount coupon for a Digital Ocean VPS?11:25
=== jonas_ is now known as Guest78333
Abhi_join #javascript11:33
Abhi_Hi everyone!11:34
Abhi_I am new to Linux.11:34
cristian_cHello11:37
cristian_cI'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 this11:37
cristian_cAny ideas?11:37
cfhowlettcristian_c, so play at .5 speed or similar?11:38
cristian_ccfhowlett, which application with?11:38
cfhowlettcristian_c, answer my question ...11:39
cristian_ccfhowlett, sorry, I lost the '?'. Maybe less11:39
cristian_cthan 0.511:39
cfhowlettcristian_c, mplayer can do that.  [ slows speed by 10%  ] increases speed by 10%11:46
amecan anyone please clear my doubt on muy booting problem??11:47
cristian_ccfhowlett, mplayer is affected from a bug11:47
FredYuan_ls11:47
cfhowlettcristian_c, VLC has speed controls as well ... somewhere11:48
cfhowlett!details | ame,11:48
ubottuame,: 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
cristian_ccfhowlett, I've tried with vlc, but I don't know hot to use them correctly11:48
Quoexlmixxx is nice once you figure out how to install it11:48
amei have a booting problem that my ubuntu is not loading automatically by the deafult image rather i need to choose image from previous linux versions11:48
cfhowlettcristian_c, same keys ... brackets [   ]11:49
ameif it boots automatically without choosing any images it drops to shell mode and shows the following error "11:49
cristian_cI've set the speed to less than  0.03x, so 0.02x, but still I see video jerky11:50
ameGave 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
cristian_ccfhowlett, I've already tried with [ , ], and -11:50
cfhowlettcristian_c, .03X??!!!  what is your goal??11:50
cristian_ccfhowlett, slowing down the video11:50
cristian_cto see particular parts11:51
ameubottu:can u fix this issue??11:51
ubottuame: I am only a bot, please don't think I'm intelligent :)11:51
cristian_cit's too fast11:51
ameoh my god sorry11:51
amewhat should i do now??11:51
cfhowlettcristian_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:52
gryame: Does recovery image work?11:53
cristian_cthe mplayer bug: VIDEO:  [jpeg]  640x480  24bpp   -nan fps  3886.6 kbps (474.4 kbyte/s)11:53
ameno recovery image also not working11:53
cfhowlettcristian_c, OPENSHOT not mplayer11:53
cristian_ccfhowlett, I must see the ubuntu boot messages that are too fast11:53
amei am running my server by booting with images from deafult previous linux version11:54
cristian_ccfhowlett, yesterday, I've exported to images with openshot11:54
amei got this error before but i reinstall the operating system but this time i want to know what is the problem??11:54
ameSo only seeking help from ubuntu forum11:55
cristian_ccfhowlett, but .pngS who I'm intersted to are unable to see, they are too fast11:55
cristian_c*unreadable11:56
cfhowlettcristian_c, if a still image is STILL to fast to see ... you might be out of luck11:56
cristian_ccfhowlett, have I to set image exporting options in openshot?11:56
cfhowlettcristian_c, wait 111:57
cristian_cok11:57
gryame: When did the problem start? Did it work before?11:57
ameit starts before one week11:58
ameand i am running it using those previous linux version image and it is working good11:58
MMukherjeeHello, where can I get the latest version of kernel ?11:59
MMukherjeeI'm on Ubuntu Linux 14.1011:59
gryame: sudo update-grub; try booting into the new image again.11:59
gryMMukherjee: 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...12:00
=== rrr_ is now known as rrr
schuelerhaha12:00
MMukherjeemh?12:00
MMukherjeeI want this one12:01
MMukherjeehttps://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.1.tar.xz12:01
schueler_ 12:01
schuelerasd12:01
schuelernice nice12:01
schueler_adf12:01
gryit works.12:01
amegry:new image in the sense??12:01
gryMMukherjee: unrar it and follow instructions in the readme. :)12:01
schueler^12:01
schueler__läuft ihr spastis :D12:02
schueler.D12:02
gryMMukherjee: *untar12:02
schueler_hello im a studen12:02
schueler__lol12:02
MMukherjeeUnRAR ?12:02
gryschueler: Hello. Welcome to the help chat pertaining to Ubuntu and the stuff it ships with.12:02
MMukherjeeIt's not a Roshal Archive12:02
gryMMukherjee: sorry, I meant untar.12:02
schueler__was macht ihr12:02
schueler_what12:02
schuelerwhut12:02
schueler_writ this in german12:02
schueler__shut up12:02
schuelerKappa12:02
gry!de12:03
ubottuIn 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
irgendwer4711hi, does anyone use Xen with ubuntu and disk images ? I got a problem attaching disk images.12:03
amenew image means??12:03
MMukherjeeahj12:03
amehow to use new image??12:03
MMukherjeeHow to untar XZ archive?12:03
irgendwer4711after upgrading to ubuntu 14.0412:03
schueler_no12:03
schueler__what is your lol lvl ? OVER 9000!!!!12:03
gryame: It was not for you. For you, I said, sudo update-grub and try booting again.12:03
schuelerKeepo12:04
gryschueler: I don't understand you.12:04
ameyeah i have tried12:04
schueler__kappa12:04
schueler_too12:04
Kappa<312:04
Kappanoobs12:04
Kappa:D12:04
schueler__lopl12:04
gryschueler: Please don't make noise.12:04
gryKappa: welcome to the club.12:04
ameupdate-grub from present login then also it boots like that12:04
KappaSchnauze du lappen12:04
schueler__we are students from germany :D12:04
gryame: Ok. You would probably have to share your grub config then.12:04
KappaHDjonas12:05
KappaHD^12:05
KappaWe are German12:05
amesure gry but can u guide me how to do that??12:05
irgendwer4711kappa: really?? :-D12:05
BluesKajkahrl, then use the #ubuntu-de chat12:05
gryirgendwer4711: He left.12:05
BluesKajerr kappa :)12:06
amegry:where should i post that ??12:06
irgendwer4711ok, now time for my question :-)12:06
MMukherjeeNo problem..12:06
amegry:and how??12:06
MMukherjeeBut tell me how to untar .tar.xz archives ?12:06
gryame: paste.ubuntu.com. Sorry, no idea which file it is in off-hand.12:06
gryMMukherjee: "tar -xvf filename", or "man tar" has more examples if that does not work.12:06
MMukherjeeok12:07
ameok i will ping later after i post12:09
cloudbudi 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 data12:10
MasterOfDisastercloudbud: free up space, try again with rsync. it should be able to copy only what's missing. see its manpage: man rsync12:11
FrEaKmAn_if I install via .deb, will the updates show up in update manager?12:12
gryNo.12:12
k1l_FrEaKmAn_: no12:12
MasterOfDisasterFrEaKmAn_: if the package doesn't provide an entry in apt's sources.list, then no. check with dpkg.12:13
gryame: 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
FrEaKmAn_may I ask why not? so an app has to have some built-in update mechanism?12:13
MasterOfDisasterFrEaKmAn_: eh /etc/apt/sources.list.d12:13
MasterOfDisasterFrEaKmAn_: which is generally discouraged if you are using a distro.12:13
gryfreakman_: Because apt doesn't know where to download the update from. It needs the source in sources.list, as someone else here said.12:13
k1l_FrEaKmAn_: because ubuntu fot the service of its repos. if you dont want to use that you dont have the service12:14
FrEaKmAn_hm...12:14
MasterOfDisasterFrEaKmAn_: you can still install the vendor provided package and get its updates, but that is in no way supported by Ubuntu.12:14
FrEaKmAn_how to get updates? by reinstalling newer deb?12:15
MasterOfDisasterFrEaKmAn_: and you most likely have to get the updates yourself.12:15
FrEaKmAn_or I could manually setup apt12:15
MasterOfDisasterFrEaKmAn_: the first.12:15
k1l_FrEaKmAn_: yes. you need to look fot that on your own then.12:15
MasterOfDisasterFrEaKmAn_: some vendors offer repos (Oracle f.e. with VirtualBox), some don't.12:15
gryfreakman_: may I ask why you're doing this step, please?12:16
MasterOfDisasterFrEaKmAn_: without knowing which software you are talking about, it's not easy to help.12:16
FrEaKmAn_I'm installing newer version via deb compared to older one in repo12:16
FrEaKmAn_+ I'm noticing that anyone who is serious about it's project, offers a deb package to download and install12:17
MasterOfDisasterFrEaKmAn_: Consider upgrading your system.12:17
FrEaKmAn_MasterOfDisaster: it is12:17
gryFrEaKmAn_: which package? Maybe they offer a ppa so that you don't have to look after packages by hand.12:17
cfhowlettfreakcom, cat /etc/issue | pastebinit12:17
MasterOfDisasterFrEaKmAn_: 14.10? which package?12:17
k1l_FrEaKmAn_: the ones who are serious help the distributions to maintain updated packages12:18
cloudbudMasterOfDisaster : can u provide the syntax of rsync im trying to copy from one linux server to another12:18
Quoexlservernames?12:18
MasterOfDisastermy most commonly used command, review the options before running it: on host a: rsync -avvz --progress /path/to/file user@hostb:/path/to/target12:19
Quoexlhttp://www.tecmint.com/rsync-local-remote-file-synchronization-commands/12:19
MasterOfDisastercloudbud: ^^12:20
cloudbudMasterOfDisaster : will rsync command work for tar.gz file12:24
rahsdhello12:25
MasterOfDisastercloudbud: yes12:25
QuoexlEHLO12:25
MasterOfDisasterrahsd: hi - just ask your question, don't be shy :-)12:26
rahsdI 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
rahsdwhat should I do next?12:26
rahsdreally need help!12:26
cfhowlett!persistence | rahsd12:27
ubotturahsd: To have some persistent storage when using a Live CD, follow the instructions on https://help.ubuntu.com/community/LiveCDPersistence12:27
heerajhello12:27
john_ramboHi, how do I find out if Nvidia GT 730 is supported (non free drivers and if it supports vdpau ?12:31
BluesKajjohn_rambo, yes to both12:31
john_ramboBluesKaj: Okay/Thanks12:32
gryheeraj: hi.12:33
gryQuoexl: hi.12:34
freeroutehi, 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:42
freerouteit's eh... still ongoing :S12:43
freerouteso can I just safely kill gvfsd?12:45
stianhjfreeroute: http://ubuntuforums.org/showthread.php?t=142158012:45
stianhjyour gvfs-metadata might be corrupted?12:45
freerouteah 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:49
freeroutewondering if doing 'rm -rf ~/.local/share/gvfs-metadata' is safe though12:50
UnGeekhello12:50
EriC^^hello UnGeek12:50
freeroutehi12:50
freeroutestianhj: well that indeed seems to have fixed it12:51
UnGeeki need to backup my minecraft server with cron in zip format ; there must be at least 5 backup i have to remove the older backup12:51
freerouteok, so what is the problem you're experiencing?12:52
UnGeeki do not have experince with linux ; i have received a help from a guy on internet12:53
UnGeekBut i don't understand his script and it does not work12:54
hardtailWTFmanghas anyone successfully installed ruby and ruby on rails on ubuntu?12:54
cfhowlettUnGeek, so ... ask HIM to explain it!12:54
UnGeekhe can't12:54
cfhowlettUnGeek, wait.  you actually ran a script from "some guy on the internet" and HE can't even tell you what it does ...12:55
cfhowlettUnGeek, not ... wise12:55
UnGeeki show his script12:55
freerouteUnGeek: yeah can you at least show us the script?12:56
k1l_hardtailWTFmang: i bet someone did, once.12:56
UnGeekyes, where do i have to paste my code12:56
cfhowlettUnGeek, DO NOT show his script12:56
cfhowlettpaste it12:56
UnGeekwith witch tool ?12:56
cfhowlett!paste12:56
ubottuFor 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:56
UnGeekhttp://paste.ubuntu.com/9687427/12:57
BluesKajhardtailWTFmang, take a look in the package manager12:58
freerouteUnGeek: ok, so what is the problem with this script according to you?12:59
UnGeeki show you the error message, i copy it12:59
freerouteyeah paste that too13:00
hardtailWTFmangblueskaj I have been using rbenv but my build keeps failing and I do not know what to do13:00
=== damian- is now known as damian
cfhowletthardtailWTFmang, might want to find the ruby channel ...13:01
hardtailWTFmangthat's fine I just wanted to check in here since it's a ubuntu issue13:01
UnGeekhttp://paste.ubuntu.com/9687443/13:01
EriC^^UnGeek: there's a couple of syntax errors13:02
UnGeekcan you explain13:03
EriC^^also it doesn't make sense13:03
EriC^^well the script makes a zip, then checks if last week's zip exists, if it does it deletes it13:03
EriC^^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 had13:04
EriC^^as for the syntax error it's in the use of the test -f , no need for ?13:04
UnGeeki know that but it's not my script and i don't know how make a backup script :/13:04
k1l_hardtailWTFmang: its very hard to help you if you are just asking met questions and beeing so vague13:04
UnGeekscuse for my english13:05
EriC^^UnGeek: check if this week's was zipped correctly, if it was delete last weeks13:05
EriC^^or add another layer and delete the one before maybe, up to you13:05
reaperB0Bphre4k: how do I initiate an rsync in an existing SSH session?13:06
reaperB0Bi see that the command is rsync options ssh --progress filename /local/directory13:07
BluesKajhardtailWTFmang, dependency problems ?13:08
UnGeeki go to the internet to search an if condition for the last deletion13:08
EriC^^if [ -f /path/to/zip ]; then rm ...; fi13:08
EriC^^UnGeek: ^^13:09
reaperB0Bsorry...I meant `rsync options ssh --progress username@server_address filename /local/directory13:09
reaperB0Bbut 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 worked13:09
phre4kreaperB0B: you can either use rsync on your local PC and use ssh to transfer from the server or vice versa13:09
reaperB0Bphre4k: I know...I am logged in via SSH to my remote server13:10
reaperB0Bi am trying to just run rsync from the terminal on the remote server13:10
hardtailWTFmangblueskaj yes13:10
UnGeekthanks, i try it13:10
reaperB0Bor are you suggesting I get an rsync client and do it the other way?13:10
phre4kreaperB0B: I'd do this locally: rsync -a --info=progress2 user@server:/path/to/folder /path/to/local/folder13:10
reaperB0Boh ok13:10
phre4kyou need rsync installed on both machines anyway13:10
reaperB0Bhrmm...ok13:11
phre4kif you'd rsync from the remote machine you'd actually "double SSH" ;)13:11
UnGeekwhat is the "fi" at end of the file13:11
EriC^^UnGeek: it closes the if statement13:12
BluesKajhardtailWTFmang, pastebin the errors13:12
UnGeekthanks13:12
BluesKaj!paste | hardtailWTFmang13:13
ubottuhardtailWTFmang: 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
UnGeekcan i use indentation in my scripit ?13:13
phre4kUnGeek: yes.13:13
UnGeekcool, it's almost as web developpement13:13
UnGeek:)13:13
carpediembabyHello, 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
da_didi!pastebinit13:14
ubottupastebinit 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.com13:14
Paddy_NIWould there be any simple way of telling if another computer (ubuntu) on my lan is connected to a VPN or not?13:14
Paddy_NII have ssh access from this laptop (ubuntu)13:14
=== IKRAM_ is now known as IKRAM
hardtailWTFmangblueskaj http://paste.ubuntu.com/9687488/13:15
UnGeekwhy is there a semicolon at the end of "if"13:16
EriC^^it's a terminator13:17
UnGeeki'll be back13:17
UnGeeklol13:17
EriC^^lol13:17
BluesKajhardtailWTFmang, do you have build-essential installed?13:17
hardtailWTFmangblueskaj just rbenv i believe13:18
BluesKajhardtailWTFmang, I'm not sure, but make requires build-essential afaik13:20
UnGeekhttp://paste.ubuntu.com/9687515/13:20
UnGeekthe error message13:20
UnGeekmy script now :13:20
UnGeekhttp://paste.ubuntu.com/9687517/13:21
UnGeekit's very strange because in php i make this : if (arg) { echo "hello";}13:21
theadminUnGeek: Bash has weird syntax.13:23
UnGeekon this page, there is no semicolons : http://codewiki.wikidot.com/shell-script:if-else13:23
aeo1acknIn RecDescent, when doing e.g. number: /[+-]?\d+(\.\d+)?/ { ... }, can you reference to the () with something like $1 ?13:23
theadminUnGeek: You can use either a semicolon or a line break.13:23
theadminUnGeek: Both work the same for this.13:24
UnGeekeither i use semicolon on one line or line break on several line, it's right ?13:25
dman777_alterugh...stuck on 12.04.2 LTS. Any posssible way to apt-get install MongoDB 2.4.9?13:26
EriC^^UnGeek: your script needs modification13:28
freeroutedman777_alter: have you tried backports?13:28
UnGeeki know nothing...13:31
EriC^^http://paste.ubuntu.com/9687563/13:32
EriC^^use at your own risk13:32
freerouteEriC^^: 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 date13:32
EriC^^i modified the logic to check the recently zipped file and delete the old one13:32
UnGeeki test your script13:33
jack_hello13:33
jack_i am boy13:34
cfhowlettjack_, wrong channel13:34
freerouteEriC^^: ah, I think I understand now, according to zip's manpage - zip [zipfile [file ...]]13:35
freerouteso the zipfile comes first and then the path which needs to be zipped13:35
freeroutereally backwards13:35
UnGeekhttp://paste.ubuntu.com/9687586/13:36
UnGeeksyntax error with "fi"13:36
kundancoolHi13:37
theadminUnGeek: What do you want the script to do in the first place?13:37
EriC^^freeroute: yeah13:38
kundancoolI would like to know about a proper solution to Ralink corp. RT3290 Bluetooth adapter driver13:38
UnGeekbackup my bungeecord server13:38
=== Alexa is now known as aleksa
aeo1acknIn RecDescent, when doing e.g. number: /[+-]?\d+(\.\d+)?/ { ... }, can you reference to the () with something like $1 ?13:48
_indigohello guys, can somebody confirm Hash sum mismatches, running apt-get update? See here: http://pastebin.com/tjAefsbY13:49
=== Alexa is now known as Aleksa
supauli_indigo: http://askubuntu.com/questions/41605/trouble-downloading-packages-list-due-to-a-hash-sum-mismatch-error13:50
NotNiceHello and goodmorning13:52
jaltHi, 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
ubottuLaunchpad bug 925760 in Linux "Constant warnings from the kernel: Test WP failed, assume Write Enabled" [Medium,In progress]13:55
cecjajalt is your installation on an emmc drive?13:57
jaltno, sda is normal hdd and works fine, there is no other hard drive, sdb is the sd card reader13:57
jalti 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
cecjajalt: if you just want to remove the module its rmmod13:59
jaltwell, i want the module enabled so i don´t have to manually do so everytime i need to use an sd card14:00
jalti just need to pass an additional option that will effectively fix the issue (annoying warnings filling the log and screen)14:00
cecjajalt: when you insert an sd card the module should be reloaded automatically14:01
supaulicecja: but not with the options required14:02
jaltwhat supaili said14:02
=== Alexa is now known as Guest64456
supaulijalt: http://askubuntu.com/questions/51226/how-to-add-kernel-module-parameters14:02
supauliassuming the module does get loaded, but with wrong options14:02
jaltrightm but i tried solution 2 on your link (modprobe.d) and it didn´t work14:03
jalti don´t really think that rebuilding initramfs should be required...14:03
cecjajalt: is it a realtek sdcard reader?14:04
jaltyep14:04
jaltlsusb confirms it14:04
cecjadid you try echo "ums-realtek ss_en=0"14:04
jaltmodule name is ums_realtek, option i need is ss_en=014:04
jaltyea, i created the file properly in right location14:04
jaltand named it accordingly14:05
jaltpermissions look ok too14:05
=== Aleksa is now known as Guest35335
cecjawhat is the output of modinfo ums-realtek?14:05
jaltthe expected one14:05
jaltshit... fire alarm lol, gotta go brb.14:06
Fred_Yuanhello14:07
supaulijalt: i would suggest you study why the modprobe.d "does not work" -- it should, and it would be the proper place for the fix14:09
supaulijalt: like doing rmmod <target> -- modprobe <target> and check if the file affects (as it should)14:09
supaulijalt: and like cecja suggested: check the spelling etc for the parameter you are trying to modify14:10
jaltback, ok i will try reloading the module with the config file in place, but without specifying the option on the modprobe command line14:12
supaulijalt: and see /sys/module/<mymodhere>/parameters/<myparamhere> to diagnose if the param gets properly set14:13
=== jackie is now known as Guest53452
=== alexa is now known as Aleksa
jaltit works. and /sys/module shows the right param (0). rebooting now to see what happens.14:15
jaltok, problem is back and /sys/module shows the wrong param (1)14:16
jaltsomehow modprobe.d is only used when modprobe is invoked from cmd line and not udev??14:16
supaulithe module gets loaded on the boot time ?14:17
jaltyes, by default14:17
jalti am revieweing the link you posted earllier14:17
supaulinot sure here, but could it come from initrd image ?14:17
jaltyes, possible and perhaps the likely reason14:18
supauliregenerate that to check ?14:18
jaltadding 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 updates14:23
jalti probably will use rc.local to remove and readd the module every boot. it´s ugly but should work better than messing with initramfs14:23
supaulijalt: um i though the initrd is build on every kernel update localy14:24
supauli(-> you are always using 'custom' initrd)14:24
cecjajalt: just do echo "ums-realtek ss_en=0 | sudo tee -a /etc/modules14:24
cecjaand its done14:24
jaltyes, but what does apt-get do when my local config conflicts?14:24
jalti thought the default was always (user knows best, do not change)14:25
supaulijalt: it will ask you what to do when a file differs14:25
jaltcecja, did that with no effect14:25
supauliand since you have custom config file on modules.d -> that will not be conflicting14:25
=== mydogsnameisrudy is now known as udy
supaulitrust me, the modules.d is the proper solution ;)14:25
=== udy is now known as mydogsnameisrudy
jaltthe file in modules.d is being ignored upon boot14:26
supauliand if you do not need that module on system boot, it should not be on the initrd14:26
supauliyou just should have the option set, that when the module is loaded, load it with these parameters14:26
jalti did not put it there in first place :)14:26
supauliyou did not put it to etc/modules ?14:27
jaltonly after you told me to try it14:27
jaltthe file was empty but for lp14:27
supaulithats the default afaik14:28
jaltyep14:28
jalti´m assuming etc/modules is ignored the same as modprobe.d because it was already laoded earlier on initramfs14:28
jaltstill thank you all for your help, now i get to move on to the next problem: zeroed mac address on eth0.14:29
jaltthis seems to be a wide problem and i´m still reading up on it14:29
cecja 14:30
user3hi guys, is there any sollution to invert the colors of the screen14:30
NotNiceAnyone here ever use OpenBve?14:31
cecjauser3: install xcalib and use xcalib -i -a14:31
user3cecja: is it also possible to change the color that I want to have for the foreground and the background14:32
cecjauser3: yes xcalib is able to do that but i dont know the modifiers14:33
cecjauser3: but xcalib -c resets to default if you screw up ;)14:33
supaulithat 'if' might be bit over optimisic ;)14:34
user3cecja: thank you, that a good thing to know14:34
EiEiOhhI 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
EiEiOhhE: The list of sources could not be read.14:34
EiEiOhhGo to the repository dialog to correct the problem.14:34
EiEiOhhE: _cache->open() failed, please report.14:34
Fly80hello14:36
supauliEiEiOhh: sounds like your custom repository file is broken (omv-extras-...) -- how did you get that file there ?14:36
EiEiOhhsupauli, To be honest, Im not sure.Im not even sure I know what omv-extras is14:38
supauliEiEiOhh: does open media vault say anything to you ?14:38
supaulii 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 system14:39
user3hi guys, somebody has some expierence xcalib? I'm trying to invert to screencolors, but I get the error message "Waring - Unable to read file14:40
Picireinstalling the entire system sounds a bit overkill for this problem...14:40
Herr_Awayhey!14:40
Herr_AwayI have a question :)14:40
cfhowlett!ask | Herr_Away14:40
ubottuHerr_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 !patience14:40
user3Herr_Away: Maybe I have the answer14:40
supauliPici: having "something" installed from "somewhere" -> to reset the system to known state, i do not know any other solution than fresh install14:40
=== nik is now known as Guest33442
breadmonsterIs there a way to increase the number of workspaces in Unity? I'm running 14.0414:41
Herr_AwayI'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 done14:41
Herr_Awaywith HTTP I've python server, but with FTP - I haven't found solution yet14:42
Fly80i'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 -lc14:43
FSK405Csay - 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
EiEiOhhsupauli, 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 it14:43
Fly80what am I missing?14:43
JamesMYlooking for jdstrand for technical issues.14:43
JamesMYmay I know if there is a way to reach him14:43
somsipHerr_Away: looks simple enough http://is.gd/K8O7aq14:43
Herr_Awaycfhowlett, user3: sorry, I pressed enter too fast :P14:43
supauliFly80: i think you are missing C-library for the target14:44
=== Guest12671 is now known as mfisch
supauliEiEiOhh: then just remove that file and do apt-get update14:44
Fly80supauli, should I set some environment variable?14:44
Herr_Awaysomsip: it's not something I'm searching. I'm searching for a tool I can configure from cmd line - options would be parameters14:44
supauliFly80: No you should install the proper library14:45
supauli(or fix your path if you have it installed)14:45
supaulis/path/build enviroment/14:45
Fly80supauli, it should have been installed14:45
breadmonsterCan anyone give me a bit of a hand?14:45
somsipHerr_Away: you want a standalone server you can launch from cli on demand, not as a daemon?14:45
* somsip applauds breadmonster 14:46
JamesMYhi I have an issue with kvm...14:46
FSK405Cdepends on what you need a hand with, I’m sure.14:46
JamesMYwhich I need help14:46
breadmonstersomsip, sure, now a little help with Unity?14:46
JamesMYpossible for me to get help?14:46
supauliFly80: i usually debug those linker errors by copy-pasting the linker command and adding verbosity flags there14:46
=== mwak_ is now known as mwak
somsipbreadmonster: don't use it myself, but ask the question with details and someone may chip in if they can14:46
EiEiOhhsupauli, ok.. that seems easy enough.. thanks14:46
breadmonstersomsip, Is there a way to increase the number of workspaces in Unity? I'm running 14.0414:46
somsip!details | JamesMY14:46
ubottuJamesMY: 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
JamesMYok...14:46
somsipbreadmonster: no use asking me, I don't use unity. See previous message14:46
JamesMYI got the message when i do the virsh create xyz.xml14:47
Herr_Awaysomsip: yeah, temporary stuff14:47
Fly80supauli, 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  -lc14:47
JamesMYlet me type this14:47
Fly80i'll try to add verbosity14:47
JamesMYfailed to start doman xyz14:47
JamesMYerror: internal error internal error error calling aa_change_profile()14:48
JamesMYfirst time seeing this...14:48
JamesMYafter installing around 20+ servers...14:48
somsipHerr_Away: unsupported but simple http://is.gd/Rm6Ao914:48
JamesMYmy company deals with preloading VMs to customer servers...14:48
JamesMYI googled it and it seems like jdstrand has some solutions.14:49
Herr_Awaysomsip: thanks :)14:49
JamesMYany solutions for this problem?14:50
FSK405Cso 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:51
somsip!paste | JamesMY (no PMs, thank you)14:56
ubottuJamesMY (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.14:56
=== wickedpuppy2 is now known as wickedpuppy
JamesMYGot it. THis is my domain xml http://pastebin.com/FFKG8L8q14:59
JamesMYwhen i use virsh create xyz.xml14:59
JamesMYthen it starts to give this error message14:59
=== mahmoud is now known as Guest55612
JamesMYinternal error internal error error calling aa_change_profile()15:00
Fly80supauli, i don't know what is missing. I installed all packages for mingw-w6415:00
JamesMYI had installed the same copy of Ubuntu OS into 20 servers and this is the first time i got this message15:00
JamesMYUbuntu OS with VMs preloaded.15:01
JamesMYnote Ubuntu release 12.0415:01
JamesMYanother location http://paste.ubuntu.com/9688005/15:02
cendorahi, are ubuntu-mate.org ubuntus ? or they work alone ?15:07
jpds!mate15:08
cendora!mate15:08
cendora!!15:08
cendoraI mean is it supported by ubuntus ? or are they working independently ?15:08
DJonescendora: From memory, its independant, but may become an official release in future15:09
cendorais ubuntu-mate.org like kubuntu and xubuntu ?15:10
k1l_cendora: yes. they are working on becoming an official fllavour15:11
cendoraaha, but for now they are not ?15:12
cendoraThe bad is gnome3 at least for me :(15:13
DJonescendora: 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 status15:13
cendoraOk, now I got the exact answer15:14
Troy^Does anyone know where .vimrc is ubuntu 14.10?15:18
peter100anyone uses ubuntu 12.04?15:19
k1lpeter100: some do15:19
somsipTroy^: ~/ but there isn't one by default - you need to create it15:19
cfhowlettpeter100, ask the question that matters15:20
Troy^somsip: so ~/.vimrc should be the default?15:20
k1lTroy^: i bet its in your home folder. but it only gets created if needed15:20
somsipTroy^: yes15:20
peter100sorry15:20
peter100just wanted to know15:20
adunosineany ubuntu tutorial resources ?15:23
somsip!manual | adunosine15:24
ubottuadunosine: 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
cfhowlettadunosine, www.fullcirclemagazine.org15:24
adunosineubottu: thank you !!15:25
ubottuadunosine: I am only a bot, please don't think I'm intelligent :)15:25
adunosinecfhowlett: thank you15:25
chris_wotheya guys... does anyone know about some sort of preference set_alternate_screen_scroll to turn off history scrolling in terminal15:26
cfhowlettadunosine, happy2help!15:26
chris_wotwhen I use my mouse to scroll up and down my terminal output it also scrolls up and down the bash history15:26
vagvafhello there, is it possible to browse the files of a windows mobile device with ubuntu 14.04 ?15:27
EriC^^chris_wot: which terminal are you using?15:27
vagvaf**using a usb connection..15:27
chris_wotEriC^^ gnome terminal15:27
cecjavagvaf: windows mobile is doable, Windows Phone is not.15:28
Chacusiehello15:28
=== pvoigt_ is now known as pvoigt
chris_wotalrighty... that was odd15:30
chris_wotissue has gone away on it's own15:30
o_be_onehi all15:31
chris_wotEriC^^ thanks anyway :-)15:31
o_be_onei 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:31
EriC^^chris_wot: :)15:32
vagvafcecja, what do u mean ?15:33
k1lvagvaf: that depends on the exact OS that runs on the mobile.15:34
vagvafk1l, windows mobile 6.115:35
TingelTangelTom1Hi all15:38
TingelTangelTom1i have a massive problem with high cpu load by using teamspeak, who can help me?15:38
phre4kTingelTangelTom1: use mumble, Teamspeak tends to eat your CPU because it's programmed like shit15:38
phre4kTingelTangelTom1: 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:39
TingelTangelTom1phre4k Hi dude, yeah but no one use it in germany, or for my friends...15:40
TingelTangelTom195% to 99% Cpu Load15:40
TingelTangelTom1i forgett to say, under Xubuntu with an old satelitte notebook15:41
phre4kTingelTangelTom1: das hört sich wirklich ziemlich viel an. Wenn du "gezwungen" bist, Teamspeak zu nutzen, ist das natürlich schlecht.15:41
phre4kTingelTangelTom1: try out Mumble anyway and look if the load is the same.15:41
phre4kTingelTangelTom1: and/or Skype15:42
phre4kTingelTangelTom1: http://www.yours-truly.de/teamspeak315:42
kostkonTingelTangelTom1, afaik there is an option in teamspeak to disable the animated avatars. Try that first. It might lower the cpu usage15:43
TingelTangelTom1ok, i try it15:44
JrdHi15:47
Jrdguys15:47
Jrdcan someone help me with a ubuntu prob?15:48
Jrd:/ ?15:48
k1l!ask | Jrd15:48
ubottuJrd: 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 !patience15:48
daftykinsnot until you ask15:48
JrdLol ,15:49
=== vvassilev_ is now known as vvassilev
Jrdim trying to install rtorrent15:49
Jrdbut a error appears,15:49
Jrdthis15:49
Picithis?15:50
daftykinsJrd: don't paste!15:50
daftykins!paste15:50
ubottuFor 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:50
Jrd: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).15:51
Jrd: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).15:51
PiciJrd: How are you trying to install rtorrent?15:52
JrdApt-get install rtorrenr15:52
Jrdt*15:52
PiciJrd: What happens when you run sudo apt-get -f install ?15:52
JrdWait,let me see15:52
k1lJrd: please pastebin the whole output into a pasteservice and show the link here15:53
Jrdrrors were encountered while processing:15:54
kryptonhelp15:54
Jrd /var/cache/apt/archives/libc6_2.19-0ubuntu6.4_amd64.deb15:54
JrdE: Sub-process /usr/bin/dpkg returned an error code (1)15:54
JrdOk wait15:54
Picikrypton: If you have a question, you need to ask it. We aren't (all) psychic here. :)15:55
Jrdpastie.org/981836115:55
kryptonIs there a way to stop wifi led from /sys/ ?15:56
k1lJrd: that is all? can you show the whole uotput from the apt-get install?15:56
k1lJrd: the message there is just the last stopping message. the error is mentioned before that.15:57
jbwivguys, 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/981836715:58
JrdI got disconnected16:02
Jrddid u got my last paste sir?16:02
k1lJrd: no16:02
Jrdpastie.org/981836816:02
k1lJrd: is another process running that is updateing or installing something?16:03
JrdIdk,how to check?16:03
Jrdthis is a web server.16:03
daftykinsJrd: what version is this? "cat /etc/issue"16:04
kryptonHow to stop LEDs from /sys/ folder?16:04
k1lJrd: webserver? what version is that exact?16:05
jbwivguys, 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/981836716:05
JrdI had ubutnu 12.04 but did an upgrDh to 14.04.116:05
k1lJrd: is this update done? and how did you update?16:06
Jrdi saw the command on terminal16:06
kryptonPici: how to control LEDs?16:07
Jrdit said on update available....16:07
JrdId rmb the command16:07
Troy^Jrd paste "cat /etc/issue"16:07
Picikrypton: 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:07
kryptonPici: Okay. Thanks.16:08
JrdYes 2 secs pls.terminal not workking. :/16:08
PaowZ_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 ?16:09
=== davethenoob is now known as Noobish1
blackgatonegroI need to clean synaptic cache so it stops crashing but forgot how16:09
Piciblackgatonegro: sudo apt-get clean16:10
kryptonPici: 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
Picikrypton: I'm sorry, I'm not much of a GUI person. Perhaps someone else in here knows.16:10
blackgatonegro"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
cecjakrypton: transparent while you are switching? that is actually a feature16:11
=== justinS_ is now known as jhsimpson
kryptoncecja: Not while switching but after I switch.16:12
JrdGuys,u got the output16:12
Jrdoot@main ~ # cat /etc/issue16:12
JrdUbuntu 14.04.1 LTS \n \l16:12
k1lJrd: "sudo fuser -v /var/cache/debconf/config.dat"  will tell you what process is still using that fil16:12
blackgatonegroIt didn't work -_-16:12
k1l*file16:12
cecjakrypton: did you add the gnome repository or are you using the ubuntu-desktop version of gnome-system-monitor?16:12
kryptoncecja: I didn't add anything. Upgraded from 13.10.16:13
daftykinskrypton: test if it works in another user16:13
Jrdk1l16:13
JrdJrd: "sudo fuser -v /var/cache/debconf/config.dat"  will tell you what proc16:13
daftykinsJrd: there's no reason to paste instructions already given to you16:14
JrdSry ,tryjing to copy the command,im in ipad16:14
kryptondaftykins: The problem shows up in another user also.16:15
blackgatonegroI 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
JrdUSER        PID ACCESS COMMAND16:15
Jrd                     root       6485 F.... frontend16:15
JrdThis is the process,16:16
daftykinskrypton: was that newly created, or one that persisted through the upgrade, though?16:16
blackgatonegro"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
blackgatonegroAny way to nuke android studio?16:16
cecjakrypton: krypton remove the package flush your apt-cache and reinstall sudo apt-get install gnome-system-monitor ubuntu-desktop16:16
=== LinoSP_ is now known as LinoSP
k1lJrd: do you have a desktop running on that machine?16:17
kryptonPersisted through upgrade. Same problem with GNOME tweak tool also.16:17
Jrdnope,but i tried to install vnc,16:17
k1lJrd: ah so there is a desktop running16:18
JrdBut i didnt completed the vnc installation,16:18
Jrdi got stuck at the first command,same error16:18
k1lJrd: "sudo kill PID"  for PID you need to put in the number mentioned from last output16:19
Jrdin every app i try to install16:19
kryptoncecja: It's showing Already latest version for both gnome-system-monitor and ubuntu-desktop16:19
isaac_hello16:20
cecjakrypton: intel graphic adapter?16:20
kryptoncecja: Yeah.16:21
daftykinskrypton: yeah that user defeats the purpose of my suggestion then, i would have tested a clean one16:21
cecjakrypton: try gsettings set org.gnome.desktop.interface ubuntu-overlay-scrollbars false16:22
JrdHow to check if is installed?16:23
LinoSPHii .... I want to know if the intructions here   https://help.ubuntu.com/community/PAE   applies to lubuntu-14.04.1 too16:24
daftykinsJrd: if what?16:24
k1l<k1l> Jrd: "sudo kill PID"  for PID you need to put in the number mentioned from last output16:24
Jrdmate a blue screen appeared,16:25
tomodachiLinoSP: is it a 32bit kernel?!16:25
=== matthew is now known as Guest29203
tomodachiLinoSP: if so (and the kernel is built with the PAE extensions, then yes)16:25
Jrdi want to see if rtorrent is installed16:25
Jrdipad is stucking. :@16:25
LinoSPtomodachi: yes it is a 32 bit kernel16:26
k1lJrd: ... you are reconnecting every time and mixing all sorts of issues. that is really hard to help you16:26
LinoSPtomodachi: I'm going to try to revive a Toshiba Satellite 1555CDS16:26
* k1l is away now for some time so see if others can help you there16:27
JrdI know ,anyway gusy tahnks so much,16:27
Jrdbye :)16:27
daftykinsJrd: come online from a proper computer.16:27
tomodachiLinoSP: it seems to be the default for 32bit ubuntu to have PAE enabled, so you should be safe16:28
tomodachiLinoSP: either way you can just boot of the live cd and try16:28
LinoSPtomodachi: 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 advice16:31
kryptoncecja: gsettings didn't work.16:31
LinoSPI will install it  =D ;)16:31
cecjakrypton: overlay scrollbars are disabled?16:31
cecjakrypton: and the bug is persitent?16:31
daftykinsLinoSP: wow, that wouldn't even be any use for a server.16:32
kryptoncecja: yeah.16:32
cecjakrypton: pls change the gtk theme and look if the bug is persistent16:34
=== luckybunny is now known as lbaway
tomodachiLinoSP: you can add the word single , to the boot line as well, then you can verify that it works without booting the live cd gui16:34
cecjakrypton: http://i.stack.imgur.com/UKReE.png does it look like that?16:35
LinoSPtomodachi: Thank you =)16:36
kryptoncecja: Changing the theme didn't work. And yeah exactly same bug as in the image!16:36
Pinkamena_Dall 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
tomodachiPinkamena_D: are you talking of private or public key?!16:36
cecjakrypton: then try removing the package and reinstall it that fixed it for them.. be sure the package is coming from the ubuntu ppa16:37
=== lbaway is now known as luckybunny
blackgatonegronow that aptitude is no longer used in ubuntu whats the new purge command?16:37
b0nnhm, 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 116:38
cecjablackgatonegro: apt-get purge?16:38
b0nnAny ideas for changing the setting?16:38
blackgatonegrocecja, doesn't work16:38
PiciPinkamena_D: Do you mean the known_hosts file instead?16:39
k1lblackgatonegro: please pastebin the output16:39
Pinkamena_Dmaybe help me understand16:39
cecjablackgatonegro: did you install the package from a deb or from a ppa?16:39
Pinkamena_Dif 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:39
blackgatonegroUsing "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:40
Pinkamena_D(private keys in id_rsa)16:41
PiciPinkamena_D: id_rsa only contains one key.16:41
blackgatonegroa deb, never had an error so stubborn.16:41
subz3r0there is only "one" key in id_rsa16:41
subz3r0or what ever you like to call it16:41
cecjablackgatonegro: sudo dpkg -r --force-depends android-studio*.deb16:41
blackgatonegro"Package is in a very bad inconsistent state - you should reinstall it before attempting a removal."16:42
PiciPinkamena_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:43
cecjablackgatonegro: sudo dpkg --remove --force-remove-reinstreq --force-depends16:44
kryptoncecja: It WORKED!16:44
cecjakrypton: cool! weird bug ;)16:44
blackgatonegroWhat?16:45
=== saschpe is now known as zz_saschpe
cecjablackgatonegro: sudo dpkg --remove --force-remove-reinstreq --force-depends with this command its forced to remove the package did it work?16:45
blackgatonegrocecja, let me see.16:46
blackgatonegrocecja, yes it worked, thank you.16:47
cecjablackgatonegro: you are welcome16:47
blackgatonegrocecja, I think I miss the days linux just let you easily destroy everything.16:47
cecjablackgatonegro: haha you still can destroy everything but you need to tab more for it :P16:48
blackgatonegrocecja, I mean if I wanted an OS That keeps saying "Dave you can't do that" I would use Windows. Bye.16:48
uleHi guys16:48
ule3 updates are security updates.16:48
ulehow can I see what are these updates?16:48
daftykinsrun to install them then select no16:48
UnGeekhello16:49
UnGeekthis does not work : TIME=`date --date=%F-%H%M%S`16:49
UnGeekand this does not work too : TIME_SIX_AGO=`date --date="6 days ago" +%F-%H%M%S16:49
kryptoncecja: Thanks. Bye!16:49
UnGeekcan you help me please16:50
Piciule: 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.16:50
=== davethenoob is now known as noobish1
gr33n7007hUnGeek, missing ` at the end16:51
gr33n7007hTIME_SIX_AGO=`date --date="6 days ago" +%F-%H%M%S`16:51
harminurielHello!16:51
somsipUnGeek: date +"%F-%H%M%S" for the first one16:51
harminurielIs anyone experiencing very slow boot time with ubuntu 14.04?16:52
ulePici: thanks.. I'll google about that16:52
cecjaharminuriel: whats your config? i got problems with boot times on emmcs16:52
harminurielconfig?16:53
kryptonharmiuriel: yeah boot time is very slow linux 3.1516:53
kryptoncecja: same problem as harminuriel16:53
subz3r0!bootchart > harminuriel16:53
ubottuharminuriel, please see my private message16:53
UnGeekmissing what gr33n7007h ?16:53
subz3r0!bootchart | harminuriel16:54
ubottuharminuriel: bootchart charts your machine at boot time, to install >> sudo apt-get install bootchart << the graphic is in /var/log/bootchart after the next reboot16:54
harminurieli have 3.13.0-43-generic as kernel16:54
subz3r0remember you have to turn it OFF after tusage. otherwise it will create a chart again and again when bootingh16:54
gr33n7007hUnGeek, `16:54
i3lackyHey 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
UnGeekbad copy no error16:55
harminurielhow do i disable it? However I partly resolved by adding -GRUB_CMDLINE_LINUX_DEFAULT="tpm_tis.force=1"- to /etc/defaults/grub16:56
PiciUnGeek: What do you mean by that?16:56
cecjai3lacky: just purge the package apt-get purge phpmyadmin after that he should ask you again for the config16:56
i3lackyHey 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
UnGeekbad paste, it's my fault16:56
FSK405Cspam eh?16:56
UnGeekanyway, it does not work16:57
gr33n7007hUnGeek, whats not working?16:57
UnGeekit does not save correctly, no date in the name16:58
PiciUnGeek: how are you testing?16:58
jgcampbeldoes anyone here know of any solution that would allow me to sell registration/licenses from my website that is opensource free16:58
UnGeeklaunching .sh16:58
ulePici: do you know whats the command syntax?16:59
PiciUnGeek: What .sh?16:59
UnGeekfile with bash16:59
ulePici: apt-listchanges ?16:59
Piciule: sudo apt-get install apt-listchanges, then follow the prompts16:59
ulePici: yeah.. its installed16:59
Piciule: did it provide any prompts when you installed it?16:59
FSK405Cmy 14.04 is pretty prompt on boot, moreso in efi than bios but what do you want for a working video card?16:59
FSK405C=p16:59
uleUsage: apt-listchanges [options] {--apt | filename.deb ...}16:59
ulejust this17:00
=== tcpman is now known as Guest76155
gr33n7007hUnGeek, I'm not to sure of what your fully trying to do I jumped in to early :(17:00
daftykinsUnGeek: #bash17:01
Piciule: do sudo dpkg-reconfigure apt-listchanges first17:01
gr33n7007hTIME_SIX_AGO=`date --date="6 days ago" +%F-%H%M%S`; printf "$TIME_SIX_AGO\n" #=> 2015-01-01-16595017:01
gr33n7007h^^ UnGeek17:01
TheDude93trying 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:01
Piciule: then depending on what options you choose, apt-get upgrade should provide you with the changelogs before installing.17:02
=== Schnabel- is now known as Schnabeltierchen
cecjaTheDude93: you have to provide the keys in /root/.ssh17:03
ulePici: thanks17:03
TheDude93cecja: I have the key in .ssh in my home dir. Let me try copying to root/.ssh17:04
cecjaTheDude93: on your remote machine is the ssh key ~/.ssh/authorized_keys17:05
VoyageI cannot find a good tutorial to setup an openvpn server for tunnel on ubuntu17:07
cecjaVoyage: i got a good one in german.. you could work with it with google translate17:07
TheDude93cecja: 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 refused17:08
cecjaVoyage: https://thomas-leister.de/allgemein/openvpn-server-als-internet-gateway-unter-ubuntu-server/17:08
imbezolTheDude93: is the message actually connection refused?17:09
cecjaTheDude93: is it a connection refused or Permission Denied?17:09
UnGeekthat does not work : http://paste.ubuntu.com/9688613/17:09
TheDude93cecja/imbezol: I get a popup. 'Oops something went wrong. don't have permission to access the requested location'17:10
imbezolUnGeek: your date command should be "6 days ago", no?17:11
Komak57I 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
TheDude93cecja/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
UnGeekhttp://paste.ubuntu.com/9688620/ it does not work17:11
cecjaTheDude93: 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/mount17:12
PiciUnGeek: 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 conversation17:12
imbezolTheDude93: you'd like not have the same private key or your laptop as your windows machine17:12
worm`on a dual boot machine can I hibernate ubuntu and start windows safely?17:12
imbezolTheDude93: you'd need the key from both the windows and the laptop in the authorized_keys file17:12
gr33n7007hUnGeek, #bash, They'll have you up and running in no time :)17:12
=== tom_ is now known as Guest88074
cha0s_is it possible to browse a dejavu backup in 14.04 ?17:13
UnGeekok i go #bash if there is people17:13
imbezol`$TIME_SIX_AGO` should be ${TIME_SIX_AGO}17:14
UnGeekimbezol, why17:15
TheDude93cecja: getting a connection reset by peer17:15
daftykinsUnGeek: ask in there too anyway.17:15
nbusroneAnyone can suggest which application to join multiple mp3 in GUI ? I tried mp3warp but it doesn't display the track time correctly17:16
TheDude93imbezol: I am connecting to an AWS linux server. I got the login key from Amazon. I have not generated my own key, if that helps17:16
imbezolTheDude93: ah, so you've copied the key to both your laptop and your winscp machine?17:17
SchrodingersScatnbusrone: audacity?17:17
imbezolTheDude93: 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 auth17:17
jootorhi17:18
jootori am new to ubuntu n i want a site or document i can learn to master linux17:19
UnGeekthey don't want help me17:19
PiciUnGeek: Thats completely not what whas said in ther.17:20
TheDude93imbezol: 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
nbusroneSchrodingersScat : thanks , was considering it :)17:20
UnGeeka link to documentation is not a help17:20
gr33n7007hUnGeek, They basically told you everything that was wrong with your script and how to rectify17:20
UnGeekthey dont said me how to rectify, they said me go to documentation and good luck if i have to translate17:21
delinquentmewhen I run a ./configure && make && make install ... that will create the binaries / executeables for me to copy / paste into other machines right?17:22
UnGeekvery good help for a beginner that he have passed a full day on his script17:22
gr33n7007hUnGeek, you don't want help17:22
jootori am new to ubuntu n i want a site or document i can learn to master linux17:23
Komak57linux 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
imbezolhe's gone17:25
imbezolprobably finished mastering it already17:25
Komak57mmm my browser doesn't like staying locked to the most recent chatter :<17:25
Komak57and i can't keep my personal client open for too long, or the whole tab vanishes17:26
=== xenog_ is now known as xenog
imbezolmaybe try an actual irc client17:26
Komak57can't find one I like17:27
Komak57in other news, finding information about teamspeak is proving to be rather bothersome17:27
daftykinsKomak57: this isn't a chat channel, phrase a support question17:28
Komak57trying 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 fruitless17:28
imbezolsounds like a good reason to assemble a readable and easy to follow procedure you can post on the forum when you've got it figured17:28
Komak57my 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 open17:29
daftykinsKomak57: forwarded the relevant ports?17:29
tomodachiKomak57: just disable iptables entierly17:29
daftykinsi setup teamspeak for someone once, it wasn't that hard.17:29
tomodachiuntill you fixed the problem, then you can enable it17:29
Komak57I'm starting to suspect it's a problem with the setup, which means teamspeak issue, not ubuntu, but i cant find the info17:30
tomodachito rule out possible problems17:30
sagredohello17:30
sagredowhat are the drivers for ati graphics cards17:30
imbezolKomak57: 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:30
Komak57this machine. It's a windows machine, and connect fine with the LAN settings17:31
daftykinsi hope you're not trying to test connect to your external IP from an internal system17:31
sagredo!graphics17:32
daftykinssagredo: depends on the model of card. fglrx is the proprietary driver17:32
imbezolKomak57: so really the challenge is to get the ports forwarded and you already know teamspeak is working correctly?17:32
imbezolKomak57: and you also know that iptables is not an issue17:33
Komak57I don't see why not17:33
Komak57local computers are immediately recognised as admin17:33
isaac_have people know about gambas3?17:34
imbezolKomak57: are you testing connecting from the outside and not being able to?17:34
daftykinsif you're attempting to say it doesn't work because you're connecting to the outside IP from inside, that's probably your problem17:34
sagredodaftykins: thx17:34
Komak57imbezol: correct. Connecting fails about 5 seconds after trying every time17:34
OerHeks!info gambas317:34
isaac_did you know the gambas3 ?17:34
ubottugambas3 (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 kB17:34
daftykinsnever met the guy.17:35
isaac_i very like the program17:35
isaac_i can use gambas3 to make any program17:36
TheDude93interesting... I cannot connect using the GUI but using the command 'sshfs -o Identityfile=<path to key> <user>@host:/path ./mount It works17:36
isaac_so i think ,maybe i can edition manual for chinese people17:38
daftykinsisaac_: it's hard to really understand what you're saying, maybe you should find the ubuntu channel for your language.17:38
isaac_can you help me17:38
daftykinsisaac_: not without a question17:39
isaac_yes my english very bad17:40
daftykins#ubuntu-cn then17:40
isaac_sure i try to change language17:40
alexsander!list17:41
ubottualexsander: 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:41
isaac_Can I use Gambas3 to write applications for any program, this tool is very good, like VisualBasic.17:43
mexjerryhave 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:44
mexjerryon the laptop: voice:x:1000:jerry17:45
daftykinsmexjerry: use exFAT, putting ext# on a flash drive is just asking for trouble17:46
mexjerrydaftykins: u lost me on that one :(17:47
Blendifyhey17:48
john_GRULLOCIAO A TUTTI :)17:48
mexjerrydaftykins: it is wd usbdrive, 1TB17:48
daftykinsmexjerry: don't use a file system with permissions if you don't want to be hassled with permissions.17:48
daftykinsoic17:48
isaac_how to contact about gambas3 author ?17:48
john_GRULLOHELLO17:49
isaac_how to contact about gambas3 author ?17:49
mexjerrydaftykins: any links to remove those perms?17:49
daftykinsmexjerry: why don't you rip locally then transfer over the network?17:49
daftykinsor rip to a new folder then return the drive before moving the files17:49
mexjerrydaftykins: yea, thought about that, but thought this would be faster17:50
=== Enissay_ is now known as Enissay
daftykinsmexjerry: and here you are with permissions woes :)17:50
isaac_hello daftykins can you speak chinese17:50
m0h4wkI'm having some issues with torrenting in Ubuntu17:50
mexjerrydaftykins: yes, :(17:50
daftykinsisaac_: no and i don't know anything about your question so please don't hassle me17:50
m0h4wkFor some reason my download speed stays at 20kb/s and then stops after a minute17:51
m0h4wkMy main client that I use is Ktorrent17:51
isaac_OK sorry17:51
m0h4wkCan anyone help?17:52
isaac_no chinese people in here ?17:52
daftykinsi did say go to #ubuntu-cn17:53
JreHi guys,im trying to run vnc it gives bind: Address already in use17:53
Jrechannel_setup_fwd_listener: cannot listen to port: 590117:53
JreCould not request local forwarding.17:53
isaac_but how about go to #ubuntu-cn17:53
john_GRULLOI 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
kekko_123 /load .xchat2/budus.so17:54
kasteyou also have a problem with your capslock key17:54
Jre@kaste,lol17:54
daftykinsjohn_GRULLO: do not use caps.17:54
Jredafty,possible to help mate?17:55
daftykinsJre: do you see me replying?17:55
Jrenope17:55
daftykinsexactly.17:55
kasteJre: try lsof -i17:55
kastesee if some program already binds that port17:55
Jre2secs17:56
kasteif not, probably a permission issue of some kind17:56
isaac_<daftykins>i don't know how to doing17:56
daftykinsisaac_: "/join #ubuntu-cn"17:57
JreNope mare,its not listed17:57
Jremate*17:57
kastedo you run it as root?17:57
isaac_"/join #ubuntu-cn"17:57
daftykinsisaac_: without the "17:57
isaac_OK !17:57
isaac_ thank u17:58
isaac_i moved to ubuntu-cn17:58
isaac_done17:58
Jreyed17:58
Jreyes,im in root17:58
abhaypt1Hi guys, if you could be help me with XView error18:00
kasteI found some mentions on the internet that prompts me to ask if you are trying to run this through ssh18:00
isaac_god! ubuntu-cn no people talk....18:00
abhaypt1 "XView warning: Cannot load font 'lucida-12' (Font package)18:01
abhaypt1XView warning: Cannot load font '-b&h-lucida-medium-r-normal-sans-*-120-*-*-*-*-*-*' (Font package)18:01
abhaypt1XView error: Cannot open connection to window server: localhost:11.0 (Server package)"18:01
john_GRULLOALL STAFF IT'S OK. THERE IS NOT ONLY THE FIRST WINDOW OF PASSSHARE BUT I WANT TO SEE18:01
abhaypt1i've been trying to rectify the error, any idea what is possibly wrong here?18:01
Jre:/18:01
daftykinsjohn_GRULLO: do not talk in capitals. you are getting ignored.18:03
HashtagHashtagHello.  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 infor18:03
daftykinsabhaypt1: er, looks like you need to install a font?18:03
thumpbaim 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.m18:03
abhaypt1how do i get those particular fonts?18:04
kasteabhaypt1: this isn't your problem, this doens't cause it to fail18:04
kasteare you running the command from within X and if yes with the same user?18:04
abhaypt1yes ssh -X <server>18:05
abhaypt1user name is same in both pc and server18:05
JreNo help for me :/18:05
HashtagHashtagJre:  I believe there is a wait time.  Patience :)18:06
kasteabhaypt1: is there some warning about X forwarding?18:06
imbezolabhaypt1: use ssh -v to get more info18:06
kasteI believe it isn't working for you18:06
HashtagHashtagJre:  I have yet to leave without help18:06
abhaypt1XView error: Cannot open connection to window server: localhost:11.0 (Server package)18:06
abhaypt1[1]+  Exit 118:06
kasteJre: are you forwarding your port through ssh?18:06
imbezolabhaypt1: you may need to enable X11 forwarding in the server config18:06
Jrewaiting time seems to be counted backwords xP18:06
Jrei am following a tutorial on how to. VNC18:06
abhaypt1X11 forwarding in my machine?18:06
kastethen make sure your forwarding is working foirst18:07
kasteyou probably have the ports backwards in some way18:07
Jrefrom the digitalocean,18:07
Pici!who18:07
ubottuAs 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
kastelink?18:07
m0h4wkCan anyone help me set up my torrent client?18:07
JreWhere shall i see.18:07
m0h4wkKtorrent is not showing any download speed whatsoever18:07
abhaypt1when i "ssh -V" it says OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 201418:07
imbezolabhaypt1: -v, not -V18:08
Jrehttps://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-14-0418:08
abhaypt1yup i it in caps on my terminal18:08
bubbasauresm0h4wk, Is it downloading?18:08
abhaypt1i typed in upper case on my terminal18:08
kasteJre: did that ssh command work for you and did you test it?18:09
imbezolabhaypt1: type it in lower18:09
m0h4wkbubbasaures: nope18:09
m0h4wkbubbasaures: not at all18:09
PiciJre: What does  sudo netstat -tanp | grep 5901   say? There should be an application name or number in the far right column.18:09
m0h4wkbubbasaures: I thought that maybe I should open up my ports in Terminal18:09
m0h4wkbubbasaures: So I went to the Ktorrent settings, looked up the ports, and added a rule for my firewall in Terminal.18:10
m0h4wkbubbasaures: Still nothing18:10
bubbasauresm0h4wk, 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:10
Jreroot@main ~ # sudo netstat -tanp | grep 590118:11
Jretcp        0      0 127.0.0.1:5901          0.0.0.0:*               LISTEN      20292/Xtightvnc18:11
Jretcp6       0      0 ::1:5901                :::*                    LISTEN      20431/ssh18:11
HashtagHashtag!tab18:11
ubottuYou can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.18:11
m0h4wkbubbasaures: Well what do you suggest I use as a Torrent client?18:11
bubbasauresm0h4wk, Firewall, this a server?18:11
m0h4wkbubbasaures: Firewall as in Ubuntu's firewall18:11
JrePici.got the oütput?18:11
kasteJre: which box is that18:11
abhaypt1how do i do that?18:11
kastethe target or the source?18:11
Jreubuntu 14.04.118:12
bubbasauresm0h4wk, Heh, never used it ever, but thats me, not sure of what the fix is both apps I never use is all.18:12
imbezolabhaypt1: ssh -v -X18:12
m0h4wkbubbasaures: I'll google deeper then18:12
PiciJre: next time don't paste into the channel, use a pastebin.18:12
kasteI believe you are mixing up your computers18:12
Jrealright mate18:12
Jrewhys that?18:13
kastebecause you have ssh listening on the same port as tightvnc18:13
bubbasauresm0h4wk, IP tables are what you should be using if you really want protection.18:13
kastethat doens't make sense18:13
kasteyou want it to listen on your local box and forward it to the port on the remote host where vnc is listening18:13
abhaypt1did that, "ssh -v -X <server>"18:14
kasteyou either have the vnc on the wrong box or your forwarding the wrong way round18:14
JreHow to do that,i just folowed the tutorial18:14
bubbasaures!who18:14
ubottuAs 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
kastethen try understanding it first instead of blindly following it18:14
bubbasauresUSE NICKS PREFACING PLEASE18:14
imbezolabhaypt1: and did it tell you anything about its attempt to use X forwarding?18:14
Jre:/ im staying all day,no more nerves18:14
Jre:/18:15
abhaypt1imbezol: i did that, "ssh -v -X <server>" . 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 was18:16
abhaypt1XView warning: Cannot load font 'lucida-12' (Font package)18:16
abhaypt1debug1: channel 1: FORCE input drain18:16
abhaypt1XView warning: Cannot load font '-b&h-lucida-medium-r-normal-sans-*-120-*-*-*-*-*-*' (Font package)18:16
abhaypt1XView error: Cannot open connection to window server: localhost:11.0 (Server package)18:16
abhaypt1debug1: channel 1: free: x11, nchannels 218:16
unopasteabhaypt1 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 unmuted18:16
Jre:/18:16
JreAny help? :/18:18
kastehow about answering first which box that netstat came from18:18
Jrefrom ubuntu 14041 lts18:19
ubottuUbuntu bug 14041 in Ubuntu "Hoary Preview some bugs." [Medium,Invalid] https://launchpad.net/bugs/1404118:19
kasteJre: that is an operating system not a computer18:19
abhaypt1imbezol: this is the error i got http://paste.ubuntu.com/9688914/18:19
Jrecoh,its a vps.18:19
kasteso it's the target?18:19
Jrevirtual server from hetzner18:19
Jresorry?18:20
kasteJre's pc - ssh+vnc -> target pc18:20
Jreyes,18:20
imbezolabhaypt1: what's the output of this command: grep X /etc/ssh/sshd_config18:20
Jrebasically18:20
Jreim using ipad xP18:21
Jrefor ssh ,vnc,18:21
kastethen you executed the ssh command on the wrong computer, you should issue that on your local pc18:21
jrthumpquestion: what does actually occur when you execute sudo update-grub?18:21
Kirejihow 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
JreKaste,i have a app to connect18:21
kasteso?18:22
Jrevnc viewer,it says port not possible to conmect18:22
kasteyes, because you need to run this ssh command from that local pc18:22
kasteit forwards that ports traffic to the server port18:22
Jrehow to make the exisiting changes?18:23
abhaypt1imbezol: it says no such file or directory18:23
Jreti run in Jre pc or ssh (vps )18:23
imbezolabhaypt1: check your typing again.. there should be an /etc/ssh/sshd_config file18:24
imbezolabhaypt1: grep X /etc/ssh/sshd_config18:24
Jre:/ b18:24
kasteI don't understand the question18:25
JreWhere shall i run t he command18:25
Jrein my pc or ssh18:25
kasteon your local pc18:25
lisacvukHey can anyone plase help me recover ext4 partition?18:25
JreCant i connect it via windows ?18:25
kasteif you use putty with port forwarding maybe18:25
abhaypt1imbezol: i typed exactly this "grep X /etc/ssh/sshd_config"18:26
kastebut that's a whole new can of worms18:26
JreSo i ned linux for linux?18:26
kastedo you even need port forwarding?18:26
Jredude ima newbie :/18:26
kasteno you can use putty on wndows and ssh on linux and mac18:26
Jrebut how to connect on puttty?18:27
abhaypt1imbezol: when i type it on server it says permission denied and on my machine its says no such file or directory18:27
daftykinsJre: if you're setting up VNC on a VPS because you installed X, you're kinda doing servers wrong in principle.18:27
Jredoes it support cnc viewer or i need to run thr commans then use aa cnc client?18:27
imbezolabhaypt1: umm... so you're sshing from one system to another?18:27
kasteJre: http://activedeveloper.info/port-forwarding-with-putty.html18:27
imbezolabhaypt1: you want to check the sshd_config of the server18:27
kasteJre: what is cnc?18:28
Jrevnc*18:28
Jreauto correct of ipad18:28
daftykinskaste: come on, it's atrocious typing but it's easy to work out :P18:28
kastelook first check if you actually need to bypass the firewall18:28
abhaypt1imbezol: precisely, I am sshing from my pc to the server in my univ to run a simulation software18:28
alias_neoCould 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
kastedaftykins: sorry, I just worked out some insane regexes, my mind is too fried for that18:28
daftykinskaste: 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
daftykinsVNC password that is18:29
kasteoh come on there gotta be some tls solution for that18:29
daftykinsbut VNC on a VPS is so laughable i'm not touching that one with a bargepole :)18:29
AG_ClintonIt's fun though.18:29
daftykinsyeah but i don't know what guide was followed18:29
abhaypt1imbezol: From Windows machine I used Mobaxterm and another distro Crunchbang it worked smoothly. but from the day i shifted to ubuntu i couldnt run it18:30
daftykinsno it's silly.18:30
imbezolabhaypt1: and what are you running on your pc? ubuntu?18:30
kasteI get the cringes from running X on a server in the first place but this is ubuntu so hey18:30
abhaypt1@imbezol: ubuntu 1418:30
imbezolabhaypt1: ok. interesting. try with ssh -Y instead of -X, just to see18:30
abhaypt1imbezol: same error :(18:31
imbezolabhaypt1: grep X /etc/ssh/ssh_config18:31
imbezolabhaypt1: that's the client config18:31
CodmadnessproWhy doesn't this bash work? DO_LOOP="yes"18:32
Codmadnessprophp CrazyMonkey.php18:32
CodmadnessproIt doesn't loop if shutdown18:32
kasteyou realize all you are doing is set a shell variable there with no semantics right?18:32
abhaypt1imbezol: it reads ForwardX11: no18:32
abhaypt1ForwardX11Trusted: yes18:32
imbezolabhaypt1: sudo sed -i -e 's/ForwardX11 no/ForwardX11 yes/' /etc/ssh/ssh_config18:33
imbezolabhaypt1: and try again18:33
CodmadnessproWOuld you know how to loop it then kaste?18:34
kastewhat do you want to achieve18:34
abhaypt1imbezol: did that and confirmed it by checking with the previous command, both are yes now18:34
CodmadnessproSO say I did !shutdown it would shutdown and then restart itself18:35
abhaypt1imbezol: Thank you very much.18:35
CodmadnessproOr if it crashed because of netsplit then it'd restart18:35
imbezolabhaypt1: it worked?18:35
kasteCodmadnesspro: you probably want to write a service file then, but I don't know how to do that for upstart18:35
abhaypt1:-| its 12:00 midnight here, my univ rules are, that particular simulation server is allowed between 6 am to 12:00 midnight :?18:36
abhaypt1imbezol: i am presuming I'll run the simulations tomorrow morning, thank you :D18:37
imbezolabhaypt1: alright. good luck18:37
delinquentmewhen I run a $ which curl18:46
delinquentmeand it gives me a filepath18:46
kastewhat did you expect?18:46
delinquentmewhat is that reference? is it an ENV VAR?18:46
delinquentmeand how do I make more18:46
kastewhich gives you the location of the corresponding binary18:47
Picidelinquentme: it searches through your $PATH for that executable and reports its location.18:49
imbezolspecifically it tells you which one will run if you just type the command18:50
imbezolif you have multiple matching binaries which is useful to identify which one will be urn18:50
Piciaye18:50
imbezol*run18:50
kasteI don't think that's true18:51
kasteit 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:51
imbezolkaste: that's true.. it doesn't account for builtins, aliases, etc18:52
kasteunless you use zsh :)18:52
Blendifyhow much max ram can ubuntu support18:53
wligtenbergI 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:53
wligtenberg@Blendify: http://askubuntu.com/questions/142043/whats-the-maximum-amount-of-ram-i-can-use-on-an-specific-hardware18:54
UnGeekwhat is "-rf" please18:54
OerHeksBlendify, more than any motherboard can handle, 128 TB18:54
kasteUnGeek: an argument to a command, probably rm18:54
kaste-r is recursive in this case and -f is force18:54
=== feurd_ is now known as feurd
UnGeekok thanks18:55
kastedon't use them unless you know why18:55
* wligtenberg agrees with kaste18:55
Nirgali42greetings18:55
Nirgali42is there a channel specifically for ubuntu touch?18:56
tgm4883!touch | Nirgali4218:56
ubottuNirgali42: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch18:56
Nirgali42danke18:56
xdexterHello, 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:06
delinquentmeok so im running htop on a server of mine...19:08
delinquentmeand the bar corresponding to the memory usage is > 50%                however... the number on the memory usage is 432 / 370119:09
delinquentmethat is closer to 1/6th of the memory than 1/2 ... so why is the bar at 50% ?19:09
kastedelinquentme: you are counting filesystem caches in the bigger number19:09
kastethere are different colours in the bar in htop for that reason19:10
=== l0rdn1x is now known as underline
bubbasauresdelinquentme, Can you see the colors in the toop bar of actual use?19:10
bubbasaurestop*19:10
delinquentmeyeah I'm getting the colored output19:10
kastethe green bar is what you see in the numbers19:10
delinquentmeand what is " NI " in that tool as well19:11
kastethe brownish thing is caches19:11
delinquentmeOhhh ok ! kaste  +119:11
kastealso try ? it explains stuff19:11
bubbasauresdelinquentme, every thing running and its memory or cpu shows scroll through and see whats going on, it helps to understand this cli app.19:11
delinquentmekaste, i like this !19:12
jjavaholichaving  problems with my mouse syslog reports: "psmouse serio1: Explorer Mouse at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away."19:12
bubbasauresjjavaholic, Is this a ubuntu release and which one if so?19:14
momomogmail is down!?19:14
momomooh fuck it's back on19:15
jjavaholic14.1019:15
SchrodingersScat!ot | momomo, up for me, also please don't curse.19:15
ubottumomomo, 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
bubbasauresmomomo, Do not swear  here.19:15
bubbasauresever19:15
=== kish is now known as CharlieJob
TenkawaAny of you running Ubuntu on one of the Intel Baytrail cpu's that needs the different efi (ie Winbook TW100)?19:17
bubbasauresTenkawa, please address your issue directly.19:17
=== zzz_Ridley is now known as Ridley5
=== adebarbara_ is now known as adebarbara
bhangotaMouse cursor is blinking  continuously ? any idea that how to fix this ?19:22
=== Deathlok is now known as Randoph
=== hardtailWTFmang is now known as hardtail
SuperLagHow do you enter in Unicode characters, like a n with a tilde over it, and the trademark symbol, and copyright symbol... stuff like that?19:29
=== zz_saschpe is now known as saschpe
imbezolSuperLag: go to your system settings, input, keyboard, advanced, and set your compose key to right alt19:38
imbezolSuperLag: then you can do rightalt-` or rightalt-' followed by a key19:39
Paddy_NIWhy does the Compiz "Application Switcher" insist on using such low quality icons?19:40
Paddy_NIIt reall "grinds my gears"19:40
Paddy_NI*really19:40
nickanderwhy do you insist on using compiz19:40
Paddy_NInickander, why not?19:40
Paddy_NInickander, Do you use ubuntu unity>19:41
Paddy_NI?19:41
nickanderaimless eye candy19:41
bubbasauresPaddy_NI, This is way offtopic there is a channel for that.19:41
Tenkawabubbasaures that "was" a very direct question19:41
Paddy_NIWhat if the eye-candy is the aim?19:41
Paddy_NIbubbasaures, I'm on topic19:41
bubbasauresTenkawa, Not here valid19:41
Tenkawait is a specific known setup and if it needs any more clarification then its not being worked on19:41
Paddy_NIUbuntu uses compiz by default19:42
bubbasauresPaddy_NI, This is direct support not your complaint soapbox. ;)19:42
TenkawaUbuntu, Intel BayTrail CPU is "very" specific19:42
Paddy_NIbubbasaures, I was getting around to a question19:42
Tenkawatw100 machine  to boot19:43
Tenkawaso very specific19:43
imbezolSuperLag: if your alt-` and alt-' are bound to application switch you may need to clear those bindings too19:43
bubbasauresTenkawa, We cover your issues your having, your question shows none of that, if you want help use the channel correctly.19:43
imbezolSuperLag: experimenting here it doesn't look like kde (you may be using unity.. i don't know) differentiates between left and right alt19:43
bubbasauresPaddy_NI, Than get to it, we could always use less drama here.19:43
Tenkawabubbasaures: 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 it19:44
Tenkawait is a 64 bit cpu thats locked to 32 bit efi19:45
Paddy_NIDoes anyone know how I can get better quality icons in the compiz "application switcher" plugin?19:45
Tenkawarather "uses"19:45
rww32bit EFI is terrible.19:45
Tenkawarww: omg yes19:45
SuperLagimbezol: I'm using Unity.19:45
TenkawaI agree 1000%19:45
rwwStandard work solution to encountering 32bit EFI systems: throw system out and purchase new one19:46
imbezolSuperLag: 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 needed19:46
Tenkawarww: the tablet has great potential if it werent for efi19:46
fiodorhola19:46
grazfatherhey guys, I am getting a 'hash sum mismatch' when running apt-get update on a new VM. What is going on?19:46
grazfatheri tried emptying /var/.../lists.. no luck19:47
bubbasauresgrazfather, Hash on the update?19:47
bubbasauresa held package?19:47
SuperLagimbezol: I'm not seeing how to set the Compose key. I can see the option, but it's stuck at Disabled.19:47
imbezolSuperLag: did you check the option at the top of advanced to configure keyboard options?19:48
xdexterHello, 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
grazfatherhttp://askubuntu.com/questions/41605/trouble-downloading-packages-list-due-to-a-hash-sum-mismatch-error19:49
bubbasauresxdexter, What does "it is to function?" mean?19:50
bubbasauresgrazfather, Natty is this correct?19:50
xdexterbubbasaures, If I log into my ubuntu with my domain user, to access the server shares should use the login credentials?19:51
bubbasauresxdexter, I just asked a simple question.19:51
SuperLagimbezol: let me post a screenshot https://dl.dropboxusercontent.com/u/913175/trying_to_set_compose.png19:51
xdexterbubbasaures, I expressed myself wrong, I guess so it is easier to understand you19:52
SuperLagimbezol: when I highlight "Compose Key" and hit the right Alt, the "Type your command" window comes up from the launchbar19:52
bubbasauresxdexter, Cool, just with that it becomes really confusing to see what's going on, not an area I'm best at however.19:52
imbezolSuperLag: hmm.. yours look different than mine19:53
bubbasauresgrazfather, Hello, hello are you there?19:53
xdexterbubbasaures, Okay, but you understand what my question?19:53
SuperLagimbezol: I'm using Unity on 14.04.119:53
imbezolSuperLag: try doing something like alt-space19:53
kastexdexter: have you set up pam to use samba as the authentication mechanism?19:53
imbezolSuperLag: can't help you much further than that.. i don't run unity19:54
flexushi, is there native jack audio support for firefox except patching it ?19:54
bubbasauresxdexter, 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
imbezolSuperLag: but the compose key is def what you need to get sorted out19:54
bubbasauresunderstand*19:54
imbezolSuperLag: should be able to do some googling on it19:54
xdexterbubbasaures, 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
xdexterOk, no problems19:55
bubbasauresxdexter, When you keep addressing me it looks with a cursory glance your getting help when you're not. ;)19:55
xdexterOk ;D19:56
bubbasaures;)19:56
grazfatherHi bubbasaures sorry19:58
bubbasauresgrazfather, No problem, asked a few questions is all.19:59
=== LinoSP_ is now known as LinoSP
bubbasauresgrazfather, Any held packages as the hash mismatch and is this natty?20:00
grazfatherit's debian. Jessie20:00
bubbasauresgrazfather, Ah you need #debian than20:00
grazfatherthey are dead >.<20:00
grazfathermore or less20:01
grazfatherbut I figured it's the same problem, just thet their servers are fucked and not ubuntu's :p20:01
bubbasauresgrazfather, Ubuntu only support here, running a eol is not a good idea.20:01
grazfatheroel?20:01
grazfatheris Jessie EOL?20:01
grazfatherend of life20:01
bubbasauresgrazfather, And no swearing here please.20:01
bubbasauresgrazfather, This is ubuntu support, that is all we directl address.20:02
bubbasauresdirectly*20:02
bubbasauresyou saqid they were dead I assumed you meant jessie20:02
grazfatherfwiw, jessie isn't EOL, it's brand new20:02
grazfatheroh no20:02
grazfatherthe chan20:03
bubbasauresgrazfather, Try ##linux if you are registered with freenode20:03
grazfathersure20:03
fiodorhola20:05
fiodorhola20:08
=== zeus is now known as Guest53758
frendaI 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:12
kastefrenda: probably wont fit20:13
bubbasauresfrenda, 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
bubbasauresyou're*20:13
aeo1acknShould loading nvidiafb.ko module automatically start framebuffer?20:13
kasteI am running on 6 gig and it's very tight20:13
kasteand if you carve a few gig out for android windows will complain20:14
bubbasauresfrenda, You would really have to minimize installs, not sure if there is a windows kit yet, ubuntu can be net installed smaller20:15
=== OnkV is now known as Haudegen
pantatoCan 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
pantatomessing with the kernel is daunting.20:18
Ntemisisnt that by default?20:19
=== j3m4dux is now known as jemadux
pantatoNtemis: evidently not20:19
kastewhy does ubuntu compile kernels wihtout /proc/config.gz -,-20:20
Ntemisgo find defconfig and add =y to the HPET config flag20:20
OerHekspantato, add "clocksource=hpet" to the bootline, see http://linuxforums.org.uk/index.php?topic=10492.020:20
Ntemisoh ok thanks good to know20:21
burchuhi20:22
aoa_i have no-ip host . how it set my PC home for connect from internet ?20:22
SuperLagimbezol: got it. Had to use dconf-editor, in the end.20:22
Tenkawa'20:23
Tenkawaoops sorry20:23
Tenkawany scrollback isbt working20:23
jaltHi, 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
imbezolSuperLag: good stuff20:24
SuperLagimbezol: thanks man20:24
imbezolnp20:24
Tenkawaso anyone running a winbook tablet by chance?20:25
=== saschpe is now known as zz_saschpe
aoa_i have no-ip host . how it set my PC home for connect from internet ?20:25
jrthumpjalt: realtek is crap. I have a gigabit card which i had to retire20:25
poops3simple permission question please. got this file and this user who cannot acces it for some reason : http://hastebin.com/ugesofizih.coffee20:26
Tenkawajrthump: all of them nowadays are quetionable20:26
jaltyes, but it comes soldered to the laptop´s motherboard :)20:26
Tenkawaer questionable20:26
LyxodiusHi, how do I start a tmux session without attaching to it? -d doesn't seem to work for me20:26
TenkawaLyxodius: what error?20:26
jrthumpeven though I used the realtek driver 8168 and blacklisten the "built in" which detects it as 8169 it only got 100Mbit20:27
jaltanyway, 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 address20:27
Picipoops3: 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
jrthumpintel is the safest bet imho20:27
LyxodiusI don't get an error, the commands seems to return 020:27
jaltmine is truly r101 which is only fast ethernet 10/10020:27
TenkawaAok20:27
Tenkawaer ok20:27
LyxodiusBut there is no session after that20:27
Tenkawalet me see if I can recreate20:27
pantatolol welp now it's not booting up20:27
pantatoguess i'll have to wait until i get home to fix it20:28
pantatoderp20:28
TenkawaLyxodius: what syntax are you using?20:28
fpshi, is there a qay to gather info about which packages on my ubuntu system are actually used?20:28
fps[not just installet]20:28
LyxodiusTenkawa: tmux new-session -d 'cd /home/mc/1.8 && java -jar -server -Xmx8192 -Xms8192 minecraft_server.1.8.1.jar nogui'20:28
daftykinsjalt: you might be able to specify a MAC in /etc/network/interfaces , not 100% sure20:28
LyxodiusTenkawa: After that when I try to 'tmux attach' it says 'no sessions'20:29
ki7rwi'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:29
jaltdaftykins, i thought about it, but i´m using network-manager (GUI) and i could swear it would ignore/overwrite /etc/interfaces20:30
jalt(i could be wrong)20:30
Piciki7rw: did you run sudo apt-get update after adding whatever repository you added?20:30
bubbasauresfps, you want a installed list?20:30
daftykinsjalt: yeah you'd have to bypass it.20:30
daftykinswell, maybe20:30
TenkawaLyxodius: you sure that jdk session works standalone with no controlling tty?20:30
Tenkawajava can be goofy20:30
Tenkawaand it may not be in the path20:30
LyxodiusIt should, back in time I used screen instead of tmux for the same matter and it worked20:31
Tenkawamake sure you fully qualify paths or ./java too20:31
ki7rwPici: yes20:31
bubbasauresfps, Ah actually used, I assume of what's installed, this an attempt to remove "bloat"?20:31
ki7rwapparently the package i tried to install no longer exists20:32
TenkawaLyxodius: Its probably env related20:32
Piciki7rw: are you sure that the repository actually provides a package for your release?20:32
OerHekski7rw, what ppa did you add, and what ubuntu version are you on?20:32
Tenkawaissue a . .profile as part of your command20:32
ki7rwPici: that's what the ubuntu web sites told me to do20:32
fpsbubbasaures: rather crud than bloat, but yes, exactly :)20:32
Piciki7rw: Do you have a url for the ppa you added?20:32
TenkawaLyxodius: or do like I do and wrap it in a small shel script20:32
=== martial is now known as Guest87556
ki7rwOerHeks: sudo apt-add-repository ppa:antonio.chiurazzi/ppa && sudo apt-get update - ubuntu 14.0420:33
fpsbubbasaures: i guess i could do statistics about file acceess times20:33
fpsbubbasaures: and see what packages they belong to20:33
LyxodiusTenkawa: Okay wait I try something20:33
ki7rwhttp://www.ubuntubuzz.com/2011/05/face-authentication-face-recognition.html20:33
aoa_i have no-ip host . how connect two machine dynamic IP on internet ?20:33
Piciki7rw: That ppa only provides packages for 10.04, 10.10, and 11.04. Clearly not 14.0420:34
ki7rwPici: http://askubuntu.com/questions/516710/is-there-any-facial-recognition-software-for-logging-in-on-ubuntu-14-0420:35
bubbasauresfps, Waste of time in my opinion, if you want less doing a net install is a better option.20:35
ki7rwpretty much the same process20:35
ki7rwand same result20:35
fpsbubbasaures: you mean a "new" install?20:35
Piciki7rw: No, that details compiling the code from source.  Also, one of the comments says it doesn[t work on 14.04.20:36
terratomais there an ubuntu variant that uses systemd ?20:36
Piciterratoma: not yet.20:36
fpsbubbasaures: i'd rather not do that :)20:36
LyxodiusHmm, 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 later20:36
terratomamaybe they do in ubuntu+1 ?20:37
ki7rwbummer, too bad20:37
bubbasauresfps, I mean a initial install, if you have installed a lot than I would see a reason for this.20:37
Piciterratoma: 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
ki7rwbut the commenters may have done something wrong that prevents it from installing20:37
terratomai used to be a giant systemd hater , over in centos7 land, but ive changed my mind20:38
fpsbubbasaures: it's a running system20:40
fpsbubbasaures: which i have to size down a little to be able to do some restructuring20:40
fpsmoving stuff to lxc's etc.20:40
bubbasauresfps, linux runs quite well, what makes you think this is even an issue for you?20:41
fpsi'd rather not interrupt operations for a new install and subsequent restoring from backup20:41
fpsof data20:41
fpsbubbasaures: you're not interested in the question i had. so we can end this here :)20:41
fpsbubbasaures: thanks for your input though20:42
bubbasauresExcellent20:42
=== Aristide is now known as JeSuisCharly
vagrant_k20:46
=== pasha is now known as Guest69440
apb1963Happy New Year!20:48
apb1963dpkg: 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
apb1963ubuntu 14.0420:48
bubbasauresapb1963, This a 3rd party app?20:48
apb1963It's an Espon scanner20:49
apb1963Epson too20:49
bubbasauresapb1963, So the download for the printer? So it is broken?20:49
apb1963download 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:50
apb1963So I'm trying to remove the old one20:51
bubbasauresapb1963, Is there a working what ever this is in the ubuntu repos? I assume it;s just the driver right?20:51
avid_fanapb1963: What's the output of "dpkg -l | grep -i iscan"?20:51
jmaderohi all - I just installed smartmontools and wondering how I enable the monitoring20:52
jmaderoI see on RedHat it's chkconfig smartd on20:52
jmaderobut can't figure out what the command is in Ubuntu20:52
apb1963http://paste.ubuntu.com/9689615/20:52
bubbasauresjmadero, Ubuntu like many distros have tons of wiki's please check for them. https://help.ubuntu.com/community/Smartmontools20:54
pantatowell, 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 100020:54
jmaderobubbasaures: I saw this, but I didn't see any similar command20:54
pantatoand i have an 8 core amd, it shouldn't be a problem20:54
avid_fanapb1963: Then you could try "dpkg --remove iscan". Or possibly "apt-get remove iscan"20:54
bubbasauresjmadero, https://help.ubuntu.com/community/Smartmontools#Testing_a_Drive20:54
jmaderoI thought maybe monitoring is enabled by default once you install smartmontools20:54
avid_fanapb1963: That may, or may not, remove the iscan-data package as well.20:55
jmaderobubbasaures: I have tested it already, it's fine, but I set up a config to silent test and email me if there is a problem20:55
jmaderoI just want to make sure that's working20:55
tgm4883jmadero: you didn't see "Advanced: Running as Smartmontools as a Daemon"20:55
jmaderoI didn't, but I will look now, thanks20:56
tgm4883I... it's a giant heading and in the ToC....20:56
avid_fanjmadero: I think at the very least, you'll need to modify /etc/default/smartmontools20:56
jmaderotgm4883: it is indeed :-b20:57
avid_fanjmadero: And then either reboot or start the service manually, /etc/init.d/smartmontools start20:57
jmaderoyeah I see, this is awesome20:57
jmaderoI wish this was installed by default20:57
jmaderohad a couple drives fail on me, having a heads up would have been nice :_b20:58
LyxodiusHow can I start a tmux session from root as the user mc so the user mc can use it later?20:59
apb1963avid_fan: _Something_ happened... not quite sure what:  http://pastebin.com/pHxmH00720:59
poops3pici: just want to have users in group nagios have read access to it20:59
poops3Pici, http://hastebin.com/eyumewifaj.hs21:00
avid_fanapb1963: I don't know if you can specify multiple packages when using dpkg, try "apt-get remove iscan".21:00
pantatodo i have to have hpet disabled in the bios in order for it to work? I'm seeing this on random threads21:01
terratomahas anyone ever been able to get an audible 'beep' to happen in irssi + ubuntu ?21:01
jmaderowell..that sucks, the daemon fails to start21:01
ironmHi. Short question. Is there a script to build binary packages from sources (ubuntu) for ARM platform like Odroid U3 oder XU ?21:03
danofsatx|wgood 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
danofsatx|wThis is on a 14.04.1 Workstation, if that matters.21:03
danofsatx|wAt this point, I've installed libvirt-bin, kvm and qemu.21:04
=== JeSuisCharly is now known as Charlistide
danofsatx|wthe 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 Manager21:04
apb1963avid_fan: that put me on the right path.  Thank you!21:06
avid_fanapb1963: No problem. Glad it worked for you.21:06
apb1963bubbasaures: Also thank you for your efforts21:07
apb1963avid_fan: now I just need to figure out why the application isn't talking to the scanner :/21:07
avid_fanapb1963: Good luck with that. :-)21:08
apb1963avid_fan: thanks I'll need it21:09
fiodorhola21:10
Picipoops3: 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:10
apb1963avid_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:11
poops3thanks 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 freenode21:12
Picipoops3: thanks, not sure why I wasn't joined there.21:12
ianorlinIf 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
poops3Pici, they are German based, so now its empty (timezone)21:13
GeekMan1222_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
GeekMan1222_Error: Critical error: Could not connect to server21:14
avid_fandanofsatx|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:15
GeekMan1222_im not sure were to start looking first maybe i should have given the user bin/bash shell but isnt that kinda risky21:17
wonderworldi 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
theadminGeekMan1222_: http://www.serveradminforhire.com/sftp-only-without-bash-shell/21:17
GeekMan1222_will try thanks21:18
pete_kuI 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?  Thanks21:20
ianorlinpete_ku shouldn't the live not have the credentials21:20
ianorlinneed as is live21:21
theadminpete_ku: Vivid is unsupported.21:21
theadminYet, anyway.21:21
theadmin!vivid21:21
ubottuUbuntu 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/142521:21
rww1) unreleased versions of ubuntu are supported only in #ubuntu+1, 2) username: ubuntu, password: no password, it's empty21:21
pete_kuOK thanks21:23
danofsatx|wavid_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.21:24
=== martial is now known as Guest23084
avid_fandanofsatx|w: No problem.21:25
nishanthi am having updating issues....is getting this message   ....Processing triggers for libc-bin (2.19-10ubuntu2.1) ...21:26
nishanthErrors were encountered while processing:21:26
nishanth cgmanager21:26
nishanthE: Sub-process /usr/bin/dpkg returned an error code (1)21:26
Diegohelplishola21:26
nishanthanybody know a fix?21:26
proc3sarteBuenas21:27
nishanthcan some help with an update issue21:29
=== Ankhers` is now known as Ankhers
razeldaDid you google the problem?21:31
GeekMan1222_still says permission denied theadmin when i run sftp from the server to test21:35
GeekMan1222_i even changed the ChrootDirectory %h to /path/to/directory/jailed21:35
GeekMan1222_and chowned the directory for the group i used in the sshd_config file21:36
nishanthcan someone help with a update issue21:37
nishanth?21:37
FireBeyondIs there a pretty good / 'canonical' guide to hardening 14.04?21:38
filippohi to all21:38
filippohi21:39
daftykinshi21:40
daftykinsnishanth: you have to ask the question to get a response21:40
filippociao a tutti21:41
filippoho un problema con le impostazioni di una stampante di rete21:42
Pici!it | filippo21:42
ubottufilippo: 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
filippograzie Pici21:42
=== CharlieJob is now known as kish
=== cc is now known as Guest5249
GeekMan1222_also its saying that service sshd is unrecognized21:45
Jordan_UGeekMan1222_: sudo service ssh status21:48
=== svetlana is now known as gry
GeekMan1222_start/running21:49
GeekMan1222_Jordan_U,21:50
=== gry is now known as svetlana
GeekMan1222_im trying to get my new user account to sftp into the server to do backups my local user will work21:50
GeekMan1222_but not the new one21:50
GeekMan1222_and im chrooting the user as well on the server21:51
=== cartoa is now known as pablocartola
nishanthdaftykins: this is the error i get when i do sudo apt-get upgrade...Errors were encountered while processing:22:02
nishanth cgmanager22:02
nishanthE: Sub-process /usr/bin/dpkg returned an error code (1)22:02
nishanth....any help22:02
svetlanaplease paste the whole thing22:02
nishanthsvetlana: u mean the entire upgrade msg?22:03
svetlanayes please22:03
Segfault_apt-get upgrade 2>&1 > apt.log22:05
pablocartolapreciso de ajuda22:05
tankerkiller125Ok 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:05
nishanthsvetlana:http://pastebin.com/YHyU5LLx22:06
Segfault_tankerkiller125: Stops? Is the machine rebooted? Do you have a file named .screenrc in your home dir?22:06
tankerkiller125Segfault_, The machine has never rebooted since the day we set it up (except for the very very ocasional update that needs a reboot)22:07
Segfault_screen being killed is very unusual. I have a screen session that I started in 2009 that is still running :P22:08
=== Viktor is now known as Guest29496
macataxsSegfault_: You da man22:08
tankerkiller125Segfault_, Their is no .screenrc in my home directory (root user in this case)22:08
svetlananishanth: do you have a vpn installed?22:09
k1lnishanth: seems like its the cisco vpn stuff breaking things: http://forums.debian.net/viewtopic.php?f=30&t=5319222:09
nishanthsvetlana: any ideas22:09
svetlananishanth: not without you answering the last question :)22:09
Segfault_how are you starting screen? Do you simply run 'screen' in your terminal or are you using some kind of script?22:09
Segfault_You could also take a look at /etc/screenrc (system defaults)22:10
tankerkiller125Segfault_, I simply type screen into the terminal. (SSH) then from their I run a node.js websocket server and then I the ctrl + a,d22:10
svetlananishanth: do you have a vpn installed? -- if so, which one?22:10
Segfault_does the node.js log provide any useful informatino?22:11
harrywhere can i find oracle applications  vmware image?22:11
Segfault_s/informatino/information/22:12
tankerkiller125Segfault_, 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:12
macataxstankerkiller125: true22:15
macataxstankerkiller125: You potty mouth22:17
WyZeGuYi 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:17
macataxsWyZeGuY: try winehq then use RUFUS.22:18
WyZeGuYmacataxs, ok i will. have you done that before to know it works well?22:18
Segfault_tankerkiller125: What about cron? Have you checked your cron jobs to see if anything might be doing something it shouldn't?22:19
tankerkiller125Segfault_, How would I check my crons?22:19
Segfault_crontab -e22:20
Segfault_also check /etc/cron.* directories22:20
tankerkiller125Segfault_, Only one cron job and it pulls my git to my site I'll check that directory now22:21
Segfault_how often does it run? If it runs once a day it might be worth at least looking into22:22
tankerkiller125Segfault_, 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 issue22:22
macataxsWyZeGuY: look up also the DD command.22:23
WyZeGuYmacataxs, DD fixes files, doesn't it?22:24
Segfault_is the screen process killed around the same time every day, or is it exactly 24 hours after it has started?22:24
macataxsWyZeGuY: You putting an iso on usb?22:24
daftykinsi don't think you can use dd with Windows ISOs22:25
tankerkiller125Segfault_, Exactly 24 hours after it starts22:25
WyZeGuYmacataxs, 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 drive22:25
macataxsdaftykins: try it. Its fast.22:26
daftykinsmacataxs: i have tried it and it was non working, dd was fine for Linux ISOs.22:26
macataxsThen try WINEHQ install RUFUS.22:27
WyZeGuYmacataxs, ok, thank you22:28
macataxstankerkiller125> (Oh and BTW thier are no IRC Cops thier called IRC network operators dumb ass)22:33
danGentlemen.22:33
macataxstankerkiller125> Why are you like this? Did your mother not love you enough when you grew up?22:33
tankerkiller125macataxs> Did you do to much crack22:34
macataxsYou dirty mouth tankerkiller12522:35
tankerkiller125Unfortantly 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 banned22:35
tankerkiller125Don't worry macataxs the IRC operators will hear about this one :)22:35
* rww looks up22:37
Segfault_tankerkiller125: Huh.. Any special config on this machine or is it a pretty clean ubuntu install?22:37
tankerkiller125Segfault_, Well its a OVH default... So how clean I don't know22:37
WyZeGuYmacataxs, winehq website lists rufus compatibility as garbage. additionally, i can't get it to run22:38
tankerkiller125But 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:38
WyZeGuYrww, could you please unban him? he was helping me22:40
cecjare22:41
Segfault_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 then22:41
WyZeGuYrww, i need to get windows to work from usb22:41
rwwConsidering that neither of the suggestions he made were in any way useful, no, he wasn't.22:41
Segfault_try starting two screen sessions, one running node.js, the other running... top, or anything else. Do both get killed?22:41
rww(also: this isn't his first time being an idiot in here)22:41
tankerkiller125Segfault_, Ah good question and I thought about that. Yes both do get killed22:42
WyZeGuYrww, 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 work22:42
tankerkiller125Segfault_, I will look into tmux for now since OBH can take 48 hours and often more to respond22:42
cecjaWyZeGuY: the installer or the whole os?22:44
rwwWyZeGuY: 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
WyZeGuYcecja, 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 drive22:45
rwwPersonally, I always just went with the Microsoft suggestion, but I have plenty of Windows PCs available at work to do that with :\22:45
l0g1xHello, 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:45
cecjaWyZeGuY: ok you want the installer for windows on the usb stick and winusb did fail?22:47
cecjaWyZeGuY: sudo dd if=/path/to/iso/windows.iso of=/dev/sdX bs=4M; sync   replace X with your USB Drive22:48
l0g1xI 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
androzvs parlez fr22:48
k1l!fr | androz22:48
ubottuandroz: 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
l0g1x'space' does not refer to hard drive space22:48
WyZeGuYcecja, with winusb, i added the repository, but winusb isn't there anymore22:48
WyZeGuYcecja, ok i'll try the dd suggestion22:49
androzok mr622:49
cecjal0g1x: are you on a laptop or workstation?22:49
rwwpretty sure I've done dd with a Windows ISO before and it didn't work22:49
l0g1xissue occurs on laptop, VM, workstation, and ARM boards22:50
l0g1xall running 14.0422:50
rwwwhich doesn't surprise me, since Linux ISOs don't work either unless they're prepared with isohybrid22:50
Segfault_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 info22:50
k1ldd doesnt work with windows isos.22:50
cecjal0g1x: you have two choices first you can plug in the cameras on two different usbhosts or you have to use different protocols22:51
tankerkiller125Segfault_, Its not a VPS its a dedicated... However OVH does in force thier stupid Ubuntu PPA clones intead of the real Ubuntu PPA's22:51
Segfault_might be relevant: http://serverfault.com/questions/523098/gnu-screen-tmux-dvtm-none-are-working-as-ordinary-user-on-ovh-vps?rq=122:51
l0g1xcecja: by usbhosts do you mean the second camera be connected through pci-e usb cartidge?22:52
cecjal0g1x: not exactly when you run lsusb you should see different BUS numbers for your usb ports22:53
l0g1xcecja: so if i used YUYV for camera1 and MJPEG for camera2, on the same bus, it would work?22:53
stregoneciao!22:53
=== onemansubmarine is now known as list
WyZeGuYcecja, how can i tell which sd# my usb drive is?22:53
WyZeGuYcecja, right-click properties doesn't show the sd# i don't see it in /22:54
cecjaWyZeGuY: sed -ne 's/.*\([sh]d[a-zA-Z]\+$\)/\/dev\/\1/p' /proc/partitions22:54
cecjal0g1x: you have to use the one with the lesser impact on the data rate one usb host just cant handle 2x640x480 30fps streams in mjpeg22:55
cecjal0g1x: i got the same problem on a pi and scaled down to 320x240 24fps which was enough for my cause22:56
WyZeGuYcecja, that returned "sed:  -e expression #1, char 34: unterminated `s' command22:56
l0g1xcecja: 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/AF869ENs22:57
thon_does anyone have any experience with installing Openbox on Ubuntu?22:57
cecjal0g1x: its all one bus i dont know if parallels can simulate two busses in virtualbox you can define two22:58
WyZeGuYFred_Yuan, wei22:58
l0g1xcecja: this is with plugged in http://pastebin.com/XWDCQA0k22:58
thon_I installed Openbox on Ubuntu 14.04 but I can't get the autostart to work22:58
Jordan_Uthon_: Just ask your actual question, if anyone can help they'll respond :)22:58
thon_can someone give me some guidance?22:58
thon_I did Jordan_U ;D22:58
cecjaWyZeGuY: thats really strange mom you can try plugin it out and plug it back in and then check dmesg22:59
Jordan_Uthon_: You haven't asked an actionable question yet. What have you done so far? What problem are you having?22:59
thon_I did22:59
jhutchinsthon_: What did you try to do?  How did you try to do it?  What did you expect to happen?  What happened instead?22:59
jhutchins!doesnt work22:59
ubottuPlease 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
l0g1xcecja: 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
thon_I installed Openbox, configured autostart.sh, made sure it was exec and it didn't work22:59
thon_when i logged out and back in22:59
WyZeGuYcecja, nevermind i found it with 'fdisk -l'22:59
Jordan_Uthon_: How did you "configure autostart.sh"? What does "doesn't work" mean? What were you expecting to happen? What happened instead?23:00
jhutchinsthon_: Openbox is not widely used, https://help.ubuntu.com/community/Openbox23:00
WyZeGuYcecja, actually no, i don't think it's there23:00
cecjaWyZeGuY: can you make a pastebin of the output from mount23:01
cecjal0g1x: the jetson has two usb hosts it should be working fine23:01
l0g1xcecja: is what usb bus a usb-device goes on, pre-determined by how the hardware was manufactured? or is that related to kernel level23:01
cecjal0g1x: no its the physical usb ports23:01
thon_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 terminal23:02
WyZeGuYcecja, even though they didn't work?23:02
thon_I don't know how much more detailed I can get than that other than saying NO WORKIE.23:02
Jordan_Uthon_: Please pastebin your complete ~/.config/openbox/autostart .23:02
l0g1xcecja: from my knowledge, it only has one actual usb host, and the other one (micro-usb) is used for flashing23:02
thon_one second.23:02
cecjaWyZeGuY: when the line is blinking on your usb stick you should have them assigned to one /dev/sdX23:03
scorpioenerociao23:04
riceNbeansI just installed gnome-shell, I log out and there's no choice for a gnome session???23:04
l0g1xcecja: 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
KeyboardNotFoundI 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
k1lriceNbeans: clicked on the small icon next to the username?23:04
Jordan_Uthon_: 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:04
unopasteyoytutyu 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 unmuted23:05
cecjal0g1x: in the virtual machine?23:05
riceNbeansk1l: nothing.23:05
riceNbeansk1l: there's just a check mark, and a dot to the left23:06
thon_Jordan_U, http://pastebin.com/EAaMixpM23:06
k1lriceNbeans: what ubuntu exactly?23:06
l0g1xcecja: no desktop23:06
cecjal0g1x: you are right the jetson can only handle multiple "high res" cams over Ethernet :/23:06
riceNbeansk1l: 14.04.123:07
l0g1xcecja: i was talking about desktop, but i also did tried this on my mac running the VM and connected to two seperate physical usb ports23:07
riceNbeansk1l: i picked the g something another desktop manager in the prompt during install, but it looks like it's the same unity one23:08
k1lriceNbeans: http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2014/08/Change_Desktop_Environment_Ubuntu.jpeg23:08
cecjal0g1x: do you have front ports on the desktop?23:08
=== shawn is now known as Guest47391
Guest47391Hi anyone here that can help me with some display resolution issues?23:08
cecjal0g1x: or can you dump the output in a pastebin?23:09
thon_did you see the pastebin Jordan_U ?23:09
Jordan_Uthon_: 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).23:09
=== Guest47391 is now known as Smokey1974
=== effiejayx is now known as keffie_jayx
WyZeGuYcecja, http://pastebin.com/3MB7ZusU23:10
l0g1xcecja: i only have access to the VM at the moment, but when you ask for output, what are you referring too?23:10
Smokey1974Can someone help me with adding a screen resolution?23:11
daftykins'adding' ?23:11
cecjaWyZeGuY: it seems like /dev/sdb is a usb drive with 16gig formated for FAT3223:11
WyZeGuYcecja, yes23:12
WyZeGuYcecja, ooooooooooh. sdb123:12
cecjal0g1x: the VM emulates USB Bus and will always stay the same unless parallels is able to passtrough usb directly23:12
cecjaWyZeGuY: you have to dd directly to the device /dev/sdb and not to the partition /dev/sdb123:13
WyZeGuYcecja, should i leave it as fat32 for writing a windows iso, or should i change it to something different?23:13
Smokey1974Yes 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 small23:13
WyZeGuYcecja, so dd with the command you gave me before?23:14
cecjaWyZeGuY: when you dd the iso to the usb stick it will take care of everything23:14
cecjaWyZeGuY: exactly23:14
Smokey1974and its detecting my 42in lcd tv as a 32in instead23:14
WyZeGuYcecja, you are a wonderful human being23:14
Jordan_UWyZeGuY: 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
daftykinsSmokey1974: LCDs have a 1:1 resolution, you should match it then adjust your DPI so that desktop items are scaled to look more readable23:14
k1lSmokey1974: how its connected? any adapters involved?23:15
Smokey1974HDMI   No adapters23:15
Voyageany help with openvpn issue. http://pastebin.com/ntfBaBk323:16
WyZeGuYJordan_U, ok well i'm trying it, but joined ##windows and asked as well23:16
thon_Jordan_U, I did get the yay.txt file in the /tmp/23:16
cecjaJordan_U: if the motherboard is able to boot from USB-CDROM its possible.23:16
Smokey1974k1l, Its  HDMI  straight from the Nvida GTX 460 card to the TV23:18
ubagtuSmokey1974: that's good.23:18
k1lSmokey1974: go for full hd and set the ppi23:19
cecjaWyZeGuY: if dd doesnt work query me23:19
Smokey1974I am really new to Ubuntu   k1l ,  How do I set the ppi?23:20
fiodorhola23:20
Jordan_Ucecja: 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:20
daftykinsSmokey1974: are you on the standard ubuntu with unity?23:21
ubagtuWyZeGuY: DD might work. Windows made it hard to put it on usb23:21
daftykinsBlueProtoman: welcome back o/23:21
Smokey1974daftykins, Yes23:22
BlueProtomandaftykins, Finally got Ubuntu and Windows playing nicely on my new SSHD!23:22
BlueProtomanGot all my data backed up, too23:22
Jordan_Uthon_: 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
daftykinsBlueProtoman: neat :D23:22
thurstylarkI'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:22
daftykinsSmokey1974: 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 think23:23
BlueProtomandaftykins, 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
thon_Ah. That was my issue. I copied that chunk from my #! install. Thanks, I'm an idiot23:23
Jordan_Uthon_: You're welcome :)23:23
BlueProtomanAnyone mind giving me a hand?  http://i.imgur.com/PqQluhP.png23:25
popeyBlueProtoman: look at you mister greedy with your 4 mouse pointers!23:25
daftykinsBlueProtoman: 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
BlueProtomanpopey, I'm half octopus23:26
daftykinsgraphics card + driver in use would be handy to know23:26
BlueProtomandaftykins, Artifacts, yes, that's the word.  Those appear frequently, too, though it's mostly associated with the pointer, yes.23:26
BlueProtomandaftykins, How can I get that info?23:26
daftykinsBlueProtoman: "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 too23:27
BlueProtomanThis even happened to a lesser extend while I was reinstalling Ubuntu via the Live USB (i.e. when booted off the USB).23:28
BlueProtomanHere's my Xorg.0.log http://paste.ubuntu.com/9690218/23:28
sdeWhats a good system to keep services alive in ubuntu 14.0223:29
sdein case of failure and one shuts down23:29
nontotsde: the man23:29
skiftI 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
skiftI am also using an nvidia GPU23:29
bubbasauressde, this a server?23:29
BlueProtomandaftykins, Also, lspci http://paste.ubuntu.com/9690227/23:30
sdeYep, server.23:30
bubbasauressde, A ubuntu server?23:30
k1lBlueProtoman: what driver is in use?23:30
sdeyes, 14.02/0423:30
BlueProtomank1l, How can I tell?23:30
daftykinsk1l: intel and nouveau23:31
k1lBlueProtoman: at first: mdid you install something?23:31
sdelooking forward to systemd in a way but for now we need to start monitoring our services23:31
sdeand restarting them if needed after logging message23:31
bubbasauressde, 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
BlueProtomank1l, Just bumblebee, but I haven't turned it on yet, and this was happening before I did so anyway23:31
daftykinsBlueProtoman: ok you need to hit the additional drivers setup to try installing an nvidia proprietary driver along with nvidia-prime23:31
sdeOh, thanks bubbasaures23:31
k1lah ok. so i would say to install the nvidia-current and nvidia-prime to get the proper support for your setup23:31
BlueProtomandaftykins, D'oh!  I always forget to do that when I install Ubuntu23:32
daftykins;)23:32
daftykinssame hardware as my laptop by the looks23:32
k1lsuch video glitches can be caused by not using the driver that supports the hardware like it should23:32
BlueProtomandaftykins, Samsung QX411?23:32
daftykinsBlueProtoman: nah, just same nvidia optimus setup23:33
=== razor-home is now known as razorsharph
BlueProtomandaftykins, Ah, gotcha23:33
daftykinsasus U36SD23:33
BlueProtomanI'm actually surprised at how good my laptop is for gaming23:33
l0g1xcecja: 320x240 at 24 fps mjpeg still doesnt work for me23:34
tankerkiller125I'm suprised Ubuntu is working as well as it is with my laptop.23:34
l0g1xcecja: did you use mjpeg or yuyv?23:34
BlueProtomantankerkiller125, What makes you say that?23:34
BlueProtomanAlso, do people actually use mjpeg for anything?23:35
tankerkiller125BlueProtoman, AMD Graphics and Ubuntu = Don't like each other very much23:35
BlueProtomantankerkiller125, Oh, yes, right23:35
tankerkiller125AMD APU so its not like I can disable the graphics either :P23:35
cecjal0g1x: 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 speed23:35
l0g1xcecja: ah okay. and yes VM23:36
l0g1xcecja:  for me it works if i change to yuyv pixel format23:36
cecjal0g1x: if it works its fine, i think you have to test the performance on the real hardware23:37
daftykinscomplaining about something slow in a VM? no sympathy.23:37
=== defrit is now known as defrit_
BlueProtomandaftykins, Hey, gotta do something while waiting for a VM to compile something23:38
daftykinseh?23:39
=== exe is now known as Guest22783
=== defrit_ is now known as defrit
BlueProtoman"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:41
thurstylarkBlueProtoman: The best pastime.23:42
bubbasauresBlueProtoman, Thanks for increasing the ignore list. ;)23:43
BlueProtomanbubbasaures, Eh, you're too boring to listen to anyway, nothing of value lost23:44
=== LinoSP_ is now known as LinoSP
skiftis 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 adapter23:45
daftykinsyou mean DisplayPort?23:45
daftykinsoh no23:45
daftykinsUSB to HDMI, oh dear that's a horrid idea23:46
skiftno. video drivers23:46
skiftlol. its to have an extra monitor. works great on pc23:46
daftykinsyou mean Windows?23:46
popeyyeah, they aren't well supported yet23:46
=== defrit is now known as defrit_sleep
popeythere are some funky ones too23:47
popeydell do a 3 port one23:47
skifterr, Yea. windows 723:47
skiftyea from everything that i have read, is that the DisplayLink driver support got far better in kernel 3.9 and i am on 3.1323:47
daftykinsheh23:48
daftykinsso how far do you get after plugging it in, then plugging in an HDMI display?23:48
skifterr, i mean i am on kernel 3.16.0.29-generic23:48
daftykinsprobably worth watching dmesg | tail immediately after the USB plug portion23:48
skiftnothing happens at all23:48
popeyI think the driver just isn't developed yet23:48
skiftsometimes theres a slight flicker when i plug in the display to the adapter23:48
jharmI 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 yiifi23:50
thurstylarkDoes anyone know how to get ADB working? I keep reading about udev, but I can't find a clear cut guide.23:51
daftykinsjharm: it's a .exe - it's not going to work.23:51
thurstylarkjharm: What type of files?23:51
jharmso im fucked and there is no way for me to watch these movies23:51
daftykinsthurstylark: try an android channel23:52
daftykinsjharm: don't use that language please - and yes, most likely no option23:52
daftykinssounds like a shifty source anyway23:52
jharmsorry I am new to all of this23:52
thurstylarkdaftykins: I'm having a ubuntu problem, not an android problem.23:52
daftykinsthurstylark: 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
daftykinsjharm: although are you trying to say it's "yify" ?23:53
jharmI got the torrent from yify.com23:54
thurstylarkjharm: 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
daftykinsjharm: 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 lucky23:54
jharmyes that is correct. they downloaded fine but when I went to play them it says I need their codec pack\23:54
thurstylarkdaftykins: Gotcha. Sorry, Just making sure I wasn't misunderstood :)23:55
thurstylarkjharm: What. Is. The. File. Extension.23:55
daftykinsthurstylark: since you mentioned udev i figured you have the tools installed all fine, it's just device detection that's funky?23:55
jharm.mp423:55
doh_i am amazed people are still looking for codecs in 201523:56
k1l!codecs | jharm23:56
ubottujharm: 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/FreeFormats23:56
tankerkiller125doh_, as am I23:56
doh_just download vlc, damn it23:56
doh_or xbmc23:56
thurstylarkjharm: Yeah, throw it at vlc.23:56
jharmi have it but i want to stream to my chromecast23:56
tankerkiller125doh_, 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
thurstylarkjharm: Ahh. the real goal.23:57
doh_can chromecast accept any stream? vlc can stream anything23:57
daftykinsi do love it when we eventually get told the truth.23:57
jharmyeah nothing like beating around the bush haha23:57
daftykinsstill illegal though so i'm out.23:57
=== timothy is now known as Guest40078
doh_tankerkiller125, there's x264, also x265. what's missing?23:58
thurstylarkjharm: I use Plex as my media server, and their mobile app has Chromecast support. plex.tv23:58
tankerkiller125daftykins, Its stealing from the producers that steak from us... How is that harmful exactly?23:58
jharmthat is what i tried to play it in and it told me i need codec23:58
tankerkiller125I mean I'm not trying to support Piracy just saying23:58
tankerkiller125doh_, No idea all I know is that some companies like to use some really really weird formats.23:59
thurstylarkjharm: so, you opened the .mp4 file in vlc, and it didn't play?23:59
tankerkiller125jharm, if so thats a first for VLC...23:59
Guest40078hello23:59
ranger81how do I convert ubuntu iso to raw type23:59
tankerkiller125Hello Guest4007823:59
jharmwill not play in vlc or plex23:59
daftykinstankerkiller125: this isn't a place for your soapbox :)23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!