=== sinner is now known as Guest12399 [00:19] how do i get ubuntu to stop turning off my tv when i lock my computer [00:37] how can I remove an installed program (tar)? [00:38] a tarred program is only 'installed' insofar as it's extracted onto your system [00:38] the typical method of installing software is via dpkg/apt which use the debian packaging system [00:38] depends what was in that tar, if you had to upack it and run the exectable, just remove that polder [00:38] so if you didn't install it via dpkg/apt then you're kind of on your own with what the tarred program did if you've run any sort of install scripts that came with it === daniel is now known as Guest97080 [00:39] if all you did was untar it. probably just delete the directly. [00:39] c/polder/folder [00:39] directory* [00:41] I've installed it (make install) [00:42] rebab: so you built some app from source. [00:42] rebab: you should check what the makefile does when install is called so you know how to reverse it [00:42] rebab, without knowing what program, i hope you build uninstall too :-D [00:43] so sparse with information, you can get many answers [00:43] rebab: basically, you've just done something to your system that we can't really tell you what it did, and you're not using the normal software installation method. You're kind of in the 'do it only if you know what you're doing' area. [00:43] what ubuntu version, what program, what manual did you follow? [00:46] i've figured it out. "make uninstall" worked [00:47] :-) [01:12] anyone know of sites like cryptopals, except for a different topic than cryptography? I like the challenges and how each subsequent challenge build on top of the previous ones https://cryptopals.com/ [01:22] how can i know it is 64bit or 32bit? [01:23] badSophia: uname -i [01:23] badSophia: 'uname -m' too :) [01:23] x86-64 is 64bit or 32bit? [01:24] badSophia: 64 [01:24] ah 8) [01:24] thanks [01:25] me again. how can I remove a program's config file without remove it? [01:29] . [01:36] I have tried install LAMP in a new install of 18.4 server twice using this guide https://dzone.com/articles/install-lamp-on-ubuntu-1804-1 And another time using another guide I can't find. And mysql keeps demanding a password I never set. As soon as I get to mysql_secure_installation it asks for a password. My account password doesn't work. Blank doesn't work. What is going on? Is there [01:36] a better guide to follow? [01:37] p.s. By twice, I mean formatting the hdd and installing the OS again [01:37] why does ubuntu server require frequent reboots? [01:37] like every week or bi-weekly [01:38] cim209: It shouldn't. Most run without reboot for years on end. It probably has to do with your configuration. [01:38] openssl update, kernel update .. [01:38] CodeMouse92: the motd shows system restart required [01:38] ShadowWizard: try this: sudo -s -u mysql mysql -u root [01:38] i'm on 18.04 LTS wit livepatch enabled [01:39] check out USN [01:39] cim209: Like OerHeks said...updates. [01:39] assuming you have a mysql user (grep mysql /etc/passwd to check) [01:39] https://usn.ubuntu.com/ [01:39] i do have auto updates enabled but the amount of reboots in ridiculous [01:39] is* [01:39] if you have livepatch enabled, it secures 1 reboot [01:39] so you will need to reboot after al, but on your time [01:40] nisstyre: error 1698 access denied for user 'root'@'localhost' [01:40] ShadowWizard: try doing the mysql_secure_installation script with that [01:40] cim209: https://www.ubuntu.com/server/livepatch <- apply critical kernel security fixes without rebooting , [01:40] Bashing-om: i do have that enabled [01:41] nisstyre: How do I do that. Please how me the enire command. [01:41] OerHeks: it's frequent [01:41] ShadowWizard: I don't have the command. The suggestion is to run it as the "mysql" user [01:41] ShadowWizard: you could try "sudo -s -u mysql", and then run the "mysql_secure_installation" script [01:42] cim209, sorry to hear that, but it is needed. [01:42] nisstyre: I don't know how to do it. Thats why i am asking. I have no idea how it got a password. i never gave it one. i installed apache2, mysql-server, and then ran the script, and it asks for password [01:42] ShadowWizard: are you sure it's not asking you for a password so it can SET one? [01:43] On my system that script says this: "In order to log into MariaDB to secure it, we'll need the current password for the root user. If you've just installed MariaDB, and you haven't set the root password yet, the password will be blank, so you should just press enter here." [01:43] nisstyre: no, because when I enter the password, it sa "Access denied doe user 'root'@'localhost' Its a VM, I can show you a screenshot. [01:43] OerHeks: my dedicated takes forever to boot up [01:43] ShadowWizard: well whatever script or tool you used to set it up must've set the root password then [01:44] https://www.digitalocean.com/community/tutorials/how-to-reset-your-mysql-or-mariadb-root-password [01:44] just checked "cat /var/run/reboot-required.pkgs" and it says linux-base was updated [01:44] nisstyre: I didn't use any. It installed, then I typed the secure command. Let me give you a screenshot [01:44] so i guess it's a necessity [01:45] ShadowWizard: the documentation I just linked tells you how to reset the password without knowing it [01:45] ShadowWizard: your mysql root password is in /etc/mysql/conf.d/my.cnf [01:45] nisstyre: How did a password get set?!?!?! https://i.imgur.com/DqiwWy3.png [01:45] or something similar [01:46] ShadowWizard: that doesn't necessarily mean a password got set [01:46] it's just saying that you couldn't authenticate with the "root" user [01:46] nisstyre: I will try resetting the password, but the last time I tried that it was to no avail.. brb [01:49] nisstyre: Now its says the unix socket file doesn't exist.. Same thing that was happenign last tiem I tried. Screenshot coming [01:50] https://i.imgur.com/7Alm1BL.png [01:50] ShadowWizard: did you look in my.cnf? [01:51] cim209: The directions provided did not tell me to look in there. But last tiem I did that (2 formats before this) it just has 2 inclides. [01:52] ShadowWizard: your root password gets saved in a cnf file in /etc/mysql, just look in all the files [01:53] My quesion is, HOW IS THIS HAPPENING!?!?! Litreally. Install ubuntu. Rebooted VM. Loged in. Did update. Installed apache2, installed mysql. Ran script. BAM! Didn't work. [01:56] cim209: I found the password in a debian.conf file.. WTF?! Anyway I reset the password and will try and reboot it and see what happens. [01:56] ShadowWizard: oh weird [01:57] normally it would be in a my.cnf [01:57] hi [01:57] cim209: I know. That files only has 2 includes. This is TOTALLY FUCKED! Literally BRAND NEW INSTALLS! === murthy is now known as phoenix_firebrd_ [01:58] ShadowWizard: you should install mysql and your other stack in docker so if you mess up, you don't have to reinstall the whole OS [01:59] I need a windows virtual machine to run quickbooks. Is there any reason that 32-bit vs 64-bit windows would matter for this? [01:59] cim209: changing that password didn't work. Abd whats a docker? I am not a linux guy my any strech of the imagination. i am just trying to follow simple tutorials, and I am askee for passwords that don't exist! === phoenix_firebrd_ is now known as murthy [02:00] cim209: Perhaps this is a massive BUG? [02:00] Scottbert__: 64-bit is recommended for higher ram machines [02:00] I have 8G on the host system [02:00] 32-bit can only utilize up to 2gb of ram i think [02:01] Anyone else have any suggestions? I can format again and re-install the OS, again.. [02:01] So there's no BENEFIT to using 32-bit, like lower resource usage [02:01] ShadowWizard: did you change the password with mysql_secure_installation [02:02] cim209: It wouldn't run. I ran it, it asked for the current password, I gave it, sait it was wrong. See the screenshot. It shows i JUST installed mysql. [02:03] did you use the password from the cnf file [02:03] cim209: https://i.imgur.com/DqiwWy3.png [02:03] you're doing it wrong, try mysql -u root -p [02:03] cim209: After looking again, it wasn't the password for the root user, it was another password... [02:04] the password in the conf file is the mysql root user password [02:04] cim209: WHAT config file? [02:04] you said you found it in debian.conf? [02:04] No, it was the wrong one.. Just a sec, let me look around at a couple of things.. [02:06] ShadowWizard: https://i.imgur.com/FhzLAoY.png [02:07] cim209: Yea, wish it was that simple... Let me show you the mess I have. [02:08] hello [02:08] cim209: https://i.imgur.com/dUQ2Rp8.png [02:08] more to come [02:08] So, whenever I look up virtualizing windows I get to a step where I'm advised to install a bunch of packages [02:09] check if your password is in one of those files [02:09] but libvirt-bin is not available [02:09] What do I do about it? [02:09] ip tracker ? [02:09] cim209: I did.. please be paitent so I can show you the mess. [02:10] https://i.imgur.com/SxSti7C.png [02:11] ShadowWizard: so what the others said didn't work? stop mysql and then sudo mysqld_safe --skip-grant-tables --skip-networking & [02:11] NM, eventually googled the right words to learn that it's been obsoleted in favor of libvirt-daemon [02:11] cim209: SAid it couldn't open a socket or something.. [02:11] maybe your mysql install is borked [02:11] cim209: TWICE?! [02:12] idk [02:12] how to install photoshop CC on Ubuntu? [02:12] cim209: again. Did the followinsg. Erased the VM. Installed ubuntu. Updated. Installed apache2, Installed mysql. Ran script, BANG! Didn't work. [02:12] Erased the VM. Installed ubuntu. Updated. Installed apache2, Installed mysql. Ran script, BANG! Didn't work. [02:12] Yes, TWICE! [02:13] what is the script? [02:13] cim209: [02:13] mysql_secure_installation [02:14] what are you guys talking about ? [02:14] ShadowWizard: yeah weird [02:14] Guest93471: mysql issues [02:15] Is there another tutorial I can follow to get LAMP working? Not that I think it will matter, because its gonna have me do the same thing. [02:16] ShadowWizard: idk, i don't use apache [02:16] i have LEMP stack [02:16] I think apache is irrilevent at this point.. Because its the mysql thats not working. [02:17] I can try the whole thing again, and install mysql first instead. [02:17] why i cant scroll with twofinger ? i have alredy turn on my natural scrolling [02:17] But from my limited knowedge, it shouledn't make a difference,. [02:18] when i first intall ubuntu its work but now didnt work... === murthy is now known as phoenix_firebrd_ [02:19] Guest12399: Welcome to my world. The only thing I can come up with at this point is there is a MAJOR bug in it somewhere thats fuckign everythign up. [02:20] lol [02:20] -_- [02:22] backbox and ubuntu ? which better ? [02:22] cim209: Did you see the my.cnf file? 2 inclides, thats it [02:23] Guest93471: You ask that in the ubuntu channel .. bet on the response you get :) [02:23] oww sorry === phoenix_firebrd_ is now known as murthy [02:27] yeah, go with backtrack, kali is old [02:28] Is there an install method to get a bootable USB drive that's a full/portable ubuntu installation? [02:28] put the iso on 1 usb, and perform the install to the 2nd [02:29] yeah I should probably just do that. I've tried doing usb passthrough on virtualbox and vmware from osx, and I even looked into how to pass through a usb drive on hyper-v on windows 10. (I don't have a currently running linux box at the moment) [02:30] you could deploy a vmware image, and store it on usb [02:30] running from usb is sad [02:31] goal of running from USB is to test how well it works on some different laptop hardware without nuking the existing OS [02:31] Ok guys, the Ubuntu community convinced me . . . I am gonna try Ubuntu LTS as my new webserver. [02:31] last time I tried running linux on a laptop was over a decade ago [02:31] and it didn't go well [02:31] so I'm not ready to nuke the existing os [02:31] programmerq: I wouldn't think that is a fair assessment though, since your bottle necked by the throughput of the USB device [02:31] I was asking this question earlier today, and was unfortunately disconnected. [02:32] Found solution. I wasn't using sudo when runnign the script.. [02:32] I'm not worried about speed-- I'm worried about whether trackpad/wifi/etc work out of the box. [02:32] programmerq: you couldn't assess performance, you could test functionality [02:32] function keys, brightness [02:32] yup [02:32] that's my goal [02:32] Does anyone know of a guide to creating an LXC image of Ubuntu Server for my virtulazation server? [02:32] programmerq: and for that, you just need to image the live installer to the USB drive... no need for extra stuff [02:33] in these 10 years linux made a huge jump, but an installation swapping from machine to machine,.. the GPU driver might need some work [02:33] programmerq: with USB you can get persistance though, which allows you to place on your desired settings for things [02:33] yup, persistence is part of what I need for testing different settings over several boots [02:34] programmerq: You can make a persistant USB... it's not hard [02:34] pragmaticenigma▸ that was my lead in question... [02:34] and I got an answer [02:34] and I'm going for it [02:35] ah, okay... saw a rabbit hole of vmware and all sorts of other things [02:35] yup, lol [02:35] when i login it says 26 packages can be updated. 13 updates are security updates [02:36] programmerq: See: https://wiki.ubuntu.com/LiveUsbPendrivePersistent . === sinner is now known as Guest72088 [02:36] i have the server set for just security updates [02:36] Bashing-om▸ I had come across that, but the only linux systems I have at the moment are virtualized, hence my previous rabbit hole of vmware and usb passthrough [02:36] Ok well, anyone here have any experience with creating LXC containers in Ubuntu? [02:36] !enter | Deihmos [02:36] Deihmos: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone. === the_ant1 is now known as the_ant === bacchus is now known as Guest16795 [02:39] programmerq: :D Then as OerHeks Pointed out ... 2 USBs should do the trick. [02:39] yup! [02:39] programmerq: Please keep in mind that not all USB drives are created equally, there were some FreeNAS installs that wore out their USB boot drive quite quickly and crashed. [02:39] I'm certainly not worried about that for this short term functionality verification exercise. [02:41] Can I get a GRUB commandline from a liveUSB? [02:42] deleted the partition with my GRUB without thinking.. need to boot windows somehow to repair its MBR [02:42] !recovery | sethj [02:42] sethj: If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [02:43] sethj: Sorry... that might have the information you're looking for [02:44] sethj: The answer to your question is yes, you can use the Live image to fix your machine [02:44] sethj: I think this is what you need: https://help.ubuntu.com/community/LiveCdRecovery [02:44] pragmaticenigma: yeah, there's no Linux left on this machine atm. [02:46] I thought I could get a grub command prompt from the liveUSB to manually boot windows, but it doesn't seem like that's actually an option [02:47] use a windows iso to fix that [02:47] Okay thunderbird is losing all its passwords every time I close and reopen it [02:47] This is untenable, any advice? [02:47] OerHeks: I don't have one handy, but I guess I might have to [02:48] its a free download on the ms site, AFAIK [02:48] scott_: Did you change settings in Thunderbird to not allow it to store passwords? [02:50] remove/backup the ~/.thunderbird folder and setup fresh [02:51] I don't think I messed up the settings... I'd really rather not have to resetup all my mail accounts... [02:52] scott_: Thunderbird doesn't randomly forget how to save passwords... you would have had to changed a setting, installed an extension ... what was the last thing you remember doing? [02:54] <_< Copying my entire user profile over from windows and being amazed that it actually loaded. And then after the first time this happened I deleted what was the password store according to a google search to see if it would remake it. [02:54] scott_: how did you delete it? where are the instructions? [02:54] I guess this is somewhat an unsupported situation, but it'd be nice if there's just an option somewhere I need to [02:55] scott_: moving the profile over is supported by thunderbird... however manually editing the profile directory is not [02:55] <[n0mad]> scott_: tried this? https://support.mozilla.org/en-US/questions/1239779 [02:55] check your keyring/passwordstorage for multiple thunderbird instances? [02:55] OerHeks: Thunderbird doesn't use the system keyrings [02:57] <[n0mad]> seems to be a pretty common occurrence according to the goog though. [02:57] That's... weird. I THOUGHT I renamed pkcs11.txt to pkcs11.bak, but I don't see a .bak file here [02:58] scott_: use terminal to look... some file managers hide .bak files [02:59] Holy crap. Closed thunderbird, deleted that file, opened thunderbird... and it's not even PROMPTING me for passwords now, it's remembering even ones that I've forgotten and hadn't re-entered yet on linux! Amazing! [03:00] Wow. Thunderbird and waterfox have been THE easiest part of moving to linux, at least. === nima is now known as the_actor [03:01] scott_: gald you seem to have it solved. [03:02] scott_: as I'm sure you doing, make sure you keep a backup of things you're moving over, just in case. Always a good idea to keep backups of everything [03:03] Does have a good tutorial on installing Linux on a uefi bios === B is now known as Guest7327 [03:05] Yeah. I copied from the old c:\users\scott\appdata\roaming\Thunderbird to ~\.thunderbird [03:06] Now back to working on this virtual machine for quickbooks === murthy is now known as phoenix_firebrd_ [03:12] !uefi [03:12] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI === phoenix_firebrd_ is now known as murthy === murthy is now known as phoenix_firebrd_ === phoenix_firebrd_ is now known as murthy === Taco is now known as Elon-Musk [04:00] Hello [04:00] Any one here? [04:10] there are these online SVG editors and they have a nice grouping on fonts. is there a way to get like a font pack for ubuntu? [04:14] ubuntu studio has a font metapackage, https://packages.ubuntu.com/bionic/ubuntustudio-fonts [04:14] and install synaptic, a much more detailed softwarecenter [04:15] !info synpatic [04:15] !info synpatics [04:15] Package synpatic does not exist in bionic [04:15] Package synpatics does not exist in bionic [04:15] with an a i presume [04:15] !info synaptic [04:15] synaptic (source: synaptic): Graphical package manager. In component universe, is optional. Version 0.84.3ubuntu1 (bionic), package size 624 kB, installed size 3276 kB [04:16] i think my ftp client isn't working, i'm trying to connect to ftp localhost but no matter what username and password i use it doesnt work [04:16] im using pure-ftpd by the way [04:17] jtnunley: be carefull with ftp, its a security flaw these days [04:17] im trying to write an app that downloads files from an ftp server, and im trying to test it but i cant make an account [04:17] is there a better alternative? [04:18] (to store files for download) [04:19] !synaptic [04:19] Synaptic is a graphical utility which can install and remove software packages (.deb). For a good howto see https://help.ubuntu.com/community/SynapticHowto [04:19] !muon [04:19] Muon is the current Kubuntu package manager. Please see http://jontheechidna.wordpress.com/2010/07/05/introducing-qapt-and-the-muon-package-manager/ for an overview [04:20] jtnunley: you want to download automated 24/7 from an ftp? [04:20] Muon works really well even on a GTK desktop, imo. [04:20] lotuspsychje: its complicated. i want to have the user input an option and then download a file from a server [04:23] i didnt want to write more software (im not a good coder :-/) so i just thought i could run an ftp server to do it [04:23] not sure i follow jtnunley [04:23] basically [04:23] i want to have a server where i can download files from, using an app [04:24] (that i write) [04:24] jtnunley: are you on ubuntu-server? [04:24] no, why? [04:25] jtnunley: because we would like to know your purpose [04:25] jtnunley: so you are going to host a fileserver from ubuntu desktop, and then let users download from you? [04:25] not ubuntu desktop [04:25] im currently running ubuntu desktop just to test my stuff [04:26] 我叫HL [04:26] but once its done ill run it on a server [04:27] basically what im asking is, whats the best alternative to ftp? [04:27] jtnunley: that really depends on your purpose [04:28] jtnunley: you can host files so many different ways, like sftp, ssh in a box, apache, nextcloud,.. [04:28] what do you mean? [04:28] isnt apache just an http server? [04:28] cuz i can run apache relaively easily [04:31] jtnunley: please think in yourself what you want first, this way volunteers can help you the best way [04:31] jtnunley: right now you say you want to host ubuntu desktop somewhere for a fileserver 24/7? [04:32] no not ubuntu desktop, server [04:32] yes [04:32] yes i want a 24/7 fileserver [04:33] allright, oof :p come join to #ubuntu-server and explain what kind of fileserver you would like [04:33] oh ok [05:11] Hi all what is the ubuntu package for video codex [05:12] codex - codecs [05:13] minty-man: libvdpau1 ?? [05:14] Bashing-om, no matching package name [05:15] !info libvdpau1 bionic | minty-man [05:15] minty-man: libvdpau1 (source: libvdpau): Video Decode and Presentation API for Unix (libraries). In component main, is optional. Version 1.1.1-3ubuntu1 (bionic), package size 23 kB, installed size 104 kB [05:17] that is weird thanks though === cc is now known as Guest55088 [05:19] minty-man: What release are you on ? libvdpau1 maybe recent . [05:19] its ok wrong spelling in synaptic lol silly me [05:32] is netplan here to stay, or will we need to learn a new method of configuring networking in the next couple of years? === jmcgnh_ is now known as jmcgnh === sinner is now known as Guest75742 [05:55] hi [06:00] cam support for ubuntu? [06:00] to control pc fans? [06:00] https://www.nzxt.com/camapp [06:03] looking for something to control my fans [06:03] anyone wanna help me troubleshoot wifi on a laptop that has good wifi but I got a new wireless router and now the laptop won't connect via wifi? [06:03] https://askubuntu.com/questions/22108/how-to-control-fan-speed [06:04] I'm having trouble accessing my samba shares from the windows VM. My linux login username and password aren't authenticating, does samba use different credentials? [06:04] dmesg output is REASON 2 which is "Previous authentication no longer valid" [06:04] and the auth is confirmed the correct auth and connecting to the right AP === rob is now known as Guest32717 [06:11] if i buy a pc with rgb strip lights, will i be able to control the lights with ubuntu? [06:18] adh: depends on your PC, i guess... [06:19] for example, gigabyte's rgb sdk only ships as a dll.... [06:19] test [06:20] evelyn: we see you, it works [06:20] hy lotuspsychje... [06:22] you joined the ubuntu support channel evelyn [06:23] just like a forum for all user? [06:23] evelyn: you could say that yes, but more livesupport style [06:24] lotuspsychje: thank you...just finish install my first ubuntu.... === murthy is now known as phoenix_firebrd_ === phoenix_firebrd_ is now known as murthy [06:26] evelyn: welcome to the ubuntu community, glad you chosen it === murthy is now known as phoenix_firebrd_ === phoenix_firebrd_ is now known as murthy [06:45] Okay, so now windows says it 'doesn't have permission' to access the file even though it authenticated with samba [06:46] Also, I can't make more samba shares, I check the box and configuyre them and click okay but it doesn't stick [06:47] What on earth is going on? Under what circumstances does linux think I'd check the samba share box but not really mean it? And why does it not give me an error message but quietly fail? [07:00] sudo kate file [07:00] The error message says it won't work [07:00] but following the error message's instructions ALSO DON'T WORK [07:00] scott_: hi [07:00] HOW DO YOU EDIT A SYSTEM FILE [07:01] What was wrong with sudo kate file [07:01] scott_: why dont you use nano? [07:01] scott_: sudo nano [07:01] I don't know what that is, but why does linux care what text editor I'm using? [07:02] scott_: nano is a cli based text editor [07:02] scott_: People have advised not to use sudo on kde apps [07:02] scott_: you should use kdesudo [07:03] Well fudge, while trying to edit the file I closed nano, now opening it again complains it's already open [07:03] scott_: open ksysguard and end the process [07:03] kdesudo is command not found [07:04] The process is stopped but not closing [07:05] I am now something like 5 levels deep into solving the problem of 'my windows VM can't open a file from my samba share' [07:05] scott_: I think you need to install kdesudo [07:05] scott_: why not use nano [07:06] scott_: kill the process [07:06] Because the interface is atrocious and if I wanted to use vi I'd be 15 years ago [07:07] scott_: have you added your user with the vboxsf group? [07:07] Sorry, sorry, I am just... annoyed that I'm like 6 levels deep on this problem now [07:08] scott_: I can understand your frustration, but as it is you have to deal with it now [07:08] use nano [07:08] its not live vi, its simple [07:08] Y'all I done messed up. I set up my Kubuntu install with an LVM cache using my new small SSD. All was well, until I rebooted. Now I'm being dropped into a Grub prompt. [07:08] Killing doesn't seem to be working. Right now I'm in the process of trying to edit my samba config to force user, because the shared folders are on mounted ntfs drives [07:09] hello [07:09] kdesudo is not in the package manager [07:09] RPG_Master: Did you restart before the setup finished? [07:10] scott_: terminate the process [07:10] I have the problems that every time the dns servers in /etc/resolv.conf change, and every time I must change it [07:10] vanni: hello [07:10] murthy, This was an existing install, but setup I mean getting the LVM cache working. [07:10] how may I make permanent it ? [07:10] murthy, hello [07:11] 18.04 LTS [07:11] RPG_Master: what is the ubuntu version from which you upgraded and to what? [07:11] Closed and reopened package manager and still not there, unless you meant nano which is apparently not dying [07:11] vanni: Install [07:11] $ ps -all | grep nano [07:11] Install what ? [07:11] 4 T 0 19100 19099 0 80 0 - 3384 - pts/1 00:00:00 nano [07:11] 19100 is the pid, right? [07:11] scott_: what do you mean by package manager? [07:12] scott_: you are trying to close the nano process right? [07:12] Yes. [07:12] Forget the package manager, that was re: lacking kdesudo [07:12] murthy, No, I didn't upgrade. This was a fresh install from 2 months ago when I built this PC. All I did was set up LVM caching with the existing install. [07:12] scott_: restart is possible? [07:12] I'm currently running an old Ubuntu 18.04 install I had on another drive sitting in my PC. Its also not even letting me mount my LVM group. [07:13] I guess I can restart. Do you mean log out and in again, or full reboot? [07:13] Or whatever its called. I can see the HDD under the Disks program, and that they are LVM2, but it won't let me mount it. [07:14] vanni: You are on live linux right? [07:14] murthy, no installed [07:14] RPG_Master: Sorry I don't know about LVM stuff [07:14] murthy: I guess I can restart. Do you mean log out and in again, or full reboot? [07:15] scott_: full reebot [07:15] reboot [07:16] vanni: Then what do you mean by "make permanent"? [07:16] yes, in /etc/resolv.conf is written to see man SYSTEMD-RESOLVED.SERVICE(8) [07:17] but I don't understand much of this man page [07:17] vanni: i've edited DNS in GUI in top right corner of ubuntu.. connection settings.. [07:18] I hven't this connection setting [07:19] I'm using ubuntu 18.04 server with xfce [07:19] RPG_Master: Are you sure you are not having more than one Grub? [07:20] So... What is the correct way to solve my VM being unable to open a file from a samba share? [07:21] scott_: you are using vbox or vmware? [07:21] kvm [07:22] scott_: See If you need to be on some group to have permissions [07:22] scott_: If you need to edit use nano [07:22] scott_: What were you trying to edit? [07:22] smb.conf [07:22] No idea if that's what I ACTUALLY needed to do [07:23] vanni: http://irc.do.am/10-21-14.png don't you have these settings?? [07:24] How do I restart samba after changing smb.conf? [07:25] nm googled that [07:27] murthy: No dice. Windows can browse the folder same as before, but trying to do anything with a file gives me a complaint about not having access [07:28] van777, no, what do u use to paste desktop ? [07:29] vanni: "screenshot" and uploading it to my free hosting [07:30] scott_: Check the permissions of the shared folder [07:30] scott_: is the windows user added to the shared folder users [07:30] vanni: if you're on server, there is #ubuntu-server for cli stuff [07:31] How d I make ls -la show me the folder itself instead of iots contents? [07:31] All the files in it are -rwxrwxrwx [07:32] van777, server is the same , have same repository [07:32] scott_: No root shared folder [07:32] windows authenticated as my username which I added to samba [07:33] Murthy: How do I make ls -la show me the folder itself instead of its contents? [07:33] scott_: that I dont know [07:34] scott_: does your user own that directory? [07:34] vanni: you can edit your current connection , adding dns servers in GUI. You don't need /etc/resolv.conf [07:35] vanni: it works for me, that's why i advise this.. [07:35] It's a directory on an ntfs drive that I have mounted [07:35] oh [07:36] . /media/scott/J4/installs (where J4 is the name of the partition) [07:36] every time ubuntu make dhclient change /etc/resolv.conf [07:36] scott_: that could be the issue [07:36] scott_: On kubuntu when a new drive is mounted on /media/user/ [07:37] scott_: for example /media/user/Movies, Movies folder is readonly [07:37] That's why I added force user = scott to smb.conf [07:37] scott_: No see If you have read write permission on the host system [07:37] Readonly? But I just edited some files on the ntfs partitions earlier... [07:38] scott_: what does stat of j4 says? [07:38] stat of? [07:38] stat /media/scott/J4 [07:38] vanni try to run 'nm-connection-editor' in terminal and set there your dns [07:39] File: /media/scott/J4 [07:39] Size: 163840 Blocks: 320 IO Block: 4096 directory [07:39] Device: 832h/2098d Inode: 5 Links: 1 [07:39] Access: (0777/drwxrwxrwx) Uid: ( 1000/ scott) Gid: ( 1000/ scott) [07:39] Access: 2019-03-08 19:30:38.401487000 -0500 [07:39] Modify: 2019-03-08 19:30:21.368592200 -0500 [07:39] scott_: stop [07:39] scott_: Use paste.ubuntu.com [07:40] https://paste.ubuntu.com/p/8YhRBRh7fS/ [07:40] scott_: you have full permission [07:41] scott_: and you shared j4? [07:41] sounds good. And yet, full permission is not enough to do what I want to do...? [07:41] I shared j4/installs [07:41] installs being a directory where I saved installers [07:42] scott_: Do you have full permission on installs dir? [07:43] This line is the same [07:43] Access: (0777/drwxrwxrwx) Uid: ( 1000/ scott) Gid: ( 1000/ scott) [07:43] scott_: wait [07:45] ? [07:46] scott_: You added your user to the smb.conf file? [07:47] I set a samba password for user scott from the command line and then added force user = scott to the config under [global] [07:50] scott_: https://askubuntu.com/questions/649831/samba-group-access-permissions [07:52] scott_: have you set "valid users = "? [07:53] I have not, in what section would that go? [07:53] scott_: Also can you see if this happens when a directory in the home folder is shared? [07:53] Oh, I can't share a directory in the home folder. That's another layer on the problem, one thing at a time. [07:54] In what section should I put valid users = scott ? [07:54] scott_: I dont know [07:55] scott_: Is there a section with your user name? [07:55] Ah, found it. Anyway, relogging because apparently I need to do that after adding user o group [07:55] ok [07:58] murthy: No dice, windows still can't access files in the directory [07:59] Man, I remember a few years ago I could setup samba shares and they just worked, windows machines on the network could connect fine [07:59] I wonder what changed [08:00] And yes, that was with sharing folders inside mounted ntfs drives and everything [08:01] scott_: You could ask people here after 8hrs when people are active [08:01] scott_: More advanced users will be available [08:01] I switched partly because win10 was just getting worse and worse, but... is linux also just getting worse? [08:02] I swear it was way simpler to use like 6ish years ago [08:02] scott_: Linux is migrating to newer stuff [08:02] 'sharing a folder on a network' shouldn't require an 'advanced user' [08:02] scott_: So there may be some changes that we are unaware [08:02] scott_: I had used samba many years ago [08:02] Windows is migrating to newer stuff too, that's kind of its problem [08:03] newer isn't always better... [08:03] scott_: I handled everything, Since I haven't used it for a long time, I forgot everything related [08:04] scott_: May be [08:05] scott_: But, If you try again later here, people will definitely help you to resolve your problem [08:07] Thanks for trying [08:08] scott_: can you try one more thing [08:08] I can't believe that 'share files with a windows guest VM on an ubuntu host' is an unsolved problem... [08:08] Like... how do people get any USE out of their VMs... [08:09] scott_: I usually share files between virtualbox guest and the host via the folder sharing feature [08:09] scott_: For that to work you need to install the vbox guest extension [08:10] kvm also has a foldr sharing feature but there is no clear documentation anywhere about using it with a windows guest [08:10] scott_: I vaguely remember a setting where you add the user name who will be allowed to use the shared folder and there will be an option to allow everyone [08:11] scott_: can you see if "allow everyone" works? just for testing purpose after that set it back to your user name [08:11] I already gave everyone read permission in the samba share anyway [08:12] scott_: oh ok [08:12] waaaait a minute [08:12] actually I am unable to add or change any samba shared [08:13] I can tick boxes and set dropdowns but it doesn't DO anything [08:13] oh [08:13] The current state of the installs share is 'everyone: read only' and no mention of my user [08:13] ah [08:13] is scott part of everyone? Or does it not work that way? [08:13] no [08:14] everyone is scott with others [08:14] I mean yes scott is part of everyone [08:14] I'm not sure what the right way to even google this problem... the samba tab in folder properties comes up, I can click stuff, but clicking OK never saves changes, for this or other folders. [08:15] Everyone can't be readonly [08:15] Others can be readonly [08:15] well it is, it says everyone has read only [08:15] Scott should be rw [08:16] I mean rwx [08:16] Yes, that's what I set it to but no changes do anything [08:16] scott_: Did you use sudo on your home directory? [08:17] scott_: use of sudo messes up the config file's permissions [08:17] What do you mean by 'on' my home directory? [08:18] scott_: the normal user wont be able to modify the config file because it is owned by the root [08:18] I did sudo nano /etc/samba/smb.conf or whatever the path was [08:18] "/home/user/" [08:18] I don't understand what you mean about using sudo 'on' a directory, though [08:18] scott_: that is not a problem [08:19] scott_: for example [08:19] scott_: you do sudo kate myfile [08:19] I use sudo to run commands, I don't pass it... directories [08:19] Well if I do that it'll tell me I can't sudo kate [08:19] scott_: kate writes its config file on /home/user/.config/.kate [08:20] scott_: the .kate config file is now owned by root [08:20] so when you open kate normaly and it tries to write to .kate, it will fail [08:20] So... since dolphin is being run by me and smb.conf is owned by root, dolphin can't possibly make new shares? [08:21] But... how did it make the first one...? [08:21] scott_: dolphin is not sharing [08:21] scott_: the samba server? [08:22] I am getting «network protocol errors» when opening Internet Archive in Firefox [08:22] works in Chrome [08:22] Can anyone reproduce? Example: https://web.archive.org/web/19990427014529/http://www.mklinux.apple.com/ [08:22] Right, but dolphin is the file manager I'm using, where I right click a folder, choose properties, and go to the samba tab [08:22] Cosmic with all updates installed. [08:23] Works in my waterfox [08:23] I had that a few weeks ago as well and then it worked again and now it seems more presistent. [08:23] erle-: opens in firefox without any problem [08:23] murthy: So I'm not sure what you're sayingt the permissions are corrupted on [08:24] with new Firefox profile it seems to work [08:24] let me check [08:24] and how it's preventing me from adding or editing samba shares [08:24] scott_: simple put avoid using sudo on kde apps [08:24] simply [08:26] sudo on Xorg apps is not a good idea anyway [08:26] I don't understand how this is preventing my samba config from changing though [08:27] Hello, I keep getting a system program problem detected error on boot of my system, I was wondering if anyone could help me? [08:27] also you have your /root full of desktop config files then [08:27] scott_: when you change the samba settings on the folder where does the settings get saved? [08:28] presumably /etc/samba/smb.conf [08:28] Ben_X: can system for corrupt stuff [08:28] Ben_X: use debsums [08:28] Where can I see more Firefox debug info than the error page? Opened it in Terminal alread. [08:29] Ben_X: "debsums -s" is the command [08:29] what the... no, the shares aren't in therer [08:29] but when I typed [08:29] net usershare info --long [08:29] It showed me the share's info [08:29] Where the hell is it saved then?! [08:30] erle-: See if firefox has a debug flag [08:30] that opens it in ggdb, murthy :D [08:30] I don't need that level of debugging [08:31] murthy: it says command "debsums" not found [08:32] erle-: ya I saw that [08:32] erle-: Do you need the history and cookies? [08:33] erle-: If you dont want those, clear the browsing history and the cookies and then restart firefox and try and see if that helped [08:33] I have an Ubuntu server with Apache virtual hosts. If I go to my server in my web browser, it loads the first site, but I can't figure out how to browse to the second site [08:33] what is the name of the tool that asks you to press a few keys on your keyboard to identify the layout? [08:34] scott_: If it didn't ask for a password when you set the user settings in the samba dolphin property tab, then its most probably in your home directory [08:34] i installed it, and now it says Cannot find md5sums path for apparmor [08:35] sparr: hey you are here [08:36] yes? [08:36] <murthy> erle-: Do you need the history and cookies? [08:36] https://paste.ubuntu.com/p/rQ8VxqVgtn/ [08:36] sparr: I thought you are long asleep [08:36] of course, otherwise I could just delete the profile [08:36] its decades old literally :D [08:37] sparr: Dont know about the hotkey [08:37] nah, been debugging non-ubuntu problems, and writing a tool for extracting video game music [08:37] Dolphin doesn't show the changes though [08:38] Ben_X: how did you install debsums [08:38] sparr: nice [08:39] sparr: Could you help any of the people here? [08:39] Are you by chance a samba expert [08:39] Apparently sometime in the last six years samba went from 'just works' to noty [08:39] probably not :( I'm migrating away from ubuntu, with very little experience on 19.04, mostly experience with pre-2015 versions [08:39] scott_: use kfind to see if there is any file owned by root [08:40] scott_: I mean in your home folder [08:40] sparr: ok [08:41] sparr: could you delete the cookies only used by that specific website? [08:41] murthy: just some wine stuff that looks intentional [08:41] oops [08:41] erle-: could you delete the cookies only used by that specific website? [08:41] sparr: wrong nick [08:41] I know :) I forgive you [08:42] :) [08:42] Well, after that change and restarting samba, now guest windows doesn't see the share at all... [08:43] scott_: so now your changes persist? [08:44] sparr: Migrating to? [08:44] sparr: Using Qt? [08:45] scott_: Now you the actual problem [08:45] now you know the actual problem [08:47] murthy: arch linux [08:47] sparr: ah [08:49] No, my changes made through a text file made the share break completely - -windows doesn't see it anymore. Dolphin continues to reflect the OLD settings even though the file is now changed [08:49] sparr: You created the ripper tool with Qt? [08:49] murthy: i have ubuntu 18.04 [08:49] Is KVM the only virtualization program that uses, what was it called, the special cpu virtualization thing? [08:49] Or does virtualbox do it too? [08:49] sparr: You where asking for the tag names, for this only right? [08:49] Maybe another program would have a way to share files with the guest [08:50] scott_: Why dont you use virtualbox? [08:51] scott_: You can use hyperv for windows [08:51] I mean for windows guest [08:52] When I googled virtual machines the first few results I found said to use kvm not virtualbox [08:52] I've used virtualbox before, but I figured something changed [08:52] scott_: https://www.virtualbox.org/manual/ch10.html#gimproviders [08:52] scott_: virtualbox is super [08:53] scott_: When I use kvm system sometimes hangs [08:53] So why does internet reccomend kvm? [08:54] murthy: python, no gui [yet]. and yes, that's why I was asking about tag names. For now I'm just putting the game name in the Album tag [08:55] scott_: for example mostly Linux doesn't need to reboot system after some change like windows, but you have to run like 5 commands to avoid reboot, So you are a noob you will find it easy to reboot than to do the complex stuff [08:55] likewise [08:55] kvm is for advanced users [08:56] scott_: If you have time and patience you could learn and it will be great [08:56] Hello, I hope someone can point me in a direction of good keywords to look the information by :) Essentially, the scenario is that my localhost is in a VPN and I have a remote host (completely different network) that I would like to somehow join this VPN. [08:56] The reason is that the remote host in an SSH bastion one for connecting to multiple external servers and one of the external servers is in the VPN. It is only my localhost that is part of the VPN because it requires some proprietary software that simply cannot be run on the remote host. [08:56] My localhost is Ubuntu 14.04 and bastion host is 18.04 but I am happy to use 18.04 everywhere if there is anything in this version that would help me. [08:56] Unfortunately, this VPN is completely outside my control, I can only join it from localhost, yet, I want to connect to the external servers from the bastion, that is the key thing. I wonder if anyone could suggest what kind of information to look up in the net. Thanks. [08:56] scott_: But If you have no time and interest to learn and you want something simple then virtualbox is your friend [08:57] scott_: Generally Linux community does everthing on CLI [08:58] scott_: But as an average user I prefer a GUI, but most of the recommendations I will get is a CLI based solution [08:58] ya people deserve to know that there is a cmake-gui [09:00] sparr: Generally they are called accredited soundtracks [09:01] uncredited [09:01] sparr: for example https://www.imdb.com/title/tt0101026/soundtrack?ref_=tt_trv_snd [09:01] i am having a hard time locating apparmor for debsums in terminal [09:02] gkfn [09:02] mooooooiiii joniiiiii [09:02] are u there [09:02] haloo [09:02] sparr: "Ennio Morricone - Introduction to the Psychiatrist " that one would be missing in that list, which is uncredited [09:02] sparr: I generally call them BGM [09:04] Ben_X: I don't know why it is asking for an apparmor [09:04] Ben_X: are you running with sudo? [09:05] dsuch: hi [09:06] dsuch: Try after 8 hrs when People are active [09:06] dsuch: more advanced users will be available to help you [09:10] murthy: yeah, i tried running the command sudo and without sudo [09:10] murthy: maybe i should restart my machine? because i had to install debsums [09:11] Ben_X: ok try that [09:13] murthy: ok brb [09:13] ok [09:13] Sure, thanks murthy [09:14] ;;tlast [09:15] belatedly: [09:16] murthy: I get that. It's just frustrating that windows AND linux have gotten worse over the past few years [09:16] I haven't tried running any big games yet, but other than that linux has been mostly fine so far. [09:17] scott_: Gaming on linux is getting better everyday [09:17] unbelievable [09:18] still the same shit [09:18] Ben_X: !language [09:19] Ben_X: no profanity here please [09:19] sorry [09:20] murthy: sorry, just frustrated [09:20] Ben_X: What is the error you get when you run "debsums -s" without sudo [09:20] gaming on linux is getting objectively better with a) more linux games, b) steam's Proton [09:20] blackflow: true [09:21] murthy: same message "Cannot find md5sums path for apparmor" [09:21] blackflow: I think today I saw a news regarding a new proton version [09:25] Ben_X: It could be a bug [09:26] Ben_X: But you are able to check the integrity of the installed packages with debsums, If it finds a problem it will report [09:27] murthy: yes something was released the other day [09:28] The real change is when the game engines support Linux [09:29] I am off to bed now, see you all later. === TabMasher is now known as Euph0ria [10:04] Good day all. [10:25] What happened to the authentication in mysql? Currently running 5.7.25 on 18.04LTS, and I'm able to write mysql, and just login without password. [10:30] qwebirc89728: for apache issues, try also #httpd if you think its not really ubuntu related [10:32] Thanks [10:45] good morning [10:45] welcome lavinho [10:45] how to enable touchpad ubuntu 18.04 [10:45] acer es1-132 [10:46] Hi folks, in what log can I find issues with the gui login, basically in a loop where after entering the password I'm back at the login prompt. Non gui works fine [11:07] Diezel, login again via terminal, and check you have some space in $HOME (user directory), if there is unsufficent space to create necessary gui work files, the login fails & you're logged out (no error message) [11:12] guiverc_d: sadly not the issue, there's about 250Gb free space [11:14] I've read about the user right's issues but I don't think thats the case either [11:15] What I know is it was me who f-ed it up, I installed themes last night I'm guessing I messed something there [11:19] hi can I enlarge an encrypted partition (lvm2) using gparted? [11:20] dsc_: what did you enrypt? [11:20] the /dev/mapper device? [11:20] BloqueNegro: full disk [11:21] err [11:21] Yes [11:21] /dev/mapper [11:21] in general, i would say yes [11:21] Ok ill try. I have a backup if it goes wrong. [11:21] do me a favor [11:21] test your backup before [11:21] :'_ [11:21] untested backups are no backups [11:22] I used clonezilla 10min ago, I'm on a new disk now [11:22] hence my wish to use the unallocated space on my new (bigger) disk ;p [11:22] so the backup is my old disk :P [11:22] :D [11:22] wait a sec [11:23] when using lvm [11:23] extend the lvm using lvextend [11:23] :( [11:23] then resize the partition [11:23] this you can do with gparted [11:24] hmmz k [11:24] since the logical volume is the 'physical disk' you need to extend [11:24] after that you can manace the partitions on top of your lv [11:24] eg resize partition and then resize fs [11:24] crypto foo should be totally unimpressed by that [11:24] ya lets hope [11:26] hi [11:27] Not sure if I can call it progress, but now I only get a black screen with the mousepointer after login. Need to find logs for this [11:31] Hello dear users, can you help me [11:37] !ask | cuma [11:37] cuma: 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 [11:37] BloqueNegro: https://i.imgur.com/HyD3r1I.png o_0 [11:38] /dev/mapper still 220G [11:38] How do i change default file name pattern of Screenshot? I haven't found it! [11:38] BloqueNegro: $ lvextend /dev/mapper/ubuntu--vg-root -l+100%FREE [11:38] is what I did [11:39] dsc_: huh [11:39] ohhhhh [11:39] o_0 [11:40] dılo dılo yaylalar [11:40] can you do an vgs and lvs? [11:40] and give me the output? [11:40] yep sec [11:41] https://paste.fedoraproject.org/paste/zhHmMc7IB9ut4QtRoqmkCw/raw [11:42] root was 220G before? [11:42] yep ^^ [11:43] hmmmmm [11:43] can you increase it by 1G and check wether the size grows or not? [11:43] As in, disk usage? [11:43] in lvs [11:44] I'm not familiar with lvextend so sec ;p [11:45] and please paste the output of your lvextend [11:45] BloqueNegro: https://paste.fedoraproject.org/paste/-~qZYyUXA8HWv4Ejw3lEzQ/raw [11:45] well, that worked [11:46] can you try again with the +100%FREE one? [11:46] and paste the output? [11:46] Well I already increased it to 470gb now, manually [11:46] Sure ill try. [11:47] https://paste.fedoraproject.org/paste/~OfbyMsXQW41N7IqiO4MVw/raw [11:47] nom nom [11:47] tasty file space :D [11:47] ;') [11:48] https://paste.fedoraproject.org/paste/XWjVBe98vMN1ZoDyuK1G7Q/raw [11:48] ok well looks good to me [11:48] 'df -h' still shows: `/dev/mapper/ubuntu--vg-root 217G 170G 37G 83% /` [11:48] (217G size) [11:48] yeah, bc its thin provisionied [11:48] reboot? [11:48] nah [11:49] resizefs should now extend your partition [11:49] I can't listen to music, no sound. [11:49] however, idk if you can live-resize it while mounted [11:49] we can try [11:50] sudo resize2fs -p /dev/mapper/yourdevice [11:50] For remote desktop connection, I can give information [11:50] noice, that worked [11:50] thanks!! [11:50] np :) [11:51] * BloqueNegro hugs his btrfs disk pool [11:51] !sound | Cuma_ start here [11:51] Cuma_ start here: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - https://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [11:51] I want to use Ubuntu. why can't I get help [11:52] Cuma_: we're trying to help [11:52] but probably nobodys online who can support you on that [11:52] maybe try with the steps lotuspsychje provided [11:53] I can write my ID and password for a remote desktop connection [11:53] Cuma_: we dont reccomend remote takeover from here [11:54] Cuma_: provide us details and ask a question as leftyfb adviced [11:55] I cannot write enough English to express myself correctly, and there is no Turkish language support. [11:55] like a joke [11:55] Cuma_: do you use 18.04? [11:56] I am using the latest version [11:56] 18.04 yes [11:56] Cuma_: when you launch the ? icon (manual) on your system you can get turkish help on several topics [11:57] I set up 2 days ago [11:57] Cuma_: if you installed system in turkish [11:58] Cuma_: 18.04 is not latest version, its latest LTS, are you sure you are not using 18.10? [11:59] LTS, sorry [11:59] ok [12:00] Cuma_: can you explain whats happening to your sound exactly? [12:00] computer came in new and freedos. [12:00] fake sound [12:00] fake outlet [12:01] Cuma_: can you pastebin: sudo lshw -C sound (from a terminal window) [12:01] I try [12:01] !paste | Cuma_ [12:01] Cuma_: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [12:03] i copied and pasted [12:03] Cuma_: you should have a pastebin link now [12:04] https://paste.ubuntu.com/p/TRPJyPqZZ5/ [12:04] Cuma_: you forgot: sound [12:04] Cuma_: sudo lshw -C sound [12:05] https://paste.ubuntu.com/p/4zPC2WKQQn/ [12:06] Cuma_: ok your sound driver looks loaded, can you pastebin also: sudo lshw -C video [12:07] https://paste.ubuntu.com/p/4tbVJPS2Xb/ [12:08] Cuma_: also looks good.. [12:08] Cuma_: do you have a sound indicator in your right upper corner? [12:08] yes [12:09] Cuma_: so wich player/website did you try to test sound? [12:09] active [12:09] I tried youtube [12:09] tried spotify [12:09] Cuma_: did you try vlc with an mp3 on your computer? [12:10] no tried [12:10] Cuma_: sudo apt install vlc [12:11] I'm trying [12:12] Is there a sample audio file in ubuntu operating system [12:13] as if I asked a silly question :) [12:15] Cuma_: try youtube? [12:15] should probably also work [12:15] nevermind [12:15] -.- [12:17] bloquenegro, sorry, it will take some time [12:18] Cuma_: download any mp3 on archive.org or anywhere [12:19] http://irc.do.am/bell.mp3 [12:22] tried again did not work [12:23] mp3 vlc [12:23] sound problem is going on === max__ is now known as Guest4835 [12:32] Cuma_: in terminal : cvlc http://irc.do.am/bell.mp3 [12:32] hi all. I have a job running in the background and I can bring it to foreground with "fg". How do I put it back to background and keep using the terminal or to exit the terminal? [12:33] hello. so, I have oidentd installed in my VPS. but I have a webchat application that has its own built-in identd server (optional to use; it works also with oidentd). I was wondering if it's possible to have oidentd listening in the usual 113 port and have that same webchat listening in port 1113 and both behaving properly, if I make any sense. tha [12:33] nks in advance [12:33] hello [12:35] sl4ck: you can probably use screen to keep an application/program running in background [12:35] so you can disconnect from the terminal and the application will be kept running [12:35] My Linux on the computer has a problem, sometimes the script automatically exits. does anyone know the solution? [12:36] bossart: we need more details than that. which OS, which script are you running and what it is supposed to do? [12:38] https://paste.ubuntu.com/p/hQXhCpqmG9/ [12:44] tırnağın varsa başını kaşı [12:45] Cuma_: cvlc https://ia800702.us.archive.org/17/items/geometry_dash_1.9/Geometry%20Dash%20OST/BackOnTrack.mp3 [12:45] what is? [12:45] I have opened the link, but no sound [12:46] Cuma_: did you try headphones? [12:46] I don't use speakers I'm using headphones [12:48] tried different earphones I changed the headphones' inputs [12:48] Cuma_: did you test sound on your keyboard keys? [12:49] yes i tried [12:49] if there is a simple problem I throw myself down the window :) [12:50] ohh, okey oke [12:50] Cuma_: pastebin vlc -vv please [12:51] https://paste.ubuntu.com/p/byrvZ5CnWd/ [12:51] hello [12:51] VLC media player opened [12:53] Cuma_: you can close, please pastebin your whole: dmesg [12:53] https://paste.ubuntu.com/p/mvxYy4ybfS/ [12:57] Cuma_: did you take a look in bios for sound settings? [12:58] no I didn't look === stephen is now known as Guest13618 [12:59] I can come back after taking a look at the bios settings [12:59] sure [13:00] okey [13:00] Anyone there? [13:00] !ask | Guest13618 [13:00] Guest13618: 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 [13:06] How do i change default file name pattern of screenshots? It has spaces by default! [13:19] Hi! I am currently experiencing kernel panic on my system. I think it's because I might have accidentally removed all the linux headers...Is there a way i could add it back? [13:22] eraserpencil1: you can reinstall them, but I'm certain that linux kernel headers are not the cause of panics. headers are only used when building software, like DKMS [13:27] hi [13:27] blackflow: okay... the line before kernel panic is Kernel offset 0x32400000 from 0xfffffff81000000. Might that be the cause of my panic ? [13:28] eraserpencil1: that line is useless per see. you need the whole dump [13:29] eraserpencil1: by "dump" I mean stack trace, not the core dump per se [13:29] well apart from that, there is a segfault at 0 ip ..... .... .... error 14 in systemd [13:30] I cant seem to boot into any kernel version... be it recovery/upstart or normal.. [13:30] any way i can help you help me do a stack trace? === crazybluek is now known as Blueking [14:08] Hi pals [14:08] hello [14:09] Do you guys know if puppy linux uses the same package repository as Ubuntu? === Class7_ is now known as Class7 [14:11] as if the state problem [14:11] I have an aged netbook pc and I'd like to install some lightweigt distro that is Ubuntu-like [14:11] acebrianjuan: it doesn't. it's an entirely different distribution, no connection at all. [14:12] ryuo: ok, thank you [14:12] acebrianjuan: how old is the device in question? [14:12] ryuo: 6-7 years old [14:12] ok... not the oldest. RAM? [14:12] with any luck it's capable of 64 bit. === crazybluek is now known as Blueking [14:13] i was thinking it might be one of the atoms from 10 years ago that could only do 32 bit. [14:13] Hi folks [14:19] ryuo: The model is an ASUS Eee PC 1015PN and yes, it's an atom [14:20] !flavors | acebrianjuan [14:20] acebrianjuan: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours [14:21] lotuspsychje: thanks I'll check them out [14:21] acebrianjuan: is it at 2G? i'd suggest maxing it if it isn't. [14:21] acebrianjuan: that can be done quite cheaply. [14:22] acebrianjuan: it'll make your usage experience much smoother. [14:23] acebrianjuan: i'd say get a 64 bit flavor. it seems your atom supports it. [14:24] ryuo: running `free -h` thells me the device has 985M of total Mem [14:24] *tells === crazybluek is now known as Blueking [14:25] acebrianjuan: ok... so it's 1G. [14:25] acebrianjuan: it can take up to 2G. [14:25] acebrianjuan: i'd suggest expanding to 2G, but it's up to you. i just know a lot of distributions these days are more RAM intensive. [14:25] i've had machines get by with 2G still. [14:25] on beefier ones [14:26] Cuma_: did you find anything in bios? [14:26] ryuo: ok, can you help me finding which memory units would work in this device? [14:26] to expand it to 2G [14:26] acebrianjuan: https://www.crucial.com/usa/en/compatible-upgrade-for/ASUS/eee-pc-1015pn [14:27] acebrianjuan: that's one option. it shouldn't cost more than $10-15 if you know what to buy. [14:27] 2G isn't a lot by today's standards. === crazybluek is now known as Blueking [14:28] seems to be a simple replacement. [14:28] acebrianjuan: https://www.youtube.com/watch?v=8uDTkzl_mjE [14:28] ryuo: thank you! so it's a DDR3L type [14:29] acebrianjuan: evidently. [14:29] acebrianjuan: that type of RAM can be gotten on ebay somewhat cheaply second hand. [14:30] ryuo: the video is great. So there's only one memory slot [14:30] yes. [14:30] the max is 2G, so not surprising. [14:30] ok [14:31] seems you can also disassemble it to upgrade internal storage, but i wouldn't recommend it without good cause... these netbooks are a pain to disassemble safely. [14:31] i've ruined them before because of their small size. [14:33] acebrianjuan: seems this video might tell you how though: https://www.youtube.com/watch?v=MWuadetB24k [14:33] but i'd advise staying with what you got if it's still working. [14:36] ryuo: yeah looks easy in the video :P === crazybluek is now known as Blueking [14:46] I've got "eeepc 701" running debian server 3 years already [14:47] Ubuntu server didn't fit into it's 4GB storage [14:53] Ubuntu server takes a lot of gigs in comparison [14:54] talk about in #ubuntu-discuss guys [15:02] samba package has no own bug reporting on the launchpad, they simply redirect to the upstream bugzilla there. The problem I want to report has nothing to do with the package itself but how it is packaged. Packaging is done by ubuntu. So where do I report the bug? [15:05] blb4393: can you explain what happens to the channel, so volunteers can try to think along with you? [15:05] blb4393: does the bug also exist on debian samba package? then use bugs.debian.org === SimonNL is now known as SimonNL_Afk [15:32] what's the command similar to `ls` that shows the creation date and permissions of the files? [15:35] found it `ls -l` [15:35] acebrianjuan: `ls -l`? [15:35] acgissues: haha yes! [15:36] acebrianjuan: i mean, you could also use `stat` for individual files. I just wasn't sure if you meant if there was an `ls` option or a different command [15:39] <[n0mad]> i think i was trying to figure out if there was a key shortcut for something and i changed something. when i open a new application, its window no longer opens on top. i just get the notification telling me it's ready and i then have to click on the taskbar to get it to come into focus. any ideas? === SimonNL_Afk is now known as SimonNL [15:43] <[n0mad]> well, never mind. now it won't even do it again after doing it all last night and even right before my post [15:53] <[n0mad]> what the hell now it did it again. this is so annoying [15:59] Hello all. I have installed Lubuntu 18.10 in my new laptop, but I cannot connect to the DSL connection. I copied the settings from the nm-conection-editor of Ubuntu 16.04, where it works perfect. In Lubuntu 18.10, there are new options of "Parent Interface" and "PPP Interface" though. [16:04] my audio problem continues [16:07] I installed Ubuntu and no sound [16:08] cuma: please also mention all the step we tryed, so volunteers can pickup from there [16:10] I will not use this distribution. Crypto, we can't figure it out. [16:11] playing a sound should not be so much a problem [16:11] cuma: the users choice, but if sound doesnt work by default on ubuntu you might encounter the same on other Os aswell === med_ is now known as Guest51599 [16:36] Hi all, is there a way to connect to a FTP server from nautilus without TLS? Meaning, plain FTP. The thing is that I cannot connect to the server through nautilus, but I can through the command line as plain FTP. I have tested this in filezilla too. [16:42] Why are the system requirements for ubuntu are increasing as a new version comes out? [16:43] Does that mean that I wouldn't be able to use ubuntu on a really crappy (64bit) computer? [16:43] Even if I remove gnome, and use only command line? [16:44] socorro [16:44] por favor alguien me ayuda [16:45] help [16:46] socorro help [16:46] We are using deja-dup and the latest version does not seem to show a progress bar, so we are trying to find a work-around. Is there a way to see what command deja-dup uses to call up duplicity? [16:48] help me socorro [16:49] Hello, I am planning to get a custom build desktop with the following motherboard https://www.asus.com/ca-en/Motherboards/TUF-Z390-PRO-GAMING/ and planning to run Ubuntu 18.04.2 LTS [16:50] Help me [16:50] but I have some questions, whether Ubuntu 18.04.2 LTS will support all hardware? like USB 3.1 and Realtec Autio "Realtek® ALC S1200A 8-Channel High Definition Audio CODEC " [16:52] is there anyone [16:54] Test === SimonNL is now known as SimonNL_Afk [16:57] andy1234: not working [16:57] Lol [16:57] i could see it was working need not need someone to confirm it [17:04] Mr_Cyclops: should work... it's usually laptop hardware that has issues. [17:09] The DSL connection on my newly installed Lubuntu 18.10 is not working. I have copied the settings from nm-connection-editor from my Ubuntu 16.04, where it works perfect. The new nm-connection-editor has extra "Parent Interface" and "PPP Interface" options. Please help! [17:15] <_K_G_> 333 [17:27] sazawal, edit /etc/NetworkManager/NetworkManager.conf and set, [ifupdown] managed, from false to true [17:29] sazawal, then, sudo service network-manager restart [17:30] BluesKaj: thanks , i will try and will get back to you [17:32] sazawal, not real sure, but it's worth a try === SimonNL_Afk is now known as SimonNL === Noisette__ is now known as Noisette === pauljw1604 is now known as pauljw [18:19] t === andrew is now known as andy1234 === Elon-Musk is now known as tco [18:26] Posted this yesterday too, but I'm having a bit of hard time understanding whats going on with some multithreaded code I've written: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=3a37115737183b59e28fdb2e7f3df9b4 [18:26] It never completes. My guess is that some of the thread tasks fail, but I don't see anything in the logs indicating that, and I was assuming that failures would cause the whole app to panic [18:26] Ah wrong channel again, sorry. [18:39] Guten Morgen [18:39] More of an opinion than support, but would one recommend 18.04 or 18.10 for a server [18:39] Just internal network, would be used for Plex. nothing mission critical\ [18:41] how do I add a secondary adapter / ip address using netplan? [18:42] eSoul: 18.04. It is long term support, while 18.10 is supported for 9 months [18:42] hggdh: Indeed. I am not opposed to doing multipl do-release-upgrades to push that version out further [18:43] Hi Guys [18:43] I have a first time with Linux and im scared :D [18:47] salamander: first time first love ... [18:50] Not too much about Linux to be scared of [18:52] my Internet is slower i think. Wifi drivers update? or is it price for better OS :D [18:53] salamander: what? [18:54] my internet is working slowly on Ubuntu than on Windows i think. or am i just psychotic? [18:56] use a speedtest like speedtest.net [19:12] Hootch: hi [19:13] I am sorry wrong nick [19:13] salamander: hi [19:22] Hello why is eclipse package that old? :< === holger is now known as erindor [19:27] greetings [19:32] whenever I do `fdisk -l` one of the devices lists it's partitions as /dev/sda1 /dev/sda2 and /dev/sda5 and there goes a red text afterwards: "Partition 2 does not start on physical sector boundary." What does it mean? should I do anything about it? [19:33] hi [19:34] is this happening becasue of 'Advanced Format 4096-byte' (aka `Sector size (logical/physical): 512 bytes / 4096 bytes`)? [19:35] https://askubuntu.com/questions/156994/partition-does-not-start-on-physical-sector-boundary [19:35] that was googled before [19:35] that is not really explaining whether it's bad or not [19:36] I have another disk with `Sector size (logical/physical): 512 bytes / 4096 bytes` and it has no such a red text note [19:36] but disklabel type on it is gpt, unlike dos for the one with the red text [19:38] hi [19:40] FreeBDSM: you will get a risk with performance read/write >> https://www.linuxquestions.org/questions/slackware-14/fdisk-partition-2-does-not-start-on-physical-sector-boundary-4175442802/ [19:40] FreeBDSM: a good way - make a backup and reformat the partition [19:45] FreeBDSM: The main problem should be size definition of your partition. The size should mostly a multiple of 8 (8,16,32,64 ...) [19:46] Hootch: where exactly to look for that? https://paste.ee/p/gn8GQ [19:48] FreeBDSM: https://www.miniwebtool.com/modulo-calculator/?number1=1024&number2=8 the result should be 0 [19:49] I know how to division by 8 works :/ [19:49] FreeBDSM: your modulo was 6 https://www.miniwebtool.com/modulo-calculator/?number1=960096254&number2=8 [19:49] delete the part and define the right size [19:50] so, /dev/sda2 starts at 960096254 which is wrong, right? [19:50] yes [19:51] weird [19:51] FreeBDSM: or ignore it .. the system runs also [19:51] /dev/sda1 ends at 960094207 [19:51] Hootch: I will ignore it, as I suck at operating on the disk/partition level and properly backing up stuff [19:52] I'd end up with a screwed system :( [19:53] FreeBDSM: desktop system? [19:53] how come /dev/sda1's end != /dev/sda2's start? [19:53] Hootch: no, my home server [19:53] I've connected multiple hdds to it now [19:53] and I need to format stuff [19:53] backup stuff [19:53] and partition stuff [19:54] FreeBDSM: you should rethink your partition table design [19:54] FreeBDSM: search for server partitions and handling [19:55] I also need raid, afaiu I have hardware for raid, but I heard that it is better and more reliable to use software raids [19:56] I have a 3TB disk, which is big enough to back up all the other disks [19:57] a raid with one harddrive? [19:58] no, I have multiple hard drives, they have different sizes [19:58] hm .. you have something to rethink, dude :) [19:58] I'd like some raid cool enough to tell me once things go south 'hey, you need to replace disk X' and I'd just detach it and re-attach a new one instead [19:59] For your homeplace as backup system? [20:00] well, I have a nextcloud server running there and would like to run more stuff [20:03] damn, why's everything so confusing, I can't even figure out a way to list total space on disks. `parted -ls` first lists (physical?) disks as 500GB + 2000GB + 3000GB + 300GB + 320GB, then goes listing 'Linux device-mappers' that go like 345GB + 1611GB + 2991GB + 8.27GB, wtf [20:03] oh, and one of the disks is listed as Error: /dev/sdb: unrecognised disk label [20:03] Partition Table: unknown [20:04] oh, right, that's the DAS-RAID module [20:04] that supports hot-swapping === pascal is now known as Guest60654 [20:47] Hi [20:47] bhaag saale [20:52] remote desktop with multiple users? what can be used? [20:56] wr: hi [20:56] murthy, hi, to remote desktop with multiple users? what can be used? cross-platform? on a linux system... [20:57] wr: Are you talking about the backend or the front end? [20:57] wr: For protocol you can use rdp or vnc [20:57] murthy, rdo does it on linux? [20:57] wr: for front end krdc [20:57] *rdp [20:58] wr: Your mean rdp server? [20:58] murthy, anything that works [20:59] wr: there is one xrdp, but I haven't used it [20:59] wait [21:00] murthy, what wanna do is like you remote to a place then your abre to share screen/inputs with users, just like a teamviewer does it [21:00] *able [21:00] why not use vnc? [21:08] Hello everybody [21:34] how can i change my symlink back to green, its been changed to red and i can not access the data the inode is pointing to? === pauljw1604 is now known as pauljw [21:41] plutes: if a symbolic link is shown in red color it usually indicates the target no longer exists. you can then either take measures to put the target back in place or delete (and optionally recreate, pointing to a different target) the symbolic link. === Sudden_ is now known as nmddms [21:46] tomreyn, thanks mate, just 2 secs found out from youtube. === crazybluek is now known as Blueking [21:54] hello friends, I'm curious if when I uninstall a package with sudo apt remove 'package name', does it remove the packages configs/local data (and possibly any dependencies it needed during install)? Or nah? [21:56] fleabeard: nope, only the package itself, no configs, I think "apt-get purge" will do configs, at least on paper, and to remove any installed dependencies, you'd need to do afterwards "apt-get autoremove" [21:57] bprompt, thanks, would I need to specify the package name when removing the configs / dependicies with those commands? Such as 'apt-get purge tilde" or can these be done after I've removed the package? [21:59] fleabeard: you'd do the "purge" instead of the "remove", and that's "apt-get purge tilde", and then issue "apt-get autoremove" to toss any dependencies no longer needed [21:59] bprompt, sweet, thank you! [21:59] yw [22:02] I cannot hear any sounds on the computer, "dummy output" it seems. Is this normal? [22:05] cuma, nope (nor normal). You could try `sudo lshw -C sound` to list-hardware class=sound to get info on what (if any) sound devices are recognized, what driver= is being used etc.. it may provide clues as to issue(s) [22:09] paswerd [22:10] `sudo lshw -C sound` when I type in the terminal, USB writes === murthy is now known as phoenix_firebrd_ === phoenix_firebrd_ is now known as murthy [23:04] So does anyone have experience with getting samba to work in Ubuntu? === turdburglin is now known as kindofcool [23:05] sup guys [23:06] this is a test of my irc client [23:06] Cool [23:07] /join #news [23:07] scott_: Have you done an internet search? I think a conf file needs to be changed for samba in newer Ubuntu versions for most users [23:10] Yeah I've searched all over google and gotten ancient stuff about connecting windows 2000 to SMB1, nothing for troubleshooting modern samba [23:10] I mean, samba worked just fine 6 years ago when I last used it [23:11] So... wait. You're saying there's a known issue where Ubuntu ships with a broken .conf file, and they didn't just... fix it and reissue the ISO? [23:12] Anyway do you have a link? What i DID find on modern samba just described how it's SUPPOSED to work, not how to ACTUALLY make it work. === med is now known as med_ [23:47] hello. can someone give me a sanity check plz. i'm trying out ubuntu (18.04) as a workstation. embracing the snap thing. but i must not be understanding something with filesystem access. first i installed vlc player, but it can't open my media. then i tried gitkraken, but it can't access my git directory. it seems that they can only access local things in my homedir, and anything else eg. symlinks into nfs mounts is disallowed?