[00:26] Anyone been having GDK errors launching the snap-store recently on 23.10? [00:27] I'm getting this from today. https://pastebin.com/3AX3Fgk1 [00:28] k [00:28] k === nncanepa4 is now known as nncanepa [02:41] hello? [02:41] roflsaur, you got a support question? [02:42] no, this is my first time on irc [02:42] !discuss | roflsaur [02:42] roflsaur: 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! [02:42] these nerds wont tolerate anything but support questions [02:43] ecapi: knock it off [02:43] i'm confused? is he being sarcastic? [02:44] roflsaur: ignore ecapi. It's just a troll. Though this is a support channel. If you'd like to just chat, you are welcome to /join #ubuntu-offtopic or #ubuntu-discuss === Guest0 is now known as spionkop [03:12] Hello! I've put "* - memlock unlimited" in /etc/security/limits.conf and even reboot my system and login. However, ulimit -l still shows 32914304 not unlimited. How can I fix this? === diceLibrarian2 is now known as liceDibrarian [03:41] hey, I installed ubuntu 22.04, then upgraded it to 23.10. the system not respecting (not working) ~/.config/fontconfig/fonts.conf. the same config is working without any problem in other distributions. is ubuntu blocking something? [04:14] 222.04 every time chrome dies, there's an update waiting behind. I think there is a relation. They system doesnt play nice with updates... "somehow" [04:23] Hello, I have an computer image running Ubuntu Server (with Network Manager and LXDE added) which runs fine on a variety of hardware.  Recently we deployed it on some Dell Optiplex 3000 Thin Clients, which have the Realtek RTL8111HSD ethernet chip.  We're getting the problem where ethernet will stop working after a few minutes.  From google [04:23] searches it seems like this is a common issue with the Realtek RTL8111/8168/8411 driver that it uses.  From solutions offered on the net, I've tried switching to the proprietary driver from the Realtek site, but that hasn't helped.  I've also tried the 8168 dkms from the repos.  Strangely enough, we use an ubuntu based Clonezilla to image the PC [04:23] over the network, and it seems fine running on ethernet.   How do I go about troubleshooting this?  Any help much appreciated, thanks. [04:25] what version of the kernel is that using [04:25] what driver is it using [04:29] Thanks.  I don't have access to the device right now, but the driver is "r8169" from lshw -C network. [04:29] "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller" [04:30] The kernel is whichever comes with Ubuntu Server 22.04.3, latest update. [04:36] the driver when its working [04:36] Oh, you mean on Clonezilla?  I'll need to check. [04:36] and the kernel [04:36] Assuming I find out (and it's a different one), what is the process to change the kernel/driver to that version? [04:37] Can I downgrade to an older kernel? [04:37] that depends what is differnet [04:38] rbox, rascul is different [04:39] Do the drivers in the kernel have their own version numbers?  How do I display the version number of the ethernet driver?  Or are they purely identified by driver + kernel version? [04:40] no [04:40] its just the kernel [04:41] ok, looks like I have to come back when I have access to the device.  Any other information that would be good for me to prepare beforehand? [04:46] dont take wooden nickels [05:47] hi. I blew /etc/sudoers therefore I can't use sudo. how can I fix it? by logging in as root? [05:47] in my defense, sudo visudo shouldn't have allowed me to save the file but it did. [06:17] Kartagis: yes, you should be able to re-edit your sudoers file while logged in as root [08:23] hello your sensei here [08:34] Kartagis: if you still have a root shell, you can fix it from right where you're at. Otherwise, drop to emergency mode, get a root shell, remount the root directory as read/write, and then modify the file. [08:36] You can get to emergency mode by bringing up the GRUB menu (this is done by pressing and holding Shift during early boot on BIOS devices, or by tapping Esc at just the right moment during early boot on UEFI devices), then selecting "Advanced options for Ubuntu", then selecting the second item in the list that appears. [08:36] Then select the root shell option, then run `mount -o remount,rw /` to make your root directory rread-write. [08:37] Then `nano /etc/sudoers` and fix whatever went wrong. Then `reboot` at the end and see if it worked. [08:39] (The hardest part of the above process is getting the GRUB menu to show up. The right time to tap Esc is just immediately after the screen goes blank during the bootup process.) [08:40] (and also, try to only tap it once, otherwise you may end up in a GRUB shell, which is tricky to work with and you'll have a hard time getting back to the GRUB menu from there) [08:46] I had to reinstall it. no big deal, it's in a VM anyway. === Guest0 is now known as spionkop === Guest92 is now known as pythonboy [13:10] Hi all === nethunter__ is now known as Filohuhum [13:12] No. === coz_ is now known as SantaCoz_ === keypushe- is now known as keypusher [15:24] I installed a .deb file for an application. . it intalls a .desktop file, amongst otherthings. . there some util to make it add it to the UI menu? [15:28] system meny and add to favorites === Guest0 is now known as spionkop [16:31] how do I run a .bat file from a terminal? I'm installing a rom into a device (smartphone) [16:31] I don't know if this is the right place to ask, as Im unsure if I have to run fastboot [16:33] why dont you run heimadal instead? [16:33] opps heimdal [16:34] because instructions are already difficult enough to follow [16:34] and yes the phone myst be in fastbootmode [16:34] loswedseded: .bat is a Microsoft format for scripting actions in MS-DOS/Windows based operating systems. I don't believe there is any interpreter in Ubuntu that can work with them. The developer of the ROM might have instruction involving a bash script, which would end with the file extension .sh [16:36] so, device IS in fastboot mode and my ubuntu 23.10 recognizes that there is a device connected via fastboot [16:36] loswedseded: If you're unfamiliar with the instructions, I would advise against flashing anything to your phone. Unless you have someone that is familiar with the process that can help you directly. [16:37] pragmaticenigma, I extracted the .zip file. Inside there are 2 .bat files and 1 .sh file, .bat files are named according to chipset, .sh file is simply named fastboot [16:37] pragmaticenigma, this is an old device, bricked, and I don't care if it's nuked again [16:37] loswedseded: I don't know what you are working with, and flashing roms to mobile phones is out of scope for this channel. I highly recommend you reach out to the developer/community that created that rom for assistance. [16:38] thanks pragmaticenigma [16:38] chomod +x fastboot.sh and then ./fastboot.sh [16:38] Just flash custom recovery and then flash custom OS from there loswedseded [16:38] chmod [16:39] Just flashed a custom rom on my old device, not worth it, battery capacity is only 25% of original one [16:40] oehman, so first I cd to the directory where I extracted the rom, right? [16:40] yes [16:40] no [16:40] to the .sh file [16:41] ok, and now, simply type in the terminal: chmod +x fastboot.sh [16:42] correct [16:42] and then ./fastboot.sh [16:43] be patient, as Im a noob: the last command you pasted, ./fastboot.sh', loges me into fastboot mode IN my desktop, correct? [16:43] oehman, ^^ [16:43] no on your phone [16:43] but I'm already on fastboot mode on my phone [16:44] then just follow instructions in terminal [16:44] oh [16:46] ok, I executed the command ./fastboot.sh from the terminal, the device rebooted, but is not installing anything [16:46] it loops: on and off, on and off [16:47] then thats the only thing that the fastboot.sh does for you... What brand of smartphone do you use [16:48] asus [16:48] oehman: the support here is for ubuntu... if you and loswedseded would like to continue, I would reommend continuing in #ubuntu-offtopic or another appropriate channel. [16:48] oehman, would you join me at offtopic? [16:49] thank you pragmaticenigma [16:49] then i'm unaware of what type of flashing applictaion you must use... The only one i know about are heimdal and that one is for samsung [16:50] sure === Guest0 is now known as spionkop [19:10] hello [19:11] 👋 [19:12] is this chat room or used for other things ? [19:13] !support | Guest99 [19:13] Guest99: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [19:13] ok? [19:14] do youknow how in ubuntu budgie to change the color of font in taskbar , dont know what diferent parts are called ? allso the raven thingy on side how to change font color there also [19:14] If someone has a problem with their Ubuntu system, we can try to help fix it. (The -offtopic room is handy for just chat.) [19:17] Guest99: your questions are very Budgie desktop specific. You might try #ubuntu-budgie. There's not a lot of people in there but someone might know off the top of their head [19:17] bummer , === Guest0 is now known as spionkop === Guest0 is now known as spionkop === qwerty_ is now known as QwertyChouskie [20:35] salve [21:07] 22.04 Hello. Can I get a version of terminal that will let me use a different color than either black or white? (like some grey even?) [21:08] Where is the right place to mention something that works in mate and not in gnome (chrome desktop shortcuts)? [21:08] morgan-u2: I'm not sure about Mate, but gnome-terminal in the default install of ubuntu lets you change the colors [21:09] other than that, I prefer terminator, which also lets you change the colors [21:11] leftyfb I have gnome. I fret that... (I want to have that discussion in the correct place.) [21:12] leftyfb, Thanks. I will install terminator. (The End) [21:12] morgan-u2: a discussion about what? How to change the colors in gnome-terminal? [21:12] ...giggle [21:12] morgan-u2: https://opensource.com/article/19/8/add-color-linux-terminal [21:12] morgan-u2: https://help.gnome.org/users/gnome-terminal/stable/app-colors.html.en [21:13] No a discussion that the chrome shortcuts didnt useto work at all in gnome and ... now they do but they still dont have the name I just gave them BUT they can be renamed on the desktop (after you click on them and find out what they are). - except for the image shortcuts which are still funky. [21:14] I shall try those. Right after I get terminator, have a better more identifiable color for my bash window, try out lastterm and see what it does. [21:15] That is my mission. [21:30] leftyfb, re Terminator: how do I change the color of the text inthe prompt? There's not enough contrast for me to read it. [21:31] morgan-u2: ok, the colors you are talking about can be changed with your bash prompt settings [21:32] morgan-u2: https://linuxiac.com/how-to-change-the-colors-of-your-bash-shell-prompt-on-linux/#:~:text=To%20customize%20your%20Bash%20prompt,These%20are%20Bash's%20color%20codes. [21:32] morgan-u2: https://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/ [21:42] I wanted to install lastcomm and my terminal told me to install acct. when I did i got these warnings: update-rc.d: warning: start and stop actions are no longer supported; falling back to defa [21:42] ults [21:42] update-rc.d: warning: stop runlevel arguments (1) do not match acct Default-Stop values (0 [21:42] 1 6) [21:43] o- - lefti AM ABOVE MY PAY GRADE [21:44] Thanks for the bash prompt color info leftyfb [21:49] morgan-u2: for what purpose where you needing lastcomm? [21:49] *were [21:50] leftyfb, in terminal I changed the "Pallette to LINUX instead of their default "Ambience" or my previous choice "Tango" and now I can read the prompt line. I dont need the bash instructions (though I will read them. Andything bash is good for me.) [21:52] pragmaticenigma, Interesting nick, story? -- A couple of days ago I asked How can I tell why my system died and someone in here suggested i look at lanstcomm [21:52] oops lastcomm [21:54] Merci Merci leftyfb [21:57] looked at lastcomm output. it did output nicely. my understanding lacking. I will apply my brain and searching another day. [21:59] morgan-u2: I'm not sure what help lastcomm will provide in seeing why your computer died. Log files in /var/log will be more beneficial. [22:14] \join #rust === guiverc2 is now known as guiverc