=== ubuntu is now known as Guest76697 [00:03] in the ubuntu 18.04 installer, is the subnet 192.168.0.0/24 or 255.255.255.0/24 ? [00:03] forgotmynick: the former, if that's your subnet [00:04] i know, i was just testing you [00:04] (thanks) [00:05] forgotmynick: ... please don't spam the channel then. === wodencafe is now known as wOdenCaFE [00:21] nacc, pretty sure he was being tongue in cheek with the "just testing you." hence the "thanks" after you helped him. [00:27] how can i know what all the apt-get upgrade for 18.04.1 changes are? [00:28] compdoc: my board is a gigabyte from 2013 [00:29] madLyfe: it may still have this option. [00:29] i do it daily but would like to know what the changes are fixing :) [00:29] well, you would know if those options can be enabled seperately. You want AHCI on always. But if you want real raid, there are raid cards that a fairly cheap [00:29] I remember my Samsung SSD saying that I couldn't update the firmware if I wasn't on AHCI. also in bios it says if you want NCQ and smart plus other drive features you need AHCI enabled. [00:31] Biessie: "apt changelog " after installing, or apt-listchanges to see be prompted before iniitating installation. [00:31] tomreyn: which feature were you referring to? [00:33] madLyfe: the 'AHCI / RAID' hard disk (controller) mode of operation BIOS option [00:38] either/or or a mode where AHCI is enabled when raid is enabled like compdoc was talking about? because I remember my Sammy SSD complaining that I wasn't using AHCI when was in raid mode when I tried to update it's firmware. so not sure if my board has that? [00:41] madLyfe: those are values you can choose from on a single bios opiton. you want ahci, and either software raid or proper hardware rai, never fakeraid, if you have had to or just read about the experiences people made with recovering those.. [00:41] rai -> raid [00:42] but i have a feeling this is the third day in a row you're asking this question and getting the same answers. ;) [00:42] I'm getting somewhere today 🤣 [00:43] tomreyn : Thanks! [00:43] always elpful [00:43] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [00:43] helpful* today isnt my day [00:44] welcome, and i fail on typing more than you do. [00:51] hello [00:52] i corrupted a file in /etc/sudoers.d/, and i dont have a password for su setup properly [00:52] is there a way to recover the system? [00:52] i booted into recovery shell via grub, but everything is mounted RO [00:54] kevr: the recovery menu offers you to remount rw. it may not spell it out like this (not sure). the option to bring the network online does so. [00:54] kevr: but you can also just run "mount -o remount,rw /" from the recovery shell [00:55] tomreyn: thanks [01:09] Hi guys, I had an issue earlier. I bought a new router and my computer could not get on the internet. Someone in this chat gave me a command that fixes it. The problem is that I have to use the command everytime I log in. Is there a way for the command to be used on boot up automatically? [01:11] Yes, there is. [01:11] However, maybe we can solve your problem without having to manually add something. [01:11] What exactly did you use to get it to work? [01:12] hey guys, what's the main topic tonight? [01:13] Ubuntu. [01:13] kevr: ok, I'll pull it up one sec [01:13] pete_, the golden girls reboot [01:13] is there a way to know in advance if a given laptop will run ubuntu nicely? [01:13] 2019 [01:13] kevr: sudo ip link set dev enp2s0 down && sudo dhclient enp2s0 [01:13] emma: usually intel chipset laptops are nice [01:13] i want to find the best laptop that can be bought onlinle for less than 600 dollars that will run ubuntu nicely [01:13] emma: try to avoid stuff with broadcom wifi === 3NAAAZKI0 is now known as Random832 [01:14] kevr: i do want to but the specs online never say what the wireles chipset is [01:14] you'll have to look up the manual to the model you're interested in [01:14] or go to the vendor site for specs [01:14] also [01:14] Ubuntu has a large supported hardware listing to help people out with that [01:14] emma, can't go wrong with most intel based dell laptops [01:15] You should check out that list as you're buying the laptop :) [01:15] Anything with an intel chipset/intel graphics onboard has never failed me on Linux [01:16] but intel chipset means wireless? [01:16] could mean multiple things [01:16] that's one of them though, yeah, pretty important for laptop :) [01:17] emma, are you worried about a particular wireless chipset by intel? [01:17] Hi guys, I had an issue earlier. I bought a new router and my computer could not get on the internet. Someone in this chat gave me a command that fixes it. The problem is that I have to use the command everytime I log in. Is there a way for the command to be used on boot up automatically? [01:18] filifunk: there's a problem with your command that you used to fix the issue [01:18] kevr: oh yeah? [01:18] filifunk: apparently there are already services on your system which are bringing up your interface and running dhcp on it [01:18] i would suggest changing _those_ to work the way you'd like, instead of adding extra commands [01:18] otherwise, you're going to have a service battling the other for little reason [01:19] kevr: ok, any tips on how I might do this? Some things I should look into? [01:19] filifunk: what exactly was the original issue you were having? [01:19] As in... [01:20] kevr: I was connected to my router via ethernet, but could not get on the internet, despite every other device being able to [01:20] On boot, did you get an IP address? If so, were you missing a correct route or DNS? [01:20] If not, maybe we should investigate why dhcpcd was apparently failing [01:21] kevr: I want to say yes I did, but don't know for sure. I just remember before I had the problem fix I had an IP address that I was telling people in the chat was my IP address [01:21] okay [01:21] let's do this [01:21] reboot your computer, without internet, and don't do anything [01:22] kevr: okay, I'm assuming I should log into this chat via my laptop that can connect via wireless [01:22] Yes [01:22] :) [01:22] kevr: ok, no smoke signal lol [01:22] When you get to a prompt [01:22] Run these commands for me: [01:23] `ip addr >> /tmp/log; ip route >> /tmp/log; cat /etc/resolv.conf >> /tmp/log` [01:23] after that, /tmp/log will be a text file with those commands output inside of it [01:23] we need that file so i can inspect it [01:23] So, after you run those commands, connect to the internet, then upload that log to a paste or something [01:24] kevr:ok [01:24] test [01:25] success [01:30] kevr: back [01:30] kevr: https://pastebin.com/dcy8zRdA [01:30] okay [01:30] now [01:31] filifunk: are you using server or desktop? [01:31] kevr: desktop [01:32] interesting [01:32] I consider it mildly irritating that on invoking software updates (gui) I _sometimes_ (kernel updates?) get a password prompt without any further explanation!? Is that meant to educate users to enter root password for every dialogue that pops sometimes up? [01:32] it doesnt look like you're even getting an IP address [01:32] meaning, there's probably no DHCP service running for your eth adapter [01:32] that would explain why dhclient got you internet, because nothing else is doing it [01:33] filifunk: what happens if you use... [01:33] kevr: so all my other devices have a DHCP service? [01:33] filifunk: systemctl start networking.service? [01:33] filifunk: usually dhcp is set to run on boot by default... [01:33] kevr: I should type that in the prompt? [01:33] type it in a shell, yes, [01:34] hii what is the function of python2 ? [01:34] T3ll0ll3t: it's a programming language. [01:34] kevr: ok, typed it and entered it in. A prompt asking for my password came up. I entered it and hit enter, and nothing happened [01:34] T3ll0ll3t: The reason python2 still exists alongside python3 is because they are not compatible with each other. python3 doesn't support all legacy python2 code, and all python2 modules are python2 only. [01:35] Meaning, if the OS decided to jump everything to python 3 they would break thousands of projects [01:35] filifunk: do you have internet now? [01:35] kevr: right now, yes, have had it ever since I logged back in and gave you that paste link [01:35] ah, right [01:35] so [01:35] can you also give me this file: [01:36] `/etc/network/interfaces` [01:36] on a pastebin [01:36] ok thanks kevr [01:36] T3ll0ll3t: anytime! [01:36] where do you from kevr [01:36] I'm from California, USA [01:36] kevr: https://pastebin.com/fxNTMhct [01:36] oh [01:37] filifunk: you don't have your interface configured for internet [01:37] that's why you aren't getting it automatically [01:37] one sec [01:37] kevr: I'm no computer scientist but that sounds problematic lol [01:37] filifunk: https://wiki.debian.org/NetworkConfiguration#Using_DHCP_to_automatically_configure_the_interface [01:38] filifunk: replace eth0 with your ethernet adapter's name [01:38] save it, and reboot [01:38] filifunk: but, don't remove the `lo` lines [01:38] those are definitely needed [01:38] just add a new section for the eth adapter [01:39] kevr: so I've seen this a lot: enp2s0, is that the ethernet adapter name? [01:39] filifunk: exactly [01:39] :) === LabMonkey is now known as Mechanismus [01:40] kevr: so before I even went to this chat to try and solve my problem I googled around and followed this one tutorial that said I should turn off ipv6. So I turned it off. Is that going to be a problem? [01:40] filifunk: keep that page bookmarked that i linked you, it's applicable to the default networking on debian-based systems [01:40] kevr: ok [01:40] filifunk: it's not going to be a problem [01:40] kevr: you're ignoring network manager + systemd-networkd there. /etC/network/interfaces isn't how you configure networking on an ubuntu desktop these days. (i admit it may be the fastest way forward in this remote support scenario, though.) [01:41] filifunk: also, all of this stuff may be manageable on your network system tray widget, but i'm not sure [01:41] Fancy new predictable network adapter names: https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ [01:41] yeah, that's what i was thinking [01:41] network manager is probably the best ubuntu way eh? [01:41] kevr: it's default for desktops, yes [01:41] filifunk: check the networking icon in your system tray, there should be interface settings in there [01:42] kevr: but maybe just ignore me. filifunk + i tried to solve this for hours the other day and i couldnt fix it in the end, needed to sleep. [01:42] ah, i see. [01:42] well it's cool, the more he learns the better anyways [01:42] :) [01:43] let's try the first suggestion [01:43] kevr: try the first one with link you gave me? [01:43] yeah [01:44] kevr: ok, so I am going to add those first three lines to the interfaces file [01:44] yup. and remember to replace the eth0 :) [01:44] kevr: yup [01:45] kevr: See filifunk's https://paste.ubuntu.com/p/7sV3Jxn9JK/ . In particular ip r >> default via 192.168.0.1 dev enp2s0 proto static metric 100 . Where status is set for some reason and all we look at is DHCP set-up . [01:46] status/static* [01:46] interesting [01:46] i see, so the paste this time was different because the auto connection was removed from nm [01:47] kevr: I have a read only version, I'm like blanking out on how to make it readable. I just tried to replace it but it would not let me [01:47] *writeable I mean [01:47] filifunk: use sudo to edit it [01:47] hey question.. i was messinng with my windows manager, and broke my workspace switch shortcut keys... how to fix? [01:47] they were alt-cntrl-updownleftright [01:47] kevr: is there a way to do it using the window view, or do I have to do this all through terminal? === brainwash_ is now known as brainwash [01:48] kevr: I'm looking at it on gedit [01:48] filifunk: gksudo gedit i think [01:48] `gksudo gedit /etc/network/interfaces` [01:49] kevr: that worked, thanks [01:49] Bashing-om: `-> 192.168.0.0./24 dev enp2s0 proto kernel scope link src 192.168.0.17 metric 100` [01:49] is this correct? [01:49] i see an extra period after the 192.168.0.0 [01:50] kevr: I'm going to reboot [01:50] filifunk: sure [01:50] it looks like he has an incorrect static route there, if the trailing . is indeed true [01:51] no ideas? [01:52] kevr: annnnnd it works! [01:52] sweet [01:52] kevr: so just to kind of recap [01:52] can i ask for your attention for a few more minutes, however? [01:53] kevr: me? yeah [01:53] ya [01:53] sure, sorry, go on [01:54] kevr: so I came in asking for some code to automatically input a command that turns on that dhcp service. But you wanted to get in even before that because some other program was distracting it or something. The place to find out was in the interfaces file and you just set it up so it gets the dhcp going before any weirdness happened? [01:54] not exactly [01:55] let me explain a bit how networking is setup by default on ubuntu [01:55] kevr: ok [01:55] first of all, /etc/network/interfaces is a very old file. originally, it was the file that the OS used at boot to configure interfaces with its default service [01:56] now, since then, a lot has changed, and systemd has been adopted as the primary "service" daemon on the OS, this introduces "new" services that replace the old version [01:56] kevr: 192.168.0.1 should be correct .. ping and verify ? [01:56] called systemd-networkd (for base interface setups) [01:56] after systemd-networkd, usually there is a program that actually manages your connections [01:57] on Ubuntu, they use this thing called Network Manager, and it comes with the little network icon applet in your system tray [01:57] That program tells Ubuntu to reconfigure the underlying items when you change them in the GUI [01:57] However, I happen to know that /etc/network/interfaces is still supported at the low level for back-compatibility purposes [01:58] You see, when you pasted the address info to me (currently), it looked like there was no service at all doing anything for your interface [01:58] Basically what happens is, ubuntu runs through systemd-networkd, it finds out which interfaces its supposed to configure [01:58] then, when it knows, it brings them up, and does some subsequent stuff depending on what you set (static, dhcp, whtaever) [01:59] What I believe is that yesterday when you set the static IP, that you actually typo'd the default gateway on accident [01:59] or not the default gateway, but your static route for 192.168.0.0/24 [02:00] kevr: how did I set the static IP...I don't remember, was there some command I did that set it? [02:00] in other words, today's problem is different than yesterday's problem [02:00] filifunk: you must have done it in Network Manager GUI [02:00] kevr: ok [02:00] filifunk: so what i would suggest honestly... one sec [02:01] hello world [02:02] filifunk: https://wiki.debian.org/NetworkManager [02:02] filifunk: some of this information is a little different, because that's the debian wiki [02:02] first, i would check to see what "managed" is set to in /etc/NetworkManager/NetworkManager.conf [02:02] then, i would go into the little network gui applet thingy and check your stuff out [02:03] make sure you see your interface, that its set to auto and dhcp [02:03] etc [02:03] basically you wanna make sure that's in sync with what you want [02:03] eventually, they'll probably stop supporting /etc/network/interfaces (in years) [02:03] kevr: ok, managed is false [02:04] set it to true [02:04] with an editor like you did before [02:04] then restart the service with `systemctl restart network-manager` [02:05] kevr: ok, I am reconnected [02:05] sweet [02:05] alright, now open up the little network icon in your tray [02:05] and go through it and look at your interfaces and stuff [02:05] just do a check [02:06] kevr: I think I'm unsure what to check for....if it says managed is true as well here? [02:07] is there an enp2s0 device or whatever somewhere? [02:07] Auto enp2s0 [02:07] kevr: I see a bunch of IP addresses, default routes, etc [02:07] Auto Ethernet [02:07] kevr: there is an "ifupdown (enp2s0)" [02:08] hmm, i should really get more familiar with network manager :) [02:08] sec [02:08] filifunk: confirm this is a desktop machine . [02:09] Bashing-om: yes, desktop [02:10] filifunk: K; then you can get awa7y wuth setting managed=true and use "/etc/network/interfaces" file for control. [02:10] filifunk: is there "Network Connections" somewhere? [02:10] away with* [02:10] Bashing-om: ok, sounds good [02:11] kevr: yep, I am looking at it right now [02:11] cool yeah, so as long as you see your adapter in there and stuff [02:11] kevr: yep! [02:11] you should be able to edit it and see DHCP set and stuff [02:11] alright cool man [02:11] now just try to use the applet in the future alright? [02:11] im 99% sure it was just a typo yesterday :) [02:12] kevr: actually when I click on "ifupdown (enp2s0)" the Edit button ghosts on me [02:12] oh yeah? [02:12] kevr: ok lol [02:12] is that the only interface? [02:12] kevr: yes that's the only one, I have old Wi-fi connections and the edit button is available for those [02:12] ah i see, so that managed=true makes it forced to be managed by /etc/network/interfaces [02:12] interesting [02:13] well you'll be fine, just keep those pages bookmarked :) [02:13] they show setups for static and stuff too [02:14] kevr: ok! haha. I feel comfortable just being happy to have internet come on automatically :) [02:14] great! [02:14] :D [02:14] !cookie kevr [02:14] does that work lol [02:14] \o/ [02:14] I saw someone else do that [02:14] haha [02:14] alright bud, i'm gonna get back to work [02:14] have a great day [02:14] kevr: thanks man! [02:14] kevr: you too [02:14] anytime sir [02:14] o/ [02:21] so the nightlight feature on ubuntu 18.04.1 only works on one monitor for me. the default monitor. though i have enabled on all of them. [02:32] Been seeing "BUG: Bad page map in process ruby2.5" when I boot new servers ever since the security update earlier today - known issue anywhere? [02:32] on AWS, so also could be a hypervisor thing related to Foreshadow === TDelectro is now known as TDelectro_ [02:43] so I have a piece of software that I am not the developer of, but I want to package it in a way I can deploy it really easily to a bunch of servers. Is there a sensible way to do this with a .deb? once its installed, it has its own update mechanism [02:44] i kinda think because it has its own update mechanism, maybe a .deb isn't really the way to go === TDelectro_ is now known as PLLunlock [02:48] that's fine [02:49] if it's your own custom package. things in the repositories aren't really intrusive, but you can install services in postinst and stuff [02:49] they have postinst/prerm scripts you can run for setup/teardown [02:49] just make sure you don't intrude on other programs === capella|away is now known as capella [02:50] actually, that's most likely the best way, as the deb can track the files it installs and take care of cleaning things up in case you need to [02:50] it's more manageable [02:50] also version upgrades, etc. [02:53] hays_: i usually use two separate packages [02:53] hays_: there's the daemon that has update services installed as a package, and the separate package [02:53] so that daemon can help keep the package up to date without breaking things === PLLunlock is now known as TDelectron [03:00] somewhat offtopic but since many with ubuntu uses virtualbox, anyone else having problems with fetching latest virtualbox-5.2 from oracles servers? [03:00] Failed to fetch http://download.virtualbox.org/virtualbox/debian/pool/contrib/v/virtualbox-5.2/virtualbox-5.2_5.2.18-124319~Ubuntu~bionic_amd64.deb 404 Not Found [IP: 2.18.35.31 80] [03:00] yet the file is there according to the http server dirlist, but not when one try to download the file... [03:00] have you tried apt-get update? [03:02] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [03:03] kevr: yeah, I guess what is weird is that the .deb usually has a version number associated with it [03:03] hays_: it doesn't actually matter what the version is though [03:03] you could literally make it 1.0 forever if you want [03:03] dpkg -i blah.deb overrides it anyways [03:04] hays_: i usually just extract the version off of something in the project [03:04] maybe git rev count, something like that [03:04] segment it into parts [03:05] how might I make it so that apt see it [03:05] well [03:05] you would have to host your own repository for that [03:05] is there a dirt simple way to host a single .deb repository? heh [03:05] hays_: https://askubuntu.com/questions/367147/how-to-host-a-repository-like-ppa-in-my-own-site [03:06] however [03:06] if you do it that way [03:06] apt-get upgrade isnt going to upgrade it if it's the same version [03:06] so you're going to need some kind of version bump. [03:07] can .deb files specify commands to run/ [03:08] like if I wanted to create a GUID and put it somewhere [03:08] Yes. Like I said, postinst/prerm files [03:08] Look up the structure of a .deb package [03:09] is there a flash plugin [03:09] for ubuntu for ice weasle [03:10] that can be install via apt install === LabMonkey is now known as Mechanismus [03:19] What's the best offline game for ubuntu? [03:21] moon-buggy [03:21] have any of you guys tried the new nix kernel? [03:22] define new [03:23] 4.18? [03:41] found this little guy: https://github.com/GM-Script-Writer-62850/Ubuntu-Mainline-Kernel-Updater [03:43] madLyfe: http://iam.tj/projects/ubuntu/wget_kernel_mainline.sh [03:44] does ubuntu use system 5 or system D [03:49] pi0: systemd. [03:50] pi0: Joweverm 14.04 is upstart . [03:51] 有人吗 [03:51] However* [03:51] ? [03:52] oh i see [03:52] what was the older commands for system V [03:54] tomreyn: is that the same script? [03:57] pi0 system V can mean a lot of things, it's a generation of unix (introduced 1983), so could mean Sh, the init scripts (as per your sysd question) or a lot more... most of which pre-date Ubuntu anyway and thus are off-topic here [03:58] hi [04:00] pi0, https://help.ubuntu.com/community/UbuntuBootupHowto may be of interest (sysd/sysvinit/...) [04:16] if you upgrade between releases, and the packages you have installed are not in the repos for the upgraded distro, does the upgrade remove those packages? [04:18] illuminated, not sure, not an expert, but maybe auto remove.?? i'm sure someone else might no the answer.. [04:19] illuminated, I now for sure it does if the old package is not compatible with new version [04:20] *know (no) [04:21] now/know [04:21] thanks Tin_man [04:21] getting late here [04:21] same [04:22] getting older by the nano second. [04:26] illuminated: why do you ask? you got issues? [04:27] lotuspsychje: not really. there was a program I added from a ppa that no longer is installed. wondered where it went. I'm going to be switching from windows to ubuntu soon, and just trying to figure out how ubuntu does things. [04:29] illuminated: if you upgrade, apt will disable external ppa's [04:29] illuminated, my advise is get a box and install ubuntu, keep windows on the other box, and learn before jumping ship.. [04:29] illuminated: we also dont support using external ppa's here, so we advice if you can, not to use them [04:30] and by no means dual boot. [04:30] I started off by dual booting back in 2004 - gave me a chance to take things step by step [04:30] It worked great for me. [04:30] Later I ended up running windows in a virtual machine and ditched the windows install [04:31] I dual boot and use virtual machines, virtual machine is a safe way to start, it is a lot harder to install dual boot with UEFI these days [04:31] and now I end up using a windows vm maybe once a year [04:31] Your milage may vary [04:31] Wild_Man: that's true. UEFI can trip things up sometimes, depending on the variant [04:32] well I got ubuntu running on a vbox vm on windows. [04:32] * Striking7 hates Mac's UEFI === Dreaman is now known as CrackerJack [04:32] illuminated: that's a good introductory step. I just introduced my neighbor (19 year old kid) to Linux via virtual machines a few weeks ago [04:32] he's already dual booting, and rarely uses his windows partition [04:33] the VM is a great way to introduce yourself to Linux in a non-destructive manner. If you screw something up you can just roll it back, wipe it and reinstall, etc. [04:33] Striking7, if I get into trouble with booting issues I get help from oldfred on the forum he is the best that I know and is a supermoderator as am I there so he is always around [04:33] i started computing in 1984, and i have 4 windows machines (real) and 3 linux machines (real).. I like real.. [04:34] i married a real woman in 1975, 43 year later still real.. [04:34] Tin_man, I like real to but I do run some vm's on Ubuntu [04:34] I started in 95 - I have a 2005 Mac Mini, a 2007 iMac, an 8 core xeon, and a 2007 alienware laptop [04:34] all of them run linux [04:35] I use vms of linux to make virtual appliances that I distribute to colleagues and friends. [04:35] lets keep it ontopic guys, we have a nice #ubuntu-discuss [04:35] Some for work (some colleagues aren't so hot at configuring a system, so it's nice to just ship them a pre-done system), some are wargames for friends [04:35] (hack this VM if you can! Here are some hints...) [04:35] sorry lotuspsychje [04:36] ok so i was able to boot with vt-d on but the bad news is that it only boots on arch, ubuntu still hangs [04:36] can anyone help debug whats going on here? [04:37] i can post where its stuck on booting [04:37] but i'll have to type it manually [04:38] there are different things on each of my 2 screens [04:38] one is stuck at a ppdev parallel port thing and the other has an "acpi error (bug)" [04:38] Goodnight All, remember "Keep it Real" :-) [04:40] acpi bios error (bug): could not resolve... [04:48] how does one get the verbose messages of a previously failed boot? [04:50] rangemonger: you have been here before, if you want support on your issues we advice to post your issue all-in-one line with all details like ubuntu version, kernel,pastebin of your errors, details matter on this for volunteers to be able to help [04:51] lotuspsychje: i would if i knew how to post the failed boot info, it hangs on boot, i can turn vtd off and then boot fine but where do i go to get the previous, failed boot messages? [04:52] rangemonger: start with ubuntu version, kernel, errors take a pic? or write it down? F1 at boot for textboot? [04:54] 18.04.1, it is text booting but its a lot to write done, cant take a pic before the os boots can i? does it log this info anywhere, i could turn vtd off and boot normally and then copy/paste it like that if i knew where it logs the previous boot [04:55] *down [05:01] lotuspsychje: 1 shows: "ppdev: user-space parallel port driver" as the last line [05:02] mon2 shows: acpi bios error (bug): could not resolve [\_SB.PCI0.SAT0.SPT3._GTF.DSSP], AE_NOT_FOUND (20180313/psargs-330) [05:16] hello all [05:17] do we have separately built php pkgs for apache mpm prefork, event, etc etc .. for trusty, xenial, bionic ? [05:18] also the same for PPA [05:31] madLyfe: no, not the same script. one which is IMO better, allows you to verify the authenticity of mainline kernel builds (validates their GPG signatures). [05:31] seems the digital ocean mirror is behind, do-release-upgrade fails out. :( [05:32] madLyfe: i dont like the idea of downloading .deb files from some plain http webserver and install them, especially not kernel images. [05:32] jiqiren: i guess you can always change the mirror server [05:32] does the script you posted have a github? [05:33] madLyfe: i mirror it at github.com/tomreyn/scripts/ [05:33] madLyfe: but i only pull from tj occasionally, no promises [05:34] jiqiren: https://launchpad.net/ubuntu/+archivemirrors will let you know the various syncronicity of mirrors [05:36] Flannel: thanks! === BhaveshSGupta is now known as bsg [05:39] Hello everyone! I'm trying to remove kernels 4.4 installed from 16.04 which are still around after upgrading to 18.04. The packages are not available and so apt can't uninstall them. How can I uninstall kernels from a previous distro version? [05:46] dnivra, have you tried `sudo apt-get autoremove` (https://help.ubuntu.com/community/RemoveOldKernels says autremove --purge though) [05:48] guiverc: Yes I did try autoremove. It didn't uninstall the linux kernel 4.4 though. [05:50] just a guess; but if you only very recently upgraded; it may not want to remove it until there are more 'recent' kernels - ie. it's count of 'recent' has it included.. (I think the count is 4, but can be altered & i'm not sure sorry) [05:52] tomreyn: ty. if i wanted to try out different DEs should i add them to ubuntu or should i try kbuntu or kde neon? [05:52] guiverc: Actually there are newer kernels: I'm running linux 4.15.0.32 and there's 4.15.0.30 as well. I think because linux 4.4 is old and doesn't belong to bionic's package repos. That's probably why autoremove doesn't remove them. [05:54] autoremove usually leave one older kernel on [05:54] *leaves [05:56] madLyfe: i'd usually add more DEs to the existing installation. but if you later decide to remove them and want to make sure everything you dont need is gone, this can take a while. so if you want to prevent this, a separate installation can make sense if its just fortestign and you're yet unsure as to whether you'll keep it. [05:56] that makes sense [05:57] is it possible so that grub will pick up inserted usb drives? for say like booting into a live usb? [05:57] Hello, i am trying to install 'Polybar' and it says on Ubuntu you should use 'GetDeb' i am not sure how it works here is the given link http://www.getdeb.net/app/Polybar [05:59] just seems to be down :D [05:59] madLyfe: there is grub-imageboot for isos + HDD images. didnt work for me out of the box, but i didt try to fiddle with it. [06:00] oswald: where does it say that you should use getdeb? [06:00] oswald: and yes, getdeb is unfortunately down for some days now (and hasn't seen updates for quite a while) [06:01] tomreyn: on the github documentation https://github.com/jaagr/polybar, it just says its available there [06:01] when i try to install it manually it says a package 'xcb-proto' is missing not sure how to install it [06:02] if i have an efi partition from windows do i need to create another efi partition for linux grub2 or can i just use the windows efi partition (104 MB) [06:02] also i can't join the #i3 channel because it says i need to be verified how does this work on IRC? [06:02] oswald: type sudo apt-get -f install [06:02] oswald: there's a mirror at getdeb.megaglest.org, you can use this for now, but this would only work for xenial and i may trash it in the future if getdeb wont revive [06:02] oswald: type /nickserv help register [06:02] what does -f do [06:03] fix broken [06:03] ok ty [06:04] but with ubuntu 18.04 i need to do apt-get or only apt? [06:04] Guest76340: you'll *need* to use the existing one, since there should only be one per disk. [06:05] oswald: either is fine. apt is designed to be more user freidnly, while apt-get is better suitable for scripting [06:07] osw187: apt is just a combination of apt-get, apt-cache, and some other apt-* things. To make it so you don't need to remember whther to use apt-cache or apt-get [06:07] dnivra: what's the error message you get when you try to uninstall them with apt? normally this should just work fine even when the apt source is no longer available [06:07] !paste | dnivra [06:07] dnivra: 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:08] hi [06:10] hello [06:10] tomreyn: https://paste.ubuntu.com/p/964nT45vsv/ [06:10] rohit: hi [06:11] dnivra: it'S telling you that no such package is installed [06:11] dnivra: so either the name is not spelled correctly or it has since been removed [06:13] tomreyn: Not quite. apt is saying it can't find the package. If package weren't installed, it would look like https://paste.ubuntu.com/p/rg2CmBWr5S/ [06:14] tomreyn: And linux-headers-4.4.0-130-generic is the correct page name - it exists in 16.04. See https://packages.ubuntu.com/xenial-updates/linux-headers-4.4.0-130-generic [06:17] i can't find polybar on the getdeb link you sent me tomreyn [06:21] dnivra: one of your outputs is that of apt-get, the other is of apt, this may explain the different messages [06:22] dnivra: you can always dpkg -r or -P a package, too. [06:22] hello [06:22] what packages usually hold defines/macros such as R_X86_64_GOT64 [06:22] (but it's not ideal, doesn't take dependencies into account) [06:23] osw187: maybe it's not there anymore. try finding a different ppa [06:24] tomreyn: Ah sorry about that. I tried running both with apt but there was no difference. And dpkg -r doesn't work either. I believe the problem is that the linux 4.4. packages are not present in 18.04 and so apt/dpkg can't recognize them. [06:24] dnivra: If the package is installed, dpkg still knows about it. [06:25] dnivra: can you pastebin `dpkg -l | grep linux-*` [06:27] dnivra: if dpkg -r can't remove them, they're not installed. if they're installed, dpkg -l would list them [06:28] Flannel: Here's the output: https://paste.ubuntu.com/p/RSDVGmnv4J/ [06:28] dnivra: Ok. That doesn't show any 4.4 kernels. What makes you think you still have them installed? [06:29] tomreyn, Flannel: I have the linux kernel 4.4 files in /boot. [06:29] dnivra: which files? [06:30] So I upgraded from 16.04 to 18.04 and I think the 4.4 kernels were not uninstalled during the upgrade. [06:30] dnivra: Can you give an example of one of the 4.4 files in /boot? [06:30] dnivra: Are you dualbooting this machine or anything like that? [06:31] Flannel: Here are the files in /boot - https://paste.ubuntu.com/p/TkRkJZrs5J/. And no I'm not dual booting - 1 Ubuntu installation only. [06:32] dnivra: Alright, what does `dpkg -S /boot/initrd.img-4.4.0-130-generic` give you? (I think I typed that correctly, go ahead and tab complete it!) [06:34] Flannel: That was correct :). dpkg-query says "no path found matching pattern /boot/initrd.img-4.4.0-130-generic" [06:34] dnivra: Those 4.4 files aren't controlled by dpkg. Which means they either were installed outside of dpkg/apt, or you somehow deleted the knowledge of their package from dpkg. Since that's the case, nothing bad will happen if you just rm those files. [06:35] This isn't a normal thing. If the files were a part of a package (and nothing was corrupted or anything in your package database), it doesn't matter *what* happens in the repos, dpkg will still know about the packages on your machine (because dpkg doesn't know/care about the repos) [06:35] So you could have files installed from a kernel from a decade ago, and they'd still be there until you removed them. [06:36] "they" being the files *and* knowledge of the package in dpkg. [06:36] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [06:36] Flannel: Ah I see. Honestly I'm not sure dpkg doesn't know about them. I simply installed 18.04 without formatting / and that's it. I had some problems with EFI but I don't think that's relevant here. [06:37] Anyhow it's safe to just rm them so I'll go ahead and do that. [06:37] OOh [06:37] dnivra: You installed it over top? not upgraded? [06:37] dnivra: I am 100% sure that dpkg doesn't know about them (otherwise dpkg -S would tell you what package they came from) [06:38] Flannel: Yeah installed over top. I just realized I probably wasn't clear about that part in my original query. [06:38] dnivra: So, when you installed overtop, that is NOT an upgrade. You literally just made the installer put all of its packages/files on the same file systems as before. It doesn't clean them. So the NEW dpkg database replaced the OLD dpkg database by overwriting it entirely. [06:39] dnivra: So, you've probably got a *lot* of files that are potentially just sitting around. [06:39] It's like unzipping a file that contains "B.txt" into a directory that already contained A.txt. You end up with a directory containing A.txt and B.txt. [06:40] Except dpkg only knows it unzipped B.txt, so it knows nothing about A.txt [06:41] Flannel: Thanks for the explanation! Makes sense. And sorry about the wrong terminology: I completely mislead everyone. [06:41] Yeah lot's of files surely: at bare minimum the two kernels. Going to be a huge problem tracking them all. [06:41] I guess I was probably better off upgrading or formatting / than this :). [06:42] dnivra: No worries. We figured it out. Doing this sort of "upgrade" is certainly not best practices. But other than extra HDD space, it /probably/ won't cause any major headaches. [06:43] dnivra: If you move /home to a separate partition, you can always reinstall "around" /home and have a clean install. [06:43] dnivra: anyway, if you have anything behaving funnily in the future, extra files (especially like "old configuration files" or whatever) is probably a good place to check first. [06:44] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [06:45] Is safe to run amule in ubuntu? [06:45] Flannel: Right. I used to do the separate /home but then I used to run out of space on / with lots of space on /home or vice versa. I decided it's better to just have a single / after that. [06:46] I will keep in mind about the old config files causing issues when debugging any future problems. Thanks for that tip1 [06:46] dnivra: Or use LVM! So you can resize dynamically! [06:47] dnivra: But yeah, partition size management is something that takes a bit to get a feel for your use-cases. [06:47] dnivra: You *could* always migrate to a separate /home, reinstall, then migrate back to a combined one. If the "bonus files" become an issue in the future. [06:49] Flannel: I've never tried out LVM so that's something I will check out. Looks interesting. And yeah, the other solution is always there: migrate, reinstall and go back to single /. [06:49] Thanks for those tips! [06:50] dnivra: no problem. Happy... hunting... or whatever! [06:50] Flannel, tomreyn, guiverc: Thanks for all the help :)! [06:51] Is safe to run amule in ubuntu? === r0Oter is now known as r00ter [06:54] jeremies, amule is in the universe repo, so it's as safe as any in that repo? (https://packages.ubuntu.com/search?keywords=amule) if that worries you.. what do you mean by 'safe'?? [06:55] guiverc: if it does have security vulnerabilities... [06:57] you'll have to check yourself ; and see if it meets your needs - it's from upstream, MOTU & I don't know the named people nor package - you make up your own mind as with any 'universe' FOSS package in my mind... you know your needs, you do the homework... [06:57] https://packages.ubuntu.com/bionic/amule (forgot to paste this) [07:00] also how do i update my touchpad driver so it detects my touchpad as an actual touchpad instead of as a mouse [07:05] neon__: if you use gnome go to the settings and Mouse and then Touch pad [07:05] you'll find it there. [07:07] guiverc: thanks [07:08] If I want to get rid of log text in my ubuntu splash screen, what keywords should I look for? All resources I find are about removing the splash screen altogether. http://puu.sh/BewOe/8d4ce880f1.png [07:08] Aaron: im using kubuntu [07:27] i am running ubuntu on virutalbox and loaded vbox addons, the iso is loaded but i cannot find it on /media or /mnt === kostkon_ is now known as kostkon [07:39] Hello [07:40] I'm trying to set ubuntu to boot toram , the wiki says "no longer necessary" I'm guessing it's for the earlier workaround, so what do I need to do right now ? [07:40] I have the latest LTS x64 [07:40] Also, i'll be putting it on a multiboot using YUMI [07:40] hello [07:49] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [07:50] whoa [07:50] i was going to click on that === neon is now known as Guest18319 === Guest18319 is now known as neonkde [08:04] i tried mainline kernel 4.16 which really fixed some problems for me. But not all problems are gone .. should i also try 4.17 and 4.18 ? === Richard is now known as Guest93940 [08:18] ph88: look for bug reports on your problem, see if it is fixed in later kernels [08:19] ph88, 4.16 is not a Ubuntu supported kernel from what I can see; 4.15 & 4.17 are (18.10 currently uses 4.17) so I'd suggest using a supported patched Ubuntu kernel so it's automatically patched; I suspect 4.16 you'd have to update yourself security wise, but I don't know (opinion only) [08:21] (my point was I'd try 4.17 due to Ubuntu Support .. 18.10 may go 4.18 before launch..; but it's only a short-term-support kernel anyway for Ubuntu).. but you do what's right for your issue.. [08:21] nikolov@ubuntu-ivan:~$ uname -a [08:21] Linux ubuntu-ivan 4.18.0-041800-generic #201808122131 SMP Sun Aug 12 21:33:20 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [08:21] nikolov@ubuntu-ivan:~$ [08:21] :)~ [08:22] hey, I'm trying to make my first ppa but upon dput ppa:user/repos changes.file.changes I get an error: error 58: gpgme_op_verify - what does it mean? I've set up the gpg stuff and added the key tho launchpad... [08:22] Dreaman: please don't do that unless asked, you should know better [08:22] ok [08:24] ducasse command to upgreat to 18.10 [08:24] :) [08:24] help me [08:25] how do i see what package owns x file [08:25] Dreaman: 18.10 support is in #ubuntu+1 [08:25] ok [08:25] neonkde: dpkg -S /path/to/file [08:25] ok [08:26] i am mi=ute [08:26] mute [08:27] guiverc, if i install 4.17 kernel will it automatically update with normal software updates ? [08:27] anyone could help me with the dput issue? [08:28] Dreaman: why you want to upgrade to 18.10? it's unreleased still, might have issues [08:28] ph88, what release are you on? 18.04 LTS (with HWE enabled) will soon use 18.10 kernel, where by it would get updated I'd assume if using 18.10 and have HWE enabled (depends on how you installed it I bet), if other release, I doubt it... [08:28] a use 18.04 lts and new kernel [08:28] ph88: no, not until a later kernel is released (which won't happen for a long time) [08:28] no need [08:29] change name in repo [08:29] upgreat [08:29] use 14 years ubuntu [08:29] yeah, my "soon" wasn't real accurate; will be after 18.10 is released... [08:29] !mainline | Dreaman does this help? [08:29] Dreaman does this help?: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [08:29] Dreaman: you can install newer kernels on your current ubuntu [08:30] no need help me [08:30] i now [08:31] guiverc, how do you know that 18.04 will get 18.10 kernel ? [08:32] ph88: that's how hwe works [08:32] http://kernel.ubuntu.com/~kernel-ppa/mainline/ [08:32] ph88, by default 18.04 sticks with 18.04's kernel, but with HWE enabled, it moves to 18.10, 19.04, 19.10 then 20.04 when released... [08:32] just update [08:32] ph88, https://wiki.ubuntu.com/Kernel/LTSEnablementStack [08:32] wath is the problem [08:33] Dreaman: if you want to update then "sudo do-release-upgrade -d" takes you to 18.10 [08:33] no work [08:33] Dreaman: the problem is that mainline kernels are unsupported and don't have the patches regular ubuntu kernels do [08:34] Dreaman: type grep -i prompt /etc/update-manager/release-upgrades [08:34] Dreaman: type "grep -i prompt /etc/update-manager/release-upgrades" [08:34] ducasse, 4.17 gets regular minor updates why you say no new update in a long time ? [08:35] EriC^ name [08:35] new [08:35] just change [08:35] ph88: you need to install mainline updates manually [08:35] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [08:35] ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ https://i.redd.it/8w0r915sm1ty.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [08:36] this is also strange when i restart my pc i see: unattended-upgrade in progress during shutdown, please don't turn off the computer ... i've never seen this before [08:36] ducasse, i have 4.16 mainline kernel manually installed (from 4.15 default) .. now i will try the latest 4.17 .. but i rather not install kernels myself so the option that guiverc seems interesting [08:40] can someone help me figuring out why every time that I connect the charger in ubuntu 18.04 I don't have sound [08:40] it recognizes the charger as a USB device [08:40] and tries to redirect the sound to the charger [08:41] so I have to manually go to the console and tell it to use the default device [08:41] but then it randomly switches back to the charger [08:41] Felishia: lol [08:41] :( [08:41] so I can't charge my computer and listen to anything at once wtf [08:42] rip [08:43] ubunutu legacy bios boot options menu stupid filename txt.cfg [08:43] almost didn't fount it if I would do grep [08:43] this unattended-update during restart already takes 10 minutes .. how long should i wait ? [08:45] how do i correctly install virtualbox [08:45] neon@neon-X555BA:~$ virtualbox [08:45] Segmentation fault [08:45] neonkde: which release is this? [08:46] 16.04.1-Ubuntu [08:46] Linux neon-X555BA 4.15.0-30-generic #32~16.04.1-Ubuntu SMP Thu Jul 26 20:25:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [08:49] i did sudo apt install virtualbox [08:50] neonkde, i would suggest full-upgrade then try - 16.04.5 I think is the current version, not .1 [08:50] ok [08:51] 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade. [08:52] i checked; 16.04.5 is the current version, are you using KDE Neon ? and not Ubuntu? [08:53] guiverc: it's .1 when hwe is not enabled, iirc [08:54] okay - sorry neonkde (my 16.04.5 doesn't have HWE enabled..) [08:54] guiverc: yes [08:54] Sysinfo for 'neon-X555BA': Running inside KDE Plasma 5.13.4 on KDE neon 5.13 powered by Linux 4.15.0-30-generic, CPU: AMD A6-9220 RADEON R4, 5 COMPUTE CORES 2C+3G at 1701-1786/2500 MHz, RAM: 5357/7487 MB, Storage: 13/314 GB, 198 procs, 2.43h up [08:55] neonkde: neon is supported in #kde-neon === sdx32 is now known as sdx23 [08:57] hey guys. hope you guys can help me .... i have a dozen similar machines which i like to update via a cronjob (after tested on the 'spare' machine) ... update-script includes these two lines: https://hastebin.com/aqewavozet.sql however it still prompts me when it tries to update grub if i want to keep the current config or change it ..... [08:58] ubuntu server 18.04 [09:08] Hi, [09:08] Hi === ubuntu is now known as Guest38601 === capella is now known as capella|away === ZERO is now known as Guest35342 [09:17] hello === TheNumb_ is now known as TheNumb === flyinprogrammer_ is now known as flyinprogrammer === cjs226__ is now known as cjs226 === oh4_ is now known as oh4 === popey_ is now known as popey === TheCowboy_ is now known as TheCowboy === barq_ is now known as barq [09:18] I have a pc in which I am able to use Ubuntu then I buy a laptop and [09:18] when I try to install ubuntu in my laptop there is a black screen but when I use a flashlight on my laptop screen then I barely able to see a menu which asks to try or install I get this same problem with Kali Linux also [09:19] hey guys [09:19] Guest35342: have you tried to just punch enter? [09:19] can u explain [09:20] When you see that text, just push enter [09:20] see what happens [09:21] u mean with shift key [09:21] yes i tried it [09:21] with nomodset [09:21] oh memory lane! [09:21] after using this method i get a black screen [09:27] hey! [09:27] can u help me [09:27] reasking from yesterday: i'm on xenial. how do i downgrade gcc to 5.3? [09:28] !ask | Guest35342 [09:28] Guest35342: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [09:28] !patience | Guest35342 [09:28] Guest35342: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [09:28] install gcc-5=5.3 fails because of dependencies, so how do i do this correctly? [09:28] I have a pc in which I am able to use Ubuntu then I buy a laptop and [09:28] when I try to install ubuntu in my laptop there is a black screen but when I use a flashlight on my laptop screen then I barely able to see a menu which asks to try or install I get this same problem with Kali Linux also === neon is now known as Guest23017 === amirpro_ is now known as amirpro [09:31] is there a way to recursively downgrade dependencies? [09:31] in a safe manner [09:32] hey sebsebseb [09:33] Guest35342: hi what you want? [09:34] I have a pc in which I am able to use Ubuntu then I buy a laptop and [09:34] when I tr [09:35] sebsebseb: when i try to install ubuntu i get a black screen [09:35] but when i use a flash light on my screen [09:35] Guest35342: when do you get the black screen ? [09:35] when it ask to install or try === Whatever is now known as Guest46369 [09:35] and what was that about a flash light ? [09:36] when i use a flash light on my screen i am barely able to see a menu to isntall [09:36] Guest35342: I just had my own werid issue, wehre yep black screen, when booting up what was meant to be the live session [09:37] Guest35342: Grub should come up, it's mostly dark in Ubuntu by default [09:37] or black and white kind of thing [09:37] from that you put try Ubuntu from live session [09:37] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [09:37] ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ https://i.redd.it/8w0r915sm1ty.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [09:38] when i try fr live then i stucks [09:38] then it stucks [09:40] what is the task manager version for ubunut [09:40] but console [09:40] Guest35342: when you put try ubuntu on the live sesison so from grub [09:40] Guest35342: it just goes black screen or what? [09:41] htop [09:41] pi0: ^ [09:41] i using csm mode so it not showing grub [09:41] in order to kill process you need to run as root? [09:42] no [09:42] but you can only kill processes that you own [09:45] nice [09:45] i opened an app [09:45] but not sure the name [09:45] but i see the window open [09:46] it only says terminal [09:46] how do i kill that process [09:49] How to check used internet data and internet speed on Ubuntu? [09:50] Not for only one day. Is it possible to check the usage of months? [09:52] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [10:02] Howdy folks [10:05] Do you see my two nicknames quim and jeremies ? [10:05] Hi [10:06] I'm running xubuntu 16 LTS, when autocomplete is not working for tar [10:06] but it is for 'cd' and 'apt-get' [10:06] I'm running xubuntu 16 LTS, autocomplete doesn't work for the 'tar' command [10:07] quim, nope [10:08] you only see quim ? [10:08] JadedJ, what do you mean autocomplete? if you hit tab twice, you should see the options (many commands start with 'ta' [10:08] only one allowed per server [10:08] quim,^ [10:10] JadedJ, even at three characters; `tar` could be 3 commands on my machine, so autocomplete on a single tab isn't yet available... [10:12] BluesKaj, thanks === quim is now known as botato [10:14] hola [10:14] now I'm botato [10:16] guiverc: What about if I use the parameters first and want to auto complete the filename? [10:18] tar -xjf [10:20] JadedJ, i can't speak authoritatively here, but if the shell knows you are typing a filename, it'll autocomplete (if unique & matching), a test on my box had it expand a tarball correctly... === neon is now known as Guest11567 [10:30] hello, while connected to a remote machine via ssh, is it possible to do something like "command > file" so that the file ends up in your local machine? [10:30] I see you can do "ssh user@machine command > log" but what if already sshed? [10:31] mezod: blah > user@yourhost:/file.log [10:32] hmm nice thank you, now need to figure my host x) [10:32] actually no that wont work [10:33] what the... *gets coffee for a brain* [10:34] aww [10:42] here's what i'm getting trying to downgrade gcc: https://ghostbin.com/paste/9dpcz [10:42] how do i do this correctly [10:42] Is there a good guide out there on how to install HoneyD on ubuntu 16 LTS? [10:44] If I want to get rid of log text in my ubuntu splash screen, what keywords should I look for? All resources I find are about removing the splash screen altogether. http://puu.sh/BewOe/8d4ce880f1.png [10:45] mezod, i'd just create the file on the machine being used, then `scp` it do the machine you want it on, then delete it on used.machine... (ie. I've never wanted a better method than that) [10:46] yeah, i thought there'd be a fancier way than that :p [10:46] Hi, we employ a new freelance devops and gave him root privileges, so we prefer to carefully track his actions, at least for the first period [10:46] mezod, hateball: command > ssh user@machine 'cat > file' [10:47] what would be the best way to log his ssh logins and commands, and any file uploads \ modifications? (maybe there're more things that don't come to my mind) [10:48] hmm that's confusing [10:48] MeiR: with root access? none [10:48] ppf, why? because he'll have anyway access for stopping these logs? [10:49] Trangar, splash hides the startup-text-messages; 'ie. quiet splash', so i can't see how getting rid of slash would help.. -- i think you need to select a new plymouth screen https://wiki.ubuntu.com/Plymouth [10:49] yes [10:49] ppf, let's assume he won't dig to that level, therefore he won't know [10:49] Trangar, this is easier https://askubuntu.com/questions/2007/how-do-i-change-the-plymouth-bootscreen (use 65-up-vote answer) [10:50] in addition, if it helps, i meant to "su" privileges with his own user, and not the actual root [10:50] guiverc: I'll have a look, thanks [10:51] MeiR: that's the same thing [10:52] If I make this openssl certificate with one PC can I export it to another PC ? [10:52] openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:4096 -keyout ~/.config/hexchat/certs/freenode.pem -out ~/.config/hexchat/certs/freenode.pem [10:52] jeremies: sure [10:52] How ? [10:52] copy it? [10:52] ppf: allright, so as i said we're assuming he won't know [10:53] you know a fix to network manager disconnecting either wired or wireless soon after boot, and once manually reconnected works infinitely till next boot? still happens to me over several major versions, on totally different computers, no matter what desktop (mate/unity)? [10:53] I try it with hexchat but doesn't work [10:53] MeiR: you can enable auditing in pam [10:56] MeiR: actually, if you don't give him su but only sudo, and nail that down properly, that'd be much saner [10:56] ppf: hexchat doesn't allow to connect to freenode with tor network [10:57] and also auditable with sudoreplay [10:57] jeremies: and why's that [10:57] ppf, i added him inside "visudo" with: ALL=(ALL:ALL) ALL [10:57] ppf: using this certificate copied from another user created from my pc [10:57] it's considered only sudo, isn't it? [10:57] jeremies: why [10:58] MeiR: yes, but after sudo su - it's not [10:58] ppf: I followed the tutorial in https://medium.com/@defcon201/tutorial-connecting-to-freenode-via-tor-like-a-boss-f8d74199b634 but the nickname that puts freenode then is my ubuntu username and I don't want that [10:58] how can i tell if he's allowed to "su -" ? [10:58] then I created a new username in ubuntu and created a openssl certificate with this username [10:59] after copying it to my real username it won't work [10:59] to "sudo su" * [10:59] MeiR: he's alloed [11:00] ok, so can i please know how should i implement your suggestion: "if you don't give him su but only sudo"? [11:00] jeremies: better ask this in #hexchat [11:01] ok, thanks ppf [11:01] MeiR: whitelist the commands he's allowed to use [11:01] jeremies: where does it put that user? Also you can use hexchat to connect via Tor, you just need to SASL external, we have manuals for that on our website (freenode.net) [11:02] Ubuntu 14.04.5 Support? [11:04] install Minecraft in Ubuntu 14.04.5? [11:04] Fuchs: in my nickname. Now is jeremies, because I'm not connected through tor. But if I connect throught tor it becomes quim (my desktop pc username) [11:04] that's configureable and unrealted to the certificate [11:05] *unrelated, even [11:05] Fuchs: yes I can do /nick newNick [11:06] when I issue /whois newNick it gives quim@tor... [11:06] that's the ident [11:06] that is also configurable in hexchat [11:06] or something like that [11:06] as far as I am aware it has to be the same as your registered nick in order to get SASL to work, but it's definitely configureable in hexchat (and every other sane client) [11:07] I'm rather sure the config is called "username" in hexchat, where you configure the network as well === ktchk is now known as ktc [11:07] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [11:07] Fuchs: thank you very much I will try that === ktc is now known as ktchk [11:19] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [11:19] ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ https://i.redd.it/8w0r915sm1ty.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [11:22] hello, i have installed clementine music player, but I can only start it from command line, it is missing from the dash menu [11:23] altough there is a dekstop file for that, but it seems it is somehow not considered [11:23] why is that? [11:23] /usr/share/applications/clementine.desktop [11:24] zoli__, how did you install it? [11:24] Tin_man: via Synaptic [11:24] and not as a snap app [11:26] when i try to start it and type clementine in the gnome3 app search box, it only offers me another clementine to install as as snap app, instead of showing the already installed clemetine. The 2 apps have different icons too [11:26] hmm, don't know, does it show up as a removable Application? [11:27] in synaptic? yes [11:27] i have also 2 different versions in the Ubuntu Software center [11:27] yes [11:28] there are 2 vesions [11:28] 1 is a snap app, the other is the nomal app [11:28] i installed the normal app [11:28] maybe try removing it, and install the other one. :) just a guess.. [11:28] yeah, but i dont want to use the snap version :) [11:28] it takes up much more space [11:29] as well as memeory [11:29] have you tried rebooting? again just a shot in the dark.. [11:29] is there a way to prevent root password change in scenarios like rescue mode? [11:30] sure, i have installed it several days ago [11:30] hadifarnoud: no === zoli__ is now known as boritek [11:34] don't know boritek, maybe remove, re-install.. that is the only option I can come up with. === Freddish_ is now known as Freddish [11:42] hello [11:43] boritek, Tools -> Preferences -> Behaviour -> "When Clementine starts ... Always show the main window" [11:46] hmm [11:47] Hi there! [11:49] Hi opentext . If this is your first time here ( or such ), this is a support channel for Ubuntu and official flavors. If you need help, please post your question. If you want to be helpful then I thank you. === rafael is now known as Guest46071 [11:52] ioria: that is already set, but the problem here is that, I the app icon does not show up at all in my dash menu [11:53] boritek, you mean you cannot see the icon or it does not start from dash but only from terminal ? [11:54] thank you. just trying to be helpful :) [11:54] ioria: i cannot see the icon, so I cannot start it either, I can only start it from the command line [11:54] boritek, sudo apt install --reinstall clementine [11:55] the weird thing is that i can see 2 desktop files: [11:55] /usr/share/app-install/desktop/clementine:clementine.desktop [11:55] /usr/share/applications/clementine.desktop [11:55] i renamed the first one, to /usr/share/app-install/desktop/clementine:clementine.desktop2 and restarted gnome-shell [11:55] but it didnt help either [11:56] boritek, you can always make a custom launche in ~/.local/share/applications [11:56] ioria: reinstalling didnt help me either [11:57] boritek, revert the changes you did first [11:58] ioria: do you also have both of these files? [11:58] boritek, yes [11:58] reinstalling didnt provide the /usr/share/app-install/desktop/clementine:clementine.desktop file [11:59] boritek, ps -A | grep clem [11:59] i can see only my renamed old file /usr/share/app-install/desktop/clementine:clementine.desktop2 [11:59] ioria: it does not run atm [12:00] boritek, usually you don't need to rename those files [12:00] Hello, I'd like to use my nVidia card for GPU encoding, but with this guide from 2016 I'll need to rebuild ffmpeg and stuff... has anything easier been developed since then? https://www.maketecheasier.com/nvidias-gpu-assisted-video-encoding-nvenc-work-ubuntu/ [12:00] ioria: what is that file btw? [12:02] boritek, .desktop files ; an application gets registered into the desktop's menus through a desktop entry [12:03] ioria: i know, I mean that destop file in that different folder in /usr/share/app-install/desktop/ [12:04] and the desktop file in there is differentr than the one in /usr/share/applications/ [12:04] boritek, those are installed by the app-install-data Install app-install-data package. [12:04] !info app-install-data [12:04] i wonder why are they different [12:04] app-install-data (source: app-install-data-ubuntu): Ubuntu applications (data files). In component main, is optional. Version 15.10 (bionic), package size 14694 kB, installed size 45266 kB [12:05] boritek, they have additional metadata added for things like popularity counts and search keywords [12:05] hey there, i just erased debian of my laptop and installed ubuntu, however, i have two problems. First, i seem to not have a right click function right now, is there any specific packagse i should get ? [12:05] boritek, but that it's not the point here [12:06] second, i also have an ssd in my laptop which used to have windows installed. since i didnt have a big enough usb stick i decided to not install windows. its still installed on the ssd tho. is there a way to reach that SSD_ [12:07] ioria: I purged, autoremoved it (for the dependencies) and installed it again [12:07] but didnt help [12:07] boritek, make a custom launche in ~/.local/share/applications just for test [12:08] ioria: the custom local one works [12:09] but no clue why the central desktop one does not [12:09] boritek, did you edit it ? [12:09] no [12:09] just copied it over [12:09] using a newer gcc from ubuntu-toolchain-r doesn't work either because reasons :( [12:09] so the only thing i _can_ do is downgrade [12:09] ioria: from /usr/share/applications/clementine.desktop [12:10] but: https://ghostbin.com/paste/9dpcz [12:10] boritek, it's the only app that behaves like that ? [12:11] yes [12:14] boritek, yes, makes no sense for me atm === tsglove2 is now known as tsglove === kiilo1 is now known as kiilo [12:18] Hi, everytime I boot up my computer I have to go to the terminal and run pulseaudio in order to get sound. Is there a place I can tell the computer to run it automatically when I boot it up? === xnite_ is now known as xnite === Richard is now known as Guest12902 [12:45] filifunk: You using Gnome? You have something called "Gnome tweak tool"? [12:47] ‎ A few days back I installed ubuntu on a small parition. I now want to move the ubuntu to a different partition, is it possible? [12:48] adroit_machine: sure [12:49] ppf: How do I do that? I have differnt swap and root parition, but I don't want swap parition anymore, plus I want to move the root partition to a differetn parition [12:50] sure, just copy the stuff [12:51] ppf: copy the directories and stuff? It would be really helpful if you can point to an online resource with how to's [12:52] that you'll have to google yourself, i have none [12:53] Ryvius: I don't know what gnome is, is it like an add on to ubuntu? [12:53] hi [12:54] Who know how to configure apache2? [12:55] what the web server choose to use? [12:55] Ryvius: I'll look into that...I gotta go tho [12:55] Ryvius: thanks [13:05] Hello [13:06] where do I configure keyboard locale option for the live version? Trying to make a custom ISO [13:06] as well as timezone [13:08] adroit_machine: if the same partition is on the same disc, you can copy all files into a new partition (with the same FS) and you will have to configure grub. [13:13] I've installed Ubuntu 18.04 in a VirtualBox VM. I'm attempting and failing to collect a core dump. I get the initial panic on the console, but then the system hangs rather than attempting to load the dump kernel. How might I go about getting kernel core dumps working? I followed this guide here: https://help.ubuntu.com/lts/serverguide/kernel-crash-dump.html.en [13:17] hy brother [13:30] Tuor: Could you please give commands and tell how to configure grub? [13:31] adroit_machine: https://www.howtogeek.com/196655/how-to-configure-the-grub2-boot-loaders-settings/ [13:31] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [13:33] You will have to read documentation and inform your self, I can't give you step by step instructions, it is very dependent on your environment. [13:34] ok Tuor. Can you point to an online resource? [13:36] did you see my link adroit_machine ? [13:36] https://www.howtogeek.com/196655/how-to-configure-the-grub2-boot-loaders-settings/ [13:39] yes Terminal [13:39] I'm a little confused, Terminal. After I copy all the files to destination partition, should I boot the computer using live cd or what? how does that work? [13:44] "startup disc creator" is not available in kubuntu. How do I make a bootable usb? [13:46] Hi [13:47] What is the best way to install packages that are no longer in the ubuntu package database? [13:47] JadedJ: It's recommended you don't. [13:47] JadedJ: what package are you referring to? [13:48] bonjour [13:48] I'm trying to install the package honeyD that is no longer available [13:48] https://launchpad.net/ubuntu/+source/honeyd [13:48] m4th: we only speak English hre. === thebulb is now known as zumwalt [13:49] The source code is available here [13:49] http://www.honeyd.org/release.php [13:49] JadedJ: that project hasn't been updated in over 10 years [13:49] ho ok thanks im soory for disturbing ,i find the french canal for ubuntu please [13:49] "Honeyd should compile and run on *BSD systems, GNU/Linux and Solaris" [13:49] hey there, my ubuntu doesnt recognize my ssd, how can i fix that_ it still has windows installed but id like to format it [13:50] JadedJ: Someone thinking about getting into security should understand that installing/running such a thing is a bad idea [13:51] JadedJ: https://github.com/DataSoft/Honeyd/issues/91#issuecomment-175115729 === ZERO is now known as Guest81075 [13:51] hey guys [13:53] when i try to install ubuntu after ubuntu logo i get a black screen but when i use flash light on my screen i barely able to see a menu which ask to install or try [13:53] what should i do [13:55] choose try [13:56] leftyfb: Thanks for your replies [13:57] Guest81075: tried turning the brightess up? [13:57] yes [13:57] but no +ve result [13:58] hello [13:59] When I upgraded to ubuntu 18.04, the UPower hibernate on critical battery is no longer triggering! Any clues! [13:59] Hi, has anyone got any experience with "getrlimit: Function not implemented" after an upgrade from 16.04 to 18.04? [14:00] leftyfb: I was wanting to install honeyD purely to test it out [14:02] hello everyone i have a issue.. when i install ubuntu server 18.04 on a desktop machine with a nas harddrive .. when i restart the machine after the install is done i go into grub rescue mode .. ?? any ideas ?? [14:03] thearkon: what's the error message [14:04] let me boot up .. hang on. [14:05] the error message is attempt to read or write outside of disk "hd0" [14:05] what do you mean with 'nas harddrive' btw? [14:07] an actual nas hard drive .. instead of a regular everyday hard drive [14:07] ah [14:07] that's just a marketing term, it's a regular everyday harddrive [14:08] haha yes.. [14:08] JadedJ: you'll need to compile it then. But according to that github page, people weren't having much luck [14:08] thearkon: did you install ubuntu in legacy or efi mode? [14:08] got anything on that disk besides ubuntu? [14:09] nope it was a fresh install . [14:09] im trying to get a fog project machine. for inside the office here.. [14:10] https://fogproject.org/ [14:10] did you install ubuntu in legacy or efi mode? [14:11] lol [14:11] um .. legacy.. [14:11] Hello, I have spotify, slack, and phpstorm installed as snaps but when I try to run them after a reboot I get "snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks". I'm running on Ubuntu 18.04.1. [14:11] thearkon: can you reinstall in efi mode? or is your machine too old for that? [14:12] any help here [14:12] please === zumwalt is now known as galad [14:13] its a old hp .. [14:13] so probably not. [14:14] would ide to raid matter ?? for the install ?? === sk_ is now known as phinaliumz [14:17] what could work is if you move the /boot partition closer to the beginning of the disk [14:17] can you boot the live disk and paste us the partition table? [14:19] yeah i can do that .. [14:21] also, is it just this one disk, or multiple? lvm? software raid? [14:22] its just this one disk.. a 4tb.. === capella|away is now known as capella [14:25] i think i might have to manually format the partitions . for linux install to work.. [14:29] Hello. How can I run two instances of a program like entangle? [14:30] !info entangle [14:30] entangle (source: entangle): Tethered Camera Control & Capture. In component universe, is optional. Version 0.7.2-1ubuntu1 (bionic), package size 354 kB, installed size 2515 kB [14:30] vlt: not sure if you could run two instances of that on one machine if it's tied into camera hardware. [14:31] nicomachus: I can choose which camera to talk to. [14:31] run it from a terminal, open a new terminal and try to run a second instance. [14:31] Already tried that. [14:31] Didn't run another one. [14:33] Can anyone recommend another tool that will let me show live camera footage from DSLR cameras connected via USB cable (using libgphoto2, I think)? [14:34] hi ,is there an option somewhere to add a second timezone ,can t find that in default 18.04 [14:36] linux8659: I don't think so. If there's a way, it's specific to a program that explicitely knows how to handle multiple TZs [14:37] linux8659: https://extensions.gnome.org/extension/605/multiclock/ [14:37] mate has it ,along with an easy suspend button access ,it s a shame [14:38] thearkon: wont work if you'll be creating the partitions before you start the server live installer. (with the alternative installer it should work, and so should manual partitioning from within the server live installer, for the most part) [14:40] linux8659: so you're actually asking about what leftyfb linked, a wall _clock_ with multiple TZs? because "add a second timezone" question implies adding another /etc/timezone or another level to it, which doesn't work.... [14:40] Before installing livevent in ubuntu 16, what do I need to do? [14:41] http://libevent.org/ [14:41] thanks [14:41] Hi, I'm trying to copy existing linux partition to a new parition with this command: cp -a /dev/sda6/* /dev/sda8/*, but it is throwing this error: cp: failed to acess 'dev/sda8/*': Not a director [14:42] Do I only need to install the package 'build-essential' first? [14:42] Can anybody tell me what am i doing wrong/ [14:42] adroitMachine: that is NOT how you clone a partition. [14:42] adroitMachine: /dev/sda* are not directories, but block devices. you can't use cp like that. now, what do you want to do, block-level copy, or filesystem copy? [14:43] androitmachine use command dd [14:44] i think i used the wrong installer. used the amd64 live one instead of the 86 installer [14:44] blackflow: I have no idea, I was trying to migrate existing partition to a new partition. I saw on internet tutorial. [14:44] linux8659: that's a very powerful command and one that you shouldn't just tell someone to use without also telling them to carefully read the man page and use extreme caution when actually executing the command. [14:44] JadedJ: linevent is part of ubuntu [14:44] nicomachus: can you please tell how? [14:44] libevent* [14:44] sure ,yet it is not hard to learn [14:44] I'm trying to migrate existing installation to a new bigger installation [14:45] adroitMachine: carefully read the man page for dd. [14:45] !info dd [14:45] Package dd does not exist in bionic [14:45] -_- [14:45] !info coreutils [14:45] coreutils (source: coreutils): GNU core utilities. In component main, is required. Version 8.28-1ubuntu1 (bionic), package size 1275 kB, installed size 7092 kB [14:45] it's not as simple as using just dd [14:45] adroitMachine: simplest thing to do would be to mount both partitions somewhere (eg. to /mnt/src and /mnt/dest) and then use rsync between them. [14:46] nicomachus: in the kde partition manager it is showing /dev/sda8 as mounted [14:46] blackflow: the partiotions are mounted I think. I opened the once in the dolphin file manager === dbugger_ is now known as Dbugger [14:47] anyway to make the file copying be in a queue ,in gnome ,like it is in mate? [14:47] linux8659: A queue in what way? [14:47] if you dd the partition, you block-copy the filesystem on it, which means its' gonna think it's the same size. And you mentioned you want to migrate "existing installation to a new bigger installation" [14:48] you can copy paste files ,it doesn t run the copying simultaneously but queue them [14:48] ugh.. i give up .. ... [14:48] when first copy finishes the next starts ,love that in mate [14:49] i might go with centos.. [14:50] linux8659: why not just run mate? [14:51] Please help me with cloning an existing kubuntu partition [14:51] I m discovering gnome after years of resistance and like the looks of it ,gnome extensions makes it ok now [14:52] thearkon: what has the choice of architecture to do with choice of Os? [14:53] lotuspsychje: well trying to setup a fog server ... [14:53] adroitMachine: if both partitions are mounted, do you know their paths? [14:54] thearkon: ok..and how is this related to ubuntu? [14:54] adroitMachine: you could use rsync -a /src/path/ /dst/path/ using proper paths, both WITH trailing slashes. might need to use sudo for that [14:54] blackflow: yes, I can see the path in kde partition manager: /dev/sda6 and /dev/sda8 [14:54] adroitMachine: no, those are block devices, not mounted filesystems [14:54] trying to install ubuntu server . 18.04.1 live server. on a hp old desktop [14:55] blackflow: I'm on kubuntu live cd, how do I know the path of filesystems? [14:55] thearkon: ok great, have you tryed #ubuntu-server ? [14:55] linux8659: I do not believe nautilus has a feature or setting for "queueing" file copying. [14:55] adroitMachine: for example, you could create two dirs: mkdir /mnt/src and mkdir /mnt/dest then mount mount /dev/sda6 /mnt/src and like that to 8 (assuming 6 is source and 8 is destination) [14:55] lotuspsychje: hehe no let me try that .. lol [14:56] thanks [14:56] blackflow: Ok, I'm going to do that [14:56] adroitMachine: please make sure you understand what these commands are doing before you copy&paste them [14:56] adroitMachine: which filesystems are those, btw? what's on them? [14:57] blackflow: the filesystem is ext4 [14:57] test [14:58] linux8659: This article talks about installing a differnt file utility that has an extension that will work with nautilus. It also appears everything you need /should/ be in universe. Take a look: https://askubuntu.com/a/554821 === newbie|3 is now known as StephanieT [14:58] blackflow: /dev/sda6 is the existing kubuntu installation with ext4, and /dev/sda8 is an empty ext4 partition [14:58] StephanieT, newbie|3: Do you have an Ubuntu related support question [14:58] leaving here bye everyone [14:59] adroitMachine: right, so you mount sda6 to /mnt/src and sda8 to /mnt/dest and then: rsync -a /mnt/src/ /mnt/dest/ (again, note the trailing slashes) [14:59] StephanieT: welcome to ubuntu support, how can we help you? [14:59] blackflow: I mounted both the partitions, but i'm still getting the same error: "cp: failed to access '/dev/sda8/*' : Not a directory" [14:59] adroitMachine: btw is that OS root you're copying? [15:00] adroitMachine: why are you running that? I never told you to do that. [15:00] blackflow: oh, I missed the rsync part, i will do itagain [15:00] blackflow: I'm trying to migrate kubuntu to a bigger partition, i'm referring to this resource: https://www.linuxjournal.com/content/copy-your-linux-install-different-partition-or-drive [15:02] adroitMachine: right. I asked because then don't forget to adjust /etc/fstab and any other config pertaining to the filesystem you're moving. [15:02] pragmaticenigma thanks ,but it s not in the ub repo ,and it looks like it comes from the windows world (ultracopier) ,plus the page is old (14.04) [15:02] fstab, crypttab, dunno what else you've got there. and grub will have to be updated too [15:02] If I run "snap run slack" from my command line I also get "snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks" [15:03] blackflow: do I need to use sudo for the rsync command? because I can see in the terminal that there are some errors like: failed Permission denied [15:03] adroitMachine: yes. and for the mkdir previously, for the mountpoints in /mnt/ [15:04] linux8659: It appears someone has been maintaining the answer (edit in 2017) thought it might help point you in the right direction [15:04] blackflow: I didnt use sudo for mkdir, but I can see that a folder is created already [15:05] blackflow: I'm stopping the rsync command. Gonna do it over again with sudo mkdir [15:05] pragmaticenigma thanks [15:05] adroitMachine: what exactly did you type? because /mnt/src and /mnt/dest should not exist by default [15:06] adroitMachine: I did warn you not to do this without understanding what you're doing. if you lose your data, that's entirely on YOU. [15:07] blackflow: I did sudo mkdir, but it was so far up the terminal that I thought I didn't sudo it. My bad. But the problem is that when I do sudo rsync -a /mnt/src /mnt/dest, the konsole just hangs without any output [15:07] Heya. When I use my wireless (bluetooth) headphones on Ubuntu 18.04 I'm having lower volume compared to Windows 10 on the same machine. Over-amplification ruins sound quality and alsamixer has everything on max volume. Any ideas how to fix it? [15:08] adroitMachine: of course, it's copying data. add -v to see the paths as they're copied [15:08] adroitMachine: and I really hope you typo'd here in irc, as I told you several times to be careful about trailing slashes. [15:09] add1ctus: a few ideas: try a pulseaudio restart, test also with pavucontrol or doublecheck your settings with !sound [15:11] blackflow: yes it is copying all the files in src folder and not on the partition itself, what would I do once the copying is finished/ [15:11] Voziv: have you tryed contacting the slack maintainer yet? [15:12] adroitMachine: the partition is mounted to the src folder isn't it? [15:12] !sound [15:12] If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [15:13] blackflow: there's two folder in the target partition: dest and src. The file are being copied onto src [15:13] adroitMachine: that's not..... "target partition". do you mean in /mnt/ ? [15:13] lotuspsychje: Nope, but this also happens with phpstorm, spotify, and htop snaps as well [15:15] blackflow: I'm a little confused here. I can't show you because the irc is opened on a different computer. What I mean is I thought the files would be copied onto the new partition itself not in some folder created on the new partition [15:15] adroitMachine: then you didn't listen what I was telling you to do. especially, you didn't understand what the commands do. I warned you several times. [15:16] adroitMachine: so from the beginning: you want copy files from sda6 to sda8, correct? [15:16] blackflow: Yes, correct [15:16] adroitMachine: then you mount sda6 to /mnt/src and sda8 to /mnt/dest. you first need to mkdir those dirs in /mnt/ [15:16] blackflow: yes I did sudo mkdir in /mnt [15:16] adroitMachine: after you mount them you run rsync like this: rsync -va /mnt/src/ /mnt/dest/ ok? mind the trailing slashes after src/ so: /mnt/src/ and not /mnt/src [15:17] adroitMachine: if you did those three things (mkdir + mount + rsync) then you should be copying files from sda6 to sda8 [15:18] blackflow: just a sec [15:19] blackflow: I will do it over again, first let me format the partition again. Sorry for the misunderstanding [15:20] adroitMachine: you'll have to unmount it first. umount /dev/sda8 or by mounted path: umount /mnt/dest/ [15:20] ok blackflow [15:21] I recently found that neither 18.04 or the 18.10 nightly can boot on the new Intel NUC8i7HNK. Where is the right place to report that as a "bug?" I noticed that Arch 2018.08.01 which happens to be using kernel 4.17.11 can boot it. [15:21] blackflow: there is an error: umount: mnt: target is busy [15:21] tkelly: any errors visible during booting? I'm tempted to say file against the kernel, but that needn't be the case [15:22] adroitMachine: do you have any open files there? is your shell currently cd'd into that path? [15:22] Continuing with my production issue affecting 200+ users... my buffer is 5GB, total memory is 7.5GB. [15:22] It gets to the very first menu (GRUB?) and then goes blank no matter what you select, which is why I suspect the kernel. early_printk gave nothing [15:22] First, is there an easy way to clear that out? [15:22] blackflow: no, nothing is open, I even closed the dolphin. Just the terminal is open [15:23] Second, how do I triage that? I feel like our software must have introduced a memory leak, but I wouldn't expect that to increase the OS buffer... but I don't really know enough about that to speak intelligently about it. [15:23] mustmodify: if you want your issue sorted, please add all the details in one line to channel [15:23] !details | mustmodify [15:23] mustmodify: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [15:23] adroitMachine: does `lsof /mnt/dest` show any output? === kostkon_ is now known as kostkon [15:24] tkelly: tried booting with no "splash" and "quiet" keywords in kernel command line? [15:24] blackflow: Yes, there's a warnign: cant stat() tracefs file system /sys/kernel/debug/tracing output information may be incomplete [15:25] details... well, here's a screen shot of top. https://media.trillian.im/media/?m=aW1hZ2UvcG5nLDE0MjksNDc4LO%2BkFcLMANYGXr58NZkSd59j6d85RT1lrbz8P1ofTgCu [15:25] adroitMachine: I think rebooting to the live env would be faster than trying to debug what's up with that :) [15:25] I'm on 16.04.3 [15:25] ok blackflow [15:25] adroitMachine: I'm assuming you're doing this from the kubuntu live iso? [15:26] mustmodify: update your system to latest please [15:26] blackflow: Honestly, I've been playing around with Debian too (same issue) and I don't remember what I've tried on Debian vs Ubuntu. I'll try with no splash and quiet on Ubuntu before filing a bug against the kernel. [15:26] tkelly: i have a NUC8i7HNK and got 18.04 to boot by initially using nomodeset in kernel command line. [15:26] yes, blackflow . One more thing, which one is right: sudo mount /dev/sda6 /mnt/src or sudo mount /dev/sda6/ mnt/src/ [15:26] mustmodify: also, what's the actual problem? that's just a screenie of top.... [15:27] adroitMachine: /mnt has to start with the slash as that's the full system path [15:27] jje: Awesome! I'll try that. [15:27] mustmodify: ubuntu 16.04.5 is out.. [15:27] adroitMachine: no starting slash means it's relative to whatever directory you're currently in. [15:27] blackflow: what about the trailing slash in /mnt/src/? [15:28] So I just booted up this morning and for whatever reason, Display 0 (My first monitor) is stuck at 640x480 resolution and there is no larger display options. [15:28] adroitMachine: the trailing slash (at the end of /mnt/src/) is about rsync, it tells the rsync to copy files from _under_ that dir, otherwise it'll copy that dir over so you'd have /mnt/dest/src/.... as the result. [15:28] blackflow: because in the rsync command trailing slash are important, I was just wondering about the traling slash in mnt command [15:28] adroitMachine: more about rsync and paths is available in the rsync manpage: `man rsync` [15:29] adroitMachine: in mount the trailing slash makes no difference [15:29] ok thanks blackflow. Can I boot into the original kubuntu and copy the directory from there? would that be easy? [15:29] the problem is that we're seeing "out of memory" which results in killing puma, our web server. I had assumed our software had a memory leak. But in the screen shot above, you can see that of 7.x GB of ram, a majority of it is in the buffer. I don't know enough about the buffer to even say whether that could be a memory leak or some kind of OS issue. 4.4.0-1057-aws [15:30] adroitMachine: not really as the OS root has stuff mounted on itself (like /dev, /sys, /proc) so you'd have to do it differently. plus, live OS has stuff changing so it wouldn't be an atomic copy, possibly even some files corrupt [15:31] adroitMachine: the live env approach is the correct one. an alternative to rsync is using dd with block devices, but then you'd have to resize the partition, check uuid conflicts etc... [15:31] ok blackflow . Thanks for the info. I'm doing the copy all over again, starting with formating the sda8 [15:32] mustmodify: is that a modified aws kernel? is that even ubuntu? [15:32] mustmodify: anyway looking at top might not be sufficient. you could have transient memory spikes never registered in top, that invoke the oom killer [15:33] Can you help me to understand a bit more about that? [15:33] lotuspsychje: Just as an update, it seems apparmor was disabled on my machine, enabling that seems to have fixed it [15:33] Voziv: ah nice, tnx for feedback! [15:34] I must have messed with it at some point, no clue [15:34] mustmodify: not sure what you need to understand more. top has refresh passes. a memory spike can be quick and can occur between two top passes. [15:35] mustmodify: personally, I'd limit services so that cumulatively their limits don't pass over available RAM. or else you're overselling and that's bad [15:36] blackflow: what increases the buffer size? Is that something the app can do? Or is that an OS function? [15:37] mustmodify: what buffer? [15:37] Is it more likely to do with number of open files, or the heap, or ... just ... how do things get into what's being measured there? [15:39] I ask because this number, buff/cache, is large and hasn't been in the past. At the same time, I'm seeing memory issues, So that seems like something I should drill into. [15:40] mustmodify: no swap, rihgt? maybe you should add some [15:40] Typically I would ask Google and read a lot. But right now I'm facing an issue in production where every hour or so, the server dies. So time is not really on my side. :( [15:41] mustmodify: okay so then limit RSS per service via their systemd unit files [15:41] mustmodify: then a process that tries to allocate more will fail, and will probably error out or segfault and that's how you'll know what's eating more than it should. at least it won't bring down your entire machine, esp. if you instruct systemd to restart failed services. [15:42] OK! I don't know what that means but it sounds like something I can act on. And `df` shows no swap file, which ... is odd. [15:42] so I can look into both of those. Thank you VERY much! [15:42] mustmodify: why do you run a server if you don't understand what that means...... [15:42] I'm a dev. [15:42] where's the sysop? [15:43] I mean it's one thing if your personal computing has these issues but then you don't have the urgency of "halp! 200+ users are affected". [15:43] In the past I have been able to kind of wing it. As this app grows, it seems like I might need someone with more expertise. [15:43] if these states appear and shouldn't be, you need a trained sysop. [15:43] Agree. [15:43] I agree. [15:44] okay so meanwhile, add the RSS limits to services (start with that memory hog of a ruby app) and see which one fails. make sure the limits cumulatively don't go beyond system RAM [15:44] mustmodify: also add swap. [15:45] Hi guys! I just updated my distro from 16.04 LTS to 18.04. It's dual-booted beside Win 10, and anytime I want to open one of the Window's drives, it requires password. In 16.04 LTS I didn't have to type my pwd. Can I turn it off? [15:45] blackflow: I did like rsync the way you told me but it is still copying all the files under the src directory. Do I need to "mv" all files after the copying is finished? [15:45] adroitMachine: what do you mean "copy all the files under the src directory"? [15:46] adroitMachine: pastebin exact commands you're using and first few lines of that `rsync -va ...` command [15:46] in the target partition(the partition where i want all the files from destination) there's a folder called "src" and all the files are being copied into it [15:46] first few lines of its output [15:46] help! i didn't properly shutdown and now ubuntu VM won't start [15:46] what should i do [15:46] blackflow: I can't unfortunately, I'm on a differnt computer but i can give you the commadn i typed in the console. Just a sec [15:47] adroitMachine: is there network? you can use wgetpaste or pipe outputs to | nc termbin.com 9999 then paste here the URL you get [15:47] blackflow: sudo rsync -va /mnt/src/ /mnt/dest/ [15:47] or pastebinit.... I don't know which one is preferred nowadays, wgetpaste or pastebinit [15:47] I did this^ [15:47] adroitMachine: okay, so that's copying files from src/ to dest/ isn't that what you wanted? [15:48] I'm going to try to paste bin, blackflow [15:48] blackflow: no I wanted to copy all the files from /dev/sda6 to /dev/sda8 [15:48] adroitMachine: but did you mount sda6 to src and sda8 to dest? [15:49] yes, I did, blackflow. That's wht I'm trying to tell you. The copying is being done in src folder which is located in /dev/sda8 [15:49] adroitMachine: then you ARE copying from sda6 to sda8 .... you're copying files from their respective filesystems. that's exactly what you want. [15:50] adroitMachine: what do you mean "src folder is located in /dev/sda8" ?? if you did what you say you did, then this doesn't make any sense. [15:50] mkdir + mount + rsync. sda6 to src, sda8 to dest. rsync FROM src/ TO dest/. that's it. [15:50] ok blackflow just a sec. I will try to explain the whole thing [15:52] blackflow, when i open /dev/sda8 partition in file manager, there are two folders: lost+found and src. The files are being copied in src folder. What I want is to copy all the files in the main partition itself not under any folder [15:54] adroitMachine: if you ran rsync -va /mnt/src/ /mnt/dest/ _exactly_ as typed here (previously mounting sda6 to /mnt/src and sda8 to /mnt/dst), then that's not possible. I think you missed the trailing slash on src/ [15:54] Hello and Good day, I recovering from an infection on of my Linux system , any other precautions besides scanning with clam-av before I recover my files. [15:54] blackflow: Do I still want a swap drive if I'm using SSD? [15:54] blackflow: ok the internet is working in the laptop. What command do you want me to pastebin? [15:54] mustmodify: yeah, why no. the old myths of ssd and swap should be buried unless you have years old SSD with no modern wear leveling tech. SSDs these days go well into hundreds of TB written [15:55] *why not [15:55] ok, just wanted to verify. [15:55] mustmodify: https://techreport.com/review/27909/the-ssd-endurance-experiment-theyre-all-dead and that's 3 years old by now. [15:55] Carbonme: define infection [15:55] But swap space is typically for for drastic overflow situations, right? That's in my head, though I can't remember any details. [15:56] Obviously I'm having drastic memory problems, so... [15:56] mustmodify: "drastic overflow" is exactly what you have here, from what I gather :) [15:56] right [15:56] that is, "stuff that should happen before OOM kicks in" [15:56] blackflow: I'm on the irc network. Are there any commands you want me to paste? so that I can show you what I mean [15:56] but am I correct in thinking that in an optimal situation, a swapfile would be almost unused? [15:57] mustmodify: PLUS, having swap to page out unused RAM even without memory pressure is a good thing. ruby can benefit from that a lot as it tends to load a gazillion of dependencies that just sit in the RAM unused, so they get paged out [15:57] mustmodify: no. there's always some pages that are unused and that the kernel evicts to swap [15:57] _always_ [15:57] ok [15:57] What is the latest Nvidia driver for ubuntu? [15:57] AdroitMachine_: yes, the rsync command and first (say) 10 lines of its output. [16:02] CD drive keeps opening when I come near it, also the window machine I was using with dual boot also got an infection via email earlier, so I assume it somewhat spread, I just want to get back my ebooks, music, and databases [16:02] blackflow: sorry for the delay. The output was too far up. Yes, I did miss a slash after src. Can I do rm -rf in the partition and start over again? [16:03] AdroitMachine_: yes. `ls -la /mnt/dest` will verify there's nothing there after you rm -rf. please be careful, don't use * but name the two dirs specifically for rm. and hit enter after you've double-checked it's correct. [16:04] Carbonme: your linux desktop was not infected from Windows [16:04] blackflow: but I did *. Should I stop the rsync command? [16:04] Carbonme: I'm going to guess it wasn't infected at all. But either way, reinstall from scratch and restore from backups [16:04] I just upgraded from 16.04 to 18.04 and I was seeing lightdm fail to load and purple screen hang. I went to ctrl+alt+f2 and did a reinstall of lightdm. After reboot I am stuck at login-loop and no network. I only see loopback interface in the ifconfig. ifconfig -a shows all the interfaces. Any suggestions? [16:04] AdroitMachine_: nah. * is okay, that was just precaution from my end since you seem to lack experience and stuff can happen, esp. with rm -rf [16:05] I upgraded using do-release-upgrade [16:06] superman1, so gdm3 should be in use [16:06] ok blackflow I'm relieved. I was kinda worried that * would do harm [16:07] ioria: i see what did I do wrong. Installing lightdm? === pavlushka_ is now known as pavlushka [16:07] AdroitMachine_: nah, it's just that * is expanded by shell to mean "all files and dirs" under the part leading up to it, and that can be very destructive if you're not careful. [16:07] superman1, lightdm is default for 16.04, probably already installed [16:07] Thanks, then I should be fine, I will just scan the flies I need to take from system If there anything [16:08] AdroitMachine_: for example thinking you're in one dir while you're in another and do rm-rf * [16:08] blackflow: I have a swapfile set up. It isn't being used yet. Would you suggest something like this to purge the buffers, to encourage swapfile use if needed? `free && sync && echo 3 > /proc/sys/vm/drop_caches && free` [16:08] blackflow: ok [16:08] I see. Any suggestions? [16:08] mustmodify: no need, the kernel will use it as needed [16:08] ok [16:08] mustmodify: why do you *want* to use swap? [16:09] superman1, start with nomodeset parameter [16:09] also dropping caches is useless sa well, kernel already treats them as volatile RAM, discardable and to be used elsewhere on demand [16:09] nacc: nasty OOMs on a prod server, hunting for the cause, this is just a temporary relief with swap, see backlog [16:10] blackflow: I need to ask you one thing more. When I'm trying to open some directories which are already copied, there's a lock icon on the folder and when I try to enter in it it says" could not enter, permission denied" [16:10] (so let's not confuse them with contradicting info on whether swap is needed or not ;) ) [16:11] blackflow: i meant to force use of swap, in this case, sorry [16:11] AdroitMachine_: right, not all files and dirs are immediately readable to the user you're logged in as (even in live env, you're not root) [16:11] ok blackflow. [16:11] nacc: ah. well that. forcing the paging out of stuff that's not immediately needed. I mean, one way would be to ramp up swappiness, I suppose. [16:12] blackflow: right, that seems the easier way [16:12] well echoing 3 to drop_caches is not about swap tho', it's about dropping fs caches, it won't actually free any RAM for apps to use, as that memory is already discardable === wOdenCaFE is now known as wodencafe [16:22] Hi, I've added desktop gui to server 14.04 vm so i can manage a bunch of things etc, and I can't login as root even after: sudo passwd root and sudo passwd -u root [16:24] obinoob: I hear you shouldn't log into a desktop environment as root; create a 'obinoob' user and add 'obinoob' to sudoers. [16:25] strive I've done that but can't login also [16:25] obinoob: Have you done: 'passwd obinoob' [16:26] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ === gr33n7007h is now known as al2o3-cr [16:27] strive: done ;) [16:27] obinoob: Working? [16:28] strive: actually I've done that but I've deleted the user and added with: adduser newuser and used visudo [16:28] ...so it works now? [16:29] obinoob: Are you in? [16:30] strive: yep ;) [16:30] obinoob: Phew! Good stuff. [16:31] obinoob: I put myself through torture sometimes. "Why isn't this working! Oh, I forgot this simple thing..." [16:32] hey all, I'm having trouble with my trackpad: when I try to 2 finger scroll, the mouse will jump all over the place [16:32] I'm running xubuntu [16:33] jjbuggle: It seems that your settings aren't correctly set? It's probably jumping because you need to set the two finger scroll. [16:34] jjbuggle: synclient -l [16:34] strive: ok, ill take a look, thanks [16:35] strive: http://paste.ubuntu.com/p/bhqw7SSPFk/ [16:36] jjbuggle: Hmm...VertTwoFingerScroll = 1 [16:36] jjbuggle: That's good. [16:37] jjbuggle: I'm thinking it may have to do with one of the 'TapButton' parameters. [16:37] strive: I am able to 2 finger scroll in general. It just jumps around a lot. At first I thought it was an issue with sensitivity, but changing the sennsitivity settings don't seem to make a difference. So the 2 finger scroll itself is workinng [16:37] yeah? [16:42] jjbuggle: It could be the FingerLow parameter. [16:43] jjbuggle: Gotta run. [16:43] strive: ok, thanks === amirpro_ is now known as amirpro [16:49] so strangely after the do-release-upgrade from 16.04 to 18.04.01 I found that gdm3 was not installed. [16:50] accelerate === vlkwgn is now known as roadclear [16:51] test [16:52] hi, is there any tool that can generate a list of dependencies from a binary? [16:53] I'm running qemu/kvm and virt manager to run a windows xp under ubuntu but sadly while installing the windows it pops out a "Insert Disk" Please insert Compact Disc labeled "Windows XP" ... [16:53] message [16:54] superman1: did you not get the upgrade window? [16:54] spacepluk: there's ldd. and there's this other utility which you should really be using since it doesnt execute code, which i forgot the name of. [16:55] lotuspsychje: It said everything is upgraded. Post the reboot it was stuck at purple screen. When Logged in using alt+f2 I check what was installed and found gdm3 was not. [16:56] spacepluk: readelf -d executable | grep NEEDED [16:57] superman1: can you logout, and see at the gear icon wich ubuntu sessions available and wich you are in now? unity/xorg/wayland? [16:58] obinoob: that's a bummer, but anot an #ubuntu topic. [16:58] tomreyn: what you mean? [16:58] lotuspsychje: I am logged into console. the screen where you login does not load. thats the purple screen hang. [16:59] obinoob: that you seenm to seek help with (or are commenting about) a windows issue in the wrong irc channel. [16:59] tomreyn: this is a linux ubuntu and so on but if you prefer I can ask my wife [16:59] tomreyn: thanks! [17:00] superman1: wich was your previous ubuntu flavor please? [17:00] yah thanks [17:00] 16.04 [17:00] lotuspsychje: ^^^^ [17:00] superman1: gnome, kde,mate,budgie? [17:00] unity? [17:01] lotuspsychje: unity,lightdm [17:01] superman1: ok try to install gdm3 manually perhaps [17:01] lotuspsychje: did that and rebooted. Now the networking is gone. [17:02] superman1: can you check if ubuntu-desktop is installed? apt-cache policy ubuntu-desktop [17:04] it says installed: none candidate 1.417 [17:05] superman1: ok try: sudo apt install ubuntu-desktop gdm3 === nat_ is now known as Natkeeran [17:09] Is there a way to decrypt .ssh/known_hosts so I can read it easily? I'm logging into a bunch of temporary servers, and I want to clean house every so often, but I can't read the file. [17:09] And I don't want to wipe out servers that I log into regularly [17:11] craigbass76: it's hashed, can't be reverted. what you can do is reove entries with ssh-keygen -R given that you provide the destination you used to connect. the other, and probably wiser, option is to not use hashing when connecting to temporary servers. [17:11] how can I move a window to a second workspace? dragging it doesn't seem to work [17:14] Barabacha: i'm not sure but try alt + cursor keys [17:15] Barabacha: works here, just tryed with terminal grab and slide to desktop2 [17:16] tomreyn, I don't see what you mean. One of my entries (looks lik ethe rest of them, with different characters) goes: |1|50ZYQf06Vskrx0/aJabEz9TY7iI=|7ZcnV1VIibmSU8RQg2JMhgOZy8o= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFE+SyA2lQU/aTT5yn3FC+45njex9sQij2Tn2I20++vrQJzMQ6QjFBcdYE2ep0oqXMDQF5pP2ghadUuwjq/8Ets= [17:17] That's a temporary server, but another box right in my house is one of the earlier entries, and looks like that too. [17:17] Barabacha: so activites/hover over desktop1/grab terminal/slide and let go desktop2 [17:17] craigbass76: do you want / need to hash the ssh keys of temporary servers? [17:18] No. I don't see where I'm prompted for or against though [17:20] craigbass76: you are not, but you can configure SSH not to hash the keys for some servers, such as based on the server name you type when connecting with ssh. [17:21] tomreyn, HashKnownHosts in ssh_config ? [17:22] lotuspsychje: dragging and dropping doesn't work [17:22] craigbass76: yes, if you combine this with an ssh profile (using 'Host', which can accept wildcards), you can disable ssh host key fingerprint hashing for all matching hosts [17:22] Barabacha: works here with me, you are on 18.04.1 ubuntu-desktop right? [17:24] Barabacha, lotuspsychje not sure if it applies, because I'm using Cinnamon, but I just grab the window, run my keyboard shortcut for switching desktops (mine is Ctrl Alt and R or L arrow), and the window comes with me. === Pleasures is now known as Sircle [17:31] I am trying to migrate ubuntu to a bigger partition, I have already copied all the files to the new partition. Next, I need to update UUID, how do I do that? [17:34] lotuspsychje: since there was no network I had restore from snapshot and redo this. Same symptom still after reboot. === wodencafe is now known as wdOneCfEA [18:00] Hi all, my laptop makes a loud crackling sound when performing a shutdown. All relevant tips I can find seem outdated or pointing to files that don't exist on my Ubuntu 18 installation (such as /usr/lib/pm-utils/power.d/intel-audio-powersave). Someone here has had this problem too / knows how to fix it? Thanks :) [18:03] anyone here? [18:03] yes birdfaceman [18:04] how do I update the UUID after migrating the kubuntu partition to a new one? [18:06] would you know how long a 160G external drive takes to format from inside of a live session usb key on a 200x era computer? I've waited an hour the I can't even switch to one of the terminals to read dmesg === aloo_shu2 is now known as aloo_shu [18:10] rough estimate? means of checking progress? any thoughts? [18:11] birdfaceman, what utility are you using to format it? Can you ssh into it? [18:12] the default installer, though, I did run it through gparted, which took a couple of minutes but vastly mistated the size [18:15] oddly enough, adroitMachine, what utility are you using? That's a right-click option in gparted [18:19] adroitMachine: edit /etc/fstab === breno is now known as Guest57622 [18:22] birdfaceman: I have restarted the laptop when I saw that all uuids were unique, but now when I booted into the new install other partitions are not showing [18:24] following ppf, I'd recommend checking if the new system's fstab knows of the other partitions [18:26] ok [18:27] So, I'm going with a bad thing happened and am going to fix my stuff; good luck adroitMachine [18:27] thanks birdfaceman [18:28] birdfaceman: regular format should take seconds [18:28] a deep format that actually overwrites the disks can take really long [18:28] esp. external [18:37] hi! [18:37] anyone here intimately familiar with dkms? [18:38] define intimate [18:38] dkms --all autoinstall --verbose 2>&1 | tr -d '\n' gives me: [18:38] Error! Your kernel headers for kernel cannot be found. Please install the linux-headers- package, or use the --kernelsourcedir option to tell DKMS where it's located [18:38] I was trying to install 4.18 [18:39] version 4.18 of what? [18:39] kernel [18:39] got the following packages installed: linux-headers-4.18.0-041800 linux-headers-4.18.0-041800-generic linux-image-unsigned-4.18.0-041800-generic linux-modules-4.18.0-041800-generic [18:39] pulled from here: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.18/ [18:39] that was released last week? Why do you think you need that kernel? [18:40] leftyfb: my steam controller support broke and I wanted to see if the latest driver helps [18:40] apt-get install linux-headers-$(uname -r) ... but the 4.18 from miainline is for testing only, no support [18:40] oerheks: I think I already have headers and headers-generic installed [18:40] what's weird about this error is the double spaces [18:41] it looks as if the kernel version was not detected? [18:41] I added --debug but it's painful to read [18:41] d33tah: kernels from mainly are not supported here [18:41] mainline* [18:41] any place I could go for help? [18:42] d33tah: you could try ##linux maybe [18:42] leftyfb: sounds too general, i suspect a problem with either the build or dkms [18:44] yeah, why would anyone think that ##linux would be a good place to get support with the linux kernel and it's drivers? [18:44] I need some help figuring out which video drivers I need and how to make sure I have good ones. [18:44] skinux: lspci|grep -i vga [18:45] Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] (rev 45) [18:45] SO, which video driver package do I need? [18:46] Ati R4 is the old 5450, that uses the openradeon driver [18:47] Hmm. repo doesn't have anything for openradeon [18:47] it should already be loaded ... [18:47] Oh. Well then I guess that isn't my problem. [18:47] driver in use >> lspci -nnk | grep -i vga -A3 | grep 'in use' [18:48] i have one too, works fine. 2 screens, dual youtube possible [18:48] in use is 'radeon' [18:49] how goes progress adroitMachine [18:50] edited the fstab file with the reference of old fstab, changed the uuid by sudo blkid. copy/pasted it. birdfaceman [18:52] excellent; you're doing better than me [18:52] Bu uygulamanın amacı ne ? [18:53] !tr [18:53] Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde. === cwarner_ is now known as cwarner [18:53] birdfaceman: that's not true, birdfaceman I have been at it for the last 4 hours [18:55] I have a hard drive trying to take that long, but install mode, I can get to a terminal, but dmesg is not hwlping. What's your current problem adroitMachine? [18:56] birdfaceman: I was trying to migrate ubuntu from one partition to other, but after I did that, I didn't know how to update the uuids in fstab. So I copied the old fstab to the destination. Now I'm booting my laptop hoping that the other drives would show up there [18:59] did you try gparted's interface, adroitMachine? The only time it doesn't work for me is if I select a partition and try the "open with" option [19:00] Hi [19:01] Is there someone out there that is willing to help me install the HoneyD application from source code? [19:04] !in [19:04] #ubuntu-in is the channel for Ubuntu in India [19:04] it seems rare to get help here, appopriatly named JadedJ. Check this out... [19:05] !uk [19:05] Join us for a discussion using the Queen's English in #ubuntu-uk [19:05] JadedJ, why? 1.5 is in our bionic 18.04 repos [19:05] Anyone know where the ubuntu installer kepps its messages from/during a formatting [19:05] !info honeyd [19:05] Package honeyd does not exist in bionic [19:05] !help [19:05] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [19:06] oerheks, i think it'sa dead project [19:06] !patience [19:06] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [19:06] oops, only precise.. [19:06] ioria, yeah, just noticed [19:08] JadedJ, install build essentials and libevent-dev libdnet-dev libpcap-dev [19:09] bipul suggested I should put link to this bug report here: https://bugs.launchpad.net/dkms/+bug/1787262 [19:09] Does anyone know how to achieve a completely silent boot? (black screens with splash screen, no text whatsoever) [19:09] Launchpad bug 1787262 in Nvidia "4.18 mainline kernel fails to build nvidia dkms driver" [Undecided,New] [19:09] JadedJ, get that old code and the manual: https://help.ubuntu.com/community/CompilingEasyHowTo [19:09] I'm using quiet splash in grub [19:09] It's not working === wdOneCfEA is now known as wodencafe [19:11] d33tah, all you can do now is wait [19:11] oerheks: understood [19:11] anyone? [19:12] bruthatrucka77, remove the splash, and update grub [19:12] !grub [19:12] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [19:12] bruthatrucka77: did you run update-grub after making your change? [19:12] yes === button is now known as crayon [19:18] bruthatrucka77, a silent boot with just slpash screen is the the default behaviour ... i don't get what you want [19:19] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [19:19] Hello [19:20] I'd like to go another way and directly modify the squashfs on the ubuntu ISO, which files would I need to modify to make my own custom defaults for time zone and keyboard locale [19:23] In this web it says that "By default, the local machines hostname is viewable to others in IRC as well as through the /whois command. " [19:24] https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/IRC#Cloaksandvhosts [19:24] Can you see my hostname? [19:25] bolero: you are using Tor, thus: no [19:25] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [19:27] Fuchs: but now I'm not using tor, where is the hostname listed ? [19:28] whois prints the following: [19:28] it's not listed. [19:28] and I doubt #ubuntu is the best channel to ask that, mind [19:28] oerheks: Just doing a fresh install of ubuntu [19:28] following "failed in London" logic, does anyone here know why trying to install to an external hard drive (noapic expert mode) is spouting lots of "sdd: sdd1" messages for the past 45 minutes? [19:30] Fuchs: why if I'm not using tor? [19:30] jeremies, i think it's about the ip not the hostname,but not an expert [19:31] jeremies: ah, now you aren't [19:31] jeremies: it's listed if you /whois jeremies, it's the part after the @, which is your public IP / hostname === sebastian is now known as Guest59398 [19:32] jeremies: it won't display the hostname you set locally, since IRC doesn't care and doesn't know about that, and the manual / documenation you are reading also talks about the public, internet facing one [19:32] hi [19:32] birdfaceman: is that the entire message? [19:34] Can somebody help/assists me? I wanna install ubuntu withlxde interface via the ubuntu mini iso. But when it tries to configure the network connection it fails. That's normal because it's hooked up to another computer who shares the connection via ether then I get to choose configure network manually but if I choose that it doesn't let met configure it manually instead it gives me the mirror selection of ubuntu server and it [19:34] fails of course again [19:34] Fuchs: so in that link hostname = public IP ? [19:35] yes, also note that a good part of that guide is not valid for freenode, we neither have +x nor do our cloaks hide IPs effectively, and still #ubuntu is most definitely the wrong channel to discuss this [19:36] Guest59398, use the pc ethernet port [19:37] @ioria it'S connected via the ethernet port of the motherbard with an ethernet cable to the other computer [19:37] Fuchs: thanks. [19:37] Guest59398, connect directly the cable to the router [19:38] @ioria the problem is the router is in another floor and there is no screen [19:38] xrdp isn't working for me, can someone help me reconfig it? [19:39] Guest59398, yuo can try your way, and let us know if it works [19:39] Active: active (running) since Tue 2018-08-14 18:47:45 EDT; 20h ago [19:39] but when i try to remmina to it, it doesn't find a connecton [19:39] my problem is in the installer if I nually it doesn'T let me configure it manually it only gets back to the choice of the ubuntu mirror [19:40] nacc yes 45 minutes of hundreds of those, I'm trying again now [19:40] Guest59398, mini.iso , afaik, works only with a direct cable connection [19:41] @ioria and only via dhcp? because if I could conifgure it manually it should work [19:41] Why do I have /boot/initrd.img-4.4.0-72-generic which keeps coming back even though I'm on -131 already and trying to do 18.04 upgrade? [19:42] Guest59398, try with server, it that fails [19:42] I have linux-image-4.4.0-72 purged and it still is there [19:42] hey guys! [19:43] how can I find out which graphics driver I am currently on? [19:44] good evening [19:45] anyone available to give me a piece of a hands help? [19:45] I've switched it in the options from ext4 (which I did in live image's gparted) to jfs, to see if I get anything new [19:46] joaogerardo, maybe I can help [19:46] ops, thanks /gmota_ [19:46] @gmota_ [19:47] I need to join the ubuntu-mate channel [19:47] ok [19:47] but coundn't 'cause ai haven't been registered? [19:47] how can I get an ID? [19:48] I just install Ubuntu-Mate on a RPi2 [19:48] How can I get a list of `GRUB_LINUX_COMMAND_LINE` options, preferably through the `info` command? [19:48] JacobTDC: uh, those are any kernel or initramfs options [19:48] JacobTDC: not stored anywhere other than the source of the kernel and the initramfs, afaik [19:49] joaogerardo, normally they write the registering instroctions above [19:49] !register | joaogerardo [19:49] joaogerardo: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. [19:49] nacc: Can you dumb that dow for me? XD [19:49] *down [19:49] JacobTDC: not really? that option is for any kernel or initramfs options. It won't be available to `info`. [19:50] xubuntu18041, no output [19:50] Ok, this might be all my fault; I may have forgotten to click the format option, but I can't say for sure, but it's back to ext4 and asking for timezones [19:50] oerheks: Still there? [19:50] nacc: Well, is there anywhere I can get a list of those options and what they do? [19:51] JacobTDC: in the kernel source, Documentation/admin-guide/kernel-parameters.txt [19:51] thank you camarades. Will try again [19:51] :D [19:51] JacobTDC: as to the initramfs options, I doubt there is a list of them [19:51] gmota_: lspci|grep -i vga [19:52] WEll, that's interesting. Cannot find mysql service, but I just checked and it's installed. [19:52] Hey guys. I have a little trouble with my Video output. The Ubuntu PC is hooked up to an Denon Receiver. And for some reason it defaults to 1920x1080p59.93Hz and the TV seems to not support that. So to change that, I have to logon via ssh and do xrandr magic to put it on 60 Hz. Is there a way to keep it that way? [19:53] xubuntu18041, yeah, that gives me the card, but not the driver [19:53] nacc: Okay, so, is there anywhere ON SYSTEM I can find that file? :I [19:53] JacobTDC: no, unless you have the kernel source installed. [19:53] Oh. [19:53] JacobTDC: what are you looking for? [19:53] JacobTDC: or put another way, why do you want to know the exhaustive list of kernel options supported by your kernel? [19:53] you need to be identified with services [19:54] what does that mean? Itś needed to be registered, right? [19:55] nacc: I'm looking for something to force-load my SynPS/2 keyboard, 'cause sometimes the system doesn't detect/load it (although the GRUB menu loads it without fail). [19:55] gmota_: 'lshw -c video' there should be a line for the driver in that output. [19:56] JacobTDC: do you have any workaround for it now? [19:57] nacc: My only way of getting it to work is by rebooting the system (many times) until it loads it. [19:57] JacobTDC: 'loads' what? or do you mean by that, that it works [19:58] JacobTDC: sounds to be IRQ configuration [19:58] JacobTDC: and in the case of it working/not, did you grab dmesgs and compare, etc.? [19:58] jje, I would like to show you the output. Maybe you can determine the driver... [19:59] pastebin please [19:59] jje, yeah, how exactly? [19:59] pipe pastebin jje? [20:00] lshw -c video | pastebinit [20:00] nacc: Let me start over. My laptop has an SynPS/2 keyboard (and mouse), and occasionally, when logging in, it doesn't work. It's wierd, because if I press on boot to pull up the GRUB menu, the GRUB menu doesn't have any problems with it. [20:00] joaogerardo: What do you mean? [20:01] jje, http://paste.ubuntu.com/p/rzqKKSddWG/ [20:02] JacobTDC, are all your drivers up to date? [20:02] gmota_: it would be on the configuration line if it was there. i would guess you are using neauvou, have you installed the nvidia driver yet? [20:03] UserUS: I don't know how to update them, but this is a fairly new Ubuntu installation, so they should be up-to-date. [20:04] UserUS: *should* be up to date..... [20:04] jje, no, there is none available. I would need version 173, which is not compatible with this kernel [20:04] oh dear then you are on neauvou [20:04] the IRQs must be all enable. If the bridge of IRQs is disable maybe the communication to a new IRQ cannot be made. [20:05] jje, would be happy to see if neauvou runs... [20:05] joaogerardo: ? [20:05] and the IRQs addresses the devices to the hardware [20:05] JacobTDC, I'd start by reinstalling the driver for your SynPS/2 for ubuntu [20:05] gmota_: its the open source driver it should be loaded already check lsmod [20:05] UserUS: How? [20:05] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [20:06] jje, just via typing lsmod? [20:06] yes it will give you a list of loaded modules [20:08] jje, yeah, ok [20:08] excellent [20:09] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [20:09] UserUS: How do I update drivers on a command-line installation? [20:09] JacobTDC, also check xinit logs and check lsmod|grep -iE "synap". I'm looking for a driver for you, one sec [20:09] jje, can't I somehow get this very old 173 driver? ^^ [20:10] gmota_: not sure wait for someone else to answer maybe? [20:11] jje, yeah. the .run file from nvidia does not work as the kernel is too new... xD The message is that the kernel header is not configured correctly [20:11] anyone have a suggestion on a replacement for Keycloak that can doing OAuth identity brokering? [20:12] gmota_: well it kind of sounds like you are out of luck then. [20:13] JacobTDC, I'm still looking, but can you run this: cat /var/log/Xorg.0.log | grep -i synaptics and put it in pastebin or something and give a link of the output? [20:13] UserUS: Sure. Just so you know, I'm using the Minimal installation of Ubuntu, but thankfully I have already installed xinit and xterm. [20:15] UserUS: I haven't run xinit before, or have deleted the log... just a sec... [20:17] UserUS: actually, it just moved the log location... [20:18] Got it! I had to start 'mysql' not 'mysqld' [20:18] UserUS: http://paste.ubuntu.com/p/Y5WDp5RXyp/ [20:19] is there an alternative to synergy [20:19] UserUS: I'm actually suprised xinit worked this time. It usually can't load the keyboard, and I have to restart the computer to get out of it. [20:20] Hi [20:20] hi [20:20] When running ./configure on application I'm trying to compile, it gives me this error [20:20] JacobTDC, yeah, it looks like the issue is that is keeps getting disconnected [20:21] UserUS: ? [20:21] UserUS: Physically? [20:21] now the ubuntu mini iso detected the newtwork settings automatically and I can can fordward in installing ubuntu with lxde [20:21] "configure: error: dnet-config not found" [20:21] JacobTDC, No, but the machine sees it that way. It's using libinput for the touchpad, recognizes it, but then the touchpad gets disconnected and it can't find it anymore [20:23] JacobTDC, you can reinstall the input driver with sudo apt-get install libinput-tools xserver-xorg-input-libinput [20:23] UserUS: That makes sense. Is there anything else I can do as well incase that doesn't solve it? [20:24] JacobTDC, yeah, I found a couple articles I can send you to troubleshoot [20:25] JacobTDC, to temporarily enable it you can try xinput set-prop xx "Device Enabled" 0, where xx= device id [20:26] JacobTDC, https://ubuntuforums.org/showthread.php?t=2250916 (device being disabled) and https://gist.github.com/waltervargas/93178b2ac341a1a11d254fe97a2e798c (reinstalled and configuring driver) [20:26] UserUS: You seem to know a lot more about this than the people who helped me a month or so ago (no offense if someone reading this is one of the people who helped... XD) [20:29] JacobTDC, Dr. Google knows a hell of a lot more than me haha but I did setup an arch machine before so I'm familiar with xorg to some extent. If you head into an arch channel and ask strictly about xorg I bet you'll find your answer [20:29] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ === canaima is now known as Guest8283 [20:29] UserUS: Just to make sure, installing those *should* fix the keyboard on a CLI-Only installation, correct? [20:30] "those" refering to the libinput packages [20:30] JacobTDC, yeah, the driver is the same regardless as far as I'm aware [20:31] UserUS: Should I send you the a new "grep synaptics" to make sure I did it right? [20:32] JacobTDC, Sure [20:33] UserUS: http://paste.ubuntu.com/p/3cXwSkss2t/ === capella is now known as capella|away [20:36] UserUS: Is that how it should be? [20:41] JacobTDC: i have no idea what it should look like, but take a look at libinput(4), maybe it helps. [20:42] JacobTDC, No, the device is still disconnected. can you run synclient -l and post the output? You should checkout the first link I sent, it may be the ~/.bashrc file [20:46] Hi. I started installing wicd (sudo apt install wicd) - because I found out it can show me details about available wifi networks, along with channels etc. Now I'm not sure, because it wants to install some deamons ... The description says "A network connection manager that aims to simplify wired and wireless networking in Linux." - I don't want to break anything, especially that everything works :) Is this thing safe, I mean can I safely [20:46] install it and try it? === Ricardus__ is now known as Ricardus [20:52] konrados: try iw; sudo apt install iw ; sudo iw $(basename $(ls -d /sys/class/net/wl*)) scan [20:54] leftyfb: ok, I will, but can you tell me one thing - should I now kill to installation process? Or can I safely continue it? It asks me about [20:54] "Users who should be able to run wicd clients need to be added to the group "netdev" === capella|away is now known as capella [20:54] UserUS: Okay. [20:55] I really thought it's just a bunch of utils, not some daemons. Is this safe to continue, or will it overwrite things I have now? [20:55] konrados: maybe just remove wicd [20:56] leftyfb: but I'm in the middle of the installation process... I just started it and it asks me this question, should I kill it? Or continue and then remove? [20:56] continue and remove [20:56] I'm a bit scared that it will mess my system and hence I'm not sure [20:56] ok, thanks leftyfb ! [20:56] I'll be back [20:56] i hope [20:59] UserUS: http://paste.ubuntu.com/p/HrrfNhBXzd/ [21:02] leftyfb: hah, seems I survived this, thanks again! [21:04] UserUS: Did you get that? [21:08] why can't I mount an iso via `sudo mount -t iso 9660 path/to/iso /mnt/iso`? it says 'failed to setup loop device for /full/path/to/iso` [21:08] the dir exists, unmounted [21:09] JacobTDC, I did. It says the touchpad is on, so it may be the dev it's trying to point to [21:10] is there a cli tool to view images [21:11] FreeBDSM: sudo mount -o loop /path/to/file.iso /mnt/iso # make sure /mnt/iso exists [21:11] pi0: uh, you mean in the framebuffer? [21:11] cpaelzer: A belated thank you! I'll check dmesg for Apparmor denying libvirt when I get back to that machine today or tomorrow. [21:11] leftyfb: I've tried without -t iso9660 as well [21:11] well i have a png and jpg [21:11] that i would like to see in the console window [21:11] FreeBDSM: sudo mount -o loop /path/to/file.iso /mnt/iso # make sure /mnt/iso exists [21:12] okay, turns out mount doesn't know what ~ is [21:12] thanks [21:12] pi0: try: fbi [21:12] and yes, -t iso9660 screws things up [21:12] apt install fbi [21:13] FreeBDSM: and you need to specify that it's a loop mount [21:13] FreeBDSM: so exactly as I typed above [21:13] I did specify it before [21:13] the problem was full path vs ~/path [21:13] and `-t iso9660` which I took from redhat's docs [21:14] pi0: Without X, you need to use an application like fbi which uses framebuffer, or some command-line other viewer which uses svgalibs ( like links2 cli web browser ) [21:16] hmm not liking my font [21:16] i gueess [21:16] i am running i3 [21:16] anything else besides fbi [21:26] UserUS: Sorry, if you said anything since my last message, you're going to have to repeat it... :I [21:26] JacobTDC, "I did. It says the touchpad is on, so it may be the dev it's trying to point to" [21:28] UserUS: I also found that if my keyboard doesn't work at login, I can press "Fn + F8" (a key labeled "CRT/LCD") and it types "^@" on the screen. I can also press "Fn + F10" (eject disk) and it works as well. [21:29] That's the only thing I can do, though. [21:30] JacobTDC, Yeah, I saw in a post somewhere someone saying that worked. One of the links I sent had a script that basically runs enable over and over if it's disabled. But I think the root issue is gonna be in xorg [21:31] UserUS: Well, I don't think xorg is the problem at startup, 'cause I install the Minimal/CLI-Only version of Ubuntu 18.04. If it helps, I'm using a Dell Inspiron 2650. [21:32] *installed [21:34] JacobTDC, well xorg is the controller basically for the synaptics driver. Also, double check you didn't hit the disable keyboard button in your function keys [21:34] my minecraft keeps crashing [21:34] UserUS: I don't have a disable keyboard function key... [21:36] prsstnt: That's probably (most likely) a Java/Minecraft issue, not an Ubuntu issue, but if you provide more details, I'm sure someone would be glad to help! :D [21:38] UserUS: At least, I don't as far as I know of... [21:40] it works on the latest release, but throws an error with a "bad pixmap" on the release my server uses [21:43] brb [21:46] I'm back. [21:46] Whoops... [21:46] XD [21:46] Hey, I'm back now. [21:56] JacobTDC: A thought. A BIOS option "IOMMU Controller"? Set it to "Enabled" . === aloo_shu is now known as Guest83708 [22:15] hi [22:18] how to check my kernel version? `apt list --installed linux-image\*` lists 3 of them, the highest being 4.15.0.30.32, but wine crashes with a like `Host version: 4.15.0-29-generic` [22:19] FreeBDSM: ' uname -r ' . [22:20] Bashing-om: says `4.15.0-29-generic` [22:20] how do I update? [22:20] hey guys whats the name of the sound applet for sound control in ubuntu 18.04 ? [22:20] I guess a newer version of kernel is already installed, is reboot mandatory? [22:20] lilkuz2005: there are multiple ones [22:20] lilkuz2005: pavucontrol ? [22:21] FreeBDSM, ls /boot [22:21] FreeBDSM: " sudo apt update ; sudo apt full-upgrade ' is the terminal way . [22:21] FreeBDSM, i removed the default applet and im trying to replace it [22:21] is the new version there. It will probably get used at the next reboot [22:23] I tried `apt update` and it ended with a GPG error for download.opensuse.org repo, what do I do? [22:24] FreeBDSM: pastebin the command and the output . [22:24] !paste | FreeBDSM [22:24] FreeBDSM: 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. [22:24] https://paste.ee/p/K2h9b [22:28] FreeBDSM, for the opensuse pgp, just download Release.key from http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04/ and install the key [22:29] google how to install an apt key [22:29] FreeBDSM: Well, what is your need from opensuse.org that ubuntu does not provide ?.. and do you trust the source ? [22:29] why doesn't it work automatically? [22:30] Bashing-om: I don't know where that repo got from [22:31] FreeBDSM, the opensuse one is for "Lutris - Open Gaming Platform" [22:31] oh [22:31] right [22:32] hey there! [22:32] back :D [22:32] fbi does not seem to work on my end :( === SJrX is now known as SJr [22:39] do redirect an outpout is > [22:39] right [22:39] trying fbi screenshot.png > out [22:39] and nothin [22:39] :/ [22:41] FreeBDSM, i found the applet i was talking about, its called indicator applet complete [22:48] http://ix.io/1kj3 [22:56] hi, what option should i use to let a user unmount a vbox shared folder? [22:57] the vbox guest is an ubuntu 16.04 === feodoran is now known as Guest97250 === feodoran_ is now known as feodoran [23:12] any suggestions on how to resolve this http://ix.io/1kj3 [23:12] trying to see an image, using fbi, image is in png format [23:14] is anyone experiencing delays for audio to begin playing? [23:17] well... Since 18.04 upgrade, the sound is better -Less pops and crap. But no more keyboard volume control.... [23:18] hmm, I'm running 18.04 and this is the first os I've noticed to make popping sounds sometimes when doing things [23:18] yeah, I had that in 16.04 [23:19] on a fresh install, this was a do-release-upgrade === amirpro_ is now known as amirpro [23:25] is there ubuntu 18.04 for 32bit? [23:26] I have 32bit laptop [23:26] macgyver_: Think lubuntu still supports 32 bit . [23:27] anyone rocking thunderbird 60? [23:27] is lubuntu 18.04 LTS for 32 bit? [23:27] macgyver_: Yup; see: https://lubuntu.me/downloads/ . [23:28] 1+ lubuntu ! [23:29] ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ http://magaimg.net/img/wqz.jpg ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ [23:29] neomutt! Belial :D [23:43] Hello there:) [23:44] yo! [23:50] simple question on freenode I am tryo to join a channel and get this :Cannot join channel (+r) - you need to be identified with services [23:50] what is the solution [23:51] state32: /join #freenode for help with freenode [23:51] thanks === the_ant1 is now known as the_ant