[00:38] Does anyone here have experience with seamlessly mounting SMB shares using ntlmssp on recent Ubuntu Desktop ? [00:41] I wish to have a common mount point for all users logged in (Like when mapping network drives on Windows) (multiuser?)), but I can only get pam_cifscreds to store credentials when logging in using SSH not via when logging via the desktop. [00:43] i think you want NTLMv2 .. https://superuser.com/questions/1377726/windows-7-ntlm-not-authenticating-properly-with-ubuntu-18-04 [00:49] orkid: thx for your reply, but I don't think that link is relevant here. Also ntlmssp is NTLMv2. I have no problem mouting with sec=ntlmssp and manually providing my credentials. [00:54] how can i mount a FAT32 usb stick *not* read only ? [00:56] from the command line, you can use udisksctl mount -b /dev/yourusbdrive [00:57] but if it mounts read only by default, there's a reason for it. Usually a damaged file system [00:57] and i found a topic here on the askubuntu about it: https://askubuntu.com/questions/251206/mount-usb-drive-with-write-permissions-for-everyone-or-specific-user [00:57] yeah, that thing happened to me once. [00:58] with an old floppy disk lol [00:59] i have 2 floppy disks stored on a tiny box on one of my drawers. [00:59] i'm thinking abut making a floppy disk collection, though. === M4he is now known as mahe [01:27] I'm trying to run a few commands are boot and I'm not sure how. On most systems there is an /etc/rc.local but I'm reading that it has to be enabled, but its giving me a lot of lip service here. [01:27] at boot* [01:28] Perhaps I will just let Cron handle this. [01:34] bundtcake: @reboot in the crontab file is a simple and easy way to go [01:35] how do I list zombie processes at the command line? [01:37] jpmh: - ps aux | grep 'Z' - >> - pstree -p -s -. [01:44] Bashing-om: I have "top" telling me that there is 1 zombie . I had already tried 'ps aux|grep -i defunct' and also 'ps -aux |grep Z' and neither show anything other than my actual grepcommand [01:44] jpmh: pmisc package has killall command if you need it. (at least I think with this distro) [01:45] tomreyn, I have plenty of free diskspace, just not in /boot. The Update I am trying to run needs 141M in /boot to run, I only have 134M available. So I cleaned up old images using sudo apt autoremove --purge per Ubuntu KB. I am still stuck at 134M of freespace in /boot and this security update will not run. [01:45] bundtcake: r u suggesting that for my zombie? If so, the issue I really have is I want to know what process I have that is leaving the zombie. I am generally VERY careful to avoid creating them [01:48] jpmh: Sorry - if ps does not see it, I do not know what else to advise :( [01:49] and since ps aux has been suggested - can someone remind me WHY am I doinf aux - the man page does nottell me and I guess itis just muscle memory after 30 years of *nix that causes me to do it [01:49] Bashing-om: ty - yep - it is weird [01:49] try " ps -elf | grep Z " instead [01:49] aux might not list the stat field [01:50] SysGhost: the header for the aux does show a stat and I do see the stat I expect for all ptocesses listed [01:50] okay [01:51] I just have my lszombies alias set to that [01:51] SysGhost: I hope I never get to a point where zombies are common enough that I need that, :) [01:53] so, can someone remind me what the aux swicth, without the - (minus) is doing [01:53] jpmh man ps [01:53] the manage tells me that -aux and aux are not the same [01:54] bundtcake: I did look at man and as I say, it warns me that they are not the samebut does not otherwise mention ps aux [01:54] jpmh: it looks like a formality that other shells would not interpret equally. [01:55] bundtcake: but what does it actually do. I have been typing it for so long that that is what I do, but I don't rememmber why and man does not help me [01:56] jpmh: it does option a, u, and x on the ps command [01:56] bundtcake: and remember it specifically says that aux and -aux are different [01:57] jpmh: says it has to do with bsd syntax down in the examples. [01:58] jpmh: the thing about bsd is that its very precise with standards compliance what with originating in a lab and all. [01:58] bundtcake: so r u saying that they DO operate the same and they are just elling me in the man page that I should be doing the -ux method? [01:59] jpmh: its basically PRNDL or manual far as I can tell. [02:02] jpmh: like on my system I use several shells, dash, bash, zsh, and if you want things to run smoothly you adopt a formal approach to things. [02:25] hello [02:25] welcome tri [02:35] for those who attempted to help me with the zombie issue. TY so much. I have resolved it. The problem is/was xscreensaver is creating zombies and then reaping them. So, they are there when I do top and gne by the time I do the ps [02:41] jpmh: \o/ - Good that you come back and tell :D [02:43] Bashing-om: well, just in case anyone ver looks through the archives. Now I need to look at the xscreensaver and find why it is not reapng it's children a little quicker. Mainly though I am relieved that it is not my code that is bad [03:04] hello, i'm trying to figure out why including algorithm on clang with C++20 gives me an extremely weird error ( https://pastebin.com/94YKPVfj ) on 21.10 and i have no idea where to start [03:04] my bad, https://paste.ubuntu.com/p/DWyQ82P6XW/ [03:06] i'm pretty sure it's a bug but i'm not sure if i should file it against clang or libstdc++-10-dev [05:43] hi, I installed ubuntu server for raspberry pi 64bit on my raspberry pi 4 4GB a few hours ago, and despite waiting and using a keyboard or ssh I cannot log in [05:43] this is with ubuntu server 21.04 [05:43] I'm using username: ubuntu and password is also ubuntu as per everything I've read [05:53] gonna try reformatting the microsd [05:56] NuclearMonster: I did a Pasbian lite a few days ago and had the same issue Stalled while resizing sdcard so I rewote the card and then used gparted to resize the second partition to the full size of the SD then I booted and worked fine [05:56] Raspbian lite [05:57] there's t his warning about cloud-init on this page https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#4-boot-ubuntu-server [05:57] lucky it's there or I wouldn't have known about that variable someone threw into the works [05:59] toddc: huh, I'll have to check out resizing the partition, maybe it's the imager that is broken [05:59] how do i send a file [05:59] like a paste or share a file with another person\ [05:59] locally or remote [05:59] share a file with another person [06:00] on here [06:00] I like https://wetransfer.com [06:00] well "like" [06:00] it is a functional web app [06:00] i see a button on here that says send file [06:01] are you using a web irc client or something [06:01] !paste | Dude42 2- [06:01] Dude42 2-: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [06:01] im using xchat [06:01] xchat will probably just use the old dcc protocol [06:01] I have not used that I usually use https://pastebin.ubuntu.com/ [06:02] which most other irc users can't use [06:02] great [06:02] use one of the services linked above [06:02] if you want to keep the file somehwat private, use dropbox or something [06:04] no ones using xchat in here [06:04] do you just want to send a file to a random person [06:04] maybe a pic file to a person [06:04] yeah if you want to send bad things to people you'll probably get banned [06:05] no not a bad pic [06:05] and dcc won't work because nobody has anything set up to use it in 2021 [06:05] doesn't matter that it's xchat [06:06] wow I reformated and this time I could log in [06:06] thanks cloud init [06:08] NuclearMonster: as long as It works who cares how you got there!! [06:09] :) [06:32] hi people, general package maint question: [06:33] is there an easy way to list all installed packages and their respective sources (main, universe, restricted or multiverse) ? [06:33] this doesn't get stored on dpkg db, AFAIK === audiocat is now known as audioburn === audioburn is now known as audiocat [08:54] Hey, how can I use the remote desktop feature of ubuntu, but still keep it encrypted, and connect with it from a windows machine [08:55] the one included in gnome isn't compatibile with: tightvnc, ultravnc, vncviewer; does it work with anything but tigervnc? [08:55] which is a linux only software which I would have to port on their desktop to windows or something === Tanuki is now known as raccoon_dog [08:56] kubast2: a lot of users use remmina now for remote desktop [08:56] there's a remote desktop feature/screen sharing feature that uses tls+password+vnc apparently; huh [08:56] isn't remmina rdp only? [08:56] I did use freexrdp because I had some issues back in 2018 with it in my uni, but other than that I think it got better [08:57] kubast2: be careful with vnc products these days its a potential security risk to use, the protocol/ports gets hammered bad [08:57] oh supports even spice I see [08:57] lotuspsychje I don't share my computer to a wider network, but yeah there's no saying what other apps do [08:57] kubast2: another popular way, is ssh, ssh X or tunnel vnc with ssh [08:57] !vnc [08:57] VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [08:58] yeah I am over wifi need to connect locally, I left the power hungry computer upstairs in my office and sit downstairs otherwise [08:58] kubast2: remote support for short jobs, you could try teamviewer, but not reccomended to leave on 24/7 neither [08:59] I recall using remmina with vnc over ssh [09:00] I did try X2GO once but it wasn't viable for local networks [09:00] I don't remember how badly/well vnc worked really [09:02] I might setup livestreaming over https via ssh, and then setup kde connect to get remote control, but then I need to find a way to remote control over a desktop [09:02] hmmm [09:02] because kde connect works from phones control [09:02] and it is low enough latency for mouse+keyboard access [09:03] I would guess x264/vp9 compression and decompression should work well [09:04] fuck it there's no way, and using teamviwer to roundrtip to teamviewer servers is too insane === EriC^ is now known as EriC^^ [09:30] !ping [09:30] pong! === jadijadi is now known as jadi === denningsrogue2 is now known as denningsrogue [10:00] I am troubleshooting something here, and I hope someone here can help me. I have a PC without any OS installed. It has 3 disks in it, and I have a reason to believe that GRUB 2 is installed on one of the disks where there should be none because it's only used for storage. [10:01] I would like to inspect that disk to see if GRUB 2 does exist on it, and if so have it removed without destroying the user data on there. What kind of tools would I need for this? Can it be done from a Ubuntu Live USB? [10:03] I used to have both Ubuntu and Windows on this PC at one point. Then at some point, something went wrong and I ended up with one or two GRUB instances, one of which is in a completely wrong place (wrong disk). [10:14] Stuff like this you would use a live image yes [10:27] OK. Is it possible to remove GRUB from the wrong disk without affecting my files on it? [10:28] I will not need it for booting anything since I don't have any OS at the moment. I just want to remove it so I have a clean slate then I will do a fresh installation. === Pryka1 is now known as Pryka [11:21] Hi there [11:21] Let's see if anyone can help me [11:22] Whenever I try sudo apt update I get this: Err:9 https://deb.torproject.org/torproject.org focal InReleaseTemporary failure resolving 'deb.torproject.org' [11:33] Guest35: the first thing would probably be to see your /etc/apt/sources.list [11:34] deb [arch=amd64] https://deb.torproject.org/torproject.org focal main [11:34] This was the only line existing [11:34] Then I tried this: https://support.torproject.org/apt/tor-deb-repo/ [11:35] But I'm unable to save the file (no root privileges idk why) [11:38] I would have reinstalled Ubuntu, but the prob is that I did it several times 10 days ago and the problem with Tor was appearing on and on [11:38] even in different laptops, my Ubuntu 20 couldnt even access torproject.org [11:39] Last week someone helped me solve that prob in Github but something seems to be missing [11:39] you can't run apt update as far as I know without root [11:40] Guest35 have you tried changing dns servers? it sounds like an issue with resolving deb.torproject.org [11:40] yes I do sudo apt update with the above result [11:40] Guest35: if you do $ sudo vim /etc/apt/sources.list [11:40] or whatever your editor, you will be able to save changes [11:40] tango uniform I changed them in wifi settings, then I went back to auto [11:41] sudo: vim: command not found [11:41] use nano if you haven't learned vim [11:42] ok it gave a lot of info [11:42] oh, have you tried visiting https://deb.torproject.org/torproject.org/ in the browser? [11:45] apt is complaining about network, so we can try to figure out if it's an apt problem or a network problem [11:46] ok how? [11:46] visit the said URL in your web browser [11:46] How do I check it? [11:46] done [11:46] did it work? [11:46] yes [11:46] I reach that site [11:47] try: ping deb.torproject.org [11:47] does that get replies ? [11:48] This one: ping: deb.torproject.org: Temporary failure in name resolution [11:48] aha [11:48] so your network serup is messed up on the cmdline [11:48] do you use a proxy server for your browser ? [11:48] maybe the web browser is using DNS over https [11:48] since some are doing that by default now [11:48] ah, or that newfangled thing, yeah 🙂 [11:48] I dont use a router but my hotspot phone [11:49] i'm using adguard dns 94.140.14.14 and it's resolving fine for me [11:49] Tango: last week everybody suggested me to set up DNS over HTTPS [11:50] you mean for system or browser? [11:50] browser [11:50] in the newer firefoxes, i think it's set by default now [11:50] not sure about chromiums [11:51] either way, you will need a proper DNS setup for the system [11:51] I do use Firefox n Tor [11:51] Ogra, how do I change it? [11:52] what dns resolver is the default in ubuntu? i use systemd-resolved [11:52] no idea how you changed it in the first place ... normally your hotspot should have provided you the settings automatically [11:52] ubuntu does too ... [11:52] and then it depends ... CLI installs use netplan to set it up, desktop installs network-manager [11:55] Well it seems I have the right one according to this site: https://askubuntu.com/questions/1244860/dns-issues-after-upgrading-to-20-04 [11:55] nameserver 127.0.0.53 [11:55] sounds like resolved [11:56] $ ping -c 2 127.0.0.53 [11:56] PING 127.0.0.53 (127.0.0.53) 56(84) bytes of data. [11:56] 64 bytes from 127.0.0.53: icmp_seq=1 ttl=64 time=0.076 ms [11:56] 64 bytes from 127.0.0.53: icmp_seq=2 ttl=64 time=0.051 ms [11:56] --- 127.0.0.53 ping statistics --- [11:56] 2 packets transmitted, 2 received, 0% packet loss, time 1030ms [11:57] you can change the config through /etc/systemd/resolved.conf, though i have problems with network manager overriding if i don't explicitly set "don't obtain dns info" for every single individual connection profile [11:57] well, you should better use network-manager to not end up with a non-default config [11:58] else people supporting you in the furture will have a hard time [11:59] i'm still using network manager, i just have to tell it to behave [11:59] Guest35, and 127.0.0.X address just points to yourself ... indeed you can ping your own PC from your own PC [12:00] Cueball, more interesting is where the dns on your local PC points to that you contact through 127.0.0.53 ... [12:00] Guest35, try: resolvectl status | grep "Current DNS" [12:00] oops, sorry Cueball, that wasn't addressed to you [12:00] resolvectl status | grep "Current DNS" [12:00] Current DNS Server: 192.168.43.113 [12:01] so that points to some device on your LAN [12:01] can you check on your phone if that is the IP of your hotspot ? [12:01] Idk, it is the same number I got in my WIFI settings info [12:01] oh, does *any* address resolve? `dig duckduckgo.com` [12:01] hello to all [12:02] after changing my ssh port i cannot access ssh using ubuntu on my vps [12:03] Guest35 after looking through what we've discussed, it looks like we haven't determined if your system DNS is working at all, so try that [12:03] The IP address on my phone is 192.168.43.99 [12:08] https://paste.ubuntu.com/p/pkypF623kq/ [12:09] after dig duckduckgo.com [12:09] looks like dns is working [12:10] can you show me `resolvectl`? [12:11] https://paste.ubuntu.com/p/VdHSTvDCgc/ [12:16] Guest35 have you tried changing the dns server setting to a different one? [12:17] through network manager, you can try changing it to 94.140.14.14, that's what i'm using and it resolves, maybe it'll work for you [12:17] I tried last week using something I found on forums: 127.0.0.1; but It was even worse as Ubnuntu soppet uptades [12:17] *stopped [12:18] (I only changed it in WIFI settings) [12:18] that's just localhost and not at the local resolver, so that will break it, try the one i said === Chunkyz-RPi is now known as iAMASP4rk3y === iAMASP4rk3y is now known as jailbreak [12:20] Im reading lots of issues with Network Manager in Ubuntu Software [12:20] But I cna try [12:20] *can [12:21] It does not launch [12:22] Does it show an error? Do you get a notification? [12:23] Guest35: use google ones 8.8.8.8 and 8.8.4.4 [12:24] Should I set DNS settings to Manual and enter those numbers? [12:24] Guest35: yes [12:25] ok [12:26] Guest35: like '8.8.8.8 ; 8.8.4.4' [12:26] done [12:26] ok [12:27] same error: Err:16 https://deb.torproject.org/torproject.org focal InRelease [12:27] Temporary failure resolving 'deb.torproject.org' [12:28] Guest35 do you use tor settings for your browser [12:29] Idk what you mean [12:29] this is an apt error ledeni [12:29] so nothing to do with DNS? [12:29] sorry, that's not what i mean [12:30] If a reinstall could solve the issue, I'd rather do it instead of wasting your time [12:30] i meant they're having an apt issue not a browser issue, we already figure out that browser can resolve the address so it must be using DNS over HTTPS or something [12:30] this is the support channel, there's no rules against using support channel for support :) [12:30] My TorBrowser works, my Firefox too [12:36] How do I create an account in here? [12:37] Guest35, https://libera.chat/guides/registration [12:38] thx I bet Imma disturb you lot xD [12:38] Guest35: one question did you ever have apt update working? [12:38] It works fine unless for the de.torproject.org stuff [12:39] *deb === Guest35 is now known as Fosko [12:54] Guest35: can you give cat /etc/apt/sources.list | nc termbin.com 9999 [13:01] It gives back: https://termbin.com/ilmr [13:04] Fosko: you are Guest35 ? [13:07] yes [13:09] Fosko: ok you need add ' https://deb.torproject.org/torproject.org focal InRelease' to sources.list [13:11] Its what Im trying to do, but when I add this line to the tor file it says that I have no permission to save that file [13:11] Any way to do it from terminal? [13:16] I already had this line in my sources list : deb [arch=amd64] https://deb.torproject.org/torproject.org focal main [13:16] Hi all [13:16] Hola [13:16] Salut [13:16] Ciao [13:16] Hi there [13:16] Fosko: open software & update -- other software -- add ' deb https://deb.torproject.org/torproject.org focal main' [13:17] * Fosko: open software & update -- other software -- add ' https://deb.torproject.org/torproject.org focal main' [13:19] its already there [13:21] I edited from Binary to Source but got the same error after running apt update === Trieste_ is now known as Trieste [13:30] Hi i'm trying to deploy K3s cluster in Vagrant on Ubuntu with curl -sfL https://get.k3s.io | sh - [13:30] and i'm getting bash curl command not found [13:31] how can i install it inside vagrant? === linsux is now known as linrox [13:47] What software can I use to locate the disk where GRUB is installed? I don't have any OS installed now, but I have reason to believe that there is some old GRUB bootloader left over on one or more disk. [13:48] I don't want to repair anything, I just want to get the location of GRUB if it's hiding somewhere, have it removed so I can get a clean slate and then go on with a new OS installation. [13:50] check your disk(s) partitions for uEFI boot [13:57] How do I do that? [13:57] gparted with a live image [13:58] !gparted | Guest888 [13:58] Guest888: gparted is a !GTK/!Gnome !GUI partitioning program. Type « sudo apt-get install gparted » in a console to install it - A GParted "live" CD is available at http://gparted.sourceforge.net/livecd.php [14:05] Ok Gparted is running on Ubuntu live system. How will it look like if GRUB is present on one of the disks? Am I looking for the "/boot/efi" in Partition column? [14:14] Guest888: here's a partially tested shell fragment to do it: https://paste.ubuntu.com/p/dMVF8MjfxH/ [14:15] gparted should be showing mount point on partitions [14:17] I have a AX200 intel wifi card. I'm trying to get it working with 5ghz in AP mode but no luck. Shows no IR when I run iw list. I managed to get it working once on a single channel when reinstalled network manager but no lock since. Any ideas? [14:19] JayDoubleu: what tool are you using to create the AP? [14:20] hostapd [14:21] JayDoubleu: has NM tried to manage that interface or did you disable it from touching the AP interface? [14:21] tried using also nmcli and forcing band=a but this didnt work either [14:21] is it possible to add a ppa on ubuntu live ? [14:21] https://vitux.com/how-to-install-grub-customizer-on-ubuntu/ [14:22] first I uninstalled the nm entirely and that didnt work, then I installed nm and it unlocked few channels so it worked on hostapd but after reboot all channels are in No-IR [14:22] I tried to install Grub Customizer. [14:22] JayDoubleu: that's because you've not set the region / country [14:22] JayDoubleu: does this command show correct country code> iw reg get [14:22] JayDoubleu: what does "iw reg get" report? [14:24] JayDoubleu: I'd guess NM initially helped because it obtained the region code from an AP it connected to as a client and set that in the kernel, which then allowed the device to Initiate Radiation (IR) on the channel set in hostpad (unless you've hostpad configured to do ACS (Automatic Channel Selection - channel=0) [14:25] well now I am on a fresh ubuntu install with network manager enabled. It shows the correct country code [14:25] https://www.irccloud.com/pastebin/yh0oadmf/ [14:25] I can also see few frequencies available for 5ghz [14:25] https://www.irccloud.com/pastebin/YShFZZO0/ [14:26] now how do I make it work with hostapd.. Or is there something better for wifi hotspot in bridge mode that would work with nm [14:28] when I'm trying to make hotspot with band A it returns below [14:28] nmcli device wifi hotspot ifname wls16 ssid "test-ap123" password "123456789" band a [14:28] Error: Connection activation failed: (11) 802.1X supplicant took too long to authenticate. [14:33] What sort of autentication method does you network utilize for 802.1x ? [14:34] no clue, its a fresh ubuntu install [14:34] This is something the network supplies. Not the OS. [14:34] I am trying to create network, not connect to existin gone [14:34] one* [14:35] Why are you using 802.1x then? [14:35] https://en.wikipedia.org/wiki/IEEE_802.1X [14:35] Im not using anything, it throws that by default when running `nmcli device wifi hotspot ifname wls16 ssid "test-ap123" password "123456789" band a` [14:36] JayDoubleu: check the log "journalctl -u NetworkManager -n 50" for last 50 messages [14:37] JayDoubleu: if hostapd service is also active it'll conflict with NM's wpa_supplicant [14:37] at this point now I dont even have hostapd installed. [14:38] This was my attempt to make wifi hotspot with 5gh using network manager [14:39] OK, I thought so, but wasn't sure [14:41] JayDoubleu: will it work with "band g" ? [14:41] band g works fine :| [14:42] it just seems to have issue with 5ghz :/ [14:43] OK, so that suggests the same issues hostapd had - not able to initiate radiation unless it has the correct regulatory code set [14:44] JayDoubleu: have you done/tried "iw reg set GB" first? === EriC^ is now known as EriC^^ [14:50] I have, yes [14:50] how on earth it managed to change to DE now ? [14:50] https://www.irccloud.com/pastebin/xKhKKKK4/ [15:02] so, my laptop just fall off the table and requested a manual fsck. how likely is that the drive is unrecoverable, since fsck is running for 780s already? [15:03] s/unrecoverable/irrecoverable/ [15:05] we deal with facts, so 50%/50% ? [15:07] JayDoubleu: some devices have firmware pre-programmed with a region but I'd think you'd have seen that alreadu if it were the case [15:07] https://i.imgur.com/qFflyl8.jpeg >> one of the many many errors [15:11] apparently after a `fsck /dev/sda5 -y` and a long wait time it is starting to boot, but seems stuck at the boot screen [15:12] PeGaSuS, did you use a live iso for fsck? [15:12] hmm iw reg reload seems to be doing ok with reseting it back to GB [15:12] erm, no? *dies* [15:12] https://help.ubuntu.com/community/FilesystemTroubleshooting [15:13] I don't even remember where I put the damn usb stick [15:13] to try to boot from a live ISO [15:19] this is just amazing. the only USB that I have has Ubuntu server instead a desktop release... [15:23] I have an external drive with Linux Mint (Ubuntu based) installed. is it possible to run `fsck` from there? [15:23] PeGaSuS: How big is the drive? [15:24] PeGaSuS: If it's ext4 it should be fine. [15:25] the internal HDD is around 750Gb. the external drive is partitioned with around 300Gb for Linux Mint and the rest (700Gb) as NTFS === Nokaji_ is now known as Nokaji [15:30] I assume this is a good thing: https://pastebin.groundzero.icu/view/raw/f91c7e60 ? [15:31] or probablly not: https://pastebin.groundzero.icu/view/raw/9e1d99a8 [15:33] after a "fsck.ext4 /dev/sda5 -f -y": https://pastebin.groundzero.icu/view/raw/dde71882 [15:33] brb, rebooting [15:40] https://i.imgur.com/Svgdr5X.jpeg >> I'm stuck. I guess that the drive is irrecoverable [15:47] huh. I'm kinda astonished now. Ubuntu is full of errors. however, Windows (this is a dual boot device) does work [15:51] I guess I spoke too soon though. even Windows seem to have some issues, since I was unable to even login [15:53] I got rid of netplan, configured etc/network/interfaces but on reboot the bridge is missing and it's not being created automatically, what am I missing? [15:53] it reads the network/interfaces correctly, its just not creating the bridge nor adding ports to it [16:08] Helo ! How do I set up my Ubuntu 20.04 LTS with 3D effects and with gelatin windows and mouse effects? [16:11] before I upgrade to 20.04.1-Ubuntu I had a usb video camera that worked, now I am not seeing a dev/video0 device. is there any way to fix this? [16:15] quantum: can you paste the output of lsusb? [16:16] Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub [16:16] Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [16:16] Bus 002 Device 002: ID 0424:5534 Microchip Technology, Inc. (formerly SMSC) Hub [16:16] Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub [16:16] Bus 001 Device 002: ID 0424:2134 Microchip Technology, Inc. (formerly SMSC) Hub [16:16] Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver [16:17] quantum: I meant for you to paste as the topic prescribes [16:18] shadow255, yes, I meant to past the link to pastbin [16:18] sorry [16:18] quantum: so is the webcam a Logitech device? [16:19] no, it is something else. it worked before I upgraded though so I think it is a standard video device [16:19] I used to be able to see the video with: mplayer tv:// -tv driver=v4l2:width=1920:height=1080:device=/dev/video0:fps=60:outfmt=yuy2 -vf screenshot [16:20] quantum: your computer is not listing it the way it should, as far as I can see [16:21] I agree I don't see the usb device listed [16:21] so, does that mean there is some type of usb driver I am missing? [16:22] quantum: try unplugging it, then reconnect and watch for any messages from dmesg after reconnecting [16:23] quantum: we'll see if dmesg gives any clues about device detection [16:24] weird, moved to a different usb port and pluged and unplugged a few times, seem to be working now [16:24] I think it din't like the port on my monitor or something [16:24] quantum: what does lsusb show now? [16:24] hmm, that's a possibility to be explored later :) [16:25] Bus 001 Device 005: ID 0603:8612 Novatek Microelectronics Corp. J1455 [16:25] good to see it working again, you might have something going on with the usb connection from computer to monitor [16:26] going to plug it back in there and see what happens [16:28] seems to work, the device has two modes when it powers up. mass storage and video. I tried mass storage. then power cycled and tried video then it worked. works with the monitor also now [16:28] very strange [16:30] The mass storage likely has Windows drivers on it [16:37] maybe, it can store video on it that you can download I guess. Thanks for the help. Hopefully it will keep working. === Guest2577 is now known as westor [16:48] I just installed refind boot manager, theres 2 s and one (square)0 [16:49] (square)0 worked === R2robot_ is now known as R2robot === x88x88x is now known as x88x88x88x [18:19] hi! one of my focal machines is running into dbus max_connections_per_user. how can I check which program is keeping how many connections open? [18:21] also is there a way to increase the limit in the affected user session, i.e. without ending the session? [18:21] kill your browser and check again? [18:22] no browser is running [18:24] oh, there is dbus-monitor to check those [18:24] !info dbus-monitor focal [18:24] Package dbus-monitor does not exist in focal [18:25] part of dbus-tests i guess [18:26] thanks! [18:28] dbus-monitor reports the messages sent via dbus, but I cannot find how to check which programs use up the connection limit [18:31] seems like stopping murmurd frees enough connections to make bluetooth work again, but that's most probably not the real solution. [18:32] htop -u $USER # shows all processes [18:35] Sven_vB: " dbus-send --system --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.ListNames " [18:38] TJ-, thanks, will try! [18:40] So the next Ubuntu release will have gnome 4? [18:40] GSMarquis, where do you read that? [18:41] TJ-, the user of the affected session only gets "The maximum number of active connections for UID … has been reached". when I sudo, I get an array of strings. some of them have readable names, but most are just string ":1.82". is the 2nd number the process ID? [18:41] Sorry, I was asking not telling. [18:43] nope, looks like most of those numbers from the dbus connection names are not process IDs. [18:43] GSMarquis: new ubuntu releases always have new suprises, we usualy wait until final release [18:43] some wild stories about impish will get 4.1 ... release plan for 41 https://wiki.gnome.org/FortyOne , first alpha is scheduled for July 10 and beta for August 14. i guess it is a too small window [18:44] https://discourse.ubuntu.com/t/impish-indri-release-schedule/18540 [19:09] using my external HDD which already had Xubuntu installed on it, ran "apt update" w/o any errors, and when ran "apt dist-upgrade" i ran into https://pastebin.groundzero.icu/view/511c2143 [19:09] all others packages installed perfectly except for that one [19:24] Sven_vB: this seems to work to identify the biggest user. [19:24] Sven_vB: while read s t; do dbus-send --system --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetConnectionUnixProcessID "string:${t//\"/}" ;done < <(dbus-send --system --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.ListNames | grep string ) | sed 's/uint32//; s/ //g' | sort -n | uniq -c | sort [19:25] Sven_vB: https://paste.ubuntu.com/p/VPBKGCQy9F/ [19:38] PeGaSuS: what does 'df /boot/efi' give? [19:39] EriC^: /dev/sda2 200850388 35932536 154645560 19% / [19:40] PeGaSuS: can you type 'sudo parted -ls | nc termbin.com 9999' and paste the link it gives you back here? [19:41] TJ-, for the affected user it just gives the error from above. when I run it as root, it prins nothing, just runs about forever. when I remove the part behind <(…), it prints uint32 lines, seemingly forever. [19:41] EriC^: https://termbin.com/q5qpk ; before we continue much further, this laptop fall from a table and asked for a fsck and that's why I'm booting from the external drive though (if this helps to clean up something) [19:42] Hi! I got an error when running apg-get remove, like below: [19:42] Error loading services. [19:42] dpkg: error processing package samba-common-bin (--configure): [19:42] installed samba-common-bin package post-installation script subprocess returned error exit status 1 [19:42] Errors were encountered while processing: [19:42] samba-common-bin [19:42] meagain: use a pastebin next time pls and post the url instead [19:43] PeGaSuS: type 'sudo apt-get purge grub-efi-amd64-signed' [19:44] EriC^: done [19:44] PeGaSuS: then type 'dpkg -l | grep grub | nc termbin.com 9999' [19:44] EriC^: https://termbin.com/bq9t [19:45] PeGaSuS: also type 'sudo apt-get purge grub-efi-amd64-bin' [19:45] Sven_vB: those lines are the process IDs [19:46] EriC^: done [19:46] PeGaSuS: try 'sudo apt-get dist-upgrade' again [19:49] EriC^: https://paste.ubuntu.com/p/x6WcSQ2nKt/ [19:49] PeGaSuS: looks good [19:50] TJ-, oh, I see, it scans continuously [19:50] TJ-, thanks! [19:50] EriC^: thanks! all seems to work as expected now [19:50] Sven_vB: well without the < < () it will - that sends it a set of lines [19:51] just wondering what might lead to this issue.. [19:51] Sven_vB: the part inside the while read is getting the PID for each dbus session [19:52] Sven_vB: if you tag " | wc -l" on the end it'll report the number of lines read. My user shows that as 56 on desktop [19:52] PeGaSuS: no problem, the issue was somehow the efi packages were installed but you're not using efi, no idea how they got there though, if you really want to know you could investigate the /var/log/apt/history.log* to see how they got installed, it could be also the installer [19:53] Sven_vB: but if dbus is reporting an abort and won't iterate all the connections, or is simply failing to connect to the bus because all connections are in use... that's a problem! === Alabalistic__ is now known as Alabalistic === ghostcube_ is now known as ghostcube [21:29] Hi. I've got *really* slow boot times on 21.04. [21:30] Sometimes up to 5 minutes before userspace [21:30] > Startup finished in 4.350s (firmware) + 15.078s (loader) + 21.794s (kernel) + 2min 51.187s (userspace) = 3min 32.411s graphical.target reached after 2min 51.086s in userspace [21:31] critical chain doesnt seem to show anything I know how to fix [21:31] systemd-journal-flush.service @9.473s +58.564s 1 minute to flush journals?? wtf [21:32] journalctl logs look ok [21:32] > badboyhalocat@bbhc-laptop:~$ journalctl --verify [21:32] PASS: /var/log/journal/d845e915a97d4bdeb0c397d415600fd9/system.journal [21:32] PASS: /var/log/journal/d845e915a97d4bdeb0c397d415600fd9/user-1000.journal [21:33] not really sure where to start [21:33] here's the full critical chain [21:33] The time when unit became active or started is printed after the "@" character. [21:33] The time the unit took to start is printed after the "+" character. [21:33] graphical.target @2min 51.086s [21:33] └─multi-user.target @2min 51.085s [21:33] └─postfix.service @1min 55.186s +1ms [21:34] !paste | BadBoyHaloCat When you come back out of the quiet - [21:34] BadBoyHaloCat When you come back out of the quiet -: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [21:34] Oh, sorry [21:35] https://paste.ubuntu.com/p/8DhfhvmBw7/ is my critical chain [21:38] I'm on up-to-date 21.04 kernel version 5.11.0-20-generic x86_64 [21:39] I am on the -proposed branch but that shouldn't change things (?) [21:39] Could it just be crud collecting over the year of this system's use? [21:42] BadBoyHaloCat: Server ? and what services are you serviceing ? [21:42] not a server, a personal machine [21:42] I don't think I need postfix and I don't see anything depending on it so I'll try removing it and that'll save some time [21:44] It's a spinning-rust drive, so I've been having issues post-boot for about 10 mins where I/O is maxed [21:44] This makes me want an SSD now [21:48] hey. ubuntu is debian based, right? [21:48] Yes [21:48] sv, correct. hence why dpkg etc are used. [21:49] does the current version support all my printers, cameras, capturing cards, micr and keybosrs etc? [21:50] sv, depends on that hardware and which release [21:50] cameras/capt cards/mics/kboards should work in any release [21:50] printers it depends [21:50] *most cameras[...]\ [21:51] not had much luck with *printing to* CUPS printers (everything I can find is on installing a CUPS *server*, not *client*) [21:52] does the gnu kernel support native usb re-routing to a virtul machine so i can run the devices that are not supported in a vm at leastß [21:52] that my friend, is a bummer. [21:52] sv, the *GNU* kernel? or the Linux kernel? [21:53] virtualbox gives an option usb pass through AFAIK [21:54] linux is around for over 20 years and canon das not provide drivers for it. like wtf? fuck them. it a broomstick. i assume iwill be get kicked after this message so thanks for the hints guys. [21:54] maybe KVM too.. [21:54] canon .. lide? [21:54] not all lide's are supported, indeed [21:54] canon pixma. === 029AAAOZE is now known as gsker [21:55] I have used "clipit" for clipboard manager for a few years. Now the hotkeys are not working. Are there any better software for this? Btw I am usinc cinnamon. [21:55] i use the scanner from my hp deskjet mfp. [21:56] Aavar: daw? [21:58] sv: was that a bad joke? [21:58] digital audio station at first i thought u were serious but now i know you are not [21:59] workstation* [21:59] use something like ndiswrapper can work if you have to. [21:59] sv: Are you writing to someone else? [22:00] no. i explained to you the common abbreviation. [22:01] sv: fu [22:02] you got problems? [22:03] like you come here, pretending to be a musician and don't even know the most basic abbrevition. [22:03] sv: What in the world are you talking about music? [22:03] also, what about profanity, you little gimp. [22:04] sv, that has to be the wrong person [22:04] Aavar said "I have used "clipit" for clipboard manager for a few years. Now the hotkeys are not working. Are there any better software for this? Btw I am usinc cinnamon." [22:04] yes it does ;) [22:04] Did you mean oerheks? [22:05] * Aavar thinks sv is high... [22:05] so what [22:05] (still reaading backlog) [22:06] i smoke heroin and meth on a daily basis and i own a porsche 911 gt2. [22:06] just to make you a little envy [22:06] I really don't envy any of that ;) [22:07] oh wow. [22:07] i really ned to quit. [22:07] i can't find the message i replied to. [22:07] !ops [22:07] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu [22:08] Aavar: sorry dude. no harm intended. [22:08] *sigh* [22:08] srong bra? [22:09] sv: To quit, please type /quit in the chat window... [22:10] so you want to forcefully escalate this? [22:10] i said i'm sorry, i mixed something up. [22:10] now stop the hate and jstfu [22:11] sv: You said you needed to quit ;) [22:11] drugs. [22:11] i obviously read something that is not there. [22:12] it could also be an outbreak of schizophrnia paranoida [22:12] :D [22:12] Aavar: have you tried diodon? That's what listed in the package info: Diodon is a replacement for ClipIt, which is no longer supported. [22:13] I have not tried it -- I just noticed it in the description. [22:14] gsker: I'll try that. I think that is what I used on a different system before. THank you for reminding me :) [22:14] NP! [22:16] - [22:16] Hmmm. The hotkey settings for diodon say "Please register custom shortcut with your desktop environment. Use /usr/bin/diodon as command. Huh.... [22:16] is there any way in ubuntu to get netflix display 4k content? [22:17] Does it not? [22:17] i dont know. thats why i'm askinr. [22:21] I got fresh installation of 21.04 and random services crashes randomly after boot "system problem detected", what should I do to have stable system? [22:22] Diodon worked great. THank you again gsker [22:29] Aavar -- nice! === sh91 is now known as sh9