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

=== root is now known as hdhyrtg65
hdhyrtg65hi00:05
mra90how the hell is ubuntu selecting a kernel to boot into? I have built a new kerne lfrom sources but ubuntu still selects some other one00:39
rboxthe bootloader boots the kernel00:40
mra90but why doesn't it take the one I just built00:41
rboxdid you tell it to use it?00:41
mra90I mean it works like that most of the time, but now with the latest built it didn't00:41
rboxhuh?00:41
mra90yes all of the sudden it started booting the old one00:41
=== ingrim1 is now known as ingrim
mra90different question, how many previous kernels are stored in the memory so user can get back to them?00:50
mra90when I do "dpkg -l | grep linux-image" I can see about 10 kernels, despite the fact I installed ~200 different ones this year. So why only 10 different ones are stored?00:51
tomreynmra90: by default, only the package of the running kernel and that of the two lower versions are kept. i think custom kernel builds which are not (deb) packaged are not affected by this. this is because keepigng more would have /boot run full quickly / requirng a much larger /boot. but most people don't need/ want more than two (deb packaged) kernel images installed at the same time.01:01
tomreynif you want to boot a specific kernel, you just bring up the grub menu and choose it there. or you configure grub so that it defaults to that one (not not the highest version which it defaults to otherwise)01:02
tomreynwhat you see listed on    dpkg -l | grep linux-image    are not necessarily installed packages, they can have different states, you need to check what their state is.01:03
=== jay is now known as Guest4330
mra90tomreyn, thanks!01:51
tomreynyou're welcome01:51
mra90tomreyn, different subject, do you know if I can disable pulseaudio and pass audio directly to ALSA?01:56
tomreyni do not know how, but i won't be surprised if you can.01:58
tomreynthere's also pipewire in the mix on modern ubuntu though01:58
mra90ok, I think I need to start playing a bit with it01:58
yates_workwhere are the header files for the development version of a package usually stored?02:01
tomreynin a ...-dev package02:03
tomreynand then where    dpkg -L ...-dev   says02:04
mra90tomreyn, I also noticed that by ubuntu reports some system error from time to time but there are no details at all - only report error or close02:35
mra90how can I get more details?02:35
mra90dmesg doesn't say anything02:35
tomreynmra90: when / where do you see those errors?02:40
mra90tomreyn, just a pop up message saying some error detected02:42
tomreynhmm if that's all the details you have then it'll be difficult to debug it indeed02:43
mra90I was hoping dmesg will give more insight, anyway there is one more system log file right? I forgot the name of it02:43
tomreynyou can inspect system logs using the journalctl command02:45
=== JanC is now known as Guest4332
=== JanC_ is now known as JanC
mra90right, that is it02:46
Bashing-ommra90: ' journalctl -p 3 -xb ' filters for errors.02:47
mra90Bashing-om, thanks, indeed I see some errors02:49
=== XRODRiGO is now known as XRODRiGOOoO
=== XRODRiGOOoO is now known as XRODRIGO
=== XRODRIGO is now known as XRODRIGO-
defoj10testing04:38
golden_ticketI need help getting lxc networking to work. I used default everything for lxc yet I get "temporary failure in domain name resolution" when trying to ping any servers06:23
akikgolden_ticket: can you "ping 8.8.8.8" or "host google.com 8.8.8.8" ?06:26
golden_ticketakik: I'll try now06:26
golden_ticket"Network is unreachable"06:26
golden_ticketakik:06:26
akikgolden_ticket: how about "ip route show 0/0" ?06:27
golden_ticketNo output06:27
akikgolden_ticket: ok that should show you the ip of the default gateway06:28
golden_ticketAh. I think that the gateway config is messed up for the lxc container06:28
golden_ticketBut I didn't go off the default config06:28
golden_ticketSo, idk06:28
akikgolden_ticket: so you're using lxd ?06:29
golden_ticketyes06:29
akikgolden_ticket: did you run "lxd init" ?06:29
golden_ticketYes. I can rerun it, but it's all just default configs06:29
akikgolden_ticket: it will create a new network interface (bridge) to your system, lxdbr006:29
golden_ticketYes06:30
golden_ticketI have lxdbr006:30
akikgolden_ticket: the containers will use that06:30
golden_ticketYes, but the networking isn't working06:30
akikgolden_ticket: did you use lxd launch to create the container?06:31
golden_ticketlet me check, hold on06:31
golden_ticketAh06:32
golden_ticketThis may be the issue06:32
golden_ticketI knew I did something wonky for the creation of the container that wasn't quite right06:32
golden_ticketakik: I'll create a new container and see if networking works06:32
akikhehe06:32
akikclassic pebkac06:33
golden_ticketStill the same error :/06:34
akikgolden_ticket: lxc list ?06:34
akikshould show you the ip06:34
golden_ticketIt has none06:35
golden_ticketWeird06:35
akik| ubuntu-lunar | RUNNING | 10.248.189.141 (eth0) |      | CONTAINER | 0         |06:35
golden_ticketI know what it *should* look like, it just doesn't look like that06:36
golden_ticketThe IPV4 field is blank06:36
golden_ticketIPV6 is fine though06:36
akikdo you have an ip on lxdbr0 ?06:36
golden_ticketyes06:37
akiklike this:     inet 10.1.36.1/24 scope global lxdbr006:37
golden_ticketI'll paste the output. hold on06:37
akikcan you ping that?06:37
golden_tickethttps://dpaste.com/9WN5YRSTF06:37
akikprobably not if your container doesn't have working network06:37
akikwhat's lxcbr0 ?06:37
golden_ticketI can ping it, actually06:37
golden_ticketIdk. I deleted it earlier and it's now back06:38
akikmaybe it's conflicting06:38
golden_ticketMaybe a result of running lxc init rather than lxd init. If I had to guess06:38
golden_ticketakik: https://gist.github.com/cronnelly/98345100afe21840267270da3283b37106:40
akikgolden_ticket: ok i haven't used lxcbr0. did you upgrade your system so that you used lxcbr0 before?06:41
golden_ticketNo. This is a fresh install of ubuntu06:41
akikwell that's extra weird then06:41
golden_ticketYeah06:41
akiki just insatlled the lxd snap and then lxd init06:42
akikthen lxd launch06:42
golden_ticketakik: what if I purge lxd?06:42
golden_ticketThen reinstall using snap?06:42
akikyour system06:42
golden_ticketyes06:42
akikremove lxcbr0 too06:43
golden_ticketSo we agree that I should purge lxd and remove all lx*br0?06:43
golden_ticketakik: ?06:45
akikgolden_ticket: yes06:46
golden_ticketakik: Okay. What was the exact command you told me to use for starting a new lxc container?06:52
golden_ticketJust so I do what you say exactly06:52
akikjust a sec06:53
akiklxc image list images: | grep lunar06:53
akiklxc launch images:ubuntu/lunar/cloud ubuntu-lunar06:54
golden_ticketthanks06:54
akikhow did you do it yourself?06:54
golden_tickethttps://linuxcontainers.org/lxc/getting-started/06:55
golden_ticketAlthough the very very first time I ever did it - I did it like you just did06:55
golden_ticketThis time (on this computer) I messed up06:55
golden_ticketI think it's still not working06:55
golden_ticketwtffff06:55
akikright, but that's not for ubuntu with lxd06:55
golden_ticketOh really?06:55
akikubuntu with lxd uses the command that is just called lxc06:56
akiknot lxc-info lxc-ls lxc-create06:56
akikfedora has that other version06:56
akikit's confusing06:57
golden_ticketsudo lxc launch ubuntu:23.04 test06:58
golden_ticketIs this sufficient?06:58
golden_ticketI just tried it and networking didn't work...so I guess not?06:58
akikdid i paste that command? no06:58
golden_ticketRight right06:58
golden_ticketOkay hold on06:58
golden_ticketI ran that exact command, except I named the container test. No networking though07:00
akikok dunno what's wrong then07:00
golden_ticketWell thanks for trying anyway07:00
golden_ticketI really appreciate you taking the time07:00
golden_ticketakik: I think I found a clue. When running lxc config show test I get no devices listed under devices07:03
golden_ticketI'm going to look into this07:03
golden_ticketIt should have interface listed07:03
golden_ticketakik: Hah! I figured it out07:18
golden_ticketufw was blocking the networking of the container07:18
akikok nice07:18
golden_ticketthat's so weird07:18
golden_ticketYeah thanks07:18
akiki just ran it in wsl 2 in windows where i didn't setup any iptables07:19
golden_ticketakik: I haven't either but then I recalled I specifically activated ufw earlier today07:19
golden_ticketSo I guess I did actually07:20
golden_ticketlol07:20
golden_ticketI didn't even think about it messing with iptables07:20
akikgolden_ticket: what do you plan to run in lxc?07:21
golden_ticketakik: I'm just using it for development. I'm making a program which requires some p2p networking and it's becoming too awkward to do a port/id agreement protocol on localhost07:23
xxy1after creating a new user, i ready to create a password, then type" passwd" , then prompting" passwd: Authentication token manipulation error",07:27
golden_ticketakik: I'm making a terminal based game that's a combination of corewars and piet07:28
en1gmadoes anyone know an app that can display cpu freq (for all cores and threads) in the ubuntu taskbar or even the notification bar at very top? it can be in just numbers or graphs07:38
en1gmadont really want an overlay on my desktop UI07:38
en1gmamight have found something "indicator-multiload"07:40
lotuspsychjeen1gma: indicator multiload is only for load ram and disk, not really for cpu freq07:46
en1gmayea im checking it out now. i do like how i can click it and it opens up ubuntu system monitor and i can see the cpu freq graphs there but i can already do that07:48
en1gmalotuspsychje any suggestions?07:48
lotuspsychjeen1gma: try apt-cache search indicator or cpu07:49
en1gmaok checking now07:49
en1gmathanks07:49
lotuspsychjeen1gma: think alternate there are gnome extensions for that too07:49
en1gmaoh wow. that might be worth checking into07:50
wayne hoi10:49
=== seanh1 is now known as seanh
=== zer0bitz_ is now known as zer0bitz
[twisti]i have set up my ufw before rules like so:12:55
[twisti]https://www.irccloud.com/pastebin/Jmu42Zok/12:55
[twisti]requests to 10080/10443 work, but requests tö 80/443 just hang and time out12:55
[twisti]wait, no, they dont hang, they give `curl: (7) Failed to connect to 127.0.0.1 port 80 after 0 ms: Connection refused`12:55
[twisti]ideas ?12:56
Guest0hi all13:25
Guest0https://drive.google.com/file/d/1E9-t0mvCQ27xoEkGdjpVrq73X8r_zoYy/view?usp=sharing13:25
Guest0ubuntu doesn't recognize anymore external hd13:25
EriC^Guest0: try "sudo mount /dev/sdb2 /mnt"13:32
EriC^in a terminal13:32
Guest0EriC^ https://drive.google.com/file/d/1_3WVuU93UHOn-vxH-7ZMxWezxdyDDcRG/view?usp=sharing13:34
EriC^Guest0: can you use another pastebin13:37
EriC^?13:37
oerheksEriC^,  $MFTMirr does not match $MFT  and NTFS is either inconsistent, ...13:38
oerheksso fsck that partition, i guess13:38
EriC^thanks oerheks13:38
oerhekssudo ntfsfix /dev/sdb2 ?13:39
Guest0will i lost my data'13:40
Guest0?13:40
EriC^Guest0: you might13:40
Guest0noooooooooooo13:40
EriC^Guest0: is this a windows operating system on it?13:40
Guest0i don't wanna lost my data13:40
Guest0no13:40
EriC^it could just be that it's hibernated13:40
EriC^oh13:40
Guest0just ubuntu13:40
oerheksguest too late to make a backup13:40
EriC^Guest0: what you mean just ubuntu13:41
oerheksbut good chance the filesystem is just closed 'dirty'13:41
EriC^could you share 'sudo parted -ls' output?13:41
Guest0only ubuntu, not any windows13:41
EriC^cause it's ntfs not ext413:41
Guest0just a moment13:41
Guest0what command first?13:41
EriC^sudo parted -ls | nc termbin.com 999913:41
EriC^paste link here13:41
Guest0sudo ntfsfix /dev/sdb213:42
Guest0this one?13:42
EriC^i wouldnt do that yet13:42
Guest0ok so?13:42
EriC^no, cause it could screw things up and probably if you could use windows chkdsk or something would be maybe better13:42
Guest0parted?13:42
EriC^yes, to understand a bit what the situation is13:43
imihi, I found this in my dmesg: https://termbin.com/ftsu I use the stock kernel as provided by canonical/ubuntu. what do I do now?13:44
Guest0EriC^ i don't have windows anymore13:45
EriC^i see Guest013:45
Guest0equivalent of chkdsk on ubuntu?13:45
Guest0EriC^13:46
EriC^you could try sudo ntfsfix /dev/sdb2 and see what happens, it really boils down to how much you care about these info, ultra important? maybe backup the state right now to somewhere and mess with this one13:46
ioriaGuest0, please, run the command EriC^ suggested , in terminal:  'sudo parted -ls | nc termbin.com 9999'13:46
oerheksimi, The system has likely loaded a third-party kernel module containing the trace_printk() debugging function .. just disable that kernel module13:47
Guest0i don't know how to backup hd contents if i can't access it13:47
oerhekslsmod and cat /proc/modules  could be a help13:47
EriC^Guest0: you can image the partition using 'dd' tool13:48
imioerheks: how do I figure out which module we're talking about?13:48
imilsmod|grep -iF tainted gices no results13:49
oerhekslsmod and cat /proc/modules  could be a help13:49
EriC^Guest0: it might help if you run sudo parted -ls command to investigate more13:49
imioerheks: what if I see nothing out of the ordinary?13:51
imi[   24.562387] atomisp: module is from the staging directory, the quality is unknown, you have been warned.13:52
Guest0excuse me, i often wrong to upload wiht pastebin services, https://drive.google.com/file/d/1DjymsjJ9G8GbNYjqqGq1YgDZBTLbt3Yg/view?usp=sharing13:52
imithis can be it, riht above the warning13:52
imibut I still insist it is provided by canonical, not my hack13:53
ioriaGuest0, do you know how to open a terminal window ?13:53
Guest0click terminal in apps list13:54
ioriaGuest0, open it13:54
Guest0opened13:54
ioriaGuest0, copy and paste this : sudo parted -ls | nc termbin.com 999913:55
Guest0in past i wrong to use this type of command with pastebin, after to share, to paste13:55
oerheksimi, is this an Atom system? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/201744413:56
-ubottu:#ubuntu- Launchpad bug 2017444 in linux (Ubuntu Lunar) "Computer with Intel Atom CPU will not boot with Kernel 6.2.0-20" [High, Fix Released]13:56
ioriaGuest0, i don't understand what you mean13:56
oerhekshttps://community.intel.com/t5/Processors/Reporting-a-Bug-Regression-in-Linux-Kernel-6-2-caused-by-Intel/td-p/147929713:56
imioerheks: a roxk pi x. product: Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz13:57
Guest0ioria i wrong in past to use this kind of services13:57
ioriaGuest0, you just need to copy and paste the command i posted you13:57
oerheksimi, seems like wrong firmware shipped?13:58
oerheksfirmware shisp_2401a0_v21.bin13:58
oerheks* from the intel url13:59
Guest0ioria i put it in a text file13:59
Guest0it's the same13:59
imioerheks: ok, should I comment to the bug above? should I report a separate bug?13:59
Guest0https://drive.google.com/file/d/1DjymsjJ9G8GbNYjqqGq1YgDZBTLbt3Yg/view?usp=sharing14:00
Guest0a simple text file, it's easier for me14:00
jailbreakYou're wanting help, you do as volunteers ask. Not some random Google text.14:02
oerheksimi add yourself to that report. also, maybe getting newer firmware fixes things? https://askubuntu.com/questions/1366480/possible-missing-firmware-attempting-upgrade14:02
jailbreakJust run the command. Not really hard to do.14:02
imiok thanks14:03
Guest0try another time with a bin service, i hope i dont' wrong14:03
jailbreakWe don't understand what you mean...14:04
EriC^Guest0: the parted | nc term thing will upload it to a pastebin for you and give a link back14:05
Guest0https://pastebin.com/raw/qvAuxDWR14:05
Guest0it's correct raw option?14:06
ioriayes, very good14:06
ioriaGuest0, run in term:  'mount | grep sdb'  ; you should not have any output14:08
Guest0what does this command do?14:12
Guest0will i lost my data?14:12
Guest0ioria14:12
ioriaGuest0, why do you think that ?14:12
Guest0i don't know that it do14:12
ioriaGuest0, it just lists what you have mounted14:13
ioriaGuest0, we cannot nwork like that, pal14:13
OBJIsTakenwhat14:13
OBJIsTakencan you see my message14:13
OBJIsTakenguys14:14
Guest0ioria i typed it14:14
Guest0now?14:14
OBJIsTakenI faq children14:14
ioriaGuest0, nothing ?14:14
Guest0nothing output as u said14:14
ioriaok14:14
OBJIsTakencan u see my message14:14
ioriaGuest0, unplug the disk, plug again and paste 'dmesg | tail -30 | nc termbin.com 9999'14:14
ioriasy, afk14:17
Guest0https://pastebin.com/raw/6PnmGcKp14:17
Guest0ioria14:17
BluesKajHi all14:20
jailbreakHi BluesKaj :)14:22
BluesKajhi jailbreak14:23
jailbreakHow long before you quit this time?14:23
BluesKajdepends14:24
jailbreakGive it half hour 😁14:24
Guest0ioria https://pastebin.com/raw/6PnmGcKp14:24
jeremy31Guest0: Was this used in Windows with hybrid shutdown enabled?14:27
Guest0i don't know what it hybrid shutdowm14:29
Guest0shutdown14:29
Guest0it was used on windows several months ago14:29
Guest0i'm using it on ubuntu since much time14:30
jeremy31Guest0: Might have to try the Disks program and see if it can fix the filesystem14:33
Guest0jeremy31 gnome-disk-utility 42.014:37
Guest0UDisks 2.9.414:37
Guest0this app?14:38
Guest0https://drive.google.com/file/d/1o94p0xCp2cKyme7iB1HqiSUjR4NbrnmW/view?usp=sharing14:39
Guest0do u mean this app in screenshot?14:39
Guest0jeremy3114:41
ioriaGuest0, unplug the disk, plug again and paste 'dmesg | tail -30 | nc termbin.com 9999'14:48
Guest0i did it14:48
Guest0ioria https://pastebin.com/raw/A17RZ62014:49
ioriaok14:50
jeremy31Guest0: That is the program14:52
Guest0yes but others told me there is the risk of lost data14:52
ioriaGuest0, yep, i you can get to a windows pc would be better14:53
jeremy31Guest0: you can also use the program to look at SMART data14:53
ioriaGuest0, we can try to mount in read only mode, idk14:54
Guest0jeremy31 it doesn't apperat the command, it's unselectable14:54
Guest0ioria how14:55
ioriaGuest0, sudo mount -o force,ro /dev/sdb2 /mnt14:55
Guest0is there a risk to lost data?14:55
Guest0ioria14:55
iorianope14:56
Guest0https://pastebin.com/raw/6SKzF7Xg14:57
Guest0ioria14:57
ioriaGuest0, you can read the same: use chkdsk on Win14:58
Guest0i haven't win anymore14:59
ioriaGuest0, i know, but maybe some friends of you have14:59
leftyfbGuest0: Windows is the safest way to recover anything on this drive. And for me personally, the only way I would attempt to do so15:00
Guest0ok after i have to transfer all data in other external hd?15:00
leftyfbI would15:00
oerhekssudo ntfsfix /dev/sdb2 # should do it, not seen any pastebin with that attempt15:00
leftyfboerheks: I wouldn't trust that in this case15:01
Guest0oerheks they told me there is a risk of data losing15:01
Guest0wiht that command15:01
ioriamaybe ntfsfix -d /dev/etc.. but first try with Win15:01
Guest0ioria tell me if i try in this way is correct15:01
iorianeed to clean-dirty15:01
Guest0do i have to use another file system for hd in future?15:02
Guest0to use them with ubuntu?15:02
ioriaGuest0, what's your kernel ?  you can paste the line here:  'uname -r'15:02
leftyfbGuest0: if there are any hardware issues with that drive, just having it powered on risks losing data. This is why I suggest doing the least amount of actions on it and just go with what is the most likely to resolve the issue, Windows15:03
Guest06.2.0-39-generic15:03
ioriait's ok15:03
Guest0ioria do i have to use a different file system for external hds in future?15:05
ioriaGuest0, ntfs can be used on non-linux pcs... so it was not a bad choice15:05
Guest0a volounteers told me that ntfs is not completely supported by ubuntu15:06
Guest0is it true?15:06
ioriaGuest0, it's not 'native'; it was reversed15:06
leftyfbthe filesystem wasn't the problem. The problem was Windows' interaction with it when it went into hibernation/suspend mode and locked up the filesystem15:06
Guest0"Unfortunately ntfs is supported by Linux, but up to a certain point"15:07
ioriaGuest0, you have used that disk on a Windows pc ?15:07
Guest0leftyfb i used it on windows many and many months ago15:07
Guest0untilm this morning it perfectly works on ubuntu15:07
ioriaGuest0, interesting15:08
Guest0*untuil15:08
Guest0*until15:08
ioriaGuest0, so.... do you have another disk available ?15:08
leftyfbGuest0: either the last time this drive was used was on Windows or there's a hardware problem with it15:08
Guest0external not15:08
Guest0ioria i don't have any external disk15:09
Guest0just 215:09
ioriawondering if a win VM on the first drive might work15:09
Guest01 hd is of 1,5 TB, this one is 3 TB, noone works at now15:10
Guest0until this morning 3 TB was working15:10
leftyfbwait15:10
leftyfbdo you have this plugged into USB?15:10
Guest0yes, type C with an adaptro15:10
leftyfbcould be a bad usb port15:11
Guest0adaptor15:11
leftyfband/or adapter15:11
Guest0leftyfb i tried without adaptor in tradition usb port, it doesn't work the same15:18
ioriaGuest0, don't you have a friend with a Windows Pc ?15:20
ioriachkdsk will take few minutes15:20
ravagethere are live usb versions of windows that should work15:21
Guest0ok tomoroww i will try15:21
ioriadon't forget the /f15:21
Guest0chkdsk could it cause data loss?15:22
Guest0what does /f do?15:22
ioriafix, i guess15:22
ravageGuest0: something like http://www.hirensbootcd.org/15:23
Guest0but if it's damaged i could lose data in future therefore?15:26
Guest0ioria15:26
ioriaGuest0, how old is it ?15:27
Guest0ioria 5-6 years but i'm using it since 1-2 years because i used as backup of the first external hd15:35
ioriaGuest0, you have 2 disks: one internal and one external, right ?15:41
Guest0one internal and 2 external15:41
Guest0but at now noone of the 2 external works, i hope i don't lose all my data :-(15:42
Guest0many photos of travel, music15:42
Guest0documents15:42
Guest0:-(15:42
Guest0ioria15:42
ioriaGuest0, also the other external is not working ?15:43
=== arnaud is now known as ashn3
Guest0ioria it neither have been recognized15:44
ioriawell, cannot be a coincidence15:45
Guest0it isn't even recognized15:45
Guest0excuse for my english15:45
Guest0this we was talking about appears in the file manager as icon on the left15:46
Guest0bar15:46
Guest0it's the second external hd15:46
Guest0the first of 1,5 TB doens't even appear15:46
Guest0ioria15:46
ioriaGuest0, and they are one the mirror (copy) of the other ?15:47
Guest0yes and for fear of losing the data I made a copy of all of them on a second hd15:48
Guest0ioria15:48
ioriaGuest0, cat /etc/fstab | nc termbin.com 999915:49
Guest0do i have to plug it first?15:50
Guest0now it's unplugged15:50
ioriaGuest0, nope15:50
ioriayou can run the command15:50
Guest0https://pastebin.com/raw/tLdg3BBt15:51
Guest0ioria15:51
ioriaGuest0, it's ok... so if you already have a copy, you can risk the ntfsfix thing15:52
Guest0ioria i can't event read the first hd, i don't know if on that there are data yet15:54
ioriaGuest0, what ? i missed something maybe15:54
Guest0i have 2 external hds15:55
Guest0but at now none of them i can read15:55
Guest0because ubuntu doesn't read them15:55
Guest0the first since several weeks15:55
Guest0it doesn't even appear as icon on left bar of file manager15:55
ioriaGuest0, i know that. so ?15:55
Guest0the second we told about, appears as icon on left bar but i can't read contents15:56
Guest0i dont' kwno how to resolve15:56
Guest0try to another pc with windows as u suggested15:56
ioriaGuest0, as you wish15:56
Guest0however is it better that i use another file system in future?15:56
Guest0to use my external hds on ubuntu?15:56
ioriadepends on the use15:57
Guest0use?15:57
Guest0what kind of use?15:57
ioriayes, on linux systems you wont need ntfs15:58
Guest0ok but is ntfs supported by ubuntu or not?15:58
ioriabut if you carry the disk with you, you might not find a linux machine, and forced to use Win15:58
ioriayes, it is15:59
Guest0which is the better to be used with ubuntu?15:59
ioriaext415:59
Guest0ok and after ext4 is supported if i should need to connect it to windows or other pcs?16:00
ioriayou can't (but there are tools that can read ext4 on win)16:01
Guest0it told yes16:03
Guest0https://en.wikipedia.org/wiki/Ext416:03
Guest0Supported16:04
Guest0operating systems16:04
Guest0Linux16:04
Guest0FreeBSD (full read/write support since version 12.0)16:04
Guest0macOS (read-only with ext4fuse, full with ExtFS)16:04
Guest0Windows (read–write without journaling with ext2fsd)16:04
oerhekschanging filesystem is not a good idea now.16:07
Guest0oerheks i mean after a formatting16:09
Guest0ioria i tried to plug it on another pc with lubuntu, the error is this16:19
Guest0https://pastebin.com/raw/WSTimEVZ16:19
ioriaGuest0, we know that16:28
Guest0ok thanks all16:34
Guest0happy holidays and happy new year16:34
Guest0i try as soon as possible the solutions u told me16:34
experementalgood16:44
=== EriC^^_ is now known as EriC^^
=== ryan__ is now known as Cooks_08
=== juanmanuelid is now known as ThewhATnORT
Guest7hello, what is "search openstacklocal" in /etc/resolve.conf ? should i remove it or?18:18
Guest7https://ibb.co/V2sgRPv18:18
rboxman resolv.conf explains the syntrax18:19
Guest7Do you think my resolve.conf is ok?18:19
rboxwhat makes you think there is a problem?18:20
Guest7I'm just new on ubuntu. Was curious18:21
rboxcurious about what18:21
bparkerrbox: they were curious what the search line does18:52
bparkerand that manpage doesn't really do a good job of explaining what it does from the perspective of someone who is not intimately familiar with how DNS works18:54
Guest26-19:52
tab1293hey, how can i enable the preinstalled gnome remote desktop on 23.10 via the command line?23:12
Guest26,,,23:18
WaVtab1293: try "grdctl rdp enable"23:25
tab1293@WaV complaining that it can't lauch dbus without x11. im trying to start it up via ssh23:27
tomreyntab1293: try with X forwarding, pass -X to ssh when connecting23:32
pikaroHi! bit of an unusual setup here: I have Ubuntu Server on a second disk but want my EFI partition on a stick so Grub only starts when the stick is present. For this, I initially just copied the EFI partition contents created during the install to a new manually created FAT32 partition, bootable EFI, and replaced the /boot/efi mount. After doing so, the stick wouldn't boot - it just immediately23:51
pikaroreboots the system when the bootloader gets started. Same happens if I manually invoke it from the EFI shell, but if I run the ubuntu\grux64.efi instead, Grub starts. So I replaced the BOOT\BOOTX64.EFI with the Grub efi, which also works; interestingly though, this changes the Grub and VT resolution to 4k. (which is good.) I also ran an update-grub which worked (changed kernel params). Now for the23:51
pikaroactual problem: I initially had LTS, but switched to normal; this screwed up Grub again, and I had to repeat the process. Does someone understand why? It might have to do something with Secure Boot, which is currently off.23:51
Nikhello, does anyone know when I can submit my wallpaper for Ubuntu?23:59

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