/srv/irclogs.ubuntu.com/2025/02/09/#ubuntu.txt

Elisahi01:26
oerheks:-)01:26
=== antonispgs6 is now known as antonispgs
=== b3t10-1 is now known as b3t10
=== sweatiest_ is now known as sweatiest
=== itu is now known as Guest1653
=== Square3 is now known as Square2
=== Guest1653 is now known as itu
Hiluxhello, can someone tell me if the build mysql package by maintainers manually create the ibdata1 file in the SQL storagepath ?10:46
NewLinsaHello, I started using Ubuntu, everything works but I cant connect to the internet using Ethernet, it connects to Wifi - My motherboard is MSI gaming Wifi Z890, I have searched but cant find a solutions, can anyone please help?12:01
lotuspsychjeNewLinsa: can you pastebin, sudo lshw -C network , please12:02
NewLinsaOk12:02
lotuspsychjeNewLinsa: your ubuntu release would be also handy to know for the volunteers12:03
NewLinsahttps://pastebin.com/pr8Cnz8q12:04
NewLinsa22.10 i think the latest12:04
NewLinsasorry 24.1012:05
lotuspsychjeNewLinsa: uname -a12:05
lotuspsychjeand lsb_release -a12:06
lotuspsychjeNewLinsa: from your lshw output, your realtek network card is unclaimed wich why it doesnt work, a not loaded module/driver12:07
NewLinsaOk, can i load a driver/module for it?12:07
lotuspsychjeNewLinsa: we need to find the culprit first, why it doesnt load, as ubuntu should load it by default12:08
lotuspsychjeNewLinsa: can you paste the previous commands too please12:08
NewLinsahttps://pastebin.com/dG7v6dcP12:09
lotuspsychjeNewLinsa: thank you! what i suspect is kernel 6.11 will have an issue with your realtek module12:10
lotuspsychjeNewLinsa: can you pastebin your ; sudo dmesg , plz12:10
NewLinsahttps://pastebin.com/k8q1Bcim12:11
lotuspsychjeNewLinsa: reading, just a minute please12:12
NewLinsaThank you, I appreciate your help and time.12:13
lotuspsychjeNewLinsa: ok, you got secureboot enabled, lets try that first, reboot and disable secureboot as a test from bios12:13
NewLinsaok, one moment.12:14
ravagethe kernel version is weird for a default Ubuntu install12:15
lotuspsychje!info linux-image-generic oracular12:16
ubottu'oracular' is not a valid release12:16
ravageis it 24.110?12:16
ravage24.1012:16
ravagei guess thats it yep12:16
lotuspsychje!info linux-image-generic oriole12:16
ubottu'oriole' is not a valid release12:16
lotuspsychjehmm12:16
ravagethe bot does not support 24.1012:16
NewLinsaI have disabled Secure Boot12:18
lotuspsychjeNewLinsa: does your network card work now?12:19
NewLinsaNo, I had to join a wifi network12:19
NewLinsaDo I also need to disable fast boot?12:19
lotuspsychjehmm, ok, sudo dmesg again please NewLinsa12:19
NewLinsahttps://pastebin.com/DTW8mQPa12:21
lotuspsychjeNewLinsa: secureboot is disabled succefully, but maybe im blind but cant see any realtek errors there12:25
NewLinsa18I just turned wifi off and no internet12:26
lotuspsychjeNewLinsa18: sudo lshw -C network  again plz12:27
NewLinsa18https://pastebin.com/TbkJuvic12:28
lotuspsychjeyep still no dice12:29
NewLinsa18Maybe it doesn't support the adapter?12:29
lotuspsychjeNewLinsa18: do you still have previous kernel versions in your booting list?12:29
lotuspsychjerealtek is known for being kernel itchy12:29
NewLinsa18I'm not sure12:30
BluesKajHi all13:11
maggaso i have this problem guys with `sudo apt-get update`. this is what i get: https://bpa.st/FUMA - what should i do to resolve this? its been like this for a long time now. i tried a full reboot of the machine. didnt help.13:52
maggaany ideas what my next step is?13:53
leftyfbmagga: start by removing the mongodb and github repositories13:56
=== zynquor is now known as beukot
=== Guest8957 is now known as raj
=== raj is now known as cypha
cyphaanyone use rustdesk? Is it possible to share multiple monitors? I'm using wayland15:49
=== beukot is now known as zynquor
oerhekscypha, maybe the paid version? https://rustdesk.com/pricing/?lang=en16:17
oerheksask their support16:17
Guest32hello im running 24.04 with plasma 5.27 and I am wondering why this beautiful conky is not running16:21
Guest32it must have to do with the lua depencies not being able to draw the circular animations https://www.pling.com/p/1412957/16:22
=== rvalue- is now known as rvalue
=== Bayangan_ is now known as Bayangan
TomyLobohi, in ubuntu 24.04, flatpaks aren't showing up in the app center. what am I doing wrong?17:16
ravagethe app center only manages snaps17:18
TomyLobooh17:18
TomyLobothought it was just the new software center17:18
ravageyour regular system updates are managed through the software updater17:19
TomyLoboI'm looking to install new applications, not system update s17:19
ravagefor .deb packages fromt the archive you can install gnome-software17:22
ravagei think that also has a flatpak plugin17:22
ravagegnome-software-plugin-flatpak17:22
ravagezzeitg: do you have an Ubuntu support question? please do not PM people without asking17:33
oerhekshttps://flatpak.org/setup/Ubuntu17:33
=== gmdsantana is now known as Ncha
=== Ncha is now known as ncha
=== ncha is now known as Ncha
=== Ncha is now known as ncha
=== Guest32 is now known as Martin
=== Martin is now known as Martin637
next68k???/19:03
upstartwhat the fuck20:41
upstartyou actually work that is nice20:42
pragmaticenigmaupstart: is there something you need help with?20:47
=== oerheks1 is now known as oerheks
LoshkiHi. I'm trying to sort records by date, formmatted thus: 2008-Dec-14 /home/lol/save/SC/04/scans/fidelity-0012.pdf - Can someone tell me how to sort them?21:45
LoshkiI've tried msort but can't seem to get it to work.21:46
younderType the ls -t command to list files or directories and sort by last modified date in descending order (biggest to smallest)21:55
Loshkiyounder: thanks, but the modified date and the filename dates are not the same as the files have been copied many times. I specifically want to sort by filename date.21:58
LoshkiSome variant of: msort  -e 1,11 --comparison-type date --date-format "y m d" < fidelity, which doesn't sort them correctly.22:03
pragmaticenigmait might be easier to just rename the files and swap the lexigraphical month names with numeric representations22:06
Loshkipragmaticenigma: I will do that, though it's a serious admission of defeat by an application - Thanks for the reply.22:14
bpromptLoshki: what are you trying to do anyway?22:15
pragmaticenigmaLoshki: I don't know what to make of that... listing files is a basic task. adding more features to handle edge cases like dates in file names creates a higher potential for bugs. that wouldn't be a great experience, especially for a systems admin, trying to get system back online in the middle of the night and having their "ls" command refuse to work because of some poor choice of namgin conventions to the files22:16
tomreynLoshki: if wou'd like some suggestion on how to use date/time stamps in filenames: 20250209-232323 (date '+%Y%m%d-%H%M%S') or just 1739139717 (date '+%s'; # "unix epoch") allow for simple numeric sort22:22
LoshkiThese are very old financial records. Their dates are encoded in the filename. I'm just trying to sort them in date order. It should be trivial, if msort weren't such a bitch.22:23
tomreynfor the first format, you may want to prefer UTC rather than local timezone (add -u to the 'date' command)22:23
LoshkiNever mind. There are only 49 records. I'm going to sort them by hand. I feel utterly defeated by the 'technology' on offer.22:29
younderYou might want to learn a scripting language like python or ruby. Or even awk22:30
tomreynif sorting by file creation (not modification) timestamp is an option: stat --format="%W %n" * | sort22:30
bpromptLoshki: may we see the filenames you want to format?22:31
pragmaticenigmathey were already noted earlier22:31
bpromptbut only 49 isn't a major deal, though I'd prefer to automate it22:31
bpromptpragmaticenigma: well, many of us just joined =)22:32
bpromptand despite many who respond 2 hrs or so later here, this is IRC, not BBS22:32
LoshkiHi bprompt: I feel the same as you. The names are formatted thus: 2008-Dec-14 <filename>. I hoped to use msort but I can't understand the documentation :-(22:33
bpromptLoshki: well, I was hoping for a full filelist, since it's only 49, on pastebin post22:34
bpromptI've never used msort, but "sort" alone can do pretty good22:35
pragmaticenigmaLoshki: I don't know if from your example snipit earlier is what you are actually using. but "m" typically relates to the numeric value for a month. the letter "b" is used for the local label of a month22:35
bpromptthat said, sometimes I even process filenames in a spreadsheet first, then output to a bash script :)22:35
pragmaticenigmas/local/locale/22:35
tomreynthe msort man page - https://manpages.ubuntu.com/manpages/noble/en/man1/msort.1.html - seems to suggest you'd need --format y-m-d22:40
peterrabeguten abend22:40
bprompt!de | peterrabe22:40
ubottupeterrabe: In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis!22:40
Loshkibprompt: I can probably manage that, but the only relevant part of the name is the first 11 chars YYYY-Mon-DD. I can change Mon to all caps, or to digits easily enough if necessary. If I'd sorted them by hand I'd be done by now. Perhaps I can write a perl script to sort them.22:40
bpromptpeterrabe: guten tag to you :)22:40
oerheks:-)22:41
bpromptLoshki: hmmm, plain "sort" does keys-sorting, namely sorting by columns, and  you can define which column you wish the sort to be, and you can use primary keys and secondary ones too22:44
bpromptLoshki: but if we saw the filenames in a pastebin, we can make a better judgment, but your issue sounds too hmmm simple, like I said, I'm pretty sure I can slap them in a spreadsheet and have them sorted in no time22:45
Loshkitomreyn: I have the msort ref manual from one Bill Poser. It seems to contain an error on the first page, viz: For example, "if the date 1999/1/3 is to be interpreted as January 3, 1999, the argument would be y/m/d. If it is to be interpreted as March 1, 1999, the argument would be y/d/m". How on earth can March 1, 1999 match y/d/m?22:45
bpromptbut yes, Perl can do that too, but I'd bother Perl only if I were doing 5000 or more files22:46
bpromptMarch 1, 1999   ----> 99/01/03   :)22:48
Loshki:-)22:48
tomreynLoshki: by pattern matching, seems logical to me.22:48
* bprompt thinks Loshki is drowning in a glass of water22:48
Guest69420hiya guys.. i'm running 24.04... how would i go about copying the repos i have configured in one ubuntu install to another one so they have the same?22:48
tomreyn(but it's late here, i may be too sleepy to understand the issue)22:49
bprompt!rescuezilla | Guest6942022:49
bpromptwoops, darn22:49
bprompt!find rescuezilla | Guest6942022:49
ubottuGuest69420: Package/file rescuezilla does not exist in noble22:49
Guest69420oh boy22:50
Guest69420so do i just copy over /etc/apt ?22:50
bpromptGuest69420: anyhow, use RescueZilla, or other imaging apps  or a backup app like "borg backup"22:50
oerheksGuest69420, look in  /etc/apt/sources.list.d/ and find those lists online, and readd those ppas/sources22:50
Guest69420ok22:50
oerhekseasier that copy the list and find the key again22:50
tomreynGuest69420: you could just copy them, they should be configured in /etc/apt/sources.list.d/22:51
oerheksc/that/than22:51
tomreynoh, oerheks was faster than me22:51
bpromptGuest69420: ohhh rats! you were referring to the "repo entry" for the apt source.list file hmm ok :)22:51
Guest69420yeah, that way apt-get works the same on both machines22:51
bpromptGuest69420: yeah, as oerheks said, compare both /etc/apt/sources.list.d and squeeze out their differences22:53
Guest69420alrighty22:53
bprompt!diff | Guest6942022:54
bpromptwoops darn22:54
LoshkiOk, I converted the names to YYYY-MM-DD, all fixed field size integers. Then sort-lines in Emacs just does the right thing. Thanks to all who were willing to play in my cesspool. Note to future self: avoid msort like the plague.ike the plague.22:54
bpromptGuest69420: anyhow, due to lack of factoids on the bot, you can use "diff" to check two files and spit out their differences22:54
Guest69420ok22:55
Guest69420thankies22:55
tomreyn!info diff22:55
ubottuPackage diff does not exist in noble22:55
tomreynoh thats diffutils22:55
=== NDPTAL86 is now known as NDPTAL85
feederCrackholaaaa23:42
feederCrackalguien que hable espanol ???23:42
feederCrackhelloooooo spanish ???23:43
oerheks!es23:43
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro.23:43

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