[00:00] tomreyn, ok what should i be looking for? [00:01] gambl0r3: the text [00:01] have you replaced the default files? [00:01] tomreyn, no [00:02] Thanks, tomreyn and ubottu, but I still don't see anything regarding the problem I described. But I'll try on #alsa [00:02] gambl0r3: if these comments are no understandable then you should not be using a non standard shell. [00:02] gambl0r3: is the login shell actually bash? [00:02] s/non-standard/non default/ [00:03] gambl0r3: check with "echo $SHELL" [00:03] TJ-: olof_szary, im using oh-myzsh [00:03] TJ-, /usr/bin/zsh [00:05] nice :D [00:05] gambl0r3: there you go then [00:06] how do i resolve brocken packages? [00:06] TJ-, there you go what [00:06] im trying to install wine-staging but its telliing me i have broken packages [00:06] if you get that error, also the solution with -f [00:06] gambl0r3: the shell is zsh not bash so .bashrc is not going to be used [00:07] what does source command do? [00:07] gambl0r3: reads a file into the current shell and executes each command [00:08] ok so basically i have to copy my aliases into whatever zsh uses? [00:09] gambl0r3: yes. Check "man zsh" for indications of where [00:12] gambl0r3: the "STARTUP/SHUTDOWN FILES" section seems to detail what files are read when [00:12] TJ-, k thanks guys [00:21] wine-staging : Depends: wine-staging-amd64 (= 4.0~rc5~cosmic) but it is not going to be installed [00:21] Depends: wine-staging-i386 (= 4.0~rc5~cosmic) [00:22] ask in the wineHQ channel, it is their ppa [00:23] !wine [00:23] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [00:24] does liveCD comes with ntfs-3g ? [00:24] olof_szary: most likely, yes [00:24] since the installer can resoze windows partitions + file systems [00:25] I created an LXC container, but it can't access internet, it doesnt have network interfaces other than lo [00:26] and IFIR it is possible to install small packages on ramdisc if need be, right? [00:27] * olof_szary regretting destruction of tails stick [00:28] sorry for silly questions, it's been quite a while since I've used cds for something other that installation [00:28] olof_szary: yes [00:46] Hello! I decided to add a server running Ubuntu-Server (18.04.1.0) (as a VM) to my lab, and I am running into an issue with NetPlan. My interfaces were all wiped when rebooting after the initial setup (similar to --> https://askubuntu.com/questions/1019146/netplan-does-not-apply-at-startup). Since I now have no networking, I cannot install netplan.io or netplan. My question -- is there a way to recover this without having to manually con [00:46] figure the network interfaces? I have confirmed that my NetPlan config in /etc/netplan/ has the same information entered during setup (that worked fine before rebooting), and I have restarted services per the link noted. Thanks in advance for any suggestions you may have (I will keep digging as well)! [00:53] bluewizard: try sudo dhclient [00:53] that might/should get the box on the lan, and then you can ssh/apt/whatever [00:55] If i recall correctly there were some issues with VM not running biosdevname package, but it was some time ago [00:55] CarlFK: That got me back on the lan and I can work with that. Thank you for the tip! [00:55] \o/ [00:56] olof_szary: Interesting to note. The link I found does mention known issues with NetPlan on Ubuntu 18.04 that have allegedly been resolved. [00:56] chrome/chromium - how do I set a header before I do a GET? [01:00] CarlFK: can you not set the header with the GET request? https://stackoverflow.com/a/11876907 [01:03] SlidingHorn: that looks like js. im trying to just get URLs with my browser [01:03] bluewizard: what does the file in /etc/netplan/ contain ? [01:03] bluewizard: it may not be matching on interface names for example [01:08] TJ: The interface name matches the output of $(ip a) - ens3. There is one address under 'addresses:', 192.168.100.16/24. No DHCP, gateway - 192.168.100.1. It is worth noting that all interfaces are in the state DOWN on each boot. [01:09] CarlFK's suggestion to use dhclient does get me online. I may just remove NetPlan and see if I can use something else. [01:09] what does systemctl status networking.service gives after boot usually? [01:09] bluewizard: better to resolve the issue, it may not be netplan [01:10] bluewizard: at boot-time netplan 'renders' a systemd-networkd config in /run/systemd/network/ - check there are files in there. If not, then there is no active network config [01:12] TJ-: I agree with you that netplan itself may not be the issue, but this is a pretty default setup aside from the static IP set during install. I am just wondering if netplan is more trouble than it is worth. You do have a point though. =) [01:12] olof_szary: 'active (exited)'. systemctl status systemd-networkd shows: 'active (running)' [01:13] I may be doing something incorrectly, but my other VMs do not display this behavior on boot after the initial setup. [01:13] bluewizard: config files in /run/systemd/network? ? [01:14] TJ-: This system doesn't even have that directory -- but it does have /run/systemd/netif/. [01:15] bluewizard: then that is a problem, since systemd-networkd should create that at startup [01:15] bluewizard: "journalctl -u systemd-networkd".service" [01:15] darn, typos! [01:15] bluewizard: "journalctl -u systemd-networkd.service" [01:18] TJ-: Interesting - there are multiple consecutive entries showing Network Service stopping and starting, sometimes 5 entries in a second. Also noteworthy are the entries saying the interface (ens3) 'Lost carrier' and 'Gained carrier' back to back. [01:19] bluewizard: same hypervisor as your other well-behaved virtual machines? [01:20] TJ-: Yes. My VMs are mostly CentOS7 on a Debian host. Only this Ubuntu server displays this behavior. [01:21] Using QEMU/KVM for the record [01:23] TJ-: I believe this is a standout message -- firewalld.service: Job polkit.service/stop deleted to break ordering cycle starting with firewalld.service/stop [01:24] bluewizard: that doesn't look familiar, firewalld isn't often used with Ubuntu [01:24] bluewizard: experiment with masking it off [01:30] TJ-: I fully removed the package and rebooted the system, but the issue exists. I was able to install the netplan package though, and the output $(netplan -d) shows that there is an error -- netplan: fatal error: cannot bind to port 2983, is another daemon running?, exiting. [01:30] TJ-: I need to investigate that further to see if a conflicting service is configured as Enabled on boot. [01:32] bluewizard: is it possible there's two instances of netplan both trying to start? [01:32] bluewizard: it would seem strange that 2 separate services both pick the same port number [01:37] TJ-: I just installed netplan (1.10.1-5build1), which uninstalled netplan.io (0.40.1~18.04.3). This provides instructions to create a file, '/etc/default/netplan', and add 'ENABLED=1'. I did this and rebooted, and the error is gone. Now there is a new error - Permission denied for netplan on /var/lib/plan/netplan.dir/. I will investigate that next. [01:39] bluewizard: oh you've jsut made me laugh so much :D "netplan" is a completely different package to "netplan.io" :) [01:39] !info netplan [01:39] netplan (source: plan): network server for `plan'. In component universe, is optional. Version 1.10.1-5build1 (bionic), package size 28 kB, installed size 106 kB [01:39] !info netplan.io [01:39] netplan.io (source: netplan.io): YAML network configuration abstraction for various backends. In component main, is important. Version 0.40.1~18.04.3 (bionic), package size 63 kB, installed size 244 kB [01:41] is there a petition against using pulseaudio [01:42] danst: not that I've noticed. If you don't want to use simply uninstall it [01:43] TJ-: Oops... (;-_-) I tried to install netplan.io while troubleshooting, so that is why it was there. Good to know though! What's interesting is that netplan:netplan is the user:group owner set for this directory (rwx rx rx). /run/systemd/network still does not exist though. [01:43] TJ-: I don't think developer community hears end users [01:44] bluewizard: I may have been wrong about what creates that directory, I noticed on a test VM here it isn't created if I'm not using netplan [01:44] and I don't know a person who enjoys pulseaudio [01:44] on headless [01:44] if you're a normie like me, you would consider ubuntu on desktop a bad idea [01:46] I understand that there are people with different set of mind and tasks required to be done on their computer [01:46] but there are people like me too [01:48] TJ-: Again the error states that netplan cannot bind to port 2983. Yet, the output of $(lsof -i :2983) shows that netplan is listening on that port. [01:51] bluewizard: I'll build a new guest here using netplan see how it behaves, but as far as I've seen so far it has been fine [01:51] TJ-: It looks like the networking persisted over that last reboot [01:54] TJ-: Since I introduced an error by removing netplan, installing netplan.io, then repeating that twice (sorry!), it is difficult for me to identify what the exact issue was. My best guess - networking.service was set to Enabled in addition to systemd-networkd. I believe I created that issue. [01:55] bluewizard: so now you've got netplan(.io) generating files in /run/systemd/network/ ? [01:55] olof_szary: You were indeed correct that the issue was not with netplan! [01:55] TJ-: Yes! It also contains the networking configuration set on install (10-netplan-ens3.network) [01:56] bluewizard: right, that is being generated each boot based on the /etc/netplan/ YAML [01:57] /run/ is a tmpfs created on each boot so nothing persists over reboots there [01:57] TJ-: I believe that when I tried to remove netplan I inadvertently set ifupdown to Enabled. Reinstalling netplan.io must not set ifupdown to Disabled. [01:57] bluewizard: that sounds correct, that's the admin's job :) [01:58] TJ-: The output of $(systemctl -a | grep -i network) no longer shows it as active after manually disabling it. That makes sense that it is the admin's job, but merely removing netplan.io seemed to set ifupdown to Enabled, I do not see the corresponding systemctl command in my command line history. Wouldn't you consider this inconsistent? [01:59] I'm not aware of anything in the netplan .postinst/.postrm scripts that'd do that but I'll look in a moment once this VM image has finished building [02:01] bluewizard: No, there are no .post{inst,rm} scripts at all for netplan.io so it isn't guilty :) [02:02] TJ-: P.S. - Thank you very much for taking the time to talk with me through this. I appreciate your time and assistance. I will be sure to apply what was learned here today should anything similar come up! [02:02] TJ-: I wonder then what would cause this? [02:03] bluewizard: have you been using a full root shell, or 'sudo ...' - if the latter, check /var/log/auth.log because it records all commands issued via sudo [02:03] TJ-: I switched to root and did not use sudo from my account. [02:04] bluewizard: well, as long as it is fixed now :) [02:06] TJ-: The postinst file for ifupdown has this line: deb-systemd-helper enable 'networking.service' [02:06] TJ-: I did in fact run apt-get install ifupdown [02:07] TJ-: So it was me... [02:07] TJ-: Thank you again for your help! I even learned something new =) [02:09] bluewizard: now all I have to do is fix all my own bugs :p [02:18] hello, does the following get latest security updates? "sudo apt-get install unattended-upgrades && sudo unattended-upgrades" [02:18] powerninja: no, sudo apt update && sudo apt full-upgrade [02:19] So I have a java applet that I pinned to my dock. Then I deleted the applet, but the icon still takes up its space on the dock and I can't interact with it. How does one go about removing things like that from the dock? [02:21] I figured it out, I had to edit /etc/lxc/lxc-usernet, thanks [02:27] Hi lotuspsychje, OK will it at least generate the /var/log/unattended-upgrades/unattended-upgrades.log file and see what will be updated? [02:28] I don't want to run the full-upgrade, only the new security packages of already installed packages. [02:28] thanks [02:28] powerninja: its not reccomended to hold back updates [02:29] OK, understood [02:29] powerninja: sounds perfectly fine - that is how u-u is intended to work [02:29] powerninja: wich ubuntu version are you on? [02:30] Ubuntu 16 [02:30] powerninja: there is no "Ubuntu 16" [02:30] powerninja: try: cat /etc/issue [02:31] sorry xenial, Ubuntu 16.04.5 LTS [02:31] running on AWS EC2 instances [02:31] thanks [02:34] unattended upgrades is also enabled by default now on xenial right? [02:34] I see the following in the logs /var/log/unattended-upgrades/unattended-upgrades.log, https://hastebin.com/valoberijo.cs [02:35] Does that mean I need to run the sudo apt update next? [02:35] Is there a way to set up SSH/SFTP to only show a specific directory to a user and not allow them to traverse above it? [02:36] RudyValencia: put it in their home directory. [02:36] Is NFSv4 completely broken in Ubuntu 18.04? I'm getting "mount(2): Operation not permitted" error when trying to mount NFS share. [02:36] but then they could still go up even to / and traverse into system stuff [02:36] powerninja: check your software&sources to see how your updates are managed [02:37] lotuspsychje, do you mean the repos configs? Thanks [02:37] e.g. user alice can still access /bin although it's read-only [02:37] RudyValencia: https://superuser.com/a/370955 - old, but should be helpful [02:38] powerninja: no, software&updates/tab updates and check how your updates are enabled [02:38] SlidingHorn: so I'd have to do that for each user? [02:39] Oh not using gui, how would i check via cli? Thanks [02:39] lotuspsychje: it's AWS EC2 so presumably no GUI [02:39] RudyValencia: I believe it said you can list the users one-per line...I already closed the tab [02:39] that would block root from administering the server though [02:39] wait no [02:39] nevermind it wouldn't [02:39] yep, :) no gui, trying to figureout what's the best way to run weekly Ubuntu security updates and bake the AMIs, thanks [02:40] because root wouldn't be listed [02:40] powerninja: /etc/apt/sources.list{,.d/*} for the archive URLs, /etc/apt/apt.conf.d/50unattended-upgrades for the u-u configuration [02:41] powerninja: are you on server? [02:41] I don't know what Plesk does but it at least gives the user a semi-working SSH [02:41] This is what's on /etc/apt/apt.conf.d/50unattended-upgrades , https://hastebin.com/eheraxehiw.php [02:41] powerninja: the update runs daily via /lib/systemd/system/apt-daily-upgrade.timer [02:42] Lotus, yes on server running in AWS infrastructure. [02:45] here's the results from cat /etc/apt/sources.list{,.d/*} , https://hastebin.com/asumixipeg.shell [02:46] it looks like it chroots the user somehow [02:48] I think I disabled the daily updates, [02:50] I want to manually trigger the u-u updates, would sudo unattended-upgrade force the u-u updates? My main concern are security updates. thanks [02:51] RudyValencia: in sshd_config you'd add a Match block that matches the user(s) and sets ChrootDirectory [02:51] powerninja: yes [02:51] powerninja: it won't do a manual "apt update" though (which fetches the latest package list) so you'd need to do that yourself [02:52] powerninja: it has a dry-run and a debug option, too, in case you want to see what it does exactly [02:52] TJ yeah, OK I'm only running security updates and not updates, so I'll need to run apt update manually, got it. I also saw from logging in. the following messages. [02:53] initial login messages from ubuntu server https://hastebin.com/uxamotiduk.js [02:54] Hi tomreyn, OK, so there's --dry-run and --debug options with apt update? thanks [03:01] OK, I will also try with "sudo apt-get update && sudo apt-get -y upgrade" to upgrade all packages [03:34] https://github.com/c4pt000/kernel-4.4.167expSEHDsec_XPAD1_tg3_moonlogo_MT7610Uwifi-41.x86_64 [04:06] I have a server machine on the same network as mine with which I used to connect with an IP address. [04:06] However due to some memory issues the machine restarted and possibly now has another IP address. I am unaware of this new ip address and thus I am unable to log in into this server. [04:06] To make the problem worse I have these additonal problems:- [04:07] 1. Somehow when i connect a display to this machine nothing comes up as it is not possibly running X11. [04:07] 2. I am unaware of the machines MAC address. If I had that i could possibly use nmap and grep to get the new IP. [04:07] I have logged into this server recently and have not restarted my client terminal machine. Is there somewhere the servers MAC address would be captured in some log. Or is there any other way I can get back into the machine? [04:07] !paste | themysticgeek [04:07] themysticgeek: 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. [04:07] see also the #ubuntu-server channel themysticgeek === tulsi_ is now known as _TulsiSpice_ [04:16] how do i fix broken packages? [04:17] speed__: pastebin the output of your apt errors please [04:18] https://pastebin.com/jdSKnCDv [04:20] <_TulsiSpice_> how to autoremove all erroneous repositories ...? [04:20] i guess it says there are broken packages [04:23] report in the winehq channel, speed__ [04:24] i tried, ill try again i guess [04:24] not our problem, or we have no control/influence on it [04:24] I am having problem with external display. I am using Kubuntu 18.04 on HP Envy 13ah0043tx. My laptop only has a USB 3.1 Type-C. When I plug the monitor using USB-C to HDMI adapter, no display is detected. The graphic driver I am using is nvidia-415. [04:26] . [04:29] So I'm an idiot and did sudo mv /home/myuser /myExternalHDD [04:29] pikia, ouch [04:29] I forgot that mv will delete the original copy once its done [04:29] Can I just cp everything back to my home dir [04:29] and be good to go [04:29] pikia, I hope so [04:30] carb0n: does your bios have screen settings of any kind you can change? [04:30] no [04:30] lotuspsychje, no [04:30] carb0n: did your screen work before on ubuntu? [04:31] i browsed every setting and there are only System info, Security, boot options and exit [04:31] lotuspsychje, I never checked with this laptop. It worked with mac using thunderbolt [04:32] carb0n: did you check gnome screen settings, if your external shows up? [04:32] lotuspsychje, I don't have gnome screen settings [04:32] I am using Kubuntu [04:33] oh my bad [04:33] carb0n: kubuntu screen settings then? [04:34] lotuspsychje, lspci output https://dpaste.de/6uD6# [04:34] carb0n: does your laptop have a screen switch button like Fn+F7 ? [04:35] lotuspsychje, no other display is detected [04:35] it has [04:35] carb0n: did you try? [04:35] but a message pops up saying: No external display detected. [04:35] carb0n: can you pastebin: sudo lshw -C video plz? [04:36] lotuspsychje, https://dpaste.de/C4x3# [04:37] carb0n: allright drivers looks loaded [04:37] carb0n: how about a tail -f /var/log/syslog and plug in your external screen, maybe we can have some errors? [04:38] I don't have the monitor with me at the moment, can i fetch the logs from yesterday ? [04:38] if that's possible [04:40] carb0n: sure, ill take a look for you [04:41] Okay. Thanks [04:47] Does Ubuntu 18.10 still use the gtk3-nocsd hack? [04:50] WWhere is the trash folder located? I can't seem to find it under ~/.local/share/Trash' [04:51] it exists, but not installed standard [04:51] !info gtk3-nocsd [04:51] gtk3-nocsd (source: gtk3-nocsd): Disable Gtk+ 3 client side decorations (CSD). In component universe, is extra. Version 3-1ubuntu1 (bionic), package size 38 kB, installed size 78 kB [04:52] could do find ~/ | grep -i trash [05:03] hello [05:03] hi maum [05:03] I tried ssh but Access denied message occurs. Is there some way to solve this issue? [05:03] hello NorthwestVegan [05:04] are you doing password auth? [05:04] in config file? [05:04] yes password [05:04] the message [Server unexpectedly closed network connection] [05:06] inside /etc/ssh/sshd_config is the config for your ssh server [05:06] if you are doing passwords make sure PasswordAuthentication yes [05:06] is in there uncommented [05:06] 'PasswordAuthentication yes' === capella|away is now known as capella [05:07] there is no option about that [05:08] are you trying to ssh as root user? [05:08] ah there is [05:08] I just restart ssh server [05:08] I uncommented it [05:08] yeah give that a shot [05:09] but still Access denied === thurin is now known as uprime [05:09] make sure the firewall is open for ssh port (22), too [05:09] I am trying to do this on virtualbox and 22 is already opened. [05:10] I was working previously but not it isn't [05:10] netstat -tl | grep ssh [05:10] will help you see if its open [05:11] is your virtualbox setup to have the VM on your actual network [05:11] not in some NAT situation [05:11] *:* LISTEN [05:11] like a brideged adapter type deal [05:12] I already did port forwarding option [05:12] 127.0.0.1 -> virtual ip on ubuntu [05:13] the message [Server unexpectedly closed network connection] occurs [05:13] I am trying to do this on Putty [05:14] can you nmap -sV -p 22 virtualbox_ip just to make sure its for sure open [05:14] in where? [05:14] ubuntu? [05:14] from your host or another box? [05:14] ok I will try it on windows [05:15] it might be worth it just to be totally sure [05:16] it is opened [05:17] can you login on the servers' console in virtualbox? [05:17] ok good, well then it probably is your client /server config [05:17] yes [05:17] then become root, then tail -f /var/log/auth.log [05:17] is there a way to install ubuntu mini with uefi? [05:17] maum: then try to connect again and watch the log on the server [05:19] Elronnd: you can do a basic installation using the alternative server installer. [05:21] ok, thanks [05:22] hmm, will the server installer contain wifi drivers? [05:22] tomreyn: I see package-system-locked in log [05:22] Elronnd: livecd has another option, "Miminal installation - Web Browser and basic utilities", as well [05:22] removed session c1 [05:23] Elronnd: i don't think so, not by default. [05:24] I am using PAM [05:24] maum: is this while you are trying to become root, or while you're watching auth.log to see if the ssh user is connecting? [05:25] while you're watching auth.log [05:26] maum: so what is added to the log when you try to ssh in? [05:30] tomreyn: https://i.ibb.co/XybwNXP/c.png [05:31] maum: there are no incoming ssh connections to this ssh server [05:32] not between 14:20:26 and when you pressed Ctrl-C anyways [05:33] ok [05:33] maum: you can test to connect from the server to itself (its LAN IP address) using ssh [05:34] if this also doesn't show up on the log, you have an ssh server configuration problem. if it does show up in auth.log, then you have a network connectivity issue form the other compuiter to the VM. [05:35] tomboy64: ssh is working from the server to itself [05:35] tomreyn [05:35] "if it does show up in auth.log, then you have a network connectivity issue from the other compuiter to the VM." [05:36] maum: you mentioned earlier that it was working before. now, it is not. so, what did you do between that time? modify file(s) or install something? [05:37] since ubuntu comes without a firewall by default, then (unless you enabled one on ubuntu itself) you will need to fix this on the virtualization or network layer or on the connecting client computer [05:37] Running Kubuntu 18.04, I wanna do full disk encryption. Looking around I see things saying you can only do it during the install process, but those posts are fairly old. Is it possible to post install or does it HAVE to be during? [05:39] tomreyn: from the server to itself, the port 22 could not resolve hostname [05:39] ssh IP:port [05:40] Exmix: you can do it post install now, but i assume it is a LOT easier if you do it during installation. in fact i have never done it post-installation.# [05:41] maum: "ssh 123.123.123:22" is not the right format. [05:41] yes 22 is working [05:41] maum: you cany do "ssh -p 22 123.123.123.123" [05:41] yes it is working [05:41] or just "ssh 123.123.123.123" since port 22 is default [05:42] Would you know of any ways how? :X Or point me in the right direction if possible :) [05:42] I added port forwarding in VM. 127.0.0.1:22 -> 10.0.0.2 [05:42] Exmix: cryptsetup-reencrypt, it is a command and comes with a man page [05:43] Perfect. Thank you [05:44] good luck! [05:45] maum: disable this port forwarding, then try to just ssh to 127.0.0.1 [05:45] maum: thats from the computer where virtualbox runs [05:47] tomreyn: I disabled the port forwarding option in VM and tried ssh to 127.0.0.1. and it is working [05:48] it just access denied [05:48] it is not VM [05:48] the windows computer I think [05:50] maum: do you also run an ssh server on the virtualbox host? [05:50] no [05:51] maum: does "tail -f /var/log/auth.log" on the VM now show a connection attempt? [05:52] failed to activate service org.bluez : time out [05:53] maum: that's not ssh, is there nothing on ssh there? [05:54] https://i.ibb.co/D466q9Z/c.png [05:55] lotuspsychje, did you take a look? [05:55] maum: i confirm this is not working [05:56] yes. I disabled the port forwarding. [05:57] maum: but you still get to a login on 127.0.0.1:22, this should not happen if you're not running an ssh server. apparently you don't know exactly how your network and services are configured. [05:57] maum: i'm afraid i cannot help. [05:57] ok [05:57] carb0n: did you paste your logs to me? [06:02] tomreyn: there is ssh on windows and the putty terminal tries to connect the windows ssh I think [06:02] 127.0.0.1 [06:03] maum, try to use bridged adapter in your virtualbox network config [06:04] and let your LAN give it an address thru dhcp, or set a static one in ubuntu [06:05] hey y'all, i'm having some trouble with my headphone jack. it doesn't work- only speakers and bluetooth headphones work. volume control doesn't recognize it as an output. i'm dualbooting windows 10 and ubuntu 18.04.1 on a thinkpad e480 [06:05] maum: then, you need to ssh to VM ip address, not 127.0.0.1 (localhost on host os - Windows) [06:05] !sound | Glaceon_ start here [06:05] Glaceon_ start here: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [06:06] IcemanV9: but it stuck [06:06] i'm in a do-release-upgrade for a remote headless 16.04 to 18.04 upgrade, and postgres is failing to upgrade because systemd is not responding, in another shell systemctl gives "Failed to connect to bus: No such file or directory". any ideas? [06:06] from windows cmd terminal to VM Ubuntu virtual ip [06:07] maum: is it VM set in bridged adapter network as NorthwestVegan mentioned earlier?? [06:10] yes it is bridged adapter [06:10] ssh: connect to host 10.0.2.15 port 22: Connection timed out [06:11] lotuspsychje: I read through those links and it seems like those are for all sounds / speakers not working, which isn't the issue I'm having. My speakers are fine, but my headphone jack isn't. [06:11] maum: is ssh-server installed in ubuntu VM? [06:11] is 10.0.2.0 your home lan? [06:12] IcemanV9: yes [06:12] Glaceon_: try pavucontrol maybe as a test [06:12] Also, http://alsa.opensrc.org/DmixPlugin seems to be a dead link. [06:12] NorthwestVegan: it is virtual ip on VM Ubuntu [06:12] sorry, i mean is your windows IP adress 10.0.2.* [06:12] lotuspsychje: what am i testing with pavucontrol? [06:13] NorthwestVegan: it isn't [06:13] Sorry, I'm not very experienced [06:13] Glaceon_: see if you can make your jack work there [06:13] whats your win IP? [06:13] 150.183.***.*** [06:13] lotuspsychje: I think I've exhausted all options in pavucontrol. [06:13] oh you arent on a LAN? [06:14] I am on the LAN [06:14] On the output screen, it doesn't show any option other than speakers [06:15] that looks like a WAN ip to me maum [06:16] NorthwestVegan: I am in company [06:16] Glaceon_: does sudo lshw -C sound show your driver= loaded at bottom? [06:16] maum: hmm. it should be 192.168.*.* (home) OR are you at work/school (150.183.*.*)? [06:17] work [06:17] nvm, you just answered it. it's work [06:17] I am at work [06:17] lotuspsychje: configuration: driver=snd_hda_intel latency=64 [06:17] is 150.183 in the reservefd ranges? [06:17] NorthwestVegan: don't know [06:17] maum: VM ip should be created based on 150.183.*.* something [06:18] maybe doing a bridged config wont work so easily as i was hoping, im not sure how youre company does its net [06:19] IcemanV9: yes bridged network seems not work at company. but NAT option I was doing well previously by port forwarding [06:19] Glaceon_: looks good there [06:19] at that time, on windows, there isn't ssh [06:21] why dont you try to setup the port forward differently [06:21] liie 127.0.0.1:22222 -> VMIP:22 [06:21] ok I will try it [06:23] Could not create directory '/home/admin/.ssh'. no kex alg [06:23] Glaceon_: any errors when you tail -f /var/log/syslog and plugin jack? [06:24] could be bad permissions in your home folder there [06:24] but at least you are getting to the ssh service noe maum! [06:24] lotuspsychje: as far as I can tell, nothing happens at all [06:24] NorthwestVegan: 127.0.0.1:2222 -> 10.0.2.15 is now working [06:24] :) [06:25] Thanks [06:25] no problem [06:25] maum: excellent. enjoy it! : ) [06:25] IcemanV9: Thanks [06:26] Thank you all guys [06:26] I'm trying to setup a vpn server and I wanted it to listen for connections on localhost only. I'm in server.conf and there's the line, ";local a.b.c.d" is all I need to do is to uncomment this line and then change it to ,"local 127.0.0.1" to do this? [06:28] Quozl: join #ubuntu-server please [06:28] lotuspsychje: sure. [06:30] Glaceon_: maybe check in your dmesg for sound errors? [06:32] lotuspsychje: I don't *think* so? I might not be looking out for the right things, though [06:36] Glaceon_: feel free to share in a pastebin [06:38] lotuspsychje: https://pastebin.com/we3WMA89 [06:41] Glaceon_: are you using amdgpu from default, or did you install drivers yourself? [06:42] lotuspsychje: I believe I'm using the default? [06:43] ok [06:44] Glaceon_: this looks suspicious: snd_hda_intel 0000:00:1f.3: Unstable LPIB (65536 >= 32768); disabling LPIB delay counting [06:45] Glaceon_: and alot of acpi errors and amdgpu also [06:45] Glaceon_: is your system up to date please? [06:46] lotuspsychje: I believe so? When I booted earlier today, it updated [06:48] Glaceon_: you could try a few tests, like updating bios & acpi commands at boot, and try the amdgpu driver from amd install [06:48] !acpi | Glaceon_ [06:48] Glaceon_: to debug ACPI issues on ubuntu make sure your bios is up to date and follow the procedure here: https://wiki.ubuntu.com/DebuggingACPI [06:49] Glaceon_: https://linuxconfig.org/how-to-install-the-latest-amd-radeon-drivers-on-ubuntu-18-04-bionic-beaver-linux [06:55] Glaceon_: you might also take a look in this conf: https://pricklytech.wordpress.com/2012/05/26/ubuntu-12-04-dell-vostro-3750-no-sound-when-headphones-are-plugged-in/ [06:57] lotuspsychje: I think I tried that last trick before, and it didn't work :/ [06:57] lotuspsychje: looks like anything else I should try is going to take a bit longer than I have at the moment, unfortunately [06:57] lotuspsychje: thanks for all your help tonight though! [07:00] Glaceon_: did your jack work on any other ubuntu version before? [07:01] lotuspsychje: my memory's hazy, but i don't believe so [07:03] Glaceon_: another thing to try, is testing your jack on a liveusb [07:04] lotuspsychje: sorry, but i'm not sure what that means, could you elaborate a little? [07:07] Glaceon_: meaning, booting an ubuntu liveusb on an usb stick and 'try ubuntu' instead of installing, to test your jack output [07:09] lotuspsychje: Oh, I see. I think I can do that later. [07:09] at any rate I really must leave now [07:09] i appreciate all your help! [07:11] well that problem sounded like a shitshow [07:12] plz keep language polite in the main channels AnnaRooks [07:12] oops my bad [07:12] we have readers all over the world, hence why :p [07:14] yeah, i wasnt really thinking about how young people could be trying new OSes xP [07:14] always forget theres more people than around my age [07:14] feel free to use #ubuntu-discuss AnnaRooks for regular ubuntu chat [07:15] til === adikwok1 is now known as adikwok === ubunturk1 is now known as ubunturk [08:08] Does anyone know why my shell is echoing my commands back at the start of the line? https://gist.github.com/sabrehagen/7e8c7ef595bd6338596c54aaf86f805a [08:10] Looks like zsh, so I suggest asking #zsh [08:12] If it was bash, PS0 and DEBUG trap would be my first suspects [08:19] is the "Ubuntu Software" tool the right thing to use to install openssh server using the GUI? [08:22] litheum: you can use that or synaptic, the latter if you want more control [08:23] alright so if i'm using "Ubuntu Software", what would i have to search for to even *find* openssh-server? amazingly, searching for openssh-server tells me "No Application Found"! === capella is now known as capella|away [08:24] Some packages don't show up in Ubuntu Software centre. [08:25] Honestly it'd be faster using a terminal, but eh... you can install Synaptic Package Manager through the software centre and then install openssh if you really want to use the GUI. [08:26] Though I do have to ponder what you are using OpenSSH for if you are uncomfortable with using a terminal. [08:26] i already installed it using the terminal, i was just wondering if there was some way to use the GUI to do this kind of system management [08:27] yes, use synaptic :) [08:27] strange. ok! === JanC is now known as Guest41406 === JanC_ is now known as JanC [08:51] Hey, i am looking to get Rx Vega running opencl on linux ( ubuntu 18.04 ) clinfo gives following output [08:51] https://paste.ubuntu.com/p/DW3nYkygdJ/ as you can see i get /usr/lib/clc/gfx900-amdgcn-mesa-mesa3d.bc': No such file or directory [08:51] When checking the ubuntu repository in libclc there is a file https://ubuntu.pkgs.org/18.10/ubuntu-universe-amd64/libclc-amdgcn_0.2.0+git20180917-2_all.deb.html which in turn is just a link onto tahiti-amdgcn [08:51] when i put said link in there i get following output of clinfo https://paste.ubuntu.com/p/FnySKfCNXJ/ [08:54] geirha: you provided better help than #zsh. PS0 and DEBUG are both "" in my environment :( [08:57] Hi, i installed ubutu 18.04 on my asus 1011px and it does not boot. I freezes at the splash screen. [08:58] could anybody help me? 14.04 was very fluent on this laptop [08:59] SeTunTun, well i think when you press del on the splash you can see text / error messages [08:59] SeTunTun, not sure [09:00] SeTunTun: 18.04 will not run so fluent on the same machine 14.04 runs on [09:00] SeTunTun: what kind of specs is your pc? [09:03] sabrehagen_: I know bash well, but zsh is foreign to me. Wouldn't know where to begin debugging it [09:14] lotuspsychje, 2gb ram, intel atom 1.6, intel graphic card, 512gb ssd, [09:15] SeTunTun: 2gig ram is a bit low to run 18.04 with gnome [09:16] SeTunTun: maybe test another flavor like ubuntu/xubuntu/mate/budgie [09:16] I'll try xubuntu :( [09:17] SeTunTun: you can test it live first, to see performance [09:17] xubuntu is my personal favorite [09:17] by the way... has the "home" encryption option been deleted from the installer? [09:18] ooops, ubuntu gets stuck in "started user manager for uid 121" [09:18] ola. I am looking for smtp client which can send email with specifying smtp host + credentials from inline command. Any idea? [09:34] hi [09:34] how do I create a linux style checksum of sha256sum command . --tag creates sha256(file) = ... but I want the way ubuntu generated linux style, like this [09:35] 5748706937539418ee5707bd538c4f5eabae485d17aa49fb13ce2c9b70532433 *ubuntu-18.04.1-desktop-amd64.iso [09:35] inside the file SHA256 [09:36] Is it possible to get latest gnome on ubuntu 18.04 desktop? [09:37] Or only viable option is upgrading to 18.10? [09:40] Furai: you can look for a ppa, at your own risk. only supported way is upgrading. [09:44] didoerpl: Why do you use "--tag"? [09:47] --tag is bsd style [09:48] I don't use it, [09:48] I want 2442fa... *filename [09:48] which is linux style [09:48] although I do can generate 2442fa... filename [09:48] but in that * is missing. [09:49] vlt: I want to generate * as well , just like ubuntu, how did ubuntu do it? [09:49] didoerpl: Where can I find an example with "*"? [09:49] in ubuntu site where else?????????/ [09:50] http://releases.ubuntu.com/18.04/SHA256SUMS [09:50] didoerpl: Thank you!!!!!!!!!!!!!! [09:50] sha256sum -b ubuntu-18.04.1-desktop-amd64.iso [09:50] will get it for you [09:51] the * is binary [09:53] yes I want to generate that output [09:53] the same way ubuntu did [09:54] I know they ran some clever command [09:54] do 'sha256sum -b ubuntu-18.04.1-desktop-amd64.iso' dido [09:58] hello [10:01] I have a piece of software that compiles fine on ubuntu 16.04 but does not on 18.04. maybe i am missing something obvious but it complains with the error that STDERR_FILENO is undeclared. but i googled this and the results say to include this is already included so i do not know what is going wrong here. the error output: https://pastebin.com/FsGUVDjL [10:01] i also looked at the include paths for gcc on ubuntu 18.04 these are fine and includes /usr/include where unistd.h lives :) [10:02] I also looked at unistd.h and i don't see any ifdef around the definitions [10:08] hi, I apologize for asking a general hardware question, you can redirect me somewhere else ... I have an SD by Samsung that turned broken - it forced itself into readonly mode and cannot be formated (nor can anything on it be overwritten or deleted) I want to claim warranty but the card has sensitive data on it - is there any way to force the card out of the failsafe mode and let me overwrite the data? [10:10] any tip is welcome, I thought someone here might have more experience! [10:11] zooman: try ##hardware, but i suspect the answer is 'no'. [10:12] ducasse: will try, thank you [10:38] Hi there, I know that dpkg knows what configuration files I have modified, so that it can prompt me if I want to overwrite my changes. How to list all the config files that I changed, before wiping my laptop? [10:41] zooman, why would you try formatting your drive if it has all that sensitive data on it, and if it's read only, I'd suggest getting it off and on too another device. [10:50] Hi folks [10:59] Hi, I am having a problem with systemd-journald.service killing itself during the nightly pg_restore to QA server. Anyone had that problem too? [11:02] hi, I have a question about the recovery mode & security, I just installed a fresh ubuntu (18.04) and using the recovery mode I was able to open a root console without any password, is it the desired behaviour ? [11:06] XwZ: that's how it works, yes [11:06] XwZ, if you have console access to the machine you will always be able to bypass and login protection. Unless you use full disk encryption. [11:07] *any [11:09] I would agres with this but it seems to be quite easy to access this way. I just wanted to know if it was the desired behaviour that's it :) [11:10] XwZ, you can password protect the grub recovery if you want. === bigbrovar_ is now known as bigbrovar [11:15] anybody has good knowledge with postfix that can help me im on ubuntu 18.04 [11:19] jpop, postfix can get complicated. What do you want to do? [11:19] just receive send php files [11:47] Hi all, I have installed Ubuntu on a desktop amd computer. Then I removed the disk and put in a portable intel computer. Everything works. Do you think it would gain better performance if I install it from the ground? [11:47] DARKAD000: ubuntu adjusts at a new system automaticly [11:47] DARKAD000: but nothing can beat a fresh install [11:48] DARKAD000: it probably won't. [11:48] do you think I can see an improvement of quite of 50% performance? [11:48] no [11:49] Will it have the same performance? [11:51] DARKAD000: performance has many ways to get influenced, you can tweak your current system to perform better also [11:51] DARKAD000: depends how many packages were installed on the previous install? [11:52] no package were installed but the full upgrade [11:54] DARKAD000: its your choice really, clean install only takes 20min, or keep current system and do a bit of cleanup [11:57] I have nothing to clean, it was just a fresh and upgraded install [11:59] DARKAD000: that doesnt mean you cant do nothing, i always install preload, check swappiness,clean system with bleachbit, disable unwanted services at boot [12:00] Thank you Lotus!!! [12:00] !info preload | DARKAD000 [12:00] DARKAD000: preload (source: preload): adaptive readahead daemon. In component universe, is optional. Version 0.6.4-2build1 (bionic), package size 33 kB, installed size 102 kB [12:01] Thanks again [12:11] Hi I am trying to mount ceph I am able to use it with fuse but when I try mount command I am error https://pastebin.com/qXQsqGxS What am i missing. [12:15] cupcake90: what is the exact command you ran, just for clarity? Also, please include your exact version and flavor of Ubuntu :) [12:18] SlidingHorn: mount -t ceph ip:port:/ /mnt/mycephfs/ -o name=client.admin,secret=keyxxxxxx I am running 16.04 testing on desktop edition [12:18] Thanks [12:18] What option should I use to tell the LiveCD to use a casper-rw file? [12:18] hi there. can anybody point me to a list of fonts that ubuntu ships with? [12:19] I have a /cdrom/casper-rw file when I boot from it, but it's not mounted (I can mount it somewhere just fine) [12:19] does it come with any of the following fonts: Nimbus Sans L, Liberation Sans or FreeSans? [12:19] boot=casper is already there === daniel is now known as Guest62218 [12:23] Oh, I don't have "persistent" [12:27] cupcake90: have you installed ceph-common and ceph-fs-common ? [12:28] Yup [12:28] Do i need to restart [12:29] cupcake90: shouldn't need to, but I don't think it could hurt [12:29] SlidingHorn: Yes I thought the issue with test cluster at first but working with fuse [12:30] SlidingHorn: Then I noticed the syslog errors [12:33] cupcake90: take a look here: https://access.redhat.com/solutions/2591751 (it's RHEL, but I'd assume it would at least be helpful) [12:35] SlidingHorn: Yup I will check it also ceph osd crush tunables legacy this probably will fix it [12:35] Let me have a look [12:37] SlidingHorn: Thanks for the help man fixed it :) [12:37] \o/ [12:37] SlidingHorn : :)) [13:25] hi [13:26] does anybody know a solution to that problem: https://askubuntu.com/questions/122783/how-do-i-hide-remove-a-partition-from-the-nautilus-left-panel/835040?noredirect=1 [13:26] ? [13:27] is anyone in knowledge to speak about cannonical finances? seems they are still loosing money. is this something we should be worried about? [13:28] I want to get an ARM-powered board to mess about with. Any known problems with Ubuntu? [13:30] IniGit, but x-gvfs-show works! [13:30] IniGit: Are you using Ubuntu or Debian? Ask only in the channel for your distro please. [13:30] I just upgraded a machine from precise to xenial and after upgrading, firmware, although is is there, is no longer loaded, so that the network is completely down, even eth0. What's wrong there? [13:31] IniGit: What version and flavor of Ubuntu are you using? [13:32] 18.04 [13:32] IniGit: after you followed the instructions from the answer of your link, have you logged out and logged back in? It won't automatically un-mount if it was already mounted. [13:33] SlidingHorn: which answer are you referring to? [13:34] IniGit: the link you provided as your question has an answer that solves the problem (the top voted response) - You will need to log out/in or maybe even restart for it to take effect. [13:35] SlidingHorn: yeah I tried that, I also responded in the comments that that doesen't work. It seems it also does not work for the thread-opener, because he didn't accept it. Also when you would be able to do such things in fstab, why does gnome-disks not support it, because mount-options are greyed out for LUKS partitions [13:36] It works fo non- LUKS partitions [13:36] I do that regulary [13:37] fo = for [13:37] apt install chntpw no found : https://packages.ubuntu.com/fr/bionic/chntpw what is universe ? package i don't understand ubuntu [13:38] you need to activate universe repo https://help.ubuntu.com/community/Repositories/Ubuntu [13:40] IniGit: This is very old, but might at least help to point you in a helpful direction: https://ubuntuforums.org/archive/index.php/t-2198120.html [13:42] SlidingHorn: I think maybe the solution is in /etc/crypttab [13:42] yeah [13:42] I'll try that [13:44] SlidingHorn: Isn't noauto the default for crypttab when specifying nothing? I mean when you have an empty /etc/crypttab file [13:46] IniGit: I honestly wouldn't know. I'm simply employing my DDG-foo more often than not. I'm usually just as in the dark as whomever I'm attempting to help :P [13:46] :D [13:47] thank you for that [13:54] Ool, thx i'm use to stable main contrib ^^ [14:00] hi [14:00] https://nopaste.xyz/?e8737b6401666e5d#qbB7yLLXSMMJLBThYGl6XXZglJqg0EjiWIIhbOvn3LA= [14:00] why foobar is empty? [14:01] hello, trying to figure out how to use my local machine's Nautilus file browser to open a remote server directly. But it seems I can't specify a location as there is no address bar or w/e it's referred to in the top of Nautilus. Can someone help? [14:02] oh, I may have found it in "Other Locations" :) [14:03] interrobangd2: what are a & b? [14:03] strings [14:04] fleabeard: hit CTRL+L [14:04] the command inside a file works [14:05] has anybody used ipfs? [14:05] splashd: that's not your question [14:06] splashd: also, ipfs is not available in ubuntu [14:06] splashd: you'll have to contact the developer for support [14:07] leftyfb, cheers! [14:09] interrobangd2: (this isn't my strong suit at all, so I'm not sure where to go from here, but)... have you tried putting your $foobar in quotes in your echo command? [14:10] change nothing. [14:10] interrobangd2: the reaon is, the parent shell (the one you call the bash command from) will expand all variables inside double-quotes before passing the string to the bash command [14:11] interrobangd2: Use single-quotes bash -c ' ...' and it will work because the shell doens't expand variables inside those [14:12] interrobangd2: (it would have to be single quotes, as the for loop is in double quotes overall) [14:12] thank you! [14:12] howdy [14:12] ah, see, TJ- to the rescue! \o/ [14:16] TJ-, i try to find it on the man page https://linux.die.net/man/1/bash [14:17] I upgrade to 18, I had to swap the monitor positions. Now if I configure which monitor to display the side menu on their names are swapped. [14:19] TJ-, can y find it? [14:19] interrobangd2: see the section titled "QUOTING" [14:25] gde33: Could you clarify which version *and flavor* of ubuntu? (18 is not an ubuntu version) and what display driver are you using? [14:26] SlidingHorn: ok ill try [14:26] Ubuntu 18.04.1 LTS [14:28] I was using the propriary driver for nvidea but I forget how to get to that window [14:31] using nvidia driver metapackage from nvidia-driver-390(propriatary, tested) [14:33] any ideas what snapd might be doing? it randomly started eating all my CPUs and RAM, system load is at 40 [14:34] I can't even remember installing it [14:34] It's isntalled by default, and is home to several Gnome desktop applications like calculator [14:35] Does a reboot of the system clear up the issue or does it immediately start ramping up right away? [14:35] can't try that atm [14:35] looks like I'll need a new calculator then [14:35] I recommend the TI-83... good and trusty :-P [14:36] I finally managed to kill -KILL snapd and mask it. gnome-calculator still seems to work. (using xenial) [14:37] oh no. seems snapd started again albeit being masked [14:37] snapd is a daemon process, it should be running as it is hosting snap applications. [14:38] I'd rather try to live without snap apps than risk having yet another timebomb sitting around. udisksd is bad enough. [14:39] I don't know if you can completely remove it... gnome-calc was just one of the modules I know installs as a snap by default [14:41] aptitude thinks I can "purge snapd ubuntu-core-launcher" w/o even touching gnome-calculator. let's try. [14:43] good luck :-) [14:43] nice, gc runs and no snapd! [14:44] I guess if any other app would have required snapd, aptitude would have told me, right? [14:44] cool beans [14:45] With the server 18.04.1.0-live ISO, I get 'errors found in 3 files' when doing a disc defect check before installing. ISO checksum and gpg sigs are correct. Using two different USB thumb drives, tried on multiple hardware and VMs. Redownloaded from a different mirror with same results. Not sure if I'm doing something really silly or what to try next. [14:46] Shadowlander96: yes,known bug, you can safely ignore it [14:47] is there a way to detect when a process would cause the system load to climb over a threshold, and suspend those processes until I decide it's worth it? [14:47] Shadowlander96: Bug #1810633 [14:47] bug 1810633 in Ubuntu CD Images "18.04.1.0 server "check disk for defects" reports mismatches " [Undecided,Won't fix] https://launchpad.net/bugs/1810633 [14:47] imho Date & Time should have a tad more config options. I need the full date, preferably with week number. [14:48] I feel silly. Didn't find that when searching. Thank you for you help. [14:49] atm even clicking on it doesn't give me week numbers https://news-cdn.softpedia.com/images/news2/gnome-calendar-just-landed-in-ubuntu-16-04-daily-build-498856-2.jpg [14:49] I dimly remember reading about a systemd feature to limit services' resources. could I use that to put udisksd and other annoyances in a group and limit them to like 40% CPU and 60% RAM? [14:50] Sven_vB: I'd be more inclined to figure out why on that system they seem to be misbehaving [14:52] gde33: Do you have a support request? If so, please ask your question. For general discussion and other off-topic commentary, please use #ubuntu-offtopic [14:53] TJ-, I'll be happy to try and reproduce and investigate, as soon as I can trust my system will still be responsive enough to investigate it. [14:53] pragmaticenigma: I need to use gnome tweak tool to display the full date and week number? === coffeeguy is now known as zenguy [14:56] Sven_vB: check the udisk2.service log for clues [14:57] hi [14:57] i can to ask you? [14:57] gde33: I'm not sure if gnome tweak tool has the ability [14:58] TJ-, yesterday's udisksd attack was on trusty, which seems to not have systemd yet. how do I check that log there? [14:58] !ask | Badr_ [14:58] Sven_vB: hmmm, let ne do some digging, it'd usually be /var/log/syslog unless it is logging to a separate file [14:58] oh, which also means I'd need another limit strategy than systemd for trusty [14:58] Badr_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [14:59] gde33: This is the most common result I see with web searches: https://askubuntu.com/a/968955 (and it was always within the top three results) [14:59] TJ-, I hadn't found anything in syslog, and there was no /var/log/udis* [14:59] pragmaticenigma: gsettings set org.gnome.desktop.calendar show-weekdate true [15:00] TJ-, I made a wrapper script then that intercepts the CLI to remove the --no-debug flag and redirect output to a log file, but fprtunately, no rampage since then. [15:01] https://help.ubuntu.com/community/BootPartition :how to free space at the start of the disk where windows is installed [15:01] well I guess with just short of 3 months support remaining, noone will fix the rampage anyways [15:04] Sven_vB: I don't see any open bugs that talk about execessive CPU usage [15:05] Badr_: can you explain a bit what your end goal is, volunteers might be a better help this way [15:05] Sven_vB: but as you also report a similar issue with snapd, I'd suspect it is caused by the motherboard/CPU combination; possibly due to idle state handling which we do see from time to time [15:06] Sven_vB: can you show us "dmesg | pastebinit" [15:06] TJ-, actually with udisksd I never found signs of high CPU load. just system load shoots through the roof but neither CPU use, RAM use or iotop looked suspicious. it's a mystery to me. [15:06] Sven_vB: you mean loadavg ? [15:06] yes [15:07] Sven_vB: well that is OK, the loadavg is just the number of runnable tasks (tasks not sleeping or waiting or otherwise unavailable) [15:07] snapd I won't investigate until I find an app that needs it. until then I'll just steer clear of snapd. === dbugger_ is now known as Dbugger [15:08] TJ-, the udisksd attacks make my terminal unresponsive though, and make video playback stutter or stop. [15:09] Sven_vB: it could be related to CPU speed-step, where the CPU backs off its core frequency [15:09] my syseteme is ubuntu and i Installing Windows7 dual boot with ubuntu [15:09] but reatnow i'can't to entre to my sysetem ubuntu [15:09] Badr_: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [15:10] TJ-, would speed-step changes show up in the syslog? or dmesg? how can I translate dmesg timestamps to RTC? [15:10] Sven_vB: udisks issue might be caused by the particular combination of (types of) block devices on the system [15:10] Can anyone tell me where to find the sleep setting? For a while my session would blank my screens after ten minutes, but somehow it changed. [15:10] Badr_, so the windows install made your ubuntu inaccessible? [15:10] And it doesn't sleep at all any more. [15:11] Sven_vB: yes, it does that [15:11] where can I find the gnome extensions? I've just installed one but cant figure out how to open the config window. [15:11] ubuntu [15:11] Sven_vB: check "man dmesg" see if it has -T / --ctime option on Trusty [15:11] what does .. in path name means. For ex: $SRCROOT/../some_path [15:11] TJ-, <3 [15:11] gde33: https://extensions.gnome.org/local/ [15:12] leftyfb: I cant launch the config window from there [15:12] why isn't it in the menu? [15:12] gde33: each extension will have it's own config icon if there are any configs to be had [15:12] Q. I have a number of remote servers - only one of which has ssh access from the outside world (call it server A). To copy a single file from server B, I can use "scp -oProxyJump=serverA serverB:/path/to/file ." .. Can I do the same with rsync, and if so ... how ? [15:14] leftyfb: ic ... [15:14] TheGrumpyScot: yes. Specify the ProxyJump option for that host in your ~/.ssh/config [15:14] still I wonder, if dmesg is indeed able to show human-friendly timestamps, why the half-hearted guessing. it deems my invocation human-interactive enough to automatically enable colors, but not human-readable time. [15:14] leftyfb: is there any way in the gui to get to this web page? [15:14] gde33: yeah, open firefox [15:15] I have to remember it? [15:16] Sven_vB: colortail to the rescue :p [15:16] leftyfb: ***ing genius! that works a dream - thank you very much [15:16] TJ-, in the hour before and after yesterday's udisksd attack, the only dmesg messages are about wifi. [15:17] gde33: you could install gnome-tweak-tool, but I've seen bad things happen managing extensions using that. [15:17] hi - is there a step by step example any where of how to install the nvidia drivers - from the ubuntu apt repo when secure-boot is enabled ? [15:17] gde33: the url is extensions.gnome.org ... pretty easy to remember [15:17] I have seen how to when you use the binary driver direct from nvidia.com - i.e http://us.download.nvidia.com/XFree86/Linux-x86_64/396.51/README/installdriver.html#modulesigning [15:18] leftyfb: I can remember it. It just violates every rule of a good gui for me. [15:18] !nvidia | yossarianuk [15:18] yossarianuk: For nvidia and matrox graphics cards, see https://help.ubuntu.com/community/VideoDriverHowto . For AMD/ATI graphics cards, see « /msg ubottu ati » and « /msg ubottu fglrxmissing » For the latest Nvidia drivers see https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [15:18] no mention of "udisk" in syslog either, in the two hours before it attacked. [15:18] and the next thing after is udisk restarting because I killed it. [15:19] lotuspsychje: thanks but I know how to install nvidia drivers normally - just not when secure-boot is enabled [15:20] lotuspsychje, nice, thanks for the recommendation! [15:20] Sven_vB: welcome [15:24] yossarianuk: https://wiki.ubuntu.com/UEFI/SecureBoot#How_can_I_do_non-automated_signing_of_drivers.3F [15:24] https://wiki.ubuntu.com/UEFI/SecureBoot/Signing [15:29] yossarianuk: it seems that there are also dkms based nvidia drivers, in which case there are ways to automate the module signing [15:29] leftyfb: boot repair she give me this 2 link https://paste.ubuntu.com/p/gxRF3mRHf9/ https://help.ubuntu.com/community/BootPartition [15:29] https://wiki.ubuntu.com/UEFI/SecureBoot/DKMS [15:31] yossarianuk: e.g. this comes with dkms.conf https://packages.ubuntu.com/bionic/amd64/nvidia-dkms-390/filelist [15:32] tomreyn: yes the nvidia is dkms I belive [15:32] nvidia * driver * [15:33] hey, I have a program that requires confirmation input and I'm automating it as: `printf "Y\n" | ./prog` but then the output is not giving me a new line between the confirmation question and the output data. Any ideas? [15:33] yossarianuk: right, the one in ubuntu is apparently. [15:33] ok thanks that link looks useful.. [15:33] cheers [15:33] yw [15:34] Which partition was suggested for installing ubuntu 18.04 MBR or GPT on a 256GB ssd ? [15:34] olabaz: echo -e [15:36] nbusrone: I'd always use GPT these days, it has a backup and should be supported by all firmware [15:36] nbusrone: it depends if you are using UEFI or not (GPT also does work with legacy/msdos) [15:36] olabaz: or (if repeated input is ok) just: yes | ./prog [15:36] if you are using UEFI I would say use GPT [15:36] tomreyn: echo -e and yes Y don't work either [15:36] tomreyn: http://codepad.org/kLVVTGei [15:36] this is what I'm getting [15:38] olabaz: use "expect" or fix the source code (if you have it) [15:39] olabaz, printf "Y\n\n" [15:39] im running ubuntu 18.04.1 64bit Desktop on my intel laptop with dedicated amd gpu. (FirePro M5100). anyhow i do this command './amd-driver-installer-15.201.2401-x86.x86_64.run' and i get this result "error: Detected X Server version 'XServer _64a' is not supported. Supported versions are X.Org 6.9 or later, up to XServer 1.10 (default:v2:x86_64:lib:XServer _64a:none:4.15.0-43-generic:)" [15:39] ioria: \n\n doesn't fix it either [15:40] olabaz: you could also try \r\n ? [15:40] i also need to install the amd gpu sdk but first i need to install the gpu driver [15:40] tomreyn: doesn't work either lol [15:40] i mean amd opencl gpu sdk [15:40] I have no idea what's going on here [15:40] olabaz: well, expect or modify source [15:41] ok i'll look into expect [15:41] olabaz: the difference is due to the way program reads the input. You're redirecting via pipe and the program is written to handle only direct console/tty stdin so it gets confused [15:41] olabaz, printf 'y\ny\ny\n' ? [15:42] ioria: didn't work either [15:43] TJ-: the program runs fine but it's just missing the new line [15:44] it's what TJ says, thus expect may be able to help. [15:44] tomreyn: expect works [15:44] ok, "this still works" [15:44] but I have to rerun this command multiple times so rediting the script is more effort [15:44] than just typing Y myself [15:45] ok [15:45] "this still works" [15:45] nbusrone: i would personally always use gpt nowadays. [15:47] nbusrone: reasoning: backup copy of partition table, not limited by storage device size (you can later image the data onto a larger disk), more modern (mbr will probably go away at some point anyways). [15:47] plasmoduck: can we help you [15:48] TJ- , yossarianuk , tomreyn: GPT backup you mean backup at the end of disc ? yep using UEFI .But 18.04 support ssd + GPT + UEFI ? bug ? [15:48] lotuspsychje: sorry I was trying in the wrong window [15:48] nbusrone: that's what i mean, gpt gives you a backup at the end of storage [15:49] I am attempting to build a new wine deb with a patch I pulled from winehq's bugzilla. I followed http://packaging.ubuntu.com/html/fixing-a-bug.html and got as far as building .deb's that appear to install perfectly. The problem is just the 64-bit aspect of Wine was built, so I'm missing the 32-bit ("WOW64") support the official Ubuntu-built version comes with. Does anyone know how to build wine with both [15:49] 64-bit and 32-bit support? [15:49] nbusrone: i would think that all 18.04 installers can handle a storage which is already formatted with a gpt [15:49] s/formatted/partitioned/ [15:50] tomreyn : how to check current board on uefi ? [15:50] ok [15:50] nbusrone: current board, what do you mean? [15:51] tomreyn : ls: cannot access /sys/firmware/efi: No such file or directory [15:51] nbusrone: this system did not boot in uefi mode [15:53] tomreyn : in what condition system did not boot in uefi ? [15:54] nbusrone: if ubuntu boots and /sys/firmware/efi does not exist then it indicates that this system did not boot in UEFI mode (but probably in CSM / legacy BIOS mode) [15:54] nbusrone: does this answer your question? if not, please rephrase the question. it can be longer. [15:55] nbusrone: or just tell us more about hwat you are trying to do with ubuntu + uefi [15:55] tomreyn : yep it answer but this system does boot in uefi when I boot up the pc [15:56] tomreyn : Nothing much , actually I wanted to be able to edit grub boot loader and worry of bug on 18.04 affecting ssd + GPT [15:57] tomreyn : installing dual boot as win7 first and later with 18.04 on a ssd [15:59] nbusrone: if you already installed windoes in bios mode then you will need to instll ubuntu in bios mode as well, unless you want to keep switching between the two on your mainboard firmware configuration interface (the UEFI configuration interface then, i guess). [15:59] nbusrone: personally i dislike dual booting, have you considered running windows in a VM instead? [16:00] nbusrone: also, i am not aware of "bug on 18.04 affecting ssd + GPT" [16:00] tomreyn : looks like i didn't explain much.Currently running on hard drive and plan to get a ssd dualboot win7 + ubuntu. === capella|away is now known as capella [16:01] ok, this doesn't change the situation other than that you apparently have another storage (the hard disk) also. [16:02] tomreyn : Not knowledgeable to config VM+KVM / QEMU [16:03] tomreyn : Anyway , if I encounter any problem will come over here for solution.Thanks [16:03] nbusrone: use virtualbox then [16:05] tomreyn : some video plugin does not work with virtualbox.Or I can't run vm in a vm. [16:06] not sure that you mean, nested virtualization is supported. ask in #vbox for details. [16:08] Hi! Yesterday I installed Tweaks on my ubuntu 18.04 and after some tweaking I dont have a login screen background picture anymore. Its just grey bg. How to change that? [16:09] tomreyn : As for example Android emulator or any software with OpenGL 2.0.To by pass , I need kvm /qemu passthrough which it's hard to config.Anyway thanks for clarify. [16:11] nbusrone: i see. yes, if you need opengl to work fully and reliably it gets more difficult. === SimonNL is now known as SimonNL_Afk [16:13] heh, could someone let me in on the joke of not having an add event button on the calendar? [16:15] gde33: which calendar are you using, which ubuntu are you using? [16:15] 18.04 gnome [16:16] thanks for answering one fo two questions. [16:16] *of [16:16] it makes the calendar popup twice as big to tell me no event is scheduled [16:16] I dont know what the calendar is called [16:16] its the new one I think [16:16] the old one definetly has an "add event" button [16:17] is it this? https://wiki.gnome.org/Apps/Calendar [16:17] this one https://tr3.cbsistatic.com/hub/i/2018/05/16/a67e2d4e-cf4a-472a-bab2-bf204331743f/onlined-800x600.jpg [16:17] or are you referring to the preview on the panel? [16:17] tomreyn : Last question , is there any application to backup or list on current application installed ? [16:18] ah one can click on the date [16:18] gde33: i think this is just meant to be informational, you should use a separate calendaring application to manage the events [16:19] tomreyn: if you click on a date it says no event at the left with the date written above it, if one clicks on the date the calendar comes up [16:19] nbusrone: are you asking how to get a list of installed debian and snap packages? [16:20] nbusrone: are you looking for a backup solution? [16:20] gde33: doesn't come up here, but i guess i dont have a compatible calendar installed. [16:21] tomreyn: you are clicking on the written out date on the left top after picking a date on the right? [16:22] gde33: you're right, this brings my calendaring application to front, something *does* happen there. thanks for the hint. ;) [16:23] tomreyn : list of list of installed debian and snap packages [16:26] What's the best place to ask questions about building a patched .deb file? (#ubuntu-dev seemed limited to coordination, not support) [16:27] javaJake: we advice to use the packages from the ubuntu repos here [16:27] javaJake: I think #ubuntu-devel or #ubuntu-packaging [16:28] javaJake: did you not find the package you need, you trying to build? [16:29] nbusrone: https://askubuntu.com/questions/9135/how-to-backup-settings-and-list-of-installed-packages. For snaps, i only know of "snap list" [16:29] lotuspsychje: of course :) I take responsibility for any ways the .deb breaks the system. I expect, given the simplicity of the patch, that it'll only break Wine. I'm trying to use Ubuntu's build tools as much as possible to stay as close to vanilla Ubuntu as I can. [16:30] javaJake: what is it exactly you trying to build? maybe volunteers might know alternates [16:30] lotuspsychje: I am trying to build Wine with a patch applied. [16:30] javaJake: to achieve what? [16:31] I get a perfectly usable build of Wine but it only comes with 64-bit support. The build Ubuntu uses is multi-arch and also has "WOW64" enabled in the 64-bit version. I'm not sure how to achieve that. [16:32] javaJake: i think the question is "why are you trying to build your own instead of using the one ubuntu provides?" [16:32] lotuspsychje: to run a Windows VoIP app that Ubuntu has no alternative for. [16:32] javaJake: should that not be a bug against wine then instead? [16:33] Ubuntu and Wine both suffer from the same bug that's currently unresolved but has a workaround that supposedly works. [16:33] tomreyn : thanks will look up into it later on :) [16:33] javaJake: What "Windows VoIP" app is not working? that is incredibly vague. [16:34] pragmaticenigma: yes :) it is vague. It is Windows software I'd like to try to run on Ubuntu and it has no known Linux analogue. [16:34] javaJake: Also, tell us what this bug is, and whatever work around you found to work. There are a lot of very smart people in here that are willing to help, we just need all the details you can provide us. [16:34] javaJake: You would be surprised at what people here know and have experience with. The more information about the application may lead to someone with previous experience with it. [16:37] Alright, let me repeat my question. I'll give y'all specifics but the specifics are tangential to my question. I'd like to patch this bug: https://bugs.winehq.org/show_bug.cgi?id=41703 with this workaround: https://bugs.winehq.org/attachment.cgi?id=58819 via a process similar to this: http://packaging.ubuntu.com/html/fixing-a-bug.html ; the goal is to build a set of wine .deb's that patch the vanilla Ubuntu [16:37] .deb's with the linked patch compiled in. I have succeeded, except that the version of Wine I get only runs 64-bit software. The vanilla Ubuntu 64-bit build is able to run 32-bit via a "WOW64" translation, and Ubuntu also provides native 32-bit builds. I don't understand how to accomplish this multi-arch build, or enable "WOW64" translation in the 64-bit build. I had assumed using the pbuilder-dist process I [16:37] bugs.winehq.org bug 41703 in ntdll "Workaround LdrUnloadDll() for C libraries that do not support the dlclose() function" [Major,Reopened] [16:37] linked would reuse Ubuntu's build scripts but I am missing something. [16:47] https://askubuntu.com/questions/17823/how-to-list-all-installed-packages#17829 [16:47] nbusrone: https://askubuntu.com/questions/17823/how-to-list-all-installed-packages#17829 [16:48] javaJake: i think for wine bugs, maybe better talk to the wine channel? [16:48] sorry for double link [16:48] javaJake: What I would say is this. Patching is typically something that happens through bug tickets on launchpad. As far as building your own .deb file, there are plenty of tutorials out there on how to build them. I haven't heard of "patching" a .deb file. Though my experience in building applications is limited, I have never heard of patching .deb. Just that someone patched the application, and then created a .deb that [16:48] contained the new build with the patch applied [16:48] lotuspsychje: I will try #ubuntu-devel later today if this channel doesn't reply. [16:51] Hi! Yesterday I installed Tweaks on my ubuntu 18.04 and after some tweaking I dont have a login screen background picture anymore. Its just grey bg. How to change that? [16:53] pragmaticenigma: I understand. I am pushing the boundaries on what a user can do without developer resources in Ubuntu. === bigbrovar_ is now known as bigbrovar [16:53] javaJake: that's an uphill battle [16:53] aldcor: do you mean ubuntu-tweak or gnome-tweak-tool [16:53] aldcor: Why are you using tweaks to peform tasks that are already available in the "setting" application [17:17] Hello! I am connected to a Wifi that is fast for others, but for me iwconfig shows "Bit Rate=1 Mb/s". Super slow. Any idea how to go about that? [17:18] aldcor: when you say "login screen background" do you mean the background for your lock screen (with the clock) or the background for the actual login form screen that shows your username and has a password input box? [17:19] lock screen can be changed from Settings or Tweak, but the actual login screen can only be changed by editing gnome's CSS file [17:20] no_gravity: have you tried an actual speedtest? iwconfig usually only shows the specs of the card, IIRC [17:21] nicomachus: yes, 20kbit/s [17:22] no_gravity: can you paste the full output of 'sudo lshw -C network' to a pastebin and link it here? [17:22] no_gravity: check kernel log for indications of issues, also look at the retry/invalid counts that iwconfig shows, are they increasing? [17:23] One moment, I will try a different access point. That might kill my connection... [17:25] Can you guys still read me? [17:26] yes [17:26] I changed the access point but its still slow. Still 1Mb/s [17:26] no_gravity: which distro are you using, Debian or Ubuntu? Please keep your questions to the actual distro's channel [17:32] (assuming debian, since they're continuing there) [17:36] i have some ubuntu systems using ldap authentication. a system running 14.04 has almost no latency when authenticating, but another system running 18.04 always takes 14 seconds to finish logging in: first it displays /etc/motd, and then hangs for 14 seconds. i can't tell what is causing it to hang. have any of you encountered this problem on 18.04 or maybe 16.04? [17:37] note that the system does not hang when logging in with a local user [17:37] strangerr: some script triggered in /etc/update-motd.d/ most likely [17:38] strangerr: you can test by disabling update-motd [17:38] TJ-: Thank you, I'll give that a try in just a moment [17:49] hm. after disabling all of the scripts in /etc/update-motd.d/ the issue still persists === SimonNL_Afk is now known as SimonNL [17:52] strangerr: so something else then, any clues in /var/log/auth.log (timestamps, commands, etc.) [17:56] maybe a strange problem but i have ubuntu server 18.04LTS running but no netplan. [17:57] sven_: it is possible to have 18.04 with the older ifupdown stuff, maybe you have that in play. [17:57] sven_: does the thing not work or...? [17:58] it does work but will this give a problem with the next update? [17:59] sven_: Was this 18.04 installed from an update from 16.04? [17:59] yes [18:00] I think I recall in the documentation that existing network configurations weren't changed with the upgrade path from 16.04 to 18.04. [18:01] ok, but with the next lts update it will not give a problem? [18:01] sven_: it might be a question to ask in the #ubuntu-server channel though. [18:01] sven_: Ubuntu does a check before upgrading any version. If something is not going to work with the upgrade, it won't install unless you force it to [18:02] i did not know ther was a channel for the server. but if it's not a problem it does not need more time from the support [18:02] thanks for the support [18:02] sven_: It's part of the same areas that warn you that you're PPAs will be disabled and those packages from them will be uninstalled or downgraded to the version avaialble in the Ubuntu repos [18:03] sven_: when I have packages installed that are no longer available, Ubuntu has prompted me to continue... it's not a in your face type warning, and it will have a long list of packages that you have to sift through to verify [18:04] Hmmm, can i add netplan to it? [18:06] sven_: I'm sure you can, though it may get complicated... That's probably where #ubuntu-server channel will come in handy [18:07] ok i will try, thanks [18:16] hi, I am using ubuntu 18.04 but my company is working with office365, do you know any email client supported ? I used Hiri, but I need to paid [18:17] I cannot connect with thunderbird [18:18] anikras: I believe Evolution supports Exchange [18:18] d9a, I 'll to try [18:20] anikras, https://kamarada.github.io/en/2017/09/06/use-evolution-to-connect-to-office-365-on-linux/#.XDTpw8Z7m-Y [18:26] They configure SAML protocol to authentication [18:36] anikras: Thunderbird currently has a request to add SAML support. With Mozilla's renewed interest in Thunderbird, I believe it's possible with in the near future the ability will be there. If the company does not allow for IMAP, it is unlikely that any product other than the Office 365 web, phone app, or native Outlook clients will be able to connect [18:37] hi [18:37] pragmaticenigma, I can access via web, but I am interesting to use client, some time i don't have network connection [18:39] can someone confirm if squid package for ubuntu18.04 supports SSL/ HTPPS? [18:40] anikras: You might want to check with the company policy. In most cases when I see SAML only, it's because the company want's to ensure their sensitive e-mails can be removed quickly from remote clients. [18:40] anikras: that is to say. your employer may not want you accessing their e-mail except through authorized applications. [18:41] but I can access via online from every where [18:41] but I understand this position [18:42] sayi: all documenation regarding squid is found here: https://help.ubuntu.com/lts/serverguide/squid.html.en [18:43] anikras: Yes, through the website, but if the company wants to cut access, they can quickly do so without risk of those messages being available to the user after the fact. [18:43] is there a central place where all of the top panel status idicators sit? a directory for it or something? ProtonMail Bridge puts a status indicator into my top panel that I'd like to remove somehow. Or at least change the icon to a transparent onee, if I can find it. [18:44] anikras: the point I'm trying to make here is, you really should be talking to your company IT department about installing software and getting access. They are the most knowledgable about your systems and company policies. Best to ask them. [18:44] ok, thank you, [18:44] the documentation doesn't say if ssl/https is included in the package or not ... [18:45] Hello All, audio stopped working on 18.04 in multi-user mode. Alsamixer does increase volume. The alsa force-reload has been issued. Still no sound from my NBK. Any hint? [18:45] sayi: you didn't read that article... [18:46] i did "squid can implement caching and proxying of Secure Sockets Layer (SSL) requests and caching of Domain Name Server (DNS) lookups" [18:46] nicomachus: that might be a question for ProtonMail devs... from what I know, app indicators are the resposibility of the developer, there is no central place they need to be. only a central interface for an application to place and interact with the notifications) [18:46] dose that mean it is included? [18:47] sayi: Then you have your answer, beyond that, you need to look at the documentation that is linked to for further instructions. [18:47] amixer -q -D pulse set Master toggle ... solved the trouble thanks [18:48] ok thanks [19:04] pragmaticenigma: I'll see if I can get an answer out of them. The ProtonMail Bridge is still beta for Linux so they may like the feedback, who knows. [19:04] ¯\_(ツ)_/¯ [19:04] one would hope [19:20] pragmaticenigma: can't even find the name of the application once installed. lol [19:20] it installs as protonmail-bridge but there is nothing on the system I can find under that package name. [19:21] nicomachus: is anything in /opt ? [19:21] an unrelated package. [19:23] found it in htop. it's at /usr/lib/, which I didn't look through. [19:28] hi all [19:28] a have some trouble to access my MySQL database using Python [19:29] i got "access denied" === capella is now known as capella|away [19:29] i can access MySQL with a PHP but not with Python [19:31] Im hoping someone here can help me with my Ubuntu 18.04 server (no GUI). I have its NIC set to a static IP via the /etc/netplan/50-cloud-init.yalm but for what ever reason is seems that DNS stops working every now and then. I have the nameservers specified in the file but I cannot resolve anything, I just get "ping: www.google.com: Temporary failure in name resolution". It seems that there are many ways to set static IP/DNS in Ubu [19:32] here is my netplan yaml: https://paste.ubuntu.com/p/43ndRgvs9n/ [19:35] HI ALL [19:36] I have want to re-install my ubuntu, and my home directory has a chmod 700. If i reinstall it with the same user, will I still be able of reading my home folder, or somehow i wont be able of seing it even if the user name is the same? [19:40] fletch8527: it'll be using systemd-resolved. See the /ETC/RESOLV.CONF section in systemd-resolved(8) for possible modes of operation (and please file a bug if you find that one of them doesn'T work well) [19:41] fletch8527: this siad, you *may* be able to get better server related support in #ubuntu-server [19:41] tomreyn, thanks! The last guide I followed said to use netplan and rename the resolve.conf file. But I'll that that way instead [19:42] fletch8527: just for the record: i'm not saying that one or the other is better, just pointing out the options [19:43] ah ok. [19:43] is there an easy way to see what nameserver is being used when I issue a ping command? [19:43] Ridley5: this seems more like a python issue to me, have you tried their channel? [19:45] fletch8527: if you'll use systemd-resolved you can use: systemd-resolve --status [19:45] ok thanks [19:46] sorry fot the wrong channel tomreyn [19:47] Ridley5: it's not strictly wrong [19:47] :) [19:47] doesnt anyone know how to get rid of these download completed notifications that sabnzbd pops up in ubuntu? [19:47] dont have anything enabled in sabnzbd [19:51] Config->Notifications https://sabnzbd.org/wiki/scripts/notification-scripts [19:53] ya i dont have any enabled [19:55] MibixFox, notifications, where ? under the date/time indicator ? [19:55] I want to enable nautilus-typeahead but this simple guide doesn't seem to work for me: https://www.omgubuntu.co.uk/2018/05/enable-nautilus-type-ahead-search-ubuntu [19:55] please help, thanks [19:56] hold on about to get another one ioria [19:56] ok [19:56] MibixFox, if it's located there, go in systemsettings -> notifications -> notifications popup [19:57] https://usercontent.irccloud-cdn.com/file/V1B4b3Qb/image.png [19:58] is that a chromium notification? [19:59] MibixFox, what desktop is that ? [19:59] cinnamon [20:01] MibixFox, no idea [20:01] i tried doing sudo add-apt-repository ppa:lubomir-brindza/nautilus-typeahead && sudo apt update -- but I don't see nautilus-typeahead in autocompletion, is the ppa not really enabled or something? [20:01] lol ioria me either === [1]MrMobius is now known as MrMobius [20:02] frib, the past post on that page, install tracker? [20:02] c/past/last [20:03] OerHeks, sorry I do not understand [20:03] frib: if there were no warnings or errors then it should be enabled by now. but didi you actually install a package from the ppa? [20:03] tomreyn, I cannot install a package despite no errors being shown during the run of those commands [20:03] (a package from the ppa) [20:04] frib: why not / what happens whenyou try? which ubuntu release do you run, have you verified that this PPA provides this package for your ubuntu release? [20:04] update & upgrade and restart nautilus [20:04] OerHeks, i understand now... [20:04] the last post on https://www.omgubuntu.co.uk/2018/05/enable-nautilus-type-ahead-search-ubuntu, scroll to the end,.. [20:05] i dont want search-as-you type so if I understand correctly I dont need "tracker" [20:05] tomreyn, the package I'm trying to install (nautilus-typeahead) simply does not show up in autocompletion / is not found when used explicitly [20:06] tomreyn, 180.04 LTS. I do not know how to verify that but it seems obvious [20:06] frib: there is no package by the name of "nautilus-typeahead" provided by this ppa for 18.04 LTS [20:06] https://launchpad.net/~lubomir-brindza/+archive/ubuntu/nautilus-typeahead?field.series_filter=bionic [20:07] I see -- it simply replaces the original nautilus package? [20:07] it is just a replacement nautilus [20:07] apparently so, yes [20:07] so should I just reinstall it ? [20:07] so update & upgrade & restart nautilus is all you need to do [20:07] (that doesn't work) === capella|away is now known as capella [20:08] i did apt update && apt dist-upgrade [20:08] it's the same package version as ubuntu's. if these packages have the same priority, i don't think it is defined which one will be installed [20:08] they say to restart nautilus with -r , but nautilus doesn't recognize this command [20:09] frib: this 'r' refers to pressing alt-f2, typing r, pressing enter [20:09] I'd like to hijack a program's file system access and modify the paths of some files because I have my own opinion about where they should reside. what's the easiest approach? do I need to learn about LD_PRELOAD? [20:09] frib: apt-cache policy nautilus | pastebinit [20:10] http://paste.ubuntu.com/p/rr6c7jdscV/ [20:10] to be more precise, I'd like to switch locations based on the initial working directory, to use a per-project config in a 3rd party program that only knows about its global config. [20:10] frib: so that's the problem. both packages are the same version, both have the same priority (500). if you want to prefer the one from the ppa you'll need to do apt pinning [20:11] !pinning [20:11] pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [20:11] thanks... [20:12] Sven_vB: you could rebuild it from source, or run it in a chroot. [20:14] tomreyn, that doc says to edit /etc/apt/apt.conf unless you're on intrepid but I don't have /etc/apt/apt.conf and I'm not on intrepid [20:14] tomreyn, indeed, I'm trying to evade the effort of rebuilding it in each future version. with a chroot I'd need lots of bind mounts. [20:15] maybe with overlayfs, but still ugly in the mount list. I'd prefer an approach that would be mostly invisible to other programs, i.e. not disturb global system state. [20:24] <[bma]> Hi - I'm having a rather troublesome configuration issue with AMD RocM on ubuntu - however I don't think the issue itself is RocM related - I believe it's something to do with the eGPU. [20:24] Sven_vB: maybe execute it via systemd-nspawn, use a read-only mapping of the real root-fs, and attach a writable bind-mount or tmpfs where the program writes to [20:25] <[bma]> I have an iMac, running 18.04 (clean install/updated). If I connect my eGPU breakout box with the GPU disconnected, it boots fine. If I boot with the GPU (Vega Frontier) connected, I get a message saying "a start job is running for detect the available gpus" -- and it just hangs there. If I boot without the eGPU and hotplug it, I get a hard crash (as in, down to the mouse cursor freezing up) [20:26] <[bma]> Any suggestions on where to start? Nothing obvious in the boot logs of gpu_manager [20:27] <[bma]> or* [20:28] <[bma]> There are 2 GPUs connected - an RX 580 internally (which works fine without the eGPU connected) and the Vega Frontier via a TB3 enclosure [20:28] [bma]: Going to go on limb here and say... it's apple, there are so many things they do to prevent Linux on their machines [20:29] more likely [bma] ... you're on the bleeding edge of newer hardware features that just haven't reached full support yet [20:29] <[bma]> @pragmaticenigma as much as I agree about apple ;) - everything except the egpu works perfectly - there seems to be an issue with Ubuntu and the eGPU which should work... [20:30] TJ-, sounds interesting. thanks for the idea! [20:30] <[bma]> There are reports of the enclosure working OOTB with other GPUs, and vega frontier isn't an unknown card to ubuntu - so I just can't figure out why it's not having it :/ [20:31] the first thing that showed up from my search was reference to ubuntu 12... but that was back when USB 3 was just coming about. If this is a USB-C... there is so much bridging between PCI bus and other functions, it could be anything. Does the enclosure work with other cards? [20:32] [bma]: first thing I'd ask is - have you tested the latest v4.20 kernel with it? [20:33] tomreyn, I tried pinning this way: http://paste.ubuntu.com/p/ZpX46p59SX/ but apt-cache policy sets all of them to -10? http://paste.ubuntu.com/p/THsFdkpjpv/ [20:33] frib: what doesn't exist can be created, apt pinning configurations should go into a new file in /etc/apt/preferences.d/ though. [20:34] hi there, does someone know if there is any support for 06cb:009a fingerprint ? (x1c6) I can't find anything but I do hope I did a bad research. [20:34] repz: huh? [20:34] repz, only the devices on https://launchpad.net/~fingerprint/+archive/ubuntu/fingerprint-gui are supported AFAIK [20:35] frib: the first configuration you make there applies to both origins, so yes. [20:35] how do I fix it? [20:35] Yep also, afaik but I have some hope [20:35] also should the / -> - ? [20:35] (for the ppa)? [20:35] repz: I don't see any module claiming that ID up to Linux v4.20 [20:35] :( [20:36] tomreyn, also should the first config only apply to bionic since it says n=bionic? [20:36] shoudn't* [20:36] frib: i'm not sure what you're asking. i would not set the default package' priority to something negative, it just needs to be lower than that of the ppa. [20:37] ok that's fine I can make it positive but the ppa priority is still not registering, why? [20:37] frib: debugging apt pinning is somewhat cumbersome and i'm not too interested to spend much time on it. [20:38] well I dont know anything about it [20:38] there is apt_preferences(5) [20:38] repz, there * was a project running, but discontinued https://github.com/nmikhailov/Validity90 [20:38] OerHeks, yep, that's the only thing i found [20:38] I ws so happy to have a brand new x1c6 but r1p [20:40] does this make the ppa priority higher than bionic's? http://paste.ubuntu.com/p/vFY3nqy3Mf/ [20:41] also, what does this mean? (nautilus:8012): GLib-GIO-ERROR **: 15:40:07.999: Settings schema 'org.gnome.nautilus.preferences' does not contain a key named 'enable-interactive-search' [20:41] <[bma]> Just tested 4.20 - the same :( [20:42] <[bma]> @pragmaticenigma Reports online that it works with nvidia cards, yes. I don't have any other PCI-e cards available to test with though unless I buy a cheap nvidia one [20:42] [bma]: Do you have a friend that might loan you there's for a quick test? [20:42] [bma]: what happens if you plug it in unpopulated? [20:43] afaik, Vega Frontier works only with AMDGPU-Pro [20:43] [bma]: See what ioria mentions? [20:51] does anyone know how to fix this? (nautilus:12266): GLib-GIO-ERROR **: 15:48:59.448: Settings schema 'org.gnome.nautilus.preferences' does not contain a key named 'enable-interactive-search' [20:53] gsettings may allow you to edit the schema. is it a good idea to do so? not sure. [20:53] tomreyn, I would like to try [20:53] maybe part of/linking to tracker ? [20:53] do you know how to edit it? [20:53] frib: no, you're on your own === juboxi is now known as jubo2 [20:54] i stop supporting this ppa too, ask the maintainer to do a proper build [20:55] how about nemo [20:57] nemo is for cinnamon [20:57] i'm using fluxbox [20:58] oh, are you even using ubuntu? [20:58] OerHeks, obviously yes [21:03] frib gsettings --help [21:04] frib gsettings list-keys org.gnome.nautilus.preferences [21:05] SimonNL, thanks.. if nemo doesn't work out I will try that === capella is now known as capella|away === Richard is now known as Guest91064 === rubenwardy is now known as CTF === CTF is now known as rubenwardy === rubenwardy is now known as CTF5 === CTF5 is now known as rubenwardy [22:09] Hi all [22:09] i have in system ubuntu and i installed windows dual boot after the installation of windows i can't to open ubuntu [22:10] the manual says install windows first, but you can rescue this by reistalling grub [22:10] !grub [22:10] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [22:12] i install boot-repair and she give me that https://paste.ubuntu.com/p/gxRF3mRHf9/ and https://help.ubuntu.com/community/BootPartition [22:14] the probleme is the fist partition of the disk is for windows [22:14] seems to be repaired, but line #1168 ... [22:14] i don't know how to free space at the start of the disk where windows installed [22:16] that should be done from within windows, AFAIK [22:17] afaik? [22:17] sorryi don't know what is afaik [22:19] afaik as far as i know [22:20] but how? [22:20] diskmanagment tool? [22:21] he free up the finish of disk not the start [22:22] I can to copie my file of ubuntu and reinstall him? [22:23] What is the difference between gnome-terminal -e and -x ? [22:23] Badr: let me check the boot-repair log, 1 sec [22:24] Hi all, I would like to change my DE [22:24] oh i think i get it, nevermind [22:24] I would like to have a light resources one [22:24] ok [22:25] DARKAD000: i just started using one called http://qtile.org yesterday, and i'm already in love with it [22:25] I'd like to use one with mouse [22:25] but thank you for your suggestion [22:25] you can use mouse with it, but it is mainly designed for keyboard, ya [22:26] Badr: what happens right now when you turn the pc on? do you get grub? [22:26] DARKAD000: This channel specializes in support type questions. For suggestions and opinions on software to try, please ask your question in the #ubuntu-offtopic channels. If you have trouble installing/switching to a new desktop environment then head on back here for assistance [22:27] Badr: ubuntu doesn't need to be the first partition of the disk [22:28] pragmaticenigma, are you an open-minden person? [22:28] !ot | DARKAD000 [22:28] DARKAD000: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [22:29] EriC^^: Badr issues looks like rebuilding grub isn't the issue as much as updating the MBR to use grub to boot with. I think you're on the right trail [22:29] Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) [22:29] she give me that [22:30] when i open ubuntu [22:30] Badr: aha, pragmaticenigma what an old school error in the end of the log, it mentions the ubuntu partition being possibly too far from the start of the disk, i wonder if that's the case though for newer pc's [22:31] Badr: maybe the uuid is wrong, let me see the log for fstab/grub/blkid uuids, 1 sec [22:31] EriC^^: It really shouldn't, especially with EFI capable BIOS I would think. (my machines will scan an entire 4TB USB external driver looking for a boot record [22:33] the uuid's check out for / and /home in grub and fstab [22:33] Badr: ^ [22:33] YES ERIC [22:34] take your time [22:34] let me see if the initramfs exists for the kernel [22:35] Badr: actually, in the linux line in grub it's using /dev/sda2 instead of the uuid, that might be the cause [22:35] line 266 of the boot-repair log [22:36] ah also, the initramfs is missing, the ubuntu entry is 4.15.0-43 but the initramfs isn't listed under the files === TheMesquito is now known as SailorMoon [22:36] that must be it i guess [22:36] Badr: are you in the live usb right now? [22:37] yes [22:37] EriC^^: when you see that grub won't add a menuentry for that version [22:37] Badr: TJ- the entry is there though [22:37] maybe it got deleted post update-grub === SailorMoon is now known as CodeLyoko [22:37] Badr: type 'sudo mount /dev/sda2 /mnt' [22:38] yes i try with this and any result [22:38] EriC^^: hmmm, maybe the 10_linux logic changed since I last played with it [22:38] Badr: ok, type "for i in /dev /sys /proc; do sudo mount -R $i /mnt$i; done" === CodeLyoko is now known as TheMesquito [22:40] EriC^^: hmmm, right, it does now. I wonder when that changed [22:41] i can to speak with you from the live usb? [22:42] Badr: yeah, go to http://freenode.net and log on and join #ubuntu [22:42] ok [22:43] Could Badr just boot an older version and repair from there? [22:43] ah right, derp [23:04] anyone know how can I send words to messenger through weechat? thanks [23:04] hi [23:05] why does umount not have a -U option for unmounting via uuid. you can do mounting via uuid via mount -U, but not unmount? [23:05] what is the logic behind that? [23:05] :| [23:07] IniGit: "umount UUID=..." works for me [23:08] oops actually it doesn't, just doesn't report an error [23:08] oh yes it does work, i'm distracted :) [23:09] tomreyn: ok that works, but why is this not documented in the man page? [23:09] tomreyn: When I search for uuid I do not find a docu of that [23:10] IniGit: it has to do with the way umount finds the device [23:12] IniGit: upper case UUID is mentioned [23:13] thx [23:13] pragmaticenigma: How does it find the device? [23:14] IniGit: It searches through /etc/mtab /etc/fstab and /proc/self/mountinfo [23:14] IniGit: Though one thing to note, in the man page is this important paragraph: free space at the start [23:15] oops... copy paste fail [23:15] The umount command detaches the file system(s) mentioned from the file hierarchy. A file system is specified by giving the directory where it has been mounted. Giving the special device on which the file system lives may also work, but is obsolete, mainly because it will fail in case this device was mounted on more than one directory. [23:15] IniGit: The last sentence explains that you can use device ids, but because it can be mounted into multiple directories, this isn't recommended [23:17] why sudo sh -c "iptables-save > /etc/iptables.ipv4.nat" and not just: sudo iptables-save > /etc/iptables.ipv4.nat ? [23:17] pragmaticenigma: ok [23:17] thank you [23:18] voi: because the `> /etc/iptables.ipv4.nat` part doesn't get 'sudo' applied to it [23:19] voi: sudo only applies to the first command and arguments passed into it [23:19] voi: which is why `sudo iptables-save` works, but not the directing of the output into a file [23:19] teward, thanks. is there no easier way? [23:20] voi: no there is not. [23:20] ok [23:20] though not sure why you're writing to /etc/iptables.ipv4.nat because that's not a typical file in Ubuntu [23:20] nor is that where `iptables-persistent` or other inbuilt firewall tools refer to [23:21] teward, https://pimylifeup.com/raspberry-pi-wifi-bridge/ step 15 [23:23] voi: you could do "echo something | sudo tee /file" [23:23] and | sudo tee -a /file for appending [23:23] well there is what EriC^^ specified yes. [23:24] voi: not sure that you're using Ubuntu in that setup [23:24] are you using Ubuntu? [23:24] its for rpi. but i couldnt join #linux since its invite only [23:24] so no, its raspberian [23:25] then... [23:25] !offtopic | voi [23:25] voi: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [23:25] we don't support non-Ubuntu in this channel [23:25] and the channel you're after is called ##linux [23:25] not #linux [23:25] (you also need to register your nick) [23:26] #linux is invite only, not registered only [23:26] no, you just don't listen well [23:26] ##linux != #linux [23:26] TWO hash marks [23:26] it's +r - you need to register with nickserv. [23:26] And it's not invite only. [23:26] but that's all offtopic here [23:26] voi: go to ##linux [23:27] we aren't going to support Raspbian in this channel [23:27] teward, thanks, didnt know there are both # and ##! [23:29] #raspbian or #raspberrypi or #ubuntu-arm are your options too [23:30] OerHeks: not #ubuntu-arm - raspbian != Ubuntu [23:30] iirc. [23:46] when I do mount and on the next line in my bash script umount I get an error: [23:46] umount: /mnt/gernot/DevLinuxBackup: target is busy. [23:46] umount failed [23:47] When I do sleep in between it works [23:47] How do I know if mount is finished without sleep? [23:47] IniGit: you could do something like mount .... && umount [23:48] that way it'll run after it finishes and only if it returns successfully [23:49] you may want to "sync" [23:50] EriC^^: thx, but in the real script I want to do something in between [23:50] wait [23:50] thinking error [23:50] IniGit: sure, it's an example [23:51] Hi [23:51] hi badr_ [23:51] EriC^^: But why does it not run synchroniously without && ? [23:52] sorry delayed [23:53] this is the report of repair boot complet [23:53] Boot successfully repaired. Please write on a paper the following URL: http://paste.ubuntu.com/p/Zv8kVgd3BY/ In case you still experience boot problem, indicate this URL to: boot.repair@gmail.com or to your favorite support forum. You can now reboot your computer. The boot files of [Ubuntu 16.04.5 LTS] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, [23:53] IniGit: i suspect something else is wrong, maybe show part of the script, you're right, mount something; umount should run after mount finishes [23:53] badr_: type "sudo mount /dev/sda2 /mnt" [23:53] ok [23:54] EriC^^: Now everything works fine. Idk why but it just threw the error one time [23:54] Maybe the external drive was in some sleep mode or so [23:54] and what? [23:54] ^^ [23:55] IniGit: maybe whatever you did in the middle was still affecting it [23:55] oh now I get the error again. Can i post the script here (multiple lines) ? [23:55] !paste | IniGit [23:55] IniGit: 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. [23:55] badr_: then type "for i in /dev /sys /proc; do sudo mount -R /mnt /mnt$i; done" [23:58] yes i i did [23:58] !pastebinit [23:58] pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit [23:59] badr_: type "sudo chroot /mnt" [23:59] okay [23:59] like this: https://paste.ubuntu.com/p/XCtK7gr5MG/