[00:02] Rukus, what version of Ubuntu? [00:03] hey guys. what's the procedure to upgrade 17.10 to mitigate meltdown and spectre? the doco says that kernel packages have been released but my desktop is still vulnerable [00:04] (having installed those kernel upgrades) [00:04] wencher, if you update (using supported kernels) you'll receive all patches [00:05] guiverc: i did. i ran https://github.com/speed47/spectre-meltdown-checker afterwards but still says vulnerable to s1,s2 and meltdown [00:06] wencher, https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/SpectreAndMeltdown [00:07] guiverc: yeah. so it says metldown is Y. but when i test it says, i am still vulnerable to meltdown [00:07] (for amd64 on 17.10) [00:09] guiverc: do you use 17.10 and if so, can you give me your kernel image version please? [00:09] could be that au mirror is fscked up [00:09] not until intel releases a new microcode, AFAIK [00:10] guys just beware that regular ff and ff developers edition suck, use ff nightly ! [00:10] OerHeks: i did see *no* intel-microcode updates as well but that's related to s1 and s2 if i am not mistaken right? [00:11] why is ff so slow on android? [00:13] certified, ask android support, thats not topical here [00:14] wencher, yeah i use 17.10 but not on this machine. ubuntu is as supported (to my knowledge) as other OSes as it relies on intel fixes (last intel fix was withdrawn as I recall) [00:15] its not a bug its a feature [00:15] inteligent designed [00:17] if i have AMD cpu do i get meltow mitigation? [00:17] guiverc: ok [00:17] sure, wait for the new hardware. [00:17] certified: you do [00:17] certified, yep - microcode for amd I'm sure i saw [00:18] but AMD dosent have meltdown bug [00:19] https://linuxhint.com/check-patch-spectre-meltdown-ubuntu/ is interesting.. the fella says he is using 17.10 [00:20] certified, nope, but m$ft fixed stuffed some amd's anyway... amd has spectre though [00:20] seems like all cpu have it [00:20] maybe risc dosent [00:21] not all - but most (almost all x86) [00:21] arm isnt x86 [00:21] raspberry pi's don't :) ubuntu-mate on pi's are golden! [00:22] inst that using arm? [00:23] yeah, armv7 in my pi2 [00:24] i think even gpus have it [00:24] or they need new drivers [00:25] gl geting new driver for my card [00:25] its under legacy wont fix [00:37] Rukus: try this, then logout and login: sudo update-icon-caches /usr/share/icons/* [00:39] Rukus: also check the root file system for errors sometime, just in case (i've seen such issues caused by file system incoherences in the past). [00:56] how do I search through locally installed packages [00:57] (apt-cache search) [01:07] I tried using apt-get and this happened. https://pastebin.com/nktrRWhE What do I do? [01:14] love3, mint issue? [01:15] yah [01:15] lol how did you know? [01:15] (#linuxmint-help is on irc.spotchat.org [01:15] mint has its own issues. [01:20] does anyone know the process for getting newer packages put into the synaptic repositories? [01:21] pengwens, find a PPA with newer versions, or you can plase a SRU on the list [01:21] !sru [01:21] Stable Release Update information is at https://wiki.ubuntu.com/StableReleaseUpdates [01:21] *wish [01:23] cool, thank you [01:23] mind that LTS versions are aimed on stability, not newer functions with updates, only security fixes. [01:24] versions in between might have newer sources .. [01:31] if you use a LGPL library in your project, then you can't close your source ? and you can't also sell your app ? [01:42] looks like the issue was elsewhere [01:42] thanks fellas [01:42] (elsewhere = grub) :D [01:43] guiverc: ^ ty [01:45] I just want to use a LPGPL library for making an app. now if I use a LGPL library in my project, then can I close my source ? and can I also sell my app ? [01:45] LGPL* [01:45] JavaGhost: You can sell anything people are willing to give you money for. If it's *GPL licensed, though, you cannot prevent them from reselling it or giving it away if they so choose. [01:47] end-user* [01:47] Crell: ty for responsing, so can I also close my app source and don't give end-use the source of application ? [01:47] If you're using someone else's LGPL library, you have to give your downstream customers/users access to the source of that library, but you are not required to give them access to the rest of the code outside of that library. [01:47] With various caveats around where the library boundary is that vary somewhat from one language to another depending on how exactly they work. [01:49] Crell: for a library like jpf (in java for making plugin system in your app), jpf is LGPL, if I use it for my app, then I need just give a link of jpf source ? [01:50] Is it LGPLv2 or LGPLv3? [01:50] it just said: it's lgpl http://jpf.sourceforge.net/ [01:51] That probably means LGPLv2-and-later. Especially if it's still on sourceforge. :-) [01:51] Ah, yes, LGPLv2.1. At the top of the License page. [01:52] Crell: Ah, and what that meaning for me ? :) [01:52] Strictly speaking, with *GPLv2 someone is allowed to request the code directly from you on a CD. As a practical matter though, yes, stating that you're using it and linking to the official project page is sufficient in 99.3% of cases. [01:53] (IANAL TINLA, but I used to be the Director of Legal Affairs for an OSS foundation and worked with the Software Freedom Law Center on our policy statements, so I'm slightly above casual man-on-the-street knowledge.) [01:53] Crell: this means that I can close my source, and in a "about menu" claim that I used that library, and also can sell my app yes ? [01:54] Yes. [01:55] All that said, beware the asterisk around library boundaries (I don't know the details for Java), and be aware that by releasing proprietary code you are telling your customers that you reserve the right to override their decisions about what their computer does. Proprietary software is a form of control at a distance. [01:55] Crell: thank you so much Crell you helped me a lot :* [01:56] Crell: Ah, thank you ! [01:57] Disclaimer: I'm a Free Software (rather than Open Source) advocate. Propretary software is a form of oppression. :-) [01:58] hi, I just upgraded to 18.04/17.10 not sure [01:58] Crell: actually I'm makin an app but it's free, I just wanted to know wether I can sell it or not :) ty for helping [01:58] Is there a way to uninstall all packages that are not in default installation? [01:59] Entirely unrelated question for the room: I want to increase the amount of swap space in my (K)Ubuntu 17.10 system. I'm pretty sure it's a swap file, not swap partition. I was previously directed to https://help.ubuntu.com/community/SwapFaq, which talks about adding a swap file, but how would I resize one? Just add a new one of the new size then deactivate the old one? If so, how would I deactivate the old one? [02:00] JavaGhost: If you're making it no-cost you may as well make it Free Software as well. :-) [02:00] Crell: swapoff /path/to/swapfile [02:00] And that persists reboots? [02:00] no [02:01] Hm. [02:02] My fstab currently has this for swap: /dev/mapper/cryptswap1 - That... suggests that I have to do a bit more to make it an encrypted swap file. I'm used to not being able to write into /dev with fallocate. [02:04] crell: have you considered "If you find this app helpful, feel free to hit the 'donate' button?" [02:04] MeaCulpa: I think that was to JavaGhost? [02:04] sorry, not meaning to intrude [02:04] jello [02:06] Not a problem, just directing the message to the likely audience. :-) [02:06] I'm here for help with swap files. The GPL knowledge drop is just something I do. [02:07] yeah i'm not sure about encrypted swap [02:08] Me either. === brainwash_ is now known as brainwash [02:41] Yes, :D donate is a great strategy [03:32] Hi people. I have a very strange problem. Using the ubuntu 4.13.0-32 kernel and a dracut initramfs, my hard drives remain unseen by the initramfs, with blkid from the initramfs showing nothing. nothing shows up in /sys/class/block/ either. A custom compiled 4.15 kernel works though, is there any kernel option that could be responsible here? === LocaMocha is now known as Sauvin === Map is now known as Guest35240 [03:54] I'm doing some testing with bionic and discovered that installing package zutils (via ansible) uninstalls all the zfs management components since zutils now has a conflict with zfsutils. [03:56] Why does ubuntu not create a swap partition when installing and selected auto? [03:56] kryojenik, bionic questions should go to #ubuntu+1 [03:56] thx [04:04] when I log into my user, I see that /media/phillijw/Thing gets mounted. Can I tell it to mount with certain permissions somehow? is that fstab? because its not currently in fstab [04:05] join #odoo [04:09] how exactly do I use snaps? I just installed the snap for phpstorm but it's not in my $PATH [04:10] phillijw: you may want to try adding mode=xxxx to the options field in fstab, see man mount, search for mode= [04:11] note that its & 0777 [05:07] ubuntu 16.04 - computer shuts down during boot process if AMD graphics card is installed. (booting windows with the exact same setup runs without issue). It literally is just going through the system services starting etc on the log screen and then the power just cuts with no warning. [05:09] hey [05:39] can anybody help me on diagnosing and fixing this issue? http://paste.ubuntu.com/p/WVPpYqfCtZ/ === Jochen_wvdT is now known as Schlawiner === lotuspsychje_ is now known as lotuspsychje [06:10] kandinski: reask time to time, it is usuaull question [06:19] hello if anyone is awake! [06:19] Alabaster: hello, we are :p [06:20] sorry to bother anyone but has anyone ever encountered after installing the arc ppa and messing around with Tweak tools when you boot up your Ubuntu VM or restart Desktop Icons dont show up unless I go into tweak tools and turn them off then on?? [06:21] Or is because I am starting to use up over half my memory from not restarting my actual computer? [06:21] outoftime_92: thanks [06:21] I'll re-ask in a couple of hours [06:21] Alabaster: we dont support external ppa's mate, as they are a risk for the ubuntu system [06:21] my VM is getting awfully slow and taking more time to boot and when I go full screen it lags [06:22] is there anything you know that would maybe be a reason to cause the desktop icons not to show up when rebooting or booting up VM Ubuntu? [06:25] ok heres another question if I go into my home folder and check permissions it shows Owner as literally the word "me" is that normal? or should it be my username?? [06:27] I am so at a loss here [06:28] is owner:"Me" odd? [06:28] the actual word "Me" [06:28] not Alabaster === Leion1 is now known as Leion [06:34] dir! [06:34] !dir [06:37] !list [06:37] acdriverview: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». [06:47] Hey there! trying to use IRC [06:47] anyone here [06:49] hackthekernel: whats up? [06:49] Nothing. === Leion1 is now known as Leion [06:49] Just excited to start this beautiful journey with computers [06:54] hackthekernel: this channel is meant for ubuntu support only [06:55] Thanks. [07:11] My webhost won't let me configure TTL in my DNS settings. Should I pout like a baby and cry n stuff, or is there a practical solution? [07:12] Hi I can't get my linux system to wake up after suspend on hdmi monitor. It wakes fine on vga monitor [07:13] sorry to bother anyone but I have a question if I may ask? [07:13] Alabaster: go ahead [07:14] Sometimes when I boot or reboot in my Ubuntu VM my desktop icons are gone until I go into tweak tools and turn them off and then turn them on [07:15] 16.04.04 of course [07:16] might you know what could cause that EriC? [07:16] Alabaster: no idea, are all the files in your home dir owned by you? [07:17] under permissions the say next to owner the word "Me" not Alabaster but "Me" is that odd for it to say that?? [07:18] i dont think so, try "sudo find ~ ! -user $USER" [07:18] one sec will do [07:19] what should it read out? [07:20] it shouldnt give anything back [07:20] three lines [07:21] says home linux .dbus session-bus .cache/dconf [07:22] it wont let put the / in this chat === denixx is now known as denixx|w1 [07:22] you cant START chat line with / [07:22] /example [07:23] I added space and its fine [07:23] it says first line / home / linux / .dbus === denixx|w1 is now known as denixx|w1|2 === denixx|w1|2 is now known as denixx|w1 [07:23] then / home / linux / .dbus / session-bus [07:23] Alabaster: try sudo chown -R $USER: ~ [07:23] as your user [07:24] nothing [07:24] ok, maybe it will work better now [07:24] do I type my name in there somewhere? [07:24] no [07:26] I wonder how do I change in the file manager owner:Me to Alabaster?? [07:26] Alabaster: i think it just works that way, it means you're the owner [07:26] owner:Me Group:linux [07:27] yeah it's not a problem [07:27] I hope so. seems weird the owner says "Me". I mean you're probably right. Just silly for Ubuntu [07:29] its also taking more time to start up and when I full screen the system just stalls for minutes [07:29] yep I restarted and the icons worked. Did a full reboot and no Desktop icons. weird [07:30] its odd because I guess gnome isn't throwing them up until I reset it in tweak tools [07:31] create a new user and repeat the test [07:31] it maybe something to do with your user settings, rather than a problem [07:34] good idea ikonia [07:36] I have a question about my hdmi monitor not wakeing up after suspend please [07:40] tonywb, you may not get a answer because people in the room don't have one, but thank you for your patience (I saw your prior post too) [07:41] OK. I was thinking I had to wait in line [07:44] yeah when I restart the whole VM Ubuntu on another user Desktop Icons automatically start with it [07:46] in fact the group in Permissions says the username. On my original account it says Linux. [08:03] .......? [08:04] meteorx: better not login to irc as root === r0Oter is now known as r00ter [08:31] After one of the recent updates to Ubuntu Xenial, a link to an executable shell script on the desktop stopped working. When I double click it it opens the file with Gedit instead of running the script [08:32] look at the properties of that link [08:32] look at the permissions on the script, making sure it is actually executable [08:33] Доброе время суток. [08:33] !ru | hatori [08:33] hatori: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [08:36] hello guys. weirdly, my touchpad have the edge scrolling in the wrong order. when i slide down content goes up and when i slide up content goes down. any ideas? [08:37] I'm trying to make notify-send target specific users by switching to each individual user (su or sudo) prior to calling notify-send. However, when testing with my own user (switching to myself) in a terminal this does not show the message in my GUI, not even after applying the tips from https://www.christianroessler.net/tech/2015/send-desktop-notifications-with-notify-send-to-other-users-from-within-cron-script.html [08:40] Xano: that sounds like a bad way of sending notifies [08:40] and quite a secuirty hole being created just for a notify [08:42] i mean, when i slide down in my touchpad edge scrolling, i expect to see the scroll bar of a web page, i.e, to scroll down to and happens exactly the opposite. but on mouse, the scroll wheel works fine [08:44] ikonia, It's for a script that will run as a root cron job or as the local user anyway. [08:45] can anybody help me on diagnosing and fixing this issue? http://paste.ubuntu.com/p/WVPpYqfCtZ/ [08:45] ikonia, So if you can't switch to the user you want to send notifications to, that's your problem. [08:45] (I figured) [08:46] each user should run this in their sessions instead [08:48] oops. solved the issue. "Natural Scrolling" isn't that natural :x [08:52] geirha, Well it's a back-up script and the currently logged-in user may not have access to all the paths that need to be backed up, but they do want to be notified of back-up errors. [08:54] well, then I'd have the cronjob write this notification to a certain location. Then all users can run a separate script in their session (e.g. via startup applications), that watches that location and does the send-notify when something's up [09:00] i [09:00] hi [09:00] what is here === Betonneklakske is now known as Garc [09:33] Hi, could anyone help me with certbot and apache2 ? I've made certificate for and https to my apache2 server is working. But when I create a virtual host on apache2 with the same domainname and certificate it doesn't work anymore. [09:37] adalbert: how does your vhost config look like? [09:38] deem: sec, i'll pastebin it [09:40] This is the one that's working, the default-ssl.conf , https://pastebin.com/vD2MHh0A [09:42] When I use this one, https is not verified no more ... https://pastebin.com/DyPqRtm5 [09:43] adalbert: did you restarted apache after enabling the configuration? [09:43] deem: ofcourse === B is now known as Guest58565 [09:46] adalbert: seems like a client problem on your side. it's trusted. https://pastebin.com/r2nU1BmZ [09:47] adalbert: also you can point your config directly to /etc/letsencrypt/live//fullchain.pem etc, so you will use the correct certificate after renewing [09:48] deem: oke, i'll restart my apache2 to the vhost now, can you do the same log again in a minute ? [09:49] deem: we can check for a difference ? [09:49] deem: it's restarted [09:50] deem: https is no longer verified :( [09:50] adalbert: cause it's a different certificate now [09:51] deem: what do you mean, i'm using the same .crt ? [09:51] adalbert: https://pastebin.com/JuDDZCNe [09:51] the webserver is answering with a self signed certificate now [09:52] deem: i see [09:52] deem: how do i fix it? [09:52] you should check your configs again [09:55] Seems like Firefox (?) has begun to open some (?) videos in a muted fashion. Anybody with any information on this? [09:57] is .deb a compiled file [09:57] or can it also be a source file? [09:57] Hi, I was messing about with changing the language for menus etc, and out of the blue, suddenly all my files and folders from $HOME is showing up on my desktop. If I remove them, it removes the actual folder aswell. Is there anyway to remove this? I do not know what make this happen. Thank you [09:59] is .deb a binary? [10:06] fstoltz: try to run "nautilus -q" then open the file manager again [10:10] EriC^^: Running nautilus -q removed everything from the desktop, though as soon as I opened nautilius again, it comes back.. [10:12] did you try logging out and back in? [10:13] Nope, but I've logged in/out several times and it's stayed like that. But I'll give it a try, running nautilus -q and then logout & back in. brb 1 sec [10:15] EriC^^: Nope, still there when I log in. [10:15] EriC^^: Any other suggestions? [10:17] deem: still there mate? [10:17] Hi folks [10:18] Is there any tool for ubuntu where I can lock a folder with password or gpg encryption, I want to use cloud storages but I can't just upload my data to someone else, so want to enrcipt locally first, I found solutions like restic which is great for backup but can't have a live mount, or thinngs like cryptomator but that is java based :( [10:19] hello [10:20] halt: you can use gpg [10:21] adalbert: sure. did you checked your configs? [10:21] Anyone knows how to stop all my folders & files in $HOME appearing on my desktop? I'm not sure what caused it to show, I was messing about with languages and suddenly all my home folder & files popped up on the desktop. [10:21] deem: it's working now , i'll post the config i've used ,sec . [10:21] Ben64: and how can I live mount that ? I know how to lock a folder into a zip but how can I keep interacting with the content of the folder [10:21] halt: ecryptfs? [10:22] deem: https://pastebin.com/WLRUKa3a [10:23] hi, darkhunter [10:23] : \ [10:23] adalbert: did your default configuration used another cert or why did it changed? [10:23] hi, cewood [10:24] deem: yes , this is the default i was using but didn't work [10:24] https://pastebin.com/DyPqRtm5 [10:24] Triffid_Hunter: that looks interesting, do you have more example driven documentation then the http://ecryptfs.org/documentation.html [10:25] halt: nope, just came up when I asked google for per-directory encryption solutions in linux [10:26] karma google ++ [10:29] hello, could someone please help me set up mpd audio? This computer has multiple audio devices listed in the Settings app, but only physical audio output (a TV connected via HDMI). Audio in general is working as I can hear an mp3 file played from the Files app, but playing that same file in mpd does not produce sound. I've tried a few things in the mpd config but I'm probably missing something obvious [10:29] I'm feeling ignored [10:30] Hi, Leo [10:30] * JimBuntu stops ignoring khyrthy [10:31] hi bigblind ! [10:31] khyrthy, don't feel ignored , this is ubuntu's support chat, not a regular chat [10:32] Good point BluesKaj ... all (most?) are welcome at #ubuntu-offtopic [10:34] BluesKaj, where can I find a regular chat ? [10:35] guess he/she found one :-) [10:36] hello [10:37] erdem: hi [10:37] i am running ubuntu server and just installed xfce, now i want to mount an encrypted hdd, double clicking it on dekstop prompt password input but as soon as i mount i get a permission error [10:37] HI [10:37] already added my user to "disk" group [10:38] can anybody tell me how to get anbox to work? running ubuntu mate 16.0 [10:39] "Not authorized to perform operation" [10:39] chelsea_,rpi? [10:39] are there any other groups my user has to be part of? [10:41] rpi? [10:41] new to ubuntu [10:45] my app crashed, did i miss anything` [10:45] ? [10:45] rpi = Raspberry Pi? [10:45] chelsea_, ok then what's an anbox? [10:45] JimBuntu, exactly [10:46] BluesKaj, anbox = Android in a box. anbox.io [10:48] right, kinda figured, then it's most likely an arm architecture cpu etc [10:48] :/ [10:49] I have a rpi3 ..works great with Raspbian OS [10:49] chelsea_, ck what do you want to do with the anbox? [10:56] hi [10:56] download android apps [10:56] in ubuntu mate 16.04 is it possible to get a CPU temperature widget in the taskbar (raspberry pi3) ? [11:02] chelsea_, I suggest you join the #android chat [11:05] join #android [11:06] just click on #android === HobGoblin is now known as UukGoblin [11:28] !s thor 2017 [11:28] acalypopse: I am only a bot, please don't think I'm intelligent :) [11:31] Hey. I have a Lenovo thinkpad e460 I am not able to go into my BIOS. I was wondering if I could use GRUB command-line (when you press c in GRUB menu) to access BIOS [11:32] tannishpage, the GRUB command line isn't going to let you access BIOS, afaik [11:33] But when ubuntu is installed the GRUB menu allows you to boot into the BIOS. [11:33] JimBuntu: [11:34] tannishpage, ? I will say that you *should* be able to enter BIOS via F1. Is there some specific reason you can't get into BIOS or an unknown issue? [11:35] JinBuntu: I have no clue what the problem is. I can't enter BIOS. [11:35] anyone familiar with PopOS? [11:35] It appears to be using Gnome3 and I'm wondering how to enable ALT to drag windows [11:35] seems like a silly omission [11:36] jaydemir: try the windows/super key instead [11:36] akik: that did it [11:36] wow [11:36] why would they move it to that [11:36] jaydemir: change because of .. change [11:36] >.> [11:36] thanks [11:37] tannishpage, with your laptop completely powered off... if you press the power button and then keep pressing F1 a few times per second... you can't get into BIOS? Have you checked to make sure your F1 key is working? Are you, by any chance, trying to use an external keyboard? [11:37] one of the most useful features in xorg [11:38] on what hardware is F1 bios? It's usually F10 or F12 [11:38] jaydemir, on the specific Lenovo laptop in question [11:38] oh lenovo [11:38] JimBuntu: (Its the enter key btw). I power off, i press enter and it boots into windows. It beebs once and boots into ubuntu [11:38] yeah good luck [11:38] ignore the last word [11:38] windows i meant [11:39] what version of Windows? Somehow 10 has this ability to hijack the hardware on boot so you have to be ridiculously quick [11:39] windows 10 [11:39] tannishpage, You need to make sure it's a complete power off with Windows, otherwise the F-keys will not work at reboot. You should also be able to tell it to reboot into the BIOS via Windows shutdown. 1 moment while I look up the exact command (not a Windows user) [11:39] lenovo also goes out of there way to make it unreasonably hard to install Linux on their machines [11:40] JimBuntu: ok [11:40] tannishpage: reboot windows, Not shutdown [11:40] JimBuntu: I found the GRUB command to boot to bios using GRUB command line. Its fwsetup. [11:41] tannishpage, https://www.laptopmag.com/articles/access-bios-windows-10 [11:41] Ah, yes [11:43] hello again# [11:43] im having a problem with a snap package, dont know how to work within the environment [11:43] do i have to "chroot" or smth like that? [11:46] I don't think you have to do anything special once they're installed. To install you need sudo permission, then you can check it is installed by entering "snap list" [11:49] erdem, what snap... for the snaps I use; i run them as normal apps. [11:49] just installed nextcloud [11:49] now i wanted to change the "data" directory [11:50] https://help.nextcloud.com/t/howto-change-move-data-directory-after-installation/17170 [11:50] # [11:50] following this guide [11:52] https://nopaste.xyz/ [11:52] this is how i run the first command [11:52] oh wrong link, one moment [11:52] https://nopaste.xyz/?8c87a0d196bdd6b7#p01yr8Ory5Ln8sLPnlZSur8Kd0I08J5F0g7JHIBD46s= [11:56] erdem, i've never run a snap with `sudo` ... (i'm giving it a go ... busy) [11:57] $snap_name = getenv('SNAP_NAME'); [11:57] 'path'=> '/snap/'.$snap_name.'/current/htdocs/apps', === u0_a93 is now known as Noxturnix [11:57] erdem, ok. if running a snap under my own id is fine, but when I used sudo my usual $PATH was gone so snap failed to be found... [11:57] in htdocs/config/config.php [11:58] seems like the env var is not set? [11:58] I thought snaps were meant to run in normal user mode, and not require root access? [11:59] yes but if you work with the app within the snap you might need root, no? [11:59] Especially server type ones, as you won't want to run web accessible services as a root user [11:59] because in my case all files belong to root:root within the snap [12:00] Who the files belong to doesn't matter as long as they are executable/readable to all users [12:01] okay [12:01] You're getting an error because nextcloud is not supposed to run as root, it doesn't have the proper environment variables setup for it. [12:01] I don't like the sudo to run snaps either... it seems risky... [12:01] but somehow that env variable is not set [12:01] even if i run as normal user [12:02] I would consult the documentation for nextcloud, and possibly try reaching out to their user group to see if anyone there has run into a similar issue [12:03] If running as a normal user fails, maybe try removing the snap and installing again? following this guide: https://itsfoss.com/use-snap-packages-ubuntu-16-04/ [12:04] export SNAP_NAME=nextcloud [12:04] seems to fix the porblem but [12:05] Cannot write into "config" directory! [12:05] This can usually be fixed by giving the webserver write access to the config directory [12:05] seems like this command is not supposed to work within snaps? [12:05] because they are meant to always be read only? [12:08] question: why are you trying to run a server as a snap? [12:09] it seemed like this would be a quick and easy way to set everything up [12:09] seems like its not [12:09] maybe i should manually install apache/sql/nextcloud etc [12:09] What are the first steps after installing Ubuntu desktop ? What proprietery multimedia codecs ? Howto change menu fonts, etc. ? Any idea ? I am beginner. Thanks [12:10] kallenp, there are tons of websites titled 10(15,5..) things to do after installing ubuntu - have you looked? [12:11] erdem, if you intend this to be a permanent installation, i would go with installing from the repo instead... it will auto config most of it for you, and you can customize it after. Snaps just don't seem like a good idea to me for server type activities [12:11] guiverc: can you send me link ? [12:12] pragmaticenigma, i will try that, thank you for your suggestion [12:12] kallenp, https://www.omgubuntu.co.uk/2016/04/10-things-to-do-after-installing-ubuntu-16-04-lts (i didn't open it, but omg is usually good) [12:15] guiverc: Verry thanks ! :-) [12:16] kallenp, most welcome :) === crogers_ is now known as crogers [12:19] guiverc: thanks :-) [12:23] kallenp, it is 16.04 LTS you are using right; if using 17.10 go for the 17.10 article... (17.10 uses gnome DEsktop, 16.04 uses Unity) [12:23] hi [12:23] guiverc: I am using 16.04 LTS [12:23] :) [12:24] somebody there ? [12:24] yep Hi kengsley ; if you have a question, please just ask it. [12:24] cool [12:24] i'm using elementary os [12:25] can you help me a tv software ? [12:25] to find [12:27] kengsley: you will have to check with elementary support, this is purly ubuntu support. [12:28] there is a ubuntu flavor that is made for tv ..i think it mythTv or something . sorry i am pretty new to it all [12:29] oh he left [12:30] not a problem... i would have answered the same (ubuntu & official flavors like askubuntu where I'm more commonly at..) [12:31] is there a ! elementary command on here? [12:31] !mint [12:31] The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [12:31] !elementary [12:31] Elementary OS is an Ubuntu derivative which is supported in their IRC channel #elementary on irc.freenode.net - http://elementaryos.org/ for more information on this distribution. [12:32] / i was only trying that; I assume it was more common to have mint questions (it sure is on askubu) [12:32] yeah me to i just to be sure there was one made for elem os [12:33] // I'm not sure i could spell elem.. :) [12:34] i cannot lol. I read fine but spelling is whole other thing with me lol [12:36] In apache How do I redirect all www urls to non www? I have done this but it seems not working https://pastebin.mozilla.org/9079136 [12:41] hi [12:42] hi elliot_ , if you have a question please ask it. if someone (available) knows the answer, they'll answer it or help you. [12:43] i want a install software in ubuntu ? [12:44] what version of ubuntu are you using elliot_ ? [12:45] 16.04 [12:46] you can load ubuntu.software from the menu (click super or your windoze key then type software and it should appear) then navigate to what you want & click 'install' [12:47] in terminal ?? [12:47] elliot_, for me; i know the apps i want, so go to command line and enter commands `sudo apt install vim` (to install vim editor, but only because I know it's 'vim' i want) -- ubuntu software lets you browse & pick using gui [12:48] elliot_, if you like terminal; i `sudo apt install aptitude` then use `aptitude` to select my software (use aptitude if I don't know the name, eg. my vim example, way more than ubuntu.software) [12:49] elliot_, but if you know the name of the software you like, for example firefox, just enter the command `sudo apt install firefox` === lubuntu is now known as Guest74516 [12:50] guiverc thanks :) === zer0 is now known as Guest40585 [12:50] elliot_, hold on... looking for something.. [12:52] elliot_, another really easy option; `sudo apt install ubuntu-mate-welcome` which contains (1) ubuntu-mate welcome screen, and (2) the mate-software-store.. it's option 2 that i like most; it contains some software not found in aptitude/ubuntu.software such as skype & other non-canonical software sources (it adds repos as necessary!) [12:53] elliot_, note: ubuntu-mate-welcome is in universe; so universe must be enabled first [13:02] hello [13:02] why i can't create project in MonoDeveloper? === auspugs is now known as nzpugs [13:07] Hi Guys, I'm having a bit of trouble connection a U-Blox SARA-U201 EVK modem to my laptop. I have plugged it into the cellular native usb port on the device. I can see from googling that others are getting 4 /dev/ttyACMx devices. I'm not getting any. I see this in syslog: https://paste.ubuntu.com/p/ChH48DqcdS/ [13:08] skjensen: either the device is broken or your usb port is broken, === dingir___ is now known as dingir_ [13:09] Okay.. That's not good.. :/ USB port is working with other devices. It's a brand new evaluation kit I got.. so doubt it's broken.. But never say never.. [13:09] I got a feeling it's because it's the wrong kernel module there is being used to mount the device. Any idea how I can get cdc_acm to be associated with the device? [13:37] how can i install wine on ubuntu. sudo apt install wine is giving me error [13:37] Hi, im trying to install the ubuntu server and keeps failing, in system defaults. What should i do? Is a problem with the distro? [13:44] willy, what error? [13:44] https://pastebin.com/dbyNp35z [13:45] willy, can you try $sudo apt-get autoremove and then run $sudo apt install wine ? [13:46] same error [13:46] autoremove -f ? [13:51] willy, does running an apt upgrade render any different results? possible that some package upgradees are needed first? [13:54] å [13:54] Howdy yall [13:55] /2/2 [13:55] Well folks my electron counterbalance overloaded [13:55] How do i fix it without neutrino containment rods [13:56] I dont wanna damage the hadron array [13:56] Because that would mean recalibrating my QHD [13:56] no sudo upgrade doing the same [13:57] Willy can you help? [13:57] My OC3 optical lines are fried === B is now known as Guest66475 [13:58] I don't think wine is your issue then, you might have a corrpupt cache for apt. Might want to try "apt autoclean" and "apt clean all" then update and try another upgrade [13:58] Tl;dr [14:00] hegna: what exactly are you trying to do. i think this is not the right channel for you [14:00] Im trying to repair my counterbalance for my quqntum acceloration aray [14:00] Array [14:01] this is support channel for ubuntu operating system. [14:01] It uses ubuntu [14:01] Hegna: try https://www.reddit.com/r/VXJunkies/ , not #ubuntu [14:01] No [14:02] willy, did you catch my last message? [14:03] pragmaticenigma: yeah the output is same [14:03] nothing happens [14:03] It was directed to me [14:04] And no, it did nothing [14:04] willy: apt update [14:04] hegna: i think you are on the wrong channel. your problem doesn't seem to be ubuntu related [14:05] Willy pardon my language but your kiba being a little bitch right now [14:05] Im on the right channel [14:05] Hegna: no one here can help you, sorry [14:06] Pragmatic is trying to [14:06] pragmaticenigma: is talking to willy [14:06] No [14:06] False [14:06] troll elsewhere please [14:07] ecormier:https://pastebin.com/7ZXhq3aE [14:07] willy: no errors there, try installing wine again... which version of ubuntu are you on [14:08] i am on ubuntu 16.04 but the error is still there [14:08] ecormier, there is something in willy's apt cache or setup that is preventing him from installing wine. If they try to install or upgrade they get an error message [14:09] pragmaticenigma: I got it, I thought sources might be out of sync [14:10] hello ! it's my first time to be here, excited === filipe_ is now known as filipe- [14:12] pragmatice: anything else that i can try? [14:12] reautopia, This channel is for Ubuntu support. Join #ubuntu-discuss to talk about Ubuntu in general or #ubuntu-offtopic to talk about whatever with others who may use Ubuntu. Otherwise, if you need help with Ubuntu, simply ask your question. [14:14] willy, we'd have to figure out what the root cause is for apt to be having trouble... what do you get when you run "apt list --upgradable" [14:15] isc-dhcp-client/xenial-proposed 4.3.3-5ubuntu12.10 amd64 [upgradable from: 4.3.3-5ubuntu12.9] [14:15] isc-dhcp-common/xenial-proposed 4.3.3-5ubuntu12.10 amd64 [upgradable from: 4.3.3-5ubuntu12.9] [14:16] willy, do you have the experimental channels active in apt? [14:17] hi guys! Is there any way to reduce the memory usage of Ubuntu 17.10. I have only 8GB of RAM(XPS13)and during work (docker, visual studio code,...) I often saturate it. [14:17] i dont know. how can i check it [14:18] cbit: find out what's using the most and find an alternative for that thing [14:18] can you pastebin these files? /etc/apt/sources.list and the files from /etc/apt/sources.list.d [14:18] cbit: for example, chrome with 10 tabs takes about the same ram as firefox with 400 tabs so that switch is an easy way to trim ram usage [14:18] cbit: or dumping vs code for a regular text editor perhaps [14:19] W: GPG error: http://archive.ubuntu.com trusty Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key [14:19] W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/Packages Hash Sum mismatch [14:19] is anyone else getting this? [14:19] on trusty [14:19] cbit, docker requires 8 GM of RAM just for the manger node... Docker alone is saturating your system [14:20] That should have said 8 GB of RAM... do not know why my keyboard enterd an M [14:21] ageis, is updating to Ubuntu 16.04 an option for you? Ubuntu 14.04 is fast approaching it's End Of Life support [14:22] otherwise, try again in a few hours... sometimes the repos are in the middle of having packages updated on the server [14:22] pragmaticenigma it's a SecureDrop user. they're all on trusty [14:23] mgiration to xenial is in progress [14:24] ageis, best to wait a bit and try again... you might need to run an "apt-get clean all" and "apt-get autoclean" to make sure something isn't stuck [14:24] pragmaticenigma, Triffid_Hunter yeah I'm using Firefox and I love it ;) unfortuantely I have to deal with Docker and VScode because of the project I'm working on [14:24] yeah maybe if I could find some good plugins for vim and Angular+Typescript I could ditch VScode [14:25] thanks [14:25] cbit, your issue isn't vscode... it's docker... it requires 12 GB or RAM just to run one node [14:26] oh nice, so I probably have no workaround for that xD === Apachez- is now known as Apachez [14:28] Hi. I am getting ENOSPC errors but df -h says 12% used [14:28] All text I copy [14:29] makes the browser tab stuck [14:29] all text I paste, stuck browser tab :S [14:29] (and no paste) [14:29] I have 16GB ram and a 500GB SSD [14:31] willy, I'm really stumpped... There is something in your package management setup that is causing this issue. I'm not certain what it is, but it appears you have experimental repos enabled which hold unstable packages. Makes this really hard to troubleshoot [14:32] is there anyway to fix it [14:32] Hi, I noticed that firefox and chrome are tearing when scrolling. Is that something with my setup or is it the same for everyone? This is a video of what I mean, notice how the text tears around the middle of the screen: https://streamable.com/zpc2a [14:33] hfp, I do not have that tearing in Chrome. [14:33] hi === zer0 is now known as Guest73570 [14:39] hi - how do i tell apt-get upgrade to only install security patches? [14:43] egyptian, all updates provided by apt-get upgrade are security patches... program version changes are rarely issued through upgrades, unless the package maintaners are unable to backport the security patch to an older version [14:43] ubuntu [14:44] INDIAN ubuntu iso install [14:46] hay [14:47] pragmaticenigma: r u sure? i have seen upgrades to python and other programs too [14:48] any woman here? [14:48] helmi: ish ma3na? [14:48] helmi: That is offtopic. Do you have an Ubuntu support question? [14:49] egyptians : i am a man [14:50] ya ragel!!! [14:50] oh man! [14:51] pragmaticenigma: google tells me only unattended updates will install security patches and i want to verify coz i cant find it for apt-get upgrade [14:53] leftyfb: this is stalion , who was asking about help on wine installation a couple of days ago. you left to have lunch. if u have time can u please help me now [14:54] willy: there's 1500 people in here. [14:57] yeah , yet my problem still persist. [14:57] willy: What problem? === kspencer_ is now known as kspencer === craysiii_ is now known as craysiii === tgm4883_ is now known as tgm4883 [14:58] i am trying to install wine on ubuntu 16.04 but getting error. [14:58] what error? [14:59] willy: Tried installing from wine themselves by following https://wiki.winehq.org/Ubuntu ? [14:59] https://pastebin.com/G0hewN0z [15:00] did whatever i was suggested to do from any member on this channel. but no solution [15:00] willy: LOL, try the steps in https://wiki.winehq.org/Ubuntu... It's the official one from wine themselves. [15:00] willy: try to keep installing the packages it says it depends on [15:01] sudo apt-get install wine1.6 [15:01] EriC^^: Isn't wine 1.6 too old LOL, people flexing 3.0+ [15:01] 1.6 is what is in ubuntu 16.04 [15:01] Anybody get `tlp recalibrate` to work on their ThinkPad? I have installed the tp-smapi and tpacpi-bat modules from the ubuntu repos, but tlp says they're inactive even after rebooting [15:02] willy: you could just install playonlinux, then you can get any version of wine you want [15:02] the fact that willy cannot install a package from universe is telling of a bigger problem [15:02] leftyfb: LOL, well ubuntu package manager is sleeping on his ass, cause other packages like firefox are updated to latest version. [15:03] There are lots of ways to install wine, but that fact that willy cannot install a package from the official sources is a problem and should be address before worrying about just getting wine installed from some other method [15:06] leftyfb: LOL, even debian updated to wine 2.0.x in their Repo, why Ubuntu still shipping wine 1.6? XD [15:07] !info wine [15:07] Package wine does not exist in artful [15:07] interesting [15:07] XD [15:07] No wine on artful? what of Bionic? XD [15:08] https://packages.ubuntu.com/artful/wine-stable [15:08] Somebody in Ubuntu is sleeping on the job XD [15:08] Borw3: please don't [15:08] Borw3: regardless, none of this helps willy [15:09] XD [15:09] hey guys, I have a little development board and it has a USB port over which a serial console with a shell runs, specifically on ttymxc0. I'm trying to disable it at boot, by running systemctl disable serial-getty@ttymxc0.service but on reboot it still starts. [15:10] Whn I'm logged over through this port and I stop the service, the console stops though, so for sure it is the one. [15:10] after disabling it, and still logging in with ttymxc0, when I check the status of the service, it says the following [15:11] Loaded: loaded (/lib/systemd/system/serial-getty@.service; disabled; vendor preset: enabled) [15:11] Active: [[0;1;32mactive (running)[[0m since Mon 2018-02-19 17:50:35 UTC; 3min 23s ago [15:11] borw3:cant install by following te official site . https://pastebin.com/5uw3HYcR [15:11] how can I really make sure that this service doesn't start at boot? what could be overriding the systemctl disable? [15:12] willy: WOW, LOL, I think it might be your OS, what version is it? [15:12] 16.04 [15:12] willy: Did you upgrade from 14.04 or fresh install? [15:13] Is there anywhere to see the current bugs in 18.04? [15:14] yeah, i upgraded from 14 [15:14] I also tried to systemctl mask serial-getty@.service [15:14] but that still does not solve my issue [15:14] flying_sausages: Try reading https://askubuntu.com/questions/19320/how-to-enable-or-disable-services second post :D [15:15] !bionic | bpye [15:15] bpye: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+1 [15:15] willy: That is probably the problem XD, try fresh install , otherwise build wine from source. [15:16] willy: I would try disabling the PPA's you have [15:18] willy: use the software and updates utility and the "other Software" tab and uncheck everything. Then run sudo apt-get update in a terminal [15:18] leftyfb:ok [15:19] flying_sausages: what version of ubuntu? [15:20] flying_sausages, also, what is the development board? [15:22] leftyfb: done that. ran command sudo apt install wine, getting same errror [15:22] when you uncheck, did you run apt update first? [15:23] yeah [15:23] what about an apt upgrade? [15:23] no [15:24] willy, let's try that. Before we can install wine, we have to get APT working properly. Let's focus on getting apt working before focusing on wine for now [15:25] done that. [15:25] now what [15:25] did any errors come up with upgrade? [15:25] Guy has 14.04 packages blocking packages needed to install wine, maybe try installing older version of wine, like 1.4 or something XD [15:26] willy: what did apt-get update say? [15:26] Borw3: incorrect [15:26] Borw3: where are you getting that information? [15:27] leftyfb:https://pastebin.com/ejam7FEk [15:27] leftyfb: He said himself he upgraded from 14.04, that normally tends to cause broken packages, even worse, he might have upgraded from Kubuntu to 16.04 XD [15:27] Borw3: none of what you just said is valid data [15:28] leftyfb: Kubuntu worn people not to upgrade to 16.04 from 14.04 because it will cause broken packages. XD [15:28] i upgraded from ubuntu 14 to 16 [15:28] willy: just so we're not missing anything, can paste everything including the command you typed and the ready prompt at the end? [15:29] willy: Also which DE of Ubuntu are you using? is it Kubuntu(KDE)? [15:30] Borw3: do you have some article/documentation showing the kubuntu team warning people not to upgrade from 14.04 to 16.04? [15:30] Borw3, we have no idea on the history of willy's machine and you're making assumptions on limited information. Willy could have updated that machine when 16.04 came out, they could have done it yesterday, we haven't asked and we're not conserned by that. Which flavor doesn't matter either, their problem is clearly with APT and that is what we are focused on. Please help us figure out the issue with willy's apt package [15:30] manager [15:30] leftyfb: https://kubuntu.org/news/kubuntu-16-04-4-lts-update-available/ [15:31] pragmaticenigma: https://kubuntu.org/news/kubuntu-16-04-4-lts-update-available/ [15:32] willy: were/art you running kubuntu/KDE? [15:32] art/are* [15:32] leftyfb: https://wiki.ubuntu.com/XenialXerus/ReleaseNotes/Kubuntu#A14.04_LTS_to_16.04_LTS_upgrade [15:33] test [15:34] nzpugs: test failed. Also not the appropriate place to test your IRC client [15:34] LOL [15:34] !lol [15:34] leftyfb: sorry last paste was output for "sudo apt update" . https://pastebin.com/hYPhCi8N [15:34] Borw3: please stop with all the LOL's [15:35] willy: ok, so that looks good. .... [15:35] i am using unity [15:35] i have an issue very similar to this https://askubuntu.com/questions/798375/hundreds-of-nameownerchanged-dbus-signals-using-cpu [15:35] anybody have a solution? [15:35] willy: try "sudo apt-cache madison wine" and see what it returns. :D [15:36] No! willy do not do that [15:36] pragmaticenigma: LOL, it just shows the versions of wine available. [15:37] pragmaticenigma: that last command isn't harmful [15:37] https://pastebin.com/Rkfa8Lg9 [15:38] willy, your issue si that you still have xenial-propsed enabled.. that contains packages that aren't fully tested and are not ready for production [15:38] pragmaticenigma: that is not the issue [15:38] packages in there are going to conflict with packages in universe and other parts of the package management eco system [15:38] pragmaticenigma: I have proposed installed on all my machines and have wine installed on several of them [15:39] pragmaticenigma: that's not how proposed works [15:39] XD [15:39] pragmaticenigma: especially since there's no later version of wine currently in proposed [15:39] willy: sudo apt-get remove --purge --dry-run wine* [15:40] willy: please show me the output of that [15:40] That's what I was lead to believe... also on the issue earlier... telling someone to run a command followed "see what it return :D" is disingenuous and should make anyone suspicious of the command. Borw3 it would be wise to drop the emoticons and LOL's to help make it appear that you are serious about helping [15:41] https://pastebin.com/KCGx5Bw4 [15:41] willy: ok, try: sudo apt install wine1.6 [15:42] can anyone help with my issue? [15:42] hello i have question about kernel on ubuntu 16.04 why the kernel in 16.04 is the 4.4 ? [15:42] https://pastebin.com/ay8zUbyW [15:42] !ask tom [15:43] pragmaticenigma: though I do agree with the emoticon commentary from Borw3 [15:43] i think it is related to avahi-daemon but i am not sure [15:43] willy: I am suspicous you upgraded from 12.04 to 14.04 and now to 16.04 XD [15:43] !hwe | tom_ [15:43] tom_: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [15:43] whene i look to the http://kernel.ubuntu.com/~kernel-ppa/mainline/ the latest stable is 4.15 ? [15:43] i have an issue very similar to this https://askubuntu.com/questions/798375/hundreds-of-nameownerchanged-dbus-signals-using-cpu [15:43] !hwe | anno13233 [15:43] anno13233: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [15:45] willy: uname -i [15:45] leftyfb: as far as i can remember , i just upgraded from ubuntu 14 [15:45] x86_64 [15:46] willy: apt-cache policy fonts-droid [15:47] https://pastebin.com/R8eLfrnu [15:47] i need to use a ms excel file with macros. libre office is not capable of handling that file/macros. any workaround or alternative tool that works on linux? [15:47] erdem: office.com [15:47] erdem: wps office. [15:47] willy: sudo aptitude install wine [15:48] erdem, you could try office.com which allows free access to open excel documents... macros may not work however [15:49] https://pastebin.com/bfZh9qYu [15:49] office.com is the web version of ms office? [15:49] willy: pick 3) [15:49] erdem, yes [15:50] https://pastebin.com/9iZ1Nnew [15:50] willy: r 3 [15:51] https://pastebin.com/3UPGtW91 [15:52] leftyfb: He might need 32bit to run windows apps properly since its not wine2.0+ [15:52] willy: pick Y [15:52] Borw3: it's called debugging [15:53] https://pastebin.com/3Cgrx0gc [15:53] willy: ok, go through it again and this time hit n at the end, then Y [15:53] ok [15:56] https://pastebin.com/UbRN9QbP [15:56] hi all, apt is in a broken state and I'm not sure how to fix it, I've already done the apt -f install which didn't work. The error is at: https://paste.ubuntu.com/p/jkXxFNhKrz/ [15:56] willy: accept it if you have't already [15:56] Anyone pointers about the Ubuntu email leaks ? [15:57] InTheWings: ? [15:57] InTheWings: email leaks? [15:57] just wanted to confirm it wont break other softwares/packages on my system? [15:57] jj_2018: there's a ppa package causing the problem, do you need it? [15:57] leftyfb: https://pastebin.com/raw/pUeHgn8g [15:57] libsodium23 [15:57] willy: it should not [15:58] ok. this may take a while leftyfb. [15:58] Eric^^ yes unfortuanly I really do [15:58] InTheWings: it's probably referring to the very public @ubuntu.com email addresses that someone spent the time to farm. [15:58] jj_2018: what happens when you try installing it? brb [15:58] leftyfb: and i received that on another @ [15:59] InTheWings: it's spam. Ignore/delete it [15:59] EriC^^: I saw that it's libsodium wich is part of the libsodium18 package, just not sure how to proceed [16:01] leftyfb:which command am i supposed to run after this. [16:01] willy: if it finished, try: sudo apt-get update ; sudo apt-get install wine [16:01] EriC^^: I installed KeePassXC and its working becasue the library libsodium is already installed as part of libsodium18, but it lists libsodium23 as a dependancy and now apt won't let me do anything else [16:02] not finished yet. it will take half an hour approx. [16:03] jj_2018, keepassxc isn't part of the main ubuntu repositories, our ability to troubleshoot it will be limited [16:04] pragmaticenigma: that I get, I'm just wondering if their is a way to get past the dependancy issue, or force the system to install the newer version of libsodium [16:04] jj_2018: remove --purge keepassxc [16:05] jj_2018, you would have to compile libsodium23 from source [16:05] or find someone with a ppa that maintains it [16:05] leftyfb: wow, thats not a good solution, I use keepass on a regularly [16:05] can anyone help me [16:05] vnc4server : Depends: xbase-clients but it is not going to be installed [16:05] E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). [16:05] root@ns532422:~# [16:06] jj_2018: how do you use it if you can't install it? [16:06] leftyfb: it got installed, but somehow apt is still asking to install the package [16:07] jj_2018, how did you install it, can you provide a link to the instructions you used? [16:07] jj_2018: what happens when you try to install libsodium23? [16:07] jj_2018: keepass2 and keepassx are available in the official repo's. You can try those. If you're having issues with a 3rd party project not available in the official repo's, you'll need to contact them for support [16:08] EriC^^, they won't be able to install libsodium23 ... ubuntu only supports up through libsodium18 [16:08] pragmaticenigma: yeah he's using a ppa [16:09] EriC^^, the ppa should have provided it as a dependency, but it didn't have it flagged... so apt didn't stop the install [16:09] jj_2018, if you are using ubuntu 16.04 or newer, you could try installing the snap package being offered. That should include all the dependencies [16:09] EriC^^: leftyfb pragmaticenigma ok looking at the PPA for Keepassxc it looks like others are having this issue, and they recomend reinstalling libsodium18 [16:10] pragmaticenigma: I may have to give that a try thanks, thats a really good idea [16:11] Also, the maintainers recommend removing and reinstalling libsodium18 to get past the issue. There is a linking issue with the library that keepassxc doesn't pick up on [16:12] pragmaticenigma: the problem with removing libsodium18 is that it wants to remove lots of other stuff with it [16:13] yeah... is there any particular reason that you want keepassxc instead of keepassx? [16:16] jj_2018: what does 'sudo apt-get install libsodium23' give? === druid__ is now known as Druide_ [16:18] leftyfb:running sudo apt install wine giving : wine is already the newest version (1:1.6.2-0ubuntu14.2). [16:18] willy: problem solved [16:19] willy: I would highly recommend next month when 18.04 comes out, you should backup everything and install 18.04 from scratch. Or wait till 18.04.1 like I do, but it might be time for you to fresh install regardless. [16:20] What is wrong "W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1" ? [16:21] outoftime_92: it means you have the same entry listed twice in /etc/apt/sources.list.d/google-chrome.list. Edit the file and delete the duplicate line [16:21] b1fb4fec-48a7-415d-8198-e96c1f85818d [16:22] leftyfb: first of all i want to thank you from the bottom of my heart. just last thing can u please refer me to some tutorial to learn using wine to install window app . [16:22] willy: download a Windows exe/msi file and doubleclick it [16:23] any tips so that i dont mess with ubuntu packages again in future [16:25] willy: It looks like some package you had installed installed a later version of liblcms2-2 than the official repo's provide. Just be careful with the ppa's you add [16:25] EriC^^: leftyfb pragmaticenigma thanks guys for the help, got it wokring now, needed to remove keepassxc, downgrade libsodium18 and then install keepassxc which installed libsodium23, now it seems to all be working agian [16:26] jj_2018: cool [16:27] leftyfb: thank you. [16:27] so i must check what packages are being changed when adding ppa [16:27] How `ping` works. It is possible that server not didn't accept ping requests but accepts any other? [16:30] Hell-Razor [16:33] outoftime_92: yes [16:44] i need help [16:44] godxeno: just ask [16:45] https://gyazo.com/a8778ff4b3ac50fb3b88cdd57ae6c38a [16:45] packaged wont install on my dedicated server ;( [16:46] where do i put my own bash scripts that should be available to everybody on the system? /usr/bin ?# [16:47] erdem: /usr/local/bin perhaps [16:48] thank you [16:48] no problem [16:49] erdem: you'll have to add /usr/local/bin to your $PATH for each user or globally [16:49] Hello! How do i see the verion of an amdgpu-pro install? [16:50] it is generaly already part of the path [16:50] I installed it before but don't know if i installed the regular or the PRO version [16:51] jbz6: you're right. I was wrong [16:51] @leftyfb, no problem [16:53] @ChiLLabiS [16:53] did you extract it from a .tar.gz ? [16:53] Yezz [16:54] ok, dont you have the name of the version on that ? [16:54] I want to check if i installed the regular or the pro version [16:54] I've forgotten [16:55] ok i see [16:55] There is 2 different versions in the install folder [16:55] never used it but, what about blabla -version ? [16:55] like a java -version [16:55] or many other bins [16:56] or man blahblahblah [16:56] All i get is amdgpu-uninstall [16:57] lol Borw3 [16:57] humm [16:58] did you check in you ps ? [16:58] your [16:58] ps -x | grep amd [16:58] if its used [16:59] do you guys know a tool that lets me autocomplete predefined texts, no matter which app i am currently typing in` [16:59] ? [16:59] erdem: vim :D [17:00] yo, @ChiLLabiS [17:00] PS? [17:00] System Check [17:00] The easiest way to find out if you have AMDGPU-Pro already installed on your Ubuntu System is to query the Debian package manager. [17:00] Using the following command at a terminal will provide you with the version of the AMDGPU-Pro stack on your system, or inform you that there are no packages found: [17:00] dpkg -l amdgpu-pro [17:00] erdem: Sorry, not vim, but ment to say vim plugins in specific applications :D [17:00] ps is a command to list all of your processes [17:00] just says amd [17:01] lol ok [17:01] 6326 pts/1 S+ 0:00 grep --color=auto amd [17:01] try dpkg -l amdgpu-pro [17:01] ok [17:02] giraffen.dk [17:02] that worked jbz6 [17:02] thank you [17:02] ok cool ;) you're welcome [17:08] :-D === ubuntu is now known as Guest97740 [17:23] good afternoon [17:24] how to install ubuntu on acer es1-132 ? [17:24] installed but no bootable device [17:24] help me please [17:26] Lavinho, take a look at https://askubuntu.com/questions/287064/how-do-i-make-a-bootable-ubuntu-usb [17:26] read the whole article *BEFORE* you start [17:27] no understand [17:27] installed [17:27] but reboot [17:27] and message no bootabe device [17:28] and bios no selected uefi trusted file option [17:28] no option [17:29] godxeno: you might need to file a bug [17:31] hey guys, where do I need to symlink my .service file in order for it to start on boot again? [17:32] news [17:32] sorry, this is within systemd context [17:33] ho any news here [17:33] jesse__: wrong channel? [17:34] flying_sausages: should be sufficent to `systemctl enable `1 [17:34] mac are jusnk [17:34] jesse__: this is the ubuntu support channel [17:34] jesse__: you might want #ubuntu-offtopic or some other channel [17:34] am ok [17:35] benn around a long time jsut lokking about [17:35] jsut pot snoffing [17:35] then stop [17:35] now [17:35] stop [17:35] stop typing [17:36] really [17:36] ikonia: thanks [17:39] nacc, I'm building a recipe for yocto so I don't have a shell running [17:40] flying_sausages: in theory, you could need to symlink it from one of the wants iirc [17:46] I'm on my Ubuntu box, and I need to transfer a file to a remote Windows machine. I can connect to it with Remmina, but that doesn't seem to let me upload a file to it. Is there some other tool you guys know of? [17:48] cute ftp [17:48] wad [17:48] The Windows machine is all locked down. No browser, etc. [17:49] boot the other box linux and move the file [17:49] on a usb st [17:49] The remote machine is in a datacenter in another state. :( [17:50] are the two in the same room [17:50] wad [17:50] ok waht make [17:51] plug a cell phone on it [17:51] easy [17:53] the in ternet a scam wad you move anything [17:54] wad: why is it locked down? haven't you got admin access? [17:54] you move any with modem [17:54] amin hack it [17:55] plug new rotter a with a new pasword [17:56] wad: if you don't have a browser, how do you expect to download any solutions suggested to you? [17:56] password a are funny thing there on computer with to many ways to get in [17:56] run internet exp on the run button [17:57] or but it on usb st [17:57] it better to un a boot dis. with linuz [17:57] or linux [17:58] or are move lage files [17:58] teddyz: If you're going to make suggestions, please try to speak clear English [17:59] am not for here sorry [17:59] am flying [17:59] This Windows machine has no browser installed. [17:59] wad: if you don't have a browser, how do you expect to download any solutions suggested to you? [17:59] i dont speck the kings enlishhh [18:00] wad relly oh boty [18:00] teddyz: please stop [18:00] you tring to in a school sever [18:01] you trying to hank in to school sever [18:01] teddyz: trolling is not welcome here, cut it out [18:01] wad: I would suggest the portable version of winscp. https://winscp.net/download/WinSCP-5.13-Portable.zip [18:01] wad: please see #windows for further support with getting it installed [18:01] lefty can i kiis you [18:02] !op | teddyz [18:02] teddyz: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [18:03] I can get into the remove Windows box via Remmina. It's a locked-down application server, running in AWS. Even though I can interact with the desktop, I haven't been able to find a way to transfer a file to the remote filesystem. I'm fairly good at linux, Windows, not so much. [18:03] s/remove/remote/ [18:03] wad: please go to #windows for support with Windows [18:03] Okay. Thanks guys! [18:04] wad: if they ask about file transfer to linux, I'd suggest scp which winscp will do just fine [18:04] good day wad [18:04] jsut remmber the is free [18:04] you get what you pay for [18:05] teddyz: please leave [18:05] (I HATE WINDOWS! Why do people think they make good servers?? Stab myself in the face...) [18:05] use linux windows like the russan do [18:05] wad: That kind of talk isn't necessary [18:06] it fast and easy [18:06] !op | teddyz [18:06] am been in milt . many yeats [18:06] it just a fax michin [18:06] teddyz: please leave [18:07] mmotto g5 connect via usb [18:08] i connect with tow cans on string [18:08] no bot selected [18:08] opps [18:09] model phone xt1672 [18:10] mot by make in mex good stuff [18:10] xt1672 [18:11] ok tah [18:11] you use to craf [18:11] yes [18:11] navplayer: just ignore teddyz. They're not here to help [18:11] carrer [18:11] att [18:12] am white a fat and 400 lb [18:12] my phone is craffted [18:12] next [18:12] craffted [18:12] in loser update [18:12] never ? [18:13] ok [18:13] mint sims cheep [18:13] 15 mouth [18:13] 15$ [18:13] nedd [18:13] yes [18:13] !op | teddyz [18:14] !op | navplayer [18:14] navplayer: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [18:14] been arould [18:14] around [18:14] am flying [18:14] to my mom [18:15] instaled for fastboo [18:15] home in thexas [18:15] teddyz: please /part [18:15] navplayer: What exactly is your Ubuntu support question? [18:15] aprtubntu [18:15] ubntu is toy softway [18:15] software [18:16] oppys [18:16] in 50% update craft [18:16] i teach [18:16] to power of [18:16] i writer [18:16] viodo games [18:17] is config network FON [18:17] network [18:17] on your fone ald [18:17] lad [18:17] i [18:17] see [18:17] IS set up [18:18] liht [18:18] have to land this thing be back [18:18] . [18:19] no remove usb [18:19] led is on [18:19] to power f [18:20] All! I'm actually on Bionic. But I'll appreciate someone help me to find needed place to edit. [18:20] ok [18:20] !bionic | denixx|h2 [18:20] denixx|h2: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+1 [18:20] is power off display [18:21] Yeah, I'm there. [18:21] on liht led [18:21] denixx|h2: that's the place to ask your question [18:21] wellcome [18:21] e [18:22] where's ikonia when we need him again [18:22] or any of the other 33 ops mentioned [18:23] leftyfb: true [18:23] system will collect data on the user's OS details, hardware setup, apps and OS settings [18:23] bionic [18:23] teddyz: please leave. Go do something else with your time. [18:24] and 7.1 nou [18:24] nah [18:25] aa cvs is a cvs flie [18:27] Hi, I am in gnome shell - ubuntu 16.04 and kmailservice5 is active with 100% cpu, how can I know what program is using it? Please. [18:27] Undergraduate working with human cadavers in GCU lab [18:27] hoo looka beer can [18:28] ye cpu 100% [18:28] zuhaitz: it's kmail [18:29] kmail is not insstalled leftyfb [18:29] hi guys, torn between opensuse tumbleweed and ubuntu 18.04 for a desktop user (no IT professional). Looking for direct input/ experience as in why would you recommend ubuntu over opensuse tumbleweed? [18:29] leftyfb: Package 'kmail' is not installed, so not removed [18:29] ubuntu 18.04 no wonder am runing robo liux [18:29] zuhaitz: could be kio or app-install-service apparently [18:30] lurchadams: that's not a support question. Please go to #ubuntu-offtopic [18:30] With Ubuntu 16.04, I noticed the locale changed from en_US.UTF-8 to en_US.utf8. The Ubuntu/Xenial documentation still references using the older en_US.UTF-8 format (https://help.ubuntu.com/lts/installation-guide/amd64/apbs04.html) Where should I report this? [18:30] leftyfb: it happened me after trying o installing some plugins in rhythmbox [18:30] this a kids room [18:30] !bug | FroMaster [18:30] FroMaster: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [18:31] leftyfb, Guess I first should figure out if it is a bug? [18:32] bug spare [18:33] read in one [18:33] if someone just booted teddyz, please add navplayer [18:39] Is anyone familiar with i915 Intel Graphics configuration for power save or monitor power saving? I have an issue with a Toshiba A15 laptop. Sometimes when the screen goes to power save, the screen displays streaky vertical lines. [18:40] Because it only does this sometimes, I think it's one of the power state modes being triggered that the laptop does not support [18:40] I have had very little luck and disabling power management to begin troubleshooting as something else always seems to take over [18:41] Ubuntu 16.04, `locale` shows LANG=en_US.UTF-8 but `localectl -list-locale` shows en_US.utf8 ... Things seem to be working but... Anyone know what the right setting should be? === vrg is now known as Verge [18:42] Not sure I understand what you are asking FroMaster ... is US English not your primary language? [18:43] pragmaticenigma, the name of the locale looks to have changed from en_US.UTF-8 to en_US.utf8 [18:44] I don't know how you got the second command to work, localectl doesn't have a parameter -list-locale [18:45] sorry, localectl list-locale [18:45] FroMaster, it is normal, they mean the same thing, just slightly different representations [18:46] phone removed fron usb === Rez_ is now known as Lo [19:01] <`mist> heya fellas, seems my boot partition has run full [19:01] <`mist> can't seem to clean it either... [19:02] <`mist> keep on getting E: Sub-process /usr/bin/dpkg returned an error code (1) [19:02] <`mist> regardless of what i do pretty much. Anyone know how to clean out these packages? [19:04] `mist: Show us, in a pastebin ' sudo apt update ; sudo apt upgrade ' . See where we go from there . [19:05] <`mist> Bashing-om: https://pastebin.com/yUtsMppK [19:07] Hi [19:08] `mist: Not the command result I requested .. as is might try ' sudo apt install linux-image-4.4.0-116-generic ' see what happens . [19:10] <`mist> Bashing-om: https://pastebin.com/AZ7uMJAa [19:10] <`mist> full output [19:13] `mist: Do not see an out of space issue at this time .. OK try the ' sudo apt install linux-image-4.4.0-116-generic ' . [19:19] Hey all, I'm attempting to have a java application run at Desktop instantiation for the "ubuntu" user. I've attempted to put a .desktop file in $HOME/.config/autostart/.desktop but it does not start when I log into the desktop and I can't seem to find any logging. My desktop file can be seen here: https://paste.ubuntu.com/p/XTDX6ywkBg/ [19:20] I've also tried moving it into /etc/xdg/autostart/ with no luck [19:20] If I execute the Exec command directly as the user, the java app starts up and works no problem [19:20] jwitko, try using the full path for the .jar executable [19:20] kostkon, ok I'll try that now. Would I just need to logout/login to the user or is a reboot required ? [19:21] you should be able to logout and login to see if it takes effect [19:22] How can I check if computers SSD is functioning OK from a liveusb? [19:22] The computer refuses to boot with the SSD, it gets stuck on "Loading Operating System..." [19:22] kostkon, pragmaticenigma , I made the edit to use the full path of the jar file in both the local user and system desktop files. Logged Off and Logged In, process is still not running. [19:23] Is this a gui application? or command line? [19:23] vadi: What file systm is on the SSD ? [19:23] pragmaticenigma, GUI application [19:23] jwitko, Try removing the nodisplay option? [19:24] Bashing-om: ext4 I'm guessing [19:24] The usual Ubuntu one [19:24] It's also encrypted with the disk encryption in 16.04 I think [19:24] hi guys what version of PHP is now in 16.04 ? [19:25] rizonz: 7.0.25 [19:25] rizonz: (in xenial-updates) [19:25] vadi: No guessing here - leads to some great problems .. from that liveUSB show us - in a pastebin site ' sudo parted -l ; . See what we have to work with , [19:25] meh, ondrej his php .7.2 packages are failing atm [19:25] rizonz: php7.2 is only in bionic [19:26] nacc: ondrej had packages for 16.04 [19:26] rizonz: if you are having issues with ondrej's ppa, please contact onrej [19:26] rizonz: i know [19:26] jwitko, what happens when you double click on it [19:26] pragmaticenigma, sorry I misspoke. It runs as a background service but requires a display (cannot run headless). I set the "NoDisplay" option to false and logged off/on. No luck. [19:26] It is supposed to put an icon in the system tray [19:27] kostkon, there is no icon to double click on. but if I run from a command line (from within a desktop) it starts up no problem [19:27] does that software vendor offer any advice on getting it to autostart? jwitko [19:28] jwitko, you should be able to double click on the desktop file. also, make it executable, if it isn't already [19:29] kostkon, they were not executable. I have made them executable now and did a log on/off. it did not help, but I am rebooting now just in case its required to take effect. [19:29] pragmaticenigma, this is an in-house application. [19:29] jwitko, perhaps this might help instead? https://askubuntu.com/questions/644762/telegram-at-startup [19:30] it's how to add an application to launch on startup [19:30] use the same command from your .desktop and see if that works [19:30] hi. i am getting error like this: https://paste.ubuntu.com/p/SfPzKsyKt3/ when i try to run sudo apt-get update. what is wrong? [19:30] diverdude: for some reason yhou have a cdrom source listed in your sources.list still [19:31] Bashing-om: https://pastebin.com/MxgSeFcp [19:31] any idea why nmcli just gives me an unknown error when trying to connect o a wifi? [19:31] nacc: weird,.... i never had a cd rom in this machine [19:31] diverdude: it's added from the installer (usb is treated as a cdrom, iirc) [19:31] kostkon, I think you might be on to something! double-clicking returns an error "failed to execute child process, no such file or directory" [19:31] diverdude: just comment it out [19:31] nacc: cani disable it? [19:31] nacc: where? [19:32] nacc: I needed to readd ondrej his ppa [19:32] jwitko, try running it in the terminal as well, now that you've made it executable [19:32] diverdude: /etc/apt/sources.list (or some file in /etc/apt/sources.list.d) [19:32] rizonz: mm ok? not really relevant to me particularly :) [19:32] vadi2: " btrfs " file system . I have zero experience - can not advise . [19:33] kostkon, pragmaticenigma , so i have verified that the ubuntu user can see/access both files listed in the Exec command [19:33] nacc: but good to know ;) [19:34] kostkon, how does one execute a desktop file from the command line? a ./file gives all sorts of errors (as expected, since its just a text file?) [19:34] jwitko, you could try removing the quotation marks from exec and see what happens [19:35] kostkon, ...... [19:35] jwitko, if it's been set as executable you should be able to run it as ./file [19:35] kostkon, removing the quotes worked lol [19:36] jwitko, nice [19:36] jwitko, also consider adding the StartupWMClass entry [19:36] how come the mouse cursor dissapears when I move it over the Files window in a 16.04 liveusb? It makes it real hard to use [19:36] when i then try to run apt-get upgrade it throws an error and says i have to run apt-get install -f. However when i do that it just hangs, like this: https://paste.ubuntu.com/p/vq8x73QkWD/ What is going wrong here? [19:37] diverdude: are you sure it's haning? it's downloading a package actively over the network in that paste [19:37] kostkon, pragmaticenigma , thank you both very much [19:37] diverdude: you also probably need to clean our your /boot at some point [19:37] kostkon, what would I put in "StartupWMClass=" ? [19:38] diverdude: see line 18 in the paste [19:38] jwitko, open a terminal, type xprop | grep WM_CLASS and then when the cursor changes shape click on the java app's main window. it will give you a value. set that value as the value of the StartupWMClass entry [19:39] nacc: ahhh its just very slow. its at 84% now [19:39] jwitko, if you'll get more than one value use the less generic one [19:39] kostkon, unfortuntely the java process does not have a window [19:40] jwitko, only a tray icon? [19:41] hi everyone [19:41] kostkon, yes. There is no window to the application. [19:42] nacc: so clean out boot using apt-get install -f ? [19:43] diverdude: no. [19:43] nacc: so clean out boot using apt-get install -f ? [19:43] diverdude: read line 18 in your paste [19:43] kostkon, it's an applet for the system tray... when a user interacts with it, it will likely launch a full window application [19:44] nacc: bah...it errored: https://paste.ubuntu.com/p/wF5DZJcvx7/ [19:44] diverdude: as expected [19:44] diverdude: i feel like maybe you are ignoring me? [19:44] tgm4883: what [19:45] diverdude: read line 18 in your paste (i've said this twice now) [19:45] whats a good program to open rar files? [19:45] diverdude: read what was told to you. Nacc told you twice (now three times) where it tells you the exact command to run [19:45] godxeno, unrar [19:45] diverdude: He actually told you no, don't run the command you asked about and you ran that command anyway [19:46] but then it asks me to run apt-get install -f when i try to run sudo apt autoremove [19:46] I need a tool for repairing corruption in files downloaded from my server. Occasionally when I download files, small parts of it gets corrupted (interruptions in network) and I don't want to download the entire file again. Any suggestions? [19:46] diverdude: well that's information that you probably should have stated [19:49] tgm4883: ok sorry...but what to do then [19:49] diverdude: please pastebin the exact ouptut from `sudo apt-get autoremove` [19:50] Astra1993 can maybe use rsync with --append-verify https://unix.stackexchange.com/questions/48298/can-rsync-resume-after-being-interrupted === Peetz1r is now known as Peetz0r [19:53] hello, how i can see network traffic ? I want to see windows 10 network traffic in virtualbox [19:53] How can I debug Ubuntu not loading from an SSD? [19:53] The SSD has Ubuntu installed and I can browse it fine from a LiveUSB. [19:53] !details | vadi [19:53] vadi: 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. [19:53] x_ wireshark? er maybe etherape depends on what you're trying to monitor or 'what level' of detail you need [19:54] What details are you looking after? [19:54] vadi: what happens during boot? [19:54] vadi: do you have it installed on UEFI and Secure Boot is enabled? [19:54] vadi: Is it installed with MBR or GPT disks? [19:55] It says "Loading Operating System...", shows a purple screen for a moment, then it all goes black. Case disk usage keeps on blinking. Yes, UEFI and Secure Boot is enabled - I have to sign my virtualbox modules and such. [19:55] There is a master boot record. [19:55] wafflejock, thanks. Let me test it. [19:58] What can I do to diagnose the problem? [19:58] vadi: you can get to the GRUB boot menu by pressing Escape? if so, do that, highlight the Ubuntu entry, press 'e' to edit it, navigate to the line beginning "linux ..." and remove "quiet splash" and add "debug" then press Ctrl+x (or F10) to boot with those changes. You may/should see the kernel messages then [19:59] x_: iftop is quite nice. [20:01] Did that - it scrolled text for a bit, then black screen [20:01] What does that mean? [20:02] nacc: sorry, my bad. It asked me to do apt-get autoremove -f but when i do that i get this error: https://paste.ubuntu.com/p/BT3Ng77RCD/ [20:02] vadi, what's your video card ? [20:02] diverdude: strange, you can manually remove some stuff from your /boot. can you pastebin `ls -ahl /boot` ? [20:03] nvidia 780 ti [20:03] vadi, try the nomodeset parameter [20:03] how? [20:04] vadi, where you removed 'quiet splash' ass 'nomodeset' [20:04] sy, *add [20:04] nacc: here https://paste.ubuntu.com/p/w3DZykj2Yk/ [20:04] diverdude: and `uname -r` ? [20:05] diverdude: sudo rm /boot/initrd.img-4.4.0-38-generic /boot/initrd.img-4.4.0-81-generic, then try autoremove again (no -f !) [20:05] presuming your current kernel is niether of those [20:06] nacc: uname -r 4.4.0-97-generic [20:06] diverdude: yeah remove those initrds first then try autoremove again [20:06] nacc: then it errors and asks me to use -f [20:07] it booted with nomodeset. What does this mean? [20:07] diverdude: i don't believe you :) [20:07] diverdude: can you pastebin the exact output from `sudo apt autoremove` ? [20:07] nacc: this may help http://iam.tj/projects/ubuntu/apt-autoremove-old-kernels [20:07] diverdude, why 97 if the latest installed is 4.4.0-101-generic ? [20:07] ioria: next step, next step [20:07] ok [20:07] nacc: i get this: https://paste.ubuntu.com/p/xwtpxtDz7s/ [20:07] ioria: we need to first clear up their /boot [20:07] i see [20:08] diverdude: right, that's referring to apt-get, afaict, it's poorly worded [20:08] diverdude: so you're already wedged [20:08] first, remove some initrds, as i suggested [20:08] then run sudo apt-get -f install, then run sudo apt-get autoremove [20:08] nacc: i removed those which you suggested [20:09] nacc: and then i ran apt-get autoremove and i get that error [20:09] nacc: should i remove other? [20:11] Where store downloaded program with components ? [20:12] x_, what you mean ? [20:12] x_: /var/cache/apt/archives [20:12] nacc: ? [20:12] nacc: so i need to reinstall ubuntu? [20:13] afternoon guys [20:13] and gals [20:13] is there a repo anyone knows of that contains the 2.7 or higher versions of GNUCash? [20:14] seems you have to manually build it at the moment. which i am not against. just more a pain to keep updated that way [20:14] !info gnucash bionic [20:14] gnucash (source: gnucash): personal and small-business financial-accounting software. In component universe, is extra. Version 1:2.6.18-1 (bionic), package size 2324 kB, installed size 10199 kB [20:14] nope [20:17] diverdude: which error? [20:18] diverdude: 1) remove initrds as told, 2) run sudo apt-get -f install, 3) run sudo apt-get autremove [20:18] *autoremove [20:18] nacc: https://paste.ubuntu.com/p/rx4hVrsXmh/ [20:19] diverdude: ok, so you need to remove more [20:19] nacc: ok, what more [20:19] diverdude: sudo rm /boot/initrd.img-4.4.0-{38,81,83,87,89}-generic [20:21] nacc: i have onlye these. Can i remove it all? /boot/initrd.img-4.4.0- initrd.img-4.4.0-104-generic initrd.img-4.4.0-93-generic initrd.img-4.4.0-97-generic initrd.img-4.4.0-92-generic initrd.img-4.4.0-96-generic [20:21] diverdude: no, you don't want to remove them all [20:21] diverdude: you mean after running the above command you do? or before? [20:22] x_ "dpkg -L packagename" will show the files installed from some given package if you've installed something and want to list the unpacked files [20:22] TJ-: do you mind stepping in, i need to go afk [20:22] nacc: how can i just remove all i dont need? [20:22] diverdude: you can use TJ-'s script [20:22] diverdude: http://iam.tj/projects/ubuntu/apt-autoremove-old-kernels [20:22] ok, will try it [20:23] nacc: sure, although I'm in-and-out right fighting config of squid-deb-proxy for IPv6 :) [20:23] diverdude: that script of mine identifies any kernels due for autoremoval, then deletes the initrd.img files associated with them to free some space, then does the autoremove which should leave you with some free space [20:25] hey, is anybody here? [20:25] so seems the only way is to just build the latest gnucash manually each time huh [20:26] !ask | Ebot [20:26] Ebot: 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 [20:26] ok, thank you :) [20:26] i'm a newbe :D [20:27] TJ-: when i run the script i get the same error :( [20:27] Is anyone familiar with i915 Intel Graphics configuration for power save or monitor power saving? I have an issue with a Toshiba A15 laptop. Sometimes when the screen goes to power save, the screen displays streaky vertical lines. [20:27] diverdude: can you pastebin the error, or give me a link if you have previously pastebinned it? [20:27] >.> [20:28] TJ-: https://paste.ubuntu.com/p/9MW5BMTJHK/ [20:28] poor streaky :) [20:28] Because it only does this sometimes, I think it's one of the power state modes being triggered that the laptop does not support [20:28] I have had very little luck and disabling power management to begin troubleshooting as something else always seems to take over [20:29] diverdude: can you show me "pastebinit <( ls -latr /boot/; df -h )" [20:30] TJ-: https://paste.ubuntu.com/p/KKc9QHHBVP/ [20:32] wafflejock, rsync is working great. --inplace did it. Do I need the --checksum parameter set too? [20:32] diverdude: OK, do this: "sudo rm /boot/initrd.img-4.4.0-{81,83,87,89,92,93}-generic" [20:32] diverdude: then do "df -h /boot" and you should see some free space; if so, "sudo apt autoremove" [20:32] TJ-: avail 219M [20:32] i got this issue with nmcli. I want to disconnect from the currenctly wifi network, but for it to disconnect I must inform which duplicate it is, obtained from nmcli c [20:33] can I just tell it to use the id used when I get it from nmcli dev wifi or just disconnect from any network? [20:33] It seems that rsync without --checksum uses the file's size and modtime to figure out if it needs to update the file. [20:33] diverdude: you should now be in a position to run "sudo apt-get -f install" to ensure all packages are fully configured [20:35] StephenLynx: nmcli con down needs to know which connection [20:35] TJ-: still running aut of space and error :( [20:36] diverdude: what command is causing that? [20:36] TJ-: thats when i do sudo apt-get -f install afte ri did the rm you told me to do [20:36] TJ-: the sudo apt-get -f install [20:37] diverdude: OK, so I think it is possibly you've got a hold on all those kernels so it is rebuilding the initrd.img files we just deleted... lets explore some more. Show me: "pastebinit <( df -h /boot; dpkg -l 'linux-image*' | grep ^ii; ls -latr /boot/)" [20:38] TJ-: https://paste.ubuntu.com/p/2Hd6wTS2KZ/ [20:39] or if anyone has any knowldege on power management in general for Ubuntu that would be appreciated [20:40] every site/page I visit on the web has some sort of attempt, but nothing is 100% and it's hard when you disable one feature to find out it doesn't survive a reboot or something else takes over for it later [20:40] Hey there, I'm having some trouble finding the solution to a problem with Ubuntu 17.10 [20:41] TJ-: did you get that? [20:41] diverdude: OK, let's try again! "sudo rm /boot/initrd.img-4.4.0-{81,83,87,89,92,93}-generic; sud dpkg -r linux-image-4.4.0-{81,83,87,89,92,93}-generic" [20:41] diverdude: STOP! Typo in that one, here: "sudo rm /boot/initrd.img-4.4.0-{81,83,87,89,92,93}-generic; sudo dpkg -r linux-image-4.4.0-{81,83,87,89,92,93}-generic" [20:41] pragmaticenigma you find power settings under system settings [20:41] I don't get it. how can Ubiquity fail to create a user just because it's another computer? I installed Ubuntu successfully on 3 machines in the last few days, but today, it crashes: https://paste.ubuntu.com/p/Ns5dKRXbf5/ === Sven__ is now known as Sven_vB [20:41] click on the right top wheel [20:42] trying to install Xenial 64bit on a lenovo ideapad 310 [20:42] TJ-: error: https://paste.ubuntu.com/p/Zh8XDms6YJ/ [20:42] Every time I drag & drop files, Nautilus locks up. Does anyone have a fix for this yet? [20:43] Sven_vB: any UTF-8 unicode non-ASCII characters in the username? [20:43] I setup a bionic today on efi/software raid/lvm in a raid1. Is there some simple mechanic to keep the efi slice on both drives in sync? Can I convince grub to copy the data from one drive to another when it updates? [20:44] TJ-, nope, just 3 ascii letters. I'll try another password hash though, to make sure. [20:44] diverdude: OK, we're almost there! "sudo dpkg -r sudo dpkg -r linux-image-4.4.0-{81,83,87,89,92,93}-generic linux-image-extra-4.4.0-{81,83,87,89,92,93}-generic" [20:44] Sven_vB: could be a length issue maybe? [20:45] TJ-, yeah maybe. [20:45] MeaCulpa, those don't do anything for my situation [20:45] ok, can't help you sorry [20:45] oh I accidentially copied a colon with the hash. [20:45] hope that's it [20:45] TJ-: https://paste.ubuntu.com/p/WKKrnj4cdd/ [20:46] Sven_vB you certainly need good typing skills lol [20:46] MeaCulpa, I'd prefer a more helpful error message in Ubiquity. :) [20:47] the problem is kernel and driver level... that much I have been able to determine. If I run a different distribution, like CentOs, I don't have this issue. So it's something in how Ubuntu is configured to determine available power states. I just don't know what those power states are and which one to disable so it doesn't keep causing this problem [20:47] diverdude: Another typo by me, here you go "sudo dpkg -r linux-image-4.4.0-{81,83,87,89,92,93}-generic linux-image-extra-4.4.0-{81,83,87,89,92,93}-generic" [20:47] maybe update the kernel [20:47] or use another [20:48] can anyone tell me off the top, where the kernel site is please [20:48] MeaCulpa: which kernel site? http://kernel.org ? [20:49] the one with the latest stable update [20:49] TJ-, thanks for the hint about bad characters. :) [20:49] MeaCulpa: you need to be more precise; it's not clear whether you're referring to Ubuntu kernels, Ubuntu builds of the mainline kernel, or the mainline kernels! [20:49] thanks TJ [20:50] I really don't know the difference I just know there is somewhere to get a nice update that is presumably better [20:51] and I like to try them [20:52] The kernels provided in the repos are the most compatible... anything outside of that you will have to compile and build on your own [20:52] MeaCulpa, ^ ^ [20:53] !mainline | MeaCulpa [20:53] MeaCulpa: 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 [20:53] TJ-: ok, that worked i think. what now? [20:54] diverdude: you should have free space? "df -h /boot" ... if so, retry "sudo apt-get -f install" [20:56] TJ-: yes that went through also [20:57] TJ-: now sudo apt-get autoremove ? [20:57] TJ could you give me the url please for mainline kernels please [20:57] and thanks for your advice [20:58] I have a question if I may ask [20:58] diverdude: I think I did that manually but yes, do it, get it nice and clean again :) [20:59] MeaCulpa: read the link ubottu gave you [20:59] TJ-: ahh nice...so i can finally install filezilla i think hehehe [20:59] thanks everyone you're very helpful [20:59] diverdude: sorry it took us so long! [21:00] How big is the block size in rsync when it's comparing two files? [21:01] TJ-: hey, dont be sorry. I should thank you....i would have never fixed that myself [21:01] Should it say under Properties Permissions Owner as just literally the word "Me" instead of my username on my main account? [21:02] diverdude, a good maintence to add in the future is to run apt autoremove after a kernel update, so it will remove the older ones [21:02] pragmaticenigma: right. thanks [21:02] Does anybody know if there is an easy way to upload files to MS onedrive in ubuntu? (not using the broken web interface) [21:03] I have not seen any such tool... could take a look at microsoft garage to see if they have any linux utils they've been working on [21:05] Alabaster, the GUI tries to be helpful in using friendly words in place of system terms. It is normal to see "Me" under file permissions when the file is created or owned by the current user account. If you were to look in a system directory, you would see the more traditional "root" being used. If you looked in another user folder, you might see their real name in place of their username [21:06] yeah I see that. And one other q Pragma.. [21:07] Under Group a dropdown box for Group says "Linux" [21:07] is that correct? [21:08] If a group has the name Linux, then yes it is possible [21:09] well I changed my username and hostname. My old username since I just went with it was linux@ but changed it to Alabaster@ so I don't know if I did it correctly [21:10] I have choices like admin, sudo and such in the nautilus Properties file manager [21:10] Each user created also creates a group of the same name [21:11] so is there a way to verify my group name for my main account? [21:12] as long as your new user account is part of the group linux, you will be able to access those files according to the group permissions. Otherwise if you are converting the files and directories to your new account, the command "chown -R alabaster:alabaster ./" the directory containng your files will change both the user and group to your alabaster account [21:12] Because Pragma on a second account I created the Group is the username [21:13] nope the second account username is "someone" and the permission for group on that account is "someone" [21:14] so how can I fix this in my main account? [21:14] I'm just going to delete the second account [21:18] sorry if I am being unclear [21:18] Alabaster, I'm not sure about how to go about what you're doing... I've never migrated user accounts... the account once setup is the account I stick with [21:19] I'm just trying to figure out if on my main account Group Permission should be dropped down to "linux" or I should have a choice for "alabaster"? [21:19] Alabaster, this page has a good explination on how to change your username.. you don't create a new account to do it https://askubuntu.com/questions/34074/how-do-i-change-my-username [21:20] I already changed my username just making sure Group has the write dropdown [21:20] No, Alabaster, you said you craeted a new account with the desired account login name [21:20] it's not the same thing [21:21] sorry to confuse you I created a second account to check to see what the user permissions and group was showing [21:22] a better way to check permissions and groups is to use terminal with the command "ls -l" or in some installations "ll" in the directory you are inquireing about. The terminal doesn't use friendly names [21:23] Only you as a system owner can determine what the permissions should be... we don't know what is your desired intent and there is no such thing as "one right way" to do something [21:24] I typed ll and it say Alabaster (space) linux [21:24] that would indicate the files are owned by Alabaster and are part o the group linux [21:25] okay so linux is also a correct group. [21:25] On the second account I created the permission for home folder for group is only the second user [21:25] that would mean the user Alabaster owns the files and can do anything set in the user permission (read, write, execute) and any user belonging to the group "linux" can perform any permission given by the group setting [21:26] I can't change the group on the second user in the file manager. It's a dropdown but only shows "someone" [21:26] because you don't have permission to modify that file [21:27] if the file is owned by the second user, and you are not a part of the group the file is labeled as, you cannot modify the file unless the permission for everyone allows you to [21:28] Give this a read, maybe it will help clarify some of what I'm saying better. https://help.ubuntu.com/community/FilePermissions [21:28] so by default a second user only belongs to his own group [21:29] and actually I guess that means by default if I create a second user I don't have permissions from my main account [21:29] Alabaster: uh, of course not? [21:30] Alabaster: not sure what the point of users and groups would be otherwise [21:30] yeah I guess it makes sense. In windows which I'm used to I only have access to shared [21:31] well I am kind of setting myself up to learn how to administer others accounts [21:32] Alabaster, window's file permissions are a little different as windows has users and roles... instead of users and groups [21:32] I guess that makes sense [21:32] Alabaster: IMO, it's better to learn directly in unix/linux rather than trying to find parallels [21:33] Alabaster: the models are very different, as pragmaticenigma is saying [21:33] but they functionally work similar... If a user creates a file, the file automatically is set with their user and their group as the default. usually with the permission of user read, write; group read, write; everyone read; [21:33] yeah. I just didn't know if I screwed anything up when I changed my username and hostname [21:33] a couple days ago [21:33] if you can still access the files, you are probably doing okay [21:33] Alabaster: hostname is generally less relevant [21:34] though i would look at that previous article for referance in the future... https://askubuntu.com/questions/34074/how-do-i-change-my-username [21:34] Alabaster: username is ... less common, but i think should work (I believe the underlying tools move stuff), presuming you used the tools to chagne it [21:34] there have been bugs in that area [21:35] well either I haven't learn or can't access files on my main account to the second user I created but I guess that what be correct as your saying [21:36] I think when I originally changed my username I did do it on a second account because other than already logged in or process to kill I kept getting errors [21:36] correct... unless the second user is part of the group assigned yto your files... they will not have access to them [21:37] I meant the other way around. Having access from my main account to second user [21:38] the only way for a user to access another user's files is if that other user is a member of the first user's group (or group assigned to the files) or if the other user has been granted sudo permission [21:38] Alabaster: you can use ACLs to allow another user access to the home directory, using 'setfacl ...' in appropriate ways [21:38] oh wait I didn't set up the second account as an admin like I did the first time I created a second account and removed it [21:39] A good idea since you're learning, is to set up a virtual machine running Ubuntu... and test things out in there... that way you can try things out before attempting them on a important machine [21:40] Yeah thats what I am doing. [21:40] Alabaster: Here's an example; my user is 'tj' and has access to /home/squoo.sh: https://paste.ubuntu.com/p/sHz5zhVNXx/ [21:41] awesoem... you're well on your way then... knowning to setup a second machine or vm to test with makes life easier [21:41] pragmaticenigma: that's not entirely true, not on a default install [21:41] okay I changed the second user to have admin and now in the second account I can change group from someone and or choose sudo [21:42] By default, others have read access [21:43] I just don't know why on my main account the first one I started on Group my username I changed it to "Alabaster" is not a choice in the Group dropdown box [21:43] since the second account has a group to choose that is the username [21:46] I'm going try this change home folder name thing.. [21:46] I don't understand the part home / "newHomeDir" and "newUsername" [21:47] do I do it like this usermod -d / home / Alabaster -m Alabaster? [21:47] right now its / home / linux [21:49] Alabaster: there should be no spaces: /home/linux [21:49] I know it wont let me type it in chat [21:49] Alabaster: :O [21:49] okay TJ so it's still called home/linux [21:49] Alabaster: it should be ok as long as it isn't at the start of a line, because most IRC clients interpret / as the start of a command [21:50] what do I type out after usermod -d / [21:50] ah [21:50] Alabaster: are you reading "man usermod" to understand the options ? [21:51] huh? [21:51] I don't understand the question [21:52] Alabaster: almost every command in Linux has a 'man'ual page describing how to use it; we can these 'man-pages' and the command to view them is 'man " so try typing in a terminal "man usermod" [21:52] s/we can/we call/ [21:53] wow to much comes up [21:53] not just usermod commands [21:53] I understand the letters. [21:54] what i'm confused is do I substitue newHomeDir to what I want the folder in /home to be called [21:54] Alabaster: if when a man-page is showing you press 'h' you'll get help on how to navigate/search [21:56] I'm saying I understand -d new homedir [21:57] and -m is move [21:57] I get that. But I don't understand what to type in the directions for newHomeDir. what it's subsituted for the new name I want it to be or the old one??? [21:59] Alabaster: it says right there in the man-page under '-d --home' : "The user's new login directory." [21:59] never mind I will just type out usermod -d /home/Alabaster -m Alabaster [22:00] currently in process 2782 [22:00] I don't wanna screw anything up kill that process? [22:01] like will it log me out or something or drop the terminal [22:14] hello? [22:16] Orvalvisje, hi [22:16] acer aspire es14 ... wanted to install lubuntu 16.04 ... when finished after restarting it says no bootable device found [22:16] pragmaticenigma: ha, as if [22:17] lol nvm my bad [22:17] I thank you for helping people! It's so good and plz continue [22:17] Orvalvisje: Did you install "something else" or did you do install on entire disk? [22:19] looked into internet where it says i have to change some things(uefi) in the boot, however, i don't have those options7 [22:19] You don't have secure boot in the bios ? [22:19] @userus... i installed on the entire disk (it is only 32GB) [22:20] i don't have any uefi options in my boot [22:23] besides the fact that i am an absolute noob, i also did not make a backup of my win10 that was installed [22:23] damn i hate when that happens [22:23] must make backup [22:24] you know, i was so confident that the lubuntu would make a clean install, i did not even check for possible errors on the net, like the 17 version wit Lenovo [22:25] Orvalvisje, which iso did you install [22:25] Orvalvisje: do you know what the first hit on a search engine search for "ubuntu acer aspire es14" is? ;-) [22:25] https://askubuntu.com/questions/943947/no-bootable-device-found-after-ubuntu-install-aspire-es-14 [22:25] Orvalvisje: Boot into a Ubuntu Live disk, install and download the gnome boot manager repair tool I think it is (look up a youtube vid with it) [22:26] Orvalvisje: it doesn't actually help though, so lets diagnose it [22:27] Is there a good current walk through on installing Ubuntu on ZFS root, that would work for 18.04? [22:27] I've done a lot of ubuntu installs through testing and I recall that the no boot device usually means the EUFI boot partition/boot configuration was messed up in the install. Or you incorrectly formatted the drive. [22:28] @userus ... i am using a usb stick with lubuntu iso 16.04.3 lts amd64 [22:28] stochastix, #ubuntu+1 is the channel for 18.04 [22:28] kostkon: Thanks, apologies . [22:29] Orvalvisje: TBH, I'd reinstall but do the something else this time and watch a quick vid on what partitions you need. That's the best thing to learn because then it makes it easier to troubleshoot. I gtg, but good luck with your issue man, best of luck [22:30] Orvalvisje, turns out that 16.04.4 just came out would you willing to try that if you are considering reinstalling [22:30] be* [22:31] Orvalvisje: The ES14 is UEFI, and if I recall correctly it is hard-coded to use the Windows EFI boot-manager path and won't save the path to the Ubuntu boot manager [22:31] Orvalvisje: The solution is to boot from the Installer ISO, choose the 'Try Ubuntu' session, then from that we can talk you through editing the boot-manager path to pretend to be Windows [22:34] i am sorry, i have to go, my daughter fell in the bathroom ... another time i enter again ... thanks already, sorry to run away like this [22:39] <_UsUrPeR_> hey all. I'm trying to get an ssh a tunnel outbound to bounce a VLC connection off an external server, and I'm having some issues [22:40] <_UsUrPeR_> he command I'm using: ssh -vvvNL 7776:remote_server:7777 user@myserver.org [22:40] <_UsUrPeR_> taking a look at the response, I'm seeing the channel is being closed after seeing "read failed" [22:40] <_UsUrPeR_> the ssh connection to my remote server is working properly, but it doesn't appear to be forwarding the connection to the remote_server [22:48] _UsUrPeR_: you mean the ssh from your local to myserver.org works? [22:49] am I allowed to brag about getting the big game of mines out :) [22:49] too late I have [22:49] small things.... [22:50] _UsUrPeR_: then what happens when you send stuff to localhost:7776 ? === default is now known as Guest5629 [22:53] MeaCulpa, which one [22:53] _UsUrPeR_: does myserver.org have firewall rules blocking it? [22:53] 30x16 lol been trying for weeks [22:54] bows: [22:54] MeaCulpa, sorry i meant which game specifically from the long list of mines clone games that are out there [22:54] oh the one that comes bundled with ubuntu 16.04 [22:54] MeaCulpa, hmm [22:55] I had been thinking it impossible and totally random [22:56] kostcom bummer theres no prize [22:56] MeaCulpa, of course there isn't. but yeah it's gnome-mines and it comes preinstalled [22:57] I can give up wasting my time on it now the thrill has gone lol [22:58] MeaCulpa, it was about time :P [22:58] hehe [22:59] kostkon it's all comes down to luck, maybe I should buy a lottery ticket and return to 'loser' mode [22:59] hello all - need some quick turnaround advice on trying to get Ubuntu installed on a new machine. I've never had any trouble getting it working on any machines in the past, but a coworker and I have been trying now for three days and still getting nowhere. It seems like our problems aren't uncommon, but none of the solutions I've found from searches have been any help. Is this a good place to ask for help, or if not, where should I go? [23:00] MeaCulpa, hmm no don;t bet your mmoney on it so no don't buy one :P [23:00] that's a winning move kostkon [23:01] MeaCulpa, hmm i doubt it. if everything was that simple.. === LocaMocha is now known as Sauvin [23:01] if I could set up a custom board and put 6 mines in 40 squares then hit even one first click it's time to buy a lottery ticket [23:02] Hey. I wanted to know where i could find a guide to updating an existing ubuntu package in the repos. [23:02] as in patching it and putting it on launchpad [23:03] wtjones, have you looked at the lp guide? https://help.launchpad.net/ [23:04] oh thanks. I had not seen that page [23:04] <3 [23:04] wtjones: the ubuntu wiki is a good source too. [23:05] I want to help bring the irssi package up to date in specific [23:07] When in Gui or Command line I have an issue that the power save state causes a screen corruption (displays vertical streaks). I believe it to be due to a power save state the monitor does not support. Can someone help me figure out what that power state might be and disable it? [23:07] !details | ras :: here is the palce :) [23:07] ras :: here is the palce :): 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. [23:09] sorry about that, I disconnected by accident [23:09] kk [23:10] wtjones: There is also the #irssi channel where it is well supported . [23:10] cool I just joined [23:10] wtjones, robbmunson was right; there's a lot at https://wiki.ubuntu.com/ (search for what you want) [23:11] quick summary: - tried both 16.04 and 17.10 - using new hardware (8700K, TITAN V, 64GB) - Trying to install Ubuntu to a 1.2TB PCIe SSD from a live USB - in UEFI mode, boots to grub screen but after that is always totally black - in BIOS mode, boots into ubuntu live for test/install, but never successfully installs [23:11] I've found a ton of forum posts with similar issues but nothing there seems to help [23:12] ras: in UEFI mode, can you boot to the login screen ? [23:13] sup [23:14] Bashing-om: No - it just stays black after I choose 'install ubuntu' or 'try ubuntu' options... have tried various parameters with 'e' edit [23:16] Also - I don't think it's an nVidia driver issue, as I have the machine configured to boot from IGPU from the motherboard bios level... that doesn't rule out issues with the 8700K IGPU, though [23:17] guiverc ok cool [23:17] ras: From that liveUSB, what shows - in a pastebin site :' sudo parted -l ' ? See what it we are working with . === DalekSec_ is now known as DalekSec [23:18] Bashing-om: okay let me check [23:18] ras: when booting in EFI mode, sometimes, the firmware doesn't correct implement the GOP (Graphics Output Protocol) which results in this kind of issue, I recall there was at one time a workaround but I forget what it is. [23:18] brb [23:19] ras: this article has a lot of useful explanation and might help you figure out a way around it https://superuser.com/questions/1030645/how-to-detect-whether-a-uefi-booted-linux-machines-video-mode-is-graphics-outpu#1030808 [23:21] TJ-: reading now [23:23] How do I install makepkg-mingw onto Ubuntu? Or is there a dedicated Ubuntu or Debian equivalent for the same? [23:23] ras: that article suggests the PC's firmware setup menus may have an option to change the mode of the display adapter which is worth trying if it does, because that might be enough to get the installer working... once installed correctly my guess is this won't be a problem and you could switch the video mode back to whatever it is right now [23:25] I see... I think I might have tried something like that already, but after I post the 'parted -l' results I can try [23:28] Bashing-om: Here is the output: https://pastebin.com/iGE26Kzz - To explain, there is a 250GB SSD with Win10 on it. Originally I was planning to dual boot on that drive, but because of the issues with install, I decided to try just installing on the 1.2TB directly instead. [23:30] If it makes any difference, the 250GB is M.2 and the 1.2TB is PCIe. Both are NVME, and seem to be recognized as such by both motherboard fw and OS [23:33] ras: when the PC starts in EFI mode, at the GRUB menu, have you tried adding 'nomodeset' to the kernel command-line and starting it with that? [23:33] Yes, that was one of the first things I tried [23:33] made no difference - still totally black screen [23:34] ras: In "/dev/nvme0n1" there is no /EFI partition to support EFI booting .. Now, I do not "know" UEFI others will have to advise if the esp partition on /dev/nvme1n1 will also be able to boot the other drive . [23:34] yeah, I noticed that as well - again, this is because I can only get the Live USB to run in BIOS mode, not UEFI [23:35] ras: ^^ Nother thought .. is not EFI boot, that GPT partitoining is requited ? === dingir___ is now known as dingir_ [23:35] but I guess what I am confused by is - if I can booth the Live USB in BIOS mode and install what *looks* like an Ubuntu partition setup, why can I not boot the install in BIOS mode? [23:36] ras: Have you tried booting with the kernel parameter "video=efifb"? [23:37] ras: However, if you are willing to choose what boots from the firmware, and do not care that you can not boot Windows from ubuntu ... will not matter then if ubuntu is installed on that other drive in MBR mode . [23:37] Bashing-om: Honestly partitioning is beyond my knowledge, so idk [23:37] how do I disable "Hover click"? if the mouse pointer stays for a few seconds, mouse is auto clicked. [23:37] Yeah if necessary we can go to MB FW to change what boots - we will very rarely be using the Win10 side [23:38] Jordan_U: No - I will try this now [23:38] Jordan_U: Do I simply add this to the existing parameters, or do I need to replace/remove something? [23:40] Looks like onboard cannot disable the hover clicking: http://i.imgur.com/B0buvK7.png [23:41] ras: you may want to remove "quiet" and "splash" and place it there instead. if this wont work try just adding it before the "---" on the "linux" line [23:42] Jordan_U: Just tried removing 'quiet splash' and placing the 'video=efifb' there instead... did not work. [23:42] tomreyn: kk, will try that next [23:42] r [23:43] ras: As Jordan_U advises .. replace quiet splash with "video=efifb" . Then also look at : https://www.dell.com/support/article/nl/nl/nlbsdt1/sln299303/loading-ubuntu-on-systems-using-pcie-m2-drives?lang=en for a nvme boot option that may apply on 16.04 . [23:43] ras: Looking further, you may need to specify more than just "video=efifb", you may need to specify your resolution as well like "video=efifb:width:640,height:480" . [23:46] Jordan_U: Just tried specifying res - didn't seem to make any change. Will now try Bashing-om 's suggestion with nvme_load ... [23:49] good night [23:50] how to install refind on ubuntu 17.10 [23:50] acer es1-132 [23:50] deb fails [23:50] ppa fails [23:50] fails how? [23:50] error [23:51] Lavinho: is the es1-132 using a 32-bit x86 UEFI and needs grub-efi-ia32 ? [23:51] oh no! not error! [23:51] Jordan_U Bashing-om Still not working - black screen [23:51] 64 [23:51] x64 [23:52] help me please [23:52] Lavinho: ahhh, this is another model where it hard-codes the boot-manager file path; see this workaround https://community.acer.com/en/discussion/476726/es1-132-cannot-install-other-os-than-windows-10-bios-options-missing/p2 [23:53] ras: Regrets. I bow to Jordan_U's and TJ-'s greater skills . [23:54] Is that an acer specific thing? [23:55] acer es1-132 [23:55] kenrin: It's in many Insyde H2O UEFI across many makes/models now [23:55] kenrin: basically, efibootmgr adds the Ubuntu boot-menu option and can read it back, but after a reboot the firmware has deleted the entry/path if it doesn't confirm to the hard-coded paths in the firmware [23:56] kenrin: no idea what the programmers were thinking... must have been away with the fairies to write code like that [23:56] help me please [23:57] That is not good when their website says "The most widely used UEFI BIOS in production" [23:57] Lavinho: I just did, read the workaround in the linked forum post [23:57] hi, does anyone know of a way to automatically do downloads via another computer? Like I want to click on a download link, but then my browser should send taht download to my server instead and have the server download it [23:57] kenrin: because 'cheap'