/srv/irclogs.ubuntu.com/2016/11/15/#ubuntu.txt

=== programmer is now known as Guest96240
samuel__thanks @oerhecks giving it a shot00:01
BurtReynoldsAny decent browsers that are NOT chrome or firefox?00:15
OerHekschromium, or opera ( if you can make it run, it fails onmy system)00:16
BurtReynoldsOh I didn't know opera had a linux fork I might mess with that00:16
OerHekshttp://www.opera.com/computer/linux00:18
zuiss1there's konqueror and midori00:18
zuiss1qt/gtk00:18
BurtReynoldsI really like midori00:21
BurtReynoldsit just crashes too often00:21
BurtReynoldskonqueror more like conquered00:21
kostkonBurtReynolds, Vivaldi. Both Opera and Vivaldi are Chromium based00:23
BurtReynoldsI just have "issues" with google and firefox lol00:23
BurtReynoldsmoral compass ones00:24
=== newbie is now known as Sburw
Amm0nBurtReynolds, have a look at palemoon00:28
SburwHi. I'm trying to burn an audio CD with k3b. But it doesn't work and I get a 254 error. Anyone wanna tell me what that means and if there's a solution?00:29
BurtReynoldsI will thanks!00:29
SburwBrasero isn't any better00:29
stan_man_canI wrote a webserver and want to make sure it's always running. I need it to run on boot and restart if it dies.00:30
stan_man_cancan you do that in systemd or journald or whatever? if so, know of any tutorials?00:30
kk4ewtsystemd enable http00:31
stan_man_cankk4ewt, I wrote my own server in GO00:31
kk4ewtthen put a cron job to check and restart the service is it stopped00:32
kk4ewtif00:32
Amm0nstan_man_can, create a servicefile read https://wiki.ubuntu.com/SystemdForUpstartUsers00:32
kk4ewtstan_man_can,  make a service file for it00:32
stan_man_canAmm0n, Let me take a look thanks.00:32
stan_man_canAnother thing I need to do is pipe STDOUT and STDERR to log files00:33
Amm0nuse |&00:33
stan_man_canAmm0n, and what about log file rotations and stuff? At my current traffic levels the logs will grow at about 1.5gb per week00:36
Amm0nstan_man_can, logrotate should take care of it00:37
OerHeksstan_man_can, find the cause of errors, as 1.5 gb is huge..00:37
dude42for posterity, after my questions yesterday, Ubuntu 16.04 does install and run on a 4GiB hdd00:38
janat08installed a webtorrent, how do i tell that i uninstalled it right since its not in ubuntu software00:38
stan_man_canOerHeks, it's not errors, i love the traffic00:39
stan_man_canlog*00:39
stan_man_canEach log entry will roughly look like00:40
kostkondude42, how much free space were you left with after installation?00:40
dude422.6G currently00:40
janat08how do i tell what im supposed to be purging if i don't know what its called00:40
kostkondude42, ok00:41
stan_man_canOerHeks, 2016/11/15 22:11:25.995383127.0.0.1005A8F998AF3FFSHENZHEN FENDA TECHNOLOGY CO., LTD00:41
janat08apt show doesn't work00:42
=== ilfantomas_ is now known as ilfantomas
janat08Usage: apt [options] command00:43
janat08how about apt show command00:43
stan_man_canAmm0n, logrotate takes care of it automatically?00:43
kostkonjanat08, apt-cache policy package_name00:43
janat08how do i pass one of the most used commands from help00:44
janat08apt-list or show won't work00:44
janat08don't know what the package name is00:44
naccjanat08: `apt-cache search` is how you search without software center00:45
OerHeksjanat08, 'apt-mark showmanual ' could tell00:45
janat08how is it that apt-list wouldn't work00:45
janat08whats suppose to be the syntax for it00:46
naccjanat08: `apt list <pkgname>`; refer to `man apt` for instructions00:47
Amm0nstan_man_can, usually yes, check your config in /etc/logrotate.conf and what's going to be rotated is in /etc/logrotate.d/ rest is cron's job00:49
janat08how is it that unix can be labeled multi-user relatively to windows, yet linux requires you to be root to install stuff?00:49
OerHeksjanat08, standard the 1st user has sudo priv, you can give all users sudo priv too.00:51
naccjanat08: your question seems to be confused, imo. Being multi-user does not mean you have multiple administrators.00:51
janat08but then you'd have to share the root pass?00:51
naccjanat08: no, sudo does not require the root password.00:51
nacc!sudo | janat0800:51
OerHeksand root is the admin account, you don; t want all users to install stuff00:51
ubottujanat08: sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !pkexec (for older releases: !gksu and !kdesudo). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo00:51
kk4ewtno sudo can be per user00:51
janat08ure gona install everything for them00:52
naccyou can even restrict how the sudo is configured as to what a given user can sudo00:52
kk4ewtand some users can be able to do certain things while others cannot00:52
janat08alright00:52
naccjanat08: yes, that is what an administrator does, generally00:52
Amm0njanat08, to see which packages you've installed use "cat /var/log/dpkg.log" to get a list of all installed packages use dpkg -l00:53
BuyiHI00:59
Buyi有人么?01:02
Amm0n!cn | Buyi01:02
ubottuBuyi: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw01:02
=== ilfantomas_ is now known as ilfantomas
=== nopacien13 is now known as nopacienc3
wahyuhi01:19
janat08i installed a couple of PPAs and now i can't find them, and chrome asks for pass for keyring, and sometimes when waking up laptop restarts (although possibly just runs out of battery)01:31
janat08any1 concerned?01:32
janat08*chrome asks for pass for keyring sometimes while chrome account warns that something is wrong with my sign on01:32
=== gopalindo is now known as gopal
tomreynjanat08: those are probably unrelated issues. i can try to help you with the PPAs.01:43
tomreynjanat08: run this, then show its output on a pastebin: sudo apt-get update; sudo apt-cache policy; sudo apt-get -f install01:44
tomreyn!pastebin | janat0801:44
ubottujanat08: 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.01:44
shane_#forum01:44
tomreynshane_: ?01:45
shane_Sorry new here :)01:45
shane_just looking for the best chat room for ubuntu01:46
stan_man_canbest #ubuntu room is probably #fedora, maybe #centos or #rhel01:48
kk4ewtstan_man_can, ???01:49
stan_man_cankk4ewt, /sarcasm01:49
janat08tomreyn: http://pastebin.com/GnxLkHcb01:50
janat08chrome actually adds its own ppa01:51
crayonkunwon1,01:51
janat08im suppose to have ppa for vlc, and atom too01:51
tomreynjanat08: so the second command you ran, sudo apt-cache policy, shows which APT repositories are currentl yconfigured.01:52
janat08well the ppas added by me worked01:53
janat08as i received updates straight after01:53
janat08or actually i added chrome too01:53
tomreynso what is the issue there, or is there none?01:53
janat08well theyre not there anymore01:54
andjjj230/close01:54
janat08and it apparently complains about chrome ppa now01:54
tomreynwhat is "they"? a separate PPA for nothing but VLC, and another for nothing but 'atom'?01:54
tomreynyou have the chrome repository configured twice, thus the warnings01:55
janat08ugh well i just saw atom01:55
janat08im sorry01:55
tomreynyou have /etc/apt/sources.list.d/google-chrome.list and /etc/apt/sources.list.d/google.list - you probably want to remove one or the other01:55
janat08btw where is that etc directory01:56
janat08or how do u fire up file manager from terminal01:57
tomreyn/etc is right below the root directory, /01:57
kk4ewtnaultilus01:57
tomreynclick on the dash and type it01:59
cyberspectreInstalled package ubuntu-gnome-desktop, selected GDM as display manager (guess that was a mistake) and now I get an endless gray loading screen on boot. Please help01:59
janat08tomreyn: like once u get to etc directory02:00
janat08is there a way to open nautilus at that dir02:00
tomreynjanat08: try "nautilus ."02:02
janat08works02:02
tomreynmaybe add a & to the end, so you can continue using the terminal02:03
cyberspectregoing to try dpkg-reconfigure lightdm in text mode02:05
janat08changing power battery settings, won't let me save02:15
janat08within etc dir02:15
tomreynjanat08: because your user is not allowed to write to this file. you would need to edit it using sudo. but whenever you use sudo, make soure you are aware of the consequences of your changes. in the worst case, those can result in data loss or the sastem no longer booting.02:20
janat08http://pastebin.com/vDEndtqF02:24
janat08is this terrible?02:24
janat08im just changing levels for low critical and action for power02:24
tomreynthose warnings are probably entirely normal02:24
=== kyle is now known as kyle__
rocket__hi ubuntu login does not work anymore suddently02:45
rocket__anyone?02:47
Bashing-omrocket__: Were you sudo'n where you should not have ? show ' ls -al .ICEauthority .Xauthority ' Did you recently run updates and broke a proprietary driver ? show ' sudo lshw -C display ' in a pastebin .02:50
=== mike_ is now known as Guest42888
rocket__Bashing-om, i cant log in02:55
rocket__i think its the nvidia driver02:56
rocket__it worked just a minute before02:56
rocket__maybe some update dont know02:56
rocket__i enter credentials and it jumps back into login02:56
rocket__it just worked a minute before02:56
Bashing-omrocket__: At the login screen, key combo crl+alt+F1 -> console interface . login here with your credentials .02:57
rocket__i even turned off login02:57
rocket__it does not work as well02:57
rocket__it says wrong password02:57
rocket__but i can try again02:57
kenrinyou forget your password?02:57
rocket__no02:57
rocket__i even turned off login at the start02:57
rocket__no i didnt02:57
rocket__something is wrong02:58
=== zel is now known as Guest1564
rocket__well will try again tomorrow at least i have to use the resume shell02:58
rocket__root shell02:58
=== blackhole is now known as Guest83693
aus_malHi everyone.  Firefox is very slow to start up, even after a fresh OS install. No other browser I've tried has this problem. Has anyone else encountered this and knows of a workaround?03:22
DocPlatypusokay, Bluetooth troubles continue after the upgrade to 16.0403:23
DocPlatypusphone can't send files to laptop anymore03:23
rocket__it was a driver issue03:29
rocket__well i have to say drivers and linux work better but still its not optimal03:29
rocket__my printer does not work well03:29
=== saschpe_ is now known as saschpe
rocket__and now the gpu driver just didnt work03:30
rocket__without any reason03:30
stan_man_canis it best to configure iptables with iptables-restore or ufw?03:31
DocPlatypuswhat is the first step to diagnosing Bluetooth problems?03:34
Coyzhello03:38
smoonhow do i change the order of library paths ubuntu evaluates for C++ libraries?03:50
smooni want /usr/local/lib to be the first path checked :/ failing to link to a library because it's using the system path instead of /usr/local/lib03:50
smooni've tried configuring LD_CONFIG_PATH and ld.conf.do03:56
smoon.so*03:56
dm_company emacs fans! for some reason when try to M-> to get to the end of buffer I get no results. Am I missing something?03:59
dm_compI'm on ubuntu 16.1003:59
dm_compAlso, I can't send to emacs channel :(04:00
dm_compalso is -> arrow key or M and ">"?04:00
greta_samsaWhat will the device name (in /dev) be for a USB Storage device?04:06
reisiogreta_samsa: it'll vary04:07
reisiogreta_samsa: lsblk -f will say, or sudo blkid04:07
bgdnvstgreta_samsa: in my case, they're named with the following letters, as SDA and SDB are my SSD and an internal HDD, my USB key would be named SDC04:07
reisiogreta_samsa: usually they'll show up in your file manager, too04:07
reisiofatlabel /dev/foo# FATISDUMBUSB04:08
greta_samsaMy file manager isn't set up to mount them automatically, unfortunately.04:08
greta_samsaThanks, everyone.04:08
reisiothat's not unfortunate04:08
reisiobut it will probably still show them04:08
bgdnvstgreta_samsa: what are you using?04:09
greta_samsabgdnvst: I'm running Server 16.04 (LTS).04:10
bgdnvstgreta_samsa: I meant, as your file manager04:10
greta_samsabgdnvst: In that case, ls, rm, cd, etc, mount, etc.04:11
bgdnvstgreta_samsa: Ok, probably somebody else would be more comfortable to answer you, I rarely mount anything manually with cli tools. Good luck04:13
greta_samsabgdnvst: I think I've got it from here. Thanks!04:14
mwdgreta_samsa, if you find the UUID you can add an entry to /etc/fstab04:14
greta_samsamwd: In this case I just have to copy a single file (my ssh pubkey) to use Core.04:14
greta_samsamwd: But I'll remember how to automount stuff, thanks.04:15
mwdah, i thought you were looking to make it automount04:15
mwdok04:15
singamhalo04:18
deidyomegaHow often does ubuntu update "/sys/class/power_supply/BAT0/charge_now"?04:18
Ben64it would update when it changes04:19
deidyomegaIt seems to be around ~5 seconds or so04:19
fungmentesting04:19
fungmenanyone here ?04:19
Ben641769 people04:19
fungmenooo i see04:20
deidyomega@Ben64 except if the computer  is on, and  discharging, the battery is always reducing in charge04:20
Ben64deidyomega: ok?04:20
deidyomega@Ben64 And the charge_now isn't reducing every millisecond04:20
Ben64ok?04:21
deidyomegaSo, maybe my question is, when does it 'change', or when does the system check the actual battery level, and report it back to charge_now04:21
zanshinThe eth0 interface has disappeared from my 16.10 installation. Yesterday I setup xrdp and was able to vnc into the box. Today I get "Error getting hardware address for "eth0": No such device". `ifconfig -a` only lists lo:, docker0:, and wlp2s0:. Not sure where eth0 went or how to get it back.04:22
Ben64when the system has new information04:22
deidyomega@Ben64, is there a predictable time when that might occur?  Or should I just check every second and hope for the best?04:23
Ben64it's probably not time based at all04:24
deidyomega@Ben64 Are you saying it's like a 'push' update from the kernal?04:25
Ben64from the battery04:25
deidyomegawut...04:25
Ben64what are you trying to accomplish04:25
CodeMouse92Is it still "good practice" to edit /etc/environment if I have a binary installed in a particular folder and I need it pathed?04:26
CodeMouse92If not, what is?04:26
deidyomegaMy computer seems to have a weird glitch where the system tell me I will have 30% battery, then instantly say I have 5% battery04:26
Ben64sounds more like a bad battery04:26
deidyomegaI am writting a program to check the charge_now and then track it's decline.  See if it's the battery or if ubuntu is screwing with me04:27
Ben64why not just use the power statistics in ubuntu04:27
deidyomegaI did, and the charge history shows a nice smooth decline04:29
=== Guest16051 is now known as slyrobot
deidyomegaHowever the top right indicator, will stay in the 30's, then drop to battery critical on me04:29
Ben64bad battery04:29
deidyomegaThen why does the charge history show a smooth decline?04:30
Ben64post it04:30
deidyomega@Ben64, how would you like me to post screenshots? does #ubuntu have a preferred method?04:32
Ben64imgur probably04:33
Ben64also post discharge profile04:33
glitchd16.10 has been released, right?04:33
Ben64yes, the releases are named yy.mm04:33
Ben64so 16.10 came out in October 201604:33
glitchdthought so..04:34
glitchdfor some reason i cannot upgrade from 16.04.1 to 16.1004:34
glitchdthrought the command line anyways04:34
deidyomega@Ben64 charge history looks good:  http://www.tiikoni.com/tis/view/?id=648570f04:34
deidyomegaHowever time to empty doesn't: http://www.tiikoni.com/tis/view/?id=1cce91d04:35
glitchdmight anyone have any ideas why?04:35
deidyomega(notice the 1hr mark)04:35
slyrobotWill this fix the Skylake motherboard issues ??04:35
reisioglitchd: you might, if you say the error/s04:35
Ben64glitchd: are you aware that 16.04 is supported until 2021, and 16.10 is only supported until July 2017?04:36
slyrobotHas anyone tried using Ubuntu 16.10 ?04:36
=== cigumo_ is now known as cigumo
=== uhhf1 is now known as uhhf
glitchdreisio, well sudo do-release-upgrade returns "no new release found"04:37
glitchdBen64, yes i am, i just like to stay up to date with th releases04:37
freakyyhi all. im using ubuntu budgie - how can i get ubuntu to save my ssh password for a session or for some time?04:38
Ben64well open the update manager and change your preferences from LTS only to whatever isn't LTS only04:38
freakyyif i do ssh user@host04:38
Ben64freakyy: what is ubuntu budgie04:38
freakyyBen64: budgie is a new desktop environment which is accepted as flavour of ubuntu form 17.04 on. u can already use budgie though.04:39
freakyyit uses gnome stuff04:39
glitchdBen64, wow i was wondering why i hadnt received a notification for the upgrade, that explains it. thx04:39
Ben64well until 17.04 i suppose, it isn't supported here04:39
freakyyhey glitchd :D04:39
glitchdyea?04:39
glitchdfreakyy, ..?04:40
freakyyglitchd: it is - budgie is the official repos already and with a ppa u can already install the full budige remix04:40
freakyyglitchd: u remember me? i set u up an owncloud account because u helped me ;D04:40
Ben64PPA = not supported04:40
glitchdfreakyy, thats right! lol04:40
glitchdfreakyy, whats up bud?04:41
freakyycant u guys tell me what gnome uses to save passwords for ssh sessions? ;D04:41
Ben64maybe in ##linux04:41
freakyyglitchd: not much ;D ... trying to get help ;D04:41
glitchdfreakyy, gnome-keyring i believe04:41
deidyomega@Ben64 charge history looks good:  http://www.tiikoni.com/tis/view/?id=648570f however time to empty doesn't: http://www.tiikoni.com/tis/view/?id=1cce91d04:42
glitchdfreakyy, thats how it saves the passwords04:42
freakyyglitchd: thanks wait04:42
Ben64deidyomega: yep bad battery04:42
deidyomegaGuess no amounts of C I write will fix that... Ok, thanks for helping!04:43
glitchdfreakyy, wait for what?04:43
freakyynm ... gnome-keyring is ok but isnt ther esomethin that sits in my system tray?04:44
glitchdpic?04:44
glitchdsry misread that04:44
glitchdfreakyy, i have no idea about that tho..04:45
glitchdis it even recommended to update to ".10" releases?04:47
Ben64glitchd: .10 only means it came out in october04:49
freakyyglitchd: yea .. .10 is ok to use ... it has been released04:49
freakyybut its not LTS04:49
Ben64only half of the .04 releases are LTS04:49
siva_machinaonly the eve years04:50
glitchdi think ill just wait till the next lts then04:50
siva_machinaeven04:50
=== howyoubeen_ is now known as howyoubeen
freakyyglitchd: ok ;D04:50
glitchdmy system is solid, no need to fool with it for no reason04:50
siva_machinaNope04:50
siva_machinaUnless it is for testing reasons.04:51
glitchdmeh04:51
glitchdtesting shmesting04:51
glitchdnot for this guy04:51
glitchdmaybe perhaps in a vm just for shits, but not on my hd04:51
siva_machinaOnly reason I would use one of the inbetween releases is to try Unity804:52
glitchdive never been a fan of unity at all04:53
glitchdim more xfce bound04:53
siva_machinaNeither was I. But It grew on me04:53
glitchdu know what else grows? fungus.04:53
glitchddont need that resource hogging dm04:53
siva_machinaYou know what grows on fungus?04:53
siva_machinamushrooms04:53
glitchdba zing04:54
glitchdbeen there. done that. had a long walk back.04:54
siva_machinaunless you have less 8 gig of ram and a really small hard drive. Resources shouldn't be to much of an issue04:54
glitchdive always just found it not as snappy as xfce, and thats what im after.04:55
reisioright, unless your computer is from 200004:55
glitchdi have 8 gigs ram and an i5 so it runs pretty decently04:55
reisiommm, lovely Xfce04:55
glitchdyes, and yes.04:55
glitchd*yes and, yes.04:56
siva_machinaIn the end it is personal opinion or you need to squeeze every last bit of resource from your machine for some reason or another04:56
reisioyarp04:56
glitchdindeed04:56
glitchdwell i gave unity a fair chance to sway my, and it did not.04:57
glitchd*sway me,04:57
glitchdi type fast lol often while doing something else at the same time04:58
siva_machinaI think it the use of keyboard shortcuts made me kinda like it.04:58
siva_machinaIf I want something liht I useally go for i3wm04:58
glitchdright on, to each their own04:58
glitchdnever used i3wm..04:58
siva_machinawhich is pretty much all keyboard shortccuts04:58
siva_machinashortcuts*04:58
siva_machinaOne thing I do like with i3. Your config for its settings is in 1 to 2 config files04:59
siva_machinamaking it easy to back up your ssettings05:00
glitchdim actually watching a video about it right now05:00
freakyybtw guys if u havent heard yet: http://www.omgubuntu.co.uk/2016/11/ubuntu-budgie-now-official-ubuntu-flavor?utm_source=slideshow05:04
freakyy:)05:04
zanshinzanshin: Looks like you need an updated driver, however the e1000e 3.3.4 driver doesn't recognize the kernel included in Ubuntu 16.10 (4.8.0-27-generic). Phooey.05:05
Frezecan you do LVM on two seperate hard drives and leave one harddrive with it's current default05:07
FrezeI think sda is just ext405:07
Frezebut i want sdb and sdc to be one drive using LVM05:07
freakyyi have a question. anyone here using budgie?05:08
reisiofreakyy: what if someone were05:08
freakyyreisio: i wanna know - there is this sidebar panel ... can i remove it? :D i dotn need it i think ;D05:09
reisiofreakyy: most likely05:10
freakyywhat is it called?05:10
reisiofreakyy: raven, isn't it?05:11
elias_afreakyy: Use some other flavour of Linux, then or different desktop.05:11
elias_aThe side panel is after all a very central part of Ubuntu,05:12
siva_machinaI usually have the panel in Unity autohide.05:13
freakyyno i mean tplank .- thank you i found out ;D05:13
CodeMouse92Alternatively, if you're on Ubuntu 16.04 or later, you can just move said "side bar" (it's called the Launcher) to the bottom of the screen05:13
siva_machinaUntil I need it05:13
freakyyim not talking about ubuntu im talkin about ubuntu budgie05:14
CodeMouse92freakyy: Good to know :)05:14
siva_machinaThe panel on the right in Budgie you can also hide till you need it.05:15
glitchdfreakyy, youre not talking about ubuntu, youre talking about ubuntu budgie --its still ubuntu05:15
glitchdfreakyy, same base os, just with a different dm05:16
reisiotplank05:16
freakyyjust plank05:16
freakyythe t came from the word beforre05:16
reisiobudgie, raven, plank, all bad names :p05:16
glitchdfreakyy, like me, im using ubuntu with xubuntu desktop installed, its still ubuntu to05:16
glitchdtho*05:16
freakyyglitchd: ok ;D05:16
freakyyok guys, thanks for all your help ...05:17
glitchdfreakyy, did your issue get resolved?05:17
xiejingganghello05:20
xiejinggang有人吗05:20
glitchdlol05:20
underd0gyo05:20
glitchdsup05:21
siva_machinaI awesome 有人吗 means hello.05:21
siva_machinaassume*05:21
siva_machinahow the frack did I get awesome?05:21
siva_machina>.>05:21
melonheadinstalling KDE on Ubuntu 16.0405:21
underd0ghaha dope05:21
glitchdbecause youre awesome05:21
melonheadany gotchas?05:21
reisiomelonhead: only one05:22
melonheadwhat's that reisio?05:22
siva_machinamaybe lack of being able to use your superkey/windows key without using ksuperkey.05:22
glitchdyour spelling=)05:22
reisioremoving Unity/GNOME deps you no longer need05:22
reisio有人吗 -> anyone there05:22
melonheadreisio: is it as bad as trying to get rid of Noveau?05:22
glitchdgoogle ftw05:23
reisiomelonhead: it's easy, as is dealing with nouveau05:23
melonheadok, reisio. I'm working on getting KDE in now05:23
melonheadwill fight with GNOME shortly.05:23
reisioI forgot the command I used last time05:23
glitchdskip kde, go xfce05:23
freakyyglitchd: yea i was ablet o remove the dock ... i just dont get the sense why i would need it as i have the taskbar already05:24
melonhead"One fight at a time, fellas."05:24
siva_machinaKDE does get become a bit better if you use Android.05:24
freakyyok bye all05:24
glitchdfreakyy, well i believe thats what the dm was using instead of a dock, so theyre basically the same thing05:24
glitchdsiva_machina, how so?05:25
freakyyi dont get why i would need a ... dock if i have somethin glike what i have iwth budgie at the top05:25
siva_machinaglitchd, KDEconnect05:25
freakyywith budgie its like with windows 10 u can keep your apps in the bar05:25
glitchdsiva_machina, nvr used it..05:25
glitchdsiva_machina, i dont think ive even used kde since like 10.04 lol05:25
freakyyok bye all now :)05:26
siva_machinaglitchd, If you ever try kde again I and you have an Android device. I suggest you do.05:26
freakyybye glitchd  ^^05:26
VystyI upgraded from 14.04 to 16.04 last time and I've run into some bugs and glitchy stuff. Can anyone help me trouble shoot?05:26
siva_machinabye freakyy05:26
glitchdadios freakyy05:26
glitchdsiva_machina, ill keep that in mind05:26
Vystylast night*05:26
VystyAll went quiet suddenly.05:29
reisioVysty: lies05:30
VystyGood!05:30
=== mike_ is now known as Guest81616
VystyAnyone able to help me troubleshoot the bugginess of my Ubuntu upgrade?05:30
reisioyou'll have to explain the bugs before anyone can do that05:31
VystyIndeed, I didn't want to blast everyone until I found someone who was interested in helping.05:31
VystyFirst thing I get upon booting is this: [FAILED] FAiled to start Load Kernel Modules.05:32
reisiothat's the purpose of the entire channel, FYI05:32
glitchd..lol05:32
reisiodoes that stop you from doing something?05:32
glitchdVysty, have you checked dmesg to see what failed to start?05:33
glitchd*what module failed to start05:33
VystyWhen I log into my profile, I have no panels. I'm able to open a terminal my right-clicking the desktop and get a web broswer open (Firefox), but it crashes if I try to do anything with it.05:33
Vystygltichd: I'm barely above an Ubuntu illiterate. How do I check those things?05:33
glitchdsounds like a problem with the session05:33
glitchdyou should start a new session i think05:34
Vystyglitchd: How do I do that?05:34
glitchdwhat desktop are you using?05:34
VystyGnome05:34
glitchdunity?05:34
glitchdoh05:34
glitchd1 sec05:34
VystyI could never get the feel for Unity.05:35
reisioI'm sure you could, if you wanted to05:35
glitchdso all u have is a background picture then, right?05:35
reisioit's horrifically macOSy :p05:35
glitchdVysty, so all u have is a background picture then, right?05:35
VystyAnd some files and folders on my desktop05:36
glitchdVysty, Press Ctrl+Alt+F1 to get in your TTY: Then issue the command below to reset your GNOME settings.05:36
glitchdCode:05:36
glitchdrm -rf .gnome .gnome2 .gconf .gconfd .metacity05:36
VystyWill do. Also, if I need to paste anything, I'm on my wife's computer and will probably need to take a picture with my phone and post it.05:37
VystyWhere's the best place to do that?05:37
danilo_exit05:38
reisiommm, imgur is fine if it's got no private info05:38
glitchdVysty, pastebin.org for text and http://www.imghost.com/ for images05:39
VystyGot it. I put in the code you gave me.05:39
glitchdVysty, now you have to log out and then back in to see changes i believe05:41
VystyHow do I get out of this TTY thing?05:41
glitchdcrtl+alt+f705:41
VystyIs there a keyboard shortcut to log out?05:42
VystyMy computer's power button isn't doing anything.05:42
glitchdsudo reboot05:43
glitchdwaqit05:43
glitchdnot that05:43
glitchdwell actually yes, sudo reboot05:43
Vystyhahaha, already did it05:43
glitchdlol05:43
Ben64if you want to reboot, yeah05:43
glitchdi think the other would have been sudo killall lightdm05:44
glitchdi think..05:44
Ben64ew no05:44
glitchdlol then please, expand.05:45
VystyWe're about to find out what happened in any case...05:45
glitchdits all the same in the end anyways05:45
VystyLogging in...05:46
VystyStill have a bunch of System PRoblems Reported upon logging in.05:46
VystyAnd still no panels.05:46
glitchdanything different at all?05:48
VystyNope.05:48
Vysty:(05:48
glitchdany different messages?05:48
VystyNone.05:48
ubuntu364اه05:49
ubuntu364hello05:49
ubuntu364i have this issue with 16.04.1 daily iso.  https://ubuntuforums.org/showthread.php?t=232603505:49
Vystyglitchd: So how screwed does it look like I am here?05:50
BrianTheDogwow05:50
siva_machinaubuntu364, o/05:50
BrianTheDogusing linux box05:50
Vystyglitchd: Do I still have ya with me?05:51
glitchdVysty, yes05:51
glitchdsry i was distracted05:51
VystyNo prob. I appreciate you helping me.05:52
ubuntu364is there any way to fix it?05:52
glitchdcan you log into the guest account from the login screen?05:52
VystyWe can try. Unless you can think of another way I can logout, I'll have to reboot again, yea?05:52
=== for{} is now known as Microtrauma
Frezeanyone use lvm ?05:53
glitchdVysty, 1 second05:54
siva_machinapkill -u yourusername05:54
siva_machinawill log you out05:54
glitchdyes it will05:55
siva_machinadoing it from a tty will also effect your xsession05:55
siva_machinaif need be05:55
glitchdalso you can enable the shortcut of crtl alt backspace with this setxkbmap -option terminate:ctrl_alt_bksp05:55
VystyI just used the pkill.05:55
glitchdmmk05:55
VystyLogged into guest session. Still no panels.05:56
glitchdVysty, you said you were on 16.04 right?05:58
VystyI am now, yes.05:58
VystyUpgraded from 14.04.05:58
SircleI am using loginctl to do multisat. On reboot the keyboards are swapped somehow. Why is this?05:59
glitchdVysty, try this, if this doest work i would suggest reinstalling the gnome panels06:00
glitchdgconftool --recursive-unset /apps/panel && killall gnome-panel06:00
VystyShould I do it as guest or as my normal login?06:00
glitchdnormal06:00
Vystygnome-panel: no process found06:02
glitchdhmm06:02
glitchdtry just typing in gnome-panel06:03
glitchdfrom a terminal window, not the tty06:03
VystyAha! That got me something.06:03
VystyAlthough it's still buggy.06:04
VystyThe panels showed back up.06:04
glitchdok06:04
glitchdhow is it buggy?06:04
reisioSircle: usb fun06:04
VystyThe terminal seems to have shoved itself above where I can close it or move it around, and it has no corresponding place in the lower panel.06:05
greetergreetings, quick question, what command can i use on the command line to check my ip addresses?06:05
glitchdhold alt and click and hold on the window and move it06:05
glitchdgreeter, ifconfig -a06:05
siva_machinaVysty, use xkill then06:05
greeterthank you kindly glitchd06:06
glitchdgreeter, then look for you adapter and the ip attached to it06:06
Vystyglitchd: Not doing anything. Simply highlights more stuff.06:06
reisioVysty: probably if you hover over the top left area, it'll show you the three colored circles06:06
siva_machinarun xkill in the terminal then select what you want to closre06:06
Vystyreisio: Can't. They're shoved up above the panels.06:06
glitchdreisio, the top of the window is above the top of the screen06:06
VystyBalls. The panels disappeared with the terminal.06:06
greeteroff topic, anyone have a website that can test ipv6 connectivity?06:06
reisioVysty: probably a 'move' item in the task bar06:07
Vystyreisio: Nothing is showing up in my task bar.06:07
glitchdVysty, yes you can right click the windows button on the task bar an choose move then click and hold on the window to move it06:07
VystyThat's why I'm here. Everything is gltichy.06:07
glitchdhmm06:07
glitchdVysty, i would just reinstall if it was me06:08
VystyI'm thinking that might be the case. Will that wipe out my harddrive?06:08
glitchddepend on how u reinstall06:08
siva_machinaOr how you installed Ubuntu in the first place06:08
VystyUngh...06:09
glitchdhow much stuff do yo u have on the system?06:09
VystyLots.06:09
siva_machinaif you used the whole harddrive with no seperate Home partition then most likely06:09
VystyIt's backed up, but I'd prefer not to have to restore if I don't have to.06:09
VystyI can't remember how I broke up the partitions. How do I check?06:09
reisiolsblk -f06:09
greeternever mind, i found one, thank you kindly for your assistance. ubuntu, the best os ever created :-D06:10
Frezefont rendering is kinda hurting my eyes06:10
Frezecoming from windows06:10
VystyJust tells me what the partitions are, not their sizes.06:10
FrezeI find things really blurry06:10
reisioFreze: you on ordinary Ubuntu?06:10
Frezemaybe I just need to get used to it06:10
glitchdVysty, lsblk06:11
Frezeyeah 16.0406:11
FrezeI have subpixel antialiasing06:11
Frezeand slight hinting06:11
SircleI just changed nvidia driver from 340.x to 367.x via kubunt driver manager. It seems that I cannot use GUI now. How to rever via command line?06:11
reisioFreze: http://www.webupd8.org/2013/06/better-font-rendering-in-linux-with.html06:11
Frezechanged to robot font06:11
reisioI find Windows' style worse, personally06:11
reisiobut use what you like :)06:11
Frezeis Infinality reccomended?06:11
FrezeI read that it's not needed06:11
Frezeanymore or has no effect06:11
reisiothe only way that would be the case is if it were default already06:12
reisiowhich is possible, I don't keep track06:12
VystyI got 465G on one, 70G on another, and a few others with a lot less than that.06:12
glitchdVysty, what are you trying to find out about the partitions?06:13
Vystysiva_machina brought it up06:13
VystySorry it appears I got distracted.06:13
glitchdits all good06:13
VystySo if I go about reinstalling this thing with the intention of not having to restore my backup, how do I get started?06:13
glitchdi think he was referring to having your home folder on a different partition06:14
VystyI hope it requires a sledgehammer, because I'm getting to that point.06:14
glitchdVysty, insert cd and reboot06:14
siva_machinaglitchd, that is what I was referring to06:14
glitchdVysty, make sure computer is set to boot from cd06:14
glitchdsiva_machina, right on06:14
VystyAnd if I don't have a CD on me?06:15
glitchddo you have a spare usb?06:15
siva_machinaflash drive then?06:15
glitchdsiva_machina, beat you to it lol06:15
siva_machinaNoOoOoOoooooo06:15
glitchdlolol06:15
glitchdits a race and we're running with our fingers!06:16
reisioololol06:16
VystyLet me see if I can dig one up. How much space do I need?06:16
glitchdVysty, less than a gig06:16
VystyCould I just use my backup external harddrive?06:17
reisiowhat's Vysty's problem?06:17
siva_machinamost 1.5 on average06:17
glitchdhow did u install the first time?06:17
Vystyreisio: dumerfuckeritus06:17
Vystydumb*06:17
glitchdlol06:17
reisioVysty: sure, but what specifically? :p06:17
glitchdhis upgrade is just buggy as fuck06:17
VystyAn acute case of sever dumbfuckeritus.06:17
Vystysevere*06:17
reisiooh right, upgrade, I remember now06:18
greeteris there an off topic channel?06:18
Vystyglitchd: I don't remember. It's been awhile.06:18
glitchdVysty, you dont remember burning a cd?06:18
VystyI remember NOT burning a CD. :D06:19
reisiogreeter: /msg alis list *ubunt*off*06:19
glitchdVysty, lol06:19
greeterthank you kindly reisio06:19
VystyI haven't burnt a CD in... a long time.06:19
VystyLike I remember downloading songs off of Napster at 3 kb/s and burning CDs.06:19
reisioquite wise06:19
glitchda usb would work in this case also06:19
VystyCould I use my external HD for the USB?06:19
Ben64a cd won't work06:19
glitchdBen64, ..?06:20
Ben64the isos are bigger than a cd06:20
VystyExternal HD good or no?06:20
glitchdoh shit hes right06:20
Ben64Vysty: if you don't care about any data on it06:20
reisioVysty: a usb stick would be simplest06:20
glitchdim used to the 6-700mb iso's that i install with06:20
VystyCDs are practically bronze age technology at this point.06:20
glitchdyes.06:20
VystyShit. I'll go digging for a thumb drive.06:20
reisioyou can probably still put a mini install image on a CD, though06:20
Ben64glitchd: haven't existed in a long time06:20
glitchdBen64, what hasnt existed in a long time?06:21
siva_machinareisio, if the mini iso was any smaller you could put it on a floppy06:21
reisiothere are technically simpler things than a usb stick, but they require more explanation06:21
Ben64glitchd: cd sized isos for ubuntu06:21
reisiosiva_machina: if'n' you had one06:21
glitchdBen64, oh, right.06:21
=== ssm_ is now known as Guest61390
glitchdi made a little script to image an install iso to a usb and use it just like a live cd06:22
Ben64script? you mean "dd if=the.iso of=usbdevice"06:22
reisiomaybe he made it so it will check if he's about to overwrite his pr0n :)06:23
siva_machinaas much as I like useing the terminal. I still use a gui like Etcher to put isos onto a usb06:23
glitchdBen64, yes basically06:24
VystyOkay my wife had one.06:24
VystyNeed to move some data around.06:24
glitchdVysty, ok for this to work your going to need an ubuntu iso06:24
siva_machinactcp version?06:25
glitchdand i think the usb has to be in fat32 format, but i could be wrong about that06:25
VystyGot a link so I can start downloading?06:25
siva_machinareisio,06:25
glitchdyep06:25
glitchdyou can download in the terminal06:25
glitchdits faster06:25
glitchdwget *link*06:25
reisiosiva_machina: /ctcp reisio version06:25
VystyWhat's the link?06:25
glitchd without the *'s06:25
reisioVysty: where are you?06:26
glitchdlol i thought u had the link06:26
VystyWashington State06:26
reisioVysty: and you want what, kubuntu 16.10?06:26
glitchdwhatever directory you run the wget command in is where the iso will be saved06:26
VystyUbuntu 16.0406:26
reisiohttp://mirror.pnl.gov/releases/16.04.1/06:26
glitchdwget http://mirror.pnl.gov/releases/16.04.1/ubuntu-16.04-desktop-amd64.iso06:27
glitchduse that command if u want the 64 bit iso06:28
VystyDo I want amd64 or amd32?06:28
reisiowell, may as well be http://mirror.pnl.gov/releases/16.04.1/ubuntu-16.04.1-desktop-amd64.iso06:28
Ben64depends on your cpu (but there is no such thing as amd32"06:28
VystyOops.06:29
reisioVysty: grep -i ' lm ' /proc/cpuinfo && echo amd6406:29
VystyMy CPU I think is pretty slow. It's a laptop that's about 6 years old.06:29
glitchdwhat are u running right now?06:29
glitchd32 bit or 64 bit?06:29
glitchdand how much ram do you have?06:29
VystyBlaaaaaa how do I find out?06:29
reisioVysty: grep -i ' lm ' /proc/cpuinfo && echo amd6406:29
Ben64whats the model of the laptop06:29
glitchdlsb_release -a06:30
glitchdshit im wrong06:30
glitchdlol that just tells you the release06:30
Ben64glitchd: watch the language here please06:30
glitchdBen64, sry wont happen again06:30
Vystyreisio: it spit out: /proc/cpuinfo amd6406:30
reisioVysty: then amd6406:30
VystyBen64: it's an HP06:31
glitchdthen get the 64 bit iso06:31
reisioyomama's an HP06:31
VystyTell me about it.06:31
glitchdrofl06:31
glitchdim on an hp06:31
glitchdprobook 4540s06:31
reisioI've no beef with HP06:31
VystyOkay, I'm downloading the same .iso06:31
glitchdok so while thats downloading, find out where your usb is mounted06:32
glitchdlsblk06:32
siva_machinaI have no beef with HP either..just veggies.06:32
glitchdis it sdb or sdc or...06:32
reisiommm, wheat gluten06:32
glitchdyums06:32
Vystyreisio: I quit eating wheat a couple years ago. Never looked back.06:33
glitchdmore for me!06:33
glitchdomnomnom!06:33
VystyOkay, what do I need to know about where this USB is mounted?06:34
nullbytesIs it possible to change the default compression level of gzip?06:35
reisionullbytes: sure06:35
reisiobut why06:35
UbuntuDudefollowed this tutorial and ended up neither being ubuntu nor xubuntu!!!!! https://sites.google.com/site/easylinuxtipsproject/alternative06:35
glitchdBen64, the command i actually use is "sudo dd bs=4M if=ubuntu.iso of=/dev/sdb;  clean06:35
glitchdBen64, the command i actually use is "sudo dd bs=4M if=ubuntu.iso of=/dev/sdb; clean06:35
reisio...06:35
glitchdone to many spaces in the first one06:35
Vystyglitchd: Anything specific I need to know about where this USB is mounted?06:35
UbuntuDudeI dont see the part "b. In the login window, click on the Ubuntu logo next to your user name. Select Xubuntu Session."06:36
reisioVysty: you just need its device name06:36
UbuntuDudeTurn Ubuntu 16.04 into Xubuntu 16.0406:36
glitchdVysty, what the usb device name is "lsblk"06:36
reisioVysty: it should be fairly apparent from lsblk -f06:36
nullbytesreisio: I have a lighttpd server using mod_compress to compress files. mod_deflate has a compression-level setting, but mod_compress does not appear to have that option.06:36
reisioVysty: you can confirm based on capacity by running sudo cfdisk /dev/foo (don't change anything, just check capacity & quit)06:37
Vystysdb1?06:37
glitchdVysty, yes but you would just use sdb instead of sdb106:37
reisionullbytes: the whole reason people use gzip is for its defaults, though06:37
VystySOunds good.06:37
VystyETA 7 mins on that iso.06:37
nullbytesreisio: but I need maximum compression06:37
reisionullbytes: if you wanted either faster compression or greater compression, you'd use something else altogether06:37
reisioVysty: sdb1 suggests you have one internal hard drive, and a usb stick inserted06:38
glitchdVysty, command would be dd bs=4M if=ubuntu.iso of=/dev/sdb06:38
glitchdVysty, the usb stick is the only usb plugged in right now, right?06:38
VystyYOu mean USB drives or USB anything?06:39
nullbytesreisio: what else could I use that would be recognized by the browser? I am using Content-Encoding: gzip06:39
glitchdusb drive06:39
VystyYes.06:39
glitchdok06:39
reisiostorage devices06:39
reisionullbytes: there are no rules06:39
glitchdVysty, i only ask because i have made typing mistakes with multiple drives plugged in and lost data like that06:39
tsquar3dHey all -- I'm having an issue with my gui. Ubuntu desktop wont start and when I login via CLI I get "systemd-logind[1317]: Failed to start user service06:40
VystyI appreciate you looking out.06:40
reisionullbytes: but again, people use gzip because by default it strikes a decent compromise between speed & compression06:40
reisionullbytes: it isn't the best at either of those06:40
glitchdVysty, np06:40
VystyYup this is the only one plugged in and I backed it up.06:40
glitchdVysty, good stuff06:40
ubuntu881need help i set up my apache server with php and mysql and also phpmyadmin tried installing forums onto the var/www and now the webpage only have loads after connected to database it shows only text no themes or nothing?06:41
nullbytesreisio: but I am using it because it for its browser support: http://webmasters.stackexchange.com/questions/22217/which-browsers-handle-content-encoding-gzip-and-which-of-them-has-any-special06:41
VystySo are there Linux networks yet where I can physically attend and have someone help me with this sort of stuff?06:41
ubuntu881need help i set up my apache server with php and mysql and also phpmyadmin tried installing forums onto the var/www and now the webpage only have loads after connected to database it shows only text no themes or nothing?06:41
reisionullbytes: and browers support it for the reason I said06:41
glitchdVysty, not that i know of, maybe Ben64 or someone else knows..06:42
reisioVysty: 'LUG'06:42
reisioVysty: but you shouldn't need more help than you're getting now, really06:42
VystyWhazzat?06:42
reisioVysty: it's a thing, check it out06:42
nullbytesreisio: but in my case, I need to maximize compression, so is it possible to use mod_compress in lighttpd with a higher compression level?06:42
reisiohttps://www.google.com/search?q=linux+lug06:42
reisionullbytes: what makes you think gzip's highest level would suffice?06:43
VystyI'm sick of sitting at my computer waiting for all this stuff to do it's thing. My wife is bored in the other room. :(06:43
reisioVysty: bored wife, oh dear06:43
reisioI know how to fix that06:43
reisioand statistically, the average time couples take to fix it is 4 minutes06:43
glitchdgo "entertain" her06:43
VystyYea, it's called get off the ****ing computer, right?06:43
reisioI don't know06:43
reisioyou don't necessarily need your eyes or hands :p06:43
VystyFor my computer or for my wife?06:43
glitchd...lol06:44
reisiobut, like06:44
reisiothis channel also isn't going anywhere06:44
reisioyou can go do whatever and come back later and get a similar amount of help06:44
VystyYea but I have a busy schedule and now I have time to deal with this issue.06:44
reisiono you don't, you just want to :p06:44
glitchdVysty, right now till its done on the usb, its just a waiting game06:44
reisioit's a good way to teach yourself to make backups, though :)06:44
VystyNo, I do have I busy schedule. I have a wife to support and I'm starting an investment business at the same time as working normally.06:45
ubuntu881need help i set up my apache server with php and mysql and also phpmyadmin tried installing forums onto the var/www and now the webpage only have loads after connected to database it shows only text no themes or nothing?06:45
Vystyglitchd: okay, done downloading. I'm going to move it to the USB06:45
glitchdVysty, also this is the reason i dont do upgrades through the update manager, i always do a fresh install to aviod these specific problems06:45
glitchdwait06:45
Ben64Vysty: move it? no06:45
glitchdyou can jsut copy it to the usb06:45
reisiowell, or you could upgrade from the terminal06:45
glitchdu have to use the command i gave earlier06:45
VystyAw crap. Now what?06:46
glitchdreisio, he just wants to reinstall06:46
VystyI just drag'n'dropped.06:46
tsquar3dNevermind -- I figured it out.06:46
tsquar3dI had to remove upstart.06:46
glitchdVysty, it doesnt work like that06:46
Ben64Vysty: that just puts it as a file on there, won't work06:46
nullbytesreisio: because the highest compression level is 10% smaller, and bandwidth is more important to me than CPU.06:46
VystyFiiiiine06:46
glitchdVysty, ill give u the command again06:46
Ben64nullbytes: use something better than gzip then?06:46
VystyOkay, now where was that command?06:46
glitchdsudo dd bs=4M if=nameofiso.iso of=/dev/sdb06:47
reisiojust use less code, then06:47
nullbytesBen64: what is better than gzip that is widely supported by browsers?06:47
VystyUngh I think I'm going to lose it. Now the terminal is glitching out on me.06:47
glitchdVysty, run that command in the directory that the iso is in06:47
reisioVysty: CTRL+c (repeat as desired)06:48
Random832it's rarely necessary to use dd06:48
Random832you can just cp nameofiso.iso /dev/sdb06:48
ubuntu881need help i set up my apache server with php and mysql and also phpmyadmin tried installing forums onto the var/www and now the webpage only have loads after connected to database it shows only text no themes or nothing?06:48
glitchdRandom832, is just faster06:48
Vystyglitchd: I'm unable to type in my terminal now.06:48
reisioRandom832: not particularly less complicated06:48
Vystyglitchd: Should I just reboot again?06:48
glitchdRandom832, and the usb wont boot if u just copy the iso to the usb06:48
glitchdVysty, i guess06:49
Vystyblllalllasdfasdrarghhhh06:49
Random832glitchd: you're wrong. using cp in the way i described puts the data directly on the disk in the same way as dd06:49
glitchdVysty, i feel you pain, im sorry man06:49
Random832i'm not talking about copying it into a mounted folder06:49
VystyNigh cometh the requirements of the sledgehammer.06:49
glitchdRandom832, ok06:49
Vystyglitchd: It's okay. I could be running Windows, still.06:50
glitchdRandom832, actually, i dont see how it puts the data on the usb the same way that dd does.06:50
Random832how do you not see it06:50
Random832what do you believe it does instead?06:50
glitchdbecause dd images the file to the usb cp just copies it onto the usb06:50
Random832no if you use the "/dev/sdb" in cp it also "images" it06:51
Random832i'm not talking about cp file.iso /media/whatever, i'm talking about cp file.iso /dev/sdb06:51
glitchdwell damn. i did not know that.06:51
glitchdthank you for sharing the knowledge06:51
ubuntu881need help i set up my apache server with php and mysql and also phpmyadmin tried installing forums onto the var/www and now the webpage only have loads after connected to database it shows only text no themes or nothing?06:52
Vystyglitchd: Alright Sir, give me that command one more time please.06:52
Random832using dd just makes things more complicated because you've got to remember to put bs=something or it'll be slower (cp uses a default block size of 32k or 64k which is optimized for speed)06:52
glitchdsudo dd bs=4M if=nameofiso.iso of=/dev/sdb06:52
Random832of course the new fun way to do this is pv to get a progress bar06:52
glitchdVysty, i pm'd you06:53
Random832pv < nameofiso.iso > /dev/sdb06:53
glitchdive usd pv before for the progress bar06:53
glitchdused*06:53
ubuntu881need help i set up my apache server with php and mysql and also phpmyadmin tried installing forums onto the var/www and now the webpage only have loads after connected to database it shows only text no themes or nothing?06:55
Random832dd does have some advanced features that make it useful for some cases (if you need to copy only part of a file/disk, for example, or if you have a special device like a tape drive that requires precise I/O block sizes), but the usual "disk image" case is a historical artifact because a long time ago in the early 90s there was a bug in cp06:58
Random832so dd got put in a lot of tutorials, and then people copied those without knowing why06:58
reisiowhy would people want to store that information?06:59
=== nchambers is now known as voldemort
ubuntu881need help i set up my apache server with php and mysql and also phpmyadmin tried installing forums onto the var/www and now the webpage only have loads after connected to database it shows only text no themes or nothing?07:08
arjun6767Dear All, I have installed tomcat in ubuntu 14.04 in google cloud instance and its running on port 8080 and now I trying to run tomcat on port 80 but able to do this so please suggest07:10
yubHi, i'm connecting from my olivetti PC107:16
yub8088 512Kb RAM...07:16
geirhaI don't think you'll be able to run ubuntu on that07:17
yubNope... but the SLIP gateway is running ubuntu07:18
yubi'm running DOS 6.22 with mTCP07:18
yubjust another challenge...07:19
styler2goCan someone help me with debootstrap or anything else? i am trying to install ubuntu next to my debian07:20
Peetz0ryub: POIDH! (he just left, I know)07:22
SebthreeBQM10HDhi07:26
=== for{} is now known as Sonnentanz
=== Sonnentanz is now known as MoldavianPeople
abbbashey every body , i had a windows 10 installed with UEFI and then i install ubuntu , but windows wont lunch from ubuntu grub and error number : 0xc000225 , thank you07:49
abbbaswhere is the problem ??07:49
SebthreeBQM10HDhmm07:49
SebthreeBQM10HDhave you checked uefi bios settings07:49
SebthreeBQM10HDmaybe disabled secure boot even07:50
SebthreeBQM10HDand linux is usually meant to use windows uefi boot loader on install of ubuntu i had to point to that07:51
SebthreeBQM10HDabbbas, ubuntu is in uefi mode like windows right? not legacy?07:52
abbbasSebthreeBQM10HD:yes i think,07:52
SebthreeBQM10HDyeah both should be in uefi07:52
SebthreeBQM10HDand if its using windows uefi loader both should load07:53
SebthreeBQM10HDwhich laptop?07:53
abbbasSebthreeBQM10HD: so it can be about grub ? how i can update grub ?07:53
abbbasSebthreeBQM10HD:  asus n551jq07:54
SebthreeBQM10HDabbas yes maybe depending on how things installed but the uefi boot loader itself more so than grub07:55
SebthreeBQM10HDabbas not sure what that error code means, but are you sure you didnt wipe out windows by mistake, when you installed ubuntu?07:56
dwl301Hi,all I have a question about ubuntu server intall.When I automatically install the ubuntu server, how to remotely(juest like vncviewer) view the progress of the installation?07:57
dwl301I would like to see the progress of the installation.07:58
ducassedwl301: you can load an ssh module from the menu during install, then connect with ssh to finish the install07:58
SebthreeBQM10HDabbas when you install ubuntu and get to the grub setup there should be an option to make it use the windows uefi loader, well on my hp laptop was like that07:58
ikevindwl301, start installation over ssh07:59
abbbasSebthreeBQM10HD:  no i can run windows by changing bios setting that is not wiped out07:59
SebthreeBQM10HDabbas the boot order yourself?07:59
abbbasSebthreeBQM10HD:  yes08:00
dwl301ducasse, ikevin   Where can find relevant information?08:00
ducassedwl301: try the ubuntu server guide08:00
SebthreeBQM10HDabbas you mean like f5 or something and then the pc boot options and windows?08:00
dwl301ducasse, thank you.08:01
abbbasSebthreeBQM10HD: yes f208:01
SebthreeBQM10HDabbas and from that can also boot up ubuntu ok?08:01
abbbasSebthreeBQM10HD: yes08:04
SebthreeBQM10HDabbas ok08:04
SebthreeBQM10HDabbas I has a similar issue with a hp laptop, but where it would just boot up windows 10 unless going in the boot options of the lap top08:05
SebthreeBQM10HDabbas turns out i hadnt told it to use the windows uefi loader, once that grub would come up and both oses would load, plus i had secure boot disabled. did you specifically on install of ubuntu tell the installer to use the windows uefi loader yourself?08:07
SebthreeBQM10HDabbas an asus laptop will be a bit different here and there, but that could be your issue08:08
SebthreeBQM10HDabbas there should be uefi options that you can select yourself when installing grub from ubuntus installer08:11
UbuntuDudeI think it's a fucking sick to ask a question in a specialized/dedicated channel and not one pays a fucking attention, you worthless fuckers should go do something else rather being here. morons08:15
vahehi, how install polkit-gnome-authentication-agent ?08:16
PCatineanHi everyone, I changed my password locally and since then either chrome or chromium keep forgetting my login after restart08:16
PCatineandoes anyone know why?08:16
SebthreeBQM10HDFirefox FTW h eh08:17
PCatineanyeah could be an option08:17
PCatineanbrb08:17
Anon_GSATHi08:25
SebthreeBQM10HDhi08:25
glitchdhey08:25
SebthreeBQM10HDhey08:25
SebthreeBQM10HDhej08:25
glitchdyo08:25
SagelessFox_hi, there08:25
SagelessFox_sup08:25
glitchdgreetings08:25
SebthreeBQM10HDif everyone did that hmm08:25
glitchdsalutations08:26
Anon_GSATI just installed Xchat on my laptop08:26
glitchdcongrats08:26
SebthreeBQM10HDAnon_GSAT, ok08:26
Anon_GSATSo what's going on?08:26
glitchdhi08:26
* SebthreeBQM10HD doesn't particulary like Xchat GNOME, but hey its the irc client of this ubuntu tablet08:26
guzzlefryhowdy08:26
SagelessFox_xchat is kinda odd....its author charges fee for windows version08:26
Anon_GSATOhh really08:27
glitchdbecause windows sux08:27
guzzlefrySagelessFox_: What about hexchat?08:27
glitchdlol08:27
Anon_GSATI am using it on my Windows system08:27
SebthreeBQM10HDyeah there was a xchat 2 as well, but  probably still not been updated since 2009 no sure08:27
glitchdfor windows just use hexchat08:27
glitchdits free08:27
* SebthreeBQM10HD would normally use Konversation from KDE, on any Desktop Linux distro :)08:27
ikevin<SagelessFox_> xchat is kinda odd....its author charges fee for windows version <== it exist a free version08:27
Anon_GSATAnyone has used Bash on Windows 1008:27
Anon_GSAT?08:27
SebthreeBQM10HDAnon_GSAT, no08:27
guzzlefryAnon_GSAT: briefly08:27
SagelessFox_perhaps its author doesn't know the one who is using xchat on windows, must be a linux user, otherwise they will not use IRC08:27
SebthreeBQM10HDyay some life, but uhmm08:28
SebthreeBQM10HD!ot08:28
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!08:28
Anon_GSATIt's actually quite good.08:28
glitchdlinux ftw08:28
guzzlefryAnon_GSAT: I was using this before: http://cmder.net/08:28
SagelessFox_yes, I am using hexchat for windows08:28
SebthreeBQM10HD!windows08:28
ubottuFor discussion on Microsoft software, or help with same, please visit ##windows. See http://launchpad.net/distros/ubuntu/+bug/1 http://linux.oneandoneis2.org/LNW.htm and /msg ubottu equivalents08:28
SagelessFox_bash on windows sux08:28
Anon_GSATReally?08:29
Anon_GSATFor one, yes I am unable to use any of the GUI utilities using Bash on Windows 1008:29
SagelessFox_ltsb windows doesnt support bash, but th provide install options...08:29
AtuMHi all!08:29
SagelessFox_it*08:29
SebthreeBQM10HDthat's a basic ubuntu in WIndows 10, well a bash08:29
SebthreeBQM10HDand that's off topic here!08:30
SagelessFox_that's just a rootfs08:30
SagelessFox_replace it wit arch, debian or something like that, it will surely work08:30
SebthreeBQM10HDAtuM, hi08:30
glitchdAtuM, hi08:30
glitchdginx!08:31
AtuMI'm reading about how to set-up bonding on Ubuntu. However there is no info on how to specify which bonding mode to use for specific bond.. I will need two - an active-passive for gigabit LAN and LACP for 10GbE ...08:31
AtuMAny clue on how to specify this without using rc.local ;-)08:31
SebthreeBQM10HDno08:31
SagelessFox_no08:31
glitchdnope08:31
AtuMSebthreeBQM10HD, SagelessFox_, glitchd was that ment for me ? :)08:32
SebthreeBQM10HDyes08:33
SagelessFox_yes08:33
Anon_GSATI am an ardent fan of Linux. However, due to incompatibility with the softwares that I use I have not reinstalled any Linux distro on my Laptop for the last 2 years08:33
SebthreeBQM10HDSagelessFox_, copier08:33
SebthreeBQM10HDAnon_GSAT, which softwares ?08:33
Anon_GSATThis Bash on Windows 10 was a glimmer of hope for me to use Linux from Windows 1008:33
AtuMoh,.. tnx then.. so rc.local it is then08:33
SagelessFox_yw AtuM08:34
SebthreeBQM10HDAnon_GSAT, it's a experimental thing08:34
SebthreeBQM10HDAnon_GSAT, oringally meant to just be command line08:34
SagelessFox_beta feature08:34
Anon_GSATI use ChemDraw, MS Office (a lot of features are not present on Libre Office yet)08:34
SagelessFox_try cygwin08:35
SebthreeBQM10HDAnon_GSAT, can get some gui stuff working or sort of,  with hacks etc or whatever,  but why not just dual boot with Linux, or have Linux in a vm with certain things,  for security it's better having  WINdows in the vm not the other way round but whatever08:35
SebthreeBQM10HDAnon_GSAT, SagelessFox_ I did think of Cygwin just now as well, but that's mostly just command line as well08:35
hateballAtuM: You should be able to set those options in /etc/network/interfaces08:36
SebthreeBQM10HDand and linux and co linu are probably not really worked on now08:36
SagelessFox_u can install gnome kde or whatever x11 appto cygwin08:36
SebthreeBQM10HDAnon_GSAT, you can get most of Microsoft OFfice working in Wine,  or with Codeweavers,  I Gues even play on linux08:36
Anon_GSAT@SebthreeBQM10HD Hope they improve on it. Atleast there would be some form for people to use the powerful command line interface of Linux for Windows users too08:36
SebthreeBQM10HDAnon_GSAT, ok not so sure how well very latest versions would work, but yes to what I put08:36
SagelessFox_and tem will work08:36
SagelessFox_they*08:36
SebthreeBQM10HDAnon_GSAT, and what featues of ms offic are lacking for you, libre office should be fine enough for most people, unless your going to do something ms office specific such as macros ?08:37
SagelessFox_PPL can run x11 apps on cygwin08:38
Anon_GSATSometimes I have seen that, when I present a PPT or submit a report to my professors the format changes08:38
SebthreeBQM10HDAnon_GSAT, what's CHemdraw ?08:38
SebthreeBQM10HDAnon_GSAT, well considering the fact that the MIcrosoft Formats are closed source08:38
SebthreeBQM10HDAnon_GSAT, and for support other programs have to reverse enginner support08:39
SebthreeBQM10HDAnon_GSAT, it's rather impressive how Libre Office etc, how well they actually support  them, but yes may not quite show the same as a result08:39
Anon_GSATIt is a tool for chemists to find analytical information about structures08:39
SebthreeBQM10HDAnon_GSAT, Linux is fine for lots of people or would be if only they knew,  most Linux distributions, but yes certain people have software that still requires WIndows really to use so, and that's just how it is08:40
Anon_GSATI was planning on getting a Macbook Air this Thanksgiving. Is using the Unix terminal from a Mac similar to a Linux?08:40
SebthreeBQM10HDAnon_GSAT, Mac may not be able to run all your software natively as well08:40
SebthreeBQM10HDand this is off topic now08:40
Anon_GSATOh sorry08:41
Anon_GSATThanks for the information. See you around later! Good night!08:44
SagelessFox_gn08:44
Anon_GSAT#exit08:44
Anon_GSAThow do i exit? sorry08:44
SagelessFox_'/quit'08:45
Anon_GSATThanks108:45
SebthreeBQM10HDAnon_GSAT, by turning your computer off :d08:45
Anon_GSATThanks!08:45
Anon_GSAT:p08:45
SagelessFox_yw08:45
=== Madcoe is now known as M4dC03
=== M4dC03 is now known as Madcoe
sorin-mihaican anyone help me with this? https://gist.githubusercontent.com/anonymous/6b11d76343b8c66012cca5f384cfda9b/raw/23f7019dfb89b3739205bcb4166c689fef77217d/gistfile1.txt08:51
sorin-mihaisome time ago I had an nvidia card installed, and drivers where working ok. I remoived the card and now I can't remove the packages related to it.08:52
hpphallo!08:56
=== jatt is now known as Guest22682
SagelessFox_hi hpp08:57
SagelessFox_sup08:57
tarkusAs far as I understand Ubuntu 16.10 comes with PostgreSQL 9.5, right? Does it support 9.6.1 or it's better to install just what comes by default?09:04
SagelessFox_you can install what you want. the default one is just the one that got stablized before the freeze stage.09:06
tarkusI'm new to linux... how can I install the latest version of PostgreSQL on Ubuntu 16.10?09:07
SagelessFox_for the newest version, you have to build it manually. plz refer to postgreSQL's official doc for installation guide09:08
akikhow can i get a list of all different things (e.g. tzdata, locales, openssh-server) that i can run dpkg-reconfigure on ?09:08
ikevintarkus, see http://www.ubuntuupdates.org/package/postgresql/xenial-pgdg/main/base/postgresql-9.609:10
tarkusSagelessFox_ yeah, I came from the official site.. it's only covering Ubuntu 16.04 if I understood it correctly09:10
SagelessFox_it will not make much difference... yeah, there is a prebuilt version in deb09:11
SagelessFox_maybe you can install that deb09:11
tarkusI see there is "9.6.1-1.pgdg16.04+1" version, do you think it should work fine with 16.10?09:12
SagelessFox_<ikevin> tarkus, see http://www.ubuntuupdates.org/package/postgresql/xenial-pgdg/main/base/postgresql-9.609:12
SagelessFox_idk, but is's supposed to09:12
SagelessFox_if you dont trust the prebuilt version, it's better for you to build the app from src09:13
OnkelTemHow to find/search for a specific shortcut in KDE?09:13
SagelessFox_that's not what included in ubuntu even a linux topic...OnkelTem09:14
SagelessFox_#kde09:14
SagelessFox_try this09:15
OnkelTemSagelessFox_: already09:15
SagelessFox_ehhh??09:15
OnkelTemSagelessFox_: I'm running Ubuntu actually but with KDE (since Ubuntu 14.x has ruined locale keys in the past)09:16
OnkelTemSagelessFox_: I've already asked on #kde09:16
SagelessFox_oops..09:16
SagelessFox_sry I never run kde on ubuntu :/09:17
akikOnkelTem: which shortcut are you searching for?09:17
akikOnkelTem: they're all in system settings/shortcuts and gestures. the big list under that in global keyboard shortcuts09:18
OnkelTemakik: Ctrl+Alt+A (it shows a menu where mentioned certain actions) while I need that shortcut in PHPStorm09:18
OnkelTemakik: I couldn't find it in that list :/09:18
akikOnkelTem: when you're in global keyboard shortcuts, select kwin as kde component. i can see ctrl+alt+a on that list as "activate window demanding attentioni"09:19
akikOnkelTem: this is on kde 4. are you using plasma 5 ?09:20
akikOnkelTem: i heard from someone else that plasma 5 has removed that selection :(09:20
OnkelTemakik: yeah, I remember it was there. Before. Now it is missed, there are KDE activity mananger, KDE Daemon, KDE Keyboard layout switcher and few more - but not Kwin09:21
OnkelTemI see09:21
akikOnkelTem: are you using plasma 5 ?09:21
OnkelTemakik, seems so. I'd say yes09:22
OnkelTemWell, I think I'm better to proceed on #kde as SagelessFox_ said09:22
akikOnkelTem: yea please ask there, i'm also interested where the shortcuts have gone09:23
akikOnkelTem: there's a list of about 100 different shortcuts on that list in kde 409:23
OnkelTemakik: I'll write you back when/if find the way09:23
akikOnkelTem: i joined that channel too09:23
OnkelTemok09:23
freakyyhi all. im on ubuntu budgie and i want to create a desktop icon. i tried creating one with gnome-desktop-item-edit ~ --create-new ... but it doesnt let itself move into the taskbar09:36
freakyyis there any way i can achieve this? im talking about minecraft09:36
nullbytesIs it possible to change gzip's default compression level? I want to maximize the compression level for mod_compress in lighttpd, but there does not appear to be a setting to change it.09:41
ducassefreakyy: you do know that budgie is not officially supported yet? might be better to try a budgie forum.09:44
=== rory is now known as teemo
ubuntu416hi10:10
ubuntu416i have this issue with daily iso. 16.04.1             https://ubuntuforums.org/showthread.php?t=232603510:11
ubuntu416??10:14
ducasseubuntu416: you are using the daily iso - those are for testing. use the normal iso if you don't want proposed updates.10:15
ubuntu416so there is no trick to uncheck proposed updates!10:17
ducasseubuntu416: those iso images are for testing, you're not supposed to use them for regular installs.10:18
waldehi guys. does someone know how chromium actually determines, if kdewalletl, chrome or stupid fallback basic storage has to be used? chromium works fine (16.04) on my desktop, but with x2go it has problems to detect the running gnome-keyring and stores the passphrases unencrypted into the local storage. The keyring is only used if I set option explicitly. So I wonder how the detection-mechanism works.10:18
b100shi2all10:22
b100swhat we can do under 14.04 with Chromium since https://knowledge.symantec.com/support/ssl-certificates-support/index?page=content&id=ALERT2160 ?10:23
=== jero is now known as Guest89314
ivan_code10:35
SagelessFoxtalk is cheap10:35
raphinesseHi, I just installed Ubuntu 16.10 along a Windows 7 Installation on my SSD (The default option in the installer). I have another HDD in there. But obviously the Ubuntu installer did not put grub on either of these drives. No matter from which drive I boot, it starts Windows (without any prior grub menu)10:36
SagelessFoxshow us the code10:36
EriC^raphinesse: can you boot a live usb?10:36
raphinesseAny Ideas what could be happening? And more importantly how to fix it?10:36
raphinesseYes, of course. That's how I installed it10:36
EriC^i mean now10:36
SagelessFoxrun update-grub10:36
EriC^to troubleshoot10:36
SagelessFoxin a live distro, run that cmd10:37
raphinesseEriC^: Sorry, sure10:37
EriC^won't work SagelessFox10:37
nullbyte_raphinesse:10:38
nullbyte_mount /dev/sdaX /mnt10:38
nullbyte_cd /mnt10:38
nullbyte_mount -t proc proc proc/10:38
nullbyte_mount -t sysfs sys sys/10:38
nullbyte_mount -o bind /dev dev/10:38
nullbyte_chroot /mnt10:38
neredsenvyIs there a way to automatically set permission for each file created under certain directory10:39
neredsenvywell not permission but who owns the file/folders under said folder10:39
nullbyte_sry10:39
EriC^neredsenvy: there's setguid10:39
SagelessFoxchown -r user dir10:39
SagelessFox* ^peter^ has quit ()10:40
SagelessFox<neredsenvy> well not permission but who owns the file/folders under said folder10:40
SagelessFox* Drone` removes quiet on *!*@unaffiliated/nullby7e10:40
neredsenvySagelessFox, I know I can run chown on my own I want to to be applied automatically so I dont have to run it10:40
raphinessenullbyte_: That would switch from live to the installed OS, right?10:41
EriC^neredsenvy: with setguid whoever creates the file it will always have the dir's group as the group10:41
neredsenvyif I run touch file under say /work dir I want it to automatically belong to work:www-data user:group10:41
EriC^neredsenvy: so you want the group to always be www-data?10:42
nullbyte_raphinesse: i have msgd u10:42
neredsenvyyes and possibly user to always be work10:42
EriC^neredsenvy: with setguid you can have the group, no idea about the user10:43
mr_louHello all. Can someone help me with this little issue? If I call /path/to/myscript.sh my-parameter, then my-parameter gets read fine by myscript.sh. But if I instead call gnome-terminal -e "/path/to/myscript.sh my-parameter", then my-parameter isn't read by myscript.sh. How do I make myscript.sh read my-parameter?10:44
raphinesseOh for crying out loud! If I select "Try ubuntu" after Booting from Live I get four black screens!10:44
nullbyte_raphinesse: just run these cmnds from live dvd/cd ubuntu10:44
nullbyte_raphinesse: and then grub2-install /dev/hdd and update-grub10:44
raphinesseEriC^ nullbyte_ som much for the can you boot to liv -_-10:45
mr_louAh, nevermind.10:45
EriC^raphinesse: does ctrl+alt+f1 work?10:45
nullbyte_ok an installation dvd10:45
nullbyte_...10:45
nullbyte_cd10:45
raphinesseEriC^: surprisingly not10:46
raphinesseDAmn it10:46
EriC^raphinesse: try booting the live usb with nomodeset as a grub parameter10:46
EriC^press e over try ubuntu when you get grub, and go to the line that says linux /boot/vmlinuz and add "nomodeset" there, then press ctrl+x10:47
raphinesseEriC^: The Live USB does not show a grub menu at all. It boots to a GUI (which works perfectly fine on all screens)10:48
raphinesseThere, I can select Try or Install10:48
raphinesseInstalling worked fine (sans the bootloader)10:48
EriC^raphinesse: ok, try pressing f6 and select nomodeset10:48
raphinesseTry gave me black screens with not even terminals10:48
raphinesseduring boot i suppose?10:49
raphinesseOK, got it10:49
=== JanC is now known as Guest44518
=== JanC_ is now known as JanC
EriC^raphinesse: any luck?10:51
raphinesseBooting right now10:51
raphinesseGeez, I still wait for the one time a Linux installation will just work without any troubles10:53
raphinesseOK, nice10:53
raphinesseI got a Live OS10:53
EriC^raphinesse: ok, type "sudo parted -l | nc termbin.com 9999"10:53
EriC^paste the link it gives you here10:53
raphinessehttp://termbin.com/dkbl11:00
raphinesselast two partitions of sdb11:00
EriC^raphinesse: ok, type sudo mount /dev/sdb5 /mnt11:00
raphinessecheck11:00
EriC^raphinesse: for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done11:00
EriC^type the whole line11:00
tarkusCan you recommend a good book or tutorial about using Ubuntu 16.10 (or 16.04) as a web-server (basic CLI administration tasks etc.)11:00
raphinessecheck11:01
EriC^raphinesse: sudo chroot /mnt11:01
quupI'm using openvpn via NetworkManager and am trying to prevent DNS leak. in `nmcli device show tun0` I see the normal non-vpn DNS addresses. I tried adding manual DNS entries in the connection configuration, they show up fine but there is still one non-vpn DNS listed. How do I make sure only DNS servers provided by the VPN are used?11:01
raphinesseEriC^: check11:01
ducassetarkus: look at the ubuntu server guide11:01
EriC^raphinesse: grub-install --recheck /dev/sdb11:01
tarkusducasse thanks11:02
raphinesseEriC^: check11:02
EriC^raphinesse: update-grub11:03
raphinesseEriC^: check, and it seems it found evrything11:04
EriC^raphinesse: ok, type exit then try rebooting11:04
raphinesseEriC^: however it complained about "unknown fs" and "cannot find a GRUB drive for /dev/sdc3. Check your device map"11:05
raphinesseEriC^: sdc only has one partition o.O11:06
EriC^raphinesse: yeah, that's odd11:06
raphinesseEriC^: should I investigate or just leave it at that for now?11:07
EriC^raphinesse: i'd say leave it as is for now11:07
raphinesseEriC^: OK, let's see if it works then11:07
EriC^ok11:07
raphinesseEriC^: Yay, got a grub menu11:08
EriC^cool11:09
raphinesseEriC^: And it boots w/out nomodeset too. Thx so much11:09
EriC^great, no problem11:09
raphinesseEriC^: Now I can finally start my benchmarks for my Bachelor's Thesis :D11:10
EriC^raphinesse: great :D11:10
=== aterdeus is now known as XChat
Kartagis!find avconv11:13
ubottuFound: W:, W:, W:, W:, W:, W:, W:, W:, W:, W: (and 15 others) http://packages.ubuntu.com/search?keywords=avconv&searchon=names&suite=yakkety&section=all11:13
Kartagisheh11:14
Kartagis!find ffmpeg11:14
ubottuFound: chromium-codecs-ffmpeg, chromium-codecs-ffmpeg-extra, cmus-plugin-ffmpeg, ffmpeg, ffmpeg-doc, ffmpeg2theora, ffmpegthumbnailer, ffmpegthumbnailer-dbg, ffmpegthumbs, gmerlin-encoders-ffmpeg (and 5 others) http://packages.ubuntu.com/search?keywords=ffmpeg&searchon=names&suite=yakkety&section=all11:14
DocPlatypusFinally I've gotten some answers on Bluetooth... apparently it's been broken in the kernel for some time. :-(11:19
xuke?11:20
Michael87So I'm planning on installing Ubuntu 16.10 and ditching windows 10 on my laptop. But while ine live mode I keep getting frustrated trying to find themes for ubuntu 16.10. Would themes from 16.04 work just as well?11:22
ikoniaMichael87: you have to be careful here11:23
ikoniaMichael87: there are different types of themes so you need to find a theme for the component you want11:23
Michael87ikonia, you mean for the type of environment. That I know. Ubuntu uses the latest unity. Just wondering if themes from 16.04 will be safe in 16.1011:24
ikoniaMichael87: no, I mean there are themes for unity, themes for the display engine,11:25
ikoniaMichael87: so you have to understand what theme "component" you're looking for11:26
ikoniaMichael87: the ubuntu 16.04/16.10 does have the same base version of unity, but there is the unity8 preview available for 16.10 should you wish to use it, which - no idea if the themes are compatible, try it11:26
Michael87ikonia, I just want to be able to change the orangeness of ubuntu to something else like blue. and of course keep updated to the latest version11:27
ikoniaMichael87: so do you really need a theme for that ? can you not set the colours (and again - there is a lot or orange, so what orange parts do you want to change)11:27
BluesKajHiyas all11:28
Michael87ikonia, well the orange in all the menu's for starters11:29
=== Harry_ is now known as Harry
kamisamaanyone knows anyway to find why gcc is showing error???11:32
kamisamafor c program?11:32
DocPlatypuskamisama: depends on program and error11:33
kamisamaI know, but i heard there is a tool which shows /explains the error11:33
ikoniakamisama: it will output the error when you compile11:33
ikoniayou need to understand what's going on to debug it,11:34
tarkusHow to reloging (remotely) after changing locale? 16.1011:34
ikoniatarkus: log out and back in11:34
ikoniaand it depends where/how you've changed the locale11:34
tarkusikonia I have made changes to the /etc/default/local, but doing "exit" and then "ssh <machine>" doesn't make any difference11:35
tarkusrunning "locale" prints warning about LC_ALL not being set11:35
ikoniatarkus: where are you setting LC_ALL ?11:35
tarkusikonia in the "/etc/default/locale" file11:36
ikoniaso are you using a "login" session for ssh, hang on a moment11:36
ikoniatarkus: so /etc/default/locale is not parsed by the shell11:38
jacalopeHi. Is a log kept of the ubuntu irc channels?11:38
Michael87so does anyone know if project 64 2.3 runs in wine? becuase I can't test it live and that's an issue from me switching from windows 10 on my laptop. I realize Mupens an option but you can't emulate a transfer pak on Mupen last I checked11:39
ikonia!logs | jacalope11:39
ubottujacalope: Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meeting logs from meetingology at http://ubottu.com/meetingology/logs/11:39
ikoniaMichael87: ask the wine support channel11:39
Michael87ikonia, oh. forgot to check if they had a channel. Thank you for the info11:40
arlekinHi there! Anyone knows how i can fix issue with software / hardware touchpad switch conflict in gnome 3 ?11:45
arlekinThe issue looks like that: if i toogle hardware switch it also toggles software one, but the software one remembers its state from previous system sessions, which leads to situation in which they cross eachother11:49
arlekinthe solution is to turn of the software one since i only ever use the hardware one (meaning button on the laptop)11:50
arlekinit is solvable, but not sure where i can find how to fix it for ubuntu 16.04 with gnome 3.1911:51
xdevnullHello12:00
xdevnullMy ubuntu software is not working... If i type something to search. or if i open category. i only get squares with ... inside12:01
xdevnullthe search keeps loading12:01
hateballxdevnull: Has this worked before?12:05
xdevnullFirst time i use it.12:06
xdevnullI searched some guys mentioned language related.12:06
xdevnulli changed the language. how to restart the ubuntu software? it's show "installing" something.12:07
cfhowlettxdevnull wait until install is complete12:09
xdevnullit's not installing anything, i only downloaded .deb file and i installed it via software center "i'm using it now"12:10
xdevnullbut somehow, it is showing that the file is still installing.12:10
cfhowlettxdevnull, next time, install the package normally through the software centr12:10
ikoniafor someone who is "using it for the first time" you appear to be doing some over advanced things12:10
xdevnullcfhowlett, can you please read the previous message.12:10
cfhowlettxdevnull, seen it.  installing a DEB file is not the preferred method.  use the software in the repos12:11
xdevnullcfhowlett, I'm not able to search on it. or do anything else except download .deb files and install via it.12:12
ikoniadownload debs ??12:12
ikoniaxdevnull: what are you trying to install ?12:12
xdevnullwait. I'll make a screenshot.12:12
jacalopeikonia: thanks, you're beautiful!12:13
xdevnullhttp://prnt.sc/d7j6xx12:14
xdevnullhttp://prnt.sc/d7j73z12:14
ikoniaxdevnull: what are you trying to install12:15
xdevnullHexChat12:15
ikoniaxdevnull: so why did you download a deb for that ?12:15
cfhowlettxdevnull, that is in the repos.  no deb needed12:16
ikoniaand how did you change your language12:16
xdevnullOkay. forget .deb file.12:16
ikoniajacalope: no problem12:16
ikoniaxdevnull: no, thats quite important12:16
xdevnullWell, it has nothing to do with it. It wasn't working before that12:16
xdevnullIt's simply empty filled with "..."12:17
xdevnullUbuntu 16.04 shows no application data found12:17
xdevnullthis is my issue12:17
cfhowlettxdevnull, how did you change the language settings??12:19
=== gal is now known as gsagie
xdevnullnvm i downloaded the old "software center"12:20
xdevnullnow it's working12:20
ali_hello12:27
ali_testing12:27
cfhowlettwe see you12:27
YahavXXHello guys12:31
YahavXXi can really use some help12:31
cfhowlett!ask | YahavXX12:31
ubottuYahavXX: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience12:31
YahavXXi got a program installed, i can access it through the terminal, but when itry to access it through ssh with the same user i get "the package is not installed" message.12:31
YahavXXi noticed that when i'm through the ssh, the $PATH var doesn't contain the path to the program12:32
YahavXXhowever i do not know how to work this12:32
whothehellamiHi, I am not sure if following is a general host issue or related to docker but I've installed docker and my host does not get an IP via ethernet. Is this a common problem? I've never tested ethernet after reinstalling ubuntu so I can't say for sure if it was working before12:35
ikoniawhothehellami: the host or the guest12:36
ikoniawhothehellami: as they are very different12:36
whothehellamihost12:36
ikoniaso is it the physical interface or the pass through interface to docker12:36
whothehellamiwell I've not tested connection inside guest with ethernet only12:36
mjaykHaya all when i select En_GB keyboard settings the @ key is produces Ω12:37
mjaykany idea how to fix12:37
ikoniawhothehellami: if the host doesn't have a connection, the guests will not work12:37
whothehellamiikonia, wifi is working in both host and guest12:37
ikoniawhothehellami: how can wifi be working on the guest ?12:37
ikoniawhothehellami: I think you maybe need to clarify that question as maybe the wording is missleading12:38
whothehellamiikonia, sry. I meant that if I activate wifi on the host I have a internet connection inside the guest12:38
ikoniawhothehellami: ok, so what is the actual problem then ?12:38
whothehellamiikonia, if I plugin a ethernet cable I don't get a connection12:39
ikoniawhothehellami: do you have it set to dhcp ?12:39
ikoniawhothehellami: is the connection the same network as the wifi network12:39
=== lethu_ is now known as lethu
whothehellamiikonia, I was trying to connect to a network today via ethernet but it was not working. I had the same issue after connecting to my home router12:41
whothehellamiikonia, home router as active dhcp12:41
ducassewhothehellami: is the ethernet interface configured to request an address over dhcp?12:43
=== Guest89314 is now known as jero
=== jero is now known as jero-
whothehellamiikonia, yep. but wait. mby this is related to the network-manager bug. that one that causes problems after suspending12:45
whothehellamiikonia, I'll restart my system and check it again12:45
=== kenan is now known as Guest86656
=== Guest86656 is now known as kenp
whothehellamiikonia, stupid me!!! it didn't connect automatically... I had to click 'auto ethernet' -_-12:54
MLGAhi, is chromium 54 anywere to be seen?12:58
whoreish1d0ljpg[lolol what12:58
whoreish1d0ljpg[ohh12:58
MLGAi am so triggered by the certification errors12:58
whoreish1d0ljpg[T R I G G E R E D12:59
MLGAfixed it with this https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage top kek12:59
ikoniawhothehellami: please don't12:59
cfhowlettwhoreish1d0ljpg[, please stay on topic: ubuntu support.  chitchat in #ubuntu-offtopic12:59
MLGAwhen is the updated pkg released for ubuntu13:00
cfhowlettMLGA, the package maintainers can tell you their schedule13:01
whothehellamiikonia, well that happens if you get used to use wifi. but I am pretty sure that it was connecting automatically with <= 14.0413:01
WeiJunLii have a vm with 10.5gb available is it enough space to build 4.8.0 kernel?13:02
MLGAcfhowlett, alright! under budget and ahead of schedule!13:03
WeiJunLii have a vm with 10.5gb available is it enough space to build 4.8.0 kernel?13:12
cfhowlettWeiJunLi, barely.  perhaps lubuntu or xubuntu would be a better fit13:13
=== for{} is now known as PuttinOnTheRitz
tomreyncfhowlett: i think he says he wants to build the kernel, not run ubuntu13:14
WeiJunLicfhowlett: how much is necessary?13:14
ikevinWeiJunLi, yes it's enough13:14
tomreynif you just want to build the kernel 10.5 GB disk space, whether or not it includes the running OS, should be sufficient.13:15
WeiJunLiikevin: i will edit .config to have some few debug features and use that compiled kernel13:16
mcphailThe last time I built a kernel, a 6GB RAM disk was too small13:17
mcphailAdding debug feature inflates the size enormously13:17
ikevini've maybe say a mistake: During the make/compile, the disk space in use went up to 15674 MB. So: more than 15GB ...13:18
WeiJunLiikevin: hmmm, my host has 66gb avaiable but i cant create vms with space enough13:21
liuxgwhen I try to install skype on Ubuntu 16.04, I get an error like "dpkg: skype:i386: dependency problems, but configuring anyway as you requested:13:21
liuxg skype:i386 depends on libqtwebkit4 (>= 2.2~2011week36)."13:21
WeiJunLidont know why, im using vmware fusion13:21
=== teemo is now known as rory
liuxgI have used "sudo dpkg --force-depends -i skype-ubuntu-precise_4.3.0.37-1_i386.deb" to install the downloaded skype debian package. Still, I get dpkg: skype:i386: dependency problems, but configuring anyway as you requested:13:22
liuxg skype:i386 depends on libqtwebkit4 (>= 2.2~2011week36).. I have already used "sudo apt-get -f install" command13:22
mcphailliuxg: you've answered your own question there. You've tried to force an install with unmet dependencies. In that case, it is up to you to find, supply and support the dependencies. The package manager cannot help you13:24
ikevinliuxg, what does apt-cache policy libqtwebkit4 return?13:24
hateballliuxg: Why are you not just installing Skype from the partner repo?13:24
hateballhttps://help.ubuntu.com/community/Skype13:25
mcphailskype is broken, anyway13:25
liuxgikevin, it is like http://paste.ubuntu.com/23480298/13:25
liuxghateball, I also did it, but it showed me the same thing.13:25
ikevinyour libqtwebkit4 version is more recent what it need13:26
liuxghateball, http://paste.ubuntu.com/23480304/, it is like this.13:26
liuxgmcphail, what is the correct way to install skype on 16.04 ubuntu?13:27
arunsHi.13:27
=== PuttinOnTheRitz is now known as TheSweetSpot
arunsIs the Edubuntu project still active?13:27
mcphailliuxg: sjype is broken on linux just now13:27
cfhowlettaruns, barely13:27
arunscfhowlett: Ah OK, was looking into a kid friendly Linux distro for my friend's kids' laptops.13:28
cfhowlettaruns, they did not deliver a 16.04 release so ...13:28
mcphailliuxg: Microsoft dropped support and are switching to a new client, which has limited functionality at present13:28
ikevinliuxg, use partner respo13:28
cfhowlettaruns, 14.04 is still active13:28
liuxgmcphail, really? that was crazy. I thought it was the software issue, and I reinstalled it just now.13:28
arunscfhowlett: Do you think that would be OK for them to use in terms of its stability and access to latest packages?13:28
mcphailliuxg: You _might_ still be able to make linux to linux calls for a while, but you'll struggle to connect to any other clients13:28
liuxgikevin, yes, I have enabled it in the "software & updates"13:28
arunscfhowlett: They would want to use programs like Scratch.13:28
cfhowlettfor sure, aruns.  14.04 has 5 years of support, so go for it.13:28
mcphailliuxg: so i wouldn't waste your time installing the skype package just now13:29
arunscfhowlett: Ah OK, because I was thinking of installing Ubuntu for them, but that's not necessarily kid friendly, is it?13:29
arunsSaying that, they are very smart for their ages.13:29
aruns*age13:29
liuxgmcphail, it did not show me the pad to input a conference key. so I removed it. now, I cannot install it correctly.13:29
cfhowlettaruns, not sure I'd go that far.  kids are usually much more clever than their parents ...13:29
liuxgmcphail, but at least I should install it for the future, right?13:30
arunscfhowlett: Hmm, so maybe I SHOULD install Ubuntu for them instead.13:30
mcphailliuxg: I would just nuke it. It is worthless now. Hopefully a working version will be developed13:30
cfhowlettaruns, but you could always install the edubuntu packages over in ubuntu.13:30
arunscfhowlett: There are three kids, two daughters and one son, the elder daughter and the son are around 11 - 12.13:30
liuxgmcphail, the version was really old. 12.04 ubuntu one, and it is i38613:30
arunscfhowlett: Ah, didn't know that. Will look into that for them.13:31
mcphailliuxg: the linux client hadn't been updated for ages. But now it is actually deprecated13:31
cfhowlettaruns, I would think they could easily adapt to *.buntu.  as for adding the edubuntu, sudo apt install edubuntu-desktop should do it13:31
liuxgmcphail, yes, for me, google hangout is blocked by the China government, skype is still useful sometimes.13:32
mcphailliuxg: then you'll need to use it on another OS. Linux does not have a functional client just now, if you need videochat13:33
liuxgmcphail, it is too bad to hear that :)13:33
mcphailliuxg: yes, it is a pain13:34
arunscfhowlett: Thanks.13:34
cfhowlettaruns, happy2help!13:34
arunsI'm also mindful that they ARE kids, so need to consider any requirements.13:34
liuxgmcphail, it is a big pain :(. Microsoft is not developing it any more13:34
arunscfhowlett: For instance, obviously setting up multiple accounts is a must.13:34
arunscfhowlett: And configuring user and group permissions.13:35
arunscfhowlett: So that my friend, their father, will have full administrative privileges.13:35
cfhowlettaruns, indeed.  :)13:35
ikevinhttps://appdb.winehq.org/objectManager.php?sClass=application&iId=1592 skype seems to work under wine (using the windows version)13:35
arunscfhowlett: I'm also thinking about backups, I might configure the home directory as a Git repo.13:35
arunscfhowlett: I mean, for the kids, that's really the only directory they'd be using I am guessing.13:36
cfhowlettaruns, if you set them up with standard desktop user and yourself as the system administrator, most issues will be avoided13:36
mcphailikevin: I can't check that link from here. Is that the current Windows version? The original windows client was deprecated as well (I think...)13:37
arunscfhowlett: So it wouldn't be worth configuring a Git repo for the home directory just in case?13:37
Amm0nliuxg, ditch skype and use: https://en.wikipedia.org/wiki/Tox_%28protocol%2913:37
arunscfhowlett: Because at the same time, I wouldn't want to stifle their creativity.13:37
ikevinmcphail, 7.x version13:37
cfhowlettaruns, Oh, I would NEVER suggest not setting up a reliable backup!  dropbox or whatever other method works for you13:38
arunscfhowlett: Yeah, I usually use Git :)13:38
arunsBut maybe I should get Dropbox set up.13:38
arunsDoes Ubuntu allow you to write to NFTS drives?13:38
arunsI know Mac is read-only for NFTS external drives.13:39
cfhowlett!ntfs | aruns13:39
ubottuaruns: To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see !NTFS-3g or !FUSE13:39
arunsThanks :)13:39
aruns!NTFS-3g13:39
ubottuntfs-3g is a Linux driver which allows read/write access to NTFS partitions. Installation instructions at https://help.ubuntu.com/community/MountingWindowsPartitions13:39
mcphailikevin: nice. That looks contemporary13:39
=== ben_r_ is now known as ben_r
aruns!FUSE13:40
ubottuFUSE (Filesystem in Userspace) is a !kernel driver that allows non-root users to create their own filesystems. See http://en.wikipedia.org/wiki/Filesystem_in_Userspace for more on FUSE.  Some examples of filesystems that use FUSE are !ntfs-3g, sshfs and isofs. A full list of Filesystems that use FUSE is here:  http://fuse.sourceforge.net/wiki/index.php/FileSystems13:40
akikliuxg left but here's a link to the updated skype alpha version: https://community.skype.com/t5/Linux/Skype-for-Linux-Alpha-and-calling-on-Chrome-amp-Chromebooks/td-p/443429913:40
akikliuxg: here's an updated skype for linux (alpha version) client link: https://community.skype.com/t5/Linux/Skype-for-Linux-Alpha-and-calling-on-Chrome-amp-Chromebooks/td-p/443429913:47
liuxgakik, many thanks for your help!13:47
=== andreas is now known as Nelker
e2_www.anon.fm13:50
cfhowlette2_, please do not spam random links here.  thank you.13:51
liuxgakik, I just installed it, but it did not run on my 16.04 Ubuntu13:52
akikliuxg: skypeforlinux is the application name13:52
liuxgakik, yes, I found it in the dash, but it did not get launched. it flashes a bit, and then nother happened.13:53
akikliuxg: ok sorry for that. it works in kubuntu 14.04 (x86_64)13:54
liuxgakik, anyway, thanks for your reply.. Maybe it is not adopted to 16.04 yett13:54
akikliuxg: what error do you get when you launch it from the terminal?13:54
=== EriC^ is now known as explosive
dekonakik: cool, thanks :)13:55
dekonakik: didn't know there is a newer version of skype ;)13:56
akikdekon: yes it's from a couple of months ago13:57
liuxgakik, there is no error shown on termnial.. however, I see an indicator on ther right-top of it. clicking open skype, nothing happens.13:57
liuxgakik, is this because of the skype out of order for the monent?13:58
akikliuxg: it works for me in kubuntu 14.04 (x86_64)13:58
liuxgakik, it could be working somehow. because it did not work just now, I uninstalled my previous installation. so, there are a lot of toubles for me.13:59
akikliuxg: you didn't get any window asking you to login to skype ?13:59
liuxgakik, yes, I did not get any window for login.14:01
akikliuxg: https://support.skype.com/en/faq/FA34656/more-information-about-skype-for-linux-alpha says it was tested with ubuntu 16.0414:02
DocPlatypusFix/workaround for Bluetooth issues: install blueman and use that instead of GNOME's built-in Bluetooth module14:03
ikevinit's working fine for me (on mint 18 / ubuntu xenial)14:03
akikikevin: do you mean skype ?14:03
ikevinakik, yes14:04
liuxgakik, it is strange. I think it could be related to the skype service. just now mcphail also said that it did not work in his place as well.14:04
=== XChat is now known as seth
=== seth is now known as Seth
akikliuxg: i tested the call testing service and it worked fine14:07
kvozAnyone able to help me with an RPM spec? Trying to make it so it works with both python2.6 and 2.7 but cant figure out how14:08
liuxgakik, on my android phone, it is fine too. I do not know what happened on my 16.0414:09
cfhowlettkvoz, as RPM is foreign to ubuntu, perhaps ask #fedora or #redhat14:10
liuxgakik, just rebooted my system, and it is the same..14:12
BlackVenomHey folks. I've just tried to move some files and got an input/output error14:12
BlackVenommv: error reading 'documents/PC_Backup_To_Sort/Images to sort/800AAAAA/IMG_1113.MOV': Input/output error14:12
BlackVenomis this likely to be a drive fault?14:13
ikevinliuxg, does all depends are ok?14:13
cfhowlettcould be especially if you see that msg repeatedly BlackVenom14:13
liuxgikevin, yes, it is fine now.14:13
BlackVenomI've had it a few times now yes14:14
cfhowlettsee your smart monitor tools14:14
BlackVenomi'm running ubuntu server headless, how do I access this?14:14
liuxgikevin, it is like http://paste.ubuntu.com/23480534/14:14
ikevinBlackVenom, it can be a drive problem or FS problem14:15
cfhowlettBlackVenom, https://help.ubuntu.com/community/Smartmontools14:15
liuxgikevin, akik, clicking the open skype has no effect http://imgur.com/a/dkeLa14:16
BlackVenomthanks cfhowlett14:16
BlackVenomI'll give that a look14:16
cfhowlettBlackVenom, happy2help!14:16
BlackVenomikevin, thanks :)14:17
ikevinliuxg, systray icon don't work in my case too, you can exec skypeforlinux in a terminal to have it in foreground14:17
liuxgikevin, I run it in a terminal as well. but it does not come to the foreground14:18
=== blackhole is now known as Guest69488
ikevin:o14:19
ikevinit's possibly an issue with unity14:19
liuxgikevin, yes, I think so..14:19
SebthreeBQM10HDhi14:21
akikliuxg: check that you have libgnome-keyring0 installed. that faq mentions it needs it14:21
akikliuxg: dpkg -l libgnome-keyring014:21
liuxgakik, thanks. I am now trying.. it says there is a dependence there already14:22
liuxgakik, http://paste.ubuntu.com/23480597/14:23
akikliuxg: when you run it from terminal, does it output anything there or does it fall back to the shell prompt ?14:24
zuzia_hi14:25
liuxgakik, it is like http://imgur.com/a/byZe4. nothing is there. there is a running icon, but it does not bring the app to the front14:25
akikliuxg: you're so near, yet so far :)14:26
liuxgakik, yeah, I do not know what happened :(14:28
ikevintry with another DE if you have the same problem14:29
BlackVenomikevin do you know how to read this smart data?14:33
ikevinBlackVenom, gnome-disk-utility can give you a short human readable info about your disk status14:35
BlackVenomi'm running the ubuntu server headless. Accessing the server via ssh14:35
hateballBlackVenom: use smartctl14:36
ikevingnome-disk-utility (and other gui tools) can be run over ssh (ssh user@host -X application)14:36
ikevinif you have a webserver, you can use phpsysinfo to have smart reports14:37
BlackVenomI've done that and got access to the report http://paste.ubuntu.com/23480639/14:37
BlackVenomBut no idea what it all means lol14:37
hateballBlackVenom: read and seek error rates are off the charts14:37
hateballBlackVenom: backup and replace14:38
BlackVenomSo looks like a failed HDD?14:38
hateballyes14:38
BlackVenomOh dear14:39
mave_it's dying indeed14:39
mave_weird that it passes the test though14:39
hateballI dunno what the thresholds for smartctl, it'll pass even if you have a bunch of reallocated sectors etc as well14:40
hateballbut the above disk, it does not look healthy14:40
mave_exactly :D14:40
BlackVenomWTF the disc was only purchased Nov 201514:41
BlackVenomIt's a WD Red too14:41
BlackVenomDisk lol14:42
hateballWell usually things work until they stop working, unless they are DOA. That's how it goes :)14:42
BlackVenomI'll have to try and claim under warranty14:43
BlackVenomis it worth doing the long test? I only ran the short one!14:43
BlackVenomOr will it make no difference14:43
mave_it won't repair your disk14:44
mave_doe you experience problems?14:44
mave_*do14:44
hateballBlackVenom: A long test will possibly detect even more errors, it wont magically fix it14:44
BlackVenomI have just gone to transfer some files and got input/output errors14:44
mave_well, backup what you can14:45
mave_try smaller amounts of data to recover the most14:45
BlackVenomluckily its a media server so most of the content I can get back14:45
mave_but WD Red says nothing14:46
BlackVenomthere is some photos and stuff on there too though :(14:46
mave_it's a HDD, they die :P14:46
mave_i can't say it enough, always backup your digital photo's14:47
BlackVenomI expect them to die at some point, not after 1yr and 9 days though14:47
ikevinit depend of what you do with your hdd14:47
baizonBlackVenom: which vendor? My HDD is 7 years old, and still running14:47
BlackVenomWD Red 4TB14:47
hateballAll hardware fails sooner or later, prepare for it accordingly14:48
exio4BlackVenom: I use mirror RAID for random disk failures and offline backups for major failures14:48
exio4BlackVenom: if you have a lot of important data, IMO, that's the least you can do14:49
BlackVenomIt's one of those things I always meant to get around to doing. Sticking the disk onto a RAID14:49
BlackVenomBut never did14:49
BlackVenomFingers crossed for the photo's directory14:50
BlackVenomRight folks thats for the help14:50
BlackVenomcopying the photos to a different drive now14:50
BlackVenomLets see whats happened when I get back fro the school run14:51
ircusrtest14:52
SebthreeBQM10HDircusr,   test succesful!14:53
ircusrThank you very much :)14:54
vredervHey folks, how do I prevent systemd from killing a process after I log out?15:01
ducassevrederv: set KillUserProcesses=no in /etc/systemd/logind.conf15:03
vredervducasse, is there a way to do this only for a single process?15:04
ducassevrederv: not for a process, i think, but it seems possible to exclude/include certain users15:05
liuxgafter some struggling of installing skype, now, clicking "system settings" does not work on my 16.04 ubuntu. Is there any way to reinstall it? thanks.15:05
brainwashvrederv: read man systemd-run15:05
brainwashvrederv: example 515:06
liuxgclicking "system settings" does not open anything on my 16.04 Ubuntu15:08
AfdlaIs it safe to have password in the login keyring of SeaHorse? It gets unlocked automatically after login, which sounds bit scary15:08
brainwashAfdla: but you are the one who unlocks it on login15:08
brainwashothers can't15:09
AfdlaYea, I don't know the internals, so just thought15:09
=== blueocean is now known as toba
=== toba is now known as blueocean
AfdlaSo I suppose it's safe15:09
iorialiuxg, try    unity-control-center   from terminal15:10
liuxgioria, thanks.. I just got it working by installing unity-control-center. many thanks15:10
iorialiuxg, no prob15:10
NaniI just installed dual boot ubuntu 16 and my windows network adapator not working15:17
Nanican any one help me15:17
donofrioanyone here using airwatch on ubuntu?15:20
tetsuohello guys, anyone familiar with debian packaging? I need my debian/install file to avoid certain folder inside15:25
tetsuolike, I have this rule: app/* some/folder/myapp15:26
tetsuobut I want a folder inside app/thisfolder skipped15:27
frankiee_Hi! Trying to install xubuntu on a HP Pavillion dv1000 with an Intel Celeron 1.40GHz (480MB RAM) but got: WARNING! PAE disabled. Use the parameter 'forcepae' to enable at your own risk. This kernel requires the following features not enabled on the CPU: Unable to boot - please use a kernel appropriate for your CPU.15:39
frankiee_This happened on lubuntu too and I was forced to install v12 instead of v16. Is there a solution here?15:40
negevhi, we are getting a certificate error when trying to apt-get update, the error is related to https://download.dataloop.io/deb/dists/stable/main/binary-amd64/Packages.  the certificate for that sites validates correclty in chrome web browser and seems ok on 16.04.1, but this 14.04.5 box doesn't like the cert15:40
negevthe dataloop support channel said it's something to do with apt15:40
negevca-certificates is installed and up to date15:40
negevany ideas?15:40
negevcurl doesn't complain about the cert either15:40
BlackVenomFor those who were here before, the photos directory has transfered without errors :-)15:41
=== TheSweetSpot is now known as CaciulaMare
ikevinnegev, use http instead https :)15:43
negevthat just redirects to http15:43
negevand isn't really a solution15:43
ioriafrankiee_, if you do  do-release-upgrade  what you got ?15:44
ikevinnegev, nop15:44
=== rocket is now known as Guest48313
jim__16.04 Am administrator- no password. Yet I can not authenticate a new installation as it keeps demanding a password.15:49
jim__I am not very proficient with Linux but have tried the commands without success having got root.Any advice15:50
ikevinstart in recovery mode15:53
jim__did that and got to root15:53
ikevinif recovery is not working, you need to use a live session15:54
jim__then mount   -o rw,remount/15:54
jim__dont understand live session I did eveything that I had read online but it would not take15:56
ikevinlet me pastebin the solution in live session15:57
jim__thanks iKevin but I am going to quit now as we do not seem to be getting anwhere15:57
zeryx_hey guys, my mouse recently stopped working on my laptop, when I run `xsetpointer -l | grep Pointer` I see my mouse entered twice16:01
zeryx_and when I disconnect my mouse it no longer shows up16:01
zeryx_is it possible that my mouse isn't working because ubuntu believes there are two mouse devices attached for some reason? And if so how do I disable one of them so it works?16:01
zeryx_https://gist.github.com/zeryx/3390c8a5273c43ea8d6c5b1c993e4da116:02
zeryx_thats what my output looks like16:02
VystyHi everyone! How do I detect monitor settings for a 2nd monitor when the Display Setting isn't picking it up?16:04
zeryx_the trackpad words 100%, the mouse gets power (its got LEDs on it and it lights up)16:04
=== nathan_ is now known as malimbar04
textaberuGuys, I have no clue why. But my Wifi stopped working and I dont see an option to turn on or off Wifi on Ubuntu 16.04. Googling did not really help me. Any inputs?16:08
ikevintextaberu, do you have an hardware wifi button or fn key?16:10
textaberuTried switching that on and off, does not have any effect.16:10
zeryx_textaberu: I get that frequently coming back from a paused session, have you rebooted?16:11
textaberuI did "sudo service network-manager restart". Still does not work.16:11
textaberuRebooted too!16:11
textaberulshw -C network does not show my Wireless card :(16:12
BlackVenomHey folks16:12
ikevintextaberu, it look like an hw problem16:12
BlackVenomI ran the smartctl command before and was told that the output shows my HDD is goosed.16:13
BlackVenomI ran the command via ssh from a mac16:13
BlackVenomI was told I could view the smartctl results via a GUI if I used the -X option with SSH but no idea how lol16:14
ikevinBlackVenom, do you have a webserver + php installed on the server?16:15
=== BrAsS_mOnKeY is now known as g2
BlackVenomNo but I could install one if it makes it easier16:18
BlackVenomCan't be that hard lol16:18
zeryx_anyone use xsetpointer  in -c /+c mode before?16:18
zeryx_I t hink that's the way to get my mouse working, not sure16:19
BlackVenomwill that be easier ikevin?16:19
ioria!info gsmartcontrol16:19
ubottugsmartcontrol (source: gsmartcontrol): graphical user interface for smartctl. In component universe, is extra. Version 0.8.7-1.2 (yakkety), package size 572 kB, installed size 1846 kB16:19
helloNLHello, would anyone help me with setting up ubuntu next to Windows on a RAID 0?16:19
=== zippy is now known as Guest6018
elias_aMy home server running Lubuntu 14.04. died. Now I swapped the HDD onto a different machine and am able to log in. The network settings however are screwed as the hardware is different. ifconfig shows only the local adapter. Network manager is not running. I can see the network adapters with lspci. How should I configure 1 NIC so that I can backup my data over the network?16:28
=== JanC_ is now known as JanC
helloNLI am trying to install Ubuntu next to Windows on my RAID drive (probably FakeRAID) and http://kopy.io/WmSXzis my partition table that I get to see, how do I select the free space to install ubuntu on the RAID drive on the free space of 157GB?16:29
helloNLhttp://kopy.io/WmSXz is the url16:30
helloNLProblem is that it shows my partitions double so I am not really sure if I can just select that free space and press install16:32
helloNLAnd well is my /dev/sda the bootloader or do I need to select something else :/16:33
=== mike_ is now known as Guest19777
ducassehelloNL: the bootloader is your efi partition. btw, i would *seriously* suggest you reconsider using fakeraid and consider sw raid instead.16:37
helloNLWell I just installed Windows first as was being said, and this was how my laptop came16:38
helloNLAnd I just don't really understand this right in how to do it, I can't find any clear tutorials16:39
=== cigumo_ is now known as cigumo
helloNLI just need the double OS to program on :/16:39
ducassehelloNL: i'm not familiar with dmraid etc, you might want to check this out - https://wiki.archlinux.org/index.php/Installing_with_Fake_RAID16:41
ducassehelloNL: it's for arch, but should be helpful16:42
helloNLI'll check it16:42
helloNLI do have to say I am a newbie to Linux16:42
DocPlatypusokay, hopefully this is going to be the last major issue with my 16.04 upgrade. I am currently using sddm as my display manager because gdm3 refuses to start properly no matter what I do, and worse it confuses the video hardware pretty badly where other display managers often don't start after I try to run it. where is the best place to start looking for what's going wrong?16:48
DocPlatypus(the previous gdm ran fine when I was on 14.04)16:49
usr13DocPlatypus: What are you asking?  How to start sddm?16:52
DocPlatypususr13: I can start sddm. but I want to get gdm3 working16:52
DocPlatypusevery other display manager seems to work. lxdm, lightdm, sddm16:52
DocPlatypusbut not gdm316:53
usr13DocPlatypus: At the login screen, you should get option to set sddm as default login manager.16:54
DocPlatypususr13: I have done this. but I want to figure out why gdm3 won't run because that's really the one I want to use.16:54
usr13Why?16:55
ioriaDocPlatypus, do you use nvidia-prime ?16:55
DocPlatypusioria: no, this laptop uses some Intel graphics chipset16:55
usr13DocPlatypus: If you uninstall sddm and install dgm3 it should set itself as the default login manager.16:55
DocPlatypususr13: I've done that. and it just sits there and hangs, I never get a login screen.16:56
usr13DocPlatypus: But sddm is good, not sure why you don't want to use it.16:56
usr13DocPlatypus: then use dpkg-reconfigure16:56
usr13sddm is probably the most efficient one.16:56
usr13DocPlatypus: But what Desktop Environment are you using?16:56
DocPlatypususr13: to install sddm I had to install basically all of KDE which I really never plan to use16:56
usr13DocPlatypus: Not sure about that, I don't really believe that KDE is necessary.  Again; What DE are you wanting to use?16:57
DocPlatypusioria: it's the i915 driver if that helps. Toshiba Satellite L45516:57
DocPlatypususr13: I use GNOME (specifically GNOME Classic)16:58
ioriaDocPlatypus, nah, the bug it's only with  nvidia-prime16:58
DocPlatypusyeah I saw that one16:58
usr13What DE are you wanting to use?16:58
DocPlatypususr13: GNOME16:58
usr13Oh ok.16:58
usr13(I had scrolled up ...)16:58
ioriaDocPlatypus, the usual way it running through the logs /var/log ... etc16:59
ioria*'s16:59
usr13DocPlatypus: Maybe you should just uninstall sddm and the kde stuff you don't need and then dpkg-reconfigure gdm16:59
usr13DocPlatypus: But the basic kde stuff it isntalled as dependencies is probably not a problem.17:00
ioriaDocPlatypus, ah, gnome classic ... so you don't have gnome-shell17:00
usr13DocPlatypus: Have you ever used xfce?17:01
DocPlatypusioria: I do have gnome-shell17:02
DocPlatypusyou're thinking of GNOME Flashback (which I finally dumped about a year ago)17:02
ioriaDocPlatypus, ok17:02
DocPlatypususr13: not on purpose17:02
usr13DocPlatypus: Why not?17:02
usr13I personally think xfce is best.17:02
DocPlatypususr13: no reason to switch. once upon a time, I used KDE 3 but this was years ago when I was just transitioning from Windows 9817:02
usr13DocPlatypus: What about MATE?17:02
DocPlatypususr13: not yet. I may try it out at some point17:03
usr13DocPlatypus: So you have never tried MATE?17:03
mguentzel+1 for xfce...very configurable and light.17:04
usr13DocPlatypus: http://askubuntu.com/questions/152256/how-do-i-switch-from-lightdm-to-gdm17:05
nattenokay so im dualbooting windows and ubuntu on my main machine. one hdd with windows and another with ubuntu+grub. Is there any reason why i shouldn't boot the ubuntu partition from vmware in windows?17:06
ioriaDocPlatypus, you can open a console, stop other dm, start gdm3 service and see if it says something useful17:06
DocPlatypususr13: I know how to switch. the problem is it never gives me a login screen.17:06
DocPlatypusthat tutorial dates from 12.0417:06
usr13DocPlatypus: Did you uninstall lightdm and sddm and dpkg-reconfigue gdm?17:07
DocPlatypususr13: I've played uninstall/reinstall roulette a couple of times, yes17:07
usr13natten: Yes17:08
usr13DocPlatypus: That is not what I said.17:08
nattenusr13: okay, what am i risking?17:08
usr13You are not risking anything, but VM is not the same as dual boot.17:09
DocPlatypususr13: I've done all that uninstalling and reinstalling, yes17:09
DocPlatypussame result17:09
usr13DocPlatypus: systemctl stop lightdm17:10
usr13DocPlatypus: systemctl start gdm17:10
DocPlatypusokay, will try that. brb17:10
helloNLducasse: That tutorial doesnt help me :/17:11
usr13DocPlatypus:  systemctl status gdm17:11
nattenusr13: i am able to boot it. just wondering if there is any reason why i shouldn't17:13
=== blackhole is now known as Guest41854
doxterBonjour17:14
crayonkunwon1,17:14
ouroumov_!fr doxter17:15
ouroumov_!fr | doxter17:15
ubottudoxter: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci.17:15
helloNLI got http://kopy.io/WmSXz as partition table atm, its a Intel RAID 0 with Windows installed on it already. What Partitions do I need to make and what do I need to select as Device for boot loader installation. Also it couldnt find the Windows installation17:15
doxterthanks i understant  :)17:15
slyrobottomreyn, Hi this is guest16051.17:17
slyrobotThe issue is resolved I thought I should let you know.17:17
ducassehelloNL: you see the one labeled as 'efi' under 'type'? that's where you install the bootloader. it looks like you should make a new partition in the free space, but i'm not sure. as i said, fakeraid is a *bad* idea.17:18
helloNLWell is Intel RAID 0 a fakeRAID?17:18
helloNLBecause I am not sure17:18
ducassehelloNL: yep.17:19
tomreynslyrobot: can you remind me what the issue was, and how you resolved it?17:19
slyrobotThe issue was that /var/log was consuming 251 GB.17:19
glitchd#chromium17:20
tomreynslyrobot: oh right i remember, the kernel log spill about low memory corruption, probably triggered by hibernation. how did you resolve it?17:20
slyrobotI checked the logs and seems the problem was with the Intel Integrated Graphics.17:20
tomreynslyrobot: what did you find on the logs that made you think so?17:21
tomreynsince there was no indication of the intel graphics causing issues on the short peipce of logs i got to see.17:21
tomreyn*piece17:22
glitchdstarting today im not able to view images on craigslist, can anyone help me figure out why? chromium browser.17:22
slyrobotI found some devices like we do eth0. Though I forgot to note it down.17:22
helloNLducasse I am gonna yolo it now :P. Reinstall is easy enough17:22
tomreynglitchd: check whether those ar eon a webserver using a symantec ssl certificate17:22
glitchdtomreyn, how exactly do i do that?17:23
tomreynslyrobot: and the low memory corruption messages are no longer in "dmesg| tail"?17:23
slyrobotThe problem was that it was trying to switch to Intel from NVIDIA as the battery was low. But it then started flooding the kernel logs specifically kernlog.117:23
slyrobotYes. I manually cleared all the logs.17:23
tomreynglitchd: hmm, web developer console i guess, network tab. but this is not super easy, i admit17:23
glitchdtomreyn, images are showing in other browsers, and it was working yesterday in chromium, this just started today17:24
tomreynslyrobot: oh okay, well then i assumer they will just grow again17:24
ducassehelloNL: well, good luck then :)17:24
slyrobotAnd I tried hibernation and the logs are almost empty17:24
tomreynglitchd: can you provide an example web page where you see it?17:24
tomreynlike, a url17:24
glitchdany craigslist webpage17:25
slyrobotNegative. I have been using for almost 12 hrs and I have been constantly checking the logs. Though one thing here to note here is that I have disabled my Intel graphics.17:25
slyrobotDo you wish to see the logs ??17:25
tomreynvery well then17:25
tomreynno no17:25
glitchdtomreyn, it just shows a box where the picture would be with a small x17:25
helloNLI'll just have to find out now how to create a Windows entry for grub but that should be too hard I hope :P17:25
helloNLshouldn't *17:26
glitchdtomreyn, http://corpuschristi.craigslist.org/cto/5877513891.html17:26
glitchdtomreyn, it wont show the picture, as i stated17:26
tomreyni'll respond later, sorry17:26
helloNLDoes anyone know what keyboard the US international keyboard used in the Netherlands is in Ubuntu. English(US) - English (US - International with dead keys) doesnt give the same behaviour as in Windows17:27
helloNLhttp://askubuntu.com/questions/35778/which-keyboard-setting-corresponds-to-united-states-international-in-windows here they give 2 different answers :/17:29
slyrobottomreyn, here are the new logs which has been under constant observation for the last 12 hrs or so.17:30
slyrobothttps://paste.ubuntu.com/23481466/17:30
glitchdtomreyn, welp, i figured it out after all, thx anyways bud17:31
=== pmcg1 is now known as pmcgowan
abrahamhi, i have installed ubuntu on my pc and fully updated it, how can i transfer all updated software to my laptop ubunut ?17:33
helloNLIs this normal behaviour when pressing ' en e I get é which is what I want, when pressing ' and t I get nothing as it ignores. I want to make it type 't like Windows does17:34
softcoderhi i've struggled in 16.04 with dual monitors nvidia card using properietary driver (latest from their site)17:35
softcoderwhen i KVM between computers after a while (say 30 mins or so) the monitor i share between two systems loses itself in ubuntu17:35
softcoderand i must load the nvidia settings to re-detect that mionitor and redo iuts settings17:36
softcoderany ideas how to fix this?17:36
softcoderi  googled and tried a numer of thigns but none work17:36
softcoderlike:  xset -dpms s off s noblank s 0 0 s noexpose17:37
softcoderor: gsettings set org.gnome.desktop.session idle-delay 017:37
softcoderbut regardless after some period of time the shared monitor is lost to ubuntu (liek it does not exist)17:37
softcoderi turned off screen saver so i dont think its power settintgs17:38
SipriusPThello guys17:41
SipriusPTanyone here knows a good tutorial or doc on how to set pgina to able outlook in windows to connect to a open directory?17:41
SipriusPTor if anyone here have already made this here17:41
brainwashsoftcoder: did you measure the exact time?17:41
brainwashsoftcoder: 30 mins would be long while17:43
helloNLducasse: I installed Ubuntu in that free space of the FakeRAID, and now I do have Ubuntu17:47
helloNLI just lost Windows :/17:47
softcoderno i dont know exact time17:49
softcoderthis issue existed in the past in older ubus17:50
softcoderi think disabling screen saver and turning off blan kmonitor had fixed it before17:50
softcoderin 16.04 no such luck17:50
ducassehelloNL: sorry, i just know fakeraid is usually not worth the hassle, so i've never played with it17:50
tomreynslyrobot: 174 MB kern.log is still indication of a problem. and it will still be growing17:52
b3nszyhello17:52
b3nszyIm new to ubuntu17:52
b3nszyI have this robotic software im trying to install17:52
glitchdwelcome17:52
b3nszyI Have the installer BUT17:52
tomreynglitchd: https://bugs.chromium.org/p/chromium/issues/detail?id=66417717:52
b3nszyit wont let me run it17:52
b3nszyit says I need to run it as ADMIN17:52
b3nszyidk how to do that17:52
glitchdtomreyn, oh,i figured it out17:52
Southern_Gentlemsudo17:52
glitchdb3nszy, with sudo17:53
b3nszysudo what?17:53
MonkeyDustb3nszy  don't hit enter so often ... use sudo17:53
OerHeksb3nszy, plese don't use enter as a punctuation17:53
b3nszySorry.17:53
b3nszyfile:///home/b3nszy/Downloads/choregraphe-suite-2.1.4.13-linux64-setup.run17:53
b3nszyThis is the name of the installer17:53
b3nszyWhat do I do with it?17:53
MonkeyDustb3nszy  depends on the command you have to use to install/run the program ... is there no README file?17:53
Southern_Gentlemcd /home/b3nszyDownloads/17:54
glitchdb3nszy, sudo ./choregraphe-suite-2.1.4.13-linux64-setup.run17:54
Southern_Gentlemglitchd,  need to be sure its marked as executable17:54
glitchdb3nszy, thats the command you usd17:54
glitchdrightright17:54
glitchdsudo chmod +x chor...17:55
tomreynno need to sudo17:55
Southern_Gentlemsudo chmod +x choregraphe-suite-2.1.4.13-linux64-setup.run17:55
Southern_Gentlem<b3nszy> This is the name of the installer17:55
tomreynin fact, better dont sudo17:55
b3nszyTHanks17:55
b3nszy:)17:55
glitchdtomreyn, why not use sudo?17:55
tomreynbecause it provides this binary blob with access to the entire system, which it most likely does not need17:56
glitchdtomreyn, oh,makes sense thx for the correction17:56
tomreynoperate by least privilege17:56
glitchdthank you17:56
softcodertomreyn, can fix my issue maybe :)17:56
tomreynwelcome17:57
tomreynhey softcoder :)17:57
tomreyni'm really not into nvidia, especially not into their binary drivers.17:57
tomreyn(as you might know ;) )17:57
softcoderdual monitors KVM, after said period of time on the windows side, ubu loses the shared monitor and thinks theres only 1 monitor17:57
softcoderi dont beleive its related to nvidia17:57
softcoderi beleive ubu is doing some monitor detection stuff17:58
slyrobottomreyn, Okay. I will monitor them closely for a week and will then give you a siterep. Sounds good ??17:58
glitchdmaybe something to do with power options?17:58
softcoderpower save or something which i cannot turn off easily17:58
softcoderyes but which17:58
lakituhey - need some help: i bought & installed OSDisc.com's Ubuntu 16.04 Software Repository - but i keep getting apt-get update errors, & it doesn't recognize any of the packages. i'm wondering if anyone can walk me thru fixing it, as its for my 'big' computer17:58
softcoderi truined off screen saver etc17:58
slyrobot*sitrep tomreyn17:58
softcoderunder brightness and lock turn off screen never and lock off17:59
tomreynsoftcoder: hmm i can probably not help. if the system actually looses the other monitor it does sem to point to a driver issue - to me.17:59
glitchdsoftcoder, open power options and check in the display tab for any options relating to it17:59
lakiture the unworking repository - here were some select apt-get update errors i noticed right away: http://pastebin.ca/373906718:00
glitchdsoftcoder, what do you mean exactly by "it loses the moitor"?18:00
softcoderubuntu in display minotrs shows only 1 moinitor18:00
cluelesspersonhastebin.com/cekohigina18:00
cluelesspersonI'm having trouble with openvpn18:00
tomreynslyrobot: if you like, zip or gzip or 7z your /var/log/kern.log and upload it somewhere, then i can take a quick look at it.18:01
cluelesspersonthe conf file runs fine manually18:01
softcoderin power settings suspend is set to dont susp[end18:01
softcoderthats the only options that mean anything18:01
tomreynslyrobot: have you since done a full reboot? have you used hibernation / suspend to ram / disk again?18:01
slyrobotI can give it to you tomorrow. Sounds good ?18:01
tomreynslyrobot: i probably wont be here then. but surely someone else will be18:02
slyrobotSince then I have rebooted twice and did a suspend once18:02
tomreynslyrobot: which one was last, full reboot or suspend?18:02
slyrobotAlright I am uploading it.18:02
tomreynslyrobot: be sure to compress it first, this will queeze it remarkably, since it's all text.18:03
slyrobotThis sessions is obtained after a suspend18:03
tomreyn*squeeze18:03
slyrobotOkay.18:03
glitchdsoftcoder, is the monitor turning off or just blanking the display?18:04
helloNLI installed the bootloader on the partition that noted EFI, was this bad? As it can't find Windows18:04
glitchdsoftcoder, and are both monitors being used the same model monitor?18:04
softcoderthey are not the same model18:05
softcoderand ubuntu thinks the shared moinitor is turned off18:05
ducassehelloNL: no, that's where it should be. if it can't find windows i'm guessing you overwrote a partition it needs.18:05
softcoderit kindof is18:05
softcoderas its not used because kvm uses it in another pc18:06
helloNLHaven't deleted any partitions ducasse18:06
lakiture 'the unworking repository' - here's the full sudo apt-get update i just got off it & put up here: http://pastebin.ca/373923418:06
helloNLOnly thing I did was saying the bootloader should be placed on the EFI drive18:06
helloNLBut well the install couldn't find Windows Either18:06
=== UrsaTempest is now known as BearStorm
glitchdhelloNL, is all this on the same hard drive, or multiple hard drives?18:07
helloNLI installed Ubuntu and Windows 10 on the same Intel RAID 018:07
tomreynsoftcoder: you could compare the "xrandr" outputs between when both monitros are connected and when one is missing. this *might* give a hint on what's wrong. i'd also look into nvidia driver options (to be specified in /etc/modprobe or at boot time, so configured in /etc/default/grub* on the GRUB_CMDLINE_LINUX_DEFAULT line18:08
helloNLAnd now I am trying to add Windows back to the GRUB Bootloader :/18:08
helloNLhttp://superuser.com/a/637035 I see this but I don't know how to apply this to myself :/18:09
slyrobottomreyn, https://drive.google.com/file/d/0B3qlk-0wqg9SVkpKMnVsajVRUkU/view?usp=sharing18:09
glitchdhelloNL, well i just installed ubuntu on one of my hp laptops, and i know that i had to change to hard drive to csm from uefi and when i did that it would not boot windows 10 anymore, in fact that partition could not even be seen.18:09
slyrobottomreyn, See if this helps. Tell me when you have the file.18:09
helloNLglitchd: I am still in normal UEFI mode18:10
tomreynslyrobot: download complete18:10
slyrobottomreyn, See if you can open it.18:10
glitchdhelloNL, can you see the windows partition from ubuntu?18:10
helloNLYes I can18:10
glitchdcan you browse it?18:10
helloNLAnd I also see the normal disks xD18:10
helloNLYes18:10
glitchdthen try sudo update-grub18:10
helloNLDid not work18:11
=== scottt is now known as Guest56485
glitchderror?18:11
helloNLNo errors18:11
glitchdhelloNL, then what happened when you used sudo update-grub?18:11
helloNLGive me a little moment I have to type everything over :P18:12
glitchdcopy paste18:12
helloNLDifferent pc18:12
glitchdunless its like a screens worth of data18:12
glitchdohh18:12
helloNLhttp://kopy.io/HGOCv18:12
helloNLglitchd: http://imgur.com/a/53G9Y18:14
tomreynslyrobot: i can. and it's still full of the memory corruption records, which it should not be. now the question is whether those also occur if you last rebooted properly, not suspended. which we won't know unless oyu reboot again. when you run "dmesg -T | tail" now, do you see nothing but "Corrupted low memory" records, and are those timestamps current?18:14
slyrobottomreyn, I haven't cleared those logs.18:15
glitchdhelloNL, does this machine have windows 10?18:15
helloNLYes18:16
tomreynslyrobot: which ones? you mean dmesg? that's right from the running kernel, not a log file.18:16
glitchdyou might have secure boot disabled, which would make it seem like windows isnt even there anymore18:16
slyrobottomreyn, I just cleared syslog.1 and kernlog.118:16
glitchdhelloNL, ^^18:16
helloNLIt's enabled glitchd18:16
helloNLAt least last time I checked in the BIOS18:16
glitchdtry lsblk18:17
tomreynslyrobot: i'm aware. and my question is still relevant, to understand whether this is an ongoing problem.18:17
glitchdsee if it lists the windows partition18:17
slyrobotI was able to retrieve about 251 GB by clearing those. tomreyn18:17
helloNLSecure boot control is enabled and secure boot too, Secure boot mode is standard glitchd18:17
tomreynslyrobot: yes, that's good, i know.18:17
slyrobotI see. What do you want to know ?18:18
glitchdhelloNL, forgive this question, but, are you sure u didnt install over, or erase windows when you install linux?18:18
helloNLI had 150gb left on the disk so I only added partitions glitchd18:19
helloNLisw_cdedfdejjc_Volume1p1 to 6 are there with windows it were only 418:19
helloNLp2 is my efi drive which now is a grub instead of Windows18:19
=== postrecito is now known as postrecito_
glitchdhelloNL, you could try installing boot-repair to fix the problem18:21
glitchdhelloNL, sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update18:21
nicomachusuhhh... shouldn't need a PPA for boot-repair18:22
nicomachusit's preinstalled.18:22
nicomachusor should be.18:22
glitchdhelloNL, then, just sudo boot-repair to launch it18:22
glitchdnicomachus, i was assuming it wasnt installed18:23
nicomachusif he's on Ubuntu, it's installed.18:23
OerHeksnicomachus, it is available from ppa only, iirc https://help.ubuntu.com/community/Boot-Repair18:23
helloNLOne problem, apt-get update tells me it's not signed glitchd18:23
tomreynslyrobot: there's a bios update available for your system: v1.2.0, yours is v1.1.8: http://www.dell.com/support/home/us/en/04/Drivers/DriversDetails?driverId=MR2R8&fileId=3578822587&osCode=WT64A&productCode=inspiron-15-7559-laptop&languageCode=en&categoryId=BI18:23
glitchdim on 16.04.1 and its not installed18:23
lakituanyone help with getting my huge offline repositories working?18:24
lakitulike i was saying, getting apt-get update errors.18:24
helloNLare the dutch archives down? all are telling me that it failed to connect18:24
slyrobottomreyn, So you are suggesting a BIOS update ??18:24
glitchdhelloNL, did you run the first command i gave?18:24
helloNLYes18:24
helloNLsudo apt-get install boot-repair now right?18:25
glitchdthen run this one now, sudo apt-get install -y boot-repair && boot-repair18:25
glitchdyes18:25
nicomachuslakitu: can you paste the output of your apt update?18:25
lakituhey nicomachus - yes: http://pastebin.ca/373923418:25
helloNLI have held broken packages o.o18:25
helloNLI just finished installing the iso18:25
lakitumight wanna ctrl+f for error/err/etc18:25
helloNLwtf18:25
tomreynslyrobot: yes, why not, it's cleary something to do with suspend not working properly, which is a very low level functionality between bios ( or UEFI in your case) and OS (ubuntu in your case). the (as always minimalistic) changelog may suggest that it solves this issue.18:25
lakitunicomachus ^18:25
glitchdhelloNL, more errors?18:25
slyrobottomreyn, Yes but there is a problem I think. The support is for Windows 10 and it will not run in Linux, What do you think ?18:27
helloNLhttp://kopy.io/wbgkj glitchd18:27
glitchdhelloNL, run sudo apt-get install -f18:27
helloNL0 upgraded installed or removed, 76 not upgraded18:28
lakitunicomachus: this is for a main computer i use, would really like to get it squared away18:29
nicomachuslakitu: what does your sources.list look like?18:29
helloNLAlso the dutch nl.archive.ubuntucom seems to not resolve. This might be an issue?18:29
lakitunicomachus: hang on18:29
glitchdhelloNL, im sorry are you on 16.10?18:29
tomreynslyrobot: you can run the firmware update from a freedos live boot.18:29
nicomachus lakitu it looks like you're updating from a USB and not from online repositories.18:29
helloNLubuntu-16.04.1-desktop-amd64 glitchd18:30
lakitunicomachus: yes, that is what i'm trying to do. offline repo's18:30
tomreynslyrobot: https://wiki.ubuntu.com/DellBIOS18:30
slyrobottomreyn, How do you suggest I do that ??18:30
slyrobotOkay.18:30
nicomachuslakitu: ok, and did you check those file locations that it says don't exist?18:30
lakitunicomachus: triple checked but we can check again18:31
lakituuploading the sources.list18:31
bruno_Hello, I need some help to make the backlight screen intensities work.18:33
lakitunicomachus: i used / modeled it after the osdisc.com's sources.list it generated - or at least the lines it added - which is who i bought the repo from: http://pastebin.ca/373925518:33
glitchdhelloNL, sudo apt-get update18:33
helloNLyh this time I did get normal response18:33
lakitunicomachus: so you know.18:33
helloNLBut when doing upgrade it all errors again18:33
glitchdhelloNL, sudo apt-get install boot-repair18:34
glitchdhelloNL, upgrade?18:34
helloNLYh I thought i'll just update18:34
lakituupgrade goes from like ubuntu 15 to 16, helloNL18:34
gadgetlo there, anyone have issues with wifi not finding any ap's untill the machine is put into and out of suspend?18:35
nicomachusno it doesn't, lakitu. you're thinking of do-release-upgrade18:35
lakitui think =/   i started -- oh18:35
helloNLsudo apt-get upgrade is to install updates of everything right?18:35
lakitui started when you couldn't do upgrades reliably, so i never tried to upgrade the distro in-place, again18:35
lakitui stand corrected. =D18:35
helloNLdist-upgrade is distro update I thought :/18:36
nicomachushelloNL: no, that's for kernel upgrade.18:36
gadgetsorry to interrupt btw, but has anyone have issues with wifi not finding any ap's until the machine is put into and out of suspend?18:36
nicomachusor you can use apt instead of apt-get and do apt full-upgrade18:36
helloNLboot-repair is not authenticated glitchd should I just install?18:36
nicomachus!patience | gadget we saw you, but hold on a sec.18:36
ubottugadget we saw you, but hold on a sec.: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/18:36
glitchdyes18:36
lakituso what does upgrade do?18:37
gadgetubottu: I meant to edit that, i didn't see i sent it already.18:37
ubottugadget: I am only a bot, please don't think I'm intelligent :)18:37
lakituapt-get upgrade18:37
gadgetlol18:37
nicomachuslakitu: apt-get upgrade upgrades installed packages.18:37
helloNLIt started scanning and now I get a pop up menu as in:  http://pix.toile-libre.org/upload/original/1335260967.png18:37
lakituok18:37
glitchdfirst option18:37
glitchdhelloNL, ^^18:38
lakitui'll worry about that another time, i guess . . .  or man it18:38
helloNLPlease disable secureboot in the BIOS. Then try again. Do you want to continue?18:38
helloNLglitchd: ^^18:39
lakituah, (apt-get) update will sync the package list, upgrade will actually install the new versions18:39
lakitunew ones18:39
lakituThe More You Know *shooting star*18:40
helloNLI am also a noob lakitu, only thing I did was set up a server thanks to tutorials18:40
nicomachuslakitu: yep. but apt is the new apt-get18:40
glitchdhelloNL, you cannot boot ubuntu with secure boot enabled, however you cannot boot windows with secure boot diabled18:40
lakituok18:40
lakitu(nicomachus)18:40
helloNLWell Secure boot is on and I am in ubuntu18:40
helloNLAlso there was a news report that Ubuntu would now work with secure boot18:40
BazookaToothcanonical had a signature added to secureboot.18:41
lakitui had a heckuva time getting my new pc to work with ubuntu - it turned out to be uefi18:41
ducassehelloNL glitchd secure boot has worked for a long time now18:41
glitchdducasse, news to me..18:41
ns_ciao18:41
lakituhad to set bios into legacy (compatible) mode18:42
lakituerr the uefi, as it were18:42
helloNLducasse: why does this boot-repair want me to disable secure boot18:42
ducasseglitchd: you need to disable it to use dkms drivers, though18:42
lakituset the uefi18:42
ahfsdsdHi.. I have a problem with Chromium under Ubuntu 16.04 + all other ppl with same OS. With firefox on the same computers it works. It started 2 days ago on all and is not related with update. The problem is with one page - www.seznam.cz18:42
ducassehelloNL: you need to disable it to use dkms drivers18:42
ahfsdsdThere is some issue with certificate18:42
glitchdducasse, arent dkms drivers related to the display?18:43
lakitunicomachus: any ideas?18:43
nicomachusahfsdsd: yea it's a known bug.18:43
stan_man_canSo if I have a program I want to run in the background, always (start on boot, restart if it crashes) how do I go about that with systemd? Also,  how do I pipe the output (STDERR/STDOUT) to different log files?18:43
DocPlatypusahfsdsd: "The server presented a certificate that was not publicly disclosed using the Certificate Transparency policy. This is a requirement for some certificates, to ensure that they are trustworthy and protect against attackers." <-- that is your problem. the problem is with their certificate and they need to fix it.18:43
nicomachusahfsdsd: you'll have to use Chrome 54 to get around it.18:43
lakitunot to push (nicomachus)18:43
DocPlatypusahfsdsd: that Firefox doesn't catch it, is actually a bug/security hole in Firefox.18:43
ducasseglitchd: not necessarily, no. vbox uses them, so does certain wifi chipsets.18:43
glitchdducasse, mmk18:43
helloNLducase glitchd https://www.irccloud.com/pastebin/BryeIwHw/18:44
ahfsdsdahfdsd: hmm, thanks. When do you think it will be fixed in normal repos with Chromium?18:44
helloNLit wants me to do that now18:44
ahfsdsdDocPlatypus: ^^18:44
nicomachuslakitu: sorry, having trouble getting lynx to open atm18:44
lakituok18:44
DocPlatypusahfsdsd: no idea18:44
lakitusweet. i remember lynx, i think18:44
lakitutext browser or smth?18:44
DocPlatypusahfsdsd:  you'll have to ask them when they plan to update their certificate.18:44
nicomachusahfsdsd: yea, no idea. try asking the Chromium folks. I htink it's #chromium18:44
glitchdhelloNL, whats that all about?18:44
helloNLboot-repair says to do that18:45
glitchdhelloNL, oh18:45
lakitulooking up guitar tabs at the library with a text browser in the earliest days of the Net18:45
helloNLI don't know what that stuff is18:45
glitchdhelloNL, do it18:45
ahfsdsdSo where the problem actually is? I think that it is not Chromium, since it works with the same version on Debian18:45
helloNLSo I am not going to do it untill someone verify's18:45
DocPlatypuslakitu: Lynx is still being developed, btw18:45
lakitusweet18:45
lakitugtk18:45
nicomachuslakitu: I'm on a VM tunnelled into my home PC, so opening a proper GUI browser would be tough/take forever. for pastebins, lynx USUALLY works fine. not sure why it won't open right now.18:46
lakituwant me to get it to you another way?18:46
ducassehelloNL: i can't comment on the two last lines, can you give me a couple of minutes to read a little?18:47
helloNLI kinda did already execute ducasse18:47
lakitui was at thte point with this, i was going to redo the whole install in a vm, upload the .vmi to the owner of osdisc.   he hasn't responded if he's willing to18:47
lakituthe*18:47
helloNLSeems I have issues connecting to internet, losing connection all the time :/18:47
ducassehelloNL: ok, best of luck then :)18:47
usr13helloNL: Wifi?18:47
helloNLYes usr1318:48
usr13helloNL: Is it due to weak signal?18:48
ahfsdsdPage www.seznam.cz is working with Chromium on Debian Stable (exactly same version), with Ubuntu 16.04 it does not work on all PCs. With Firefox it is working everywhere...18:48
helloNLShouldn't be, normally no issues with WIFI in this room18:48
tarjoAfter the last kernel update I'm also loosing wireless in the amd 32bit laptop, but not in the amd64 laptop18:48
Bray90820So my CherryTrail surface 3 running ubuntu 16.10 freezes on high cpu load and I need to hard shutdown my system here are some error from when it froze while playing a bluray rip18:49
Bray90820http://pastebin.com/raw/sQJQHqyV18:49
glitchdhelloNL, what wifi card?18:49
helloNLglitchd: I can boot to Windows now, but the bootloader has a lot of crap in it18:49
usr13helloNL: All WiFi interfaces are not the same.  (Some get better signals and have more power output, some not so good.  There are a number of things that could be wrong, some of which are beyond the scope of this channel.18:49
helloNLKiller 1202-n18:50
tarjoglitchd, mine is Qualcomm Atheros AR928X18:50
glitchdtarjo, i was referring to helloNL ..18:50
helloNLusr13: Normally I am also in this room, I might be 2 meters from the connection point :P18:50
lakitujust want this os install to recognize repositories, so i can get on with everything.  ubuntu/etc normally work great - great enough, you know18:50
tarjoglitchd, ohh I am sorry, I spoke due to the same problem18:51
glitchdtarjo, no problem18:51
helloNLglitchd: Do you know how I can edit the bootloader menu? I wanna reduce it and rename stuff18:51
lakituworking at it a week.18:51
glitchdhelloNL, look up grub-customizer18:52
helloNLIs that an application or something build in?18:52
glitchdapp18:52
glitchdit gives you a gui to edit and customize grub18:52
helloNLNice18:52
helloNLIf that worked I can remove boot-repair right?18:52
=== blackhole is now known as Guest98277
glitchdhelloNL, theoretically, yes, but you might as well leave it in case anything else happens and you need it again18:53
glitchdhelloNL, are you able to boot back into windows now?18:55
helloNLYh18:58
=== EriC^ is now known as explosive
glitchdhelloNL, yh?18:58
helloNLYes i am18:58
glitchdok18:58
glitchdany other problems then?18:58
helloNLI have 2 different scripts working to boot into Windows :/18:59
helloNLNow I am not sure which is right :/18:59
glitchdreboot and test18:59
helloNLBoth work18:59
helloNLThat's the problem18:59
glitchdthen pic n choose which to disable18:59
glitchdif they both work then it shouldnt matter which u disable19:00
helloNLThe first boots EFI/Boot/bkpbootx64.efi the other boots EFI/Microsoft/bootmgfw.efi19:01
teo_if I install fluxbox on ubuntu everything seems to work fine except gtk3 theme/appearance. All gtk3 appearance looks like reset to default (aduita theme). Is there a way to set new themes? Do I need gtk2 functionality? Any help will be appreciated.19:01
glitchdlike i said, if they both boot, then it shouldnt matter which u choose to disable19:01
ducasseteo_: try lxappearance19:02
helloNLglitchd: Well they could boot different which might disable some functions19:02
glitchdhelloNL, then again, reboot and test.19:02
ducassehelloNL: the second of those is the standard windows bootloader, no idea about the first19:03
=== InnerFIRE is now known as Guest61305
glitchdhelloNL, ducasse By default, Boot Repair replaces both EFI/BOOT/bootx64.efi and EFI/Microsoft/Boot/bootmgfw.efi with a copy of GRUB, renaming the original files so that they can be accessed or restored19:04
glitchdhelloNL, ducasse  It also places a copy of GRUB as EFI/Microsoft/Boot/bootx64.efi. Thus, after running Boot Repair, the number of copies of GRUB on the ESP quadrupled, from one to four! The reason for placing GRUB in these extra locations is to work around problems with a handful of buggy firmware implementations that ignore or forget their NVRAM entries. In fact, VirtualBox qualifies as one of these implementations, so if I'd run19:05
glitchdBoot Repair on the system before installing rEFInd, Boot Repair would have done the right thing.19:05
stan_man_can0% [Connecting to security.ubuntu.com (2001:67c:1560:8001::11)]19:05
ahfsdsdWhen Ubuntu will update Chromium????19:06
elias_aahfsdsd: You've found the SSL certificate problem? :P19:07
ahfsdsdelias_a: It looks like the problem is in Chromium 53 after all.19:08
elias_aahfsdsd: No it is not. It is in Symantec who broke the trust.19:08
ahfsdsdelias_a: ah and how to fix it?19:09
elias_aahfsdsd: FYI: https://www.eff.org/deeplinks/2015/09/symantec-issues-rogue-ev-certificate-googlecom19:10
rexwin_sudo tar czf /root/backup_`date +%F`.tar.gz --exclude=/root/backup*.tar.gz --exclude=/media --exclude=/dev --exclude=/mnt --exclude=/proc --exclude=/sys --exclude=/tmp /testdir/19:10
rexwin_the above command is running in crontab when added using crontab -e19:11
rexwin_not running*19:11
ahfsdsdelias_a: the problem I have occured just 2 days ago19:11
EriC^rexwin_: you can't use sudo in crontab19:11
ahfsdsdelias_a: on all PCs I know about with Ubuntu 16.0419:11
elias_aahfsdsd: Symantec response to the situation: https://knowledge.symantec.com/support/ssl-certificates-support/index?page=content&id=ALERT216019:11
rexwin_so how to add?19:11
EriC^rexwin_: sudo crontab -e19:12
elias_aahfsdsd: Quite correct. So did it with me.19:12
EriC^rexwin_: and remove the sudo in the command19:12
elias_aahfsdsd: The problem is caused by Symantec engineers fooling around.19:12
rexwin_ok got it19:12
ahfsdsdThats not good19:13
ahfsdsdThanks19:13
ahfsdsdOK, we have to wait for 5419:13
elias_aahfsdsd: Therefore their certificates are not trusted.19:13
elias_aahfsdsd: This will be fixed, of course.19:13
rexwin_EriC^, does /var/log/syslog make an entry during the backup?19:15
EriC^rexwin_: yeah19:16
nattenanyone here knows how to boot a physical installation of ubuntu in a vm (vmware on windows)? It boots and everything seems fine, but once i try to login i go straight back to the loginscreen (ubuntu desktop with unity)19:18
lakitunicomachus: not sure if you're still here - was grinding / making a shots of yerba mate, lost track of time19:18
EriC^natten: does the guest account work?19:18
lakitumaking shots of yerba mate.* =/19:19
nattenEriC^: nope, i've also tried to move/chmod the .Xauthority file19:19
DocPlatypusnatten: hmm that's strange. any clues from the logs?19:23
DocPlatypusnatten: can you still ssh into it and get in that way?19:24
nattenDocPlatypus: i can get to tty with ctrl+alt+1-6 :)19:25
DocPlatypusnatten: can you login that way? if so see what the logs say19:25
rexwin_55 0 * * 3 tar czf /root/backup_`date +%F`.tar.gz --exclude=/root/backup*.tar.gz --exclude=/media --exclude=/dev --exclude=/mnt --exclude=/proc --exclude=/sys --exclude=/tmp /testdir/19:27
rexwin_isnot running instead I get a mail saying /bin/sh: 1: Syntax error: EOF in backquote substitution19:27
natteni can log in, which logs are you thinking about? the dmesg says nothing, and /var/log/Xorg.0.log is very hard to read19:27
mmc_hi19:30
mmc_what is your idea about kvm   ?    it is faster than VBOx and Xen and othe virtual machine on ubuntu  ?19:30
mmc_other question is that  i want to install kvm but  it want gcc 4.8   and my default gcc is 4.8.4    may it causes a problem on my system  ?19:32
DocPlatypusmmc_: later version of gcc shouldn't be an issue19:35
mmc_alright19:37
mmc_DocPlatypus : do u have any idea about Kvm vs VBox and Xen  ?19:37
rexwin_tar czf /root/backup_`date +%F`.tar.gz is not running in crontab. is there a way to remove these backticks and get date included in the filename19:38
EriC^rexwin_: try $() instead19:38
rexwin_can you format the line and let me know19:40
stochastixwhat is the most recent version of zfs  in the repos?19:40
EriC^rexwin_: tar ... backup_$(date +%F).tar.gz ...19:40
nattenDocPlatypus: booting worked after removing nvidia drivers, now is the question. is there a way to disable nvidia drivers without deleting them everyime?19:41
=== Loshki is now known as Sadie
Tranquiliz3rjoin #ubuntu-ir19:46
nicomachuslakitu: yea sorry I went to lunch19:47
TeslaTazd19:48
lakitunicomachus: np - i lost track of time making yerba mate shots.19:49
ducassestochastix: 0.6.5.8 for yakkety19:49
lakitunicomachus: get lynx up?19:49
nicomachusno I uninstalled it and reinstalled but lost your link.19:49
lakituok - here19:49
lakituerr19:50
lakituhttp://pastebin.ca/3739255 <-- sources.list19:50
lakitunicomachus: ^19:50
lakitunicomachus http://pastebin.ca/3739232  sudo apt-get update output19:51
nicomachuslakitu: yea I'm not really sure man. This is a very weird setup. Why are you trying to update from a USB?19:54
artaossanybody know if i'm configuring isolinux.cfg, for a clonezilla based live cd, and i wanna be able to have the boot process pull options from a txt file that i'll need to prepare seperatly & can't roll into the ISO?19:55
lakitunicomachus: i am setting up a offline comp - bought the offline repository from OSDisc.com, had another distro sete up like this19:55
artaossif i can just put a line in like  ocs_prerun="mount blah /mnt" then ocs_live_run=/mnt/comandfile19:56
stochastixducasse: thanks.19:56
=== alec is now known as Guest31577
konradosMorning!19:59
stochastixis 16.10  yakety?20:00
JonsaAny networking wizards here? Need some help with bonding mode4 and one connection that drops everything!20:00
=== shams is now known as Guest35497
Jonsahttp://pastebin.com/CSeYWTic http://pastebin.com/2HcVgE3Z http://pastebin.com/sVH9e1Wf20:01
stochastixOk, I see that it is.20:02
yommHi can someone point me in the right direction on how I can 'fix' input devices (eg. /dev/input/hiddev0 and 1) to 'physical devices' so they keep the same order after reboot ?20:04
lakituthere's some hangup - some stray line, that is making it not recognize the repository (or repositories) when i try to do sudo apt-get install or sudo apt-cache policy20:04
lakitunicomachus ^20:04
lakitui'm trying to track it down20:05
lakituthe last one from them worked20:05
lakitujust switching back to Ubuntu from Mint - prefer Ubuntu20:05
lakitufor reasons i won't get into now20:05
=== jstein_ is now known as jstein
lakitusweet. the owner of osdisc.com says he'll look at a virtual machine recreation of the problem.  it should be sushi after that20:12
ComudexHey guys i installed the opensc package however i do not see  /lib/x86_64-linux-gnu/opensc-pkcs11.so in its proper place?20:12
Seveasthat'll be in the relevand -dev package20:13
raubWhat can I use to connect (and manage) a xenserver (not just xen)? virt-manager does not seem to want to20:18
lakitui've got a kubuntu disc here, anyone know how to integrity-check? using the disc?20:21
nicomachus!md5sum | lakitu20:21
lakituit doesn't supply the option that i see, but maybe if i hold shift or somehting like that20:21
ubottulakitu: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM20:21
lakitualright - just wondered if it had th eoption built in - they always used to20:21
lakitumaybe not kubuntu's installer, tho20:21
theShirbinywow, people are still using md5?20:21
lakitutheShirbiny: what outdoes it?20:22
OerHeksor check sha256sum20:23
theShirbinylakitu, SHA25620:23
OerHekshttps://help.ubuntu.com/community/VerifyIsoHowto20:23
=== blackhole is now known as Guest60170
lakituit'd be nice to have a check when i boot up, in a little non-main menu, but not that big of a deal20:24
iorialakitu, if the disk is already burned, you can't check the iso, you can only check the disk20:24
ctjctjHello.  I have a sed question.  I have a string that looks like 'x y z "a b c d" ###'  I want to replace all the space within the quotes with + signs.  I can't find anything in regex that limit the area of the string to be processed.  To replace all it would be simple s/ /+/g  Any clues? My google foo has failed me.20:25
jattctjctj: echo 'x y z "a b c d" ###' | sed 's/[[:space:]]/\+/g'20:27
raubWhat is the screen capture thingie that comes in the normal ubuntu desktop install?20:27
ctjctjjatt, that replaces them all in the string.  I want to restrict the changes to just the substring within the double quotes.20:27
ctjctjjatt, I don't know if you need the \ on the replacement side of the substitution.20:28
rexwin_I can't append the date to tar command of Downloads/backup_$(date+%F).tar.gz in the cron job20:29
geniirexwin_: Put a space before the +20:31
rexwin_it is not worning with space too20:31
rexwin_working20:31
ctjctjgenii, isn't the space *before* the +  $(date +%F)20:32
ctjctjecho $(date +%F)20:33
ctjctj2016-11-1520:33
rexwin_10 2 * * 3 tar czf /home/raju/Downloads/backup_$(date +%F).tar.gz --exclude=/root/backup*.tar.gz --exclude=/media --exclude=/dev --exclude=/mnt --exclude=/proc --exclude=/sys --exclude=/tmp /testdir/20:33
rexwin_doesnot work in cron20:34
geniirexwin_: Put the commands in an executable text file then call that from the cron20:34
ctjctjrexwin_, break it down and test with a simple echo.  Also do it as genii says.  That way you can see what is happening.20:34
=== SYSOP is now known as Guest16034
Sirclesudo service squid start/stop/restart/status. No errors in status or access.logs. How to see its complete startup log?20:37
geniirexwin_: Also the % might be whats causing you problems there20:39
rexwin_I put in a executable file and called it through cron and still the issue persists20:42
rexwin_but running ./testing.sh is fine20:42
geniirexwin_: Try escaping the % with \% instead20:43
antoonHi guys. I'm trying to share internet from wifi to wired, but when I changed my wired to "Share to other computers" and plug in an ethernet cable, it disconnects my wifi. How can I stop it from doing that?20:44
=== BearStorm is now known as UrsaTempest
arafathi20:53
arafatis there anyone20:54
arafat?20:54
Bashing-om!ask | arafat20:55
ubottuarafat: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience20:55
arafati installed ubuntu server and i want to add domain to my server. how can i do that ?20:56
terribleis there a way to speed up the boot of firefox when i launch it cause it take to long im using ubuntu 16 xenial20:57
arkaoss82anyone here modify live cd's for fun & lols?20:57
Southern_Gentlemarafat read the documention for the type of service you are wanting to run20:57
linelevelHello. I just upgraded to Ubuntu 16.04. Every time I connect to any wifi network, if asks for the password, even though I selected "remember for all users" the last time. When I look in the list of networks, I see a new copy of the network for every time I connect. For example: "My SSID", "My SSID 1", "My SSID 2", etc.20:58
Southern_Gentlemarkaoss82, in the fedora world yes20:58
linelevel^ Does anyone have any suggestions for how to correct this problem?20:58
arafatSouthern_Gentlem, i want this server for publicly access and i got public ip address20:59
Southern_Gentlemarafat, you have not given enough information to continue21:00
Southern_Gentlemarafat,  what services will the server be running21:00
=== Christer_ is now known as Christer
walnutbeardhi21:06
walnutbeardi just fckin love u guys what a mind blowin system after windows virus :D21:06
energizer2How can I switch from using my laptop's internal wifi to using the usb adapter?21:06
wlp1s1energizer2: click the networking button in the tray, next to the clock21:07
walnutbeardany1 playin hearthstone or anyother blizzard games?21:07
wlp1s1you should be able to see the other adapter21:07
OerHekswalnutbeard, if those are windows games, check out #winehq21:10
OerHeks!wine21:10
ubottuWINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu21:10
arkaoss82southern_gentlem: no one messes with initrd.img's any more huh?21:10
walnutbeardyeah sadly windows games usin battlenet application ok searchin web ty21:10
terribleis there a way to speed up the boot of firefox when i launch it cause it take to long im using ubuntu 16 xenial21:11
walnutbeardtry chromium browser its super fast21:11
OerHeksterrible, delete the firefox config files and restart?21:12
OerHeksit is an hidden folder ( ctrl +H )  ~/.mozilla.21:13
=== rafael is now known as Guest68421
ducasseterrible: or try installing preload21:16
terrible_OerHeks: i didnt delete any config file21:24
walnutbeardwhich one has better performance wine or playonlinux ?21:25
walnutbeardgonna install hearthstone and autocad21:25
brainwashwalnutbeard: it's both wine under the hood21:25
walnutbeardok wine it is then ty21:25
brainwashwalnutbeard: playonlinux makes it easier to install and use different wine versions21:26
OerHeksPOL is just a bunch of scripts to install win apps/games21:26
brainwashnot just scripts21:26
OerHeksoke, and an option to get a different wine version21:26
brainwashit makes managing wine easier21:26
walnutbeardso u suggestion pol?21:27
brainwashI guess21:27
brainwashespecially if you don't want to mess around in the terminal21:28
brainwashideally, test both ways21:28
olliveradoes Rust have a Stream type? I would like to read a tuple from a file and add to a stream?21:30
energizer2wlp1s1: i don't see any indication of usb in the wifi menu21:30
walnutbeardok ty have a nice night21:30
brainwashollivera: wrong channel21:32
wlp1s1energizer2: it probably isn't recognized21:32
wlp1s1energizer2: try running lsusb and see if you can locate your adapter21:33
energizer2wlp1s1: i dont see it there21:33
wlp1s1energizer2: are you sure it's plugged in?21:33
abrahamhello, i installed spotify and now i am not able to uninstall it. i installed it through softwares app, i tried to remove it from softwares app it get removed from there but is still in main apps' menu, and it again appear in softwares too. i tried to do sudo apt-get remove spotify, sudo apt-get purge spotify but it says Unable to locate package spotify21:34
wlp1s1energizer2: try unplugging and plugging in your adapter, then run dmesg to see if it was recognized21:34
walnutbeardguys i am stuck on playonlinux page which version should i install ? i am usin Ubuntu 16.04.1 LTS x64 desktop21:35
OerHeksabraham, how did you install spotify ? followed any howto ?21:35
walnutbeardFor the Trusty version or  Saucy version or Precise version?21:35
texI have a NAT router. Works fine for everything except for UDP multicast. UDP packets make it to the router, but don't leave. Am I missing something?21:35
abrahamOerHeks, yes i think, it was 10 things to do after installing ubuntu21:35
OerHeksabraham, if you followed this, https://www.spotify.com/nl/download/linux/ , remove spotify-client21:36
energizer2wlp1s1: http://paste.ubuntu.com/23482575/ I don't really know what i'm looking at in dmesg, but i dont think it changed when i replugged it http://paste.ubuntu.com/23482576/21:36
walnutbeardabraham also try this sudo apt-get update21:36
brainwashwalnutbeard: you install it from the ubuntu repos21:37
walnutbeard u mean software manager?21:37
brainwashwalnutbeard: yes21:37
OerHekswalnutbeard, for 16.04, use the noobslab ppa http://askubuntu.com/questions/770687/how-to-install-playonlinux-on-ubuntu-16-0421:37
brainwashwalnutbeard: or sudo apt-get install playonlinux21:37
walnutbeardbut when i search playonlinux nothin appears21:37
abrahamOerHeks, that is a link to install it, i installed spotify like that21:38
walnutbeardok thanks21:38
wlp1s1energizer2: i don't really know, you should probably ask in ##linux21:39
wlp1s1it has more to do with the kernel than ubuntu itself21:40
abrahamwalnutbeard, i did sudo apt-get update, and then sudo apt-get remove spotify, but still it says , E: Unable to locate package spotify21:40
walnutbeardwell abraham i am newbie too but when i get error it works sometimes :/21:40
OerHeksabraham, read again > spotify-client21:40
walnutbeardthat page says noobslab.com for 16.04 version. i am usin 16.04.1 version of ubuntu does it matter ?21:41
abrahamOerHeks, :) thanks21:41
OerHekswalnutbeard, no21:41
=== screedoz is now known as screedo
abrahamOerHeks, can you teach me how to look for a package real name for removal ?21:42
OerHeksabraham, one way is to check the guide you followed, or install synaptic, a more detailed softwarecenter21:43
OerHeks!info synaptic21:43
ubottusynaptic (source: synaptic): Graphical package manager. In component universe, is optional. Version 0.83+nmu1ubuntu1 (yakkety), package size 1332 kB, installed size 6933 kB21:43
walnutbeardis there a good training videos for ubuntu ? i wanna learn deep downs of this amazin code system smooth as hell21:43
OerHekssynaptic got some nice filers, like showing packages in that ppa21:43
OerHeksc/filters21:44
abrahamOerHeks, thank you, i got it. and it solves my problems :)21:44
texI guess my question is too hard for this IRC...21:45
walnutbeardwhich distro mr robot usin in tv serie? :d21:45
usr13tex: What's  your question?21:45
tgm4883tex: what do you mean they don't leave?21:45
xanguawalnutbeard: don't know but he uses utorrent :-\21:45
texI have an Ubuntu NAT router. Works fine for everything except for UDP multicast. UDP packets make it to the router, but don't leave. Am I missing something?21:45
hayhi all... I am using USB sound card through pci passthrough on a proxmox VM and would like to totally disable the sound card on host... upon booting, a message usbcore: registered new interface driver snd-usb-audio is displayed on host... how can I disable it? thanks21:46
NoImNotNineVolttex: what are you using for multicast routing?21:46
tgm4883tex: you made a point to mention it's a NAT router, are you trying to go between vlans with your multicast traffic?21:46
walnutbeardpiratebay ftw :D21:47
texThe NAT device has two wlans and an eth. Incoming UDP traffic on eth0. wlan0 is used for AP21:47
NoImNotNineVolti've never done multicast over nat, sounds like a nightmare.21:47
NoImNotNineVolttex: using PIM?21:47
texI can see all of the incoming UDP traffic via tcpdump.21:47
texnot using PIM21:48
NoImNotNineVoltso then which multicast routing protocol are you using?21:48
texdnsmasq, hostapd and iptables is all I'm using21:48
NoImNotNineVoltoh. then yea, you don't have multicast routing :P21:48
texmaybe that's what I'm missing...21:48
tgm4883tex: there's extra stuff to setup. By design, multicast doesn't pass routers21:48
NoImNotNineVoltmulticast routing is... "crazy".21:48
texI'm just calling maddr to add the ip addresses21:49
texright?21:49
texso, you say PIM is the way to go? over mrouted?21:49
NoImNotNineVoltstep one is to moderate your expectations: you're in for a deep dive into a bottomless rabbit hole.21:49
texhaha fair enough... I'm already one shoe in21:50
NoImNotNineVoltthankfully, all i have left of my multicast routing experience is ptsd :P21:50
NoImNotNineVoltunfortunately, that means i won't be of much (read: any) help here.21:50
texunderstood21:50
texhey, at least I know where to start21:51
texmuch appreciated21:51
NoImNotNineVoltdepending on your topology, you need to pick dense/sparse mode.21:51
texoh god...21:51
NoImNotNineVoltor i guess there's 2 other variants too.21:51
NoImNotNineVoltyea. it's bad :P21:52
=== HULKSMAASH is now known as HULKSMAAASH
texso, perhaps this?21:52
texhttp://troglobit.com/pimd.html21:52
tgm4883I tried setting up multicast routing once in order to play civ 5 across some vlans. I gave up21:53
rexwin_when trying to scp using sudo i get scp: /home/ubuntu/backup_2016-11-16.tar.gz: Permission denied22:02
jattyou don't have permissions either to read or write22:02
walnutbeardcan i change folder background color from white to black and font color to white ?22:02
usr13rexwin_: ls -l /home/ubuntubackup_2016-11-16.tar.gz22:03
usr13rexwin_: But you should tell us the complete command so we can see what else might be wrong.22:03
walnutbeardsuch as when u right click on screen as u see black background and white fonts22:04
usr13rexwin_: Also du22:04
rexwin_this is what I ran :            scp /home/raju/Downloads/backup_2016-11-16.tar.gz ubuntu@192.168.80.130:~22:04
usr13rexwin_: df22:04
rexwin_sudo scp too doesnot work22:04
usr13~?22:04
rexwin_disk space is ok22:05
usr13rexwin_: sudo will not help you22:05
jattyou don't have rights on the remote machine22:05
jattas ubuntu user22:06
jattmaybe there is a backup*gz file already there that cannot be overwritten22:06
usr13rexwin_: Does user "ubuntu" have a home directory on 192.168.80.130?22:07
rexwin_yes it does22:07
sliddiswhat is the correct command to restart networks to get new IP???22:07
usr13rexwin_: and again, what is "~" for?22:07
sliddissudo ifdown ifup ens192 doesnt work22:07
jatt~ is /home/ubuntu22:07
rexwin_yeah22:07
Epx998Trying to setup dnsmasq using the https://wiki.ubuntu.com/UEFI/PXE-netboot-install wiki, clients are hanging at "error: variable `prefix' isn't set" not sure what to check for this error.22:07
jatttry22:08
jattscp /home/raju/Downloads/backup_2016-11-16.tar.gz ubuntu@192.168.80.130:/tmp/22:08
usr13rexwin_: ssh ubuntu@192.168.80.130 ls22:08
usr13rexwin_: or ssh ubuntu@192.168.80.130 df22:09
usr13jatt: Why would he put it in /tmp/ ?22:09
rexwin_listed all the remote files ------------->ssh ubuntu@192.168.80.130 l22:10
walnutbeardcan i change folder background color from white to black and font color to white ?any1 know ?22:10
usr13jatt: might work though....22:10
jattjust to test22:10
jattto me either he doesn't have rights to write to Downloads or there is already a backup*gz file there from another user22:11
usr13walnutbeard: Are you looking for terminal menu options?22:11
rexwin_this worked scp /home/raju/Downloads/backup_2016-11-16.tar.gz ubuntu@192.168.80.130:/tmp/22:11
usr13jatt: Probably the latter22:12
Amm0nsftp > scp22:12
rexwin_but I want to scp to /home/ubuntu like ~22:12
walnutbeardnot for terminal normal folder colors22:12
walnutbeardhome files documents etc22:12
usr13what is the "~" for?22:12
texEpx998: why don't you just setup dnsmasq yourself? you'll be surprised how easy it it22:12
rexwin_home directory22:12
rexwin_tilde is for that22:13
usr13rexwin_: ubuntu@192.168.80.130:  *is* the home directory.22:13
usr13rexwin_: ... so you do not need the ~22:14
jattat least on bash ~ is $HOME22:14
rexwin_Permission denied for ubuntu@192.168.80.130:22:14
usr13so why type the ~ for no reason?22:14
rexwin_either way it is denying22:15
usr13rexwin_: Can you ping 192.168.80.130?22:15
jatt~ is tilde expansion, it's common usage22:15
usr13rexwin_: Can you ssh into 192.168.80.130?22:15
rexwin_yes it lists22:15
usr13jatt: Well, I would never use it, never have because it is not needed.22:15
rexwin_listed all the remote files ------------->ssh ubuntu@192.168.80.130 l22:15
usr13rexwin_:  And what are the ownerships?22:16
nicomachusrexwin_: let's back up. what exactly are you trying to do? copy folders from this remote pc?22:16
station1i have a complicated server setup in a VM cloned it to a HDD    Ubuntu16.04 server starts perfectly only ethernet isent configured RTL8111GR i presume  ——firmware-realtek — — is the package. is there a comand to reconfigure/reinstall it without internet?22:16
rexwin_from one vm to another vm bot ubuntu22:16
usr13ssh ubuntu@192.168.80.130 ls -ld /home/ubuntu22:16
rexwin_both22:16
usr13rexwin_: "from one vm to another vm bot ubuntu"?  Is it on two different computers?22:17
rexwin_dr-xr-xr-x 20 ubuntu ubuntu 12288 Oct 28 11:10 /home/ubuntu22:17
ubottuUbuntu bug 12288 in evolution-data-server (Ubuntu) "apply filter/filter junk stopped working on IMAP" [Critical,Invalid] https://launchpad.net/bugs/1228822:17
kaiexit22:17
rexwin_no both are in my laptop22:17
usr13rexwin_: There are other ways to transfer files from one vm to another.22:18
walnutbeardcan we apply any other themes for ubuntu 16 ? ambiance radiance high contrast what else ?22:18
rexwin_I am wondering why scp is throwing the error22:18
jattpermissions issue22:18
usr13rexwin_: Are you sure there is space on the virtual HD?22:18
Amm0nrexwin_, because user ubuntu doesn't have write permission22:19
rexwin_yes it is and one of the ubuntu machines has DNS installed22:19
station1Help please: have a complicated server setup in a VM cloned it to a HDD    Ubuntu16.04 server starts perfectly only ethernet isent configured RTL8111GR i presume  ——firmware-realtek — — is the package. is there a comand to reconfigure/reinstall it without internet?22:19
usr13jatt: Yes, you are correct, no write permissions to /home/ubuntu22:19
thanzeonHi everyone! i'm trying to set up a virtual machine for some projects of mine, i'm using Ubuntu 16.10 64 bit, VMWare Workstation pro 12 and Win 10 with an Intel i7 6700 HQ. The installation and first run go as smooth as possible, however, after the first reboot within the first 10 / 15 seconds it appears a message saying "The CPU has been disabled22:20
thanzeonby the guest operating system." no warnings or errors, the vm just freeze and i get the message from VMWare. This is the second time i do a complete reinstall of the vm. Any thoughts?22:20
usr13rexwin_: ssh ubuntu@192.168.80.130  and sudo chmod +w /home/ubuntu22:20
usr13rexwin_: But how would that happen?22:20
rexwin_thanks usr1322:22
rexwin_it went scp'ing after sudo chmod +w /home/ubuntu22:22
Kirejirunn an npm server loaclly on port 3000, but when I point my browser to that machien from outside, no connection.  cannot figure out why22:22
usr13rexwin_: Yep. There'22:23
usr13There's usually always a secret reason for ubuntu mystery22:23
Squarismi have ubuntu 14.04 and i run a software called hexchat with version 2.9.6. Its 3 yeards old. How do install the latest hexchat 2.12.x?22:24
Squarism...using apt-get22:24
Squarismsudo apt-get install --only-upgrade hexchat22:24
Squarismjust gives me 2.9.622:24
Bashing-om!info hexchat | trusty22:24
ubottutrusty: hexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.12.0-2ubuntu2 (yakkety), package size 336 kB, installed size 971 kB22:25
usr13Squarism: Clever!22:25
stan_man_canIf I have a binary that I want to run as a service, where should it reside in the filesystem?22:25
stan_man_canthis machine is dedicated to running this binary, which is an HTTP server22:25
SquarismBashing-om, what does that tell me?22:25
energizer1Can you suggest a tiny usb wifi adapter for a laptop?22:26
usr13stan_man_can: Depends on what you are running.  But really, it is up to you.22:26
Bashing-omSquarism: Package management system broke ? I be checking what should be .22:26
stan_man_canusr13, any suggestions?22:27
Amm0nstan_man_can, /opt22:27
stan_man_canAmm0n, thanks22:27
thanzeonno one?22:27
SquarismBashing-om, is my package management system broke?22:28
kostkonSquarism, they offer two ppas. Use at your own risk. https://hexchat.github.io/downloads.html   Looks like the glebihan PPA offers the latest version.22:28
usr13stan_man_can: /lib/systemd/system/foo.service22:28
walnutbeardi installed playonlinux and installed battlenet application but when i press hearthstone to log in i get program error does any1 playin hearthstone or any blizzard games?22:29
usr13stan_man_can: systemctl enable foo.service22:29
stan_man_canAmm0n, should the binary sit directly in /opt or within a subdirectory?22:29
Squarismkostkon, ok.. so latest version is not compiled for trusty?22:29
stan_man_canusr13, sorry I was more asking where should the actual application binary go22:29
Squarismkostkon, in the default ppa's22:29
Bashing-omSquarism: Nope; Per : http://packages.ubuntu.com/search?keywords=hexchat&searchon=names&suite=trusty&section=all version 2.9.6.1-2ubuntu0.1  is the latest available in the repo for trusty install .22:29
Amm0nstan_man_can, that's up to you^22:30
usr13stan_man_can: In your path22:30
usr13stan_man_can: You can use /home/stan/bin/22:30
usr13stan_man_can: If it is in your path22:31
usr13stan_man_can: /usr/bin or /usr/local/bin etc. etc.22:31
kostkonSquarism, the stable ppa offers the stable version which you already have22:31
SquarismBashing-om, kostkon thanks for showing me that22:31
walnutbearddo u understand this codes guys? https://codepaste.net/vjt91222:31
Squarismwhat is the most popular irc client on ubuntu?22:32
Karl1000Heyo22:32
usr13Squarism: irssi22:32
Bashing-omSquarism: Check our irssi . It is terminal and fast .22:32
usr13Squarism: (it's most popular with me :)22:33
walnutbeardshould i do some settings on playonlinux ? https://codepaste.net/vjt91222:33
station1Help please: have a complicated server setup in a VM cloned it to a HDD    Ubuntu16.04 server starts perfectly only ethernet isent configured RTL8111GR i presume  ——firmware-realtek — — is the package. is there a comand to reconfigure/reinstall it without internet?22:34
stan_man_canusr13, Amm0n thanks guys22:34
stan_man_canMaybe i'll toss it in /opt for a now and see22:34
stan_man_cantrying to figure this systemd thing out22:34
Sethbonne nuit à tous.22:35
karlwSquarism testing irssi.. TERMINAL BLIZZ - noobs not allowed. So rooot22:35
karlwhelp22:35
Amm0nstan_man_can, http://www.pathname.com/fhs/22:35
walnutbearddid i banned from channel :/22:35
Bashing-omstan_man_can: Have you seen: https://wiki.ubuntu.com/SystemdForUpstartUsers ? Maybe help there to understand .22:36
Squarismnope.. irssi isnt for me22:36
Squarismterminal is not cool22:36
stan_man_canAmm0n, thanks22:36
Bashing-omkarlw: UH uhh .. Do not run irssi as root . Huge security hole doing that .22:37
stan_man_canBashing-om, I took a look earlier, the comparison to upstart doesn't help since i'm not familiar with either system, but it's still got lots of good info22:37
kostkonwalnutbeard, doubt it, more like disconnected22:38
stan_man_canBashing-om, Just to confirm, can systemd also be responsible for restarting a service if it dies?22:38
Det87A_F_K:22:39
Det87aarontc:22:39
Det87Aayush:22:39
Det87abra0:22:39
Det87Acn0w:22:39
Det87Acou_Bass:22:39
_je_ne_veux_pas_wat?22:39
kostkonjust a bot22:39
_je_ne_veux_pas_ahh22:39
brainwashwalnutbeard: https://appdb.winehq.org/objectManager.php?sClass=version&iId=2885522:40
brainwashwalnutbeard: read that. and if you don't understand any of it, go to #playonlinux22:41
walnutbeardok ty22:41
Bashing-omstan_man_can: In systemd , yeah .. systemd is repsonsible to control all services .22:46
walnutbeard1 last question for today playonlinux wine configuration page which version of windows should i use? xp or 7 for better performance?22:52
Bray90820So i have been installing ubuntu 16.10 over and over again for about the past month and the audio has been fine but now all of the sudden on the live disc it says dummy output22:56
squintywalnutbeard, might want to ask in #playonlinux channel22:59
=== Ludwig_ is now known as Ludwig
LudwigI actually dont know if this is the right channel for my question. I have some problems getting a simple bash-script to work. I just want to concat 2 string variables and put them into another string, but my variables always get mixed up and they "overlap". for example if I put in ${name):${pw} the output will be :123ig anstatt Ludwig:12323:02
=== b is now known as Guest37361
geirhaLudwig: sounds like there are carriage return characters in one of those variables. How did they get assigned?23:03
thanzeonREUP - Hi everyone! i'm trying to set up a virtual machine for some projects of mine, i'm using Ubuntu 16.10 64 bit, VMWare Workstation pro 12 and Win 10 with an Intel i7 6700 HQ. The installation and first run go as smooth as possible, however, after the first reboot within the first 10 / 15 seconds it appears a message saying "The CPU has been di23:03
thanzeonsabled by the guest operating system." no warnings or errors, the vm just freeze and i get the message from VMWare. This is the second time i do a complete reinstall of the vm. Any thoughts?23:03
geirha(I also assume the ')' was a typo)23:04
Ludwigyes that was a typo23:04
Ludwigname="Ludwig"23:04
Ludwigpw="123"23:04
Ludwigecho "${name}:${pw}";23:04
Ludwigthats my whole script23:04
geirhaok, then the editor you used saved the file with dos/windows line endings, instead of unix line endings23:05
Schaapecho "Ludwig:123";23:05
Schaapfixed23:05
Guest37361I logged out of "try ubuntu" mode booting off a USB stick, how do I log back in?23:05
geirhaSee http://mywiki.wooledge.org/BashFAQ/05223:05
Ludwigthanks geirha seems like that was exactly the problem23:05
Bashing-omGuest37361: Key combo ctl+F7 ??23:08
Guest37361Hi all, I logged out of "try ubuntu studio" mode booting off a USB stick, was testing to see if I have screencapture issues with Cinnamon install. This requires logging out and logging back in with the chosen desktop environment. But since this is a trail run with no installation there is no user or password. Anybody know what the default is?23:11
OerHeksGuest37361, cinnamon install in live iso of ubuntu studio ?23:31
OerHeksgrinn, never seen anyone trying to install a desktop in a live environment, but the standard login is user: blanc and password: ubuntu23:33
LudwigI am having trouble again with a rather simple bash script. I am trying to source a script and use the variables of the other script. but my sourcing always fails with an "testbash.sh: source: not found" error.23:33
dStructis there an easier way to start something from the CLI into a particular workspace without doing crazy wmctrl witchcraft?23:33
OerHeksLudwig, use full /path/to/file ?23:34
LudwigI tried the full path but the error was the same. I am able to "sh /vagrant/github_login.sh", but when I try to source it "source /vagrant/github_login.sh" I get the not found error23:35
naccLudwig: fyi sh is not bash necessarily23:36
naccLudwig: also you may want to ask in the bash channel23:36
Bray90820So i have been installing ubuntu 16.10 over and over again for about the past month and the audio has been fine but now all of the sudden on the live disc it says dummy output23:36
Ludwignacc: okay then I will try it in the bash channel, thanks. Although I dont fully understand the first part of your answer. I am using "#!/usr/bin/env bash" at the start of my file23:37
naccLudwig: you said you run 'sh ...' sh is not necesarily the bash; by default on Ubuntu, sh is dash23:38
naccLudwig: maybe unrelated, but just a point to consider23:38
walnutbeardhi i just installed ubuntu for 3 hours i guess why i get this error 3rd time https://postimg.org/image/hnr08hca7/23:39
walnutbeardsorry ubuntu 16.04 has experienced an internal error23:39
dStructI'm trying to open a large number of gnome-terminals spread over 4 workspaces, but it's not cooperating at all, wmctrl -d shows one large workspace yet I cannot --geometry over to where things need to be23:39
walnutbeardalso there is a topic in askubuntu same without answer23:41
OerHekswalnutbeard, just hit 'continue'to send the bugreport, i cannot find https://bugs.launchpad.net/bugs/1602855 as described in that screenshot23:43
ubottuError: launchpad bug 1602855 not found23:43
OerHeksnothing we can do about it, actually23:43
naccOerHeks: it's a private bug23:43
Amm0ndStruct, maybe you want to use tmux23:43
naccOerHeks: no extra info in it, unfortunately23:44
walnutbeardwell i pressed now can u check again plz?23:44
dStructAmm0n: does it handle multi-window, I thought tmux would only do splitting of a single window?23:44
OerHeksnacc, ah private, oke23:45
OerHekswalnutbeard, nope23:45
walnutbeardany clue from picture?23:45
dStructAmm0n: basically I have 15 gnome-terminals running ckermit to display 80x100 windows that can't really be sized much smaller, and I need quick access to monitor them23:46
=== bazhang_ is now known as bazhang
Amm0ndStruct, it does only use a single window but you can use multiple sessions23:47
dStructAmm0n: yeah I could do that, or screen, but I want to have everything up and visible.  Also my techs don't know linux that well so it has to be super simple for them23:47
OerHekswalnutbeard, what were you trying to do when this happened?23:47
lordcirthdStruct, I think you can script tmux to automatically open certain windows with programs running23:49
dStructlordcirth: the issue is how can you open the tmux window with the click of an icon in Unity and have it place it on say workspace 223:50
lordcirthdStruct, well here's a start: https://github.com/aaronhalford/tmux-scripts23:50
dStructlordcirth: currently I have 3 gnome-terminals open with --geometry on workspace 1 (whatever is up at the time you click) and it works perfectly23:50
dStructlordcirth: hey thanks23:50
OerHeks!cookie | lordcirth23:53
ubottulordcirth: Wow! You're such a great helper, you deserve a cookie!23:53
lordcirthlol23:53
=== Sadie is now known as Loshki
bjpenndoes apt-get dist-upgrade upgrade every single package on the system including third party ones like docker-engine?23:59
Ben64if it was installed using apt, yeah it'll grab the latest from whatever repository23:59

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