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

=== bazhang_ is now known as bazhang
dr_horribleclose00:08
=== ifro__ is now known as awayfro
a_p3rson|WHey y'all, trying to repair a W10x64-based computer though a 16.04 live cd that I have. The computer has a hard drive that I can tell is faulty, but I'm doing everything I can to save the data on it. ntfs-3g is having problems with the drive, but I'm unsure how to get around them.00:56
a_p3rson|WRight now, I'm trying to resize the partition (it's about 25% full), and put it on a new drive. However, GParted is unable to do so - specifically, `ntfsresize -ifv /dev/sdb4` returns "ERROR(2): ntfs_lookup_attr: No such file or directory"00:58
a_p3rson|WWhat's even weirder is that I can mount the disk just fine - `mount -o ro -t ntfs-3g ...` works just fine, and I can browse the faulty partition and copy files. However, that won't preserve NTFS perms, which will most likely send Windows in to a tizzy.00:59
a_p3rson|WHence, I'm trying to figure out what this issue with ntfs-3g is.00:59
geniia_p3rson|W: I wouldn't bother much with that00:59
a_p3rson|Wgenii: With what?00:59
geniiWith mounting a failing drive to try and save data on it01:00
geniiBetter is ddrescue to an image on a larger drive, then mount that and salvage stuff01:00
a_p3rson|WI don't have a larger drive handy, that's the problem.01:00
a_p3rson|WI'm trying to avoid that option, if at all possible.01:01
a_p3rson|WI mean, my personal main desktop has a RAID0 set of 2TB drives - I suppose I could take one out, and use that.01:02
a_p3rson|Wthough, I'd then have to rebuild a 2TB RAID array, which is going to take time01:02
geniiThe main problem is that if the drive is failing, every time you use it hastens it's end so you want to work on it live the least amount possible01:04
genii( ideally just once with ddrescue)01:04
a_p3rson|WVery true.01:05
jiffeso I'm trying to install libmono and something seems to be broken01:14
jiffe libmono-system-web2.0-cil : Depends: mono-runtime (< 3.12.2) but 4.2.3.4-0xamarin2 is to be installed01:14
a_p3rson|Wgenii: So, my Ubuntu live cd is actually an e2b drive, I think I might be able to cannibalize some space from that, about 1TB01:16
a_p3rson|WThanks for the assistance01:17
Bashing-omjiffe: Conflict of interest ? what shows ' apt policy mono-runtime ' ?01:22
gtxbbBashing-om, did you maybe mean ##linux XD01:23
jiffeBashing-om: yeah I was following web instructions but I think I may already have what I need installed01:24
Bashing-omgtxbb: Well, if jiffe is not running 'buntu, then yeah .01:24
ca-on-adamIs #ubuntu always going to be registered-only from now on? pita.01:42
spuniunanyone have some experience with nfs krb5 over internet?01:44
geniiLess of a pain to register once than to be spammed by unregistered bands of roaming botnets01:44
spuniunI can't seem to get my client to make any attempt at ticket request01:45
spuniunkrb works fine manually tho01:45
ca-on-adamAnyway... why I'm here is there is an issue with sshd - it seems to only be accepting connections from IP addresses that can be resolved.  Any idea why this behaviour?01:47
spuniunyou try "UseDNS no" @ca-on-adam ?01:52
geniica-on-adam: https://askubuntu.com/questions/246323/why-does-sshs-password-prompt-take-so-long-to-appear01:52
geniiThat link explains the UseDNS option, as well as the fix01:52
EleanorEllisIs the realtime kernel for ubuntustudio any slower than the regular ubuntu kernel for general purpose activities like web browsing or using office applications? I have a fairly old computer with only 8GB RAM which struggles when I have several tabs open in my browser so I am wondering whether to dual boot ubuntustudio with regular ubuntu and only use ubuntustudio when I am editing video or audio.01:55
ca-on-adamspuniun: genii: "useDNS" does not appear in the system's sshd_config.  I assume this means it is not enabled?01:55
spuniundefault is yes01:56
geniica-on-adam: You have to explicitly add it with no, otherwise it's default is set to yes01:56
genii( and no entry in there)01:57
=== arifuzzaman1 is now known as arifuzzaman
spuniunall config variables have a default value whether you see them defined or not01:57
geniiYep01:58
EleanorEllisIs there any problem with sharing a /home partition between regular ubuntu and ubuntustudio? Also attaching the same /home partition to future versions of these so that I keep my documents and application settings?01:59
Ben64EleanorEllis: i don't think dual booting ubuntu and stuido makes sense01:59
EleanorEllisBen64: My earlier question about dual-booting was Is the realtime kernel for ubuntustudio any slower than the regular ubuntu kernel for general purpose activities like web browsing or using office applications? I have a fairly old computer with only 8GB RAM which struggles when I have several tabs open in my browser so I am wondering whether to dual boot ubuntustudio with regular ubuntu and only use ubuntustudio when I am editing video 02:00
Ben64yeah i still don't think it makes sense02:00
EleanorEllisBen64: Why is that? I don't understand02:01
Ben64the realtime kernel isnt going to slow down everything else02:01
EleanorEllisOK so I would be better just using studio for everything? That would be much more convenient for me02:02
Ben64yeah02:02
Ben64or regular ubuntu for everything02:02
saryEleanorEllis: I use the Liquorix kernel on the desktop for multimedia and gaming. Try it!02:02
Ben64or if you really wanted to, you could install the normal kernel too and choose it on boot02:03
EleanorEllisThanks very much. I will install studio and delete my regular ubuntu installation. What about my question about attaching my /home partition to future versions of ubuntustudio??02:03
EleanorEllissary: What is the advantage of that kernel?02:03
EleanorEllisBen64: But is there much advantage to installing the regular kernel alongside the realtime kernel if the realtime kernel won't be any slower for web-browsing?02:07
Ben64i'd think not but you can do whatever you like, thats why linux is cool :)02:08
EleanorEllisBen64: True but I want to do the most sensible and easiest thing for me rather than introduce additional levels of complexity02:08
ca-on-adamspuniun: genii: out of three systems, only one seems to be obeying the unwritten default of 'UseDNS yes' -- any idea why it is arbitrarily happening?02:09
spuniunsshd tried to reverse lookup all connections by default02:09
spuniununless yu set UseDNS no02:09
geniica-on-adam: The other machines must be able to resolve the IP02:10
geniiSo probably either their placement in the network, or the way they resolve addresses02:10
saryEleanorEllis: https://liquorix.net/ , and check the benchmarks on the web.02:11
spuniunif you need to disable PTR entirely you need -u0 in /etc/default/ssh02:11
spuniunUseDNS no just stops sshd from rejecting bad PTR02:12
spuniunnot from performing reverse dns02:12
ca-on-adamgenii: spuniun: well I don't believe it, but some screwy way has led to the two working systems getting addresses resolved which I wasn't aware of.  I will remove that and let you know what happens.02:12
EleanorEllissary: I am looking at liquorix.net but I don't have sufficient techinical knowledge to understand  much of it. The thing that worries me is higher power consumption: my battery life is pretty poor already.02:13
geniica-on-adam: OK02:13
EleanorEllissary: On the rare occasions I use my laptop on battery, I barely get an hour or less out of it.02:14
spuniunI fixed my nfs issue no help to you all :P02:14
geniispuniun: Congrats on getting it sorted out yourself :)02:16
spuniunI hate krb02:17
EleanorEllissary: "Zen Interactive Tuning: Tunes the kernel for responsiveness at the cost of throughput and power usage." If throughput is lower, doesn't that make the kernel slower overall?02:17
spuniunbut I need a faster encrypted remote fs than sshfs02:17
EleanorEllisspuniun: I just found out about https://bitbucket.org/nikratio/s3ql/            Is that any good to you?02:18
spuniunah no, thx tho EleanorEllis02:19
spuniunI'm using google drive already for that02:19
spuniunfor this issue I'm mounting a dir on host in one colo on one in a disparate colo02:20
spuniunso traffic over internet02:20
spuniunsshfs has terrible throughput02:20
geniiWell, you can give it some optimizing options but not much02:20
spuniunand I don't want to weaken sshd ciphers for the entire host just to manage performance for sshfs02:20
geniiLike -C for use compression, etc02:21
spuniunyeah, I've tried everything02:21
spuniunit's just 50% the speed of nfs02:21
EleanorEllisspuniun: I take it from what you are saying that nfs is not encrypted?02:22
ca-on-adamspuniun: genii: So I made sure my client did not resolve on any of the three systems, yet only the troublesome one continues to not accept connections...02:22
spuniunit is02:22
spuniunkrb5p02:22
geniica-on-adam: Interesting and intriguing02:23
EleanorEllisspuniun: ^ Was that message to me or someone else?02:23
spuniunto you02:23
spuniunnfs4 krb5p is encrypted auth and transfer02:23
spuniunbut kerberos is a mega pita02:23
EleanorEllisspuniun: So if nfs is encrypted, why not use that?02:23
spuniunI'm trying02:24
EleanorEllisspuniun: What is kerberos?02:24
spuniunexactly02:24
spuniunkerberos is an authentication mechanism02:24
spuniunand it's hugely annoying to work with02:24
EleanorEllisspuniun: I presume nfs can only use kerberos authentication and no other method? Why is it a pita?02:25
ca-on-adamgenii: So I have set 'UseDNS yes' on the two 'good' systems, restarted sshd, and STILL they accept my connection from an unresolvable ip.02:26
geniiYeah, not sure how that happens.02:28
kelvinellaHi does Ubuntu fully support touch screen?02:28
spuniununresolvable is different that invalid02:29
geniica-on-adam: Might be you use a free dns service like opendns which resolves unresolveable IPs to itself02:29
spuniunEleanorEllis nfs can use many different auth types02:29
spuniunkrb just happens to be a scheme that also has tranfer encryption02:29
spuniunno other method of nfs connection is encrypted02:29
genii( I think google might also do this on 8.8.8.8 and 8.8.4.4 )02:29
kelvinellaAnd what about finger print recognition similar to windows hello?02:29
geniikelvinella: Yes, most USB readers are supported with fingerprintgui02:30
spuniunand krb is annoying because it's very complicated, there are two different implementations and the documentation is poor02:31
ca-on-adamgenii: All this ssh action is happening between two LANs, so the only DNS that was happening is the dns provided by the LAN gateway/modem.02:31
geniikelvinella: The best way to know if it will work on the hardware in question is to boot it up to a liveusb02:31
EleanorEllisspuniun: Thanks for that clarification.02:32
EleanorEllisspuniun: All these points help me with my education. :)02:32
spuniunkrb is what Microsoft Active Directory uses for authentication02:33
spuniunso it's most often used in conjunction with LDAP implementations in *nix02:33
kelvinellaI just bought a Dell XPS 13 2-in-1, I am wondering if Ubuntu can run on it02:35
spuniunok, nice02:35
spuniungetting 30mbit with nfs krb5p vs 12mbit with sshfs02:35
spuniunit's a very far link02:35
EleanorElliskelvinella: I think if nobody here knows, perhaps the simplest thing would be to try it with a live USB or CD if you can do that.02:35
spuniun^^02:36
geniispuniun: Might try tcp instead of udp, also, if you haven't yet02:36
spuniunnfs4 is tcp always02:36
geniiAh, good. Been a while since I used it.02:36
EleanorEllisspuniun: I wonder if tcp might be what is slowing it down?02:37
spuniunyeah v4 is a hige improvement02:37
spuniunyou need tcp for reliable xfer EleanorEllis02:37
EleanorEllisspuniun: Can sshfs use udp?02:37
EleanorEllisspuniun: But aren't there methods to do file transfer over udp that overcome that? Or are they merely replicating tcp?02:38
spuniunUDP is far too unreliable02:38
spuniunthere's no ACK so you can't know you got all packets02:39
EleanorEllisspuniun: I vaguely remember on a course many years ago the instructor demonstrating a huge speed difference between ftp and file transfer through a Explorer (this was on Windows NT4) and he said that ftp was slower because it used tcp.02:40
EleanorEllis^ Please excuse me for swearing!02:40
geniiEleanorEllis: Previously nfs used udp by default but it didn't matter much because most people just used it on their lan and not over the internet. But more people are doing this now.You had to explicitly tell it before to use tcp instead.02:40
EleanorEllisgenii: I suppose on a LAN, if the file is not intact you can just request it again and you are not so worried about speed?02:41
spuniunyes EleanorEllis UDP is faster because it has no overhead02:42
spuniunTCP has full roundtrip acknowledgement of packets02:42
spuniunso there's marked overhead with all the back and forth REQ and ACK packets02:43
EleanorEllisspuniun: I was thinking you could so a checksum on files before sending but then if something is missing I guess you don't know which part so you would have to request the entire file again?02:43
spuniunbut this is important02:43
spuniuncause it means you can be sure you got everything02:43
spuniunyes, there are some xfer protocols that do that for you02:43
spuniunbut they are very obscure because TCP just works better02:43
spuniunwith inherent error correction of the protocol02:44
spuniunif you send a huge file over the internet with many hops via UDP you're not gunna get usable data on the other end02:44
EleanorEllisspuniun: Does TCP stop transmission while waiting for the ACK, or does it keep sending and do any necessary retransmission later? Is that an option that can be set?02:45
spuniunit's asyncronous02:45
spuniunpackets do not have to arrive in order02:45
EleanorEllisspuniun: So TCP does not halt transmission while waiting for the ACK?02:45
EleanorEllisspuniun: Sorry, my knowledge is sketchy, so I have to ask confirmation on things02:46
spuniunno02:46
spuniunthere's a REQ and ACK on every frame02:46
spuniunif it doesn't get the ACK then then packet is likely dropped02:46
spuniunand would be resent02:47
EleanorEllisspuniun: I had a feeling that you might already have considered xfer protocols over udp. Thanks for explaining to me anyway.02:52
OneM_IndustriesIs there a fan control package out there?03:05
=== h00k_ is now known as h00k
Bashing-omOneM_Industries: lm-sensors packge supports a fan control plugin .03:17
OneM_IndustriesOoh, ok.03:17
hanasakisuggestions for a tutorial on setting up a system with boot password and encrypted disk?03:18
=== KindTwo is now known as KindOne
cryptic0how do I grep a variable followed by some text?  zgrep $"^${barcode}TGCA" file.gz04:13
ca-on-adambye04:14
swift110-phonehey04:18
leftyfbcryptic0: why do you have a $ in front?04:18
cryptic0leftyfb I am using ^ to indicate beginning of the line04:20
leftyfbcryptic0: you have a $ in front of that04:20
leftyfbremove it04:20
cryptic0leftyfb yes, it is needed to tell grep that ^ is a syntax not literal04:20
leftyfbincorrect04:20
cryptic0Anyway, this solution works for me: zgrep -P $"^${var}TGCA" file.gz04:21
leftyfbnot only does it not do that, what you think it does isn't necessary04:21
cryptic0leftyfb explain why it still works.04:21
leftyfbcryptic0: -P interprets your regex as perl04:23
cryptic0Are you suggesting that this will work: zgrep "^${var}TGCA" file.gz04:24
leftyfbit does with grep on a text file. And it does find the value in the binary with zgrep, but for some reason I'm not able to show the found line with -04:25
leftyfb-a04:25
glitsj16cryptic0: zgrep -w "${var}TGCA" file.gz .. -w implies substring match at beginning of line04:29
=== KindTwo is now known as KindOne
=== sins-_q is now known as sins-
CodeMouse92__Need some help. Ubuntu 16.04 MATE fresh installation (OEM). Wifi was working. Then, after client sets up account (during which process, wifi is still working)...we restart and the wifi is NOT working.04:34
CodeMouse92__That is, the network menu says 'wifi disabled', even after manually turning it on via ifconfig04:34
CodeMouse92__Also tried 'systemctl restart network-manager', no dice04:35
CodeMouse92__How do I begin fixing this?04:35
lotuspsychjeCodeMouse92__: is that system up to date to 16.04.2?04:37
CodeMouse92__lotuspsychje: Yep. 16.04.2 LTS. All updates ran earlier today.04:37
glitsj16CodeMouse92__: have you tried 'sudo systemctl restart NetworkManager' yet? network-manager isn't a valid systemd unit i believe04:37
CodeMouse92__glitsj16: I've tried that too. No dice.04:37
lotuspsychjeCodeMouse92__: what kind of wifi chipset is that?04:38
CodeMouse92__lotuspsychje: Not sure. Realtek, I think. How do I get that again?04:38
lotuspsychjeCodeMouse92__: sudo lshw -C network04:39
CodeMouse92__lotuspsychje: Right, okay. Wireless interface is...04:39
CodeMouse92__AR242x/AR542x Wireless Network Adapter (PCI-Express) Vender: Qualcomm Atheros04:39
lotuspsychjeCodeMouse92__: driver= loaded?04:40
CodeMouse92__driver=ath5k04:40
CodeMouse92__driverversion=4.4.0-81-generic04:40
CodeMouse92__firmware=N/A04:40
lotuspsychjeCodeMouse92__: have you tried a reboot since?04:41
CodeMouse92__lotuspsychje: Three.04:41
CodeMouse92__(After different attempts, of course.)04:41
CodeMouse92__lotuspsychje: Every time I reboot, I have to rerun 'sudo ifconfig wlp7s0 up'04:42
lotuspsychjeCodeMouse92__: open a tail -f /var/log/syslog and restart network-manager, see what kind of errors you getting?04:42
lotuspsychjeCodeMouse92__: also check your kernel version plz, uname -a ?04:43
lotuspsychje!info linux-image-generic xenial04:43
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.4.0.81.87 (xenial), package size 2 kB, installed size 13 kB04:43
CodeMouse92__lotuspsychje: Okay, Kernal is 4.4.0-81-generic04:43
lotuspsychjesounds good04:43
CodeMouse92__I do seem to have some errors here. I'm on another laptop, let me transcribe....04:44
lotuspsychjeCodeMouse92__: another test could be loading up a previous kernel to check04:44
CodeMouse92__lotuspsychje: First of all, 'WiFi hardware radio set enabled'04:44
CodeMouse92__'WWAN hardware radio set enabled'04:44
CodeMouse92__And then...04:44
CodeMouse92__'error resolving pool 3.ubuntu.pool.ntp.org: Temporary fail in name resolution (-3)04:45
CodeMouse92__Repeat that with 1.ubuntu, 2.ubuntu, ntp.ubuntu.com, etc etc etc04:45
CodeMouse92__It's throwing those every few seconds.04:45
lotuspsychjehmm04:45
CodeMouse92__OH! I also have a warn before that.04:46
lotuspsychjeCodeMouse92__: have you tried an eth cable to see if network work properly there?04:46
CodeMouse92__"failed to enumerate oFono devices: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files"04:46
CodeMouse92__lotuspsychje: I'll have to move into another room to try that. brb04:46
lotuspsychjesourav: dont join irc as root04:47
CodeMouse92__lotuspsychje: Righto, Ethernet works04:48
CodeMouse92__Tested via a 'ping -c 5 google.com', 5 in, 5 out, all good. So, it's just the wifi.04:48
lotuspsychjeCodeMouse92__: i had something similar on a laptop yesterday, sudo service network-manager restart and a reboot did the trick for me after an update04:48
CodeMouse92__lotuspsychje: Yeah, I did that three times.04:49
lotuspsychjeCodeMouse92__: sounds like a new bug after update04:49
CodeMouse92__lotuspsychje: Could be. It was a fresh reboot after a kernal update. Although, it was weird, since it WAS working while in user-setup mode (after OEM-prepare for end user)04:49
lotuspsychjeCodeMouse92__: could you try your wifi on previous kernel?04:49
CodeMouse92__lotuspsychje: Let me try rebooting into old kernal.04:49
lotuspsychjeyeah tnx04:49
CodeMouse92__lotuspsychje: So, I'm dropping back from 81 to 21 here04:50
lotuspsychjeCodeMouse92__: allrighty, lets see what happens04:51
CodeMouse92__lotuspsychje: Same sitch. No wifi04:52
CodeMouse92__The menu says 'Wi-Fi is disabled' still04:52
gigafishCodeMouse92__: Sorry, I just got in, what is the issue?04:52
lotuspsychjegigafish: atheros chipset, on mate xenial,no wifi after update04:52
CodeMouse92__gigafish: Ubuntu MATE 16.04.02 fresh install. Wifi WAS working while on OEM account. Did sys updates, prepared for End-User...04:53
CodeMouse92__Worked while client set up his account.04:53
CodeMouse92__Restarted AFTER that, no wifi.04:53
lotuspsychjeCodeMouse92__: tryed the guest account also?04:53
CodeMouse92__lotuspsychje: Haven't. Let me see about that.04:54
CodeMouse92__lotuspsychje: Also dead on guest04:54
lotuspsychjeallright04:55
* CodeMouse92__ logs back in as admin user04:55
lotuspsychjeCodeMouse92__: a deeper look into syslog whats happening with wifi perhaps?04:55
CodeMouse92__lotuspsychje: Every time a log in, btw, ifconfig shows that wlp7s0 is not running. Bringing it up makes no difference04:56
CodeMouse92__lotuspsychje: Sure, let's do that. Where do you want me to check?04:56
gigafishCodeMouse92__: Connect via Ethernet and try re-installing the wifi firmware via https://www.debian.org/releases/jessie/i386/ch06s04.html.en (wheezy release debian packages). Then restart.04:56
lotuspsychjeCodeMouse92__: can you make a pastebin of the whole log?04:56
CodeMouse92__lotuspsychje: Not easily. Hm. Hold on, perhaps. Gotta move to ethernet area again04:57
gigafishRun 'dpkg -i *.deb' in the downloads folder to unpack the .deb packages.04:58
CodeMouse92__gigafish: Stand by. Let me infodump for lotuspsychje first04:58
gigafishCodeMouse92__: Ok.04:59
CodeMouse92lotuspsychje, incoming infodump as requested. (all 17911 lines...I can trim if you want): https://bpaste.net/show/cabdb3ef9b1e05:02
=== CodeMouse92 is now known as JasonMc92
CodeMouse92__(CodeMouse92/JasonMc92 are my alternative names. I signed in on the laptop as well)05:03
lotuspsychjeCodeMouse92__: tnx lemme have a look05:03
lotuspsychjeCodeMouse92__: can you try ignore ipv6 in network settings as a test?05:09
CodeMouse92__lotuspsychje: Let's see05:09
CodeMouse92__lotuspsychje: MATE. How do I do that?05:09
CodeMouse92__(Not familiar with this DE fully yet.)05:10
lotuspsychjeCodeMouse92__: not sure on mate, but rightmouse wifi icon should give edit network settings05:10
shadow98hey guys trying to make the switch to ubuntu....  I install hexchat from the (Ubuntu Software) I guess the equivilant of windows store....but i don't see it in the launcher05:10
CodeMouse92__lotuspsychje: I've got Connection Information and Edit Connections...05:10
lotuspsychjeCodeMouse92__: edit yes05:11
CodeMouse92__shadow98: Try logging out, logging in again. Sometimes it takes that to refresh your dash/launcher05:11
CodeMouse92__shadow98: Make sure it ISN'T in Dash first. Press the start button on your keyboard and type "hexchat"05:11
CodeMouse92__If it's there, drag-and-drop to launcher05:11
CodeMouse92__lotuspsychje: Okay, right....click the wifi connection and hit Edit, yes?05:11
lotuspsychjeCodeMouse92__: yes05:12
CodeMouse92__lotuspsychje: okay, and then...yeah this is universal here. Do what now in this?05:12
shadow98i tried that is there a way to refresh it without having to logout05:12
CodeMouse92__shadow98: Uhm, not as far as I remember. Logout/login is the typical way. Or just wait.05:13
geniilines 1128 to 1131 look pertinent05:13
lotuspsychjeCodeMouse92__: can you see anything related to ipv6 there?05:14
CodeMouse92__IPv6 Settings.05:14
CodeMouse92__That's set to Automatic05:14
CodeMouse92__OH! Ignore there05:14
CodeMouse92__lotuspsychje: Yeah, set that. Problem is, wifi is saying "disabled" altogether05:14
lotuspsychjeCodeMouse92__: ok right05:14
lotuspsychjeCodeMouse92__: you didnt edit hostname stuff before right?05:15
CodeMouse92__lotuspsychje: iwlist scan shows "No scan results"05:15
CodeMouse92__lotuspsychje: No, hostname was set during OEM setup.05:15
geniilotuspsychje: Jun 24 18:43:51 CompaqPresario NetworkManager[769]: <info>  [1498355028.0719] device (wlp7s0): state change: activated -> deactivating (reason 'connection-removed') [100 110 38]05:15
CodeMouse92__That is, while the user set things up05:15
genii( line 1130)05:15
lotuspsychjegenii: yeah also found link is not ready etc05:16
CodeMouse92__Hiya genii, nice to see you on this side of the curtain.05:16
lotuspsychjeCodeMouse92__ genii device (wlp7s0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]05:16
CodeMouse92__lotuspsychje: Let me double check /etc/hosts and /etc/hostname here, make sure nothing borked05:16
CodeMouse92__Yeah, no, those are okay. Both set to what the user selected during first-boot.05:17
lotuspsychje!hostname | CodeMouse92__ doublecheck05:17
ubottuCodeMouse92__ doublecheck: 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.05:17
CodeMouse92__lotuspsychje: Yes, I checked. They're both correct.05:17
CodeMouse92__There's no trace of the OEM-time hostname.05:17
CodeMouse92__Unless...well, that should have been changed when setup prompted for a new one, yes? It didn't even suggest the old one.05:18
lotuspsychjeCodeMouse92__: the suggestion of gigafish to try perhaps?05:18
CodeMouse92__lotuspsychje: sure. gigafish, what was that link again?05:18
shadow98that worked :)05:19
CodeMouse92__gigafish: Nevermind, I just scrolled up. https://www.debian.org/releases/jessie/i386/ch06s04.html.en05:19
shadow98how do i get google drive to show in the file manager05:20
shadow98i tried install the online accounts but its not showing05:20
lotuspsychjeCodeMouse92__: gotta run mate, another test could be test a vanilla ubuntu desktop liveusb, or in worst case create a new !bug05:20
CodeMouse92__gigafish: Help with that solution? (a) can't parse the right download out of that page.05:21
lotuspsychje!atheros | CodeMouse92__05:21
ubottuCodeMouse92__: Wireless documentation, including how-to guides and troubleshooting information, can be found at https://help.ubuntu.com/community/WifiDocs05:21
shadow98i tried this http://www.omgubuntu.co.uk/2016/08/use-google-drive-ubuntu-16-04-linux-desktops05:21
CodeMouse92__lotuspsychje: Yeah, gotta run MATE. :\05:21
CodeMouse92__shadow98: Google Drive integration with Ubuntu is....sketchy.05:21
CodeMouse92__gigafish: (b) am I supposed to install ALL of the stuff in the tarball, if that's what I'm supposed to download? That seems to be a BUNCH of drivers05:22
CodeMouse92__What's driving me nuts....this WAS working before.05:23
_ccI've tried to install Ubuntu using both ubuntu-16.04.2-desktop-amd64.iso and mini.iso (the same flavour) in VMWare, and the installation seems to fail in the same phase every time: when installing I get "Install the base system" and it says "Debootsrap warning" "Warning: Failure while installing base packages. This will be re-attempted up to five times."05:27
_ccchecking the console and the latest message from debootstrap is "Processing triggers for resolvconf (1.79ubuntu4)"05:27
shadow98i got this dock...  https://www.kensington.com/en/tr/4491/k33972eu/sd3500v-usb-30-universal-dual-docking-station  everything works except the displays.  I installed the Display Link Drivers for linux.  Any thoughts on how to make this work?05:27
lagggyhello, this is a test. I don't know if #irchelp is dead, or if I'm still having problems. Anyone reading me?05:30
CodeMouse92__lagggy: Read you loud and clear.05:31
geniilagggy: Yes, we see what you type05:31
lagggyThank you, genii05:31
lagggyyou too, codemouse. alright then, I'm off to learn more. take care, everyone!05:33
lagggythat's /leave, right?05:33
shadow98Google-Drive: Works like a champ - https://www.techrepublic.com/article/how-to-mount-your-google-drive-on-linux-with-google-drive-ocamlfuse/05:34
CodeMouse92__lagggy: /part, I think05:35
geniiTo just exit a channel, /part to leave the network, /quit05:37
CodeMouse92__genii: Maybe you can help here. I just tried to install firmware-atheros...05:39
JasonMc92https://bpaste.net/show/9a1ab34b003105:39
CodeMouse92__^^ that. What am I missing?05:39
geniiCodeMouse92__: I'm pretty tired but I'll take a look05:40
TLoFPyo when was 4.4.0-81-generic released for public consumption?05:41
geniiCodeMouse92__: Find the deb location and sudo dpkg -i --force-overwrite on it05:41
CodeMouse92__genii: I won't regret it? That's my only worry. I was told to grab from debian jessie05:42
CodeMouse92__Oh boy. This card...this PARTICULAR card...there are questions on the net going back to 12.04. No solutions.05:43
geniiCodeMouse92__: Just make a note of what other package's files it overwrote. If miserable fail then sudo apt-get install --reinstall those05:43
CodeMouse92__genii: Eep?05:43
CodeMouse92__genii: Honestly, if the .deb does NOT work, I am swapping this guy's network card out.05:44
CodeMouse92__(Assuming the other one I have is compatible05:44
CodeMouse92__I'm starting to think that'd be a better solution than this rigamaroll05:44
CodeMouse92__Actually, yeah. I've got an Intel wireless in stock. I'll see if that works before I continue messing with this Atheros05:46
CodeMouse92__SHOOT! Just dropped a tiny screw into the deepest part of the case05:50
CodeMouse92__Ah. Got it.05:53
shadow98how do i install these same package for zesty i have tried zesty and zesty-zapus05:55
shadow98here are the packages sudo apt-get install linux-generic-lts-utopic xserver-xorg-lts-utopic libegl1-mesa-drivers-lts-utopic xserver-xorg-video-all-lts-utopic xserver-xorg-input-all-lts-utopic05:56
CodeMouse92__!info xserver-xorg05:56
ubottuxserver-xorg (source: xorg): X.Org X server. In component main, is optional. Version 1:7.7+16ubuntu3 (zesty), package size 55 kB, installed size 240 kB05:56
CodeMouse92__shadow98: I'm not sure, but I think you just need to drop the 'lts-utopic' part05:58
oerhekserr you want HWE on zesty??05:58
shadow98what is HWE05:58
EriC^^!hwe05:58
ubottuThe Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack05:58
shadow98so i need to go back to 16.0405:59
CodeMouse92__Okay, I just plugged a new wireless card into this laptop. What's the best way to get Ubuntu to scan for it and get the firmware?06:00
hoplandAnyone know of a gnome-shell extension that makes the search in overview function more like gnome-do?06:02
oerheksi don't know what guide you follow, but back to 16.04 and then enable HWE with the benefits of a newer kernel and mesa.. or just use zesty06:03
shadow98I tired it without the lts-utopic on the end and everything was installed already...except https://launchpad.net/ubuntu/zesty/amd64/libegl1-mesa-drivers06:05
shadow98how do i get those for Zesty?06:05
hoplandIf the kernel is almost "rolling stable", then the DRI libraries should be as well...06:07
glitsj16hopland: not a gs extension no, but if you want to go that route, why not install an omnilauncher like synapse or albert etc. straight-away?06:09
hoplandglitsj16: well I got gnome-do now - albert I haven't tried. Does it have an equivilant in OS X? Because I feel like I remember that name...06:11
glitsj16hopland: you might be mixing that with alfred, i don't know OS X to tell whether they're related :)06:12
glitsj16hopland: synapse is in the repo's, for albert you'll need a PPA --> https://launchpad.net/~flexiondotorg/+archive/ubuntu/albert06:13
hoplandglitsj16: ooo - I always like to try out new things :D THat's why I'm running Ubuntu 17.04 now06:15
hoplandI'm kind of impressed that Ubuntu is probably the only distro that currently supports flatpaks, snaps and appimages... I've tried elementary, solus, fedora, opensuse, endless os...06:16
hoplandor 17.10, I mean... artful06:16
geniiCodeMouse92__: It should have seen the adapter at next boot if it's an internal kind. If USB or something else removeable dmesg should show it when it's plugged in06:17
glitsj16hopland: i personally like albert a lot, very configurable via plugins, impressive feature set .. yes you're right, for experimenters Ubuntu has taken on new life06:17
hoplandglitsj16: I'm kind of excited... I'd like to advocate Linux to common users, but one big barrier to entry is the complexity of actually obtaining software...06:18
CodeMouse92__genii: Internal card.06:18
CodeMouse92__Rebooted, no see06:18
hoplandglitsj16: if snaps, flatpaks and appimages run stable, across the board, you could choose any distro you'd want, and get your third party apps directly from the vendors website :D06:18
hoplandAt least that's what I'm hoping...06:19
geniiCodeMouse92__: See if it shows with ifconfig -a06:19
CodeMouse92__genii: Nothing06:19
hoplandglitsj16: craaaaap... mono -.-06:19
glitsj16hopland: you need stereo?06:19
geniiCodeMouse92__: Try the FN key combination on the laptop which turns the wifi on and off06:20
hoplandglitsj16: no, I mean alfred - it downloaded a crapton of mono dependencies06:20
CodeMouse92__genii: This lappy doesn't have one.06:20
hoplandglitsj16: cus like a genius I downloaded Alfred and not Albert xD06:21
hoplandg'doy06:21
glitsj16hopland: ah wait, i hate mono myself, you might get away with the --no-recommends switch when installing, let me check06:21
geniiCodeMouse92__: rfkill list06:21
glitsj16hopland: lol06:21
CodeMouse92__genii: Nothing killed. It's blank06:21
hoplandglitsj16: this os x app had a similar name, like a typical name of a buttler. So I thought "alfred"...06:22
geniiCodeMouse92__: So this one isn't being seen on a hardware level. Is this some thinkpad? They have whitelisted devices06:22
hoplandglitsj16: ...which would be a better name... I'm Batman~!06:22
hoplandglitsj16: o - qt5 :P06:22
glitsj16hopland: only some qt dependencies yes06:22
oerheksquickly identifying a PCI Wifi device: "lspci -nn -d ::280"06:23
hoplandglitsj16: yeah, but that's fine. qt5 is actually quite slim and nimble, if utilized correctly06:24
hoplandglitsj16: kind of disappointed that I couldn't run commands with arguments... though that maybe a plugin, I guess06:25
geniiCodeMouse92__: Compaq Presario, I checked from earlier pastes... but what model?06:25
glitsj16hopland: i just noticed i get 'albert' from https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8 PPA, has a newer version06:26
hoplandglitsj16: I've got 0.11 now - I see on github it's at 0.1206:26
hoplandwith a plugin called "terminal"06:27
glitsj16hopland, correct, the webupd8 PPA has that06:27
CodeMouse92__genii: CQ6006:27
hoplandglitsj16: I'm living dangerously... got yakkety and zesty repos on my artful system :P06:28
hoplandI'm just _waiting_ for a dependency knot...06:29
glitsj16hopland: as long as you know how to de-knot.. and a tested backup/restore routine heh06:30
geniiCodeMouse92__: Yeah, apparently you can only put specific Compaq approved whitelisted cards in them. Trying to find out which ones now06:30
glitsj16hopland: going for breakfast, good luck with the Ubuntu06:31
hoplandglitsj16: Well the newer version has terminal function - which you use by first entering ">"06:31
hoplandglitsj16: Oh I don't need no luck :P I'm a nuke'n pave kind of guy.06:31
hoplandA maniac with repositories, a bane for package managers, the sorrow of configuration parsers...!06:32
geniiCodeMouse92__: Atheros 9280, Atheros 2425, Broadcom 4312, Intel Wifi Link 510006:37
* CodeMouse92__ tries to find a response that ISN'T a vulgarity06:37
CodeMouse92__genii: I shoved the Atheros back in. Same prob as before.06:38
CodeMouse92__That is...the Atheros problem is back.06:38
geniiMeh :(06:38
CodeMouse92__Hm06:41
CodeMouse92__Well, sudo rfkill unblock wifi didn't fix it, of course, BUT..06:41
CodeMouse92__genii: HAH! Magic!06:42
CodeMouse92__Hard block was yes, hit the wifi button AGAIN...06:42
CodeMouse92__And then rfkill unblocked again.06:42
CodeMouse92__And it is BACK06:42
geniiCodeMouse92__: I've seen some where if Windows turned it off you had to do something like that06:43
CodeMouse92__genii: Yeah, that wasn't it here, but close. Anyway, YAY, its back.06:43
hoplandIs the vote/discussion for which extensions will be included in 17.10 gnome been concluded?06:44
CodeMouse92__It was that, if the wifi button is pressed, it hard-kills it. If you press again, it unblocks it on hard, but blocks on soft06:44
CodeMouse92__WEIRD06:44
geniiCodeMouse92__: Maybe check if it persists after a shutdown/reboot cycle06:44
CodeMouse92__genii: Good thought.06:44
geniiCodeMouse92__: You might need to put an rfkill unblock in rc.local06:45
* CodeMouse92__ nods06:45
CodeMouse92__Good thought06:45
CodeMouse92__genii: Let me reboot and check that06:47
* genii grabs another, smaller, coffee06:47
CodeMouse92__genii: It still works.06:49
geniiExcellent.06:50
cfhowlett!ping07:35
ubottupong!07:35
=== r0Oter is now known as r00ter
immuEid Mubarak to you all07:58
fribHi, I am trying to use openGL in 16.04.02 LTS as per this tutorial: http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/ but the tutorials crash08:00
fribI updated my graphics drivers using https://01.org/linuxgraphics/downloads/intel-graphics-update-tool-linux-os-v2.0.2 which went well but still no luck08:00
fribwhat can I do?? thanks!08:01
codecutterthis works in my local machine (file system) but when i move it over to the server, the images stored the file system give 404 error status https://pastebin.com/1qBJAa8d08:02
hoijuiis there a way to update ubuntu release (as in, for exammple, from 16.04 to 16.10) offline (as is possible for regular updates with apt-offline)?08:02
hoijuii found one way online, but it involves downloading the whole package repository08:03
hoijuiand though i don;t know how big that is, i think it would be too big for all my storage media08:03
hoijuii do have internet on my "offline" machien, but it is very slow and fragile, and would never manage to download the 3GB required for this update08:04
hoijuialternatively, i would be interested in an online update mechanism that can be resumed after aborted/failure08:05
wedgiewell, it downloads all the update packages up front, so i would imagine that canceling/resuming would be pretty easy up until that part finishes08:06
hoijuito me it seems, like it does not cache the downloaded packages, and starts from a fresh eac htime08:07
hoijuieach time*08:07
hoijuii used "sudo update-manager -d"08:07
wedgiei dont have a good direct answer for you, but a crappy workaround might be to use aptcacher-ng.08:08
wedgiecodecutter: more detail? that looks like java... what is it supposed to be doing and what happens instead?08:09
codecutterhttps://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter.html#addResourceHandlers-org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry-08:10
=== whoami1 is now known as roy
=== roy is now known as roy_
=== roy_ is now known as whoami1
hoijuiwedgie, col! :-) i will look into that.. sounds like a good idea to me :-)08:11
hoijuicool*08:12
codecutteri have files stored in the file system (as opposed to web app root) but i keep it getting 404 status08:12
wedgiehoijui: mostly useful if you have multiple machines, but might be useful in ypur situation08:12
codecutterworks on the local machine (mac)08:12
ka0lClient: HexChat 2.12.4 • OS: Solus "shannon" 2017.04.18.0 • CPU: Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz (1.60GHz) • Memory: Physical: 3.7 GiB Total (2.0 GiB Free) Swap: 3.6 GiB Total (3.6 GiB Free) • Storage: 54.7 GB / 486.1 GB (431.4 GB Free) • VGA: Intel Corporation Haswell-ULT Integrated Graphics Controller @ Intel Corporation Haswell-ULT DRAM Controller • Uptime: 1d 2h 17m 41s08:13
wedgiecodecutter: and i trust you've modified those paths to match your server (as /user) isnt typical on ubuntu08:13
whoami1frib, you should download synaptic package manager08:13
whoami1and download all the opengl packages08:13
codecutteryes, here is teh error https://pastebin.com/AWUDQiEw08:14
codecutterlet me show you the difference08:14
hoijuiwedgie, hmmmmm :-) thanks again.. am already installing it, then configure...08:15
codecutterchanged it to '/home/foo/image' from 'Users/foo/Pictures/'08:16
wedgiecodecutter: and the webserver (tomcat?) has access to that folder?08:17
wedgieor rather, the user it is running as has access08:17
codecutteri don't think you need to do anything to tomcat (see Answer here https://stackoverflow.com/questions/18362526/external-directory-with-static-content-in-tomcat-with-springmvc)08:18
wedgiehas to be able to read the files, at least. can the tomcat user read that directory?08:19
codecutterthat dir belongs to foo08:19
wedgiesudo -u tomcat ls -l /home/foo/images08:19
wedgieassuming that it is running as the user "tomcat" of course08:20
codecutterhttps://pastebin.com/upk1LMbV08:21
wedgieworld readable, so probably not a permissions problem...08:22
wedgiecodecutter: not sure. perhaps a spring channel will be better suited to such a question08:22
cristian_chi08:23
cristian_cCould I simply put some driver modules (.mod files) into grub (I suppose /boot/grub/x86_64-efi/) in order to make some drives detectable and bootable by grub itself?08:24
cristian_cAny ideas?08:24
codecutterok, thks08:24
samikWhat is the 'input' group my '/dev/input/event*' devices have set the group permission to, shouldn't it be 'plugdev' group?08:33
glitsj16cristian_c: Do you know what module(s) you need? /etc/default/grub has GRUB_PRELOAD_MODULES where you can add to. So at least you should be able to do a 'sudo grub-update' after adding the .mod's and visually check whether GRUB adds them to your /boot/grub/grub.cfg .. never had to add modules to GRUB though..08:35
samikI'm a member of plugdev group(not sure if I added myself manually earlier to that group), is this default for new initial user?08:36
cristian_cglitsj16: the os is not installed yet08:37
samikbut /dev/input/event* devices shows it's owning group is input, not plugdev08:37
cristian_cglitsj16: and, the drive should be the boot drive08:38
cristian_cglitsj16: btw, I talk about modules as mmc_block, sdhci and sdhci_acpi08:38
cristian_cglitsj16: if I use insmod within grub shell, modules are not found, but it's normal because /boot/grub/x86_64-efi doesn't include these .mod files08:39
glitsj16cristian_c: i don't have /boot/grub/x86_64-efi so not recognizing those mod names i'm afraid.. insmod does nothing for GRUB, strictly kernel modules08:41
glitsj16cristian_c: so those modules are natively installed by GRUB? If so, it should be recognizing those without further editing needed08:42
samikSo are new users created in Ubuntu by default members of plugdev group?08:49
geniiNo, they are only members of their own group and no others08:52
geirhaHe left, but the answer is yes, plugdev is one of the default groups regular users are added to08:54
geniigeirha: https://pastebin.com/2ysgkTFm08:58
geirhaI stand corrected. extra_groups aren't used for standard accounts apparently. I seem to remember there being a "Desktop user" type when creating users that would include those groups09:04
geirhaThe initial user will include those groups though09:04
geniiYes09:05
glitsj16genii: geirha: might be something in /etc/adduser.conf that adds users to default groups besides their own09:06
geniiFirst user is special because they are admin09:06
cristian_cglitsj16: if you've a not-efi system, you'll find i386 or 64 directories into /boot/grub09:06
geirhaPretty sure there were three user types (in the Users and Groups GUI), Standard, Desktop and Administrator, and the latter two would get those extra groups09:07
geirhabut seems to be reduced to just Standard and Administrator now09:08
glitsj16genii: /etc/adduser.conf seems to suggest geirha was right though --> line 75+ .. #EXTRA_GROUPS="dialout cdrom floppy audio video plugdev users"09:08
geniiCommented out, yes09:08
glitsj16genii: yet it states that's the default, confusing09:09
geirhathey'll be used if you include --add-extra-groups to adduser09:09
geniiPerhaps if added by the gui09:09
glitsj16could be, haven't installed since 16.0409:09
glitsj16cristian_c: yes i have the i386-pc dir, but i don't see any of the mod files in there you referred to earlier, like mmc_block, sdhci and sdhci_acpi09:12
cristian_cglitsj16: so, I'd like to know if I can simply add them in order to make the drive detectable09:13
cristian_cand bootable09:13
cristian_calso, i386-efi exists09:14
glitsj16cristian_c: as I posted earlier, I have zero experience with UEFI/GRUB combo, all I can say is that if those mod files you named are native to GRUB, you can add them to /etc/default/grub in the GRUB_PRELOAD_MODULES var09:15
cristian_cglitsj16: I talk about /boot/grub/86or64-efiornotefi/ directory that includes .mod files09:17
glitsj16cristian_c: I get that, what I'm missing is the larger context: what is it exactly that makes you wonder GRUB won't recognize the drive?09:18
cristian_cglitsj16: I suppose they are not native otherwise they'd be included with all the other .mod files09:18
glitsj16cristian_c: well, that's what I don't know, but if they aren't, where did you get those from?09:19
cristian_cglitsj16: I think grub cannot detect sdhc memories, if I type ls command in grub shell, it apparently doesn not detect it09:20
cristian_cglitsj16: I've not got the .mod files yet, I've looked at those modules looking at lsmod output in a running system09:21
cristian_c*found09:21
cristian_cso, ubuntu uses mmc_block, sdhci and sdhci_acpi in order to detect the memory and mount it also09:22
glitsj16cristian_c: i still think you're mixing GRUB .mod files with kernel modules. I guess the real test would be trusting GRUB, install and see what gives..09:22
cristian_cglitsj16: I was suggested to use insmod command in grub shell, in order to load the needed modules09:23
glitsj16cristian_c: better ask the person who suggested that to confirm he/she isn't pulling your legs :p09:24
cristian_c(I've looked also at some old threads in ubuntuforums)09:24
cristian_c*very old09:24
cristian_cin the ubuntforums thread guys talk about sdhci-pci, and also mmc_core, but it looks like depending on the hardware configuration09:26
Scoop7hello is there a website where I can search all available packages and see their version(with release dates etc), like wget, lynx, php etc....09:34
bazhangpackages.ubuntu.com09:34
Scoop7ok, what is the process of releasing a package or github package ?09:37
=== jelly-home is now known as jelly
merkinhi09:44
BluesKajHowdy folks10:05
EriC^^hey BluesKaj10:05
BluesKajHi EriC^^10:06
tomreynScoop7: your easiest way (which still involves spending time on learning packaging) to get started is likely with a launchpad account, creating packages to be put in your PPA there.10:13
tomreynGithub is not well suited for making packages available since you can't (effectively) host an APT repository there. you could still use it to manage the source code and preparing packages.10:15
zasHey, is there anyone here owning a qnap nas ? I need to sort out an issue involving such device and i need someone technical enough to conduct few tests.10:20
=== G0Y0 is now known as Goyo
erryhi10:50
erryi'm making a custom live cd (based on zesty) following https://help.ubuntu.com/community/LiveCDCustomizationFromScratch#The%20Host%20System10:51
errybut it says it failed to load ldlinux.c32 when i boot the iso i make10:51
erryany ideas?10:51
=== Exterminador is now known as TheMythPT
tomreynerry: this suggests a partially broken image. this file is part of syslinux.11:02
tomreynnot super helpful, but might lead the way https://unix.stackexchange.com/questions/192866/live-usb-repeatedly-gives-error-failed-to-load-ldlinux-c3211:02
tomreynnowadays, i think you'd prefer grub over syslinux, though11:03
errytomreyn: hm, ok, i guess i followed instructions too much ;)11:06
erryi'll get grub11:06
tomreynthose instructions seem rather old11:10
tomreynnote how it discusses /boot/vmlinuz-2.6.*11:11
errybah :P11:12
erryMaybe if i figure it out i'll write new instructions11:12
erry" last edited 2015-09-11" oh.11:12
tomreynthere's also https://help.ubuntu.com/community/LiveCDCustomization (but on a quick glance this can be outdated, too)11:14
michael_mbphi all, anyone here compiled libethash-cuda against CUDA8?11:19
errytomreyn: I tried that first, and I got to a point where it would just get stuck while booting after starting some services :D11:19
michael_mbpI'm getting a CMake error generating libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o11:19
michael_mbpTried this advice of editing the CMake config, no change https://blog.konpat.me/ethereum-cuda-mining-with-nvidia-docker/11:20
tomreynerry: so it got you further than you're getting now ;)11:23
wertasyhello, i am a chinese, i love linux, i love ubuntu11:25
wertasywhat is ops?11:27
BluesKajops are chat operators or chat admins so to speak11:29
wertasyi got it, thanks11:31
kuriozalnygood afternoon11:32
jushurmichael_mbp: da.dir//./eth is it suposed to be double slashe there?11:35
michael_mbpjushur: that's what it says11:40
michael_mbpI've gone through all google results and now at the pulling hair stage11:40
jushurmichael_mbp: im asking, in a way hinting it looks dubious to me. a typo in the src file? makefile?11:41
michael_mbpdoubt it, others have reported the same error11:41
michael_mbpfyi that folder doesn't exit either11:41
michael_mbpand perms are file11:41
michael_mbpoh ignore that11:42
michael_mbpit's there11:42
michael_mbphang on11:42
jushurmichael_mbp: search the src files for // and if there is only one existence of it, its most likely a typo..11:42
michael_mbp2 files exist though11:44
michael_mbpethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake and ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake.depend11:44
michael_mbpand a bunch of other files in11:44
michael_mbp./build/libethash-cuda/CMakeFiles/ethash-cuda.dir/11:44
michael_mbpso I doubt the //./ is causing an issue11:45
michael_mbphttps://www.reddit.com/r/ethereum/comments/3p47zg/how_to_report_issues_on_genoil_ethminer_branch/11:46
michael_mbpsimilar error with the //.11:46
jushuryes11:48
jushurmichael_mbp: what does your log say about errors before that line?11:49
michael_mbpone sec I'll gist11:50
jushurmichael_mbp: also id say this is very much offtopic for #ubuntu11:51
michael_mbphmm ok11:51
michael_mbpnot sure where else to ask, main linux channel?11:52
michael_mbphttps://gist.github.com/bsodmike/00ad26930eaee1444e93c0852986ff6b11:52
vsdhi, i installed ubuntu 17.04 alongside win10 with non-UEFI and i12:00
vsd             restarted but i get a black screen. all the info i can find online12:00
vsd             refer to a grub problem but in my case i don't even reach grub.12:00
vsd             any ideas?12:00
cfhowlett!nomodeset | vsd12:01
ubottuvsd: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter12:01
vsdcfhowlett: saw this but isn't this about post grub screen problems?12:01
vsdi cannot see the grub screen at all12:01
cfhowletttry it and see is my advice, vsd.12:02
cfhowletthey,12:02
cfhowlettdid you get screen during installation?12:02
vsdno12:02
vsdinstallation was ok12:03
vsdgot into unetbootin and then installation12:03
vsdthen restart and black12:03
cfhowlettsuggesting that your  system is capable, but there's a setting or configuration fault.  try the nomodeset12:03
vsdcfhowlett: where is update-grub located?12:07
cfhowlettvsd, wait 112:07
vsdi am editing grub.conf fromm the livecd12:07
vsd/etc/default/grub i mean12:08
cfhowlettvsd, gedit /etc/default/grub12:10
vsdcfhowlett: did that12:11
vsdok did chroot in the partition and did update-grub12:11
vsdcfhowlett: if that fails what should i try12:11
cfhowlettno idea, sadly.  but let's try optimism.  reboot that puppy12:11
vsdi am running this irc session from the livecd and i'm ready for restart , so if you have any other advice say so :)12:11
vsdcool12:12
vsdthanks112:12
vsd!12:12
cfhowletthappy2help!12:12
senapshi, what's the deal with official and unofficial repositories? is it important (for my security) to not have unofficial repository softwares on my ubuntu machine? how would i found them?12:13
cfhowlettunofficial repos are not recommended.  obviously.12:14
senapsokay, so how would i find what onofficial repo's i have and what softwares are installed using them? my ppa list is full of launchpad.net's. vivid, wiley, xenial, yakkety and....12:15
cfhowlettwhut!12:15
cfhowlett!ppapurge12:15
ubottuTo disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html12:15
ioriasenaps, why ?12:15
senapscurrently, i don't have stable internet and am not able to update my os, i'm still on ubuntu 16.10, so, but i connect to a poor connection and have some of my chating apps and mail client ... so i just want to be a bit more safe untill i  can upgrade12:17
senapsand again, i think i have a lot of software from the day i installed ubuntu 9.04 and probebly want to remove them.12:18
cfhowlettnon stable internet?  use torrents to get the latest version and clean install.   mixed sources, ppas and unofficial is begging for trouble12:18
senapscfhowlett:  i would do that, but i'm talking about 2-3 kbps insternet access! :) it barely allows me to chat online using any app!12:20
cfhowlettyou were warned ...12:20
senapscfhowlett:  the link you just provided, how would i find witch ppa is official and witch is not? i cant identify them. i want to delete all of them and by the time, i am downloading the new version of ubuntu, but don't want to upgrade on this mix off ppa's12:21
kuriozalnyhi, i'm trying to install ubuntu on usb stick, but i got a bit lost12:21
ioriasenaps, there are no official ppa12:22
kuriozalnyam i suppoused to use unetbootin to do that?12:22
cfhowlettsenaps, anything not in your current distro should be removed, i.e. you're on Zesty ( I presume), so purge everything else12:22
senapsioria:  so what do we have? official repository? i want only the app's from ubuntu server or one's they approve of.12:22
ioriasenaps, use the ubuntu repos12:23
cfhowlettkuriozalny, you can use unetbootin12:23
senapsioria: okay so i was using the wrong term. so i should just remove anything that is not official ubuntu 16.10 repository? can i get the app's name before removing it?12:23
ioriasenaps, are you using ubuntu from 9.04 ?12:24
senapsyes i installed 9.04 and have updated from that version upto now that i have 16.1012:25
ioriasenaps, so you should know the drill12:26
cfhowlettsenaps, you are aware that 16.10 support ends next month?  suggest you install LTS ... and stay with that12:27
senapsso, i have vivid, xenial and trusty. steamlist, heroku list, spotify list. i should remove all of them right?12:30
=== Tabmow is now known as Guest87247
=== Tabmow__ is now known as Tabmow
=== kallesbar_ is now known as kallesbar
=== paperke67 is now known as ron67
IchimusaiIf I were you i'd consider a backup-reinstall-restore cycle now. Actually, I have never had a do-dist-upgrade that did not bomb somewhere and leave the system in a weird between state.12:42
kuriozalnywell, i'm back on live cd12:43
compdoc\o/12:43
kuriozalnyinstallation didn't go as i planned12:43
cfhowlettexplain?12:45
kuriozalnyperhaps i'll start from the begining12:46
kuriozalnybroken hdd, on live cd now, trying to use usb stick instead of hdd12:46
kuriozalnyused unetbootin to download kubuntu, but bios wont recognise it12:47
kuriozalnysince bios wont recognise it, i cant set up boot priority12:47
cfhowlettunetbootin to download?  better to torrent it yourself the use md5sum to integrity check12:48
ioriakuriozalny, and i'd use rufus to create the stick (or dd on linux)12:48
kuriozalnyioria: dd?12:48
kuriozalnyi've used rufus to create live cd12:48
kuriozalnydirectory tree seems to be fine, just can't figure out how to force pc to boot from it12:52
faracohi guys, I have a friend using Ubuntu 11.10. He is aware that the version is old but fresh installing or upgrading not an option because of internet issue.12:52
faracoI just want to know, if it possible to have the latest repository packages (from Xenian for instance) that somehow he can change/12:53
faracoxenial*12:53
cfhowlettfaraco, nope.  he's needs to do an upgrade.12:54
cfhowletttorrent the .iso, make a CD or USB, boot and install12:54
faracocfhowlett: is there really alternative? I'm thinking on telling him to use the apt list from Debian if getting it from Xenial is not possible.12:55
cfhowletthe's on 11.10.  xenial is completely not compatible with his system.  plus he has ZERO support, security or protection.  prioritize12:56
fallentreefaraco: apt list from debian on ubuntu 11.10? uhm.... no. :)12:57
faracohmm, so if he needs to install anything newer, he needs to do it manually (make install)?12:58
fallentreemake install? like, running a Makefile target?13:00
faracoI supposed if there is no other option?13:00
fallentreefaraco: if he can get newer sources in order to build them, then surely he can upgrade his system13:02
fallentreethe entire Linux ecosystem is designed to install and update over the network. without the network, you'll need to burn a CD or make an USB stick for offline installation.13:02
fallentreeif that is not possible, then you cannot use a Linux distro.13:03
cfhowlettfaraco, contact the local linux user group.  using an unsupported, unsecured 6 year old OS is criminally irresponsible.13:03
faracooh, you mean like personal deb repo. I got it. Alright, at least there is hope to live in that release slightly smoother.13:03
faracofallentree: they guy I'm talking about has internet connection, but not enough to download hundreds megabytes of data13:04
Ichimusaifaraco: Do it for him, then burn the disc and mail it.13:05
faracowhich is the reason I'm opt into here, to ask for suggestion. Well, at least I know what works and what not now. Thanks.13:05
fallentreefaraco: he'd need to download the same amount of data if he wanted to "make install" newer software, that was my point.13:06
IchimusaiProblem with manually compiling from source is that he would not have the right version of the libs etc etc dependency problems would be a nightmare so ... don't13:06
fallentreeIchimusai: I agree, don't do it, but not for the reason you mentioned. building from source is the primary way to deal with "wrong version of libs"13:07
fallentreedependency problems are there for binary packages, not for building from source.13:07
IchimusaiIf its a few gens old but that old means likely to start by upgrading gcc itself...13:09
IchimusaiMany new things would rely of stuff in the kernel not availa lew in 2011... it would be difficult to compile anything advanced to say the least.13:11
Victor83Hi, guy! May be somebody knows how to disable ctrl + shift + U hotkey?13:15
guestI am having trouble installing the nvidia driver (nvidia-375 package) on Ubuntu 17.04.  I get the following error: https://pastebin.com/raw/3LjXtLCx13:21
IchimusaiVictor83: Here are others with same issue and some solutions. https://superuser.com/questions/358749/how-to-disable-ctrlshiftu-in-ubuntu-linux13:22
guestI don't have any 3rd party graphics repos or the like: https://pastebin.com/raw/6N7xvbfg13:23
guestVictor83: Go to Language Support on System Settings and change the Keyboard input method system to none13:24
guestVictor83: Then log out.13:24
InumediaHi, I'm trying to bind an interface to multiple IPs (*.*.*.2/29), pinging .2 works and actively replies, but I can't seem to contact .3 at all. I've confirmed that ip shows the proper netmask on the IP. How should I continue to diagnose this?13:29
InumediaAaaand got it working. Welp. Thanks anyways :D13:34
Victor83Ichimusai: I have tried all this suggestions and they not have any effect.13:39
Victor83Relogin now.13:40
CIclopsHi I have a 2TB disk that has 16.04 installed in a 34GB partition, how do I automatically mount the main partition on boot?15:24
akikCIclops: you need to add one line to /etc/fstab for it and also create en empty directory = mount point for it15:30
kuriozalnyfinally made it15:31
kuriozalnyi mean finally installed kubuntu that boots from usb stick15:32
akikCIclops: you can get the UUID by running "sudo blkid /dev/sdxn"15:32
akikCIclops: for example: UUID=adf790e5-ae73-4b32-8d0c-bfcd1a30a6ed / ext4 defaults 0 215:35
akikCIclops: that is for the root file system / . change / to the mount point you created15:35
CIclopsakik, thanks15:38
=== JanC_ is now known as JanC
=== marlinc_ is now known as marlinc
skokkkhi15:43
dvtkrlbshi15:43
skokkkI need some help please - my NetworkManager L2TP tunnel does not want to get an IPV6 address from the VPN server15:43
ayrushow to track which application is sending the outgoing packets in Ubuntu Linux. I have seen I'm not consuming the upload speed, the upload packets count is half of the downloaded packets as per router.16:03
kuriozalnyany ideas why music is coming out of pc speakers even though BT spoeaker is connected properly?16:17
BluesKajBT speaker16:18
BluesKaj?16:18
Ichimusai You have to select the output device, it is not enough they are paired and connected you have to direct the sound to the device also16:21
kuriozalnyIchimusai: would you mind to tell me how to do that?16:37
=== KindTwo is now known as KindOne
Ichimusaikuriozalny: Klick on the speaker icon in the top menu bar, select "sound settings"16:38
IchimusaiSelect "output" tab and then in "play sound through" select correct device.16:39
kuriozalnyIchimusai: im using kde or whatever DE kubuntu is using16:40
kuriozalnyIchimusai: i've managed to open sound settings, but BT speaker has already been set to default16:41
Ichimusaikuriozalny: I don't know much about KDE. Try the kubuntu channel perhaps?16:42
kuriozalnyIchimusai: back in the days everything was easier, alsamixer did the trick i guess..16:44
IchimusaiCheck with the kubuntu guys, this is the support channel for ubuntu, they will likely know.16:45
kuriozalnyIchimusai: luckily i've managed to make the speaker play16:50
tgm4883kuriozalny: install pavucontrol and you can select what device is being used16:50
kuriozalnyafter all these years on windows i've forgotten there's something called configuration16:51
kuriozalnytgm4883: i guess i'll give it a try16:52
kuriozalnytgm4883: thanks16:53
kuriozalnyanyway, what's the default desktop environment for ubuntu now?16:53
mutsyHi there. I am having a decent amount of screen freezes in Ubuntu... does someone know what to do about this? Since when googling around, people say: use ctrl + alt + F1 or w/e but even that I can't do... I can't do ANY thing. Anyone here can help me out? Since this is really annoying...16:54
tgm4883mutsy: do your keyboard lights blink when this happens?16:55
tgm4883kuriozalny: Gnome shell16:55
mutsytgm4883: uhh.. no not really16:57
mutsytgm4883: screen just get's stuck and I can't do any thing16:58
xrandrhello. I am trying to delete some of the boot menu options in my computer (when I hit F11 it shows a list of them). I tried ufibootmgr and it outputs "EFI variables are not supported by this system"16:58
xrandrany thoughts?16:59
kuriozalnymutsy: are you asked for login creditentials on tty1?17:00
kuriozalnymutsy: i mean, are you able to interact at tty1?17:01
thewilloxrandr, uninstall the specific things you want to remove, such as old linux kernel versions and their associated packages, and other OS's reformat or delete the partition or otherwise get rid of it, then use update-grub command17:04
Disaster_Areaeugh Channel 4's website requires the use of adobe f***ing flash player... does anyone know a way to watch the formula 1 online which doesn't require using adobe flash player?17:05
xrandrthewillow. thanks17:05
xrandrgonna reboot and see what happens17:05
thewillo:D17:05
tgm4883Disaster_Area: chrome perhaps?17:06
Disaster_Areahmm good idea tho I don't have that vile browser downloaded ...17:07
tgm4883so download it?17:07
jhutchinskuriozalny: You may need to turn off the pc speaker output.17:11
mutsykuriozalny: nope... once again; I can't do anything...17:13
mutsykuriozalny: and I want to know why this problem occurs.17:13
Disaster_AreaI downloaded chromium...17:14
Disaster_Areait needs flash player anyway lmao17:14
Disaster_Areaimma uninstall that17:14
tgm4883Disaster_Area: chromium isn't chrome17:14
Disaster_AreaI also tried installing firefox's flash player, and it's just stalling17:14
Disaster_Areaoh17:14
Disaster_Areai don't see chrome in the software store tho17:14
tgm4883Disaster_Area: you'd have to go to google and download the deb from there17:15
cuddylierI'm getting 'UDP: bad checksum.' errors in my syslog and the IP it shows the traffic is to goes unresponsive on everything apart from ICMP.17:33
cuddylierAny idea on how I can fix this? Iptables seems to have no affect.17:33
m5wHello. I'm on 16.04. I have a custom locale that I'm calling en_AA (for 24-hour time), and it appears when I do locale -a. My /etc/default/locale is set to LANG=en_AA.UTF-8, but when I type locale, I see en_US.UTF-8 for everything except LC_TIME, which is C, and LANGUAGE and LC_ALL, which are nothing.17:54
m5win fact, when I edit the file and the re-log, all the locales are en_AA.UTF-817:54
m5wbut after I reboot, everything goes back to disobeying /etc/default/locale17:54
m5wHowever, localectl says "System Locale: LANG=en_AA.UTF-8"17:59
m5wso localectl seems to have it right18:00
m5wbut locale doesn't18:00
jhutchinscuddylier: Check syslog and dmesg, see what errors are reported there.18:04
jhutchinscuddylier: Dmsg, since you've already checked syslog.18:04
cuddylierI got those errors from the syslog, that's all was shown.18:04
cuddylierwill do18:04
jhutchinscuddylier: You're more likely to see hardware specific errors there, although this sounds like it might be an actual hardware problem (cable, port, card).18:05
BischoopHi18:07
impieI plugged in a new hard drive, how do I know which /dev/sda it is?18:10
akikimpie: it'll be shown at the end of dmesg18:12
impieakik, I plugged it in when the computer was off18:18
=== Piece_Maker is now known as Acou_Bass
akikimpie: oh ok :) use lsblk to see what disks you have18:20
ber532kimpie: If your device has a label you could use `/dev/disk/by-label/XYZ` to address it18:20
impieber532k, thanks18:22
impieakik, thanks18:23
impieber532k, /dev/disk/by-label': No such file or directory18:23
ber532kstrange18:24
m5wI'm going to try rebooting with /etc/default/locale explicitly setting LC_TIME=en_AA.UTF-818:24
m5wI figure LANG=en_AA.UTF-8 would be enough...18:24
ber532kimpie: is that /dev/disk/by-label or /dev/disk/by-label'18:24
impiels: cannot access '/dev/disk/by-label': No such file or directory18:25
ber532kIs there /dev/disk/by-uuid ?18:25
impieyeah18:26
ber532kwell, in that case it seems your kernel doesn't provide by-label addressing18:26
ber532kyou could still use uuid, which is persistent accross reboots and filesystem-specific18:27
m5wOkay, so now the output from locale is a little peculiar:18:29
m5was before, LANGUAGE= AND LC_ALL=18:29
m5wLANG=en_AA.UTF-818:30
m5wso, that's an improvement18:30
m5wbut what's odd, is that all the other LC_* are e.g. LC_CTYPE="en_AA.UTF-8"18:30
m5wbut LC_TIME=en_AA.UTF-818:31
m5wnote the lack of quotes18:31
m5wWhat I'm trying to do is get sddm to use 24-hour time18:31
m5wI'm not sure if tweaking the locale is the right way to do that18:31
m5wYou'd think such a simple tweak would be easier...18:32
Scoop7echo "alias login:user='sshpass -p aaa;bcd1 ssh user@host.com -p 888'" >> ~/.bash_aliases && source ~/.bash_aliases"  - My command seem to break when I try to access it via the alias the ;   symbol seems to be the problem that cuts the quote. Any suggestions how to avoid that? All the original data/info was changed ;)18:33
dag__I am not able to connect to ping to an ubuntu box from a centos box18:33
dag__what can be wrong18:33
dag__how to fix18:33
max12345ok so after some troubles with nomodeset and noapci or something (it's an *old* machine) it said, "setup complete restart now?", i pressed restart and it hung itself up18:34
max12345I thought no matter and restarted18:34
max12345but now it doesn't progress from the first boot screen18:34
max12345oh nvm seems to work now?... holding my breath :D18:35
m5wScoop7, you could use a function18:36
m5we.g.:18:37
m5wlogin:user() {18:37
m5wsshpass -p ...18:37
m5wssh ...18:37
m5w}18:37
m5wput that in your .bash_aliases18:37
m5wno need for semicolons at the end of the lines18:37
Scoop7the semicolon is part of the password18:40
Scoop7m5w but I understood your idea - will try it out18:41
m5woh18:42
m5wScoop7, then you need to escape it18:42
m5we.g. \;18:42
m5wif you've ever used the -exec option of find before, it's like that18:42
m5wwhere you have to terminate the -exec option with a semi-colon, but the semi-colon normally terminates a command18:43
Comnenusis it possible using the webupd8/java ppa to install a specific (older) version of java?18:43
max12345I still have two issues, the laptop doesn't show the battery status (it shows it's connected to an outlet when it's not) and I don't have wifi...18:43
max12345I already found some old threads discussing those but if you could help me with that, that would be great :)18:44
max12345since they're old and cryptic :P18:44
edwinkslClient: HexChat 2.12.4 • OS: Ubuntu "zesty" 17.04 • CPU: Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz (2.00GHz) • Memory: Physical: 15.2 GiB Total (3.9 GiB Free) Swap: 2.0 GiB Total (1.8 GiB Free) • Storage: 145.2 GB / 520.6 GB (375.3 GB Free) • VGA: Intel Corporation HD Graphics 5500 @ Intel Corporation Broadwell-U Host Bridge -OPI • Uptime: 3d 5h 14m 18s18:45
m5wScoop7, e.g. "alias login:user='echo foo\;bar; echo baz'"18:51
Scoop7m5w yeah, sorry was afk for some time, I was also suggested to create a ssh config file and reference  the password and other info there18:53
max12345aha18:55
max12345i found the wifi troubleshooting guide18:55
max12345the good news18:55
max12345there is a driver, the bad news is that the last guy to try it and document it did so in 200918:55
max12345:D18:55
akikmax12345: which wifi chip do you have?18:58
max12345broadcom_BCM430618:58
Bashing-om!bcm | max1234518:59
ubottumax12345: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx18:59
akikmax12345: read this? https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx18:59
akikheh18:59
Scoop7after editing the aliases it seems they haven't changed anyone have a clue why is this? m5w ?18:59
max12345akik: I absolutely will, thank you!18:59
Bashing-omScoop7: Did you "source" the config file or reboot the box for the change to take effect ?19:01
jhutchins3319:01
jhutchins319:01
Scoop7haven't rebooted19:01
Scoop7how to source the config file ?19:01
max12345any idea why the battery isn't showing as a battery though?^^19:01
Bashing-omScoop7: Depends on where you added the aliases .19:02
Scoop7we are currently talking about .bash_aliases  file  which is located in the home dir19:02
Scoop7I have edited it but no effect - the old one aliases are showing up - even if I delete all the file contents and save19:03
akikScoop7: did you open a new shell?19:03
akikScoop7: i'd say that alias file is read by all new shells19:03
Scoop7new terminal? no19:03
Scoop7will try19:03
jhutchinsScoop7: You can just source .bash_aliases, or open a new shell(log out and log in)19:03
jhutchinsActually, you can just log in.19:04
akikjhutchins: you don't need to login, just open a new shell19:04
Scoop7reopening the terminal worked19:04
Scoop7thanks !19:04
jhutchinsakik: Right, just run bash.19:06
Scoop7"\'" doesn't seem to work I don't get any error in the Terminal but it doesn't connect to the VPS i think the \ is being enterpretated as part of the pw19:10
Scoop7"\;"*19:10
akikScoop7: have you thought of using ssh keys?19:10
Scoop7will try the ssh config file reference if it fails then will resort to that...19:11
khronosschotyI tried boot ubuntu-16.04.2-desktop-amd64.iso on dell 15 5565 and it freezes unless do amd_iommu=off and then the desktop freezes randomly after a bit once it does boot up in the desktop19:16
supremumIf x is not 0, then version requirements  ^x  ^x.0  ^x.0.0  are equivalent?19:17
tomreynkhronosschoty: install microcode (via softwar updates + extra drivers GUI), if this + reboot does not help, look for a firmware (uefi / bios) upgrade19:18
ppfcan i log dhcpv6 leases?19:18
nivhi. im having issues with a newly set up server.  after installing a few packages, apt stops to resolve hostnames.  dns however is set up correctly and works with all other software (including inside new docker containers), it is *only* apt-get that fails to resolve names. what broke? how does apt try to resolve names?19:18
tomreynsupremum: are you referring to debian packages from ubuntu's official apt repositories?19:19
supremumwrong channel :D19:19
khronosschotyokay tomreyn I'll try that, ty.19:19
tomreyngood luck19:20
tomreynniv: i would very much bet it uses the libc resolver19:22
nivtomreyn: that's what i thought too, but apt fails to resolve any repo name when doing apt-get update. trying to ping the very same name resolves it correctly19:22
tomreynppf: aren't they logged by default?19:23
tomreynniv: try with systemd-resolve19:23
tomreynniv: -4 and -619:23
nivuhhh.  security.ubuntu.com: resolve call failed: Failed to activate service 'org.freedesktop.resolve1': timed out .. what?19:24
ppftomreyn: logged to where?19:24
ppfsyslog says "dhclient[4975]: PRC: Rebinding lease on wlp4s0."19:25
ppfbut no details on the lease19:25
ppfe.g., origin, renewal interval19:25
max12345#ubuntu has given max12345 access to wifi, max12345 is freeee :D thanks!19:26
tomreynppf: so you want more logs, then reconfigure dhcp-client byx editing its configuration file and restarting the4 network connection19:27
ppftomreyn: is the loglevel of dhclient configurable?19:29
ppfi don't see it in the manpage19:29
tomreynppf: hmm, me neither, sorry. i guess you'll need to tcpdump then19:32
tomreynthere's some way to run dhcp-client in the foreground / manually, also, maybe this would also help19:33
tomreynand yes, it logs to syslog19:33
tomreynppf: if you're on 16.04 you should have a file /etc/dhcp/debug with useful notes on top19:35
ppftomreyn: you're right, running it manually gives me what i'm looking for19:36
ppfthe router is advertising a max lifetime of 60 ...19:36
ppfwtf19:36
tomreynbetter too short than too long! ;)19:44
dag__Hi i am mounting a device to a dir,there is 2 storage devices now,how can i find which file i am storing where?19:44
tomreynthis one is *very* short, though ;)19:44
ppftomreyn: preferred lifetime is 30s19:45
ppfmeans that dhclient renews the lease every 15s ...19:46
ppfseriously, wtf, technicolor ...19:46
tomreynppf: yes that's pretty short19:46
tomreyndag__: use the 'mount' command to understand what is mounted where19:47
tomreyn"df -h" may also help19:47
ppfthis is so broken... it let's me configure v6 dns servers in the ui. if i do so, it will still send out the default servers in the router advertisements19:48
ppfbut will offer the configured ones with dhcpv619:48
ppfM(19:48
ppfthey probably tested this only with windows ... no rdnss on windows -> it'll fall back to dhcp automatically19:49
tomreynwhen i grew up, technicolor was known for producing mediocre TVs. apparently they have since extended their product range to mediocre cable modems.19:50
khronosschotyI can't seem to install lm_sensors19:53
khronosschotyI enabled universe19:53
tomreynkhronosschoty: what happens when you try?19:53
ppftomreyn: yeah ... looks like it's time to get an openwrt box19:54
khronosschotyUnable to locate package19:54
tomreynkhronosschoty: because it's named differently. package names can't have underscores, so that's a hyphon19:54
khronosschotyAhh19:54
ppfquick intermission: how do i best persist an xinput setting?19:54
max12345ok so battery has something to do with acpi?19:55
tomreynppf: i'd say ~/.xinitrc - but don't blame me if it wont work. ;)19:55
max12345is it possible that the laptop is older than what they built that on?19:55
max12345:19:56
khronosschotyMeh same problem on Ubuntu I have on slack temps not reported19:56
khronosschotyWhy!? Lol19:56
ppftomreyn: putting the command in an autostart script seems so ... hackish, though? aren't the options really not read from a configuration?19:57
tomreynkhronosschoty: run "sudo sensors-detect --auto" and read what it says in the end.19:58
khronosschotyLinux is hackish19:58
ppfkhronosschoty: lol19:58
khronosschotySays no sensors detected19:58
tomreynppf: i would guess you could put it into /etc/X11/xorg.conf - but then the file won't be fully auto-generated anymore (in case it currently is).19:59
ppfthen your chipset drivers don't offer workable sensors19:59
khronosschotyCommon for laptops handled by acpi19:59
khronosschotyAhh how lame19:59
ppftomreyn: not sure what you mean by autogenerated19:59
khronosschotySerious?19:59
tomreynkhronosschoty: you could try a newer kernel, or a newer sensors-detect, or both. or buy hardware where the vendor ensures it is well supported on linux.20:00
khronosschotyJust plain no workable sensors20:00
ppfkhronosschoty: spill some details: what hardware, what kernel?20:00
khronosschotyThey claimed it was fully supported in this version of Ubuntu20:00
tomreynppf: by default (new installation) xorg.conf is automatically generated (in mmeory) during X initialization, every time X starts up.20:01
ppfkhronosschoty: who's "they"? i'm guessing they mean for some specific values of "support"20:01
khronosschotyDell20:01
ppftomreyn: well, yeah, X config is autodetected, but I can override selected settings, can i not?20:02
tomreynppf: yes i think you can do this.20:02
khronosschotyLame temps show in uefi bios menu20:03
khronosschotyJust not in os20:03
Scoop7.ssh/id_rsa_buhlServer: No such file or directory20:04
Scoop7.ssh/gitHubKey: No such file or directory20:04
Scoop7I am trying to ssh to my server, how to get any of these keys ?20:05
tomreynScoop7: ?20:05
tomreynyou are probably supposed to have generated them.20:05
tomreynwhich command outputs this message?20:05
Scoop7ssh myAlias20:06
Scoop7i mean my config name for .ssh/config20:06
khronosschotyKk thanks for help20:06
Scoop7which consists of host name and port20:06
tomreynScoop7: so myAlias is configured in ~/.ssh/config somewhere below "Host myAlias"? and below that you'll have "IdentityFile .ssh/id_rsa_buhlServer" and "IdentityFile .ssh/gitHubKey" which supposedly do not exist (or not at these locations).20:08
khronosschotyReboot back into Slackware20:08
max12345hm I'll tackle this again tomorrow20:08
tomreynkhronosschoty: if you're pointing out that you were looking for more help, then you won't get any unless you actually provide details-20:08
Scoop7tomreyn that is correct those file doesn't exist I just referenced them following a stackoverflow answer...20:08
tomreynScoop7: why you have it configured this way or why the keys (no longer?) exist, we could only guess. you should know.20:09
tomreyni see20:09
tomreynwell, copy + paste form the internet is not always a good idea20:09
Scoop7yeah, but I understand I am only 1 puzzle away from my goal20:10
tomreynsomeone might make fun of you, making you delete your system or make it unbootable or destroy your hardware.20:10
Scoop7i need to generate/get those(or one) keys ?20:10
Scoop7I am not that "smart" lol20:10
tomreynScoop7: have you every successfully connected to that remote server using ssh?20:10
Scoop7yes hundred of times20:11
tomreynScoop7: okay so you have a means of authenticating to it. now what made you edit ~/.ssh/config20:11
tomreynwhat's ther goal you are trying to achieve?20:12
Scoop7but I got sick of writing/pasting the code/host  , typing the username over and over and created aliases, but for one of the servers it didn't worked, because it had semicolon it it's password which broke the command. Tried escaping it with \ but with no luck, no I am trying .ssh/config and keyrings ...20:12
Scoop7trying to log in to my server with keyrings for the first time so it's a bit of a grey area for me...20:13
tomreynScoop7: so the overall process si this: (a) you create an SSH key pair on your (ideally more or less hardened / secured) workstation / desktop. (b) you copy the public key (only, not the secret / private one) to the server where oyu later want to login using this key. on the server you store the file in / append to ~/.ssh/authorized_keys (c) you ssh to the server using the private key file: ssh -i ~/.ssh/myprivatekey myserver20:17
tomreynScoop7: once you go this working you can edit ~/.ssh/config and make these options permanent. but for now, i'd just remove those options off the file / not use the alias.20:17
tomreynScoop7: login to the server on another temrinal using password authentication and then run "sudo tail -f /var/log/auth.log" on the server to know what's going wrong if the key based authentication fails (once you're ready to try that).20:19
Scoop7ok sounds more/less understandable... now for the process of creating the key pair ? I should execute a command to create the key pair or... ? tomreyn ?20:20
tomreynScoop7: which operating systems and versions are running on the server and your cleint / desktop / workstation?20:21
Scoop7mine is ubuntu 16.04 and the vps is centOS i guess20:22
tomreyn"lsb_release -d" should tell20:22
ppfScoop7: cat /etc/*-release20:23
tomreynthat also works20:24
ppftomreyn: the advantage is that it works on basicly all distros :)20:24
Scoop7CentOS release 6.9 (Final)20:24
tomreynScoop7: in case you have a choice what to have running on the server / VPS (and can just start from scratch), i'd suggest you start with ubuntu.20:24
ppfcentos e.g. doesn't have lsb_release20:24
tomreynppf: lsb_release does not?20:24
Scoop7tomreyn lsb_release -d resulted in command not found btw20:25
tomreyndoh, ok20:25
ppftomreyn: probably, but only if it's installed, which it isn't necessarily20:26
tomreynokay it's not installed on centos by default.20:26
Scoop7https://thepasteb.in/p/P1hvV7jQlwzul20:26
tomreynso centos / redhat is not LSB compliant be default, i wasn't aware.20:26
ppfit is, just the tool isn't installed by default20:27
Scoop7anyways... back to key pair creation, how to create it... ?20:28
ppfssh-keygen20:28
Scoop7ssh-keygen -t rsa -C "your_email@example.com"   <--- maybe ?20:29
ppfsure20:30
tomreynit's not really related to an e-mail address, and you might want something other than RSA, and possibly a longer key length than the default.20:31
tomreynbut it should be ok that way.20:31
Scoop7Enter file in which to save the key (/home/userName/.ssh/id_rsa):20:35
Scoop7press enter or :?20:35
tomreynare you sure you are ready to manage a server?20:36
tomreynplease do not alow people to store sensible data on it, such as personal e-mails etc.20:36
tomreyn(and yes, just press enter.)20:36
tomreynif you'r ejust trying out how this stuff works and are trying to get a grip, that's fine.20:37
=== deathonater is now known as Smeef
Scoop7don't let my simple q fool you I have good knowledge in other web dev field/scope20:38
ppfScoop7: doesn't say anything about your capabilities as a system administrator20:40
Scoop7I use a framework that doesn't allow to store not encrypted passwords, so don't worry:))20:41
Scoop7by default ofc.20:42
tomreynif you're referring to cpanel there. that and lack of basic sysadmin skills is a recipe for user data disasters, happening on a daily basis.20:44
Scoop7i am referring laravel20:45
tomreyna php framework, not related to your system administration skills.20:45
Scoop7but yet it forbids to store not encrypted  passwords to DB20:46
flufftr0nis anyone familiar with the issue where a new ubuntu 16 install will give a false security warning on 99% of websites and also not alow pinging except to home address w ssh also not working? i did a sudo update and upgrade followed by another update but ive never had an ubuntu install go so poorly20:46
tomreynScoop7: how does this help when someone can easily brute force your root password and ssh into your system and copy the database?20:46
tomreynScoop7: (or any other user data not in the DB)20:47
bekksflufftr0n: which Ubuntu 16 - 16.04 or 16.10?20:48
tomreynflufftr0n: and ssh and ping from where to where? into this system or out of it?20:48
Scoop7tomreyn: only a couple of ip's are allowed to access the DB.20:49
flufftr0n16.0420:49
flufftr0ni cant ssh to outside20:49
flufftr0ni am connected to the internet20:49
flufftr0nyeah i can access google and yahoo and a few other sites20:50
ppffirewalled off?20:51
flufftr0ni can only ping locally20:51
ppfhow do you know it's a "false" security warning?20:51
flufftr0nbecause they are sites that shouldnt be giving security warnings20:51
tomreynScoop7: this discussion is off-topic here so i wont drive it further, but please reconsider running this system alone if you'll store actual user / personal data on it. everything you say indicates you ar enot ready for it. (i do not doubt that you are a professional php developer, it's just not the same area of work.)20:51
flufftr0nlike .gov20:51
Scoop7tomreyn: Oh right and the VPS is fully managed by pros(that comes with a higher price) I am not pretending to be a system administrator...  But as far as security goes I think everything is maintained, also I think there is autoblock/ban after several attempts and a CDN(cloudflare) is being used20:52
ppfthere's obviously something wrong on your network/uplink20:52
flufftr0nany ideas what i should try?20:54
ppfwhat kind of network are you on?20:54
flufftr0nwireless20:54
CarlFKflufftr0n: sounds like something is trying to proxy your traffic.  like your ISP may want to see what sites you are visiting.20:54
flufftr0nwas about to try bypassing but no AC downstairs20:54
CarlFKor someone is trying to sniff your passwrds20:54
flufftr0noh fucking comcrap20:54
flufftr0nhmm20:54
Scoop7ok we can close the topic, but the data: emails/passwords etc are stored in terms oh hundreds for now on one of the web app. tomreyn20:55
CarlFKcomcast may want to, but I doubt they would try to decrypt - that's crossing a few lines, one of which would cause their support lines to be flooded20:55
flufftr0nhm20:56
tomreynScoop7: i'm sure you will act responsibly. good luck.20:57
flufftr0nperhaps i should bring this machine to another network and see what happens20:57
flufftr0nso you don't think it is the install?20:59
akikflufftr0n: check that your date and time is correct21:00
flufftr0nit is correct on this partition bu on the windows machine went 4 hours ahead after i installed this21:01
akikflufftr0n: did you run the updates succesfully and then it stopped working?21:04
flufftr0nno it never worked; i reinstalled completely, this time i deslected "install updates with main install"21:05
flufftr0ndid everything by hand after, then upgraded, then updated again21:05
flufftr0nsame problem21:05
flufftr0ni can sudo, can obviously use irc, cant ping outside 127 cant access 99.9 pct of websites cant ssh21:06
akikflufftr0n: but you said that you updated again, so did you get the updates from internet?21:06
flufftr0nyeah i can update21:06
flufftr0nthis is a weird problem21:06
akikflufftr0n: try downloading web pages in a terminal with curl21:08
akikflufftr0n: that way you could maybe get better info about the problem21:09
akikflufftr0n: for example: curl ip4.me21:10
flufftr0ngoogle i get a ton of spam21:10
m4dh4tt4flufftr0n what browser are you using21:10
flufftr0nfor the site u gave me plus another i tried (7) couldnt connect to server21:10
flufftr0nfirefox and chrome both give the scecurity exception21:11
m4dh4tt4cuz i know chromium has issues with that, i'd try changing DNS servers tbh, changes the whole game sometimes21:11
m4dh4tt4even google's DNS servers were known to have issues recently21:11
hippflufftr0n: is your clock set correctly?21:12
m4dh4tt4 /\21:12
flufftr0ndefine set correctly21:13
hippdoes it show correct date and time?21:13
flufftr0nyes21:13
flufftr0nso i changed ipv4 and ipv6 to addresses only21:16
Scoop7tomreyn: Just managed to establish a ssh connection to my vps ussing key pair + passphrase . Thanks :)21:17
=== iCherry is now known as notiCherry
xebrahi, trying to install ubuntu with manual partitioning ("something else" option), and after creating the encrypted partitions I'm asked to "go back and create a boot partition". I don't understand if I should actually create yet another partition and mount it to /boot, or if I should use the EFI partition for that21:27
akikxebra: the efi system partition is fat32 but you need a linux native file system for /boot21:30
xebraakik, so basically for a typical minimal install of ubuntu with full disk encryption you need 4 partitions: swap, root, boot (unencrypted), and EFI21:42
owen1_is there a pdf reader that have automatic page transition?21:45
akikxebra: ubuntu is moving away from swap partitions to swap files21:46
akiki can't understand the change but it's change21:47
thewilloWhat is the difference from a performance perspecitve between swap files and swap partitions?21:52
akikthewillo: performance is worse for swap files21:53
akikthere is some new method for memory management zram21:53
akiknot sure about the reasons for the change21:54
shiroininjaA modern computer, unless you're doing crazy shit doesn't need swap21:57
thewilloif by crazy shit you mean compiling large programs or heavy multi-tasking, then that's true21:58
shiroininjaWhen are you going to ever go over 8gb-16gb-32gb ram?21:58
thewillobut an entry level pc is not very rich on the ram21:58
thewilloI use 20+gb sometimes21:58
shiroininjaare you in development?21:59
thewillocompiling stuff, virtual machines, tons and tons of firefox tabs/windows... lots of stuff can do it21:59
thewilloyes21:59
shiroininjaI could see that in a proffessional area21:59
shiroininjaI've just never gone that high in linux in my home use, even with gaming, web browsing, etc.22:00
thewilloBut, for everyday normal use you don't need swap unless you have a really low end budget pc22:00
thewillolike, my mom's laptop has 2gb ram... It went into swap often, and it's modern, just very very low end22:00
thewilloIt's a < 150usd computer22:00
shiroininjaWindows maybe lol. w10 idles at a couple gigs for me. But linux I idle at 4-5mb with mint. and around 300mb in arch22:01
shiroininjaand I rarely use over 5gb22:01
=== Jochen_wvdT is now known as Schlawiner
thewilloshiroininja, if windows is idling at a couple gb you haven't tweaked it hard enough, or you require every feature/service it has installed22:02
thewillobut ubuntu with unity was going into swap with 2gb on her computer22:02
shiroininjathewillo: I don't tweak it honestly. I only use it when I feel like playing a windows only game. I use it for nothing else since I upgraded. I just prefer linux anymore.22:03
thewilloI use it on a very low end netbook, which I use to run cravetv and netflix windows store apps and also to watch videos in vlc. it runs in 1100mb ram when it starts up(after all the initialization is finished, uses more during the init part)22:04
shiroininjathewillo: I honestly turn off auto updates , change active hours and turn off windows defender, and that's about it. luckily they22:04
shiroininjagave me pro for free, so those settings stick22:05
thewilloWindows 10 is cool it has nice features that I would like to see in linux, or would like to see made comparable in linux for the ones it sort of kinda of offers support for22:06
thewillolike, I would like to see rendering single windows on your discrete gpu, and displaying it on your integrated graphics, in linux kernel, and/or with better usability and ease of use22:06
shiroininjaI was really impress when I first installed it. It actually looks good, and I feel they borrowed some aesthetics from linux, like proper composting and cleaner file manager22:07
thewilloright now to do that in ubuntu is a mess, but it can be done22:07
thewilloalso, not coded very well from the bits i read22:07
thewilloI might at some point do do it myself, but I've got other things on the go right now and I don't care that much about it22:08
shiroininjaI feel kinda dirty saying this, but I've never tried ubuntu. Ive tried a ton of distros from Mint and Arch to weird things like Zenwalk, but have yet to try ubuntu. I might try it when they release the next LTS with gnome22:11
fl00fykittryhi22:12
shiroininjahi22:12
fl00fykittrywow i just do not have it together technically today at all22:12
fl00fykittryi solved the problem by bypassing the router; i have as far as i can tell a functional install22:13
fl00fykittrywireless, i cant ssh, ping or visit 99.9 pct of websties22:13
fl00fykittryi wa si nhere earlier22:16
fl00fykittryi also screwed up with nickserv and idenfity22:16
fl00fykittrymy mojo is not working atm22:16
ZSkyHi!22:36
ZSkyHow to know what is rotating my apache other_vhosts_access logs ?22:36
=== jstein_ is now known as jstein
enedilwhen fsck says22:49
enedilError reading block 525122 (Attempt to read block from filesystem resulted in short read) while getting next inode from scan.22:49
enedildoes it mean I have damaged hard drive?22:50
m4dh4tt4anyone know if the built-in zoom in unity is portable to other display types?22:50
m4dh4tt4aka non-unity22:50
glitsj16ZSky: something under /etc/logrotate.d?22:51
m4dh4tt4enedil ikts not a good sign , do u have a second drive u could try to prove its faulty?22:51
enedilm4dh4tt4: what do you mean?22:52
enedilhow do I use a decond drive to prove faultlessness22:53
enedilor faultiness22:54
Bashing-omenedil: Maybe sparing off the super block worth a try : http://ubuntuforums.org/showthread.php?t=2177756 .22:55
enedilBashing-om: I don't have damaged superblock22:56
enedilI can mount the partition, but reading from it produces errors22:56
m4dh4tt4enedil , try cloning to a second drive22:57
glitsj16m4dh4tt4: built-in zoom in unity is probably compiz, so anything that runs with that will have it (if configured to use it).. which won't be much these days22:57
enedilm4dh4tt4: I don't care about data, I care about the drive itself22:57
enedilit's my only one right now22:57
enedilI'm on xubuntu livecd now22:58
Bashing-omenedil: " short read " . -> partition table -> super block . Won't hurt to try .22:58
owen1_is there a pdf reader that have automatic page transition?22:58
gnubieenedil> most drive manufactuers have ways to test their drives. an internet search for your manufactuars test should find it.23:02
glitsj16owen1_: you mean a pdf reader that does page transitions on scrolling down/up? If so, most do by default no?23:04
enedilgnubie: are you aware they are made for Windows only?23:07
gnubieenedil> the test I have used were burned to a cd/usb and booted intoo. Nothing to do with OS.23:08
bumblefuzzI'm playing 1080 video in vlc on my NUC and it looks like shit...anyone know how to fix this?23:08
enedilgnubie: I've got toshiba, which recommends fancy gui tool with beautiful window borders23:08
gnubieenedil> bummer23:09
bumblefuzzanyone?23:15
kenrinInstall the video drivers and supporting packages for decoding video23:18
bumblefuzzsupporting packages?23:19
bumblefuzzI installed the drivers23:19
oerhekstons of forumposts about that, look for SNA in xorg.conf and tearfree23:20
oerheksand mpv might be a better player than vlc23:20
bumblefuzzI tried playing on mplayer and couldn't23:20
kenrinYeah supporting packages,  to decode the video using the GPU instead of CPU23:20
bumblefuzzit's an avi file23:20
oerhekshttps://askubuntu.com/questions/752743/ubuntu-16-04-skylake-6th-generation-screen-flickering23:22
oerheksan avi file does not say anything23:22
owen1_glitsj16: i want my slides to move every x seconds without me controling them23:24
owen1_i am going to presenting in 'Ignite' style23:24
kenrinYou could program or script that easily23:26
glitsj16owen1_: have you looked at 'impressive' yet? that's in the ubuntu repo's..23:30
kenrinI'm having a hard time finding a pdf reader that doesn't have the autoscroll feature.  Even the default ones like Evince does it.23:31

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