/srv/irclogs.ubuntu.com/2023/10/17/#ubuntu.txt

PseudonymQuick question. There are a few Ubuntu packages where the lib* version is packaged but lib*-dev is not. Is that a bug or a software request, and where should I request the -dev variant?00:24
ravageexample?00:24
PseudonymThe one that's bugging me at the moment is libpdal-plugin-e5700:25
PseudonymThe headers aren't installed.00:25
ravagemaybe part of libpdal-dev ?00:25
PseudonymNope.00:26
PseudonymThe normal PDAL headers are installed just fine with libpdal-dev, but the headers for the plugins are not.00:26
ravageyou may need to enable the source package lists and use apt-rdepends to see how it was built00:27
=== deepSleep is now known as Guest8209
ravageapt-rdepends --build-depends libpdal-plugin-e5700:28
ravagethat really only shows libpdal-plugin-e57 itself00:29
ravagehttps://p.haxxors.com/control.txt00:31
ravagethis is the control file. looks like the plugins build from the pdal package as binary00:32
Pseudonymhttps://github.com/PDAL/PDAL/tree/master/plugins/e57/io00:32
PseudonymNeed those header files.00:32
PseudonymSo if I can repeat my question: Is this considered a bug or a software request, and where should I request it?00:38
=== monoob1 is now known as monoob
de-factosight it happens again, audio stuttering even with just one sink. i begin to lose all hope for linux audio, it seems its very design architecture is flawed in a way that does not allow for stable undisturbed playback of a single source into a single sink at constant volume00:56
=== monoob1 is now known as monoob
=== diceLibrarian2 is now known as liceDibrarian
=== sixecho2 is now known as sixecho
SquareIs there a "gnome restart" of sorts for wayland. Like in X11 i could do Super+F2 which showed a prompt i could type "r" in.02:51
SquareI wonder if I can ever run wayland on my nvidia 1030. Suspend/Resume doesn't seem to work. Graphics gets totally messed up after it.03:39
SquareAnyone know if there is active work done nvidia/wayland issues or has nvidia support been completely dropped?03:40
Squaredone on*03:40
roxyist\help04:28
=== zofrex2 is now known as zofrex
TheWebFoxmm, so I have this laptop & desktop that used to run 23.04, and I did do-release-upgrade -d on them on the 12th, I heard 23.10.1 is out my PCs are on 23.10.0, how do I get to .1, it doesn't say .1 in /etc/lsb_release, despite apt-get update && apt-get dist-ugprade05:36
TheWebFoxdoes it say .1 on fresh installs?05:37
toddcTheWebFox: 23.10 had a delay/issue after release and halted but as of today should be availible 9 months support vs LTS that I use05:55
tomreynTheWebFox: sudo apt update && sudo apt upgrade && sudo apt dist-upgrade06:07
tomreyni'm not sure whether the version number will change (I suspect not so).06:07
TheWebFoxtomreyn, 0 upgraded06:17
TheWebFoxon both apt upgrade U& it's actually apt-get dist-upgrade not apt dist-upgrade06:17
tomreynTheWebFox: it does not matter whether you use apt or apt-get there, the effect would be the same.06:22
TheWebFoxE: Invalid operation dist-upgrade␏06:23
TheWebFoxoh it copied some unicode "␏" at the end06:23
tomreynif the command series did not quit with an error (which may be spelled as "E:") or there were and warnings (which may be spelled as "W:"), then you're good, no need for any upgrades.06:24
TheWebFoxyep06:24
TheWebFoxno need for upgrades06:24
tomreynthe package versions in 23.10(.0) and 23.10.1 are probably exactly the same, I expect that only the installer snap was upgraded, and that won't be installed on your system anyways.06:25
Cursarionhi. I tried to enable kvm_amd, but got "ERROR: could not insert 'kvm_amd': Operation not supported". CPU has flags svm and svm_lock in cpuinfo, so shouldn't it work?07:06
Cursarionor is it even needed? kvm seems to be loaded, is it enough?07:07
TheWebFoxcheck sudo dmesg07:08
TheWebFoxit should say why the modprobe failed07:09
tomreynis this bare metal or in a VM?07:09
tomreynis it an amd cpu?07:11
tomreynCursarion: ^, also which ubuntu version is this?07:11
Cursarionah, "kvm: disabled by bios"07:12
Cursarionone of the LTS ones, maybe 22.0407:13
tomreynas the message says, you'll need to edit your bios settings07:14
tomreynenabling AMD-V07:14
Cursarionalright07:14
tomreynor possibly "SVM Mode"07:16
Cursarionthanks07:18
tomreyn(and it's pretty suspicious that you say you don't know which ubuntu version you have but know that 22.04 is the latest LTS release)07:19
tomreynother than that, you're welcome.07:19
CursarionI didn't know actually07:19
tomreyncat /etc/os-release07:20
tomreynif you would like to check (no need to report it)07:20
Cursarionok. I can try to remember that. I only remember uname -a, but it doesn't contain the exact release data. :(07:21
tomreynmy apologies for making a bad faith assumption.07:21
Cursarionand I generally pick a LTS release every once in a while and go with it until it expires, or something forces me to reinstall OS and I pick the latest one available.07:22
tomreyngreat. it's good to know how to check for your version info, though, because it can help tremendously when you ask a question here.07:23
Cursarionyep, it's pretty important07:26
jwhitmoreHello Ubuntu I'm trying to install wine32 on 20.04 and the only instructions I can find are simply "dpkg --add-architecture i386" update and off you go. That's not working even after adding the i386 arch and confirming it's in the list there are no 386 packages?10:19
=== Rhys is now known as Guest4731
TheWebFoxjwhitmore, sudo apt-get install wine3210:44
jwhitmoreTheWebFox, E: Package 'wine32' has no installation candidate10:54
TheWebFoxhmmm10:55
jwhitmoreAccording to all I can find online adding the i386 arch and update is all it should take but that doesn't appear to add 386 packages11:09
=== pah is now known as pa
ograjwhitmore, do you have universe enabled in your package sources ? wine32 surely exists in the archive and should be found12:34
oerheks!info wine3212:35
ubottuwine32 (8.0.1~repack-3ubuntu2, mantic): Windows API implementation - 32-bit binary loader. In component universe, is optional. Built by wine. Size 260 kB / 723 kB. (Only available for i386, armel, armhf.)12:35
oerheksone needs to add archtecture i386 first12:35
ograindeed ...12:36
jwhitmoreogra, thank you didn't have Universe, now have that added and a target for wine32 but it depends on libc:i386 (but it is not installable) & libwine:i386 (but it is not going to be installed)  Tried "--fix-broken" but apparently I have "held broken packages" Have to figure out what packages are the problem. Thanks for your help, it's progress12:50
lotuspsychjejwhitmore: use a !paste if you like to share your apt output, so volunteers can have a look for you12:51
oerheksjwhitmore, add-architecture i386 and run updates again12:51
ograhttps://wiki.debian.org/Multiarch/HOWTO#Setting_up_apt_sources12:54
tennisandersWhen I install pip packages they end up in ~/.local/bin, which isn't in my PATH by default. Is it ok to add this dir to PATH?12:55
oerhekstennisanders, echo $PATH12:57
oerheksit should be there, standard12:57
oerheksso yes, add it.12:57
ioriatennisanders, https://www.omgubuntu.co.uk/2023/04/pip-install-error-externally-managed-environment-fix12:58
oerheks* in  .bashrc12:58
oerheksoh, good find, ioria12:59
tennisandersoerheks: Hm it simply isn't included and it's a pretty freshly installed system (Ubuntu 22.04). Cant remember removing it myself either13:00
ioriatennisanders, do you have pipx installed ?13:04
=== Szadek15988 is now known as Szadek1598
jwhitmore"dpkg --print-foreign-architectures" >> "i386"   "apt update"   "apt install libc6:i386"  >> "E: Package 'libc6:i386' has no installation candidate"13:28
ograjwhitmore, did you see my paste above ?  https://wiki.debian.org/Multiarch/HOWTO#Setting_up_apt_sources13:29
jwhitmoreogra, oops no sorry going through it thanks13:31
=== VlA is now known as V1A
tlinkhi all, I've got a problem with DNSs: I have a dhcp server that sends me nameserver address to use, with windows client they seems to use all the dns received from the dhcp server, but ubuntu clients seems to only use one. can anyone help me with this matter?13:51
leftyfbtlink: first, you really don't need multiple configured nameservers. And I hope you're using either 2x public namervers or local nameservers with forwarding which can both resolve the exact same queries. Otherwise, you're doing it wrong13:53
leftyfbtlink: second, how are you determining which/how many nameservers the linux client is configured for?13:53
leftyfbgood talk13:55
tlinkleftyfb I came here because I thought something was wrong with the settings13:55
leftyfbtlink: ok, lets start with the "why". Why are you configuring multiple nameservers?13:56
tlinkbasically I have a dns that resolve .local domains, then I have a dns that resolve .lan domains for a network connected trough a vpn13:57
leftyfbok, then you're definitely doing it wrong13:57
tlinki told to the local dns server to go to the vpn ones to resolve .lan querys but seems that it doesn't work13:58
leftyfbtlink: first, .local is not a "domain". It's mDNS/avahi which is basically broadcast to everyone and everyone figures everything out. Pick a different TLD13:58
leftyfbtlink: second, you need to set 1 as a stub domain or slave as the other13:58
leftyfbclients do not failover multiple configured nameservers. Not the way you think13:59
tlinkactually windows clients do, but it's windows... i know13:59
leftyfbif a client asks a nameserver to resolve something and that nameserver doesn't know what you're talking about. The query fails and you get nothing. Your client does not attempt to send the same query to another nameserver13:59
leftyfbthe failover only happens when 1 nameserver is completely dead/inaccessible, then it will query the other nameserver14:00
contlink: They really don't, Windows included. They'll round-robin between configured DNS servers. If the first server it tries returns NXDOMAIN, that counts as a response and it won't try another.14:00
tlinkthat was what I thought before seeing windows clients just working fine :)14:00
leftyfbtlink: that's called you getting lucky that windows just happened to randomly pick the right nameserver for the query14:01
conAnyway... Do not use .local.14:01
conRFC 6762. Use .intranet, .internal, .private, .corp, .home, or .lan14:01
tlinkuhm.. is that the problem?14:01
leftyfbit is A problem, not THE problem14:01
con^14:02
tlinkok14:02
leftyfbthough, it kinda helps Windows a bit. Since .local doesn't really use the configured nameserver, it's probably successfully just using mDNS for the .local queries and ignoring the nameserver completely14:02
leftyfbcontributing to your assumption that things are working on Windows14:03
leftyfbeither way, there's several ways to accomplish what you're trying to do.14:03
leftyfbwith bind9 named, you can setup a zone to forward requests for a particular domain14:04
leftyfbthat's the easiest14:04
tlinkok, so, my namespace has to change from, let's say tlink.local to something like tlink.home and the tlink.lan on the vpn network is just fine, right?14:05
leftyfbAs a first step, yes14:06
tlinkthen I have bind9 on the dns in the vpn network, in the local network I use pfsense and told him to query the vpn dns for tlink.lan queries14:06
leftyfbusing forwarding for the zone, yes14:07
tlinksetting a "Domain Overrides" for the domain "tlink.lan"14:08
leftyfbuh14:08
leftyfbI don’t follow there14:09
tlinkit says: "Enter any domains for which the resolver's standard DNS lookup process should be overridden and a different (non-standard) lookup server should be queried instead. Non-standard, 'invalid' and local domains, and subdomains, can also be entered, such as 'test', 'nas.home.arpa', 'mycompany.localdomain', '1.168.192.in-addr.arpa', or14:09
tlink'somesite.com'. The IP address is treated as the authoritative lookup server for the domain (including all of its subdomains), and other lookup servers will not be queried. If there are multiple authoritative DNS servers available for a domain then make a separate entry for each, using the same domain name."14:09
leftyfbyeah, I don't know pfsense and how it's settings translate to actual dns configuration and zone records14:11
tlinkI think you solved a problem that i didn't know I had, but for this one I'll probably have to ask in #pfsense14:11
leftyfbtlink: for bind, it's as simple as this https://serverfault.com/a/71816214:12
=== tlink is now known as REz
=== REz is now known as _REz_
=== _REz_ is now known as LucaREz
cbreakhow risky would it be to install 23.10 now? By making do-release-upgrade -d? (since there's no real 23.10 upgrade available yet)14:30
toddccbreak:  23.10.1 is out14:37
leftyfbthe upgrade path is not14:38
TheWebFoxcbreak, well, I've done it on 2 of my PCs15:25
TheWebFoxand both of them work fine15:25
TheWebFoxmy only advice, Disable any PPA & if you have installed firefox / thunderbird from mozillateam PPA remove it & the PPA or it will fail like my 3rd PC (my work laptop)15:25
cbreakhmm :(15:25
cbreakthe moz firefox is so much better than the snap one :(15:26
TheWebFoxcbreak, you can reinstall it after you upgraade15:26
TheWebFoxit doesn't have to be permanent, just while you do "do-release-upgrade -d"15:26
TheWebFoxafter you reboot and are on 23.10 you enable the PPA again & remove the snap firefox & install the un-sandboxed one15:27
TheWebFoxcbreak, you do not even lose your profile from firefox or browser history15:27
TheWebFoxyou just sudo apt-get remove firefox thunderbird, then sudo do-release-upgrade -d then reenable the PPA and reinstall firefox & thunderbird15:28
TheWebFoxcbreak, understand?15:28
TheWebFox /home/user/.mozilla is not deleted15:28
cbreakyeah, that's quite clear15:28
cbreakI'll give it a try later. If it breaks I zfs rollback to now :)15:29
TheWebFoxif you're upgrading from 23.04 it won't break15:30
cbreakdid you have to disable ppa only or also uninstall FF?15:30
TheWebFoxalso uninstall15:30
cbreakalright15:30
TheWebFoxfirefox is provided by ubuntu and when it tries to install it'll conflict with the mozilla version15:30
TheWebFoxI had it happen to me from 23.04 to 23.10 on work laptop15:30
TheWebFox(I wanted both my personal laptop, my personal desktop & my work laptop to all be on 23.10)15:31
=== stenno is now known as Guest881
=== chao is now known as stenno
xanguaIt's generally recommend to remove/uninstall any PPA or third party repository that you have when upgrading. Not just the Mozilla one.15:33
TheWebFoxcbreak, also, 23.10.1 only exists as iso, but still displays 23.10, so if you upgrade don't get worried you do not see 23.10.115:33
TheWebFoxClient: HexChat 2.16.1 • OS: Ubuntu "mantic" 23.10 • CPU: AMD Ryzen 7 6800HS Creator Edition (400MHz) • Memory: Physical: 14.5 GiB Total (8.7 GiB Free) Swap: 3.9 GiB Total (3.9 GiB Free) • Storage: 93.4 GB / 491.1 GB (397.6 GB Free) • VGA: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] @ Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge • Uptime: 2d 0h 10m 12s15:33
TheWebFoxas for software, my 1password works, my google chrome works, all my flatpaks work15:34
TheWebFox(even if not supported by canonical :p)15:34
conflatpak is supported just fine.15:46
TheWebFoxcon, I was told by ubuntu members to not recommend it15:47
TheWebFoxsince Canonical offers no support for it15:47
conubuntu members of what form? People in this channel?15:48
TheWebFoxI know it works on ubuntu ... that's not what they mean by not supported con15:48
conI'm aware of what support means. To tell people not to use it because of 'canonical support' is beyond idiotic.15:49
TheWebFoxthey mean, if you send your technical issues to Canonical they only offer assistance for systems with snaps15:49
conAssuming you PAY for such support.15:49
TheWebFoxI agree, con, I was like "I don't need Canonical's support"15:49
conIf you don't, you get community support, which is exactly what flatpak receives.15:49
leftyfbnot here it doesn't15:50
leftyfbthat's the point of not recommending it here15:50
leftyfbwe can't support it15:50
TheWebFoxleftyfb, wait, so I can't help people here who ask about flatpak?15:50
conThat's nonsense.15:50
leftyfbTheWebFox: it's more appropriate in #flatpak15:51
conAlso nonsense.15:51
conIf _you_ don't want to help, then don't. But to say that running flatpak makes it off-topic for this channel is BS.15:51
leftyfbcon: flatpak's have nothing to do with Ubuntu, therefor are not an Ubuntu support topic15:52
conleftyfb: I repeat the previous, and that stance is not going to change.15:52
TheWebFoxleftyfb, you kidding me? Ubuntu is Linux, flatpaks belong to Linux15:52
lotuspsychje!discuss15:52
ubottuWant 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!15:52
leftyfbTheWebFox: ok, then ask for support with flatpaks in #linux15:52
conIf you're running flatpak on Ubuntu, and you're looking for community assistance for people that do the same, this is exactly the channel for it.15:52
conlotuspsychje: piss off.15:52
conleftyfb: Same to you.15:53
leftyfb!language | con15:53
ubottucon: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList15:53
EickmeyerFurthermore to what leftyfb is saying, this is a community support channel, not commercial support.15:53
conleftyfb: Piss off.15:53
leftyfb!CoC | con15:53
ubottucon: The Ubuntu Code of Conduct is the document that spells out etiquette in the Ubuntu community | http://www.ubuntu.com/project/about-ubuntu/conduct | For information on how to electronically sign the CoC, see https://help.ubuntu.com/community/SigningCodeofConduct | Watch http://static.screencasts.ubuntu.com/videos/2010/12/22/004-SigningCoC.ogv15:53
conleftyfb: Piss. Off.15:53
TheWebFoxcon, I have to warn you they're mods ...15:54
Eickmeyer!ops | con Code of Conduct violations15:54
ubottucon Code of Conduct violations: Help! Channel emergency! (ONLY use this trigger in emergencies) - CarlFK, DJones, el, Flannel, genii, hggdh, ikonia, krytarik, mneptok, mwsb, nhandler, ogra, Pici, popey, sarnold, tomreyn, Unit193, wgrant15:54
conEickmeyer: And community support is exactly what's being stated, here.15:54
Eickmeyercon: You can leave anytime.15:54
leftyfbTheWebFox: if I make a really poor python script and upload it to github, should I expect anyone here to support me with it?15:54
conJesus. No wonder the Ubuntu community has such a bad reputation.15:54
conEickmeyer: You can piss off, too. :)15:54
TheWebFoxleftyfb, this is just what Microsoft does, telling people what they can / can not run on their PCs15:55
EickmeyerTheWebFox: We don't support anything from outside of the Ubuntu repositories here. Full stop.15:55
leftyfbTheWebFox: nobody here is telling you what you can and can't run. But This channel is for Ubuntu and it's packages. We cannot be expected to support every single random application that might or might not work on "linux"15:56
leftyfb#flatpak is a more appropriate place to get support with Flatpak's. #linux is a more appropriate place for general linux questions. #ubuntu is more specific to the Ubuntu distribution and the packages that are available in it's repositories15:57
TheWebFoxleftyfb, that's how it works in many other distros channels. I used to run Linux Mint for instance, there I'd get support for anything I'd install, since my PC ran Linux Mint, now it runs Ubuntu, of course people will come here expecting support for whatever they run on Ubuntu, from steam to geological software to python scripts they write themselves15:57
elthey can ask. we can say no.15:58
leftyfbTheWebFox: this is not to say that you can't get help here, but it's not expected. And there are probably more appropriate places to get help with very specific things.15:58
elwe have a well defined and documented scope for this channel15:59
TheWebFoxleftyfb, I've done nothing but recommend flatpak cause I think it's better than snap.15:59
leftyfbTheWebFox: the point is to provide you the best support. For something like Flatpak, that isn't this channel. #flatpak would provide better support for that15:59
TheWebFoxokay, okay, I drop it16:00
leftyfbTheWebFox: that would be your opinion and not a reflection of the support provided in this channel16:00
TheWebFoxyes, okay, fine ... I understand, I won't recommend flatpak or snap either16:00
TheWebFoxI'll stay neutral16:01
TheWebFoxleftyfb, I looked into it and it turns out flatpak is in the Ubuntu universe repo, so we do not support stuff in the universe repo?16:14
TheWebFoxSection: universe/admin16:15
TheWebFoxOrigin: Ubuntu; Bugs: https://bugs.launchpad.net/ubuntu/+filebug16:15
leftyfbTheWebFox: we would support issues with installing the flatpak package. Individual flatpaks being run on top of it would be better served in #flatpak or their respective maintainer16:16
TheWebFoxok16:16
TheWebFoxso my system has flatpak & flatpaks installed in place of snap firefox. Do I lose support for non-flatpak areas like if I have a problem with a printer?16:17
TheWebFoxand printing from Ubuntu?16:17
leftyfbwhy would you think that?16:17
TheWebFoxokay, then it's fine :-) it's okay, thanks for explaining16:19
philipp64Hi. Is there a good how-to on adding Radius-based authentication for non-local users to Ubuntu?  The only articles I can find seem to be out-of-date as they reference hand-editing the PAM files, but I believe that recent releases use pam-auth-update to avoid that instead...16:25
=== chris14_ is now known as chris14
hggdhq/rep con16:47
S0NiCHi guys17:26
lotuspsychjewelcome S0NiC17:26
cbreakTheWebFox: I'd expect flatpack FF to be just as bad as snap ff17:41
cbreak1Password never worked well with the snap version, despite waiting for over a year, so I switched to the bare-metal normal FF, where it worked out of the box17:41
TheWebFoxcbreak, I'll be honest, I use Firefox only for what doesn't work with bare-metal Chrome17:42
TheWebFoxso not for 1Password, I installed it on flatpak cause I have Android Studio, VS Code, and other solutions installed via flatpak and only have in snap the default required packages17:43
cbreakYeah... I see no reason to use chrome17:44
cbreakbut I doubt 1pass would work with chrome either if it was inside one of those package thingies17:44
cbreaksince they seem to blindly isolate everything even if it breaks basic functionality17:44
TheWebFoxI just took a look at snap-store and I think I'm gonna uninstall it ... App center, unlike ubuntu software can only manage snaps?17:45
TheWebFoxand snaps are going bye bye pretty soon, April 2024?17:45
cbreakthe new 23.10 store thingie?17:45
cbreakI read it can do both snap and deb, but haven't tried it yet17:46
cbreak(the one in gnome ubuntu)17:46
cbreakI haven't heard of snaps going away17:46
lotuspsychjeplease use #ubuntu-discuss or offtopic cbreak TheWebFox17:46
cbreakwasn't there even an ubuntu sub-distro that only ships snaps, for everything?17:47
TheWebFoxsnap is not going away, turns out that article was 1st of April 2023 ....17:47
cbreakhttps://ubuntu.com/core17:48
TheWebFoxanyway, I'd be really interested to know if App Center 1.0.0-alpha can install apt packages17:48
TheWebFoxcbreak, let's talk in #ubuntu-discuss17:51
semWhat are the downsides of using `do-release-upgrade -d` to upgrade before it officially rolls around to me? I am on 23.04, all packages updated19:03
Eickmeyersem: There could be some breakage. We've seen some breakage with grub not upgrading correctly which can cause the system to be unbootable. Other risks are there, so using "-d" is at your own risk.19:04
semthanks19:04
Eickmeyeryw19:05
semIs there somewhere I can read about the issues? I don't see them here: https://discourse.ubuntu.com/t/mantic-minotaur-release-notes/35534#heading--known-issues19:09
Eickmeyersem: That's the place, not sure why you're not seeing it. It shows up for me.19:20
Eickmeyersem: Unless you mean the upgrade issues?19:20
Eickmeyersem: It appears that the main blocker at the moment is here, the grub issue might be done: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/203498619:26
-ubottu:#ubuntu- Launchpad bug 2034986 in ubuntu-release-upgrader (Ubuntu Mantic) "some text became unreadable during a distribution upgrade" [Critical, In Progress]19:26
MaNa2kso why dosnt ls do anything in my ubuntu server19:51
ravageEmpty directory?19:52
MaNa2kwell i just installed some days ago19:52
MaNa2kbut when i do ll, then i see some stuff19:52
MaNa2kim at root btw19:53
ravagell is not a command19:53
MaNa2kravage: it is for me19:55
MaNa2kit lists stuff like19:55
ravageit may be preinstalled on the server ok19:55
MaNa2k.bash_history  .bash_logout  .bashrc  .cache .....19:55
ravagesee my answer above. you are in an "empty" directory with only hidden files19:56
MaNa2ktheres also .dotnet there, which i instaled using apt-get i think19:56
MaNa2khmm19:56
ravagels does not list hidden files by default19:56
MaNa2kah i see19:56
ravage"ls -a" does19:56
MaNa2kah i see, that lists the same stuff19:57
MaNa2kso somehow, my ubuntu server has ll=ls -a19:57
MaNa2kalias ls='ls -a1F'19:58
ravageyes it exists on a server installation i have too19:58
MaNa2k*ll19:58
ravagei may have just tinkered with my local file19:58
MaNa2kravage: so it all my package downloads going to be installed here =19:59
MaNa2k?19:59
MaNa2ksorry for noob queitsions19:59
ravageno19:59
MaNa2kim asking since .dotnet is there which i installed some days ago19:59
ravagethe /root directory is just the home directory of the root user19:59
MaNa2kmhm20:00
ravagethat are config file of software you run as root20:00
ravagenot the software itself20:00
MaNa2koki20:00
ravagehttps://linuxhandbook.com/linux-directory-structure/20:01
MaNa2ktnx20:01
MaNa2ki was thinking of making a dotnet core 6 webapi, and deploy it to my laptop with linux20:07
MaNa2k...make the api in a windows desktop that is. dotnet 6 is suppose to work right out of the box in linux environments as well20:07
MaNa2kany idea how i can deploy stuff from a windows machine to the linux laptop20:08
MaNa2konly the binaries20:08
MaNa2kactually scratch that. would be cooler if i could setip a pipeline in github20:09
MaNa2kto push binaries to my  linux pc20:09
=== anotheryou is now known as adarkeryou
ayjay_tso my systemd-network-wait-online.service is hagning up, which i believe has something to do with a .network or .netdev file (re my research in the man)21:22
ayjay_tbut there's a ton and i'm not sure how to maybe see which "interface link" is hurting21:23
ayjay_tmight have to start using the forums21:31
rfmayjay_t, networkd or NetworkManager (basically, ubuntu server or ubuntu desktop?)  if networkd, "networkctl list" might show which link is haning21:33
cbreakso, I installed 23.10, and it seems to have mostly worked, but I got errors regarding configuring network-manager21:42
cbreakin particular, dpkg --configure network-manager spits out errors about not finding a connection profile21:42
cbreakhow can I find out what exactly this configure script tries to do?21:42
cbreakI'm using netplan with the networkmanager renderer21:42
bray90820How would I upgrade ubuntu wigh an ISO?22:00
cbreakrm  /etc/NetworkManager/system-connections/NetworkManager-USRP fixed my problem... I think :)22:00
bray90820*With22:00
ravagebray90820: you dont.22:09
bray90820ravage: WHy not22:10
ravagebecause there is no such option22:10
bray90820Ok22:10
bray90820Currently would "do-release-upgrade -d" upgrade me to 23.1022:11
ravageyes it would22:11
bray90820The stable release?22:11
ravageyes. but there may be bugs22:12
cbreakI just did that, and I got 23.10... no idea which subversion22:12
ravageso on your own risk22:12
cbreakminor problems with network manager22:12
cbreakand maybe more I haven't found yet22:12
bray90820Thanks22:12
ravagethere are some open bugs with grub upgrade and strange language switches22:12
bray90820I only use english so that's not a problem for me22:14
cbreakhmm... one of my steam games doesn't seem to work... weird22:14
Frankeyhi22:14
explodesHoly smokes how can i just see the dang folders I shared to Everyone read/write from Windows 10?23:10
explodes"Windows Network" folder is empty23:11
explodesnvm connecting w/ ip worked in the box : smb://192.168.FOO.BAR23:12
explodesWait, how to open it as a guest?23:12
taylanIs it normal that unattended-upgrades is using a lot of CPU resources?23:19
mybalzitchtaylan: it is if its installing updates23:19
taylanAnd my syslog is full of "The maximum number of pending replies for ... has been reached" with reference to "/usr/share/unattended-upgrades/un"?23:19
taylantrying to figure out whether it's actually installing anything.  I install updates manually relatively frequently.23:20
taylanholy hell, these log messages have been repeating non-stop since 9 hours23:24
taylanI think it got stuck in a loop or something23:24
taylanhow can I tell if it's actually doing anything meaningful?23:25
taylanIt will populate /var/log/dpkg.log if it installs something, yes?23:26
=== Vercas8 is now known as Vercas

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