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

magichello, i have a simple question if someone would be willing to help00:01
Bashing-om!ask | magic00:02
ubottumagic: 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 !patience00:02
magici am trying to play dwarf fortress. the game itself runs fine. however I am new and need to use dwarf therapist. when I try to launch it from the terminal, I get this error. QGtkStyle cannot be used together with the GTK_Qt engine. does anyone know what I could do? I am on Ubuntu 16.04 x6400:02
magic!patience00:02
ubottuDon'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/00:02
Bashing-omnds_: In lack of wiser guidance, I would add the restricted and multiverse repos to the sources.list .. adn update/upgrade . See then what is lacking in the install .00:06
nds_what do you say about my /etc/lsb-release* files: http://paste.ubuntu.com/23519642/00:06
nds_Bashing-om for yakkety right?00:07
Bashing-ommdebska: Yeah, we will work this asyakketty ( 16.10) . what returns ' cat /etc/issue ' as I do not know what to make of the /etc/lsb-release.dpkg-dist outputs .00:10
OerHekscat /etc/lsb-release.dpkg-dist seems not to be an valid command on 16.04.00:10
jspook16mode /#ubuntu00:10
jspook16hello?00:11
Bashing-omjspook16: Hi, you have a support question ?00:12
nds_result of "add the restricted and multiverse repos to the sources.list + update/upgrade" http://paste.ubuntu.com/23519662/00:12
Bashing-omnds_: Ya have a want to build packages from source ? If not I would disable the deb-src http: .. before we proceed .00:14
OerHeksnds_, so you messed apt up with https://launchpad.net/~deity/+archive/ubuntu/apt-1.2 ?00:14
OerHeksand mixed yakkety with xenial sources ..00:15
Bashing-omnds_: OerHeks So correct to pay attention to the 3rd party sources ! . nds_ : pastebin also ' tail -v -n +1 /etc/apt/sources.list.d/* ' .00:17
OerHeksand  /var/log/dpkg.log00:21
nds_result from sources.list.d/* http://paste.ubuntu.com/23519705/00:22
nds_i need to upload that log00:23
Bashing-omnds_: 1st hit " /deity/apt-1.2/ubuntu/dists/ " I do not see that it is supported in yakkety . Still look'n .00:26
Bashing-omnds_: But as none of the 3rd party repos are enabled . we not worry at this time about them .00:27
nds_thanks for the help, i can use the laptop at work in 6h. can focus on solving the problems later if it is worth it?00:33
cr3hi folks, I just ran updates on trusty with nvidia and unity no longer comes up (the desktop appears but not the dash). I tried to run unity --reset in a tty and I get a core dump. known problem?00:34
draxdeveloperhello, someone have a recomendation on a good gui for git?00:34
Bashing-omnds_: K; we work at your pace .00:35
s7rawmanwhat's the etiquette for asking questions here?00:36
naccdraxdeveloper: that seems sort of counterintuitive; do you mean for actually running git commands? or for viewing a git repository?00:36
nacc!ask | s7rawman00:36
ubottus7rawman: 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 !patience00:36
s7rawman!patience00:37
ubottuDon'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/00:37
naccdraxdeveloper: or maybe, a better question: why do you want a gui for git?00:37
s7rawmanmacc: thanks00:37
draxdevelopernacc, to upload (forgot the name) to the repository.00:37
Bashing-omnds_: Bit houston, we may have a problem " https://launchpad.net/~deity >> Personal package archives >> APT 1.2 PPA " .. maybe ouch ??00:37
naccdraxdeveloper: huh? you mean to push?00:37
naccdraxdeveloper: why do you need a GUI to push?00:37
draxdevelopernacc, yeah, lol00:38
draxdevelopernacc, hum... It's easer use the comand line?00:38
s7rawmanI'm looking to prevent users from accessing each others home folders by default on account creation. I've done it before but I can remember how I did it and I seem to be using the incorrect google query. Anyone have some pointers00:39
naccdraxdeveloper: i just don't follow why a GUI is required for pushing, in your case?00:39
naccdraxdeveloper: or how a GUI helps, really, with pushing00:39
draxdevelopernacc, i have to control a lot of files00:39
draxdeveloperi am devloping a game00:39
naccdraxdeveloper: i still don't see the connection with using a GUI for git.00:40
draxdevelopernacc, it's just faster than use the terminal.00:40
tgm4883draxdeveloper: I'll second nacc that the terminal is much better for git, but if you use atom.io to develop, it has plugins for git00:40
naccdraxdeveloper: in what world is that true? you have not explained your use-case in any way that makes that obvious to me.00:41
draxdevelopernacc, ok, i will try to use the terminal. I just never used it with git before.00:41
* nacc doesn't even understand how that's possible :)00:42
draxdevelopernacc, it's like tortoise svn00:42
mcphaildraxdeveloper: qtcreator can look after the git side of things, if you must. Valve use it, so should be adequate for your game dev needs00:42
draxdeveloperi am using godot engine00:43
naccdraxdeveloper: having to 'control a lot of files' has nothing to do with how you push, IMO, it has to do with how you configure your repository. But unless you meant you want to vcs files all over your filesystem, I don't get what that has to do with pushing, honestly00:43
draxdevelopernacc, a example. There is a folder where i cannot push all files.00:44
draxdeveloperbut anyway, forget it, i will read how to use command line.00:44
tgm4883draxdeveloper: anything you can do in the gui, you can do via command line00:45
kostkondraxdeveloper: I'm pretty sure there's a way to exclude files00:45
naccdraxdeveloper: why can't you push all files?00:45
tgm4883draxdeveloper: and that sounds like an excelent use for the .gitignore file00:45
naccdraxdeveloper: if you mean you don't *want* to, then use .gitignore00:45
draxdevelopernacc, because they are configurtion files for godot.00:45
naccdraxdeveloper: if you mean you don't have permission to, then that's somethign else altogether00:45
draxdevelopernacc, i just don't know nothing about git lol00:45
naccdraxdeveloper: ok, that's where you should have started, then00:46
naccdraxdeveloper: i think there is a git channel, fwiw00:46
draxdevelopernacc, ok, i will search it.00:46
LinuxIsMyBrai`sO-------------------------------------------------------- The no trolls allowed, ask anything about linux, group for newbies to masters; always active Linux group. It's more like a lounge than a Facebook group.  Join our family and enjoy your stay.  We already have nearly 7500 members.   No trolling allowed.. This group is NOT a hacker group so please do not ask about hacking.  Also, be nice to everyone or be gone.  Everyone 00:47
mcphaildraxdeveloper: type "git help tutorial" to get you started00:47
draxdevelopermcphail, ok :)00:47
drjammoo00:47
kostkondrjam: hi00:48
drjamheya kostkon00:49
drjamlots of people in here!00:49
jspook16hello00:50
Sean_McGtgm4883: ah so that was it, I can't run 'fakeroot debian/rules clean' or it stomps over my changelog.00:59
nds_i got it to install stuff, i went with aptitude (dont know why), i installed cpp-6 and aptitude downgraded some packets from something to something (yakkety)01:05
nds_then i upgraded and it solved many things, i currently have 3 packages not installing01:05
Bashing-omnds_: <ight try ' sudo apt install --reinstall <package> ' .01:07
Bashing-ommight*01:07
=== mkv is now known as m4v
nds_current packages not installing01:10
nds_http://paste.ubuntu.com/23519949/01:10
nds_example of --reinstall dependency problem for policykit-1 http://paste.ubuntu.com/23519954/01:11
Sean_McGhm, so you have newer versions of the dependancies for policykit than the upgrade depends on01:12
kostkonnds_: apt-cache policy that package01:12
nds_kostkon ok, gonna read up on what that is01:17
_bartHi, I'm having issues with the error " This program requires version 3.0.0 of the Protocol Buffer runtime library, but the installed version is 2.6.1."01:17
_bartI installed the latest protocol buffer runtime library, but it seems like it is not used01:18
nds_im gonna yolo this boys01:18
_bartI also noticed the libprotobuf9v5 package is installed, but I cannot remove it, it is required by compiz stuff, and would trigger the removal of ubuntu-desktop.01:18
Sean_McG_bart: I gather you are trying to build something manually?01:19
_bartSean_McG: I am trying to run a tensorflow script, that is triggering the requirement error01:19
nds_my methotology is: try aptitude to install a package, now i chose aptitude install  libpolkit-backend-1-0 -v, then i chose not to keep the version, and see what will happen, it seemed pretty harmless in this case because it backed many packagages (again) from something -> something (yyakkety), since it says yakkety i felt safe doing it01:20
nds_maybe these packets went in when i had 17.04 in my sources for some reason01:20
Sean_McG_bart: you may have to ensure that the pkgconfig file for newer protobuf is in the PKG_CONFIG_PATH env variable before you configure/build it01:20
Sean_McGat least that is my experience with protobuf01:21
Sean_McGnds_: your experience with going from xenial->yakkety makes me nervous to go from trusty->xenial01:22
_bartSean_McG: protobuf compiled and installed fine, I followed these instructions https://github.com/google/protobuf/blob/master/src/README.md, it just seems the 2.6.1 is still used?01:22
_bartSean_McG: setting --prefix=/usr did not change things01:23
nds_Sean_McG dont base it on me, but the recommended way failed, then i started throwing commands at the terminal, i have myself to blame but ive learned much01:23
nds_the initial bug was referenced in a few threads with few posts01:23
kostkonnds_: apt-cache policy package_name to find out where the latest version is coming from01:23
kostkonnds_: and the current one01:24
Sean_McG_bart: it may be finding the pkgconfig file for the system-installed protobuf before yours -- maybe you can just remove the -dev package for protobuf unless something else needs it?01:24
uberdubcan someone tell me why my connection lags connecting to irc, and apt times out at us.archive.ubuntu.com ?01:24
Sean_McGuberdub: crappy connection?01:25
uberdubno01:25
uberdubI got 1gbps01:25
JamJayadd/change DNS servers, use google's for example01:25
uberdubmy browser connects just fine01:25
uberduband I can ping the archive01:26
nds_i think the same method "aptitude install libpolkit-agent-1" => make it change version on dependency, i see that it has versions higher than yakkety currently and i feel safe downgrading. doing it.01:26
Bashing-omnds_: And when you do ' apt-cache rdepends policykit-1 ' you get very careful how you proceed .01:26
Sean_McGirc can lag because of the other end. freenode is no stranger to netsplits01:26
uberdub...ok01:26
uberdubI highly doubt this is on freenode end01:27
Sean_McGbut if it is constant it may be something else01:27
uberdubit just started happening01:27
uberdubapt takes forever01:27
_bartSean_McG: I already removed libprotobuf-dev01:27
nds_try ctcp ping, it doesnt go through irc server right01:27
_bartSean_McG: I think the 2.6.1 runtime comes from libprotobuf-lite9v5 or libprotobuf9v5, and those I can't remove01:28
uberdubupdate hangs on: 0% [Connecting to us.archive.ubuntu.com (2001:67c:1562::16)]01:28
Sean_McG_bart: hrmmm... wierd, it shouldn't find anything then and complain that protobuf is not available01:28
Sean_McG_bart: possibly.01:29
uberdubtakes about 15 minutes to update or do anything01:29
uberdubhangs there01:29
Sean_McGuberdub: oooo, do you have IOv6 connectivity?01:29
uberdubmaybe01:29
uberdubits fresh install01:29
Sean_McGIPv6, even01:29
_bartSean_McG: this is what locate gives me: https://gist.github.com/bartolsthoorn/10d780575da56f2e31d70b722a2ce80301:29
uberdubwhere would I verify, and change these settings?01:30
nds_i have zero packages kept back now.. do you think when 17.04 was placed into my sources.list maybe it upgraded to higher versions than yakkety on some stuff that just needed downgrading, and aptitude install solved it nicely?01:30
Bashing-omnds_: Sounds likely .01:30
nds_in addition i made a new source.list according to some site that generated it01:30
nds_just because i dont know how they work exactly yet, didnt want to not have access to something important in case it depended on that01:31
Sean_McGuberdub: hopefully someone else here can chime in on how to temporarily disable your v6 connectivity and use v4 for now01:31
kostkonnds_: are you using any ppas01:31
uberdubyes01:32
Sean_McGI don't know anything about tensorflow itself, but since your search results don't seem to include any .pc file, I'm wondering if maybe it is trying to use the first libprotobuf it finds01:35
Sean_McGthat was for _bart01:35
uberdubsigh01:35
uberdubalways something breaking in linux01:35
_bartSean_McG: OK, it's all a bit confusing, I am gonna try from scratch in a VM01:37
Sean_McGanyone here good with network-manager who can give uberdub a hand?01:37
vfwuberdub: Are you having a network problem?01:38
uberdubdoesnt appear to be my lan01:38
kenrinSounds like his IPv6 is just having issues01:38
kenrinCan't help much there01:38
uberdubapt hangs for a very long time01:39
scalperhey01:40
scalperi did sudo apt-get install lm-sensors xsensors fancontrol but now i want to completly purge them, what do i need to type for that?01:40
Sean_McGI'm not physically located at my Ubuntu machine at the moment, but is it possible to disable only the IPv6 connectivity in the network card config in Unity?01:41
rthorntonquestion about installing HP Laserjet 1536dnf software01:41
kostkonscalper: apt-get purge01:41
Sean_McGscalper: replace install with purge and hope it doesn't rope in other packages01:41
rthorntonit seems to need many dependencies - should I go ahead like adding dbus support or not?01:42
scalperSean_McG: does it will delete all linked dependencies too?01:42
rthorntonI dont know01:42
rthorntonI am always nervous when third party software is wanting to make changes01:43
tgm4883Sean_McG: yes01:43
Sean_McGscalper: potentially, but it will give you a yes/no prompt I believe01:43
tgm4883Sean_McG: you can edit your connection in network manager. There is a IPv6 Settings page where you can set Method to Ignore01:44
uberdubis it going to slow my connection?01:44
tgm4883uberdub: not noticibly01:44
kenrinCan't be any slower than not connecting01:45
Sean_McGuberdub: I don't think so, but if it does it is probably easy to revert01:45
tgm4883You might also have to disconnect and reconnect. And reverting it would just be puting it back to automatic01:46
uberdubI cant even figure out how to get to nm settings from here01:46
tgm4883ubuntulog: ubuntu 16.04?01:47
xmen26..01:47
uberdubim going to disale, and enable module01:49
tgm4883ubuntulog: well anyway, click the network manager icon in your indicator tray (top right of your screen), then click "edit connections", select your connection and click edit, select the ipv6 tab then put method to ignore01:49
uberdubpretty sure its not ppa causing problems01:50
uberdubapt ping them just fine01:50
uberdubit hangs on the archive01:51
Sean_McGuberdub: did you switch it off, is apt-get update any faster now?01:51
uberdubno01:51
uberdubI modprobed it...no luck01:51
uberdubcontacting the archive is super slow01:51
tgm4883uberdub: good luck, I'm going to get food01:51
uberdubirc was very slow to connect01:52
uberdubeverything else is fine01:52
Sean_McGoh that is a good point, it is possible that the external ppa site is slow -- I used to get that with openprinting.org01:52
kostkonuberdub: you could try changing the mirror Ubuntu is connecting to01:52
uberdubI did01:52
uberdubsame thing01:52
kostkonok01:52
uberdubmain server did same01:52
uberdubppa's have no problem updating01:53
uberdubits just ubuntu..and seemingly freenode01:53
Sean_McGdo any other applications have slowness connecring? I wonder if this is a DNS issue01:54
uberdubno01:54
Sean_McGhmmm OK01:54
uberdubseems to resolve ip's just fine everywhere else01:55
uberdubif it were dns issue, wouldnt my browser be screwy?01:55
kenrinWell if you are irc'd directly,  comcast in CA is lit up.  http://downdetector.com/status/comcast-xfinity/map01:55
Sean_McGuberdub: probably, yes01:56
uberdubyes01:57
uberdubthats my isp01:57
uberdubdirect01:57
uberdubthat link is telling me socket error01:57
Sean_McGouch...so if that is correct the issue is at your isp, not local01:57
ericx2xWhat client do you guys use for IRC with ubuntu?01:58
kenrinweechat01:58
Sean_McGirssi over here01:58
squintyhexchat01:58
uberdubI cant view the link01:59
uberdubwould it explain why only some apps are effected?01:59
kostkonuberdub: you could wait for the issue to be dealt with I guess01:59
uberdubok its open01:59
kenrinYou can have broken traffic one way and not another01:59
uberdubtrue01:59
uberdubudp01:59
uberdub<wonders how to test the up and down individually02:00
uberdubim fairly far from mountain view02:01
uberdubhmmm02:02
kenrinYeah thats probably why you still have internet at all02:03
uberdubi guess I should stop racking my brain over this until comcast get it together, and go from there02:03
Sean_McGOK so if you made any changes after our recommendations you might want to reveet them02:03
Sean_McGreveet, even02:03
uberdubI didnt really02:03
Sean_McGdammit02:03
uberdubjust disabled ppa02:03
Sean_McGhate software keyboards02:03
uberdubno worries02:03
uberdubthanks for the help fellas02:04
=== cr is now known as Guest92174
=== tk422 is now known as rcogburn
=== uksio is now known as uks
=== james is now known as Guest75971
devanHaving an issue with the sound on my HP pavilion dm4 laptop running ubuntu (latest version)03:06
devanIn alsamixer it shows the sound card at full volume, the card is detected03:06
devanIts just not playing any sound03:06
NewGnuGuyIn my system I have 6 4G DIMMs for a total of 24G of RAM; however, only 9GiB is getting allocated. I'm looking at the task manager memory graph and it's a straight horizontal line at the 9GiB mark. How do I get my system to utilize all of my RAM?03:10
NewGnuGuyI'm running Xubuntu 16.10.03:10
Bashing-omNewGnuGuy: Does bios see the 24 Gigs of ram ?03:12
NewGnuGuyBashing-om: Yes and I've run Memtest86+ on all 24G.03:13
kenrinfree -mh says 9gb?03:14
NewGnuGuykenrin: I don't understand.03:15
Bashing-omNewGnuGuy: ^ and what says dmidecode ' sudo dmidecode -t memory ' ?03:15
OerHekssudo lshw -class memory03:16
osirisnetserv identify kb3fzjk3who03:19
OerHeksoh dear03:19
Specwell now you have to change your password03:19
NewGnuGuyfree -mh --> https://paste.ubuntu.com/23520356/03:19
kenrinWell I don't know what you're seeing but it shows the 23G03:20
tgm4883he's saying that used memory never goes above 9G03:21
kenrinah03:21
tgm4883NewGnuGuy: If you want to try to load up your RAM and see if it will go above 9G, you could run something like "stress -m 1 --vm-bytes 10G"03:22
tgm4883NewGnuGuy: actually, that isn't even needed. You're already using more that 9G of memory03:25
tgm4883NewGnuGuy: according to your pastebin, you're using around 20G of memory03:25
NewGnuGuysudo dmidecode -t memory --> https://paste.ubuntu.com/23520418/03:26
tgm4883NewGnuGuy: you're already using more than 9GB of memory. If you want to see task manager use more, you need to open larger programs03:28
NewGnuGuytgm4883: Everything is laggy and takes a really long time to respond to input.03:29
tgm4883CPU maybe?03:29
tgm4883NewGnuGuy: I'm doubting memory is your issue there03:31
NewGnuGuytgm4883: I wouldn't think so. I'm running on dual Xeon 5620.03:32
kenrinYou could check top03:32
tgm4883NewGnuGuy: you're going to need to provide way more details. Ubuntu version, desktop environment, GPU, proprietary drivers03:32
tgm4883htop > top03:32
Sean_McGyes htop is fantastic03:33
NewGnuGuytgm4883: Xubuntu 16.10, Xfce, no proprietary drivers03:36
NewGnuGuyWhat command returns GPU info?03:36
kenrindepends on the kind of info you are looking for03:37
Sean_McGlspci I would think03:37
NewGnuGuyfrom lspci: 01:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 10)03:38
alex333hi03:39
Sean_McGwow, never heard of ASPEED before03:39
Bashing-omNewGnuGuy: Sean_McG Be interesting to see what driver is loaded ' sudo lshw -C display ' .03:40
NewGnuGuyBashing-om Sean_McG: sudo lshw -C display --> https://paste.ubuntu.com/23520457/03:44
NewGnuGuyI'm planning on adding a graphics card to this computer, but at the moment it is a mobo on a piece of cardboard on my desk and I don't trust a large graphics card to remain physically stable when I don't have a case to mount it to yet.03:50
Sean_McGOK fair enough but that was just a curiosity thing and doesn't address your original issue about load. I have 16GB in my new Skylake box but haven't really stress tested it yet03:50
Bashing-omNewGnuGuy: Old thread with similr issues : https://forums.linuxmint.com/viewtopic.php?t=160525 . phoronix says should be fixed as of the 3.16 kernel .., still look'n .03:50
=== nova is now known as Guest12382
redsynapsewhen I try to change my brightness with xbacklight, nothing happens03:59
NewGnuGuyThe memory usage graph has remained a straight horizontal line at 9.0 GiB in the task managers (xfce4-taskmanager & gnome-system-monitor ; I use both) for the duration of this convo.04:00
Bashing-omNewGnuGuy: What kernel " as 4.4 has a bug that is fixed in next release " Timothy Pearson (1): drm/ast: Fix incorrect register check for DRAM width04:01
NewGnuGuyBashing-om: 4.8.0-27-generic04:03
tgm4883NewGnuGuy: are you running some big memory programs?04:07
NewGnuGuytgm4883: Currently I'm mainly running Firefox with tons of tabs open (3.9 GiB) and Android Studio (1.3 GiB).04:10
=== thor is now known as Guest50551
tgm4883Did you run the stress command that I posted?04:10
angrycoastI just recently upgraded to 16.04 and had to redo my gns3 install with https://community.gns3.com/qa/upgrading-to-ubuntu-16-04 but now I am stuck trying to connect to the local host, I get errno 111 connection refused04:12
NewGnuGuytgm4883: What does the stress command do exactly?04:17
tgm4883Man stress04:17
=== berglh_ is now known as berglh
tgm4883NewGnuGuy: you are using 5.3gb of programs, were you expecting the OS to take more than 4GB of RAM to run?04:20
NewGnuGuytgm4883: ran the stress command, now the ram graph is over 9 GiB and is sine wave-ish.04:22
NewGnuGuytgm4883: oscillating between about 10 and 17 GiB.04:24
tgm4883NewGnuGuy: good, are you convinced that the system can use more than 9gb of RAM now?04:25
NewGnuGuytgm4883: Yes but it's still not doing so in the applications that are acting sluggish.04:27
taofenghi04:27
tgm4883NewGnuGuy: and you still think it's a RAM issue?04:28
=== shlinx_ is now known as shlinx
NewGnuGuytgm4883: firefox is sluggish and it is consistently utilizing no more 4.0 GiB of RAM04:32
Sean_McGoh, FF...lol04:32
Sean_McGnot exactly a paragon of memory management04:35
NewGnuGuytgm4883: I have somewhere around 100-150 tabs open (yes, I know, I have issues) and there is abundant memory to be had, but firefox consistently is utilizing 3.9-4.0 GiB and seemingly refuses to allocate more.04:38
harry__hi, with linex how do i install micosoft word?04:39
NewGnuGuyharry__: sudo apt install libreoffice :P04:39
harry__how do i do that?04:40
kk4ewtopen a terminal and type04:40
harry__ok04:40
harry__ok i done where micosoft word04:41
NewGnuGuyharry__: What distro, version, and desktop environment are you using?04:42
harry__im using linex with ubunto one on the website04:42
harry__i think i get it i found libweoffice on apps it looks with word maybe thanks04:43
tgm4883NewGnuGuy: what's the output of "dpkg -l | grep firefox"04:46
NewGnuGuytgm4883:04:49
NewGnuGuyii  firefox                               50.0+build2-0ubuntu0.16.10.2                amd64        Safe and easy web browser from Mozilla04:49
NewGnuGuyii  firefox-locale-en                     50.0+build2-0ubuntu0.16.10.2                amd64        English language pack for Firefox04:49
mochaMancan you configure NetworkManager to activate both a wired and a wireless connection at the same time? I've setup a wifi connection but it doesn't look like it tries to activate it while the wired one is connected05:03
evandersonjoin #Brasil05:08
rocketbombทดสอบสั่งสู05:09
=== cigumo_ is now known as cigumo
rocketbombsry wrong channel05:09
Sean_McGcan I summon Exodia now?05:11
varniejoin #perl05:24
jeeves_mosswhat would cause my Asus netbook to black screen after the grub menu?05:26
llamarme[m]I don't like unity environment. I've installed cinnamon but I'm thinking to install mint since it comes with cinnamon. Will this make a difference or shall I just leave this setup alone?05:33
Scariogavin from India?05:54
Scariowelcome Shri MN Doja05:55
victorqribeirohi05:56
Scariohalo rocketbomb05:59
Scariohalo Zee05:59
drekiWhile setting up sieve on my email server I mistakenly setup a symlink  (~/sieve/myfilter.svbin > ~/.dovecot.sieve) but that should have been  (~/sieve/myfilter.sieve > ~/.dovecot.sieve). I have fixed the mistake but dovecot/sieve still throws an error saying that the symlink still links to the wrong file. I have made sure the symlink is fixed and I tried restarting dovecot and the server but nothing works. I still get the error and my sieve filters aren't proces06:06
drekiIf anyone has any ideas about what I could be doing wrong I would greatly appreciate any help.06:07
cfhowlettdreki, ask #dovecot06:09
drekicfhowlett: okay I will go there. Thanks.06:09
cfhowletthappy2help06:09
lotuspsychje!dovecot06:09
ubottuIMAP and POP are protocols for fetching email. The officially-supported server in Ubuntu is Dovecot (packages "dovecot-imapd" for IMAP, and "dovecot-pop3d" for POP) - See also !MailServer for information on the SMTP protocol06:09
drekiyeah its imap server06:10
drekicfhowlett: If no one in #dovecot responds, where is the next place you would look for help?06:13
cfhowlettdreki, there is the #ubuntu-server channel - I think this channel attracts "average" desktop users.  Setting up a mailserver is a bit more esoteric.06:14
drekithanks again.06:15
=== BlackoutIsHere is now known as BlackoutIsHere|O
hheeguys, any way to dublicate file in midnight commander?06:45
akikhhee: esc+5, then set the to: field (new name for the copy)06:51
sadponehi, can someone help me, im looking for the best linux to run on an old atom n450 powered netbook06:51
sadponethe kind that used to come preinstalled and only really able to run windows xp06:51
akiksadpone: try lubuntu06:52
sadponewould a 32 bit version of ubuntu on an SSD work alright? or is there another build06:52
sadponeoh06:52
sadponeill look that up is it like a light build?06:52
akiksadpone: it's probably the lightest one06:52
sadponehow does it differ to ubuntu?06:52
sadponeim not entirely sure what constitutes linux OS sizes06:53
for{}how can i make my screen to go to sleep faster before i login graphically?06:53
akiksadpone: it has the lxde desktop environment which is much lighter than unity06:53
sadponewhat does that mean?06:54
sadponesorry06:54
sadponei dont know the significance of the desktop environment06:54
akiksadpone: what does what mean?06:54
Eduhello fellow Ubuntu users! n00b here!06:55
akiksadpone: the graphical ui is the desktop environment you get after login06:55
EduIs it possible to have supervisor restart programs at a certain time of day? say 5am?06:55
sadponeyes, i meant what is its significance, like, is that what makes up a big chunk of the system?06:55
sadponemoreso im just curious about what it means for the system to be "stripped down"06:56
sadponewhat things get stripped away, besides preinstalled programs06:57
liuxgI am now trying to build my app using qmake 5.6.1, however, my current installation is 5.5.1. How can I upgrade my qmake version? thanks06:58
akiksadpone: yes the dependencies of the desktop environment can go to maybe a 100 or 200 packages06:58
akiksadpone: just try installing lubuntu first06:59
sadponewhat are dependencies? like system functions or services?06:59
hateballEdu: what do you mean by "supervisor" ?06:59
sadponeim currently downloading it, its gonna be a while06:59
Edu@hateball07:00
akiksadpone: on ubuntu the package manager handles dependencies between packages07:00
Edui installed an app called supervisor07:00
=== for{} is now known as IWantMoney
hateball!tab| Edu07:00
ubottuEdu: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.07:00
akiksadpone: if package a needs package b, it's handled automatically07:00
Eduhateball: roger07:00
IWantMoneyhow can i make my screen to go to sleep faster before i login graphically?07:00
Eduhateball: from my research it looks like i need a cron instead of this supervisor thing07:01
hateballEdu: Interesting, I have not used this myself07:01
sadponebut on lubuntu i take it, i would have to do that myself?07:01
Edubasically i just want to restart a program everyday @ 5am07:01
hateballEdu: Are these services or GUI apps running in an X session?07:01
IWantMoneyhateball, kinda offtopic, but are you curvy?07:01
Eduhateball: it is a video game server07:01
sadponelike manually installing system components each time a program i get needs it07:01
hateballEdu: right, so it runs headless07:01
akiksadpone: it's taken care of by the package management07:01
Eduhateball: yes, but it really needs to be restarted once a day07:02
hateballEdu: crontab is what you want then07:02
akiksadpone: it's called apt and can be controlled by apt-get or apt07:02
hateball!cron| Edu07:02
ubottuEdu: cron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto07:02
sadponeyes im fermiliar with using apt-get07:03
hateballEdu: if you are unfamiliar with crontab syntax, https://crontab.guru/ is handy07:03
Edui am going to look at it right now07:03
sadponethats how you install programs or update linux07:03
Eduthx!07:03
sadponewhat would be the difference in boot times for ubuntu and lubuntu?07:06
=== jh is now known as Guest61757
lotuspsychjesadpone: boot times is also hardware related, and tweaking07:09
akiksadpone: that would probably be the same07:09
IWantMoneyhow can i make my screen to go to sleep faster before i login graphically?07:09
sadponewell, i think ill just go with lubuntu and see how it goes07:09
IWantMoneywhy crontab and not systemd?07:10
IWantMoneysystemd has its own .timer units07:10
Eduhateball: so basically i need to have a script that restarts the server itself07:10
Eduhateball: and then just run that script @ 5am using cron07:10
hateballEdu: How is the server run today? Do you manually start a binary as some user?07:11
Eduhateball: i launch a .sh which in turn launches a binary, as a user yes07:12
backboxhey07:12
Eduhateball: i could probably just use a script that kills all screens07:12
Eduhateball: then supervisor should automatically restart it i believe07:13
hateballEdu: well without knowing what the thing is it's pretty hard to say. Does the .sh have any sanity checks in itself? Like if you run it twice, will it restart the server or do you need to do that manually?07:13
Eduhateball: kind of noob ghetto07:13
backboxi want hack website07:13
backboxi can pay money07:13
hateball!ot | backbox07:13
ubottubackbox: #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!07:13
Eduhateball: it will launch the server again and kind of mess things up, it will not restart the current one07:13
brotherBoxhi guys. im using the GUI installer on an UEFI system and i want to use my ESP partition as /boot, but the interface wont let me. it seems to be common practice though. is there a way to use ESP as /boot?07:14
brotherBoxbackbox gives regular boxes a bad name :(07:14
carlyhey guys07:21
carlyhave a question07:21
carlyanyone here?07:22
hateball!ask | carly07:22
ubottucarly: 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 !patience07:22
carlyubottu: sorry!07:22
carlyokay so i need to get my ubuntu back to 16.4 from 16.1007:23
carlyi hate this!07:23
carlyits not working i cant even add chrome, nothing uddates it is hard to work with and i really liked the initial version07:23
carlyi updated on accident really, anyone know how i can downgrade back?07:24
carlyplease does anyone know how i can install chrome07:28
carlyso that i have flash and can watch tv on my darn laptop07:28
LonelyPatient_有中国人吗07:29
MarxLenin99I need help07:30
LonelyPatient_what's wrong?07:31
LonelyPatient_有会中文的吗,好烦07:32
LonelyPatient_quit07:33
Tkong[m]這玩意速度真慢07:33
LonelyPatient_##quit07:33
MarxLenin99I'm trying to run Ubuntu using vbox. I can get to the install screen, and then it goes black07:33
LonelyPatient_这没什么用啊,就一个在线聊天室 有啥用啊07:33
LonelyPatient_国外有什么好的linux论坛推荐吗07:34
elias_acarly: Downgrading is not supported.07:34
Tkong[m]😏07:34
Tkong[m]表情都沒有07:34
carlyno one is answerig me tonighjt07:34
elias_aEasiest way of downgrading: back up your user data, install from scratch and put your files back to /home.07:34
MarxLenin99Oh well07:35
Tkong[m]艹,我不會英文07:35
elias_acarly: My last was for you. :)07:35
LonelyPatient_会中文的出来咯07:36
carlyno downgrading!?07:36
carlyelias_a: can i wipe it and have it reboot into 16.0407:36
hateball!chrome | carly07:36
hateballugh07:36
hateballcarly: anyhow, you download chrome from google directly and just run the deb they provide07:36
elias_acarly: Check this video to install Chrome: https://www.youtube.com/watch?v=eNJB_HpUq_k07:37
carlyhateball: they dont make flash for anything else anymore, i can't watch my tv :( also, i did run the deb but they only provide one for 64 and i am runnning 32 :(07:37
elias_acarly: If Chromium is not good enough...07:37
hateballor if you like chromium instead, "sudo apt install chromium-browser adobe-flashplugin"07:37
hateballcarly: oh 32-bit, that's... I have no idea about that07:37
Tkong[m]都出來07:38
LonelyPatient_这里就一个在线提问题的聊天室了.07:38
gianyHow can I see the install date of a package by running a command only..?07:38
carlychromium is just fine its adobe flash that is messing everything up :(07:38
LonelyPatient_Tk是哪里的?07:38
carlyhateball: nooo! So there is no way to wipe and re-install ubuntu?07:38
carlyhow can i just start over without having to place the boot usb onto my laptop07:39
elias_acarly: Yes there is a way to reinstall Ubuntu. Sure.07:39
LonelyPatient_can you see me? what the fuck!07:39
Tkong[m]淪陷區07:39
carlyelias_a: is it easy or difficult or complicated? And is there a way for me to just upgrade to the 64bit version - sorry if i sound stupid i'm really new to all of this07:40
LonelyPatient_什么鬼,不懂.香港人?07:40
hateballgiany: you can grep through /var/log/apt/history*07:40
hateball!cn | LonelyPatient_07:40
ubottuLonelyPatient_: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw07:40
elias_acarly: But given the fact that you have to ask it there are a couple things you shoud consider like backing your files up before formatting your linux partitions.07:41
hateballcarly: Switching architecture is not super easy, altho possible. The easiest way would be to backup data and reinstall 64-bit07:41
LonelyPatient_ubottu tks07:41
carlyi dont really have anything important on this computer...07:41
Tkong[m]淪陷區不知道?07:41
elias_aLonelyPatient_: We do see you. This is a support channel so people do not react to nonsense.07:41
carlyokay would you mind shooting me some info on how to go about that07:41
carlypretty please!? :)07:42
LonelyPatient_讲明白点,你繁体字,我猜你大概是港澳台了07:42
Tkong[m]好吧,你是哪裡的!07:42
LonelyPatient_我在长沙07:42
elias_acarly: If you don't any data you need to save, you can do a new install.07:42
Tkong[m]LonelyPatient_: 嗯哼07:43
LonelyPatient_你知道?07:43
hateballTkong[m], LonelyPatient_ do speak english07:43
carlyelias_a: okay! how should i do that?07:43
carlyi meant really....really new to this lol07:43
Tkong[m]LonelyPatient_: 知道的07:43
elias_acarly: Are there other operating systems in that computer?07:44
LonelyPatient_他让我们讲英文额.07:44
carlyelias_a: no i wiped it before i booted it with a bootable usb07:44
LonelyPatient_ok, i spek english07:44
Tkong[m]LonelyPatient_: 不會英文怎麼講!😂07:44
hateballcarly: Any reason you used 32-bit instead of 64-bit?07:44
LonelyPatient_ use  pingying07:45
carly hateball nope! Just an idiot lol, didnt even realize i did it07:45
elias_acarly: Here's how you install: https://www.ubuntu.com/download/desktop/install-ubuntu-desktop07:45
IWantMoneyhow can i make my screen to go to sleep faster before i login graphically?07:45
LonelyPatient_hateball why your name is red?07:45
IWantMoneybecause hes a hate ball07:46
hateballLonelyPatient_: Because your IRC client picked that color07:46
carlyelias_a: should i wipe what i have on here first?07:46
IWantMoneyhate is red, dammit07:46
IWantMoneypeace is blue07:46
carlyelias_a: the comp only has 2gb memory btw07:46
hateballcarly: The installer will offer to wipe the whole drive, just like it did the first time07:46
carlydnt know if that matters07:46
IWantMoneygod is white and devil is black07:46
DroIosDoes anyone here know a good bit about phone operating systems07:46
elias_acarly: Here's how you download and create the USB stick: https://help.ubuntu.com/community/Installation/FromUSBStick07:46
carlyokay awesome!07:46
hateballcarly: And 2GB is fine, the overhead of 64-bit is neglible07:47
hateballcarly: At least when you compare it to not being able to run the software you want, at all07:47
carlyelias_a: hateball i wont have to reinstall w a usb right???07:47
DroIosI was wondering how they are made, and what I need07:47
carlyhateball: yes true true07:47
elias_acarly: Yes you do.07:47
hateballcarly: Well yes, you would need to download the 64-bit iso and put onto the thumbdrive and then reinstall07:47
DroIosIs it posible to build an OS?07:47
venzenTkong[m]: google翻译帮助我理解你的最后一条消息07:47
carlyoh man :(07:47
carlydarn07:47
hateball!ot | DroIos07:47
ubottuDroIos: #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!07:47
carlythat takes forever lol07:47
LonelyPatient_i need a linux bbs, can you recommend one?07:47
elias_acarly: The system files you need in the installation process are on the USB drive.07:48
DroIosI know, I am here because I am using ubuntu to build android07:48
=== IWantMoney is now known as vulg
carlyokay....damn so upsetting i thought there would be a way to just reboot with a new system from here...like a command or something...there arent any options since im running linux right?07:49
LonelyPatient_Too bad I think chat room, not help07:49
elias_acarly: It takes a long time if you are running an old pc, true.07:49
Tkong[m]venzen: 最後一條?07:49
venzenTkong[m]: 很高兴看到人们在这里说中文07:49
vulg!cn | venzen07:49
ubottuvenzen: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw07:49
carlyi initially had ubuntu but i was trying to change to linux and a woman on this channel gave me a command to run so that i could boot linux 32bit07:49
vulg!jp | venzen07:49
ubottuvenzen: 日本語の場合は /join #ubuntu-jp または /join #kubuntu-jp を入力して下さい。07:49
LonelyPatient_我们去中文区吧07:49
vulg!ko | venzen07:49
ubottuvenzen: 도움이 필요하시면 다음 채널에 조인하십시오. /join #ubuntu-ko07:49
Tkong[m]venzen:我是穿越GFW出來的07:50
elias_acarly: Upgrade replaces the system files. That is similar in all computer OSs I know.07:50
carlyok i gotcha07:50
LonelyPatient_用的hosts 都没法看youtube视频,太糟糕了07:50
venzenTkong[m]: 是的最后一个,对不起,我不能加入的谈话07:50
elias_acarly: Gotta go now. Ppl will help you. Good luck!07:50
venzenLonelyPatient_: what is bbs?07:51
carlykk! thanks!07:51
Tkong[m]LonelyPatient_: 中文區?哪裡07:51
carlyhateball: i juust found a 32bit flash player download tar.gz for chromium!07:51
LonelyPatient_venzen: forum07:51
Tkong[m]venzen: what?07:51
carlyhateball: having so much trouble with installs though, can you help me install the tar.gz07:52
elias_acarly: One more thing! Consider making a separate /home partition during installation: http://www.psychocats.net/ubuntu/installseparatehome07:52
venzenLonelyPatient_: i haven't found a good open source bbs07:52
LonelyPatient_venzen: are you chinese?07:53
carlyelias_a: thank you very much!07:53
venzenLonelyPatient_: not in the Ubuntu package repository, no i'm not but i have google translate :)07:53
elias_acarly: That means your data is on a separate partition and it is easier to back up. Separate /home can also be kept intact during installation / upgrade.07:53
venzenLonelyPatient_: how about zeronet?07:54
elias_acarly: You're welcome.07:54
vulghateball, i really like your nickname07:54
LonelyPatient_ventu: can you speak chinese?07:54
vulghow can i make my screen to go to sleep faster before i login graphically?07:54
venzenLonelyPatient_: i cannot speak Chinese - i used Google transalte service07:54
venzen*translate07:54
venzenLonelyPatient_: look at ZeroNet https://zeronet.io/07:55
LonelyPatient_venzen: where are you from?07:55
venzenThat is a distributed bbs based on the Bitcoin blockchain design07:55
venzenOnce you put it it up, no-one can take it down :)07:56
LonelyPatient_venzen: can't open it! This site can’t be reached07:56
venzenLonelyPatient_: ok hold on...07:57
LonelyPatient_ubottu is a robot? oh my god !07:57
ubottuLonelyPatient_: I am only a bot, please don't think I'm intelligent :)07:57
venzenLonelyPatient_: here is the GitHub page: https://github.com/HelloZeroNet/ZeroNet07:57
LonelyPatient_i said to him 'thanks',it's funney!07:58
venzenubottu: say the password07:59
ubottuvenzen: I am only a bot, please don't think I'm intelligent :)07:59
someone235Hi, this is my partitions: http://i.imgur.com/VhtnGUZ.png how can I move the unallocated space right to /dev/sda2?07:59
LonelyPatient_how can i reply message?  ex: quote username08:00
venzenLonelyPatient_: can you access the ZeroNet GitHub page?08:00
LonelyPatient_yes  i  got it08:00
venzengreat08:00
venzenLonelyPatient_: you want to send a private message? /query username08:01
LonelyPatient_no, like "venzen:"08:02
lotus777hello08:03
LonelyPatient_what type the site is? about linux?08:03
venzenLonelyPatient_: you type the first few characters and then press tab08:04
lotus777Linux.com08:04
lotus777LonelyPatient_ what do you mean?08:05
venzenLonelyPatient_: this is a channel for Ubuntu Linux - its a popular distribution because it is good08:05
backboxcan you tell me how to remove grub08:05
LonelyPatient_lotus777:  i looking for a linux forum08:05
LonelyPatient_a good one08:06
venzenbackbox: first one in Yoda's Brain Connector: http://askubuntu.com/questions/131168/how-do-i-uninstall-grub08:06
backboxwhere08:06
LonelyPatient_venzen: your are so nice guy ,thank you!08:06
akikLonelyPatient_: askubuntu.com08:06
backboxthanks guys08:07
venzenLonelyPatient_: yes, askubuntu.com08:07
LonelyPatient_nice,i take it ,it's good site for ubuntu08:08
akikLonelyPatient_: https://ubuntuforums.org/08:08
rko-lHi bro, i'm from Indonesia08:10
srulii need some help to make an array from a string, i get the string by awk print first column, the issue i have is that most have multiple words, so when i turn into array each word becomes an element i need each line to be an element i tried adding quote marks but it does not help, this is what i use at the moment "lisy=$ ... | awk 'BEGIN{FS="  "}{ print "\""$1"\"" }'" and echo "${list[@]}" can anyone please help me out, thanks08:11
LonelyPatient_halo,i'm come from  China08:11
LonelyPatient_my english is sucks08:12
LonelyPatient_anybody give me a gmail! we can be a friend.08:14
AndChat|181649Why gmail?08:16
phil42we can be friends right here08:18
phil42do you run ubuntu?08:18
hateball!ot| Please only use this channel for support questions08:19
ubottuPlease only use this channel for support questions: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!08:19
codebyteris this the right place to ask for some help with some networking problems?08:19
srulicodebyter: you can try08:20
codebyterok, this is my crappy drawing: https://goo.gl/Gz9yY208:20
codebyterthese are my iptables: https://gist.github.com/carldanley/81cd03b1707caafd01e4066c0071426408:20
codebyterwhat am i doing wrong?08:20
codebyteri have no internet when i activate those tables08:20
srulicodebyter: i am not an expert but to me it seems biggest problem is you havent set iptable rules for ESTABLISHED, REALATED , (did not read your topology)08:23
sruliwithout established&realated rule traffic cannot reach you on the way back08:23
=== me is now known as Guest79374
LonelyPatient_AndChat|181649: gmail used to contact08:28
LonelyPatient_phil42:  yes, my  os was ubuntu 16.04 LTS08:29
allard-a1fatesting08:37
uruk7hello i want to change ip from terminal in ubuntu 16.04 change interfaces and ifconfig enp2s0 down and up but when ifconfig -a the ip inet is the same , no change08:40
=== T-Rex-Jesus is now known as blackheart
LonelyPatient_are you restart network service?08:42
ilhamihi.08:57
ScarioHalo Devnull09:12
Scariohalo Pieter Bezuidenhout09:16
carldanleanyone here familiar with ip tables and stuff? im really stuck on things09:19
srulicarldanle: ask your question.. if anyone can help they will09:19
carldanlesame thing sruli, I couldn't remember your name09:20
srulicarldanle: did you add a rule for established&realated?09:20
carldanledo you have an example by any chance? im still a newbie to ubuntu networking09:21
bhuddahthen how about using ufw and not manually butchering iptables?09:21
carldanlethat's possible too i suppose09:22
carldanleso just accept everything on iptables?09:22
bhuddahit's a frontend that acutally translates in iptables09:23
=== stoney is now known as Guest90051
srulicarldanle: try "iptables -A INPUT  -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT"09:23
Guest90051Where do I go to find someone experienced in android/IOS operating system code?09:23
Guest90051Google beholds no keys for this door09:24
carldanlesruli: trying09:24
carldanlebhuddah: i can dig that - think that might make more sense right?09:24
=== MonkehParade is now known as Guest91143
cfhowlettGuest90051, www.rent-acoder.com09:26
bhuddahcarldanle: it might be a good starting point to get an idea how a working iptables setup for you looks like.09:28
carldanlebhuddah: i have it working with all policies as accept and turned on masquerading for the external nic09:29
carldanlei turned ufw on and allowed in from external nic for port 80 and it instantly did what i wanted it to09:29
bhuddahcarldanle: another good strategy is to add logging rules right at the end of the tables to see what gets caught by the default policy.09:30
carldanleoh whoa, you can do that?09:30
bhuddahcarldanle: i think ufw can do that too on a higher logging setting.09:31
carldanlebhuddah: if i leave ufw enabled and reboot, will it re-enable ufw again?09:33
vabayes09:33
bhuddahcarldanle: try it. i think the manual says yes.09:33
carldanlegood call09:34
thorhow to install java on ubuntu 17.04?09:35
=== thor is now known as Guest65321
srulitalking about FW, is there a way to make application based rules?09:36
cfhowlett!zenial | Thorstenmari ,09:36
cfhowlett!zesty | thor09:37
ubottuthor: Ubuntu 17.04 (Zesty Zapus) will be the 26th release of Ubuntu.  It is due to be released in April 2017. Discussion in #ubuntu+109:37
=== Popzi1 is now known as Popzi
hellowant to know how to scan android device in linux terminal ?09:47
themisterecothe organisation i work for seems to block the terminal apt-get install function, any ideas how i can circumnavigate through this? is there a different port i can use or a different command?09:52
cfhowlettthemistereco, try apt09:52
roryWhat is the difference between ctrl-shift-v, and shift-insert. seems like sometimes when I copy text, I have to use shift-insert to paste, but can't see a pattern to it.09:53
roryand sometimes they paste different things entirely.09:54
themisterecocfhowlett: ok, i get a description of apt09:54
marshall__Anyone think they can help me access files on my old disk partition?09:54
themisterecocfhowlett: any ideas what i can do?09:56
marshall__Need help with accessing photos on a different partition.09:56
cfhowlettthemistereco, if you have 16.04, use apt not apt-gt09:56
ducasserory: shify+insert pastes the x selection buffer, ctrl+v the clipboard09:56
srulithemistereco: insteat of apt-get just use apt "apt install something"09:57
rorywhat determines whether ctrl-c'ing a bit of text in Chrome, sends the text to the clipboard or the x selector buffer?09:57
themisterecosruli: cfhowlett hmmm ok let me try09:57
roryCan I make it always go to one or the other?09:57
ducasserory: just highlighting it sends it to the selection buffer, ctrl+c the clipboard. use clipit or parcellite to sync them.09:58
marshall__I had some problems with OpenSUSE and Mint, so I installed Ubuntu 16.04, making a new partition, and now I can't access my photos from the old mint partition.09:58
srulimarshall__: how is it connected to ur machine? what is partition type?09:58
marshall__hdd09:58
marshall__I created it during ubuntu 1604 intallation09:58
marshall__I think I can see the file, but I believe to access the documents/photos, I would need to access the root file in that partition, right?09:59
themisterecosruli: cfhowlett i tried sudo apt install but still i got unable to fetch10:00
srulimarshall__: is it ext 4? did you use any encryption? are the docs under ecryptfs?10:00
cfhowlettthemistereco, time to talk to your IT department10:01
cfhowlettwait, what release are you on?10:01
srulithemistereco: i didnt think that would help, i gues you would need to download the files and install using dpkg10:01
marshall__docs are not encrypted to my knowledge. It is ext 410:01
srulimarshall__: pate output of lsblk to paste.ubuntu.com10:02
themisterecosruli: hmmm ok10:02
themisterecosruli: yes when i apt download i get the .deb files and i can install them individually.10:02
ducassemarshall__: the files are likely stored with another userid, in which case you need to copy them as root10:02
srulithemistereco: great now use dpkg -i to install10:03
themisterecosruli: thanks10:03
helloI can use little help here from you guys about android run scan in OS10:04
marshall__pasted. Thing is that I cannot find the files. I've been searching folders manually for anything that sounds familiar, but I think that they are in the root directory because I saved them under my profile, which was admin10:04
srulimarshall__: url of the paste?10:05
cfhowlettadmin is not root, marshall__10:05
cfhowlettgo to your /home/username folder.10:05
marshall__http://paste.ubuntu.com/23521482/10:05
marshall__sorry, I'm still learning10:05
srulihello: be specific, what exactly are you trying to do?10:05
=== me is now known as Guest99095
marshall__the partition is at sda510:07
srulimarshall__:  what do you have under /media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea4974/home/ ?10:08
marshall__That's what's left of my old mint partition. I can open it and see lots of folders/files, but I haven't been able to locate my documents and photos10:09
marshall__I'm still learning how to navigate with the terminal,and I'm not sure how the tree(?) is structured10:10
akikmarshall__: please use linux terms when describing your situation10:10
akikmarshall__: i.e. home directory, user account10:10
marshall__ok, sorry, I'm new to the terminology. If I say something wrong, please let me know10:11
akikmarshall__: even if your user account had sudo rights (=admin ?), the files live in your home directory under /home/username10:11
Ilyasremark about 16.04 server documentation: https://help.ubuntu.com/lts/serverguide/network-configuration.html seems to not mention the naming changes, which are mentinoed here http://askubuntu.com/questions/689070/network-interface-name-changes-after-update-to-15-10-udev-changes#68914310:13
akikmarshall__: you can use this syntax to find all jpg files for example: find / -type f -name "*jpg"10:13
marshall__Ok, so I'm looking at my username directory within the home directory, and I only see two file, a README.txt and a Access-Your-Private-Data.desktop10:14
hateballakik: Assuming only jpg files contain jpg in their names ;)10:14
srulimarshall__: its encrypted10:14
marshall__so do I use the terminal to navigate to that directory, and then type those commands?10:14
marshall__oh10:15
marshall__how did you find that out? is it in the way something was written?10:15
sruliAccess-Your-Private-Data.desktop10:15
marshall__I get this message when trying to access either of those files: The link “Access-Your-Private-Data.desktop” is broken.10:16
srulimarshall__: in that directory whats the ouput of "ls -lah"10:16
zzarrhello!10:18
marshall__where shall I paste it, sruli?10:18
srulipaste.ubuntu.com10:18
marshall__done10:19
sruliurl?10:19
zzarrI have a just started my computer, something is hoging over 2GB of RAM10:19
zzarrI have xchat, teamviewer, chrome (3 tabs) and the system monitor running10:20
hateballzzarr: And that isnt showing in the system monitor then? Which process is eating all the memory10:21
=== for{} is now known as DeadEnd
zzarrno, something is hoging more and more RAM10:21
srulizzarr: check the output of "ps aux  | awk '{print $6/1024 " MB\t\t" $11}'  | sort -n" highest results at end of list10:22
srulimarshall__: what is the urlk of ur last paste?10:22
SebthreeBQM10HDhi10:23
a1b2c3d4e5f6g7h8a1 b2 c3 d4 e5 f6 g7 h8 i9 j10 k11 l12 m13 n14 o15 p16 q17 r18 s19 t20 u21 v22 w23 x24 y25 z26zyxwvutsrqponmlkjihgfedcbaa1b2c3d4e5f6g7h8i9j10k11l12m13n14o15p16q17r18s19t20u21v22w23x24y25z26z26 y25 x24 w23 v22 u21 t20 s19 r18 q17 p16 o15 n14 m13 l12 k11 j10 i9 h8 g7 f6 e5 d4 c3 b2 a1a1 b2 c3 d4 e5 f6 g7 h8 i9 j10 k11 l12 m13 n14 o15 p16 q17 r18 s19 t20 u21 v22 w23 x24 y25 z26zyxwvutsrqponmlkjihgfedcbaa1b2c3d4e5f6g7h8i9j10k11l12m13n14o15p16q17r18s10:23
marshall__sorry, it's http://paste.ubuntu.com/23521520/10:23
a1b2c3d4e5f6g7h8a1 b2 c3 d4 e5 f6 g7 h8 i9 j10 k11 l12 m13 n14 o15 p16 q17 r18 s19 t20 u21 v22 w23 x24 y25 z26z26 y25 x24 w23 v22 u21 t20 s19 r18 q17 p16 o15 n14 m13 l12 k11 j10 i9 h8 g7 f6 e5 d4 c3 b2 a1a1b2c3d4e5f6g7h8i9j10k11l12m13n14o15p16q17r18s19t20u21v22w23x24y25z26zyxwvutsrqponmlkjihgfedcba10:23
SebthreeBQM10HDwhy is fast/quick boot meant to be disable for UEFI installs?10:23
a1b2c3d4e5f6g7h8zyxwvutsrqponmlkjihgfedcbaa1 b2 c3 d4 e5 f6 g7 h8 i9 j10 k11 l12 m13 n14 o15 p16 q17 r18 s19 t20 u21 v22 w23 x24 y25 z26a1b2c3d4e5f6g7h8i9j10k11l12m13n14o15p16q17r18s19t20u21v22w23x24y25z26z26 y25 x24 w23 v22 u21 t20 s19 r18 q17 p16 o15 n14 m13 l12 k11 j10 i9 h8 g7 f6 e5 d4 c3 b2 a110:23
=== peb is now known as Guest69656
marshall__sruli: I'm also new to irc10:23
a1b2c3d4e5f6g7h8a1 b2 c3 d4 e5 f6 g7 h8 i9 j10 k11 l12 m13 n14 o15 p16 q17 r18 s19 t20 u21 v22 w23 x24 y25 z26a1 b2 c3 d4 e5 f6 g7 h8 i9 j10 k11 l12 m13 n14 o15 p16 q17 r18 s19 t20 u21 v22 w23 x24 y25 z26a1 b2 c3 d4 e5 f6 g7 h8 i9 j10 k11 l12 m13 n14 o15 p16 q17 r18 s19 t20 u21 v22 w23 x24 y25 z26a1 b2 c3 d4 e5 f6 g7 h8 i9 j10 k11 l12 m13 n14 o15 p16 q17 r18 s19 t20 u21 v22 w23 x24 y25 z26a1 b2 c3 d4 e5 f6 g7 h8 i9 j10 k11 l12 m13 n14 o15 p16 q17 r18 s19 t20 u210:23
srulimarshall__: i meant run that command in the username directorey10:24
marshall__ok, I'll be right back10:24
a1b2c3d4e5f6g7h8the first one is the most of my life, but the other day, but the other day, but the only way you want. you are not in use. the only way you want. you can also do not want to go to the next few days. I am going to the next few days. if the weather is nice to have the right to stay on your own. the first one is for a couple days ago. I will not be a good time for a couple days, but I think I10:25
marshall__sruli, is the directory called "username"? I thought you meant for me to run it in the directory with the name of the profile (mine) where they were saved. Can you help me understand, please10:26
marshall__by "they", I mean the files I'm trying to access10:27
srulimarshall__: ok lets take it one step at a time, post output of "ls -alh home/"10:27
zzarryea, teamviewer is taking about 700 MB, mediascanner-extractor, just under 250MB, dropbox and compiz just under 200 MB each, still it adds up to 2.7GB10:27
marshall__do you mean home from the partition I'm trying to access, or home from the main partition?10:29
srulizzarr: how many times is chome listed? add them all up, u can also check chrome's built in task manager to see10:30
srulimarshall__: the one u r trying to access10:30
marshall__thanks, I'll brb with the link10:30
marshall__url10:30
zzarrsruli, I killed chrome, but no major change10:35
marshall__sruli: http://paste.ubuntu.com/23521573/10:37
SaggyClitI require a large clit to lick.10:38
ducasse!ops | SaggyClit10:38
ubottuSaggyClit: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang, chu10:38
srulimarshall__: i guess the docs u r trying to recover are for the user "marshall"?10:40
marshall__yes. That is my username10:41
srulimarshall__: post output of "ls -alh home/marshall"10:41
marshall__ok10:41
=== gmhafiz_ is now known as gmhafiz
marshall__http://paste.ubuntu.com/23521591/10:42
cfhowlettenryption?  really should have mentioned that sooner ...10:44
zzarrI'll reboot again10:44
zzarrbrb10:45
marshall__cfhowlett, is that meant for me?10:46
srulimarshall__: ok cd to into the marshall directory and do "sudo ecryptfs-recover-private"10:46
marshall__sruli, ok, brb10:46
srulimarshall__: i take it that you remember the password for that user account?10:46
DevAntoinegi10:46
DevAntoineI've got the following cron file (put in /etc/cron.d) http://pastebin.com/3aWD4XJe and the following executed script: http://pastebin.com/zddpWh04 Logs print this: /home/antoine/dev/projects/agenor/backend/scripts/manager-planning.sh: line 6: $APP_PATH/scripts/agecom-command.sh: No such file or directory10:47
DevAntoineWhy the variable isn't replaced in the command?10:47
marshall__yes10:47
DevAntoinewhen the script takes the argument it doesn't replace the variable?10:47
srulimarshall__: output of last command?10:47
marshall__says the command isn't found10:48
marshall__I triple checked the spelling with yours10:49
sruliDevAntoine: you got $1 instead of $i10:49
DevAntoinesruli: as expacted10:50
DevAntoineI want to get the argument passed to this command10:50
marshall__sudo ecryptfs-recover-private10:50
DevAntoinewait10:50
sruliDevAntoine: opps, didnt read it correctly, how do you pass the path variable to the script?10:50
DevAntoinewhy I've got an error on $APP_PATH oO10:51
DevAntoinesruli: see first link10:51
LinuxNovicehi, I needed some help.10:51
DevAntoineit's the first arg10:51
marshall__sruli, just making sure none of those black messages were directed at me10:52
LinuxNoviceis there any difference between installing Ubuntu 16.04 and then installing LXDE on top of it and installing Lubuntu?10:52
LinuxNoviceI have a very old laptop and I'm sure Ubuntu 16.04 won't run on it.10:52
cfhowlettLinuxNovice, yes.  lubuntu has different default apps.  if your laptop won't run ubuntu, then download the lubuntu .iso and make a usb.10:53
srulimarshall__: you are now using ubuntu, right?10:53
marshall__yes10:53
mcphailLinuxNovice: you'd install something like "lubuntu-desktop" if you want the full experience10:53
LinuxNovicewhat is that lubuntu-desktop?10:53
LinuxNoviceI am new to Linux.10:54
mcphailLinuxNovice: lxde plus all the tweaks from Lubuntu10:54
cfhowlettLinuxNovice, open a terminal.  type apt show lubuntu-desktop10:54
srulimarshall__: do you see a .Private directory in ur current install? "ls -alh ~"10:54
=== gcollura is now known as randomcpp
=== randomcpp is now known as gcollura
marshall__do I need to go back to the main partition I'm currently working in?10:55
LinuxNovicewhat does that do? apt show lubuntu-desktop10:55
srulimarshall__: that should work from where you are10:55
cfhowlettLinuxNovice, it shows the packages10:55
LinuxNoviceI have installed LXLE now.10:55
cfhowlettLinuxNovice, lxle is not ubuntu and is not supported here.10:56
sruliDevAntoine: echo the 2 variables from the cron script as root user, is the output as expected?10:56
marshall__sruli, there's no .Private directory10:56
LinuxNoviceYeah. I know. I wanted to install Ubuntu or its variants.10:56
LinuxNovicejust wanted to know if there is any difference.10:57
srulimarshall__: sudo apt-get install ecryptfs-utils when done run sudo ecryptfs-recover-private10:57
marshall__sruli, ok, brb10:57
LinuxNoviceIt means installing LXDE on top of Ubuntu is different than installing Lubuntu?10:58
cfhowlettLinuxNovice, asked and answered ... YES they are different10:58
LinuxNoviceok.10:58
ducasseDevAntoine: that won't work, the variable in the second line won't be expanded10:58
SebthreeBQM10HDhi LinuxNovice10:59
DevAntoineducasse: how can I make it work?11:00
SebthreeBQM10HDLinuxNovice, you don't need to pm11:00
LinuxNoviceok.11:00
SebthreeBQM10HDLinuxNovice, and  I belive as I tried to explain before11:00
LinuxNoviceyes.11:01
SebthreeBQM10HDLinuxNovice, 16.10 or 16.04 is the version and the base11:01
ducasseDevAntoine: by not usign variables on the right-hand side in an assignment11:01
ducasse*using11:01
LinuxNoviceyes. I know. 16.04 is a LTS release.11:01
marshall__sruli, http://paste.ubuntu.com/23521632/11:01
SebthreeBQM10HDLinuxNovice, if you started with for example  Lubuntu 16.04  or  Ubuntu 16.04, you would have the same version base11:01
SebthreeBQM10HDLinuxNovice, it would be the same basically except for the interface being different and things like hat11:02
LinuxNoviceSebthreeBQM10HD: ok11:02
SebthreeBQM10HDLinuxNovice, that's also why can  intalll different interfaces into the same install, since the base install version wil stay the same11:03
DevAntoineducasse: but I want the $AGECOM_COMMAND to be passed to the script11:03
LinuxNoviceSebthreeBQM10HD: But, I tried Ubuntu 16.04 on my laptop it was very slow. my laptop is very old. But, Lubuntu worked fine on this. Why is that?11:03
SebthreeBQM10HDLinuxNovice, 16.04  is the version for  Ubuntu or any of it' offical dervatives such as lubunu and xubuntu etc11:03
ducasseDevAntoine: then you need several slightly different variables11:03
SebthreeBQM10HDLinuxNovice, if you installed from a 16.04 version as in the ISO  for one, or downloade another from the repos11:04
LinuxNoviceSebthreeBQM10HD: the question is installing LXDE on Ubuntu, will it give the same performance as Lubuntu?11:04
SebthreeBQM10HDLinuxNovice, yes that' to be expectd, since you  said the lap top is from like 2005 as well ?11:04
DevAntoineducasse: ?11:04
srulimarshall__: take ownership of that directory, "sudo chown -R marshall:marshall /media/marshall/"11:05
ducasseDevAntoine: why '?'?11:05
LinuxNoviceSebthreeBQM10HD: I usually download the iso and burn it on the usb drive and install from that.11:05
SebthreeBQM10HDLinuxNovice, Unity 7 the interface used by default in Ubuntu, on top of GNOME 3 otherwise,  and Unity is used by default instead of the GNOME Shell interface for GNOME 311:05
LinuxNoviceSebthreeBQM10HD: ok11:06
ducasseDevAntoine: i'll say it again: you can't use variables on the right-hand side in an assignment11:06
SebthreeBQM10HDLinuxNovice, both of those interfaces are likely to no work  that well if at all raelly, on a old  lap top, since being more resource hungry, hardawre resources11:06
marshall__sruli, done. Should I retry the "ecryptfs..." command?11:06
sruliyes11:06
mcphailLinuxNovice: if you install the lubuntu-desktop package, it will install LXDE and all the lubuntu customisations, giving you a full lubuntu experience. At the login screen, you can pick a Lubuntu session rather than the default Ubuntu/Unity session, and it should be a nippy and agile as a fresh lubuntu install11:07
SebthreeBQM10HDLinuxNovice, so yes a older lap top should be much bettter off with LXDE/Lubuntu  XFCE/Xubuntu or Mate11:07
LinuxNoviceSebthreeBQM10HD: what is I install Ubuntu LTS and then LXDE interface? will it work?11:07
SebthreeBQM10HDor maybe maybe Cinnamon11:07
DevAntoineducasse: yeah, that one, I got it. But as I said I need to pass the $AGECOM_COMMAND to my .sh and I don't know why. And I don't know either what you mean with "slightly different variables"11:07
SebthreeBQM10HDLinuxNovice, yes old lap top don't bother wih Unity if it' o old baialy or GNOME 311:07
cfhowlettLinuxNovice, you said you had lxle installed on that computer, not ubuntu.11:07
marshall__sruli, It gave me the same result: permission denied11:07
LinuxNoviceyes. I intend to try Ubuntu or its other flavours.11:08
ducasseDevAntoine: you need to set the full path in $AGECOM_COMMAND11:08
srulimarshall__: use the chown command but put the full path to the final marshall directory11:08
SebthreeBQM10HDLinuxNovice, you could try the GNOME 3 default interface but would work abot as well as uity11:08
LinuxNoviceSebthreeBQM10HD: ok11:08
DevAntoineducasse: oh11:09
SebthreeBQM10HDLinuxNovice, you mentioned beore that that the lap top was quite old, as a resut,  Lubuntu, Xubuntu,  or  Ubuntu Mate11:09
ducasseDevAntoine: exactly.11:09
marshall__sruli, what do you mean the "final" marshall directory?11:09
DevAntoineducasse: double quotes won't help right?11:09
SebthreeBQM10HDLinuxNovice, would be the best way to go really, and yes you can have all three of thos insalled into the  same intall  even11:09
marshall__ah, from my current home directory?11:09
ducasseDevAntoine: full path, no variables.11:09
LinuxNoviceSebthreeBQM10HD: ok. I liked Unity also. It was different. But, sadly can't use it on my old laptop.11:09
SebthreeBQM10HDLinuxNovice, just remember to only download  from the offical ubuntu repos this time thugh11:09
SebthreeBQM10HDLinuxNovice, not websites, lik you did or mate beore11:10
srulimarshall__: what is the full path to the direcotry where you have .Private?11:10
ducasseDevAntoine: you can see 'man 5 crontab' for details on this.11:10
=== viktor is now known as viktor_afk
LinuxNoviceSebthreeBQM10HD: Yes. I remember that. I had to reinstall the entire OS, because of that.11:10
sruliDevAntoine: i'm far from an expert but maybe try http://pastebin.com/tvqXbY1M11:12
marshall__sruli, /media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea497411:12
marshall__so that's the path to use?11:13
srulimarshall__: take ownership of that directory, "sudo chown -R marshall:marshall /media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea4974/home/marshall/"11:13
marshall__done11:13
srulimarshall__: sudo apt-get install ecryptfs-utils when done run sudo ecryptfs-recover-private11:14
srulimarshall__: suorry skip install part run sudo ecryptfs-recover-private11:14
marshall__sruli, I got the same result. Denied11:15
srulimarshall__: try "sudo chown -R marshall:marshall /media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea4974/home/marshall/*"11:15
marshall__with an asterisk at the end?11:15
sruliyes11:15
marshall__sruli, ecryptfs again?11:17
sruliyes11:17
marshall__sruli, it denied me again11:17
SarrisuelaHello I have a problem with the touch screen of my laptop, there someone who can help me?11:17
srulimarshall__: "cd  media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea4974/home/marshall/" and try again11:18
marshall__sruli, starting with chown?11:20
srulino, juse cd ...11:20
marshall__I already changed the directory, but you said try again11:21
srulimarshall__: are you currently in that directory?11:21
marshall__I'm in eaafd382-a690-42c5-a7f8-c75e90ea4974/home/marshall/11:21
marshall__I mean I'm in eaafd382-a690-42c5-a7f8-c75e90ea4974/home/marshall/11:22
srulimarshall__: post output of "ls -lah /media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea4974/home/marshall/"11:23
marshall__here?11:23
srulipaste.ubuntu.com11:24
marshall__http://paste.ubuntu.com/23521745/11:24
srulimarshall__: not that direcotry! use the full command i gave u11:25
srulimarshall__: or in the current directory do  "cd home/marshall" then "ls -lah"11:26
marshall__this one? cd  media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea4974/home/marshall/11:26
sruliyes11:26
srulimarshall__: post output of "ls -lah"11:27
marshall__http://paste.ubuntu.com/23521758/11:28
popyرﻻؤﻻرؤرﻻؤرﻻ11:28
popyhiiiiiiiii11:28
srulimarshall__: now try sudo ecryptfs-recover-private11:28
popyno11:29
marshall__It denied me11:29
ghostali want to update an sshd_config to change the port, but i want it done with a bash script. what's the best approach to updating the config programmatically like that?11:32
srulimarshall__: try "sudo chown -R marshall:marshall /media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea4974/home/*" and try  sudo ecryptfs-recover-private11:32
urukhello i want pass dhcp to static , when i change network/interfaces and then ifdown -> ifup change ip but don't work the connection it's posible a problem with dns?11:33
marshall__both commands from the current directory?11:34
sruliyes11:34
marshall__sruli, btw, would the version of my kernel have anything to do with any of this? I upgraded it today.11:35
srulidont believe so11:35
marshall__ok, I was just denied again.11:36
srulimarshall__: try "cd .." that should take u up 1 dir and try sudo ecryptfs-recover-private11:36
marshall__cd11:37
marshall__oops, lol11:37
BluesKajHiyas all11:37
cfhowlettmarshall__, you aint' the first ... nor the last  :)11:37
srulimarshall, might be that it need to reboot after installing ecryptfs, try a reboot, navigate to /media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea4974/home/ and try  sudo ecryptfs-recover-private11:38
srulicfhowlett: when running ecryptfs-recover-private marshall gets error "find: ‘/run/user/1003/gvfs’: Permission denied" do you know what that might be?11:39
cfhowlettsorry, sruli no idea11:39
marshall__got it again11:39
srulimarshall__: try a reboot11:39
marshall__ok, will I need to reopen hexchat after?11:40
srulimarshall__: if u need help to recover the files, i guess yes11:41
marshall__lol, ok. I will have to return later, then. Thanks for the help, though11:41
srulimarshall__: 1 last thing we can try11:41
marshall__ok11:41
walei added a seconary IP Address to a UBUNTU AWS instance and it is still unreachable, can anybody help...?11:42
sruli"sudo ecryptfs-recover-private/media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea4974/home/"11:42
marshall__from the home directory?11:43
srulimarshall__: sorry typo, insert space after "private"11:43
waleis sruli referring to me...?11:43
adabootry11:43
srulimarshall__: from anywhere, when putting the full path you can execute from anywhere11:43
sruliwale: sorry no, wouldnt know about that, maybe try #ubuntu-server11:44
marshall__with or without an asterisk after home?11:44
srulino asterisk11:45
CountryfiedLinuxVLC snap package isn't showing up in the list of installed apps. Any suggestions?11:45
marshall__Enter your MOUNT passphrase:11:45
marshall__INFO: Success!  Private data mounted at [/tmp/ecryptfs.vOViixOy].11:46
srulithere u go11:46
sruliput in ur password for that account11:46
marshall__where?11:46
srulimarshall__: ok, u did that, now do "sudo chown -R marshall:marshall /tmp/ecryptfs.vOViixOy/" then navigate to /tmp/ecryptfs.vOViixOy/ and copy all ur files out of there11:48
adrian_1908hello guys. I will be setting up my first server (VPS) and will use Ubuntu Server as the distro. Is there some resource you can recommend for a beginner, that covers the basics (e.g. setting up the LAMP stack, sensible firewall rules, how to set up SSH for remote administration)? I need something that caters to newcomers who have never touched these things.11:49
marshall__what the heck is it doing?11:49
marshall__scrolling like crazy!11:49
cfhowlett!server | adrian_190811:49
ubottuadrian_1908: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Xenial (Xenial Xerus 16.04.1) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server11:49
cfhowlett!lamp | adrian_190811:49
ubottuadrian_1908: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process.11:49
adrian_1908cfhowlett: i'll try the server channel, thanks.11:50
cfhowletthappy2help!11:50
ducasseadrian_1908: they will likely give you the same links :)11:50
marshall__sruli, so it's changing ownership of those files so they belong to my user profile on the main partition now?11:51
srulimarshall__: it mounted the encrypted directory to /tmp/ecryptfs.vOViixOy/ thats where you'll find ur files, but as soon as u reboot ur dismount it wont be there anymore so copy all the files u need out of there .. else u'll need to go though this each time u want to access them11:51
adrian_1908hehe, maybe. I already looked at the "serverguide", but it seems rather minimal. I'm sure there are plenty pitfalls for a newcomer that these short articles don't cover.11:52
marshall__thanks for the heads up, lol! I'll definitely do that :)11:52
srulimarshall__: becuse the command needed sudo to execute the result it that the files are now owned by root so u need to change onwership before u can copy11:52
BluesKaj!u | sruli11:52
ubottusruli: Shortened English is difficult for some non-native English speakers to read. Please use full words instead. Thanks!11:52
srulimarshall__: u see the files ok?11:52
marshall__I don't see them in the gui11:53
srulimarshall__: you went to that dir in gui?11:54
marshall__I looked at it, but there's nothing there11:55
marshall__let me try the term11:55
marshall__ok, I see them in the terminal.11:56
marshall__how can I copy them?11:56
dimmhello, All! when i try to install ubuntu 16.0.4 to usb flash drive then i have error that file system is read only. how i can solve it? =/11:56
marshall__sruli, how can I copy all of these files to a directory I can easily access using the GUI?11:59
srulimarshall__: try "cp -R -v /tmp/ecryptfs.vOViixOy/* /path/to/destination/"12:00
marshall__do I include the asterisk?12:01
sruliyes, the asterisk says select all inside there12:01
marshall__ok, and I can copy them to any other directory I can access?12:02
marshall__even /home?12:02
sruliyes, /path/to/destiantion/ is what u need to change to the actuall directory you want to copy it to12:02
kdfjkasdhello guys12:03
kdfjkasdi want to build a system specialy for hacking12:03
kdfjkasdsomeone help me?12:03
marshall__sruli, does this look fine? marshall@marshall-MS-7641:/tmp/ecryptfs.vOViixOy/.ecryptfs/marshall/.Private$ cp -R -v /tmp/ecryptfs.vOViixOy/*/home12:04
cfhowlettkdfjkasd, nope12:04
cfhowlettkdfjkasd, google "pen testing" for guidance.12:04
dodge29anyone wanna chat with a bi male 29 pm me12:06
marshall__sruli?12:06
cfhowlettdodge29, wronge channel.  be gone.12:06
srulimarshall__: space after asterisk, i would suggest to create a directory for it first do "mkdir /home/marshall/myoldfiles" then "cp -R -v /tmp/ecryptfs.vOViixOy/* /home/myoldfiles/"12:07
ghostalcan i add a user to the system without it being possible to authenticate as that user using a password?12:07
cfhowlettghostal, sounds like you are attempting "kiosk mode"12:08
ghostalcfhowlett: i don't think so. i want to create a user and user home dir to run a server in, but i don't want people to be able to log in as that user12:09
ghostali only want to allow root to do "su the_user"12:09
cfhowlettghostal, the #ubuntu-server channel would know more12:09
ghostalah, okay, thanks12:09
srulighostal: on visudo remove user from list12:11
srulighostal: or remove user from sudo group, new users are not added by default12:12
marshall__I did that, sruli , but I don't see the files in the folder when I use the gui12:12
srulimarshall__: what do u see after running the cp command?12:12
marshall__sruli, looks like it tried copying every file, but each one has "cp: cannot open" nect to it12:14
marshall__next*12:14
marshall__then it says "for reading: Input/output error"12:14
ducasseghostal: you can lock the account12:15
=== me is now known as Guest63757
ducasseghostal: see 'man usermod'12:15
srulimarshall__: did u  execute the "sudo chown -R marshall:marshall /tmp/ecryptfs.vOViixOy/" ?12:15
DevAntoinesruli: thanks, I'll try that!12:15
ghostalducasse: thanks12:15
marshall__yes12:16
srulimarshall__: post output of "ls -lah /tmp/ecryptfs.vOViixOy/"12:16
marshall__total 32K12:17
marshall__drwxr-xr-x  8 marshall marshall 4.0K May 17  2016 .12:17
marshall__drwxrwxrwt 18 root     root     4.0K Nov 23 06:17 ..12:17
marshall__drwxr-xr-x  3 marshall marshall 4.0K May 16  2016 .ecryptfs12:17
marshall__drwxr-xr-x 27 marshall marshall 4.0K Nov 21 03:17 katie12:17
marshall__drwxrwxr-x  3 marshall marshall 4.0K May 16  2016 marshall12:17
srulimarshall__: please paste outputs to paste.ubuntu.com12:17
marshall__http://paste.ubuntu.com/23521899/12:19
=== DeadEnd is now known as DealWithIt
marshall__when I check the marshall directory, the files are visible in the terminal, but I can't see them in the gui12:19
=== DealWithIt is now known as dealWithIt
=== dealWithIt is now known as DealWithIt_
srulimarshall__: something is weird , paste output of "ls -lah /tmp/ecryptfs.vOViixOy/.ecryptfs/" and "ls -lah /tmp/ecryptfs.vOViixOy/marshall/"12:21
marshall__http://paste.ubuntu.com/23521910/12:22
marshall__oops12:22
marshall__http://paste.ubuntu.com/23521912/12:23
WolfkenFangquit12:24
srulimarshall__: output of "ls -lah /tmp/ecryptfs.vOViixOy/marshall/" ?12:25
marshall__http://paste.ubuntu.com/23521916/12:25
srulimarshall__: paste it including the line of the command12:26
marshall__http://paste.ubuntu.com/23521919/12:27
walei added a seconary IP Address to a UBUNTU AWS instance and it is still unreachable, can anybody help...?12:29
srulimarshall__: something is wrong here.. lets start again doing somethings differently, firstly lets remove the other user accounts from that dir, start by pasting output of "ls -lah /media/marshall/eaafd382-a690-42c5-a7f8-c75e90ea4974/home/"12:31
marshall__sruli, I'm grateful fro the help. I'm going to have to call it a night. When will you be on again?12:32
marshall__for*12:32
srulimarshall__: not sure, i am thinking the other user accounts in that partition are cuasing a conflict, try moving them elsewhere leaving only the marshall and .ecryptfs there and try the recover again12:34
dimmok, after installing via Install instead Try and then Install everything ok12:35
=== Piper-Off is now known as Monthrect
marshall__I will, but I need to sleep. It's a big day. I'll leave the computer locked so I can pick up where we're leaving off. Will you be on again later today?12:36
=== DealWithIt_ is now known as meta_
=== meta_ is now known as meta__
srulimarshall__: might be, if not maybe others can help12:37
=== vemacs_ is now known as vemacs
marshall__Ok, then have a great day, and thanks again!12:37
Kartagishow can I fix the error12:43
Kartagisargh12:43
Kartagishow can I fix the error attempt to read or write outside of disk hd0?12:45
cfhowlettKartagis, that is a sign of a failing disk.  the "fix" is to 1.  backup your data  and 2. replace the HDD12:46
Kartagiscfhowlett: that is under virtualbox12:47
NixkorNcfhowlett: such insight12:49
cfhowlettNixkorN, feel free to contribute12:49
NixkorNto your idiocity?12:49
multifractalMy ubuntu 16.04 has problems with wifi at home. At work it's perfectly fine. At home on win7 partition and other computers it's fine. Only home + ubuntu causes problems with sporadic dropouts. I think maybe neighbour's router uses same channel?12:49
cfhowlettNixkorN, review the channel guidelines and leave off the insults.  if you can help, help.  if not ...12:50
ducasse!guidelines | NixkorN12:50
ubottuNixkorN: The guidelines for using the Ubuntu channels can be found here: http://wiki.ubuntu.com/IRC/Guidelines12:50
cfhowlett!guidelines | NixkorN12:50
NixkorNinsults?12:50
multifractal(I think the word NixkorN was looking for is 'idiocy')12:51
Kartagiscfhowlett: can I fix it under grub> prompt?12:51
NixkorNnow days telling whats what = insukts?12:51
cfhowlettsave your "wit" for others.  As you have been added to my /ignore, you are invisible to me.  now you can help the OP unimpeded.12:51
cfhowlettKartagis, still trying to figure out how you got an i/o error on a vbox.12:52
multifractalcfhowlett: IIRC you use a dell m3800 no? How's wifi for you? Are you on 16.04 nowadays?12:52
cfhowlettmultifractal, yes indeed.  no wifi issues at all on 16.0412:52
NixkorNis ubuntu using jstreamer?12:52
noobie_If I have custom compiled kernel and I want to upgrade it with same parametres. Do I have to recompile a newer verson manually or is there some other way?12:55
=== scam is now known as sicsscam
ikevinnoobie_, you need to compile a new version12:56
ikevinso you can use the same .config file12:56
noobie_ikevin: ok, thank you12:56
=== meta__ is now known as _250k
Kartagiscfhowlett: I was able to boot the vm with a live iso, then do a fsck and I got clean results13:08
cfhowlettKartagis, this one is too deep for me.  #vbox might know better13:09
sz332hello, any idea why i get continously hash mismatch errors during apt-get?13:10
jackhummany way i can enable three fingers swipe workspace gesture on my lenovo ideapad?13:12
ilhami:)13:20
ducassejackhumm: i doubt it, swipes etc do not register as button events, so they can't be mapped to wm operations afaik13:20
jackhummgoogle says using some xswipe touchegg and things13:20
jackhummanyone confirm , or tried it?13:20
ducassejackhumm: possible, they might be able to send commands with wmctrl or similar.13:21
jackhummokay,13:21
Kingsyso guys, if I wanted a clean (no DE) ubuntu installation on a laptop without an ethernet port.. my only option is ubuntu server?13:22
jackhummducasse: also , does ubuntu lacks a good git gui client ? why github has client for windows and mac but not ubuntu13:22
zteamjackhumm, you should propably tell, the exact model for your laptop and which version of ubuntu you do use13:23
Kingsyjackhumm: gitkraken might be what you are looking for?13:23
jackhummubuntu 16.04 , Lenovo Ideapad 51013:23
ducasseKingsy: you can also use the lubuntu alternate image13:23
jackhummKingsy: anything for commercial use ?13:24
Kingsyducasse: oh? I don't know much about the dists.. wouldnt it be "lubuntu" in that case?13:24
SebthreeBQM10HDKingsy, or install with unity, gnome, kde, etc, remove that, or most of it,  guess that would work.  maybe put something on such as openbox even which hardly is much of an interface, from what I have seen13:24
jackhummwhy github have client for linux , what are they waiting for, they dont like linux at all ? lol13:24
KingsySebthreeBQM10HD: that is exatly what I am trying to do13:24
KingsyGo for openbox13:24
ducasseKingsy: it doesn't require you to install the lubuntu packages, only the normal lubuntu image does that13:25
Kingsybut it seems like a shame to start with something like gnome when I dont want it13:25
Kingsyoh ok!13:25
cfhowlett!mini | Kingsy,13:25
ubottuKingsy,: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD13:25
SebthreeBQM10HDKingsy, ok but openbox is still a window manager, but yes not a full de,  but yes some kind of interface, not just the terminal like   I belive Ubuntu server13:25
Kingsycfhowlett: it requires an ethernet port... which I do not have13:25
KingsySebthreeBQM10HD: yes, so I was going to just install ubuntu minimal then install openbox myself.. along with a login manager.13:26
sruliKingsy: you can install it as minimal without any additional packages, you dont need ethernet port for that13:26
Kingsysruli: really??13:26
KingsyI thought it required an active connection to work at all?13:27
sruliKingsy: yes, you dont need ethernet to install or use any ubuntu dist13:27
Kingsybecause that would be ideal13:27
NixkorNseen much unicorns latelly?13:27
Kingsysruli: even https://help.ubuntu.com/community/Installation/MinimalCD <--13:27
SebthreeBQM10HDKingsy, yes openbox you would have to put on by default,  as for a dm, woul have one alrady by default depending on what you instaled from, with a noral ISO would have one such as light dm13:28
SebthreeBQM10HDKingsy, you would have to put openbox on yourself, that was meant to say13:28
sruliKingsy: yes, you will only have a very minimal install but does not require connection to install or run13:28
KingsySebthreeBQM10HD: well if I can use https://help.ubuntu.com/community/Installation/MinimalCD <-- then it wouldntb have ANYTHING.. which would be ideal really.13:28
Kingsywell that'll be awesome!13:29
Kingsysruli: doesnt work13:35
ioriaKingsy, mini is a net-install (download pkgs fron internet)  , so it requires an active (cabled) connection, may i suggest you server or a usb-eth adapter ?13:35
Kingsysruli: I am on the installer now... it does not let you proceed without an active internet connection13:35
sruliKingsy: i have installed many times, will try now on a vm .. few min13:36
Kingsyioria: I have a USB ethernet adapter but unfortunately it does not seem to pick that up13:36
koichirosehello! I have a headless server connected to some speakers. music is stored locally. I'd like to control it remotely but play sound through its speakers (no streaming). what should I look at?13:39
brendan_Hey13:40
brendan_Just installed Ubunto for the first time13:40
FinalXcongrats :)13:40
Kingsysruli: you cant have installed minimal without ethernet13:41
BluesKajkoichirose, maybe a wireless KB13:41
brendan_Any tips or recommendations?13:41
cfhowlett!fcm | brendan_ read13:41
ubottubrendan_ read: fcm is THE Ubuntu Community Magazine - find it at www.fullcirclemagazine.org, or #fullcirclemagazine13:41
cfhowlett!manual | brendan_13:41
ubottubrendan_: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/13:41
sruliKingsy: you are correct, sorry my mistake13:41
brendan_Thanks :)13:42
Kingsyhrm, I wonder what is the difference between ubuntu server and ubuntu minimal?13:42
sruliKingsy: minimal has no packages in the iso13:42
FinalXKingsy: http://askubuntu.com/questions/44185/is-using-ubuntu-minimal-any-different-from-server :P first hit on google13:42
ioriaKingsy, the adapter should work ( i guess)  have you tried a manual network configutation ? (restart the router may help)13:43
koichiroseBluesKaj: :D I was thinking about some android app. is mpd an option?13:44
SebthreeBQM10HD /join #techrights13:45
BluesKajkoichirose, dunno, if you're thinking of using your phone then I'm not much help .. I have a smart phone , but it's mostly just for calls and photos13:46
koichiroseBluesKaj: in general though, some web interface would be fine. I'm not sure which tool is needed to make it output to local speakers instead of streaming13:47
BluesKajkoichirose, i just use an outboard drive with media, but no OS on it connected to my HTPC via sata13:49
ssg__htghth13:49
ssg__的不会13:49
BluesKaj!cn | ssg__13:50
ubottussg__: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw13:50
cfhowlett!cn | ssg__13:50
Kingsyoh so its the same.13:53
=== messer440 is now known as Guest21186
Kingsydoes anyone know if the ubuntu server installer allows you to encrypt the partition?13:54
ikoniaI believe it doe13:55
ikoniadoes13:55
sruliKingsy: you have to create the encryption manually at the start13:55
ioriaKingsy, mini does, so ....13:55
Kingsyoh mini does?13:56
ioriaKingsy, yep... try again with the adapter and do a manual nt configuration13:57
Kingsyok13:58
ioriaKingsy, mini looks for your nt config, if it fails, gives you the option  to set  a static interface13:58
merlin__hello13:59
edveHi there merlin__13:59
brendan_Hey13:59
merlin__im linux nooby i wannt to install the 3d cude14:00
edvetry taking a look over the Compiz plugins14:00
edvehttps://doc.ubuntu-fr.org/compizconfig-settings-manager14:01
whothehellamiHi, anyone knows how to get an output of e.g. glxinfo if I ssh to a server?14:01
edvehttps://www.google.ca/search?q=glxinfo+loging+&ie=utf-8&oe=utf-8&client=firefox-b&gfe_rd=cr&ei=SKE1WLWOA8WC8QfOxr-ACw#q=glxinfo+logs14:02
edveDEBUG=VERBOSE14:02
ducassekoichirose: you can control mpd with an android app, yes14:03
merlin__what is the best prgramming langue for Linux14:03
MobiesqueHi, I have a new computer and a 4k monitor, whenever I try live install, it loads perfectly in 4k but the mouse cursor is stuck in the top left corner. The mouse is recognized and I can move it and guess where it is, but the cursor itself won't move.14:03
edvemerlin__: there isnt but learning bash is quite good for purpose of the CLI interpretation and other command14:04
koichiroseducasse: and output sound through the local speakers, too?14:04
ducassekoichirose: yes14:04
edveyou will learn pretty much how your Computer workd14:04
koichiroseducasse: thank you, will try :)14:04
ducassekoichirose: mopidy is a nice implementation of an mpd server14:04
koichirosewow, thanks14:05
ducassekoichirose: it has web interface, spotify plugins etc14:05
koichiroseinstalling it right now :)14:06
=== bwr_ is now known as bwr
ubuntu392hello anyone there who can help me?14:11
ajkshhello14:14
ajksh03b10bc77acf3c81c2477816a414446914:14
ajkshcrack this MD5 hash if you can14:14
zteamubuntu392, that depends on what you need help with14:15
mcphailajksh: please read the /topic for the channel, and keep this to Ubuntu support14:15
DevAntoineat the end of my cron I've got that: > /home/antoine/mp_log 2>&1 If I double the ">" will it be enough to append logs and not erase them each time?14:18
Auahituroahi14:18
masonGood morning, all. I'm curious about something. This morning a bug I'd opened was closed with "Confirmed Fix Released" and "Confirmed Fix Committed" but there's no reference to a patch or commit. Is this typical?14:19
masonOh, never mind. I misread. Not closed yet. But there's no pointer to the fix, which makes me curious.14:19
Picimason: is it set as a duplciate?14:19
carldanleokay totally stuck here and super frustrated... i need some networking help14:20
carldanlemy network diagram: https://drive.google.com/drive/recent14:20
masonPici: No, it's been open for a while, but I thought it was dead at this point.14:20
carldanlewoops, i meant https://drive.google.com/file/d/0B0273NT_b_TWXzR0S1ZIYTZlRUU/view?usp=sharing14:20
=== bwr_ is now known as bwr
carldanleI can ping out and do anything i need to EXCEPT ssh into other machines on the network14:21
carldanleI can ssh into 192.168.1.1 via openvpn (on port 1194)\14:22
carldanlebut i can't ssh into 192.168.1.214:22
carldanleufw is disabled14:22
masonI've requested more information in the ticket itself, anyway. i/14:22
masonBy which I mean o/14:22
carldanleso i'm stuck because i've only run these commands:14:23
carldanlesudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE14:23
carldanlesudo iptables -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT14:23
carldanlesudo iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT14:24
carldanlethat's it14:24
carldanleoh, and all policies are set to accept14:24
k_szeIf I want to setup apticron and unattended-upgrades, what do I need to setup so that the system can e-mail me?14:28
jon5000hello I am hoping someone can help:  Installed 16.04 on a yoga 13 laptop.  Touchscreen is not being recognized.  Previous installs on this computer recognized it and it worked beautifully.  When i typed xinput, the touchscreen was listed as ELAN.  Now with this installation it does not show up in the list at all14:30
swagat87Hi14:32
swagat87MATE 16.04.9.114:33
swagat87facing error in writing usb14:34
swagat87any114:34
swagat87Hello14:36
DrunkenDwarfhi all. Im trying to make an image of an SD card with dd "sudo dd if=/dev/sdb of=/path/to/file bs=1M conv=noerror".. It's working but including the ENTIRE disk, im sure that command used to image it minus unused space, I have to image the disk rather than a partition because there are more than one partitions, but theres gigs of unallocated space it's imaging as well. Can I make it image just the partitioned space on the drive and ignore14:38
DrunkenDwarfunallocated space?14:38
yavuzhanhey14:38
yavuzhananyone online?14:39
BluesKajyavuzhan, just ask your question14:40
yavuzhanusing backbox?14:40
=== for{} is now known as ratpoison
mcphailDrunkenDwarf: dd copies everything, but you can pipe its output through gzip (or similar) to compress the gaps14:41
BluesKajyavuzhan,  this is ubuntu support not backbox14:41
sersesi have this weird problem where my wireless keeps dropping on Ubuntu, the same isn't happening on windows14:45
sersesi have Qualcomm Atheros Device 0042 (rev 30) as device14:45
stonedHello, I have very slow wifi free internet and I need to get a copy of ubutnu os, where can I get a free copy of an ubuntu os cd?14:45
stonedIs that possible?14:45
elias_astoned: No. Canonical has stopped shipping free cd-disks.14:46
NixkorNfree cds usually come with bundled malware14:47
mcphailstoned: not free, but you can buy a Canonical USB stick for a  reasonable price - https://shop.canonical.com/product_info.php?products_id=120614:51
DrunkenDwarfmcphail, could have sworn i used it before to copy only the used portions of a drive. bugger. is there a way to image the used portion of a drive. the problem is im copying the image of an sd card to another one that's not big enough. (rated to be the same size, but in practice a different sector count.)14:51
mcphailDrunkenDwarf: I'm really not sure dd can do that. But, by piping it through gzip, you compress it "on the fly"14:52
stonedI have 3 USB sticks already14:53
stonedMy own, I mean.14:53
stonedI'll try to figure out a way to download it14:53
DrunkenDwarfmcphail, i get that, but that doesn't help writing the image to another disk uncompressed which isn't quite big enough14:53
stonedI'll have to download in small chunks.14:53
srulistoned: will it be a efi install?14:54
mcphailDrunkenDwarf: yes, but you can't magically make a filesystem smaller. What you are wanting to do is copy files, not produce a disk image14:54
stonedNo, BIOS14:54
stonedThe best option for me would be something small like how Debian has Netinstall CD (minimal base system)14:55
stonedThen I can grab Xorg, and Xmonad and whatever tiny things I need.14:55
mcphailstoned: ubuntu has a minimal image14:55
stonedHow many Mbs?14:55
stoned200-300?14:55
DrunkenDwarfmcphail, i dont understand why you cant magically make a filesystem smaller when half of it is unallocated, unpartitioned, unused space...... the reason I want an image is cause it's a bootable partition structure, not just a collection of files14:55
srulistoned: my 14.04 minimal is 38mb, but u need a internet connection to install.. u can choose to install without adding any packages14:56
stonedWhat can I use as a download manager to make sure if my connection drops, I can resume the download?14:56
stonedOh, the netboot image?14:56
AdriannomHi. I have two identical laptops with Ubuntu 16.04 recently installed on each. XFCE has been installed and Gnome removed, using the same apt commands. On one machine, NetworkManager cannot connect to wifi APs. When I click on an AP, the connecting icon spins and then after about 20 seconds it says "Disconnected - you are now offline". There was no password prompt even though the AP is secured. Windows 10 on the same lapt14:56
Adriannomop connects normally. The other laptop connects normally in Ubuntu. Please help?14:56
mcphailstoned: https://help.ubuntu.com/community/Installation/MinimalCD14:57
stonedhttp://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/netboot/14:57
srulistoned: use wget -c14:57
stonedHmm.14:57
stonedActually, problem is this: I connect to Xfinity Open Wifi (free) and I have no Internet connection, and this is stored in myPC already, but if I try to install w/ a new OS installer CD, I'll have to somehow authenticate to Comcast Xfinity before I have internet.14:58
stonedSo I'm kinda screwed there14:58
stonedso I need a installer cd w/ wifi drivers, where I can authenticate to comscast account so I can have internet.14:59
stonedotherwise I need an offline cd (whicn in case I'd require a full installation w/ browser and all, for authentication)14:59
BluesKajstoned, do you have a cdrom or usb to which you can burn or dd the iso if you download it from the ubuntu site?15:02
stonedCan't seem to DL. The connection is too bad15:02
stonedMost of the time my OS gets hanged at trying to apt-get something15:03
stonedThen I have to cancel it, start again, maybe then the packets go through and it contacts the server, then hangs somewhere in the middle again.15:04
stonedI have probably only enough bandwidth to browse web and use irc, youtube is slow too15:04
wallenI dobut that'd work but you could try to change the source of your updates'15:04
wallen*?15:04
BluesKajstoned, the ubuntu/ubiquity installer will ask for pwd authentication to connect to wifi if needed during the install procedure15:04
stonedIt's already using the closest mirror to my physical location15:04
stonedBluesKaj: not wifi password.15:05
BluesKajif needed stoned15:05
stonedBluesKaj: it's open wifi, not protected, but you have to authenticate on a website15:05
stonedIt's not wifi authentication, it's ISP authentication POST open wifi connection15:05
stonedSo when you connect to open wifi xfinity, then you open a browser and it takes you to their site, where you auth, and then you are granted internet15:06
stonedI think they record your mac # and then that's how you get internet15:06
BluesKajthat's convoluted15:06
stonedso maybe I don' tneed to auth? I dunno.15:06
stonedyeah, it's a pita.15:06
jemendjahi15:12
=== scottt is now known as Guest48561
=== JanC_ is now known as JanC
ducasseBluesKaj: could he use installer in "try" mode to auth with a browser before running installer?15:18
saviour123Good atternoon Pals15:23
hheeguys, how can i install latest php in ubuntu server? by default there is 7.0.815:23
FinalXhhee: I'd stick with what it offers; the version Ubuntu comes with is supported and maintained with securoity-patches and bugfixes. I wouldn't recommend trying to install higher versions manually that are out of Ubuntu's control.15:24
saviour123I am running an app localhost, how can i access it from another client on the same network.15:24
hheeFinalX, got it. something like backports? one more question, how can i view what new in packages use apt? like changelog or smth else?15:26
lotuspsychje!latest | hhee15:26
ubottuhhee: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.15:26
=== xorticagreen is now known as xorticagreen_afk
FinalXhhee: probably easiest way is to look for the package on http://packages.ubuntu.com/ and go to Ubuntu Changelog at the package's page15:28
FinalXhhee: also, I wouldn't worry about minor 7.0.x version upgrades. And there's not really any distro offering 7.1 yet, to my knowledge.15:29
FinalXoh, I thought 7.1 was out already, but it isn't. release candidate only. well then... really nothing to be worrying about them :)15:30
FinalXs/them/then/15:30
BluesKajstoned, yes15:34
=== BioKee is now known as Guest44821
jon5000hello I am hoping someone can help:  Installed 16.04 on a yoga 13 laptop.  Touchscreen is not being recognized.  Previous installs on this computer recognized it and it worked beautifully.  When i typed xinput, the touchscreen was listed as ELAN.  Now with this installation it does not show up in the list at all15:37
kingplusplusplease how do i login my ubuntu using a domain i am tired of remember long ips. I have the domain already what do i need to set to do user@server.domain.com15:39
lotuspsychjejon5000: did you install ubuntu with cable plugged + updates enabled during setup?15:40
angrycoastis there an easy way to view where a command like teamspeak is located15:41
akikkingplusplus: if you don't control your dns, you can add the ip/hostname combo to your client machine's /etc/hosts15:41
kingplusplusakik is that all?15:41
Random832angrycoast, "type teamspeak"15:42
akikkingplusplus: yes, after that you can use the hostname in the ssh client15:42
Random832angrycoast, please keep your questions in the channel15:45
Random832angrycoast, if what you want is to "erase" teamspeak, then what you need to do is dpkg -S [filename], so in this case dpkg -S /etc/init.d/teamspeak, and uninstall the package with apt remove15:46
Random832angrycoast, what do you mean "start over" - how did you set it up in the first place?15:48
angrycoastRandom832, I just need to generate another privledge key to gain admin access and thought the easiest way would be to delete and reinstall15:50
Random832another what?15:50
Random832how did you install it in the first place? you are not providing enough information to understand what your situation is15:50
angrycoastUnfortunately I didn't document it but I did create another user to start the server15:51
Random832...do you *remember* what you did?15:52
=== SRvSaha is now known as Guest76852
angrycoastRandom832, https://terminal28.com/how-to-install-and-configure-teamspeak3-server-linux-debian-ubuntu/15:54
angrycoastit was similar to that15:54
angrycoastcd..15:55
Random832the other question is what's not working that you think will be fixed by removing and reinstalling it - what's all this "generate another privilege key" stuff mean etc15:56
skinuxI get update dialog every morning, wanting to install updates. And everytime I get another dialog telling me it'll require installing non-authenticated updates. What do I do to get it to actually install the updates and get rid of the non-authenticated updates problem?15:57
FinalXin the application, upon installation, a token is generated that will provide admin access to a user that logs in to the server and supplies that token. they call that a privilege key.15:57
FinalXangrycoast: there's probably a way to generate a new priv key but you'd have to figure out where it's installed first. maybe it's in a homedir of a special created user?15:59
hheeFinalX, got it, thx a lot for answer!15:59
FinalXnp :)15:59
roomerrehello16:04
roomerrei have terminus font in urxvt ? So what should i write in the config file to get size 25?16:05
rtl8187pbhi  world my rtl8187 usb can't see all wifi  with a good antenna but another wireless interface with a less good antenna can see them .16:05
rtl8187pbi can't find parameter to pass to rtl8187 modules ..16:06
rtl8187pbthanks for any help16:06
angrycoastrtl8187pb, do you know what protocol the wireless is using?16:07
WolfkenFangwaddup peeps16:07
rtl8187pbangrycoast: no encryption open access an hotspot16:08
roomerrehello16:09
roomerrei have terminus font in urxvt ? So what should i write in the config file to get size 25?16:09
rtl8187pbiwlist  interface_rtl8187 scanning see 2 wirelesslan      anyother interface can see much mush  more16:12
ilhami:)16:12
jon5000lotuspsychje, which cable plugged? for the screen?  this is a laptop... it is connected.  as to the updates enabled: yes16:13
jon5000lotuspsychje, thanks for taking it up16:13
angrycoastI reinstalled teamspeak 3 server and now I can't open the logs to view priveledge key that was generated, it says cd: command not found when trying to enter the logs directory16:13
lotuspsychjejon5000: are you up to date to latest .1?16:16
Heisenbugsomeone knows ho to solve this problem => nmi watchdog: BUG: soft lockup - cpu stuck for 23s! [playmouth303]16:17
lotuspsychjejon5000: lsb_release -a16:18
Heisenbugi cant enter the distro cause systemd is blocked after this essage16:20
lotuspsychjeHeisenbug: wicj ubuntu version is this?16:20
Heisenbug16.1016:20
Heisenbugi tried other distros but this error always come out16:21
lotuspsychjeHeisenbug: add yourself as affected here perhaps: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/153040516:22
ubottuLaunchpad bug 1530405 in linux (Ubuntu) "NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [kerneloops:814]" [High,Triaged]16:22
Heisenbugthe last part was different...it is the same?16:24
boriseto-workHow can I install the latest (or just not edited) gnome-calendar in Ubuntu 16.04? Because the online accounts integration is limited (yes, I've  even tried with gnome control center, but Ubuntu has a different version of the app and can't debug it).16:24
lotuspsychjeHeisenbug: did you test 16.04.1 also?16:24
lotuspsychje!latest | boriseto-work16:25
ubottuboriseto-work: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.16:25
Heisenbugyes, is almost an year than i cant install a distro, after i bought this dell inspiron 700016:25
Kingsyioria: you styill there?16:26
lotuspsychjeHeisenbug: just curious, what graphics card you have?16:26
KingsyDoes anyone know how I can manually configure my network connection on the ubuntu mini installer?16:26
boriseto-worklotuspsychje: I understand it won't be the latest, but even at the version that it is, the calendar is fairly modified that I can't use some of the perks of the online accounts it has.16:26
Heisenbugi have an intel graphic and an nvidia16:26
KingsyI can see it detects the device in dmesg16:27
lotuspsychjeHeisenbug: optimus? did you try a nomodeset or nvidia-prime with latest graphics drivers?16:27
boriseto-workAlso, the snap would be helpful too if it has online accounts integrated, but it was removed from the snap repo (or whatever it's called today).16:28
Heisenbugoptimus what16:28
Heisenbug?16:28
glitchdok so ive got this idea, it involves 2 computers "computer a", "computer b". i want to be able to open a window on computer a and drag it to computer b. is that somehow possible? both computers running the same os, on the same network.16:28
lotuspsychjeHeisenbug: is your card optimus enabled, as in hybrid graphics intel/nvidia?16:29
BluesKajHeisenbug, is this alaptop or have you added anew graphics card to your pc?16:29
Heisenbugis a laptop, and i dont know if my card optimus is enabled16:30
lotuspsychjeHeisenbug: wich nvidia card is it?16:30
Heisenbuggtx960m16:31
jon5000lotuspsychje, No LSB modules are available.16:31
jon5000Distributor ID:Ubuntu16:31
jon5000Description:Ubuntu 16.1016:31
jon5000Release:16.1016:31
jon5000Codename:yakkety16:31
lotuspsychjeglitchd: i think the most used layout, would be using 2 screens on the same pc, and drag window between 2 screens16:31
=== Monthrect is now known as Piper-Off
lotuspsychjeHeisenbug: thats an optimus enabled card16:33
BluesKajshould install nvidia-prime16:33
lotuspsychjeHeisenbug: so it means on ubuntu you will need the package nvidia-prime + a working nvidia driver16:34
dmarce1_#Ste||ar16:34
BluesKajthink it's probly installed by default, but needs to be configured with the driver16:34
glitchdlotuspsychje, yea thats probably the most used scenario, but im trying to achieve something else, between 2 seperate running systems16:34
glitchd 16:35
Heisenbugbut can i use the intel graphic instead?16:36
lotuspsychjeHeisenbug: after you got the card working, you can set to low mode with nvidia-settings16:39
=== lethu_ is now known as lethu
lotuspsychjeHeisenbug: wich means it will use your intel graphics, performance mode will enable the nvidia one16:39
Heisenbugbut if i cant boot how can i install the required packages?16:40
lotuspsychjeHeisenbug: perhaps you could get in with nomodeset?16:40
lotuspsychje!nomodeset | Heisenbug16:40
ubottuHeisenbug: 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 parameter16:40
lotuspsychjeglitchd: can this be of any help? http://askubuntu.com/questions/335158/share-desktop-via-web-browser16:41
Heisenbugok...thak you very much16:41
glitchdlotuspsychje, not exactly what im talking about, but its on the way toward my goal16:42
lotuspsychjeglitchd: perhaps the #openssh guys might know a trick with ssh X ?16:43
Kingsyanyone have an idea about my issue?16:44
ducasseglitchd: look at xpra, you will need to 'disconnect'/'reconnect', though.16:44
lotuspsychjeKingsy: best way to get your issue solved, is to repeat once in a while, all in one line with your details16:44
=== for{} is now known as MoldavianPeople
glitchdducasse, what is xpra?16:48
ducasseglitchd: 'apt show xpra' will tell you16:49
KingsyDoes anyone know how I can manually configure my network connection on the ubuntu mini installer?16:49
KingsyIts a USB ethernet adapter, dmesg seems to detect it16:49
glitchdducasse, mmk16:50
jon5000lotuspsychje, did you see the results of lsb_release -a16:50
roomerreanyone knows what 'd be the config of rxvt ?16:50
roomerreanyone knows what 'd be the config of rxvt ?16:50
glitchdducasse, that command just returns error16:50
ducasseroomerre: you configure it through x resources16:50
ducasseglitchd: 'apt-cache show xpra' then16:51
glitchdducasse, lol i typed it wrong, it does work16:51
lotuspsychje!info xpra | glitchd suggested by ducasse16:51
ubottuglitchd suggested by ducasse: xpra (source: xpra): tool to detach/reattach running X programs. In component universe, is optional. Version 0.17.4+dfsg-2 (yakkety), package size 1259 kB, installed size 5809 kB16:51
glitchdlotuspsychje, ducasse thx guys16:54
=== ZeekHuge_ is now known as ZeekHuge
sruliis there a way to control internet access for applications like iptables for ports/interfaces?16:58
AddaHello everyone! I have a problem with the touchpad on my Asus F302L. It freezes every time my laptop goes to sleep, and I have to restart it to get it working again. This has happened to me with other Linux OS, but never managed to solve problem. Can anyone help? I know how to do basic things in the terminal but this seems too advanced for me... :(16:58
=== stoned is now known as High
ducassesruli: kind of, look at apparmor17:03
=== AntiSpamMeta is now known as Guest14409
sruliducasse: apparmor is too complicated for what i am trying to achieve, i need when connected via specific connection (such as vpn to office) to only allow some application and rest of time allow all17:06
ducassesruli: maybe firejail can do it, not sure.17:06
sruliducasse: will look that up, thanks17:07
NixkorNsruli: this *nix security solutions are supposed to be usable be mere mortals17:07
NixkorNaren't*17:08
NixkorNthey are costume built to be as open and obfuscated as possible to protect the user from him self17:09
NixkorNbut to be fully open for some one with the right tools17:09
lotuspsychje!who | NixkorN17:10
ubottuNixkorN: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)17:10
NixkorNlotuspsychje: ty for the headsup17:11
=== cigumo_ is now known as cigumo
=== spock is now known as Guest15318
VigneshJOIN17:13
=== jstein_ is now known as jstein
=== Vignesh is now known as Guest62468
NixkorNstill long until you can get support for audio thru HDMI on amd cards?17:15
lotuspsychjeNixkorN: who are you talking to?17:16
NixkorNis ubuntu using gstreamer as default?17:16
=== High is now known as stoned
NixkorNim talking to anyone thats listening17:17
lotuspsychjeNixkorN: this is not a random discuss channel, ask specific ubuntu questions please17:17
NixkorNi asked 2 specific questions17:17
ducasseNixkorN: individual applications use or don't use gstreamer17:18
Giant81I just want to make it stop with the 5 packages https://www.irccloud.com/pastebin/kgscy0Is/17:19
NixkorNlotuspsychje: i recon theres to many questions for you to answer already so im not gona go asking anymore for the moment ty for your patience17:19
Giant81is there a way to make apt-get stop trying to install these?17:19
NixkorNman apt-get is your friend17:20
Geo_hi guys i have a HP Compaq Presario C300 Solo 1.66GHZ 1Gb RAM 80Gb HDD. i have tried to install 3 distros but always get to a black screen when installing off a usb. i have tried the nomodeset command doesnt help. is the laptop not powerful enough17:21
lotuspsychjeGeo_: what kind of graphics is that?17:22
Geo_im not sure i think its intel from looking online17:22
NixkorNGeo_: try a distro from 10 years ago it might just work for you17:22
lotuspsychjeNixkorN: please dont suggest manpage, if you dont know the answer17:22
Geo_nixxkorn lol i thought that would be the case and the easiest thing for me to do.17:23
geniilotuspsychje: Intel GMA in those17:23
lotuspsychje!ops | NixkorN spreading FUD17:23
ubottuNixkorN spreading FUD: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang, chu17:23
th0rGeo_, I run debian jessie on a laptop with similar specs17:23
lotuspsychjeGeo_: have you tried a lubuntu or xubuntu perhaps?17:24
tonyyarussoGeo_: Are you trying to use graphical installers, or the text-mode ones?17:24
Geo_i tried lubuntu17:24
NixkorNyou got love Plymouth17:24
NixkorNeven if it doesent loves you17:25
Geo_ty thor17:25
ducasseGeo_: do you have the machine in front of you?17:25
th0rGeo_, a dell 430 running xfce17:25
yoggHi17:25
tonyyarussoGeo_: (The latter are probably necessary for you)17:25
juanonymouswhen error like this appears :resource temporarily unavailable17:26
juanonymouswhat is the possible cause of it?17:26
lukazrhanHey, for some reason my bluetooth adapters randomly stops working. "Google before asking" I did, but all I got were temporary fixes. Is anyone available to help?17:26
lotuspsychjejuanonymous: when do you get this error?17:26
ducassejuanonymous: in a browser?17:26
juanonymousinstalling tcllib from source on the shell17:26
hheeguys, which two panel GUI file manager available in ubuntu?17:27
brunch875does ubuntu come with pip3 installed by default?17:28
brunch875is there a way for me to figure this out on my own somehow?17:28
ouroumov__hhee, caja from Ubuntu MATE (Hit F3 to split pane vertically)17:28
SaganHi. Does somebody know a good software, which is available for unbutu, and allows users do download files at the server via webui? additionally, I should be able to protect files with a password17:28
ouroumov__brunch875, apt-cache policy pip317:28
geo__so sorry guys. i disconnected so so sorry wont happen again17:28
brunch875thank you :)17:29
yoggHow can I set the nofile limits on ubuntu 16.04? ulimit -Sn always returns me 1024 after an reboot. If I set "* - nofile 65000" in /etc/security/limits.conf nothing changes17:29
geo__sombody asked if i have the laptop in front of me. i do17:29
Siva_MachinaGeo_: You might need to use a stand alone Window manager like Openbox.17:29
hheeouroumov__, got it17:29
Siva_Machina....17:30
juanonymous-bash: fork: retry: Resource temporarily unavailable <-17:30
juanonymousis it a ram issue?17:30
ouroumov__brunch875, actually might be "apt-cache policy python-pip" (or python3-pip)17:30
brunch875ouroumov__: this only says if it's installed, though. I want to know if it's installed by default since I wish to use an ubuntu machine in which I have no sudo credentials17:30
ouroumov__brunch875, I don't know of a way other than to test on that machine :/17:31
th0rgeo__, I would suggest you pick one distro and stick with it. Some video can be problematic, but the solution is rarely changing distro17:31
ouroumov__brunch875, or on another vanilla ubuntu install :/17:31
brunch875I remember having to install pip3 when I installed yakkety17:31
brunch875but I wanted to confirm17:31
geo__i would if i could just find one that works.17:31
ikoniapip = unsupported packages17:32
ikoniapip = risk17:32
Siva_Machinageo__: and as for your desktop. Might want to look into stand alone Window Managers17:32
geo__i will try Debian “jessie” as sombody said it works on a similar machine17:32
Siva_Machinasince they generally use use less resources then full Desktop environments17:32
geo__yea i just had a quick look at that. im still very new so ill have to look more17:32
brunch875anyway, this is because I need to use a machine in which I have an account but no sudo. So I thought about installing the tools I need to develop in $HOME/.local17:32
brunch875pip makes that relatively easy17:33
brunch875Is there any way I can carry my $HOME on a thumb drive?17:33
geo__i just want to run the aurduino app on my laptop and im happy17:33
brunch875I mean, I can always just set the $HOME variable to the thumb drive and be done with it, right?17:34
geo__i cant spell btw17:34
ikoniapip makes things bad17:34
brunch875have stuff like git and pip in that place, no?17:34
andelpowerline?17:34
ikoniapip is totally different to git17:34
brunch875and so is vim17:35
brunch875but I need these tools17:35
NoImNotNineVoltbrunch875: virtualenv17:35
ikoniabut pip does damage, vim doesn't17:35
brunch875doesn't pip just shove stuff into $HOME/.local ?17:35
ikoniadepends17:35
NoImNotNineVoltif you use a virtualenv, i don't believe pip shoves stuff anywhere other than in the virtualenv.17:36
ouroumov__ikonia, brunch875, I don't think this is the right channel to discuss policy and opinions17:36
ikoniait is the right channel to warn him17:36
ikoniaif he ignores that warning thats not my problem17:36
NoImNotNineVoltikonia: your objections are satisfied by using a virtualenv.17:37
sruliducasse: i had a look at firejail, its a very handy sandbox, but its application specific, i need to configure for each application seperatly, i dont see a way to block all applications and allow 117:37
ikoniaNoImNotNineVolt: I don't believe so, but it's not my problem17:37
lotuspsychjesruli: maybe the #netfilter guys might know a trick or package?17:37
ducassesruli: best suggestion i have apart from apparmor17:37
srulilotuspsychje: will try that, thanks17:38
NoImNotNineVoltikonia: are you suggesting that using pip in a virtualenv messes with the system python or installs unsupported packages outside of the virtualenv?17:38
NoImNotNineVoltif so, i'd be very interested in seeing any evidence of this.17:38
sruliducasse: thanks for trying... i will definitely find a different use for firejail17:38
Giant81I've been up and down through man pages for apt-get17:38
ikoniaNoImNotNineVolt: not at all, no17:38
Giant81I can't seem to ge tit to stop trying to install 5 pacakges17:38
ducassesruli: np, good luck17:39
ducasseGiant81: try 'sudo apt-get install -f'17:40
Giant81-f not known17:40
Giant81this is the ubuntu install in windows, not sure if this is the right channel17:40
ducasse*facepalm*17:40
Giant81wait a min17:40
ducasseGiant81: no, it isn't.17:40
Siva_Machinasudo apt innstall -f*17:40
Giant81spelled install wrong17:40
Giant81lol17:40
ducasse!ubuwin | Giant8117:41
ubottuGiant81: Canonical and Microsoft have announced that Windows 10 will be able to run Ubuntu programs without needing porting/recompilation. This functionality is still in beta and is not supported in #ubuntu. For discussion and support, see #ubuntu-on-windows.17:41
Siva_Machinasudo apt install -f*17:41
Giant81same problem, still hosed17:41
ducasseGiant81: try #ubuntu-on-windows, we don't support it here.17:41
sruliducasse: ubuwin??? why would MS ever allow that, where can i read it up?17:41
NixkorNububntu is colaborating with M$17:42
Giant81https://www.irccloud.com/pastebin/Q59Mw82F/17:42
Giant81yeah I'll stop over at that other channel17:42
ducassesruli: it was fairly major news, try google17:42
sruliducasse: must have been sleeping17:42
MonkeyDustsruli  https://insights.ubuntu.com/2016/03/30/ubuntu-on-windows-the-ubuntu-userspace-for-windows-developers/17:42
Giant81sruli: s/sleeping/hibernating/  lol17:43
NixkorNso now windows coder can hack away at linux17:44
ikoniaNixkorN: no17:45
NixkorNyou can now run other distros besides ubuntu to but its stil in testing17:45
ikonianot sure how that is relevent to anything17:46
NixkorNyou can install fedora and run the unicorn 0 day17:47
ikoniastill waiting for something relavent17:47
NixkorNmaybe port it to other distros too17:47
NixkorNthats was something revelant imo17:48
ikonianope17:48
sruliducasse: the way i see ubuwin is a way to get linux users to use MS17:49
ikoniayou're in #ubuntu - ubuntu technical discussion17:49
tgm4883NixkorN: fearmongering is never relevant17:49
boreihi all17:50
NixkorNfear?17:50
Siva_Machinaborei: Hello17:50
boreiim fighting one problem playing mp4 files from apache webserver (apache 2.2, ubuntu 12)17:50
boreiall browser except safari works fine17:50
NixkorNi got nothing to hide what should i be afarid off?17:51
boreibrowsers17:51
boreifor safari i found that byte-range requsts should be supported.17:51
NixkorNsafari?17:51
NixkorNnow thats oftopic17:51
boreibut i can't find how to enable them on the apache side17:51
boreii just don't know where to go, maybe somebody had same issue17:52
boreiwe can close eyes on safari17:52
sruliborei: maybe try #apache17:53
NixkorNdo you think that this unicorn 0 day is some how related to the new video that freezes i0os devices?17:53
ikoniaborei: I suspect the problem is the browser/plugin rather then web server / OS17:53
ikoniaNixkorN: stop now17:53
NixkorNwhat did i do?17:53
ikoniaplease stop talking nonsense,17:53
NixkorNsure17:54
ikoniathe topic of this channel is ubuntu technical support, if you can help with that, great, if not please don't speak17:54
NixkorNi bet they are related17:54
borei#apache only by invitetion17:54
Giant81I like the ubuntu in windows mostly because we're a windows shop, but linux has so many useful tools.  I do most of my network admin job in windows, but use linux tools from time to time, and it keeps me from needing to use a VM or cygwin to use those tools17:54
ikoniaborei: apache won't really add much value for you17:54
NixkorNthis windows vanished?!17:55
ikoniaborei: you've already confirmed it's working well17:55
ikoniaNixkorN: you got kicked from the channel17:55
boreiyes, and safari drives me nuts17:55
ikoniaborei: try #macosx or ##apple17:55
ikoniaborei: some clever guys who can help you debug the browser end17:55
NixkorNikonia: stop with the fearmongering17:55
boreithanks for headsup !17:56
=== nat is now known as Natkeeran
srulihas anyone tried running selinux in ubuntu? is it easy to configure and smooth to run?17:57
ducassesruli: the selinux profiles haven't gotten any tlc in a long time. it's possible, but would need work.17:58
ikoniasruli: selinux is possible, but it requires some real effort18:01
=== Piper-Off is now known as Monthrect
kbob~~/quit18:15
hamdjanis ubuntu the distro with the best "stable" to "uptodate packages" ratio? i checked the website distrowatch but it does help only partially to answer the question, because it has a package comparision table for only a few packages and also doesn't consider backports and third party deb providers18:19
WulfGood Morning18:19
harymorning18:19
WulfI need to create a user on my system and want a static user id that won't change across reinstallations. From which range am I supposed to choose it?18:20
tgm4883Wulf: system user or regular user?18:22
Wulftgm4883: only login per sftp to manage a file store18:22
tgm4883Wulf: anything above 1000 should work, although new users start getting created at 1000, so you could start at 110018:23
Wulftgm4883: so there is no official range for this usage?18:24
tgm4883Wulf: not that I'm aware of18:24
puchogenzoexit18:26
puchogenzoexit18:26
puchogenzosorry18:26
zacktuI upgraded from 14.04 to 16.04.  After upgrading I used Synaptic to add deb lines that had been in the old system manually.  Now I get lots of error messages about keys and insecure sources when I refresh the repositories.  What do do?18:36
eslam1994_join hello18:37
M-liathitHi18:37
x2416hi18:39
zacktuslow day here - bye18:42
peeps[lappy]where replaces ia32-libs?18:43
peeps[lappy]*what18:44
=== Mathis|2 is now known as Mathis
MonkeyDust!find ia3218:44
ubottuFound: grub-efi-ia32, grub-efi-ia32-bin, grub-efi-ia32-dbg, lsb-core, lsb-printing, lsb-security, primus-libs-ia32, W:, W:, W: (and 22 others) http://packages.ubuntu.com/search?keywords=ia32&searchon=names&suite=yakkety&section=all18:44
=== JeremyD is now known as SleePy
OnkelTemHi all. In which config file do I write LC_ALL=...?18:51
OnkelTemso that every new console sessoin would inherit18:51
=== j_ is now known as lifted
akikOnkelTem: not 100% sure but try /etc/default/locale18:52
akikOnkelTem: it doesn't contain LC_ALL by default18:52
OnkelTemthere I have only LANG="en_US.UTF-8"18:52
akikOnkelTem: you should have many LC_ settings there18:53
OnkelTemMy problem is very frequent: http://apaste.info/xc02Q18:53
akikOnkelTem: http://pastebin.com/raw/KsKrKx8018:54
OnkelTemand I have regenerated localtes, and everything seems to be in place18:54
mcphailYou don't write LC_ALL anywhere, do you? Isn't it used on an ad-hoc basis to replace the defaults?18:55
OnkelTemLC_PAPER=en_RU.UTF-8 - what the hell is this? I'm having it18:56
OnkelTemen_RU?18:56
OnkelTemI'm sure that was not me configuring it in this weird way18:56
OnkelTemproblably some app?18:56
OnkelTemmcphail: I don't get. Every time it goes in such a wrong way I'm triggering :)18:58
OnkelTembecause I do follow stackoverflow advices18:58
OnkelTemand that didn't work18:58
OnkelTemhaha18:58
OnkelTemThere are too many places to try out19:05
OnkelTem/etc/default/locale; /etc/environment; /etc/profile; /home/<user>/.bash_profile; /home/<user>/.bashrc19:06
OnkelTemSo which one is correct? And should I set LC_ALL or just LANG?19:07
OnkelTemI have a feeling that it's KDE who is breakibng eveyrhing19:08
boreiikonia: range-request is disabled in apache 2.2.22 (ubuntu 12)19:09
boreiit works out of box in 2.4.7, which 14.0419:09
akikOnkelTem: LC_ALL sets all those variables at once19:10
boreiwhy it was disabled - that is second question.19:10
akikOnkelTem: /etc/default/locale is the place for system wide configuration19:10
OnkelTemakik: then mine is ok, and actually I haven't touched any of the config files19:11
OnkelTemso I suspect KDE19:11
OnkelTemnow19:11
=== tk422 is now known as rcogburn
akikOnkelTem: but your file was missing those configuration entries (LC_*)19:13
OnkelTemakik: should I restart to get it probably working?19:13
akikOnkelTem: no there's no automatic process to modify that file19:13
akikOnkelTem: the only one i know is dpkg-reconfigure locales19:14
akikOnkelTem: or localegen19:14
=== rcogburn is now known as disneylandLover
OnkelTemakik: http://apaste.info/xc02Q - my concerns are now about those en_RU. I think that's the problem19:14
OnkelTemand I can't find a place in my configs where it's set like that19:14
akikOnkelTem: try "strace -e open locale"19:15
akikOnkelTem: that'll show you all the files locale opens19:15
OnkelTemhttp://apaste.info/qnZDA19:16
OnkelTemso it really can't find en_RU/* stuff, because it's a nonsense19:16
OnkelTemand I did regenerate locales several times and it goes just fine19:17
akikOnkelTem: what is that "default locale" ? have you set it somewher ?19:17
OnkelTemakik: I'd guess it means an EMPTY value. I have no LC_ALL or LC_TYPE set anywhere19:18
=== DerRaiden is now known as DerRaiden|lunch
akikOnkelTem: what is the locale you want to use ?19:18
OnkelTemjust 'en_US.UTF-8'19:18
akikOnkelTem: ok try these two commands sudo locale-gen "en_US.UTF-8" and sudo dpkg-reconfigure locales19:19
akikstarting with sudo both of them19:19
OnkelTemakik: http://apaste.info/gyELg - at the end I run locale command again19:21
Init_4Hi all, trying to find some suggestions, anyone know how to disable internal routing? I have 4 interfaces (3usb ethernet and a wlan) tried to delete all the routes, disabled ip fowarding, but still if I try to ping with -S ip or -I interface  from the wlan I got a response from the usb eth interface. there is anything else that can route between the interfaces?19:22
akikOnkelTem: do you have this problem in your local machine or on some server ?19:23
OnkelTemakik: local19:23
akikOnkelTem: how does your /etc/environment look like ?19:24
=== Monthrect is now known as Piper-Off
akikOnkelTem: never mind, i only have the PATH in there19:26
OnkelTemakik: same, path only19:26
OnkelTemI even ran xterm suspecting even konsole :)19:27
akikOnkelTem: what if you set these two manually first: export LANG=en_US.UTF-8; export LANGUAGE=en_US19:27
OnkelTemI love programming. There you can always set a breakpoint on a resource usage or variable modification :) Not the case with system configuration...19:28
akikOnkelTem: and then run those two previous commands19:28
akikOnkelTem: it's a problem with the configuration files that you can set things in many places19:30
OnkelTemakik: http://apaste.info/nINen19:30
akikOnkelTem: sorry, out of ideas19:31
IonutVan_python 3 is default in ubuntu?19:31
OnkelTemakik: np, thanks anyway for the attempt :)19:31
OnkelTemakik: maybe it's a hint. I haven't reinstalled the system for many years :)19:33
akikOnkelTem: which ubuntu version ?19:34
OnkelTem14.0419:34
akikOnkelTem: i have the same19:34
linux__#19:35
akikOnkelTem: try setting the /etc/default/locale as i pasted earlier19:35
akikOnkelTem: http://pastebin.com/raw/KsKrKx8019:35
OnkelTemakik: yeah, I've saved the link, trying... I guess I'll need to restart19:36
akikOnkelTem: i'm pretty sure those entries are there after the default installation19:36
OnkelTemakik: was you installing 14 from scratch or on top?19:36
OnkelTemwere*19:36
ra21vihow to switch to Intel from Nvidia on Dell 7559, using 16.10?19:37
akikOnkelTem: i always install from scratch19:37
OnkelTemgood approach :)19:37
ducasseOnkelTem: dpkg-reconfigure locales does not set the locale system-wide?19:38
programoHi ppl, I am using ubuntu 14.04, how do  I encrypt my data19:38
programopresent in the harddisk19:38
FinalXducasse: it generates the /etc/locales but does not set the default locale in /etc/default/locale19:38
OnkelTemducasse: no, at least not before restart. And that final measure I haven't tried yet19:38
OnkelTemthe last resort... the sign of weakness19:39
ducasseprogramo: entire disk or just /home?19:39
programoI see on the net to use encfs19:39
programoEntire disk19:39
* OnkelTem 's uptime is 18 days. 18 days without Witcher 319:40
FinalX/etc/default/locale is used by /etc/pam.d/login, /etc/pam.d/sshd, /etc/pam.d/su, /etc/init/mountall.conf, /etc/init.d/keyboard-setup, /etc/init.d/console-setup, /etc/init.d/mountall.sh and /etc/init.d/cron19:40
ducasseprogramo: in that case, reinstall and select it as an option in the installer19:40
FinalXit is meant for the system and not the user.19:40
FinalXOnkelTem / ducasse ^19:40
programoI am using a dual boot of Windows and Ubuntu,So I encryt all my data , will I be able to access the data from both the operating system?19:40
FinalXso yes, rebooting would be useful, considering it's picked up by init and co.19:40
akikFinalX: the settings from /etc/default/locale affect the user's session19:40
FinalXakik: yes, through PAM.19:40
FinalXso logging out of your session and logging back in, should also work.19:41
FinalXbut for the rest of the init stuff, you'd have to re-init19:41
programo@ducasse how about using encfs19:41
OnkelTemFinalX: thanks! I see19:41
FinalXor at the very least restart those services19:41
programocan I encrpyt my whole disk without resinstalling19:41
ducasseprogramo: don't know if there are windows tools that can read it, ask in ##windows. encfs is not for full disk encryption.19:41
ducasseprogramo: not easily, no.19:42
OnkelTemSee you after restart19:42
=== Piper-Off is now known as Monthrect
FinalXperhaps shrink your filesystem, repartition, luks the other partition, move data over, resize again.. yeah, maybe not so very possible19:43
FinalXtoo cumbersome ;)19:43
korosohey all19:44
ducasseFinalX: judging by the questions he asked, not without handholding :)19:44
FinalXyeah... :)19:44
FinalXto be fair, i'd not even start on it myself.19:45
=== nils__ is now known as nils_
ducasseme neither.19:45
OnkelTemFolks, I've restarted, and it didn't help. But I just checked tty2 and there it works. So I get the problems only in X19:46
akikOnkelTem: what if you create a new user account in your machine19:48
akikOnkelTem: then see if the locale settings are defined correctly in the new account19:49
OnkelTemfound one interesting issue: http://askubuntu.com/questions/501181/how-to-change-fix-systems-locale-when-you-setup-in-a-language-not-official-in-y19:49
OnkelTemDamn I've found where it's set! It is: ~/.kde/env/setlocale.sh19:50
OnkelTemAnd there set all that mess19:50
akikOnkelTem: i don't have that file on kubuntu 14.0419:51
akikOnkelTem: nothing in that directory19:51
OnkelTemakik: maybe it's created only when you edit Locale settings. I was editing mine19:51
OnkelTemthat's because I needed to disable Russain as the UI langauge. I've left there only American English19:52
OnkelTemvery similar to what the author describes19:52
OnkelTemakik: yeah it works!19:54
OnkelTemhuh19:54
akikgood19:54
=== kivy is now known as kkk
OnkelTemThanks all!19:55
=== kkk is now known as Guest68702
=== kosta is now known as Kosta7
root3`z: hi20:06
kivyroot3: hi20:06
x2416hi20:09
=== davis is now known as Guest14623
palagummikali_new: hi20:14
solacesup20:14
lavenderbowlHi, I've just installed Mint 18 (based on Ubuntu 16.04) on a new HDD in UEFI mode (I made sure to partition it via GPT and add a 500MB EFI partition with the boot flag), however when I try to start it up the UEFI menu displays it as "ubuntu(Drive not found)", and it doesn't work. Any idea what I should do?20:15
ducasse!mint | lavenderbowl20:15
ubottulavenderbowl: Linux Mint is not a supported derivative of Ubuntu. Please seek support in #linuxmint-help on irc.spotchat.org20:15
lavenderbowlI suspect I'll have the same issue if I install plain ubuntu 16.04, hence why I'm asking here20:16
lavenderbowlSince it is a boot issue20:16
ikoniathen take it to mint20:16
iorialavenderbowl, dual boot ?20:16
lavenderbowlNo, fresh new HDD20:16
ikoniaso ask in #mint20:16
ioriaoh, sorry mint... btw ... why did you create a esp ?20:17
ikonia(or the correct channel name on the correct irc network"20:17
lavenderbowlYeah, I asked there. Since there's radio silence over there, I was hoping someone here might have an idea.20:18
ikoniasorry no20:18
ikoniathats not how it works,20:18
ikoniamint is not ubuntu and has variations, so the mint channel supports mint,20:18
younderI think I tried 5 installs befor UEFI bot finally worked. There were complications in that the SSD should contain linraries and A raid 0 2 GB array contained the  /var /usr/local /tmp /var and /home and there was a seperate 6 Gb disk that should bee left unmounted, but availabe in /media20:19
ikoniayounder: what is that in reference to ?20:19
solaceDoes anybody know if it's possible to match the performance of macOS on a macbook using the Ubuntu 16.10?20:20
younderikonia,  to lavenderbowl,  I guess If at first you don't succeed try again.20:20
solaceIn terms of battery life20:20
ikoniayounder: but your random file system mount points are nothing to do with anything20:21
=== Monthrect is now known as Piper-Off
DBSNodemaybe if you are a dedicated kernel hacker solace20:21
younderikonia, random?20:21
ikoniayounder: yes, eg: /usr/local has nothing to do with an EFI boot, and it doesn't have to be "left unmounted"20:22
ducasselavenderbowl: hint - check out how grub was installed, and if the efi fw variable is set up correctly. other than that we can't help you.20:22
solaceI've only written a few kernel modules, and added some custom system calls for assignments in an operating systems course at school. @DBSNode20:22
younderikonia, It is not left unmounted. There was a separate disk used for backup which was mounted on demand. Perhaps I wasn't clear on that.20:23
ikoniastill nothing to do with efi boot20:23
lavenderbowlOK then ducasse , I can always try Ubuntu 16.10 and see if I get the same thing20:24
solaceWhat would the main difference be? I'm gonna assume that there are a few optimizations that would have to be made in terms of how scheduling and paging is handled (since apple determines such algorithms device by device)20:24
ikoniasolace: it's a closed platform20:24
nricciaris there a way to figure out which packages,versions are installed in a specific coreos release?20:25
nricciarwrong channel :(20:25
solaceikonia: Surely there are ways to monitor the behaviour of the kernel?20:25
noob0_020:26
ikoniasolace: what has the kernel got to do with it ?20:26
ducassesolace: macos and apple hardware are designed to work with each other, i doubt linux devs have access to the same documentation etc.20:26
ikoniaand "monitor behaviour" ??20:26
solaceWell you don't necessarily need to have Apple's documentation. Performance optimizations will (likely) be handled by the kernel, not by processes. By monitoring behaviour I'm talking about examining how paging is handled, how scheduling is handled, how various services are prioritized in terms of "niceness"20:31
ikoniasolace: so basically you don't know what your talking about then20:32
solaceI would say that I do20:32
solaceTell me what i ahve incorrect?20:32
=== seed_ is now known as Guest68068
ioriasolace what's you problem ? maybe we can help20:33
ikoniasolace: how does the kernel interface with apm to interface with the hardware ?20:33
ikoniapaging is pretty much %5 of power optimisation20:33
ikoniaso I'm not sure how you expect to monitor the kernel to improve power managment on a partially closed platform20:33
tomeaton17Hello, I have a jupyter notebook running on my VPS and I am connecting to it using an SSH tunnel. Is there a way that I can connect to it from any computer without the SSH tunnel?20:36
younderikonia, Well it is down to the gowerner. The part of the kernel that controls cpu frequencey and which cores are active.20:36
ikoniayounder: it's more than cpu activity that eats power20:36
Yiotatomeaton17 you need to expose the port and then proxy it with a web server afaik20:36
solaceThat's part of what I'm asking. Is there no way to see exactly what the kernel's doing and at what point in time?20:36
solaceThere have to be tools than can used for debugging a kernel20:36
ikoniasolace: there are many tools you can use for analysis depending on what/how your working20:37
ElinKattunge2I have set up an LTSP server with an Ubuntu chroot, however so I found thermald was halting all my systems so I uninstalled it from the chroot, however when I came to reboot my thin clients, thermald still starts.20:38
younderikonia, My CPU is rated for 3.4 GHz it can run 4 GHz in  turbo mode. Bot when ideling it huts down 6 core and run the reaminfg teo at 1.2 GHz. That clearly affects power consumption.20:38
=== viktor is now known as viktor_afk
ElinKattunge2How do I fix this issue? How do I remove thermald?20:38
ikoniayounder: yes, I'm not disagreeing, but there is more than cpu cycles that impact power20:38
ElinKattunge2Guys?20:40
ikoniaElinKattunge2: look at the host20:41
ikoniait's more likley it's a process running from the host20:41
ioriaElinKattunge2,  thermald  is halting your clients ? how many ? what cpu ?20:42
ElinKattunge2ikonia: I don't have thermald on the host20:43
=== me is now known as Guest10987
ElinKattunge2nor do I have thermald on the chroots20:43
ElinKattunge2but it is getting some init script from somewhere because I see it started in the kernel log then halt20:43
tomeaton17Yiota: Ok good idea, will try it out now20:44
ikoniaElinKattunge2: that seems unlikley20:44
ikoniaif it's in the kernel log - it's the host20:44
ElinKattunge2ioria: To be honest, I didn't want to install Ubuntu, but Debian kept failing with ltsp-build-client20:44
ikoniaas the chroot is not running a kernel20:44
ElinKattunge2I mean the startup thingie20:45
ElinKattunge2The host doesn't have thermald20:45
ikoniayes, but if it's being logged in the host kernel - the host is more likley trying20:45
ikoniaand you've already told us the guest doesn't have it20:46
ikoniafind the binary20:46
ikoniathat will give you a clue20:46
ElinKattunge2Nope, no thermald to be found on anything20:47
ikoniaElinKattunge2: why do you think it's running20:48
ElinKattunge2I don't know20:48
ikoniawhat ??20:48
ikoniayou said "it's running"20:48
ikonianow you say "you don't know"20:48
ikoniais it running yes/no20:48
ElinKattunge2It said it was20:48
ElinKattunge2but I can't find it20:48
ikoniawhat said it was20:48
ElinKattunge2I can't exactly debug the chroot...20:49
ikoniawhat said it's running20:49
ElinKattunge2there is no service for thermald on the host20:49
ikoniawhat said it's running20:49
ElinKattunge2The bootup process on the thin clients20:49
ElinKattunge2said it was started then halt20:49
ikoniahow are you booting the thin client ?20:50
ElinKattunge2Explain?20:50
ikoniahow are you booting thin clients from ltsp20:50
ikoniaare you just connecting to the terminal service, or are you actually properly booting a remote client20:51
ElinKattunge2All I know is that in virtualbox, they boot fine20:51
ikoniasorry - this isn't acceptable20:51
ikoniayou're doing something very odd, and something you don't understand20:51
ioriaElinKattunge2, usually you boot a thin client with dhcp + ftp20:52
ElinKattunge2Yes20:52
ElinKattunge2that is what is used20:52
ikoniayou just said you don't know20:52
ikonianow you say you do know20:52
ElinKattunge2Mikrotik router with Next server option configured20:52
ElinKattunge2Sorry for not understanding...20:52
ElinKattunge2I'm not perfect20:52
ikoniaI think you are not being honest with things here as you are changing your responses20:52
ElinKattunge2I have tftp and nbd20:52
ioriaElinKattunge2,  t20:53
ElinKattunge2I'm struggling20:53
ikoniathen what is virutal box for20:53
ElinKattunge2I used it to PXE boot as a test20:53
ioriaElinKattunge2,  no nbd involved, iirc20:53
ElinKattunge2and it all booted right to the login20:53
ikoniaso then why did you say "I don't know, all I know is virtual box"20:53
ikonianow you are saying you're not using virtual box20:53
ElinKattunge2No, I am using virtualbox20:53
ikoniasorry - this is an unacceptable approach to debugging20:53
ElinKattunge2I used it to PXE boot a chroot as a test20:54
ElinKattunge2and it worked20:54
ElinKattunge2but my thin clients halt when thermald reports "started" at the boot process20:54
ElinKattunge2Sorry once again for my misunderstanding, I'm struggling with wording20:54
ioriaElinKattunge2,  i know 14.04 works well, don't talnk about 15 or 1620:55
ElinKattunge2I use 1620:55
ioria*talk20:55
QqnIerhello20:56
ducasseElinKattunge2: if you're having language problems you can try the localized channels. i'm guessing you are scandinavian?20:56
ElinKattunge2I'm just hungry20:57
ducasseElinKattunge2: :)20:57
iorialol20:57
ElinKattunge2and my brain isn't working right, I am planning on trying this tomorrow again once I've eaten and my strategy might be better.20:57
ElinKattunge2ducasse: :)20:58
Siva_MachinaYou are hungry? Better go eat something.20:58
ducasseElinKattunge2: does it just hang during boot when trying to start thermald?20:59
ElinKattunge2Can't afford it20:59
ElinKattunge2ducasse: There is no service for thermald20:59
ElinKattunge2honestly20:59
ElinKattunge2So I don't understand why it attempts to start it when a service can't be found.21:00
ducasseElinKattunge2: does it just hang during boot when _it says_ trying to start thermald?21:00
ElinKattunge2yes21:00
ElinKattunge2halts21:00
DammitJimCan I get out of 14.04 HWE while not upgrading to 16.04?21:01
ihubuntuz21:02
ducasseElinKattunge2: i suspect thermald is a red herring here21:02
ElinKattunge2I used "locate thermald" and nothing21:02
ElinKattunge2dpkg -l shows that thermald is not installed21:02
ElinKattunge2there are no init scripts for thermald on the system21:03
ducasseElinKattunge2: which would also indicate that.21:03
compdocat least red is a proper color for a herring21:03
ElinKattunge2Red is a lovely color21:04
ducasseElinKattunge2: try enabling persistent logging, and dig through the journal from a failed boot to see how far it got21:04
ElinKattunge2I have the feature walls in my home painted red!21:04
ElinKattunge2What a fantastic color!21:04
ElinKattunge2I'm pretty sure journald is an existing command...21:05
ElinKattunge2I'm going to bed before I destroy my system, night. I will be back on tomorrow for support.21:06
aburridoHola21:07
=== for{} is now known as Extrawelt
ihubuntuhello i try make auto installer ubuntu 16.10 but i can't skip select locale keymap and country http://pastebin.com/VkFEQnUW21:10
ducasseihubuntu: try #ubuntu-server, i'm pretty sure that came up not too long ago21:14
cyberspectreIs Ubuntu 16.04 considered unstable in contrast to 14.04? I must say that since upgrading, I've had nothing but problems21:14
DammitJimit's supposed to be pretty stable21:14
DammitJimare you on 16.04.1?21:14
DammitJimfirst point release where they fixed tons of things?21:14
DammitJimhow much software are you running for which you had to add special repos?21:15
metallikohello21:15
cyberspectreDammitJim, I didn't specifically install 16.04.1. I upgraded from 15.10. Doesn't 16.04 upgrade to 16.04.1 by itself?21:15
metallikosomeone is watching netflix on 16.04?21:15
ducassecyberspectre: yes, it does21:15
DammitJimoh yeah, sorry21:16
cyberspectremetalliko, the easiest way to be able to watch netflix is to use Google Chrome or Vivaldi browser21:16
tomeaton17I having a problem with apache, when I change the index.html nothing changes on the webpage, and I tried deleting index.html and it still displays the apache2 welcome page21:16
cyberspectreducasse, when I go to 'details' it shows my OS is 16.04, but not 16.04.121:16
ducassetomeaton17: did you restart apache?21:17
metallikoi tried google chrome but it takes me to the system req. page21:17
tomeaton17ducasse: Yes I turned it off and it still displays the page21:17
ducassecyberspectre: have you been installing updates?21:17
cyberspectremetalliko, you might have to enable Chrome's built-in pepper flash plugin. Go to the URL chrome:// plugins and enable the unchecked plugin21:17
cyberspectreducasse, yes21:18
tomeaton17ducasse: But when I stop it using systemctl it is still shown in the ps list21:18
ducassecyberspectre: what does 'lsb_release -d' say?21:18
cyberspectreducasse, looks like it is 16.04.121:19
cyberspectreducasse, the issues I'm having since upgrading are graphics issues and hard drive IO errors. For months, I had to do manual fsck on every reboot, and half the time it just refused to boot... recently I completely wiped the drives and re-installed, which seems to have fixed that, but now I'm in a login loop where I can't log into a gnome desktop session. Unity works, but it looks wack21:21
ducassecyberspectre: i/o errors usually meam failing disk. which gpu?21:22
NixkorNi think you got bad ram21:23
cyberspectreducasse, I doubt it's a failing disk. The disk is only 15 months old, and it reports as 'good' in the SMART data. Plus, Windows has no problems with it21:23
NixkorNor failing motherboard21:23
cyberspectreNixkorN, you talking to me?21:24
NixkorNprobably bad ram21:24
NixkorNi would check for that 1st21:24
NixkorNyes21:24
cyberspectreInteresting. What makes you think it's bad ram? A motherboard I can totally see. That would cause IO errors and graphics errors easily21:25
NixkorNor4 cpu21:25
NixkorNram is easyer to repalce21:25
ducassecyberspectre: new disks can fail too, just saying.21:25
NixkorNmaybe its the cpu21:25
NixkorNsince ram is easyer to check21:26
NixkorNid start there21:26
cyberspectreducasse, right, I know, but I'm considering the SMART data. And I bought a DVR-grade HDD from Hitachi... these things are supposed to last a while21:26
cyberspectreNixkorN, think maybe it might help just to reseat the modules?21:27
ducassecyberspectre: take a look at reallocated sectors etc from smartctl. but which gpu?21:27
cyberspectreducasse, it's a gtx-670. Getting a little long in the tooth, but it's water cooled so it shouldn't be showing signs of wear21:28
NixkorNwhat resest the modules means?21:28
NixkorNif you geting errors across trhe baord might be cpu ralted21:28
cyberspectreHm... I wish I could somehow get a definitive answer on what the problem(s) is. This may be one of those situations where you just replace things until you get it right21:29
NixkorNevery distro has memcheck21:30
cyberspectrethen again, like I said, Windows doesn't hiccup21:30
NixkorNstart there if you dont get any error its the os21:30
ducassecyberspectre: windows might not occupy sectors in the failing range(s), examining smartctl output is quickly done.21:30
cyberspectreOkay. So I should check smartctl and memtest21:31
cyberspectreHow to check smartctl?21:31
ducassecyberspectre: 'sudo smartctl -a'21:31
cyberspectreducasse, I can do that while logged in?21:31
ducassecyberspectre: 'sudo smartctl -a /dev/sdxx'21:31
ducassecyberspectre: yes21:31
cyberspectreducasse, smartctl command not found?21:32
cyberspectreno installation candidate either21:32
ducassecyberspectre: install smartmontools21:32
cyberspectreducasse, this is what the disks utility does, right?21:33
squintyyes the disks utility also has a smart section21:34
ducassecyberspectre: it does a simpler check, aiui.21:34
cyberspectreSo just to be clear, there's no reason to think downgrading to 14.04 will help in any way?21:37
ducassevadviktor: of course it's possible - different kernel version, drivers and central pieces of software.21:38
ducassecyberspectre: ^^21:39
ducassecyberspectre: i've got to get to bed, but i'm sure someone can help if you hang around.21:40
cyberspectrethanks ducasse21:40
ElinKattunge2ducasse, ikonia, Fixed! xD21:43
riccardoHi, I'm having massive disk writes at every ubuntu boot (in the order of 150GB), I saw it through dumpe2fs21:43
ElinKattunge2Problem all solved!21:43
riccardoI have 16.04, stock kernel. I have installed ubuntu since a few days and I already have over 1TB of data written to the newly created filesystem21:45
riccardocontinuing this way my SSD will get killed in few weeks or so21:46
Zenriccardo: unlikely, but 150GB would mean you're getting 5+ minute boot times21:47
ZenSomething is really broken21:48
ZenI'd boot from USB and see if the same is happening.21:48
cyberspectreinteresting. I'm getting hugely long boot times on my SSD also21:49
riccardoZen, systemd-analyze says Startup finished in 3.759s (firmware) + 15.920s (loader) + 14.522s (kernel) + 6.895s (userspace) = 41.097s21:50
=== Mathis|2 is now known as Mathis
Zenriccardo: systemd-analyze blame21:51
riccardoZen, this is kinda worrying problem and I just went against it randomly checking my last filesystem check via dumpe2fs21:52
riccardoZen, nothing irregular there,  6.525s user@1000.service21:52
riccardo          5.261s NetworkManager-wait-online.service21:52
riccardo           833ms gpu-manager.service21:52
riccardothese are the first 3 entries, pretty normal stuff21:52
ZenOh, its kernel thats taking ages21:53
riccardoindeed, 14s but it could be anything21:54
Zenkernel log would be useful in that case, journalctl -xe21:54
riccardonothing relevant there, just some network red lines21:55
riccardothing is I don't even have 150GB of data on the SSD, $(df -h) says I have just 45GB used21:57
Zenriccardo: just because you don't see anything doesn't mean we wont, post it please.21:57
ElinKattunge2o.o21:59
riccardoZen, http://termbin.com/vywo21:59
ElinKattunge2riccardo: I must've downloaded a load of cp to your SSD21:59
carldanlequick question for everyone - do these IP tables look like they'll work? https://gist.github.com/carldanley/81cd03b1707caafd01e4066c0071426421:59
riccardoElinKattunge2, what do you mean?22:02
Zenriccardo: ok, not sure, do a fresh install and see if it persists22:03
riccardoZen, do you have any better idea instead of wiping everything?22:04
ZenIts the thing thats most likely to solve the issue22:04
ZenThat or the tool you used to look at disk writes was wrong22:05
DBSNodeor both22:05
Zenactually22:05
Zenit is false22:05
DBSNodeis it though?22:05
riccardomaybe, but I came from a fresh install22:05
Zen150GB in 41s is 3.6GB/s22:05
DammitJimthat's fast22:06
ZenThats 29Gbps22:06
riccardoyou are assuming it happens just at exact boot time though22:06
DammitJimthat's more faster22:06
DBSNode"more faster"22:06
ZenDammitJim: huh, no its the same speed22:06
Zenregardless22:06
DBSNodei want to claw my eyes out22:06
DammitJimLOL... exactly22:07
DammitJimthat's why I said more -> faster22:07
Zenriccardo: you said at every boot, so over what period of time is it?22:07
DammitJimhappy thanksgiving guys22:07
riccardoit's about 4 or 5 boots22:07
riccardoi just hit 1TB of writes with ~150GB at every boot22:08
ZenRight.. so its writes over an unspecified amount of time22:09
riccardoI need some confirmation about dumpe2fs being wrong22:09
Zenidk22:09
DBSNodeconfirmed22:09
riccardois there any other way to look at a lifetime write of a fs?22:10
Zenits probably right, but the way you worded your question made it seem like it did 150GB of writes every boot22:10
riccardowell, if I leave the PC on for a few hours, there are no suspicious writes of any kind (constantly checking with $(iotop -Pao))22:11
ZenI still don't know the rate at which you're seeing these writes22:11
riccardoby the time the PC boots and I go checking dumpe2fs, I find ~150GB of lifetime writes added22:11
Zenyou're just confusing things even more22:12
riccardosorry, I'm trying my best22:12
tgm4883riccardo: that's confusing. So if you rebooted right now and then immediately checked, you would see ~150GB of writes since you booted?22:12
riccardoexactly22:12
ZenAnd if you reboot immediately after that you see another +150GB?22:13
riccardoexactly22:13
tgm4883riccardo: or, what I think y ou're trying to say is if you rebooted right now then immediately checked, you would see ~180GB of lifetime writes22:13
ZenThen sounds like dumpe2fs is probably not correct then22:13
riccardoI hope so or I need another SSD within a week22:13
Zeneh, SSDs will happily take 500+TB of writes22:14
riccardotgm4883, that!22:14
tgm4883riccardo: riccardo those are two very different things...22:14
riccardonot sure about it, mine is quite old and I recall it being rated +10TB of writes22:14
riccardoit's a Sam 830 evo22:14
Zenriccardo: see http://techreport.com/review/27909/the-ssd-endurance-experiment-theyre-all-dead22:14
riccardoZen, those stats are amazing. I thought they would last much less22:16
ZenNope22:16
ZenIf the 840 pro can take 2.4PB of writes, I'm pretty confident yours will be happy with at least 500TB22:17
riccardoZen, btw do you know any method that can check lifetime writes without using dumpe2fs?22:17
riccardoZen, this is kinda a relieve. But if I continue adding ~150GB every boot then 500TB is a pretty reachable limit22:18
Guest47427hi22:20
Guest47427what s the command line to updat ethe grub as user22:21
tgm4883riccardo: you aren't adding ~150GB every boot. It sounds like you're adding ~30GB every boot22:21
tgm4883Now I'd still say that's likely wrong, but lets at least get the probably stated correctly22:22
Guest47427does anyone know the command line to update the grub2 I tried sudo update-grub but it doesn't work22:22
tgm4883Guest47427: did you try 'sudo update-grub2' ?22:22
riccardotgm4883, let's explain it in pseudocode: dumpe2fs.lifetime_writes += 15022:22
tgm4883riccardo: ok, so then what's the output of this command22:23
Guest47427hi tgm4883: I also did: /usr/sbin/grub-probe: error: failed to get canonical path of `/cow'.22:23
riccardotgm4883, and that happens if I reboot my PC22:23
tgm4883riccardo: 'sudo lshw -class disk'22:23
Guest47427hi tgm4883: I wonder if I need to do it as a root22:23
tgm4883Guest47427: well yes22:23
Guest47427hi tgm4883: I am running live cd22:23
riccardotgm4883, http://termbin.com/aqir22:24
aruns_Hi.22:24
phchye22:24
Guest47427any clue guys how can I do it as a root?22:25
Zenriccardo: Whats the output of smartctl for the disk?22:26
tgm4883riccardo: ok, so lets assume that the math done earlier was correct but perhaps the time frame was too short. Lets say it takes you 4X as long to check it after booting than was previously stated22:26
tgm4883so 164 seconds22:26
=== lethu_ is now known as lethu
riccardoZen, http://termbin.com/n7je22:27
phchey folks.  i'm writing a grant to get two DIY desktops in my local high school.  the idea is to have the students assemble two desktop systems, install ubuntu, and have the two computers "network" with one another.  are these two DIY newegg bundles appropriate, and what router would you recommend?  http://www.newegg.com/Product/ComboBundleDetails.aspx?ItemList=Combo.2938462  and http://www.n22:27
phcewegg.com/Product/ComboBundleDetails.aspx?ItemList=Combo.318680722:27
phci wanted the students to see both intel and AMD chips22:28
tgm4883riccardo: The previous math indicated 3.6GB/s, so using our new estimate of 4X as long, we're looking at about 900MB/s22:28
phcthanks so much for any advice or critique.  it's for the children!22:28
riccardotgm4883, the actual write speed for my SSD should be around 300MB/s i think22:29
Zenriccardo: 5TB of writes on it so far22:29
tgm4883riccardo: assuming that it's all sequential, the Samsung 840 benchmarks at 350MB/s write speed22:29
phcthe idea is also to have two systems that will still perform in five years, although by "perform" i mean use open source applications22:29
phcand not "game"22:29
Zenriccardo: reboot and run smartctl again, and we will see if the disk thinks its had another 150GB of writes22:29
riccardoZen, I see but I don't know if 1TB comes from my latest ubuntu installation22:30
phcthe computers will not have internet access through the school's infrastructure, so i'll be burning the distro to disc22:30
Zenriccardo: Whats the total that dumpe2fs is showing?22:30
tgm4883riccardo: the proper thing to do here is what Zen said, then we can compare what the difference is between both runs22:30
riccardoZen, Lifetime writes:          1083 GB22:30
Zenok22:30
ZenSo reboot, we will see if both go up by a large amount22:31
riccardoroger. doing it now. see you within a min22:31
ramzeuszfaarova22:31
ramzeushello22:32
ramzeuscan anyone help me?22:32
Zenask your question22:32
ramzeusive got slow video playback on my raspberry pi with ubuntu mate22:32
mirahi22:32
mirahi22:33
ramzeusand sound doesnt hear aswell22:33
=== mira is now known as Guest97130
Guest97130? :22:33
tgm4883ramzeus: what type of video?22:33
ramzeuscan be anything done with that ?22:33
ramzeusplaying videos in browser22:33
ramzeuslike movies22:33
ramzeuswatching online22:33
ZenWhat resolution? Flash player in use?22:33
tgm4883seriously not enough details22:34
Zenwe don't even know which pi you have22:34
riccardohere I am22:34
riccardoLifetime writes:          1084 GB22:34
ZenSo.. it hasn't gone up22:34
riccardojust 1GB at this round22:34
Zenwell, 0 < x ≤ 122:35
ramzeusi have pi 3 , ubuntu mate , i just wanted to watch movie online , and had a bad sound (like damaged tv sound) and slow playback22:35
riccardoZen, http://termbin.com/wvsn22:35
phcfloat any ideas to my query, and ill read up for sure22:35
riccardothis is the new smartctl output22:35
ramzeusmy raspberry pi is attached on my 1080p tv22:36
th0rramzeus, the only way I have been able to watch video on my pi is using omxplayer.22:37
ramzeusiam new with linux system , and dont know what to do ,maybe this raspberry is too weak for online watching22:37
ramzeus?22:37
brian15coHey everyone. If I f'd up my graphics drivers and cannot reach a greet screen, how might I be able to reinstall them? Every boot brings me to a jumbled screen of vertical lines22:38
brian15colike this http://imgur.com/2Y8vMl622:38
ramzeusi cant find use for my Pi ,22:38
riccardobtw Zen and tgm4883 thanks for the support!22:38
JuaneteHi there Channel22:39
Zenriccardo: yeah, looks like it jumped ~350MB22:39
ZenSo, thats about normal I should expect22:39
ramzeusTh0r , what have you used you PI for ?22:40
Zenramzeus: we still don't know if you were using flash, and on what browser would also be useful22:40
th0rramzeus, would be glad to discuss it in #raspbian...I have six22:40
ZenThe Pis aren't very powerful, but should be able to handle video play back22:40
JuaneteI'm coming here to as a curious question maybe someone can help. I'm trying to block a continent IP with mod_geoip in ubuntu 14.04, but all I can is in every htacess of every domain. But I wanted to do it at a server level and I've done it in apache2.conf, but is giving me an error with the "Deny". How can I blcok ip address ata  a server level so I don't have to edit one by one the htacces? Tahnk you all22:41
ZenJuanete: firewall, I believe its iptables on 14.0422:42
cygnus1412can anybody tell me how to change the priority of analog-output sound22:43
Juanete<Zen> yes, that's the second chance I'm going to take, I was wondering if any solution before taking that path22:43
cygnus1412anybody ??22:45
poco_So I guess I didn't understand OpenGL and I bought a game requiring 4.X (Divinity Original Sin) and I only have 3.0. After doing some research I'm starting to realize that I can't update my OpenGL unless drivers are built around it and it doesn't look like they are (XPS 13 9343 Intel® Core™ i5-5200U CPU @ 2.20GHz × Intel® HD Graphics 5500 (Broadwel22:45
poco_l GT2) )22:45
poco_Am I correct in my assumption or is there a way I can still get it working?22:46
ZenJuanete: I'm confused to why you wouldn't want to use IPtables, it can act at most levels of the OSI model so should be able to do what you want22:47
Zenpoco_: if your hardware doesn't support it then no22:47
poco_It's just strange to me that there doesn't seem to be an easy way to check. I saw an official Intel page that my Intel 5500 *can* support OpenGL 4 but I guess at this point it doesn't? It's just strange to me22:48
Juanete<Zen> because in IP tables I have to ad all the ip's22:50
Not_a_RobotGuys, how can I make grup reload operating systems, please?22:50
Not_a_RobotIt is pointing to a wrong Windows installation22:50
Juanetewith the mod_geoip only two letters for a continent22:50
Not_a_Robotbecause using Grup I can't boot to that OS22:50
Not_a_Robotbut if I select to boot directly that hard drive, the OS boots22:50
Not_a_Robotso I think Grub neeeds to update that22:50
Not_a_RobotI don't know what to search on the Internet for this topic22:51
ZenJuanete: geoip would give you many false positives22:51
Zentbh I don't even know why you want to block entire continents like that22:52
Juanete<Zen> because the people coming to the site is only from one country22:53
Zenpoco_: I assume you looked at the output of glxinfo22:53
tgm4883poco_: You could try https://01.org/linuxgraphics/downloads  Keep in mind that I haven't tested that so if it breaks you get to keep both pieces22:53
poco_Yeah22:53
Zenok22:53
Juanete<Zen> The goal is that they are using my mail to send spam mails and I want to blcok any of them trying22:53
poco_tgm4883: I've been trying that but can't get the deb package to install22:53
tgm4883Juanete: sounds like you need to fix your mail server22:54
Zenpoco_: I completely forgot to ask what ubuntu version you're on :D22:54
poco_16.04 gnome22:54
ZenJuanete: oh right, forget blocking like that, use fail2ban22:54
Juanete<tgm4883> I'm on it... although I'm not a really advance admin, I'm trying :-)22:54
Zenpoco_: ack.. then mesa just doesn't like you :(22:54
Juanete<Zen> Already installed today reading Fail2ban22:55
Juaneteany advice more than Fail2Ban?22:55
ZenIts all I really run22:55
tgm4883Juanete: I'm not sure about blocking entire continents, but I would just do it via iptables (actually, i'd just use fail2ban)22:55
poco_Zen: damn :(22:55
poco_there goes $2022:55
Juanete<Zen><tgm4833> I'm reading the mail.log in apache2 and it looks like they are trying all the time from some places not interst on it... same IP address.. but I don't want to be all the time on top of the server adding IP's22:56
ZenJuanete: I feel you may not be up to running a mail server, mine loves to break on me and I know it inside out22:56
poco_I tried installing Divinity under Wine but that's a whole other mess than I can't seem to work22:56
Juanete<Zen> lol22:56
ZenThough I'm confused to why you are mentioning apache2 if its a mail server.. O,o22:56
ZenWhich guide did you follow to set it up?22:57
Juanete<tgm4883> https://www.howtoforge.com/installing-mod_geoip-for-apache2-on-ubuntu-12.0422:57
ZenJuanete: which guide did you follow for setting up your mail server?22:58
Juanete<Zen> hours of reading through plesk and internet... days doing it, taking really care.22:58
* kali_user asks: I installed Ubuntu GNOME 16.10 and when I try to do an apt-get xchat-gnome the package cannot be found, how can I figure out what changes to my /etc/apt/source.list are requisite in pursuance of being able to effectuate installation of the package on my target system???22:59
Sean_McGhi all22:59
ZenJuanete: And where did apache2 come into this then? Because apache2 is a web server and has nothing to do with mail servers22:59
* kali_user says uh, hello all too22:59
Not_a_RobotNobody can help with my simple issue please22:59
Juanete<Zen> https://support.tigertech.net/mod-geoip23:00
Zenmod_geoip is a plugin for apache2 yes23:00
ZenBut still has nothing to do with mail servers23:00
jimcan I still get 14.04?23:00
Juanetewell, I'm mixing both concepts because I'm doing it because of mail block listed in internet.23:01
JuaneteI want to block this IP's23:01
Sean_McGjim: I would think so.23:01
Juanetethat's why I give the relation23:01
jimSean_McG, ok, I'd like to get the netinstall, 32 bit intel... do you know where that is?23:02
EriC^^!mini | jim23:02
ubottujim: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD23:02
Sean_McGgive me a moment. Desktop/Server/something else?... oh, cheers EriC^^23:02
* kali_user asks: Hello all! I installed Ubuntu GNOME 16.10 and when I try to do an apt-get xchat-gnome the package cannot be found, how can I figure out what changes to my /etc/apt/source.list are requisite in pursuance of being able to effectuate installation of the package on my target system???23:03
Bashing-om!xchat | kali_user23:03
ubottukali_user: xchat and xchat-gnome have not had stable releases in years. xchat was removed from Ubuntu for 16.04. Consider using hexchat instead, which is actively developed and available in 14.04 onwards.23:03
EriC^^jim: it's legacy only fwiw23:03
poco_See this is what confuses me. The release notes say that Mesa 13.1.0 (which I have) supports OpenGL 4.4 but I'm still on 3.0. How am I supposed to know if my system can get OpenGL 4.X?23:03
ZenJuanete: but mail servers and web servers do not interact23:03
kali_userBashing-om, and ubottu: Thank you so very much! I shall do exactly that!23:04
Sean_McGpoco_: there are function calls in OpenGL to get the version string23:04
ZenJuanete: mod_geoip will make apache block connections from those IPs, but it wont block them talking to your mail server..23:04
Bashing-omkali_user: :) happy 'buntu'n .23:04
poco_Sean_McG: you mean "glxinfo | grep "OpenGL version"?23:04
Sean_McGpoco_: or that, yes23:04
kali_userXchat shall be extirpated from my ansible installation script of packages!?!23:04
poco_Sean_McG: yeah still showing me string: 3.023:05
JBalljoin #python23:05
poco_Sean_McG:23:05
poco_"OpenGL version string: 3.0 Mesa 13.1.0-devel"23:05
Juanete<Zen> 8| Really????23:05
ZenJuanete: why would it? thats a stupid idea23:05
Sean_McGpoco_: I believe it is possible to build Mesa for older OpenGL APIs23:06
Juanete<Zen> I thought that if I block that IP, the IP won't enter any port (25) or any other port.23:06
ZenYou're clearly in over your head, probably with a mail server thats acting as an open proxy23:06
* kali_user says to Bashing-om, et alia: In fact over time I have simply conducted upgrades to Ubuntu and I recently decided its time to conduct a fresh install and reappoint the totality of my configuration. I have installed a virtual machine to do my testing, and am planning to 'ansible-ize' my full configuration after the initial installation was completed. Thanks again. Also, how can I get the status of other packages?23:06
jimEriC^^, Sean_McG, thanks :)23:06
kali_user!hexchat23:06
Sean_McGpoco_: I'm still on trusty so mine says 3.323:07
poco_Sean_McG: So why is my system still on 3.0? I mean it's a very modern system and Inetl 5500 graphics seem to support 4.X23:07
EriC^jim: no problem :)23:07
kali_user!wine23:07
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 Ubuntu23:07
Juanete<Zen> If I block all ports TCP and UDP for an specific IP, wouldn't that block the access to the mail?23:07
ZenJuanete: yes if you use iptables to do it23:07
Juanete<Zen> I'm having postfix login fails...23:07
poco_I guess at this point I'm more curious than anything else to determine why my system isn't supported for OpenGL 423:07
kali_user!xchat23:08
ubottuxchat and xchat-gnome have not had stable releases in years. xchat was removed from Ubuntu for 16.04. Consider using hexchat instead, which is actively developed and available in 14.04 onwards.23:08
ZenJuanete: thats another issue then23:08
Sean_McGpoco_: not sure -- I have an Intel as well and am trying to build a .deb of Mesa 12.0 so I can get OpenGL 4.4 as well23:08
korosohey all23:08
Sean_McGpoco_: at least until I can get my nVidia up and working again ;)23:08
kali_user!iscsitarget23:08
ZenJuanete: you clearly aren't proficient enough with linux and server management concepts to have a hope in hell in getting a functioning mail server working23:09
Juanete<Zen> how can I stop having my mail.log file full of people trying to access all types of accoutns?23:09
Juanete<Zen> thank you for saying, but the path to learn is to fail23:09
poco_hmmm well I can only get a $20 refund of GOG credit, not a full refund. Anyone have any ideas what to get instead of Divinity Original Sin? haha23:09
funabashihey guys do you know any torrent client for cli ?23:10
Sean_McGfunabashi: I think Transmission has a CLI version23:10
wedgiefunabashi: rtorrent23:10
ZenJuanete: start with something simpler, because you dived in at the deep end, it took me months to get my mail server to be stable and email from it to be accepted by all the major email services23:11
ZenPretty sure only a small portion of the people in here have ever gotten a mail server running well too23:11
Sean_McGI've got sendmail going on my Solaris box, and my Ubuntu machine just smarthosts to it23:12
Juanete<Zen> ok. I won't quit because of that23:12
Sean_McGbut yes, good luck... mail server configuration is a pain in the ass no matter which MTA you pick23:12
Juanete<Zen> I came here for help and fix and learn, not for telling me that I don't know how to do it. I already know that.23:13
amikropHi, pc started to be very slow, up to the point it wouldn't boot, so I tried to install ubuntu from usb. Installer freezes at 2nd window. sudo badblocks -sv /dev/sda stucks at 0:00 done (elapsed time runs normally). Is it a disk problem?23:13
ZenFor the most part the actual MTA is a simple setup, its the authentication you have to bolt on around it thats a PITA23:13
HalfcreativeHey all! first time using IRC how is everyone23:14
amikropAlso, when I tried to backup 20GB, it took 2:30 hours23:14
Jordan_Uamikrop: Please pastebin the output of "dmesg" and "sudo smartctl -a /dev/sda".23:14
amikropJordan_U: dmesg http://paste.ubuntu.com/23524731/  sudo: smartctl: command not found23:17
Sean_McGsudo apt-get install smarttools -- I think23:17
funkyjivecp -avu /source /target is copying files that have the same md5sum and the same date (according to ls -l)23:18
funkyjivedoes anyone have any idea why that might be?23:18
ZenSean_McG: smartmontools*23:18
Sean_McGright23:18
amikropSean_McG: E: Unable to locate package smarttools23:18
Zenamikrop: see my last message23:18
funkyjiveI have a USB3 drive enclosure mounted as a separate drive that I have used for backups.   went to refresh the backup today and it is like it is copying everything.23:19
Bashing-om!find iscsitarget23:19
ubottuFound: W:, W:, W:, W:, W:, W:, W:, W:, W:, W: (and 15 others) http://packages.ubuntu.com/search?keywords=iscsitarget&searchon=names&suite=yakkety&section=all23:19
Sean_McGooof, iSCSI23:19
Sean_McGhave fun.23:19
amikrophttp://paste.ubuntu.com/23524742/23:19
amikropJordan_U: smartctl http://paste.ubuntu.com/23524746/23:20
JuaneteHow can I remove/block the LOGIN FAILED from courier-pop3d from a specific IP address and/or user from a domain hosted in the server?23:20
amikropJordan_U: also, this output may help http://paste.ubuntu.com/23524742/23:20
Sean_McGJuanete: you probably want to firewall them out if they are abusing your system23:21
JuaneteSean_McG: Already did in the Firewall in Plesk, with a new rule Denying it but stilll getting this mail.log errors...23:22
allthebriansGRAPHICS TROUBLE: I tried switching from an AMD FirePro 7000 to a Nvidia GTX 970. Long story short, I removed the graphics card and am at my login screen with a single DVI plugged into the motherboard. YAY! Now what? reinstall Nvidia drivers? But the card isn't plugged in yet23:22
JuaneteSean_McG: https://i.imgur.com/HFqQs7H.png23:23
Sean_McGif you did it right, it shouldn't appear in the mail.log23:23
mr_yogurt_When I boot ubuntu, I get a [FAILED] Failed to start Load Kernel Modules. See 'systemctl status systemd-modules-load.service' for details.23:24
Sean_McGJuanete: I don't know enough about Plesk to know if that is correct23:24
Sean_McGJuanete: is it possible the traffic is outgoing as well as incoming?23:24
JuaneteSean_McG: what do you recommend at a system level?23:24
Jordan_Uallthebrians: Physically install the new Nvidia card, then install the proprietary drivers for the card (*If* you want to) via the Additional Drivers tool.23:24
trentonHi, I can't open Chromium23:25
amikropJordan_U: any conclusions?23:25
Sean_McGJuanete: no real recommendations23:25
JuaneteSean_McG:23:26
Juanetehttps://i.imgur.com/oCnaoL6.png23:26
Sean_McGJuanete: is it possible the firewall rule isn't actually active yet?23:26
JuaneteI did that23:26
trentonOK, I'll look online for solutions via Firefox23:26
JuaneteSean_McG:23:27
JuaneteSean_McG: You were right it wasn't applied23:27
JuaneteSean_McG: Going to check in few minutes23:28
JuaneteThnks!!!23:28
Sean_McGJuanete: OK, good luck23:28
Jordan_Uamikrop: What are you using postfix for?23:29
amikropJordan_U: its just the live usb23:29
tpw_rulesi powered up my system this morning and it doesn't make it to the desktop. it boots as normal, seems to do nothing for a couple minutes while the moving dots and ubuntu logo are up, then drops into a systemd recovery shell or something. i ran journalctl -xb like it said and didn't see anything particularly terrible. there's "name server cannot be used: Temporary failure in name resolution (-3)" from ntpdate, the nvidia driver23:30
tpw_rules complaining about something, and apparently the swap device cannot be found23:30
Jordan_Uamikrop: Ahh, ok.23:30
Jordan_Utpw_rules: Any idea why the swap device can't be found? Have you made any changes recently related to that?23:31
tpw_rulesi don't believe so. all my disks are working fine. windows 10 is on the same system, maybe it repartitioned and didn't notice23:31
Sean_McGaren't disks all mounted by a label now?23:31
Jordan_Utpw_rules: Anything interesting from "systemctl status lightdm"?23:31
tpw_rulesJordan_U: it says Active: inactive (dead). and the little mini-log just says systemd stopped light display manager23:32
Jordan_Utpw_rules: Interesting. Try "systemctl start lightdm".23:33
tpw_rulesthat's just brought me back to the purple screen with the moving dots. it will probably give me back a recovery shell in a minute or so23:33
Zentpw_rules: windows 10 has a habit of resetting your fastboot options on updates23:33
trentonCan't find a solution!!! :(23:33
tpw_rulesZen: what would that do? they aren't on the same partition or even device23:33
tpw_rulesand it's like "timed out waiting for dev\disk-by-uuid\<garbage>23:34
Zentpw_rules: if you try to mount any ntfs drives in fstab they will fail23:34
ZenBecause windows 10 didn't unmount them cleanly because of fastboot23:34
tpw_rulesoh yeah i know that. but i'm not doing that23:34
tpw_rulesyeah i'm familiar with that irritation23:34
Zenok, just something worth mentioning23:34
tpw_rulesall my partitions are in order. i don't think swap is the issue23:35
Zentpw_rules: blkid will list disks by UUID so you can identify which is causing that timeout23:36
tpw_rulesyeah it couldn't mount swap because the uuid changed23:37
tpw_rulescan i set it back somehow?23:37
Jordan_Utpw_rules: Please pastebin the output of "sudo blkid" and the contents of your /etc/fstab.23:37
Zenif swap UUID changed you need to update fstab with the new UUID then23:37
tpw_rulesif i just update fstab that's all i need to do?23:38
tpw_rulesdo i need to muck in systemd?23:38
Jordan_Utpw_rules: Just make sure that the UUID in /etc/fstab matches the UUID of the swap partition. Though UUIDs don't just change, they are either explicitly set or mkswap is used to re-format the swap partition.23:38
tpw_rulesmaybe it was never set correctly in the first place. i'll mkswap and see if that fixes it23:39
Jordan_Utpw_rules: If that is the only problem, then that is all that you need to fix.23:39
Jordan_Utpw_rules: Don't do that.23:39
tpw_ruleswhy not23:39
ZenBecause the UUID will just change again23:39
tpw_rulesand then i'll update fstab with the new uuid23:39
tpw_rulesthe partition that i designated as swap is there, it just doesn't have the same uuid23:40
Jordan_Utpw_rules: There is no reason to re-run mkswap, and if you make a typo you could accidentally overwrite valuable data.23:40
tpw_rulesfair enough23:40
Skydancer123hello i have a touchscreen and rpi now i need a rightclick    anyone can help me ?23:42
stan_man_canHi all, two issues that are super annoying on 16.04. 1) Sometimes when I login my mouse cursor doesn't appear for like 30-90 seconds23:44
stan_man_canif I click and drag I get the blue select box, but the cursor remains hidden until it randomly appears23:44
stan_man_can2) sometimes when my computer locks due to in-activity, the box that normally shows my user name and the pasword box is empty so I have to hard-reset23:45
stan_man_canany ideas>23:45
Skydancer123on the raspberry pi?23:46
tpw_rulesokay i had to update the UUID for both the efi boot partition and swap partition. windows must have touched them updating23:46
Sean_McGbleh why is the indexer so slow on Eclipse... I have an 8-core box dammit23:46
Jordan_Utpw_rules: Windows is not likely to be the cause of this problem.23:46
tpw_rulesthen what would have changed the UUID of my efi system partition and swap partition but not the OS partition?23:47
amikropLive USB installer freezes at 2nd screen.. (and 20gb backup took 2:30 hours).. could it be disk problems? dmesg http://paste.ubuntu.com/23524731/  smartctl http://paste.ubuntu.com/23524746/23:47
tpw_ruleswait god damn it i just realized what happened. grub's configuration got messed up and somehow found an old installation on a disk i had connected23:49
Jordan_Utpw_rules: Again, UUIDs don't just change. Either the fstab was modified or the partitions were deleted and re-made.23:49
tpw_rulesso it was an old instance expecting different support partitions23:49
tpw_rulesand i was selecting the wrong entry in grub. okay that was entirely my fault23:50
salamanderrakehow do I set up update-alternatives to switch between clang and gcc using the cc var?23:52
Sean_McGoooo mixing and matching compilers, fun fun fun23:53
salamanderrakeSean_McG: it worked before, all I had to do was make sure it was set to gcc for the nvidia drivers.23:59

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