/srv/irclogs.ubuntu.com/2017/06/09/#ubuntu.txt

=== Piece_Maker is now known as Acou_Bass
kuwerI have nvidia geforce 8400 gs and I am trying to install it´s driver on ubuntu server00:38
kuwerFollowing nvidia website I should use NVIDIA-Linux-x86_64-340.102.run file00:38
kuwerI found this tutorial but my files are different http://ubuntuguide.net/install-latest-nvidia-graphics-drivers-in-ubuntu-linux00:40
kuwerCould someone help me please?00:41
bazhangkuwer, install nvidia drivers from what additional drivers has on offer00:43
kuwerbazhang: I use opencl to process on gpu00:44
LuckyGoldstarkuwer, what files are you referring to?00:49
acovrigI'm having a strange issue - my VMs have no physical network when I boot from my SSD, but If I boot from an image of the SSD on a HDD then it works just fine...00:52
acovrigI have a bridge br0 to physical eth0, when I boot from the SSD, I can do network between VMs and I can dhclient br0 and get an IP from external, but none of my VMs get IPs on br000:54
schultzais there a way to remote admin a computer from behind NAT?01:06
SchrodingersScatschultza: can tunnel ssh to a remote machine then ssh in through the tunnel.  It's handy, I use it to reach my desktop at work.01:09
tgm4883schultza: from behind a nat, or remote a computer that is behind a nat?01:09
sxclimaxHey folks. I need some help connecting to the internet on my home server. The server has an ethernet cable. I am able to ssh into the computer but there is no internet access. It is running lubuntu. "ping google.com → ping: unknown host google.com", "ping 8.8.8.8 → From 192.168.1.200 icmp_seq=1 Destination Host Unreachable"01:33
EldonMcGuinnesssxclimax: Can you ping your gateway?01:56
sxclimaxEldonMcGuiness: I can ping my router. Is that the same as my gateway?01:58
wi||Can anyone recommend a good source for learning about installing applications and terminal commands. I have been installing applications and surviving on cut and pasting googled answers without really understanding what I am doing. Everything I have found so far is either way too advanced or very basic01:58
cfhowlett!manual | wi||01:59
ubottuwi||: 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/01:59
wi||I wanted to know more about things like where the files end up when you install things.  What is happening when you run are compiling applications, etc02:00
explodesOk I made my file in /etc/init/greenhouse-sensors, 16.04 ubuntu.. I can't seem to start it with service greenhouse-sensors start02:18
explodesI'm on 16.04, but upstart doesn't seem to be installed?!02:20
sxclimaxHey folks. I need some help connecting to the internet on my home server. The server has an ethernet cable. I am able to ssh into the computer but there is no internet access. It is running lubuntu. "Destination Host Unreachable" but I can ping my router. Any ideas?02:21
EldonMcGuinnessexplodes: systemd perhaps02:21
explodesEldonMcGuinness: `systemd` command is found. how would I start the service?02:22
explodesI need a /etc/init.d file for that one, dont i?02:22
EldonMcGuinnesssxclimax: try `tracepath 8.8.8.8`02:22
Jordan_Usxclimax: Please pastebin the output of "route -n".02:23
EldonMcGuinnessexplodes: systemd should also work with init.d scripts I believe02:24
EldonMcGuinnessexplodes: What happens when you try to start your service?02:24
explodesUnit greenhouse-sensors.service not found02:25
sxclimaxhttps://pastebin.com/twZ3wCgu02:25
explodesI think I need to make this unit file first02:25
sxclimaxEldonMcGuiness: the results are here – https://pastebin.com/twZ3wCgu02:25
sxclimaxJordan_U: the results are here – https://pastebin.com/twZ3wCgu02:25
EldonMcGuinnessIt looks like you're not even getting past your router/modem02:27
Jordan_Usxclimax: Are you really connected to a router, or just to a modem?02:28
sxclimaxJordan_U: I must be connected to my router. I am able to ssh into the computer.02:29
sxclimaxEldonMcGuiness: why might that be?02:29
Jordan_Usxclimax: OK. Is there more than one device that can access the internet at a time?02:29
EldonMcGuinnesswhat is the IP of your router?02:29
sxclimax192.168.1.102:29
sxclimaxJordan_U: Yes. My phone plus laptop, for example02:30
EldonMcGuinnessthen something is not right, your routing tables show 192.168.1.200 as your gateway02:30
EldonMcGuinnessthat should be 192.168.1.1 if that is the routers IP02:30
EldonMcGuinnessThe !H in the trace path means the host is not reachable02:30
Jordan_Usxclimax: Is your server connecting via DHCP or with a static configuration?02:31
sxclimaxEldonMcGuinness: 192.168.1.200 is the server (on which I cannot connect to the internet). How do I change my gateway to 192.168.1.1 (which is my router)?02:32
sxclimaxJordan_U: I'm not sure02:32
sxclimaxJordan_U: Actually, I am pretty sure –  a static configuration02:32
EldonMcGuinnessit is likely misconfigured02:33
EldonMcGuinnesstry changing your gateway in the setup to 192.168.1.102:33
Jordan_Usxclimax: Then your static configuration, most likely in /etc/network/interfaces , has the wrong default gateway.02:33
sxclimaxEldonMcGuiness: where is that configuration? In the router or on the server?02:33
EldonMcGuinnessif you setup the "server" as static then as Jordan_U said02:34
Jordan_Usxclimax: Also though, be sure that 192.168.1.200 isn't within the range of ip addresses that your router's DHCP server will give out to other clients.02:34
sxclimaxJordan_U: it's not in that range. Thanks.02:34
sxclimaxJordan_U: how would I change this to be correct? https://pastebin.com/W0vJv1Um02:35
=== r0Oter is now known as r00ter
EldonMcGuinnesschange network to gateway02:39
sxclimaxEldonMcGuiness, I changed my interfaces file to: https://pastebin.com/rmStg5bP02:40
sxclimaxEldonMcGuiness: but I still don't have internet. Is there a reset command I need to try?02:41
EldonMcGuinnessifdown eth002:41
EldonMcGuinnessifup eth002:41
EldonMcGuinnesshttps://help.ubuntu.com/lts/serverguide/network-configuration.html02:41
Jordan_Usxclimax: If you're at a local terminal, "sudo ifdown eth0 && sudo ifup eth0".02:41
EldonMcGuinnessgive that a read :)02:41
Jordan_Usxclimax: If you're connected only via ssh, then you'll want to be a little more careful.02:42
sxclimaxGentlemen, I have internet! Thanks!02:48
ruby32sxclimax: what was the issue? i use lubuntu mainly and i've had internet issues before (though not recently)02:49
sxclimaxMy interfaces file was not configured correctly02:49
striveLubuntu seems to be widely used...03:04
b4rminimalism is the trend?03:05
striveI concur.03:05
b4rit lacks context03:05
b4rminimalism is good for some things?03:06
inflexStrange question, ever since I've migrated to 17.04, I never get any apt updates/upgrades for the main system.  I can run apt update / upgrade, but nothing new comes through.  Even the /var/log/apt/history files are basically empty.03:07
strive17.04 is just that nice.03:07
b4rreference: minimalism03:07
striveloll03:08
b4rinflex~  would you consider writing shell scripts and cronjobs to create the automatic updating you were familiar with?03:08
kostkoninflex, what about in /var/log/dpkg.loh03:09
kostkon.log*03:09
inflexkostkon, ah, now that looks more like it03:10
inflexStill very minimalistic03:10
inflexonly about 5.7k03:10
inflexoh, it's rolled auto, so yep, that should be fine then03:11
kostkoninflex, well 17.04 came out like 2 months ago03:11
inflexja, but new release distros usually have a surge of updates for the first few months :)03:11
inflexbut it's okay, May has 31K, so I think we're good03:11
kostkoninflex, that's usually not the case with Ubuntu03:12
inflexSorry about that, my fault for looking at the old system03:12
kostkoninflex, np03:12
b4rinflex~  curious, what's the kernel version used on 17.04 now?03:12
inflex212K gzip compressed April log ;)03:12
inflexb4r, I've got 4.10.12-041012-generic03:13
Almoxarifeinflex: does 17.xx have a mail list?03:13
inflexb4r, but I know I had to forcibly push that up because I was having daily hard locks on the initial default kernel 17.04 came out with03:13
b4roh I see03:13
b4rinflex~  tyvm for ze info03:13
inflexyou're welcome :D03:13
inflexAlmoxarife, possibly, I've never checked.03:14
Almoxarifeinflex: i would expect they chat about what is coming out/fixed/updated etc03:14
inflexThat would be true.   In this case, just a situation where a person has been looking at the wrong files (me ;) ).  Thought it was absurdly strange that I'd not seen many updates.  Thanks again all.03:15
Bashing-ominflex: If I am not mistaken " unattended-upgrades" are in effect; in that case you will not see the upgrades ; less /var/log/unattended-upgrades/unattended-upgrades.log .03:22
cryptocrapso...I accidentally installed two versions of the same package with dpkg03:43
cryptocrapand it won't let me remove the old one, or the new one03:44
cryptocraphow to remove specific versions of a package?03:45
cryptocrapnobody?03:46
azizLIGHTcryptocrap:03:51
azizLIGHTcryptocrap: afaik theres a way to do apt-get remove with specific version using equal sign and version number03:51
azizLIGHTi beleive it is like apt-get remove package=version03:52
azizLIGHTmy /var/log/kern.log file and /var/log/syslog files are getting huge and taking up a lot of space on my drive. can i delete or edit or trim them down to take up less space on my rootfs /03:53
strivecryptocrap: Have you tried apt-get --help ?03:54
cryptocrapA good idea, and what I probably should have done to install it in the first place, but it doesn't work03:54
cryptocrapThe problem is that I've installed a future version of a library with plenty of dependencies03:55
cryptocrapand it won't let me remove the library because it would break the dependancy chain03:55
EldonMcGuinnessyou could remove them all the autoremove03:55
EldonMcGuinnessthen install the one you want03:55
EldonMcGuinness*then autoremove03:56
cryptocrapit's libgcrypt2003:56
cryptocrapI don't really think that's a good idea...03:56
cryptocraphmm03:56
EldonMcGuinnessthe = sign should do it03:59
EldonMcGuinnessat least it is in the man03:59
k_szeIf I want to enable SecureBoot, how do I identify the drivers/kernel modules that fail to load because of missing signature?04:00
k_sze(or missing key)04:00
azizLIGHTanyone know about my log file issue04:03
JustFixMyWifiWhy I can connect to some wifi networks but no others using lubuntu?04:03
cryptocrapJustFixMyWifi: are any of them 5g?04:03
JustFixMyWifiNyet.04:04
cryptocrapJustFixMyWifi: were you able to connect to them before you installed lubuntu?04:04
EldonMcGuinnessazizLIGHT: They should be rotated, if they are large then you might want to look in and see why04:05
mikeymopazizLIGHT: I dont see why you cant erase them, i noticed lamp compresses the log to a .gz and then appends a number04:06
mikeymopwhy dont you use this methodology04:06
JustFixMyWifiThe wifi was working. Then left the laptop down for 3 months. Then fixed it. Then thought that the wireless card was dead. Then went to the laptop hospital and managed to connect to their wifi.04:06
JustFixMyWifiBUt still can't connect to the one at home.04:06
JustFixMyWifiI am confused.04:06
cryptocrapJustFixMyWifi: "Then fixed it" elaborate04:06
cryptocrapJustFixMyWifi: what problem did you have after leaving it alone, and what did you do to "fix" it?04:07
JustFixMyWifiHad to replace cooler, power button card and charger.04:07
cryptocrapJustFixMyWifi: that all just broke?04:07
mikeymopsometimes the hammer method works, yknow?04:08
cryptocrapJustFixMyWifi: did you change anything regarding your wireless adaptor04:08
JustFixMyWifiNo.04:08
JustFixMyWifiThe cooler was dead.04:08
cryptocrapJustFixMyWifi: What model wireless card do you have?04:08
JustFixMyWifiThen I fucked up the power butto card.04:09
JustFixMyWifiThen the charger went dead.04:09
JustFixMyWifiATHEROS-AR5BXB6304:09
azizLIGHTEldonMcGuinness: I know why they are large04:10
cryptocrappaste the output of "lspci -a" to pastebin and send me a link04:10
cryptocrap@JustFixMyWifi04:11
azizLIGHTWhat is the safest way to get them out of live usage so I can trim down the useless lines (ddrescue on scratched up CD)04:11
EldonMcGuinnessI would just `echo "" > file`04:11
EldonMcGuinnessif they are truely useless lines04:12
azizLIGHTCan i do sed delete line on it04:12
JustFixMyWifiinvalid option -- 'a'04:12
azizLIGHTThere's tons of buffer I/o messages. Around 800 mb of error messages04:13
azizLIGHTThat's 800mb of plain text04:13
cryptocrapJustFixMyWifi: ehe...my bad, just "lspci"04:13
JustFixMyWifiSecond, gotta get a IRC client there.04:14
cryptocrapJustFixMyWifi: at pastebin??04:15
azizLIGHTEldonMcGuinness: my issue is that theyre still unrotated and im not sure editing while the log is live, is a good idea04:16
azizLIGHTcare to comment?04:16
cryptocrapazizLIGHT: liveCD+chroot??04:16
azizLIGHTtheyre still called kern.log and syslog, not kern.log.1.gz or syslog.1.gz04:16
azizLIGHTcryptocrap: hmmm yea ok ill try that04:17
cryptocrapazizLIGHT: or actually don't chroot,04:17
azizLIGHTjust straight up edit right04:17
cryptocrapazizLIGHT: just mount the system and rotate the logs04:17
JustFixMyWifi8Uz52zv604:17
azizLIGHTi livecvd04:17
azizLIGHT*in livecd04:17
azizLIGHTJustFixMyWifi: is that your wifi password04:17
azizLIGHTor nickserv04:17
JustFixMyWifipastebin.com/8Uz52zv604:18
azizLIGHToh ok phew04:18
cryptocraplol...04:18
JustFixMyWifiThat is not a bad wifi password.04:18
azizLIGHTits short enough to remember, given how random it is04:18
azizLIGHTbus on 52" rims with a v604:19
azizLIGHTyep...04:19
JustFixMyWifiIs there any chance that a slightly magnetized screw is fucking the wifi up?04:20
cryptocrapJustFixMyWifi: would you happen to have an Acer Aspire One?04:20
cryptocrap...no04:20
azizLIGHT8uz = bus, 52z = 52" rims, v6 = engine04:20
JustFixMyWificryptocrap: Yes, D150.04:20
freakyywill wayland + nvidia properity drivers work together in ubuntu-gnome 17.04?04:21
cryptocrapJustFixMyWifi: https://askubuntu.com/questions/90658/wireless-with-a-ar242x-ar542x-atheros-wireless-adapter-doesnt-work-on-an-acer#9253804:21
EldonMcGuinnessYou should be able to sed the files just fine04:22
cryptocrapfreakyy: I'd love to know, probably not, but it's certainly possible04:22
freakyydo i just switch to wayland then04:22
freakyy?04:22
freakyywai till try, brb04:22
cryptocrapfreakyy: Why, do you need wayland or something?04:23
cryptocrapJustFixMyWifi: let me know if it doens't work04:23
freakyyJust wanna go with time04:24
JustFixMyWifiI am on it.04:24
JustFixMyWifiRebooting.04:24
EldonMcGuinnessyou can also force them to rotate out then edit away if ya like04:24
EldonMcGuinnesslogrotate -f /etc/logrotate.d/rsyslog04:25
EldonMcGuinnessazizLIGHT: ^04:25
EldonMcGuinnesscryptocrap: I have one of those, complete trash04:26
EldonMcGuinnessthe video driver is closed source and will not work on anything but windows7. Atleast the one I have is.04:26
JustFixMyWifiNo joy.04:26
JustFixMyWifiSame thing.04:26
JustFixMyWifiDetects networks.04:26
JustFixMyWifiKeeps asking for password when trying to connect.04:27
cryptocrapJustFixMyWifi: Good news, your driver probably works04:27
JustFixMyWificryptocrap: As I said, I managed to connect to another network earlier today.04:28
EldonMcGuinnessperhaps your router is using a differnt form of authentication that your adapter does not support?04:28
cryptocrapJustFixMyWifi: Did you by any chance tick the box that said something about proprietary software during installation?04:28
EldonMcGuinnesswhat is your router set to use for auth? have you tried just turning off protection and see if it will connect?04:28
JustFixMyWifiEldonMcGuinness: Turned auth down, no joy either.04:29
EldonMcGuinnessTurn auth off, see if that works04:30
cryptocraphmm04:30
EldonMcGuinnessCheck for mac limiting as well04:30
cryptocrapEldonMcGuinness: I never really used anything other than a Dell04:31
b4rexcellent singer04:32
JustFixMyWifiI am scared.04:33
JustFixMyWifiWhat if commies take my wifi after I disable the auth?04:34
cryptocrapI know, br4 has terrible taste in music04:34
cryptocrapehhh04:34
cryptocraphonestly, I'd go ask ubuntu questions04:35
EldonMcGuinnessI think you'll be ok.04:35
EldonMcGuinness;)04:35
cryptocrap">;)"04:35
cryptocraptbh unless your neighbors are suspicious geeks, you're fine04:36
JustFixMyWifiOk04:36
JustFixMyWifiHeregoesnothing04:36
cryptocrapworst case scenario, your neighbor's kid hooks his phone up in search of a better connection04:37
cryptocrapjust remember to turn it back on afterwards04:37
cryptocrapJustFixMyWifi: so, Joy?04:38
JustFixMyWifiI DID IT04:39
JustFixMyWifiTHESHIELDSAREDOWN04:39
cryptocrapJustFixMyWifi: but does your laptop care?04:39
JustFixMyWifiBut it stillwontconnect04:40
cryptocrapJustFixMyWifi: https://askubuntu.com/04:40
cryptocrapJustFixMyWifi: sorry dude, It's out of my depth04:41
JustFixMyWifiI bought anewcard for $3.04:41
JustFixMyWifiIt shoudlarrive in twomonths04:41
cryptocrapdid you google how well it works with linux?04:42
JustFixMyWifiMaybe itwillworkinmy gf  pklace04:42
JustFixMyWifiThis netbook is supposed to work just fine.04:42
JustFixMyWifiEntirely.04:42
b4rthat's always a good excuse04:42
EldonMcGuinnessif you can not connect with no authentication then either your card is borked, hardware or just something with your setup, your router is borked, or they are incompatible for some reason04:42
EldonMcGuinnessYou could try to boot a live cd and try there04:42
b4r"can I test you 'wifi'?"04:42
cryptocrap...duh04:43
cryptocrapboot the livecd04:43
cryptocrapif it doesn't work, there's your answer, if it does...04:43
EldonMcGuinnessif the wifi works there then your system is borked04:43
cryptocrapJee, liveCDs solve all problems don't they...04:44
EldonMcGuinnessleave the wifi authentication off when you try the livecd too04:44
cryptocrap^04:44
EldonMcGuinnesssure do04:44
cryptocrapalthough I'd be surprised if a problem was that specific, to affect wireless authentication and not the rest of the wireless management04:45
JustFixMyWifiOk, lets try the livecd withno auth.04:46
JustFixMyWifibrb04:46
EldonMcGuinnesskk04:49
EldonMcGuinnessCould be a pebcak error04:49
Drako365_Cryptocrap here04:51
Drako365_One moment04:51
=== Drako365_ is now known as cryptocrap
JustFixMyWifiNothing.04:52
cryptocrapOh my...04:52
JustFixMyWifiI was wearing black at the laptop hospital.04:52
JustFixMyWifiAnd white now.04:52
JustFixMyWifiMaybe that is it.04:52
b4rfind the proper god to pray to04:53
cryptocrapGo to the forums or something...04:53
cryptocrapJust to confirm, it worked when you first installed?04:53
EldonMcGuinnessis this a usb wifi adapter?04:54
JustFixMyWifiEldonMcGuinness, no.04:54
EldonMcGuinnesslaptop?04:54
JustFixMyWifiIt had a password at the hospital.04:55
JustFixMyWifiYes.04:55
EldonMcGuinnessdo this in a terminal `lsusb`04:55
JustFixMyWifiIt is not usb.04:56
b4rJustFixMyWifi~  trying to read up on your issue, did anyone ask what you're using to connect to the wifi?04:56
b4rregarding software04:56
b4rnot hw04:56
JustFixMyWifiDefault lubuntu software.04:57
JustFixMyWifi17.0404:57
b4rso that's... NetworkManager?04:57
JustFixMyWifiAye04:57
b4ryou verify all the settings?04:58
b4rmaybe security changed on those certain wireless networks and your settings don't match04:58
JustFixMyWifiI am checking the configuration of the network.04:58
JustFixMyWifiThe hospital network.04:59
EldonMcGuinnessb4r, turned of wifi auth an dstill can not connect04:59
EldonMcGuinnesssame thing on livecd04:59
EldonMcGuinnessjust fyi04:59
b4rah shame04:59
JustFixMyWifiThey are the same.05:00
JustFixMyWifiEven security.05:00
b4rJustFixMyWifi~  humour me and use different software other than NetworkManager?05:01
JustFixMyWifib4r, sure, what should I try?05:01
b4rJustFixMyWifi~  try the wicd package if you would be so kind05:02
JustFixMyWifiDo I need to reboot after installing it or whatever?05:05
JustFixMyWifiRoot privileges are required for the daemon bla bla bla05:05
b4rmight not need to05:05
b4rand yes the daemon should be started05:05
b4rwicd-curses or wicd-gtk and authenticate to your ....network05:05
=== jacky is now known as Guest62374
JustFixMyWifiWell,guess what?05:09
b4rwont work05:09
b4rfailure05:10
b4rcaputz05:10
JustFixMyWifiTotally.05:10
b4rnice05:10
JustFixMyWifiGonna try with auth down.05:10
b4rJustFixMyWifi~  gonna guess that wont work either, sorry05:11
JustFixMyWifiIt says invalid password.05:11
EldonMcGuinness?05:11
EldonMcGuinnessinvalid password with auth off?05:12
b4rhrhr05:12
JustFixMyWifiEven with no security05:12
EldonMcGuinnesssomething does not sound right there05:12
JustFixMyWifiAfter being stuck at validating authentication.05:12
b4rJustFixMyWifi~  are there more than one network with the same essid?05:12
JustFixMyWifinyet05:12
JustFixMyWifiWait05:13
JustFixMyWifiI wasusingwicdwithencryption on05:13
b4rnub05:13
b4rjk jk05:14
JustFixMyWifiNow it is stuck at obtainignIP address.05:14
b4rprobably wont work then05:14
JustFixMyWifiAre the sd wirelesscards any good?05:15
EldonMcGuinnesssd? as in securedisc?05:15
EldonMcGuinnessor secure digital rather.05:16
b4rwow05:16
b4rsd wireless card adapters05:16
=== JanC_ is now known as JanC
b4rneat05:16
EldonMcGuinnessI would not bother personally. I wonder if nix even supports them05:16
EldonMcGuinnessjust get a usb one05:16
EldonMcGuinnessthose tend to do well05:16
b4rdoes the "lock" featr on the card prevent it from working?05:17
JustFixMyWifiDamn.05:17
JustFixMyWifiIt won`t go past obtaining IP address.05:17
b4rye it'll keep trying05:18
JustFixMyWifiThere was another oldlaptop05:18
JustFixMyWifithat locatedmy wifi05:18
JustFixMyWifibut failed to connect05:18
JustFixMyWifisimilar erros05:18
EldonMcGuinnesstry windows? :P05:18
JustFixMyWifiProbably has something to do with the router.05:18
JustFixMyWifiEldonMcGuinness, tried at win7and 10.05:19
b4rdid you try iOS?05:19
b4rJustFixMyWifi~  got MAC blocking on the router?05:19
JustFixMyWifiDo I get a special achievement if I get a VM runninnnnnnnnnnnnnnnng  IOS  and suddendlyu it connects?05:19
JustFixMyWifib4r, it is off.05:20
EldonMcGuinnessJust sounds like a bad adapter, be it hardware or linux drivers, or a bad router05:20
b4rJustFixMyWifi~  /var/log/wicd/wicd.log output?05:20
hateballJustFixMyWifi: Have you ran "dmesg" after trying to connect, see if it complains05:21
hateballWhat chipset is it?05:21
JustFixMyWifihttps://pastebin.com/KED0kAUh05:22
JustFixMyWifiOhwell.05:27
JustFixMyWifiSo that is how utter defeat tastes like.05:27
b4rgotta wait for a new hope05:27
EldonMcGuinnessWell not complete defeat, depending on how far you want to go05:28
EldonMcGuinnessDo you have another device in the house that is working with the wifi?05:28
JustFixMyWifiyes05:28
JustFixMyWifiLike05:28
JustFixMyWifiA dell laptop, a chromebook, two smartphones and another two random laptops05:29
JustFixMyWificonnect just fine05:29
EldonMcGuinnesshttps://ubuntuforums.org/showthread.php?t=115644105:31
EldonMcGuinnessperhaps try this05:31
EldonMcGuinnessMore specifically https://ubuntuforums.org/showthread.php?t=1156441&p=7280398#post728039805:32
JustFixMyWifiOk.05:37
JustFixMyWifiOnelast hail mary05:38
JustFixMyWifihere I go05:38
* b4r read the thread05:38
b4rJustfixmywifi~  the verdict?05:43
JustfixmywifiLife is pain.05:44
JustfixmywifiIs something like http://www.ebay.com/itm/Mini-Wireless-USB-Adapter-LAN-Wifi-Dongle-f-Raspberry-Pi-802-11b-g-n-150Mbps-DK-/152489797618?var=&hash=item238119a7f2:m:mVST_TyKCVL55ZXLbs-bajg good enough?05:45
JustfixmywifiLike, if I am buying a wireless usb card for lubuntu, do I need to be picky?05:48
EldonMcGuinnessI would check online for known working adapters05:49
JustfixmywifiI can get 3 random chinese ones for free.]05:50
JustfixmywifiOne has to work, right?05:50
EldonMcGuinnessNot if they all use the same chipset and the chipset does not work05:50
EldonMcGuinnessThe thing to remember is lots of devices use the same chipsets05:50
JustfixmywifiHave some faith.05:50
JustfixmywifiI also bought the original card.05:50
EldonMcGuinnesspsh05:50
JustfixmywifiSOMETHING has to work.05:51
=== Guest62374 is now known as jacky
=== jacky is now known as Guest80762
JustfixmywifiI just spent 3 hours trying to fix something that $3 would solve.05:52
=== Guest80762 is now known as aqiank
JustfixmywifiI feel dirty.05:52
EldonMcGuinnesshttps://wikidevi.com/wiki/DNI:USB_WiFi_adapters_w/_probable_Linux_support05:52
EldonMcGuinnessnotice, probable :D05:52
JustfixmywifiEither they will all work.05:52
JustfixmywifiOr the 4 will fail.05:52
EldonMcGuinnesshttps://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=linux+wifi+usb05:53
EldonMcGuinnesssome of those say they support ubuntu05:53
EldonMcGuinnessso go from there05:53
JustfixmywifiEldonMcGuinness:  But we are not supposed to shop from amazon.05:56
EldonMcGuinnesssays whom, and I did not say you had to shop there, just giving you a list of HW that claims to work05:57
EldonMcGuinnessbuy it where ever you like :P05:57
EldonMcGuinnessSeriously, why are we not shopping there?05:57
Justfixmywifihttps://stallman.org/amazon.html05:57
EldonMcGuinnessSeriously, what company does not do that today.06:01
JustfixmywifiWhat, exactly?06:01
EldonMcGuinnessbasically everything on the list06:01
EldonMcGuinnessSize, there are lots of HUGE companies that block out the ability for smaller companies. If you don't like this then sure don't buy from them. But honestly if people stood on this principle no one would by cars either.06:02
JustfixmywifiOh, you are trying to look for something beyond the comical value.06:03
EldonMcGuinnessSabotaging Customers, This is again a no brainer. If you keep sending things back then it is costing them money06:03
JustfixmywifiDo not do that, that is not how Stallman works.06:03
EldonMcGuinnessahh ok06:03
JustfixmywifiFeel free to read the whole "what is bad about..." for giggles.06:04
* EldonMcGuinness goes back to watching Plex06:04
azizLIGHTEldonMcGuinness: thats a good idea. a lot easier to just force rotate than editing under livecd haha06:06
EldonMcGuinnessazizLIGHT: Indeed06:07
EldonMcGuinnessbtw great 5th Element reference06:07
azizLIGHT:)06:07
MrokiiHello. I have a problem with "reiserfsck". I tried it like so: "reiserfsck /dev/sdb1" to check a harddisk. I get a text "Will read-only check consistency of the filesystem on /dev/sdb1" and a question if I want to run the programm. But when I type yes, it just exits, without checking anything.06:08
AlmoxarifeMrokii: when i see 'read only' i wonder if the issue is something mounted06:14
MrokiiAlmoxarife: The HD is unmounted, if that's what you're referring to.06:15
MrokiiI mean, I used "umount /dev/sdb1" before the check-command.06:15
AlmoxarifeMrokii: ok, does it need sudo/su?06:16
MrokiiAlmoxarife: I tried with and without sudo. My fault, I should have mentioned that.06:16
EldonMcGuinnessperhaps try `reiserfsck --check /dev/sdb1`06:16
EldonMcGuinnessthen when it is done do `echo $?`06:17
MrokiiEldonMcGuinness: Just tried, same result.06:17
EldonMcGuinnesswhat does it say06:17
EldonMcGuinnessshould be a number06:17
MrokiiEldonMcGuinness: 1606:17
EldonMcGuinnesshttps://www.systutorials.com/docs/linux/man/8-reiserfsck/06:17
EldonMcGuinnessUsage or syntax error06:18
Mrokiihuh... okay. Maybe the man-page can give me a hint.06:18
EldonMcGuinnessAre you sure /dev/sdb1 is the right drive/partition06:19
MrokiiEldonMcGuinness: I checked it with "df"06:20
MrokiiIt's definitely "/dev/sdb1"06:21
EldonMcGuinnessNo idea mate, are you running it with sudo?06:21
Mrokiiyes06:21
sebsebsebhi06:43
=== andyhuzhill1 is now known as andyhuzhill
sebsebsebn06:56
=== jackNemrod_ is now known as jackNemrod
sebsebsebwow  so dead in here again this morning but possibly worse than usual even it seems07:45
Ben64that just means there are no problems07:46
sebsebsebBen64: or that many people are sleeping and off to do other things to, work, education etc07:47
sebsebsebBen64: I think many people who come in here are from North America and night there07:48
sebsebseband early ish morning in Europe on a week day07:49
cancel123hello guys yesterday i  delete fully windows partition then i enter update-grub and i reboot but afyer reboot the bios cant detect my hard disk07:51
EriC^^cancel123: how did you delete your windows partition07:53
cancel123with gnome-disk07:53
EriC^^cancel123: ok try booting a live usb07:53
EriC^^and come back here07:53
cancel123i try it ubuntu live can detect but bios cant07:54
cancel123no one can help?07:58
hateballcancel123: looked to me like EriC^^ was trying to07:59
EriC^^cancel123: are you on ubuntu live right now?08:00
kk__hi08:16
kk__does anyone use puppet?08:18
kk__r+08:19
ashgenesisHello08:30
ashgenesisWhen we configured unattended-upgrade for security concern and for example upgrade apache or nginx etc.. is it a hard restart or a graceful restart for the service ?08:31
Ben64should be a nice one08:32
bluewolfGood day, I am running Ubuntu 16.04 Gnome on my Desktop. I left my computer for 15 min and upon my return it had gone to sleep. When I tried to return to my work and enter my password. It was not engaging and ended up freezing. With nothing else I could do I was forced to restart it. Now when it starts up, it gives me an Nividia screen before going onto a Unity type log on screen. When I try loging in, the screen scrambles before returning to the log o08:41
bluewolfn screen. I don't know what else to do?08:41
MrokiiHello. Is there a special "hardware"-room on IRC? I have a problem that may be hardware-related but I'm not sure.08:44
bazhang##hardware08:44
Mrokiiokay, thanks.08:45
Mrokiieasy enough. :)08:45
minimecbluewolf: Hmmm... maybe try to "mv .ICEauthority .ICEauthority-backup" in your user home directory in a console (ctrl+alt+F1). Switch back to the login screen (alt+F7) and try to login again.08:49
tomreynbluewolf: sounds like you have an incompatible, misconfigured or broken proprietary nvidia driver installed for the kernel and userland versions you are running.08:51
bluewolfminimec: Am I to enter "mv .ICEauthority .ICEauthority-backup" as is?08:53
bluewolftomreyn: Then what would have caused it to go that way?08:53
minimecbluewolf: Yes. That should work. it just renames the file...08:54
tomreynbluewolf: if you (or your computer automatically) either upgraded the (then previously installed) nvidia driver or kernel or X to a newer version, yes. I don't understand how minimec's approach would help, but I don't use nvidia so maybe try that first, since it's a lot easier.08:56
tomreynif that fails, https://askubuntu.com/questions/760997/how-to-recover-from-a-nvidia-fail-on-ubuntu-16-0408:56
tomreynhttps://help.ubuntu.com/community/BinaryDriverHowto/Nvidia08:57
bluewolfminimec: It failed to log in08:58
minimectomreyn: bluewolf: The .ICEauthority file (.Xauthority in earlier versions) is used during user session login. My approach was, that the file might be somehow corrupted, and therefore login fails...08:59
bluewolfminimec: Says "Login incorrect"09:00
bluewolfSo what next, follow the link?09:00
bluewolfOn a fresh install, my PC kept freezing until I installed the GPU drivers09:02
bluewolfBut it did not stick on the log on screen like it is now09:02
tomreynminimec: but would an interprocess communication failure result in a scrambled screen?09:03
tomreynon the other hand, if the login prompt is already graphical, it may not be a driver issue either09:04
tomreynit may be best to take a look at /var/log/Xorg.*.log and check whether there are any '(EE)' lines there09:05
tomreynas well as to look at erro messaeges in ~/.xsession-errors.09:05
tomreynand he's gone.09:05
minimecbluewolf: 'login incorrect' means that you entered a wrong password imho...09:05
minimectomreyn: I see that too now...09:06
Bluewolftomreyn: minimec: Sorry about that. The mv .ICEauthority .ICEauthority-backup didn't do anything. It still fails to log in?09:11
minimecbluewolf: 'login incorrect' means that you entered a wrong password imho...09:12
tomreyn<tomreyn> it may be best to take a look at /var/log/Xorg.*.log and check whether there are any '(EE)' lines there09:12
Bluewolfminimec: That was a mistake on my part. I entered it correctly09:12
tomreyn<tomreyn> as well as to look at error messages in ~/.xsession-errors.09:13
Bluewolftomreyn: Okay I don't know how to do that, would you mind guiding me through?09:13
minimecBluewolf: ok.09:13
tomreynBluewolf: ctrl-alt-f1, login, then run: ls -l /var/log/Xorg.*.log; then for each of those files which was recently updated, run 'less /var/log/FILENAME' (where you replace FILENAME by the name of a recently updated file).09:15
tomreynwhile running less, look for lines which contain '(EE)'09:16
tomreynyou can leave the 'less' text viewer by pressing 'q'09:16
jostHi! I am using a VPN, with some internal addresses, but have problems with DNS. For some reason, using `dig <domain>` resolves an address just fine, but when using Chrome or Firefox, the address resolution fails. Why does that happen? I'm on XUbuntu 17.04 and have set up the VPN using the network manager09:16
tomreynBluewolf: you can also use less to view the ~/.xsession.errors file the same way.09:17
tomreynjost: applications will use the glibc resolver / systemd resolv rather than talking directly to the name servers which dig does. use 'ping -c1 somehostname' to test application name resolution.09:19
tomreyn(replace 'somehowstname' by a hostname of your choice, such as ubuntu.com09:19
tomreyn)09:19
jostok... and how do I tell systemd/glibc which DNS server to use?09:20
tomreyn...09:22
josttomreyn: ok... and how do I tell systemd/glibc which DNS server to use?09:27
bluewolf tomreyn: Sorry once again, please excuse my internet. ls -l /var/log/Xorg.*.log; comes up with three files: -rw-r--r-- 1 root 22048 Jun 9 11:15 /var/log/Xorg.0.log09:46
bluewolfFollowed by /var/log/Xorg.1.log and /var/log/Xorg.failsafe.log09:47
bluewolfThose are the only three to have appeared. so now how do I run the less one?09:48
bluewolftomreyn: Or rather what am I to do next with those files?09:51
BluesKaj'Morning folks09:57
minimecbluewolf: As you get the session login screen, the xserver should be running ok. So no need to check the logs. If you still want to do so, you can just 'less /var/log/Xorg.0.log' for the latest xserver log. Use space to show then next 'screen'.10:08
minimecbluewolf: I would rather try to check 'journalctl' and see the logs in there when you try to login with your current user.10:09
minimecbluewolf: Other idea would be to add a new user and test login with that new user...10:10
phormathi. i googled it, but somehow the hits lead me to a dead end. the question is: must i unmount the usb smart card reader before unplugging from Ubuntu Desktop 16.04 lts 64-bit?10:15
ppfthe reader no, the individual mounted card partitions, yes10:15
bluewolfminimec: So should I run less /var/log/Xorg.0.log and do I include the whole thing?: -rw-r--r-- 1 root root 22048 Jun 9 11:15 /var/log/Xorg.0.log10:17
bluewolfso enter it like this:  'less /var/log/Xorg.0.log'10:18
phormatppf: it is not a drive. it is not a memory card. i mean a smart card for identification and authorization.10:18
ppfphormat: if it's not a drive, how would you "unmount" it then10:19
minimecbluewolf: You can even show us the whole xserver log. First install 'pastebinit' (sudo apt install pastebinit), then do "cat /var/log/Xorg.0.log | pastebinit". You will get an url that you can share with us here...10:19
minimecbluewolf: You only run 'less /var/log/Xorg.0.log' and use the 'space' key to continue reading the log...10:21
phormatppf: i am not so experienced in ubuntu. this IS my question: IS there a need to unmount the smart card reader and the smart card before unplugging or there is no need to unmount them? (because they are not mounted or because the reader is mounted automatically and may be unplugged without unmounted, i don't know)10:23
ppfwhat would "mounting" something that's not a drive even mean?10:23
hateballphormat: like ppf said, you cant mount/umount a sc-reader10:24
hateballplug one in, it only gets assigned under /dev10:24
phormathateball: thanks10:25
hateballand pscsd keeps track if a card/reader is present or not10:25
hateballso nothing to worry about really !10:25
=== mikecmpb_ is now known as mikecmpbll
phormatppf: the reason i ask is because i am not so experienced in linux. i have damaged one usb flash memory because i had not unmounted. (makes sense) BUT i have also damaged two smart card readers and i do not know why: because these were low quality hardware or because they must be mounted.10:29
bluewolfminimec: Hm when I run 'less /var/log/Xorg.0.log' is comes back with: -bash: less /var/log/Xorg.0.log: No such file or directory. Am I doing something wrong?10:29
ppfmaybe you're unplugging them too roughly :)10:29
minimecbluewolf: Hmmm... You wrote before that that file exists. Maybe 'cd /var/log', then 'less Xorg.0.log'. Again... I would rather try to 'sudo adduser test' and then try to do a graphical login with that new user 'test'.10:34
bluewolfminimec: Okay I added the user 'test' and tried another graphical login. Its doing the same thing as the other user10:39
=== Jochen_wvdT is now known as Schlawiner
bluewolfThe screen scrambles and then returns to the log in10:39
minimecbluewolf: Ok. So the user account seems ok, and there is indeed a problem with the system. So you could show us the Xorg log as described above with 'pastebinit'. Also it would be interesting to se the logs of 'journalctl'. For the journalctl logs it should be ok to do "sudo journalctl --since today | pastebinit".10:43
=== CRogers_________ is now known as cRogers
Bluewolfminimec: http:paste.ubuntu.com/24814776/10:50
=== cRogers is now known as CRogers
fiterI have win10 with ubuntu, how can I access ubuntu home directory from windows ??10:53
hateballfiter: ask in ##windows if there's a way to read ext4 partitions10:53
minimecfiter: You cannot, because Windows cannot read the filesystem (ext4 used as default) normally...10:54
LuckyGoldstarhttps://www.howtogeek.com/112888/3-ways-to-access-your-linux-partitions-from-windows/10:55
LuckyGoldstarThis link could be helpful.10:55
minimecBluewolf: The log of the xserver seems ok. What about the log of 'journalctl'?10:57
Bluewolfminimec: Ah do I enter that as is? 'journalctl'10:58
akikLuckyGoldstar: ok nice that it can read ext4. i've been wondering about it. can it also write on ext4?10:59
akikLuckyGoldstar: i meant ext2fsd10:59
minimecBluewolf: sudo journalctl --since today10:59
minimecBluewolf: sudo journalctl --since today | pastebinit11:00
LuckyGoldstarIt can also write.11:01
LuckyGoldstarYou need to enable write at setup.11:01
akikLuckyGoldstar: i've been using it with ext3 until now11:02
Bluewolfminimec: It might be worth me mentioning that this happened yesterday. I could not get on for help. So does the command remain the same?11:02
minimecBluewolf: Well... you tried to login multiple times today. So I guess we should be good with the given command.11:03
m4dh4tt4Has anyone tried "$ apt install torbrowser-launcher " on ubuntu lately? I'm getting this on several machines : http://imgur.com/a/jRyCA "signature verification failed, you might be under attack etc etc or network problem" I  can't find any evidence of tampering. Broken package or what?11:03
Bluewolfminimec: Alright, be back.11:05
CuteDestroyer4My Elitebook 8470p is having problems booting the USB with Ubuntu. I have tried BIOS tricks with both Legacy BIOS and UEFI, along with fastboot off and secureboot off. ran out of suggestions from Google. I use a new ISO from UBUNTU official website, used rufus to write it to the USB. With UEFI I get to a "choose" screen but it is empty without even WIN to choose11:08
LuckyGoldstarm4dh4tt4: Have you tried installing torbrowser-launcher before?11:08
m4dh4tt4first time, i normally grab the tar.gz off torproject11:09
m4dh4tt4but i tried it in a clean vm, same results11:09
Bluewolfminimec: Hm it failed to contact the server (Errno socket error) is that the system or my internet?11:10
BluewolfBecause my net seems normal now11:10
akikCuteDestroyer4: try the dd write mode in rufus, which you can activate with alt-i11:11
CuteDestroyer4akik: just did. It goes to a blank choose EFI file screen11:12
CuteDestroyer4akik: did not use alt-1 just choose DD in dropdown, is this different ?11:12
akikCuteDestroyer4: it's probably the same then if it says dd11:13
akikCuteDestroyer4: what is this "choose" screen you get?11:14
pieracutihi. problem with my ubuntustudio 17.04 apter upgrading kernel to 4.10.0-22.24.  booting freezes.  I can only boot with 4.10.0-21, and then nothing shows up of previous booting freeze in journalctl.11:14
minimecBluewolf: Do you connect to that machine via 'ssh'?11:14
CuteDestroyer4akik: tried DD with bios mode UEFI (without CMS) I get a "Select file system" screen, with a paragraph that says "Selevt file system" but nothing to select11:14
=== ogra is now known as ogra_
Bluewolfminimec: ssh?11:15
akikCuteDestroyer4: do you mean in rufus?11:16
CuteDestroyer4akik: No rusus writes file file, when restarting- in Bios mode UEFI with and also without CSM, I get select File system menu...but nothing to select11:16
m4dh4tt4@LuckyGoldstar any ideas? i tried it in a clean vm? even checked the validity of the ssl cert11:17
akikCuteDestroyer4: so you don't even get grub when booting the usb stick?11:17
CuteDestroyer4akik: Grup is the system loader screen menu, yes ? No I get BIOS only11:18
LuckyGoldstarm4dh4tt4: I am currently trying to figure this out. Just tried installing on my device, same error.11:18
m4dh4tt4cutedestroyer4 are u perhaps using an nvidia graphics card?11:18
akikCuteDestroyer4: grub is the software that boots the linux kernel11:18
minimecBluewolf: Ok. So no... ;) Try to show us these journalctl logs... I guess that would help.11:18
akikCuteDestroyer4: maybe you need to find which key press gives you the boot menu and then select the usb stick from that menu11:18
m4dh4tt4im installinf via the tor service to see if diff results11:19
ntdanyone running an up-to-date 16.04 installation and willing to post hashes of the files in /usr/share/fonts/opentype/noto/?11:20
LuckyGoldstarCuteDestroyer4: Is there a boot order setting in the UEFI?11:20
CuteDestroyer4akik: on a trial windows, I cannot access the Graphics info....any way to check ?11:20
CuteDestroyer4akik: Nothing is shown on Screen. I have tried key strokes that "should" be correct (In my case, arrows) but no dice11:21
akikCuteDestroyer4: m4dh4tt4 asked you about the gfx card11:21
m4dh4tt4also during in install it saying "something during install made /var/log/tor disappear" also how the eff do i reply to someone11:21
ntdhere are mine, anyone willing to compare/match? https://pastebin.mozilla.org/902405411:22
akikCuteDestroyer4: the boot settings are in your computer's bios. try accessing the boot menu settings there11:22
CuteDestroyer4Lyckygodstar: boot order is set to USB first, and I get a select menu when using UEFI11:22
=== McGruff is now known as freqnasty_
m4dh4tt4 cute destoryer, F1,F2,F8,F10,Delete, if its too fast to read or not written just play that shit like a piano11:23
LuckyGoldstarCuteDestroyer4: So are you booting into the USB?11:23
MWMIve made a bit of a mistake with 7z.  I extracted a file and made a mess of the /opt directory with its contents.  Is there a way to "undo" the extraction?11:23
m4dh4tt4(nnote that if u do that too fast keyboard sometimees goes awall11:23
CuteDestroyer4akik: m4dh4tt4:  how do I check on a limited WIN ? it wont let me access any menu without upgrading  ?11:23
MWMIdeally I would like to extract the file to its own directory, not have everything thrown all over /opt11:24
CuteDestroyer4luckygoldstar: Yes but no joy, it acts like it does not recognice it at all11:24
akikntd: https://pastebin.com/raw/QL5p309S11:24
CuteDestroyer4Luckygodstar: No joy:  Just skips to loading win11:24
m4dh4tt4cutedestroyer4 : winkey + r <enter> , devmgmt.msc<enter> -> brings up device manager11:25
akikCuteDestroyer4: can you open a administrator cmd prompt in windows?11:25
CuteDestroyer4m4dh4tt4> I can get into the boot menu no problem.11:25
akikCuteDestroyer4: oh well skip my last comment11:26
ntdakik, pastebin.mozilla.org please :)11:26
akikntd: well that's the paste i give you. take it or leave it11:26
ntdor .debian or .ubuntu, just not pastebin.com (cloudflare)11:26
CuteDestroyer4akik: no CMD access - INTEL Graphic according to the Screen panel11:26
ntdakik, got it working11:27
akikCuteDestroyer4: i don't think it matters which gfx card you're using11:27
akikCuteDestroyer4: could you take a photo of the screen you get?11:28
LuckyGoldstarCuteDestroyer4: Try formatting the USB drive again?11:28
CuteDestroyer4LuckygoldStar: running on format no 11 and USB key no 6 all different make and models11:28
Bluewolfminimec: Had to restart the computer to get this: http://paste.ubuntu.com/24814920/11:29
kk__iii11:29
m4dh4tt4cutedestroyer4 you might have better luck using yumi.exe to make the usb stick, u could also try avoiding usb 3 port, try back ports or front, switch it up, play with uefi , usually almost always need csm enabled but i play with toggling the legacy + uefi vs uefi + legacy, such a pain but its just a matter of playing around,11:29
m4dh4tt4also no sense in doing all that if u dont even know if the stick boots, ideally try a diff pc to confirm stick works11:30
kk__Who has excellent Linux books?11:30
Mis-anthropekk__: nearest wallmart!11:31
CuteDestroyer4<m4dh4tt4> appreciate it, and I continue doing it, but by now I have exhausted all ports, and BIOS settings that I can see.11:31
akikCuteDestroyer4: have you tried searching the www for your computer model and "linux boot"11:31
CuteDestroyer4<m4dh4tt4> only other PC I have is locked, no stick can go in without a complete reformat and BITLOCK done11:31
m4dh4tt4what stage does it get stuck at again?11:31
Mis-anthropeCuteDestroyer4: does your pc get the POST beep?11:32
CuteDestroyer4akik: Most post are about BIOS and playing around. Have followed the recipies I have found, but none worked.11:32
MWMso whats the problem?  cant install or wont boot to live image?11:32
CuteDestroyer4cant install. or boot11:32
Mis-anthropeCuteDestroyer4: so you're system just boots normally?11:32
m4dh4tt4i recommend yumi to remake the usb bro, i usually use non uefi11:33
Mis-anthropeCuteDestroyer4: even after you have a bootable drive plugged in and you are trying to enter bios?11:33
MWMand you cant access the boot menu with F12 (or whatever key is for boot menu on your board)?11:33
CuteDestroyer4Photo: https://goo.gl/photos/khs5zMxFxn65hPJR811:33
kk___....11:33
CuteDestroyer4m4dh4tt4: official Ubuntu recomend RUFUS, but I can try with this yummi11:34
kk___E-book11:34
MWMYou used Windows to make your USB key?  what utility?11:34
CuteDestroyer4Mis-anthrope: it looks like it tries and then just loads win as normal11:34
CuteDestroyer4<MWM> can enter BIOS no pain- play around with all I think matters. used RUFUS for making USB on Win11:35
m4dh4tt4no he can get the boot well ive been using Yumi for 3 years solid and ive installed:kali,ubuntu,win7,8,10,2012, as well as a bunch of other stuff its magical, you can even run it in linux with wine11:35
m4dh4tt4+11:35
CuteDestroyer4in all fairness. I am win user trying to go Ubuntu. I am probably not too Linux savy11:35
MWMrufus and https://www.linuxliveusb.com/ have always worked for me.  did you check the Md5 of your image after downloading?11:36
m4dh4tt4do u get a purple screen at any point?11:36
LuckyGoldstarCuteDestroyer4: Do you have a picture of the RUFUS setup?11:36
CuteDestroyer4 <m4dh4tt4> No purple screen11:36
m4dh4tt4if not,remake the usb11:36
akikCuteDestroyer4: you mentioned "select file system". could you take another photo of that. i don't know in which state you would get that11:37
m4dh4tt4sounds like bios message saying it cant read it11:37
kk___有没有中国人?11:37
m4dh4tt4youre most likely formatted oddly or something, Yumi specifically requests fat32, its point and click and will take you 5 mins dude11:38
minimecBluewolf: So after rebooting, you did NOT try to do a graphical login with user bluewolf, right? Could you try that and and show us the journalctl log afterwards? You could do something like 'sudo journalctl --since 13:30 | pastebinit'11:38
acresearchhello people, curl is not installed by default in ubuntu 16.04?11:38
CuteDestroyer4Pic of RUFUS settings: https://goo.gl/photos/6Uwbs1kkRvLjVW9j811:38
m4dh4tt4acresearch confirmed. dont have it either, wget or apt update && apt install curl11:39
kk___does anyone use puppet?11:39
akikCuteDestroyer4: when using rufus' dd mode you don't need to select any file system as it just writes the iso on the usb stick block by block11:39
acresearchm4dh4tt4: thanks11:39
MWMwhy are you formatting with GPT?11:40
CuteDestroyer4akik: file system automatically goes away when selecting11:40
m4dh4tt4bruh, whats this dd crap, try Yumi and youll be begging me for my bitcoin address to buy me a hooker11:40
akik!language11:40
m4dh4tt4sounds like a 30 step guide a beginner should be avoiding lolol11:40
CuteDestroyer4I have tried formatting with MBR for Legacy BIOS, and with both MBR and GPT. I have tried all 3 options, but ...understand only a little bit about the difference11:40
ubottuPlease avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList11:40
eltigreI'm running on 16.04 and like to upgrade to 17.04... but do-release-manager doesn't find any new releases... what's the problem?11:40
CuteDestroyer4AH Yumi is pendrivelinux...tried that one...11:41
m4dh4tt4bio's typicallyneed a low lvl boot sector to reach to know how to use GPT MBR(correct me if im wrong?) hence my fat 32 suggest... bruh youd be loading the os by now. lol11:42
CuteDestroyer4I just had a girlfriend try with USB and she booted up the screen no prob....on DELL though11:42
akikmadprops: no need for fat32 when booting the ubuntu iso11:42
MWMhttps://www.linuxliveusb.com/ have you tried this one?11:42
CuteDestroyer4Lilly, Pendrivelinux, iso2usb and Rufus has been tried. Rufus USB work on Dell11:43
eltigrehow can I upgrade 16.04 to 17.04??11:43
BluesKajeltigre, you have to upgrade to 16.10 first then to 17,04. It can't be done directly so best practice is to do clean install of 17.0411:44
m4dh4tt4lower level partition*11:44
Bluewolfminimec: Hm sorry about that, didn't think of that. https://paste.ubuntu.com/24814992/11:44
BluewolfIt came up with that error again11:44
eltigreBluesKaj ok, how do I do that then?11:44
eltigredo-release-upgrade  doesn't work for me11:44
MWMsame USB stick and same Ubuntu image worked on the Dell?11:44
BluewolfSo I entered it once more, must be my connection11:45
BluesKaj!clean install11:45
CuteDestroyer4FAT32 was standard for all USB as far as I can see. Only Rufus did I try with a fat (default) ...which I think is FAT32 too, but not sure11:46
BluesKajeltigre, download a 17.04 iso and burn it to a cd or use disk creator to copy the image to a usb stick and use either of those to install 17.04...back up your important data to storage of some kind first11:48
MWMCuteDestroyer4:  when I have had 0 luck with an install sometimes I completely wipe the USB like this: http://knowledge.seagate.com/articles/en_US/FAQ/005929en11:48
MWMand then remake it with an image which has been verified to not be corrupt (with the md5 hash).  works 100% of the time11:48
m4dh4tt4does anyone know how to start vino from ssh? getting tired of running down to my living room to login when i need remote11:49
CuteDestroyer4MWM: No luck, I use the win default format option. I am on a trial version of WIN that can do nothing untill I pay. I was counting on being on Ubuntu by now, so I would rather not pay MiCro11:49
minimecBluewolf: Ok. Could you please do 1. 'sudo apt update', then 2. 'sudo apt upgrade', then 3. 'sudo apt install --reinstall gnome-keyring' See line 58 of your latest paste... 'gkr-pam: couldn't run gnome-keyring-daemon: No such file or directory'11:49
CuteDestroyer4mWM: only thing I have not done, is verify md5 because I am a newb. But I downloaded straight from Ubuntu site11:50
m4dh4tt4cutedestroyer4 , man , youve had 10 people suggest stuff, i will send you 5$ if yumi doesnt fix your problem in 10 minutes flat11:50
MWMCuteDestroyer4... no command prompt?11:50
Bluewolfminimec: Alright, I'm on it11:50
m4dh4tt4its also sick multiboot so if u have room u can add more stuffs later11:50
m4dh4tt4and it will even autodownload iso's for you but i have yet to try that11:51
m4dh4tt4make sure u chose format fat 32 checkbox on top right11:51
CuteDestroyer4M4dh4tt4r: Sorry, I tried pendrivelinux already--- the image I am using now works on dell. Dont think it is image, but I can try again11:51
m4dh4tt4its the only thing i trust when doing the riddiculous uefi dance lol11:52
m4dh4tt4also i have had certain model flash drives that are just bad11:53
CuteDestroyer4I will try. If not, I will be back ;)11:53
CuteDestroyer4Thx.11:53
m4dh4tt4oh if the laptop is new enough it might11:53
m4dh4tt4wait11:53
MWMJust check the md5 and make sure it matches.  Alot of times there is a mismatch somewhere and that will make the image not work correctly... even between different PCs11:53
m4dh4tt4have a xhci toggle in bios that u need either on or off11:53
m4dh4tt4one breaks usb on linux one makes it work like a dream11:53
CuteDestroyer4Uh I have seen the XHCI but not touched it11:53
m4dh4tt4so if u have that toglle away11:53
m4dh4tt4id try that before wipin drive11:54
CuteDestroyer4I will toggle away and try yumi and see if that works. THx guys11:54
m4dh4tt4np gl11:54
acresearchhello people, how can i run a script directly from github without downloading it? i remember there was a way but i forgot it11:55
m4dh4tt4wget -q -O- http://raw_link_here.sh|sh11:57
oerheksacresearch, no way, you need to download it.11:57
MWMI was gonna leave, but I gotta find out what happens with Yumi !11:57
m4dh4tt4acresearch make sure to review what youre running first, auto runing a script from a wget is considered bad security practices(in general)11:58
acresearchm4dh4tt4: how can i pass a file as arument? wget -q -O- http://raw_link_here.sh|sh {local file}?11:59
m4dh4tt4or dangereous i should say11:59
acresearchm4dh4tt4: it is my own script11:59
m4dh4tt4well does the script youre wgetting take arguments?11:59
m4dh4tt4right right11:59
acresearchm4dh4tt4: yes it is normally run as follows: python3 {script.py} {local file}12:00
amosbirdhi, why does ubuntu have a uplimit of mouse speed?12:01
m4dh4tt4hmm well for starts, run 'which python', should give u a path like, /usr/bin/pyton, then add #!/usr/bin/python as first line of your script12:02
acresearchm4dh4tt4: already there12:02
m4dh4tt4then dont use python script.sh arg112:02
acresearchm4dh4tt4: what should i use?12:03
m4dh4tt4id say wget -q -O-|sh arg1? if it doesnt work might be switches for sh,ill check12:03
Bluewolfminimec: My internet is way too slow. Its going to take about 2 hours and I'm on the upgrade now. Is the problem the gnome-keyring alone?12:04
m4dh4tt4|sh -c "arg1" maybe?12:04
acresearchm4dh4tt4: sh as in the link?12:04
m4dh4tt4no wget -q -O-|sh -c"- arg1" (maybe?12:05
m4dh4tt4the - ='s whats passed on from wget12:05
acresearchm4dh4tt4: sorry i am confused, where does the URL go?12:05
minimecBluewolf: I hope so... ;) So take your time to upgrade. There is a chance that I am still in here. Otherwise others may be able to help.12:06
m4dh4tt4woops wget -q -O- url_here|sh -c "- arg1"12:06
m4dh4tt4bluewolf are you by chance using nvidia?12:07
acresearchm4dh4tt4: hmmm, cannot find the arg112:07
Bluewolfm4dh4tt4: Yes I am, I have an Nvidia GT240 1GB GPU12:08
m4dh4tt4i had to disable acpi in purple menu to get my stuff going12:08
MWMI heard a rumor there was some sort of issue with AMD Gpu in 17.04... true?12:08
Bluewolfminimec: Alright I'll be on waiting. I hope so too, can't do much work. Thank you for the time and help so far.12:09
oerheksMWM, we believe you heard that12:10
m4dh4tt4bluewolf ive been trying to follow but lots of scrollin, new install or upgrade and where do u get stuck12:10
MWMoerheks:  Im just wondering if I should upgrade.  not rehashing the issue with fglrx I was in here the other day with12:11
oerheksMWM, last tumour i heard: amdgpu is working as good as on windows12:12
MWMI just checked on that rumor and apparently it was an older AMD APU that wasnt working correctly and wasnt supported in 16.04.  No biggie, just making sure my sytem will be okay in the future12:14
Bluewolfm4dh4tt4: Well in a nut shell. My PC went to sleep after being away from it. When I returned to it. I was not able to get back in after the screen had lock itself. I entered my password and it just froze. I don't know the cause and could not do anything. So I rebooted and in doing so, found that the normal Gnome log on screen had changed (To that similar to Unity) and when I entered my password. The screen scrambled and returned back to the log on scre12:14
Bluewolfen. It would not allow me to enter my session.12:14
=== jackNemrod_ is now known as jackNemrod
m4dh4tt4nvidia has been the biggest pain in my neck since i moved away from windows, any pc that had an nvidia card has cost me hours of illogical frustration12:15
m4dh4tt4bluewolf can u get a tty or ssh? ctrl+alt+f2? id recommend making a new user(make sure to add him to sudo) and see if u can get in12:16
BluewolfFunny you say that, this is perhaps the second problem I have had with it in 7 years12:16
m4dh4tt4what i do when it goes stupid is i carefully (command line) ls -al /home/user and i rename things that look like they have to do with my gui12:18
Bluewolfm4dh4tt4: I've done that and no I cant get in even with another user. And both users are fine. line 58 - https://paste.ubuntu.com/24814992/12:18
m4dh4tt4k so most likely in /etc/X11 then12:19
BluewolfI'm no good with the command line, every time I use it (Like now) I end up spending the whole day fixing a problem12:19
m4dh4tt4i rename crap in there, usually in that dir, not the subfolders12:19
BluewolfSo I'll avoid playing with that :D12:19
m4dh4tt4can u give me an ls of /etc/X1112:19
minimecBluewolf: Oh i See something else now. You are on Ubuntu Gnome, but you are using lightdm as session manager. After having reinstalled the 'gnome-keyring' package, you should also 'sudo apt install --reinstall gdm' (Gnome login manager) or maybe 'sudo dpkg-reconfigure gdm' (reconfigure package). That should give you the option to choose 'gdm as login manager, instead of 'lightdm'. GDM is better when using12:20
minimecthe gnome desktop manager.12:20
kk___Recommend a web site --> https://www.server-world.info/en/note?os=Ubuntu_16.04&p=download12:20
Bluewolfm4dh4tt4: No because the computer in question is currently updating - at 12mbps12:21
m4dh4tt4ya what he said, i had that stuff going on with linux mint it was ugly, like 2-3 display thingies going on12:21
Bluewolfminimec: Alright, will it give me the option during the install or while im on the graphical screen?12:22
kk___who has any interesting website? --12:23
BluewolfGoogles pretty good :P12:23
minimecBluewolf: It will give you an option right in the terminal. Something like this... https://www.howtogeek.com/thumbcache/648/248/2612e4c05c67f596bf1edbbea608b618/wp-content/uploads/2006/12/WindowsLiveWriter/HowtoSwitchBetweenGDMandKDMonUbuntu_6751/configgdm.png12:24
m4dh4tt4i still dont fully understand it lol, all i know is if youre xfce you stick with xfce gui tools, if u add lightdm or  mate plugins it buundles the display manager and effectively cripples stuff12:24
m4dh4tt4bluewolf if youre doin a fresh install you shouldnt have to pick , it would typically give you a matching display manager + window manager12:25
kk__About Tcp/ip or linux12:25
m4dh4tt4but easy "might fix" is to just cd /etc/X11/12:26
Bluewolfminimec: Okay thanks.12:26
m4dh4tt4and mv default.x11settings.conf to defaultx11settings.conf.old12:27
kk__~_~12:27
kk__..12:27
m4dh4tt4or whatever its called since u cant LS me12:27
m4dh4tt4but on reboot it regens a new one12:27
Bluewolfm4dh4tt4: This is a pretty fresh install I have, don't really want to go through all the hassle of doing it again12:27
m4dh4tt4agresd which is why i rename stuff related to display cuz it regens12:28
m4dh4tt4you could also dpkg -l|grep -i nvidia and start apt-get remove those and drop back to lower graphics12:29
m4dh4tt4but if u have a conflic like minimec described u gotta resolve conflicting display./windowmanager thingies12:30
m4dh4tt4if you just broke it, it might have been the result of an apt-get you did that bundled something, you could find last stuff in /var/log/apt12:30
m4dh4tt4cat /var/log/apt/history.log|grep Install12:32
m4dh4tt4but if what minimec said makes sense to you id recommend that, my buddy swears by the dpkg reconfig12:33
m4dh4tt4so is this the official ubuntu irc12:38
m4dh4tt4i kind of expected more repponses from torbrowser-launcher telling people theyre possibly compromised12:39
m4dh4tt4anyone have tips for making a laptop with both intel and nvidia wifi run smoothly? its just been battling itself since i ditched winblows12:40
m4dh4tt4graphix* not wifi lol12:41
mark76I've forgotten my su password12:44
minimecm4dh4tt4: As far as I know you have three options. 1. Disable the nvidia card -> best battery life; 2. Disable the Intel card -> best performance, but bad battery life; 3. use 'switch mode' to switch between intel/nvidia -> only possible with the opensource nvidia driver.12:44
hateballYou can switch with the blob using nvidia-prime12:45
hateballNeeds a reload of X however12:45
minimechateball: Ok. THX. Did not know that.12:45
linuxanhello, anyone can explain me how exactly works "2>&1"   in command "nohup .......command...... > /dev/null 2>&1 &" please?12:45
Picilinuxan: 2>&1 says to send all the messages from stderr to the same place that stdout is going.12:46
linuxanok, can it be written in some way like   2 > /dev/null ?12:47
minimecmark76: start your system in recovery mode, start the network and then drop to a root shell. In the root shell do 'mount -o remount,rw /'m then 'passwd mark76' or similar... ;)12:47
linuxanor it has to be always written like 2>&1?  I dont understand what does mean 2 and 1 nubmers here12:48
Bluewolfminimec: Okay the upgrade has finished and I've installed the Gnome Keyring. Do I run sudo apt install --reinstall gdm or sudo dpkg-reconfigure gdm as you said above?12:50
minimecBluewolf: Try the 2nd command first... If it doesn't work, go with the first one.12:51
mark76It's okay, I found out how to use my normal password instead12:51
minimecmark76: that definitely helps... ;)12:52
Bluewolfminimec: It says that gdm is not installed. So I'll do that now.12:53
Bluewolfminimec: sudo apt install gdm or sudo apt install --reinstall gdm ?12:53
BluewolfOr apt-get install12:54
minimecBluewolf: They should all work...12:54
m4dh4tt4apt install and apt-get install = same12:54
m4dh4tt4add sudo if ure not root12:55
m4dh4tt4if you forget sudo and run without privileges, run sudo !! to repeat last command with sudo12:55
kk__!! last command12:56
Bluewolfm4dh4tt4: Sure :D12:56
kk__Ctral R12:56
kk__find history12:57
mark76Why is there no glib-2.0.dev in the repository?12:57
m4dh4tt4aye so nouveau or nvidia proprietary? nvidia proprietary= machines like freezing up one every 5 mins for 30 seconds, and well nouveau is smoother but if i run a Virtual machine my i7's 8 cores get chewed out right away12:57
tomodachinvidia = proprietary12:58
tomodachinouveau = open source12:58
m4dh4tt4could someone tell me where to look what to do to smoothen this crappy nvidia situation12:58
minimecmark76: I guess you need libglib2.0-dev12:58
kk__ sudo apt-get install libperl-dev sudo apt-get install libgtk2.0-dev12:59
kk__@mark12:59
m4dh4tt4tomodachi yes ty but problems with both12:59
mark76Got it13:00
m4dh4tt4nvidia= freezes mouse every 5 mins, nouveau goes max cpu and appears to use my intel and not nvidia lol13:01
ntdakik, are those font files around 17MB for you too?13:01
Bluewolfminimec: Okay its done, what next. Restart or try log in?13:01
m4dh4tt4restart cant hurt but if i were yoi13:02
minimecBluewolf: Give it a try... ;)13:02
m4dh4tt4i would update-rc.d ssh enable13:02
m4dh4tt4make sure ssh is running in case u cant see stuff13:02
akikntd: yes. btw you can verify installed packages with "dpkg -V fonts-noto-cjk"13:02
Bluewolfminimec: Hm well. The screen still scrambled and the log in screen was still the same. But I'm in :D13:03
BluewolfWhat now?'13:03
minimecBluewolf: So you have a running user session? If you had the same 'lightdm' login screen, you shoud 'dpkg-reconfigure gdm' to get gdm working.13:04
Bluewolfminimec: Yes I have a working user session. I'll run dpkg-reconfigure gdm - But It asked me when I installed it and I choose gdm13:06
m4dh4tt4seeking: start vino-server from ssh? anyoneknowhow? looking to also fix my freezing nvidia (ballin specs ) but runs like junk laptop, also wondering where to find the mount comand used by file manager when i click on my drive13:06
ntdthe reason I'm asking is that I am experiencing a close to ten second delay when starting GTK applications. trace shows this occurs while loading fonts from /usr/share/fonts/opentype/noto13:06
ntdmoving that folder elsewhere "solves" the immediate issue, but it is not a solution13:06
mark76I have no gobject13:08
kk_How is the server high availability session maintained?13:09
kk_@mark?13:09
Bluewolfminimec: Hm that is strange. I ran 'sudo dpkg-reconfigure gdm' and switched users to check. The Unity type log in screen is still there?13:09
Bluewolfminimec: I'm going out on a whim here, would restarting be an option. As unlikely as it may be to work?13:11
m4dh4tt4bluewolf , id recommend a 'cd /etc/X11;mv xorg.conf xorg.conf.backup;13:12
minimecBluewolf: Well a reboot never hurts, but if I remember well the xserver is restarted on logout, so 'gdm' should be taken into account...13:13
m4dh4tt4maybe cat /etc/X11/default-display-manager see whats in there13:13
mark76Never mind, it seems I might not need it13:13
kk_mark76: sorry,ill see it again13:15
onitlikesonicHi all, does anyone know a workaround for this ?13:15
onitlikesonichttps://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/164027413:15
ubottuLaunchpad bug 1640274 in ubuntu-release-upgrader (Ubuntu) "DistUpgradeViewNonInteractive produces error on conffile-prompt from dpkg" [Undecided,Confirmed]13:15
Bluewolfminimec: m4dh4tt4: Okay, let me do a reboot. If its still not working then 'cd /etc/X11;mv xorg.conf xorg.conf.backup;?13:16
m4dh4tt4well if ure scare u wont get gui id do it before reboot13:16
onitlikesonicneed to automate the upgrade of quite a few servers and that isnt working :( "ERROR error ''str' does not support the buffer interface' when trying to write to the conffile"13:16
minimecBluewolf: No. You dont't have to move any file. Your xserver is running ok.13:16
m4dh4tt4cuz it regenerates on reboot and youre more likely to get a workin gui13:16
m4dh4tt4but listen to this dude lol13:16
Bluewolfminimec: Well its back to normal. Its working fine now after the reboot13:18
m4dh4tt4has nobody else here dealt with an nvidia struggle? hookabrothaup13:18
Bluewolf  minimec: How do I remove the test user? :D13:18
kk_ Webchat has client tools ?13:20
Bluewolfm4dh4tt4: I've had mine freeze with new installs, but they have been fine after installing the proprietary drivers13:20
minimecBluewolf: Cool. You have the graphical 'users' tool, or simply 'sudo deluser test'. You may be asked to delete all files of the user. I would do so.13:21
minimecm4dh4tt4: Well I have a dedicated GTX1060 here. I cannot help you with the hybrid GPU stuff...13:22
Bluewolfminimec: Oh sorry I remembered where to do it. Dude, you have officially saved me today. Can't thank you enough, really thank you for your time and effort helping me :y:13:22
minimecBluewolf: No problem. In the meantime I cleaned my kitchen and the restroom. It's 'cleaning day' here... ;)13:23
BluesKajm4dh4tt4, optimus?13:23
Bluewolfminimec: I'm happy for you, Alas I still have to clean my nest out :(13:27
BluewolfWhile I'm here, do you know much about wine or are you in the wine channel?13:27
minimecBluewolf: I don't use wine, sorry.13:28
=== semeion is now known as mnemonic
Bluewolfminimec: Cool. The working session is enough. Thanks again.13:29
popzare there premade images for grsec13:30
popzon ubuntu13:30
popzI know the patch isn't available anymore13:30
popzI'm running 17.0413:30
kk_/join #centos13:37
m4dh4tt4minimec ive got 3 x 1060's at home all kind of run poorly13:37
m4dh4tt4blueskaj is that an addon or an alternative?13:38
BluesKajm4dh4tt4, someone mentioned you have hybrid graphics,..perhaps i was mistaken13:40
m4dh4tt4i have a laptop with hybrid and 3 desktops13:40
m4dh4tt42 boxes have issues, the asus zenbook, and the desktop with gtx 1060 + gtx 970(if i remember correctly)13:42
m4dh4tt4but the issue seems the same all around13:42
minimecm4dh4tt4: Well... They don't run as fast as with the windows driver, but I cannot complain...13:42
BluesKajthe laptop has intel onboard gpu and nvidia gpu ? if so that's usually known as optimus and requires nvidia-prime and the newly resurrected bumblebee app13:42
m4dh4tt4vlc plays like crap despire toooo many setting changes, ive been fiddling for weeks13:42
m4dh4tt4despite* ,13:43
m4dh4tt4and vmware 3d graphix is horrid, just sitting here in a vm for irc is freezinh my laptop up13:43
BluesKajm4dh4tt4, my post above ^13:43
m4dh4tt4ok so do i remove anytinhg or just install ./\13:43
m4dh4tt4good ol' linux always walks me into conflicted installs lol13:44
m4dh4tt4blueskaj ya intel + nvidia13:44
BluesKajm4dh4tt4, check this out, https://wiki.ubuntu.com/Bumblebee13:45
m4dh4tt4tyty13:45
LuckyGoldstarm4dh4tt4 Horrid vmware graphics could be due to things not being set up correctly. The VM could be using the iGPU or even CPU drawing.13:45
m4dh4tt4well vm worked beautifully /does work on windows, open-vm-tools-desktop + fuse13:47
minimecm4dh4tt4: Ok. so media stuff should run without any hassle. I normally use 'mpv' as movie player. You may have to enable 'vdpau' playback in your player of choice. With 'mpv', create a 'mpv' folder in '.config' and add a mpv.conf in that folder. The content of mpv.conf should be 'hwdec=vdpau' 'vo=vdpau' (new line for every '...').13:48
m4dh4tt4minimec ty jotted down, any reason u dont use vlc?13:53
m4dh4tt4also, when i apt update i get this: /sbin/ldconfig.real: /usr/lib32/nvidia-375/libEGL.so.1 is not a symbolic link13:54
m4dh4tt4blueskaj bumblebee is for like buntu 12 and 14, how well would it do on 1613:54
minimecm4dh4tt4: 'mpv' runs everything, even youtube links and has a very simple 'invisible' interface... I just love it!13:59
BluesKajm4dh4tt4, sorry, the newer version is in the repos13:59
BluesKajjust install bumblebee14:00
m4dh4tt4aight thx guys, hmm i need rotate and image adjustment tho and programmagle hotkeys14:01
m4dh4tt4minimec what driver do u run for your 106014:01
m4dh4tt4(i shall do bumblebee for the laptop14:03
minimecm4dh4tt4: Right now the NVIDIA Driver Version: 375.66, the one that comes in the repos.14:06
ZewHey I have a  Ubuntu server that hosts Googles Summer of Code project (PWM) Password Reset Manager. Lucky since I had no trust (security wise) in the server and it's application, since it was a apache/Java tomcat driven14:13
Zewso I placed an IPS in front of it's web publishing rule. To my surprise (not) a couple attacks were attampted on it14:14
Zewhttp://www.kerneronsec.com/2016/02/remote-code-execution-in-cctv-dvrs-of.html14:14
ZewHow would this exploit work on Ubuntu/Apache/Tomecat setup?14:14
Zewit was blocked, but I found it interesting it was attempted14:15
PiciZew: probably a better question for ##security14:15
Zewkk thanks14:16
cristian_chi14:18
cristian_cI've got an ite 9135 dvb chip (with remote control), it uses dvb-afatech9035 driver, and i've typed sudo ir-keytable14:18
cristian_cir-keytable and evtest perform successfully keypresses on the remote control. Unfortunately, enabled protocol field is empty and if I try to configure shortcuts in kaffeine, many keys don't work14:19
cristian_cI've tried to modprobe some nec modules, because the remote control support the nec orotocol, but I don't know how to solve the issue14:19
cristian_cAny ideas?14:19
tacdawg84 /msg alis LIST *linux*14:29
penthiefHow do I fix the following apt error "E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.18.4ubuntu1.1_all.deb  404  Not Found"14:29
leftyfbpenthief: apt-get update or change your repo14:30
penthiefoh ok thanks14:30
penthiefthat works14:30
onitlikesonicHi all, does anyone know a workaround for this ? https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1640274 :( cant upgrade non-interactively14:34
ubottuLaunchpad bug 1640274 in ubuntu-release-upgrader (Ubuntu) "DistUpgradeViewNonInteractive produces error on conffile-prompt from dpkg" [Undecided,Confirmed]14:34
tomreynonitlikesonic: did you apt-get update && apt-get dist-upgrade before starting the dist-upgrade?14:39
tomreyntrusty-updates has ubuntu-release-upgrader-core 1:0.220.914:41
tomreynhmm but if you were on ubuntu-release-upgrader-core 1:0.220.8 (like the bug reporter is) then upgrading this package would not have helped (but maybe other updates would have):  http://changelogs.ubuntu.com/changelogs/pool/main/u/ubuntu-release-upgrader/ubuntu-release-upgrader_0.220.9/changelog14:42
onitlikesonictomreyn: yes that is the version i have installed14:48
onitlikesonic.9 that is14:48
onitlikesonictrying now one without the DistUpgradeViewNonInteractive just to check and so far has been running ok14:49
onitlikesonicso its clearly a problem with that param14:49
unholymachineso i keep getting "cannot create swap partition on dev sda #6" or whatever when trying to dual-boot install ubuntu14:50
ntdafter backing up an installation (tar cp), repartitioning and restoring (tar xp) I am seeing a close to ten second delay when logging into gnome and starting gtk applications. tracing shows this happens while loading fonts from /usr/share/fonts/opentype/noto. reinstalling fonts-noto-cjk solves the problem, but since the file hashes are the same both before and after reinstallation these files cannot have been the culprit. is there some global font cache14:50
ntdthat was regenerated/repaired by reinstalling fonts-noto-cjk?14:50
unholymachinei can't seem to solve it even when there is a dedicated swap partition already on the hard-disk14:50
unholymachineshouldn't the installer see the swap partition and use it automatically?14:51
unholymachinethis is the first time i've ever had this happen to me14:51
tomreynonitlikesonic: i agree it looks a lot like a bug then14:53
tomreynthis discusses a *messy* work-around https://ubuntuforums.org/showthread.php?t=226587714:54
sleehi, i'm currently using the x11vnc server for remote desktop on my ubuntu boxes, but it doesn't have the ability to autostart on box startup, is there another desktop app for ubuntu that will auto start the vnc server on boxes?14:54
tomreynpersonally i would not try to carry out dist-upogrades fully automated14:54
onitlikesonictomreyn: not even when you have more than 100 VMs with it ?14:55
tomreynonitlikesonic: no14:55
tomreyni would do a new installation and deployment14:56
onitlikesonicdone this from 12 to 14... went like a charm... now this bug is killing me14:56
onitlikesonictomreyn: inviable when these are scattered accross the globe and multiple clients14:56
onitlikesonicthis is the main reason we chose ubuntu over centos14:56
tomreynhmm then i wouldn not try to resort to dangerous dist-upgrade mechanisms in the first place.14:57
frozenrouterHaving a problem with a low cpu frequency being set while on multithreaded games(lower than user set min). This low cpu frequency means that the gpu usage can only be so high, and limits frame rate significantly. Power and thermals do not seem to be an issue according to artifically putting load on components.14:58
tomreynonitlikesonic: do you have OOB management?14:58
onitlikesonicpuppet14:59
tomreynonitlikesonic: i mean something like networked serial console, KVM, IPMI-KVM, HP ILO, Dell IDRAC, Sun ILOM ...15:00
onitlikesonictomreyn: nay most of the times15:02
onitlikesonicanyway reshipping is not an option so this will have to work :315:02
tomreynso it's heterogenous hardware, too? i guess something wnet wrong in the planning phase.15:03
tomreynoh you said it's VMs, but still if its different virtualizations and you don't have general host access that's bad.15:05
tgm4883VMs? Why not setup a second VM that's upgraded and move your stuff over?15:05
tgm4883far less downtime, easier to roll back if necessary15:06
tomreynthats if you have spare resources at every location, which i would guess is maybe not so.15:07
tgm4883true, this doesn't found like a very fault tolerant setup15:08
=== nchambers is now known as stupidity
=== stupidity is now known as nchambers
=== zinen is now known as zenguy
dpb1Slart: hey there, I was looking at #1619968 -- and that you were hitting it.  can you repro?15:33
oasis_fireHow can I disable the 'alt-f1' shortcut on Ubuntu?15:52
oasis_fireIt doesn't seem to be appearing in the shortcut list15:52
oerheks!bug16:12
ubottuIf you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.16:12
oerheksubuntu-bug ubuntu-desktop this is boring, everything works OOTB16:12
QbYI need to add a "jessie main" repository to my Ubuntu 14.04 ..  I've added it, but when it does the fetch it is going to "jessie InRelease" .. any suggestions?16:28
naccQbY: you don't *need* to add that.16:28
naccQbY: you are choosing to, which is not a suggested or supported approach16:29
QbYnacc..  it's the only option i have from the package maker16:30
naccQbY: and of course adding a jessie repository is going to fetch jessie.16:31
QbYyes.16:32
akikQbY: have you looked into lxc containers? that way you could be running debian in a container16:32
* QbY puts lxc containers on his to do list16:32
QbYhere's the deal, installing systemd earlier wrecked my aptitude.  i had to install it all over again and since doing so my repo that was working just fine, has ceased working.16:33
naccQbY: installing systemd?16:34
QbYyes16:34
naccQbY: on 14.04? that's not normal16:34
QbYoh?16:34
naccQbY: 14.04 is upstart16:34
naccQbY: by default16:34
DrN3fari0znicklist screen16:40
DrN3fari0zoops16:40
Zalabasleaheh16:41
L72g5sSqI have the following in my fstab: jupiter:/mnt/data1    /mnt/jupiter/data1    nfs4    uid=1000,gid=1000, 0 016:49
L72g5sSqbut I keep getting "mount.nfs4: an incorrect mount option was specified" when I try to mount it...16:49
L72g5sSqIf I replace "uid=1000,gid=1000" with "defaults" then it works...16:50
L72g5sSqAny ideas how to get the uid and gid params working?16:50
akikL72g5sSq: nfs doesn't use that kind of permission model. where did you get that?16:50
L72g5sSqakik: Some random example on the internet.16:51
naccakik: it's written in the manpage (at least on 17.04)16:51
naccakik: oh wait, misread it ;)16:51
akikL72g5sSq: all uids are fine with nfs16:51
akikL72g5sSq: you just have to agree about them on the server and the client16:51
L72g5sSqakik: What I want to do is have a specific owner and group applied when I create a file on the mounted folder16:52
L72g5sSqakik: I read about that, how does that work?16:52
akikL72g5sSq: you just match the uid/gid on server and client16:53
L72g5sSqakik: Stupid question...so I create the same user on both the server and client?16:53
akikL72g5sSq: that's the easiest method16:53
akikL72g5sSq: there's something called nfs user mapping with nfsv4 but i haven't looked into it16:54
L72g5sSqakik: Oh. Like this? https://serverfault.com/questions/514118/mapping-uid-and-gid-of-local-user-to-the-mounted-nfs-share16:56
vexoonhello everyone, quick question. I installed glusterfs on 2 different servers. same version of glusterfs but on one machine I get the following error: volume set: failed: option rpc-auth.addr.JAMS1.allow 172.18.0.0/16: '172.18.0.0/16' is not a valid mount-auth-address16:59
vexoonon the other machine the same works...16:59
vexoonit does not rly look like a glusterfs issue tbh16:59
brad[]Hi all, I'm rather impressed that Ubuntu's pip declines to manage / uninstall system packages. I've been trying to track down the origins of this enhancement but not having much luck. Is anyone here familiar with that?17:10
prestong_caHi all, I’m working on setting up a Razer Blade Pro 2017. It comes with a hardware/BIOS based RAID 0 configuration. When I try to install Ubuntu, Ubuntu doesn’t see the RAID 0 drives. If I unraid the drives, I’m about to see them, but I really want to install in the RAID 0 configuration. Could someone point me to the best way to install Ubuntu with a RAID 0 config?17:10
geniiprestong_ca: If it's actual hardware raid, Ubuntu should only see it as a single hd, usually sda17:17
blkadderMore likely it is fake raid.17:20
geniiblkadder: Should see the individual drives then, even if the raid is turned on in the bios17:20
blkadderI wouldn't do Raid 0 on boot drives either but that's just me I guess. :-)17:22
geniiYes, raid 1 would be better17:22
=== zyga_ is now known as zyga-fedora
=== red-001 is now known as Raven256
t3kg33kGreetings all17:24
blkaddergenii, May have to fiddle with some bios settings for that to happen.17:24
t3kg33kIs it possible to wake a suspended/hibernating PC remotely from command line?17:25
blkadderWOL17:25
blkaddert3kg33k, Yes it is theoretically possible: Wake On Lan17:25
t3kg33kblkadder: what is the command for that? I'm assuming I need to know the MAC of the PC too17:26
blkadder!wol17:26
blkaddert3kg33k, You need to have the capability configured on the PC.17:27
t3kg33kI believe it is17:27
geniiIt needs to be setup on both ends. https://help.ubuntu.com/community/WakeOnLan17:27
geniiYou'd need to know the "magic packet" contents17:28
=== br34l_ is now known as br34l
blkadder!wakeonlan17:28
=== Raven256 is now known as corvo272
=== corvo272 is now known as corvo266
geniiubottu: wol is <reply> Wake-On-LAN is a feature of a computer's network card allowing it to be remotely turned on. See https://help.ubuntu.com/community/WakeOnLan for details on implementation.17:31
ubottuI'll remember that, genii17:31
* genii goes for a coffee17:31
prestong_caThanks for the replys. :)17:31
prestong_caThe disks just don’t show up unless I disable the hardware raid:(17:32
blkadderprestong_ca, Then it is probably what we like to call "Fake raid".17:32
blkadderThat is there is a hardware toggle but the raid driver itself is software based.17:33
blkadderhttps://help.ubuntu.com/community/FakeRaidHowto17:34
prestong_caYou guys are awesome! I’ll look this over! :)17:36
ssarahhei guys17:36
geniiprestong_ca: So in this case you're better off to disable the onboard raid and use the server cd to install onto a raid1, then install ubuntu-desktop17:36
ssarahWhat's the proper way to start a service.17:36
geniissarah: sudo service name-of-service start17:37
ssarahsorry17:38
ssarahwhat i meant to ask was the proper to make sure something starts when the system is up17:38
ssarahlike my vpnc, i have to manually go sudo vpnc vpnc_name17:39
Zalabasleahmm17:40
Zalabasleahave u tryed xrdpo17:40
Zalabaslea"xrdp"17:40
Zalabasleaah17:40
Zalabasleasystemctl list-unit-files | grep vnc17:41
Zalabasleathere you $ systemctl enable vnc-whatever.service $ systemctl start ...17:41
Zalabasleaor17:42
Zalabasleaoption 2 : nano /etc/rc.local17:42
Zalabasleabut actually the 1 is pretty easy17:42
ssarahit's not listed in option 117:43
ssarahi'll try option17:43
ssarah217:43
Zalabasleayeah17:43
Zalabasleacheck systemctl enable rc-local.service17:43
Zalabasleaand dont forget to set #$bin/sh in the first line and "exit 0" at the bottom17:44
Zalabasleayou just set the binary name: for example "vpnc" thats it17:45
ssarahtyvm Zalabaslea17:49
gebbionehi folks, some of my windows in gnome are supposed to be over and clickable on top of others, like Caido dock, but for some reason right now i either cannot click or see them on top. Something maybe broken with my X?17:49
ssarah:)17:49
Zalabasleaye :)17:50
prestong_cagenii, are you saying that I can install ubuntu-desktop from the ubuntu-server cd?17:58
BluesKajprestong_ca,  yes as long you have an internet connection, afaik18:00
prestong_casweet, can anyone point me to a guide for that?18:00
bobbydoogleI'm looking to create a custom script that just zips up a specific subset of files and folders in a directory, any suggestions on what I should use to do that?18:02
leftyfbprestong_ca: sudo apt-get install ubuntu-desktop18:02
bobbydooglewould be nice if I had scripting capabilities if I need to do more, though at the moment I don't..... guess I could use node18:02
bobbydoogleor bash...18:02
blkadderbobbydoogle, Sounds pretty trivial to do in a shell script or maybe just a one-liner.18:03
prestong_cathank you, leftyfb18:03
leftyfbbobbydoogle: why do you need this to be a script?18:03
prestong_cajust to be clear, leftyfb, I run that after the ubuntu-server install is totally completed?18:04
bobbydoogleblkadder, yeah, I'm kindof trying to think forward, I'm deploying software, and when we send to a client we send them a certain set of the files in our main repo, so we may be doing it frequently/I want to automate. There could be some additional steps needed down the line, but at the moment its just zipping up files. Maybe a shell script is the way to go.18:04
leftyfbprestong_ca: why are you using the ubuntu server installer if you want the desktop?18:05
bobbydoogleoh leftyfb that answered your question, not blkadders, oops18:05
lotuspsychjeleftyfb: did you fix that python issue the other day?18:05
blkadderbobbydoogle Sounds like it.18:05
leftyfblotuspsychje: no. Just going to get it back locally and wipe it and start over18:06
blkadderbobbydoogle, How complex is the criteria for what you want to send?18:06
prestong_caleftyfb, because I’m trying to install on a Razer Blade Pro laptop in a RAID0 configuration. earlier in this thread we were going over how the only way I would be able to get the soft-RAID insteall setup would be to start the install using Ubuntu-Server18:07
leftyfbprestong_ca: do you hate the data going onto this raid 0?18:08
blkadder:-)18:08
bobbydoogleblkadder, at the moment simple, xyz files, and xyz folders, not even specific files in folders, just certain files and folders in one root folder, but I would like to have flexibility to expand on that.18:08
prestong_caLOL, it’s a gaming laptop with NVMes. 2 x 256GB. I know the risks :)18:08
leftyfbprestong_ca: raid 0 is great for data you either hate or want gone immediately or will only be there temporarily18:08
leftyfbprestong_ca: I'll assume you're doing this on spinners. In which case, when (not if) one of those drive dies, all your data is gone.18:09
bobbydoogleactually I think I will go with node, my app and other scripts are generally in node, so that will be most consist ant, srry this was a little off topic. Thx for tips18:10
blkadderbobbydoogle np18:10
prestong_caNo, its a Razer Blade Pro with NVMe SSDs. RAID0 is its default configuration of this gaming laptop. https://www.razerzone.com/gaming-systems/razer-blade-pro18:10
blkadderprestong_ca, Just out of curiosity, why are you installing Ubuntu on an expensive, purpose-built gaming laptop? :-)18:11
prestong_cacuz I’m a Linux gamer and software engineer looking for a really powerful setup. All of our company’s code is stored in clound storage, so that isn’t a concern.18:12
leftyfbprestong_ca: linux software raid 0 is not the default configuration of your laptop18:12
Ichimusaileftyfb: Haha :)18:13
Ichimusaileftyfb: Well put.18:13
prestong_caregardless, it is my goal :p18:14
leftyfbthat poor data18:14
sidetrackinggod damnit its raining outside18:15
lotuspsychje!ot18:15
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!18:15
lotuspsychjekeep it ubuntu related guys18:15
sidetrackingshit wrong chan18:16
sidetrackingmy bad18:16
leftyfbsidetracking: what can we help you with?18:16
sidetracking....18:16
Ichimusaileftyfb: Well yesterday someone wanted to stripe six disk without redundancy on a BSD machine with zfs. It's a full level up of stupid.18:16
Ichimusaileftyfb: Spinning rust disks no less.18:16
leftyfbIchimusai: no spare?18:17
Ichimusaileftyfb: Some just don't relize that a single time-out on any one of the disks will bring the shit right into the fan and the whole thing dies horribly in a cloud of inconsistency.18:17
leftyfbIchimusai: no spare and no parity?18:18
Ichimusaileftyfb: Not a shred of redundancy, except the metadata zfs automatically makes redundant over the disks, but the date, oh the data...18:18
Ichimusaileftyfb: No, full force idiot raid018:18
Ichimusaileftyfb: Since he had 6 disks I suggested ZFS RaidZ2.18:19
blkadderStriped vdevs vs. RaidZ?18:19
Ichimusaiblkadder: zpool mypool <disk1> <disk2> ... <disk6>18:19
blkadderLOL18:19
IchimusaiWith so many disks you would be happy if it boots up once in stable shape...18:20
Ichimusai:)18:20
blkadderWould be fine for scratch stuff though.18:20
blkadderBut I am assuming that was not the intended use case?18:20
Ichimusaiblkadder: I know people who do video edits and use it for intermediate storage but...18:21
blkadderSure.18:21
blkadderThat is a use case where it makes sense.18:21
lotuspsychjeIchimusai, blkadder keep it ubuntu related guys18:21
IchimusaiYeah, or very large camera buffers and things like that (surveillance) or recording EM spectrum with Gsamples/second....18:21
blkadderSorry dad.18:21
Ichimusailotuspsychje: Sorry. My bad.18:22
DrN3fari0ztopic18:26
eil I updated  then sudo :cannot resolve host I vimed /etc/hosts /etc/hostname still cannot resolve host18:30
eilI altered hostname hosts18:31
eilstill sudo: cannot resolve host18:32
IchimusaiIs the network ok, i.e. can you ping hosts with their IP?18:32
lotuspsychje!hostname | eil18:32
ubottueil: Use hostname <somehostname> to set the hostname, or to do it permanently: edit /etc/hosts to include BOTH the old and new hostname and then change /etc/hostname to the new one. WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly.18:32
eilI used hostname <newhostname>18:35
blkaddereil Pastebin the contents of your /etc/hosts18:35
eilok18:35
blkadderSo we can see what you did18:35
eilwait a minute the computer stuck18:45
nikithaA)    which is best ubuntu 16.04 or linuxmint 18  for oracle 11g installation           B)   which is best ubuntu 16.04 or  linuxmint 18 for  guest os  as windows718:48
lotuspsychje!mint | nikitha18:48
ubottunikitha: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)18:48
lotuspsychjenikitha: we reccomend ubuntu here18:48
DJonesnikitha: You're asking the Ubuntu support channels, which do you think people will say18:48
eilhttp://paste.ubuntu.com/2481727918:49
blkaddereil, Entries for 127.0.0.1 belong on one line18:50
blkadderOops disregard. :-)18:50
blkadderRead too fast.18:50
ioriaeil, hostname -f18:50
eilhostname:Name or service not known18:52
blkaddereil echo $PATH18:54
ioriaeil,  10th line is a duplicate, i guess18:54
ioriaeil,  try this : comment 2nd and 10th18:55
nikithabut 100 times i switched myself between windows7/ubuntu 14-16    in past 5-6years  to keep linux  (mostly ubuntu )as deskop os.   i wish to fully top bottom with linux (mostly ubuntu as i see activity is full everytime observing from past 6years), my basic requirement is my dependent of oracle products being mostly for windows im slave to windows 7 , to keep up with guest os as windows with oracle and ms office. though office tools exist18:55
nikitha for linux they are not user frientdly as i type my resume or open my existing resume, it gives wierd look and font , fontsize ...please excuse my words. i am only dependent on oracle products to my stickingness for direct oracle isntallaton onto ubuntu  and guest os windows , so my A and B questions i mentioned at upside in channel,   though big sentence i kept everything here, that's it.....18:55
ioriaeil, and run hostname -f again18:56
lotuspsychjenikitha: you are the boss of your machine18:56
lotuspsychjenikitha: install whatever you need the most?18:56
lotuspsychjenikitha: and what kind of oracle software do you need to use?18:57
lotuspsychjenikitha: with ubuntu + virtualbox + wine/playonlinux you can already do much18:59
nikithalotuspsychje: yes i did, makes guest os slow or sometimes  primary os19:00
nikithalotuspsychje: i do have 8 gb ram, i do keep 3072 for virtualbox for guest os windows719:01
nikithalotuspsychje: mostly gui based19:01
SuperSeriousCatWhat Oracle products is it?19:02
eil comment 2nd and 10th?19:02
nikithalotuspsychje:  toad, sql developer, plsql developer, forms and reports, other bi and etl tools like  oracle odi, informatica, obiee   , these 3 are datawarehousing tools19:02
ioriaeil, yes, and cat /etc/hostname19:03
nikithalotuspsychje: i had used wine, its good, it support photoshop such a big software, but wont for oracle client ...i mean after db installation on linux , i require oracle client whether of oracle's or some 3rd party like toad, so for gui  based  i looked forward to wine, but wine did not proved to be help ful , hope u are getting me what i want to say ...19:08
lotuspsychjenikitha: https://help.ubuntu.com/community/Oracle%20Instant%20Client19:09
SmearedBeardhey, does anyone know an ETA on this https://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-8994.html19:09
nikithalinux + oracle , later on wine with toad or plsql developer which supports gui , but where is gui based or window based oracle client software support in wine to connect both19:10
lotuspsychje!usn | SmearedBeard check here mate19:12
ubottuSmearedBeard check here mate: Please see http://www.ubuntu.com/usn for information about recent Ubuntu security updates.19:12
lotuspsychjenikitha: have you looked at apt-cache search oracle ?19:13
azizLIGHTmy /var/log/kern.log and /var/log/syslog file is getting too big, i want to delete lines inside it, to reduce size. how to do it safely?19:13
azizLIGHTalso, is it possible to turn off logging for a short time19:13
SmearedBeardthanks ubottu19:13
leftyfbazizLIGHT: what version of ubuntu?19:13
eil http://paste.ubuntu.com/2481747319:14
azizLIGHT14.0419:14
lotuspsychjeazizLIGHT: i like to clean with bleachbit19:14
azizLIGHTi have a few sed commands ready but should i be running them on the files directly? arent they in use19:14
pravinhello everyone, I am trying to install qbittorrent from source in ubuntu 17.04, I am getting this erroe https://paste.ubuntu.com/24817483/19:15
leftyfbazizLIGHT: try just running: sudo logrotate19:15
azizLIGHTfor instance sed -i '/sr 3:0:0:0: \[sr0\]/d' /var/log/syslog19:15
lotuspsychjepravin: why not just install from repos?19:15
pravinlotuspsychje: its not there19:15
ioriaeil, please  highlight the nick of the person you're talking to ....   run   sudo apt update19:16
lotuspsychje!info qbittorrent zesty | pravin19:16
ubottupravin: qbittorrent (source: qbittorrent): bittorrent client based on libtorrent-rasterbar with a Qt5 GUI. In component universe, is optional. Version 3.3.7-2 (zesty), package size 3559 kB, installed size 6151 kB19:16
SmearedBeardlotuspsychje 18 pages for ubuntu 14.04 and no mention of CVE-2015-8994 :) I assume there are then plans at this time for a fix?19:16
azizLIGHTleftyfb: http://paste.ubuntu.com/24817491/19:16
leftyfbazizLIGHT: fix the error19:17
azizLIGHTi never changed any permissions on the dirs19:17
azizLIGHTnor did i change the logrotate configs19:17
nikithalotuspsychje: thanks, i will check with linux provided by you19:18
kostkonpravin, it might appear in the results when you do a search in the Ubuntu software, but you can  sudo apt install qbittorrent   it19:18
azizLIGHTthe files/configs are the same since installation of 14.0419:18
kostkonnot*19:18
lotuspsychje!download | nikitha19:18
ubottunikitha: Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at http://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Zesty, and help keeping the servers' load low!19:18
azizLIGHTi just want to delete liens on syslog. is it safe to do or not. i dont car about rotation19:19
nikithalotuspsychje: link19:19
leftyfbazizLIGHT: yes19:19
azizLIGHTand how about kern.log19:19
leftyfbyes19:19
azizLIGHTso i can do sed -i '/sr 3:0:0:0: \[sr0\]/d' kern.log && sed -i '/sr 3:0:0:0: \[sr0\]/d' syslog19:19
lotuspsychjeSmearedBeard: cant find it on usn neither, perhaps ask in #ubuntu-hardened ?19:21
SmearedBeardsounds like a good plan to me, thanks lotuspsychje19:21
lotuspsychjeSmearedBeard: i suspect, if usn doesnt mention, you should be safe on an updated ubuntu19:21
SmearedBeardthat would be good, but the people.canonical site says a patch is needed..19:22
nikitamogI'm having some trouble with an expired key signature.19:23
nikitamoghttps://pastebin.com/c0iYcitr19:23
nikitamogI'm not quite sure how to either remove it, or renew it.19:23
lotuspsychjeSmearedBeard: ask the #ubuntu-hardened guys if the patch is implemented already in latest updates19:25
yetitwohullo everyone19:26
lotuspsychjenikitamog: you added the opensuse ppa to your ubuntu?19:27
yetitwois there a way to make the control key interrupt momentum scrolling?19:27
yetitwoit's a recent development (since 15.x, i think) that when i'm scrolling chrome and then go to press ctrl-w to close the page, it sets the zoom to the max/min, which is annoying19:27
nikitamogI think i merely added the key the first time19:28
nikitamoglotuspsychje, How do I add the opensuse ppa?19:28
lotuspsychjenikitamog: it was a question to you?19:28
leftyfbyetitwo: stop your scroll wheel before closing the tab19:29
nikitamoglotuspsychje, Sorry, How do I add it. I don't think I did that the first go around.19:29
nikitamoglotuspsychje, I'm not even sure why ubuntu is using the opensuse repo anyway.19:29
lotuspsychjenikitamog: its your system, you should know why right? it doesnt by default19:30
SmearedBeardopensuse is just a free and easy way to host repos, there are some from centos as well19:30
yetitwoleftyfb: i'm talking about momentum scrolling on the touchpad19:30
nikitamoglotuspsychje, could be some graphics mod if I had to guess. How do I add the opensuse repo anyway?19:31
yetitwoi realize it's possible to touch the touchpad, but that's not an answer to my question19:31
lotuspsychjenikitamog: we dont support ppa's here mate, revert your system to default sources with ppapurge19:31
leftyfbyetitwo: https://bugs.chromium.org/p/chromium/issues/detail?id=25369719:31
lotuspsychje!ppapurge | nikitamog19:32
ubottunikitamog: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html19:32
nikitamoglotuspsychje, thanks.19:33
yetitwoleftyfb: ah, cool. thank you! i wasn't able to find that one when I was googling.19:33
lotuspsychjeSmearedBeard: was it fixxed now? or still need a patch?19:33
SmearedBeardstill needs a patch. Ill quote sarnoldyeah; there's several bugs that would probably be sufficient cause to release an update but no fix is yet available from upstream; see the 'deferred' entries on https://people.canonical.com/~ubuntu-security/cve/pkg/php5.html19:34
lotuspsychjeSmearedBeard: ok tnx for feedback for the community19:34
SmearedBeardno problem19:34
leftyfbyeats: first result when searching for "ubuntu chrome scroll momentum zoom ctrl"19:35
leftyfbsorry, 2nd19:35
leftyfbaaaand they're gone19:35
lotuspsychjeleftyfb: dont suggest google to users that need help please19:36
leftyfblotuspsychje: please follow the conversation19:36
Bob_DoleWhat does it take to get AMDGPU-PRO working with old Radeon HD 78xx cards, and can it work with both the old GCN 1.0 and new Polaris cards at the same time?19:36
lotuspsychje!amd | Bob_Dole19:36
ubottuBob_Dole: Open driver for AMD cards: amdgpu (cards >= GCN1.2 aka GCN 3rd gen), radeon (older cards). Closed drivers: amdgpu-pro (>= GCN1.2) fglrx (older cards, unsupported by AMD in 16.04+). For info on GCN levels, see https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units . For fglrx info, see https://help.ubuntu.com/community/BinaryDriverHowto/AMD19:36
Bob_Dolethe thing is, I don't need X11 at all. I need OpenCL. on old hardware, and 14.04 is whining about no longer being supported with 14.04's parts and thinks it needs to replace it with 16.04's19:38
leftyfblotuspsychje: i'll preface this with, in this recent case, I didn't suggest "google" to a user. I gave them the link with the answer they were looking for and then gave the search terms I used to find it since they had said they weren't able to find it from googling.....19:38
leftyfblotuspsychje: that said, as I've said before, I will continue to give google search results pages when I first search myself and find the answer within the first few results. It gives them the answer they're looking for and hopefully helps improve their research skills by showing how I went about finding the answer for them.19:39
Bob_DoleI mean, if I can't get that I'll switch that machine over to windows19:40
lotuspsychjeleftyfb: you didnt have to mention wich number of google hit it was, but lets move on..19:40
lotuspsychjeleftyfb: lets use #ubuntu-discuss if you wanna discuss19:40
ioriaBob_Dole, PITCAIRN with radeon, POLARIS (likely) with amdgpu19:41
Bob_Doleioria, does the Radeon driver have fully working OpenCL? I keep hearing most stuff doesn't work19:42
ioriaBob_Dole, never tested personally, but it should work19:43
Bob_Doleioria, I just kinda suspect I still need the proprietary OpenCL implementation still, I think. which should be possible with AMDGPU-PRO or a hybrid of it (proprietary OpenCL) and AMDGPU (open graphics driver portion), which kind-of-supports pitcairns but I don't know if it still needs the kernel recompile or how stable it is.19:50
marqueziniguys!! im seeking the twitter client that comes with ubuntu 10.04 or 12.04, i think an old version of gwibber, i extremely like the popups of twitter, very usefully for me! someone knows the name of this app?!19:52
lotuspsychjemarquezini: both versions of ubuntu are end of life19:52
ioriaBob_Dole, what version are you on ?19:52
leftyfbmarquezini: I don't have that, but I do use the google chrome app tweetdeck which does the same things19:52
marquezinileftyfb, pop-up with tweets?!19:53
leftyfbmarquezini: yep19:53
marquezinii fuck like these recouse19:53
e-i-k-ehi19:53
blkmajikhowdy all. were there any recent update in 17.04 that may have effected the way usb modems are initialized? specifically cdc device presented when certain smartphones are connected via usb?19:53
leftyfbmarquezini: please watch the language19:53
marquezinii will try19:53
marquezinitk man19:53
Bob_Doleioria, I have 14.04 installed but it's trying to get me to upgrade the HWE stack, so I'm not running updates, because it would remove the ability to use fglrx, and thus kill the Complete OpenCL support.19:53
marqueziniah, lol19:53
marqueziniok19:53
Bob_DoleI don't care about 3D at all on that machine19:54
Bob_DoleI just want OpenCL19:54
ioriaBob_Dole, uname -r ?19:54
e-i-k-ei've no idea why, but i'm missing the /etc/php/7.1/cli/php.ini i already removed my whole php setup with aptitude purge, rebooted and installed it again and have no idea why the php.ini is missing19:54
Bob_Dole3.16.0-33-generic19:54
ioriaBob_Dole, utopic ?19:54
ioriaBob_Dole, please, not supported anymore19:55
Bob_Doleioria, which is why I want to know how to get AMDGPU-PRO working19:55
oerheksproblem thinking amdgu while you are not on 16.04 ....19:55
Bob_Doleif I run updates the supported version of the LTS doesn't actually support me19:55
ioriaBob_Dole,  nope, you need 3.13 .... or sacrifice fglrx and install xenial hwe or xenial itself19:56
Bob_DoleI'm fine with upgrading to xenial if I can get AMDGPU-PRO working with my pitcairns19:56
ioriaBob_Dole,  nope19:57
oerheksamdgpu is not suitable for pitcairn Radeon HD 78xx, AFAIK19:58
ioriaoerheks, he want the proprietary ...:þ19:58
ioria*s19:58
oerhekshttps://help.ubuntu.com/community/AMDGPU-Driver19:59
lotuspsychjee-i-k-e: ubuntu version? what did you do/install?19:59
dsh-why are people uneasy about updating systemd?20:00
azizLIGHTsafe to delete big fiels in /var/cache/apt/archives ?20:00
leftyfbe-i-k-e: you could be able to get a copy from /usr/lib/php/7.1/php.ini-production.cli20:01
leftyfbazizLIGHT: sudo apt-get clean # will remove those for you20:01
Bob_Doleit is actually listed as a supported product for the latest AMDGPU-PRO, but I keep hearing Radeon might need blacklisted to actually work? used to also need a kernel recompile to turn on SI support http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-for-Linux-Release-Notes.aspx20:01
Bashing-omazizLIGHT: Yes; if the system has a need will get the packages once again .20:02
lotuspsychjedsh-: what do you mean exactly? whats your situation?20:02
dsh-lotuspsychje: so I got a new laptop and installed 17.04, but i kept getting errors after shutdown20:02
lotuspsychjedsh-: what kind of errors, and does it prevent you from halting system?20:04
dsh-it wasn't a clean shutdown20:04
dsh-lotuspsychje: pretty much like this bug: https://bugs.launchpad.net/systemd/+bug/162795020:05
ubottuLaunchpad bug 1627950 in systemd (Ubuntu) "Stopped (with error) ... messages on encrypted LVM shutdown" [High,Confirmed]20:05
dsh-and there was a comment that it was fixed in systemd v23320:06
dsh-https://github.com/systemd/systemd/issues/5527#issuecomment-28418614120:06
lotuspsychjedsh-: have you added yourself affected to the bug?20:06
dsh-no but a previous user had the same issue with the same version (ubuntu gnome 17.04)20:07
lotuspsychjedsh-: add yourself affected to the bug, and explain your story to the bug, to help the community20:07
=== SmearedBeard is now known as SmearedBeard-AFK
dsh-well i added the systemd repo and just updated systemd20:08
dsh-now i don't get any errors on shutdown20:08
lotuspsychjedsh-: another test you could try is install 16.04.2 and compare if it works there?20:08
dsh-but now i am a bit nervous since so many people are cautious about updating systemd20:08
lotuspsychjedsh-: in all cases its recommended to keep your system up to date, even with new bugs20:09
oerhekssystemd repo ?20:09
dsh-lotuspsychje: reason I went for 17.04 is to have the newest kernel for kaby lake support20:10
dsh-oerheks: add-apt-repository ppa:pitti/systemd20:11
e-i-k-eleftyfb: thanks for that hint. i wasnt sure and jsut picked the default php.ini from my desktop (arch linux)+20:12
ThanzexHi there! I just installed ubuntu on my machine and i'm fairly new to linux in general, how do i get the grub screen to NOT show at boot?20:21
=== corvo266 is now known as red-001
badet0sset it to show 0 seconds ?20:23
badet0sor install a other boot loader20:23
badet0stry to install grub-customizer20:23
badet0sif you are unfamilar with cmd20:23
badet0scli20:23
badet0s:P20:23
xzhey, where do I find ISO for Ubuntu 14.04 desktop?20:24
vltThanzex: Have a look at the file /etc/default/grub.20:24
badet0sxz: have you tried google ?20:25
Thanzexbadet0s: vlt: thanks :)20:25
baxxhi20:25
pavenheyo20:26
xzbadet0s: yes, searched https://www.ubuntu.com/download/desktop but 14.04 wasn't there20:26
badet0sxz: maybe you should change your keywords. Maybe this site is correct? http://releases.ubuntu.com/14.04/20:28
xzbadet0s: you found it!20:29
xzbadet0s: thanks sir20:29
badet0snp enjoy20:29
=== jacob_ is now known as Guest43078
auser_hey guys20:32
auser_I'm trying to run a script and this is part of it : https://pastebin.com/raw/NyMTnQVy20:32
badet0smaybe #bash is better ?20:33
badet0sgn20:33
auser_i keep getting : http://i.imgur.com/AY5WofQ.png20:35
auser_badet0s, what you mean by #bash ?20:35
auser_i get permission error, not sure why20:35
Piciauser_: something in that script is trying to create a file in your system's root path, you shouldn't be writing files there.20:38
auser_hmm weird20:40
auser_can it be some PATH issue ?20:40
auser_the installed rar or something...20:41
auser_i see nothing in the script that wants to create in root20:41
Piciauser_: I have no idea, you said you only posted part of the script.20:41
auser_I PM you the script Pici20:43
Piciauser_: if the targetdir definition fails in any way, you would get this error.  Try deleting test/ and then trying again.20:47
Picior specify another directory in that argument20:48
auser_okay so i delete it20:50
auser_i still get the permission error20:51
dusthttps://wiki.linuxaudio.org/wiki/system_configuration20:51
dustgood info20:51
auser_but i need to specify the targetdir during using the script , right ?20:51
Piciauser_: you may want to ask #bash then, /join #bash   from here20:51
auser_ty20:51
dusthttps://linuxmusicians.com/20:55
azizLIGHTi installed clamav and now its taking up 300 mb of space in /var/lib/clamav ... if i try sudo apt-get purge clamav it says its only going to remove 695 kB22:13
azizLIGHTcan i kill that dir22:14
azizLIGHTit has files like main.cld, daily.cld, bytecode.cld and mirrors.dat22:14
azizLIGHTalso, can i delete /var/lib/modules/* except current kernel dir22:16
azizLIGHToops, i mean /lib/modules22:17
=== jstein_ is now known as jstein
Bashing-omazizLIGHT: Wile one can rm in /lib/modules - it will break the package manager .22:28
Bashing-omwhile*22:28
azizLIGHThm well i went and did apt-get purge22:29
azizLIGHTand then i tried doing other apt-get command and it mentioned to me i can do apt-get autoremove to get rid of some other clamav stuff22:29
azizLIGHTand doing apt-get autoremove got rid of all the clamav dirs22:30
Bashing-omazizLIGHT: 'apt-get purge' is the correct way - the package manager way :)22:31
UbuntivityHello, I have a keyboard problem in Ubuntu 16.04, How can I change between 101 and 102 keyboard layouts?22:34
Zalabasleasoap. hi.22:41
baxxany problems updating from 14 -> 16?22:41
Zalabasleayep22:41
Ben64baxx: 14.04 to 16.04 should be fine22:41
Zalabasleaah i find hard 14 1722:42
Ben64what22:42
Zalabaslea"hard"22:42
Ben64ok22:42
Zalabasleareport problems... i have a good 14 iso22:42
baxxsudo apt-get dist-upgrade  << Ben64 just running this isn't it?22:43
Ben64that just updates your packages22:43
baxxhrm , so that would put me on the 16 repos?22:43
Zalabasleai dvdisaster my best 14 iso and it works fine updating but for 17 its a bit too much ; sudo apt-get dist-upgrade is fine changing the source.list file lines to 1722:43
Ben64baxx: no22:43
baxxwhat's the point of that then?22:43
Ben64...updates packages22:44
Zalabasleano just change the name22:44
Zalabasleamain universe multiverse22:44
Ben64Zalabaslea: thats a bad idea22:44
baxxcan i update the OS from a command or not?22:44
Zalabasleawell the OS do it if you check synaptic22:44
Ben64baxx: to go from 14.04 to 16.04? yes. sudo do-release-upgrade22:44
Zalabasleajust tell synaptic you want update?22:44
Zalabasleacool thanks for the idea22:45
baxxBen64: ok cool - do all programmes have to be closed or anything like that?22:45
Ben64baxx: no, but for best success you should disable any 3rd party repositories and remove their packages22:46
baxxwhat like python stuff pip etc?22:46
Zalabasleaas well as the system in no longer stable from 14 to 17 i meant imho22:46
Zalabasleais`^^^^22:47
Ben64Zalabaslea: i don't know what you're talking about22:47
Zalabasleayou dont understand the significate of "no longer stable"22:47
Ben64baxx: should be fine unless you changed the system python version for a 3rd party one22:47
Ben64"as well as the system in no longer stable from 14 to 17 i meant imho"22:47
baxxi have anaconda , there are things in sources.list somewhere22:47
Ben64means nothing22:47
Zalabasleahmm i meant the system became unstable and correumpt22:47
Zalabasleakorrupt22:47
Zalabasleacore dumps22:47
Zalabasleakernel panic22:47
baxxZalabaslea: are you talking to me about what I'm saying?22:47
Zalabasleaseg fault sigsev and glth thats all22:47
Zalabasleafor the 1st i was helping me as 50000 times i helped here and today is not my best day i've to admit22:48
Ben64baxx: it's best to remove all 3rd party stuff22:48
Zalabasleayes os ubuntu is good :) betterthan others backdoored22:48
baxxZalabaslea: i've not a clue what you're talking about22:49
baxxBen64: is there an approach / method to follow / search for to do this?22:49
Zalabasleathen found your stuff on the internet.. dont expect i help22:49
Ben64baxx: an easy way is "ppa-purge" or you could open synaptic and browse by repo and remove the packages, then comment out the sources in sources.list.d or whatever22:50
baxx"then find your stuff on the internet, don't expect me to help" < Zalabaslea22:50
Zalabasleahahahahaha what about it?22:50
Zalabasleaim not trolling i helped here millions time im a ubuntu geek man dont change my lang22:50
baxxjust a grammar thing - i'm not saying you're trolling, i didn't mean it like that... no worries22:51
Ben64it's hard to understand what you're saying22:51
baxx^22:51
Zalabaslea:-)22:51
Zalabasleaok?22:51
Zalabasleaim not a verbal expert22:51
Zalabasleaif you try a bit helping me on verbs i could be nicest22:52
Zalabasleabaxx: found it :) http://usethefuckinggoogle.com22:52
baxxBen64: If I go into sources.list and change the urls to version 16's is that cool? Or should I comment out the lot, update **then** change the urls to version 16s?22:53
Ben64Zalabaslea: don't do that22:53
baxxZalabaslea: please stop directing messages to me22:53
Ben64baxx: no that method of upgrading isn't supported on ubuntu22:53
Zalabasleaim not doing that think22:54
Zalabasleayou paranoid :)22:54
* baxx assumes it's a troll, ignores 22:54
Jordan_UZalabaslea: That page is unacceptable in this channel for multiple reasons. Please watch your language and do not tellusers to "google it".22:54
baxxJordan_U: fwiw i'm happy to google things in general - i'm just not used to this / not sure what to search for specifically atm22:55
Zalabasleawell.. if im being treathed as "...." the proper reaction is send they to hell anyway im better use ReactOS for the future :)22:55
Zalabasleagood bye..22:55
baxxBen64: what do you mean 'that method' ? The notion of just changing the urls in the sources list to version 16 urls?22:55
Ben64baxx: what i would do in your situation is.... 1. remove packages from 3rd party repositories 2. disable 3rd party repositories 3. sudo do-release-upgrade22:55
baxx(i could give an example url )22:55
Jordan_Ubaxx: You should never change the release name in /etc/apt/sources.list manually. Doing so is not supported. You should use update-manager or do-release upgrade.22:56
Jordan_U!upgrade | baxx22:56
ubottubaxx: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade22:56
Ben64baxx: and correct, changing the urls isn't the supported way of upgrading in ubuntu, it apparently works for debian, but not here :)22:56
baxxBen64: huh ok - i added an R (programming) link the other day to that file, and there were others in there... so I thought maybe I could just change that url to the version for 1622:56
TBotNikHelp! I think I may have a virus.  Seems to be a javascript.  Causes the disk to run constantly and locks up the machine if FireFox, Thunderbird or GMail (via webmail) are running. The GMail one makes me reboot it hangs up so bad.  No Idea what tools to use to find this, so your help needed!22:59
TBotNikRunning Kubuntu 14.04 with server packages added.23:00
Ben64TBotNik: you probably won't like this but i say format and reinstall23:00
Jordan_UTBotNik: I wouldn't immediately jump to the conclusion that you have malware, though it's possible.23:01
Jordan_UTBotNik: Try starting firefox in safe mode by running "firefox --safe-mode" in the terminal. That will start Firefox with all third party extensions disabled.23:02
TBotNikJordan_U: Haven't been dealing with this for over 6 months, but gotten worse.  Think it's either coming from Google or Mozilla, because alway getting "Non Responsive javascript" errors when it happens.  Appears to be some sort of phishing script, that may be Windows specific and since I'm Linux, can't find the info it's hunting, so goes "endless loop" .  When I run "System Monitor" there is nothing showing the amount of CPU usage, but java and javascript,23:06
TBotNikbecause they run under the java package, never show the amount of usage for individual script or collective use.  That's what's got me thinking what I'm thinking.23:06
Ben64javascript doesn't run as java23:07
oerheksTBotNik, maybe it is netbeans related?23:07
oerheksyou had trouble yesterday with that, https://pastebin.com/eWXj3H2M23:08
TBotNikoerheks: Couldn't be, only install netbeans at noon today!23:08
Jordan_UTBotNik: Check what extensions you have installed.23:10
TBotNikJordan_U: Just started FF in safe mode23:10
TBotNikJordan_U: I just found 3 extension that I did not install, so removed them23:13
TBotNikJordan_U: But HD already in the "Constant ON" mode already!23:14
Ben64use iotop to see what it is23:15
TBotNikJordan_U: What virus tools do we have besides, SNORT and CLAMV?23:15
Ben64and lsof to see what file(s)23:15
Jordan_UTBotNik: Did you make note of what those extensions were?23:16
raynoldahh it's a wonderful day23:17
TBotNikJordan_U:  DCS, HTML5 Flash Player and LastPass23:17
TBotNikJordan_U: I also removed YouTube Flash & Video Players as well23:19
Jordan_UTBotNik: Was the complete name really "DCS"? Was there any more info about that one?23:19
=== iczero is now known as `j
=== `j is now known as iczero
TBotNikJordan_U: DCS portfolio manager, I think.  Never heard of it, so know I didn't install it.  Gonna remove the entire Firebug series that I use for DEV and see what that does.23:22
TBotNikJordan_U: There are 10 of those.  Always used them for my DEV work, but survived without them before, so they're gone till I get a handle on this!23:23
=== Onionnion_ is now known as Onionnion
=== oerheks_ is now known as oerheks
=== bildramer1 is now known as bildramer
TBotNikJordan_U: SNORT shows to be installed, but do not have the normal apt icon in the menu.  Wonder why?23:25
glitsj16TBotNik: have you checked firefox about:config yet? Especially extensions.blocklist.enabled & services.blocklist.update_enabled should both be 'true' to use mozilla's blocklistst for bad extensions etc.23:27
TBotNikJordan_U: Wow! started SNORT manually via CLI and gettting constant traffic to various IPs all over the place, so really does look like I've got a phishing virus23:27
Ben64bunch of ips is pretty normal23:28
Jordan_UTBotNik: Whatever else you do for this problem, you need to change your habits. You shouldn't be accepting sites' requests to install extentions. With very few exceptions extentions don't just show up due to other malware or from just visiting a page. You may not remember it, but you have almost certainly clicked "allow" on multiple prompts to install extensions.23:30
TBotNikJordan_U: I never have, and have "noscript", "ad block plus" and "ghostery" installed which supposed to have me in "secure mode browsing" and suppose to block all javascripts, which it does, at least most of the time, but seeing it now has holes that I was not aware of.23:33
Jordan_UTBotNik: I don't know if noscript prevents sites from prompting to install an extension or not. But frankly I have heard "I'm sure I never installed any extensions" from many users before, almost all of them smart capable people, and have found that to be false most of the times (and never found it to be definitively true).23:36
TBotNikJordan_U: Not all things/extensions follow the rules and prompt for permission to be installed, I've found this via HKU! LOL23:37
glitsj16TBotNik: don't expect any extension to offer bullet-proof protection, you can configure NoScript in many ways, also 'unsafe' ones.. you can easily run firefox in a sandbox these days, https://github.com/netblue30/firejail is one easy option you might be interested in.23:39
TBotNikJordan_U: Well what ever we've been doing, my HD finally stopped churning.  Only flashing occasionally, like it should!23:39
TBotNikglitsj16: Yes the new HTML5 cache has been a great place for hackers to store info a few bits at a time.23:40
Jordan_UTBotNik: An site would need to find a serious unpatched vulnerability in your browser to be able to install an extension without the browser prompting you, and if they have enough access to do that they likely wouldn't bother installing an extension rather than just directly doing whatever they want to do. I'm not saying that it never happens, but it's much less likely to me that this has happened to you23:41
Jordan_Uthan that you have accidentally clicked allow. Even moreso given that there are multiple exentsions you didn't intend to install.23:42
TBotNikglitsj16: Those are the worst hacks, where they send a bit or bits, store it in memory, and wait patiently while they get their entire hack script downloaded to you, then BAM gocha!23:42
glitsj16TBotNik: it's a pain indeed, but it's only going to get worse 'out there' .. with firejail you at least make it harder for anyone with malintent23:42
=== jacob_ is now known as Guest61863
=== Guest61863 is now known as mooshoe
TBotNikglitsj16: Think this machine may have become a target, since I installed the server packages on top of the desktop and our bandwidth is 60GB, fastest pipe in town, since our call center books over $20K/min here!23:44
TBotNikglitsj16: Talk to me about firejail23:45
glitsj16TBotNik: it's a sandbox technology based on linux kernel capabilities to limit what's being exposed to each process running on your machine23:46
TBotNikglitsj16: Are you saying the BluHell Firewall?23:46
Jordan_UTBotNik: It does sound like a complete re-install would be a reasonable thing to do at this point. And *please* consider changing your actions rather than just depending on things like noscript to protect you. By all means, use noscript and use firejail but don't think that using those means that you can carelessly do anything you want without paying attention.23:46
glitsj16TBotNik: no, it's not a firewall23:46
glitsj16TBotNik: take some time to read the info on the link i gave you, it's explained very well by the developers, better than I could do here :)23:48
Bashing-omTBotNik: https://ubuntuforums.org/showthread.php?t=2362788&page=2 << Re: How do you use Firejail?23:49
glitsj16TBotNik: Jordan_U's advice is still the best way to protect yourself.. and also the most difficult, changing habits is never easy23:50
TBotNikJordan_U: You miss the point, I'm annal about security, since I sit on the IISC (International Internet Security Commitee) and we do all the research and set the security standards for the entire world, so not lazy at all about this.  However I was not aware, as no single person can keep abreast of either the threats or developments against them of the firejail, so glad to look at that and improve what I have.23:51
TBotNikJordan_U & glitsj16: Hey see firejail out there, but can't find a good "HOWTO install" page for it, especially for 14.04.  I'm only allowed to use LTS versions of Ubuntu/Kubuntu and only after they've matured 18 months, so can not upgrade to 16.04 till this Oct.23:57

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