[00:06] my gpu can run tf2 at about 300fps btw [00:06] if I had vsync off [00:07] and set resolution at 480p? with shadows and anti alaising off? [00:09] 1920x1080 everything high and shadows on medium anisotropic 4X [00:10] shadows on high utterly kills it [00:10] reflect all kills it. on simple reflection [00:10] oops, actually, on reflect world [00:11] Hello people ! I'm having some issues with a 4.15.0.58 kernel recently installed on a 18.4.1 laptop : it reboots in what appears to be recovery mode (low res, no network) by default, and nothing I've thrown at it so far (apt install --reinstall, apt remove, apt purge), seem to have made a dent in it [00:14] mystic, why 480p? was that sarcasm? :D [00:14] tf2 flies in linux, better than windows [00:15] syscalls being 100x faster helps [00:16] not many games run in linux tho [00:16] i never understood steam for linux.. you cant play most of the games anyway. i dont get it [00:18] if more games were ported to linux, people would realize that they can get faster framerates and lower latencies. a shame really [00:18] linux was born to do a bazillion syscalls/sec [00:19] they make it sond like team for linux is a thing.. but i tried it.. can hardly play any games on my library. pointless. why do people keep going on about it like its even worth having [00:19] all my games run beautifully, idk why you get bad experience [00:19] 'all' ? [00:20] 22 [00:20] i guess you downloaded games that support linux. thats a tiny list.. tiinnny. i have about 300 stram games.. and i guess about 5 work on linux. pethetic [00:20] my machine isn't a toy. I work most of the time. [00:21] my point is why do people keep ppraiing steam for linux.. its pretty much worthless [00:21] prasing* [00:21] because everyone doesn't run your configuration maybe? [00:21] nothing to do with it [00:21] if games arent made for linux they wont work [00:22] unless you run ancient games in wine [00:22] I get 60fps with folding at home using the GPU doing compute [00:23] i cant play anything on it.. my game library is almost totally redundant if i want to play on linux [00:23] anothrer reason i will always keep windows on my system [00:24] try folding on windows with a game running, good luck [00:24] when im playing a game i dont have anything else running usually.. unless its a simple game [00:24] whats the use in 'folding' when i want to play my games libray and i cant? [00:35] is it even possible to send reboot commands via bluetooth to ubuntu(bluetooth slave0? [00:35] s/0/) [00:36] i dont know [00:39] Hello #Ubuntu, how's it going? I wanted to aks what the best formating is for a share on my ubuntu machine that i make available to other ubuntu machines across my homenetwork, sort of like a smb but for GNU OS basicall, is there something like samba for gnu that i could use on my ubuntu? [00:41] SlowJimmy, are you asking what filesystem you should use or what network sharing protocol to use? [00:42] you can use samba on ubuntu [00:42] server or client [00:43] both if that makes sense...correct me if i am wrong i cannot do this in ext4 and i need like ntfs or something and set the prpper user rights etc? yeah I know but I did not want to use smb because for of obvious reasons [00:43] no, use ext4 [00:44] and then i create a user for each client ubunut machine and allow them read write access and give each maybe even a folder to own for backups to be saved on? [00:44] /dev/rfcomm seems the right way to do it [00:44] you can use ext4. to enable full windows permission support, you may need to mount it with user_xattr mount option [00:44] ty to both of you! [00:44] doug16k: not windows permission i mean the linux gnu permissions [00:44] 777 or what it is called [00:44] in that case sure, ext4 would be perfect [00:45] sorry chown user:user folder on that share [00:45] and the chmod if i am not mistake with the appropriate number code for the rigths [00:46] should the owner of these folders still be the server running ubuntu or should each ubuntu client machine dialing in own their respective folders? [00:46] if they got the appropriate rights then i should be fine owning it server side right? [00:48] you can configure samba to use filesystem permissions fully by configuring the server with "inherit permissions = yes" and "inherit acls = yes" [00:49] you can mount the partition with acl mount option and even add fine-grained permissions with setfacl, such as allowing some particular user to read/write/execute even if the unix user:group doesn't include them [00:50] assuming you enabled acls as mentioned [00:51] so yes, you can do the completely efficient unixy permission method, or micromanage ACLs ala windows [00:52] are you SURE? [00:53] Welp, finally found a last leg solution which relied on forcing grub2 to boot on the previous kernel (4.15.0-55) instead [00:53] doug16k: I wanted to avoid smb [00:55] mystic, about what? this? -> https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs [00:55] i am going with the GNU way of doing things as smb has been said to carry some risks [00:55] Well, you could always sftp your way into your machine, I guess ? [00:56] Alphos: excellent Idea [00:56] Alphos: I think I want them more of like a mounted server share that i can do backups to automatically [00:57] Alphos: using rsync to do backup and maybe [00:57] Last I tried, nautilus even allowed ssh mounts, but that was some time ago [00:57] And I wouldn't for the life of me remember how ^^' [00:57] SlowJimmy, NFS is an option, but I've never needed anything beyond simple samba and interoperability usually prevents me using NFS [00:58] you are right alphos it allows so in "connet to server" [00:58] It all really depends on what machines you want connected, how many, to what, from what, etc [00:58] doug16k: oh the ext4 only works with smb? [00:59] SlowJimmy, no [00:59] so i would need NFS to do it in strictly linux [01:00] of the top of your head do you know if there is more benefits to NFS over regular ext4? if i am not mistake nfs is made espacially for sharing shares across networks [01:00] they are not the same thing [01:00] ext4 is how it puts it on disk. nfs/samba is how it communicates over the network [01:01] Do you need all machines to access all other machines, or a central repo that doesn't actually require a screen ? [01:01] I mention ext4 because if you were using a full windows-like permission system, then the underlying filesystem (ext4/or-whatever) needs to be able to store ACLs [01:01] ACL = access control list [01:02] sorry I wasnt clear on that I mistook nfs or a filesystem [01:02] NFS is the unixy counterpart to samba [01:02] Alphos: not it is a star layout with a connecting server in the center [01:03] everything is conencted to a single server and does not require to talk among each other [01:03] samba = CIFS = common internet filesystem. it is a standard that really isn't windows specific, it is documented in RFCs like any decent protocol [01:03] SlowJimmy then you could look into OpenMediaVault, just saying ;-) [01:03] oh ok [01:03] NFS looks like a the way to go then [01:04] samba feels windows specific because you need that for windows clients to connect to it [01:04] since these are all ubuntu machines(3 of them) i may or may not add a debian machine at a later date [01:05] samba is great and all but i have heard that you run risks with it [01:05] I will try each of these options and see what works the best [01:05] is ifconfig not included in ubuntu anymore? [01:05] openmediavault, nfs on ext4, and then the /dev/rfcomm [01:06] openmediavault is a whole OS [01:06] SlowJimmy: All share the same router ? See: http://ubuntuforums.org/showthread.php?t=2159449 . [01:06] emone no it has been replaced [01:06] plenty of superstition going around. any concrete examples of the risk? [01:06] with what? [01:06] SlowJimmy: what has it been replaced with? [01:06] some people think that you need to throw salt over your shoulder if you spill it [01:07] It'll take care of all the tedious things like picking a FS, installing smb and whatnot, and the like ;-) [01:07] you want to use ip instead https://ubuntu.com/blog/if-youre-still-using-ifconfig-youre-living-in-the-past [01:07] emOne: the thing thre me off too, the network-manager has been replaced if i am not mistaken [01:08] i think its replacement is called netplan or netmap or something, and it has a similar way of setting up the config file, but it was a farily recent improvement they made [01:08] SlowJimmy: I am not sure how I feel about it being removed [01:09] macOS and many other distros use ifconfig [01:09] emOne: and together with that change ifconfig went out of the windo [01:09] emOne : about the same as usual when anything gets replaced on anything debian-based [01:09] emOne: i am pretty sure you can still install it [01:09] SlowJimmy, it is possible to install NFS support on windows btw, if that ever comes up [01:10] emOne: The modern replacement for net-tools is iproute2 <- https://www.tecmint.com/deprecated-linux-networking-commands-and-their-replacements/ [01:10] since win2k IIRC [01:10] at least i know that i have read that you can install the oldschool style network-manager if you wanted to, so pretty sure you can install ifconfig, hey why dont you try this do an aptitude-search ifconfig [01:11] SlowJimmy, https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc782783(v=ws.10) [01:11] yes there is even a message that says what package to install to get back ifconfig [01:11] guessing it still is there on win10, not sure [01:11] but I feel like it kind of breaks the whole POSIX feel to ubuntu [01:11] idk [01:11] doug16k: ah i never even thought that possible, that is kinda mazing that you can that instead of smb [01:12] Whew, at least I'm done after a solid week on trying to fix an unfixable issue on that cruddy kernel that won't get fixed. We'll see what happens for that laptop when the next version comes [01:12] every single box that I ever used had ifconfig [01:12] in win2k timeframe, microsoft was obsessed with supporting every standard [01:12] doug16k: i have used smb to allow windows machines to connect to an ubuntu machine acting as server [01:12] Alphos: sweet! === zbenjamin is now known as Guest13639 === zbenjamin_ is now known as zbenjamin [01:12] Not so much [01:13] ifconifg - Initial release August 1983; 36 years ago [01:13] But meh, my uncle won't notice ... much. [01:13] "Say, what are those two lines popping up during boot ?" That'll be it [01:14] emOne: apt-get update [01:14] apt-get install net-tools [01:14] emOne: if you run those you get ipconfig back otherwise use ip [01:14] which i have heard is just as good if not better [01:20] I am not sure why it is better [01:20] emOne: type this 'ip addr' for example [01:20] it looks the same to me [01:21] emOne: me neither [01:22] ifconfig is neater [01:22] the indentations are a lot better [01:23] emOne: i like the config file better too, i think now the indentations matter [01:23] but i may be mistaken from the vid i watched [01:26] Thanks for all the talk, people, g'night ! [01:27] g'night bro [01:28] restarting the network doesn't work with the same command anymore either [01:28] yeah i ran into the same problem [01:28] or maybe it does [01:29] "systemctl restart networking" [01:29] does this work? [01:29] [01:29] [01:29] ip addr flush interface-name && systemctl restart networking.service [01:29] [01:29] or did I break something by installing ifconfig [01:30] sorry for white space should of used M-x fixup-whitespace [01:33] try the old service network-manager restart if that doesn't worked [01:34] should have* :) [01:35] i should of said it like that i guess [01:35] :P [01:36] can you download man-pages for software in the respository without installing the software itself? [01:39] hehe [01:47] does /etc/network/interfaces not exist anymore? [01:47] :O [01:47] :O [01:49] !netplan | emOne [01:49] emOne: Netplan is a network configuration abstraction renderer which uses YAML descriptions of a network to work with either a NetworkManager or Systemd-networkd "renderer". More information at https://netplan.io/ [01:50] my /etc/netplan is empry [01:50] so I am not sure where my network config is [01:50] it must be somewhere [01:52] can I find my network config somewhere? [01:52] seriously I think this whole network update,, while it is being praised [01:52] it is weird [01:52] !netplan | emOne [01:52] emOne: Netplan is a network configuration abstraction renderer which uses YAML descriptions of a network to work with either a NetworkManager or Systemd-networkd "renderer". More information at https://netplan.io/ [01:53] https://help.ubuntu.com/lts/serverguide/network-configuration.html [01:53] I don't know..I configured my network using an interface [01:53] a gui [01:53] yes, systemd gives a change [01:54] does that mean that there is no file like /etc/network/interfaces? [01:54] read all about it in the wiki [01:54] do not edit that file directly; in short [01:55] I am going to watch a nice youtube tutorial instead of reading wikis at 4 am [01:55] because otherwise I might fall asleep [01:55] yeah, me too, in stead of copy pasting things [01:56] emOne: are you on ubuntu-server? [01:56] lotuspsychje: yes [01:57] emOne: i would reccomend you start informing yourself, learn things before [01:57] emOne: see also #ubuntu-server [01:57] ok [01:59] !server | emOne [01:59] emOne: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Bionic (Bionic Beaver 18.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server [01:59] ok I will mess with the network tomorrow [01:59] it is too late at night [01:59] 4 am [02:00] and discovering that ubuntu changed everything makes my head implode [02:00] not even explode [02:01] not just ubuntu, linux wide [02:01] OMG [02:01] what is the world coming to [02:02] OerHeks: debian didn't have this the last time I checked [02:02] emOne: this isnt the complaints channel.. [02:02] it had /etc/network/interfaces [02:02] and it had ifconfig AND ip [02:02] emOne: there's a thing called evolution [02:05] that is fair enough [02:06] I changed my network settings through a web interface [02:06] it would be kind of nice knowing what file it changed [02:06] but that will remain a mystery for me [02:07] /etc/netplan/ is empty for me [02:07] but the gui did change the network settings somewhere [02:07] god knows where [02:08] there are no .yaml files in there for me [03:05] I installed Ubuntu but all I get is a purple screen and then no signal. [03:05] How do I fix this? [03:11] no signal? [03:12] Yeah my monitor says "No DisplayPort signal" [03:13] !nomodeset | leonardus try this perhaps [03:13] leonardus try this perhaps: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [03:14] lotuspsychje: I can't get into GRUB. Tried pressing shift key. [03:14] leonardus: if you say you see the purple screen, you should be able to enter grub before too right [03:15] I can't. Spamming the shift key, I just get the same purple screen then no signal. [03:15] leonardus: dont spam the key, hold it, or ESC [03:16] When do I start holding it? [03:16] As soon as I see the motherboard logo? [03:16] leonardus: from the min you push power [03:17] leonardus: some systems are indeed difficult to enter grub [03:18] Also, is this in the bug tracker? [03:19] leonardus: another thing you can try is enter tty on purple screen dot logo [03:19] or F1 to textboot [03:21] xubuntu have only 3 year lts support? while the same ubuntu version have 5? [03:22] I still can't enter GRUB. [03:29] Betal: What the xubuntu team supports is 3 years - the kernel is 5 years. [03:34] Fixed it [03:34] But is this in the bug tracker? [03:41] hi, I have a dual boot on my toshiba laptop. Windows 7 and ubnuntu 18.04 , I can get on to the internet from windows 7 but fire fox will not load pages when I am in ubuntu 18.04 , know how to fix? [03:46] Also how do I get drivers for wifi on the AsRock X570 taichi motherboard? They don't seem to be installed by default [03:56] leonardus: wich wifi chipset is that [03:56] All I can find is "IntelĀ® Wi-Fi 6 802.11ax (2.4Gbps) + BT 5.0" [03:56] The bluetooth is working, but not the wifi [03:57] jkoofer: can you pasetbin: sudo lshw -C network please [03:57] leonardus: did wifi work during your setup? [03:57] I don't think so, no [03:57] I had to use a USB adapter [03:57] leonardus: did you update your ssytem to latest? [03:58] apt update says All packages are up to date. [03:58] ok [03:58] leonardus: pastebin: sudo lshw -C network plz? [03:59] https://termbin.com/qv24 [03:59] @lotuspsycheje I am on my machine that has a dual boot. I am in my windows 7 now. [04:00] is there another way of doing this? [04:00] jkoofer: try a cable in your pc, instead of wifi and come back to irc with ubuntu [04:01] leonardus: one adapter seems unclaimed, and your atheros driver seems loaded [04:01] leonardus: are you dualbooting in uefi mode? [04:01] @lotuspsycheje: i'm not able to do that. I live in a guest house using wifi from the main house which is 40 feet away. [04:02] jkoofer: do you recall your wifi chipset in your pc? [04:02] lotuspsychje: yes I am [04:02] I think so, at least [04:02] I created an EFI system partition when installing Ubuntu [04:02] leonardus: uefi settings can block hardware, aka wifi or graphics [04:03] leonardus: can you pastebin your dmesg plz? [04:03] https://termbin.com/3f93 [04:05] @lotuspsycheje it is a realtek [04:05] leonardus: atheros is your usb dongle? [04:05] yeah [04:05] I am trying to connect to an openvpn server in ubuntu. I imported the ovpn file but when I try to turn it on it just turns itself back off [04:05] jkoofer: realtek chipsets are kernel sensitive, wich ubuntu version are you trying please? [04:06] 18.04 [04:06] Can someone help me figure out what is wrong with it? [04:06] leonardus: nvidia: module license 'NVIDIA' taints kernel. [04:07] leonardus: pastebin: sudo lshw -C video too plz? [04:07] I installed nvidia-driver-430 while in nomodeset to get my graphics working [04:07] https://termbin.com/v5zx [04:07] i put ubuntu 18.04 on my machine last week and it was working fine for wifi. I restarted the machine today and it says that it detects the network but that there is a connection failure [04:07] leonardus: hmm weird it doesnt show the exact chipset there [04:08] leonardus: how about: nvidia-smi [04:08] lotuspsychje: it is an RTX 2080 Super [04:08] https://termbin.com/8thu [04:08] jkoofer: could you try to enter grub and boot a previous kernel please? [04:09] leonardus: ok tnx, looks good [04:10] leonardus: your wifi is not disabled in bios or such? or some physical switch? [04:10] it works in windows [04:10] leonardus: i dont see an iwlwifi issue on dmesg, weird [04:11] @lotuspsychje, that is beyond my currently capability. I have only been using linux for 4 days. I apologize. Someone mentioned to me that it is likely that "the dns server is wrong" I don't know how to articulate as I'm a newb. Perhaps that info helps? My friend said that it pinged when we did a test for a public ip address. [04:11] jkoofer: to enter grub: hold SHIFT at boot, then choose ubuntu(previous kernel) and see if you can make your wifi work on a lower kernel [04:12] ok [04:12] leonardus: try booting legacy as a test plz [04:12] i will boot into ubuntu, hopefully that will work and i will check back here through ubuntu! [04:12] jkoofer: good luck! [04:12] lotuspsychje: how? [04:13] leonardus: in your bios settings, fastboot=off secureboot=off [04:13] question tho, why would it work this last week but stop working when i rebooted it? btw when i restarted my computer it was flickering at the ubuntu loading screen. i had to do a hard shut off and then do it again. the next time it booted up fine. [04:14] jkoofer: there is a known bug on realtek and kernel 5.0 [04:14] ok [04:14] jkoofer: wich brand is your computer plz? [04:14] toshiba satellite a6 vision amd [04:15] ok interesting, try the previous kernel jkoofer [04:15] ok will do. [04:16] lotuspsychje: just checked and they were both already disabled [04:16] i've tried turning fast boot on before but it wouldn't load the nvme driver so i disabled it again [04:18] leonardus: so your booting legacy, not uefi? [04:18] I don't know. I have an EFI partition. [04:19] It wouldn't let me proceed with the installation without an EFI partition. [04:20] leonardus: i canty find another logical reason, as i find nothing on iwlwifi in your dmesg [04:20] unless i overlook.. [04:21] leonardus: does your wifi icon show double chipsets, when you plugin your usb dongle? [04:21] No, just one [04:21] What's the best, most reliable way to install the latest version of Skype for Linux? [04:21] thats weird leonardus hence i suspect uefi block [04:22] !latest | BerenErchamion [04:22] BerenErchamion: 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. [04:22] BerenErchamion: there's a snap of skype if you want [04:22] @lotuspsychje yay it worked [04:22] jkoofer: wich kernel are you on now? [04:23] Oh yeah, I think I found the snap [04:23] 5.0.0-23-generic [04:23] I found the snap for Skype here: https://www.tecmint.com/install-skype-in-debian-ubuntu-linux-mint/ totuspsychje [04:23] BerenErchamion: snap find skype [04:24] After install snap, I do this: snap install skype --classic ? [04:24] jkoofer: can you try to edit your grub and this kernel line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.fastboot=0 intel_idle.max_cstate=4" [04:25] jkoofer: you can edit this in: /etc/default/grub then sudo update-grub to make it active [04:25] But before I install skype on the command line, should I add the Canonical Partner repository, since I'm using Linux Mint? [04:26] do i enter GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.fastboot=0 intel_idle.max_cstate=4" into a terminal? [04:26] jkoofer: no, you need to edit grub to add it [04:27] Or is it better to just download the Debian package from the Skype website and install with gdebi? [04:27] BerenErchamion: the users choice BerenErchamion [04:28] BerenErchamion: we always try to reccomend to keep ubuntu the official way [04:28] BerenErchamion: but the users ahve the choice of snaps, ppa's or .debs [04:28] eh.. still really new with linux only 5 days in. am i using the terminal? what should i put into the terminal? [04:29] jkoofer: sudo gedit /etc/default/grub [04:29] ok [04:29] jkoofer: then add this i915.fastboot=0 intel_idle.max_cstate=4 after quiet splash [04:30] into the *grub window correct? [04:30] jkoofer: it will open the grub config yes [04:31] jkoofer: ^^ once the edit is done in terminal run ' sudo update-grub ' to propagate the change. [04:34] jkoofer: if you did it correct, your line will look like this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.fastboot=0 intel_idle.max_cstate=4" [04:34] in which window lotuspsychje? the terminal or the grub window? [04:34] jkoofer: your grub config window [04:39] jkoofer: Better to run sudo here with the -H switch ' sudo -H gedit /etc/default/grub ' this starts the test editoe "fedit' opening the file "grub" in the directories "/etc/default/". [04:40] test/text** [04:40] # If you change this file, run 'update-grub' afterwards to update [04:40] # /boot/grub/grub.cfg. [04:40] # For full documentation of the options in this file, see: [04:40] # info -f grub -n 'Simple configuration' [04:40] GRUB_DEFAULT=0 [04:40] GRUB_TIMEOUT_STYLE=hidden [04:40] jkoofer: just paste that 1 line [04:41] If I do this . . . https://snapcraft.io/install/skype/mint . . . do I still need to add the Canonical Partner Repository? [04:42] thank you for bearing with me here. I'm really sorry with my lack of familiarty with how to execute what you would like me to do. [04:43] jkoofer: just add that line, and save your grub config [04:43] where in the grub do i enter it? the bottom? top? [04:43] the last line is: #GRUB_INIT_TUNE="480 440 1" [04:44] jkoofer: there's already this line, do you see this= GRUB_CMDLINE_LINUX_DEFAULT="quiet splash [04:44] should i put it directly underneath that? [04:44] yes [04:44] jkoofer: now after splash add: i915.fastboot=0 intel_idle.max_cstate=4" [04:44] got it. so replace that line with GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.fastboot=0 intel_idle.max_cstate=4" [04:44] ok [04:45] jkoofer: good, after that save it [04:46] ok terminal is moving now [04:46] jkoofer: now: sudo update-grub in your terminal [04:46] i just did [04:47] Sourcing file `/etc/default/grub' [04:47] Generating grub configuration file ... [04:47] Found linux image: /boot/vmlinuz-5.0.0-25-generic [04:47] Found initrd image: /boot/initrd.img-5.0.0-25-generic [04:47] Found linux image: /boot/vmlinuz-5.0.0-23-generic [04:48] should i do anything else after that? [04:48] jkoofer: ok, now try to reboot into your latest kernel again [04:48] ok [04:48] to see if it will remove the flickering [04:53] @lotuspychje it's working :) [04:53] jkoofer: great! do you have a launchpad account? [04:53] i don't believe so. I am not familiar with launchpad [04:54] should i have it? [04:54] jkoofer: could you make one at launchpad.net please [04:54] jkoofer: i would like you to affect an existing bug, to help the community [04:56] are you guys familiar with this package cmdline1.1 [04:57] ok @lotuspsychje i did it [04:58] i created the account. what should i do next [04:58] jkoofer: tnx, now visit: https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1838644 [04:58] Launchpad bug 1838644 in linux-hwe (Ubuntu) "Booting into desktop results in flickering" [Undecided,Confirmed] [04:58] jkoofer: and press the green text: yes this bug affects me [04:59] ok. will do. just to be clear, it only did it to me once. [04:59] i clicked the green text [05:00] jkoofer: thank you! [05:00] how do you open a terminal? the shortcut CTRL + ALT + T does not work for me (19.04) [05:00] jkoofer: now this bug is still being worked on currently, when new kernel versions come out, you can try to remove the kernel line [05:01] ok [05:02] i'm so new to this that i'm concerned that when the new terminal comes out (is it years or months?) that I won't remember to do that and/or won't do it properly. [05:02] i'm sorry kernal not terminal [05:03] jkoofer: if you need help, come back to #ubuntu we will help you [05:04] also, if i was to articulate the problem how would i say it? "the current kernal has a bug with the realtek chipsets so i had to put a command line into the grub window to make it do something else than what it does by default"? [05:04] ok will do [05:04] jkoofer: yep that sounds good [05:05] was that command line that you had me put in there, is that command line from the previous kernal? [05:05] ^i'm not sure if that question is articulated properly. i know next to nothing with linux [05:06] jkoofer: its a work around for a bug/commit thats being worked on for kernel 5.0 series [05:06] i guess what i mean what did that command line tell it to do ? [05:06] ok [05:07] i think that explanation is good enough. i just want to be able to tell my friend [05:07] thank you again for your help [05:07] np jkoofer [05:09] lotuspsychje how do you usually launch terminals? [05:21] i did dist-upgrade for Lubuntu now i get asked if i want lightdm or sddm ... what should i choose ? [06:33] ph88, lightdm if you using default de [06:33] default de ? [06:33] as in LXDE [06:40] Is there a Flatpak PPA available for Ubuntu 18.04? [06:40] This is why I asked: https://www.fossmint.com/install-flatpak-in-linux/ [06:42] BerenErchamion, that ppa gives a newer version than our repos, still be carefull, trust the owner jada jada https://launchpad.net/~alexlarsson/+archive/ubuntu/flatpak [06:42] !info flatpack [06:42] Package flatpack does not exist in bionic [06:42] !info flatpak [06:42] flatpak (source: flatpak): Application deployment framework for desktop apps. In component universe, is optional. Version 1.0.8-0ubuntu0.18.04.1 (bionic), package size 762 kB, installed size 3697 kB [06:45] I found this: https://www.omgubuntu.co.uk/2019/02/how-to-install-flatpak-on-ubuntu-flathub [06:45] I'm using bionic beaver because I got Linux Mint 19.2 Cinnamon which has the Ubuntu 18.04 package base [06:50] Hi I updated my Ubunut 18.04 and now when I start the system the ubuntu loads again and again, but it never starts the system. Is there any way to solve this problem? [06:50] BerenErchamion, interesting.. but those forks are not supported, find the mint channel [06:50] !mint [06:50] The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [06:54] fiter, this could well be an .xauthority issue, see the fix https://www.maketecheasier.com/fix-ubuntu-login-loop/ [06:56] I already asked for advice installing skype in both the #linuxmint-help and the #linuxmint-chat channels in spotchat. But when they weren't much help, and didn't show any interest in skype. [06:57] skype, i can tell is only available as snap [06:57] prop. software [06:57] OerHeks thanks for it , but it remains here https://i.stack.imgur.com/3Rbv7.jpg , and keeps on loading again and again [06:57] Hi [06:57] and another reason for choosing ubuntu ove mint, the great support [06:57] c/over [06:58] Could someone help me identify a theme please? [06:58] from a pic. [06:59] good thing i have no clue about themes, good luck! [06:59] lol [07:01] OerHeks Well, I can get the Debian package from here: https://www.skype.com/en/get-skype/ [07:14] Hi guys [07:16] I'm struggling installing Ubuntu 19.04 on a brand new Dell XPS 7590. I disabled SecureBoot, set disks from RAID to AHCI in the BIOS. Booting on "UEFI: USB ...". Installing end up with "Executing grub-install /dev/nvme0n1 failed". I tried many things, making the partitions manually, nothing worked so far. It's a GPT, UEFI partition is here, boot fl [07:16] ag is ok... [07:17] i could access the samba share from file manager ... i could open the file but couldn't copy it all... what happen [07:17] lyr: try to install using "ubiquity -b" to not install a bootloader, then chroot and manually do it [07:18] When ubottu said that Flatpak package does not exist in bionic, was he referring to Flatpak in generally, or only Flatpak for Skype? [07:18] BerenErchamion: as said before, we reccomend you to install packages from the official repos, instead of external ppa's or debs [07:19] is snapd official lotuspsychje [07:19] ? [07:19] BerenErchamion, flatpack exists. read carefully, but you better join the mint channels [07:19] EriC^^ : will try. I guess you mean chroot /target/ then grub-install /dev/nvme0 ? [07:23] The mint channels are very good for supporting most packages and installations, but Skype is not popular with them, because they're using other chat apps, like snapchat/instagram/twitter/tumbler [07:24] BerenErchamion, ubuntu support only here. so, i am not going to answer anymore, good luck [07:24] So there's a lack of interest in skype in the #linuxmint channels on spotchat [07:24] mint has it s own issues. [07:25] chieta: snapd is official yes, but individual snaps are maintained by several maintainers, meaning you need to trust them [07:25] check out packages @ snapcraft.io [07:27] That's a good question, which packages that provide Skype are using the official repos? [07:27] BerenErchamion: OerHeks already said to join the mint support [07:52] ok, thanks for your help. And you're right about Debian and snapd not using LinuxMint's official repo [07:53] Flathub is my best option, cause it uses the official repo for my distribution of Linux [07:54] and it's in the Software Manager for skype [08:22] I use Ubuntu WSL subsystem in Windows 10. When launching Ubuntu terminal and listing directories they're dark blue and unreadable. Fixed that by an LS_COLORS variable in .bashrc. So far so good. However, if I connect from this terminal to a remote server, then that servers bash settings seems to take precedence and I'm back to dark blue unreadable again. Any idea on what I can do to solve it more permanently? [08:34] can anyone assist me with fixing audio problem? [08:35] laptop here, bluetooth and internal speaker volume output is atrociously low, like 10% of the original sound and everything is maxed out both system volume and app volume [08:35] tried both pulse audio and alsamixer, everything is at 100% [08:36] the volume is ok through the aux cable, headphones for example [08:36] what can be wrong? I am dealing with this for a looong time now [08:36] could it be a kernel problem? [08:52] dionysus69, hi, are you sure it's not a hardware problem? [08:52] nope [08:52] how can it happen to both internal speakers And bluetooth connected devices? [08:53] the bluetooth device i am talking about is very, very loud on my android phone [08:53] Hi, I want to install Ubuntu. What do you recommend me, installing LTS 18.04 or 19.10 (given that next LTS will be 20.04 next april)? Thanks [08:53] Gosset: the users choice between LTS or non-LTS [08:53] Gosset: how do you want to use ubuntu? [08:54] Gosset, for stability, stick to LTS, and btw 18.04 fresh install adds HWE [08:54] !hwe [08:54] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [08:54] Gosset: If you want long time suport, choose 18.04. If you need to test bugs, choose 19.10. [08:54] support* [08:54] ok thanks [08:54] I think I'll wait until April then [08:57] I have Ubuntu 18.04 on another PC, what's going to happen when I upgrade to 20.04? [08:57] Will I lose my configurations? [08:58] Gosset: As long as you don't interrupt the upgrade process, you'll progress into 20.04 fine without losing the configuration. [08:59] ok thanks [08:59] You are welcome [09:03] I have an issue on Firefox/XUbuntu, when I wake-up the system. Xorg takes 100% CPU (nvidia card), FF takes a lot too, 30%. Just for a min or so, but I cannot find any log for any problem. Strange. [09:04] all other programs work fine. Maybe I should discuss on a FF channel, I would just like some input, if you have the same issue [09:09] hello anyone, i have a problem want to query [09:09] !ask | lamar_123 [09:09] lamar_123: 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 [09:13] the package name:"pulseaudio_12.2-0ubuntu5_amd64.deb", what is the purpose of "0ubuntu5"? [09:15] 0 is the debian version (aka no debian package or ahead of debian) [09:16] the number after ubuntu gives the backported update IIRC [09:17] i believe 5 is the number of update iterations away from the last debian package version [09:17] actually [09:20] so 0ubuntu5 translates to the ubuntu package has been updated 5 times since it was last forked from debian. [09:21] i use the apt install pulseaudio in 16.04,the pulseaudio version is 8.0; but in the 19.04, the version is 12.2 [09:22] I think it has something to do with this string "0ubuntu5"? [09:22] its just to do with which package version is available in the xenial and disco repos [09:22] see: https://packages.ubuntu.com/xenial/pulseaudio [09:23] you can use backports to get a newer version [09:24] can i update the "disco" package to "xenial"? [09:24] i want to update the pulseaudio verion to 12.2, in the ubuntu 16.04 [09:24] other way around xenial = 16.04, disco = 19.04 [09:24] hello [09:25] I cant open terminal [09:25] running which ubuntu version, graphical desktop, hardware? [09:26] piraye: how did you upgrade python [09:26] in the right top of screen of my computer give me red alarm [09:26] Ben64, yes after upgarde python I got this problem [09:26] dionysus69, so, nothing mentioned in https://askubuntu.com/questions/390734/volume-low-even-at-maximum helped? [09:27] piraye: right, but how did you do that, what version did you go from and to [09:27] Ben64, https://www.itsupportwale.com/blog/how-to-upgrade-to-python-3-7-on-ubuntu-18-10/ [09:28] lamar_123: often you can use backports (https://help.ubuntu.com/community/UbuntuBackports) to get a newer version then is supplied by default in your version's repositories. however as you can see on the package page there is no package for pulseaudio in xenial-backports. You can enable any repo you like of course but if it isnt backported it may cause issues [09:28] I think it is now python 3.7 [09:28] I dont remember its version exactly [09:29] Ben64, I think it was 3.6 and now become 3.7 [09:29] lamar_123: it's not very likely that you'll find a backport or PPA providing this new pulseaudio version for ubuntu 16.04. if you actually need a newer pulseaudio version - why?! - you should consider upgrading ubuntu. [09:29] I dont remember exactly the version [09:30] if you must pull from a non-backported, newer repo, see https://help.ubuntu.com/community/PinningHowto. But a much better option is just to upgrade your distro. [09:31] Ben64, please any idea how to solve this problem [09:31] pinning will most likely not help there, it's very unlikely you'll be able to satisfy dependencies [09:31] !mix [09:31] it is usually a very bad idea to mix packages from different releases (or Linux distributions), and it is completely unsupported [09:32] diskin: nope I tried everything of that sort [09:32] piraye: which ubuntu version are you running? [09:32] 18.04 [09:32] piraye: the how-to you worked with is for ubuntu 18.10, though [09:33] 18.10 is eol? [09:33] I did not worked with, I just upgarde it, and today I cant open terminal [09:33] yes, that, too [09:34] piraye: you can switch to a !tty, login there and undo the change to update-alternatives you made, setting it to the default version. [09:34] I did mistake with upgrading it with version ubuntu 18.10 [09:35] tomreyn, how can I find tty [09:35] piraye: python, and the default version of it, is essential for system level software on ubuntu, you should not override its default version (it's okay to install multiple ubuntu packaged python versions side by side, though) [09:35] !tty [09:35] To get to the TTY terminals 3-6, use the keystroke Ctrl + Alt + F3-F6 respectively. Ctrl-Alt-F2 or Ctrl-Alt-F1 will get you back to your graphical login (Ctrl-Alt-F7 on 16.04). To change TTY resolution, see https://help.ubuntu.com/community/ChangeTTYResolution [09:35] sudo update-alternatives --config java [09:36] :O [09:36] tomreyn, my question how to do it, the terminal not open for me [09:37] hi @piraye [09:37] hi alexsson [09:37] piraye: ubottu and i just explained, login to a tty (as explained by ubottu) and run sudo update-alternatives --config python3 setting it to the "auto" value again. [09:38] * "auto mode" [09:38] how to loging to tty [09:39] use your username and password [09:39] where it is [09:39] do you read? [09:40] tty= TeleTYpewriter. You need one of those. [09:40] there is ttyplot [09:40] !tty | piraye [09:40] piraye: To get to the TTY terminals 3-6, use the keystroke Ctrl + Alt + F3-F6 respectively. Ctrl-Alt-F2 or Ctrl-Alt-F1 will get you back to your graphical login (Ctrl-Alt-F7 on 16.04). To change TTY resolution, see https://help.ubuntu.com/community/ChangeTTYResolution [09:40] tty= https://upload.wikimedia.org/wikipedia/commons/6/66/425tdd.JPG [09:40] we need to type out exactly ..? [09:41] alexsson: please, this doesn't help, he's already confused [09:42] tomreyn, I have to press Ctrl + Alt + F3-F6 at one time? [09:43] hi what is the name of text editor in ubuntu? [09:44] there's so many [09:44] !editor [09:44] Text Editors: gedit (GNOME), Kate (KDE), mousepad (Xfce4) - Terminal-based: nano, vi/vim, emacs, ed - For HTML/CSS editors, see !html - For programming editors and IDE, see !code [09:44] that's a few of them [09:44] i know, and i tried nano and vim but its not... some genius named it "Text Editor" in apps menu wtf lol [09:45] trying to edit conf as root... need name of txt editor in it lol [09:45] just use nano or something [09:45] i dont want to install nano, not my machine [09:46] pretty sure it's part of the standard install [09:46] i tried sudo nano usr/share/smb.conf ... then vim, thenm vi, none is there [09:46] update-alternatives --list editor [09:46] piraye: You have to press for example Ctrl+Alt+F3 [09:46] gedit, in standard ubuntu/gnome3 [09:46] thats it thx! [09:48] btw why those who cook it dont name it "Text Editor [name here]" or something like that... im a half noob, so imagine complete noob trying to figure it out lol [09:48] piraye: you have to hold down ctrl and alt, then tap on one of F3, F4, F5, F6, then release ctrl and alt. [09:49] ok [09:49] andY819 everyone thinks differently. You could google "linux text editors" [09:49] andY819 or rather, "linux built in text editors", rather. Google is its own art. But the typical ones are vi and nano [09:50] yes, but the name of the program should be the NAME of it, not the description of it - even windoze follows that... [09:50] andY819 I'm confused, they are. [09:50] I type nano or vi, and that's what I get [09:51] tomreyn: upgrading the ubuntu had a big impact on our products,i want to separate upgrade pulseaudio. this may reduce the impact [09:52] lamar_123 really shouldn't be just running willy nilly ubuntu for your products anyway [09:52] lamar_123, sore the stable pulseaudio with backported fixes should work fine, why do you need a newer version? [09:52] lamar_123: this sounds more like you should miprove your products to be compatible with newer ubuntu versions [09:52] if you look at installed programs menu, thats where i ask my total noob friend to look for the name of text editor on his box, he said its named "Text Editor", there is no name of the program, which is gedit. "Text Editor" is description of gedit, dont you think? [09:52] anyways, thx 4 help, all done. [09:55] tomreyn, I got this error no module named 'apt-pkg' [09:56] piraye: you need to provide context when you make such statements - we can't watch over your shoulder. and i need to leave for now, good luck. [09:56] apt-pkg .. that is debian, not ubuntu? [09:57] no, I am using ubuntu [09:57] after loging, I run sudo then uddate alternatives then --config python3 [10:03] Hi. I copied all my data from my drive to an external one with `cd /data/external && cp -R /data/share .` Now when doing a `du -sh .` in both folders, the differ for 10G (the data is about 1TB). I want to ensure now all files also exist on the external drive, so I run `rsync -avh /data/share /data/external`, is that the correct way of doing it? [10:03] Want to make sure Im not doing something stupid here. [10:05] andY819: GNOME decided to rename everything to generic names around the time GNOME 3 came out. I too find it annoying, and everyone still refers to them by their own names because thats why the packages are called and no on ehas any clue other wise [10:06] fub use rsync [10:08] how do I navigate whatever internals that ubuntu is using for various inputs? [10:08] for example pen stylus/touch screen? [10:08] as in their path? [10:09] as in, what the heck is there and how do I configure it? [10:10] I want to understand from hardware detected, to drivers used and interfaces triggered or whtaever [10:10] cluelessperson: yeah I used cp first. Now the difference and so I want to use the rsync command I posted [10:10] OerHeks:, tomreyn:because pulseaudio and alsa, have some problem in Intel Cherry Trail device(lpe_hdmi_audio). in order to fix it. i have to update the pulseaudio [10:13] Hello everyone, I'm trying to recreate Ubuntu's excellent hardware support on another distro and was wondering where I could find the source for device-specific fixes, module options, settings etc. [10:15] clueless: lsdev is a bit of a catchall that tries to list all devices [10:17] cluelessperson: I've found it practially useless in what info you get so you'll probably have to take a case by case approach [10:17] https://wiki.ubuntu.com/Touchscreen this documentation is basically useless [10:20] ayew found some comments leading to this software: https://wiki.ubuntu.com/X/Config/Input [10:20] looks promising [10:21] yeah was just about to say xinput handles all the calibration, but I thought I saw it already mentioned in the Touchscreen ubuntu docs [10:30] hello, I cant open terminal [10:31] and some frinds here suggest to me some option of solve the problem and after doing it I got these errors [10:31] omfg, this documentation is outdated garbage [10:31] https://paste2.org/ecCY6xWs [10:31] in that past2 I put what I did and what I get as error [10:31] please, need your help [10:35] cluelessperson: yeah all the docs and info on touchscreens are from like 2014 when it barely worked. i guess because it "just works" now there isnt good documentation [10:35] piraye what the heck does "can't open the terminal" mean [10:36] you're obviously in a terminal from what the paste says? [10:36] ayew Whenever someone modifies ubuntu, they should be updating " here's the thing we've used and where the configuration is stored" [10:37] you mean you can't access python? [10:37] piraye: try sudo apt-get install --reinstall python3-apt [10:41] that should address the module Not found Error:No module named 'apt-pkg' issue [10:41] I don't understand why different things are used to track states of devices. [10:41] I think it should just be a universal component [10:42] well, the solution would be to develop a higher level wrapper for all these commands [10:44] a lack of documentation makes it supremely hard to do anything [10:45] hard to help, hard to improve hard to troubleshoot, hard to use [10:46] cluelessperson, I cant open terminal, I cant launch it [10:46] piraye looks to me that you're already in it [10:46] as in, you're inside your DE and the console GUI wont open? [10:46] ayew, I cant try what you are asking me because I cant open terminal [10:47] no iam not in [10:47] by mistake I upgrade into python3.7 in ubuntu 10 and I am already have ubuntu 18.04 [10:48] cluelessperson: i had a similar conundrum trying to deal with fan speeds and temp sensors beccause my fans were all running at 100% constantly. theres a automated configuration for it, but it uses ids that change at each boot to identify each fans and hardware sensor, instead of the absolute filepaths that dont change. had to manually match them up by checking if their values lined up and hunting through a [10:48] massive tree of possible locations in /sys/ [10:48] what I show you i past2 it is from login into tty by Ctrl+Alt+F3 [10:48] so what do you current see in your screen? [10:49] some friends here suggest me doing this: To get to the TTY terminals 3-6, use the keystroke Ctrl + Alt + F3-F6 respectively. Ctrl-Alt-F2 or Ctrl-Alt-F1 will get you back to your graphical login (Ctrl-Alt-F7 on 16.04). To change TTY resolution, see https://help.ubuntu.com/community/ChangeTTYResolution [10:49] unfotantly I got that error in paste2 [10:50] cluelessperson, are you reading my text, please could you help or anyone can help [10:51] I am using ubuntu 18.04 [10:52] ayew, I think it is just possible to run this "sudo apt-get install --reinstall python3-apt" in treminal, right? [10:52] so, terminal not working, how could I solve this problem? [10:55] you can use a gui package manger such as synaptic as well [10:56] hi all.. anyone know a shortcut to change insde "mc" active folder to folder from other window-side? - so that both folders are same? [11:01] ayew, I opened synaptic now, how can use sudo apt-get install --reinstall python3-apt [11:01] search for python3-apt. right click on it and select "mark for reinstallation" [11:02] but, if updating python completely broke your console somehow, i dobut this issue is the root one, merely a symptom [11:02] then press apply btw [11:04] ayew, I did and it is done [11:04] now what should i do [11:05] as i said, i was addressing a specific issue from you're paste, but odds are you need to revert to the previous version of python as you are on an old version of ubuntu many apps might rely on a specific version [11:06] Where does the xinput list even come from? [11:07] then what should i do I want the defult one [11:07] in order to get back into console try a different terminal emulator (if you are using ubuntu most likely you have gnome-terminal) try using synaptic to install a package called xterm [11:08] what was the original version of python you had? [11:08] try the following once you get into a terminal: === jcnmark6_ is now known as jcnmark6 [11:09] it was 3.6 [11:09] sudo rm /usr/bin/python3, then sudo ln -s python3.6 python3 [11:10] how can I do it with gnome-terminal [11:10] you mean [11:10] okay, easier way is to go back into tty like you said you did earlier [11:10] then enter those commands [11:11] ok I will go there, and then what I will do [11:11] aha just after login [11:11] sudo rm /usr/bin/python3, then sudo ln -s python3.6 python3 [11:11] yes after login [11:11] ok [11:11] that requires that you're standing in /usr/bin, and that python3.6 is located there [11:12] sudo ln -sf python3.6 /usr/bin/python3 [11:13] ayew, I did [11:15] geirha, i did [11:16] thanks a lot it is working now [11:16] thank you very much ayew and geirha :) [11:17] now that gksu is deprecated , how do i run a python script with admin:// [11:17] ? [11:17] hi, i need help on how to transfer this ssl-dir (openssl/opensslv.h) to usr/include [11:18] If you want another python3 as default, I suggest you install it as /usr/local/bin/python3 instead, that way the system scripts that rely on /usr/bin/python3 specifically, won't be affected [11:18] can someone help? [11:18] error: bad ssl-dir: cannot find openssl/opensslv.h under /usr/include [11:19] unimatrix9, use pkexec [11:19] kristhian: header files are installed by packages ending with -dev. You are possibly wanting libssl-dev in this case [11:20] https://itsfoss.com/gksu-replacement-ubuntu/ [11:20] i see, i guess that is the solution geirha. i only installed openssl [11:20] let me try it [11:20] kristhian: https://packages.ubuntu.com/bionic/amd64/libssl-dev/filelist [11:24] should i remove the previously installed openssl then changed it to libssl-dev or it doesnt matter? [11:25] i treid that but got error [11:26] pkexec python3 /pathtoscript.py [11:26] tkinter.TclError: no display name and no $DISPLAY environment variable [11:27] err why run a python script as root? [11:29] yeah good question .. [11:29] Hi,everyone.I upgrade ubuntu to 19.04.Then I can not use gnuplot and trelis with info gnuplot: /opt/Trelis-16.1/bin/libQt5Core.so.5: version `Qt_5.11' not found (required by gnuplot).Who can help me?Thanks a lot. [11:30] i think i need to re-design the idea .. [11:31] to save battery power i had btusb blacklisted [11:31] every now and then needed to get it back, so : sudo modprobe -r btusb && sudo modprobe btusb [11:31] would be the idea, then wrapped in a script ;) [11:32] aquanaut, trelis runs on 18.04 only ? https://github.com/roots/trellis [11:32] downgrade == reinstall [11:32] i have a bash script, now was working on a python gui script .. [11:32] but its not that important ;) [11:34] Hi,everyone.I upgrade ubuntu to 19.04.Then I can not use gnuplot and trelis with info gnuplot: /opt/Trelis-16.1/bin/libQt5Core.so.5: version `Qt_5.11' not found (required by gnuplot).Who can help me?Thanks a lot. [11:36] OerHeks: it's irrelevant here, the scripts just pop some ubuntu 18.04 vm in vbox [11:36] you can run it on whatever box with vbox and ansible available [11:37] legreffier, see aquanaut running 19.04, and i am not sure that trelis is suitable for that [11:38] someone tried with a ppa https://launchpad.net/~beineri/+archive/ubuntu/opt-qt-5.11.0-bionic [11:38] oh, bionic only [11:40] thanks for your time, have a nice day ! [12:03] Hi folks [12:11] hi is this an issue of gcc - https://paste.ubuntu.com/p/9HkK7xcQrM/ [12:11] when i run make that is what i get [12:12] im running ubuntu 16.04.5 xenial [12:33] kristhian: It passes -Wall, amongst other -W-options, to gcc. They cause gcc to warn about potentially bad code [12:33] kristhian: I don't see any actual errors in that output, only warnings, so the compilation should've succeeded [12:36] OerHeks: i meant the host system is irrelevant as it will create some vm with the environment needed (here 18.04), the point is to be able to spawn it anywhere (whatever version of ubuntu, windows, mac, ...) [12:40] let me try running it, thanks [12:54] Hi [12:56] I search for a network monitoring tool with a very high resolution and where I can have a look on the data without web interface. A cli or a create image command would be fine [12:57] But I need the data from at least one day so nothing that shows me the data live (iftop, nload, ...) [12:58] tcpdump? [12:58] wireshark-cli? kismet? idk these are the one which ppl use [12:58] but like.. you can have a gtk or qt interface right? so imo, just get wireshark [12:59] but I don't want the data, I only want the traffic statistics [13:00] or do I misunderstand something here? [13:04] Oh I see my question is not clear. I only want statistics of the network (upload in bit/byte, download ...) not the network data itself. But I need it an an lets say 5 seconds resolution [13:05] over one day [13:07] yogg: if you want something really specific, you could configure an API to capture only the data you want. you would have much more control [13:11] No I don't want the data. I want something like munin, bandwidthd, nagios, ... but with high resolution and without the need of an web interface. "vnstat" does nearly what I wan't but has not enought resolution [13:13] Netdata is nice [13:13] But a Web solution [13:14] https://github.com/netdata/netdata [13:15] https://unix4lyfe.org/darkstat/ [13:15] this is much simpler and only for network traffic [13:16] yogg: but what i am saying is that if you look for an API, you can probably find one to suit your needs. I dont know if this is what you want, but just an example for a 2 second search: https://pypi.org/project/psutil/ [13:18] hey, im trying to install sssd-common_1.16.3 on ubuntu but it appears to be leaving dpkg in stiches, is anyone else having this issue? [13:19] dpkg lock file error [13:26] raver ponyrider thx. Then I go this way. I just wonder why there is no finished tool for something like that. === Wryhder is now known as Lucas_Gray [13:33] where to find the ubuntu PPA list? [13:34] yogg: because what you are doing is very specific, and if you want it done 'your way' you have to build it yourself [13:44] did anyone reply while i was gone sorry [13:45] tomreyn: where can i find the backport or PPA list? === lotus|i5 is now known as lotuspsychje [13:52] !backports | lamar_123 [13:52] lamar_123: 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 [13:52] stevecam: dpkg lock= try a reboot please [13:53] how can I run a command after gdm login? [13:54] Hi, I had a power-failure yesterday, as a result my computer did shutdown, after rebooting all of my saved passwords is gone (I have an older backup, so no real worries), but I'm mightly suprised too see fsck not fixing this, shouldn't EXT 4, handle those things with ease (thanks to it journal)? [13:56] lotuspsychje, ive tried that, amongst other things, anything else seems to work fine, just sssd-common_1.16.3-3ubuntu1.1_amd64.deb crashed dpkg [13:57] stevecam: can we see the apt output of whats going in a pastebin please? [13:57] i was hoping someone else could try installing and removing the package to see if its isolated to my computer and sure thing [14:07] lotuspsychje https://pastebin.com/zGVgNb6v [14:09] stevecam: system up to date? [14:11] i like to keep it that way [14:11] stevecam: sorry? [14:11] yes, i believe it is [14:11] kk [14:12] ill try switching mirrors [14:12] stevecam: did you add external ppa's of any kind? [14:14] hello, I'm on Ubuntu 16.04 and I want to install Python 3.6 (or higher). I've followed this guide - https://askubuntu.com/a/865644 - but "python3 -V" still says Python 3.5.2 [14:17] AppAraat: you would need to type python3.X or whatever version you want. there is probably a symlink in your python directory. you should not change that [14:18] ponyrider: in that case, where can I find the Python 3.6 executable? If I do "python3.6 -V" it says command not found. [14:19] hey guys, i try to install Lubuntu 19.04 on my VM and the live CD doesn't boot. 18.04 works fine. But when i do-release-upgrade from 18.04 to 19.04 it also refuses to boot ... how can i get the latest Lubuntu working ?? [14:19] i doubt there is a python3.6 in the xenial repos [14:19] no external ppa's [14:19] ioria: I installed it via pyenv (see the link in my OP) [14:20] stevecam: try a reboot, then try again [14:20] AppAraat, you know there is a ppa for that, right ? (https://launchpad.net/~jonathonf/+archive/ubuntu/python-3.6) [14:21] AppAraat: so see the ouput of $ ls -l /usr/bin/ | grep python to see what i mean about the symlink. [14:22] if you want the interpreter you can always type: $ /usr/bin/./python3.6 [14:23] How can I delete an entry in the gdm's session list? [14:23] I'm referring to the "list" that appears when you click on the gear [14:23] ioria: I'll try that then, I thought I'd try the pyenv method since it only installs locally for the user and as such minimizes damage that might come with having multiple python versions on my system. [14:24] AppAraat, i see (maybe you're right) [14:26] InnerUbuntu, /var/lib/AccountsService/users/ [14:29] AppAraat, another option is here , without the 'make install' thing : https://www.rosehosting.com/blog/how-to-install-python-3-6-on-ubuntu-16-04/ [14:31] lotuspsychje ive been rebooting [14:32] ioria: installing deadsnake's PPA and then python3.6 broke pip for me unfortunately - https://paste.debian.net/1098405/ - now going to try ppa:jonathonf/python-3.6 [14:33] AppAraat: sorry what is the 'damage' that comes from having mulitple pythons? [14:33] ponyrider: a broken pip apparently :) [14:33] AppAraat: how is your pip broken? [14:33] though according to that askubuntu link some users also claimed that ppa:jonathonf/python-3.6 broke their pip, hmmm. [14:34] ponyrider: https://paste.debian.net/1098405/ [14:34] AppAraat: why do you need python3.6 specifically? [14:34] some app needs Python 3.6 or above, specifically this: https://github.com/JonnyHaystack/i3-resurrect [14:35] ponyrider it doesnt cause problems for me however i have neglected to run pip3 from time to time [14:35] AppAraat, reinstall pi ? sudo easy_install pip [14:35] *pip [14:37] lotuspsychje would you be able to try installing it and let me know what happens, if thats ok, if you cant thats fine too [14:38] or anyone who has a spare vm they could open for me [14:39] ioria: doesn't seem to work - https://paste.debian.net/1098407/ - perhaps I should symlink something but not sure what. [14:39] (at least, I'm still getting that error upon the invokation of either pip or pip3) [14:40] could someone try installing sssd-common and let me know if it succeeds or fails? [14:40] AppAraat: do no change the symlinks [14:42] AppAraat: pip3 --version [14:42] ponyrider: same error as before [14:42] AppAraat: does that work? no [14:47] hi. bluetooth was on but when i set it off i cant set back on now [14:47] i couldnt pair bluetooth mouse so i turned off first but now i cant set it on [14:48] B|ack0p: rfkill list all [14:49] ponyrider: 0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: yes Hard blocked: no [14:49] its softblocked [14:49] what can i do? [14:50] mmm rkfill unblock bluetooth ? [14:50] or maybe even.. rfkill unblock 0 [14:51] ponyrider: perfect [14:51] thank you [14:51] np [14:55] so what are other methods that I can install Python / make pip work that you could recommend? [14:56] isnt pip in the repo? why cant you reinstall from there? [14:57] I tried easy_install pip but that failed (see previously posted link), is there any other way to install pip? [14:58] sudo apt-get instally python3-pip? [14:59] ... or sudo apt install python-pip (for 2.x version of python) [15:00] however, do you guys know how to change the default gnome session from terminal? Like from "Ubuntu" to "Ubuntu on Wayland" [15:01] I've tried searching between some gdm config files but no luck, the closer thing I came across is the "gnome-session" command [15:01] ponyrider: says it's already on the newest version. [15:01] not really [15:01] AppAraat: so can you run it after reiinstalling? [15:01] AppAraat can't you launch it using $ pip3 ? [15:02] python-pip and python3-pip not preinstalled [15:02] linux-headers-5.0.0-27 linux-headers-5.0.0-27-generic [15:02] released? [15:03] InnerUbuntu: i dont use gnome sorry === BurekF is now known as Burek [15:03] ponyrider ok c: [15:03] ponyrider: you want me to first uninstall python3-pip and then re-install it? [15:04] InnerUbuntu: this is what happens if I invoke pip or pip3: https://paste.debian.net/1098405/ - this happened after I installed deadsnake's python3.6 PPA [15:04] How do I get GRUB to show a menu on boot? I want to be able to choose Ubuntu/Windows [15:06] AppAraat: why is pip not working ?? have you set some stupid environment variable or something? [15:07] I simply tried to install the deadnsake's PPA according to this answer: https://askubuntu.com/a/865569 [15:07] *deadsnake's [15:07] AppAraat I think there is something wrong with that PPA, can't you install it from the Ubuntu main repo? [15:07] but simply installing another python version shouldn't mess things up [15:08] hey, can someone tell me why apt may be ignoring a repo in /etc/apt/sources.list.d? [15:08] AppAraat: $ type pip3 [15:09] InnerUbuntu: my version (16.04) does not have Python 3.6 [15:10] ohh [15:10] MindSpark: sudo apt-get update [15:10] AppAraat compile python from source then [15:10] ponyrider: https://paste.debian.net/1098414/ [15:11] AppAraat: sudo apt remove python-pip [15:11] sudo apt remove python-pip3 [15:12] remove it ... something is def broken [15:12] AppAraat here is the first guide I found to compile python from source https://solarianprogrammer.com/2017/06/30/building-python-ubuntu-wsl-debian/ It may take hours tho (I've never done it). [15:12] LOL [15:12] ponyrider, I did that a couple of times, but the repo doesn't show up in the list? [15:13] post the file? [15:14] deb [arch=amd64] http://archive.cloudera.com/cm6/6.3.0/ubuntu1804/apt bionic-cm6.3.0 contrib [15:15] nvm, it's the filename "Cloudera Manager 6.list" :/ [15:20] ok, so I just did "easy_install3 pip" as root and that worked. Though that got me pip3 for python3.5 - afterwards I went to my previously setup pyenv and then did "./versions/3.6.0/bin/pip3 install --user --upgrade " and that seemed to work out. [15:22] I configured grub to show on boot, but it's not detecting my Windows installation on another partition. How can I get it to detect that? [15:25] what kind of tr069/acs is people running or can recommend? [15:31] How can I add a command to startup like using the app "Startup Application", but from terminal? [15:32] (that app doesn't have a cli interface :c) [15:35] InnerUbuntu: You should put a Desktop Entry file (with .desktop extension) inside of ~/.config/autostart < -- SO [15:36] hello, what does that mean? Just installed ubuntu server 18.04 and did `apt update && apt upgrade`, the latter finished with `W: APT had planned for dpkg to do more than it reported back (1054 vs 1190).` should I be worried? [15:36] ponyrider okk thanks <3 [15:39] !uptodate | pomeha [15:39] pomeha: To ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`. [15:39] lotuspsychje: 0 [15:40] all 3 return 0 packages [15:40] pomeha: could you pastebin your full apt output please? [15:40] lotuspsychje: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [15:40] ubottu also, if you really need security, you have to remove universe and multiverse repositories since they aren't managed by the security team [15:40] InnerUbuntu: I am only a bot, please don't think I'm intelligent :) [15:41] pomeha: i mean your original question, about dpkg [15:41] oh hes a bot xD [15:42] I tried to upgrade from 16.04 to 18.04 on digital ocean using do-release-upgrade but it didn't work and that command no longer exists (I have no idea what happened) [15:42] is there another way I can upgrade to 18.04 or create another droplet with 18.04 and reliably migrate all my data? [15:44] Anyone know how to get the Windows partition to show on Grub? I only see "Ubuntu", "advanced options for ubuntu", and "system configuration" [15:45] sudo update-grub? [15:45] ran that [15:45] and os-prober [15:46] leonardus: did you install windows first? [15:46] lotuspsychje: http://i.imgur.com/DJDLBTZ.png I have only this, it's in the VM, and first apt upgrade I ran there, the screen is not scrollable :( [15:46] ponyrider: yes [15:46] you have to follow the documentation very carefully [15:46] pomeha: that was a clean install of server, or an lts upgrade? [15:47] lotuspsychje: clean install [15:47] ponyrider: what do you mean? [15:47] pomeha: ok, come join at #ubuntu-server please [15:47] AFIAR the upgrade happened only happened 18.04 > 18.04.2 [15:47] as in: if you dont type the correct partitions into the commands it wont work so you have to be sure [15:48] frib: you too mate, perhaps the #ubuntu-server guys might assist you better [15:48] sudo apt dist-upgrade doesn't do an os upgrade -- is it supposed to? [15:48] what commands? [15:48] lotuspsychje, thanks, I didn't know that chan existed [15:50] ponyrider: update-grub and os-prober? [15:51] leonardus: i actually dont run ubuntu, or use grub. but i do know that you can install GRUB on the windows EFI parition, and that might make things easier [15:53] basically, if you cannot see the boot entry in grub, you haven't installed it correctly or you havent set up the boot entires correctly. there is a bunch of info online. type in something like: grub ubuntu install windows first [15:54] ponyrider: that's all showing results for how to get ubuntu back after installing windows [15:55] leonardus:ok like dual boot ubuntu windows grub [15:56] I'm getting horribly slow download of binary packages from ppa today, is it a known issue? Trying to grab libreoffice from ppa:libreoffice/ppa for xenial amd64 [15:56] ponyrider: yeah, still not finding any fixes [15:57] just people suggesting to run update-grub and os-prober [15:57] getting bw like 13% [19 libreoffice-style-tango 952 kB/1208 kB 79%] 61.6 kB/s 32min 12s [15:58] jelly: why do you use the ppa instead of the official repos? [15:58] leonardus: just go here: https://help.ubuntu.com/community/Grub2/Installing [15:59] lotuspsychje, official repos from upstream, or from canonical? The latter have buggy 5.1.6~rc2 === SimonNL is now known as SimonNL_Afk [16:00] lotuspsychje, and that's in universe, so basically unsupported [16:00] !info libreoffice xenial [16:00] libreoffice (source: libreoffice): office productivity suite (metapackage). In component universe, is optional. Version 1:5.1.6~rc2-0ubuntu1~xenial9 (xenial), package size 3 kB, installed size 17 kB [16:00] jelly: issues with the ppa, please contact the ppa maintainer [16:00] lotuspsychje, who is the maintainer for the whole PPA infra? [16:01] lotuspsychje, what does ppa maintainer have to do with "slow download"? [16:02] (I'm assuming you meant maintainer of this particular ppa repo) [16:03] Hello, please look at https://stackoverflow.com/questions/56738708/c-stdbad-alloc-on-stdfilesystempath-append [16:03] jelly: we dont supprot external ppa's [16:03] *support [16:04] ponyrider: I followed that guide and ran boot-repair and now it's just back to booting directly into Ubuntu with no GRUB screen [16:04] I'm getting a whole bunch of 404 errors with this ubuntu based Dockerfile, anyone have any clue what's going on? https://gist.github.com/weskerfoot/65403e0d2de729fb1e05ae9eb68bf6e9 [16:05] so I still don't think GRUB is detecting Windows. [16:05] it's pulling from ubuntu:latest [16:05] so I don't see how it could possibly be out of date [16:05] this is a minimal example, I removed all the other stuff from it [16:06] lotuspsychje, all ppas are external. I'm asking "why is this download slow", and that's not each ppa's fault, that's an infrastructural issue. [16:07] jelly: if you ahd issues, with an official repo, i could forward you the the mirror channel, but its you that said, your slow download is from the ppa? [16:07] ah I fixed it with --no-cache, dammit docker [16:07] lotuspsychje, yes. Do you know a contact for problems with ppa.launchpad.net? [16:08] jelly: there is a #launchpad channel, but i doubt thats gonna be helpful for a slow libreoffice download [16:09] lotuspsychje, surely it does not matter WHICH download is slow. I could be downloading something else from some other ppa and it would likely be slow as well [16:11] jelly, using ipv6 ? [16:11] hey guys, i try to install Lubuntu 19.04 on my VM and the live CD doesn't boot. 18.04 works fine. But when i do-release-upgrade from 18.04 to 19.04 it also refuses to boot ... how can i get the latest Lubuntu working ?? [16:13] ioria, no, ipv4 [16:14] eg. [16:14] jelly, then try to temp disable ipv6 : sudo sysctl net.ipv6.conf.all.disable_ipv6=1 [16:14] 'http://ppa.launchpad.net/libreoffice/ppa/ubuntu/pool/main/libr/libreoffice/libreoffice-java-common_6.2.6-0ubuntu0.16.04.1~lo1_all.deb' libreoffice-java-common_1%3a6.2.6-0ubuntu0.16.04.1~lo1_all.deb 1845258 MD5Sum:9f0e4676ccdde131e8d7250b6cfebf21 [16:14] ioria, okay, I will, but how would that affect bw on already established connections [16:15] jelly, no effect [16:15] I mean once a download starts, it's ipv4 [16:15] and then it's slow [16:15] hi, I have 2 WiFi adapters. Both of them are currently connected to the same WiFi network. Is there a way I can disconnect one of them from the menu? [16:16] if I do 'turn-off' on any wifis then whole WiFi goes off and both of them disconnect [16:17] jadax: normally systemsettings/wifi should have your 2 wifi chipsets showing ontop [16:19] jadax, do the two nics have different interface names ? if yes: ip link set dev down [16:23] yes, system settings / wifi shows 2 interfaces [16:23] and there's on/off button on the right hand side from them [16:23] but if I turn it off - whole wifi (both interfaces) go down at the same time [16:24] ioria - they do have different names, but I'm afraid if I turn one off through cmd line, GUI will turn it on or something like that [16:24] jadax, have you tried ? [16:24] I don't like how on ubuntu there are many different places to configure one thing and often times they collide with each other [16:25] I'm trying to see first if I can do it through GUI [16:25] if not, I will follow your instructions [16:28] ioria I tried ip link set dev down [16:28] and it came back up [16:28] actually, I am not sure [16:28] it seems it's down but it still has IP address [16:28] and it sill shows in the GUI as connected [16:29] jadax, ip a [16:30] how do I run a command each time a terminal closes? [16:31] ioria ip a says it's down [16:31] but it still has IP address [16:31] that normal? [16:32] hi [16:34] jadax, if you want it back 'ip link set dev up'; you can also have a look at /etc/NetworkManager/system-connections/ and run nmcli con down connectionname [16:35] lotuspsychje, I got info in #launchpad that ppa.launchpad.net often has its network bandwidth maxed out, so this is a known issue [16:35] jelly: yeah i was following [16:35] waiting half an hour for packages is so 2000! [16:35] * jelly hides [16:35] jelly: still nothing ubuntu can help with [16:37] hell we're not that far off a place where waiting half an hour for actual physical packages is the norm [16:37] at least two national stores here offer 45 minute delivery now. [16:37] offtopic Cheez [16:50] how do you turn on the screen keyboard from console? [17:02] cluelessperson, gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true [17:26] where do I go for xfce4.14 aarch64/rpi4b workstation desktop image of this goodness? [17:34] in 16.4, there was a menu on the status bar that had a "message" item, under that was something about Pidgin IM app. Where is that now? (because I close pidgin buddy window and I think that's what I need to open it again) [17:34] hi everyone this is the best configuration for my computer https://snipboard.io/UXwQH7.jpg. how do I write it in this type of notation: nvidia-settings --assign CurrentMetaMode="HDMI-0: 1920x1080 +0+0 {viewportin=1920x1080, viewportout=1770x990+70+40}" [17:42] where can i report bugs for Lubuntu ? [17:48] ph88, start with: /join \ [17:48] > /join #lubuntu [17:49] ph88, ^ [17:59] Hi pals [18:28] How do I check which mode my wireless interface is in? (a,g,b,n,ac) === dionysus70 is now known as dionysus69 === SimonNL_Afk is now known as SimonNL [18:58] is the fstrim timer on 18.04 working properly? I just ran "fstrim -v /" man ually and it reported "119 GiB [..] trimmed", on a file system i don't create /delete much on - this must have built up over months. [18:59] that's an ext4 FS on top of LVM on top of dmcrypt-luks [19:02] tomreyn: ' journalctl -u fstrim ; systemctl list-timers |grep fstrim ' ? My last " Sep 02 00:00:08 x1804mini systemd[1]: Started Discard unused blocks." so yeah workie :P [19:04] Hi, I made a mistake. I modified the grub file in /etc/default and now my OS won't boot. I'm using now a live usb with ubuntu to try to edit the file on my sdd, but the sdd does not appear in the file manager, what can I do? [19:09] za1b1tsu: from the liveUSB - what shows ' sudo parted -l ' for partitions on the hard drive ? [19:10] Bashing-om, I did this, fdisk -l, mkdir ~/media1, sudo mount /dev/sda ~/media1 and edited the file with sudo vi [19:10] restarting, finger crossed [19:11] za1b1tsu: :D and toes :) [19:11] does not boot :( [19:11] so maybe that was not it :( [19:11] what can I do to debug? [19:12] za1b1tsu, 1) you need sudo update-grub after (hence the critical fs bind mounted ) , 2) you mount the partition not the device [19:12] so how could I run sudo update-grub now [19:12] system does not bood [19:13] you need the livecd (or recovery in rw mode) [19:13] booting pack the liveusb ubuntu [19:13] *back [19:15] so, I just run sudo update-grub in a terminal? [19:15] please read above [19:16] za1b1tsu: what did you edit the file? [19:17] *in the [19:24] za1b1tsu: you can press shift to get grub and then edit the stuff one time to boot, then run sudo update-grub [19:25] I am on the live usb [19:25] so sudo fdisk -l, shows /dev/sda1 [19:25] za1b1tsu: just sda1? [19:25] no [19:25] but /dev/sda1 has 400gb [19:25] so it's the ssd [19:26] ok, try 'sudo mount /dev/sda1 /mnt' [19:26] it mounted [19:26] now I run sudo update-grub, correct? [19:26] za1b1tsu: ok, type "for i in /dev /proc /sys; do sudo mount -R $i /mnt$i; done" [19:27] za1b1tsu: not yet, you need to mount --bind the virtual filesystems from the live usb and then chroot to the install [19:28] did you run the for command? [19:29] it says mount: /mnt/dev: mount(2) system call failed: No such file or directory [19:29] for proc and sys as well [19:29] za1b1tsu: ok, that means something isnt right [19:30] za1b1tsu: does the pc have an internet connection currently? [19:30] now it does [19:30] ok cool [19:31] za1b1tsu: type "lsblk -f | nc termbin.com 9999" and paste the link it gives you here [19:31] https://termbin.com/ee0g [19:32] za1b1tsu: it looks like everything is mounted right [19:33] za1b1tsu: does "ls -ld /mnt/dev" give you a directory back or no file found? [19:33] my bad, my friend there was a typo in the mount script [19:33] no worries [19:34] type "sudo chroot /mnt" [19:34] I am on root@ubuntu/# [19:35] ok, type "update-grub" [19:35] something are ok, but an error grub-probe: error: cannot finda GRUB drive for /dev/sdb1 [19:36] that's ok [19:36] reboot? [19:36] yeah, type "exit" then reboot [19:36] heard about this chroot magic, never had a change to use it [19:37] pretty neat stuff [19:37] so you can run another distro, inside a distro [19:37] to some extent right? [19:37] yeah [19:37] and IT BOOTS [19:37] thank you Eric^^ [19:37] za1b1tsu: great, no problem [19:38] I changed GRUB_CMDLINE_LINUX_DEFAULT="" to GRUB_CMDLINE_LINUX_DEFAULT="nouveau.modeset=0" [19:38] because the monitor (hdmi) does not wake up after hibernation [19:38] found while googling [19:38] i see [19:39] seems to be common, the hibernation problems [19:39] yeah, linux has to hurt a little bit [19:39] i dunno if it helps for hdmi monitor stuff, but sometimes acpi_osi stuff in grub helps with suspend/hibernation stuff [19:40] modifying grub again... hmm :D [19:40] xD [19:41] it shouldn't really have bad effects like the modeset one though, if it ever does go sour you can always hold shift -> press "e" and edit the boot entry and press F10 for a one time boot [19:41] honestly that parameter should not stop the booting [19:41] you dont have to really modify grub too, you can try a one-time boot using acpi_osi using the same method [19:44] ahm what I did is modify GRUB_CMDLINE_LINUX="" [19:44] instead of GRUB_CNMDLINE_LINUX_DEFAULT === jje_ is now known as jje [19:45] i think it's the same, except one doesn't add to the recovery ones or something like that [19:46] yeah, the default one is for non-recovery kernels, plain one is for all === urdh_ is now known as urdh [19:49] EriC^^, so on the grub menu, I presed e, and I just add after set_params acpi_osi=Linux? [19:50] za1b1tsu: no, you need to add something to the linux line ,linux /boot/vmlinuz ....quiet splash [19:50] found the line [19:51] I add acpi_osi=Linux there? [19:51] nah, boot normally for a sec [19:52] ok [19:52] and run sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows [19:53] take the latest version you find there, and add after quiet splash acpi_osi=! acpi_osi=\"Windows 2010\" or whatever you find there as a version [19:56] hmm [19:56] za1b1tsu: actually i dont think you need to escape the " there with \ if you're typing it straight into grub [19:57] I do sudo update-grub? [19:57] za1b1tsu: ok [19:57] za1b1tsu: you added it to /etc/default/grub? [19:58] no [19:58] I thought it worked with current params [19:58] I will edit then [19:58] za1b1tsu: it does [19:58] nevermind [19:58] za1b1tsu: did you run the sudo strings command? [19:58] yes, I added Windows 2009 [19:59] za1b1tsu: ok, try to reboot, hold shift, press "e" [19:59] but I do sudo update-grub correct? [19:59] then after quiet splash in the linux line, type acpi_osi=! acpi_osi="Windows 2009" [19:59] then press F10 to boot [19:59] za1b1tsu: no, no need [19:59] oh ok [20:01] done [20:02] za1b1tsu: cool, try hibernation and see if it's working now [20:02] seems it does :D [20:02] hi, i try to activate an endoscop camera, with pixart imaging inc. message for lsusb and with an gspca driver.. does anyone have experience with that? the endoscop creates a /dev/video1 but i always get only a black image and vlc seems not to get a connection to the device [20:02] za1b1tsu: nice! [20:02] now, I sudo update-grub? [20:02] or I edit the file with \" [20:03] za1b1tsu: yeah, edit the file then update-grub [20:09] all good [20:09] thank you for your time EriC^^, I owe you a 6 pack [20:09] how could I learn all this stuff? [20:13] za1b1tsu: no worries [20:14] za1b1tsu: the more you use linux the more you'll pick up stuff, there's also courses and ebooks and stuff online if you're interested [20:15] edx has a course and tldp.org have some ebooks [20:15] Hi [20:16] hi [20:17] I'm trying Ubuntu 18.04 on a vm I spun up as an alternative to the centos7 distros I normally run. This is a fresh install, and I'm using ufw with iptables-persistent loaded from apt. When I do a ufw-reload I'm getting ERROR: problem running ufw-initiptables-restore: line 2 failed [20:18] Jukas: do you know where it stores the config file? also #ubuntu-server might have more users who know more about the issue [20:19] I've trouble using packages from postgresql repository: http://paste.scsys.co.uk/585903 [20:19] How can I fix? [20:20] EriC^^ No idea. is #ubuntu geared more towards desktop usage? [20:20] Jukas: well, not really, but the #ubuntu-server channel is plain server guys [20:21] Jukas: you could try "dpkg -L iptables-persistent" to maybe spot the config, or run the ufw reload with strace to see which file it's opening [20:23] ferz: type "uname -m" [20:24] ferz: what does that output? [20:28] Jukas: i guess it might be something to do with the package itself, not the config as i suggested [20:29] google shows alot of bug reports for ufw of various line X stuff errors [20:31] EriC^^ I also did some google searching but couldn't find anything that matched my error. I thought 18.04 was LTS, so it would be a bit surprising for the firewall frontend to not work right out of the box [20:32] Jukas: yeah, in some searches for some reason the kernel seems to have been an issue, maybe the latest has a problem? [20:33] Jukas: which kernel are you running? [20:33] EriC^^ I'll have to check as soon as the vm is spun back up [20:38] EriC^^ Linux 4.15.0-58-generic x86_64 [20:39] !info linux-generic bionic [20:39] linux-generic (source: linux-meta): Complete Generic Linux kernel and headers. In component main, is optional. Version 4.15.0.60.62 (bionic), package size 1 kB, installed size 15 kB [20:39] Jukas: try updating to 60? worth a try i guess [20:40] sudo apt-get update && sudo apt-get dist-upgrade [20:41] EriC^^ interestingly enough, when a ufw reload fails, it kills all inbound *and* outbound connections. So once it happens I have to roll back to a snapshot and spin the vm back up. Is it typical for in Ubuntu for common systemctl services not to be registered? I can't restart NeworkManager.service or iptables.service from systemctl [20:46] Jukas: mine is called network-manager.service [20:46] Jukas: i dont have any iptables service though [20:46] i wonder what service is responsible for it [20:47] on debiany things I'd normally expect that to be netfilter-persistent.service (assuming you're not using a frontend like ufw) [20:56] I am running Ubuntu 18.04 Desktop - I installed Enlightenment Desktop environment and logged in - However I cannot see where is the sound mixer... the sound is very low - also I do not know where is the wifi option to connect and bluetooth control ? [20:57] EriC^^: uname -m [20:57] x86_64 [20:58] ferz: ok, that error is just it saying it is ignoring the repos 32bit stuff since the repo doesnt support it [20:58] you should still have the 64bit stuff though, so you can ignore the warning [20:59] EriC^^: thank you [21:04] ferz: no problem [21:11] EriC^^ looks ike it may have been a kernel bug. it's been a while since I used Debian, but I thought apt update && apt-upgrade would have gotten the latest kernel within my release channel? [21:23] * BeepBeepJeep (FOG HORN) [21:49] Say my server runs a DNS of example.org and hosts website www1.example.org ... what should be the /etc/hostname of this server? www1? www1.example.org? Or any other fqdn that is not related to www1? === jcnmark6_ is now known as jcnmark6 [22:18] courrier: it really doesn't matter, the only time that really matters is when its a mail server imo [22:18] Heck, my main server is called Onyx lol [22:41] OK thank you NegativeFlare [22:41] courrier: No problem man, anytime [22:49] on the topic of names, i get my hostnames from Brassicaceae root vegetables - so far i have daikon, raish and turnip. what the hell else am i supposed to use :p [22:52] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1838133 Got this same problem on 18.04.3 LTS. Shall i just wait or? [22:52] Launchpad bug 1838133 in linux (Ubuntu Disco) "realtek r8822be kernel module fails after update to linux kernel-headers 5.0.0-21" [Undecided,In progress] [22:55] 18.04.3 LTS isn't in the list there tho [22:55] But in a few comments it's mentioned [23:07] Guess it's wrong time asking here.. It IS 01:07 here where i live