[00:10] TJ-, no joy :( https://pastebin.com/NtXgiG7U [00:16] about my problem with the hybride radeon card ... gone bios, selected win7 then reinstall ubuntu mate and that's it :P [00:17] acceleration hardware ... but sensors are 65 - 80c when busy [00:18] will try wine with borderlands and empire earth 2 [00:18] thanks !! [00:18] apb1963: that's disappointing [00:19] apb1963: "Invalid argument" seems a weird response [00:20] TJ-, well... I could comment but I don't have anything useful to say :D [00:21] I mean "master" seems like an acceptable argument.. unless it doesn't support it, which would make it invalid. [00:21] so, yeah... weird. === apb1963 is now known as KingOfWeird [00:23] :) === KingOfWeird is now known as apb1963 [00:25] Heavy is the head that wears the crown. I abdicated. [00:28] apb1963: Have you tried configuring it using hostapd? It may be failing because it's not also configuring the operating channel and other requirements [00:29] TJ-, yes, that's exactly what i'm trying to do [00:31] apb1963: have you set the link 'down' before trying to put it in master mode? ("sudo ip link set dev wlp2s0 down" ) [00:31] Do you think cronjobbing apt autoremove is a bad idea? [00:31] TJ-, I have not [00:31] apb1963: that might help :) [00:33] MajesticFudgie: that, or an alternate 'apt upgrade' script that auto-executes 'apt autoremove' [00:33] yeah [00:33] My /boot likes to get full [00:33] TJ-, :( https://pastebin.com/P36Y29Z8 [00:33] MajesticFudgie: drill a hole in the big toe :p [00:34] TJ-, dump it out? :) [00:34] Could do with it lol [00:34] https://smallimage.in/q6746pqu2l87cxcbd27unvrh6r3j18li.png har har bad joke [00:34] apb1963: hmmm, are you seeing anything in syslog or kern.log when you issue the 'mode master' command? [00:35] apb1963: I looked at the source code for iwconfig; that error is coming up from the driver itself [00:36] apb1963: in your hostapd config are using "driver=nl80211" ? [00:37] Does anyone have experience installing a CANON laser printer CUPS driver on ubuntu v 14.04? [00:38] nothing in in logs... I was using that driver... but now am not. Haven't tested with that driver though. [00:38] TJ-, ^^^ [00:39] I downloaded the driver and unpacked but the install script did not run. [00:40] TJ-, I mean I haven't tested that driver since changing kernels [00:42] 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] apb1963: it's a long shot but worth trying at this point [00:43] apb1963: "sudo modprobe -r ath9k; sudo modprobe ath9k nohwcrypt=1" [00:44] Thanks apb1963 I will give it a try. [00:44] TJ-, will do. While I do that... /etc/network/interfaces https://pastebin.com/xBktvbzF === xubuntu is now known as Guest4977 [00:45] hi [00:46] 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] just trying kaffeine but it seems not to detect my usb tv cards. how can I set them? [00:47] TJ-, both [00:47] TJ-, my goal is to set it up as a router and AP, dhcp server, dns server.. [00:49] TJ-, https://pastebin.com/g6Ah5VBM [00:50] Ubuntu 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:51] michael2, I think it probably means the name of the distribution. Such as Xenial, Trusty, etc. But I'm guessing. [00:53] Hmm.. on second thought.. that doesn't make a lot of sense. NVM :) [00:55] vlc cannot find either my usb tv cards. what can I do to configure them? [00:57] 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:59] 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 device [01:00] TJ-, oh really. So, put /etc/network/interfaces back to its default? OK. I'll dump those countless hours of work :) [01:01] 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] TJ-, OK, I'll do that then. [01:02] apb1963, actually it's hot-plug [01:02] apb1963: once you've got signs of AP mode life from hostapd, then you can clean up that config file :) [01:03] TJ-, so comment the entire stanza, yes? [01:04] 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:06] I can't get any help in #winehq. my game broke the solution for displaying in the proper resolution on my 2nd monitor. [01:08] I'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:09] I 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:10] TJ-, Now the interface isn't coming up at all... putting it back the way it was.. same result. [01:12] TJ-, sorry.. I meant I did a systemctl restart networking [01:12] TJ-, and it fails [01:13] Process: 6166 ExecStart=/sbin/ifup -a --read-environment (code=exited, status= [01:13] 1/FAILURE) [01:13] Jan 08 17:11:39 yellow systemd[1]: Failed to start Raise network interfaces. [01:16] apb1963: shouldn't that be the hostapd service you're trying to start? [01:16] TJ-, good point. silly me [01:18] TJ-, OK.. if i'm not using if tools... I'm not sure what to do. [01:20] 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 donfig [01:21] TJ-, https://pastebin.com/nm2DzwBX [01:21] ok [01:25] tj ? [01:28] I'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:41] Vysty: I would test audio capture in another program, for example https://webaudiodemos.appspot.com/AudioRecorder/ . [01:41] Vysty: this uses html5 inside of your browser, so it should be easy to test using this tool. [01:50] Who do I talk to about getting the graphics drivers ppa updated to nvidia 390 beta driver? [01:52] hello [01:52] Err....How do I get in contact with the Graphics Drivers team? [01:53] no 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:55] Does anyone know anything about creating a persistent Live USB with the latest version of Ubuntu from Windows? [01:58] salamanderrake: there is a testers mailing list of them at https://launchpad.net/~graphics-drivers-testers [01:58] any updates [01:58] for meltdown [02:01] LiveUSB: 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 instructions [02:02] LiveUSB: both these tools -- 'linuxlive usb creator' and 'unetbootin' -- are freely licensed software released under GNU GPL, and are expected to work [02:03] @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.03 [02:03] I'm not sure if that's actually my issue or not [02:03] LiveUSB: did you make two partitions? [02:03] Yes [02:04] I noticed from videos that people booting into Ubuntu after using UNetBootin actually got a UNetBootin screen, whereas I had the GNU Grub screen [02:05] Maybe 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 is [02:06] nvm fixed it by install-uninstall all over again [02:06] LiveUSB: 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 problem [02:07] LiveUSB: 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] Sveta: 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:08] Sveta: 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] One last question then -- why do you suggest that I do not do scratch reinstalls? [02:09] Vysty: if it's an obs problem, perhaps ask their chat (https://obsproject.com/chat) you can also open this in your normal irc client [02:09] Thanks! [02:09] LiveUSB: solving any problem by a reinstall is slow and inefficient; it is better to test the persistence first, and solve any remaining problems separately [02:09] I hope someone's online. Generally I come here because this is the only place with people actively chatting. [02:11] Vysty: 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 advanced [02:11] Vysty: then try again [02:11] Sveta: Do you know what I may do to troubleshoot the locking up that I am experiencing? [02:11] Vysty: (it's nontrivial to suggest solutions to this without having the software installed on my own computer, hence the suggestion) [02:12] LiveUSB: 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 up [02:12] LiveUSB: one issue at a time [02:12] Sveta: Persistence is working [02:12] LiveUSB: ok, great [02:12] LiveUSB: what triggers the locking up? [02:12] Sveta: Appreciated. I do have my mic selected in settings and there is no "mic qpc timestamps" in advanced. [02:13] Sveta: I'm not really quite sure; I have a theory about why. [02:13] Sveta: Currently it's happened when using the file browser [02:20] LiveUSB: that's only the first 25 seconds, perhaps not the complete output [02:20] Vysty: it needs to record game sound (played by the game) or sound from your mic? [02:20] Vysty: does OBS game volume bar appear active when you are recording? [02:20] not playing any game. [02:20] Just want to record myself. [02:20] Sveta: I've checked with the paste I put up and the terminal and the end of the terminal matches whta I pasted [02:21] Vysty: it's probably out of my abilities, i don't have it installed and the web search is not particularly enlightening [02:21] Sveta: I appreciate your help in any case. [02:21] Vysty: 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] LiveUSB: ok [02:21] Sveta: 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:22] Vysty: ah, you're recording your webcam picture plus your screen, side by side into the same video? [02:22] That's what I WANT to do. [02:22] Or at least have the ability to do. [02:24] Vysty: ok, try the vokoscreen package instead, its home page is http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html [02:24] Sveta: Will look into it. I got some people to respond to be in the OBS chat. Thanks! [02:24] !info vokoscreen [02:24] vokoscreen (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 kB [02:25] Vysty: no worries, i used vokoscreen a couple days ago and i see its preferences window has a webcam icon, it was pretty intuitive [02:26] LiveUSB: i don't see anything concerning apart from intermittent wifi [02:30] Sveta: I suppose that's good; do you have any further troubleshooting ideas? [02:30] Upgraded 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 be [02:30] logged what the bug is? [02:31] Sveta: I've been trying to trigger the lockup for a minute and have failed thusfar [02:31] or at least a better error message I can work with? === 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] <|> [02:53] LiveUSB: as an uneducated guess, if you can reproduce this stably, re-attempt to test this with wifi disabled via a hardware switch [02:57] Sveta: 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) [03:00] Hi! [03:03] Is Ubuntu Oxygen ready for software development? I switched from 16.04.3 LTS and Oxygen seems a bit messed up. === gerald is now known as Guest64650 [03:18] Hi, again. [03:19] Is Ubuntu 17.10 good for software development? Why don't can't install g++, ffmpeg and other basic packages from "Ubuntu software"? [03:37] anyone active? [03:53] hi everybody, its my first time here, what we usually talk around this channel? [03:53] melatonina: what do you mean by "good for development?" [03:54] hsa: I don't spend a lot of time in this chan, but I would guess it's general troubleshooting and such [03:55] sarloth, to be honest im not used to irc [03:56] can you give me some tips of how to get started? [03:57] mostly 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 :) === yak_ is now known as Yaho [03:58] hmm, how do i find channels of my interest? i mean, with people of my country and such [03:58] I 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. [04:00] freenode (the irc host you are using) has some docs for finding more specific chans: https://freenode.net/kb/answer/findingchannels [04:00] ok, thanks [04:00] Admittedly, 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:01] no worries, happy chatting hsa [04:01] but there is a lot of bounderies on internet [04:02] eventually you will notice that countries form entire isolated bubbles that become culturally impenetrable === gwoplock_ is now known as gwoplock [04:10] #join quasel [04:10] #join quassel [04:10] oops my bad in there === gulzar is now known as Guest72715 [04:26] Hello, 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] I 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? === Guest72715 is now known as gulzar === gulzar is now known as Guest37284 === RoBo_V1 is now known as RoBo_V [04:47] za1b1tsu, You should have one mount point. [04:48] apb1963, can you tell me how to remove media/home mount point? [04:48] can 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:49] ubuntu* [04:49] ubuntu814: what comes up with that ls command [04:50] za1b1tsu, you may have missed step 4. In fact, you may want to verify you didn't skip any steps. [04:51] Ben64: 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 saw === LabMonkey is now known as Mechanismus [04:53] 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] apb1963, I forgot to do sudo mount -a [04:53] za1b1tsu, You may have forgotten other things as well. I would retrace and verify it all if I were you. [04:54] Ben64: 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] apb1963, Thank you, now I hav a partition with / and one with /home is this normal? '/' does not mean home? [04:54] I will [04:54] za1b1tsu, / is the root of the file system. [04:55] 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] za1b1tsu, Everything goes under / [04:56] za1b1tsu, whether you choose to have a different partition for /home is your choice [04:56] za1b1tsu, it's a good choice IMHO... it's how I've got it here. [04:56] hi [04:56] apb1963 thank you [04:56] za1b1tsu, you're welcome [04:57] how can i boot a cloud image on qemu? it just says "no bootable device". [04:57] what do you mean by 'cloud image'? how is it different from a regular image? [04:57] Ben64: 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 GPT [04:58] perhaps i can download the 17.10 iso [04:58] za1b1tsu, 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:59] its an image for virtual machines, as i understand it, created by canonical [04:59] probably good idea, the ubuntu site gave me 16.04.3 [04:59] for example you can run it on amazon servers directly [04:59] https://cloud-images.ubuntu.com/ [05:01] return: uvtool is probably the easiest way [05:04] hm my host is running debian, not sure if i can install it [05:06] well maybe i will just install from a standard installation iso instead of trying to get the cloud image to run [05:08] is 17.10 beta? [05:08] !17.10 | mg55` [05:08] mg55`: Ubuntu 17.10 (Artful Aardvark) is the current release of Ubuntu. Download at http://www.ubuntu.com/download - Release Notes: https://ubottu.com/y/artful [05:08] so: no [05:08] return: sorry, what are you trying to do? [05:08] mg55`: the version numbers are based on dates. [05:08] mg55`: after 10th month of the 2017 year (i.e. October 2017), this version is released. [05:09] mg55`: 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:10] okay, why did the ubuntu site give me 1604 [05:10] weird [05:10] mg55`: because it offers LTS [05:10] running the cloud image i downloaded (xenial-server-cloudimg-amd64.img) in qemu on a debian machine [05:11] !lts | mg55` [05:11] mg55`: 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] Sveta: to be clear, future releases only have codenames (bionic), the version # is not set until the release occurs [05:11] i see [05:11] nacc: ok, thanks [05:13] return: i think you can google for it, but it's way easier to do from ubuntu itself, yeah [05:13] return: although this might help:https://help.ubuntu.com/community/UEC/Images [05:13] where would be a link to 17.10 [05:15] mg55`: here's one https://www.ubuntu.com/download [05:15] takes 3 more clicks from there, and not choosing the first option [05:15] it brings me to 10,04 [05:15] or 16 [05:15] 16.4 [05:15] mg55`: www.ubuntu.com -> desktop -> hover, 17.10 [05:15] mg55`: what are you looking for, 17.04 for desktops or servers? [05:16] or somethign else? [05:16] thank you, i will see if i can get it to run [05:16] *17.10, sorry [05:16] Ubuntu 16.04.3 LTS [05:16] is that beta? [05:16] mg55`: no, why do you keep asking that? [05:17] hehe, the link that says 17.10 Ubuntu bring you to 16.04.3 [05:17] no joke [05:18] mg55`: what link? [05:18] mg55`: the one i sent you? [05:18] https://www.ubuntu.com/desktop/1710 [05:18] mg55`: scroll down. [05:19] mg55`: but 17.10 is discouraged until 17.10 dotrelease comes out due to a BIOS-killing issue [05:19] mg55`: as described on the 'get 17.10' linked page [05:19] mg55`: if you're new to ubuntu on the desktop i'd defintiely recommend running an LTs release anyways. [05:20] okay, so i have to download 16.04 i get it because of bios killing issues [05:21] well i did install 10.04, did a update, the gnome went blank after the update [05:21] 16.04 i mean [05:22] what kind of an update? did you have thrid party package repositories or software installed? if so, which? [05:22] i did it though the update repository thing [05:22] no the ubuntu one, i downloaded nnothing [05:23] mg55`: gnome? or unity, do you mean? [05:23] unity i am sorry [05:24] do 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] nah [05:25] i ain't going though all that bio's crap to configure the video, worked great after the install though [05:25] just the update killed it, the login screen worked however [05:25] it's unusual that a normal patch update would cause the screen to go blank on an unmodified LTS release. [05:26] perhaps i rebooted when it was still installing [05:26] it said it was finished though [05:26] how could it say that wehn the screen was blank? [05:27] well it disappeared so i assumed it was finished, but hell it is free [05:28] i am on centos now [05:28] weeeeeeeellllll... 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] nah, i did [05:29] the mouse moved on the blank screen [05:29] but the password came up [05:29] login screen === Richard is now known as Guest91003 [05:30] this does not sound like a blank screen to me [05:30] perhaps i sould try 17.04 to avoid the possible bios kill [05:30] you're better off with the LTS versions IMO. [05:31] it was on the black screen for like 10 min, the mouse arrow could move [05:31] mg55`: 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] *can tell [05:32] 0/ [05:32] indeed. what tomreyn said. [05:32] I have a question about distribution uprades. [05:32] upgrades* [05:33] Yes? [05:33] okay i found the 17.10 here http://releases.ubuntu.com/17.10/ [05:33] i have a asus laptop will it kill the bios, lol [05:33] hello Cosmo_ feel free to just ask your questions right away. [05:35] mg55`: 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:36] mg55`: 17.04 should not be considered, it goes EOL in a week [05:36] 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:37] ther isn't one [05:37] Well, pull two packages, one is a dependancy which doesn't exist (any version) in xenial, so I figure that's moot. [05:37] i did recall seeing acer and lanova [05:38] Cosmo_: it's completely unsupported to do what you're doing, fwiw [05:38] Cosmo_: so not, it is not advisable [05:38] Cosmo_: if you don't care about that, do what you want, you're root :) [05:38] Hah yeah I suppose it's a bit of a moot question [05:38] Cosmo_: 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:39] mixing packages from different releases though apt pinning is not a great idea due to the dependency issues you already ran into [05:40] also not supported, as n4cc mentioned. [05:40] i think asus systems should be ok for 17.10 [05:40] 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:41] Cosmo_: no, 18.04 is not yet released [05:41] !ubuntu+1 | Cosmo_ [05:41] Cosmo_: Bionic Beaver is the codename for Ubuntu 18.04 - Support only in #ubuntu+1 [05:41] )but there is no real support since its not released) [05:42] okay so. Why is it that when I ran upgrade-manager -d it offered up 18.04 instead of 17.10? [05:42] Cosmo_: 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] Cosmo_: read `man upgrade-manager` ? [05:42] nacc: point taken [05:42] cosmo_: 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 ' to get the dependencies and source code for the older version. [05:42] Cosmo_: or `man do-release-upgrade` probably :) [05:43] ty nacc [05:44] And antisol yeah, I seem to forget that you can still get source-compiled packages registering into apt [05:44] I 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] oh that is excellent advice, ty [05:45] the version of the source you get with apt-get source will be old (in fact it's the packaged version), so that's not very useful. my point is that apt-get source also installs all the dev dependencies like headers and whatnot. [05:45] np. just run 'sudo checkinstall' from the program directory instead of 'sudo make install' [05:46] Ah. [05:46] BUT once you've done apt-get source, you can then clone the git repo of your program and compile that easily [05:46] 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:47] in 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] I have never seen that message before [05:48] not sure where it comes from or what it means. === Jochen_wvdT is now known as Schlawiner [05:49] Well, I installed BSPWM from source and if I do apt show bspwm that's what I get [05:49] 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] oh yeah that's because there's no package for it. with checkinstall you won't get that, if you do apt-show 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:50] Sweet. [05:50] brb [05:50] I never ever do 'make install' these days. ever. [05:50] I should probably just install most of this stuff from source instead of pinning, they're all active development anyway. [05:51] Also, is there any way to rig something to check for 'updates' against a git repo? [05:51] yeah if you want the latest and greatest that's what I recommend doing [05:51] just for notification purposes. [05:52] not 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] 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 support [05:52] right. that's a valid reason too. [05:52] ok brb now. [05:52] kk [05:55] 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 info === cinnamon_ is now known as tripelb [05:57] i installed kodi and it doesnt show in the application tree. (how do I find which ubuntu I have. I use mate) [05:58] that 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:59] Great. If I get the time I'll look into doing it myself. [05:59] It'd absolutely make life easier transitioning from arch xD [05:59] I'm tempted myself, it sounds like a really useful thing. [05:59] Indeed [06:00] the project should be named 'bleedingedge' ;) [06:00] It'd decently compensate for there being no centralised user repository (e.g. the AUR). [06:00] Oh also [06:00] hello I have mate .. how do I find out what my OS version is? [06:00] anyone an iwatch ninga [06:00] uname -a [06:01] or cat /etc/issue [06:01] haha that was wrong [06:01] 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:02] you can also maybe use lsb_release -a to get the OS version [06:02] tripelb: lsb_release -a [06:02] Cosmo_: snaps are the future for a lot of ubuntu software, tbh [06:02] tripelb: hostnamectl [06:03] Yeah I thought it might be, seems like the appropriate equivilant to the AUR (which I was heavily dependant on). [06:03] ok > this told me nothing. uname -a [06:03] Linux 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/Linux [06:03] However, I cannot get them to work [06:03] yeah snaps do make a a lot of these issues go away. [06:03] uname is only the kernel version. try lsb_release -a [06:03] tripelb: uname is irrelevant to your question [06:04] Cosmo_: I don't know what AUR is, but i don't think snaps are exactly the same [06:04] Cosmo_: what do you mean, exactly (cannot get them to work)? [06:04] 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] download a .deb* [06:05] !who | Cosmo_ pi antisol [06:05] Cosmo_ 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] Cosmo_: snaps are not ubuntu controlled (speaking generally), they come from upstream [06:06] lsb 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] tripelb: lsb_release [06:06] 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] dv`_, thanks for the command that worked. [06:07] Cosmo_: yeah that's not quite how snaps work [06:07] Cosmo_: 'official' snaps, at least, are from theupstream projects themselves [06:08] nacc lsb_release no LSB modules are available. (but I got it hostnamectl [06:08] tripelb: as we said, `lsb_release -a`. I was just correcting your typo ( you said 'lsb command') [06:09] 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 different [06:09] Cosmo_: maybe [06:09] nacc yes that works too. thank you. (now I dont see kodi installed in my application tree) [06:09] Cosmo_: tbh, i think it's easier to just undrestand ubuntu on its own, unless you intend on also using arch [06:10] Could anyone assist me configuring any kind of email server on ubuntu? [06:10] Yeah, it's just that arch is my strongest reference point, I haven't used ubuntu in like a decade [06:10] I'm using linode for a server [06:10] Until now, anyway [06:11] Cosmo_: ah ok [06:11] 25 minutes left [06:11] streetwitch: #ubuntu-server might help you on that [06:12] streetwitch: there's also a #linode channel [06:12] mg55`: can we help you? [06:12] Cosmo_: the closest equivalent in ubuntu land is probably PPAs rather than snaps. [06:13] i am about to install 1710 on a asus comp [06:13] says 25min to finished, slow connection [06:14] Eh, PPAs don't really have that much coverage. [06:14] mg55`: great you chosen for ubuntu, but please only ubuntu support in this channel [06:14] !discuss | mg55` [06:14] mg55`: 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] Functionally, yes, I suppose, antisol [06:15] there 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] Well how do you find PPAs though? [06:16] they are at launchpad [06:16] i just did, any other comps beside acer and Lenovo that has a bios kill [06:16] Sveta: what launchpad?? [06:16] mg55`: its reccomended to wait the new 17.10 iso's [06:17] Err, what's the command to launch it? [06:17] !ppa | Cosmo_ [06:17] Cosmo_: 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-purge [06:17] Cosmo_: launchpad is a site/service [06:17] Oh [06:17] Hi want to log all the infor to a file without email notification [06:17] Cosmo_: sorry, I mean https://launchpad.net/ubuntu/+ppas [06:17] wait for the new 17.10? [06:17] oh cool [06:17] yeah 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:19] Great, thanks [06:20] mg55`: yes, would be reccomended, but as you already installing... [06:20] would about the 17.04? [06:20] mg55`: eol in few days [06:21] 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:22] I mean I got the jdk installed but still, [06:23] hmmm. 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] Yeah I've been doing that too I just find it weird [06:23] I'd guess it's probably not normal to not show up in the gui [06:24] I'm wondering if the only stuff showing in the GUI are snaps. [06:24] no, they're definitely debs [06:24] Everything I've recognised are snaps [06:25] Like, definitely snaps. I installed one, and it was a snap. [06:25] ok, 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] Plus they don't appear in apt-cache search [06:26] do you thin i will surive the 17.10 [06:26] antisol: yeah this is my thinking [06:26] Cosmo_: apt searches .debs, not snaps [06:27] he'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] alkisg: Yes, that was my point [06:28] I can't seem to find any non-snaps in it, so far, antisol [06:28] Cosmo_: which software center, the ubuntu or the gnome one? which ubuntu version and flavor are you using? [06:28] uh, "ubuntu-software" and Ubuntu vanilla (but I'm not using Unity), 16.04 [06:29] Cosmo_: when I want a gui to install stuff I generally use synaptic. might be worth looking into [06:29] Cosmo_: what does that "i'm not using unity" mean, which desktop are you using? [06:29] Btw, ubuntu-software has been abandoned [06:30] "software center" nowadays refers to "gnome-software" [06:30] heh, of course it has. [06:31] ps aux|grep software would tell you [06:31] 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 one [06:32] 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 DE [06:32] alkisg: ^ [06:32] Cosmo_: 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 occasions [06:33] Cosmo_: if you're running gnome-software (check with ps), then it does have some issues with displaying things, which are solveable [06:33] !ot | antisol [06:33] antisol: #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] It wasn't very ready for 16.04 [06:33] hi all facing issue in networking need some suggestions.? [06:34] https://sketch.io/render/sk-130e9c238d2fc739665221915fa8c50c.jpeg - my architecture looks like this. [06:34] !idgaff lotuspsychje [06:34] from machine1 to VM unable to ping but from machine2 to machine1 communication established [06:35] 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] c06: firewall perhaps? or maybe it's not routed correctly? [06:35] (on machine1 i mean) [06:36] antisol: thank you let me chk rules are there [06:37] Cosmo_: not here please [06:37] yeah 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] 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] Cosmo_ antisol forwar to offtopic please [06:37] Sorry. [06:38] lotuspsychje: sorry but it seems that the mod indicator is not showing next to your name. must be a bug. [06:38] lotuspsychje: where /is/ offtopic? [06:38] antisol: we are in the #ubuntu support community here, anyone can point this to you [06:38] !ot | Cosmo_ [06:38] Cosmo_: #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:39] ty [06:39] well then why don't you have me kicked for my blatant rule violation === pal_ is now known as asciinema === asciinema is now known as pally [06:39] antisol: instead of mocking, have a little respect for the users that need actual support and perhaps read our !guidelines [06:40] users such as whom? [06:40] cool, thanks for the info. [06:40] Cosmo_: ^ [06:40] also, !guidelines are not rules, are they? [06:40] so I reiterate: kick me if you have a problem, or shut up [06:41] antisol: move on please, if you have more questions ask in #ubuntu-ops please [06:41] no problem. Just as soon as you kick me. [06:41] 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:42] Cosmo_: you need to register for offtopic [06:42] Ah, register with freednode? [06:42] Cosmo_: yes [06:42] Rightio [06:42] !register | Cosmo_ [06:42] Cosmo_: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. [06:42] who 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:43] !op | antisol does not understand offtopic [06:43] antisol 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, dax [06:43] antisol: Which is exactly why it's not worth debating IMO [06:44] yeah it's also not worth joining another channel [06:44] wouldn't talking constantly about how things are offtopic be offtopic? [06:45] Well I'm likely to spend most of my time in offtopic anyway so I don't care or mind tbh === Cosmo_ is now known as marcoscosmos [06:46] I 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] antisol: i am not finding any rules [06:46] **firewall [06:47] you can just switch to one of the offtopic channels [06:47] c06: sudo iptables -L will give you a list of rules. [06:48] i prefer iptables -S though, it is more understandable imho [06:48] c06: there is also a ##networking channel if you like [06:48] soooo... helping people who want help is less important than strict adherence to the channel guidelines? [06:48] because iptables -L suppresses some details [06:49] antisol: stop that here please, move to #ubuntu-offtopic or #ubuntu-discuss to discuss it [06:49] antisol: i ran that command and there is no rules related to that 10.10.10.x n/w [06:50] lotuspsychje: so...... discussing the guidelines is itself a violation of the guidelines? so your bureaucracy is offtopic too then? [06:50] antisol: to discuss guidelines there is #ubuntu-ops go ask there if you like? [06:51] hmmm ok. what about doing 'route'? I'm not really the guy to help you with routing. #networking is a good suggestion [06:51] hi, 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] antisol: can you understand this channel is for ubuntu support only? [06:51] I've tried to change my drivers from nvidia to nouveau, but it hasn't changed anything [06:51] lotuspsychje: I sure can. I just don't care is all. [06:51] I'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 X [06:52] rtbt: can we see a screenshot of that? wich ubuntu version? [06:52] rtbt: that is really odd. have you got a screenshot? [06:52] yes one moment [06:52] i forgot to tell in machine2, there is one more bridge (br-brd1) using that one machine2 is communicating to machine1 now only found [06:52] https://askubuntu.com/questions/888858/fuzzy-jagged-display-ubuntu-16-10-geforce-710a [06:53] c06: yeah that's starting to be a fairly complicated setup. I think someone in a networking channel is more likely to be able to help [06:53] rtbt: 16.10 is end of life [06:53] this happens on multiple distros, [06:53] i've currently upgraded to the latest mint [06:53] !mint | rtbt [06:53] rtbt: 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:54] ok antisol i ll try over there thank you [06:54] okay [06:54] all good [06:54] thanks [06:54] rtbt. 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 distros [06:54] rtbt: ^ [06:55] antisol: I think it's driver related, as in windows this doesn't happen, nor does it happen in freebsd [06:55] the 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:56] rtbt: yeah i would agree with that assessment. [06:56] well the xorg.conf file was deleted when I changed drivers [06:56] Hello? [06:56] so I assume it's running on the default nouveau drivers now [06:56] I might be wrong though [06:56] xorg.conf doesn't usually exist these days except in special circumstances. [06:56] I'll check the logs [06:57] welp, i chickened out, i ain't gonna install 17.10 [06:57] c06: have you enabled forwarding on machine2? [06:58] mg55`: 16.04 real stable [06:58] yea, but the update crashed [06:58] try doing 'glxinfo' on the command line. Near the top of the output you should see some indicator for either nvidia or noveau/mesa. [06:59] It should also say "Direct rendering: yes" [06:59] ubuntu-16.04.3-desktop-amd64 === LocaMocha is now known as Sauvin [07:00] antisol: Mesa DRI Intel(R) Haswell Desktop (0x412) [07:00] ok that sounds like the free drivers. [07:01] direct rendering: yes [07:01] that's really weird and I don't know what is going on. === sean is now known as Guest18278 [07:01] antisol: I think the driver for this particular graphics card is buggy [07:01] yeah [07:02] because it's an awful soldered to the motherboard all-in-one pc graphics card [07:02] I'm going to have to throw it out a window I think. [07:02] mg55`: yeah install that and wait for 18.04 in april? [07:02] I'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:03] do do the update? [07:03] inside 16.04 [07:03] or you could try asking the noveau people. They'd probably be interested in this too. [07:03] i had to fixmbr [07:03] mg55`: update from what [07:03] or a window also sounds like a reasonable alternative ;) [07:03] the repository [07:04] antisol: I might contact nvidia's linux support and nouveau before the window option [07:04] if all else fails [07:04] i did an update, probobaly was 17.10, qhat screwedit up [07:04] the window it is. [07:04] thanks for the help though [07:04] I appreciate it [07:04] mg55`: from 16.04? [07:04] hehe ok. They nvidia people are not all that quick to reply but they do reply and they're helpful. [07:05] no problem, happy to help. sorry I couldn't solve it for you. [07:05] antisol: all good! [07:05] yes, did a update that went blank [07:05] t5j7kkls [07:05] however the login screen stayed [07:05] weird [07:05] mg55`: thats not reccomended 16.04 to 17.10 [07:06] lotuspsychje: if you scroll up / check channel logs, you'll see a previous discussion on this topic with mg55 === leion1 is now known as leion [07:06] yea, i was digging 16,04 [07:06] i think i will do it again [07:06] tomreyn: whats the diagnose? [07:06] but not to the update [07:07] lotuspsychje: 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:08] tomreyn: ok tnx 4 headsup [07:08] m [07:08] 33 === pal_ is now known as pally [07:20] welcome ;) [07:25] l === nicolo is now known as Guest45124 [07:40] yup, that's a vibrant channel right there. I can see why offtopic discussions are such a problem. === Ekho- is now known as Ekho [07:55] 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:56] windows 10 should install under virtualbox in ubuntu right? [07:56] promach_: for servers, there's a dedicated channel #ubuntu-server; this here is mostly for desktops, which use network-manager [07:57] Fixion_: yeah [07:57] I haven't personally tried it but someone said they were getting stuck at some microsoft terms screen ... [07:57] Fixion_, I installed it once, yes [07:57] Fixion_: it's working fine here [07:59] I'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? [08:00] nagyg: awk should work [08:01] EriC^^, could you pinpoint me what features of awk should I use (I need to read the doc first :) ) [08:03] nagyg: it would be easier if you pasted a sample of the log [08:05] 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 well [08:13] EriC^^, 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 them [08:14] alkisg, pasting it here would ruin the chat I think :D but thanks [08:14] !paste [08:14] For 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] EriC^^, I have a look at awk anyway [08:15] nagyg: there's pastebin for that [08:15] There are numerous ways to do it, e.g. sed supports limiting between lines with the address1,address2 scheme [08:15] And sometimes plain shell read var1 var2 etc are the easiest way [08:17] alkisg, thanks, I have a look at those options [08:17] ok [08:21] 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:24] Fixion_, good to know, I'll be doing this soon as well [08:54] hello [09:00] hello mocxz === nicolo is now known as Guest56113 [09:12] Hi [09:12] hello [09:12] whats up? [09:12] what? [09:12] How are you? [09:12] i am fine [09:13] it is very cold outside [09:13] it is snowing [09:13] From where are you? [09:13] japan [09:14] Ok, I am from Switzerland === jpe_ is now known as sjpe === sjpe is now known as jpe [09:15] hey [09:15] nice to meet you [09:16] Yep, nice to meet you to! [09:16] *too [09:17] Hi 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 appreciated [09:17] have you ever seen Linus Torvalds [09:18] he is my roommate [09:18] roommate? [09:18] jock? [09:19] it is pm 5:00 now [09:19] mayankmadan: start with "systemd-analyze critical-chain" [09:20] am i reading this right - there's no spectre kernel patch out yet? https://usn.ubuntu.com/usn/ [09:20] i've flicked through the list for the relevant CVE numbers but only find a firefox patch [09:22] 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 compilers [09:22] TJ-, i dont quite understand that output [09:22] what is it supposed to mean [09:23] TJ-: chunky [09:24] looks like they're hoping to release packages today though based on the NOTE at the bottom here: https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown [09:25] shit theres no spectre patch for ubuntu ? [09:25] wheres the github link [09:25] EdwardIII: the kernel packages we've been testing since Sunday are for the meltdown issue (the Kernel Page Table Isolation patch-set) [09:26] there aren't any known exploits yet afaik, is that right? [09:26] There are 2 vulnerabilties, one Intel-only (Meltdown fixed by KPTI) and Spectre which requires a collection of cooperating fixes in CPU, OS, and compilers [09:27] EdwardIII: Both research teams published Proofs of Concept, so we have to assume there are exploits [09:27] right-o [09:27] !kpti [09:27] 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/ [09:28] mayankmadan: the critical-chain output should show where the boot delay is happening by the timings it reports [09:28] TJ-: is your feeling that KPTI will come first and patches for Spectre may take longer as it requires a bunch more changes? [09:29] EdwardIII: kpti should be in the archives today, if we've had no major regressions reported [09:31] EdwardIII: we've got several serious regressions reported so it may not, see for example bug #1741955 [09:31] bug 1741955 in Kernel SRU Workflow "linux: 4.13.0-25.29 -proposed tracker" [Medium,In progress] https://launchpad.net/bugs/1741955 [09:34] EdwardIII: Looks like the regression is in building out-of-tree kernel modules like nvidia, virtualbox, ndis-wrapper etc [09:34] Hi, 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 similar [09:34] i'm also hearing buzz around serious performance issues, but just vague stuff (reddit threads, national radio that sort of thing - nothing specific) [09:35] (and not specficially related to KPTI) [09:40] * note to self: connect to charger *before* battery is exhausted :) [09:43] TJ-: afaik letting the battery drop to 0% damages its health a bit, so yeah, charge it before 10% next time :) [09:45] alkisg: it sure damages the running session! [09:48] 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 <> PC [09:48] didn't work. Checked physical port for debris/obstruction/bent pins. Suspected the KPTI kernel so tried several older kernels. No luck. [09:49] 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 :D [09:50] TJ-: 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 normally [09:50] alkisg: first time that's happened in over 7 years [09:50] How should I go around https://paste.ubuntu.com/26352180/ for gcc 7 on ARM processor ? [09:51] TJ-: so I assume that the problem is some current staying in the NIC itself, maintaining some bad hardware state [09:52] 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 circuitry [09:52] TJ-: was the power cord removed at the time when you did that? [09:52] hi === MannerMan_ is now known as MannerMan [09:54] 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/+packages [09:54] TJ-: in my experience, removing the battery wasn't needed, only removing the power cord, and pressing the power on button at that time [09:55] alkisg: it needed to lose the battery; the battery was fully charged when the issue happened last night [09:55] how do I check my ubuntu release version ? [09:55] The battery shouldn't be related to the pci bus at all.. [09:55] oh, mine one is precise [09:55] Hallo [09:55] alkisg: battery discharge is unrelated except in that I'd forgotten to reconnect the charger after fixing the NIC :) [09:55] Haha [09:55] Hello :D [09:56] promach_: 12.04 precise is no longer supported [09:56] Whats up ? [09:57] ok [09:57] benutzer: The Sun. But what can we help you with? [09:57] gosh, pairing a bluetooth speaker with ubuntu is such a pain [09:57] promach_: cat /etc/issue [09:57] TJ-: thanks for all your help clarifying things on the vulnerabilities - it was really helpful [09:58] It pairs automatically but pulseaudio do not find the bluetooth output unless you delete the device and add it back [09:58] and then each time you pair it you've got the select chrome's playback to the bluetooth speaker [09:58] that's really awful [09:59] Thats nice :D [09:59] 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 desktops [10:00] TJ-: I don't know, I'm using XFCE [10:00] EdwardIII: thanks [10:00] DevAntoine: Are you using the pavucontrol ? [10:00] I'm not able to output sound to the bluetooth device anymore today, I've paired it again but pulseaudio does not see it... [10:01] TJ-: I don't know, I don't think so [10:01] DevAntoine: hmmm, any clues in /var/log/syslog or in $HOME/.xsession-errors ? [10:02] cmd is da [10:02] Hello :D [10:02] my Name is david [10:02] i have a big dick, [10:02] cock [10:02] TJ-: nop, nothing in the logs [10:02] DevAntoine: run "pavucontrol" (install if needed) and check if the BT speaker is offered on the Output Devices tab [10:02] big black cook [10:03] Its Fantasik :D [10:03] TJ-: oh yeah so that's what I'm using and no, the bt is not listed in the output devices tab [10:03] but yesterday it was... [10:03] iḿ so horny [10:03] an Happy [10:03] and* [10:03] pretty woman on my ass [10:04] Uhh Hot [10:04] DevAntoine: hmmm! can you show us "pastebinit <( dmesg )" [10:04] no [10:04] ironie is da but assholes not [10:04] I love you so much [10:04] TJ-: wow, I didn't know there were pastebin support, awesome! [10:04] uhhhhhhhhh [10:04] I love MEEEEE so much [10:05] finger o ashole feels int [10:05] benutzer: Please be professional and family friendly in here. [10:05] TJ-: https://paste.ubuntu.com/26352235/ [10:05] finger in asshole feels like suck a lollipop [10:06] TJ-: in the bt devices list when I right click on my speaker and then click on "audio profile" nothing happens [10:06] DevAntoine: I think I see a clue... you've suspended/resumed the PC haven't you? [10:06] TJ-: yes [10:07] Usually I don't shutdown the machine for at least 40 days [10:07] 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.html [10:08] TJ-: tbh I don't want to reboot now, too much stuff running [10:08] but I'll read you're article :) [10:08] (fyi I've got a Thinkpad W550S) [10:08] DevAntoine: OK, well I'm reasonably confident it's an ACPI issue, we see these kind of issues very frequently [10:09] TJ-: even in 2018? -_-' [10:09] DevAntoine: more so now, you'll understand why once you've read the article [10:09] it contains a workaround script, quite easy to apply the workaround manually too. [10:11] TJ-: but why does it work when booting? The part of the ACPI handling the suspend feature is not completely configured? [10:12] Hey all. I am not sure if I understand this correctly: [10:12] DevAntoine: because the DSDT code does different things on resume compared to cold-boot [10:12] In *Ubuntu is the Docker systemd service lazy? [10:13] ... by default? [10:13] Lachezar: what do you mean by "lazy"? [10:14] TJ-: output: Linux kernel command-line parameters required: acpi_osi=! "acpi_osi=Windows 2015" [10:15] DevAntoine: right [10:15] deem: It's not run on/after boot, but waits until someone 'knocks' the related UNIX socket [10:15] I'm trying to understand why I need to 'docker ps' in order to start my containers. [10:15] TJ-: modified command line is exactly the same than existing command line [10:16] Lachezar: interesting. i did not know that. maybe you can alter the behaviour by using systemctl? [10:16] DevAntoine: you're already using acpi_osi= ? [10:18] Cant wait for jan 11 can finally try 17.10 [10:18] TJ-: Existing Command Line: BOOT_IMAGE=/dev/mapper/xubuntu--vg-root ro quiet splash $vt_handoff [10:18] deem: 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] DevAntoine: oh, so no you don't have it. So it is worth testing whether it solves it [10:19] TJ-: so I edit the file manually then considering the sed command doesn't work? [10:19] Modified Command Line: BOOT_IMAGE=/dev/mapper/xubuntu--vg-root ro quiet splash $vt_handoff [10:19] 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 it [10:19] Lachezar: seems like its the default behaviour. but i'm sure that some older releases didn't had this behaviour [10:19] TJ-: well, that's what it did yesterday [10:19] DevAntoine: yes, edit manually [10:20] TJ-: I add it after $vt_handoff? [10:20] deem: I have a hunch, that this might differ between Ubuntu Server and *Ubuntu desktops. [10:21] DevAntoine: there will be no $vt_handoff in /etc/default/grub === MyNickname is now known as Guest35295 [10:21] TJ-: yeah, I see [10:21] but there the following: GRUB_CMDLINE_LINUX=" acpi_osi=! \"acpi_osi=Windows 2015\"" [10:22] oO [10:22] hello [10:22] TJ-: ok, so I've got a fix for your script :D [10:22] Hello [10:22] run grub-update before echoing the modified line ;) [10:23] Modified Command Line: BOOT_IMAGE=/dev/mapper/xubuntu--vg-root ro acpi_osi=! "acpi_osi=Windows 2015" quiet splash $vt_handoff [10:23] DevAntoine: hahaha yes that would help! [10:23] Is it possible using Ubuntu, to open 2 music players and the sound not interact with each other, only for streaming purposes? [10:23] TJ-: I'm rebooting [10:24] Hello! Isn't Meltdown & Spectre upgrades supposed to be released today? Am I missing sth? [10:24] zamanf: if the PC has multiple output devices, yes, via Pulseaudio you can 'move' output streams to other devices [10:25] TJ-, I Want to stream sound through the internet to remote locations [10:25] vy: KPTI patches for Meltdown are still being tested. Regressions were found with out-of-tree modules [10:25] zamanf: Oh, well Pulseaudio can do network streaming too [10:25] TJ-: Hrm... Thanks for the info. How can I track the progress of those upgrades? [10:25] without the need of multiple output devices? [10:26] vy: bug #1741955 and you can test the kernel images from https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/pti/+packages [10:26] bug 1741955 in Kernel SRU Workflow "linux: 4.13.0-25.29 -proposed tracker" [Medium,In progress] https://launchpad.net/bugs/1741955 [10:27] 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 house [10:34] TJ-, I am not sure if I understand exactly what you said. Have to research it [10:36] zamanf: does this make it clearer? http://www.willprice.org/2013/05/10/pulseaudio-network-streaming.html [10:37] seems understandable. I will start by getting PA === r0Oter is now known as r00ter === madagu is now known as MadAGu [10:45] zamanf: Pulseaudio is the default sound system [10:50] TJ-, yep - I wasn't aware of it [10:52] TJ-: I had multiple errors when Ubuntu had finish booting [10:53] Two unknown errors and one related to the kernel 4.4.0-14, weird [10:53] DevAntoine: what kind of errors? reported by the GUI error reporter, or in the kernel messages ? [10:53] TJ-: GUI error [10:53] Don't know where I can find them === leion1 is now known as leion [10:56] 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] oh, that makes sense [10:57] Is there a way to not switch Chrome's playback in the pulseaudio settings when I'm switching audio output? That's tedious [10:57] i'm having trouble finding boost libraries for python3 [10:57] DevAntoine: automatically when the BT sink is connected? [10:58] TJ-: that would be nice [10:58] TJ-: because it stays on the audio speakers === leion1 is now known as leion [10:59] 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 speaker [11:00] DevAntoine: this is on 16.04 Xenial [11:00] TJ-: I'm disconnected from all the sites I was logged in, is their a link with the change in the ACPI? [11:00] TJ-: erf, thanks :( [11:00] DevAntoine: you wanted my article link again? http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [11:01] hum, I meant "is it related to the ACPI change"? [11:01] 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:02] TJ-: 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 it [11:02] :/ [11:02] DevAntoine: how do you mean, 'disconnected from the sites I was logged in' ? You mean SSH sessions? web site sessions? [11:02] TJ-: website session. It may be cause by Chrome's update, I was just curious [11:02] DevAntoine: I don't need to change anything. Which desktop are you using? [11:02] DevAntoine: acpi changes won't affect that [11:02] TJ-: XFCE [11:03] <_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:04] DevAntoine: it could be a gnome issue, since XFCE uses a lot of gnome under the hood [11:05] hello [11:05] :user [11:05] quit [11:07] leave === leion1 is now known as leion [11:47] leave [11:47] hello [12:00] hello. 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:02] Hello everyone! A quick question, any good tools to have a network monitor in 16.04? Preferrably one that has logging possibilities [12:03] DrGrov: By network monitor, what do you mean? [12:03] DrGrov: is it your local machines ip traffic, or do you want to monitor hosts and services across a network? === philip is now known as philby01 [12:05] hateball: 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:06] DrGrov: well then you'd need to route all traffic across your logging machine. Does your router not provide this functionality? [12:07] hateball: Yes, my router provides logging and QoS but.... Ah but now I know. [12:07] hateball: What I actually mean is to have a monitor that only shows downstream and upstream connections [12:07] DrGrov: does your switch have snmp? [12:08] hateball: Unfortunately not, it is a non-manageable switch [12:09] Then I don't see how you would achieve it other than intercepting the traffic [12:09] Does the router have SNMP? [12:09] hateball: Yes, the router has SNMP if I recall correctly. Will verify that. [12:10] DrGrov: Then there is for instance MRTG to poll and graph traffic on an interface [12:11] Every 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 system [12:11] hateball: I can see the traffic on all interfaces. That is fine. I am certain that I am explaining myself rather clumsy. [12:11] then again, the traffic would be handled within the switch once all machines have each others mac in arp [12:12] hateball: Is there any sort of CLI app that only shows current status, both downstream/upstream? [12:12] Like a logger or sorts? [12:14] hateball: I mean having something like xsensors showing CPU temperature. Same idea but only per session based logging. [12:14] crankslider: looks like you've previously implemented this http://xmodulo.com/how-to-set-up-proxy-auto-config-on-ubuntu-desktop.html [12:14] DrGrov: well you can run iftop on your local machine [12:15] DrGrov: but as I understood it you wanted 1 machine to monitor anything running across a switch [12:15] I'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] DrGrov: for local traffic logging there's eg vnstat or darkstat as well [12:16] hateball: 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] sda: see http://packaging.ubuntu.com/html/ [12:16] hateball: I will try iftop, vnstat or darkstat to see whether that is what I need. [12:16] hateball: Thank you for your kind help [12:18] After 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:19] DrGrov: 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 something [12:19] I 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] Torgeir: you could likely install in the other machine and just move the disk over [12:20] Torgeir: exception being if you install nvidia binary driver [12:20] hateball: Wont that cause hardware problems? With drivers and such. Installing with other hardware [12:20] Torgeir: nah [12:20] Torgeir: well, with few exceptions like nvidia binary. otherwise the kernel should figure it out at boot time [12:20] maybea i can use VMware and install ubuntu on that drive mounted over USB then? [12:21] hateball: Okay I see, will dig in to the router a bit more thorough after a while. [12:21] hateball: Do you have experience of a good working QoS with MAC filtering enabled on all devices? [12:21] hateball: Because i dont have a second pc i can install ubuntu on it from. Just got a mac, and that wont work well :P [12:21] DrGrov: I do not [12:22] Torgeir: right [12:22] Torgeir: no idea how well it would work install to a drive in USB passthrough mode, if it is even possible [12:22] hateball: Okay [12:23] hateball: Thank you for your kind help and have a good day! :) [12:23] DrGrov: :) [12:24] hateball: But do you think placing installer on one partition, and install to another partition on the same drive sounds like troubble? [12:25] hi there [12:25] Torgeir: the VM route is a good one; I've used that many times [12:25] Torgeir: I think the installer will probably not like it when it comes to installing the bootloader, I'd sooner try a VM if possible [12:26] hateball: Okey, thanks. [12:26] i m getting this error during apt update [12:26] W: http://packages.elastic.co/kibana/4.5/debian/dists/stable/Release.gpg: Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1) [12:26] TJ-, 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] TJ-: Ok. Vmware Fusion or Workstation? [12:26] what is it ? [12:27] Torgeir: I don't use VMware so I couldn't say [12:29] Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1) [12:29] anyone know what is it ? [12:30] zertyu: yes, you're using a third party repo with a weak key [12:30] zertyu: https://wiki.debian.org/Teams/Apt/Sha1Removal === mquin_ is now known as mquin [12:32] I 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:36] i don't know about program, but i think you can make a simple bash scripts for that [12:36] 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:43] when is the meltdown patch being released? [12:43] !kpti [12:43] 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/ [12:44] im from europe and I meant if I have to wait to 09>00 us time for the coordinated release [12:45] I think release times are generally GMT-ish [12:46] a... === hays_ is now known as hays === tom is now known as Guest49750 [12:48] Hiyas all [12:49] i still got the sames issue [12:49] even after deleting the key [12:50] W: http://packages.elastic.co/kibana/4.5/debian/dists/stable/Release.gpg: Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1) [12:50] how to fixe it ? [12:53] hi, 16.04 is using Unity Desktop right? [12:53] sw0rdy: yes [12:54] is it easier to transform 16.04 to look like a Mac or 17.04 is better to achieve that? [12:55] hey all [12:55] i'm trying to find tog-pegasus-libs for ubuntu [12:55] but i'm not having any luck [12:55] any ideas? [12:55] ilmaisin ^ [13:01] hi there, regarding meltdown and spectre. Are there any remote exploits already known to be out there? [13:01] How do you open tty1? [13:01] In Ubuntu Gnome 17.04 [13:02] ctrl + alt + f1 doesn't work [13:02] try ctrl+alt+F4 [13:04] sw0rdy: 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 default [13:05] sw0rdy, maybe you would like elementaryOS more [13:09] Langley: 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. === leion1 is now known as leion [13:19] How 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] matglas: do you mean for the 12.04 extended support? [13:20] no I don't have extrended [13:20] Thats the problem. [13:20] I installed a kernel by using ukuu [13:20] matglas: right, because we don't support 12.04 any more. Generally though you can install any kernel image version that supports the architecture [13:21] http://www.omgubuntu.co.uk/2017/02/ukuu-easy-way-to-install-mainline-kernel-ubuntu [13:21] The architecture is like x86_64 right? [13:22] I'm not sure from which release ukuu is working [13:23] TJ-, thanks. So I can use the ppa mentioned here from canonical https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown [13:24] matglas: yes === leion1 is now known as leion [13:24] TJ-, thats helpfull. Great! [13:26] does 17.10 have any bios issues remaining_ [13:28] I 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] sw0rdy: the kernels were fixed almost immediately, and the new ISOs are available in release/daily for testing [13:29] FenJai, what about GParted? [13:30] TJ-: if an issue rises after I format and install 17.10, can I just reformat with 16.04? [13:30] even though I don't see my model in the list of affected models [13:32] FenJai: 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] I'll try gparted Langley [13:33] sudo fdisk -l doesnt show the external disk akik [13:34] FenJai: you can also inspect the "dmesg" output at the time when you connect it to your computer [13:34] dmesg reports its connected akik [13:35] FenJai: you should see this kind of line showing the disk's partitions "[ 1877.405325] sdb: sdb1 sdb2 [13:35] sw0rdy: With the new images an issue won't arise due to the INTEL_SPI_PLATFORM driver since it has been disabled [13:37] akik, no mention of partitions. Just device info: https://pastebin.com/6XT8m1TM [13:39] oh ok [13:39] FenJai: 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 port [13:39] Let me check [13:40] TJ-: then why don't they have a download mirror on ubuntu.com for 17.10 they still didn't enable that [13:40] only available via bittorrent [13:42] sw0rdy: The images are being tested to ensure no regressions [13:43] ok TJ- === leion1 is now known as leion [13:43] sw0rdy: tthe ISOs are available via HTTP too [13:43] thanks [13:43] Same thing happens when I plug it in to a USB 2 port akik [13:44] TJ-: from ubuntu.com ? [13:44] I'm trying to find them [13:44] sw0rdy: http://cdimage.ubuntu.com/artful/daily-live/20180105.1/ [13:45] nice [13:45] and that was fast :D [13:45] sw0rdy: ISO QA test tracker is here http://iso.qa.ubuntu.com/qatracker/milestones/385/builds [13:45] I as going to this link https://launchpad.net/ubuntu/+cdmirrors before you found that [13:49] FenJai: have you tried "sudo modprobe usb_storage" ? [13:50] modprobe: 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] modprobe: FATAL: Module usb_storage not found in directory /lib/modules/4.4.0-96-generic [13:50] So does that indicate a kernal issue TJ- ? [13:50] FenJai: let me check, it may be built in or have changed name [13:52] Im getting the same error for modprobe usb-uhci, modprobe usb-ohci and modprobe usb-storage TJ- [13:52] FenJai: try "find /lib/modules/ -type f -name 'usb-storage.ko' " [13:53] FenJai: maybe able to fix the depmod issue with "sudo depmod -a 4.4.0-96-generic" [13:53] Its here TJ- /lib/modules/4.4.0-104-generic/kernel/drivers/usb/storage/usb-storage.ko [13:54] FenJai: once you've done the depmod, retry the modprobe [13:55] Weirdly, it cant find the file depmod: WARNING: could not open /lib/modules/4.4.0-96-generic/modules.order: No such file or directory [13:58] FenJai: It sounds like the linux-image files are missing, which doesn't seem good [13:58] FenJai: has the system run out of free space or inodes? ("df -h" and "df -ih") [13:59] can i have mount not fail if something is already mounted? [13:59] TJ-, Seemingly both are fine: https://pastebin.com/Sn98bkFG [14:00] Anyway I can download the images again ? [14:00] FenJai: try reinstalling the package: "sudo apt-get --reinstall install linux-image-4.4.0-96-generic" [14:02] reinstalled, modprobe and depmod executed with any errors [14:03] FenJai: OK, are the partitions seen now? [14:04] FenJai: if not you may also need "sudo modprobe uas" -- this should all be done by udev when you hotplug the device after a reboot === Guest98 is now known as uphoria [14:07] Yup, its coming up now. Its not auto mounting to /media but I can try mount it manually now [14:07] So what was the issue TJ- ? [14:08] hallo [14:13] 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 demand [14:13] FenJai: you can use "udisksctl mount --block /dev/sdXY" to mount to /media/$USER/ if the file-manager/DE doesn't do it automatically [14:26] hi guys [14:26] need some help with ubuntu server 16.04 [14:27] dont get the ethernet interface to receive dhcp lease [14:27] tried everything i could find on the web [14:27] already edited apparmor profiles to exclude dhclient [14:27] nothing worked [14:27] any suggestions [14:28] Hello. 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. === albech1 is now known as albech === albech2 is now known as albech1 === Peetz1r is now known as Peetz0r [14:36] hello, 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:37] TJ-: 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 PA [14:37] daver: did you change your dhclient.conf in /etc/dhcp in any way? [14:38] lugg: if you see your device while booting a live-system, try to chroot and figure out, whether your grub/syslinux/... config might have changed [14:39] lugg: can you get a terminal in the gparted boot cd? [14:39] EriC^^: yes [14:39] lugg: type 'sudo parted -l | nc termbin.com 9999' [14:40] !tor [14:40] Tor 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.en [14:40] let me try to get this online [14:41] lugg: nevermind, try 'parted -l | grep ext' [14:42] lugg: does the disk show up in the bios? [14:42] https://usercontent.irccloud-cdn.com/file/LZCqDuCN/1515508941.JPG [14:42] yes, bios sees it, so I'm hopeful I can get data off of it? [14:43] lugg: yeah, try just 'parted -ls' [14:43] lugg: did you also update windows at the same time? [14:43] https://usercontent.irccloud-cdn.com/file/L2g1O442/1515509026.JPG [14:44] sorry for the terrible photos but I guess this is the best I can do, lol [14:44] lugg: it looks like the partition table is missing [14:44] is that bad, or very bad? :| [14:44] lugg: it's not so bad, the filesystems should still be there, just who knows where, not that big of a deal [14:45] lugg: can you install packages in that gparted terminal? (you need 'testdisk') [14:45] is there a magic command I can run to recreate a partition table and leave data intact? [14:45] it comes with testdisk, so I'm good there [14:45] lugg: sort of, testdisk looks for old partitions and lets you reconstruct the table [14:45] just ran it [14:45] lugg: cool type 'testdisk' [14:45] it's asking about a log file [14:46] choose no log [14:46] ok... it sees my SSD [14:46] "Proceed"? [14:46] yeah [14:46] Now it's asking about a partition table type [14:47] it should highlight it's guess at the partition table type, choose whatever s highlighted [14:47] "None" ... sounds maybe wrong? Or just run with it? [14:47] sounds wrong yeah [14:47] let me grab a pic [14:47] did you have only ubuntu or windows too? [14:47] just ubuntu [14:47] do you know if it was uefi or bios legacy? [14:48] ok, any idea about the uefi? [14:48] hmmm, maybe uefi, because I remember seeing stuff about uefi in the apt-get dist-upgrade thing [14:48] but I'm not 100% sure [14:48] lugg: ok, try choosing 'gpt' for the type [14:50] it won't let me upload pics now (heh, always my luck) but the options are: Intel/PC, EFI GPT, Humax, Mac, None, Sun, Xbox [14:50] the Intel one seems like the most reasonable I guess? [14:50] Greetings denizens [14:50] lugg: no choose efi got [14:50] k [14:50] then Analyse? [14:51] yeah [14:52] It found 3 partitions: two called MS Data and one called Linux Swap. All three show "Structure: OK" [14:52] The first MS Data is small, the second much larger [14:53] lugg: can you show a screenshot? [14:53] let me try again [14:56] Anyone familiar with Icewind Dale and Neverwinter Nights requirements? [14:57] EriC^^: finally got it on the network! https://pastebin.com/j5VNZek7 [14:57] I'm unable to find linux versions and would like advice on the best means for running them in Ubuntu [14:58] lugg: it looks perfect, write the current layout [14:58] EriC^^: do that on all three? [14:58] lugg: yeah the way they are [15:00] OK, 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 whatever [15:00] crazy [15:01] Chilestuff: they should run just fine with wine. no sure if the linux clients for these games are still maintained, or work at all [15:01] Chilestuff, the enhanced edition of icewind dale is on gog [15:02] Well the BG & BG 2 have linux versions, but not the newr games :/ [15:02] lugg: are you sure it wrote them? did you run parted -ls again? [15:02] let me try that [15:02] Chilestuff: didn't they announce an enhanced version for nwn? [15:02] Oops, I mean IWD2 [15:03] I'm on gog now, and everything after IWD2 has only winblows versions [15:03] yes [15:03] http://press.beamdog.com/nwnee/ [15:03] what package currently providesthe ffmpeg program for ubuntu? [15:04] Chilestuff: simply use wine [15:04] I have no clue. I'm brand new to linux and am looking for all the old games I never finished [15:04] wine I have [15:04] ideally, update to wine 2.x or 3.x [15:04] ubuntu usually ships with an old version [15:05] I just wanted to be sure I could run them all before I paid for em :) [15:05] hanetzer: isn't that the ffmpeg package? [15:05] https://usercontent.irccloud-cdn.com/file/Oj1qFM7d/IMG_1703.JPG [15:05] Chilestuff, also here's the full collection sans iwd2 http://store.steampowered.com/bundle/380/The_Infinity_Collection/ [15:05] EriC^^: they seem to show up now [15:05] apt install ffmpeg din't like that [15:05] hringriin: no, i didnt change anything there [15:05] lugg: what about the type of the partitions? [15:06] Chilestuff: I can confirm that they do run with wine [15:06] lugg: also do you have efibootmgr installed on the gparted cd? [15:06] EriC^^: they're in the screenshot, one is fat32, one is ext4, and one is linux-swap [15:06] kostkon, thanks, but I can get the full set for $60 on gog [15:06] hanetzer: which ubuntu release is that? [15:06] lugg: does the fat32 have a boot,esp flag? [15:06] nvm, I'm an ijit. been a while since I used *bunto, forgot to apt update :P [15:06] Includidng IWD2 [15:06] msfdata flag only :( [15:07] brainwash: xenial, its inside the windows subsystem for linux thingus [15:07] EriC^^: I do have the efibootmgr though [15:07] hanetzer: ok [15:07] lugg: type 'gdisk /dev/sda' [15:07] its all good, I'm just dumb, thanks o/ [15:08] https://usercontent.irccloud-cdn.com/file/m7tYPgKh/1515510500.JPG [15:08] EriC^^: ok it's in the screenshot there [15:08] daver: ok, you should have systemd, so what does `journalctl | grep -Ei dhcp`, run as root, show regarding dhclient or leases? [15:10] lugg: press 't' then 1 [15:10] Ok, off to waste money on frivolous pursuits [15:10] then type 'ef00' [15:10] Thanks [15:10] EriC^^: "Microsoft basic data", it says [15:10] then asks for a hex code [15:10] (sounds scary lol) [15:10] lugg: then press 'w' to write it and quit [15:11] lugg: then run 'efibootmgr -c -w -l \\EFI\\ubuntu\\shimx64.efi -L "ubuntu" -p 1 -d /dev/sda' [15:11] lugg: type ef00 as the hex code [15:13] Anyone 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:18] hringriin: i always get DHCPDISCOVER on ens4 to 255.255.255.255 port 67 intervalxy (xid=0xae83cd33) [15:18] intervals are changing [15:18] EriC^^: 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] i am using the Internet Systems Consortium DHCP Client 4.3.3 [15:18] if I config the network manually it works fine [15:19] if I connect the cable to another system (MAC) i get dhcp lease without problems [15:19] lugg: try mount -o remount,rw /sys/firmware/efi/efivars [15:20] EriC^^: ok, sweet, that worked and allowed the previous command to run successfully [15:21] EriC^^: parted -ls doesn't show the efi flag though, should it? [15:21] daver: did you make any changes to /etc/network/interfaces ? [15:21] daver: or do you use NetworkManager ? [15:22] oh wait [15:22] I didn't do the write after the gdisk thing [15:22] just did that, now I see "boot, esp" [15:22] going to reboot now [15:23] hringriin: I edited interfaces for autoconfig with ens4 [15:23] lugg: ok [15:23] if I manually start dhclient also nothing happens [15:23] ok well it still doesn't want to boot, but I'm assuming there's some progress [15:23] EriC^^: do I need to redo the efibootmgr command again after doing the gdisk ef00 write thing? [15:23] daver: could you provide that config (via pastebin or s.th. ?) [15:23] hringriin: never used a command concerning networkmanager, so I guess no [15:24] daver: ok [15:24] lugg: nope [15:24] hmmm, darn [15:24] what does 'efibootmgr -v' show right now? [15:24] its just: auto ens4 [15:24] iface ens4 inet dhcp [15:25] EriC^^ https://usercontent.irccloud-cdn.com/file/KmoMOWm8/IMG_1705.JPG [15:26] lugg: doesn't look like it saved anything [15:26] lugg: try 'mount /dev/sda1 /mnt' [15:26] "can't read superblock" [15:27] that sounds bad [15:27] sort of [15:27] what about 'mount /dev/sda2 /mnt' [15:27] "Structure needs cleaning" [15:27] lol [15:27] do you have important data on the disk? [15:28] there's truly just one file I want to get from it, if I can [15:28] i'd recommend cloning it at this point and then trying to run fdisk etc [15:28] i mean fsck [15:28] lugg: what does 'parted /dev/sda unit s print' show? [15:29] EriC^^ https://usercontent.irccloud-cdn.com/file/87rjXKcv/IMG_1706.JPG === get_calf is now known as DennisBagley [15:31] x failing to start correctly with "eglGetDisplay() failed; glamor detected, failed to initialize EGL [15:31] lugg: the sectors look right [15:31] lugg: i'd clone the 2nd partition at least, and then run fsck on it and see what happens [15:31] can anyone offer any insight ?? [15:31] EriC^^: the second partition is what has user data, correct? [15:32] lugg: yeah, supposedly [15:33] hi [15:33] i'm trying to compile and build from source python 3.6.4. not sure how to do that. [15:33] lugg: probably best to clone the whole thing since it's most of the drive, in case testdisk was off by few sectors or something [15:36] anyone know of a way to make it so certain applications show up in the panel properly when using Dash to Panel? [15:36] hi [15:37] What tool do you use to organize you pictures ? label, sort, tag, browse ? [15:37] I have shotwell and pix but not satisfied. [15:38] All I need is to be able zoom in out on a bunch of images without restriction on size of thumbnail, (and tagging) [15:39] also be able to see pictures in subfolders wihtout having to select them one by one. [15:40] anyone 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] I'm on 16.04, openjdk-8 [15:40] hringriin: look above, wrote without highlightning [15:44] daver: ok, have to resign. sorry. I have no clue, why the default config does not work. have you tried invokin dhclient manually? [15:44] hello, what package do I have to install to have [15:44] gst/opencv/gstopencvvideofilter.h: [15:44] ? [15:44] hi, 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:45] I 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 story [15:46] cfoch: https://packages.ubuntu.com/search?searchon=contents&keywords=gstopencvvideofilter.h&mode=exactfilename&suite=artful&arch=any [15:46] kajover: not really ontopic for this channel [15:47] cfoch: packages.ubuntu.com is a great resource [15:47] cfoch: if you have ubuntu installed, `apt-file` is an equivalent resource [15:48] I've already installed libgstreamer-plugins-bad1.0-dev [15:48] Need help. As soon as my laptop boots to login screen, it does a shutdown. The shutdown looks like a normal shutdown. [15:48] and the directory /usr/include/gstreamer-1.0/gst/opencv is not creaetd [15:48] created* [15:50] cfoch: what version of ubuntu? [15:50] is it recommended to install the Candidate kernels from https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown ? [15:51] cfoch: nacc: I can confirm that on 16.04 [15:52] nacc, what channel should I join? [15:52] so 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 fox [15:52] IT seems to shutdown even in recovery mode. Any suggestions? [15:52] cfoch: nacc: according to that same page the file was only added in artful [15:53] nacc: 16.06 [15:53] 16.04 * [15:54] cfoch: it was only added in artful (17.10) [15:54] preciso de ajuda para instalar o safari no ubuntu no meu orange Pi Pc Plus [15:58] pedrocr: cfoch: always good to ask that first, as avoids issues like this :) [15:59] 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 shutdown [16:02] i cannot install any thing from the web except through the terminal,, any ideas on how to fix this? [16:03] whitebeast: that sentence makes little sense [16:03] whitebeast: what are you installing? [16:03] JuJuBee_: that suggests either the battery is exhausted or the CPU may be overheating [16:03] what photo manager software do you recommand, for tagging groups of pictures, zooming in and out, and visualizing subfolder pictures ? [16:03] JuJuBee_: what release of Ubuntu? what make/model of PC? [16:04] jil: try different ones until you find one you like [16:04] JuJuBee_: sounds like a hardware problem, does it work with any live cd? [16:04] jil: we try to avoid recommendations/polls here [16:04] ive 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 works [16:04] whitebeast: 'installing a new iso file'? with what? [16:04] just online with fire fox [16:04] whitebeast: do you know what an iso is? do you mean you tried to create a guest? [16:06] ok, but I've been trying severals already, pix, shotwell and other that I deinstalled. hoped to benefit from your experience [16:06] not to do the same mistakes again and again... [16:06] i guess i dont know what an iso is. im downloading a new operationg system file, yes guest did the same thing [16:06] jil: what experience? just try them and see ... what mistakes can you be making? [16:06] nacc the mistaking of trying stuff that you allready tried and found useless [16:06] whitebeast: 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' it [16:06] 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:07] jil: 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] JuJuBee_: and when the AC charger is powering it, it does a shutdown? [16:07] lol right. i cant install anything from ubuntu software center, and i cannot download files from any browser [16:07] 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 go [16:07] Launchpad bug 1673253 in unity-control-center (Ubuntu) ""Screen Display" icon is missing from System Settings" [Undecided,Fix released] [16:07] TJ-: it did, I have not re-connected it yet. [16:08] anyone with any leads on what I can do? [16:08] whitebeast: you keep saying 'cant'/'cannot'. What actually happens? [16:08] TJ-: thought I would let the battery drain. This laptop is my "desktop" and usually stays put and plugged in. [16:08] 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 it [16:09] in 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 nothing [16:09] whitebeast: 'file missing or lost'? can you give me an example URL? [16:09] 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 thankfully [16:10] is it possible to change the default range of ip addresses when sharing an internet connection through ethernet in Ubuntu > [16:10] ? [16:10] i can do a screenshot of what happens but im not entirerly sure how [16:10] to send it here [16:11] !imgur | whitebeast [16:11] !screenshot | whitebeast [16:11] whitebeast: 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] auronandace: thanks :) [16:11] thank you [16:12] 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 online [16:13] TJ-: acpi before the os loads? [16:13] nacc: understood. I'll go back wher I came from then. [16:13] He said it happens at grub as well... [16:13] alkisg: Sure, firmware has to do some initial config too, OS takes over [16:13] TJ-: I'd suspect temperature... [16:14] ok 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 minute [16:15] 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 battery [16:16] TJ-: one explanation would be that he let it cool down a bit, and the charger test is unrelated... [16:16] alkisg: TJ-: been running now for a while and still fine. [16:16] Also, when on battery, it works on battery saving mode, which lowers the temperature [16:17] JuJuBee_: `sensors` lets you monitor temperature, and `stress` allows you to increase the temperature to see if it's an issue or not [16:17] alkisg: thaks. I was just looking for some monitoring software. [16:19] alkisg: is sensors lm-sensors? [16:24] hello [16:27] so really stupid question here.. [16:27] would files not dowload because i have an unstable internet signal? [16:27] ha [16:28] Anyone here? XD [16:28] JuJuBee_: yes [16:28] whitebeast: An unstable signal could give you a slow download, or perhaps, if weak enough, no download at all. [16:28] whitebeast, yes that could cause a download to fail [16:29] with no download at all would it say missing or lost? [16:30] Great! because iam new here, some advice? [16:30] Whitebeast: What message you might get, if any, would depend on what program you're using for the download. [16:30] Hi 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:34] do you know deh wey? [16:36] Hi! I changed apache2 port in /etc/apache2/ports.conf and restarted apache.. [16:37] but it's still responding on port 80.. [16:38] anyone here who use tox? [16:40] It's January 9th here. Still no kernel updates for meltdown/spectre. What's going on? [16:41] Am I looking at a wrong package? [16:41] Maybe at night, I guess [16:41] 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 go [16:41] Launchpad bug 1673253 in unity-control-center (Ubuntu) ""Screen Display" icon is missing from System Settings" [Undecided,Fix released] [16:42] alkisg: TJ- : Temps hovering about 40 C, plugged in AC adapter again and charging and still hovering around 40 C. [16:43] vendre [16:45] hi, has anyone have had a problem with the sound in ubuntu 16.04? sound device isn't even visible in lspci [16:46] how do I install zsh on bash terminal [16:46] The solution for meltdown/spectre slow down our PCs, It's right? === Zed is now known as Guest14875 === captain__broken is now known as captainfixerpc14 [16:48] nullifidian, redhat has there's that being right now on our hosts... [16:50] JuJuBee_: which one, cpu or gpu? === Dan_ is now known as Guest45456 [16:55] files are still saying missing or lost https://imgur.com/a/kvLKg [16:56] or just wont work when downloaded [16:56] Hello, i have a problem with "apt update": https://pastebin.com/c3y6aRGY [16:59] jhelbling: 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] dax: thanks, i will try it [17:00] dax: YESS! It works! Thanks [17:01] jhelbling: you're welcome :) === j_ is now known as sgorol === Guest45456 is now known as Daniel === Daniel is now known as Guest82956 [17:14] how to register my username? [17:14] i mean my nickname [17:14] sgorol, Go to #freenode and ask for help [17:14] !register | sgorol [17:14] sgorol: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. [17:14] sgorol: /nickserv register password email [17:15] thanks! [17:20] so my issue is im struggling to dowlonad anything from the browser https://imgur.com/a/kvLKg [17:20] is 17.10 g2g for lenovo p71 laptops? [17:20] Please, 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:22] seems 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 isos [17:22] redphone: 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 week [17:22] redphone: i have no idea on which models it affects, will leave that to someone else [17:22] dax, 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 woes [17:23] :( === j_ is now known as sgorol [17:24] whitebeast: well, for one, it says you downloaded the .deb fine. What URL were you trying to download? [17:28] vival 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 shot [17:28] its been like that for about an hour [17:29] whitebeast: i've never used the software center to install a .deb. What version of Ubuntu is this again? [17:32] 16.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 now [17:34] whitebeast: are you fully up to date already? [17:34] whitebeast: LP: #1573408 [17:34] Launchpad bug 1573408 in gnome-software (Ubuntu Xenial) "GNOME Software does not install third-party .deb packages" [High,Fix released] https://launchpad.net/bugs/1573408 [17:35] whitebeast: ah wait, LP: #1672424 [17:35] Launchpad bug 1672424 in gnome-software (Ubuntu Zesty) "Cannot install Debian files outside of the repositories" [Critical,Fix released] https://launchpad.net/bugs/1672424 [17:35] ya'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 LTS [17:36] i beleive i am, i did a sudo apt and updated and re did failed packages [17:36] how would i check [17:36] Y binary [17:36] oops [17:36] i found https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown but that seems to indicate those kernels are still in PPAs [17:36] NemesisD: ask in #ubuntu-hardened [17:37] NemesisD: i believe they are not out yet [17:37] whitebeast: what commands did you run? [17:37] I'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:38] sudo apt-get upadate [17:38] and upgrade [17:38] !kpti | pos [17:38] pos: 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:39] i know [17:39] i checked the repos [17:39] "rhetorical question" [17:40] it sounded to me like the news jumped the gun on the embargo and left the ubuntu team scrambling [17:41] pos: check !usn few new usn has been released due to spectre [17:41] NemesisD: "news"? [17:41] NemesisD: pretty much. original coordinated release date was today [17:41] nacc: the public announcement of the vuln [17:41] NemesisD: and Ubuntu has about a zillion different kernels in various Ubuntu versions and configurations, so it's a bit of a mess [17:42] dax: that sucks. who broke embargo and why? [17:42] dax, except they won't update some of the kernels [17:42] 4.10 won't be updates, users must migrate to 4.13 [17:42] 4.4 is already patched in deb [17:42] since thursday [17:42] sure, no point updating something that's about to go EOL anyway, they just moved the 4.13 migration forwards [17:42] NemesisD: please keep language familly friendly here [17:43] lotuspsychje: sorry, wasn't aware that was considered explicit language [17:43] NemesisD: 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 unsurprising [17:44] I guess Google was the first one to "officially" break it, but it was pretty close to being out there anyway by that point. [17:45] knowledge has been compartmentalized since mid-2017 [17:45] yep [17:45] the artist has formerly been known as KRAIT to some [17:45] hi [17:45] my mozila firefox crashed how to fix? [17:45] ofc, if codename leaked they'd know which group was spilling the beans [17:46] dragos: ubuntu version? firefox version? what happened when? [17:46] ubuntu mate [17:46] Mozila firefox crash [17:47] dragos: versions please? [17:47] how to fix [17:47] wait [17:48] i don't know [17:48] dragos: lsb_release -a [17:48] dragos: apt-cache policy firefox [17:49] so how do i do a full update of ubuntu to the current version of 16.04 [17:50] Ubuntu 16.04.2 LTS [17:50] dragos: sudo apt update && sudo apt upgrade [17:51] hi! 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:52] upgrade in work [17:52] y [17:52] I installed it to test the BBR congestion algo, other than that I have no need for the hwe branch [17:53] !mainline | angry_route [17:53] angry_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/MainlineBuilds [17:53] the plain LTS gets less upgrades right? [17:53] angry_route, apt-get install linux(-signed)-image-generic-lts-xenial [17:53] ubuntu is instaled on raspberry pi [17:53] 3 model b [17:54] then purge all the 16.04-hwe(-edge) stuff [17:54] thanks!!! [17:54] alas, neither have been updated re spectre/meltdown yet [17:54] roger! [17:55] dragos: #ubuntu-arm for pi3 [17:56] the pi3 is immune to spectre and meltdown anyway [17:56] or at least that's the raspberry pi foundation's spin anyway [17:57] is there a difference between the "signed" and "non-signed" version? I'm sorry for the dumb question [17:58] yeah, if you're using secure boot and signed grub/shim, you may as well go with -signed [17:59] oh, it's a baremetal dedicated server, I don't think it's using secure boot [18:08] I'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:10] hey [18:11] EriC^^ 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] lugg: no problem [18:13] hey , anyone there can help me? [18:13] !ask | hateyou [18:13] hateyou: 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 !patience [18:14] thank you,, help me to install psipon in my linux pc [18:15] EriC^^: I'm holding down enter on the fsck prompts and so far it's fixing everything (or says it is, anyway) [18:16] lugg: cool [18:16] So 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 much [18:17] https://serverfault.com/questions/757626/cannot-boot-because-of-networking-service suggested to enable debug shell, but where those messages are recorded at? [18:18] what 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:24] EriC^^: 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:25] lugg: yeah that sounds crappy, what's the file that you need to get? === BSab is now known as BSaboia [18:25] EriC^^: 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] (also I assume that this internal drive is totally untrustworthy now?) [18:26] lugg: sure, its doable [18:26] lugg: do you remember anything that was in the file specifically? [18:27] yep, "twilio" should be there (it was a script that calls the Twilio API) [18:27] quit [18:27] lugg: ok, try sudo grep -R -i "twilio" /lost+found [18:28] it's scanning! [18:30] And evidently finding tons of matches [18:30] I guess it's referenced in a lot of other libraries and stuff, heh [18:30] but this is good, it gives me hope that it's in there somewhere [18:36] im 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:37] btc1: first step would be to join the correct channel [18:37] btc1: you want #bitcoin [18:38] can i use 'chmod go-rwx /data/user/myname' to prevent all other users except me to enter the directory? [18:38] its an ubuntu machine server setup === M144_ is now known as M144 [18:39] hi [18:39] btc1: and you could be running fedora or gentoo or Windows and you'd still have the same questions. Go to #bitcoin [18:39] ok thanks [18:40] 16.04 lts minimal server install, plugged in one edimax 11n usb stic, realtek based. ifconfig does not show it. what's missing? [18:40] DexterF: does dmesg show the device is recognized? [18:41] DexterF: ifconfig -a ... beyond that you'll need to configure wpasupplicant or something similar to get it to join a network and get an ip [18:43] so i know windows has a system restore does ubuntu have something similar? [18:43] whitebeast: negative [18:43] no wait.. now there is one oddball interface named wlx74da38e18cfb <- that a thing..? [18:43] windows has a system resore point [18:43] restore [18:43] it is supposed to become an AP, still need the supplicant? [18:44] lefty, 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 install [18:44] can i use 'chmod go-rwx /data/user/myname' to prevent all other users except me to enter the directory? [18:45] whitebeast: Not anything that is worth the time. Reinstall and restore your files and settings from backups and reinstall the apps you need [18:46] i 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 crashes [18:46] whitebeast: why can't you download anything? [18:46] carotcake: 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:48] lefty 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 things [18:48] Anyone know why Software Installer is usually slow? [18:48] i just did a full update and upgrade and autoremoved unessasary files.. im running out of ideas [18:49] @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] carotcake: it's the same, except it's easier to read :) [18:49] whitebeast: ok, you are conflating two things [18:49] whitebeast: as I tried to tell you earlier. [18:49] whitebeast: 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] whitebeast: you are able to download fine, but isntalling third party .debs is known broken (it seems, from the bugs I linked) [18:50] whitebeast: the kali stuff, you *never* provided the URL of what you were tryign to download [18:50] @alkisg alright, thanks! could you explain what go-rwx actually means? [18:50] carotcake: "for group and others, remove read write execute" [18:51] whitebeast: with your current skillset, I would not recommend bothering with Kali linux. It is meant for professional penetration testers and debuggers. [18:51] @alkisg thanks! but wouldn't i need a -r to make sure that it's recursive? so that all folders in the directory are included [18:52] carotcake: if they can't enter the parent dir, they can't enter the child dirs either, so no need to do it recursively [18:52] carotcake: if the front door it locked, you're not getting into the bathroom [18:52] carotcake: that would be chmod -R go-rwx... [18:52] (not needed) [18:52] @leftyfb @alkisg i understand, thanks a lot! [18:52] np [18:54] ok recomended os i should be using? [18:54] whitebeast: ubuntu [18:55] whitebeast: silly question to be asking here really [18:59] ok 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 work [18:59] hello! [18:59] other ideas? [19:00] While 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] Any ideas? [19:00] i'm a bit new to irc, is there a freenode channel for noobs? (not the rpi installer :P) [19:01] whitebeast, did you install /home in a seperate partition? then you could install over, keep /home, reinstall / [19:01] there are ways to create package lists to reinstall previous config, google "debian cloning" [19:02] it does not give me an option to save to a location. it just keeps going to chrome download screen [19:03] whitebeast: what exact URL are you trying to download? [19:04] https://www.ubuntu.com/download/desktop/thank-you?country=US&version=16.04.3&architecture=amd64 [19:06] whitebeast: and if you click on 'download now', what happens? it doesn't start the download in a little box below? [19:06] I 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:07] my download box is in the upper right hand, but yes it does start the download [19:07] it never finishes or if it does it doesnt work [19:07] whitebeast: how did you install chrome? [19:08] it came automatic [19:08] mabey it upgraded me to it but i never sat down to install it [19:08] I don't think that's true in any Ubuntu? [19:08] whitebeast: chrome should always ask where to save the file [19:09] leftyfb: it can be configured, fwiw [19:09] (I don't recall the default) [19:10] whitebeast: chrome://settings/ [19:10] type that into chrome [19:10] as you can see https://imgur.com/a/VC1tU i do not have a save to option [19:10] scroll down to advanced [19:10] scroll down to Downloads [19:11] whitebeast: lol, that's firefox [19:11] * leftyfb sigh [19:11] whitebeast: and you wanted to use Kali? [19:11] i was calling it fire fox before, some one here was correcting me that it was chrome [19:12] so 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 same [19:12] whitebeast: in firefox, go to about:preferences [19:12] whitebeast: please watch the language [19:13] whitebeast: once in preferences in firefox, scroll down to Downloads and select "Always ask you where to save files" [19:14] understood, got it got that checked [19:14] now try to download again [19:14] and save to another partiton correct? [19:14] save it to where you have spac [19:14] space* [19:14] and permission [19:16] ok i did that, i have it saved to a space.. its saying its a 7 hour download.. which doesnt make sence to me === Thargoid_ is now known as stwalkerster [19:17] depends on your internet speed. You can go to fast.com or speedtest.net to test your speed [19:17] whitebeast: which version of ubuntu are you trying to download? [19:18] 16.04 im not struggling with an internet speed tho.. its just that file [19:18] whitebeast: http://mirrors.mit.edu/ubuntu-cdimage/xenial/daily-live/current/xenial-desktop-amd64.iso [19:18] try that one [19:19] tomreyn: Hi master of ubuntu ;) One question about the mounting of synology NAS Raid1 HDDs [19:19] Did you have some minutes for me? [19:20] !ask | tueftler__ [19:20] tueftler__: 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 !patience [19:21] i have a problem mounting a RAID1 HDD of a synology NAS to ubuntu mate [19:22] so 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 downloading [19:22] i'm a linux noob and tomreyn had help me some days ago with the same disk... [19:22] whitebeast: the link I sent you will not send you anywhere but to download the iso directly [19:23] hey, where do i find the ubuntu desktop kernel .deb file?http://mirrors.kernel.org/ubuntu/pool/universe/l/linux/ seems empty === user___ is now known as mecasou [19:24] 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:26] So 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 drivers [19:27] ImageJPEG: you can access the partitions inside a file with losetup & kpartx [19:28] I should correct myself. I'm only ddrescueing a partition. It's the main partition. Will that make a difference? [19:30] ImageJPEG: i haven't tried one single partition but maybe "losetup -fv partition.img", then access /dev/loop0 [19:31] meh, screw it, I'll just redo ddrecover and do the whole drive. It seems to be the preferred way anyway. [19:32] ImageJPEG: if a case with a file which includes a partition table, it would be "losetup -fv disk.img; kpartx -av /dev/loop0" [19:32] ImageJPEG: then the partitions would be added under /dev/mapper [19:32] is kpartx a kde app or is that just the name? [19:33] ImageJPEG: it's just a normal terminal app [19:33] figured out my issue. brought up ubuntu in rescue mode, edited /boot/grub/grub.cfg (i think), fixed the volume paths. [19:33] alright [19:35] @all. Question solved by google. I remembered the mdadm command. Its running now. Thank you anyway! === Neo5 is now known as Neo4 [19:37] hi [19:45] how can I uninstall the default vbox guest additions that comes preinstalled? [19:59] Hi, somebody knows how to update php ? [20:03] x3ntr0p1a: 'sudo apt-get update && sudo apt-get upgrade' upgrades all packages [20:07] 3 days ago was my succesfull suspending box, after that i have to shutdown my box ... i've tried the stock kernel installed but no luck [20:15] x3ntr0p1a: can you be more specific? [20:27] Hello! 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] Thank you :) [20:31] Andreysan, the menu that offers "ubuntu" is the GRUB boot loader, that's past the BIOS. [20:32] probably there is a hotkey to go into the bios boot menu, depends on your board, otherwise enter BIOS and priorize USB boot before disk boot [20:32] DexterF, no, i am not talking about the GRUB.. "Ubuntu" litterally appears in my BIOS boot priority list [20:32] There are no USB boot option inside BIOS [20:32] Andreysan, you labeled the disk like that then? [20:32] Andreysan, anyway, what's the boot prio in BIOS? [20:34] I 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] "ubuntu" is the only option i have [20:36] wow === ubuntu is now known as Guest83804 [20:38] Anyone managed to disable the IPv6 eui-64 address on 17.10? [20:39] Hey floks [20:40] How an I supposed to install all the build dependaces in one go? [20:41] "apt-get -f install" I believe installs all dependencies. [20:41] At least that's what I've used after "dpkg -i" and it erroring to missing deps. [20:43] german_pizza: build depedencies? [20:43] german_pizza: apt-get build-dep, but what are you buillding and why? [20:44] mdew: it's recomended (i believe) to use gdebi or now the software centre (in the versions where it works) to install debs [20:44] german_pizza: You mean "apt-get build-dep " ? [20:45] nacc: didn't even think of gdebi, good idea. [20:46] I should have been more specific, in case i want to compile something frome source, and I'm missing libraries, like boost [20:47] Should i iterate over the missing libraries trying which works [apt cache search boost dev] [20:48] german_pizza: you mean compile a project from source, where that project isn't already in the archives at all? [20:48] Thanks Sveta [20:49] TJ- or in case i want to test a bugfix [20:50] german_pizza: well testing a bugfix would mean you build the package with the change, normally [20:50] Sure [20:50] Picture this situation [20:50] german_pizza: which means you'd use `apt-get build-dep` and build the source package [20:51] Let's say you want to test a libinput patch [20:51] 1 clone the repo [20:51] 2 apply the patch [20:51] 3 make config [20:51] german_pizza: if you are trying to test a fix for an ubuntu package, all of that is incorrect. [20:52] Here make complains about something missing [20:52] german_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:53] So no luck removing EUI64 v6 addresses from 17.10? :) [20:53] I just wanted to know if there is a way to install all of the building dependencies of x pakage in one go [20:53] Anyway I'll ask upstream [20:53] german_pizza: you are mixing up packages and upstream [20:53] german_pizza: so I don't know what you're actually asking === jottr_ is now known as jottr [20:53] Cool [20:54] german_pizza: if you mean package, then yes, use build-dep as you've been told twice [20:54] Nope [20:54] german_pizza: You had the answer for build deps: [20:54] [09/01 21:50] german_pizza: which means you'd use `apt-get build-dep` and build the source package [20:54] german_pizza: think about build deps as everything you need to build the package [20:55] I lost it [20:55] I'm sorry === Guest48726 is now known as ariver [20:55] german_pizza: apt-get build-dep [20:55] Thanks everybody [20:56] does anyone here know what the ubuntu release SNS subscription ARN is? [20:57] trneal: you might ask in #ubuntu-server [20:57] i can do that, thank you! [20:58] Andreysan, if you disconnect the disk, what you see in the BIOS cannot be the disk. [20:58] is it possible you installed GRUB to a diffent medium, a usb stick, another disk or so? [20:58] is there more than one disk installed? did you install rub to the usb stick accidentally? [21:00] is suspend using disk to ooperate or just using swap or memory? [21:01] Hi, does Netplan on 17.10 know how to handle pppoe connections? [21:01] I can't find anything relevant to that in the docs [21:02] fishcooker: suspend uses ram (not swap, which is disk), aiui === daniel is now known as Guest54530 [21:02] fishcooker: going to disk is called hibernnate [21:04] nacc as i said before 3 days ago the last successful suspend, i have enough ram Mem: 7899 1961 4060 105 1878 5536 [21:04] win 1 [21:04] now i can't ... i used all stock kernel but no luck nacc [21:05] hfp: it doesn't seem so; I don't see anything either [21:06] 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/driver [21:06] actually it successfully suspend then in 2 seconds it resuming again TJ- [21:07] 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:08] 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:09] TJ-: right, so could I use netplan for some of the network config and networkmanager for the pppoe connections? [21:09] TJ-: first suspend after boot [21:10] 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 file [21:10] fishcooker: has it previously worked with Ubuntu? If so, is this happening after a kernel upgrade? [21:11] yes [21:11] i've tried using the oldest kernel but no luck [21:12] fishcooker: hmmm. if you can pastebin the latest /var/log/kern.log that covers a suspend attempt we may be able to find a clue [21:13] i will read the kern.log and dmesg output TJ- [21:17] What's the equivalent of 'iwconfig wlan0 channel auto' for iw? [21:18] hi [21:18] hi all :) need you advice! Any meltdown&spectre kernel updates are ready? === lol768_ is now known as lol768 [21:22] vulnurabilities everywhere! in nvidia drivers too https://nvidia.custhelp.com/app/answers/detail/a_id/4611 [21:22] alexey_: I don't think so. There are some in testing from what I understand from #ubuntu-server. [21:23] is 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] whaley: wondering about this too myself [21:23] basically, 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 spot [21:24] whaley: ubuntu seems to put everything in /media by default [21:25] 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 purposes [21:26] test [21:27] TJ-: *nod* thanks [21:28] Anyone 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] google search walmart applesauce [21:28] how much is walmart applesauce [21:28] this is not google [21:28] google search walmart applesauce price [21:28] 1.98 :D [21:28] hey google walmart applesauce [21:28] weren't the meltdown/spectre kernels supposed to come out today? [21:29] google walmart applesauce [21:29] how do i delete this [21:29] nagyg: 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 now [21:29] google applesauce walmart price [21:30] SethY: stop [21:30] walmart applesauce [21:30] nagyg: This is what I used to disable it: https://askubuntu.com/questions/907246/how-to-disable-systemd-resolved-in-ubuntu/907249#907249 [21:30] hfp, thanks ... do I lose anything with disabling it? [21:30] SethY: no, this is not how to search things online, go to http://www.google.com [21:30] how do i do a google search [21:30] please help [21:30] nagyg: it seems like it's messing up with vpns to some extent. I dont use vpns, and it fixed everything else I cared about [21:31] ben help me [21:31] google.com [21:31] ikonia: still around? [21:31] Ben64: hello ? [21:31] hfp: I use vpn every day at workplace and it messes up my local name resolution :( [21:31] walmart applesauce [21:31] ikonia: SethY loves applesauce too much [21:31] yeah that ^ [21:31] ahhh I see [21:32] sorry, I wasn't paying attention [21:32] google applesauce [21:32] SethY: enough with the messing around please [21:32] hfp, I wil try what you sent to me and will see if that fixes my problems [21:32] SethY: you're in an ubuntu support channel stick to that topic please or leave [21:32] walmart.om [21:32] nagyg: 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] ikonia, thanks :D [21:32] google applesause [21:32] sorry, wasn't paying attention [21:32] ahhhhahah :D [21:33] np, thats what the ping was for :) [21:34] hfp, I am not sure I understand what S0 fix is [21:34] nagyg: I meant SO as in Stack Overflow [21:34] hfp, ah I see [21:35] nagyg: the answer I linked to shows how to disable systemd-resolved [21:35] hfp, yes, I am reading it, thanks :) [21:35] nagyg: 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 vpn [21:35] nagyg: clonezilla is pretty good for imaging the full disk and restoring [21:39] something 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.04 [21:42] is dhcp running? [21:42] hfp, I tried it and /etc/resolv.conf gets overwritten every time :O [21:42] it's a shame [21:43] bemo, yes - both client & server; which to my understanding is correct. [21:44] does this help? https://www.vultr.com/docs/stop-dhcp-from-changing-resolve-conf [21:44] nagyg: hmmm odd, it worked for me [21:45] nagyg: 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 ping [21:45] Launchpad bug 1624320 in systemd (Ubuntu) "systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing entries" [Low,Confirmed] [21:46] Hi, 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] Anyone have any ideas or has experienced this issue before? :( [21:47] bemo, those ideas will probably work... but if that's the accepted ubuntu way of doing things.... yuk. [21:47] Guest53: what output is driving the TV, HDMI? [21:47] TJ-: DVI [21:48] Is okay so after lm-sensors reinstallation there's no pwmconfig ? [21:48] TJ-, Hey thanks for your help yesterday! I was able to get it working. You were instrumental. [21:48] ubuntu 16.04.3 [21:48] Well actually, a DVI to VGA adapter. [21:48] 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] TJ-: I'll check [21:49] something 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.04 [21:51] apb1963: updates to /run/resolvconf/resolv.conf are usually performed by hook scripts under /etc/resolvconf/update.d/ (and is sibling directories) [21:51] Say, two days ago I found an article about a notebook specific Ubuntu. Now I cannot find it. [21:51] I have this insignia that detaches to be a screen only touch driven thing which I think is called a notebook or notepad. [21:51] ubuntu netbook remix used to exist years and years and years ago. were you thinking about that? [21:52] TJ-: https://paste.ubuntu.com/26355717/ [21:52] Anyway, I originally just wanted a simple small laptop, but it has this detachable feature, so I wonder what linux would be best? [21:52] Guest53 Perhaps. [21:53] I was afraid about the years ago thing. [21:53] TJ-, thank you! That's helpful. There's one file there "libc" [21:53] This 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:54] But I got vim working on powershell, so I am fine for now. [21:54] apb1963: what about in /etc/resolvconf/update-libc.d/ ? it may have avahi config [21:54] TJ-, yes [21:54] has there been any comment as to the apparently delay (kernel)? [21:55] 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] are 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 staging [21:55] TJ-: That's really odd. :( I've ran other computers displaying on the TV at 1920x1080 resolution [21:56] with no problem [21:56] 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 testing [21:56] Guest53: does the TV do native 1920x1080p ? [21:56] sudo apt install fancontrol was needed [21:56] TJ-: I think so, lemme check real quick [21:56] apb1963: doesn't just uninstalling resolvconf work? [21:56] Guest53: it looks as if the TV, on VGA, only reports supporting 1280x720 ... not sure why the driver is picking 1920x1080 [21:57] TJ-, just checked repos, is this mirror delay we're talking? [21:58] pedrocr, that MAY work... but it's doubtful that's the right way. [21:58] pedrocr, That's similar to chmod 777. Yeah, it works.. but do you really want to do that? [21:58] Hello all , new here thought id say hi [21:59] apb1963: 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.conf [21:59] s/resolv.conf/resolvconf [21:59] pedrocr, I get a dhcp address from my ISP, and I'm running a DNS server for my own domain. [22:00] apb1963: what own domain? [22:00] pos: published a few minutes ago, there are also other versions available for testing from the kernel PTI PPA [22:00] pedrocr, The one I registered. [22:00] alright then [22:00] apb1963: that's fine but that's no reason to not use the DNS server from your ISP [22:01] TJ-: whats the new version? [22:01] at 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] pedrocr, Other than I don't want to because I don't like what they do. [22:01] 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 DHCP [22:01] apb1963: so use 8.8.8.8 or similar [22:01] forced updates, works every time [22:02] TJ-, dhcpd yes [22:02] apb1963: but what you are trying to do may be hard because it's not a natural config to use [22:02] pedrocr, ok thanks for your help [22:02] TJ-: Native resolution when running Windows is 1920x1080 for the TV [22:02] apb1963: if you're going to be unpleasant good luck... [22:03] TJ-, I think I'd rather use NetworkManager, but I need to be able to do it all from a script. [22:03] 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.deb [22:04] pedrocr, I didn't realize "thank you" was "unpleasant". [22:04] Guest53: something weird there then, you can see the TV doesn't report supporting 1920x1080 [22:04] hmm, my apt doesn't see it yet [22:05] apb1963: you're just snapping back responses instead of actually describing what you're trying to do [22:05] is this a server or a user machine? does your own dns server resolve the whole internet or just your domain? etc... [22:06] can 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] When are these updates available for Spectre/Meltdown bugs? I'm on 16.04 and I can see header updates but no kernel updates [22:06] TJ-: My bad, not enough context lines [22:06] TJ-: https://paste.ubuntu.com/26355788/ [22:07] pedrocr, its both server and... user. My dns server resolves all. [22:07] Richard_Cavell: should be very soon with hwe-edge [22:08] Guest53: !!! that was a terribly accurate ommision; are you testing me!? :) [22:08] apb1963: so what dns server does your server use to resolve everything but your own domain? [22:08] TJ-: Nah, I'm just feeling under the weather :( [22:09] what's the difference between some wifi module and a mac80211 module? [22:09] pedrocr, I use three others. 8.8.8.8, 8.8.4.4 and ns1.afraid.org [22:09] the last one generally gets chopped off [22:10] apb1963: so why don't you just configure those DNS servers directly instead of pointing local resolution to your own DNS server? [22:10] huh? [22:10] 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/xrandr [22:10] TJ-: 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] !rar [22:10] rar 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-free [22:11] apb1963: network manager allows you to override DNS servers while using DHCP, just set it to whatever you want [22:11] Yuji: I don't think I have a twin :) [22:11] TJ-: What do you recommend I try? :) [22:11] apb1963: if you want to do it the old school way just remove resolvconf from the system entirely [22:12] TJ-: 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] Yuji: the Asmedia chipset ASM1352R ? [22:12] TJ-: Yes, that would be it. :) [22:13] yo 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 crazy [22:13] TJ-: 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] Yuji: did you manage to test those usb_storage quirks= options? [22:14] banisterfiend: If Kubuntu, "Standard Shortcuts" has an option to override that behavior. Not sure if it is what you're looking for exactly. [22:14] Yuji: from the last time: [22:14] 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] TJ-: I was going to try it today. :) [22:14] apb1963: but you're using a very strange setup for no benefit that I can see [22:15] Yuji 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 same [22:15] apb1963: doing local resolution of DNS and serving DNS for a domain are generally very different things not handled by the same DNS servers even [22:15] apb1963: it's not impossible but it also doesn't gain you much if anything [22:15] 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#n490 [22:15] banisterfiend: I wouldn't know. I've only ever used Gnome 2, KDE, Cinnamon. [22:16] TJ-: 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. === sa-ghosts_BNC is now known as sa-ghosts [22:19] 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) modes [22:20] Yuji: better off just "sudo modprobe -r usb-storage" to remove it then "sudo modprobe usb-storage quirks=xxxx" to test them [22:20] Yuji: no need to reboot for testing the various quirks [22:21] TJ-: Yeah, a pain to edit the grub and repack every time. [22:21] Yuji: also, check if that device might also need 'uas': "sudo modprobe uas" (which depends on usb-storage) [22:21] TJ-: The installation medium is also USB. [22:21] TJ-: Wouldn't this cause issues with it? [22:22] Yuji: ahhh... hmmm, drat :) [22:22] TJ-: That's why I originally edit grub every time. [22:22] pedrocr, In what way do "doing local resolution of DNS and serving DNS for a domain are generally very different things" differ? [22:22] Yuji: could you test it in a virtual machine; pass-through just the USB storage device to the VM? [22:23] TJ-: That could be viable. I could switch back to Windows to do that (VMware Workstation). Hm. [22:23] Yuji: right, that would be much faster since you'd not need to reboot the Linux VM either, just use the modprobe procedure [22:23] TJ-: I'll follow up in a bit, gotta try some stuff around. [22:23] apb1963: usually DNS resolution for a domain is done by a DNS server somewhere that only resolves that domain [22:24] apb1963: meanwhile that server itself just uses normal ISP or Google DNS servers to resolve the things it needs itself [22:24] TJ-: I've tried that, but to no avail :( [22:24] 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 datapoint [22:26] apb1963: 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:27] apb1963: it's of course possible to configure DNS servers to do both jobs (as you've apparently done) but there's not much reason to [22:27] pedrocr, Yes. I'm talking about an authoritatively responding server. [22:27] apb1963: there's no reason to set an authoritative name server in resolv.conf [22:28] apb1963: 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 domain [22:28] TJ-: Thanks for the help! But I think I might just stick with Windows for the TV [22:29] pedrocr, 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:31] apb1963: 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 configure [22:31] pedrocr, IMHO, calling my local name server first to see if it resolves is the "natural" order of things. [22:31] apb1963: you're reinventing the wheel and complaining that ubuntu doesn't make it easier to do [22:32] apb1963: but by all means, just uninstall resolv.conf and set /etc/resolv.conf manually [22:32] apb1963: it will probably work [22:32] pedrocr, It's clear you can't help me. Thank you for trying. [22:33] apb1963: 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 is [22:33] apb1963: but by all means behave like an asshole [22:33] pedrocr, I said thank you. If that translate to something else in your language, I'm sorry. [22:34] TJ-: 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). :P [22:35] Yuji: which "it" is making it work? [22:35] TJ-: Ah my bad. The edited grub quirk insert. :) [22:36] oh, quirks=xxx:yyyy:u ? [22:36] TJ-: Trying now to determine a username convention.. firstInitialLastName or name.name (preferred but Ubuntu has hated that forever it seems). [22:36] TJ-: Yes. :) [22:36] Yuji: right, if you can report a bug about that we can see about getting it into the kernel upstream and into Ubuntu [22:36] !bug | Yuji [22:36] Yuji: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [22:36] Yuji: name.name is a bad idea, IMO -- you're going to make it hard to grep etc., do to '.' matching any character [22:37] TJ-: If this works, of course. :) [22:37] nacc: I'm familiar with grep and regex. [22:37] nacc: I still quite prefer it. :) [22:37] nacc: But the note is most appreciated. :) [22:37] * TJ- breaks Yuji's policy instantly; can't fit a dot between T and J :p [22:38] TJ-: Oh? [22:38] TJ-: :D === pal_ is now known as kdenlive [22:38] TJ-: 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? === kdenlive is now known as pally [22:40] TJ-, 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=yes [22:40] Yuji: "linux" [22:40] TJ-: Ah good. :) [22:40] Hey 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:41] Yuji: make sure you specify the USB Vendor:Device ID of the storage unit :) [22:41] TJ-: Of course. :) Very important. [22:41] Yuji: you'd be surprised how often reports leave off the vital info [22:42] SecurityIntel: If you rely on the system firmware to choose the boot device, or it's an UEFI system, that should not be a problem [22:42] TJ-: I've read quite a few reports and I've been surprised myself about how many would be so vague. :) [22:43] quit [22:44] TJ-: Is there any particular command to see a list of the quirks defined for a device in particular? [22:45] Yuji: no, you need to look at the module source-code; I linked it to you earlier [22:46] TJ-: I meant on a live system, any that are manually specified. [22:47] TJ-: Such as if I had one at grub, the ability to list that (without knowing I had done it). [22:47] TJ-: Specifically without reviewing source. [22:47] hello guys:) [22:48] Yuji: quirks are internal to the source code; that's where they are documented [22:49] TJ-: 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:51] hello? [22:52] for 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 screen [22:52] do i need to calibrate my laptop display? [22:53] gambl0re: 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:54] gambl0re: I had the particular issue I described with an HP business-class laptop back in the day. [22:54] yuji? [22:54] Any 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] gambl0re: Yes? [22:54] i have a japanese friend named yuji. are you japanese? [22:54] do you happen to live in tokyo? [22:54] gambl0re: Ah no, not Tokyo. :) Nor Kyoto. [22:55] ok so you are not my friend then... [22:55] so what do i do to fix my screen issue? [22:55] !kpti > vook [22:55] vook, please see my private message [22:55] vook: further questions in #ubuntu-hardened, please [22:56] 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-date [22:57] TJ-: 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:58] Yuji: oh! if there were it'd be revealed via sysfs [22:59] hi [22:59] TJ-: cat /sys/module/usb_storage/parameters/quirks [22:59] TJ-: That works. [23:00] Yuji: that's it [23:02] TJ-: 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] Yuji: i realised that once I figured out what you were asking :p [23:03] TJ-: 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] TJ-: 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:10] Akonadi 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] Any suggestions where to start troubleshooting? [23:10] I just want to use KMail. [23:13] TheNH813: what user are you running kmail with? [23:14] My regular user account. I just finished installing Kubuntu yesterday. [23:15] It's named "administrator" as I always name it and UID 1000. [23:15] Does the akonadi server need to be started as root? [23:16] Ok, 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:17] Let me check. [23:18] Settings on KMail or Akonadi server? === j is now known as Guest79399 [23:19] hi [23:20] help me please [23:20] i learn ubuntu [23:20] What do you need help with in specific? [23:20] dragosdrgm12: please just ask a support questionn, if you have oe. [23:20] and i don't understand at ssh connection. [23:21] dragosdrgm12: what don't you understand? how ssh works? what ssh is? etc/ [23:21] What are you trying to do, connect over ssh or start a ssh server? [23:21] yes [23:21] So, connect over ssh, or start a server? [23:21] dragosdrgm12: we are giving you choices, 'yes' is an invalid answer. [23:21] i don't understand at password [23:21] dragosdrgm12: you don't know what a password is? [23:21] <_KaszpiR_> welcome to ubuntu [23:21] You need to enter the password of the account you're logging into when ssh asks for a pssword. [23:22] yes and i don't know how to see [23:22] dragosdrgm12: it will not echo the password. That would be insecure. [23:22] Just type the password and press enter. IT won't show what you're typing ofr security reasons. [23:22] how to see password at anthor computers? [23:23] Do you know the password to log into that computer? [23:23] no [23:23] Well, then you'l need to get it somehow. [23:23] Is it your computer? [23:24] yes [23:24] Which account? [23:24] dragosdrgm12: and you don't konw the password? [23:24] work on anthor computers? [23:24] no [23:24] i don't [23:24] So, you don't know the username? [23:24] username yes [23:25] password [23:25] Is it the root account? [23:25] Because in that case the root account has no remote access credentials. [23:25] TheNH813: settings -> advanced -> kde resources. [23:25] idk i use ubuntu mate and work on pi 3 [23:25] TheNH813: if this does not exist, check akonadi settings. [23:25] 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 PC [23:25] TheNH813: also, did you try to restart kmail? [23:25] Yes. [23:26] username i can see with nmap no?? [23:27] pedrocr, 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] dragosdrgm12: you just said you knew the username. [23:27] wait [23:27] TJ-, 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/OverrideDNSServers [23:27] i don't know how to see password for ssh and school pc [23:28] dragosdrgm12: you don't see password [23:28] linuxlove [23:28] dragosdrgm12: are you trying to hack your school's pc? that is not supported here. === mohammad is now known as linuxlove [23:28] no [23:28] TJ-, thanks for all your support. you're the best. [23:28] Well, hold on one second. [23:28] i make test security with teach. [23:30] because childs enter in dark google and i see and block [23:31] dragosdrgm12: you are claiming to be a security ... teacher? but don't know how to ssh? [23:31] gambl0re: Glad to have been able to help you fix your problem. :) [23:31] yes [23:31] nacc, in the land of the blind, the one-eyed man is king :) [23:31] teach tell me ssh password [23:31] Okay [23:32] Or sorry I didn't mean okay to you. [23:32] and i understand where he see [23:32] apb1963: it's better to stay blind in this case. [23:32] apb1963: But there would not be an eyed man in the land of the blind. Only the blind. [23:32] in finally how to see ssh password? === TheNH813_ALT_ is now known as TheNH813 [23:33] Yuji, Haven't you ever heard of illegal immigration? [23:33] apb1963: Yes, when the British went to America and wiped out all the Native Americans. [23:33] TheNH813: perhaps if you are still stuck, as #kubuntu, they have kde next to them and can say what to click [23:33] Yuji, not all [23:34] dragosdrgm12: 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] dragosdrgm12: as a security 'teacher', you should undrestand that. [23:34] Sveta Okay I'l try that. [23:34] Sveta: Would using a VPN interfere with the server in any way? [23:34] TheNH813: assuming you're using kde (rather than kmail on a non-kde flavour) [23:34] TheNH813: akonadi uses local servers, I don't think a vpn would affect their work [23:34] Okay. [23:34] TheNH813: but if you're in doubt, switch your vpn off for a second and test [23:35] Yeah it did nothing. Definitely wasn't the VPN. [23:35] great [23:36] As a side note, I noticed my IP is logged in the username. [23:36] now you know at least that :-) [23:36] Hm... maybe the database is corrupted. I'l try deleting it. [23:36] You mean, your vpn username includes the ip? [23:36] No, on the irc here. "TheNH813_ALT (~quassel@h69-131-177-131.mdfdwi.dsl.dynamic.tds.net) has quit" [23:37] The 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] Ah, that's not your username. That's your hostname. [23:37] Well, the hostname has the ip in it. "69.131.177.131" [23:37] Technically, your username there is '~quassel', your nickname is TheNH813, and your hostname is the bit after the @. [23:37] Guess that because that account is unregistered. [23:38] Even 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] True. [23:38] For example, `host ubuntu.com` also works in the same way. [23:38] Maybe D-Bus is what's not working. [23:38] My account is registered, but my IP still shows. This is because it is IRC. [23:38] It is normal and does not need any worrying. [23:38] Okay. [23:39] 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] Either would work. [23:39] Or use the command "sudo apt-get install unrar-nonfree" [23:39] TheNH813: 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:40] TheNH813: you are using kubuntu (kde), correct? [23:40] *Synaptic === Nicmavr is now known as Guest71626 [23:40] Yup. Kubuntu 14.04. Due to other versions having a driver problem. I wanted to use fglrx. [23:40] jk^: try unrar-free first, it does the job in most cases. [23:40] TheNH813: ok, I've joined #kubuntu now, then. [23:40] (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:41] Sveta: Okay [23:41] jk^: lubuntu software center and synaptic use the same list of packages to search, often you find the results are the same. [23:41] jk^: try unrar-free first. Does it work for your .rar files? [23:42] Unrar can extract files from .rar archives. Can't handle some archives in [23:42] the RAR 3.0 format natively. Package "unar" can be used to extract those [23:42] archives if installed. [23:42] jk^, p7zip-full and p7zip-rar [23:42] !unrar-free [23:42] jk^: you need to use unrar-free until one day you have a file that does not work. [23:42] jk^: you do not need to install unrar (non-free) unless this happens. [23:43] ok Sveta [23:50] 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:51] jk^, wait to use [23:51] why PTNapivoski ? [23:52] jk^, it seems that apt is being used [23:52] jk^, that thing happens when other software is beeing updated [23:52] jk^: you have synaptic and software center open. [23:53] jk^: close one of them two. [23:53] ok [23:55] 4.4.0-108 kernel is kernel panicking some of my workstations. Any plans on another release soon? [23:55] (4.4.0-108.131)