[00:01] so if `apt-get dist-upgrade` was used instead of `apt-get upgrade` then the mariadb upgrade would actually happen automatically? [00:01] yes [00:03] Some high level features of mysql might not instantly work in mariadb so they don't want to risk disrupting some installation [00:03] any good software like pspp for data analysis?? [00:03] are the packages somehow tagged (say in the control file in the .deb archive). to state "dont upgrade me non-interactively" and thats how apt/dpkg differentiate between them? [00:03] nacc has the answer to that [00:04] But I am pretty sure the answer is yes [00:05] dpkg doesn't know it though [00:05] it would be good to know, as you could potentially do a `apt list --upgradeable` to see what will be upgraded, then if you could distinguish those packages before runnig the upgrades - that would be helpful [00:08] Oh I might be wrong [00:09] But anyway [00:09] It's about new dependencies [00:09] If a package has new dependencies, it is held back [00:11] So kernels come in new packages [00:11] The linux-generic package is upgraded and gets a new dependency on the new kernel package [00:11] why would new dependencies be considered risky? [00:12] Maybe just for this purpose [00:12] mysql is also upgraded in this way [00:12] When you upgrade mysql-common, it actually installs mariadb [00:13] So this is how they change subsystems around [00:13] They upgrade a package that already exists [00:13] where mariadb is a new dependency? [00:13] And this new version has different dependencies [00:13] Yes [00:14] And it also removes stuff [00:14] did a 'sudo apt-get install lldb-5.0' which is from clangs apt repo, and its having conflicts with python-lldb-4.0 'trying to overwrite '/usr/lib/python2.7/dist-packages/lldb', which is also in package python-lldb-4.0 1:4.0-1ubuntu1' [00:15] salamanderrake: If you want to easily solve it you can dpkg-divert the one you don't want [00:15] I tried fixing it by removing the *lldb-4.0* packages, but it won't get past lldb-5.0 even though its not installed. [00:15] ak ok [00:15] But you may need to repeat this a couple of times [00:15] packages will regularly specify new _versions_ of dependencies - but that doesn't count as a new dependency, its only if its a completely different package the the parent package previously didnt need? [00:15] yes\ [00:16] zomaar_: do I need to specifgy the deb file? [00:17] salamanderrake: but lidb is supposed to be a directory [00:17] salamanderrake: No this works for individual files [00:17] salamanderrake: Oh [00:17] it is a folder [00:17] salamanderrake: You can fix that by running sudo apt-get -f install [00:18] Or dpkg --configure -a [00:18] apt-get -f install will probably remove something [00:18] nope, just failed. [00:18] then run dpkg --configure -a first [00:19] nope either. [00:19] Then you need to show some logs [00:19] https://gist.github.com/salamanderrake/904a1d552a41daa872be1bdc721db68f [00:20] dpkg also as sudo [00:20] yes, first time was a mistake [00:20] but what is output the second time [00:21] its part of the log [00:21] Oh [00:21] give me a sec [00:21] I updated the gist [00:22] But you can't remove the 5 version? [00:22] Its not installed [00:22] That is the one I tried to install [00:23] Did you run the apt remove command? [00:23] hold on [00:23] sudo apt-get remove python-lldb-4.0 lldb-4.0 lldb liblldb-4.0 liblldb-4.0-dev codelite lldb-5.0 liblldb-5.0-dev did it [00:23] no no no\ [00:24] the 5 [00:24] oh ok [00:24] Ok, working now [00:24] right [00:24] good [00:24] lldb-5.0 is installed. [00:25] when you install and it fails, it leaves the package in an unconfigured state [00:25] but it is still installed [00:25] yeah [00:25] or something of the kind [00:25] thanks for pointing that out. [00:25] or not installed but broken === Dhoulmagus69 is now known as Dhoulmagus87 [00:40] hello [00:40] x [00:40] hello [00:41] anyone? [00:42] Bobby: do you have a issue "technical" in nature? [00:44] hi [00:45] hello , [00:46] abdou: hello [00:46] where i can install gnome from [00:47] !gnome [00:47] GNOME was the default desktop environment on Ubuntu up to 10.10. To install the GNOME Shell, type [ sudo apt-get install gnome-shell ] in a !terminal. For the GNOME-based !flavor of Ubuntu, see !ubuntu-gnome [00:47] ty [00:48] you prefer gnome over unity? [00:48] mg55`: not ontopic for this channel [00:48] k [00:48] hmm [00:48] sorry, above 'k' was stray, sorry [00:49] abdou: what version of ubuntu are you on? [00:49] 16.04 [00:49] abdou: you cann install the gnome-desktop package, i believe [00:49] should i download it first [00:49] abdou: download wht? [00:50] gnome [00:50] or [00:50] abdou: i'm not sure i undrestand [00:50] abdou: if you are already on 16.04, then you can install the metapackage i just said [00:50] abdou: if you are going to reinstall, then you can install the ubuntu gnome iso, if you wannt [00:50] yeah [00:51] but how i can do that.. im new with ubuntu [00:51] abdou: how can you do what? i gave you two options. [00:52] how can i install the gnome desktop pakage [00:52] abdou: open a terminal; `sudo apt update; sudo apt install gnome-desktop` [00:53] abdou: i thik you could also search for the same from any of the GUI tools [00:53] abdou: although if you are that unfamiliar with ubuntu, i would suggest you first get used to ubuntu then do that kinnd of tweaking/installation [00:53] hmm oky thanks :) [00:55] I'm bit confused how Ubuntu handles firewall. So iptables is installed but I get Failed to start iptables.servcie. What gives? [00:56] also ufw status Status: inactive [00:56] ufw: Active: active (exited) [00:57] !ufw [00:57] Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [00:57] it is active, without any rules, standard [00:57] are the updated isos for 17.10 out? [00:58] redphone, not yet, i just checked, but they are released today, 11th [01:02] oerheks: I've disabled and stopped ufw. Why can't I start iptables. I want to manage my firewall using iptables. [01:02] using systemctl [01:03] dm_comp, remove ufw completely first perhaps? sudo apt-get purge ufw [01:04] okay, let me try that [01:10] oerheks, it's well past midnight in some areas of europe already, just curious since i need to install a clean image on a new thinkpad [01:11] anyone know if it is possible to export a fuse mount over nfs [01:13] redphone, nothing we can do to speed it up. [01:14] Does anyone know how to bring up the transparent shortcut menu that appears when you boot ubuntu unity for the first time? [01:14] jeffmr, hold the windows key [01:15] I don't have one. Just an alt and ctrl. [01:20] can I restore entire default /usr/share/icons/mimes/*? [01:20] oerheks, where are the images being built? in case i can grab a build farm iso or such [01:24] redphone, i don't know that, or if that is even possible, just be patient [01:24] jeffmr, i am looking around, you have an Apple keyboard? [01:25] Its an asus chrome keyboard so just like a chrome keyboard. [01:25] Probably not a key on here for it. I think. [01:25] Can it be invoked at the command line? [01:29] jeffmr, maybe you can go into settings > keyboard > shortcuts(?) and see if it's assigned to the superkey and edit it so it is assigned to an unused key combo on your keyboard? [01:29] Sure. Thanks. I'll try that. [01:29] just a guess... [01:30] i didn't find it there, maybe overlooked? [01:31] I don't see it there. [01:31] What is that thing called? Do you know? [01:32] i see it in unity-tweak-tool, [unity] > [switcher] [01:33] !info unity-tweak-tool [01:33] unity-tweak-tool (source: unity-tweak-tool): configuration tool for the Unity desktop environment. In component universe, is optional. Version 0.0.7ubuntu4 (artful), package size 362 kB, installed size 2722 kB [01:33] maybe you can remap it to ALT+r [01:34] gday, ive got a nanoPi neo running their ubuntucore 16.04 image, i'd like PPS support and am wondering if someone could point me to the relevant kernel/module re/building documentation... i need PPS_CLIENT_LDISC (but seems to be dcd only and i'd like cts) and/or PPS_CLIENT_GPIO (to use any pin) [01:34] Sure. I have to find it. [01:36] oerheks, so is it called the switcher? [01:38] I don't see it in mine. [01:38] 1st row unity, switcher [01:39] * you have to install the tweak-tool first [01:39] No, I have switcher but its just the gesture to switch between programs. [01:39] I did. [01:39] alt tab === marve is now known as Guest98714 [01:40] jeffmr, err .. last item, additional ( sorry) [01:40] ' show the launcher ' [01:40] Oh, I see. [01:40] Ok. [01:41] don't think that's it, oerheks it called display shortcuts and it seems to be a enabled/disabled function. === jstein_ is now known as jstein [01:42] when building a debian package.. how does one apply the patches in the debian/patches directory.. without actually building the package [01:42] in the additional tab is where you find the ck box. [01:43] It worked. [01:43] alt r brings it up. Have to continue holding it down. [01:43] ah, great! [01:44] hiiii [01:44] ummm [01:44] actually, it doesn't now for some reason. [01:45] wut [01:45] what do u mean [01:45] So on this fresh install of 17.10, my wifi drivers are missing. === HandsomeHotDog is now known as ToastedHotDog [01:45] jeffmr, maybe you need to logou/login to let it take effect? [01:45] Trying to install the package, dkms is missing. [01:45] Could be. [01:46] I'll be back. [01:46] oh [01:46] Trying to install dkms build-essentials is missing. [01:46] WTF [01:46] Did I download the wrong version of 17.10 from the official site? [01:46] I can't connect to the internet on that computer :| [01:47] explodes, you need to install build-essentials first, maybe by the !offline method ? [01:47] !offline [01:47] If you need to download Ubuntu packages using another machine or OS, check the desired packages in Synaptic and select File > Generate package download script. See also !APTonCD [01:47] ???????????????????????? [01:48] ok bye [01:48] oerheks: so on osx I install Synaptic? [01:48] !APTonCD [01:48] APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via apt-get or aptitude, creating a removable repository that you can use on other computers - See also !offline [01:49] uhhh [01:49] those tools are not for osx [01:50] you need to do that manually, https://askubuntu.com/questions/778743/how-to-download-packages-on-mac-os-x-to-install-to-ubuntu-16-04 [01:52] can someone on ubuntu paste the results of: apt-get --print-uris --yes install dkms | grep ^\' | cut -d\' -f2 [01:52] this will give me a list i can wget on my connected computer [01:52] please. and thank you [01:54] if i try to manually download each dep of build-essentials I'm going to be here all day [01:54] all week, really [01:54] i am on 17.04 ( still) http://archive.ubuntu.com/ubuntu/pool/main/d/dkms/dkms_2.3-3ubuntu1.2_all.deb [01:55] dkms has unmet dependencies thanks [01:55] those deps are not included in the live cd [01:55] i think it is the one you want, http://archive.ubuntu.com/ubuntu/pool/main/d/dkms/?C=M;O=D [01:56] DKMS based driver install? The deps are likely build-essential and linux-headers. [01:56] oerheks: dpks -i live_cd/pool/main/d/dkms*.deb says its missing ^ [01:56] oerheks: ^ [01:57] I'd download them off archive.ubuntu.com if you're having issues with the disk. Or download part one of a full installation disk (if they still have those). [01:58] TheNH813, yeah, doing this on osx, never done that before [02:02] hey is it possible to export a fuse mount over nfs? [02:03] Hey guys. I need a teeny bit of help. My computer outputs these error messages while booting up: https://imgur.com/u38YldJ [02:04] Sometimes the computer will boot up okay, but other times the computer will reboot several times before I can log in. [02:05] when I startup my laptop there's always a page writes error:no symbol table. After few seconds it will startup normally.so why? === mellow is now known as ssskkkky [02:11] hey is it possible to export a fuse mount over nfs? [02:23] Hi, I closed my Ubuntu LTS laptop last night and the login screen wouldn't load this morning. Tried to reboot, but no luck. I chose advanced options on boot and tried booting from another kernel and now I' m on a frozen screen "loading linux 4.13.0.25 generic" [02:23] what do I do? [02:24] so i'm planning on dual booting this machine with windows; i've installed ubuntu into sda (using lvm with an encrypted filesystem); the windows drive is presently sdb... it's been a decade or so since i installed windows, does it still require to be the first hard drive in the system if anyone knows, and if so, is there an easy way i can move ubuntu's drive w/o screwing up my ability to boot? [02:26] jer: it doesn't need to be the first hard drive, grub can boot windows for you === thehubbi is now known as hubbi [02:27] I just tried to do a recovery mode and the last line of the output reads: "[ end Kernel panic - not syncing: VFS: Unable to mount from root fs on unknown-block(0,0) === hubbi is now known as thehubbi [02:27] that sounds pretty pad [02:27] bad* [02:28] Ben64, thank you; then windows will touch the mbr on the drive it's being installed on and leave grub alone, right? [02:28] apologies for the stupid and borderline off topic question [02:28] jer: oh windows isn't installed yet? [02:28] nope [02:28] installing windows *after* ubuntu onto a different drive [02:28] i would unplug the linux drive just to make sure it doesn't break it [02:29] good call [02:29] then you'd have to update grub to get it to find windows [02:29] also getting: VFS: cannot open root device "sda2" or unknown-block(0,0): error -6 [02:30] So basically does this mean that my HD is dead? === Mathis|2 is now known as Mathis [02:30] Ben64, alright that doesn't sound too difficult, thank you [02:32] Anyone know how often Canonical security's "rounds" are? Per https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown?_ga=2.131468365.370049590.1515279335-1085782496.1515279335 "This initial round will address CVE-2017-5754 (aka Meltdown or Variant 3) for x86_64. We will address CVE-2017-5715 and CVE-2017-5753 (aka Spectre or Variant 1 & 2) in a subsequent round. We will also address additional architectures in subsequent rounds." [02:43] cjs226, fixes depend on upstream too, so doing more rounds doesn't really help, the dust has yet to settle ;) [02:44] frostschutz, so we don't know when the spectre fix will be ready then, right? i'm just trying to determine if i should push forward patching my environment or if i should wait a day or so [02:45] cjs226, patched kernels are out, AFAIK [02:46] !kpti [02:46] Meltdown is a security issue with (primarily) Intel processors. It's mitigated by kernel patches named KPTI. Ubuntu released them in security updates for 14.04, 16.04, and 17.10. 17.04 will not receive this update. 18.04 will ship with kernel 4.15, which is patched already. 16.04 has updates for Linux 4.4 (release) and 4.13 (HWE), installs with 4.10 should upgrade to 4.13. See also !spectre, !nopti [02:46] cjs226, if you're not a high risk target (like - you host vm or give shells to random people on the internet) - you should be fine with regular updates as it were and not worry too much about it (compared to people who are still running windows 95) [02:47] oerheks, from the link i provided above, it doesn't appear the fixes are ready for spectre yet [02:47] frostschutz, thx. === sz0_ is now known as sz0 [03:03] Good night everyone, i'm a not expert user of linux | Ubuntu [03:03] i'm dealing with some hdd issue, i'm getting a message of not enuff space in the hdd, and i can't mount one of my other hdd to expand my sistem root linux partition, someone can help me? [03:05] AxiomaUY: Pastebin ' df -h ; df -i ' . see where this space is consumed . Then see what can be done . [03:05] Yo! Anyone have much experience with kdenlive in here? [03:05] Bashing-om ok let me pastebin it [03:08] here Bashing-om https://pastebin.com/uH4zZ9KK [03:14] Bashing-om some time, i try some tutorial from YouTube...this one https://www.youtube.com/watch?v=A2dBY_7E1R8&t=288s [03:14] but i'm block in some point, some commands don't get results [03:15] AxiomaUY: try ' sudo apt autoremove ' . [03:15] AxiomaUY, well, you do only have around 10 GB of space for your root partition, I don't think that's enough especially if your /home is also in the same partition [03:15] let me see [03:18] Anyone here ever use python3-tk? [03:19] Bashing-om i got 0 packages updated, 0 packages news and 308 packages not updated, but sudo apt autoremove is like a Cleaning command... [03:19] KingParrot: nope [03:19] and no one will [03:19] unless you ask your question [03:20] thehubbi, in the fisrt time i only need one partition...but new i need more space... [03:20] shit happens jajaja [03:20] AxiomaUY: Is true . removing obsolete packages - old kernels inclided . Making progress ? [03:21] included* [03:21] Bashing-om no progress at all [03:21] Anyone have any problems after the reboot update? [03:21] Bashing-om may be you know some hard way for mount the hdd [03:21] trying to figure out why my system locks up [03:23] i have one partition reconiced but linux can't mount it...if we can mount thats partition, may be i can use Gparted o some tool for resize my root partition with free space i have got in the other partition thats i cant mount... [03:23] AxiomaUY: Lost the context, what has "some hard way for mount the hdd" got to do with "out of disk space" ? [03:27] Well Axioma what is it you are trying to mount a partion or a device? [03:27] Bashing-om when i talk about "the hard way" i mean, some process i can do with live usb image, apply some comands for reconice all partitions and all hdd and mount it, use Gparted o some tool and resize the root partition, after that run the system in the normal way [03:28] KingParrot i'm trying to maunt a hole device, with only one partition [03:29] for my servers on the cloud do i need to restart after doing my security updates related to spectre [03:29] no hole...i mean full devie hdd [03:29] jajaja [03:29] sorry [03:29] That is instresting I have not had much exsperance tampering with such things. [03:29] Akame, are you here? [03:29] I do understand the linux file system. [03:30] also is trusty patched yet? [03:30] I currently have 5 Distros on this HD all working fine. Gparted is awusum. [03:30] yes i know KingParrot [03:31] i use Gparted in every installation i make...buy [03:31] but* [03:32] this one, the last...I did not anticipate that I would need more space than I assigned when I installed [03:32] I mostly use it to wipe the drive but when setting up instalation I just use what is availble with that distro [03:33] ¬_¬ wike is my last resourse... [03:33] wipe* [03:33] i have some apps and configurations thats i don't want to do again [03:33] jajaja [03:34] I recently distoryed ubuntuMATE. [03:34] AxiomaUY: Agreed that 9,8G is way to small of a partition for an operating system . Show us ' sudo fdisk -lu ' in a pastebin . [03:34] It was very intresting first time I ever killed a Linux distro [03:34] for me wipe now is not an option [03:35] sure Bashing-on [03:35] sure Bashing-om [03:35] seems like most Linux distro sorta need around 12 GB min. [03:35] Depends on what a person is going to do with it though. [03:35] having trouble using my VPN I just bought in 17.10 [03:35] KingParrot: I see often 30 gigs . [03:36] here is https://pastebin.com/UL846Ypp [03:36] I have deliebritly made 2 distroes at 45 GB each for testing out VirtualBox [03:36] mmm i'm dealing with 10 Gigs only for FontEnd develop... [03:37] no common user files... [03:37] like images or music [03:39] AxiomaUY: Think'n .. what is " WinRE NTFS oculto " ? .. A recovery partition that you can copy off and then re-use that partition ? [03:39] how do I do a VPN in 17.10 via GUI [03:40] let me see Bashing-om [03:40] jaja USB DataTraveler conected [03:40] jajaja my bad [03:41] i feel like if i do VPN from GUI i just have to have a terminal open at all times and that bothers me [03:41] with some virus or malware or some thing like... [03:41] I have one distro currently installed on 13 GB [03:42] KingParrot are you the KingOfDistros maybe? jajaja [03:42] King of Distros? [03:43] I perform test. [03:43] its a joke [03:43] I have over 25 Distros that had some sort of issue that I could not use on this Lap top. [03:44] What good is a Distro if it will not install or will not work. [03:44] Bashing-om "450M WinRE NTFS oculto" is not a USB conected...may be is some MBR partition or something... [03:45] 123 [03:45] is he running it on a Raspbarry pie or something most use ext4 the root install. [03:45] KingParrot, i don't test distros, i use it and its all... [03:45] hello [03:45] AxiomaUY: That is a partiton - sda3 - Now if it is a recovery partition for windows . then it is possible to copy it off to DVD and use that partitipn to expand sda4 that holds the linux system . [03:46] anyone else? [03:46] hello xw [03:46] ok Bashing-om but is only 450 Mibs [03:47] Disposit. Inicio Start Final Sectores Size Id Tipo [03:47] hao to change resolution? [03:47] I attempted to delete a distro out of multie boot set up and killed all the OS on that drive [03:48] and an other time I attempted to over wright one of the OS and that also killed all the distros on that drive. [03:48] AxiomaUY: Ouch .. good point . Will also have to then mess with sda2 .. to get the room to expand . Oh boy . Will take someone experienced with Windows to guide further . [03:48] resulution on what? [03:48] armbian [03:49] h5 board [03:49] hello === precise is now known as precise|snek [03:49] I have not installed any Windows OS alone side a linux distro in a long time. === hc_ is now known as Guest24289 [03:49] ok Bashing-om [03:50] AxiomaUY: where do you want to get the free space from? /dev/sda2 100gb? [03:50] Bashing-om Thank you very much for your time and your suggestions, it was very helpful anyway [03:51] AxiomaUY: In oefer to grow a partition, one has to have unallocated space adjacent to the partiotion to be grown . on your case that is resizing 2 NTFS partitions . [03:51] Anyone here ever use python3-tk? [03:51] EriC^^ i want to get more space in /dev/sda4 [03:52] AxiomaUY: from /dev/sda2? [03:52] hi everyone [03:53] from /dev/sdb2 [03:53] do you copy [03:53] check my pastebin here https://pastebin.com/UL846Ypp [03:53] AxiomaUY: /dev/sdb2 264192 976773119 976508928 465,7G Microsoft Storage Spaces [03:53] yep EriC^^ === precise|snek is now known as crypticone [03:54] AxiomaUY: you'll need to put it on a separate partition, like having a separate /home [03:54] resize2fs /dev/sda2 5G [03:54] but I start to think that it will not be possible to achieve it [03:55] I do not know how to do that ... it is possible to do it with Gparted EriC^^ [03:55] ? [03:55] python3-tk I have never used it [03:55] sda8 [03:56] AxiomaUY: yeah, first you need to shrink the filesystem and partition, then with the unallocated space create a ext4 partition and move your /home to it and edit fstab [03:56] !homepartitiong | AxiomaUY [03:56] !homepartition | AxiomaUY [03:56] !home | AxiomaUY [03:56] AxiomaUY: Your home directory is where all of your personal files are usually kept. For moving your home directory to a separate partition, please see: https://help.ubuntu.com/community/Partitioning/Home/Moving [03:57] how to change resolution on armbian h5 board? [03:57] thanks EriC^^ and ubottu === crypticone is now known as precise [03:57] Looks like some crafty stuff EriC [03:57] np === precise is now known as crypticsnek [03:58] - - ? [03:59] It think it would be cool to have the skill to delete sda6 with out messing up the exstended partoin and or killing any of the other OS on the drive. === crypticsnek is now known as precise [03:59] wow move the home directory looks like a database migration...sound dangerous... [04:00] AxiomaUY: it's incredibly simple [04:00] really? [04:00] It is dangours but mostly if u have vital data on it. [04:00] you just move the files, and tell fstab to mount that partition under /home (using its uuid) [04:01] but if you have some distros ready for a live boot off a usb to install it's not a big deal. [04:01] i have teamviewer if you want to do it for me... [04:02] Just make sure u have your vital data on something other then the PC u are working on. [04:02] AxiomaUY: i'll guide you through it [04:02] ok [04:02] AxiomaUY: did you shrink the /dev/sdb2 yet? [04:02] nop [04:02] how i do it... [04:02] ok, open gparted and shrink it from there [04:03] ok [04:05] with de GUI or with the terminal? [04:05] gparted is a gui program [04:06] not sure what you mean [04:06] let me show you [04:08] Hello! I am trying to configure my interfaces file to get pfsense working inside KVM. Currently my /etc/network/interfaces file looks like this: https://gist.github.com/marshallford/cbf917a9cf8cbd8d23c641b04c193569 What gives? my WAN NIC passes though but the LAN isn't working at all [04:08] EriC^^ https://drive.google.com/file/d/11PxbfVUhhAJwoc4H5s2QrWthm_9EkkAd/view?usp=sharing [04:08] AxiomaUY: yeah, that's it [04:08] To follow up my question: The Ubuntu Host OS should have the ip 10.0.0.3 and allow enp8s0 (LAN NIC) to hook up to a switch or access point. [04:09] ok, but i cant run it EriC^^ [04:09] AxiomaUY: are you using ubuntu unity? [04:09] Ubuntu 16.04 [04:10] AxiomaUY: open the dash and type gparted [04:10] and unity... [04:10] Show nothing [04:11] AxiomaUY: try typing 'gksu gparted' in a terminal [04:12] look https://drive.google.com/file/d/1QNuZzpMd7p-OXUMMZj1WpFd-dF01tqaF/view?usp=sharing [04:12] let me try [04:12] axiomaabsurdo@axiomaabsurdo-System-Product-Name:~$ sudo su [04:12] root@axiomaabsurdo-System-Product-Name:/home/axiomaabsurdo# gksu gparted [04:12] root@axiomaabsurdo-System-Product-Name:/home/axiomaabsurdo# [04:13] Have you ever used Mageia 4.1? [04:13] AxiomaUY: try just 'gparted' [04:14] says not installed... [04:15] LXTerminal? [04:15] AxiomaUY: try 'apt-get install gparted' [04:15] any idea how can I skip password prompt when installing mysql-server on ubuntu server 16.04? [04:16] ok i try [04:17] says i have it i my resent version... [04:17] nvm.. found answer :-) [04:17] matrix glich... [04:18] gparted ya está en su versión más reciente (0.25.0-1). means... gparted is currently installed in your most resent version [04:18] i have installed linux in Spanish [04:18] AxiomaUY: try 'ls -l /usr/sbin/gparted' [04:19] the file or directory not exist [04:20] I have gparted 0.25.0 and also the one binanary packaged needed for it to work on file. [04:21] it's very weird ... I have a disk utility, but it allows me to see details not apply modifications [04:21] So even if I have not any access to any internet depending on the Distro I can still install Gparted. [04:21] I should track down a rpm of Gparted also. [04:21] AxiomaUY: maybe the filesystem is mounted read-only [04:22] and also all the nessasary binary packages for it to run.. [04:22] EriC^^ look https://drive.google.com/file/d/1zirTUcEWsUIkqrc1r4ZxCpmbkair7r28/view?usp=sharing [04:22] AxiomaUY: try 'apt-get install --reinstall gparted' [04:23] done [04:24] root@axiomaabsurdo-System-Product-Name:/home/axiomaabsurdo# gparted [04:24] root@axiomaabsurdo-System-Product-Name:/home/axiomaabsurdo# [04:24] gparted [04:25] AxiomaUY: did it say it installed the files? [04:25] AxiomaUY: try 'ls -l /usr/sbin/gparted' again [04:27] -rwxr-xr-x 1 root root 6875 feb 2 2016 /usr/sbin/gparted [04:28] __0xbadc0de__/usr/sbin/gpartedbin: error while loading shared libraries: libgtkmm-2.4.so.1: cannot open shared object file: No such file or directory [04:28] erase the __0xbadc0de__ of the line [04:28] hey anyone here good with fuse? [04:28] adman120: ask your question to find out [04:29] AxiomaUY: was that /usr/sbin/gparted ? or /usr/sbin/gpartedbin? [04:29] what you ran [04:29] is it possible to export a fuse mount over nfs4? [04:29] CentOS [04:30] Has anyone here made a Desktop from scrach? [04:30] i use the comand ls -l /usr/sbin/gparted' again and i get -rwxr-xr-x 1 root root 6875 feb 2 2016 /usr/sbin/gparted [04:31] sudo chmod [*]+x [04:32] inside of [*] whats i write??? [04:32] It already has execute. shouldn't need it. [04:32] sudo chmod [*]+RH [04:32] oh then u need this one. [04:33] sudo chmod [*^*]+w [04:33] if i plug the charger i can suspend but if i unplugged the charger the suspend will ended in 2-3 seconds === sandeep is now known as Guest9977 [04:34] on turn it down to Hz3.3 [04:34] and on the other dial turn it up to Mhz 29.00 [04:35] but don't for get to add more oil to the deep fryer [04:36] hey so im using containers and wanted to know if it was possible just to mount a folder from one to a folder of another [04:36] not using nfs [04:36] AxiomaUY: try typing just 'gparted' in a terminal now [04:36] NSA Asked Linus Torvalds To Install Backdoors Into GNU/Linux [04:37] gparted [04:37] Root privileges are required for running gparted. [04:37] AxiomaUY: run sudo -i [04:37] then gparted [04:38] root@axiomaabsurdo-System-Product-Name:/home/axiomaabsurdo# gparted [04:38] yes Gparted is very deadly tool so it is best they have it as a root user access only [04:38] root@axiomaabsurdo-System-Product-Name:/home/axiomaabsurdo# [04:38] AxiomaUY: try from that prompt '/usr/sbin/gparted' [04:38] I have Gparted on a USB so I never need root so I can tweek or kill any pc I plug that usb into. [04:39] something's wrong with that root shell === jiqiren_ is now known as jiqiren [04:46] AxiomaUY: try sudo apt-get install gksu [04:47] then 'gksu gparted' from the normal shell not root one [04:47] done [04:47] did it open? [04:47] nope [04:48] what'd it say? [04:48] only show me a windows for write my admins pws [04:48] and nothing happens [04:49] AxiomaUY: did you type your password [04:49] i guess yes? [04:50] yep [04:50] and nothing happens [04:50] jaja [04:51] AxiomaUY: ok, try sudo apt-get autoremove && sudo apt-get autoclean [04:51] maybe something fishy is going on cause of the lack of space or something [04:52] that should give few free space to work with [04:52] try 'df -h /' after that and see if it's better than 5% now [04:55] lets see [04:58] What drive does Ubuntu install on in the standard installation procedure? Do I get to choose, or even see, that without doing manual partitioning? [05:00] sda1 sda2 and sda3 for most Distros are the main file mounts [05:01] Bromskloss: no you don't you have to choose manual partitioning i believe [05:01] Brom are u doing a clean install? [05:01] KingParrot, EriC^^: I [05:01] I use manual everytime [05:02] I do custum installation each and every time I do a distro install. [05:02] KingParrot, EriC^^: I'm installing onto an SD card (and want to make sure I don't overwrite any other drive). All I want to choose is the drive, but otherwise let Ubuntu make its default choices. [05:02] many people only put one distro on a HD but I very seldom do. [05:03] Bromskloss: unplug every other drive to make sure [05:03] if u can disonconect all other drives this is a sure fire way to ensure you don't tamper with them. [05:03] Ben64: It's a borrowed laptop, I'm afraid. I can't mess with it. [05:03] yes I just said what Ben said [05:04] Disconect is the safest sure fire way to make sure you dn't mess up other drives or devices. [05:05] I did a install once long ago to a PC and for gotten to unplug the external hard drive. [05:05] KingParrot: OK. I was hoping that there would be a drop-down list of drives that I got to choose from during the installation. [05:05] there is [05:05] Ben64: Without doing manual partitioning? [05:05] I wiped the entire external hard drive because I was stupid and for gotten to unplug it. [05:05] Bromskloss: just do manual partitioning, you'll have better results [05:06] Ben to do custum installations I think u need a tool like Gparted for drive selection. [05:06] yes Ben is right once again. [05:06] the live usb comes with everything necessary [05:07] Ben64: All right. I'll do it. I have 16 GB on the SD card and 8 GB memory in the computer. I'm guessing that I shouldn't bother with a swap partition or a swap file, right? [05:07] if u select manual then you can directly see what you are installing to what partion on what drive. [05:07] Bromskloss: i wouldn't for an sd card, but then again i wouldn't install ubuntu on sd card anyway [05:08] do about 8 GB of swap if u can. [05:08] It is best to have swap on the same drive as your ext4 root install. [05:08] unless someone knows something I don't know. === r0Oter is now known as r00ter [05:10] Brom I do not now much about setting up on that type of device. [05:10] is it a Ipad or a phone? [05:11] If someone here has installed on a Ipad or a Phone that has successfuly installed any linux on it maybe they could be more informative. [05:11] !phone | KingParrot [05:11] KingParrot: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [05:12] !iphone | KingParrot [05:12] KingParrot: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod [05:13] Ben64: Can I get full-disk encryption also when doing the partitioning manually? [05:13] KingParrot: you want ubuntu on your phone? [05:14] Bromskloss: idk, i never use encryption because it's pointless [05:14] Ben64: Oh, why is it pointless? [05:15] because either nobody cares about your data, or they do and will bash you with a wrench until they get it [05:16] Bromskloss: i also agree with Ben64 if you have sensitive data, store it external and burry in the ground somewhere, not connected to the net [05:17] KingParrot: there is now #ubports for phones, but they havent added iphones yet [05:17] Ben64, lotuspsychje: What I have in mind is if the computer gets stolen or I discard the drive. It feels good not to have to worry that any of my stuff will be readable on it. [05:18] Bromskloss: i think thats what Ben64 just meant, they will wrench your data until they get it, even encrypted [05:19] Bromskloss: if you dont like someone getting your data afterwards, perhaps a script to zero your drive full? === gerald is now known as Guest19260 [05:19] well I can tell you Brom many linux distros u can set up a encripted home folder and from my paying around I have never busted into one yet. [05:19] you don't have to bury hard drives. you just have to shoot them a few times. haven't you seen any hollywood action stuff ever? :D [05:20] Linux in many ways is very secure [05:20] lotuspsychje: If they are serious about getting to me, yes, but for all other cases, such as if someone steals my computer and casually looks through it, it helps. [05:20] ..more realistically, there are magnets strong enough to wipe them they're just really expensive [05:20] were getting a bit offtopic here, lets go #ubuntu-discuss ? [05:20] its a nice channel [05:20] oh just use Gpared on a HD just formant it a few times useing diffrent types of formats and it will be dead. [05:21] Anyway, I settled for the home-directory encryption that the installation procedure nevertheless offered. [05:21] if you formate a entire drive in ext4 it takes takes longer to formate a drive like that [05:22] Brom make sure to set up an other user account [05:23] If u do online stuff never do it logged into as a sudo account. [05:24] I very seldom go online with a sudo account. [05:24] KingParrot: keep it ontopic please [05:24] most the time in my sudo accounts I don't even have them set up to go online [05:26] what is the current topic? [05:26] !support | KingParrot [05:26] KingParrot: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [05:27] KingParrot: only support question on ubuntu here mate [05:27] KingParrot: #ubuntu-offtopic or #ubuntu-discuss to other chat [05:27] Anyone here ever install Xfce on a unbuntu server? [05:28] we dont do polls neither KingParrot [05:28] KingParrot: ask an actual issue [05:29] Is it possible to run a web brower such as firefox on a unbuntu server? [05:30] KingParrot: yes [05:30] I could be wrong but I think a person needs some form of GUI like a desktop emvierment do they not? [05:30] KingParrot: correct [05:32] I installed firefox on ubuntu 16.04 server but because I have not way to cut and paste I did not bother to take note of all the binary packages it called for. [05:32] KingParrot: you need to install a GUI desktop enviroment to run things graphicly [05:33] !info openbox | KingParrot example [05:33] KingParrot example: openbox (source: openbox): standards-compliant, fast, light-weight and extensible window manager. In component universe, is optional. Version 3.6.1-5 (artful), package size 276 kB, installed size 1270 kB [05:34] !encrypt | Bromskloss [05:34] Bromskloss: For information on setting up encrypted private directories (8.10+) see https://help.ubuntu.com/community/EncryptedPrivateDirectory [05:35] well I was looking into the Open box but I want something smaller. [05:35] I need to learn how to make a mini desktop GUI [05:36] I should try to install a Openbox to gain esperance [05:41] KingParrot: apt-cache search window manager [05:52] Hi there! I have installed rocketchat-server snap and it does not run... what now? "server.rocketchat-server[15421]: Mongo is not available, can't start" [05:58] idk what u can do about that [05:59] written in Haskell [06:05] hello everyone [06:05] hello [06:05] hi [06:06] what we should to do to day? [06:06] idk [06:06] I am testing something [06:07] !chat | hanabishi [06:07] hanabishi: #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:07] Ben64, lotuspsychje: Thanks for your help! The installation is complete. Ḯ'll try to reboot now. [06:09] !chat ?? [06:09] hanabishi: I am only a bot, please don't think I'm intelligent :) [06:11] ubottu : how can i register with my nickserv? and want next? [06:11] hanabishi: I am only a bot, please don't think I'm intelligent :) [06:11] Hana test the bot [06:11] ??? this is test??? [06:11] Hana ask the ubuntu bot about Manjaro [06:12] ubottu : what hemean about manjaro [06:12] I am only a bot, please don't think I'm intelligent :) [06:12] or maybe ask about RedHat [06:12] ubottu : what about RedHat [06:12] I am only a bot, please don't think I'm intelligent :) [06:12] .... [06:12] if u really want to be funny ask the Bot about Snow Leapord [06:12] hanabishi: "ubottu" is a program that takes notes and shows them when we use !note [06:13] lotuspsychje called it to tell you that this is a support channel [06:13] how?/ [06:13] So if you have an ubuntu question, ask it. If you want to learn about bots, go elsewhere. [06:13] the bot sounds like a spy [06:13] KingParrot: the same goes for you too [06:13] KingParrot: you also, please keep it ontopic [06:16] okey, what ever, how can i register my mail [06:16] what mail? [06:17] !register | hanabishi: [06:17] hanabishi:: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. [06:17] The NSA does not build topics for Ubuntu chat rooms. === Jochen_wvdT is now known as Schlawiner [06:18] KingParrot: please stop it, dont you understand offtopic? [06:21] Compiling For Multiple Architectures [06:21] 14.04 Ubuntu does not looke like snow leaperd. [06:22] Maybe KingParrot is a chat bot that needs to be banned... [06:23] bioinic beaver [06:23] KingParrot: come to ubuntu-discuss [06:24] is it 18.04? [06:24] KingParrot: type /j #ubuntu-discuss [06:25] lol is 18.04 LTS called "bionic beaver"? [06:25] sudo apt - get fluffy bunny [06:26] !ops | KingParrot does not understand offtopic [06:26] KingParrot 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:27] I dumped some happy GUI into the beavers water bowl and then he goten mad at me. [06:27] now the beaver barfed up a RedHat [06:28] I never seen a unity desktop on a Linux mint. [06:31] hello, me comeback again.for secound me just change host name??? it will made me into a problem [06:31] ?? [06:31] maybe u set up irc on your own server hana [06:32] KingParrot: stop that [06:32] ????? why me should do like that [06:32] it danger???? [06:34] it can be danger hana [06:34] mostly do data not so much if someone is going to steal your pet aguana [06:35] how?? KingParrot [06:35] off topic [06:35] get the ubuntu police [06:36] u can build a chat server on top of ubuntu police hana but not ontop of an agauna that has a RedHat [06:36] only drunk people never see agaunas with Red hats on there head. [06:37] KingParrot: Hi. Can you stop doing whatever it is you're doing? [06:37] the topic is ubuntu [06:38] whoa whoa.clam down everyone i don't knows what u said but it importal??/ rigth? [06:38] KingParrot: This is the Ubuntu support channel, for help with the Ubuntu operating system. Nothing more. [06:38] ok everyone,how can i learn about live on this ubuntu channel?? [06:39] They did not build the plate form on c++ [06:39] because i'm a newbie === hoppe is now known as Hoplite === ToastedHotDog is now known as SoberHotDog === SoberHotDog is now known as HappyHotDog === sphrak_ is now known as sphrak [06:57] hey is there a pastbinit type program but for images? [06:59] !paste [06:59] 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. [06:59] B105PH3RE: not program, site [06:59] looking for some chems... maybe some buffout or med-x can anyone help me? [07:01] alkisg: so there isn't a program like pastbinit but for images I guess then... [07:01] B105PH3RE: afaik, no [07:01] thanx for the info alkisg [07:01] B105PH3RE: you could file a bug report for pastebinit to support images... if you didn't leave :D === shawn is now known as Guest81663 [07:11] I was about to say... there are programs that do it, but I dont think any are in the repos === Linlz_ is now known as Linlz [07:27] wondering on meltdown and spectre bugs on intel cpus , will the hotfix in ubuntu be permanent or will we have the option to turn it off at times (eg.rendering or something) ? === pal_ is now known as pally [07:31] !kpti [07:31] Meltdown is a security issue with (primarily) Intel processors. It's mitigated by kernel patches named KPTI. Ubuntu released them in security updates for 14.04, 16.04, and 17.10. 17.04 will not receive this update. 18.04 will ship with kernel 4.15, which is patched already. 16.04 has updates for Linux 4.4 (release) and 4.13 (HWE), installs with 4.10 should upgrade to 4.13. See also !spectre, !nopti [07:31] !nopti [07:31] KPTI is a mitigation for the !Meltdown security issue. With some workloads on some processors, KPTI has a significant performance impact. KPTI can be disabled by adding "nopti" to the GRUB_CMDLINE_LINUX_DEFAULT line in /etc/default/grub. This should only be done if absolutely necessary because it will disable protections against Meltdown and thus allow any malicious user process to read memory and probably escalate to root. [07:31] yorwos: the second one there ^ [07:31] A grub parameter === nicolo is now known as Guest57321 === bs_ is now known as bs [07:37] looks like im upgrading to 4.13 ,using ub.studio 16.04 === daniel is now known as Guest53666 [07:53] hey guys [07:53] I can't access port 7005 for some reason even though I allowed it in firewall [07:53] any idea why ?? [07:53] it's a web server on port 7005 === bs_ is now known as bs [07:54] so I just done `sudo ufw allow 7005/tcp` [07:54] iNeedHealing: And you are trying to access this how? [07:54] `git push` [07:55] `git remote add origin http://myServer.tld:7005/repoName && git push origin master` [07:56] what does nc -zv myServer.tld 7005 say? [07:57] Yay irc install worked [07:57] takes a while [07:57] gratss Low [07:57] so it's not immediately dropped [07:58] it's still busy so no [07:58] it times out [07:58] I put HexChat on my ubuntu VM, is that a pretty good client? [07:59] HexChat isn't updated much iirc [07:59] or was that xchat .. :/ [07:59] I'm using a discord bot nowadays for my IRC so .. [07:59] I think it was xchat before it became hexccccccccccccccccccccccccccchat, [08:00] whoa [08:00] lol [08:00] yea hexchat's discontinued [08:00] according to wiki [08:00] installing ubuntu updates too, looks like kbd interrupts are having some fun [08:00] kbd ? [08:00] keyboard [08:01] oh [08:01] anyway, anyone got any idea why my connection to my server's port 7005 times out ? [08:02] nc: connect to myServer.tld port 7005 (tcp) failed: Connection timed out [08:04] I can connect to port 22 just fine [08:05] sounds like a firewall blocking you [08:05] and the web server is listening on 0.0.0.0 or the right device? sudo ss -nltp [08:06] or software not listening on that port [08:07] doesn't say what it's listening on [08:07] just *:7005? then it's listening on all interfaces [08:07] I assume it's this [08:07] LISTEN 0 128 :::7005 :::* [08:07] ah ubuntu security updates completed... reboot required? really? [08:08] Low-N-Slow: for kernel updates, yes [08:08] yes [08:08] probably updated kernel stuff [08:17] can no one help me ? :/ [08:17] I can push fine from localhost or 127.0.0.1 === Elimin8r is now known as Elimin8er [08:18] WHAT! [08:19] I'm trying to connect to an http server but the connection keeps timing out [08:19] I can use it locally fine and I've opened the port [08:19] was luke skywalker a drunk? [08:20] uh [08:20] idk [08:21] want to test packet injection support of my wifi adapter without installing aircrack. any way out there? [08:22] Hello! I saw linux-generic linux-headers-generic linux-image-generic linux-tools-generic with linux-meta (3.13.0.139.148) trusty; urgency=medium // * Bump ABI 3.13.0-139. Ubuntu wesite tells me https://launchpad.net/ubuntu/+source/linux/3.13.0-139.188 its KAISER / KPTI patches for Linux. [08:22] My question is the sage as stated in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1741609/comments/4 [08:22] Launchpad bug 1741609 in Kernel SRU Workflow security-signoff "linux: 3.13.0-139.188 -proposed tracker" [Medium,Fix released] [08:22] siddy: try the #aircrack channel [08:28] iNeedHealing: what do you need help with "specifically"? [08:28] I can't connect to TCP port externally, it just times out [08:29] iNeedHealing: are you chatting from the computer with linux right now? yes or no [08:29] from a computer with linux yes [08:29] not from the server [08:29] iNeedHealing: in terminal> sudo apt install inxi pastebinit sosreport [08:29] Ah I found an answer to the KAISER problem (https://askubuntu.com/questions/991874/how-to-disable-page-table-isolation-to-regain-performance-lost-due-to-intel-cpu). Thanks anyways! :-) [08:29] got it [08:30] iNeedHealing: let me know when done...or wait until someone else feels sorry for you enough to extend a hand [08:30] I'm done [08:30] :P [08:30] iNeedHealing: in terminal> inxi -Fxxprzc0|pastebinit [08:30] iNeedHealing: share url/link here [08:30] ok [08:31] http://paste.ubuntu.com/26364863/ [08:31] iNeedHealing: sudo sosreport [08:32] case id ? [08:32] iNeedHealing: press enter [08:32] iNeedHealing: let me know when done [08:32] I'll whisper you [08:32] iNeedHealing: aws ... so it's behind a NAT, right? have you made sure to forward the port? [08:32] TDO|Aquina: i hope you realise why page table isolation was put in place [08:33] I'm sure I've forwarded the port [08:33] let me double check [08:43] hi [08:45] geirha: yea it appears to be port forwarded [08:46] i want to curl "website" > 1.txt and parse it for some info. but it has some stupid javascript thing so i cant find it. how do i go about the info? i can see it when i just use firefox btw [08:46] in the outbound/inbound rules [08:47] anyone?:o [08:48] iNeedHealing: your network adapter configuration isn't detected properly [08:49] would I be able to ssh in though ? [08:49] please help [08:49] it's amazons aws so i'd hope so [08:50] else you'd have no way to administer it [08:50] yea I can ssh [08:50] iNeedHealing: did you see the errors i sent you from it? [08:50] yea, that's because I use the wrong user no ? [08:50] I've only tried to access 7005 3 times [08:52] hello everyone, i want to knows about most of security everyone like and love it [08:53] 1-starttls,2-sst-tls [08:55] iNeedHealing: https://gist.github.com/d2260aebe2d6292720d33e033e9b3311 [08:56] iNeedHealing: looks like you have a route to the 172.31.32.0 network [08:56] join #palemoon [08:56] iNeedHealing: so i believe you when you say you can ssh [08:57] I'm not using that IP, that's the internal IP [08:57] it's fine for now, I can just disable the server and let the others handle it's load [08:57] I need to eat [08:57] before they kill me [08:57] iNeedHealing: that's the only IP you can use according to what i see [08:58] iNeedHealing: i'll show you [08:58] @: Yes, I do but we run on AMD and virtualized 64/32 bist sthus only one bug affeects us (Spectre 2) which there is currently no real patch for. [08:58] I use 54.154.123.20 === mohammad is now known as Guest67833 [08:58] which is the public ip [08:58] brb tho, 10 min [08:59] iNeedHealing: http://termbin.com/hu5f [09:04] iNeedHealing: no collisions or major loss of packets http://termbin.com/1fes [09:04] iNeedHealing: so you just want to get to a specific port# [09:04] iNeedHealing: its probably blocked ...standby [09:06] iNeedHealing: no you did good covering your bases in that regard......http://termbin.com/4im4 [09:06] iNeedHealing: you want #7005 correct?? [09:07] i guess you left [09:12] tatertots: yes [09:12] oh you made it back [09:12] well so i figured out your woes [09:12] yea sorry my mouth was on first [09:13] did you have a chance to view the links i shared yet? [09:13] fire * [09:13] yea [09:13] well you opened firewall for communication on #7005 tcp for ipv4 and ipv6 my friend..and thats good news [09:14] what kernel is supposed to be on 16.04 on an updated system? [09:14] so we can safely toss that aside [09:14] ok, thans [09:14] I'll contact amazon then [09:14] I have forwarded it too [09:15] i do notice nothing is "listening" on 7005 [09:15] yea I stopped the service [09:15] and that might be a system "admin" issue [09:15] and i'm sure amazon engineers will point that out fairly quickly [09:16] I stopped the service before I ran the sos command [09:16] oh okay...i accept your "excuse" ...nod / wink [09:17] I can run the command while it's started if you want me to but I sighup'd it so I don't have to open another ssh session [09:17] no its fine i believe you [09:17] ok [09:18] just didn't want you to spend $ to speak with amazon engineers and the level 1 engineer laugh at you [09:18] well I doubt they'd do that [09:19] phones have a "mute" button...and they do..trust me [09:19] I won't contact them through support or whatever [09:19] I can go directly to a level 3 professional [09:20] sweet [09:21] anyway we got it working, thanks [09:21] you might get the "kit glove" / "white glove" treatment....heck they might just do the "admin" stuff for you ...depending on how much $ profits are in the Tier plan you have [09:21] I've got my servers and support for free [09:32] Hello, I can't connect to my wifi https://paste.ubuntu.com/26365066/ [09:32] I can connect to my wifi using my win laptop and my android phone, so the wifi is ok [09:33] I could connect to my wifi yesterday and today morning with my ubuntu, but suddenly it refuses ti I tried NetworkManager.conf fix for random Mac, but no results [09:47] za1b1tsu: have you connected a ethernet cable and "temporarily" hardwired the computer to the network? yes or no [09:51] Yes. When my connection did not work for my first time, I connected my phone to the wifi and then connected the phone to the laptop to access the Wifi [09:52] tatertots: Yes, with my phone to the laptop [09:53] it showed as a ethernet connection [09:59] Hi there, sorry if this is not be the right channel to report things, but I have a quick question I hope someone here will be able to answer [10:00] for bugs strictly related to packaging (of chromium-browser in this case) is https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+filebug the right place to file them? [10:00] * msanchez realizes it sounds like a dumb question, still would like to confirm [10:01] Hi , I have installed Ubuntu on a flash memory but I don't know why it does not boot , there is an error how I can fix it without reinstall ubuntu again on the flash memory [10:02] someone_, installed using what tool or method [10:04] bazhang I installed it on a usb flash memory by using another flash memory. [10:04] someone_, you just dragged the iso from one to another? [10:04] msanchez: if you know who wrote that part of the code (e.g. debian), file it there. If you don't know, use the ubuntu launchpad page, yeah [10:05] test [10:07] bazhang No , I installed in normal way as when install on hard disk , I restart computer and boot use usb flash memory and installed Ubuntu on another flash memory. [10:08] hello ! someone can help me to configure an archive HD (ntfs) to be writeable? [10:08] someone_, you haven't told us yet what the 'normal' way is, using what tool or method [10:08] Apparently the fix for 17.10 was meant to come today but I cant see anything on the website :( [10:08] please because is very urgent! === ayabidi_ is now known as Aymen [10:10] someone can read me? [10:10] Trippz, how is this ubuntu related [10:10] why? [10:10] Trippz, ntfs is a windows fs [10:11] bazhang there is no any tool , I used unetbootin to burning ubuntu on a flash memory then I used this flash memory to install ubuntu on another flash memory. [10:11] i need to mount and write a disk on linux, so its related i think [10:11] alkisg: I've checked and this packaging bug is Ubuntu-specific [10:11] msanchez: then the ubuntu launchpad page is the correct place to file it, yes [10:11] someone_, then you need to redo it, unetbootin is not what you want for this [10:11] which kind of makes sense, since Debian and Ubuntu package chromium in a completely different way [10:12] i can only read the files, but i need to write data on this ntfs disk! [10:12] cool, thanks for confirming [10:12] np [10:12] someone_: what error occurs when the 'Flash' device is selected to boot? [10:12] alkisg: in case you're curious: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1742653 [10:12] Launchpad bug 1742653 in chromium-browser (Ubuntu) "chromium-browser 63+ package includes a 44MB binary only needed at build time" [Undecided,New] [10:12] tried fuse, ntfs-3g but i still cant write data [10:13] msanchez: nice; I think there was another package that included a whole lot of temporary photoshop files that the author happened to have in his build tree :D [10:13] i need help [10:14] please its important [10:14] Ask your question [10:14] Trippz, you are on ubuntu, and wish to write to a ntfs drive? [10:14] tbh, I'm not surprised this big binary slipped into the package. Packaging chromium is already hard enough and chromium has a tendency to make so many changes between releases that's hard to keep up to date [10:14] mich1x_: well i need to write data on a ntfs archive hard drive [10:14] Trippz: what message do you see when you mount the drive? E.g. does it tell you it's hibernated or in use by windows? [10:14] TJ- I think it was about can't find boot loader or something like this , I don't remember the message. [10:15] alkisg: its already mounted, but i can only read files [10:15] Trippz: unmount it and try again so that you see the error message [10:15] we (Endless) noticed because we maintain space-constrained installations and this 44MB were contributing to an extra 300MB size increase in the new release that we need to deal with if we want the OS image to be installable in certain devices [10:15] bazhang: yes [10:16] alkisg: ok [10:16] Maybe its windows drive and password protected [10:16] hello, i am having issues on boot of ubuntu-server 17.10 that is installed on my laptop. 1st systemctl disable systemd-networkd-wait-online.service does not disable it, it adds 60seconds approx to boot time [10:16] mich1x_: yes its a windows archive drive, so ntfs.... [10:17] 2nd, modprobe bbswitch works perfectly fine, but if i write it in modules file, i get error on boot saying module not found [10:17] someone_: so probably coming from the system firmware. That suggests that when you installed to the device, you didn't check that the bootloader target device was the same as the OS was being installed on. I've noticed in the past that when there are USB and fixed disk/SSD devices, the bootloader target defaults to a fixed disk/SDD (presumably assuming the USB device is the LiveISO medium). [10:18] someone_: you can fix that by booting with the original LiveISO USB, then mounting the installed USB Flash to /target/ and chroot-ing into it, and installing GRUB manually [10:18] alkisg: https://pastebin.com/JqpTgbHm [10:19] Trippz: eh, what command did you give? You were supposed to run something like sudo mount /dev/sda2 /mnt [10:19] TJ- and bazhang Thank you so much . [10:20] for that i used the fdisk -l to show you the drive [10:21] Trippz: ok, now run the mount command which is what we want to see [10:21] `sudo mount /dev/sdb1 /mnt` or something similar [10:25] bunch of fucking idiots no one answered fucking ubuntu faggots wow i asked somewhere else go neck yourselves omg fagbuntu [10:25] alkisg: im working on it :D [10:26] https://thepasteb.in/p/3lh7KE4pJ3Ps1 [10:27] Trippz: eh, this is again the wrong command [10:27] Let's start over [10:27] sudo lsblk --fs | nc termbin.com 9999 [10:28] ok im sorry [10:28] What's the output of that [10:29] http://termbin.com/sn7s [10:29] za1b1tsu: you near the computer? [10:29] I'm on it right now, connect with USB tethering [10:30] Trippz: ok, now: sudo umount /dev/sdb1; sudo mount /dev/sdb1 /mnt 2>&1 | nc termbin.com 9999 [10:30] za1b1tsu: open terminal [10:30] za1b1tsu: sudo apt install inxi pastebinit sosreport [10:30] hi everyone, i want to knows about IP chat room, i saw in die hard 4 when matt farrell talk with warlock [10:30] za1b1tsu: let me know when done [10:30] it so cool [10:30] za1b1tsu: or just wait on someone else to help you [10:31] http://termbin.com/qynl [10:31] tatertos: done [10:31] alkisg: http://termbin.com/qynl [10:32] za1b1tsu: inxi -Fxxprzc0|pastebinit [10:32] Trippz: ok, now read the message. Is it clear enough or do you need explanation? [10:32] za1b1tsu: share url/link here..if you do not get a url/link..say so [10:32] so i need to go on windows, shut down and its ok? i think not because ive already done this steps [10:32] http://paste.ubuntu.com/26365315/ [10:33] Trippz: you need to disable "fast shutdown" on windows, or do a reboot, which is not "fast/unsafe" [10:33] alkisg: how to disable fast shutdown? O_O never done that [10:33] Trippz: so boot windows, run a chkdsk on that disk, then reboot, and at the time it's rebooting, turn off the power [10:34] Trippz: that's a windows question, if you google "disable windows fast shutdown" you'll find thousands of tutorials, [10:34] i also told you one way with reboot, and another is to press win+x and select shutdown from there [10:34] za1b1tsu: rfkill list|pastebinit [10:35] alkisg: so i go on windows, run a chkdsk on that disk then reboot ad shut off the power when rebooting? [10:35] Trippz: sounds like a good plan, yes [10:35] tatertots: https://paste.ubuntu.com/26365334/ [10:35] thanks master, i try this!!! [10:36] i suppose that the forced power off dont write tha disk cache? [10:36] its correct? [10:36] Trippz: at the time when you see the "bios screen", the disk is not in use, so it's safe to unplug the power [10:37] ok i try! i come back soon [10:37] and thanks [10:37] np [10:46] I`m running Ubuntu 16.04 with kernel 4.10. From what I can tell, it isn't (nor will it be) patched against SPECTRE and Meltdown. What is the recommended action? [10:47] !hwe | MintoMa [10:47] MintoMa: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [10:47] MintoMa: that way you get 4.13 which is patched [10:49] MintoMa, hateball: hwe is 4.10 on xenial, and it includes the patches [10:49] alkisg: oh, my bad [10:50] too much stuff going on atm [10:50] hateball: actually you are right and I'm wrong, 4.13 arrived today :) [10:50] alkisg: are you sure? "The Rolling HWE kernel for Ubuntu 16.04 will go to 4.13 early, instead of also fixing 4.10 HWE kernel." [10:50] MintoMa: so just update [10:50] hateball: thanks [10:51] alkisg: are you sure? https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown [10:51] MintoMa: for clarity, 4.13 replaces 4.10 as the HWE kernel for 16.04 :) [10:51] MintoMa: I was wrong, see above [10:51] hah! small victories [10:51] alkisg: it's fine, hard to keep track of all things [10:52] Hello. I have an Ubuntu 17.10 computer connected to a tv as a media box. I turn off the TV at night (at the wall), which causes the logged in user to be logged off (not sure if it is a log off or a X server restart). The computer used to be on 16.04 and didn't have the problem before. Does anyone know how to stop this or know the cause? [10:52] Looks like there are more PTI patches coming to fix regressions and bugs, before mainline 4.15 is released [10:53] jacko115: is the 17.10 system using Wayland or Xorg ? [10:53] I ran the command 'sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04 ' to install hwe, but nothing is installed ('linux-generic-hwe-16.04 is already the newest version (4.13.0.26.46).1)'). However, uname -r says 4.10.0-42-generic. What am I missing. [10:53] MintoMa: you've not rebooted? [10:54] That could be it. Checking now, its been a few days since I installed and its a remote machine. [10:55] TJ-: Xorg I believe (standard desktop install) [10:55] yup, all god now [10:55] thanks guys [10:55] MintoMa: you didn't need the command, since you already had hwe [10:55] Just apt-get dist-upgrade was enough [10:56] jacko115: for 17.10 Wayland is the default unless it has problems with drivers (e.g. nvidia), in which case Xorg is used. You can also select the session type at the greeter screen before log-in [10:57] jacko115: we've seen a lot user-facing regression with the way Wayland behaves compared to Xorg [10:58] TJ-: Ah. Indeed it is using Wayland. Will give it a shot with Xorg [10:59] hello === anonymous is now known as Guest98212 [10:59] hola [11:06] failing to install fio on xenial.. https://paste.ubuntu.com/26365462/ , any suggestion? [11:07] E: Package 'libaio1' has no installation candidate [11:11] * zomaar_ a squirrel makes some noise on the forest floor [11:11] hello, its on the news that with new ubuntu patch people can't even boot thier PCs [11:11] is this true ? is this fixed [11:11] It has been fixed [11:11] cool [11:11] its still in the headlines though [11:11] ubuntu rekt [11:11] sdfgsdf: it was fixed wtithin 4 hours [11:11] sdfgsdf: never let the facts get in the way of a sensational news headline :) [11:12] exactly [11:12] There has been some chaos here yes [11:12] axisys: I would check the output of "apt-cache policy" and "apt-cache policy libaio1" [11:12] but fake news can be sensational [11:12] It wasn't really fake because people's machines updated automatically [11:12] And then didn't boot so couldn't update to the fixed version [11:13] so we rolled out a bug to humanity for a sec :( [11:13] thats unfair [11:13] dont people check before they push something [11:13] if people had automatic updates enabled, and rebooted in the time before the good version [11:13] brainwash: http://paste.ubuntu.com/26365619/ [11:13] and even then they could boot an older kernel [11:14] thats a whole lot of assumptions [11:14] Not without help [11:14] zomaar_: There's always older kernels to start with, and the GRUB<>OS good boot flag so GRUB knows to stop at the menu if the last boot failed [11:14] Do I need to list the interfaces that belong to a bridge in /etc/network/interfaces? [11:14] most wont even know theres a second backup kernel [11:14] raub: Yes with ports [11:15] axisys: that's only the output of the second command [11:15] when exactly was pti introduced ? [11:15] raub: Well they can also be dynamically added [11:15] last year ? [11:15] raub: The option name is "bridge_ports" [11:15] brainwash: http://paste.ubuntu.com/26365624/ [11:16] or 5 jan ? [11:17] There was also someone with failing virtualbox after the patch (kernel hangs) [11:18] zomaar_: I meant having a separate entry for each interface. What you said was listing in the bridge interface definition which interfaces are part of it. Which I agree the brdige better know that. [11:18] All of sudden my audio stopped working, it say "Dummy output" Seems some sound card issue > My initial troubleshooting didn't worked, for driver details see this please : https://paste.debian.net/1004602/ [11:19] indistylo: Did you already log out and in again, or reboot? [11:19] zomaar_, reboot [11:19] TF-: Just tried it on Ubuntu on Xorg and had the same issue. Have gone onto Unity and don't have the issue [11:20] zomaar_: i.e. http://pastebin.centos.org/492281/. Do I need lines 4-6? [11:20] raub: You want an IP address for each part you mean? [11:20] jacko115: that points the finger at the desktop environment then [11:21] raub: Some people advise against putting IP on the constituent parts [11:21] raub: But the interface does need to be configured aside from that [11:21] raub: But you can put it to manual [11:22] axisys: did you disable the "main" repository? [11:22] brainwash: not intentionally.. but I guess it looks missing? [11:22] raub: Then put the IP on the bridge itself... [11:22] zomaar_: so, do I *need* to declar enp0s25 as mentioned in the pastebin, be it static or manual? The question is still whther I need the lines. [11:23] brainwash: yes.. looks like I do not see this [11:23] brainwash: http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [11:23] raub: Yes you do [11:23] zomaar_: the ubuntu wiki examples do not have that [11:23] At least I think so [11:23] Well then test without it [11:23] But I can't test on my running system [11:23] brainwash: yep it is unchecked on my desktop.. doh! good catch [11:24] axisys: also, -updates is missing [11:24] brainwash: yikes [11:24] axisys: and -security :D [11:24] brainwash: even the -security [11:24] :-) [11:24] axisys: I wonder how you managed to disable those [11:24] brainwash: not sure.. hmm.. [11:25] zomaar_: I understand. I followed https://help.ubuntu.com/community/NetworkConnectionBridge. It worked for months but on last reboot the bridge stopped working for my vm guests [11:25] TJ-: indeed. From the journal Jan 11 11:00:45 _____ gnome-shell[1200]: JS ERROR: Exception in callback for signal: monitors-changed: TypeError: monitor is undefined [11:26] Okay so i am wrong [11:26] Did you upgrade to newer kernel btw? [11:26] zomaar_: actually my bridge is a bit more complex (http://pastebin.centos.org/492291/) [11:27] zomaar_: Yep [11:27] zomaar_: according to "man bridge-utils-interfaces" : "bridge_ports ... shouldn't have any stanzas defining them on the interfaces file" [11:27] zomaar_: Well, 4.4.0-83-generic [11:28] raub (sorry zomaar_ !) according to "man bridge-utils-interfaces" : "bridge_ports ... shouldn't have any stanzas defining them on the interfaces file" [11:28] TJ-: so http://pastebin.centos.org/492291/ looks proper? [11:28] raub: Okay so you are on older kernel, so nothing happened there [11:29] TJ-: Right, I think I was using it to perform some manual ifup commands, not sure [11:29] zomaar_: Newer kernel has weirdness? I am on 16.04LTS [11:29] raub: Well could be [11:29] raub: Just to rule it out you know === kostkon_ is now known as kostkon [11:30] zomaar_: I appreciate any help. I have been fighting this since Monday and still have gone nowhere slowly [11:30] raub: that looks sane, although I'd move it to /etc/network/interfaces.d/bridge rather than altering the package-supplied /etc/network/interfaces - tha way, on package upgrades, you won't be prompted whether to keep or replace the existing interfaces file [11:31] raub: I have no clue what could be wrong either, my setup is a lot more complex but [11:31] TJ-: Thanks for your help. Will post the bug with Gnome [11:31] raub: I define a virtual bridge and then LXC adds ports to it [11:31] TJ-: I can do that since it just includes everyone in interfaces.d per line 5. You mean just the br0 declaration. [11:31] raub: you'll notice 'interfaces' is doing "source /etc/network/interfaces.d/*" to include all files from that directory === Guest5377 is now known as EriC^^ [11:32] TJ-: which is what I meant when I said line 5 in my pastebin :) [11:32] raub: correct, for the bridge interface. having one file per interface/related group also makes admin easier and more logical [11:32] raub: sorry; my eyes skipped over some messages :) [11:32] Hello TJ- [11:32] Good to see you here :) [11:32] raub: I assume you have attempted using that brctl tool yourself? [11:33] I just wanted to change runlevel's permanently in Ubuntu. [11:33] raub: Any recent upgrades from /var/log/apt/history.log? [11:33] raub: if the bridge isn't starting the logs should give some clues, maybe "journalctl -u networking.service" [11:33] bipul: What version of Ubuntu? [11:34] TJ-: http://pastebin.centos.org/492306/ [11:34] bipul: runlevels haven't been used in a long time for service control [11:34] bipul: Is your goal non-graphical boot? [11:34] I will get the journalctl entry if different [11:34] zomaar_ 12.04.5 LTS [11:35] try to delete the bridge [11:35] It should be 3 and 5 [11:35] raub: reproduce it with debug info with "sudo ifup -va" see if there's more clues; probably a syntax issue [11:35] use brctl to delete the bridge [11:35] is there an auto update for ubuntu ? I thought we would manually have to do this [11:35] then use ifdown --force on the interface br0, or do that first [11:36] then use ifup br0 again [11:36] bipul: 12.04 is not longer supported, you should upgrade to 14.04 or 16.04 [11:36] Ok [11:36] After that [11:36] bipul: I also have no knowledge of it [11:36] zomaar_: you are those for me or someone else? I was going through was TJ- is suggesting [11:37] raub: For you [11:37] Just try it [11:38] zomaar_: give me an hour to be in front of the machine. Not doing that remotely [11:38] T-J upgrading it [11:38] TJ-: I will check output from ifup also in an hour. Doing this from a 11" screen laptop is getting interesting. And I now need to rush to go to work [11:39] brainwash: thanks for your help! [11:40] raub: Cya. ifdown --force br0 && brctl delbr br0 && ifup br0 === sdfgsdf is now known as chill_pill [11:43] axisys: you're welcome :) [11:48] Hi all. Yesterday I upgraded my system (using apt dist-upgrade), and a package broke my system, so I removed that package (using apt purge). Now I hear a fixed version of the package is available, but I can't see it (apt-update)...help, anyone? [11:49] linuxr: it would help if you told us what the package is, and on which release of Ubuntu [11:50] Question: Which signal does the init process send to all others in case ACPI/power is pressed? [11:52] TJ-, ubuntu 16.04, package linux-image-4.4.0-108 [11:52] linuxr: Having fun? [11:52] I know I am [11:53] zomaar_, I would not call that fun [11:53] linuxr: Uhuh [11:54] linuxr: So why is 109 not available to you then? [11:54] zomaar_, that's exactly the question...apt-date update && apt-get dist-upgrade does not suggest any new packages, and I'm on 104 currently [11:54] (Maybe I am confusing the same username here) [11:55] linuxr: that's because that package was retired and superceded by a different version [11:55] linuxr: Did you remove linux-generic? [11:55] Anyone using VirtualBox on Dell XPS 9560 with Ubuntu 16.04? No matter which Virtual machine I start my laptop immediately locks up completely and only a hard (power cycle) can bring it back to life. [11:56] jablo: Someone else had the same issue [11:56] jablo: open terminal [11:56] jablo: sudo apt install inxi pastebinit [11:56] linuxr: you only need to ensure "linux-generic" or "linux-lowlatency" are installed (or for HWE linux-{generic,lowlatency}-hwe [11:56] linuxr: If you reinstall linux-generic it will update to something newer [11:56] jablo: let me know when done [11:56] jablo: or just wait for someone else to help you [11:56] tatertots: thanks. Will try immediately. [11:57] jablo: And try to show uname -r [11:57] TJ-, zomaar_ thanks..I'll try to install linux-generic...that actually suggests 109 [11:58] linuxr: linux-generic was removed when you removed 108, but it is responsible to "upgrading" kernels to later versions [11:58] while downloading, there's time for a prayer that the system will reboot [11:58] :) [11:58] linuxr: the way kernel packages work is top-level 'meta' package that declares a Depends: on a specific linux-{image,headers}- so an update to the 'meta' package (linux-generic) will automatically pull in the correct kernel [11:59] gedit does not show recent opened files on ubuntu 16.04.3 I had formerly no zeitgeist installed, but installed it now. The issue didnt go away. I got such messages on zeitgeist restart: [11:59] ** (zeitgeist-datahub:25610): WARNING **: zeitgeist-datahub.vala:229: Unable to get name "org.gnome.zeitgeist.datahub" on the bus! [11:59] TJ-, thanks for the explanation, that all makes sense now [12:00] Ok, I installed it, tatertots. [12:00] jablo1: What is the output of "uname -r"? [12:00] zomaar_: 4.13.0-26-generic [12:01] I have 2 HDD and they dont stop spinning after I eject them (with the gui). I have to unplug them. I fear I may be shortening the lifespan of these HDD. Is there any package I can install? [12:01] So you have the Meltdown patch right [12:01] I also tried to zeitgeist-daemon --quit && rm -rvf ~/.local/share/zeitgeist/fts.index/ && zeitgeist-daemon --replace [12:01] samsung and toshiba satas with an aluminum enclosure [12:01] jablo1: The meltdown patch may have introduced problems with Virtualbox [12:01] roses: are these disk drives attached via USB? [12:01] TJ-, yes [12:01] usb 3 [12:02] zomaar_: Ok, so I might need to back down kernel version? [12:02] jablo1: Yes [12:02] jablo1: inxi -Fxxprzc0|pastebinit [12:02] jablo1: share url/link here [12:02] jablo1: Correct [12:03] ok, fingers crossed..going to reboot [12:03] roses: You can write a script to run hdparm -Y on the disks after unmounting [12:03] tatertots: the inxi command just hangs; does it only work once? [12:03] roses: But I have no ready answer for you [12:04] roses: if I recall correctly the auto spin-down power save was disabled many years ago due to some disks having problems with frequent/rapid spin-up/spin-down, but I thought that had been resolved long ago. I'd have expected the driver to issue a power down command. have you tried using 'hdparm' to spin-down manually to prove the USB>disk interface allows/passes the command ? [12:04] zomaar_: I think I have a slightly older kernel I can select at boot. [12:04] jablo1: if inxi hangs..sounds like your system is unstable [12:04] jablo1: reboot and rerun the above command and report results [12:04] ok [12:05] jablo1: You can downgrade "linux-generic" and then put it on hold, or fix a older kernel in /etc/default/grub to boot the older kernel always [12:05] I'll try both then be back here. cya. [12:06] TJ-, so is this a drivers problem? I mean, it can only be solved with drivers from the vendor? [12:06] wow, reboot successful...and no noticeable performance drop. -109 includes the meltdown mitigations, right? [12:06] Yes [12:06] linuxr, cat /proc/cpuinfo | grep pti [12:06] linuxr: apt changelog "linux-image-$(uname -r)" [12:06] roses: do the 'hdparm' spin-down test first. Once you know whether the USB enclosure passes the command you can investigate further [12:07] kostkon, what should that show? [12:07] roses: Try to see if "lsblk" will show you the names of the drives [12:07] roses: Then run "sudo hdparm -Y /dev/name" [12:07] linuxr, it's the new cpu flag related to the meltdown patch [12:07] linuxr: "dmesg | grep isolation" should show "Kernel/User page tables isolation: enabled" [12:08] Hi Jablo [12:08] tatertots: http://paste.ubuntu.com/26365829/ [12:08] yes, it does indeed, TJ- [12:08] zomaar_: I forgot to change kernel, so I'll have to reboot again and see. [12:09] kostkon, I doubt you would see that in /proc/cpuinfo? [12:09] linuxr: Doing is the ender of all doubts [12:10] jablo: good...inxi doesn't lock up when run in a stable environment [12:10] TJ-: doesn't show that on my system :o [12:10] tatertots: I probably was just impatient [12:11] linuxr, you would. Looks like it creates a new flag, i believe only on affected cpus, i might be wrong [12:11] jablo: now that its stabilized somewhat from a reboot...try your vm's again [12:11] This is a fresh install of Ubuntu 16.04.03 from yesterday evening. Only added a few packages and my home directory from my older machine [12:11] jablo: same result? [12:11] in an uptodate Ubuntu 16.04.2 LTS boot partition is 100% full ... older kernels dont seem to be deleted [12:11] tatertots: I'll try. If it locks up, requires a reboot though. I'll be back [12:11] jablo: ok [12:11] Ben64: what version/arch ? [12:11] zomaar_, kostkon : I suppose you would see any related microcode updates in /proc/cpuinfo, right? but not the meltdown fix (pti) [12:11] can I manually delete older kernels in boot? [12:12] linuxr: You can only find out by checking [12:12] kerneled: does "sudo apt autoremove" help? [12:12] linuxr, just that new flag (that's all i know) [12:12] zomaar_, I see the output in dmesg, but nothing in /proc/cpuinfo [12:12] TJ-: 16.04 amd64 [12:13] kerneled: generally, there should be 3 versions in place, and all other should be removed by autoremove [12:13] Linux ben64 4.13.0-25-generic #29~16.04.2-Ubuntu SMP Tue Jan 9 12:16:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [12:13] Ben64: did dmesg overflow since boot? it's a ring buffer [12:13] nope [12:14] only been up 6.5hrs [12:17] TJ: there are about 20 kernels in /boot ... 'uname -a' gives the oldest of the list ... should I still issue 'autoremove'? [12:18] jablo: did it lock up on ya [12:18] kerneled_: that is 'weird'! [12:18] kerneled_: Looks like you manually installed a kernel [12:18] kerneled_: can you show us "pastebinit <( apt list 'linux-image*' --installed )" [12:18] kerneled_: Question is which one do you want to keep using [12:19] tatertots: Still complete lockup when I start a virtual machine [12:19] jablo1: Kernel changed? === daniel is now known as Guest38230 [12:19] I'm on kernel 4.10.0-28-generic now, so will try with that [12:19] jablo1: sudo apt install sosreport [12:19] sudo hdparm -Y /dev/sdb spins the hdd down, but thunar still shows sdbas plugged in, and the led indicator in the enclosure is still activated. I dont know how to continue TJ- [12:19] TJ: the laptop had been bought off ebay with ubuntu preinstalled ... looks like manual install is possible ...pastebin? [12:19] jablo1: let me know when done [12:20] jablo1: also your Nvidia installation was NOT successful [12:20] jablo1: and that can manifest itself in weird ways [12:20] kerneled_: Not just manual install but also has set the default to the oldest kernel [12:21] roses: I'm not familiar with thunar's behaviour so I can't help there [12:23] roses: I already gave you the answer Roses, but TJ- will save you. [12:23] roses: on right clicking does it show disconnect or something in that order [12:23] tatertots: WIth kernel 4.10.0-28-generic virtualbox seems to work fine and does not lock up my whole system. Nice with a workaround. [12:23] hi tatertots good seeing you active here. [12:23] TJ, zomaar : pastebinned output for 'apt list 'linux-image*' --installed' [12:23] jablo1: I said so, you're wasting your time, the Virtualbox people are probably working on this === albech1 is now known as albech [12:24] Howdy all [12:24] On identical vps servers different kernels are installed "Linux srv01 4.4.0-92-generic", "Linux srv 4.4.0-104-generic" after "apt-get dist-upgrade" how can they differ? [12:25] zomaar_, I dont know to write scripts [12:25] roses: If you want one it's simple. [12:25] zomaar : can I install latest kernel and manually point to it and then make it autoate updates in the future? [12:25] roses: But I need to know if you are okay something shoddy and with waiting 10 minutes before they spin down? [12:26] o wait, it spinned down, and I dont know if its due to sudo hdparm -S 25 /dev/sdb [12:26] roses: Also you can probably get them to also spin down while still active [12:26] roses: Ah you set a sleep timer [12:27] ill test a bit [12:27] roses: Yes that's what I mean, that is even much easier [12:27] TJ, zomaar: fyi the laptop owner in desperation has moved some of the big vmlinuz files in /boot away to another folder ... he may have lost some files too ... is it best to reinstall or try correct this? [12:27] SimonNL: hi there [12:28] kerneled_: It is just best to manually delete (remove the packages) of the X middle kernels [12:28] kerneled_: Where is your pastebin? === dildar is now known as hodor123456 [12:28] kerneled_: Just take the 60% of kernels in between and delete those first [12:28] tatertots: Still complete lockup when I start a virtual machine [12:28] jablo: glad you found how to use virtualbox without experiencing a lockup [12:28] TJ, zomaar: ah! https://paste.ubuntu.com/26365907/ [12:28] tatertots: me too. [12:29] thanks for hte help [12:29] jablo: no prob [12:29] kerneled_: notice the "auto-removable" mentioned? "sudo apt autoremove" will remove those [12:31] zomaar: TJ: ok will try 'autoremove' and be right back ... in case the system goes down (using the machine to irc) should I symlink somethign to point to the latest kernel? [12:31] You can also run: for i in 70 72 75 78 79 81; do sudo apt remove linux-image-4.4.0-$i-generic linux-image-extra-4.4.0-$i-generic; done [12:31] That will remove everything but the first and the last [12:32] But ask for confirmation at each step [12:32] kerneled_: no manual intervention should be necessary [12:32] He's afraid his oldest kernel will be removed [12:33] unless there's a GRUB default over-ride in /etc/default/grub the latest kernel will be booted [12:33] Yes and he has booted the oldest [12:34] kerneled_: No symlinks [12:34] kerneled_: Only maybe run update-grub [12:35] kerneled_: if files have been deleted/moved manually then once the autoremove is done and space is available (check with "df -h") then you should do "sudo apt --reinstall install " for the remaining kernels to ensure you've not problem them [12:35] zomaar_: update-grub is run as part of the kernel install/remove process [12:35] zomaar, TJ: ok thanks ...may go offline [12:35] I know, but just in case [12:36] I there. I would like to know if and how its possible to configure a apt repo and only retrieve information for a specific package and its dependencies. But dont look at is for example for a general apt-get update and apt-get upgrade. [12:36] matglas: You mean a newer version of the same distribution right [12:37] euhm no. [12:37] matglas: the information is per repository, not per package [12:37] matglas: A PPA then? [12:37] So you would need to pull at least all the repository details [12:37] matglas: for code example, see software-properties-gtk [12:37] For the time beeing I would like to install the kernel from the 16.04 repo in my 15.10 version. But the rest of the installation needs to receive its updates from the 15.10 repo [12:37] Running software-properties-gtk, and adding a source, it pulls only the data from that one source [12:38] matglas: That's a newer version of the same distribution [12:38] zomaar_, true. sorry misunderstood [12:38] That's apt priority and apt pinning [12:38] now im curious: if you run HDD in enclosures bought separately, do you run sudo hdparm -S 1 /dev/sda or udo hdparm -y /dev/sda each time you dont need the unit anymore? [12:38] You can put repositories with lower priorities etc [12:39] matglas: You can fix your distribution to Apt::Default-Distribution = [12:39] or, what file manager do you use, that automatically spins HDDs down, after ejection (in the gui)? [12:39] roses: udisksctl poweroff -b /dev/sdb [12:39] roses: hold on a sec rose [12:40] (or, nautilus/caja) [12:40] alkisg, I'll look into that. thanks [12:40] alkisg, priority. [12:40] matglas: I only know that you can pin your distrition to 15.10 while having 16.04 in your sources [12:40] matglas: Then it will never automatically use 16.04 [12:41] matglas: But to use it you have to specify apt install /xenial [12:41] Hey guys. Is the mini.iso affected by the bios bug? [12:41] matglas: a good page for reading is https://wiki.debian.org/AptPreferences [12:41] mini.iso for 17.10 * [12:41] matglas: This is done using Apt::Default-Distribution [12:41] Package: * Pin: release a=unstable Pin-Priority: 800 [12:41] On that page [12:41] kerneled_: I just cobbled together a command-string to automate the reinstall of the kept kernel packages: " apt --reinstall install $( apt list 'linux-image-*' --installed 2>/dev/null | sed -rn 's,^(linux-image.*)/.*,\1,p' ) " [12:43] TJ: ok thanks ... I'll put everything back in to /boot and then try the command-string ...unless advised otherwise .. [12:44] roses: I have no experience currently with external devices, don't use them on this computer [12:44] roses: Not knowing how otherwise to solve it, I would quickly write the script I was mentioning [12:44] roses: But that's just what I would do [12:45] roses: Maybe Nautilus has options as said [12:49] question for the whole room: Is nautilus your prefered file manager? [12:49] roses: no; I am my preferred file manager [12:50] This would be the kinda script I'd write: https://paste.ubuntu.com/26366021/ [12:50] And then just put it in /etc/rc.local, probably solved for now [12:51] roses: I am using KDE so I have Dolphin [12:51] roses: But I don't think Linux file managers are that great, Nautilus is probably better [12:52] zomaar_: are you missing some feature in dolphin? [12:53] Dolphin in 16.04 tries to open the network .desktop file in a file viewer instead of executing it [12:53] I mean that's just one example === shab is now known as crytospider [12:54] I don't know how to elevate privileges, and networking (samba) has always been really poor with Dolphin to my understanding [12:55] illgoogle some more [12:55] (Personally I also don't like the "search" features on the left, and would like to see libraries there) [12:56] Overall the GTK things are somewhat better integrated... Nautilus and Cinnamon [12:56] alkisg, zomaar_ thanks that pionter to priority in apt worked. [12:57] *pointer [12:57] is it possible to use "pass" in portable mode? i want the key and pass store on a flash drive and be able to add / view directly on drive without needing to import gpg key [12:57] zomaar_: ok we use it in a bit of different way. i haven't found a need to use sudo with dolphin and i've connected my network mounts with autofs [12:58] matglas: np [12:58] zomaar_: i have "places" on the left pane of dolphin where i can set my own locations (libraries?) [12:59] big world hey [12:59] , [12:59] fuck [12:59] change my font [13:00] , [13:00] :) [13:01] Hello [13:01] sup [13:01] hello all [13:01] my ubuntu boots only into read only system [13:01] can we install mysql 5.5.x on 16.x ? [13:01] ahhh [13:01] how can i fix it? [13:01] augustin6584, usb ? [13:01] augustin6584: run fsck either from the initramfs or from a live cd [13:02] ? [13:02] Haris: no [13:02] oxbffff: what do you mean? [13:02] augustin6584: actually the easiest way would be friendly-recovery, i.e. select "recovery mode" in grub [13:02] so /dev/shm is limited to a maximum of 50% of the system ram. Is there a way to change that? [13:02] hmm [13:02] augustin6584: And from that menu, select to check file systems [13:02] when I do snap list it only shows the newest version of some software even though things like filelight reports the previous version still exist as "disks" [13:02] nothing from before mysql 5.7 ? [13:02] alkisg: that doesn§ [13:03] I have 3 previous version of a software taking up about 250mb each [13:03] how can i get rid of them [13:03] alkisg: that doesnt work [13:03] augustin6584: what is the error message? [13:04] alkisg: i choose fsck, then it show all finished message and change the filesystem stat to read/write [13:04] yeah [13:04] wasutton3: /dev/shm is provided by tmpfs where 50% is the default; mount can chan change the size for tmpfs mounts; not sure about shm though [13:04] did u install on usb stick ? [13:04] Haris: no [13:04] but if i choose continue it will boot into read only again [13:04] oxbffff: no [13:05] augustin6584: is this on a laptop? [13:05] ok, that would be through official way. how about un-official way ? [13:05] TJ-: yes [13:05] augustin6584, so you installed on cd ? [13:05] augustin6584: to clarify: you can get to writeable mode from recovery? Where you can e.g. touch /hello and it will work? [13:05] augustin6584: check if it has "laptop-mode-tools" installed: "apt list -a laptop-mode-tools --installed" [13:05] ahh [13:05] it was woorking quite good then i just booted into rescue mode several times and then it stopped working [13:05] TJ-, I've tried to change it in the fstab, but theres some other limitation [13:06] augustin6584: there's a known bug due to interaction with l.m.t. and systemd that causes / to go read-only [13:06] Haris: that would be a Bad Idea™ [13:06] TJ-: right now only if i drop to root shell [13:06] in what way ? [13:06] his laptop is fucked [13:06] may aswell throw it away [13:06] Haris: in the way of running unsupported software [13:06] wasutton3: Last time I looked at that it was reading the kernel source, and the Documentation/fs/ stuff on it [13:06] I'm running Ubuntu 16.04 LTS atm, when I do uname -r it says I have kernel version 3.14.32 but the ubuntu spectre and meltdown page is talking about kernel 4.13/4.4, am I doing something wrong? [13:07] Linux oxbffff 4.4.0-31-generic #50~14.04.1-Ubuntu SMP Wed Jul 13 01:06:37 UTC 2016 i686 i686 i686 GNU/Linux [13:07] Devrim: is that all uname says? [13:07] Ben64 it says 3.14.32-xxxx-grs-ipv6-64 for uname -r [13:07] its a vm then, and you're using the kernel they have [13:07] TJ: I had to issue 'apt -f autoremove' along the way ...df -h shows /boot is only 27% used now ls -l /boot is as here: [13:07] hmm [13:08] TJ-: what should i do? [13:08] Ok Ben64 it's an OVH box, they sey they are busy patching the servers on the hardware side so I guess I will wait on them [13:08] augustin6584, smash ur laptop [13:08] kerneled_: do the --reinstall operation I recommended to ensure none of the installed kernels are broken, then a reboot should be safe [13:08] yeh install linux [13:09] augustin6584: does apt report laptop-mode-tools is installed? [13:09] Devrim: wait is it a vm? google is telling me that kernel might not be [13:09] I don't think so Ben64 [13:09] It's a dedicated server from OVH [13:09] so not shared or anything [13:09] oh then get rid of that crap and use the standard ubuntu kernel (but backup first) [13:10] TJ-: no i dont use this [13:10] Do you happen to have a guide Ben64? [13:10] TJ: you mean issue the command-string again? (ie "apt --reinstall install $( apt list 'linux-image-*' --installed 2>/dev/null | sed -rn 's,^(linux-image.*)/.*,\1,p'" )) [13:10] TJ: you mean issue the command-string again? (ie "apt --reinstall install $( apt list 'linux-image-*' --installed 2>/dev/null | sed -rn 's,^(linux-image.*)/.*,\1,p'" )) [13:10] Devrim: found this online, your results may differ https://www.kiloroot.com/switch-to-standard-ubuntu-kernel-on-ovh-or-kimsufi-servers/ [13:11] Devrim: see : https://serverfault.com/questions/786499/change-kernel-of-centos-ovh [13:11] thanks Ben64 and TJ- will take a look at it later today [13:11] kerneled_: if you've already done that you don't need it again, you're done [13:11] what distro are you running augustin6584 [13:11] augustin6584: OK, so the bug I had in mind isn't causing your read-only root-fs issue [13:12] ? [13:12] TJ-: yes it definitely different thing [13:12] augustin6584, what are you running [13:12] augustin6584: check for disk I/O errors in "dmesg" [13:12] akik: autofs gave troubles for me with samba [13:12] TJ: so at the next kernel update the oldest will be automatically removed? [13:12] ubuntu ? [13:13] ubuntu xenial [13:13] lol [13:13] akik: And I know there is places but you have to always configure everything yoruself [13:13] there are some ext4-fs errors === beaver is now known as evilnewbie [13:14] hi all [13:14] augustin6584, what you need to do is reinstall [13:14] oxbffff: please shut up [13:14] I'm trying to script "apt-get dist-upgrade" but it throws a couple f menus . . [13:14] why? [13:14] so how can i get rid of that and automate this . ? [13:14] pfft [13:15] apt-get dist-upgrade -y doen't work [13:15] xshell: --nointeractive I believe [13:15] might have a shot [13:16] zomaar_: i had to put the mount to autofs. otherwise on reboot, the network interface was shutdown before the mount was umounted [13:16] xshell: you'll get prompts if you've changed package-supplied config files, so the solution is to move those customisations if possible to other files, or temporarily switch the files to the package-supplied version in your script whilst apt runs [13:16] EXT4-fs error device sda2: ext4_journal_check_start:61: Detected aborted journal [13:16] akik: Systemd fun [13:16] augustin6584: when you're running fsck from recovery, do you just check, or also fix the errors? [13:17] EXT4-fs remounting filesystem read-only [13:17] Thanks TJ- but how can I keep the same configs/vendor version ? ? [13:17] xshell: e.g, in the easy case where a package uses run-parts, you could move custom stanzas from /etc/network/interfaces to a new file at /etc/network/interfaces.d/myconfig [13:17] is there a way to let the promots use the default option and proceed with that [13:17] zomaar_: systemd stupidity, i'd say [13:17] akik: If you put _netdev as option in fstab the mounts should get dependency on network-online.target though so that should not happen [13:17] xshell: the solution depends on which packages are affected and which files [13:17] akik: I think those words mean the same ;-) [13:18] thank you all [13:18] TJ-: actually this is default image (amazon ubuntu 16.04 image) [13:18] xshell: --nointeractive [13:18] so I'm even not sure which files are change so want to proceed with promots and using the default options [13:18] alkisg: i just hit fsck from the menu and then i get fsck from util-linux 2.27.1 [13:18] xshell: Oh can't find it myself now [13:18] Started remount root and kernel file systems [13:18] Finished please press enter [13:19] augustin6584: read below, does it say "corrected" or does it say " found errors" [13:19] google no help ? [13:19] xshell: then you should be able to do "apt-get --yes --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade " [13:19] alkisg: no, there isnt anything else [13:19] Wait that is a flag of dpkg-reconfigure [13:20] Linux oxbffff 4.4.0-31-generic #50~14.04.1-Ubuntu SMP Wed Jul 13 01:06:37 UTC 2016 i686 i686 i686 GNU/Linux [13:20] I knew that one too [13:20] does firefox keep data ? [13:21] lol [13:21] fuck this [13:21] augustin6584: reboot, go to recovery, select root shell WITHOUT selecting fsck first [13:21] i just download movies [13:21] augustin6584: then, run: fsck -f /dev/sda1; reboot [13:21] !language | oxbffff [13:21] oxbffff: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [13:22] augustin6584: and see if it fixes errors and if it boots [13:22] TJ-: it still throws the prompt :) [13:22] ubottu, ok sorry mate [13:22] oxbffff: I am only a bot, please don't think I'm intelligent :) [13:22] xshell: which package ? [13:23] apt-get dist-upgrade TJ- [13:23] alkisg: it asked if i want remove dirty bit so i did and now reboot [13:24] Hi there, I have vps where the kernel is mounted by my provider. I am not able to find out where the kernel is configured. Or what the file is that is used. I need to install my own kernel as they have installed a kernel that is to high and not matching with my distro version [13:24] mounted. [13:24] ? [13:24] xshell: but *which* package is asking the questions? [13:24] augustin6584: I'm afraid you put the wrong device there. You have windows and sda1 is your windows and sda2 your ubuntu? Put sda2 then. [13:24] wtf u on about augustin6584 ? [13:24] alkisg: but it looks like the sda2 is corrupted somehow [13:24] yes [13:24] sda1 is just /boot [13:25] sda2 is / [13:25] but i cant fsck sda2 while it is mounted [13:25] / [13:25] matglas: There is kexec but otherwise you would have to contact your provider? [13:25] is ur whole partiton === DrWatson_ is now known as DrWatson [13:25] TJ-: there were two packges, let me run that again . . [13:26] sorry it totally skipped my mind . . [13:26] matglas: generally, a more recent kernel is not an issue. A different config, however, can be. [13:26] ? [13:26] help [13:26] matglas: does your VPS provider not publish the kernel source and config ? Maybe make a support request for it? [13:26] augustin6584: when you are in the recovery console, it's mounted read-only, so you can fsck it [13:26] Difference is that it runs 4.14 but the my distro version is working with the 3 range [13:27] augustin6584: follow again my previous instructions, just put the correct device there [13:27] i try to host a game server [13:27] zomaar_, I will but thought maybe I could fix it quickly. [13:27] I have a binary under /usr/lib/mydocument/mybinary. How can I create a shortcut on Desktop so that someone can double click on it to run the binary? I right click on the binary, but the "makelink" option is disabled. I tried ln -s /usr/lib/myfolder/mybinary /home/x/Desktop/shortlink, but it is not runnable [13:27] matglas: is the /proc/config.gz node not provided ? [13:28] /exec -o [13:28] matglas: Your only chance is to chain-boot a different kernel but you make it appear as if there is never a boot menu [13:28] Yes I looked into that file. [13:29] yeh [13:29] boot something [13:30] dsai: ls /usr/share/applications ==> see what .desktop files are, copy one, adjust it to your needs, put it to your desktop, and chmod +x it [13:30] alkisg: /dev/sda2 is mounted [13:30] -ls -a [13:30] ls -a ? [13:30] alkisg: e2fsck: cannot continue aborting. [13:30] augustin6584: yes, in read only mode, and so you can fsck it [13:30] augustin6584: did you select "root shell" directly? [13:30] yes i did [13:31] this is what i get from read only mode [13:31] after i run fsck -f [13:31] well [13:31] i just umounted it [13:31] WARNING!!! The filesystem is mounted. If you continue you ***WILL*** [13:31] cause ***SEVERE*** filesystem damage. [13:31] TJ-: it also shows the following msg at the end of the execution. "W: mdadm: /etc/mdadm/mdadm.conf defines no arrays." [13:31] W: --force-yes is deprecated, use one of the options starting with --allow instead. [13:31] and does check for errors now [13:32] augustin6584: eh, you can't unmount it, you need the programs for that. Now you may break it [13:32] not sure if it worked or should I go for some other option (and not --force-yes) [13:32] xshell: the mdadm warning sounds like a result if an update-initramfs run [13:32] augustin6584: fsck from that point works fine here. If you think you're doing it correctly and it doesn't work, use a live cd [13:33] TJ-: so I'm assuming that it worked (as kernel got updated) so just thinking if I've to change --force-yes [13:33] xshell: ahh, for the --force-yes check the man page for your version [13:33] hmm man [13:33] xshell: sounds like it, yes, the actual config prompts are done by dpkg not apt, and you're passing options to dpkg to control that [13:34] help me [13:34] how to host servers for games [13:34] TJ-: yes there are there option (for replacing --force-yes) --allow-downgrades, --allow-remove-essential, --allow-change-held-packages [13:34] alkisg: it worked [13:34] Nice [13:34] how?? to host games server [13:34] please [13:34] dragosdrgm12, can you be more specific? [13:35] i make gta server and i don't know how to host from ubuntu [13:35] TJ-: sorry, I'm more of a CentOS guy and never faced such issues there in upgrade system (automatically via chef) . . [13:35] can you help me [13:35] ? [13:36] please? [13:36] dragosdrgm12, well its kind of a general question. Like what would be a good computer to buy [13:36] dragosdrgm12: each time you visit the channel you ask questions which are not Ubuntu support matters. The specifics of hosting some non-Ubuntu software is not something we can support. [13:36] xshell: let me look, those don't really sound like true replacements do they [13:36] dragosdrgm12, maybe you could give some context. [13:37] make things more specific [13:37] TJ-: yes they don't seem to be [13:37] xshell: actually, try it without --force-yes, it may not be necessary! [13:38] xshell: seeing as the conf activity is done by dpkg and you've passed it the required options [13:39] hello [13:39] TJ-: let me try without --force-yes [13:39] and also I've to export the non-interactive using something like "export DEBIAN_FRONTEND=noninteractive" [13:40] before the commands, only than they run non-interactively [13:40] xshell: in case you're unaware, 'dpkg' handles just Debian PacKaGes, whereas 'apt' Advanced Packaging Tool deals with maintaining lists of packages from archives and fetching them, and managing inter-package dependencies [13:41] Good morning guys [13:41] TJ-: it worked without --force-yes . . [13:41] :) [13:42] i try "sudo apt-get dist-upgrade -y" and i have some errors "grub2 install" error it's not a directory" any help fix it? [13:42] slipttees: put all of the upgrade process including the errors to pastebin [13:43] alkisg: okay bro [13:43] hi all, after just running the full updates for meltdown on my 16.04 machine a simply 'vagrant up' now freezes the entire computer. I haven't tried running another kernel yet but is anyone aware of any issues like this? [13:43] TJ-: woudl request if you can explain this command for me:) "Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"" [13:43] just thinking what it does [13:45] paste: pastebin.ubuntu.com/26366223/ [13:46] slipttees: what's the output of this command? sudo LANG=en_US.UTF-8 LANGUAGE=en update-grub [13:47] xshell: apt uses those options to control the options to underlying calls to the 'dpkg' tool - see "man 4 apt.conf" and search for "dpkg" [13:48] alkisg: output Generation grub configuration file... grub-probe: error: not a directory [13:48] xshell: "force-confdef" = "force config default" "force-confold" = "force old (existing) config [13:48] slipttees: again, use pastebin [13:48] xshell: "man 5 apt.conf" even! [13:48] alkisg: thats all output [13:48] slipttees: also include this: ls -lhaR /boot | nc termbin.com 9999 [13:49] alkisg: termbin.com/1xpp [13:50] alkisg: I think we're going to see a lot of slipttees issue with this rapid PTI-indiced kernel upgrades due to /boot/ running out of space [13:51] TJ-: you think this is an "out of space" issue? It doesn't seem so... slipttees, what's the output of `df -h | nc termbin.com 9999` ? [13:52] alkisg: not this one in particular, but I wouldn't be surprised, but already seen several due to the PTI releases :) [13:53] alkisg: termbin.com/ppj0 [13:53] alkisg: I've switched initramfs-tools to MODULES=dep rather the =most to keep the initrd.img sizes under control [13:53] alkisg: clean install here [13:53] TJ-: you can also remove plymouth and a few others if you want to make it really small :) [13:54] slipttees: sudo LANG=en_US.UTF-8 LANGUAGE=en strace -e trace=file update-grub 2>&1 | nc termbin.com 9999 [13:54] alkisg: plymouth-splash but not plymouth [13:55] TJ-: it's been a long time, but I believe i did remove plymouth and all the related font dependencies [13:55] what does the output of systemctl status mean? [13:55] for CPU and Memory? is that the total amount of memory it's currently consuming? [13:55] or a tally? [13:55] TJ-: there's a FRAMEBUFFER=y that needs to be removed somewhere in the initramfs-hooks or scripts... [13:55] alkisg: plymouth is hooked into all input during initrd processing now [13:55] TJ-: I tried that on 16.04, I don't know about newer releases [13:56] alkisg: the main issue I was dealing with was no need to have almost every kernel module copied into the initrd, only the ones required to boot [13:57] alkisg: http://termbin.com/7blf [13:57] TJ-: I was trying to boot with as little ram as possible. The default needed 160 mb ram, I think I got it down to 48... [13:57] :) [13:57] alkisg: ahhh, the good old days! [13:58] Thin clients can run well with e.g. 128 mb ram, but the default initramfs doesn't fit there :D [13:58] I got xorg running with less than 20 MB RAM in use [13:58] slipttees: sudo LANG=en_US.UTF-8 LANGUAGE=en strace -fe trace=file update-grub 2>&1 | nc termbin.com 9999 === SimonNL is now known as SimonNL_Afk [13:58] I added an "f" there [14:00] alkisg: http://termbin.com/ymr7 [14:00] alkisg: i see 'f' [14:01] slipttees: eh, that was too long and termbin truncated it [14:01] Another one: [14:01] slipttees: sudo LANG=en_US.UTF-8 LANGUAGE=en strace -fe trace=file update-grub 2>&1 | tail -n 200 | nc termbin.com 9999 [14:01] alkisg: if for translation purposes, I personally use "LC_ALL=C" since it's shorter to type :o [14:01] alkisg: It looks like /etc/grub.d/00_header::check_writable() is failing [14:02] alkisg: http://termbin.com/qgv5 [14:02] hateball: non utf8 locales sometimes break sripts [14:02] *scripts [14:02] LFENCE or not? [14:02] Should I defend against spectre variant 1 will LFENCE? [14:03] so I have setup my JAVA_HOME and java -version command is giving me openjdk version. But javac command us not working [14:03] slipttees: sudo LANG=en_US.UTF-8 LANGUAGE=en lsblk --fs | nc termbin.com 9999 [14:03] should I defend against spectre variant 2 with retpoline? [14:03] I also did update-alternatives --config java and the path it gives me that is what i have setup in my JAVA_HOME [14:04] TJ-: it seems to me that it's searching for sda5 which doesn't exist [14:04] alkisg: http://termbin.com/uar9 [14:04] still javac -version command is not running [14:04] alkisg: sda5 exists, "access("/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5/uevent", F_OK) = 0" [14:06] please someone address my problem [14:07] slipttees: does this help? sudo dpkg-reconfigure grub-pc [14:07] alkisg: package is broken === evilnewbie is now known as beaver [14:08] alkisg: --configure -a same problem [14:08] slipttees: cat /var/log/apt/history.log | nc termbin.com 9999 [14:11] alkisg: how about adding verbose logging to grub-probe calls, using "sed -ri 's/(grub[-_]probe)/\1 -v/' /etc/grub.d/00_header" ? [14:12] * alkisg was thinking to put a set -x on top of it... [14:12] alkisg: it looks like a probing issue, but set -x will help too, although may need one in /usr/lb/grub/grub-mkconfig_lib, too [14:13] alkisg: I was doing just this yesterday :D [14:13] TJ-: haha, feel free to pick this up too :D [14:13] TJ-, zomaar_: I am back. http://pastebin.centos.org/492391/ shows the output of ifup -va. [14:13] alkisg: actually.. Huskies just called, I have to go run them into the ground :) [14:13] alkisg: http://termbin.com/c8c2 [14:14] Line 25 is when it barks. br0 existed and someone else wanted to create it again? [14:14] raub: did you remove the br0 before running that? [14:14] slipttees: did you say this is a fresh install? [14:15] TJ-, huskies ? [14:15] zomaar_: I think the solution is what you suggested: blow br0 and recreate it. But I just want to know who did it [14:15] TJ-: Oops. Not yet. I was hoping it would fail gracefully. Lemme blow it up [14:16] raub: with br0 removed ifup -a should be OK, so if it fails on boot it suggests *something else* is creating br0 first (looking at you, systemd :p) [14:17] alkisg: yes [14:17] alkisg: my brother maybe use it... i have password [14:17] slipttees: I don't have much time, do you mind if we do that over screen sharing with vnc? === dw_ is now known as Guest5668 [14:18] (or if someone else can continue with this...) [14:19] alkisg: teamviewerw [14:19] slipttees: no need, sudo apt --yes install x11vnc; x11vnc -connect srv1-dide.ioa.sch.gr [14:21] alkisg: ok [14:22] assume i made a mistake configuring /etc/default/keyboard. what log would that show up in? === bcowan_ is now known as bcowan [14:24] Hello, I'm trying to find out if someone has been able to install Ubuntu on recent Macbooks that have keyboard @ trackpads hooked to SPI [14:24] when starting the installl, both are inactive and the installation is impossible [14:25] !mac | Caribou maybe you can find something here? [14:25] Caribou maybe you can find something here?: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [14:26] EriC^^: thanks, I'll look at this [14:27] TJ-, zomaar_: Here is me deleting it and then bringing it back up: http://pastebin.centos.org/492396/ [14:28] Caribou: no problem [14:28] Is it me or in line 12 the ifdown deleted br0? [14:29] alkisg: how fix it? [14:29] raub: aha! You seem to have the ubuntu/canonical 'fan' installed [14:29] What is it? Sounds like fan controller thingie? [14:30] I used something else in centos [14:30] raub: It's a Caonical designed fan-out network structure [14:30] Oh [14:30] I don't need it. Don't know how it got installed. [14:31] slipttees: I haven't fixed it, grub-probe still fails, I only hide it for a while for apt to work [14:31] But, I see that could be the bad guy here [14:31] raub: But, it looks like that system has /etc/network/if-uo.d/ubuntu-fan script installed but not the binary /usr/sbin/fanctl [14:31] raub: hang on, let me check which package provide those [14:32] raub: right, both are installed by "ubuntu-fan" but it seems you've removed/damaged /usr/sbin/fanctl. Check if it exists and is executable [14:33] raub: failing that "sudo apt --reinstall install ubuntu-fan" [14:33] TJ-: dpkg -s /etc/network/if-up.d/ubuntu-fan does not like me [14:34] Ah, wrong S: ubuntu-fan: /etc/network/if-up.d/ubuntu-fan [14:34] slipttees, TJ-, everyone: so, the problem is that `grub-probe --target=fs /boot/grub` returns "error: not a directory", even after reinstalling grub, or even if trying with / instead of /boot/grub [14:35] TJ-: You type faster than me ;) [14:35] slipttees: hm, although, with /home, it works; it sounds like something's wrong with your / [14:35] alkisg: is /boot/ a separate FS? [14:35] No, just / and /home [14:36] ...and swap [14:36] alkisg: is there an ACL set on /boot/grub/ [14:36] alkisg: assuming /boot/grub/ is generally readable/writeable ? [14:36] TJ-, zomaar_: much happier now. So ubuntu-fan was the guilty party [14:36] TJ-: it fails with any dir under /, e.g. /tmp [14:36] raub: indeed, the verbose logging is a life-saver sometimes [14:37] TJ-: e.g. mkdir /test; grub-probe --target=fs /test => fails [14:37] alkisg: so broken file-system metadata... did someone "dd of=/dev/sda5 ..." by mistake I wonder [14:37] I do agree. And as a bit of a snide, that is one thing I do wish at time windows had [14:37] slipttees: do you have a live cd to boot from, and fsck your /? [14:38] alkisg: yes. [14:38] raub: it was a big reason for me dropping Windows entirely in 2004, that plus no access to source to be able to fix bugs [14:39] alkisg: wrong install? [14:39] alkisg: anything in dmseg / kern.log ? [14:40] alkisg: if the FS mounted without issue and kernel doesn't show I/O errors something overwrote the FS metadata/superblocks at some point, it would seem [14:41] TJ-: I wish I could do that at my current work, but they sure like Windows. At least I can run Linux here and there [14:41] I wonder if I need to restar all the guests and/or libvirt [14:42] TJ-: nothing that I can see. termbin.com/srpo [14:42] raub: not sure on that one. Were they using br0 ? I didn't see any other virtual eth devices attached [14:42] slipttees: I think you should use the live cd :/ [14:42] TJ-: Yep [14:43] alkisg: yes... now [14:43] let me first see what systemctl tells me [14:43] alkisg: possibly kill-inducing test: "mount -o remount,rw /" - does it choke on that? [14:43] He restarted [14:43] alkisg: fsck /? [14:44] slipttees: from the live cd you would start with sudo fsck /dev/sda5 [14:44] fsck -f /dev/sda5 [14:44] alkisg: okay man [14:44] alkisg: what's with the 4 zram nodes being created? [14:45] raub: I think there was a recent fix for that [14:45] raub: note ubuntu-fan is a way to get more networks [14:45] raub: FYI https://wiki.ubuntu.com/FanNetworking [14:46] seems related enough that it could be https://bugs.launchpad.net/juju/+bug/1737640 [14:46] Launchpad bug 1737640 in ubuntu-fan (Ubuntu Bionic) "[SRU] /usr/sbin/fanctl: arithmetic expression: expecting primary | unconfigured interfaces cause ifup failures" [Undecided,In progress] [14:46] alkisg: /dev/sda5 clean, 220664/1831424 files, 1915337/7323904 blocks [14:46] while you are not running into the same error it could be something similar to e.g. let the hook fail after the remove [14:47] alkisg: good look :) [14:47] raub: if you don't mind I'd ask you to report your case at https://bugs.launchpad.net/ubuntu/+source/ubuntu-fan/+filebug [14:48] Is it possible to check if cut command is insatlled without calling it ? [14:48] Which package is it ? [14:48] coreutils ? [14:48] How to check if this package is intstalled on system ? [14:48] well - looking more in detail at your error message it almost seems it really didn't find the binary [14:49] which is a script actually, but well [14:49] V7: coreutils is installed on all Ubuntu systems [14:49] Yes, but how to check ? [14:50] alkisg: maybe reinstall solve [14:50] slipttees: good idea, also tell ubuntu to format the whole disk so that it fixes any partition issues [14:50] alkisg: yes [14:51] raub: oh I see how that happened [14:51] I'll file a bug for you [14:52] V7: for ubuntu, you could check if cut exists at /usr/bin/cut, but if you want to see if cut exists at anywhere in the $PATH, see http://mywiki.wooledge.org/BashFAQ/081 [14:53] V7: also #bash and http://mywiki.wooledge.org/BashFAQ are great resources for bash scripting, which is what I assume you're doing. [14:54] )) Thank you Pici [14:57] raub: filed bug 1742712 [14:57] bug 1742712 in ubuntu-fan (Ubuntu) "package removal leave scripts that fail lacking the binaries" [Undecided,New] https://launchpad.net/bugs/1742712 [14:58] How to check which command, i.e. kill uses which package ? [14:58] I.e. ls or cut, cat are from coreutils, but what about kill or ifconfig ? [14:58] kill is a shell builtin [14:59] geirha: So how then check if kill command exists ? [14:59] V7: dpkg -S $(which cut) or if you don't have the package installed look at apt-file (you'll need to install it from the repos) [14:59] V7: As it's a builtin, it will always exist [15:00] geirha: you're 1000% sure that it always exist ? [15:00] actually kill is procps [15:01] V7: no, I'm 100% sure. The other 0.001% is when the user is doing something extremely weird, like disabling the kill builtin. There's no point in guarding against such actions though [15:01] hggdh: yes, there's also an external kill command [15:01] geirha: So in case of this point it's should be checked [15:01] Isn't it ? [15:01] V7: Use the type command at the start of your script, with a list of all the commands your script requires. E.g. type curl jq recode >/dev/null || exit [15:02] V7: Well, if someone has gone to the extreme length of disabling a builtin, they might have disabled the builtins you need to check if kill exists too ... you can't win that fight, and there's no point in being that thorough [15:03] )) [15:03] Thank you geirha very much [15:03] but if it makes you feel better, you can add it to your list of commands for the type builtin to check [15:03] very much geirha * [15:04] There's also not much point in checking the existance of standard commands like cut and cat; I generally only check for the non-standard commands my script requires === nat is now known as Guest63832 === Guest63832 is now known as Natkeeran [15:07] (if standard commands like cut and cat are missing, your script is far from the only script that will fail horribly) [15:15] raub: The deleting was just a quick thing that would be it, as I had something weird like that once [15:15] raub: But I'm glad you got it sorted [15:15] *could [15:17] getting lightdm 1.18.3 crash due to SIGHUP issue, want to update to 1.19. can someone tell me how? [15:18] comment connaitre les ports ouvert sur ubuntu [15:19] xpoliceman: pas de français ici, nous parlons anglais. [15:21] je ne parle pas bien l'anglais car suis coloniser par la france === sgautam is now known as GautamS [15:21] !fr | xpoliceman [15:21] xpoliceman: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [15:24] xpoliceman: sudo netstat -tlp [15:24] ok thank you. [15:24] hi installed the new patch for the kpti and now my ubuntu install freezes sometimes with the harddrive working sometimes not. I'm running minergate and a ip cam and this chat... i'm thinking i've reached the crusp of my performance? [15:25] it's not a mission critical install of ubuntu. i could download a fresh usb media of ubuntu and reinstall? [15:27] !kpti [15:27] Meltdown is a security issue with (primarily) Intel processors. It's mitigated by kernel patches named KPTI. Ubuntu released them in security updates for 14.04, 16.04, and 17.10. 17.04 will not receive this update. 18.04 will ship with kernel 4.15, which is patched already. 16.04 has updates for Linux 4.4 (release) and 4.13 (HWE), installs with 4.10 should upgrade to 4.13. See also !spectre, !nopti === sgautam is now known as GautamS [15:27] !nopti [15:27] KPTI is a mitigation for the !Meltdown security issue. With some workloads on some processors, KPTI has a significant performance impact. KPTI can be disabled by adding "nopti" to the GRUB_CMDLINE_LINUX_DEFAULT line in /etc/default/grub. This should only be done if absolutely necessary because it will disable protections against Meltdown and thus allow any malicious user process to read memory and probably escalate to root. [15:28] <`ajven> Hello, its possible to install ubuntu without preinstalled DE, office package and rest usless software ? [15:28] that's probably it "significant performance issues [15:28] `ajven: ubuntu-server [15:28] i'm using a platter hard drive too === pavlushka_ is now known as pavlushka [15:28] !netinstall | `ajven [15:28] `ajven: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [15:30] coffeeguy: I would doubt it, there is probably a real issue, better revert back [15:30] ok [15:30] coffeeguy: Or try that nopti flag first [15:31] <`ajven> beaver, thank you for link, i see netinstall but if i will install DE using meta package like i dont know cinnamon it wont install me tons of useless depedencies like openoffice ? [15:31] coffeeguy: by significant they don't mean something more than 15% at max [15:32] i was probably running system resources pretty high to begin with so i think 15% would make a diff. mining alt coin [15:32] coffeeguy: And only if you do something explicitly kernel-heavy [15:32] `ajven: exactly [15:33] <`ajven> beaver, thank you very much [15:33] it's no biggy to reinstall, just want to know if the download page has the patched current version [15:34] `ajven: http://termbin.com/jou8 [15:34] `ajven: rdepends of cinnamon-desktop-environment [15:35] <`ajven> zomaar, damn a lot of usless pacakges also :/ [15:35] <`ajven> so best way is to install cinnamon core [15:37] `ajven: I guess and cinnamon [15:37] Oh that's already in it === SimonNL_Afk is now known as SimonNL === SimonNL is now known as SimonNL_Afk === edmz_ is now known as edmz [15:51] coffeeguy: Don't have the answer to that, but you can also revert to a previous patch, also if you install fresh [15:58] HI [15:58] I am new to IRC [15:58] welcome [15:59] I have a gforce 9500 I want to use the nvidia driver,but in the past the instillation would trash my system,, I have searched the Internet,but I keep coming up short.. Would anyone have any suggestions? [15:59] anyone willing to guide me for artificial intelligence [16:00] ? [16:02] gregl, sudo ubuntu-drivers list, this should show the correct avialble drivers for your gpu [16:03] available even [16:05] BluesKaj, Yeah, I have done that,but every time I try to install it boots to a black screen and as you know it's very hard to recover from that.. !6.04 works fine,but not 17.10... I run xorg not waylan so I think it should work.. [16:06] !nomodeset | gregl [16:06] gregl: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [16:07] Thanks for that.. I will check it out [16:09] hello all, I'm installing server 13.04 on a machine, and the ehternet drivers are not installed/detected so I cannot configure network during install. I was able to download a tarball with the drivers, but I can't install because 'make' is not installed [16:10] how can I install make without apt-get being available? === toast is now known as Guest28605 [16:10] esch, You can download the .deb file and use dpkg -i [16:11] electricmilk: will I need to worry about dependancies? or will the .deb file be enough? [16:11] esch, 13.04 is not supported anymore [16:11] bonjour j'ai un souci je n'arrive pas installe JDK sur Netbeans pour les developpements android que dois je faire merci d'avance [16:12] !fr | xpoliceman [16:12] xpoliceman: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [16:12] esch, It will tell you what dependencies are missing. I really don't know though [16:13] kostkon: yeah I know, I'm using the machine for ROS, the package I'm using and ultimately the ROS installation supports 13.04 [16:13] electricmilk: gotcha, thanks [16:15] Can someone help me, my disk space is shrinking rapidly [16:15] I went from a couple of gigs to 648 mb [16:15] in a couple of minututes [16:15] my log file is getting bigger and bigger [16:15] hm actually I wonder if I should try installing the nonfree firmware .deb first [16:15] alkisg: Back... install again [16:15] 30 gb is rigt now [16:16] 30 gb is rigt now === nicolo is now known as Guest71776 [16:20] i have a laptop with windows installed on a UEFI installation and the drive is sda. I want to make an image of this one so I can restore it if I change my mind. Is it enough to do "dd if=/dev/sda of=/media/save/sda_disk.iso" ? [16:21] Jan 10 11:13:25 bogdan-X541UAK kernel: [ 66.336429] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID) [16:22] my log file is keep getting bigger and bigger [16:22] 19gb [16:27] what grep comand does ? [16:27] http://pix.toile-libre.org/?img=1515688008.png [16:27] grep -r GMW_Form_Init * this is used for search in folder? [16:27] Neo4: grep finds text for you [16:27] what there star means? [16:28] * [16:28] grep text * ??? [16:28] Neo4: * is for all files === nicolo is now known as Guest67752 [16:28] Neo4: -r is for recursive so it goes through all the sub dirs too [16:28] in all files where exists that phrase [16:28] understood [16:28] Neo4: http://www.dummies.com/computers/operating-systems/linux/common-linux-commands/ [16:29] grep [options] pattern [filesname] [16:30] option -4 pater is text and filesname is * [16:30] and pater can be regular expression? [16:30] Neo4: https://www.cyberciti.biz/faq/howto-use-grep-command-in-linux-unix/ [16:31] grep -r /d{3} * it should be find 3 digits near [16:32] this nice http://www.robelle.com/smugbook/regexpr.html [16:33] I know regular expression well [16:33] Neo4: perhaps you want to read `man grep`. [16:33] in general this 'grep' is used for fast seek files [16:35] got this weird error on last reboot [16:35] https://photos.app.goo.gl/wmc1ebS8XoCYxVhH3 [16:35] alkisg: Hi bro? [16:37] says bug. softlockup of cpu2. === SimonNL_Afk is now known as SimonNL [16:37] stephen101: probably CPU is broken ) [16:38] when i tried to get terminal ctrl alt f3 same error continued, had to force the power button [16:38] its working in top atm...? [16:38] btw i dont have cpu2 [16:39] Tasks: 195 total, 3 running, 192 sleeping, 0 stopped, 0 zombie [16:39] %Cpu0 : 6.7 us, 2.3 sy, 0.0 ni, 90.6 id, 0.0 wa, 0.0 hi, 0.3 si, 0.0 st [16:39] %Cpu1 : 7.3 us, 1.4 sy, 0.0 ni, 88.9 id, 1.7 wa, 0.0 hi, 0.7 si, 0.0 st [16:40] stephen101: grep -c '^processor' /proc/cpuinfo [16:41] nothin on that command === jpe_ is now known as jpe [16:44] https://paste.ubuntu.com/26366917/ [16:45] https://paste.ubuntu.com/26366921/ === xs2` is now known as xs2 [16:52] alkisg: clean install and now works without problem :-) [16:52] alkisg: change partition scheme [16:54] Im not sure why but i cannot login to any user.. The screen just goes black and askes for the password again.. Any ideas on how to resolve this? [16:54] alkisg: thx for u time bro... === Fuchs is now known as blue-squirrel [16:58] i had same exact issue other day. i had to open terminal and do distro update. [16:58] whitebeast, have you tried the recovery kernel in grub, then using the "repair' option in the dialog? [16:59] and following remove nvidia driver and reinstall. came after some system updates from ubuntu. [16:59] How do i get to the options? My system boots quickly [17:00] clt alt f3 gets you to command === jthomas is now known as TheDracle [17:00] Is 16.04 still lts? [17:00] yep [17:01] think mine updated to 16.04.1 [17:01] i'm on 16.04.3 [17:01] esch: did you have your solution? [17:02] whitebeast, hold the left shiftkey down to see the grub bootloader right after the POST page [17:02] zomaar: was able to get make installed by redoing the installation and selecting packages manually, now I'm working on getting the driver installed [17:03] got to the point where I am trying to load the module with modprobe, it loads but still no ethernet interface [17:03] anyway too many cooks ...bbl [17:03] following their readme https://downloadmirror.intel.com/15817/eng/readme.txt [17:03] Thanks you guys === daniel is now known as Guest62472 === blue-squirrel is now known as Fuchs [17:05] where it says to run 'modprobe [parameter=port1_value]' I am assuming that the command ends up being 'modprobe e1000e' but how do I specify the port as eth0? [17:05] I tried parameter=eth0 but it didn't work [17:06] esch: they're set in /etc/modprobe.d [17:07] By mistake while being in su (root) mode in /root/etc/ I issued the command rmdir * [17:07] so load module via modprobe then go to /etc/modprobe.d and set? [17:07] esch: e.g. create e1000e.conf and put in there "options e10001 ..." [17:07] ah [17:07] esch: when the module is loaded, it'll get the options from that file [17:07] stephen101: will the system reboot into an older kernel so you can capture logs? [17:08] oh I see, I wonder why their readme doesn't have me make a conf first [17:08] thanks akik === gms is now known as Guest14799 [17:09] Help! By mistake while being in su (root) mode in /root/etc/ I issued the command rmdir *. and some folders got deleted. what to do? [17:10] anyone have any ideas how to fix screen tearing? happens randomly mainly when i open files in gedit [17:10] https://photos.app.goo.gl/yNIR0fw8sBfP9kQM2 [17:10] the photo ss shows the issue. [17:11] qwip: "rmdir" only works on empty directories [17:12] TJ-, sure? i think I deletes the folder if it does not contain any folder [17:12] not sure though [17:13] ahh, thanks for reminding me. so I am safe. TJ- === mg55` is now known as mg55 [17:14] esch: the format for options is "options e1000e =[,[,]] [17:16] esch: e.g: "options e1000e InterruptThrottleRate=16000,16000" [17:17] TJ-: yeah I saw that example in the readme, but I'm still unclear on how to set the interface.. I don't that "option" name listed [17:17] sorry if I'm being a bit dense I'm just not familiar with this [17:18] esch: you don't have to specify paramters, those are if you need to alter the default values (for tuning performance) === rud0lf is now known as test === test is now known as rud0lf [17:19] TJ-: sure that makes sense, but when I try and load the module using 'modprobe e1000e' it does not "create" an interface [17:19] esch: what does "dmesg" show? [17:19] BluesKaj, Earlier you helped me out with a nvidia driver problem... With the info you provided I can report success.. Thanks for your time.. [17:20] hey there - running ubuntu 16.04 mate, trying to make a SMB share that's available to 'everyone' and 'anonymous logon' to a specific location like "\\fog\deployment\images\windows\Win7\pro\" -- does anyone have a good place to start? [17:20] gregl, np :-) [17:20] !cookie BluesKaj [17:20] * TJ- pokes ubottu [17:21] Hey TJ- :-) [17:21] TJ-: not currently on that machine and there's no network access so I can't copy/paste anywhere. eth0 does show up, but there are errors [17:21] sec I'll just take a picture and upload [17:21] !samba | shazbotmcnasty [17:21] shazbotmcnasty: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/lts/serverguide/samba.html [17:22] smb share transfers are slow between windows and ubuntu [17:22] unsecure ftp if sharing only inside your network has faster transfers [17:23] ftp can be mounted just as easy as smb within windows [17:23] TJ-: https://i.imgur.com/RwXIVI5.jpg [17:24] stephen101: so it wouldn't make much sense to have windows deployment images being shared from a linux machine? That's what my intention is. [17:25] I can put them on a windows server - i would just prefer my pxe server and my windows deployement server to be the same machine. [17:26] idk i didnt have much luck using smb, it was slow. [17:27] i think maxed speed was like around 2mbs [17:27] Hey all :) [17:28] So tput is from ncurses package, but I might don't have this one, but why then tput exists ? [17:30] stephen101: samba can do faster than that. i'm currently transferring at 7 MiB/s over wireless [17:30] V7: what? [17:30] V7: package name is ncurses-bin [17:31] i was also using cat5 both machines [17:31] ftp went to around 25mbs [17:32] TJ-: After a reporting the bug report on Gnome, they pointed the finger at Dash. I installed vanilla gnome and didn't have the issue (gnome crash when only monitor is disconnected https://bugzilla.gnome.org/show_bug.cgi?id=792428) [17:32] Gnome bug 792428 in general "Gnome crash on disconnection of only monitor" [Normal,Resolved: notgnome] [17:32] oh [17:33] brainwash: How to check which command for which packet ? [17:33] package * [17:33] stephen101: do you mean megabits per second? [17:33] yes MiB/s [17:33] V7: dpkg -S tput [17:33] stephen101: that's mibibytes per second [17:33] Why mEgabytes are MiBs ? [17:34] V7: not on topic for this channel, feel free to google it. [17:34] Thank you very much brainwash [17:34] Roger that nicomachus, sorry [17:35] the transfer speed smb v. ftp from ubuntu to my windows 10 machine was like night and day [17:36] Is there any way to ungroup windows in the dock in 17.10? [17:37] Or a replacement dock that you can do that in? [17:40] esch: seems pretty clear: you've specified something called 'parameter' as a parameter but there is no parameter called 'parameter' ! [17:40] TJ-: yeah was just unclear when I was trying to follow the readme, I've done modprobe -r e1000e but it doesn't get rid of that stuff [17:41] I've never used modprobe before so I'm sort of blind here [17:41] esch: you've got some bad entries in the config file you're created [17:41] where would this config file be? [17:42] it's not in modprobe.d [17:42] esch: didn't you create a file containing the options - I thought that was what you were doing === SimonNL is now known as SimonNL_Afk [17:43] no, it was suggested and I went to do that but there's nothing about doing a config file on their readme, so again I'm blind and sort of guessing [17:44] TJ-: when I installed the ethernet hardware did not work so I had to compile/install them, and am getting stuck at loading the module and getting it to work [17:44] installed meaning initial operating system install [17:45] esch: did you edit /etc/modprobe.conf adding the entries they show under "Configuring the Driver on Different Distributions"? Because your photo shows errors that indicate it is finding those 2 'alias' and 1 'options' line [17:45] there is no /etc/modprobe.conf [17:46] esch: search with "sudo grep -n 'alias eth0' /etc/" [17:47] TJ-: grep doesn't like that, returns /etc/ is a directory [17:48] TJ-: i told him to use /etc/modprobe.d/e1000e.conf [17:48] akik: I did create that file and added alias eth0 e1000e but it generated an error and didn't do anything, and is probably what is causing some errors [17:49] esch: the syntax needs to be correct for it to work [17:49] i imagine so [17:50] anyoen able to run VB on 4.14 Kernel? I'm having this error https://pastebin.com/gx7MZ2pj [17:50] esch: sorry, should be -rn not -n ! [17:50] TJ-: no worries, that query returns nothing [17:51] or is that removing the entries [17:51] (sorry I'm clearly not as competent as I thought I was... heh) [17:51] esch: did you create a file or not? you just told akik you did, but a few moments ago you told me you didn't [17:51] I would just man grep but man is not installed [17:51] TJ-: i did but since it didn't work i removed it [17:52] sorry for being unclear [17:52] esch: OK, so those messages in the kernel log are from previous bad configs [17:52] aah [17:52] esch: "lsmod | grep e1000e" [17:54] should I expect something to return there [17:54] soee_: there's an existing bug on it: https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1639310 [17:54] Launchpad bug 1639310 in virtualbox (Ubuntu) "Failed to start LSB: VirtualBox Linux Kernel Module" [Undecided,Invalid] [17:54] esch: and why is the kernel version 3.8? That's not been supported in a long time [17:54] esch: if the module is loaded, yes [17:54] esch: if nothing was returned do "sudo modprobe e1000e" and then re-run the "lsmod | grep e1000e" [17:55] lotuspsychje: thanks, i just added myself as affecte [17:55] soee_: did you check dmesg also? [17:58] soee_: wich ubuntu are you on? [17:58] lotuspsychje: 16.04 (Neon) [17:59] btw (not VB related), is this error in dmesg any important: https://pastebin.com/0mBXQbhP ? [17:59] soee_: how did you install kernel? [18:00] lotuspsychje: kernel is downloaded from mainline [18:00] soee_: did you try VB on previous kernels? [18:01] lotuspsychje: not yet, maybe ill try on 4.13 [18:01] !info linux-image-generic xenial | soee_ [18:01] soee_: linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.4.0.109.114 (xenial), package size 2 kB, installed size 13 kB [18:01] TJ-: I know, the intended use for this machine is for ROS, and the module I intend to use for ROS requires I use an older version and the latest version of ubuntu it supports is 13.04 [18:02] TJ-: lsmod | grep e1000e returns "e1000e 168510 0" and "ptp 18189 1 e1000e" [18:03] soee_: added other ppa's to your system? [18:03] Yo. [18:03] riko: welcome, how can we help you? [18:03] lotuspsychje: ppa's with what? i have some but they are not related to kernels or vb [18:03] TJ-: unfortunately I have to leave now for work, but I'll leave this session connected so if you have any further answers/advice it would be appreciated, and I will continue the work tomorrow [18:03] riko: sup , do you have a issue technical in nature? [18:04] soee_: well with ppa's added we cant possibly know what scrambled your system right [18:04] soee_: i suggest testing it on a vanilla ubuntu, then if you like try mainline .14 [18:05] How reply to user in IRC-client? [18:05] ill try 4.13 first, maybe the problem is that im on 4.14.8 not the latest 4.14 because they fail to run with nvidai propriety driver [18:05] soee_: also a thing you could test, graphics drivers [18:06] I installed the android sdk from the repos [18:06] how can i launch it [18:06] riko: i don't know....personally what i do, is type the first few letters of a "username" and press tab [18:06] riko: but that's more a habit picked up outside of IRC....it just happens to work for me "inside" irc as well YMMV [18:07] YMMV= your mileage may vary [18:07] tatertots, it works, yeah! [18:09] riko: so that was your "technical" issue?...i put my coffee down for that? lol :) [18:11] tatertots, i have no technical issues, all system works done. I join in this chat just for fun [18:15] hey might someone know why does xfce panel disappear, i.e. it gets covered by windows resized by xmonad? https://wiki.haskell.org/Xmonad/Config_archive/eschulte_xmonad.hs this is the config file [18:15] esch: lsmod shows the module had loaded correctly so there will be interfaces you can configure, check with "ip link show" - probably they are named emX where X is a number === Tacoder is now known as DarkPsydeLord [18:20] how can i download a deb file to my current directory? [18:20] change to directory then wget file.deb [18:20] After installing linux-image-generic for the meltdown/spectre patched kernel (3.13.0-139-generic) when I reboot it's still selecting the old kernel version (3.13.0-100) for some reason. I have confirmed that /boot/grub/grub.cfg has the 3.13.0-139 version as the top kernel and /etc/default/grub:GRUB_DEFAULT=0 Anyone know why it wouldn't be booting the most recent kernel? Ubuntu 14.04 LTS [18:22] mst89: but from the repos [18:23] hi [18:24] deadbum: at boot-time access the GRUB boot menu, highlight the first entry, press 'e' to edit it, navigate down to the line starting "linux ..." and check which vmlinuz- you see there, then boot that entry and use "uname -r" to ensure the running version matches what grub showed [18:24] i installed android-sdk but can't use the "sdkmanager" [18:24] is it called something else on ubuntu? [18:25] How can I know that my ubuntu 16.04 lts installation was correct? [18:25] hodor123456: when it boots? [18:25] JonelethIrenicus: "apt-get --download-only install " - packages will be in /var/cache/apt/archives/ [18:25] TJ-: this is a cloud instance so I don't have access to an interactive grub menu [18:26] from what I understand it's supposed to boot the top kernel from /boot/grub/grub.cfg? [18:26] JonelethIrenicus, how did you install it [18:26] deadbum: then presumably your provider has some way to configure the kernel to use [18:26] TJ-: thanks [18:26] kostkon: it is in the repos [18:27] TJ-: considering I have hundreds to reboot into this new kernel filing a ticket for them to touch each one seems ill advised. Is there no way to specify the kernel to boot before rebooting? [18:27] literally never encountered this before, normally I update a kernel package and that's that, it reboots into the newest one [18:28] TJ-: does that place the files into some directory? [18:28] JonelethIrenicus, well, there's a better way, https://wiki.ubuntu.com/ubuntu-make [18:28] JonelethIrenicus: as I said, /var/cache/apt/aarchives/ [18:28] JonelethIrenicus, remove the one you've installed from the repos and use Ubuntu make to install the latest version of the sdk [18:29] TJ-: oh sorry didn't catch tthat [18:29] deadbum: so you don't have any net-console access ? [18:29] kostkon: ok [18:29] TJ-: correct, I can only reach it once it's booted and ssh is up. I could have the provider manually intervene but that won't work for hundreds of machines. [18:30] lotuspsychje: It booted well,internet is working,but when I am trying 'ping google.com' or anything.It just saying 'Unknown host'.Where maybe the problem is? [18:30] deadbum: what hypervisor is it, do you know? KVM maybe? I'm trying to think of explanations for what you're seeing [18:30] kostkon: that is useful [18:30] and for CW ? c'è qualcuno che fa telegrafia ????? [18:30] hodor123456: wifi or cable? [18:30] JonelethIrenicus, yeap [18:30] !it | elia [18:30] elia: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [18:31] TJ-: it's AWS, so Xen I believe [18:33] deadbum: this article seems to deal with at including showing how to enable grub console: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html [18:34] deadbum: pay particular attention to the sentence "GRUB can fall back to another kernel in the event that the new kernel fails. " [18:34] TJ-: ah ok. That is disconcerting considering this is the only LTS kernel that addresses meltdown/spectre. [18:34] for 14.04 [18:35] deadbum: we've had several iterations to fix bugs so far; you may have hit another. If you can identify it via enabling the GRUB console to collect evidence, join #ubuntu-kernel and report it as a bug too, it'll be acted on almost immediately [18:36] ok, I'll see what I can do. Thanks === xs2` is now known as xs2 [18:50] i'm getting an error from grub when trying to boot windows that file /grub/x86_64-efi/ntldr.mod is not found... yes the file doesn't exist, but not sure where to get it from [18:51] (or how do i generate it?) === claudio is now known as Guest98755 [18:52] jer: it would be installed by "grub-install" [18:52] jer: you'll need to tell grub-install where to install to, check the man-page [18:53] TJ-, so windows and linux are on separate drives, and i don't want to blow away the windows bootloader on the second drive (because it shouldn't be needed) -- so i can't install grub on that drive; unless i'm misunderstanding [18:55] jer: grub-install will install the GRUB EFI loader (/boot/efi/EFI/ubuntu/grubx64.efi) and all it's own modules under /boot/grub/x86_64-efi/ - check the latter directory now, you should see a lot of *.mod (module) files [18:55] TJ-, i do, i do not have ntldr.mod tho [18:58] jer: ooooo nice bug you've found, I think. That file exists in the grub-pc (i386) BIOS package but not the grub-efi (x86_64-efi) EFI package [18:58] ah [18:58] I don't think you can load ntldr from efi [18:58] so i guess my only option at the moment is to either figure out the chainloading paths, or switch boot priority in my bios? =] [18:58] ntldr requires bios [18:58] alkisg, oh? [18:58] AFAIK, yes [18:58] jer: presumably because with EFI the firmware should be loading Windows from its boot menu, not GRUB [18:58] ok that makes sense [18:59] hey so i've got that smb share set up on ubuntu - sharing out a folder with installer files in it, but i cannot run them from a windows computer, it says that we don't have permission (from the destination computer) - how do I give everyone read/execute rights to everything in a folge [18:59] you can load the windows efi loader, but not ntldr [18:59] folder ** [18:59] jer: on EFI the motherboard maintains a list of OSes and where their boot-loaders are [19:00] jer: so I guess there's a hot-key at boot to open the manual boot menu so you can select a non-default entry [19:00] alkisg: so long since I messed with Windows! [19:01] heh me too =] [19:01] need to test some code on windows though, so... figured i should set this up properly instead of just switching in the bios every time [19:01] hello can you please help me with info about shutting down ubuntu 14.04 with grace - I mean without SIGTERM the program but wait for it to close - like it was in earlier versions - 10.04 as I remember - there was a dconf option but I cant find it anymore [19:02] jer: EFI does it properly now, not requiring boot loaders to do it, and preventing them over-writing each other [19:02] The reason i'm asking is firefox being forced to close everytime I shutdown the computer without closing it first and on next firefox start it asks for recovering my tabs [19:03] Radkos: how do you initiate the shutdown? [19:04] I press the powerbutton once [19:05] it asks for action and choose shutdown [19:05] its like doing from the button in the upper right corner [19:05] Radkos: so it is the GUI/DE/WM that is not behaving as you want it to [19:05] yes [19:05] Radkos: is it the default Unity desktop ? [19:06] any ideas - its not just my system two others of my friends has the same issue - so it got to be a setting somewhere [19:06] yes the default unity [19:07] one of my friends upgraded from 12.04 - any chance something got messed up with settings from it? [19:07] Radkos: I would have thought it should be sending SIGTERM to all applications it has launched before shutting down. If you send a SIGTERM to firefox manually from terminal does it exit correctly for you? [19:07] let me check [19:11] Radkos, here's the bug report, #1662281 === shah^ is now known as hb^ [19:11] hmm, Bug #1662281 [19:11] bug 1662281 in gnome-session "Firefox shows post-crash page after reboot or logoff" [Medium,Confirmed] https://launchpad.net/bugs/1662281 [19:12] i've done kill -15 and it's incorectly closed [19:12] it seems to be bug-related [19:14] hm doesn anyone knows a workaround as I'm not able to find one [19:15] or i have to close the browser every time before shutting down [19:16] Question... Ubuntu docs say one can share the desktop, but the option to share it isn't available as described in the docs. I do have vino installed per the docs. https://help.ubuntu.com/stable/ubuntu-help/sharing-desktop.html I'm running Ubuntu 17.10. Ideas? [19:16] Radkos, you could try this https://askubuntu.com/a/451392/1651 [19:16] DouglasK: i see they added remmina to bionic, you could try that perhaps? [19:17] !info remmina | DouglasK [19:17] DouglasK: remmina (source: remmina): remote desktop client for GNOME desktop environment. In component main, is optional. Version 1.1.2-4ubuntu1 (artful), package size 120 kB, installed size 392 kB [19:18] Radkos: try starting firefox from the terminal in foreground then send the "pkill firefox" and see if anything is reported by firefox about why it is crashing. You can also use the "firefox --debug" to run it under a full debugger session [19:18] lotuspsychje_, I do have remmina and vino installed... I have the client to connect to a system... just not the ability to share my desktop. [19:19] sudo apt-get update [19:19] jer, sorry, I was afk; so, why would you want to load ntldr/bootmgr, which is for BIOS, instead of bootmgr.efi, which is for EFI? You cannot load windows in BIOS mode when you're using efi [19:20] TJ-: Hey, how's it going? Is the issue still active/being worked on? [19:20] DouglasK: personally I use either x11vnc or teamviewer [19:21] pizzaburger: it's stalled, being unable to reliably reproduce it [19:21] leftyfb, I'll give x11vnc a look ... I avoid teamviewer as I do sometimes use remote access for work, and am not up for the licensing fee. [19:22] TJ-: So it's an abandoned issue? [19:22] DouglasK - Zoom.us has an excellent offering that works well with Ubuntu [19:23] DouglasK: if you want a test, this is all you need to run to share you screen with me: x11vnc -connect srv1-dide.ioa.sch.gr [19:23] DouglasK: that's what I use to support 1000+ schools [19:23] pizzaburger: I've got a separate issue that crashes the kernel and can't get anything done on that and I've pinpointed the cause in the code. ecryptfs is feeling like Abandonware === vittorio is now known as Guest47522 [19:24] Hi there, I've just updated to 18.04 and I'm stuck in a login loop [19:24] trying some of the things online doesn't seem to work [19:24] TJ-, it's not crashing actually [19:24] my nvidia drivers are installed properly [19:24] tombusby: #ubuntu+1 please [19:24] ok [19:25] with pkill it closes correctly 'kill -15 firefox is the one causing troubles I beleive being used by logout and shutdown script [19:25] Radkos: they're the same thing SIGTERM is -15 === jackNemrod_ is now known as jackNemrod [19:26] yes i know but i get different results with them [19:26] with pkill everyting is fine but with -15 is not [19:26] Radkos: ooo, is it because with pkill it sends SIGTERM to *ALL* firefox processes, whereas with "kill -15 " you're only killing 1 process? [19:27] Radkos: are you using a multi-process version of firefox? ( 1 process per tab kind of thing ) [19:27] I have only one firefox process but yes maybe pkill is killing all forks of it - like WebContent - or whatever is called [19:28] Radkos: that would make sense [19:28] alkisg, I tried, but it error'd out. [19:28] alkisg, I'll circle back to this in a bit... need to call a customer. [19:28] It was 4 by default but I've changed it to 1 [19:28] but no change [19:28] DouglasK: sure, np, i may be afk for a while but I'll be back later. What was the error. [19:29] alkisg, I'll /msg it as it's four lines. [19:29] Radkos: you're checking the process list for 'firefox' and all it's child processes (those that list the firefox PID as their PPID) ? [19:29] TJ-: Oh, I see. So just to clear things up - the issue is not going to be solved right? [19:30] pizzaburger: I can't be sure but it seems like the devs behind ecryptfs have got bored and moved on to more exciting projects :p [19:31] TJ-: Okay, that sucks, I had hopes for recovering my data sometime, but oh well. [19:31] i believe kill just closses the main process [19:31] with killall -15 the result is the same - session restore [19:31] killall -15 firefox is what I've called [19:32] is there a way to manipulate killing script on shutdown - logoff to use pkill instead of kill [19:32] pizzaburger: I know, it annoys me, but I've spent about a week trying to reproduce your scenario and cannot, I've produced all sorts of alternate broken dirs though! [19:33] pizzaburger: it doesn't give me much confidence in ecryptfs when something goes wrong; better switching to encrypted ext4 or zfs I think [19:33] TJ-: Would having physicall access to the hard drive improve the situation? [19:34] anyone know if you can install ubuntu onto imac? [19:34] pizzaburger: It might, but it's a long shot. We pretty much covered all the bases with those marathon sessions [19:34] !mac | fearfearfear [19:34] fearfearfear: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [19:34] thanks [19:39] Greets, ya'all. === stygian is now known as arktvrvs [19:39] I've got a noob question: Is there an LTS distro for Intel 64 bit? I only see "amd64". [19:40] amd64 is the common 64 bit architecture.. unless you're looking for itanium? [19:41] Oh? I didn't realize that. Huh... [19:41] So, the standard 64 bit download is the one I want, yea? [19:41] yes most likely [19:42] I mean, the "amd64" LTS version is what I want? [19:42] Ezriilc: AMD holds the patent on the 64 bit architecture is all. [19:42] For an old Intel Core Duo... [19:42] TJ-: Alright, I guess I'll finaly reinstall. Thanks for all the help, You're Awesome! [19:42] Get OUT! Really? Dang, I've been out of the game for too long. [19:42] amd sort of pioneered x86_64 [19:42] intels 64bit venture was called itanium, and was kind of a flop [19:43] Wow. So, all 64 bit chips use AMD's tech? [19:43] I learn something new roughly every 3 days. [19:44] Thanks very much for the lesson! Now I'm off to build an HTPC with Ubuntu. [19:44] Ezriilc: I wish my life was that placid! [19:44] Don't be so sure. hehe [19:44] As you can tell, I'm a bit... out of touch. [19:45] placid polecat [19:45] Ezriilc, well, the 64bit extensions, yes. intel still brews a lot of functionality themselves, and until recently they outperformed AMD by far, that recently changed witht he advent of Ryzen (desktop) and Epyc (server), a 14nm chip desing by Jim Keller who designed the original Athlon back then. this fellow seems to be up on his game [19:45] Ezriilc, but if you do not know any of this and your life goes ok your doing something right :D [19:46] Oh, thanks for all that detail - very good service here. [19:46] my old amd 5200+ still runs fine, just needed a ssd and more memory [19:47] I do love AMD, and have for a long time, mosty cuz of price. My latest build has a Ryzen, and we like it very much. [19:47] Ezriilc, nice :-) [19:47] Thanks DexterF! [19:48] and all of ya, of course. [19:48] BluesKaj, I have such a museum here in case I need a test rig, too :D has a 10 year old asus m2n-e mobo and apart from a shot NIC PHY works a charm [19:48] I guess I'll leave this channel open for when I need help with my HTPC build. [19:48] Personally don't like how the whole motherboard landscape has changed with the APUs, but I like the Ryzens. [19:48] m2n-e here [19:48] haha [19:49] terrible usb [19:49] Yea, APUs are an odd bird to me as well, but I can see how they might fit a lot of applications. [19:49] zomaar, bit hot on the bridge, but damn good board. I slammed in an Asus sata6g/usb3 card, all fine [19:49] DexterF, yeah this HTPC is 9 yrs old now and still chugging away [19:49] I don't know why I have usb issues; even with a usb3 card [19:50] Most it it came down to a stick, not the botherboard an sich I guess, but I still cannot use any hub at a slight distance anymore [19:50] Maybe I just need a cable with amplification [19:51] Talking about 4-6 meters [19:51] I have a powered hub that worked fine before most of the time [19:51] Ezriilc, good choice for htpc builds for sure, though I don't know how good AMD+linux are these days regarding video playback. my htpc has done 7 years on intel sandy bridge like a charm (while everyone turns a bad eye to intel for thir gpu bits, but it works), generally thought the word is nvidia, especially if you need it do do funky things like odd framerates while sending the hdmi signal through a receiver. [19:52] On a 4m extension cord, but everything fails to work in it now [19:52] Meanwhile a 6m extended usb keyboard works fine [19:52] My main box runs Winblows, the HTPC build is an Intel e4400. [19:52] zomaar: keyboard uses 1.1 signalling, not 3.x [19:52] zomaar, ubuntu? should be ok, but still in 2018 a lot of linux distros have weird usb stacks. (opensuse, I'm looking at you and your bug I reported in 2010 or so) [19:52] Gotta have that DirectX for all da games. [19:52] Another hub also fails on the same 4m cable [19:53] 4m is a bit far though [19:53] I guess [19:53] zomaar: are you able to test alternate USB3 rated (long) cables? [19:53] I am not really using USB 3 devices [19:53] Only USB 2 [19:54] E.g. a 3G stick [19:54] usb3 is not lenght limited, if the signal goes through usb3 will flag ok. usb2 not. signal might silently degrade. [19:54] I have a 7 metre extension to a ceiling-mounted projector [19:54] Does that need usb3 controller? [19:55] zomaar, yes [19:55] And device I guess [19:55] MPV player FTW on this pc , i don't bother with much else, just an outboard 1TB drive with all the media on it, and an nvidia card that feeds the TV ansd an m-audio spdif out to the receiver [19:56] So it needs a USB 3 device too right? [19:56] kodi. took me ages to get it set up this way but now is great. [19:56] zomaar, hmm, yes. what you want is a repeater I geuss [19:56] Yeah [19:56] kodi works well, it's just too imposing [19:56] That is easier than testing new hubs [19:56] Kodi is what I plan to use. [19:56] But a repeater after just 2m is a bit weird [19:56] NFS question: I automount an nfs v4 server with systemd via fstab, now that server was not reachable and then came on again. [19:57] DouglasK: your xorg appears problematic, maybe x2go or thin client or whatever, use x11vnc -noshm -connect srv1-dide.ioa.sch.gr [19:57] but I cannot access the share anymore. what's the best method to get nfs back on track without a reboot? [19:57] I'm not very familiar with KODI, but my user (bro) likes it. [19:57] hi there [19:57] Ezriilc, kodi's a good choice , there's no doubt [19:57] I need your help guys [19:57] oh good, thanks [19:57] 16.04 LTS / http://www.happyassassin.net/2011/05/12/cute-systemd-trick-of-the-day-auto-mounting-remote-shares/ [19:58] trafaret, you need to tell us what with [19:58] DexterF: Do you mean stale handles? [19:58] I have installed ubuntu but some feature I can't stand when you have two open terminals session it's hard to use Alt-Tab to switch [19:58] zomaar, could be, could be nfs mapping, I'm lost. when I "ls" in /mnt it just stalls [19:58] how to fast switching between terminals [19:58] ? [19:58] DexterF: Maybe use "soft" mount option [19:58] odd enough, when I strace ls it writes it all in the write call [19:58] disable f-keys in terminal options? [19:58] zomaar, ? [19:59] NFS does not timeout by default [19:59] DexterF: NFS has "hard" and "soft" mount options [19:59] trafaret: use a terminal multiplexer like 'tmux' [19:59] Default is hard [19:59] It will never timeout when the connection goes away [20:00] That's why you have hanging ls to begin with [20:00] It does this to ensure no data is ever lost [20:00] TJ-: thanks for advice :) [20:03] Weird thing is before I booted Ubuntu 16.04 on this motherboard (m2n-e) I could use a usb2 dvd writer on the hub on that cable on this motherboard [20:03] After, I can no longer do so in both Windows and Ubuntu [20:03] zomaar, it üis* possible that the VRM driving that port has deteriorated [20:03] *is* [20:03] In fact, I can only still do it on the usb 3 card now [20:04] But no longer on the hub on the cable [20:04] or the writer motor deteriorated and draws more power now. [20:04] No it was a sudden break; after my first boot I was really in trouble [20:05] zomaar: is the controller driver configured to to power-saving, we sometimes see issues due to that and have to disable it [20:05] Also if I reboot from Windows the sd card that boots my Linux doesn't work [20:05] TJ-, but across operating systems? [20:05] TJ-: I don't know [20:05] zomaar: that's an ACPI issue [20:06] zomaar, superweird: ls stalls - "ls | tee" shows me the dir! [20:06] And when I rebooted from Linux the first couple of times, all kinds of USB devices kept misbehaving in Windows [20:06] DexterF: depends if there's a cold-boot between OSes or not; with warm boots sometimes the controller power settings can remain [20:06] I noticed when i strace ls | pastebinit, the pastebin actually contains the folder ls [20:06] * DexterF is utterly puzzled [20:06] zomaar: sounds like you may benefit from: http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [20:06] DexterF: Really that's weird (and useful) [20:07] designbybeck: why? you're feeding stdout to pastebinit :) [20:07] zomaar, bash -c ls works, too oO [20:07] ooops [20:07] DexterF: why? you're feeding stdout to pastebinit :) [20:07] TJ-, I fed strace to pastebinit [20:08] That's your script :) [20:08] DexterF: "strace ls" - ls output on stdout, strace output on stderr [20:12] hmm TJ- don't even remember what that was [20:12] designbybeck: sorry, I tab-completed to you by mistake [20:13] what is the latest version supported by ubuntu? [20:13] er... of firefox [20:13] TJ-, ok but what happens when I just ls? it then stalls [20:14] and why cant I cd to /mnt/server [20:14] it happens TJ- ;) [20:14] DexterF, offline ? === SimonNL_Afk is now known as SimonNL [20:14] DexterF: now that I can't tell :) [20:14] schultza: the latest version [20:14] ioria, nope, it was disconnected from the switch for a bit [20:15] offline [20:15] what is the latest version of firefox supported by ubuntu? [20:15] zomaar, I restarted the nfs kernel server, still no good [20:15] schultza: the latest version [20:15] FF 57? [20:15] yep [20:15] Ok. I need to reimage my computer. [20:15] why is that? [20:16] um... because / is full and is at 100% [20:16] yet, i still have 411 GB available on the drive. [20:16] schultza: sounds like a problem we might be able to help solve [20:17] schultza, dh -H and df -i [20:17] I'm not sure / is on an LVM, hence the reimage. [20:17] why not grow the LVM? That's what LVM is for [20:17] TJ-: Your script is a bit faulty, it shows the new grub.cfg before running update-grub ;-). [20:17] Don't worry about it. I need to update distros anyways. Got to see the new Unity/Gnome setup anyways. [20:17] autoremove and autoclean usually helps [20:18] leftyfb: again, not sure if it is on an LVM in the first place. [20:18] DexterF: Yeah the kernel... [20:18] DexterF: I have had the same issues with CIFS and why I don't use autofs anymore [20:18] ioria: btw, I feel -h is closer to reality [20:18] ioria: it's also a safer bet [20:18] CIFS? [20:18] Samba [20:19] that's a network filesystem [20:19] schultza, you don't know if you're using lvm or not ??? [20:19] Just like NFS [20:19] leftyfb, yeah [20:19] I'm just used to SMB (samba) over CIFS. That's why CIFS gave me a question mark. [20:21] autofs was a really nice solution [20:21] now I am trying to use libpam-mount but it is not so good [20:22] I would regularly have autofs that didn't work until I mounted the same (!) share on a different tree manually [20:23] zomaar_, cock, I'll reboot... [20:23] finally [20:24] I have an HP computer, does the 17.10 image still have bios issues with HP? [20:24] schultza, why you think that ? [20:24] Known issues on the download page. [20:24] schultza, lenovo [20:25] zomaar_, and works again. shit, would have loved to solve that one [20:25] Also, is there a way to convert a full Unity to the Unity + Gnome interface in 17.10? [20:25] Greets again, ya'all. [20:26] schultza, please, state your issue [20:26] Another noob question: Does the LTS .iso file support booting from a USB device? I'm using Win32DiskImager to "burn" it. [20:26] Ezriilc, try rufus [20:27] I'm probably going to install the 16.04 LTS release, but would like to experience the new Unity interface on Gnome UI from the 17.10 release. Is that possible? [20:27] um... thanks, but won't Win32DiskImager do the trick? [20:27] Ezriilc, there is no new unity 'interface' [20:27] hehe, wrong person. [20:27] ioria: that was suppose to be directed to me. [20:27] :) [20:27] thought they had a unity look in gnome? [20:27] schultza, sy, yes [20:28] Ezriilc, go with rufus, no surprise when booting [20:28] Is there anyway to full screen a video (like youtube) to less than the whole monitor? I'm using a large 4K TV as a 4x1080p monitor setup [20:29] I remember back in the day (random time ago), Win32diskImager would ask what type of bootable thingy I was creating, and let me choose the OS, such as Ubuntu or ... [20:29] Control+Alt+1 (1 from the numpad) [20:29] JustAPerson: Is that what you meant, or also remove the browser bits? [20:29] this might be stupid. I build a custom package and renamed the version (1.0-local instead of just 1.0) and now when i try to install something that depends on this package it complains because it wants 1.0 and not 1.0-local [20:30] is there anyway to rename the package so that apt thinks it has 1.0? [20:31] my google search result links become light blue recently. anybody see this too? [20:31] in firefox [20:31] GivenToCode, i'am not good at packaging, but debian has its strictly rules [20:31] GivenToCode: build it again with the corret version? [20:32] jimb_: wait that's perfect. Might have to figure out an easier key combo [20:32] GivenToCode: allthough it's bad practice to 'fake' a version like that [20:32] akik, yeah [20:32] JustAPerson... Check out the various numpad combos. I use them quit a bit. [20:32] akik, it goes away: i clean cache and restart [20:33] ioria: which cache? [20:33] akik, firefox , right ? [20:33] ioria: yes [20:33] nacc, yes I was hoping to avoid having to do that [20:33] akik, firefox , clean it [20:33] akik, history, i mean [20:33] ioria: what do you mean? [20:34] akik, history - clean recent history [20:35] ioria: didn't help. i'll try erasing the cached web content [20:35] akik, select all the item in 'clean history' [20:35] *s [20:37] Hey all :) [20:37] Getting these errors: https://hastebin.com/akezagohad.vbs === valeech_ is now known as valeech [20:37] GivenToCode: not sure why? you've already chosen to go down the path of maintenance [20:37] When upgrading [20:38] ioria: i removed cookies and site preferences and now it's back to dark blue. thanks :) [20:38] akik, good job [20:38] How to change the runlevel permanently in ubuntu? [20:39] V7: did you look at either output from line 2? [20:39] that's a very good idea [20:40] Yes nacc [20:40] It says the same as in this output [20:40] ● i8kmon.service - LSB: Dell fan/cpu-temperature monitor ... [20:40] V7: you can run /etc/init.d/i8kmon manually, maybe with bash -x to see what's happening [20:43] nacc: https://hastebin.com/gonuzeqese.bash [20:43] As you see nothing [20:43] strange [20:43] The main reason: this's not dell [20:43] V7: well ... [20:44] V7: i'm assuming you know the basics [20:44] V7: you obviously need to pass 'start' [20:44] V7: also why are you installing a Dell specific package on a non-Dell system? [20:44] Is it possible to remove this package ? [20:44] It somehow isntalled [20:45] V7: i'm not sure what you're asking? [20:45] V7: you can remove any package [20:46] V7, check your /var/log/apt/history.log [20:47] hi, why doesn't show desktop 'button' on xfce panel doesn't work when running xmonad? [20:47] Thank you nacc and iter [20:47] ioria: * [20:48] Sorry iter [20:48] s/doesn't// [20:48] I click it it just stays pressed [20:53] How to change the runlevel permanently in ubuntu? === imadz714 is now known as imadz713 [20:53] bipul: What is your end goal and what release are you running ? === jim_wyatt1 is now known as jim_wyatt [20:56] heh, crossposting in ##linux [20:58] I am using 16.04 LTS, and i want to switch into runlevel 3 permanently.And after that take a Full backup of my system. Bashing-om [20:59] higher runlevel just makes services available to users, it makes no sense to do that for backup. in contrary, you would need lower runlevel to do so. [21:00] bipul: 3 runlevel3.target, "multi-user.target" as a grub boot parameter . === jim_wyatt1 is now known as jim_wyatt [21:00] Bashing-om, Any documentation? [21:01] bipul: ^^ as oerheks advises "you" will have to manage what servixes are started . [21:01] ok. [21:01] man systemd.special https://askubuntu.com/a/788465 [21:02] bipul: "man runlevel" explains how runlevels are obsolete and systemd's compatibilty layer [21:05] bipul: Did you upgrade all the way to 16.04? [21:05] oerheks, For example? which runlevel you use ? [21:05] zomaar_, Yes. [21:06] bipul So you want to go to single user runlevel? [21:06] I guess single user mode will be 1. No 3 and 5 [21:06] bipul, why do you ask ?? singe user is runlevel 1.... [21:06] bipul: There is only still "rescue" runlevel if you want that [21:06] 3 and 5 runlevel i would like to switch permanently. [21:07] lol [21:07] bipul: Check out systemctl --help, down below [21:07] ok. [21:08] default mode is either multi-user or graphical, you can select that if you want [21:08] ie. you can easily choose to make the default target something else [21:09] jimb_: so I tried that in the unity window manager but restarted into unity (with xorg) and now the ctrl-alt-kp_1 doesn't seem to work. Any ideas? [21:09] oerheks, just want to assure my self, whether i am correct or wrong. [21:09] OK I must be missing something. Running Ubuntu 16.04 I have installed enlightenment but at the login screen there is no option to choose window manager ? All the screen shots online show a lil icon to click on mut its just not there ? [21:09] ok Thank you Bashing-om oerheks and zomaar_ [21:10] bipul: Check also systemctl set-default [21:10] ok [21:10] Tried rebooting etc but the icon to select window manager just does not show up. Anyone else run into this or know howto fix it ? [21:11] piranah: it's probably missing the .desktop file in /usr/share/xsessions [21:11] It says Too few arguments [21:11] akik, nope its there first thing I checked. [21:11] bipul: So there is multi-user/graphical (runlevel 5), rescue (1), and that's about it [21:11] bipul: systemctl set-default rescue.target [21:12] bipul: or systemctl set-default multi-user.target [21:12] ubuntu.desktop and enlightenment.desktop both in that dir [21:13] ok [21:13] piranah: do you see any errors in "journalctl -u sddm" ? [21:13] Thank you zomaar_ [21:13] bipul: see man bootup [21:13] akik have not looked at that yet let me try :) [21:14] journalctl -u sddm shows -- No entries -- [21:14] piranah: or is it lightdm? journalctl -u lightdm [21:15] OK that has a pile of erros [21:15] all of them look like PAM adding faulty module: pam_kwallet.so or sim [21:20] akik https://pastebin.com/v4XRWszF [21:22] piranah: is the desktop environment selector empty or is it just the button is missing? [21:22] button is missing [21:24] So, there are tons of backup tools out there. We are currently using rdiff-backup, but at 1M files and several terabytes, it now takes over a week to run a weekly backup :P Anyone know good tools that can handle large scales? What about Borg? [21:25] run your weekly against your delta's (daily?). Not against a week ago [21:26] piranah: what does this report? "grep -rn 'show-indicators' /etc/lightdm/ " [21:26] piranah: did you check that the enlightenment desktop file has the correct startup command? i saw something that if you only have one desktop environment, it wouldn't show up, or if the session startup file is faulty [21:27] leftyfb, but then we have to create daily deltas, I don't see how that's faster [21:27] piranah: it should include "~session" [21:28] leftyfb: How do i force ubuntu to not randomly change devicenumber for ethernet card ? [21:29] hrmm TJ- im getting no results when I run that command. [21:29] piranah: OK, should be using the defaults then [21:29] akik, I just followed the guide for installing enlightenment verbatim :) [21:30] piranah: i'm using sddm so i don't have lightdm configs here (kubuntu) [21:30] raidghost, it should no do that randomly, there has a recent change from eth0/1 to enp2s0 or so [21:30] oerheks: It was enp03s0 and now it has changed to enp12s0 [21:31] So i would like it to STOP changing. cause have to add new interface name in interfaces [21:31] raidghost, on the same system ?? [21:31] Yes [21:31] piranah: it could be the system is missing icon themes [21:32] hrmm [21:33] raidghost, never seen that before.. [21:33] oerheks: i was close to reinstall before i figured out why i didnt catch up with ping on that system [21:34] did check with lshw -C Network and then i figured out that the card had changed name [21:34] raidghost, is it a pluggable device? [21:34] raidghost: udev rules [21:35] lordcirth_work: if you backup every night, the weekly will be a LOT shorter [21:35] leftyfb, If we backup every night, it will take several days to run each night's backup. That's the problem. [21:35] oerheks: not pluggable, its on the mainboard [21:36] leftyfb: no such command, udev rules [21:36] lordcirth_work: incremental backups, maybe? [21:36] lordcirth_work: ok, then every other day [21:36] gordonjcp, these are incremental [21:36] lordcirth_work: holy hell [21:36] lordcirth_work: what are you doing that's generating 1TB of diffs every day? [21:36] well I give up for now lol [21:37] raidghost: https://askubuntu.com/questions/767786/changing-network-interfaces-name-ubuntu-16-04 [21:37] piranah: maybe reinstall lightdm-gtk-greeter? [21:37] akik, ya I think I might give that a try [21:38] gordonjcp, it's not, it just takes ages to diff two ~25TB datasets over the network. Probably latency-bound. This is why I want a better backup tool. [21:38] This is a clean install of ubuntu worse case i'll just try bohdi linux ( ubuntu based ) as its packaged with enlightenment as the default [21:38] lordcirth_work: backup smaller portions asynchronously [21:40] leftyfb, hmm, maybe. [21:43] raidghost: The address will change if you insert a new device on the motherboard [21:43] raidghost: You can disable predictablenetworkinterfacenames with a variety of ways [21:43] zomaar_: there are several options to prevent it. One of which I've already given to try [21:44] zomaar_: So if example adding two tvtunercard pci-e [21:44] Then it changes? [21:44] I cannot login to my system. Can anyone tell me how to fix this? Perferably like your talking to a 5 year old [21:44] raidghost: Yes [21:44] raidghost: did you look at the link I gave you? [21:44] leftyfb: What do you mean, udev? [21:44] leftyfb: Just back from food eating, gonna check the link [21:44] there are udev rules you can write to force a name per mac address or product number === littlebit1 is now known as littlebit [21:45] whitebeast: Well, what do you get to in the attempt to boot ? What happens ? [21:46] Sup guys, I need ya'all to give me a benchmark...how much memory does your system use if you have nothing besides a youtube video playing in firefox, and a couple terminal windows open? [21:46] Mine is using an abnormal amount (I think), and I'm frankly getting worried [21:47] N0X1A04E: not only will those "benchmarks" be wildly different, that's not the sort of thing you'll get answers to here. [21:47] raidghost: This will also easily disable interface renaming [21:47] Boot works just fine. It gets all the way up to asking for my password works normal (from what i can see) i type in my pass, the screen goes black and asks me again [21:47] raidghost: echo -e "[Link]\nNamePolicy=kernel" | sudo tee /etc/systemd/network/10-disable-renaming.link && sudo update-initramfs -u [21:49] N0X1A04E, are you sure you're not seeing cache? free -m or htop will give good numbers [21:49] whitebeast: At this login screen key combo crl+alt+F2 . Can you log into the system from this console ? IF so we see what is not going on . [21:49] htop [21:49] wrong chat [21:50] Bashing : yes i can [21:50] I can login that way yes.. Not sure what that means [21:50] lordcirth_work: where is the most accurate way to determine meomry usage? screenfetch, free and htop are all giving me drasitcally different results [21:51] lordcirth_work: what* [21:51] whitebeast: Then we want next to know if "you" are authorized to access your desk top . Pastebin ' ls -al .ICEauthority .Xauthority ' . [21:52] N0X1A04E, https://www.linuxatemyram.com/ [21:54] Ls-al or lsal or lsat ?? Its not going through.. Just says command not found [21:54] ls -al [21:55] whitebeast: ls space -al space .ICEauthority space .Xauthority in this F2 TTY . [21:56] whitebeast: those be lower case Ells . [21:56] lordcirth_work: quite honestly you're starting to get into ZFS territory there [21:56] lordcirth_work: maybe even looking at the sort of stuff they do clustering FSes with [21:57] gordonjcp, this is actually already a CephFS cluster running on top of ZFS, lol [21:57] lordcirth_work: right [21:58] -rw--- 1 name name 36750 jan 10th 10:46 .iceauthority......................-rw-- 1 name name 59 jan 11 15:40 .xauthority. [21:58] Im paraphrasing name name [21:59] whitebeast: where "name" is the userID of the logged in account ? [21:59] Correct [22:01] https://www.google.fr/search?source=hp&ei=k95XWuulB4uesAG4lojwAQ&q=site%3Ahttp%3A%2F%2Fold-releases.ubuntu.com%2Fubuntu%2F+yakkety&oq=site%3Ahttp%3A%2F%2Fold-releases.ubuntu.com%2Fubuntu%2F+yakkety&gs_l=psy-ab.3...1053.4861.0.5181.14.13.0.0.0.0.422.1193.3-2j1.3.0....0...1c.1.64.psy-ab..11.2.814...0.0.5W0Rf4L5hcg (yakkety is EOL :s) [22:01] whitebeast: K.. good .. then next is if a GUI driver is loaded . ' sudo lshw -C display | nc termbin.com 9999 ' . Pass the resulting URL back here so we see the status of the driver . [22:02] I can not find the yakkety distribution on the site http://old-releases.ubuntu.com/ubuntu/ [22:03] it's normal ? [22:05] As im familiar with termbin.. Im using my phone to speak with you while im working on the computer [22:06] whitebeast: :) At your pace . [22:06] 1955/systemd-resolv what kind of service is that? [22:08] it's the only EOL version of ubuntu that I can not find [22:09] beaver: http://old-releases.ubuntu.com/releases/ [22:09] Ok... What im seeing is it saying. 'Display unclaimed' and it shows information on my graphics card [22:09] beaver: oh you mean the repos? [22:10] any news on ubuntu touch? [22:10] xu: what kind of news? [22:10] nacc: doh, ok, i was the wrong path /ubuntu =! /releases, thank you [22:10] when i try to install ubuntu on my system, asus ROG hero 3, I get a neauvous error on screen, and then i hear the X bongo's but theres no gui, just the error. [22:10] beaver: /ubuntu would be the repositories, which i agree are not there [22:11] i mean if is possible to begin to use it ... [22:11] non only try it [22:11] ok nacc [22:11] !touch | xu: afaik, it's sort of done, but you can look there [22:11] xu: afaik, it's sort of done, but you can look there: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch . Support and discussion in #ubuntu-touch [22:13] well i know is discontinued ...canonical... [22:14] Bash.. Is that my grphics card going out or? I did just upgrade to a new one a couple weeks back [22:14] hope to be able to install it on all my phones in the future [22:16] xu: you'd need to look at ubports and see thes tatus [22:17] xu: i think your hope is probably a littel far-fetched [22:17] Does anyone know why I wouldnt be able to see the gui when i try to run the livecd? [22:17] ens3 why interfaces doesnt call ethX anymore? :P lame [22:18] funabashi: you're about 2+ years too late to complain about it. https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ [22:18] funabashi: and the name shouldn't matter in general [22:18] ok nacc [22:18] all i can see on screen is a neauvous error but i hear the Xwindows bongos [22:19] !nick | whitebeast [22:19] whitebeast: Your nick is how people know you on IRC. Please don't change your nicknames too often (use /nick newnick), or it creates a lot of confusion. You should also !register your nick with freenode. [22:20] ? I didnt know it was changing???? What? [22:20] whitebeast: I bounce ariund a lot, if you do not nick " Bashing-om " I will not see there is a response . GFor now I do need to see that lshw output to know where to go next . [22:21] I am registerd [22:21] !tab | whitebeast: maybe more relevant [22:21] whitebeast: maybe more relevant: You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [22:24] nacc: :) === Noldorin is now known as Noldorin[m] === Noldorin[m] is now known as Noldorin[t] === Noldorin[t] is now known as Noldorin [22:38] https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown -- how often does this get updated? one of my systems just got a package for `linux-hwe` (not `linux-hwe-edge`) which appears to have the fix [22:42] timeless: the usn link is probably more updated [22:42] Hi guys! I'm running sshd and when a connection comes in I get the following messages before sshd dies: https://paste.ubuntu.com/26368620/ [22:42] please excuse my ignorance, which one is that? (the page i linked to has dozens of links w/ usn...) [22:42] g105b: line 15 No supported key exchange algorithms [22:43] is your remote server (insecure, broken) ssh1? [22:43] timeless: well, all of them, also the main usn.ubuntu.com/usn [22:44] timeless: how can I tell? It's just Ubuntu 16.04 [22:44] https://usn.ubuntu.com/usn/usn-3522-4/ <- Unfortunately, that update introduced a regression where a few systems failed to boot successfully. This update fixes the problem. [22:44] g105b: `echo | nc remote-host 22` [22:46] hi [22:46] my google chrome crashes _every_ time I open it [22:46] Ben64: https://usn.ubuntu.com/usn/usn-3522-2/ says "USN-3522-2: Linux (Xenial HWE) vulnerability" ... "A security issue affects these releases of Ubuntu and its derivatives:" "Ubuntu 14.04 LTS" [22:46] timeless: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 Protocol mismatch. [22:46] but only since today [22:46] is "xenial" considered a derivative of 14.04 lts? [22:47] 14.04 is trusty, so no [22:47] Ben64: so just someone who failed to search+replace? [22:47] timeless: did you read that link? [22:47] timeless: it's referring to a package *for* 14.04 [22:47] timeless: perhaps you don't know what linux-lts-xenial is? [22:51] https://dpaste.de/NW9M/raw [22:51] g105b: offhand, your keys are probably not readable by your user [22:51] ^ google crashes - may I please ask for help? [22:51] I meant, google chrome [22:51] g105b: https://serverfault.com/questions/158151/sshd-shuts-down-with-no-supported-key-exchange-algorithms-error has an example of someone hitting your error [22:51] are you trying to run sshd as a non root user or w/ a secondary config in a different place? [22:51] anyway, personally, i'd use `strace -s2048 -ff ...` on both the server and client [22:51] typically these things stick out w/ ENOENT or EACCES shortly before the failure [22:51] Ben64: anyway, thanks for the answers [22:51] * timeless wishes everyone luck [22:51] timeless: I'm not sure what a host key is :/ [22:52] g105b: in most forms of two party cryptography, both parties have private keys [22:52] they publish public keys for their peers to know [22:52] timeless: does the server always have to have a key? [22:52] your server calls itself `host` [22:52] yes [22:53] when the client connects to the server, the server sends its public key which the client then uses as part of its encryption process as it talks to the server [22:53] Whenever I've installed openssh server before, I've just connected straight to it. Now the problem is that there are no /etc/ssh/ssh_host_*_key, it seems. [22:53] ssh-keygen is your friend [22:53] or something [22:54] timeless: ah yes I just found that I had to run it with -A for first setup. [22:54] New to me, but it works now. Thanks for helping me debug. [22:54] glad to be of service [22:55] * timeless really leaves [22:58] I just installed the latest LTS plus KODI from the Ubuntu Store on an old 2007 HP doorstop, and the entire process was absolutely flawless, as expected. Once again, Ubuntu FTW! [22:59] * g105b pops a beer cap in celebration [23:03] can someone help me figure out why i cant use ubuntu on my pc? every time i have the install media inside it boots up shows me a neauvous error and then my sound card plays the bongos sound from X but i see only the error on screen [23:03] I have a gtx970 and an asus rog hero 3 [23:03] hi there I have Ubuntu 12.04.5 that I would love to upgrade to 16.04. However somebody messed up a python install on it, e.g. /usr/bin/python doesn't exist. What can I do to fix python first before I move onto updating OS? [23:04] xz: are you paying for ESM? [23:04] xz: if not, you're not supported, and have to do an EOL upgrade anyways, might as well reinstall, tbh [23:05] xz: if you are, then ... well, you have support from canonical [23:05] nacc is ESM some sort of paid support? [23:05] xz: yes [23:05] nacc nope, we don't have it [23:05] nacc the problem with reinstalling it is that the machine is configured for many things already, so it will come costly to start from scratch [23:05] xz: ok, then unsupported. you can try and reinstall python or whatever [23:05] xz: the likelihood of a 12.04->16.04 upgrade going smooothly, if you've done stuff like remove python, seems low [23:06] nacc can python2.7 be uninstalled on Ubuntu (any version) [23:06] xz: i mean, you *can* do whatever you want as root. Should it be, no? [23:06] rather, Should it be? no. [23:07] nacc yes, but apt-get itself might be using python 2.7 [23:08] xz: apt-get doesn't use python, afaik. [23:08] xz: and if it did, and it needed python2.7, then when you removed python2.7 (which you haven't said you did, you said the binary wasn't there), then it would have removed apt-get [23:12] nacc the problem is person who messed up was moving binaries between /usr/bin and /bin [23:12] apt-get still works [23:12] ppl on the internet suggest doing apt-get install --reinstall ubuntu-desktop [23:12] I think it's a server version though, is there matching package for ubuntu-server? [23:15] ubuntu-standard maybe? so I could try apt-get install --reinstall ubuntu-standard [23:16] Hi! The re-release of 17.10 was announced for today, but nothing has happened. Does anybody know something about it? I'd like to set up some laptops this evening... [23:22] martinh_: a member of the release team said earlier in there channel that it would likely be out late afternoon their time (UTC-7 I think(, so that possibly puts it in the next 3-4 hrs [23:23] ok, I'm in UTC+1 ;-) Thanks! [23:24] xz: there is ... no reason that an admin should be moving binaries between usr and usr/bin [23:25] xz: 1) have you revoked their admin privs? [23:25] xz: err /usr/bin and /bin [23:25] xz: you can probably reinstall the python package. but who knows what else this person broke. [23:25] nacc I'm in a joke project [23:25] xz: honestly, safest route is backups and reinstall [23:26] nacc I would want to download python that can be installed with dpkg, then apt-get remove python and install the one with dpkg [23:26] xz: otherwise you'd have to do an eol upgrade from 12.04 to 14.04 first anyways -- so timewise also faster, honestly (since you should do backups before any release upgrade anyways) [23:26] nacc than apt-get update everything and update OS [23:26] xz: ... why? [23:26] xz: sorry, I don't think I can help you [23:26] nacc ok, thanks for your time [23:30] !nomodeset | TheSov Try this : [23:30] TheSov Try this :: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [23:32] Bashing-om, After i install will i still need that? [23:35] hey guys I didn't install the 3rd party multimedia (codec and stuff) packages during format, how do I install them now, anyone know a tutorial or so [23:37] I only thought of it now because I need flash, is installing flashplugin-installer just enough? [23:38] sw0rdy: do you just need to play swf files, or do you need them to run in the browser? [23:38] I need to play video content on firefox/chromium [23:38] skiboy: ^ [23:38] sw0rdy: flashplugin-installer s what you need then [23:39] TheSov: Once instaled then install the nvidia proprietary driver . [23:39] i've got myself into a bit of a partition mess here. I'm dual booting windows 10 with ubuntu 17.10. The ubuntu partition won't boot so I want to remove it but I'm not sure how to identify which partition to delete. Anyone able to help me figure out which partitions are needed by windows and which are not? [23:39] I tried to install html5 h.264 but I read on askbuntu that it actually uses more cpu power than flash (to my surprise because I wanted it instead of flash thinking it uses LESS cpu power) [23:39] so long story short i have a shitty video card eh? looks like im gonna be buying vega sooner than i though [23:40] skiboy: sorry again^ [23:40] sw0rdy: h.264 support in browsers should be come by default [23:40] I see. [23:41] TheSov: Not at all . just that nouveau can not support that card. where as the proprietary driver does . [23:41] last question, how do I do the nomodeset [23:42] sw0rdy: h.264 is a W3C standard for some baffling reason [23:42] sw0rdy: so is h.265, which should be phased out as soon as people adopt AV1 [23:43] TheSov: U also ran into that issue on a new generation nvidia card in 14.04 where the kernel could not match the card to a driver . [23:43] U/I* [23:43] sw0rdy: Unsurprisingly, people don't like it when they tell you that you can use their codec for free for a while, and will then spring surprise license fees on them [23:44] sw0rdy: Hence, AV1 [23:44] https://ibb.co/dBpTHR [23:45] skiboy: was it W3C that did that? [23:45] sw0rdy: No, that's MPEG-LA [23:45] ^ screen shot of the current partitions on my machine [23:46] sw0rdy: It's a patent pool dedicated to milking as much money from people as possible, for something that should be free in the first place [23:46] I made a bad sshd_config change and did a try-restart. I think I'm locked out of my Ubuntu box on AWS. I'm not sure what to do [23:47] skiboy: can HEVC come into play here? [23:48] partitionmess: To Windows, there is no other operating system in the world. does not recognize a linuz paeririon. Biit a live ubuntu usb to a terminal and exexute ' sudo parted -l ' . you will see the ubuntu partition(s) - ext4 - . [23:49] sw0rdy: The only way we got h.265 support in Firefox is through the plugin made by Cisco. They paid the license fees, and we can view the source code and use the program under the condition that we don't change the code, because we would have to pay license fees then [23:49] partition Boot a live * [23:49] sw0rdy: HEVC is h.265 [23:50] ok i'll give that a try, thanks [23:50] sw0rdy: And AV1 has been shown to be superior. It will be completely open, and h.265 will fade into irrelevance. [23:51] partitionmess: If ya get stuck. we are here to help . [23:54] ok im gonna try install this now [23:54] how do i make command changes [23:55] sw0rdy: Though h.264 should be easy to decode. I don't see why flash would be needed [23:56] hi, can anyone please point me to documentation which explains how the hashing process is used with dpkg and apt? [23:56] sw0rdy: Even if it wasn't, I would rather have the extra CPU cycles than a huge security risk [23:57] i.e. does the developer hash the source? then add that to the packages entry in the package.gz for that pocket? etc [23:57] TheSov: Sorry. context of " how do i make command changes " ?? [23:58] sw0rdy: Firefox should be using VA-API or VDPAU for video decoding