/srv/irclogs.ubuntu.com/2016/06/29/#ubuntu.txt

vlouvetIf I type dmesg -T | grep -V "UFW" why does the output from dmesg not remain "colorized"?00:00
tgm4883vlouvet: have you tried adding "--color=always" to the grep command?00:01
dax(that doesn't fix it, I'm pondering it myself)00:02
speed_my gosh the first command in those instructions is taking forever00:02
speed_xD00:02
daxvlouvet: dmesg -T --color=always | grep -v "ufw"00:02
vlouvetno I hadn't looked into it.00:02
daxvlouvet: dmesg disables color in output to pipes by default, the --color argument to dmesg overrides that behavior00:02
daxthis is fairly standard for command-line utilities, though the override has different names for different commands00:03
vlouvetah so it is a function/option of dmesg and not of the grep command right? I just want to make sure that I don't have to add options to the receiving program when using pipes00:03
tgm4883dax: apparently there is an "unbuffer" utility as well00:03
daxvlouvet: correct, in general00:03
tgm4883http://superuser.com/questions/352697/preserve-colors-while-piping-to-tee00:03
vlouvetdax: your help is very much appreciated, thanks00:04
=== Guest3885 is now known as Tristan-Speccy
mladouxso annoying, I've explicitly set my apache to use only tls 1.1 and tls 1.2, explicitly disabling ssl 2 ssl 3 and tls 1 -- and yet it still tries to negotiate tls 1.000:05
mladouxI've even rebooted the damn thing. It's running Ubuntu Server 16.0400:05
mladouxanyone have any ideas?00:06
daxmladoux: can you pastebin the relevant parts of your apache configuration, please?00:06
daxto e.g. http://paste.ubuntu.com/00:06
mladouxdax, yeah, one sec00:07
daxalthough, basically SSLProtocol all -SSLv3 -TLSv1 should do it00:07
Bray90820Is there a way to slow down the pointer speed of my bluetooth mouse to less than what system setting will allow in ubuntu 16.0400:08
mladouxhttp://paste.ubuntu.com/18064492/ <-- that's what I have for that line00:08
mladouxoh, I need to remove the sslv2 from there... one sec00:09
mladouxit's not supported anymore.00:09
mladouxlol00:09
mladouxhopefully that's why it's messing up00:09
daxmladoux: yeah, try that. Debian and Ubuntu mandatorially disable SSLv2 now :)00:09
aroonitrying to follow https://sedden.github.io/blog/2015/11/11/backup-to-amazon-s3-glacier-with-duplicity/ ;; on ubuntu.  it says that keyring is a program that exists on ubuntu; but it doesnt look installed on ubuntu 14.04; and i did try to install it with no luck;  ideas?00:09
mladouxnope, dax, made no difference.00:10
daxmladoux: and you restarted or reloaded apache2?00:10
mladouxI ran systemctl restart apache2.service00:10
daxthat'd do it00:10
daxhrm00:10
grkbloodim running ubuntu server 14.04 and for some reason my network interfaces file just stopped working and my network will no longer start. ive made no changes to the file00:11
grkbloodcould some ubuntu update have broken it?00:11
mladouxdax, my full ssl config http://paste.ubuntu.com/18064655/00:12
mladouxI don't see the issue, but it's not a huge crisis, it's just annoying the hell out of me00:12
mladouxI've been running a little perl script to check it00:13
mladouxif you give me a sec, I'll share the script00:13
daxif it's publically-accessible, https://www.ssllabs.com/ssltest/ would be a nice second check00:13
daxthat config looks fine to me00:13
=== Guest21818 is now known as AciD`
cb_I was talking to Randall. If you are there, Thank you. Your advice worked. I installed guest additions. I can not get into fullscreen mode. Thank you. But, I promise you I had tried exactly this before.00:13
mladouxhttp://paste.ubuntu.com/18064766/00:14
mladouxI was using symantics test, but it was slow to check everything, when I only really needed to check one thing, hence the perl script.00:14
mladouxdax https://www.ssllabs.com/ssltest/analyze.html?d=haktstudios.com&s=141.255.187.24200:16
mladouxit won't run the test again, it's instant now...00:16
mladouxI'll have to wait.00:16
speed_when i tried to do the gedit command in the instructions it sad(gedit:3193): gt--WARNING **: cannot open display:00:16
cb_Good bye and thanks.00:17
daxmladoux: there's a "clear cache" link at the top, I just clicked it, sec00:17
stan_man_canTrying to boot into ubuntu live on my macbook but it’s not working. live usb drive works on my desktop, is there some trick?00:17
speed_gedit_warning **00:17
OerHeksspeed_, pretty normal warning, when you run a gui app from comandline00:17
mladouxdax, thanks, I missed that00:17
daxmladoux: unrelatedly, it claims it can't get to your server over IPv6, might be worth looking in to at some point00:17
speed_wait..... lol00:17
mladouxit's not a vuln on my server, it's a vuln to clients accessing my server, so I'm really doing it for the users.00:17
speed_should i just use nano?00:17
mladouxdax, that's because apache isn't listening on ipv6 right now.00:18
speed_i feel dumb >.>00:18
mladouxdax, I was going to set that up later.00:18
daxmladoux: no worries, just checking. it's almost done scanning00:18
mladouxdax, yeah, I just haven't ported the ipv6 ip's to the server yet.00:19
mladouxI have them, but I forgot to put them in when I was reinstalling ( upgraded from 14.0400:19
SoFarFromHomeCrazy question: anyone know how to force Ubuntu to NOT use the graphics card?  Trying to free it up for heavy computing (TensorFlow w/ GPU acceleration). Running 16.04.00:19
daxmladoux: yup, still allowing TLSv1.0. hrm.00:20
SoFarFromHomeMy mobo has built in graphics, I'd rather use that when doing heavy compute stuff.00:20
mladouxdax, yeah, I'm at a loss. Thanks for looking.00:20
mladouxI'm just glad the vuln is client side, not server side.00:21
Bashing-omSoFarFromHome: Nvidia, ATI ?/ Maybe try the 'nomodeset' boot option ?? see if that works ?00:21
daxmladoux: does "sudo /usr/sbin/apachectl configtest" report "Syntax OK"?00:22
mladouxdax, at least I still got a pretty good score00:22
mladouxlol00:22
mladouxchecking.00:22
SoFarFromHomeBashing-om let me google that option...00:22
=== jj is now known as Guest85546
mladouxyeah, it reports "Syntax OK"00:23
Bashing-om!nomodeset | SoFarFromHome00:23
ubottuSoFarFromHome: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter00:23
daxmladoux: (I know this seems like a strange question but...) does "sudo a2enmod ssl" just give you a bunch of "Considering" and "already enabled" lines?00:23
mladouxdax http://paste.ubuntu.com/18065311/00:25
daxokays, so the config is fine, mod_ssl is loaded fine, SSLProtocols looks fine, but it's not applying00:25
mladouxI'm going to check my Vhost files...00:25
daxyeah, my next guess would be the placement of those SSL rules00:25
mladouxjust in case something got slipped in by letsencrypt00:25
daxi.e. checking if either they're in a file that's not being called, or if they're in a vhost that doesn't apply00:26
=== campee_ is now known as campee
daxor if there's a second set of SSL rules that are loaded later and overriding them00:26
naccSoFarFromHome: you probably need to configure certain drivers (e.g., those that allow your graphics card to be used for display and not GPGPU-style computation) to not load00:26
mladouxooh, it's including an options file. Checking the options file00:26
mladouxThat was it!00:27
SoFarFromHomenacc: cuda w/ cudnn was such a pain in the ass to get installed properly, I'm hoping not to have to do more toying with the driver00:27
SoFarFromHomebe back, have to restart to test stuff00:27
daxmladoux: awesome :)00:27
mladouxletsencrypt overrode my SSL protocol options... bastards00:28
mladouxlol00:28
daxmladoux: incidentally, if you're ever interested in further SSL hardening, I'm personally a fan of https://mozilla.github.io/server-side-tls/ssl-config-generator/00:28
daxyeah, the default client is a bit... presumptuous00:28
daxi personally use https://github.com/lukas2511/letsencrypt.sh which is a bit more hands-off (it just dumps out certs and lets you deal with the httpd), but it's a lot less friendly00:29
mladouxif someone else comes with the same issue, ask them if they're using let's encrypt, and it's in /etc/letsencrypt/options-ssl-apache.conf00:29
daxgood to know :)00:29
mladouxdax, my job is internet security consulting, so of course I'm interested00:29
mladouxthis is just the first time I played with letsencrypt00:29
mladouxhaters gonna hate, hackers gonna hack!00:30
daxaha. My day job is less specialized, but also server-side IT field :)00:30
daxspeaking of which, it's about time I go home. Glad you're all sorted :)00:30
mladouxdax, thanks again, and good luck00:31
etzerdhello all00:37
etzerd?00:37
etzerdhi all00:38
etzerd?00:38
ikoniayes ?00:38
etzerdI have an Acer Aspire V17 Nitro the wireless Qualcomm Atheros is not working.. please help00:39
TurBossHi00:46
TurBossI have a useraccount with /usr/sbin/nologin a shell00:47
TurBossis posible to run a script fron cron =?00:47
TurBossif true, hoW?00:47
TurBossctrontab*00:47
TurBossbeter on #ubntu-server?00:48
TurBossi'll be back on a min00:49
Ceoni got fired00:52
Ceonso I'm a Blues Brother ;-)00:52
ikoniaCeon: nothing to do with this channel, sorry00:53
=== jj-_ is now known as jj-
Ceonhi00:57
CeonI'm Ceon00:57
Ceonmine english socks :-D00:58
Ceonsorry00:58
CeonI got fired today00:59
Ceonand listen the Blues Brothers00:59
ikoniayou said, and it is nothing to do with this channel00:59
ikoniaso please don't try to discuss this more00:59
ikonia!topic | Ceon00:59
ubottuCeon: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic00:59
Ceonsorry00:59
Ceonwhat is the topic?01:00
Ceonbesides pink?01:00
ikoniatype /topic and find out - as the info just told you01:00
tatertotsubuntu support01:00
Ceonokay01:00
etzerdI have an Acer Aspire V17 Nitro the wireless Qualcomm Atheros is not working.. please help01:04
tatertotsetzerd has the wlan/wireless adapter ever worked at all?01:05
tatertotsdid it stop working or has it never been functional in ubuntu?01:06
Ceonmir ist einfach nur fad01:06
CeonIch hab kaine Fragen01:06
Ceon sorry :-)01:07
etzerdbefore I have it run on the previous version. but now with the new version it doesn't work. it is a Qualcomm Atheros01:07
CeonI'm just bored#01:07
ikoniaCeon: /part01:07
Ceongot no quest 's - sorry01:07
tatertotsnew version?01:07
tatertotswhat was the previous (functional version)?01:07
OerHeksetzerd, what driver is in use? >> lspci -nnk | grep -i vga -A3 | grep 'in use'01:09
ddd333does anyone here when they feel really down out of nowhere decide yo buy a new PC or something like that?01:10
CeonGod bles America  - Blues Brothers01:11
CeonGod bles the Universe ;-)01:11
Ceon s01:11
etzerdath10k_pci01:13
OerHeksetzerd, so is there something blocked? >> rfkill list all01:15
OerHekscan you paste the output on paste.ubuntu.com please?01:15
OerHeksor no wired network available?01:15
ddd333is anyone an INTJ here?01:18
Piciddd333: try #intj01:18
ddd333oh lol ty Pici . what's your MBTI? INTP?01:19
PiciI don't remember.01:19
ddd333then you are not one01:19
ddd333i wanted to ask the intjs what do the think of Stormfront rofl01:20
ddd333do they*01:20
etzerdOerHeks: nothing block. the answers is all NO01:20
ddd333are all in one PCs cool? i want one so badly01:22
Ben64no01:22
=== tikun is now known as sikun
ddd333:O01:22
ddd333Ben64: i just want to browse the internet01:22
Ben64they have the same disadvantages as a laptop, with none of the benefits01:22
Ben64so get a raspberry pi 301:23
Ben64oh, thought this was #ubuntu-offtopic ... this topic probably belongs in there01:23
ddd333Ben64: i dont know if they sell that thing in my country01:23
ddd333Ben64: yes they do sell it here01:25
ddd333i'll go insane with that raspberry tech01:27
ddd333i miss ubuntu so much. i'm in this freaking old computer with it. still <301:29
ddd333any news on Mark Shuttleworth01:30
deividhola01:30
ddd333hola amigo01:31
ddd333qué onda?01:31
deividHola, como estás?01:31
ddd333super y tú01:31
OerHeksEnglish only, please.01:31
ddd333>.<01:31
deividBien, conociendo mas sobre ubuntu01:31
deividdon't speek english sorry01:32
ddd333XD01:32
jojo__hi01:34
Loshki!es01:34
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro.01:34
TheSovanyone know a good command line RTSP stream recorder?01:35
deivid /join #ubuntu-es01:35
=== WildSoft_ is now known as WildSoft
ddd333sin espacios deivid01:36
TGVoidEriC^^: It's almost done01:36
LoshkiTheSov: rtmpdump, if it still exists01:37
Tin_manTGVoid, did you finally get a program to rescue your files, and directories?01:38
elricsfate_Why am I receiving this error trying to connect o a fresh install of Ubuntu 16.04: "Disconnected: Server protocol violation unexpected SSH2_MSG_UNIMPLEMENTED packet"01:38
elricsfate_Any advice appreciated01:39
TGVoidTin_man: Don't think so01:39
Tin_manbummer01:39
Tin_manwhen you said almost done i though maybe that was it..01:39
elricsfate_Do I need to be IDed to talk?01:40
Loshkielricsfate_: unusual. What ssh client are you using?01:41
elricsfate_Loshki, Kitty01:41
elricsfate_Just tested from a Bash terminal and it works fine :/01:42
HloWrdguys I'm currently learning python will eventually learn django to build a website like a side project. I have a question though, should I install Ubuntu (dual-boot) to make my experience better?01:43
HloWrdI'm currently using Windows 10.01:43
HloWrdI tried VM but it lags a bit and I don't really like the experience overall01:44
elricsfate_Weird. Updated client and working01:44
elricsfate_Thanks guys01:44
mchelen2HloWrd: you might want to investigate the VM issues, such as enabling cpu extensions, using a lighter weight derivative (xubuntu, lubuntu) or increasing allocated memory01:51
TGVoidEriC^^: It's done01:52
mchelen2HloWrd: that said, if you are interested in development such as python, then yes linux is much better for that01:52
TheSovok apparently RTSP is old and unused, anyone know if there is an ONVIF recorder for linux?01:54
HloWrdmchelen2: okay thank you.01:55
TheSovI have a bunch of new security camera's that i need to record using a linux server, the protocols it supports are RTSP and ONVIF. it seems to be difficult to get onto linux01:58
saipalhey what's up02:04
kennethlh?02:09
kennethlhlubuntu 14.04 - needing support to get bluetooth working02:10
=== NOLSEN is now known as nolsen
apb1963I would like to follow these instructions http://askubuntu.com/questions/89127/how-do-i-install-adobe-acrobat-reader-deb-package-downloaded-from-adobe-website for 14.04, but I get this error after the first step:  "adobereader-enu depends on libgtk2.0-0 (>= 2.4)"  I'm not sure if I should just continue or what.  I can't afford to hose my system at this time.02:23
SchrodingersScat!backups | apb196302:24
ubottuapb1963: There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning02:24
james_my terminals are filled with a couple of errors instead of a login prompt when i ctrl+alt+f(1-6)02:25
atadolfohello how can i make a living with free software programming?02:25
SchrodingersScatapb1963: are you on 14.04? can you install libgtk2.0-0?02:25
SchrodingersScat!offtopic | atadolfo02:25
ubottuatadolfo: #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!02:25
SchrodingersScat!details | james_02:26
ubottujames_: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.02:26
apb1963SchrodingersScat: I don't know, I'm afraid to try.  I don't know if it will hose my system.  I don't know if it matters, but I'm using KDE.02:26
apb1963yes, i'm on 14.0402:26
SchrodingersScat!info libgtk2.0-0 trusty | apb196302:27
ubottuapb1963: libgtk2.0-0 (source: gtk+2.0): GTK+ graphical user interface library. In component main, is optional. Version 2.24.23-0ubuntu1.4 (trusty), package size 1657 kB, installed size 6303 kB02:27
james_schodingersscat, normally when i press ctrl+atl+f(1-6) i get a terminal with a login prompt. right now, it shows a few errors that are normally cleared from the screen when said prompts appear02:29
=== y0sh__ is now known as y0sh
james_i'm using kubuntu 16.0402:29
atadolfohello how can i make a living contributing to ubuntu?02:30
SchrodingersScatwhat are the errors? you can't hit return to get past them? :(02:30
apb1963SchrodingersScat:02:31
apb1963libgtk2.0-0:02:31
apb1963  Installed: 2.24.23-0ubuntu1.402:31
apb1963  Candidate: 2.24.23-0ubuntu1.402:31
noraatepernosI can’t figure out why I can’t connect to an ubuntu 14.04 instance running ActiveMq.  It works on Amazon but when I do it on DigitalOcean it’s an immediately refused connection.  If I disable ufw, shouldn’t *all* traffic be let through?02:31
SchrodingersScatatadolfo: I appreciate that you at least changed it up.  I think tech. it's still offtopic though, because this is for actual support on the ubuntu.02:31
james_one of them is a vce init error about my radeon card, and the other is a usb error. they're not new, and normally the terminal login screen makes them go away on boot02:31
noraatepernosufw status verbose lists “61613/tcp (ActiveMq (v6))  ALLOW IN    Anywhere (v6)” <— can this...lie?02:32
noraatepernosAlso, I’m using the “stomp” protocol.  Do I set this to 61613/stomp?02:32
atadolfoSchrodingersScat: sorry if it is offtopic, is there a channel that i can properly ask something like that?02:32
noraatepernosAlso, syslog lists a bunch of refused connections for *other* protected ports.02:32
SchrodingersScat!contribute | atadolfo, i think the first !offtopic flag had it.02:33
ubottuatadolfo, i think the first !offtopic flag had it.: To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu02:33
apb1963noraatepernos: yes all traffic should be let through.  Fire up tcpdump and see what's really happening.  I don't know anything about ActiveMq... doesn't DigitalOcean have pretty good tech support?02:33
atadolfoSchrodingersScat: ah i see, i'm new to irc so it was too much information to see at a time. Thanks :)02:33
SchrodingersScatatadolfo: even I'm not really sure, good luck02:34
SchrodingersScatatadolfo: look for jorbs at canonical?02:34
atadolfoSchrodingersScat: yes, i dream with it!02:35
apb1963SchrodingersScat: I guess I already have it installed... so why is it complaining that I don't?02:35
apb1963atadolfo: Check the wanted ads for system adminstrators and programmers02:35
apb1963atadolfo: and analysts... if that's what you do.  Whatever it is you do...02:36
james_apb1963 double check the required and installed version numbers02:36
james_SchrodingersScat do you need any other information? I don't know what's relevant to my problem02:37
apb1963james_: I see02:37
apb1963james_: thanks for pointing  that out02:37
atadolfoapb1963: i'm a novice programmer, kinda 2-3 years learning and almost 1 year working :p but maybe a have a chance right?02:37
=== noraatepernos_ is now known as noraatepernos
apb1963atadolfo: everybody has to start somewhere02:38
SchrodingersScatapb1963: http://ubuntuforums.org/showthread.php?t=1787306&page=3 idk if ever solved, adobe02:39
atadolfoapb1963: yeah i found a bug on a gedit plugin and want to try to fix it :)02:40
noraatepernosWith ufw disable, is “:INPUT ACCEPT [8:608]” blocking everything above port 608 or am I missing something?02:40
apb1963SchrodingersScat:02:42
apb1963and I think02:42
apb1963I have broken the system ??02:42
apb1963oops... meant to say... that was the final conclusion of that thread.02:42
apb1963a direct quote.02:42
draxdeveloperhello, i have a gamer mouse (fortrek spider), that is double cliking when i single click (it's random) since i think this is related to the quick fire button, someone knows a way to disable it?02:43
apb1963So... nobody is running gtk 2.4 and in fact it doesn't seem to exist for 14.04... is that a correct conclusion?02:43
sanket_hey02:43
=== alexandr1 is now known as alexandros_c
apb1963fascinating02:44
sanket_hey how to change new theme in my ubuntu mate 16.04??? plzz02:45
SchrodingersScatapb1963: https://lists.debian.org/debian-dpkg/2012/04/msg00037.html02:45
atadolfoI'll let you guys work, thank you apb1963 and SchrodingersScat for the help it was really important to me02:45
SchrodingersScatatadolfo: oh, I'm not working.02:45
atadolfoops02:46
atadolfohehe byebye02:46
arooni-mobilehey folks;  trying to follow this guide to set up backups: https://sedden.github.io/blog/2015/11/11/backup-to-amazon-s3-glacier-with-duplicity/ ... but when i try to ; it says to use keyring;  there isnt a command to use keyring on my ubuntu 14.04 installation.  ideas?02:48
sanket_hey how to change new theme in my ubuntu mate 16.04??? plzz02:48
reisiosanket_: hrmm?02:48
reisioarooni-mobile: it says 'python-keyring', doesn't it?02:49
reisioarooni-mobile: dpkg -L python-keyring | grep bin02:49
arooni-mobilekeyring set 'duplicity my_profile' AWS_ACCESS_KEY_ID was the command02:49
reisioarooni-mobile: dpkg -L python-keyring | grep bin02:50
arooni-mobilereisio, ;; no results :\02:50
arooni-mobilejust a blank <cr>02:50
reisiodpkg -l | grep -i keyring02:51
arooni-mobileresults ! http://paste.ubuntu.com/18072605/02:52
apb1963SchrodingersScat: forcing adult diapers... I mean... force-depends seems to be the trick... it appears to have installed.  I had a panic attack when the system froze for a moment, but it's back.  However, adobe reader isn't actually working though it appears in the menu it doesn't start.  NOthing happens.02:52
jaydenhi everyone02:52
reisioarooni-mobile: dpkg -L python-keyring | grep -i exec02:53
SchrodingersScatapb1963: I hope I didn't insinuate that installing adobe products was a good idea. any errors when ran from terminal?02:53
reisiojayden: hi02:53
jaydenJust lurkin' around here02:53
arooni-mobilereisio, no output02:53
robertinus85ciao02:53
robertinus85!list02:54
ubotturobertinus85: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ».02:54
reisioarooni-mobile: o-kay, how about dpkg -L python-keyring | egrep '\/keyring'02:54
arooni-mobilehttp://paste.ubuntu.com/18072747/02:55
arooni-mobilei'm wondering if it wouldnt be easier just to type the aws credentials and gpg passphrase in the file itself02:55
arooni-mobileseems like needless complication as i'm the only one who uses this computer02:55
arooni-mobilebut then again if the laptop was ever lost....02:55
apb1963SchrodingersScat: not sure where to find the binary or what it's called :/02:56
arooni-mobilei really should have encrypted the home folder during ubuntu installation02:56
apb1963arooni-mobile: why?  Are you a gov't agent?02:56
arooni-mobileno i just like my data secure02:56
BluJayHi everyone02:57
robertinus85ciao02:57
robertinus85!list02:57
robertinus85!list02:57
BluJayAnybody know how to install MATE on Ubuntu 15.10?02:58
reisioBluJay: yeah...02:59
apb1963SchrodingersScat: /opt/Adobe/Reader9/Reader/intellinux/bin/acroread: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory02:59
BluJayHow do you do it?02:59
apb1963shouldn't that be a dependency?03:00
reisioBluJay: enable the universe repo, then03:01
reisioBluJay: dpkg -r --force-all ubuntu-desktop; apt-get install mate-desktop03:01
reisioBluJay: what is it you're expecting to get from MATE that you aren't already getting?03:01
robattila256how would I make a bootable usb with UEFI boot enabled? i was able to get the uefi option for gparted iso but not for ubuntu iso03:01
apb1963all this just to read a pdf file03:02
apb1963so... when I tell the gov't they need to change their preferred file format... what should I demand they change it to?03:02
draxdeveloperhum... O can't use xbind because the fire button is 1 and the left button is also 1. So i have no idea how i can disable this.03:03
reisiorobotroll: which ubuntu iso?03:03
reisiodraxdeveloper: disable what?03:03
=== andyhuzhill1 is now known as andyhuzhill
reisioapb1963: djvu probably03:04
apb1963what da heck is jdvu?03:04
apb1963djvu03:04
apb1963voodoo dj :)03:04
reisioan alternative to PDFs03:04
reisioI'd say the vast majority of PDFs, though, like roughly 137% of them, which are distributed on websites, should just be replaced with HTML03:04
apb1963never heard of it.  Does libreoffice support it?  What about Okular?03:04
reisioyes, djvu is very well supported, because it's open03:05
apb1963oh that's a horrible idea03:05
reisioand pdf is very poorly supported, because it isn't03:05
reisiono it's a wonderful idea03:05
BluJayI thought PDF was open too03:05
apb1963It is open03:05
reisioBluJay: consider yourself enlightened03:05
reisioyou're confusing open and open03:05
BluJayangel noise03:05
reisioopengl is also not open03:05
apb1963it's certainly available for implementation03:05
BluJaywait wat?03:05
SchrodingersScat!find libgtk-x11-2.0.so.003:06
ubottuFound: W:, W:, W:, W:, W:, W:, W:, W:, W:, W: (and 16 others) http://packages.ubuntu.com/search?keywords=libgtk-x11-2.0.so.0&searchon=names&suite=xenial&section=all03:06
SchrodingersScatapb1963: ^?03:06
daxgood job ubottu03:06
TGVoidEriC^^: Hello?03:06
apb1963HTML is rendered differently by each browser.  A major selling point of pdf is that it displays the same everywhere... afaik?03:06
reisioapb1963: that is what many people imagine03:07
apb1963SchrodingersScat: thank you!  The question is... am I safe to install it?03:07
reisioapb1963: but in reality it only displays reliably across the same versions of adobe's reader03:07
reisio...because Adobe controls PDF03:07
reisioit's a proprietary format03:07
apb1963reisio: well that could be true... different versions.03:07
BluJay*shrug*03:08
stacks88Connecting to security.ubuntu.com -- stuck here03:08
reisiomoreover it is idiotic to have a website that acts merely as a list of files in a different format03:08
apb1963but it was never an issue in the Windows world because it was easy to obtain and install the latest version.03:08
reisioapb1963: it's never an issue for anyone who has the time and energy to counteract it03:08
reisionothing annoying as hell like that is03:08
reisionot really03:08
reisioit's just... annoying as hell03:08
=== WARBIRD199_ is now known as WARBIRD199
BluJayThat feeling you get when you should be doing homework but youre on irc03:09
apb1963reisio: I'm not overly fond of it.... but until a satisfactory replacement is availabe and widely used... it's not like I have a choice.03:09
reisioBluJay: that's the entire IRC experience :p03:09
reisioapb1963: already said, HTML03:09
apb1963reisio: I don't believe that to be a satisfactory replacement.03:09
dax(the upsides and downsides of different file formats is probably not something that'll be resolved to anyone's satisfaction in #ubuntu)03:10
reisioapb1963: but it is :)03:10
reisiodax: or anywhere else :p03:10
=== Liz is now known as Guest6304
apb1963reisio: How are you suggesting Joe Gov't Lackey create a document?  With what tool? djvu?03:10
daxbesides, you're all wrong, you should be using .txt files with ASCII art.03:11
reisioI'm not, joe gov't lackey is hopeless03:11
SchrodingersScattype it in libreoffice, print to pdf03:11
reisiodax: mmmm03:11
apb1963SchrodingersScat: Yes.... but reisio is saying "print to djvu"03:11
apb1963actually he's saying print to HTML03:12
apb1963but that's a different story03:12
reisioafter you asked for an alternative, yup03:12
tgm4883Last I checked, you couldn't embed images in a html file03:12
reisiotgm4883: you must've checked very long ago03:13
tgm4883reisio: admittedly I have, but how do you do that?03:13
SchrodingersScatbase64 in the hizzouse03:13
daxdata: URLs03:13
daxnot that i'd recommend it03:13
reisioyou can use data uris these days03:13
reisioyou could also use mhtml03:13
reisiowhich is very old03:13
reisio1999?03:13
tgm4883data uri's?03:13
* tgm4883 doesn't pretend to be a html programmer03:14
reisionot to mention there's nothing stopping you from calling a .html and some .pngs inside a tar a new format03:14
apb1963well... if pdf isn't properly supported then what is?  And by proper, it means being able to do everything pdf can do... or at least it's most common uses including XFA forms.03:14
reisiotgm4883: base64 encoded images, included inline, as text03:14
reisioapb1963: pdf is properly supported03:14
apb1963reisio: if it were properly supported, we wouldn't be having this conversation.03:14
reisioapb1963: how is it you imagine it is not?03:15
apb1963reisio: I am unable to find a linux program that will open a pdf file that uses XFA forms.  I don't have to imagine it, I saw it in front of my eyes.03:15
SchrodingersScatwe're so close to the real question03:15
reisioapb1963: sounds like adobe nonsense, so try acroread03:16
apb1963yes....03:17
apb1963good idea03:17
apb1963so...03:17
reisioso?03:18
apb1963now that we're all back on the same page...03:18
apb1963SchrodingersScat:   http://packages.ubuntu.com/search?keywords=libgtk-x11-2.0.so.0&searchon=names&suite=xenial&section=all is where we left off03:19
Jan\ubuntustudio software app doesn'T display anything, its just a blank window03:19
apb1963and my question is whether I'm going to hose my system if I install that package03:19
=== AGENT is now known as Agent
apb1963assuming I figure out HOW to install it :)03:19
reisiowhy do you want to install it03:20
=== L235 is now known as DrL235
* reisio shrugs03:22
porjausmy audi suddenly stopped....xubuntu 16.0403:25
porjausaudio03:25
porjauspulse audio settings seem normal and it even shows the dB bar like sound is being output...but nothing from speakers or plugged in speakers03:25
porjausis there a way to check this?03:25
porjausrestart didn't change it03:25
=== DrL235 is now known as L235
apb1963reisio: because adobe reader complains when I try to run it and that's what it complains is missing03:27
reisiowhat version of ubuntu? how'd you install acroread?03:27
apb196314.0403:27
reisiowhat version of ubuntu? how'd you install acroread?03:28
abhishekuse okular :)03:29
apb1963i used force-depends03:29
apb1963abhishek: okular does not support XFA forms that are embedded in the PDF03:29
reisioapb1963: could you elaborate?03:30
BluJayI'm back'03:30
tatertotswelcome back03:30
BluJayBy the way, is utorrent worth it?03:34
tatertotsworth it to who?03:34
ponyriderBluJay: to buy?03:34
tatertotsoh i don't know03:34
tatertotsi don't torrent03:35
apb1963reisio: sudo dpkg -i --force-depends adobereader-enu_9.5.1_i386.deb03:35
reisioyou might go with a more recent version03:36
apb1963reisio: I grabbed the latest... that was the line from the post I followed.  https://lists.debian.org/debian-dpkg/2012/04/msg00037.html03:37
reisiothat says 2012 :/03:38
apb1963welcome to my world03:38
apb1963of course, 14.04 was in full swing at the time03:39
Jan\I installed steam and it doesn't start; ubuntustudio03:39
apb1963Now it's crusty03:39
reisioapb1963: try http://askubuntu.com/questions/89127/how-do-i-install-adobe-acrobat-reader-deb-package-downloaded-from-adobe-website#answer-8912903:40
apb1963reisio: yeah I actually went there prior to the other... however a second read pointed me to this: https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/99076103:43
ubottuLaunchpad bug 990761 in acroread (Ubuntu Raring) "acroread 9.5.1 is not installable on Ubuntu Precise amd64 system" [Undecided,Fix released]03:43
BluJayTo you guys earlier: To dispel any suspicion about torrenting, I only torrent to increase download speeds of OS files(I do a lot of virtualization)03:44
reisiowhat I linked to is for 9.5.503:44
apb1963which I'm not sure is useful or not03:44
reisionot 9.5.103:44
TeaPunkHello, I keep getting an error when trying to install a linux based VST. My distro is Ubuntu Studio03:44
reisioBluJay: nothing wrong with torrenting03:44
reisioUbuntu even has torrents03:44
tatertotshttps://bugs.launchpad.net/ubuntu/+source/acroread/+bug/990761 "FIX RELEASED"03:44
ubottuLaunchpad bug 990761 in acroread (Ubuntu Raring) "acroread 9.5.1 is not installable on Ubuntu Precise amd64 system" [Undecided,Fix released]03:44
BluJayKnew that03:44
BluJayJust torrents can be used for... suspicious reasons,shall we say.03:45
porjaushaving weird audio problems...xubuntu 16.04 suddenly no audio from any internal or external speakers but the settings seem fine and even show audio level bar moving...I tried live USB of the same 16.04 and audio is fine on all options03:46
apb1963ok, I need a break.... I'm far too tired to keep going. Tired, cold and hungry.03:46
porjausi tried installing two different new media players and no change...no audio at all when booted into main install03:46
apb1963reisio: thank you for the help03:47
porjaushappened out of the blue...wasn't doing anything I can recall03:47
porjausalsamixer and pulse audio seems normal03:47
TeaPunkI keep getting this error when trying to install Bristol VST on my Ubuntu Studio distro: http://pastebin.com/36FR64yY03:47
locrian9Can anyone help me with some iptables setup on my ftp server?  I have a file setup with four "-A INPUT" instances and five "-A OUTPUT" instances, but when I run "sudo iptables -L" I'm only seeing the following output https://ptpb.pw/fMi-.txt03:48
apb1963porjaus: check your hardware and check your mute setting.  Everytime I lose sound it's one of those.03:48
reisioapb1963: migth consider updating your install more often, in future :)03:48
porjausapb its not the mute setting03:48
tatertotsporjaus....do you have sound when booted to a livecd/liveusb???03:48
porjaushardware is fine as it works on live usb and other diustro03:48
apb1963reisio: install of what?03:48
porjaustatertots: yes03:48
tatertotsAh then tell us it's something config/software relasted...and that's better than having hardware issues03:49
porjaustatertots: I booted live into the USB I used to install this...and it works fine as this did for months until suddenly03:49
tatertotstypo...that tells us03:49
porjaustatertots: how do I beging to track that down? I havent installed anything new or made any changes today03:49
tatertotsanother typo...meant to say "related"...omg my typing today03:49
apb1963reisio: if you mean ubuntu, 12.04 is still supported and I'm on 14.04 so...03:49
apb1963reisio: I update no less than once a week, I have all upgrades available that I'm aware of.03:50
apb1963reisio: other than phpadmin and aptik which were held back I don't have time to figure out why03:50
porjausreisio: can you jump in on this audio thing too when you have a minute? You have always been a good resource for weird issues here03:50
locrian9I'm issueing the command "sudo iptables-restore < /etc/iptables/rules.v4".  I think that is applying the rules to the live IPCHAIN, isn't it?03:50
tatertotsknowing that sound is working from livecd/liveusb is also good news because it offered an immediate solution03:51
porjaustatertots: something I just noticed as well is the sound icon in the panel is missing03:51
porjausits normally the first one next to the date03:51
reisioapb1963: right, and I can still use a steam engine with square wheels if I want03:51
reisioporjaus: laptop?03:52
porjausyep....old toshiba...very old03:52
reisiodoes audio work from a live OS?03:52
porjausyep03:52
apb1963reisio: thanks for your help.  Good night03:52
reisiopeace03:52
porjausalso works in another distro I have installed03:52
porjaushappened out of nowhere03:53
reisioporjaus: does something simple like aplay work?03:53
porjaussorry dont know aht that is...is it a player?03:53
porjausim quite new...learnig as I go03:53
reisioit's a commandline player, yeah03:53
porjausdefault installed or do I need to get it?03:54
reisionot sure, type it and see03:54
porjausyeah dont have it...no suggestions except kplayer and mplayer packages03:54
porjausI did fetch a couple players from the software store and nothing works03:54
porjausnot vlc, totem and some other03:54
porjausno audio from anything on this boot03:54
porjausthis machine has a manual volume wheel and if I turn it the volume notification pops up and the slider will move...but no sound03:55
robattila256what is the easiest way to make a bootable usb with UEFI for ubuntu?03:55
robattila256every instruction is insanely complicated03:55
porjausalso volume icon normally is in panel and its not now03:55
reisiorobattila256: try unetbootin, if that doesn't work, someone can walk you through dd03:56
robattila256i tried both already and they just give me a blank screen when booting03:56
robattila256:(03:56
robattila256i think i just partitioned wrong03:57
robattila256welp cant believe people were saying linux is easy haha03:57
robattila256windows i just instert usb and done03:57
porjausgaaah,,,,,solved it03:57
reisiorobattila256: you installed windows from a usb?03:58
tatertotstell us your solution porjaus03:58
porjausthe keyboard has a hardware mute button...which was activated somehow (dont know how as my hands never come near it) but it wasn't displaying as muted in pulse audio or anywhere03:58
tatertotsI'm curious03:58
robotrollrobattila256: You're on Windows? Try Rufus it's the easiest way to create an uefi usb stick imo: https://rufus.akeo.ie/03:58
porjausalsamixer, pulseaudio settings, everything showed unmuted and normal03:58
tatertotswell good...now your sound is working :)03:58
porjausyep...just confused as to how it happened...and why no settings matched with it03:58
tatertotsblame it on your cat03:59
ponyrider03:59
porjausthe volume icon is still missing from the panel though...any idea how to get it back?03:59
reisioporjaus: it's up there03:59
reisioif you have audio playing03:59
reisiohover over the right area03:59
reisioyou can get it back03:59
tumtoesyoyoyo03:59
OerHeksenable it again in soundsettings03:59
TeaPunkCould someone please help me understand what this Error means? http://pastebin.com/36FR64yY03:59
tumtoes!ssh04:00
reisiotumtoes: yoyo04:00
ubottuSSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for its homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon)04:00
porjausive tried hovring over all...I can only see wifi, redshift, battery and clock04:00
reisioTeaPunk: that error means you're compiling a package unnecessarily instead of installing it from universe04:00
porjausOerHeks: where can I enable it?  dont see the option in audio settings04:01
vm096hi, I run a command on terminal by misteke and get answer04:01
vm096but I dont know what tha mean04:01
vm096ping to04:01
vm096and return04:01
reisiovm096: hrmm?04:01
vm096 ping to04:01
vm096PING to (216.74.32.107) 56(84) bytes of data.04:01
vm09664 bytes from mb.tdc.to (216.74.32.107): icmp_seq=2 ttl=47 time=236 ms04:01
vm09664 bytes from mb.tdc.to (216.74.32.107): icmp_seq=3 ttl=47 time=240 ms04:01
vm09664 bytes from mb.tdc.to (216.74.32.107): icmp_seq=5 ttl=47 time=244 ms04:01
vm096is that right?04:02
OerHeksporjaus, it should, bottom part04:02
reisiovm096: looks okay, usually there's more output after that04:02
tatertotsvm096..you ping an ip by mistake?04:02
porjaushonestly I dont see anything04:02
reisiovm096: specifically "0% packet loss"04:02
vm096wait04:02
porjauspulse audio or something else?04:02
vm096ping to04:03
vm096PING to (216.74.32.107) 56(84) bytes of data.04:03
vm09664 bytes from mb.tdc.to (216.74.32.107): icmp_seq=2 ttl=47 time=236 ms04:03
vm09664 bytes from mb.tdc.to (216.74.32.107): icmp_seq=3 ttl=47 time=240 ms04:03
vm09664 bytes from mb.tdc.to (216.74.32.107): icmp_seq=5 ttl=47 time=244 ms04:03
vm096^C04:03
porjausonly two audio settings I know are pulse audio gui and alsamixer terminal...cant see a place to enable icon in either04:03
porjausrobattila256: you still here?04:04
OerHekssound gui in systemsettings..04:04
robattila256porjaus: yeah04:04
vm09664 bytes from mb.tdc.to (216.74.32.107): icmp_seq=6 ttl=47 time=246 ms04:04
vm09664 bytes from mb.tdc.to (216.74.32.107): icmp_seq=7 ttl=47 time=246 ms04:04
vm09664 bytes from mb.tdc.to (216.74.32.107): icmp_seq=8 ttl=47 time=239 ms04:04
vm09664 bytes from mb.tdc.to (216.74.32.107): icmp_seq=9 ttl=47 time=233 ms04:04
OerHeksvm096, don't.04:04
robattila256porjaus: thanks for the help04:04
porjausI am no expert....far from it...but I got dd to work for a bootable when unetbootin and nothing else would...mine isnt uefi though...does that require a special method?04:05
robattila256I have dd the iso to a usb, and it just shows a blank screen.04:05
porjausI went through a lot of attempts before a specific dd command worked04:05
reisioit's not meant to require something special04:05
reisiobut UEFI is new so necessarily will be more problematic04:05
porjausthanks resio04:05
OerHekssync after dd04:05
robattila256the thing is when I put gparted on an ISO, I had the option of booting usb in UEFI or legacy and the uefi only worked but ubuntu does not give me that option04:05
robattila256and I'm reading how to make UEFI bootable ubuntu but the instructions are too hard04:06
vm096sorry guys04:06
tatertotsoh boy04:06
vm096http://paste.ubuntu.com/18075742/04:06
robattila256i mean gparted on a usb*04:06
porjausrobattila256: I did this "dd bs=4M if=/pathtoiso of=/dev/sdb && sync" and that worked....a few variations on that would not for whatever reason04:06
robattila256i didn't use bs=4m option im gonna try that04:07
=== ubuntu is now known as Guest46553
abhishekhi guys! I have question related to unattended upgrades.04:07
abhishekhttp://paste.ubuntu.com/18075744/04:07
porjauseveryone says changing that shouldn't break things...but all I know is that worked when other variations didn't04:07
daxthe bs= doesn't matter. the sync does.04:08
reisioporjaus: the bs isn't particularly important, the rest is04:08
reisiodax: go team!04:08
tatertotsvm096 what are you trying to accomplish?04:08
daxlol04:08
reisioactually I doubt the sync is important, either04:08
reisiobut ordinarily for writing things to usb sticks it would be04:08
reisiono harm, anyway04:08
vm096I was trying to see if a domain was up04:08
vm096using ping04:08
daxreisio: so would I, except I came across a computer a couple of months ago that returned from dd immediately for some reason o.O04:08
vm096simple04:08
daxand then the sync took minutes04:08
reisiovm096: ping -c 3 domain.tld04:08
=== mist is now known as Guest27856
reisiovm096: it should say 0% packet loss04:09
reisiodax: :/04:09
daxreisio: that was pretty much my reaction04:09
tatertotswhat's the domain vm096?04:09
* reisio shakes head at asynchronous by default04:09
abhishekany suggestions?04:09
vm096but I just type very fast and I type $ ping to04:09
porjausreisio: I cant explain it because I am obviously a noob...but I tried with and without sync etc and that way Iisted was the only one that worked so I am sticking with that unless it stops04:09
vm096and I get surprise that ping work on 'to'04:09
porjauswhich with my luck it will ;)04:09
vm096so what that mean, what is 'to'?04:09
reisioto me, the time spent murdering everyone in reach when I have to wait for copying to continue when I think it's already been done... is not better than decreasing the lifespan of my cheap, $10 usb stick04:09
reisioI got plenty of $10's, I don't have plenty of time and/or people within reach04:10
tatertotswhat is the domain you are curious is online?...can you provide it's name?04:10
OerHekssync prevents murder ?04:10
reisioporjaus: sync is fine, it can only help04:10
vm096the domains I was trying to ping is todaoferta.com04:10
vm096so I just put pint to04:10
vm096and enter04:10
vm096was a mistake but work, you know?04:11
porjausso can anyone talk me through the audio icon? I cannot find the option to renable it in pulse audio settings and thats the only audio option in the settings menu04:11
vm096but 'to'?04:11
reisiovm096: it says in the output, md.tdc.to04:11
vm096I just try with $nslookup to04:11
porjausis there a way to do it in terminal?04:11
reisiovm096: presumably defaulting to the .to NIC04:11
tatertotsyes they are up/online04:12
dax(.to is a valid TLD, md.tdc.to is the rDNS of the IP address pointed to by the A record for to.)04:12
reisioporjaus: it's simple by doing it GUI-ly04:12
vm096humm04:12
vm096so 'to' is a registered domain?04:12
daxsure04:12
reisioporjaus: http://askubuntu.com/questions/483397/missing-sound-volume-icon-on-screen-top-14-04 etc.04:12
reisiovm096: a registered top-level domain, yes04:12
vm096is that possible? without tld?04:12
tatertotsso now what are you trying to accomplish vm096?04:13
reisiovm096: .to is a tld04:13
daxto is the tld04:13
vm096ok04:13
vm096I got it04:13
porjausreisio: is that command suitable for xubuntu 16.04?04:13
porjausas far as the gui answer I dont have that same setting...xubuntu is different04:13
porjausthere is no "sound" setting04:13
reisioporjaus: http://ubuntuforums.org/showthread.php?t=198720904:14
porjausreisio: there is no applet/item as a choice...will try the gtk package thing...but thats for 12.04 should it still work?04:16
reisiooh sorry, didn't see that was from 201204:17
reisioporjaus: http://askubuntu.com/questions/764418/xubuntu-16-04-notification-area-and-indicators-glitch maybe :)04:17
AEL-HI want to mirror a blackboard for files but I am unsure how to proceed, it is not a basic website it has apps and I am unsure how to tailor wget to work for it, could anyone tell me what things I would need to look for?04:17
porjausreisio: yeah I had found that one...it worked to add the volume back and it also added temps from psensor that I could never get to show up! Bonus04:18
reisioAEL-H: mmm, that could be a tall order04:18
reisiocool04:18
AEL-Hreisio: So I have done something like "wget -mpk -A pdf WEBSITE" for basics sites to get files04:19
porjausnow I have to figure out to to arrange it as it all went left04:19
porjausand out of order04:19
AEL-Hreisio: But I am not sure what structure this website has so I am not sure how to even begin04:19
reisioAEL-H: IME a blackboard site will be monstrous04:21
AEL-Hreisio: If I want to obtain a folder worth of files (large folder) can you think of an alternative?04:23
reisioI'm sure you can make wget do something04:23
reisiohttrack is another possibility04:23
reisioyou might need to feed either some login credentials/cookies04:23
porjausok on to last problem for today I hope...a grey line appeared across the bottom 1/4 of my display...its not hardware as it isn't there in the live USB or in boot splash04:25
porjausI have narrowed it down to docky...when the dock is active the line is there....but its not related to settings and came out of nowhere today....04:25
porjausshutting down the dock makes the line go away04:25
porjausan suggestions?04:25
AEL-Hreisio: What extra functionality does httrack really give? I tried that for something like this once and found it to be just as helpful as wget04:26
porjausit wasn't there for a couple of months...just suddenly today04:26
reisioAEL-H: httrack is for this alone04:26
reisiowget is more versatile/less specific04:26
porjausif the terminal cusor is sitting on a new line static what does that mean? reset wont do anything04:28
porjausi have to open a new tab or close it and open again to get a prompt04:29
reisioporjaus: probably got a char or two it couldn't grok04:30
reisioporjaus: try this, blind: CTRL+c, 'reset', enter04:30
porjausso frozen?04:30
porjausctrl c did it04:30
porjauswhat did that do?04:30
reisiojust cancels out whatever it's in the middle of04:30
porjausdidnt need the reset and enter...just ctrl c worked04:31
porjausok thanks04:31
reisioif it's no longer showing you reality, it's best to CTRL+c to know where you stand04:31
reisioyou could have anything there if it's not showing it to you04:31
reisioit could say something awful, like 'rm your files'04:31
porjauslol04:31
abhishekhi guys!04:33
abhishekIf possible please have a look http://askubuntu.com/questions/792589/unattened-upgrades-for-all-packages04:34
=== athairus is now known as afkthairus
pennTellerHi guys, doesd anybody know of a good program to change my voice on the fly for a phone prank?04:48
jarray52When I run 'ps aux | grep puma', I see a socket file with a specified file location. However, that socket file does not exist at the specified location. Do I need to do something in order for socket files to appear at file system locations? Does something need to be mounted? Does an entry need to be created in fstab?04:51
=== Ashi is now known as Guest19061
motaka2hello I have installed lxde and I dont know how is vanished the digital clock as you see in this picture: https://www.dropbox.com/s/1xokm220tn7zodr/Tray.png?dl=0  can you please help me?04:56
gshmuhi, Ubuntu 14.04 intel+nvidia, under intel mouse flashes. nernel version 4.4.0-28-generic05:00
brack9Hey.  I'm trying to use apt pinning.  I've got my default repo set in apt.conf, the newer repo configured in sources.d, and the pinning configured in preferences.d.  `apt-cache policy` shows the pin, but when I try to install it, apt just uses the package from my default repo.  Halp?05:00
gshmuI'm try compizconfig-settings-manager, not fix it05:01
takohow can i change my luks password05:02
brack9tako: passwd05:03
takoLUKS encrypted lvm05:04
brack9tako: never used it but the first result on Google for your question looks like a good answer05:06
takobrack9, this one http://askubuntu.com/questions/95137/how-to-change-luks-passphrase ?05:07
=== evil is now known as Guest82543
brack9Yeah that one05:08
brack9gives you both GUI and commandline options05:08
takoGui options not working05:09
ShamblesI'm trying to install phpBB on 16.04 but am having issues due to what looks like phpBB needing PHP 5.5 and 16.04 only supporting PHP7.  Has anyone run into this and gotten it working?  I'm a newb but got phpBB working fine in 14.0405:09
takoand i didnt undersand the command05:09
brack9tako: maybe be a little more specific than "not working"05:11
brack9Shambles: what webserver are you using?05:12
Shamblesbrack9: As in hosting?  I'm just running it on the LAN but not on this local machine.  I started trying the LAMP install in tasksel, then tried xampp which had an installer with PHP5.5 but I couldn't get the PHPadmin working.  Now even just trying to manually install apache2 on its own is giving me problems.  I almost wonder at this point if all my tinkering has created a garbage config on the server05:15
brack9Shambles: are you following this? https://help.ubuntu.com/community/ApacheMySQLPHP05:17
LostSoul_Hi, I'm getting mapiprofile: symbol DEBUGLEVEL_CLASS, version SAMBA_UTIL_0.0.1 not defined in file libsamba-util.so.0 with link time reference05:17
LostSoul_Any idea how to handle it? I started to get this error after update05:17
motaka2hello I have installed lxde and I dont know how is vanished the digital clock as you see in this picture: https://www.dropbox.com/s/1xokm220tn7zodr/Tray.png?dl=0  can you please help me?05:17
Shamblesbrack9: That looks like it's for 14.04 but I'll use its suggestion of packages to remove to clean my system up a bit05:19
brack9Shambles: It says 10.04 and above.  I'd give those install commands a try.  I doubt much has changed if anything.05:22
brack9Looks pretty straightforward05:23
ShamblesIt also says "For the latest LTS version (14.04.1 LTS) of Ubuntu Server" but i'll give it a whirl05:23
LostSoul_Ping :)05:24
ShamblesYeah trying to install PHP5 results in "Package libapache2-mod-php5 is not available, but is referred to by another package.05:26
ShamblesThis may mean that the package is missing, has been obsoleted, or05:26
Shamblesis only available from another source05:26
Shambles"05:26
ShamblesIs there some way to add a repo for packages that have been deprecated?05:27
=== gitgud is now known as GitGud
=== gitgud is now known as GitGud
brack9Will my system asplode if I upgrade to a newer libc6 than is in my apt repo?05:43
TeaPunkI'm trying to get this: https://github.com/phantom-code/airwave06:02
TeaPunkbut I don't know how to get the required libmagic and Qt506:03
varaindemianis it easier to make a package for ubuntu than for arch?06:03
lotuspsychje!make | varaindemian06:15
ubottuvaraindemian: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first)06:15
varaindemianhow can I move icons to the center of the laucher? As they are here http://www.ubuntuthemes.org/wp-content/uploads/flatty_by_argeliz-d75fyd1-600x337.png06:15
maateenh06:16
maateenHello06:16
maateenTesting06:16
maateenSorry06:16
vm096nop06:16
TheSovthere has to be a faster way to reweight OSD's than 1 at a time06:19
TeaPunkHow do I get libmagic if I cannot find it using terminal?06:22
matrix_hi guys, cannot fix broken dependencies, tried almost everything wikis say, what can I do? ubuntu 16...06:23
varaindemiananybody?06:23
pragomer_1anybody knows how to open a "psion series 5" database file? (from a symbian phone)06:23
TeaPunksudo apt-get install libmagic06:25
TeaPunkReading package lists... Done06:25
TeaPunkBuilding dependency tree06:25
TeaPunkReading state information... Done06:25
TeaPunkE: Unable to locate package libmagic06:25
lotuspsychjematrix_: got ppa's?06:25
matrix_TeaPunk, use synaptic06:25
jarray52When I run 'ps aux | grep puma', I see a socket file with a specified file location. However, that socket file does not exist at the specified location. Do I need to do something in order for socket files to appear at file system locations? Does something need to be mounted? Does an entry need to be created in fstab?06:25
matrix_lotuspsychje, yes, I didn't remove them06:25
lotuspsychjematrix_: remove them with ppapurge first06:26
matrix_lotuspsychje, should I?06:26
k1lTeaPunk: what howto are you following and what ubuntu are you on?06:26
k1lmatrix_: please pastebin your errors from apt06:26
matrix_kil, E: Unable to correct problems, you have held broken packages.06:27
TeaPunkk1l/ I'm reading off of https://github.com/phantom-code/airwave06:28
matrix_kll, E: Unable to correct problems, you have held broken packages.06:28
k1lmatrix_: all messages. not only singe line please into paste.ubuntu.com06:28
TeaPunkk1l, I am on Ubuntu Studio06:28
matrix_K1l, I just tried to reinstall libreoffice and for each package it says Depends: python3-uno (>= 4.0~) but it is not going to be installed06:29
TeaPunkSorry, I don't know how to do the direct message thing on here06:29
k1lTeaPunk: this howto talks about "libmagic-dev"06:29
k1l!info libmagic-dev | TeaPunk06:29
ubottuTeaPunk: libmagic-dev (source: file): File type determination library using "magic" numbers (development). In component main, is optional. Version 1:5.25-2ubuntu1 (xenial), package size 72 kB, installed size 251 kB06:29
varaindemianhow can I move icons to the center of the laucher? As they are here http://www.ubuntuthemes.org/wp-content/uploads/flatty_by_argeliz-d75fyd1-600x337.png06:30
juanonymousits gnome i think06:30
k1lvaraindemian: thats not the usual unity launcher. that looks like a different dock06:30
juanonymousthe user replace unity for gnome06:31
matrix_k1l, http://paste.ubuntu.com/18080896/06:31
k1lmatrix_: "apt-cache policy libreoffice | nc termbin.com 9999" and show the url here please06:33
k1lTeaPunk: thats what the site says you linked06:33
matrix_k1l, http://paste.ubuntu.com/18080994/06:34
k1lmatrix_: what ubuntu is that exactly?06:35
matrix_k1l, 16.0406:35
k1lmatrix_: please show the full output06:35
TeaPunkkil, nvm I think I understand a bit better06:35
TeaPunkk1l, I mean06:35
matrix_k1l, that is the full output!06:35
varaindemiank1l: so the icons can't be centered06:36
k1lmatrix_: please run "grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/* | nc termbin.com 9999" and show the url06:37
k1lvaraindemian: ask the maker of that screenshot what doc he used06:37
varaindemiank1l: I mena in the default unity launcher06:38
k1lvaraindemian: i doubt it06:38
k1lok, he left with his non ubuntu …06:40
lordPoseidonI need help about my OS, I am using Ubuntu for over an year, I got Ubuntu 14.04 first and then upgraded it to Ubunut 16.04, but in both the times, I had a problem about wifi, it can't be able to connect the weak wifi network which a windows computer can in my college Hostel, my friends have windows on their PC, but I only have Ubuntu06:43
lordPoseidonand moreover at my home it is too difficult to connect to the wifi at my home, it first tries to connect but after a long time, it is though able to connect but the image at the titile bar of the ubuntu, shows of the lan connection06:44
lordPoseidoni.e.the image looks i have connected to a lan but im connected to a wifi06:45
lordPoseidonand at my hostel, it tries to connect to the network, the wifi network, but it becomes the connecting loop06:45
varaindemiank1l: did you theme your shell?06:46
lordPoseidonit tries to connect but not able to connect, it tries and tries, makes a loop06:46
lordPoseidonplz if anyone can help plz help me06:46
brack9lordPoseidon: What chipset is your wifi card?06:47
lordPoseidoni have Broadcom hardware: BCM43142 802.11b/g/n(wireless 1704 802.11n + BT 4.0)06:48
lordPoseidoni found this info at additional driver section of software and updates06:48
lordPoseidonand yes its saying, This device is using an alternative dreiver06:48
lordPoseidonUsing Broadcom 802.11 Linux STA Wireless driver source from bcmwl-kernel-source06:49
lordPoseidonbrack9: is there any solution06:50
hateballlordPoseidon: if you run "dmesg" after trying to connect, there should be some interesting info at the bottom, could you !paste that?06:50
lordPoseidonok i do hateball06:51
lordPoseidonhateball: its too huge output06:52
lordPoseidoni paste it sure?06:52
lordPoseidonthought now this time im connected to my home network06:53
lordPoseidonafter 3-4 tries06:53
AEL-HDoes anyone know of a good method to crawl something like this to obtain pdf's I have access to ? http://www.blackboard.com/mobile-learning/bbstudent.aspx06:56
lordPoseidonhateball: wait i put the log to the gist and provide the link06:56
lordPoseidonplz check then06:56
=== Dogethrower is now known as uphoria
lordPoseidonhateball: plz check the link https://gist.github.com/nimitbhardwaj/a42158411b505caeb452c3a0c4b95f5b06:58
kumarshubhamhi07:00
lordPoseidoni also put this problem to askubuntu, but they said to purchase a new network card, which is not feasible for me07:02
lordPoseidonhateball:  are you there07:03
hateballlordPoseidon: Yes07:03
lordPoseidonplz help if possible07:03
hateballlordPoseidon: if you run "lspci -k" does it show the wl module for your wifi?07:03
hateballlordPoseidon: I don't have an immediate answer, I am only helping you google :)07:04
lordPoseidonok thx07:04
hateballlordPoseidon: Some threads suggest that having Secure Boot enabled interferes with this driver07:04
lordPoseidon00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)07:05
lordPoseidonSubsystem: Dell Broadwell-U Host Bridge -OPI07:05
lordPoseidonKernel driver in use: bdw_uncore07:05
lordPoseidon00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)07:05
lordPoseidonDeviceName:  Onboard IGD07:05
lordPoseidonSubsystem: Dell Broadwell-U Integrated Graphics07:05
hateball!paste | lordPoseidon07:05
ubottulordPoseidon: 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.07:05
dipaHi, when I've recently upgraded from 14.10 to 15.04 to 15.10 to 16.04 and now when I try to log-in a black screen flashes with text and ASCII coloured brackets []'s on the left, before returning me to the log-in screen. Where can I view the text that flashes up/how can I debug this?07:06
lordPoseidon00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)07:06
lordPoseidonKernel driver in use: pcieport07:06
lordPoseidonKernel modules: shpchp07:06
lordPoseidon00:1c.4 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #5 (rev e3)07:06
lordPoseidonKernel driver in use: pcieport07:06
lordPoseidonKernel modules: shpchp07:06
lordPoseidon00:1d.0 USB controller: Intel Corporation Wildcat Point-LP USB EHCI Controller (rev 03)07:06
lordPoseidonSubsystem: Dell Wildcat Point-LP USB EHCI Controller07:06
lordPoseidonKernel driver in use: ehci-pci07:06
lordPoseidon00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)07:06
karlthaneHey, I keep getting a "Bad Bot, go away" message every time I try and log into launchpad.07:06
logicalorhm, since I upgraded to Xenial from Wily I have been having intermittent problems with my keyboard and touchpad.  Under high load, the keyboard occasionally skips keys or 'sticks' and registers multiple presses of a key, and the touchpad occasionally loses sync!  For the touchpad, when it loses sync, I unload and reload the psmouse kernel module which fixes it, but that's an ugly workaround.07:07
k1lkarlthane: using some vpn/proxy?07:09
lordPoseidonhttp://paste.ubuntu.com/18082135/07:09
TeaPunkwhat does this mean? http://pastebin.com/apTT8M7E07:10
lordPoseidonplz check it07:10
hateballlordPoseidon: Seems to use the right driver. Can you check in your BIOS that Secure Boot is disabled?07:10
lordPoseidonok i check i have to quit for going to the bios menu07:11
lordPoseidonok I come back quickly07:11
k1lTeaPunk: did you install wine like it said in the howto?07:12
TeaPunkI already had wine installed07:12
daxkarlthane, k1l: that error happens if your browser's doing something fun with the login form submission, generally because of autofill or password management plugins07:12
daxLastPass is apparently a common cause, see e.g. https://askubuntu.com/questions/650544/login-launchpad-net-tells-me-bad-bot-go-away-request-aborted07:13
TeaPunkI'll try again07:14
k1lTeaPunk: the page you linked has exact instructions for ubuntu. why dont you follow them?07:15
k1lTeaPunk: you need the -dev package of wine, too. but the howto lists that in its instructions. so please be sure to follow those instructions07:16
TeaPunkBecause I'm terrible at this lol!07:16
lordPoseidonhateball: the secure boot is disabled07:21
hateballlordPoseidon: No difference in wifi functionality?07:23
lordPoseidonno07:24
lordPoseidonit was already disabled07:24
hateballlordPoseidon: Afraid I don't know more as I don't use Broadcom myself. Can only advise you to be patient for someone else to help07:25
lordPoseidonits ok, thanks trying07:26
lordPoseidonno problem07:26
karlthanedax : Thanks that fixed it.07:28
Esya_Hey guys, seeing a weird shell problem, maybe someone has an idea. My shell is set to zsh on my two servers. If I log in to serv1, I get zsh. If I then ssh from serv1 to serv2, I also get zsh. But if I ssh from my laptop to serv2 through serv1 (my ssh config has a ProxyCommand for serv2, because it is inside a private network), I get bash instead of zsh07:42
=== stibium_ is now known as stibium
OeleGeirnaertHello, i do have a PXE server, which is perfectly loading my pxelinux.0 file downloaded from the official archive... Now I'd like to be able to do an installation with a kickstart file to install Lubuntu... Anyone can help?07:48
OeleGeirnaertI'd like to work with a local repository07:48
sumihello08:01
=== marshal0605 is now known as marshal0505
=== GitGud is now known as GitGub
djangoji08:14
djangohow can i install kali tool on ubuntu08:15
djangoany body can help08:16
djangome08:16
djangohi08:17
automationHalpHello. Is there any reason the first time I install nginx, it registers a systemd service file and starts. However when I apt-get remove --purge  nginx, and then reinstall, it installs but the service file is not created?08:19
=== Swish[\] is now known as Swish
jannesHey Guys im sooo famous08:24
OeleGeirnaertHello, i do have a PXE, which is loading correctly, showing up my menu... After choosing my right config with a kickstart config, my installation is loading succesfully, IP settings were applied correctly but after a while a get a message he couldn't find the mirror server while i'm telling in my script to use my local http08:48
OeleGeirnaert#Use Web installation08:48
OeleGeirnaerturl --url http://192.168.10.1/lubuntu/08:48
OeleGeirnaertAnyone any idea?08:48
hateballOeleGeirnaert: saw you being redirected from #lubuntu, and I think #ubuntu-server probably knows more :)08:53
someboyHi I opened the port with iptables08:53
someboywith this command  sudo iptables -A INPUT -p tcp -m tcp --dport 8080 -j ACCEPT08:54
=== someboy is now known as dakorista
dakoristaI want to undo it08:54
dakoristahow can I do it undo?08:54
hateballdakorista: drop the rule08:56
dakoristahateball: how?08:56
hateballdakorista: "sudo iptables -L --line-numbers" to list your rules08:57
dakoristahateball: I don't see listing for 808008:58
hateballdakorista: did you reboot? that clears iptables08:58
dakoristaI didn't reboot08:58
dakoristahateball: netstat shows it as open08:59
dakoristatcp6       0      0 :::8080                 :::*                    LISTEN      3637/php09:00
hateballdakorista: yes, that means a service is listening on that port, it doesnt mean you have an iptables rule for it09:01
dakoristahateball: okay, so how do I close it09:02
dakoristaI don't want outside world to hit that anyhow09:02
=== marshal0605 is now known as marshal0505
hateballdakorista: stop the service? you have the PID in the rightmost column09:02
dakoristahateball: but I want to run that service on this port09:04
dakoristahateball: so stopping service will stop it from outside world09:04
dakoristaand what happens when I restart the service09:05
hateballdakorista: are you behind NAT?09:05
hateballdakorista: or are you connected straight to the internet?09:05
hateballUbuntu wont automagically open ports in your NAT firewall/router09:05
dakoristahateball: connected straight to internet09:05
hateballdakorista: Well then you'll need to craft an iptables rule that drops inbound connections based on your critera09:06
dakoristahateball: hmm, but why can't I just undo that09:08
dakoristathere must be something like REJECT in place of accept09:09
dakoristain that command that I ran09:09
hateballif there is nothing listed with iptables -L, there is nothing to undo09:09
OeleGeirnaerthaha, thank you @hateball!09:10
OeleGeirnaertSee you all soon!09:10
dakoristathere is not09:10
hateballOeleGeirnaert: You can just idle in any and all channel you know, in case someone replies where you've asked :)09:10
hateballdakorista: You can test your connectivity using for instance http://www.canyouseeme.org/09:12
=== RoyalCheese is now known as RylChs
dakoristahateball: must there be way09:22
dakoristaI am doing someting like my-ip-addr:808009:22
dakoristaand it is still hitting the app09:22
=== mist is now known as Guest89273
int-mainDoes anyone know which app provides PDF viewing in Xubuntu?09:33
somsipint-main: https://en.wikipedia.org/wiki/Xubuntu#Applications09:35
int-mainThanks somsip09:36
admin1hi09:52
admin1alooooo09:53
k1lhi09:54
admin1hi09:54
admin1aloo09:54
admin1any Buddy here09:54
k1ladmin1: if you have a technical ubuntu question, just ask09:55
admin1hi09:57
bazhang!ask | admin109:57
ubottuadmin1: 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 !patience09:57
bazhangchit chat in #ubuntu-offtopic admin109:58
kallix_Hello how to create MS databasis? Thanks.09:58
bazhangkallix_, ##windows is the channel you want09:58
k1lkallix_: can you give more details? what exact database?09:59
ShadeSI'm having a hard time logging in with ssh09:59
countthere are professionals for that.10:00
ShadeSI keep being told debug1: could not open key file '/home/santoku/.ssh/id_ecdsa': Permission denied10:00
ShadeSwhat's the deal10:00
admin1???10:00
admin1ok10:00
ozberkguys I couldn't use google cloud print10:00
ozberkbasicly the chrome print service10:01
k1lShadeS: what is the output of "ls -al /home/santoku/.ssh | nc termbin.com 9999"? please show the url in her10:01
k1l*here10:01
kallix_k1l: Something that can use .accdb file format because this is used by MS Access.10:04
k1lkallix_: see http://askubuntu.com/questions/342925/opening-an-accdb-file-in-ubuntu10:05
admin1ok use wine & setup ms access10:05
admin1?/10:05
admin1try it\10:06
d0n0xhey guys, asus G552VW . tried to install Ubuntu on him. got alot of problems. started with skylake problems and add alot of flags to the grub like nomodeset and etc. in the end NVIDIA nohthing works with,touchpad also not working. any suggestions? thanks10:10
ShadeSit doesn't seem to be giving a url10:11
ShadeSthe permissions on the stuff in there is -rw-r--r--10:11
k1lShadeS: then run "ls -al /home/santoku/.ssh" and show the output on paste.ubuntu.com10:12
hateballd0n0x: after you've added nomodeset, you're able to boot yes? If so can you run "lspci|grep VGA" to show what GPU chipset you have?10:12
admin1]You are from where10:13
d0n0xhateball: yea possible to boot after few times x-servrv crahsed and didnt back to be alive. right now i formatted back my laptop to windows machine.pretty bad. what do you need to know ? which grahpic card?10:14
bazhangadmin1, this is not the chat channel; #ubuntu-offtopic for that10:14
hateballd0n0x: Yes, which nvidia GPU. It is possible the card is too new to be supported out of the box in 16.04, so you may need a later driver10:15
d0n0xhateball: 960m10:16
admin1hi10:17
bazhangadmin1, do you have an ubuntu support question or not10:17
hateballd0n0x: Try booting nomodeset, then add this !ppa https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa and install nvidia-36710:17
admin1i need hack wifi10:17
bazhangadmin1, thats not supported here, dont ask for help10:17
d0n0xhateball: okay,many thanks !!!10:18
ShadeS;(10:20
k1lShadeS: i am still waiting10:20
admin1You are from where10:21
ShadeShttp://paste.ubuntu.com/18089686/10:21
k1lShadeS: see, the owner is root. so no other program/user can use those keys10:22
ShadeSi'm trying to log in as santoku not root10:22
=== gb_ is now known as Guest60418
ShadeSi chowned the keys in question to santoku:santoku10:23
k1lShadeS: "sudo chown -R santoku:santoku ~/.ssh/"10:23
=== marshal0605 is now known as marshal0505
ShadeSk1l: i fixed it by reinstalling10:37
=== Malsasa2 is now known as Malsasa
hrobhi10:55
hrobI would like to start process on startup -- would be ok to use rc.local   or can I add an init script10:55
EriC^^hrob: which ubuntu version?10:56
hrobfor init I'm not sure what I need... I guess I need add shell script under /etc/init.d   but maybe also add conf under  /etc/init/10:56
hrobEriC^^: 14.04+10:56
=== stub` is now known as stub
EriC^^!upstart | hrob10:57
ubottuhrob: Upstart is meant to replace the old Sys V Init system with an event-driven init model.  For more information please see: http://upstart.ubuntu.com/10:57
EriC^^hrob: make a .conf in /etc/init10:58
EriC^^hrob: 14.04 or + ?10:58
hrobEriC^^:   14.04 mostly but I would prefer something relatively futureproof10:58
hrobEriC^^:  ok upstart is quite specific to ubuntu -- you think debian adopted it?11:00
EriC^^hrob: upstart has been dropped by ubuntu as well11:01
EriC^^15.04+ have systemd11:01
EriC^^so does debian and other distros too11:01
ArcaireUpstart was an attempt to replace systemv but systemd came along and won par everywhere else so Ubuntu adopted it too11:02
hrobArcaire: right I see11:03
hrobquestion is if I should use LSB init file or  systemv init file11:04
EriC^^LSB init perhaps is more compatible on other distros11:04
EriC^^LSB init is the /etc/init.d right?11:04
EriC^^ah nevermind11:05
EriC^^:D11:05
hrobEriC^^:  yes,  with symbolic links from run level dirs  rc0  rc1 rc211:07
jrfranklin_HELLO FRIENDS11:08
jrfranklin_WHO CAN HELP MI GUYS11:08
=== GitGub is now known as AllahDuhaiHai
EriC^^jrfranklin_: ask away11:08
EriC^^and wait11:09
jrfranklin_ERIC11:09
jrfranklin_U CANN ADD MY SKYPE ?11:09
jrfranklin_OR http://webchat.freenode.net/?channels=ubuntu-tr-sohbet11:09
jrfranklin_OR U CAN COME ?11:09
EriC^^jrfranklin_: ask here, and remove the caps lock please11:09
EriC^^yes i can come, getting a plane ticket now, wait11:09
EriC^^....j/k11:09
jrfranklin_Bro i have problem with kdenlive11:09
jrfranklin_http://webchat.freenode.net/?channels=ubuntu-tr-sohbet11:10
=== AllahDuhaiHai is now known as GitGud
EriC^^jrfranklin_: /join #ubuntu-studio11:10
ArcaireIsn't it #kdenlive?11:11
Arcairehttps://kdenlive.org/kdenlive_help11:11
jrfranklin_yes11:11
EriC^^also join that11:11
EriC^^ubuntu-studio guys might know more about these stuff11:11
jrfranklin_where to11:11
jrfranklin_bro11:11
jrfranklin_i dont received answer11:11
Arcairehttps://en.wikipedia.org/wiki/Patience11:12
ArcaireRead this while you wait.11:12
EriC^^jrfranklin_: what's the question, i'll try to help11:12
jrfranklin_eric11:13
jrfranklin_i have crash problem11:13
jrfranklin_i want movie edit11:13
jrfranklin_example 2 movies combine + logo + text11:14
jrfranklin_i trying render but11:14
jrfranklin_dont complete ...11:14
jrfranklin_all time11:14
jrfranklin_i tried 15.10 14.0411:14
jrfranklin_but doesnt work11:14
EriC^^jrfranklin_: did you try different settings for the output?11:14
jrfranklin_720p 23.9811:14
jrfranklin_h26411:14
jrfranklin_aac11:14
EriC^^try something else see if it works11:15
EriC^^jrfranklin_: also, open a terminal and type kdenlive there and see what happens when it crashes11:15
EriC^^there's openshot too btw, it's like kdenlive11:15
MaxoooouHEy ubuntu channel i need your help !11:15
MaxoooouI can't use my mysql install on my ubuntu11:16
jrfranklin_eric11:16
jrfranklin_i dont have crash11:16
Maxoooouplease somone can help me ?11:16
Maxoooouto completely unstall it and reinstall fresh one11:16
EriC^^jrfranklin_: ok, try settings close to the ones you want, maybe different framerate11:17
Maxoooouplease i try all the morning always the same eror when i try to lauch it11:17
jrfranklin_Eric11:17
jrfranklin_my movies11:17
jrfranklin_720p 23.98fps11:17
jrfranklin_and i want render 720p 23.98fps11:17
MaxoooouJob for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details.11:18
jrfranklin_but doesnt work11:18
EriC^^jrfranklin_: try running it from the terminal11:18
jrfranklin_yes i tried bro11:18
jrfranklin_least 10x11:18
EriC^^what does it say?11:18
jrfranklin_Kdelive crash..11:18
EriC^^what about the terminal?11:18
escimoMaxoooou: What do you want? Fix it or reinstall it?11:18
Maxoooouescimo i dont care reinstall it if it's easyest11:19
Maxooooui don't care about data11:19
Maxooooui just want that work11:19
jrfranklin_Terminal ?11:19
jrfranklin_Eric u can come ubuntu-studio channel ?11:19
jrfranklin_ubuntustudio11:20
Ben64jrfranklin_: you should be using "24000/1001" fps11:20
jrfranklin_for mkv movies ?11:20
Ben64for anything you want at that framerate11:20
kapustinstest11:21
escimoMaxoooou: https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-14-04 - if you already have mysql installed, you will have to "sudo apt-get remove --purge mysql-server mysql-client mysql-common"11:22
BluesKajhi all11:22
jrfranklinsorry11:22
jrfranklini dc11:22
Maxoooouescimo : let me try11:22
jrfranklinAdmins can help me ?11:23
jrfranklinhttp://webchat.freenode.net/?channels=ubuntu-kdenlive11:23
jrfranklinCome on pls friends11:23
Ben64jrfranklin: spamming the channel doesn't help11:23
jrfranklinben64 u can help me with skype ?11:24
Ben64no11:24
jrfranklin:S11:24
jrfranklinBro u can tell me ? Who can help me u know ?11:24
Ben64ask a question, wait for an answer11:24
jrfranklinoh okay oh sorry11:24
mn9lkHey guys, new ubuntu person, my laptop runs just fine with the default drivers for my Nvidia 960M. What am I missing out by not installing nvidia-340 drivers? Also do I need to install bumblebee, would it change anything? Would my computer perform differently without it?11:25
Maxoooouescimo : The following packages have unmet dependencies:  dbconfig-mysql : Depends: mysql-client but it is not going to be installed or                            mariadb-client but it is not going to be installed or                            virtual-mysql-client E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.11:25
daumieWhere's the i3WM config file...11:25
daumiePing11:26
YanickAny one have a good guide for packaging kernel modules(network drivers) and a good way to do this without breaking stuff when upgrading kernels?11:26
hateballmn9lk: 340 doesnt support 960m for starters, you need 361+. If you intend to do any form of gaming, you likely want the proprietary drivers11:27
daumieYanick:  package managers handle that11:27
hateballmn9lk: and nvidia-prime is used instead of bumblebee11:27
escimoMaxoooou: This happened when? When you tried to uninstall?11:28
Maxoooouescimmo yes11:28
Maxooooujsut after sudo apt-get remove --purge mysql-server mysql-client mysql-common11:28
mn9lkhateball: Oh I see. Then I am guessing it comes down to a performance decision.  And, should I install Nvidia's .run file from their website? or go for the "Graphics Drivers Team"  361++.11:29
Maxoooouthere is this too  escimo : Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:11:29
hateballmn9lk: Use the PPA. And if you are, you may as well use the 367 driver11:29
jrfranklinben64 now can u help me ?11:29
jrfranklinor Eric ?11:30
Yanickdaumi: tnx! so APT will take care of it after the kernel upgrade? not going to use dkms11:30
Ben64jrfranklin: ask the channel, not certain people11:30
jrfranklinWho can help me for kdenlive Friends ?11:30
Ben64jrfranklin: ask the actual question11:30
hateballmn9lk: It's not purely performance, there are opengl features that nouveau doesnt support for instance. So things would not start at all11:30
mn9lkhateball: Thanks, one more question, is there any reason why I should go for the ppa over the Nvidia's run file? And thanks for the help.11:30
Ben64jrfranklin: and have you tried in #kdenlive11:31
escimoMaxoooou: do a "sudo apt update && sudo apt-get autoremove -y && sudo apt-get autoclean -y"11:31
jrfranklinyes bro Dont answer11:31
Ben64be patient11:31
Ben64it's the middle of the night in the US, not a busy time on irc usually11:32
escimoAnd its the middle of the work-day here in Europe.. So most of us is at work.11:32
Maxoooouescimo : dpkg: error processing package mysql-server-5.7 (--configure):  subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of mysql-server:  mysql-server depends on mysql-server-5.7; however:   Package mysql-server-5.7 is not configured yet.  dpkg: error processing package mysql-server (--configure):  dependency problems - leaving unconfigured No apport report 11:33
jrfranklinAnd ben6411:34
jrfranklinİ can install php5 to on ubuntu 16.0411:34
jrfranklin? is possible ?11:34
Ben64jrfranklin: ask the channel, not certain people11:34
hateballmn9lk: Well, just that it's been built/tested better for Ubuntu really. Before dkms days you would need to recompile the nvidia module on each kernel upgrade as well11:36
ladjrfranklin: Take a look here for how to install PHP 5.6 on Ubuntu 16.04 http://askubuntu.com/a/75618611:36
hateballmn9lk: and using PPA makes it just simpler to switch between versions11:36
tatertotsI remember those days......good times11:36
tatertotsnot11:36
mn9lkhateball: ohhhhhhhhhhhh that makes sense11:36
jrfranklinty lad11:37
jrfranklinHow can close connect quit users logs ?11:39
jrfranklinin here11:39
Maxoooouescimo : :(11:39
escimoMaxoooou: sorry man, late replies. are msql still running? run: ps aux | grep "mysql"    - How many processes do you still have?11:40
Maxoooouroot     11000  0.0  0.0  14264   928 pts/17   S+   13:42   0:00 grep --color=auto mysql11:42
Maxoooouescimo : root     11000  0.0  0.0  14264   928 pts/17   S+   13:42   0:00 grep --color=auto mysql11:42
Maxoooounow root     11022  0.0  0.0  14264  1016 pts/17   S+   13:43   0:00 grep --color=auto mysql11:43
jrfranklin?11:44
Maxoooouthis is the same daemon ?11:44
escimojust do a sudo killall -9 mysql  - Not that I would recommend to kill all the msql processes, but since you want to reinstall anyways11:45
Maxooooumysql: no process found11:46
redenginMaxoooou, thank god, otherwise you'd have just corrupted your db11:47
Maxoooouso what can i do11:47
escimoHe did say he wanted to reinstall everything with no care for data-loss though11:47
jrfranklinredeengin from ?11:47
JediMasterhi all, I know 16.04.1 isn't out yet, but is there a way to upgrade from 14.04 to 16.04? do-release-upgrade even with -d doesn't work at the moment (I've already done a 14.04 to 16.04 with do-release-upgrade -d but it's not working now)11:48
JediMasteralso this is ubuntu server11:48
Maxoooouyeah i dont care about data loss11:48
* redengin is from india11:48
escimoJediMaster: No, the LTS should not upgrade unless there is a point-release ready.11:48
JediMasterescimo, I know, but I've managed it on two other servers successfully but not I can't =/11:49
Maxooooualways have : root     11143  0.0  0.0  14264  1032 pts/17   S+   13:48   0:00 grep --color=auto mysql11:49
JediMasterI don't fancy doing 14.04 -> 14.10 -> 15.04 -> 15.10 -> 16.04 really11:49
escimoMaxoooou: sudo service mysql stop - does this kill the service?11:49
jrfranklinWho can help me ?11:50
Maxoooouescimo : no11:50
redenginjrfranklin, I'm willing to help, what's your question11:50
jrfranklinredengin u can come http://webchat.freenode.net/?channels=kdenlive11:51
JediMasterescimo, "If you want to update before, e.g. on a subset of machines to evaluate the LTS upgrade for your setup the same argument as an upgrade to a dev release has to be used via the -d switch."11:51
JediMasterescimo, that's from the ubuntu lts server guide, yet -d no longer works, gives me 404 errors about utopic.tar.gz.gpg missing11:51
tatertotsjrfranklin are you still editing video or do you have some other issue?11:51
Maxoooousudo service mysql stop i get normal prompt so i suppose it's ok but when i do  ps aux | grep mysql ... root     11277  0.0  0.0  14264   936 pts/17   S+   13:51   0:00 grep --color=auto mysql11:51
jrfranklintatertots ? u can come ? http://webchat.freenode.net/?channels=kdenlive11:52
jrfranklinthis channel spamming11:52
jrfranklinpls tatertots come this channel http://webchat.freenode.net/?channels=kdenlive11:52
Exterminadorhello all! i've installed xubuntu along windows 10. but now, i want to uninstall it.. how do i fix boot manager? any tutorial? :x11:53
Maxoooou.. /etc/init.d/mysql stop  [ ok ] Stopping mysql (via systemctl): mysql.service. root@Maxime-Sitruk:/etc/mysql# ps aux | grep mysql root     11386  0.0  0.0  14264  1024 pts/17   S+   13:53   0:00 grep --color=auto mysql11:53
escimoMaxoooou: It is running as root? How did you install this? database users shouldnt really be root11:53
hateballExterminador: Which bootloader do you want to fix?11:53
EriC^^Exterminador: type sudo efibootmgr -v | nc termbin.com 999911:54
Maxoooouescimo maybe i dont know :/11:54
kallix_back again tried libre office base created table but idk how to export data to this table from libre office calc...?11:54
=== cigumo_ is now known as cigumo
Exterminadorwell, i want to recover windows boot, so i can erase the linux partition11:55
EriC^^Exterminador: try the command above11:55
Exterminadorokay.. it's bcoz sometimes the xubuntu dont boot :/11:56
Exterminadori got no idea why. i'm a newbie on linux world11:56
EriC^^what does it say when it happens?11:56
Exterminadornothing. it freezes on initial window11:57
Tin_mankallix_, when looking at the list of your base table just right click on the base table and copy, then open the calc table and in the upper top left cell right click and paste..11:57
Exterminadorafter the boot screen11:57
escimoMaxoooou: sudo apt list | grep "mysql" | grep "installed" - What does it find? PM it to me if its too many hits11:57
EriC^^Exterminador: the splash screen with dots?11:57
Exterminadoryes11:57
Exterminadorthat11:57
EriC^^Exterminador: press esc there to see what happens11:58
Exterminadortrying to boot it now11:58
EriC^^Exterminador: if you dont want to remove xubuntu, remove quiet splash from grub so it shows it every time11:58
EriC^^and when it freezes see if it says anything, or then check /var/log/kern.log.1 or /var/log/syslog11:59
Exterminadorit appears a blue screen saying xubuntu11:59
Exterminadorand a kind of a cricle11:59
Exterminador*circle11:59
EriC^^press esc12:00
Exterminadornothing happens.. :/12:00
mn9lkhateball: Thanks very much.12:00
EriC^^try ctrl+alt+del12:00
hateballmn9lk: Is everything working as expected?12:01
EriC^^Exterminador: try ctrl+alt+f112:01
mn9lkhateball: Nah I just got back, I am going to try now :D :D I'm gonna keep my fingers crossed :D12:01
Exterminadorjeezzzz12:02
Exterminadora screen full of errors12:02
EriC^^Exterminador: screenshot it and upload to imgur.com12:03
kallix_Tin_man: I need the opposite that you wrote I have "Calc" file and i wanted to fill "Base" file. I can do it oly one by one cell.12:03
Exterminadorblk_update_request: I/O error, dev sda, sector 43190799212:04
Tin_manok, never tried that, but I'm pretty sure you'd need to set up your fields first12:04
EriC^^Exterminador: do you get a login screen12:04
EriC^^or prompt12:05
Tin_manthe basically similar action, but like i say, not tried it12:05
EriC^^Exterminador: the hdd might be dying12:05
Tin_manthen*12:05
kallix_Tin_man: Yes i created empty table with the names of fields (setup).12:05
Exterminadornope.. i guess i've screwed something12:05
[4-tea-2]Greetings, did a recent kernel update for 16.04 introduce audio issues for intel hda for anyone? I lost audio after a reboot, and in pavucontrol I can suddenly only see HDMI audio devices.12:05
EriC^^Exterminador: boot into recovery mode12:05
EriC^^Exterminador: in grub go to advanced > recovery12:05
kallix_Tin_man: yes it is simple but i know only how to do on win =)12:06
Tin_manwhen looking at the calc table, have you tried the right click copy action, and then open the empty base table and try pasting it?12:06
ExterminadorEriC^^: hold on a moment pls12:06
ExterminadorEriC^^: this is the best i can show: http://picpaste.com/20160629_140414-gSjC51wX.jpg12:07
hateballThat certainly doesnt look great12:07
Tin_mani went back to ms office for most of my Database stuff, libre base crashed all the time, and couldn't even have a calculated field on the form, which i thought was weird..12:07
kallix_Tin_man: Ofc this copy the cell A1 to A1 in base but not the other cells.12:08
Exterminadori'm on recovery mode EriC^^12:08
Tin_manjust search the web i guess, i'm sure someone has done it.. sorry..12:09
EriC^^Exterminador: enable networking then drop to root shell12:09
mn9lkhateball: ppa:xorg-edgers/ppa or ppa:graphics-drivers/ppa12:09
hateballmn9lk: the latter12:10
mn9lkalrighty thanks :D12:10
hateballmn9lk: sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update && sudo apt install nvidia-36712:10
samb1hi I'm getting 404's an an apt-get update on a lucid machine is this an intermittant thing or has support stopped for 10.04 now?12:10
hateballsamb1: 10.04 is EOL since a long time12:11
hateball!eolupgrade | samb112:11
ubottusamb1: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades12:11
[4-tea-2]Exterminador: I have no context, I just joined, but this looks a lot like how it looks whenever harddrives died on me.12:11
[4-tea-2]I hope you've got a backup.12:11
samb1sure we've mostly migrated off it just owndered if something has happened today which means the repos are finally dead12:11
Exterminadordamn.. Bus error :/12:11
Exterminadorwhen trying to enable the networking, got bus error12:12
Exterminador:/12:12
EriC^^Exterminador: can you boot a live usb?12:12
jrfranklinwho can help me for kdenlive ?12:12
ExterminadorEriC^^: yes, i can use the usb stick12:12
EriC^^Exterminador: ok boot it12:13
Exterminadorjust a moment12:13
mn9lkhateball: Its downloading, my internet is horrid today. Thanks for all your help. Really really appreciate it.12:13
Exterminadorit's booting12:14
tatertotsjrfranklin be patient...someone in kdenlive will answer at some point...if your video production has a deadline you can always take your source files over to another NLE to finish the production.12:15
Exterminadori use a old laptop, over 5 years i guess. it was an offer.. the wifi driver thing is dead..12:15
EriC^^Exterminador: can you have an internet connection on it?12:15
ExterminadorEriC^^: it have booted.. i'm on trying or install ubuntu12:16
EriC^^Exterminador: ok click try ubuntu12:16
ExterminadorEriC^^: yes, with the phone using usb connection12:16
Exterminadorthats how i use it12:16
Exterminador:12:16
Exterminador:x12:16
[4-tea-2]It's dead, Jim.12:17
Exterminadordesktop is on now12:17
EriC^^!info smartmontools12:17
ubottusmartmontools (source: smartmontools): control and monitor storage systems using S.M.A.R.T.. In component main, is optional. Version 6.4+svn4214-1 (xenial), package size 425 kB, installed size 1462 kB12:17
EriC^^Exterminador: ok, type sudo apt-get install smartmontools12:17
EriC^^Exterminador: ok, type sudo apt-get install smartmontools pastebinit12:17
samb1so I guess my question is, should I still be able to apt-get update from EOL repos, does anyone know the status or how to check the status on that?12:18
Exterminadordownloading12:19
ExterminadorEriC^^: done.. next?12:19
EriC^^Exterminador: type sudo parted -l | pastebinit12:19
jrfranklinkTatertoots Eric can send me kdenlive channels ?12:19
=== beaver_ is now known as beaver
quazimodoguys my blueman bluetooth pairing to my bose a2e soundlink headphones sometimes fails12:19
quazimodosometimes pairs12:19
quazimodosometimes gives me great a2dp12:20
quazimodosometimes gives terrible laggy 2dp12:20
quazimodoanyone know why/how this is going on?12:20
Exterminadorerm..12:21
Exterminadori cant find the | key12:22
Exterminador:x12:22
hateballExterminador: What language layout is your keyboard?12:23
EriC^^Exterminador: it should be next to the enter12:23
Exterminadorhow do i change layout to portuguese?12:23
capum321sytem tool -> language support?12:24
capum321exterminador no, it's in preferences!12:24
hateballExterminador: if US layout, shift and the key left of Enter12:26
ioriapastebinit <(sudo parted -l) should work12:27
capum321'nmcli connection' shows wireless device '--'12:28
capum321can't connect to my wifi network thus12:28
capum321thus?12:28
IndustrialHi!12:28
IndustrialI want to get my webcam working12:28
capum321sup12:28
Industrialit is not being detected12:28
Industrialdoesnt show up in e.g. lspci12:28
capum321mine is caput12:28
IndustrialI have a MSI GT72S 6QE laptop12:29
Industrialhow do I get this working?12:29
[4-tea-2]ioria: thanks, I never knew!12:29
Industrialhttps://www.msi.com/Laptop/gt72s-6qe-dominator-pro-g.html#hero-specification12:29
Industrial"FHD type (30fps@1080p)"12:29
[4-tea-2]ioria: using $() all the time, never knew I could pipe with the brackets, too.12:29
Exterminadorhttp://paste.ubuntu.com/18095302/12:30
EriC^^[4-tea-2]: <( ) is like pastebinit /path/to/file12:30
Exterminadorthe sudo parted -l | pastebinit12:30
EriC^^has the same affect, [4-tea-2] pastebinit will treat it like a file12:30
ioria[4-tea-2], yeah, but in some cases you first need to trigger 'sudo' with anothe command12:30
hateballIndustrial: chances are it's USB, check with lsusb12:31
Industrialhateball: ah got it, it's 1770:ff0012:32
Industrialat least that hits for webcam on google12:32
capum321exterminador it wasn't for you12:32
hateballIndustrial: Well, can't really do more than wish you happy googling I am afraid12:32
jrfranklinWho can help me for KDENLIVE ??12:32
EriC^^Exterminador: try sudo smartctl -a /dev/sdb | pastebinit12:33
hateballIndustrial: There's no dedicated on/off switch on your laptop? Sometimes there's an fn+whatever combination. But I dont know if it shows up in lsusb unless activated, so...12:33
ExterminadorEriC^^: okay. right away12:33
capum321no help for me this time?12:34
* [4-tea-2] fully expects smartctl to literally print "It's dead, Jim"12:34
ExterminadorEriC^^: http://paste.ubuntu.com/18095550/12:35
EriC^^Exterminador: number 196 and 197 aren't good12:36
EriC^^pending sector 33, reallocated event count 83112:36
EriC^^odly enough the reallocated sector count is 012:36
Exterminadorerm.. that means?12:36
EriC^^*oddly12:36
EriC^^Exterminador: i think it might be dying12:36
EriC^^jump ship..12:37
Exterminadordamn12:37
Exterminadorcan i erase the xubuntu and restore the windows boot?12:37
[4-tea-2]It lived a long and rich life.12:37
Exterminadorbcoz i dont have windows installer dvd or usb12:37
EriC^^Exterminador: windows will stop booting soon too and your data will start disappearing12:37
Exterminador:x12:37
EriC^^Exterminador: get another hdd and copy the windows partition to it12:38
Exterminadorno chance for now12:38
EriC^^!info gddrescue | Exterminador12:38
ubottuExterminador: gddrescue (source: gddrescue): GNU data recovery tool. In component universe, is optional. Version 1.19-2 (xenial), package size 108 kB, installed size 386 kB12:38
[4-tea-2]Probably non-trivial, looked like a notebook.12:38
sh0thi guys, why everytime i install the modules for my ralink wireless card and it works at the reboot is like i didnt do anything and i have to reinstall them again...in /etc/modules i have rta3290sta..12:39
sh0t?12:39
EriC^^Exterminador: you can remove xubuntu if you want, or set windows as the default bootloader if you want12:39
EriC^^Exterminador: the more you use the hdd the more you might lose data though12:39
Exterminadorwell, no problem12:39
Exterminadorcan u please guide me?12:39
Exterminadorto restore the windows thing?12:40
Exterminadorthe bootloader12:40
EriC^^Exterminador: aha, actually you need grub to boot windows, i thought you were using uefi12:40
Exterminadori guess yes12:40
EriC^^you can set grub to boot windows automatically if you want12:40
Exterminadorhow?12:40
EriC^^type sudo mount /dev/sdb4 /mnt12:41
Maxoooouhelp http://pastebin.com/nNMYEAqc12:41
[4-tea-2]Maxoooou: did you intend to revert from MariaDB back to MySQL?12:42
ExterminadorEriC^^: erm.. cant find /dev/sbd4/mnt in /etc/fstab12:42
kallix_Hello, i have an iso file how to make it bootable? Thanks.12:42
MaxoooouI never wanted this fucking mariadb12:43
EriC^^Exterminador: there's a space between /dev/sdb4 and /mnt12:43
Maxooooui try to remove completely mysql12:43
Exterminadoroh12:43
Exterminadorsorry12:43
Maxoooouto reinstall fresh install12:43
EriC^^no worries12:43
Exterminadordone12:43
EriC^^Exterminador: ok, type the following..12:43
EriC^^Exterminador: for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done12:43
Maxoooou[4-tea-2] : i try to complely remove mysql to reinstall it .. i dont event know what is mariadb12:44
[4-tea-2]Maxoooou: MariaDB is a drop-in replacement, a fork of MySQL.12:44
jrfranklin_Who can help me for KDENLIVE12:45
evhTapHey12:45
[4-tea-2]Maxoooou: it's kinda the friendly, non-corporate, non-Oracle sister of MySQL.12:45
EriC^^jrfranklin_: explain a little in the message what's wrong12:45
evhTapHey12:45
Maxoooou[4-tea-2] ok i just look on google but i m glad for them but i never ask to install it on my ubuntu and i need to use mysql :/12:46
jrfranklin_Friends i have Kdenlivecrash... Example i want edit 2 movies Combine and add+logo, add+text but render is not complete .. Who Can Help Me ?12:47
[4-tea-2]Maxoooou: I haven't seen that problem before, it looks like the installation fails because of a relatively minor problem in the installation scripts (a missing file).12:48
jrfranklin_wtff maxoouu shut up little timeeeeeeee .............. just u dont have problem .............. i cant fix my problem shut up 10 mins12:49
[4-tea-2]Maxoooou: I guess I would try to revert the last step, install the MariaDB client stuff again, then *purge* it (remove it cleanly and completely from the system) before installing the MySQL stuff you really want.12:50
mn9lkJust installed nvidia-367 , and restarted, the computer restarted, and I heard that drump thingamajig that plays when its asking you to enter the password. But the screen is all blank :D What do I do now.12:50
mn9lkdrum*12:50
[4-tea-2]Maxoooou: something like: aptitude install mariadb-client mariadb-client-10.0 mariadb-client-core-10.0 mysql-client-5.7-12:50
[4-tea-2]Maxoooou: followed by "aptitude purge" for all the mariadb packages on your system, unless the aptitude process wants to remove further packages that you actually need. Then I would use aptitude interactively to resolve the dependencies.12:52
ExterminadorEriC^^: done.. sorry for the delay. have to pick up the phone12:52
EriC^^Exterminador: no problem12:52
EriC^^Exterminador: type sudo chroot /mnt12:52
[4-tea-2]Maxoooou: also, mariadb 10 doesn't seem to be in Ubuntu by default, so chances are you actually did something to install it. ;)12:53
jrfranklin_OMGGGGGGG HELP ME PLS FOR KDENLIVE12:53
jrfranklin_pls friends pls ....12:53
ExterminadorEriC^^: done12:53
ioria!info  mariadb-server12:53
ubottumariadb-server (source: mariadb-10.0): MariaDB database server (metapackage depending on the latest version). In component universe, is optional. Version 10.0.25-0ubuntu0.16.04.1 (xenial), package size 12 kB, installed size 60 kB12:53
[4-tea-2]I stand corrected.12:54
EriC^^Exterminador: type cat /boot/grub/grub.cfg | nc termbin.com 999912:54
ioriathey are incompatible12:54
* [4-tea-2] should finally stop looking up packages with dpkg.12:55
MamikoHi guys, After compressing files I can't find the compressed file in the "correct" directory, why?12:55
jrfranklin_OMG12:55
exterminador2EriC^^: cat: /boot/grub/grub.cfg: No such file or directory12:56
EriC^^exterminador2: are you in the chroot?12:56
StrivE^colon necessary afte cat?12:57
StrivE^after*12:57
exterminador2i guess so12:57
EriC^^exterminador2: does it say root@...?12:57
StrivE^odd12:57
mn9lkThat was the weirdest thing ever, I was searching for a solution, so my other computer was idling in the background with the blank screen, I had set it up to turn off the screen after one min, when I moved the mouse around, the screen turned on, ha!! I just restarted the computer, again its blank :D12:58
exterminador2root@xubuntu:~# cat /boot/grub/grub.cfg | nc termbin.com 999912:58
exterminador2cat: /boot/grub/grub.cfg: No such file or directory12:58
jrfranklin_Friends i have Kdenlivecrash... Example i want edit 2 movies Combine and add+logo, add+text but render is not complete .. Who Can Help Me ?12:58
EriC^^exterminador2: type cd /boot/grub12:58
hateballmn9lk: And moving the mouse does not make it come back on this time?12:59
mn9lknah12:59
Mamikotry : cat /boot/grub/grub.cfg12:59
exterminador2EriC^^: done13:00
jrfranklin_Friends i have Kdenlivecrash... Example i want edit 2 movies Combine and add+logo, add+text but render is not complete .. Who Can Help Me ?13:00
mn9lkhateball, I tried it, nothing, not im waiting for it to have enough time to turn off, so I can confirm this is actually happening and not a one time thing13:00
mn9lknow im waiting*13:00
EriC^^exterminador2: ls -l | nc termbin.com 999913:00
hrobhi again13:01
hateballmn9lk: can you reboot and try adding "nvidia-drm.modeset=1" to your grub boot?13:01
exterminador2no output yet13:01
hrobI have now have a new init script under /etc/init.d13:01
EriC^^exterminador2: try ls -l13:01
hrobservice  seems to pick it up13:01
=== precise|snek is now known as precise
=== precise is now known as precise|mouse
hrobin that $ service myscript       returns usage instructions13:02
hrobbut $ service status returns13:02
mn9lkhateball, can I add that line to  /etc/default/grub ?13:02
hrobLoaded: not-found (Reason: No such file or directory)13:02
hateballmn9lk: sure, but I tend to like adding it temporarily before doing update-grub etc13:03
exterminador2EriC^^: 4 lines of output.13:03
mn9lkahhh becuase, I cant get to the grub menu by pressing SHIFT when I start my computer.13:03
EriC^^exterminador2: is grub there?13:03
EriC^^grub.cfg13:03
vbgunzhello fellas, I've installed ubuntu but would also like the plain old plasmashell without all the kubuntu fixings. do I just install plasma-workspace and can choose it from the dm?13:04
EriC^^exterminador2: try dpkg -l | grep grub | nc termbin.com 999913:04
Mamikohrob, is the name correct?13:04
Haledusing a software raid1, is grub installed on the raid device (/dev/md1 for example) or a physical partition (/dev/sda1 for example) ?13:04
exterminador2EriC^^: nope. only grubenv13:04
hateballmn9lk: Make sure you use left shift. At any rate, it shouldnt break things (more) if you add it and it doesnt behave13:05
mn9lkhateball, oh I tried the right shift :D Alright Ill try again :D13:05
mn9lkhateball, without quotes right ?13:10
exterminador2EriC^^: dpkg -l | grep grub | nc termbin.com 9999 freezed13:10
EriC^^exterminador2: try dpkg -l | grep grub | curl -F "sprunge=<-" sprunge.us13:11
hateballmn9lk: yes, add it next to quiet splash13:11
=== kronos is now known as Guest74052
exterminador2EriC^^: http://sprunge.us/RWjM13:13
izu1Eric ^^ are you there ive got some good news but ive ran into another problem if you are free13:13
EriC^^exterminador2: ok, try update-grub13:14
mn9lkhateball, okay so it will be ==>  quet splash _____I_ENTER_STUFF_HERE__  $vt_handoff13:14
izu1Eric^^ i finally was able to load the grub menu and edit the entry for nomodeset13:14
izu1and was able to install ubuntu13:15
hateballmn9lk: yep13:15
exterminador2EriC^^: /usr/sbin/grub-probe: error: failed to get canonical path of `/cow'.13:15
mn9lkhateball, its still the black sceen. (after typing that, I pressed f10)13:15
izu1but the second problem was this time i cant boot up the installed ubuntu because it gets stuck in the spalsh screen again and nomode set didnt work or i couldnt figure it out13:15
EriC^^exterminador2: did you type the "for i in /dev.... " line?13:15
Exterminadoryes13:15
Exterminadori can type it again13:16
EriC^^Exterminador: type exit13:16
EriC^^then type it again13:16
hateballmn9lk: Bleh. Well, suppose you can try with the 361 driver if you havent already13:16
mn9lkhateball, I am going to try this.  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1559576/comments/6113:16
ubottuLaunchpad bug 1559576 in gdm3 (Ubuntu Xenial) "Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus" [Critical,Triaged]13:16
hateballmn9lk: that's weird, since the nvidia package should blacklist that for you automatically13:17
ExterminadorEriC^^: done13:17
EriC^^izu1: ubuntu booted first time before installing?13:17
EriC^^Exterminador: type sudo chroot /mnt13:17
jonkyI'm having problems with using drop down terminals(both tilda and guake) due to key binding problems. how can I figure out what is preventing a certain keybinding? or maybe how can I figure out what is bound to a certain key? And if it is relevant, i also have compiz installed13:18
mn9lkhateball, the file blacklist-nouveau.conf is not even in that dir.13:18
ExterminadorEriC^^: done. i'm on root@xubuntu:/#13:19
izu1YES eric i was able to set nomodeset through grub menu13:19
izu1after much work13:19
izu1so i installed it despite having very low resolution13:19
izu1then when i wanted to start up the ubuntu i installed it froze on splash screen again i want to be able to do nomodeset again so i can maybe search for drivers for my laptop13:20
EriC^^Exterminador: update-grub13:20
hateballmn9lk: what *is* in that dir tho? the file can be named anything, what is important is the blacklist-line itself13:20
ExterminadorEriC^^: done.13:21
Exterminadorit output a few lines13:21
EriC^^Exterminador: cat /boot/grub/grub.cfg | curl -F "sprunge=<-" sprunge.us13:21
hateballmn9lk: grep -R nouveau /etc/modprobe.d/13:21
Exterminadorfound windows 10 (loader) on /dev/sdb113:21
mn9lkblacklist-ath_pci.conf  blacklist-firefire.conf blacklist-framebuffer.conf blacklist-modem.conf blacklist-oss.conf blacklist-rare-network.conf blacklist-watchdog.conf13:22
ExterminadorEriC^^: curl is not working13:23
Exterminadorsays i need to install13:23
mn9lkhatebal, those were the files in that dir13:23
Exterminadorwhen i do apt install curl it gives me a error: Bus error (core dumped). 0%13:24
EriC^^Exterminador: ok, type grep -i windows /boot/grub/grub.cfg13:24
EriC^^Exterminador: take the exact sentence there next to menuentry13:24
mn9lkhateball, when I ran the grep, I got 8 lines13:24
EriC^^Exterminador: type nano /etc/default/grub and put GRUB_DEFAULT='Windows loader on.. '13:25
izu1Can someone help me ive been in front of my computer for 3 days  trying to start ubuntu13:25
EriC^^Exterminador: put the stuff between ' '13:25
izu1http://ubuntuforums.org/showthread.php?t=2329130 my thread with all the info13:25
exterminador2EriC^^: menuentry 'Windows 10 (loader) (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-DAD86D52D86D2DC7' {13:25
hateball!paste | mn9lk13:25
ubottumn9lk: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.13:25
EriC^^exterminador2: ok, use 'Windows 10 (loader) (on /dev/sdb1)'13:25
hateballmn9lk: at any rate it should be obvious if you have a blacklist nouveau line in blacklist.conf, that should be enough to blacklist it13:26
ExterminadorEriC^^: i need to write that?13:27
Exterminadoroh13:27
Exterminadori've seen it13:27
EriC^^Exterminador: also remove the "#" next to GRUB_HIDDEN_TIMEOUT13:29
EriC^^if it has it13:29
mn9lkhateball, oh . Its so sad, becuase when I go back from turned off monitor, it all works, feels bad man :D13:29
ozbrkhow can I update linux kernel13:30
ozbrkto leatest one here13:30
ozbrkhttps://www.kernel.org/13:30
EriC^^!mainline | ozbrk13:30
ubottuozbrk: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds13:30
izu1can someone help me ?13:31
hrobMamiko13:32
hrobsorry missed your comment13:32
hrobname of the service?13:32
hrobthe init script is called   "vimonitor"     it starts a program called  monitor.py13:32
hrobso I have  /etc/init.d/vimonitor13:33
hrobservice vimontor     ... runs the script and prints help13:33
hrobbut $ service vimonitor status   fails13:33
exterminador2EriC^^: is this okay? http://paste.ubuntu.com/18098406/13:34
EriC^^exterminador2: yes, also make it GRUB_DEFAULT='Window ....'13:35
hrobok, it looks like I need something under /lib/systemd/system/13:36
hrobnot sure what generates configs files for this systemd directory13:36
exterminador2EriC^^: this - Windows 10 (loader) (on /dev/sdb1) ?13:36
EriC^^exterminador2: yeah13:36
exterminador2EriC^^: without any quots around13:38
EriC^^exterminador2: single quotes13:38
jrfranklin_Friends i have Kdenlivecrash... Example i want edit 2 movies Combine and add+logo, add+text but render is not complete .. Who Can Help Me ?13:38
exterminador2okay13:38
ub_ubuntuAnyone can help me find where the logs are when shutdown occurs...13:38
ubuntu533Anyone know why my desktop has a connection to lindode?  I never installed it, but I discovered it using iftop13:38
jatt/var/log13:38
ub_ubuntuIn which file13:39
hateballjrfranklin_: did you try asking in #kdenlive ?13:39
ubuntu533when I do a whois 45.79.10.123, it says it is owned by linode13:39
ExterminadorEriC^^: done and saved13:39
jattsyslog13:39
EriC^^Exterminador: ok, type update-grub13:39
ub_ubuntuThanks13:39
ubuntu533how do I determine which process is making that connection?13:39
hateballubuntu533: "sudo netstat -untap" and check *what* is talking to that server13:39
=== precise|mouse is now known as precise|snek
ubuntu533hateball -> you sir, are a genius!  Thanks.13:40
hateball!pm | jrfranklin_13:40
ubottujrfranklin_: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice.13:40
jrfranklin_hateball i writed to u13:41
ExterminadorEriC^^: done13:41
jrfranklin_private13:41
jrfranklin_and ubottu i writed with private13:42
EriC^^Exterminador: type exit and try rebooting13:42
ub_ubuntuUbuntu 16.04 doesnt shutdown properly after running for more than 3hrs, what could be the porblem...?13:42
jattwhat do you mean properly13:43
hateballjrfranklin_: I'd prefer if you not pm, as per the factoid13:43
ExterminadorEriC^^: it opens the boot menu and windows is predefined13:43
ub_ubuntuIt hangs on Splash Screen13:44
Exterminadorand it booted into it13:44
izu1i have the same problem13:44
Exterminadorvery fast13:44
izu1as ub_ubuntu13:44
izu1stuck on splash screen13:44
ExterminadorEriC^^: and now about erasing the linux partitions? will that affect me in any way?13:45
mn9lkhateball, I tried sudo prime-select intel  and it worked, but when I changed it to nvidia and logged out, boom, blank screen again :D . There's nothing important in the computer yet, so I can try anything to see if it would work.13:45
jatthow do you shutdown13:45
ub_ubuntuExterminador: Question again?13:45
hateballmn9lk: Sadly I dont know much about hybrid gpus. Only enough to avoid them.13:45
ub_ubuntuUsing command or by using menu, both will hang13:46
mn9lkhateball, haha point taken :D anyways, thanks so much for the help so far, honestly appreciate everything.  Now I think Ill stop bothering you so much.13:46
hateballmn9lk: It's no problem, it's why we're here after all13:46
akikmn9lk: what's the use case for using intel gfx if you have nvidia? i have the same setup13:47
jattdoes this help http://askubuntu.com/questions/680212/ubuntu-wont-shutdown-or-freezes-at-splash-screen13:47
mn9lkakik, nah, im just entering random stuff to see if anything works. :P13:47
izu1is there anyone  here experienced with downloading radeon drivers from the recovery menu my ubuntu install gets stuck on the splash screen. all my specs and everything is here http://ubuntuforums.org/showthread.php?t=232913013:48
mn9lkakik, trying to get nvidia drivers to work on my laptop (with 960m nvidia card)13:48
izu1does anybody see this writing TEST TEST13:48
EriC^^Exterminador: yeah, if you erase the linux partition you can't boot into windows anymore13:48
Piciizu1: we see you13:48
jattyes13:48
Exterminador:(13:49
Exterminadorand how to reduce the linux partitions to the minimum?13:49
ub_ubuntuCan you please ask the question again...13:50
EriC^^Exterminador: you can shrink it13:50
izu1does nobody know how to update rivers through commands?13:50
izu1drivers*13:50
ub_ubuntuizu1: Add the repos. and then update13:50
ExterminadorEriC^^: using the live usb?13:51
izu1how to add a repos13:51
EriC^^Exterminador: yeah, testdisk ahs the capability to write a windows mbr i think13:51
EriC^^Exterminador: you might look into that too13:51
EriC^^*has13:51
ub_ubuntusudo add-apt-repository ppa:<repo-name>13:52
ub_ubuntuSearch for repos13:52
hateballizu1: According to your forum thread you run a machine which uses radeon driver. If you want a newer radeon driver, you need a newer kernel13:52
Exterminadori'm using 93.21Gb with no profit13:52
Exterminador:/13:52
geniiub_ubuntu: You probably missed the part where they said they can only get into the recovery menu13:52
izu1i see this sudo command everywhere what i dont understand is where do i type it13:52
Exterminadordamn hdd13:52
hateball!mainline | izu1 you can try a mainline kernel13:52
ubottuizu1 you can try a mainline kernel: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds13:52
TGVoidEriC^^: Hello?13:53
tncHi men13:53
hateball!terminal| izu1 this is where you use sudo13:53
ubottuizu1 this is where you use sudo: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal13:53
EriC^^TGVoid: hi13:53
cisstrdif I do $ sh script.sh ; on ubuntu and the script has no shebang in it, the script will definitely be executed as bourne shell script, not bash, right?!13:53
tncHi13:53
tncHow are you13:53
ub_ubuntugenii: What..?13:53
izu1i cannot start ubuntu like i said it gets stuck at the opening splash screen13:53
jrfranklin_Friends i have Kdenlivecrash... Example i want edit 2 movies Combine and add+logo, add+text but render is not complete .. Who Can Help Me ? in Private ?13:54
EriC^^cisstrd: yeah, dash will run it13:54
ub_ubuntuCan you access the virtual console...?13:54
EriC^^sh is symlinked to dash13:54
cisstrdEriC^^: found shell script tut and that's how he executes it and had to make sure it's not about bash (as I want to fresh up on normal bourne shell scripting), ty13:55
=== ben_r_ is now known as ben_r
EriC^^cisstrd: ok, np13:55
izu1so how would i run a sudo command when i cannot start ubuntu?13:55
ub_ubuntuizu1: can you access virtual console...?13:55
izu1i can start the grub menu13:56
jrfranklin_Friends i have Kdenlivecrash... Example i want edit 2 movies Combine and add+logo, add+text but render is not complete .. Who Can Help Me ? in Private ?13:56
izu1and i can press e13:56
hateballizu1: Press ctrl+alt+F1 to get a tty to login to. ctrl+alt+f7 to return to X13:56
izu1where do i press ctrl alt f1 ? at the grub menu?13:56
hateballizu1: When the splash screen is stuck13:56
TGVoidEriC^^: The Rebuild BS is done. What do I need to do with scrounge?13:56
ub_ubuntuAfter booting into grub where you are stuck13:56
izu1one sec will try13:57
EriC^^TGVoid: scrounge-ntfs -l /image13:57
tatertotsjrfranklin have you tried with different source material?13:57
izu1ctrl+alt+f1 gives no response13:57
jrfranklin_yes tater13:58
jrfranklin_i tried13:58
ub_ubuntulogin through root then, use recovery mode13:58
Guest78305hello. I tried to change my sudo/login password and accidentally typed `sudo passwd` without a user name. My sudo password remained the same, but whose password did I change (root?) and is that a security risk?13:58
=== thomas_ is now known as Guest5426
tatertotsjrfranklin have you tried cut only edit?13:59
EriC^^Guest78305: yeah you changed the root password14:00
izu1ctrl+alt+f1 gives no response im stuck on the screen with the password propt14:00
jrfranklin_Tater me need just Edit14:00
izu1prompt (i entered my password correctly then ubuntu gets stuck canot enter14:00
jrfranklin_i want make my movies14:01
Guest78305EriC^^: ok. Should I change it again, maybe make it really long, since i'll presumably never use it?14:01
unicronGuest78305: store it in your password vault that you keep all your passwords in14:02
tatertotsjrfranklin if you are not willing to try things other than what you keep failing at then you cannot rule out human error14:02
EriC^^Guest78305: disable the account14:02
=== JanC is now known as Guest53913
=== JanC_ is now known as JanC
tatertotsagain have you tried cut only edit ?14:02
EriC^^Guest78305: i think by default it has a "!" in the password field14:02
jrfranklin_No bro i dont tried cut14:03
izu1where can i get some help ?14:03
tatertotsyou could have things on your timeline that you shouldn't...it happens...have you tried cut only edit?14:03
izu1i tried the forums and here14:03
TGVoidEriC^^: I did the command. Now what?14:03
jrfranklin_Tater u can talk me with private ?14:03
Guest78305EriC^^:  ok, i'll look into disabling the account. thanks.14:04
tatertotstry importing a source clip that matches your editing profile and perform a simple cut and save it....report back the results of doing a simple cut edit...don't over complicate things just do a simple cut edit and report back14:04
EriC^^TGVoid: what did it output?14:05
EriC^^Guest78305: ok, no problem14:05
tatertotsit could be human error so report back the results of doing a simple cut edit14:05
jrfranklin_Tater my movies 720p 23.98 fps and i want render 720p 23.98 ...14:05
TGVoidEriC^^: http://paste.ubuntu.com/1810009214:05
jrfranklin_i said i want just + logo  and + text14:05
jrfranklin_i dont change formats14:05
tatertotsi don't care what your movies are or aren't...i said do a simple cut edit and report the results14:06
EriC^^TGVoid: those are the 2 8g linux partitions14:06
sh0thi guys why do I always have to reinstall the modules for my ralink wireless card at every boot, the module seems to be in /etc/modules?14:06
jrfranklin_This program Video Editor yes tater ?14:07
jrfranklin_And i did try video render14:07
EriC^^TGVoid: do you still have the start and end sectors?14:07
jrfranklin_video=movie bro14:07
TGVoidEriC^^: Yes. I used them in the command14:07
EriC^^sh0t: maybe it's blacklisted?14:07
tatertotswhy are you asking questions of me jrfranklin...i gave you a task to complete...go complete it14:08
EriC^^TGVoid: try scrounge-ntfs -m 6291456 -c 8 /image 63 <end sector>14:08
sh0tmmm EriC^^ doesn't seem so14:08
tatertotshelp me...help you14:08
EriC^^TGVoid: or put the start sector instead of 6314:08
jrfranklin_Bro i dont understand u14:08
jrfranklin_omg14:08
jrfranklin_u said to me14:08
jrfranklin_cut and try ..14:08
jrfranklin_Bro me need movie edit.14:08
EriC^^!enter | jrfranklin_14:09
jrfranklin_What eric ?14:09
izu1Is there anyone here who can tell me how to update drivers throu root shell in ubuntu recovery14:09
izu1?14:09
ladizu1: see here http://askubuntu.com/a/946514:09
izu1ok14:10
jrfranklin_Yes Eric *?14:10
Mitchell92I'm a computer networking major, bought a new laptop to take with me in the fall. I did my research and hardware should be compatible. Someone told me that installing linux removing windows will void warranty and will potentially damage my hardware. Is this accurate?14:10
tatertotsyou don't understand ?....okay..if i told you to "merge" two clips...do you understand what that means in the context of non linear video editing?....now if i ask you to perform a simple "cut" edit you don't understand?14:10
sh0tEriC^^, it's not blacklisted any idea? What could I check?14:10
EriC^^sh0t: sorry no idea14:11
izu1Lad WHere do i type these commands whenever i ask nobody answers14:11
sh0tok thanks14:11
sh0t:)14:11
TGVoidEriC^^: http://paste.ubuntu.com/18100382/14:11
EriC^^jrfranklin_: stop flooding the channel with 2 words every line14:11
izu1i canot open termianl since ubuntu doesnt load14:11
capum321_hello14:11
ladizu1: In the root shell in Ubuntu recovery14:11
izu1one more question14:11
ladizu1: Woah, slow down for a bit. Are you sure that you need to jump through that particular hoop to achieve your goal? We suspect you don't, so why don't you back up a bit and tell us about the overall objective...14:11
izu1how to eable my internet14:11
capum321_ubuntu server 15.10 wifi not connecting ?14:11
ladizu1: What is actually going on, why is your system only booting to recovery, and why do you think you need to do things with proprietery drivers?14:11
EriC^^TGVoid: where did you get those start end sectors from?14:12
jrfranklin_But didnt helping me anyone14:12
TGVoidEriC^^: fdisk14:12
tatertotsjust my opinion here jrfranklin...i believe it's human error and i would "outsource" the video production to a 3rd party if i were in your shoes14:12
EriC^^TGVoid: paste the output14:12
tatertotshand the project over to someone (3rd party) who can get it done14:12
tatertotsyou're just spinning your wheels at this point14:13
jrfranklin_Tater outsorce ?14:13
TGVoidEriC^^: http://paste.ubuntu.com/18100531/14:13
EriC^^!behelpful | tatertots14:14
ubottutatertots: As our !guidelines say, "When helping, be helpful". If you're not familiar with the issue at hand, let someone else handle it instead of making !offtopic comments or jokes.14:14
EriC^^jrfranklin_: did you try openshot?14:14
jrfranklin_No openshot is bad14:14
Exterminadorwell, i've used the live usb to boot into xubuntu and i'm using Gparted to shrink /dev/sdb4 to 6GiB since xubuntu is using 5.04GiB. but on Gparted on the bottom appears: 1 operation pending. this means that Gparted is shrinking the partition?14:16
ladExterminador: It means you need to click "Apply"14:16
=== capum321_ is now known as cm78trampo
ladExterminador: Green tick in the top right.14:17
jrfranklin_Friends i have Kdenlivecrash... Example i want edit 2 movies Combine and add+logo, add+text but render is not complete .. Who Can Help Me ?14:17
EriC^^TGVoid: try with start sector 1 or 014:17
Exterminadorlad: tks! and sorry for n00bess14:17
ExterminadorxD14:17
EriC^^TGVoid: end sector 190924595214:17
Salvador 123 ... test14:17
k1ljrfranklin_: ask the kdenlive guys how to use kdenlive properly14:18
tatertotsubot i was being helpful, if he were actually doing professional video production with a actual deadline that's probably really good advice14:19
ladExterminador: The only stupid question is the one you don't ask.14:19
k1ljrfranklin_: ask in #kdenlive if you have special questions for that program14:19
jrfranklin_k1l14:19
jrfranklin_they dont answer to me14:19
tatertotsbut if he was doing pro video stuff he's probably have a Avid symphony14:19
TGVoidEriC^^: http://paste.ubuntu.com/18100845/14:20
adrian____hey14:20
jrfranklin_tatertoots i have mkv movies and i want render (withlogoandtext) again mkv14:20
Maxoooouhey drienne14:20
jrfranklin_Understand tater my brother ?14:20
EriC^^TGVoid: try with sector 1, without the -m 629...14:20
EriC^^TGVoid: if it starts recovering stuff then stop it with ctrl+c14:21
tatertotsyes i understand....i used to cut video at a local tv station...i get it14:21
Exterminadorlad: indeed. i liked ubuntu a lot.. i've tried ubuntu, xubuntu and lubuntu. they are just great. seems the problem is that my hdd is dying, as EriC^^ said. maybe in a near future i'll buy a new hdd and make *ubuntu as my default OS14:21
izu1http://paste.ubuntu.com/18100896/14:21
TGVoidEriC^^: It worked14:22
EriC^^TGVoid: ok, stop it14:22
jrfranklin_Tater u used to cut video local tv station ? u get it ?14:22
jrfranklin_İ dont understand ?14:22
izu1SPECS:14:22
izu1Edge E425 (ThinkPad)14:22
izu1Machine info14:22
izu1E2-3000M(1.8Ghz), 2GB RAM(4gb ram i added myself) so 6gb, 320GB 5400rpm HD, 14in 1366x768 LCD, AMD Radeon HD 6470M, CDRW/DVDRW, 802.11bgn wireless, 1Gb Ethernet, UltraNav, Camera, 6c Li-Ion14:22
izu1I installed ubuntu 16.04 and set my hard disk a sencrypted.14:22
izu1(i previously had problems getting ubuntu installed since the splash screen would freeze and wouldnt be able to try nor install ubuntu but that problem is solved)14:22
EriC^^TGVoid: without the MFT it won't put them in directories, it'll just recover files14:22
TGVoidEriC^^: Does it keep file names?14:23
EriC^^TGVoid: i don't know, i wouldn't think so14:23
jrfranklin_Tater ?14:23
TGVoidEriC^^: I see file names and types14:23
tatertotsi get it = i understand14:23
EriC^^TGVoid: awesome, so the filenames are intact?14:23
TGVoidEriC^^: I assume14:24
EriC^^but no dir structure?14:24
razor1101guys. how do i remove the launcherin unity?14:24
EriC^^TGVoid: try with -m 629145714:24
EriC^^TGVoid: actually try with 629145614:24
EriC^^then with 7 at the end if it doesn't work14:24
TGVoidEriC^^: "Couldn't read mft: success"14:24
TGVoidEriC^^: Same error14:25
EriC^^TGVoid: it might still recover with dir structure while giving the error14:25
EriC^^is it recovering anything or it just returns?14:25
jrfranklin_Tater who can help me bro14:25
TGVoidEriC^^: It returns I think14:25
TGVoidEriC^^: It cuts off14:25
k1ljrfranklin_: we solve technical issues in here. if you dont know how to use kdenlive please read the kdeenlive manual and ask the kdenlive guys.14:25
EriC^^you get the prompt back? TGVoid14:25
razor1101guys. how do i remove the launcher in unity?14:25
TGVoidEriC^^: The green "ubuntu@ubuntu" thing? Yes14:26
jrfranklin_k1l kdenlive guys dont answer me ...14:26
k1ljrfranklin_: that is not reason to be annoying in here.14:26
Exterminadormeanwhile i was thinking.. i cant use live usb and a partition to create a valid OS? :x (kinda stupod question, i know)14:26
EriC^^razor1101: you can't remove it, but you can hide it, or put it at the bottom14:26
tatertotsdepends on how critical your video production is and if you are working on a deadline or not...judging by the tools you are using, it's probably not critical at all14:26
EriC^^TGVoid: ok14:26
is_nullhi all, i'm getting a really weird HTTP 500 when trying to install openssh-server: http://dpaste.com/3WM0XFW14:26
izu1can someone help me with this issue? http://paste.ubuntu.com/18100896/14:27
jrfranklin_Omg tater i just want Help bro .. What is help u know ?14:27
razor1101EriC^^: cmon, it's linux. i was hoping it would be simple like deleting a file somewhere14:28
k1lis_null: using vpn or proxy?14:28
TGVoidEriC^^: Should I recover now?14:28
izu1can anyone help with my problem? http://paste.ubuntu.com/18100896/14:28
is_nullk1l: not that i know of, but it's inside an lxd container inside vagrant inside arch linux14:28
izu1where else can i go with technical issues14:28
EriC^^TGVoid: yeah go for it14:28
TriadeTeste14:28
k1luh, vagrant :/14:28
TGVoidEriC^^: The thing that worries me is "Scrounging via raw search. Directory info will be discarded."14:28
=== vincent_ is now known as zzi
EriC^^TGVoid: yeah, without the MFT the directory structure won't be recovered, just the files14:29
k1lis_null: you ran apt update before?14:29
TGVoidEriC^^: Alright. I'm starting14:29
Mitchell92Will loading up ubuntu on my laptop void the warranty or risk damaging the hardware?14:29
tatertotsjrfranklin do you only have a single editing tool in your video production arsenal ?14:29
is_nullk1l: yeah, you can see it in the paste, also installed wget without any problem14:30
DArqueBishopMitchell92: for the former, you need to ask the vendor. For the latter, it's HIGHLY unlikely.14:30
is_nullhumn, perhaps it's because of vagrant-cachier14:30
k1lis_null: any output from "grep -ri proxy /etc/apt"14:30
tatertotssingle points of failure are generally not good my friend14:30
Mitchell92thanks DArqueBishop , I'm a computer networking major. My machines running linux are older laptops sitting in my filing cabinet. I bought a cheapish HP notebook for class and I wanted to load Linux on it. Anxious to try out Unity.14:31
TGVoidEriC^^: "Couldn't write to output file: pagefile.sys: No space left on device"14:31
jrfranklin_Friends i have Kdenlivecrash... Example i want edit 2 movies Combine and add+logo, add+text but render is not complete .. Who Can Help Me ? in Private ?14:32
TGVoidEriC^^: Where do i put the output directory?14:32
nickabbeyhey all. Quick question re EDITOR and sudo in 16.04.  If I `sudo su -` and set my editor to vim, then do `systemctl edit --full varnish.service` I get vim as expected.  if I do `sudo EDITOR='vim' systemctl edit --full varnish.service`14:32
nickabbeybut if I do `sudo systemctl edit --full varnish.service` I get nano14:32
nickabbeyeven after setting vim as the editor for root14:32
=== zanshin__ is now known as zanshin
DArqueBishopMitchell92: HP laptops, in my experience, tend to be very Linux friendly. Now, I won't say HP will provide support if you wipe and reload with Ubuntu, but you shouldn't have too many problems.14:32
k1ljrfranklin_: you still dont tell what the error message is. so we cant help14:33
nickabbeynot sure what I need to do to set the editor permanently when using sudo on commands that open a default editor?14:33
Mitchell92thanks DArqueBishop , I have two HP Mini netbooks in my filing cabinet currently running lubuntu.14:33
EriC^^TGVoid: on a hdd that has sufficient space14:33
is_nullk1l: nope14:33
jrfranklin_k1l who can help me ? U can tell me ? Kdenlive guys dont answer .. ??14:33
EriC^^TGVoid: oh, you meant the command14:33
TGVoidEriC^^: Where do I put the directory in the command?14:33
EriC^^TGVoid: try "man scrounge-ntfs" and look for output14:34
tatertotsyou were asked for the error verbatim14:34
tatertotswe are trying to help14:34
=== cm78trampo is now known as capum321
jrfranklin_tater yes i know bro ty to u14:34
jrfranklin_but just u did try help me14:35
DArqueBishopjrfranklin_: people HAVE been trying to help you. You just have been ignoring repeated requests for information.14:35
TGVoidEriC^^: Oh... it's -o14:35
k1ljrfranklin_: without details and the exact error message we cant help. stop repeating the question if you dont want to give more details14:35
tatertotsyou have pastbin and screenshots as ways to provide the requested info but yet you keep asking questions14:35
EriC^^TGVoid: ok14:35
DArqueBishopAs the great detective once said, "Data data data! I cannot make bricks without clay!"14:35
jrfranklin_okay14:35
capum321hello14:35
tatertotsfollow our guidance and answer our questions so we can assist to the best of our abilities14:36
capum321help me connect to wifi network ?14:36
tatertotsyou have video to produce and you are stuck in a tight spot...we want to help you..but you should provide the info and follow trouble shooting steps when they are given14:38
izu1can someone help with my problem please? http://paste.ubuntu.com/18100896/14:38
izu1I'm ready and willing to supply all information upon request for the solving of my problem14:38
tatertotsgood thing you're not under the pressure of a deadline and corporate tv station execs14:39
nickabbeyfound my answer...  `sudo update-alternatives --config editor`14:40
izu1Is there anyone that can help with this issue? http://paste.ubuntu.com/18100896/14:41
tatertotsand it's also a good thing that your job / livelihood isn't on the line with this video production14:41
=== bildramer1 is now known as bildramer
tatertotsso you can afford to be patient and wait on a response from that channel14:42
Karl9000test14:42
Karl9000fluxbox problems14:42
k1ltatertots: please stop that personal attacks and marks. we focus on solving technical issues in here14:43
izu1i'm ready and willing to supply all information required to solve this problem i humbly request some hlp with my problem http://paste.ubuntu.com/18100896/14:44
TGVoidEriC^^: Dude, thanks so much for all of your help14:48
EriC^^TGVoid: no problem14:48
TGVoidEriC^^: Have a great one!14:49
EriC^^TGVoid: thanks, you too!14:49
srj55when I run "ip rule" command.  Response is:  RTNETLINK answers:  Operation not supported.  I'm assuming this is not install in my kernel?  I'm on a Pine64 with longsleep build.  Any hints on how to get this feature installed?  Thanks.14:49
ioriasrj55, iproute2 pkg is installed ?14:54
srj55ioria:  yes, ver 4.3.014:55
capum321help me connect to wifi network ?14:58
srj55ioria: could it be a missing kernel module, or not configured correctly?14:59
Exterminadorwell, i got a small problem. i've run Gparted and i've shrinked the /dev/sdb4 to 6GiB. now i have 88.13GiB of unallocated space.. and i cant use it anyway! any ideas?14:59
gsilvaptExterminador, format it to Ext4 and then you'll be able to do so15:00
k1lExterminador: do you have already 4 primary partitions?15:00
ioriasrj55, yes, it could15:00
Exterminadork1l: yes.. :/15:00
k1lExterminador: you cant have more than 4 primary15:01
srj55ioria: can you point me in a direction for adding the necessary module?  any idea what module is needed for ip rule ?15:01
ioriasrj55,  http://superuser.com/questions/232807/iproute2-not-functioning-rtnetlink-answers-operation-not-supported15:01
Exterminadork1l: i want to extend the windows partition. now i'm stuck.. :/15:01
k1lExtreme-: well. then you need to move the other partitions so that the unallocated space is next to that partition. then you can increase it15:02
srj55ioria:  I saw this article.  What is "emerge" command?  is this gentoo?  I couldn't apply this to ubuntu.15:02
ioriasrj55,  it's for entoo15:02
ioria*gentoo15:02
ioriasrj55,  nope15:02
mn9lkthis page, https://wiki.ubuntu.com/X/Troubleshooting/BlankScreen  says that I can disable graphical bootscreen using    --->  set gfxpayload=text   where exactly do I put that ?15:02
srj55ioria:  also, where do I find the .config for my pine64 build?15:03
ioriasrj55,  no idea15:03
programmerwow15:04
=== programmer is now known as Guest49449
ioriasrj55,  check this http://askubuntu.com/questions/103164/rtnetlink-answers-operation-not-supported15:04
Exterminadork1l: and how can i do that? any idea?15:04
k1lExterminador: use gparted. select the partitions, and select move.15:05
Exterminadork1l i cant even select that unallocated space.. i mean, i cant do nothing about it on Gpartes15:07
Exterminador*Gaparted15:07
Exterminador-.-15:07
k1lExtreminador: you dont move that unallocated space. i said you need to move the partitions15:07
k1lthe unalloceated space gets moved areound when you move the partitions.15:08
Exterminadorthe only one i can resize/move is the ext4 partition15:08
Exterminadorthe others dont lemme do nothing15:08
k1lcan you please show a screenshot of gparted?15:08
k1lput it at imgur.com15:08
compdocresize is easy. moving is risky15:09
Exterminadork1l: http://imgur.com/AjNZIkt.png15:11
=== daniel is now known as Guest3081
EriC^^Exterminador: just make it into a "D:\"15:12
k1lExtreminador: to which partition do you want the unallocated space?15:13
jrfranklin_Guys who can offer me good dedicated server Company ?15:13
k1l!ot | jrfranklin_15:13
ubottujrfranklin_: #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!15:13
jrfranklin_ok sorry15:14
Exterminadork1l: i want to use it on /dev/sda215:14
k1lExterminador: then move sda4 behind that unallocated space.15:15
k1lExtreminador: then select the sda2 and increase it to use all the unallocated space15:15
Exterminadork1l: that's my problem. how do i move it? :x15:18
k1lExtreme-: right click on the partition, then choose "resize/move"15:19
Exterminadoron ext4 partition?15:19
Exterminadorgot it, i guess15:20
Exterminadork1l: i got it! i didnt know you can move it loke that.. i hate being such a n00b.. xD15:22
Exterminador*like15:22
k1lok :)15:23
Exterminadorhope it dont break the boot, like it said it can happen15:23
=== b is now known as Guest57980
evanvarvell...15:30
capum321hello15:35
curlyearsheigh hough15:36
capum321what should i do to connect to wifi network on ubuntu server 15.1015:36
nickabbeylooking for some feedback on using systemd. We do devops a-la ansible, and I'm trying to determine the best way to set up a customized systemd service for varnish.15:38
ziro_axishello all, i have a problem with setting google DNS in my ubuntu 14.4 LTS server15:38
curlyearsI am having an odd problem.  Due to hardware issues, the only way I can use my computer right now is by live booting it off the 14.04.4 DVD.  But I discover that, over time, things start getting wonky.  Firefox and Thuderbird stop cooperating with each other, and the mines game is odd.  As I play, it'll reacha point where it starts slowing down hor15:38
curlyearsribly.  Then it will get to the point where it no longer accepts input.  All I can do is close it and re-open it.  What's up?  Are these two issues related to each other?15:38
ziro_axisi'm new to ubuntu15:38
Exterminadorwell, bbl if i have more problems or questions. ty a lot for all help guys. have a great one!15:38
ziro_axiscan any one help15:38
curlyearsziro:  I would if I could15:39
nickabbeyshould I put an "override" in  /etc/systemd/system/varnish.service or should I replace /lib/systemd/system/varnish.service outright? Both can be done via ansible, I just don't know what best practice is15:39
capum321nickabbey: ?15:39
ziro_axisguys any help15:39
capum321lunch time15:40
curlyears\maybe I should download the 14.10 LTS? Planning to go to 16.04 larte next month15:40
ziro_axisi see sorry :)15:40
curlyearslate15:40
ozberkguys I need a propoer VPN app for ubuntu15:40
Picicurlyears: 14.10 is not an LTS15:40
curlyearspici:  it isn't?15:40
capum32114.10 lts ?15:40
nomic.04s are ltses15:40
nomicits not LTS15:41
capum321right15:41
ziro_axishello all, i have a problem with setting google DNS in my ubuntu 14.4 LTS server15:41
Picicurlyears: .04s, every 2 years are LTSes. 10.04, 12.04, 14.04, 16.04.. etc15:41
ozberkmy goverment limits the Internet right now can you advice a VPN program or method ?15:41
capum321ziro_axis: have you set up wifi ?15:41
curlyearsahh, what is 14.10 then?15:41
ziro_axisno only lan15:41
k1lcapum321: there are several methods to use wifi on a CLI system. use the /network interfaces, nmcli,...15:41
nickabbeyozberk: do you have a vpn provider to which you intend to connect15:41
Picicurlyears: just a regular Ubuntu release, and it has already reached its end-of-life.15:42
ozberknickabbey, nope15:42
curlyearsah, I was advised by someone in #reprap that it was a newer version of 14LTS.  I thought that sounded screwy15:42
nickabbeyozberk: that's probably the place to start, and then use whatever instructions they provide to configure up your vpn. I happen to use private internet access (PIA) but am considering switching because they don't support port forwarding15:42
ziro_axiscapum321: no only LAN15:42
ozberknickabbey, so I need to find a free vpn provider15:43
k1lcurlyears: look at this https://media-cdn.ubuntu-de.org/wiki/attachments/45/16/ubuntuTimeline.png15:43
capum321k1l /etc/network/interfaces is similar to auth wlp2s0 / iface inet wlp2s0 dhcp15:43
nickabbeyozberk: none of them are really likely to have a full fledged linux client for connecting, but it's pretty easy to get network manager in 14.04 or 16.04 to connect to a VPN for you.15:43
nickabbeyozberk: and I doubt you will find a free service providing VPN, but I could be wrong. wish I had better advise on that front15:43
curlyearsI need an app that requires pythom wxget-blah library, and 14.04.4  doesn't ship with that lib, and apparently it is quite tricky/difficult to just go back to an earlier source and installl it so it works15:43
capum321k1l: apparentely i have gone through all this already15:44
capum321i don't have nmcli installed though15:44
k1lcapum321: that looks very wrong15:44
nickabbeyozberk: but the vast majority of vpn providers are going to be using openvpn, which is pretty easy to configure using network manager. you can even set it to be "always on" so that when you network is on, the vpn is on.15:44
nickabbeyozberk: good luck!15:45
curlyearsthanks, K1|15:45
curlyearsI am having an odd problem.  Due to hardware issues, the only way I can use my computer right now is by live booting it off the 14.04.4 DVD.  But I discover that, over time, things start getting wonky.  Firefox and Thuderbird stop cooperating with each other, and the mines game is odd.  As I play, it'll reacha point where it starts slowing down hor15:45
curlyearsribly.  Then it will get to the point where it no longer accepts input.  All I can do is close it and re-open it.  What's up?  Are these two issues related to each other?15:45
Exterminadorozberk: not sure about this. but check it out: zpn.im15:45
ozberknickabbey, ok thanks mate15:45
capum321k1l: yes! i am typing from "remembering". i just follow some tutorial on internet15:45
DArqueBishopcurlyears: I'd run a memory test on the PC.15:46
k1lcapum321: https://wiki.debian.org/WiFi/HowToUse#WPA-PSK_and_WPA2-PSK15:46
capum321k1l: actually the interface name change on 15.10 so it's now used by systemd15:46
curlyearsdarkhorseperson: I have done, shows every working fine.  I have 24GB of RAM, takes a while15:46
curlyearsthat was for DArqueBishop15:47
DArqueBishopI figured, curlyears. :-)15:47
capum321k1l: yeah thats more like what have on that file15:47
nickabbeycapum321: did you have advise on replacing the /lib/systemd/system/varnish.service outright vs setting overrides in /etc/systemd/system/varnish.service? These machines are configured for a single purpose via ansible, they will never run any config other than the one I give them. For that reason, I'm thinking just replacing the base and not bothering with an override is the way to go15:48
capum321nickabbey: dude are you trying to crack me ?15:49
curlyears*sigh*  on Friday, I'll have enough moeny to replace this flaky PSU, then I can hook my HDDs up again, download LTS 16.04, install and start really using the system.  It is so diffiult to work without local persistant storage15:49
capum321nickabbey: => don't know really15:49
curlyearsrunning in  Live DVD boot all the time is not fun15:50
curlyearscfan't download anythnig I want to keep15:50
curlyearsah, well.  Thanks, filk15:50
capum321k1' so I will try with nmcli15:51
capum321k1l15:51
capum321brb15:51
nickabbeycapum321: noo....  lol youjust responded to me earlier so I thought you might have some insight.15:51
k1lcapum321: instead of trying 500 ways i would look out why your way doesnt work15:51
=== ugmoe2000 is now known as ericpulvino
velushello i am having problems with my system, i am in my user and im tryign to tart things but it is saying it dont have right permissions, and it wont let me change them?16:14
nicomachus!sudo | velus16:14
ubottuvelus: 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/fixsudo16:14
velusi have done that but it still wont work, i have tried sudo  su then doing it but it wont let me all im getting when i try to is readonly file system16:16
velusthe first thing i did was sudo then sudo su16:16
tgm4883velus: are you in recovery?16:18
velusno16:18
velusi had to do a recover before but it was working fine till just16:18
tgm4883velus: this is on a local hard drive?16:18
velusyes16:18
tgm4883velus: can you pastebin the output of the mount command16:19
nd_Hi chat :( I can't seem to send emails on 16.04. I'm using lamp, exim4 and I've tried echo "test" | mail -s "test" email@address.com but no email is recieved and nothing is in syslog. Anything obvious I'm missing?16:21
nd_Also in apache/error.log there was this:sh: 1: /usr/sbin/sendmail: not found but if I try to trigger an email from php there doesn't seem to be erroring any more but still not receiving any mail16:22
naccnd_: if you are using ubuntu's exim4, it should provide (via exim-daemon-{light,heavy}) /usr/sbin/sendmail16:22
naccnd_: can you pastebin `apt-cache policy exim4` ?16:23
nd_nacc, I'm so stupid. I tried locate sendmail but not whereis sendmail xD I can see it DOES exist at /usr/sbin/sendmail.16:23
ziro_axiswhy when setting the dns-nameservers in the /etc/network/interface ... it is not working16:23
ziro_axisand the server still has no DNS16:24
tgm4883ziro_axis: on ubuntu server? You'd probably need to pastebin your interface file16:24
ziro_axisgtn4883, how?16:25
tgm4883!pastebin | ziro_axis16:25
ubottuziro_axis: 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.16:25
ziro_axistgm4883, how?16:25
naccnd_: ok, so you do have it16:25
naccnd_: do you konw where exim4 is configured to log? did you check journalctl output, /var/log/syslog and /var/log/mail.* ?16:26
ziro_axistgm4883, got it16:26
ziro_axisfor my problem any one can help16:26
nd_nacc I do have it installed and I was being daft. I am receiving the echo ... | mail ... in my spam folder but the ones I'm expecting from PHP are not there. Should the PHP mail stuff still appear in /var/log/exim4/mainlog?16:26
naccziro_axis: as tgm4883 just said, pastebin your interfaces file first.16:26
naccnd_: are you using mail()? what PHP functionality?16:28
Hadron2Howdy.16:29
nd_nacc, I'm sorry for wasting your time. I was stressing and didn't bother to follow the usual debugging procedures. I was sending mail via magento and it seems that (when i checked the logs for magento) the issue now it not sendmail but that I've tried sending too many password reset requests xD Thanks for your help but sorry again for wasting your time16:29
=== xcfdjse7en is now known as BlakeNathaniel
naccnd_: np :)16:29
naccnd_: glad you figured it out16:29
Hadron2I've spent the last week reading the manual, and Googling for an solution to this, without much luck.16:29
nd_lol thanks dude16:30
Hadron2I've got B2D working great, with monthly Fulls, weekly Diffs, and daily Incs. Now what I need to do is to get a weekly full offsite on Tape.16:30
Hadron2Tried to use Virtual Full to tape, but that only works the first time. (It creates a Full that the next Inc/Diff runs against.)16:31
Hadron2Does anyone have a suggestion on how to extract a Full from my B2D volumes (Full/Diff/Inc) to send to Tape as a usable copy, without creating a "mainline" Full?16:33
[4-tea-2]Since rebooting xenial (after yesterday's package update), I lost my main audio device in Pulseaudio: aplay -l says http://paste.ubuntu.com/18108475/ while pacmd list-sinks only sees the audio device of the graphics card: http://paste.ubuntu.com/18108490/ – any advice on how to debug/fix this?16:34
Hadron2Doh! Wrong channel. :(16:35
ziro_axistgm4883, here is it http://paste.ubuntu.com/18108245/16:37
ziro_axistgm4883, you will find the em1 is dhcp this is mistake it is static16:38
tgm4883ziro_axis: it's a DHCP interface, you aren't going to get dns-nameservers to work there. I think we helped someone out which this a few days ago, let me see if I can remember what we did16:39
archigosHey folks... silly question... is there a trick to getting a /31 to work in Ubuntu via /etc/network/interfaces?16:40
archigosI can manually configure it but when I configure it in /etc/network/interfaces, I can't succeed with /etc/init.d/networking restart16:41
tgm4883ziro_axis: I want to say you need to edit /etc/dhcp3/dhclient.conf and look for the "prepend domain-name-servers" option16:41
ziro_axistgm4883: the dhcp is a mistake i was going to swap to dhcp16:41
tgm4883ziro_axis: also, not sure what would happen with that extra line space in there16:41
erakshi, when I close my laptop, ubuntu (16 lts) will not respond after I open it again. The screen is just blank/black. I want ubuntu to go into sleep mode, if possible. How can I do this?16:42
Jordan_Uarchigos: Might not be related to this specific problem, but you should be using "sudo service networking restart" or "sudo systemctl restart networkong" rather than calling the script in init.d directly. This is true for any service.16:43
ziro_axistgm4883: i missed your meaning16:43
Jordan_Us/kong/king/16:44
BluesKajeraks:  sudo pm-suspend16:44
MadhuHi16:44
archigosJordan_U: Yeah... same problem with all 3.  Following old documentation on the Ubuntu website.16:45
tgm4883ziro_axis: if you want em1 to be static, then switch it to static and delete the blank line right under "iface em1 inet dhcp"16:45
tgm4883ziro_axis: see if that works16:45
MadhuPlease help to install ubuntu 22.04 in x3100m5 with 4aid116:45
eraksBluesKaj: what does that do?16:45
ziro_axistgm4883:16:45
ziro_axistgm4883: ok16:45
=== archigos is now known as armedengineer
MadhuHi16:46
* genii ponders 22.0416:46
armedengineer22.04?  That would be _awesome_16:46
armedengineerCan I get a copy?16:46
geniiarmedengineer: Ask Madhu ;)16:46
BluesKajeraks:  try it to find out , it suspends your session, when you want it to wake just hit a key16:46
codejunkieSo 16.04 is LTS eh?16:46
armedengineer22.04 is LTS too16:47
codejunkieSeems real stable16:47
[4-tea-2]22.04 is BTTF, too.16:47
armedengineerHeh16:47
ziro_axistgm4883: interface file updated, but the command service networking restart is not working16:48
codejunkiehttp://i.imgur.com/9maO2Hv.png16:48
codejunkiesee that about 15 times a day16:48
tgm4883ziro_axis: what do you mean not working?16:48
eraksBluesKaj: that command sends the computer to sleep mode? But how would I call it when I close my laptop? I would like to do it automatically without having me to start this command and then close my laptop. Can this be done?16:48
velusback and it crashed on me before i could do it so i ended up having to boot in recover and doing fsck -M /dev/sda1 which worked, but what could cause this problem16:48
ziro_axistgm4883: http://paste.ubuntu.com/18109511/16:49
MadhuIm trying  to install ubuntu 12.04 on x3100 m5  with raid1. But md126_raid1 creating READ ONLY file. Unable to write partition information.  How to fix this problem16:50
MadhuIm trying  to install ubuntu 12.04 on x3100 m5  with raid1. But md126_raid1 creating READ ONLY file. Unable to write partition information.  How to fix this problem16:50
izu1http://paste.ubuntu.com/18100896/16:51
izu1need help16:51
Jordan_UMadhu: 12.04 will be EOL soon, and I recommend not using FakeRAID either unless you need to dual boit with Windows.16:51
teezy022md126, is that your USB?16:51
BluesKajeraks:  check your power management settings16:51
ziro_axistgm4883: now every thing is ready but i cannot get to the internet due to DNS is not set16:52
codejunkieclicked a button? http://i.imgur.com/9maO2Hv.png16:52
codejunkiereboot? http://i.imgur.com/9maO2Hv.png16:52
codejunkieinstall new software? http://i.imgur.com/9maO2Hv.png16:52
codejunkiesneeze? http://i.imgur.com/9maO2Hv.png16:52
eraks_BluesKaj: sorry, can you repeat your last thought? My browser closed. If it even was you who responded.16:53
BluesKajeraks:  check your power management settings16:53
ziro_axistgm4883: are you still there?16:53
[4-tea-2]Since rebooting xenial (after yesterday's package update), I lost my main audio device in Pulseaudio: aplay -l says http://paste.ubuntu.com/18108475/ while pacmd list-sinks only sees the audio device of the graphics card: http://paste.ubuntu.com/18108490/ – any advice on how to debug/fix this? Since there was no PA update recently, I suspect it's related to kernel 4.4.4?16:54
ducasseziro_axis: you can add dns servers in /etc/resolvconf/resolv.conf.d/base, format: 'nameserver xx.xx.xx.xx' and 'search domain.com'.16:55
rbasak[4-tea-2]: if it's a kernel regression, you should be able to test quite easily by booting into your previous kernel, which should still be available to boot.16:55
snkcldwhy does dbus need to run in a privileged container?16:55
tgm4883ziro_axis: is this on 16.04?16:55
ziro_axisyes16:55
tgm4883ducasse: does server use resolvconf?16:56
ziro_axistgm4883:16:56
ziro_axistgm4883: yes16:56
ziro_axisducasse: is this the proper way to do it ?16:56
tgm4883ziro_axis: do 'sudo resolvconf -u'16:57
[4-tea-2]rbasak: I'16:57
[4-tea-2]rbasak: I'll try that.16:57
ducassetgm4883: just installed yesterday, and it uses resolvconf by default.16:58
tgm4883ducasse: ah, good to know16:58
ducasseziro_axis: unless you use dhcp, yes.16:58
tgm4883ziro_axis: so if that command I gave you doesn't work, then add it to base as ducasse suggested16:58
PogChamp11What is ./?16:59
PogChamp11I use it to launch a program but idk what it means16:59
ziro_axistgm4883: http://paste.ubuntu.com/18110234/17:00
ducassePogChamp11: launch binary from current directory.17:00
tgm4883ziro_axis: ok, now can you reach the internet?17:00
tgm4883PogChamp11: "./" is shorthand for your current directory. It would be the same result if you used the full path to the binary17:02
nickabbey"." == current directory.  "/" = directory separator character.  "./myscript.sh" == the myscript.sh file in the current directory17:03
naccPogChamp11: --^17:04
PogChamp11Okay17:04
PogChamp11So is there a way I can have it relaunch when it closes?17:04
PogChamp11I run something using that in screen and it crashes sometimes17:04
naccPogChamp11: figure out why it crashes? :)17:04
nickabbeyhavne't been following your convo... sorry.  you have some options, but without background I can't recommend one17:05
nainghello :)17:05
PogChamp11It's a mumble music bot and it gets overloaded sometimes and crashes because of youtube-dl17:05
nickabbeyPogChamp11: what version is it running on?17:05
PogChamp11I'm not capable of debugging it or anything so if theres a way I can script it to restart everytime17:06
PogChamp11of youtube-dl or ubuntu?17:06
nickabbeyubuntu17:06
PogChamp11latest youtube-dl afaik17:06
PogChamp1114.0417:06
nickabbeyin 14.04 you can use upstart to turn a program in to a service in such a way that whenever it dies, the system restarts it17:06
tgm4883PogChamp11: well the correct way to monitor and restart it would be to make it a service in systemd17:06
nickabbeyin 16.04, you use systemd for the same thing17:06
nickabbeyhowever17:06
tgm4883oh 14.0417:06
tgm4883yea upstart then17:06
nickabbeyif you don't feel confident debugging your script... you may find the process of nbuilding am upstart job a bit too challenging17:07
[4-tea-2]rbasak: theory falsified, PA behaves the same with kernel 4.4.0. Then I have no idea what could have changed to break my audio.17:07
nickabbeyalternatively, you can run write a script that checks if your other script is running, and starts it if it's not. You then schedule that wrapper script in cron17:08
nickabbeybut that's a hacky solution17:08
nickabbeynot a terrible fix for linux newbie just looking to make something work, but not quite so elegant as an upstart job17:08
nickabbeynote that if you DO go the upstart route, if you upgrade to 16.04, you're going to have to re-learn how to do the same in thing using systemd17:09
nickabbeyunderstanding how to use systemd and upstart require some intermediate to advanced knowledge that makes it a bit daunting. You need to understand things about the system, like dependencies and runlevels that are scripted by upstart and systemd17:10
nickabbeyso probably a script that runs in cron every minute or every 10 seconds or something is a better option for you. leverage the command `ps aux | grep {{process name}}` along with the cut or awk commands to tell if your process is running17:11
nickabbeyif it's not, launch it17:11
PogChamp11Okay, thanks nickabbey tgm488317:12
wannadoHi, when I try to install liblcms2-utils:i386 I would need to remove about 400 other packages. Anyone know why is this and how I can fix it?17:16
wannadoI'm on 14.04 Trusty Tahr17:17
mtlifeHey, I have some issues with a pulse audio setup. I'm trying to set the default sink and it always reverts back to my default intel iec958-stereo. Even though I have set-default-sink set in default.pa17:18
mtlifeIf anyone can help me setup the default sink so that it remains after reboot...17:18
mtlifeI'm on 16.04.17:19
=== coy is now known as Guest19151
ryanci'm a bit stuck with sshing onto my ubuntu box17:37
ryanci don't usually ask for help on irc but if anyone has any thoughts on these errors...17:38
ryancwhen17:38
ryancwhen I ssh locally, it works fine17:38
ryancwhen i ssh with public ip, it gives me connection refused17:38
ryancnetstat says port is open:17:39
ryancActive Internet connections (only servers)17:39
ryancProto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name17:39
ryanctcp        0      0 127.0.1.1:53            0.0.0.0:*               LISTEN      -17:39
ryanctcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -17:39
ryanctcp6       0      0 :::22                   :::*                    LISTEN      -17:39
Piciryanc: from a computer inside or outside your network?17:39
ryanci test public ip ssh using my laptop tethered (not on my wifi)17:40
geniiPici: Likely thinks someone is trying to spoof local address17:41
genii"martians"17:41
Piciryanc: have you forwarded port 22 from your router to your servers internal IP?17:42
ryancPici: i don't think so17:42
ryanchow do i do that?17:42
Pici!portforward | ryanc17:42
ubotturyanc: For instructions on how to set up port-forwarding (for games, torrents, webservers) see http://portforward.com - also see !firewall17:42
=== alchedlss is now known as alchemistswl
ryanccool thx17:44
Huliogood afternoon eveyrone in the house18:00
ozberkI wish there are people who answer the questions at elementary os channel I really love the desgin18:02
boshheadTomorrow I'm getting an nvidia GTX 1070, which I want to use the binary drivers for. I currently use the binary drivers for an AMD card. Is there anything I should know to do before switching out the cards? It seems like I just boot into text mode and then run "sudo ubuntu-drivers devices" and "sudo apt-get install" the recommended drivers. Should I remove the AMD drivers first? how to do that?18:03
ddd333ALL IN ONE LENOVO INTEL CELERON/ 2GB ram 2.4GHz Intel HD Video Card --> CAn I install latest Ubuntu in this one and work well?18:05
ozberkddd333, well seems it will work fine but I reccoemnd xubuntu on that18:07
ddd333ozberk: why too little memory?18:07
ddd333or processor, tell me18:07
ddd333ozberk18:08
HackerII4 g of ram would be better18:09
HackerIIespecially if you run 64b18:09
ddd333HackerII: ok18:10
ddd333HackerII: ty18:10
HackerIInp18:10
ddd333HackerII: :**18:10
ddd333HackerII: <318:10
ddd333HackerII: ilu18:10
ddd333HackerII: jk :D thanks for the answer. i really want an all in one. i found onw with 4gb18:11
ddd333one*18:11
HackerIIya18:11
ddd333i'm a girl btw so no homo >.<18:11
neil_Hi I am having trouble with booting a system... I followed this howto http://dotfiles.tnetconsulting.net/articles/2016/0327/ubuntu-zfs-native-root.html .... it boots fine if I boot via the bios boot menu :-) ... but when booting normally I always get a "no bootable disk found" ... does anyone know what is going on?18:12
ozberkddd333, for better performance and processor seems a bit old18:13
ozberkddd333, you know there are inlet i core series now18:14
Hilikushello. i would like to install ubuntu in a mac book pro. How painful will that be based on anecdotal evidence? the wiki page on it seems to be outdated so i don't know if the procedure today is more or less painful18:21
Tin_manneil_, in terminal try running 'sudo update-grub' and see if that helps18:21
neil_Tin_man, Done that, I tried it I "update-grub /dev/sda" and "update-grub /dev/sdb"18:25
neil_Tin_man, opps ... it was a grub-install ..18:25
neil_Tin_man, would it make any difference between using "grub-install" and "update-grub" ?18:27
Tin_manshould have installed grub automatically18:28
Tin_manif update-grub don't work, i'll give you a link to download the grub fix18:29
Tin_manneil_, here is that link: http://www.howtogeek.com/114884/how-to-repair-grub2-when-ubuntu-wont-boot/18:31
dcopepart18:33
Bashing-omboshhead: How did you install the ATI driver .. makes a difference in removong // and, yes this drivr needs to be removed prior to installing the Nvidia card and driver . The GTX 1070 takes the 367 version driver .. It is avaiable for 16.04 in our trusted PPA . Not avalable for 14.04 !18:34
Powerlesshow to downgrade my kernal to linux-image-3.16.0-30-generic?18:37
MonkeyDustPowerless  start from the beginning, maybe there's a different solution18:40
PowerlessMonkeyDust, i wanna install a proprietary software and it only works on that kernel18:40
MonkeyDustPowerless  what software would that be18:41
PowerlessMonkeyDust, Ncomputing18:42
MonkeyDustPowerless  and what does it do18:42
PowerlessMonkeyDust, its a hardware with a bunch of network conections and it works "like a TS"18:43
MonkeyDustPowerless  please, and what is a TS, start from the beginning18:44
PowerlessMonkeyDust, i would have that computer which would be the server and a bunch of thin clients connected to it. the software would controll it18:45
MonkeyDustPowerless  and what's wrong with opensource software18:45
PowerlessMonkeyDust, nothing. it happens to be that i already had this hardware running in windows and now i wanna switch it to linux18:46
tepidtoasterhey, if anyone would mind taking a look at this problem I've been having upgrading ubuntu 15.04 to 15.10 (I seem to have gotten stuck), it'd be greatly appreciated: http://imgur.com/RNgoxSX18:47
tepidtoasterit's looked like that for a while now18:47
MonkeyDustPowerless  ok, then rephrase your questuion to: 'how can I create a server with thin clients connected to it'18:47
PogChamp11Okay I'm back again I tried to make an upstart config but can't figure out how to execute the binary18:48
=== vick_ is now known as vacho
PowerlessMonkeyDust, i already know how to do that, i only need to downgrade my kernel or install ubuntu 14.0418:48
PogChamp11What is the equivalent line to ./binaryapplication for the exec line of upstart18:48
MonkeyDustPowerless  ok, then simply install 14.04, it's supported until 201918:49
neil_MonkeyDust, have a look at LTSP / edubuntu18:53
Bashing-omOerHeks: tepidtoaster :: Is the 15.04 repo still on-line ? Or do we go the EOL upgrade path to arrive at 16.04 ?18:56
iamrohit7i found a broken link on http://unity.ubuntu.com/projects/appindicators where do i report?18:56
tepidtoasterBashing-om, erm, I'd guess it is, at least I've managed to download and install most of the packages18:57
tepidtoastersupposedly anyway18:57
MWMI am rebuilding my system after upgrade to 16.04 and there is a missing .conf in system-config-samba ?18:57
OerHeksBashing-om, i think so yes18:58
OerHeks!eolupgrade18:58
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades18:58
Bashing-omtepidtoaster: Maybe .. I am not sure . Would prefer confirmation from those the more knowledgeable .. 15.04 went EOL some time back .18:59
SpiderStringso uh, anyone here know anything about flash drives?19:02
SpiderStringspecifically how to fix them after they've been corrupted due to being improperly removed19:02
boshheadBashing-om: thanks for the info :)19:03
=== timp is now known as t1mp
=== andres_ is now known as marcelito--
Bashing-omSpiderString: What file system is the flash drive using ?19:06
Bashing-omboshhead: np .. no luck to it .. just prior prudent planning .19:07
SpiderStringit should be fat32, but as of rn I can't get the partition to be recognized19:07
boshheadgonna try purging the fglrx driver right now and going to the open source one, in preparation for installing my nvidia stuff tomorrow, following these directions:  https://wiki.ubuntu.com/X/Troubleshooting/VideoDriverDetection#Problem:_Need_to_purge_-fglrx19:07
vookhow would I perform a server install via tagged vlan?  The busybox vconfig on the install cd is either broken and/or 8021q doesn't exist.19:08
Bashing-omSpiderString: That is a Window's file system .. got access to a Windows box to run a file system check/repair ?19:09
SpiderStringBashing-om: I have a dual-boot but it's so immensely slow it's next to useless.19:10
SpiderStringBashing-om: is there any other way to repair it in Ubuntu? I don't care about data loss, I just want the hardware to work again19:12
Bashing-omboshhead: That tutorial is good IF you did not install the ATI driver from ATI web site .19:12
SpiderStringBashing-om: it hasn'y been dropped or damaged in anyway that I can tell other than the fact I didn't eject it before taking it out19:13
EriC^^SpiderString: you can't mount it right now?19:14
ioriathere is  dosfsck, but never used19:14
boshheadBashing-om: I believe I didn't...19:14
ioria!info dosfstools19:14
ubottudosfstools (source: dosfstools): utilities for making and checking MS-DOS FAT filesystems. In component main, is standard. Version 3.0.28-2ubuntu0.1 (xenial), package size 65 kB, installed size 230 kB (Only available for linux-any)19:14
SpiderStringEriC^^: I can't mount it, I can't zero it out with dd, I can't do just about anything with it. http://askubuntu.com/questions/790808/repairing-flash-drive-that-wasnt-ejected-with-i-o-errors19:15
EriC^^SpiderString: that doesn't sound like it happened cause of being removed without unmounting first..19:16
EriC^^SpiderString: did you check "dmesg" after plugging it in?19:16
SpiderStringdmesg detects it, yes19:16
SpiderStringbut if it's not caused by it not being ejected, I have no idea what could have caused it. it was taken care of and worked within minutes before I took it out19:17
EriC^^SpiderString: type sudo parted -l and pastebin it19:18
SpiderStringError: /dev/sdb: unrecognised disk label19:18
Bashing-omSpiderString: http://askubuntu.com/questions/147228/how-to-repair-a-corrupted-fat32-file-system worth a shot . Looks good tp me to try .19:19
EriC^^try sudo blkid19:19
EriC^^SpiderString: cat /proc/partitions19:19
SpiderString  8       16  133054464 sdb19:20
SpiderStringblkid doesn't detect it19:20
EriC^^SpiderString: it didn't have partitions to begin with?19:20
EriC^^it was formatted as a whole disk as fat32?19:20
SpiderStringBashing-om: will check that, I have no idea how I manged to miss it...19:21
Bashing-omboshhead: Any return ' ls -al /usr/share/ati/fglrx-uninstall.sh ' ?19:21
SpiderStringEriC^^: I believe it had the one partition, yes, it was a stock flashdrive from PNY19:21
EriC^^SpiderString: then you can't mount it with /dev/sdb19:21
EriC^^SpiderString: sudo mount /dev/sdb1 /mnt19:21
EriC^^SpiderString: try sudo apt-get install testdisk19:22
EriC^^SpiderString: you need to have a proper partition table first before you can do any other stuff to it19:22
SpiderStringEriC^^:  already installed19:23
EriC^^SpiderString: sudo testdisk19:23
SpiderStringEriC^^:  and I'd love to get that table but I haven't been able to so far19:23
EriC^^what did the mount command return?19:23
EriC^^SpiderString: how big is the flash drive?19:23
SpiderStringEriC^^:  it does not show up on mount, doesn't detect it. the flashdrive is a little over 128GB19:24
EriC^^SpiderString: ok19:24
EriC^^run testdisk19:24
SpiderStringEriC^^:  idk which partition type to select19:25
EriC^^SpiderString: Intel19:25
EriC^^which is selected by default?19:25
SpiderStringEriC^^:  all Ik is it asked me to select one19:26
EriC^^it should have one already selected19:26
EriC^^quit and try it again19:26
SpiderStringEriC^^: it just selects the one that's at the top of the list, which was intel19:26
EriC^^it made a guess at it, anyways choose intel19:27
SpiderStringEriC^^:  analyse returned a read error19:27
EriC^^that's a first19:27
SpiderStringEriC^^: so you see my problem. XD19:27
EriC^^you can't do a quick search or deeper search?19:27
SpiderStringEriC^^:  doing a quick search now, deeper search wasn't available there19:28
SpiderStringEriC^^: sorry, it's kinda hard to see the dialouges with that white on blue colorscheme19:28
boshheadBashing-om: nope19:29
SpiderStringEriC^^: it seems to just be returning a read error for every sector19:29
boshheadBashing-om: dont even have a /usr/share/ati directory19:29
boshheadBashing-om: when i tried uninstalling fglrx it seemed like it wasnt installed already so maybe i was using the open source driver all along19:30
EriC^^SpiderString: the drive might be dead19:30
boshheadBashing-om: weird thing is when i go to "Additional Drivers" in the gui, there's no option to install amd proprietary drivers, it doesnt even show my card, it shows my internal gpu (which is not connected to the monitor)19:30
SpiderStringEriC^^: but how?19:30
EriC^^SpiderString: coincidence, it was about to die anyways19:31
EriC^^maybe19:31
SpiderStringEriC^^: it was only a week old!19:31
SpiderStringEriC^^: and the same thing happened to a microsd card19:31
EriC^^malfunction in it maybe19:31
EriC^^return it and get a replacement19:31
SpiderStringEriC^^: ugh.. I was hoping not to have to do that..19:32
=== jeremy_ is now known as Guest79229
EriC^^removing it ny unplugging it would only put the filesystem that was mounted in a sort of inconsistent state cause stuff might still need to be written to it19:33
EriC^^*by19:33
EriC^^SpiderString: it wouldn't harm the disk itself, it's probably a bad disk19:33
ioriaSpiderString, you have to rescue data from it ?19:33
SpiderStringit was already empty19:34
EriC^^SpiderString: maybe your usb port is malfunctioning or something? if it happened to another usb too?19:34
SpiderStringEriC^^: that's what I thought to but it seems to be damaging it somehow19:34
SpiderStringEriC^^: no the other one was a microsd card19:34
ioriaSpiderString,  what is  ?  pen or disk ?19:35
EriC^^SpiderString: nah i think it's very unlikely19:35
SpiderStringa flashdrive19:35
SpiderStringwelp... guess I gotta go look up Walmart's return policy...19:36
ioriaSpiderString,  for may experience Bashing-om was right ... boot Win and try to format it again19:36
SpiderString... if I have to19:37
Bashing-omboshhead: ' dpkg -l | grep fglrx  ' ?19:38
mistralolhow do i get the banner thats printed to go away when logging in to a machine though ssh?19:38
lapideviridiI just switched from Windows 7 to Ubuntu Mate. I have to say, the change hasn't been that noticeable, since I mostly use the browser. However, the text in chrome is somewhat smaller, and some fonts are switched out. Are they missing on the system?19:39
user2635I just installed todotxt-cli on Ubuntu, can anyone take me through how to actually use it??19:39
OerHeksmistralol, check out MOTD message of the day19:39
MonkeyDustlapideviridi  it's called ms tt corefonts (tt = true type)19:39
mistralolOerHeks: its not the ssh banner its the one that is printed after login19:40
lapideviridiMonkeyDust, and those are not included in Mate, I take it? Anything I can do to fix it?19:41
OerHeksmistralol, same on, i guess19:42
=== Bae is now known as GitGub
MonkeyDustlapideviridi  type   sudo apt install ttf-mscorefonts-installer19:42
Piciuser9987: thats not an Ubuntu project, you'd need to read through the documentation yourself: https://github.com/ginatrapani/todo.txt-cli/wiki/User-Documentation19:43
mistralolOerHeks: ahhh /etc/update.motd.d/*19:43
OerHeksmistralol, indeed, http://www.howtogeek.com/104708/how-to-customize-ubuntus-message-of-the-day/19:43
diskinlapideviridi, sudo apt-get install ttf-mscorefonts-installer19:45
teekhey everyone19:47
teekI have a quick question...where is my home directory?19:47
naccteek: `cd ~; pwd`19:48
iamrohit7quit19:48
naccteek: typically /home/<username>19:48
teekthank you nacc19:48
naccteek: but the above command will print it out to be sure19:48
MonkeyDustteek  or simply   cd   and hit enter19:48
naccMonkeyDust: good point :)19:48
teekIm trying to do the remote to computer thing19:48
MonkeyDustnacc  your humble servant19:48
teekwhere would I type it in at?19:49
fenneszHello! Does anyone use rtorrent that can help me ?19:49
naccteek: either command, from the command-line (shell prompt)19:49
MonkeyDustteek  open a terminal windows  (ctrl alt t)19:51
MishariHello sweets19:54
Misharione q please.19:54
Misharias a gamer, I installed Manjaro linux, it was very perfect in gaming especially using wine app, but that doesn't work with ubuntu, wine in ubuntu is awful.19:55
Mishariany clue ?19:55
OerHeksMishari, for games use playonlinux, or check the winehq database for tips?19:56
OerHeks!wine19:56
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 Ubuntu19:56
MishariOerHeks, :* thanks baby19:56
boshheadBashing-om: nope no fglrx response in that command, I think I'll be good :)19:56
boshheadBashing-om: can't wait till tomorrow, im upgrading to a GTX 1070 from a $100 gfx card so... it's the nicest card i've ever owned :P19:57
boshheadBashing-om: thanks for giving me peace of mind about the upgrade :)19:57
=== Mani is now known as Guest897
Bashing-omboshhead: Look'n good .. just bear in mind .. we are talking 16.04 release to support that new Nvidia card .19:58
boshheadBashing-om: yes im on 16.04, upgraded from 15.10 (not a clean install just an upgrade)19:59
ioriaboshhead, a killing card ...20:00
Bashing-omboshhead: Good deal . When you are ready to install the driver, get it from our trsted PPA . any problem just ask here .20:00
boshheadwill do :)20:01
boshheadanyhoot im upgrading my VPS to 16.04 as well now, and that's what im connected to IRC from so... i shall brb, gotta reboot it20:01
boshheadand im back :)20:02
faLUCEhello. Is there a good program that I can use for testing my webcam (pixel formats, image width, fps etc.) ? I tried guvcview but it's full of bugs and it crashes often20:04
lapidevirididiskin, some still appear missing, but other websites look better. Thanks!20:04
faLUCEhello. Is there a good program that I can use for testing my webcam (pixel formats, image width, fps etc.) ? I tried guvcview but it's full of bugs and it crashes often. I'm using the last version of ubuntu20:04
Bashing-omboshhead: :) all smiley face .. upgrade must have went well .20:05
faLUCEhello. Is there a good program that I can use for testing my webcam (pixel formats, image width, fps etc.) ? I tried guvcview but it's full of bugs and it crashes often. I'm using the last version of ubuntu20:05
PicifaLUCE: cheese maybe?20:07
faLUCEtnks pici let's try20:08
boshheadBashing-om: welp IRC and web started right back up, so that's all i need :P20:09
nemithis there a way to get the change log for a package in a different version of ubuntu.  Like a web page or something20:10
SeHHello everyone20:11
SeHI have a problème with my docking station for dell e724020:11
OerHeksnemith, launchpad is the place to be20:12
OerHeksnemith, example?20:12
SeHwhen I start my pc using the dock, nothing shown in the monitor20:12
SeHany solutions?20:12
=== Agent is now known as Isai
=== Isai is now known as Agent
sirru5hsmh20:17
sirru5hIs there anyway to give ubuntu that old school look20:17
faLUCEPici: it has few options. guvcview has more20:17
MonkeyDustsikun  Mate or flashback20:18
MonkeyDustsikun  that was for sirru5h20:18
anmolHi guys!20:20
anmolI wanted to know a possible solution to my problem: I have two users on a linux server, both have sudo permissions, how can I stop one user from killing other's processes?20:21
anmolI wanted to know a possible solution to my problem: I have two users on a linux server, both have sudo permissions, how can I stop one user from killing other's processes?20:22
OerHeksanmol, not, i guess20:22
HackerIIthe room heard you, please stand by for some one to help20:22
hggdhonce they are root, everything is fair game20:22
anmolI'm sorry for repeating it.20:22
anmolI see...so there's no possible way to do that?20:23
sponixanmol: You might look into something like lxc to put each of the users in their own Container20:23
HackerIInot with both having sudo20:23
OerHeksyou could restrict the users having access to limited processes, but that starts without sudo priv.20:24
anmoli agree..20:25
anmolLXC looks interesting, I'll give it a read and see how it works20:25
DArqueBishopanmol: the simple solution is to take away root privileges from the offending party.20:25
akikanmol: take it one step further: lxc & lxd20:26
akikanmol: the containers are still managed by the lxc command20:27
HelpmeDoes anyone know if the kdm package still exists for Ubuntu20:27
OerHeksanmol, https://help.ubuntu.com/community/Sudoers#Command_Aliases20:27
k1l!info kdm20:27
ubottuPackage kdm does not exist in xenial20:27
k1lHelpme: kde uses sddm since some time now20:27
Helpme@k1l Thanks20:28
anmolinteresting, I had not touched upon the concept of hypervisors as of yet20:28
anmolwill go through it20:28
akikanmol: lxc is just process containment20:29
anmolcan you mould an answer relevant to my problem using LXC?20:30
anmolLike I have a rogue user, killing other user's processes using sudo, how can I stop him (without taking sudo permissions) using LXC?20:30
akikanmol: you can provide those users with a light weight "operating system" of their own. they won't see each other20:31
anmolthat sounds cool. Can you comment on any performance degradation that might bring for them? The users (including me) perform high performance computing based calculations on CPU and GPU. Will LXC in anyway give problems?20:33
DArqueBishopanmol: personally, whatever the technical solution is, you still have the problem that you have a rogue user on your system. If this is a work environment, you may want to consider escalating to his manager.20:34
OerHekssame degradation as you experience now.20:34
akikanmol: lxc is light. but it will give you some headaches, it's another layer20:34
* OerHeks thinks there is no proper answer to this silly 2-sudo-users issue20:34
akikanmol: why did you give those users so many sudo rights?20:34
tgm4883LXC FTW20:35
naccanmol: giving two users sudo permissions means you trust them to operate as root. Why then restrain them? Either they shouldn't have sudo in the first place, or they should, right?20:35
anmolIt was not upto me to decide earlier, but its upto me to remove their privileges20:35
naccanmol: just take away sudo? if you don't trust them.20:36
OerHeksthis sounds like that last week dude, with a minecraft server and 3 sudo users20:36
naccanmol: or if they are abusing their privileges20:36
anmoli was looking for another way to avoid having to take away sudo from them, but guess I would have to20:36
tgm4883anmol: I'd start by figuring what what they actually need access to then give them that level of access. Start with normal accounts and add permissions. This isn't Windows, we don't like to work the opposite direction20:36
anmolthey dont NEED sudo at all. The system admin in the startup I work in gave everyone (including me) sudo permissions20:37
anmolI have experience with linux, so I know what i was doing always20:37
anmolbut other people dont20:37
naccanmol: sounds like a bad admin.20:37
anmolstraight out of windows punks doing everything as sudo20:37
DArqueBishopanmol: your sysadmin needs to be taken out back and shot.20:37
tgm4883anmol: easy then, just remove their sudo privs and then let them request the access they need20:38
anmolsounds like a good idea. Will do that. I will remove them from sudo right away...20:38
akikanmol: you can check the needed commands from /var/log/auth.log* grep for sudo20:40
tgm4883anmol: sounds like a plan. When you think about it, it really is the only way to "how do I limit the root user"20:40
osmandeneme20:42
anmolindeed, as hggdh said, once they are root, everything is fair game20:42
osmandeneme20:42
osmanhi20:42
akik!tr20:43
ubottuTurk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde.20:43
=== GitGub is now known as someothernick
=== someothernick is now known as GitGub
Napoelonducasse:  :)  hi m8.  I am able to log into my install with a GUI.  There are still some graphics issues, but I think I'll be able to work them out.20:48
Napoelonducasse:  I can log into a guest session no problems.20:48
Napoelonducasse:  gotta go m8, well past my bed time.  I get a terminal using Ctrl/Alt-F1-6, but can't see anything.  So I still have some graphics issues, but I'm getting there.20:55
Bashing-omNapoelon: Verify that you own .Xauthority and .ICEauthority ' ls -al /home/<user_name> ' ?20:55
NapoelonBashing-om:  oh, ok.  I set /var/lib/lightdm to lightdm:lightdm  earlier but haven't checked that one.20:56
dustingoffhi.20:58
NapoelonBashing:  I checked.  Ownership is correct and permissions are 600 for both.20:58
dustingoffif i'm cross-compiling an executable for x86 on x64 do the libraries i link against have to be cross-compiled for x64 as well?20:59
Napoelondusting:  I would think so, after all, they will be executed in x8621:00
=== a1 is now known as deb
Napoelonenjoy folks21:03
=== yaiyan is now known as Yaiyan
=== Bray90820_ is now known as bray90820
=== bray90820 is now known as Bray90820
=== zen is now known as Guest73584
izu2Greetings gang I made a detailed post here  http://ubuntuforums.org/showthread.php?t=2329295 if anyone has any idea i'd be grateful21:16
naccizu2 didn't stick around to get an answer...21:21
naccbut, I find this line sad, "my gfx card is AMD Radeon HD 6470M and i know it isn't 16.04 compatible"21:21
tortibI'm trying to install Unbut on a Dell Inspiron 15 7000 which is a certified linux laptop by ubuntu.  When starting the installer it freezes at the ubuntu logo with the status indicator underneat it.  I'm not exactly sure what to do in this case.21:24
nacctortib: what version of ubuntu?21:26
tortiblatest 16.04 LTS I think21:26
tortibIt was just working and now it isn't so I'm strangely puzzled21:27
nacctortib: are any laptops certified for 16.04 already?21:27
=== wiko is now known as vo_id
tortibnacc, I'm not sure21:27
nacctortib: http://www.ubuntu.com/certification/catalog/component/dmi/4755/dmi%3ADellSystemInspiron157000Series7537/ this one?21:27
tortibnacc, I just saw that the Dell Inspiron 15 7000 was certified by ubuntu that's why I bought it21:27
tortibno 700021:27
tortib15 700021:28
tortiboh yeah that one21:28
=== Pete_ is now known as DF3D2
nacctortib: it's certified with 14.04, afaict21:28
tortibohh21:28
nacctortib: i mean, 16.04 *should* work, but certifications may not exist yet for it21:28
tortibwhere do I get 14.04?  Is that under LTS?21:28
nacctortib: yeah21:28
tortibwell like I said21:28
tortibit booted up first21:28
tortiband now it isn't21:28
nacctortib: if you want help debugging why 16.04 doesn't work, we can do that here, too21:28
tortibI just formated the USB drive and i'm using rufus in windows to copy the image over with dd21:28
tortibso I'll see if that changes anything I guess21:29
tortibnacc, okay that's appreciated, let me just try this first and see if it helps any.21:29
=== precise|snek is now known as precise
tortibnacc, yeah it isn't booting still just freezes21:32
tortibnacc, it now freezes up when all 5 dots are filled with color21:33
tortibbefore it would pass by once and then get 1/2 way done with the color fill and then freeze but now it's acting differently21:33
nacctortib: can you it Esc and does it drop to a terminal?21:33
tortibnacc, noppe21:34
tortiblet me reboot21:34
blibdoes anyone have a recommendation for wifi direct on ubuntu 14.04 - which adapter I can buy so that I can get good range?21:34
matrix_hi guys, need some help cuz I was looking for a good libre alternative to google drive and found spideroak (if you have better ones please suggest). the thing is I download the .deb install it, everything goes smoothly but when I run it it freezes and wouldn't work... I tried everything I could but nothing. Could anybody help/enlighten me? thanks21:34
tortibnacc, kernel panic :(21:35
nacctortib: hrm ... you might need to boot into rescue mode21:35
nacctortib: i'm not too familiar with this part of things, but maybe someone else can help21:36
nacctortib: if you want the 'simplest' process, you might just try installing 14.04, it's still supported for some time21:36
tortibnacc, the odd thing is that it was just booting fine21:36
nacctortib: that is strange21:37
tortibhas to be something in my BIOS but there isn't that many options21:37
blibanyone has setup a p2p network on ubuntu recently? go vs client nodes?21:42
tortibthis sucks21:43
matrix_hi guys, need some help cuz I was looking for a good libre alternative to google drive and found spideroak (if you have better ones please suggest). the thing is I download the .deb install it, everything goes smoothly but when I run it it freezes and wouldn't work... I tried everything I could but nothing. Could anybody help/enlighten me? thanks21:43
nacc!patience | matrix_21:44
ubottumatrix_: 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/21:44
naccmatrix_: although 10 minutes may not be quickly :)21:44
nacctortib: ok, so let me try and recap. You put 16.04 on a usb stick, installed it (succesfully?) (during which it booted and seemed to be fine). Rebooted and it failed to come up?21:45
matrix_okok, sorry...21:45
tortibnacc, antergos just booted into the livecd...21:45
nacctortib: what is antergos?21:46
tortibnacc, linux distro21:46
tortibbased off of arch linux21:46
nacctortib: this is an ubuntu support channel...21:46
=== elricsfate_ is now known as elricsfate
tortibnacc, I understand that...I'm saying this because there is obviously something wrong with a couple of distros.21:46
tortibFedora and Ubuntu both freeze while starting up21:46
tortibbut antergos doesn't it boots fine21:47
=== NaStYdoG is now known as Guest89765
=== zul_ is now known as zulgaban
ozberkhi guys this is a test for my ırc client please respond if you can see the message22:00
compdocnobody say nothing22:00
ozberkcompdoc: seriously :)22:01
compdoc(maybe he'll go away)22:01
ozberklol22:01
snkcldhow do i view the startup logs in ubuntu? when i start my computer, i see some errors in the console ouput (prior to lightdm starting) but i cant seem to find those logs22:02
OerHeks 22:02
compdocsnkcld, you might have to enable boot logs22:02
snkcldthat sounds exactly like what i want to do22:02
snkcldis it not enabled by default?22:02
EriC^^snkcld: /var/log/boot.log22:03
OerHeksjournalctl -b -0 shows messages from the current boot,22:03
OerHeksjournalctl -b -1 from the previous boot22:03
snkcld boot.log does not exist for me22:03
snkcldjournalctl does not seem to have the errors in it22:03
snkcldnot the ones which show on boot22:03
geniisnkcld: Variously, the output of the command: dmesg   also /var/log/boot.log /var/log/faillog /var/log/syslog22:04
OerHekssystemctl --state=failed22:04
snkcldi have no failed services it seems22:04
snkcldthe format of the console output is like [service] message ...22:05
OerHekssome messages at boot ar just warnings..22:05
snkcldso it looks a bit different than what i see in journalctl22:05
ozberkhow cna I make a .run file executable22:05
ozberkcan*22:06
EriC^^ozberk: chmod +x /path/to/file22:06
ozberkthanks22:06
EriC^^sure22:07
nacctortib: it's less obvious. Could be a secure boot, UEFI issue, could be a lot of things22:08
nacc*less than22:08
ozberkummmmm ı'm trying to install nvdia leatest drivers but You appear to be running an X server; please exit X before22:10
ozberk         installing.  For further details, please see the section INSTALLING22:10
ozberk         THE NVIDIA DRIVER in the README available on the Linux driver22:10
ozberk         download page at www.nvidia.com.22:10
snkcldozberk: systemctl stop lightdm22:12
snkcldthen install22:12
OerHeks*if* you need the latest drivers, use the official ppa. that .run file is unsupported22:13
=== alexandr1 is now known as alexandros_c
snkcldwhen rebooting with kexec, is the user expected to inform kexec of the kernel to boot into, prior to the reboot?22:16
snkcldi assumed that kexec-tools would automatically take care of that, upon installation22:16
geniisnkcld: Yes, see the -l switch documentation in the manpages22:17
logicalorhello.  since upgrading to Xenial, I have been experiencing missed keystrokes and what seems to be keys stuck in a 'down' state, so repeating letters, spaces etc.  has anyone else experienced this?22:17
snkcldi could be mistaken, but i feel as though i remember that ubuntu woudl automatically enable and use kexec for reboots22:18
snkcldthat is, that one would not need to specify the new kernel22:18
geniisnkcld: If no -l option is passed, for example just -e, then it will use what vmlinuz it finds in /boot22:21
ozberkummmm guys sorry about the flooding last time by the way that was  not supposed to be happaned22:21
ozberkirssi just send what I was past here22:21
naccsnkcld: well, 16.04 definitely doesn't use kexec for reboot by default, i'm not sure if ubuntu has in the past22:22
naccsnkcld: oh you mean specifically after install kexec-tools/22:22
ozberkI couldn't install he nvdia driver even if I killed the XServer. It said that the nouveau driver blocking the installation and pre installation script was failed for some reason22:22
=== precise is now known as precise|snek
OerHeksozberk, *if* you need the latest drivers, use the official ppa. that .run file is unsupported22:25
OerHekseasy to find: ubuntu ppa driver22:26
scwizardhello I'm trying to upgrade php22:27
scwizardhowever when I do apt-get upgrade it informs me "the following packages have been kept back"22:27
scwizardand when I do apt-get dist-upgrade it doesn't mention php22:27
scwizardhttp://pastebin.com/raw/4rWhh38K22:27
ozberkOerHeks: I guess I will try my chance with the additional drivers22:27
scwizarddoes anyone know what's going on? everywhere I google it just says "use dist upgrade if your pacakges are being kept back"22:28
OerHeksdo the dist upgrade first, then update again22:28
scwizardi guess i'll try that22:29
scwizardits annoying that i need to upgrade my kernel in order to get php5 to upgrade though22:29
scwizardbut i guess its good to upgrade the kernel from time to time22:29
naccscwizard: upgrade from what to what?22:29
OerHeksthere sure is a reason to do so, yes.22:30
scwizardnacc: the ppa i'm using is going obsolete: https://github.com/oerdnj/deb.sury.org/wiki/PPA-migration-to-ppa:ondrej-php22:30
scwizardso i need to swtich things over to the guys new ppa22:30
naccscwizard: well ppa ... so ... and then i'm not sure how that would affect your kernel22:30
naccscwizard: *not* upgrading your kernel, when a security update has been issued, is way worse than not upgrading php522:31
OerHeks3.13.0-91 http://www.ubuntu.com/usn/usn-3018-2/22:31
scwizardOerHeks: your suggestion didn't work: http://pastebin.com/raw/ZLHsrb7s22:31
scwizardOerHeks: unfortunately :(22:31
naccscwizard: can you pastebin the output of `apt update; apt full-upgrade` ?22:31
naccscwizard: possibly with sudo, presuming that's what you want to do22:32
OerHeksno, dist-upgrade first , the kernel is important over php22:32
naccOerHeks: my undersatnding was `apt`'s full-upgrade was equivalent to `apt-get`'s dist-upgrade. CMIIW22:32
scwizardnacc: http://pastebin.com/raw/Ji0eDBjB22:32
scwizardOerHeks: I did do dist-upgrade22:33
naccscwizard: oh so you've already udpated?22:33
nacc*updated22:33
OerHeksnacc true, but he used upgrade22:33
naccOerHeks: ah got it22:33
OerHeksodd ...22:33
naccscwizard: sorry, not seeing any indicate of needing to update kernel or php?22:34
OerHeksthis paste showed that there were kernels pending http://pastebin.com/raw/4rWhh38K22:34
scwizardnacc: when I do "apt-get upgrade" it says php is kept back22:34
scwizardforget about the kernel, it needed to be upgraded and I upgraded it with dist upgrade22:34
scwizardnow it's up to date22:34
naccoh ok, you already ran dist-upgrade, that's what i was checking22:35
scwizardnacc: yes, I already did22:35
scwizardbut now when I run upgrade I get: "The following packages have been kept back: php5 php5-cli php5-common php5-curl php5-dev php5-fpm php5-gd php5-gmp"22:35
scwizardand when I run "dist-upgrade" AGAIN I get: "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."22:35
naccscwizard: `apt-cache policy php5` (pastebin)22:36
scwizardnacc: http://pastebin.com/raw/jYZtqPfJ22:36
OerHeksrestart the vps22:36
scwizardOerHeks: why? that's very inconvenient22:37
naccscwizard: you might need to manually tell it to update those held-back packages, because seomthing is probably going to be removed during that update22:37
tewardscwizard: not everything is directed at you by thew ay - there are many conversations going on at once22:37
scwizardteward: gotcha22:37
naccscwizard: i would try `apt-get install php5`22:37
scwizardnacc: "0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded."22:38
tewardscwizard: lets see what it's really going to do.  `sudo apt-get -s dist-upgrade`22:38
tewardscwizard: pastebin the output22:38
scwizardteward: does nothing, "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."22:38
teward(that's a 'dry run' of the upgrade process, it explains what will be done without doing anything)22:38
tewardscwizard: *nothing* comes from it?22:39
scwizardteward: full output: http://pastebin.com/raw/Zfx6AhsM22:39
OerHeksuname -a gives 3.13.0-91 ?22:40
scwizardOerHeks: are you talking to me?22:40
OerHekssorry, yes, scwizard22:40
naccOerHeks: you think apt won't let the upgrade goo through until the kernel changes?22:40
scwizardOerHeks: I'm not trying to upgrade the kernel, I don't care about that, I'm trying to upgrade php22:40
scwizardI know the old kernel will continue to be used until I restart, that's not what this question is about though22:41
naccscwizard: `sudo apt-get upgrade php5` ?22:42
scwizardnacc: http://pastebin.com/raw/eCunhDwW22:42
Shadowbird123im trying to understand why installed programs like steam or skype for expample can execute from terminal without patch to the executable file itself.. how and where is this information stored.. and what is grub-mkconfig i know what it does, but is it just a executable file or what.. i tried to duckduckgo some info, but not sure what kinda search key words to use.. so if someone could kindly link me some useful guide to read f22:42
scwizardShadowbird123: do you know what the PATH is?22:43
scwizardthe environment variable PATH22:43
naccShadowbird123: not sure i understand your question? do you mean why running `skype` works?22:43
Shadowbird123scwizard: not sure actualy.. i think like folders in folders, til lthere is the executable (like .exe in windows)22:44
scwizardShadowbird123: you should research PATH22:44
naccShadowbird123: .exe is not at all how linux works :)22:44
Shadowbird123Nacc: basicly yes22:44
geniimore like ELF22:44
scwizardShadowbird123: http://lmgtfy.com/?q=path+environment+variable22:44
OerHekshttps://help.ubuntu.com/community/EnvironmentVariables#System-wide_environment_variables22:44
EriC^^Shadowbird123: are you talking about icons in the dash or running skype from the command line?22:44
naccShadowbird123: the shell searches through the directories specified in $PATH for commands run at the terminal22:44
naccShadowbird123: with some special cases for built-ins and aliases22:45
Shadowbird123EriC^^:  from command line22:45
scwizardnacc, teward: since people seem kinda stumped by this, I guess I just need to uninstall then reinstall php oh well22:45
naccscwizard: was this the result of changing the ppas just now?22:46
Shadowbird123hm ok, ty. ill check some more info on that.22:46
scwizardnacc: yes, I deleted the old one and installed a new one using ansible22:46
naccscwizard: it's possible you did it ... wrong. In that, you didn't let your system upgrade to the newer pacakges before deleting the old ones22:46
naccand now it might be confused22:46
nacc*deleting the old ppa22:46
scwizardnacc: ahh gotcha...22:47
naccscwizard: i'm not 100%, but i think that's what i'd have done first, ondrej is pretty good about versions and stuff and it would have upgrade correctly, then i'd have ppa-purged out the old ppa22:48
scwizardhaving a multi step process like that is pretty inconvenient though22:49
scwizardhmm22:49
scwizard" php5-fpm : Depends: php5.6-fpm but it is not installable" I guess I need the new ppa and the compabability one22:49
naccscwizard: switching PPAs (using PPAs?) is inconvenient :-O22:50
naccscwizard: you might need to tell it to install php5.6-fpm as well22:50
scwizardnacc: yeah I know! I wish we were on debian jessie so I didn't need to use third party repos for this kind of core software22:51
scwizardbut I guess debian jessie wasn't out when this whole aws migration got underway22:51
RavnessHey guys, First time using ubuntu22:52
RavnessDo I actually need a usb to dual boot?22:53
naccscwizard: dunno, outside my expertise :) it also depends on why you needed php5.6 specifically, etc.22:53
scwizardnacc: we needed php5.6 specifically22:54
* nacc hopes you guys donated to ondrej then :)22:54
scwizardRavness: in my last experience with linux on the desktop, dual booting linux and proprietary operating systems was a headache :(22:55
Ravnessreally?22:55
naccRavness: i don't think you need a usb drive to dual boot, but i've never done it, so dunno22:55
naccRavness: what makes you think you need a USB drive?22:55
OerHeksRavness, you could burn a dvd too, or mini iso that requires internet for desktop install22:55
scwizardRavness: windows and linux both have seperate boot managers, and they both want you to use THEIR boot manager22:55
Ravnesshmmm interesting22:55
naccRavness: or did you mean to install ubuntu in the first place so you can dual boot?22:55
Ravnessi'm downloading ubuntu off their website right now,22:56
nacc!dual-boot22:56
ubottuDual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot22:56
Ravnessmy laptop is not liking windows 10 so much22:56
naccRavness: so your question was really "Do I need a USB drive to install Ubuntu?"22:56
OerHeksRavness, is this an UEFI bios with secure boot?22:56
naccRavness: "needing a USB to dual boot" to me, would imply you have to a USB drive in your machine to switch between Ubuntu & Windows, but you've already got both installed...22:57
Ravnesshmm22:57
scwizardnacc: idk how I feel about patting a ppa manager on the back that's currently griefing me22:57
Ravnessso from this guide i can just burn it into a CD22:58
scwizardmy life right now: E: Sub-process /usr/bin/dpkg returned an error code (1)22:58
Ravnessand just press 12 and boot into CD22:58
Ravnessdoesnt seem too hard22:58
naccRavness: yes, a CD or USB, or any other media22:58
naccscwizard: you chose to use his PPA... and he's doing all that voluntarily in the first place, afaict22:58
scwizardnacc: not true, my predecessor chose to use his ppa :P22:59
naccscwizard: the "your company" you :)22:59
naccscwizard: and i've worked with ondrej quite a bit, he's a lot more than a "ppa manager" :)22:59
naccot at this point, though22:59
naccand ppas aren't technically supported here, scwizard  :)23:00
Hydr0p0nXif you don't want to go the ppa route, you can always compile from source23:00
scwizardnacc: I know! that's why I'm not pastebining the output of my reinstallation of php failing and being like "halp!"23:00
scwizardHydr0p0nX: I'm seriously considering it23:00
Hydr0p0nX*shudder*23:00
naccscwizard: you're on 14.04 and want php5.6, there's no other option than PPA or compiing yourself23:00
nacc*compiling*23:00
mladouxdo-release-upgrade, lol23:01
scwizardnacc: yes I know23:01
naccscwizard: wasn't your original question about why php wasn't upgrading? :)23:01
Hydr0p0nXnot that compiling php is difficult, just tedious and soooo many options to have to type in, then half way through the build realise you missed something, rinse / report23:01
scwizardnacc: yeah, becuase update saying "stuff not upgraded" and dist-upgrade saying "nothing to upgrade" is behavior I've never experianced before23:02
ozberkhey guys I have a sound issue on ubuntu. The sound seems have a too much bass and control keys on keyboard can only control the subwoofer sound. I'm using a onboard realtek hd sound device and I wonder what is the problem here23:02
naccscwizard: right, but the reason you're in that state is using PPAs ...23:03
scwizardnacc: even using ppas, it's still a state that doesn't make sense23:04
scwizardlike, it seems like an apt bug23:04
naccscwizard: i'm still guessing it's the case i mentioned earlier, you installed from one source, removed that source, added a new source and then upgraded; rather than upgrading before modifying the sources.23:05
naccor at least before deleting any sources23:05
scwizardnacc: yeah was a mistake23:05
scwizardnacc: any idea how I can remove a package taht gives an error when I apt-get purge?23:05
scwizardsomehow php5-common is removed, but php5-memecahced is still there23:06
geniiscwizard: If it's ppa stuff, use ppa-purge instead23:06
scwizardand now php5-memcached is saying "I can't be removed because php5-dismod doesn't exist!"23:06
genii!ppapurge23:06
ubottuTo disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html23:06
tortibnacc, I got antergos to work but not luck with ubuntu23:06
tortibnacc thanks for your help regardless23:07
tortibgoodbye23:07
scwizardgenii: I don't want to revert the packages, I want to remove them23:07
naccscwizard: revert/remove are the same in this case23:07
naccscwizard: as those packages don't exist in the main archive23:07
* genii twitches23:07
scwizardactually let me look at the apt manual23:07
scwizardthere must be a way to removed stuff with buggy post install scripts23:07
naccyou'd have to use dpkg at that point, apt won't do it, iirc23:08
farazHi23:08
scwizardoh yeah23:08
farazi have a problem23:09
farazi installing ubuntu 160423:09
nacc!help | faraz23:09
ubottufaraz: 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 !patience23:09
naccfaraz: in case that helps get a good problem statement :)23:09
farazHi23:10
farazOk Sorry23:10
naccfaraz: nothing to apologize for, just trying to help you out23:10
faraz(sorry my english is bad) i installing ubuntu 1604 . in installing its write ubuntu ubiquitty . after 30 Min not installed and again says ubuntu ubiquity .....23:12
scwizardit turned out the solution was just to edit php5-memcached.prerm23:12
scwizardeww eww eww23:12
farazdo you understand?23:13
naccscwizard: i'm not sure what you did, but php5-memcached has a depends on php5-common, so it shouldn't have stayed installed w/o it :/23:13
naccscwizard: sounds like you're just in a bad place now :(23:13
naccfaraz: so after 30 minutes, the installer had made no progress?23:13
scwizardnacc: it's a bug in the PPA, the php5 common compatability thing doesn't incldue a php5enmod, only "phpenmod"23:13
farazhow i can screenshot in ubuntu?23:13
naccscwizard: i'd let ondrej know if it's needed23:14
scwizardit definately is needed...23:14
scwizardbecause php5-memecached pre and post install scripts depend on the existence of a "php5enmod" but php5-common doesn't install it or a compatability symlink23:15
naccscwizard: i think he's created a bug tracker too; but officially (again) OT23:15
scwizardnacc: what does it mean when a ppa is depreciated? does it mean it'll be yanked tomorrow? or will it be yanked some number of years from now or what?23:17
scwizardor that it will linger but won't get updates?23:17
naccscwizard: you'd have to ask the ppa's owner :/23:17
scwizard:|23:17
naccscwizard: it's not an 'official' thing for ppas (although a ppa can generally be deleted at any time, ideally won't be)23:18
naccscwizard: in that it's not an official thing for a ppa to be deprecated23:18
Ravnessalright burning it into a cd as we speak, hopefully everything doesnt go to shit23:18
faraznacc: how i screenshot in ubuntu?23:18
nacc!screenshot | faraz23:18
ubottufaraz: Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://imgur.com/ and link the created page here.23:18
farazthanks23:19
aroonianyone here using duply/duplicity for backups on ubuntu?  if so i'd love to ask a few questions such as why i might want these param options: https://gist.github.com/arooni/205600af1cf77676025c17ec8ef9d1e023:22
scwizardlooks like I have no choice but to continue using the depreciated ppa23:23
faraznacc: http://8pic.ir/images/p43ojq2503nvlc6qkrrc.png23:23
naccfaraz: ok, so you're in the live installer, and it's installing (donwloading packages)?23:24
naccfaraz: does it just sit there? is that the issue?23:24
naccscwizard: i would contact ondrej for support, if you need it23:24
faraznacc: i un checked downloading packages in setup23:25
scwizardnacc: no point, I'll just start making plans to get away from this ppa somehow23:25
scwizardeither upgrading our ubuntu version, switching to debian, or compiling or packaging ourselves23:25
faraznacc: now image is it:http://8pic.ir/images/p801w7b4s4w5ex3lmf03.png23:25
faraznacc: but installing is very slow.23:26
scwizardupon getting screwed by some random third party guy (who is who ondrej is to me) my instinct is not to come to them for support23:26
naccfaraz: it seems like a few segfaults to me, not good23:26
scwizardits to try to move away from leaning on random third party guys23:26
scwizardit's just not a stable arrangement23:26
naccscwizard: ondrej is the debian php maintainer too23:27
naccscwizard: just fyi23:27
karen_hi, guys, I was on before with questions about Lubuntu 16.04. I'm kinda new with it. Is there cleaning I should be doing? Like should I get some sort of cleaning app or something?23:27
scwizardnacc: the only one? that would be somewhat shocking23:27
faraznacc: sorry , segfaults is a error? (my english not good)23:27
karen_or does it clean itself when it starts.23:28
RavinduLHi! I'm trying to install bower on my ubuntu installation, and I followed the instructions at https://docs.npmjs.com/getting-started/fixing-npm-permissions#option-2-change-npms-default-directory-to-another-directory23:29
naccfaraz: yeah, it means something crashed (i just see it in the picture). unfortunately i need to step away, maybe someone else can help23:29
RavinduLIt works only when I run source .profile23:29
naccscwizard: well, one of three uploaders to debian, yes.23:29
naccscwizard: just an FYI23:29
scwizardnacc: https://alioth.debian.org/projects/pkg-php23:29
scwizardthere's a number of maintiners on the right there23:29
faraznacc: can you help me with team viewer or another apps?23:29
naccscwizard: that's not the php7.0 package.23:29
naccscwizard: as i just said, ondrej is the *php* maintainer23:29
naccs/the/a23:30
RavinduLI added this line: export PATH=~/.npm-global/bin:$PATH to the end of profile23:30
RavinduL*.profile23:30
=== karen is now known as Guest53114
RavinduLHow do I get it running every single time I open a terminal?23:30
Guest53114oops I somehow closed the irc. I have just recently installed Lubuntu 16.04 and don't know much about it. Is there some sort of cleaning I should do?23:30
scwizardnacc: I mean, I get that he's usually a dependable guy, and these sorts of bugs aren't the norm, he's still just a guy when he's doing his own ppa23:31
scwizardhim being a debian maintainer doesn't mean that all his stuff is suddnely as dependable as debian is23:31
naccscwizard: i'm just giving you info, i'm done talkinga bout the topic (and done for the day)23:31
scwizardalright have a good night23:31
naccscwizard: you too23:32
nacc(or as appropriate for your TZ)23:32
=== Guest93015 is now known as mosene
faraznacc: can you help me with team viewer or another apps?23:33
scwizardfaraz: nacc just went home or something23:36
scwizardmaybe someone else here can help you23:36
tatertotsfaraz...your problem is that installing the operating system is taking longer than expected correct?23:38
farazscwizard: ok . do you understand my problem?23:38
tatertotsyes/no?23:38
scwizardfaraz: no I don't know anything about linux on the desktop23:38
farazyes23:45
farazok i go to ubuntu local forums in my language23:45
farazthanks23:45
farazbye23:45
Hilikushello. i would like to install ubuntu in a mac book pro. How painful will that be based on your anecdotal evidence? the wiki page on it seems to be outdated so i don't know if the procedure today is more or less painful23:51
decwrlDoes anyone what preseed command (or set of them) will get rid of the "Force UEFI Installation" dialog in Ubuntu 16.04?  I've got a preseed.cfg file that I used on 14.04.  When I switched to 16.04, I get the "Force UEFI Installation" dialog.  This is blocking automated installs.23:52
scwizardI'm having trouble installing the libpcre3 package23:54
scwizardand I don't think ppas are involved this time23:54
scwizardhttp://pastebin.com/raw/c9ggwRwL23:54
Ben64scwizard: well the version it's showing is a ppa thing23:56
bprompt_hmmm23:56
scwizardBen64: then why are all the urls "us.archive.ubuntu.com/ubuntu/"23:56
scwizardthat's not a ppa url23:56
k1lscwizard: apt-cache policy libpcre323:56
scwizardk1l: http://pastebin.com/raw/qKZC5uaw23:57
k1lscwizard: look at the output of your paste. the libpcre3-dev package needs the libpcre3 package, which is from a ppa and is in the wrong version because of beeing from that ppa23:57
bprompt_scwizard:    I assume you're on 14.04?    I do have libpcre3   version 2.8.3.1   but on 16.04, maybe it's not available for 14.04?23:58
scwizardk1l: what makes you say it's from a ppa? I guess I'm having trouble reading the apt-cache policy output23:58
scwizardk1l: how can I see which ppa its from?23:58
hdonhi all :) trusty is still supported right?23:58
scwizardoh wait i see23:58
scwizardbecause the url is: "/var/lib/dpkg/status"23:58
=== cigumo_ is now known as cigumo
k1lthat means there is no ppa/repo active  for that package, or it was installed as a .deb file23:59
daxhdon: yes, trusty/14.04 is LTS, so 5 years of support, so April 201923:59
scwizardhmm i thoguht i purged everything from that ppa by doing apt-get remove php5-common23:59
k1lscwizard: if you delete PPAs use ppa-purge. because this will revert all packages back to the non-ppa state.23:59
scwizardbut i guess not23:59

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