[00:09] Hi, does anyone have an explanation why nslookup host would fail, but nslookup -debug host works? I'm trying to figure out a search domain issue and nslookup itself (and everything else) can't resolve it. But nslookup -debug resolves it just fine.. which implies that to some level things are set correctly? [00:13] and nslookup is ancient i have been told to use dig now a days [00:15] kk4ewt, dig talks the dns protocol directly, doesn't apply the search in resolv.conf, so is not quite testing the same thing. === semeion is now known as mnemonic [00:39] I'm trying to get a zfs boot/root working on 16.04, and everything looks correct to me (pool is online, initrd contains zfs stuff, I can mount it fine from a livecd) but upon booting from the drive, I get dropped into the initramfs shell. any ideas why? zpool list from that shell shows the pool just fine. [00:40] the zfs mountpoint is also set to / [00:41] bparker: this helped me, and applies pretty much as is to 18.04 as well [00:41] https://github.com/zfsonlinux/zfs/wiki/Ubuntu-16.04-Root-on-ZFS [00:41] oh they did a 18.04 guide too [00:42] https://github.com/zfsonlinux/zfs/wiki/Ubuntu-18.04-Root-on-ZFS [00:46] any software recs to remove audio static? [00:46] ffmpeg seems to just have a lowpass highpass thing [00:47] which doesn't appear to be doing the job [00:47] deadghost: audacity [00:47] but it's really quite bad IMO [00:47] crashes all the time and it's really hard to use [00:47] but the filters are nice [00:47] deadghost: https://www.audacityteam.org/ [00:47] mouses: yea I've been looking at it, unfortunately it doesn't really help me debug what's going on right now though [00:47] bparker: weird, I never get a crash with it and find it very simple to use [00:48] you might not be doing much complicated work with it then [00:48] similar situation to the people that say 'gimp works fine for me' when they don't otherwise use photoshop professionally [00:48] bparker: idk, I do a lot of live DJ work and audio editing - a lot of the 'simple stuff' can be handled with it [00:48] bparker: *nods* that's fair [00:49] bparker: for more advanced stuff (hate to admit this) I have a windows box and NI software for that :( [00:49] yep [00:49] I just try to use the right tool for the job [00:49] still for 'removing static' audacity should be very easy to use for that [00:49] I mean it's a built in filter [00:49] agreed [00:49] and it works well for that in my experience [00:50] bparker: Wish I could be more help with zfs - it's still a bit of 'here there be dragons' for me [00:50] I have it working but it's hard to even remember how I pulled it off :( [00:50] well, if we look at this from a 'what do we see' perspective, and forget about zfs [00:50] we know I'm getting the initramfs shell [00:50] so all things being equal, how might I start to debug why that would happen [00:51] I don't see any other messages before it appears [00:51] bparker: that presuably means it was unable to boot / [00:51] *mount / [00:51] and running 'exit' seems less than helpful [00:51] bparker: look in syslog [00:51] nacc: this system has never booted successfully before [00:51] so there wouldn't be a log I think? [00:51] bparker: look in `dmesg` ? [00:51] I did, nothing unfortunately :/ [00:52] bparker: what nacc said - check dmesg, also I remember having serious issues with free space 'before' the /boot [00:52] bparker: I want to say it was a partitioning issue [00:52] but it's been years ;( [00:54] bparker: can you mount / now? [01:14] nacc: in the initramfs shell? if I try 'zfs mount poolname' I get 'mount /: directory is not empty' [01:14] and just 'mount /' says it's not in fstab [01:15] which, it wouldn't be [01:15] it's also not just one drive but a large array [01:21] anyone know the technician login for spectrum askey routers [01:21] which country is that? [01:24] us [01:28] Niytro: admin/admin [01:29] bparker, thats default login, sometimes there is a secondary technician login [01:29] bparker, which has more options [01:30] you didn't even give a model number or anything though [01:31] how could one possibly answer your question seriously [01:34] RAC2V1K [01:34] because i think this model is nationwide [01:34] its all there is [01:34] maybe im wrong [01:34] time warner used to use different routers but they were acquired by spectrum [01:35] askey RAC2V1K [01:35] i think is what it is [01:35] there is no option to update firmware manually so i thought there might be a technician login === Class7_ is now known as Class7 [01:36] i guess i could bridge mode it to my own router [01:37] They might know more about your router in the #openwrt channel [01:37] thx [01:40] Niytro: https://www.timewarnercable.com/content/dam/residential/pdfs/support/WirelessRouters/Final%20Askey_User%20Manual_20170612%20(1).pdf just says admin/admin and looks like it gives you access to everything [01:47] spectrum restricts it [01:48] thats okay ill just have to call emm [01:49] you don't say what it restricts [01:49] or how [01:50] firmware upgrade [01:50] i think its cause they do it [01:53] its possible its restricted over wifi [01:53] maybe I have to plug it in ethernet [01:57] mouses: nacc: I added the debug kernel cmdline param and it output a logfile in /run/initramfs, it says 'No init found. Try passing init= bootarg.' at the bottom [01:57] this filesystem was previously rsync'ed from another (running) box and I'm just trying to move it other to this new box [01:57] move it over* [02:00] apparently /lib/systemd is somehow missing a bunch of files, guess my rsync didn't really finish like it said it did [02:00] ugh === tatertots is now known as RoscoePColtrane [02:17] @kk4ewt dig just can't resolve it at all [02:18] I'm focusing on nslookup because I'm trying to understand why one works and the other doesn't.. Hoping from there I hope to figure out why it doesn't work by default [02:19] kaddi: what's the problem? [02:21] NotLim: Problem is when I connect to a VPN the two search domains get added to /etc/resolv.conf however only the first of the two is actually used. The VPN works fine on debian testing, windows, mac and as I recently found out, if I do a nslookup -debug host, nslookup will actually correctly append the search domain and find the host. When I do nslookup host, it doesn't. So I'm trying to see what the difference between how the two resovle the address is [02:22] you're testing in debian? [02:23] no, I'm on ubuntu 18.04 [02:23] I just know that it's working for a colleague on debian testing === dingir___ is now known as dingir [02:23] ok [02:23] https://paste.ubuntu.com/p/khnz7wD88F/ [02:23] nslookup output [02:25] kaddi: use nslookup FQDN [02:26] RoscoePColtrane: that works obviously. I'd like to get the search domains working though [02:26] RoscoePColtrane: it's not just nslookup that is'nt working. Nothing can resolve it (except nslookup -debug apparently) [02:27] kaddi: and that's actually preventing you from production or being productive??? [02:28] RoscoePColtrane: Yes, because there's a bunch of different servers I need to contact and it's a major PITA to type name.subdomain.domain.page.com rather than name [02:28] and yes it's something I have to do daily [02:28] kaddi: or is it one of those situations where you have plenty of free time/ spare time to just ponder things? [02:28] kaddi: oh i see [02:29] I mean the easiest solution would probably be to switch to debian [02:29] but I kinda like to understand what's broken and why [02:29] already tried to switch from resolved to dnsmasq, but that didn't fix the issu [02:30] the search domains are listed in /etc/resolv.conf [02:30] so I'm not sure where they aren't listed but should be [02:30] no i wouldn't expect a switch from resolved to dnsmasq to net different results [02:31] well I was working under the assumptoin that it's a bug in resolved, since everyone online is bitching about how nothing works as it should with resolved [02:31] but obviously that's not it [02:32] a bug?...hmmm dns resolution works perfectly as it should for myself and many others i'm sure [02:33] resolved changed how search domains are appended (if I understood this correctly) to avoid spilling the internal infrastructure to public dns servers and there's many cases where especially search domains just didn't work at all and eveyrthing needed to be used in FQDN [02:33] maybe something with each problem reporting users network infrastructure and or configuration [02:34] maybe you have avahi installed...it can have odd effects on certain network topology scenarios in regard to dns [02:34] guess it's not a bug per se.. it's a feature that's upsetting many VPN users.. even though I can understand the end-goal [02:35] is there an easy way to disable that to test it? [02:35] you probably got avahi installed as it's installed by default [02:35] yeah, I'm fairly sure I've seen it in the running processes here and there [02:35] and like i mentioned avahi can have odd effects on dns name resolutioin [02:35] resolution [02:36] is sudo systemctl disable avahi-daemon sufficient to disable it? [02:36] disable it? maybe...i just remove it...because for my environment it's does more harm than it could ever possibly be of any use [02:37] haha, I'm reluctant to remove entirely without knowing what it does.. disabling should be fine since I can always reenable it :p [02:37] how did you remove it? [02:37] i uninstalled it [02:38] sudo apt-get remove avahi? [02:38] i could simply "reinstall" it if i ever needed it...which i won't ever need it [02:38] replace "remove" with "purge" [02:38] is anybody else using Gigamonster for their ISP? [02:38] ok, will try that [02:38] bbiab [02:40] mouses: nacc: actually, missing files wasn't really my problem... this was: https://github.com/zfsonlinux/grub/issues/25 === capella|away is now known as capella === mnemonic is now known as Guest89011 === semeion is now known as mnemonic [02:44] bparker: Ahh! [02:44] bparker: interesting [03:07] How can I know whether this will work with Ubuntu? https://www.amazon.com/Fingerprint-PQI-Matching-Biometric-Security/dp/B06XG4MHFJ/ [03:13] @leonardus All the questions and answers on Amazon on that product says it does not work on Linux Windows only [03:13] Are there any that work with Ubuntu? [03:14] Amazon has a good return policy :-) [03:15] https://ubuntuforums.org/showthread.php?t=2377298 [03:16] https://ubuntuforums.org/showthread.php?t=2377298 [03:16] no replies [03:22] Stupid NVIDIA drivers crashed my PC [03:23] back to nouveau drivers [03:24] I've always had much better luck with the Nvidia drivers, personally. Nouveau doesn't even really work with the newer generations of hardware === deathonater is now known as Smeef [03:25] GeForce GTX 760 that is what I have [03:26] do you add the Nvidia ppa for your drivers [03:27] neurot-: http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu [03:29] Is it safe another thing to is I'm running KDE Neon === BgLamersTeam is now known as Dreaman [03:29] It works exactly the same on Neon as it does on Ubuntu [03:29] sudo add-apt-repository ppa:graphics-drivers/ppa [03:31] Kon- thanks === neurot- is now known as neurot [03:32] neurot: For the GTX 760, you should be using either the long-lived 390 branch or the current short-lived 396 branch [03:35] Kon thank you for the help === Dreaman is now known as BgLamersTeam [04:23] I am now running the latest drivers thank you kon- [04:25] https://www.backtrails.net/next/index.php/s/7RBCmNNaNmRHqey [04:28] hi all. does anyone maybe know why using skype for ubuntu the systray icon doesn't change when user switch between different system's icon packs? [04:28] its a snap [04:28] right [04:29] neurot: yes it is. any solytion to override this issue, so that default icon will change according the system's icon pack chosen from user [04:29] ? [04:30] I don't think snap icons can change with an icon theme set but I could be wrong that's just my thought [04:30] Just blame it on Microsoft because they won't allow it and its proprietary hahaha [04:32] ilias_gr Snap packages are packaged up different I have no idea [04:32] neurot: i saw that in notification area the name is 'skypeforlinux'. if an icon from an icon theme will renamed to 'skypeforlinux' under /status the icon change only in notification area appearance but it doesn't the icon in systray itself. that's strange too. any idea? [04:36] ilias_gr sorry i dont [04:37] And I wrote it tutorial on fixing something similar to that but it was a native program for the private internet access icon [04:37] lol [04:37] neurot ok, thanks. i hoe someone could think a solution [04:37] *hope [04:38] ilias_gr Good luck [04:38] thanks [04:43] neurot: i read that snaps are isolated from the other system and work in a read only directory. if i uninstall a snap will every file move from my system? which is the best command using terminal to purge a snap? [04:44] ilias_gr Someone will figure it out what theme said are you using [04:47] neurot i am using faenza icon theme, but elementary theme cannot also change this systray icon. so i consider to purge skype snap and install the deb package officially available from skype web site [04:48] deb package for skype I thought they got rid of that [04:50] I guess not just looked sweet for you [04:50] lol [04:52] neurot i think so too but the deb package is now available in skype web page. [04:52] I guess so just looked sweet for you [04:53] Sorry I was using voice to text program [04:53] I should proofread my stuff === capella is now known as capella|away [05:31] hi all. does anyone maybe know why using skype for ubuntu the systray icon doesn't change when user switch between different system's icon packs? i use *.deb package not a snap one. [05:31] because the other packs don't include a skype icon? [05:33] i noticed that in notification area appearance the icon set to faenza icon but in systray remains the default one [05:40] Ben64: faenza icon theme include under /status all appropriate icons for systray [05:41] Ben64: the names of files maybe are different. i renamed the online icon to skypeforlixux and i can see that the icon changed in notification area appearance menu, but it is not in systray. remains the default icon [05:41] Hi, I installed Natron and now do not know how to uninstall it [05:41] I tried the purges, doesn't work [05:42] I get "E: Unable to locate package natron", but it is installed [05:43] mbnt: whats the exact command you're doing [05:44] Ben64: the window button icon also remains the same (the default one) although i am changing the system's available icon themes (elementary, gnome, faenza etc). How can i handle this situation? [05:44] Ben64, I tried a bunch, one of them was apt-get sudo apt-get purge package [05:44] I tried synaptic as well [05:44] Ben64, I downloaded and installed off the website [05:44] oh well it looks like natron isn't a package that is in the ubuntu repositories, so that won't work [05:45] Ben64, But I downloaded a beta called Natron2 and that will not launch and Natron will not launch either so I want to get rid of them both and just get Natron instead [05:45] find the package, then 'sudo dpkg -r package.deb' [05:49] Ben64: the package has been removed ! [05:49] Ben64, does not seem to work [05:49] then contact whoever makes natron === kundancool is now known as anonymousK === anonymousK is now known as kundancool [06:10] does anyone maybe know why using skype for ubuntu the systray icon doesn't change when user switch between different system's icon packs? i use *.deb package not a snap one. [06:13] ilias_gr: does your theme have a new skype icon? [06:14] lotus|NUC: faenza icon theme has all the icons (maybe with other names) . [06:15] Hi people, I am facing an issue with my ubuntu server box, I have just installed a new network card and due to this I am unable to connect to my server [06:16] adityaduggal: join #ubuntu-server please, volunteers might take a look mate [06:16] ilias_gr: did you check your icon pack if it has a 'newer' skype icon? [06:35] anyone here has experience with vgaswitcheroo? [06:55] hi all. does anyone maybe know why using skype for ubuntu the systray icon doesn't change when user switch between different system's icon packs? i use *.deb package not a snap one. as you can see in notification area preference appears the faenza icon after configuration set (https://pasteboard.co/HGy8pJE.png) but in systray appears the default icon (https://pasteboard.co/HGy9Biy.png) any idea on this issue? === kundancool is now known as anonymousK === anonymousK is now known as kundancool [07:12] hui guys ens192.3 means its tagged with vlan 3 ? === pwater is now known as piercedwater === kundancool is now known as anonymousK === kundancool is now known as anonymousK === Tara is now known as ffff === ffff is now known as Tara === Butterfly^ is now known as badumtss === badumtss is now known as Butterfly^ === kundancool is now known as anonymousK [09:06] is anyone able to help a beginner with a problem with wifi failing to start when resuming from sleep? === anonymousK is now known as kundancool === geodb27_ is now known as geodb27 [09:42] hi all [09:43] I'd like to install mariadb on my ubuntu 18.04, however when I run apt-get install mariadb-server mariadb-client it returns with an error: mariadb-client : Depends: mariadb-client-10.1 .... E: Unable to correct problems, you have held broken packages. [09:43] this is the first time I tried to intall mariadb [09:43] at least dpkg -l | grep maria shows no packages installed [09:44] what packages can be "broken"? [09:44] dpkg -l | grep ^..r does not list any broken packages [09:46] can it be that the fact I have mysql installed causes this? [09:46] haha sigh this snap+gnome shell... I opened a link from slack desktop client, it launched a firefox - then gnome shell thinks all subsequent firefox windows belong to slack :D [10:09] hi all. does anyone maybe know why using skype for ubuntu the systray icon doesn't change when user switch between different system's icon packs? i use *.deb package not a snap one. as you can see in notification area preference appears the faenza icon after configuration set (https://pasteboard.co/HGy8pJE.png) but in systray appears the default icon (https://pasteboard.co/HGy9Biy.png) any idea on this issue? [10:10] hi all. does anyone maybe know why using skype for ubuntu the systray icon doesn't change when user switch between different system's icon packs? i use *.deb package not a snap one. as you can see in notification area preference appears the faenza icon after configuration set (https://pasteboard.co/HGy8pJE.png) but in systray appears the default icon (https://pasteboard.co/HGy9Biy.png) any idea on this issue? [10:16] Do i need gvfs for HintSystem=yes and HintIgnore=yes to be respected in GNOME? [10:54] nagyg: the packages you likely have 'broken' are not from mariadb, but a prior command that had issues, that was ignored, try `sudo apt-get -f install` [11:01] anyone able to look at a pastebin for a wifi connection that keeps reporting unable to connect after resuming from sleep? [11:05] spindown_: could you provide us more details please, ubuntu version? chipset? syslog errors? [11:08] of course. ubuntu 18.04.01 LTS. Network-manager 1.10.6-2ubun [11:08] im pretty much a linux beginner, which is a pain [11:09] spindown_: for the chipset: sudo lshw -C network [11:09] spindown_: you dont need to paste everything, just the chipset line, and have a look at bottom if driver= is active [11:12] its an intel wireless 3165 , driver=iwlwifi [11:13] spindown_: ok thank you for checking [11:14] spindown_: can you try this: tail -f /var/log/syslog and disable wifi and re-enable then hastebin all the text new comming in your tail? [11:14] i get some errors in the network manager log that i don't fully understand: e.g. [11:14] 09:43:53 NetworkManager: [1538469833.3469] device (wlp1s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed') [11:14] okay, will do [11:15] the problem only appears when resuming from sleep - do you still want me to try that command that you mentioned? [11:16] ok, done that. the error appeared.ill pastebin [11:18] spindown_: you can keep your tail on try hibernation too, and come back with the new errors [11:18] https://pastebin.com/2W1YhEiY [11:19] during this, three errors came up regarding the connection. then i manually connected [11:21] https://pastebin.com/bsVtmNuc [11:21] second paste, after putting on standby. same three errors, then manually connected [11:24] spindown_: so if i understand right, after the wakeup you dont get an automatic wifi connection right [11:24] correct [11:24] spindown_: then you select your ssid manually and connect? [11:24] yes [11:24] and that works [11:25] Hello. Does anyone know why Ubuntu 18.04's timezone package incorrectly sets Europe/Dublin to LMT instead of the correct IST? [11:25] My time is off by 1 hour because of it. [11:26] spindown_: can you doublecheck your system settings/power settings see wifi settings & hibernate [11:26] will do [11:27] spindown_: your system is up to date to latest also? check kernel with: uname -a [11:28] Linux laptop 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [11:28] looks good spindown_ [11:28] im looking in the settings. [11:29] spindown_: tell me wich settings are enabled there? [11:30] they are fairly basic settings in the settings-power section [11:30] under power saving, dim screen on, blank screen 5 mins, wifi and bluetooth are on, automatic suspend when on battery is 20 mins [11:31] spindown_: ok tnx [11:31] im just doing an apt update just in case [11:32] spindown_: apt-cache policy linux-firmware gives you version 1.173.1? [11:33] yes it does [11:33] spindown_: ok lets make a new bug for this mate [11:34] spindown_: ubuntu-bug network-manager (from a terminal) [11:34] spindown_: if you dont have a launchpad account yet, create a new one [11:35] is /lib/udev/rules.d and /etc/udev/rules.d equivalent? in terms of the system loads all ruels from boths places? [11:35] how do i move the system tray icons? [11:36] two of them don't have the same spacing as the others [11:37] cool, will do. thanks [11:37] Hi, I am trying to learn on iptables. I want to configure a setup with virtualization and macvlan. Is it actually possible to configure a macvlan interface via iptables? I need to somehow loop my traffic back via nat... [11:38] spindown_: call the bug something like intel wireless 3165 does not connect after wakeup [11:38] spindown_: and describe your story to the bug, adding your pastebins etc [11:43] hello. i would like to run a second php-fpm instance. is there an official way of doing that? i am on bionic, with php-fpm 7.2 [11:44] i tried duplicating php-fpm init.d script, changing a few variables here and there, but i couldnt make it work for some reason [11:44] submitted [11:44] it was still controlling my main php instance instead of the new instance [11:45] spindown_: ok now try to do some testing yourself too and keep your bug updated ok [11:45] spindown_: like, testing other kernel, other ubuntu version, perhaps test hibernate with cable, [11:45] spindown_: and thank you for submitting the bug, you helping yourself and the community like this [12:05] Hey folks [12:23] hi [12:23] my system got screwed [12:23] i tried to start in recovery mode, but not even that starts [12:23] how can i fix it? [12:24] i already started another ubuntu, mounted the partition and proc/sys/dev/etc, and chrooted into it [12:24] also fsck'ed the partition [12:24] graphical text editor that can filter text? (hide line that contain XYZ) [12:24] *lines [12:43] how to install ubuntu? [12:43] google? [12:43] magic [12:43] get a disk, burn it, put it in cdrom drive and follow the instructions? [12:44] or, install to usb key, and install it it [12:44] cdrom drive damaged... [12:44] by following the DIRECTIONS [12:44] anyways.. your option is usb key or pxe [12:44] download iso, download usb iso burner from http://etcher.io [12:44] thanks... [12:44] that's how i installed ubuntu 18.04 to my macbook [12:45] It is possible to keep windows too? [12:46] yeah, use this http://www.rodsbooks.com/refind/ [12:46] !dual boot [12:46] Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot [12:46] you'll need two partitions, one for swap and one for the OS [12:48] I have only one partition... [12:49] i rly donno whats wrong [12:49] i ran debsums -a [12:49] everything seems alright [12:50] update-grub reinstalled grub [12:50] what else can i do? [12:50] thanks... [12:51] when i try to install grub i get: [12:51] grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible. [12:56] hi , I need a bit help installing ubuntu 18.04 SSD.Should I partition a swap on it ? When reading the guide , swap size is suppose to double my RAM.Having 16GB of ram which mean I need to reserve 32GB on my 120GB SSD ? [12:57] Can I reduce the swap size ? [12:59] you can skip swap [12:59] with 16 gb of ram it's kind of useless [12:59] you don't want swap anyway [12:59] nbusrone, that swap rule shouldn't apply to a 16GB Ram system ...yes keep your swap about 8GB if you think it's needed [13:01] BluesKaj : thanks , so what is the best partition you suggest for an 120GB ssd ? [13:02] nbusrone: It should be noted that 18.04 doesn't need a dedicated swap partition. In 18.04, Ubuntu will create a swap file if no swap partition is defined. It will automatically allocate a reasonable size to the swap file for you. [13:02] nbusrone, best? depends how you want to set them up [13:12] pa, for a simple install, create a dos partition table instead of gpt, and legacy mode in the bios,.That's if you don't need any more than 4 promary partiitons [13:12] primary rather [13:13] I see in 18.04 LTS unattended security upgrades are enabled by default, and the unattended-upgrade manpage suggests it is to be run via /etc/cron.daily/apt, but that file does not exist. Anyone know if I need to create it or if it is already configured elsewhere by default? [13:13] BluesKaj: but i'm not sure what's wrong. This drive was booting before the system crashed and somehow got corrupted.. [13:14] berkley: Did you enable the option during install? [13:15] pragmaticenigma BluesKaj : How does 10.04 allocate swap ? and ho do I check whether it 18.04 use swap ? [13:15] pa in gpt you need to install grub to /uefi/boot afaik ..in ubuntu the the auto install is supposed to do that for you [13:15] pragmaticenigma: I installed via preseed, but I guess I should look there. I'm ordinarily a redhat guy [13:16] ha [13:16] BluesKaj: so now i try to recover with a live 16.04 [13:16] now i was trying to recover with a non-live 14.04 [13:16] berkley: I'm not familiar with preseeding ... I would think there might be an issue with the way the preseed was configured though [13:17] ubuntu we have a problem :) [13:17] nbusrone: Your question doesn't make any sense... Ubuntu 10.04 is long past it's support and documentation is no longer available for it. [13:18] pragmaticenigma: The only line which references it is this: "d-i pkgsel/update-policy select unattended-upgrades". I guess I need to RTFM now :P. Thanks for your help [13:18] ecormier: Is there an Ubuntu support question we can help you with? [13:18] pragmaticenigma BluesKaj : ops sorry ,I mean 18.04 [13:18] libreoffice calc: when I use the sum function, updates to the refered cells DO NOT update the summed cell [13:18] berkley: Please mind language and acronyms [13:18] my apologies [13:18] this is a new issue since the last oo update [13:18] known bug? [13:18] berkley: If this is your first attempt at using Ubuntu, I'd recommend installing from the regular images... See how things are configured by default there... then use that to build your preseed [13:19] ecormier: Have you tabbed out of the cell after making the change? [13:19] also in writer: opening a 2 page .doc with 2 tables, one on each page displays one page with the two tables superimposed [13:19] pragmaticenigma: yes [13:20] ecormier: not experiencing any issue with LibreCalc and not updating a cell populated with SUM() [13:21] pragmaticenigma: look at my bottom row: http://pasteall.org/pic/show.php?id=ac358f6dff4b28b8a3f8f34d6f33f0ec [13:21] hehe, should have fuzzed those names anyways [13:22] ecormier: Without knowing what you placed in those cells... the image doesn't tell me anything [13:22] ecormier: and yes, you should have fuzzed both the names and the Student IDs [13:22] those are '1's in each cell, last cell is =SUM(C15:AL15) [13:23] pragmaticenigma: all publicly available anyways :) [13:23] I'll try a reboot, but that's not good behavior [13:24] ecormier: You might want to make sure the field types are numbers as well. beyond that... I'd try a fresh spreadsheet and see if you can replicate the issue there... If you can, file a bug report [13:24] !bug [13:24] If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [13:25] apparently, saving, closing a reopening starts the cell updates and now it works... but still a bug... let me test a little more [13:25] pragmaticenigma BluesKaj : anyhow , that for the advice.Do I need to do some command for SSD installing 18.04.Read some need to type a command for trim but it's enable on 18.04 ? [13:25] reboot first [13:26] nbusrone: fstrim runs weekly by default on supported file systems on 18.04 [13:27] nbusrone: you may need to enable it on underlying layers if any. [13:27] nbusrone: As long as you use official installation sources for Ubuntu, those are not necessary. Something to note, whatever you are reading, check for a publication date, if it is older than 2 years... find something else. If it doesn't have a date, consider it to be garbage and find another source [13:29] nbusrone: i.e. if you use, for example, full disk encryption, trim passthrough may not be anbled by default [13:32] cell update issue seems to be gone, writer/table overlay issue still present... I'll look into that when I have more time [13:34] pragmaticenigma tomreyn : regular user , not using any disk encryption .Yeh , I checked , but it's a long read of understanding all the SSD stuff in it.I bit more technical term for me https://wiki.debian.org/SSDOptimization [13:34] nbusrone: First issue, that's for Debian, not Ubuntu [13:37] pragmaticenigma : is it the same distro ? [13:37] nbusrone: not even close [13:38] nbusrone: Ubuntu started with debian as a base, years ago. From there it has gone in a completely different direction. [13:38] !debian [13:38] Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://www.ubuntu.com/about/about-ubuntu/ubuntu-and-debian - !Repositories meant for Debian should NOT be used on Ubuntu! [13:38] pragmaticenigma : Thanks , i had a hard time reading and understanding them :(. === Class7_ is now known as Class7 [13:51] -- [13:54] hi, I need a bit of help. I did echo "foo" > /etc/hostname and then I did hostnamectl set-hostname foo [13:54] then I rebooted [13:54] and I still have the previous hostname [13:54] and /etc/hostname has been changed back [13:54] how can I change my hostname please? [13:56] !hostname | guardian [13:56] guardian: Use hostname to set the hostname, or to do it permanently: edit /etc/hosts to include BOTH the old and new hostname and then change /etc/hostname to the new one. WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly. [13:56] I am using LXD, I have ubuntu 18.04 as a container image and I am trying to add 80 and 443 into the allowed ufw ports but i am getting this error: https://hastebin.com/etukatuvec.rb [13:56] why? [13:58] guardian, so change it in /etc/hosts as well [13:58] there's no mention of the old hostname in /etc/hosts [13:59] guardian, yes, but add the new hostname there anyway [13:59] systemd's a joke right :( [14:01] Has anyone done an accurate export from Scribus to LibreOffice Writer (e.g. for a letterhead design -> writer template) ? [14:03] it seems it's cloud-init that changes the hostname back [14:03] cloud-init's a thing I don't need but is there === Rumbles_ is now known as Rumbles [14:06] guardian, should look somehtning like "127.0.1.1 Hostname" in /etc/hosts [14:11] guardian, are you sure you don't need cloud-init? is this a production machine ? [14:13] it's there when you install ubuntu server [14:17] best to ask in #ubuntu-server chat about that, guardian [14:17] k [14:17] thanks [14:29] Is it possible to have a user local sources.list? [14:29] I am on a restricted machine but would like to be able to use `apt-get source` === capella|away is now known as capella === BgLamersTeam is now known as Dreaman [14:31] majuscule: are you able to create containers using LXD ? if so, you could do it within a container [14:31] don't know, i'm not familiar with lxd [14:31] hi, with an Ubuntu 18.04 I want to clean the gdm users list at login before (16.04…) I could rm /var/log/wtmp to do that but now, I don't know how to do that [14:32] ugh this is all so gd annoying. i really just want an easy way to install libraries locally so i can compile shit [14:32] majuscule: please mind your language and acronyms [14:33] majuscule: Also, you should be taking this up with the system administrator who set the policy to be restrictive. There is a reason it's setup that way, and you probably shouldn't try to circumvent it [14:33] majuscule: you can do it somewhat manually, but if you don't have permissions to use "apt-get build-dep " you'll find building to be difficult/frustrating, due to missing required libraries. In an unprivileged container you have full 'root' access though, so can do it all [14:35] You see pragmaticenigma , this is why I always escalate my privs. On a serious note, majuscule , you really should talk to the admin. [14:37] i have been encouraged by the admin to compile whatever i desire [14:37] good luck with that [14:37] thank you :-) [14:37] majuscule: for containers, to test if you have the facility, try "lxc launch ubuntu:1804 my_container" [14:38] majuscule: if that works you'll have a running container, which you can get a shell in using "lxc exec my_container /bin/bash" [14:38] majuscule: Then you should speak to the admin about being able to install packages you need. [14:38] unfortunately i do not have lxc installed. i might be able to get docker/vagrant or something [14:39] majuscule: can you install snaps? [14:39] pragmaticenigma: i'm not sure why you are repeating that. i asked a question about installing local libraries, not about debating policy [14:40] majuscule: Because the policy of the machine is what is preventing you from completing your task. That's why. There is no one here who can change that [14:41] pragmaticenigma: are you saying that it is technically impossible to install libraries user local? i know for a fact that that is not the case. [14:41] majuscule: If you can't install anything, then anything recommended here won't work, since nearly all suggestions so far have required the ability to install packages [14:41] in fact i can do so manually, and my original question was only if it was possible to configure apt-get source user locally to make it easier [14:42] majuscule: To answer your original question, the answer is no, it is not possible [14:42] thank you. [14:43] Hi, any OpenGL driver tweakers around? [14:43] majuscule: Yes, there is a way. If you have 'fakeroot' then "fakeroot apt-get source " [14:44] ArminiusTux: This isn't the correct forum for that topic. This channel is focused on providing support [14:44] oo that's a very interesting idea, thanks TJ- [14:44] !alis | ArminiusTux [14:44] ArminiusTux: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [14:45] pragmaticenigma: thank you for the hint, I sort of need a solution how to switch OpenGL drivers within Ubuntu === kundancool is now known as anonymousK [15:10] And it's alive.. [15:10] damn.. === SimonNL is now known as SimonNL_Afk === SimonNL_Afk is now known as SimonNL === SimonNL is now known as SimonNL_Afk === pwater is now known as piercedwater === RabidWeezle2 is now known as RabidWeezle === m4v- is now known as m4v [16:22] afternoon all [16:23] does anyone know how I can stop notification spam? === SimonNL_Afk is now known as SimonNL === rory is now known as guest === guest is now known as rory [16:45] how do I find out what package supplies libX11.so.6 ? [16:47] CarlFK: if it's installed, then "dpkg -S libX11.so", if not you'd need to install "apt-file" then do "sudo apt-file update; apt-file search libX11.so" [16:47] thanks - I was poking apt-cache === Richard is now known as Guest88012 [16:54] <_BIGSHOT_> i have apple imac 2009's keyboard bluetooth but it is not pairing what to do? mouse bluetooth connected fine!!! [16:55] <_BIGSHOT_> i get message "failed to connect"!, but keyboard bluetooth shows up in devices of bluetooth === Guest88012 is now known as Richard|F [17:01] _BIGSHOT_: there's a sequence you have to follow to make it work [17:02] _BIGSHOT_: see my comment #29 at bug 1490347 [17:02] bug 1490347 in bluez (Ubuntu Wily) "[Regression] 16:04 + 15:10 - Cannot pair with devices using (legacy LMP Link Management Protocol) PIN codes" [High,Triaged] https://launchpad.net/bugs/1490347 [17:21] hm. Is there any particular reason that an old ubuntu would have better support for my monitor than debian? I was wondering if for example there was some ubuntu-maintained monitor mode-line database or something === Dreaman is now known as BgLamersTeam [17:25] nemo: You would have to explain what you mean by better support. also, comparing Ubuntu and Debian against each other doesn't work. While Ubuntu started with Debian as it's base, they are no longer similar. [17:25] hi I just joined :) do I have to do the /msg NickServ everytime I start irssi? [17:26] snukn: Due to a high volume of spam, anyone desiring to chat in #ubuntu support/chat channels need to register their nicks. Which means you will need to authenticate each time [17:29] snukn: you can look at the documentation to find out if there is a way to have irssi automatically log you in each time. Or look here: https://freenode.net/kb/answer/irssi [17:29] pragmaticenigma: I switched from ubuntu 14.04 to devuan for reasons that hardly need elaborating - I noticed immediately monitor's max resolution was well below the default 1600x900 - kicked myself for not having grabbed the modelines from xrandr before installing [17:29] thanks pragmaticenigma I'll have a look at that [17:29] pragmaticenigma: but then started wondering why exactly was it failing to detect - I was using the FOSS driver with both... [17:30] btw im getting some weird symbols with irssi at the nickname part [17:30] can I post a screenshot of my desktop and see if you know what it is? [17:30] nemo: There are a large number of reasons. You're question would be better sent to the Debian group since it is with Debian that you experience the issues. [17:31] snukn: You can post picture and place a link here. Remember to obscure (black out) anything private or that you don't want being exposed on the internet [17:32] alright sec [17:35] ignore the black line in the middle of the middle screen, i used my wacom cintiq and accidentaly drew a black line there :P [17:35] https://i.imgur.com/KCIZ0jX.png [17:35] it's low quality, but you can see stuff like "?" after the nicknames [17:38] snukn: those are place holders for unrecognized character codes. I'm not sure why irssi is doing that or the terminal emulator is doing that [17:38] pragmaticenigma: yeah, I'm following up with them, but I was wondering if in particular, ubuntu might have a project where it maintains such additional modeline information [17:38] hmm im using rxvt unicode [17:38] pragmaticenigma: which is something ubuntu would know more about than debian ☺ [17:38] pragmaticenigma: you tried to help me with swapping workspaces in dual monitor mode in ubuntu and ubuntu would only move to a new workspace on teh primary monitor [17:39] pragmaticenigma: this would be helpful regardless of non-ubuntu distro if the information was, presumably, open [17:39] nemo: That would be found in the source code [17:39] pragmaticenigma: I forget the name of teh tool.. it was. $something-tweaks. .. but you use it to enable workspaces across both monitors [17:40] nemo: I suspect it's a difference of version for X11, where Ubuntu could be running a newer version of X server that enables/handles support for high density displays. [17:40] rdg: gnome-tweaks [17:42] pragmaticenigma: fair 'nuff, although I'd swear I've had no such issues for a very long time - and the idea that Ubuntu 14.04 would be a newer version seemed rather odd to me. [17:42] snukn: I don't know what those settings are, or what would be a better setting to choose. You may have some luck seraching for "irrsi displaying unknown characters" [17:42] pragmaticenigma: but. can't hurt to check I guess! [17:43] pragmaticenigma: but. yeah, this is not a "high density" display, 1600x900 is a pretty standard laptop resolution, and the laptop itself is very very old ☺ [17:43] nemo: One of Debian foundations is to stay the course on the most stable version. That often means it's far behind other distros in versions [17:45] pragmaticenigma: yeah. naw. both are on x11 7.7.. hum [17:46] durn changelog link on ubuntu.com is dead ☹ [17:46] nemo: that's a good question then... [17:47] in fact xerver-xorg-video-radeon is on 7.8 in devuan, and 7.3 in trusty updates. [17:48] pragmaticenigma: but ok, was just wondering if there was some secret sauce - I guess my next step is to try an ubuntu usb boot to see what on earth it's doing [17:49] nemo: that appears to be more related to graphics card driver handling, than x server [17:50] nemo: In my experience, I've had different distros do completely different things with monitor detection, even when everything appears to be on the same version. X server is a large beast of an application, and there are lots of little nuances to how it configures itself and works. [17:51] pragmaticenigma: mm :/ [17:51] nemo: I know that I have used xorg.conf files created on what I preceived to be a working setup, work completely differently in another distro on the same hardware [17:51] pragmaticenigma: poking around online, there's more than a few people who've run into problems with the Precision M6600 on various distros, even ubuntu - but I'd swear it worked for me prior [17:51] *sigh* if it wasn't my total opposition to the systemd thing, I'd not have left my comfy ubuntu setup at all. ah well. [17:52] nemo: it all depends on the driver receiving EDID from the monitor. Check the Xorg.0.log to see what was returned, or on a live system use "xrandr -q" [17:52] TJ-: kk thanks for the hint [17:52] nemo: X will select the 'best' mode as returned in the EDID that matches what it understands the GPU can support [17:52] TJ-: xrandr -q only lists 1152x864 and 1024x768... [17:53] TJ-: let's see if the EDID block in the xorg log offers anything different [17:53] nemo: is that from the Ubuntu boot? [17:54] TJ-: sorry, ubuntu is gone now - I should not really be getting support here, it's just 'cause you offered, and I'd initially come here w/ quest to find out if there was an ubuntu-specific modeline database or something ☺ [17:54] interesting. the xorg log shows 1600x900 modelines... [17:55] let's see if I can force 'em w/ xrandr.. [17:55] nemo: right; if you had the Ubuntu Xorg.0.log we could compare; but for any X system, see that log to get an idea of the EDID provided modes received, and modes selected [17:55] TJ-: http://m8y.org/tmp/Xorg.0.log if you're curious [17:55] there shouldn't be anything secret in there ☺ [17:56] well, my boot hash but whatever 😝 [17:56] nemo: if xrandr -q is reporting something different to what Xorg log reports, that suggests a problem with the driver [17:56] hmmmmm [17:56] TJ-: maybe I should downgrade then! [17:59] nemo: and your issue is it is only using the VESA driver, not the GPU-specific driver (radeon) [17:59] OMFG [17:59] TJ-: aaaagh I checked glxinfo and glxgears to make sure direct rendering was happening and at a decent framerate [17:59] TJ-: how could I have missed something so basic [18:00] wild. glxinfo still says direct rendering: yes [18:00] O_o OpenGL vendor string of... vmware? wut [18:01] nemo: root cause is "[ 5271.879] (II) [KMS] drm report modesetting isn't supported." [18:01] nemo: VMware has paid developers to make llvmpipe, a driver that provides OpenGL via the CPU. [18:02] nemo: that warning is followed by this error: "[ 5271.879] (EE) open /dev/dri/card0: No such file or directory" [18:02] hi, so I have a stability issue with my home server running ubuntu server, I lose connectivity via SSH and pretty much all my running services stop working, machine still has power but is headless, I have to force reboot by power switch. I am thinking it could be a hardware issue but was wondering if there's any suggested software I could run to ke [18:02] ep track of things over time and I can debug issues when they next occur [18:03] syslogs aren't showing much and are hard to sift through with so much running on the machine [18:03] nemo: does "lspci -nnkd 1002:6720" show a kernel driver in use? [18:03] Jordan_U: ah. interesting. I'm impressed by the performance then [18:03] TJ-: huh. I wonder if it's possible that I was using that awful unstable closed source radeon graphics driver and just forgot [18:04] nemo: Please pastebin the complete output of "glxinfo". [18:04] it may be with hardware this ancient I have no choice though [18:05] Jordan_U: http://termbin.com/c4aa [18:06] Jordan_U: and lspci http://termbin.com/90jo 'cause why not [18:06] nemo: Yup, that's llvmpipe. Entirely CPU :) [18:06] Jordan_U: I guess I need to see what the FOSS radeon driver support for the Radeon HD 6970M is [18:06] Jordan_U: welp. TIL - once upon a time I knew to always check "direct rendering" [18:07] Jordan_U: in hedgewars support I've asked users on various linux distros to check that too [18:07] now I know that's wholly inadequate [18:07] nemo: What version of Ubuntu are you using? [18:07] Jordan_U: so... you kinda missed how I got here, sorry, I *was* using Ubuntu 14.04 - but I decided to make the transition to Devuan Ascii since 14.04 was approaching EOL [18:08] Jordan_U: I've used it for so long I may have utterly forgotten that I was using closed source graphics driver though [18:08] I may have installed that like 4 years ago out of desparation [18:08] *desperation === kundancool is now known as anonymousK === anonymousK is now known as kundancool [18:27] Gazooo: first of all it'd be good to check whether everything stops working, including the kernel, or just some processes. syslog should tell whether the kernel was and systemd were still operating fine. [18:31] nemo: so you're not on ubuntu now? [18:31] Gazooo: i would recommend you set up a serial console [18:31] Gazooo: https://help.ubuntu.com/community/DebuggingSystemCrash [18:33] nacc: well, I am on a number of machines, but not this one - this one was an experimental transition - I attempted first to see if I could do a live migration from ubuntu 14.04 to devuan ascii - which failed fairly miserably, although not for wont of trying. so I wiped it and did a clean install. I decided to drop by here to find out if possibly ubuntu had additional monitor info, but seems I was on totally [18:33] the wrong track [18:33] nacc: my eventual plan is to shift all the remaining 14.04 to devuan tho, sorry.. [18:39] nemo: right, so migrating to devuan would be offtopic here, and so would switching to it. [18:41] nacc: yeah, I know. as noted, I came here simply to find out if ubuntu had its own monitor database. but it was just because, as noted, I was totally off target in what was going on [18:42] nacc: I was trying to keep it on that target, but then TJ- helpfully offered some X11 support which I gratefully took him up on [18:42] nacc: so now I know I have a driver problem [18:42] nemo: cool [18:45] nacc: and, FWIW, looks like this dude who I found on askubuntu https://bugs.freedesktop.org/show_bug.cgi?id=100743 has 'sact same problem [18:45] Freedesktop bug 100743 in Driver/Radeon "Support for Radeon HD 6970M" [Normal,Reopened] [18:45] might need to submit a patch === kundancool is now known as anonymousK === anonymousK is now known as kundancool === kundancool is now known as anonymousK === anonymousK is now known as kundancool [19:07] hello [19:07] when I click on a link from skype - it opens chromium without my profile [19:07] how to fix that? [19:21] FreeBDSM: since no one is answering here.. [19:21] FreeBDSM: I have no familiarity w/ chromium due to a strong antipathy but my guess would be separate chrome/chromium instances or... separate profiles? I think they have that now? [19:22] FreeBDSM: maybe some clue in ~/.config ? like having both chrome and chromium in there? [19:22] FreeBDSM: Is skyped installed as a Snap? [19:22] ah, turns out I use a snap'd version of skype [19:22] yeah [19:22] hah [19:23] FreeBDSM: Applications running in a snap run in a protected environment. So when Skype requests a URL handler to open a web page, that application inherits the same environment as Skype [19:24] that sucks [19:24] but I guess it's still better than having skype installed into the system [19:25] Firefox operates in a shared environment setting. If you had an instance of Firefox open, I think it would reuse that instance instead of launching a new one. [19:26] mozilla ruined Firefox, I find it no longer usable and I had to switch from Firefox (I stayed with it since ~ v1.5 up until 57) to Chromium === fronto is now known as gpap [19:49] hello i am wondering if my machine is using two GPUs at once https://pastebin.com/WDLXzFKe [19:51] cim209: take a look at the output of: lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA [19:52] cim209: look for the [VGA controller] at the end of each device. Whichever device has it, is the active GPU. [19:52] ok hold on [19:53] pragmaticenigma, it's both [19:53] cim209: Or just go to Settings => Details => About and check what is listed under Graphics [19:54] graphics says AMD Turks [19:55] THen the AMD card is the currently active card [19:55] when i use vgaswitcheroo, it says permission denied [19:56] cim209: are you running it as sudo? [19:57] yeah === Katnip is now known as slither === slither is now known as Katnip [19:58] i'm lookign at the docs [19:58] for hybrid graphics === Katnip is now known as tongue [19:58] the file /etc/init.d/rc.local doesn't exist === tongue is now known as Katnip [19:59] Hello :o I'm in need of some help regarding an Elantech ETPS/2 Touchpad. It's detected but it's not working. Its only detected when I add the i8042 options in the grub, but even after installing libinput (instead of synaptic) it still doesn't seem to work. But I do get an error in dmesg https://pastebin.com/41ytRaJq [20:00] The ZSH version on ubuntu is really outdated, I'm confused why that is. Ubuntu 18.04 still running ZSH 5.4.2 [20:01] The reason I care, is that oh-my-zsh seems to require zsh 5.5 https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH [20:01] blip99: 18.10 has 5.5 [20:02] anyone @u@ [20:02] !latest | blip99 [20:02] blip99: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [20:02] !patience | solrac [20:02] solrac: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [20:02] ty [20:02] !backports [20:02] If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [20:03] nacc, thanks [20:03] blip99: yw [20:05] !sru [20:05] Stable Release Update information is at https://wiki.ubuntu.com/StableReleaseUpdates === Ayo is now known as Guest98557 [20:14] The local folder exists... whats going on? --- subcool@HP-m7:/mnt$ sudo mount //192.168.1.42:mnt/Storage/Programs /mnt/Programs [20:14] mount: /mnt/Programs: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program. [20:14] Im trying to add this to my FSTAB. [20:14] /192.168.1.42/mnt/Storage/Programs /mnt/Programs cifs credentials=/etc/samba/credentials 0 0 -- Results in error: sudo mount -a mount error(2): No such file or directory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) [20:15] subcool: //192 .... (double forward slashes) [20:16] subcool: if you added the correct entry to your fstab, then you just specify the mount point to `mount` [20:16] subcool: either give all the options on the commandline, or give just the mountpoint to mount (where fstab has the appropriate options) [20:17] subcool: also, use a pastebin to dump commands and output. line breaks make it hard to read [20:28] nacc, not sure i completely understand [20:29] subcool: which part? [20:29] your first line. [20:29] blackflow, sorry, thats just how it got pasted. It is // [20:30] subcool: if you have a fstab line describing how to mount /path/to/mountpoint, you just tell `mount` to mount it, like: `mount /path/to/mountpoint` [20:30] so in fstab put "mount //address/share /local/folder etc" [20:31] no. [20:31] subcool: 'mount' never goes in fstab [20:31] subcool: do you have "cifs-utils" installed for "mount.cifs" ? [20:32] subcool: you wrote above that you ran `sudo mount //192.168.1.42:mnt/Storage/Programs /mnt/Programs`. If you have a fstab line for /mnt/programs, that was an incorrect invocation of `mount`. [20:33] subcool: on the remote server, you realize that :mnt/Storage/Programs will be relative to the connecting user? do you really mean to use :/mnt/Storage/Programs ? === ecormier1 is now known as ecormier [20:34] nacc, yeah, thats what im not getting. [20:34] subcool: 'that'? [20:34] TJ - doubtful. lol. this is a fresh install. [20:35] nacc, are you trying to say to simply CLI the mount command and test the location? - i have. it errors too. [20:35] TJ-, the directions indicated i didnt have to put ":" - but i added it trying to make it work. [20:36] subcool: it's always better to make sure you can `mount` without fstab before adding it to fstab, yes. [20:36] TJ-, yes, cifs-utils are installed. [20:36] nacc, yes, i have tried to do that. pretty much same error. [20:36] subcool: use a pastebin and show your exact output and command. You might also need to comment out lines in fstab to ensure they aren't adding options. [20:37] sudo mount //192.168.1.42:/mnt/Storage/Programs /mnt/Programs | pastebinit [20:37] mount: /mnt/Programs: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program. [20:37] You are trying to send an empty document, exiting. [20:38] subcool: you need to redirect stderr to stdout [20:38] subcool: I think your ":" is wrong; on the remote server, is the directory you want to mount /mnt/Storage/Programs ? [20:38] subcool: that line doesn't make sense [20:38] subcool: you aren't telling it filesystem type or options. [20:39] subcool: again, you *either* need to put everything in fstab and specify only a mountpoint or put everything on the commandline and don't put it in fstab. Stop mixing syntax. [20:41] subcool: try this: "sudo mount -t cifs //192.168.1.42/mnt/Storage/Programs /mnt/Programs" [20:42] TJ-, yes, that is the directory im mounting from the remote server. the error appears to erroring the local location. [20:43] nacc, i agree, but some of the syntax doesnt make sense. or might cause issue. The directions gave me instances of user, gid and something else. [20:43] subcool: if you agree, why are you doing it in a way that's different? [20:43] subcool: i think TJ- has you on this one, but it appears to be user error [20:44] nacc, because i usualy dont have to put so much in the fstab. - i dont disagree its user error, but - it still doesnt work. [20:44] The code he just gave me shouldve worked... [20:45] sudo mount -t cifs //192.168.1.42/mnt/Storage/Programs /mnt/Programs [20:45] Password for root@//192.168.1.42/mnt/Storage/Programs: ********** [20:45] mount error(2): No such file or directory [20:45] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) [20:45] subcool: please use a pastebin. (even if it means manual c&p) [20:45] subcool: is the remote actually sharing /mnt/Storage/Programs? Can any other devices see/mount that share? [20:47] subcool: locally /mnt/Programs/ exists as a directory on a read-write file-system? [20:47] TJ-, yes.. i just ssh'd into it [20:48] subcool: that doesn't seem to answer my question. SSH is not going to prove if 1.42 is actually offering the share on the network [20:48] Oh, ok. well. Yes. i can open dolphin and goto \\192.168.1.42 [20:49] local - drwxr-xr-x 2 root root 4096 Oct 2 14:30 Programs [20:50] subcool: that's a better test :) [20:50] subcool: on the server you can also use "smbstatus --shares" [20:51] Storage 96125 192.168.1.116 Mon Oct 1 10:45:21 2018 PDT - - [20:54] subcool: if Dolphin can successfully mount the share, use "grep 42 /proc/mounts" to get the mount command/options used [20:57] TJ-, results were empty. [20:57] smb://192.168.1.42/ --- is the "url" in dolphin [21:03] I have gparted installed, have no live iso and internet connection. How to split root partition "/"? [21:04] outoftime: what do you mean by 'split'? [21:04] outoftime: in general, what you are asking is not possible for an actively used partition. === bprompt is now known as Guest50472 [21:04] nacc: need free space for another distro nearby [21:05] outoftime: splitting the partition isn't all you need to do then, you need to resize the filesystem, and the partition it is on. [21:05] outoftime: which means you can't be using it while you are doing htat [21:06] outoftime: does the OS use a separate /boot/ file-system ? === mkv is now known as m4v [21:07] tj-, I have 2 partitions for root and home [21:08] tj-,I have installed grub, everything works perfectly [21:09] outoftime: there is an (involved) method, if there is a separate /boot/ file-system, to insert tooling into the initial ramdisk image, that would allow you to resize/partition from the initrd. But as you don't have that, the point is moot [21:12] tj-, how much space boot could take? [21:18] TJ nacc - I have to reboot a few things.. brb. [21:19] broken 3g connection === mkv is now known as m4v === n-st- is now known as n-st === wowaname is now known as opal [21:38] has ubuntu 18.04 got rid of ufw? I am getting this error when I try to set ufw policies: https://hastebin.com/pevimiyavi.rb [21:46] c0fe: that module exists just fine here [21:47] c0fe: does this file exist? /lib/modules/4.15.0-36-generic/kernel/net/ipv6/netfilter/ip6_tables.ko [21:48] nacc: nope, no ip6_tables.ko [21:49] c0fe: `apt-cache policy linux-modules-4.15.0-36-generic` in a pastebin? [21:50] nacc: https://hastebin.com/ameyakefop.cs [21:51] c0fe: `dpkg -L linux-modules-4.15.0-36-generic | grep ip6_tables` in a pastebin [21:52] nacc: https://hastebin.com/igociduzuy === capella is now known as capellaGoesBOO [21:52] c0fe: and you are sure that file does not exist on the filesystem? did apt-get recently fail on a command by any chance? [21:53] nacc: not in the directory you listed [21:53] nacc: i am sure [21:54] c0fe: in the directory tht you just pastebinned? [21:54] nacc: no [21:54] nacc: there are two: 4.15.0-29-generic 4.15.0-36-generic [21:54] c0fe: as in, `ls -ahl /lib/modules/4.15.0-36-generic/kernel/net/ipv6/netfilter/ip6_tables.ko; ls -ahl /lib/modules/4.15.0-36-generic/kernel/net/ipv6/netfilter/` [21:55] in a pastebin, plese [21:55] nacc: https://hastebin.com/fuvufekufo.diff [21:56] c0fe: ... so it does exist [21:56] at the exact path [21:57] nacc: not in 4.15.0-36-generic [21:57] c0fe: it's not supposed to be in that path, and i never mentioned that path. [21:57] c0fe: it's supposed to be exactly where it is. now, does /lib/modules/4.15.0-36-generic/modules.dep.bin exist ? [21:58] nacc: https://hastebin.com/enolemimuc.css [21:59] c0fe: is that in /lib/modules/4.15.0-36-generic ? [21:59] nacc: yes [21:59] c0fe: are you doing this in a container or anything funky? [21:59] c0fe: modprobe said it couldn't open that file [22:00] c0fe: can you use `ls -ahl` and pastebin? [22:00] nacc: this is on my host machine that is on baremetal but it is running lxd [22:00] c0fe: is it a privileged container? [22:00] nacc: https://hastebin.com/jukovusuxe.css [22:00] c0fe: i think you have a rather significant misunderstanding of how containers work :( [22:00] nacc: i am running these commands on my baremetal server [22:01] the hypervisor if you will [22:01] c0fe: oh ok. [22:01] nacc: https://hastebin.com/jukovusuxe.css [22:01] c0fe: i meant `ls -ahl /lib/modules/4.15.0-36-generic` [22:01] c0fe: so 'test' is the name of your barmetal server? [22:01] nacc: https://hastebin.com/getolupiju.diff [22:02] nacc: no, it is one of the vm's that's running in lxd [22:02] nacc: name of server is just server [22:02] c0fe: ... [22:02] c0fe: ok, so please stop mixing systems up [22:02] c0fe: https://hastebin.com/pevimiyavi.rb [22:02] is what you showed as a symptom [22:02] that is running in a lxd? [22:03] if so, then you have just used up a bunch of time that wasn't necessary. Containers don't load kernel modules generally, because that affects the *host* kernel. [22:03] c0fe: and lxd container != vm. [22:03] its been a long [22:03] day [22:03] sorry nacc [22:03] i appreciate the attempt to help [22:03] c0fe: it's ok, get some rest and start again tmrw :) === [1]MrMobius is now known as MrMobius [22:46] hi, im having some issues trying to install my arcade stick in 18.04 [22:47] i've googled a bit but only found stuff for older releases [22:47] would really appreciate it if anyone could help :) [22:53] snukn: what's an arcade stick? an input device? === kevr is now known as GreenCocklin [22:55] seems to be something like a joystick. how is it connected? via usb? if so, connect it and run this command, then post the http address here: lsusb | pastebinit === GreenCocklin is now known as kevr [22:57] https://paste.ubuntu.com/p/jDDG3WV9ZT/ [22:57] dont know which one it is [22:58] snukn: run "dmesg -wT" and unplug / replug it, this will tell [22:59] https://paste.ubuntu.com/p/B2KH8b5sXs/ [22:59] its the dragon rice [22:59] dragonrise :D [23:03] snukn: maybe try this https://askubuntu.com/questions/26772/dragonrise-usb-gamepad-not-working [23:03] Bus 002 Device 014 in your case [23:04] general configuration notes on joysticks / gamepads: https://wiki.archlinux.org/index.php/Gamepad [23:07] Ok - ive been in #freenas for a min. and tried a couple things. Idk whats up with the fstab and mount- but im pretty sure something is up with my Filesystem. SOmething is wrong with my directory /mnt/Programs [23:09] well i think i calibrated it atleast [23:09] but I still dont know how to get it to work on steam [23:09] To realy see on which path your device is use cat /proc/bus/input/devices [23:09] I did that and it showed up [23:09] This is the read out of my Directory. - drwxr-xr-x 2 root root 4096 Oct 2 14:30 Programs === kevr is now known as LinusWhorevalds [23:26] nacc, starting to figure it out, i have a fresh install, so - i didnt have nfs install, samba at first.. lol... [23:30] subcool: :) === Menzador is now known as SonikkuAmerica === SonikkuAmerica is now known as Menzador === genii is now known as Barista === LinusWhorevalds is now known as kevr