[00:01] sarnold yeah I got to auth repo key wait a minute. software-properties-gtk messed up it all. [00:04] anyone? [00:05] could I be having trouble because I am using SSD instead of machanical Drives? [00:07] neildugan, it sounds like when you installed, you opted to not update the MBR for GPT ... Without that, BIOS is not going to automaticaly run [00:08] pragmaticenigma, ok ... what to do now? [00:09] neildugan, This is why I didn't answer (and possibly why no one else has answered) I don't know more than what I suggested [00:09] pragmaticenigma, oh! [00:10] pragmaticenigma, any way to check? [00:12] neildugan, Only you could answer that question... that was part of the installation process, you would have been given a question if you wanted to update and Master Boot Record (or something similar.) To the best of my knowledge (and again, I know nothing more than what a mentioned earlier) there is no method for checking after the fact [01:02] !virtualizers [01:02] There are several solutions for running other operating systems (or their programs) inside Ubuntu, while using the native CPU as much as possible: !QEmu (with !KQemu), !VirtualBox, !VMWare, as well as !WINE and !Cedega for Windows applications [01:02] !cedega [01:02] cedega is a project based on WINE, aimed at running Windows games on Linux. For more info, see https://help.ubuntu.com/community/Cedega [01:02] nice [01:02] anyways im having the little issue where synaptic appears to be unable to retreive changelogs from ppa packages === yourname is now known as daiwzh === zbenjamin_ is now known as zbenjamin [02:26] Just me or there's a problem with the triggers for appstream? [02:26] dpkg: error: version '/usr/share/app-info/yaml /usr/share/app-info/icons' has bad syntax: version string has embedded spaces [02:28] I'm trying to use rsync over ssh but need to import the key which is stored locally with a normal ssh sesson I would just use ssh -i key_rsa root@server when but can't figure how to do this with rsync rsync -avhP -e '-i mx01_rsa ssh -p 22' /root/scripts root@server:/root/ does not seem to work [02:28] any suggestions [02:29] k_sze: ew [02:29] or rsync -avhp ssh -i mx01_rsa /root/scripts root@server/root/ [02:29] rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.0] [02:30] timyp: wild guess time, try rsync -avhP -e 'ssh -i mx01_rsa' /root/scripts root@server:/root/ [02:31] thanks sarnold that did it! [02:31] you are great! [02:31] yay :) [02:49] Just an update; Flashed new bios yesterday and no crashes so far... fingers crossed that this was the issue of server crashing randomly [02:50] ColdKeyboard: Brave man. If I thought the hardware was flakey, i'd be reluctant to try that. [02:51] Hey man, didn't have much left to try... all power saving options disabled, latest kernel, everything up to date... still crashing. Went on Gigabyte site and they have new bios... so why not live dangerously :) [02:52] ColdKeyboard: sweet! how long did it normally go between crashes previously? [02:52] Thanks sarnold BW for suggesting BIOS update [02:52] you're welcome :) [02:53] sarnold: A day max, usually it would take couple of hours... So far it's up and running for over 24h so if anything, it's better. Still have to see if it's fixed :) [02:54] ColdKeyboard: alright, it's almost fine to start getting excited :) [03:09] Why does updating intel-microcode *not* require a restart? [03:09] Does it some how know that my (Intel) CPU is not affected? [03:11] no, you need to reboot for the new microcode to be applied [03:11] It doesn't write to /var/run/reboot-required [03:12] Isn't that a bit of a problem? [03:12] k_sze, microcode doesn't require a reboot because it can be applied after BIOS has applied its stored version. [03:13] k_sze: probably it's not a big deal -- often times the microcode updates also need corresponding kernel changes, which will set the reboot needed flag [03:14] k_sze, the microcode supplied by an OS vendor is typically applied during the boot sequence. After the machine is first turned on. The BIOS or UEFI system loads its ROM saved version of the Microcode. Once the BIOS/Firmware hands control off to the booting OS, the OS has an opportunity to "reflash" a different set of microcode. The microcode from the OS can be applied at anytime. However, to be most effective, it is a good idea [03:14] to reboot after such an update is applied. [03:16] pragmaticenigma, so you mean the microcode update can be applied even when Ubuntu is already completed booted up and I'm logged into a desktop session. [03:17] s/completed/completely/ [03:17] k_sze, it can be, however your system may encounter instability which is why it's a good idea to reboot when you see that update [03:17] you may be able to get the microcode loader to load new microcode after boot but because this can lead to severe reliability problems, the early boot loading mechanism is the only supported mechanism [03:18] I see. [03:18] Let me reboot then, heh. [03:18] k_sze, Mozilla has a KB article about Firefox instability after microcode updates. They recommend always rebooting after installing the microcode update in the OS [03:20] k_sze: "Unpacking intel-microcode (3.20191115.1ubuntu0.18.04.2) over (3.20191115.1ubuntu0.18.04.1) ... >> intel-microcode: microcode will be updated at next boot [03:20] " [03:20] pragmaticenigma, I see. [03:21] I'm running 18.04, and periodically, I find that my machine has crashed. Unfortunately, I am having a hard time troubleshooting what has happened. Any help? Normally, I leave my monitor on and the screen goes dark when idle, and when I hit a key on the keyboard, the log in screen appears. Sometimes, however, the screen stays dark. I can't ssh in either. I suspect my Nvidia card/proprietary drivers are to blame. [03:22] GBGames: is there anything in the logs after you come back up? [03:22] GBGames: any outstanding firmware updates? [03:22] Mainly because the only things I see in my logs are related to some issues with the graphics card, but I don't know if it is normal or not, and it has been hard to find info online about it. [03:22] GBGames: one thing that's been helpful for me is having top or ps auxw running periodically, so I could see what the machine was doing just before it dies [03:23] I believe I am up to date on firmware (I will double check next time I reboot). Let me look at my logs and get something specific to pastebin. [03:26] fwupdmgr may be able to help with the firmwarew updates [03:32] sup [03:32] Hey, Swift! Long time no see. [03:32] ;-) [03:33] Huh, I am having trouble finding the logs that mention the video card. But here's the paste of my syslog: https://paste.ubuntu.com/p/qJRjXzhB9F/ [03:34] Anything from lspci? [03:37] samba reload probably happened due to the new dhcp assignment [03:40] sarnold: Ah, that makes sense. I wonder if there was a bit of a brown out and the router reset? The computer is on UPS, but the router isn't. [03:42] GBGames: it's entirely possible that something is being silly :) [03:44] how r u bsdfreak [03:45] sarnold: I've been tolerating this for a long time. I can go weeks without a reboot, and then there are days like today when the machine just won't respond twice and I need to reboot it manually. Also, sometimes when a software update requires a reboot, it won't shut down, so the OS is down but the computer is still on and won't finish the reboot. [03:46] So I figure there has to be some weird configuration related to power management or the hardware is slightly glitchy. [03:47] GBGames: ugh that sounds frustrating :( the 'shutdown but not off' thing feels more like firmware end of the world.. [03:50] Well, fwupdmgr finds nothing needing an update. Thanks for that tip, though. I didn't even know it was on my machine. [03:51] GBGames: dang. I wonder if that's beucase there's no updates, or because your vendor doesn't publish updates through this channel.. heh [03:52] The computer is a Dell XPS 8700, and it says "Recent IoT, XPS, Latitude, Precision, and Optiplex hardware is supported. For older systems not supported by LVFS, the vendor recommends creating personalized update notifications using the Dell support site." I don't know if mine is older or not. [03:56] hmm I don't see xps 8700 on https://fwupd.org/lvfs/devices/ [04:02] That's a pretty old build, right? [04:02] Well, anyway, I can't find logs pointing to the video card, and the logs I do have don't seem to point to anything. I once tried keeping an SSH connection open from a separate machine, and the only thing I saw was that the connection dropped eventually. I believe I tail -f the logs and that is how I saw the nvidia card errors leading up to it. [04:02] What's the service tag? [04:02] bsdfreak: I bought it in 2013, yes. [04:03] But I didn't start using it in earnest until last year. It was a backup machine, and my main one finally died. [04:03] Gotcha. [04:03] Have you run a 2 pass memtest on it just to be sure it's not the RAM? [04:03] So I got a new power supply and a new nvidia card, and otherwise popped in a few hard drives I had to spare. [04:03] Heh, no, I keep forgetting I want to do that overnight. [04:04] But there was an attempt at a single pass that I gave up on after multiple hours. No errors, but it was still nowhere near done. [04:06] iirc the 'random' one's always given me quickest results [04:06] So I guess that's another thing that could be going wrong. Maybe those old hard drives (which are mounted but almost never used) are finicky and causing a problem? I suppose I can try to remove them next time and see if it helps with stability. [04:06] it migh be worth a smartctl run on the drives if yuo suspect them [04:09] And that's a sudo aptitude install smartmontools for me. [04:11] Yeah failing drives can cause all manner of weird IO issues. [04:22] Well, the drives seem to be functioning fine? At least with the short tests I ran. [04:24] nice [04:29] GBG: My advice if you want to get to the nitty gritty of this is to run a two pass memtest86+ overnight and if that psses then a full hard drive sector scan. [04:29] Also check system temperatures, clean fans. [04:29] o [04:29] There's a GPU testing utility too IIRC. [04:30] https://www.irccloud.com/pastebin/FgBzA47v/ [04:30] Arg, didn't mean to paste it that way. My apologies. [04:30] https://www.pcsuggest.com/gpu-benchmarking-and-stress-testing-in-linux/ [05:32] Thanks, bsdfreak! I'll check that out. [07:37] Hi, I'm running kubuntu 19.10. I have 3 screens, but this problem also is happening when I only have one screen... [07:39] Where normaly was my main screen is now no desktop and now menu bar. I can move my mouse and windows on this screen. [07:41] I can't any menu bar to other screens. I can start programms with alt+space/alt+f2. [07:41] I can use this programms normaly as it seems. [07:42] Just my Desktop and menu bar / task list is not working [07:43] As I'm typing I realize, I maybe have to ask in #kde or #kubuntu. I'll ask there to. I don't know which part of my system is causing the problem... [07:55] I also asked in #kde and will report any solutions into the other channel, if found. [07:57] i have ubuntu which automatically goes in recovery mode [07:58] i can't really understand reason from journalctl -xb [08:00] maybe there is some hints what i should search? [08:02] startx shows some errors, seems like i will start with that [08:07] patstoms: are you chatting from the PC right now? [08:08] no [08:08] first time you installed Linux on the system? [08:08] seems like error is not related, it is some issue when i do su nonroot and then startx [08:08] from root startx gives black screen [08:09] no, it was working at some point, but then i reinstalled grub and now this issue [08:09] have you tried any other versions or flavors of Linux with success? [08:10] so it was working fine..and then you made configuration changes (reinstalled grub) and now you only boot to recovery [08:10] worst case ...reinstall ..and try not to repeat the same actions [08:16] if i dont use my track pad after a while it freezes [08:16] is there a way i can get it to stop doing that [08:23] Restarting plasma did work around temporary until the next login... [08:38] user01 you really should add iflag=fullblock to that, i've experienced dd doing some data-corrupting schenaningans without it =/ [08:38] .. albeit that was over netcat [08:38] oh hi frens [08:39] i need to netboot ubuntu with a kickstart file, is there a way to do that without having to master an iso? [08:39] i was thinking i should be able to point at a github gist or something [08:41] should i just use packer? [09:33] hello. purely out of curiosity - when and why did ubuntu move the X session to tty1? === mIk3_09 is now known as mIk3_08 [10:50] Hi everyone. Is there any way I can drop to busybox by changing kernel parameters in GRUB ? [10:51] I want to simulate a situation where the system fails to fully boot the system, and thus reverts to a limited busybox environment. === peter-bittner1 is now known as peter-bittner === peter-bittner1 is now known as peter-bittner [11:21] can microsoft teams run on ubuntu? [11:23] ecstoian: https://unix.stackexchange.com/questions/71754/how-can-i-force-a-ubuntu-kernel-to-fail-mounting-and-drop-into-the-initramfs-r [12:06] hello. what do: libglu1-mesa-dev: Depends: libgl1-mesa-dev but it will not be installed or libgl-dev [12:07] i did switch fully to amd descrete video and after that i have "broken packages" very often [12:07] the message above is one that happands often [12:07] "sudo apt-get install -f" doesn't help [12:08] can't find easy solution [12:09] example: sudo apt install qt5-default qtbase5-dev outputs that too [12:23] I'm having crazy input issues. Mouse is laggy enough to be completely unusable. Meanwhile there's nothing swallowing up memory or cpu [12:23] Seems like it's dropping keystrokes too [12:24] Seems as though the system is actually running just fine... But it's just acting like it's struggling [12:25] luckybunny: what does free -h give? [12:25] I have htop running on tty2. Very low memory usage. Cpu almost zero [12:26] Mem 7.8Gi used 939Mi free 4.7Gi [12:26] Plus more, but yeah... That gives a solid picture [12:26] Lol [12:32] I'm just lost as to what to check next [12:44] testing [12:44] sems keybard nput works ok [12:44] or not quie [12:44] lol [12:44] definitely dropping keystrokes [12:45] any nifty bit of software that's part of ubuntu that would allow me to control a panel indicator light/text/whatever with a simple bash script? i.e. without having to write my own applet [12:46] i guess a bit like zenity but for the panel [12:47] ah, yad. let me look at that. seems old [12:47] I seem to remember there was a separate help channel somewhere [12:47] tried #ubuntu-help, but that's invite only [12:49] luckybunny: What is wrong with asking here? [12:50] Hey all [12:50] I did... It helps to broaden horizons, though [13:42] hey guys, Is there any know issue with Ubuntu 18.04 laptops, (m2) SSDs and ACPI? I have a new Dell laptop that works perfectly while connected to AC Power, but will remount the main partition in RO mode soon after going to battery power while doing IO [13:44] this is what I've got on dmesg after unplugging -> https://paste.ubuntu.com/p/dRnX69yY5J/ [14:47] Klanticus: wich kernel does this happen please? is your bios up to date? [14:51] To fully remove a snap, do I just delete its file in ~/snap ? [14:51] Why is chromium now installed with snap?! [14:53] !discuss | Chunkyz [14:53] Chunkyz: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [14:55] ? I don't want to discuss it lotuspsychje [14:56] I'm asking why it changed [14:56] Chunkyz: that fits under a discussion question [14:56] No. [14:57] Chunkyz: we are trying to divide real ubuntu issues, from discussing questions here, please understand [15:00] lotuspsychje: kernel 5.0.0-37-generic [15:01] Klanticus: would you have older kernels in your list to test with? [15:01] I'm not sure whether the bios is fully updated or not. Will have to check that [15:01] No, I've installed Ubuntu just a few days ago, so I only have this one [15:01] Klanticus: bios version would show in your dmesg, or with inxi -F [15:02] Klanticus: to test other higher kernel, we reccomend !mainline [15:04] lotuspsychje: bios seem to be updated. What do you mean with mainline? [15:04] !mainline | Klanticus [15:04] Klanticus: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [15:05] ah, ok. I'll try to update [15:06] Klanticus: its not really an update, but a higher kernel test, to see if your issues crosses several kernels [15:26] lotuspsychje: It looks like the problem is gone now, however I don't get wifi anymore (missing firmware). Do you know how to solve that? [15:27] lotuspsychje, mainline kernel build with the usual ubuntu patches, or vanilla kernel builds? [15:27] Klanticus: lets try to fix 1 issue at time, maybe you can file a bug on kernel -37 first on your first issue? [15:28] yeah, sure [15:28] Klanticus: can you boot into -37 and use ubuntu-bug linux from there please? [15:30] lotuspsychje: I have a meeting right now, but will do it as soon as possible [15:30] Klanticus: thank you, meanwhile you can use your wifi working on -37 right? [15:31] lotuspsychje: I have another computer (the one I'm using to talk to you) for that. Thanks for worrying :) [15:32] Klanticus: ok great, after you filed the bug, ask again about your wifi chipset here, and the volunteers will help you [15:33] thanks! [15:35] that installer annoys me :/ [15:36] "setting up devices" - but all it does is [15:36] Memory pressure relief: Total: res = 5406720/5447680/40960, res+swap = 5271552/5271552/0 [15:36] Memory pressure relief: Total: res = 5439488/5443584/4096, res+swap = 5267456/5267456/0 [15:36] Memory pressure relief: Total: res = 5439488/5439488/0, res+swap = 5271552/5271552/0 [15:36] blurb? who cares? [15:46] Hey guys - I need latest qt 5.13, but it's 5.12 from repo? [15:46] what's a way to create a light (~20%) CPU load in the background? [15:47] !latest | yuradoc [15:47] yuradoc: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [15:48] am i doing someth wrong. I did install that through: sudo apt install qt5-default [15:48] Hi, I upgraded to 19.10 today and now I am experiencing ~1 second hangs every 5 seconds or so, in many applications. I am running i3 as window manager and it only happens there, not in Unity. Is there some new Unity service that has been introduced that I need to be running to avoid this? [15:49] qt 5.13 release date: 19.06.2019 [15:55] oh, not Unity, guess it's GNOME again now? Same question, different desktop environment. [16:06] wintenewt, what release did you upgrade from? [16:07] And what graphics card & drivers? [16:08] I'm trying to update qgis on xenial to 3.X (from ubuntugis ppa), but for some reason apt thinks that it's a "downgrade" to go from 1:2.18.16+24xenial to 3.4.6+dfsg-1~xenial1. Any ideas as to why? [16:10] Now I need to manually specify all the version numbers of 3, which is quite difficult [16:13] lordcirth_: 19.04, I believe? Intel card, UHD Graphics 620. i915 driver. [16:18] GreatEmerald, apt-cache policy qgis [16:19] I used to have stutters like this because I had no dbus service that could show notifications, so any program showing a notification would instead hang for a few seconds. But I fixed that by running dunst. So now I suspect there's some periodic communication with something else that is failing. [16:26] lotuspsychje: bug reported -> https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1855304 [16:26] Launchpad bug 1855304 in linux-signed-hwe (Ubuntu) "Device(m2 ssd) remounts in readonly (sometimes with data corruption) mode only in battery mode" [Undecided,New] === SimonNL is now known as SimonNL_Afk [16:42] question: if my installer is stuck in the "setting up devices" phase... [16:42] only ouputting stuu like [16:42] *stuff [16:42] Memory pressure relief: Total: res = 5685248/5685248/0, res+swap = 5341184/5341184/0 [16:42] Memory pressure relief: Total: res = 5685248/5685248/0, res+swap = 5349376/5349376/0 [16:42] Memory pressure relief: Total: res = 5681152/5681152/0, res+swap = 5349376/5349376/0 [16:42] Memory pressure relief: Total: res = 5668864/5668864/0, res+swap = 5341184/5341184/0 [16:42] Memory pressure relief: Total: res = 5660672/5660672/0, res+swap = 5337088/5337088/0 [16:43] !paste | jack [16:43] jack: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [16:45] ...should i ctrl-c that? [16:50] Klanticus: thank you very much for reporting your bug! [17:05] Klanticus, http://forums.debian.net/viewtopic.php?f=7&t=134120 but no activity; i suggest to check the SATA settings in your BIOS [17:21] I'm doing some experiments now. I've disabled laptop mode when on battery and it's working fine so far [17:49] hey all === pikapika_lunar_a is now known as pikapika [18:04] swift110, hi [18:10] how are you lordcirth_ [18:10] swift110, good thanks. This is the Ubuntu support channel. Do you have a support question? [18:12] lordcirth_, oh goodness ill check out the offtopic channel then since I am not looking for support at the moment [18:12] thanks lordcirth_ [18:13] you are welcome [18:22] How can I downgrade chromium now it's installed with snap? [18:22] Support question ^ === tucked is now known as disi [18:29] ioria: Thanks so much for resurrecting my laptop that has been dead these 6 months. I wish I had one to give to you ^_^ [18:30] lmat, no worries [18:30] ioria: I have a machine you can use "off-site". Do you need someone to hold a hard drive for your off-site backup? I have a friend with one of my laptops in his house with a hard drive attached and I rsync every night for off-site backup [18:32] lmat, not atm, but it's very kind of you [18:47] Chunkyz: sudo snap revert chromium-browser [18:48] genii: what does it revert to? [18:50] Chunkyz, read the documentation: https://www.mankier.com/8/snap#Commands-revert [19:37] Hey, I'm running ubuntu on my laptop and tried to install another ubuntu on an external hard drive. Unfortunatly this broke grub on my internal hard drive and now it always takes me to a "Minimal BASH-like line editing is supported." How can I boot into my OS? [19:38] I've found a few guides saying to do: [19:39] set prefix=(installation_partition)/boot/grub/ [19:39] insmod normal [19:39] normal [19:39] but it doens't seem to do anything for me [19:40] te_x, Have you seen this? https://help.ubuntu.com/community/RestoreGrub [19:41] pragmaticenigma I've tried the graphical way (boot-repair), but no success [19:44] I recently purchased a 4k monitor to add to my 3 monitor setup. For some reason when I enable to 4k monitor it will shut off the 4k monitor and another 1080p monitor, and shove everything to one monitor. If I disable the 4k monitor my 2 1080P monitors start working. Any ideas? I have tried purging and reinstalling nvidia drivers as well as blowing away all instances of xorg.conf. [19:45] te_x, I'm not sure how to repair grub beyond what's listed on that page I'm affraid. What I can say is that when you install to an external drive, make sure you do not let the installer update the MBR and/or GRUB. It was an option during the installation that was likely enabled by default [19:46] warriorf2rGod, Are you trying to drive all those monitors from one graphics card? [19:46] pragmaticenigma Thanks :) I've specificaly said that grub should be installed in the external drive but somehow the internal disk was also modified [19:46] important: how is that 4k monitor connected, DP or hdmi? [19:47] te_x, That's what I'm saying... you shouldn't have let it install grub [19:47] at all [19:47] pragmaticenigma: Yes. An nvidia 1070. [19:48] pragmaticenigma: I have it hooked up through DP right now. Let me try swiching it out for hdmi [19:48] DP is good [19:48] i guess 1 DP 4k and 1 hdmi HD would work together too? [19:49] warriorf2rGod, have you checked the specifications of that card? It probably has an upper limit to the number of pixels it can drive. Meaning, all those monitors add up to more pixels than the card can support. The 1070 series supports a combined total of 7680x4320@60Hz resolution [19:50] pragmaticenigma: Looks like it was because of the dp input. I changed it out for an hdmi cord and it is working now. Thanks! [19:51] can you chainlink that DP monitor with hdmi? [19:52] gpu > dp > 4k > hdmi > hd === MrColumbus is now known as MrC [20:17] so I modified an ubuntu iso using ISO Master (replaced the filesystem.squashfs with an updated one) - the modified ISO boots fine and I can create a usb drive using "Startup Disk Creator", but the USB created out of the modified ISO refuse to boot... any hints on how to troubleshoot this or what did I miss? [20:23] Apachez, this channel focuses its support on the official images provided through Ubuntu's and Canonical's distribution portals. Perhaps a channel like ##linux could help? [20:24] Apachez: you could try another program for writing the iso to the usb [20:25] Apachez: perhaps as simple as 'dd' [20:27] gry, The "startup disk creator" as are most USB flashing tools, are wrappers around "dd" [20:27] pragmaticenigma: well its ubuntu related because startup disk creator is being used [20:27] and that usually works out of the box [20:28] but this particular iso refuses to boot when using startup disk creator, however burning the iso on a dvd and boot from there it will work [20:28] so the iso isnt entirely broken [20:29] or perhaps ISO Master was the wrong tool to replace the file within the iso? [20:29] Apachez, Why are you changing the filesystem in the first place? [20:29] any hints for other ISO modifying apps in ubuntu that will retain the booting capabilities of the iso being modified? [20:29] pragmaticenigma: its a custom thingy [20:30] cubic [20:34] Apachez: can you write the original .iso to a usb [20:34] Apachez: and then make the custom modifications in that [20:35] Apachez: see discussion at https://askubuntu.com/questions/882845/how-do-i-modify-an-ubuntu-iso-and-keep-it-bootable\ [20:39] Apachez: if it works on DVD and not on usb, it may just have been the iso editing tool, as far as I know, you can include data or information on the bootable part for disk geometry, in which case it may work only with such geometry, namely in this case for optical devices and not usb [20:39] Hi all. I'm using ubuntu 18.04. This morning I rebooted. After I log in, Gnome runs for a few minutes and then dies. After it dies the screen drops back to a terminal mode that shows the startup log. The last message is '[ok] Started Gnome Display Manager' [20:40] Apachez: that said, you can hmmm also burn the official Ubuntu ISO, give it some persistent storage, boot it up, once boot it up, you can install or make modifications to the booted session, when shutting down, the persistent storage will retain those modifications on any subsequent boots [20:41] iirc, I used to be able to press ctrl+alt+f[n] to switch between sessions. I tried to do this, but it in my situation that combo doesn't do anything [20:43] I'm not entirely sure how to describe the problem, because I don't know if gnome is actually crashing. If it did, I'd expect to see errors on the screen I'm looking at. It seems like gnome just... stops [20:44] bobdobbs, /var/log/syslog or checking journald is likely to have an entry for the crash [20:46] I've got no way to access the system. I can't use ctrl+alt+f[n] to drop to a terminal. The screen I'm on just echo's back any keyboard input [20:47] ctld+d | ctrl+c just echo back their respective characters [20:47] hello channel [20:47] can anyone recommend a (standalone) program to browse and launch .desktop files? [20:47] bobdobbs: stty -sane ? reset? [20:48] oh wait... something is happening. My monitors are showing the 'kubuntu' startup logo [20:48] sarnold: what is 'stty -sane' ? [20:48] i specifically need something that launches its own window (not an applet or menu). And it needs to provide a list/grid/whatever of all apps, with no typing [20:49] bobdobbs: it'll help repair a lot of busted terminals [20:49] i already use synapse and other type-to-launch launchers. I need one that can provide an overview to browse installed apps, without needing to search === kostkon_ is now known as kostkon [20:52] gry: the confusing part is that the iso boots just fine when burned onto a dvd [20:52] but using startup disk creator is says everything went fine but it wont boot [20:53] and thanks for the link [20:53] ...so basicalyl i'm looking for something that provides the kind of browsing that GNOME-shell does, but a standalone app [20:54] That's odd. I haven't done anything. Gnome started again. But now it looks different. There are now two gray bars on one screen: one bar at the top, the other at the bottom [20:55] The Applications menu looks completely different [20:55] My Gnome appears to be high [20:56] Maybe I should try switching desktop environments. Is KDE still a thing? [20:56] Yes, KDE is still quite popular. [20:58] I might install it. It's been a few years since I last gave it a whirl. I quiet liked it. [21:00] bobdobbs: you may want to try gnome with a new OS user in case your configuration files are the issue [21:00] that's an idea [21:02] Apachez: if it gives an error message when booting, sharing that may be a bit helpful [21:14] hmm, xfce4-appfinder might do the trick [21:20] Apachez: startup disk creator IIRC is just a GUI for burning the iso, everything went fine means, the burning went fine, that doesn't mean the copied blob is perfect, but sounds like the iso contains some optical geometry data to work on optical media only [21:39] yeah thats the odd thing [21:39] however filesystem.size isnt modified [21:39] I guess Ill have to test if that somehow affect the output of startup disk creator [21:40] gry: nothing, booting dvd works fine, booting usb dont [21:40] but using original ubuntu iso works with both dvd and usb on the same box (and same usb drive) [21:45] did you try to copy to usb first and then modify the one directory which you needed === PowerTower_121 is now known as PowerTower_120 [22:16] Hi [22:22] Hi nabblet [22:57] hey, does anyone here know how much canonical support costs? for an educational institution [22:57] I'm just curious [22:58] I want to compare windows 10, chrome os, and ubuntu [22:58] for support costs [22:59] the advantage package, not sure if that is per machine or 50.. [22:59] !advantage [22:59] https://buy.ubuntu.com/ [23:00] OerHeks not advantage, that would be for development [23:00] I mean the equivalent of windows 10 licensing costs, but for the support portion not the license [23:01] like if a university wanted to license per student for example [23:02] codebam: it depends on what you're doing: if you want to install a supported LTS within the "standard support" lifetime of the LTS, the licensing cost is $0 [23:02] i think you need to contact canonical, https://ubuntu.com/pricing [23:03] codebam: if you want to buy ESM to provide for support *after* the end of standard support, that costs money, and I believe ubuntu advantage is the way to get there [23:03] for livepatch/esm, that is free for personal use [23:03] codebam: if you'd like commercial support contract on those machines for support tickets and so on, that is also part of ubuntu advantage [23:03] https://ubuntu.com/esm [23:03] oh, so that's still advantage [23:03] okay cool [23:03] jups [23:05] Does this Uni run a mirror yet? [23:08] nah we don't. I could try I guess. I'm a student, but I work and know people in our IT dept who would have to set that up [23:09] how much storage would I need. is 5TB enough? [23:09] it could save bandwidth .. [23:09] 5tb's more than enough [23:10] okay cool. we don't have ubuntu running, this was so I can show how we're paying $168 per W10 license instead of $25 for ubuntu [23:11] if you're happy with getting help on irc and askubuntu.com and so on, it could even be $0 [23:11] hmm... is that why universities run mirrors? to save bandwidth? [23:11] there should be no reason indeed, even Disney+ is fixed. [23:11] but a lot of places really do like having someone to help file bugs and so on [23:11] codebam: and faster install / updates etc [23:12] codebam, yes, and avoiding the situation if the wan is down, things stop. [23:12] true yeah [23:12] oh yeah, makes sense [23:12] but costs in bandwidth, sure 1st place [23:12] codebam: you could also run squid-deb-proxy to cache the packages that are installed / updated -- it's less work to setup and configure than the mirror, takes far less disk space too, but I think it's less convenient to configure [23:13] oh I see cool [23:15] I think the main problem with something like this ever succeeding is that I'm the only person who would have any idea how to set something like this up [23:16] and I don't get paid enough to even bother suggesting it let alone doing it [23:16] 50 cents above minimum, if you were wondering [23:18] codebam: yeah, it's important to get some kind of buy-in from others for something to become a success [23:18] codebam: a small lab off in the corner for CS, math, physics, biology, etc folks might be just the trick.. [23:18] are the desktop essential licenses per machine or per user? [23:19] sarnold problem with that is that it doesn't really save any money, because windows licenses are per user [23:19] so it's all or nothing [23:19] codebam: those'll be per-machine I think [23:19] codebam: ugggh :( [23:24] maybe first things first could get the servers migrated from windows to ubuntu haha. no one would go for that though because they'd lose the microsoft AD support [23:24] would probably help with uptime though :shrug: [23:26] I left windows before AD, so I've not tried it myself, but I think samba can do (some?) AD things [23:27] oh LDAP would be for AD [23:27] I think? [23:30] the way the ubuntu documentation is set up it says to use k8s. which is probably a good idea anyways [23:30] https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller [23:30] kubernetes sure sounds like it's got a lot of neat stuff but it also sounds like a lot of overkill for some uses [23:31] yeah true [23:31] that's cool. thanks [23:33] I always forgets, instead of physically removing a newly paritioned usb you can run some command that does similar like partrefresh or such, anyone remember the exact command? [23:33] anyone have any suggestions as to how me as a 4th year cs student can suggest this to our IT dept. I work as a level 1 support [23:34] partprobe [23:34] thanks Apachez :) [23:34] haha [23:34] darn... didnt fully work [23:35] still needed to physically remove the drive to make kernel spot the changes :( [23:35] usually fdisk and parted run partprobe automatically don't they? [23:35] yeah [23:35] but I use dd to clear the partitions [23:36] ahh okay [23:36] handy for the iso9660 onto usb cases [23:36] so I was hoping I could avoid physically remove the drive each time [23:36] gladly I use a short usb extender cable between the box and the drive so I wont wear out the usb contact in the box :) [23:37] if poop hits the fan I will only have to replace this short extender cable [23:37] and in case someone else wonders how you can boot from a usb using virtualbox in ubuntu, https://www.pendrivelinux.com/boot-a-usb-flash-drive-in-virtualbox/ :)