[00:05] did you read the losetup man page? [00:05] it suggests running "losetup --find --show ~/file.img" where ~/file.img would be the image file [00:06] Is it possible that 2 concurrent dd if=f.img of=<2 different devices> interfer between each other? [00:07] AlexPortable: ...it would then print the loop devices which have been setup. you could then try running fsck (or e2fsck for an ext* file system) against those. [00:07] forgot the offset, got it mounted now [00:07] all files are there [00:08] courrier: what do you mean by "of=<2 different devices>"? [00:08] oh you ran dd twice, and thus created two images [00:09] the opposite, I copied the same image on two different USB sticks [00:09] but they appear to be both not working [00:09] gparted sees no partition on them [00:09] I first copied 1 stick successfully [00:10] you could do the same as alex, losetup the image and inspec its contents [00:10] Let's hope the explanation is that I can't copy twice at the same time [00:10] there's no reason why you couldn't do two concurrent writes [00:33] Where is the content of the Applications menu (gnome-panel menu) stored? I want to edit them directly via dconf or something, but I can't figure out where the configuration is kept [00:33] I found the panel itself in dconf but it doesn't list the Applications menu [00:36] /usr/share/applications/ [00:36] and ~/.local/share/applications/ [00:38] ,desktop is specified by freedesktop.org [00:42] What about the listing itself within the Applications menu? [00:42] The applications that are enabled/disabled, the folders, etc [00:45] it's ~/.config/menus/gnome-applications.menu [00:51] hmm, that's not quite it [00:51] the thing is, Libre Office - Math is in the Science category but I want to move it to the Office category [00:51] I though there'd be a way to move it [00:51] failing that, I thought there'd be some XML somewhere I could edit to move it [01:05] hi, on lubuntu 18.04 LTS, if I'm having driver issues, can I download some driver from the internet somewhere, boot lubuntu with no internet, and then run the driver(s) from a separate USB stick? [01:24] howdy! can someone help me figure out why i can't ssh into my ubuntu box? sshd is running (also apache) and i can connect via `ssh localhost` but not `ssh ` (port 22 is forwarded on the router), and i don't have ufw enabled, but this was working fine, before i enabled ufw, i added `ufw allow ssh` but that blocked ssh, so i disabled ufw, and now it's STILL blocking ssh [01:36] it was working before you enabled ufw? [02:13] lonelobo: correct. then i figured, for better security, i should block all other ports, so i enabled ufw (with 22 allowed), then suddenly ssh connections were getting blocked, so i was like, wtf...so i disabled ufw -- and they are still blocked [02:14] was working fine, enabled ufw, stopped working, disabled ufw, still not working? [02:15] i found something new, it actually sort of works - but only one ssh connection at a time [02:15] thorie_: strange [02:15] if i disconnect one session, i can login again but only max 1 connection [02:15] can you have a session connected to localhost and a session connected to ext_ip or only a single connection at all? [02:16] localhost many is OK, ext_ip only single [02:17] could be this stupid home AT&T router/modem with a broken port forwarding software? :/ [02:18] not sure how i could test that, maybe i'll need to bring my server somewhere else [02:18] you could test that possibly by using a software firewall and putting the ubuntu box in the DMZ, if you can, but that's risky [02:18] i didn't see any DMZ mode on the AT&T router configs [02:19] oh well, as long as i can get 1 connection that's fine for now i guess === zbenjamin is now known as Guest42543 === zbenjamin_ is now known as zbenjamin [02:20] I don't think it would make any difference but I recently ran into issues with iptables coming into play, much different scenario but maybe worth checking? [02:20] I'm not a linux expert at all so I don't know what necessarily to recommend [02:26] no problem, thanks lonelobo [02:28] thorie_: no problem. maybe do a 'sudo iptables -L' just to check and make sure you see ssh in the list? Sorry I couldn't be of more help [03:10] is there a way to install chromium not as a snap in 19.10? The snap is abysmally slow [03:10] (Besides building from source, though I may resort to that) [03:16] wangledorf: doesn't apt install chromium-browser work? [03:20] *sigh* yep lol [03:20] All the sudden, my laptop stopped displaying to my television. I don't even have the option in Nvidia to mirror or extend displays or even anything that shows the TV being connected. How would I go about troubleshooting this? It was working for months. Can't really pinpoint when it stopped working. Ubuntu 18.04.1 [03:21] I just uninstalled the snap and installed from apt, much better. thanks! [03:22] PulseAudio says that it is unplugged? Hrmm, that's interesting. [03:23] hello, is there a simple command line tool (maybe ncurses) to choose and connect to wifi networks? [03:27] mrsideways: https://askubuntu.com/a/970641 [03:27] thanks thorie_ [03:28] Np wangledorf . BTW, I often have trouble finding a package name (like I'll try chromium instead of chromium-browser). To search the packages, I do "apt-cache search somename" and it usually finds what I want. [03:31] Hi guys. This answer tells me to add nouveau.modeset=0 at the end of the linux line. Do I add it even after the triple-dashes? [03:31] or before the triple-dashes? [03:32] i put it before [03:32] and that works [03:33] wangledorf: Be aware however that in 19.10 the snap for chromium-browser will be installed from "apt" :( [03:35] mrsideways: Wicd is another option [03:35] wicd has a console mode? [03:35] i never knew [03:36] yeah, wicd-cli and wicd-curses [03:36] cool, thanks [04:00] Seemed to have fixed my display issue by upgrading nvidia-driver-390 to 435. Not sure why it stopped working, but oh well. It's working now. [05:10] Is it possible to see all processes being initialized during bootup rather than showing a ubuntu maroon screen? [05:14] I was trying to display boot messages when starting ubuntu linux. [05:14] quarterback: remove "quiet splash" from the /etc/default/grub config file. [05:15] Bashing-om, Yes, thanks. [05:15] rebooting, brb [05:16] quarterback: Reminder: Always make a backup prior to editing:) [05:30] Hey! [05:32] I just stopped in and got that information about removing "quiet splash" i'm backing up now. [05:33] panorain: "Safety is no accident" :D [05:33] Thank You for that reminder about backing up also. [05:33] :] [05:34] Ahh removed (quiet splash) but left the quotes - "" that is what I perceive to be correct. [05:36] panorain: correct - the quotes left is required. [05:37] Thanks. [05:48] Hi [05:48] Hey [05:48] How do I install ubuntu in virtualbox ? [05:49] Is there a tutorial ? [05:49] How to diplay grub boot messages entirely in graphical mode so that there is no blank screen when switching from text to graphical mode? [05:51] This seems like a defect in debian and ubuntu distros. [05:53] quarterback: Bootparameters " systemd.unit=multi-user.target ": and " systemctl set-default graphical" . [05:53] Coder73480, you download the iso. start a new vm and select the ubuntu iso as install media. the ui is pretty straight forward [05:53] but im sure theres plenty of guides on youtube or whatever [05:53] Bashing-om, Where to set that? [05:54] What about settings like ram and processor core etc [05:54] quarterback: systemd.unit=multi-user.targetis a grub boot thing . [05:55] Bashing-om, I dont find systemd in grub [05:56] Bashing-om, Do I have to add these two lines? [05:56] Bashing-om, Do I have to add these two lines in grub? [05:56] quarterback: You wont as "systemd" is a kernel thing. Once the system is booted, however, systemctl set-default graphical will start the GUI. [05:57] Bashing-om, Where to set systemd.unit=multi-user.target ? [05:59] quarterback: Boot to the grub menu - 'e' key for edit mode and inthe linux line replace quiet splash >> ctl+x to continue the boot process to TTY. [05:59] Bashing-om, I had executed the second line as sudo [05:59] Bashing-om, I edited grub and updated with sudo update grub2 [06:00] quarterback: GRUB_CMDLINE_LINUX_DEFAULT="" ?? [06:01] Bashing-om, What do write in GRUB_CMDLINE_LINUX_DEFAULT= [06:01] quarterback: The command is 'sudo update-grub' in ubuntu. [06:02] Bashing-om, I removed quiet splash in that line. [06:02] quarterback: just the quotes. [06:03] Bashing-om, Yes, after this, I uncommented GRUB_GFXMODE=640x480 [06:03] This is in grub file. [06:04] Let me reboot to check. [06:04] quarterback: MBR partitioning ? grub supports lots of resolutions. grubs command vbeinfo will tell. [06:05] Does one have to perform "sudo update-grub" after a modification to the grub file such as removing (quiet splash) entry? [06:05] I meant- Should one perform? [06:06] panorain: Yeah I did forget to mention :) it propagates the change to the operating system. [06:07] Bashing-om, No problem. If one does not (update-grub) the change will not take place until perhaps a system kernel update or something like that? [06:08] panorain: Yeah you have the right of it. [06:10] Bashing-om, I rebooted. Now, the messages are displayed in single font. However, the screen is cleared at one instant, then the messages are displayed again. How to prevent the screen from being cleared during display of boot messages? [06:11] Good question. [06:12] Or can the boot be paused in order to note or photograph the messages displayed? [06:12] This seems like a defect in debian and ubuntu. [06:12] I recall this since some time ago I removed quiet splash also. [06:13] panorain, No, the boot need not be paused. The Screen should not be blank during boot for any reason. [06:13] quarterback: I have found no way to pause the screen with systemd :( the system recors the boot: ' journalctl -b -0 ' shows messages from the current boot, [06:13] I am certain the messages can be logged or are they kept in a /var directory? [06:14] Ahh great command! [06:14] Bashing-om, This is not about recording boot messages. I am thinking how to display boot messages without stopping . The screen should not be cleared during display of boot messages. This may be due to switching of graphical modes. [06:15] quarterback: Ya want to see my grub file - As I too want to see boot messaging, and works for me :) [06:16] Bashing-om, Sure [06:16] Bashing-om, Does your boot up screen blank for a sec and redisplay boot messages from top of the screen? [06:18] " journalctl -b -0 " seems in a way similar to " dmesg " [06:18] quarterback: one page at a time that is cleared prior to the next page :( I have yet to find the means to pause since "upstart". my file: https://termbin.com/1a7e . [06:20] Bashing-om, What I want is that the screen should not become blank and redisplay boot messages from top of the screen during boot up. This is a defect. [06:23] Bashing-om, I am going to try gfxpayload entry in my grub. [06:23] quarterback: Mind ya, until the kernel boots you have no interface with the system. Now there might be something one can do in grub ? But I have yet to discover. [06:25] Bashing-om, To you mean pause the message output? [06:25] Bashing-om, I think the pausing and clearing of screen is something I want to remove. I have yet to figure out how. [06:26] Bashing-om, I am looking for continuous display of boot messages. [06:28] quarterback: try grub terminal command ' set pager=1 '. [06:29] Bashing-om, Where? [06:30] quarterback: from grub's linux line. but set pager=1 will notdisplay continuosly . [06:31] Bashing-om, How to display boot messages continuously without break? [06:31] quarterback: Ouch ! ^^ Grub'scommandline ! .. the 'c' optopn. [06:32] really? [06:33] Bashing-om, Can you write complete steps for that? [06:33] Bashing-om, Can you explain this ? [06:33] :] [06:35] quarterback: panorain : Boot to grub and with the desired kernel highlighted enter c. That brings up grub's command line for what to pass on to the kernel. [06:36] Ahh "left shift" will allow boot to grub? [06:37] panorain: UEFI is the escape key that grub looks for . [06:37] Bashing-om, Then enter "pager=1" with no quotes. Ohh [06:37] panorain: Correct. [06:37] Bashing-om, No UEFI then left shift correct? [06:37] I am noting this. [06:38] panorain: Yepper shift key in legacy is what grub looks for. [06:39] Bashing-om, Thanks. [06:39] panorain: The Bible: https://www.gnu.org/software/grub/manual/grub/grub.html [06:40] I better note this [06:43] Alot of way's to disrupt a boot there also. So after each modification it's best to label the backup say ".bak0" - ".bak1" etc etc I imagine. [06:44] panorain: Well, I make the label as the date. [06:45] Good Idea but what when you modyfy a few times during the same day? I have donw this with keepassx. [06:45] modify* [06:45] Bashing-om, Is it possible to set pager=1 in a config file? [06:46] quarterback: Not that I am aware of // but what I do not know fills a very large book . [06:49] I didn't know about UEFI boot with (ESC) key vs. (Left Shift) key on legacy hardware since I only last week own a desktop with UEFI. [06:50] Which is still under construction heh. [06:50] panorain: Not looking forward to learning EFI. But it is the future. [06:52] So BIOS - UEFI - then EFI ? [06:52] I suppose I can look that up. [06:54] I'm off to rest. [06:54] Thanks for the notes and help. [06:55] quadrathoch2: I am out of here also // others here can respond to questions :) [07:03] Still the screen blanks during boot for a secodn. [07:06] This seems to provide some info https://wiki.archlinux.org/index.php/GRUB/Tips_and_tricks === Grldfrdom_ is now known as Grldfrdom === Euph0ria is now known as EuphOria [10:07] ok I have closed down all large software that is using up RAM [10:07] but current RAM usage is at 7.1 GB [10:08] something shady is using up RAM, can you help me diagnose this. htop or ksysguard are not showing anything that is using that much RAM [10:09] total used free shared buff/cache available [10:09] Mem: 15G 7,2G 2,0G 152M 6,4G 7,9G [10:10] dionysus69: it won't show as free , but it's still adressable , that's the expected behavior [10:11] not wasting cycle for cosmetic [10:11] no it's not, some large memory process crashed because it couldnt allocate [10:11] I am not talking about cache, I have problem besides that :) [10:11] that use 7.2G should be something like 2-3 [10:11] used* [10:20] dionysus69: just reboot then? [10:21] tomreyn: started happening often, I will have to reboot everycouple days now [10:21] it's a desktop computer, isn't it? [10:21] what was the large memory process ? [10:21] I know it sounds like every normal pc user would do but this sounds like a memory leaky bug, I am just curious what's gulping down RAM :P [10:22] alway the same process process is crashing ? [10:22] legreffier: large integrated parallel test suite, would launch 12 processes in parallel [10:22] what was logged when the process crashed? [10:23] did the number of parallel test change recently ? [10:23] legreffier: no, I am sure it crashed because of the lack of memory, in reality it wouldn't require more than 8gb of RAM, if what you are saying is true and part of that 7.1 is accessible, then it shouldnt crash [10:23] tomreyn: not sure, some processes couldnt get started. lots of different software is being launched during testing. [10:24] so check journalctl then [10:25] for what? I dont care which process crashed, I am sure it was because of lack of memory, all I have left to do is to check which memory is siphoning memory, if htop and sysmonitor are the only way to check these, then I guess the only thing I can do is reboot, because those arent showing any process using that much of ram, we are talking about 3-4 gb of ram which is unaccounted [10:27] I wasnt always getting this kind of problem, this happens after 2 days uptime. I sometimes had 2 week uptime on my laptop so when pc has this kind of problem it's awkward ^.^ [10:32] if linux was unable to reuse the memory of the failed process it may have logged so by the time it tried, which certainly was by the time the process failed. what you said sounded like you were determined to identify the root cause. [10:33] anyway, i don't feel like arguing with you as to why you should inspect your logs. [11:11] Hi, When I unlock my screen I get a message "package temperature above threshold cpu throttled" buy my laptop is not warm. Someone knows what could cause this? [11:12] s/buy/but [11:17] Is ppa.launchpad.net down? I'm trying to add a repo and it just hangs when I run add-apt-repository [11:21] badcloud_: I can ping the server [11:22] This is the last line in an strace of add-apt-repository command: connect(5, {sa_family=AF_INET6, sin6_port=htons(443), inet_pton(AF_INET6, "2001:67c:1560:8003::8003", &sin6_addr), sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28 [11:23] Shouldn't it be using IPv4? [11:26] why would it be limited to using IPV4 when you as the system administrator have done nothing to disable IPv6? [11:29] tatertots true [11:31] badcloud_: can you ping ppa.launchpad.net ?.... [11:31] badcloud_: jeremy31 says he can ping it...how about you give it a try [11:31] No [11:31] It wont return ping [11:32] badcloud_: but you can ping google.com right? [11:32] I've tried from two different wifi access points [11:33] 64 bytes from haetae.canonical.com (91.189.95.83) [11:33] I forgot, I'm using a Univ. access point, they don't allow pinging outside [11:33] But ppa.launchpad.net forwards me to launchpad.net in my browser [11:34] use your iphone as a hotspot and test minus this school network you speak of [11:34] i know you have a iphone [11:34] right? [11:34] No :) [11:34] Why did you guess I do? [11:34] use your android as a hot spot then [11:35] I'm on an N900 [11:35] :) [11:35] :) if you can't change anything then you'll just have to live without the ppa you're desiring to add [11:36] until you get on a different network [11:36] I actually did try from my home network, also got the same thing [11:36] But for shits and giggles I'll use my phone's network [11:37] badcloud_: try disabling IPv6 [11:38] ping6 to 2001:67c:1560:8003::8003 works fine here [11:39] that proves it's not ppa.launchpad.net that's the problem [11:39] disable v6 like suggested above...then retry [11:40] hi, what's the correct incantation to enable python3.7 with pip and venv on ubuntu:bionic? asking for a friend, eh, docker container [11:40] I think it worked finally :) [11:40] No need to disable v6 [11:42] someone235: do you monitor its temperatures, though? if the cpu gets hot it may need to get throttled and this doesn't mean the enclosure will get hot [12:03] dumb question, isn't there a tool you can download to make mail setup somewhat automated, using postfix and referencing a mysql or postgresql database to handle email accounts? [12:05] Hi folks [12:23] HiddenDjinn I don't know any of those systems, but I use ansible for automated setup with apt-install, templating a config file, etc [12:24] tomreyn, it's 60C [12:24] someone235 rpi? === Oresrian is now known as stwalkerster [12:26] is there a way to make ubuntu boot a chroot for all users? [12:26] mrsideways why? security? [12:27] like I have a rpi, and I have an external hdd that is fast, I have ubuntu server installed and want to use the HDD which is MUCH faster than sd card [12:27] Dynetrekk, ^ [12:27] mrsideways I think there's a project that boots from the SD card then runs a linux distro off of usb storage [12:27] Dynetrekk, is it ubuntu? [12:28] mrsideways no personal experience but here's a link that I think will work for you https://www.makeuseof.com/tag/how-to-install-multiple-oses-on-a-single-sd-card-for-raspberry-pi/ [12:28] (the HDD case is explicitly covered at the bottom) [12:28] thanks, i'll look at that [12:28] :D [12:29] mrsideways no there's a separate "multiboot" project and it will let you boot e.g. raspbian,ubuntu, whatever. You might want to use raspbian as it's got the best support, in my experience, on the rpi hw [12:30] are the raspian repos as good as ubuntu? main reason I use ubuntu is it has the best repos [12:39] mrsideways debian and ubuntu are very similar, mostly based of the same stuff (both use apt and partly the same code/repos) [12:39] oh okay [12:39] mrsideways personally I use mostly ubuntu, but sometimes raspbian on rpi [12:40] I mostly don't notice the differences [12:40] of course it may depend on your exact use case [12:40] my use case is simple, I wish to run i2p and znc so I can connect to i2p irc [12:40] so i just need openjdk really [12:41] but i feel comfortable with ubuntu, as I use it daily [12:41] ok, anyway using the boot-from-SD-then-HDD approach should anyway work for both ubuntu and raspbian, you can even multiboot [12:41] have 2 OSes and choose at boot [13:12] <[bma]> Anyone here able to help with a Landscape issue? We're testing landscape (on prem) before rolling it out to our estate - I have setup 2 servers to monitor, one 18.04 and one 16.04 to test with. Everything works fine on the 18.04, but on the 16.04 box activities sit "In Progress"/delivered, but the activity never actually runs. I cannot see anything in any log files which refers to an error, and communication between the server and [13:12] <[bma]> client seems to be fine (i.e. it's being marked as delivered, ping tests show up) [13:13] <[bma]> The job never errors, it just sits as "in progress" [13:15] <[bma]> This only seems to affect any activities relating to packages. E.g. if i send a restart job, that happens within a couple of minutes [13:18] <[bma]> I see this when running a local apt update on the machine in question... "The repository 'file:/var/lib/landscape/client/package/binaries ./ Release' does not have a Release file." which seems to be related to this... https://bugs.launchpad.net/landscape-client/+bug/1735100 [13:18] Launchpad bug 1736576 in landscape-client (Ubuntu Bionic) "duplicate for #1735100 apt related unit test errors in artful, bionic" [Medium,Fix released] [13:18] <[bma]> But again, why does the activity not error out, and I cannot see any particular fix for that issue [13:23] [bma]: try #ubuntu-server [13:24] there may only be commercial support available for it, though [13:24] (we're mostly volunteers on irc) [13:24] <[bma]> Yep, I know - we're a small academic dept and I was asking more if anyone else has experienced the same issue :) [13:28] Greetings. I'm working on a situation with apparmor profiled for thunderbird installed by snap. Perhaps there's a better channel (or two) for this, in which case the referral would be appreciated. Essentially, apparmor creates a log entry for a profile "snap.thunderbird.thunderbird" which I cannot find and therefore not inspect. What is suggested for best server/channels for snap and for apparmor? [13:30] [bma]: looking at this bug report, which is a duplicate report of a bug marked fixed in bionic (18.04) but not xenial (16.04), suggests you may need to file another bug report to have this also fixed in xenial. [13:30] unless software is not fully updated, yet, i'd ensure this first of all [13:31] adding [trusted] to the apt source shoould work around it === oerheks1 is now known as oerheks [14:08] heya [14:18] dear all [14:18] I am trying to set a host-only interface on Virtualbox 6.1 on Ubuntu 18.04 [14:19] ask your question:D [14:19] I get this error: Failed to save host network interface parameter. [14:19] NS_ERROR_NOT_IMPLEMENTED (0x80004001) [14:23] not implmeneted is not implmented [14:28] tomreyn, my apology for the ignorance. I just performed the installation through apt. Is there any module that I had to be added? [14:30] FrankyGov: you mean like a kernel module? no, it should come with virtualbox. i don't think there is virtualbox 6.1 in ubuntu 18.04, though. if something doesn't work with the upstream builds you'll best talk to them directly (as i notice you did). [14:32] !info virtualbox bionic [14:32] virtualbox (source: virtualbox): x86 virtualization solution - base binaries. In component multiverse, is optional. Version 5.2.34-dfsg-0~ubuntu18.04.1 (bionic), package size 16882 kB, installed size 77690 kB [14:39] tomreyn, In fact with version 5 it's fine [14:40] ok [14:40] tomreyn, I reinstalled the previous version to verify whether it worked or not [14:54] does anyone know how to change the browser hexchat opens links in? [14:54] my default browser is chromium but hexchat, and only hexchat open them in firefox [15:00] mrsideways: check that "sudo update-alternatives --config gnome-www-browser" and "sudo update-alternatives --config x-www-browser" are set to your preferred browser [15:01] thanks pragmaticenigma. i will try that [15:07] Hello, Is something up with Ubuntu 19.10 and using a VPN? It doesn't seem to be able to resolve hostnames/DNS correctly. (Trying to switch to using Ubuntu for work and I need to use a vpn to access internal machines) [15:07] I looked around for fixes but most were for 18.10 and 17.10 it looked like [15:10] I saw suggestions to edit the “[ipv4]” section of NetworkManager/system-connections/myvpnconnectioname and add "dns-priority=-1" but that didn't work even with a restart [15:10] G226: are you chatting from the computer right now? [15:11] Yes [15:12] G226: the issue you're having should be looked at with some detail, because if you weren't able to resolve names in general as a blanket statement you wouldn't be able to surf web pages or join IRC [15:12] G226: It is likely that you need to contact the help desk of the VPN provider/your employer. They are probably settings that automatically get pushed to the Windows client, that you have to manually set for Ubuntu. The help desk for whomever manages your VPN will have to assist you [15:12] G226: so it's more likely you're having issues resolving "certain" names, wouldn't you agree? [15:12] is there a command which will show me all the apps/services/commands which are started up on user login? [15:13] tatertots and pragmaticenigma I'll be more specific, Anything on the internal network the VPN would normally let me resolve, doesn't get resolved as far as hostnames. Anything outside of the VPN is still resolvable as normal like like would be with my home connection [15:13] I can also ping the direct IP addresses of a couple machines, but not say ping their hostname [15:14] It's like the Network manager/vpn built into Ubuntu isn't using the vpn's DNS, it's still using my home DNS maybe? [15:14] G226: Again, that is because the VPN host isn't pushing DNS settings for the VPN... The help desk for the VPN provider is the only person that can help you [15:14] G226: if you mean resolve names of corporate systems, that's to be expected since all the computers in the office are also using internal corporate DSN servers on the corporate domain [15:15] Yeh, they're no help unfortunately even though Ubuntu is now approved, I asked [15:15] G226: and computers outside of the corporate office(s) aren't using the DNS server on the corporate domain [15:15] G226: We can't help you with your employers issue. If they don't have the knowledge.. then they really don't support it, and you should be using what they know and understand [15:16] zetheroo: "systemctl list-units" will return a listing of all the services and their status. Any that are running were likely started on boot [15:17] pragmaticenigma: hmm ... what I am really trying to get at is the entries which are in the Startup Applications tool [15:17] alright, thanks tatertots and pragmaticenigma , I did try back in Ubuntu 17 and the VPN worked just fine without having to do anything special or anything from helpdesk etc [15:18] Do you think it might be the switch from using resolvconf ? [15:18] G226: There's probably a step that you missed on the setup [15:19] zetheroo: User config stuff like that would be somewhere in your $HOME/.config folder [15:19] G226: you most likely don't have administrative control over the VPN , but if you did you could try to manually add the corp DNS servers before/after connecting [15:20] It's nothing special, just open VPN Settings --> Network --> VPN --> + To add a VPN, Choose "Cisco Any connect", Add the gateway server [15:21] then user and pass pops up when connecting, and then it auths and logs in [15:21] gateway is NOT DNS [15:21] I know, I'm just saying what steps were taken [15:21] DNS is on automatic [15:21] i mean gateway is NOT = to DNS [15:22] G226: you most likely don't have administrative control over the VPN , but if you did you could try to "MANUALLY" add the corp DNS servers before/after connecting [15:22] I do not [15:22] I will try adding the DNS manually vs automatic [15:22] and brb [15:23] zetheroo, check ~/.config/autostart/ [15:23] G226: I said this earlier... the VPN isn't sending DNS... so "automatic DNS" isn't going to work... two people have just told you... you're going to have to configure that manually. Which are settings from your help desk [15:23] yes I am trying it [15:23] but there is no help desk for this kind of thing ;p [15:23] brb thanks [15:23] ioria: ah thanks! [15:23] ok [15:27] Aw, Adding the internal DNS server directly into the IPV4 setting of the vpn connection didn't work [15:27] Is there somewhere else I can add in a DNS server for a VPN if i know the address? [15:27] G226: there's a #networking IRC chat room...you might wanna join [15:28] Also, did you mean admin to my machine? I have full admin on my machine [15:28] Okay sure, sorry [15:28] G226: since it's not strictly solely a ubuntu issue...you might ruffle some feathers if you continue here [15:32] Okay sure, I'm sure anything that yses systemd-resolved and Networkmanager would likely run into this [15:32] Not trying to ruffle feathers D: its just an odd issue [15:35] G226: did you try to manually use the corp DNS for resolution AFTER successful VPN connection? [15:35] G226: elaborate on your methodology for testing if you did [15:46] Hi all, I've installed Apache on Ubuntu 16.04, lynx running locally sees the site, however remotely the connection timeouts. Any suggestions? [15:47] apache tomcat? [15:48] please pick one: https://projects.apache.org/projects.html [15:50] Katronix: remotely as in a public ip address or a local ip on the same network? I would definitely test the latter first [15:51] remotely as in my computer connecting to the vps, locally as in logged into the server lynx sees it [15:51] oh, it's a VPS [15:51] What could be the cause where using KVM on Ubuntu 18.04 and setting the VM interface/MAC address to match the host machine, it shows to be active just fine on the custom ipv4 but no data goes in or out? [15:52] leftyfb yes, does that make a difference? [15:52] Katronix: look at any iptables/ufw rules on the host or rules through the VPS provider. [15:53] leftyfb ufw has apache full allowed [15:53] Katronix: try disabling ufw completely to test [15:56] Is there a `mount` notation that looks like this: :/ /mnt/my/local [15:56] leftyfb I disabled ufw, same results [15:56] I can ping the and can 'kind of' check out the parts after the colon - :/ and of course I can verify the /mnt/my/local [15:57] but I'm basing this off of a separate Kubernetes container I can shell into and am trying to unwrap it back to real-world paths so I can mount them from a separate machine (outside of k8s) [15:58] Ah, these are 'remote'-ish NFS shares. [16:03] Hello I am a new user of Ubuntu. It would be lovely if someone could lend me a hand in a very simple matter. [16:04] crissae: It sounds like your container provider has added a package that provides that functionality... to my knowledge there isn't a short form way of defining remote connection like that in a regular ubuntu install [16:04] qoob: please state the matter which interests you [16:05] qoob: Welcome to the channel and Ubuntu. The best way to receive help here is to just start by asking your question. There is no need to ask, to ask a question :-) [16:06] I asked to ask a question as I am also new to this chat IRC. If I ask it and nobody answers, will they get back to me, or do I need to periodically keep asking? [16:07] My question seems simple, and I just need a URL I think. I searched it for a week. I want to install WordPress on 19.10. I tried via apt-get install wordpress, LAMP is working properly, custom .htm files are being served, phpinfo in a .php file works just fine. But wp-admin is not showing up. [16:07] Katronix: You Guest installs should not have the same MAC and/or IP address. The host OS is going to intercept all of those and they will not reach the VM. [16:08] Something about MySQL vs MySQLi, but all the websites say simply to just install packages and it should work. But I get this weird error. [16:08] I searched "mysql_connect undefined" throughly and can't find the answer. I don't know how to turn all mysql_ statements into mysqli_ statements with sed. it's complex. [16:09] pragmaticenigma, my vps has its own IP [16:10] qoob: You shouldn't need to change the source code [16:11] hey guys. i'm running Ubuntu 18.04.3 LTS https://paste.ubuntu.com/p/4YMm55dBvV/ can anyone advise me what to do? [16:11] qoob may want to see if there is a newer version of the app, chances are if its using mysql_ which has been out of favor for years, its not written for PHP 7.x in other ways too [16:12] Katronix I read that too and it blew my mind how a confusing change with just one letter is normal. I got the latest wordpress from the wordpress.com website though. [16:12] eliyahuTBR, might check out https://tecadmin.net/install-oracle-java-8-ubuntu-via-ppa/ [16:13] qoob: If you didn't install wordpress from the Ubuntu repository, we unfortunately cannot help you. You should be looking for help in a WordPress specific channel or forum. [16:13] so latest wordpress is complaining of mysql_connect undefined. I tried enabling mysqlnd.so and mysql.so in config. [16:13] repository is apt-get? [16:13] correct [16:13] qoob wordpress.com doesn't offer wordpress for download, wordpress.org does [16:13] that's what I did. I meant official wordpress... but okay.. I will remove everything and just use apt-get like with apt-get install lamp mysql-server. [16:13] Katronix yes wordpress.org then. Like I said I'm new, to me these are irrelevant details :) [16:14] I got it via apt-get actually. I just meant official wordpress "place"... [16:14] DIdn't know all these little things mattered. sorry. [16:14] i'm trying to install oracle-java11-installer after adding apt-repository ppa:linuxuprising/java and updating but i get Reading package lists... Done [16:14] Building dependency tree [16:14] Reading state information... Done [16:14] Package oracle-java11-installer is not available, but is referred to by another package. [16:14] This may mean that the package is missing, has been obsoleted, or [16:14] is only available from another source [16:14] * qoob is new [16:14] Katronix: sorry... my comment earlier was meant for someone else... I mis-tabbed your name [16:15] qoob I'd recommend just downloading it from wordpress.org its a simple php based script [16:15] pragmaticenigma, ah ok [16:15] Teikoman_fi: Your Guest VM installs should not have the same MAC and/or IP address. The host OS is going to intercept all of those and they will not reach the VM. [16:16] eliyahuTBR: software from PPAs are not supported here... you will need to contact the maintainer of the PPA for support. [16:16] Katronix haha, someone else said that, so that's what I did as well. It's just php flat files, referencing a simple mysql database, php back end makes call to mysql, receives data, forwards to php, and it dumps into apache, and it serves the page, right? This is how far a noob read :) [16:16] I will remove all and try again. [16:17] I read for a month about zend, too. I tried editing mysql_connects into mysqli_connect... but there's too many [16:17] qoob yep, that is pretty much all it does :) [16:17] my head will explode. [16:18] qoob use this version, https://wordpress.org/latest.tar.gz no mysql_ in it :) [16:18] when trying to execute sudo apt-get install oracle-java11-installer-local i get the following error : https://paste.ubuntu.com/p/7ngjKpspVp/ any suggestions on how to fix this? [16:18] Katronix awesome! If I just download that, remove all I have now, and just follow basic instructions on a new 19.10, it should work, right? [16:19] qoob, assuming you have apache, mysql, php properly configured yes [16:19] eliyahuTBR: Again: software installed from PPAs are not supported here... you will need to contact the maintainer of the PPA for support. [16:20] Katronix I used apt-get install lamp mysql-server, and if I make index.php with phpinfo it works and shows mysql and all working. I use the /var/www/html directory for the php file so I presume all is working. Can I check any other way? [16:20] Katronix one last question, I owe you a beer.. :). I only need 1 MySQL account with a password for wordpress, it doesn't matter what the root credentials are right? [16:21] nowhere in wp-admin does it need root right? just a special user for wordpress? [16:21] qoob, you will need to make a database & database user before you can 'install' wordpress as long as the phpinfo knows about mysql you shoiuld be good. [16:21] qoob do not use the root mysql user for the site [16:21] thank you. [16:21] Katronix :) [16:21] qoob np [16:23] qoob correction, phpinfo needs to know about mysqli not mysql :) [16:39] Hi there, im useing 18.04 on an Asus z97 pro gamer with an intel Wireless-AC 9260 (rev 29) wireless card (iwlwifi). When ever I do anything network heavy the driver crashes the kernel. Could some one help me install a different driver if thats available? [16:45] gorby: the only driver is the kernel one. [16:45] gorby: are you current on updates? [16:46] ryuo : yeah I think so - in the additional drivers sections it says "intel Corporation: Unknown" [16:46] gorby: no, i meant the system upgrades. [16:46] or updates [16:47] Ryuo - I think so, yes. [16:47] gorby: then what kernel version? [16:47] ryuo : 5.3.0-26-generic [16:47] ok so HWE [16:49] ryuo : Is there more stuff I should update? [16:50] gorby: i don't know honestly. all i can suggest is trying stuff. i don't even know if you've diagnosed the issue correctly. but maybe this would help: https://bugzilla.kernel.org/show_bug.cgi?id=201319 [16:50] bugzilla.kernel.org bug 201319 in network-wireless "iwlwifi: 9260: can't get MAC READY after INIT DONE" [Normal,Closed: documented] [16:51] of course if the card is socketed and your device allows using other cards you could always try swapping to another kind. [16:51] ryuo : from googleing Ive done it looks like other people had the same problem, but the most recent posts I saw were from last year in July or so. [16:52] gorby, considering that kernel ... https://askubuntu.com/questions/1182351/19-10-big-issue-with-intel-9260ac-wifi-iwlwifi-brings-system-to-a-halt [16:52] i would only advise that though if nothing else has solved the problem === Mekely is now known as junka === junka is now known as Mekely [16:55] ioria : The description of the problem seems the same at least. [16:55] gorby, looks like [16:57] options iwlwifi power_save=0 11n_disable=1 > https://askubuntu.com/questions/1182351/19-10-big-issue-with-intel-9260ac-wifi-iwlwifi-brings-system-to-a-halt [16:57] same for 18.04 lts? [16:58] oerheks : I havent tried the solutions that person posted, but I have the issue on 18.04 Lts (I havent tried 19.04) [16:59] oerheks : In a lot of posts people thought it might also be a problem with secure booting, but I disabled that and reinstalled, the issue is persistent. [16:59] gorby, is this a fresh install? [16:59] compdoc, yes, today. [17:00] what if you booted the latest version live from usb stick? see if the problem still exists? [17:01] might even try the latest 18.04 running from usb [17:03] compdoc : yeah, Ill try that 19.04 on a stick - not sure how 18.04 would be different apart from eliminateing other potential issues? [17:03] compdoc : 18.04 on a stick* sorry. [17:04] yeah. it might eliminate issues like a corrupted install. drives can fail [17:05] Hello everyone! I'm using Ubuntu MATE 19.10, I have a USB wifi adapter, and I'd like to create a wifi network using it (like a hotspot), such that I can use that network to connect my phone to the wifi network I created. Is there any way I can do that? [17:05] compdoc : I bought this SSD today :) Had a 4 year old segate fail last night =/ [17:05] Thanks pragmaticenigma. just saw your answer now. [17:05] ssds are great [17:05] yeah, I use an ssd too [17:05] but they can fail too [17:06] if you are trying to scan to a network folder from your printer and the shared folder is on your ubuntu machine, what am i missing other than sharing the folder? [17:06] compdoc : apparently the segate that I had (pulled from an enclosure was really prone to failure) but maybe the recent install and all the kernel panics tipped it over the edge.. [17:06] compdoc, I use an ssd for my os and hdd to store my data in it [17:06] gorby, you don't want 19.04 [17:07] BTW, can anyone help me? [17:07] My system boots from a very fast nvme drive, and all other drives are ssds, except for a few raidz arrays I have [17:07] speaking of 19.04 [17:08] ioria : No, Id rather not use it. But I guess it could be usefull to see if the issue has been cured. [17:08] is it final, ubuntu-server will no longer be offered with the debian installer? [17:08] gorby, i mean, is dead [17:08] http://dpaste.com/2Q4XZPY <-------- [17:08] ioria : Ah right, I guess i meant 19.10, sry. [17:08] ok [17:09] ID just rather stick to LTS [17:09] gorby, good idea [17:10] gorby: You might also want to try timeshift [17:10] to backup and restore your system === westor{off} is now known as westor [17:11] Mohnish : Thanks, Im not really going to do much to this system if I cant get past all the network crashing ^^ [17:12] oh, okay [17:12] This install, rather. [17:13] I would definitely recommend it to anyone, though, it just saved my system today,I had messed it up bad [17:13] but, I saved it using timeshift from a live system [17:13] Thanks :) I dont even have any of my data drives or other SSD's plugged in while im trying to sort this though. [17:14] oh, okay [17:15] Well, would you help me? http://dpaste.com/2Q4XZPY [17:20] mohnish - Its certainly possible :) But Im not really up to date on linux wifi stuff myself. Your question should probably be a bit more specific too. Like, what are you trying share on the hotspot? [17:21] I wanna connect my phone to it, so that I can share files between my phone and my pc, without using a cable [17:21] Mohnish : cant you go through another network they both have access to? [17:22] Ok. im sure its a stupid question. But- its beginning to bug me. I cant find any resolutions on google. I have a pair of bluetooth headphones that HAD an audio profile. - It went missing - AGAIN. I had to install an OS to get it back. I've seen a couple ways to fix it on Debian, but they didnt work. Now im here, and its pretty much the same thing. wth? [17:24] subcool: welcome to the wonderful world of bluetooth audio. it's a crapshoot everywhere it seems like. [17:25] subcool: though, have you tried checking if the bluetooth versions are compatible? [17:26] nope... [17:26] it seems to be a common issue- that that has answer [17:27] whcih usually means for me, is an easy fix. But== i should just know about it. [17:27] so- ... kinda stuck === jhutchins_wk1 is now known as jhutchins_wk [17:39] hi, i have a question regarding ubuntu upgrade and ppas. what happens to ppas when you upgrade to the development version or to a newer release? [17:42] Areador: in general, they can become unusable because they do not have packages for the devel release. They *will* get disabled on upgrade, anyway. [17:44] Areador: you will also see a message stating that repositories will be disabled because they are not compatible with the new version [17:46] In the "software and updates - additional drivers section" why would it list my wireless card if its only ever been useing the default drivers? [17:47] Hello, I'm running lubuntu from a pendrive (not live CD), is there a way to install a lubuntu from this install without having to format my pendrive to a liveCD? [17:47] the only option avaible there is "continue useing manually installed driver" - but, to my knowledge i never installed anytyhing. [17:48] ok for example i have wine-staging 5.0 installed, i upgrade my system 1 week before release. so the ppa is going to be disabled? ... does that mean i have to add the newer ppa of 20.04 when it is released? [17:48] absentabyss: there should be an icon on the desktop to install Lubuntu [17:49] that would be the case on a liveCD [17:49] https://pastebin.com/v8d3fecz..........my usb is a mess and cannot delete the partitions and join as one. Have tried GParted, Disk, and FDisk in the terminal. [17:49] Areador, with caution : https://www.linuxuprising.com/2019/01/ubuntu-users-can-now-keep-ppas-and.html [17:49] absentabyss: the same image is used to make a live cd and/or USB drive [17:50] absentabyss: if it is not there.. .then I'm not sure how you made your live boot drive [17:50] pragmaticenigma to make my question more general, is there a way to install Ubuntu from an existing Ubuntu installation onto a plugged external device? [17:50] absentabyss: No, there is not [17:51] pragmaticenigma ok thank you :) [17:52] hello guys, ive installed 19.10 on an old macbook pro 5, 4 (mid 2009). I need some help with an issue where if i close the lid, the system just dies, as in its still on (as i have to manually shut down the system to recover) but i cannot wake it back up. Has anyone experience with this device? [17:53] ioria: ok, so it i possiblem, but it is recommended to upgrade ubuntu when its released, right? [17:54] Areador, yes .... [17:54] ok thank you for this information! [17:54] no prob [17:55] How to deleat stubern partitions on a usb? [17:55] if I were to create an image of a storage device, then format that device, and then restore it, am I guaranteed to have exactly the same files? [17:56] let's imagine i create an image of a storage device that has Ubuntu in it, then format it to 0, then restore it, would the Ubuntu installation be unaffected? [17:56] absentabyss: That is the purpose of a backup... however, if you should verify that your back up succeeded before removing the original data [17:57] pragmaticenigma does the image (created via gnome disk utility) serve as a backup? [17:57] absentabyss: I don't trust those tool [17:58] pragmaticenigma: what would you suggest? [17:58] absentabyss: I'm not familiar with them either. I use Clonezilla to create disk images, as I don't believe you can create an accurate disk image while the disk is actively mounted on the machine [17:58] nah, it can be unmounted [17:58] I don't need to have it mounted [17:59] in that case would you trust gnome-disk [18:00] The disk imaging tool I'm familiar with is the one I mentioned previously [18:00] I've never experienced a failure, and it conviently verifies the backup before it finishes [18:00] pragmaticenigma: Okay thanks, I'll give that a look [18:01] Please, need help formatting a USB, I am getting "Permission Denied" [18:01] https://pastebin.com/v8d3fecz [18:02] !patience | mycrap [18:02] mycrap: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [18:03] interesting pastebin, not sure what to read there? [18:04] open disks, unmount that usb, and format it? [18:08] so in gnome an application wont let me add it as a favorite and when i add it from the apps menu it then shows another icon [18:09] oerheks: did not work [18:10] Phruis`: The volunteers are going to need more information. What application? Did you install the application as a Snap? What are the different icons? Have you tried right clicking on the icon to see if you can change it's properties? [18:11] mycrap, like I said in ##linuxmint use gparted to remove the partitions then format [18:11] pragmaticenigma, its zeal [18:12] oh mint.. [18:12] not sure [18:12] it's hiscrap [18:13] SimonNL that is not working. Neither does FDisk [18:13] dd? [18:15] https://pastebin.com/v8d3fecz, this is what is on the first partition [18:15] !doesntwork || mycrap [18:15] | mycrap: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [18:15] i just did [18:17] you know what.... fuck off you assholes suck [18:17] haven't seen an emo quit in a long time [18:18] what is in a name .. [18:20] Phruis`, it works fine on 18.04; are you on 19.10 ? [18:20] hi folks [18:21] New installation with xubuntu desktop. [18:22] I'm getting an error at bootup about light-locker crashing. I'm using gdm3 as my login manager. [18:22] why if xubuntu uses lightdm ? [18:23] That's what the first choice was, at install, gdm3. Do you think that lightdm is better? [18:24] i upgraded a server from 16.04 to 18.04. the service ifup@eth1 is failing to load. it's failing on the line "pre-up iptables-restore < /etc/iptables.rules". looking at the line it fails on, it's the COMMIT. i've done an iptables-save > /etc/iptables.rules and it saves and can load fine. yet on boot it fails again [18:25] "Jan 27 11:13:38 moat sh[701]: iptables-restore: line 56 failed [18:25] seems odd [18:25] ioria, yeah i am [18:25] Someone pls help me: http://dpaste.com/2Q4XZPY [18:26] why doesn't flatpak see that an app is already installed? [18:27] Phruis`, the difference might be that 18.04 uses a simple zeal.desktop and 19.10 has a org.zealdocs.Zeal.desktop, idk; what i can suggest is to backup that file in /usr/share/applications and create a new one under /home/user/.local/share/applications [18:27] ioria, i see thanks for the tips [18:28] and when flatpak is used to install an app it doesn't show up in synaptic as installed? [18:29] eelstrebor, think the systems do not communicate. [18:29] johnfg: i'm not sure whether lightdm or gdm should work better with xubuntu, maybe channel #xubuntu can advise on this. generally i'd assume that either can work. did you install updates, yet, and does light-locker still crash then? [18:29] eelstrebor, the gnome software center shows both though [18:32] mohnish: it's fine (and better) to just ask shorter questions here on the channel directly. using network manager and a wireless chipset which supports AP mode (and suitable driver support) on Linux you should be able to setup an AP easily. [18:32] tomreyn: I actually installed the xfce desktop for 19.10 server, but I did it as xubuntu-desktop. [18:32] tomreyn: And yes, all updates (including today's) are installed. [18:33] tomreyn, what's an AP? [18:35] If I want to switch to lightdm, how should I do that? Install lightdm first, choose it for my logins, then remove gdm3? [18:36] mohnish: access point. assuming your wireless device is called "wifi0" you could setup a hotspot like this: nmcli dev wifi0 hotspot ifname wlp4s0 ssid test password "test1234" [18:37] tomreyn, is there not an option for hotspot in settings? [18:38] johnfg: logout, switch to a !tty , sudo apt install lightdm && sudo dpkg-reconfigure lightdm [18:38] Lost my connection there. install lightdm, then to the dpkg-reconfigure gdm3 (if it doesn't come up during the install)? [18:38] tomreyn: Ah, ok, we crossed, but I'll do what you said. [18:38] yes [18:39] either approach should be fine, john === notnone is now known as at_work [18:39] mohnish: there should be, yes [18:39] ttyl! Thanks for the help! brb [18:40] mohnish: try with nm-connection-editor [18:41] I tried this tomreyn, https://imgur.com/a/p0pkZ7q [18:41] what should I select for mode? [18:42] hotspot, right? [18:42] looks good. [18:45] tomreyn, this is what I get https://imgur.com/a/zBxMHir [18:45] k, after a reboot, it seems like choosing lightdm has taken care of the problem, i.e., it must have been gdm3 calling light-locker. lightdm was already installed. [18:45] question: is there any reason I should keep gdm3 or light-locker? Or should I remove them both? [18:47] mohnish: so you can't run an access point with this device / its drivers [18:47] so, that means I can't do it?? [18:48] mohnish: not using this hardware and driver, correct. [18:48] If it's a driver problem, can you tell me how I can install a new driver? [18:49] which new driver are you referring to? which hardware is it? [18:49] lspci -knn | grep -EA3 '(Network|Ethernet) controller' | nc termbin.com 9999 [18:50] tomreyn: I just joined using my pc [18:51] can you resend that command, please [18:51] tomreyn: What do you think about removing those programs? [18:54] tomreyn: Never mind, I just typed it, here's the output: https://termbin.com/qyomr [19:05] mohnish_: hmm looks like your wireless is not listed there. is this a usb connected wireless? [19:05] tomreyn: yes [19:06] tomreyn: USB wifi adapter [19:06] johnfg: it's safe to remove what you don't need, as you can always reinstall those packages later [19:06] mohnish_: i think most of those don't work for hotspot mode. does "lsusb" list it? [19:07] tomreyn: Bus 001 Device 002: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter [19:08] it does show my adapter in lsusb [19:08] iw list "Supported interface modes:" needs to show AP mohnish_ [19:10] SimonNL: iw list output: http://dpaste.com/0ENBB61 [19:10] Supported interface modes: * managed * monitor [19:10] no AP there [19:11] so...what should I do to add AP there? [19:11] you can't afaik [19:12] but it says (can always be added) [19:12] https://git.io/Jvm1d here's what my simple usb dongle shows mohnish_ [19:13] how is yours so big? [19:14] software interface modes (can always be added): * monitor [19:14] probably already done [19:14] SimonNL: oh, yes I see [19:14] SimonNL: So, is there no way? [19:15] SimonNL: I still have the driver CD the adapter came with [19:15] It has linux drivers in it [19:15] well go for it [19:15] How do get to know the PID of the local process that is connecting to my local TCP port? [19:16] lsof |grep TCP ? [19:16] SimonNL: it's a .tar.bz2 file [19:17] b3h3m0th: ss -tp [19:17] mohnish_, user manual ? [19:18] double click that archive, fileroller will open [19:18] yes, I extracted it too [19:18] tomreyn: Thanks! [19:18] one better check the vendor website, drivercd might be old [19:18] * b3h3m0th kaleido: al2o3-cr: those tell me all the processes that are bound to tcp ports on the machine. But what I want is, which process is the client which connected to a port [19:18] kaleido: al2o3-cr: those tell me all the processes that are bound to tcp ports on the machine. But what I want is, which process is the client which connected to a port [19:19] I want the process which did `connect`, not `bind` or `listen` [19:19] Given that it's a local process on the same machine using the loopback interface [19:19] mohnish_: this patched vendor driver https://github.com/muratdemirtas/MT7601u claims to support AP mode. but it's old, would likely no longer build against current kernels. [19:20] tomreyn, SimonNL, these are the contents of the archive https://pasteboard.co/IRWKxDs.png [19:21] tomreyn: So, should I try it? [19:21] says "image not found" for me [19:21] !screenshot [19:21] Screenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://imgur.com/ and link the created page here. [19:23] tomreyn: https://imgur.com/a/8M4aRVt [19:24] heh ok, so you posted a screen shot of a graphical file manager [19:24] https://github.com/Anthony96922/mt7601u-ap is another AP driver, looks better than the other [19:24] kaleido: al2o3-cr: any idea mate? [19:25] tomreyn: where do you find these?? [19:25] :) [19:25] doesn't https:// give it away [19:26] SimonNL: I'm sorry, what? [19:26] nm mohnish_ [19:26] ok [19:27] b3h3m0th, start wit that lsof line, what is the output? or sudo netstat -nlp # then lsof -i tcp: or fuser /tcp [19:27] there is no easy one command to give answer [19:27] mohnish_: web search for "linux" && "MT7601U" && ( "access point" || "hotspot" ) [19:28] * b3h3m0th oerheks: I think you didn't understand the problem. [19:28] oerheks: I think you didn't understand the problem. [19:29] tomreyn: Holy...sh*t, so it searches for whatever's in ""? [19:29] "How do get to know the PID of the local process that is connecting to my local TCP port?" is clear to me [19:29] b3h3m0th: lso -s can filter connection states [19:30] * lsof -s [19:30] !man [19:30] The "man" command brings up the Linux manual pages for the command you're interested in. Try "man intro" at the command line, or see https://help.ubuntu.com/community/UsingTheTerminal | Manpages online: http://manpages.ubuntu.com/ [19:30] pid-X: nc -l 1337; pid-Y: nc 127.0.0.1 1337. I want to get pid-Y tomreyn oerheks, not PID-X [19:30] b3h3m0th: i understood so much [19:31] mohnish_: i don't understand what you mean by this. and please !language [19:31] tomreyn: okay, sorry === SimonNL is now known as SimonNL_Afk [19:32] I tried many lsof-fu but didn't find a way to do this [19:32] tomreyn: so, what is github? [19:33] lsof -nPi tcp:39064 [19:33] ss -nraepst|grep 39064 [19:33] netstat -anlp|grep 39064 [19:33] mohnish_: not really a topic of ubuntu support. please search the web [19:33] These are some of the commands I tried [19:34] ok [19:34] Ok. im sure its a stupid question. But- its beginning to bug me. I cant find any resolutions on google. I have a pair of bluetooth headphones that HAD an audio profile. - It went missing - AGAIN. I had to install an OS to get it back. I've seen a couple ways to fix it on Debian, but they didnt work. Now im here, and its pretty much the same thing. wth? [19:35] oerheks: I mean, your answer seems to be the correct solution to a different problem altogether, that is which is the process bound to and listening to the port [19:39] b3h3m0th: ss -atp state established 'sport = :1337' [19:40] It's too elite to not work, lemme try [19:40] sport is source port, i would think [19:40] tomreyn: yup [19:42] i think b3h3m0th is looking ofr a list of (locally running) clients (and their PIDs) which have connected to a given local ip:port [19:42] I know the connection is time_wait in my case (based on netstat output on the binding port) but.. ss: wrong state name: TIME_WAIT :o [19:42] nevermind, s/_/- [19:43] any suggestion of ftp server ? [19:43] No luck :( [19:43] is vsftpd the best ? [19:43] tomreyn: yes, that's what I am looking for [19:43] JustLandedOnMars: imo yes, vsftpd [19:44] b3h3m0th: so you're not looking for source ports then [19:44] subjective answer of course [19:45] correct tomreyn [19:45] JustLandedOnMars: i'd say don't use ftp in 2020 if you don't have a very specific use case. [19:45] all I need is to watch videos on tablet from PC, right now I use "thttpd" but it has file limit of 2GB, so it doesn't even shows bigger files in list, so I think switching to "ftp" instead [19:45] which is why I just now tried with dport instead [19:45] It shows the connection, but does not detect the PID of the client :( [19:45] Similar to the result I got in `ss -nraepst` [19:45] or should I just use "lighttpd" instead of "thttpd" ? [19:45] whoa! that almost sounded like rapist [19:47] My last resort would be to iterate over /proc fs for all PIDs but I really hope it doesn't have to be that convoluted [19:47] If I write a kernel module for this task, that will be overkill for sure I suppose [19:47] JustLandedOnMars: personally i'd prefer sftp or http, yes. [19:48] How come this is not a use case someone else did not come across before me! [19:55] How do you install docker on ubuntu? http://dpaste.com/3J1VQEB [19:56] apt install docker doesn't work [19:56] find / -name docker -type f 2>/dev/null [19:56] what is this? [19:57] Why are you redirecting to trash, you won't see the output of find then. [19:57] me trying to find the executable from docker/now -1.5-2 [19:57] How do you expect to see the output if you redirect to null? [19:57] i stand corrected - BOTH my BT audio profiles are missing now. [19:57] seriously - wtf [19:57] ss -atp state established 'dport = :1337' # why doesn't this work b3h3m0th? [19:57] Nyle, because it's searching /proc etc.. on non-root that outputs trash in sterr [19:57] Do you have permission to install packages on the system? [19:57] IS this fixed int he new Ubuntu LTS? or is it simply a joke to consider the NEW Revision WORKING [19:57] Nyle, limited permission -> requires rebuilding of docker image [19:58] This issue seems to go as far back as Kubuntu14 - 14!!!!!!! [19:58] this is ubuntu-19.04 in docker [19:58] Sorory, I don't support non LTS [19:58] So sorry [19:58] this is LTS afaik [19:58] Reason: I do not use anything but LTS [19:58] Are you certain? [19:58] after a year? [19:58] al2o3-cr: oh it works, it shows the connection stats, but just not the PID which is what I want [19:58] 18.04 was the last one. Next one is 2020, not 2019 [19:59] The next Ubuntu LTS release will be Ubuntu 20.04, which is planned to be released on April, 2020 [19:59] b3h3m0th: it should do with the -p flag [19:59] Since I do not use non LTS releases, I cannot support them. I will only end up probably screweing your system up more. [19:59] kreyren: 18.04 is LTS. 19.04 actually ended support a few days ago [19:59] Good luck. [19:59] * kreyren doesn't understand the mindfork of ubuntu releases he just wants a hugging docker working [20:00] Yeah I was expecting that, but it's not [20:00] I understand that. I have no experience with non LTS releases, hence I do not know what to do. [20:00] # ss -atp 'dport = :46630' [20:00] State Recv-Q Send-Q Local Address:Port Peer Address:Port [20:00] TIME-WAIT 0 0 ::ffff:127.0.0.1:http ::ffff:127.0.0.1:46630 [20:00] Nyle, if this was LTS what would you suggest [20:00] kreyren: If your working within a docker instance, you need to find support for whom ever built that docker image. We can't support docker images here [20:00] pragmaticenigma, i built it [20:00] !paste | b3h3m0th [20:00] b3h3m0th: 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. [20:00] pragmaticenigma: he can't seem to find docker binary on the system to be able to run it. [20:00] pragmaticenigma, from ubuntu docker image provided by ubuntu.. [20:00] b3h3m0th: i'm sure we told you before about pasting [20:00] * b3h3m0th Okay, sorry for that. I thought there must be some LoC tolerance for paste [20:01] tomreyn: I don't recall sorry [20:01] Okay, sorry for that. I thought there must be some LoC tolerance for paste [20:01] kreyren: dpkg -L docker says what? [20:01] kreyren: dpkg -L docker |grep bin [20:02] b3h3m0th: i still don't understand why you don't just use lsof as suggested here half an hour ago. [20:02] tomreyn: of course I did lsof [20:02] b3h3m0th: ss --version # what does this output [20:02] Nyle, http://ix.io/28wf [20:02] * b3h3m0th ss utility, iproute2-ss160111 [20:03] kreyren: if you use dpkg -L you can list the files installed from that pakcages, grep for bin to see where the binary is located, then you can try to directly run that [20:03] Nyle, which package then provides the expected docker ? [20:03] 'docker' iirc [20:03] tomreyn: I think you're misunderstanding the problem for a different popular problem. [20:03] docker-ce [20:04] This is ubuntu 18.04 keep inmind [20:04] what's docker-ce? [20:04] package names could change in distros [20:04] docker-ce - Docker: the open-source application container engine [20:04] 'Community edition?' perhaps? [20:04] I don't know what ce stands for. [20:04] container engine? [20:05] b3h3m0th: i explained what was my interpretation of what you wanted, you confirmed it. [20:05] Oh okay.. lsof did't help then.. [20:06] b3h3m0th: i tested it here, works fine [20:06] Nyle, docker-ce doesn't have an installation candidate.. i will use the upstream repo then [20:06] Could you pastebin me how the output looks like? [20:06] * b3h3m0th is using pastebin as a common noun [20:06] b3h3m0th: they way i ran it it only returned two PIDs [20:07] one per line [20:09] tomreyn: I tried again : `lsof -P|grep 48254` no output at all [20:10] `netstat -anlp|grep 48254` is showing output without PID [20:12] kreyren: https://docs.docker.com/install/linux/docker-ce/ubuntu/ [20:12] Nyle i have no idea. My point is- this has been an ONGOING issue for 5 Ubuntu releases. And no one really gives an answer to fix it. There is like ONE guide ive ran through that WOULD help. if it worked. [20:12] I am not the person you meant to highlight, subcool [20:13] Nyle, yep got that already, ty [20:13] ty [20:14] tomreyn: al2o3-cr: perhaps this might give a clearer picture of my situation: https://paste.ubuntu.com/p/S738Rv6XzQ/ [20:16] b3h3m0th: what's your question? [20:16] b3h3m0th, what is '48254' ? your port ? [20:16] b3h3m0th, if so, sudo ss -p | grep 48254 [20:16] Some process has connected to my HTTP server at port 80. The source of that connection is 48254. I want the PID of that process. sarnold ioria [20:17] b3h3m0th: if you're trying to find out which process used to have port 48696 before it was closed, I don't think that information is available anywhere [20:17] b3h3m0th, try : sudo ss -p | grep 48254 [20:17] No neither of those are what I am trying to find sarnold ioria [20:17] Connection is still there [20:17] b3h3m0th: the try wait state is owned by the process on port 80... what ever was on port 48254 is probably long gone [20:18] b3h3m0th: are you perhaps overlooking TIME_WAIT? the connection with endpoiints ::ffff:127.0.0.1:80 and ::ffff:127.0.0.1:48696 is gone [20:18] b3h3m0th, the cmd i posted should return you the pid [20:18] ioria: They have tried that several times... they're not understanding that the process that triggered that has already exited [20:18] kinda makes sense now. I thought TIME_WAIT means client is still alive but, is that wrong assumption? [20:18] ah [20:19] pragmaticenigma, i see [20:19] b3h3m0th, if exited, .... [20:19] if triggered process exist, won't the connection be torn down? I thought TIME_WAIT is a TCP stream which didn't FIN/RST yet [20:19] *exits [20:19] b3h3m0th: correct, the time_wait is owned by the server, not the client. What you have is someone's application that was poorly written and doesn't properly close it's connection on exit [20:20] I see [20:20] b3h3m0th: You're better bet is to search the log files looking for user agents [20:20] I'll have to do some contrack voodoo now [20:21] server application log obviously won't "know" the cliend PID/process name [20:21] If anyone has any experience running Ubuntu 18.04 with Kubuntu, but using Xmonad as KDEWM instead of Kwin, need some help figuring out multi monitor stuff. Does Ubuntu (with Gnome or Unity whatever) have multi monitor support out of the box? By which I mean automatic panels on both monitors, only the apps that are on that monitor show up on taskbar, virtual desktops etc. etc. ? [20:21] I'm looking at some IPTables voodoo angle as well. [20:22] b3h3m0th: correct, but hopefully the item in question left its user agent signature in the log file (assuming your http server is logging that information) [20:22] with --log-prefix [20:22] Ah okay, you mean use the user agent string to infer the client process? [20:22] Currently with Xmonad + Kubuntu I get all that, but have to manually do it, and when I plugin laptop in/out of work monitor to go home at night, next day I come to hook it up, and panels don't go to the right place, mon1 doesn't have panels, applications go to the wrong monitor and I have to manually fix everything [20:23] b3h3m0th: not all 127.0.0.1 connections pass through IPTables ... as the interface is designed to enable applications to communicate freely internally with in the system [20:23] I can switch to Ubuntu from Kubuntu, I don't mind, just need to know if anythign has good multi mon support [20:23] Wait a minute, that's interesting.. [20:24] localhost is not passing through iptables [20:24] So I can write applications talking over loopback and bypassing conntrack? [20:24] err [20:24] bypassing netfilter [20:24] b3h3m0th: Yes [20:25] That's another reason you can't route localhost to localhost on ports without dnat and prerouting rule [20:26] Loopback is peculiar. === shokohsc3 is now known as shokohsc [20:27] Nyle: so a dnat rule can be enforced for loopback? [20:28] That should solve my problem, my netfilter hook just needs to somehow get the client process cmdline for all connections which are destined for 127.0.0.1:80 [20:28] s/netfilter hook/iptables rule [20:34] !info systemtap [20:34] systemtap (source: systemtap): instrumentation system for Linux. In component universe, is optional. Version 4.1-9 (eoan), package size 1254 kB, installed size 3921 kB [20:53] How do I tell what version of usbmuxd is installed? [20:55] MannyLNJ: `apt policy usbmuxd` [20:55] b3h3m0th, thank you [21:14] I'm tying to follow the directions at https://ubuntuforums.org/showthread.php?t=1351548 to work with my current installed version. Someone in the past said they they to change the version of libusbmuxd.so in the file. I just did but still no joy. Anyone have a suggestion on how to resolve === MannyLNJ_ is now known as MannyLNJ [21:17] such old post, 2009 ... [21:17] what is your issue with iphone? [21:17] oerheks, I need to get my Ubuntu system to reach the internet through my PDA Net app on my smartphone [21:21] oerheks, the error displayed is 2020-01-27 16:19:53-0500 [-] OSError: libusbmuxd.so.1: cannot open shared object file: No such file or directory so I believe it has to do with the version of libusbmuxd [21:23] if I wanted to make a symbolic link to the current version of libusbmuxd and have it appear as libusbmuxd.so.1 could I do that? [21:31] MannyLNJ: I'm guessing your libraryname.so is a broken symlink to lirbaryname.so.1 which is why this error [21:32] b3h3m0th, I'm not sure what you mean by that but i have to head out so I'll google it and come back later [21:34] Your software is either expecting `libusbmuxd.so.1` specifically and could not find it, or it is looking for a generic version `libusbmuxd.so` and your distro has it wrongly symlinked to `libusbmuxd.so.1` instead of whichever you have. I was betting on the later. [21:34] * b3h3m0th Try `locate libusbmuxd.so` [21:36] If former is the case, you making the symlink to the current version may or may not working depending on how the application is written. If later, it should work fine with you making the symlink. [21:44] what's the ssh-keygen syntax for a 4096 rsa keypair? [21:45] `ssh-keygen -t rsa -b 4096` [21:46] thanks b3h3m0th [21:54] quit [22:02] Hey I am trying to satisfy "checking for GNU libtool >= 2.4... no" on ubuntu xenial aarch64 for crosstool-ng [22:02] I have that package installed [22:02] it is 2.4.6 version [22:02] but it is not detected/detected as lower version or something [22:02] and configure fails [22:08] Guest98: what version of ubuntu? [22:08] lts [22:08] 18.04 [22:08] hmmm Xenial is 16.04 [22:08] oh sry [22:08] Guest98: please pastebin: apt-cache policy libtool-bin [22:09] however, 16.04 does have GNU libtool 2.4.6 [22:09] I know, this, I have 16.04 and just checked =) [22:10] oh so this is the package, I was trying to install libtool-dev lel [22:10] Guest98: that does not include /usr/bin/libtool [22:11] ah I see [22:11] I expectedit needs a .so file [22:11] somehow lol [22:41] hi! I'm trying to debootstrap --foreign --arch=x86_64 ??? bionic, but get this error message: "E: Invalid Release file, no entry for main/binary-x86_64/Packages" so are the architecture names different than uname -m? [22:41] nevermind, I had an emtpy mirror URL. [22:42] try amd64 [22:42] http://archive.ubuntu.com/ubuntu/dists/bionic/ [22:45] ic, the correct way to determine it is dpkg --print-architecture [22:45] thanks! [22:55] stage 1 finished with no error message. however, /target/boot is empty, so how can I get a kernel to boot and run stage 2? [22:56] probably also an initrd [22:56] I'll have a look at https://wiki.debian.org/EmDebian/CrossDebootstrap [22:56] Sven_vB, at least on debian, linux-image-amd64 [22:57] ah install through apt [22:58] Sometimes after suspend i get slow scrolling speed. anyone experience similar? [23:02] quadrathoch2, thanks! the wiki page recommends multistrap instead, which seems to include tools to generate an initrd. [23:03] well not sure about "instead", maybe it does download linux-image-amd64 as well. [23:07] Did anyone in here actually manage to get Battle.net games working with wine? (tutorials are found are only for older ubuntu versions sadly) [23:08] would love to play some world of warcraft :) [23:10] i have it working with wine-staging see > https://appdb.winehq.org/objectManager.php?sClass=version&iId=28855 the howto/notes part also there [23:10] wwine-staging, is that some kind of wine tool pack? [23:11] it is "testing" version of wine. more features less tested [23:12] the HowTo/Notes sadly does not teach me how to install wine-staging and winetricks :O [23:12] I once tried adding wine to my repository list, and it said it was not signed (tried out some other tutorial) [23:12] so I could not install wine at all [23:13] im gonna start with saying adding 3.rd party repos is bad habit, if you add things it can later break stuff specaly on major updates [23:13] okay [23:14] if you willing to "risk" it still https://wiki.winehq.org/Ubuntu [23:14] no not risking it then [23:14] going the way you did it :) [23:15] btw when opening the Ubuntu Store application, it says "failed to refresh cache: W: GPG error: https://dl.winehq.org/wine-builds[.......]" [23:16] so I guess it is already in this weird repo list. now I need to remove it lol, but how? :D [23:16] to fix your gpg error run >> wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key [23:16] I think i will try manjaro [23:17] to remove it from your repos delete it from /etc/sources.list.d&/foobar [23:17] foobar = name of the repo [23:17] after you need to run >> sudo apt update [23:17] typo > /etc/sources.list.d/foobar [23:17] the & should not be ther [23:18] eh, whatever! I upgraded to Ubuntu 20.04, kernel 5.4 broke my wifi, so I built a 5.5 kernel which in turn broke the nvidia driver so the only good solution is to rollback to 5.3 and wait until 5.5 is actually added to 20.04 :( [23:18] out of context there but the gist is: when will 5.5 be added to 20.04 cuz I'm about that life [23:23] Mathisen, I cd'd into /etc/ and there is no sources.list file and no sources folder [23:23] I have Ubuntu 19 (latest update) btw [23:23] my bad /etc/apt/sources.list.d/foobar [23:23] frank1e: /etc/apt [23:23] ah yes misread that sorry [23:23] its getting late.. :( [23:24] as an aside I accidentally built Linux 5.5 with clang (CC is set to clang in my shell) and it just... worked. I was like, WERD. [23:24] results in: [23:25] google-chrome.list google-chrome.list.save steam.list steam.list.save [23:25] npx: did it boot? [23:25] sarnold: I'm running it now [23:25] npx: *crazy* :) [23:25] Hey folks [23:25] Mathisen, there is nothing called wine, only above mentioned things. [23:25] sarnold: yeah it all just works, I didn't even realize I did it hahah [23:25] npx: I didn't think those frankenhybrids would survive all the way to a login prompt :) [23:25] Ubuntu server 18.04 here - the mouse keeps freezing/stalling [23:25] npx: how'd you figure out that it's not gcc? [23:26] jardinss: wild shot in the dark, are you on the hwe kernel? [23:26] I just realized I have export CC=clang-9 in my zshrc [23:27] sarnol: I dont know what hwe kernel is! [23:27] it seems to be kernel related [23:27] jardinss: hehe, alright, what does uname -r report? [23:28] it was the same mouse problems with centos and mint [23:28] sarnold: https://www.phoronix.com/scan.php?page=article&item=linux-55-clang&num=1 - this is, like, a thing now. Probably purely placebo but I could swear this feels snappier. [23:28] frank1e, not sure what you saying where is there nothing called wine [23:28] 4.15.0-76-generic [23:29] Hello! Where do I go to report package conflicts for Ubuntu 20.04? I currently have the minimal GUI installation, and wanted to install ``ubuntu-software``. The only issue is, it leads me on a chain of "this package requires that, but it won't be installed". === fengshaun_ is now known as fengshaun [23:31] Alright, thanks for the support =# [23:32] mathisen nevermind. Trying to install wine stable right now via terminal [23:32] When the nvidia drivers are patched to work with linux 5.5, I'm really excited to see what a clang-built -lowlatency kernel feels like (just with a high intensity old school browser/tmux session) [23:33] mathisen I did "sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'" [23:33] and then "sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'" [23:33] it returns this: "sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'" [23:33] sorry typo. it returns this: "E: Unable to locate package winehq-stable" [23:34] run > sudo apt update [23:34] is https://dl.winehq.org in that list that it updates ? [23:35] yes! :) [23:35] then you have it [23:35] so it's already installed? How do I run it? I can't find Wine in my applications overview [23:36] install synaptic, a much more detailed softwarecenter [23:37] you need to install it also.. sudo apt install winehq-stable [23:37] Mathisen, "E: Unable to locate package winehq-stable" [23:37] maybe the name is diffrent > sudo apt search wine [23:38] worked now. I used "wine-stable" instead of "winehq-stable" [23:38] weird but ok :D [23:41] Mathisen, it's installed now. Now I need to do "sudo apt install winetricks" to install the rest? [23:43] that or just install ttf-mscorefonts-installer with apt. this assuming you have contrib also in your sources.list === Vercas_ is now known as Vercas [23:43] im going off now, ned time work tomorow. good luck anyway [23:43] bed* [23:44] thanks so far! :) [23:46] npx: I believe 20.04 is aiming at 5.4 instead of 5.5 [23:46] if they backported the iwlwifi changes I wouldn't mind [23:47] npx: there is a PPA with backport-iwlwifi-dkms [23:47] well put me out to pasture [23:47] thanks :D [23:48] npx: https://launchpad.net/~canonical-hwe-team/+archive/ubuntu/backport-iwlwifi [23:49] powerful, thanks dude! didn't imagine this was already done [23:49] good find jeremy31 [23:50] There is an older version in the repos, it might show in driver manager [23:50] I'd honestly prefer not to run a custom kernel, even if this is slightly slower [23:50] so perfect [23:51] The downside I see is that it only supports Intel devices [23:51] well that's what my laptop has so it's ideal [23:51] now let's see if 5.4 works, brb [23:53] hmm [23:56] no one has fixes for their BT audio? [23:56] subcool: you mean switching from HFP/HSP to A2DP? [23:56] audio bt profiles go missing [23:56] unable to re-ad them. [23:57] they will connect, but NEVER offer the ability to listen through it. [23:58] subcool: check in terminal> pactl list short | grep blue #is module-bluetooth-discover listed [23:58] Ubuntu netboot is just for installation purposes? I want to PXE boot to an Ubuntu 18.04 desktop... [23:58] jeremy31: yes [23:59] subcool: what does it show as audio profile in sound settings?