[00:08] cschneid, you want to display apps running on the Ubuntu system on the Mac, or display apps running on the Mac on Ubuntu? [00:09] display on mac, running on ubuntu. [00:09] I assume remote X windows, although I don't know if/what X is doing nowadays... [00:09] vs other windowing systems [00:11] cschneid, X is still the most common on Ubuntu I think, the newer display server (Wayland) is still incompatible with much stuff. [00:11] cschneid, x2go is excellent [00:12] but as with most remote clients, you need a 2d desktop [00:12] cschneid, for displaying just one app I've used XQuartz on the Mac to display across my local network, since I've been using that for years [00:13] cschneid, if you want the whole desktop, I've used xrdp on the Ubuntu server and microsoft's remotte desktop client on the mac [00:13] Cool, thank you all, I'll play with the options :) [00:13] cschneid, I wouldn't say any of them are "best" [00:14] it's a rare need I think. I set up my "gaming pc" as a much faster than my laptop server to build rust projects on. SSH + Vim for the most part is all I'll need [00:14] it's on a KVM which is a pain to switch back and forth on, no actual need yet to ship apps cross the network, but I'm sure it'll come up [00:17] you can do single apps with x2go === BrianG61UK_ is now known as BrianG61UK [00:32] Hi, I reinstalled ubuntu. This time the 19.10. But there are still unrecognized hardware components [00:33] What is not being recognized? [00:37] https://www.karnhack.com/public/khk-think.html [00:38] [    0.749589] pci 0000:00:00.2: AMD-Vi: Unable to write to IOMMU perf counter. [00:38] [00:38] [ 2.308985] snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 2 [00:40] some forums give GRUB_CMDLINE_LINUX="amd_iommu=on iommu=pt" for ryzen issues, or check your bios version [00:41] or iommu=soft === LabMonkey is now known as Mechanismus [00:42] 19.10 64 bits here. Im looking for an alarm clock to play the alarm every 15 minutes. What programms (gui and command line) are there? [00:43] hi folks... i have a question. Have Ubuntu 18.04 and I installed a VPN-Connection to my Fritzbox (router). This is working very fine and I can access PCs via ssh and the ip-addresses in that VPN-Area. [00:44] If i try that with ubuntu server via console vpnc it doesnt work... vpn connection is established, but i cannot ping or ssh any of the devices in the vpn-network [00:44] server is ubuntu 19.10 [00:44] on my 18.04 PC with GUI it works fine, on 19.10 via terminal it doesnt... i dont understand why.. anybody has a solution? [00:46] frad what about kalarm ? [00:47] parkingmeter app [00:52] https://paste.ubuntu.com/p/GPmmx2whgN/ [00:56] Anyone have any suggestions on how to connect to a samba server with NT1 disabled from nautilus on ubuntu 16.04 [00:57] OerHeks: bios version is R12ET46W(1.16 ) [01:00] GRUB_CMDLINE_LINUX="iommu=soft" ? [01:04] karnhack: Maybe build "/usr/share/X11/xorg.conf.d/10-amdgpu.conf"? See: https://ubuntuforums.org/showthread.php?t=2425799 . [01:09] Hello, I'm using ubuntu 19.10 and I would like to replace the standard lock screen with xsecurelock. (https://github.com/google/xsecurelock). Does anybody know how I would go about removing ubuntus default lock screen and replace it with this ? [01:13] When I try with xss-lock I get an error that the pid does not belong to any known session [01:14] have lost last message [01:18] karnhack: Last: karnhack: Maybe build "/usr/share/X11/xorg.conf.d/10-amdgpu.conf"? See: https://ubuntuforums.org/showthread.php?t=2425799 . [01:18] Bashing-om: Thanks :) === fling_ is now known as fling === zbenjamin_ is now known as zbenjamin [03:10] hello [03:10] need some help making a windows share mount permanent [03:11] I can manually mount the share without a problem using the following command... [03:11] sudo mount -t cifs -o username=winuser,password=winpassword //Windows/Share /home/pi/WinShare [03:11] but when I try to make the mount permanent in fstab I am having problems. [03:11] my fstab entry looks like this... [03:11] /servername/sharename /media/windowsshare cifs username=msusername,password=mspassword,iocharset=utf8,sec=ntlm 0 0 [03:12] where did i go wrong? [03:16] you went wrong the second you decided to use samba [03:17] is there a better way? [03:20] JohnnyBitcoin: what does the error say after rebooting with it in fstab?...you probably haven't looked [03:20] where do i look? [03:21] JohnnyBitcoin: in the logs [03:27] samba log has no errors. [03:27] any other log i should be checking? [03:29] try cifs username=msusername,password=mspassword,vers=1.0,iocharset=utf8,sec=ntlm 0 0 [03:29] will do [03:29] JohnnyBitcoin: ' sudo mount -a 'shows what error ? [03:30] that shows no error === conjo is now known as legoog === Leion1 is now known as Leion [03:38] Casper26: Same issue with your line. [03:38] I can see the mount, however there are no files in it [03:39] hi all would really appreciate some help all of a sudden when maximising my firefox window on one of my three screens only fills half the screen no matter what i do (50" samsung plasma tv hooked up via hdmi) [03:40] this wasnt the case three days ago and the only thing that i changed was switching the primary screen, tried changing back but the maximised firefox window only maximises to half the screen [03:41] #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 GNU/Linux [03:44] JohnnyBitcoin: //servername/sharename /media/windowsshare your missing a forward slash before servername [03:44] holy crap [03:48] sorted it out-turns out i had made the wrong screen primary thanks anyway [03:52] well it almost works now [03:52] I have to type mount -a after a reboot to complete the mount [03:55] how do i mount all filesystem in fstab automatically upon each reboot? [03:59] !fstab | JohnnyBitcoin [03:59] JohnnyBitcoin: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.pclosmag.com/html/Issues/200709/page07.html and !Partitions [04:42] I'm trying to use authbind from a non-root account to avoid running my server as root. I've created /etc/authbind/byport/80 and can successfully bind to the port with "sudo authbind [program_name]" [04:42] Without sudo it doesn't work, despite my non-root account having execution permissions on the /etc/authbind/pyport/80 like the man page for authbind says it should. Is this right? Should I just run it with sudo? [04:42] Seems like running it with sudo defeats the point, especially since running the command with sudo works even if the non-root user doesn't have permissions. === [diablo]7 is now known as [diablo] [05:08] hey all [05:20] hello [05:24] Tempura: an old article, but other than writing software yourself these are basically your best options for making privileged ports available to non priviledged processes: https://debian-administration.org/article/386/Running_network_services_as_a_non-root_user. [05:24] hi swift110, wangledorf [05:26] thanks for the article, I'll have a read === Leion1 is now known as Leion [05:30] how r u tomreyn [05:34] swift110: doing fine, thanks. hope you're, too, but let's keep it to support here. [05:42] ok [05:44] hi [05:44] i need help with issue [05:44] my machine will not update to 19.04 [05:44] sorry 19.10 [05:48] hi [05:50] what version are you upgrading from? [05:52] OERIAS [06:01] facedremer, 19.04 [06:02] in /etc/update-manager/release-upgrades does Prompt=Normal? [06:03] and check if update-manager-core is installed [06:22] OERIAS sorry, i forgot to tag you [06:28] Yeah, authbind is just not working for me. I've read about 10 different sets of guides for it and they all show the same few steps which I follow and keep getting "permission denied". Very frustrating. [06:36] facedremer, it states that permission is denied. [06:39] are you running it with root privileges? [06:40] OERIAS2 sudo do-release-upgrade [07:22] facedremer, it has prompted the password graphically [07:22] hopefully this works... [07:28] OERIAS2 let me know if you need any more help [08:01] facedremer, I'll let you know, currently it is still downloading packages [08:23] hello [08:24] welcome Rumen [08:42] I have a problem with nasty error message "too many open files" [08:43] it is caused by "nvidia-settings -q gpuutilization...." [08:43] any idea how to fix the issue? [08:43] I searched the net for a solution, but none of the ways helped [08:44] increased the ulimit - that help but temporary [08:46] already try this https://askubuntu.com/questions/1049058/how-to-increase-max-open-files-limit-on-ubuntu-18-04 [08:47] the error dissapeared, but the computer freeze as a whole [08:47] when removed the chages the computer don't freeze and the error appeared again [09:52] hello! I am on 18.04 lts. I got no update since 10.12. Could that be? or is there an error. [09:52] Rumen: this article discusses your options https://www.robustperception.io/dealing-with-too-many-open-files - but you already seem to know those. ideally you'd identify the root cause of running into the "too man open files" issue since it should not normally occur on a desktop (i'm assking this is a desktop since you mention "nvidia-settings"). [09:53] !uptodate | talsamon [09:53] talsamon: To ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`. [09:53] coorect 19.12 [09:53] I have tried all known commands [09:53] Rumen: you did not mention which ubuntu and kernel version you're using, whether you already looked for an existing or filed a new bug report on nvidia-settings (if you can reliably attribute this to nvidia-settings, filing a bug is probably a good thing to do). [09:54] talsamon: check your dpkg logs, maybe compare with a volunteers 18.04 here [09:54] Yes it is a desktop. I just wanted to get a indicator about the GPU temperature and after installed the indicator (which works very well) this message appeared [09:55] talsamon: run both "sudo apt update" and "sudo apt -V dist-upgrade" on a terminal and ensure that neither report warnings or errors. [09:56] dpkg logs sais last update 19.12 [09:56] Rumen: i don't see how just querying the GPU temperature, even if it's once per second, should cause the process to run out of available file descriptors [09:57] apt -V upgrade - ß packages.... [09:58] My computer runs Ubuntu 18.04 LTS last kernel 4.17 [09:58] GPU refresh every 5 seconds [09:58] tomreyn, what means volunteers here? [10:00] talsamon: volunteers are helpers on the ubuntu related support channels to help other users [10:00] talsamon: i didn't mention "volunteers", but it probably means the same as elsewhere. [10:00] Rumen: 4.17 isn'T an ubuntu kernel [10:01] talsamon: can you pastebin your dpkg logs please? [10:01] https://pasteboard.co/INMshfa.png [10:01] what did you mean to state by "apt -V upgrade - ß packages...."? [10:01] talsamon: ^ [10:02] talsamon: does this return something other than 0? cat /etc/apt/sources.list{,.d/*} | grep -Fc security.ubuntu.com [10:02] tomreyn, I have it in german:ö 0 aktualisiert, 0 neu installiert, 0 zu entfernen [10:02] talsamon: i don't think i asked about this info. [10:02] uname -r 4.17.0-041700-generic [10:03] !info linux-image-generic bionic | Rumen [10:03] Rumen: linux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.15.0.72.74 (bionic), package size 2 kB, installed size 15 kB [10:03] Rumen: this looks like it may have been a mainline kernel ppa build long ago [10:03] (those are unsupported) [10:03] tomreyn, is the result of apt -V upgrade [10:04] uname -a Linux ucc-Precision-WorkStation-T5400 4.17.0-041700-generic #201806041953 SMP Mon Jun 4 19:55:25 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [10:05] talsamon: i was wondering whether "sudo apt update" or "sudo apt -V dist-upgrade" report any errors or warnings. what you posted is neither an error or warning. [10:05] Rumen: so this kernel is from summer 2018, bad. [10:05] Rumen: strongly adviced to run a current kernel for your ubuntu release [10:06] tomreyn, yes I see no error or warning [10:06] System is set to auto upgrade [10:07] tomreyn, I upgraded 3 weeks ago from the last lts. Very late... Maybe, this is an informatiion. [10:08] tonyt, but I had update after the upgrade [10:09] Rumen: you may have manually installed this kernel at some point. and then it kept being used since the default kernel version for ubuntu 18.04 is 4.15. so any updates you get for the 4.15 kernel will seem older to grub, which will always prefer the highest kernel version. [10:10] so it keeps booting the 4.17 kernel [10:10] https://www.howtogeek.com/436507/how-to-install-the-linux-5.0-update-on-ubuntu-18.04-lts/ "But, if you installed the original Ubuntu 18.04 LTS, you won’t automatically be updated." [10:10] How to upgrade to 5.0 manually the 18.04 LTS [10:11] Rumen: you can either install the !LTSE kernel, or you can just uninstall the 4.17 one, and keep using the 4.15 one which continues to receive security patches. [10:12] talsamon: can you pastebin your sources.list please? [10:12] talsamon: if those commands report no warnings or errors and your system is configured to use the default apt sources, then it should be in good shape. [10:13] i assume you'Re not using good apt sources, though, since i think there were security updates for essential 18.04 packages within the past three weeks. [10:14] so i agree, you should share your apt sources [10:16] installing 5.0 [10:16] lotuspsychje, https://pastebin.com/3MFmLhSr [10:16] From this instructions [10:16] https://www.howtogeek.com/436507/how-to-install-the-linux-5.0-update-on-ubuntu-18.04-lts/ [10:17] talsamon: you still got xenial sources in there [10:18] lotuspsychje, they are all commented out [10:19] talsamon: and apt doesnt give any warnings or so? [10:20] lotuspsychje, gave no warnings [10:20] talsamon: did you doublecheck your software&updates settings, how your system updates? [10:23] lotuspsychje, settins seems ok [10:23] talsamon: meaning? [10:25] lotuspsychje, have a problem to explain it in english , I will try it in the german ubuntu channel thanks for answers [10:25] tomreyn, thanks for answer [10:39] Got error upgrading to Kernel 5 https://pasteboard.co/INMHJCk.png [10:45] Rumen: pastebin the output after: sudo apt update && sudo apt full-upgrade please [10:53] Rumen: looks like your system is configured to build realtek 8188eu kernel modules from source via dkms, and this is failing for the 5.0 kernel. [10:56] you may need / want to get a newer copy of https://github.com/lwfinger/rtl8188eu to build it against linux 5.0. [11:02] When installing a new software or making some changes to your distro, is it a good idea to first try them out in a virtual machine? So that if something goes wrong, you're aware of the risks? [11:06] Anyone? [11:10] !rootirc | dinis [11:10] dinis: It's not technically our business, but we'd like to tell you that IRC'ing as root is a Very Bad Idea (tm). After all, doing anything as root when root is not needed is bad, and especially bad with software that connects to the Internet. [11:11] mohnish: maybe a question for #ubuntu-offtopic ? [11:11] oh, is it? [11:11] okay [11:11] mohnish: or if you are using ubuntu, #ubuntu-discuss [11:12] okay [11:12] mohnish: it can't hurt, but the vm would need to be an exact copy of the host you intend to install on [11:12] ducasse: Yes, I figured that'd be necessary [11:17] or you could use snapshotting [11:18] oh, okay [11:48] Same error after update && upgrade. Tomreyn is right that there is RTL8188EU installed. https://pastebin.com/2c5P8JbX [11:49] But after I try to remove it I can't https://pastebin.com/HzzXRUi0 [11:50] you need to remove version 1.0, not 4.17.0-041700 [11:51] actuall yuninstall, not just remove [11:53] does anyone have any idea on how to change the wifi band/frequency on ubuntu 19.10? [11:53] Whenever I try to do that with iwconfig it just keeps resetting to 2.437GHz [11:56] Rumen: correction: i think you need to sudo dkms remove 8188eu --all which should automatically uninstall all 8188eu modules, then remove "8188eu" off dkms' registry. so you can then just checkout git again (or "git pull" on an existing copy) and follow the README on the repository again. [11:56] Here is the full text of the update and upgrade https://pastebin.com/YtmwGHVe [11:56] OK I will try sudo dkms remove 8188eu --all [11:57] Rumen: sudo dkms remove 8188eu/1.0 --all [11:58] DONE! [11:59] now update && upgrae ... keep fingures crossed [11:59] you also seem to have an error on line 13 of /etc/default/grub [11:59] is there a way to get a file to save to two locations automatically in ubunto? Like, if I copy a file to one flash drive it will autosave to the second flash drive for backup?? [12:02] JoeLlama: that's not a standard feature i am aware of. you can script such customizations. [12:02] yeah script [12:02] it would be cool if there was as feature that everytime a file is saved from any application it would also saved to a second and even third location [12:03] Agaiin error this time is nouveau.modeset=0 https://pastebin.com/2vj7XsF0 [12:03] and not just copied from one flash drive to the next [12:03] actually saved from source [12:05] Rumen, paste contents of /etc/default/grub to pastebin [12:08] Hello everyone, I am currently trying out ESM for 14.04 but it seems esm.ubuntu.com is not reachable? I have a UA key but I get a timeout when trying to activate the ESM service [12:09] https://esm.ubuntu.com seems to refuse any connection attempts [12:09] best to contact canonical directly ubntAdv0cat0r [12:10] ubntAdv0cat0r: the volunteers dont have access or support to payed products [12:11] I see, I am only testing out with a free (personal) subscription so I don't have any possibility to open a ticket [12:14] ubntAdv0cat0r: https://ubuntu.com/blog/ua-services-deployed-from-the-command-line-with-ua-client [12:14] make sure you use the updated client [12:15] Rumen: Post URL from terminal> cat /etc/default/grub | nc termbin.com 9999 [12:15] https://pastebin.com/ViVsSxzc [12:16] https://termbin.com/58of [12:17] rumen, delete line 13 and add nouveau.modeset=0 inside the quotes on line 11 [12:17] The line is there nouveau.modeset=0 but why .... I don't rememmber to put that line there [12:17] OK [12:17] RumeGRUB_CMDLINE_LINUX_DEFAULT="drm.debug=0xe plymouth:debug nouveau.modeset=0" [12:18] Rumen GRUB_CMDLINE_LINUX_DEFAULT="drm.debug=0xe plymouth:debug nouveau.modeset=0" [12:18] tomreyn thank you but I am already using the updated client: 19.6~ubuntu14.04.3 0 [12:19] i see [12:19] thats all i could think of [12:19] thank you anyway [12:19] when I try to enable the esm-infra service (ua enable esm-infra) it times out when connecting to esm.ubuntu.com to validate the credentials [12:20] if there was a bug tracker for snaps you could report it there [12:21] https://status.admin.canonical.com/ everything looks green [12:30] OK DONE! [12:30] uname -a Linux ucc-Precision-WorkStation-T5400 5.3.0-26-generic #28~18.04.1-Ubuntu SMP Wed Dec 18 16:40:14 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [12:30] ubntAdv0cat0r: did you get an advantage token, yet, though? if not, there's https://auth.contracts.canonical.com/ [12:31] let's see if now the error "Too many open files" will appear again or no .... [12:33] tomreyn yep and already attached it, sudo ua status shows esm-infra as "entitled" but "disabled" [12:33] it seems all of the Canonical pages load extremely slow, at least on my end [12:33] maybe they have some server issues? [12:34] ubntAdv0cat0r: you could ask in #ubuntu-mirrors perhaps they can trace [12:34] lotuspsychje thank you for the hint, I will try [12:50] happy new year. How can I enable round-robin on dns lookups. Looking at tcpdump is seems like only the first nameserver is queried. === ElFerna_ is now known as ElFerna [13:29] Hi folks [14:51] hi! [14:52] hello MrPockets [14:52] I just answered my question. thanks though! [14:52] Any devs up in here this morning? [15:17] MrPockets: Depending on your question for "devs" there is the #ubuntu-app-devel for Application Developers interested in writing/working on applications, and #ubuntu-devel for Ubuntu OS development. Note those channels require you to have your nick registered. Please double check the room topic to make sure you have choosen the correct one. [15:19] pragmaticenigma, understood. I was just going to extend a sincere "thank you" for all their hard work, and mention that I enjoy using Ubuntu, and appreciate their contribution to this experience. [15:19] ^ So i'll just leave that there [16:49] Hello everyone! I just created a snapshot using timeshift, and it's created it in my root directory of my system in /timeshift === Guest65529 is now known as monhish_ [16:50] And I'm willing to transfer that snapshot to my usb stick [16:50] Do I have to format my usb stick to ext4 to transfer it or fat32 will work? [16:54] Anyone?? [16:56] snapshot? [16:58] monhish_: any filesystem should work i'd guess [16:59] EriC^^: Are you sure? [16:59] monhish_: not entirely sure though, maybe someone else knows more, or if you can provide more details [17:00] monhish_: how do you load the snapshot? it's just a program while booted into ubuntu you load /path/to/snapshot? in that case any filesystem shouldnt be a problem as long as ubuntu has support for it [17:00] Yeah, I guess [17:01] I used the defaults of timeshift, I didn't back up my home folder [17:03] monhish_: if any of the files in the snapshot are larger than 4GB you will have issues. either switch the drive over to exFAT or make it ext4 to reduce the chacen of an error [17:04] It's okay if I have to format my drive to ext4. [17:04] But, why is it gonna be problematic if its larger that 4GB? [17:04] My whole snapshot is about 6GB [17:05] monhish_: seems it uses rsync and hardlinks, so you'll need a posix fs [17:06] ducasse: ext4? [17:06] monhish_: this should help explain the differences and also has a good explination on the limitations of FAT32: https://www.howtogeek.com/235596/whats-the-difference-between-fat32-exfat-and-ntfs/ [17:06] monhish_: for example [17:07] ah, okay [17:09] pragmaticenigma: So, a folder can be bigger than 4GB, though, right? if that folder contains several files that sum up to be 4GB? [17:09] yeah monhish_ [17:10] Hi, how does IME like ibus and fcitx remember the last state of an input field? [17:10] EriC^^: Ah, okay [17:11] amosbird: I think you're going to need to provide more information and context for anyone to understand what you are asking [17:20] pragmaticenigma: which part is confusing? [17:47] hello [17:48] pidgin for linux is absolute trash [17:48] is there a support question in that? [17:49] actually yes [17:49] amosbird: The entire setence... What version of Ubuntu, what device, what is IME, what is fcitx? This channel is operated by volunteers, collectively we know a lot, but the more details you can provide the better [17:49] I can't get xchat to work [17:50] other than that, I can't get hdmi audio output to work either on lubuntu [17:50] nokia3210: XChat hasn't been worked on in many years, it's recommended that you use HexChat [17:50] xchat.. sad to see it in the repos, it is EOL, discontinued, use hexchat, a xchat fork that is maintained [17:50] kk, thanks! [17:51] any idea about hdmi audio output? [17:51] tried reinstalling pulse audio [17:51] terminal: alsamixer # hit F6 to select device, choose hdmi [17:51] but the output simply doesn't show in the list of devices [17:52] maybe your gpu needs a driver, to enable hdmi output? [17:52] c/hdmi audio [17:53] shouldn't the newest gpu driver be included in the drivers update? [17:53] i've read on a few reddit posts that this is a common issue with lubuntu [17:53] and people have ditched it for other distros because of it [17:53] frankly I like it other than this [17:54] sure, ditch it, don't tell us your hardware and details :-D [17:55] it's an older laptop, upgraded it with an ssd and some ram [17:55] asus ul30a :] [17:57] i'll bbl later, thanks for the advice pragmatice and OerHeks! [17:58] Hello. I am running Ubuntu 9.04 in a VM to test old software. I wanted to install the curses.h dependency using 'sudo apt-get install libncurses5-dev'. However, I get the error: "Couldn't find package..." [17:59] I am aware Ubuntu 9.04 is out of support, but is there a way to install old packages? [17:59] yes, old-releases part in this manual [18:00] !eolupgrade [18:00] End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [18:00] there is *1* server available [18:01] OerHeks: I am running Ubuntu 9.04 in a local VM on my laptop, so I am not using it for production purposes. Is there no way to even install the older version? [18:01] *older version packages [18:01] instigator: OerHeks just told you were to find it [18:01] yes, all packages ( latest) for 9.04 are there [18:02] edit sources.list with old-releases etc, and update [18:02] OerHeks: ok thanks ill check it out [18:02] https://help.ubuntu.com/community/EOLUpgrades#Update_sources.list [18:02] and do the magic [18:03] have fun! [18:13] if i want to move everything inside of a dir but not the top level dir i would just leave off the trailing slash? so data/dir_with_contents_to_mv data/dir_where_contents_go/? [18:15] kinghat: mv the directory to the new path, recreate the original directory [18:15] kinghat: so "mv data/contents data/relocated; mkdir data/contents" [18:17] make the dir after its already created? [18:18] kinghat: No, with the approach I described, you are effectively renaming the original directory to it's new name. Then you can create a new directory with the old folder's name [18:22] mv data/conents/* data/new_location this work as well? [18:22] mp [18:22] no [18:23] kinghat: I suggest you create yourself a sandbox and test your theory out, somewhere without criticle files that you can't afford to lose [18:27] kinghat: https://askubuntu.com/a/172634 [18:29] i just did it in a test env and it seems to have worked as expected? [18:29] unless im missing something === dijitol1 is now known as dijitol [18:30] i guess my last command above shouldnt have been contents/*.. [18:31] kinghat, the problem with mv some/thing/* somewhere is it won't move hidden files/directories (names starting with '.') this can be bad good or indifferent depending on what you want... [18:31] mv data/stuffs/* data/move_here [18:34] so use rsync 🤷‍♂️ [18:46] kinghat: or use a copy instead, and then remove the files from the original location once you have verified they have been successfully copied. IMPORTANT! There is a "dot" after the first path, it is intentional and needed for what you are trying to do: "cp -r /path/subfolder/. /path/" [18:47] kinghat: If it is a large amount of files, I would recommend rsync as if the copy process fails, you can recover by re-running the command. It will automatically skip the existing files [18:49] it is a large amount of files and i dont want to double the space [18:52] so something like this? https://askubuntu.com/a/633051/868274 [18:57] im not going to do the --remove-source-files as i think i have enough space to make the move and then delete when completed === pauljw1604 is now known as pauljw [19:00] rsync rha --partial --info=progress2 should do it i think. [19:00] kinghat: something like "mv src/* dst/" should move everything under "src/" to "dst" with the exception of files that start with a dot/period, as rfm mentioned. [19:01] That being said, I'm a big fan of using rsync to copy first and then delete [19:01] ya im going to use rsync as i like this data 😅 [19:01] "rsync -avP [source] [dest]" should work nicely. [19:02] is there something with the trailing / and rsync to copy only the contents of the dir and not the top level dir? [19:02] Yeah, you can use "rsync -avP source/ dest/" and that should not create the "source" dir just whatever is under it [19:03] if you use "rsync -avP source dest" I believe it will create the "source" dir under "dest" [19:04] is --partial only needed for larger files? im moving a ton of smaller files. [19:05] Needed? Probably not. I mainly use it out of habit. [19:06] Don't think it causes too much (if any) processing/transferring overhead. [19:07] you dont set -r? [19:09] the "-a" includes that, and many other options. [19:09] "-a, --archive archive mode; equals -rlptgoD (no -H,-A,-X)" [19:10] ah yes. i missed that part. [19:10] np [19:24] hey everyone, my trackpad suddenly stopped working today on my 18.04 running razer blade stealth. currently writing this from the live USB that works without an issue. any ideas how i can go about debugging/fixing things? [19:26] when i cat /proc/bus/input/devices my trackpad (Synaptics TM2438-005) marks itself as event16, but in my xorg log it shows up as event11 -- all other devices are the same (and on my live USB they are the same). could this have anything to do with it? [19:26] (also happy nye lol) [19:33] I have LD_LIBRARY_PATH set and export in ~/.profile and a bash script sourced with more changes to LD_LIBRARY_PATH but in my system, LD_LIBRARY_PATH is empy. [19:34] How do I set enviroment varibables that the gui and terminal can both use? [19:36] Ok, never mind, I guess I have to use /etc/ld.so.conf.d/*.conf file [20:26] Happy New Year! https://www.youtube.com/watch?v=N3u3G_ks9Vs === kostkon_ is now known as kostkon [20:38] this channel is unusually quiet [20:54] exit [21:06] Hey! Would it be possible to take an Android phone, completely remove Android, and install Ubuntu in its place? [21:09] if the phone has been rooted (and not bricked) it may be possible to put an OS that supports Arm [21:12] !ubports [21:12] Information about the mobile port of the Ubuntu platform (formely Ubuntu Touch) for Phone and Tablet is available here: https://ubports.com/. Support and discussion in #ubports [21:12] Ah, thank you! [21:12] I haven’t bought the phone yet so this is still a hypothetical, but. [21:12] your phone, your brick [21:12] look at the specs and bugs with things not working. [21:13] I’d probably buy and specifically choose a phone such that it would be at least theoretically compatible. [21:13] i have a nexus 5 for that, old android 6 EOL [21:13] and there is a 64 bit port now, IIRC [22:08] Once I've upgraded a 12.04 system to 14.04 lts, will it offer to upgrade to whatever the next lts is? [22:09] Why not a fresh install jhutchins? [22:09] Unless you want errors and stuff. [22:10] jhutchins: you should be able to upgrade to another LTS. Of course, save your data before doing it [22:11] jhutchins: yes, but mind you that 14.04 is EOL [22:11] bprompt: Yes, but that's where 12.04 wants to go next, so I'm trying to work with it. [22:12] jhutchins: wait 5 more months and get 20.04 :) [22:12] Chunkyz: Preserving user customization. Not my box. [22:13] bprompt: Well, with 12 she's getting blocked on some web sites because of an obsolete browser. [22:13] yeap [22:14] browser do updates every 2 weeks IIRC, that's true of chromium-based ones and firefox [22:14] bprompt: She has a birthday in February, we'll see what microcenter has for refurbs then. [22:15] jhutchins: how fast it the cpu? [22:17] jhutchins: you can always find some good deals at craigslist.com and install 18.04 on it [22:18] bprompt: Consider that it has the 2012 release on it. [22:18] Bin it. [22:18] :) [22:19] bprompt: I like being able to take things back at MC. I've had really good luck with their refurbs, really good prices. I used to build from scratch and do upgrades, but those were generic chassis, [22:19] jhutchins: so how fast is the cup anyway? 2ghz? dual-core? 64bit? 32bit? 3.2ghz? [22:19] Chunkyz: Yes, but not this month. Paying for Christmas and property taxes and insurance &c. [22:20] 5320 bogomips [22:20] 5320 bogomips? heheh [22:21] Core 2 duo, 2.66G [22:21] Web, email, a little word processing. [22:24] jhutchins: I run dual core Athlon - xubuntu performs well. [22:25] * Chunkyz loves his AMD 5350 CPU. Still going strong... [22:25] jhutchins: hmm core2 duo, meaning is a 64bit machine 2.66ghz, and most likely SATAII type of HDD, hmmm you can just get an SSD on it, just a cheap 30gbs SSD, Ubuntu takes less than 10gbs on a full install, a 30gbs SSD can run you around $25 or so in amazon.com, just the SSD upgrade alone can manage even Ubuntu 20.04 or 18.04 just fine [22:25] Cheaper than $25 for an SSD [22:26] 120gb is like £15 [22:26] jhutchins: now, if you can afford a bit more, I'd suggest a Samsung SSD, best in reliability, but smallest Samsung is 120gbs, and you can find them for $85 or so [22:26] That's new, can get it cheaper second hand [22:26] jhutchins: but that hardware upgrade alone will make the machine perform about 10 times faster [22:26] bprompt: Samsung ssds are too expensive [22:27] since a lot of the slowdown is I/O operations [22:27] Hmmm === al2o3-cr is now known as Boobies4Life [22:27] Nice name [22:27] :) [22:27] Chunkyz: nope, they're about the same price as others, but reliability wise, they're the best on the consumer market [22:27] No. [22:28] I got my gigabyte 120gb SSD for £15 new. Can't do that with Samesung. [22:29] eh? £15 is about $25US :P [22:29] 512 Gb microsd card is €35 [22:29] heheh, I got mine for around $90 :P [22:29] bprompt: you can not get a brand new Samesung 120gb SSD for $25 lol [22:30] eheheh [22:30] bprompt: I used to build about 200 a day, I'm pretty familiar with hardware. It's also a matter of how much time I want to spend. [22:30] Chunkyz: I never said that hehehe, I meant you can find them, the smallest SSD is 30gbs, but Samsung doesn't make any, smallest Samsung is 120gbs, but you can find other brands like OCZ for $21US on a 30gbs SSD [22:31] The one problem with the Dell refurbs is that generic replacement parts often won't work. [22:32] jhutchins: well, my case being, you don't need to get another refurbished machine just to run 18.04, chances are the SSD expense will be cheaper than the new refurbished machine, assuming money is the issue [22:32] Yeah, a drive would be easy, SD would be nice, but with an 8 year old system I don't want to see other components fail. [22:34] jhutchins: well, is a no-lose situation though, let's say you get the SSD, and others components fail, the machine will work fast before they fail, and when they do, a few months later maybe, you can work on that refurbished machine, and the SSD you never lose it, since take it out, and put it in the new refurbished machine, is all [22:35] I have a crucial SSD in this and in a desktop, 2gb mx500, and 240gb bx500 respectively [22:35] bprompt: Alternatively, I can get a refurb and neglect it for eight years. [22:36] bprompt: Like I said, Dell's don't often take generic components like MB or Power Supply. === steven- is now known as steven [22:37] Eight years is long enough that replacement Dell parts become more difficult, and it takes my time. [22:37] jhutchins: well, is a matter of budget and balancing, the core2 dua specs will work fine with the SSD on SATAII, if the issue is just speed to install 18.04, just the SSD alone can boost that pretty fast [22:38] bprompt: Yeah, the main CPU improvements at the desktop level have mostly been power use and parallelism. [22:39] I just stuck an SSD in an old PATA laptop actually- that wasn't for any speed boost so much as PM [22:39] really old 2.5" drive [22:40] jhutchins: most of the slowdown is I/O operations, and the cpu always synchronizes with the slowest component, if the HDD can take as fast as the cpu can do or Ram can do, they both slow down to match with the HDD, however if the HD can keep up, the system flies [22:40] s/if the HDD can take/if the HDD can't take [22:41] The SSD makes a difference. We have GB internet, and my wife's c2 duo gets over 800MB transfer speeds. The boxes with spinning rust cap out just over 500. [22:42] jhutchins: I've ran Libreoffice suite on HDD, it takes about 10-12 seconds to open an app, on SSD is just 1second flat [22:43] Yeah, I'm starting to notice how long chromium takes to load on my desktop. It gets the next ssd. [22:43] same machine btw, same specs, just the I/O is far faster [22:43] Yup. [22:43] SSD on GB is nice. [22:44] jhutchins: if you can, get a Samsung, nevermind the price, they're worth every dollar [22:45] I don't need more than 40G - 20 really. Everything is on the NAS. [22:45] Don't see 40s even in refurb any more. [22:45] alrity, be mindful, I had a 30gbs OCZ a long while ago, it went Kaput on me, no warning, from one day to the next, I was backed up and all, so no harms, but I'd have liked some early warning [22:46] I think 120gb is the smalled I saw in any brand, 240gb seems more common [22:47] $30 for a crucial bx500 240gb though [22:48] does anyone know any good resources for getting started with bluetooth development on ubuntu? what are some good resources if I want to take bluetooth really seriously, and eventually contribute some fixes [22:48] CrazyLikeAFox: 30gbs are a bit anachronistic these days, yes, since the price of SSD storage is below the $1 per Gb, you can get them for 0.85 or 0.75 per Gb, so making a cheap 30gbs for many may not be enough revenue, but you can find them, some offbrands [22:49] https://github.com/torvalds/linux/tree/master/drivers/bluetooth [22:52] bprompt: Yeah, 'cause we relly want to trust our data to offbrands. [22:52] jhutchins: just something to keep in mind, when shopping for one [22:53] I mean CrazyLikeAFox is correct, most are 120gbs or higher these days [22:58] bprompt: Yep. [22:59] If I watch it, it just scrolls packages. If I walk away it pops up a dialog box. [23:00] Wunderbar 2020! [23:08] Ausgezeichnet! [23:09] why is znc not in 19.10 repo? [23:09] I found in a YouTube video they're using apt-get [23:14] !info znc eoan [23:14] znc (source: znc): advanced modular IRC bouncer. In component universe, is optional. Version 1.7.4-7 (eoan), package size 1737 kB, installed size 8170 kB [23:14] robertparkerx: ^^ universe repo. [23:15] strange it doesn't find it for me [23:16] robertparkerx: universe repo enabled in sources ? [23:16] How do I check I thought it was [23:18] robertparkerx: quicky ' grep universe /etc/apt/sources.list ' . [23:21] I try to `sudo add-apt-repository universe multiverse` but it says [23:21] Error: need a single repository as argument [23:21] 1 at the time .. [23:21] 'universe' distribution component is already enabled for all sources. [23:23] robertparkerx: ' apt list znc '? [23:25] aloha [23:25] I found it now tyvm [23:25] Now it wants me to create a non-root user to run it as [23:26] Ok, now we're back to idle. [23:28] i have some issues with tracker. i've modified it so it search recursively through Documents directory, it goes there without any problems, i've cleaned db and restarted the daemon but it doesn't seem to be able to find files, where mlocate finds them easily (using names only) [23:28] any idea what's wrong? [23:29] it's version 2.3.1, ubuntu 20.04 [23:29] for 20.04 support, #ubuntu+1 please [23:30] it is not released yet. [23:33] ta [23:56] Yes, it did prompt me to upgrade to the next lts.