[00:01] ComputerTech: maybe re-run it with LANG=en_US.UTF-8 virtualbox and then you might be better able to navigate the thing to find its own language control tools? [00:03] hmm i am not sure [00:03] using teamviewer to access it [00:03] it's not mine [00:04] it's my friends [00:04] i updated my apache and this is the error i get while updating. https://pastebin.com/TiRRNfUJ [00:04] I used sudo apt upgrade [00:06] Biessie: apt-file search /usr/lib/apache2/modules/libphp7.3.so doesn't return any packages on my focal system; is that path correct? [00:07] locate doesnt see it [00:07] let me updatedb real quick [00:08] yea that file doesnt exists apparantly [00:09] well, the nice thing about apt-file is that it searches packages that you *could* install :) [00:09] oh! https://launchpad.net/ubuntu/+source/php7.3 [00:09] 7.3 was packaged for eoan [00:10] focal has 7.4 https://launchpad.net/ubuntu/+source/php7.4 [00:10] i do have 7.4.so [00:10] in that folder it's looking for 7.3 [00:12] Biessie: so take a look at your /etc/apache2/mods-enabled/php7.3.load file and if it's got local changes, save them aside, or not, as necessary, and try a2disable php7.3 and then a2enable php7.4 and re-do any local configuration changes that might be necessary [00:14] https://pasteboard.co/Jmfr0wC.png [00:14] thats a screenshot of what i see [00:14] anyone know what to click? [00:17] how would i copy a file to pastebin in the CLI [00:17] ComputerTech: try 'prise en charge des langues' [00:18] trying it... [00:18] sorcerer: pastebinit /path/to/file or nc termbin.com 9999 < /path/to/file [00:18] ty kindly [00:18] sarnold : worked [00:18] sarnold : thank you [00:19] Blueking: yay :) [00:21] now this [00:21] sme kind of confirm [00:25] https://pasteboard.co/Jmfu0pF.png [00:25] do i click installer? [00:30] ComputerTech: yes [00:30] ok === sysop is now known as Guest27913 === Guest27913 is now known as Bashing-om [00:41] After and update of 20.04 my user is missing from the users dialogue in settings. It also made the initial setup to pop up after restart. I can login with my user by typing in the user manually [00:42] I'm not sure if gnome doesn't have permissions to see the account, but the home directory has the same permissions of the user I setup during the initial setup [00:42] well, mode. permissions user:group is set to the username [01:02] Anyone have any info on pairing a bluetooth headset via HFP/HSP as well as a LE mouse? [01:04] Sorry I think I meant high quality a2dp profile + an LE mouse [01:17] biggtimber: screen shot? === zbenjamin_ is now known as zbenjamin === gabkdlly_ is now known as gabkdlly === feodoran_ is now known as feodoran [03:06] hey guys/gals, i'm trying to setup a jailed user and i'm getting "pledge: network, broken pipe" -- what am I missing? I've setup the user's base directoy as owned by root, setup the forcecommand for internal-sftp, configured the group.. a bit stuck. [03:09] zechariah: pledge() is an openbsd interface; are you sure what you're doing is supported on linux? [03:11] I've never specifically had an ssh client return a pledge failure in verbose output, but as far as jailed user on sshd_config, sure, I definitively know that is supported and have set it up a few times in the past. [03:11] the pledge error is from ssh client, while trying to connect to the jailed ssh server, if that helps. [03:12] here is the last couple of lines of the failed ssh connection: debug1: Entering interactive session. > debug1: pledge: network packet_write_wait: Connection to ** port 22: Broken pipe > Connection closed [03:12] utilizing sftp command* [03:12] (pardon, I said ssh, but I suppose sftp !== ssh..) [03:13] on that note though, ssh is returning the same error.. [03:15] zechariah: aha! how about the server logs? [03:15] initially when my auth was failing, i had some logs in auth.log or syslog, can't recall; but now that my auth is passing, nothing is being recorded;/ [03:16] (i didn't have my folder permissions properly setup on the user's home directory, so it was complaining to me and not authenticating) -- but since than, no logs.. Just that output immediately following "authentication succeeded (pubkey)" [03:21] as far as config; I have: Subsystem sftp /usr/lib/openssh/sftp-server (also tried internal-sftp...), and than: "Match Group jailedUserGroup", "ChrootDirectory %h, ForceCommand internal-sftp, AllowTcpForwarding no, X11Forwarding no". I've tried with UsePam no/yes, AllowGroups jailedUserGroup, and a few other configurations but they all give me the [03:21] same thing. Just for clarity sake, I did restart sshd after each config change before attempting. [03:22] If it would be helpful, I can paste this somewhere to be a bit more readable with proper formatting [03:25] hmmm that %h reminds me of something [03:25] I wonder what [03:25] I believe it represents the user's home directory [03:25] So when used in conjunction with ChrootDirectory, it should reference the users home directory, which is suppose to be owned by root (for jail to properly work) [03:26] hmm maybe I'm remembering something in a systemd unit file, I think %h was removed from some directives in one of those... [03:26] and than you make another folder, which is owned by the user, in that user's "home directory" which is.. owned by root. Seems a bit contrived, but that's the setup, as I understand it (and I've set it up before.. I bet I'm missing something obvious..) [03:27] hurm. I could be off base for sure as well, worth noting, but from a bit of digging I did on the ol goog, it does seem to be the way to specify the jailed users home directory. (unless i'm greatly confused, which is definitely possible!!) [03:27] well, i'm obviously confused, as i'm asking for help, but yeah heh [03:28] at any rate, i definitely don't wanna pester ya if you're not sure. I appreciate the feedback either way ^_^ [03:33] Someone suggested perhaps trying to use a folder that isn't the jailed user's home directory. Let me give that a go, will report back either way <3 [03:35] zechariah: sorry, it's just the usual trying to do too many things at once [03:36] Oh no worries at all, I appreciate your time. [03:36] zechariah: so, my next guess -- when you set up a chroot, probably openssh is going to execute the sftp program *after* doing the chroot [03:37] zechariah: .. at least I'm 60% sure I'd read that once [03:38] Is OBS studio enough to record an echoless sound and highest quality video? Can echo be completely eliminated by software instead of forms/hardware on walls? [03:43] Intelo: I have to wonder, if you'd started trying things out when you first asked, if you would have found the answer by now :) [03:46] zechariah: sorry, it's time for me to head out :( good luck, and I'd be curious to hear the resolution once you get it :) thanks [03:47] sarnold: I didn't found; so kept asking [03:48] Intelo: ah, okay [04:10] Hrm, so trying a jailed directory that *isn't* the users home directory didn't net any improvement. === chessking_ is now known as chessking [04:11] As soon as I implement the ChrootDirectory %s it stops working with that broken pipe. If I comment *just* that line out it works. What in the heck ... hurm [04:13] zechariah: Are you remembering that your paths are relative to the chroot you set? [04:13] So, if your home directory is /foo/bar, /my/chroot/foo/bar must exist? [04:17] so i'm using %h, which should be the user's home directory, or so I thought.. [04:17] but when I tried to explicitly define another directory, I just defined the path as /some/path/here -- perhaps that was a problem? [04:19] On that note, I did just manage to get it working. I'm not sure exactly what I did differently this time, but I had to be looking something obvious over previously, as my config is essentially the same (I'm just using the user's home directory, which this time is in /home/user, versus /var/www/project/userhome [04:20] So I really appreciate y'alls time and feedback, even if I'm not sure why in the heck it's working now ^_^ [04:20] to hell with changing it though, i'm just going to symlink it and move on lol === PowerTower_121 is now known as PowerTower_120 === JakeSays_ is now known as JakeSays === StathisA- is now known as StathisA === edk_ is now known as e [07:02] hello, I'm connecting to a 9p files system and I have really slow reads. how can I tell if this is a ubuntu specific bug or other? [07:09] Mornin' all [07:09] Are we likely to see the latest LibreOffice and Thunderbird as updates anytime soon, or should I manually install them? [07:36] Any news on the do-release-upgrade option from 18.04 LTS? === jtecalculepas is now known as beaver [07:49] Hello. Could anyone please help me troubleshoot? I updated to laptops from Ubuntu 19.04 to 20.04.1 and now the video is choppyang laggy on both. They are both completely different hardware [07:51] if sudo lshw -c video gives me two video cards, how do I know which one is used? === MCSeekeri1 is now known as MCSeekeri === zoko_ is now known as zoko [09:18] Hi, do we have support for wireguard in 20.04's VPN panel? Which package does provide it? [09:18] Hey! I've an input file which looks like this: https://dpaste.com/3X2RLNCR9 Basically I want to eliminate duplicates (where file hashes are same) and print the new set of results. Any pointers on how I can accomplish this? [09:19] Whoopie, going to comment there since you left the other channel, but GNOME settings don't have wireguard integration atm [09:20] I found (and packaged) network-manager-wireguard, but it isn't aware of the support for WG in NetworkManager, so while it works it's not the best. [09:20] seb128: ok, thanks for the info. [09:20] just found this bug report: https://gitlab.gnome.org/GNOME/network-manager-applet/-/issues/77 [09:21] it's partially in nm-connection-editor since 1.18.0, but the applet part is still missing to be able to enable/disable the wg connection. [09:21] Has 20.04 LTS yet had any livepatch-qualifying kernel patches? Haven't observed any getting applied. [09:22] Whoopie, https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/982 is the request on the GNOME tracker [09:22] but no sign of activity there yet [09:26] seb128: thanks [09:27] seb128: do you know if someone is working on it? [09:27] I don't know [09:39] can anybody recommend a program to convert csv to vcf? [09:44] Whoopie: If you want something that kind of works, like I said https://github.com/max-moser/network-manager-wireguard/ [09:47] WrathOfAchilles: ture [09:47] true [09:48] It's also in my PPA (as I also packaged it ;-)) [09:48] but I was wondering if native support is already there as I couldn't find it. === rubdos_ is now known as rubdos [10:21] Umm, does even whoopsie depend on the delusions of NetworkManager regarding network connectivity these days? (networkctl state of "routable" not being enough for being "online" for bunch of GUI tools). As in does a ".upload" in /var/crash (instead of ".uploaded") indicate it hasn't even tried the actual upload? [10:33] i switched my distro to Ubuntu 20.04.1 from other distribution, and now i can't see some special characters like a with tilde correctly in irssi/gnome-terminal [10:33] the terminal is utf-8 and the server also, and irssi [10:34] on the server side nothing changed, i could also see arabic correctly before (RTL), but only ascii can be seen correctly now [10:47] Hey everyone! I installed Ubuntu focal on my ideapad flex 5. I had a minor amd drivers issue which I fixed by installing amdgpu-pro drivers from AMD's site. The only problem I have now is that the screen does not autorotate when in tablet mode. How can I enable it? Ideally I should have seen the option in the top right menu but I don't. Any help would be much appreciated. [10:48] Also, the fingerprint reader is not working. But thats because its a goodix sensor and drivers aren't available yet. [10:49] The_LoudSpeaker, sorry to hear that, not all devices are supported indeed, see https://launchpad.net/~fingerprint/+archive/ubuntu/fprint [10:50] oerheks: I will check that out. Any thing on the autortation? [10:50] !info iio-sensor-proxy [10:50] iio-sensor-proxy (source: iio-sensor-proxy): IIO sensors to D-Bus proxy. In component main, is optional. Version 2.8-1 (focal), package size 34 kB, installed size 163 kB (Only available for linux-any) [10:51] this tutor 'how to turn off' reversed may be our fix? https://askubuntu.com/questions/1035209/how-to-turn-off-screen-rotation-in-ubuntu-18-04-lts [10:51] I will try that thanks! [10:51] "gsettings set org.gnome.settings-daemon.plugins.orientation active false" may be worth checking [11:03] unfortunately none of them work [11:05] you might need to logout/login to let it take effect. [11:05] even uninstalling iio-sensor-proxy and installing hdaps doesn't work [11:05] I restarted the gnome shell that should have done it. [11:05] systemctrl status iio-sensor-proxy [11:05] or even rebooting should have [11:06] Hi [11:07] have anyone here have issue with postman running [11:07] (electron) 'getName function' is deprecated and will be removed. Please use 'name property' instead.Could not get the lock, quitting [11:07] I installed ubuntu 20.04 with lvm on an full encrypted disk. If I boot now I drop to initramfs. Here I can do a "cryptsetup luksOpen ..." and after that I can boot to the system. [11:08] How can I force the initramfs to detect the encrypted disk? [11:08] Normaly I only enter the password on boot [11:39] Anyone know where libzeromq-perl and ripole are in focal? amavisd-new suggests them [11:54] Bonjour [11:55] Hi [11:55] Can I have some help about a problem with my screen saver ? === jess is now known as j [12:21] Nobody here ? [12:22] I have a problem with my screen saver... Please, I need some help [12:28] Can you read me ? [12:31] The problem was that "/etc/crypttab" did not exist (the installer did not create ist). Now it works [12:32] Yegree: try saying what the problem is [12:34] OK. I work on Xubuntu v18 with the laptop sceen closed. When the pc is sleeping I cannot wake up it with the mouse or with the keyboard. To wake up it I have to open the screen. [12:36] Howdy all [12:37] Lucretia: I work on Xubuntu v18 with the laptop screen closed. When the pc is sleeping I cannot wake it up with the mouse or with the keyboard. To wake it up I have to open the screen. I do not want to open the screen to wake it up ! Any solution ? Thanks [12:43] I thought the point of when closing hte screen the machine gets put to sleep anyway, even on windows. [12:43] you can probably disable it, it's probably somewhere in udev rules [12:45] ok thanks, I will try [12:58] Lucretia: I have desactivate the screen saver on screen closed. Still the same problem === sublim20 is now known as sublime20-afk [13:08] Hey - what is a good software to trim a video and rename it? Just looking at the video, deciding how much to remove off the beginning / end, and saving. Nothing fancy [13:09] Yegree: I don't know enough about it. Did you check the system prefs before trying udev? === sublime20-afk is now known as sublim20 [13:13] Hi all [13:14] guys i have a laptop with ATI HD 8750 VGA with Intel VGA , i am running 19.10 and how to install VGA drivers to get ATI/AMD vga to work on ? [13:25] I'm troubleshooting a bug for another package, and they think the issue might be that it's not working in Ruby 2.7, and they want me to try 2.7 instead of fixing the issue. I assume they're understaffed. How do I specifically install ruby 2.6? [13:30] @ezio: this should be what you need....https://launchpad.net/~brightbox/+archive/ubuntu/ruby-ng [13:33] The repository 'http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu focal Release' does not have a Release file. [13:42] I guess I have to install it from source. [13:44] geez it's gianormous [13:53] There's gotta be a better way. This is a vagrantfile. I can't wait 5 hours each time I need to destroy and rebuild my VM. [13:56] Hi guys is there a way for me to see when my Ubuntu membership expires, please? [14:04] how do I check if a package is a requirement for something I have, or if it's fine to remove [14:06] never mind, found the answer (sudo apt rdepends --installed ) [14:09] Baikobur: deborphan can do that too [14:10] IS there any easy way to set up networking between two ubuntu laptops ? [14:13] Pitiye: yes... DHCP will do it for you assuming they are on the same subnet [14:13] Pitiye: the networking is then in place [14:14] @ActionParsnip they are connected through ADSL network router [14:14] wirelessly [14:14] so same subnet [14:14] same DHCP i guess [14:16] Pitiye: the physical media is irrelevant. If you are connected to the same router (I'm guessing home networking) then it's all set up for you [14:17] Pitiye: what do you mean by "set up networking"? [14:18] pitiye: if you want to transfer files between the two...you should say that "verbatim" [14:20] pitiye: expressing what your goals are "verbatim" can reduce the amount of potential conjecture and hearsay [14:22] pitiye: you could use remote copy, rcp user@laptop1:file user@laptop2 [14:23] Pitiye: what are you wanting to achieve here? [14:23] share files between two laptops [14:23] another third one is about to join the party [14:23] :D [14:23] so will Verbetim work on all 3 laptops ? [14:23] Pitiye: then say that [14:24] Pitiye: are all three systems Ubuntu? [14:24] yes lubuntu 19.10 [14:25] Pitiye: if you install openssh-server on all 3 then you can access each system using SFTP. [14:25] what is the easiest way like in windows ? [14:25] 19.10? isn't this where somebody is supposed to say "use 20.04"? [14:26] or is 19.10 still supported? [14:26] tonight i am going to upgrade to 20.04 [14:26] :D === Wryhder is now known as Lucas_Gray [14:28] Yeah Eoan is EOL [14:29] Pitiye: unless you have it already installed it won't be available to you as there are no packages available [14:30] @ActionParsnip for ? [14:32] Pitiye: the openssh-server package. There are none for Eoan [14:32] that is not an easy thing to configure [14:33] i am looking for a windows like way of enabling networking [14:33] Pitiye: to be honest with 3 Ubuntu systems I'd have SSH enabled on them all to run updates and centrally manage them all [14:33] i see [14:33] pitiye: enabling "file sharing" [14:33] how [14:33] Pitiye: it's not "networking". It's file sharing. Please use the correct terminology [14:33] pitiye: say "file sharing" instead of "networking" [14:33] ah okay === raf_ is now known as rafael [14:34] i want file sharing [14:34] Pitiye: file sharing in Nautilus uses Samba. You don't really need this as you have no Windows clients (obviously it gives that flexibility later) [14:34] pitiye: install 20.04 on ALL computers, return when completed [14:35] Tatertotz: ideally [14:35] sure [14:35] will see you guys tomorrow then [14:35] what is the diffrence in images "Hard Float" vs "64bit?" [14:35] take care [14:36] u 2 [14:36] bye [14:37] Donofrio: https://stackoverflow.com/questions/37790029/what-is-difference-between-arm64-and-armhf [15:00] hi! does someonw know a feature comparison site of available terminal emulators for Ubuntu focal? it seems all the ones I can think of seem to be lacking in some way. [15:06] where are the bookmarks.html of firefox stored under focal? [15:07] i want to open them in a txt editor [15:09] https://github.com/pirate/ArchiveBox/wiki/Quickstart how do it install this [15:09] it lacks instructions for newbabies [15:15] coconut, IIRC it's stored in SQLite nowadays. [15:16] Abhi1802, which step are you stuck on and why? [15:19] Sven_vB, i think i had did everything said and yet arhivebox said "command not found" [15:20] Ubuntu 18, copied 150GB off usb in ~30min, come back do the same exact thing, randomly hangs 50g, 90G etc into it and start pushing like 1KB/s, process cant be stopped with ctrl-c, root kill -9 causes a D proc. Anyone know WTF is wrong? [15:21] Abhi1802, did the install program say it succeeded? [15:21] Sven_vB, idk if it does install anything it do said all done success [15:24] Abhi1802, that's good. does it say anything else in the "command not found" message? [15:24] Abhi1802, usually there should be a path in front [15:27] termbin.com/8myw [15:27] Sven_vB, anything i can open it with so it becomes a txt file? [15:28] coconut, you can manually export it as HTML from within the "Library" (Firefox bookmark editor) [15:28] great, thank you [15:29] Abhi1802, that's only the welcome screen, nothing is installed at that point yet. [15:29] jfvx [15:30] termbin.com/jfvx [15:30] sarnold -> u flashed me :/ [15:31] idk what is wrong but this application do promise a lot of things but seems there is no way to install this application at all [15:31] !cookie | Sven_vB [15:31] Sven_vB: Wow! You're such a great helper, you deserve a cookie! [15:32] :) [15:34] Abhi1802, try run: pip install archivebox [15:34] Sven_vB, tried [15:34] another error pop-up [15:34] at least a new lead [15:35] y9rt [15:35] y9rv [15:35] termbin.com/y9rv [15:36] Sven_vB, give me sec [15:38] Abhi1802, anyway I'd suggest filing a feature request on https://github.com/pirate/ArchiveBox/issues/new that the install script should verify whether the global command was successfully installed and can be run by the current user. [15:39] termbin.com/b24d [15:39] Sven_vB, okay i will file a feature request [15:44] Sven_vB, it does not seem to recognize my "mobile" bookmarks folder for exporting, instead it exports the other three folders above only. [15:45] coconut, might that folder be one of dynamic bookmarks? [15:45] coconut, maybe you can copy the bookmarks from that folder into a regular folder [15:46] Sven_vB, all i know is that it comes from my sync account from my iphone/firefox [15:46] yeah i might try that :) [15:48] Sven_vB, you seen the error [15:49] Abhi1802, yes, and I don't have any idea left except waiting for the installer to be fixed. [15:49] Sven_vB, https://pypi.org/project/archivebox/ [15:50] i think i can install it using pip install archivebox if i specify the version [15:50] Abhi1802, well then, go ahead and try. :) [15:50] tried another error [15:51] wtf -_- the application could not be installed and he is promising a lot of feature into it [15:51] is there a proper documentated way to run a root scripts at boot? [15:52] should i try docker version of it [15:52] that could be more easy to deal with [15:52] Abhi1802, can you guess which of the cloned or installed files is the main executable? [15:54] ax562: There's a good example here https://linuxconfig.org/how-to-run-script-on-startup-on-ubuntu-20-04-focal-fossa-server-desktop [15:54] ./archive or .setup.py [15:54] i tried pip install ArchiveBox/ [15:54] ax562, write a proper systemD unit [15:55] and ./archive [15:55] did not worked at all [15:55] oerheks: The link I gave gaves an example of that :) [15:55] *gives [15:55] genii, +1 [15:55] also https://www.shellhacks.com/systemd-service-file-example/ [15:56] i am waiting for a full manual, tons of options for @boot and @shutdown [15:57] does anyone know the reason ubuntu left the old init.d way? [15:58] ax562, it is not an ubuntu thing. it is linux-wide [15:59] Fedora did this as first, iirc. [15:59] curious to why though [15:59] evolution. init had its limits. [16:00] i really don't see any limits, maybe security... [16:01] go take a read, search for pros and cons systemd. [16:01] i see only benefits. === joaquinito01 is now known as paladox2 === paladox2 is now known as joaquinito01 [16:08] oerheks ty [16:14] Abhi1802, it will probably help the pirate if you explain your experience with the quick start guide, what other install methods you tried, and what their errors were. [16:20] i am feel to tired and furustated today so i will do all my stuffs tomorrow now, and i will try docker that will probably work Sven_vB [16:21] ok good luck with it :) [16:21] GSConnect keeps crashing for me...it messes with the display card.. AMD Radeon HD 5430 ...both on wayland and x11. Dont know why...... any idea? [16:32] Is there a tool to see all installed fonts? [16:32] On 20.04... [16:32] Hello, I'm trying to build wpa_supplicant 2.9 on ubuntu xenial, and I'm getting the following build error https://pastebin.com/raw/dHd6rWwj [16:32] Config file is here http://ix.io/2u9Y [16:33] Can someone tell me why -DCONFIG_DRIVER_MACSEC_LINUX -DCONFIG_DRIVER_MACSEC_QCA -DCONFIG_MACSEC is still being set? [16:33] It's not obvious to me but the .config gets set as expected during build [16:38] elias_a Hit Win key, type: fonts. [16:47] prominentpotato: TY [16:48] prominentpotato: Oops - the application crashed right away. :) But thank you! [16:50] I have the darndest problem. [16:51] I've been using Ubuntu with spectrwm for a while. [16:51] spectrwm is just a window manager, right. [16:53] so we sent for faster cable internet because home office zoom calls and whatnot. [16:54] they gave us a router that sends out two wi-fi networks, one "2.4G" (I assume Ghz) and one "5G". [16:55] elias_a Another way is to just run Libre Writer and look through. ;] [16:55] so on my old window computer the 5GHz wi-fi network is fine. on Ubuntu too. [16:56] on Ubuntu with the default GUI. I switch to spectrwm and it doesn't work. [16:56] wtf... [16:56] I can confirm with iwconfig that it's connected to the 5ghz network. But it doesn't work. [16:56] xheimlich: do you have a ethernet cable to use when using "spectrwm"? [16:57] wifi. [16:57] ahh. I understand. [16:57] xheimlich: if you cannot hardwire to connect when using "spectwm" to aid you in troubleshooting in realtime, you'll have to just go over there and see what you can do [16:58] I basically came to get out of my chest that this is even happening. Maybe rubber duck it. I understand there's a hundred specific things you cant possibly debug over IRC. [17:00] rubber duck = rubber duck debug. Happens to me a lot. [17:03] good luck [17:05] what's a good terminal emulator that can run on Ubuntu focal, can run terminal windows as their own process (so I can use their process IDs), and has command line options to control: window posititon, window size (pixels or rows/colums), window title, icon (same for window and taskbar), window name or class (ideally both), and command line to execute inside? [17:10] prominentpotato: Thanks but the takes ages. :) [17:14] Sven_vB, pretty sure good old xterm can do all that [17:17] rfm, how can I make it load the window icon from an image file? [17:23] or is there a way to replace the window icon later by window id and/or process id? (assuming xterm at least won't "defend" itself against that) [17:27] xterm -n iconname [17:28] change later with wmctrl -I iconname [17:30] seems to not work with SVG, I'll try a PNG. [17:31] I have a keyboard shortcut set to xterm -fa 'Ubuntu Mono' -fs 14 -geometry 105x24+960+24 -e /usr/bin/ncmpcpp [17:31] what I tried but got the default xterm icon: xterm -n /usr/share/icons/HighContrast/48x48/categories/applications-science.png -e sleep 4h [17:32] same with just xterm -n applications-science -e sleep 4h [17:33] Sven_vB I believe most modern window managers don't honor the old X icon property, assigning the icon from the .desktop file or something [17:33] rfm, creating a temporary .desktop file would be an option. I'll try that. [17:35] default icon even with that approach. (in xfce 4) [17:36] maybe it just needs another graphics format, neither SVG nor PNG. [17:38] albeit it would sure be nice to have a terminal emulator that can do the above things *and* load PNG icons. [17:41] its own packaged icons seem to be in xpm, but even that doesn't work. (converted with ImageMagick's "convert", then xterm -n /home/sven/science.xpm -e sleep 3h) [17:44] I do have 2x 4K displays at work (I would prefer 1440p, maybe I find someone to switch in the future). The company I work for does buy a new lenovo laptop and dokin for me. I'm the only guy using linux is the company. I would love having a 2.5" SATA slot and 1 nvme (for OS and programms). It should work well with linux and just do it's job. Some programming, browsers, communication slack teams zoom, and some VMs with virtualbox. What do you use or what [17:44] would you buy? [17:44] (hi first of all, sorry) [17:45] Tuor, you mean what notebook to buy? [17:45] Tuor, we don't do recommendations for hardware buying. just technical ubuntu support. [17:45] oerheks: sad. :( [17:46] try #ubuntu-offtopic or ##hardware? [17:47] christophergray, wmctrl -I succeeds (exit status 0) but I cannot find any visible effect. [17:50] Sven_vB: docs say to use -I with -r but even that doesn't work here also in xubuntu [17:51] christophergray, yes I used wmctrl -xir 0x0e600034 -I ??? [17:57] trying to remove package emacs26 from kellyk repo, this is the error im getting http://frezr.com/paste/emacs.html [17:57] keep trying to remove the dependencies but it gets larger and larger the more I add... [18:00] gargantua, did you mean remove the packages that depend upon emacs26? [18:00] gargantua, you could try apt instead of apt-get, I think that should suggest some solutions. [18:01] think I got it [18:02] Sven_vB: It seems than it is not the name of the icon, but the name FOR the icon [18:03] twm had big icons with labels [18:06] you could iconify a window and it would appear on the desktop with a label, and xterm can changes its own label with -n [18:06] christophergray, yes I think a long time ago I had used that in a session with no window manager to set the label [18:08] christophergray, from another project I also investigated modifying the icon with xset, but I was only able to access a legacy fallback 1-bit black/white icon that way. [18:09] looks like finding an easy-to-customize terminal emulator is a hard problem after all. [18:11] back then I also researched ways to swap icons for any window, under the impression that it should be an easy feature of any "full" window manager, but at least in xfce it seemed it's not. [18:12] maybe it's time I investigate that LD_PRELOAD approach more. [18:25] so I came in earlier claiming that my new 5Ghz wi-fi network functioned on the default ubuntu gui but not in spectrwm for whatever inscrutable reason [18:25] but then I switched back and it does work. [18:26] but I have a script that pings google every five seconds to update my menu bar thing gizmo. and that was reading 100% packet loss. [18:26] for whatever inscrutable reason "ping google.com" fails. [18:26] but something like speedtest.net goes vroom vroom [18:26] xheimlich, usually ping should print an error message when it fails. [18:27] (on a browser. ping speedtest.net also fails.) [18:27] xheimlich, maybe the browsers uses a proxy? [18:27] or the remote site just doesn't offer ping replies [18:27] Sven_vB: yeah. it was a simple script with tail and awk. [18:27] or you might have a firewall issue. [18:28] Sven_vB: I don't think it's a browser proxy because I'm on irssi here. [18:28] if there's something strange on your network, usually wireshark can identify it. [18:29] ok. ping is using ipv6 addresses. I've never seen this. [18:34] xheimlich, maybe you hadn't had IPv6 connectivity earlier? [18:39] Folks, how to configure autologin into tty1 on Ubuntu 18.04? I tried the guide from https://unix.stackexchange.com/questions/401759/automatically-login-on-debian-9-2-1-command-line but it doesn't really work as expected: I don't get into terminal [18:39] I just see a black script with blinking cursor on tty1 [18:39] screen* [18:41] Sven_vB: possibly. I upgraded my cable internet plan and they supplied one of those combined cable modem + wifi router things. but the wifi router now produces two wifi networks, one at 2.4ghz and one at 5ghz. [18:41] maybe the combo router does something weird. [18:43] prevents me from tracerouting? [18:46] xheimlich: so internet is working after all...good === jamezz is now known as Jamezz [19:16] I need to extract something from a deb.sh file but when I try to `ar` it, it tells me "File format not recognized". Why is this happening? [19:17] what does 'file deb.sh' gives? [19:17] oerheks: POSIX shell script executable (binary data) [19:18] then no, it is a binairy, run " ./deb.sh" [19:18] or sh deb.sh [19:19] make sure it is executable, chmod +x deb.sh [19:19] That's the problem. There's an error in execution so I need to modify one of the underlying files to make it work [19:19] I probably untarred it wrong [19:20] I'll keep trying. Thanks. [19:20] it is not an archive, it is a binairy code [19:22] https://wiki.debian.org/Makeself [19:23] oerheks: I got the file out of a tar.gz file. Maybe there's a way I can extract it without turning it into a binary [19:26] try running it with --info [19:41] Hi. Do bluetooth headphones have a bad history with Ubuntu, or is it just me? [19:41] Especially the microphone part. [19:43] Audio is really bad if it's in the A2DP mode. Microphone doesn't work in that mode, so I switch to HFP/HSP mode - then audio becomes worse, and the mic voice on the other end is also equally bad (to the point that the other person can't even recognize the person). [19:43] not generally. [19:43] make sure you have the highest BT dongle/chipset.. [19:44] oerheks: how do I confirm that? [19:46] lspci, or lsusb will show details, and 8 digit hex number [19:46] that number should give some info about the vendor and such [19:58] oerheks: "048d:8297" - does it look like this? [19:59] yes [19:59] 048d:8297 Integrated Technology Express, Inc. ITE Device(8595) - it just says this (assuming it's this one) [20:01] i think that is usbcontroller or something [20:01] !paste [20:01] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [20:01] paste the output and post the url, please [20:05] https://linux-hardware.org/index.php?id=usb:048d-8297 thinks this is a keyboard === sauvin_ is now known as Sauvin === sublim20 is now known as Florida_Woman === Florida_Woman is now known as sublim20 [21:04] HI I installed ubuntu16.04 to Dell precision 7920, after installation and reboot, got black screen, before Grub menu. [21:08] <\malex\> derek0883: is there a reason to use such an old version? [21:09] yes, [21:09] Currently we have some software running on 16.04, [21:17] derek0883: anything before grub is hardware / firmware, really [21:18] maybe the grub menu just doesn't show and you haven't tried to bring it up? [21:23] <\malex\> might want to check if it's some weird uefi issue and if bios mode works better. or grub is trying to use a graphics mode that isn't working [21:24] What GPU is in that dell 7920? [21:26] some black screens can be fixed with nomodeset, or something else === sysop is now known as Guest23943 === Guest23943 is now known as Bashing-om [21:37] GPU is NVIDIA 2080ti [21:38] i think you need to be realistic, old ubuntu with new hardware. [21:39] you can use lxd to run old software if necessary [21:41] kvm, easy peasy, windows or ubuntu or mint-server [21:46] ok [21:47] thanks [21:55] hi, i have a Texas Instruments PCM2900 Audio Codec device that is hard wired with no input gain [21:56] i cant adjust the device, since it is a record player needle [21:56] specifically, the old needle has less gain than the replacement [21:56] so the driver has no way to compensate for this [21:57] and i cant just rock the arm back because the needle is designed for a specific weight [21:57] in the alsamixer, there is a PCM gain for listening back, but no slider for input gain [21:58] also in Audacity there is not input gain as well. [21:59] Keres: how about pavucontrol? [22:00] Keres: you may also need to go somewhere more specialized; the folks in #lau may have more ideas [22:23] well the driver in this turntable is the same as the one in my tape deck [22:24] I dont need to adjust the tape deck since it is perfectly matched to the output level of the tape [22:24] but the thing about turntables is that they have a needle with a lifespan only so long. [22:24] and some needles are more heavy than others [22:25] or... the weight on the arm and record is specific to each needle... shouldnt be changed or you get skips [22:25] on this needle, it gaINS up the level just a tiny bit so that it clips the peaks off [22:45] Hi there! Canonical used to provide live ubuntu cds / dvds / usb drives from its store ( shop.canonical.com ), which however has closed now. Is it still possible to get live ubuntu media from official sources? [22:47] LunchThief: there are certainly still some shops selling those, but nothing 'official', i guess. what's your use case? [22:47] not that I know of; I heard they were nice little usb sticks [22:52] LunchThief, no, find a community member in your area. they are happy to help creating an USB [22:53] tomreyn: mostly recovery, however from security perspective I presume its best to get official media from official sources. Too bad that canonical shop had to go :( [22:53] those fancy canonical usb devices are no longer available, shop is closed. [22:53] Luone should always do a check, or use the buildin checksum [22:54] LunchThief * [22:54] LunchThief: and if I had to guess, they probably would have been sold by a fulfilment company anyway, nothing magical there.. [22:54] !md5sum [22:54] To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see https://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [22:54] oeeheks: I have posted a request in #ubuntu-in, hopefully some one will reply soon. [22:54] md5sum [22:54] oh my [22:55] yes :-/ [22:55] mwa, there is sha too [22:56] LunchThief: if you can get to a place with good internet access, like na internet cafe, maybe you can download an iso there and write it yourself after verifying the checksum, and the gpg signature on the checksum [22:56] could someone who knows the bot well amend these things to use https://ubuntu.com/tutorials/how-to-verify-ubuntu instead? :) [22:56] Yes, I am aware of checksums & gpg signatures. However, u need to have a trustworthy system to begin with. [22:56] sarnold, hggdh [22:57] Sorry, i a typing on mobile :( [22:57] hggdh: hello :) is the bot factoid !md5sum easy to change to mention https://ubuntu.com/tutorials/how-to-verify-ubuntu instead? :) [22:59] LunchThief: true. there are a lot of different levels of trustworthy when it comes to computers, and you'll hardly get along without compromising. [23:02] LunchThief: i haven't heard of a malware infecting .iso files, though. so i guess even if you download an iso from a compromised computer and write it to a usb stick, it can still be safe. no promises, though. ;) [23:03] in ubuntu 16.04 there was a popup when I attached something to the 3.5mm audio jack to ask what type of device is it. on the same computer model with ubutu 18.04 there's no dialog and it always works as headphones. how can you switch this? [23:04] anyone know what server/channel HypriotOS lives? want to see if flash --config will allow static ip setting on my rpi (https://www.tinyurl.com/donofriovines/photos/tech/turing-pi-adventure) that I'm setting up. the console doesn't seem to have a working keyboard (dunno why) [23:05] I am just a casual user, who is concerned about security / bootkits / rootkits especially for banking. Recently my laptop hdd died, and I am exploring best ways to rebuild it. Also I do not have access to any other trustworthy system right now except for my phone :( [23:06] tried the 20.04.01 armhf server image aand keyboard still didn't start ;( [23:07] an android phone can write to usb but it would have to already be rooted to allow you to do it [23:08] otherwise, having no computer, you could order install media from a trustworthy source [23:09] Kevin: there r some apps in playstore that do it for unrooted phones too. Not sure how *trustworthy* they are though. [23:10] For now I am just living within termux :( [23:10] I don't think the os gives apps enough access to directly reformat a storage device [23:12] You just need a pre-formatted pen drive, which I have. I probably will have to find a way to install the bootloader though. [23:14] if your computer is using uefi it's possible to boot from a file on a fat32 formatted msdos partition [23:15] which the standard file manager on a phone can write to [23:15] but extra work needed to copy all the installer files in the right format instead of as an image [23:16] Okay, can you point to some guide to boot from a file. I do have uefi. [23:17] the file (for eg grub) needs to be at /efi/boot/bootx64.efi on the drive [23:18] there's a copy of this in any modern linux installer, but they usually use a complicated disk format for the images [23:18] (to allow booting as a cd or dvd also) [23:19] Okay, thanks for the tips Kevin. I will look into this and get back. As I said, I am currently living inside termux without keyboard & mouse :( [23:19] aye [23:20] And the stupid covid lockdown in my area! Wth :( [23:38] Why does ubuntu-minimal depend on python3? I don't see any clear reason why it is mandatory to an ubuntu installation. [23:41] https://packages.ubuntu.com/focal-updates/ubuntu-minimal .. sure it is needed