/srv/irclogs.ubuntu.com/2019/12/31/#ubuntu.txt

rfmcschneid, you want to display apps running on the Ubuntu system on the Mac, or display apps running on the Mac on Ubuntu?00:08
cschneiddisplay on mac, running on ubuntu.00:09
cschneidI assume remote X windows, although I don't know if/what X is doing nowadays...00:09
cschneidvs other windowing systems00:09
rfmcschneid, X is still the most common on Ubuntu I think, the newer display server (Wayland) is still incompatible with much stuff.00:11
compdoccschneid, x2go is excellent00:11
compdocbut as  with most remote clients, you need a 2d desktop00:12
rfmcschneid, 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 years00:12
rfmcschneid, if you want the whole desktop, I've used xrdp on the Ubuntu server and microsoft's remotte desktop client on the mac00:13
cschneidCool, thank you all, I'll play with the options :)00:13
rfmcschneid, I wouldn't say any of them are "best"00:13
cschneidit'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 need00:14
cschneidit'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 up00:14
compdocyou can do single apps with x2go00:17
=== BrianG61UK_ is now known as BrianG61UK
karnhackHi, I reinstalled ubuntu. This time the 19.10. But there are still unrecognized hardware components00:32
facedremerWhat is not being recognized?00:33
karnhackhttps://www.karnhack.com/public/khk-think.html00:37
karnhack[    0.749589] pci 0000:00:00.2: AMD-Vi: Unable to write to IOMMU perf counter.00:38
karnhack 00:38
karnhack[    2.308985] snd_pci_acp3x 0000:06:00.5: Invalid ACP audio mode : 200:38
OerHekssome forums give GRUB_CMDLINE_LINUX="amd_iommu=on iommu=pt" for ryzen issues, or check your bios version00:40
OerHeksor iommu=soft00:41
=== LabMonkey is now known as Mechanismus
frad19.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:42
peter22222hi 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:43
peter22222If 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-network00:44
peter22222server is ubuntu 19.1000:44
peter22222on 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:44
peter22222frad what about kalarm ?00:46
OerHeksparkingmeter app00:47
karnhackhttps://paste.ubuntu.com/p/GPmmx2whgN/00:52
Casper26Anyone have any suggestions on how to connect to a samba server with NT1 disabled from nautilus on ubuntu 16.0400:56
karnhackOerHeks:  bios version is R12ET46W(1.16 )00:57
karnhack GRUB_CMDLINE_LINUX="iommu=soft" ?01:00
Bashing-omkarnhack: Maybe build "/usr/share/X11/xorg.conf.d/10-amdgpu.conf"? See: https://ubuntuforums.org/showthread.php?t=2425799 .01:04
huttanHello, 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:09
huttanWhen I try with xss-lock I get an error that the pid does not belong to any known session01:13
karnhackhave lost last message01:14
Bashing-omkarnhack: Last: karnhack: Maybe build "/usr/share/X11/xorg.conf.d/10-amdgpu.conf"? See: https://ubuntuforums.org/showthread.php?t=2425799 .01:18
karnhackBashing-om: Thanks :)01:18
=== fling_ is now known as fling
=== zbenjamin_ is now known as zbenjamin
JohnnyBitcoinhello03:10
JohnnyBitcoinneed some help making a windows share mount permanent03:10
JohnnyBitcoinI can manually mount the share without a problem using the following command...03:11
JohnnyBitcoinsudo mount -t cifs -o username=winuser,password=winpassword //Windows/Share /home/pi/WinShare03:11
JohnnyBitcoinbut when I try to make the mount permanent in fstab I am having problems.03:11
JohnnyBitcoinmy fstab entry looks like this...03:11
JohnnyBitcoin /servername/sharename  /media/windowsshare  cifs  username=msusername,password=mspassword,iocharset=utf8,sec=ntlm  0  003:11
JohnnyBitcoinwhere did i go wrong?03:12
kxslyou went wrong the second you decided to use samba03:16
JohnnyBitcoinis there a better way?03:17
tatertotsJohnnyBitcoin: what does the error say after rebooting with it in fstab?...you probably haven't looked03:20
JohnnyBitcoinwhere do i look?03:20
tatertotsJohnnyBitcoin: in the logs03:21
JohnnyBitcoinsamba log has no errors.03:27
JohnnyBitcoinany other log i should be checking?03:27
Casper26try cifs  username=msusername,password=mspassword,vers=1.0,iocharset=utf8,sec=ntlm  0  003:29
JohnnyBitcoinwill do03:29
Bashing-omJohnnyBitcoin: ' sudo mount -a 'shows what error ?03:29
JohnnyBitcointhat shows no error03:30
=== conjo is now known as legoog
=== Leion1 is now known as Leion
JohnnyBitcoinCasper26: Same issue with your line.03:38
JohnnyBitcoinI can see the mount, however there are no files in it03:38
legooghi 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:39
legoogthis 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 screen03:40
legoog#40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 GNU/Linux03:41
Casper26JohnnyBitcoin:  //servername/sharename  /media/windowsshare  your missing a forward slash before servername03:44
JohnnyBitcoinholy crap03:44
legoogsorted it out-turns out i had made the wrong screen primary thanks anyway03:48
JohnnyBitcoinwell it almost works now03:52
JohnnyBitcoinI have to type mount -a after a reboot to complete the mount03:52
JohnnyBitcoinhow do i mount all filesystem in fstab automatically upon each reboot?03:55
lotuspsychje!fstab | JohnnyBitcoin03:59
ubottuJohnnyBitcoin: 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 !Partitions03:59
TempuraI'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
TempuraWithout 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
TempuraSeems 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.04:42
=== [diablo]7 is now known as [diablo]
swift110hey all05:08
wangledorfhello05:20
tomreynTempura: 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
tomreynhi swift110, wangledorf05:24
Tempurathanks for the article, I'll have a read05:26
=== Leion1 is now known as Leion
swift110how r u tomreyn05:30
tomreynswift110: doing fine, thanks. hope you're, too, but let's keep it to support here.05:34
swift110ok05:42
OERIAShi05:44
OERIASi need help with issue05:44
OERIASmy machine will not update to 19.0405:44
OERIASsorry 19.1005:44
OERIAShi05:48
facedremerwhat version are you upgrading from?05:50
facedremerOERIAS05:52
OERIASfacedremer, 19.0406:01
facedremerin /etc/update-manager/release-upgrades does Prompt=Normal?06:02
facedremerand check if update-manager-core is installed06:03
facedremerOERIAS sorry, i forgot to tag you06:22
TempuraYeah, 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:28
OERIAS2facedremer, it states that permission is denied.06:36
facedremerare you running it with root privileges?06:39
facedremerOERIAS2 sudo do-release-upgrade06:40
OERIAS2facedremer, it has prompted the password graphically07:22
OERIAS2hopefully this works...07:22
facedremerOERIAS2 let me know if you need any more help07:28
OERIAS2facedremer, I'll let you know, currently it is still downloading packages08:01
Rumenhello08:23
lotuspsychjewelcome Rumen08:24
RumenI have a problem with nasty error message "too many open files"08:42
Rumenit is caused by "nvidia-settings -q gpuutilization...."08:43
Rumenany idea how to fix the issue?08:43
RumenI searched the net for a solution, but none of the ways helped08:43
Rumenincreased the ulimit - that help but temporary08:44
Rumenalready try this https://askubuntu.com/questions/1049058/how-to-increase-max-open-files-limit-on-ubuntu-18-0408:46
Rumenthe error dissapeared, but the computer freeze as a whole08:47
Rumenwhen removed the chages the computer don't freeze and the error appeared again08:47
talsamonhello! I am on 18.04 lts. I got no update since 10.12. Could that be? or is there an error.09:52
tomreynRumen: 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:52
lotuspsychje!uptodate | talsamon09:53
ubottutalsamon: 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
talsamoncoorect 19.1209:53
talsamonI have tried all known commands09:53
tomreynRumen: 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:53
lotuspsychjetalsamon: check your dpkg logs, maybe compare with a volunteers 18.04 here09:54
Rumen<tomreyn> 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 appeared09:54
tomreyntalsamon: run both "sudo apt update" and "sudo apt -V dist-upgrade" on a terminal and ensure that neither report warnings or errors.09:55
talsamondpkg logs sais last update 19.1209:56
tomreynRumen: 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 descriptors09:56
talsamonapt -V upgrade - ß  packages....09:57
RumenMy computer runs Ubuntu 18.04 LTS last kernel 4.1709:58
RumenGPU refresh every 5 seconds09:58
talsamontomreyn, what means volunteers here?09:58
lotuspsychjetalsamon: volunteers are helpers on the ubuntu related support channels to help other users10:00
tomreyntalsamon: i didn't mention "volunteers", but it probably means the same as elsewhere.10:00
tomreynRumen: 4.17 isn'T an ubuntu kernel10:00
lotuspsychjetalsamon: can you pastebin your dpkg logs please?10:01
Rumenhttps://pasteboard.co/INMshfa.png10:01
tomreynwhat did you mean to state by "apt -V upgrade - ß  packages...."?10:01
tomreyntalsamon: ^10:01
tomreyntalsamon: does this return something other than 0? cat /etc/apt/sources.list{,.d/*} | grep -Fc security.ubuntu.com10:02
talsamontomreyn, I have it in german:ö 0 aktualisiert, 0 neu installiert, 0 zu entfernen10:02
tomreyntalsamon: i don't think i asked about this info.10:02
Rumenuname -r 4.17.0-041700-generic10:02
lotuspsychje!info linux-image-generic bionic | Rumen10:03
ubottuRumen: 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 kB10:03
tomreynRumen: this looks like it may have been a mainline kernel ppa build long ago10:03
tomreyn(those are unsupported)10:03
talsamontomreyn, is the result of apt -V upgrade10:03
Rumenuname -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/Linux10:04
tomreyntalsamon: 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
tomreynRumen: so this kernel is from summer 2018, bad.10:05
lotuspsychjeRumen: strongly adviced to run a current kernel for your ubuntu release10:05
talsamontomreyn, yes I see no error or warning10:06
RumenSystem is set to auto upgrade10:06
talsamontomreyn, I upgraded 3 weeks ago from the last lts. Very late...  Maybe, this is an informatiion.10:07
talsamontonyt, but I had update after the upgrade10:08
tomreynRumen: 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:09
tomreynso it keeps booting the 4.17 kernel10:10
Rumenhttps://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
RumenHow to upgrade to 5.0 manually the 18.04 LTS10:10
tomreynRumen: 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:11
lotuspsychjetalsamon: can you pastebin your sources.list please?10:12
tomreyntalsamon: 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:12
tomreyni 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:13
tomreynso i agree, you should share your apt sources10:14
Rumeninstalling 5.010:16
talsamonlotuspsychje, https://pastebin.com/3MFmLhSr10:16
RumenFrom this instructions10:16
Rumenhttps://www.howtogeek.com/436507/how-to-install-the-linux-5.0-update-on-ubuntu-18.04-lts/10:16
lotuspsychjetalsamon: you still got xenial sources in there10:17
talsamonlotuspsychje, they are all commented out10:18
lotuspsychjetalsamon: and apt doesnt give any warnings or so?10:19
talsamonlotuspsychje, gave no warnings10:20
lotuspsychjetalsamon: did you doublecheck your software&updates settings, how your system updates?10:20
talsamonlotuspsychje, settins seems ok10:23
lotuspsychjetalsamon: meaning?10:23
talsamonlotuspsychje, have a problem to explain it in english , I will try it in the german ubuntu channel thanks for answers10:25
talsamontomreyn, thanks for answer10:25
RumenGot error upgrading to Kernel 5  https://pasteboard.co/INMHJCk.png10:39
lotuspsychjeRumen: pastebin the output after: sudo apt update && sudo apt full-upgrade please10:45
tomreynRumen: 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:53
tomreynyou may need / want to get a newer copy of https://github.com/lwfinger/rtl8188eu to build it against linux 5.0.10:56
mohnishWhen 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:02
mohnishAnyone?11:06
lotuspsychje!rootirc | dinis11:10
ubottudinis: 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:10
lotuspsychjemohnish: maybe a question for #ubuntu-offtopic ?11:11
mohnishoh, is it?11:11
mohnishokay11:11
lotuspsychjemohnish: or if you are using ubuntu, #ubuntu-discuss11:11
mohnishokay11:12
ducassemohnish: it can't hurt, but the vm would need to be an exact copy of the host you intend to install on11:12
mohnishducasse: Yes, I figured that'd be necessary11:12
tomreynor you could use snapshotting11:17
mohnishoh, okay11:18
RumenSame error after update && upgrade. Tomreyn is right that there is RTL8188EU installed. https://pastebin.com/2c5P8JbX11:48
RumenBut after I try to remove it I can't https://pastebin.com/HzzXRUi011:49
tomreynyou need to remove version 1.0, not 4.17.0-04170011:50
tomreynactuall yuninstall, not just remove11:51
nlyxdoes anyone have any idea on how to change the wifi band/frequency on ubuntu 19.10?11:53
nlyxWhenever I try to do that with iwconfig it just keeps resetting to 2.437GHz11:53
tomreynRumen: 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
RumenHere is the full text of the update and upgrade https://pastebin.com/YtmwGHVe11:56
RumenOK I will try  sudo dkms remove 8188eu --all11:56
jeremy31Rumen: sudo dkms remove 8188eu/1.0 --all11:57
RumenDONE!11:58
Rumennow update && upgrae ... keep fingures crossed11:59
tomreynyou also seem to have an error on line 13 of /etc/default/grub11:59
JoeLlamais 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??11:59
tomreynJoeLlama: that's not a standard feature i am aware of. you can script such customizations.12:02
JoeLlamayeah script12:02
JoeLlamait 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 location12:02
RumenAgaiin error this time is nouveau.modeset=0 https://pastebin.com/2vj7XsF012:03
JoeLlamaand not just copied from one flash drive to the next12:03
JoeLlamaactually saved from source12:03
jeremy31Rumen, paste contents of /etc/default/grub to pastebin12:05
ubntAdv0cat0rHello 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 service12:08
ubntAdv0cat0rhttps://esm.ubuntu.com seems to refuse any connection attempts12:09
lotuspsychjebest to contact canonical directly ubntAdv0cat0r12:09
lotuspsychjeubntAdv0cat0r: the volunteers dont have access or support to payed products12:10
ubntAdv0cat0rI see, I am only testing out with a free (personal) subscription so I don't have any possibility to open a ticket12:11
tomreynubntAdv0cat0r: https://ubuntu.com/blog/ua-services-deployed-from-the-command-line-with-ua-client12:14
tomreynmake sure you use the updated client12:14
jeremy31Rumen: Post URL from terminal>  cat /etc/default/grub | nc termbin.com 999912:15
Rumenhttps://pastebin.com/ViVsSxzc12:15
Rumenhttps://termbin.com/58of12:16
jeremy31rumen, delete line 13 and add nouveau.modeset=0 inside the quotes on line 1112:17
RumenThe line is there nouveau.modeset=0 but why .... I don't rememmber to put that line there12:17
RumenOK12:17
jeremy31RumeGRUB_CMDLINE_LINUX_DEFAULT="drm.debug=0xe plymouth:debug nouveau.modeset=0"12:17
jeremy31Rumen GRUB_CMDLINE_LINUX_DEFAULT="drm.debug=0xe plymouth:debug nouveau.modeset=0"12:18
ubntAdv0cat0rtomreyn thank you but I am already using the updated client: 19.6~ubuntu14.04.3 012:18
tomreyni see12:19
tomreynthats all i could think of12:19
ubntAdv0cat0rthank you anyway12:19
ubntAdv0cat0rwhen I try to enable the esm-infra service (ua enable esm-infra) it times out when connecting to esm.ubuntu.com to validate the credentials12:19
tomreynif there was a bug tracker for snaps you could report it there12:20
ubntAdv0cat0rhttps://status.admin.canonical.com/ everything looks green12:21
RumenOK DONE!12:30
Rumenuname -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/Linux12:30
tomreynubntAdv0cat0r: did you get an advantage token, yet, though? if not, there's https://auth.contracts.canonical.com/12:30
Rumenlet's see if now the error "Too many open files" will appear again or no ....12:31
ubntAdv0cat0rtomreyn yep and already attached it, sudo ua status shows esm-infra as "entitled" but "disabled"12:33
ubntAdv0cat0rit seems all of the Canonical pages load extremely slow, at least on my end12:33
ubntAdv0cat0rmaybe they have some server issues?12:33
lotuspsychjeubntAdv0cat0r: you could ask in #ubuntu-mirrors perhaps they can trace12:34
ubntAdv0cat0rlotuspsychje thank you for the hint, I will try12:34
albechhappy new year. How can I enable round-robin on dns lookups. Looking at tcpdump is seems like only the first nameserver is queried.12:50
=== ElFerna_ is now known as ElFerna
BluesKajHi folks13:29
MrPocketshi!14:51
EriC^^hello MrPockets14:52
MrPocketsI just answered my question. thanks though!14:52
MrPocketsAny devs up in here this morning?14:52
pragmaticenigmaMrPockets: 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:17
MrPocketspragmaticenigma, 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
MrPockets^  So i'll just leave that there15:19
Guest65529Hello everyone! I just created a snapshot using timeshift, and it's created it in my root directory of my system in /timeshift16:49
=== Guest65529 is now known as monhish_
monhish_And I'm willing to transfer that snapshot to my usb stick16:50
monhish_Do I have to format my usb stick to ext4 to transfer it or fat32 will work?16:50
monhish_Anyone??16:54
sixwheeledbeastsnapshot?16:56
EriC^^monhish_: any filesystem should work i'd guess16:58
monhish_EriC^^: Are you sure?16:59
EriC^^monhish_: not entirely sure though, maybe someone else knows more, or if you can provide more details16:59
EriC^^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 it17:00
monhish_Yeah, I guess17:00
monhish_I used the defaults of timeshift, I didn't back up my home folder17:01
pragmaticenigmamonhish_: 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 error17:03
monhish_It's okay if I have to format my drive to ext4.17:04
monhish_But, why is it gonna be problematic if its larger that 4GB?17:04
monhish_My whole snapshot is about 6GB17:04
ducassemonhish_: seems it uses rsync and hardlinks, so you'll need a posix fs17:05
monhish_ducasse: ext4?17:06
pragmaticenigmamonhish_: 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
ducassemonhish_: for example17:06
monhish_ah, okay17:07
monhish_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
EriC^^yeah monhish_17:09
amosbirdHi, how does IME like ibus and fcitx remember the last state of an input field?17:10
monhish_EriC^^: Ah, okay17:10
pragmaticenigmaamosbird: I think you're going to need to provide more information and context for anyone to understand what you are asking17:11
amosbirdpragmaticenigma: which part is confusing?17:20
nokia3210hello17:47
nokia3210pidgin for linux is absolute trash17:48
OerHeksis there a support question in that?17:48
nokia3210actually yes17:49
pragmaticenigmaamosbird: 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 better17:49
nokia3210I can't get xchat to work17:49
nokia3210other than that, I can't get hdmi audio output to work either on lubuntu17:50
pragmaticenigmanokia3210: XChat hasn't been worked on in many years, it's recommended that you use HexChat17:50
OerHeksxchat.. sad to see it in the repos, it is EOL, discontinued, use hexchat, a xchat fork that is maintained17:50
nokia3210kk, thanks!17:50
nokia3210any idea about hdmi audio output?17:51
nokia3210tried reinstalling pulse audio17:51
OerHeksterminal: alsamixer # hit F6 to select device, choose hdmi17:51
nokia3210but the output simply doesn't show in the list of devices17:51
OerHeksmaybe your gpu needs a driver, to enable hdmi output?17:52
OerHeksc/hdmi audio17:52
nokia3210shouldn't the newest gpu driver be included in the drivers update?17:53
nokia3210i've read on a few reddit posts that this is a common issue with lubuntu17:53
nokia3210and people have ditched it for other distros because of it17:53
nokia3210frankly I like it other than this17:53
OerHekssure, ditch it, don't tell us your hardware and details :-D17:54
nokia3210it's an older laptop, upgraded it with an ssd and some ram17:55
nokia3210asus ul30a :]17:55
nokia3210i'll bbl later, thanks for the advice pragmatice and OerHeks!17:57
instigatorHello. 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:58
instigatorI am aware Ubuntu 9.04 is out of support, but is there a way to install old packages?17:59
OerHeksyes, old-releases part in this manual17:59
OerHeks!eolupgrade18:00
ubottuEnd-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/EOLUpgrades18:00
OerHeksthere is *1* server available18:00
instigatorOerHeks: 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
instigator*older version packages18:01
pragmaticenigmainstigator: OerHeks just told you were to find it18:01
OerHeksyes, all packages ( latest) for 9.04 are there18:01
OerHeksedit sources.list with old-releases etc, and update18:02
instigatorOerHeks: ok thanks ill check it out18:02
OerHekshttps://help.ubuntu.com/community/EOLUpgrades#Update_sources.list18:02
OerHeksand do the magic18:02
OerHekshave fun!18:03
kinghatif 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:13
pragmaticenigmakinghat: mv the directory to the new path, recreate the original directory18:15
pragmaticenigmakinghat: so "mv data/contents data/relocated; mkdir data/contents"18:15
kinghatmake the dir after its already created?18:17
pragmaticenigmakinghat: 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 name18:18
kinghatmv data/conents/* data/new_location this work as well?18:22
pragmaticenigmamp18:22
pragmaticenigmano18:22
pragmaticenigmakinghat: I suggest you create yourself a sandbox and test your theory out, somewhere without criticle files that you can't afford to lose18:23
pragmaticenigmakinghat: https://askubuntu.com/a/17263418:27
kinghati just did it in a test env and it seems to have worked as expected?18:29
kinghatunless im missing something18:29
=== dijitol1 is now known as dijitol
kinghati guess my last command above shouldnt have been contents/*..18:30
rfmkinghat, 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
kinghatmv data/stuffs/* data/move_here18:31
kinghatso use rsync 🤷‍♂️18:34
pragmaticenigmakinghat: 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:46
pragmaticenigmakinghat: 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 files18:47
kinghatit is a large amount of files and i dont want to double the space18:49
kinghatso something like this? https://askubuntu.com/a/633051/86827418:52
kinghatim not going to do the --remove-source-files as i think i have enough space to make the move and then delete when completed18:57
=== pauljw1604 is now known as pauljw
kinghatrsync rha --partial --info=progress2 should do it i think.19:00
avid_fankinghat: 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:00
avid_fanThat being said, I'm a big fan of using rsync to copy first and then delete19:01
kinghatya im going to use rsync as i like this data 😅19:01
avid_fan"rsync -avP [source] [dest]" should work nicely.19:01
kinghatis there something with the trailing / and rsync to copy only the contents of the dir and not the top level dir?19:02
avid_fanYeah, you can use "rsync -avP source/ dest/" and that should not create the "source" dir just whatever is under it19:02
avid_fanif you use "rsync -avP source dest" I believe it will create the "source" dir under "dest"19:03
kinghatis --partial only needed for larger files? im moving a ton of smaller files.19:04
avid_fanNeeded? Probably not. I mainly use it out of habit.19:05
avid_fanDon't think it causes too much (if any) processing/transferring overhead.19:06
kinghatyou dont set -r?19:07
avid_fanthe "-a" includes that, and many other options.19:09
avid_fan"-a, --archive archive mode; equals -rlptgoD (no -H,-A,-X)"19:09
kinghatah yes. i missed that part.19:10
avid_fannp19:10
hcwoolhey 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:24
hcwoolwhen 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
hcwool(also happy nye lol)19:26
salamanderrakeI 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:33
salamanderrakeHow do I set enviroment varibables that the gui and terminal can both use?19:34
salamanderrakeOk, never mind, I guess I have to use /etc/ld.so.conf.d/*.conf file19:36
ApachezHappy New Year! https://www.youtube.com/watch?v=N3u3G_ks9Vs20:26
=== kostkon_ is now known as kostkon
bluefox83this channel is unusually quiet20:38
Krontabexit20:54
SoItBeginsHey! Would it be possible to take an Android phone, completely remove Android, and install Ubuntu in its place?21:06
kk4ewtif the phone has been rooted (and not bricked) it may be possible to put an OS that supports Arm21:09
OerHeks!ubports21:12
ubottuInformation 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 #ubports21:12
SoItBeginsAh, thank you!21:12
SoItBeginsI haven’t bought the phone yet so this is still a hypothetical, but.21:12
kk4ewtyour phone, your brick21:12
OerHekslook at the specs and bugs with things not working.21:12
SoItBeginsI’d probably buy and specifically choose a phone such that it would be at least theoretically compatible.21:13
OerHeksi have a nexus 5 for that, old android 6 EOL21:13
OerHeksand there is a 64 bit port now, IIRC21:13
jhutchinsOnce I've upgraded a 12.04 system to 14.04 lts, will it offer to upgrade to whatever the next lts is?22:08
ChunkyzWhy not a fresh install jhutchins?22:09
ChunkyzUnless you want errors and stuff.22:09
hggdhjhutchins: you should be able to upgrade to another LTS. Of course, save your data before doing it22:10
bpromptjhutchins:   yes, but mind you that 14.04 is EOL22:11
jhutchinsbprompt: Yes, but that's where 12.04 wants to go next, so I'm trying to work with it.22:11
bpromptjhutchins:   wait 5 more months and get 20.04 :)22:12
jhutchinsChunkyz: Preserving user customization.  Not my box.22:12
jhutchinsbprompt: Well, with 12 she's getting blocked on some web sites because of an obsolete browser.22:13
bpromptyeap22:13
bpromptbrowser do updates every 2 weeks IIRC, that's true of chromium-based ones and firefox22:14
jhutchinsbprompt: She has a birthday in February, we'll see what microcenter has for refurbs then.22:14
bpromptjhutchins:   how fast it the cpu?22:15
bpromptjhutchins:  you can always find some good deals at craigslist.com and install 18.04 on it22:17
jhutchinsbprompt: Consider that it has the 2012 release on it.22:18
ChunkyzBin it.22:18
Chunkyz:)22:18
jhutchinsbprompt: 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
bpromptjhutchins:  so how fast is the cup anyway?  2ghz? dual-core? 64bit? 32bit? 3.2ghz?22:19
jhutchinsChunkyz: Yes, but not this month.  Paying for Christmas and property taxes and insurance &c.22:19
jhutchins5320 bogomips22:20
bprompt5320 bogomips? heheh22:20
jhutchinsCore 2 duo, 2.66G22:21
jhutchinsWeb, email, a little word processing.22:21
Bashing-omjhutchins: I run dual core Athlon - xubuntu performs well.22:24
* Chunkyz loves his AMD 5350 CPU. Still going strong...22:25
bpromptjhutchins:  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 fine22:25
ChunkyzCheaper than $25 for an SSD22:25
Chunkyz120gb is like £1522:26
bpromptjhutchins:   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 so22:26
ChunkyzThat's new, can get it cheaper second hand22:26
bpromptjhutchins:   but that hardware upgrade alone will make the machine perform about 10 times faster22:26
Chunkyzbprompt: Samsung ssds are too expensive22:26
bpromptsince a lot of the slowdown is I/O operations22:27
ChunkyzHmmm22:27
=== al2o3-cr is now known as Boobies4Life
ChunkyzNice name22:27
Chunkyz:)22:27
bpromptChunkyz:  nope, they're about the same price as others, but reliability wise, they're the best on the consumer market22:27
ChunkyzNo.22:27
ChunkyzI got my gigabyte 120gb SSD for £15 new. Can't do that with Samesung.22:28
bprompteh? £15 is about $25US :P22:29
OerHeks512 Gb microsd card is €3522:29
bpromptheheh, I got mine for around $90 :P22:29
Chunkyzbprompt: you can not get a brand new Samesung 120gb SSD for $25 lol22:29
bprompteheheh22:30
jhutchinsbprompt: 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
bpromptChunkyz:   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 SSD22:30
jhutchinsThe one problem with the Dell refurbs is that generic replacement parts often won't work.22:31
bpromptjhutchins:  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 issue22:32
jhutchinsYeah, 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:32
bpromptjhutchins:  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 all22:34
CrazyLikeAFoxI have a crucial SSD in this and in a desktop, 2gb mx500, and 240gb bx500 respectively22:35
jhutchinsbprompt: Alternatively, I can get a refurb and neglect it for eight years.22:35
jhutchinsbprompt: Like I said, Dell's don't often take generic components like MB or Power Supply.22:36
=== steven- is now known as steven
jhutchinsEight years is long enough that replacement Dell parts become more difficult, and it takes my time.22:37
bpromptjhutchins:  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 fast22:37
jhutchinsbprompt: Yeah, the main CPU improvements at the desktop level have mostly been power use and parallelism.22:38
CrazyLikeAFoxI just stuck an SSD in an old PATA laptop actually- that wasn't for any speed boost so much as PM22:39
CrazyLikeAFoxreally old 2.5" drive22:39
bpromptjhutchins:   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 flies22:40
bprompts/if the HDD can take/if the HDD can't take22:40
jhutchinsThe 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:41
bpromptjhutchins:   I've ran Libreoffice suite on HDD, it takes about 10-12 seconds to open an app, on SSD is just 1second flat22:42
jhutchinsYeah, I'm starting to notice how long chromium takes to load on my desktop.  It gets the next ssd.22:43
bpromptsame machine btw, same specs, just the I/O is far faster22:43
jhutchinsYup.22:43
jhutchinsSSD on GB is nice.22:43
bpromptjhutchins:   if  you can, get a Samsung, nevermind the price, they're worth every dollar22:44
jhutchinsI don't need more than 40G - 20 really.  Everything is on the NAS.22:45
jhutchinsDon't see 40s even in refurb any more.22:45
bpromptalrity, 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 warning22:45
CrazyLikeAFoxI think 120gb is the smalled I saw in any brand, 240gb seems more common22:46
CrazyLikeAFox$30 for a crucial bx500 240gb though22:47
jayjodoes 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 fixes22:48
bpromptCrazyLikeAFox:   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 offbrands22:48
OerHekshttps://github.com/torvalds/linux/tree/master/drivers/bluetooth22:49
jhutchinsbprompt: Yeah, 'cause we relly want to trust our data to offbrands.22:52
bpromptjhutchins:   just something to keep in mind, when shopping for one22:52
bpromptI mean CrazyLikeAFox is correct, most are 120gbs or higher these days22:53
jhutchinsbprompt: Yep.22:58
jhutchinsIf I watch it, it just scrolls packages.  If I walk away it pops up a dialog box.22:59
OerHeksWunderbar 2020!23:00
rud0lfAusgezeichnet!23:08
robertparkerxwhy is znc not in 19.10 repo?23:09
robertparkerxI found in a YouTube video they're using apt-get23:09
Bashing-om!info znc eoan23:14
ubottuznc (source: znc): advanced modular IRC bouncer. In component universe, is optional. Version 1.7.4-7 (eoan), package size 1737 kB, installed size 8170 kB23:14
Bashing-omrobertparkerx: ^^ universe repo.23:14
robertparkerxstrange it doesn't find it for me23:15
Bashing-omrobertparkerx: universe repo enabled in sources ?23:16
robertparkerxHow do I check I thought it was23:16
Bashing-omrobertparkerx: quicky ' grep universe /etc/apt/sources.list ' .23:18
robertparkerxI try to `sudo add-apt-repository universe multiverse` but it says23:21
robertparkerxError: need a single repository as argument23:21
OerHeks1 at the time ..23:21
robertparkerx'universe' distribution component is already enabled for all sources.23:21
Bashing-omrobertparkerx: ' apt list znc '?23:23
szymon_galoha23:25
robertparkerxI found it now tyvm23:25
robertparkerxNow it wants me to create a non-root user to run it as23:25
jhutchinsOk, now we're back to idle.23:26
szymon_gi 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
szymon_gany idea what's wrong?23:28
szymon_git's version 2.3.1, ubuntu 20.0423:29
OerHeksfor 20.04 support, #ubuntu+1 please23:29
OerHeksit is not released yet.23:30
szymon_gta23:33
jhutchinsYes, it did prompt me to upgrade to the next lts.23:56

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!