/srv/irclogs.ubuntu.com/2018/01/09/#ubuntu.txt

apb1963TJ-, no joy :(  https://pastebin.com/NtXgiG7U00:10
titouabout my problem with the hybride radeon card ... gone bios, selected win7 then reinstall ubuntu mate and that's it :P00:16
titouacceleration hardware ... but sensors are 65 - 80c when busy00:17
titouwill try wine with borderlands and empire earth 200:18
titouthanks !!00:18
TJ-apb1963: that's disappointing00:18
TJ-apb1963: "Invalid argument" seems a weird response00:19
apb1963TJ-, well... I could comment but I don't have anything useful to say :D00:20
apb1963I mean "master" seems like an acceptable argument.. unless it doesn't support it, which would make it invalid.00:21
apb1963so, yeah... weird.00:21
=== apb1963 is now known as KingOfWeird
KingOfWeird:)00:23
=== KingOfWeird is now known as apb1963
apb1963Heavy is the head that wears the crown.  I abdicated.00:25
TJ-apb1963: Have you tried configuring it using hostapd? It may be failing because it's not also configuring the operating channel and other requirements00:28
apb1963TJ-, yes, that's exactly what i'm trying to do00:29
TJ-apb1963: have you set the link 'down' before trying to put it in master mode? ("sudo ip link set dev wlp2s0 down" )00:31
MajesticFudgieDo you think cronjobbing apt autoremove is a bad idea?00:31
apb1963TJ-, I have not00:31
TJ-apb1963: that might help :)00:31
TJ-MajesticFudgie: that, or an alternate 'apt upgrade' script that auto-executes 'apt autoremove'00:33
MajesticFudgieyeah00:33
MajesticFudgieMy /boot likes to get full00:33
apb1963TJ-, :( https://pastebin.com/P36Y29Z800:33
TJ-MajesticFudgie: drill a hole in the big toe :p00:33
apb1963TJ-, dump it out? :)00:34
MajesticFudgieCould do with it lol00:34
MajesticFudgiehttps://smallimage.in/q6746pqu2l87cxcbd27unvrh6r3j18li.png har har bad joke00:34
TJ-apb1963: hmmm, are you seeing anything in syslog or kern.log when you issue the 'mode master' command?00:34
TJ-apb1963: I looked at the source code for iwconfig; that error is coming up from the driver itself00:35
TJ-apb1963: in your hostapd config are using "driver=nl80211" ?00:36
xubuntu682Does anyone have experience installing a CANON laser printer CUPS driver on ubuntu v 14.04?00:37
apb1963nothing in in logs... I was using that driver... but now am not.  Haven't tested with that driver though.00:38
apb1963TJ-, ^^^00:38
xubuntu682I downloaded the driver and unpacked but the install script did not run.00:39
apb1963TJ-, I mean I haven't tested that driver since changing kernels00:40
TJ-apb1963: I'm seeing hints that in master mode you may need to disable the ath9k hardware crpyotgrahpy support with the module option "nohwcrypt=1"00:42
TJ-apb1963: it's a long shot but worth trying at this point00:42
TJ-apb1963: "sudo modprobe -r ath9k; sudo modprobe ath9k nohwcrypt=1"00:43
xubuntu682Thanks apb1963 I will give it a try.00:44
apb1963TJ-, will do.  While I do that...  /etc/network/interfaces  https://pastebin.com/xBktvbzF00:44
=== xubuntu is now known as Guest4977
Guest4977hi00:45
TJ-apb1963: are you trying to use both wireless-tools in ifupdown, and hostapd, or are these just alternate methods of trying to get it to work?00:46
Guest4977just trying kaffeine but it seems not to detect my usb tv cards. how can I set them?00:46
apb1963TJ-, both00:47
apb1963TJ-, my goal is to set it up as a router and AP, dhcp server, dns server..00:47
apb1963TJ-, https://pastebin.com/g6Ah5VBM00:49
michael2Ubuntu docs on repo's here: https://wiki.ubuntu.com/SecurityTeam/FAQ#line-32   say "Ubuntu also has several pockets that further divide the archive: release, security, updates, proposed and backports. The pocket can be found by looking at the Distribution entry of a source package." what does "Distribution  entry of source package mean"?00:50
apb1963michael2, I think it probably means the name of the distribution.  Such as Xenial, Trusty, etc.  But I'm guessing.00:51
apb1963Hmm.. on second thought.. that doesn't make a lot of sense.  NVM :)00:53
Guest4977vlc cannot find either my usb tv cards. what can I do to configure them?00:55
TJ-apb1963: OK, in regard to using iwconfig, I've just read that apparently "wireless-tools now requires hostapd in order to set wireless extension in master mode"00:57
TJ-apb1963: So on that basis I'd focus on ensuring ONLY hostapd is configured to manage the device. That means ensuring neither network-manager nor ifupdown (via /etc/network/interfaces) is trying to touch the device00:59
apb1963TJ-, oh really.  So, put /etc/network/interfaces back to its default?  OK.  I'll dump those countless hours of work :)01:00
TJ-apb1963: I'd just comment the "auto wlp2s0" out so it doesn't touch that interface unless you tell it to, for now!01:01
apb1963TJ-, OK, I'll do that then.01:01
apb1963apb1963, actually it's hot-plug01:02
TJ-apb1963: once you've got signs of AP mode life from hostapd, then you can clean up that config file :)01:02
apb1963TJ-, so comment the entire stanza, yes?01:03
TJ-apb1963: you sohuld only need to comment the "auto" line so it doesn't automatically set the device up at boot-time. It'll then only do it when you  do "ifup wlp2s0"01:04
PissWizardI can't get any help in #winehq. my game broke the solution for displaying in the proper resolution on my 2nd monitor.01:06
PissWizardI've got 2 Dell Ultrasharp monitors with different resolution. I can't get my World of Warcraft under Wine to display in Windowed{Fullscreen} mode on 2nd non-primary monitor without picking the lower resolution of the primary monitor and then resizing it up, making all my text blurry. The solution USED to be to add a line in WoW's Config.wtf file: SET gxResolution "1920x1200"01:08
PissWizardI have no idea what the string of communication is between hardware and my game under Wine under Xubuntu is. the monitor resolution settings in Ubuntu have NO effect on this. a virtual desktop in Wine displays on the primary monitor. windowed mode for my game reduces FPS further and I still lose half the verticle resolution that the larger monitor has because of the bar at the top.01:09
apb1963TJ-, Now the interface isn't coming up at all... putting it back the way it was.. same result.01:10
apb1963TJ-, sorry.. I meant I did a systemctl restart networking01:12
apb1963TJ-, and it fails01:12
apb1963  Process: 6166 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=01:13
apb19631/FAILURE)01:13
apb1963Jan 08 17:11:39 yellow systemd[1]: Failed to start Raise network interfaces.01:13
TJ-apb1963: shouldn't that be the hostapd service you're trying to start?01:16
apb1963TJ-, good point.  silly me01:16
apb1963TJ-, OK.. if i'm not using if tools... I'm not sure what to do.01:18
TJ-apb1963: configure hostapd, then for testing only, start it directly from the shell in foreground mode so you can monitor it's messages directly, and Ctrl+C to kll it. Hopefully the messages will help refine the donfig01:20
apb1963TJ-, https://pastebin.com/nm2DzwBX01:21
apb1963ok01:21
apb1963tj ?01:25
VystyI'm recording videos using OBS studio. I'm not able to get any input audio to record (video is recording fine). Can someone help me troubleshoot getting my microphone recording?01:28
SvetaVysty: I would test audio capture in another program, for example https://webaudiodemos.appspot.com/AudioRecorder/ .01:41
SvetaVysty: this uses html5 inside of your browser, so it should be easy to test using this tool.01:41
salamanderrakeWho do I talk to about getting the graphics drivers ppa updated to nvidia 390 beta driver?01:50
lapionhello01:52
salamanderrakeErr....How do I get in contact with the Graphics Drivers team?01:52
lapionno matter how I remove 4.10.0 and or hwe support the system keeps on trying to "update-initramfs: Generating /boot/initrd.img-4.10.0-42-generic"01:53
LiveUSBDoes anyone know anything about creating a persistent Live USB with the latest version of Ubuntu from Windows?01:55
Svetasalamanderrake: there is a testers mailing list of them at https://launchpad.net/~graphics-drivers-testers01:58
laptopany updates01:58
laptopfor meltdown01:58
SvetaLiveUSB: hi! see https://www.howtogeek.com/howto/14912/create-a-persistent-bootable-ubuntu-usb-flash-drive/ for 'linuxlive usb creator' instructions, or https://wiki.ubuntu.com/LiveUsbPendrivePersistent "Installing Ubuntu on USB drive using Windows" section for unetbootin instructions02:01
SvetaLiveUSB: both these tools -- 'linuxlive usb creator' and 'unetbootin' -- are freely licensed software released under GNU GPL, and are expected to work02:02
LiveUSB@Sveta, I did attempt to use UNetBootin already and it actually didn't enable persistence, I thought it may be due to the fact that I'm using 16.04.0302:03
LiveUSBI'm not sure if that's actually my issue or not02:03
SvetaLiveUSB: did you make two partitions?02:03
LiveUSBYes02:03
LiveUSBI noticed from videos that people booting into Ubuntu after using UNetBootin actually got a UNetBootin screen, whereas I had the GNU Grub screen02:04
LiveUSBMaybe I'll start fresh and try both of those tools again, as I've already attempted them both several times. I did manage to get persistence but now Ubuntu simply freezes after a period of time, and I'm really not sure what the problem is02:05
lapionnvm fixed it by install-uninstall all over again02:06
SvetaLiveUSB: I'd suggest to test the persistence in a simple way. Change your wallpaper and reboot. If this works then consider it done and come here with further questions (but do not reinstall it from scratch anymore), otherwise consider it an install problem02:06
SvetaLiveUSB: it could be a faulty usb, so if you run into issues repeatedly, trying the same method with another usb is also an option.02:07
VystySveta: Sorry about delayed response regarding OBS. I record in Audacity all the time and talk to people over Skype. Audio capture is working great.02:07
VystySveta: I've done some googling and found that people where having issues with a "Push to Talk" recording option. I turned that off and it still isn't recording.02:08
LiveUSBOne last question then -- why do you suggest that I do not do scratch reinstalls?02:08
SvetaVysty: if it's an obs problem, perhaps ask their chat (https://obsproject.com/chat) you can also open this in your normal irc client02:09
VystyThanks!02:09
SvetaLiveUSB: solving any problem by a reinstall is slow and inefficient; it is better to test the persistence first, and solve any remaining problems separately02:09
VystyI hope someone's online. Generally I come here because this is the only place with people actively chatting.02:09
SvetaVysty: a quick look sugggests you need to make sure the correct mic is selected at « Setting>Audio>Mic/Auxiliary device», and turn off "mic qpc timestamps" in advanced02:11
SvetaVysty: then try again02:11
LiveUSBSveta: Do you know what I may do to troubleshoot the locking up that I am experiencing?02:11
SvetaVysty: (it's nontrivial to suggest solutions to this without having the software installed on my own computer, hence the suggestion)02:11
SvetaLiveUSB: i'd suggest to test the persistence by changing a particular setting and rebooting; if that works, come back here and someone can help you look at system logs to diagnose the locking up02:12
SvetaLiveUSB: one issue at a time02:12
LiveUSBSveta: Persistence is working02:12
SvetaLiveUSB: ok, great02:12
SvetaLiveUSB: what triggers the locking up?02:12
VystySveta: Appreciated. I do have my mic selected in settings and there is no "mic qpc timestamps" in advanced.02:12
LiveUSBSveta: I'm not really quite sure; I have a theory about why.02:13
LiveUSBSveta: Currently it's happened when using the file browser02:13
SvetaLiveUSB: that's only the first 25 seconds, perhaps not the complete output02:20
SvetaVysty: it needs to record game sound (played by the game) or sound from your mic?02:20
SvetaVysty: does OBS game volume bar appear active when you are recording?02:20
Vystynot playing any game.02:20
VystyJust want to record myself.02:20
LiveUSBSveta: I've checked with the paste I put up and the terminal and the end of the terminal matches whta I pasted02:20
SvetaVysty: it's probably out of my abilities, i don't have it installed and the web search is not particularly enlightening02:21
VystySveta: I appreciate your help in any case.02:21
SvetaVysty: if you just want to record your own video, perhaps you don't have to use obs? or there's a particular reason you prefer it over other programs?02:21
SvetaLiveUSB: ok02:21
VystySveta: Was just recommended to me. It also seems like a great program to record through my webcam and my screen at the same time.02:21
SvetaVysty: ah, you're recording your webcam picture plus your screen, side by side into the same video?02:22
VystyThat's what I WANT to do.02:22
VystyOr at least have the ability to do.02:22
SvetaVysty: ok, try the vokoscreen package instead, its home page is http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html02:24
VystySveta: Will look into it. I got some people to respond to be in the OBS chat. Thanks!02:24
Sveta!info vokoscreen02:24
ubottuvokoscreen (source: vokoscreen): easy to use screencast creator. In component universe, is optional. Version 2.5.0-1 (artful), package size 1187 kB, installed size 1857 kB02:24
SvetaVysty: no worries, i used vokoscreen a couple days ago and i see its preferences window has a webcam icon, it was pretty intuitive02:25
SvetaLiveUSB: i don't see anything concerning apart from intermittent wifi02:26
LiveUSBSveta: I suppose that's good; do you have any further troubleshooting ideas?02:30
Pinkamena_DUpgraded to 17.10 fairly recently. A bug has happened twice now where after a resume I go to login and after typing password the login screen freezes. I can do alt+ctrl+f1 and it will unfreeze back to the login screen, type password and it freezes again, etc. I can get to other tty through the other f keys. It is very bad because I can not get back to my x session (or whatever it is now) to save and exit my work. How can I find out where it may be02:30
Pinkamena_Dlogged what the bug is?02:30
LiveUSBSveta: I've been trying to trigger the lockup for a minute and have failed thusfar02:31
Pinkamena_Dor at least a better error message I can work with?02:31
=== ubuntu-mate is now known as |
| 02:37
| 02:37
| 02:37
| 02:37
| 02:37
| 02:37
| 02:38
| 02:38
| 02:38
| 02:38
SvetaLiveUSB: as an uneducated guess, if you can reproduce this stably, re-attempt to test this with wifi disabled via a hardware switch02:53
LiveUSBSveta: That's fair, however, disabling the wifi via hardware is honestly more trouble than it's worth (small laptop). The WiFi does function, however. I can access websites and download things (for example, I uploaded my dmesg from the laptop)02:57
melatoninaHi!03:00
melatoninaIs Ubuntu Oxygen ready for software development? I switched from 16.04.3 LTS and Oxygen seems a bit messed up.03:03
=== gerald is now known as Guest64650
melatoninaHi, again.03:18
melatoninaIs Ubuntu 17.10 good for software development? Why don't can't install g++, ffmpeg and other basic packages from "Ubuntu software"?03:19
wingmist2901anyone active?03:37
hsahi everybody, its my first time here, what we usually talk around this channel?03:53
sarlothmelatonina: what do you mean by "good for development?"03:53
sarlothhsa: I don't spend a lot of time in this chan, but I would guess it's general troubleshooting and such03:54
hsasarloth, to be honest im not used to irc03:55
hsacan you give me some tips of how to get started?03:56
sarlothmostly find channels for stuff you are interested in and join in the convo. There is usually a MOTD that explains the channel topic. there is also the channel topic. this one links to the IRC guidelines for Ubuntu. mostly don't be a dick and people are generally pretty nice :)03:57
=== yak_ is now known as Yaho
hsahmm, how do i find channels of my interest? i mean, with people of my country and such03:58
sarlothI usually hop on when I get into a weird situation that I can't seem to google anything for. most recently I was jumping into python and openapi chans to see if anyone knew how to run swagger generated flask servers using gunicorn.03:58
sarlothfreenode (the irc host you are using) has some docs for finding more specific chans: https://freenode.net/kb/answer/findingchannels04:00
hsaok, thanks04:00
sarlothAdmittedly, I've never looked into finding region/country specific chans. I've always considered the internet a wide open space for all to talk about things that are important other than their nationality or physical boundaries :)04:00
sarlothno worries, happy chatting hsa04:01
hsabut there is a lot of bounderies on internet04:01
hsaeventually you will notice that countries form entire isolated bubbles that become culturally impenetrable04:02
=== gwoplock_ is now known as gwoplock
Feitan_#join quasel04:10
Feitan_#join quassel04:10
Feitan_oops my bad in there04:10
=== gulzar is now known as Guest72715
za1b1tsuHello, I have followed this guide https://www.maketecheasier.com/move-home-folder-ubuntu/ to move the home folder to a dif partition. I completed it, but on the new partition in gparted the mount point is /home,/media/home. Is this bad? Do I need media/home, can I only have /home?04:26
Guest72715I am trying to install steam on 16.04. fter installation, steam starts updating itself. That download is  275MB. I downloaded all the packages via wget and placed them in ~/.steam/packages . But when I start the steam, it clears this folder and restarts the download. Any way to get the steam use the pre downloaded files?04:26
=== Guest72715 is now known as gulzar
=== gulzar is now known as Guest37284
=== RoBo_V1 is now known as RoBo_V
apb1963za1b1tsu, You should have one mount point.04:47
za1b1tsuapb1963, can you tell me how to remove media/home mount point?04:48
ubuntu814can someone help me format a new hard drive in linux it never had any partitions on it it doesnt show up in GParted it doesnt show up in termianl 'lsblk' i can only see it if i type 'ls -lts /dev/sd*' i tryed to plug it in to the computer and install umbuntu on it is said the intallation was success and when it went to boot it brought me to Greb i dont know what to do it says it cannot read or write but it installed the partitions 04:48
ubuntu814ubuntu*04:49
Ben64ubuntu814: what comes up with that ls command04:49
apb1963za1b1tsu, you may have missed step 4.  In fact, you may want to verify you didn't skip any steps.04:50
ubuntu814Ben64: im actually using the computer right now but i have it plugged in in the other room to a laptop plugged in via USB but i did do ls when it went to greb but can remember what i saw04:51
=== LabMonkey is now known as Mechanismus
mg55`hello, is this a common hing, after udating ubuntu your screen goes blank, not too sure why, perhaps i rebooted during the install?04:53
za1b1tsuapb1963, I forgot to do sudo mount -a04:53
apb1963za1b1tsu, You may have forgotten other things as well.  I would retrace and verify it all if I were you.04:53
ubuntu814Ben64: I can see it when i type 'ls -lts /dev/sd*' i 'sudo su' and then try to 'fdisk /dev/sdb' i get no medium found but it shows up as /dev/sdb in 'ls -lts /dev/sd*'04:54
za1b1tsuapb1963, Thank you, now I hav a partition with / and one with /home is this normal? '/' does not mean home?04:54
za1b1tsuI will04:54
apb1963za1b1tsu, / is the root of the file system.04:54
mg55`too bad, i was actually digging ubuntu until that happened, not sure if i wanna try it again, weird, the login screen worked however, then after i got a blank screen, after update, could be a spectra update?04:55
apb1963za1b1tsu, Everything goes under /04:55
apb1963za1b1tsu, whether you choose to have a different partition for /home is your choice04:56
apb1963za1b1tsu, it's a good choice IMHO... it's how I've got it here.04:56
returnhi04:56
za1b1tsuapb1963 thank you04:56
apb1963za1b1tsu, you're welcome04:56
returnhow can i boot a cloud image on qemu? it just says "no bootable device".04:57
Svetawhat do you mean by 'cloud image'? how is it different from a regular image?04:57
ubuntu814Ben64: also when i go to install ubuntu on the drive again i go under advanced to look at partitions and i can see all the needed partitions there the drive is 8TB i bought it blank no ubuntu boots i gave up went to install windows on the drive and get met with drive is GPT04:57
mg55`perhaps i can download the 17.10 iso04:58
apb1963za1b1tsu, I just partitioned a new disk into ten 10GB partitions, plus a ton of free space for later.  I will use those 10 partitions for different distributions and/or versions.  I will have one /home that I mount from each partition when I boot that partition.04:58
returnits an image for virtual machines, as i understand it, created by canonical04:59
mg55`probably good idea, the ubuntu site gave me 16.04.304:59
returnfor example you can run it on amazon servers directly04:59
returnhttps://cloud-images.ubuntu.com/04:59
naccreturn: uvtool is probably the easiest way05:01
returnhm my host is running debian, not sure if i can install it05:04
returnwell maybe i will just install from a standard installation iso instead of trying to get the cloud image to run05:06
mg55`is 17.10 beta?05:08
tomreyn!17.10 | mg55`05:08
ubottumg55`: Ubuntu 17.10 (Artful Aardvark) is the current release of Ubuntu. Download at http://www.ubuntu.com/download - Release Notes: https://ubottu.com/y/artful05:08
tomreynso: no05:08
naccreturn: sorry, what are you trying to do?05:08
Svetamg55`: the version numbers are based on dates.05:08
Svetamg55`: after 10th month of the 2017 year (i.e. October 2017), this version is released.05:08
Svetamg55`: 18.04 will be out in April 2018; 18.10 will be out in October 2018. (assuming we don't die and the versioning stays the same)05:09
mg55`okay, why did the ubuntu site give me 160405:10
mg55`weird05:10
naccmg55`: because it offers LTS05:10
returnrunning the cloud image i downloaded (xenial-server-cloudimg-amd64.img) in qemu on a debian machine05:10
tomreyn!lts | mg55`05:11
ubottumg55`: LTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Xenial (Xenial Xerus 16.04.1). Ubuntu !flavors may have different support durations, check their release notes for information.05:11
naccSveta: to be clear, future releases only have codenames (bionic), the version # is not set until the release occurs05:11
mg55`i see05:11
Svetanacc: ok, thanks05:11
naccreturn: i think you can google for it, but it's way easier to do from ubuntu itself, yeah05:13
naccreturn: although this might help:https://help.ubuntu.com/community/UEC/Images05:13
mg55`where would be a link to 17.1005:13
tomreynmg55`: here's one https://www.ubuntu.com/download05:15
tomreyntakes 3 more clicks from there, and not choosing the first option05:15
mg55`it brings me to 10,0405:15
mg55`or 1605:15
mg55`16.405:15
naccmg55`: www.ubuntu.com -> desktop -> hover, 17.1005:15
tomreynmg55`: what are you looking for, 17.04 for desktops or servers?05:15
tomreynor somethign else?05:16
returnthank you, i will see if i can get it to run05:16
tomreyn*17.10, sorry05:16
mg55`Ubuntu 16.04.3 LTS05:16
mg55`is that beta?05:16
naccmg55`: no, why do you keep asking that?05:16
mg55`hehe, the link that says 17.10 Ubuntu bring you to 16.04.305:17
mg55`no joke05:17
naccmg55`: what link?05:18
naccmg55`: the one i sent you?05:18
mg55`https://www.ubuntu.com/desktop/171005:18
naccmg55`: scroll down.05:18
naccmg55`: but 17.10 is discouraged until 17.10 dotrelease comes out due to a BIOS-killing issue05:19
naccmg55`: as described on the 'get 17.10' linked page05:19
tomreynmg55`: if you're new to ubuntu on the desktop i'd defintiely recommend running an LTs release anyways.05:19
mg55`okay, so i have to download 16.04 i get it because of bios killing issues05:20
mg55`well i did install 10.04, did a update, the gnome went blank after the update05:21
mg55`16.04 i mean05:21
tomreynwhat kind of an update? did you have thrid party package repositories or software installed? if so, which?05:22
mg55`i did it though the update repository thing05:22
mg55`no the ubuntu one, i downloaded nnothing05:22
naccmg55`: gnome? or unity, do you mean?05:23
mg55`unity i am sorry05:23
tomreyndo you still have 16.04 installed? if you do and dont mind working on the temrinal for a bit you can probably have it fixed with some help from people over here.05:24
mg55`nah05:24
mg55`i ain't going though all that bio's crap to configure the video, worked great after the install though05:25
mg55`just the update killed it, the login screen worked however05:25
tomreynit's unusual that a normal patch update would cause the screen to go blank on an unmodified LTS release.05:25
mg55`perhaps i rebooted when it was still installing05:26
mg55`it said it was finished though05:26
tomreynhow could it say that wehn the screen was blank?05:26
mg55`well it disappeared so i assumed it was finished, but hell it is free05:27
mg55`i am on centos now05:28
antisolweeeeeeeellllll... the screen will go blank if you don't move your mouse. I think the default timeout is 15 minutes. but it might be 5.05:28
mg55`nah, i did05:28
mg55`the mouse moved on the blank screen05:29
mg55`but the password came up05:29
mg55`login screen05:29
=== Richard is now known as Guest91003
antisolthis does not sound like a blank screen to me05:30
mg55`perhaps i sould try 17.04 to avoid the possible bios kill05:30
antisolyou're better off with the LTS versions IMO.05:30
mg55`it was on the black screen for like 10 min, the mouse arrow could move05:31
tomreynmg55`: it's pointless to speculate what happened with your LTS release now - neither you or we can now. next time you run ubuntu and run into anissue like this, feel free to come here ans ask for assistence while the issue remains. right now there is nothing we can do for you.05:31
tomreyn*can tell05:31
Cosmo_0/05:32
antisolindeed. what tomreyn said.05:32
Cosmo_I have a question about distribution uprades.05:32
Cosmo_upgrades*05:32
SvetaYes?05:33
mg55`okay i found the 17.10 here http://releases.ubuntu.com/17.10/05:33
mg55`i have a asus laptop will it kill the bios, lol05:33
tomreynhello Cosmo_ feel free to just ask your questions right away.05:33
tomreynmg55`: read the release notes the download page points you to, it contanis a link to a list of all models known to be affected.05:35
naccmg55`: 17.04 should not be considered, it goes EOL in a week05:36
Cosmo_Well, I'm currently using xenial (16.04), a relatively fresh install. I'm using apt pinning to pull one package from bionic. It works and doesn't, won't, interfere with other dependancies. I checked. But I was wondering if in general it was be more advisable to upgrade to the distribution from which I want the package, even though it's potentially less stable, or continue to use pinning?05:36
mg55`ther isn't one05:37
Cosmo_Well, pull two packages, one is a dependancy which doesn't exist (any version) in xenial, so I figure that's moot.05:37
mg55`i did recall seeing acer and lanova05:37
naccCosmo_: it's completely unsupported to do what you're doing, fwiw05:38
naccCosmo_: so not, it is not advisable05:38
naccCosmo_: if you don't care about that, do what you want, you're root :)05:38
Cosmo_Hah yeah I suppose it's a bit of a moot question05:38
tomreynCosmo_: it's advisable to use the in-release version of a software unless you really need a newer version. in which case you have two possibly better options than pinning: upgrading (although do consider an LTS -> non-LTS release upgrade twice) and using a PPA (which can provide newer versions but are not supported by ubuntu).05:38
tomreynmixing packages from different releases though apt pinning is not a great idea due to the dependency issues you already ran into05:39
tomreynalso not supported, as n4cc mentioned.05:40
mg55`i think asus systems should be ok for 17.1005:40
Cosmo_Yeah. I need the new version and there's no PPA. It's what I get for coming from arch I suppose. But is 18 (bionic) even supported yet?05:40
naccCosmo_: no, 18.04 is not yet released05:41
tomreyn!ubuntu+1 | Cosmo_05:41
ubottuCosmo_: Bionic Beaver is the codename for Ubuntu 18.04 - Support only in #ubuntu+105:41
tomreyn)but there is no real support since its not released)05:41
Cosmo_okay so. Why is it that when I ran upgrade-manager -d it offered up 18.04 instead of 17.10?05:42
SvetaCosmo_: bionic is discussed in another channel, you can get help there. i would not say 'not supported', but i would stress that the support is provided by different people (a group of testers), and bugs may be present.05:42
naccCosmo_: read `man upgrade-manager` ?05:42
Cosmo_nacc: point taken05:42
antisolcosmo_: the other option I would suggest is compiling from source. it's rarely difficult. you can probably install most of the dependencies by doing 'apt-get source <package>' to get the dependencies and source code for the older version.05:42
naccCosmo_: or `man do-release-upgrade` probably :)05:42
Cosmo_ty nacc05:43
Cosmo_And antisol yeah, I seem to forget that you can still get source-compiled packages registering into apt05:44
antisolI recommend using checkinstall rather than doing the 'make install' step of compiling. checkinstall builds a .deb from the current directory and installs that. makes it easy to remove/upgrade things you've compiled yourself.05:44
Cosmo_oh that is excellent advice, ty05:44
antisolthe version of the source you get with apt-get source <package> will be old (in fact it's the packaged version), so that's not very useful. my point is that apt-get source <package> also installs all the dev dependencies like headers and whatnot.05:45
antisolnp. just run 'sudo checkinstall' from the program directory instead of 'sudo make install'05:45
Cosmo_Ah.05:46
antisolBUT once you've done apt-get source, you can then clone the git repo of your program and compile that easily05:46
Cosmo_Yeah if I do the checkinstall will I still get the message: State: not a real package (virtual)? Or is that something kind of up to the dev?05:46
antisolin most cases the dependencies won't change all that much, though it's possible you'll run into issues (e.g the new version might require libsomething1.5 but you only have libsomething1.3 installed). That can be annoying but in most cases it's not an issue.05:47
antisolI have never seen that message before05:47
antisolnot sure where it comes from or what it means.05:48
=== Jochen_wvdT is now known as Schlawiner
Cosmo_Well, I installed BSPWM from source and if I do apt show bspwm that's what I get05:49
Cosmo_but bspwm isn't from bionic; I did try installing the other package from deb-src as per the ubuntu documentation but that failed and I couldn't find support articles on it so I fell back on pinning.05:49
antisoloh yeah that's because there's no package for it. with checkinstall you won't get that, if you do apt-show <package> you'll get the details you put into checkinstall (it has a nice menu where you can set the version number and author and all that stuff)05:49
Cosmo_Sweet.05:50
antisolbrb05:50
antisolI never ever do 'make install' these days. ever.05:50
Cosmo_I should probably just install most of this stuff from source instead of pinning, they're all active development anyway.05:50
Cosmo_Also, is there any way to rig something to check for 'updates' against a git repo?05:51
antisolyeah if you want the latest and greatest that's what I recommend doing05:51
Cosmo_just for notification purposes.05:51
antisolnot easily that I'm aware of. if it's on github maybe you could star it and it might email you about new releases or something. That's a good question I'd be interested in seeing an answer for.05:52
Cosmo_It's less about latest and greatest and more about most of the packages in question coming from the arch community so only the latest version gets any support05:52
antisolright. that's a valid reason too.05:52
antisolok brb now.05:52
Cosmo_kk05:52
Cosmo_I figure that since github has release version reporting and such it should be possible to write a script that does all the install from source stuff with checkinstall from the info on github, and compare versions that way. Assuming there's an API for reading the info05:55
=== cinnamon_ is now known as tripelb
tripelbi installed kodi and it doesnt show in the application tree. (how do I find which ubuntu I have. I use mate)05:57
antisolthat would be a very cool thing to build. there definitely is a github API, I've used it. I haven't used the releases part but it's there: https://developer.github.com/v3/repos/releases/05:58
Cosmo_Great. If I get the time I'll look into doing it myself.05:59
Cosmo_It'd absolutely make life easier transitioning from arch xD05:59
antisolI'm tempted myself, it sounds like a really useful thing.05:59
Cosmo_Indeed05:59
antisolthe project should be named 'bleedingedge' ;)06:00
Cosmo_It'd decently compensate for there being no centralised user repository (e.g. the AUR).06:00
Cosmo_Oh also06:00
tripelbhello I have mate .. how do I find out what my OS version is?06:00
pi^gE^x4anyone an iwatch ninga06:00
pi^gE^x4uname -a06:00
dv`_or cat /etc/issue06:01
pi^gE^x4haha that was wrong06:01
Cosmo_What's the deal with the ubuntu software center? I couldn't find a jdk doing a search but it offers up 'snaps' for Discord and Intellij IDEA?06:01
antisolyou can also maybe use lsb_release -a to get the OS version06:02
nacctripelb: lsb_release -a06:02
naccCosmo_: snaps are the future for a lot of ubuntu software, tbh06:02
dv`_tripelb: hostnamectl06:02
Cosmo_Yeah I thought it might be, seems like the appropriate equivilant to the AUR (which I was heavily dependant on).06:03
tripelbok > this told me nothing.  uname -a06:03
tripelbLinux askinintheworld-559 4.4.0-104-generic #127-Ubuntu SMP Mon Dec 11 12:16:42 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux06:03
Cosmo_However, I cannot get them to work06:03
antisolyeah snaps do make a a lot of these issues go away.06:03
antisoluname is only the kernel version. try lsb_release -a06:03
nacctripelb: uname is irrelevant to your question06:03
naccCosmo_: I don't know what AUR is, but i don't think snaps are exactly the same06:04
naccCosmo_: what do you mean, exactly (cannot get them to work)?06:04
Cosmo_the login thing just gave me "An error occured". I managed to accidentally bypass the login once but the installed software was broken and couldn't detect audio hardware to I had to manually download a dev anyway.06:04
Cosmo_download a .deb*06:04
lotuspsychje!who | Cosmo_ pi antisol06:05
ubottuCosmo_ pi antisol: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :)06:05
naccCosmo_: snaps are not ubuntu controlled (speaking generally), they come from upstream06:05
tripelblsb command not found ...  hostnamectl YES I have 16.04.3  x86-64  >> I just installed kodi and it does NOT show up in the application tree.06:06
nacctripelb: lsb_release06:06
Cosmo_antisol: The AUR is the Arch User Repository. It's basically an official but unsupported repo where the community can submit and manage their own packages, and contains a lot of packages for 3rd-party software like discord.06:06
tripelbdv`_, thanks for the command that worked.06:06
naccCosmo_: yeah that's not quite how snaps work06:07
naccCosmo_: 'official' snaps, at least, are from theupstream projects themselves06:07
tripelbnacc lsb_release    no LSB modules are available.  (but I got it hostnamectl06:08
nacctripelb: as we said, `lsb_release -a`. I was just correcting your typo ( you said 'lsb command')06:08
Cosmo_naac: Well, many AUR packages download and package from upstream SFAIK. But what I meant is that it's the closest Ubuntu can get to the AUR, since the way the distros work is different06:09
naccCosmo_: maybe06:09
tripelbnacc yes that works too. thank you. (now I dont see kodi installed in my application tree)06:09
naccCosmo_: tbh, i think it's easier to just undrestand ubuntu on its own, unless you intend on also using arch06:09
streetwitchCould anyone assist me configuring any kind of email server on ubuntu?06:10
Cosmo_Yeah, it's just that arch is my strongest reference point, I haven't used ubuntu in like a decade06:10
streetwitchI'm using linode for a server06:10
Cosmo_Until now, anyway06:10
naccCosmo_: ah ok06:11
mg55`25 minutes left06:11
lotuspsychjestreetwitch: #ubuntu-server might help you on that06:11
lotuspsychjestreetwitch: there's also a #linode channel06:12
lotuspsychjemg55`: can we help you?06:12
antisolCosmo_: the closest equivalent in ubuntu land is probably PPAs rather than snaps.06:12
mg55`i am about to install 1710 on a asus comp06:13
mg55`says 25min to finished, slow connection06:13
Cosmo_Eh, PPAs don't really have that much coverage.06:14
lotuspsychjemg55`: great you chosen for ubuntu, but please only ubuntu support in this channel06:14
lotuspsychje!discuss | mg55`06:14
ubottumg55`: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!06:14
Cosmo_Functionally, yes, I suppose, antisol06:14
antisolthere are a *huge* number of PPAs. They generally do 1 or 2 programs each. It's not the same as AUR but I think it's closer to AUR than snaps are.06:15
Cosmo_Well how do you find PPAs though?06:15
Svetathey are at launchpad06:16
mg55`i just did, any other comps beside acer and Lenovo that has a bios kill06:16
Cosmo_Sveta: what launchpad??06:16
lotuspsychjemg55`: its reccomended to wait the new 17.10 iso's06:16
Cosmo_Err, what's the command to launch it?06:17
nacc!ppa | Cosmo_06:17
ubottuCosmo_: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge06:17
naccCosmo_: launchpad is a site/service06:17
Cosmo_Oh06:17
pi^gE^x4Hi  want to log all the infor to a file without email notification06:17
SvetaCosmo_: sorry, I mean https://launchpad.net/ubuntu/+ppas06:17
mg55`wait for the new 17.10?06:17
Cosmo_oh cool06:17
antisolyeah they're all on launchpad. Generally I find them because someone has recommended one on some forum thread. I've never seen a full (searchable) list of them. You might find something like https://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them informative.06:17
Cosmo_Great, thanks06:19
lotuspsychjemg55`: yes, would be reccomended, but as you already installing...06:20
mg55`would about the 17.04?06:20
lotuspsychjemg55`: eol in few days06:20
Cosmo_Also! Is it normal to not be able to find a jdk in the software center or is probably just glitching out because I'm using an unsupported DE?06:21
Cosmo_I mean I got the jdk installed but still,06:22
antisolhmmm. I can't say about the software center, I use the command line. I actually installed a new machine just a month or so ago and in this process i did 'apt-cache search jdk' and found what I wanted.06:23
Cosmo_Yeah I've been doing that too I just find it weird06:23
antisolI'd guess it's probably not normal to not show up in the gui06:23
Cosmo_I'm wondering if the only stuff showing in the GUI are snaps.06:24
antisolno, they're definitely debs06:24
Cosmo_Everything I've recognised are snaps06:24
Cosmo_Like, definitely snaps. I installed one, and it was a snap.06:25
antisolok, let me rephrase: "they definitely WERE debs". It's possible that they changed it so that it's only snaps (like I said I don't use it). But that seems like a stupid change to me. I'd show both.06:25
Cosmo_Plus they don't appear in apt-cache search06:25
mg55`do you thin i will surive the 17.1006:26
Cosmo_antisol: yeah this is my thinking06:26
alkisgCosmo_: apt searches .debs, not snaps06:26
antisolhe's asking about the software center gui, not apt. He says it's only showing snaps these days. I don't know because I haven't used it in many years.06:27
Cosmo_alkisg: Yes, that was my point06:27
Cosmo_I can't seem to find any non-snaps in it, so far, antisol06:28
alkisgCosmo_: which software center, the ubuntu or the gnome one? which ubuntu version and flavor are you using?06:28
Cosmo_uh, "ubuntu-software" and Ubuntu vanilla (but I'm not using Unity), 16.0406:28
antisolCosmo_: when I want a gui to install stuff I generally use synaptic. might be worth looking into06:29
alkisgCosmo_: what does that "i'm not using unity" mean, which desktop are you using?06:29
alkisgBtw, ubuntu-software has been abandoned06:29
alkisg"software center" nowadays refers to "gnome-software"06:30
antisolheh, of course it has.06:30
alkisgps aux|grep software would tell you06:31
Cosmo_Ah, lol, I think "ubuntu-software" is currently just an alias for gnome-software by the looks of the GUI. but I'll check the gnome one06:31
Cosmo_Uh, hybridised BSPWM (which is technically just a Window Manager) with some Unity services (e.g. the settings-daemon) running. It's semi-hand-baked. It's not any kind of official DE06:32
Cosmo_alkisg: ^06:32
antisolCosmo_: may I ask why you are switching from arch, and how long you were using arch for? I've heard good things about arch and especially it's users and docs. I've considered checking it out on multiple occasions06:32
alkisgCosmo_: if you're running gnome-software (check with ps), then it does have some issues with displaying things, which are solveable06:33
lotuspsychje!ot | antisol06:33
ubottuantisol: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!06:33
alkisgIt wasn't very ready for 16.0406:33
c06hi all facing issue in networking need some suggestions.?06:33
c06https://sketch.io/render/sk-130e9c238d2fc739665221915fa8c50c.jpeg - my architecture looks like this.06:34
antisol!idgaff lotuspsychje06:34
c06from machine1 to VM unable to ping but from machine2 to machine1 communication established06:34
Cosmo_antisol: I used arch for about a year solidly after trying unsuccessfully to switch from windows the year before. Now I hate using windows because I prefer tiling window managers. It's good but it can be a pain to get started with, especially coming from windows. Maintanence and ongoing use is very smooth though.06:35
antisolc06: firewall perhaps? or maybe it's not routed correctly?06:35
antisol(on machine1 i mean)06:35
c06antisol: thank you let me chk rules are there06:36
lotuspsychjeCosmo_: not here please06:37
antisolyeah ubuntu is more the distro for people coming from windows. arch is more of a "you can do anything you want" distro from what I've heard.06:37
Cosmo_I switched because of niche issues with software I was trying to use for University. For some reason I ran into a half dozen compatability problems last semester after have virtually no issues before that. All niche software though.06:37
lotuspsychjeCosmo_ antisol forwar to offtopic please06:37
Cosmo_Sorry.06:37
antisollotuspsychje: sorry but it seems that the mod indicator is not showing next to your name. must be a bug.06:38
Cosmo_lotuspsychje: where /is/ offtopic?06:38
lotuspsychjeantisol: we are in the #ubuntu support community here, anyone can point this to you06:38
lotuspsychje!ot | Cosmo_06:38
ubottuCosmo_: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!06:38
Cosmo_ty06:39
antisolwell then why don't you have me kicked for my blatant rule violation06:39
=== pal_ is now known as asciinema
=== asciinema is now known as pally
lotuspsychjeantisol: instead of mocking, have a little respect for the users that need actual support and perhaps read our !guidelines06:39
antisolusers such as whom?06:40
antisolcool, thanks for the info.06:40
antisolCosmo_: ^06:40
antisolalso, !guidelines are not rules, are they?06:40
antisolso I reiterate: kick me if you have a problem, or shut up06:40
lotuspsychjeantisol: move on please, if you have more questions ask in #ubuntu-ops please06:41
antisolno problem. Just as soon as you kick me.06:41
Cosmo_antisol: no worries. I'd be happy to discuss it further. Side-note: I'm not irc savy and I don't know how to resolve "Cannot join channel (+r) - you need to be identified with services"06:41
lotuspsychjeCosmo_: you need to register for offtopic06:42
Cosmo_Ah, register with freednode?06:42
lotuspsychjeCosmo_: yes06:42
Cosmo_Rightio06:42
ducasse!register | Cosmo_06:42
ubottuCosmo_: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.06:42
antisolwho cares? this is a person who just loves rules and has nothing better to do than be a bureaucrat. There is nobody in the channel trying to discuss ubuntu support, so we're not causing anyone an issue by saying 3 things offtopic.06:42
lotuspsychje!op | antisol does not understand offtopic06:43
ubottuantisol does not understand offtopic: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax06:43
Cosmo_antisol: Which is exactly why it's not worth debating IMO06:43
antisolyeah it's also not worth joining another channel06:44
antisolwouldn't talking constantly about how things are offtopic be offtopic?06:44
Cosmo_Well I'm likely to spend most of my time in offtopic anyway so I don't care or mind tbh06:45
=== Cosmo_ is now known as marcoscosmos
antisolI don't usually hang out on IRC. I came here to get help with something and then found the solution by the time it had connected to the server. Then I figured I might as well stay and help people if they need it. But apparently that's not something that's welcome in this channel if you also want to be a social creature in any way.06:46
c06antisol: i am not finding any rules06:46
c06**firewall06:46
returnyou can just switch to one of the offtopic channels06:47
antisolc06: sudo iptables -L will give you a list of rules.06:47
returni prefer iptables -S though, it is more understandable imho06:48
lotuspsychjec06: there is also a ##networking channel if you like06:48
antisolsoooo... helping people who want help is less important than strict adherence to the channel guidelines?06:48
returnbecause iptables -L suppresses some details06:48
lotuspsychjeantisol: stop that here please, move to #ubuntu-offtopic or #ubuntu-discuss to discuss it06:49
c06antisol: i ran that command and there is no rules related to that 10.10.10.x n/w06:49
antisollotuspsychje: so...... discussing the guidelines is itself a violation of the guidelines? so your bureaucracy is offtopic too then?06:50
lotuspsychjeantisol: to discuss guidelines there is #ubuntu-ops go ask there if you like?06:50
antisolhmmm ok. what about doing 'route'? I'm not really the guy to help you with routing. #networking is a good suggestion06:51
rtbthi, I'm having an issue with what seems to be graphics card drivers. There are artifacts in the vertical lines, where small horizontal lines come off the vertical lines, making the screen look fuzzy.06:51
lotuspsychjeantisol: can you understand this channel is for ubuntu support only?06:51
rtbtI've tried to change my drivers from nvidia to nouveau, but it hasn't changed anything06:51
antisollotuspsychje: I sure can. I just don't care is all.06:51
rtbtI've also noticed that the grub menu doesn't have this issue, I've also tested wayland, and wayland has the same issue, so it's not specific to X06:51
lotuspsychjertbt: can we see a screenshot of that? wich ubuntu version?06:52
antisolrtbt: that is really odd. have you got a screenshot?06:52
rtbtyes one moment06:52
c06i forgot to tell in machine2, there is one more bridge (br-brd1) using that one machine2 is communicating to machine1 now only found06:52
rtbthttps://askubuntu.com/questions/888858/fuzzy-jagged-display-ubuntu-16-10-geforce-710a06:52
antisolc06: yeah that's starting to be a fairly complicated setup. I think someone in a networking channel is more likely to be able to help06:53
lotuspsychjertbt: 16.10 is end of life06:53
rtbtthis happens on multiple distros,06:53
rtbti've currently upgraded to the latest mint06:53
lotuspsychje!mint | rtbt06:53
ubotturtbt: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle)06:53
c06ok antisol i ll try over there thank you06:54
rtbtokay06:54
rtbtall good06:54
rtbtthanks06:54
antisolrtbt. That's weird indeed. My guess would be that it's going to be either a hardware thing or a driver thing, particularly if it's on multiple distros06:54
antisolrtbt: ^06:54
rtbtantisol: I think it's driver related, as in windows this doesn't happen, nor does it happen in freebsd06:55
antisolthe fact that it doesn't happen in grub would seem to rule out a hardware issue, unless it's specific to certain graphics modes. I'm surprised it happens with both the proprietary drivers and the free ones. are you sure you switched to noveau successfully and you're not still running on the nvidia ones?06:55
antisolrtbt: yeah i would agree with that assessment.06:56
rtbtwell the xorg.conf file was deleted when I changed drivers06:56
BlueHaloHello?06:56
rtbtso I assume it's running on the default nouveau drivers now06:56
rtbtI might be wrong though06:56
antisolxorg.conf doesn't usually exist these days except in special circumstances.06:56
rtbtI'll check the logs06:56
mg55`welp, i chickened out, i ain't gonna install 17.1006:57
returnc06: have you enabled forwarding on machine2?06:57
lotuspsychjemg55`: 16.04 real stable06:58
mg55`yea, but the update crashed06:58
antisoltry doing 'glxinfo' on the command line. Near the top of the output you should see some indicator for either nvidia or noveau/mesa.06:58
antisolIt should also say "Direct rendering: yes"06:59
mg55`ubuntu-16.04.3-desktop-amd6406:59
=== LocaMocha is now known as Sauvin
rtbtantisol: Mesa DRI Intel(R) Haswell Desktop  (0x412)07:00
antisolok that sounds like the free drivers.07:00
rtbtdirect rendering: yes07:01
antisolthat's really weird and I don't know what is going on.07:01
=== sean is now known as Guest18278
rtbtantisol: I think the driver for this particular graphics card is buggy07:01
antisolyeah07:01
rtbtbecause it's an awful soldered to the motherboard all-in-one pc graphics card07:02
rtbtI'm going to have to throw it out a window I think.07:02
lotuspsychjemg55`: yeah install that and wait for 18.04 in april?07:02
antisolI'd suggest checking what version of the nvidia drivers you had installed. You might try installing the drivers direct from the nvidia website (they have an installer which bypasses the normal setup mechanisms). I have also found nvidia's linux support people to be helpful in the past, so maybe it's worth asking them. just go through the regular driver download / support channels on the nvidia website and choose linux.07:02
mg55`do do the update?07:03
mg55`inside 16.0407:03
antisolor you could try asking the noveau people. They'd probably be interested in this too.07:03
mg55`i had to fixmbr07:03
lotuspsychjemg55`: update from what07:03
antisolor a window also sounds like a reasonable alternative ;)07:03
mg55`the repository07:03
rtbtantisol: I might contact nvidia's linux support and nouveau before the window option07:04
rtbtif all else fails07:04
mg55`i did an update, probobaly was 17.10, qhat screwedit up07:04
rtbtthe window it is.07:04
rtbtthanks for the help though07:04
rtbtI appreciate it07:04
lotuspsychjemg55`: from 16.04?07:04
antisolhehe ok. They nvidia people are not all that quick to reply but they do reply and they're helpful.07:04
antisolno problem, happy to help. sorry I couldn't solve it for you.07:05
rtbtantisol: all good!07:05
mg55`yes, did a update that went blank07:05
odroidt5j7kkls07:05
mg55`however the login screen stayed07:05
mg55`weird07:05
lotuspsychjemg55`: thats not reccomended 16.04 to 17.1007:05
tomreynlotuspsychje: if you scroll up / check channel logs, you'll see a previous discussion on this topic with mg5507:06
=== leion1 is now known as leion
mg55`yea, i was digging 16,0407:06
mg55`i think i will do it again07:06
lotuspsychjetomreyn: whats the diagnose?07:06
mg55`but not to the update07:06
tomreynlotuspsychje: there was none (there also wasnt much brought forward to work with), he installed centos instead, then came here to ask whether ubuntu releases are beta.07:07
lotuspsychjetomreyn: ok tnx 4 headsup07:08
BlueHalom07:08
BlueHalo3307:08
=== pal_ is now known as pally
tomreynwelcome ;)07:20
merkaptol07:25
=== nicolo is now known as Guest45124
antisolyup, that's a vibrant channel right there. I can see why offtopic discussions are such a problem.07:40
=== Ekho- is now known as Ekho
promach_hi, I have https://paste.ubuntu.com/26351812/ but I still could not connect to internet for one of my Ubuntu box. May I know why ?07:55
Fixion_windows 10 should install under virtualbox in ubuntu right?07:56
alkisgpromach_: for servers, there's a dedicated channel #ubuntu-server; this here is mostly for desktops, which use network-manager07:56
EriC^^Fixion_: yeah07:57
Fixion_I haven't personally tried it but someone said they were getting stuck at some microsoft terms screen ...07:57
nagygFixion_, I installed it once, yes07:57
alkisgFixion_: it's working fine here07:57
nagygI'd like to process an application log file so that I'd need to search for a string in it, then use a part of the matching line (thread id) to match n more lines in the file coming after the matched line. Is awk or sed more appropriate for this?07:59
EriC^^nagyg: awk should work08:00
nagygEriC^^, could you pinpoint me what features of awk should I use (I need to read the doc first :) )08:01
alkisgnagyg: it would be easier if you pasted a sample of the log08:03
EriC^^nagyg: i dont know exactly, you could use a hack if you want where you get the thread id using awk and pass it to grep -A $(awk here..) file to get the n more lines, otherwise maybe someone else knows awk well08:05
nagygEriC^^, thanks so far. grep -A would not work because I forgot to mention that these are not necessarily consecutive lines, there might be other stuff between them08:13
nagygalkisg, pasting it here would ruin the chat I think :D but thanks08:14
alkisg!paste08:14
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.08:14
nagygEriC^^, I have a look at awk anyway08:14
alkisgnagyg: there's pastebin for that08:15
alkisgThere are numerous ways to do it, e.g. sed supports limiting between lines with the address1,address2 scheme08:15
alkisgAnd sometimes plain shell read var1 var2 etc are the easiest way08:15
nagygalkisg, thanks, I have a look at those options08:17
alkisgok08:17
Fixion_if anyone is interested to find out about the win10 install under vbox, the problem was memory allocation... try it with no less than 1 Gig and you should be ok... at least for the license/terms part of the installation...08:21
nagygFixion_, good to know, I'll be doing this soon as well08:24
mocxzhello08:54
nagyghello mocxz09:00
=== nicolo is now known as Guest56113
Nico88Hi09:12
xiaomihello09:12
Nico88whats up?09:12
xiaomiwhat?09:12
Nico88How are you?09:12
xiaomii am fine09:12
xiaomiit is very cold outside09:13
xiaomiit is snowing09:13
Nico88From where are you?09:13
xiaomijapan09:13
Nico88Ok, I am from Switzerland09:14
=== jpe_ is now known as sjpe
=== sjpe is now known as jpe
Nico88hey09:15
xiaominice to meet you09:15
Nico88Yep, nice to meet you to!09:16
Nico88*too09:16
mayankmadanHi everyone. Im having some problems with ubuntu 17.10. Im on a decent computer(i7 6700hq, 8gb RAM and gtx 950m) but it still takes more than 2 mins to boot. I am just not sure where to begin. Any help will be greatly appreciated09:17
xiaomihave you ever seen Linus Torvalds09:17
rud0lfhe is my roommate09:18
xiaomiroommate?09:18
xiaomijock?09:18
xiaomiit is pm 5:00 now09:19
TJ-mayankmadan: start with "systemd-analyze critical-chain"09:19
EdwardIIIam i reading this right - there's no spectre kernel patch out yet? https://usn.ubuntu.com/usn/09:20
EdwardIIIi've flicked through the list for the relevant CVE numbers but only find a firefox patch09:20
TJ-EdwardIII: that's correct, Industry and the kernel dev's are working on it. It requires both CPU microcode updates and changes to operating systems and compilers09:22
mayankmadanTJ-, i dont quite understand that output09:22
mayankmadanwhat is it supposed to mean09:22
EdwardIIITJ-: chunky09:23
EdwardIIIlooks like they're hoping to release packages today though based on the NOTE at the bottom here: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown09:24
sdfgsdfshit theres no spectre patch for ubuntu ?09:25
sdfgsdfwheres the github link09:25
TJ-EdwardIII: the kernel packages we've been testing since Sunday are for the meltdown issue (the Kernel Page Table Isolation patch-set)09:25
EdwardIIIthere aren't any known exploits yet afaik, is that right?09:26
TJ-There are 2 vulnerabilties, one Intel-only (Meltdown fixed by KPTI) and Spectre which requires a collection of cooperating fixes in CPU, OS, and compilers09:26
TJ-EdwardIII: Both research teams published Proofs of Concept, so we have to assume there are exploits09:27
EdwardIIIright-o09:27
TJ-!kpti09:27
ubottuSpectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: http://ubottu.com/y/ubukpti/ | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/09:27
TJ-mayankmadan: the critical-chain output should show where the boot delay is happening by the timings it reports09:28
EdwardIIITJ-: is your feeling that KPTI will come first and patches for Spectre may take longer as it requires a bunch more changes?09:28
TJ-EdwardIII: kpti should be in the archives today, if we've had no major regressions reported09:29
TJ-EdwardIII: we've got several serious regressions reported so it may not, see for example bug #174195509:31
ubottubug 1741955 in Kernel SRU Workflow "linux: 4.13.0-25.29 -proposed tracker" [Medium,In progress] https://launchpad.net/bugs/174195509:31
TJ-EdwardIII: Looks like the regression is in building out-of-tree kernel modules like nvidia, virtualbox,  ndis-wrapper  etc09:34
nagygHi, is there any way to add a local DNS nameserver to systemd-resolve besides 127.0.0.53 it uses by default? I already have a dnsmasq setup that I want to use and the other solution I've read is to symlink resolved.conf or sth similar09:34
EdwardIIIi'm also hearing buzz around serious performance issues, but just vague stuff (reddit threads, national radio that sort of thing - nothing specific)09:34
EdwardIII(and not specficially related to KPTI)09:35
TJ-* note to self: connect to charger *before* battery is exhausted :)09:40
alkisgTJ-: afaik letting the battery drop to 0% damages its health a bit, so yeah, charge it before 10% next time :)09:43
TJ-alkisg: it sure damages the running session!09:45
TJ-alkisg: here's a teaser of a problem for you, happened to me last night at midnight just as I was ready to pack up. Wanted to power up another PC. I use networked CDU (power controller) on a management VLAN via a wired Ethernet port. Couldn't ping. "Link down" and wouldn't detect cable.  Suspected cable, but cable checker said 'OK'. Suspected switch port, but other PC in port worked. patch cable PC <> PC09:48
TJ-didn't work. Checked physical port for debris/obstruction/bent pins. Suspected the KPTI kernel so tried several older kernels. No luck.09:48
TJ-alkisg: Tried changing BIOS settings. Tried powering down and removing battery for 30 seconds. Nothing. Started to suspect it'd need a soldering iron. Decided to leave it off with battery out overnight. Powered up this morning, all is well again :D09:49
alkisgTJ-: I've seen similar issues a lot of times, the workaround was to unplug the power cord, try to power up the pc so as for the capacitors to get discharged, and finally re-plug the power cord and then it booted normally09:50
TJ-alkisg: first time that's happened in over 7 years09:50
promach_How should I go around https://paste.ubuntu.com/26352180/ for gcc 7 on ARM processor ?09:50
alkisgTJ-: so I assume that the problem is some current staying in the NIC itself, maintaining some bad hardware state09:51
TJ-alkisg: yeah, that's what I did with the 30-second battery out test. pressed the power button to discharge capacities in the power-on circuitry. Seems like it needed a much longer period to allow leakage to discharge because the affected part wasn't affected by power-on circuitry09:52
alkisgTJ-: was the power cord removed at the time when you did that?09:52
omairqazihi09:52
=== MannerMan_ is now known as MannerMan
TJ-promach_: the repo is for the 12.04 "precise" release which that PPA no longer publishes (it only has packages for 14.04 Trusty and 16.04 Xenial)  https://launchpad.net/~jonathonf/+archive/ubuntu/gcc-7.1/+packages09:54
alkisgTJ-: in my experience, removing the battery wasn't needed, only removing the power cord, and pressing the power on button at that time09:54
TJ-alkisg: it needed to lose the battery; the battery was fully charged when the issue happened last night09:55
promach_how do I check my ubuntu release version ?09:55
alkisgThe battery shouldn't be related to the pci bus at all..09:55
promach_oh, mine one is precise09:55
benutzerHallo09:55
TJ-alkisg: battery discharge is unrelated except in that I'd forgotten to reconnect the charger after fixing the NIC :)09:55
alkisgHaha09:55
benutzerHello :D09:55
TJ-promach_: 12.04 precise is no longer supported09:56
benutzerWhats up ?09:56
promach_ok09:57
TJ-benutzer: The Sun. But what can we help you with?09:57
DevAntoinegosh, pairing a bluetooth speaker with ubuntu is such a pain09:57
EdwardIIIpromach_: cat /etc/issue09:57
EdwardIIITJ-: thanks for all your help clarifying things on the vulnerabilities - it was really helpful09:57
DevAntoineIt pairs automatically but pulseaudio do not find the bluetooth output unless you delete the device and add it back09:58
DevAntoineand then each time you pair it you've got the select chrome's playback to the bluetooth speaker09:58
DevAntoinethat's really awful09:58
benutzerThats nice :D09:59
TJ-DevAntoine: I've not had problems in that regard. are you sure it's PA causing the issue and not the desktop's own Sound Settings component? We've seen issues like that several times with Unity and Gnome and desktops09:59
DevAntoineTJ-: I don't know, I'm using XFCE10:00
promach_EdwardIII: thanks10:00
TJ-DevAntoine: Are you using the pavucontrol ?10:00
DevAntoineI'm not able to output sound to the bluetooth device anymore today, I've paired it again but pulseaudio does not see it...10:00
DevAntoineTJ-: I don't know, I don't think so10:01
TJ-DevAntoine: hmmm, any clues in /var/log/syslog or in $HOME/.xsession-errors ?10:01
benutzercmd is da10:02
benutzerHello :D10:02
benutzermy Name is david10:02
benutzeri have a big dick,10:02
benutzercock10:02
DevAntoineTJ-: nop, nothing in the logs10:02
TJ-DevAntoine: run "pavucontrol" (install if needed) and check if the BT speaker is offered on the Output Devices tab10:02
benutzerbig black cook10:02
benutzerIts Fantasik :D10:03
DevAntoineTJ-: oh yeah so that's what I'm using and no, the bt is not listed in the output devices tab10:03
DevAntoinebut yesterday it was...10:03
benutzeriḿ so horny10:03
benutzeran Happy10:03
benutzerand*10:03
benutzerpretty woman on my ass10:03
benutzerUhh Hot10:04
TJ-DevAntoine: hmmm! can you show us "pastebinit <( dmesg )"10:04
benutzerno10:04
benutzerironie is da but assholes not10:04
benutzerI love you so much10:04
DevAntoineTJ-: wow, I didn't know there were pastebin support, awesome!10:04
benutzeruhhhhhhhhh10:04
benutzerI love MEEEEE so much10:04
benutzerfinger o ashole feels int10:05
Flannelbenutzer: Please be professional and family friendly in here.10:05
DevAntoineTJ-: https://paste.ubuntu.com/26352235/10:05
benutzerfinger in asshole feels like suck a lollipop10:05
DevAntoineTJ-: in the bt devices list when I right click on my speaker and then click on "audio profile" nothing happens10:06
TJ-DevAntoine: I think I see a clue... you've suspended/resumed the PC haven't you?10:06
DevAntoineTJ-: yes10:06
DevAntoineUsually I don't shutdown the machine for at least 40 days10:07
TJ-DevAntoine: can you try it from a cold boot. Connect to speaker, disconnect, reconnect see if it behaves differently. If so I think you need an ACPI workaround. See my article here:  http://iam.tj/prototype/enhancements/Windows-acpi_osi.html10:07
DevAntoineTJ-: tbh I don't want to reboot now, too much stuff running10:08
DevAntoinebut I'll read you're article :)10:08
DevAntoine(fyi I've got a Thinkpad W550S)10:08
TJ-DevAntoine: OK, well I'm reasonably confident it's an ACPI issue, we see these kind of issues very frequently10:08
DevAntoineTJ-: even in 2018? -_-'10:09
TJ-DevAntoine: more so now, you'll understand why once you've read the article10:09
TJ-it contains a workaround script, quite easy to apply the workaround manually too.10:09
DevAntoineTJ-: but why does it work when booting? The part of the ACPI handling the suspend feature is not completely configured?10:11
LachezarHey all. I am not sure if I understand this correctly:10:12
TJ-DevAntoine: because the DSDT code does different things on resume compared to cold-boot10:12
LachezarIn *Ubuntu is the Docker systemd service lazy?10:12
Lachezar... by default?10:13
deemLachezar: what do you mean by "lazy"?10:13
DevAntoineTJ-: output: Linux kernel command-line parameters required: acpi_osi=! "acpi_osi=Windows 2015"10:14
TJ-DevAntoine: right10:15
Lachezardeem: It's not run on/after boot, but waits until someone 'knocks' the related UNIX socket10:15
LachezarI'm trying to understand why I need to 'docker ps' in order to start my containers.10:15
DevAntoineTJ-: modified command line is exactly the same than existing command line10:15
deemLachezar: interesting. i did not know that. maybe you can alter the behaviour by using systemctl?10:16
TJ-DevAntoine: you're already using acpi_osi= ?10:16
tomeaton17Cant wait for jan 11 can finally try 17.1010:18
DevAntoineTJ-: Existing Command Line: BOOT_IMAGE=/dev/mapper/xubuntu--vg-root ro  quiet splash $vt_handoff10:18
Lachezardeem: 1. How? I don't understand systemd. 2. Can I find out what is the default behaviour, or did I do somethign to cause it?10:18
TJ-DevAntoine: oh, so no you don't have it. So it is worth testing whether it solves it10:18
DevAntoineTJ-: so I edit the file manually then considering the sed command doesn't work?10:19
DevAntoineModified Command Line: BOOT_IMAGE=/dev/mapper/xubuntu--vg-root ro  quiet splash $vt_handoff10:19
TJ-DevAntoine: I just tested with pavucontrol connecting my BT speaker and it instantly appears in pavuctrol Output Devices tab and disappears again when I disconnect it10:19
deemLachezar: seems like its the default behaviour. but i'm sure that some older releases didn't had this behaviour10:19
DevAntoineTJ-: well, that's what it did yesterday10:19
TJ-DevAntoine: yes, edit manually10:19
DevAntoineTJ-: I add it after $vt_handoff?10:20
Lachezardeem: I have a hunch, that this might differ between Ubuntu Server and *Ubuntu desktops.10:20
TJ-DevAntoine: there will be no $vt_handoff in /etc/default/grub10:21
=== MyNickname is now known as Guest35295
DevAntoineTJ-: yeah, I see10:21
DevAntoinebut there the following: GRUB_CMDLINE_LINUX=" acpi_osi=! \"acpi_osi=Windows 2015\""10:21
DevAntoineoO10:22
zamanfhello10:22
DevAntoineTJ-: ok, so I've got a fix for your script :D10:22
alkisgHello10:22
DevAntoinerun grub-update before echoing the modified line ;)10:22
DevAntoineModified Command Line: BOOT_IMAGE=/dev/mapper/xubuntu--vg-root ro  acpi_osi=! "acpi_osi=Windows 2015" quiet splash $vt_handoff10:23
TJ-DevAntoine: hahaha yes that would help!10:23
zamanfIs it possible using Ubuntu, to open 2 music players and the sound not interact with each other, only for streaming purposes?10:23
DevAntoineTJ-: I'm rebooting10:23
vyHello! Isn't Meltdown & Spectre upgrades supposed to be released today? Am I missing sth?10:24
TJ-zamanf: if the PC has multiple output devices, yes, via Pulseaudio you can 'move' output streams to other devices10:24
zamanfTJ-, I Want to stream sound through the internet to remote locations10:25
TJ-vy: KPTI patches for Meltdown are still being tested. Regressions were found with out-of-tree modules10:25
TJ-zamanf: Oh, well Pulseaudio can do network streaming too10:25
vyTJ-: Hrm... Thanks for the info. How can I track the progress of those upgrades?10:25
zamanfwithout the need of multiple output devices?10:25
TJ-vy: bug #1741955 and you can test the kernel images from https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/pti/+packages10:26
ubottubug 1741955 in Kernel SRU Workflow "linux: 4.13.0-25.29 -proposed tracker" [Medium,In progress] https://launchpad.net/bugs/174195510:26
TJ-zamanf: to stream using PA from PC1 to PC2, PC1 needs the PA network source module configuring and PC2 needs the network sink module. I've done it for creating a multi-room sound system that can follow me around the house10:27
zamanfTJ-, I am not sure if I understand exactly what you said. Have to research it10:34
TJ-zamanf: does this make it clearer? http://www.willprice.org/2013/05/10/pulseaudio-network-streaming.html10:36
zamanfseems understandable. I will start by getting PA10:37
=== r0Oter is now known as r00ter
=== madagu is now known as MadAGu
TJ-zamanf: Pulseaudio is the default sound system10:45
zamanfTJ-, yep - I wasn't aware of it10:50
DevAntoineTJ-: I had multiple errors when Ubuntu had finish booting10:52
DevAntoineTwo unknown errors and one related to the kernel 4.4.0-14, weird10:53
TJ-DevAntoine: what kind of errors? reported by the GUI error reporter, or in the kernel messages ?10:53
DevAntoineTJ-: GUI error10:53
DevAntoineDon't know where I can find them10:53
=== leion1 is now known as leion
TJ-DevAntoine: OK, usually they pop up on next boot when there are saved crash reports. The crashes that caused them probably happened during your previous 40-day of uptime!10:56
DevAntoineoh, that makes sense10:56
DevAntoineIs there a way to not switch Chrome's playback in the pulseaudio settings when I'm switching audio output? That's tedious10:57
catmando<catmando> i'm having trouble finding boost libraries for python310:57
TJ-DevAntoine: automatically when the BT sink is connected?10:57
DevAntoineTJ-: that would be nice10:58
DevAntoineTJ-: because it stays on the audio speakers10:58
=== leion1 is now known as leion
TJ-DevAntoine: I don't use Chrome. I've just tested using Firefox playing an audio file and connected the BT speaker and pulseaudio automatically switched from the PC speakers to the BT speaker10:59
TJ-DevAntoine: this is on 16.04 Xenial11:00
DevAntoineTJ-: I'm disconnected from all the sites I was logged in, is their a link with the change in the ACPI?11:00
DevAntoineTJ-: erf, thanks :(11:00
TJ-DevAntoine: you wanted my article link again? http://iam.tj/prototype/enhancements/Windows-acpi_osi.html11:00
DevAntoinehum, I meant "is it related to the ACPI change"?11:01
TJ-DevAntoine: If the BT is connecting it looks like the issue is in the desktop. I'm using Lubuntu session here, and checking on PA config using pavucontrol.11:01
DevAntoineTJ-: the bluetooth is pairing, I see the BT output in PA but I need to set it has the default output and then set chrome's playback to it11:02
DevAntoine:/11:02
TJ-DevAntoine: how do you mean, 'disconnected from the sites I was logged in' ? You mean SSH sessions? web site sessions?11:02
DevAntoineTJ-: website session. It may be cause by Chrome's update, I was just curious11:02
TJ-DevAntoine: I don't need to change anything. Which desktop are you using?11:02
TJ-DevAntoine: acpi changes won't affect that11:02
DevAntoineTJ-: XFCE11:02
_pronet_ Hello. i have a problem, Ive recently installed (backport v4 #latest drivers) there after rebooting i cannot see the when i type ifconfig / iwconfig.. this also made my enable wireless option on the network tools bar to disappear. How do i fix this?11:03
_pronet_<_pronet_> them*11:03
TJ-DevAntoine: it could be a gnome issue, since XFCE uses a lot of gnome under the hood11:04
shenglinhello11:05
shenglin:user11:05
shenglinquit11:05
blueskanleave11:07
=== leion1 is now known as leion
fabibzleave11:47
mocxzhello11:47
cranksliderhello. how do I add changed to /etc/hosts permanently? Every time I a new network device appears or disappears, /etc/hosts is regenerated and my records are deleted.12:00
DrGrovHello everyone! A quick question, any good tools to have a network monitor in 16.04? Preferrably one that has logging possibilities12:02
hateballDrGrov: By network monitor, what do you mean?12:03
hateballDrGrov: is it your local machines ip traffic, or do you want to monitor hosts and services across a network?12:03
=== philip is now known as philby01
DrGrovhateball: Hi. Yes, for my local machines connected through the router via a 4-port switch. I would like to see the traffic through the switch itself.12:05
hateballDrGrov: well then you'd need to route all traffic across your logging machine. Does your router not provide this functionality?12:06
DrGrovhateball: Yes, my router provides logging and QoS but.... Ah but now I know.12:07
DrGrovhateball: What I actually mean is to have a monitor that only shows downstream and upstream connections12:07
hateballDrGrov: does your switch have snmp?12:07
DrGrovhateball: Unfortunately not, it is a non-manageable switch12:08
hateballThen I don't see how you would achieve it other than intercepting the traffic12:09
hateballDoes the router have SNMP?12:09
DrGrovhateball: Yes, the router has SNMP if I recall correctly. Will verify that.12:09
hateballDrGrov: Then there is for instance MRTG to poll and graph traffic on an interface12:10
cranksliderEvery time a new network device is added/removed, /etc/hosts is regenerated (and I lose records there). This line appears ¨# This file is automatically generated by /sbin/hostname.sh¨. But /sbin/hostname.sh is not present in the system12:11
DrGrovhateball: I can see the traffic on all interfaces. That is fine. I am certain that I am explaining myself rather clumsy.12:11
hateballthen again, the traffic would be handled within the switch once all machines have each others mac in arp12:11
DrGrovhateball: Is there any sort of CLI app that only shows current status, both downstream/upstream?12:12
DrGrovLike a logger or sorts?12:12
DrGrovhateball: I mean having something like xsensors showing CPU temperature. Same idea but only per session based logging.12:14
TJ-crankslider: looks like you've previously implemented this http://xmodulo.com/how-to-set-up-proxy-auto-config-on-ubuntu-desktop.html12:14
hateballDrGrov: well you can run iftop on your local machine12:14
hateballDrGrov: but as I understood it you wanted 1 machine to monitor anything running across a switch12:15
sdaI'd like to create a .deb package from my C++ project. Is there any tool that can collect the necessary libraries and plugins and put into the .deb file?12:15
hateballDrGrov: for local traffic logging there's eg vnstat or darkstat as well12:15
DrGrovhateball: Yes, that would be optimal. But I will rely on the router itself for the time being. It does it quite handy but requires always a browser of sorts.12:16
TJ-sda: see http://packaging.ubuntu.com/html/12:16
DrGrovhateball: I will try iftop, vnstat or darkstat to see whether that is what I need.12:16
DrGrovhateball: Thank you for your kind help12:16
rezzedAfter installing ubuntu 16.04, I can't get my computer to boot from cd. The linux installation was okay (dual-boot w/ win10), but now when I try to boot from linux live cd, it goes straight to grub. The boot order in BIOS is set to boot from cd. Any ideas?12:18
hateballDrGrov: if you want to query the router somehow not in a browser then snmp really is the only way, and even then I dont know of a tool that does it in realtime so you would need to write your own or adapt something12:19
TorgeirI want to install ubuntu on a computer that is not able to boot from anything els than its internal HDD. My plan is to attach this drive to another computer, place install files on it, and boot from that, and install to itself (the same drive). Is this possible?12:19
hateballTorgeir: you could likely install in the other machine and just move the disk over12:19
hateballTorgeir: exception being if you install nvidia binary driver12:20
Torgeirhateball: Wont that cause hardware problems? With drivers and such. Installing with other hardware12:20
hateballTorgeir: nah12:20
hateballTorgeir: well, with few exceptions like nvidia binary. otherwise the kernel should figure it out at boot time12:20
Torgeirmaybea i can use VMware and install ubuntu on that drive mounted over USB then?12:20
DrGrovhateball: Okay I see, will dig in to the router a bit more thorough after a while.12:21
DrGrovhateball: Do you have experience of a good working QoS with MAC filtering enabled on all devices?12:21
Torgeirhateball: Because i dont have a second pc i can install ubuntu on it from. Just got a mac, and that wont work well :P12:21
hateballDrGrov: I do not12:21
hateballTorgeir: right12:22
hateballTorgeir: no idea how well it would work install to a drive in USB passthrough mode, if it is even possible12:22
DrGrovhateball: Okay12:22
DrGrovhateball: Thank you for your kind help and have a good day! :)12:23
hateballDrGrov: :)12:23
Torgeirhateball: But do you think placing installer on one partition, and install to another partition on the same drive sounds like troubble?12:24
zertyuhi there12:25
TJ-Torgeir: the VM route is a good one; I've used that many times12:25
hateballTorgeir: I think the installer will probably not like it when it comes to installing the bootloader, I'd sooner try a VM if possible12:25
Torgeirhateball: Okey, thanks.12:26
zertyui m getting this error during apt update12:26
zertyuW: http://packages.elastic.co/kibana/4.5/debian/dists/stable/Release.gpg: Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1)12:26
cranksliderTJ-, thanks. I´ve found /etc/hosts.custom. So I guess I should put what I want to this file. And changes will be reflected in /etc/hosts.12:26
TorgeirTJ-: Ok. Vmware Fusion or Workstation?12:26
zertyuwhat is it ?12:26
TJ-Torgeir: I don't use VMware so I couldn't say12:27
zertyu Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1)12:29
zertyuanyone know what is it ?12:29
hateballzertyu: yes, you're using a third party repo with a weak key12:30
hateballzertyu: https://wiki.debian.org/Teams/Apt/Sha1Removal12:30
=== mquin_ is now known as mquin
sdaI am using ldd ./program to collect libraries that the program depends on and go to the directories manually and copy the files. Is there any tool that can do the work automatically?12:32
konimexi don't know about program, but i think you can make a simple bash scripts for that12:36
TJ-sda: that's not how we work with Ubuntu packages, the system provides the libraries, not the application. If your application needs specific library versions that the distro doesn't install then you should package your application as a 'snap'12:36
roseswhen is the meltdown patch being released?12:43
Ben64!kpti12:43
ubottuSpectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: http://ubottu.com/y/ubukpti/ | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/12:43
rosesim from europe and I meant if I have to wait to 09>00 us time for the coordinated release12:44
hateballI think release times are generally GMT-ish12:45
rosesa...12:46
=== hays_ is now known as hays
=== tom is now known as Guest49750
BluesKajHiyas all12:48
zertyui still got the sames issue12:49
zertyueven after deleting the key12:49
zertyuW: http://packages.elastic.co/kibana/4.5/debian/dists/stable/Release.gpg: Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1)12:50
zertyuhow to fixe it ?12:50
sw0rdyhi, 16.04 is using Unity Desktop right?12:53
ilmaisinsw0rdy: yes12:53
sw0rdyis it easier to transform 16.04 to look like a Mac or 17.04 is better to achieve that?12:54
catmandohey all12:55
catmandoi'm trying to find tog-pegasus-libs for ubuntu12:55
catmandobut i'm not having any luck12:55
catmandoany ideas?12:55
sw0rdyilmaisin ^12:55
matglashi there, regarding meltdown and spectre. Are there any remote exploits already known to be out there?13:01
NuttyNuttersonHow do you open tty1?13:01
NuttyNuttersonIn Ubuntu Gnome 17.0413:01
NuttyNuttersonctrl + alt + f1 doesn't work13:02
shiroininjatry ctrl+alt+F413:02
ilmaisinsw0rdy: i am not sure, both unity and gnome3 seem to have mac-like themes, though unity's taskbar behaviour is probably more mac-like by default13:04
Langleysw0rdy, maybe you would like elementaryOS more13:05
sw0rdyLangley: nah I don't know linux so I'm gonna stick to ubuntu for the huge community and will use Macbuntu to transform my ubuntu... I mean I already installed eOS but I can't run it well without support.13:09
=== leion1 is now known as leion
matglasHow would I be able to install a updated kernel on 12.04 from the canonical repo? I have been able to install the 3.13 kernel from the linux-image-general-lts-trusty but as I understand this will not receive a update.13:19
TJ-matglas: do you mean for the 12.04 extended support?13:19
matglasno I don't have extrended13:20
matglasThats the problem.13:20
Henk_I installed a kernel by using ukuu13:20
TJ-matglas: right, because we don't support 12.04 any more. Generally though you can install any kernel image version that supports the architecture13:20
Henk_http://www.omgubuntu.co.uk/2017/02/ukuu-easy-way-to-install-mainline-kernel-ubuntu13:21
matglasThe architecture is like x86_64 right?13:21
Henk_I'm not sure from which release ukuu is working13:22
matglasTJ-, thanks. So I can use the ppa mentioned here from canonical https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown13:23
TJ-matglas: yes13:24
=== leion1 is now known as leion
matglasTJ-, thats helpfull. Great!13:24
sw0rdydoes 17.10 have any bios issues remaining_13:26
FenJaiI have an external HDD plugged into my ubuntu 16.04 server. The drive appears in lsusb but not /media or /dev so I cant mount it. I can see it being connected in dsmesg but I cant mount it. What am I doing wrong here ?13:28
TJ-sw0rdy: the kernels were fixed almost immediately, and the new ISOs are available in release/daily  for testing13:28
LangleyFenJai, what about GParted?13:29
sw0rdyTJ-: if an issue rises after I format and install 17.10, can I just reformat with 16.04?13:30
sw0rdyeven though I don't see my model in the list of affected models13:30
akikFenJai: the hdd should be available in /media/username/something, not directly in /media. you can list all your storage devices with "sudo fdisk -l"13:32
FenJaiI'll try gparted Langley13:32
FenJaisudo fdisk -l doesnt show the external disk akik13:33
akikFenJai: you can also inspect the "dmesg" output at the time when you connect it to your computer13:34
FenJaidmesg reports its connected akik13:34
akikFenJai: you should see this kind of line showing the disk's partitions "[ 1877.405325]  sdb: sdb1 sdb213:35
TJ-sw0rdy: With the new images an issue won't arise due to the INTEL_SPI_PLATFORM driver since it has been disabled13:35
FenJaiakik, no mention of partitions. Just device info: https://pastebin.com/6XT8m1TM13:37
sw0rdyoh ok13:39
akikFenJai: do you have a usb 2.0 port in your machine? i found a report saying it would not show up on usb 3.0 port13:39
FenJaiLet me check13:39
sw0rdyTJ-: then why don't they have a download mirror on ubuntu.com for 17.10 they still didn't enable that13:40
sw0rdyonly available via bittorrent13:40
TJ-sw0rdy: The images are being tested to ensure no regressions13:42
sw0rdyok TJ-13:43
=== leion1 is now known as leion
TJ-sw0rdy: tthe ISOs are available via HTTP too13:43
sw0rdythanks13:43
FenJaiSame thing happens when I plug it in to a USB 2 port akik13:43
sw0rdyTJ-: from ubuntu.com ?13:44
sw0rdyI'm trying to find them13:44
TJ-sw0rdy: http://cdimage.ubuntu.com/artful/daily-live/20180105.1/13:44
sw0rdynice13:45
sw0rdyand that was fast :D13:45
TJ-sw0rdy: ISO QA test tracker is here http://iso.qa.ubuntu.com/qatracker/milestones/385/builds13:45
sw0rdyI as going to this link https://launchpad.net/ubuntu/+cdmirrors before you found that13:45
TJ-FenJai: have you tried "sudo modprobe usb_storage" ?13:49
FenJaimodprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.4.0-96-generic/modules.dep.bin'13:50
FenJaimodprobe: FATAL: Module usb_storage not found in directory /lib/modules/4.4.0-96-generic13:50
FenJaiSo does that indicate a kernal issue TJ- ?13:50
TJ-FenJai: let me check, it may be built in or have changed name13:50
FenJaiIm getting the same error for modprobe usb-uhci, modprobe usb-ohci and modprobe usb-storage TJ-13:52
TJ-FenJai: try "find /lib/modules/ -type f -name 'usb-storage.ko'  "13:52
TJ-FenJai: maybe able to fix the depmod issue with "sudo depmod -a 4.4.0-96-generic"13:53
FenJaiIts here TJ- /lib/modules/4.4.0-104-generic/kernel/drivers/usb/storage/usb-storage.ko13:53
TJ-FenJai: once you've done the depmod, retry the modprobe13:54
FenJaiWeirdly, it cant find the file depmod: WARNING: could not open /lib/modules/4.4.0-96-generic/modules.order: No such file or directory13:55
TJ-FenJai: It sounds like the linux-image files are missing, which doesn't seem good13:58
TJ-FenJai: has the system run out of free space or inodes? ("df -h" and "df -ih")13:58
ppfcan i have mount not fail if something is already mounted?13:59
FenJaiTJ-, Seemingly both are fine: https://pastebin.com/Sn98bkFG13:59
FenJaiAnyway I can download the images again ?14:00
TJ-FenJai: try reinstalling the package: "sudo apt-get --reinstall install linux-image-4.4.0-96-generic"14:00
FenJaireinstalled, modprobe and depmod executed with any errors14:02
TJ-FenJai: OK, are the partitions seen now?14:03
TJ-FenJai: if not you may also need "sudo modprobe uas" -- this should all be done by udev when you hotplug the device after a reboot14:04
=== Guest98 is now known as uphoria
FenJaiYup, its coming up now. Its not auto mounting to /media but I can try mount it manually now14:07
FenJaiSo what was the issue TJ- ?14:07
A24D2n1_B124V0hallo14:08
TJ-FenJai: somehow you'd broken the linux-image install so module lists weren't correctly built by depmod, so udev couldn't insert modules on demand14:13
TJ-FenJai: you can use "udisksctl mount --block /dev/sdXY" to mount to /media/$USER/ if the file-manager/DE doesn't do it automatically14:13
daverhi guys14:26
daverneed some help with ubuntu server 16.0414:26
daverdont get the ethernet interface to receive dhcp lease14:27
davertried everything i could find on the web14:27
daveralready edited apparmor profiles to exclude dhclient14:27
davernothing worked14:27
daverany suggestions14:27
hringriinHello. Is there any chance to recover the file /var/lib/dpkg/status w/o having *anything* in /var/lib/backup due to an emergency shutdown of my vserver provider? I was working on the server but on non-dpkg/non-apt related things. The filesystem went readonly and opening vim e.g. caused pages of errors.14:28
=== albech1 is now known as albech
=== albech2 is now known as albech1
=== Peetz1r is now known as Peetz0r
lugghello, I did a recent update (dist-update) and after rebooting, my laptop no longer sees a bootable drive. I've gotten as far as creating a bootable "System Rescue CD" thing and GParted sees my hard drive, but I'm not really sure what to do. Can anyone please help?14:36
DevAntoineTJ-: so, after turning off and on again the bluetooth speaker my laptop does reconnect to it but I still have to set it as the default output in PA14:37
hringriindaver: did you change your dhclient.conf in /etc/dhcp in any way?14:37
hringriinlugg: if you see your device while booting a live-system, try to chroot and figure out, whether your grub/syslinux/... config might have changed14:38
EriC^^lugg: can you get a terminal in the gparted boot cd?14:39
luggEriC^^: yes14:39
EriC^^lugg: type 'sudo parted -l | nc termbin.com 9999'14:39
jk^!tor14:40
ubottuTor is a program to route connections through several servers for anonymity. It is in Ubuntu's repositories, but the Tor Project recommends using their Tor packages due to past issues with Ubuntu's. For setup info, see option (2) of https://www.torproject.org/docs/debian.html.en14:40
lugglet me try to get this online14:40
EriC^^lugg: nevermind, try 'parted -l | grep ext'14:41
EriC^^lugg: does the disk show up in the bios?14:42
lugghttps://usercontent.irccloud-cdn.com/file/LZCqDuCN/1515508941.JPG14:42
luggyes, bios sees it, so I'm hopeful I can get data off of it?14:42
EriC^^lugg: yeah, try just 'parted -ls'14:43
EriC^^lugg: did you also update windows at the same time?14:43
lugghttps://usercontent.irccloud-cdn.com/file/L2g1O442/1515509026.JPG14:43
luggsorry for the terrible photos but I guess this is the best I can do, lol14:44
EriC^^lugg: it looks like the partition table is missing14:44
luggis that bad, or very bad? :|14:44
EriC^^lugg: it's not so bad, the filesystems should still be there, just who knows where, not that big of a deal14:44
EriC^^lugg: can you install packages in that gparted terminal? (you need 'testdisk')14:45
luggis there a magic command I can run to recreate a partition table and leave data intact?14:45
luggit comes with testdisk, so I'm good there14:45
EriC^^lugg: sort of, testdisk looks for old partitions and lets you reconstruct the table14:45
luggjust ran it14:45
EriC^^lugg: cool type 'testdisk'14:45
luggit's asking about a log file14:45
EriC^^choose no log14:46
luggok... it sees my SSD14:46
lugg"Proceed"?14:46
EriC^^yeah14:46
luggNow it's asking about a partition table type14:46
EriC^^it should highlight it's guess at the partition table type, choose whatever s highlighted14:47
lugg"None" ... sounds maybe wrong? Or just run with it?14:47
EriC^^sounds wrong yeah14:47
lugglet me grab a pic14:47
EriC^^did you have only ubuntu or windows too?14:47
luggjust ubuntu14:47
EriC^^do you know if it was uefi or bios legacy?14:47
EriC^^ok, any idea about the uefi?14:48
lugghmmm, maybe uefi, because I remember seeing stuff about uefi in the apt-get dist-upgrade thing14:48
luggbut I'm not 100% sure14:48
EriC^^lugg: ok, try choosing 'gpt' for the type14:48
lugg it won't let me upload pics now (heh, always my luck) but the options are: Intel/PC, EFI GPT, Humax, Mac, None, Sun, Xbox14:50
luggthe Intel one seems like the most reasonable I guess?14:50
ChilestuffGreetings denizens14:50
EriC^^lugg: no choose efi got14:50
luggk14:50
luggthen Analyse?14:50
EriC^^yeah14:51
luggIt found 3 partitions: two called MS Data and one called Linux Swap. All three show "Structure: OK"14:52
luggThe first MS Data is small, the second much larger14:52
EriC^^lugg: can you show a screenshot?14:53
lugglet me try again14:53
ChilestuffAnyone familiar with Icewind Dale and Neverwinter Nights requirements?14:56
luggEriC^^: finally got it on the network! https://pastebin.com/j5VNZek714:57
ChilestuffI'm unable to find linux versions and would like advice on the best means for running them in Ubuntu14:57
EriC^^lugg: it looks perfect, write the current layout14:58
luggEriC^^: do that on all three?14:58
EriC^^lugg: yeah the way they are14:58
luggOK, did the write on all three, confirmed, and rebooted... but the laptop says "No bootable device" so it doesn't appear to have revealed grub or whatever15:00
luggcrazy15:00
brainwashChilestuff: they should run just fine with wine. no sure if the linux clients for these games are still maintained, or work at all15:01
kostkonChilestuff, the enhanced edition of icewind dale is on gog15:01
ChilestuffWell the BG & BG 2 have linux versions, but not the newr games  :/15:02
EriC^^lugg: are you sure it wrote them? did you run parted -ls again?15:02
lugglet me try that15:02
brainwashChilestuff: didn't they announce an enhanced version for nwn?15:02
ChilestuffOops, I mean IWD215:02
ChilestuffI'm on gog now, and everything after IWD2 has only winblows versions15:03
brainwashyes15:03
brainwashhttp://press.beamdog.com/nwnee/15:03
hanetzerwhat package currently providesthe ffmpeg program for ubuntu?15:03
brainwashChilestuff: simply use wine15:04
ChilestuffI have no clue. I'm brand new to linux and am looking for all the old games I never finished15:04
Chilestuffwine I have15:04
brainwashideally, update to wine 2.x or 3.x15:04
brainwashubuntu usually ships with an old version15:04
ChilestuffI just wanted to be sure I could run them all before I paid for em  :)15:05
brainwashhanetzer: isn't that the ffmpeg package?15:05
lugghttps://usercontent.irccloud-cdn.com/file/Oj1qFM7d/IMG_1703.JPG15:05
kostkonChilestuff, also here's the full collection sans iwd2 http://store.steampowered.com/bundle/380/The_Infinity_Collection/15:05
luggEriC^^: they seem to show up now15:05
hanetzerapt install ffmpeg din't like that15:05
daverhringriin: no, i didnt change anything there15:05
EriC^^lugg: what about the type of the partitions?15:05
brainwashChilestuff: I can confirm that they do run with wine15:06
EriC^^lugg: also do you have efibootmgr installed on the gparted cd?15:06
luggEriC^^: they're in the screenshot, one is fat32, one is ext4, and one is linux-swap15:06
Chilestuffkostkon, thanks, but I can get the full set for $60 on gog15:06
brainwashhanetzer: which ubuntu release is that?15:06
EriC^^lugg: does the fat32 have a boot,esp flag?15:06
hanetzernvm, I'm an ijit. been a while since I used *bunto, forgot to apt update :P15:06
ChilestuffIncludidng IWD215:06
luggmsfdata flag only :(15:06
hanetzerbrainwash: xenial, its inside the windows subsystem for linux thingus15:07
luggEriC^^: I do have the efibootmgr though15:07
brainwashhanetzer: ok15:07
EriC^^lugg: type 'gdisk /dev/sda'15:07
hanetzerits all good, I'm just dumb, thanks o/15:07
lugghttps://usercontent.irccloud-cdn.com/file/m7tYPgKh/1515510500.JPG15:08
luggEriC^^: ok it's in the screenshot there15:08
hringriindaver: ok, you should have systemd, so what does `journalctl | grep -Ei dhcp`, run as root, show regarding dhclient or leases?15:08
EriC^^lugg: press 't' then 115:10
ChilestuffOk, off to waste money on frivolous pursuits15:10
EriC^^then type 'ef00'15:10
ChilestuffThanks15:10
luggEriC^^: "Microsoft basic data", it says15:10
luggthen asks for a hex code15:10
lugg(sounds scary lol)15:10
EriC^^lugg: then press 'w' to write it and quit15:10
EriC^^lugg: then run 'efibootmgr -c -w -l \\EFI\\ubuntu\\shimx64.efi -L "ubuntu" -p 1 -d /dev/sda'15:11
EriC^^lugg: type ef00 as the hex code15:11
scionderAnyone know how to prevent branding files from being overwritten on updates? Specifically in /etc the lsb-release and os-release files? Seems to get overwritten sometimes with the parent distro's branding...15:13
daverhringriin: i always get DHCPDISCOVER on ens4 to 255.255.255.255 port 67 intervalxy (xid=0xae83cd33)15:18
daverintervals are changing15:18
luggEriC^^: sorry for the delay, jugging work stuff at the same time. When I ran the efibootmgr command you gave, it says "Could not prepare Boot variable: Read-only file system"15:18
daveri am using the Internet Systems Consortium DHCP Client 4.3.315:18
daverif I config the network manually it works fine15:18
daverif I connect the cable to another system (MAC) i get dhcp lease without problems15:19
EriC^^lugg: try mount -o remount,rw /sys/firmware/efi/efivars15:19
luggEriC^^: ok, sweet, that worked and allowed the previous command to run successfully15:20
luggEriC^^: parted -ls doesn't show the efi flag though, should it?15:21
hringriindaver: did you make any changes to /etc/network/interfaces ?15:21
hringriindaver: or do you use NetworkManager ?15:21
luggoh wait15:22
luggI didn't do the write after the gdisk thing15:22
luggjust did that, now I see "boot, esp"15:22
lugggoing to reboot now15:22
daverhringriin: I edited interfaces for autoconfig with ens415:23
EriC^^lugg: ok15:23
daverif I manually start dhclient also nothing happens15:23
luggok well it still doesn't want to boot, but I'm assuming there's some progress15:23
luggEriC^^: do I need to redo the efibootmgr command again after doing the gdisk ef00 write thing?15:23
hringriindaver: could you provide that config (via pastebin or s.th. ?)15:23
daverhringriin: never used a command concerning networkmanager, so I guess no15:23
hringriindaver: ok15:24
EriC^^lugg: nope15:24
lugghmmm, darn15:24
EriC^^what does 'efibootmgr -v' show right now?15:24
daverits just: auto ens415:24
daveriface ens4 inet dhcp15:24
luggEriC^^ https://usercontent.irccloud-cdn.com/file/KmoMOWm8/IMG_1705.JPG15:25
EriC^^lugg: doesn't look like it saved anything15:26
EriC^^lugg: try 'mount /dev/sda1 /mnt'15:26
lugg"can't read superblock"15:26
luggthat sounds bad15:27
EriC^^sort of15:27
EriC^^what about 'mount /dev/sda2 /mnt'15:27
lugg"Structure needs cleaning"15:27
lugglol15:27
EriC^^do you have important data on the disk?15:27
luggthere's truly just one file I want to get from it, if I can15:28
EriC^^i'd recommend cloning it at this point and then trying to run fdisk etc15:28
EriC^^i mean fsck15:28
EriC^^lugg: what does 'parted /dev/sda unit s print' show?15:28
luggEriC^^ https://usercontent.irccloud-cdn.com/file/87rjXKcv/IMG_1706.JPG15:29
=== get_calf is now known as DennisBagley
DennisBagleyx failing to start correctly with "eglGetDisplay() failed; glamor detected, failed to initialize EGL15:31
EriC^^lugg: the sectors look right15:31
EriC^^lugg: i'd clone the 2nd partition at least, and then run fsck on it and see what happens15:31
DennisBagleycan anyone offer any insight ??15:31
luggEriC^^: the second partition is what has user data, correct?15:31
EriC^^lugg: yeah, supposedly15:32
bgr347hi15:33
bgr347i'm trying to compile and build from source python 3.6.4. not sure how to do that.15:33
EriC^^lugg: probably best to clone the whole thing since it's most of the drive, in case testdisk was off by few sectors or something15:33
JonelethIrenicusanyone know of a way to make it so certain applications show up in the panel properly when using Dash to Panel?15:36
jilhi15:36
jilWhat tool do you use to organize you pictures ?  label, sort, tag, browse ?15:37
jilI have shotwell and pix but not satisfied.15:37
jilAll I need is to be able zoom in out on a bunch of images without restriction on size of thumbnail, (and tagging)15:38
jilalso be able to see pictures in subfolders wihtout having to select them one by one.15:39
wasutton3_workanyone know how to fix this java error: Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.15:40
wasutton3_workI'm on 16.04, openjdk-815:40
daverhringriin: look above, wrote without highlightning15:40
hringriindaver: ok, have to resign. sorry. I have no clue, why the default config does not work. have you tried invokin dhclient manually?15:44
cfochhello, what package do I have to install to have15:44
cfochgst/opencv/gstopencvvideofilter.h:15:44
cfoch?15:44
kajoverhi, what is the future of ubuntu? The step towards Gnome was a great decision but is there any news with regard to Ubuntu Phone or Ubuntu One to create a complete ecosystem?15:44
kajoverI would love to switch but this holds me back a bit.. What would also be great is if Ubuntu creates some hardware, but that is another story15:45
pedrocrcfoch: https://packages.ubuntu.com/search?searchon=contents&keywords=gstopencvvideofilter.h&mode=exactfilename&suite=artful&arch=any15:46
nacckajover: not really ontopic for this channel15:46
pedrocrcfoch: packages.ubuntu.com is a great resource15:47
nacccfoch: if you have ubuntu installed, `apt-file` is an equivalent resource15:47
cfochI've already installed libgstreamer-plugins-bad1.0-dev15:48
JuJuBee_Need help.  As soon as my laptop boots to login screen, it does a shutdown.  The shutdown looks like a normal shutdown.15:48
cfochand the directory /usr/include/gstreamer-1.0/gst/opencv is not creaetd15:48
cfochcreated*15:48
nacccfoch: what version of ubuntu?15:50
rosesis it recommended to install the Candidate kernels from https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown ?15:50
pedrocrcfoch: nacc: I can confirm that on 16.0415:51
kajovernacc, what channel should I join?15:52
whitebeastso i have tried a few things and can come up with nothing, is there another browser i can use that recmended for ubuntu.. other than fire fox15:52
JuJuBee_IT seems to shutdown even in recovery mode.  Any suggestions?15:52
pedrocrcfoch: nacc: according to that same page the file was only added in artful15:52
cfochnacc: 16.0615:53
cfoch16.04 *15:53
pedrocrcfoch: it was only added in artful (17.10)15:54
lucianopreciso de ajuda para instalar o safari no ubuntu no meu orange Pi Pc Plus15:54
naccpedrocr: cfoch: always good to ask that first, as avoids issues like this :)15:58
JuJuBee_Anybody here able/willing to help with boot issue?  System does shutdown as soon as I see login screen.  Also if I go to recovery mode and when I tried to get to the grub> menu it also shutdown15:59
whitebeasti cannot install any thing from the web except through the terminal,, any ideas on how to fix this?16:02
naccwhitebeast: that sentence makes little sense16:03
naccwhitebeast: what are you installing?16:03
TJ-JuJuBee_: that suggests either the battery is exhausted or the CPU may be overheating16:03
jilwhat photo manager software do you recommand, for tagging groups of pictures, zooming in and out, and visualizing subfolder pictures ?16:03
TJ-JuJuBee_: what release of Ubuntu? what make/model of PC?16:03
naccjil: try different ones until you find one you like16:04
alkisgJuJuBee_: sounds like a hardware problem, does it work with any live cd?16:04
naccjil: we try to avoid recommendations/polls here16:04
whitebeastive tried installing a new iso file, but i discoverd that i cant even install anything from even ubuntu software center, ive used wget in the terminal but thats the only way ive found it works16:04
naccwhitebeast: 'installing a new iso file'? with what?16:04
whitebeastjust online with fire fox16:04
naccwhitebeast: do you know what an iso is? do you mean you tried to create a guest?16:04
jilok, but I've been trying severals already, pix, shotwell and other that I deinstalled.  hoped to benefit from your experience16:06
jilnot to do the same mistakes again and again...16:06
whitebeasti guess i dont know what an iso is. im downloading a new operationg system file, yes guest did the same thing16:06
naccjil: what experience? just try them and see ... what mistakes can you be making?16:06
jilnacc the mistaking of trying stuff that you allready tried and found useless16:06
naccwhitebeast: ok, if you're downloading an ISO, you put it on a USB or put it on a CD or you start a guest with it. You don't 'install' it16:06
JuJuBee_TJ-: I am using 16.04 on a System76 Oryx laptop.  I disconnected the AC Power Adapter and it seems to boot and the battery is at full.16:06
naccjil: i would suggest just doing some searching online, then. There are many websites that provide lots of such overviews. Not a support topic, imo.16:07
TJ-JuJuBee_: and when the AC charger is powering it, it does a shutdown?16:07
whitebeastlol right. i cant install anything from ubuntu software center, and i cannot download files from any browser16:07
kireanI upgraded my ubuntu 16.04 to 17.04 and the displays icon/command is gone. I did find : https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1673253 but the solution doesn't work for me. I also upgraded to 17.10 in an attempt to get it fixed, but still no go16:07
ubottuLaunchpad bug 1673253 in unity-control-center (Ubuntu) ""Screen Display" icon is missing from System Settings" [Undecided,Fix released]16:07
JuJuBee_TJ-: it did, I have not re-connected it yet.16:07
kireananyone with any leads on what I can do?16:08
naccwhitebeast: you keep saying 'cant'/'cannot'. What actually happens?16:08
JuJuBee_TJ-: thought I would let the battery drain.  This laptop is my "desktop" and usually stays put and plugged in.16:08
TJ-JuJuBee_: that's rather the opposite of what we expect!! Hmmm, it suggests a charger failure of some sort causing the charge controller to shutdown the PC to protect it16:08
whitebeastin the browser it just says file missing or lost, in the software center it just does nothing, i can click install as many times as i like, just nothing16:09
naccwhitebeast: 'file missing or lost'? can you give me an example URL?16:09
JuJuBee_TJ-: that is possible I guess.  I will let it drain and check the charger.  Luckily I have a second charger so I can swap if that is it.  Still under warranty thankfully16:09
V7is it possible to change the default range of ip addresses when sharing an internet connection through ethernet in Ubuntu >16:10
V7?16:10
whitebeasti can do a screenshot of what happens but im not entirerly sure how16:10
whitebeastto send it here16:10
nacc!imgur | whitebeast16:11
auronandace!screenshot | whitebeast16:11
ubottuwhitebeast: Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://imgur.com/ and link the created page here.16:11
naccauronandace: thanks :)16:11
whitebeastthank you16:11
TJ-JuJuBee_: if it isn't the charger the next thing I'd suspect is the ACPI sub-system getting confused about the state of the battery when the AC is online16:12
alkisgTJ-: acpi before the os loads?16:13
jilnacc: understood. I'll go back wher I came from then.16:13
alkisgHe said it happens at grub as well...16:13
TJ-alkisg: Sure, firmware has to do some initial config too, OS takes over16:13
alkisgTJ-: I'd suspect temperature...16:13
whitebeastok i will be back in 5 minutes. i have removed all lost files i previously downloaded, im trying a small file to take the screen shot its just going to be a minute16:14
TJ-alkisg: why would AC online cause a temperature issue but not when on battery - I suggested charger problem, but we've seen ACPI causing issues when on AC when booted, but no when on battery16:15
alkisgTJ-: one explanation would be that he let it cool down a bit, and the charger test is unrelated...16:16
JuJuBee_alkisg: TJ-: been running now for a while and still fine.16:16
alkisgAlso, when on battery, it works on battery saving mode, which lowers the temperature16:16
alkisgJuJuBee_: `sensors` lets you monitor temperature, and `stress` allows you to increase the temperature to see if it's an issue or not16:17
JuJuBee_alkisg: thaks. I was just looking for some monitoring software.16:17
JuJuBee_alkisg: is sensors lm-sensors?16:19
Tryb4lhello16:24
whitebeastso really stupid question here..16:27
whitebeastwould files not dowload because i have an unstable internet signal?16:27
Anonnymanha16:27
AnonnymanAnyone here? XD16:28
alkisgJuJuBee_: yes16:28
O_Gopalwhitebeast: An unstable signal could give you a slow download, or perhaps, if weak enough, no download at all.16:28
Tin_manwhitebeast, yes that could cause a download to fail16:28
whitebeastwith no download at all would it say missing or lost?16:29
AnonnymanGreat! because iam new here, some advice?16:30
O_GopalWhitebeast: What message you might get, if any, would depend on what program you're using for the download.16:30
ModFatherHi all i've got an ubuntu 16.04 on my office, its connected to my router, with static LAN ip with all ports open outside.. everything was okay until my ISP change my public ip.. after that.. i can connect to my server from everywhere in the world.. but i cant resolv hosts from the server. if i do ping google.com does nothing.. also i have checked /etc/resolv.conf i have setup google dns and still nothing..16:30
Oldcpv3do you know deh wey?16:34
wtigerHi! I changed apache2 port in /etc/apache2/ports.conf and restarted apache..16:36
wtigerbut it's still responding on port 80..16:37
Anonnymananyone here who use tox?16:38
nullifidianIt's January 9th here. Still no kernel updates for meltdown/spectre. What's going on?16:40
nullifidianAm I looking at a wrong package?16:41
AnonnymanMaybe at night, I guess16:41
kirean I upgraded my ubuntu 16.04 to 17.04 and the displays icon/command is gone. I did find : https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1673253 but the solution doesn't work for me. I also upgraded to 17.10 in an attempt to get it fixed, but still no go16:41
ubottuLaunchpad bug 1673253 in unity-control-center (Ubuntu) ""Screen Display" icon is missing from System Settings" [Undecided,Fix released]16:41
JuJuBee_alkisg: TJ- :  Temps hovering about 40 C, plugged in AC adapter again and charging and still hovering around 40 C.16:42
vendrevendre16:43
bulkiorhi, has anyone have had a problem with the sound in ubuntu 16.04? sound device isn't even visible in lspci16:45
vendrehow do I  install zsh on bash terminal16:46
AnonnymanThe solution for meltdown/spectre slow down our PCs, It's right?16:46
=== Zed is now known as Guest14875
=== captain__broken is now known as captainfixerpc14
donofrionullifidian, redhat has there's that being right now on our hosts...16:48
alkisgJuJuBee_: which one, cpu or gpu?16:50
=== Dan_ is now known as Guest45456
whitebeastfiles are still saying missing or lost https://imgur.com/a/kvLKg16:55
whitebeastor just wont work when downloaded16:56
jhelblingHello, i have a problem with "apt update": https://pastebin.com/c3y6aRGY16:56
daxjhelbling: the mirror you're using is either syncing or temporarily broken. It should resolve itself in a few hours, or you can change the "ch.archive.ubuntu.com" lines in /etc/apt/sources.list to "archive.ubuntu.com" or similar if you don't want to wait.16:59
jhelblingdax: thanks, i will try it16:59
jhelblingdax: YESS! It works! Thanks17:00
daxjhelbling: you're welcome :)17:01
=== j_ is now known as sgorol
=== Guest45456 is now known as Daniel
=== Daniel is now known as Guest82956
sgorolhow to register my username?17:14
sgoroli mean my nickname17:14
electricmilksgorol,  Go to #freenode and ask for help17:14
Pici!register | sgorol17:14
ubottusgorol: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode.17:14
EriC^^sgorol: /nickserv register password email17:14
sgorolthanks!17:15
whitebeastso my issue is im struggling to dowlonad anything from the browser https://imgur.com/a/kvLKg17:20
redphoneis 17.10 g2g for lenovo p71 laptops?17:20
L00P3XPlease, got a technet m001 wireless mouse. no linux support over theys manual page. got it recognized over dmesg but no response.. can I trow it away?17:20
redphoneseems like the bios spi issue is local to yoga models, so if the p71s are safe, that would be nice to avoid waiting for the new isos17:22
daxredphone: upgrades are fine, the kernel currently in the repositories has fixes for it. updated CD images are in testing and should be done late this week17:22
daxredphone: i have no idea on which models it affects, will leave that to someone else17:22
redphonedax, just wanted to make sure p71 is not affected. i read through most of the bug comments in lpad and nobody seems to mention p71 related woes17:22
redphone:(17:23
=== j_ is now known as sgorol
naccwhitebeast: well, for one, it says you downloaded the .deb fine. What URL were you trying to download?17:24
whitebeastvival downloaded ok from the browser, it brought me to the software center to install, and the button on the software center just wont go, the install icon is on the task bar of the same shot17:28
whitebeastits been like that for about an hour17:28
nacc whitebeast: i've never used the software center to install a .deb. What version of Ubuntu is this again?17:29
whitebeast16.4 i went to a url, https://vivaldi.com/download/ it downloaded, when it was finished it took me to the ubuntu sofware center and asked me to install it, i clicked install and its where its at now17:32
naccwhitebeast: are you fully up to date already?17:34
naccwhitebeast: LP: #157340817:34
ubottuLaunchpad bug 1573408 in gnome-software (Ubuntu Xenial) "GNOME Software does not install third-party .deb packages" [High,Fix released] https://launchpad.net/bugs/157340817:34
naccwhitebeast: ah wait, LP: #167242417:35
ubottuLaunchpad bug 1672424 in gnome-software (Ubuntu Zesty) "Cannot install Debian files outside of the repositories" [Critical,Fix released] https://launchpad.net/bugs/167242417:35
NemesisDya'll probably have heard this question 1000 times but i'm having trouble determining if meltdown patches are actually out yet in the main package repos or if we should still wait. i'm running 14.04 LTS17:35
whitebeasti beleive i am, i did a sudo apt and updated and re did failed packages17:36
whitebeasthow would i check17:36
kfazzY binary17:36
kfazzoops17:36
NemesisDi found https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown but that seems to indicate those kernels are still in PPAs17:36
naccNemesisD: ask in #ubuntu-hardened17:36
naccNemesisD: i believe they are not out yet17:37
naccwhitebeast: what commands did you run?17:37
posI'm gonna go out on a limb here an assume that the question has already been asked numerous times: still no kernel updates? POC is out...17:37
whitebeastsudo apt-get upadate17:38
whitebeastand upgrade17:38
lotuspsychje!kpti | pos17:38
ubottupos: Spectre and Meltdown are security issues that affect most processors, mitigated by a set of Linux kernel patches named KPTI. | General info: https://spectreattack.com/ | Ubuntu (and flavors) info: http://ubottu.com/y/ubukpti/ | An Ubuntu Security Notice will be released when updates are available, subscribe at https://usn.ubuntu.com/usn/17:38
posi know17:39
posi checked the repos17:39
pos"rhetorical question"17:39
NemesisDit sounded to me like the news jumped the gun on the embargo and left the ubuntu team scrambling17:40
lotuspsychjepos: check !usn few new usn has been released due to spectre17:41
naccNemesisD: "news"?17:41
daxNemesisD: pretty much. original coordinated release date was today17:41
NemesisDnacc: the public announcement of the vuln17:41
daxNemesisD: and Ubuntu has about a zillion different kernels in various Ubuntu versions and configurations, so it's a bit of a mess17:41
NemesisDdax: that sucks. who broke embargo and why?17:42
posdax, except they won't update some of the kernels17:42
pos4.10 won't be updates, users must migrate to 4.1317:42
pos4.4 is already patched in deb17:42
possince thursday17:42
daxsure, no point updating something that's about to go EOL anyway, they just moved the 4.13 migration forwards17:42
lotuspsychjeNemesisD: please keep language familly friendly here17:42
NemesisDlotuspsychje: sorry, wasn't aware that was considered explicit language17:43
daxNemesisD: nobody in particular. The Linux kernel side of things looked pretty odd on LKML, people started putting the pieces together, i'm not gonna say "inevitable" but it was pretty unsurprising17:43
daxI guess Google was the first one to "officially" break it, but it was pretty close to being out there anyway by that point.17:44
posknowledge has been compartmentalized since mid-201717:45
daxyep17:45
posthe artist has formerly been known as KRAIT to some17:45
dragoshi17:45
dragosmy mozila firefox crashed how to fix?17:45
posofc, if codename leaked they'd know which group was spilling the beans17:45
lotuspsychjedragos: ubuntu version? firefox version? what happened when?17:46
dragosubuntu mate17:46
dragosMozila firefox crash17:46
lotuspsychjedragos: versions please?17:47
dragoshow to fix17:47
dragoswait17:47
dragosi don't know17:48
lotuspsychjedragos: lsb_release -a17:48
lotuspsychjedragos: apt-cache policy firefox17:48
whitebeastso how do i do a full update of ubuntu to the current version of 16.0417:49
dragosUbuntu 16.04.2 LTS17:50
lotuspsychjedragos: sudo apt update && sudo apt upgrade17:50
angry_routehi! I'm running a Ubuntu 16.04 LTS server with the hwe kernel, is it possible to rollback to the 4.4 kernel? Thanks!17:51
dragosupgrade in work17:52
dragosy17:52
angry_routeI installed it to test the BBR congestion algo, other than that I have no need for the hwe branch17:52
lotuspsychje!mainline | angry_route17:53
ubottuangry_route: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds17:53
angry_routethe plain LTS gets less upgrades right?17:53
posangry_route, apt-get install linux(-signed)-image-generic-lts-xenial17:53
dragosubuntu is instaled on raspberry pi17:53
dragos3 model b17:53
posthen purge all the 16.04-hwe(-edge) stuff17:54
angry_routethanks!!!17:54
posalas, neither have been updated re spectre/meltdown yet17:54
angry_routeroger!17:54
lotuspsychjedragos: #ubuntu-arm for pi317:55
binaryhermitthe pi3 is immune to spectre and meltdown anyway17:56
binaryhermitor at least that's the raspberry pi foundation's spin anyway17:56
angry_routeis there a difference between the "signed" and "non-signed" version? I'm sorry for the dumb question17:57
posyeah, if you're using secure boot and signed grub/shim, you may as well go with -signed17:58
angry_routeoh, it's a baremetal dedicated server, I don't think it's using secure boot17:59
Beef_wgtnI'm having an issue that is driving me crazy.... every time I run a server on digital ocean, I get this perl warning: Setting locale failed. I've tried every bit of online advice by can't get it to go away. Does anyone know a permanent fix for this?18:08
hateyouhey18:10
luggEriC^^ sorry I didn't get to thank you for your help earlier --- got pulled into work stuff --- but I really do appreciate it!18:11
EriC^^lugg: no problem18:11
hateyouhey , anyone there can help me?18:13
lotuspsychje!ask | hateyou18:13
ubottuhateyou: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience18:13
hateyouthank you,, help me to install psipon in my linux pc18:14
luggEriC^^: I'm holding down enter on the fsck prompts and so far it's fixing everything (or says it is, anyway)18:15
EriC^^lugg: cool18:16
raubSo when I run systemctl status networking.service I am being told it cannot bring up my bridge interface (br0, http://pastebin.centos.org/491111/). Is there a way to figure out what is stopping it? Saying "a file exists" is not helping much18:16
raubhttps://serverfault.com/questions/757626/cannot-boot-because-of-networking-service suggested to enable debug shell, but where those messages are recorded at?18:17
whitebeastwhat does e: sub-process /usr/bin/dpkg returned and error code (1) , mean.. it obviously means theres an error. but what is the error or how do i find out?18:18
luggEriC^^: So if the result of fsck and then mounting the partition (which did mount) is a lost+found dir with a ton of files bearing numbers for names... that's probably not good right?18:24
EriC^^lugg: yeah that sounds crappy, what's the file that you need to get?18:25
=== BSab is now known as BSaboia
luggEriC^^: it's a single php script I wrote, should be called index.php. Is there a sane way for me to locate it?18:25
lugg(also I assume that this internal drive is totally untrustworthy now?)18:25
EriC^^lugg: sure, its doable18:26
EriC^^lugg: do you remember anything that was in the file specifically?18:26
luggyep, "twilio" should be there (it was a script that calls the Twilio API)18:27
sandiferquit18:27
EriC^^lugg: ok, try sudo grep -R -i "twilio" /lost+found18:27
luggit's scanning!18:28
luggAnd evidently finding tons of matches18:30
luggI guess it's referenced in a lot of other libraries and stuff, heh18:30
luggbut this is good, it gives me hope that it's in there somewhere18:30
btc1im running a monero miner with a 32 core cpu.  i am able to get my hash rate up to 700H/s if I run it at 16 threads and 2500 difficulty.   im wondering if there is something else I can do to up my hash rate and if 700h/s is a good monero rate?18:36
brainwashbtc1: first step would be to join the correct channel18:37
leftyfbbtc1: you want #bitcoin18:37
carotcakecan i use 'chmod go-rwx /data/user/myname' to prevent all other users except me to enter the directory?18:38
btc1its an ubuntu machine server setup18:38
=== M144_ is now known as M144
DexterFhi18:39
leftyfbbtc1: and you could be running fedora or gentoo or Windows and you'd still have the same questions. Go to #bitcoin18:39
btc1ok  thanks18:39
DexterF16.04 lts minimal server install, plugged in one edimax 11n usb stic, realtek based. ifconfig does not show it. what's missing?18:40
naccDexterF: does dmesg show the device is recognized?18:40
leftyfbDexterF: ifconfig -a ... beyond that you'll need to configure wpasupplicant or something similar to get it to join a network and get an ip18:41
whitebeastso i know windows has a system restore does ubuntu have something similar?18:43
leftyfbwhitebeast: negative18:43
DexterFno wait.. now there is one oddball interface named wlx74da38e18cfb <- that a thing..?18:43
BluesKajwindows has a system resore point18:43
BluesKajrestore18:43
DexterFit is supposed to become an AP, still need the supplicant?18:43
whitebeastlefty, is there a way to do a factory reset ( of the type ) anything to bring my system back to the beginning or just back? without redoing the whole install18:44
carotcakecan i use 'chmod go-rwx /data/user/myname' to prevent all other users except me to enter the directory?18:44
leftyfbwhitebeast: Not anything that is worth the time. Reinstall and restore your files and settings from backups and reinstall the apps you need18:45
whitebeasti dont have the install disk anymore, i would make a new one but i cant get anything to download at all, im starting to feel that im stuck with what i have untill it crashes18:46
leftyfbwhitebeast: why can't you download anything?18:46
alkisgcarotcake: first, you need a file system that supports owners and permissions, e.g. ext4. Second, you'd need to be the owner. Finally, yes, you could use chmod 700 that-dir.18:46
whitebeastlefty im not entirely sure why, on chrome is says ( file missing or lost ) or it says it downloaded and doesnt work, the software center ( i can click install and it will sit all day and do nothing ) even wget from the terminal does similar things18:48
skinuxAnyone know why Software Installer is usually slow?18:48
whitebeasti just did a full update and upgrade and autoremoved unessasary files.. im running out of ideas18:48
carotcake@alkisg I am the owner of the directory so that should be fine. What do you mean with chmod 700? how is that different to chmod go-rwx ... ?18:49
alkisgcarotcake: it's the same, except it's easier to read :)18:49
naccwhitebeast: ok, you are conflating two things18:49
naccwhitebeast: as I tried to tell you earlier.18:49
leftyfbwhitebeast: you just mentioned 2 different problems. Lets stick with downloading. If you're trying to download Ubuntu to reinstall, go to ubuntu.com/downloads to do that. First verify you have enough space on your drive and when you download, make sure you're downloading to a directory you have permission for and has enough space, like your desktop.18:49
naccwhitebeast: you are able to download fine, but isntalling third party .debs is known broken (it seems, from the bugs I linked)18:49
naccwhitebeast: the kali stuff, you *never* provided the URL of what you were tryign to download18:50
carotcake@alkisg alright, thanks! could you explain what go-rwx actually means?18:50
alkisgcarotcake: "for group and others, remove read write execute"18:50
leftyfbwhitebeast: with your current skillset, I would not recommend bothering with Kali linux. It is meant for professional penetration testers and debuggers.18:51
carotcake@alkisg thanks! but wouldn't i need a -r to make sure that it's recursive? so that all folders in the directory are included18:51
alkisgcarotcake: if they can't enter the parent dir, they can't enter the child dirs either, so no need to do it recursively18:52
leftyfbcarotcake: if the front door it locked, you're not getting into the bathroom18:52
alkisgcarotcake: that would be chmod -R go-rwx...18:52
alkisg(not needed)18:52
carotcake@leftyfb @alkisg i understand, thanks a lot!18:52
alkisgnp18:52
whitebeastok recomended os i should be using?18:54
leftyfbwhitebeast: ubuntu18:54
leftyfbwhitebeast: silly question to be asking here really18:55
whitebeastok after going to ubuntu downloads.. ( file saved ) again file missing or lost, ( open with braseo ) 6 hours untill install/download compleate.. which im already aware wont work18:59
superloachhello!18:59
whitebeastother ideas?18:59
rustyrazorbladeWhile messing around w/ a system I recently set up at home (with LVM), i think I (stupidly) renamed the LVM volume group I had been using to boot.  The machine no longer boots.  I'm not sure of the right way to go about fixing /etc/fstab on the original boot partition so I can boot again.19:00
rustyrazorbladeAny ideas?19:00
superloachi'm a bit new to irc, is there a freenode channel for noobs? (not the rpi installer :P)19:00
DexterFwhitebeast, did you install /home in a seperate partition? then you could install over, keep /home, reinstall /19:01
DexterFthere are ways to create package lists to reinstall previous config, google "debian cloning"19:01
whitebeastit does not give me an option to save to a location. it just keeps going to chrome download screen19:02
naccwhitebeast: what exact URL are you trying to download?19:03
whitebeasthttps://www.ubuntu.com/download/desktop/thank-you?country=US&version=16.04.3&architecture=amd6419:04
naccwhitebeast: and if you click on 'download now', what happens? it doesn't start the download in a little box below?19:06
momomoI always have my speakers connected to my aux on laptop ... however, at times, usually after suspends and back, the aux gets ignored, and the sound comes out of the laptop. It is still in, however, only unplugging it and replugging it will enable the speakers again. Is there a way to do this using software? Meaning, a way where I don't have to get out of my seat? It's getting annoying! :)19:06
whitebeastmy download box is in the upper right hand, but yes it does start the download19:07
whitebeastit never finishes or if it does it doesnt work19:07
naccwhitebeast: how did you install chrome?19:07
whitebeastit came automatic19:08
whitebeastmabey it upgraded me to it but i never sat down to install it19:08
naccI don't think that's true in any Ubuntu?19:08
leftyfbwhitebeast: chrome should always ask where to save the file19:08
naccleftyfb: it can be configured, fwiw19:09
nacc(I don't recall the default)19:09
leftyfbwhitebeast: chrome://settings/19:10
leftyfbtype that into chrome19:10
whitebeastas you can see https://imgur.com/a/VC1tU  i do not have a save to option19:10
leftyfbscroll down to advanced19:10
leftyfbscroll down to Downloads19:10
naccwhitebeast: lol, that's firefox19:11
* leftyfb sigh19:11
leftyfbwhitebeast: and you wanted to use Kali?19:11
whitebeasti was calling it fire fox before, some one here was correcting me that it was chrome19:11
whitebeastso i started calling it chrome.. alot of this is really fucking easy you guys i feal like im talking to a brick wall and im sure you feel the same19:12
leftyfbwhitebeast: in firefox, go to about:preferences19:12
leftyfbwhitebeast: please watch the language19:12
leftyfbwhitebeast: once in preferences in firefox, scroll down to Downloads and select "Always ask you where to save files"19:13
whitebeastunderstood, got it got that checked19:14
leftyfbnow try to download again19:14
whitebeastand save to another partiton correct?19:14
leftyfbsave it to where you have spac19:14
leftyfbspace*19:14
leftyfband permission19:14
whitebeastok i did that, i have it saved to a space.. its saying its a 7 hour download.. which doesnt make sence to me19:16
=== Thargoid_ is now known as stwalkerster
leftyfbdepends on your internet speed. You can go to fast.com or speedtest.net to test your speed19:17
leftyfbwhitebeast: which version of ubuntu are you trying to download?19:17
whitebeast16.04 im not struggling with an internet speed tho.. its just that file19:18
leftyfbwhitebeast: http://mirrors.mit.edu/ubuntu-cdimage/xenial/daily-live/current/xenial-desktop-amd64.iso19:18
leftyfbtry that one19:18
tueftler__tomreyn: Hi master of ubuntu ;)    One question about the mounting of synology NAS Raid1 HDDs19:19
tueftler__Did you have some minutes for me?19:19
leftyfb!ask | tueftler__19:20
ubottutueftler__: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience19:20
tueftler__i have a problem mounting a RAID1 HDD of a synology NAS to ubuntu mate19:21
whitebeastso i went to that link started the savefile, once it started its saying lubuntu download i386... xenial amd64 tells me that lubuntu is not what its sopose to be downloading19:22
tueftler__i'm a linux noob and tomreyn had help me some days ago with the same disk...19:22
leftyfbwhitebeast: the link I sent you will not send you anywhere but to download the iso directly19:22
user___hey, where do i find the ubuntu desktop kernel .deb file?http://mirrors.kernel.org/ubuntu/pool/universe/l/linux/ seems empty19:23
=== user___ is now known as mecasou
tueftler__i can't double click to the disk directly. Ubuntu get out an error message that it cant mout it. Could anyone give me a tour to mount that? ;)19:24
ImageJPEGSo I'm using ddrescue to attempt to recover data from a bad hfs+ drive. Any ideas on how to fix the file system and mount the image once I'm done using ddrescue? I already have hfsprogs and the fs drivers19:26
akikImageJPEG: you can access the partitions inside a file with losetup & kpartx19:27
ImageJPEGI should correct myself. I'm only ddrescueing a partition. It's the main partition. Will that make a difference?19:28
akikImageJPEG: i haven't tried one single partition but maybe "losetup -fv partition.img", then access /dev/loop019:30
ImageJPEGmeh, screw it, I'll just redo ddrecover and do the whole drive. It seems to be the preferred way anyway.19:31
akikImageJPEG: if a case with a file which includes a partition table, it would be "losetup -fv disk.img; kpartx -av /dev/loop0"19:32
akikImageJPEG: then the partitions would be added under /dev/mapper19:32
ImageJPEGis kpartx a kde app or is that just the name?19:32
akikImageJPEG: it's just a normal terminal app19:33
rustyrazorbladefigured out my issue.  brought up ubuntu in rescue mode, edited /boot/grub/grub.cfg (i think), fixed the volume paths.19:33
ImageJPEGalright19:33
tueftler__@all. Question solved by google. I remembered the mdadm command. Its running now. Thank you anyway!19:35
=== Neo5 is now known as Neo4
razer_hi19:37
bencchow can I uninstall the default vbox guest additions that comes preinstalled?19:45
x3ntr0p1aHi, somebody knows how to update php ?19:59
EriC^^x3ntr0p1a: 'sudo apt-get update && sudo apt-get upgrade' upgrades all packages20:03
fishcooker3 days ago was my succesfull suspending box, after that i have to shutdown my box ... i've tried the stock kernel installed but no luck20:07
naccx3ntr0p1a: can you be more specific?20:15
AndreysanHello! I have Ubuntu installed on my laptop. I am trying to boot the laptop from a liveUSB that is not ubuntu. Unfortunately my BIOS does not reconize the USB device in the boot-startup list. The only entry in the list is "ubuntu". The boot options say "ubuntu" even when i remove the HDD containing ubuntu. Is this a problem that ubuntu has caused?20:27
AndreysanThank you :)20:27
DexterFAndreysan, the menu that offers "ubuntu" is the GRUB boot loader, that's past the BIOS.20:31
DexterFprobably there is a hotkey to go into the bios boot menu, depends on your board, otherwise enter BIOS and priorize USB boot before disk boot20:32
AndreysanDexterF, no, i am not talking about the GRUB.. "Ubuntu" litterally appears in my BIOS boot priority list20:32
AndreysanThere are no USB boot option inside BIOS20:32
DexterFAndreysan, you labeled the disk like that then?20:32
DexterFAndreysan, anyway, what's the boot prio in BIOS?20:32
AndreysanI can not remember, it is an old computer. The problem is that even when i remove the HDD containing ubuntu, the boot list still says "ubuntu"20:34
Andreysan"ubuntu" is the only option i have20:34
rootwow20:36
=== ubuntu is now known as Guest83804
mdewAnyone managed to disable the IPv6 eui-64 address on 17.10?20:38
german_pizzaHey floks20:39
german_pizzaHow an I supposed to install all the build dependaces in one go?20:40
mdew"apt-get -f install"  I believe installs all dependencies.20:41
mdewAt least that's what I've used after "dpkg -i" and it erroring to missing deps.20:41
naccgerman_pizza: build depedencies?20:43
naccgerman_pizza: apt-get build-dep, but what are you buillding and why?20:43
naccmdew: it's recomended (i believe) to use gdebi or now the software centre (in the versions where it works) to install debs20:44
TJ-german_pizza: You mean "apt-get build-dep <package>" ?20:44
mdewnacc: didn't even think of gdebi, good idea.20:45
german_pizzaI should have been more specific, in case i want to compile something frome source, and I'm missing libraries, like boost20:46
german_pizzaShould i iterate over the missing libraries trying which works [apt cache search boost dev]20:47
TJ-german_pizza: you mean compile a project from source, where that project isn't already in the archives at all?20:48
salamanderrakeThanks Sveta20:48
german_pizzaTJ- or in case i want to test a bugfix20:49
naccgerman_pizza: well testing a bugfix would mean you build the package with the change, normally20:50
german_pizzaSure20:50
german_pizzaPicture this situation20:50
naccgerman_pizza: which means you'd use `apt-get build-dep` and build the source package20:50
german_pizzaLet's say you want to test a libinput patch20:51
german_pizza1 clone the repo20:51
german_pizza2 apply the patch20:51
german_pizza3 make config20:51
naccgerman_pizza: if you are trying to test a fix for an ubuntu package, all of that is incorrect.20:51
german_pizzaHere make complains about something missing20:52
naccgerman_pizza: if you mean test upstream changes, then you should already know how to build it from source (and if you need helpl with that, then ask upstream)20:52
mdewSo no luck removing EUI64 v6 addresses from 17.10? :)20:53
german_pizzaI just wanted to know if there is a way to install all of the building dependencies  of x pakage in one go20:53
german_pizzaAnyway I'll ask upstream20:53
naccgerman_pizza: you are mixing up packages and upstream20:53
naccgerman_pizza: so I don't know what you're actually asking20:53
=== jottr_ is now known as jottr
german_pizzaCool20:53
naccgerman_pizza: if you mean package, then yes, use build-dep as you've been told twice20:54
german_pizzaNope20:54
vilagerman_pizza: You had the answer for build deps:20:54
vila[09/01 21:50] <nacc> german_pizza: which means you'd use `apt-get build-dep` and build the source package20:54
vilagerman_pizza: think about build deps as everything you need to build the package20:54
german_pizzaI lost it20:55
german_pizzaI'm sorry20:55
=== Guest48726 is now known as ariver
vilagerman_pizza: apt-get build-dep <pkg>20:55
german_pizzaThanks everybody20:55
trnealdoes anyone here know what the ubuntu release SNS subscription ARN is?20:56
nacctrneal: you might ask in #ubuntu-server20:57
trneali can do that, thank you!20:57
DexterFAndreysan, if you disconnect the disk, what you see in the BIOS cannot be the disk.20:58
DexterFis it possible you installed GRUB to a diffent medium, a usb stick, another disk or so?20:58
DexterFis there more than one disk installed? did you install rub to the usb stick accidentally?20:58
fishcookeris suspend using disk to ooperate or just using swap or memory?21:00
hfpHi, does Netplan on 17.10 know how to handle pppoe connections?21:01
hfpI can't find anything relevant to that in the docs21:01
naccfishcooker: suspend uses ram (not swap, which is disk), aiui21:02
=== daniel is now known as Guest54530
naccfishcooker: going to disk is called hibernnate21:02
fishcookernacc as i said before 3 days ago the last successful suspend, i have enough ram Mem:           7899        1961        4060         105        1878        553621:04
ikoniawin 121:04
fishcookernow i can't ... i used all stock kernel but no luck nacc21:04
TJ-hfp: it doesn't seem so; I don't see anything either21:05
TJ-fishcooker: check 'dmesg' or /var/log/kern.log for clues around the suspend attempt, usually if it fails the kernel will log a message about the failing device/driver21:06
fishcookeractually it successfully suspend then in 2 seconds it resuming again TJ-21:06
TJ-fishcooker: right, so check the log, it may indicate why it resumed. usually it's some device failing to go to S3 so the kernel recovers.21:07
TJ-fishcooker: we've seen instances of faulty firmware where the first suspend after boot works, but later suspends don't, too. Is this the first suspend after boot, or had the PC already suspended successfully previously ?21:08
hfpTJ-: right, so could I use netplan for some of the network config and networkmanager for the pppoe connections?21:09
fishcookerTJ-: first suspend after boot21:09
TJ-hfp: Hmmm, not sure. I think I'd do away wth netplan unless I was trying to deploy to lots of desktops, and just directly apply the Network Manager config file21:10
TJ-fishcooker: has it previously worked with Ubuntu? If so, is this happening after a kernel upgrade?21:10
fishcookeryes21:11
fishcookeri've tried using the oldest kernel but no luck21:11
TJ-fishcooker: hmmm. if you can pastebin the latest /var/log/kern.log that covers a suspend attempt we may be able to find a clue21:12
fishcookeri will read the kern.log and dmesg output TJ-21:13
folattWhat's the equivalent of 'iwconfig wlan0 channel auto' for iw?21:17
nagyghi21:18
alexey_hi all :) need you advice! Any meltdown&spectre kernel updates are ready?21:18
=== lol768_ is now known as lol768
nullifidianvulnurabilities everywhere! in nvidia drivers too https://nvidia.custhelp.com/app/answers/detail/a_id/461121:22
mdewalexey_: I don't think so. There are some in testing from what I understand from #ubuntu-server.21:22
whaleyis there a standard place to mount extra hard drive partitions that are installed internally?  I realize it doesn't matter, really, but as I understand it the convention is /media is for external drives and /mnt is for temporary mounting.21:23
hfpwhaley: wondering about this too myself21:23
whaleybasically, I've got a 2TB internal disk I just installed and was going to mount it to a directory in my $HOME unless there's a more conventional spot21:23
hfpwhaley: ubuntu seems to put everything in /media by default21:24
TJ-whaley: /media/$USER/ is the base used by udisks for hot-plug storage. For permanent storage I mount the file-systems where they're needed. I use LVM too so I can have LVs on-demand for specific purposes21:25
samprime516test21:26
whaleyTJ-: *nod* thanks21:27
nagygAnyone has experience here with systemd-resolved or dnsmasq? I have a dnsmasq config from Ubuntu 16.10 which on 17.10 has problems because of systemd-resolved. Should I simply disable systemd-resolved or can I transfer the config somehow to systemd-resolved?21:28
SethYgoogle search walmart applesauce21:28
SethYhow much is walmart applesauce21:28
samprime516this is not google21:28
SethYgoogle search walmart applesauce price21:28
nagyg1.98 :D21:28
SethYhey google walmart applesauce21:28
pedrocrweren't the meltdown/spectre kernels supposed to come out today?21:28
SethYgoogle walmart applesauce21:29
SethYhow do i delete this21:29
hfpnagyg: systemd-resolved is buggy, I pulled my hair out for a while until I realized that. I just disabled it and things work so much better now21:29
SethYgoogle applesauce walmart price21:29
Ben64SethY: stop21:30
SethYwalmart applesauce21:30
hfpnagyg: This is what I used to disable it: https://askubuntu.com/questions/907246/how-to-disable-systemd-resolved-in-ubuntu/907249#90724921:30
nagyghfp, thanks ... do I lose anything with disabling it?21:30
Ben64SethY: no, this is not how to search things online, go to http://www.google.com21:30
SethYhow do i do a google search21:30
SethYplease help21:30
hfpnagyg: it seems like it's messing up with vpns to some extent. I dont use vpns, and it fixed everything else I cared about21:30
SethYben help me21:31
SethYgoogle.com21:31
Ben64ikonia: still around?21:31
ikoniaBen64: hello ?21:31
nagyghfp: I use vpn every day at workplace and it messes up my local name resolution :(21:31
SethYwalmart applesauce21:31
hfpikonia: SethY loves applesauce too much21:31
Ben64yeah that ^21:31
ikoniaahhh I see21:31
ikoniasorry, I wasn't paying attention21:32
SethYgoogle applesauce21:32
ikoniaSethY: enough with the messing around please21:32
nagyghfp, I wil try what you sent to me and will see if that fixes my problems21:32
ikoniaSethY: you're in an ubuntu support channel stick to that topic please or leave21:32
SethYwalmart.om21:32
hfpnagyg: maybe make an image of your machine and try the SO fix. see how it works for you (and report in the SO thread so others benefit)21:32
nagygikonia, thanks :D21:32
sambogoogle applesause21:32
ikoniasorry, wasn't paying attention21:32
nagygahhhhahah :D21:32
Ben64np, thats what the ping was for :)21:33
nagyghfp, I am not sure I understand what S0 fix is21:34
hfpnagyg: I meant SO as in Stack Overflow21:34
nagyghfp, ah I see21:34
hfpnagyg: the answer I linked to shows how to disable systemd-resolved21:35
nagyghfp, yes, I am reading it, thanks :)21:35
hfpnagyg: so yeah make an image of your disk so you can restore it if it messes anything up, and try disabling systemd-resolved, see if it breaks your vpn21:35
hfpnagyg: clonezilla is pretty good for imaging the full disk and restoring21:35
apb1963something is overwriting my /etc/resolv.conf with my ISP's nameservers rather than the nameservers I've setup in /etc/network/interfaces.  I disabled networkManager and wpa_supplicant.  What else might it be, and more importantly.. how can I make it stop doing that?  16.0421:39
bemois dhcp running?21:42
nagyghfp, I tried it and /etc/resolv.conf gets overwritten every time :O21:42
nagygit's a shame21:42
apb1963bemo, yes - both client & server; which to my understanding is correct.21:43
bemodoes this help?  https://www.vultr.com/docs/stop-dhcp-from-changing-resolve-conf21:44
hfpnagyg: hmmm odd, it worked for me21:44
hfpnagyg: you can also try this: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1624320/comments/8 but some things are still broken with it like ssh and ping21:45
ubottuLaunchpad bug 1624320 in systemd (Ubuntu) "systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing entries" [Low,Confirmed]21:45
Guest53Hi, I have an old Radeon X1900 XT that I'm trying to set up with a TV as a monitor. The grub and stuff all loads fine, but afterwards the TV starts saying "Invalid Format" which I think means that the resolution is not supported? I'm unable to change the resolution with xrandr, which gives me the "xrandr: Configure crtc 0 failed" error.21:46
Guest53Anyone have any ideas or has experienced this issue before? :(21:46
apb1963bemo, those ideas will probably work... but if that's the accepted ubuntu way of doing things.... yuk.21:47
TJ-Guest53: what output is driving the TV, HDMI?21:47
Guest53TJ-: DVI21:47
V7Is okay so after lm-sensors reinstallation there's no pwmconfig ?21:48
apb1963TJ-, Hey thanks for your help yesterday!  I was able to get it working.  You were instrumental.21:48
V7ubuntu 16.04.321:48
Guest53Well actually, a DVI to VGA adapter.21:48
TJ-Guest53: does the /var/log/Xorg.0.log show the GPU able to receive the TV's EDID info (the resolutions and timings data) ?21:48
Guest53TJ-: I'll check21:48
apb1963something is overwriting my /etc/resolv.conf with my ISP's nameservers rather than the nameservers I've setup in /etc/network/interfaces.  I disabled networkManager and wpa_supplicant.  What else might it be, and more importantly.. how can I make it stop doing that?  16.0421:49
TJ-apb1963: updates to /run/resolvconf/resolv.conf are usually performed by hook scripts under /etc/resolvconf/update.d/ (and is sibling directories)21:51
ycyclistSay, two days ago I found an article about a notebook specific Ubuntu.  Now I cannot find it.21:51
ycyclistI have this insignia that detaches to be a screen only touch driven thing which I think is called a notebook or notepad.21:51
daxubuntu netbook remix used to exist years and years and years ago. were you thinking about that?21:51
Guest53TJ-: https://paste.ubuntu.com/26355717/21:52
ycyclistAnyway, I originally just wanted a simple small laptop, but it has this detachable feature, so I wonder what linux would be best?21:52
ycyclistGuest53 Perhaps.21:52
ycyclistI was afraid about the years ago thing.21:53
apb1963TJ-, thank you!  That's helpful.  There's one file there "libc"21:53
ycyclistThis little thing "only" has 2 gig memory, and 32 gig SSD, so it is limited against heavier stuff like batteries of vms and multi-boots on the disk.21:53
ycyclistBut I got vim working on powershell, so I am fine for now.21:54
TJ-apb1963: what about in /etc/resolvconf/update-libc.d/ ? it may have avahi config21:54
apb1963TJ-, yes21:54
poshas there been any comment as to the apparently delay (kernel)?21:54
TJ-Guest53: that is weird, the Sony TV reports EDID with max res 1280x720 on DVI-0 but then the driver does "Output DVI-0 using initial mode 1920x1080 +0+0" and reports a "Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)"21:55
Jef91are there directions for building Wine on ubuntu 16.04 anywhere? Specifically I am looking for a list of dependencies. Can't seem to find a current one for wine staging21:55
Guest53TJ-: That's really odd. :(  I've ran other computers displaying on the TV at 1920x1080 resolution21:55
Guest53with no problem21:56
TJ-pos: PTI patched kernels are being published now for v4.13 (hwe-16.04-edge), 4.4 is still in the kernel PTI PPA for testing21:56
TJ-Guest53: does the TV do native 1920x1080p ?21:56
V7sudo apt install fancontrol was needed21:56
Guest53TJ-: I think so, lemme check real quick21:56
pedrocrapb1963: doesn't just uninstalling resolvconf work?21:56
TJ-Guest53: it looks as if the TV, on VGA, only reports supporting 1280x720 ... not sure why the driver is picking 1920x108021:56
posTJ-, just checked repos, is this mirror delay we're talking?21:57
apb1963pedrocr, that MAY work... but it's doubtful that's the right way.21:58
apb1963pedrocr, That's similar to chmod 777.  Yeah, it works.. but do you really want to do that?21:58
jamiemhHello all , new here thought id say hi21:58
pedrocrapb1963: I don't know why you'd want dhcp with a fixed /etc/resolv.conf but if that's what you want you don't have much need for resolv.conf21:59
pedrocrs/resolv.conf/resolvconf21:59
apb1963pedrocr, I get a dhcp address from my ISP, and I'm running a DNS server for my own domain.21:59
pedrocrapb1963: what own domain?22:00
TJ-pos: published a few minutes ago, there are also other versions available for testing from the kernel PTI PPA22:00
apb1963pedrocr, The one I registered.22:00
posalright then22:00
pedrocrapb1963: that's fine but that's no reason to not use the DNS server from your ISP22:00
Ben64TJ-: whats the new version?22:01
posat least they kept their word as to the 9th. any specific reason for the 4.4 delay (re the issues msft ran into)?22:01
apb1963pedrocr, Other than I don't want to because I don't like what they do.22:01
TJ-apb1963: if you've disabled Network Manager are you running a standalone dhcpc ? Because with NM you can configure the connection to do "DHCP (Addresses only)" so it doesn't use nameservers provided by DHCP22:01
pedrocrapb1963: so use 8.8.8.8 or similar22:01
posforced updates, works every time22:01
apb1963TJ-, dhcpd yes22:02
pedrocrapb1963: but what you are trying to do may be hard because it's not a natural config to use22:02
apb1963pedrocr, ok thanks for your help22:02
Guest53TJ-: Native resolution when running Windows is 1920x1080 for the TV22:02
pedrocrapb1963: if you're going to be unpleasant good luck...22:02
apb1963TJ-, I think I'd rather use NetworkManager, but I need to be able to do it all from a script.22:03
TJ-Ben64:  the 4.13 -108 package is in -security for  linux-image-4.13.0-24-generic_4.13.0-24.28~16.04.1_amd64.deb22:03
apb1963pedrocr, I didn't realize "thank you" was "unpleasant".22:04
TJ-Guest53: something weird there then, you can see the TV doesn't report supporting 1920x108022:04
Ben64hmm, my apt doesn't see it yet22:04
pedrocrapb1963: you're just snapping back responses instead of actually describing what you're trying to do22:05
pedrocris this a server or a user machine? does your own dns server resolve the whole internet or just your domain? etc...22:05
nagygcan anyone enlighten me what's the connection between network manager, systemd resolved and dnsmasq? I have all three on 17.10 with a previously working dnsmasq setup and it seems that the other two are just interfering with dnsmasq overwriting /etc/resolv.conf all the time. Tried disabling systemd-resolved with no luck.22:06
Richard_CavellWhen are these updates available for Spectre/Meltdown bugs?  I'm on 16.04 and I can see header updates but no kernel updates22:06
Guest53TJ-: My bad, not enough context lines22:06
Guest53TJ-: https://paste.ubuntu.com/26355788/22:06
apb1963pedrocr, its both server and... user.  My dns server resolves all.22:07
Ben64Richard_Cavell: should be very soon with hwe-edge22:07
TJ-Guest53: !!! that was a terribly accurate ommision; are you testing me!? :)22:08
pedrocrapb1963: so what dns server does your server use to resolve everything but your own domain?22:08
Guest53TJ-: Nah, I'm just feeling under the weather :(22:08
DexterFwhat's the difference between some wifi module and a mac80211 module?22:09
apb1963pedrocr, I use three others.  8.8.8.8, 8.8.4.4 and ns1.afraid.org22:09
apb1963the last one generally gets chopped off22:09
pedrocrapb1963: so why don't you just configure those DNS servers directly instead of pointing local resolution to your own DNS server?22:10
apb1963huh?22:10
TJ-Guest53: I've seen this before with TVs, where the modeline published in EDID doesn't work. The last time I dealt with it was many years ago though, and that time I used a Windows PC and the 'powerline' tool to capture the working modeline, and then added i manually using xorg.conf/xrandr22:10
YujiTJ-: Are you the TJ that assisted a Yuji in attempting to install Kubuntu to an external USB3 disk that would keel over, possibly due to a buggy product or driver/bug with Linux regarding the hardware?22:10
jk^!rar22:10
ubotturar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://help.ubuntu.com/community/FileCompression. There is a free (as in speech) unrar utility as well, see !info unrar-free22:10
pedrocrapb1963: network manager allows you to override DNS servers while using DHCP, just set it to whatever you want22:11
TJ-Yuji: I don't think I have a twin :)22:11
Guest53TJ-: What do you recommend I try? :)22:11
pedrocrapb1963: if you want to do it the old school way just remove resolvconf from the system entirely22:11
YujiTJ-: I had forgotten your name specifically. Bad memory myself, few bits gone I suppose. I can't recall what you recommended I do if I never got it working. Something about contacting a hardware thread or mailing list or something..22:12
TJ-Yuji:  the  Asmedia chipset ASM1352R ?22:12
YujiTJ-: Yes, that would be it. :)22:12
banisterfiendyo guys, how to i rebind the copy/paste shortcut keys? I can't stand C-c and C-v as it drives my emacs muscle memory crazy22:13
YujiTJ-: I have some free time for a while, so I thought I'd try and file a bug report or do whatever might be necessary to help others about it.22:13
TJ-Yuji: did you manage to test those usb_storage quirks= options?22:13
Yujibanisterfiend: If Kubuntu, "Standard Shortcuts" has an option to override that behavior. Not sure if it is what you're looking for exactly.22:14
TJ-Yuji: from the last time:22:14
TJ-2018-01-05 18:19:45     TJ-     Yuji: the only thing/quirk I can find is related to the ASM1042A requiring flow control when USB Ethernet devices are connected, nothing else. I think it'd be a good idea to report a bug on the kernel bugzilla and then send an email to the sub-system discussion list: linux-usb@vger.kernel.org (open list:USB XHCI DRIVER)22:14
YujiTJ-: I was going to try it today. :)22:14
pedrocrapb1963: but you're using a very strange setup for no benefit that I can see22:14
banisterfiendYuji is it possible to do it in the terminal instead of via the UI? cos i'm actually doing this for elementaryOS which is based on ubuntu but has a totally different UI -- but i'm sure the underlying 'fix' would be the same22:15
pedrocrapb1963: doing local resolution of DNS and serving DNS for a domain are generally very different things not handled by the same DNS servers even22:15
pedrocrapb1963: it's not impossible but it also doesn't gain you much if anything22:15
TJ-Yuji: 2018-01-05 18:39:15     TJ-     Yuji: did you try reloading the usb_storage module with a quirk? as in "modprobe usb_storage quirks=174c:1356:u" ?  ...  http://kernel.ubuntu.com/git/ubuntu/ubuntu-bionic.git/tree/drivers/usb/storage/usb.c#n49022:15
Yujibanisterfiend: I wouldn't know. I've only ever used Gnome 2, KDE, Cinnamon.22:15
YujiTJ-: I've grabbed a picture of the dialogue so as to remember across live-USBs. I'll try editing grub's boot param to include the quirk specific to the usb device. Hope it works.22:16
=== sa-ghosts_BNC is now known as sa-ghosts
TJ-Guest53: I'm not sure, I'd try using xrandr to change resolution to 1280x720 to being with, see if I can get a working picture on the TV. Maybe have to SSH into the PC to do that if it doesn't have another display, so would need to do "DISPLAY=:0 xrandr --output DVI-0 --size 1280x720" -- see the EXAMPLES section of "man xrandr" for how to add new (test) modes22:19
TJ-Yuji: better off just "sudo modprobe -r usb-storage" to remove it then "sudo modprobe usb-storage quirks=xxxx" to test them22:20
TJ-Yuji: no need to reboot for testing the various quirks22:20
YujiTJ-: Yeah, a pain to edit the grub and repack every time.22:21
TJ-Yuji: also, check if that device might also need 'uas': "sudo modprobe uas" (which depends on usb-storage)22:21
YujiTJ-: The installation medium is also USB.22:21
YujiTJ-: Wouldn't this cause issues with it?22:21
TJ-Yuji: ahhh... hmmm, drat :)22:22
YujiTJ-: That's why I originally edit grub every time.22:22
apb1963pedrocr, In what way do "doing local resolution of DNS and serving DNS for a domain are generally very different things" differ?22:22
TJ-Yuji: could you test it in a virtual machine; pass-through just the USB storage device to the VM?22:22
YujiTJ-: That could be viable. I could switch back to Windows to do that (VMware Workstation). Hm.22:23
TJ-Yuji: right, that would be much faster since you'd not need to reboot the Linux VM either, just use the modprobe procedure22:23
YujiTJ-: I'll follow up in a bit, gotta try some stuff around.22:23
pedrocrapb1963: usually DNS resolution for a domain is done by a DNS server somewhere that only resolves that domain22:23
pedrocrapb1963: meanwhile that server itself just uses normal ISP or Google DNS servers to resolve the things it needs itself22:24
Guest53TJ-: I've tried that, but to no avail :(22:24
TJ-Yuji: it'd be interesting as a test, if that device works inside a VM without a quirk that would be an interesting and useful datapoint22:24
pedrocrapb1963: the things you want from a DNS server for a domain (authorative response for just the few hosts in the domain) are different from what you want from your DNS server to resolve for the total internet (fast, usually cached, responses to all sorts of domains)22:26
pedrocrapb1963: it's of course possible to configure DNS servers to do both jobs (as you've apparently done) but there's not much reason to22:27
apb1963pedrocr, Yes.  I'm talking about an authoritatively responding server.22:27
pedrocrapb1963: there's no reason to set an authoritative name server in resolv.conf22:27
pedrocrapb1963: just set 8.8.8.8 or something like that in resolv.conf and that will call your name server in the few cases it needs resolution for your domain22:28
Guest53TJ-: Thanks for the help! But I think I might just stick with Windows for the TV22:28
apb1963pedrocr, Maybe it's just me, but to go to another name server so that it can call your own name server, doesn't seem the most efficient way of handling it.22:29
pedrocrapb1963: what's inefficient about it? if you're worried about the roundtrips to google those are very short, and what you're doing, as you've found out, is a much more complex thing to setup and configure22:31
apb1963pedrocr, IMHO, calling my local name server first to see if it resolves is the "natural" order of things.22:31
pedrocrapb1963: you're reinventing the wheel and complaining that ubuntu doesn't make it easier to do22:31
pedrocrapb1963: but by all means, just uninstall resolv.conf and set /etc/resolv.conf manually22:32
pedrocrapb1963: it will probably work22:32
apb1963pedrocr, It's clear you can't help me.  Thank you for trying.22:32
pedrocrapb1963: you're really ungrateful, I've given you several solutions to do exactly what you want and an explanation of what the natural thing to do is22:33
pedrocrapb1963: but by all means behave like an asshole22:33
apb1963pedrocr, I said thank you.  If that translate to something else in your language, I'm sorry.22:33
YujiTJ-: It appears to have worked. I'll have to verify the filesystem after the installation is done. Or I've lost another 2TB-filled drive to an accident...again. (That's what happened the last time I tried figuring this out). :P22:34
TJ-Yuji: which "it" is making it work?22:35
YujiTJ-: Ah my bad. The edited grub quirk insert. :)22:35
TJ-oh, quirks=xxx:yyyy:u ?22:36
YujiTJ-: Trying now to determine a username convention.. firstInitialLastName or name.name (preferred but Ubuntu has hated that forever it seems).22:36
YujiTJ-: Yes. :)22:36
TJ-Yuji: right, if you can report a bug about that we can see about getting it into the kernel upstream and into Ubuntu22:36
TJ-!bug | Yuji22:36
ubottuYuji: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.22:36
naccYuji: name.name is a bad idea, IMO -- you're going to make it hard to grep etc., do to '.' matching any character22:36
YujiTJ-: If this works, of course. :)22:37
Yujinacc: I'm familiar with grep and regex.22:37
Yujinacc: I still quite prefer it. :)22:37
Yujinacc: But the note is most appreciated. :)22:37
* TJ- breaks Yuji's policy instantly; can't fit a dot between T and J :p22:37
YujiTJ-: Oh?22:38
YujiTJ-: :D22:38
=== pal_ is now known as kdenlive
YujiTJ-: It definitely appears to be working now. I'll do another reinstall after this to verify it. If it works, what package name would I use?22:38
=== kdenlive is now known as pally
apb1963TJ-, I'm not 100% certain, but avahi-daemon may not be overwriting considering I found this in its conf file: #publish-resolv-conf-dns-servers=yes22:40
TJ-Yuji: "linux"22:40
YujiTJ-: Ah good. :)22:40
SecurityIntelHey all, I have an encrypted HD, and I want to install on another HD windows (on a non encrypted drive) can I install windows without breaking grub on the "main" HD?22:40
TJ-Yuji: make sure you specify the USB Vendor:Device ID of the storage unit :)22:41
YujiTJ-: Of course. :) Very important.22:41
TJ-Yuji: you'd be surprised how often reports leave off the vital info22:41
TJ-SecurityIntel: If you rely on the system firmware to choose the boot device, or it's an UEFI system, that should not be a problem22:42
YujiTJ-: I've read quite a few reports and I've been surprised myself about how many would be so vague. :)22:42
alexey_quit22:43
YujiTJ-: Is there any particular command to see a list of the quirks defined for a device in particular?22:44
TJ-Yuji: no, you need to look at the module source-code; I linked it to you earlier22:45
YujiTJ-: I meant on a live system, any that are manually specified.22:46
YujiTJ-: Such as if I had one at grub, the ability to list that (without knowing I had done it).22:47
YujiTJ-: Specifically without reviewing source.22:47
marshello guys:)22:47
TJ-Yuji: quirks are internal to the source code; that's where they are documented22:48
YujiTJ-: There are multiple ways to specify a quirk, for devices not yet added into source code. One example would be grub, another would be if someone manually modprobed. I was hoping to see if I could get a 'current list of quirks' for the manually specified. I'll try and hunt around for this.22:49
gambl0rehello?22:51
gambl0refor some reason the color on my screen looks off. at certain times it looks as if you're looking at the screen at an angle but this is when im looking directly straight at the screen22:52
gambl0redo i need to calibrate my laptop display?22:52
Yujigambl0re: Some drivers in Windows install color profiles when pre-loaded from a manufacturer. If one switches operating systems, they may not have brought their color profile with them, so things might not appear the same. This may or may not be what you're seeing.22:53
Yujigambl0re: I had the particular issue I described with an HP business-class laptop back in the day.22:54
gambl0reyuji?22:54
vookAny ideas when CVE-2017-5715 and CVE-2017-5753 (Spectre 1 and 2) are expected to be resolved?  I'm weighing whether I should update my hypervisors now to 4.4.0-108 or if I should wait a bit longer (non-public systems).22:54
Yujigambl0re: Yes?22:54
gambl0rei have a japanese friend named yuji. are you japanese?22:54
gambl0redo you happen to live in tokyo?22:54
Yujigambl0re: Ah no, not Tokyo. :) Nor Kyoto.22:54
gambl0reok so you are not my friend then...22:55
gambl0reso what do i do to fix my screen issue?22:55
nacc!kpti > vook22:55
ubottuvook, please see my private message22:55
naccvook: further questions in #ubuntu-hardened, please22:55
TJ-Yuji: youd find the quirk types in the source-code, in userspace they are combined with the vendor:device ID and passed to usb-storage. Once kernel dev's are aware of a device requiring the quirk it is incorporated into the source, at which point no userspace action is required. So a list would be forever out-of-date22:56
YujiTJ-: I understand that...it isn't what I was asking about. I'm asking about run-time. Such as an ls-usbquirks command to list any quirks being used by any devices currently, including the ones I've manually specified. It's alright, I'll just tinker with some stuff to find out.22:57
TJ-Yuji: oh! if there were it'd be revealed via sysfs22:58
nerd8622hi22:59
YujiTJ-: cat /sys/module/usb_storage/parameters/quirks22:59
YujiTJ-: That works.22:59
TJ-Yuji: that's it23:00
YujiTJ-: The reason for needing that is to see a list of currently running so that I can verify a conf I create successfully tells usb-storage to load the quirk.23:02
TJ-Yuji: i realised that once I figured out what you were asking :p23:02
YujiTJ-: Yeah. The fresh install may not load itself correctly unless I can get the conf working right, since it isn't in module source already.23:03
YujiTJ-: So I'm hoping I can specify it, check and see before wasting time setting up a desktop when it could keel over any second.23:03
TheNH813Akonadi Server Self Test fails. Control process and server process not registered at D-Bus, no resource agents found, no server log found. Using Kubuntu 14.04.23:10
TheNH813Any suggestions where to start troubleshooting?23:10
TheNH813I just want to use KMail.23:10
SvetaTheNH813: what user are you running kmail with?23:13
TheNH813My regular user account. I just finished installing Kubuntu yesterday.23:14
TheNH813It's named "administrator" as I always name it and UID 1000.23:15
TheNH813Does the akonadi server need to be started as root?23:15
SvetaOk, thanks, nice to know. What do you see in "settings -> advanced -> kde resources"? Do yuo have an akonadi resource for contacts and one for the calendar?23:16
TheNH813Let me check.23:17
TheNH813Settings on KMail or Akonadi server?23:18
=== j is now known as Guest79399
dragosdrgm12hi23:19
dragosdrgm12help me please23:20
dragosdrgm12i learn ubuntu23:20
TheNH813What do you need help with in specific?23:20
naccdragosdrgm12: please just ask a support questionn, if you have oe.23:20
dragosdrgm12and i don't understand at ssh connection.23:20
naccdragosdrgm12: what don't you understand? how ssh works? what ssh is? etc/23:21
TheNH813What are you trying to do, connect over ssh or start a ssh server?23:21
dragosdrgm12yes23:21
TheNH813So, connect over ssh, or start a server?23:21
naccdragosdrgm12: we are giving you choices, 'yes' is an invalid answer.23:21
dragosdrgm12i don't understand at password23:21
naccdragosdrgm12: you don't know what a password is?23:21
_KaszpiR_welcome to ubuntu23:21
TheNH813You need to enter the password of the account you're logging into when ssh asks for a pssword.23:21
dragosdrgm12yes and i don't know how to see23:22
naccdragosdrgm12: it will not echo the password. That would be insecure.23:22
TheNH813Just type the password and press enter. IT won't show what you're typing ofr security reasons.23:22
dragosdrgm12how to see password at anthor computers?23:22
TheNH813Do you know the password to log into that computer?23:23
dragosdrgm12no23:23
TheNH813Well, then you'l need to get it somehow.23:23
TheNH813Is it your computer?23:23
dragosdrgm12yes23:24
TheNH813Which account?23:24
naccdragosdrgm12: and you don't konw the password?23:24
dragosdrgm12work on anthor computers?23:24
dragosdrgm12no23:24
dragosdrgm12i don't23:24
TheNH813So, you don't know the username?23:24
dragosdrgm12username yes23:24
dragosdrgm12password23:25
TheNH813Is it the root account?23:25
TheNH813Because in that case the root account has no remote access credentials.23:25
SvetaTheNH813: settings -> advanced -> kde resources.23:25
dragosdrgm12idk i use ubuntu mate and work on pi 323:25
SvetaTheNH813: if this does not exist, check akonadi settings.23:25
TJ-dragosdrgm12: if the username on the remote PC is different to the username on the local PC, you need to do "ssh user@host" where 'user' is the username of the account on the remote PC23:25
SvetaTheNH813: also, did you try to restart kmail?23:25
TheNH813Yes.23:25
dragosdrgm12username i can see with nmap no??23:26
apb1963pedrocr, The solution (though slightly outdated) that works for me (with minor adjustments) is https://wiki.ubuntu.com/OverrideDNSServers - thanks for your attempts, I appreciate you trying to help.23:27
naccdragosdrgm12: you just said you knew the username.23:27
dragosdrgm12wait23:27
apb1963TJ-, Your solution would have been ideal if I were using NM, but having gone off in a different direction, this solution seems to work: https://wiki.ubuntu.com/OverrideDNSServers23:27
dragosdrgm12i don't know how to see password for ssh and school pc23:27
naccdragosdrgm12: you don't see password23:28
mohammad linuxlove23:28
naccdragosdrgm12: are you trying to hack your school's pc? that is not supported here.23:28
=== mohammad is now known as linuxlove
dragosdrgm12no23:28
apb1963TJ-, thanks for all your support.  you're the best.23:28
TheNH813_ALTWell, hold on one second.23:28
dragosdrgm12i make test security with teach.23:28
dragosdrgm12because childs enter in dark google and i see and block23:30
naccdragosdrgm12: you are claiming to be a security ... teacher? but don't know how to ssh?23:31
Yujigambl0re: Glad to have been able to help you fix your problem. :)23:31
dragosdrgm12yes23:31
apb1963nacc, in the land of the blind, the one-eyed man is king :)23:31
dragosdrgm12teach tell me ssh password23:31
TheNH813_ALT_Okay23:31
TheNH813_ALT_Or sorry I didn't mean okay to you.23:32
dragosdrgm12and i understand where he see23:32
naccapb1963: it's better to stay blind in this case.23:32
Yujiapb1963: But there would not be an eyed man in the land of the blind. Only the blind.23:32
dragosdrgm12in finally how to see ssh password?23:32
=== TheNH813_ALT_ is now known as TheNH813
apb1963Yuji, Haven't you ever heard of illegal immigration?23:33
Yujiapb1963: Yes, when the British went to America and wiped out all the Native Americans.23:33
SvetaTheNH813: perhaps if you are still stuck, as #kubuntu, they have kde next to them and can say what to click23:33
apb1963Yuji, not all23:33
naccdragosdrgm12: you don't seem to be llistening. You can't see the ssh password on the local machine and it's secured so you don't see it on the remote in plaintext.23:34
naccdragosdrgm12: as a security 'teacher', you should undrestand that.23:34
TheNH813Sveta Okay I'l try that.23:34
TheNH813Sveta: Would using a VPN interfere with the server in any way?23:34
SvetaTheNH813: assuming you're using kde (rather than kmail on a non-kde flavour)23:34
SvetaTheNH813: akonadi uses local servers, I don't think a vpn would affect their work23:34
TheNH813Okay.23:34
SvetaTheNH813: but if you're in doubt, switch your vpn off for a second and test23:34
TheNH813Yeah it did nothing. Definitely wasn't the VPN.23:35
Svetagreat23:35
TheNH813As a side note, I noticed my IP is logged in the username.23:36
Svetanow you know at least that :-)23:36
TheNH813Hm... maybe the database is corrupted. I'l try deleting it.23:36
SvetaYou mean, your vpn username includes the ip?23:36
TheNH813No, on the irc here. "TheNH813_ALT (~quassel@h69-131-177-131.mdfdwi.dsl.dynamic.tds.net) has quit"23:36
SvetaThe error message does not sound like a corrupted data base. It sounds like something does not exist at all and needs to be added.  If you decide to remove data, make a copy first.23:37
SvetaAh, that's not your username. That's your hostname.23:37
TheNH813Well, the hostname has the ip in it. "69.131.177.131"23:37
SvetaTechnically, your username there is '~quassel', your nickname is TheNH813, and your hostname is the bit after the @.23:37
TheNH813Guess that because that account is unregistered.23:37
SvetaEven if your hostname didn't have the IP spelled out like this, anyone can use `host h69-131-177-131.mdfdwi.dsl.dynamic.tds.net` to find out what the IP is.23:38
TheNH813True.23:38
SvetaFor example, `host ubuntu.com` also works in the same way.23:38
TheNH813Maybe D-Bus is what's not working.23:38
SvetaMy account is registered, but my IP still shows. This is because it is IRC.23:38
SvetaIt is normal and does not need any worrying.23:38
TheNH813Okay.23:38
jk^hi all... i read thar unrar and unrar-free are just for extract archives and unrar-free just for old archive's formats. Then i think i need rar. I found it both in "Lubuntu Software Center" and in "Package Manager (Synaptci)". Where have i to download it from?23:39
TheNH813Either would work.23:39
TheNH813Or use the command "sudo apt-get install unrar-nonfree"23:39
SvetaTheNH813: Since I don't have KDE near me, I can't guide you where to find the 'kde resources' settings. It does need to be under 'System Settings' somewhere. You could type 'akonadi' at the right top corner and see what results it shows.23:39
SvetaTheNH813: you are using kubuntu (kde), correct?23:40
jk^*Synaptic23:40
=== Nicmavr is now known as Guest71626
TheNH813Yup. Kubuntu 14.04. Due to other versions having a driver problem. I  wanted to use fglrx.23:40
Svetajk^: try unrar-free first, it does the job in most cases.23:40
SvetaTheNH813: ok, I've joined #kubuntu now, then.23:40
jk^(Some typing errors) hi all... i read that unrar and unrar-free are just for extract archives and unrar-free just for old archive's formats. Then i think i need rar. I found it both in "Lubuntu Software Center" and in "Package Manager (Synaptc)". Where have i to download it from?23:40
TheNH813Sveta: Okay23:41
Svetajk^: lubuntu software center and synaptic use the same list of packages to search, often you find the results are the same.23:41
Svetajk^: try unrar-free first. Does it work for your .rar files?23:41
jk^Unrar can extract files from .rar archives. Can't handle some archives in23:42
jk^the RAR 3.0 format natively. Package "unar" can be used to extract those23:42
jk^archives if installed.23:42
PTNapivoskijk^, p7zip-full and p7zip-rar23:42
jk^!unrar-free23:42
Svetajk^: you need to use unrar-free until one day you have a file that does not work.23:42
Svetajk^: you do not need to install unrar (non-free) unless this happens.23:42
jk^ok Sveta23:43
jk^Sveta, W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permesso negato)23:50
PTNapivoskijk^, wait to use23:51
jk^why PTNapivoski ?23:51
PTNapivoskijk^, it seems that apt is being used23:52
PTNapivoskijk^, that thing happens when other software is beeing updated23:52
Svetajk^: you have synaptic and software center open.23:52
Svetajk^: close one of them two.23:53
jk^ok23:53
nightfly4.4.0-108 kernel is kernel panicking some of my workstations. Any plans on another release soon?23:55
nightfly(4.4.0-108.131)23:55

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