/srv/irclogs.ubuntu.com/2024/11/14/#ubuntu.txt

=== cambam100566 is now known as cambam10056
sigma_hi guys00:28
=== sigma_ is now known as serval
servaldead chat xd00:28
dennis_I plug in an SD card, and see nothing when I'm running tail -f /var/log/kern.log. Am I missing something?01:20
ridho_01hi, what is partial upgrade on ubuntu, do i have to try it ?01:20
dennis_Could be the card's junk, but it worked on another one (me trying to see where it was - /dev/sdd)01:21
dennis_Trying to fix a guy's Ubuntu box for him. Man, GNOME3 is weird. I'm used to Cinnamon (well, and GNOME2)01:22
pragmaticenigmaridho_01: A partial upgrade happens when one more software packages on your machine are not compatible with an updated package available from the software repo. This often happens because of 3rd part repositories, or pinning a version of a package so it does not upgrade. It can also happen is a previous update failed to install properly. Ideally you will want to find out what package is causing the error and resolve it.01:29
pragmaticenigmadennis_: lsblk is probably going to be more informative about whether or not the machine recognizes the storage device.01:30
tomreyndennis_: does kern-log have recent records,though? if not, maybe you'll be better served with   journalctl -f    or (Gnome) "Logs".    udevadm monitor   may also help if the sd card isn't detected properly.01:39
tomreynthose will usually show up as /dev/mmc... devices01:40
dennis_tomreyn, I see one show up in kern.log (/dev/sdd) but not the other one. That's why I'm wondering if it's just hosed.01:54
tomreyndennis_: not all card readers will work, or work out of the box. if it's an external one (on a usb port), try connecting it to a different usb port01:56
pragmaticenigmaAlso, if you're using any MicroSD to SD Card adapter, make sure its is compatible as well.01:58
dennis_tomreyn, They're identical cards (brand/size) - it's just weird.01:59
tomreynif this card works on another computer then it isn't generally broken, i guess. but i don't have an explanation either.02:00
pragmaticenigmaI've had that happen. Running the card through something like this utility has resolved issues (assuming it can be picked up by the tool) https://www.sdcard.org/downloads/sd-memory-card-formatter-for-linux/sd-memory-card-formatter-for-linux-x86-64-download/02:01
dennis_I've got both cards, sticking them in the same slot. It's just weird that that one shows up in /dev/ and the other doesn't02:04
tomreyndennis_: you wrote that the card that isn't detected on this ubuntu system "worked on another one (me trying to see where it was - /dev/sdd)", which i think is why pragmaticenigma suggested you could try that software on the other computer where the card is detected.02:08
tomreynbecause doing so might make it work on the ubuntu system it's not currently being detected on again.02:08
tomreyn(i have no experience with said software myself)02:09
pragmaticenigmaI probably should have posted the link to its introduction tomreyn and dennis_ : https://www.sdcard.org/downloads/sd-memory-card-formatter-for-linux/02:11
dennis_Ahh, it showed up eventually. I misspoke earlier I guess - It wasn't showing up. Running fsk now that I know where it is (and it's the same issue as the other one - wasn't unmounted right)02:12
dennis_fsck02:12
pragmaticenigmaouch, yeah, always unmount your portable disks!02:13
tomreynpragmaticenigma: i guess i'm more worried about lack of source code for this software.02:13
dennis_Not my fault! I swear! I'm fixing this Dennis guy's box.02:13
pragmaticenigmatomreyn: can understand the hesitation. Not sure if source or an opensource version exists. since it's SD Association, and a company pays them for the specifications and license to use the SD Card logos and marks.02:16
pragmaticenigmareally it's something I have used when cards are unresponsive. One of its features is the restoration of the protected storage area of the card. Something other tools cannot perform02:17
tomreyni mean, if no block device is detected by the kernel, i don't see how a user space application could fix it, unless it somehow finds a way to make the kernel detect the device, or can talk to it directly on usb somehow.02:18
tomreynbut apparently dennis_ did have it show up on dmesg after all, and a block device name was assigned, so the (partition table /) file system became accessible02:19
tomreyngood to know that there is a tool which can fix the protected storage area if standard tooling can't do that02:21
pragmaticenigmait does require root, but it does make use of the block device being listed in /dev ... so not really anything magical about scanning the busses for an errant card02:23
=== arthur is now known as Arrrrth
tomreyni see02:28
=== arthur is now known as Arrrrth
=== Arrrrth is now known as arthur
=== arthur is now known as Arrrrth
tomreynArrrrth: please fix your script if that's a script.02:29
xxymy docker can't work in ubuntu24.04, https://paste.centos.org/view/6247f72f,03:08
connstructOne assumes your http proxy isn't actually proxy.example.com03:11
=== mrbutthead1959 is now known as mrbutthead195
=== ericus3 is now known as ericus
=== mrpond2 is now known as mrpond
smallville7123why cant i create a / directory in sbuild ?07:58
smallville7123+ whoami08:10
smallville7123root08:10
smallville7123+ mkdir -p /usr/local/dir08:10
smallville7123mkdir: cannot create directory ‘/usr/local/dir’: Permission denied08:10
tomreynyour system log may have more info08:12
smallville7123apparently i need to use sodo tho that gives ld.so cant be found by fakeroot08:19
smallville7123sudo*08:19
smallville7123also for some reason pkg-config cannot find libarchive and gpgme-tool08:20
smallville7123how do i get the   Build-Depends   to be processed before debian/rules08:47
tomreynthere are some debian packaging related channels on OFTC08:50
tomreynalso #ubuntu-devel (though that's more for coordination, not a packaging support forum) and lists.ubuntu.com mailing lists (and similar for debian).08:51
tomreynthere's also http://packaging.ubuntu.com08:52
smallville7123imma just manually install the packages via debian/rules sudo apt install08:53
smallville7123and sudo mkdir gives  ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.08:53
smallville7123i just wanna build an installable .deb package08:54
mgedmin`debuild -i -uc -us -b` always worked for me08:56
MaNa2kso what pkg manager is best for ubuntu server? i use snap and apt sometimes, is there any other that is better10:01
smallville7123hmm how do i specify a debian/rules which uses a build-install.sh script to build and install a package10:06
smallville7123as debuild invokes   rules clean    rules build    rules binary10:07
tomreynMaNa2k: apt is fine for the most part, and snap for snaps. most of th etime that's all you'll ever need (unless you need one of the programming / scripting language specific tooling in case you want to build software or need newer versions of something)10:09
=== PasiZ2 is now known as PasiZ
MaNa2kmhm10:18
MaNa2ktomreyn: oki, thanks10:18
MaNa2kim still a beginner in linux world10:19
tomreynthat's fine, we've all been that at some point :)10:20
tomreynand others here are new, too10:21
MaNa2kso far, i have successfully hosted my own api and exposed it to internet using cloudflares tunnels, without having to do any port forwarding or messing around with firewall.10:24
MaNa2ki need a domain though, which i got really cheap one10:24
MaNa2ki needed*10:25
MaNa2kbut i hear that its still not safe, because cloudflare if they wanted can see the traffic in the tunnel since its not secured. while the traffic between cloudflare and internet is secure10:26
MaNa2kso, i need to learn about firewalls and secure my traffic somehow10:26
mgedminis it an http api?  if so, learn about letsencrypt and certbot10:52
mgedminto secure the connection between cloudflare and your server10:52
mgedmina firewall is not going to be very helpful here10:53
tomreynand while i agree this can be a useful learning path, it won't prevent cloudflare from snooping on your data either, because there is no end to end encryption, they remain in the middle.10:54
tomreynhosting services on the internet and through CDNs is less of an #ubuntu support topic, though, maybe you'll be better served in channels such as #networking and #cloudflare (if that exists)10:55
=== antonispgs4 is now known as antonispgs
smallville7123hmm11:37
smallville7123i created a proper debian/rules but it doesnt seem to get called11:37
smallville7123and dh_assistant complains that it is not a proper source directory11:38
smallville7123eg   dpkg-genbuildinfo: error: binary build with no binary artifacts found; .buildinfo is meaningless11:45
MaNa2kmgedmin: sorry, was away, no, you will see it as https api11:48
MaNa2kmgedmin: thanks, will check out letsencrypt and certbot, hope its free\opensource stuff11:49
MaNa2ktomreyn: thnx for the channel links11:50
=== Dimitris_ is now known as Dimitris
BluesKajHi all12:20
Guest56Hello everyone,13:28
Guest56Do you know how to prevent the contents of the home folder from appearing on the screen?13:28
mgedminSystem Preferences -> Ubuntu Desktop -> turn off Desktop icons13:30
mgedmin(also it's a bit weird that the contents of the _home folder_ itself show up, and not ~/Desktop, for whatever localized translation of 'Desktop' was set up by the installer)13:31
mgedmin(maybe your ~/.config/user-dirs.dirs specifies XDG_DESKTOP_DIR="$HOME"?)13:32
Guest56Yes, indeed it did specify $HOME.13:40
Guest56I removed the Desktop folder so I guess it was why it was showing the home folder instead.13:40
=== NDPZenB0ok is now known as NDPZenBook
realivanjxfinally https://files.catbox.moe/77nkqx.png13:57
deadromhi.14:30
lotuspsychjewelcome deadrom14:30
deadromwhat's the security policy on backports with ubuntu? on debian used to be "no sec updates, use at own risk", at least a while back14:31
pragmaticenigmadeadrom: https://help.ubuntu.com/community/UbuntuBackports14:32
pragmaticenigmadeadrom: if I'm understanding that page correctly, it's a policy of security updates are not guaranteed.14:33
deadromwhich is at least about what I expected, thanks14:34
=== iwannaberoot5 is now known as iwannaberoot
=== RandomZero0 is now known as RandomZero
sigma_chadyooo15:39
FKAShinobiI'm using ubuntu 22.04 and often the desktop does not lock after being idle. Are there applications that would cause the desktop not to lock?15:46
sigma_chadpeace15:54
pragmaticenigmaFKAShinobi: most common for me is any application that has video playback. even firefox can interpret a video advertisement to set the stay awake flag.15:55
pragmaticenigmafirefox -> any web browser15:56
=== jipangmenjerit is now known as jipang_menjerit
=== jipang_menjerit is now known as jipangmenjerit
deadromFKAShinobi anything that generates fake key events, too. stw "how to monitor key events" might yield something16:21
=== mantraofpie_ is now known as mantraofpie
=== travisghansen5 is now known as travisghansen
sohohi17:39
kmikitaDoes ext4 feature "64bit" affect anything than the maximum block number?17:44
eLdr1chhello is possible someone to help me to decode something17:46
lotuspsychjethe volunteers usualy focus on ubuntu support issues here eLdr1ch17:46
pragmaticenigmakmikita: Do you have a specific reason for looking at that feature? Documentation indicates that one of its uses is for data integrity checksums.18:00
=== oraculo is now known as platao
kmikitapragmaticenigma, if "64bit" related to checksums then reason to leave -O 64bit default?18:39
kmikitaI do not need a partition >16TB, but I want to make ext4 work as efficiently as possible.18:41
=== Sidewyz1 is now known as Sidewyz
pragmaticenigmakmikita: that's not an efficiency tweak18:50
kmikitapragmaticenigma, just leave 64bit feature? There is no benefit in extra space or performance?19:33
pragmaticenigmakmikita: if you are looking for file system performance, look at other filesystems. the options provided are specific to implementations needed for specific use cases, they're there for compatibility, not performance19:38
pragmaticenigmakmikita: filesystem performance comes from the ability of the filesystem to efficiently store and index the files stored in the file system19:39
kmikitapragmaticenigma, thanks for the answer. ext4 is good for me. I wanted to refine the minor details. :)19:41
pragmaticenigmakmikita: if you want some tweaks, look at disabling access time updates (noatime)19:43
pragmaticenigmakmikita: another idea would be to setup filesystem journaling to a secondary device19:44
kmikitapragmaticenigma, noatime,lazytime,data=writeback,commit=60 already in use19:48
pragmaticenigmakmikita: looks like a good plan. the only thing would be the journaling on a secondary device idea, but that would require a separate storage device19:51
=== mantraofpie_ is now known as mantraofpie
kmikitapragmaticenigma, thanks. I will take a look at journaling tweaks. Backup and storing journal on SSD look tempting.19:57
=== Slacker94770 is now known as Slacker9477
lubuntugoogle21:36
lubuntul21:38
lubuntulkkk21:38
kuter21:44
nick_I know this is Ubuntu but if I have Mint 22 and the kernel is 6.8, will it update itself when it expires?22:31
pragmaticenigmanick_: Only a Linux Mint support channel can answer that. That is a very specific question to Linux Mint22:32
enigma9o7No.  Once its expired, you must throw it away.22:32
enigma9o7Well, we could assume that no kernel updates itself, and we could assume that expiration is an odd term to apply to kernels and assume it's non applicable.22:33
enigma9o7But I guess that would just end up making an ass out of me.22:34
enigma9o7But, if its anything like milk, once that expiration date passes, you're taking a risk putting it on your cereal before giving it the ole smell test.22:34
pragmaticenigmaenigma9o7: please stop22:35
=== E_Bomb0 is now known as E_Bomb
=== iwannaberoot0 is now known as iwannaberoot
=== antonispgs7 is now known as antonispgs

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