/srv/irclogs.ubuntu.com/2023/11/30/#ubuntu.txt

Kadigan(and also works somewhat better on Server offerings)00:00
en1gmaevery 30 seconds it tells me theres no net and it has a hickup in the hotspot because without lan cable plugged in the hotspot shouldnt even work. when you turn it off you cant turn it back on00:00
en1gmai was thinking about installing ubuntu server since i dont game00:00
en1gmawell not very much00:00
KadiganThe only real diff between Desktop and Server is the packages it installs; Server doesn't set up graphics for one, if memory serves00:01
Kadiganso prepare for a command line to welcome you ;)00:01
en1gmai was headless on a couple of my RPI'3bs00:01
en1gmai like it in the cli. even windows powershell is like terminal in linux00:01
en1gmait does ls commands and alot of stuff00:01
KadiganI like it there too. If you insisted on configuring all this via the GUI, I wouldn't have been able to help you. xD00:02
en1gmabut not like the real thing00:02
KadiganI don't even know Ubuntu. I'm a Debian gnome.00:02
en1gmayep yep. thanks again. i was almost going to switch to debian after i learned snaps are now intergrated into ubuntu00:02
KadiganBut like any girl that's ever dated brothers before will tell you -00:02
Kadiganwhat works on one, PROBABLY works on the other. xD00:03
en1gmalike you cant uninstall some without breaking something so i read somewhere they make a version of ubuntu without snaps00:03
en1gmalol00:03
en1gmatrue00:03
en1gmaok let me get this good info into a txt file and take some pics so i dont lose it in during my reboot.00:04
en1gmai still do need to test adb over the pc hotspot to make sure that works too.00:04
en1gmai should do that now before i reboot for and make partition in windows 11 diskmanagement for ubuntu real install.00:04
cryptonectorwhere do pkgs like oem-sutton-akando-meta come from?00:05
KadiganWould "You see, if a Package Maintainer and the Packager love each other very much..." be too much? xD00:06
Kadiganugh00:07
Kadiganit's 1 AM00:07
KadiganI'll shut up now.00:07
cryptonectorKadigan: at least that's funny00:07
KadiganThat's what I was aiming for, because I honestly can't help with that one. Apologies.00:08
KadiganGood luck with it tho'.00:09
en1gmaKadigan you left yet?00:46
en1gmai think non tcp traffic is getting through00:47
Kadigan?00:47
en1gmamaybe. i not sure yet00:47
KadiganDisabling forwarding should take care of *all* traffic tho'.00:47
en1gmasudo sysctl -w net.ipv4.ip_forward=0 ok. i might just be seeing other stuff while watching that hotspot/wifi interface with wireshark00:48
en1gmaim going to move the tv off that hotspot and try with a phone and see what happens00:49
en1gmai was "trying" to use the tv by connecting to the hotspot and going to youtube which it doesnt do successfully but i see some stuff but not important00:49
KadiganIt might be better to actually put it together from blocks (like hostapd) instead of relying on the program to do it "automagically". It's a bit more involved, but then you at least know that whatever it's doing is ALL it's doing.00:49
en1gmawhen i check the tv in the settings for wifi connection it says "connected to internet"00:50
KadiganThat may not mean much.00:50
en1gmayea i think your right. its lying :)00:50
KadiganI mean, Windows actually *checks* against remote targets under Microsoft's control.00:50
KadiganAs for other solutions - don't really know.00:51
en1gmai had the wireshark interface option with promiscuous mode checked on so i think it was treating it as a regular non connected wifi iface00:52
en1gmai unchecked it and took tv off so gonna recheck with a phone and see what happens.00:52
en1gmaone of the phones dont even see the AP00:55
en1gmathe phones cant connect. wireshark might have did something to it when it was selected in promiscuous mode.01:00
en1gmagonna turn it off and back on and check that command you gave me01:00
en1gmayea it not letting phones even connect to it. hmmmm01:09
en1gmacrap.01:15
en1gma1 phone dont even see the AP and one phone sees it but cant join01:15
en1gmai gonna turn it off and on. get some sleep. its all good01:15
en1gmaprobably just going to boot back into windows for the night and use router like i was. it did work but switching wifi networks for internet or phone was a little pita but it did work.01:31
en1gmaok bye everyone for now01:31
=== chris14_ is now known as chris14
enigma9o7does anyone know what cuda is in relation to using nouveau instead of nvidia proprietary, and if I'm supposed to install anything?    I ask cuz I read on https://nouveau.freedesktop.org/CodeNames.html under Tesla it has a link titled "CUDA" to github but its dead.02:38
rboxcuda is a library like opencl for doing math on the gpu02:39
enigma9o7I manually installed the firmware from nvidia-340 following instructions on there, which made vaapi and vdpau work....02:39
enigma9o7so I assume installing the cuda library will improve performance some way, and not having it is a bad thing?02:40
rboxno02:40
enigma9o7No further elaboration?  Is it packaged for ubuntu, or if I want it enabled do you know how I do that?02:42
rboxits only for softwar ethats written for it02:43
rboxits not a general thing02:43
enigma9o7well i mean the same thing applies for the vdpau/vaapi right?  only used by certain software thats written for it....  like video players....02:44
enigma9o7and i had to install that firmware manually cuz not packaged for ubuntu02:44
enigma9o7at least not that i could figure out02:44
enigma9o7I followed the instructions on https://nouveau.freedesktop.org/VideoAcceleration.html under the section if your distro doesnt have it packaged (substituting the nvidia-340.108 driver instead of the older one they used)02:46
enigma9o7which has me manually put files in /lib/firmware/nouveau02:47
=== docmax is now known as Guest7978
enigma9o7i see ubuntu has nvidia-compute-xxx packaged for propreitary driver, but dont know how to install it for nouveau03:06
enigma9o7errr nvidia-compute-utils-xxx03:07
toddc!nvidia | enigma9o703:07
ubottuenigma9o7: Drivers for Nvidia graphics cards: (A) No gaming/CAD/CUDA needed or legacy hardware? Use "nouveau" (open source, lacks many features). (B) Otherwise, "nvidia" (proprietary driver, fully featured). Install using "ubuntu-drivers" CLI or apt - not from nvidia.com. Driver series, hardware support (release notes): https://www.nvidia.com/en-us/drivers/unix/ - Latest drivers !PPA: https://pad.lv/ppa/graphics-drivers03:07
enigma9o7Hmmmm well that bot info you triggered seems to sugguest only use nouveau if CUDA (and a couple other things) are not needed.  Although its worded weird.03:26
enigma9o7My question is *how* to enable cuda on nouveau.  I'm assuming its a manual procedure, similar to what I had to do to enable hardware video decoding.03:26
enigma9o7And the nouveau website seems to imply its possible, but its unclear, cuz their link is dead.03:26
enigma9o7and from waht I looked up after rbox said its only for certain apps, it seems those apps include matlab and CAD apps03:27
circleHi need help troubleshooting resume from suspend on a Ubuntu 220403 install on an old Thinkpad W530. It appears to suspend but resumes into a blank screen or one with a blinking cursor.03:28
-ubottu:#ubuntu- Launchpad bug 220403 in thunderbird (Ubuntu) "no more new mail notifications : system beep replaced the usual sound and no 'envelope' in notification area" [Low, Invalid] https://launchpad.net/bugs/22040303:28
toddcenigma9o7: nouveau is opren source written by the comunnity vs cuda and nvidia drivers are written by Nvidia   totally separate cuda should only work with nvidia and since they wrote the software it is very hard to support it or even know hoe they work03:31
groovycan someone explain why my bash terminal keeps giving me python errors when i try to run bash commands03:32
enigma9o7give an example groovy03:32
enigma9o7command and output03:32
groovyok let's say i run something like ls with invalid options03:33
groovyhttps://www.irccloud.com/pastebin/1PK8eTOY/03:33
enigma9o7it seems you have removed some stuff03:34
groovythis also happened when i tried running apt-get update03:34
enigma9o7in the standard packages, it includes things like bash-completion and stuff that depend on python03:34
groovyhttps://www.irccloud.com/pastebin/ZsIvYGOd/03:34
rboxlooks like your systme is pretty corrupt03:34
rboxlol03:34
enigma9o7command-not-found is another one of those things that uses python from standard utils03:34
rboxexcept it shoudln't be triggering from ls03:35
rboxlol03:35
rboxoh, its trigggering from runnig 'h'03:35
rboxlol03:35
enigma9o7this shouldn't have happened tho, unless you did it yourself groovy.  were you messing with any files outside your home?03:36
enigma9o7(i.e. with sudo)03:36
groovynot that i recall03:36
enigma9o7weird.03:36
rboxwell a system doetns break itself lke that03:36
groovythis is just a vm i use to ssh to my raspi and also i use it occasionally for CTF tools03:36
rboxwell sonds like you deleted or corrupted something03:37
groovyi use sudo to install packages but i don't really delete things besides like temporary things i'm working on in my home directory like txt files etc03:37
enigma9o7did you install anything from outside ubuntu?  in particular python related?03:38
enigma9o7do you have a previou ssnapshot you can revert to?  seems easier than troubleshooting this for a VM03:38
groovyno03:38
groovyto the snapshot03:38
enigma9o7I would try some fancy command to reinstall the standard system utils.  Lmeee see if I can figure one out for ya.03:39
enigma9o7if apt will even run03:39
enigma9o7if it wont, even harder.03:39
groovyupdate won't work today but i've managed to use apt to install a couple things earlier03:40
enigma9o7sudo apt install ~pstandard ~prequired ~pimportant03:40
enigma9o7sudo apt install --reinstall ~pstandard ~prequired ~pimportant03:40
groovyenigma9o7: do i include the ~ ?03:42
=== kwayne is now known as mildkurry
enigma9o7yes03:43
enigma9o7the second command, with reinstall.  it'll just reinstall all packages with prioirty standard, required, and important03:43
groovysays it doesn't recognize the short pattern03:44
enigma9o7command-not-found and python3 are in standard, so should perhaps help?  fingers crossed anyway.03:44
enigma9o7Hmmm sorry, dunno then.03:44
groovyrip03:44
groovyok thanks for the help03:44
circlegroovy: open a new terminal and see if the new one works better. Maybe it is just the one terminal where you have inadvertently messed up the environmental variables.03:45
groovycircle: nah it's been like this for a week or two now unfortunately03:47
circlehave you tried using the virtual terminals via say Cntl-Alt-F303:48
groovyuh no when i press those keys nothing happens. i said vm but i guess that's probably wrong/inaccurate it's a WSL instance03:50
circleMy connection may time out; if so I'll ask my resume question again later.03:51
cryptonectorI've got a 22.04 LTS install, and also I've got pkgs for a newer kernel, but I don't get a choice for it in the grub menu04:47
cryptonectorhow would I get the grub menu updated to use the newer kernel?04:47
arraybolt3sudo update-grub04:48
arraybolt3cryptonector: ^ should do it04:48
cryptonectorarraybolt3: thx!  trying...04:48
cryptonectorand how do you pick one version or another?04:48
arraybolt3like make grub always show the menu?04:49
cryptonectorno, like make one version default -- I might have lots of versions04:50
arraybolt3usually the latest one will always be booted (if I'm understanding correctly)04:50
arraybolt3that being said if you want to pin one version, try modifying the GRUB_DEFAULT variable in /etc/default/grub04:50
arraybolt3then run `sudo update-grub` again04:50
arraybolt3you'll want to look at /boot/grub/grub.cfg to see exactly what to set GRUB_DEFAULT to04:52
cryptonectoroh, /boot/grub/grub.cfg doesn't have entries for the newer kernels, I see04:52
arraybolt3 /boot/grub/grub.cfg is usually autogenerated by update-grub04:52
arraybolt3so you'd want to run sudo update-grub once to get the newer kernel recognized, then look at /boot/grub/grub.cfg to see what the menu entries are named, then modify GRUB_DEFAULT to set the entry you want to always boot into and then run sudo update-grub once more.04:53
cryptonectorwhat writes new kernels into /boot?04:53
arraybolt3The apt packages that you install.04:53
cryptonectoroh crap, that's what happened04:53
arraybolt3if you install a linux-image package, that puts a kernel image in /boot.04:53
arraybolt3cryptonector: you installed a kernel some other way?04:54
arraybolt3(I'm guessing you probably built one from source and are now trying to boot into it.)04:54
arraybolt3Really if you're experimenting with kernels, I'd highly recommend NOT pinning a kernel version and instead making the GRUB menu always display so you can pick one each time you boot.04:54
arraybolt3Might help you avoid a sticky situation since getting the GRUB menu to show up when something's broken can be difficult sometimes.04:55
cryptonectorno, I installed Ubuntu 22.04 w/ ZFS on root on an external drive, and then I mounted everything (except the boot pool), chrooted, and did the various apt commands04:55
arraybolt3oh, that makes sense.04:55
cryptonectorso the issue is that the apt commands that installed kernels didn't do it in the right place, argh04:55
arraybolt3yeah, you'd need to mount boot first.04:55
cryptonectorso now I get to figure out how to fix that04:55
arraybolt3Currently the kernels are "hidden" inside a /boot that is then masked by the "real" /boot when it gets mounted04:55
cryptonectorwhat would I do to get pkgs reinstalled?04:56
arraybolt3cryptonector: in my experience using reinstall can be flaky - what I'd do is get the system into the same setup it was in when you installed wrong.04:56
arraybolt3Then uninstall the exact kernel packages.04:56
arraybolt3Then mount the /boot pool, and then install them from scratch.04:56
arraybolt3The kernel packages may be tricky to find, but there's generally four or five of them per kernel - linux-image-something, linux-modules-something, linux-modules-extra-something, linux-headers-something, and sometimes linux-tools-something.04:57
arraybolt3(where "something" is some version and type information)04:57
arraybolt3you might be able to get away with just uninstalling and reinstalling the linux-image-something package though, I think it's the only thing that puts anything in /boot.04:58
cryptonectortrying reinstall04:59
cryptonectorI bet this fixes it all04:59
arraybolt3just make sure to check the contents of /boot (from the boot pool) to be sure it worked before you boot back into the installed system04:59
cryptonectorso to add a bit more bg the OEM install wants a later kernel than stock 22.04 LTS05:01
cryptonectorso the only kernel that I had installe properly was the stock one05:01
cryptonectorafter that I stopped mounting the bpool when I was futzing with all this05:02
cryptonectorno wonder I couldn't get devices to work05:02
cryptonectornow I just have to update grub one more time, I think05:03
cryptonectoroh, reinstall didn't do it05:05
arraybolt3yeah that's what I was talking about earlier, reinstall is weird05:08
cryptonectorthat did it!05:13
cryptonectorI have wifi and shit05:13
cryptonectorarraybolt3: thank you!  you haz given me the clues05:13
arraybolt3cryptonector: Glad to help! :)05:16
arraybolt3LXD question - I've followed the instructions at https://canonical.com/blog/mounting-your-home-directory-in-lxd so I can access my home directory from within an LXD container. This works - I can read and write files in my home dir from within the container. However, for some strange reason, permissions are messed up when I write a file from within06:25
arraybolt3LXD. The container will see the file as being owned by uid 0 (root), whereas my main system will see the file as being owned by uid 1000000 (UNKNOWN). I can chown the file to any user I want from within LXC and it will show up in the main system as being owned by the same uid + 1000000. However, if I chown the file to 1000 from within LXC, then it06:25
arraybolt3shows up as owned by uid 1000 (my main user) from outside the container.06:25
arraybolt3I'm guessing this "add 1000000 to the UID" thing is a security measure, but is there some way to make it so that any files I write from within LXD are seen as owned by uid 1000?06:26
circleHi need help troubleshooting resume from suspend on a Ubuntu 220403 install on an old Thinkpad W530. It appears to suspend but resumes into a blank screen or one with a blinking cursor. Any ideas?06:45
-ubottu:#ubuntu- Launchpad bug 220403 in thunderbird (Ubuntu) "no more new mail notifications : system beep replaced the usual sound and no 'envelope' in notification area" [Low, Invalid] https://launchpad.net/bugs/22040306:46
mizukiit I done connect?06:47
arraybolt3mizuki: I can see you07:12
=== docmax_ is now known as docmax
arraybolt3(re: it I done connect?)07:13
rilooxhey07:14
mizuki こんにちは07:15
arraybolt3!english |mizuki07:21
ubottumizuki: The main Ubuntu IRC channels are English only.  For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList07:21
Guest69Hi Team, I posed this question yesterday in ask Ubuntu SE forum, didn't get much help there so far so posting the link of that question here, if anyone could shed some light, much appreciated..07:55
Guest69https://askubuntu.com/questions/1494349/ubuntu-22-04-iptables-command-not-working07:55
marcopolo1 If i use ubuntu installet and press erase disk on a nvme it will erase it properly right07:56
CosmicDJdefine properly07:57
Guest69CosmicDJ my question?07:57
CosmicDJno marcopolo1 q07:58
Guest69okay07:58
CosmicDJGuest69: did you try using ufw instead of iptables directly?07:58
rfmmarcopolo1, it will certainly reformat it, but that's not a security erase, presumably James Bond villains could find remnants on the empty sectors..07:58
Guest69yes, ufw also not working, I finally removed it just to avoid conflict with nftables07:59
Guest69CosmicDJ07:59
=== Guest29 is now known as spionkop
Guest69CosmicDJ any luck mate?08:34
=== Guest45 is now known as spionkop
Guest69am just checking here to see, did I miss anything or sort of...08:35
pagioshow can i list the depencies of a given package installed by apt09:10
ice9how to configure netplan to use random MAC by default for wifi and ethernet?09:23
guivercpagios, `apt depends` will list some package rules; the *depends* lines being requirements09:51
=== esv_ is now known as esv
=== Guest0 is now known as spionkop
=== Guest0 is now known as spionkop
=== Guest0 is now known as spionkop
=== Guest0 is now known as spionkop
iomari891greetings,  pm2.root service fails to start every boot.12:23
alocerWhat is that iomari89112:24
aloceriomari891: is that from unitech?12:26
aloceriomari891: nodejs production manager with load balancer, right?12:26
lenswipejust noticed that postfix is not only installed on my ubuntu box but actively listening on port 2512:32
lenswipeI plan to _un_ install it, but was curious to know if it's required by something12:32
lenswipeI can't imagine it would be...but wanted to check12:32
centHOGGidk, maybe older progs12:33
centHOGGadmin12:33
lenswipethe only thing i have installed that's even remotely related to SMTP is thunderbird for connecting to my work email12:33
lenswipebut I wouldn't have thought that would need an SMTP server12:33
centHOGGyeah12:33
lenswipei mean, it does...but not installed locally12:33
lenswiperight?12:33
centHOGGthe only thing that nags me for postfix (only once) is webmin12:34
centHOGGso i'm thinking maybe an admin prog12:34
lenswipeyeah. haven't used webmin in years12:34
centHOGGheheh12:34
centHOGG<old12:34
lenswipelol12:34
lenswipehopefully you don't have webmin open to the internet12:35
centHOGGnah12:35
=== bob is now known as Guest8167
Guest8167a13:06
hwpplayer1hi there !13:07
hwpplayer1I installed Qt Creator via Qt Online Installer(Open Source version). But Only maintain tool runs and I can open it. But I can't open Qt Creator.13:08
mildkurryAnyone know a good backup tool for desktops? I am dual booting mint and windows and want to reformat, removing windows, but keep my custom settings and configurations. Not sure how good the builtin backup tool is.13:15
centHOGGclonezilla13:16
leftyfb!mint | mildkurry13:17
ubottumildkurry: The Ubuntu channels can only provide support for Ubuntu and its official !flavors. Derivatives and other distributions use different software repositories and other software. Please use their dedicated support venues, such as: Linux Mint: #linuxmint-help on irc.spotchat.org, Pop!_OS: https://support.system76.com/ , Kali Linux: #kali-linux on irc.oftc.net, LXLE: https://lxle.net/support-options/13:17
mildkurryThank you both for the feedback.13:18
hwpplayer1https://forum.qt.io/topic/126731/what-is-this-warning/4 I can run Qt Creator now Thanks happy hacking !13:23
jlrghello13:25
jlrghello13:26
jscript_does ndk 25 installer support cmake13:36
=== usuario is now known as mina1975
BluesKajHi all13:41
jailbreakHi BluesKaj how can we help? (again)13:44
centHOGGbot13:44
BluesKajyou can't jailbreak ...I have no issues13:44
jailbreakBluesKaj: just the "hi all" normally follows an issue *with Ubuntu*13:46
MadLambI am trying to upgrade ubuntu from 23.04 to 23.10.... I get an error "An unresolvable problem occurred while calculating the upgrade. " and "* Unofficial software packages not provided by Ubuntu Please use the tool 'ppa-purge' from the ppa-purge package to remove software from a Launchpad PPA and try the upgrade again."13:47
jailbreakMadLamb: did you do as said?13:47
MadLambI checked the /var/log/dist-upgrade/main.log and I could see some error lines about packages having no priority set13:47
MadLambI tried to remove such packages, but they cant be found. For example "Package 'mssql-tools' is not installed, so not removed"13:48
centHOGGsudo apt-get install -f13:49
MadLambcentHOGG: Are you speaking to me? Do you mean I should install such packages to them remove them?13:50
centHOGGnah, thats a do-over command13:50
centHOGGstart clean13:50
MadLambI don't follow13:52
centHOGGit will tell you where you stand as far as installing13:52
centHOGGthen you can proceed13:52
MadLambcentHOGG: 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.13:53
centHOGGkk13:53
centHOGGalright, this rig was working a-ok before upgrading? no issues?13:53
MadLambyes, all good13:54
MadLambIt doesnt really start the upgrade, it tries and reverts13:54
centHOGGalright. where u trying to upgrade thru cmd line or gui interface?13:54
MadLambI got the warning but nothing was happening, so I went with "do-release-upgrade"13:54
centHOGGyeah13:54
centHOGGi'd say restart and try cmd line terminal upgrade13:55
MadLambI tried that already, several times13:56
centHOGGok13:56
centHOGGhmm13:56
centHOGGwhat is holding it back13:56
MadLamb2023-11-30 14:40:18,062 ERROR Package azcmagent has no priority set13:56
centHOGGidk that one13:56
MadLambthat is in the /var/log/dist-upgrade/main.log13:57
centHOGGwhat did the internet say?13:57
MadLamb2023-11-30 14:40:20,151 ERROR Dist-upgrade failed: 'E:Unable to correct problems, you have held broken packages.'13:57
centHOGGyeah13:57
centHOGGnot much you can do about that13:57
centHOGGbroken packages13:57
MadLambcentHOGG: https://askubuntu.com/questions/1238620/i-was-unable-to-update-to-ubuntu-20-from-ubuntu-18-0413:58
MadLambsame thing13:58
centHOGGexcept wait till unbroken13:58
MadLamblol13:58
MadLambremoving them was a good idea I thing, but when I try it says they are not installed13:58
centHOGGwell ok, so any 3rd party stuff installed?13:59
MadLambyes13:59
centHOGGdrivers?13:59
MadLambbut I also unchecked all the custom software sources13:59
BluesKajjailbreak, I've been here for over 15 yrs .. most members here know my greeting by now14:00
centHOGGhttps://askubuntu.com/questions/525088/how-to-delete-broken-packages-in-ubuntu14:00
centHOGGcheck that out for a bit14:00
F3D0R4hi gus14:03
F3D0R4can i ask?14:03
F3D0R4guys?14:04
leftyfb!ask | F3D0R414:04
ubottuF3D0R4: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience14:04
F3D0R4anyone know's KR1LL1N?14:04
leftyfb!ot | F3D0R414:04
ubottuF3D0R4: #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!14:04
F3D0R4KR1LL1N IS GOD OF UBUNTU14:04
F3D0R4u know?14:04
F3D0R4i need him14:04
leftyfbF3D0R4: trolling is offtopic here14:05
F3D0R4WHO FUCKING R U>14:05
F3D0R4?14:05
F3D0R4?14:05
F3D0R4?14:05
F3D0R4tell me14:05
F3D0R4who are you14:05
F3D0R4don't command me bitch14:05
F3D0R4leftyfb14:05
F3D0R4listen me14:06
F3D0R4i don't want ur command14:06
F3D0R4UNDERSTOOD?14:06
=== pushkarnk1 is now known as pushkarnk
Guest26Hello14:31
lotuspsychjewelcome Guest2614:32
Guest26Thank you.14:32
Yakovi've sent my 1.desktop file to .local/share/applications15:09
Yakovhow to put it to favorites panel?15:09
JordiGHI'm trying gnome-tweaks for using both ctrl keys to switch layouts in gnome shell, but it doesn't seem to be taking hold. Does gnome shell use a keyboard layout switcher distinct from whatever gnome tweaks is trying to set?15:17
CosmicDJYakov: you just drag the app icon from all applications to the gnome dash/dock?15:17
Yakovwhere can I find this channel logs15:18
YakovI have my answer but It lost15:18
CosmicDJYakov: https://irclogs.ubuntu.com/15:22
Yakovis there a search?15:22
Yakovby name or something like that?15:23
Yakovanother question: can you print history (terminal command) with date?15:24
CosmicDJYakov: you need to set HISTTIMEFORMAT for that (if you're using bash)15:26
Yakovcan you pls guide me :)15:26
CosmicDJYakov: pretty sure you'll find smth with google; I don't use HISTTIMEFORMAT15:27
Yakovexport HISTTIMEFORMAT="%d/%m/%y %H:%M " worked, thank you15:29
jailbreakBluesKaj: no you haven't been here for 15 years lol this server hasn't been around 3 years so........15:31
jailbreakJust weird why you're greeting a support channel when you don't need *support* BluesKaj but you do you. Won't say no more. Bye.15:32
lotuspsychje!ot | jailbreak15:33
ubottujailbreak: #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!15:33
jailbreaklotuspsychje: yes, I know. Maybe need to tell BluesKaj that too.15:33
BluesKajjailbreak, I was here when this chat was on the Freenode server15:35
CosmicDJjailbreak: most channels migrated from freenode (which has been around since 1998) to libera... but that's OT too15:35
jailbreakBluesKaj: cool story. But still not been here 15 years lol no one has.15:36
JordiGHhalp halp how to change keyboard layouts15:36
YakovBluesKaj, omg15:36
jailbreakCosmicDJ: yeah.....15:36
YakovBluesKaj, i ve been in quakenet since 200315:37
jailbreakWatch, they'll !ot you in a minute Yakov15:37
jailbreakBye XD15:38
JordiGHI've been in Dalnet and Undernet since 1997. Do I qualify for help with changing keyboard layouts?15:38
jscript_hmmm       start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)15:48
jscript_error: Unable to connect to system bus15:48
jscript_how do i fix this?   im trying to install flatpak15:48
jscript_in docker ubuntu 23.1015:49
jscript_i tried installing systemd but i get    /lib/sysvinit not found16:05
jscript_also apt-file search /usr/libexec/polkitd   returns nothing   and /usr/libexec/polkitd    does not exist after installing polkitd16:07
leftyfbjscript_: docker containers aren't going to have any of that. I would not recommend trying to install flatpak in a docker container16:10
=== pushkarnk1 is now known as pushkarnk
tekisuihello16:24
tekisuiis it easy to create a bootloader for ubuntu touch on an android based phone ?16:25
Yakov83how to make stackoverflow  dark on Ubuntu/Firefox16:27
xanguaYakov83: if the site doesn't provide a dark theme then you'll have to use an add-on like Dark Reader16:28
ograor turn the lights in your office up that far that the site appears dark on screen 🙂16:32
=== zofrex2 is now known as zofrex
aspkrhttps://paste.debian.net/1299732/16:59
aspkrbooting from loopback of a 18.04 system from a 14.04 system.  work great, but grub-probe is failing me for finding /ROOT/debian_18.04.img17:00
aspkrcould i get any grub advice on that pastebin?17:01
=== pushkarnk1 is now known as pushkarnk
aspkri know that 14.04 and 18.04 are off-scale low for supported versions, but 14, 18, and 20 are all grub2 systems?17:09
aspkri'm blocked at apt upgrade on the running 18.04 system booted from the 14.04 grub install17:10
leftyfbaspkr: very version you mentioned is EOL and unsupported except for 20.0417:37
aspkr_leftyfb: i had mentioned that, hoping i could get pointers as they are all still grub2 systems.17:39
leftyfbaspkr_: sorry, 18.04 and 14.04 are unsupported here17:40
Linuxkernel94Hi, I saw that currently there are lot of wine snaps, can we create a Photoshop snap for example?17:49
Linuxkernel94Hello....17:52
leftyfbLinuxkernel94: you are free to create whatever snaps you like17:54
Linuxkernel94but is it legal to create a Photoshop snap?17:54
leftyfbdepends on what country. This also isn't an Ubuntu support issue17:55
leftyfb!ot | Linuxkernel9417:55
ubottuLinuxkernel94: #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!17:55
Linuxkernel94It's just an idea17:55
Linuxkernel94lot of apps that are currently not supported in Ubuntu could be ported as snaps17:55
Linuxkernel94like the current notepad++17:56
Linuxkernel94which is on snap17:56
xanguaI believe notepad++ is free software18:05
=== ericus8 is now known as ericus
AngryTom lunatic18:55
AngryTomhuppala18:55
AngryTomdisregard that18:55
=== Guest0 is now known as spionkop
Yakovif I've put my .desktop file to .local directory, how to set this app to favorites ? I have done this before using hints from chat, but can not find in history19:21
leftyfbyou drag the icon for it from the menu or actions screen over to where you want it on the dock19:22
Yakovhi leftyfb, oh yes19:22
Yakovi remember, i need to type the name using start button smth like that19:23
Yakovcan't drag it, dunno why19:23
leftyfbopen it19:24
leftyfbwhen the icon shows in your dock, right-click the icon in the dock19:25
YakovI have one copy on Desktop, one in .local, if I open it, it opens with sublime19:27
Yakovleftyfb done tysm19:34
webchat23Hello. When I started the software updater on Ubuntu (20.04) it said updates are available. However, when I tried to install the updates, it didn't seem to download or install anything, instead jumping straight to (as I recall) "updating snap apps" and then (as I recall) stating that the computer needed to be restarted to complete the updates. Is19:43
webchat23this normal or is there something wrong with my computer?19:43
jscript_i cant figure out how to get systemd booting on github actions19:48
jscript_i can successfully boot it in host via         sudo docker container create --user root --workdir /home/root --tmpfs /tmp --tty --cap-add SYS_ADMIN --privileged --security-opt apparmor:unconfined --ulimit nofile=262144:262144 -v /sys/fs/cgroup:/sys/fs/cgroup:rw --name git_local_ubuntu git_local_ubuntu:23.10 /sbin/init     ;    sudo docker container start git_local_ubuntu -i19:49
jscript_but doing the same in github actions gives      Failed to create /init.scope control group: No such file or directory19:51
=== anderson- is now known as anderson
jscript_whereas on host docker i get      [  OK  ] Created slice system-getty.slice - Slice /system/getty19:57
White_CatHi friends20:00
White_CatI come from Greece20:00
White_CatIt 's my first time here20:00
coz_excellemt White_Cat20:01
White_CatI would like to ask something about Secure Boot20:01
White_CatWhen I enable it, my WiFI card is not recognised20:02
White_CatHas anyone of you ever encountered such a problem?20:03
=== Guest0 is now known as spionkop
=== Guest0 is now known as spionkop
=== giampietro is now known as arciere
pcdeneme21:55
ParisHey, i want to create a multi volume tar archive, but i need tar to ask me to continu before creating the next file of the multi volume (cause i'm tight on disc space), anyone knows how to do this?21:58
Parisi found. tar ask interactively. ty.22:08
jscript_oh...     bash: line 1: flatpak-builder: command not found22:18
jscript_sudo flatpak install -y flathub org.flatpak.Builder22:19
hamidhello guys :)22:48
elias_aHas someone bumped into a pre-built image file of 23.10? I'd like to test a few things with a system installed on USB drive.22:49
elias_a20.04 can be found here: https://phillw.net/isos/linux-tools/uefi-n-bios/?C=M;O=D22:51
elias_aJust thought if someone has found 23.10 somewhere.22:51
=== hamid is now known as hamid86
aguitelthis is my fstab is correct ? https://paste.rs/zyvXx.txt23:44
toddcaguitel: looks like it sudo nano /etc/fstab to edit if needed23:46
aguiteltoddc, wht means ?23:47
toddctwo drives sda5 root      sdc1 is /home  unusual but no reason it would not work fine23:50
aguiteltoddc, it woks23:52
aguitelworks23:52
aguitelfine23:52
Bashing-omaguitel: No swap ?23:53
aguitelno swap23:53
aguitelThe system during installation generated the fstab file with all those parameters23:55
aguitelsda5 is an ssd disk23:56
Bashing-omaguitel: I did wonder about all those parameters :)23:57
aguitelthat's why my doubt23:57
Bashing-omaguitel: The nomenclature "sda5" a == 1st drive with 5 as the fifth partition.23:58
=== hamid is now known as hamid86

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