[00:08] join the video chat https://gbaldraw.fun/canvas?room= [00:09] jsilver, please don spam in here, thanks. [00:09] [00:12] jsilver: it's not an ubuntu support question or answer, it's a URL pointing elsewhere. it's spam. [00:12] tomreyn: can you please tell me whether the tab button can replace the cursor on that page? And if yes, how many times should I press it to get the "try" option? please please please? [00:13] Anna_: you press tab once. which computer are you currently using there? [00:14] i don't understand the question. i have only 1 computer, that old toshiba laptop [00:14] you are chatting with us. are you chatting from this old toshiba computer? [00:16] yes, I'm logged in the installed ubuntu mate 16.04, seeing everything from the external monitor by using xrandr command first and then display settings to save the 800x600 preference. [00:16] why? [00:17] ah i was just wondering how you made that usable, or whether you were actually chatting from another computer like a tab or mobile phone. [00:17] I wish [00:19] isn't tab button going to affect the kanguage menu? It seems like being first in order [00:20] language* [00:21] english language and keyboard layout is pre-selected. if you hit tab there you activate the "try now" button. pressing enter will start the live system [00:22] great! I'll do that [00:22] i don't really see how it'll help. it may be better to just press ctrl-alt-t to spawn a terminal [00:23] by doing exactly the same as with the installed distro [00:23] you can then type the xrandr command: xrandr --output LVDS1 --off --output VGA1 --auto [00:25] I tried that. oh wait... new command suggestion... [00:25] or xrandr --output LVDS1 --off --output VGA1 --size 800x600 [00:25] for the fixed resolution [00:26] first of all, the terminal on xubuntu opens with super+T. not important, just saying [00:27] ah, maybe this worked differently here for some reason such as localization or virtualization [00:27] yet another thing you could try is to boot from the installer until you see this icon early on during boot, on the bottom of the screen https://i.imgur.com/ixwFol4.png [00:28] then immediately do this: press space, escape, F6, escape, backspace, backspace, backspace, backspace, space, type this: video=LVDS-1:d ...and press enter === SysGh_st is now known as SysGhost [00:29] this assumes a US-EN keyboard mapping, though. [00:29] i do not know how to enter : on a greek keyboard. [00:30] all other characters should be the same there [00:31] good luck, hope you can make some progress. [00:31] to finish what I had to say, after I opened the terminal, I was suggested to use the "xrandr --output LVDS1 --off; xrandr --output VGA1 --mode 1024x768" double command, which didn't work (of course) since the external cannot support this, despite the fact the vbeinfo was saying otherwise... [00:32] * tomreyn zzz [00:32] " I was suggested to use "... no, use 800x600 ... [00:32] now the icon you mention is clearly visible.... reading you... [00:33] I don't need a greek keyboard [00:33] at least during installation [00:36] okay, so I have at least 3 new methods to try. the tab button, the sequence while that icon is there and what oerheks said, which I don't know why I didn't think on my own to try [00:37] thank you oerheks and goodnight tomreyn if you haven't slept yet [00:37] tv in livingroom? [00:38] no!! i told you! I never had a TV set. Why should I? movies and news always from internet for me [00:38] Trying to find out which firewall is running in a given host. systemd is running but not firewalld. Nor ufw or iptables. And yet iptables -L shows rules [00:39] ufw status # sudo ufw enable # sudo ufw allow port and more.. [00:41] oerheks: ps -ef|grep ufw shows nothing [00:41] and so does which ufw [00:41] oke, then you have solely iptables [00:42] oerheks: if that was the case, shouldn't its process be listed? [00:44] iptables itselve is not a service running, afaik, and yes, you would have these top rules as basic https://help.ubuntu.com/community/IptablesHowTo [00:45] I just realzed that little man icon is for universal access! Why no one thought of that before! [00:46] one can install firewalld, tons of manuals out there https://www.admfactory.com/install-and-use-firewalld-on-ubuntu/ [00:50] oerheks: installing firewalld or ufw does not answer what is running [00:50] just iptables, obviously [00:50] not ufw depending on it [00:51] Anna_: this free test system boot a little different than your computer, and only has one monitor. but you can experiment with the graphical interface there, it should be identical (despite being ubuntu 20.10) to xubuntu 20.04: https://distrotest.net/Xubuntu/20.10 [00:51] really gone now. ;) [00:51] But someone must be starting it. I found saved rules in /etc/iptables/ but they are from 2016 and do not completely match what is running. [00:52] so what happened with freenode? [00:53] raub, not in /etc/iptables.rules ? [00:53] nope [00:54] what else could be running, pfsense? [00:54] That is my original question [00:57] onryo, check out this Hacker News thread, it has some context: https://news.ycombinator.com/item?id=27288613 [00:57] thx [00:57] nft list ruleset [00:58] online emulator ?! wow... seems tomreyn was determined to impress me at the end [00:58] if not, then i wonder what service that server is running, maybe that is holding /controlling firewall rules [00:59] Shorewall, maybe? [00:59] not really a service, but a iptables framework === M4he is now known as mahe === pikamo is now known as adwdasda === adwdasda is now known as lycan === lycan is now known as Guest6751 [01:24] so [01:25] ping has an exit code of 0 on successful ping [01:25] or 1 otherwise [01:25] if you have a mix of successful and unsuccessful pings, which exit status gets output? [01:27] illuminated, what do you read in the last 2 lines? [01:27] ping -c 4 ubuntu.com [01:28] well all those are successful [01:28] I should explain what I'm doing [01:28] I'm writing a script that tests my NAS connection before syncing to it [01:28] but my nas goes into power save mode [01:28] and usually the first few pings fail [01:28] but after that they succeed [01:29] but a google sorted me out I think [01:29] nas does not support WOL ? [01:29] not sure [01:29] never used it if it does [01:33] illuminated, maybe ping -w ? [01:34] ping -w -c 1 my.nas.server [01:35] what does ping -w do? [01:36] is it the same as ping -i [01:36] ? [01:36] no [01:36] what does it do? [01:36] that option isn't specified in the man [01:36] for ping [01:37] -w waits for either timeout expiration, or a successful reply, or another network error [01:37] it is in man, indeed [01:37] looking at it right now [01:37] :) [01:38] you must be looking at a different man than I am [01:38] cuz I don't see it [01:38] DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS" [01:39] maybe you've got a newer manpage? [01:39] maybe [01:39] 20.04 [01:39] yeah I'd say that's it [01:39] I've combed over this man page a dozen times and don't see it [01:39] hum [01:39] though, the option does exist [01:39] then I rest my case [01:40] :/ [01:40] it was asking for a parameter to it [01:40] sorry [01:40] that's ok [01:40] not your fault [01:41] file:///home/cao/Pictures/2021-06-01.jpg [01:41] Test uploading images [01:41] sorry [01:41] fping might be worth a try [01:41] lots of options too [01:41] anyway thanks [01:41] oh [01:42] hmm.. not heard of fping [01:42] let me see what that is/does [01:42] ping on steroids [01:42] :) === powerhiker1 is now known as powerhiker [02:11] Hi. Related to my previous question: I'm using CarlaFX With Audacity to use some effects. Unfortunately, Carla's window is too large that I can't access the buttons at the window. My workaround is to increase the resolution beyond my monitor's max. Is there any other workaround for windows like this? [02:15] alt f7 move window, alt F8 resize [02:15] https://help.ubuntu.com/stable/ubuntu-help/shell-windows-states.html.en [02:23] Hi there, I'm trying to run Ubuntu Server 20.04 on my Raspberry Pi 4, but it won't let me log in with the default username and password "ubuntu". [02:23] I've tried switching to Ethernet, rebooting and waiting 10 minutes. [02:28] epicpupper: on the console or over ssh? I'm pretty sure ssh isn't enabled/installed by default [02:32] epicpupper: on the console or over ssh? I'm pretty sure ssh isn't enabled/installed by default [02:32] on console [02:32] it's connected to a monitor and keyboard directly [02:34] leftyfb courtesy ping :) [02:34] epicpupper: https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#4-boot-ubuntu-server [02:34] I am following that [02:34] Doesn't work [02:35] epicpupper: try reflashing and starting over. Boot it for the first time and wait until you see additional lines after the login prompt before typing anything [02:38] reflashing? okay I'll try that === leaftype is now known as phunyguy2 === phunyguy2 is now known as leaftype [03:10] leftyfb refreshed but it's stuck [03:10] *reflashed [03:11] still at cloud init [03:12] see the warning, it takes a minute or two .. https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#4-boot-ubuntu-server [03:12] ' You’ll know it’s done when it outputs some more lines after the log-in prompt has appeared.' [03:13] oerheks oh, trust me, I've been waiting for 15-30 minutes [03:13] no luck [03:29] nvm-fixed! === o is now known as niko [05:01] I have a kubuntu host and a ubunu 20.04 KVM guest. Now I have a huin graphic's table which I pass through to the guest the drivers in the guest pick up and use the graphic tab correctly but I have 2 mice now fighting for control in the VM [05:02] It shown up like this https://paste.opensuse.org/64246483 (the plus sign is the tablet pointer) [05:02] they are fighting with each other I can use the tablet for drawing on graphical app canvases but I cannot use it outside the cvanvas as the host mouse is fighting [05:02] any ideas how to solve this [05:03] removing spice-vdagent and capturing the mouse in the guest makes no difference [05:03] is it something with ubuntu 20.04? [05:03] didn't see this non virtualised [05:05] oerheks, Thanks! Moving the window above the screen would suffice. === i03 is now known as ioe === ioe is now known as i0e === Ginalo_ is now known as Ginalo === popey0 is now known as popey [07:05] hm.. my system refuses to go into suspension mode... [07:11] Can someone tell me why? Here's my syslog: https://paste.ubuntu.com/p/3FtQ4477DR/ [07:12] I guess I triggered suspension on line 3 [07:15] DarkTrick_: I cant see an obvious culprit, but I'd try disabling your wifi first and then trying to sleep. See if that has any effect. [07:18] BobbyJr, thank you for looking into it! Hm... Wifi has never been a problem, so far... How would I disable it? right click -> disable? Or just disconnect from network? [07:20] DarkTrick_: Just turn off the wifi in settings, then try sleep. [07:20] And, do I btw have to care about these gazillion `Failed to push data into queue` messages from pulseaudio? [07:21] I wouldnt worry about pulseaudio for the moment [07:21] it shouldnt effect sleep either way [07:24] hm.. now, suspension works again; no matter if wifi on or off [07:24] But I came to feel like Microsoft Teams plays a role in this... [07:26] what changed between the time it was working and the time it wasnt? Did you close any apps? [07:27] "Freezing of tasks failed after 20.004 seconds (5 tasks refusing to freeze, wq_busy=0)"! [07:28] I checked messesages in Teams (which removed the "alert" status of the app) [07:28] these are all in vfs_statx [07:28] After that it worked. For making sure I need to wait for another notification there [07:28] do you have any weird filesystems mounted? [07:29] "gvfsd[7695]: message repeated 20 times: [ Error calling org.gtk.vfs.MonitorClient.Changed(): Timeout was reached (g-io-error-quark, 24)]" seems related [07:30] a mounted network filesystem? [07:30] mgedmin, tmp is a tempfs; smb server, external harddrive, smb of the virtual machine, that runs on the same machine [07:30] 'code' is what, Visual Studio Code? [07:31] mgedmin, code = VS Code, yes [07:31] hmm [07:31] mgedmin, the log says, it couldn't freeze `code`? [07:31] (trying to understand the log file) [07:32] yes, and it's doing that inside fput/vfs_write [07:32] [Would be nice, if they were listed right at the message: "(5 tasks refusing to freeze, wq_busy=0)"] [07:32] so it's trying to flush some data (or metadata) changes before sleeping, and it can't because ... ? [07:32] hm... maybe I got an idea [07:32] because it's a network filesystem and wifi is down? or it's a network filesystem and the VM that has the SMB server is frozen already? [07:33] sounds like a bug to me [07:34] Found the guilty one [07:34] I paused the VM (with the smb server), while vscode was still accessing files on that server [07:35] But... shouldn't this not be a reason not to suspend? [07:36] I remember thunar causing similar effects, when it was trying to connect to network share while suspending/shutting down [07:36] oh, _you_ paused the VM? I thought the kernel froze the VM process as part of the suspend [07:36] mgedmin, I paused it to speed up the system [07:36] heh [07:36] still, I'm surprised that this blocks sleep [07:36] mgedmin, that pausing was completely unrelated to the suspension, though [07:37] I'd file a bug and then forget about it (because nothing happens to 99% of bugs that are filed, but it's still worth filing in case you fall into the 1%) [07:37] mgedmin, what package would I file on? kernel? [07:37] yes [07:38] mgedmin, thank you for your help! [07:38] np [07:38] BobbyJr, thank you, too! [07:38] naming a process 'code' threw me for a bit :D [07:38] It depends how different applications react to broken connections surely. For example if VSCode was accessing files on a now broken share (because VM is down), it could conceivably block and thus break suspend. [07:39] I doubt this is a kernel bug to be honest# [07:39] it sounds more userland to me, i.e. process based [07:40] isn't process freezing something the kernel does? [07:40] I'm not sure why a network filesystem being unavailable should preclude a process from getting frozen [07:40] what if it were a real smb mount over wifi rather than a VM? [07:41] mgedmin: Yes but my point is a process can block suspend in some circumstances, thats by design [07:41] the log shows that network-manager brings down fifi before the kernel starts freezing processes [07:43] You wouldnt want a situation where the kernel attempts suspend by force. Its designed I believe to give processes a chance to respond, so the system going to sleep in the middle of a critical operation doesnt occur for example. [07:49] filed on kernel. I also think that no process should be able to prevent suspension (forever) [07:51] Instead of blocking suspension, user software should be written in a way to deal with random freezes [07:56] Hello, I'm on 20.10 and "do-release-upgrade" says no new release found. Only `do-release-upgrade -d` offers 21.04. Why is that? [07:56] If I want to upgrade to 21.04, should I use -d? [07:59] Bardon: the new shim causes boot problems on some systems [07:59] https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1928434 [07:59] Launchpad bug 1928434 in shim (Ubuntu) "shim-signed does not boot on EFI 2.40 by Apple" [Critical, Triaged] [08:00] if you want to risk it, you can do-release-upgrade -d [08:00] (worked for me on my ThinkPad X390) [08:00] Ok I see [08:00] But I thought 21.04 was stable, isn't it? [08:02] Bardon: apart from the shim bug yes [08:02] It is a thinkpad W530 and I don't think I'm using anything EFI so it could work I suppose. I'm in no rush to upgrade tough [08:03] ThinkT510: I don't understand, did 21.04 got release but is now held back until that bug is fixed? I remember upgrading another laptop to 21.04 without the -d parameter [08:04] Bardon: that is my understanding yes [08:05] Ok I see, thanks :) [08:06] I wanted to upgrade because spotdl works on my laptop running ubuntu 21.04 but doesn't on my laptop running 20.10 [08:09] the shim "bug" is more like a firmware bug (failure to boot when efi variables take too much space), but who are you going to blame when an ubuntu upgrade makes your laptop unbootable, ubuntu or your laptop's firmware? [08:10] a workaround is known and being worked on, but getting new builds signed by microsoft takes a while [08:17] are there any reports that usb pointing devices, a mouse in this case, stop responding for short periods of time (5-20 seconds)? [08:28] two things come to mind: usb autosuspend might be causing troubles (which is why it's disabled by default), and heavily loaded systems may behave this way (especially in wayland, which doesn't have a separate input thread moving the hardware mouse cursor yet, unlike X11) [08:28] in the second case you'd see all output freeze (e.g. no blinking cursor in a terminal during those 5-20 seconds) [08:36] also if it is wireless check the batteries [08:39] mgedmin, thanks I'l have a look [08:39] ThinkT510, nope they are good and I also swapped the mouse [08:43] mgedmin: I see, interesting [08:43] And, that's surprising. I thought the process of releasing an ubuntu upgrade was more independent. I wouldn't expect Microsoft to sign anything [08:44] I would like to uninstall intellij IDEA (community edition version(2019.3.1)) on my machine which runs on ubuntu 18.04. Could someone walk me thorugh the process? [08:44] it's Secure Boot -- laptop manufacturers trust Microsoft's signatures [08:44] so for best compatibility with existing hardware Ubuntu has a deal with Microsoft where MS signs Ubuntu's boot loaders === sharperguy_ is now known as sharperguy [08:46] I am unable to find out the path to my installation directory. [08:47] Hmm, I thought Windows and Ubuntu were rivals (idk if the work is well chosen). It's surprising to rely on a rival at all [08:48] Bardon: part of the reason I disable secure-boot. I dislike Microsoft being gatekeepers to my hardware. [08:50] Guest35: if you launch Ubuntu Software, can you find (and uninstall) IntelliJ there? [08:51] I cannot unistall however I can find it thorugh the GUI [08:52] oh? I'm surprised [08:52] does it not offer you an option to uninstall, or does the uninstallation fail? [08:52] does it think intellij is not installed? [08:52] how was it installed? [08:53] I do not remember how it was installed [08:53] I do not get the option to uninstall it [08:53] ThinkT510: I see :) [08:55] there are basically four possibilities for package installation: apt, snap, flatpak and manual [08:56] I can't find intellij in ubuntu archives, so it's probably not apt [08:56] there's also appimage and containers [08:56] Ubuntu Software knows how to uninstall apt and snap packages, so if it doesn't allow you to, it probably wasn't either of those [08:56] you need gnome-software (or flatpak on the command line) to check if it's a flatpak and remove it [08:57] I've never used appimage [08:58] appimage tend to be properly stand-alone. literally a file you double-click to launch [08:58] the only appimage I use is pcloud (as an alternative to dropbox) [09:00] /win 4 [09:00] oops === tallbarr is now known as Guest4047 [10:14] Hello, could use some help I am running Ubuntu 20.04 and plasma 5.18... I've got a media player widget/applet stuck on my desktop which I am not able to close, it keeps relaunching even after restarting my devic [10:21] I wonder if #kubuntu would have more people familiar with plasma [10:23] mgedmin: or #kde === A_D is now known as A_Dragon [11:13] f_ayx: Try removing it from the applet list of your desktop if the controls of the applets don't work. [11:16] sca: the player controls work, i.e. if I am playing something in the browser it'll let me pause/unpause it etc... How do I remove from applet list, where is it? [11:21] -disable-features=GlobalMediaControls [11:27] Bright:?? [11:30] https://www.howtogeek.com/721011/how-to-disable-chromecast-media-controls-in-google-chrome/ === southey is now known as foxtrot === foxtrot is now known as Guest4481 === Guest4481 is now known as foxtrot [11:38] did not solve the issue :( === sharperguy_ is now known as sharperguy === blackest_mamba_ is now known as blackest_mamba [12:28] f_ayx: is this something you installed? if yes, then you would or should know it by name correct? [12:28] f_ayx: you are not giving enough details for help to be effective, "a media player widget/applet" is a bit generic to start with. [12:28] f_ayx: is that a Plasma widget? Is that the GUI manifestation of a running process? [12:29] f_ayx: have you ad a look at the process list to see if there is any related process? [12:40] good morning [12:51] Hello, anybody here to help out with the lynx browser? [12:52] what sort of help? [12:53] Can't seem to open the images in an image viewer. Always defaults at opening them in firefox [12:55] hmm, lynx probably uses mailcap? [12:56] it's been ages since I used lynx; w3m/links/elinks are much better text-mode browsers [12:57] what image viewer would you prefer? [12:57] if you create a ~/.mailcap with image/*; eog '%s'; test=test -n "$DISPLAY" && test -x /usr/bin/eog [12:57] then it should start preferring eog (Eye of GNOME, GNOME's default image viewer) [12:59] see https://manpages.ubuntu.com/manpages/impish/en/man5/mailcap.5.html for an explanation of the format [13:01] Walex2: It appears to be a Plasma widget, it looks like it is related to latte dock, because it only disappeared when I quit latte dock [13:03] Unfortunately didn't work @mgedmin [13:09] redder: https://lynx.invisible-island.net/lynx_help/Lynx_users_guide.html recommends that "you need to define a viewer in lynx.cfg" [13:12] redder: And I think https://lynx.invisible-island.net/release/lynx_help/body.html#VIEWER is the relevant part for mapping MIME types to external programs. That said, I use links2... :) [13:15] have tried defining it directly in lynx.cfg and it didn't work either. It seems it completely ignores the local mailcap [13:17] redder: Last time I used lynx (a few years ago), I recall having trouble using a local lynx.cfg. I think I had to modify the one in /etc/ instead? [13:18] By "local", I mean in my user's config directory. [13:19] googd morning [13:19] haven't gone that route yet, because for everything else the "local"/home/whatever lynx.cfg works just fine as expected [13:22] redder: Good, glad your local config is being used. [13:23] It's driving me crazy, got everything else to work and this seemingly "easy" thing doesn't. It must be something simple I overlooked [13:26] redder: Have you also set up the "SUFFIX" mappings in your lynx.cfg? [13:28] shouldn't image/* take care of that? Anyway i'll try it out [13:28] redder: I also see an XLOADIMAGE_COMMAND setting, but I'm not exactly sure how it differs from the VIEWER setting... :) [13:31] remline: I added the SUFFIX and unfortunately nada. [13:32] the last thing I can think of is adding eog as an external program in the .lynx/external file. But that would defeat the puprose [13:34] redder: From skimming the Lynx documentation, there seem to be several different ways of configuring external programs. I wonder if these different ways are fighting against each other right now? [13:35] maybe. I got mpv, xclip and so on working in the .lynx/external file. But image viewers should be defined either in the .lynx/viewers, lynx.cfg or the local mailcap [13:36] redder: Ah, I'm glad you got mpv working. That should mean you are on the right track. :) [13:37] yeah all the external programs work just fine. Its just the damn image viewer. [13:48] Tried the XLOADIMAGE_COMMAND route too and nothing. [13:54] redder: The images still load in firefox? [13:55] remline: yes [13:56] remline: It seems whatever i do it resorts back to the global mailcap, in which of course both firefox and eog are defined with opening images [13:58] redder: Ah, that would make sense, since the user's guide says "Definitions here [VIEWER] are overridden by those in MAILCAP files and even by some built-in defaults in src/HTInit.c." [13:58] redder: Maybe you can use the GLOBAL_MAILCAP switch to ignore or change that? [13:58] remline: correct but i have commented out the global mailcap in the lynx.cfg [14:01] redder: Do you think the personal mailcap can override the global mailcap? [14:02] remline: since i have commented out the global mailcap in the lynx.cfg shouldn't it resort to the local mailcap instead? [14:04] redder: Instead of commenting out GLOBAL_MAILCAP, perhaps define GLOBAL_MAILCAP as empty? [14:05] ok i'll give it a try [14:06] Hello, I want to try this ova on my esxi server but I couldn't find the password, what is the template password? https://ubuntu.com/blog/snappy-ubuntu-core-now-on-the-hypervisor-of-your-choice-with-ova i've tried ubuntu/ubuntu root/root admin/admin and none of them work [14:07] remline: now the image doesn't open at all [14:08] remline: wait i think you are on to something, at least i get the error message that it can't find xli, which of course doesn't exist. [14:09] redder: Yeah, hopefully once we wrestle control away from the global mailcap, we can get it working via one of the other methods (e.g., personal mailcap?) [14:24] remline: IT WORKED. I want to hug and kiss you. Finally [14:25] redder: Excellent. I'll have to keep what we learned in mind next time I use lynx. [14:30] remline: yes for anyone interested: global mailcap empty, personal mailcap to .mailcap/or wherever you have it and XLOADIMAGE_COMMAND also empty [14:53] Hello, am I right in thinking that there is no longer a non-live non-torrent version of Ubuntu 20.04 LTS available for download? [14:53] Sorry, that's Ubuntu server 20.04 LTS [14:55] is this the place for asking questions about ubuntu 20.04.2 LTS in VirtualBox [14:55] my ubuntu virtualbox fails to boot to gui. cli seems to work [14:55] GreyArea, http://cdimage.ubuntu.com/ubuntu-legacy-server/releases/20.04/release/ [14:55] everything worked yesterday [14:56] there appears to be free disk space [14:56] I wonder if there is something related to recent update to this? iirc I did try to update it just before or so [14:57] could it be a video memory issue? I use the max 128MB virtualbox gives, in 1920x1080 [14:57] is this wrong place to ask? :-) [15:00] ioria: woah, is that new? I didn't know that existed [15:01] leftyfb, yeah [15:06] ioria: Thanks! [15:07] ok [15:35] . [15:35] . [15:42] so, it appears we don't have yet info here? [15:45] kuudes, if you got the console working, try to restart gdm [15:45] kuudes, sudo systemctl restart gdm === szymon_ is now known as szymon [15:51] thanks ioria [15:51] no problem [15:55] ioria, sorry, it still gives the "oh no! something went wrong" [15:57] kuudes, maybe my memory is failing me, but is not that a unity/lightdm thing ? [15:58] hmm, could be [15:58] kuudes, btw, switch to console and sudo apt update && sudo apt full-upgrade [15:59] ok [16:00] my current best guess is that somehow it would currently require more than the 128MB of video memory virtualbox gives to it [16:00] ok, now it got those done [16:00] I'll reboot? [16:01] some module that has drm in its start claims errors briefly [16:01] kuudes, i know almost nothing about virtualbox; i just assume a graphic / update issue, that's all [16:01] yeah, still the "oh no!" === milosz_ is now known as milosz [16:02] kuudes, got any errors about the upgrade ? [16:03] no, it went well [16:03] kuudes, what happens when you run 'sudo systemctl restart gdm' ? [16:03] now after boot, it seems there are at least errors in syslog of "Failed to grab accelerators: GDBus.Error ..." [16:04] doing [16:04] "Oh no! ..." [16:05] kuudes, backup ~/.config folder [16:06] cp -r ~/.config/ ~/.config.bak/ I guess [16:06] nope [16:06] just mv [16:06] ah [16:07] and restart gdm [16:07] ok [16:07] done [16:08] wow, it gave me "connect to your network account" but then flashed to "Oh no! ..." [16:09] kuudes, enabled 3D acceleration ? [16:10] no [16:10] graphics controller is VMSVGA [16:10] kuudes, as i said idk much about VM, sorry [16:10] there is something about "invalid opcode" in syslog [16:11] no idea === heshg is now known as hesh [16:12] kernel: { 417.391191] traps: gnome-shell[4999] trap invalid opcode ip:7f1e98001024 sp:7ffef32a0900 error:0 [16:12] * kernel: [ [16:13] thanks in any case ioria [16:14] no proble, what's your video card ? [16:14] physical? [16:14] yes [16:15] hmm, this is a dell laptop [16:15] I guess something intel? === hesh is now known as heshg [16:16] kuudes: make sure [16:16] where I see it on windows X? [16:16] hi, is freenode channel dead? [16:17] heap, that offtopic [16:17] that/that's [16:17] control panel shows me Inter(R) HD Graphics 630, I wonder if it is that [16:17] kuudes: install inxi [16:18] ah, then it's intel [16:18] heap, this is the new official support channel of ubuntu [16:18] yeah, I think that is it [16:19] it is [16:19] System Information says on System Summary > Components > Display > Name : Inter(R) HD Graphics 630 [16:19] okay thanks [16:20] on VirtualBox it is VMSVGA, 128 MB [16:21] should I enable 3d acceleration? [16:34] I guess I didn't manage to get it to work, sorry [16:34] I will call it a day and continue tomorrow [16:35] thanks for help ioria and Mekaneck! :) [16:35] bye! [16:36] hi, I'm having trouble with one of my Ubuntu servers (20.04.2 LTS). something's wrong with the boot process. systemd doesn't seem to be starting up normally, unless I manually add init=/lib/systemd/systemd to the boot command line. this just started recently. [16:38] signofzeta, is there still a symlink from /sbin/init to /lib/systemd/systemd? [16:47] has anyone tried installing a newer kernel in an old release? Are there any dangers with that? Thinking about installing the hirsute kernel on a focal system. (it needs to stay focal for compatibility with other software, and the focal HWE kernel isn't new enough) [16:49] davidkrauser: !mainline kernels are more for testing purposes then for daily use [16:49] I am trying to connect to my vpm in ubuntu but when I do ifconfig it only shows lo and eth0 interfaces [16:50] devslash: vpm? [16:50] yea [16:52] Im missing the tun0 interface [16:52] davidkrauser: maybe if you explain your compatibility problem more, volunteers could think a long a solution with you? [16:53] how do you create the tun interface? [16:53] yes, /sbin/init -> /lib/systemd/systemd [16:54] the error message I get when using systemctl is: System has not been booted with systemd as init system (PID 1). Can't operate. [16:54] Failed to connect to bus: Host is down [16:54] But I see systemd running in `ps ax`. [16:54] devslash: what is a VPM? [16:55] devslash: also, as far as "ifconfig" goes, you need to run "ifconfig -a" to show all interfaces regardless of their online status [16:55] a service to hide your browsing activity [16:55] leftyfb, I think a typo of VPN [16:56] -a doesnt show any additional interfaces [16:57] lotuspsychje: I want to run kde-neon (which uses focal as its base) on a laptop that requires a very new kernel. The focal hwe kernel is currently at 5.8 which isn't new enough. My thought was to install the 5.11 hirsute kernel in the interim until the hwe kernel gets bumped in a later cycle. I think this should be fine, but wasn't sure if I was missing some 'gotchas' [16:59] davidkrauser: well we usualy investigate the root of the problem, like a bug you encounter on a specific kernel, then file a bug against that kernel and start testing things with mainline or other ubuntu releases [17:04] lotuspsychje: ahh, yeah - this isn't really a bug with the focal kernel. Just new hardware ¯\_(ツ)_/¯ [17:04] devslash: do you actually have a VPM/VPN provider? [17:04] lotuspsychje: and I don't want to wait for the hardware enablement kernel to drop [17:05] yes of course [17:05] i pay for a vpn service [17:05] devslash: what is the name of your provider? [17:05] and i downloaded openvpn configs' [17:05] mullvad [17:06] devslash: mullvad has a GUI app that would make things easier for you....i suggest you use it [17:07] i cant [17:07] I am trying to use it in an environment (Docker image) that doesnt have a UI [17:07] What if you aren't running X? [17:07] you can use a vpn without X [17:08] devslash: who can? [17:08] lol [17:08] what I mean is that it is possible... [17:09] Yeah. If you configure OpenVPN yourself on a server - and know 100% what the server expects, so you can proiperly configure the client. [17:09] rep /proiperly/properly/ [17:10] devslash: have you tried following https://openvpn.net/vpn-server-resources/connecting-to-access-server-with-linux/ ? [17:11] no because I am using a docker image with openvpn [17:12] Get a base image with just debian - and configure it according to the guide. [17:12] Don't rely on 3rd party Docker images with OpenVPN... [17:12] devslash: ok, maybe try #docker then [17:16] ValeraRozuvan, I know I tried that with an image based on ubuntu [17:16] but ran into an issue with no tun interface... [17:18] devslash: users in the #docker community will have experience and can help you with docker inter-networking [17:20] the thing is, I dont think my issue is realted to docker [17:21] because while im inside of the image, which is almost like its own o.s. I am unable to see the network interface tun0 [17:25] devslash: a community that has likely done what you are trying to achieve is the point there [17:26] @devslash: have you tried manually creating the tun interface inside the container? [17:26] im not sure how [17:27] @devslash: inside the container. simply run `sudo mkdir /dev/net` [17:28] devslash: something you claim you've seen "tun0"...exists already and wouldn't need creation ..again [17:28] @devlash: `sudo mknod /dev/net/tun c 10 200` [17:28] @devslash: `sudo ip tuntap add mode tap tap` [17:31] eax when I run the ip command i get an error open: No such file or directory [17:31] oh wait [17:31] I forgot to mknod first [17:32] ok so I ran mknod and then the ip command and I get an error operation not permitted "ioctl(TUNSETIFF): Operation not permitted [17:32] " [17:34] @devslash: here's a gist for future reference => https://gist.github.com/8b835d15d224cfe2e8c1bb4e369c3e08 [17:35] ahh ok i got it working and have a tun interface [17:35] @devslash: awesome. happy hacking! [17:35] thanks [17:40] I'm trying to install ubuntu to an old laptop and it keeps getting stuck at the human and keyboard splash [17:42] almostdvs: wich flavour of ubuntu are you trying? === kostkon_ is now known as kostkon [17:43] I need to install 18.04. I have tried the live version, server and xubuntu live [17:44] almostdvs: have you tryed F1 see if you can switch to textboot for errors? [17:44] google results are speaking of after install. I can't even run the installer [17:44] I will do so now [17:45] almostdvs: how much RAM does the laptop have? [17:46] I'm pretty sure its is 8G alkisg [17:46] why such an old version? [17:46] for ROS robotic arm software [17:47] OLD laptop with 8 GB?! Why, some new ones have 4 GB [17:47] Are you sure you want 18.04 and not 20.04 then? [17:47] Do you know which cpu and which graphics card it has? [17:47] I'm not sure of the specifics didn't expect to get stuck on OS installation [17:47] If it's not a hardware issue, like bad RAM, then it sounds like a graphics driver issue, e.g. nvidia or amd that need nomodeset temporarily [17:48] this computer is a thinkpad e550 and I was stuck on splash on a barebones jetway pc earlier [17:48] google "nomodeset livecd" for how to activate it [17:48] If I press f6 right at the purple screen I can navigate the 'install ubuntu server, test memory' menu [17:49] as soon as I set nomodeset or select install ubuntu server it just freezes [17:49] hello, any idea why ubuntu for arm computers as rpi etc is not using btrfs as native / /boot FS? [17:50] default is ext4 [17:50] but why not btrfs? its still not stable enought? [17:50] heap: ext4 is used by default on ubuntu [17:51] so every other spin uses it too [17:51] hm but for arm pcs with SD cards isnt btrfs utilizing snapshoting better? [17:51] spin? [17:51] better is subjective [17:51] spin/flavours [17:52] heap: who uses a sd card anyway.... SSD is the way to go [17:52] almostdvs, you mean btr doesnt stand for "better" ? 😛 [17:52] lol [17:53] Mekaneck: maybe yes; hm even with ssd ; btrfs can be snapshoted during the run so used for a OS backup [17:53] on the FS level [17:53] heap, btrfs simply doesnt get a lot of attention by the ubuntu devs ... if you want an enterprise FS you use ZFS, if you want default you go for ext4 ... [17:53] heap: not everyone needs filesystem-level backup/recovery/snapshots [17:53] heap, going away from that means someone has to maintain the difference [17:53] if you're interested, while not very active, there's a #ubuntu-arm channel heap [17:53] ... which costs manpower and thus ... money [17:54] well but how do u backup linux machine in case a failure? not interested in rsync etc... noone never remembers all setup that was done, all packages installed etc [17:54] and executing DD on running system is crazy [17:54] There are many ways to perform backups [17:55] i could imagine that we see zfs based RPi server images in a future release ... simply utilizing whats there [17:55] btrfs is more complex thus less desirable for a default [17:56] 👍 [17:56] almostdvs: there are so i cant see any way how to achieve it [17:57] heap, you could use snap packages for all your apps ... they come with builtin snapshotting by default 😉 [17:57] apps is part of that [17:57] there are multiple changes/fiddling to the OS [17:58] so thats why i need something ... that can restore easily without memorizing docummenting every change to OS [18:00] so if i understand correctly one can run ZFS on ubuntu w/out issue? [18:01] not sure it has been tested a lot on PI/SD cards [18:01] but theoretically yes [18:01] even if i buy SSD i will have same issue [18:02] i just want to somehow backup whole OS as much easily as possible for data changes borg/rsync for whole OS on FS level something zfs send / receive [18:02] question is about /boot / if i can have one / (including /boot) as zfs/btrfs and it can boot from it etc [18:03] not on a Pi [18:03] the Pi can only boot from vfat ... if you wanted to make the whole disk one partition you would have to use vfat for the rootfs .... that wont work [18:04] i see but /boot as vfat is fine ... as most of the time there is no rw on it [18:04] its not a rw issue ... more ... missing features the OS relies upon [18:04] almostdvs: if you replace "quiet splash" with "nomodeset", don't you see any error messages that would reveal the underlying issue? E.g. a kernel panic? [18:05] (vfat does not support symlinks) [18:05] almostdvs: the icon you say, it's the splash icon, not the pxelinux icon, right? I.e. it loads the kernel, and THEN hangs, correct? [18:05] alkisg: what do you mean replace quiet splash? [18:06] right now i see the installation menu because i pressed f6 during the splash [18:06] almostdvs: if you press "e" on grub or "tab" on pxelinux, you see the kernel cmdline; there, you can remove quiet splash or replace it with nomodeset, so that you can avoid the splash, and see the kernel messages [18:06] pressing f6 again which is 'other options' i can choose nomodeset [18:06] OK I assume by splash you mean syslinux. Press tab to remove quiet/splash [18:07] (by splash we usually mean the plymouth splash which comes later on) [18:08] another thing backup of MBR [18:08] almostdvs: To see a screenshot: https://askubuntu.com/questions/152847/how-to-access-boot-options-12-04-live-usb ==> there, see the command line at the bottom; you can edit it with [tab] === frenchguych is now known as yannickmauray === yannickmauray is now known as frenchguych [18:11] ok im back at the menu with the options. there is no 'quiet splash' it ends with initrd=/casper/initrd quiet --- [18:12] Remove quiet then; it'll tell the kernel to print additional messages [18:13] so 'initrd=/casper/initrd ---' [18:13] alkisg: ? [18:13] almostdvs: well, did you also put or at least try nomodeset? [18:13] If you want, you can put it where quiet was. Otherwise yeah that's it go ahead and boot it [18:14] ok. right now it reads 'boot=casper initrd=/casper/initrd nomodeset ---' [18:15] almostdvs: btw, I just tested with ubuntu mate 18.04.5 and "quiet splash" is there; I don't know why you only have "quiet" [18:15] OK go for it [18:15] I press enter and it hangs [18:15] It sounds like it hangs before loading the kernel then [18:16] (or at least, before the kernel shows any messages) [18:16] almostdvs, and you said in the beginning you already got it in that state (hanging on a differet splash on boot) ? [18:16] ogra: I think by "splash" he meant the syslinux boot menu [18:16] that sounds like a broken BIOS/UEFI or broken hardware [18:16] if I don't do anything it will hang on the image right before this with the keyboard and human [18:17] That keyboard/human is still syslinux [18:17] interrupting with keypress lets me select language and achieve this menu [18:17] well, have you seen the device working before ? [18:17] yea it has windows on it [18:17] aha .... and that still boots ? [18:17] yeah, its fine until i wipe it [18:17] * ogra takes back the BIOS/HW theory then [18:18] almostdvs: is that a cd or a usb stick? How did you create it, e.g. with rufus, unetbootin, dd? [18:18] i'm pretty sure i've made my usbs the same way before. Let me check real quick [18:18] Try to boot another PC with that USB stick [18:18] im on a mac so convert iso to img with hdiutil and then dd on to the usb [18:18] To rule out the case where it's badly created [18:19] Normally you can dd the iso directly. No idea about macs. [18:19] yeah [18:19] i mean same thing happened on another machine i tried before this one [18:19] just dd should be fine [18:19] This probably means "badly created usb stick" then. Use another method, like plain dd without conversion [18:19] just dd the iso? ok ill give it a shot [18:20] Remember to dd it directly to e.g. /dev/sdb, not to a partition like /dev/sdb1 [18:21] i almost rolled my eyes but then remembered i wiped the wrong machine this weekend on some other project. can't be too careful [18:24] on Mac OS, you can use Etcher [18:24] https://www.balena.io/etcher/ [18:24] the usb sticks aren't properly readable on Mac OS, but sometimes they can be booted by a normal computer :) [18:25] (I didn't have success with the 20.04 image last time I tried, but 20.10 worked, that was the newest back when I tried it) [18:29] :/ just tried without adjusting options, then replacing quiet with nomodeset. same results [18:29] from the newly written stick ? [18:31] yes [18:32] dies the UEFI perhaps have some secureboot option turned on that could prevent the USB boot from progressing ? [18:32] *does [18:32] i'm going to try a different usb [18:38] That must have been it. new stick must not be compatible or something. thanks alkisg et al [18:39] yay [18:40] 👍️ [18:40] disappointing. this new usb-c/usb-a stick writes real fast [18:59] usb sticks are essentially flash drives / SSDs, they wear out over time [19:01] hi :) I'm using VLC on Ubuntu focal to play a file which I'm currently downloading. Unfortunately, when it reaches end of file (due to playback speed or time-jump commands), it stops playback and closes the file. Is there a VLC option to make it stay in a pause-like limbo instead, so I can time-jump back or just wait until more data arrives? (and ideally, auto-continue when it does) or do we have another video player that can do it? [19:01] Hello, I want to try this ova on my esxi server but I couldn't find the password, what is the template password? https://ubuntu.com/blog/snappy-ubuntu-core-now-on-the-hypervisor-of-your-choice-with-ova i've tried ubuntu/ubuntu root/root admin/admin and none of them work [19:02] Sven_vB: I don't think I've seen that kind of option before [19:02] I wonder if piping in from tail -c0 -f or similar might work [19:03] Oh, tail -c +0 -f maybe [19:03] rbasak, limbo with auto-continue works when playing from a pipe, but VLC won't allow time-jump with a pipe. [19:04] Right - pipes aren't seekable [19:05] rbasak, also it seems that each time VLC encounters the pipe is empty, it will be stuck for several seconds, even if the pipe sending process is only a few milliseconds late [19:06] in this stuck time, VLC doesn't even visually acknowledge requests to adjust playback speed [19:11] Sven_vB: try #videolan [19:11] leftyfb, thanks! [19:13] punkgeek, i'm not sure these images are still supported (they are 6y old) [19:13] typically ubuntu core starts a setup tool on first boot on the console [19:13] where you can set up a user [19:25] Hi, I'm having a problem with systemd. Suddenly, on my 20.04 server, it claims it doesn't start the system, and a ton of related things break. When I try to run systemctl, it says "System has not been booted with systemd as init system (PID 1). Can't operate." and "Failed to connect to bus: Host is down". However, /sbin/init is a symlink to /lib/systemd/systemd, which is indeed running as PID 1. [19:25] Any ideas? [19:28] signofzeta, is your disk full ... have you checked logs etc etc ? [19:28] The disk was full at one point. I expanded it. [19:30] "which is indeed running as PID 1" -> what have you done that leads you to that conclusion? [19:30] The output of ps aux shows PID 1 as /sbin/init, which is a symlink to /lib/systemd/systemd [19:30] I've tried booting with init=/lib/systemd/systemd for kicks, but no change there [19:31] Because of pivot_root, mount namespaces and suchlike, I don't think ps output can be trusted to reach that conclusion here. [19:32] fair enough. how can I check? [19:32] I would examine /proc/1, but I'm not sure which bit of info there would be conclusive, sorry. [19:33] /proc/1/maps wouldn't be a bad start [19:33] /proc/1/exe is a symlink to /lib/systemd/systemd: https://termbin.com/c9yc [19:34] /proc/1/maps maps to a lot of things, including /lib/systemd/systemd. need the output? [19:34] Check the inode number matches "stat /lib/systemd/systemd" [19:34] here's mine to compare against https://paste.ubuntu.com/p/qDQ6sg2T6v/ [19:35] (technically the device number needs to match as well) [19:36] yes, the map and the app have the same inode [19:37] signofzeta, ps -p 1 -o comm= [19:37] OK, so then I agree with you that appears that systemd is indeed pid 1, and I'm out of ideas, sorry. [19:37] comm=systemd [19:37] lol, me too, rbasak, me too. [19:38] anything interesting in "dmesg | grep systemd"? [19:38] signofzeta: okay, next guess, maybe try an opensnoop-bpfcc in one console and systemctl commands in another, and see if systemctl is trying to open files.. [19:40] remline: no, not really. one corrupted journal that's replaced. https://termbin.com/md2l [19:43] sarnold: yes, I see systemctl in thie list. nothing stands out, though. [19:44] signofzeta, you said you resized the disk ... did you also resize the filesystem in it ? [19:44] yes, df -h says I have plenty of space [19:44] the filesystem does fill the disk [19:45] the log looke like it is still full TBH [19:45] *looks [19:45] (but then it might be an old log and journald probably didnt start at al since you have the issue) [19:45] okay, how can I clear it? I just ran journalctl --vacuum-size and that surprisingly did something === danlinux_ is now known as danlinux === hggdh is now known as eeebotu === eeebotu is now known as hggdh [19:59] ubuntu software lags reponse user input, [19:59] youtube loading and paging is faster [20:00] any idea?? [20:02] not offhand, isapgswell. what's lagging? the ubuntu UI? [20:04] signofzeta lags to show up category items, icons and descriptions, resuming as you said UI [20:04] just the file explorer, then? what happens if you open up another app (say, LibreOffice) and work with that? [20:06] signofzeta yes the ubuntu software explorer, libreoffice and nautilus works great [20:06] oh, software explorer. yeah, it's slow for me, too, and i've got a six-core Ryzen. I think it's just the app. [20:07] wish i had a solution, but i don't think it's just you [20:07] signofzeta me too, i have a gamer notebook [20:07] do you get that bug where you click on a category in software explorer, and it doesn't show you any apps? [20:08] signofzeta it show sometimes after around 10/15 seconds [20:08] signofzeta for the first time [20:10] signofzeta my internet link connection is 240mb [20:10] signofzeta so, not a link speed problem [20:13] signofzeta do this test: click on a category unclicked before and after try swipe apps [20:14] signofzeta for me when i do that i have to click background window pane one time and try to swipe again, it will be faster === toolz is now known as Guest2107 === sehro is now known as sehro|ghost === sehro|ghost is now known as sehro [21:23] can anyone explain what this output is? [21:23] https://paste.ubuntu.com/p/fpf5nk9CS6/ [21:24] bumblefuzz: you don't have a package named 'imagemagick' installed [21:24] bumblefuzz: but you do have packages named imagemagick-6-common and imagemagick-6.q16 installed [21:25] annnd I'm retarded [21:25] thanks [21:29] This may be the wrong place to ask... I have a test-server running Proxmox and the ssh is failing. Is it possible to extract some files from a container that wont start? [21:30] what's doing the file storage for your container? [21:30] sarnold: hmm... whatever is default i suppose. [21:31] sarnold: sorry. Maybe I misread the question... it is saved to a hdd (i suppose the hd is failing and not the ssd) [21:31] Aavar: if the file storage is a simple zfs dataset than you can certainly mount it into whatever namespace you've got available to work with, and inspect it that way [21:32] Aavar: if it's iscsi then it'll take a bit more work .. [21:32] it is not iscsi. [21:32] sarnold: how do I go about doing that? [21:32] Aavar: start with zfs list and see if it looks likely [21:34] sarnold: I see that it is actually a ext4-partition. [21:35] Aavar: aha; if it' snot already mounted, you could just mount it anywhere [21:35] /var is a ext4 partition. [21:35] sarnold: It is mounted, but how can i find and extract my files? [21:36] Aavar: cp? [21:37] sarnold: I am actually looking for some files inside a container. Should I be able to find them under /var? [21:37] as plain files? [21:37] Aavar: probably yeah, if you're using ext4-backed storage for your container [21:40] sarnold: hmm... eighter you or me is missunderstanding. the whole /var of the host is a single extra ext4 partition. So I guess there is one or several zfs-images mounted on a physical drive. [21:40] (partiton) [21:40] Aavar: I don't know your system [21:40] Aavar: I'm just going on what you've said [23:38] ubuntu 20.04 sudo apt dist-upgrade is holding back evolution-common 3.36.5-0ubuntu1 while all the (6) other evolution pkgs seem fine [23:39] !info evolution-common focal | F_Carson [23:39] F_Carson: a sudo apt install evolution-common will probably show you what actions are necessary [23:39] F_Carson: evolution-common (3.36.4-0ubuntu1, focal): architecture independent files for Evolution. In component universe, is optional. Built by evolution. Size 679 kB / 18,408 kB === genii-core is now known as genii [23:42] why then is dist-upgrade holding it (and consequently all the other evolution upgrades)?? there shouldn't be any dependency problems (?) [23:42] it's doing it on all my 20.04 installations... [23:47] F_Carson: Pulling from the proposed repo ? https://packages.ubuntu.com/search?keywords=evolution-common&searchon=names&suite=focal-updates§ion=all . [23:55] i did what apt install suggested, and evolution was removed. did an apt autoremove to clean up and tried to start fresh with apt install evoluion which fails completely with unmet depends: [23:56] The following packages have unmet dependencies: [23:56] evolution : Depends: libcamel-1.2-62 (>= 3.36.5) but 3.36.4-0ubuntu1 is to be installed [23:56] Depends: libecal-2.0-1 (>= 3.36.5) but 3.36.4-0ubuntu1 is to be installed [23:56] Depends: libedataserver-1.2-24 (>= 3.36.5) but 3.36.4-0ubuntu1 is to be installed [23:56] Depends: libevolution (>= 3.36.5) but it is not going to be installed [23:56] Depends: libevolution (< 3.37) but it is not going to be installed