/srv/irclogs.ubuntu.com/2015/10/29/#ubuntu.txt

odenkirkI'd like to know if I have somehow been hacked.  and if so, what exactly I can do to trace what they accessed00:00
pbxodenkirk, please give lots of context.  what exactly happened and when, what ubuntu version you're running, what you've done in response. in the (unlikely) event that your machine has been compromised it is very unlikely there will be a trail that tells you what data has been read.00:02
odenkirkpbx,00:02
django_k1l_: http://paste.ubuntu.com/12994799/00:02
django_still doesnt work00:02
odenkirkpbx, one sec00:02
odenkirki was logging into my system via ssh and noticed the last login in info was android-xxxxxxxxxxxxx.home00:04
odenkirkthat is all really00:04
odenkirkmy ubuntu version 14.0400:05
odenkirkpbx, I am started reading online about hacking and securing your system.  but I am new to all of this.00:06
django_Im gonna try: bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi00:06
django_brb00:06
odenkirkpbx, I just got really pissed that there's a possibility00:07
odenkirkthat i someone accessed my machine and I can't trace out it is and hit them back00:08
odenkirkpbx *that someone accessed my machine and I can't trace out it is and hit them back00:08
pbxodenkirk, can you pastebin the exact message you receive when you log in? (obfuscating whatever details you like).  e.g. mine is: http://dpaste.com/2PX2FM000:09
pbxodenkirk, if you believe your machine has been compromised your first priority should be lockdown, not revenge00:09
odenkirkok, yeah.00:10
odenkirkgot it.  just really pissed is all00:10
f4Nm1Z9k2Podenkirk, the command "last" gives you more detailled statistics about the most recent logins. As the "attackers" ip-adress is resolved to the name "android-xxxx.home" the attacke seems to use an android phone00:11
daftykinsfrom the same network too :P00:12
daftykinsodenkirk: sure you didn't excitedly test an SSH client on your own android smartphone?00:13
f4Nm1Z9k2PSorry, forgot to mention that... Maybe your Router just got a little confused about all these ip-addresses and gave your PC an outdated hostname00:13
daftykinsunlikely00:13
odenkirkok, @f4Nm1Z9k2P, i read some stuff about the router and using android-xxxxx.home.  @daftykins, i don't have an android.00:14
daftykinssomeone's been on your network at some point with an android device, the .home suffix suggests they were on your own wifi00:15
django_k1l_: works D00:16
django_:D00:16
django_tyvm!!!00:16
odenkirk@f4Nm1Z9k2P, how can i check the router did this?  @daftykins, what do i do to trace them back and secure for the future?00:17
daftykinsodenkirk: i think conclusions are still being greatly jumped to, plus this query might be more relevant in ##networking00:19
daftykinsodenkirk: secure for the future? ensure all passwords are different and sane00:20
daftykins(i.e. change existing)00:20
odenkirkdaftykins, got it.    thanks.  any pointers on securing going forward00:23
f4Nm1Z9k2P@odenkirk: The IP-hostname mapping in your router is not static for the .home-domain. Maybe your router still has this information saved (ask your router's management interface or try "dig android-xxxxxx.home")00:24
goddardwhat is an easy way to put applications into their own environment like for example playonlinux and its applications?00:24
daftykinsodenkirk: best guess, rubbish password on an account... check your history to see if any commands got run. lock down your wifi, remember the android hostname as it'll be unique to a tablet or phone... etc.00:25
daftykinsgoddard: you mean like a jail or chroot?00:25
goddarddaftykins: not sure i have never tried to improve security on WINE apps00:26
daftykinshere's a great suggestion, don't play games somewhere you do serious work (if you even do)00:26
goddarddaftykins: playonlinux is for more then just games buddy00:27
daftykinsi know.00:27
daftykinslook where i am giving help :)00:27
goddardhaha00:28
odenkirk@f4Nm1Z9k2P, thanks for the pointers00:28
odenkirk@daftykins, thanks for the pointers00:28
f4Nm1Z9k2PYou're welcome00:28
hackalHello, I need to get list of installed packages. "apt list --installed" this command does exactly what I need but there are so many packages installed that when I scroll in my console it won't show the first half of them. Is there a way to save output of the command to some kind of log file?00:29
wadHi folks. I'm a laptop set up for my kids to use, and their instructions are to only boot to Windows for games. Everything else, boot to Ubuntu. (This prevents 99.999% of viruses and malware from destroying the OS.)00:30
wadBut the grub menu has like 14 entries. Buried near the bottom of the Windows one.00:30
daftykinsdoesn't stop kids being kids, but i'm sure you're a human since you are typing right now00:30
epsilon1apt list --installed > installed.txt00:30
wadI googled and googled, and all I can find are ancient answers on how to remove unneeded entries.00:31
epsilon1hackal, add the > installed.txt after your command. it will save stdout to the file you specify.00:31
daftykinswad: are you saying you have oodles of ubuntu entries?00:31
SachiruSo it seems that 15.10 will have ZFSOnLinux as part of the repos.00:31
wadLooking at /boot/grub/grub.cfg, it says not to edit it.00:31
daftykinsyes, don't00:31
wadI've got oodles of ubuntu stuff, and oodles of Windows crap.00:31
SachiruI guess they found a way to let Ubuntu's root reside on ZFS?00:31
wadSo I'm in /etc/default/grub00:32
daftykinswad: well, step #1 would be "dpkg -l | grep linux-" on the ubuntu install, maybe tonnes of old kernels to purge (sudo apt-get autoremove will get some)00:32
hackalepsilon1: thanks that worked00:32
waddaftykins, yeah, I do that from time to time.00:32
epsilon1hackal, no problem. :)00:32
wadI'll do it again right now.00:32
daftykinswad: but grub should only have Ubuntu, advanced options, then 'windows loader on /dev/blah'00:32
wad(I'm typing this on a different PC, by the way.)00:32
=== user is now known as Guest21587
wadI'll reboot and take a screenshot. 1 sec.00:33
epsilon1hackal, if you want to scroll up/down through the list00:33
=== Guest21587 is now known as inf_user
epsilon1"less installed.txt"00:33
epsilon1that will give you an interface like a man page, where you can use the arrow keys to scroll up/down00:33
epsilon1hackal, you can even skip the file that way and do, apt list --installed | less00:34
inf_userso, any admins here? I'm just transitioning from windows to Linux. Only been using Ubuntu for a few months now, no command line.00:36
mjaykinf_user: just ask a question if anyone can help they will :)00:36
inf_useri'm up against a few tasks, like "setup and configure an FTP server using Apache..." which I understand WHAT but not HOW00:37
waddaftykins, sorry, the photo is huge. Didn't gimp it: http://wadhome.org/~wad/files/grub.jpg00:37
daftykinsinf_user: what has created these tasks? i can tell you straight off FTP is a mistake00:37
inf_userpurposes of illustrating having learned Linux commands and using server side tasks00:38
daftykinswad: maybe you can get away with a manual edit of /etc/default/grub then - i'd keep a backup of the original though00:38
daftykinsinf_user: so your homework, basically?00:38
wadI did that already. :)00:38
inf_userjob offer00:38
wadI mean, make a backup.00:38
inf_userbut basically00:38
daftykinsinf_user: ah the ol' deception routine :)00:38
inf_userlol00:38
daftykinsso what step are you stuck on? you really shouldn't go for a Linux admin job if you don't have a clue at the command line00:39
epsilon1inf_user, bad idea. once they find out you wiggled your way through the cracks, they will be upset.00:39
epsilon1and your reputation will take a hit, whether or not you are actually good at something.00:39
daftykins^ +100:39
inf_userit's not an admin job. it's Cust Support low level. which I have in spades...00:39
mjaykinf_user: best pick up a book or have a read through some wikis, and get used to the command line00:39
daftykinsin which case being asked to do the above doesn't match up, so now you're deceiving us :)00:39
inf_userI'm in the process00:39
wbill hello i have ffmpeg lame sox mplayer ezstream perl wget and im trying for days now to get stdin or a file made form the output of my line on my usb soundcard to work so i can semi(via a .mp3 or.wav file if need be) live stream it to the internet any suggestions/examples i can try anyone...00:39
inf_userI'm not deceiving, just asking for good wikis and youtubes00:40
inf_useror command line cheat sheets00:40
epsilon1inf_user, the ubuntu documentation00:40
inf_useranyone?00:40
* wileee hums impossible dream00:40
inf_userfor the linux side?00:40
epsilon1help.ubuntu.com00:40
daftykinsinf_user: nope, plenty of resources online. i'd even suggest doing the free course LFS101x on edx.org to learn some.00:40
mjaykinf_user: ubuntu wiki is a good place to start or the arch wiki00:40
epsilon1daftykins, +1 on edx00:40
wadinf_user, seriously, read this book, cover to cover: http://www.amazon.com/UNIX-Linux-System-Administration-Handbook/dp/0131480057/ref=sr_1_1?ie=UTF8&qid=1446079224&sr=8-1&keywords=linux+system+administration+handbook00:41
inf_useredx.org? ok00:41
daftykinsyep free linux intro course00:41
inf_userthe Big Black  Book?00:41
epsilon1arch is definitely a superior distribution for learning quickly.00:41
inf_useror the admin book?00:41
inf_userwhat about Centos?00:41
mjaykinf_user: depends what you want to use it for00:41
inf_user**sorry, CentOS00:41
epsilon1centos is industry standard.00:41
daftykinsyou're in an #ubuntu channel, that means Ubuntu.00:41
dhamilt9Hey all!  I'm trying to get Ubuntu to recognize my Wacom tablet!  When I open the Wacom Tablet settings in the control panel, it says "No Tablet Detected", although I can control the mouse with the pen/tablet.  I've tried following directions here: http://matthewwittering.com/blog/ubuntu-tips/how-to-install-a-wacom-intuos-ctl-480-tablet-on-ubuntu.h00:41
dhamilt9tml, but I'm running into package errors when I try to configure00:41
inf_useryeah, I'm running Ubuntu on this laptop00:41
daftykinsinf_user: you want another distro, you go chat in their channel - or ask in #linux for them all.00:41
epsilon1well, not industry standard but a lot of companies use it.00:41
inf_userok, thanks guys!00:42
epsilon1but if you want to learn ubuntu00:42
epsilon1help.ubuntu.com00:42
wadOur servers at work are all cenos, but most of us engineers use Ubuntu.00:42
inf_userbossawesome!00:42
wads/cenos/centos/00:42
dhamilt9Getting No package 'xorg-server' found00:42
wadWell, most of us who use linux. Most actually use macs.00:42
dhamilt9as well as No package 'randrproto' found00:42
daftykinsthat'll be because there's no package called that.00:43
dhamilt9Right, I figured that00:43
daftykinsand yet you're not asking what to do to find one :)00:43
dhamilt9I've tried installing those packages with apt-get, but I get "unable to locate package"00:43
daftykinssudo apt-get update && apt-cache search randr00:43
daftykinsyeah because they're not their names00:43
dhamilt9ok, so I got the randrproto error cleared up, but I'm still getting "No package 'xorg-server' found.  I tried installing xorg-server-source and xorg-server-source-lts-trusty, but no dice there00:49
daftykinsdhamilt9: the thing is, the guide you linked doesn't say to do anything with either of those?00:49
syco_hi all00:51
daftykinsgreetings00:51
dhamilt9daftykins: unfortunately not, neither are mentioned00:51
dhamilt9it assumes ./configure will work with no errors00:52
daftykinsdhamilt9: what's driving you to attempt their configuration then?00:52
syco_i have a problem with firefox: doesn't seem to take /etc/hosts into account. konqueror and links2 work fine but not FF (goes to google) /etc/host.conf and nsswitch are ok00:52
daftykinsi think compiling another module from source is a risky approach00:52
daftykinsdhamilt9: for example, what release did you install?00:52
daftykinssyco_: in its' proxy config, is it set to 'no proxy' or 'auto detect' ?00:53
daftykinsPinka621: _four_ clones join at once?00:53
dhamilt9I'm on ubuntu 14.0400:54
Pinka621sorry i just started using smuxi and I guess its not working too well00:54
Pinka621it does that arter suspend/resume00:54
Pinka621after*00:55
daftykinsdhamilt9: http://askubuntu.com/questions/368242/wacom-graphics-tablet-cth-480-ctl-480-not-detected-in-ubuntu-13-1000:55
syco_daftykins, i just reset it to 'no proxy' but still the same00:56
daftykinssyco_: so you're testing putting in a domain to point to localhost and seeing if it dies?00:56
syco_yep, i'm settin up an apache2 name-based vhost on 127.0.0.100:57
dhamilt9daftykins: I unplugged the tablet and ran sudo modprobe wacom as recommended in that link, but it doesn't appear to have any effect.  You think a reboot before running the command would help?00:58
daftykinsdhamilt9: depends if any guides you've followed so far have ruined that00:58
syco_ /etc/hosts is on (links2 and konqueror react normally, it's just FF)00:58
syco_s/on/ok00:58
daftykinssyco_: hmm weird, i think there's a firefox or mozilla channel here on freenode - those folks might know more00:59
dhamilt9I'd say that's probable.  Oh well, thanks for the help anyway!00:59
syco_ok, thx00:59
daftykinsdhamilt9: best test would be boot a live session and try00:59
dhamilt9word, thanks, I'll give that a shot!00:59
syco_ok, solved: about:config -> keyword.enabled -> false01:02
daftykinshrmm, odd01:03
syco_yep ... didn't behave like that in the past01:04
Guest13893I am now using a live xubuntu session with usb, I want to copy everything even hiding folders and files and settings, from /home to usb flash drive, like i said copy everything from /home to a zip file on my usb flash drive, it has fat 32 because i need it for use in windows, it is the same that i use now for the live session, what should i type in the terminal to do so?01:04
daftykinswow you're still here01:04
Guest13893please help?01:04
daftykinsGuest13893: between now and earlier, did you even try to lookup how to use 'tar' ?01:05
daftykinswhat progress have you made?01:05
wbillhello again i am having issues with apt-get it will not let me install anuthing period im on 12.03 and have tried for days to get it to install does anyone have any help to offer here is the latest try and i noticed whe it tried to install vim it got correupted so here is that: http://pastebin.com/HvkRf15m error,etc..01:05
Guest13893i do not understand how tu use it01:05
Guest13893i do not understand how to use it01:06
daftykinsGuest13893: are you familiar with search engines? here's result #1 from one: http://askubuntu.com/questions/225865/copy-files-without-losing-file-folder-permissions01:06
wbilli consistently get this error from dpkg : E: Sub-process /usr/bin/dpkg returned an error code (1)01:06
syco_Guest13893, tar -zcpvf /media/my_usb/backup.tgz /home/my_user01:06
daftykinswbill: delete the corrupt path mentioned (or move it as a backup) then re-run the command.01:08
wbillhow do i delete it01:08
wbilli know apt-get install thats about it01:08
wbilli know howto compile from source also01:09
daftykinssudo mv /var/lib/dpkg/alternatives/vim ~/ && sudo apt-get -f install01:09
daftykinswell that doesn't apply right now :P01:09
Guest13893syco_ /home to usb stick01:09
Guest13893syco_ will this work on fat 3201:09
daftykinsGuest13893: that is not a valid question according to the english language.01:10
daftykinsGuest13893: stop second guessing advice you've given, you were told to use it - so use it.01:10
mjaykwbill: do you mean 12.0401:10
wbillhere is the output01:10
wbillhttp://pastebin.com/MAKZk6FQ01:10
wbilluhh yea01:11
wbillwhats the command to tell yours exact version again01:11
daftykinswbill: same for vimdiff01:11
daftykinscat /etc/issue & lsb_release -a01:11
SachiruHmm.01:12
Guest13893syco_ you mean tar -zcpvf /home/my_user /media/my_usb/backup.tgz01:12
SachiruKVM suspend commits current VM state to disk, correct?01:12
SachiruHow long does it usually take for KVM to fully suspend a VM?01:12
Guest13893syco_ you mean tar -zcpvf /home /media/my_usb/backup.tgz01:12
Guest13893syco_ but witch one is the usb01:13
wbillLinaro 12.03 \n \l01:14
daftykinsGuest13893: the clue is it contains "my_usb" in the example path name, those aren't literal paths... you have to compare it on your system01:14
daftykinswbill: sorry you can't ask for help for anything that isn't ubuntu.01:14
Guest13893daftykins ok01:14
Guest13893daftykins how01:14
syco_nope -f stands for the file to be created thus tar -zcpvf file_to_create.tgz /files/to/backup01:14
daftykinsGuest13893: you're determined not to learn anything tonight are you?01:14
daftykins*aren't01:15
wbilldaftykins im on ubuntu01:15
daftykinswbill: no, you're on Linaro.01:15
Guest13893daftykins i dont understand where the usb stick is01:15
wbillfunny says ubuntu01:15
syco_Guest13893, i suggest you RTFM the tar cammand :p01:16
daftykinswbill: even when you come in here and paste Linaro 12.03 \n \l01:16
wbillthe package manger is the same01:16
Guest13893daftykins where is the location01:16
daftykinswbill: sorry, not ubuntu means no ubuntu support.01:16
daftykins!alis | wbill find a channel maybe01:16
ubottuwbill find a channel maybe: 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 http01:16
daftykinswbill: anyway i already told you what to do.01:16
Guest13893syco_ what do you mean01:17
wbilland all i got with your suggestion is the error i posted in pastein01:17
daftykinsGuest13893: type "sudo parted -l" in a terminal, you should see a device which is the size of your flash drive - e.g. 8GB = 8000MB or thereabouts. now type "mount" in a terminal, see where it's already mounted.01:17
daftykinswbill: i said repeat my original command now with vimdiff .01:18
wbillgive an example please i dont use vimdif01:18
daftykinswbill: the command i told you to run, before your last pastebin... do it again... but with vimdiff.01:19
lvanderpoolhey folks, i need some help. i had an ubuntu 14.04 install that got fubar'd. It results ina  kernel panic on startup now. So I tried to reinstall the OS with a USB bootloader. I verified the bootloader works on another computer.01:19
lvanderpoolBut when I start up the computer, the GRUB loading screen doesn't show any options related to the bootloader, and any option I do choose leads to the same kernel panic01:20
lvanderpoolI checked my BIOS settings and the removable drive is the first priority for boot.01:20
wbillsudo mv /var/lib/dpkg/alternatives/vim ~/ && sudo apt-get -f install where does vimdiff go01:20
daftykinslvanderpool: reinstall properly.01:20
lvanderpooldaftykins:  how's that?01:20
syco_Guest13893, try: mount | grep media01:20
syco_you should find your usb01:20
lvanderpooldaftykins: i hope you understand how unhelpful that comment is01:20
daftykinswbill: you really can't spot the theme between last time and this time huh? what looks like vimdiff...01:20
Guest13893daftykins http://paste.ubuntu.com/12995765/01:20
daftykinslvanderpool: well, why waste time when you could do it right from scratch?01:21
lvanderpooldaftykins:  that's what I'm trying to do is reinstall, but I just outlined what's not working with it.01:21
lvanderpoolI don't know what you mean by 'properly'01:21
lvanderpooli have a usb stick with the ubuntu bootloader, the same way i've always installed ubuntu01:21
daftykinslvanderpool: is ubuntu to be the only OS?01:21
lvanderpooldaftykins:  yes01:21
lvanderpoolat least for the forseeable future01:22
daftykinsthat's not a bootloader, that's an ubuntu live session ISO on a flash drive.01:22
lvanderpoolit's a bootable USB stick01:22
daftykinslvanderpool: are you in the live session on the target system right now?01:22
Guest13893syco_ http://paste.ubuntu.com/12995782/01:22
lvanderpoolno ic an't get to the live session01:22
daftykinsGuest13893: ok and what did you learn from the pastebin you made? what drive is which?01:22
lvanderpoolGRUB doesn't give me the option for it01:22
daftykinslvanderpool: you don't use GRUB to boot the live session, you use your system BIOS to boot the flash drive directly at which point the live session starts.01:23
lvanderpoollike i said in my original post01:23
lvanderpoolI did exactly that01:23
lvanderpooland it doesn't get there01:23
daftykinsGuest13893: don't ask two people for the same thing at the same time, be patient.01:23
lvanderpoolit goes to the GRUB screen01:23
lvanderpoolwhere I can choose between Ubuntu, Advanced options for Ubuntu, and the two Memtest options.01:23
daftykinslvanderpool: so your BIOS is misconfigured / try another USB port.01:24
wbillok here is my try daftykins http://pastebin.com/Uda248a901:24
syco_Guest13893, so i guess your usb drive is in /media/it/faad1b8e-1145-4114-a15d-783536747e1001:24
daftykinswbill: and can you spot the theme developing?01:24
lvanderpooldaftykins: what configurationw ould be required int he bios? I checked the boot priority01:24
wbill<wbill> grips desk with 9 inch nails diggin' in...01:25
daftykinslvanderpool: sometimes a single key can be pressed to launch a boot menu instead, what brand is this system?01:25
wbillim lost what theme?01:25
lvanderpooldaftykins: not sure what your'e referring to, it's an ASUS mobo if that's what you mean01:26
daftykinswbill: the commands i've been giving you relate to the files which come up as being corrupted... you see that right?01:26
daftykinslvanderpool: yes, so F8 is the boot menu key.01:26
Guest13893syco_ /media/it/faad1b8e-1145-4114-a15d-783536747e10 type ext3 this is the hdd?01:26
wbillok and?01:26
wbilli tried purge01:27
daftykinswbill: notice how the commands i've been telling you to run *refer* to the file that we're told is corrupted?01:27
syco_i suppose it's your USB since it's mounted in /media01:27
syco_just go look inside01:27
wbillsudo apt-get purge vim01:27
daftykins_no_01:27
wbilljust gives me an error again01:27
wbillok01:28
daftykinswbill: ok i'm sorry, but you are not a good student. go find a channel for whatever Linux this is, seems to be for ARM devices.01:28
Guest13893syco_ but i am also using it as a live session the usb i mean?01:28
syco_better backup on another media01:29
daftykinssyco_: i think if we don't just get a tar made and put on this flash drive you and me will be old and grey by the time we're let free of this01:29
daftykinsGuest13893: pastebin "mount" on its' own01:29
syco_daftykins, hehe that's possible :)01:30
lvanderpooldaftykins:  thanks that last bit did it01:30
daftykinshurrah01:31
wbilllook daftykins if you don't know how to fix it just say, being cryptic is not helping, but im on ubuntu 12.04 i just pasted from the wrong window, all this wasted time and pastebins on someone who is so biased01:31
daftykinswbill: i'm trying to help you to help yourself, you just seem to have the intellect of two short planks of wood.01:31
daftykinswbill: as hilarious as reverse psychology is, i went out on a limb to help you when you're not even running ubuntu... so just go find a channel for that distro and do us all a favour, ok?01:31
pbx easy now01:32
daftykinswbill: look they even have a site telling you where their IRC Help is: https://www.linaro.org/contact/irc/01:33
JessicaJung_!acitve01:33
JessicaJung_!active01:33
Guest13893http://paste.ubuntu.com/12995925/01:33
wbillmaybe you need to take a look in the mirror trying to make yourself look magnanimous  doesn't cut it and i am running ubuntu i just said 12.0401:33
daftykinsJessicaJung_: what are you after?01:33
daftykinswbill: deception will not get you any help. ask in the proper place.01:33
JessicaJung_!active01:33
wbillwow if your having a bad night dont take it out on me01:34
daftykinsno idea where you're coming up with these odd comments, you're not running the right distro and can't work out my obvious hints - so go somewhere relevant :)01:35
Guest13893syco_ http://paste.ubuntu.com/12995925/01:35
Guest13893daftykins http://paste.ubuntu.com/12995925/01:35
daftykinsGuest13893: "sudo mount -t ext3 /dev/sda7 /mnt && ls /mnt" <-- pastebin that.01:35
daftykinsGuest13893: yes i saw it the first time, apply some *patience*01:35
CharlesMaxi’m having trouble getting ubuntu working on a machine with GeForce GTX 8001:36
CharlesMaxsorry 98001:36
daftykinsCharlesMax: blank screen at boot?01:36
CharlesMaxno01:36
daftykinsdetails then please01:36
CharlesMaxI get “failed to apply ACL on /dev/dri/card0”01:36
daftykinswhen doing what?01:36
wbillhello im not linaro with this issue that paste was from my minipc window, this issue is on my main ubuntu i have 2 a 12.04 and a 15.0? something geez get over it01:36
daftykinsalso, which ubuntu?01:37
syco_Guest13893, tar -zcpv /media/it/faad1b8e-1145-4114-a15d-783536747e10/backup.tgz /home/insert_user_name_here01:37
daftykinswbill: the thing to get over here, is your own incompetence. goodbye.01:37
CharlesMaxI followed the instructions on http://askubuntu.com/questions/301648/how-to-install-nvidia-driver-in-ubuntu01:37
CharlesMaxafter “preparation”01:37
daftykinssyco_: yeah the drive with the home isn't mounted yet.01:37
syco_argh01:38
CharlesMaxubutun 14.04.3 LTS01:38
Guest13893http://paste.ubuntu.com/12995987/01:38
daftykinsCharlesMax: all of this is wrong, have you installed anything yet?01:38
CharlesMaxubuntu was working at first01:39
CharlesMaxbut without the geforce gtx 980 in all its force01:39
CharlesMaxthen i followed those instructions01:39
CharlesMaxnow I can’t log in01:39
daftykinsCharlesMax: still got a flash drive with ubuntu on?01:39
CharlesMaxi get to the login screen, type in my password, it goes to a black screen with the error message reported above, then goes back to the login screen01:39
CharlesMaxno01:39
CharlesMaxubuntu was installed01:39
CharlesMaxflash drive is out01:39
CharlesMaxoh sorry01:40
daftykinsGuest13893: sudo mkdir /mnt2 && sudo mount -t ext3 /dev/sda6 /mnt2 && ls /mnt2" in a pastebin01:40
CharlesMaxi still have the flash drive, yes01:40
=== cute is now known as EphraimB
daftykinsCharlesMax: done much with the install since putting it on, or was this graphics driver angle the first thing you worked on?01:40
Guest13893syco_ tar -zcpv /media/it/faad1b8e-1145-4114-a15d-783536747e10/backup.tgz /home/insert_user_name_here                        is the first from and the last to the location?01:40
CharlesMaxdid nothing else01:41
CharlesMaxright, first thing01:41
daftykinsGuest13893: syco_ left, so no point you trying to hassle two people at once anymore. stay with me.01:41
daftykinsCharlesMax: well you could either mess around booting the recovery session to fix it up, or just clean install again and we'll start from a working position - up to you01:41
daftykins!recovery01:42
ubottuIf your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode01:42
CharlesMaxi’m fine with clean install01:42
daftykinsokie dokie, see you back in a bit then01:42
Guest13893daftykins http://paste.ubuntu.com/12996051/                the debian file i can remove it i dont need it but i dont now to?01:44
daftykinsGuest13893: were those some usernames your install had? 'ibm' and 'test' ?01:44
Guest13893daftykins yes on the hdd not the live session01:46
daftykinsthat's obvious because a live session doesn't really have users.01:46
daftykinsso which one are you backing up?01:46
Guest13893daftykins the hdd of course01:46
daftykinsWHICH USER01:46
CharlesMaxdaftykins, thanks for helping. Is there anything I should avoid during clean install, e.g. “install third party software”, or does it not matter01:47
Guest13893daftykins not the usb it is already in it01:47
daftykinsGuest13893: which. user. are you. backing up?01:47
Guest13893daftykins everything in the /home01:48
daftykinsGuest13893: but there are multiple users... so which one matters?01:48
daftykinsCharlesMax: i'd personally avoid 3rd party software for now - and install with updates would be down to your internet connection speed01:48
Guest13893daftykins all but not the debian file01:48
Guest13893daftykins how can i delete it from the /home01:49
daftykinsit doesn't matter right now.01:49
Guest13893daftykins the whole /home is less than 1 gb01:51
daftykinsGuest13893: i know, because of the partition sizes before - and because this drive is 40GB. why'd you feel it necessary to tell me?01:51
daftykinsGuest13893: tar -zcpvf /mnt/ibm.tar /mnt2/ibm01:51
daftykinsGuest13893: tar -zcpvf /mnt/test.tar /mnt2/test01:52
daftykinsGuest13893: now, it's unlikely you'll be able to write to the flash drive whilst it's being used for the live session, so put them on the Windows partition for now, boot back into that then copy them onto the flash drive from there ok?01:53
daftykinsGuest13893: sudo mkdir /mnt3 && sudo mount -t ntfs /dev/sda1 /mnt3 && sudo cp /mnt2/*.tar /mnt3/01:53
Guest13893daftykins i need to do it on windows partition01:53
daftykinsdo what01:54
cfhowlettdaftykins, filesystem>media>cdrom allows access to read/write files on the stick during live session01:54
nAn00khow do i install ubuntu ion windows 7?01:54
nAn00kon01:54
nAn00k???01:54
mjayknAn00k: you dont install ubuntu on windows01:54
daftykinsnAn00k: 'on' you don't, you could install virtualbox and create a virtual machine to install it _in_01:54
cfhowlettdaftykins, or is it filesystem>device>cdrom?  anyway; do able.01:54
nAn00kok? my friend did on his dell?01:55
daftykinsGuest13893: also, you originally claimed this needed to be done this way due to restoring from a recovery partition, it's clear this disk doesn't have any of it01:55
Guest13893daftykins because windows did something to the xubuntu startup01:55
cfhowlettnAn00k, that method is highly unstable and absolutely unsupported and not recommended.01:55
nAn00kwhats BSD?01:55
daftykinsnAn00k: another OS which isn't on topic here.01:55
cfhowlettnAn00k, it's an OS>  google it.01:55
daftykinscfhowlett: hmm could remount read-write i guess01:55
daftykinsGuest13893: did you run the two tar commands and my third one yet?01:56
Guest13893daftykins but you said to the hdd and not usb?01:56
nAn00kokay where can i buy a ubuntu computer?01:56
nAn00kbestbuy?01:56
daftykinsGuest13893: just do it.01:56
Guest13893daftykins ok how the lines are not there01:57
daftykins"the lines" ?01:57
daftykinsscroll up.01:57
Guest13893daftykins yes in irc01:58
daftykinsscroll up.01:58
CharlesMaxhm, i reboot and end up in grub01:58
CharlesMaxthat didn’t happen last time01:58
daftykinsCharlesMax: what does it say, "grub >" or ?01:58
CharlesMax>01:58
Guest13893daftykins the are not up there01:58
daftykinsyes, yes they are.01:59
daftykinstar -zcpvf /mnt/ibm.tar /mnt2/ibm01:59
daftykinstar -zcpvf /mnt/test.tar /mnt2/test01:59
daftykinssudo mkdir /mnt3 && sudo mount -t ntfs /dev/sda1 /mnt3 && sudo cp /mnt2/*.tar /mnt3/01:59
daftykinsGuest13893: those three ^ right now.01:59
Guest13893daftykins but i want everything on /home02:00
ubuntu-matehello02:01
Guest13893daftykins not only the users02:01
ubuntu-mate...02:01
daftykinsGuest13893: that _IS_ everything there.02:01
ubuntu-mate#live-user02:01
daftykinsubuntu-mate: support question?02:01
ubuntu-matemy mind: #dev/null02:01
Guest13893daftykins no even heading files and folders and settings02:02
daftykinsGuest13893: you have the only folders there are, the two users. i have told you want to do, now do it.02:02
CharlesMaxok, made it into ubuntu (following http://askubuntu.com/questions/159846/tried-to-boot-ubuntu-but-the-grub-rescue-shows-up-instead)02:02
daftykins*what to do02:02
shack4hey, can someone help me get my wireless card working on a lenovo u31 running ubuntu?02:02
daftykinsCharlesMax: run enough from that to get it working correctly each boot now?02:03
shack4ubuntu 15.1002:03
Guest13893daftykins there is the recycled02:03
mjaykdaftykins: a little bit of politness goes along way.02:03
=== rr is now known as Guest74314
daftykinsGuest13893: waste of time most likely.02:03
=== ubuntu-mate is now known as ParanoidMATEUser
Guest74314Guys.... I got ubuntu 6.66 IM SATAN BOW DOWN TO ME02:03
Guest74314HISSSSSSSSSSSSSSSSSSSS02:03
Guest74314HISSSSSSSSSSSSSSSSSSSS02:03
Guest74314HISSSSSSSSSSSSSSSSSSS02:03
Guest13893daftykins why not all everything on /home02:04
Guest74314HISSSSSSSSSSSSSSSSSSSS02:04
CharlesMaxrebooted, back in grub!02:04
daftykinsGuest13893: because the others are trash folders02:04
daftykinsnot data.02:04
CharlesMaxoh sorry, didn’t do last line, let me try again02:04
cfhowlettGuest74314, play elsewhere02:04
Guest13893daftykins and heading files and folders and settings02:04
cfhowlett!wifi | shack4,02:05
ubottushack4,: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs02:05
Guest13893daftykins that i do not see02:05
daftykinsGuest13893: "heading files" is not a real thing02:05
ParanoidMATEUseri have ubuntu mate 15.04! i live in the year 150402:05
daftykinsGuest13893: i'm giving up now, you are wasting my time with these questions.02:05
Guest13893daftykins things i can not see02:06
ParanoidMATEUser...02:06
ParanoidMATEUser...02:06
ParanoidMATEUser..02:06
ParanoidMATEUser.02:06
daftykinsGuest13893: there are none.02:06
daftykins!ops | ParanoidMATEUser02:06
ubottuParanoidMATEUser: 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, bazhang02:06
Guest13893daftykins is a real thing02:06
cfhowlettParanoidMATEUser, stop02:06
Guest13893daftykins why not02:06
daftykinsGuest13893: you are a troll.02:06
Guest13893daftykins the settings are02:06
daftykinsGuest13893: no the settings are in the user folders, i already told you how to back them up and you're wasting time asking questions which don't matter.02:07
daftykinsi am done.02:07
* phunyguy looks up02:07
ParanoidMATEUserhow to activate D-Bus interface02:08
Guest13893daftykins http://paste.ubuntu.com/12996356/02:10
dupingpingThere are some mags of Ubuntu at https://www.ubuntu-user.com/Magazine, If you bought them, please help me can see them. I could not buy the mags because my country have not paypal.02:11
daftykinsGuest13893: put 'sudo' in front02:11
cfhowlettdupingping, www.fullcirclemagazine.com/downloads.   Completely free, available in China, and over 100 issues.02:11
bindi*** google-public-dns-a.google.com can't find www.fullcirclemagazine.com: Server failed02:12
bindi? :|02:13
cfhowlettDOH!!!  www.fullcirclemagazine.org/downloads.   thanks bindi.  dupingping ^^02:13
CharlesMaxah finally, reshuffled boot options and now it boots into ubuntu02:14
dupingpingcfhowlett, yes, i see.02:14
dupingpingcfhowlett, thank you.02:14
Guest13893daftykins i did the first one02:16
CharlesMaxdon’t have ethernet wire, so following https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx with No Internet Access to get wifi driver working (daftykins, just writing this in case you catch a big no no)02:16
daftykinsGuest13893: sooo...?02:16
Guest13893daftykins ok i dont need the test user02:16
daftykinsGuest13893: skip on to the other command then02:16
daftykinsCharlesMax: oh ok, i've no idea on offline install. "lspci" to confirm the broadcom model though02:17
wbilldoes anyone know of a binary and where it resides for butt application used in broadcasting icecast/shoutcast servers for ubuntu 15.0402:17
=== sireebobducca is now known as sireebob
Guest13893daftykins it@it:/$ sudo mkdir /mnt3 && sudo mount -t ntfs /dev/sda1 /mnt3 && sudo cp /mnt2/*.tar /mnt3/02:19
Guest13893mkdir: cannot create directory ‘/mnt3’: File exists02:19
Guest13893it@it:/$02:19
daftykinsmaybe it already exists02:19
daftykinsso skip onto the next bit;02:19
daftykins sudo mount -t ntfs /dev/sda1 /mnt3 && sudo cp /mnt2/*.tar /mnt3/02:20
Guest13893daftykins it@it:/$ sudo mount -t ntfs /dev/sda1 /mnt3 && sudo cp /mnt2/*.tar /mnt3/02:20
Guest13893Mount is denied because the NTFS volume is already exclusively opened.02:20
Guest13893The volume may be already mounted, or another software may use it which02:20
Guest13893could be identified for example by the help of the 'fuser' command.02:20
Guest13893it@it:/$02:20
daftykinsdon't paste to the channel, there's a reason we were using the paste site before - why did you stop?02:20
daftykins"mount"02:21
Guest13893daftykins what02:22
Guest13893daftykins mount02:22
daftykins"mount" in a pastebin02:22
Guest13893daftykins copy every time everything to the browser a pain in the ass02:23
daftykinsGuest13893: oh and "cat /mnt/etc/issue"02:23
daftykinsGuest13893: well either you do it so i can help, or i can't.02:24
bindiwhat about using pastebinit? or nc termbin whatever..?02:24
daftykinsnot going to help right now.02:24
cfhowlettGuest13893, your computer does what you tell it.  you give commands with the keyboard input.  deal.02:24
Guest13893daftykins it@it:/$ cat /mnt/etc/issue02:24
Guest13893Ubuntu 14.04.2 LTS \n \l02:24
Guest13893it@it:/$02:24
Guest13893daftykins it is only 3 lines02:25
daftykinsGuest13893: i asked for "mount"02:25
pc__OK.. that's right02:25
cfhowlettGuest13893, as bindi and daftykins have suggested: use paste02:25
Guest13893daftykins even for only 3 lines02:25
daftykinsGuest13893: i'm waiting to see "mount" in a pastebin02:26
ElevyNJEvening everyone02:27
cfhowlettElevyNJ, greetings.02:27
Guest13893daftykins http://paste.ubuntu.com/12996449/02:28
Valduarehey guys… got an ubuntu install here on an ssd     all of sudden nothing is persistent    run an update and reboot….. wants the same update when it boots back up……   update something in dropbox and reboot it sees new file and wants to download it…02:28
CharlesMaxokay, up and running with wifi, now any help on installing the nvidia drivers for geforce gtx 980?02:28
Valduareon 15.0402:28
Elimin8erCan anyone give me any idea, why after updating to 15.10 I cant get my win machine to connect to the samba fs anymore ? Its not excepting passwords anymore02:28
Saulo-(away) ausente.02:29
daftykinsCharlesMax: "sudo apt-get install nvidia-346" and reboot02:29
ElevyNJSo, my latest addition to the damaged hardware I have here running ubuntu is a laptop that had tea spilled on it. Only one key is bad which happens to be the #2 key so i can't type 2 or @. I can ssh into it.  How do I enable VNC so I can control it from another PC?02:29
Guest13893daftykins http://paste.ubuntu.com/12996449/02:29
Guest13893daftykins http://paste.ubuntu.com/12996449/02:30
daftykinswhy twice?02:30
CharlesMaxokay, have to run sudo apt-get update first, otherwise get not found02:30
cfhowlettthree times?02:30
daftykinsah yeah02:30
daftykinsGuest13893: sudo cp /mnt2/*.tar /mnt3/02:30
cfhowlettbindi, dupingping http://www.ubuntu-user.com/content/download/1020/6656/file/ubuntuuser_1.pdf02:31
SchrodingersScat!vnc | ElevyNJ02:31
ubottuElevyNJ: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely.  It works best over fast connections, otherwise look at !FreeNX02:31
Guest13893daftykins it@it:/$ sudo cp /mnt2/*.tar /mnt3/02:31
Guest13893cp: cannot stat ‘/mnt2/*.tar’: No such file or directory02:31
Guest13893it@it:/$02:31
ElevyNJ!Freenx02:32
ubottuFreeNX is advanced remote desktop technology. For more information and install instructions, see https://help.ubuntu.com/community/FreeNX02:32
daftykinsGuest13893: did you make the tar file yet from the earlier commands...02:32
SchrodingersScat!info x11vnc | ElevyNJ also heard about this one recently, haven't used it yet.  apt-cache search vnc would probably bring up many results.02:32
ubottuElevyNJ also heard about this one recently, haven't used it yet. apt-cache search vnc would probably bring up many results.: x11vnc (source: x11vnc): VNC server to allow remote access to an existing X session. In component universe, is optional. Version 0.9.13-1.2build1 (wily), package size 915 kB, installed size 2195 kB02:32
Guest13893daftykins witch one02:32
bindicfhowlett: cool, there are more i presume? :p02:32
Guest13893daftykins the first one worked02:33
Guest13893daftykins the other not02:33
cfhowlettbindi, there used to be individual free articles, but those seem to have been removed.02:33
daftykinsGuest13893: look for tar files "ls /mnt2/"02:34
Guest13893daftykins the test user i do not need it02:34
ElevyNJThanks. i'll try freenx. i do have ssh enabled which is good because i can' log in locally with that key not working02:34
Guest13893daftykins it@it:/$ ls /mnt2/02:34
Guest13893debian-live-5010-i386-xfce-desktop.iso  ibm  lost+found  Recycled  test02:34
Guest13893it@it:/$02:34
daftykinsso there is no .tar02:35
daftykinsoh they're on /mnt02:35
daftykinsGuest13893: ls /mnt/02:35
=== pc__ is now known as Dadidi
Guest13893daftykins it@it:/$ ls /mnt/02:36
Guest13893bin    dev   ibm.tar     lost+found  opt   run   sys  var02:36
Guest13893boot   etc   initrd.img  media       proc  sbin  tmp  vmlinuz02:36
Guest13893cdrom  home  lib         mnt         root  srv   usr02:36
Guest13893it@it:/$02:36
daftykinsthere it is.02:36
daftykins"sudo cp /mnt/ibm.tar /mnt3/"02:36
daftykinsnow reboot into Windows and copy C:\ibm.tar onto the flash drive02:36
lvanderpoolokay so... I just did a clean install of 15.10.. now i've got some weird behavior.02:41
lvanderpoolSome text is invisible. I type my password and it loops back to the login screen.02:41
CharlesMaxyes! thank you daftykins. How did you know it was nvidia-346?02:42
lvanderpoolOther text is weird, like half grey half white02:42
lvanderpoolWhere I can enter my password it's just 'Pas   rd'02:42
daftykinsCharlesMax: the 980 got support after ~340, 346 is the newest in the repos of 14.04 - i ran "apt-cache search nvidia-" on my own system02:42
lvanderpoolwhen i enter my password ,the screen goes black for a second and i'm back on the login page02:42
CharlesMaxI went to settings -> about this computer, and it says under graphics “GeForce GTX 980 Ti/PCIe/SSE2” which is why I believe you did it. Thanks again02:43
daftykinsCharlesMax: you should have the program nvidia-settings if you click the 'dash' icon top left and begin to type it02:43
CharlesMaxok, found it02:44
daftykinsthat should confirm some info too02:45
lvanderpooli just tried to restart and now i have a black screen and a cursor that doesn't move.02:45
daftykinssounds pretty bad02:45
daftykinsperhaps 15.10 on your machine is not a wise choice?02:45
lvanderpooloh now i haev a page of text that reads [   ###.#####] nouvea E[Xorg[734]] nv50cal_space: -1602:45
lvanderpooldaftykins: i wouldn't see why02:46
daftykinsheh yeah so the open source driver is defocating bricks right now02:46
daftykins(open source nvidia driver)02:46
daftykinsyou likely need to update and install a proprietary one to get anywhere02:46
daftykinswhat's your card?02:46
lvanderpoolit's brand new02:46
daftykinsno but the model02:46
lvanderpooli forget which one02:46
lvanderpoolnvidia02:46
daftykinsi knew that already02:47
lvanderpool780 or something02:47
lvanderpooli forget02:47
NathanielHillSometimes, after resuming from suspend with my headphones plugged in my laptop will only play audio from the built-in speakers02:47
daftykinstry boot with "nomodeset"02:47
daftykins!nomodeset | lvanderpool02:47
ubottulvanderpool: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter02:47
NathanielHillI put a script in /etc/pm/sleep.d to turn off pulseaudio and restart it and that doesn't change anything02:47
NathanielHillunplugging and replugging the audio jack has no effect02:48
NathanielHillI also made sure to disable autospawning in the suspend script02:49
NathanielHillI thought about rmmod'ing the drivers, but there's a giant mess of 26 audio modules02:49
VesperoHey, is there anyway to repair an exFAT drive in Ubuntu?02:49
VesperoI was doing file recovery to my exFAT drive and my computer lost power, now it's acting up and has some errors02:50
daftykinsVespero: not sure i'd risk it if data matters02:50
lvanderpooldaftykins: okay i'm in with nomodeset02:51
lvanderpooldaftykins: what's the problem02:51
cfhowlettVespero, rather than repair that drive, immediately back up the data.02:51
daftykinslvanderpool: like i said it's using the open source driver nouveau. is it online right now?02:51
lvanderpoolyeah i'm in02:51
daftykinslvanderpool: i mean connected to the internet, not booted02:51
Vesperocfhowlett, That is in no way an option.02:51
lvanderpoolyeah02:51
lvanderpoolit's good02:51
daftykinslvanderpool: run a terminal and "lspci" to confirm the graphics card model02:52
cfhowlettVespero, you can't back up your data?  sad indeed.02:52
daftykinslvanderpool: did you enable updating during install?02:52
lvanderpoolit's geforce gtx 750 ti02:52
Vesperocfhowlett, this drive is the one I use for backups. I was literally recovering data from my old backup drive02:52
=== haz is now known as PHD_UI-7
lvanderpooland yes02:52
daftykinslvanderpool: ok "sudo apt-get update && sudo apt-get install nvidia-352" and reboot02:52
daftykins!info nvidia-35202:53
ubottunvidia-352 (source: nvidia-graphics-drivers-352): NVIDIA binary driver - version 352.41. In component restricted, is optional. Version 352.41-0ubuntu1 (wily), package size 32576 kB, installed size 148465 kB (Only available for i386; amd64; armhf)02:53
VesperoThe drive works, it just stops working if I try to access the folder I was exporting files to02:53
daftykinsVespero: so nothing on it really matters as it's a backup target? so rewrite the exFAT and move on? *shrug*02:53
Vesperodaftykins, No, I do need the data on the drive, it's backup/storage. I don't have enough drives to really have a wholly dedicated backup, and things keep breaking before I can recover files02:54
daftykinsVespero: probably because you're using a mickey mouse file system with no journal - why on earth are you using exFAT?02:55
Vesperontfsfix says to chkdsk, but that would require a crapton of work on my part and I'm trying to find if there's a utility that can just fix the four errors02:55
daftykinsdon't have a Windows host?02:55
lvanderpooldaftykins: you're awesome. thanks yet again, for the n^2 time02:55
daftykinsno problemo :)02:56
lvanderpoolsomeday i hope to have as much knowledge as you on this stuff and be able to contribute =P02:56
Vesperodaftykins, because I wanted an OS-neutral format to store my stuff on (since I do plan to eventually get a Windows drive or partition) and I didn't realize Ubuntu didn't support it02:56
daftykinsit does support exFAT, how else would you have been writing to it?02:56
Vesperodaftykins, No, I'd have to take the drive out and put it in my dad's computer02:56
daftykinsit's internal? you can't call a drive that's permanently in, a backup drive02:57
Vesperodaftykins, it doesn't do much else other than read/write. You have to install support manually, and there aren't any support utilities02:57
Vesperodaftykins, it's really more of a storage drive that I was recovering my backups to after my backup/storage external harddrive died02:58
inteusand that's why I use the cloud to back my data up02:59
VesperoIt's still useable, but I've got like three folders that I can't access or delete and if I mess with them too much, I have to reboot to use the drive again02:59
daftykinsVespero: i know :) doesn't mean it's not supported.02:59
Vesperodaftykins, it's not AS supported as I need it to be02:59
daftykinsVespero: you can boot windows install media, then chkdsk it from there.03:00
daftykinsdon't have to install.03:00
cfhowlettVespero, I believe in the case of malfunctioning drives, one should boot a live session, mount the offending storage, navigate to the treasure and copy to another storage target.  the more you futz with it during your session, the faster it will degrade and reach catastrophic failure03:00
Vesperodaftykins, ooooh, I forgot about that. I might have an old Windows 7 cd around here...03:00
Vesperocfhowlett, the issue is just a few folders and files that are corrupt because the recovery shut off incorrectly, there's not any real defect in the drive03:01
cfhowlettand yet ...03:01
Vesperooh crap, I don't have a disk drive03:02
Vesperouugggh03:02
daftykinsflash drive spare?03:02
VesperoMaybe03:02
VesperoI guess I need to look up how to make a windows repair thumbdrive03:02
daftykinsyeah no idea from ubuntu unless it's one of those GUI tools.03:03
angelslhi, before i embark on bootstrapping GCC myself, are there any recent binary GCC crosscompilers to MIPS available in a PPA or something?03:05
thenerdjoneswhen i try to install kubuntu 15.10 on my desktop i keep getting error  The 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot. has anyone heard of this?03:05
angelsldebian's packages are totally screwed up @_@03:05
mib_mibhi all - when i changed my /etc/hostname for my server to include both its internal ip address mapping and external ip adddress mapping (it has 2 NICs), that I can no longer ssh into it from my laptop?03:07
daftykinsmib_mib: do you mean /etc/hosts ? hostname does not have IPs03:08
mib_mibdaftykins: yes, both in /etc/hosts and set the hostname in /etc/hostname to the local ip address hostname03:09
mib_mibi'm not sure what the /etc/hostname actually does - where is this used?03:09
daftykinsit's just to name the computer.03:09
daftykinsmib_mib: can you pastebin both files?03:10
wbillsigh...03:11
agent_whitemib_mib: On the remote machine, Restart after setting your intended hostname in /etc/hostname. Remove ~/.ssh/known_hosts from your local machine. Then reboot the remote machine.03:12
mib_mibagent_white: tried that, doesn't help03:13
mib_mibagent_white: its after i set the hostname and such that it stops working03:13
agent_whitemib_mib: /etc/hostname should contain nothing other than a single name. "foo"... or  "bar"... or "mib". Nothing else.03:13
mib_mibagent_white: yep, thats what it does03:13
mib_mibagent_white: the problem is that my machine has 2 NICs, and i have a DNS server that sets an 'A' record for each of these, one is an 'external' ip address and one is 'internal'03:14
agent_whitemib_mib: Like daftykins said -- paste.ubuntu.org -- " when i changed my /etc/hostname for my server to include both its03:14
agent_white                       internal ip address mapping and external ip adddress mapping" -- since you said you did this, I'm not sure if you are using /etc/hostname right.03:14
daftykins^03:14
daftykinsi was confused also03:15
daftykinsyou may even have broken sudo usage03:15
mib_mibagent_white: daftykins http://pastebin.com/fq7sNC2H03:15
mib_mibi probably am not - i'm not sure exactly what the /etc/hostname actually does03:15
daftykinsas we say it should simply be "computername" in there03:15
daftykinsah you have 'serverlocal' that's ok03:16
daftykinsas long as it's not 'server.local'03:16
mib_mibright03:16
daftykinsnope you've busted hosts there, take out line 5 and change line 4's IP back to 127.0.1.003:16
daftykinssorry 127.0.1.103:16
agent_whitemib_mib: I'm confused... you said you made a change to /etc/hostname that broke what was working prior... but from what you show, /etc/hostname is perfectly fine.03:17
agent_whiteWhat exactly did you change?03:17
agent_whiteIf it was /etc/hostname, show us what it was before.03:18
daftykinsit's hosts.03:18
agent_whiteAhhh03:18
Guest13893daftykins so do i have it now in my windows partition?03:18
agent_whiteWoops! I'03:18
agent_whitedaftykins: I'm way behind! :P03:18
django_How do i access a folder inside  Home  in the terminal??03:18
daftykinsGuest13893: where did you disappear to for the last 40 minutes? yes if you ran what i said.03:18
daftykinsGuest13893: so go reboot into Windows and check for it now.03:19
agent_whitedjango_: https://help.ubuntu.com/community/UsingTheTerminal03:19
Guest13893daftykins it@it:/$ sudo cp /mnt/ibm.tar /mnt3/03:20
Guest13893it@it:/$03:20
Guest13893daftykins is it on C:\03:20
daftykinsi already told you that.03:21
Guest13893daftykins in the /03:21
daftykinsreboot into Windows and go see it03:21
Guest13893daftykins the last thing a did was this it@it:/$ sudo cp /mnt/ibm.tar /mnt3/03:21
Guest13893it@it:/$03:21
daftykinsyes you just pasted that twice in the last 2 minutes03:22
daftykinswhy do you keep repeating yourself?03:22
NathanielHillhow the fuck do I get pulseaudio to stop autospawning03:22
Guest13893daftykins is that now the final step03:22
daftykins!language03:22
ubottuThe main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList03:22
NathanielHillI set it to "no" in /etc/pulse/client.conf03:22
daftykinsGuest13893: reboot.03:23
NathanielHillalso set daemon path to /bin/true03:23
NathanielHillSo, what is respawning the process?03:23
Guest13893daftykins how can i be shore now if the backup took everything on /home/ibm even settings can i some how do a check up tool or something03:24
ElevyNJThanks all, i now can use VNC to control the system03:24
daftykinsno.03:25
ElevyNJis there any way to locally diagnose why I can get a PPTP VPN to work?03:26
daftykinscan't? you would read log messages to see why it isn't connecting03:27
daftykinsassuming you understand that your system is a VPN client and you need to be paying for / have access to a VPN server service03:27
Guest13893daftykins why is xubuntu so hard to take a backup and does not even do some kind of automatic check up like windows03:28
TerhXhello03:29
daftykinsGuest13893: there is backup available, but you did not set it up - your installation there is also ancient using the wrong file systems, so all this is on you.03:29
mib_mibagent_white: daftykins before, i set the hostname to server i.e. the alias for the 'external' ip address03:29
agent_whiteGuest13893: Just a not for the future -- what is the point of backups if you don't test them? :)03:29
agent_whites/not/note/03:29
Guest13893daftykins it should be a way to test if the backup did everything write03:30
mib_mibagent_white: daftykins - when i change the /etc/hostname from 'serverlocal' to 'server' (i.e. change from alias of external to internal ip), i can no longer ssh into the server03:30
daftykinsGuest13893: that's not todays lesson. now go into windows and extract the .tar to check it out03:31
mib_mibi dont understand the difference between a subdomain in an 'A' record from a dns server, and from this 'hostname'03:31
NathanielHillSo, I've created a shell in ~/local/bin to start google-chrome with a specific niceness. This works when I start it from the shell, but doesn't work from the ubuntu dock03:31
daftykinsmib_mib: /etc/hostname is not DNS :)03:31
NathanielHillWhere can I change the path for the dock icons?03:31
Guest13893daftykins /home/ibm is very important to me so03:32
daftykinsGuest13893: that's nice.03:32
mib_mibdaftykins: so why would it have an affect on me being able to ssh into the server? i've read that it can affect the 'sudo' and other things03:32
daftykinsmib_mib: yeah 'cause it's how the system knows of itself03:32
mib_mibso what gives here? i've also read that you need to sometimes assign 127.0.1.103:33
agent_whitemib_mib: Just a hint... don't modify /etc/hostname to solve your issue.03:33
mib_mibi'm not sure why, some sort of debian workaround03:33
mib_mibwhy would it care?03:33
daftykinsmib_mib: well, put it back the way it was :P03:33
TerhXI'm looking help with permissions (user/group) (ssh/sftp)03:34
mib_mibdaftykins: hehe i guess03:34
daftykinsTerhX: ask.03:35
=== m_A_y_A_t is now known as M_A_Y_A_T
ElevyNJdaftykins, My system is a VPN client to another Ubuntu box and it just says it failed. I'm just trying this to secure myself at public hot spots and I know that PPTP is not very secure03:37
daftykinsyeah i would not use that.03:37
daftykinsElevyNJ: for now you'd probably be better off SSH'ing to that other box, then SOCKS proxying your web traffic through it, until you set up a proper OpenVPN.03:38
=== M_A_Y_A_T is now known as m_A_y_A_t
TerhXdaftykins: well.. I would like to restrict user to "his" home folder, so user can't do "cd /" and view all root and other users files and stuff. also user should be able to use sftp and ssh to run sh scripts (for example gameserver)03:39
daftykinslook into scponly03:40
daftykinsbut you're going to have some challenges there03:40
agent_whiteTerhX: As the user you wish you "keep hidden" from other users... run `chmod g-w,o-w ~`03:41
agent_whiteTerhX: Rather... that keeps from writing. Do `chmod g-r, o-r ~` to keep it completely hidden... try the first command, first, to see if it firts your needs. Otherwise, the second.03:43
TerhXagent_white: not keep hidden exactly. just to prevent anyway to go root directory or any other folder than own home and sub-directories.03:43
agent_whiteAnd keep in mind, if at any point you wish to share a folder in your home dir, you'll need to edit the ACL.03:43
agent_whiteTerhX: Oh!03:43
ElevyNJdaftykins, I've read 9 different guides to OpenVPN and got confused by each one. The main and (silly to some) reason I want to do this is the coupons.com website only runs on windows and osx and will only print to a physical printer. I am not home much so I want to be able to print the coupons to a printer in my house attached to a ubuntu system from a windows 7 system03:43
TerhXagent_white: user should be able to run scripts and create & delete files, folders.. ect03:43
TerhXagent_white: so its kinda complicated ^-^03:44
daftykinsElevyNJ: yeah you're alone in that desire :P03:45
agent_whiteTerhX: But they are only able to access their own home... not change to any other directory... look into "restricted shells" or "restricted bash". You can supply a user's shell when the user is created (and modify it after)03:45
agent_whiteTerhX: That's where you'll need to look :) Restricted shell + creating/modifying/removing ACL's on directories. This combo should do it.03:45
TerhXagent_white:  i already tried rbash  (/etc/passwd) user03:45
TerhXagent_white: problem with rbash was that user could not change directory in "his" own home foldier03:47
TerhXagent_white: this was the way i tried > (etc/passwd) USERNAME:(blablaignorethis):/home/USERNAME:/bin/rbash03:49
daftykinsyeah looks like rbash ruins 'cd' entirely.03:50
TerhXyea :/03:50
TerhXif just there was a way to simply user to allow do anything in his own home directory without ruining others files or viewing them03:51
ElevyNJI'm ignorant but what about a chroot for each user?03:51
TerhXwithout doing every single file their own permission for each user03:51
daftykinsit's not an easy task that's for sure.03:52
TerhXhmm chroot.. how would that work?03:52
daftykinsnot gonna help you, it'd be harder.03:52
daftykinsi think the suggested ACLs idea might bear some fruit, you'd have to look into it03:53
agent_whiteTerhX: Aye. Looks like rbash is really... picky ;)  -- Like daftykins said, you will need to either look into chroot jails... or what I said, ACL's. Probably a combo of both.03:53
Kevin`how can I have the kernel copied to my ESP whenever a new one is installed? is there a script hook for when the /vmlinuz and /initrd.img symlinks are created?03:54
agent_whiteBoth well worth learning about... good learning curve, but well worth it to understand.03:54
agent_whiteTerhX: Good luck :)03:55
TerhXwell i'll do some research :D03:55
agent_whiteTerhX: Do lots of testing on your own. No need to go "all out" and try it on paritions... make a test folder, a few folders inside that, and a few files in each of those folders... and practice permitting certain users/groups access to certain files, and disallowing others... etc.03:56
TerhXagent_white: well always can use virtual machine before starting to touch server pc :D03:58
=== it is now known as Guest6703
=== Bray9082_ is now known as Bray90820
=== raj is now known as Guest84541
=== raj` is now known as raj
=== rom is now known as Guest23726
=== Guest23726 is now known as XD
=== XD is now known as Guest39761
=== Guest39761 is now known as moffy
musiquehttps://www.youtube.com/watch?v=5Dk3bxROfz404:44
musiquehttps://www.youtube.com/watch?v=5Dk3bxROfz404:44
Guest6703daftykins it is there04:53
Guest6703daftykins how can i check if everything is cloned copied like it should be04:55
AasManHow to extract a .bz2 file?04:56
TrenxTtar xvf filename04:57
AasManI tried bzip2 -dk filename.xml.bz204:57
mae_taehello guyz04:57
AasManBut it isnt a tar file,so it wont work04:58
mae_taei had a problem regarding connecting ssh from one ubuntu to another ubuntu, it cannot establish connection with ssh but i can able to ping the IP04:58
mae_taecan someone help me please04:58
TrenxTuse bzip2 -d04:59
mae_taei dont know if i miss some configuration04:59
mae_taeubuntu used is 14.005:00
TrenxTor just bunzip2 filename05:00
ron___Hi guys, I have a supid problem about permission.. a file like this: -rw-rw----  1 www-data www-data     5 Oct 29 12:41 test.txt05:01
ron___and a user in www-data group --  testuser : testuser www-data, why "cat test.txt"  will shows "cat: test.txt: Permission denied"05:02
=== ron___ is now known as moffy
=== sysdoc_ is now known as sysdoc
baadramanyguys05:36
=== james is now known as Guest42898
baadramanyim having trouble installing the xercess c+= parser05:36
baadramanycan someone help m?05:36
baadramanyc++*05:36
=== james_ is now known as Guest28823
baadramanyi downloaded the newest version05:38
baadramanybut i cant run the Makefile05:38
baadramanyi get this error evrytime i run it05:38
baadramany./Makefile: line 19: syntax error near unexpected token `then'05:38
baadramany./Makefile: line 19: `  if test -z '$(MAKELEVEL)'; then \'05:38
superXhello05:39
superXtest05:39
superXis there anybody in there?05:40
superXhello05:40
jalntno05:40
superXthanks man05:40
=== sysdoc_ is now known as sysdoc
jalntyou too05:40
superXit means I have successfully connected to the irc for the very first time05:40
superXI have just configured it following a tutorial in ubuntu website.05:41
superXIt feels great.05:41
jalntFair enough05:41
superX:)05:41
jalntUbuntu should come with xchat or hexchat by default though05:41
jalntWith freenode preconfigured05:42
jalntAnd connect to this channel automatically05:42
superXyes, I agree.  i like mint because of it has preconfigured hexchat in it.05:42
jalntYeah that's what i use05:43
superXthere are many people in the right side list of the chat window but why this chat room is so empty? I mean there are almost 1000 people listed in the right side list & in the main chat room only 2 are talking?05:44
somsipsuperX: it's a support channel, so people will not just 'chat'. If you have a support question, ask it. If you want to chat, join #ubuntu-offtopic05:48
HackSmasha lot of us 'idle' here so we can track back through the logfile and learn from what gets solved05:51
vickycqSometimes thunar hangs and I killed it with kill -9 <pid-of-thunar>. Then I cannot launch thunar anymore.05:51
vickycqI tried to launch it from terminal and no errors appeared, it just hangs there.05:51
vickycqAny ideas? Thanks!05:51
superXyou can use some other file manager software.05:52
=== sysdoc_ is now known as sysdoc
somsipvickycq: what version of ubuntu?05:54
HackSmash^^^  yeah    thunar is good up to 13.1005:55
BuzzardBuzztwo file managers that seem to work good are pcmanfm and nautilus05:55
vickycqsomsip, Xfce 4.12 in 15.1005:56
somsipvickycq: it's possibly related to gvfs hanging, or blocking thunar from completing it's pre-run checks and/or connections. Have a read through this https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/77511705:56
ubottuLaunchpad bug 775117 in thunar (Ubuntu) "Thunar hangs on first launch of each session" [Low,Fix released]05:57
vickycqsomsip, Thanks, I'll read through that.05:57
BuzzardBuzzcool, its a known bug05:57
somsipvickycq: it might have ideas that help, though it isn't your specific bug. The workarounds may be similar. Like killing gvfs (though you need to understand the effects of doing that) and ultimately a reboot might be needed05:58
vickycqYeah. Reboot will certainly help me out of this. In my case the bug can be triggered by operating too fast in thunar.05:59
somsipvickycq: given it's a recent version, it might be worth trawling through current bugs too https://launchpad.net/ubuntu/+source/thunar/+bugs06:00
vickycqI launched thunar (of course nothing appeared). Then strace -p <pid-of-thunar>. Suddenly it spits out tons of messages, and thunar window appeared.06:03
vickycqPart of the strace: http://paste.ubuntu.com/12997128/06:03
somsipvickycq: maybe it's a legit bug as I see no outstanding bugs for the 15.10 version.06:03
vickycqSeems like an icon theme problem? ...06:04
somsipvickycq: I would imagine that would degrade nicely rather than just not starting. But possible06:04
KracklePophello all, i installed the gnome environment on my ubuntu v 14.04, i was wondering if there is a way to uninstall it like in the terminal? i really only need the unity format for my purposes and am trying to nip and tuck all unnecessary progs, having a HD storage space crisis06:09
somsipKracklePop: how did you install it?06:09
KracklePopvia package command, im not sure the name but it was a sudo apt-get install xxx06:10
baizonKracklePop: http://askubuntu.com/questions/244654/remove-ubuntu-gnome-desktop06:10
somsipKracklePop: then apt-get purge xxx should remove it. Use --dry-run first to make sure nothing untoward will happn. Check /var/log/apt/history to make sure you know what xxx was06:11
KracklePopi think it was just ubuntu-gnome-desktop after reading the article...how do i do a "dry-run"?06:12
somsipKracklePop: apt-get purge --dry-run06:13
KracklePopgave me 3 dists , reg gnome, compiz, and another that i cant recall atm06:13
KracklePopohhh ok06:13
musique_!_06:14
KracklePopand upon doing a dry run i guess terminal will tell me or show me how the sys would operate after doing the command? that dry run is just new to me06:14
KracklePopthx a lot somsip06:14
KracklePopi appreciate your help06:15
somsipKracklePop: it tells you what it will do without actually doing it. man apt-get, then /dry-run06:15
=== AJC_Z0 is now known as AJ_Z0
iicba06:17
jalntb06:17
JessicaJung_what is a regression error?06:24
pepeehow come ppa-purge and apt-add-repository --remove don't have a "dry-run" option?06:25
KracklePopok im getting this "E: Command line option --dry-run is not understood" was dry run perhaps added after 14.04LTS? or is it more likely i should just back up my info and reinstall ubuntu from my flash media?06:27
=== dan_ is now known as Guest5447
=== orangepi is now known as j33p33
somsipKracklePop: no - it's long standing. Paste your command06:28
somsipJessicaJung_: in what context?06:29
j33p33what's the official channels for ubuntu arm ports?06:29
KracklePopsudo apt-get remove gnome-desktop-environment --dry-run06:29
=== EOIP is now known as crocodilehunter
somsipj33p33: #ubuntu-arm IIRC. See !alis06:29
JessicaJung_somsip: I've been seeing it around on the ubuntu launchpad page, does it affect like the kernel?06:29
somsipKracklePop: put --dry-run before the package name. Some commands dont like options split around arguments06:30
KracklePopalso, i connected to this channel using SSL...hopefully correct...could someone /whois me and tell me if my ip is showing?06:30
=== neuromancer is now known as Guest25491
j33p33props to everyone for 15.10 it's kind of awesome... on this orangepi06:30
inteus:30 [Freenode] -!- KracklePop [~KraKle@cpe-96-28-2-103.kya.res.rr.com]06:31
KracklePopsomsip ok, thanks, new to linux and i get my arguments etcetera in the wrong order of operations still06:31
j33p33!alis06:32
ubottualis 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 http06:32
KracklePophmm, guess i need to recheck those ssl options...thanks for letting me know, im aware if i use /whois on myself it will show me my own ip when others would not have access to it06:34
inteusssl doesn't hide your IP, it just encrypts your connection to the server06:34
somsip!cloak | KracklePop06:35
ubottuKracklePop: To get any kind of cloak (Ubuntu member or any other kind) you first need to set up your nick as detailed in this FAQ: http://freenode.net/faq.shtml#nicksetup -  For Ubuntu member cloaks, ask in #ubuntu-irc and provide your launchpad page. For unaffiliated ones, ask in #freenode.06:35
KracklePopthx ubottu, i thought the whole purpose of ssl was to secure anonymity, this nick is registered, but just did it before i popped on the chan06:36
somsipKracklePop: you misunderstand, and that subject is offtopic for further discussion here06:37
KracklePopsorry, will discuss in freenode, but i think the link straitened out my conflict anyhow06:39
=== KracklePop is now known as Guest32559
ddr_mobileHi all, I'm now in my fourth day trying to get my Linux and my Windows both reliably booting up.06:40
=== Guest32559 is now known as Krackle
ddr_mobileI just wiped all my partitions and installed windows, then kubuntu - but I can't seem to boot into kubuntu.06:41
ddr_mobileDoes anyone have any ideas? :/06:41
hateballddr_mobile: Perhaps if you provide more details as to where the boot process halts, and so on06:42
Krackleddr_mobile thats how i lost access to windows messing around in the partitions...linux and windows use different systems to boot06:42
Kracklebrb06:43
ddr_mobileSorry for being vague. I mean, there is no grub I can find to even start the process.06:43
hateballddr_mobile: Are you using legacy boot or EFI ?06:44
hateballs/boot/bios/06:44
ddr_mobileEfi, but I have legacy boot in my boot priority list.06:44
ddr_mobileBIOS, yeah.06:44
ddr_mobileI did try legacy, but no boot options were detected.06:45
ddr_mobileI'm currently trying boot-repair, but I don't have high hopes.06:45
ddr_mobileI can't boot my computer in uefi mode. Perhaps I have a bad live USB.06:47
ddr_mobileUsing the live USB, I mean.06:47
ddr_mobile(With multi-boot.)06:48
Chetichow do I make my tiled windows at the bottom go all the way down to the bottom? right now there's a small gap...06:49
Cheticoh actually this just happens with xterm, not gnome-terminal...06:51
somsipChetic: what method are you using to tile them?06:52
Cheticsomsip: ctrl+alt+numpad#06:53
somsipChetic: What WM? Unity?06:53
Cheticah yeah, yes06:53
somsipChetic: k - no idea, sorry06:53
procany06:56
=== s9iper1__ is now known as s9iper1
=== kris is now known as TM0rPh
ddr_mobileHm, I wasn't able to boot uefi before. But I thought I was because the entry said so.07:23
=== paul-kk1 is now known as paul-kk
thatguy007Hey guys, anybody know if it's safe to install the proprietary AMD graphics drivers in 15.10 from the GUI yet?07:36
=== auronandace1 is now known as auronandace
mecanhello07:48
Checkershey07:48
musique?07:49
Lihow to install jdk on unbuntu 15.4?07:51
LiI mean using apt-get07:51
ubuntuhello07:51
=== ubuntu is now known as Guest3029
Guest3029hello you all07:52
TJ-Li: "apt-cache search -n openjdk.*jre", choose which you want then "sudo apt-get install <package-name>"07:53
thatguy007Anybody know if it's safe to install the AMD proprietary graphics drivers in Ubuntu 15.10 via the GUI tool yet?07:54
TJ-thatguy007: I've not heard anything positive about that so far07:54
thatguy007Lame. Wanted to test a game that just got Linux support and see how it runs compared to Windows playing back the same demo, not exactly fair if I'm using open source drivers.07:55
ubuntu__hello07:56
ubuntu__hello i love ubuntu communities07:57
randpaulpresidenIs there any software for ubuntu that will let me turn ubuntu into a virtual fax machine? I have an actual phone line for a current fax machine07:57
ubuntu__I don't think that i got it07:58
ubuntu__where can i found best app for linux08:00
jonahHi I'm running ubuntu server and cups was working great with shared printer to local network but not to outside world. Now all of a sudden I can no longer connect to cups and just get "unable to connect" error when i visit 192.168.0.100:631 which used to work?08:06
jonahAny help to get this working again would be really appreciated08:06
auronandacejonah: wouldn't you need to setup port forwarding on your router to make the printer visable outside your network?08:08
jonahauronandace: hi thanks - but I only want the printer visable on my local network08:09
bhuddahjonah: did you check if the cups daemon is running?08:09
auronandacejonah: maybe the ip changed recently08:09
jonahbhuddah: well doing sudo /etc/init.d/cups restart says it restarts ok...08:09
bhuddahjonah: check with ps or top if there is actually a running process.08:10
jonahauronandace: the ip is still 192.168.0.100 for the server on my local network08:10
oceanjonah: see if cups is actually listening: sudo netstat -anp | grep 63108:10
jonahocean: http://pastebin.com/GfVfaJvT08:11
jonahbhuddah: http://pastebin.com/fcgNjFXb08:12
oceanthat seems oke08:13
bhuddahuh. sorry, i can't access it. i'm behind a shitty company proxy with blocking -.-08:13
jonahbhuddah: well it just says pid tty 3033 pts/0 and 5883 pdt/0 when i run ps08:13
jonahbhuddah: when i run top I can't see anything that looks like it's called cups...08:13
jonahbhuddah: but if it's not running any more where the hell has it gone?08:14
bhuddahjonah: i was thinking using ps with more appropriate parameters.. like "ps auxwww" or something like that. sorry.08:14
bhuddahjonah: if in doubt, check the log.08:14
oceanjonah: it is running, you can tell from the netstat output, notice the "4876/cupsd"08:15
oceanso the 4876 is PID of cups08:15
jonahocean: blimey, so is it just my .conf file then? though that looks fine from what I can make out...08:15
jonahocean: http://pastebin.com/6D9hvRpc08:16
oceanjonah: can you start a browser on the cups machine? and then try http://localhost:63108:16
jonahocean: well the remove machine is just a server so doesn't have a browser etc... I'm just ssh-in at the moment08:17
oceanfrom your netstat output it seems listening on local loopback08:17
oceanjonah: curl installed? You could try curl localhost:63108:18
jonahocean: ah yes that works - gives me Apple Inc header etc08:18
oceanit seems that it skips your config file08:19
jonahocean: so maybe it is my conf file then that's changed. Can you see any issues with this http://pastebin.com/6D9hvRpc08:19
oceananything useful in /var/log/cups/ (maybe the error log?)08:19
jonahocean: ah yes you've nailed it - it says Bad Listen address 192.168.0.*:631 at line 1608:20
oceanah!08:20
jonahocean: but not sure why, I'm sure that should work as per this guide: https://wiki.archlinux.org/index.php/CUPS08:21
TJ-ocean: Usually that would be only available to the local processes with "Listen localhost" - you can add additional "Listen" directives for additional static addresses on the PC, but that won't work if the PC gets DHCP dynamic addresses08:21
TJ-ocean: "Listen *:port" will work but not "Listen a.b.c.*:port" - the '*' is an alias for '0.0.0.0' meaining @all addresses on this system' which is what you want08:22
jonahTJ-: thanks so how do I put it to listen to all the local network but restrict the outside world?08:23
oceanTJ-: I think you should be directing your suggestion to jonah ?08:23
TJ-Sorry! tab typing fever!08:23
oceannp08:23
jonahocean: thanks ocean, i'm still reading it all so saw it08:23
TJ-jonah: So if you have "Listen *:631" cupsd will always bind to all available IP addresses on the PC08:24
TJ-jonah: see "man 5 cupsd.conf" and look at the definition for "Listen" (search using /Listen and press enter)08:24
=== mudo_ is now known as mudo
DeaDSouLTJ-: what is the numbers in man like ifconfig(9) or ls(2) ... etc ?08:26
jonahTJ-: problem is Listen *:631 gives me this error: Unable to bind socket for address [v1.::]:631 - Address already in use.08:26
jonahTJ-: and Unable to bind socket for address 0.0.0.0:631 - Address already in use.08:26
TJ-jonah: If the PC is not directly connected to the public Internet the "outside world" won't be able to access it, only the Local Area Network08:26
Chetichow do I make my tiled xterm windows at the bottom go all the way down to the bottom with unity? right now there's a small gap. only xterm though :S08:26
TJ-jonah: that sounds like another process (or an existing cupsd) is bound to the IPv6 address08:26
ddr_mobileDeaDSouL: I'd quite like to know myself!08:27
ddr_mobileI think they're some sort of organisational thing.08:27
jonahTJ-: this is crazy, it was working great yesterday - not sure what is going on!08:29
TJ-jonah: does this show which process is bound to 631? "sudo ss -6 -nltp"08:31
sadhi08:33
=== sad is now known as Guest40708
jonahTJ-: http://pastebin.com/Gii4QQtc08:34
Guest40708i cant use weather conky in my lubuntu14.04. please can sombody help me08:34
TJ-jonah: so there's an instance of cupsd already running08:35
DroI always have the problem of words that hide other words when opening a PDF file, how can make it display correctly ?08:35
TJ-jonah:  which Ubuntu release is that on?08:35
lotuspsychjeDro: you can try mupdf08:36
lotuspsychjeGuest4066: maybe the #conky guys know?08:36
Drohere is an example: http://i.imgur.com/dbfFN8C.png08:37
TJ-jonah: For Upstart use "sudo initctl restart cups", for systemd-init use "sudo systemctl restart cups.service"08:37
lotuspsychjeDro: can you try it with mupdf please, to see if it makes a difference?08:37
Drook08:37
TJ-Dro: looks like the PDF viewer you use doesn't fully support the layout styles of the document08:38
jonahTJ-: it's ubuntu server08:38
noregretanybody tried configuring evolution with exchange 365? i used to configure it on other distros, but i'm currently on 15.10 and i installed apt-get evolution, but it didn't have the "Exchange Web Services" option, what can i do?08:38
jonahTJ-: 14.04.308:38
Drolotuspsychje, mupdf don't solve the problem08:38
TJ-jonah: OK, so use the Upstart service control 'initctl' to restart cups so it lets the existing sockets go and starts afresh08:38
lotuspsychjeDro: and you have this issue with several pdf files?08:39
Drolotuspsychje, yes i always have this problem with many files08:39
TJ-noregret: maybe they are packaged separately?08:39
lotuspsychjeDro: wich grafix driver do you use?08:39
TJ-noregret: looks like "evolution-ews"08:40
lotuspsychjeDro: sudo lshw -C video to see08:40
TJ-!info evolution-ews08:40
ubottuevolution-ews (source: evolution-ews): Exchange Web Services integration for Evolution. In component universe, is optional. Version 3.16.5-0ubuntu1 (wily), package size 448 kB, installed size 2269 kB08:40
=== paul-kk1 is now known as paul-kk
jonahTJ-: still get this: http://pastebin.com/f4yN5pAF08:40
TJ-jonah: that tells us the existing process either was started manually, or the service controller lost sight of it08:41
jonahTJ-: could it be the address is already in use in my conf file due to an error still somewhere?08:41
TJ-jonah: "sudo pkill cupsd" should kill it08:42
Drolotuspsychje, http://pastebin.com/VwUn0YdM08:42
jonahTJ-: ok ran that but still can't access 192.168.0.100:631 in browser!08:43
amazoniantoadWhat is com1? Are coms the i/o ports on my computer? How can I determine which com (if it pertains to USB) is which physical USB input?08:43
lotuspsychjeDro: have you tryed another driver from additional drivers list?08:43
TJ-jonah: are you trying on the same machine as cupsd is running on?08:43
Drolotuspsychje, no, its a driver problem ?08:43
lotuspsychjeDro: lets make sure it isnt08:43
Droi have a problem only with pdf files08:43
jonahTJ-: no I'm ssh in to a server on my local network08:43
lotuspsychjeDro: if both pdf viewer and mupdf dont show right..something else must be wrong08:44
jonahTJ-: I can plug a monitor and keyboard in if needed but have to swap them between this machien and the server, and as it is just server there is no browser etc08:44
TJ-jonah: so, you're on PC1 with a web browser, trying to access PC2 at 192.168.0.100:631 ?08:44
jonahTJ-: yes that's right08:44
TJ-jonah: what is the IP address of PC1 ?08:44
musiquefart https://www.youtube.com/watch?v=nVxj_4BmFYY08:45
jonahTJ-: 192.168.0.1608:45
lotuspsychjeDro: have you installed nvidia-prime?08:45
Drolotuspsychje, no08:45
lotuspsychjeDro: your card is optimus08:45
lotuspsychje!info nvidia-prime | Dro08:46
ubottuDro: nvidia-prime (source: nvidia-prime): Tools to enable NVIDIA's Prime. In component main, is optional. Version 0.8.1 (wily), package size 10 kB, installed size 114 kB (Only available for i386; amd64)08:46
amazoniantoadCan I set com1 as usb?08:46
emadHi.08:46
lotuspsychjeDro: install please and enable performance mode in nvidia-settings after08:46
TJ-jonah: OK, so the correct sub-net. On PC1 do you get a '200' response if you do "curl --head http://192.168.0.100:631"08:46
lotuspsychjeemad: welcome08:46
Drolotuspsychje, ok thanks08:46
emadThank you.08:46
lotuspsychjeDro: let me know wich drivers show in additional drivers section too08:47
jonahTJ-: curl: (7) Failed to connect to 192.168.100 port 631: Connection refused08:47
jonahTJ-: but I've just changed my config file again to have listen *:631 and now the curl works08:48
TJ-jonah: OK, so on PC2 check the service is running: "initctl status cups"08:48
jonahTJ-: ah it's now working!08:48
emadUbuntu can't recognize my Fingerprint reader.I tried to install fbr gui but can't find a library.Can you help me?08:48
TJ-jonah: aha!08:48
jonahTJ-: thank you! It must be that I changed the config file but actually it was a combo of the initctl thing too08:49
TJ-emad: what is the device ID of the fingerprint reader? "lsusb" will show it if connected via USB08:49
amazoniantoadIs there anything like supercharger msi for ubuntu?08:49
emadok08:49
emadWait pls08:49
jonahTJ-: as before when I had *:631 i was getting the process already running thing, so change it back to default again in config to try again but really I just needed to restart with the initctl thing08:50
emadID 138a:000708:50
TJ-jonah: I think PC2 had a stray cupsd process still running that wasn't under control of the service manager08:50
TJ-jonah: glad we got you sorted :)08:50
jonahTJ-: ok great, just trying a full reboot now to check it starts up right! thank you very much, it's fantastic how you helped like that. and thanks to ocean too!08:51
TJ-emad: so a Validity Sensors VF451 ?08:51
jonahocean: as above, thanks!08:51
emadTJ08:51
emadyes08:51
TJ-emad: OK, let me check the libraries see if they support it08:51
emadok08:51
emadtyt08:51
lotuspsychjeamazoniantoad: maybe with wine?08:53
=== ghostcube_ is now known as ghostcube
lotuspsychjeamazoniantoad: cant find anything usefull for ubuntu08:53
TJ-emad: have you installed 'libfprint0' and maybe 'libfprint-demo'08:54
emadyes08:54
emadIdid08:54
noregretTJ-: thanks =)08:54
amazoniantoadlotuspsychje: thanks anyway. I think I found a driver for the device i have. Zoom08:54
TJ-emad: I'm trying to confirm your device is supported, bear with me08:55
emadSure, Thank you for helping me.tyt08:56
kangooLhi everybody! I have a networking problem: I have 2 NICs, one connected to a private LAN and one that connects to the internet. When both are up I can't connect to the internet, but if I down the private one, I can ! It seems that when both are up, the DNS is wrong for the internet NIC, but it does have its own DNS in its config oO08:56
ikoniakangooL: it sounds like your default route is not the internet nic08:56
TJ-emad: It looks as if the Validity Sensors devices aren't supported. See: http://www.freedesktop.org/wiki/Software/fprint/libfprint/Unsupported_devices/08:57
emadThank you, Tj.08:58
TJ-emad: There is support for 3 models of Validity, but not your device (in Ubuntu 15.10)09:00
=== s9iper1__ is now known as s9iper1
TJ-emad: I'm looking at the source-code for libfprint09:00
emadOh! Thanks : )09:01
kangooLikonia this is my routing table: http://pastebin.com/qVkX7rGB09:02
TJ-emad: these are the devices recognised: http://paste.ubuntu.com/12997669/09:03
TJ-emad: It may be worth you contacting the libfprint developers directly and asking about support for your device; they may be able to add it with some help from you09:04
emadHow can I?09:04
emadLaunchpad?09:05
TJ-emad: via their project mailing list: http://www.freedesktop.org/wiki/Software/fprint/Mailing_list/09:05
emadOk, I really appreciate your support.Thank you sir/mam.09:06
kangooLikonia: this is my routing table: http://pastebin.com/qVkX7rGB09:09
=== mustafa_ is now known as mustafaxub
ikoniakangooL: so the device eno16777736 has to be up and running for you to work09:11
TJ-kangooL: are you using /etc/network/interfaces to configure it? can you show that file? It sounds like you've probably set a 'gateway' for both interfaces and the private LAN interface comes up last09:11
ikoniayes, both seem to be using the default gateway09:11
=== gerald is now known as Guest1332
kangooLikonia: TJ- : i'm using nmcli for everything :3 the thing is that i can ping, so it's not a route issue ! I actually just got it to work: it's a VM and the "public" nic is using a NAT, and the NAT gateway needs to be the DNS adress. It seems to work for now...09:19
TJ-kangooL: ahhh, so not a routing issue then!09:20
kangooLikonia: TJ- : thanks :D09:20
noregreti'm adding an account to evolution, after I'm done with the wizard, nothing gets added to the accounts list.. anybody faced that kind of thing before? no matter how many times i add the account, it just won't appear in the accounts list09:21
mikhael_k33hlI have a website that generates a graph/image, and I want to set it to full screen, is there any utility I can use for it? F11 to make it full screen still has the other stuff on it09:22
noregretjust found this - https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1061195 :/09:24
ubottuLaunchpad bug 1061195 in evolution-mapi (Ubuntu) "Evolution appears unable to create EWS or Exchange MAPI account" [Undecided,Confirmed]09:24
cooldharma06hi all09:27
cooldharma06anybody have experience with rsyslog? i need some suggestions. :)09:27
hateball!ask09:28
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience09:28
cooldharma06i have two machines one is client one is centralized server (logging server). from client i am able to send log to server.09:30
=== user is now known as Guest71870
cooldharma06but i need to filter or seperate the message with the keyword. need some suggestions to achieve this one.09:31
=== Guest71870 is now known as heh
=== daminimal_ is now known as daminimal
dupingpingHey, everybody. Please help me, I want to get ebooks related to using and programming on Linux and or Ubuntu and or RedHat, etc09:39
cfhowlettdupingping, redhat?  obviously wrong channel for that.09:40
TJ-dupingping: Linux changes so fast any book is out-of-date as soon as it is published... best to track more informal documentation, mailing-lists, or the source code itself09:40
dupingpingcfhowlett, oh, then just about ubuntu.09:41
cfhowlettwhat TJ said ... check amazon.  heck most programs provide their own documentation, for example python offers LOTS of free books.09:41
dupingpingTJ-, however, although it is an old book, i can found some useful information from it.09:42
brokenbutwhole?09:42
cfhowlettdupingping, http://www.linuxlinks.com/article/20090405061458383/20oftheBestFreeLinuxBooks-Part1.html09:43
=== heh is now known as _temp
=== dionysus70 is now known as dionysus69
=== qdii is now known as Guest55767
za-softcodeshi09:47
za-softcodeswant help installing scipy==0.14.009:48
lotuspsychje!info scipy09:48
ubottuPackage scipy does not exist in wily09:48
=== Flint is now known as Guest29476
=== Guest29476 is now known as kidatx
lotuspsychjeza-softcodes: you mean python-scipy?09:49
za-softcodesyes09:50
za-softcodesam i at the right place09:50
za-softcodesImportError: liblapack.so.3: cannot open shared object file: No such file or directory09:51
=== daniel is now known as Guest11579
lotuspsychje!info python3-scipy | za-softcodes09:51
ubottuza-softcodes: python3-scipy (source: python-scipy): scientific tools for Python 3. In component universe, is extra. Version 0.14.1-1ubuntu2 (wily), package size 7812 kB, installed size 42132 kB09:51
=== daminimal_ is now known as daminimal
adityanhi09:54
lotuspsychjeadityan: welcome, what can we do for you09:55
noregretdig and host resolves pc.company.local correctly, but ping/firefox isn't, why is that?10:04
acosonicafter recent upgrade, probably of apache or some module permissions are not good anymore...10:06
grimxI'm running Ubuntu 15.10. I can't seem to get 720p HTML5 videos in Youtube on Firefox 41.0.210:06
lotuspsychjegrimx: did you try other browser?10:08
acosonichm, nope I did it :)10:08
grimxWell, on my other box this links has the option for 720p https://www.youtube.com/watch?v=RIib5fYaRfA10:08
sygi am looking for a good way to get notifications for my gmail in my menu and launcher, anyone know a good setup? i've tried unity-webapp-preview with no sucess10:09
lotuspsychje!info gm-notify | syg10:10
ubottusyg: gm-notify (source: gm-notify): highly Ubuntu integrated GMail notifier. In component universe, is extra. Version 0.10.3-0ubuntu3 (wily), package size 20 kB, installed size 313 kB10:10
=== farid is now known as Guest75464
lotuspsychjesyg: you will have to enable suspicious apps in gmail settings to get it working10:11
grimx+lotuspsychje: It works on the Ubuntu web browser, but not Firefox10:11
lotuspsychjegrimx: you have ubuntu-restricted-extras installed?10:12
grimxYes10:12
lotuspsychjeweird10:12
syglotuspsychje: thanks for the heads up, i was getting invalid account with it right now10:13
lotuspsychjesyg: yeah gmail blocks it by default, see gmail settings10:13
diarapattest10:13
cfhowlett!test | diarapat10:13
ubottudiarapat: Testing... Testing... 1. 2.. 3... ( by the way, remember that you can use /join #test )10:13
lotuspsychjegrimx: yt link plays fine on my machine here10:13
=== mortymer is now known as morty29
lotuspsychje!info firefox10:15
ubottufirefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 41.0.2+build2-0ubuntu1 (wily), package size 42461 kB, installed size 101286 kB10:15
lotuspsychjegrimx: can you try firefox on the guest account, see if it plays?10:15
erlangNoobHello! How do i install erlang OTP 17 on the latest ubuntu i just installed?10:16
grimx+lotuspsychje: I don't think Badger, uBlock or Ghostery would cause the problem. Would it?10:17
lotuspsychjegrimx: that could block perhaps yes10:18
Ben64erlangNoob: sudo apt-get install erlang?10:18
erlangNoobi'm interested in 17 not 1810:18
erlangNoobi m,ean an older version10:18
Ben64erlangNoob: find a ppa, compile it yourself, or install 15.04, which will die in January10:19
lotuspsychjeerlangNoob: wich ubuntu version are you on?10:19
mockingshrewHello!10:20
grimx+lotuspsychje: I disabled them, and still can't get 720p10:20
erlangNoobLatest i found on the website lotuspsychje10:20
lotuspsychjeerlangNoob: 14.04 still uses 1610:20
erlangNoobhttps://www.erlang-solutions.com/downloads/download-erlang-otp10:20
syglotuspsychje: can this tell me of notifications in my launcher?10:21
lotuspsychjegrimx: try the guest account mate10:22
lotuspsychjesyg: no only in notification area10:22
syglotuspsychje: i suppose i can live with that10:23
lotuspsychjesyg: you can email sound too, i use it myself10:23
sygi added a sound, hope it helps enough10:23
sygthanks lotuspsychje10:24
mflowCan I revert overwitten files from an ext4 filesystem in a specific directory ?10:27
Ben64explain more10:27
lotuspsychjemflow: get lost data back?10:28
mflowI have overwritten some files with rsync10:29
mflowI need to revert back the changes written by rsync10:29
mflowso the files where overwritten , I need to get back to the previous versions of those files10:29
Ben64very unlikely10:29
Ben64if they are truly overwritten, impossible10:29
lotuspsychjemflow: try scan the whole hd with photorec, for lost data10:30
CoJaBoI fricking hate rsync :/10:31
=== nudtrobert1 is now known as nudtrobert
mflowlotuspsychje: not sure if that will help, as the files aren't deleted, just overwritten with new data10:31
mflowI want to get the old data10:31
TJ-mflow: without backups, then no10:31
CoJaBoTry photorec; it'll either work or it won't.10:32
CoJaBoOverwriting files often, but not always, ends up putting the new data in a different location. So there might still be some chance, unless --inplace was used10:32
simone_!List10:34
ubottusimone_: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».10:34
syglotuspsychje: you don't happen to know a good app for google music do you? :x10:34
musiqueah ? ericdez10:34
mflowCoJaBo: haven't used --inplace10:35
CoJaBomflow: Then you stand a chance with photorec.10:35
Twirlanyone knows if something can break or something if i switch from 15.04 to 15.10 ?10:35
Ben64Twirl: sure, its always possible that something will break10:36
sygTwirl: that's a really loaded question, but i upgraded earlier without any issues10:36
cfhowlettTwirl, yes.  of course.  (vague questions >>> vague answers)10:36
CoJaBomflow: Depending on the type of data, it may be easy or quite difficult to actually locate the files tho; read up on photorec, if they can be recovered at all, it's probably your best bet10:36
pkirchertest it in a vm and see for your sel10:36
pkircherf10:36
mcphailTwirl: if you don't switch, something will break in 3 months when 15.04 goes out of support10:36
pkirchernoone can answer that without knowing what you have running10:36
sygpkircher's answer is the best10:36
sygvm and test for yourself10:37
Twirli have hundreds of packages installed and im worried to break something and have to spend time i dont have to fix it10:37
CoJaBopkircher: 9 times out of 10, it breaks a driver tho, which probably wouldn't accurately simulate in a VM >_>10:37
HumorousoneGood morning10:37
Ben64actually, most problems are caused by having non standard packages/repositories10:37
CoJaBoTwirl: Backup the system, upgrade, rollback if it derps.10:37
sygCoJaBo: good point10:37
mcphailTwirl: you have 3 months to upgrade, so you'll need to make time fairly soon10:37
TwirlCoJaBo: backup the system how?10:37
pkirchertrue .. but you spot the more obvious problems with a vm10:37
sygTwirl: are you running anything super edge?10:38
syglike weird mods and such10:38
CoJaBoTwirl: Whichever method you prefer; personally, I like to dd the entire drive if I can10:38
TwirlCoJaBo: lol its 750GB, u got one of those to spare?10:39
Twirlsyg: yea i said i had hundreds of packages10:39
HumorousoneI'm having an issue with my monitor settings.. U15.10 keeps loading and applying monitor settings in an infinite loop10:39
CoJaBoTwirl: Yeh, it'd probably be too slow on that even if you did have the space lol10:39
sygTwirl: we all have hundreds of packages, i'm talking really edge case stuff, maybe some compiz mods, or some de, or something like that10:39
pkircheri still love the idea of haveing the most stuff cgroup isolated when ever possible10:39
pkircher..10:39
Twirlsyg: yep10:40
sygand a 750gb os partition is huge...10:40
HumorousoneSyslog and Xorg log stuff details here: http://askubuntu.com/questions/690658/screen-flashes-white-every-few-seconds-15-10-hp-dv610:40
sygdo you have your /home directory outside of that?10:40
CoJaBoFor a drive that large, I usually seperate the OS and data partitions10:40
CoJaBoBe sure to backup the . files in home tho if you care about your GUI configs. I forgot that once, and it nuked everything :/10:41
sygi only run a 40gb / root and i have a ton of packages10:41
Twirlwell maybe its time to switch to a 500GB SSD10:41
sygit's probably time to analyze why your partition is so huge10:41
Twirlwish i had 150€ lmao10:41
mcphailTwirl: if you have 750GB of stuff, and no backup, the operating system upgrade is the least of your worries10:41
sygeven at hundreds of packages, 750gb is wild10:41
noregretdig and host resolves pc.company.local correctly, but ping/firefox isn't, why is that? am I missing something?10:42
Twirlmcphail: yea i know, i dont have money to buy new drives at the moment, although im considering to switch to an SSD and keep the current one as a backup10:42
Twirlbut that will take 2 days of work and im not sure i can afford that atm10:42
mcphailTwirl: well, your data cannot be particularly important to you, then10:42
Twirlyes its just that i dont have time10:43
Twirlwell, question is answered, back to work, ty10:43
johnny_linuxhave a good day10:43
Twirlsame10:43
Humorousone...can someone please help... this monitor settings thing is doing my head in >.<10:43
mcphailHumorousone: do you get as far as the login screen?10:45
Humorousonemcphail: Yes, it get through fine. Although as soon as the login screen appears, the screen settings things starts happening10:45
HumorousoneAs soon as something graphical appears, the screen starts flashing every few seconds. Checking the log shows it's doing something with screen settings?10:46
HumorousoneIt's doing it as we speak. The active window flashes white10:46
mcphailHumorousone: and these are integrated AMD graphics?10:47
Humorousoneyep10:47
mcphailHumorousone: shared RAM? Have you checked the RAM?10:48
Humorousonememtest?10:48
mcphailyep10:48
mcphailHumorousone: I had vaguely similar problems years ago10:48
HumorousoneAlright, I've got a live usb here, I'll give that a go now10:49
Humorousonethank you, I'll be back soon.10:49
Humorousonebtw, does memtest cover VRAM and RAM?10:49
mcphailHope it gives you a lead10:49
mcphailHumorousone: no - it won't test VRAM but the shared graphics often consume some of the normal RAM10:50
mcphailHumorousone: the current APUs use normal RAM, and some of the old integrated Mobos did as well10:51
Humorousonealright10:51
Humorousoneas a side note10:51
Humorousonelast light I tried messing around with some settings. I rotated the screen  by 90 degrees through the monitor settings10:51
HumorousoneIt reset the monitor back to normal, then reset the monitor back to 90 degrees10:52
Humorousonein a loop10:52
derbieI found the erlang version i want for ubuntu precice, trusty, utopic, vivid. But i have the latest. Is that an issue?10:52
Humorousoneevery few seconds.10:52
derbieAnd if it is, which ubuntu of those do you recommend to install10:53
mcphailHumorousone: and your current problems have only started since then?10:53
Humorousoneno, they've happened since I installed ubuntu10:54
Ben64derbie: it might be an issue, this channel doesn't support any packages not from ubuntu10:54
mcphailaah. ok10:54
derbieI understand10:54
Humorousonemcphail: I previously had W10 installed on this laptop. Had some fun driver issues with it which I couldn't fix10:54
derbieI'm just looking to install erlang OTP < v 18 (e.g. 17)10:54
inerkickHi. I got Ubuntu 14.04. I got an issue with Ctrl click on browser. Whenever I hold on Ctrl key, and wherever the mouse is, it opens up new tab in firefox. And even I can keep typing on any chat interface. It keeps backspacing my text(deleting). Kindly help10:54
Ben64derbie: why? isn't 18 better10:55
Humorousonemcphail: So I gave up, and installed ubuntu. It didn't flash with windows 10, although I had some issues with some drivers that windows update installed breaking perforance10:55
derbieThe erlang application i want to extend can't run on 1810:55
inerkickeven with any windows , holdig ctrl key it takes as clicking.10:55
mcphailderbie: why not istall 14.04 in a virtual machine? That way you won't mess up your current install10:56
derbiei did10:56
derbieIt's just that maybe i should install either precise/trusty/tuopic/vivid10:57
capsicum1Having issue, unable to stop container, just one container. all other containers stop as expected.10:57
Ben64out of those, trusty10:57
derbieOk10:57
mcphailderbie: trusty _is_ 14.0410:57
derbieOh10:57
derbieThe package is of bad quality10:58
derbieo.010:58
derbiehttp://releases.ubuntu.com/14.04/10:59
derbieah nevermind10:59
derbiei think it's a small issue10:59
musiquethnx10:59
derbieFailed to load package list.10:59
=== freezer_ is now known as freezer
HumorousoneThank you for your help so far mcphail, I'm going to give a memtest a go now11:01
Humorousonebrb11:01
=== michael__ is now known as Guest56411
derbiei think it worked11:09
derbiedespite the warnings and errors11:09
=== simran is now known as Guest26267
=== vincent is now known as Guest41330
f0oGood morning, I tried to flash my nexus4 with Ubuntu Touch, it goes through fine up to the point 'Rebooting into recovery to flash' - the phone reboots but it says 'This phone needs restoring from a PC or service center' - Any pointers?11:32
Valluterve11:32
kkaljamahamoi11:32
Valluno moi11:32
terveeemoi11:32
Valluhaistakaa paska11:32
terveeebensaaaaa11:33
kkaljamahatervee moi ja vallu moi11:33
terveee!!!!11:33
hateball!ops11:33
ubottuHelp! 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, bazhang11:33
ValluRÄJÄHDYKSIÄ11:33
Guest41330query nathy11:33
terveeehelp11:33
kkaljamahano help11:33
Vallufuck you11:33
lotuspsychjef0o: try in #ubuntu-touch mate11:36
f0olotuspsychje: thanks11:36
BluesKajHiyas all11:41
=== mystic is now known as srini
=== john is now known as Guest25429
Guest25429How can I install a desktop environment when I didn't select one, I have just a basic shell11:42
lotuspsychjeGuest25429: wich ubuntu did you install11:43
Guest2542914.0411:43
lotuspsychjeGuest25429: server?11:44
Guest25429no11:45
lotuspsychjeGuest25429: unity is default on 14.04 desktop11:45
lotuspsychjeGuest25429: can you explain whats happening?11:46
Guest25429There is no unity I selected expert installation without any desktop environment11:46
lotuspsychjeGuest25429: wich ubuntu installer is that? minimal?11:47
Guest25429I don't, this is not of importance, I just have a basic shell at boot, how can  I install a desktop environment11:47
Humorousonehello, I'm back. Memtest came clean11:48
Guest25429become root and then apt-get update and apt-get install desktop-unity or so11:48
Guest25429would that work11:48
BluesKajwell then Guest25429 if you didn't choose a DE then you didn't get one, sudo apt-get install ubuntu-desktop for Unity DE11:49
HounddogHi i have a service which i need to configure startup optios however i have no idea where the file for this is located. its not in /etc/init nor /etc/init.d what other places could a service be located at?11:53
Humorousonethis is odd.. It seems suspending and de-suspending ubuntu temporarily stops the flashing..11:58
Humorousoneweird..11:58
HumorousoneAt least it's not flashed in the few minutes since I opened this laptop again11:58
lotuspsychjeHounddog: your on 14.04?11:59
Hounddoglotuspsychje: i finally found them in lib/systemd/system  and /etc/sysconfig11:59
lotuspsychjeHounddog: http://www.howtogeek.com/216454/how-to-manage-systemd-services-on-a-linux-system/12:02
lotuspsychjeHumorousone: its best to re-ask your issue to the channel with all things you tryed12:03
Humorousonelotuspsychje: ok, thanks12:04
HumorousoneI've been having an issue with my monitor settings being applied over and over again in a loop of some kind12:04
lotuspsychjeHumorousone: wich settings have you applied?12:05
HumorousoneFrom the point anything graphical is shown on screen, the active window (or background) will flash over and over again12:05
Humorousoneever few seconds.12:05
Humorousonelotuspsychje: It happens with default settings, although if I change the settings, it alternates between default settings and my settings12:06
lotuspsychjeHumorousone: tell us more of your layout, ubuntu version?grafix driver/card? dual screens?12:06
ububeginner1212hi guys, i've a problem with the setup, i've done swap / and /home, but i'm not able to work on this laptop asus12:06
Humorousonelotuspsychje: For example, I set my screen to 90degree rotation. Ever few seconds it goes 90 degrees, back to normal, back to 90degrees12:06
lotuspsychje!swap | ububeginner121212:06
ubottuububeginner1212: swap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info12:06
Humorousonelotuspsychje: U15.10, I'm on a laptop. I posted some more detail on an askubuntu thread.12:07
HumorousoneI'll get that for you.12:07
ububeginner1212hi lotuspsychje, the problem is the bios12:07
Humorousonehttp://askubuntu.com/questions/690658/screen-flashes-white-every-few-seconds-15-10-hp-dv612:07
ububeginner1212i've aptio megatrend12:07
Humorousonelotuspsychje: Only a single screen. I haven't tested it with a projected monitor.12:08
ububeginner1212i've create partion in msdos, but bios doesn't work12:08
inerkickI got this issue. Kindly help http://askubuntu.com/questions/691472/autoclicking-when-press-hold-the-ctrl-key-and-a-mousepointer-on-my-ubuntu-mate-112:08
lotuspsychjeHumorousone: did you try this on LTS?12:08
ububeginner1212before they were created in gpt12:08
Humorousonelotuspsychje: Yep. I installed the LTS first, then 15.10. Both had the same issue, on both the live CD's and the installed versions.12:09
ububeginner1212how can i do legacy mode in bios? i'm not able12:10
Humorousonelotuspsychje: I had some serious driver performance issues with W10 before I installed ubuntu12:10
krux_legacy mode?12:10
lotuspsychjeHumorousone: did you try a nomodeset?12:10
Humorousonelotuspsychje: Sorry, I'm pretty new to linux. how would I go about doing that?12:10
ububeginner1212yes, i've bought this laptop with win8.112:10
lotuspsychje!nomodeset | Humorousone12:10
krux_wouldn't legacy mode settings be set in the bios?12:10
ubottuHumorousone: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter12:10
Nicholasubuntu is much better than windows 1012:11
ububeginner1212krux: there's not that option12:11
lotuspsychjeububeginner1212: you want single boot ubuntu?12:11
krux_Nicholas, Ubuntu is much better for you12:11
ububeginner1212yes lotuspsychje12:11
Nicholaskrux_ ?12:11
lotuspsychjeububeginner1212: did you disable fastboot and secureboot?12:12
ububeginner1212i've deleted win, yes12:12
Nicholasi think its better for most people12:12
=== michael__ is now known as Guest56514
ububeginner1212this bios is aptio12:12
ububeginner1212my pc is asus p553m12:12
lotuspsychjeububeginner1212: did you disable fastboot and secureboot?12:12
ububeginner1212yes12:12
HumorousoneI will give that a go now lotuspsychje ,  thank you12:12
lotuspsychjeHumorousone: good luck :p12:12
lotuspsychjeububeginner1212: so tell us what happens when you try to install ubuntu12:13
ububeginner1212i'm in live mode12:14
lotuspsychjeububeginner1212: ok, whats next?12:14
Nicholasi have tried a lot of distros. though i keep coming to ubuntu12:14
Nicholasback*12:14
lotuspsychje!discuss | Nicholas12:14
ubottuNicholas: Want to talk about Ubuntu but don't have a support question. Join #ubuntu-discuss, for other non-support discussion not Ubuntu related you can also join #ubuntu-offtopic. Thank you.12:14
Nicholasok sorry lotuspsychje12:14
musiquethnx12:14
ububeginner1212i've already installed it on this machine, but it doesn't start at the reboot12:15
ububeginner1212i'm in live now12:15
lotuspsychjeububeginner1212: what happens12:15
lotuspsychjeububeginner1212: where does it get stuck?12:15
ububeginner1212the screen is black and there's only a flashing point12:16
lotuspsychjeububeginner1212: wich ubuntu version?12:16
ububeginner121214.0412:16
lotuspsychjeububeginner1212: you absolute 100% sure you disabled fastboot and secureboot in bios?12:17
ububeginner1212i've done  already gparted with 3 partions12:17
ububeginner1212yes sir12:17
ububeginner1212there s also a os selection: win 7 or 812:17
lotuspsychjeububeginner1212: installed in legacy mode?12:17
ububeginner1212but i'm not to delete this option12:18
ububeginner1212*able12:18
ububeginner1212yes sir, i've created partion in msdos12:18
lotuspsychjeububeginner1212: did you use auto partitioning or manual?12:18
ububeginner1212manual12:18
lotuspsychjeububeginner1212: from ubuntu right12:19
ububeginner1212yes12:19
lotuspsychjeububeginner1212: wich grafix card is this12:19
ububeginner1212intel12:19
lotuspsychjeububeginner1212: optimus card?12:19
Humorousonelotuspsychje: Running with nomode set right now... RIP performance12:19
ububeginner1212intel12:19
lotuspsychjeintel only?12:20
Humorousonelotuspsychje: it's taking a good half second for the window animations to play12:20
ububeginner1212intel 440012:20
ububeginner1212is a laptop12:20
lotuspsychjeHumorousone: yes its test mode, the flickering is gone?12:20
HumorousoneI'll have to keep trying for a sec12:21
lotuspsychjeHumorousone: maybe check additional drivers section for other driver?12:21
Humorousonebut so far, yes lotuspsychje12:21
ububeginner1212i think the problem is in the bios of this laptop12:21
lotuspsychjeHumorousone: did you upgrade to 15.10 from 15.04?12:21
Humorousonelotuspsychje: I tried the proprietary drivers, but it started kicking me back to the logon screen when I enabled them and restarted12:21
Humorousonenope, clean install.12:21
lotuspsychjehmmz12:21
lotuspsychjeHumorousone: sounds like a radeon bug12:22
Humorousonelotuspsychje: it's quite likely... but I have no clue either12:22
lotuspsychjeHumorousone: how about loading previous kernels, would this help?12:22
lotuspsychjeububeginner1212: doublecheck everything in bios mate12:23
Humorousonelotuspsychje: how would I go about doing that?12:23
lotuspsychje!uefi | ububeginner1212 fastboot and secureboot must be off12:23
ubottuububeginner1212 fastboot and secureboot must be off: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI12:23
lotuspsychjeHumorousone: hold shift at boot to enter grub, then load previous ubuntu kernel12:23
Humorousonealright, i'll try that now too.12:23
Humorousoneback in a bit.12:24
lotuspsychjeHumorousone: so12:24
Humorousone:) lotuspsychje12:24
ububeginner1212are off  fast and secur lotuspsychje12:24
lotuspsychjeHumorousone: only 2 drivers show up?12:24
Humorousonelotuspsychje: in the additional drivers menu?12:24
ububeginner1212so there's not a solution?12:24
Humorousoneno, three show up12:24
lotuspsychjeHumorousone: yes12:24
lotuspsychjeHumorousone: try the 3rd too perhaps?12:24
lotuspsychjeHumorousone: lets test it all :p12:24
Humorousonewill do, although I'm worried whether or not it will start kicking me back to the logon screen again12:25
lotuspsychjeububeginner1212: makes no sense, 14.04 should be installing liek acharm12:25
HumorousoneI just ended up doing a clean install last time.12:25
lotuspsychje!recovery | Humorousone when things go wrong12:25
ubottuHumorousone when things go wrong: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode12:25
=== lil_grepper is now known as noteness
lotuspsychjeHumorousone: you can fix broken packages from the recoverymode12:26
Humorousonelotuspsychje: awesome.12:26
lotuspsychjeububeginner1212: try 14.04 live, and auto partitioning instead of manual?12:26
lotuspsychjeububeginner1212: maybe something went wrong with manual?12:26
ububeginner1212i'm in live12:26
Humorousonebe right back.12:27
lotuspsychjeububeginner1212: yes, try the auto partioning12:27
ububeginner1212ok12:27
anthony_hi,have any one use dell xps 13D-8808 laptop install ubuntu 15.10 ? my touchpad not working.12:27
lotuspsychjeububeginner1212: some intel mobo's also have an intel bios option to block other Os install12:27
lotuspsychjeanth0ny: check your syslog for ACPI errors12:27
disconnectedHey, I've just downloaded/installed updates on my ubuntu and it restarted into grub console12:28
disconnectedanyone had such issue?12:28
lotuspsychjedisconnected: ubuntu version?12:28
disconnected15.0412:28
disconnectedor 15.10 not sure12:28
lotuspsychjedisconnected: can you load up ubuntu from grub then after?12:28
disconnectedI am not sure how to do it :-(12:29
disconnecteds/am not sure/don't know/12:29
lotuspsychjedisconnected: just hit enter on ubuntu12:29
disconnectedIt doesn't show me grub menu12:29
disconnectedit shows grub console12:29
lotuspsychjehmm12:29
lotuspsychjedisconnected: you cant enter normal grub with holding shift?12:31
disconnectedlet me see12:31
lotuspsychjeHumorousone: any luck?12:35
Humorousonelotuspsychje: I've started with nomodeset, and I've just enabled the proprietary drivers.. Will they work immediately?12:35
Humorousoneor should I restart first12:35
anthony_\q12:35
lotuspsychjeHumorousone: reboot would be usefull yes12:35
disconnectedlotuspsychje: shift does nothing12:36
lotuspsychjedisconnected: holding shift12:36
Humorousonelotuspsychje: alright, I'll give that a go. If I don't come bck in a few minutes that means that it's crashing me upon logon12:36
Humorousonebrb12:36
Humorousone(hopefully)12:36
lotuspsychjeHumorousone: kk12:36
disconnectedI've  got a screen "GNU GRUB version 2.02~beta2-22ubuntu1.2" "Minimal BASH-like line editing is supported~~"12:37
disconnectedHolding shift also does nothing12:37
=== wook is now known as Guest90502
lotuspsychjedisconnected: thats not 16.04 daily your trying right?12:38
disconnectedyeah, it is 15.0412:38
disconnectedit was working12:38
disconnectedjust an update screen popped, so I pressed "okay"12:38
disconnectedand after some minutes (I guess it installed) my computer restarted12:38
lotuspsychje!recovergrub | disconnected try this maybe12:38
ubottudisconnected try this maybe: Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub12:38
=== s is now known as Guest11315
disconnecteduh, it requires the live cd.. I will try to find a way to boot ubuntu and to fix grub from it12:39
lotuspsychjedisconnected: or maybe choose faster way and clean install 15.10?12:40
=== michael__ is now known as Guest94070
* Guest11315 slaps ubuntu3 around a bit with a large fishbot12:42
disconnectedlotuspsychje: maybe, but I have a lot of stuff already installed12:43
disconnectedbut probably that's not bad idea since latest ubuntu might work better with my nvidia card...12:43
lotuspsychjedisconnected: you can choose install next to 15.04 and not loosing your /home12:45
disconnectedand can I then copy all files from my home and remove 15.04?12:45
lotuspsychjedisconnected: the ubuntu setup will save your /home12:46
lotuspsychjedisconnected: just make sure you choose install next to, not clean install12:47
disconnectedor I can just copy files to my windows drive ;p12:48
lotuspsychjedisconnected: if you can still enter sure12:49
lotuspsychjedisconnected: external backups are always safer12:49
krux_ahoy there!12:50
johnny_linuxahoy there matey12:50
krux_Thus thy have some interesting news for a geekaneer?12:51
=== megabit|away is now known as megabitdragon
cfhowlett!details | krux12:52
ubottukrux: 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)12:52
krux_echo "friendly greeting" &2>/dev/null12:54
=== a1b2 is now known as machan
humorousoneback13:02
humorousoneit didn't go well.13:02
humorousoneit freezes at the screen with the loading dots.... and the dots are the only thing onscreen.13:02
humorousoneI'm on my PC now. windows, funnily enough lotuspsychje13:02
humorousone;)13:02
humorousonelotuspsychje: I've got my laptop here with a root shell in recovery, not sure exactly where to go from here.13:03
lotuspsychjehumorousone: try the fix broken packages option from recoverymode13:05
humorousonelotuspsychje: alright13:06
=== pkircher is now known as pkircher_
lotuspsychjehumorousone: might be worth to make a bug in your case mate13:08
lotuspsychje!bug | humorousone13:09
ubottuhumorousone: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.13:09
ljosberinnhi! is it possible to run some command on the machine itself and then see the progress (output) of that command by ssh-ing to it?13:14
ljosberinnlike, seeing the output of some other tty i suppose..13:15
lotuspsychjeljosberinn: a kind of teleport ssh?13:18
Piciljosberinn: the easiest way would to be to run your command inside of a screen or tmux session13:18
Pici.3613:18
ljosberinnah, screen, yeah! will try with it, thanks!13:19
=== beapen is now known as informatics
humorousonelotuspsychje: hmm, 'temporary failure resolving 'gb.archive.ubuntu.com'13:24
humorousoneIt errored when I tried to enable networking earlier13:24
humorousoneand yeah, I'll create a bu report then13:24
humorousoneI just need to reenable the original drivers now13:25
AnthaasIn librecalc is it possible to drag a formula across numerous cells but change the column rather than the row, for example =QUARTILE(A2:A10,0), when dragged becomes =QUARTILE(B2:B10, 0) instead of =QUARTILE(A3:A11,0) ?13:27
bekksWhen you drag it across columns, the columns change, when dragging across rows, the rows change.13:28
AnthaasIs there a way to drag it across rows and change the columns?13:28
=== ctrlshftn-away is now known as ctrlshftn
humorousoneuhoh...13:30
humorousonenow my laptop screen isn't turning on...13:30
humorousoneno bios screen13:31
humorousonecrap.13:31
neopsychehello13:31
neopsyche<neopsyche> Question. how much space needed for ubuntu main install directory vs space for home dir?13:31
neopsyche<neopsyche> I have 128gig hdd.13:31
neopsyche<neopsyche> could I use 20GIG for /13:31
neopsyche<neopsyche> 100gig for /home13:31
neopsyche<neopsyche> ?13:31
auronandaceneopsyche: yes, that is plenty of space13:31
sysdocI'm upgrading Ubuntu and apt-get is asking for the file comparison, I selected to view the differences of the files, how do ya get out of the text and back to the install to select which file to choose?13:32
neopsyche?13:32
Picisysdoc: press q13:33
neopsycheauronandace could i push it to 10? or would that be too far?13:33
noregretwhere can I configure NSS ? i'm having trouble with name resolution13:33
sysdocPici: whew... thank you sir13:33
bekksneopsyche: you normally wont need more than 5-10G for your home. All "data" like your Videos, Musik, etc. can be separated to /data13:33
k1l_neopsyche: something around 15G for /.13:33
auronandaceneopsyche: depends what you are going to install, i've had 10gb partitions for / in the past but nowadays they get quite close to full13:33
neopsycheok so 20gig for /?13:34
neopsychethe OS data is stored in / right?13:34
k1l_neopsyche: its just too much trouble if you run out of space in /13:34
k1l_neopsyche: yes.13:34
neopsycheok13:34
neopsycheso 20gig is a good balance13:34
neopsychecan i resize my drive ?13:34
neopsycheI did 60 gig / 60gig home13:35
k1l_neopsyche: load the live ubuntu and resize with gparted13:35
mcphailneopsyche: why do you feel the need for separate partitions??13:35
neopsycheok kll i hope that will work13:35
NR87zoh lord this room is so fullll13:35
neopsychemcphail.. in case I need to retreive data from home dir.13:35
bekksneopsyche: then you should have a backup :)13:36
neopsycheNR87z better full than empty?13:36
mcphailneopsyche: That does not make it any easier...13:36
neopsycheit seems the auto partitioner makes separate partitions anyway13:36
NR87zneopsyche, Dude I hear that13:36
neopsychelast time I installed using encryption on the drive.. and I could not hibernate13:36
mcphailneopsyche: not in my experience13:36
mcphailneopsyche: aah - hiberantion13:36
OerHeksknow issue, hybernate and encrypted swap do not work well.13:37
mcphail*hibernation13:37
neopsycheright.. so why dont they leave the swap (or make option to) leave swap unencrypted13:37
AnthaasUgh - is it possible in LibreCalc to copy the formulae of all cells in one column and paste it into another column without it automatically changing the formula to increment the column?13:37
auronandaceneopsyche: autopartitioning make / and swap (i haven't seen it make a separate /home)13:37
neopsycheso auto partition.. but then i choose encryption .. will it know to use the swap ?13:37
k1l_neopsyche: that is part of the encryption. data in swap in plain text will spoil it all13:38
neopsychelol13:38
neopsycheyeah so its insecure anyway?13:38
neopsychebut then again.. can encrypt home dir. right? so whats the point of encrypted drive?13:38
bellflowerNeed advice. I am setting up Ubuntu with Gnome fallback (metacity) on an old laptop for a friend, and managed to get the Broadcom B4311 wifi to work,13:38
auronandaceneopsyche: do you really need encryption? if you want to be ableto recover like you said earlier, encryption makes that extra tricky13:38
mcphailneopsyche: encrypted swap is fine, but you won't be able to hibernate13:39
bellflowerbut it is requiring me to enter commands in terminal after each reboot to re-enable it.13:39
=== Guest4 is now known as GhaleonX
k1l_neopsyche: its different models/stages of encryption. IMHO for most users a small container to put the data in that needs to be encrypted is enough13:39
mcphailneopsyche: you can still suspend, though13:39
neopsychewell.. i thought it was 'cool' to encrypt when i saw the option on 14.04 .. little did I know after installing and trying sophos (advanced for me) It changed my file perms or something and borked my system13:39
mcphailneopsyche: encrpyion is cool until _you_ need to recover the data :)13:40
neopsycheIs it possible to use 2048bit crypto on home dir files?13:40
bellflowerThe command used are ... sudo modprobe -r b43  ... sudo modprobe b43 ... sudo rfkill unblock all   (How can I automate this to not require terminal input each reboot?13:40
mcphailneopsyche: default was 1024 when I last checked. Don't know if that can be changed??13:40
neopsycheI found encfs works nicely for dropbox etc.13:40
neopsychehah. at least if dropbox has another .. 'open day' then we will at least not be totally naked with encfs :-D13:41
neopsychebut i have a suspicion that all this encryption is smoke and mirrors becuase a lot of the keys are stored at companies that make the encryption.. so which encryption to use on my home dir that does not have backdoors?13:41
bviktorany ideas why sssd fails to start?13:42
bviktorhttp://pastebin.com/raw.php?i=jsSVHqh613:42
bviktori'm following this guide: https://help.ubuntu.com/lts/serverguide/sssd-ad.html13:43
mcphailneopsyche: any backdoors in the default Ubuntu encryption setup are purely unintentional13:43
bviktorthis config works on 14.04, but not on 15.0413:43
LeartSSo Ubuntu 15.10 wily is supposed to use Gnome "disappearing" scrollbars, but they doesn't seem to work for me: I see a normal large scrollbar13:43
BluesKajneopsyche, encrypting swap is not needed, in fact even swap isn't needed if you have more than 4G RAM as a normal user13:43
mcphailLeartS: they work here. Are you on Unity? Have you changed themes etc?13:43
neopsychemcphail: sure.. i know.  its because of universe-ugly, (for the most part, otherwise unknown backdoors)  but what encryption can I use on home dir.. that uses something solid.. by open source people.13:43
LeartSmcphail: yes on unity. Using numix theme, I'll try with the standard one13:44
mcphailBluesKaj: he want to hibernate13:44
bellflowerYes, I'm a novice. So, how can I get three terminal commands to automatically entered at startup?13:44
neopsycheblueskaj: i was getting a lot of crashes on 14.04 with the nasty bug kworker13:44
neopsycheon 15.04 with swap and encryption.. no kworker issue yet13:44
LeartSmcphail: you're right, with ambiance they work13:44
BluesKajhmm odd, 14.04 is very stable13:45
mcphailLeartS: maybe your theme will be updated?13:45
OerHeksgive kworker more hdd space :-)13:45
neopsychemcphail; it has something to do with ACPI (i think) and the linux kernel updates13:45
neopsychethe endless tradeoff between development and bugs13:45
mcphailneopsyche: hibernation has always been a mess. The kernel developers aren't interested in it13:46
LeartSI hope, I like it very much. While we are in the argument; I also see gnome apps with client side decorations / headerbar are rendered kinda badly on Unity (both with radiance and numix theme)13:46
neopsychemcphail; well its working for the first time ever on my dell.13:46
neopsycheso nice to be able to boot up and have all the stuff running just where it was.13:46
mcphailLeartS: Unity doen't use a lot of the decoration, I'm afraid13:46
LeartSIs it normal? Any plans as to when will they be supported well?13:46
bellflowerAny ideas?13:47
mcphailLeartS: I think it is a deliberate design decision13:47
disconnected`/wc13:47
neopsycheLeartS: Perhaps try mBuntu.  I know some purists might not like it.. but the mac design has a very long standing development.. and refinement.13:47
jesper_hey13:48
=== vincent__ is now known as Guest56263
jesper_no ones on13:48
neopsycheok. i think i am going to have fun trying to not break my ubuntu by resizing with gparted.13:49
neopsychethen i am going to have fun trying to not break ubuntu upgrading to wearewolf ;-D13:49
bellflowerHAs package selection (including desktop enviroments) been removed in installation, or is that just a difference between mini.iso net install and standard iso install?13:49
OerHeksbellflower, that alacarte tool is only on the mini and server iso indeed.13:53
bellflowerOerHeks, Thanks :)13:53
OerHeksbellflower, after installing a regular iso with desktop, you can install/run it yourself13:54
OerHeksor use softwarecenter13:54
NR87zDoes anyone have any advice on resolving Dependacy problems with X2Go?13:54
bellflowerAny info or ideas on how to get a laptop to run terminal commands automatically at startup, or alternative to entering - sudo modprobe -r b43 ... sudo modprobe b43 ... sudo rfkill unblock all ... after each reboot to enable wifi?13:55
k1l_NR87z: depends on the exact errormessages. put all the output into a pastebinb13:55
k1l_*pastebin13:55
NR87zThe X2Go agent, as part of a leger install of X2Go Server, will not install because of dependancy problems specifically with nxagent13:56
NR87z@bellflower, init Script?13:56
=== marshal0605 is now known as marshal0505
bellflowerNR87z, I'm a noob. No idea.13:56
Xat`I need a package in version 1.4. This package is not available in repo, even backports13:56
Xat`on Ubuntu 12.0413:57
NR87z@bellflower, Sec I'll try and find you some info13:57
NR87zI'd be glad to work with you on this if you need it13:57
NR87z@bellflower, Which Version of Ubuntu Are you running?13:58
NR87zhttp://pastebin.com/xFSDe1pK13:59
NR87zThanks's all13:59
bellflowerI think 14.04 LTS, 32 bit. Not sure which release but install was redownloaded yesterday, so should be latest LTS.13:59
Xat`I need a package in version 1.4. This package is not available in repo, even backports . I'm using 12.04 . This package is available from 14.04, can I use it ?14:00
NR87z@bellflower, Cool thanks. Let me do some digging.14:01
OerHeksXat`, maybe if you build it yourself. hard to say if you don't give the package name14:01
circ-user-aKoqF#wordpress14:01
aliasdTrying to scp a tarball to the server over satellite, get this error: Received disconnect from 185.53.131.56: 2: Packet corrupt14:01
bellflower@NR87z, It's Ubuntu 14.04 32 bit, running on Gnome fallback (metacity) to work on an older laptop.14:01
carl_I'm trying to configure vnc... and there's some sort of problem finding xrdb14:01
Xat`OerHeks: jq 1.4 version14:01
k1l_NR87z: your 3rd party repo is broken. tell them to fix it14:02
bellflower@NR87z, I spent most of yesterday getting the old Broadcom b4311 to work, but it is requiring those three terminal commands to enable it each time.14:02
David______Hi All, I have installed Ubuntu on virtualbox and usally I copy the text in a terminal using only the selection. but it doesn't work.. anyone have a idea?14:02
NR87z@ k1l_, how can you tell?14:02
NR87z@Bellflow and I assume you want to make a script that will run those commands on start up?14:03
k1l_NR87z: its not in the ubuntu repos. so it comes from a 3rd party repo.14:03
OerHeksXat`, maybe you can build it yourself. i would suggest to upgrade to 14.04 lts14:03
bellflower@NR87z, Correct.  ...unless any better way to automate or fix it.14:03
NR87z@k1l_, right but how do you know it's BROKEN14:03
k1l_NR87z: and its that 3rd party packages that have bad depencies. so there is nothing ubuntu can do. talk to them14:04
NR87z@bellflower https://mobiarch.wordpress.com/2014/05/16/creating-an-init-script-in-ubuntu-14-04/14:04
aliasdTrying to scp a tarball to the server over satellite, get this error: "Received disconnect from 185.53.131.56: 2: Packet corrupt" Usually at around 8mb, I tried running rsync through the tunnel but same effect, tried turning off checksum offload with ethtool, same.... Is it possible to send/resume a file transfer over ssh?14:04
NR87z@k1l_ Fair enough. I'll start looking for an alternative Solution. Thanks for your help14:04
carl_how do I copy from the terminal ?14:04
NR87zcp <Source> <Destination>14:04
carl_I want to copy and paste the error message here14:05
NR87z@Bellflower does what I sent you make sese?14:05
NR87z@Carl please use pastebin.com for that14:05
carl_it's just lines, and then I'd still not know how to copy it14:06
hateballcarl_: ctrl+shift+c14:06
hateball!paste | carl_14:06
ubottucarl_: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.14:06
carl_ty14:06
NR87z!paste | NR87z14:06
ubottuNR87z, please see my private message14:06
NR87zhmm14:06
bellflower@NR87z, Somewhat, I think. It will take me a moment to digest. More or less, type my commands in gedit, save it in etc/init.d ... then register it(?)14:07
carl_cntrl-shift-c isn't working14:12
noregreti installed and configured libnss-ldapd and i still can't resolve names in a domain.. what am i missing?14:13
DJ___womp14:13
DJ___@Bellflower got disconnected missed any message you may have sent14:13
=== haskell is now known as Guest64933
disconnectedOk guys, this is interesting14:16
disconnectedI've got Windows and Ubuntu on different UEFI partitions (one drive)14:16
disconnectedToday I've installed updates for ubuntu 15.04 and it restarted - now the only thing I can see is grub console (not the menu! I can't choose ubuntu or windows)14:16
disconnectedI can boot windows by pressing special key on my laptop to launch boot menu14:16
carl_rebooting then crying14:16
DJ___window /314:16
disconnectedwhenever I boot ubuntu I get this grub console14:16
disconnectedNow I downloaded ubuntu iso and created uefi bootable pendrive14:16
disconnectedI can boot it, I can see its grub - whether I choose "try ubuntu" or "install ubuntu" in the end my laptop restarts and goes back into grub console14:17
carl_http://paste.ubuntu.com/12999208/ if anyone wants to help me w/ my vnc setup14:20
bellflower@disconnected, I had a similar issue after trying to make a mirror copy of an external HDD. boot-repair application fixed it for me.14:22
bellflowerExcept my Grub prompt said some sort of Grub Recovery promt.14:22
bellflowerOr maybe it was grub-repair. Use a google search, my memory sucks.14:23
SkyriderI know this isn't exactly a 'teamspeak' support channel, so I'll alter the question.. Im trying to run a init.d script to run under a specific user.. but when trying to run it under another account (using sudo).. shell is asking for a password.14:23
SkyriderWhy.14:23
bellflower@Skyrider, I am interested in an answer to the same question. I need a few sudo commands to run without requesting any input.14:24
monthelllo14:25
bellflowerI am currently ready and commenting on https://mobiarch.wordpress.com/2014/05/16/creating-an-init-script-in-ubuntu-14-04/ trying to figure out how. (The Anastasia B. comment is mine.)14:25
bellflowerreading*14:26
SkyriderGood to know bellflower.14:26
SkyriderBut I also used the cmd --disabled-login at adduser.14:26
SkyriderSo... login isn't even allowed.. so why the heck for a password req.14:26
Skyriderlol..14:27
SkyriderI checked the users permissions..14:27
SkyriderIt clearly states "No password required"14:27
SkyriderYet, shell asks for a password.14:27
bellflower@Skyrider, It's likely a byproduct or conflict of the changes in user credential between what is stated in the init script and the sudo command itself.14:27
carl_there doesn't seem to be a .Xresources file ?14:28
SkyriderMaybe it has to do with the su=/bin/su line?14:28
bellflower@Skyrider, I'm still quite a noob, and this doesn't seem to be very well documented. It seems the su {username} -c should override any (sudo) credentials once the script runs.14:31
akikbellflower: su command is not directly connected to the sudo command14:32
bellflower@Skyrider, I meant, that while the script runs, it should be running as whoever is entered as "su {username}", regardless of who runs the script itself, even "sudo".14:32
Ryzzanhi there, everybody...14:32
Skyriderakik any idea why the init.d script requests a password of the user then?14:32
SkyriderI'd like to run the sh command under that user, without it asking for a password.14:33
akikSkyrider: are you running the script under which user account?14:33
Skyrideruser=teamspeak3 / while I'm under a different user atm14:33
akikSkyrider: init scripts are run by root, thus not needing the password for user joe14:33
Skyridersudo service teamspeak3 start --> Password:14:34
Skyriderteamspeak3's settings are that login is temp disabled + no password required.14:34
EriC^^Skyrider: don't use sudo, use su and it wont ask for a password i guess14:34
akikSkyrider: sudo service teamspeak3 start is asking for your own password14:34
bellflower@akik, So in my case, since it is already regarded as "root", my script could simply be the commands I would have otherwise had to enter in terminal?14:35
Skyrider*smacks head*14:35
Skyriderreally?.. I thought I already logged in.. as such I didn't expect that14:35
Skyriderlet me try14:35
Ryzzani'm trying to configure my laptop (with gnome ubuntu) on my work network... i'm setting ipv4 with address 192.168.0.119, netmask 255.255.255.0, gw 192.168.0.253, dns 192.168.0.200... when i do it on windows, everything works just fine, but not working when on ubuntu14:35
Skyriderakik: sorry mate, su: Authentication failure14:36
akikbellflower: what is already regarded as root?14:36
SkyriderIts requesting the users password14:36
Skyridernot mine.14:36
bellflowerrunning the commands via init.d14:36
akikbellflower: yes but no. if you're root, that script does not ask for the user joe password14:37
Skyridervery, very, strange.14:37
akikbellflower: init.d scripts are run by the root account, but they are just scripts which an ordinary user can try to start14:37
bellflower@akik, It is needed to run at startup, to automate and avoid user input being required. (a script to enable wifi adapter on startup).14:37
Ryzzani'm trying to configure my laptop (with gnome ubuntu) on my work network... i'm setting ipv4 with address 192.168.0.119, netmask 255.255.255.0, gw 192.168.0.253, dns 192.168.0.200... when i do it on windows, everything works just fine, but not working when on ubuntu14:38
Ryzzanis there anything i'm missing?14:38
Skyriderroot@ps410842:/etc/init.d# service teamspeak3 start --> Password:14:38
akikbellflower: during system startup, those init.d scripts are run by root user14:38
SkyriderEven when running the init.d script under root.. still asks for a password.14:39
EriC^^Skyrider: that's probably the password for the teamspeak program14:39
bellflower@Ryzzan, HAve you checked that the wifi adapter is enabled and working under Ubuntu? Some have proprietary drivers or need different configs to enable outside of Win.14:39
Ryzzan@bellflower, i'm trying to set an wired connection, not the wi-fi14:40
akikSkyrider: did you paste the teamspeak3 script somewhere?14:40
Skyrider1 sec. I'll pastebin the script I currently use14:40
akikwhat a wonderful time we'll have when trying to debug systemd authorizations14:40
Skyriderhttp://paste.ubuntu.com/12999335/14:40
bellflower@Ryzzan, It could be similar reasons for your ethernet adapter. Can you look up which adapter or chipset it uses from the Windows boot, then google - Ubuntu {your adapter} - ...to see if there may be known issues or required drivers?14:41
akikSkyrider: if you run "/bin/su - teamspeak3" as root, are you asked for a password?14:42
Ryzzan@bellflower, but it works just fine at home, when using dhcp14:42
Ryzzan@bellflower, so the problem is not adapter, probably14:42
Skyriderakik: logs me in as teamspeak3, without pass requirement14:43
suiRyzzan: can you ping your gateway? did you configure the right interface? do you have sth like a mac filter @work14:43
bellflower@Ryzzan, That sounds correct. Sounds more like a router DHCP incompatability.14:44
Skyriderteamspeak3@ps410842:~$ service teamspeak3 start --> password:14:44
Skyriderthats strange..14:44
Ryzzan@sui, gonna check it up14:44
akikskyrider: when you switched to the root account, did you use which command?14:44
bellflower@Ryzzan, Defining your LAN IP may be useful at home, but may not work with most LAN setups elsewhere. IS there a reason to specify that subnet IP instead of getting one automatically?14:44
Skyrider?14:45
Skyriderakik maybe important to share that the init.d script is a symlink14:45
akik16:38 < Skyrider> root@ps410842:/etc/init.d# service teamspeak3 start --> Password:14:45
akikSkyrider: when switching to the root account, you should always use either "su -" or "sudo su -"14:45
bindiand what about 'sudo -i'?14:46
Ryzzan@bellflower, dhcp won't work @work14:46
akiksudo -i is good too14:46
akikskyrider: when you switched to the root account, did you use which command?14:47
k1l_akik: dont use su on ubuntu. use sudo -i or sudo -s14:47
Skyridersudo -s14:47
Ryzzan@sui, pinging gw, so i'd say the right interface is configured14:47
akikold dog has to learn new tricks14:47
VanReyesEvening14:47
suiRyzzan: what's not working at all?14:47
bellflower@Ryzzan, It could be as simple as some routers using a 192.168.0.X scheme and others using 192.168.1.X scheme.14:48
Ryzzan@sui, if i had this mac filter, windows wouldn't work as well, would it?14:48
suiRyzzan: you don't get access to external websites?14:48
Ryzzan@sui, the internet14:48
decciHi14:48
Ryzzan@sui, yep14:48
noregretim' trying to resolve local machines with FQDN, so i have setup libnss-ldapd (https://bpaste.net/show/7a1ac12da3c5) but still failing, can i get help in debugging and fixing it?14:48
decciAnyone who have worked with debreator14:48
suiRyzzan: i suppose it's not on your box. is it a dual boot machine with windows on the same host?14:48
decciThe build process is taking huge time14:49
Ryzzan@sui, yep... dual boot14:49
SkyriderYa.. I'm still lost :D, even removing the symlink, make it executable, still asks for a pass.14:49
suiok, then it's the same interface with the same mac adress14:49
decciAny idea how to see what goes behind the curtains14:49
akikSkyrider: the only command you basically run is "/etc/init.d/teamspeak3 start" which translates to '/bin/su - teamspeak3 -c "cd /usr/local/teamspeak3;./ts3server_startscript.sh start"'14:49
Ryzzan@sui, and, as said, i can ping gw on ubuntu...14:49
suiRyzzan: do you need to add routes manually?14:49
montJust 6 minutes to install and run ubuntu 15.04, other distros took me over one hour, great installer14:50
Ryzzan@sui, i did it in ubuntu same way i did on windows14:50
akikSkyrider: i wonder if that ./ts3server_startscript.sh has something tricky in there. not so clean way to make a script14:50
VanReyesGood evening, I want to ask about apache2 in ubuntu. Currently, I uploading my site in amazon and I selected ubuntu 14.x for the instance. After uploading. The home page is only working (domain.com), but other pages are not working (domain.com/page1). But when I try to change it to domain.com/index.php/page1 all pages are working. How can I fix this?14:50
Ryzzan@sui, same adresses14:50
oldgrumpMy Lubuntu 15.10 system fails to fully boot after follwing these instructions: http://askubuntu.com/a/14965814:50
Skyriderlet me check14:50
Ryzzani'm setting ipv4 with address 192.168.0.119, netmask 255.255.255.0, gw 192.168.0.253, dns 192.168.0.200...14:50
suiRyzzan: if you can see your gateway and browse your internal network you have to ask someone who manages your gateway14:50
bellflower@sui, He mentioned that at work, DHCP is not available, or does not allocate IPs.14:50
oldgrumpRemoving the file allows the system to boot.14:50
VanReyesAnyone?14:51
Ryzzan@sui, actually i just saw i can't browse my internal network... but ping the gw14:51
Ryzzan@sui, "network guys" r not around today... guees i'm going to have to use windows... :(14:52
VanReyesAnyone also encounter the same problem with mine?14:52
Skyriderugh14:52
akikSkyrider: you can split the debugging in two  '/bin/su - teamspeak3' (no password asked) then as teamspeak3 user 'cd /usr/local/teamspeak3;./ts3server_startscript.sh start'14:52
SkyriderI think.. I know what's going on14:52
Skyriderthe startup script it executes, is the init.d script.14:52
suibellflower: sometimes theres no dhcp. it's uncommon, but we have the same @work14:52
SkyriderIt might loop.14:52
akikhehe14:52
SkyriderNot sure why it would ask for a password then.. maybe because it runs under a different directory..14:53
Skyriderlet me restore the original file.14:53
Ryzzan@sui, ty...14:53
Ryzzanc ya14:53
VanReyes Good evening, I want to ask about apache2 in ubuntu. Currently, I uploading my site in amazon and I selected ubuntu 14.x for the instance. After uploading. The home page is only working (domain.com), but other pages are not working (domain.com/page1). But when I try to change it to domain.com/index.php/page1 all pages are working. How can I fix this?14:53
bellflowerRe: startup init scripts, does each command need a delimiter such as ;14:53
SchrodingersScatVanReyes: did you make your apache root index.php?14:53
oldgrumpWill X fail to start if I make a typo in a configuration file?14:54
Skyrideryay!14:54
SkyriderThanks..14:54
SkyriderCouldnt believe I didn't see the loop14:54
akikSkyrider: what was it?14:54
SkyriderI used a init.d script on the internet, but the init.d script was symlinked to the executable script.14:55
SkyriderSo.. it looped.14:55
SkyriderI removed the symlink, made an original init.d script, and restored the original sh file.14:55
VanReyesSchrodingersScat: In my 000-default.conf my document root is this.14:55
VanReyesDocumentRoot /var/www/myfolder/14:55
oldgrumpShould I ask elsewhere?14:56
VanReyesin apache2.conf14:56
VanReyesonly this14:56
VanReyes<Directory /var/www>14:56
akikSkyrider/bellflower: don't worry, soon you will embrace systemd14:56
Skyrider:p14:56
SkyriderThanks, appreciate the help.14:56
SchrodingersScatVanReyes: and is it literally '/myfolder/'?14:56
VanReyesSchrodingersScat: the folder of the website files14:57
noregretI want to resolve local hosts in a domain, do i have to install libnss-ldapd? i'm on 15.0514:58
seonerwhy using ubuntu when you have debian?14:58
noregret15.10 *14:58
akiknoregret: dnsmasq is a easy solution for local dns. it uses /etc/hosts for the host information14:59
bellflower@akik, Cool! My first init.d startup script and it all works. :)15:04
noregretakik: i'm in a windows domain environment15:04
noregretakik: and just want to reach some hosts15:04
akiknoregret: could you rephrase? you're on a windows 15.05 domain environment?15:05
noregretakik: my ubuntu machine is in a network with DC and AD15:05
akiknoregret: doesn't matter in the world of tcp/ip15:06
noregretakik: and i want to reach hosts/servers by their name15:06
noregretakik: names such as svn.company.local15:06
akiknoregret: dc and ad are services for windows and in some cases for unix15:06
noregretakik: dig/host can resolve that, but not ping/firefox for instance15:06
noregretyeah i get that15:06
noregreti just want to resolve the FQDN15:06
akiknoregret: if ping doesn't reach your hosts, there are other problems15:06
noregretakik: i'm talking about resolving their names15:07
wastrelisn't there an internal dns server15:07
noregretakik: ping/firefox *don't resolve* their names, but dig/host do. get it?15:07
noregretwastrel: there is15:07
akiknoregret: dig and host make dns queries, yes15:08
noregretakik: right, and ping/firefox use NSS, right ?15:08
noregreti tried installing libnss-ldapd, but it didn't succeed, still couldn't resolve15:09
akiknoregret: ping uses the name resolver library. you might look into /etc/nsswitch.conf and /etc/resolv.conf15:09
wastrelnm-tool | grep DNS15:09
noregretakik: yes, i installed libnss-ldaps which fixed nsswitch.conf by adding ldap next to the groups15:10
noregretstill can't resolve15:10
noregretwhat else should I for ?15:10
noregretshould I look*15:10
noregretwastrel: don't have that tool15:10
akiknoregret: what does nsswitch.conf say on the hosts line?15:10
wastrelyou're not using network manager?15:10
noregretakik: hosts:          files mdns4_minimal [NOTFOUND=return] dns ldap15:10
akiknoregret: and do you have a working dns server setup in /etc/resolv.conf ?15:11
akiknoregret: lines with nameserver15:11
bellflowerRequest for opinions... What would you recommend as desktop env for an old laptop (slow and no Unity, less than 1gb ram), for somebody accustomed to WinXP ?15:11
noregretakik: no, it points to 127.0.1.1 - i read that in the newer ubuntu version, they are placed elsewhere15:11
noregretakik: the nameservers ie15:11
noregretisn't that right ?15:12
bellflower...and it's for a younger person, teenager.15:12
lotuspsychje!lubuntu | bellflower15:12
ubottubellflower: lubuntu is Ubuntu with LXDE instead of !GNOME as desktop environment, which makes it extremely lightweight. See https://wiki.ubuntu.com/Lubuntu - /join #lubuntu for lubuntu support.15:12
bellflowerI was thinking Lubuntu, but it runs so well on my newer laptop, I wasn't sure of the overhead.15:12
noregretwastrel: nmcli dev show eno1 | grep -i dns - this gives the info you're asking for i guess, right ?15:12
akiknoregret: 127.0.1.1 is dnsmasq i think. you can find out by "sudo netstat -tulpan | grep 53"15:12
noregretakik: aha, it is running15:13
noregretakik: prolly network-manager uses dnsmasq15:13
noregretbrb15:13
bruce_lee\(^_^)/ @all15:15
bruce_leeI'm root at a old vps (Ubuntu 10.04.4 LTS)15:15
bruce_leeI'm thinking about installing two different php-version on the same old vps (Ubuntu 10.04.4 LTS)15:15
lotuspsychje!eol | bruce_lee15:15
ubottubruce_lee: 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/EOLUpgrades15:15
k1l_bruce_lee: better plan an upgrade to 14.02 first15:15
thebwtbruce_lee: and that's crazy talk, better to breakt hem up with something like docker15:16
thebwtbut get off 10.04 first15:17
bruce_leethe problem is, it's not my vps, I'm only root, it's working the way it should and the client doesn't really want an upgrade15:17
lotuspsychjebruce_lee: then the client will have security issues badly15:17
thebwti mean, if they're okay with having outstanding CVEs and such, so be it15:17
SchrodingersScatand client cannot depend on support here then15:17
k1l_bruce_lee: well, it doesnt get any security updates anymore. better tell your client that before he is in the news15:17
lotuspsychjelol15:17
bruce_leeok, I see15:18
akikanybody know where dnsmasq logs its actions?15:18
quanticbruce_lee: The mistake you're making is representing to the client that security updates or upgrades to supported releases is optional.15:18
bruce_leeit's only a vps, the hosting company takes care of most of the security stuff, right?15:19
quanticbruce_lee: No. "only a vps" = "it's a server."15:20
k1l_10.04 is now 5 years old. one upgrade (or better a new install) every 5 years is ok. if you go for 14.04 now you still have support until 201915:20
lotuspsychjebruce_lee: with an eol Os system can get hacked15:20
quanticbruce_lee: Who is your VPS provider?15:20
k1l_bruce_lee: no15:20
bruce_leequantic: hosteurope15:20
quanticbruce_lee: unmanaged = updates and security are your responsibility.15:21
k1l_bruce_lee: http://www.ubuntu.com/usn/  just scroll down to see what issues get fixed all the time when it still got support. are you gonna patch the security issues yourself now?15:21
=== ahh_ is now known as _eva35_
quanticbruce_lee: Maintenance window. Upgrade your stuff.15:21
lotuspsychjebruce_lee: take the good advice from what you hear, and convince your client :p15:22
quanticbruce_lee: check pms15:22
akiknoregret: look into /var/log/syslog. you should see dnsmasq lines in there15:22
bruce_leeok, after an update to the latest ubuntu-lts, is it a good idea to run two different php-versions (5.3 + 5.5) on the same vps?15:22
akiknoregret: i think why it's not working for you is that the dns servers dnsmasq sees are not working for your queries15:22
bellflower@bruce_lee, What they said. Explain the concerns to the client, otherwise they will come blaming you if or when anything goes wrong.15:22
quanticbruce_lee: php 5.3 is also EOL and unsupported.15:22
chingawtf is with keyserver.ubuntu.com&15:23
chingawtf is with keyserver.ubuntu.com?15:23
SchrodingersScat!language | chinga15:23
ubottuchinga: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList15:23
chingaHello evrey one15:23
chingacan you  tell me is keyserver.ubuntu.com working now&15:23
chingacan you  tell me is keyserver.ubuntu.com working now?15:23
chingawhen i try to apt-add-repository, i see next:15:24
k1l_chinga: yes15:24
chingaYou are about to add the following PPA to your system:15:24
chinga More info: https://launchpad.net/~ufirst/+archive/ubuntu/php5-oldsable15:24
chingaPress [ENTER] to continue or ctrl-c to cancel adding it15:24
chingagpg: keyring `/tmp/tmpVwRO1f/secring.gpg' created15:24
chingagpg: keyring `/tmp/tmpVwRO1f/pubring.gpg' created15:24
bruce_leeok, thank you guys, I'll try to convince my client15:24
quanticbruce_lee: The correct answer in the future is "I will not support EOL releases or software." Then when they whine about it, you can remind them.15:25
chingahttp://paste.ubuntu.com/12999602/15:25
=== simran is now known as Guest59308
lotuspsychjeioria: good afternoon15:26
ioriahello lotuspsychje , how  are you doing ?15:27
lotuspsychje!discuss > ioria fine tnx :p15:28
ubottuioria, please see my private message15:28
ioriaok15:28
PeanutHi, I have ubuntu 15.10, and I would like to enable serial console. However, the 'serialconsolehowto' is about upstart, which I think is no longer used in Ubuntu 15.10?15:29
SatoshiRolePeanut: are you actually using a serial port?15:30
PeanutSatoshiRole: yes, via IPMI console redirection as I'm managing about 50 servers.15:30
SatoshiRolePeanut: Is that Intelligent Platform Management Interface15:32
PeanutSatoshiRole: correct. But my question is really, how do you start a getty on serial nowadays? It used to be in inittab, then moved to upstart, but I think 15.10 is systemd?15:32
quanticPeanut: I believe it can be done via grub.15:32
SeveasPeanut: correct, 15.10 uses systemd15:32
Peanutquantic: the Grub part I have already solved, I need the OS itself to start a terminal console once it runs.15:33
SeveasPeanut: look at /etc/init/tty1.conf, copy to ttyS0.conf and modify to your needs15:33
SeveasPeanut: err, discard that, that's an upstartism.15:35
SatoshiRolePeanut: This is The Arch Wiki, but it provided information on setting up Grub215:35
SatoshiRolehttps://wiki.archlinux.org/index.php/Working_with_the_serial_console15:35
PeanutSatoshiRole: hmm.. yes, just found that too. Looking for a way to set the baudrate now.15:35
SatoshiRolePeanut: under GRUB v1 and No systemd, i see speed=9600, and a few other references as such.15:37
ioriaPeanut, could be  of  any help  ?   http://0pointer.de/blog/projects/serial-console.html15:39
Peanutioria: somewhat, but /usr/lib/systemd/system directory (and subdirectories) do not exist.15:40
g105b_test15:40
=== g105b_ is now known as g105b
SatoshiRolePeanut: we already established that 15.10 doesn't come with systemd15:41
ioriaPeanut, without  /usr , i  think15:41
g105bHi guys, I'm logging into an old server, but the sources are all out of date (apt-get update doesn't work, provides this error message: E: Some index files failed to download, they have been ignored, or old ones used instead.) APT is trying to get maverick packages and failing. What's the best solution here to install a single package?15:41
lotuspsychje!maverick | g105b15:41
ubottug105b: Ubuntu 10.10 (Maverick Meerkat) was the thirteenth release of Ubuntu. !End-Of-Life on April 10th, 2012, see http://ubottu.com/y/maverick for details.15:41
SatoshiRoleg105b: find a .deb, or compile from source.15:42
g105blotuspsychje: I'm aware of what Maverick is, and how old it is, but I wondered if it was possible / safe to change the sources list to look at later mirrors without having to upgrade the whole server.15:42
SatoshiRoleg105b: no, it's not safe15:43
akik15.10 doesn't come with systemd?15:43
lotuspsychje!eolupgrade | g105b15:43
ubottug105b: 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/EOLUpgrades15:43
=== BOHverkill_ is now known as BOHverkill
lotuspsychjeakik: yes it does15:43
akikoh must have understood satoshirole wrong15:44
SatoshiRoleakik: no, I just may have been wrong, looking now15:44
quanticg105b: You're not going to get much other than a "you need to upgrade to a supported release." I will echo that statement.15:45
akikPeanut: look into /lib/systemd15:45
g105bquantic: SatoshiRole: lotuspsychje: thanks for your advice :)15:46
akikwhen you run systemctl enable the service files gets linked from /lib/systemd to /etc/systemd15:46
keesj_I am running 14:10 (utopic)on a few lxc-container instances and I am now trying to upgrade them. apt-get update gives me some 404 pages and apt-get dist-upgrade doesn't show me a new upgrade. I have read https://help.ubuntu.com/community/EOLUpgrades but can't find anything usefull15:47
lotuspsychje!14.10 | keesj_15:47
ubottukeesj_: Ubuntu 14.10 (Utopic Unicorn) was the 21st release of Ubuntu.  Support ended on July 23rd, 2015. See !eol, !upgrade and http://ubottu.com/y/utopic15:47
MonkeyDustkeesj_  the people in #lxcontainers can tell you how to deal with lxc15:49
mflowDoes anyone know if in photorec output a file with greater sector number means newer file?15:50
mflowDoes anyone know if in photorec output a file with greater sector number means newer file? e.g. ./recup_dir.3151/f23339992.html vs ./recup_dir.3151/f24339992.html15:50
lotuspsychjehi MonkeyDust15:51
MonkeyDustlotuspsychje15:51
lotuspsychjemflow: what are you trying to do with that15:51
mflowlotuspsychje: find out the newest version of the file I'm trying to recover15:51
lotuspsychjemflow: you cant remember how big the file was i presume?15:53
mflowlotuspsychje: I can't15:53
Valduareso upgrade to 15.04   and my hard drive is stuck read only15:53
lotuspsychjeValduare: wich version did you come from?15:53
ioriaphotorec should support list by modification date15:54
Valduare14.04 I think15:54
Valduareit was the LTS15:54
lotuspsychjeValduare: not very recommended to upgrade LTS to a non-LTS15:54
lotuspsychjeValduare: better clean install 15.04 mate15:54
Valduaretried15:54
lotuspsychjeValduare: uefi system?15:55
Valduareeven booting to ubuntu live cd it wont let me change hd partition15:55
django_hey15:55
mcphailmflow: photorec has no way of telling whether one file is newer than the next15:55
Valduareits an hp dv415:55
lotuspsychjeValduare: single boot ubuntu?15:55
Valduareya15:55
django_how do i access this file:15:55
django_https://usercontent.irccloud-cdn.com/file/d6P1ZWDN/Screenshot%20from%202015-10-29%2011%3A55%3A35.png15:56
django_from the terminal15:56
lotuspsychjeValduare: did you disable fastboot and secureboot?15:56
keesj_lotuspsychje: thanks! I was missing the "old-releases" part.15:56
lotuspsychjekeesj_: install a version from topic mate15:56
elcot_hi15:56
thebwtdjango_:  on a terminal, you'd "cd ~/Projects/"15:57
thebwtare you trying to modify it15:57
mflowmcphail: lotuspsychje so I guess I should sort the files by size and the bigger file is closer to the "truth"15:57
django_thebwt: ahh ty15:57
lotuspsychjemflow: how many of the 'same' kind of files do you have?15:57
thebwtdjango_: np15:57
django_thebwt: once im in there and  i wanna run a node mynode.js15:57
django_can i do that?15:57
mflowlotuspsychje: a few hundred15:57
SatoshiRolePeanut: akik: yep, i was wrong Ubuntu went to systemd on 15.0415:58
mflowlotuspsychje: for some files only a dozen15:58
thebwtumm, not sure try "node nightmare-test.js"15:58
lotuspsychjemfisch: what extension?15:58
mflowlotuspsychje: .txt, .php15:58
mcphailmflow: not necessarily, as the files might not be complete15:58
Valduarelotuspsychje: I havnt touched those15:59
lotuspsychjemflow: maybe sort by filetypes already in nautilus15:59
Valduarejust peeked in bios didnt see anything about them15:59
lotuspsychjeValduare: whats the default Os on your machine?15:59
ValduareI only have ubuntu15:59
lotuspsychjeValduare: yes but before that15:59
Valduareprob win 715:59
lotuspsychjeok16:00
lotuspsychjeValduare: locked partition in ubuntu setup sounds like something blocking in bios16:01
lotuspsychjeValduare: you sure you cant see anything related to uefi?16:01
Valduaregparted I select the partitions and delete them and refresh and they are there again16:01
Valduarethis dv4 is prob uefi  how do I check16:01
lotuspsychjeValduare: official website16:02
lotuspsychjeValduare: check in bios, if you find uefi/legacy16:03
Valduarelooks like bios16:03
Valduaredmesg | grep “EFI v”  lists nothing16:03
=== zengine_ is now known as zengine
lotuspsychjeValduare: goto bios physically16:04
Valduarebios version F.2416:05
lotuspsychjeValduare: check if find something uefi/legacy16:06
velenohi. on a LTS 14.04.03 i can’t apt-get update, it’ stuck with: “root@ubuntu:/home/ubuntu# apt-get update16:09
veleno0% [Connecting to ch.archive.ubuntu.com (130.59.10.36)]”16:09
velenoi can ping the IP16:09
lotuspsychjeveleno: did you add ppa's of any kind?16:10
velenolotuspsychje:16:10
velenono16:10
lotuspsychjeveleno: wich country are you?16:10
velenolotuspsychje: switzerland16:10
Valduarenothing16:11
velenothis is hte content of sources.list https://gist.github.com/vschiavoni/fa2453aa50f3a611dda916:11
lotuspsychjeveleno: ask in #ubuntu-mirrors for know swiss issues16:11
=== aeonchild is now known as aeonskelton
velenolotuspsychje: doing that, thanks16:12
lotuspsychjeveleno: you could try other sources perhaps16:13
lotuspsychje!sources | veleno16:13
ubottuveleno: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.16:13
Valduarelotuspsychje: its almost like the drive wont accept writes   and anything you write just goes into ram and is lost16:14
lotuspsychjeValduare: not sure mate, but something must block it16:14
Valduarejust ran dist-upgrade and it installed next version of kernel16:17
TJ-Valduare: many BIOS/firmware have a Boot Sector Virus Protection option, which tries to prevent sector 0 being changed, but that shouldn't be able to intercept an operating system16:17
Valduarereboot and none of the updates are there16:17
Valduarepoking around in recovery mode now16:18
Valduaredoing fsck16:18
TJ-Valduare: do we have a pastebin of "parted /dev/sda unit s print" anywhere?16:20
SatoshiRole!list16:20
ubottuSatoshiRole: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».16:20
lotuspsychje!factoids | SatoshiRole looking for this?16:21
ubottuSatoshiRole looking for this?: Hi! 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 botclone16:21
Valduareno16:21
Valduarethis is a kingston ssd16:25
Valduaresmart test says its ok16:25
syeekickcould i add a scanned folder to plex that will point to a spearate nas?16:25
syeekickand update the libary with the filse on the nas16:26
bhavikhey ! i cannot install anything16:28
g105bHi guys, my server has had an SFTP-jailed user on it for a while. They log in and can only see their home directory. Now I want to be able to allow them access to another directory on disk - can I use a link for this? If so, how would I do this?16:28
TJ-bhavik: well done! You can't break anything either, then :)16:28
k1lbhavik: please show a "sudo apt update" in a pastebin16:29
lotuspsychjeValduare: did you put own ssd in your machine?16:29
TJ-k1l: what's the betting ... 14.10 ?16:29
k1lyep16:29
* OerHeks goes for 9.0416:30
k1lits kind of really astonishing how much users are out there still running 14.1016:30
lotuspsychjeits maverick16:30
TJ-Valduare: can you do "pastebinit <( sudo parted /dev/sda unit s print )" ?16:30
TJ-k1l: not really; I have lappies merrily still using 13.04 :)16:30
k1lo_O16:31
mcphailk1l: it is quite pleasant to not be bothered by updates all the time...16:31
lotuspsychjeg105b: you just came here to ask us another issue on maverick16:32
Valduarepastebin.com/8FcmeULt16:32
g105blotuspsychje: sorry for the questions, I have only just got round to going through my low priority todos for old servers.16:33
Seveasg105b: running releases that still get security updates is *not* a low-priority task16:37
mcphailg105b: your user will probably be able to access any directory using Shellshock, or similar, anyway16:38
g105bSeveas: I am aware of that, but I'm poor and can't help accepting to help people with old servers.16:38
=== chuckfinley is now known as ChuckIRC
lotuspsychjeg105b: not very helpfull when system got hacked16:38
g105bI'll try and persuade them to upgrade things.16:39
TJ-Valduare: so /dev/sda1 is the root file-system?16:39
ValduareTJ-: ya16:39
lotuspsychjeValduare: is your bios set from IDE to AHCI?16:39
TJ-Valduare: how are you determining that updates haven't 'stuck' ?16:40
Valduareno settings in bios for ahci or ide16:40
quanticg105b: you're the second person I say this to. Proper security updates/upgrades need to not be treated as optional or low priority.16:40
Valduarecause when I reboot it wants to run the same updates16:40
lotuspsychjeValduare: you have a very weird bios mate...16:40
Valduareand the same files are re-downloaded in dropbox16:40
=== darkdevil is now known as wtf
=== wtf is now known as darkdevil
ChuckIRCanyone dual booting 15.04 and windows 10?16:48
TJ-Valduare: "pastebinit /var/log/apt/history.log"16:49
ValduareI should be able to pop in live cd and do fresh install shouldnt I?16:49
Valduarewonder if there is something wrong with the SSD16:50
k1lChuckIRC: some are16:50
TJ-Valduare: no point doing that until you've found out what is going on16:50
lotuspsychjeValduare: if you have ssd, there must be a bios option AHCI somewhere16:50
wehdedoes anyone have a good tool for managing 70+ ubuntu machines that isn't landscape?16:51
ValduareInsydeh2O Setup Utility (bios)   rev 3.516:51
ChuckIRCis it possible to have 2 different boot menus16:51
wehdelooking for a open source program16:51
Absolute0I did a sudo apt-get update/upgrade yesterday and ever since my ubuntu box keeps crashing; how can I diagnose the problem? /var/log/faillog is a binary file...16:51
Absolute0what can I look for in syslog?16:51
lotuspsychjewehde: the #ubuntu-server guys might know a tool16:52
wehdelotuspsychje, thanks, ill ping them16:52
lotuspsychjewehde: 70 ubuntu machines sound like a nice project16:52
thebwtwehde: supposedly spacewalk can do some stuff16:52
thebwtwehde: and I've found that it can do -some- stuff16:53
thebwtthat may be the direction to go, esp if you are also managing a bunch of centos16:53
wehdethebwt, spacewalk seems like its very geared towards redhat distros16:53
ChuckIRCwhen i bootup windows is my default so i get the nice graphical screen with the 2 choices. when i choose win10 it boots right in. But when i choose ubuntu it restarts the computer all the way to the bios screen and i have a completely differnt grub menu. is there a way to fix it from not restarting and just boot right into ubuntu16:53
lotuspsychjeAbsolute0: wich version of ubuntu?16:53
thebwtwehde: it is, but..16:53
* thebwt is grabbing links16:53
Absolute0lotuspsychje: 14.04.316:53
lotuspsychjeChuckIRC: you can make you life easy and single install ubuntu16:54
wehdethebwt, not really looking to hack something together16:54
lotuspsychjeAbsolute0: dmesg and syslog could be usefull16:54
thebwtwehde: I understand, there just anything premade for ubuntu outside of landscape atm (looking to do the same for a similar scale)16:54
Absolute0lotuspsychje: what can I search for in syslog?16:54
thebwtjust isn't anything*16:54
Absolute0lotuspsychje: is nvidia the problem? I saw it on some blogs...16:55
lotuspsychjeAbsolute0: anything unusual, grafix could be yes16:55
lotuspsychjeAbsolute0: can you remember wich driver you have active?16:55
helpmeoutHow can i symlink python2.7 to python?16:55
ChuckIRClotuspsychje, maybe one day. but as for now. my partner doesnt know/refuses to learn another OS. So dual boot is the only option16:55
Absolute0lotuspsychje: define unusual16:55
helpmeoutSo when I run python, it will launch 2.7 instead of the system python16:55
wehdethebwt, i'm seriously considering developing something on github to create a web management system for this type of stuff16:56
lotuspsychjeAbsolute0: errors, whoopsie, module not loaded,firmware bugs,etc16:56
lotuspsychjeAbsolute0: wich driver and grafix card plz?16:56
thebwtwehde: yea, the need is getting there as ubuntu gets corporate adoption picks up, but canonical's business model doesn't.16:57
Absolute0lotuspsychje: http://dpaste.com/2HTT6ZE16:57
Absolute0lotuspsychje: I thought chrome was the problem, but then I switched to opera and the same thing was happening16:57
lotuspsychjeAbsolute0: check card with sudo lshw -C video please16:58
TJ-helpmeout: update-alternatives manages the default versions of applications where multiple versions are installed16:58
ChuckIRCso i guess my question is. Is there a way to take off ubuntus GRUB menu without causing any errors booting up16:58
Absolute0lotuspsychje:  product: GK106 [GeForce GTX 660]16:58
lotuspsychjeAbsolute0: tryed another driver from your additional drivers list?16:59
lotuspsychjeChuckIRC: we would reccomend grub, but ask in ##windows if they know something else to manage17:00
TJ-ChuckIRC: it sounds like you've got 2 sets of GRUB installed, and the first is chainloading the 2nd17:00
zubuntuhello17:00
zubuntueverybody17:00
zubuntui am having an issue on ubuntu 15.0417:00
zubuntucan somebody help me?17:01
Absolute0lotuspsychje: not crashing yet... maybe installing nvidia-current was the fix...17:01
zubuntui installed gnome session fallback17:01
zubuntuthen dragged terminal icon on to desktop17:01
slhawkinsChuckIRC: Are you trying to use the Windows bootloader instead of Grub?17:01
zubuntubut it doesnt appear there17:01
TJ-ChuckIRC: that, or if you're seeing the UEFI POST again because GRUB is handing back to the firmware17:01
zubuntuit is hidden17:01
zubuntuhow can i make it appear?17:01
zubuntuother apps icons working good17:01
zubuntujust terminal doesnt appear17:01
TJ-ChuckIRC: If it is a UEFI system, both Windows and Ubuntu should be in the firmware's boot-menu, and GRUB shouldn't be managing anything but Ubuntu17:02
zubuntuhello?17:02
ChuckIRCTJ-, yes. its just super annoying that it reboots itself into grub and having to choose ubuntu again.17:03
zubuntusomething is going wrong with the ubuntu17:04
zubuntu:S17:04
TJ-ChuckIRC: sounds like you need check the GRUB configuration once its booted in Ubuntu17:04
zubuntui just wanted to click on time and date setting by clicking on the time at right-top17:04
zubuntuit didnt response17:04
zubuntuhello?17:05
=== compdoc_ is now known as compdoc
gregf_hello17:12
gregf_ah - nevrmind. sudo apt-get clean fixed it :|17:15
Humorousone_ok so, I've been having big graphical issues with this laptop17:21
bviktori'd like to install packages via scripts, but a certain package has some post-install config (ncurses i think). how can i provide answers to those questions via the script?17:21
Humorousone_I've been trying out a different AMD driver, and it crashed my machine, so I uninstalled it via root shell in recovery mode17:22
Humorousone_it kept crashing my machine prior to reaching the logon screen17:22
Humorousone_now each time it boots the ubuntu logo is low-res text, and it shows some garbled text on screen before becoming wierdly corrupted, and the logon screen loads.17:23
Humorousone_performance is now worse than it was with nomodeset17:23
=== benjamin_ is now known as Guest51725
=== erwa is now known as Electronisse
drownhowdy all17:23
Humorousone_any suggestions on how to fix this? Short of reinstalling?17:24
Humorousone_I have to say, even though it probably isn't entirely it's fault, ubuntu isn't leaving a good impression on me so far.. >.>17:25
NR87zIs the Community avaialable to answer some questions About the Latest Ubuntu Server?17:25
drownwhat's your question17:26
mcphailHumorousone_: still causing problems?17:26
NR87zI'm wondering what draw backs y'all see migrating from Debian 7 to Ubuntu Server 15.10, How is application Support? I need things like X2Go, Java 8, and Would like to switch to Ubuntu.17:26
Humorousone_yep mcphail17:26
NR87zNamely For running Jira, Confluence, Apache, and mail server in the Short term17:27
Humorousone_I might actually just have to reinstall windows 7 >.>17:27
mcphailHumorousone_: are the windows still flashing?17:27
Humorousone_wait for possibly a CCC driver update from amd17:27
Humorousone_not anymore.. but it's running like it's on nomodeset17:27
Humorousone_even slower in face17:27
mcphailHumorousone_: low res?17:27
Humorousone_fact17:27
drownwhat is your reason from moving from Deb?17:28
Humorousone_nope17:28
Humorousone_the startup screen is low res though. all text17:28
mcphailHumorousone_: what driver are you using now?17:28
Humorousone_Xorg driver17:28
Humorousone_although it's tanked performance17:28
NR87zThere is a lot of documentation out there. And Certain Applications I need like X2Go Are broken in Deb 7 at the moment17:28
mcphailHumorousone_: radeon or mesa driver?17:28
Humorousone_mcphail: could you elaborate?17:28
Humorousone_I believe i'm using radeon17:29
mcphailHumorousone_: can you install "mesa-utils" then run "glxinfo | grep direct" to see if it says yes or no17:29
drownI'd recommend using 14.0417:30
drownUbuntu is of course Debian based,17:30
drownthe LTS versions are based on Debian Stable17:31
Humorousone_mcphail: "X error of failed request (integer parameter out of range)..."17:31
Humorousone_0_o17:31
NR87zBut The Repositories are different correct? They contain packages tested with the LTS and should be stable and working17:32
mcphailHumorousone_: very odd... Do you have a file called /etc/X11/xorg.conf?17:32
drownWell a lot of packages in Ubuntu are from Deb Unstable as well17:33
drownbut they're conservative about migrating them to Ubuntu,so it's possible that the X2go will be a working one.17:33
Humorousone_mcphail: I have an Xorg.conf.failsafe17:33
charlesmaxany recommendations on formatting a drive to read/write both from mac and ubuntu (and backup mac with time machine on)? The internet is all over the place on that question17:33
Humorousone_but no xorg.conf17:34
mcphailHumorousone_: good17:34
drownJava 8 should be available.17:34
mcphailHumorousone_: what is the native resolution of your screen?17:34
NR87zYeah cause to run some Jira tools I have to have Java 1.8+ and ended up having to install oracle java on my VPS17:35
Humorousone_1368x76817:35
NR87zI guess I will test in a VM17:35
=== haz is now known as PHD_AWH_1
VO2WB-Brandin-NLHello, I am running Ubuntu Server and I can't remove or install any programs without seeing this message: E: The package pop-before-smtp needs to be reinstalled, but I can't find an archive for it. ... is there a way to get rid of this?17:35
TJ-VO2WB-Brandin-NL: "sudo dpkg --purge pop-before-smtp"17:36
VO2WB-Brandin-NLTJ- This is what I now get: http://pastebin.com/pLgYEn0n17:37
=== Chetic_ is now known as Chetic
mcphailHumorousone_: aargh. That's an awkward size as there won't be a built-in edid file for it17:38
EvilCorp_IT_TechWhat is the latest LiveCD Out today?17:38
TJ-VO2WB-Brandin-NL: try "sudo dpkg --configure pop-before-smtp"17:38
VO2WB-Brandin-NLOK17:38
VO2WB-Brandin-NLSame error shows up/17:39
TJ-VO2WB-Brandin-NL: looks like something bad happened somewhere17:39
OerHeksEvilCorp_IT_Tech, see /topic17:39
TJ-VO2WB-Brandin-NL: "sudo apt-get --reinstall install poop-before-smtp"17:39
Humorousone_mcphail: I think doing a reinstall at this point would be the easiest thing to fix17:39
EvilCorp_IT_TechSorry17:40
TJ-VO2WB-Brandin-NL: typo pop not poop :p17:40
Humorousone_mcphail: I have very few programs install right now, so I might do that.17:40
VO2WB-Brandin-NL:) OK17:40
mcphailHumorousone_: I wonder if you still have some of the proprietary driver installed. Did you run "sudo apt-get remove --purge fglrx*"?17:40
VO2WB-Brandin-NLNow it is telling me my original message ==> E: The package pop-before-smtp needs to be reinstalled, but I can't find an archive for it.17:40
drowni was going to suggest testing with vm17:40
TJ-VO2WB-Brandin-NL: Ahhh, so from a PPA maybe?17:41
drownI love Ubuntu,I find it very reliable17:41
drownand stable17:41
VO2WB-Brandin-NLI don't recall adding a PPA. Is there a way I can find out what PPA's are on my system?17:41
drownas far as Linux goes,it's given me the least problems of any distro,and in a headless environment those problems aren't even relevant17:41
TJ-VO2WB-Brandin-NL: which ubuntu release is that? "cat /etc/issue"17:41
VO2WB-Brandin-NLUbuntu 14.04.3 LTS17:42
drownthey mostly were Display manager issues17:42
Humorousone_mcphail: I'll try runnign that.17:43
Humorousone_done17:45
Humorousone_mcphail: If it starts crashing again, I'll just reinstall windows 7 with the bootable usb i made earlier17:46
Humorousone_reinstall it with the OEM code.17:46
howudodatneed some help figuring out why my wife's computer (ubuntu 15.04 / gnome 3.16) goes into power save / suspend even though she is actively using it and power save is disabled in settings.  I have tried with a plain usb keyboard that has no power / media keys, and it does the same thing.  The computer is a dell xps 27 all-in-one desktop17:48
Humorousone_mcphail: I've run that command. I've just noticed that the only resolution avaliable in the resolution options is my current one, and it's listed twice17:49
Humorousone_odd..17:49
lotuspsychjehowudodat: check syslog for acpi errors17:49
mcphailHumorousone_: have you rebooted?17:49
Humorousone_mcphail: I will try that now17:49
Humorousone_mcphail: I will try that now17:50
Humorousone_brb17:50
enshi folks. i currently have a surface pro 3 with ubuntu installed to an SD card, which17:51
daftykinsens: which...?17:51
ensi boot into using the refind bootloader. i'm looking to transplant it onto the main disk17:51
Terminator1560Hello can u guys help me with an unknown host problem when i try to ping google or sonethibg im using ubuntu 15.1017:51
daftykinsens: messy. maybe clonezilla can help you17:52
daftykinsTerminator1560: wifi adapter that wasn't supported out of the box, or wired?17:52
Terminator1560Wifi17:52
daftykinsTerminator1560: do you get an IP from DHCP successfully? run "ip a" in a terminal17:52
Terminator1560What do i type in17:53
ensdaftykins: oh that looks cool17:53
daftykinsTerminator1560: the bit in the double quotes i typed above.17:53
daftykinsens: although if you can boot a live session of ubuntu from a flash drive at the same time as have that SD card in, you could just partition and copy the data over of the install17:54
daftykinsthen sort a bootloader and clean up17:54
one00handedis there a reason ubtuntu 14.04 LTS wouldn't be writing a syslog?17:54
ensdaftykins: that would really probably be my first choice, the only problem is things like fstab and whatnot reference the uuids17:54
ensone00handed: df -h and check for full filesystems?17:54
Terminator1560To much stuff going on here17:54
daftykinsTerminator1560: in this channel? just be sure to read all highlights and preface every line with the user you're talking to. simples.17:55
ensdaftykins: it looks like that clonezilla tool actually specifically handles that kind of transplanting though17:55
daftykinsja it's pretty neat17:56
Terminator1560So i do get responses looking up an ip just not the actual websites17:56
ensi have a windows partition on the main disk i don't mind nuking so here goes17:56
one00handed@ens no, everything is running good - just no syslog file. i'm trying to find logs from my cron jobs and can't find anything for cron and the syslog log file isn't there either17:57
Humorousone_mcphail: I'm back17:57
mcphailHumorousone_: any better?17:57
Humorousone_mcphail: It resolved the performance issue... to a certain extent. but now the flashing is back17:57
Humorousone_mcphail: We're back at where we were this morning ;)17:57
mcphailHumorousone_: what does "glxinfo | grep direct" tell you now?17:58
Humorousone_mcphail: it returns yess17:58
daftykinsTerminator1560: so you get IPs from "nslookup google.com" for example?17:58
mcphailHumorousone_: good. Now, do you know how much VRAM you have?17:58
Terminator1560But when i go ti windows i can surf fine just when i go to linux i cant get the unknown host when i ping and cant surf the web or install anythibg and yes17:59
Humorousone_I think it's 512Mb.. but i'm not sure17:59
daftykinsens: if you have a large enough storage device you could just image up the entire disk too before trying17:59
=== Remi-Datadog is now known as keich
Humorousone_Terminator1560: What computer are you using?17:59
Terminator1560Hp laptop17:59
Humorousone_Terminator1560: and this is a dual boot?17:59
daftykinsTerminator1560: alright, if you type "ip route" does it correctly state the IP of your router e.g. "default via 192.168.0.1 dev wifi0" or similar?18:00
Terminator1560Yes18:00
Terminator1560Yes18:00
daftykinscan you ping the router ok?18:00
daftykinsTerminator1560: and as i said, type the name of the person you're talking to before your replies. you can tab complete them too18:00
Terminator1560Daftyking would be talking to you18:01
ensdaftykins: true that, i think micro$oft let me redownload the win8.1 image if i just insert serial number to their website from the back of the surface pro though18:01
ensso no biggy.18:01
mcphailHumorousone_: try "grep Memory  /var/log/Xorg.0.log"18:01
ensi just make sure the EFI partition doesn't get nuked and i can always just boot to existing SD card i suppose18:01
Humorousone_mcphail: trying it now18:02
jdfoote\exit18:02
motaka2daftykins: Hello18:02
Humorousone_mcphail: is this supposed to return anything?18:02
motaka2daftykins: Do you remeber my problem ?18:02
daftykinsmotaka2: oh you again.18:03
Humorousone_mcphail: Linux newbie here :P18:03
daftykins;)18:03
Terminator1560Daftyking all your questions you asked me are yes i can ping my router just fine18:03
daftykinsmotaka2: err, nope kinda gone blank again. what progress have you made?18:03
motaka2daftykins: If you are busy I wont bother you again18:03
hhuHello. Is "Unity 8" from Software Center OK?18:03
mcphailHumorousone_: try "grep -i memory /var/log/Xorg.0.log" then18:04
Humorousone_still returns nothing18:04
daftykinsTerminator1560: try this and enter custom DNS such as google (8.8.8.8) or OpenDNS (208.67.220.220) http://askubuntu.com/questions/2321/what-is-the-proper-way-to-change-the-dns-ip18:04
Humorousone_mcphail: are you trying to view it?18:04
motaka2daftykins: I burned an ISO on USB memory , but when it comes to the menu, sometimes the keyboard doesnt work and when the keyboard works and I select use ubuntu without installing nothing never happens18:04
daftykinsmotaka2: oh yeah that one, you never came back after setting off to try another keyboard, i believe i mentioned at the time that i had no other ideas than for you to poke around your BIOS more.18:05
daftykinsmotaka2: ah so it's intermittent, so did you try nomodeset when that situation comes up?18:05
mcphailHumorousone_: sorry?18:05
Humorousone_mcphail: Are we trying to view the xorg log with that command?18:06
Humorousone_sorry if I'm being unclear ;)18:06
motaka2daftykins: I used another keyboard and the problem presited and also when using USB nonemode set is not available18:06
mcphailHumorousone_: just trying to see if your xorg log has been kind enough to tell us how much vram you have :)18:06
Humorousone_oh, alright18:07
=== klaus is now known as Guest4120
daftykinsmotaka2: that is not true, the F6 menu should still be there.18:07
motaka2daftykins: using usb no FX shortcuts available18:07
mcphailHumorousone_: I'm wondering if your flashing windows are because compiz does not have enough vram (or if the driver is not accelerating compositing). What issues were you having on Windows?18:08
sharkHello! I can't see any PGP keys I create in seahorse (15.10), any suggestions ?18:08
Humorousone_very slow animation speed when some drivers were installed18:08
mcphailHumorousone_: is there an option to increase vram in your BIOS? Could be the same problem...18:08
Humorousone_mcphail: I believe the basic drivers worked fine, but windows update kept installing the CCC over them18:08
daftykinsmotaka2: do you get white text on a black background instead of the previous purple logo boot style?18:08
Humorousone_mcphail: I don't think so.18:08
Humorousone_mcphail: windows 7 worked fine though18:09
Humorousone_mcphail: the issues really started when I upgraded to W1018:09
motaka2daftykins: I dont remeber let me check again18:09
mcphailHumorousone_: yes - the basic colour scheme might not need much VRAM, but a desktop with fancy effects would18:09
mcphailHumorousone_: just a hunch...18:09
Humorousone_mcphail: would the effects on unity use more VRAM than the windows 10 effects?18:10
mcphailHumorousone_: yes18:10
Humorousone_mcphail: hmm...18:11
Humorousone_mcphail: and btw, I found two lines in the xorg log relating to VRAM18:11
mcphailHumorousone_: check to see if the windows flash when running openbox. "sudo apt-get install openbox"18:11
Humorousone_mcphail:  [    31.200] (II) RADEON(G0): mem size init: gart size :1fdde000 vram size: s:20000000 visible:1f9a100018:11
Humorousone_mcphail: [    31.165] (II) RADEON(0): mem size init: gart size :1fdee000 vram size: s:14000000 visible:1388700018:11
daftykinsHumorousone_: using the open source driver will naturally be slower with hardware accelerated DE features.18:11
mcphaildaftykins: I think the proprietary drivers failed, and newer drivers failed on Windows as well18:12
daftykinsmcphail: ah right. are we talking APU/onboard/hybrid?18:13
mcphaildaftykins: onboard18:13
daftykinsso chipset based huh?18:13
Terminator1560Daftykings stilk unknown host problems18:14
mcphaildaftykins: sounds like it. My old socket939 board would play up unless I cranked up the vram18:14
daftykinsTerminator1560: did you set it then reboot or?18:14
daftykinsTerminator1560: i take it this is firefox and you haven't tried to set up any proxy config with it?18:14
daftykinsHumorousone_: what's the lspci entry for this adapter?18:15
mcphailHumorousone_: try openbox, to test things. I don't think an openbox session uses any compositing at all18:15
Terminator1560Reboot the the pc u mean and no i dont use proxy daftykings18:15
* daftykins dons a crown18:15
daftykinsTerminator1560: that would be what a reboot is, yes18:15
Terminator1560I didnt know if u ment the actuall router or not18:16
daftykinsi'd have said so18:16
Terminator1560Daftykings is all i need to put in is 8.8.8.818:17
Humorousone_daftykins: I'm not sure.. could I find that in the syslog or the xorg log?18:17
daftykinsTerminator1560: yes and that's not my nick ;)18:17
daftykinsHumorousone_: type "sudo apt-get install pastebinit && lspci | pastebinit" then share the link here18:18
mcphailHumorousone_: actually, looks as if you have plenty of vram...18:18
Terminator1560What if this dont fix it18:18
daftykinsTerminator1560: then we'll cross that bridge when we come to it18:18
Terminator1560Alright18:19
motaka2daftykins: This time it locks on all menu page18:19
Humorousone_mcphail: does unity start upon loading the login screen18:19
daftykinsfault finding is a process of elimination, i won't sit here and give you 50 things to try back to back :)18:19
Humorousone_mcphail: Because it flashes there too18:19
daftykinsmotaka2: i just asked you to mention what it looks like :)18:19
motaka2lemme take a pic18:20
daftykinsmotaka2: nah just compare it to...18:20
Terminator1560Now it doesnt wanna connect at all daftyking18:20
daftykinshttps://www.thomas-krenn.com/de/wikiDE/images/thumb/7/7f/Ubuntu-12.04-UEFI-Boot-02-Rescue-a-broken-system.png/300px-Ubuntu-12.04-UEFI-Boot-02-Rescue-a-broken-system.png18:20
daftykinsTerminator1560: type "lspci" and tell me what your wifi card is18:22
Humorousone_mcphail: i think i'll have to roll with this flashing issue for a while18:22
motaka2daftykins: mine is not like this but I have burned 14.0418:22
Terminator1560Nvm but still doesnt work18:22
daftykinsmotaka2: do you have the 'test memory' entry?18:23
Humorousone_mcphail: I'll stick with ubuntu for a few more weeks. If by then I haven't resolved it, I'll switch to w7/w1018:23
motaka2daftykins: Yes I do but the keyboard doesnt navigate to it18:23
motaka2daftykins: If i  use the test memory of the DVD it works18:24
daftykinsmotaka2: didn't you say you were going to take this system to a shop last?18:24
Canonlooking for an answer to this question: would like to scp files to new location then mv original file to new folder - using - scp file* user@ip:/home/user/Documents/foldername/18:24
daftykinsmotaka2: ok, did we do a memtest already? i forget.18:24
Terminator1560Can any one help18:24
CanonTerminator1560: catch me up18:25
daftykinsTerminator1560: i asked you for information, can you provide it?18:25
Terminator1560What do u need18:25
daftykinsTerminator1560: i need what i asked for, the name of your wireless card from "lspci" in the terminal18:25
howudodatlotuspsychje: ok, this took a while.  still not sure the cause.  syslog rotated on awake from suspend, but all ACPI messages are posted here: http://pastebin.com/gWqxE14v18:25
motaka2daftykins: Yes, but i didnt and I thought they would say to test the hard drive they have to format it. I think I ran mem test once but I dont remeber if I let that finished or no18:25
BluesKajHumorousone_, threatening to go back to windows if some problem doesn't get resolved by your schedule won't speed up the fix ...so good luck on windows  ;-)18:25
daftykinsCanon: 15.10 install, likely bad wifi driver, receives IP info and resolves domain names via nslookup apparently, but cannot browse online18:25
Humorousone_BluesKaj: sorry if it sounded like a threat18:26
daftykinsmotaka2: but that's rubbish, nowhere would format a drive to test it.18:26
Canonya, thats what it sounds like18:26
motaka2daftykins: Then I will take it on Saturday18:26
Humorousone_BluesKaj: I appreciate the help, it's just I have to switch to something else if I can't get it to work properly.. I have to start using android studio soon for my A levels18:27
=== frecel_ is now known as frecel
Humorousone_I didn't intend for anything to sound like a threat, sorry18:27
Terminator1560RTL8188EE WIRELESS NETWORK ADPTER18:27
BluesKajHumorousone_, I just joined . perhaps you could repeat your issue18:27
Terminator1560DAFTYKING18:27
swenzelanyone using ubuntu 15.10 also having problems with installing python packages for specific versions with "pip3.x" ?18:27
daftykinsTerminator1560 + Canon - bleh - realtek adapter.18:27
daftykinsTerminator1560: i'm not a King!18:28
mcphailHumorousone_: I don't think the login screen uses compositing, so that _is_ odd18:28
Terminator1560My bad daftykin an no18:29
Humorousone_BluesKaj: I've been having what are probably driver issues with my laptop. By default, my screen flashes every few seconds, and in the log indicates something to do with graphics settings?18:29
* m3n3chm0 nasZ18:29
BluesKajHumorousone_, ok which gpu?18:29
daftykinsmotaka2: tell you what, disconnect your hard disk and see if you can boot the live media any better without it in.18:29
Humorousone_I made a thread on askubuntu with details, I'll get that for you18:29
motaka2daftykins: would that work without hard?18:30
Humorousone_BluesKaj: http://askubuntu.com/questions/690658/screen-flashes-white-every-few-seconds-15-10-hp-dv618:30
daftykinsHumorousone_: er did you find your graphics hardware from 'lspci' yet?18:30
daftykinsah that's your post huh?18:30
daftykinsoh it's one of those laptops with two, oh dear.18:31
Humorousone_daftykins: yeah. I didn't actually realise before18:31
Terminator1560Did you get that daftykins18:31
Humorousone_daftykins: this laptop is second hand :P18:31
daftykinsHumorousone_: that'll definitely be raining on your parade18:31
Humorousone_daftykins: *hurricane18:32
daftykins:D18:32
Humorousone_;)18:32
daftykinstrue, that18:32
binary01hi all, im and trying to connect my motorola buds bluetooth headset to my ubuntu laptop and it was working for a few minutes but not anymore. Does anyone know if this is a bug?18:32
Canonhow can i scp a file then move it after copy to a new location18:33
=== quantum is now known as Guest56151
daftykinsCanon: scp file user@host:/path/where/i/want/it/.18:33
motaka2daftykins: DISK BOOT FAILURE INSERT SYSTEM DISK AND PRESS ENTER18:34
Guest56151is it possible to run windows on a seperate account while having ubuntu on the admin account?18:34
Canonim using scp file to usr@ip:home/user/Doc   then i want to move the coppied file to a different location18:35
daftykinsmotaka2: well yeah, there's no disk - so you need to press a key for a boot menu now and select your media to boot.18:35
daftykinsGuest56151: no you can't run two OSs at once on the same hardware, your only choice is something like virtualbox.18:35
motaka2daftykins: Boot from CD  :18:35
daftykinsbut we know the CD was kinda bad18:35
BluesKajHumorousone_, if your screen is showing the same behaviour on windows and ubuntu I suspect you have a hardware problem with you gpu, unless W7 runs ok18:36
daftykinsmotaka2: i feel like when i help you, you unlearn everything from the previous time?18:36
Humorousone_BluesKaj: it wasn't the same behaviour per se. It was just poor performance on particular drivers on windows 1018:36
daftykinsCanon: you need to specify the target path as i say, with a trailing period: .18:36
ensdaftykins: thanks for the tip. just went through the clonezilla gui and about to copy now. this tool is sweet.18:36
daftykinsens: :D18:36
Humorousone_daftykins: Thing is, it seemed to work without a hitch on windows 7 as far as I could see, that's why I said I'd go back18:37
Terminator1560Daftykins did u get my info or is any one else able to help me please18:37
daftykinsTerminator1560: yes i've just been juggling 3+ people so it took a moment, 15.10 you said you put on?18:38
Canonbutt after the file is coppied i want it to be moved to a new location18:38
daftykinsHumorousone_: yeah Windows handles those funky graphics setups better18:38
Terminator1560Yes18:38
daftykinsCanon: why don't you just put it in the correct place the first time with the command?18:38
daftykinsCanon: anyway, if you MUST do it in two steps, you have to SSH in and move it.18:39
Humorousone_daftykins: BRB, ordering a windows 95 install CD18:39
Humorousone_or floppy18:39
daftykinsi have 95 OSR2 here for you o/ got the Weezer music video and everything18:39
motaka2daftykins: I disconnected the hard and I I put the DVD in cd rom and from the menu I selected try without installing and it eneded to a balnk black page18:40
daftykinsmotaka2: yeah now try nomodeset again *and* the flash drive18:40
Humorousone_daftykins: The thing is.. It happens on and off.. If I sleep my PC, and wake it up again, the settings loops appears to stop18:41
Humorousone_it happens later on sometimes, but it stops18:41
motaka2daftykins: ok18:41
daftykinsTerminator1560: when you installed, was it from USB flash drive? was wifi perfect there?18:42
Terminator1560This stuff is so confusing sometimes lol18:42
daftykinsHumorousone_: yeah, not really a reliable sounding situation though.18:42
Humorousone_daftykins: agreed. >.>18:42
daftykinsconfusing? only if you don't remember your nickname!18:42
catphishi just upgraded a host with software RAID + LVM from 12.04 to 14.04, the result is that grub can't find its modules at boot and drops me to a rescue prompt, is there an obvious reason for this, and something i can do to prevent it?18:42
khaxuh oh..18:45
daftykinskhax: what's up?18:45
Terminator1560Does unbuntu have a firewall that might bs18:45
motaka2daftykins: no nothing18:45
Terminator1560Be stoping it18:45
daftykinsmotaka2: with what?18:45
daftykinsTerminator1560: no18:45
Terminator1560Ok18:45
daftykinsTerminator1560: it's your wireless adapter being rubbish in Linux18:45
daftykinsTerminator1560: but i did ask you if it worked when you booted ubuntu from a flash drive or DVD the first time?18:46
Terminator1560Yeah it is windows it works likd a charm18:46
daftykinsno i'm not asking about Windows18:46
Terminator1560No it did not work18:46
daftykinsi'm asking about Ubuntu...18:46
daftykinsok.18:46
daftykinsmaybe go try 14.0418:46
Terminator1560Ive tried 14.9418:46
Terminator156014 p18:47
Terminator156014.0418:47
Terminator1560Ive tried that18:47
daftykinsTerminator1560: what make and model system is this?18:47
Terminator1560And doea the same thing on every other distro and what command do i use to find out if i can18:48
daftykinsfind out what?18:48
Terminator1560Make of the comouter18:48
Humorousone_daftykins: do you think install switcheroo for switchable graphics might help?18:48
daftykinsTerminator1560: is it not written on it...18:48
daftykinsHumorousone_: i honestly have no clue when it comes to the hybrid AMD ones, i think there's an ubuntu hybrid graphics help page though18:49
ubuntu686hey guys18:50
daftykinshi18:50
Terminator1560Model 15-r264dx Rev:2336-120 daftykins18:50
Humorousone_daftykins: I'll have a go with switcheroo.18:50
motaka2daftykins: after I disconnected hard the delete button doesnt take me to bios to set the boot from USB. using DVD and selecting nonemoset ends to a blinking page. the dvd works fine . I have tested it on another pc18:50
ubuntu686i have a short question regarding the installation of ubuntu 15.1018:51
ubuntu686i have just received my new MSI GE62 and installed windows 10. the bios mode was legacy (i noticed that later). is this any problem with dual booting ubuntu?#18:51
lotuspsychje!uefi | ubuntu68618:51
ubottuubuntu686: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI18:51
daftykinsubottu: it won't be, win10 will have been EFI installed.18:52
ubottudaftykins: I am only a bot, please don't think I'm intelligent :)18:52
daftykinsugh tab complete fail18:52
daftykinsubuntu686: it won't be, win10 will have been EFI installed.18:52
ubuntu686daftykins when i change the bios to UEFI or UEFI with CSM somehow when i reboot it just opens the bios again18:52
ubuntu686so i thought it was installed in the legacy mode18:53
daftykinsubuntu686: nah18:53
daftykinsyou'll want to check Windows.18:53
daftykinsTerminator1560: so looks like an HP Pavilion 15"18:53
Terminator1560Yes correct18:54
daftykinsTerminator1560: did you run the installer from inside Windows to install ubuntu?18:54
daftykinsor did you boot a flash drive / DVD ?18:54
Terminator1560I booted from the live cd to install it18:54
Terminator1560Or usb18:54
ubuntu686daftykins: i checked the disk management and there is under C: no (EFI mode)18:55
ubuntu686as described in here http://www.eightforums.com/tutorials/29504-bios-mode-see-if-windows-boot-uefi-legacy-mode.html18:55
Humorousone_Thank you for your help today mcphail , daftykins , lotuspsychje . I'm giving it a rest for the evening. I'll do some work for now, and try out switcheroo later. see if that somehow makes a difference ;)18:55
Terminator1560So yeah its running along sidd of windiws 1018:55
Humorousone_nighty night18:55
ubuntu686its same like in "Legacy mode" in the link :/18:55
mcphailHumorousone_: sorry I couldn't help, but stick with it :)18:56
daftykinsubuntu686: how strange, sounds like this machine was second hand maybe?18:56
Humorousone_will do18:56
ubuntu686daftykins: actually it was new, why do you think that?18:57
Terminator1560Just did a usb install daftykins18:57
daftykinsubuntu686: 10 comes EFI installed typically. i find that very untrustworthy. anyway, so what's the issue? dualboot not working?18:57
ubuntu686ahh i see18:57
ubuntu686there was free dos before18:58
ubuntu686i think the bios was at legacy mode before but i didnt check it before installing windows 1018:58
ubuntu686i basically just want to dual boot windows 10 with ubuntu 15.10. would you say that i should reinstall windows 10 in the UEFI mode?18:58
daftykinsah so it didn't come with 10.18:59
daftykinssee your story has changed now :)18:59
ubuntu686yes sorry :)18:59
daftykinsdepends, have you done much to windows 10 that it'd be a pain to start over?18:59
ubuntu686the laptop is pretty new with nvidia gtx 970m and intel 7i 6th gen19:00
daftykinsah nice, skylake19:00
ubuntu686not yet fortunately thats why im asking for support. i could easily reinstall it now19:00
ubuntu686yes :)19:00
teknomegahi all19:00
daftykinsyeah if it were me then, i would wipe the entire disk and start again19:00
teknomegahow do i fully reinstall a package so that it asks me again how i want to set it up19:00
daftykinsubuntu686: do you have both win10 64-bit and ubuntu on separate boot media?19:00
lotuspsychjeteknomega: welcome, what can we do for you?19:00
teknomegai have installed postfix but used a the wrong option when i apt-get install postfix..19:01
ubuntu686would you install then UEFI or UEFI with CSM?19:01
nishanthi am having a problem , my right click doesn't provide me with any option to create new folder on desktop... and neither can i see any folders on my desktop19:01
nishanthanyone else having this problem?19:01
daftykinsubuntu686: well CSM is legacy mode, it stands for 'compatibility support module' i think, so i would go pure EFI with secure boot on - but i'd also boot ubuntu to zero the first 10MB of your hard disk / SSD before reinstalling 10 so it is in the best position19:01
lotuspsychjenishanth: you can make new folders in nautilus19:02
nishanthlotuspsychje,  i know .. but why can't i do this in desktop19:02
Terminator1560I just might wipe ubuntu and just run windows19:03
ubuntu686daftykins: okay i see. sorry for my bad knowledge, but i thought that secure boot doesnt work with ubuntu and it would be "easier" to install windows 10 first and then ubuntu because of the boot loader19:03
daftykinsubuntu686: well you'd put it on for the 10 install initially.19:03
daftykinsubuntu686: anywho what are you typing from now? ubuntu live on the target system?19:03
daftykinsTerminator1560: sounds like a plan19:04
teknomegai figured it out.. dpkg-reconfigure19:04
Terminator1560I like linux tho19:04
daftykinsteknomega: yeah pretty common one that.19:04
ubuntu686daftykins: im typing from windows 10 now.19:04
daftykinsTerminator1560: yeah, it doesn't like your wifi though. get a wired network cable maybe and you'll be fine.19:04
teknomegadaftykins, i was used to centos / RH19:04
daftykinsubuntu686: ok, so i'd boot the ubuntu live session first off19:04
ubuntu686to be honest i tried to boot ubuntu from my usb stick but somehow the first screen with the "loading points" didnt go over19:05
Terminator1560If i get a wifi adapter do u think that might work then19:05
nishanthanyone having a problem where they can't make any folders on desktop// and can't see any folders there either??19:05
ubuntu686maybe i made a mistake with putting ubuntu on the usb stick? i tried linux live creator as well as win32disk19:05
daftykinsTerminator1560: probably, i think more work is needed with testing the current one first before giving up and spending money... go test plugged into your router too, to confirm it is the wireless19:06
daftykinsubuntu686: you'll likely need to boot with 'nomodeset'19:06
daftykins!nomodeset | ubuntu68619:06
ubottuubuntu686: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter19:06
Terminator1560Ive tried already it works fine with it plugged in19:07
ubuntu686oh that sounds interesting. just need to find out how to use this nomodeset, just a sec :)19:07
daftykinsok so it's definitely the realtek sucking19:07
daftykinsTerminator1560: reinstall 14.04 then there's one idea to try.19:08
daftykinsubuntu686: yeah you spotted the link?19:08
binary01hi all, im and trying to connect my motorola buds bluetooth headset to my ubuntu laptop and it was working for a few minutes but not anymore. Does anyone know if this is a known bug?19:08
Terminator1560Okay is there one lower then that i can try that has lts19:08
lotuspsychje!bluetooth | binary0119:09
ubottubinary01: For instructions on how to set up bluetooth, see https://help.ubuntu.com/community/BluetoothSetup19:09
ubuntu686ahhh yes19:09
daftykinsTerminator1560: 14.04 is LTS, no other choices.19:09
RNevilleI have bluetooth headset intermittent problems, as-well.19:09
binary01thanks19:09
binary01ill check it out19:09
Terminator1560Ok i dont think it will work but ill try19:09
binary01i think this is a bug maybe19:09
ubuntu846okay guys i i will reboot my windows 10 then (it's another username now since i use another laptop)19:10
ubuntu846or i mean try to boot ubuntu stick19:10
daftykinsubuntu846: sounds good19:11
Terminator1560What is the best linux distro you remond to use other then ubuntu19:11
akxwi-davexubuntu19:12
lotuspsychjeubuntu19:12
lotuspsychjelol19:12
lotuspsychjeTerminator1560: your in an ubuntu support chat so..19:12
Terminator1560Ok lol19:12
Neko-changentoo19:12
binary01so my bluetooth headset connects and i can hear audio for a few seconds and then it cuts out. Does anyone know why this happens?19:14
ensbinary01: have you went to the bluetooth icon and checked the sound settings to see if the device is selected as the output after?19:14
binary01yes19:14
binary01it is selected19:14
binary01and i go to sound setting and select the headset there as well19:15
ubuntu846 daftykins: okay so far so good. i have set this mode and chose try ubuntu without reinstalling. now then first there were many errors on the screens. it was too fast, i couldnt read. but anyways then the ubuntu started and now i'm in the live version19:15
ensbinary01: and you can select the 'test sound' button, does it do anything?19:15
binary01no it doesnt19:16
daftykinsubuntu846: ok open the terminal program from the dash icon in the top left by starting to type 'terminal'19:16
daftykinsubuntu846: now if you're 100% sure you don't need any data that's on this system right now, in there, run "sudo dd if=/dev/zero of=/dev/sda bs=2M count=5" it'll say it wrote 10MB19:17
binary01after the audio cuts out the headset disappears from the sound settings19:17
ubuntu846daftykins: alright. could you explain me what this does? and there is one partition which MSI made for the drivers. will it be gone?19:17
daftykinsubuntu846: erases the partition table on the disk.19:18
daftykinsubuntu846: oh yeah that'll get murdered if you run the above, what drivers though? i'd say just download them from their website after.19:18
ubuntu846daftykins: okay i see, well there's a cd which should have the same drivers i guess19:19
ubuntu846could you explain me how the process will go on?19:19
daftykinsubuntu846: when it comes to Windows you always ignore all drivers on CDs too and just download them from the website as they'll always be newer.19:21
daftykinsubuntu846: so once you run that command, shutdown, go into the BIOS and change everything back to set it for windows 10 - so secure boot on, EFI boot only (you might even be able to just select to load the EFI/BIOS defaults19:22
OerHeksor you would use the windows own driver tool too, no ?19:22
ensbinary01: unpair the headset then try run: sudo pactl load-module module-bluetooth-discover19:22
daftykinsOerHeks: keeps making bad choices with 10 of late :)19:22
ubuntu846daftykins: alright i see. and then i would install windows 10 new on the uefi mode?19:23
* lotuspsychje uses windows only to look through the wall19:23
KFKG_Hey everyone, day 3 of this madness, I am trying to install and run a GUI on Ubuntu server 14, I want to be able to remotely login and view the desktop like we can in windows RDP, can someone help me? I have installed KDE and X11vnc and i can login via X11vnc but the screen just shows a few icons and the desktop is completely frozen19:24
daftykinsubuntu846: yep19:24
KFKG_I was told by #ubuntu_server to come here for help19:24
ubuntu846daftykins: okay good. so i will do that until then. maybe you could explain me, what this actually means with the 10mb writing?19:25
ensKFKG_: sorry if this is a silly question but instead of running a fully fledged remote desktop / vnc style connection perhaps it is possible to just run the application directly and use X-forwarding via the ssh -X switch?19:25
daftykinsubuntu846: your hard disk has boot and partition information at the very start, writing 10MB makes it forget as if the disk had never had any data on it - which is ideal for a clean install.19:25
KFKG_ens: Not silly at all, but we need the full GUI to run a radio automation program19:26
ubuntu846daftykins: oh yeah this makes sense. so i will do the command, reset the bios to uefi and secure boot, install windows 10 and then install ubuntu for dual boot?19:27
binary01ens: should bluetooth be on?19:27
lotuspsychjeKFKG_: vnc is not the smartest idea to run 24/719:27
soikothi19:27
ensbinary01: yeah. that command should give no errors when you run it too19:28
daftykinsubuntu846: yep, although you'll have some steps to take before you try ubuntu, as ideally you'll make space for ubuntu by resizing Windows from Windows - unless you make a partition for C: smaller than the entire drive during 10 setup19:28
ensbinary01: also one thing that might be nice to check is the 'dmesg' log for disconnects, it might give a more detailed reason19:28
KFKG_lotuspsychje: we do not plan on being logged in 24-7, just being able to cehck in on it from time to time and do tasks on the desktop19:28
lotuspsychjeKFKG_: for single use i would try teamviewer19:28
KFKG_We cannot get that running19:29
KFKG_so far all we have is the command line19:29
lotuspsychjeKFKG_: you said you installed kde?19:29
ubuntu846daftykins: alright i see. i thought like this about the partitioning, i dont know if its "good style".19:29
bekksKFKG_: Install a desktop environment, install nxclient/nxserver :)19:29
KFKG_yes Lotus however it is not working properly19:29
ubuntu846windows OS + windows software 300GB19:29
ubuntu846ubuntu root (/) 150GB19:30
ubuntu846ubuntu /home 150GB19:30
ubuntu846swap 4GB19:30
ubuntu846all my data stuff shared between windows and ubuntu (NFTS) 400GB19:30
lotuspsychjeKFKG_: or a small wm like blackbox19:30
daftykinsubuntu846: 50GB would be plenty for ubuntu's / - if you want to use sleep or hibernate you'll have to set swap to same as your RAM size19:30
binary01im getting an error Module initialization failed19:31
daftykinsKFKG_: is this for a workplace?19:31
ubuntu846daftykins: okay so 50GB for the root and then 16GB for swap. then its correct?19:31
binary01dmesg says Intel bluetooth firmware patch completed and activated19:31
KFKG_hey Daftykins: Lon time no talk, it is a server that will run email/ftp/websites/ audio streaming19:31
lotuspsychjeKFKG_: openssh can get alot of work done too on remote19:31
daftykinsKFKG_: then it shouldn't have a GUI :)19:32
howudodatlotuspsychje: just curious if you saw anything unusual in the ACPI messages in my syslog.  I see a few errors but a bit of research shows they are probable benign19:32
KFKG_daftykins: It needs to have a GUI19:32
daftykinssounds like a mistake waiting to happen19:32
lotuspsychjehowudodat: can you pastebin plz?19:32
daftykinsKFKG_: each of the above roles should be virtualised in separate hosts.19:32
daftykinsnice modular approach compared with all eggs in one basket19:32
howudodatlotuspsychje: http://pastebin.com/gWqxE14v19:33
KFKG_daftykins: you want us to run multiple servers for something that one box can handle?19:34
lotuspsychjehowudodat: probable further in syslog acpi firmware bug also19:34
daftykinsKFKG_: multiple *virtual19:34
lotuspsychjehowudodat: did you try on LTS?19:34
ubuntu846daftykins: i made the sudo command now and it said: 5+0 records in. 5+0 records out. 10MB copied, 3.8mb/s19:34
KFKG_daftykins: i cannot even get ONE box to work lol19:34
NetworkingProim doing a new install on a laptop should I use LVM or no?19:34
daftykinsKFKG_: does this thing even have a RAID disk setup?19:34
NetworkingProWhats the difference?19:34
howudodatlotuspsychje: I am on 15.04,, isn't that LTS?19:34
lotuspsychjehowudodat: no sir19:35
KFKG_daftykins: it has raid 1 but i am trying to break the mirror19:35
lotuspsychjehowudodat: 14.04.319:35
daftykinsNetworkingPro: easier partition movement, resizing etc. for those who are willing to learn the LVM command set.19:35
daftykinsKFKG_: why?19:35
lotuspsychje!lts | howudodat19:35
ubottuhowudodat: LTS means Long Term Support. Until 12.04 LTS versions of Ubuntu were supported for 3 years on the desktop, and 5 years on the server; since 12.04 (Precise Pangolin) LTS versions will be supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Trusty (Trusty Tahr 14.04)19:35
KFKG_daftykins: we want all the space usable19:35
daftykinsKFKG_: and this is to be a system for a workplace? with client hosted sites?19:35
lotuspsychjehowudodat: try it out, just to test if your issues dissapear19:35
howudodatoops, I thought all .04 versions were LTS and .10 versions werent :(19:36
NetworkingProdaftykins: nice, but I can just use LVM whole disk I presume and have no real need to learn it if I dont want to resize, etc right now?19:36
daftykinshowudodat: nope :)19:36
NetworkingProI want to later, but no time now.19:36
NetworkingPro:)19:36
KFKG_daftykins: the system supports our internal sites (that are viewable by the web)19:36
daftykinsNetworkingPro: personally i would avoid using it entirely if you have no need.19:36
howudodathmm...ok that will take some work to re setup the whole environment19:36
ubuntu846daftykins: should i also enable fast boot?19:36
daftykinsKFKG_: then i'm afraid i'd have to say that every decision you have made is a mistake imo.19:36
NetworkingProdaftykins: I see that it says no lvm, lvm, or lvm encrypted19:37
daftykinsubuntu846: that one you can keep off19:37
NetworkingProDo I have to do LVM to do encryption?19:37
ubuntu846alright19:37
lotuspsychjehowudodat: lts will be more stable19:37
ubuntu846daftykins: i will create the windows 10 usb stick then now19:37
howudodatbefore I do one more question:  is there a wiki / tuturial / best practices for setting up multi user desktop environment?  both my wife and daughter use this and using GDM with user switching and no-gdm with each user logging into a tty and then running startx have both been unstable19:37
lotuspsychjehowudodat: or you can stay 9months and file some bugs, up to you19:37
KFKG_daftykins: we moved over to linux to have an easier time with it, so far it has not proved to be that way and only a waste of money19:38
daftykinsNetworkingPro: not sure, i see far too many people come in with broken encrypted setups so i'd not go with it personally ;)19:38
daftykinsKFKG_: this will happen when you have nobody qualified with it19:38
BluesKajKFKG_, waste of money?19:39
NetworkingProdaftykins: maybe ill just use truecrypt (whatever the new one is) and let it encrypt pre bot.19:39
NetworkingPro*boot19:39
daftykinsKFKG_: the fact you want to remove what data protection you have on that system suggests mistakes are being made19:39
daftykinsNetworkingPro: *shrug* i have no idea of the options :)19:39
ArchNoobhello..19:40
lotuspsychjeArchNoob: what can we do for you?19:40
nisi can't see any folders on desktop......neither can i create any new folders on desktop...anyone know how to solve this?19:40
NetworkingProdaftykins: Thats cool. I appreciate the insight.   I do need encryption, but I can do that instead.19:41
NetworkingProThx man19:41
howudodatlotuspsychje:  I would file bugs, but the SSO system wont verify any of my emails.  I tried two different ones.19:41
daftykinsNetworkingPro: no problem, enjoy!19:41
ArchNooblotuspsychje: Was just greeting :)19:42
lotuspsychjeArchNoob: np :p19:42
lotuspsychjehowudodat: tryout LTS :p19:42
ubuntu846daftykins: stupid question, but before i used win32disk tool and now my usb stick says it has only 2mb free space even after formatting19:43
howudodatlotuspsychje:  I will, but that will take me a bit to get everything set up.  is there a good wiki on multi-user desktop setup?19:43
daftykinsubuntu846: not familiar with that, i'd run an administrator cmd and use 'diskpart'19:43
lotuspsychjehowudodat: you mean installing same ubuntu fast on different boxes?19:44
howudodatlotuspsychje: no.  both my wife and daughter use this machine.  I set it up with GDM and user switching - terribly buggy.  Then I set it up with target multiuser and used startx to promote text console to graphic desktops19:45
lotuspsychjehowudodat: you should not use startx anymore19:46
lotuspsychjehowudodat: dont you like unity users switching?19:46
howudodatlotuspsychje: GMD / user switch was terribly buggy.  one out of every 2-5 switches it would stall at a blank screen.  it also couldn't handle empty passwords...at least I couldn't get it configured to.19:47
lotuspsychjehowudodat: LTS :p19:47
lotuspsychjehowudodat: you can backup your fav packages with aptoncd if you like19:48
lotuspsychje!info aptoncd | howudodat19:48
ubottuhowudodat: aptoncd (source: aptoncd): Installation disc creator for packages downloaded via APT. In component universe, is optional. Version 0.1.98+bzr117-1.4 (wily), package size 213 kB, installed size 1561 kB19:48
ubuntu846daftykins: hmm strange thing also there is shows its just 2mb. i am trying to install windows 10v now on the usb, i will keep you on progress19:48
daftykinsubuntu846: "list disks" shows 2MB huh?19:48
daftykinswith diskpart.19:49
Term1nalHello folks. I have a very strange issues with an Ubuntu 14.04 server. When I ping an invalid address, it resolves to a particular address (a public WAN address belonging to me, however, at a different location geographically from the machine, and not an address associated with the machine itself).19:49
nobawkhello, I do the upgrade from ubuntu 15.04 to 15.10 gnome version19:49
ubuntu846daftykins: oh sorry there is 14 GB. i made list volume19:49
nobawkbut it does not finish yet19:49
howudodatlotuspsychje:  I'll try LTS this weekend.19:49
Term1nalvalid addresses work as expected, but I can feed arbitrary alphanumeric characters to the host target of a ping command, and it will always work, but will be pinging that one particular address.19:49
lotuspsychjeTerm1nal: maybe the ##networking guys can sort that out?19:49
nobawknow I can't log in, what can I do?19:50
daftykinsubuntu846: ah, so see the number left of that flash drive and enter "select disk #" then "clean" then "create partition primary"19:50
quanticTerm1nal: I've seen the same behavior. Do you have a search domain in /etc/resolv.conf?19:50
lotuspsychje!recovery | nobawk19:50
ubottunobawk: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode19:50
nobawkgnome 3 seems remove the command to kill the lock screen function19:50
nobawkwould you please help19:50
quanticTerm1nal: alternatively, are you pulling via DHCP?19:50
Harishello all19:50
nobawklotuspsychje: the upgrade it not finish19:50
lotuspsychjeHaris: welcome19:50
vagrant1Haris: hello19:50
lotuspsychjenobawk: you stopped in middle of upgrade?19:51
nobawklotuspsychje: I need to see if it is done, but I can't log in. It shows authentication error, type message, 'sssssb' is not match bla bla bla19:51
nobawklotuspsychje: it still running19:51
Term1nalquantic: the only thing in resolv.conf is google DNS servers19:51
Harisdoesn't trusty come with apache2 configured with a default vhost out-of-the-box ? my apache install is serving any domain that someone asks for with --> line #1: GET / HTTP/1.1 and then line #2: Host: anydomain.thatonecanthinkof.com19:51
ubuntu846daftykins: alright it's currently trying to install on the usb stick if it will not work and interrupt i will try out your solution :)19:51
nobawknew systemd seems worst than the old init system19:52
ubuntu846its at 60% now19:52
daftykinsHaris: yes it serves from /var/www/html/19:52
lotuspsychjenobawk: wait...you say the update is running but you cant login?.19:52
Term1nalquantic: also, set statically.19:52
Hariswhy is it not doing on my box ?19:52
nobawklotuspsychje: that's it19:52
daftykinsHaris: was it an upgrade or a clean install of 14.04 server?19:52
lotuspsychjenobawk: did you screen goto hibernate?19:52
Harishmm.. how can I check that ?19:52
daftykinsHaris: ask the person who installed it?19:52
Haristhat person left, before I joined here. that's a no can do19:53
nobawklotuspsychje: gnome locks my screen when I do my washing19:53
nobawklotuspsychje: and now I can't log in19:53
lotuspsychjenobawk: your forget your password?19:53
nobawkit shows weird messages19:53
lotuspsychjenobawk: like what19:53
daftykinsHaris: so we have no idea what state this host is in, you'll have to check the defined sites in /etc/apache2/sites-available/ .19:53
nobawklotuspsychje: I am not that stupid19:53
Harisdefault vhost is configured, and symlinked under sites-enabled19:54
nobawkauthentication errror19:54
Harislooks like its out of the box19:54
daftykinsHaris: yes but the config contained within...19:54
Harisbut its not in apachectl -S output19:54
Harisconfig seems untouched19:54
nobawktype of message, 'sssssb' does not match ex..........19:54
lotuspsychjenobawk: auth error might be wrong pass19:54
nobawklegionCyber: repeatedly19:54
daftykinsHaris: might as well reinstall from scratch if nothing is on this machine.19:54
daftykins(to be sure)19:55
lotuspsychjenobawk: caps lock on?19:55
nobawklotuspsychje: I told you, I'm not n00b19:55
Harischecking19:55
nobawkI can log in the terminal19:55
lotuspsychjenobawk: let the upgrade finish, then reboot19:55
nobawkand I can kill it if it is a seperate process19:55
ubuntu846daftykins: just a hypothetical question, is it possible to migrate ubuntu from an HDD to an SSD?19:55
nobawkbut fuck, it totally different from the good old days19:55
nobawkfuck them19:55
lotuspsychje!language | nobawk19:56
ubottunobawk: The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList19:56
daftykinsubuntu846: yes disks can be cloned.19:56
Hariscan I see a copy of the apache2 pkg files ononline for trusty. I have apache2-2.4.7-1ubuntu4.4-amd64 installed on this one19:56
daftykins!info apache2 trusty19:56
ubottuapache2 (source: apache2): Apache HTTP Server. In component main, is optional. Version 2.4.7-1ubuntu4.8 (trusty), package size 85 kB, installed size 463 kB19:56
nobawklotuspsychje: the problem is that I don't know if it is finish19:56
daftykinsHaris: so not quite up to date.19:56
ubuntu846daftykins: okay awesome :)19:56
lotuspsychjenobawk: hard drive still working?19:56
nobawklotuspsychje: upgrade from 15.04 to 15.10 sometimes it requires you to enter something19:56
nobawknow I can't19:56
Harisapt-get update; apt-get update apache* ?19:56
nobawklotuspsychje: why it not working?19:57
nobawkI still can use the termail19:57
nobawkbut I can't log-in19:57
Harisupgrade+19:57
nobawkI mean loging-in the GUI19:57
daftykinsHaris: no. like i said, clean install if it doesn't have anything on it already19:57
lotuspsychjenobawk: sudo service start lightdm?19:57
HarisI have 2 sites on it. one is production19:57
daftykinsHaris: now is the time to get it right, rather than have a quirky setup you don't know anything about, months from now :)19:57
Harissites = vhosts19:57
nobawklotuspsychje: are you a bot?19:58
daftykinssites, same thing.19:58
daftykinsHaris: well you should probably check those sites aren't anything special that they wouldn't cope with an upgrade.19:58
swenzeldo I have to manually add a line to .profile which adds ~/.local/bin to my path?19:58
daftykinsswenzel: i'm under the impression policy is to use ~/bin/ for custom stuff.19:59
ubuntu846daftykins: so im gonna try to boot windows 10 now19:59
swenzeldaftykins, so ~/.local/bin is outdated? or how come pip installs the python entry points there?20:00
Haristhe dafault vhost 000-default.conf doesn't have the vhost apachectl -S is showing its getting it from. that's the bit I'm confused about.20:01
daftykinsswenzel: surely you've used Linux long enough to see that consistency is a mess :)20:01
nobawklotuspsychje: are you a bot?20:01
daftykinsHaris: might wanna try the apache channel itself or #ubuntu-server then perhaps.20:01
lotuspsychjenobawk: no20:01
ubuntu846daftykins: i have a problem now. i chose uefi etc. but when i reboot it only launches the bios :/20:02
nobawkok20:02
swenzeldaftykins, k I'll tell pip to install it to ~/bin then :D20:02
daftykinsswenzel: but see whether ~/bin/ is in your path already, adding another isn't exactly a big deal20:02
Piciswenzel: the convention for python user packages is to install to ~/.local/bin20:03
swenzeldaftykins, the default .profile adds ~/bin20:03
swenzelif it exists20:03
swenzelwhich isn't the case right now20:03
daftykinsubuntu846: there may be a keypress or entry in the BIOS/EFI that gives a boot menu to select the flash drive with 'EFI' beside it, boot override perhaps20:03
xaroify HI all20:05
swenzeldaftykins, Pici, guess I'll just keep both then :/20:05
thebwtHaris: do bring that into #ubuntu-server, it's way easier to follow an issue in there :p20:05
tsoutsekitrying to run a .sh program using ./blahblah.sh command and I am getting a permissions error. what to do>20:05
ubuntu846daftykins: i cant find something like this in the bios :/20:06
Hariswill do. please kindly hold20:06
swenzeltsoutseki, is it executable?20:06
tsoutsekiswenzel, yeah20:06
tsoutsekiit is an assembler20:06
ubuntu846in the boot menu it says: USB HARD DISK: UEFI: INTENSO ...20:06
ubuntu846but when i restart just the bios will be launched and not the usb stick20:06
swenzeltsoutseki, I mean is the executable flag set on the file itself?20:07
tsoutsekiswenzel, i don't know20:07
swenzeltsoutseki, try 'chmod +x ./blablah.sh'20:08
swenzeltsoutseki, if that doesn't help I dunno... have to go now anyway, good luck :D20:08
tsoutsekiswenzel, thanks, it worked now20:08
daftykinsubuntu846: got something to take pictures with of every page, then share online?20:09
quantictsoutseki: You can check to see what permissions a file has by 'stat file' or 'ls -l file'20:09
daftykins!pm | tsoutseki20:09
ubottutsoutseki: 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.20:09
ubuntu846daftykins: okay wait a sec20:10
tsoutsekiquantic, i will have that in mind next time20:10
keepguessinghi I am trying to patch a debdiff. Does one patch it on a deb/dsc?20:10
keepguessings/patch/apply/20:10
keepguessingsolution given on https://answers.launchpad.net/ubuntu/+question/51908 is broken [link broken].20:10
keepguessingany pointer would be epfull too.20:12
daftykinskeepguessing: found a script online - https://snipt.net/gjulian/apply-a-debdiff-patch/20:12
ubuntu846daftykins: here are the photos of the bios: https://www.dropbox.com/sh/k2695xxgtxbekst/AAA03nAmLAszUbfez9EEJ_QXa?dl=020:14
keepguessingdaftykins: I had seen it. If you see the comments in the last link they had the same url which is broken.20:14
daftykinskeepguessing: if you had seen it, then how come you've not run it and been fine?20:14
daftykinsthe commands look good.20:15
keepguessingdaftykins: the link at the bottom is broken. I wanted to get more info about it.20:15
keepguessingbtw thanks20:15
ioriakeepguessing, https://help.ubuntu.com/community/UpdatingADeb20:15
daftykinskeepguessing: you understand my link is different to your link, yes?20:16
keepguessingioria: thanks.20:16
ioriaok20:16
keepguessingdaftykins: yes I understand that. in you snippet. they give a link at the bottom to know more about it. that link is broken.20:16
daftykinsubuntu846: i think it suggests your flash drive just isn't prepared correctly, i see your 'Intenso' flash drive is #1 in the boot order.20:16
daftykinsubuntu846: nothing on the 'save and exit' page for boot devices?20:17
keepguessingdaftykins: I wanted to know more. thats it.20:17
daftykinsah ok20:17
ubuntu846daftykins: unfortunately not, its on the last photo20:17
daftykinsubuntu846: oh are they maybe still uploading, i saw only 5 to start20:18
ubuntu846oh yes there should be 720:18
ubuntu846http://winaero.com/blog/how-to-create-a-bootable-uefi-usb-drive-with-windows-10-setup/20:18
daftykinsthere we are20:18
ubuntu846maybe i should do it like this? maybe my stick isnt for uefi mode20:18
ubuntu846since i just used the normal windows download tool to prepare the stick20:18
daftykinsubuntu846: do you have another windows system?20:19
ubuntu846yes this laptop here20:19
daftykinsso you used microsoft's downloader to download the ISO and prepare the drive? hmm20:19
daftykinsthat page refers to an out of date ISO and an alternative program20:19
ubuntu846yes this media creation tool by MSD20:20
ubuntu846*MS20:20
ubuntu846should i try to boot the stick in uefi mode with this laptop?20:20
daftykinsyes, you should be already20:20
daftykinsoh the other one20:21
daftykinsyou can test, sure20:21
keepguessingthis is asking me to do install build-essentials. I am wondering if these commands would work in a container. That way I can build patch and then copy the deliverables/binaries to my host and kill the container. my ubuntu host wont change then.20:21
keepguessingIs my understanding correct?20:21
daftykinskeepguessing: why are you so afraid of doing those things?20:22
daftykinsjust do it in a VM if you're really worried :)20:22
=== lotuspsychje_ is now known as lotuspsychje
keepguessingdaftykins: I am in a vm. My vm is small. I could create a snapshot and roll it back too. Felt that containers are faster.20:22
ubuntu846daftykins: alright i will try it out, i will be back in a few mins20:22
thebopeLearning to love man pages exposes the coolest features of my terminal...20:26
poltomHi, looking to install spotify on ubuntu Mate20:27
maddawg2i'm not a mate20:27
maddawg2at least not til after marriage20:28
* daftykins facepalms20:28
poltomgreat info, thanx20:28
steveddhello, i'm having trouble with my laptop, i installed 15.10 and it was working for a couple of days, but it now gets to the login screen then the screen goes black, the only weirdness that happened before this was after it resumed  it went black20:28
geniipoltom: https://www.spotify.com/ca-en/download/linux/20:28
geniipoltom: Instructions are on the page20:28
lotuspsychjestevedd: can you remember wicj grafix driver was active?20:29
poltomThanx genii I have tried this but doesnt work. Some packages seem to be missing20:30
ioriastevedd, it  goes black after you enter the passwd   ?20:30
poltomIm trying to install it on Ubuntu Mate20:30
steveddi have a nvidia graphics card, and i did have the drivers installed20:30
geniipoltom: If you put the results of trying to install it into a pastebin someplace for examination, that may help20:30
lotuspsychjestevedd: wich card chipset and wich driver please?20:31
steveddlotuspsychje: i have a nvidia graphics card, and i did have the drivers installed20:31
poltomgenii: Thank you, Iĺl try that20:31
steveddlotuspsychje: it is a 940m and i think i had whatever the newest was20:31
lotuspsychjestevedd: install nvidia-prime?20:32
ubuntu252daftykins: jezz its even more complicated to boot usb stick from this surface pro 3 than on any device -_-20:32
ubuntu252i will try with rufus20:32
bekksShouldnt dd work just fine?20:32
daftykinsubuntu252: maybe the ISO was just bad, check it opens with winRAR / 7zip20:32
daftykinsbekks: not on Windows ISOs nah20:33
thebopeI think I got Spotify running on ubuntu before pretty well20:33
ubuntu252daftykins: yes might be, i have downloaded another one which i will try now20:34
steveddlotuspsychje: i can try that, but before I do, does it help any that if I boot with nomodeset, it doesn't go black, but I can't seem to log in properly20:34
thebopeI just followed their instructions online20:34
lotuspsychjestevedd: sure go into nomodeset, set right driver + install nvidia-prime20:34
ioriastevedd, have you    tried theGuest Account ?20:34
daftykinsubuntu252: right i'm going to pop off so i'll see highlights but maybe in some time20:34
lotuspsychjeSteve_Jobs: from there enable performance mode in nvidia-settings20:34
steveddioria: i'll try that right now20:35
ubuntu252daftykins: oh thats too bad :/ u have some contact data maybe?20:35
ubuntu252daftykins: i dont know how i can do this without you hahah20:35
daftykinsubuntu252: if only there was say, ##windows20:35
Gamoder_Hi everyone, is there a way in nano to duplicate lines?20:36
ioriactlr k ctrl  U20:36
ubuntu252daftykins: should i ask in this channel?20:37
MonkeyDustGamoder_  ctrl k, ctrl u ctrl u , rather20:37
daftykinsubuntu252: sure, but i'm not even gonna be gone an hour.20:37
steveddlotuspsychje: so when i boot into nomodeset, it won't let me login to the ubuntu default, usually I use cinnamon, when when i boot with nomodeset and in cinnamon it lets me in but cinnamon dies20:37
ubuntu252daftykins: oh okay so i'm gonna wait in this channel and try to do what is possible20:38
lotuspsychjestevedd: your on mint or so?20:39
steveddlotuspsychje: no i'm using ubuntu with cinnamon desktop enviorment20:39
lotuspsychjekk20:40
lotuspsychjestevedd: can you login to unity, just for the install and driver switch?20:40
MonkeyDustcinnamon is in the repos, in 15.04 and later20:40
steveddi can't seem to log into unity, i'm not sure why, when i switch into cinnamon it lets me into the desktop, but no menus or anything, i can access a terminal, but i'm unsure of what commands to give it from here on20:41
lotuspsychje!recoverymode | stevedd try this?20:42
lotuspsychje!recovery20:42
TNTBoti am ooking for a good ircserver for ubunutu server 12.04 what would be my best option?20:42
ubottuIf your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode20:42
Gamoder_MonkeyDust: Thanks - not exactly a single command, but works20:42
Gamoder_oh, no, it doesn't20:42
Gamoder_the reason I wanted it was because I wanted to retain the clipboard content20:42
maddawg2ok i give the hell up... how do you install ubuntu server without a network card20:43
maddawg2it wont let me install it unless i have a network connection but i have custom routing that needs to be set up before the network will work20:43
bekksmaddawg2: Exactly the same as it would have a network card.20:43
maddawg2it wont let me20:43
maddawg2it tries to conigure dhcp20:43
maddawg2and then fails20:43
maddawg2wants me to enter manually20:44
maddawg2but seeing as i dont have a network connection it wont work20:44
daftykinsmaddawg2: server ISO or mini ISO?20:44
maddawg2server iso20:44
steveddlotuspsychje: once i boot into recovery mode what should i do?20:44
daftykinsserver installs fine without network.20:44
MonkeyDustGamoder_  nope, nano doesnt copy to clipboard20:44
maddawg2so why wont it let me get past that?20:44
MonkeyDust(wasnt aware myself)20:44
lotuspsychjestevedd: install nvidia-prime20:44
maddawg2it gets to configuring network20:45
maddawg2fails20:45
lotuspsychjestevedd: and check sudo lshw -C video to see current driver20:45
maddawg2because there's no dhcp server20:45
maddawg2then wants me to enter network settings20:45
maddawg2but i do nt have any to enter20:45
maddawg2continuing just fails20:45
maddawg2and going back just brings me back to network detection20:45
maddawg2SEE same issue here:  http://askubuntu.com/questions/508102/installing-ubuntu-server-14-04-1-with-no-internet-connection20:46
maddawg2that exactly my issue20:47
sysop-rickHi! does anyone know if this ram memory is compatible with Hp Microserver N54L - http://homeservershow.com/forums/index.php?/topic/5298-new-n54l/20:47
sysop-rickCMX8GX3M1A1333C9  = 2x8GB20:47
sysop-ricki don't know if they are writing about N40L or if it should be the same for N54L20:48
lotuspsychjesysop-rick: in ##hardware plz20:48
k1lsysop-rick: better ask in #hardware20:48
maddawg2daftykins, what are the steps to install ubuntu without a network connection?20:48
maddawg2it wont let me past the network setup20:48
daftykinssorry i have to leave right now, ask someone else.20:49
ioriamaddawg2, are you   suse is the server iso ?  how big is it  ?20:50
ioria*sure20:50
maddawg2ioria yes:  i got it from herre: http://www.ubuntu.com/download/server20:50
maddawg2574MB20:50
maddawg2ubuntu-14.04.3-server-amd6420:50
ioriamaddawg2, have you  already  checked the iso ?20:51
maddawg2yes i'm booted on it right now20:51
maddawg2and i've used it on other machines (those had network access tho)20:51
maddawg2it brings me throught the hardware detection20:52
maddawg2detects my network cards20:52
ioriamaddawg2, if you  can boot, it doesn't mean that  there   are no  errors20:52
maddawg2asks me to choose one (I have two20:52
maddawg2ioria the ISO is fine the MD5 even matches20:52
maddawg2and it's used many times now20:52
ubuntu252daftykins: i can launch usb stick in uefi mode now!!20:52
ioriamaddawg2, ok20:52
maddawg2it boots i go through t he normal hardware detection20:52
maddawg2asks me t select my NOC20:52
maddawg2NIC*20:52
maddawg2I have two20:52
maddawg2i select one20:53
maddawg2wants to configure it with dhcp20:53
daftykinsubuntu252: \o/ get it all installed and updated then20:53
maddawg2i have no internet connection right now to give it20:53
maddawg2and then it fails20:53
maddawg2and then it wont let me skip (that i can see)20:53
ubuntu252daftyskins: alright!! how about the partitioning? should i just make my C partition with 300GB?20:53
maddawg2i cant configure the internet until I've got it booted due to some custom network settings that need to be put in20:53
theo_KKKK20:54
theo_KKKKKKKKKKKKKKKKKKKK20:54
ioriamaddawg2,  have you tried to set it static    ?20:54
lotuspsychjetheo_: stop that please20:54
maddawg2ioria there is No internet at all20:54
maddawg2it doesnt matter20:54
maddawg2i have no way to connect it to an internet connection20:54
maddawg2if i try to enter static info it just tells me it cant access the gateway20:55
maddawg2mainly cuz there isn't one20:55
maddawg2because it's not connected to the internet20:55
daftykinsubuntu252: sure20:55
TechspectreHey guys, so.... I just restarted my computer and suddenly I'm getting 'error: no such partition' and it gives me grub rescue. Ubuntu 15.04 was working fine up until now20:55
ubuntu252daftykins: okay its installing now :) after that i need to install ubuntu right?20:56
maddawg2oh interesting now i'm able to see a "Don't configure network at this time" option20:56
daftykinsubuntu252: i'm leaving the room, no - install all your updates and get the drivers on.20:56
ioriamaddawg2,  that's good20:56
TechspectreAny idea what could have happened here? It was flawless, all i did was restart. Didn't even do any updates.20:57
ioriamaddawg2,  you can  configure it later20:57
ubuntu252daftykins: okay i will do that. is there anything i need to consider about installing ubuntu? i need to turn off secure boot etc. in bios?20:57
maddawg2yes that was the option i was looking for20:57
maddawg2i dont know why it wasnt showing before20:57
ubuntu252or u come back?20:57
maddawg2i had to cancel and go through the whole hardware detection again20:58
TechspectreNow it's saying unable to mount root filesystem20:58
ioriamaddawg2,  but it's weird, because you   can  configure an interface also without  an internet  connection20:58
maddawg2yes once the OS is booted you can20:58
maddawg2but when it's trying to get out to the internet it will just fail on the install20:59
lotuspsychjeubuntu252: he went to dinner20:59
maddawg2i think it tries to install pacakges from the internet when it is installed20:59
buzzmandtTechspectre I had this same thing happened. Fixed it with a live session and installed a ppa ubuntu grub-repair. Rain the grub repair tool and it fixed it20:59
ubuntu252lotuspsychje: oh okay thanks for telling me, so i'm gonna wait :)20:59
TechspectreBuzzmandt okay ill try that.21:00
buzzmandtTechspectre https://help.ubuntu.com/community/Boot-Repair21:02
buzzmandtTechspectre I did option 221:02
TechspectreWhat would cause grub to lose it like this21:03
TechspectreGrub starts up, too. I get the grub screen. But it doesnt boot21:03
nobawkthere is no way to fix my problem21:05
nobawkgoodbye ubuntu :))21:05
theo_VAI SE FUDE21:05
nobawktheo_: the lock screen locks the computer during upgrade to 15.10, and there is no way to come back21:06
nobawkwe stucks in the universe forever21:06
nobawk:))21:07
ubuntu252 21:08
daftykinsubuntu252: just focus on finishing up the 10 install first21:08
=== Motoservo_ is now known as Motoservo
EriC^^Techspectre: what's the problem?21:08
ubuntu252daftykins: okay almost done :)21:08
TechspectreGrub repair did not work21:10
wileeeTechspectre, and?21:10
ST-84Techspectre, Did you try reinstalling Grub over a Chroot?21:10
TechspectreEric^^, error: attempt to read or write outside of disk 'hd0'21:10
ST-84I reccomend reinstalling grub via a Live Medium21:10
ST-84Its much less a hassle then a grub repair21:10
wileeeST-84, get some facts first21:11
TechspectreI did boot-repair via a live cd21:11
ST-84wileee, facts?21:11
ST-84I did this way back when i was on Gentoo, Arch and Skackware/21:11
ST-84Slackware*21:11
EriC^^Techspectre: try manually fixing grub21:11
TechspectreEric^^ how do i do that21:12
ST-84grub-install --target=i386-pc --recheck /dev/DISK ; grub-mkconfig -o /boot/grub/grub.cfg21:12
wileeeST-84, Donl;t be stupid here we all are exsperienced that help, however we don't just answer without some details here.21:12
ST-84Is what i would do.21:12
steveddhello, i am still getting a blank screen when I boot ubuntu, i installed nvidia-prime and it didn't seem to help does anyone have any ideas?21:12
ST-84wileee, There are our details21:12
TechspectreSt-84 i do that from grub rescue?21:13
ST-84Techspectre, Get an archlinux live cd21:13
wileeeST-84, Cool, than you are stupid, heh nice to know.21:13
ST-84When its booten21:13
ST-84Simply type that.21:13
TechspectreBooten?21:13
ST-84Booted*21:13
ST-84All you have to do is that21:13
TechspectreIt doesnt boot21:13
ST-84Do you have a MBR or UEFI install?21:13
TechspectreMBR21:14
ST-84Good21:14
TechspectreAmd64 though21:14
ST-84Then burn that arch image to a usb or disc21:14
ST-84Boot of it21:14
ST-84And run those commands21:14
ST-84https://www.archlinux.org/21:14
k1lno need for a arch cd. you can use a ubuntu one21:14
ST-84Its faster on a arch though.21:14
ST-84Since you only need to run 2 command21:14
ST-84There is no need for a GUI21:14
TechspectreI will enter i386 even though my machine is x86-64?21:14
k1lTechspectre: if your hardware is 64bit dont install or use 32bit21:15
ST-84Techspectre, The bootloader goes on i386 when its MBr and not UEFI21:15
ST-84It does not effect the kernel21:15
ST-84i386= MBR x86_64 = UEFI21:15
ST-84Bootloader = i386 When you have bios , OS=amd6421:16
ST-84Your bootloader is seperate from the OS21:16
TechspectreAre people who dual boot just fated to have these problems all the time21:16
wileeeno21:16
k1lTechspectre: what is the specific issue?21:16
wileeegot 3 here neve an issue21:16
TechspectreI feel like i deal with this a lot21:16
ubuntu252daftykins: windows 10 installation almost done21:16
steveddhello, i am still getting a blank screen when I boot ubuntu, i installed nvidia-prime and it didn't seem to help does anyone have any ideas?21:17
wileeeTechspectre, Do you have the bootinfo summary saved?21:17
ST-84TIP:When you want to dual boot first install windows(If you really want to install that NSA spyware) then install Linux with the bootloader.21:17
salty-san...salty balls!21:17
salty-sanI mean...21:17
salty-sanHi.21:17
=== EOIP is now known as crocodilehunter
ubuntu252daftykins: insrallation is done should i install the drivers now?21:17
ST-84stevedd, I sended you a PM21:17
mjaykST-84: lol i like that you ignore the fact you install linux onto your NSA device :)21:18
k1l!pm | ST-84 stevedd21:18
ubottuST-84 stevedd: 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.21:18
salty-sanWhy would anyone install Windows 10 and give the CIA free info? Come on.21:18
ST-84mjayk, Truu21:18
mjayksalty-san: same reason they would use a cell phone or PC ? this is not for this channel though :)21:18
ST-84mjayk, As long as you did not make the pc your self IA manufacturing all the parts it has spyware on it21:18
ST-84Backdoors.21:19
ST-84Linux just makes it a bit harder for them,.21:19
salty-sanIt's all about degrees and nuances though.21:19
salty-sanWhatever they can get is harder and not the full picture.21:19
theo_YO MAN21:19
salty-sanDoes Win10 still have free keylogger?21:19
theo_MOTHERFUCK21:19
k1l!ot | salty-san theo_ ST-8421:20
ubottusalty-san theo_ ST-84: #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!21:20
salty-sanYeah, yeah...lol. Ok, so...21:20
salty-sanI have this shutdown issue.21:20
ST-84Explhain21:20
salty-sanOn laptop...When I shut down, it shows the logout screen and the processor stops.21:20
salty-sanBut the screen doesn't.21:21
salty-sanFreezes.21:21
=== haz is now known as PHD_AWH_1
salty-sanAnd just sits like that forever unless I press power button.21:21
django_k1l: yo21:21
django_ubuntu is working tyvm for the help21:21
ST-84can you paste the output of journalctl -xe into pastebin use this command "journal -xe > errors"21:21
TechspectreEric^^21:21
salty-sanI have Ubuntu MATE on comp, but also seems to do this with Lubuntu and other distros presumably. Maybe just ubuntu base.21:21
k1ldjango_: good21:21
ST-84or just dump your entire journal using "journalctl > journal"21:22
TechspectreSays theres no directory /boot21:22
TechspectreDo i have to cd to /sda21:22
salty-sanNo command 'journal' found, did you mean:21:22
salty-san Command 'xournal' from package 'xournal' (universe)21:22
salty-sanjournal: command not found21:22
ST-84Did you mount the drives?21:22
ST-84journalctl*21:22
salty-sank21:22
EriC^^Techspectre: did you boot a live usb?21:22
wileeeTechspectre, When you run bot-repair, the bootinfo summary is one you should be saving. Start a thread at the ubuntu forums and post it besides being here, with it available.21:23
wileeeboot-repair*21:23
ST-84Techspectre, https://wiki.gentoo.org/wiki/Chroot <21:23
ST-84A good guide on Chrooting.21:23
ST-84Skip the Unpaclking systemfiles21:23
django_k1l: im trying to connect to wifi at school, on windows a login/pass prompt comes up and works fine..on ubuntu it doesnt21:23
TechspectreLet me install xchat in live cs21:23
ST-84Go to configuration and Setting up enviroment21:23
django_i get a more options which idk what they mean21:23
ST-84Techspectre, Only do the mounting and creation of directories21:23
salty-sanNone of this journal stuff seems to be working.21:24
k1lsalty-san: which ubuntu version is it exactly?21:24
daftykinsubuntu252: no update first, for more ask the Windows guys :P21:25
daftykinsubuntu252: i can do it fine, but it's off topic in this channel.21:25
ST-84Is 15.X the first ver of ubuntu to use systemd then?21:26
ubuntu252daftykins: okay yes i see. after updating and installing the drivers, how do i need to go on for ubuntu?21:26
daftykinsST-84: yes21:26
k1l15.04 to be specific21:26
ST-84daftykins, It shows that i have not been on ubuntu for a long time.21:26
daftykins!efi | ubuntu252 standard approach as per here, make up your media... be sure the installer sees 10.21:26
ubottuubuntu252 standard approach as per here, make up your media... be sure the installer sees 10.: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI21:26
daftykinsST-84: well, 6 months :P21:26
=== fukin_nickname is now known as roach
lvanderpoolanyone here use urxvt that can help me understand how to customize the color scheme?21:28
techspectre2How can i install xchat in the live cd if it doesnt have access to the right repos?21:29
ST-84techspectre2, Why not use hexchat?21:29
ubuntu252daftykins: alright i will read through it, i hope it will not crash my windows installation or something i have made some experience with that a few years ago with a dualboot hehe21:29
k1ltechspectre2: that should be already included? what live cd is it?21:29
HoloIRCUser3Does anyone know a good channel for rooting tablets and installing ubuntu21:29
techspectre2Good call21:29
EriC^^techspectre2: dash > software & sources > enable universe repo21:29
ST-84techspectre2, Its free and more powerfull.21:29
=== HoloIRCUser3 is now known as theBlindGhoulie3
daftykinsubuntu252: 'crash' would not be an appropriate word there21:30
daftykinstheBlindGhoulie3: not on this network, no.21:31
TechspectreOKAY21:31
TechspectreNow that I'm not typing on a phone21:31
ST-84Techspectre, You using hexchat :321:31
TechspectreYes, I've used hexchat on windoze but I didn't realize it was available for the linux also21:31
roachexit21:32
theBlindGhoulie3daftykins: thanks. Thought id ask here first21:32
TechspectreAnyways, so I tried that command Eric^^ suggested and it said that /boot doesn't exist21:32
TechspectreBut don't I have to cd to the drive21:32
EriC^^Techspectre: i didn't suggest anything21:32
EriC^^Techspectre: did you boot a live usb?21:33
TechspectreEriC^^, yes21:33
EriC^^ok, type sudo parted- l | nc termbin.com 999921:33
EriC^^paste the link here21:33
ST-84Techspectre, Did you mount the drive containing /boot ?21:33
wileeeTechspectre, using windoze here you loose any cred you might have had, free ignore here.21:33
TechspectreOnly use windoze when I have to, like the rest of us21:33
Humorousone_hello21:34
daftykinslets get off the chat and back to support only, please21:34
Humorousone_is there anyone here who I was talking with earlier?21:34
ST-84Techspectre, When you get acustomed to linux you wont need windows anymore.21:34
Humorousone_hey dafty21:34
Humorousone_daftykins: I GOT IT WORKING :D21:34
daftykins\o/21:34
Humorousone_no more freezes21:34
TechspectreEriC^^, http://termbin.com/dbgy21:34
daftykinsHumorousone_: switcheroo thing did the trick huh?21:34
Humorousone_daftykins: as far as I can tell it's working21:34
TechspectreST-84, I wish that were true. But we all know it isn't true if you want to play games.21:34
Humorousone_daftykins: yep. I permanently switched it to discreet graphics, maybe there was a problem with the integrated, idk21:35
Humorousone_daftykins: a tradeoff of power consumption for stability is worth it. I just have to test this now, see if it doesn't freeze at all21:35
EriC^^Techspectre: ok, you have 2 installs or one is a partition in the install? like a separate /home ?21:35
ubuntu252daftykins: sorry for the stupid question, but is it necessary to create an EFI-only image?21:36
TechspectreEriC^^, /home is on the HDD, while the OS is on the SSD21:36
=== andrew_ is now known as andyafw
EriC^^Techspectre: ok, type sudo mount /dev/sda5 /mnt21:36
TechspectreEriC^^, okay now what?21:36
OrbeitrolHello, i have kubuntu 15.2 and im having a problem with the icons tray, the wifi icon disappears and the battery icon too and to make them appear again i have to deactivate and activate them, can someone help me with that issue please?21:37
EriC^^Techspectre: for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done21:37
TechspectreEriC^^, I don't know why there's a boot flag on the /home partition21:37
daftykinsubuntu252: put the ubuntu ISO on the flash drive and it'll boot as EFI just fine.21:37
EriC^^type the whole line from for i til done21:37
daftykinsubuntu252: something like universal USB Installer from pendrivelinux.com or rufus you already grabbed will work fine with ubuntu ISOs21:38
EriC^^Techspectre: it's ok, np21:38
TechspectreEriC^^, okay done, now what?21:38
ubuntu252daftykins: okay so i will use rufus :) mbr for uefi is fine or?21:38
EriC^^Techspectre: type sudo chroot /mnt21:39
TechspectreEriC^^, next?21:39
ST-84EriC^^, OAO "mount -t proc proc /mnt/proc ; mount --rbind /dev /mnt/dev ; mount --make-rslave /mnt/dev ; mount --rbind /sys /mnt/sys ; mount --make-rslave /mnt/sys21:39
daftykinsubuntu252: in what context, where are you reading MBR?21:39
daftykinsubuntu252: your disk or SSD will already be GPT from installing as EFI.21:39
ubuntu252daftykins: rufus asks me for mbr or gpt21:40
EriC^^Techspectre: grub-install --recheck /dev/sda21:40
daftykinsubuntu252: blech, UUI works :P21:40
ST-84grub install--target=i386-pc --recheck /dev/sda21:40
TechspectreEriC^^, installation finished, no errors21:40
daftykinsubuntu252: not like it'll be non-reversible if it doesn't work21:40
EriC^^Techspectre: update-grub21:40
ST-84grub-mkconfig -o /boot/grub/grub.cfg21:40
ubuntu252daftykins: hahah okay so i will use the other tool =D21:40
Techspectreafter I update grub, I should do what ST-84 said next?21:41
EriC^^no21:41
ST-84What i said was the same as update-grub21:41
Techspectreah21:41
EriC^^it's the same thing21:41
Techspectreso what now21:41
Techspectretry a reboot?21:41
ST-84I just prefer clarity21:41
EriC^^Techspectre: type exit21:41
daftykinsST-84: when someone already is receiving assistance, 'too many cooks' can occur21:42
EriC^^ST-84: gentoo user? :P21:42
daftykins:D21:42
EriC^^Techspectre: then reboot21:42
ST-84Arch,Gentoo and slackware but started my journey with ubuntu21:42
TechspectreOkay, fingers crossed21:42
Techspectrebrb21:42
ST-84The old skewl ubuntu.21:42
EriC^^Techspectre: make sure sda is first to boot in..21:42
EriC^^and he's gone :D21:42
daftykins'patience, grasshopper'21:43
Humorousone_daftykins: urm21:43
Humorousone_daftykins: it didn't switch after all >.<21:43
daftykinsso what's happening?21:43
Humorousone_daftykins: do I need to switch graphics under shell? or can I just do it through terminal?21:44
daftykinsshell is terminal21:44
Humorousone_sudo echo ON > /sys/kernel/debug/vgaswitcheroo/switch21:44
Humorousone_whoops21:44
daftykinsi genuinely have zero experience with hybrid AMD21:44
Humorousone_I'm just getting access denied21:44
EriC^^Humorousone_: that command won't work (fwiw)21:44
EriC^^Humorousone_: you need echo ON | sudo tee /sys/kernel......21:44
daftykinsyeah needs some 'tee' goodness21:44
daftykins;D21:44
Humorousone_heheeh21:44
Humorousone_EriC^^: Could you please explain exactly what that does?21:45
Humorousone_linux newbie21:45
Humorousone_*flutters eyes*21:45
daftykinsit does what you tried to do, but working21:45
techspectre3K so that didnt work21:46
daftykins'sudo echo' doesn't work as the permission isn't right21:46
EriC^^it pipes "ON" to tee which gets sudo privileges to write to /sys/...21:46
daftykinstechspectre3: might be because you left too early :)21:46
EriC^^techspectre3: make sure sda is first to boot in the bios21:46
techspectre3Aaaaand now my machine wont even give me bios21:46
Humorousone_https://help.ubuntu.com/community/HybridGraphics <<--- I got the command I used from this article21:46
guest1094382um i'm fresh installing a system, and it seems that the logon has hanged, how can i fix this with a live boot?21:46
Humorousone_I'll give it a go thanks21:46
ubuntu252daftykins: do i have to install all drivers first before installing ubuntu?21:47
daftykinsguest1094382: laptop/desktop?21:47
guest1094382desktop, and i have the error message, one sec21:47
daftykinsubuntu252: as long as all the updates are on, that'll be a good place to start on ubuntu. i.e. go through windows update multiple times after multiple reboots to ensure nothing remains.21:47
EriC^^Humorousone_: with all due respect to the author, i think that's the worst use of sudo in an article i've ever seen21:47
EriC^^sudo cat .. sudo grep.. sudo sudo almost21:48
ubuntu252daftykins: alright!21:48
techspectre3Okay well now ive got to figure out why my cmos memory is shot..21:48
NepoxxIs it me or ffmpeg doesn't provide the libraires as before? libavfilter.so.5 certainly isn't there :/21:48
daftykinsEriC^^: wasn't that Phil Collins?21:48
EriC^^lol what?21:48
guest1094382daftykins: looks like i don't have the error msg21:48
bpromptdaftykins:    must be thinking of "su su su deoooo" by Collins =)21:49
daftykins:D21:49
NepoxxUpgrading to 15.10 was definitely my biggest comp. mistake of 201521:49
daftykinsEriC^^: aww you're not in the other chan21:49
guest1094382so should i reinstall, and then not upgrade?21:50
daftykinsguest1094382: describe what happens on your boot21:50
daftykins!nomodeset | guest1094382 maybe try this depending21:51
ubottuguest1094382 maybe try this depending: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter21:51
=== james is now known as Guest65765
guest1094382i decrypt the disk, that goes fine, then i try to login to the account it hang's / freezes then reprompt's for the password21:51
guest1094382the system does catch the error for a split second, but then locks out21:52
Humorousone_just to double check - this: sudo echo IGD > /sys/kernel/debug/vgaswitcheroo/switch21:52
Humorousone_would not work21:52
Humorousone_echo IGD | sudo tee /sys/kernel/debug/vgaswitcheroo/switch <<--- this would21:52
Humorousone_just double checking before I brick my laptop ;)21:53
EriC^^yeah21:53
Humorousone_EriC^^: +!21:53
Humorousone_+121:53
Humorousone_switched over now, testing it out now21:53
NepoxxAnyone know how I can get libavfilter.so.5 on Ubuntu 15.10? (and libavformat.so.56 and the like)21:54
ubuntu252daftykins: so the stick with ubuntu is prepared, i'm just running through some updates in windows and then i will try it!21:55
Dawetllke20I have a really stupid question as I am new to Linux, but is connected to the game OpenArena's servers to play live games in any way risky? I'm connecting to somon's server potentially at their house, yes?21:55
guest1094382daftykins: so should i reinstall and just leave un updated; i'm planning to have it airgapped anyways21:55
wileeeNepoxx, You might just address, what is is that is not playing with the standard codec load, from restricted extras, and or a vlc install, ffmpeg is not standard I believe now.21:56
wileeehas not been for awhile21:57
AvatarADawetllke20, you risk more by searching on google, openarena doesn't download files by default, so you're good21:57
daftykinsguest1094382: you should be on 14.04.3 then ideally21:58
guestguestingum i just hung my system after a fresh install and updates... can i recover, or do i need to reinstall (all data is backed up)21:58
daftykinsguest1094382: but the concept of airgap'd is ridiculous if any flash drives will ever be used to introduce data to this system21:59
Term1nalSo, the issue is still persisting. There was indeed a wildcard domain configured, however that's been removed for about an hour and it's still occuring. I've flushed DNS cache https://ghostbin.com/paste/ue77821:59
guest1094382daftykins: not the point though, plus my threat model is not that bad, it's just that running ethernet to it is problematic currently22:01
guest1094382daftykins: so do i need to remake my install disk?22:01
daftykinsTerm1nal: ##networking would be far more relevant as that is not an OS issue.22:01
daftykinsguest1094382: if it's another version, yeah i would.22:02
guest1094382daftykins: what's a quick way to check?22:02
guest1094382(i'm booted in it right now...)22:02
daftykinscat /etc/issue22:03
ubuntu903daftykins: i will install ubuntu soon then :)=22:03
mikhailHello peeps!22:03
Andyyhello22:03
guest1094382ty22:03
mikhailWhat's happening with Launchpad?22:03
guest1094382daftykins: root@ubuntu:~# cat /etc/issue22:03
guest1094382Ubuntu 14.04.3 LTS \n \l22:03
mikhailI can't go to Launchpad page to check for the PPA22:04
k1lmikhail: what do you mean?22:04
daftykinsmikhail: can you be a bit more specific?22:04
TechspectreSo what do you think would happen if you used the cmos jumper for your motherboard to reset the cmos, and then left the cmos jumper there22:04
mikhailand instead it shows me this22:04
mikhailw8 a sec22:04
mikhail"Lost something?22:04
mikhailThis page does not exist, or you may not have permission to see it.22:04
mikhailIf you have been to this page before, it is possible it has been removed.22:04
mikhailIf you got here from a link elsewhere on Launchpad, sorry about that. We’ve recorded the problem, and we’ll fix it as soon as we can.22:04
mikhailOtherwise, complain to the maintainers of the page that linked here.22:04
guest1094382daftykins: looks like i'm at the newest version22:04
k1lmikhail: so the PPA is deleted?22:05
EriC^^Techspectre: did you try setting sda first to boot in the bios?22:05
wileeeAndyy, Hi, let us know if you need help.22:05
daftykinsguest1094382: yeah so what happens when you try and boot your install?22:05
TechspectreEriC^^, I'm in my installation now22:05
EriC^^ok22:05
AndyyIs it possible to install battlenet on Ubuntu?22:05
guest1094382daftykins: it hangs on the logon22:05
TechspectreEriC^^, but it was still giving me the error after what we did22:05
TechspectreEriC^^, it went away after I reset the cmos *again* (I've done it like a hundred times)22:06
daftykinsguest1094382: and what graphics card + drivers does this system use? can you log in at a TTY? (Ctrl+Alt+F1)22:06
Nepoxxwileee: I used to run pianobar (pandora.com in the console) in 15.04, now I can't. I tried building ffmpeg from source, no dice22:06
mikhailgive it a try and report me back22:06
wileeeAndyy, Looks like wine does it, migh check #winehq https://appdb.winehq.org/objectManager.php?sClass=version&iId=2885522:06
Andyyawesome thanks!22:07
daftykinsmikhail: no, we don't know where you're trying to visit - nor why it's an ubuntu problem.22:07
TechspectreNepoxx, have you tried pithos22:07
guest1094382daftykins: Intel® Core™ i3-2100 CPU @ 3.10GHz × 422:07
NepoxxAndyy: I'm running Battle.net using playonlinux, works okay22:07
k1lmikhail: which link?22:07
NepoxxI have not Techspectre22:07
wileeeNepoxx, Ah, hmm never had a pandora problem here link? we don't support outside the ubuntu repos here is all.22:07
guest1094382daftykins: Intel® Sandybridge Desktop22:07
TechspectreNepoxx, if you like pandora, you should look at pithos22:07
Techspectreit's a native pandora client22:07
daftykinsguest1094382: so you're using the on-chip graphics, no graphics card?22:08
mikhailany link from launchpad22:08
guest1094382daftykins: yes22:08
NepoxxTechspectre: can I run it through an ssh tunnel? I'm not in the US :P22:08
mikhailsuch as this for example: https://launchpad.net/~ubuntuhandbook1/%20archive/ubuntu/corebird22:08
TechspectreNepoxx, I have no clue. But you can try.22:08
TechspectreIt comes with a GUI.22:08
TechspectreAnyways I'm going to see if I can actually restart my machine now without it imploding. Provoke the beast... stay tuned22:09
mikhaildo you have the same problem or is it just me?22:09
k1lmikhail: that links are gone. like deleted.22:09
mikhailyea? why?22:09
k1lmikhail: whom ever gave you that link got outdated informations22:09
daftykinsmikhail: the PPA is dead, the maintainer ran away...22:09
mikhailwhat about the other ppa's pages?22:09
k1lmikhail: because the owner of that launchpad ppa site deleted it22:09
mikhailany ppa?22:09
mikhaili got to any ppa page and I am receiving the same kind of error22:10
k1lmikhail: no. other PPAs work. so please be specific22:10
mikhailwhy22:10
mikhail?22:10
guest1094382daftykins: from what i can remember when i looked at the original problem, and did the "fix" was that something was missing in the install process (i installed the os without internet, but would that make a difference?), and then i had to sudo -i and the do something > something_else22:10
k1lmikhail: which links?22:10
guest1094382*then do22:10
daftykins!ppa | mikhail see here, none of those are Ubuntu's responsibility. You want software? you have to find a new place to get it.22:10
ubottumikhail see here, none of those are Ubuntu's responsibility. You want software? you have to find a new place to get it.: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge22:10
mikhailhttps://launchpad.net/~mozillateam/%20archive/ubuntu/firefox-next22:11
daftykinsguest1094382: sorry but that could mean _anything_ - so as i asked, please try ctrl+alt+F1 after boot to log in at a TTY.22:11
mikhailI tried this link and it still giving me the same error22:11
guest1094382daftykins: ty22:11
daftykinsmikhail: please stop linking things, try and understand what i told you.22:11
guest1094382daftykins: sorry i couldn't provide more info...22:11
k1lmikhail: where did you get that links from?22:11
k1lmikhail: that are outdated links22:12
TechspectreEriC^^, I'm not sure what the problem is. I just tried another restart and on the first try, it gave me the error again. Then after another hard reset, I got in, but Ubuntu showed me 'ATA Bus errors' while starting.22:12
mikhailhttp://i.imgur.com/P2i4nxV.png22:12
guest1094382daftykins: i'll be back if it doesn't work22:12
k1l<k1l> mikhail: that are outdated links22:12
k1lmikhail: see https://launchpad.net/~mozillateam   there is no such archive22:13
daftykinsmikhail: if you walk up to a bridge which is no longer there, do you phone a construction company and ask for them to rebuild it?22:13
mikhailok w822:13
daftykinsmikhail: these PPAs are not coming back - and they are not #ubuntu 's problem - please look elsewhere.22:13
ubuntu334daftykins: should i also disable secure boot for ubuntu?22:13
ubuntu334i disabled intel speedstep and fast boot yes22:14
mikhailtell me at least any up to date ppa so I can check if it's working on webpage22:14
k1lmikhail: wait i found your error22:14
ubuntu334*yet22:14
mikhailtry any up to date ppa webpage link for god sakes22:15
daftykinsubuntu334: there will not be a 'secure boot' per OS so i'm unsure what you mean, i also already linked you to the EFI guide page so you would have the answer there.22:15
k1lhttps://launchpad.net/~mozillateam/+archive/ubuntu/firefox-next    you crippled the links and did exchange the "+"22:15
TechspectreATA bus error.... I mean, I just had 2 hard drives burn up within a 2 week period. Could there be something wrong with the actual SATA bus that's causing disk problems?22:15
daftykinsmikhail: i already told you PPAs are not supported and are your problem to resolve.22:15
k1lmikhail: so whoever gave you that link or youself did spoil the links22:15
daftykinsTechspectre: less likely, cables could be bad.22:15
Techspectredaftykins, do sata cables deteriorate?22:16
mikhailhhmm22:16
tusharHi guys !22:16
daftykinsTechspectre: depends how rough you are with them :)22:16
Techspectredaftykins, lol well I don't make a habit of taking them places22:16
daftykinsTechspectre: what kind of machine is this?22:17
TechspectreLet me try another restart... see what happens. I guess another possibility is that I have a dead cmos battery, having to reset it so many times, right? Could that cause these errors?22:17
NepoxxTechspectre: got it to work using proxychains. Thanks a lot :)22:17
Techspectredaftykins, it's a machine I built22:17
daftykinsTechspectre: recently?22:17
mikhailok I got the problem22:18
Techspectredaftykins, no22:18
mikhailthank you everyone22:18
mikhailthe search engine that i use did spoil that link22:18
mikhailany launchpad link22:18
mikhailthanks again for correcting me22:18
mikhailreally appreciate22:18
mikhaild22:18
ubuntu334hmm i need to set this nomodeset stuff22:20
wileeeubuntu334, permanent?22:20
daftykinsnah not installed yet22:21
ubuntu334wileee: first i wanted to choose "try ubuntu"22:21
netametaanyone know of mssql-pdo drivers  (mssql) not just normal sql22:21
daftykinsubuntu334: you sure you need it for first boot?22:21
dna113pHi anyone know if there is a plugin for compiz that does the grid differently? I like the grid, its sweet, but I was hoping I could bind just 4 keys to grid windows. Example of what I need: <ctrl><alt>left to move window to left side of screen followed by <ctrl><alt>up to move window to top left quarter of screen. With grid as is that would put the window in the top half of the screen spannign the full width.22:21
daftykinsnetameta: Microsoft SQL isn't on topic here.22:21
ubuntu334daftykins: when i go on try ubuntu, there come errors like unsupported engines and failed to load fsc409c22:21
ubuntu334something with nouveou22:21
ubuntu334so i thought its the same22:22
ubuntu334when i press "e" i can put that in there?22:22
netametadaftykins: its a ubuntu package22:22
wileeeubuntu334, Thought you had good help, carry on. ;)22:22
daftykinsubuntu334: yeo22:23
Fruidzhello22:23
daftykinsyep too22:23
ubuntu334wileee: yes awesome support here! i would never have come that far!22:24
=== sad is now known as Guest26927
ubuntu334nomodeset quiet splash22:24
freddie42Evening all - I'm a fool and have a home server running 12.10,  rather than 12.04LTS like I thought. Trying to upgrade to something sensible following instructions at https://help.ubuntu.com/community/EOLUpgrades. Loads of 404s when I apt-get update, do-release-upgrade throws all the errors seen here: http://paste.ubuntu.com/13003562/ - but no network problems that I can tell; can happily ping the IP that do-release-upgrade can't se22:24
Guest26927hi i ve a problem with weather indicator on my lubuntu 14.04. please help22:24
wileee!eolupgrade | freddie4222:24
ubottufreddie42: 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/EOLUpgrades22:24
Fruidzalguem ai do Brasil22:24
MonkeyDust!br22:25
ubottuPor favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br " sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada.22:25
wileeefreddie42, Follow it correctly is all changing the repos.22:25
daftykinsfreddie42: you'd have so many releases to go through you'd be better off clean installing22:25
daftykinsfreddie42: (14.04)22:25
wileee+122:25
MonkeyDustfreddie42  12.10 > 13.04 > 13.10 > 14.0422:26
Guest26927dutch people on board?22:26
daftykins!nl22:26
ubottuNederlandstalige ondersteuning voor Ubuntu (en vers gezette koffie) is te vinden in #ubuntu-nl22:26
daftykinsprobably pretty quiet in there22:26
Guest26927ik kan mijn weather indicator niet zichtbaar maken in mijn lubuntu 14.0422:27
aclaudemHow to make a 1px titlebar for gnome? (I use gnome shell)  Or a titlebar as tiny as possible22:27
freddie42Cheers wileee/daftykins - Had completely forgotten about the need to go through all the releases on the way, won't waste any more time on trying to upgrade, cheers22:27
wileeefreddie42, Cool, good idea.22:27
daftykins:)22:28
ubuntu334now i'm waiting22:31
mrhelloHi everyone. I recently installed Ubuntu 15.10 on a new build. It is connected to a 1080p 24 inch TV via HDMI cable. However the launcher and items at the top of the desktop are off screen. Does anyone know of a solution? 1680 x 1050 fixes the issue, but the TV should be able to display 1080p22:31
jak2016hi all22:32
jak2016bash question: i need get in a variable the date and time: MYDATE=YYYY_MM_DD_HH_SS    echo %MYDATE%22:33
netametaOk i found out the package i need for PDO its called php5-sybase, however when i apt-get install php5-sybase i get lots of errors22:33
k1ljak2016: #bash is the special channel for bash and bashscripting22:33
netametawhen i do apt-get upgrade i also get those errors22:34
wileeemrhello, Is there on board resolution on the TV, besides ubuntu?22:34
k1l!paste | netameta put the output there22:34
ubottunetameta put the output there: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.22:34
bandygood evening22:34
ubuntu334okay now comes the tricky part with the partitioning22:34
mrhellowileee, let me check, good suggestion22:35
steveddhello, I'm am having trouble with ubuntu, when booting it goes into low graphics mode and i can't seem to do anything to fix it22:35
ubuntu334daftykins: sorry for annoying you again but thats the last part now and i dont want to break everything up now by a wrong decision. is the partition with "efi" and "windows boot manager" the uefi partition which the article was talking about?=22:36
wileeemrhello, I have an great tv, but no hdmi on my laptop, so just a few guesses really, xrandr might show more22:36
netametak1l: http://paste.ubuntu.com/13003664/22:36
daftykinsubuntu334: not sure what you're asking or why?22:36
netametais the output i am getting22:37
k1lnetameta: its saucy. that is dead22:37
mrhellowileee, I just checked, the TV resolution says 1080p 60hz22:37
mrhellowilee, I will try xrandr, thanks22:37
daftykinsnetameta: it's also an amazon ec2 instance, so you should spin up a new one on a supported release (14.04), copy any data, then kill that one.22:38
k1lnetameta: its dead since 07.2014 already. since then you run a bunch of security issues sind every security issue since then is not patched. and there were a lot of issues with ssh, openssl, kernels etc.22:38
wileeemrhello, Good so the TV will run it, you suggested that before, I wonder if the #hardware guys might have insight if none here. I would include the lsusb on the tv probably in this.22:38
k1lnetameta: so do an upgrade to 14.0422:39
mrhellowileee, having some trouble interpreting the xrandr output22:39
jak2016k1l: http://pastie.org/10517007 any advice?pls22:39
k1ljak2016: #bash , i am not a bash specialist22:40
ubuntu334 22:40
jak2016no answewr :(22:40
netametadaftykins: and k1l, so the only solution would be to update to 14.0422:40
wileeemrhello, you can put it in a pastebin if you like.22:40
k1lnetameta: yes.22:40
daftykinsnetameta: yes22:40
netametaThanks will check how to do that22:41
k1lnetameta: see this http://www.ubuntu.com/usn/  that are all the security issues that get fixed by ubuntu. and you dont have all of them back to 201422:41
mrhellowileee, thanks for your suggestion: http://pastebin.com/hDJ2xMDm22:41
mrhellowileee, scratch that22:42
Bashing-omstevedd: Graphic's card and driver ?22:42
ubuntu334daftykins: i uploaded the partition as photo for you:22:42
mrhellofor some reason I did that for my laptop rather than the actual computer I am trying to fix22:42
mrhellolet me create a new pastebin22:42
wileeemrhello, Cool, no prob.22:43
daftykinsubuntu334: where?22:43
ubuntu334https://www.dropbox.com/sh/k2695xxgtxbekst/AAA03nAmLAszUbfez9EEJ_QXa?dl=022:43
ubuntu334i'm little bit confused with this sorry22:43
steveddBashing-om: nvidia 940m, i went through troubleshooting with ST-84 to get 346.59 on22:43
ubuntu334you can see sda2 is efi22:43
ubuntu334but who do i have to choose in the dropdown menu below?22:43
mrhellowileee, http://pastebin.com/yLgFrhs522:45
Bashing-omstevedd: 346 version I would expect to work, however, Nvidia recommends the 352 version . What returns ' sudo ubuntu-drivers list ' ?22:45
steveddnvidia-352 nvidia 352-updates intel-microcode22:46
steveddBashing-om: nvidia-352 nvidia 352-updates intel-microcode22:46
=== jak2016 is now known as jak2000
daftykinsstevedd: you need nvidia-prime there too.22:47
stevedddaftykins: i thought i installed nvidia-prime previously with apt-get install nvidia-prime now sure why it is not there now22:47
Bashing-omstevedd: ' sudo apt-get purge nvidia* ; sudo ubuntu-drivers autoinstall ' . Is what I would do .22:48
ubuntu334daftykins: i have created the swap partition 8GB, type: logical, use as: swap. is this alright=22:48
mrhellowileee, I apologize for wasting your time. I just figured out the issue22:48
netametak1l: i will upgrade my system to 14.0422:48
mrhelloThe TV has an option called "overscan", apparently this is on by default. Turning it off displays correctly22:48
wileeemrhello, No time waste here, cool, good job. ;)22:48
k1lnetameta: good decision22:49
mrhellothe launch and top bars now display correctly in 1080p22:49
daftykinsstevedd: sudo apt-get install pastebinit && dpkg -l | grep nvidia | pastebinit22:49
mrhellothis was my first build, I'm very excited to be on ubuntu 15.1022:49
k1lnetameta: maybe you need the !eolupgrade workflow for that since its long time eol22:49
OerHeksmrhello, good find.22:49
wileeemrhello, The xrandr looked good fr it.22:49
daftykinsubuntu334: one sec looking now22:49
ubuntu334daftyskins: okay take your time22:50
daftykinsubuntu334: heh Sie kommt aus Deutschland? ;)22:50
daftykinsubuntu334: why is sda4 NTFS also?22:51
ubuntu334daftyskins: ja :)22:51
ST-84ubuntu334, Cool, Im dutch btw22:51
ubuntu334daftyskins: i think there is windows installed22:51
ubuntu334ST-84: hey neighbour :D22:52
daftykinsubuntu334: oh ignore me, need to open my eyes :P22:52
ubuntu334haha no worries22:52
daftykinsok so 678GB to play with22:52
stevedddaftykins: http://paste.ubuntu.com/13003847/22:52
daftykinsso 50GB /, 8GB is your RAM? so 8GB swap, then the rest as /home i'd say yeah22:52
ubuntu334yes :) i thought about a swap a root and an home22:52
daftykinsstevedd: ok if you only just added -prime you might need to reboot now22:53
ubuntu334but i forgot to make nfts partition in windows because i want to use one to share my data between ubuntu and windows. because both can read on nfts as far as i know22:53
stevedddaftykins: i have rebooted a bunch of times since i added it22:53
daftykinsubuntu334: yeah that'd be a good idea, a D: for data sharing of some kind22:53
daftykinsstevedd: what kind of machine is this?22:53
stevedddaftykins: it is a laptop, asus x555ub22:54
daftykinsoh that thing22:54
daftykinsany controls in the BIOS to handle graphics selection?22:54
ubuntu334daftykins: yes so i would make this partition later in windows. so how about root 50GB, home 200GB, swap 8GB and the rest for the data partition? i'm little bit confused which i should make primary and which logical22:55
stevedddaftykins: doesn't seem like it22:56
TechspectreGuys!!! I figured it out, it was the SATA cable indeed!22:57
TechspectreNothing was wrong with GRUB22:57
ST-84Techspectre, ._.22:57
ST-84Always check your hardware first22:57
ST-84Hardware->software22:58
ST-84Its IT 10122:58
TechspectreST-84, I just didn't think a SATA cable could go bad22:58
ST-84Techspectre, Everything in a pc can go bad22:58
daftykinsTechspectre: :) nailed it.22:58
TechspectreIt's been installed in the same place, hard fastened for like a year22:58
ST-84Techspectre, Still22:58
daftykinssometimes they just go loose too.22:58
ST-84Always check hardware first22:58
=== bazhang_ is now known as bazhang
daftykinsstevedd: so 15.10, anything else done after boot? works fine until you try nvidia huh?22:58
TechspectreI'm so happy lmfao22:59
dogici'm trying to configure sshd to only allow certain users22:59
daftykinsgood you caught the kernel messages22:59
dogici add the following line AllowUsers: mark22:59
daftykinsubuntu334: nah make the partition now, just don't format it23:00
stevedddaftykins: it was working fine all day, then i closed my lid, when i next used it it would just give me a black screen, someone helped me and it made it so by just booting iget low graphics mode23:00
dogichowever, i'm still able to ssh in with other users23:00
TechspectreBecause dual booting is a real pain these days, and months ago I set it up for like the 5th time after many.... learning experiences, and I was like yes, finally, this is it, it will never fail again. So I'm so glad it wasn't that23:00
daftykinsstevedd: hmm that sounds more complex. can you restore normal operation by removing all nvidia packages?23:00
ubuntu334daftyskins: oh thats good. i have made the root and home partition now primary is that okay?23:00
daftykinsstevedd: oh i know, someone might've tried to get you to run nvidia-xconfig at some point, make sure you *don't* have an /etc/X11/xorg.conf23:00
daftykinsubuntu334: can you open a terminal and run "sudo apt-get update && sudo apt-get install pastebinit && sudo parted -l | pastebinit" ?23:01
TechspectreYes it's very fortunate that I saw the kernel errors, windoze wouldn't do that lol23:01
daftykinsit actually would23:01
Techspectreoh23:01
Techspectrelol23:01
stevedddaftykins: let me check23:02
ubuntu334daftykins: i did23:03
ubuntu334paste.ubuntu.com/1300393223:03
ubuntu334daftykins: is this what you need?23:04
OnkelTemhi all23:04
OnkelTemHow to update bash? Is there a good PPA?23:04
OnkelTem14.0423:04
tewardOnkelTem: is there any particular reason you want to update?23:04
OnkelTemyes, it is buggy and I have no any idea how to workaround one bug23:05
stevedddaftykins: there is an xorg.conf.10292015 and some backups and a xorg.conf.failsafe23:05
ubuntu334 23:06
jak2000for copy a file from server1 to server2(remote servers) wich is better? scp or rsync?23:08
daftykinsubuntu334: yep looking good23:08
daftykinsubuntu334: do a final picture of the partitioner window before you continue, then - with all your partitions made23:08
Guest81115q23:08
daftykinsstevedd: no it's only an actual xorg.conf - the rest are ok. try "sudo apt-get purge nvidia* " and see if on reboot you get a working desktop23:09
ubuntu334daftykins: okay i put it in the same folder like before23:09
daftykinshmm not appeared yet, unless you replaced the other?23:10
ubuntu334i think now23:10
daftykinsthere it is23:10
daftykinsah you'll need to scroll to the bottom23:11
stevedddaftykins: ok doing that, i did some poking around in the xconf files, and it looks like one of the backups specifically disables the intel video card23:11
ubuntu334so all in all i have swap 8gb logical, root 50GB primary, home 200GB primary, and unformatted partition the rest23:11
ubuntu334there is only "free space" 0 mb :D23:11
ubuntu334under sda823:11
stevedddaftykins: do you think that somehow the configuration got all messed up and intel is supposed to be disabled but somehow turned itself on?23:11
daftykinsstevedd: with optimus setups, you always have to keep the intel and the nvidia running at once - it's a hybrid setup typically. the intel is connected to the screen but the nvidia draws to the intel before it's displayed.23:12
stevedddaftykins: ok i get a black screen, but i can see my mouse and the login sound played23:13
daftykinsubuntu334: sounds good, i'd try the install now then23:13
ubuntu334daftyskins: awesome! but what do i have to choose in the dropdown below?23:13
daftykinsubuntu334: it's ok as /dev/sda23:13
ubuntu334ATA [...]} or windows boot manager or anything else?23:13
ubuntu334okay good, do i have to select any special sda when clicking on install?23:14
Vieira-Ubuntunoobs23:15
ubuntu334okay trying now, so excited :D23:16
stevedddaftykins: ok i get a black screen, but i can see my mouse and the login sound played23:19
daftykinsstevedd: did you say this was normal ubuntu or some other desktop?23:19
stevedddaftykins: i was using ubuntu with cinnamon23:20
daftykinsstevedd: mmm so not a desktop i'm familiar with - ok ridiculous idea, but power off and remove the mains + battery, then hold the power button for a bit, then start it up again23:23
curiousx/j# archlinux23:23
ubuntu334daftykins: so it has finished but when i change the boot #1 in bios back to "hard disk: windows bootloader" it will just boot windows and not give me the option for ubuntu or windows23:26
daftykinsubuntu334: hopefully there is a GRUB/Ubuntu entry in there to select23:27
ubuntu334oh yes it seems23:28
stevedddaftykins: ok what i did was i purged the drivers then reinstalled them with sudo ubuntu-drivers autoinstall23:29
daftykinsstevedd: no, you're meant to be trying boot with *no* nvidia on :)23:29
stevedddaftykins: it looks like that solved the problem, curiously cinnamon killed it self, but it looks like i can boot with graphics now23:29
Techspectredaftykins, I've got a harder one for you now.23:29
daftykinsoh lucky me23:30
daftykinsone sec i need a refill23:30
daftykins!cookie | daftykins23:30
ubottudaftykins, please see my private message23:30
Techspectrelmao23:30
daftykinsfire away23:30
ubuntu334still this noveou error23:30
Techspectredaftykins, any idea how you can take all the input from a trackball mouse and change the input into scrolling instead of mouse movement under Ubuntu23:31
daftykinsubuntu334: that's fine, just need to install the nvidia driver - is it workable or impossible to use?23:31
daftykinsTechspectre: hmm i have no idea on input devices i'm afraid.23:31
Techspectrethat's okay lol. Anyone else?23:32
ubuntu334daftykins: so i can boot windows thats good, now im gonna try ubuntu, just 1 sec23:32
stevedddaftykins: thanks for all your help, i really aprecciate it23:32
daftykinsstevedd: np!23:32
daftykinsglad it worked out :>23:32
daftykinsstevedd: was it still the nvidia-352 that went on, out of interest?23:33
stevedddaftykins: yes it looks like it, i think the whole issue stemmed from me suspending my computer, i don't know why they would mess up my drivers though23:35
ubuntu334daftykins: awesome seems to work!23:35
ubuntu334yes! :) well i gotta go to sleep now, i will test it tomorrow more in detail and give some short report here tomorrow evening23:36
ensjust random knowledge since a guy asked earlier: to setup a vnc server for the login screen you can create the config /etc/lightdm/lightdm.conf . an example template is /usr/share/doc/lightdm/lightdm.conf (or .conf.gz)23:36
ubuntu334so thank you really so much for your help! you were my lifeguard :D23:36
daftykinsubuntu334: enjoy o/23:37
daftykinsi dunno about that, i'm not a good swimmer!23:37
ubuntu334so good night. really amazing support, thanks so much! :)23:38
ubuntu334hahah but great linux master23:39
=== mgodzilla is now known as mhuman
=== pkircher_ is now known as pkircher
w00lfHi, i'm using kernel 3.19 in 14.04, is it recommanded to update kernel to 4.2 for ex ? Thanks23:46
AEL-Hif I wanted to make an interactive graph of earths surface where should I start looking? I have recently covered basics of python 3 and have been asked to come up with my own project23:46
AEL-Hwooopppss wrong irc sorry!#23:46
Bashing-omw00lf: One will get 4.2 in due time with HWE .23:49
=== main is now known as qwerty_man
w00lfBashing-om: HWE ?23:52
Bashing-om!hwe | w00lf23:52
ubottuw00lf: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack23:52
w00lfubottu: i understand now thank you :)23:54
ubottuw00lf: I am only a bot, please don't think I'm intelligent :)23:54
bobdobbsis there a gui other then tragtor and handbrake  available for transcoding videos?23:54
bobdobbshandbrake great, but limited. tragtor won't run on my system23:55
bobdobbs(unless I become a python expert)23:55
OerHeksvlc, winff http://techapple.net/2015/05/top-7-free-video-converters-for-linux-to-convert-videos-on-gnu-linux-ubuntu-linux-mint-fedora/23:56
bobdobbsoh. vlc does transcoding? cool.23:56
OerHeksand streaming23:56
=== mhuman is now known as mgodzilla
bobdobbsthanks23:57
bobdobbsoh dammit. you need access to the toolbar menu to get to the transcoding options. Somehow I broke all the toolbar menus on my desktop.23:58
bobdobbslife is much more difficult without the toolbar menus23:58

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