/srv/irclogs.ubuntu.com/2021/10/28/#ubuntu.txt

=== nate is now known as Guest4844
=== Erisa45 is now known as Erisa4
RadSurferCtrl U shrunk my terminal font size down! How do I restore it please?!?01:14
RadSurferControl _ sorry01:15
RadSurferAnyone know the opposite to Ctrl _ (shrink font size)?01:16
sarnoldRadSurfer: try control +01:16
Jovanor control shift =01:16
RadSurferwhy is that working now! for crying out loud01:16
RadSurferWould anyone know how to Pause an application running in a terminal?01:17
Jovannot sure but try control s, not exactly sure if it pauses the whole application or just output01:17
sarnold^Z can suspend; you'd either run 'bg' to let it keep running, but detached; or 'fg' to bring it back01:17
sarnoldyou can also use ^S to stop output and ^Q to restart it01:17
RadSurfernone of those are working in this context.01:18
RadSurferoh I see! It waited for it to end first... interesting!01:19
sarnoldprocesses can block or ignore signals, perhaps it just blocks them..01:19
RadSurferI have a bash script running... ^s causes present command to execute, then it stops!01:20
sarnoldyou can use kill -SIGSTOP  to stop a process in a fashion that the process cannot block or ignore; kill -SIGCONT ought to revive it01:21
RadSurferactually... this is fine! ^s,^q just waits for present line to execute, then waits! All good.01:21
=== M4he is now known as mahe
sarnoldah good those are way more convenient than sigstop and sigcont01:22
kevinnnHi all, I am using xubuntu and I woke up today to find that xfce won't start on boot. There are a ton of errors inside of .xsession-errors. They mostly say this "assertion 'GDK_IS_PIXBUF (pixbuf)' failed". What does this mean?01:44
kevinnnthere is just a cursor and a black screen on my screen01:44
sarnoldlook high up in the file, hopefully there's something with a bit more details earlier in the logs01:47
NihauroHello01:59
tsujpso I rebooted my machine, and other than that didn't touch it in any way and now wifi doesn't work? It's using the `iwlwifi` driver Ubuntu 20.0402:40
=== Erisa46 is now known as Erisa4
=== rexbinary_ is now known as rexbinary
ArkLordzHi everybody04:44
ArkLordzI'm new to Ubuntu04:45
ArkLordzAnybody else having difficulties with Ubuntu and Nvidia proprietary drivers04:45
tomreynArkLordz: hi. yes - but not i. did you have a concrete question?04:48
KBarnVidia and Linux don't like each other that much.04:50
=== rexbinary_ is now known as rexbinary
ArkLordzYes, I installed 20.04(?) and after installation I attempted to use the recommended proprietary nvidia driver04:53
ArkLordzits slowed down my system to a crawl04:53
ArkLordzI had to purge it just to get regular use04:54
ArkLordzI have a Nvidia Geforce GTX 76004:54
tomreynmaybe some errors were logged to your system log while it was so slow? you can see the logs from before last reboot using   journalctl -b -1     or decrease -1 more for earlier boots. to share a log (at least the first 1000 lines), just append    | nc termbin.com 9999   to this command04:55
KBarI don't think they can do that. They're new to Ubuntu.04:56
tomreynto verify you're on 20.04 LTS, you could use    lsb_release -ds04:56
ArkLordzI'm incredibly new04:56
KBarYou might confuse them even more.04:56
KBarWith these shell commands. :)04:56
ArkLordzI'm using 20.04.3 LTS04:57
tomreynwell, you open a terminal, and type some commands, or copy and paste them. i think also new  users can do this04:57
tomreyn^ seems to have worked for this command ;)04:58
ArkLordzApparently my bios is broken?04:59
tomreynhow do you tell?04:59
ArkLordzjournalctl -b -1 and a yellow line jumped out as I was scrolling05:00
tomreynsome of those bios bugs are pretty irrelevant, orthers are not05:00
ArkLordzOct 28 00:01:55 Ark kernel: DMAR: [Firmware Bug]: Your BIOS is broken; DMAR reported at address 0!05:00
ArkLordz                            BIOS vendor: American Megatrends Inc.; Ver: 4.6.5; Product Version: To be filled by O.E.M.05:00
tomreynyou can always check whether there is a newer one for your computer. most of the time, upgrading the bios is a good thing.05:00
tomreynoh, that's one you should try to solve, yes05:01
tomreynjournalctl -b | grep DMI:   tells you your current bios version05:01
ArkLordzYou think upgrading my bios could help my ability to use the proprietary drivers?05:01
tomreynit *could*. i'm not making promises05:02
ArkLordzPlease excuse my ignorance05:02
tomreynDMAR is direct memory access remapping, which is something the nvidia proprietary driver relies on.05:03
ArkLordzOct 28 00:28:01 Ark kernel: DMI: EVGA INTERNATIONAL CO.,LTD To be filled by O.E.M./111-HW-E872, BIOS 4.6.5 07/23/201305:04
ArkLordzOct 28 00:28:01 Ark kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)05:04
ArkLordzOct 28 00:28:01 Ark kernel: i2c i2c-0: 2/4 memory slots populated (from DMI)05:04
ArkLordzOct 28 00:28:04 Ark kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input1105:04
ArkLordzOct 28 00:28:04 Ark kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input1205:04
ArkLordzOct 28 00:28:04 Ark kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input1305:04
ArkLordzOct 28 00:28:04 Ark kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input1405:04
tomreyn!paste | ArkLordz05:04
ubottuArkLordz: 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.05:04
tomreynthere is also https://paste.debian.org which works without logging in05:05
tomreyn(and termbin.com, as explained above)05:05
tomreynArkLordz: you were (no longer) muted when you pasted here, so we only got to see the first couple lines of your output (it will look different for you)05:06
ArkLordzahhh trying to figure out thies tembin business05:07
tomreynlsb_release -ds |& nc termbin.com 9999   would post the output of the   lsb_release -ds    command to termbin.com and return a URL.05:09
ArkLordzhttps://termbin.com/mdpve05:10
ArkLordzahhh got it05:10
tomreynhmm, the bios versioning on the evga website differs much, but the latest bios which was released for your intel Z87 chipset board, an EVGA 111-HW-E872 is this: https://www.evga.com/support/download/showdlinfo.aspx?id=596105:12
tomreynrelease date is october 2014, where the build date of your current one is 07/23/2013, so your current one is probably older.05:13
ArkLordzWow! thanks!05:14
tomreynArkLordz: you're welcome. you can also look this up on EVGA's website at https://www.evga.com/support/download/ yourself like this: https://i.imgur.com/k7IX3u8.png05:16
ArkLordzWow thats really great info!05:19
ArkLordzI really appreciate it05:19
tomreynArkLordz: bios upgrade guide: https://www.evga.com/support/faq/FAQdetails.aspx?faqid=59608  mainboard manual: https://www.evga.com/support/manuals/files/111-HW-E872.pdf visual guide:  https://www.evga.com/support/manuals/files/visual/111-HW-E872_Visual_Guide.pdf05:23
ArkLordzThats very handy because I am very familiar with windows but updating my bios via ubuntu is going to be a challenge05:28
ArkLordzI see I can use a flash drive so there we go!05:29
tomreynArkLordz: you really just need a usb stick (or other usb attached storage) with a FAT(32) / vfat file system on it, and copy the contents of the downloaded file archive to it.05:30
ArkLordzI'm gonna try it wish me luck!05:32
katnishello world05:48
katnisi am going to install 20.04 ubuntu to my windows PC but i am afraid it will be laggy a lot...05:49
katniscan a quad core cpu made in 2017 handle it05:49
tomreyndo you mean 2017 or 2007?05:49
katnis201705:50
tomreyneven a 2007 one could work05:50
katnisrunning windows and ubuntu at the same time05:50
rk4will be fine05:50
tomreyn2017 most likely, but it's more a matter of RAM05:50
katnisoh it must be really well made :D05:50
rk4you don't have to run a full bloated gnome environment fwiw05:50
katnisjust a samba client05:50
katnisfor now05:50
tomreyndo you know how much memory is installed?05:51
=== ^wuseman is now known as wuseman
bigtorhello05:54
bigtorhello sir05:54
ShadowMonarchhi05:54
ShadowMonarchHow are you good sir\05:54
bigtorexit05:54
=== bigtor is now known as abdullah
abdullahclear05:55
ShadowMonarchhello abdullah05:55
ShadowMonarchhow are you05:55
ShadowMonarch++05:55
abdullahhello sir @ShadowMonarch05:55
ShadowMonarch@05:55
abdullahclear05:55
ShadowMonarch@everyone05:55
ShadowMonarchcls05:55
katnistomreyn: are you talking about my pc05:57
=== bigtor is now known as abdullah
katnisit is DDR4 2666 8*205:57
tomreynabdullah: hi, please don't spam here. this channel is for ubuntu support only.05:57
root3I need help05:57
abdullahsorry05:57
root3How can i let someone join my own server05:57
katniswhitelist05:58
root3wdym?05:58
katnisjk idk sorry05:58
tomreynkatnis: yes i was. so 16 GB RAM? that's plenty, and will work fine05:58
root3??05:58
root3can you help me|?05:58
tomreynroot3: we can try. which ubuntu version are you running?05:59
root3im using linux as a subsystem05:59
root3WSL05:59
tomreynroot3: i see. ubuntu linux?05:59
root3yes05:59
root3im new to this06:00
katnisme too!06:00
tomreynand what do you mean by letting others join your server? do you want them to login to your computer with ssh  for running commands or sftp for exchanging files?06:00
root3is there a command to join another server06:01
root3lets say i want to join 10.64.21.1 how can i do this06:01
root3a private server06:01
root3or how to host a server and let someone join it06:01
tomreyndo you mean graphically, or just on a "command line", a terminal?06:01
root3command line06:02
tomreyninstall and thus run an openssh server on 10.64.21.1 and use an ssh client on the computer to connect to it06:02
root3ok thank you06:03
ash_worksiis there a good solution to rollover backups in a custom way, for example: https://gist.github.com/ash-m/d2b5434d9451486f83bd12057ecf53b106:25
ash_worksiin the example, you keep the newest backup, a day old backup and other backups that age to 21 days old, 10 days apart06:26
tomreynwhich incremental backup strategy works best for your ubuntu system will depend on your backup software.06:28
ash_worksitomreyn: I mean to ask, what is a good backup software?.... I wonder if logrotate is enough06:46
tomreynborg, restic, duplicity, bacula all have their uses.06:48
SteelRoseash_worksi: logrotate is not a backup software... it is used to manage the logs.06:48
tomreynand sometimes even the good old tar + hard links approach06:48
SteelRose+1 for Bacula06:48
ash_worksiwell, my situation is kind of evolving as I go06:50
tomreynunless time is frozen, this probably applies to everyone and everything.06:51
ash_worksiI thought/remember (1) having an issue with pgbackrest where for some reason instead of incremental backups, it was performing full backups possibly due to some unique way we're handing data or so I was told in postgres, but we're running out of space so (2) I figured I just need something to manage retention better which I think I could just do by kicking off older backups using some application,06:55
ash_worksiwhich is why I was interested in logrotate but (3) logging into the server just now, it looks very much like the incremental backup was a success, only 380G on top of a 1.2T full backup; I might have an exorbinant amount of WAL logs, but I am not sure yet, still researching06:55
ash_worksianyway, all that being said, I was still wondering if what I was thinking in (2) would have worked if that has been the scenario... but it might not as simple as I think06:57
ash_worksilike if configured 2 logrotate stanzas as `{ daily\n rotate 2 }` and `{ weekly\n rotate 2 }` for the same files, then I would imagine that might work... if there is a directive to keep at least 2 files that are more than 2 days old in the former.07:00
ash_worksithen again, logrotate might screw with the naming convention for pgbackrest and maybe that'd screw everything up so it's probably not a solution even if that were the problem07:01
ash_worksiguess I'll just focus on the problem that needs solving07:01
katnishow to use wipe command ?07:06
tomreynkatnis: that depends on what you are trying to achieve with it. it has --help output and a man page, too07:06
katnisjust wanna get used to commands07:07
katnisyes i gave it a try and those were super interesting07:07
katnisit wipes the entire memory with random writes?? or something07:07
katnisdo i need sudo07:08
tomreynIMO, if you need wipe or shred then you already made a mistake - you put sensitive data on a storage without full disk encryption07:13
tomreynand if you do FDE then you don't need wipe or shred (though it may still be wise to write random data to what you'll have the encrypted storage on top of)07:15
ash_worksionly people who can type with oven mitts on can properly use shred07:17
ash_worksihttps://xkcd.com/344/07:22
rk4you can't reliably securely delete data from modern drives without physically destroying the medium, SSDs are doing who knows what with copies of your data and wear leveling, and both HDDs and SSDs are transparently hiding bad blocks from you that may or may not still have your data on them07:23
rk4hence...encrypt instead, there's not much reason not to :)07:24
ash_worksiftr, Mrs Roberts can type with oven mitts07:24
phoenix000Hello, does anyone encounter problems using Steam?07:34
tomreynphoenix000: yes, because someone always encounters problems using a random software X07:39
tomreynbut that's probably not what you really wanted to ask07:40
=== littlepap_ is now known as littlepap
=== denningsrogue0 is now known as denningsrogue
=== lotuspsychje__ is now known as lotuspsychje
the_actorHaving can issue with Ubuntu 20.04 I install Apache and Wordpress as usual, but Wordpress pulls up a blank page. Did something happen that is different in Ubuntu 20 that 18 that is possibly causing this? Thanks in advanced.09:04
murraynis there an alternative to pulseeffects for a system-wide equalizer?09:24
=== dtomato3 is now known as dtomato
ren0v0@TJ- hi09:35
ren0v0TJ-, Hi09:35
ren0v0I used your FDE guide, and wondering if you are able to help me with something?09:36
TJ-ren0v0: possibly :)09:36
ren0v0So, it works great, been using it for some time now09:36
ren0v0But i want to install windows on an SSD, to try some PC gaming09:36
ren0v0would this setup I followed written by you, prevent that, if my ubuntu drive is fully disconnected?09:37
TJ-ren0v0: no09:40
TJ-ren0v0: FDE is applied to the partitions where Ubuntu is installed, nothing else09:40
ren0v0hmm, i tried a USB install disk created with WoeUSB but it just flashed at GRUB prompt09:41
ren0v0and the UEFI partition gave some error, ok i'll try another utility to create the USB disk i guess09:41
TJ-ren0v0: Windows uses GRUB now?09:42
ren0v0maybe the utility didn't do its job i dont know09:42
TJ-ren0v0: so the boot from the USB image is failing?09:43
ren0v0yea, there were 3 options, 2 x UEFI partitions and 1 x normal, only 1 of them gave an error, let me go boot it again and photo the thing so i can remember what it says09:44
ren0v0i've plugged the USB drive in, and there are 2 mounted partitions NTFS and UEFI_NTFS09:44
ren0v0TJ-, not sure about this utility i'm using, whats the best way to make a USB drive for windows?09:49
ren0v0i realise this is the wrong place, but :D09:49
TJ-ren0v0: no idea! I've not touched in since 200409:52
lotuspsychjeren0v0: ventoy to the rescue, its just an unofficial tool09:54
lotuspsychjeuse at your own risk09:54
ren0v0thanks09:57
=== viktor is now known as Guest4163
Guest4163Hi. Trying to make a new swap partition. But I keep getting "swapon: /dev/sda7: read swap header failed10:34
Guest4163did i forget something?10:35
=== Guest4163 is now known as viktor_
viktor_nevermind, already found it, now try to write it to fstab10:37
Guest9could anybody recommend one serial download tool for stm32 development?11:28
katnisimma install ubuntu right now and i have 16gb of ram11:33
katnishow much should i give to virtual memory11:33
katnisvirtualbox i mean11:34
Fatal_Sushikatnis: probably 4GB as a minimum11:34
katnisthank you so much. i will go for 8gb then11:35
gallomimiaam i.... facebroke? did the official channel for Ubuntu support switch to a new network? or did the network change names?11:36
weqis there a method of altering the ubuntu recovery environment....?11:38
katniscant install ubuntu. says Could not create the medium storage unit11:39
katnisand ive been googling OMG11:39
gallomimiawhat is it you are trying to install onto?11:40
katnismy NVME driver11:40
katnisi have 150ish GB11:40
gallomimiahmmm. not something i have experience with. but i assume you're trying to install a multiboot? you partitioned space for the ubuntu install... what format did you make it?11:42
katnisi am using a virtualbox11:43
katnisand this is NTFS11:43
gallomimiaah that explains a few things. don't you need to select a file, or make an image for it to have as a drive?11:45
katnisyou can11:45
gallomimiaand.... did you? i think there's some info to follow about installing on virtual box. perhaps consult there11:46
gallomimia!virtualbox11:46
ubottuVirtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox11:46
gallomimiahmmm that's for running vb on ubuntu11:46
gallomimiasorry it's my first day back after like 2 years away from ubuntu.11:48
katnismy prof showed me how to install11:49
gallomimiakatnis: yes, you see. when I asked what device you're installing onto, and you said your NVME drive, that wasn't quite accurate. a virtual install is rather different than a normal install. you're installing it onto some file which you "plug in" to the virtualbox program11:52
katnisOMG youre a god11:54
katnisthanks for saving my life11:54
katnisi love you gallomimia  and you are not rusty11:54
gallomimiahuh?11:54
katnisthan you11:54
katnisthank you11:55
gallomimiawell at least share what you did to solve. might fix others11:55
gallomimiahelp others11:55
katnisi installed in this... how do i explain11:55
katniscd /11:55
katnisthe main?11:55
gallomimiaright. the root directory11:55
katnisyes the root one11:55
gallomimiabut if you don't have an install, you don't have a root directory11:56
katnisi dont even know what i did11:56
gallomimia:)11:56
gallomimiayou're well on your way to flubbing around with linux it seems11:56
katnisi know how to install video games but this thing...11:56
gallomimiatake a quick backup of your install once you get it configured, but before you start doing your classword11:56
gallomimiawork*11:56
gallomimiayou're bound to muck something up and need to revert ;)11:57
katnisbackup? okay imma google how to do it11:57
gallomimiasince it's a virtual machine11:58
katnisHAHAHA i cant use more than 1 core!11:58
katnisis it because i have a quad core CPU11:58
gallomimiaall you do is make a copy of the image file upon which you installed Ubuntu, and put it on the top shelf somewhere11:58
gallomimiathat probably has to do with configuring the VM before you started11:58
gallomimiayou can dial in how much ram it takes, how much CPU11:59
gallomimiai believe you can change that if you shutdown the VM and restart it11:59
katnismhm i can do it with ram but CPU looks like theres nothing i can do11:59
gallomimiaremember, you are now running a virtual machine. this is kinda like having a second computer, living inside your actual computer12:00
katnisand this virtual machine knows if it takes more than 1 i will be in trouble12:00
gallomimiawell that's not really true. but that rule is set somewhere12:01
gallomimiayou can technically give it access to all your cores. this might even be desirable if you're compiling code.12:01
katnishmm i cant waste more time for this12:02
gallomimiayou're probably at the point of "good enough for now"12:02
gallomimiaam i right to assume you're going to be using it to compile code for your computer science course?12:03
katnisyes and i am going to use samba12:04
katnisugh i am trying to fix things but it looks like it doesnt work i am so tilted b ut imma fix it12:05
gallomimiaewww i might recommend you avoid samba. use virtualbox to transfer your files with  another method12:05
gallomimiaall you need to do is be able to save your work in your file-editor to the virtual box, before switching over and pressing compile12:06
gallomimiathere's many many methods for this. i recommend scp or sftp. many editors support saving directly to these12:07
katnisi wish i could listen to you :(12:07
gallomimiais required by course?12:07
katniscmon intel12:07
katnisyes :(12:07
gallomimiathat seems rather odd12:07
gallomimiafirst they require you to use ubuntu, then they turn around and say samba is the answer?12:08
katnishe wants me to use both12:08
gallomimiayeah. you tell him the weirdo who helped you get it working wants to know if he got his degree out of a cereal box12:09
pycuriousvirtualbox AMD-V is disabled in the BIOS - is there any way to switch this on remotely(using cli) if the bios is not accessible?12:09
katnisHAHA i wish i could do that too12:09
katnisi dont even like his accent12:10
aslanHello, I need to launch a browser, a graphic editor and a file manager.12:10
aslanReassign their priorities. Kill all the above processes in one12:10
aslanline.12:10
gallomimiawell katnis it's good to move forward. i predict setting up samba will be even more tricky12:12
katnisi know how to do it12:12
katniseverything is in my head once i saw it12:12
gallomimiayou're better off than i12:12
katnisSVM mode enable12:12
katnisim "special*12:13
SteelRosehi all! why is Ubuntu 20.04 asking me for a sudo password when my user is already listed in the /etc/sudoers.d/90-clouding-ubuntu file with the NOPASSWD:ALL option? Thanks12:13
gallomimiame too but no expert has a name for it12:13
gallomimiaSteelRose, strongly recommend against that.12:14
SteelRosegallomimia: I know.. it's not really my user but a system user for Ansible deployments that needs to sudo12:14
SteelRosein CentOS it works as expected12:16
nuala( ^ im interested in that too. my s/o switched back due to 'annoying passwords'. i think our threat level is low enough passwordless could be okay :S )12:17
gallomimiaah ok. well, sounds reasonable. sorry i don't know the answer12:18
gallomimialike i said above it's my first day back after like a year. still trying to remember how stuff works12:18
nualawasn't exactly directed at you <3 just noticed the convo and thought I might chip in my past experience. :)12:19
SteelRosenuala: :-)12:37
SteelRoseit would be good to have an answer/solution12:37
katniswhat is this12:38
katnisit says i have an i686 cpu12:39
katnisdoesnt let me install12:39
katnisdrives me crazy12:39
SteelRosekatnis: what CPU do you really have?12:40
katnisa 7700K intel core i7 processor12:40
katnismade in 201712:40
SteelRoseare you running the 64-bit version of your OS or the 32-bit?12:41
BluesKajHi folks12:42
katnisthe windows is 64bit and the ubuntu i got is 20.04 32bit12:43
katnisor...is it?12:43
ioriai don't think so12:43
katniswell luckily everything is working perfectly12:44
SteelRosekatnis: if your CPU is a 64-bit, I would reinstall Ubuntu 20.04 using a 64-bit version this tim e12:56
katnisi see... thank you so much for the help guys :DDD13:00
gallomimiatry to keep in mind katnis is running ubuntu on virtualbox. but yeah you need the 64 bit version to get any real work done. i thought they stopped supporting 32 bit?13:02
katnisi will run this in a native environment one day13:03
gallomimiayou'll like it13:03
gallomimiabut in the very short term, using a virtual box to get assignments done is probably best13:03
gallomimiaaside from the "hey samba is the best way to interact between windows and linux" goofball suggestion13:04
katnisi will say it when i leave the class13:06
katnisi dont wanna get kicked out yet :(13:06
gallomimialol13:07
gallomimiai'm willing to bet someone else will say it long before the class is done13:07
katnisi regret setting up a long password13:08
gallomimiapretty sure you can change it13:11
gallomimiaor... get used to typing it often and use it once you run native13:11
lotuspsychje_!discuss13:11
ubottuWant to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!13:11
gallomimiait can be very important if you open the ssh port. there are bot-nets on the internet that try every single computer and try to break their passwords13:11
=== keypushe- is now known as keypusher
SteelRosegallomimia: OK, I did not know the internals13:15
rneesemorning it seems debootstrap 1.0.123 is broken but if you update to debootstrap 1.0.124.ubuntu0 when you run it it force downgrades to 1.0.12313:17
rneeseI keep getting /bin/sh 0: Illegal option but its note saying why--13:18
rneeseI keep getting /bin/sh 0: Illegal option -- but its note saying why13:19
rneesehttps://armbian.lane-fu.com/linx/jopvstfj.txt13:32
rneesethats the full output13:33
rneeseit was working on focal but on impish its now broken13:33
gallomimiawell, let us google this part of the log: debootstrap/debootstrap --second-stage13:34
hsbasuwhat is the difference between Appindicator3 and ayatana-appindicator3?13:34
=== diskin is now known as Guest5879
=== diskin_ is now known as diskin
=== coconut_ is now known as coconut
rneeseI did and it works file on focal but it breaks on impish so it says its a impish issue13:50
=== genii-core is now known as genii
rneeseand it works on debian fine13:51
rneesebut we need it for our ubuntu buiilds13:51
gallomimiaseems that way. maybe you should consider filing a bug report13:56
katnishow do i change font color of gedit? i cant see anything :(13:58
katnisi tried preference13:58
katnischanges the background only13:58
gallomimiauh, the color scheme. it colorizes text based on what is happening in the text. code, comment, keywords14:00
hsbasukatnis preferences>(tab> Fonts and colours> select any colour scheme there.14:00
katnisoh... why does it work now14:01
katnisi will stick to blue now14:01
katnisthank you so much for hsbasu and gallomimia !14:01
gallomimiai think it only affects newly opened windows14:01
nualaI installed easy-rsa, but it is not in PATH. It seems i have to cp -r /usr/share/easy-rsa to wherever I want to create certs/keys.... so uh... is this intended?14:02
nualawell first i found -server channel where this question might have been better. second, guess the docs answered my question :> https://github.com/OpenVPN/easy-rsa/blob/master/doc/EasyRSA-Readme.md#obtaining-and-using-easy-rsa14:27
Furiaque pasá amigos14:48
Furiay a14:48
leftyfbI'm using dnsmasq for local DNS caching on the wireless interface as well as a dhcp server to serve up a single address to a separate wired interface. The problem I'm noticing is dnsmasq is writing out a /var/lib/dhclient.leases when we already have a dhclient.wlp2s0.leases and depending on timing, this can cause the machine to pull 2 ip addresses. Deleting both lease files and rebooting will temporarily fix the problem. The question is, how to14:55
leftyfbget dnsmasq to not bother acting like a dhcp client?14:55
haliHello, my system was running well, till I installed some update, I have bad resolution and unknown monitor Ubuntu 21.1014:59
haliguys would please tekk me if anybody can read my message here15:08
hali??15:08
alkisghali: yes your message is shown, patience. Also upload the output of this: lspci -nn -k | grep -A3 VGA15:08
halithank you just to confirm that i am not alone15:09
alkisgleftyfb: I have /var/lib/misc/dnsmasq.leases from dnsmasq and /var/lib/dhcp/dhclient.leases from dhclient; are you sure it's in /var/lib without subdirectory for you?15:11
leftyfbalkisg: I have both. The misc is for the leases it hands out via it's dhcp server, not as a client which is in /var/lib/dhcp/15:12
alkisgleftyfb: right, so you said `/var/lib/dhclient.leases`, in which subdirectory did you mean?15:13
alkisgBecause the one under dhcp shouldn't be created by dnsmasq but by dhclient15:14
leftyfboh ,sorry, /var/lib/dhcp/dhclient.leases15:14
alkisgYeah, so, that one wouldn't be created by dnsmasq15:14
alkisgIt would be created by your dhcp client, not the server15:14
leftyfbit is15:14
leftyfbif I disable dnsmasq, that file no longer gets created15:15
alkisgBecause you have no dhcp server for the client to get an ip from15:15
alkisgBut it's not created from the server; it's created from the client15:15
alkisgYou can tell dnsmasq to only reply to a single client by its mac, if you want15:15
alkisgThat way it won't reply to your ethernet15:15
alkisgI mean, that if I understood it correctly, your eth0 is asking your wlan0-dnsmasq for an ip15:16
alkisghali: do upload the output of the command that I asked for above...15:19
leftyfbother way around. dnsmasq is listening on wifi for dns caching and on ethernet for dhcp. For some reason it's getting the dhcp traffic for wlan even though I have no-dhcp-interface=wlp2s0 specified. It's odd because the wlan isn't asking dnsmasq for dhcp, it seems dnsmasq is asking wlan for dhcp. The lease file is prettymuch the same as the normal dhclient.wlp2s0.leases15:19
RadSurferDOES anyone know of a standalone volume control for Ubuntu? Something that can stay on top? GUI15:21
=== Starmina_ is now known as Starmina
alkisgleftyfb: how do you configure your IPs, e.g. "eth0 is static, via network-manager, wlan0 is DHCP, with router reservation"15:23
leftyfbethernet is static, wlan is dhcp15:23
alkisgAnd what is the exact name of the extra leases file, to make sure because there were typos above?15:24
leftyfb$ ls /var/lib/dhcp/      dhclient.leases  dhclient.wlp2s0.leases15:25
halialkisg, the result here https://paste.ubuntu.com/p/kpGYFbdQ2D/15:25
leftyfbwhen the machine boots up with the cached wlp2s0 already on it from before we had dnsmasq, it's out of sync with the leases on the dhcp server hosted on the network. It kinda stays but dnsmasq makes a second request and lease file and we get 2 addresses15:26
alkisgleftyfb: grep /var/lib/misc /usr/sbin/dnsmasq => matches. grep for /var/lib/dhcp => no. That file isn't generated by dnsmasq15:26
alkisgdnsmasq isn't a dhcp client, it wouldn't even have the code to make a request15:27
alkisghali: were your updates somehow interrupted? Can you run this to make sure: sudo apt update; sudo apt full-upgrade --yes15:28
haliok15:29
leftyfbalkisg: ok, but having dnsmasq installed causes that 2nd dhcp request and leases file to get written. Any ideas why?15:29
alkisgleftyfb: how do you manage your network, with netplan, ifupdown, network-manager etc?15:30
leftyfbifupdown15:30
RadSurferWhen I say standalone volume control, I mean separate from that "settings/sound" panel...15:30
gallomimiahali in my experience when that happens to me, it's an incompatibility with the graphics driver. an update or reinstall of that can probably fix15:32
halistill unkonwn screen, installed update and reboot15:32
gallomimiaor it may be possible that the system started using the cpu-based graphics instead of any discrete GPU you might have15:33
alkisghali: did you see any errors while you ran those commands?15:33
halino nothing15:33
alkisgleftyfb: can you pastebin your configuration? Feel free to alter the IPs if you want15:33
leftyfbwhich one? dnsmasq?15:33
halimaybe the problem is with graphic card driver !!15:33
alkisg /etc/network/interfaces*15:33
gallomimiathat's what i said15:33
gallomimiaoh. you were rebooting at the time15:34
alkisghali: you're using intel, you're not using a separate graphics driver; what would you reinstall?15:34
leftyfbalkisg: ok, give me a few. It's rebooting and reconnecting to wifi15:34
haliI have only integrated graphic card15:34
alkisghali:  Can you try booting with the older kernel? By selecting Advanced options in grub?15:34
haliI have only intel no other card15:34
alkisgYes, I know15:34
haliyes i did but no changes, but I will try it again15:35
halialkisg, from the old kernel , no changes15:38
halimaybe I should remove the driver and install it again15:38
leftyfbalkisg: https://pastebin.ubuntu.com/p/rR687K4DzW/15:39
ioriahali, are you a bot ?15:39
haliioria, I do not understand?15:40
alkisgleftyfb: it seems ok; I wonder if netplan is playing tricks...15:40
leftyfbthere's no netplan15:40
leftyfbalkisg: again, this only happens if I have dnsmasq installed15:41
leftyfbalkisg: even if I disable the dhcp server talking to the ethernet15:41
alkisgleftyfb: OK, but I still don't think that file is *generated* by dnsmasq15:42
leftyfbalkisg: this is the dnsmasq.conf.d/file as it stands now https://pastebin.ubuntu.com/p/Fnvxf49t5Z/15:42
alkisgSomething else generates it when dnsmasq is installed, OK15:42
haligraphic card is Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 0915:42
alkisgleftyfb: I have /etc/dnsmasq.d, not .conf.d15:42
halisystem is using this driver Mesa Intel® HD Graphics 3000 (SNB GT2)15:43
haliNot sure it is the best one15:43
alkisgAre you sure it takes effect?15:43
leftyfbalkisg: sure, typo, sorry15:43
alkisgOK15:43
alkisgleftyfb: and what happens if you don't put a range at all?15:43
alkisg*a dhcp range, that is15:43
leftyfbalkisg: I was manually obfuscating filenames15:43
leftyfbcorrect15:43
alkisgOK15:43
alkisgSo if your dnsmasq doesn't have a dhcp-range, and it can't even send an ip to clients, what happens then?15:44
gallomimiauhmmm... i think the answer is "nothing"15:44
leftyfbgallomimia: can we help you with something?15:45
RadSurfer(anyone know about GUI volume/mixer controls for ubuntu?)15:45
leftyfbalkisg: there's no dhcp server configured or listening via dnsmasq. But having dnsmasq installed still causes the 2nd ip cached lease file15:46
alkisgleftyfb: and you said that this file is an indication of a second wlan0 IP?15:46
alkisgWhen that file appears, you get another IP?15:46
TJ-leftyfb: disable dhclient and see if it continues to happen15:48
leftyfbalkisg: well, now I'm thinking it's not getting the first from the DHCP server on the network, but maybe just keeping it's lease from the original dhclient.wlp2s0.leases lease file but then requesting another one and writing it to dhclient.leases15:48
leftyfbTJ-: I don't have local access to this machine. That might be bad15:48
alkisgleftyfb: to make things clearer, forget about the leases file for a bit. What is the problem apart from that, do you get a second IP or something?15:49
TJ-leftyfb: if there's a leases file being written to /var/lib/dhclient/ it's being done by an instance of dhclient. That may be being triggered by the dnsmasq operating on the wired interface15:50
leftyfbalkisg: yes, "ip a" shows 2 ip's and half the time the dymanic dns entry on the network is updated to the wrong one15:50
rwinnerHi, I would like to set Gmail as my default email application, but the only option in settings is mutt. How can I change it to gmail?15:50
TJ-bah, typo in paths15:50
leftyfbTJ-: you mean /var/lib/dhcp right?15:51
TJ-leftyfb: :D yeah15:52
leftyfbat the moment, I've disabled the dhcp server in dnsmasq completely. So it shouldn't be doing anything on the wired interface. But wlp2s0 is still getting 2 ip's15:52
TJ-leftyfb: "ps -efly | grep dhclient"15:52
TJ-is NetworkManager enabled on that interface?15:52
alkisgleftyfb: what's the valid_lft for these two IPs?15:53
TJ-check "journalctl -u NetworkManager --since="1 hour ago"15:53
leftyfbah, ok, to be clear about something, if I fix the issue by deleting both lease files, we no longer get 2 ip's. This is fine, but is not a perm fix. We shouldn't be writing out 2 lease files. That is going to cause problems down the road with 1 being out of sync15:55
alkisgTJ-: he said he's using ifupdown: https://pastebin.ubuntu.com/p/rR687K4DzW/15:55
leftyfbthere's no network manager. It's ubuntu server running wpa_supplicant for wifi15:56
leftyfbhttps://pastebin.ubuntu.com/p/TqCXG5qXR4/15:56
TJ-leftyfb: so you've two instances of dhclient running16:01
leftyfbhttps://pastebin.ubuntu.com/p/mGNvh4383C/16:03
leftyfbthis is an example of the problem as it's happening16:03
leftyfbdeleting both of the lease files and wiping the lease off the server makes it so both lease files get populated with the same ip's16:03
TJ-but you've something starting two instances of dhclient so you're getting exactly what is expected16:05
leftyfbTJ-: a 2nd instance doesn't start when I remove dnsmasq16:05
BCBI'm trying to get my network device back up.16:05
leftyfbdnsmasq should not be acting like a dhcp client16:05
TJ-leftyfb: it doesn't16:06
TJ-check what the parent PPIDs of those dhclient processes is16:06
BCBifup eth0:1 RETURNS: Unknown interface eth0:116:06
=== Starmina_ is now known as Starmina
BCBI have 4 IPs in there and 1 ip does not work.16:07
TJ-leftyfb: is there by chance another file in /etc/network/interfaces.d/ also tied to wlp2s0 ?16:07
BCBresults of ip a s https://pastebin.com/raw/q1f4qv2m16:07
BCBresults of ifconfig: https://pastebin.com/raw/zvmGhLeM16:08
TJ-BCB: why are you still using legacy alias interfaces? any reasons not to assign the addresses to the primary interface16:09
leftyfbTJ-: no16:10
BCBTJ- what commands should I be using.  I've been away from my server for a while16:10
TJ-BCB: well, for a long time now we're standardised on systemd-networkd for server config, possibly rendered at run-time by netplan16:11
BCBTJ- OK.  how to I assign the addresses to the Primary interface16:11
TJ-BCB: I can't help you much with ifupdown alias interface stuff, not used that in over a decade16:11
BCBTJ- can you tell my what command I could be using16:12
BCB*commands16:12
TJ-leftyfb: the process list showed two instances of dhclient with widely different PIDs which infers they aren't related, so presumably there's something else starting the 2nd instance. Maybe create a temporary shell wrapper around /usr/sbin/dhclient that writes the PPID (parent process ID) to a file16:13
TJ-BCB: I don't want to push you off ifupdown but I just don't know about how ifupdown does those alias interfaces or how to fix them. If it used to work and now doesn't I'd first figure out what has been changed either in network config, package updates, or similar.16:15
BCBTJ- someone in #postfix told me to use ifup.  I'm running Ubuntu 16.04.7 LTS16:17
TJ-BCB: 16.04 is out of support now isn't it, aside from Canonical's ESM16:18
alkisgBCB, maybe this will work: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=172147#2116:18
ubottuDebian bug 172147 in ifupdown "ifupdown: How to use multiple IPs per NIC is not documented" [Minor, Open]16:18
leftyfbTJ-: https://pastebin.ubuntu.com/p/yJnjnhB2rD/   I can't determine what is the parent pid other than 116:20
BCBTJ- yes.  I'm afraid to upgrade becuase the last time I upgrade there was a bug in the code and I'm was off-line for a while.  Maybe its safe to do it now.16:21
TJ-BCB: ouch! well, take your time, and plan :) I often suggest practicing by taking a clone and using it in a virtual machine to see what needs fixing up after, before doing it on the production system16:22
BCBTJ- Yes.  Thank you.16:26
BCBTJ- had to delete all my bitcoin and litecoin blocks!  No room to upgrade.16:41
=== Ricardus_ is now known as Ricardus
BCBTJ- do i have to "restart" initramfs if I changed compress to xz (COMPRESS=xz) ??16:47
TJ-BCB: rerun update-initramfs ? yes16:47
BCBTJ- update-initramfs -u  (update)16:49
TJ-BCB: yes, that rebuilds it16:49
=== hjeldin1 is now known as hjeldin
=== lotuspsychje_ is now known as lotuspsychje
erakisI upgraded a server from Ubuntu 18.04 to Ubuntu 20.04.03 and the service `iptables` is no longer working. `ufw` has been removed. I removed it and reinstalled it but it's still not working.16:58
BCBTJ- so I still need to remove 28.3 M from my /boot drive.  Any suggestions?17:00
erakisIf I list the rules `sudo iptables -L`, the output does not fil with the rules I wrote with `iptables-restore -c < /etc/iptables/rules.v4.orig`17:01
=== rohit is now known as inerkick
BCBHow do I reduce my /boot drive by 28.3 M17:08
lotuspsychje_BCB: try bleachbit or stacer to shred some space on your system17:12
BCB*currently deleteing old kernels17:13
RadSurferWhen launching Terminal, is there anyway to ALWAYS have menu on?17:13
Guest10libreoffice-common_1%3a6.4.7-0ubuntu0.20.04.1_all.deb or libreoffice-common_1%3a6.4.7-0ubuntu0.20.04.1_all.deb seems to have a malformed png in either or them (not sure which one).17:28
=== Sven_vB_ is now known as Sven_vB
xboxhi18:19
xboxdont exist like a general channel (question)18:20
VMGuy23?18:21
xboxumm18:21
xboxnothing18:21
phi18:29
=== p is now known as Guest3794
ninjaxpresskgnhelo18:46
sarnoldehlo18:46
robertparkerxhow can I clone a folder?18:47
ninjaxpresskgni am xubuntu user how to upgrade kernel 15.15.rc718:48
najatacrsync -axv /path/to/existing /path/to/new18:48
EriC^^robertparkerx: cp -a /folder /newfolder18:48
robertparkerxEriC^^ tyvm18:50
EriC^^robertparkerx: np18:51
BinarySaviorufw allow 'Nginx Full' allows for 80/443, is that it?19:26
BinarySavioror does it allow for nginx to accept requests from any port19:26
sarnoldcan you rephrase your question?19:26
BinarySaviorwhat exactly is implied by 'Nginx Full'19:27
sarnoldBinarySavior: yeah, that looks like what it allows, https://termbin.com/f90b on one of my systems19:29
ioriaopens both port 80 and port 443 TLS/SSL19:30
BinarySaviori created a docker running on port 1221, but I dont have an allow rule set up in ufw19:33
BinarySaviorhowever, i have no problem connecting to the docker from remote19:33
BinarySaviordoes docker bypass ufw?19:34
sarnoldI bet docker installs forwarding rules in a fashion that won't be blocked by the rules installed by ufw, that's pretty plausible, yeah19:36
VMGuy23 I have caps lock set to open a menu, how to stop it from triggering caps lock? using KDE19:36
RadSurferanyone know of an easy way to WAIT for a Keypress before continuing a Bash script? Why can't sleep do it!19:42
sarnoldRadSurfer: I think the read built-in is the usual way to do this, but I don't have an easy example ready19:44
RadSurferugh! whatever happened to ordinary PAUSE for crying out loud!19:44
tomreyndid that ever exist as a command on unix?19:45
sarnoldnot that I know of19:45
RadSurferit certainly should have19:45
RadSurferof all the clever things linux does!19:45
sarnoldusually you want a 'y' or 'n' to know to continue something or bail, and read lets you get that; that's why it's the tool that's usually used for this19:46
RadSurfersimple ENTER will suffice19:46
RadSurferPAUSE <ascii_key_code>  how hard to make a util that does that :)19:47
sarnoldtry it :) you may find it easy enough to make the tool you miss19:47
EriC^^RadSurfer: read -n1 -r -p "Press any key to continue.."19:47
sarnoldor just use what EriC^^ gave you, whatever :)19:48
RadSurferapparently that works, Thank You19:48
EriC^^no problem19:48
tomreynoh you just wanted someone to read the manpage for you19:49
* RadSurfer is no expert about bash; learn as I go19:54
tomreynRadSurfer: maybe i was a bit harsh. there are the "help" and "man" and "info" commands to retirve more information on the shell built-in command "read"19:57
RadSurferif you knew to use 'read' to begin with; I'm green about some stuff still.19:58
tomreynbecause it's built-in to the shell, the man page would be that of bash19:58
BinarySaviori made an entry to my crontab file but it doesn't seem to be working19:59
tomreynnot knowing what the command is called is fine, i think we're all happy with helping out there19:59
BinarySaviorhttps://bpa.st/N33Q19:59
RadSurferAll-in-all Ubuntu's been real sweet.... except when BT interface totally dies, and I don't know why. NO BT devices register, and that sub-panel in settings won't activate!19:59
BinarySaviorif i run the sh script using ./dnsallow.sh i can see the entry reflected in my iptables, but I have waited several minutes for crontab to run the script and I have not seen my iptables update20:00
v4This is more Linux/Unix, than Ubuntu per se but had some questions about filesystems as it relates to cp vs mv: When moving (mv) a file within the same filesystem, I can tell from using `stat` that the inode of the file remains the same. Is what's happening here that the original containing directory is modified such that the reference to the moved20:00
v4file is removed, and the new containing directory is modified such that a reference to the moved file is added? (Or is my understanding here inaccurate?)20:00
EriC^^BinarySavior: try to add a #!/bin/bash at the top of the script20:01
tomreynRadSurfer: dmesg -w   displays (only) kernel logs as they happen,   journalctl -f    does this and also adds other (daemon, potentially application) logs. quit with ctrl-c20:01
RadSurferWill paste that into my Notes file...20:01
EriC^^BinarySavior: also make sure it's +x chmod +x /etc/script.sh20:03
tomreynRadSurfer: is suspect that something related will be logged when you try to enable bluetooth in settings and it fails. that's unless bluetooth already fails to initialize entirely during boot ("journalctl -b" to access this boots' log, look for "bluetooth", "bt", "hci" and the name of your driver, which will be listed in   lspci -knnv    output)20:03
RadSurferShutting down totally, waiting 5, and then rebooting solved it this time around...20:04
tomreynv4: if it's not about ubuntu then there is #linux20:04
RadSurferI rather use BT alot :)20:04
v4tomreyn Thanks I'll post there20:04
sarnoldBinarySavior: I can't spot anything in that paste that immediately looks like trouble; do you get any output mailed to root?20:05
tomreynRadSurfer: there are plenty of computers where some firmware or drivers become unreliable after return from suspend, maybe what's what you're hinting at.20:05
sarnoldBinarySavior: maybe try replacing /1  with * ?20:05
RadSurferoddly enough I was using ctrl_s ;)20:06
sarnoldv4: yes, mv just edits directories when it can; it reverts to something like cp + rm when it can't just edit directories20:06
RadSurferbut why kill ALL BT20:06
tomreynthere's also rfkill, a tool to inspect sftware and hardware device kill states.20:07
BinarySaviorEriC^^, i added the shebang and it was already +x , still not working20:07
tomreyn(as well as to change those states)20:07
BinarySaviorsarnold, what would * do?20:07
sarnoldBinarySavior: run it every minute20:07
BinarySaviorokay i replaced with *20:08
tomreynBinarySavior: where is this 'crontab file' stored?20:08
BinarySaviortomreyn, /etc/crontab20:08
BinarySaviorsarnold, how to i check for mail to root? the script itself does not provide any output20:09
sarnoldBinarySavior: I usually view /var/spool/mail/root -- I don't bother with full mail setups on my machines, so they don't go anywhere20:09
BinarySaviornothing in there related to this, last entry was 12 days ago20:10
tomreynBinarySavior: which ubuntu release is this?20:10
EriC^^BinarySavior: try "grep CRON /var/log/syslog" is the cronjob running?20:11
BinarySaviorsarnold, i think adding the * worked20:11
sarnoldBinarySavior: woot20:11
BinarySaviorEriC^^, yes, it is running20:11
tomreyn /etc/crontab shouldn't be +x20:11
EriC^^BinarySavior: all good now?20:12
BinarySaviortomreyn, /etc/crontab is not +x, /etc/dnsallow.sh is +x20:12
BinarySaviorEriC^^, i think so I'm going to flush the chain and see if it updates again20:12
tomreynBinarySavior: oh ok. and sorry, i missed the file names given on the paste.20:13
tomreyn#20:13
BinarySavioryes it's working now thank you, now if I change that * to /5 should it run every 5 minutes?20:14
tomreyni'd keep /etc/crontab unmodified and instead create new files in /etc/cron.d  to not complictae release + package updates20:14
tomreyn*/5 rather20:15
BinarySavioroh okay20:15
RadSurfertomreyn :: when BT totally stopped responding; did a RESTART, and problem PERSISTED! it was only after a full shutdown/wait 5/reboot, that BT worked again.20:17
tomreynRadSurfer: sounds like firmware problems20:17
RadSurferNever surfaced before... will keep an eye on it.20:17
tomreynRadSurfer: such would happen if drivers did not (or were unable to, because non-orderly shutdown) shutdown the device properly, and they were also not reinitialized properly on power up.20:19
tomreynmaybe look for a bios update, review the end of the latest system log, to see whether there were problems with shutting down properly -    journalctl -b -1 -e20:20
RadSurferok20:21
RadSurferIt's an Ryzen 3 HP20:21
TomyLoboI installed the "chromium-chromedriver" package. because it's a snap, it will not run on users whose home directory isn't under /home. I was thinking that maybe i could make it work in snap's --devmode. will that in itself allow escalation from an unprivileged user to root or will the snap's privileges still not exceed those of the user invoking the snap?20:22
=== joaofofinho is now known as john
TomyLoboalso, wth is --classic confinement?20:23
RadSurfertomreyn :: can that output be filtered specific to BT ?20:24
tomreynRadSurfer: you can pipe it into grep (journalctl itself also offers some filtering based on the service name)20:27
sarnoldTomyLobo: I think --classic means no confinement at all: no apparmor, no seccomp, no namespaces20:27
=== Socks is now known as Magnets
TomyLobocan i switch an already-installed snap to classic mode without reinstalling it?20:28
TomyLoboor better yet, run one of its commands with a different confinement?20:30
TomyLobotried "snap set $snap_name confinement classic", to no success20:33
TomyLobonm, it doesn't even run in devmode20:37
TomyLoboI'm still getting the same "Sorry, home directories outside of /home are not currently supported." error20:38
sarnoldTomyLobo: not all snaps are prepared to work in classic confinement, I don't think. could you bindmount the directory into /home ?20:39
RadSurferI asked this before, but will again: Is it possible to have Menu Bar in Terminal ALWAYS present when launched?20:40
TomyLobothe only solution for running chromium-webdriver with files outside the /home directory can't be to use a bind mount20:41
TomyLobo"Warning: flag --classic ignored for strictly confined snap chromium"20:43
TomyLoboyou were right. i missed that the first time around20:43
tomreynchances are there is some third party (more or less) maintained .deb which can do what you want20:44
sarnoldor you could extract the contents of the squashfs using unsquashfs20:46
TomyLoboi kinda want the autoupdate20:52
TomyLobowhich is why devmode wouldn't work for me either20:53
BCBI just ugraded to Ubuntu 18.04.6 LTS and during the upgrade it said something about "software properties"  but that is not a command.  I thought the upgrade was telling me I could use this command to reinstall the software that was no longer compatable.  Any thoughts?21:04
sarnoldBCB: I think the software-properties source package provided the do-release-upgrade tool around then, or perhaps 16.04-ish era21:07
tomreynsoftware-properties-gtk and software-properties-qt are commands, though21:07
sarnoldaha21:08
sarnoldthat's more likely21:08
tomreynyou could use this command to graphically edit the apt sources used by your system.21:08
BCBtomreyn so do I run those commands??21:08
tomreynBCB: if you want to, yes, otherwise, no21:09
BCBtomreyn will that reinstall the incompatable packages21:09
TomyLobodid the upgrade tell you to? I kinda doubt it21:09
TomyLobofirst time you mentioned "incompatible packages"21:09
tomreynBCB: no, that would be silly, right?21:09
BCBTomyLobo The upgrade side a bunch a packages would be removed and something about "Software Packages" to reinstall them.21:10
tomreynTomyLobo: BCB wrote "no longer compatible" earlier, so that's pretty much the same as "incompatible"21:10
TomyLobowould have been cool to mention that when first asking the question21:10
BCBtomreyn: ok. But this list included Python, PHP, etc21:11
TomyLoboah so this wasn't the first time they asked, nm21:11
TomyLoboor maybe i just missed it, my bad21:11
tomreynBCB: php?21:12
tomreynoh the list of incompatible software included php, you mean21:12
TomyLobostill, paraphrasing apt output is bad21:12
tomreynBCB: what is it that you'Re needing to do?21:12
BCBtomreyn: yes.  I'm not sure.  I just doing want to discover that a package my system relies on is no longer available.  It's mainly PHP/MYSQL/HTML/POSTFIX/21:15
tomreynBCB: here's my guess on what upgrade-manager may have told you (not exactly this way, I'm paraphrasing from memory) during the release upgrade to 18.04 LTS: Some of the apt repositories you had so far were automatically disabled to prevent package / resolver conflicts. You may re-enable these repositories once the release upgrade is complete, using the software-properties-* commands.21:15
BCBtomreyn; Got it.  Thanks.21:17
tomreyn'html' is not a packe / a daemon (maybe you mean a webserver), the others are available from ubuntu repositories which should already be enabled (you might need to enable the ubuntu 'universe' repository)21:17
TomyLoboBCB, PHP is not the greatest of languages. never was. I guess you rely on those PHP applications, but if you don't I suggest you switch to a different one21:17
tomreynpacke -> package21:17
TomyLobomy crystl ball says it's apache21:18
tomreynmy crystal ball is divided between apache2 and nginx21:18
tomreynyou could check your logs, they consume less power than your crystal ball21:18
TomyLoboapache, btw, also not the best of webservers, but php works much better with it than with nginx21:18
TomyLoboor at least used to21:19
tomreynthat's not been so for a couple years at least21:19
TomyLoboapparently it works well with fastcgi today21:20
walterwhipexit22:15
walterwhipquit22:15
supersickleI realize that 22.04 is under active development, but can a person update/install it yet?22:20
supersickleI would like to use that as the base for some active development and roll with the changes as they come out.22:21
sarnoldsupersickle: sure, do-release-upgrade -d22:22
supersickleI've just never tried to install a pre-release before the beta was available22:22
glickityhi22:23
supersickleFrom 21:10 I'm assuming?  Will that work starting from 20.04?22:23
glickityif i go back to a ubuntu vm running in vm, and add a network adapter after the fact...it doesnt show up when i do ifconfig22:23
glickityis there some script i have to run to config the network devices?22:24
tomreynglickity: ifconfig is a legacy tool, use ip22:26
glickityi see22:26
tomreynjust adding a new interface to a physical or virtual system won't automaticall ymake that interface configured.22:26
glickityhow do i configure that22:27
tomreynis this ubuntu server or desktop?22:27
glickityserver22:27
tomreynwhich release?22:27
tomreynlsb_release -ds22:27
glickitythe latest release22:27
glickity20.10 i think22:27
tomreynthat's from october last year, thus the name22:28
tomreynit's EOL22:28
tomreyn!yy.mm22:28
ubottuUbuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle22:28
tomreyn!20.1022:28
ubottuUbuntu 20.10 (Groovy Gorilla) was the 33rd release of Ubuntu, support ended July 22nd, 2021. See !eol and https://lists.ubuntu.com/archives/ubuntu-announce/2021-June/000269.html22:28
tomreynthe latest stable release is 21.10, the latest LTS release is 20.04 LTS.22:28
glickitythats ok22:29
glickitystill trying to figure out the adapter thing22:29
sarnoldsupersickle: hmm, I'm not sure if it'll work from 20.04 or not :( it's worth a try, but if it doesn't Just Work it might be too difficult to try to get there to be worth it..22:29
glickityi mean i can reinstall i guess, just dont want to if i can avoid it22:29
glickityscrew it ill just reinstall22:30
tomreynglickity: i'll be happy to help if you run a supported Ubuntu release and explain what you are trying to make happen. generally, supported ubuntu server releases interfaces are configured through netplan, as a frontend to systemd-networkd22:31
tomreyn(network-manager through netplan is also an option, and you could also use those instrumentations directly, removing netplan)22:32
tomreynhttps://netplan.io has netplan configuration examples22:33
glickitylol im sorry, im running 20.04 LTS22:33
glickitysilly me22:33
tomreynthe same applies nevertheless22:36
supersicklesarnold: Thanks for the update.  I'll just install a 21.04 vm and do the upgrade.  I just had a 20.04 vm and was wondering how painful the jump might be.22:45
sarnoldsupersickle: it *might* just work.. lts to lts is supposed to work, afterall22:46
supersickleI'm just looking at the feasibility of aligning my dev toolchain lifecycle with the Ubuntu LTS lifecyle.22:46
supersickleI'm trying to get away from the it's working don't touch it mentality.  Ubuntu 12.04 32bit is no longer supported after all :-)22:48
sarnoldsupersickle: hah, yeah.. I know a few 12.04 machines that really ought to be enjoying a retirement..22:48
supersickleYeah build tools for embedded chips sometime suck :-)22:49
sarnoldoof22:50
supersickleIf we can make the upgrade pain happen once every 2-4 years with a 3-4 month look ahead prior to the LTS release it becomes a compelling cadence.  Trying it out the 1st time is the hardest part.22:53
archuserHello, I would like to open thunderbird directly in calendar mode but there is no --calendar flag. Do you think it is possible with xdg-open?22:55
sarnoldsupersickle: yeah, that's the question... every six months smaller pain, but more often; every two years is moderate pain, moderate often.. every ten years is all the pain, but every ten years, so the next unlucky saps have to deal with it22:57
BCBTomyLobo I LOVE PHP.  All hand coded.  What other language do you prefer.  DON'T say ruby23:04
BCBTomyLobo I like LUA23:05
TomyLobolua is great23:05
TomyLobophp, not so much23:05
BCBTomyLobo I LOVE PHP.  Tell me what is so bad about it?23:05
BCBTomyLobo https://www.infoworld.com/article/2852329/reasons-for-developers-to-love-hate-php.html23:06
TomyLobothis just says it's popular23:07
TomyLobooh and also that it's bad :D23:09
stackswapperhey boiz23:15
VMGuy23hello, what is your issue23:15
stackswappernah I'm here to hang out23:17
VMGuy23go to #ubuntu-offtopic then stackswapper23:17
stackswapperdo the vGPU drivers come by default in the new release23:17
VMGuy23i think so23:19
VMGuy23stackswapper:23:21
eelstreborwhat's the difference between .Xauthority and .Xuthority-n? (unable to write authority file .Xauthority-n)23:23
BCBI just upgraded to Ubuntu 18.04.6 LTS and now my OpenDkim will not start.  Any ideas?  Is there an opendkim chanel?  Thank you.23:28
glickityis there a kafka channel?23:45
VMGuy23?23:45
glickityapache kafka23:46
GrayGhost#kafka23:46
glickityyeah tried, its dead, just thought someone here might know the real one23:47
GrayGhostchat.freenode.net in #apache-kafka23:50

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