/srv/irclogs.ubuntu.com/2021/02/27/#ubuntu.txt

sarnoldCyb3r-Assassin: aha, look here for information on support / bugs with that version of python https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa00:04
hggdhCyb3r-Assassin: also, if you want 'python' to be python2, you should install the package python-is-python2. Orif you want 'python' to be python3, you install python-is-python300:08
hggdhbut -- AFAICR -- by default, there is no 'python'00:08
* soloslinger grumbles.00:11
Cyb3r-Assassinhggdh: it looks like the interpriter may be working now, so python itself is now ok. /usr/bin/python#.# will execute the python interpriter. pip fails because 2.7 is gone but pip3 works. pipx package was installed but fails with ~/.local/bin/pipx: No such file or directory.00:18
Cyb3r-Assassinthis may help https://bpa.st/2OFAK00:23
* eelstrebor fixed his gftp problem by installing the unity desktop on 20.04.200:50
Deihmoswhat happened to the minimal install cd01:01
Deihmosthe last version is 18.0401:02
MaikDeihmos: late to the party? They quit releasing mini isos. The last one is 20.04 and can be found here: http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/01:12
Maik:)01:12
DeihmosI see. The default installs so many packages. Thinking about moving from debian server to Ubuntu01:16
Maikthere are server images you know01:16
Maikthose are used these day to do a basic install01:17
sarnoldDeihmos: depending upon what you're doing the cloud images may help http://cloud-images.ubuntu.com/01:33
Loebsarnold, is there somewhere that I can find the default curtin config used when you call "layout: name: lvm"?01:35
LoebI assume it's still using curtain behind the scenes01:35
Loeb... and as SOON as I say that, I scroll down instead of up01:36
LoebDisregard.01:36
Loeb(It's lower down on the link from earlier)01:36
=== Moyst_ is now known as Moyst
sarnoldLoeb: woo :)01:38
LoebI do very much wish the default just used the whole disk, the graphical installer does that too02:04
=== vlm_ is now known as vlm
=== zbenjamin_ is now known as zbenjamin
=== xissburg_ is now known as xissburg
=== benfrancis2 is now known as benfrancis
swear000is it better to debug the journal from the bottom up or top down?05:25
lotuspsychjeswear000: journal logs are to interpret from the actual info it gives you, top or bottom is just a position05:28
lotuspsychjeswear000: bottom logs are newer05:30
swear000well I just wanted to solve problems quickly.  I am on 20.04 and I want to get as much spam cleared as possible.05:31
swear000update-notifier says: "gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed" but where do I find update-notifier referencing GTK05:33
swear000I also get messages like org.freedesktop.systemd1' failed but that is actually related to dbus05:35
lotuspsychjeswear000: journal logs gather a lot if info you cannot prevent it all, only on real bugs when you solve the specific lines will vanish05:36
swear000can I use a tool like MELD to diff the changes and fix errors faster?05:39
Bashing-omswear000: Maybe of help: https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs .05:42
JuniorGood morning!05:56
swear000that is kind of helpful but the little things like dbus from the systemd --user instance.  My dbus is running but does it want my user session to starrt from pam or gdm or bash?05:58
JuniorI have the following problem https://forums.lenovo.com/t5/Gaming-Laptops/Bluetooth-not-working-on-my-Legion-Y530/m-p/4581719?page=1#5225190  - lenovo supports says that they do not support "linux", any idea how to fix this? I have just tested the bluetooth headset on windows by playing aprox. 40 minutes videos on youtube and the headset connection05:58
Juniordoes not drop05:58
Juniori need to rephrase my previous question - their reply was: "Just to set your expectation, the Legion C530 is not listed as compatible to run Linux OS"06:00
swear000maybe reload the bluetooth module06:01
Juniorswear000 this problem is 2 months old, i have reloaded, restarted many times06:01
abhijitHi All. How can I map the mouse scroll wheel to volume increase/decrease06:01
=== waxfire7 is now known as waxfire
swear000did you check here :https://wiki.archlinux.org/index.php/bluetooth_headset06:04
Juniorthat particular link no, let me see what is there, thanks06:05
Juniorbut i hope that you understood that i can connect just fine, but from time to time without "reason" if i play from youtube, spotify etc. i have pauses06:07
Juniorit seems that there is something that i can try - pactl set-port-latency-offset <bluez_card> headset-output 125000 , will do this, thanks06:11
swear000yes because those services deliver a lot of bandwith intensive data.  Linux is better at text and networking.  It does some window manager functions but can be buggy in some areas especially with unsupported hardware.06:11
Juniorset port latency did not word, restarted pulse audio, "connection" still drops - by connection i mean for aprox 2 seconds the sounds interrupts06:16
aquanauthi,i need install pylab in linux python2 env.how can to do that?Thank you.06:40
Brotchuhi08:14
kirk781hello Brotchu08:17
Brotchuhi Kirk . i am new to IRC. now i know its working08:18
=== jpnurmi_ is now known as jpnurmi
kirk781Brotchu, noice; chose irssi you did :p08:19
Brotchuyeah, i like to stick with CLI. i am reading the docs in another window; figuring it out08:21
meandrainhi, any idea what would be a partition size for swap, these days? The machine has 128 GB of RAM. I would not make such huge swap partition (like it was in the past recommended to be double of ram).08:25
meandrainAnd another question, any idea in case of kernel debugging, do you need a big swap partition?08:26
EriC^^meandrain: if you wont use hibernation you dont really need a swap08:26
EriC^^no idea on the kernel debugging08:26
meandrainno, I don't use hibernation08:26
ThinkT510Brotchu: weechat is another popular choice for a terminal IRC client08:28
=== Smedles_ is now known as Smedles
random_programmeHi, I am trying to login to a remote Ubuntu VM via vnc. I was able to setup the VNC connection and am able to see the ubuntu login screen. But even after trying to logging in with the root user's password, it says 'Sorry, that didn't work. Please try again.'09:14
random_programmeCan someone please tell me what the problem is?09:14
ducassedon't run the gui as root09:35
random_programmeducasse Great, that resolved the issue. Thanks09:42
lotuspsychje!yay09:43
ubottuGlad you made it! :-)09:43
MrokiiHello. Does anybody know if one can burn M-Discs on Linux/(K)ubuntu? And if so, does anybdoy have tips for an external drive?10:00
tomreynMrokii: i think those are burnt the same way as dvds + blue-rays, isn't it?10:07
Mrokiitomreyn: I guess, as they're technically Blu-Rays as well. I just don't know if the discs with greater sizes are recognised by Linux and the burning-software.10:10
ducasseiirc they use some proprietary bits10:13
ducassecould be wron, though10:13
ducasse*wrong10:13
tomreynhttps://maximumhoyt.blogspot.com/2017/08/burning-25gb-m-discs.html10:14
Mrokiitomreyn: Possibly a bit outdated, but thanks anyway. I'll take a look.10:15
tomreynyes, this article is a bit dated. but when there was support in 2017, then i assume those tools still support it now.10:16
tomreynyou may want to use a CLI utility so that you'll not miss any error messages or warnings.10:16
Mrokiithat's no problem.10:17
Mrokiiusing a cli-utilty I mean.10:17
isomarigreetings, my laptop time is always 3 minutes behind every other clock in my system even afte using sntp to sync. Any suggestions?10:22
summonnerdo you have the ntp daemon installed10:30
kevri'm having issues with booting on an lvm-on-luks setup. not sure what just happened, but update-initramfs got ran and i changed some things around, and i just started experiencing a blocking issue: now it's telling me, after i unlock 'cryptdata' successfully from the grub encrypt hook prompt, the login just spins forever and if i use an F key to switch to another tty, it tells me that it's having10:32
kevrtrouble finding the "data" volume group. when cryptdata is unlocked, it contains an lvm group data and lv root, for /dev/mapper/data-root.10:32
kevrthe weird thing is, it seems to be scanning /dev/mapper/data-root with no problem (with fsck, looks like)10:32
kevrso i'm not sure why it's complaining about not finding the data group10:32
kevrhell, i just booted into live iso multiple times to check it all out, it all looks fine.10:33
kevrperhaps it is running lvm before the encrypt hook.10:33
=== PowerTower_121 is now known as PowerTower_120
=== lucas_ is now known as Guest66774
kevrwtf man11:40
kevrits somehow stuck saying its not found, but it mounts it completely fine in the emergency shell11:40
kevrall my files are there11:40
Paddy_NII have a bit of a minor issue with the default audio output that the gnome shell panel applet uses.  It's the wrong one and no matter how hard I have tried I cannot get it to default to the one I want.  Any ideas?11:54
Paddy_NIIt uses "Analog Output Built-in Audio" instead of the one I want which is "Line out Built-in Audio".11:55
Paddy_NII have a vague memory of this not being an issue during the early days of the 20.04 release as analog output actually worked and line out did nothing.  Now it's reversed.11:56
Paddy_NI*analogue11:56
Paddy_NIAs I said it's a minor issue but it would be nice to arrest control of the problem11:57
irgendwer4711hi, when will Thunderbird 78.8 be rolled out?12:15
handlebarirgendwer4711 : it is available now but for only 7, 8 and 1012:22
irgendwer4711linux 7?12:22
handlebarwindows, that is.12:22
irgendwer4711:-D12:22
handlebarshouldn't be far behind.12:23
irgendwer4711silly bugs in pre 78.812:23
lotuspsychjeirgendwer4711: snap info thunderbird12:29
irgendwer4711I dont wanne play a snap game12:30
summonner7 8 9 (hey, it was hungry)12:31
gotgot36Hi there, I'm on Hirsute (maybe it's not the right channel) and I have an issue with copy/paste only when using wayland. It seems I cannot copy more than one thing per process. Eg If I copy something in my terminal, I cannot copy anything else until I copy something from my browser (or any other window).12:37
lotuspsychjegotgot36: #ubuntu+1 indeed please12:40
oerheksIf I copy something in my terminal, I cannot copy anything else .. is not a bug?12:42
oerheksthat is how it works, imho12:43
BluesKajHi folks12:50
kevri'm having issues with booting on an lvm-on-luks setup. not sure what just happened, but update-initramfs got ran and i changed some things around, and i just started experiencing a blocking issue: now it's telling me, after i unlock 'cryptdata' successfully from the grub encrypt hook prompt, the login just spins forever and if i use an F key to switch to another tty, it tells me that it's having12:50
kevrtrouble finding the "data" volume group. when cryptdata is unlocked, it contains an lvm group data and lv root, for /dev/mapper/data-root. the odd thing is, the emergency shell has the logical volume associated with the volume group mounted at / properly.12:50
kevri've tried completely reinstalling lvm2 and cryptsetup-initramfs, same behavior12:51
kevrbut it does look like my other partition was a key stored at /etc/luks/home.key isn't mounted.12:52
summonneroerheks, what happens when you log off and back on again? does it all work fine?12:58
lotuspsychjeone for you TJ- ^12:58
oerhekssummonner, this was my reply to gotgot3612:59
summonnergotgot36,  what happens when you log off and back on again? does it all work fine?12:59
oerheksine can give a copy comand in terminal, but must wait fr the prompt to return12:59
oerheksc/one12:59
summonnerthe behavior I've seen from time to time too, but on xfce/lxdm, it ends up going away after I do a heap of copies or something13:00
gotgot36thanks for you help! moving to #ubuntu+1 then13:04
=== jeddo- is now known as jeddo
clarkkdoes anyone know what the symbols mean in each package page in the Ubuntu Software app? For example, sometimes there's a little coloured tick next to the Developer name. I presume it meawns that the developer is verified, but I'd like to read some documentation that explains it, and what goes into the verification process. Also, sometimes there's a penguin next to the developer name13:33
clarkkfor example, look at the shutter page. Developer: Alan Pope, with a penguin. Is the penguin significant?13:34
clarkkThe VLC page shows a tick. Is this significant?13:35
lotuspsychjepretty sure popey uses the penguin for fun clarkk13:37
clarkkthanks lotuspsychje . Could you look at the VLC page for the tick?13:38
lotuspsychjeclarkk: the green tick that says vlc is installed you mean?13:39
ducasseclarkk: the tick mark might mean it's installed?13:40
=== jeddo- is now known as jeddo
clarkklotuspsychje, next to the dev name?13:40
clarkkmine has that even when it's not installed13:41
lotuspsychjeclarkk: oh, i see it publisher: VideoLAN✓13:41
clarkkyes13:41
clarkkit could be a useful feature, if it means that a dev is verified, but without some official documentation, it's quite useless13:42
lotuspsychjelets goto #ubuntu-discuss please clarkk13:42
clarkkok13:42
kevrlightdm is giving me a monitor error when it starts up, but it looks like a false positive.13:50
kevronly happens when i first start up X too, seems like it errors out because its waiting for the monitor to wake up13:51
clarkkon ubuntu 20.04, when I go to Settings > Power, and disable "wifi can be turned off to save power", it switches the wifi off. Has anyone else seen this issue before?13:55
leftyfbclarkk: it's a toggle for you to disable wifi if you prefer to have it off to save power13:56
clarkkheh, leftyfb seems a bit pointless13:56
leftyfbclarkk: then don't use it13:57
clarkkthe description does not make it intuitive13:57
eeoshi everybody! After the last update this morning, the wifi does not work properly anymore and I get  "Microcode SW error detected.  Restarting 0x2000000."13:58
eeosUbuntu 20.04.1 LTS 64 bit on Thinkpad X1 Yoga Carbon13:58
leftyfbeeos: try reverting to your previous kernel13:59
leftyfbclarkk: feel free to file a bug14:01
eeosleftyfb: OK :-(14:04
eeosleftyfb: thank you!14:07
thyriaenI would like to write a simple bash script to change every single line in a file the same way, what are good resources for that kind of thing ?14:19
lotuspsychjethyriaen: #bash or ##programming ##linux perhaps ?14:20
thyriaenlotuspsychje, thanks ill try14:20
ducassethyriaen: find a good guide to 'sed'15:03
ducassethyriaen: o'reilly has a book called 'sed & awk'15:05
NitrousoxideIf I wanted to switch my desktop install to a server install, would uninstalling Gnome suffice?15:14
kxslanyone familiar with using sed? i'm trying to use it to replace a simple string in an html file, but running `sed '/s/string1/string2/' example.html` doesn't change example.html, when i grep for string1 i find everything i found before using sed15:28
unixbsd_openmorrowind openmw works very well., fine. But How to play OBLIVION on Ubuntu?15:28
[itchyjunk]Hello, i have not done any update. when i started my computer today, i am unable to launch firefox. as soon as i start it it says firefox crashed.15:31
dwm-userHi, its my first day with dwm, all was going well but then all of a sudden all alt keys stopped working. Now I cannot do anything with them and am stuck. I simply installed dwm with `sudo apt install dwm`. Any clues on what should I do? I only have this browser open. Cannot do anything else as all actions involve alt key.15:31
[itchyjunk]It says quit or restart and neither one worked.15:31
Patrick_j irssi15:32
Patrick_oops15:32
[itchyjunk]That's the only browser i have, i can't even google what the issue is.15:33
[itchyjunk]Maybe i can remove it through terminal and then download it through apt-get?15:34
unixbsd_why not evilwm? dwm is fine...15:34
leftyfbkxsl: sed -i15:34
leftyfb[itchyjunk]: you could try:   mv ~/.mozilla/ ~/mozilla-profile-backup15:36
leftyfb[itchyjunk]: then open firefox15:36
leftyfboh wait15:36
[itchyjunk]It doesn't start.15:36
leftyfb[itchyjunk]: you could try:   mv ~/.mozilla/firefox ~/mozilla-firefox-profile-backup15:36
[itchyjunk]hm let me try15:36
[itchyjunk]still exact thing.15:37
[itchyjunk]crashed when i click the icon to open it.15:37
leftyfb[itchyjunk]: what version of ubuntu?15:37
[itchyjunk]18.0415:38
leftyfb[itchyjunk]: please pastebin the output of: apt-cache policy firefox15:38
oerheksmaybe firefox is restricted withut the latest update yesterday?15:39
leftyfb[itchyjunk]: apt-cache policy firefox | nc termbin.com 999915:39
oerhekswhat is the reason not to update, i wonder.15:39
[itchyjunk]apt-cache policy firefox15:39
[itchyjunk]firefox:15:39
[itchyjunk]  Installed: 86.0+build3-0ubuntu0.18.04.115:39
[itchyjunk]  Candidate: 86.0+build3-0ubuntu0.18.04.115:39
[itchyjunk]  Version table:15:39
[itchyjunk] *** 86.0+build3-0ubuntu0.18.04.1 50015:39
leftyfbthat is the latest version. I'm not even updated to that one yet :)15:40
oerheksthat would be the latest,,15:40
[itchyjunk]sorry15:40
[itchyjunk]https://termbin.com/6gqg15:40
leftyfb[itchyjunk]: you could try to revert: sudo apt install --reinstall firefox=85.0.1+build1-0ubuntu0.18.04.115:41
[itchyjunk]E: Version '85.0.1+build1-0ubuntu0.18.04.1' for 'firefox' was not found15:41
leftyfb[itchyjunk]: try to run firefox from a terminal and pastebin the output15:43
[itchyjunk]i tried firefox | nc termbin.com 9999 but it just dumped the result in terminal and not pastebin15:44
leftyfbah, try: firefox 2>&1 | nc termbin.com 999915:45
[itchyjunk]https://termbin.com/syxu15:46
unixbsd_the best is to use xterm15:46
unixbsd_put xterm, run into it your command, select with mouse15:46
unixbsd_and then15:46
unixbsd_xclip -o > te ;  leafpad te &    cat te | nc termbin.com 9999       you are all done then.15:47
leftyfbunixbsd_: that is in no way easier15:48
unixbsd_it is more unix and less ubuntu click to know nothing.15:49
leftyfb[itchyjunk]: has your system run out of disk space? df -h ~/15:49
[itchyjunk]says used 41G available 98G userd% 30% mounted on /15:50
leftyfb[itchyjunk]: does this open: firefox -Profilemanager15:51
[itchyjunk]Only thing i've done different in past few months is followed a guide a few days ago to install arduino ide. idk if that matters15:51
[itchyjunk]No, gives exact same error15:51
ioriamaybe try to start it in --safe-mode [itchyjunk]15:51
[itchyjunk]Same error with --safe-mode15:52
leftyfb[itchyjunk]: firefox -g 2>&1 | nc termbin.com 999915:52
[itchyjunk]https://termbin.com/o9hp15:52
leftyfb[itchyjunk]: nothing else was output to the terminal?15:53
[itchyjunk]no, it never ended though15:53
[itchyjunk]the process never terminated15:53
[itchyjunk]i ran it myself this is the last thing i see15:54
[itchyjunk]Reading symbols from /usr/lib/firefox/firefox...(no debugging symbols found)...done.15:54
[itchyjunk](gdb)15:54
leftyfbinteresting15:54
leftyfb[itchyjunk]: sudo apt remove --purge firefox && sudo apt install --reinstall firefox15:55
[itchyjunk]Could i have broken firefox by installing arduino ide?15:56
leftyfbunlikely15:56
[itchyjunk]Yeah, it was working after the install15:56
[itchyjunk]Still the same error15:56
ioria[itchyjunk], are you fuly updated ?15:57
ioria*fully15:57
[itchyjunk]Hm, I don't know what you mean.15:57
ioria[itchyjunk], sudo apt update && sudo apt full-upgrade15:58
[itchyjunk]I sudo apt updated earlier i'll try both of this again15:58
leftyfb[itchyjunk]: you can also try creating a new ubuntu user, log out, log back in as the new user and try opening firefox15:58
aquanauthi,how can i install pylab in ubuntu 20.4 python2 env?16:02
[itchyjunk]How do I add a new user?16:03
unixbsd_adduser --uid 1050 itchyjunk16:04
leftyfbgo to "users" in the settings16:04
leftyfbunixbsd_: lets try to do things the ubuntu way16:04
unixbsd_ubuntu is linux, so we shall learn linux first. ubuntu = linux16:04
leftyfbunixbsd_: you are not helping16:05
unixbsd_leftyfb: you are not helping either. you can /ignore unixbsd16:05
[itchyjunk]Hm, I see "online accounts" but nothing that says 'users'16:05
leftyfb[itchyjunk]: hit your <super> key and type users16:06
leftyfb[itchyjunk]: future reference, in the settings window, it's under details -> users16:07
[itchyjunk]Ah16:09
[itchyjunk]I tried firefox with the new user. exact same error16:09
leftyfb[itchyjunk]: time to bring out the big guns:   strace firefox 2>&1 | nc termbin 999916:10
[itchyjunk]https://termbin.com/y7n216:11
unixbsd_[itchyjunk]: to see where is your bin, just try:   cd /usr ;  find -iname "*firefox*"          it happends very often on debian/ubuntu that locations differs.16:11
unixbsd_alternatively run :    iceweasel ubuntu.org16:12
mortsoooo I have an Ubuntu Server machine which I just now upgraded from 18.04 to 20.0416:12
mortit now has GDM and it now goes to sleep after a period of not touching a mouse or keyboard16:12
mortI don't think that's how servers work16:12
leftyfb[itchyjunk]: don't listen to unixbsd_.   Got a couple things to try:   rm -rf ~/.cache/mozilla/firefox16:13
[itchyjunk]Hm, i tried installing firefox quantum from the software store and run it and got the same issue :s16:13
leftyfbmort: Ubuntu server will never install gdm by default16:13
[itchyjunk]removed and tried running ff, still same16:13
aquanauthi,how can i install pylab in ubuntu 20.4 python2 env?16:14
leftyfb[itchyjunk]: rm -rf /var/cache/fontconfig16:14
unixbsd_leftyfb, to be really sure: the mozilla: cd ;  rm -rf .Mozilla ; rm -rf .mozilla ; rm -rf .cache  ; pkill -9 mozilla* ; rm -rf .config/mozilla16:14
tomreyn!info pylab16:14
ubottuPackage pylab does not exist in focal16:14
tomreynaquanaut: ^16:15
tomreynit must be a third party software - check their documentation and support channels.16:15
[itchyjunk]Still the same error after last command16:15
unixbsd_what does : md5sum /usr/bin/firefox* ?16:16
[itchyjunk]42b33a4578e4a51d8a5d1010c466a9d7  /usr/bin/firefox16:17
tomreynmort: having gdm installed is not how servers work, i agree. do you have the ubuntu-server package installed? what about the ubuntu-desktop package?16:17
leftyfb[itchyjunk]: lets try nuke from orbit: sudo apt remove --purge firefox && sudo apt install -y locate ; sudo update db ; locate firefox|grep -v home | nc termbin.com 999916:17
morttomreyn: I have ubuntu-server installed, and not ubuntu-desktop16:17
tomreynmort: hmm, then i assume you already had gdm installed before you upgraded16:18
leftyfbmort: is this a VPN or some cloud image from a provider?16:18
unixbsd_maybe : export DISPLAY=:0 ;   pkill -9 firefox ; firefox --new-window ubuntu.org16:18
leftyfbsorry, VPS, not VPN16:18
leftyfbunixbsd_: we've already tried logging out and back in with a new user16:19
tomreynunixbsd_: please do not point users to ubuntu.org (you probably mean ubuntu.com)16:19
[itchyjunk]sudo: update: command not found16:19
[itchyjunk]https://termbin.com/pvk7016:19
mortI have installed various SDL-related things on this machine though, which brought with it other graphical stuff16:19
leftyfbugh16:19
mortnever actually installed the gdm3 package though16:19
unixbsd_hey cool my groovy has also the same 42b33a4578e4a51d8a5d1010c466a9d7 .. so your firefox is well installed.16:19
tomreyn[itchyjunk]: a typo, leftyfb meant to say "sudo update-db" there16:19
mortleftyfb: no, it's just a computer I have16:19
leftyfb[itchyjunk]: sorry : sudo updatedb ; locate firefox|grep -v home | nc termbin.com 999916:19
tomreynright, "sudo updatedb", sorry16:20
tomreynmort: gdm3 was probably installed as a dependency of one of the other packages you installed then16:20
mortthe definite new thing after upgrading to 20.04 is that it started shutting down after inactivity16:20
unixbsd_you could reinstall your base system with a single command:  mkdir /NEW ;  cd /NEW ;  debootstrap --no-check-gpg  --include=netbase,debootstrap,gcc,make,ssh,login,passwd,wpasupplicant  groovy   . http://at.archive.ubuntu.com/ubuntu/ ; cd /NEW ; chroot . ; apt-get install firefox xserver-xorg blackbox16:21
leftyfbunixbsd_: jeezus, please stop16:21
leftyfb[itchyjunk]: please do not listen to anything unixbsd_ says16:21
leftyfbunixbsd_: you might be better off in ##linux16:21
mortbut if gdm was installed on 18.04, it would make sense that automatically going to sleep after a timeout is just a sensible behavior change in gdm316:22
[itchyjunk]https://termbin.com/ybcn16:22
oerheksunixbsd_, blackbox? please don't cross ubutu support with that stuff, thanks.16:22
tomreynunixbsd_: i also think that some of the advcie you're providing here is not suitable for the average ubuntu user.16:22
tomreynunixbsd_: supporting others is certainly great, but please try to recommend defaults rather than specific software and approaches you prefer.16:23
oerhekshttps://bugs.launchpad.net/ubuntu/+source/firefox/+bug/191714716:23
ubottuLaunchpad bug 1917147 in firefox (Ubuntu) "firefox crashes after ubuntu 20.04.2 update." [Undecided,New]16:23
oerheksadd yourself to the bugreport?16:23
leftyfboerheks: they're running 18.0416:24
leftyfbthough it might still be relevant16:24
oerheksoh right.16:25
leftyfb[itchyjunk]: lets try a little cleanup .... hold on16:25
oerheksi think a new bugreport, linking to the 20.04 one..16:25
oerheksis there a proxy involved?16:25
[itchyjunk]It recommended sudo apt autoremove and i ran that one16:25
MonotokoHey, I've got an automated build running and sometimes it'll die early on due to "E: The repository 'http://archive.ubuntu.com/ubuntu focal InRelease' provides only weak security information"16:26
leftyfbcan you please pastebin the list of packages the autoremove wanted you to remove?16:26
Monotokoit'll run fine the next time... even if I haven't touched anything16:26
leftyfb[itchyjunk]: ^ that is very important16:26
leftyfboerheks: we tried on a newly created user. So not a settings/plugin issue16:27
tomreynmort: we could spend time on trying to understand what introduced the change of behavious after you upgraded from 18.04 LTS to 20.04 LTS. or, maybe a better idea,we could try to make things work the way you like. you will most likely want to edit /etc/systemd/logind.conf after reading its manual page logind.conf(5).16:28
[itchyjunk]https://termbin.com/4b3h16:28
tomreynMonotoko: bad proxy server?16:29
MonotokoShouldn't be, it's running in AWS Singapore, no proxy involved16:29
tomreynwhich ubuntu release is this, installed how?16:29
tomreyni.e. what's its source?16:30
morttomreyn: as of now I just uninstalled GDM and rebooted and it doesn't seem like there's an issue anymore. My working hypothesis is that GDM got installed as a dependency a while ago and that A) this is my first reboot since that so it's the first time GDM has actually been running, or B) 20.04 made GDM start to go to sleep after inactivity16:30
leftyfb[itchyjunk]: sudo apt -remove --purge firefox-locale-* firefox-launchpad-plugin ; rm -rf /etc/firefox /usr/lib/firefox-addons /usr/share/doc/firefox*16:30
MonotokoIt's 20.04... installed through packer (it's an automated setup script, but the source of the initial image is the official Ubuntu AMI on AWS)16:30
leftyfb[itchyjunk]: also, did you install firefox from snap at one point?16:30
tomreynmort: good theories, i'd say.16:30
MonotokoUbuntu Server 20.04 LTS (HVM), SSD Volume Type - ami-09a6a7e49bd29554b (64-bit x86) / ami-0829b036ea7862f92 (64-bit Arm) - Ubuntu Server 20.04 LTS (HVM),EBS General Purpose (SSD) Volume Type. Support available from Canonical (http://www.ubuntu.com/cloud/services).16:30
[itchyjunk]https://termbin.com/7eoq16:31
[itchyjunk]I don't remember if i used snap but i don't think i did16:31
Monotokothat's the base image... packer is trying to build a new image based on that with some packages installed, but it fails at the first step a few times a day (apt-get update)16:31
Monotokoother times it's fine16:31
[itchyjunk]i think this ff came when i installed ubuntu on this machine16:31
tomreynMonotoko: yes, that's official according to https://cloud-images.ubuntu.com/locator/16:32
[itchyjunk]hmm can't run that last command says permission denied16:32
leftyfbah16:33
leftyfb[itchyjunk]: sudo apt -remove --purge firefox-locale-* firefox-launchpad-plugin ; sudo rm -rf /etc/firefox /usr/lib/firefox-addons /usr/share/doc/firefox*16:33
[itchyjunk]rm: cannot remove '/usr/share/doc/firefox-locale-zh-hant/changelog.Debian.gz': Permission denied16:33
tomreynleftyfb: double dash for "-remove" i'd think16:33
[itchyjunk]E: Command line option 'r' [from -remove] is not understood in combination with the other options.16:33
* leftyfb sigh16:33
Monotokotomreyn yeah.. I guess it's just one of those things, we build 20-30 images a day and most of them work fine... but sometimes it'll trip over itself with the error above16:33
leftyfbnot on my game today16:33
leftyfb[itchyjunk]: sudo apt --remove --purge firefox-locale-* firefox-launchpad-plugin ; sudo rm -rf /etc/firefox /usr/lib/firefox-addons /usr/share/doc/firefox*16:33
Monotokothen I gotta go in and manually kick it :')16:34
leftyfbalso about to head out so if this doesn't work, I have to tap out16:34
[itchyjunk]same error but for --purge16:34
leftyfb[itchyjunk]: sudo apt remove --purge firefox-locale-* firefox-launchpad-plugin ; sudo rm -rf /etc/firefox /usr/lib/firefox-addons /usr/share/doc/firefox*16:34
tomreynMonotoko: how much effort does it take oyu to reproduce it on a system you can temporarily change the configuration on?16:34
Monotokonever happened so far... I've even tried to do it, it seems to be really transient16:35
[itchyjunk]alright, the command worked.16:35
[itchyjunk]Should i try to install firefox now?16:35
[itchyjunk]firefox16:35
[itchyjunk]bash: /usr/bin/firefox: No such file or directory16:35
leftyfb[itchyjunk]: sudo apt update ; sudo apt install --reinstall firefox16:35
oerheksMonotoko, if you are dependant, why don't you run your own mirror?16:35
Monotokojust drives our developers mad sometimes and they're complaining at me, I'll make them a big red button or something to kick it off...16:36
Monotoko"Press this if it fails"16:36
leftyfbMonotoko: maybe setup a caching proxy?16:36
Monotokoyeah, I'll give that a go... really it's not downloading much, just standard bootstrap stuff (Docker etc)16:37
[itchyjunk]Still the same error :'(16:37
tomreynMonotoko: is there a chance that the system date / time is (occisionally) off?16:37
leftyfbMonotoko: sure, but the kb worth of failure is this issue, not the amount being downloaded16:37
[itchyjunk]How can it be running last night and suddenly so dead?16:37
Monotokotomreyn shouldn't be.. I think AWS runs the clock, and if they can't run a clock no-one can16:38
[itchyjunk]Is there an alternate web browser while i wait and see if firefox fixes itself?16:38
leftyfb[itchyjunk]: ok, for one last go to maybe at least get you running until the package is fixed:  sudo apt remove --purge firefox ; sudo snap install firefox16:38
tomreynMonotoko: hmm, could be, i don't know for sure how they do it, but normally i'd expect systemd-timesyncd to be used on servers16:39
tomreynthis may or may not differ on AWS images16:39
MonotokoYeah... I tend to leave it well enough alone, but I can add a check for drift16:39
MonotokoIn the meantime... I'm going to order a big red button and wire it up16:40
tomreynMonotoko: also, the error message you quoted is usually accompanied by other errors and notices, which may provide more information. you have not provided those.16:40
Monotokotomreyn, I don't have much... hang on let me get it16:40
leftyfbMonotoko: IMO, resources would be better spent on a solution/mitigation, not a temporary hack16:40
[itchyjunk]no way.. still same error16:41
unixbsd_I feel that you will have to reinstall... but ok, let's see what they come up as ideas to fix this.16:42
Monotokotomreyn https://i.imgur.com/gjT5Sht.png16:42
leftyfb[itchyjunk]: ok, something aint right with your machine. we've wiped your profiles, wiped cache, wiped the entire package, tried a different user and a completely different package management system16:42
[itchyjunk]hmm16:42
[itchyjunk]i was using firefox before i went to bed last night16:42
[itchyjunk]and i started it today morning.. maybe something is corrupted?16:43
tomreynMonotoko: see, it looks like a follow-up error16:43
unixbsd_have you tried with a new fresh user?16:43
[itchyjunk]yes16:43
unixbsd_usueally it is then disk space too low. df -h might help to see /16:43
[itchyjunk]says i have 90GB space remaining16:44
tomreynMonotoko: apt thinks it has information available locally to verify the authenticity of the updated apt repository metadata. but then tries to accessit and it's not actually there. as a result, it fails to authenticate it.16:44
Monotokoyou think it's the "couldn't open.. " tomreyn? I discounted that because if it dies once then works the next time without any changes I was confused16:44
tomreynMonotoko: that's my interpretation of those two error messages - it's a guess16:44
MonotokoAhhhh... is there a way to force it to always get the data remotely?16:44
Monotokoit's just doing a simple "apt-get update" (I think that's the command it's failing on)16:45
ioria[itchyjunk], what's your kernel ? uname -r16:45
leftyfb[itchyjunk]: please do not listen to anything unixbsd_ suggests. They are not paying attention to any of the troubleshooting we have already done or the actual issue. They're going to make things much worse for you16:45
[itchyjunk]Hm, i tried installing chromium and running it16:45
unixbsd_pretty good, 90GB should be your /   (root aread). so basically, tehre is no way that firefox gets corrupted like this, since your new user might prove that it comes from the system itself. I am kinda sure you didnt tweak your system with sudo. interesting thing.16:45
[itchyjunk]uname -r 5.4.0-66-generic16:45
oerheksMonotoko, what baffles me; "provides only weak security information"  what is so different in your setup?16:46
unixbsd_it doesnt come from kernel16:46
ioria[itchyjunk],  apt -s full-upgrade | nc termbin.com 999916:46
[itchyjunk]Chromium seems to run. idk what that means16:46
unixbsd_does your chromium-browser works? chromium --new-window google.com16:46
Monotokooerheks, I know right! We're using the default Amazon VPC... it's going straight to an internet gateway for all traffic and *only* does it a few times a day out of 20-30 builds16:46
unixbsd_if chromium works, then you are on a clean system.16:46
[itchyjunk]https://termbin.com/ht4o16:46
[itchyjunk]my chromium works16:46
unixbsd_your md5sum is hte very same than the defualt groovy one. so it means that's a very very little thing.16:47
leftyfboerheks: ioria: tomreyn: btw, I just updated firefox to the latest version on 18.04 and do not have the issue. I don't think it's with the package itself16:47
tomreynMonotoko: the question i'd qnt to solve first is: why is this file missing when it should be in place? and if you expect things to work without errors even when the file is missing, then try to understand what makes apt expect the file to be in place (it's an error, not a warning).16:47
ioriai see16:47
ioria[itchyjunk],  export LOGNAME=$USER ; firefox &16:47
leftyfbioria: we already tried a new user16:47
unixbsd_maybe do a check: apt-get install --reinstall iceweasel16:48
Monotokotomreyn yeah it's really odd... I'll debug it some more, but it's tripping up on apt-get update which is like, the first thing it should do?16:48
tomreynleftyfb: i'd need to read the entire backlog of the chat with [itchyjunk] to comment, which is a bit much currently.16:48
[itchyjunk]Right, i made a new user and got the same error on that user (Switch user -> new user -> launch ff -> same error)16:48
ioria[itchyjunk],  the output of this ?    ->export LOGNAME=$USER ; firefox &16:48
Monotokoif it failed every time... at least I'd know there was something wrong16:49
unixbsd_ after installation, you might have this:  md5sum /usr/bin/firefox     that gives    ===>   42b33a4578e4a51d8a5d1010c466a9d7  /usr/bin/firefox16:49
leftyfbtomreyn: we've wipe the profiles, wiped cache, wiped the entire package, wiped any last remnants, tried a different user and a completely different package management system(snap)16:49
[itchyjunk]export LOGNAME=$USER ; firefox &16:49
[itchyjunk][3] 23637 bash: /usr/bin/firefox: No such file or directory16:49
tomreynMonotoko: yes, "apt-get update" is the first thing you should do on a system you're trying to keep updated. and hardly anyone runs into this error message when doing so (please do a web search). so something is special in your situation.16:49
[itchyjunk]"firefox" in terminal no longer works. the snap version of firefox appears in my software though16:49
unixbsd_if you have also this md5, there is no reason that it doesnt work... strange. on my same machine, firefox works. hmm. I am bit out of ideas.16:50
leftyfbtomreyn: ioria: here is their strace from running firefox: https://termbin.com/y7n216:50
unixbsd_ah just install it: sudo  apt-get install --reinstall iceweasel16:50
ioriayou installed the snap ?16:50
Monotokotomreyn Yeah... I'm using the official canonical image, bringing it up in the default network and running apt-get update... essentially... anyway, I guess I'll talk to AWS and see what they say16:50
leftyfbioria: we tried that as well, yes. Same issue16:50
Monotokocheers for assistance :D16:51
leftyfb[itchyjunk]: lets remove the snap and go back to the deb package to help with troubleshooting: sudo snap remove --purge firefox ; sudo apt install --reinstall firefox16:51
tomreynMonotoko: for better debugging, you can either manually run apt-get with additional options or configure those for all processes to run apt with them16:51
ioria[itchyjunk],  what about dmesg ? can you upload it ?16:52
MonotokoI wonder if it's trying too early... does apt need to do something when first starting up16:52
leftyfb[itchyjunk]: sudo dmesg -T | nc termbin.com 999916:52
WaV[itchyjunk]: trying running "snap firefox"16:52
leftyfbWaV: we're removing the snap and going back to apt. The snap was just a troubleshooting step16:53
ioria[itchyjunk],  unless your cpu is without sse2 :þ16:53
WaVah okay, disregard then [itchyjunk]16:53
oerheksunixbsd_, please don't mix debian support with ubuntu, and you are ignored in this issue anyway.16:53
tomreynMonotoko: apt-secure(8) describes the repository data verification mechanism. apt.conf(5) has a "DEBUG OPTIONS" section with useful options.16:53
[itchyjunk]https://termbin.com/ksxc for the dmseg16:53
oerheksicewasel, come on..16:53
Monotokocheers tomreyn :D16:53
[itchyjunk]hmm idk what a sse2 is16:54
Monotokogonna go to bed, take care guys16:54
leftyfbdamn that firefox snap is chatty16:54
tomreynMonotoko: apt-transport-http(1) has more info on how http downloads work16:54
Monotokosorry for stealing your thunder [itchyjunk], hope you get your issue solved16:54
[itchyjunk]np and thanks.16:54
leftyfbI have to tap out. [itchyjunk] good luck. I'll be curious what the issue was if it's resolved16:55
ioria[itchyjunk], yes, remove the snap ver, reinstall the .deb version16:55
[itchyjunk]thanks for the help leftyfb16:56
[itchyjunk]i ran the remove snap version command16:56
[itchyjunk]and install firefox as well.16:56
[itchyjunk]i can run "firefox" from terminal, i get the same error.16:57
tomreynyou can run the apt version using    /usr/bin/firefox --debug   to start it in gdb16:57
[itchyjunk]I tried installing chromium and brave to see if my hardware is the issue. they both seem to run16:57
tomreynalso use debsums to verify package integrity16:57
tomreyn(not just for firefox but also for dependencies=16:57
[itchyjunk]i think i termbined my --debug results earlier16:58
ioria[itchyjunk],  can you start Thunderbird ?16:59
tomreyn[itchyjunk]: running it in gdb will make it prompt you, so you can't just termbin this16:59
tomreynyou'd need to type "r" and press enter to actually start it from the gdb prompt16:59
tomreyni.e. here it was waiting for your input https://termbin.com/o9hp17:00
[itchyjunk]This is the output after i press r :: https://termbin.com/gxl117:02
tomreyn[itchyjunk]: it should bhave returned to a prompt after this message, did it?17:02
[itchyjunk]just typing "thunferbird" says i can install it through snap. not sure if i have thungerbird17:02
[itchyjunk]yes17:03
ioria[itchyjunk],  it's installed by default17:03
[itchyjunk]it gives me (gdb) prompt17:03
tomreyn[itchyjunk]: type "bt" on the new prompt, then pastebin that, then "bt full", then pastbein that (if you can, it will be a lot of output), then type "q" and confirm that the process will be killed.17:04
ioria[itchyjunk],  dpkg -l | grep thunderbird17:04
ioria[itchyjunk],  i ask you this because they have dependencies  in common17:05
[itchyjunk]https://termbin.com/qjfq17:06
[itchyjunk]dpkg -l | grep thunderbird17:07
[itchyjunk]rc  thunderbird                                1:60.8.0+build1-0ubuntu0.18.04.1                 amd64        Email, RSS and newsgroup client with integrated spam filter17:07
ioria[itchyjunk],  sudo apt install  thunderbird17:08
[itchyjunk]this is all the way up to pressing q to terminate process17:09
[itchyjunk]https://termbin.com/hrmb17:09
[itchyjunk]thunderbird launches17:10
[itchyjunk]seems to be working fine17:11
[itchyjunk]Does this mean firefox itself is the issue?17:11
tomreynhmm, okay this is a non debug build of firefox.17:12
tomreyn!ddebs17:12
ubottuDebugging symbol packages (ending in '-dbgsym') are available in a separate !APT repository at ddebs.ubuntu.com - more info at https://wiki.ubuntu.com/Debug%20Symbol%20Packages17:12
tomreynthe issue seems to be with one of firefox's dependencies, the xul library, or something this depdens on17:12
tomreyn*depends17:12
ioria[itchyjunk],  start again firefox from terminal and paste 'dmesg | tail  | nc termbin.com 9999'17:12
tomreynyou can verify the authenticity of installed packages using the debsums utility17:13
[itchyjunk]hmm not sure how to verify thing17:13
[itchyjunk]run firefox in on terminal17:13
tomreynyou can also repeat the --debug run after installing the deebs package to get better debugging output. but this won't fix it as is17:13
[itchyjunk] and this command in another?17:14
ioriait's probably a 32 bit thing17:14
tomreyn[itchyjunk]: i'm doing some cooking, maybe just work with ioria for a while, i'll bbl17:14
[itchyjunk]okay17:15
[itchyjunk]https://termbin.com/wmp517:15
unixbsd_on doom3, there is a missing base.so in the deb. it needs to be added.17:15
ioria[itchyjunk],  is your ram ok ? i mea, preatty old ?17:18
[itchyjunk]yes old17:18
[itchyjunk]its a ~12 year or so old laptop17:18
[itchyjunk]One of the reason why i want to stay with 18.0417:18
ioria[itchyjunk],  lscpu | nc termbin.com 999917:19
[itchyjunk]https://termbin.com/nivw17:20
unixbsd_the missing base.so is available for ubuntu groovy here: https://gitlab.com/openbsd98324/dhewm3-ubuntu-bugfix17:21
tomreyn!bug | unixbsd_17:22
ubottuunixbsd_: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.17:22
tomreynposting it here won't result in a fix17:22
sylarioI am trying to resize a system disk of an ubuntu server, but fdisk do not seems to works. df says :17:23
ioria[itchyjunk],  is that a bare metal or vm install ?17:23
sylario  /dev/root       5.9G  5.1G  479M  92% /17:24
[itchyjunk]it's installed on the laptop directly17:24
sylariobut sudo fdisk -l /dev/root print nothing17:24
[itchyjunk]it's the only os17:24
sylarioand resize2fs return  open: No such file or directory while opening /dev/root17:24
ioria[itchyjunk], at this point, i suggest you to test it from the Livecd17:25
tomreynsylario: to identify what /dev/root is, you can run    sudo file -s /dev/root17:25
sylariotomreyn: /dev/root: ERROR: cannot open `/dev/root' (No such file or directory)17:25
sylarioafter sudo file -s /dev/root17:25
sylarioit's an old VPS running 14.04 that I want to upgrade (not enough disk space yet)17:26
[itchyjunk]hmm, i guess i could try with a bootable usb or some such17:26
tomreyn!14.04 | sylario17:26
ubottusylario: Ubuntu 14.04 LTS (Trusty Tahr) was the 20th release of Ubuntu. !End-of-life was April 25th, 2019. Paid support (ESM) is available. See also !esm, !eol, !eolupgrade17:26
[itchyjunk]might have to wait, think i'll have to stick to brave and get some stuff done and try to fix this in my free time17:26
sylarioI cannot upgrade i I do not resize the disk17:26
sylarioI want to upgrade but I need to resize and I cannot resize because weird /dev/root17:27
tomreynsylario: ubottu (and I) just meant to make you aware that this system has not been upgraded in time.17:28
tomreynsylario: this is probabky a an openvz container or similar container system. you will probably not be able to carry out a release upgrade in a supported way, if so. tunning    cat /proc/{version,cmdline}   can help establish this.17:29
tomreyn*  *r*unning, not *t*unning ;)17:29
sylarioLinux version 3.10.107-xenU-36-37a7b05-x86_64 (root@jenkinsslave13.sd2.0x35.net) (gcc version 4.9.2 (Debian 4.9.2-10) ) #4 SMP Mon Jul 3 11:16:47 UTC 201717:30
Deano59sylario: this is #ubuntu17:30
Deano59and the distro you're using sylario is from 2017... you need an upgrade bruh.17:31
sylarioThis hoster only provide ubuntu, also lsb says 14.04.617:31
Deano59end of line, say no more sylario.17:32
Deano59life*17:32
sylarioI do not understand17:32
Deano59end of life == no longer "supported"17:32
sylarioI am not allowed to ask help for it here?17:32
blb4393it's dead, jim17:32
Deano59dead indeed.17:32
Deano59lol17:32
Deano59eol | sylario17:33
Deano59fail... :D17:33
tomreynsylario: this output prooves that this is not an ubuntu system, because the kernel is not default17:33
tomreynDeano59: eol was already pointed out, thanks.17:33
Deano59lol17:33
tomreynsylario: so this is porobably a container system, which only your hosting provider can upgrade for you. you can probably not manage the kernel.17:34
tomreynsylario: and we really only support proper ubuntu installations here, that is, those including the linux kernel a proper ubuntu installation comes with17:34
oerheksask your VPS vendor for a fresh image, maybe in the control panel?17:35
sylarioI can change the kernel on the control panel, and they explicitly encourage to only use ubuntu17:36
tomreynthis may help making things work for you, but it'll still not be an ubuntu system we can support here, since it will continue running with a different kernel17:36
tomreynactually, if it's a xen domain, you may be able to control the kernel image.17:37
sylarioit is xen17:37
tomreynls -la /boot | nc termbin.com 999917:37
tomreynthis should return a url which lets us see what you have in the /boot directory17:38
sylariohttps://termbin.com/495e17:39
tomreynwhats the second line of output of this command? you only posted the first line:   cat /proc/{version,cmdline}17:40
sylarioSorry I only typed cmdline, I thought {} was to indicate I had to input a version number or something17:41
sylariologlevel=4 root=/dev/xvda1 security=none console=hvc0 nosep17:41
tomreynsylario: actually, this is so far beyond what we support here, i think your best bet is to backup and start with a fresh installation of a full HVM Xen (or KVM, or whatever your host may now offer) guest system.17:42
dustkernel: [   42.816907] audit: type=1400 audit(1614425002.376:81): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=2308 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=017:43
sylarioOk, i'll extract the redmine then. Thx a lot17:43
tomreynsylario: generally, we can only support ubuntu systems installed from official installation images here. try to make this happen fr the new installation, if you can (talk to your host if needed).17:43
tomreyngood luck17:44
tomreyndust: did you have a question?17:44
tomreyn[itchyjunk]: if you want to continue debugging firefox, i'm with food and happy now.17:45
dustseems snap updates can cause hangs... kernel: [  194.899329] perf: interrupt took too long (2514 > 2500), lowering kernel.perf_event_max_sample_rate to 7950017:46
nunyasometimes panel shows program open even though they are closed? Is there a way to restart the panel without logging out? I am running Ubuntu 20.04 with Cinnamon 4.4.817:49
nunyaI have googled and found solutions to running programs not showing in panel but not the opposite17:50
nunyaNever mind. I think I found the answer. I think it's restarting Cinnamon CRT+ALT+ESCAPE17:56
nunyaI'll give it a try next time panel misreports whats open17:57
tomreynnunya: cinnamon is not one of the desktops that are supported by an ubuntu flavour. there is https://ubuntucinnamon.org/ but it's not an official flavour at this time (not yet?) and thus not supported here. but they may have a separate irc channel.17:58
tomreynthis said, it's also correct that you can install the cinnamon packages from the community maintained "universe" repository on top of ubuntu desktop (or one opf the other supported flavours) - which may or may not work well out of the box.17:59
tomreyn!flavours18:00
ubottuRecognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours18:00
nunyatomreyn: I din't know my question was Cinnamon related at first. Sorry if I violated some protocol by including Cinnamon in a question.18:00
tomreynnunya: you didn't, i'm just trying to explain why you may get less response with this question18:01
nunyatomreyn: Thanks for directing me to a better place to find the answer but I stumbled upon it googling restart panel. There were some results on restarting various things gdm, gnome-shell ,etc . Restarting Cinnamon was one of them. I tried and it seems to work.18:04
nunyaI will check #cinnamon though now for appearance related things from now on18:09
tomreynnunya: i didn't mean to discourage you from asking here, feel free to keep doing so.18:10
nunyatomreyn: Not offended, actually happy to have found the answer and another irc to find the answers about my system, no worries!18:12
tomreynnunya: :) okay, glad you found an answer.18:12
nunyatomreyn: Text can't reflect tone of voice. I would have put it in all CAPS and left the irc if offended.18:13
nunyaSee y'all later!18:14
=== Mrokii_ is now known as Mrokii
OrenTanayI'm trying to get ubuntu20.04, nginx, php-fpm working, but I think I've made a mistake. This is all happening under Win10 WSL2, but the problem is that when I restart WSL, I can no longer get my localhost to come up. I followed the log file error thet mentions the php path is wrong, and find that the /run/php directory is not there at all. Does this sound like a problem anyone is familiar18:18
OrenTanaywith, and can point me to an article that discuses a solution? I'msort of running into a dead end. Thanks.18:18
Deano59how can I clear spotify cache on ubuntu 20.10?18:19
Deano59nvm. :D18:21
metbsdhttps://paste.ubuntu.com/p/3ZHTcYvwhx/18:35
metbsdi have these two cards, how do i make some certain apps to use that ati carde18:35
metbsdi mean radeon18:35
tomreynmetbsd: try this:   for DRI_PRIME_ID in 0 1; do glxinfo | grep '^OpenGL renderer'; done18:39
tomreynyou'll need "mesa-utils" installed. once it is, is it two lines with same or different output?18:40
metbsdboth saying: OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 3000 (SNB GT218:40
metbsdboth line18:40
metbsdsame18:41
tomreynmetbsd: try this:   for DRI_PRIME in 0 1; do export glxinfo | grep '^OpenGL renderer'; done18:41
tomreynoops, had a typo there18:41
metbsddoes this mean the radeon card is not loaded?18:42
tomreynno. if it still returns the same output it just means my shell scripting skills are lacking18:42
rastanhow do i set dark mode in ubuntu 20.04? google says go to the appearance category in the settings application, but there is no appearance category18:44
tomreynmetbsd: how about this?   for CARD_ID in 0 1; do export DRI_PRIME=$CARD_ID; glxinfo | grep '^OpenGL renderer'; done; unset DRI_PRIME18:44
metbsdtwo cards18:45
tomreynso when you run    DRI_PRIME=0 somecommand    then you'll make it use the first card, and with     DRI_PRIME=1 somecommand    you'll make it use the second.18:46
tomreynhttps://wiki.archlinux.org/index.php/PRIME#For_open_source_drivers_-_PRIME has some documentation on this18:46
metbsdbut which one i sthe default?18:47
metbsdif i don't specify this PRIME18:47
metbsdwhich card would it use18:47
tomreynnot specifying DRI_PRIME=0 will probably also make it use the first one, but you can check which one is default using    xrandr --listproviders18:48
tomreynthe first one listed is what it should default to18:48
tomreynif you'd like to generally override the default, such as because you want your computer to consume more power by defaulting to the dedicated graphics card, you can run    xrandr --setprovideroffloadsink 1 0    during x initialization.18:50
metbsdok so basically for two cards i install driver for both and use this DRI_prime to tell it which card to use. right?18:51
metbsdyes but personally i really want to speciby what app to use what card18:51
metbsdif i want to play 4k i'd prefer that radeon card18:51
metbsdotherwise i prefer that intel18:52
tomreynopen source drivers are installed by default, no need to install any. with only open source drivers in use, you can pass the DRI_prime environment variable with the graphics driver ID you wish to use to override the default graphics driver when running a given application.18:52
metbsdhow do i confirm i installed best available drivers for both cards?18:52
metbsdshould i go with open source or close18:52
tomreynwith intel integrated graphics and amd dedicated graphics, most of the time you'll not want to make any driver changes (unless something doesn't work properly).18:53
metbsdso my setup looks good now right18:54
metbsdi'll just stick with dri_prime18:54
tomreynthere's a proprietary driver overlay by amd which, if you can get it work, and keep it working, may extend the amd's feature set. but we don't support it here, and many who tried to use it have ended up in a sanatorium.18:56
metbsddoes this dri_prime works with nvidia +intel too?18:58
metbsdanother laptop is intel u630 + gt105018:59
tomreyn"with only open source drivers in use, you can pass the DRI_prime environment variable with the graphics driver ID you wish to use to override the default graphics driver when running a given application."19:00
tomreynthere's the nouveau open source driver for nvidia graphics chipsets. for lack of documentation made available by nvidia, and the complexity involved in reverse engineering those drivers, it does not work very well beyond a basic set of features.19:02
OddyseousHey guys I could really use some help, trying to get ZoneMinder installed to run my customer security cameras at work and running into a lot of difficulty19:03
OddyseousI'm getting this error trying to install tasksel which is required19:06
Oddyseoussecurity@security-desktop:~$ sudo apt install tasksel19:06
OddyseousReading package lists... Done19:06
OddyseousBuilding dependency tree19:06
OddyseousReading state information... Done19:06
OddyseousPackage tasksel is not available, but is referred to by another package.19:06
johnfghi folks19:07
johnfgout of the blue, just now at noon MST, firefox crashed and now it won't restart.19:07
Oddyseousokay this is what I get trying to install tasksel https://paste.ubuntu.com/p/mJGghRKkTJ/19:07
johnfgI rebooted the system but it made no difference.19:08
tomreynOddyseous: tasksel is really deprecated, it should not be required. what makes you think it is?19:11
uc50ic4morejohnfg I would try starting it from a terminal to see if any errors are spit out at me; and I would try uninstalling/ reinstalling, barring any sensible actions implied by error messages in terminal.19:11
johnfguc50ic4more: Thanks.  I'll try that.19:12
uc50ic4moreOddyseous is anything returned in the way of exact matches if you try "apt search tasksel"?19:12
TJ-johnfg: have you tried starting it in -SafeMode or starting wiht -ProfileManager and creating a new clean profile? those might point to a problem with your current profile19:13
johnfgExceptionHandler::GenerateDump cloned child 332119:13
johnfgExceptionHandler::SendContinueSignalToChild sent continue signal to child19:13
johnfgExceptionHandler::WaitForContinueSignal waiting for continue signal...19:14
tomreynjohnfg: which ubuntu release are you running, which firefox package version is installed?19:14
johnfgthat's all the feedback from starting it at the terminal.19:14
johnfgLatest, all updates.19:14
johnfgfirefox/focal-updates,focal-security,now 86.0+build3-0ubuntu0.20.04.1 amd64 [installed,automatic]19:15
uc50ic4morejohnfg I Google the error message. Some of the replies to others who are experiencing this issue are also suggesting creating a new profile. Ugh. If you go that route AND have synced your data through Firefox I suppose creating a new profile, re-signing in to Firefox Sync shouldn't mess up your day too terribly. :)19:16
uc50ic4morejohnfg it seems that you would have also updated to Firefox 86 very recently. A few people with this error message had reported that the trouble began immediately after updating.19:17
johnfgWas there a recent update that I missed?  Especially weird that it just seemed to randomly crash!19:17
uc50ic4morejohnfg I wonder if downgrading (back to) version 85.x might fix you up19:17
uc50ic4morejohnfg I just got v 86 today on the three desktops in my household19:18
johnfguc50ic4more: I was just gonna ask you about that.  How do I downgrade?19:18
tomreynjohnfg: can yuo share, ona pastebin, the output produced by:    lsb_release -ds; cat /proc/{version,cmdline}; apt-cache policy firefox19:19
Oddyseousuc50ic4more nothing returned19:19
johnfgtomreyn: Absolutely.19:19
OddyseousAll I am trying to do is install Zoneminder, which required Lamp, which seems to require tasksel19:19
Oddyseoustomreyn19:20
uc50ic4morejohnfg I usually use Synaptic and use the "Force Version" option but using apt you could do "sudo apt install firefox=THE_VERSION_YOU_WANT"... let me check exactly what is there in teh way of 85.x19:20
johnfglsb_release -ds; cat /proc/{version,cmdline}; apt-cache policy firefox19:21
tomreynOddyseous: sudo apt install lamp-server^19:21
johnfgThis should be it, but I can't check it like I usually would. https://paste.ubuntu.com/p/ttRGpdvrSZ/19:21
Oddyseoustomreyn E: Unable to locate package lamp-server19:22
tomreynjohnfg: you only posted the output of the last of three commands19:22
uc50ic4moreOddyseous you can install a LAMP server stack without tasksel; tasksel just made it a simpler command.19:22
tomreynOddyseous: you missed the trailing ^character19:22
johnfgtomreyn: the others will come shortly...19:22
TJ-johnfg: did you try -SafeMode or -ProfileManager yet?19:23
johnfg1st: https://paste.ubuntu.com/p/HSnVnbCX3M/19:23
uc50ic4moretomreyn lamp-server is a tasksel meta-package and won't work unless and until tasksel is installed, which is our trouble19:23
Oddyseoushttps://paste.ubuntu.com/p/7pm2Vgr5S3/19:24
johnfg2nd: https://paste.ubuntu.com/p/Gj3q6r88c2/19:24
tomreynuc50ic4more: apt will handle it fine if used with the trailing "^" to indicate this is a task, not a package.19:24
Oddyseousso how do I type it exactly?19:25
tomreynbut Oddyseous keeps missing the ^character19:25
tomreyn<tomreyn> Oddyseous: sudo apt install lamp-server^19:25
uc50ic4moreOddyseous it'd be trivially simple too to just sudo apt install apache2 mysql-server php libapache2-mod-php php-mysql . This will get you the basics in the pay of PHP modules and likely replicates a lamp-server tasksel install19:25
uc50ic4moretomreyn Oddyseous cannot install tasksel in order to issue the command to install lamp-server^19:26
tomreynuc50ic4more: are you saying that apt cannot interpret "lamp-server^" if the "tasksel" binary is not installed?19:26
Oddyseousany idea why i'm not able to install tasksel?19:27
Oddyseousrunning Ubuntu 20.10 desktop on the Raspberry PI419:28
johnfgfirefox -SafeMode didn't work; same errors.19:28
tomreynOddyseous: have you already tried ignoring "tasksel" and just running the command i provided?19:28
Oddyseousyes it can't install lamp19:29
johnfgThe same error with ProfileManager19:29
TJ-johnfg: great - that narrows it down a lot19:29
tomreynOddyseous: just in case, here it is again, please type it exactly as given:   sudo apt install lamp-server^19:29
tomreynOddyseous: what's the output (on a pastebin) when yourun this command?19:29
johnfgDo you think that I should downgrade?19:29
Oddyseoushttps://paste.ubuntu.com/p/Zg2XJ93bBh/19:30
TJ-johnfg: now try this "strace -f -o /tmp/firefox-strace.log firefox" and then send us the log with "pastebinit /tmp/firefox-strace.log"19:30
tomreynOddyseous: okay, i have to apologize then, apparently this task no longer exists on Ubuntu 20.10.19:30
Oddyseousno worries19:30
Oddyseouswhat now19:30
johnfgpastebinit /tmp/firefox-strace.log19:31
johnfgoops19:32
tomreynOddyseous: in case it helps, this is what would happen on Ubuntu 18.04 LTS if you were to run the command I provided: https://termbin.com/6zss19:32
tomreynOddyseous: you can also see the packages it would install19:32
tomreynTJ-: hi. if you'll scroll up on the IRC log you'll see a user named [itchyjunk] reporting that firefox no longer starts on their 18.04 LTS system.19:35
tomreynthey also provided an strace19:36
TJ-tomreyn: yes I saw that earlier19:36
tomreynok19:36
tomreynwe didn't finish on the gdb route, and i don't think it was clear whether they were on x86_64 or i68619:37
johnfgFailed to contact the server: HTTP Error 502: Bad Gateway; when I run the pastebinit.19:37
TJ-johnfg: oh no, trust Ubuntu's servers to misbehave right now!19:38
tomreynjohnfg: hmm, maybe it's just too long, or the pastebinit in your ubuntu version is broken. you can try this instead: cat /tmp/firefox-strace.log | nc termbin.com 999919:38
johnfgtomreyn: I want to make sure that I'm understanding your references: they were in regards to the firefox problem?19:38
johnfgtomreyn: It worked for what I piped to it earlier.19:38
tomreynjohnfg: "yes" to your question.19:39
johnfgcat /tmp/firefox-strace.log | nc termbin.com 999919:39
johnfghttps://termbin.com/tlb119:39
johnfgOops again.  My mouse is misbehaving (operator error)19:39
tomreynyes, that's cut off at the end, probably too long.19:39
johnfgAny ideas from the earlier problems and strace you saw?19:40
tomreynno, i didn't really read the other strace, and we didn't get to going through gdb19:40
tomreynif you have some cloud hosting, you could gzip the strace file, then upload it there.19:41
tomreynto read the past chat, you can look it up on the logs19:41
tomreyn!irclogs19:41
ubottuOfficial channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/19:41
TJ-johnfg: tomreyn  I see in strace a lot of checking/accessing python 3.8 ... and 20.04 had libpython3.8 upgrades on 27th19:46
Oddyseoussorry I had a customer walk in19:47
OddyseousSo what do I do? I'm confused19:47
Oddyseouscan't install tasksel, lamp or php7 or anything related19:48
Oddyseousjust trying to get Zoneminder installed19:48
summonnerOddyseous, you want to install the lamp stack?  sudo tasksel install lamp-server19:49
tomreynOddyseous: have you tried   sudo apt update && sudo apt install zoneminder19:49
summonnerif you don't have tasksel,   sudo apt install tasksel19:50
OddyseousI'm trying to install zoneminder19:51
Oddyseousit requires lamp and tasksel19:51
Oddyseoussudo apt install tasksel odesn't work19:51
Oddyseousdoesn't*19:51
TJ-johnfg: what does this show us? "pastebinit <( namei -l /dev/shm/* )"19:51
johnfgTJ-: one sec...19:52
johnfghttps://paste.ubuntu.com/p/dq4ZyBhHsC/19:52
Oddyseoushttps://paste.ubuntu.com/p/qkNhGMFvh5/19:52
OddyseousI tried building from source but I have the same problem trying to install devscripts which is required19:53
TJ-johnfg: thanks; that rules out a problem with restricted access to shared memory device19:54
johnfgI was just in the process of uploading my website to an offsite server :-(19:54
tomreynOddyseous: in case you missed this:   <tomreyn> Oddyseous: have you tried   sudo apt update && sudo apt install zoneminder19:55
Oddyseoustomreyn https://paste.ubuntu.com/p/gt5Rr4gk63/19:57
johnfgInteresting, my debian server, latest, all updates, has firefox 78.7.0esr.19:57
johnfgThink I should downgrade?19:57
Oddyseoushttps://paste.ubuntu.com/p/BSys3mhJWG/19:58
Oddyseoustomreyn19:58
tomreynOddyseous: your apt configuration is broken, which is why you cannot install tasksel (but i continue to think you don't need / want to) nor zoneminder.19:58
Oddyseousbut Zoneminder seems to be the best program to run my security cameras19:59
Oddyseousis there something else you would recommend?19:59
Oddyseousand how do I fix apt19:59
tomreynOddyseous: solve the problems you have introduced by adding unsupported third party repositories, then install zoneminder from ubuntu rpeositories as i suggested.19:59
tomreynthe configuration errors breaking apt are discussed starting lines 168 of your output at https://paste.ubuntu.com/p/gt5Rr4gk63/20:00
tomreynthe easiest way forward is probably to disable the unuable third party repositories listed there20:01
tomreynyou definitely should not mix apt repositories meant for different ubuntu releases, as you did here20:02
tomreyn"xUbuntu_16.04" probably refers to Ubuntu 16.04, "precise" refers to Ubuntu 12.04 (an Ubuntu release which has been unsupported for many years now).20:03
tomreyn"trusty" refers to Ubuntu 14.0420:04
Oddyseousokay I fixed my sources20:07
Oddyseousthose got in there following online posts trying to fix my issue20:07
Oddyseouswhat now?20:07
OddyseousI ran sudo apt-get update20:08
Oddyseousstill unable to install via sudo apt-get install zoneminder20:08
TJ-johnfg: I cannot see any obvious clues in the strace20:10
TJ-johnfg: please try this: " GTK_IM_MODULE=gtk-im-context-simple firefox "20:12
Oddyseoushold on installing zoneminder now20:13
johnfgTJ-: Same errors.20:14
TJ-johnfg: thanks - we're reducing the possible problem space by checking for known causes of these early crashes20:14
johnfgDo you know if the previous person on reporting the problem, did he file a bug report?20:15
TJ-johnfg: I don't know20:15
johnfgTJ-: Thanks for helping.  I'm working on the website transfer from my office server.20:15
tomreynOddyseous: you may have a lot of pending updates as a result of the broken apt configuration. you should install those soon:   sudo apt full-upgrade20:15
tomreynOddyseous: when something does not work, to get help with it here, try not to say just "does not work", but provide auxiliary information, such as full output from running something on the terminal, as well as the exact command you ran. ideally on a pastebin.20:17
OddyseousI've been posting the results with paste man20:18
OddyseousOh I see what you are talking about20:18
OddyseousOkay let me rephrase20:18
OddyseousSame issue as previously pasted20:18
Oddyseousissue unchanged20:19
Oddyseousis what i meant20:19
tomreynOddyseous: if you're saying that the output from running the command given at https://paste.ubuntu.com/p/gt5Rr4gk63/ remains *exactly* the same as given there, then (a) that is highly unlikely to be correct and (b) probably means that the apt configuration is not yet fixed.20:20
johnfgdo the devs, or powers that be monitor this channel?20:23
johnfgAny other ideas for me to try?20:23
tomreynjohnfg: you could report a bug20:23
tomreyn!bug | johnfg20:23
ubottujohnfg: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.20:23
tomreynyou could also try the gdb approach (after installing debug symbols) I had discussed with the other person whose firefox would not start20:24
tomreyni.e.   firefox --debug    etc20:24
tomreynbut starting with the bug report is probably a good idea20:26
tomreyn*possibly* related bug 191714720:29
ubottubug 1917147 in firefox (Ubuntu) "firefox crashes after ubuntu 20.04.2 update." [Undecided,New] https://launchpad.net/bugs/191714720:29
thyriaenhow can i check which ubuntu version i have ?20:31
tomreynlsb_release -ds20:31
tomreynin a terminal20:31
thyriaenty20:31
thyriaenuname can't do it ?20:31
tomreynno20:32
tomreynfor a GUI approach, use Settings -> Details -> About20:32
thyriaenscrew the gui xD20:35
johnfgbug report filed20:49
f_ayxhello20:50
tomreynhi f_ayx20:54
tomreynjohnfg: can't seem to find it, got a bug id?21:00
johnfgI did not, but I'm guessing, even though a dialog box said it was done, it tried to start firefox, which, of course, refused to start.21:01
tomreynjohnfg: ah, maybe you used the mozilla crash reporter then, which reports crashes to mozilla. or the ubuntu crash reporter, which reports application crashes to ubuntu, but does not file bug reports.21:04
tomreyn!bug21:04
ubottuIf you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.21:04
johnfgFailed to open curl lib from binary, use libcurl.so instead21:06
johnfgAfter running 'ubuntu-bug firefox', it collected some info, then the dialog box popped up about firefox crashing, then the line that I pasted just above.21:08
tomreynif firefox is your default browser, then ubuntu-bug will probably fail to report a bug through it21:08
tomreynjohnfg: if you're happy to share your ubuntu installations' unique crash reporter ID (  sudo cat /var/lib/whoopsie/whoopsie-id   ) with me (feel free to PM), i can check whether an ubuntu crash was reported.21:08
johnfgbrb.  got some other issues.21:13
f_ayxCould use some help with a question i hope i in the right room for that21:15
tomreynf_ayx: if it's about ubuntu support, then this is the (a) right place.21:15
f_ayxnew to Ubuntu and running 20.04... I just noticed that my hostname on my terminal application has changed even though when I do 'hostname' i get the right one that've initially set? how can I resolve this?21:17
tomreynf_ayx: is this Ubuntu Desktop or Server? How did you install?21:21
tomreynalso, is this running in a VM / VPS of sorts?21:22
f_ayxDesktop, no VM / VPS (?)21:22
f_ayxrunning both 'hostname' and 'hostnamectl' return the correct name I set when I installed my ubuntu21:23
tomreynf_ayx: and the value you see on the terminal prompt between the @ and : is something generic, or something else that you know?21:24
f_ayxjust downloaded the package from Ubuntu website and installed as dual-boot on my laptop21:24
tomreynf_ayx: see above (you may have missed my latest question). also, do     hostnamectl status --static    and    hostnamectl status --transient    report the same?21:26
f_ayxi've installed ohmyzsh so my prompt is "hh:mm:ss as username on hostname in ~"21:26
tomreyndoes it work fine in a bash shell?21:27
f_ayxboth command above return the right hostname21:28
oerheksso you wonder what ohmyzsh does?21:28
f_ayxhow do I go back to the bash shell as I am running ohmyzsh21:28
tomreyntry running "bash"21:29
f_ayxwith bash my prompt name show the correct hostname i.e. user@hostname:21:30
oerheksIf you want to uninstall oh-my-zsh, just run .... https://github.com/ohmyzsh/ohmyzsh21:30
metbsdso i installed nvidia driver and now the intel graphic card is gone21:30
metbsdwhatever i set DRI_PRIME to, its always nvidia card now21:31
tomreyn<tomreyn> [..] with only open source drivers in use, you can pass the DRI_prime environment variable with the graphics driver ID you wish to use to override the default graphics driver when running a given application.21:32
tomreyn"nvidia" is not an open source driver21:32
tomreynthe 'nvidia-settings' application may let you switch between your graphics cards.21:33
metbsdso i cannot use that dri_prime trick anymore?21:33
tomreyncorrect21:34
metbsdoh shoot21:34
metbsdi want that dri prime trick and latest nvidia driver please21:35
metbsddo i remove this nvidia driver or what21:36
metbsdi mean the nvidia-driver 46021:36
tomreyndoes switching not work using the nvidia-settings application then?21:37
metbsdi didn't know that installaion of nvidia driver could disable the other21:37
johnfgtomreyn: How do I PM you?  It has been so long since I've PM'd anyone.21:39
metbsdok it works, glxinfo shows intel card after reboot21:40
metbsdbut how do i make some apps to use nvidia card?21:41
tomreynjohnfg: /query tomreyn21:41
tomreynmetbsd: unless whitelisted, i only receive a notification that users have messaged me. do you have a concrete need to send me private messages currently?21:44
metbsdno just this problem, i thought you wanted me to /query you21:45
tomreynmetbsd: no, thanks, this was just to johnfg (so i prefixed my message by "johnfg:").21:46
metbsdi thought you send to the wrong nick name21:46
metbsdanyway21:46
metbsddo i uninstall that nvidia-driver-460?21:46
metbsdit doesn't seem to work21:46
tomreynmetbsd: this should work for switching from a terminal when running the proprietary "nvidia" driver: https://wiki.archlinux.org/index.php/PRIME#PRIME_render_offload21:48
johnfgWhen I ran ubuntu-bug, it failed with a message about the curl lib.  Did anyone see when I pasted this?21:48
tomreynjohnfg: i did, you wrote    <johnfg> Failed to open curl lib from binary, use libcurl.so instead21:49
f_ayxthink i found the source of my issue https://github.com/conda/conda/issues/7031, someone pointed me to it though it appear it still an open issue with no resolution21:49
oerheksf_ayx, good find21:51
=== BrianG61UK_ is now known as BrianG61UK
tomreyn!irclog | johnfg21:56
johnfgtomreyn: Since that msg was from ubuntu-bug, how would I resolve the problem?21:56
tomreyn!log | johnfg21:56
ubottujohnfg: Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/21:56
oerheksjohnfg, you said you filed a bugreport?21:58
tomreynjohnfg: i'm not sure, i haven't seen this message before in this context. but as you won't be able to start firefox anyways (which ubuntu-bug would do at some point) you will probably need to manually file the bug (as explained above) and then submit the system details using apport-collect (see above / the IRC logs) instead.21:59
tomreynoerheks: johnfg and i talked about this later and it seemed like john rather ran into the mozilla crash reporter22:00
johnfgAnyway to get around the problem with ubuntu-bug?22:04
metbsdubuntu nvidia-prime package don't seem to have prime-run command22:08
metbsdi uninstalled nvidia-driver22:08
metbsdand now i got two cards again22:08
tomreynjohnfg: go to https://bugs.launchpad.net/ubuntu/+source/firefox/+filebug in a web browser that works, login (or register if you have no account, yet) and file a bug manually. then run    apport-collect BUGID   on the affected computer, replacing BUGID by the numeric ID of the bug you reported (as seen on the URL).22:11
metbsdis there official documentation about dual card setting in ubuntu22:15
metbsdi dont think there is22:16
tomreynbtw. i just tried to reproduce the firefox problem in a VM, by installing ubuntu 20.04.2, then installing the pending updates, which included firefox, then rebooting. but i could not reproduce it. i'm just saying this to point out that it's not easily reproduced, not that the issue doesn't exist.22:16
tomreynmetbsd: if there is, you'll find it on https://help.ubuntu.com/22:17
metbsdthere is not22:18
metbsdhttps://help.ubuntu.com/community/HybridGraphics22:18
metbsdlooks like ubuntu document is not as good as arch22:20
=== ryzokuken_ is now known as ryzokuken
naftilos76Hi i have a vps with ubuntu 16.04 lts and am facing an issue with some latency in a ruby multithreaded process. The latency gets progresively worse and worse until it gets out of hand. It starts at 50-100ms and reaches after a couple of hours 1sec and keeps rising until it gets unusable. I know i have to provide more info but as a first impression would a real time kernel make any difference inside my vps which is a virtual machine? Any experience22:38
naftilos76with that kind of thing?22:38
leftyfbnaftilos76: sounds like a leak in the ruby application22:39
naftilos76leftyfb: what kind of leak? memory leak?22:39
naftilos76what are you referring to?22:39
leftyfbnaftilos76: don't know. But it sounds like an application issue, not an OS issue22:40
naftilos76would a RT kernel make any difference?22:40
naftilos76given that it is not a app issue?22:40
naftilos76what do you think?22:40
tomreynunlikely in virtualization, unless that is badly done.22:42
leftyfbnaftilos76: I think it's an app issue that a RT kernel isn't going to fix22:42
tomreynmaybe an ubuntu (and with it, ruby) release upgrade would come in handy?22:42
tomreynafter all, you have about 1.5 months of support left22:43
tomreyn(other than !ESM, that is)22:43
naftilos76tomreyn: i am already using the latest ruby 3.0 . it is definitely not a mem leak since the allocated mem i see makes sence. Maybe something with ruby itself22:43
naftilos76anyway thanks22:44
tomreyn16.04 LTS comes with ruby 2.322:45
helmuthi. which channel is for discussing casper issues?22:45
leftyfbhelmut: in what context?22:45
naftilos76tomreyn: i am using rvm to install the ruby of my preference22:45
helmutleftyfb: pxe booting an oem install and casper doesn't grok my preseed parameter22:46
tomreynnaftilos76: okay, we won't be able to support this ruby variant here.22:46
naftilos76tomreyn: no worries thanks22:46
helmutleftyfb: I don't quite understand how I can specify the location of the install media and the location of the preseed file. both are supposed to be url=, but that doesn't make sense22:48
leftyfbhelmut: what version of ubuntu are you trying to run the installer from over pxe?22:49
helmutkubuntu 20.0422:49
helmutrelated: https://bugs.launchpad.net/casper/+bug/184968422:50
ubottuLaunchpad bug 1849684 in casper (Ubuntu Eoan) "casper preseed url not working" [Undecided,New]22:50
leftyfbhelmut: https://butwt.wordpress.com/2020/06/29/pxe-booting-ubuntu-20-04-installer/22:51
helmutleftyfb: what I do is very close. is ds= or s= explained anywhere?22:52
helmuthttps://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html22:57
tomreynautoinstall replaces preseed, cloudinit is 'new', and i *think* both are Ubuntu Server (and probably Ubuntu Core) only?23:00
||arifaXHi, quick question. Does latest Ubuntu work well on a Macbook a1502 especially multi-monitor support via mini-display-port (need to add 2 monitors) and is there a kind of table what to expect to work and what not?23:02
=== himcesjf_ is now known as himcesjf
helmutleftyfb: the cloudinit parameters do not seem to have any effect here23:03
tomreynhelmut: i don't know whether this would help you with the desktop Oem install use case, but here's how to automate ubuntu server (-live) installations nowadays https://ubuntu.com/server/docs/install/autoinstall-quickstart23:04
helmuttomreyn: I think I read that multiple times as well, but the desktop image doesn't seem to create cloudinit, which provides the relevant ds= parameter23:06
tomreynthis is my assumption, too23:06
tomreynhttps://itectec.com/ubuntu/ubuntu-how-to-preseed-ubuntu-20-04-desktop/ may be related23:09
tomreyn||arifaX: try it with a live cd / usb23:17
tomreynhttps://everymac.com/ultimate-mac-lookup/?search_keywords=a1502 would help you identify your specific model.23:18
||arifaXtomreyn: actually great idea. I could have thought of this myself. It is for a friend. Will do that.23:21
||arifaXtomreyn: thanks. He has the https://everymac.com/systems/apple/macbook_pro/specs/macbook-pro-core-i5-2.6-13-mid-2014-retina-display-specs.html23:28
redbeard83hi, after installing ubuntu and reboot I get only a message: grub. I can't do anything. I've been trying to fix this for hours23:31
BetalI have 2 disks, diskA and diskB, both gpt with efi partitions, both efi have grub, diskA with grub from ubuntu install and diskB by using grub-install, I made a /efi to mount diskB-efi and be able to grub-install and to have both efi mounted, I noticed that grub config file inside both efi are the same. Ubuntu is installed with lvm in diskA with its swap-lv. grub from diskA can boot and show the23:32
Betalmenus. grub from diskB go to grub shell, but iam able to boot setting 'root=(lvm..', 'linux', 'initrd' and 'boot'. What iam missing to be able to boot to ubuntu from diskB? Or the ubuntu-vg/root NEED to be in diskB to works?23:33
tomreyn||arifaX: i still won't know whether it'll work, i'm afraid, just because i don't have mac experience, but at least you know some more hardware details now. :-) you could also ask generic linux questions in ##linux - which has a different and larger audience.23:33
||arifaXtomreyn: I see23:33
tomreynredbeard83: which ubuntu did you install, and how. what was the .iso filename?23:33
tomreynand what's the hardware you've installed it to?23:34
redbeard83ubuntu 20.1023:34
redbeard83tomreyn: ubuntu-20.10-desktop-amd6423:35
tomreynredbeard83: alright, that's specific wenough for what you installed. now for the hardware?23:35
redbeard83i5 6400. 8gb, ssd 240 gb, hdd 1tb, nvidia gtx 165023:37
tomreynredbeard83: press escape during early boot to bring up the grub menu, then select failsafe graphics23:38
tomreynif it boots this way, install all pending updates and reboot23:39
redbeard83tomreyn: ok, thanks, I will try that and I come back23:41

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