[00:02] On another note, is there a way to run a script right as my session is loading. In order for me to use my volume keys I need to run this command every time I logi killall xfce4-volumed && xfce4-volumed [00:07] Wait, don't answer, need to reboot [00:12] I'm back. I'm trying to install the new drivers and I'm getting this error fatal: destination path 'rtlwifi_new' already exists and is not an empty directory. [00:12] I assume I have to delete that directory, right? [00:13] And I guess that's the directory on my /home folder [00:16] yes, delete the directory [00:32] Hi! Just to report that it's working fine! Thank you! [00:39] okay, i've got the Noto Color Emojis font installed on 19.04, and the emojis will show in chrome, but 1f1313 refuses to show up anywhere else. (or any of the moon phases for that matter) has anyone else had that problem? [00:46] Diebuntu: glad to hear it :-) [00:50] rebuild font cache perhaps? sudo fc-cache -f -v https://wiki.ubuntu.com/Fonts#Manually [00:51] sudo dpkg-reconfigure fontconfig would be an other tool [00:53] After a reboot, I can't mount my external drive to its Mount point. I can mount it anywhere else but where I want it to be. It just fails silently. [00:54] I think it might have to do with having done a bind mount from there to another location. [00:54] But I don't know how to see or fix that [00:58] often mount failures are due to bad blocks/sectors, run a fsck utility? [00:58] https://help.ubuntu.com/community/FilesystemTroubleshooting [00:59] OerHeks, even if it mounts fine to another location? [01:01] oh, you want to mount it in 2 places? [01:01] why? [01:02] No, I want to mount it to /mnt/J, but it refuses to mount there [01:03] If I mkdir /mnt/Q I can mount it there fine [01:03] does mount list anything else at /mnt/J ? [01:04] is the bind mount there at present? [01:04] I don't think so, but it's hard to read [01:05] grep it or pipe into column -t [01:05] I can delete J, and make it again, and still can't mount there [01:06] if you have a bind mount it could be mounting on the hidden directory beneath, perhaps? [01:06] don't delete anything [01:08] I don't know. I just learned about bind mounts today. When I try umount on the dir where I had the bind mount it says nothing is mounted [01:08] what's listed by mount? [01:09] A ton of stuff, but nothing at /mnt/J or at the bind locations [01:10] does it list a bind mount? [01:10] Not that I can see [01:12] ooh, just discovered findmnt [01:14] findmnt displays a tree [01:14] Diebuntu: The issue with xfce4-volumed is bug 1291855. [01:14] bug 1291855 in xfce4-volumed (Ubuntu) "After pulseaudio restart, volume keys no longer work" [Undecided,Confirmed] https://launchpad.net/bugs/1291855 [01:14] deltab I ran it, but don't see anything that looks relevant [01:16] does findmnt /mnt/J show anything? [01:16] No [01:17] so there's nothing mounted there at the moment [01:17] try mounting the filesystem there [01:18] wahdizzit: Are you running Ubuntu on Windows? (WSL) [01:18] By that u mean the external hard drive? Its not working. [01:18] It just fails silently [01:19] Ubuntu server [01:19] It's an NTFS drive tho [01:20] normally one would mount external drives in /media/ [01:20] and fstab noted partitions in /mnt/ [01:20] Might be good to ask #ubuntu-server if you haven't done so already, wahdizzit [01:21] wahdizzit: check the kernel message log for errors, with dmesg [01:31] I deleted the folders it had been bind mounted to, and rebooted. Seems to be working now. [01:33] hi all - have 18.04.02 running on a Lenovo Ideapad y510p - everything works, but something is frustrating me - I don't want any auto lock screens or any behavior beyond 'turn display off' when I close the lid - however I can't find any advanced settings to actually control any of that behavior [01:33] am I just missing something silly here? [01:38] mouses, and check out systemsettings > power [01:38] OerHeks: you'd think, but nothing there [01:39] as in, no setting I can find anywhere to change lid closed behavior [01:39] laptop mode tools, perhaps? [01:40] ? [01:40] !info laptop-mode-tools [01:40] laptop-mode-tools (source: laptop-mode-tools): Tools for Power Savings based on battery/AC status. In component universe, is optional. Version 1.71-2ubuntu1 (bionic), package size 83 kB, installed size 378 kB [01:40] oh thanks === zbenjamin_ is now known as zbenjamin [01:41] oh, gnome-tweak-tools gives laptop lid option suspend or not, too [01:41] !info gnome-tweak-tool [01:41] gnome-tweak-tool (source: gnome-tweaks): adjust advanced settings for GNOME - transitional package. In component universe, is optional. Version 3.28.1-1 (bionic), package size 1 kB, installed size 12 kB [01:43] lol gnome-tweak-tool had one button under power [01:43] 'suspend when lid closed' - I set it to off [01:43] that works :) [01:44] still not 100% perfect, would like screen to turn off with lid closed, but whatever [01:44] thanks so much OerHeks [01:44] have fun! [01:47] OerHeks: yeah, my couch computer just upgraded from a cheap 1.6 GhZ celeron with 2 GB ram netbook to a ideapad with 16 GB fast RAM and a i7 and nvidia 755m x2 :) [01:47] insane upgrade [01:56] Hello all. Ntmu. I've installed Pypy3 using snap on Ubuntu, but I'm having trouble installing PIP (read only error). I would apreciate any suggestions. [01:59] Is it safe to change file permissions within the SNAP dir, or is it best to install Pypy without snap. (sorry for the newbie question) [02:06] What What! [03:02] I'm running system monitor to monitor the how resource intensive a program I wrote is, but I none of the programs listed in it show how much cpu is actually being used. is there a way to fix this? === [b0b] is now known as b0b [04:15] is there a dir/filename convention in nix? [04:15] specifically around spaces? [04:16] this-is-a-dir-name? this_is_a_file_name? [04:16] is that correct? [04:16] im guessing should always be lowercase? [04:18] The only real convention is that traditional systems do not use spaces or other whitespace in filenames. Other than that anything goes. [04:18] kinghat: spaces are delimiters in linux, and also linux is case sensitive, in that - Case does not equate to case. [04:22] gotcha. [04:22] also didnt know if there was some convention for how to treat spaces w/o using spaces. [04:28] kinghat: Once can escape "space" .. or \space . [04:33] ya I just didn't know if there was some convention that the nix cool kids club follows. [04:37] kinghat: The cool thing is not use spaces :) [05:54] nah, the cool kids got filenames with spaces and act like they don't care === laptop23 is now known as laptop2 [07:04] guys is this the main channel? [07:04] im new to IRC [07:04] misterspoonman: main channel for? [07:05] like the most active channel? [07:05] this is ubuntu main channel.. [07:05] ohhh [07:05] hahaha okayy === jstein_ is now known as jstein [07:43] I'd like to transfer a bunch of files and folders from one linux machine to another, what is the best tool to use for this? [07:45] I imagine rsync will be suggested, but isn't rsync more than just a file copy tool? Doesn't it also have to create a bunch of metadata in order to track changes so it can do differential updates? I'd like to avoid any data other than the files being created on the recipient machine. [07:59] Antioch: rsync does not create any extra files, it is clever enough to do the differential updates using only the file itself and its filesystem information [08:02] thsnr, a clever tool indeed! Final question: would it be better to "push" from the source machine or "pull" from destination? [08:02] doens't matter [08:07] Great! I'll give it a try. Thanks a bunch, everyone. :) [08:35] I got a brand new PC, Dell Optiplex 7060, and can't seem to run Ubuntu 19.04 without freezing on VirtualBox. I click on Try, or Install, mind my own business by exploring Ubuntu, until it freezes after few minutes. I can't even go to TTY1. I checked the hash, and it was all OK. My processor is an Intel Core i7-8700. [08:46] EoflaOEViceCity: that on Windows host? [08:49] Hello. After a recent restart during update, sudo isn't behaving properly - I get the following error: [08:49] No protocol specified [08:49] Unable to init server: Could not connect: Connection refused [08:49] Would somebody be able to help me? [08:50] blackflow: Yes. Windows 10 October is host, Ubuntu 19.04 is guest. [08:51] EoflaOEViceCity: does your VM have network connectivity when it boots up? [08:51] ANAND: what's the sudo command? Can you run just `sudo -i` ? [08:52] blackflow: Yes. Should I try again with the active Internet connection? [08:53] EoflaOEViceCity: yes, but start the guest VM, go to terminal, and run journalctl -b -1 -n 100 | nc termbin.com 9999 and type in the URL you get, here. I'm really after those logs. [08:56] blackflow: It says "Data from the specified boot -1 is not available: No such boot ID in journal". This was the Live CD. I haven't installed yet. [08:57] EoflaOEViceCity: then I have no idea how to troubleshoot frozen systems that don't leave any logs to inspect, sorry :) [08:58] EoflaOEViceCity: unless... enable ssh.service and try ssh connection to the VM, run journalctl -f in there and observe what happens when it freezes [08:59] blackflow: Ok. Trying to do that. [08:59] blackflow: It seems like this is a problem with only applications with GUI (e.g. nautilus, gedit, etc.) [09:00] I can run sudo -i successfully [09:00] ANAND: so how are you trying to use sudo with GUI? [09:00] ANAND: oh I see what's going on here... yeah, you can't use sudo with GUI apps, as that requires user root to have access to the running xorg session, and it doesn't. what exactly are you trying to achieve? [09:01] I use sudo nautilus to modify directories that require elevated permissions [09:01] ANAND: that won't work. try nautilus admin:///path/to/dir/... [09:02] I did try that, but it seems like I didn't really have root access - I couldn't cut, rename, delete or modify the files, all of which had the lock icon on them [09:03] ANAND: which ubuntu? [09:03] 18.04 [09:03] http://ubuntuhandbook.org/index.php/2018/02/open-as-admin-nautilus-file-browser/ [09:04] I guess admin:/// URLs don't work everywhere in GNOME... ah well... steaming pile. [09:04] It was working perfectly fine until that restart a couple of days ago though. I thought the problem is on my end. [09:05] ANAND: it shouldn't have worked for a regular Ubuntu installation, unless you fiddled wiht ACLs or permissions to allow root access to xorg [09:05] .... or there was a bug that allowed it, that was now fixed. [09:05] blackflow: Everything went fine until I wanted to connect to VM. When I did "ip a," it returned the weird 10.0.x.x and Windows can't connect to it [09:05] That's strange [09:05] EoflaOEViceCity: how is your VM networking set up? bridged? [09:06] blackflow: It is set up using NAT. My host connects to WiFi [09:06] ANAND: sudo isn't supported for GUI apps for long, long time now. you always needed things like gksu or similar. polkit/dbus based auth which sudo doesn't do. [09:07] EoflaOEViceCity: https://bobcares.com/blog/virtualbox-ssh-nat/ [09:07] ANAND: but lately gksu has been deprecated in favor of URLs, like admin:///... [09:08] (or pkexec) [09:08] blackflow: IIRC, it was a security update, after which I couldn't use sudo. So it probably might've been a bug-fix in that area as you say. [09:09] blackflow: About to finish, but the electricity has failed. [09:10] Is admin access in nautilus not possible without the nautilus-admin extension? [09:11] ANAND: try the admin:/// URL in the nautilus' address bar, perhaps _invoking_ it with that URL wouldn't work, but once inside, it would work [09:11] Oh I see. I'll give it a try [09:13] blackflow: Entering admin:// in nautilus' address bar doesn't work either [09:13] ANAND: then I suppose the extension it is. [09:15] Does everyone use this extension to open nautilus(/gedit) with root access? [09:17] The extension does not work either! o_O [09:29] 18.04, "mount /dev/dm-5 /usr/local" appears to succeed, and dmesg shows it apparently did, but "ls -latr /usr/local/" shows nothing, not even "." or "..". However, "mount /dev/dm-5 /mnt/usr_local/" and the files show up as expected. Explanation!? [09:30] TJ-: which filesystem? I've had situations with mount and dmesg reporting successful mounts, but nothing would really happen, with ZFS.... [09:30] blackflow: EXT4 [09:30] I attributed that to ZFS bugs [09:30] blackflow: the weird part is, contents show up fine at /mnt/usr_local/ ! [09:31] blackflow: this is a boot-time bug; got dropped to emergency shell due to missing device dependency, and triacked it down to /usr/local/ not being mounted; Doing it manually this is what I've discovered [09:31] TJ-: is this manual mount? Not initramfs, or fstab/boot based mount? [09:32] TJ-: but /usr itself is not separate? [09:32] (from root) [09:33] blackflow: correct [09:34] huh. [09:34] and it gets weirder: "mount --bind /mnt/usr_local /usr/local" also fails (but no error messages) [09:35] TJ-: WorksForMe(tm) (server tho) [09:36] so I'm guessing there's a unit triggering on /usr/local mount? or an udev rule? gvfs or some similar steaming pile of gnomesense? [09:39] blackflow: this is a server, entries in fstab (so systemd-fstab-generator) ... there are other mounts depending on this one, so when this is failing the others do too, and so drops to emergency shell [09:39] I strace-d mount command cannot see anything untoward [09:40] but you can mount fine, manually, with no corresponding fstab lines? [09:41] I'd recommend using .mount units directly, expressing proper dependencies, instead of fstab auto-generation. fstab is there just for legacy support, it's .mount units anyway. [09:43] blackflow: no, that's the issue; cannot mount to /usr/local/ but no errors, but the mount just doesn't appear in /proc/mounts and no sign of files [09:44] blackflow: mounting to another mount-point is working though [09:44] TJ-: and if you remove the fstab lines, reboot (so no generators are polluting systemd), can you then mount manually to /usr/local ? [09:47] there's nothing wrong with the generated mount units [09:47] here's an overview https://paste.ubuntu.com/p/wRJrMfDY3w/ [09:49] TJ-: waitaminute, you have separate /usr/lib , doesn't that cound as separate /usr , for the same issues? [09:51] Hi, I have some problems to reset tc rules (traffic shaping). [09:51] this is what I've done: https://pastebin.com/TsDT708B [09:52] blackflow: no, don't worry about that one. Because the VPS space has over time expanded, I used up additional space as additional virtual disks. During a recent d-r-u I had to 'move' /usr/lib/ into another (LVM) temporarily to make space in the original root-fs. [09:53] TJ-: sorry, no ideas then. But yes, I've seen that behavior. repots mounted but it isn't. [09:53] *reports [09:53] blackflow: I *think* I've figure out why /usr/local/ mount keeps disappearing though. the usr-local.mount unit is un-mounting it as soon as it mounts because the job (or its parent) is marked as inactive [09:55] blackflow: and that is due to a dependency failing... its a bit cryptic but it looks like the fsck isn failing (good FS, but fsck failing to run at all) [09:59] TJ-: hence manual .mounts so you don't put After=/Requires= on the fsck service for the block device [09:59] (as generated .mount will have such requirement) === BrianG61UK_ is now known as BrianG61UK [10:01] TJ-: you can literally copy the .mount for usr/local from /run/systemd/generator/ into /etc/systemd/system/ comment out Requires=/After= in it, and comment out the correspnding fstab lines. I'm curious now if that will work for you. [10:07] blackflow: a manual run of the systemd fsck succeeds [10:12] blackflow: It looks like the issue is udevd hasn't create a /dev/disk/by-uuid/ node for this LV, and the fsck unit depends on that [10:13] blackflow: the only nodes are for 'physical' devices; no entries for LVs [10:13] TJ-: so a race condition between when the systemd-fsck@.service starts and udev setting up LVs? [10:16] no, it looks like udev has not been creating the symlinks for any device-mapper nodes; they're also misisng under /dev/mapper/ [10:17] ah I see. [10:17] ahem.... manual .mount, force a Requires/After on systemd-fsck@.service as you wish, by uuid or otherwise ;) [10:17] (or none at all) [10:18] I want those fsck's ! [10:19] the problem here is udev, or one of its rules [10:19] you can have them. systemd-fsck@.service is a template. you don't have to specify UUIDs [10:20] I'm struggling because I've only for an 80-column remote shell and all the names/paths with UUIDs in make it really hard to see what is going on, or copy entire entries [10:21] TJ-: you can use dev-disk-by-label for the systemd-fsck@.service template in yout .mount [10:22] Hey guys, having had struggles with unattended upgrades, I set up a cronjob running apt-get update and upgrade every 10 minutes. I was wondering if you see any problems with this approach? Might break when shut down at the wrong moment? [10:23] benergy: 10 minutes?! what on earth for [10:25] blackflow: Yeah, I know it sounds weird. But: I'm setting this up for a family member, and they can do NO config at all. So I figured: When they turn on their computer, they'll leave it on for at least 10 minutes, meaning that I reduce the likelihood of them turning it off DURING an upgrade, which might break the system... [10:25] blackflow: no you can't not if udev hasn't created the symlinks :) [10:25] benergy: no, that's a broken and wrong approach. [10:25] TJ-: so udev creates no links at all? not just no uuids? [10:26] blackflow: as a workaround I've done "systemctl --runtime mask usr-local.mount" and so I can manually mount now and move on [10:26] blackflow: I agree it's not beautiful. [10:26] TJ-: uh so why not just comment out he fsck requirement? [10:26] blackflow: correct; I just did a "udevadm trigger" and it (finally) created the symlinks under /dev/mapper/ but not the others [10:27] benergy: I wouldn't use that qualifier at all. Also btw, by default Ubuntu checks and would show a popup a few minutes after login, if there's updates. [10:27] blackflow: why mess with the unit itself when that isn't the problem? The problem is udev has gone wrong somehow - this has worked for years so I have to chase down whatever the udev problem is [10:28] TJ-: so you can "have it mounted and move on" :) no "manually". orthogonal to your safari into the udev rules jungle ;) [10:29] blackflow: simply masking the runtime unit allowed it to move on, system booted. Now to figure out why udev got lost [10:29] blackflow: Yeah, I know - I wanted everything done automatically in the background, without bothering them at all. If you think my approach is VERY flawed, I'll resort to this instead. [10:30] benergy: your approach is VERY flawed. [10:31] first of all, unattended upgrades will not upgrade everything, so don't use it at all, or have half-updated system. it wont' reboot on kernel and dbus updates. second, whichever period you choose, you risk them shutting down mid-upgrade. [10:31] blackflow: Haha, I like how you speak plainly... [10:31] benergy: unattended upgrades is really a relic from the past, for servers. [10:32] (third, more frequent apt update will just put unnecessary strain on ubuntu infra which is already struggling, so please don't do it more than once a day) [10:32] blackflow: interestingly, /dev/disk/by-id/ has symlinks for LVM, but not -label or -uuid or -path [10:32] I am just wondering why Ubuntu didn't give me more options in their update manager. [10:32] I absolutely take your point w/ straining the infrastructure, I see this approach is messy- [10:33] how's the internet connection benergy, good? [10:33] benergy: what more options would you like? by default, as soon as you log in, the update-notifier will pop up and nag you. it will do so once a day (if you so configure it via Settings) so even if you keep it on all the time [10:33] The internet connection is perfect. [10:33] better [10:34] though I was wondering on the spped part, I guess is not a modem. [10:34] benergy: Well, NOT nagging me and like, do security updates - and only those - regularly in the background? THAT option is there, but I can't set "other updates" to "never", maximum is "two weeks" [10:35] spped=speed [10:35] benergy: you can disable the ubuntu-updates repo if you want just security [10:35] at leats I think... in theory.... [10:35] gofio: please stick to ubuntu support questions and move idle chat to #ubuntu-offtopic, thanks. [10:36] blackflow: wasn't talking to you. thanks. [10:36] backflow: you don't like unattended upgrades? [10:37] i was thinking about setting that up on my system [10:37] d0tsun7: it's incomplete, and definitely not for interactive workstations. keyword "unattended" [10:37] i run a vfio win10 system and my ubuntu as a host, so my ubuntu system is up for a month or so before i reboot usually [10:38] i was thinking about setting that up, but have been just updating and upgrading when i reboot about once a month [10:38] That's interesting, maybe I misinterpret the upgrade manager settings. There's a distinction between "security upgrades" and "other upgrades" there, and once you set the first, the second only gives you the options "show immediately/weekly/every two weeks" [10:39] My understanding is that updates had best be managed by someone who understands what they're doing, but there should be a way to keep a machine safe for an unskilled user... I'm sure there is. [10:39] "other upgrades" are non-critical, bugfixes, SRUs, etc... [10:40] benergy: i feel that is the case for a dist-upgrade, but not for an apt update or apt upgrade [10:40] benergy: that's a very good understanding. in fact, all the upgrades should be inspected, preferably changelogs consulted. unfortunately for general consumers, the ecosystem is not stable enough to offer really unattended upgrades with no side effects. _especially_ in Ubuntu that often changes stuff mid-release. [10:40] blackflow: Sure. If I could disable the popup window for those, while keeping "install security updates automatically" (which exists), that'd solve my problem entirely. [10:41] so you get a lot "I upgraded my system and now I can't boot" questions here. [10:41] benergy: you can disable the popup if you uninstall the notifier [10:41] !info update-notifier [10:41] update-notifier (source: update-notifier): Daemon which notifies about package updates. In component main, is optional. Version 3.192.1.7 (bionic), package size 56 kB, installed size 259 kB [10:41] I think that's the package, lemme check... [10:42] Awesome. If I can get rid of just that, while keeping the update-manager intact, that would do the trick [10:43] benergy: yes, update-notifier but that also remove "ubuntu-desktop" metapackage which may or may not be a problem for you (it won't affect functionality, just remove the metapackage) [10:43] silly ubuntu [10:43] Bingo. I think that's spon-on! I'll look into this. [10:45] benergy: also one important note, kernel security upgrades have recently moved into "other updates" first, and only after 24 hours will they land to "security". this is because the security repo is strained, so the first hit is to CDN. So, if you disable "other updates", kernel security fixes will lag 24+ hours [10:46] Hmm, uninstalling update-notifier will also remove update-manager for me... [10:47] do you need it? that's just the GUI [10:47] Ah, okay! :) [10:48] So after removing it, I'll have to configure apt via /etc/apt/apt.conf.d, right? [10:48] however, I'm still convinced that what you're doing is wrong. if a dbus update comes, the system will break without reboot [10:49] benergy: /etc/apt/sources.list(.d) most likely (I doubt you need to alter apt itself) [10:51] benergy: also, xorg updates, and other updates to the (gnome, gtk3) framework, might often result with unstable or visually broken system, without a logout/login [10:52] though I suppose the chances for that are slightly less for security only fixes. it's just that "security only" sometimes involves other changes. [10:54] Understood. I'll leave it up to them to decide: Either they get a popup window or their system may occasionally look weird, in which case they have to reboot. [10:54] guys, did I install java bad? https://0bin.net/paste/kq2XJcUHG0A6A1s+#yBd7syMLYF+Us22efiHQjU1v7s8-wUhSML/zwxAU/1T [10:54] the popup window is the best. it also tells them when they need to reboot. [10:54] benergy: ^^^ [10:54] Yep, convinced! Thanks a bunch, blackflow! [10:54] That was super helpful. [10:55] benergy: you're welcome [11:00] blackflow: When the electricity comes, I will follow the steps about SSH in VirtualBox to get the journal data when it freezes [11:00] EoflaOEViceCity: k... though I have to ask... how are you online now then :) [11:01] blackflow: I accidentally turned off WiFi on my Android, and that is the device that I am connecting to this channel. [11:02] I see. [11:07] blackflow: Since I got other things to do, including lunch, I will try to get the journal log. When I got it, I will send the URL to you. [11:08] EoflaOEViceCity: you can ping me here, if I'm around [11:11] blackflow: OK. [11:21] hello, after upgrading ubuntu 16 to 18, my cursor kept jumping while typing, the wireless network kept disconnecting randomly [11:21] what can i do to fix it ? [11:57] hi everyone ,anyone knows how to move /boot on luks encrypted /root ,(19.04) ,I don t succeed in uefi mode [12:07] Hi. There's a way to disable all animations? I have Ubuntu 18. I dont want window zoom animation while maximizing.The strange part is if I go to CompizConfig the "Animations" box isnt even checked [12:07] If I try to check it says I need openGL plugin. Should I try installing this plugin to try disabling the maximizing zoom etc? [12:15] Hi folks [12:16] Hello [12:22] DanDare: Ubuntu 18? You mean 18.04? Compiz? What flavor of ubuntu? [12:30] blackflow, 18.04 LTS. Not sure about compiz, I just installed Ubunutu and didnt changed any settings. Running this on virtualbox if it matters [12:32] DanDare, default 18.04 uses gnome-shell and not unity ; you use Compiz on the latter not on the first [12:33] And, using 3D accel anyway. '/usr/lib/nux/unity_support_test -p' says it uses openGL [12:33] ioria, I see. Its possible to disable animations in this case? [12:34] DanDare, are you using unity ? [12:34] ioria, I dont know. how to check? [12:34] DanDare, ps -A | grep gnome-shell$ [12:34] DanDare: echo "$XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)" [12:35] ps gives me "1221 tty1 00:00:14 gnome-shell" and the echo gives me "ubuntu:GNOME (x11)" [12:35] you probably want to install gnome-tweaks and manage desktop effects there. [12:36] tomreyn, nice! I will try it, thanks [12:36] DanDare, yes, that ^ you're using gnome-shell, so compiz is useless [12:36] Ok thanks [12:37] DanDare, but that file /usr/lib/nux/unity_support_test -p is in Unity, i don't get how you have it [12:37] it's in "nux-tools" [12:38] ioria, well I had to install unity-tools, or something like this to be able to run that command. Was just checking https://blogs.oracle.com/scoter/3d-acceleration-for-ubuntu-guests-v2 [12:39] DanDare, you are n 18.04 , the guide is for Ubuntu 16/17, [12:40] ioria, sorry wrong link, they have it for 18.04 too. [12:40] DanDare, let's see it [12:40] ioria, https://blogs.oracle.com/scoter/oracle-vm-virtualbox-6-3d-acceleration-for-ubuntu-1804-guest [12:41] DanDare, it's wrong (i guess just a copypaste) [12:42] Anyway, this part is OK, it's really using 3D here. Actually I dont have any problems with animations just want to disable it as personal preference [12:42] ioria, what is wrong? [12:42] DanDare, this : /usr/lib/nux/unity_support_test -p [12:43] weird, I was able to perform this command before lol [12:44] DanDare, that file is for checking Unity compatibility [12:44] DanDare, but 18.04 does not use Unity [12:45] ioria, ok. Anyway if I do this command it returns everything marked with "Yes", and "OpenGL renderer string: SVGA3D; build: RELEASE; LLVM;" [12:45] DanDare, ok [12:47] Pretty nice options with gnome-tweaks. Anyway still cant turn window animations OFF. I will just let it be... [12:48] Oh wait, im not looking correctly [12:49] Yeah, it can be done with gnome-tweaks, theres a button "animations" there. Just set to OFF and all done! cool [12:51] And hey, nice to see you blackflow :) Good to see youre around [13:43] Hi! I'm experiencing very laggy touchpad scrolling on my ubuntu installation.. any way to debug it? I'm pretty sure it's a drive issue - I'm using a thinkpad x1 carbon [13:43] (5th gen) [14:13] Just trying latest Ubuntu desktop here - usually only use Linux on servers, WebGL perfoamcne in both Chrome and Firefox seems MUCH lower than Windows on same machine, with Nvidia drivers loaded. === pavlushka_ is now known as pavlushka [14:21] hi [14:22] should I use WSL or VirtualBox to run ubuntu on windows? [14:22] seveneleven: for whole ubuntu experience, use virtualbox. to run a single process under WSL's bash, you might use WSL (depending on what the process does). [14:23] WSL is supposedely faster, but I noticed there is no systemd on ubuntu WSL, so without systemd things go step backwards [14:23] seveneleven: WSL is literally a bash shell. nothing more. you can't run the whole ubuntu distro under it. [14:23] ohh [14:24] i thought it's virtualizes the whole ubuntu thing [14:24] blackflow, well, I want to use 1) QT Creator 2) ssh [14:24] !vbox [14:24] Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox [14:24] no, no. WSL is an emulation of (not all!) linux kernel syscalls, and it gives a shell fro which you can start programs, but there are limits to it. [14:25] mmhm [14:25] blackflow, i want to run also an openssh server, thats it more or less [14:26] seveneleven: you're better off with VirtualBox and full Ubuntu experience in it. [14:26] blackflow, i believe so [14:26] i see all kind of errors [14:27] when I run screen -ls it says "cannot make directoriy /run/screen Permission denied [14:27] seveneleven: running openssh server within WSL is trival [14:27] trivial* [14:27] leftyfb, yeah its installed by default [14:27] leftyfb, but it looks like wsl emulation is quiete restricted [14:28] wsl requires sudo for screen, that's weird :D === gabkdlly_ is now known as gabkdlly [14:30] and WSL is not always faster! for small file i/o virtualbox is faster [14:30] if you ask phoronix, WSL is consistently, always slower. [14:30] hehe I didn't know, the way the advertised it it seemed like the quick fox [14:31] well thanks, then Im going to purge it right away and go for virtualbox, saved me some time [14:31] the marketing is strong on this one. it even advertises as implying you're running the whole distro under WSL which couldn't be more false. [14:31] yeah ^^ [14:31] indeed! [14:55] !ping [14:55] pong! [15:08] any idea why hostnamectl set-hostname on 18.10 wouldnt keep after reboot, but 18.04 and 19.04 keeps find using hostnamectl set-hostname [15:43] blackflow: I prepared the log for you when it froze: https://termbin.com/l70z Is that the full log? === jstein_ is now known as jstein [15:54] By default few of my interface is down in vm running Ubuntu server 18.04, How to make it up, on boot start? [15:55] Do i need to give any changes inside /etc/netplan/ ? === Sleaker_ is now known as Sleaker === subopt is now known as _subopt_in_repos [17:24] Hello [17:24] when installing ubuntu, the message about the password strength is completely misleading [17:25] a 100 lowercase password is weak and 6 digit Aa1!_?. is strong! [17:26] p0a: sounds like it's using a slightly weird metric for determining password strength - but if it doesn't prevent you from continuing, just ignore it and continue :-) === Lord-Kam_ is now known as Lord-Kamina [17:27] ayekat: Not weird - just wrong... It's misleading to newbies [17:27] ayekat: I ignored it of course but I'm suggesting that it should be fixed -- I can offer a solution if need be [17:27] I could dive into the code but if someone could point me out to it that'd be nice [17:33] https://code.launchpad.net/~ubuntu-installer/ubiquity/trunk [17:33] Is the installer code that Ubuntu tends to use. [17:33] It's a Python frontend to Debian Installer (which is C). [17:34] I don't know on which side the password checker works but it seems it should be tuned, a normal entropy check should not do that. [17:34] p0a: ^ [17:37] ikanobori: thank you. I agree, entropy is better [17:38] Otherwise I have no idea how to clone a bzr repository and the web interface doesn't allow me to search for it but it's called password_strength. [17:38] https://bazaar.launchpad.net/~ubuntu-installer/ubiquity/trunk/view/head:/ubiquity/validation.py#L90 [17:38] There we go, found it. [17:39] So it's not doing an entropy check. I'd see if they take a pull request for a Shannon one. [17:42] ikanobori: nice [17:57] is there any image viewer where i can wiew picture, mp4 and avi file [17:58] usil: usually a file manager is used to view filetypes you have [18:00] usil: konqueror === jmcgnh_ is now known as jmcgnh [18:19] I ran "apt-get install libtiff5 libtiff5-dev" on a fresh system (with some previous installations like libpng and libjpg) and I got an error [18:19] "Errors were encountered: /var/cache/apt/archives/libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.1_amd64.deb" [18:20] E: Sub-process /usr/bin/dpkg returned an error code (1) [18:22] dpkg --configure -a gives that libtiff5-dev is troublesome [18:23] EoflaOEViceCity: did you fix it? [18:25] blackflow: Did you see above link? https://termbin.com/l70z [18:26] hi all! Could use a hand. Running ubuntu 18.04 and using openVPN to connect to my VPN. All of that works fine. However, there's one process (nzbget) that I want to NOT use that connection and just go direct to internet. OpenVPN itself does not do per application filtering. Any ideas/methods/advice for this? [18:27] I did `apt --fix-broken instlal` [18:27] and it fixed it [18:28] EoflaOEViceCity: it's broken [18:28] Im having issues with a share being only acccessible by root and not a nornal user, when i do a mount command i see the share is rw and i can do sudo but the regualr user can read but not write to the share what is wrong ? [18:29] blackflow: The link is broken? [18:29] mouses: https://superuser.com/questions/294008/use-vpn-connection-only-for-selected-applications [18:29] mouses: see the solution upvoted 33 times [18:30] EoflaOEViceCity: yeh, 404 [18:30] p0a: yeah, was looking that over - was hoping for a bit of a simpler method - I hate messing with routing manually :( [18:31] mouses: run your openvpn through a vm [18:40] mouses: easiest would be to add alternate specific routes for the NTTP servers nzbget is configured to use. Those would over-ride the default that uses the openvpn tunnel [18:41] blackflow: https://termbin.com/43g1 [18:44] mouses: e.g. if you've got in nzbget.conf "Server1.Name=nntp.example.com" you could do "DEST=$(dig +short nntp.example.com); sudo ip route add ${DEST}/32 via ${GATEWAY}" where GATEWAY is the local gateway router IP address [18:45] mouses: ^^ if DEST is effectively static then you can add that as an additional route in the connection editor of NetworkManager (-desktop) or as an addition to the netplan/systemd-networkd config (-server) [18:52] EoflaOEViceCity: that's the output made when it froze? [18:52] blackflow: yes [18:53] EoflaOEViceCity: but the ssh session is responsive then? you can use it? [18:54] blackflow: yes, with too many lag [18:55] EoflaOEViceCity: what journalctl exactly did you use? the first one I suggested, or `journalctl -f` ? [18:55] blackflow: journalctl -e. [18:59] EoflaOEViceCity: I'm sorry, nothing screams out of that pastebin. It's possible the guest isn't even aware of those issues which are then host-side. [18:59] blackflow: OK. No pointers? [19:05] EoflaOEViceCity: sorry, none. [19:05] blackflow: OK. Thanks for trying to help! [19:07] EoflaOEViceCity, clay-pigeon, but i bet on keyboard layout/mediakey (or similar) issue [19:07] ioria: Is that related to my issue? [19:07] EoflaOEViceCity, yes [19:08] EoflaOEViceCity, https://gitlab.gnome.org/GNOME/mutter/issues/606 [19:09] ioria: That ug report explains. Are there ways to fix that? It's on Live DVD [19:09] bug* [19:10] EoflaOEViceCity, you mean you are on livecd ? [19:11] ioria: Yes [19:11] EoflaOEViceCity, you cannot even log in ? [19:12] ioria: It logs me in automatically when started, and I can do something for a minute then freezes. [19:12] EoflaOEViceCity, you use autologin ? [19:13] ioria: This is LiveCD for Ubuntu 19.04, so as soon as it boots up, it will autologin. [19:14] getting this error when running sudo apt update https://pastebin.com/ZLvSfSRA anyone know of a quick fix? [19:14] EoflaOEViceCity, so ubuntu it's not installed at all ? [19:15] ioria: Not installed [19:15] EoflaOEViceCity, may i ask you why ? [19:16] ioria: Ok. Because it's on the virtual machine. [19:17] EoflaOEViceCity, i'am not good with VM, sorry [19:18] ioria: OK. It is ok. Thanks for trying to help! [19:18] no prob [19:29] anyone know when this will be available to ubuntu https://github.com/systemd/systemd/issues/10755 i mean it is 2019... ? [19:35] chuuna: it was closed 11 days ago... [19:53] kk~.~.~ [20:14] i've got a systemd service networkd-dispatcher, just curious to know what uses it ? [20:19] nevermind got answer [20:47] 16.04, which command may be used to launch "the graphical settings tool" from terminal? [20:49] * ot changed the sensitivity of the launcher to "Low" from normal and now it does not show, sigh. [20:51] Oh! Wonderful. From "Time & Date Settings..." one may switch to "All Settings". Now all good again :) [20:51] Thank you very much, ot. You are my hero! [20:56] * ot adds these to emergency kit: unity-control-center, gnome-control-center === subopt is now known as _subopt_in_repos [22:07] Is there any MPEG-4 AAC Decoder for Gnome Totem? It seems ridiculous to me that it cant play such videos since MPV as well as VLC can play them without any issues... [22:09] Missing plugin: gstreamer|1.0|totem|MPEG-4 AAC-Decoder|decoder-audio/mpeg, mpegversion=(int)4 (MPEG-4 AAC-Decoder) [22:10] the software dialogue just offers me to REMOVE several gstreamer plugins, so i guess thats not what totem wanted me to do here LOL [22:14] de-facto, did you enable dvd playback, Install libdvdnav4, libdvdread4, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, and libdvd-pkg. --- https://help.ubuntu.com/stable/ubuntu-help/video-dvd-restricted.html.en [22:15] Hello I'm trying to install texlive-full on 18.04 [22:15] vlc has all codecs inside, mpv not, so that is interesting [22:15] I'm getting "Errors were encountered while processing: /var/cache/apt/archives/texlive-luatex_2017.20180305-1_all.deb, E: Sub-process /usr/bin/dpkg returned an error code (1)" [22:15] what does this mean? how can I fix it? [22:17] OerHeks, its not a DVD its a mp4 with H264+AAC [22:20] I have ubuntu-restricted-extras and all those gstreamer1.0 plugins [22:20] i see, but why does totem not accept that file.. [22:20] googling this reveals a lot of bug reports, but it seems i could not find any resolution to it [22:21] i dont know, it seems it thinks its unable to play due to Missing plugin: gstreamer|1.0|totem|MPEG-4 AAC-Decoder|decoder-audio/mpeg, mpegversion=(int)4 (MPEG-4 AAC-Decoder) [22:22] i cant believe totem is unable to decode AAC [22:22] that is a very common codec [22:23] and since it is the default player in Gnome it must support that [22:23] good one [22:23] any others? [22:27] well if the standard player cant play standard codeds (AAC is not exotic at all), how can i remove it and replace all file associations with ones to MPV instead? [22:41] hello anyone online ? [22:44] !ask | afidegnum [22:44] afidegnum: 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 [22:45] i asked a question earlier, [22:45] after upgrading ubuntu 16 to 18, my cursor kept jumping while typing, the wireless network kept disconnecting randomly [22:45] what can i do to fix it ? [22:46] afidegnum: see this for wifi https://ubuntuforums.org/showthread.php?t=2354328&p=13614520&#post13614520 [22:54] ok [22:56] afidegnum: is there an option in touchpad settings to disable touchpad while typing? [22:56] Also... [22:56] !yy.mm | afidegnum [22:56] afidegnum: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle [23:01] I'm guessing that afidegnum upgraded from 16.05lts to 18.04lts [23:01] CrazyLikeAFox: That's a good assumption, but 18.10 is still supported until later this next month. [23:03] my old desktop is stuck on xubuntu 18.04lts, as it doesn't look like xubuntu 20.04 will have an i386 release === cyix is now known as Mariner [23:04] CrazyLikeAFox: All flavors have dropped i386 32-bit ISOs. [23:04] Lubuntu too? [23:05] It's a bit distant, but unsure what I'll do when 18.04 is deprecated [23:06] CrazyLikeAFox: Lubuntu dropped it beginning in 18.10. [23:06] Oh bother. [23:07] See https://lubuntu.me for more information [23:07] Also, let's try to stay on-topic. This is for support, not discussions. :) [23:07] jeremy31: no option to disable the touchpad but the issue is not from the touchpad [23:07] it wasn't happening on the previous ubuntu version [23:08] Well, after I partition up and install an outdated os to do outdated things (I won't connect tat one to the internet, promise :P), I'm throwing xubuntu 18.04.02lts on the machine [23:08] afidegnum: have you reviewed the system log for clues? stuttering sounds like something hanging in the background [23:08] will report back when my grapics don't work right [23:09] at least in bios and g-parted live, both monitors display the same image.. [23:13] hey guys. i moved a large folder over to a usb hard drive, and some of the file names it did not like, so i put it on auto skip. how can i now tell the difference between the two directories so that i can find the files that did not copy and rename and then copy them [23:13] its a directory with several sub directories that have sub directories of their own and a lot of files [23:14] Oderus rync [23:14] rsync [23:14] Oderus: you should be using rsync regardless [23:15] leftyfb: i should? i just used dolphin to copy it over.. x.x [23:15] Oderus: use rsync [23:15] ok i will look into rsync [23:42] hello friends, I have a 500Gb HDD in my pc that's running ubuntu 18.04 server. I got a 1Tb HDD that I would like to use instead. Is there anyway I can just image everything onto that new drive and be good to go? [23:47] fleabeard, no, you can dd the partitions, and even enlarge it to the full 1 Tb, but you will need to reinstall grub, as UUID changes [23:47] !grub [23:47] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [23:48] OerHeks, thanks! It's my multimedia pc, so I think I'll just reinstall ubuntu server and move the media files over [23:48] :-) [23:48] give it a try, you can always do that [23:49] * start over again [23:50] you're right. I should try it. It could potentially save a lot of time [23:50] ok, so I'm guessing I should first learn how to dd the 500Gb drive to the 1TB drive. Then go on from there.. [23:52] sudo fdisk -l # gives a list of partitions, keep bs=4M ( for faster copying with max buffers) [23:52] tons of howto's .. see #4 https://tecadmin.net/drive-and-partition-backup-examples-with-dd-command/ [23:55] cheers! I'll look into it, thanks!