/srv/irclogs.ubuntu.com/2020/01/27/#ubuntu.txt

tomreyndid you read the losetup man page?00:05
tomreynit suggests running "losetup --find --show ~/file.img" where ~/file.img would be the image file00:05
courrierIs it possible that 2 concurrent dd if=f.img of=<2 different devices> interfer between each other?00:06
tomreynAlexPortable: ...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
AlexPortableforgot the offset, got it mounted now00:07
AlexPortableall files are there00:07
tomreyncourrier: what do you mean by "of=<2 different devices>"?00:08
tomreynoh you ran dd twice, and thus created two images00:08
courrierthe opposite, I copied the same image on two different USB sticks00:09
courrierbut they appear to be both not working00:09
courriergparted sees no partition on them00:09
courrierI first copied 1 stick successfully00:09
tomreynyou could do the same as alex, losetup the image and inspec its contents00:10
courrierLet's hope the explanation is that I can't copy twice at the same time00:10
tomreynthere's no reason why you couldn't do two concurrent writes00:10
KaedennWhere 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 kept00:33
KaedennI found the panel itself in dconf but it doesn't list the Applications menu00:33
tomreyn/usr/share/applications/00:36
tomreynand ~/.local/share/applications/00:36
tomreyn,desktop is specified by freedesktop.org00:38
KaedennWhat about the listing itself within the Applications menu?00:42
KaedennThe applications that are enabled/disabled, the folders, etc00:42
Kaedennit's ~/.config/menus/gnome-applications.menu00:45
Kaedennhmm, that's not quite it00:51
Kaedennthe thing is, Libre Office - Math is in the Science category but I want to move it to the Office category00:51
KaedennI though there'd be a way to move it00:51
Kaedennfailing that, I thought there'd be some XML somewhere I could edit to move it00:51
huuuuugoohi, 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:05
thorie_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 <public_ip>` (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 ssh01:24
loneloboit was working before you enabled ufw?01:36
thorie_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 blocked02:13
thorie_was working fine, enabled ufw, stopped working, disabled ufw, still not working?02:14
thorie_i found something new, it actually sort of works - but only one ssh connection at a time02:15
lonelobothorie_: strange02:15
thorie_if i disconnect one session, i can login again but only max 1 connection02:15
lonelobocan you have a session connected to localhost and a session connected to ext_ip or only a single connection at all?02:15
thorie_localhost many is OK, ext_ip only single02:16
thorie_could be this stupid home AT&T router/modem with a broken port forwarding software? :/02:17
thorie_not sure how i could test that, maybe i'll need to bring my server somewhere else02:18
loneloboyou could test that possibly by using a software firewall and putting the ubuntu box in the DMZ, if you can, but that's risky02:18
thorie_i didn't see any DMZ mode on the AT&T router configs02:18
thorie_oh well, as long as i can get 1 connection that's fine for now i guess02:19
=== zbenjamin is now known as Guest42543
=== zbenjamin_ is now known as zbenjamin
loneloboI 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
loneloboI'm not a linux expert at all so I don't know what necessarily to recommend02:20
thorie_no problem, thanks lonelobo02:26
lonelobothorie_: 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 help02:28
wangledorfis there a way to install chromium not as a snap in 19.10? The snap is abysmally slow03:10
wangledorf(Besides building from source, though I may resort to that)03:10
dragonriver[m]wangledorf: doesn't apt install chromium-browser work?03:16
wangledorf*sigh* yep lol03:20
WaVAll 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.103:20
wangledorfI just uninstalled the snap and installed from apt, much better. thanks!03:21
WaVPulseAudio says that it is unplugged? Hrmm, that's interesting.03:22
mrsidewayshello, is there a simple command line tool (maybe ncurses) to choose and connect to wifi networks?03:23
thorie_mrsideways: https://askubuntu.com/a/97064103:27
mrsidewaysthanks thorie_03:27
dragonriver[m]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:28
k_szeHi 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
k_szeor before the triple-dashes?03:31
mrsidewaysi put it before03:32
mrsidewaysand that works03:32
Bashing-omwangledorf: Be aware however that in 19.10 the snap for chromium-browser will be installed from "apt" :(03:33
dragonriver[m]mrsideways: Wicd is another option03:35
mrsidewayswicd has a console mode?03:35
mrsidewaysi never knew03:35
dragonriver[m]yeah, wicd-cli and wicd-curses03:36
mrsidewayscool, thanks03:36
WaVSeemed 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.04:00
quarterbackIs it possible to see all processes being initialized during bootup rather than showing a ubuntu maroon screen?05:10
quarterbackI was trying to display boot messages when starting ubuntu linux.05:14
Bashing-omquarterback: remove "quiet splash" from the /etc/default/grub config file.05:14
quarterbackBashing-om, Yes, thanks.05:15
quarterbackrebooting, brb05:15
Bashing-omquarterback: Reminder: Always make a backup prior to editing:)05:16
panorainHey!05:30
panorainI just stopped in and got that information about removing "quiet splash" i'm backing up now.05:32
Bashing-ompanorain: "Safety is no accident" :D05:33
panorainThank You for that reminder about backing up also.05:33
panorain:]05:33
panorainAhh removed (quiet splash) but left the quotes - "" that is what I perceive to be correct.05:34
Bashing-ompanorain: correct - the quotes left is required.05:36
panorainThanks.05:37
Coder73480Hi05:48
panorainHey05:48
Coder73480How do I install ubuntu in virtualbox ?05:48
Coder73480Is there a tutorial ?05:49
quarterbackHow to diplay grub boot messages entirely in graphical mode so that there is no blank screen when switching from text to graphical mode?05:49
quarterbackThis seems like a defect in debian and ubuntu distros.05:51
Bashing-omquarterback: Bootparameters " systemd.unit=multi-user.target ": and " systemctl set-default graphical" .05:53
Greg_Coder73480, you download the iso. start a new vm and select the ubuntu iso as install media. the ui is pretty straight forward05:53
Greg_but im sure theres plenty of guides on youtube or whatever05:53
quarterbackBashing-om, Where to set that?05:53
Coder73480What about settings like ram and processor core etc05:54
Bashing-omquarterback: systemd.unit=multi-user.targetis a grub boot thing .05:54
quarterbackBashing-om, I dont find systemd in grub05:55
quarterbackBashing-om, Do I have to add these two lines?05:56
quarterbackBashing-om, Do I have to add these two lines in grub?05:56
Bashing-omquarterback: You wont as "systemd" is a kernel thing. Once the system is booted, however, systemctl set-default graphical will start the GUI.05:56
quarterbackBashing-om, Where to set systemd.unit=multi-user.target ?05:57
Bashing-omquarterback: 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
quarterbackBashing-om, I had executed the second line as sudo05:59
quarterbackBashing-om, I edited grub and updated with sudo update grub205:59
Bashing-omquarterback: GRUB_CMDLINE_LINUX_DEFAULT=""  ??06:00
quarterbackBashing-om, What do write in GRUB_CMDLINE_LINUX_DEFAULT=06:01
Bashing-omquarterback: The command is 'sudo update-grub' in ubuntu.06:01
quarterbackBashing-om, I removed quiet splash in that line.06:02
Bashing-omquarterback: just the quotes.06:02
quarterbackBashing-om, Yes, after this, I uncommented GRUB_GFXMODE=640x48006:03
quarterbackThis is in grub file.06:03
quarterbackLet me reboot to check.06:04
Bashing-omquarterback: MBR partitioning ? grub supports lots of resolutions. grubs command vbeinfo will tell.06:04
panorainDoes one have to perform "sudo update-grub" after a modification to the grub file such as removing (quiet splash) entry?06:05
panorainI meant- Should one perform?06:05
Bashing-ompanorain: Yeah I did forget to mention :)  it propagates the change to the operating system.06:06
panorainBashing-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:07
Bashing-ompanorain: Yeah you have the right of it.06:08
quarterbackBashing-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:10
panorainGood question.06:11
panorainOr can the boot be paused in order to note or photograph the messages displayed?06:12
quarterbackThis seems like a defect in debian and ubuntu.06:12
panorainI recall this since some time ago I removed quiet splash also.06:12
quarterbackpanorain, No, the boot need not be paused. The Screen should not be blank during boot for any reason.06:13
Bashing-omquarterback: 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
panorainI am certain the messages can be logged or are they kept in a /var directory?06:13
panorainAhh great command!06:14
quarterbackBashing-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:14
Bashing-omquarterback: Ya want to see my grub file - As I too want to see boot messaging, and works for me :)06:15
quarterbackBashing-om, Sure06:16
quarterbackBashing-om, Does your boot up screen blank for a sec and redisplay boot messages from top of the screen?06:16
panorain" journalctl -b -0 " seems in a way similar to " dmesg "06:18
Bashing-omquarterback: 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:18
quarterbackBashing-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:20
quarterbackBashing-om, I am going to try gfxpayload entry in my grub.06:23
Bashing-omquarterback: 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:23
panorainBashing-om, To you mean pause the message output?06:25
quarterbackBashing-om, I think the pausing and clearing of screen is something I want to remove. I have yet to figure out how.06:25
quarterbackBashing-om, I am looking for continuous display of boot messages.06:26
Bashing-omquarterback: try grub terminal command ' set pager=1 '.06:28
quarterbackBashing-om, Where?06:29
Bashing-omquarterback: from grub's linux line. but set pager=1 will notdisplay continuosly .06:30
quarterbackBashing-om, How to display boot messages continuously without break?06:31
Bashing-omquarterback: Ouch ! ^^ Grub'scommandline ! .. the 'c' optopn.06:31
panorainreally?06:32
quarterbackBashing-om, Can you write complete steps for that?06:33
panorainBashing-om, Can you explain this ?06:33
panorain:]06:33
Bashing-omquarterback: 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:35
panorainAhh "left shift" will allow boot to grub?06:36
Bashing-ompanorain: UEFI is the escape key that grub looks for .06:37
panorainBashing-om, Then enter "pager=1" with no quotes. Ohh06:37
Bashing-ompanorain: Correct.06:37
panorainBashing-om, No UEFI then left shift correct?06:37
panorainI am noting this.06:37
Bashing-ompanorain: Yepper shift key in legacy is what grub looks for.06:38
panorainBashing-om, Thanks.06:39
Bashing-ompanorain: The Bible: https://www.gnu.org/software/grub/manual/grub/grub.html06:39
panorainI better note this06:40
panorainAlot 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:43
Bashing-ompanorain: Well, I make the label as the date.06:44
panorainGood Idea but what when you modyfy a few times during the same day? I have donw this with keepassx.06:45
panorainmodify*06:45
quarterbackBashing-om, Is it possible to set pager=1 in a config file?06:45
Bashing-omquarterback: Not that I am aware of // but what I do not know fills a very large book .06:46
panorainI 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:49
panorainWhich is still under construction heh.06:50
Bashing-ompanorain: Not looking forward to learning EFI. But it is the future.06:50
panorainSo BIOS - UEFI - then EFI ?06:52
panorainI suppose I can look that up.06:52
panorainI'm off to rest.06:54
panorainThanks for the notes and help.06:54
Bashing-omquadrathoch2: I am out of here also // others here can respond to questions :)06:55
quarterbackStill the screen blanks during boot for a secodn.07:03
quarterbackThis seems to provide some info https://wiki.archlinux.org/index.php/GRUB/Tips_and_tricks07:06
=== Grldfrdom_ is now known as Grldfrdom
=== Euph0ria is now known as EuphOria
dionysus69ok I have closed down all large software that is using up RAM10:07
dionysus69but current RAM usage is at 7.1 GB10:07
dionysus69something shady is using up RAM, can you help me diagnose this. htop or ksysguard are not showing anything that is using that much RAM10:08
dionysus69                      total        used        free      shared  buff/cache   available10:09
dionysus69Mem:            15G        7,2G        2,0G        152M        6,4G        7,9G10:09
legreffierdionysus69: it won't show as free , but it's still adressable , that's the expected behavior10:10
legreffiernot wasting cycle for cosmetic10:11
dionysus69no it's not, some large memory process crashed because it couldnt allocate10:11
dionysus69I am not talking about cache, I have problem besides that :)10:11
dionysus69that use 7.2G should be something like 2-310:11
dionysus69used*10:11
tomreyndionysus69: just reboot then?10:20
dionysus69tomreyn: started happening often, I will have to reboot everycouple days now10:21
tomreynit's a desktop computer, isn't it?10:21
legreffierwhat was the large memory process ?10:21
dionysus69I 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 :P10:21
legreffieralway the same process process is crashing ?10:22
dionysus69legreffier: large integrated parallel test suite, would launch 12 processes in parallel10:22
tomreynwhat was logged when the process crashed?10:22
legreffierdid the number of parallel test change recently ?10:23
dionysus69legreffier: 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 crash10:23
dionysus69tomreyn: not sure, some processes couldnt get started. lots of different software is being launched during testing.10:23
tomreynso check journalctl then10:24
dionysus69for 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 unaccounted10:25
dionysus69I 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:27
tomreynif 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:32
tomreynanyway, i don't feel like arguing with you as to why you should inspect your logs.10:33
someone235Hi, 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:11
someone235s/buy/but11:12
badcloud_Is ppa.launchpad.net down? I'm trying to add a repo and it just hangs when I run add-apt-repository11:17
jeremy31badcloud_: I can ping the server11:21
badcloud_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}, 2811:22
badcloud_Shouldn't it be using IPv4?11:23
tatertots why would it be limited to using IPV4 when you as the system administrator have done nothing to disable IPv6?11:26
badcloud_tatertots true11:29
tatertotsbadcloud_: can you ping ppa.launchpad.net ?....11:31
tatertotsbadcloud_: jeremy31 says he can ping it...how about you give it a try11:31
badcloud_No11:31
badcloud_It wont return ping11:31
tatertotsbadcloud_: but you can ping google.com right?11:32
badcloud_I've tried from two different wifi access points11:32
jeremy3164 bytes from haetae.canonical.com (91.189.95.83)11:33
badcloud_I forgot, I'm using a Univ. access point, they don't allow pinging outside11:33
badcloud_But ppa.launchpad.net forwards me to launchpad.net in my browser11:33
tatertotsuse your iphone as a hotspot and test minus this school network you speak of11:34
tatertotsi know you have a iphone11:34
tatertotsright?11:34
badcloud_No :)11:34
badcloud_Why did you guess I do?11:34
tatertotsuse your android as a hot spot then11:34
badcloud_I'm on an N90011:35
badcloud_:)11:35
tatertots:) if you can't change anything then you'll just have to live without the ppa you're desiring to add11:35
jeremy31until you get on a different network11:36
badcloud_I actually did try from my home network, also got the same thing11:36
badcloud_But for shits and giggles I'll use my phone's network11:36
jeremy31badcloud_: try disabling IPv611:37
tomreynping6 to 2001:67c:1560:8003::8003 works fine here11:38
tatertotsthat proves it's not ppa.launchpad.net that's the problem11:39
tatertotsdisable v6 like suggested above...then retry11:39
Dynetrekkhi, what's the correct incantation to enable python3.7 with pip and venv on ubuntu:bionic? asking for a friend, eh, docker container11:40
badcloud_I think it worked finally :)11:40
badcloud_No need to disable v611:40
tomreynsomeone235: 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 hot11:42
HiddenDjinndumb 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:03
BluesKajHi folks12:05
DynetrekkHiddenDjinn I don't know any of those systems, but I use ansible for automated setup with apt-install, templating a config file, etc12:23
someone235tomreyn, it's 60C12:24
Dynetrekksomeone235 rpi?12:24
=== Oresrian is now known as stwalkerster
mrsidewaysis there a way to make ubuntu boot a chroot for all users?12:26
Dynetrekkmrsideways why? security?12:26
mrsidewayslike 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 card12:27
mrsidewaysDynetrekk, ^12:27
Dynetrekkmrsideways I think there's a project that boots from the SD card then runs a linux distro off of usb storage12:27
mrsidewaysDynetrekk, is it ubuntu?12:27
Dynetrekkmrsideways 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
Dynetrekk(the HDD case is explicitly covered at the bottom)12:28
mrsidewaysthanks, i'll look at that12:28
mrsideways:D12:28
Dynetrekkmrsideways 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 hw12:29
mrsidewaysare the raspian repos as good as ubuntu? main reason I use ubuntu is it has the best repos12:30
Dynetrekkmrsideways debian and ubuntu are very similar, mostly based of the same stuff (both use apt and partly the same code/repos)12:39
mrsidewaysoh okay12:39
Dynetrekkmrsideways personally I use mostly ubuntu, but sometimes raspbian on rpi12:39
DynetrekkI mostly don't notice the differences12:40
Dynetrekkof course it may depend on your exact use case12:40
mrsidewaysmy use case is simple, I wish to run i2p and znc so I can connect to i2p irc12:40
mrsidewaysso i just need openjdk really12:40
mrsidewaysbut i feel comfortable with ubuntu, as I use it daily12:41
Dynetrekkok, anyway using the boot-from-SD-then-HDD approach should anyway work for both ubuntu and raspbian, you can even multiboot12:41
Dynetrekkhave 2 OSes and choose at boot12:41
[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 and13:12
[bma] client seems to be fine (i.e. it's being marked as delivered, ping tests show up)13:12
[bma]The job never errors, it just sits as "in progress"13:13
[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 minutes13:15
[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/173510013:18
ubottuLaunchpad 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 issue13:18
tomreyn[bma]: try #ubuntu-server13:23
tomreynthere may only be commercial support available for it, though13:24
tomreyn(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:24
merlinerGreetings. 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:28
tomreyn[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
tomreynunless software is not fully updated, yet, i'd ensure this first of all13:30
tomreynadding [trusted] to the apt source shoould work around it13:31
=== oerheks1 is now known as oerheks
FrankyGovheya14:08
FrankyGovdear all14:18
FrankyGovI am trying to set a host-only interface on Virtualbox 6.1 on Ubuntu 18.0414:18
mrsidewaysask your question:D14:19
FrankyGovI get this error: Failed to save host network interface parameter.14:19
FrankyGovNS_ERROR_NOT_IMPLEMENTED (0x80004001)14:19
tomreynnot implmeneted is not implmented14:23
FrankyGovtomreyn, my apology for the ignorance. I just performed the installation through apt. Is there any module that I had to be added?14:28
tomreynFrankyGov: 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:30
pragmaticenigma!info virtualbox bionic14:32
ubottuvirtualbox (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 kB14:32
FrankyGovtomreyn, In fact with version 5 it's fine14:39
tomreynok14:40
FrankyGovtomreyn, I reinstalled the previous version to verify whether it worked or not14:40
mrsidewaysdoes anyone know how to change the browser hexchat opens links in?14:54
mrsidewaysmy default browser is chromium but hexchat, and only hexchat open them in firefox14:54
pragmaticenigmamrsideways: check that "sudo update-alternatives --config gnome-www-browser" and "sudo update-alternatives --config x-www-browser" are set to your preferred browser15:00
mrsidewaysthanks pragmaticenigma. i will try that15:01
G226Hello, 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
G226I looked around for fixes but most were for 18.10 and 17.10 it looked like15:07
G226I 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 restart15:10
tatertotsG226: are you chatting from the computer right now?15:10
G226Yes15:11
tatertotsG226: 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 IRC15:12
pragmaticenigmaG226: 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 you15:12
tatertotsG226: so it's more likely you're having issues resolving "certain" names, wouldn't you agree?15:12
zetheroois there a command which will show me all the apps/services/commands which are started up on user login?15:12
G226tatertots 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 connection15:13
G226I can also ping the direct IP addresses of a couple machines, but not say ping their hostname15:13
G226It'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
pragmaticenigmaG226: 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 you15:14
tatertotsG226: 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 domain15:14
G226Yeh, they're no help unfortunately even though Ubuntu is now approved, I asked15:15
tatertotsG226: and computers outside of the corporate office(s) aren't using the DNS server on the corporate domain15:15
pragmaticenigmaG226: 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 understand15:15
pragmaticenigmazetheroo: "systemctl list-units" will return a listing of all the services and their status. Any that are running were likely started on boot15:16
zetheroopragmaticenigma: hmm ... what I am really trying to get at is the entries which are in the Startup Applications tool15:17
G226alright, 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 etc15:17
G226Do you think it might be the switch from using resolvconf ?15:18
pragmaticenigmaG226: There's probably a step that you missed on the setup15:18
pragmaticenigmazetheroo: User config stuff like that would be somewhere in your $HOME/.config folder15:19
tatertotsG226: 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 connecting15:19
G226It's nothing special, just open VPN Settings --> Network --> VPN --> + To add a VPN, Choose "Cisco Any connect", Add the gateway server15:20
G226then user and pass pops up when connecting, and then it auths and logs in15:21
tatertotsgateway is NOT DNS15:21
G226I know, I'm just saying what steps were taken15:21
G226DNS is on automatic15:21
tatertotsi mean gateway is NOT = to DNS15:21
tatertotsG226: 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 connecting15:22
G226I do not15:22
G226I will try adding the DNS manually vs automatic15:22
G226and brb15:22
ioriazetheroo, check ~/.config/autostart/15:23
pragmaticenigmaG226: 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 desk15:23
G226yes I am trying it15:23
G226but there is no help desk for this kind of thing ;p15:23
G226brb thanks15:23
zetheroo ioria: ah thanks!15:23
ioriaok15:23
G226Aw, Adding the internal DNS server directly into the IPV4 setting of the vpn connection didn't work15:27
G226Is there somewhere else I can add in a DNS server for a VPN if i know the address?15:27
tatertotsG226: there's a #networking IRC chat room...you might wanna join15:27
G226Also, did you mean admin to my machine? I have full admin on my machine15:28
G226Okay sure, sorry15:28
tatertotsG226: since it's not strictly solely a ubuntu issue...you might ruffle some feathers if you continue here15:28
G226Okay sure, I'm sure anything that yses systemd-resolved and Networkmanager would likely run into this15:32
G226Not trying to ruffle feathers D:  its just an odd issue15:32
tatertotsG226: did you try to manually use the corp DNS for resolution AFTER successful VPN connection?15:35
tatertotsG226: elaborate on your methodology for testing if you did15:35
KatronixHi all, I've installed Apache on Ubuntu 16.04, lynx running locally sees the site, however remotely the connection timeouts. Any suggestions?15:46
tomreynapache tomcat?15:47
tomreynplease pick one: https://projects.apache.org/projects.html15:48
leftyfbKatronix: remotely as in a public ip address or a local ip on the same network? I would definitely test the latter first15:50
Katronixremotely as in my computer connecting to the vps, locally as in logged into the server lynx sees it15:51
leftyfboh, it's a VPS15:51
Teikoman_fiWhat 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:51
Katronixleftyfb yes, does that make a difference?15:52
leftyfbKatronix: look at any iptables/ufw rules on the host or rules through the VPS provider.15:52
Katronixleftyfb ufw has apache full allowed15:53
leftyfbKatronix: try disabling ufw completely to test15:53
crissaeIs there a `mount` notation that looks like this:   <remote_hostname>:/<volume_path>   /mnt/my/local15:56
Katronixleftyfb I disabled ufw, same results15:56
crissaeI can ping the <remote_hostname> and can 'kind of' check out the parts after the colon -    :/<volume_path>     and of course I can verify the /mnt/my/local15:56
crissaebut 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:57
crissaeAh, these are 'remote'-ish NFS shares.15:58
qoobHello I am a new user of Ubuntu.  It would be lovely if someone could lend me a hand in a very simple matter.16:03
pragmaticenigmacrissae: 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 install16:04
merlinerqoob: please state the matter which interests you16:04
pragmaticenigmaqoob: 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:05
qoobI 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:06
qoobMy 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
pragmaticenigmaKatronix: 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:07
qoobSomething 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
qoobI 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:08
Katronixpragmaticenigma, my vps has its own IP16:09
pragmaticenigmaqoob: You shouldn't need to change the source code16:10
eliyahuTBRhey guys. i'm running Ubuntu 18.04.3 LTS https://paste.ubuntu.com/p/4YMm55dBvV/ can anyone advise me what to do?16:11
Katronixqoob 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 too16:11
qoobKatronix 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
KatronixeliyahuTBR, might check out https://tecadmin.net/install-oracle-java-8-ubuntu-via-ppa/16:12
pragmaticenigmaqoob: 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
qoobso latest wordpress is complaining of mysql_connect undefined.  I tried enabling mysqlnd.so and mysql.so in config.16:13
qoobrepository is apt-get?16:13
pragmaticenigmacorrect16:13
Katronixqoob wordpress.com doesn't offer wordpress for download, wordpress.org does16:13
qoobthat'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
qoobKatronix yes wordpress.org then.  Like I said I'm new, to me these are irrelevant details :)16:13
qoobI got it via apt-get actually.  I just meant official wordpress "place"...16:14
qoobDIdn't know all these little things mattered.  sorry.16:14
eliyahuTBRi'm trying to install oracle-java11-installer after adding apt-repository ppa:linuxuprising/java and updating but i get Reading package lists... Done16:14
eliyahuTBRBuilding dependency tree16:14
eliyahuTBRReading state information... Done16:14
eliyahuTBRPackage oracle-java11-installer is not available, but is referred to by another package.16:14
eliyahuTBRThis may mean that the package is missing, has been obsoleted, or16:14
eliyahuTBRis only available from another source16:14
* qoob is new16:14
pragmaticenigmaKatronix: sorry... my comment earlier was meant for someone else... I mis-tabbed your name16:14
Katronixqoob I'd recommend just downloading it from wordpress.org its a simple php based script16:15
Katronixpragmaticenigma, ah ok16:15
pragmaticenigmaTeikoman_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:15
pragmaticenigmaeliyahuTBR: software from PPAs are not supported here... you will need to contact the maintainer of the PPA for support.16:16
qoobKatronix 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
qoobI will remove all and try again.16:16
qoobI read for a month about zend, too.  I tried editing mysql_connects into mysqli_connect... but there's too many16:17
Katronixqoob yep, that is pretty much all it does :)16:17
qoobmy head will explode.16:17
Katronixqoob use this version, https://wordpress.org/latest.tar.gz no mysql_ in it :)16:18
eliyahuTBRwhen 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
qoobKatronix 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:18
Katronixqoob, assuming you have apache, mysql, php properly configured yes16:19
pragmaticenigmaeliyahuTBR: Again: software installed from PPAs are not supported here... you will need to contact the maintainer of the PPA for support.16:19
qoobKatronix 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
qoobKatronix 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:20
qoobnowhere in wp-admin does it need root right?  just a special user for wordpress?16:21
Katronixqoob, 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
Katronixqoob do not use the root mysql user for the site16:21
qoobthank you.16:21
qoobKatronix :)16:21
Katronixqoob np16:21
Katronixqoob correction, phpinfo needs to know about mysqli not mysql :)16:23
gorbyHi 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:39
ryuogorby: the only driver is the kernel one.16:45
ryuogorby: are you current on updates?16:45
gorbyryuo : yeah I think so - in the additional drivers sections it says "intel Corporation: Unknown"16:46
ryuogorby: no, i meant the system upgrades.16:46
ryuoor updates16:46
gorbyRyuo - I think so, yes.16:47
ryuogorby: then what kernel version?16:47
gorbyryuo : 5.3.0-26-generic16:47
ryuook so HWE16:47
gorbyryuo : Is there more stuff I should update?16:49
ryuogorby: 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=20131916:50
ubottubugzilla.kernel.org bug 201319 in network-wireless "iwlwifi: 9260: can't get MAC READY after INIT DONE" [Normal,Closed: documented]16:50
ryuoof course if the card is socketed and your device allows using other cards you could always try swapping to another kind.16:51
gorbyryuo : 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:51
ioriagorby, considering that kernel ...  https://askubuntu.com/questions/1182351/19-10-big-issue-with-intel-9260ac-wifi-iwlwifi-brings-system-to-a-halt16:52
ryuoi would only advise that though if nothing else has solved the problem16:52
=== Mekely is now known as junka
=== junka is now known as Mekely
gorbyioria : The description of the problem seems the same at least.16:55
ioriagorby, looks like16:55
oerheksoptions 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-halt16:57
oerhekssame for 18.04 lts?16:57
gorbyoerheks : I havent tried the solutions that person posted, but I have the issue on 18.04 Lts (I havent tried 19.04)16:58
gorbyoerheks : 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
compdocgorby, is this a fresh install?16:59
gorbycompdoc, yes, today.16:59
compdocwhat if you booted the latest version live from usb stick? see if the problem still exists?17:00
compdocmight even try the latest 18.04 running from usb17:01
gorbycompdoc : 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
gorbycompdoc : 18.04 on a stick* sorry.17:03
compdocyeah. it might eliminate issues like a corrupted install. drives can fail17:04
mohnishHello 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
gorbycompdoc : I bought this SSD today :) Had a 4 year old segate fail last night =/17:05
eliyahuTBRThanks pragmaticenigma. just saw your answer now.17:05
compdocssds are great17:05
mohnishyeah, I use an ssd too17:05
compdocbut they can fail too17:05
subfjif 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
gorbycompdoc : 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
mohnishcompdoc, I use an ssd for my os and hdd to store my data in it17:06
ioriagorby, you don't want 19.0417:06
mohnishBTW, can anyone help me?17:07
compdocMy system boots from a very fast nvme drive, and all other drives are ssds, except for a few raidz arrays I have17:07
shibbolethspeaking of 19.0417:07
gorbyioria : No, Id rather not use it. But I guess it could be usefull to see if the issue has been cured.17:08
shibbolethis it final, ubuntu-server will no longer be offered with the debian installer?17:08
ioriagorby, i mean, is dead17:08
mohnishhttp://dpaste.com/2Q4XZPY       <--------17:08
gorbyioria : Ah right, I guess i meant 19.10, sry.17:08
ioriaok17:08
gorbyID just rather stick to LTS17:09
mohnishgorby, good idea17:09
mohnishgorby: You might also want to try timeshift17:10
mohnishto backup and restore your system17:10
=== westor{off} is now known as westor
gorbyMohnish : Thanks, Im not really going to do much to this system if I cant get past all the network crashing ^^17:11
mohnishoh, okay17:12
gorbyThis install, rather.17:12
mohnishI would definitely recommend it to anyone, though, it just saved my system today,I had messed it up bad17:13
mohnishbut, I saved it using timeshift from a live system17:13
gorbyThanks :) I dont even have any of my data drives or other SSD's plugged in while im trying to sort this though.17:13
mohnishoh, okay17:14
mohnishWell, would you help me? http://dpaste.com/2Q4XZPY17:15
gorbymohnish - 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:20
mohnishI wanna connect my phone to it, so that I can share files between my phone and my pc, without using a cable17:21
gorbyMohnish : cant you go through another network they both have access to?17:21
subcoolOk. 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:22
ryuosubcool: welcome to the wonderful world of bluetooth audio. it's a crapshoot everywhere it seems like.17:24
ryuosubcool: though, have you tried checking if the bluetooth versions are compatible?17:25
subcoolnope...17:26
subcoolit seems to be a common issue- that that has answer17:26
subcoolwhcih usually means for me, is an easy fix. But== i should just know about it.17:27
subcoolso- ... kinda stuck17:27
=== jhutchins_wk1 is now known as jhutchins_wk
Areadorhi, 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:39
hggdhAreador: in general, they can become unusable because they do not have packages for the devel release. They *will* get disabled on upgrade, anyway.17:42
pragmaticenigmaAreador: you will also see a message stating that repositories will be disabled because they are not compatible with the new version17:44
gorbyIn the "software and updates - additional drivers section" why would it list my wireless card if its only ever been useing the default drivers?17:46
absentabyssHello, 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
gorbythe only option avaible there is "continue useing manually installed driver" - but, to my knowledge i never installed anytyhing.17:47
Areadorok 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
pragmaticenigmaabsentabyss: there should be an icon on the desktop to install Lubuntu17:48
absentabyssthat would be the case on a liveCD17:49
mycraphttps://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
ioriaAreador, with caution  : https://www.linuxuprising.com/2019/01/ubuntu-users-can-now-keep-ppas-and.html17:49
pragmaticenigmaabsentabyss: the same image is used to make a live cd and/or USB drive17:49
pragmaticenigmaabsentabyss: if it is not there.. .then I'm not sure how you made your live boot drive17:50
absentabysspragmaticenigma 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
pragmaticenigmaabsentabyss: No, there is not17:50
absentabysspragmaticenigma ok thank you :)17:51
jollylolhello 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:52
Areadorioria: ok, so it i possiblem, but it is recommended to upgrade ubuntu when its released, right?17:53
ioriaAreador, yes ....17:54
Areadorok thank you for this information!17:54
ioriano prob17:54
mycrapHow to deleat stubern partitions on a usb?17:55
absentabyssif 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:55
absentabysslet'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
pragmaticenigmaabsentabyss: That is the purpose of a backup... however, if you should verify that your back up succeeded before removing the original data17:56
absentabysspragmaticenigma does the image (created via gnome disk utility) serve as a backup?17:57
pragmaticenigmaabsentabyss: I don't trust those tool17:57
absentabysspragmaticenigma: what would you suggest?17:58
pragmaticenigmaabsentabyss: 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 machine17:58
absentabyssnah, it can be unmounted17:58
absentabyssI don't need to have it mounted17:58
absentabyssin that case would you trust gnome-disk17:59
pragmaticenigmaThe disk imaging tool I'm familiar with is the one I mentioned previously18:00
pragmaticenigmaI've never experienced a failure, and it conviently verifies the backup before it finishes18:00
absentabysspragmaticenigma: Okay thanks, I'll give that a look18:00
mycrapPlease, need help formatting a USB,  I am getting "Permission Denied"18:01
mycraphttps://pastebin.com/v8d3fecz18:01
pragmaticenigma!patience | mycrap18:02
ubottumycrap: 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:02
oerheksinteresting pastebin, not sure what to read there?18:03
oerheksopen disks, unmount that usb, and format it?18:04
Phruis`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 icon18:08
mycrapoerheks: did not work18:09
pragmaticenigmaPhruis`: 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:10
SimonNLmycrap, like I said in ##linuxmint    use gparted to remove the partitions then format18:11
Phruis`pragmaticenigma, its zeal18:11
oerheksoh mint..18:12
SimonNLnot sure18:12
SimonNLit's hiscrap18:12
mycrapSimonNL that is not working. Neither does FDisk18:13
Phruis`dd?18:13
mycraphttps://pastebin.com/v8d3fecz, this is what is on the first  partition18:15
tomreyn!doesntwork || mycrap18:15
ubottu| 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
mycrapi just did18:15
mycrapyou know what.... fuck off you assholes suck18:17
swcdxhaven't seen an emo quit in a long time18:17
oerhekswhat is in a name ..18:18
ioriaPhruis`, it works fine on 18.04; are you on 19.10 ?18:20
johnfghi folks18:20
johnfgNew installation with xubuntu desktop.18:21
johnfgI'm getting an error at bootup about light-locker crashing.  I'm using gdm3 as my login manager.18:22
ioriawhy if xubuntu uses lightdm ?18:22
johnfgThat's what the first choice was, at install, gdm3.  Do you think that lightdm is better?18:23
imbezoli 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 again18:24
imbezol"Jan 27 11:13:38 moat sh[701]: iptables-restore: line 56 failed18:25
imbezolseems odd18:25
Phruis`ioria, yeah i am18:25
mohnishSomeone pls help me: http://dpaste.com/2Q4XZPY18:25
eelstreborwhy doesn't flatpak see that an app is already installed?18:26
ioriaPhruis`, 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/applications18:27
Phruis`ioria, i see thanks for the tips18:27
eelstreborand when flatpak is used to  install an app it doesn't show up in synaptic as installed?18:28
Phruis`eelstrebor, think the systems do not communicate.18:29
tomreynjohnfg: 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
Phruis`eelstrebor, the gnome software center shows both though18:29
tomreynmohnish: 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
johnfgtomreyn: I actually installed the xfce desktop for 19.10 server, but I did it as xubuntu-desktop.18:32
johnfgtomreyn: And yes, all updates (including today's) are installed.18:32
mohnishtomreyn, what's an AP?18:33
johnfgIf I want to switch to lightdm, how should I do that?  Install lightdm first, choose it for my logins, then remove gdm3?18:35
tomreynmohnish: 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:36
mohnishtomreyn, is there not an option for hotspot in settings?18:37
tomreynjohnfg: logout, switch to a !tty , sudo apt install lightdm && sudo dpkg-reconfigure lightdm18:38
johnfgLost my connection there.  install lightdm, then to the dpkg-reconfigure gdm3 (if it doesn't come up during the install)?18:38
johnfgtomreyn: Ah, ok, we crossed, but I'll do what you said.18:38
tomreynyes18:38
tomreyneither approach should be fine, john18:39
=== notnone is now known as at_work
tomreynmohnish: there should be, yes18:39
johnfgttyl!  Thanks for the help!  brb18:39
tomreynmohnish: try with nm-connection-editor18:40
mohnishI tried this tomreyn, https://imgur.com/a/p0pkZ7q18:41
mohnishwhat should I select for mode?18:41
mohnishhotspot, right?18:42
tomreynlooks good.18:42
mohnishtomreyn, this is what I get https://imgur.com/a/zBxMHir18:45
johnfgk, 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
johnfgquestion: is there any reason I should keep gdm3 or light-locker?  Or should I remove them both?18:45
tomreynmohnish: so you can't run an access point with this device / its drivers18:47
mohnishso, that means I can't do it??18:47
tomreynmohnish: not using this hardware and driver, correct.18:48
mohnishIf it's a driver problem, can you tell me how I can install a new driver?18:48
tomreynwhich new driver are you referring to? which hardware is it?18:49
tomreynlspci -knn | grep -EA3 '(Network|Ethernet) controller' | nc termbin.com 999918:49
mohnish_tomreyn: I just joined using my pc18:50
mohnish_can you resend that command, please18:51
johnfgtomreyn: What do you think about removing those programs?18:51
mohnish_tomreyn: Never mind, I just typed it, here's the output: https://termbin.com/qyomr18:54
tomreynmohnish_: hmm looks like your wireless is not listed there. is this a usb connected wireless?19:05
mohnish_tomreyn: yes19:05
mohnish_tomreyn: USB wifi adapter19:06
tomreynjohnfg: it's safe to remove what you don't need, as you can always reinstall those packages later19:06
tomreynmohnish_: i think most of those don't work for hotspot mode. does "lsusb" list it?19:06
mohnish_tomreyn: Bus 001 Device 002: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter19:07
mohnish_it does show my adapter in lsusb19:08
SimonNLiw list    "Supported interface modes:"     needs to show AP  mohnish_19:08
mohnish_SimonNL: iw list output: http://dpaste.com/0ENBB6119:10
SimonNLSupported interface modes: * managed * monitor19:10
SimonNLno AP there19:10
mohnish_so...what should I do to add AP there?19:11
SimonNLyou can't afaik19:11
mohnish_but it says (can always be added)19:12
SimonNLhttps://git.io/Jvm1d   here's what my simple usb dongle shows mohnish_19:12
mohnish_how is yours so big?19:13
SimonNLsoftware interface modes (can always be added): * monitor19:14
SimonNLprobably already done19:14
mohnish_SimonNL: oh, yes I see19:14
mohnish_SimonNL: So, is there no way?19:14
mohnish_SimonNL: I still have the driver CD the adapter came with19:15
mohnish_It has linux drivers in it19:15
SimonNLwell go for it19:15
b3h3m0thHow do get to know the PID of the local process that is connecting to my local TCP port?19:15
kaleidolsof |grep TCP ?19:16
mohnish_SimonNL: it's a .tar.bz2 file19:16
al2o3-crb3h3m0th: ss -tp19:17
SimonNLmohnish_, user manual ?19:17
oerheksdouble click that archive, fileroller will open19:18
mohnish_yes, I extracted it too19:18
johnfgtomreyn: Thanks!19:18
oerheksone better check the vendor website, drivercd might be old19: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 port19:18
b3h3m0thkaleido:  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 port19:18
b3h3m0thI want the process which did `connect`, not `bind` or `listen`19:19
b3h3m0thGiven that it's a local process on the same machine using the loopback interface19:19
tomreynmohnish_: 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:19
mohnish_tomreyn, SimonNL, these are the contents of the archive https://pasteboard.co/IRWKxDs.png19:20
mohnish_tomreyn: So, should I try it?19:21
tomreynsays "image not found" for me19:21
tomreyn!screenshot19:21
ubottuScreenshots 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:21
mohnish_tomreyn: https://imgur.com/a/8M4aRVt19:23
tomreynheh ok, so you posted a screen shot of a graphical file manager19:24
tomreynhttps://github.com/Anthony96922/mt7601u-ap is another AP driver, looks better than the other19:24
b3h3m0thkaleido:  al2o3-cr: any idea mate?19:24
mohnish_tomreyn: where do you find these??19:25
SimonNL:)19:25
SimonNLdoesn't https:// give it away19:25
mohnish_SimonNL: I'm sorry, what?19:26
SimonNLnm mohnish_19:26
mohnish_ok19:26
oerheksb3h3m0th, start wit that lsof line, what is the output? or sudo netstat -nlp # then lsof -i tcp:<PID>  or fuser <pid>/tcp19:27
oerheksthere is no easy one command to give answer19:27
tomreynmohnish_: web search for "linux" && "MT7601U" && ( "access point" || "hotspot" )19:27
* b3h3m0th oerheks: I think you didn't understand the problem.19:28
b3h3m0thoerheks: I think  you didn't understand the problem.19:28
mohnish_tomreyn: Holy...sh*t, so it searches for whatever's in ""?19:29
oerheks"How do get to know the PID of the local process that is connecting to my local TCP port?" is clear to me19:29
tomreynb3h3m0th: lso -s can filter connection states19:29
tomreyn* lsof -s19:30
tomreyn!man19:30
ubottuThe "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
b3h3m0thpid-X: nc -l 1337;    pid-Y: nc 127.0.0.1 1337.  I want to get pid-Y tomreyn  oerheks, not PID-X19:30
tomreynb3h3m0th: i understood so much19:30
tomreynmohnish_: i don't understand what you mean by this. and please !language19:31
mohnish_tomreyn: okay, sorry19:31
=== SimonNL is now known as SimonNL_Afk
b3h3m0thI tried many lsof-fu but didn't find a way to do this19:32
mohnish_tomreyn: so, what is github?19:32
b3h3m0thlsof -nPi tcp:3906419:33
b3h3m0thss -nraepst|grep 3906419:33
b3h3m0thnetstat -anlp|grep 3906419:33
tomreynmohnish_: not really a topic of ubuntu support. please search the web19:33
b3h3m0thThese are some of the commands I tried19:33
mohnish_ok19:34
subcoolOk. 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:34
b3h3m0thoerheks: 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 port19:35
al2o3-crb3h3m0th: ss -atp state established 'sport = :1337'19:39
b3h3m0thIt's too elite to not work, lemme try19:40
tomreynsport is source port, i would think19:40
al2o3-crtomreyn: yup19:40
tomreyni think b3h3m0th is looking ofr a list of (locally running) clients (and their PIDs) which have connected to a given local ip:port19:42
b3h3m0thI know the connection is time_wait in my case (based on netstat output on the binding port) but.. ss: wrong state name: TIME_WAIT :o19:42
b3h3m0thnevermind, s/_/-19:42
JustLandedOnMarsany suggestion of ftp server ?19:43
b3h3m0thNo luck :(19:43
JustLandedOnMarsis vsftpd the best ?19:43
b3h3m0thtomreyn: yes, that's what I am looking for19:43
makr8100JustLandedOnMars: imo yes, vsftpd19:43
tomreynb3h3m0th: so you're not looking for source ports then19:44
makr8100subjective answer of course19:44
b3h3m0thcorrect tomreyn19:45
tomreynJustLandedOnMars: i'd say don't use ftp in 2020 if you don't have a very specific use case.19:45
JustLandedOnMarsall 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" instead19:45
b3h3m0thwhich is why I just now tried with dport instead19:45
b3h3m0thIt shows the connection, but does not detect the PID of the client :(19:45
b3h3m0thSimilar to the result I got in `ss -nraepst`19:45
JustLandedOnMarsor should I just use "lighttpd" instead of "thttpd" ?19:45
b3h3m0thwhoa! that almost sounded like rapist19:45
b3h3m0thMy last resort would be to iterate over /proc fs for all PIDs but I really hope it doesn't have to be that convoluted19:47
b3h3m0thIf I write a kernel module for this task, that will be overkill for sure I suppose19:47
tomreynJustLandedOnMars: personally i'd prefer sftp or http, yes.19:47
b3h3m0thHow come this is not a use case someone else did not come across before me!19:48
kreyrenHow do you install docker on ubuntu? http://dpaste.com/3J1VQEB19:55
kreyrenapt install docker doesn't work19:56
Nylefind / -name docker -type f 2>/dev/null19:56
Nylewhat is this?19:56
NyleWhy are you redirecting to trash, you won't see the output of find then.19:57
kreyrenme trying to find the executable from docker/now -1.5-219:57
NyleHow do you expect to see the output if you redirect to null?19:57
subcooli stand corrected - BOTH my BT audio profiles are missing now.19:57
subcoolseriously - wtf19:57
al2o3-crss -atp state established 'dport = :1337' # why doesn't this work b3h3m0th?19:57
kreyrenNyle, because it's searching /proc etc.. on non-root that outputs trash in sterr19:57
NyleDo you have permission to install packages on the system?19:57
subcoolIS this fixed int he new Ubuntu LTS? or is it simply a joke to consider the NEW Revision WORKING19:57
kreyrenNyle, limited permission -> requires rebuilding of docker image19:57
subcoolThis issue seems to go as far back as Kubuntu14 - 14!!!!!!!19:58
kreyrenthis is ubuntu-19.04 in docker19:58
NyleSorory, I don't support non LTS19:58
NyleSo sorry19:58
kreyrenthis is LTS afaik19:58
NyleReason: I do not use anything but LTS19:58
NyleAre you certain?19:58
Nyleafter a year?19:58
b3h3m0thal2o3-cr: oh it works, it shows the connection stats, but just not the PID which is what I want19:58
Nyle18.04 was the last one. Next one is 2020, not 201919:58
NyleThe next Ubuntu LTS release will be Ubuntu 20.04, which is planned to be released on April, 202019:59
al2o3-crb3h3m0th: it should do with the -p flag19:59
NyleSince I do not use non LTS releases, I cannot support them. I will only end up probably screweing your system up more.19:59
hggdhkreyren: 18.04 is LTS. 19.04 actually ended support a few days ago19:59
NyleGood luck.19:59
* kreyren doesn't understand the mindfork of ubuntu releases he just wants a hugging docker working19:59
b3h3m0thYeah I was expecting that, but it's not20:00
NyleI understand that. I have no experience with non LTS releases, hence I do not know what to do.20:00
b3h3m0th# ss -atp 'dport = :46630'20:00
b3h3m0thState      Recv-Q Send-Q                                                                                Local Address:Port                                                                                                 Peer Address:Port20:00
b3h3m0thTIME-WAIT  0      0                                                                                  ::ffff:127.0.0.1:http                                                                                             ::ffff:127.0.0.1:4663020:00
kreyrenNyle, if this was LTS what would you suggest20:00
pragmaticenigmakreyren: 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 here20:00
kreyrenpragmaticenigma, i built it20:00
tomreyn!paste | b3h3m0th20:00
ubottub3h3m0th: 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
Nylepragmaticenigma: he can't seem to find docker binary on the system to be able to run it.20:00
kreyrenpragmaticenigma, from ubuntu docker image provided by ubuntu..20:00
tomreynb3h3m0th: i'm sure we told you before about pasting20:00
* b3h3m0th Okay, sorry for that. I thought there must be some LoC tolerance for paste20:00
b3h3m0thtomreyn: I don't recall sorry20:01
b3h3m0thOkay, sorry for that. I thought there must be some LoC tolerance for paste20:01
Nylekreyren: dpkg -L docker says what?20:01
Nylekreyren: dpkg -L docker |grep bin20:01
tomreynb3h3m0th: i still don't understand why you don't just use lsof as suggested here half an hour ago.20:02
b3h3m0thtomreyn: of course I did lsof20:02
al2o3-crb3h3m0th: ss --version # what does this output20:02
kreyrenNyle, http://ix.io/28wf20:02
* b3h3m0th ss utility, iproute2-ss16011120:02
Nylekreyren: 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 that20:03
kreyrenNyle, which package then provides the expected docker ?20:03
Nyle'docker' iirc20:03
b3h3m0thtomreyn: I think you're misunderstanding the problem for a different popular problem.20:03
Nyledocker-ce20:03
NyleThis is ubuntu 18.04 keep inmind20:04
kreyrenwhat's docker-ce?20:04
Nylepackage names could change in distros20:04
Nyledocker-ce - Docker: the open-source application container engine20:04
Nyle'Community edition?' perhaps?20:04
NyleI don't know what ce stands for.20:04
Nylecontainer engine?20:04
tomreynb3h3m0th: i explained what was my interpretation of what you wanted, you confirmed it.20:05
b3h3m0thOh okay.. lsof did't help then..20:05
tomreynb3h3m0th: i tested it here, works fine20:06
kreyrenNyle,  docker-ce doesn't have an installation candidate.. i will use the upstream repo then20:06
b3h3m0thCould you pastebin me how the output looks like?20:06
* b3h3m0th is using pastebin as a common noun20:06
tomreynb3h3m0th: they way i ran it it only returned two PIDs20:06
tomreynone per line20:07
b3h3m0thtomreyn: I tried again : `lsof -P|grep 48254` no output at all20:09
b3h3m0th`netstat -anlp|grep 48254` is showing output without PID20:10
Nylekreyren: https://docs.docker.com/install/linux/docker-ce/ubuntu/20:12
subcoolNyle 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
NyleI am not the person you meant to highlight, subcool20:12
kreyrenNyle, yep got that already, ty20:13
subcoolty20:13
b3h3m0thtomreyn: al2o3-cr: perhaps this might give a clearer picture of my situation: https://paste.ubuntu.com/p/S738Rv6XzQ/20:14
sarnoldb3h3m0th: what's your question?20:16
ioriab3h3m0th, what is '48254' ? your port ?20:16
ioriab3h3m0th, if so,  sudo ss -p | grep 4825420:16
b3h3m0thSome 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 ioria20:16
sarnoldb3h3m0th: 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 anywhere20:17
ioriab3h3m0th, try :  sudo ss -p | grep 4825420:17
b3h3m0thNo neither of those are what I am trying to find sarnold ioria20:17
b3h3m0thConnection is still there20:17
pragmaticenigmab3h3m0th: the try wait state is owned by the process on port 80... what ever was on port 48254 is probably long gone20:17
sarnoldb3h3m0th: are you perhaps overlooking TIME_WAIT? the connection with endpoiints ::ffff:127.0.0.1:80 and ::ffff:127.0.0.1:48696 is gone20:18
ioriab3h3m0th, the cmd i posted should return you the pid20:18
pragmaticenigmaioria: They have tried that several times... they're not understanding that the process that triggered that has already exited20:18
b3h3m0thkinda makes sense now. I thought TIME_WAIT means client is still alive but, is that wrong assumption?20:18
ioriaah20:18
ioriapragmaticenigma, i see20:19
ioriab3h3m0th, if exited, ....20:19
b3h3m0thif triggered process exist, won't the connection be torn down? I thought TIME_WAIT is a TCP stream which didn't FIN/RST yet20:19
b3h3m0th*exits20:19
pragmaticenigmab3h3m0th: 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 exit20:19
b3h3m0thI see20:20
pragmaticenigmab3h3m0th: You're better bet is to search the log files looking for user agents20:20
b3h3m0thI'll have to do some contrack voodoo now20:20
b3h3m0thserver application log obviously won't "know" the cliend PID/process name20:21
NyleIf 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
b3h3m0thI'm looking at some IPTables voodoo angle as well.20:21
pragmaticenigmab3h3m0th: 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
ioriawith --log-prefix20:22
b3h3m0thAh okay, you mean use the user agent string to infer the client process?20:22
NyleCurrently 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 everything20:22
pragmaticenigmab3h3m0th: 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 system20:23
NyleI can switch to Ubuntu from Kubuntu, I don't mind, just need to know if anythign has good multi mon support20:23
b3h3m0thWait a minute, that's interesting..20:23
Nylelocalhost is not passing through iptables20:24
b3h3m0thSo I can write applications talking over loopback and bypassing conntrack?20:24
b3h3m0therr20:24
b3h3m0thbypassing netfilter20:24
pragmaticenigmab3h3m0th: Yes20:24
NyleThat's another reason you can't route localhost to localhost on ports without dnat and prerouting rule20:25
NyleLoopback is peculiar.20:26
=== shokohsc3 is now known as shokohsc
b3h3m0thNyle: so a dnat rule can be enforced for loopback?20:27
b3h3m0thThat 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:8020:28
b3h3m0ths/netfilter hook/iptables rule20:28
ioria!info systemtap20:34
ubottusystemtap (source: systemtap): instrumentation system for Linux. In component universe, is optional. Version 4.1-9 (eoan), package size 1254 kB, installed size 3921 kB20:34
MannyLNJHow do I tell what version of usbmuxd is installed?20:53
b3h3m0thMannyLNJ:  `apt policy usbmuxd`20:55
MannyLNJb3h3m0th, thank you20:55
MannyLNJ_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 resolve21:14
=== MannyLNJ_ is now known as MannyLNJ
oerhekssuch old post, 2009 ...21:17
oerhekswhat is your issue with iphone?21:17
MannyLNJoerheks, I need to get my Ubuntu system to reach the internet through my PDA Net app on my smartphone21:17
MannyLNJoerheks, 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 libusbmuxd21:21
MannyLNJif 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:23
b3h3m0thMannyLNJ: I'm guessing your libraryname.so is a broken symlink to lirbaryname.so.1 which is why this error21:31
MannyLNJb3h3m0th, I'm not sure what you mean by that but i have to head out so I'll google it and come back later21:32
b3h3m0thYour 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:34
b3h3m0thIf 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:36
mrsidewayswhat's the ssh-keygen syntax for a 4096 rsa keypair?21:44
b3h3m0th`ssh-keygen -t rsa -b 4096`21:45
mrsidewaysthanks b3h3m0th21:46
gorbyquit21:54
Guest98Hey I am trying to satisfy "checking for GNU libtool >= 2.4... no" on ubuntu xenial aarch64 for crosstool-ng22:02
Guest98I have that package installed22:02
Guest98it is 2.4.6 version22:02
Guest98but it is not detected/detected as lower version or something22:02
Guest98and configure fails22:02
leftyfbGuest98: what version of ubuntu?22:08
Guest98lts22:08
Guest9818.0422:08
bprompthmmm Xenial is 16.0422:08
Guest98oh sry22:08
leftyfbGuest98: please pastebin: apt-cache policy libtool-bin22:08
bprompthowever, 16.04 does have GNU libtool 2.4.622:09
bpromptI know, this, I have 16.04 and just checked =)22:09
Guest98oh so this is the package, I was trying to install libtool-dev lel22:10
leftyfbGuest98: that does not include /usr/bin/libtool22:10
Guest98ah I see22:11
Guest98I expectedit needs a .so file22:11
Guest98somehow lol22:11
Sven_vBhi! 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
Sven_vBnevermind, I had an emtpy mirror URL.22:41
sarnoldtry amd6422:42
sarnoldhttp://archive.ubuntu.com/ubuntu/dists/bionic/22:42
Sven_vBic, the correct way to determine it is dpkg --print-architecture22:45
Sven_vBthanks!22:45
Sven_vBstage 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:55
Sven_vBprobably also an initrd22:56
Sven_vBI'll have a look at https://wiki.debian.org/EmDebian/CrossDebootstrap22:56
quadrathoch2Sven_vB, at least on debian, linux-image-amd6422:56
quadrathoch2ah install through apt22:57
TGiskeSometimes after suspend i get slow scrolling speed. anyone experience similar?22:58
Sven_vBquadrathoch2, thanks! the wiki page recommends multistrap instead, which seems to include tools to generate an initrd.23:02
Sven_vBwell not sure about "instead", maybe it does download linux-image-amd64 as well.23:03
frank1eDid anyone in here actually manage to get Battle.net games working with wine? (tutorials are found are only for older ubuntu versions sadly)23:07
frank1ewould love to play some world of warcraft :)23:08
Mathiseni have it working with wine-staging see > https://appdb.winehq.org/objectManager.php?sClass=version&iId=28855 the howto/notes part also there23:10
frank1ewwine-staging, is that some kind of wine tool pack?23:10
Mathisenit is "testing" version of wine. more features less tested23:11
frank1ethe HowTo/Notes sadly does not teach me how to install wine-staging and winetricks :O23:12
frank1eI once tried adding wine to my repository list, and it said it was not signed (tried out some other tutorial)23:12
frank1eso I could not install wine at all23:12
Mathisenim gonna start with saying adding 3.rd party repos is bad habit, if you add things it can later break stuff specaly on major updates23:13
frank1eokay23:13
Mathisenif you willing to "risk" it still https://wiki.winehq.org/Ubuntu23:14
frank1eno not risking it then23:14
frank1egoing the way you did it :)23:14
frank1ebtw when opening the Ubuntu Store application, it says "failed to refresh cache: W: GPG error: https://dl.winehq.org/wine-builds[.......]"23:15
frank1eso I guess it is already in this weird repo list. now I need to remove it lol, but how? :D23:16
Mathisento fix your gpg error run >> wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key23:16
TGiskeI think i will try manjaro23:16
Mathisento remove it from your repos delete it from /etc/sources.list.d&/foobar23:17
Mathisenfoobar = name of the repo23:17
Mathisenafter you need to run >> sudo apt update23:17
Mathisentypo > /etc/sources.list.d/foobar23:17
Mathisenthe & should not be ther23:17
npxeh, 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
npxout of context there but the gist is: when will 5.5 be added to 20.04 cuz I'm about that life23:18
frank1eMathisen, I cd'd into /etc/ and there is no sources.list file and no sources folder23:23
frank1eI have Ubuntu 19 (latest update) btw23:23
Mathisenmy bad /etc/apt/sources.list.d/foobar23:23
jeremy31frank1e: /etc/apt23:23
frank1eah yes misread that sorry23:23
Mathisenits getting late.. :(23:23
npxas 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
frank1eresults in:23:24
frank1egoogle-chrome.list  google-chrome.list.save  steam.list  steam.list.save23:25
sarnoldnpx: did it boot?23:25
npxsarnold: I'm running it now23:25
sarnoldnpx: *crazy* :)23:25
jardinssHey folks23:25
frank1eMathisen, there is nothing called wine, only above mentioned things.23:25
npxsarnold: yeah it all just works, I didn't even realize I did it hahah23:25
sarnoldnpx: I didn't think those frankenhybrids would survive all the way to a login prompt :)23:25
jardinssUbuntu server 18.04 here - the mouse keeps freezing/stalling23:25
sarnoldnpx: how'd you figure out that it's not gcc?23:25
sarnoldjardinss: wild shot in the dark, are you on the hwe kernel?23:26
npxI just realized I have export CC=clang-9 in my zshrc23:26
jardinsssarnol: I dont know what hwe kernel is!23:27
jardinssit seems to be kernel related23:27
sarnoldjardinss: hehe, alright, what does uname -r report?23:27
jardinssit was the same mouse problems with centos and mint23:28
npxsarnold: 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
Mathisenfrank1e, not sure what you saying where is there nothing called wine23:28
jardinss4.15.0-76-generic23:28
OoLunarHello! 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".23:29
=== fengshaun_ is now known as fengshaun
OoLunarAlright, thanks for the support =#23:31
frank1emathisen nevermind. Trying to install wine stable right now via terminal23:32
npxWhen 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:32
frank1emathisen I did "sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'"23:33
frank1eand then "sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'"23:33
frank1eit returns this: "sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'"23:33
frank1esorry typo. it returns this: "E: Unable to locate package winehq-stable"23:33
Mathisenrun > sudo apt update23:34
Mathisenis  https://dl.winehq.org in that list that it updates ?23:34
frank1eyes! :)23:35
Mathisenthen you have it23:35
frank1eso it's already installed? How do I run it? I can't find Wine in my applications overview23:35
oerheksinstall synaptic, a much more detailed softwarecenter23:36
Mathisenyou need to install it also.. sudo apt install winehq-stable23:37
frank1eMathisen, "E: Unable to locate package winehq-stable"23:37
Mathisenmaybe the name is diffrent > sudo apt search wine23:37
frank1eworked now. I used "wine-stable" instead of "winehq-stable"23:38
frank1eweird but ok :D23:38
frank1eMathisen, it's installed now. Now I need to do "sudo apt install winetricks" to install the rest?23:41
Mathisenthat or just install ttf-mscorefonts-installer with apt. this assuming you have contrib also in your sources.list23:43
=== Vercas_ is now known as Vercas
Mathisenim going off now, ned time work tomorow. good luck anyway23:43
Mathisenbed*23:43
frank1ethanks so far! :)23:44
sarnoldnpx: I believe 20.04 is aiming at 5.4 instead of 5.523:46
npxif they backported the iwlwifi changes I wouldn't mind23:46
jeremy31npx: there is a PPA with backport-iwlwifi-dkms23:47
npxwell put me out to pasture23:47
npxthanks :D23:47
jeremy31npx: https://launchpad.net/~canonical-hwe-team/+archive/ubuntu/backport-iwlwifi23:48
npxpowerful, thanks dude! didn't imagine this was already done23:49
oerheksgood find jeremy3123:49
jeremy31There is an older version in the repos, it might show in driver manager23:50
npxI'd honestly prefer not to run a custom kernel, even if this is slightly slower23:50
npxso perfect23:50
jeremy31The downside I see is that it only supports Intel devices23:51
npxwell that's what my laptop has so it's ideal23:51
npxnow let's see if 5.4 works, brb23:51
panorainhmm23:53
subcoolno one has fixes for their BT audio?23:56
jeremy31subcool: you mean switching from HFP/HSP to A2DP?23:56
subcoolaudio bt profiles go missing23:56
subcoolunable to re-ad them.23:56
subcoolthey will connect, but NEVER offer the ability to listen through it.23:57
jeremy31subcool: check in terminal>  pactl list short | grep blue  #is module-bluetooth-discover listed23:58
chris349Ubuntu netboot is just for installation purposes? I want to PXE boot to an Ubuntu 18.04 desktop...23:58
subcooljeremy31: yes23:58
jeremy31subcool: what does it show as audio profile in sound settings?23:59

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