/srv/irclogs.ubuntu.com/2016/01/05/#ubuntu.txt

ozbrkguys need assistance with a few programs. Gogole desktop remote pc says the main machine doesn't respond the connection attempts ( trying to remote from my tablet) and I need a solution for one drive here00:00
daftykinsfxh: seen https://stackoverflow.com/questions/16394518/nist-sphere-format-files ?00:01
daftykinsozbrk: google what?00:02
fxhdaftykins: that's how I found the download link00:02
daftykins!pm00:03
ubottuPlease ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice.00:03
Jahmdaftykins: when I install Windows, I'll make one partition. Once booted, I'll then proceed to `Disk Management` and shrink the entire partition to my likings?00:03
daftykinsfxh: ah ok so it's that one you're trying, nevermind then00:03
daftykinsJahm: sounds good - and shutdown with "shutdown -s -t 1" before disabling fast boot in the BIOS if there is an entry of that type.00:03
ozbrkhow to send a menti00:04
ozbrkmention to someone here00:04
daftykinsyou just type the nick and hit tab00:05
ozbrkdaftykins: oh well this is new. Ok Google Remote desktop it allows you to remote your pc from your ttablet-phone or anything you want00:05
Jahmdaftykins: I'll be following this guide http://www.everydaylinuxuser.com/2015/11/how-to-install-ubuntu-linux-alongside.html00:06
daftykinsozbrk: that likely won't exist on ubuntu then, try something else00:06
=== step21 is now known as step21_
ozbrkdaftykins: well I tried team wiever anyway this is not my issue ubuntu is not my primary it is my secondary os for having some fun I missed my good old linux days since ı'am a photographer linux has no use for me indeed :(00:07
daftykinsnot much point remoting into it from a tablet then indeed ;)00:08
ozbrkyeaah00:08
ozbrkstill it is fun :D ,00:09
daftykinsi've seen teamviewer work fine.00:09
fxhWhy didn't I have this problem on 32-bit ubuntu00:10
daftykinsmaybe you're lacking a 32-bit library00:10
ozbrkit used to work with wine I don't know still it is00:10
purplehorror /boot, /, /home, /swap --- primary, primary, logical, logical? (Sounds good?)00:10
daftykinsteamviewer or the google one?00:10
daftykinswine is never the answer00:10
ozbrkteamwiever00:11
daftykinsno it works natively00:11
k1lpurplehorror: why /boot ?00:11
ozbrkit runs a wine emulator firs :/00:11
ozbrkfirst*00:11
ozbrkthen runs the client well maybe00:11
daftykinsi doubt the ubuntu packages for teamviewer do00:11
purplehorrork1l, why not? (I have 2 HDDs, 1 w10, and 1 for linux)00:12
ozbrkwell00:12
ozbrkdunne just telling what I saw 3 years ago00:12
purplehorrork1l, i'm a newbie to the linux community :-D00:12
ozbrkmaybe new versions runs natively00:12
k1lpurplehorror: a /boot is just causing issues to most users because it runs full of kernels. so if you dont know why exactly you need that (like lvm, luks etc) then i suggest you dont add that layer of problems.00:13
daftykinsozbrk: yeah we can only go forward, not back ;)00:13
purplehorrork1l, oh I want to use luks!00:13
k1lpurplehorror: then dont make /boot too small00:13
purplehorrork1l, so I guess I have to make /boot unencrypted, right?00:14
purplehorrork1l, 512 sounds abour right?00:14
ozbrkdaftykins: like I said I'm new but I used to use ubuntu and other distros I was something like a distroer ( a guy who tries linux distros constantly)00:14
k1lpurplehorror: 512 sounds better than the 200mb most people have and have problems with that00:15
TJ-purplehorror: /boot/ can be encrypted; GRUB can unlock LUKS/dm-crypt file-system00:15
purplehorrorTJ-, someone suggested I leave /boot unencrypted00:15
TJ-purplehorror: all it needs is "GRUB_ENABLE_CRYPTODISK=y" in /etc/default/grub00:16
ozbrkdaftykins: my favoruites are ummmmm 1)Ubuntu 1a)Xubuntu 1b)Kubuntu 1c)Elementary 1d) Mint 2)Arch 2a)Manjaro 3)Fedora00:16
daftykinsozbrk: support here only really, chat in #ubuntu-offtopic.00:16
ozbrkdaftykins: ok00:17
TJ-purplehorror: /boot/ contains the kernel and initial ramdisk images; if you're protecting against a possible physical interference, having them encrypted too is a great improvement00:17
purplehorrorTJ-, is there a point in encrypring it though?00:17
purplehorrorTJ-, good to know!00:17
TJ-purplehorror: otherwise it's trivial to add a root-kit or other snooping tools to those if the attacker has physical access00:17
Lep2When I install ubuntu I have to manualy select the UEFI file every time when reboot, is there a fix?00:17
Lep2It's the only os on the ssd00:17
Lep2HP00:17
purplehorrorTJ-, I'm experimenting really but it's nice to know a couple more things beforehand - thanks for mentioning00:19
TJ-purplehorror: also, instead of using multiple partitions for different file-systems, use LVM (Logical Volume Management)00:19
TJ-purplehorror: with LVM you can trivially resize block devices and file-systems as needed00:20
=== diane is now known as Guest50985
TJ-purplehorror: you can also add additional space to an existing volume-group, using another physical device, if needed00:20
purplehorrorTJ-, LVM (/boot, /, /home, /swap)00:20
purplehorrorTJ-, I suppose I can find similar information in the wiki, right? (I'd like to read more about how things work)00:22
TJ-purplehorror: I generally partition so I've got (GPT) BIOS-boot partition (for legacy/bios boot GRUB core.img), EFI-System Partition (for UEFI boots), 512MiB for /boot/ (encrypted), and the remaininder in one partition for LVM, which then has the Logical Volumes (LVs) I desire: / /home/ /var/ etc.) and I leave 15% of space unallocation to begin with, to allow those LVs to be extended at will00:22
TJ-purplehorror: if you want to be able to hibernate, a swap partition that is at least 1.25 x size of RAM would be required in addition00:23
purplehorrorTJ-, I have 4gb and usually allocated 4, because I wouldn't have many apps running.00:24
TJ-purplehorror: with 8GiB RAM I reserve 8.3GiB for hibernation00:25
purplehorrorTJ-, with LVM can you reduce the size of some volume and add it to another? or is it locked00:25
TJ-purplehorror: as long as the file-system inside the LV has unallocated space, and can be shrunk first, then the LV can be shrunk to. I prefer to do the opposite. I allocate a minimal amount to each file system and extend them as needed. It only requires 2 commands and can be done online: "lvextend -L +4G VG/LV; resize2fs /dev/VG/LV"00:26
TJ-purplehorror: that's an example using ext3 or ext4 file-systems; other file-system may require additional work00:27
purplehorrorTJ-, ah that's good to know - makes things easier00:27
TJ-purplehorror: the total space belongs to the Volume Group as 'extents' (each usually about 4MiB). Extents are then allocated to Logical Volumes (LVs)00:28
purplehorrorTJ-, I was thinking of btrfs but I've heard it's unstable. (And I guess it won't serve me much anyway - as a simple user)00:28
TJ-purplehorror: you'd be taking on complexity you probably don't need00:28
purplehorrortrue00:28
TJ-purplehorror: we've had a few btrfs bugs recently with compression00:28
TJ-purplehorror: plus, you can always play with btrfs in a spare LV that doesn't contain vital data00:30
TJ-LVs are block device containers just like raw disks; they still need a file-system inside00:30
purplehorrorTJ-, really appreciate the replies. Thank you. (going for the install in a couple minutes)00:31
anabainTJ-, do you know if kerberos is a technology currently widespread (sorry for my ignorance)?00:32
lenswipeHey guys00:32
TJ-anabain: widely used with Windows/AD00:33
Nikola_Teslahi guys00:33
lenswipeWould I be correct to say that lubuntu and Ubuntu are the same cake with different frosting on?00:33
TJ-anabain: used in enterprises quite extensively for *nix too in places00:33
Nikola_Teslai have a problem about to install printer (canon lbp 6020b ubuntu 14.04)00:34
Nikola_Teslacan u help me about that00:34
anabainTJ-, and what are the alternatives?00:34
lenswipeI have a borked machine and I'm trying to use lubuntu to rescue the files off it00:34
Nikola_Teslahttp://random0musings.blogspot.com.tr/2014/06/ubuntu-1404-and-canon-lbp6020b-laser.html            i did everthing in this page00:34
TJ-lenswipe: nice analogy :)00:34
Nikola_Teslacan u help me ?00:34
lenswipeI want o mount a remote samba share to copy. The files to from the command line. However, I can't figure out how to mount a samba share such that it's accessible from the command line00:35
lenswipeTJ- thanks00:35
Nikola_Teslais there any one  =?00:35
Nikola_Teslahelp me ?00:35
daftykinslenswipe: sudo mount -t cifs //IP/share /mount/point -o username=blah,password=blah,iocharset=utf8,uid=1000,gid=100000:36
lenswipedraftykinstried tried that, I grit a message sayings that it can't find /home/Robert in stab00:36
TJ-!samba | lenswipe this might help00:36
ubottulenswipe this might help: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/lts/serverguide/samba.html00:36
lenswipeFstab*00:36
lenswipeTJ- not really, it's a bit general00:36
Nikola_Teslaheyyyy00:37
Nikola_Tesla_?00:37
daftykinslenswipe: show what you're actually typing, likely you'r trying to do something wrong00:37
lenswipedraftykins, sudo mount -t cifs user=user, password=password //c03 /homes/Robert00:38
lenswipeThat gives me the mount help page00:38
Nikola_Teslaanybody hear me ?00:38
lenswipedraftykins even00:39
lenswipeI hate this iPad00:39
daftykinsNikola_Tesla: i can see lots of spammy messages that are annoying me, with no sign of a support question.00:39
daftykinslenswipe: no that's wrong, -o user=username,password=password...00:39
daftykinslenswipe: you can't put spaces in the options and must prefix the options with -o00:40
daftykins!pm | Nikola_Tesla00:40
ubottuNikola_Tesla: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice.00:40
lenswipeOh.00:40
Nikola_Teslai have a printer install problem.  http://random0musings.blogspot.com.tr/2014/06/ubuntu-1404-and-canon-lbp6020b-laser.html            i did everthing in this page00:41
Nikola_Teslabut it is not working00:42
Nikola_Teslanot printing00:42
lenswipeThanks daftykins, now I can image this drive!00:43
lenswipeThank you00:43
daftykinsnp00:43
Nikola_Tesladaftykins dou know someting about install lbp6020 canon ?00:44
daftykinsno i don't really do printers.00:44
daftykinsi'd bet "sudo service ccpd status" is a good starting point however00:46
FuZi0NDoes Ubuntu offer relro, fortify, pic/pie?00:47
daftykinshttp://packages.ubuntu.com <-- knock yourself out00:47
[Mew2]how do i get all incoming connections on a port, forwarded to another port?00:51
[Mew2]on the same machine00:51
Sebastien.00:54
notalentgeekdaftykins, I know right, but I have to meet deadline tomorrow. Thank you for helping tho :).00:55
xdaimonhello01:27
xdaimonDoes a default installation of ubuntu 15.04 support mixing audio from different applications?01:28
daftykinsxdaimon: as in can more than one thing play at once? yes01:29
xdaimondoes ubuntu use alsa + pulseaudio combination by default?01:30
daftykinsyep01:31
xdaimonok01:31
=== RaptorJesus is now known as Majesticles
LaserAllanHey there guys, I just did a "sudo reboot" on my server and now it seems to not accept any SSH connections at all02:09
LaserAllanAnyone have any clue why this might be happening?02:09
=== rbanffy_ is now known as rbanffy
lost1nfoundLaserAllan: How long have you waited? Connection refused or Connection timed out?02:14
LaserAllanlost1nfound: Half an hour02:15
LaserAllanI can give you a pastebin of what it says or a screen shot02:15
LaserAllanI can give you a pastebin of what it says or a screen02:15
LaserAllanNetwork Error Connection Refused is all I get02:15
LaserAllanI have tried to ping the local IP which seems to respond02:15
lost1nfoundLaserAllan: ah ok. so thats an indication that the system is running but sshd failed to start or didnt start. do you have access to the machines console?02:16
LaserAllanlost1nfound: I do have access to the machines console but I don't have a spare screen right now becuase I mvoed today02:16
LaserAllanSo this kinda cought me offguard really02:16
LaserAllanI will have to talk toa enighbour tomorrow and see if they have a spare screen laying around02:16
LaserAllanI just did a regular "sudo reboot" It has never failed before02:17
lost1nfoundalso just try waiting longer. its possible its doing an fsck file system check on a large filesystem? which good take a bit. or something could have failed during boot, in which case we'd want to see the console02:18
LaserAllanTrue02:18
lost1nfoundyou could also give it a couple of hours, and if you still cant connect, hard-reboot the system and see if it comes back up correctly. ideally though, youd want to have a look at the console before just rebooting it, since you dont know what its doing02:19
LaserAllanSometing must have failed since I can do a "ctrl alt delete" and it will restart the machine02:19
lost1nfoundah ok, so you already tried that. but it doesnt come back up with ssh working?02:19
LaserAllanI used to have that issue before where I would start it and it wouldnät give me the sshd login prompt, and if i then did a ctrl delete it would restart and work properly but ok ill do that02:20
LaserAllanNope02:20
lost1nfoundalso is it possible the ip changed, and sshd was listening only on a specific ip? since you just moved...02:20
LaserAllanIt's just really confusing I havent touched it for like 6 months02:20
LaserAllanIts been running fine02:20
LaserAllanand now this happens02:20
lost1nfoundyeah i think you need a just need a console screen :)02:20
LaserAllanno the ip is stll the same according to the router02:20
LaserAllanI can ping the ip which is 192.168.1.82 but i cannot access apache in the webbrowser for example02:20
=== debsan_ is now known as debsan
LaserAllanI am just worried my whole system is going away including the data on my drives, but hopefully this has oting to do with that and in worst case it will be the system drive who gets wiped02:21
LaserAllanBut okay, I'll try to chill for now and see if any of my enighbours has any spare screen, hopefully they do so i can get sort this mess out02:22
LaserAllanand i hopefully won't end up with all my data lost in the process.02:22
unfiswifti deleted my partion with linux on it02:23
unfiswifthello?02:23
cfhowlettunfiswift, ask your ubuntu questions02:24
unfiswifti deleted my partion with linux on it02:24
unfiswiftbc i didnt want it anymore02:25
bazhangunfiswift, ubuntu related how02:25
unfiswiftit had ubuntu02:25
unfiswiftand im stuck in grub02:25
cfhowlettdo you have any other OS on that computer unfiswift ?02:26
bazhangunfiswift, so you want to use the windows tools to fixmbr02:26
unfiswiftwindows02:26
unfiswiftwhat tools?02:26
cfhowlettunfiswift, use windows tools.  ask ##windows02:26
unfiswiftok02:26
bazhang##windows unfiswift02:26
LaserAllanok, an update to my server problem, I went down into the basement and I saw that one of the cables fo the one of the external drives had fallen out of place02:35
LaserAllanNo wonder it got so mad since the script that autommounts the drives every boot probably wasn't happy that it couldn't find the drive02:36
LaserAllanLesson learned, do try to avoid using external drives in linux02:36
LaserAllan:P02:36
c_nickHow to change the mysql data directory from C:\Program Data to\\remote-server\. Will that work or is it better to just install mysql on that remote box02:36
ash66anyone good at hacking?02:41
cfhowlettash66, wrong channel ask elsewhere02:41
cfhowlett!hacking | ash6602:42
ubottuash66: A hacker is a person who delights in having an intimate understanding of the internal workings of a system, computers and computer networks in particular, as defined by Request for Comments (RFC) 1392 - i.e. a good programmer  -- crackers on the other hand break systems, see also !piracy02:42
GenericNodeNot since wargames, ubottu :-)02:51
GenericNodeThe media took control of those labels and hasn't quite let go yet unfortunately...02:52
davidhHello hello...am I connected?02:55
cfhowlett!test | davidh02:55
ubottudavidh: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test )02:55
davidh!test02:56
ubottuTesting... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test )02:56
Sebastien#test is +i and can't be joined03:03
rww!test =~ s/ ( .*//03:10
ubottuMalformed regex03:10
rww!test =~ s/ \( .*//03:10
ubottuI'll remember that rww03:10
=== davidh_ is now known as aquaphile
=== aquaphile is now known as Silurian
jhouseHi, I've installed ubuntu 15.10 on my lenovo y70 laptop (dual boot with windows 10) but have been seeing severe instability with both Ubuntu and Windows.  I'm not sure how to figure out what is going wrong.  Can I get some tips on figuring out the issue(s)?  I've seen lots of scrolling errors when I boot sometimes.  I'm not sure how to actually read them etc...03:22
mengbipingI seem to be in the middle of the infamous unity-control-center package dependency issue while trying to install ubuntu-desktop after I found I lost desktop for some reason I don't know: http://paste.ubuntu.com/14407685/03:24
[Mew2]how do i bind znc to port 80 without giving it root?03:24
mengbipingI tried approaches searched from google, but none of them really worked.03:24
EriC^^[Mew2]: which port will you use internally?03:25
[Mew2]8003:25
EriC^^i mean internally, something above 102403:25
[Mew2]i dont know what that meeans03:25
[Mew2]currently its on a high port03:25
EriC^^which port?03:25
[Mew2]600003:26
EriC^^sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 600003:26
[Mew2]what does this do?03:26
EriC^^redirects connections on port 80 to whatever is running on port 6000 on the server03:27
[Mew2]thank you so much03:27
Sebastienoh cool03:27
EriC^^no problem03:27
Sebastienso you don't have to use domain.tld:600003:27
[Mew2]can you please also give me the command to undo this in case i need to in the futture please?03:27
gasset font sze in hexchat03:27
=== Majesticles is now known as RaPtoRjEsUS
=== davidh is now known as Silurian
EriC^^[Mew2]: use -D instead of -A i think03:28
nicomachusgas: check with the guys in #hexchat03:28
[Mew2]EriC^^ thanks <333303:29
[Mew2]Sebastien03:29
EriC^^[Mew2]: np03:29
mengbipingCould someone help me with  the package dependency issue?03:29
mengbipinghttp://paste.ubuntu.com/14407685/03:29
nicomachusmengbiping: perhaps a "sudo apt-get clean" and a "sudo dpkg --configure -a"03:30
mengbipingnicomachus, that didn't help03:31
mengbipingor if there is any approaches to try to get back desktop instead of installing the ubuntu-desktop03:32
nicomachusmengbiping: what's your ubuntu version?03:32
mengbiping14.0403:33
mengbipingUbuntu 14.04.3 LTS03:33
nicomachusmengbiping: what happened to your desktop?03:34
mengbipingit's filled with a purple color. Nothing else on it.03:35
=== arlen_ is now known as Guest45476
mengbipingI type cmd via ssh03:35
nicomachusmengbiping: ok, can you possibly paste the log located at /var/log/apt/term.log?03:36
c31r2ganyone to guide to help me learn basics on linux via a book and some advice?03:37
somsip!manual | c31r2g03:37
ubottuc31r2g: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/03:37
c31r2gsomsip, thank you very much for your guidance03:38
mengbipingnicomachus, it's over 1800 lines, any suggestions to paste it?03:39
somsip!paste | mengbiping03:39
ubottumengbiping: 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.03:39
nicomachusmengbiping: sudo apt-get install pastebinit , and then "cat /var/log/apt/term.log"03:40
EriC^^* pastebinit /var/log/apt/term.log03:40
nicomachus^ yes, that. mengbiping03:40
nicomachusI forgot my pipe.03:41
mengbipinghttp://paste.ubuntu.com/14407802/03:41
jhouseI have frequent boot failures.  I was able to successfully boot tonight.  Are any of these errors/failures from dmesg particularly alarming? http://pastebin.com/VMckZUjF03:42
nicomachusmengbiping: did you remove "libgl1-mesa-glx"?03:43
EriC^^jhouse: they'd all be of the current boot, you can check older boots in /var/log/dmesg.003:43
mengbipingI didn't do that on purpose, probably it's after I lost desktop and typed auto remove03:44
mengbipingand upgrade03:44
nicomachusmengbiping: ok, go ahead and reinstall that. apt threw quite a few errors when that was removed.03:44
jhouseEriC^^: that file doesn't exist03:45
fooobarrr/var/log/messages ?03:45
mengbipingThe following packages have unmet dependencies:  libgl1-mesa-glx : Depends: libglapi-mesa (= 10.1.3-0ubuntu0.5)                    Recommends: libgl1-mesa-dri (>= 7.2)03:45
mengbipingit didn't complete successully03:45
nicomachusmengbiping: yep, just found that one in here as well. eek.03:46
nicomachusLots of "vivid" packages in here as well... hmm...03:47
EriC^^jhouse: the i/o error on /dev/sdb doesn't look too good03:47
mengbipingi never tried to remove some package on purpose, but why it's happening. :(03:48
BackOnehello03:48
=== Sebastien- is now known as Sebastien
nicomachusmengbiping: so how did desktop get removed?03:51
mengbipingi get back from supper, it just does not show up03:51
nicomachusthat doesn't just happen...03:52
mengbipingi reboot it, it gives me purple screen03:52
serfghHi, if i have AMD A4-4000 APU with AMD Radeon HD 7480D  , how to install it driver for ubuntu03:54
serfghfor video03:54
mengbipingafter supper, i click my keyboard and my mouse but it didn't wake up, so I have to reboot.03:55
serfghsudo apt-get install fglrx ?03:55
jhouseEriC^^: foobar: /var/log/syslog.1 and /var/log/kern.log.1 look like candidates03:56
mengbipingi use it for developing and some gpu computing. it happens sometime ubuntu runs out of ram and stuck there. But often reboot can get it back03:56
mengbipingbut not this time03:56
nicomachusmengbiping: have you done a memtest to make sure the RAM isn't failing?03:56
mengbipingi think ram is ok03:57
cfhowlettmengbiping, "I think ..."  dude.  DO THE TEST!03:57
mengbipinggive me a cmd03:58
mengbipingi can try it03:58
nicomachusmengbiping: https://askubuntu.com/questions/591488/how-do-i-run-memtest86/59150203:59
mengbipingbtw i use chrome a lot with a lot of tabs open. I think it's the reason why OOM happens (chrome leaks a lot)04:00
mengbipingrunning the test now04:01
cfhowlettmengbiping, well then ... don't chrome or don't multi-tab?04:01
mengbipingdude, it's work04:01
jhouseEriC^^: foobarrr: /var/log/syslog.1 from previous boot: http://pastebin.com/Tmcep5TJ04:02
happyfacehi, i am getting six error messages when i boot up. I can either cancel it or report problem. But whatever i do it always comes up when i start the computer.04:02
mengbipingnicomachus, while ram testing is running, could you help me understand why it complains the error that unity-control-center have unmet dependencies while libcheese7 has already been installed with a version higher that required?04:04
nicomachuswell my main concern is that you seem to have a lot of Vivid packages installed on a Trusty system. which is never a good idea.04:04
mengbipingwhy cannot we just reinstall them?04:06
nicomachusbecause you shouldn't have vivid packages (from 15.04) on a Trusty OS (14.04)04:06
nicomachusbut I could be wrong about those packages.04:06
cfhowlettmixing releases like that *will* cause things to break04:07
nicomachuscfhowlett: did you see his apt log? I'd like a second opinion on them.04:07
mengbipingit seems to be a result of following some guideline searched from google04:07
cfhowlettnicomachus, pastebin is blocked in China.04:08
nicomachuscfhowlett: even ubuntu paste? http://pastebin.ubuntu.com/14407802/04:08
cfhowlettreading now nicomachus04:08
cfhowlettmengbiping, nicomachus let's confirm:  cat /etc/apt/sources.list | nc termbin.com 999904:09
mengbipingit's doing ram test now04:10
cfhowlettmengbiping, later than04:10
cfhowlett*then*04:10
cfhowlettmengbiping, also:  #ubuntu-cn for assistance in putanghua04:12
mengbipingnever mind :)04:12
mengbipinghttp://termbin.com/qp4s04:12
nicomachuswell, no vivid sources...04:12
mengbipingit does not even should google chrome source I believe I have04:13
mengbipings/should/show04:13
nicomachusthat is likely in sources.list.d/04:13
mengbipinghttp://termbin.com/y4tr04:14
mengbipingany clues?04:15
cfhowlettyou are not mixing trusty/vivid -- just wanted confirmation04:15
DivineAmnesiaHello04:16
cfhowlettmengbiping, how much ram do you have?04:16
cfhowlettDivineAmnesia, greetings. ask ubuntu questions04:16
mengbiping6G04:16
DivineAmnesiaI would like to have a nice IRC channel where i can communicate with fellow hacktivists04:17
nicomachus!coc > DivineAmnesia04:17
ubottuDivineAmnesia, please see my private message04:17
cfhowlettDivineAmnesia, this is ubuntu support --- hacking it is not04:17
nicomachusDivineAmnesia: you won't find that on Freenode.04:17
DivineAmnesiaThe previous one i used ran out of funding...04:17
cfhowlett!ot | DivineAmnesia04:18
ubottuDivineAmnesia: #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!04:18
mengbipingguess i have to reinstall it?04:18
DivineAmnesiaok excuse me04:18
DivineAmnesialet me read ur msg04:18
DivineAmnesiaOk04:18
DivineAmnesiaI shall agree to it :)04:19
DivineAmnesiaThank you04:19
DivineAmnesiaSo how are everyone here?04:19
cfhowlettDivineAmnesia, again: support channel.  socializing chit chat is elsewhere.  if you have ubuntu specific questions, ask04:20
DivineAmnesiaOh ok then please give me a lekke channel?04:20
nicomachusDivineAmnesia: no.04:21
cfhowlett!alis | DivineAmnesia search for yourself with this04:21
ubottuDivineAmnesia search for yourself with this: alis is a services bot that can help you find channels. Read "/msg alis help list" . For more help or questions relating to alis, please join #freenode. Example usage: /msg alis list #ubuntu or /msg alis list http04:21
nicomachusmengbiping: if it's possible to back up your important stuff and reinstall the OS, then that would probably be the easiest way to fix everything that is broken in one fell swoop.04:28
mengbipingit's not a problem for backup my data(/home is on another disk), the only trouble is that i have to reinstall a lot of packages.04:34
mengbipingnicomachus, i now managed to install ubuntu-desktop04:35
mengbipingbut still purple screen04:35
mengbipingwhat else do you suggest to install04:35
Ben64mengbiping: so make a list of the packages you have installed, then install them later04:42
Sebastienhow come from my main user account i don't have permission to edit files in www/?04:43
Ben64Sebastien: because normally users don't have permission to edit files outside of their home directory04:44
tgm4883Sebastien: because it's not in your home directory04:44
Sebastienhow do i fix this then ?04:44
Sebastieni would like this user to be able to also use ftp to upload files04:45
Sebastieninto /www/04:45
Ben64you could - 1) put your web stuff into your home directory somewhere and make that the documentroot for the website...... or 2) add the user to the www-data group04:45
[Mew2]why cant winscp just login with sudo tho?04:46
Sebastienhmm04:46
Sebastien^04:46
Sebastiengood Q04:46
[Mew2]i dont know if im phrasing that question correctly04:47
SebastienBen64 tgm4883: http://i.imgur.com/D2SGvQi.png this is the error i keep having when trying to upload those html files..04:47
Ben64Sebastien: you should not use ftp04:48
[Mew2]sftp*?04:48
Sebastienits the only option available.04:48
Sebastienlook at the screenshot i posted04:48
Ben64its never the only option.04:49
Sebastienit is with this program04:49
Ben64so use another program04:49
Sebastienno04:49
Sebastienwhy would i want to do this04:49
Sebastiennothing wrong with ftp04:50
Ben64there is plenty wrong with ftp04:50
Sebastienok04:50
Sebastienmaybe for the NASA04:50
=== bob is now known as Guest21330
Ben64it's ancient, it's not secure, it's horrible04:50
Sebastieni host stats, nothing else04:50
ihmwhat irc clients do you guys recommend?04:50
Sebastienmirc, weechat04:50
ihmall right04:51
tomreynmirc? i dont think this is packaged for ubuntu04:51
[Mew2]so to confirm, winscp cant login with sudo?04:51
Sebastienwine can run it04:51
Ben64Sebastien: use sftp instead, it's secure (runs over ssh), and all you need is an ssh server04:51
Sebastienjust not the COM events and Sockets04:51
ihmirssi?04:51
SebastienBen64, the thing is, you didn't look at my screenshot04:51
Sebastieni can't use sftp with it04:51
Ben64ihm: better topic for #ubuntu-offtopic04:51
Sebastieni paid for it04:51
Ben64Sebastien: so use a different program04:51
Sebastieni cant04:51
Sebastienwow04:51
ipitydaf00irrsi is good for command line04:51
Ben64you really can. it is not hard to upload a file with a different program04:52
[Mew2]Sebastien Ben64 is an ass who passively has trolled me for the last month04:52
[Mew2]just a warning04:52
tomreynuuh yes probably you can run some proprietary windows irc client through wine, but why not use some native client instead?04:52
Ben64[Mew2]: not true04:52
tomreynihm: i'd look into irssi (if you don't mind it running on a temrinal), hexchat, weechat, chatzilla04:54
tomreynoh quassel, too04:56
Guest7367hey guys, a volunteer was helping me chmod my install because of a upgrade failure but I had to leave for work04:57
Guest7367is there anyone who can help me pick it back up where we left off?04:57
[Mew2]<[Mew2]> so to confirm, winscp cant login with sudo?04:59
Ben64[Mew2]: you can log on with any user with ssh access04:59
[Mew2]i completely understand what that means05:00
Ben64ok great05:01
Guest7367who here can help me?05:04
locksmithhi05:05
Ben64Guest7367: you'll need to explain whats going on completely05:05
[Mew2]if you do it partially Ben64 will give a passive agressive remark05:05
Ben64[Mew2]: i don't know what your problem is with me, but please keep it out of the support channel05:05
[Mew2]my problem is your unhelpfull comments every time i ask for help05:07
somsip[Mew2]: what is your real question here - stop the personal comments05:07
tgm4883alright enough you two05:07
[Mew2]im just trying to find out who to make winscp execute the file transfers with sudo access05:08
[Mew2]who=how*05:08
rwwsudo on the server side?05:08
[Mew2]um05:08
somsip[Mew2]: what does winscp run on?05:08
[Mew2]windows05:08
rwwor on the client side?05:08
somsip[Mew2]: so that's nothing to do with ubuntu. Did you want to use sudo after you were connected?05:08
[Mew2]the user sinscp logs in with doesnt have permissions on some files05:08
[Mew2]winscp*05:08
tgm4883[Mew2]: are you trying to upload files to the /www directory?05:09
somsip[Mew2]: what user is it connecting with?05:09
rwwso server. you don't. either enable root and copy using that account (not supported) or copy as a normal user and them move them using sudo over ssh or something05:09
[Mew2]user ubuntu05:09
somsip[Mew2]: so you need to either change the user being used by winscp, or give ubuntu the correct permissions05:09
[Mew2]i want winscp to use sudo so i dont have to chmod a file/flder every time i need to modify it05:09
somsip[Mew2]: winscp does not *use* sudo in any way. It logs in as the user you tell it to. That user may have sudo access05:09
rwwSebastien: your cute new cloak notwithstanding, you've been quieted from this channel for a few days. Please /join #ubuntu-ops and get that resolved instead of evading, thanks05:10
[Mew2]hmm05:11
somsip[Mew2]: which is where you were with Ben64 12 minutes ago.05:11
mengbipingnicomachus, i finally find back my desktop, without reinstalling ubuntu. :) thank you very much.05:11
[Mew2]thanks for giving me the time lapse there05:12
[Mew2]i still have not resolved my issue tho05:12
somsip[Mew2]: drop the sarcasm or go straight in the ignore list. You have not solved the issue because you are not addressing it. You're just restating the problem, and getting the same information05:12
[Mew2]what is it that you want me to do exactly to get help05:13
[Mew2]i have phrased my issue 2 different ways05:13
rww[Mew2]: either enable root and copy using that account (not supported) or copy as a normal user and them move them using sudo over ssh or something05:13
[Mew2]and i think you realize that im a noob05:13
tgm4883[Mew2]: you need to use an account that has permissions to the directory you want to write to. Which means you need to give the correct permissions to the directory you want to write to.05:13
somsip[Mew2]: 12:09 < somsip> [Mew2]: so you need to either change the user being used by winscp, or give  ubuntu the correct permissions05:13
somsip[Mew2]: the consensus is pretty clear05:14
[Mew2]so go into sshd_config and give user ubuntu root permission?05:14
Guest7367Ben64: I attempted to upgrade from 14.04 to the next newest version. Now the furthest I can get in boot is to Grub205:14
rww[Mew2]: neither of those things are the two things i just suggested05:14
waters33637hi .. anyone got a sec to point me in the right direction for adding dns to a tinc vpn05:15
tgm4883[Mew2]: What is the final destination folder you are trying to write to?05:15
Abe_hi05:15
[Mew2]i want to be able to ftp in winscp in any folder without having to chmod files05:15
[Mew2]not just a single fodler05:15
[Mew2]folder*05:15
rww[Mew2]: then either enable root and copy using that account (not supported) or copy as a normal user and them move them using sudo over ssh or something05:16
[Mew2]so what im tryign to do is not possible rww?05:16
Guest7367Ben64: At first it wouldn't allow me past login, now I can't even get that far. When I try to boot from Grub I get stck on a blank purple screen05:16
tgm4883[Mew2]: what are you trying to copy over? Why do you need to copy to a bunch of folders not in your home directory?05:16
rww[Mew2]: if you don't enable root and copy using that account (not supported) or copy as a normal user and then move using sudo over ssh, then no.05:16
somsip[Mew2]: sanity check - do you mean FTP or SSH?05:17
[Mew2]i have to constantly go in different folders because i prefer to configure over winscp notepad rather than nano05:17
Abe_[Mew2]: put all you crap in your home directory05:17
[Mew2]i dont want to make these directory changes05:17
somsip!behlpful | Abe_ (he's clearly learning - dont complicate it)05:17
tgm4883hmm05:17
[Mew2]and i dont want to transfer over ssh05:17
somsip!behelpful | Abe_ (he's clearly learning - dont complicate it)05:18
ubottuAbe_ (he's clearly learning - dont complicate it): As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes.05:18
[Mew2]i just want to ftp05:18
[Mew2]its never been so difficult05:18
waters33637tincd ... anyone?05:18
=== dreamon_ is now known as dreamon
Abe_somsip: I was actually serious05:18
tgm4883[Mew2]: well there is a lot of security in place to prevent you from doing exactly what you want to do05:18
somsipAbe_: you maybe don't have the backstory as you only joined a couple of minutes ago - more complicated than what you see05:18
[Mew2]this is a freshly installed instance05:19
Abe_oh ok sorry i keep out of it05:19
somsipAbe_: np - I appreciate the willingness to help :)05:19
waters33637sftp ... with a rsa key?05:19
[Mew2]i dont try to piss off half the room which apparently i have done05:19
[Mew2]just asking a question05:20
edededHello!05:20
tgm4883[Mew2]: what you want to do can't be done without disabling security that nobody in this room is going to help you do05:20
[Mew2]why not?05:20
tgm4883[Mew2]: because we don't support bad security practices05:20
[Mew2]ok05:21
somsip[Mew2]: *that* attitude will annoy people, not asking questions05:21
[Mew2]but i have always been able to ftp freely05:21
[Mew2]on other servers05:21
[Mew2]without these issues05:21
rwwThat's nice. Is there anything else we can help you with today?05:21
tgm4883[Mew2]: then someone broke the security model on those systems05:21
somsip[Mew2]: if ftp is set up loosely (insecurely) you may have been able to. You say this is a new instance of server so it's been setup differently05:22
[Mew2]so what i am experiencing now, this is the norm, rather then my previous ability to ftp freely?05:22
somsip[Mew2]: yes - ftp restricts access05:22
[Mew2]i guess this is where my frustration was, my previous ftp experiences (for the last 5 years) have never been through this and so assumed that was the norm05:23
waters33637Hey .. .so ... anyone know anything about tinc-vpn?05:24
[Mew2]i just want to express that coming here as a newb it is not easy to get help05:24
[Mew2]but i do thank you for the help i have recieved05:24
[Mew2]i appriciate it greatly05:24
[Mew2]i know you guys dont get paid to do this05:25
[Mew2]but you also dont have to be rude about it05:25
edededHey guys, I need a little help with terminology.i am running 14.10 (while latest on the website is .04) - what is it that I am running? what do you call that05:26
Abe_people help me actually very good here in my opinion05:27
Abe_much*05:27
tgm4883ededed: you're running a non-LTS version. 14.04 is the latest LTS version (long term support). The latest version if 15.1005:28
edededaha05:28
edededthanks!05:28
edededis it something i control as a config in my pc? or is this based on an ISO i got05:29
tgm4883ededed: well it's based on the version you installed. You can upgrade to new versions05:29
edededthanks. I wonder why i did this? then i messed with my apt-sources so this is all whacky.05:30
Abe_well* f05:30
edededand i did this like months ago so i dont remember :)05:30
serfghHi. I had install STEAM on ubuntu, where this folder is located??05:31
serfghFOUND it05:32
serfghthanks05:32
=== noteness- is now known as noteness
qassemafter installing foo2zjs printer driver on Ubuntu 14.04, printer doesn't print. It looks like it recognizes the printer. the output for lsb_release -a; uname -a; apt-cache policy hplip  is05:42
qassemNo LSB modules are available.05:43
qassemDistributor ID:Ubuntu05:43
qassemDescription:Ubuntu 14.04.3 LTS05:43
qassemRelease:14.0405:43
qassemCodename:trusty05:43
qassemLinux raffi-X550EA 3.16.0-50-generic #66~14.04.1-Ubuntu SMP Thu Sep 10 17:05:00 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux05:43
qassemI'm trying to get hp laserjet 1020 installed. The hplip package has not worked at all after installing and uninstalling multiple versions of that package.05:44
=== Guest62646 is now known as IdleOne
Rave1qassem,  that printer may require that the additional plugin be installed from Hp  via the HPLIP interface did you try to do that?05:46
ezequiel_hi05:48
qassemhow would i do that?05:48
ezequiel_are you alive?05:49
qassemthe directions here - if i read them correctly- don't say anything about installing something from the hplip interface   https://mark911.wordpress.com/2014/10/31/how-to-install-printer-drivers-for-hp-laserjet-1020-in-ubuntu-14-04-lts-without-needing-access-to-openprinting-org-website/05:49
Rave1qassem,  on the  HPLIP  look for a green colored button marked  .. Install required plugin05:50
Rave1I have a 1025 that will not function without that installed05:50
qassemwhen you say on the hplip do you mean here http://hplipopensource.com/hplip-web/install_wizard/index.html05:51
qassemi don't see any green colored button...05:52
Rave1qassem,  no I mean on the GUI for hplip that you should have installed05:53
acetakwasHow do I use Bibledit-Xiphoz?05:53
acetakwasIt shows a screen like this: http://imgur.com/HkXy2tb05:53
qassemso by following this procedure  https://mark911.wordpress.com/2014/10/31/how-to-install-printer-drivers-for-hp-laserjet-1020-in-ubuntu-14-04-lts-without-needing-access-to-openprinting-org-website,  hplip should be installed?05:55
qassemmy understanding was that procedure removes hplip from the system05:55
Rave1qassem,  and that is not much help as far as I know05:56
qassemthe GUI doesn't show an hplip application (there are hplip folders though05:56
qassemwhat is not much help?05:56
Rave1qassem,  why not just get hplip gui from synaptic05:56
qassemhplip has not worked at all with ubuntu 14.0405:57
jack__Xchat gone after click mini05:57
Rave1qassem,  you are going about this the hard way05:57
qassemare saying i should just try the ubuntu software center and install it that way?05:57
jack__how to fix it ?05:57
Rave1qassem,  if the ubuntu version give you problem get the new one from HP  from the link you posted05:58
Rave1qassem,  i would try the one from ubuntu first though05:58
qassemnone of those hplip versions have worked with ubuntu 14.04.05:58
jack__I can open a new xchat window. But I can't open the old one.05:58
Rave1qassem,  i use them on 140405:59
Rave1the new one from HP site that is05:59
qassemok, would that mean that I should uninstall the foo2zjs drivers, or fine to leave them?05:59
ezequiel_#sex05:59
Rave1qassem,  no idea  sorry05:59
qassemok, thanks!06:00
jack__anybody  who know how to solve this problem?06:00
ezequiel_im new in ubuntu can you help me?06:00
jack__How can i help you?06:01
ezequiel_how can i emulate 2 desktops06:02
jack__what is your desktop?06:02
ezequiel_i dont know06:03
jack__so you just flow the install and didn't install any other desktop?06:04
ezequiel_i just install ubuntu06:05
locksmith  ____                     __06:05
locksmith / __ \_    _____  ___ ___/ /06:05
locksmith\____/|__,__/_//_/\__/\_,_/06:05
ezequiel_nothing else06:05
jack__ubuntu 15.10;14.04;12.04;15.04 . which one is your system?06:05
rodney77hi, i'm trying to set up some rtirq rules to give my external audio card the highest priority, for low latency recording.06:06
ezequiel_version?06:06
jack__yes06:06
ezequiel_15,1006:07
rodney77so anyway, i want to add the usb port to my rules, the one i'm using for my sound card06:07
jack__the same to my system.06:07
rodney77but i don't know how to find out what port a device is on. How do i do this?06:07
rodney77the instructions say to use ehci_hcd:usb2 if you're using port 2. but I don't know if my device is plugged into port 2, or 1, 3, or something else06:08
jack__fdisk -l to find where is your usb port. often it begin sdb.06:09
rodney77ok, jack__, i will try now06:10
rodney77jack__, fdisk -l didn't return anything. I thought fdisk was for listing hard drives?06:11
jack__you can try.06:12
elanheyy06:15
elanany one ther e06:15
jack__yes06:16
elanhows all going there06:16
elan?06:16
jack__that isn't a question.06:16
elanhah ya06:16
elanany new  updates on backbox u got ?/06:17
jack__nope for me.06:18
elanok .06:18
jack__do you know  how to open the old xchat after you mini tray it.06:18
=== NightKhaos_ is now known as NightKhaos
elanclk on the tab at your right06:19
elanthers a x mark06:19
jack__no, I didn't see anything.06:20
elanthe mini tray should b right there06:21
jack__ubuntu 15.10 doesn't show it.06:21
elanok .m using backbox 4.4 though06:22
jack__I didn't use it, so I can't see it?06:22
elanhmm ya06:22
elanthers shold b some other option u got there06:23
ShadyzI installed ubuntu as priMary OS on mine system06:23
elannice shady .06:24
Shadyzand is draining the battery like hell06:24
jack__yeah06:24
=== avi is now known as Guest88743
elanhah .no itshoulddbt06:24
elanbye gtg06:24
Shadyzany advice on that06:24
jack__I don't know how to open it.06:24
elanyes try using it by dual boot06:24
Shadyz<elan> if if dual boot it won't drain it06:25
elanya think so06:25
ShadyzI will try and see06:26
elanok ....dont blame me if it wont ork06:26
elanwork*06:26
Shadyzall the same...anyone heard about cfufreqd06:27
elannope .06:27
jack__how to install backbox. I want to try it.06:27
elandownload backbox.iso06:28
elanboot into a bootabe usb06:28
elanand google is there for ur help06:28
jack__ok06:29
elanbye .i have to update me backbox06:29
jack__bye06:29
azizLIGHTi mtrying to install a program, but when i try "sudo pip install https://github.com/chrisspen/freekey/zipball/master" i get errors. i pasted them here: https://bpaste.net/show/20edf6814adf am i missing some packages?06:38
rodney77ok so i ran tail -f /var/log/syslog and plugged in my sound card. the log said 'usb 1-2: New USB device found' does 'usb 1-2' mean port 2, or ehci_hcd:usb2?06:44
rodney77(which is what i'm looking for)06:45
beladonaMy mic is not giving a clear and lound voice. Do I need to install any drivers or apps?06:48
FredFlinstoneHey guys.  New to Ubuntu.  Someone said that new releases were going to not be systemd anymore.06:49
annon100101check if proprietary driver is needed from software updater06:49
FredFlinstoneIs that true and if so what will they become?06:49
=== google is now known as Guest14952
=== Tronsha is now known as [UPA]Stefan
[Mew2]Guys I want to follow up on my question from earlier07:01
[Mew2]Can I add a root user who would be able to ftp all files on the system without restrictions?07:02
[Mew2]I think easier I asked from the perspective of my user being able to do it07:03
[Mew2]Earlier*07:03
lotuspsychje[Mew2]: be carefull with ftp, its a security danger07:04
somsiplotuspsychje: save yourself some time - check the logs for what was discussed earlier - it's all been done already07:05
beladonaMy mic is not giving a clear and lound voice. Do I need to install any drivers or apps?07:05
lotuspsychjesomsip: ok tnx for the headsup07:05
somsipnp07:05
lotuspsychje!sound | beladona have you checked?07:05
ubottubeladona have you checked?: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.07:05
[Mew2]Wel after I am done ftp'ing I can just delete the user right?07:06
lotuspsychje[Mew2]: ive already pointed you to the #pfoftpd channel yesterday, please stop spamming questions into the ubuntu channel07:08
lotuspsychje#proftpd07:08
[Mew2]Im asking about adding a user07:09
[Mew2]Stop trolling me bro07:09
somsip[Mew2]: and here you go with the attitude again. *This* is why I'm not helping you, and I suspect it goes for others too. For goodness sake learn.07:09
[Mew2]somsip why do you feel that you need to announce multiple times that you are not helping me?  additionally why do you go out of your way to ensure that other users dont help me either?  your very behaviour suggests the definition of a troll07:14
lotuspsychje!ops | [Mew2] trolling the volunteers over and over07:14
ubottu[Mew2] trolling the volunteers over and over: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang07:14
[Mew2]?07:15
[Mew2]so07:17
[Mew2]how do i add a root user07:17
[Mew2]sudo adduser ...something?07:18
[Mew2]what defines the priveldges in that command07:18
Ben64[Mew2]: use sudo when needed to copy a file to a protected area07:19
[Mew2]thanks Ben6407:20
[Mew2]but how do i add a user tho07:20
Ben64sudo adduser <username>07:20
[Mew2]and how do i define the priveldges for that user?07:20
Ben64what are you trying to accomplish07:20
[Mew2]to learn how to add a user07:20
Ben64and i just told you07:21
[Mew2]and how do i define the priveldges for that user?"07:21
Ben64what are you trying to accomplish07:21
[Mew2]to learn how to add a user07:21
=== llldino is now known as Guest52893
ns5How can I find out which packages depend on isc-dhcp-client?07:35
Beladonalotuspsychje:  the quality of sound is not so clear07:38
Beladonawhat could be the issue?07:38
BeladonaI mean my mic07:38
lotuspsychjeBeladona: wich ubuntu version is this?07:38
Beladonalotuspsychje:  lts07:38
Beladonalotuspsychje:  14.04 kubuntu lts07:39
lotuspsychjeBeladona: did your mic play clear in any other Os before?07:39
Beladonalotuspsychje:  yes07:39
=== Tawmu_ is now known as Tawmu
lotuspsychjeBeladona: ok maybe you should investigate syslog and dmesg about sound errors?07:39
Beladonalotuspsychje:  ok, any drivers or packages like kubuntu-restircted-extras?07:40
lotuspsychjeBeladona: your sound should work by default without other installs07:40
Beladonahm07:40
lotuspsychjeBeladona: what kind of graphics card do you have?07:41
Beladonadont know. how to check07:41
Beladonaits a  laptop07:41
lotuspsychjeBeladona: sudo lshw -C video07:41
lotuspsychjeBeladona: we need the chipset and the driver=07:42
Beladonaproduct: Haswell-ULT Integrated Graphics Controller        vendor: Intel Corporation07:42
Beladonalotuspsychje:  sound of mic depends on video card?07:43
lotuspsychjeBeladona: in some cases it can be related yes07:43
lotuspsychjeBeladona: ok i would investigate your logs first for sound errors07:43
Beladonawhich logs?07:43
lotuspsychjeBeladona: if nothing found try a 15.10 liveusb and test your mic from a livesession07:44
lotuspsychjeBeladona: just told you, scroll up please07:44
azizLIGHTi mtrying to install a program, but when i try "sudo pip install https://github.com/chrisspen/freekey/zipball/master" i get errors. i pasted them here: https://bpaste.net/show/20edf6814adf am i missing some packages?07:44
Beladonalotuspsychje:  ok. let me read things. I will come back. thanks!07:44
lotuspsychjeazizLIGHT: ask the maintainer of this package, seems not an official ubuntu package07:45
azizLIGHTah crap its like 4 years old07:46
=== ignasi is now known as darent
sam_yanHI! In ubuntu 15.04 ,there is no irqbalance unit with systemd.Does ubuntu give up irqbalance ?07:47
ns5I tried to purge many packages, many failed because they have packages depend on them.  Now when I run dpkg --get-selection, they are all marked as purge.  Is this a problem?  How to restore the status to install?07:47
lotuspsychjens5: lets start from the beginning, did you add ppa's of any kind?07:48
ns5lotuspsychje: no ppa added07:48
donnibHi07:48
donnibi have exec /usr/bin/node /usr/local/atlasboard/BKSV/start.js >> /var/log/node.log 2>&1 in my upstart conf07:48
donnibi need a yourprogram.pid for monit, what is it in my case ?07:49
lotuspsychjens5: could you add pastebin of the purge trying?07:49
donnibis it /usr/bin/node ?07:49
ns5lost1nfound: http://paste.debian.net/359813/07:50
iAmerikandonnib: rephrase07:50
lotuspsychjens5: no i dont mean dpkg command, but the errors showing when try to purge07:51
ns5lotuspsychje: oh ok, then http://paste.debian.net/359814/07:52
ns5lotuspsychje: this is just an example, there are many errors, but all similar07:52
donnibiAmerikan: i made an upstart file to launch my node.js app07:52
lotuspsychjens5: wich ubuntu versions is this?07:53
donnibiAmerikan: now i want to use monit to monitor my node.js if it crashes and i see monit asks for yourprogram.pid which i am asking what that is ?07:53
ns5lotuspsychje: Ubuntu 14.04.2 LTS07:53
=== Flutterb1t is now known as Flutterbat
lotuspsychjens5: updated to latest 14.04.3 please07:53
iAmerikanthe pid. I don't think that's ubuntu related. 'monit' should have documentation somewhere07:54
ns5lotuspsychje: after upgrading to .3, will all the 'purge' status be gone?07:54
iAmerikanpid = process id07:54
auronandace2donnib: process id of your running program. look for it with ps aux07:54
lotuspsychjens5: try07:54
ns5lotuspsychje: ok07:54
donnibiAmerikan: i was following this guide http://howtonode.org/deploying-node-upstart-monit07:54
akikdonnib: yes it's the pid of the node process07:57
donnibakik: but what is the pid ? I mean i can find it with PS but that would change07:57
sam_yanHI! In ubuntu 15.04 ,there is no irqbalance unit with systemd.Does ubuntu give up irqbalance ?07:58
lotuspsychje!info irqbalance | sam_yan07:58
ubottusam_yan: irqbalance (source: irqbalance): Daemon to balance interrupts for SMP systems. In component main, is standard. Version 1.0.6-3ubuntu3 (wily), package size 28 kB, installed size 83 kB07:58
iAmerikandonnib: the pid wont change randomly when the app is running07:58
akikdonnib: you should write the pid into a file after it has started07:59
donnibiAmerikan: yes exactly my point so why would monit ask to mintor a pid which will change, does not make sense, i must misunderstand something07:59
akikdonnib: look into /var/run07:59
sam_yanIn vivid.there is no irqbalance.08:00
lotuspsychje!info irqbalance vivid | sam_yan yes there is08:00
ubottusam_yan yes there is: irqbalance (source: irqbalance): Daemon to balance interrupts for SMP systems. In component main, is standard. Version 1.0.6-3ubuntu1.1 (vivid), package size 28 kB, installed size 117 kB08:00
donnibakik: to look for ? i don't see my program there08:00
iAmerikanit wont change.08:00
akikdonnib: after your node process has started, write its pid number into a file under /var/run08:01
donnibakik: ok so if i do that then after it crashes first time and it's restarted the process will have a new id so i have to change the file everytime ?08:01
iAmerikanalso check out any of the modern tutorials that aren't 6 years old.08:02
akikdonnib: you should of course automate the process of creating that file08:02
iAmerikansearching 'deploy node app' brought up multiple options for me08:02
iAmerikanor 'how to deploy node app'08:02
donnibiAmerikan: well i have deployed it, it's just about the monitoring part08:03
sam_yanI can not see any configure files about irqbalance except .conf .but with systemd ,irqbalance is running08:03
sam_yanso I want to know  who start the irqbalance08:04
iAmerikanI saw multiple with crash resistance08:04
iAmerikanotherwise what specific monitoring are you looking for08:04
=== fish is now known as Guest97729
=== auronandace2 is now known as auronandace
mikhael_k33hlI'm using Ubuntu 14.04, and it seems to be intermittently resolving my hostnames. Made sure that network-manager is set up using the correct NameServer using the nmcli command.08:11
greenerranyone know of any gpl or other available (even commercially) scripts or code that run on ubuntu or any other linux distro, that are intended to perform various SEO tasks, like crawling, tracking, posting, link building, managing (fixing or deleting) links, etc?   as most of the commercial ones only work on pc and/or mac, and i know linux folks usually code their own, i'm interested in finding some sample for linux that i can learn in08:11
greenerr order to make my own.08:11
akikdonnib: reading the page you linked, the pid file is created in the upstart config file08:13
akikdonnib: "echo $$ > /var/run/yourprogram.pid"08:13
yinflyingHa08:15
akikdonnib: not sure if $$ is actually the pid of node, according to the comment by Nguyen Duc Phuong08:17
yinflying08:19
yinflyingcan't I  connect to server?  I hear nobody.....08:20
nooke4000I guess you just did08:21
[Mew2]!ops for the record <somsip> lotuspsychje: save yourself some time - check the logs for what was discussed earlier - it's all been done already08:22
ubottu[Mew2]: I am only a bot, please don't think I'm intelligent :)08:22
yinflyingHa,But I have saw what you said..08:22
[Mew2]!ops for the record <somsip> [Mew2]: and here you go with the attitude again. *This* is why I'm not helping you, and I suspect it goes for others too. For goodness sake learn.08:22
ubottu[Mew2]: I am only a bot, please don't think I'm intelligent :)08:22
putskaПривет))08:22
[Mew2]!ops not only announcing that hes not helping me but getting others users to not help me as well08:22
ubottu[Mew2]: I am only a bot, please don't think I'm intelligent :)08:22
Flannel[Mew2]: Stop.08:22
yinflyingwhat happened?08:23
[Mew2]sorry i just want to put that on record08:23
putskarussian girl soo aloone((08:24
iAmerikanputska: brat'ya po kiska08:25
yinflyingTerrible,I just see that many individuals get in and go out...08:25
iAmerikan[Mew2]: I think the ops have a channel you can bring up your issues in08:25
putskaahahahah, ohuennoo08:26
magnetikHi08:26
magnetikI'm openning a ssh tunnel with : ssh -M -S /tmp/ssh_tunnel_%h.sock -o ExitOnForwardFailure=yes -f -N -L "$LOCAL_PORT:localhost:$DISTANT_PORT" "$HOST"08:27
=== noteness- is now known as noteness
magnetikBut I'd like to close all ssh tunnels, without knowing the host08:27
magnetikbut doing like lsof on the /tmp/ssh_tunnel... file return nothing08:27
magnetikeven when the ssh process is running08:27
iAmerikanmagnetik: they must open some sort of process no?08:27
magnetikyep the ssh process08:28
iAmerikanwhy not kill that08:28
magnetikeh, that's the idea =)08:28
putska<iAmerikan>   r u from?08:28
iAmerikanpkill, killall etc08:29
Ben64magnetik: shows up on lsof when I do it08:30
magnetikdamn08:30
putska<iAmerikan>  эммм,эт ты мне?08:31
yinflying。。。。08:31
ns5what is /usr/sbin/gshelld?  I have this process running in my box08:32
ns5and dpkg -S /usr/sbin/gshelld shows nothing08:32
Ben64ns5: googling it comes up with a bunch of chinese stuff, no idea man08:33
magnetikHere lsof, even in sudo, returns nothing for this file, even when the ssh process is running08:34
Ben64magnetik: what exactly are you typing for lsof08:34
magnetiklsof /tmp/ssh_tunnel_myhost.sock08:35
magnetikor sudo..08:35
iAmerikanlook in htop?08:35
[Mew2]hey guys, i am on ubuntu shell, trying to find out how i can manage users? and thier priveldges?08:36
Ben64magnetik: well theres your problem, its not being accessed as a file so much, its a socket. i'm no lsof expert, so there might be an easier way, but this should work for you... "lsof | grep ssh_tunnel"08:36
iAmerikan[Mew2]: that's linux specific?08:37
magnetikWhen running lsof -p <pid of the ssh process> I see that it's has the file, but with a suffix that I don't see in the file name08:37
[Mew2]ubuntu soecific08:37
[Mew2]specific08:37
magnetikThanks for the input anyway08:38
iAmerikanwhats the suffix and why haven't you tried my suggestions08:38
Ben64magnetik: well yeah, because its not a file08:38
[Mew2]more specifically im trying to find out if i add a user how i can give him admin root priveldges, and revoke those priveledges if need be?08:39
ikonia[Mew2]: add/remove the user from / to the sudo group08:40
cfhowlett[Mew2], if HE is a root, he could just as easily delete you ...08:40
ikonia[Mew2]: if you look at the groups your default system user is in you can add/remote him from the admin/sudo group08:40
iAmerikanif you give someone sudo he can try to keep sudo08:40
Flannel[Mew2]: https://help.ubuntu.com/lts/serverguide/user-management.html has some general info (and https://help.ubuntu.com/lts/serverguide/index.html is a generally reasonable starting place for a lot of common questions for servers)08:40
iAmerikanmaybe you can lock down the wheel group idk08:41
[Mew2]cfhowlett im not actually giving it to anyone right now, just learning, ikonia interesting i didnt know that sudo was a group08:41
[Mew2]Flannel thank you going to read up on that now08:41
[Mew2]thank you everyone :)08:41
Flannel[Mew2]: sudo is *also* a group (it used to be the 'admin' group, you may run into documentation that still refers to that).  If a user is a member of said group, that user can use sudo to do elevated stuff.  (With the default configs)08:42
moonman2508:42
moonman3308:42
iAmerikan[Mew2]: the thing is that someone can install something bad to keep root if they have the chance08:43
[Mew2]Flannel is it defined somewhere who is allowed to use sudo? or only users in the sudo group can use sudo?08:43
yinflyingthe permission problem is a big problem ....08:43
[Mew2]i know this sounds stupid im sorry lol08:43
Ben64[Mew2]: doesn't sound stupid at all, you got it exactly right. only users in the sudo group can use sudo08:44
Flannel[Mew2]: By default (sudo is a very flexible thing, you can configure it to do a lot of non-default things), only people in that group can sudo.08:44
ikoniayou can even create a new group to assign only specific commands08:45
ikoniathus making your machine more secure and limiting root access to specific commands08:45
[Mew2]wow interesting08:45
[Mew2]ok i will read those docs now08:45
[Mew2]thank you so much everyone <333 :)08:45
[Mew2]this makes sense now08:45
[Mew2]guys i also want to just thank everyone for dealign with my extreme noobishness over the past week, i know if probably frustrating working wiht me but i am learning quickly wiht your help :-d08:48
cfhowlett[Mew2], no apologies needed.  enjoy ubuntu.08:48
yinflyingIs there some available way to ignore the quit and enter message about IRC08:50
DJones!quietirc | yinflying08:50
ubottuyinflying: To ignore joins/parts/quits in your favorite IRC client, see http://wiki.xkcd.com/irc/Hide_join_part_messages08:50
[Mew2]thanks cfhowlett08:50
iAmerikanyinflying: sure. look at your irc client08:50
yinflyingXchat ,of course08:51
cfhowlettyinflying, xchat is abandonware.  replace it with hexchat08:51
yinflyingReally? OK  ,I will change noew08:52
yinflyingnow08:52
redegeldehi, have someone made a allready look a like W8 works space with tiles in Ubuntu. it is for school use to give litle children easy acces to learning websites08:52
ikoniaredegelde: there are tiling window managers08:53
cfhowlett!edubuntu | redegelde,08:53
ubotturedegelde,: Edubuntu is an Ubuntu derivative aimed at schools and educational institutions. For more info, see http://www.edubuntu.org08:53
redegeldeand does edubuntu have the tiles08:53
ikoniano08:53
ikonianot by default08:53
iAmerikanredegelde: it is designed for schools and can be customized as well.08:53
redegeldeokay ikonia is there an tutorial present for this solution08:54
ikoniaredegelde: you can look at things like i3 window manager08:54
ikoniaredegelde: that is a tiled window manager environment08:54
redegeldeokay cool, thank you08:54
=== CrazyH_ is now known as CrazyH
yahnyinflying, in HexChat you can hide join and part messages by going into Preferences -> General (under Chatting) -> Tick 'Hide join and part messages' under the Miscellaneous tab08:55
magnetikBen64, okay do doing lsof -U /tmp/controlsockfile works well :)08:55
yinflyingHaha, Acutully, What i have installed is  hexchat , although I use commend "sudo apt-get install xchat"08:56
yinflyinggot it , thank you08:57
iAmerikanyinflying: sp its fixed?09:00
redegeldewell i wil look in to it dont want to make a mickeysoft clone but simply want to add tile on desktop for easy use children. any other ideas now system(s) running on ubuntu mate09:07
iAmerikanits about wms and des09:07
iAmerikanwm's and de's. edubuntu just has programs preinstalled09:08
iAmerikanthere are a number of options.09:08
=== yf_flying is now known as yinflying
yinflyingGood,I have changed into hexchat,wow, I have just found that there are so may IRC clients  ,what a shame...09:12
nuke[HU]lol, not touchd IRC since...not even remeber. Anywo weechat is nice09:13
redegelde@iAmerikan thank you, so i know allready09:14
jay__Ben64 : r u there09:14
Ben64jay__: yes09:15
jay__i got another vulnerability regarding proftpd-basic09:16
yinflyingWhat mean "lol" ? what I realized is computer game which is similar to Dota....09:16
jay__default proftpd version is 1.3.4a09:16
jay__i need to upgrade to proftpd 1.3.5a or 1.3.609:16
Ben64ftp is general is a vulnerability09:16
jay__ok09:17
jay__Ben64 : so i should not do anything about it09:17
Ben64i'd strongly recommend using sftp over ftp09:18
jay__ok Using sftp over ftp will cover the vulnerability in 1.3.4a without patching ? right09:19
Ben64well sftp is not really related to ftp at all, doesn't use proftpd, uses ssh to transfer files09:19
jay__but, i guess the client iis using proftpd09:20
jay__i work in hosting environment09:20
nuke[HU]lol stands for "laughing out loud" @yinflying09:20
Ben64jay__: ok, well what makes you think 1.3.4a has a vulnerability09:20
kgjdwot09:21
jay__its not my thinking, its from nessus scan09:21
Ben64jay__: which we told you before has a lot of false positives09:21
jay__yes i agree09:21
jay__i checked the openssl it was really false positive, but this is vulnerable09:22
Ben64whatever it is "finding" has almost assuredly already been patched09:22
jay__Ben64 :http://www.tenable.com/plugins/index.php?view=single&id=8421509:22
jay__Ben64 : http://bugs.proftpd.org/show_bug.cgi?id=4169      this  is from  proftpd site itself09:23
ubottubugs.proftpd.org bug 4169 in mod_copy "Unauthenticated copying of files via SITE CPFR/CPTO allowed by mod_copy" [Critical,Closed: fixed]09:23
SCHAAP137the solution is simple09:23
SCHAAP137"Upgrade to ProFTPD 1.3.5a / 1.3.6rc1 or later."09:23
jay__yes it was fixed in09:23
jay__proftpd 1.3.5a09:23
Ben64ah, proftpd is a universe package09:24
ExtremeGHzHey ppl09:24
elanHEY09:24
ExtremeGHzwhat was the offtopic ubuntu channel?09:25
cfhowlett!ot | Extreme09:25
ubottuExtreme: #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!09:25
ExtremeGHzthaaankks ;) cya09:25
jay__hmm i will check in ubuntu security09:25
Ben64jay__: you could use sftp, since it's way way better, tell your clients to use that, you could install vsftpd, since it's in main and receives patches, or you could find a ppa for proftpd for precise with the appropriate version, or you could compile your own. the last two options are unsupported09:26
jay__hmm ok , ppa and compilation are unsupported got it09:27
jay__bad luck , it was patched in ubuntu 15  http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-3306.html09:28
ubottuThe mod_copy module in ProFTPD 1.3.5 allows remote attackers to read and write to arbitrary files via the site cpfr and site cpto commands. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3306)09:28
Ben64jay__: why is that bad luck09:29
jay__thank you ubottu09:29
jay__Ben64 : bcause i cant use ubuntu 15 repos in ubuntu 1209:29
jay__Ben64 : bad luck for ubuntu 12 users09:30
Ben64that's what happens when you're running a nearly 4 year old release09:30
serfghHI, Anyone know how to resolve this problem with Steam and Dota 209:31
serfghwhen i try to lunch game, it says Missing executable :S09:31
HEXCHATTERHey guys.09:31
HEXCHATTERI'm live on my new Unity install. Absolutely loving it.09:32
llldinoserfgh, Is it missing some sort of .so file? I recall having to make a sym link to another directory to resolve that but I can't remember exactly how09:32
serfgh llldino , maybe the problem is bescouse of 32-bit ubuntu version09:33
serfgh:D09:33
serfghJust to install ubuntu 64-bit ..09:33
jay__can you see my text09:34
Ben64jay__: yep09:34
jay__Ben 64 : ohh yes yes you are right, i guess i should inform to client09:34
llldinoserfgh, If you do a google search and include the game and the exact binary thats missing you might come up with something, wish I could help more09:34
cfhowlett!manual | HEXCHATTER, welcome.09:35
ubottuHEXCHATTER, welcome.: 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/09:35
sam_yanwhy in ubuntu15.04 the initctl is also  efficacious  under systemd?09:38
yinflyingwho is ubottu ? Is it an artificial intelligence?09:38
cfhowlett!ubottu09:39
ubottuHi! I'm #ubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots | Make a clone of me: /msg ubottu botclone09:39
XanoIs there a simple way to type special characters like on Mac OS, where alt+diacritic-modifier+letter results in said letter with the diacritic? Example: alt+u+a becomes ä.09:39
yinflying!ubottu09:39
XanoI've never been a fan of remembering character codes09:39
cfhowlettXano, you can edit your keyboard codes09:39
Xanocfhowlett, Sure, just wondering about out-of-the-box solutions. I can hardly believe I'm the only one who dislikes character codes :)09:40
serfgh llldino: i will install ubuntu 64 i think it can fix this09:41
serfgh:D09:41
llldinoserfgh, It may, it may not, what is the exact error it throws?09:41
mcphailXano: does "Shift + AltGr then U then A" work?09:43
* mcphail is reading from https://help.ubuntu.com/community/ComposeKey09:44
serfghllldino: http://i67.tinypic.com/w162ag.png09:45
serfgh:D09:45
Xanomcphail, Yup, got that! It'll take some time getting used to the specific key setup, but it's essentially similar to what I was used to under Mac OS. Thanks :)09:45
mcphailXano: excellent! Good to know09:45
Xano Oh, this has been around for a while, I see. Interesting :)09:47
HEXCHATTERThat manual is 150 pages.09:51
HEXCHATTERWould be better if I could purchase it from Amazon.09:51
llldinoserfgh, Hmm, it doesn't specify if it needs 64 / 32 bit09:51
llldinoserfgh, According to this post: https://steamcommunity.com/app/570/discussions/0/523897277912736099/ It looks like you need a 64 bit build09:52
serfghit seems so, i need ubnutu 6409:56
serfghubuntu*09:56
yinflyingIt is said that ubuntu 16.04a have been released. And the developer said that there would be some big changes...10:00
FrankChenYee10:01
llldinoGeez 16 is going to be LTS? It felt like yesterday 14 just came out q:10:01
mcphailyinflying: join #ubuntu+1 for 16.04 discussion10:01
DJonesyinflying: There's an announcement at https://lists.ubuntu.com/archives/ubuntu-devel-announce/2016-January/001163.html The best place to ask about it will be #ubuntu+1 though, the people there are the ones testing it10:02
yinflyingI should be10:03
yinflyingIt should be LTS10:03
memoryleakHi, anyone able to give me some hints on that one: http://askubuntu.com/questions/703081/merge-mst-stream-monitor-into-one-virtual10:04
yinflyingbut 14.04 have also about two-year support...10:04
xmjmoin10:04
Ben64yinflying: 14.04 has 5 years of support, ending in April 201910:04
xmjwe're having a fun issue on a cluster of 12.04.1 machines where they all report "10:05
xmjIt's an odd one that can be "fixed" with hitting CTRL-ALT-F1 --10:05
xmjer10:05
xmj* Stopping System V runlevel compatibility    [OK]10:05
xmjthe machines are all running normally, with services up & performing as expected, but for the guy that drove out to the DC in the middle of the night that was a bit of an unexpected "feature"10:06
xmjIs that a known issue?10:06
mcphailxmj: haven't heard anyone else report it on here, although you might want to ask in #ubuntu-server (and include information about what changed on your cluster before the current issue)10:08
xmjhah, the latter will be more or less impossible to figure out ;-)10:09
xmji'll try. thought asking because the web is full of bug reports regarding some x server startup not quite working10:10
mcphailxmj: unlikely anyone is still running 12.04 here, as the #ubuntu channel tends to be desktop-orientated and 12.04 has been EOL'd on the desktop for a while now. I think #ubuntu-server would be your best bet, as someone there might know10:11
barryshitpeashey everyone, new to ubuntu. I'm having trouble accessing a directory. Tried /home/myusername etc and just get no dir found10:11
xmjah derp10:12
xmjmcphail: tyvm!10:12
mcphailxmj: good luck10:12
barryshitpeasany ideas where I'm going wrong? I am trying to access a folder in my home dir (alongside Documents). tried cd /home/myusername/directory name but nada. tried just /home/myusername still nada10:12
* xmj waves10:13
DJonesmcphail: 12.04 desktop is still ok, it still gets maintenance updates until 2017 as long as the HWE has been installed10:16
DJonesIf it hasn't then it would have been August 201410:17
barryshitpeas_yinflying: sorry not sure what happened there10:17
mcphailDJones: aah - didn't realise that. The LTS ubottu factoid mentions desktop support for 12.04 in the past tense10:18
=== lucy is now known as Guest95237
valtripVMware workstation 11 , virtual network device error during compilation on 15.10  ,,  found this , UnAnswered   http://askubuntu.com/questions/690645/vmware-workstation-11-virtual-ethernet-kernel-update-fails-on-ubuntu-15-1010:40
mcphailvaltrip: You'll need to obtain a copy of vmware which supports the current kernel, I'm afraid. These are the perils of closed-source commercial products10:43
Skyrideryay, got temp sudo on dreamhost... :-\10:50
uupzhello all, is there a way to forward any connections i get on port 2222 to port 22?10:50
cfhowlett!ports |  uubz10:51
ubottuuubz: For instructions on how to set up port-forwarding (for games, torrents, webservers) see http://portforward.com - also see !firewall10:51
[Mew2]sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 6000 <-- is this the correct command to forward all traffic from port 80 to 6000?10:55
uupz[Mew2] so that would forward anything connecting to port 22 to port 2222 ?10:57
[Mew2]I'm not sure, I'm asking?10:58
* uupz hrugs10:59
* uupz shrugs10:59
=== ^cj^ is now known as ^CJ^
valtripmcphail  ,, thnx , one more , which is better on willy  virtualbox or xen11:01
mcphailvaltrip: it all depends on your hardware, guest OS, usage and philosophy. Try virtualbox, xen and kvm and see if they fit your needs11:04
k1lvirtualbox is easier to use for beginners11:05
mcphailYes. I've tended to use kvm, but I tried virtualbox a couple of months ago and it was very slick, clever and pretty11:10
mcphailvaltrip: another option, if you only need a "containerised server" rather than "full guest desktop" would be LXD on 15.10. It seems to be very fast and capable, although the documentation was somewhat lacking when I was experimenting11:13
=== dupingping__ is now known as dupingping
akikmcphail: does ubuntu now ship with both lxc and lxd ?11:17
mcphailakik: 15.10 does. Don't think older versions do11:17
valtripmcphil : i am thinking to go with virtual box. just need to run win for some exp.. hey i just installed willy and my terminal history is not getting saved,, once i reboot its gone11:18
valtriplxc and lxd   returning not currently installed on 15.1011:20
magnetikHow do you execute a command as www-data on ubuntu ?11:20
magnetikAll solution I found online doesn't work11:20
magnetik"sudo su - www-data" gives "This account is currently not available.", and sudo -u www-data ask for the password of www-data11:20
Ben64magnetik: what command11:20
magnetikAny command ?11:21
Ben64magnetik: but why11:22
k1lmagnetik: what do you want to do?11:22
k1liirc www-data doesnt have a login shell due to security reasons. so what you want to do might be not a good idea.11:23
magnetiki'd like to execute a command as www-data. As it's a command executed by the webserver and it's having permission issues11:23
Ben64magnetik: it would really help us help you if you would explain what you're trying to accomplish from this. It sounds like you're going down a path of reducing security and there is likely a better way to do what you're trying to achieve11:24
k1lsudo -u www-data <command> should work11:24
magnetikIt's indeed working. Dunno what I did wrong before11:25
mcphailmagnetik: "sudo -u www-data" should ask for your password, not www-data's. That will then be cached for a while11:27
magnetikYep indeed; in fact I was executing a command that was calling sudo11:28
magnetikThat where I got confused11:28
mcphailaah. Dangerous stuff if www-data is calling sudo11:29
magnetikyep it was blocked but I was calling the wrong script11:30
magnetikbut this is a nasty part of the app that will be rewritten without having to call any script via www-data11:30
=== m1dnight1 is now known as m1dnight_
k1lthat sounds like a broken setup.11:32
akikmagnetik: if you need to change to www-data uid you could try "sudo su -s /bin/bash - www-data"11:32
k1lyou dont want your webserver to get root permissions11:32
ertyuphi there11:58
ertyupi m running under ubuntu Ubuntu 14.04.1 LTS \n \l11:58
yinflyingso do I11:59
LostSoulHello11:59
ertyupbut i always got a reporting of cron for this error :11:59
ertyup/etc/cron.daily/apt:11:59
ertyupFATAL -> Failed to fork.11:59
ertyupso do you ?12:00
LostSoulI haven't met it so far12:02
cfhowlettertyup, time to upgrade to the latest version: sudo apt full-upgrade               will get you to 14.04.312:02
ertyupbut i can't wait until you grow up12:03
mirco_ciaoooo12:03
LostSoulertyup: ?12:05
XanoI formatted a flash drive as FAT32 GPT, but Windows 8 says it must format the drive before it can use it. What did I do wrong?12:10
ertyuphow to solve this issue ?12:10
knobGood morning all.  Downloading Xenial Xerus now for testing =)12:10
bazhangertyup, first upgrade to point release three12:10
cfhowlett!xenial | knob12:13
ubottuknob: Ubuntu 16.04 (Xenial Xerus) will be the 24th release of Ubuntu. Announcement at http://www.markshuttleworth.com/archives/1479 - Discussion in #ubuntu+112:13
knobcfhowlett, nice nice! On my way! =)12:13
pahi12:19
pahttps://bugs.launchpad.net/ubuntu/+source/udev/+bug/993868 <--- does anyone have a workaround?12:19
ubottuLaunchpad bug 993868 in udev (Ubuntu) "udev creates dvb directory with wrong permissions" [Undecided,Confirmed]12:19
pai added my user to video, audio and a bunch of other groups, but kaffeine still cant see the device12:19
paunfortunately in the bugreport the workaround is not disclosed12:20
Billyzekidhi, I try to shrink a part on gparted but it wont do anythin12:21
Billyzekidcan it be a hardware issue?12:22
dev_hi all12:22
Billyzekidhello12:22
dev_i have installed ibus on my ubuntu system12:22
huehuewhere i get uck support?12:23
dev_i can see entry when i do im-config12:23
cfhowlettpa  look in the kaffeine help menu for support options12:23
k1l_Billyzekid: did you press the green checkmark to make it do the tasks? do you get an error message? is this s alive system and the partitions are not mounted?12:24
huehuehttp://pastebin.com/3hds65rH12:25
ioriapa "the permissions and ownership of the /dev/dvb and /dev/dvb/adapter0 directories are wrong (root:root instead of root:video)." I think the script is all there....12:25
Billyzekid@k1l when I cannot use resize/move option12:25
huehueuck stop my network manager12:25
huehueand i won't finish remaster!12:26
k1l_Billyzekid: look at what i wrote. you need a live system to resize systempartiions.12:26
paioria, then i guess if ls says root video, in 14.04, the bug is fixed?12:26
huehuehttp://pastebin.com/xDGLi0gQ12:26
ioriapa  and it's not ?12:27
mcphailpa: running "sudo chown -R root:video /dev/dvb" may resolve group ownership issues, but is there some (possibly security) reason Ubuntu adds the devices as root:root? Maybe worth investigating that first.12:27
yinflying /msg NickServ VERIFY REGISTER yinflying dgdvfpqnblei12:27
DJonesyinflying: New password time12:27
paioria, well, i added my second user to video and audio, but i still cant access those devs12:27
k1l_yinflying: do such things in the server window. and hoose another passwort :)12:27
ioriapa  and for the first user ... ? it's working ?12:28
Billyzekid@k1l it is not a live system12:28
k1l_Billyzekid: you cant resize the system partitions while running that system. so boot a ubuntu-cd/-dvd/-usb. then you can do that12:28
yinflyingI am registering...12:28
DJonesyinflying: Yeah, but in trying to register, you put the command in the channel giving away your password12:29
paioria, yes, but that user is also sudo, adm, and whatnot12:29
ioriapa  and you second use cannot be part of those gropus ?12:30
ioria*r12:30
pai'd rather not make that user admin12:30
ioriapa  i see12:30
mcphailpa: has your second user logged out then back in after being added to the video group?12:31
pamcphail, yes i rebooted12:31
yinflyingha,I just put a blank space before the /msg .....but I have registered successfully12:31
BluesKajHiyas all12:33
yinflyingAnd then I will try the Ubuntu Pidgin for IRC....12:33
yinflying1:-D12:36
yinflying1:-D12:40
mcphailyinflying1: please stop that, and keep this channel for Ubuntu support. Thanks12:41
ExtremeGHzHey12:42
ExtremeGHzanyone with trouble?12:42
yinflying1nothing,I am just trying Ubuntu Pidgin12:42
huehueuck help!12:42
huehue?12:42
ExtremeGHzyinflying1: do you like terminal programs? or prefer a GUI?12:42
=== viola is now known as Guest80191
Apachezhexchat is nice if you prefer gui in ubuntu for ircing12:58
ExtremeGHzApachez: i like irssi :p12:58
Apachezwhatever floats your boat ;)12:59
jay__thank you for today  Ben64 ubottu13:03
jay__c ya.13:04
SburHow do I burn a DVD with multiboot capacities?  Like putting several Ubuntus on a single DVD eventually a 8.5GB variety.  Considering that at least one, but not all are in ISOs13:09
Sburand providing the possibility to do Live CD (DVD) for each)13:10
bananaman23can someone help out with installing grub to a usb13:13
bananaman23i'm attempting to do sudo grub-install --target=1386-pc --root-directory=/media/name/usbname/boot /dev/sdc ,whenst running this, it returns an error of 'unrecognize option --target=1386-pc', why is this?13:15
florinhhhh13:18
=== florin is now known as Guest66716
Guest66716florin13:18
BluesKajbananaman23:  think the "--target=1386-pc" syntax isn't necessary, nor is "--root-directory="13:18
ExtremeGHzbananaman23: run it without target13:22
BluesKajsudo grub-install /dev/sdc should work13:24
p4trixWhat do ppl use for "virtual conferences" at work. I also need screen share functionality. Skype is crap on linux though :(.13:24
BluesKajp4trix:  google talk ?13:25
p4trixBluesKaj, it's possible. But it doesnt work as nice as I would like to...13:28
=== asdfa is now known as horacio
BluesKajp4trix:  search for skype static. it might exist somewhere ...it was best skype for linux before MS bought skype13:30
p4trixI ll look for it13:30
Guest2538Hi13:30
p4trixBluesKaj, Static binary support has been removed and won't come back, sorry. (source: http://community.skype.com/t5/Linux-archive/Static-binaries-for-Skype-4-1/td-p/1209918)13:32
p4trixThx guys13:32
Guest2538I have a question regarding an error. Today php7.0.5 got released and I ran apt-get upgrade. Unfortunately I am an idiot and didn't noticed it removed php7.0-fpm, cli and dev. If I want to install them again I get the following error "php7.0-cli : Depends: libssl1.0.2 (>= 1.0.2d) but it is not installable". There is no such package on ubuntu. Anybody has a clue?13:32
BluesKajp4trix:  bummer, that's because MS doesn't want skype to work on linux13:32
p4trixI assume...13:33
akikp4trix: the skype deb microsoft shares is a 32-bit version. so just install the 32-bit libs and then you can install it. works on 14.04 and 15.1013:34
=== step21_ is now known as step21
p4trixI do have it akik. But the screen sharing funktionalities doesnt work good enough to read anything.13:35
p4trixAnd I need it for work.13:36
akikp4trix: i think i remember experiencing that :)13:36
p4trixHahah :)13:36
p4trixI'm going to try to force the others away from skype :D13:36
akikbut yea google hangouts screen sharing works fine13:36
p4trixIt works close to fine. I have 2 screens, and you cant share only 1 single screen :S13:37
p4trixOnly 2 screens or a window program.13:37
sameeraaronhi14:01
benccI have a dedicated server with 2x2TB drives. can someone explain the partitions? http://pastebin.com/raw/h42aAM8f14:06
benccsda and sdb are the main drives? sda1, sda2, sda5 are the partitions of the first drive?14:06
benccwhat is sr0?14:06
bencchow do I access the second drive?14:06
EriC^^bencc: sudo mount /dev/sdbX /mnt14:07
benccEriC^^: that mounts the second drive as /mnt?14:07
k1l_benbetter use a "sudo parted -l"  or a "sudo lsblk"14:07
benccwhat is sdbX ?14:07
IdleOneX being the number of the partition14:08
IdleOneso sdb2 for example14:08
BluesKajbencc:  sr0 is your cdrom drive14:08
pais it possible to add entries to the user-dirs.dirs  file?14:08
paso that they appear in the places section of nautilus14:09
stnsHey, what's the process name for a terminal in Ubuntu? I'm trying to kill one terminal from another one like "pkill terminal".. Or at least get the pid of that terminal and then do "kill -9 id"14:09
DJonesThe way I read that, sdb isn't partitioned, so there's no sdbX14:09
llldinostns, I use xfce, so for me it's "xfce4-terminal"14:09
llldinoI dunno what gnome or ldxe etc.. is though14:10
stnsllldino: I use the default terminal, the one that comes with ubuntu.. Any idea?14:10
momomoanyone knows the implication of turning off the "Unknown: Unknown" vs on ?14:10
bencck1l_: http://pastebin.com/raw/f7fdDrtE14:10
momomohttp://postimg.org/image/6wciykbmv/14:10
llldinostns, Do "ps -e | grep *terminal" see what happens14:10
k1l_bencc: so sdb is new? it doesnt have any paritions on it14:11
BluesKajbencc:  you have 4 partitions under sda , and none on sdb14:11
llldinoWith a terminal open of course14:11
stnsllldino, nothing!! :(14:11
bencck1l_: yes, probably14:11
benccluesKaj: why it's 1,2,5,6? why not 1,2,3,4?14:11
llldinostns, Sorry, you can omit the wildcard, try "ps -e | grep terminal"14:11
k1l_bencc: new hdds come without partitions.14:11
k1l_bencc: because there is a extended partition.14:12
EriC^^bencc: type sudo gdisk /dev/sdb and make a new gpt partition14:12
BluesKajbencc:  because sda3 and 4 have been removed14:12
stnsllldino, Ah, "gnome-terminal"! Thank you!!14:12
llldinostns, Figures huh q:14:12
k1l_bencc: 1,2,3,4 are only for primary paritions. but since sdb2 is a extended one 5 and 6 are logical parititons inside sdb214:12
benccis it ok that partition 1 is ext2 and partition 5 is ext4?14:12
BluesKajbencc:  yes14:13
k1l_bencc: its the /boot partition. that is ok.14:13
BluesKajpartiton 5?14:13
BluesKajsda is whole drive , sda1,2 etc are partitions on sda14:13
benccok14:14
bencccan I setup software raid now or do I need to re-install?14:14
BluesKaj!pm | sagdatk14:15
ubottusagdatk: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice.14:15
nealianhello14:16
silmaquestion...in trusty tahr with unity desktop I'm trying to de-emphasize the "alt" key on my keyboard. Is there a package that contains a program for changing the GNOME keyboard mapping so that "alt" doesn't map to so many different things?14:17
sagdatkwhat might be a reason of sudden high CPU load?14:17
BluesKajsagdatk:  file indexer maybe14:18
sagdatkokay...14:20
positiveHello all14:20
BluesKajsagdatk:  run htop in the terminal to check your processes14:21
silmahtop will tell me what? I just don't like how "hot" the alt key is in GNOME it triggers too many events and I lose access to my function keys because alt turns them into media keys14:22
silmamy keyboard has a separate key for turning function keys into media keys but its not implemented in GNOME14:22
iszakIs there a mysql 5.6 backport to ubuntu 12.04 (precise)?14:23
sagdatkI am not sure that graphics driver installed correctly, I have dual graphics on laptop (intel hd and nvidia gt630m). The running driver is nouveau display driver and on NVidia website it is said that it is not recommended to use the proprietary driver. But I am pretty sure that system fails to switch between two video cards.14:23
BluesKajsilma: my answer wasn't directed at you14:23
silmasry im using a console mode client hard to filter the noise...ill prob switch to empathy see ya later all14:23
akiksilma: i don't know how gnome handles those keys but you can use xmodmap to change key mappings14:23
silmaxmodmap...thanx14:24
daemonhey all when I run: 'sudo postmap sasl_passwd' I keep getting14:24
daemonpostmap: fatal: open sasl_passwd: No such file or directory14:24
BluesKajsagdatk:  which nvidia gpu ? and make sure you have nvidia-prime installed,14:24
daemondoes that mean sasl_passwd is missing?14:24
BluesKajsagdatk:  the proprietary drivers available from the repos should work fine14:26
sagdatkBluesKaj, GT630M, I'll check the nvidia-prime now14:26
BluesKajsagdatk:   install the nvidia-352 driver,...it's the recommended driver for your gpu14:30
=== greyback__ is now known as greyback
pierre_hello everybody, does someone know why directories and files have the permission 775 (minus the x bit for files) excepting certain directories (not files) at 755 !?14:33
pierre_inside the home directory14:34
pierre_my umask is 002, it's weird14:35
nealiani don't know14:36
CrummyGummypierre_: it's hard to tell with so little info but some apps override the umask when they run. Some users can have their own umask set on their login script etc, etc14:41
sagdatkbumblebee, nvidia-prime or nouveau-prime. which is better?14:43
pierre_thank you, I don't have enough data. I remember of all defaults directories in the home set to 755 at the installation of ubuntu, and new files set to 775 (664 without the x bit)14:47
Zed`Hello :) - Is http://www.xrdp.org/ a good choice in order to use RDP to access an Ubuntu Desktop? Other suggestions - VNC is not a good option for this use case.14:47
Jazz0301hi14:48
Jazz0301any body?14:49
cfhowlettJazz0301, ask your ubuntu questions14:49
bonkersHi, can anyone help me with megaraid storage manager for a lsi card? cant get it working14:50
=== ^CJ^ is now known as ^cj^
Jazz0301How to completely uninstall all unused dependency packages? I used "apt-get" but it did not delete all packages14:51
cfhowlettJazz0301, sudo apt-get autoremove14:51
pierre_<sagdatk> : I have bumblebee installed and the primusrun command works but not the optirun command, this will not help you I suppose.14:52
Jazz0301I did,but not all packages are removed14:52
cfhowlettthen they are dependent on something else14:53
joan_in a NFSv3 filesharing scenario, what is the best way to avoid client hanging (using automounter) when the server is shutdown?14:53
blackflowHello. I work in the terminal a lot. The mouse cursor disappears when I start typing in a term. Comes back when I click. How do I disable that?15:00
somsipjoan_: "Mount the NFS-share on the clients using the mount-options "bg,intr,hard"." from http://unix.stackexchange.com/questions/29196/automount-nfs-autofs-timeout-settings-for-unreliable-servers-how-to-avoid-han15:01
=== step21 is now known as step21_
jhadefg15:08
chrisss123456anyone use spotify on ubuntu? i can't seem to play local files, and can't figure out why.15:14
AshtasuChris, I only stream music from it. Any errors?15:15
apepe11115:15
squeakytoy2Hey all. I have a newbie question. I use DigitalOcean for some of my side projects, but I am not savvy with Ubuntu. What would be the easiest way to back up files on the digital ocean, to another remote location? Any advice of tools or solutions, etc?15:19
debug0x1squeakytoy2: I could be wrong, but ssh'ing into the device and downloading it maybe?15:21
squeakytoy2i want it automatic though, some how15:22
chrisss123456Ashtasu: streaming works great, even playing downloaded files from spotify, but it just doesnt like playing the mp3's that i have15:22
chrisss123456im guessing it's some missing library, but i have all of the ones that online forums say to get15:22
AshtasuChris, I'm gonna give it a shot myself, will let you know hwat happens.15:23
Ashtasuwhat*15:23
joan_somsip, thanks15:23
chrisss123456Ashtasu: cheers!15:23
SkyriderHow well does ubuntu work with.. ehm..15:24
SkyriderWhat was it again..15:24
SkyriderATI drivers15:24
AshtasuSkyrider, in my experience, good if you stick to what you can get from the driver manager.15:25
SkyriderLast time I tried linux (currently on windows again)15:25
SkyriderI had quite a few issues with the driver set, especially with kodi15:25
Skyridereg, lag in video play.15:26
AshtasuYou can get into a rough spot if you download the drivers from their website, in my experience.15:26
TJ-squeakytoy2: use rsync, which will work over an SSH connection, or it using source-code maybe use a DVCS like git with some post-commit hook script that pushes to a remote location15:26
SkyriderI never d/led ati drivers I believe, used ubuntu's default.15:27
squeakytoy2TJ-, the DVCS sounds good15:28
AshtasuThe open source drivers have been good in my experience, just not for gaming.15:28
AshtasuChriss, give me a few minutes, Spotify isn't even launching. XD15:28
SkyriderI have to check which RADEON it is.15:28
TJ-squeakytoy2: I use git with a "published" branch for maintaining web-sites for example; I work locally on 'master' and 'feature' branches, testing those directly locally on the dev server, and then push (locally) to the published branch when the changes are mature, then i push the 'published' branch to the public server for immediate deployment.15:30
TJ-squeakytoy2: correction: "then push (locally)" should read "then merge feature/master into published branch locally"15:31
squeakytoy2TJ-, i want to do nightly backups of a file on the digital ocean15:31
TJ-squeakytoy2: sounds like a job for rsync and a cron a job15:31
TJ-squeakytoy2: assuming the file isn't something that is in-use, like a database, in which case use the database manager's own export functionality15:32
squeakytoy2TJ-, i wish there was an easy service i could download, like dropbox15:33
squeakytoy2but dropbox is overkill to setup on a digitalocean instance15:33
Ashtasuchrisss123456: Yep, same thing for me. Do you have the latest gstreamer packages installed? If I play it with the default video player, it prompts me to install them.15:33
TJ-squeakytoy2: a one-line crontab entry is hardly difficult :)15:33
squeakytoy2i will try crontab15:34
TJ-squeakytoy2: see for example https://help.ubuntu.com/community/rsync15:34
squeakytoy2crontab + git add, git push, is what you recommend, right?15:34
AshtasuAnyone know if rsync supports owncloud?15:34
HEX0X0E01ls15:35
TJ-squeakytoy2: it depends on what you're doing. if you're using git then that would work15:36
squeakytoy2TJ-, crontab + sftp sounds easy too though, hmm!15:36
chrisss123456Ashtasu: I do have all the gstreamer i think i need... i can play all the files from other players, be it system defaults or other music players.15:36
ubuntuser13How to solve no space left on device error?15:37
Ashtasuchrisss123456: Do you have another file format you could try?15:37
joan_in a NFSv3 filesharing scenario, what is the best way to avoid client hanging (using automounter) when the server is shutdown? this response is not conlcusive enough: http://unix.stackexchange.com/questions/29196/automount-nfs-autofs-timeout-settings-for-unreliable-servers-how-to-avoid-han15:38
=== amir_ is now known as Guest24724
chrisss123456Ashtasu: I've tried mp3 and aac and something else i dont remember... i'm not sure what the problem could be15:39
ioriachrisss123456,   Ashtasu    do you have ubuntu-restricted-extras installed   ?15:39
link0802Hello. How I can change keyboard layout in gnome shell from terminal? Like simulate change keyboard layout from indicator.15:39
net2014hello15:39
chrisss123456ioria: what's the quickest way to check?15:39
squeakytoy2TJ-, thanks :)15:39
joan_I wonder if there is anything that can be done at the server side (running some script/command) just before shutting down that informs the client about the ending of the service, so they can unmount the share and avoid hanging15:40
ioriachrisss123456,  dpkg -l  ubuntu-restricted-extras15:40
somsiplink0802: setxkbmap15:40
net2014suppose you need to install various servers, a web server, git server, email server and so on. how do you calculate what kind of hardware you need? e.g. the amount of ram that you need?15:40
somsipnet2014: it depends on load15:41
net2014somsip so, load per server?15:41
chrisss123456ioria: i do have it15:41
chrisss123456:(15:41
somsipnet2014: load in general. A website nobody visits will need less resources than an Alexa top-500 site. Etc...15:41
AshtasuThey do actually support local files on linux, right?15:41
net2014somsip gitlab site, lists hardware requirements per load, so, e.g. 100 users require 2 gb of ram, but if I also need a web server and that requires 2 gb per 100 visitors, then it means that in total I need a 4 gb ram machine?15:43
link0802somsip: When I change with setxkbmap   indicator in panel not change and sometimes it even broke and don't work after that+ gnome shell rewrite setxkbmap15:43
dencavalhey guys, is there a mitaka release at cloud-archive?15:44
ioriachrisss123456,  what version of ubuntu  ?  14.04 ?15:44
chrisss12345615.0415:44
blackflowAny suggestions how to disable mouse cursor hiding when working in terminal? I there a non-obvious, hidden, gnome tweak or something?15:44
chrisss123456ioria: ^15:44
ioria!info ffmpeg vivid15:45
ubottuffmpeg (source: ffmpeg): Tools for transcoding, streaming and playing of multimedia files. In component universe, is optional. Version 7:2.5.9-0ubuntu0.15.04.1 (vivid), package size 1147 kB, installed size 1751 kB15:45
somsipnet2014: the requirements may well come down in aggregrate, but you may need a more flexible approach than you're suggesting. And you're in the realms of systems architecture consultancy on this, and that's not supported here15:45
ioriachrisss123456,  you can try to install ffmpeg ....15:45
somsiplink0802: it's what I use. Sorry I have no other ideas15:45
chrisss123456ioria: already have ffmpeg too... is it possible that there are conflicting codecs?15:46
net2014somsip ok, thanks15:46
designbybeckam I correct saying VIM is VI ?15:46
ioriachrisss123456,  i'm reading this long thread .... https://community.spotify.com/t5/Help-Desktop-Linux-Windows-Web/Linux-Local-files-do-not-play-on-Ubuntu-14-04/td-p/758497/page/315:46
designbybecklike a new VI?15:46
BluesKajchrisss123456:  ffmpeg is not a codec15:47
chrisss123456BluesKaj: fair, but doesn't it install a bunch of codecs ?15:48
k1l_designbybeck: its Vi IMproved.15:48
designbybeckbut in modern distros k1l_  when people say vi, they are saying vim correct? because isn't it vim that is installed? or both?15:49
k1l_most times vim is shipped.15:49
BluesKajchrisss123456:  ffmpeg isa  program for transcoding multimedia files15:50
designbybeckand most of the commands are the same...just improved in areas i'm guessing k1l_ ? thanks15:50
chrisss123456BluesKaj: Doesn't it come with a bunch of codecs when you install it?15:50
AshtasuI'm using Terminator for my terminal atm, and when i open it, it opens on the top left of the screen. How can I make it center by default?15:50
mauro_hi15:53
BluesKajchrisss123456:  https://en.wikipedia.org/wiki/FFmpeg, you're partly correct , but there are no conficting codecs as such15:53
chrisss123456BluesKaj: Awesome :) thanks. But then there's still no reason why spotify shouldn't play local files :P15:55
pippo333hi to everyone15:55
ioriachrisss123456, you may read the last 3 posts : https://community.spotify.com/t5/Help-Desktop-Linux-Windows-Web/Linux-Local-files-do-not-play-on-Ubuntu-14-04/td-p/758497/page/915:56
BluesKajchrisss123456:  spotify as a player of local files, never heard that before15:56
chrisss123456BluesKaj: I just want one program to have all the songs, and also be able to listen to spotify. It theoretically can do that but i'm just running into errors. ioria thanks! will try it out15:57
ioriachrisss123456,  you are already vivid so you don't need deb http://cz.archive.ubuntu.com/ubuntu vivid main15:58
ioriachrisss123456,  but change  libavutil51,   with  libavutil5415:59
=== [UPA]Stefan is now known as Tronsha
chrisss123456ioria: hhm... i already had libavutil54 and it doesnt find libavcodec53 or libavformat5316:00
chrisss123456thoughts?16:00
ioria!info libavutil54  vivid16:01
ubottulibavutil54 (source: libav): Libav utility library. In component universe, is optional. Version 6:11.2-1 (vivid), package size 132 kB, installed size 476 kB16:01
ioriasorry16:01
=== mk is now known as Guest70553
ioria!info   libavcodec56 vivid16:02
ubottulibavcodec56 (source: libav): Libav codec library. In component universe, is optional. Version 6:11.2-1 (vivid), package size 4648 kB, installed size 16133 kB16:02
ioriachrisss123456,    libavcodec5616:02
chrisss123456installing16:03
ioria!info !info libavformat56 vivid16:04
ubottu'libavformat56' is not a valid distribution: kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports, xenial-proposed16:04
ioria!info libavformat56 vivid16:04
ubottulibavformat56 (source: libav): Libav file format library. In component universe, is optional. Version 6:11.2-1 (vivid), package size 1027 kB, installed size 3103 kB16:04
ioriachrisss123456,    libavformat5616:04
chrisss123456already had that one16:04
chrisss123456still doesn't work. just bugs out and quits the program16:05
ioriachrisss123456,  did you install  libvpx1 ?16:06
chrisss123456ioria: i already had it16:06
chrisss123456:/16:06
ioriachrisss123456,  sorry the,  maybe a reboot16:07
chrisss123456ioria: i'll try... if that doesnt work?16:07
ioriachrisss123456,  you play your mp3 with your default player  ?16:08
ioriachrisss123456,  check this before   dpkg -l libmp3lame016:09
chrisss123456ioria: got that one16:11
chrisss123456but it works with all other players16:11
chrisss123456it's very strange16:11
ioriachrisss123456,  if you read the link i posted you'll note how several people solved with ubuntu-extras...16:12
chrisss123456ioria: ok, i'll try and see if i can  work it out from that :) thanks for all the help16:12
ioriachrisss123456,  no problem .... but vivid is going to die soon, remember it  !16:13
chrisss123456ioria: hahah i thought it was lts!16:13
ioriachrisss123456, ho no, it's not  .... 14.04 is16:13
ioriabrb16:13
chrisss123456ioria: ahhh well16:14
loistrengthHi all16:19
loistrengthHi all16:20
ExtremeGHzhey16:21
ExtremeGHzwhat's up?16:21
Ubuntu2330Can someone help me with pulseaudio or JACK? I'm trying to get a VLC music stream and my mic stream into one stream that I can use for Skype/Teamspeak/etc. I've seen guides, but you might as well be showing me Wingdings. I need some step-by-step instruction.16:30
pizzaguyI have space on a hard drive that is "unrecognized or unused". I most likely have never used it but the devils advocate in me wants to know if there is any way I can reassure myself that it was indeed likely to be unused.16:31
llldinoUbuntu2330, I tried using JACK one time, most confusing piece of software I've ever used in my life. From what I understand running pulse and JACK at the same time causes issues, I was able to get jack working somewhat by disabling pulse but that's a bad scene man16:32
Ubuntu2330Supposedly there's a way to do what I want with just PulseAudio, but I don't understand the process. Something about sinks and loopbacks?16:32
TJ-Ubuntu2330: that kind of thing is usually done using some kind of loopback that takes the output (sink) of the master mixer as an input (source) for the microphone16:32
llldinoYeah that's where I got lost. I ended up getting a hardware mixer to be able to do what you want to do16:33
Ubuntu2330Yeah, I've been able to get a sink to take loopback, I think, but my problem is that I can't figure out how they turned it into a source/input16:33
pizzaguyllldino ^any ideas? (let me know if you dont understand the question)16:33
TJ-Ubuntu2330: I used to do that years ago with ALSA, and PA, but not done it in ages16:33
Ubuntu2330and googling keeps giving me people saying "use JACK"16:34
llldinopizzaguy, What's reporting that it''s unused?16:34
rikonorIs there a way to override `node` with a different binary, so in scripts that I run calls to `node` will use the custom binary?16:34
=== step21_ is now known as step21
rikonorassuming the binary is a known location16:34
TJ-Ubuntu2330: have you seen http://askubuntu.com/questions/257992/how-can-i-use-pulseaudio-virtual-audio-streams-to-play-music-over-skype#25836916:35
Ubuntu2330TJ-: yeah, I followed that, except it doesn't give me anything that shows up as a source16:35
TJ-pizzaguy: what tool reports "unrecognised or unused" ?16:35
pizzaguyllldino TJ- : palimpsest16:36
Ubuntu2330Either I'm doing it wrong, or I'm missing a step that a basic linux user would usually know16:36
llldinopizzaguy, I only trust fdisk or gparted myself, but palimpsest is probably correct16:38
Ubuntu2330TJ-: Basically, I think I did what it wanted me to, but the result shows up as a playback device option, not a capture device option16:38
TJ-pizzaguy: it depends on how large the 'unused' space is; it isn't unusual for there to be small gaps of up to say 4MiB between partitions16:38
Ubuntu2330I found a plugin for Teamspeak that at least lets me play music, but it mutes my mic when the music plays, so that's not a solution16:39
pizzaguyTJ- the unused space is half the 1TB drive.16:39
pizzaguyi must have purposely partitioned with the intention of having two partitions16:40
TJ-Ubuntu2330: well, that 'askubuntu' answer looks pretty much as I used to do it.16:40
Ubuntu2330TJ-: Can you walk me through it and see if I'm screwing something up?16:40
TJ-pizzaguy: what does "parted -l" report for that device ?16:40
pizzaguyllldino: do those two tools come preinstalled in ubuntu?16:41
Ubuntu2330TJ-: I mean, looping signals into a stream is pretty obvious-soudning, but I don't know what I'm missing that turns Virtual1 into a source instead of just a receptor/playback thing16:43
TJ-Ubuntu2330: well, there's the 5 pactl commands to set-up the null devices and loopbacks, then using pavulcontrol to link the (running,active) music output application to the first Null device, and then setting up the Recording loopback from the Null Output to the headset/microphone input16:43
llldinopizzaguy, fdisk does, gparted might too, you can always just grab it using apt-get16:43
pizzaguyI dont have internet access on this machine16:43
llldinopizzaguy, Yeah check what sudo parted -l reports16:44
TJ-Ubuntu2330: it might help to use the 2nd answer's pactl commands since they show you how to add descriptions to the null devices so you can pick them apart in the combo boxes16:44
Ubuntu2330TJ-: So wait, what is teh device I'm setting as recording the Null, and how do I set it?16:44
TJ-Ubuntu2330: start an application playing your music source. Then, on the Playback tab, direct its output to the first Null device.16:45
pizzaguyTJ-, llldino: the corresponding space -- sdb2 -- has no filesystem16:45
TJ-Ubuntu2330: then, with Skype/whatever running and connected to inputs, configure the Loopback to use that first Null Output as its input (the loopback is to the active microphone channel)16:45
=== RaPtoRjEsUS is now known as RaptorJesus
llldinopizzaguy, Yeah, so it's free for you to use as you wish16:46
TJ-pizzaguy: oh, so you've got a partition there, but haven't allocated it for use by anything (no LVM, no file-system, no swap, etc.)16:46
Ubuntu2330TJ-: Yeah,  understand all of those looping stuff16:46
Ubuntu2330TJ-: The problem is, Teamspeak/Skype doesn't recognize Null as a capture device option16:47
Ubuntu2330TJ-: So how do I set that up?16:47
pizzaguyllldino, TJ-: fdisk reports fat1616:47
pizzaguyyes i do have a partition16:47
pizzaguyand actually palimpsest reports fat16 too16:47
Ubuntu2330TJ-: I know that my Null being #27 on this pactl list must be useful somehow16:47
TJ-Ubuntu2330: nor should it; as that askubuntu article shows, the application input device is the microphone device16:48
Ubuntu2330TJ-: Wait.. what?16:48
falcomi wanna tail the latest modified file in my current directory. is it possible to dynamically tail a file?16:49
TJ-pizzaguy: fdisk is only telling you what the partition type code represents, it has no bearing on what is actually contained in that partition16:49
roryI need some help with a funky ssh tunnel. bear with me while I write it out16:51
pizzaguyTJ- I dont understand...16:51
roryI have a database "database" which can only be accessed by a particular app server "appserver". I don't have direct ssh access to appserver, I have to go via an intermediate server "bastion"16:52
roryHow can I set up an ssh tunnel from here, such that I can mysql to localhost, and have it go VIA the bastion, to the app server and to the database16:52
roryis that even possible?16:52
nicomachusdist-upgrade is stuck on ": Unable to find an initial ram disk that I know how to handle.16:53
nicomachusWill not try to make an initrd.16:53
Braybautrory, login via other server ?16:53
Braybautlogin not direct ?16:53
Ubuntu2330TJ-: I'm clearly not understanding something. Isn't my goal to make VLC/Built-In Audio loop into Virtural1 and my mic loop into Virtual1, then set Virtual1 as the capture source?16:53
roryBraybaut: I need to use local database utilities16:54
Braybautrory, use Database as local ? from other server ?16:54
roryBraybaut: Yeah I want to connect to localhost, but have it really go via an ssh tunnel through the bastion16:55
roryBraybaut: But the local tools will think they're connecting to localhost16:55
roryFound it never mind. Thanks rubber ducks. https://github.com/csbrown/blog/blob/master/archive/RDS_from_localhost.md16:55
pizzaguyllldino: Do you understand why parted shows no filesystem but diskutility/fdisk say fat1616:56
roryOK no. But this is a big clue and I'm sure somewhere here can answer this one16:56
roryIn the example there, it uses the following command to tunnel to the database through a single intermediate16:57
roryssh -N -L [localPort]:[dbEndpoint]:[dbPort] [ec2User]@[ec2Domain] -i [keyFilePath]16:57
roryHow can I set up such a tunnel, in a situation where ec2Domain is only accessible behind a bastion?16:57
llldinorory, I think i'm way out of my league here, but can you ssh into bastidon, and then invoke a command as soon a s you connect to that server that biounces you over to where you want to go?16:58
=== rifff is now known as riff
friendofkiwihello everyone, i have problem with installing viber app on ubuntu 15.10? anyone encounter same one?16:59
akikrory: here's another option https://github.com/apenwarr/sshuttle16:59
geniifriendofkiwi: For PC or for phone?16:59
friendofkiwi@genii for PC16:59
llldinopizzaguy, Sorry i'm really not sure, If you don't know what's on it I wouldn't be too concerned though17:00
geniifriendofkiwi: did you install it first on your phone, as per the instructions?17:00
geniiooo lunch17:00
=== riff is now known as sir
friendofkiwi@genii yes, i have it on my phone17:01
=== sir is now known as Guest78843
friendofkiwion previous version of ubuntu it was quite easy to install, but now, it seems to have somekind of problem17:02
=== Guest78843 is now known as riff
=== riff is now known as horsy
joyce__Is there any application like connectify in ubuntu for making a wifi as hotspot?17:05
banyarhello17:08
geniifriendofkiwi: You have downloaded the package from http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb  and used: sudo dpkg -i viper.deb   on it?17:10
geniifriendofkiwi: Please excuse lag, I am trying to eat and IRC simultaneaously here17:11
friendofkiwi@genii will try that option now :) happy meal17:12
yahnjoyce__, this might be useful for you: https://help.ubuntu.com/stable/ubuntu-help/net-wireless-adhoc.html17:12
joyce__yahn: thanks17:13
sab_Hey all, i killed my Ubuntu box. /boot /bin and /etc are gone. Is there a possibility to regain these files? If not, if I custom-reinstall the box is it possible to manually create a link to /home (there is the Data which will be used again)?17:13
joyce__yahn: But the thing what I wanted when I referred conectify was  that I want to make a wireless wifi connected to my system as hotspot17:14
joyce__yahn: This works only with wired networks17:14
sab_And, yeah, part of /dev is gone too17:15
yahnjoyce__, ah I see. So it creates a 'virtual' router17:15
TJ-Ubuntu2330: I've just tested it on 15.10, with a single Null device which i called MUSAK, and 2 loopbacks, Playback set from Amorak to MUSAK, and Recording "Loopback to MUSAK" from  "Built-in Audio ...". The application's Recording stream "<APPLICATION NAME> " on "Monitor of MUSAK" contains both the microphone and muisic sources17:16
geniisab_: The best option is probably to boot to a liveCD/DVD/USB, copy the files in the old /home directory off someplace safe, reinstall, then copy the files back17:17
=== de-facto_ is now known as de-facto
joyce__yahn: Yea.17:17
=== kpease_ is now known as kpease
Ubuntu2330TJ-: And can you still hear from Amorak somehow, yourself?17:17
sab_genii: yeah.. i kinda feared that option17:17
yahnjoyce__, I've never tried this before but hostapd might help. http://askubuntu.com/questions/126545/i-would-like-to-make-a-virtual-router-on-ubuntu-12-0417:17
Ubuntu2330TJ-: I've gotten it able to send music and voice justa moment ago, but I can't hear anything now17:18
TJ-Ubuntu2330: no; that'd have caused local feedback17:18
TJ-Ubuntu2330: but in the askubuntu article, with the *two* Null devices in use, the 2nd one can be used to play the music source locally17:19
TJ-Ubuntu2330: ensure in pavucontrol you have the "Show:" set to "All Streams" (located at the bottom of the window)17:20
Ubuntu2330TJ-: Ok, I'm not understanding how to make taht happen. I'm using exactly what teh article has - two Nulls and three loops17:20
TJ-Ubuntu2330: I've got it working here now; On Recording tab configure "Loopback to Built-in Audio.." set to "Monitor of MUSAK"; on Playback tab set "Loopback of Monitor MUSAK on" to "Built-in Audio..."17:26
rypervenchesab_: If you had a separate /home partition you would be able to reinstall and be fine, but if you don't then yeah, do what the others have suggested.17:27
TJ-Ubuntu2330: on the Playback tab I now have *two* sources targeted at the MUSAK sink: The audio-player, and the "Loopback of Built-in Audio..."17:28
Ubuntu2330TJ-: I don't have monitor of MUSAK on playback, it's all monitoring of my mic17:29
Ubuntu2330TJ-: All 317:29
=== j__ is now known as tp43_
TJ-Ubuntu2330: on the Recording tab I have *two* sinks: "Loopback to Built-in Audio..." set to "Monitor of MUSAK", and "<APPLICATION NAME> from" set to "Monitor of MUSAK"17:30
TJ-Ubuntu2330: the Playback monitor won't appear *until* you're configured the Recording loopback17:31
Ubuntu2330TJ-: On Recording I have Loopback to Null Output (3 times)17:31
Ubuntu2330TJ-: And on Playback I have 3 monitors of my mic17:31
=== marshal0605 is now known as marshal0505
Ubuntu2330so.. something obviously isn't working17:31
TJ-Ubuntu2330: If I were you I'd start again; looks like you've loaded the null module too many times17:32
Ubuntu2330TJ-: I only did the 5 commands listed on the page :[17:32
Ubuntu2330TJ-: OK wait, now I have 2 monitors fo Mic,a nd one monitor of Null17:33
Ubuntu2330TJ-: I see, I think.. ko... but it won't let em monitor Null #117:34
Ubuntu2330TJ-: Yeah, it's refusing to let me monitor the Null for VLC17:35
benskeyguyss17:35
benskeyi got into a little problem17:36
benskeyi wanted to start dual booting again and i downloaded ubuntu, created the usb drive etc, went to installation and it didnt have the ´install alongside windows´ option so i figured i would just install it on another drive17:37
benskeyi did that and17:37
benskeynow i cant choose between the OS to boot into17:37
geniifriendofkiwi: Any progress (or lack of progress) on trying to install Viber?17:40
mayhewbenskey: if you have windows on one drive and ubuntu on another, you'd need to go into your BIOS/EFI and select which drive you want to boot from17:45
=== bizukifu is now known as Guest79904
=== Guest79904 is now known as bizukifu_
benskeymayhew: its on the same ssd17:47
benskeybut on different partitions17:48
benskeyany advice?17:48
mayhewbenskey: check out https://help.ubuntu.com/community/Boot-Repair17:49
nicomachusbenskey: you don't need boot-repair yet.17:49
nicomachusdid you try pressing/holding shift during boot to bring up Grub?17:49
nicomachusand do you know if your windows partition was EFI or Legacy? and did you install ubuntu as EFI or Legacy?17:50
tripod_podsve bi dao samo kad bi mogo postat srbib17:51
tripod_podsrbin*17:51
tripod_podtako vas volim17:51
benskeyim sure i installed ubuntu as uefi17:51
benskeynicomachus: didnt hear of that.. i know that grub wouldve installed automaticly via ´ínstall alongside windows´´17:52
benskeyso just hold shift when booting up?17:52
proogi'm having a problem with ubuntu on a medion laptop/tablet hybrid: the integrated keyboard stops working after i boot from grub17:58
prooganyone got any ideas?17:59
TJ-proog: maybe the keyboard is connected using USB internally, and the BIOS/firmware Setup menus don't have "USB Legacy" support enabled17:59
proogthe touchpad works, and an external usb keyboard works as well. It's all connected through some sort of docking mechanism where the base of the laptop is a dock for the tablet part17:59
TJ-proog: oh, integrated KB *stops* working once the kernel starts?18:00
proogyes18:00
TJ-proog: can you "pastebinit <( dmesg )"18:00
proogsure18:00
OmnipotentFor a second I thought proog is a bot with an awful syntax.18:01
=== cristi is now known as Guest16792
=== Guest16792 is now known as Sillycat
m_s.a18:04
m_hi18:04
Vapezit's there an OP here?18:05
BluesKajVapez:  why?18:05
=== step21 is now known as step21_
proogTJ-, http://pastebin.com/aPZPWgCL18:05
proogthe Logitech Logitech USB keyboard is my external keyboard (which works)18:06
m_selamın aleyküm18:07
linuxnoobhello people18:08
linuxnoobrevived my father's ubuntu box after a long time18:08
linuxnoobwifi doesn't seem to work18:08
linuxnoobthe latest problem being the gcc version mismatch between the kernel and the one installed on system18:09
OpenSorcelinuxnoob, hi! What version of Ubuntu is it?18:09
linuxnoob14.0418:09
TJ-proog: lines 670 onwards seem to indicate a USB port failure that affects an HID (Human Interface Device) which may be the keyboard18:10
linuxnoobhow is it possible that a kernel in repo is compiled using a different gcc version!!18:10
OpenSorcelinuxnoob, oh... so not that old then. Can you temporarily connect it with a network cable?18:10
linuxnoobhow I know it's the problem: https://github.com/lwfinger/rtl8188eu/issues/10218:10
linuxnoobI am on the same system18:11
proogyes TJ-, i noticed that. Not sure what to do about it though?18:11
OpenSorcelinuxnoob, okay. What kernel version is it running?18:11
linuxnoob3.19.0-43-generic18:11
linuxnoobfrom lts enablement stack18:12
OpenSorcelinuxnoob, newer than mine :-) So which gcc version is it saying is older?18:12
SillycatUbuntu is an ancient African word meaning "I can't configure Debian."  :(18:13
irctc119I have a headless server running on 12.04lts, I am having really odd networking issues, I am getting a no route to host when using git, but the address nslookups and digs just fine. Git is fine on the same network using the same dns on my laptop18:13
irctc119any ideas?18:13
OpenSorceSillycat, lol!18:13
linuxnoobcat /proc/version18:13
linuxnoobLinux version 3.19.0-43-generic (buildd@lgw01-16) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #49~14.04.1-Ubuntu SMP Thu Dec 31 15:44:49 UTC 201518:13
linuxnoobgcc --version18:14
linuxnoobgcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.418:14
OpenSorcelinuxnoob, ouch... the one in the kernel is older :-(18:14
linuxnoobyes :(18:14
linuxnooband that is supposedly the problem18:15
OpenSorcelinuxnoob, problematic but not impossible to fix. If it were me, I would remove gcc, grab the .deb for the version in the kernel and install it.18:15
linuxnoobis that the only way?18:15
linuxnoobcan I pin gcc to this version goign forward?18:16
OpenSorcelinuxnoob, probably not. But it's what I would do.18:16
linuxnooblet me try that18:16
linuxnoobthanks for being so kind and helpful OpenSorce :)18:16
OpenSorcelinuxnoob, sure! Just glad it was something I could offer some help with :-)18:17
rschnckI'm trying to get ipmitool to work. I downloaded the package from the repos and then tried to modprobe the IPMI kernel modules (modprobe ipmi_devintf; modprobe ipmi_si). Impi_devintf worked fine, but when I try ipmi_si I get "no such device". I tried manually doing it using insmod and the .ko modules in /lib/modules/$(uname -r)/kernel/drivers/char/ipmi/ but I go the same error. Any ideas?18:19
mootIslo56 spamming anyone else?18:20
Hackwar1hi folks, I got an ubuntu server and somehow when doing sudo apt-get update, I get lots of 404s for the sources. When I do apt-get upgrade, it fails due to missing dependencies18:21
proogTJ-?18:21
Bashing-om!eol | Hackwar1 ???18:22
ubottuHackwar1 ???: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades18:22
TJ-proog: it seems from reading a kernel-thread on devices with similar issues, the cause is a faulty USB descriptor data block returned by the device. Better report it to the manufacturer18:22
Hackwar1thx18:22
proogokay, that's too bad. Thanks for your help though18:22
Bashing-omHackwar1: Mean as only to verify the release you are on at this time .18:23
proogTJ-, can you link me to a thread that i can send along?18:23
bithonhey guys im trying to compile some code that requires libavdevice. i downloaded it (dpkg -l shows its there), yet when I do apt-get install libavdevice (I did that before I figured out I had it) it says that libavdevice package is not found.18:24
=== moot is now known as Guest42082
linuxnoobOpenSorce: can't seem to figure out how to do it18:24
Hackwar1Bashing-om: I'm on Utopic Unicorn... I was under the impression that that wasn't EOL yet...18:25
=== Guest42082 is now known as moot
genii!utopic18:26
ubottuUbuntu 14.10 (Utopic Unicorn) was the 21st release of Ubuntu.  Support ended on July 23rd, 2015. See !eol, !upgrade and http://ubottu.com/y/utopic18:26
Hackwar1genii: thx18:27
linuxnoobforcing gcc version from synaptic is not doing anything18:28
OpenSorcelinuxnoob, apt-get remove should do it.18:28
OpenSorcelinuxnoob, then re-installing from the deb18:28
TJ-proog: it appears from this, the issue is caused when a manufacturer has a composite device. http://www.spinics.net/lists/linux-input/msg36975.html18:29
proogokay, thanks TJ-18:32
TJ-proog: you have to follow that thread to the new thread titled "HID: Add driver for synaptics keybard with broken rdesc" http://www.spinics.net/lists/linux-input/msg36123.html to get more detail about the background18:32
proogTJ-, i actually found this thread http://ubuntuforums.org/showthread.php?t=224726518:32
proogit suggests recompiling the kernel with HID_MAX_USAGES turned way up18:33
Guest43360ubuntu making a noise in hd18:33
proogthat seems like a pretty daunting task though18:33
BadCodSmellIs there a guide anywhere to building a custom core image for snappy?18:33
Guest43360what it can be18:33
TJ-proog: that's not fixing the issue the correct way though18:33
TJ-proog: it looks that "ITE" manufacturer is a common cause of these issues; presumably their USB firmware developers are useless18:34
proogabsolutely not, but i feel like i'm out of options here. It's either that or going back to windows18:34
=== administrator is now known as Guest49754
=== fish is now known as Guest46072
TJ-proog: if you look at Simon Wörner's patches they create a synthetic keyboard descriptor that is used in palce of the one the keyboard receives; and in the synthetic descriptor that value is corrected.18:36
rahulhi18:37
=== rahul is now known as Guest14014
proogoh cool TJ-, how do i apply it to my installation?18:37
jeffreylevesquei need to rewrite my upstart (https://bpaste.net/show/357cbdcbf550), to systemd, anyone provide suggestions18:37
irctc119where are the network config files in 12.04lts, I think I have eth0 set as static but there is nothing in /etc/interfaces or /etc/NetworkManager/NetworkManager.conf18:37
TJ-proog: you'd need to take an existing patch as a basis for creating a new patch specific to that keyboard18:38
TJ-irctc119: for ifupdown /etc/network/interfaces{,.d/*}18:38
TJ-irctc119: for Network Manager, /etc/NetworkManager/system-connections/*18:38
proogTJ-, how would i do that?18:39
proogi have no experience with customizing the kernel18:39
bithondoes anyone know if its save to have libav and ffmpeg at the same time. running ubuntu 14.04 here ??18:39
bithonit's safe**18:40
[Mew2]Hey guys, how do I view all ip tables rules?18:40
irctc119thanks TJ-  it was the latter18:40
sgtnastyiptables -L -n18:41
[Mew2]Thanks sgtnasty :)18:41
TJ-proog: best to report the bug, possibly to the linux-input mailing list as those links show, and see if the mainline developers can work with you to create a fix18:41
sgtnastyhttp://explainshell.com/explain?cmd=iptables+-L+-n18:41
PauloHNeveshd making noise in Ubuntu, which could be18:42
sgtnastyanyone know how to get electron to make in 15.10? it seems the npm package is too old18:42
llldinoPauloHNeves, It might be spinning down to save power when not in use18:42
sgtnastywanted: {"node":">=0.10.32"} (current: {"node":"0.10.25","npm":"1.4.21"})18:42
[Mew2]Nice website^^^ Ty18:42
proognot gonna happen TJ-, but thanks a lot for helping me out :)18:43
TJ-proog: open a bug report on https://bugzilla.kernel.org/ with that dmesg attached and references to those mailing-list threads I gave you, then subscribe and email linux-input mail-ing list, reference the b.k.o bug report with a concise overview and ask for help18:44
PauloHNevesis normal Ubuntu do the hd makes more noise than the windows, or not18:44
llldinoPauloHNeves, I answered your question above18:45
PauloHNevesok18:45
OerHeksPauloHNeves,  check the disks utility, and s.m.a.r.t. to see if there is something wrong.18:46
OerHekselse no, windows makes more noise :-D18:46
=== step21_ is now known as step21
finnhi18:47
PauloHNevesOerHeks I checked and will not appear any error18:47
frank__Alter was geht ?18:47
akik!de18:48
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!18:48
oussamahello18:52
finn_hi18:55
finn_hi18:55
finn_hi18:55
LostSoulHello finn_18:56
Gustav_test19:08
daftykinsGustav_: don't do that in here.19:10
milquinhentossetwho likes kubuntu?19:13
Bashing-ommilquinhentosset: Ask your real question, as many like kubuntu - else it would not be .19:14
=== PriceChild is now known as Pricey
milquinhentossetBashing-om is it possible to install xchat or bitchx in an ubuntu server?19:14
nicomachusmilquinhentosset: Do you have X on that server...?19:16
Bashing-ommilquinhentosset: Sure ... but but but ... a server is my nature GUI-less .. why pollute ? irssi is one CLI alternative .19:16
nicomachusirssi or weechat19:16
milquinhentosseti had19:17
milquinhentossethmmm but i really diddt know about irssi or weechat19:17
=== darent is now known as taiget82
milquinhentossetim gonna install one of them19:18
=== step21 is now known as step21_
toggyI have a raid1 question19:27
toggyanyone out there?19:27
marcelloquit19:28
toggyI am wondering if I can use half of a drive for raid partition and half as a regular ext4 partition19:28
toggyanyone done that?19:28
nacctoggy: why would you want to do that? also raid1 is disk mirroring, iirc?19:32
toggymirroring yes19:32
debug0x1hahahaha19:32
toggyI'd like to have the root drive protected by raid1 yet have extra space that would survive a reinstall/reconfig19:33
artoisraid is technically for access redundancy, not data redundancy19:33
toggyI like raid1 so when a drive dies I keep going and add another in yes19:34
toggyand I assume I can leave another partition at the end of each drive that can be formatted as ext4 normally19:34
toggyor maybe a better questions is. if I configure a md1 and a md2 both as raid119:35
toggyafter a reinstall can I leave md2 as it was19:35
toggywith it's data intact19:36
nacctoggy: I believe mdadm supports mirroring of volumes and/or disks19:37
nacctoggy: but unless you're putting different data on the "two" md2 mirrors, why not just do a normal raid1 of the entire disk?19:37
toggybecause I like to have a "data" drive to keep my stuff. if I do a re-install, the data stays there on that partition19:38
toggythe root drive gets wiped and a new OS19:38
akiktoggy: yes, you can have a plain partition on the same disk19:39
toggyI can take thesee two 1TB drives and have (for example) 500GB for root and 500GB for data19:39
toggybut I am thinking I might just do the whole thing19:39
toggyraid1 the whole thing19:39
Hackwar1hi, how can I remove old kernels? I got a little problem where my /boot is full...19:39
Bashing-omHackwar1: What results19:40
naccHackwar1: did you try `apt-get autoremove` ?19:40
geniinacc: Doesn't work with kernels19:41
Bashing-omHackwar1: What results ' sudo apt-get autoremove ' ? If the package manager is in a consident state, this will also remove the old kernels .19:41
TJ-toggy: as well as RAID-1, sounds like you should be using LVM. With that you can install multiple OSes if you want, just requiring an additional Logical Volume. You can also assign minimal space to the LVs to begin with and extend them as the need arises19:41
Hackwar1Bashing-om: I'm doing an apt-get upgrade and it fails while updating the kernel because /boot is full.19:41
Hackwar1ok, I will try autoremove19:41
Hackwar1Bashing-om: sudo apt-get autoremove fails with unfulfilled dependenices...19:44
Hackwar1I'll delete a few kernels manually..19:44
naccgenii: hrm? autoremove works fine with kernels, if they really aren't used and were installed by the package manager?19:45
geniinacc: Kernel things usually will not be removed automatically, unless it's something like kernel headers or kernel extra packages and the kernel they belong to has already been removed19:46
deaahi19:46
TJ-genii: nacc I think it's nuanced; autoremove will work if the system is using the default linux{,-image,-headers}-{generic,lowlatency} meta-packages19:46
naccTJ-: ah yes, that could be it, sorry19:47
KatronixHi all, on Ubuntu 14.04 how do I install spice-gtk? I tried to follow the directions here: https://launchpad.net/~bderzhavets/+archive/ubuntu/lib-usbredir3 but I'm told that https://launchpad.net/~bderzhavets/+archive/ubuntu/lib-usbredir3 (as well as the 386 versions) return 404s19:47
TJ-genii: by default the installer uses the meta packages so autoremove should work; if the user has removed those meta packages and/or installed kernel packages manually, it won't19:48
MonkeyDust!find spice19:49
ubottuFound: libspice-protocol-dev, libspice-server-dev, libspice-server1, libspice-server1-dbg, qemu-kvm, easyspice, ngspice, ngspice-doc, tclspice, browser-plugin-spice (and 21 others) http://packages.ubuntu.com/search?keywords=spice&searchon=names&suite=wily&section=all19:49
KatronixThanks MonkeyDust19:50
OerHeksKatronix, that https://launchpad.net/~bderzhavets/+archive/ubuntu/lib-usbredir3  has only Oneiric packages.19:50
happy____Hi19:50
happy____Any software for translation?19:51
toggyTJ: I won't be doing multiple OSs, just the occasional rdo19:52
toggyredo19:52
KatronixOerHeks, ah okay19:52
toggyso I am content with simple raid19:52
happy____How do I add translation to this program? GoldenDict.19:52
toggyand  perhaps extra ext4 drives are unneeded. It was an idea19:52
OerHekshappy____, tons of translation software and services, https://en.wikipedia.org/wiki/Comparison_of_machine_translation_applications19:54
[Mew2]guys whats the location of the iptabels rules file?19:54
TJ-[Mew2]: it's up to you19:55
[Mew2]where is default19:55
MonkeyDust[Mew2]  there's /usr/share/ufw/iptables19:56
OerHekstime to read https://help.ubuntu.com/community/IptablesHowTo19:56
MonkeyDust[Mew2]  there's /usr/share/ufw/iptables/    <-- correction19:56
[Mew2]thanks MonkeyDust and OerHeks and TJ-19:56
TJ-[Mew2]: there isn't one. iptables is a binary tool; other packages may use it but they will decide where to put rules files. if you edit /etc/network/interfaces manually you set the path/file you prefer19:56
OerHeksyou need to save and restore them yourself, afaik19:57
TJ-[Mew2]: if you're working with iptables that implies IPV4; I hope you're also aware of ip6tables for IPv619:57
[Mew2]im just looking for one rule19:57
TJ-[Mew2]: rules file location will be dictated by whatever firewall management package you've enabled19:58
[Mew2]ok let me ask this19:58
[Mew2]how do i view all rules pertaining to a certain port19:58
[Mew2]is it possible19:58
[Mew2]using grep19:59
Hackwar1ok, so after cleaning up a bit, running apt-get upgrade again and then running apt-get autoremove, I still have 6 kernels installed. apparently autoremove does not remove older kernels. ;-)20:00
MonkeyDustHackwar1  try sudo apt-get clean; sudo aptitude purge ~c;20:01
[Mew2]do i need to restart iptables after adding a rule?20:01
TJ-[Mew2]: "iptables -vnL | grep 80" might show all rules related to port 80, but you'll probably want the context of which chain the rule is in (due to default policy)20:01
TJ-[Mew2]: iptables is just a program that tells the kernel to do something with the kernel's internal rules; there's no restart involved.20:01
mkultraI'd keep them just in case. Many one time have I had to use an older kernel in order to boot cuz an update mess something up20:01
[Mew2]ok20:02
[Mew2]thank you20:02
[Mew2]reboot brb20:03
mkultraold habits die hard20:03
Hackwar1MonkeyDust: that is cleaning up a lot. Looks interesting. :-)20:05
MonkeyDustHackwar1  glad i could help20:06
[Mew2]guys20:09
[Mew2]sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 600020:09
[Mew2]this doesnt work for some reason20:09
=== _atg is now known as AndyTechGuy
=== krphop_ is now known as krphop
[Mew2]wait20:11
[Mew2]sorry20:11
[Mew2]it just worked20:11
cdavisWhen I install Samba it is ignoring smb.conf shares and auto sharing anything in /exports, can someone tell me where that is configured to do that?20:11
cdavisanything in /etc/exports is what I meant to say20:11
exospecieshi, i have ubuntu server with ufw, and i don't see any deny rules... does it mean everything is allowed?20:12
[Mew2]ok so heres the problem20:12
compdoccdavis, you use zfs or something that can share on its own, without samba20:12
[Mew2]sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 600020:12
[Mew2]now its connectable on both 80 and 600020:12
[Mew2]instead of just 8020:12
happy____How do I add translation to this program? GoldenDict.20:14
TJ-[Mew2]: well, if port 6000 isn't otherwise blocked, that is expected20:14
[Mew2]how do i make it connect only on 80 and not 6000?20:15
zippo^I have a problem with extern HDD, some files work no good. Have Ubuntu a special application example research and or is possible repair to extern HDD?20:15
OerHekshappy____, http://goldendict.org/dictionaries.php20:15
happy____I'm not talking about dictionaries20:17
happy____I want him to be a translator20:17
MonkeyDusthappy____  what is your ubuntu question?20:17
ioriazippo^, what you mean exactly  with "some files work no good"  ?20:17
OerHeks"How do I add translation" sounds different to me than how to use goldendict20:18
zippo^some files on my extern hdd doesn't reaction20:18
zippo^a wait, i copy text, ioria20:18
happy____How do I add translation to this program? GoldenDict.20:18
ioriazippo^,   ok, it'a a data storage disk ?20:18
MonkeyDusthappy____  to what program?20:18
ioriazippo^,   or you have an OS installed ?20:19
MonkeyDust!find goldendict20:19
ubottuFound: goldendict, goldendict-wordnet20:19
happy____GoldenDict20:19
Chicken_WrapHello.20:19
happy____or any program20:19
zippo^ioria, : Fout bij splicen van bestand: Invoer-/uitvoerfout20:19
zippo^this si dutch20:20
MonkeyDusthappy____  what's wrong with the link OerHeks gave you?20:20
zippo^my intern hdd works great (os works great too). data example images on my extern hdd, ioria20:20
ioriazippo^,   Error splicing of file: Input / output error20:20
zippo^yes this20:20
Picihappy____: Are you looking for something like this? https://translations.launchpad.net/ubuntu/20:20
zippo^can I do something?20:20
ioriazippo^,   so you have ubuntu installed on that external hhd ?20:21
zippo^nope, ioria20:22
clementtrr20:22
clementtrt20:22
clementhh20:22
clementh20:22
clementh20:22
clementh20:22
ioriazippo^,   it'a storage data disk ?20:22
zippo^images, docs, etc. are on my external hdd20:22
ioriazippo^,   ok20:22
zippo^Can I fix this or must I format this, ioria ?20:22
happy____I want to add Google translation20:22
ioriazippo^,   which file system ?  ext4 or ntfs ?20:23
zippo^no idea, i go see20:23
zippo^I cannot find, where can I see the way that I see which file system is this, ioria ?20:24
ioriazippo^,   df -t20:24
reinaldoboa tarde20:24
ioriazippo^,   sorry, df -T20:24
zippo^in terminal?20:25
ioriazippo^,   yes20:25
OerHekszippo^, that splice error sounds like there is a space in the filename you want to copy20:26
zippo^lord4163, : fuseblk20:26
zippo^ioria,20:26
ioriazippo^,   can you paste the filename you're copyng ?20:27
zippo^ioria, : http://paste.ubuntu.com/14413825/20:29
ioriazippo^,  ntfs20:30
OerHekssee, /media/ekremkoc/ekrem koc  with a space...20:30
zippo^yes20:31
ioriazippo^,   can you paste the filename you're copying  and gives you troubles ?20:31
=== mate is now known as Guest2941
zippo^how, ioria ?20:32
zippo^yes indeed, oerheks20:32
ioriazippo^,   you got that error when you try to copy some files or what ?20:33
OerHeksThe guy who invented that is a millionaire :-D .. use "/media/ekremkoc/ekrem koc" or /media/ekremkoc/ekrem\ koc20:33
ioriazippo^,   keep also in mind that the file could be damaged  ....20:33
ioriazippo^,   or the drive could be20:34
zippo^ioria, : http://picpaste.com/pics/Schermafdruk-Naamloos_venster-U8wsjp73.1452026164.png20:36
OerHeksalso spaces in names20:36
perohello, i am having trouble updating my 14.04 install - i am getting a 'your install is likely broken' message running apt http://pastebin.com/uVt4NEj420:37
ioriazippo^,   too long to translate ....20:37
ioriazippo^,   try to copy that file with quotes   cp    "filename"  etc. etc .20:38
zippo^thx for help, but i go search via google20:38
aph3xi'm having trouble configuring courier mta to work with spamassassin on ubuntu server, is this the correct place to seek help?20:38
zippo^my english is no so good20:38
ioriazippo^,   connected to usb2  or 3 ?20:38
Braybautzippo^ speaks spanish ?20:39
peroand running the suggested command from that output produces the following string of events http://pastebin.com/aAkR06tp20:41
OerHekspero, looks like there is a PPA problem with liblove:amd64 0.9.2ppa120:43
peroOerHeks, i just removed love and liblove and apt-get upgrade seems to be running20:44
OerHeks:-)20:44
perono idea what it is anyway20:44
OerHeksnever heard of it before too: LÖVE is an awesome framework you can use to make 2D games in Lua20:45
kevinfishhow much of a concern should a lot of usage of virtual memory be by applications?  Like right now I see nemo running with a 1.4GB VM size and bash running with a 1.3GB size and I know for a fact bash is just logged in and not doing ANYTHING!20:46
kevinfishand basically right now I don't have much running at all and my total memory usage is 1.4GB20:47
tsapiiapt-get sure has a frozen heart20:47
kevinfishI'm concerned cuz my system only has 2GB and I'm constantly having it hang up when I try and do several things at once.20:47
Ben64kevinfish: pastebin the output of free -m20:48
stephan__good evening, my first time here and i am a beginner, wanted to install cuda on ubuntu but it tells me to close x server first.. when i do that.. my screen just get black with a blinking bar... anyone knows what to do ?20:48
Ben64stephan__: how are you trying to install cuda20:49
stephan__i downloaded the run file from the offical website of nvidia20:49
stephan__they give you like the command to install it20:49
stephan__which i did20:49
Ben64you shouldn't do that20:49
stephan__i posted before and they told me thats the way to go20:49
stephan__so thats what i did :(20:50
Ben64installing software from outside the ubuntu repositories is unsupported here20:50
compdocif theres an existing package, use apt-get20:50
stephan__i am sorry20:50
kevinfishBen64: http://pastebin.ca/331829120:50
compdocsomeone sets it up for you, that way20:50
Ben64bunch of results if you search for "cuda" in the software center20:50
stephan__i was told it is a bug with 14.04 that you can only install it with the run file :(20:51
Ben64kevinfish: well you got 555MB free.... upgrade ram if you can20:51
stephan__if i type in cuda in my software center, i only get 2 results, both magazines i can buy20:51
stephan__weird..20:51
kevinfishBen64: I can't.  That's a big part of the problem.   So VM size isn't really related to the actual amount of Ram and Swap the program is hogging?20:52
kevinfishBen64: I mean, why would nemo be wanting 1.4G?20:52
CalahatAny alternatives to Skype (that actually support skype?) - PS. don't kill me20:52
kevinfishBen64: isn't that just the file manager that manages my desktop icons?20:52
nacckevinfish: virt is the virtual memory allocation for a program, which can be potentially huge; rss is the more relevant measure often20:53
compdocstephan__, at the bottom of software center, theres text you can click to show technical items20:53
compdocon the left side20:54
kevinfishnacc: ok, thanks20:56
nacckevinfish: what is the nature of your hang? system stalls? is the disk getting hit hard (swapping?)20:58
ZundapHi... where are the channels list? I closed him than i don't see where i can choose a chanel damm!20:59
ZundapThanks in advance!20:59
kevinfishZundap: try /list20:59
kevinfishnacc: I think I'm running out of memory.   Also though sometimes an app will start hogging all the cpu time21:00
Zundapthanks kevin, but nothing...21:01
Zundapim a noob in this kind of21:01
kevinfishnacc: I was getting chromium doing that so I removed it.   Seems I've had it happen with firefox too though21:01
kevinfishZundap: what client you using?21:02
nacckevinfish: are you using flash or anything in the browser?21:02
kevinfishnacc: almost certainly21:02
Zundapkubuntu21:02
nacckevinfish: tends to be a memory hog :)21:02
TJ-kevinfish: which Ubuntu release is that? and which architecture (i386, amd64, armhf, etc.) ?21:02
kevinfishZundap: that's your distro.  Do you know what IRC client its using?  Is there a help->about menu entry?21:03
Zundapwow.. whait!21:03
kevinfishTJ-: I'm actually on the latest peppermint with amd421:03
kevinfish3.16.0-57-generic #77~14.04.1-Ubuntu SMP Thu Dec 17 23:20:00 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux21:04
TJ-kevinfish: peppermint? That's not Ubuntu, and not supported here21:04
jeffreylevesquehow can I replace `start on runlevel [2345]`, in context with systemd syntax - https://github.com/jeff1evesque/drupal-demonstration/blob/4583a0d88d154b2892cd566e5c207148e4f776cf/puppet/environment/development/manifests/vagrant_mounted.pp#L19?21:06
kevinfishTJ-: way to blow me off.  :\21:06
=== fra is now known as Guest52458
TJ-kevinfish: we can't support things we have no experience of21:07
TJ-kevinfish: we have no idea what differences there may be in the build, or linkage, of packages on that distro21:07
kevinfishTJ-: its ubuntu with a slightly improved installer and mostly stylistic differences21:07
ZundapThanks Kevin! It's simple like select some lines in the chat and choice a chanel!21:08
thebwtjeffreylevesque: you're going to need to write a systemd unit for vagrant21:08
mknawabidoes anyone have an issue with nvidia 352 and multimonitor setup where21:08
mknawabia) lightdm starts -> b) login to unity w xorg.conf generated by nvidia-settings -> c) after a minute, xorg conf ignored, and monitors' res is set by something else21:08
ZundapThanks, thanks! It's so niiice trie the vintage of the netzzz!21:08
kevinfishZundap: glad to hear it.  I think your client is kde telepathy for future reference21:09
TJ-kevinfish: no, it' isn't Ubuntu, that's the point. You have multiple processes apparently reporting use of extreme amounts of memory. That suggests their common loaded shared library usage may be the culprit, which points to issues with some low-level libraries linking in more SOs than they should be doing (or something statically linked).21:09
ZundapThanks one more time man!! ;)21:09
jeffreylevesquethebwt: yea i was looking at the "a template unit" - http://askubuntu.com/questions/626771/migrate-basic-upstart-script-to-systemd, but only got as far as `Description`21:10
kevinfishTJ-: ok, criticism taken.  I'll go post that on one of the forums.   Thanks.21:10
thebwtjeffreylevesque: I've seen more on writing docker units, my google fu is retuning nothing on doing the same with vagrant21:11
thebwtreturning*21:11
TJ-kevinfish: my suggestion would be to focus diagnostics on the 'bash' process; since 1.4GiB is obviously too much there. Look at its /proc/$$/ nodes21:14
kevinfishTJ-: Ok, I appreciate it.   I'll pass that along too.  I'm probably not the best to be delving into the libraries at this level21:16
TJ-kevinfish: check /proc/$$/statm which prints the status of memory. To decode the fields you'll need to see the Linux kernel's Documentation/filesystems/proc.txt Table 1.321:17
anticorehey dudes. i'm having a problem with my raspi. trying to ssh but it times out. the web server running on the pi is still up, as is the cmus. why can't i ssh into it?21:18
TJ-kevinfish: this link should get you started: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/filesystems/proc.txt#n26321:18
TJ-anticore: because the sshd isn't running, or there's a firewall rule blocking you21:19
TJ-anticore: are you sure the ssh client doesn't make a connection but that gets dropped by the sshd? ("ssh -vvv ..." will help debug connection issues like that)21:20
kevinfishTJ-: ok, thanks.  I take it you're pretty sure ubuntu doesn't have this problem?21:21
TJ-kevinfish: I've only ever seen those symptoms with systems where they've either used statically linked binaries, or else custom installed a self-built set of core system libraries (using the wrong build flags)21:21
Picialso /5021:22
TJ-kevinfish: .../statm and also .../stat should help you pinpoint which memory count is excessive, which should help narrow down the possibilities21:22
Bray90820So ubuntu is giving me a read only error on a MicroSD card21:22
kevinfishTJ-: okay, well, I'm sure this will be good info for the devs over there.21:23
=== ilbelkyr is now known as u
Bray90820Ubuntu is saying my MicroSD card is read only when it's not21:25
Ben64Bray90820: can you elaborate21:25
slifeetMake sure that little tab on the SD card is not switch to RO21:26
Bray90820When I try to copy files to the SD card it says destination is read only21:27
Bray90820It's a micro SD card so there is no tab21:27
OerHeksBray90820, so what partitiontype is on that card? sudo fdisk -l # can give a clue21:30
Ben64Bray90820: pastebin the output of "mount"21:30
TJ-Bray90820: that's a common issue for some cheap/bad/fake SD-cards where the device firmware locks out writes to the device. check /var/log/kern.log for clues on the device state (as opposed to any file-system state)21:31
Bray90820Ben64: http://pastebin.com/raw/Y0JmY7Ym21:35
=== u is now known as ilbelkyr
nimble29Hey there. How do fix? :P http://paste.ubuntu.com/14414358/21:39
NUCKFIGGERSFUCK YOU21:40
nimble29I need the 32bit SDL package to compile this: https://github.com/Hinsbart/koku-xinput-wine21:40
NUCKFIGGERSFUCK YOU21:40
Pici /mode +b *!*@24.6.45.23921:40
Picioops, you saw through the magic21:40
nimble29heh21:41
bgardnerBless you Pici.21:41
nimble29NUCKFIGGERS:, what a neat guy huh21:41
nimble29such good time he had, to spread his message of love21:41
nicomachusnimble29: move on.21:41
nimble29?21:41
nimble29nicomachus: I'm waiting for help, I'm just sitting here21:41
nicomachushe's gone, back to support topic.21:41
nimble29But yeah, I think it's just a missing package. How would I go about installing that?21:44
=== graham is now known as Guest62894
bgardnernimble29: See if this relates to your issue: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/94960621:44
ubottuLaunchpad bug 949606 in mesa (Ubuntu) "64 bit dev packages should include 32 bit .so library file" [Medium,Triaged]21:44
=== scotty is now known as Guest67701
llldinoAnyone know offhand what is the "proper" directory to put user made shell scripts in to conform to POSIX/Linux FS goodness?21:46
Ben64~/bin/ maybe?21:46
llldinoBen64, That's what I've always done, yeah21:46
MonkeyDustllldino  /usr/bin/ and /usr/sbin/ are common21:47
geniillldino: /usr/local hierarchy, either in /usr/local/bin or /usr/local/sbin21:47
geniillldino: As per recommendations at http://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/usr.html21:48
Bray90820Ben64: did you look at my paste21:48
llldinoMonkeyDust, genii , For user scripts? Non admins/staff don't have write access to anything in /usr I thought21:48
Ben64Bray90820: ok, so its not mounted read only21:49
Bray90820But...21:49
geniillldino: If it is only for the one user only to run, then in a bin directory under their home directory21:50
Bray90820Ben64: http://pastebin.com/raw/i9w6anRg21:50
llldinogenii, Right, okay, thanks!21:50
geniillldino: If it's a script multiple users will use, then /usr/local hierarchy21:50
Ben64Bray90820: not seeing a problem, vfat doesn't support linux file permissions21:51
OerHeksBray90820, sudo chmod 777  does not work on not-posix partitions like fat ntfs vfat and such21:51
OerHeksmaybe you just run out of space21:51
OerHeksdf -h # would tell21:52
Bray90820Ben64: OerHeks that's good to know21:52
TJ-Bray90820: as I said earlier... that's a common issue for some cheap/bad/fake SD-cards where the device firmware locks out writes to the device. check /var/log/kern.log for clues on the device state (as opposed to any file-system state)21:53
Bray90820TJ-: it copy on other systems to i don't think it's the SDcard21:53
Bray90820OerHeks: http://pastebin.com/raw/NXmp4B8X21:53
TJ-Bray90820: check the logs for clues21:54
TJ-Bray90820: the device is 120GB? how are you connecting it to the PC - via a USB<>SD-Card reader?21:55
OerHeksunclean filesystem perhaps .. but then again it would not mount rw21:55
OerHeksuh oh, limited sdcard reader to 32/64 gb ...21:55
TJ-OerHeks: device firmware boched, or USB bridge capacity exceeded, usually21:56
bgardnerBray90820: "Ubuntu is saying my MicroSD card is read only when it's not" - where is it saying that?21:56
Bray90820bgardner: Idk why but it's copying now21:59
=== _atg is now known as AndyTechGuy
=== SonikkuAmerica is now known as S-USA|StandWithI
=== S-USA|StandWithI is now known as S-USA|VivaIan
Zulu_TooGreetings folks. I am in the process of installing Ubuntu 15.10 server. It states near the end of installation that there are about 1667 packages. Should I skip these or do they matter? Would the apt-get update be better. Also there is a selection for Manual Package Selection. I chose all in that dialogue box. Was that a good idea?22:35
=== nimble29 is now known as Dumle29
=== bonkers is now known as b0
=== b0 is now known as b00
b00Hi, anyone around that could help me install drivers for an LSI raid card?22:40
b00ive installed 10 different once but none seems to bite22:40
TJ-Zulu_Too: selecting 'all' sounds like the wrong thing to do; is that the selector where you can choose 'tasks' like install LAMP stack, mail server, DNS server, etc.,22:41
TJ-b00: what Ubuntu release, and what is the PCI-ID of the device ("lspci -nn") ?22:42
b00ubuntu 12.0422:42
Zulu_TooYes.22:42
Zulu_TooTJ-    Yes.22:42
TJ-Zulu_Too: I think you should *not* select 'all' there. Only install what you know you need. You can add packages later as you realise the need22:43
b000b:00.0 RAID bus controller [0104]: LSI Logic / Symbios Logic MegaRAID SAS 2208 [Thunderbolt]22:43
Zulu_TooI wanted all features but didn't know about Manual Package Selection. If I exit it I suppose I can go back to that box and either uncheck it or just exit the installer and do an apt-get update later.22:44
TJ-b00: that output doesn't show the PCI-ID, which is inside [...] brackets near the end of the line22:44
TJ-b00: e.g. "[1180:0592]"22:44
geniib00: Thats what the -nn part of the command will give us, the vendor:device22:45
Zulu_TooThanks for the input TJ-   If all else fails a reinstall is easy. :)22:45
b00[1000:005b]22:45
Zulu_TooIt is on a Vitural Box install.22:46
TJ-b00: that device is managed by the megaraid_sas module22:46
Zulu_TooThanks again.22:46
TJ-b00: I think, with that PC on 12.04, the module may not be available22:46
MWMIm trying to use soundconverter and the plugin I need for ubuntu leads to a 404 error, any ideas?22:46
b00but lsi have drivers for 12.0422:47
b00so thats what i dont understand22:47
MWMIm trying to pull the make an mp3 from an mpeg BTW22:47
TJ-b00: Can you show us in a pastebin what "modinfo -F alias megaraid_sas" reports ?22:48
sab_rypervenche, I've got a seperate home partition!22:48
b00modinfo -F alias megaraid_sas22:48
b00ERROR: modinfo: could not find module megaraid_sas22:48
TJ-b00: Looks like you need the appropriate linux-image-extra package for the installed kernel22:49
TJ-b00: oh, not even that. It should be there. What does "uname -r" report?22:50
b003.11.0-15-generic22:50
b00ive been dabbling with kernels all day, upgrading and downgrading22:50
TJ-b00: that might have upset the apple-cart a bit, too. I was expecting to see v3.10 there22:51
TJ-b00: OK, so that 3.11.0-15-generic will be for the LTS enablement for 12.04.422:52
b00allright?22:52
TJ-b00: that kernel went out of support in August 2014; the system should have been updated to 12.04.5 and have the 3.13 kernel from 14.04)22:54
b00it only gives me the option to upgrade to 14.0422:55
TJ-b00: but all those kernels do have the megaraid_sas module; so if it isn't there that's a worrying issue. Once found, the 2nd issue is whether it declares an alias for the ID linux-image-extra22:55
TJ-b00: s/linux-image-extra/1000:005b/22:56
b00bash: s/linux-image-extra/1000:005b/: No such file or directory22:56
CissaaHey! Are there any Ubuntu versions (or even other distros with a GUI) that would fit on a 700MB CD?22:56
sab_ubuntu server lts fits on a cd22:57
iAmerikanCissaa: you can install a minimal distro from a cd then install a gui as well.22:57
geniiCissaa: Lubuntu ISO still fits on a normal CD22:57
Cissaasab_: iAmerikan: genii: I need a LIVE CD thing. Lubuntu still the best option?22:58
geniiCissaa: If you need it under 700M with GUI, then yes22:58
Cissaagenii: All Lubuntu versions?22:58
iAmerikanthat would make sense.22:59
geniiCissaa: At least 14.04.3  64 and 32 bit x86 ones22:59
CissaaThen that's what I'll use.22:59
CissaaThanks and see ya!22:59
geniiCissaa: You can check the others at http://cdimage.ubuntu.com/lubuntu/releases/14.04/release/22:59
genii...22:59
b00TJ- do the 3.11 kernel have that module?23:01
=== shawniverson is now known as Guest89034
szmqWifi keeps disconnecting. card: Broadcom BCM43142. Can You help me with problem? :/23:03
szmq wifi works only over very short distances.. When it is larger, after about 20 seconds keeps disconecting23:03
szmqthe longer it means that the signal strength indicator is about 45%23:03
szmqon Windows, everything worked so the netrowrk card is ok; /23:04
szmqi have lenovo g51023:04
TJ-b00: On a 12.04 system here, megaraid_sas isn't in the 3.11 kernel23:04
pantatohihi, i'm trying to test a feature of an app that's supposed to be triggered by doing control-option-s23:04
SonikkuAmerica!b43 | szmq23:04
ubottuszmq: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx23:04
pantatoanyone know the equavalent for "option" on ubuntu?23:04
b00figures, how do i upgrade to 12.04.5?23:04
SonikkuAmericapantato: Use the Alt key.23:05
pantatoSonikkuAmerica: doesn't do it23:05
SonikkuAmericapantato: Are you on a Mac now?23:05
pantatonegative23:05
SonikkuAmericapantato: Then what the heck is "Option" then.23:05
=== Gabbo is now known as Guest40982
pantatoon windows, it's supposed to be alt23:05
Guest40982Hi. 14.04 server. two part question... part 1 I am forgetting a command. I think it is called at. I want to issue a command(as root) at a certain time tomorrow morning.23:05
pantatonot sure what is going on with ubuntu23:06
SonikkuAmerica!details | pantato: Can I have specifics? I don't even know what you are doing.23:06
ubottupantato: Can I have specifics? I don't even know what you are doing.: 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)23:06
TJ-b00: "sudo apt-get dist-upgrade linux-image-generic-lts-trusty"23:06
TJ-b00: but I've not confirmed it is in that kernel either; give me a mo23:06
pantatocntrl-alt-s does what it's supposed to on windows23:07
pantatowith the same keyboard23:08
pantatoubottu: i'm being obscure for a reason, sorry.23:08
iAmerikanwhy is it the option key23:08
ubottupantato: I am only a bot, please don't think I'm intelligent :)23:08
pantatoderp derp23:08
pantatoiAmerikan: it's supposed to be23:08
pantatowhat's the option key supposed to be in ubuntu23:08
iAmerikannon mancs have ctrl, alt, fn, and the win or mod key23:08
iAmerikanpantato: what are you trying to accomplish with this key combo23:09
szmqlets ping23:09
pantatoiAmerikan: trying to trigger a feature of a web app i'm testing23:09
pantatoand it just closes the tab if i do cntrl-alt-s23:09
iAmerikanthat may have to do with your browser.23:10
szmq__ehhh23:10
szmq__iwconfig wlan0 power off23:10
pantatoiAmerikan: I think cntrl-alt-s just closes any window on ubuntu23:10
szmq__sry23:10
TJ-b00: Yes, the -trusty 3.13 kernel has megaraid_sas and it supports it: "pci:v00001000d0000005Bsv*sd*bc*sc*i*"23:10
iAmerikannope23:10
szmq__http://scr.hu/30by/w8b7h23:10
* iAmerikan just tried ;)23:10
pantatominimizes, rather23:10
b00upgrading now23:10
iAmerikanI am on openbox..23:11
pantatohmm perhaps if i disable the binding23:11
pantatoyeah, haha23:11
iAmerikanpantato: map it to something else or change the binding23:11
pantatoiAmerikan: that worked, thank you23:14
iAmerikangood news o/23:14
=== TuxTek is now known as nuno_nunes
klimthello all - I have a question regarding VBOX networking. I have connected a USB ethernet interface on the Host PC/ added the interface on my VM/ selected Bridged Mode/ booted the VM/ ensured that the DHCP server running on the router to which the VM is connected to through the USB adapter is working properly. After running ifconfig I see a random IP address on that IFACE. I tried changing the routing table on23:21
klimtmy VM's OS/ set static IP ensuring that it's within the subnet range provided by the router but I am unable to ping the router. Any ideas? trying to obtain IP automatically did not work as what I am seeing is a random IP address that has nothing to do with the router's subnet. Finally from the router's web interface it looks like I have a valid ip address, but when i issue "ifconfig eth1" i don't see that.23:21
cfhowlettklimt, might want to ask #vbox or #networking23:21
klimti did and noone is available23:21
klimti believe this may be OS specific23:22
klimtas I am sure VBOX and the Router are fine. but the OS fails to report/give the correct IP23:22
klimtdhclient hangs when I try to run it on that IFACE23:23
pedrolahi guys, i have a geforce 540m video card and it working fine, but it is running as second card cuz i have a intel video card (optimus).. I just need to use only the nvidia vga instead of INTEL. (the games can I run via optirun) i need to put nvidia as primary card to it stays always on. ty guys...23:23
klimtfor the record I have 2 IFACES/ the first taking the correct IP from another Router.23:23
OerHeksklimt, that usb network interface should be handled by the host, not the VM. just enable bridged networking, not NAT, in the vbox settings of your vm23:24
OerHeks!virtualbox23:24
ubottuVirtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox23:24
klimtI have used bridged networking 0erHeks23:24
RaptureI accidentally installed a package (nagios-nrpe-plugin) which installed a bunch of other stuff. I removed it by doing apt-get remove nagios-nrpe-plugin but all the other things it installed are still showing up23:25
Rapturedo I have to reinstall it and do an auto-remove?23:25
klimtRapture type "sudo apt-get autoremove"23:25
klimtno need to reinstall23:25
pedrolahi guys, i have a geforce 540m video card and it working fine, but it is running as second card cuz i have a intel video card (optimus).. I just need to use only the nvidia vga instead of INTEL. (the games can I run via optirun) i need to put nvidia as primary card to it stays always on. ty guys...23:25
Raptureklimt: 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded.23:25
Raptureit installed the apache web server which this doesn't need23:26
bekksRapture: run sudo apt-get purge nagios-nrpe-plugin as well23:26
klimtRapture : "sudo apt-get dist-upgrade"23:26
klimt0erHeks : I use that adapter in order to connect VMs through a second router that I have. It has worked in the past, not sure what's the issue now23:28
OerHeksRapture, did you stop naigos before you performed this action?23:28
Rapturebekks & klimt - I did both those commands and still see the extra packages it installed23:29
RaptureOerHeks: it's not running nagios, only the nagios-nrpe client23:29
klimtRapture : can you please paste into pastebin what you see and provide the link?23:30
Raptureklimt: http://pastebin.com/raw/sysKHWtF23:31
Rapturebasically I just want all those 'extra' packages removed23:32
[Mew2]so just a noob questions, why do some apps have to run as root? like mysql, apache etc?23:32
klimt0erHeks : http://pastebin.com/hJELJpg623:32
someguyany one experienced in using LXD?23:33
klimtRapture : why don't you just do "sudo apt-get remove apache2 apache2-bin apache2-data apache2-utils bsd-mailx fontconfig-config fonts-dejavu-core libapache2-mod-php5 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libfontconfig1 libgd3 libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery libtiff5 libvpx1 libxpm4 nagios-images nagios3 nagios3-cgi nagios3-common nagios3-core php5-cli php5-common php5-json23:34
klimtphp5-readline postfix ssl-cert"23:34
klimtaren't all these packages that that plugin installed?23:34
bluesnowHi, what's a good MIME type / file format for structured text on Ubuntu / Linux that would also be easily cross platform with Windows?23:34
[Mew2]so just a noob question, why do some apps have to run as root? like mysql, apache etc?23:34
klimtRapture : I assume that you havent been using apache or nagios before...23:35
SkyriderWell my laptop appears to be using AMD Radeon HD 6480G23:35
Raptureklimt: correct, this is a new server totally unrelated to apache23:35
ovidiugHey guys, I've stumbled upon a bit of a problem. I currently run Win7 and I made a bootable USB with the 14.04 Ubuntu .iso file since I want to dual-boot. But, when I tried to install it alongside Windows, it seems that it doesn't detect I have another operating system. So, I proceeded to free up space from Windows and try to create the root and swap partitons myself, but apparently Ubuntu sees as free space all of my hard disk, it completely ignores23:35
ovidiugWindows' files. How can I fix this? Thanks.23:35
Algebr`I am seeing in my sys log: "Not enough host controller resources for new device state". Is there something I can change via sysctl or something to up the resources available to the kernel?23:36
Raptureklimt: thanks I was looking for a way to auto-remove but the command you suggested works as well23:37
Bashing-omovidiug: MBR partitioning ? AND Windows uses all 4 of the primary partitions ?23:37
llldinoWhere are file permission bits stored? Is it in the file ehader?23:37
digitalboy01Hi guys, how can I find out in which way the Ubuntu ubiquity installer installs GRUB2 on my systems? Eg. commands, flag etc..23:38
digitalboy01Can I find the required information in the Ubuntu live CD/USB?23:39
klimtRapture : glad I helped23:39
digitalboy01I have found that in /usr/lib/ubiquity there are some Python scripts23:39
Bashing-omdigitalboy01: ' sudo debconf-show grub-pc ' ??23:40
digitalboy01Could someone point me in the right direction?23:40
digitalboy01Bashing-om What that command is supposed to do?23:40
Bashing-omdigitalboy01: Lots of info about grub install .23:42
ovidiugBashing-om: I only have 2 partitions.23:42
Bashing-omovidiug: Pastebin ' sudo fdisk -lu ' so we see what we are working with .23:42
digitalboy01Bashing-om Thank you for the info but I would like to know how (the exact command, various flags) the GRUB2 bootloader is installed whenever the installation procedure finish23:44
ovidiugBashing-om: I can't run that command, I'm on Windows...23:44
Guest25371hi23:44
Guest25371can i install ubuntu on a hardware raid?23:45
Bashing-omovidiug: You are attempting to install ubuntu desktop, no ? Then boot the installr in "try ubuntu " mode . Key combo ctl+alt+t to gain a terminal interface .23:46
SeveasGuest25371: it is possible to do so. Whether you personally can depends on your skills :)23:46
ovidiugBashing-om: Oh, yes, I'm sorry, I'll do it now.23:47
digitalboy01Is that kind of information publicy available?23:47
Bashing-omdigitalboy01: Grub is a deep subject. It parses several files and has a lot of hooks into the kernel and kernel space .23:47
digitalboy01Bashing-om So you are telling me that the final installation command depends on the hardware of my PC that get "scanned" during the installation phase?23:48
bekksdigitalboy01: thats correct so far.23:48
digitalboy01bekks Thank you23:49
Guest25371Seveas where can i find information how to install ubuntu on a "hardware raid"?23:49
Bashing-omdigitalboy01: Yes and no ... MBR installs one way, EFI another . There exist limited direction of where grub gets installed using the wizard to conduct the install .23:50
EriC^^digitalboy01: why are you asking anyways?23:50
bekksdigitalboy01: basically, the installation process "scans" your hw, and proposes to install grub onto a) the mbr/boot sector of the first disk detected, and b) onto the partition where /boot resides23:50
digitalboy01Bashing-om Ok, thank you for the info but there is a script that I can look at to grasp the basic information about the structure of the installation command?23:52
Umeaboy!Firefox23:52
ubottufirefox is the default web browser on Ubuntu. To install the latest version, see https://help.ubuntu.com/community/FirefoxNewVersion | To install plugins: https://help.ubuntu.com/community/FirefoxPlugins23:52
digitalboy01Also thank you guys, EriC^^, bekks23:52
bekksdigitalboy01: no, there is no such script.23:53
Bashing-omdigitalboy01: Not that I am aware of .. it pulls from a lot of places .. many of these "placs" I am not aware of . maybe start ->23:53
Bashing-om!grub2 | digitalboy0123:54
digitalboy01I'm trying to reinstall GRUB2 (MBR) to a disk that has the MBR wiped by the Windows PE bootloader23:54
ubottudigitalboy01: GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub223:54
EriC^^digitalboy01: why do you want the command ubiquity uses?23:54
digitalboy01Bashing-om That should fit!23:54
digitalboy01Thank you!23:54
slacko_25105Does anyone know a way I can burn this ubuntu iso from within Puppy Linux?23:55
slacko_25105Puppy linux is a piece of shit.23:55
geniidigitalboy01: You can apt-get download ubiquity, ar -x <debfilename> , then mkdir data,  tar -xvf data.tar.xz data/      then examine the scripts in data/usr/share/grub-installer  directory23:55
Bashing-omdig ;) glad to help .23:55
digitalboy01EriC^^ To approach the nearest possible to the "standard" Ubuntu way of installing the bootloader23:56
digitalboy01genii Thank you!23:56
EriC^^slacko_25105: you can use dd23:56
digitalboy01Sorry for my bad english btw..23:56
geniidigitalboy01: Not sure it will help you much, but that's the stuff ubiquity does when it installs23:57
SeveasGuest25371: your hardware vendor's documentation will tell you how to create raid arrays. Ubuntu will just recognize them and install.23:57
Seveasgenii: or you can open the .deb with file-roller :)23:58
geniiSeveas: Ssshhh! :)23:58
=== shawniverson is now known as Guest98611
digitalboy01genii The link that you posted uses Ubuntu 11.10 and 11.04 as examples, do you think that the guide is still valid for current versions of Ubuntu?23:59

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