[00:11] Hi everyone. I am running Ubuntu 18.04 on a Dell XPS 15 4K screen. To properly see the text and icons I have my screen % set to 200%, this works fine for most things, however when I use Burp Suite (a java program) the whole thing is so small I can read the text etc. What can I do to remedy this? [00:12] wow, you got me on that one. [00:13] strazak, :) [00:15] In that application itself, in the user options, I can set the font size to 40, however nothing changes [00:24] cuchulaind, try --force-device-scale-factor=2 [00:27] heya all [00:28] my keyboard layout is US English (IBM Arabic 238_L) [00:29] is there a way to install it to ubuntu without manually mapping the keys one by one? [00:30] cuddlesecks, are you installing ubuntu for the first time? or this is a new keyboard on an existing installation? [00:33] I've installed ubuntu using this keyboard. few keys were off compared to the English(US), but it wasn't that bad [00:33] I managed [00:34] , I don't want to keep using the en us layout though. [00:36] cuddlesecks, this is for Ubuntu? Which version? [00:36] 16.04 [00:36] sudo dpkg-reconfigure keyboard-configuration [00:36] Hi [00:37] hi yaxxino [00:38] can someone tell me whats the command to display log folder ditails like in this one here https://askubuntu.com/questions/863995/my-var-log-folder-is-taking-too-much-space [00:38] yaxxino: ls -l /var/log [00:38] cuddlesecks, you can use what tomreyn just suggested or in your apps find System Settings => "Text Entry" and add the new layout there and remove the English US [00:39] yaxxino: you may want to run it with sudo in case it returns error messages. [00:39] tomreyn, the command shows a list of all the preinstalled models [00:39] localectl list-x11-keymap-models [00:39] cuddlesecks, scratch the "Text Entry" area... go to the Keyboard settings in System Settings [00:39] this does the same [00:39] the problem is, my layout isn't there to begin with [00:40] * pragmaticenigma or i don't know how to do it in the GUI... CLI is best for me too [00:41] cuddlesecks, look for Arabic 101, Arabic 102, or Arabic 102 Azerty [00:43] nope, no 102's there. That would've solved half the problem but oh well [00:43] Yesterday I bought a seagate external drive for backup. I plugged it in and ubuntu found it. I started copying my homedir across before I went to bed. In the morning I discover that the drive can't be accessed. [00:44] I unplugged it and plugged it back in. When I try to navigate it using gnomes version of explorer I get the message "unable to access 'Seagate Expansion Drive'" [00:45] tomreyn: thank you, this is my output https://pastebin.com/FGNidhNz can you tell which file to delete to free space from my var folder and whats the command line to do that. thanks again [00:45] There's a longer message, but gnome won't let me copy and paste text from the dialogue [00:45] cuddlesecks, sorry, I was expecting those options tomreyn provided to be like the keyboard selection during install [00:46] basically I just want to plugin in an external hard drive via usb and copy stuff to it. How does one do this with ubuntu? [00:46] bobdobbs, Do your files have anything other than ASCII characters in them (possibly unicode for non-english based characters)? [00:46] yeah, I wish to know if there's a package to install or something similar to add a new layout [00:47] bobdobbbs: Is it usb2 or usb3? [00:47] otherwise, is manual keymapping the only way? because that'd suck [00:47] pragmaticenigma: maybe some of them do. Like my music folder is full of non-text files [00:47] boblamont: I don't know [00:48] cuddlesecks, I found the perfect tutorial, but it's from 2010 :-( a much older version of gnome [00:49] bobdobbs, file contents doesn't matter but file names do... I'm assuming the drive is formatted in NTFS, which doesn't have very good support for file names outside of the standard ASCII character set or files that contain reserved characters [00:49] bobdobbs, did you format it? if so, what file system did you use? [00:49] pragmaticenigma, do share, might help me get ideas [00:49] cuddlesecks: https://www.howtogeek.com/howto/17508/add-keyboard-input-language-to-ubuntu/ [00:50] dabba: I didn't format it. I didn't think I had to: when I plugged it in for the first time it just worked. I could see the contents [00:50] cuddlesecks, I think I was on the right trail with "System Settings" => "Text Entry" [00:50] "System Settings" => "Text Entry" [00:51] that was the first attempt for me [00:51] bobdobbs, my guess is it probably shipped with NTFS, if you don't need windows support maybe try reformatting the partition on it to ext4? [00:51] bad file names shouldn't stop it from mounting the drive though, [00:51] like i said, it's not listed in the layout list [00:51] cuddlesecks, in there you can add Arabic as an input source. When you've added the layout, there is a keyboard icon to check the layout on screen [00:51] dabba: I guess it doesn't do any harm to format it now [00:52] which shows a wrong layout, trust me I've tried them all [00:52] all the options for both arabic and english [00:52] bobdobbs, thats what i'm thinking, if you were copying and not moving the contents, as in not losing data. might play nicer with a native linux filesystem [00:52] bobdobbs, it can corrupt the FAT, which is needed to mount NTFS volumes [00:52] pragmaticenigma: damn [00:52] I know exactly what my layout name is, I'm just wondering where can I fetch and install it [00:53] if it's even possible [00:53] pragmaticenigma: so, what's the safest possible way of making the drive accessible [00:53] US English (IBM Arabic 238_L), this is my layout [00:54] cuddlesecks, just to verify, this doesn't work for you? https://askubuntu.com/a/298752 [00:54] <> signs top left [00:54] 1 sec [00:55] bobdobbs, since it is brand new. I'd start with a format. Two options here. If the drive is only for Linux, you can format it in Ext4 and copy to your hearts content. If you want acces via Windows, then format it (preferably with a windows machine) to NTFS to reset it. [00:55] bobdobbs, it's also possible that a windows machine might be able to repair the drive [00:55] bobdobbs, without needing to format it... when you plug it into windows, it will want to do a check disk [00:55] How are you supposed to set the root password for mardiadb? It did not ask for one when installed. [00:56] pragmaticenigma: what about FAT32? If I use that, will the drive be accessible to both windows and linux? [00:56] pragmaticenigma, haha I swear I understand the option you're pointing me to my friend. Again, I've tried every arabic and english keyboard layout on that list and previewed them all. No, mine's not there. Yes, this was the first thing I've tried [00:56] sigilbaram, run cmd: mysql_secure_installation [00:56] sigilbaram, this should help you "reset" the mariadb password: https://www.digitalocean.com/community/tutorials/how-to-reset-your-mysql-or-mariadb-root-password [00:57] you want to run mysql_secure_installation after install mariadb to secure it ;) [00:57] dabba: No. That just says it changes the password. It still refuses to let me log in afterwards. [00:57] bobdobbs, find out if it is ntfs of exfat or fat32 or ext3/4 [00:57] oerheks: how do I do that? [00:57] https://help.ubuntu.com/community/FilesystemTroubleshooting [00:57] thanks [00:57] bobdobbs, FAT32 has a size limit, I'm assuming this is a terabyte sized drive [00:58] pragmaticenigma: oh yeah. 2 terabytes [00:58] hmm, that script always works for me... after running it I can login to root as you would any mysqldb [00:58] dabba, one needs to know the root password for the script to be able to run [00:58] not the first time pragmaticenigma [00:59] pragmaticenigma, the root passwd for mysql/maria [00:59] he said it didn't ask on install (which it doesn't) [01:00] bobdobbs, exfat does work for both windows and linux. though it still doesn't help with non-ascii file names [01:00] pragmaticenigma: when I run mysqld_safe it exits immediately. [01:01] pragmaticenigma: thanks [01:02] oh. the gnome shell gives me an option for format the drive! [01:02] oh wait it worked this time? @.@ [01:03] I just plugged in an external DVD/CD drive to rip a CD, but it isn't showing up. I tried lsusb, but it froze until I unplugged the USB cable from the drive, then it listed the rest of the USB stuff. Is there something that can show me what happens when I plug/unplug it? [01:04] boblamont, dmesg should show you device related events [01:04] boblamont, you can look at /var/log/syslog and /var/log/dmesg [01:04] thanks both of you, I'll take a look [01:05] boblamont, also might want to try a different cable? [01:10] pragmaticenigma: "You are using MariaDB as an anonymous user and anonymous users are not allowed to change passwords". [01:10] This after logging in as root... :\ [01:11] Hell! [01:11] Someone went sooooooooooo far out of their way trying to secure this package that I can't even set it up. :\ [01:11] sigilbaram, the only thing I know is I've used that tutorial with MySQl when I didn't have or didn't know the root password to MySQL. [01:11] Hello, i meant [01:13] pragmaticenigma: I've done these things before. I know that should work, but they aren't with this particular installation, which is brand new. T.T [01:13] whenever i setup mariadb, i install it, run the secure installation script, and login works fine with mysql -u root -p [01:14] dabba, "works for me" type statements aren't helpful. sigilbaram tried that and it didn't appear to work [01:15] I even deleted /var/lib/mysql and did mysql_install_db. [01:16] sigilbaram, isn't there usually a file somewhere that holds the root password. I know I create one for my own user so I don't have to type the password for automatted scripts [01:16] mysql_secure_installation says it changes the password, but it doesn't ACTUALLY change it. [01:16] is mysql_secure_installation even finding mariadb? [01:16] I'm new to Linux. Any tips? What to do for instance? [01:16] if that script isn't changing the password, i'm thinking there is a problem with the install and you might want to apt --purge it and reinstall [01:17] Do i need to learn the terminal? [01:17] sudo mysql --defaults-file=/etc/mysql/debian.cnf [01:17] This logs in but still doesn't seem to let me change the password [01:18] sky887, nope, you can use Ubuntu without ever touching the terminal. [01:18] sky887, Your question is very broad, if there was a specific task you needed to complete and were unsure how to do it. It would help if you asked that specific question [01:20] pragmaticenigma, ok. Thanks! But what is the difference between Linux and Windows? [01:21] ##windows has no trolls [01:21] :) [01:21] I find that I like Linux too [01:21] what a question [01:22] Hehe tell me in short [01:22] disable your mouse and go tty https://help.ubuntu.com/community/UsingTheTerminal [01:23] OK lol [01:23] I'm gonna hang around here and maybe learn a thing or two! :-) [01:24] sky887, that's one of the best ways to learn [01:24] sure a good start [01:24] sky887, just be careful of commands given to you on the web. Do not try anything you're unfamiliar with. If someone is giving you a command to use, ask them to explain the command and what to expect. [01:25] sky887, also, search the web for some of those commands. and look for second opinions. [01:25] Yep messed up an installation previously because of that [01:25] dabba I did apt-get purge off mariadb-* and mysql-common. removed /etc/mysql and /var/lib/mysql. apt-get intall mariadb-server. mysql_secure_install. Same issue. Doesn't actually set the password. T.T [01:26] sky887, In this room especially, there are unfortunately individuals that will suggest something that is malicious. Others usually will quickly respond to bad commands [01:26] Lol! [01:26] OK [01:27] sky887, watching this room you will quickly pick up the knowledge experts [01:28] pragmaticenigma, I'm assuming you are one! [01:28] sigilbaram, the secure install script completes successfully? any messages out of the ordinary? do you select any options other than the defaults? [01:29] sigilbaram, also which version of ubuntu? my mariadb experience is with ubuntu 16.04 [01:30] dabba, Password updated successfully!; Reloading privilege tables ... Success! [01:30] This is 16.04 [01:30] are you using the ubuntu repository or the official mariadb respository? [01:31] The only respository I added was ppa:ubuntu-toolchain-r/test [01:31] pragmaticenigma, i thinking learning coding a little bit too [01:31] I've got good resources [01:32] systemctl status mariadb looks good? [01:32] *I'm [01:32] sky887 I found this pdf several years ago.. it's a good primer on terminal. >>> http://www.linuxzasve.com/preuzimanje/TLCL-09.12.pdf [01:33] sigilbaram, do you have mariadb-client installed also? [01:33] Tin_man Thanks! [01:33] np [01:34] I'll check it out [01:35] Hm.. i won't download. [01:36] dabba, http://paste.ubuntu.com/p/TQkRV4tWZh/ [01:36] I'll Google though! Great tip! [01:37] And yeah when I installed mariadb-server it pulled in mariadb-client and mysql-common [01:37] sigilbaram, that looks useful [01:38] sigilbaram, what authentication plugin are you using? [01:38] sky887, if you using firefox at the top of the document on the right side you see a printer and a down arrow press the down arrow, and it will download [01:39] Tin_man sorry. I won't [01:39] dabba, I don't even know what that is... [01:39] do you login when you just do mysql -u root? [01:40] dabba, no it says access denied. [01:40] i doubt you want to print it out, it's 522 pages.. better to download. and leisurely read it with a pdf reader [01:40] dabba Oh if I use sudo it works. [01:40] sigilbaram, https://mariadb.com/kb/en/library/authentication-plugin-unix-socket/ [01:41] sigilbaram, bottom of that article has steps to switch to password auth if you need it [01:42] dabba Wait so this makes it so that local users can connect to their mysql account without a password? [01:43] yeah, digging a little more on the docs it looks like this is enabled by default on debian versions (but shouldn't be on ubuntu) which is weird [01:44] well wait you aren't using the official repo [01:44] so if you had used the official repo the plugin wouldn't have been enabled by default (and the password would've worked from the start) [01:44] but the debain/ubuntu packages have this enabled at install [01:44] Any good casual chat channels? [01:44] hi guys, may i know does anyone here has configure their own wifi on ubuntu before? such as recompile the driver so on and forth? I have look through some of the helpful pages posted on ubuntu forum but it wasn't able to solve my problem. [01:44] sky887, #ubuntu-offtopic :) [01:45] Thanks [01:45] The ppa I'm using is just things like gcc and g++? That shouldn't have messed with mariadb? [01:46] Cannot join it dabba [01:46] no what i'm saying is if you add the official repos for mariadb, the unix socket authentication plugin would not be enabled [01:47] Ooooh I thought you meant the official ubuntu repos. [01:47] apologies for the confusion sigilbaram [01:47] Any others? [01:47] i'm using a wifi dongle with Ralink 5370 chipset [01:47] !alis | sky887 [01:47] sky887: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [01:48] dabba No problem. This is actually kind of a neat feature. I don't mind it now that I know why passwords weren't working. Makes importing stuff easier. xD [01:49] sigilbaram, yeah I had used the official packages so I didn't even realize this plugin existed. seems useful. glad we got to the bottom of it! [01:49] *official mariadb packages* :P [01:50] Thanks for the help figuring out what was going on. xD [01:50] sky887, to join other rooms you will need to register your nick with freenode [01:50] !register | sky887 [01:50] sky887: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. [01:51] sigilbaram, I had to step away... what ended up being the trouble spot? [01:52] pragmaticenigma: https://mariadb.com/kb/en/library/authentication-plugin-unix-socket/ [01:53] lets users logged into the system use their mysql account without needing passwords, but removes password functionality. [01:57] Thanks! [01:58] hello friends, i try to install dual os in HP laptop. I disable secure boot and fast boot option. after that i install ubuntu. everything fine ubuntu installed but after restarting its directly goes to windows login\ kindly suggest what i should do ? [01:58] srini, you may need to change the boot order in bios to first go to the ubuntu (grub) /boot partition [01:59] when start ubuntu live cd (for 16.04) get a black screen with two choices: "1." and "2." with no text description next to the numbers. What does each choice say? [01:59] bios i select usb,hdd,cd ordee [01:59] Hello [01:59] I got E: Unable to locate package linux-firmware-nonfree ? [01:59] What new name ? [01:59] What's new name ?* [01:59] sigilbaram, what a silly plugin to install by default and not tell anyone [02:00] pragmaticenigma, I thought the same thing! Learned about it tonight because I've only used the mariadb repos that don't automatically enable it [02:00] pragmaticenigma: It's nice now that I know but... yeah... would have been nice to know... xD [02:01] dabba ? [02:01] i enable uefi mode also [02:01] srini, in bios, usually you can see options for windows/ubuntu/usb/cdrom - My laptop is lenovo though, and I have not used HP in a long time so I can't say much more than that [02:02] It's especially interesting that mysql_secure_installation just... doesn't care... Success!? === brainwash_ is now known as brainwash [02:02] sql is available for ubuntu\is it free or charge ? [02:03] sigilbaram, yeah that should give some info on the fact that passwords are completely ineffectual lol [02:04] Ubuntu 18.04beta2 KDE - I have xpad installed and when I try to connect my XBOX ONE controller it only shows the the mac address and when I go to connect it won't connect [02:04] this was working fine on gnome desktop [02:04] paddy, i think you'll want to bring questions on 18.04 to #ubuntu+1 [02:04] dabba, sigilbaram now that you meantion it... I think the default MySQL installer does the same thing... It's been a year since I did anything with it [02:05] Any help ? [02:06] pragmaticenigma: that's possible. I vaguely remember banging my head against mysql on debian.... [02:06] I mean ubuntu maybe also debian === yourname is now known as sere_ [02:06] sigilbaram, it makes sense if it were a desktop installation, but I use server. implying that the server may need remote connections (though I don't use root for those) [02:07] !patience | AmR|EiSa [02:07] AmR|EiSa: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [02:07] !info linux-firmware [02:07] linux-firmware (source: linux-firmware): Firmware for Linux kernel drivers. In component main, is optional. Version 1.169.3 (artful), package size 41508 kB, installed size 210540 kB [02:07] AmR|EiSa, sounds like you may need to enable the non-free repos [02:07] so the -nonfree is dropped [02:08] ok [02:08] !Info linux-firmware xenial | AmR|EiSa [02:09] i think if you want nonfree packages that is in the multiverse now, is it not? [02:09] sudo apt-add-repository multiverse && sudo apt-get update [02:10] pragmaticenigma: Well it's a per-use authentication method, so any remote servers that need to connect to MySQL could still use a password instead, while the server admin could use this password to login with ssh. [02:10] yo [02:12] s/admin could use this password/admin could use this plugin/ [02:15] sigilbaram, guess it just needs better documentation in the ubuntu wiki [02:22] I think I found out what my problem with the cd/dvd drive was... it's broken. A different drive had no similar problem. [02:24] boblamont, makes sense. glad to hear you solved it! [02:37] halo [02:37] wht is this [02:45] hi ubuntu. I have a 16.04 rescue disk, from which I've managed to access my busted sda1. I can see all the files. how can i FTP them to my NAS? ftp only does one file at a time and I can't install ncftp. [02:45] they're 12G, so i can't just write them to dvd. :T [02:45] hint, please? [02:47] your nas won't write faster than file-per-file [02:47] you could make it one file, that could save time with scp [02:51] i haven't the room to zip it all? [02:51] NAS says it can create a NFS user, now i just need to figure out how to mount it on the funky box [02:55] i tried sudo mount -t nfs 192.168.1.105:/public /mnt/temp, I get invalid fs? [02:56] there's no /sbin/mount.nfs or /sbin/mount.cifs [02:57] i would just install filezilla in the liveiso, and connect [03:18] i-make-robots, would rsync work? [03:37] dabba - i get a "command not found", but when i rs it lists rsync [03:37] same for scp [03:37] i can ssh to the NAS. [03:37] so idk wtf is going on [03:38] i-make-robots, can you use a full 16.04 live usb environment? as opposed to the rescue disk? [03:39] I don't think I have a usb stick big enough. lemme check... [03:40] i'd need a url about how to set up a usb stick as the env. this box is so old it only responds to the ps2 keyboard [03:41] it also says there are 25 of 27G used, then says 0% available. :T [03:42] well if you can use another machine to create the usb media, then booting from the usb media you should be able to access your busted sda1 and move your files. I'm just not familiar with the rescue disk but I've done similar stuff with just the regular ubuntu 16.04 usb install running in evaluation (GUI) [03:42] sounds like the rescue disk you booted from is lacking some functionality that i think would be in the standard 16.04 install media [03:50] hey anyone know if there is a general ubuntu linux channel on freenode-want to know how to make a live install of windows with persistence on a usb from ubuntu or terminal [04:00] conjo, to the best of my knowledge there is no tool in the Linux/Gnu world for that purpose. Microsoft offers a tool that is available only to Enterprise level versions of their OS. you might find help in /join #windows [04:01] what does the "stable" mean in the follow command? "cat rvm.sh | bash -s stable", maybe an argument that is passed into the script being run? [04:02] i checked the man page, the word stable is not in there, and a google search for stable is very generic [04:05] MoonManT, the value "stable" is passed to the script rvm.sh ... the script rvm.sh consumes that argument [04:06] MoonManT, if rvm.sh is what I think it is, it is telling the ruby installer to use the "stable" branch for install [04:07] MoonManT, further information can be found here: https://rvm.io/rvm/install [04:08] pragmaticenigma: thank you === Sky887 is now known as Sky7 === Sky7 is now known as sky887 [04:21] anyone know how to make live win usb from ubuntu [04:22] cant find info on how to do it from linux only how to from windows [04:22] #freedv [04:23] whats that dude [04:24] conjo, a tool called woeusb or winusb is what you need [04:24] cant find it in the ubuntu software center and have been warned off installing from terminal [04:25] as repos not kept up to date and leads to security holes in system [04:25] please advise your logic [04:25] or approach to make it findable in software center [04:26] conjo, sounds like your normal bad advice someone hear would give [04:26] mmkay [04:26] so what then and any thought behind that [04:27] conjo, you try the built in tool [04:27] do you mean starup disk creator [04:28] conjo, the gnome disk unilty [04:28] conjo, the advice you were probably given is that this channel does not support software supplied outside of the official Ubuntu package repositories. Software obtained elsewhere is at your own risk. It is up to you to determine if the program accomplishes what you desire and is worth installing on your system. [04:28] yeah but no good for windows usb that i wanna boot live with persistence(like [04:28] utilty [04:29] conjo, you need this ppa the install winusb [04:29] starup disk creator is good for making my live linux usb's but not windows unless im doing something wrong(please advise) [04:29] conjo, https://www.ubuntuupdates.org/ppa/webupd8?dist=artful [04:30] conjo, yea windows needs it own speical sauce [04:30] conjo, using the normal dd command does not work [04:31] do i add it from the terminal (copy paste) or from the software and updates page(see image) [04:32] conjo, copy past then apt-get install winusb [04:32] https://imgur.com/a/sCk4Z6A [04:32] sudo apt-get instal winusb [04:34] that won't get you live windows [04:35] hey where do i paste "https://www.ubuntuupdates.org/ppa/webupd8?dist=artful", also do i add wget to it or anything tried in the terminal and this is my output "no such file or directory" [04:36] tried in the "software updates" and it wont allow me to add [04:36] conjo, you copy this sudo add-apt-repository ppa:nilarimogard/webupd8 [04:36] thanks [04:36] conjo: we dont support external ppa's here [04:37] gogeta: when users try to add ppa's please also inform them about the risks aka !ppa [04:38] !ppa | gogeta [04:38] gogeta: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [04:39] i sware when did this turn from helping with issue to purest garbage [04:39] gogeta: do you know how many users come here with scramled dependecies because of adding ppa's? [04:40] cant install winusb it says "Unable to locate package" help [04:40] got the warning cheers [04:40] conjo, sudo apt-get update [04:40] conjo, then sudo apt-get install winusb [04:41] thanking you [04:41] winusb doesn't even do what was requested [04:41] just a big waste of time :| [04:41] gogeta, when users install random stuff from all over the web, it becomes very difficult to help them. All the volunteers here know where to find documentation and resources for the items that are provided by Ubuntu. This channel has 1555 users at the moment, next week that number will like quintuple. We strive to help keep things baseline as best we can. [04:41] Ben64, he whants a windows installer correct [04:41] no [04:42] well dam [04:42] yeah but no good for windows usb that i wanna boot live with persistence(like [04:42] (got that what is [04:42] huh? [04:42] conjo, yea winusb only makes windows installers for 7 and up [04:43] what will allow making live usb win with persistence from linux [04:43] nothing [04:43] surely there is a way [04:43] conjo, as I stated earlier. the only way to create what you are looking for is to have a valid Windows Enterprise level installation. Which has the tool available to build a peristant windows USB live environment === anyone is now known as eschwartz [04:43] nope [04:43] ask ##windows on ways to do it [04:44] can you tell me what the tool is called [04:44] please [04:44] ask ##windows or google [04:44] conjo, It is built into Windows. I do not know what it is called. Plase /join ##windows as they're more likely to have people familiar with it [04:44] not on topic at all [04:44] also did the winusb install work think i had an error not sure-please advise [04:45] mkay thanks [04:45] https://imgur.com/a/lokCLwy [04:45] did it work see img [04:45] think dats n error on the install yeah? me noob [04:46] conjo, it did not work. the PPA does not support Ubuntu 16.04 aparently [04:46] suger [04:46] gogeta: you see why suggesting ppa's are risks now? [04:47] conjo, dam that ones down relly [04:47] conjo, just remove that from your softwhere sources to fix that [04:48] conjo, it did not do what you where asking anyways [04:48] so now i have to delete the added repo and sudo apt-get autoremove && sudo apt-get autoclean && sudo apt-get update && sudo apt-get dist-upgrade to be all good again is this correct (me noob) help me learn if i am wrong too verbose or overkill [04:48] just saw your answer [04:48] conjo, just go to your softwhere sorces in the ui [04:49] re my question is that overkill [04:49] thanks [04:49] conjo, yea that was overkill [04:51] i made a mistake-i needed to tick the boxes in the software sources page,i hadnt and now it is installed and launching [04:52] thanks for all it has been very informative for me (learning more about linux and giving me perspective as im not advanced in understanding all that has been mentioned) [04:53] conjo, nice but that only makes install usb sticks [04:53] conjo, not a luve usb [04:53] live [04:53] great to hear conflicting opinions and examples of stuff so i understand [04:53] i know [04:53] but i have learned quite a bit [04:54] if i have to i will use a vm to do it with wsus or sumthing [04:54] conjo, vm are good [04:54] conjo, i do recomond downloading the deb from virtual box vs the one in the store [04:55] conjo, it was usb closed source bits [04:55] oracle version yeah [04:55] got that and the addon for my externals usbs drive sharing [04:56] how is battery life looking in ubuntu 18.04? i'm considering swapping over my T430 [04:56] and are there heaps of bugs? [04:56] * conjo wants to swap if its good [04:57] !18.04 | ca_cabotage [04:57] ca_cabotage: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+1 [04:57] yea thers a channel for that [04:58] its not offical uyet [04:58] yet [04:58] yeah, for what a few more days [04:58] so how is battery life in 17.10? [04:59] ca_cabotage, that is a question better suited for our off topic room, /join #ubuntu-offtopic [05:00] Hi again [05:00] HI [05:01] I just dl and installed JDK in my ubuntu 16.04 usr/local/java/ but there is no JRE inside it for me to setup the locarion of javac and java [05:02] do I need to install JRE separately? [05:02] java is bad for your soul [05:02] gogeta, that is not helpful. please keep commentary to offtopic [05:02] why :-( [05:03] gogo, did you use apt to install java or did you download it direct from Oracle? [05:04] downloaded from oracle then tar xzvf [05:04] hii [05:04] did the package not incluede JRE pragmaticenigme === arjun is now known as Guest42925 [05:05] how to add password to folder [05:05] gogo, what does the site say where you downloaded it from? [05:08] pragmaticenigma, nothing just commands after commands [05:08] cd /usr/local/java [05:08] $ sudo tar xzvf ~/Downloads/jdk-9.0.{x}-linux-x64_bin.tar.gz [05:08] pragmaticenigma, I'm having problem with this part Inform the Ubuntu to use this JDK/JRE: [05:08] / Setup the location of java, javac and javaws [05:08] $ sudo update-alternatives --install "/usr/bin/java" "java" "/usr/local/java/jdk-9.0.{x}/jre/bin/java" 1 [05:08] // --install symlink name path priority [05:08] $ sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/local/java/jdk-9.0.{x}/bin/javac" 1 [05:08] $ sudo update-alternatives --install "/usr/bin/javaws" "javaws" "/usr/local/java/jdk-9.0.{x}/jre/bin/javaws" 1 [05:10] I can;t Setup the location of java, javac and javaws [05:11] gogo... use pastebin.ubuntu.com to post your text. [05:12] gogo, also, the JDK does not come with JRE ... Oracles site states: The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform. [05:13] gogo, the absense of "run java applications" or the like should tell you, you need the JRE installed separetly [05:14] ok pragmaticeigma, how do i do it? terminal or tar? [05:20] gogo, I don't understand why you are not using the package manager to install this. It would be a lot simplier and we could support it [05:20] yes I just did pragmaticenigma [05:20] using temrminal [05:20] ty [05:21] now it shows that java is installed === sky887 is now known as Sky887 [05:22] now where is it? and should I be moving it to usr/local/java ???? === Jochen_wvdT is now known as Schlawiner [05:25] whats the name of the ubuntu offtopic channel? [05:25] gogo do not move anything [05:25] !ot | Sky887 [05:25] Sky887: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [05:25] Sky887: we also have #ubuntu-discuss for ubuntu related chat [05:26] gogo, type "whereis java" to find it [05:27] ty pragmaticenigma keep doing the good work I apreciate . tysm [05:27] okay, but i cant access the offtopic [05:27] Sky887: are you registered? [05:28] yep i think so [05:28] Sky887: check the error on join? [05:28] i can access it but there is 0 users [05:28] Sky887: mistyped? [05:28] Sky887, /join #ubuntu-offtopic [05:28] mybe [05:29] probably === Sky887 is now known as sky887 [05:30] Sky887: some clients you can click on the #ubuntu-offtopic to join also [05:30] im using Polari [05:30] sky887, oh... nicks are also case sensitive... so if you registered as sky887 instead of Sky887 that makes a difference [05:32] yeah [05:32] sky887: identified? [05:33] yep [05:33] sky887: ok, join the channel now [05:33] The above statement is untrue however. [05:34] !who | krytarik [05:34] krytarik: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [05:34] You, my dude! ;P [05:35] thanks krytarik I'll add it to my notes... some servers are, and some aren't I've found [05:35] err'd on caution side [05:35] Fair enough. [05:36] well i dont get it to work ah well [05:36] sky887: its not very hard...type /j #ubuntu-offtopic [05:36] i have done so m'lord [05:36] just wont show any users [05:36] sky887: then your in the wrong channel [05:37] sky887: it has 115 users atm [05:37] lol ubuntu-offtopic [05:38] hm i think i got the answer i used my cellphone earlier maybe need to log out [05:40] in fact i think ill just stay in this channel [05:40] sky887: this channel is only for support [05:41] lotuspsychje: well now, aint that a-somthin [05:41] what about ubuntu related [05:41] !discuss | sky887 [05:41] sky887: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [05:56] Installing 18.04 RC1 now [05:57] luna_: welcome to the ubuntu community, #ubuntu+1 for 18.04 support if you want [06:02] dabba - so... if i have the usb in as sda5 and i open a shell on that, i should be able to write to the media and apt-get? [06:07] Hello. I'm stuck on zesty. I do a apt-get dist-upgrade and I get a lot of errors. What are my options? [06:09] you got a range of options, in fact all the options in the world if you think about it! [06:09] heh [06:09] :)))) [06:09] icmpcat, zesty is EOL. when a release reaches eol its repos are moved from `archive.ubuntu.com` to old-releases.ubuntu.com - you could make this change yourself, then release-upgrade to the later version [06:10] so change all archive.ubuntu.com entries in my sources.list? that should atleast get me started? [06:10] !eolupgrades [06:10] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [06:10] you could also re-install a newer version (ideally it tries to preserve your apps & settings, but make sure you don't format or make a mistake with the install) [06:11] icmpcat, note: if you had country codes (eg. au.archive.ubu..) - remove the country code as old-releases.ubuntu.com doesn;t have them [06:15] icmpcat, i hope you're right. you've got it; just remember to `sudo apt update` to update your repo-lists before dist-upgrade etc [06:17] whats the difference beteween sudo apt upgrde and sudo apt-get upgrade [06:18] except for the spelling mistake [06:18] ill tell ya one's got -get in it, but what else? [06:19] sky887: apt has a progress indicator, that's about it [06:19] ok [06:22] *goin fer a CiG* [06:25] anyone stoked for the new LTS release? [06:25] i for sure am! [06:30] I can't get my xbox one controller to connect [06:30] The bluetooth menu in KDE only shows the mac address and it won't connect. It worked fine in gnome [06:46] now i've got two nicks registered nicks on all 3 channels [07:28] Anyone here? Obviously, but, anyone here? [07:29] !ask [07:29] 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 [07:30] I have a suggestion. Once you install an irc client on Ubuntu it should direct you to a non-technical channel [07:30] Or maybe both [07:31] i have a feeling the microsoft office web app is designed to freeze up and generally provide a horrific experience on linux [07:31] sky887_: file a wishlist bug [07:32] at least that's what it feels like trying to write papers in it [07:32] ducasse i wont [07:32] Too laaaazy [07:32] But now it's out there [07:33] Maybe in fact ubuntu-discuss [07:35] Ubuntu discuss is for non-technical ties, general newbie questions - am I right? [07:36] check the topic [07:36] That's what the channel name implies [07:39] And maybe that's what it is [07:41] Anyway when I started out (weeks ago) I found it hard to learn how to operate the system. And I still do. For instance i don't use the terminal very much yet [07:42] honestly i haven't even touched my terminal since installing [07:42] I come from Windows [07:42] doin pretty good [07:43] Yeah! Me too, but there's probably more to this Linux thingy [07:44] every time i do a clean install i like to see how long i can go without opening a terminal [07:44] it's like a game to me lol [07:44] Lol [07:50] A good introduction to the terminal at startup will probably do it [07:50] I know nothing about it [07:52] I have just copy pasted some commands [07:52] the most important terminal commands are "ls", "cd", and "vi" [07:52] imo [07:53] you can get a lot done in the terminal just knowing those three commands [07:53] edisonbulb well I didn't know that up until now [07:54] What are they for? [07:54] 'vi' is probably not the best choice for newbies, better to point them to 'nano' [07:54] I know cd [07:54] ls just lists all the files in a directory, cd changes the working directory, and vi is a text editor. ducasse is right, nano is a better choice for newbies [07:55] i forced myself to learn vi when i was a newb because it felt almost mystical to use [07:55] nano - what for? [07:55] ls [07:55] nano is an easy command line test editor [07:56] use it instead of vi [07:56] just type "nano", it's pretty intuitive [07:56] I don't follow [07:56] I'm not om my computer though [07:57] https://www.youtube.com/watch?v=45KO4KO2DTo <-- might help with nano usage [07:58] a text editor modifies the contents of text files, it's basically notepad [07:58] *the equivalent of notepad [07:58] Ok [07:59] you can forget what I said about vi, it's pretty advanced [07:59] i guess i'm just used to it [08:00] good luck on your Linux journey :) [08:00] i gotta go [08:02] hello [08:02] anyone? [08:02] Hi [08:03] hi [08:03] so few people here [08:04] There are many [08:04] Not all may be active [08:04] yeah [08:05] my first time using hexchat [08:05] so does my linux ubuntu need antivirus i know windows does and servers do but i am only desktop [08:05] Why choose Linux when there's Windows? [08:06] windows gives me headaches endlessly [08:06] ubuntu pain free so far.... [08:06] conjo: no, it doesn't [08:07] I do it for fun. Of course, it's free. [08:07] and pain free [08:08] updates dont take days my major takeaway from recent change [08:09] there's many tools only under linux [08:10] simonummer ok, can you be more specific? [08:11] Maybe Linux is for coders? [08:11] such as tensorflow [08:11] But it's gaining popularity I guess [08:12] More and more people have taken an interest in IT [08:12] that's right [08:13] but turning to linux from windows can be painful at first [08:13] Yeah [08:13] conjo, viruses are mostly a windoze problem. I don't use anti-virus, but I don't transfer that many files to windoze users. antivirus software mostly protects windoze users, so you don't really need protection yourself, but any you use may protect files you xfer to windoze users ... other malware can infect, you could always run clamav now & again if you're concerned, but for yourself - my 2c is nope (note: i'm no expert on malware) [08:13] you'll get used to it [08:13] hey ummm, hi. I got a question. [08:14] I just installed backbox which is an interesting security type distro of ubuntu. I got fed up with all the errors of parrot os but I do like parrot. [08:15] FXpro, this channel is for Ubuntu and official flavors only - i don't know parrot or backbox, but they don't sound like ubuntu (ubuntu-mate, xubuntu etc) [08:15] Thus the increase in app productions - that's an indicator of the status quo [08:16] oh ummm [08:16] parrot os is its own thing based on debian. [08:16] General public interest in IT [08:16] backbox is a security release of ubuntu. [08:16] no [08:16] it's not ubuntu at all [08:16] FXpro: backbox is not supported here [08:16] they advertised it as ubuntu based. [08:16] still, not supported [08:17] only Ubuntu and official flavors (xubuntu, kubuntu, lubuntu, ubuntu-mate, ubuntu-budgie ... they are pretty easy to detect!) [08:17] ok so let me ask you if I where using strictly ubuntu, and I made a short cut of a program to the panel, where does it put the icon? [08:17] FXpro, that depends on DE or flavor used [08:17] sup guys [08:18] FXpro: try getting support from a backbox channel or in ##linux [08:18] !backbox | FXpro get support here [08:18] FXpro get support here: Backbox Linux is not a supported derivative of Ubuntu and is thus not supported in #ubuntu. Please use #backbox on irc.autistici.org or https://forum.backbox.org/ for help with it. [08:18] out of all those you just listed lubuntu and xbuntu I tried. [08:19] ubottu, thanks for the info but I already tried. I can not connect to their server via client or web interface. [08:19] FXpro: I am only a bot, please don't think I'm intelligent :) [08:20] well ducasse then :) [08:20] ##linux exists on this network and is for linux in general, this channel is only for Ubuntu [08:20] ubuntu is debian based right? [08:20] what is your point FXpro ? [08:21] or how exactly does that work. fork of debian=ubuntu? [08:21] parts of debian are supported by ubuntu, its not a fork though some parts may be [08:21] ahhh, and there is an apps store? [08:21] where can i get indepth knowledge about Ubuntu [08:22] debian is usually described as upstream of Ubuntu (particularly debian-sid) [08:22] I have been using it for a while but using it just for normal uses and I don't think I have tapped into the area for which it is actually built [08:22] gogo: probably a book or online resources [08:23] sky887_ any particular one you would suggest? [08:24] gogo, maybe try https://ubuntu-manual.org/ for a manual (user level stuff), if you need more technical you can use the wiki or other resources (parts of the wiki are rather old, some parts are kept up-to-date, so check dates of last update maybe) [08:24] gogo I'm new to Linux. I haven't done the research [08:25] gogo, in what area do you want to learn more, what do you want to accomplish (though this dicussion would be better suited for #ubuntu-discuss) [08:28] guiverc: I want to learn about these permissions and groups and all the technical stuff so that I don't need to google everytime I get an error in terminal. I really want to understand the language that Ubuntu talks in. I have learned to use the terminal to do small tasks like installing or the basic commands [08:29] gogo: you really just need to read docs, and it will come with experience. learn how to use the man pages. [08:30] alright ducasse. I'll start reading them now [08:31] where can I find the Java > jdk1.8.0_74 > bin path in ubuntu? I installed it using terminal and now I need to paste a code there [08:34] i agree about man pages; (man=manual); its a great reference tool, particularly for jogging memory. me I like paper books, so I buy books (2nd hand to cut costs; for terminal *nix things like groups/permissions its been the same for decades; vi i learnt in the 80s is still useful, just as grep & other unix commands learnt long ago) [08:38] also, 'info'. 'info bash' will give you the full bash manual. [08:39] gogo, i know 0 about java, but to find out where 'java' command is you can type `whereis java` [08:46] is anyone aware of a maildir/mbox importer/exporter for the recent version of Thunderbird? [08:49] I ma trying to run git clone from an Ubuntu subsyetm on Windows. It says that it cannot handle https protocol. Has anyone encounter that problem? [08:50] Is that a git issue or Ubuntu under Windows issue? [08:50] !ubuwin | x4i_ [08:50] x4i_: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide [08:56] I've installed a windows program called jpegview in wine, i want to know how am i make it the default photo viewer for ubuntu? actually it wasn't installed, u just download it and run the app. [08:57] don't have the option to browse for the app in the context menu, it just list the programs available. [08:58] I want to be invited to the windows channel [08:59] sky887_: ask in #freenode, not here [09:00] Any general programming channels? [09:00] ducasse ok thanks! [09:00] Any language [09:01] #freenode is irc support, #ubuntu is not [09:01] !alis | sky887_ but try this [09:01] sky887_ but try this: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [09:10] ducasse thanks! Found a good channel [09:16] Can't connect bluetooth xbox one controller: I thought it was supposed to work by default. When I go to connect via bluetooth it just shows the mac address and doesn't connect. I tried xboxdrv but that doesn't work either. [09:18] hi [09:34] hey guys, cant get my software centre to open for two weeks now, any idea how to fix it? [09:39] hi u all [09:39] anyone there? [09:40] I have a problem. I am trying to create PHP Docker container in my machine, but for some reason it exits immediately. I know this question should go into #docker, but it turns out that the same code is working on other machines, so this makes me suspect the problem is on the OS level. Like maybe some corrupted files somewhere or something like that. Does anyone have a clue what could be the reason for this problem? [09:40] sadmo, hi [09:40] hi kostkon [09:41] could you give me an opinion about a problem I have? [09:42] sadmo, describe your problem in detail and someone might be able to help you if not me [09:44] i can't install latest ubuntu 18.04 beta. I have an NVIDIA 1070 so I have a problem with drivers. I boot from usb with nomodeset, install, reboot with nomodeset, then I install the NVIDIA drivers and then I can't boot anymore even with nomodeset [09:45] sadmo, #ubuntu+1 is the channel for 18.04 since it's not out yet [09:45] sadmo: 18.04 support is in #ubuntu+1 until release [09:46] thank you... I'll try in that chan [09:46] wow, i never knew such a channel existed :O [09:46] <_war10ck_> !topic [09:46] Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [09:46] Dbugger: https://hub.docker.com/_/php/ Quick reference, Where to get help would that help ? [09:46] anyway I have the same problem with all the linux distros I try to install [09:47] the only one that boots is Mint. [09:47] Thanks, Ill take a look [09:47] good luck Dbugger [09:51] cant get my software centre to open for two weeks now, any idea how to fix it? ubuntu 16.04 , default environment [09:51] Can't connect bluetooth xbox one controller: I thought it was supposed to work by default. When I go to connect via bluetooth it just shows the mac address and doesn't connect. I tried xboxdrv but that doesn't work either. [09:53] here's what i get with sudo gnome-software https://paste.ubuntu.com/p/7vN3bDhkSw/ [09:54] <_war10ck_> Buanka: Kill the process "gnome-software" and then Ubuntu Software is working properly again [09:56] <_war10ck_> Buanka: pkill gnome-software and then try opening it again [09:56] <_war10ck_> It should work out. In case there is a service running, try restarting the service [09:58] _war10ck_: tried that, same output [10:05] _war10ck_, any thoughts? [10:14] <_war10ck_> Bu4nka: Still trying to see if there might be any other way. I had solved the same problem earlier and it worked out [10:16] <_war10ck_> Bu4nka: Can you try this? issue killall gnome-software [10:16] <_war10ck_> Bu4nka: Once that is done, remove the local data from ~/.local/share/gnome-software [10:17] <_war10ck_> Bu4nka: Then try opening Ubuntu Software center from the Unity launcher === Sven_vB_ is now known as Sven_vB [10:27] Howdy folks [10:27] Hi [10:27] Guys [10:28] _war10ck_: sudo appstreamcli refresh --force --verbose [10:29] https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155 [10:29] Launchpad bug 1563155 in gnome-software (Ubuntu) "No Application Data Found" [High,Confirmed] [10:29] (not the exact same symptoms but it may well help) [10:30] <_war10ck_> Bu4nka: checkout https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155 [10:30] Launchpad bug 1563155 in gnome-software (Ubuntu) "No Application Data Found" [High,Confirmed] [10:30] oh erong person, sorry ;) [10:31] *wrong [10:37] Hey I was wondering if GNOME slowing to a halt after like a day's worth of use was related to that memory bug everyone's talking about [10:43] hello everyone how are you all [10:43] Rockwood: welcome, how can we help you? [10:44] lotuspsychje, i am face error [10:44] facing [10:44] Rockwood: share the details all in one line to the channel please [10:47] lotuspsychje, i am looking for error logs [10:48] moestevens: if you are referring to a 18.04 beta, just based on the symptom, this might be related. Please discuss 18.04 in #ubuntu+1 until release. [10:48] Rockwood: perhaps you could share, what you facing already? [10:48] error showing on menu but i am unable to copy or screen shot it [10:49] its showing some error in temaviwer package [10:50] Rockwood: teamviewer is not officially supported from the ubuntu repos [10:50] its shows some like file could not be parsed or opened [10:50] lotuspsychje, i want to remove that package [10:51] !ppapurge | Rockwood [10:51] Rockwood: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [10:51] lotuspsychje, any way to see proper error ? by logs [10:52] just notification is how on menu that sit [10:52] Rockwood: when installing or uninstalling with apt, it should show errors in terminal [10:53] its installed few time back right not [11:04] Hi, is there a channel for homosexual ubuntu users ? We are quite a terribly large community [11:04] there is no ubuntu channel based on sexual preferences or race [11:04] Some even say we make up the whole but thats up to a debate [11:04] feel free to create your own [11:05] 95% sure this is trolling. [11:05] ya think? [11:05] I mean, there's a sliver of a doubt. [11:06] That username certainly seems completely serious. [11:06] What does your heart tell you [11:06] .5 % [11:06] C0ckGobbler, this is a family friendly channel. your nick is not. change it, please. [11:06] This is pretty serious, we need to migrate to a channel where we all feel at home [11:07] !guidelines | C0ckGobbler applies to you and everyone else [11:07] C0ckGobbler applies to you and everyone else: The guidelines for using the Ubuntu channels can be found at https://wiki.ubuntu.com/IRC/Guidelines [11:07] Nothing is stopping you. [11:07] You dont know youre homosexual yet but once the truth kicks in [11:07] Please amuse yourself elsewhere. [11:07] We will be at #ubuntu-homo [11:07] aaaaaaaaaaaaaand you are now a proud member of my /ignore. [11:07] Where all of us belong [11:08] C0ckGobbler: stop it please [11:08] The truth is out [11:08] !ops | C0ckGobbler [11:08] C0ckGobbler: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [11:08] Freedom for homosexual linux users [11:08] Where they wont be oppressed anymore [11:09] C0ckGobbler sounds like a homophobic troll [11:09] You are the majority [11:09] No i m not [11:09] You are the 95% [11:09] C0ckGobbler: this is the ubuntu support channe, no place for this discussion [11:10] Homosexual linux users need support and a community [11:10] ban requested !ops [11:10] Where they will feel at home [11:10] You are the world, you are the future [11:11] your sexual preference has nothing to do with ubuntu support ...get it? [11:12] Ubuntu supports its majority user base that is the homosexual linux users [11:12] idiot! [11:12] It has everything to do with it [11:13] can someone get rid of this troll please? [11:13] !ops please ^^^ [11:13] cfhowlett: I am only a bot, please don't think I'm intelligent :) [11:13] !ops | please ^^^ [11:13] please ^^^: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [11:14] Hopefully the ops will notice; until then, stop talking to them. It will make it easier to ignore them. [11:33] hey guys, how come one of my internal disks says i'm not the owner even though i formatted it on this session? ubuntu 16.04 [11:35] Bu4nka_: are you logged in as admin of your system? how did you format? [11:37] lotuspsychje, Logged in as admin, formatted in ext2 with Disks [11:37] ext2? but why? [11:38] Hi Guys [11:39] i'd like to buy a new computer is there a hardware compatibility list in the internet? [11:40] cfhowlett, is that a good format? i was actually about to change it to ext2 encrypted [11:40] and what is working better under linux nvidia or amd/ati [11:40] !hcl | banyantree [11:40] banyantree: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [11:40] cfhowlett: hcl? [11:40] Bu4nka_, supported, yes. deprecated, old, unwise, also yes [11:40] There is also this: https://certification.ubuntu.com/ [11:41] cfhowlett, what would u suggest ? [11:41] Bu4nka_: try gparted, ext4 [11:41] banyantree, did you read the link? Hardware Compatibility List. also see above [11:41] ext4 is the current formated, Bu4nka_ [11:41] cfhowlett: well thx [11:41] happy2help! [11:41] and then for encryption? [11:42] banyantree, FYI, Dell, system76 sell linux with ubuntu OEM [11:42] cfhowlett: I build my own systems [11:43] Bu4nka_, yes, you can encrypt ext4 [11:43] banyantree, ah! sorry, I misunderstood. [11:45] /msg NickServ identify === Bu4nka is now known as help === help is now known as Bu4nka [11:52] help, I need to know if there is a better driver than the mesa driver for ubuntu for an intel gma 4500 mhd, has anyone encountered similar problems using the mesa driver, it seems faster on windows [11:53] laptop: check ubuntu-drivers list from a terminal please [11:53] laptop: it's the only one you can use [11:55] ok formatted to etx4 with gparte . still says i am not the owner.. [11:55] any alternatives [11:55] for example can I download the windows driver using wine [11:55] obviously not [11:55] Bu4nka: is this the full harddrive or a partition part? [11:55] lotuspsychje, full hd [11:55] laptop: well, you can download it, but not used it [11:55] not use [11:56] anyone have any experience with this driver or particular [11:56] intel gma 4500 mhd and noticed a difference between windows and ubuntu [11:56] Bu4nka: its not physically write protected or so? how is it attached on your pc? [11:56] laptop: how do you even test? [11:56] lotuspsychje, Sata [11:57] I loaded up windows vista and compared the same game [11:57] on the computer [11:57] !chmod | Bu4nka trh this? [11:57] Bu4nka trh this?: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [11:57] and it was 25% faster [11:57] and? [11:57] and did not stutter but windows vista has no support [11:57] you cannot expect getting the exact same performance [11:57] yes but it is markedly slower [11:58] you can expect better than vista though [11:58] i love ubuntu [11:58] !chmod [11:58] An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [11:58] my real question is how much is the driver really supported [11:58] laptop: slower graphics chipset, try lighter Os xubuntu/lubuntu? [11:58] your gpu never had the best linux support [11:58] ideally, you want a newer intel gpu [11:59] I am on lubuntu, finally I want to ask is there is an intel [11:59] driver chipset that will work for ubuntu vs the mesa driver [11:59] laptop: ubuntu chooses best layout for you [11:59] laptop: as told before above, ubuntu-drivers list to check [12:00] how do I run the terminal command [12:00] laptop: open a terminal and type: ubuntu-drivers list [12:02] laptop: to see current driver: sudo lshw -C video [12:03] *-display:0 [12:03] description: VGA compatible controller [12:03] product: Mobile 4 Series Chipset Integrated Graphics Controller [12:03] vendor: Intel Corporation [12:03] physical id: 2 [12:03] bus info: pci@0000:00:02.0 [12:03] laptop: at bottom driver= [12:04] is there a better drive configuration: driver=i915 latency=0 === gr33n7007h is now known as al2o3-cr [12:05] laptop: looks properly loaded driver, and if your on lubuntu think its best layout for your system [12:05] https://www.techzim.co.zw/2017/06/tuning-intel-graphics-card-ubuntu-16-04/ [12:06] laptop: tuning is possible yes, tweak your whole system [12:07] laptop: fix intel tearing, install preload,disabled unwanted services startup, clean harddisk [12:08] how [12:09] laptop: tell us first whats happening exactly with your graphics? what are you trying that does not work well? [12:09] playing games it will slow down in the middle [12:09] laptop: wich game? [12:10] lotro [12:10] laptop: lord of the rings? [12:11] yes [12:11] what year is your lappy, laptop? [12:11] 2009 [12:11] laptop: not a game for your chipset mate.. [12:11] laptop: reccomended: Graphics: NVIDIA GeForce GTX 460. | AMD Radeon HD 5850 [12:12] old machine, then. you might already have squeezed the best you're going to get out of that [12:12] it worked before on windows other people playing it says it work with similar [12:12] setup, also it works well for the first 5 mins [12:12] and then stutters and comes back to life after like 10 min [12:12] the game is old from 2008 [12:13] laptop: shadow of mordor right? [12:14] yes [12:14] laptop: def. not reccomended on that graphics [12:15] laptop: go for suggestion of brainwash new graphics card [12:15] how [12:16] laptop: with money? [12:16] ok [12:16] laptop: or play more softwer games on lubuntu? you like tuxracer? [12:16] *softer [12:18] I'd like to download an iso of the 18.04 LTS release. Where do I get it? [12:19] it's not yet released sky887_ [12:19] !bionic | sky887_ [12:19] sky887_: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+1 [12:20] cfhowlett i can download the beta [12:21] https://betanews.com/2018/03/09/ubuntu-linux-bionic-beaver-beta/ [12:22] http://cdimage.ubuntu.com/daily-live/current/ [12:22] z [12:30] laptop, does your system experience problems ONLY with LOTR? [12:30] yes [12:32] sounds like the demands of that game are straining your capabilities. try lowering the game settings, e.g. lower quality display, etc. [12:47] Hello. I installed openbox and chose it sucessfully in the Ubuntu login menu. After 10 minutes the screen switches off and I have to press a key to switch it back on. How can I disable that? [13:02] qualcuno da roma [13:02] ? [13:03] !es | fox1 [13:03] fox1: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [13:05] :D [13:06] i have Ubuntu 16.04.4 LTS and when i start my laptop i get "The system is running in low-graphics mode" error i try to fix by renstalling ubuntu-desktop but still the same problem, it works temporary by restarting lightdm but it is not permanent solution the problem continues after restarting another time any solution [13:40] Hello there, ladies and gentlemen. I have an inquiry that you may possibly help me with. I'm using empathy for this XMPP thingy. The chatting works, I can send quick one, two or five liners. Having the input line at the bottom is a horrible design, even though it probably works for people who have not more to say than "Hello" and "How are you?". I usually like to send messages with hundreds or thousands of words. And if I'm not completely mistaken, I [13:40] think, I once managed to open an external message compositer, just like the ones email clients provide. However, I cannot find out how to open this message editor, and I have absolutely no idea how I did open this useful tool last week. Could anyone of you confirm that I did not hallucinate and that there is such an editor for empathy? If so, please do tell how I may open this thing. Empathy as it is should generally discard this one-line chat-input [13:40] craziness, and provide a proper text input window to the left or to the right of the chat window. Thanks in advance, folks! [13:44] hello [13:45] Need some help with partition in usb stick [13:45] Disk /dev/sdb: 14.9 GiB, 16025387008 bytes, 31299584 sectors [13:45] but the disk have partition bigger than that [13:45] I think the .img that I burned was cloned from bigger stick or something [13:46] ale, how much bigger should it be? [13:46] dev/sdb3 14690304 234441647 219751344 104.8G 83 Linux [13:46] well this statement requires a little "knock on wood" before being found affective but I think I just recovered a system that ran out of hard drive space (after expanding virtual drive) by issuing an init 2 & sudo apt-get install --reinstall $(dpkg -get-selections | grep -w 'install$' | cut -f1) might be helpful for someone else in same situation , recommend a backup or san snapshot before running it though --even better [13:46] both [13:46] I want to clone the stick but I don't know how to exclude sdb3 [13:47] the other 2 partitions are ok [13:48] sorry init 2 && sudo apt ... [13:49] any ideas mpo ? [14:09] i have the development version of ubuntu 18.04 installed [14:09] i love it :) [14:17] can anybody tell me what app should I use for a usb video capture card s-video and such on ubuntu server is it possible without a gui [14:18] Does anyone know how to theme firefox properly when using a dark gtk theme? [14:21] arm1e, Firefox comes with the built in ability to apply themes. Click on the three line menu (on the top-right side of the window) and click customize [14:22] miguel2013, most video applications require gui because their intention is for you to view or edit the content which requires a visual component. [14:22] pragmaticenigma but [14:22] pragmaticenigma I know dv doesn't need [14:22] !enter | miguel2013 [14:22] miguel2013: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone. [14:22] pragmaticenigma I just wanna copy and fork it to ffmpeg and apply mp4 codec to it [14:24] lol thanks [14:24] miguel2013, I'm not aware of any such application/program [14:25] how about on ubuntu studio [14:26] miguel2013, Ubuntu studio is just a spin of Ubuntu that highlights Audio Video applications. All of the programs and applications available in Ubuntu Studio are available to all flavors of Ubuntu [14:28] I guess I need to know if ubuntu supports my hardware is an old pinacle usb capture card [14:29] miguel2013, you might cvlc (vlc for command line) might work once you can verify your capture device works. See /join #videolan for more dedicated help on VLC [14:29] *you might want to check out clvc [14:29] ugh [14:29] *you might want to check out cvlc [14:30] I udnerstood [14:36] hello [14:37] I am curious about where I can see the actual discusions and problems that are being worked before releasing 18.04 [14:37] i though about release maillist but nothing interesting there [14:38] I have a slight problem with my magic fix when I either do apt-get install --reinstall apt or do a dpkg -i it hangs indefinitely [14:39] till I break the process [14:41] Hello. Does anyone know why my keyboard layout is different in grub than in the OS? [14:41] I can not for the love of me make an '=' in grub [14:50] how does one run novnc from the rpo? [14:50] repo* [14:50] https://packages.ubuntu.com/xenial/all/novnc/filelist [14:50] does not seem to be the whole package [14:54] realies, thats just a list of whats in the iso [14:55] iso? [14:56] lel [14:57] fcanela, see #ubuntu+1 [15:00] realies, novnc is a web based application. The package in the repo is meant to install along side an existing webserver installation. [15:00] not really [15:00] echo "/usr/bin/websockify --web /usr/share/novnc 6080 localhost:5900" > /usr/bin/novnc [15:01] Hello, I have a question about installing Ubuntu Budgie 18.04 beta 2 on my laptop. [15:01] anyone know what would cause the apt package to hang during reinstall? [15:01] it's usually ran with https://github.com/novnc/noVNC/blob/master/utils/launch.sh pragmaticenigma === tom is now known as Guest60093 [15:01] it depends on websockify, so go figure ;) [15:03] realies, that might be how you run it when you download it from the project site. Ubuntu has implemented it differently [15:03] no, it hasn't, the package still depends on websockify and is meant to be used with it [15:03] I've disabled secure boot in bios and fast boot in windows options. Both things you're meant to do. On my old machine in the built in installer it would just auto-partition your HDD for you, but on this one it doesn't appear. I'm wondering whether it's connected to ubuntu not being able to read my windows SSD and access the files. The GUI installer comes up, but the one click "install next to windows" wizard check box does not [15:03] https://packages.ubuntu.com/xenial/novnc [15:03] If anyone could help with this I'd be very grateful! [15:03] has someone running 16.04 suddenly run in “The system is running in low-graphics mode” error this week? i'm just using the default installation, and running periodic updates. did any update break anything? [15:04] btw, i can login normally after the error [15:05] realies, If you want to argue, please go to #ubuntu-offtopic ... I'm trying to tell you, that the package provided by Ubuntu is implemented differently. [15:05] tinch0: 18.04 support is in #ubuntu+1 [15:06] okay, thanks! [15:06] pragmaticenigma, if the package provided by ubuntu is implemented differently, why does it depend on websockify? [15:08] realies, because web_socket.js needs a server to point at, which for it to comply with SOP, means the server hosting novnc must also host websockify instance to work. [15:10] and that's why you have the utilities script [15:12] realies, in order to reduce redundant code, Ubuntu developers determined that they could either include the utils component or they could implement websockify, they chose the later since it can be used for other tools that leverage websockify. The components in utils are designed for a stand alone installation. [15:15] the utils 'component' depends on websockify, not sure what you mean with 'either include the utils component or they could implement websockify' [15:15] realies, on my server, if I were to install novnc. I would expect to find a simlink to /usr/share/novnc/vnc.html in my /var/www/html folder or I would find a virtual host definition in my /etc/apache2 configs. that completes the web server requirement. Apt installs websockify which completes the web proxy socket service requirement for novnc. [15:16] realies, what you see on the novnc project site assumes you don't have all those pieces in place. [15:17] you don't have them in ubuntu either, what you're saying makes no sense [15:17] as an alternate is there a way to disable a reinstall of a particular package in the command sudo apt-get install --reinstall $(dpkg -get-selections | grep -w 'install$' | cut -f1) skip a particular package which in this case is apt.1.12... [15:17] realies, To save on storage, Ubuntu doesn't supply the entire novnc package, because it doesn't need to. They configured it to work with other components [15:18] not sure what the postscript for the package is, but i don't have a simlink for vnc.html anywhere [15:18] so the apt-get install --reinstall force it to ignore a package [15:20] guess I could do it on the other end of the command with a if function in the bash if then skip type thing [15:20] the file that is missing is 1.8K when zipped, I guess thanks ubuntu for saving muh space === jstein_ is now known as jstein [15:21] realies, Ubuntu package already has a package for websockify. Ubuntu devs use that instead of the one provided in utils. Since they use the websockify package, they have no reason to include utils. [15:23] I know this isn't the appropriate channel but why the double # on some channels [15:23] i'm not sure if you're taking the piss or you're serious [15:23] ? [15:23] never mind I will break it into to pieces and use an xarg on it after removing the apt_1.12 package [15:25] realies, I'm serious... the whole point of package management is to reduce the amount of redundant code and software. [15:25] realies, more than novnc uses websockify [15:26] that's what i've said [15:26] realies, there are tools that enable SSH through the webbrowser, that uses websockify. For an example. So if I installed novnc and webssh, you're expecting that you'd see the utils/websockify in both installations. I'm telling you instead they will not, and instead share a single installation of websockify that is installed separately [15:26] if you've taken a look at the launch.sh script, it does run the components as a standalone novnc service, other distributions provide this as an executable novnc_server [15:27] realies, and Ubuntu has websockify as it's own independent package. They are using that instead. [15:27] all distributions use the websockify package as a dependancy [15:28] ubuntu is missing the script that starts the service as stand-alone, which is the main use-case for novnc [15:30] it seems the ubuntu developers have missed the point [15:30] realies, If I could find documentation on this, I would have posted it long ago. Every site I've visited suggests download the git, and running it via the method you have suggested. Why don't you do that and drop it [15:31] and the git page suggests what? why would the ubuntu developers ignore the main usecase for a piece of software? [15:32] realies: if the package is missing a critical script, then file a bug report. This is beyond the scope of this channel. Please drop it. [15:33] SlidingHorn, trying to establish the meaning of 'critical' [15:33] pragmaticenigma says it's not a requirement, i see it otherwise, can't we discuss? [15:33] no [15:33] why not? [15:33] realies: well, considering you've been arguing about it for quite a while, I'd say you believe it is...in which case, file a bug report. Regardless, this is not the place to discuss it [15:34] but this is the official ubuntu support channel [15:34] realies, keyword there was support... not discuss [15:35] realies: we are not developers here. They won't be reviewing the logs, and therefore, the conversation at hand is not going to make a difference. If you *would* like a difference to be made, then file a bug report. [15:36] otherwise, you're arguing for the sake of argument, and you're off topic. [15:36] realies, think your question has a better chance of an answer in #ubuntu-devel [15:37] SlidingHorn, before committing to 'making a difference' I would very much like to see the community's response on the 'issue' [15:38] realies: regardless, this isn't the place for that. [15:38] sorry for discussing in your official channel guys, i'll make sure i only complaint about broken stuff in the future without discussing [15:38] realies, frankly I don'think the community gives a damn [15:39] So is there an easy way to upgrade the kernel from 4.13? Coffee lake isnt really known until 4.3 I think and theres a couple of flags I think I need for kvm [15:41] where are service startup scripts stored in 16.04 === r0Oter is now known as r00ter [15:44] some packages are set as autoremovable in synaptic (junit, valgrind). how do i set them as non autoremovable? [15:45] gareppa, what do you mean autoremovable? [15:46] synaptic flags them as safe to remove. i had installed them with the old eclipse. but i do actually use them after having removed eclipse. [15:51] gareppa, I think you can use the apt-mark tool to change it's status to manual. By marking the package manual, you tell apt that you installed it and it wasn't installed as a dependency of another package Check "man apt-mark" [15:53] i just found out it depends on the distro, no biggie, thanks [15:53] gareppa, what do you mean? [15:56] pragmaticenigma, something like this https://forums.linuxmint.com/viewtopic.php?t=228053 [15:59] I tried to create a local network share, rebooted then it cant create tmp file [15:59] gareppa, my suggestion still applies. synaptic is just a gui for aptitude. apt is the command line interface. if you mark the package manual with apt-mark, it will remove the autoremove status from the package [15:59] gareppa, my suggestion still applies. synaptic is just a gui for aptitude. apt is the command line interface. if you mark the package manual with apt-mark, it will remove the autoremove status from the package === CptLuxx_ is now known as CptLuxx [16:02] apt-mark hold / apt-mark unhold seems to do the trick of preventing a package from being upgraded [16:04] transhuman, they were trying to prevent auto uninstall though. They might still want the package to update [16:10] pragmaticenigma, I was doing the following FYI [16:10] well this statement requires a little "knock on wood" before being found affective but I think I just recovered a system that ran out of hard drive space (after expanding virtual drive) by issuing an init 2 & sudo apt-get install --reinstall $(dpkg -get-selections | grep -w 'install$' | cut -f1) might be helpful for someone else in same situation , recommend a backup or san snapshot before running it though --even better [16:10] ran into a problem with it pragmaticenigma when it got to the apt package it just hangs , no amount of debugging seems to tell me why so its easier to force it to skip reinstalling that package [16:11] transhuman, I have no idea what you are saying or attempting to do [16:11] I am recovering a broken system (ran out of space ) reinstalling all packages [16:11] When Windows runs out of space, it doesn't break. [16:12] not to play grammer cop... but affective should be effective. and a lack of punctuation makes that incredibly hard to read [16:12] !windows [16:12] For discussion on Microsoft software, or help with same, please visit ##windows. See http://launchpad.net/distros/ubuntu/+bug/1 http://linux.oneandoneis2.org/LNW.htm and /msg ubottu equivalents [16:12] Sorry, just sayin [16:13] tfgbd_, personal experience stories may not apply to everyone's experience. Different system configurations can play a big role in how a computer behaves when certain conditions arise. [16:13] thanks for the grammar lesso n pragmaticenigma , but in my case this is a hopeless task, my brain doesn't work so well in that area ...must have been hit on the head as a child :-) [16:13] One cannot break that which is already broken... [16:15] transhuman, I think the system has bigger issues and I would spend my time backing up critical files and reinstall. I think something bigger is wrong with that installtion [16:15] on that note though, pragmaticenigma, I always thought a built in grammar checker for Hexchat would be a good thing! === tomreyn_ is now known as tomreyn [16:17] could be but It has a lot of crap in it and I don't want to do that if I dont have to (I have a backup ) but Its a challenge to see if I can fix it ,I am thinking it has some kind of process lock or permissions problem maybe because it wont start the login service [16:20] pragmaticenigma, my magic command seems to work if I skip that one package ( probably has something to do with the fact that apt cant use apt to install itself) [16:20] Transfusion, did anyone suggest apt-get -f install it can recover from a broken package [16:21] gogeta, tried that [16:21] transhuman, apt can install itself, but I think with the way that command is being executed it's has an issue. [16:22] ok good to know [16:22] something like it cant link the process or to the command or something perhaps pragmaticenigma ? [16:23] transhuman, are you missing a repo or something [16:23] transhuman, that can make apt-get freak out [16:24] transhuman, I'll put it this way. I like to think of aptitude as a self cleaning oven. It's able to manage a lot of things on it's own. If it's not able to use it's built in tool kit to fix things, it's better to cut losses early and start fresh [16:25] transhuman, that magical incantation might fix some of it. But it could also be masquerading other issues with all the pipes === realies- is now known as realies [16:26] https://dpaste.de/sS7A/raw [16:26] how to fix [16:27] thanks pragmaticenigma [16:27] I get it now... local network share initially doesn't work but helpfully installs something that uhh after reboot also doesn't work. Then one sets a password using cli. Manually install system-config-samba which also doesn't work. and then one attempts to create an empty libuser.conf using the cli as nautilus wont allow such things. 2 days later you get to access a folder. [16:27] libqt5-default is installed [16:27] bah [16:28] gde33, the app may be relying on a old version [16:28] gde33, or even a newer version [16:29] gde33, check what version you have [16:29] realies, maybe this works for youtoo: The easiest way to fix this is installing the QT developer package: sudo apt-get install qt5-default [16:29] gogeta: it works now, just wanted to vent some frustration. [16:29] https://stackoverflow.com/questions/36128645/error-on-execution-version-qt-5-not-found-required-by [16:29] gogeta: so many web pages that seem to all offer different approaches :/ [16:29] oerheks, 17:27 libqt5-default is installed [16:30] i meant qt5-default by libqt5-default [16:30] realies, oh oke [16:37] How can I reinstall the software center in ubuntu 18.04? It is always stuck when installing new software, I think reinstalling will fix it. [16:40] dieg, sudo apt install --reinstall gnome-software # but seek support in #ubuntu+1 until release [16:40] Hello, I have defined a systemd service and I have enabled it using systemd enable serviceName; but when I restart the computer it does not run again, and I have to run systemd start serviceName. Does anybody know what is going on and what should I do? [16:41] pragmaticenigma found the root of my problem [16:41] Hi [16:41] I have some questions about upgrading [16:41] what'd that be transhuman [16:41] any idea how to solve failed to start create volatile files and directories? [16:42] i would check remove ~/.local/share/gnome-software too, to lose the cache [16:42] !ask | pikapika [16:42] pikapika: 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 [16:42] oerheks Thanks, so it's called gnome-software now instead of software-center, I couldn't find that online, thank you. [16:43] dieg, see the 2nd line too, clearing that might fix it without reinstall [16:43] oerheks, which second line sorry ? [16:44] transhuman, that might be an indicator you're still low on drive space [16:45] As in upgrading entire OS version. 1. Will upgrading reinstall "default" apps. The route I went was: started with the default Ubuntu, found the gui unsuitable for me, so I installed xfce and removed everything gnome. I have removed some other defaults too. 2. Does it preserve the settings in etc and home folder? If not does it just touch the files relevant for update, or does it delete etc and ~/.xyz folders and rewrite them? Since this might cause [16:45] problems with 3rd party apps. 3. What happens to apps I installed via other means such as compiling or unzipping to a folder and adding to path? [16:45] Oh right, removing cache [16:45] will do! [16:45] dieg, >> i would check remove ~/.local/share/gnome-software too, to lose the cache [16:45] Will try that, thanks === apsknight1 is now known as apsknight [16:46] pikapika, how are you doing this "upgrade" [16:46] Lets say via the apt [16:48] pikapika, an upgrade through apt will only upgrade applications that have newer versions in the new version of Ubuntu. If an application hasn't had any updates since the previous release, it will remain as is. [16:48] can you change where a program pulls its config files from with like a symlink or something if the program does not have that option? [16:48] pragmaticenigma, no I mean full distro upgrade. As in like 16.04 to 17.xxx [16:48] pikapika, that's what I'm referring to [16:49] Oh, so its not much different from normal software upgrade via apt [16:49] ? [16:49] how do I run ifup or down when the command says my nic name is not valid but it is. I haven't try changing the name of the nic [16:49] it looks like a bug to me [16:50] the name of my nick is enp2s0 [16:50] its fastethernet [16:50] pikapika, yes, that is how the upgrade is performed.. there are differences though [16:52] Where can I read fully about this process and where is it announced about potential problems and modifications one might have to do after a dist upgrade? [16:52] ifup tells me unknown interface how to solve the bug [16:53] pikapika, generally during the upgrade process you will be informed of potential breakages before applying the changes. to the best of the ability of the upgrade tool. there isn't a single source for potential problems. [16:54] miguel2018, can you pastebin the command plus it's output to pastebin.ubuntu.com? [16:54] pikapika: common issues will be mentioned in the release notes [16:55] miguel2018: also pastebin /etc/network/interfaces, please [16:55] Just to make sure again pragmaticenigma, are you referring the type of upgrade that changes the OS version and not the normal 'apt update' that updates everything from sources.list but keeps os version constant? [16:56] pikapika, yes [16:56] *'apt upgrade' [16:56] Ok, thanks for the help then [16:57] can you change where a program pulls its config files from with like a symlink or something if the program does not have that option? [16:59] !details | pixdamix, what are you trying to do? what application? : [16:59] pixdamix, what are you trying to do? what application? :: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [16:59] Hello everyone! This is my first time connecting to this channel (new to irssi) [17:00] i just said you want me to cut and past again or you want to learn to read and come back? [17:00] pixdamix, symlink it perhaps? ln -s /path/to/file /path/to/symlink [17:00] what else you want to know? [17:01] pixdamix: drop that attitude if you want help here, please [17:01] i tried that but it did not transfer over to the new location [17:01] im saying if you can't read what you want me to do [17:01] pixdamix: hence why we would like more information...what application are you trying to change, and why? [17:01] it matters. [17:02] Hello! I attempted to do an dual-boot installation. I have W10 on one SSD drive and I then installed ubuntu on another, physical, SSD drive. After the installation I cannot get to windows, not even by overriding boot priority from BIOS. Any ideas? [17:02] SlidingHorn: doesnt matter because i want to do it on more than one..why still does not matter but since you want to be nosey i have a more private folder i would rather have the files in. [17:02] whoa, do you expect help with that attitude ? Well, good luck to you pixdamix [17:02] any other un-useful questions people want to ask? [17:03] pixdamix: if you're unwilling to provide relevant information, then good luck. [17:03] *plonk* [17:03] thats not revelant and I answere both of them lmao [17:03] yep... we're done pixdamix ... help is a two way street [17:04] Since pix left, maybe someone could help me? I would be very happy if anyone could help me solve my problem [17:05] !patience | Brali [17:05] Brali, just got back dunno whats wrong [17:05] Brali: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [17:05] Brali: does the GRUB menu not show your Windows installation? What exactly happens when you select it? [17:06] im back disconnection..the questions you are asking does not help in answsering it..you just trying to be nosey [17:06] if you don't know something dont ask a bunch of questions cause clearly you dont know [17:06] Brali,, run sudo os-prober then sudo update-grub [17:06] SlidingHorn: [17:07] I even answered SlidingHorn's stupid questions what kind of shit room is this [17:07] !ohmy | nbags_ [17:07] nbags_: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [17:07] dumb niggas [17:07] it must be the weekend , the jerks are out in force today ;-) [17:07] !ops | nbags_ [17:07] nbags_: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, bazhang, chu, dax [17:08] !ops | nbags_ [17:08] nigass bitches [17:08] niggas be dumb [17:10] SlidingHorn: BluesKaj: After installing going sudo apt-get boot-repair and rebooting the system windows showed up in the grub menu, for whatever reason.. Thank you for your responses :) [17:11] Brali: glad it worked out for you :) [17:13] Hi Guys, i'm to stupid to activate powerline [17:13] can somebody help me with that? [17:13] !details | banyantree [17:13] banyantree: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [17:15] i just installed powerline via aptitude - but it seems to be configured. i'm using urxvt. I think hardware information is not required, is it? [17:16] *need to be configured [17:17] banyantree, yes, easy to find > https://askubuntu.com/questions/283908/how-can-i-install-and-use-powerline-plugin --- https://ubuntu-mate.community/t/installing-powerline-as-quickly-as-possible/5381 [17:17] edit your .bashrc etc etc === Jochen_wvdT is now known as Schlawiner [17:18] thx i'll do the tutorial now [17:18] banyantree: http://powerline.readthedocs.io/en/master/usage/shell-prompts.html [17:19] I wonder if those GNOME shell memory leaks will be fixed in time for 18.04. They look nasty. [17:19] I cannot believe they would allow memory leaks like that in GNOME for years and not do anything. [17:19] MikeRL, please hold discussion in #ubuntu-offtopic, #ubuntu-discuss, or #ubuntu+1 [17:20] pragmaticenigma: ducasse got the pastebin http://pastebin.ubuntu.com/p/jDqD7YGNCm [17:20] :)) [17:20] MikeRL, yes they are patched. [17:21] my outout of ifdown is just unknown interace enp2s0 [17:22] miguel2018: check that file, it has enp6s0 and em[6s0 - correct those === anonymous is now known as Guest47319 [17:32] Oh yeah I forgot. I'll head over to the appropriate channel. [17:34] ducasse: ignore that I manualy typed it on the right laptop it names it coreclty [17:35] ducasse: everything else is coorrect [17:35] miguel2018: so it has enp2s0, not enp6s0? [17:37] Anyone know how to contact the Canonical people about a problem with archive.canonical.com? I've tried github (https://github.com/canonical-websites/www.canonical.com/issues/261) but they haven't responded in 2 weeks. [17:37] I do not use twitter/facebook/google+. [17:37] I cannot seem to find an email address anywhere. And I've spent at least 30 minutes searching. [17:38] ducasse: I think I found why is the name wrong [17:38] it's enp2s0 [17:39] miguel2018: yes, that's what i was asking [17:44] Guess I'll try webmaster@ubuntu.com again. And if that fails I'll actually call them on monday. [17:48] Anybody running qemu in uefi? I cant seem to get the vm to boot into anything but the uefi interactive shell [17:49] superkuh, i find 91.189.88.15 404 indeed, but ip checker gives 91.189.88.17 for the valid lucid oldreleases repo [17:50] oldreleases works fine. [17:50] And indeed archive.canonical.com would work fine too if my computer hadn't cached the bad address from the load balancer for the domain. [17:50] you might post this to add it to the load balancing question [17:50] It's in there already. [17:51] HIT means those work. [17:51] It was context showing it's not a problem with my computer or apt. [17:51] But instead a problem with archive.canonical.com === flying_s_ is now known as flying_sausages [18:00] I had a LVM Group (vides), that was across three disks. One of the disks died, how do I, or is it possible, to get the data from that logical volume that's on the other two disks? [18:03] ducasse: it's solved now thank you so much friend! [18:03] Hello, I need a specific version of gstremer. . . 0.10.36 specifically how can I go about [18:04] hey === miguel2018 is now known as laptopsinteclado [18:05] hola [18:05] !es | laptopsinteclado [18:05] laptopsinteclado: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [18:06] perdoname hermano [18:06] laptopsinteclado: only english here mate [18:11] Hi all.. any one who can help me with resetting my mouse buttons on Ubuntu... yesterday I was trying to make my mouse on thumb button faster but now my back and forward keys har messed up.. they just scrool up and down [18:12] still new at ubuntu/linux [18:12] CWR|11572: wich ubuntu release are you on mate? [18:12] 17.10 [18:13] CWR|11572: have you tried gnome-tweak-tool to check mouse settings? [18:13] I have 12 [18:13] I upgraded it yesterday.. but now the menu is cooler to look at.. but meny functions are missing [18:13] !ask | laptopsinteclado [18:13] laptopsinteclado: 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 [18:14] no not yet... could not see any thing in the new settings and have tried alot of sites to reset my keys.. [18:14] !info gnome-tweak-tool | CWR|11572 [18:14] CWR|11572: gnome-tweak-tool (source: gnome-tweak-tool): tool to adjust advanced configuration settings for GNOME. In component universe, is optional. Version 3.26.2.1-1ubuntu1 (artful), package size 200 kB, installed size 1170 kB [18:16] ok nice... I'm just installing it now... thanks alot for your help... means alot.. have to go to school tomorrow and it has to work there... [18:21] ubottu It dident work.. could not map my keys for the mouse... Do you have other options for me... ? [18:21] CWR|11572: I am only a bot, please don't think I'm intelligent :) [18:21] lol [18:22] CWR|11572, how did you make " mouse on thumb button faster " , what guide did you follow? [18:23] oerheks I cant remember... but after I tried that line all my keys on the mouse was fucked... my left mouse was middel mouse and so on.. [18:24] grow up [18:24] CWR|11572: was it dconf related? [18:25] the code that i tried was htis one [18:25] logitech_mouse_id=$(xinput | grep "Logitech MX Master" | sed 's/.*id=\([0-9]\+\).*/\1/') [18:25] logitech_mouse_id=$(xinput | grep "Logitech MX Master" | sed 's/.*id=\([0-9]\+\).*/\1/') [18:25] logitech_mouse_id=$(xinput | grep "Logitech MX Master" | sed 's/.*id=\([0-9]\+\).*/\1/') [18:27] CWR|11572: https://wiki.ubuntu.com/X/Config/Input [18:28] i kinda dont like steam or other programs that might look at my hdd for cheats or whatever they look for. [18:29] nice... thanks.. is there a way to just reset the mouse keybinding? [18:29] back to factory [18:29] i think i get a 2nd acc on my pc and encrypt 1 acc [18:29] nonow: whats the relation to ubuntu? [18:29] 1acc for steam 1 for normal stuff [18:30] i am on ubuntu and wanna know if that is a solution [18:31] 1 acc as in 1 account? [18:31] y [18:31] nonow, please avoid acronyms and abbreviations. What makes sense to you, may not make sense to others [18:32] having cheats is not the issue, they can detect running scripts while logged in @ steam [18:33] my idea is to seperate programs that might look at my hdd to a new account [18:33] and have a 2nd account encrypted with work emails etc. [18:33] nonow, programs, including steam, do not randomly scan your harddrive for files. If they did, it would be making news headlines right now. [18:35] i thought some programs might do , windows kinda does and anti cheat software that i knew do [18:35] well they might be not around anymore [18:36] nonow, windows doesn't do it either. again, you'd be seeing headlines in the news about antics like that. [18:36] nonow: they don't scan your HDD - they look at running processes [18:36] nonow: as well as any kind of interference with the currently running game [18:37] nonow, the anticheat detection is done on the game hosts servers. they look for behavior that indicates a human is not present at the computer, or things that a human person would not be able to do in the game [18:37] sure you can make a 2nd account, with an encrypted home [18:37] ty oerheks [18:37] i think it is cleaner [18:38] to seperate programms with other license than gpl or bsd to my normal account [18:38] i mean a gaming account [18:40] type 'users' in dash and the tool shows up, Press Unlock in the top right corner and type in your password when prompted., then you can click "add user" [18:41] after that standard or admin, nice feature [18:44] after do $ sudo ifconfig eth0 mtu 1200 should i restart the networking on 14.04? [18:44] how to restart the interface safely [18:45] fishcooker: sudo service network-manager restart [18:48] lotuspsychje: im on ubuntu server is # ifdown eth0 && ifup eth0 [18:49] fishcooker: ah, #ubuntu-server to the rescue [18:53] friend I have a pccardbus usb2.0 card that I can use with no problemas in xubuntu 16.04 in 'text mode' but on ubuntu-server 12.04 it gives errors after connecting a usbdrive to the usbcard pcmcia socket. on xubuntu the drive reads and copies files find there [18:53] the card is 15 years old [18:53] the pen drive 5 years [18:54] laptopsinteclado: ubuntu 12.04 is end of life, unless you pay for ESM? [18:55] laptopsinteclado, how old is the laptop [18:56] Hello === olivier is now known as Guest3526 [18:57] Algorithme R.S.A 2048 bits, codage binaire [19:01] Hi, is this page still relevant for installing the lamp stack? https://help.ubuntu.com/community/ApacheMySQLPHP === michail is now known as Guest63603 [19:03] Anybody upgrade to 18 yet? I follow the guide but its still not puling the update === PleXs is now known as UsQUE [19:03] jmgb4: wrong guide probably [19:04] jmgb4: try #ubuntu+1 for help with the beta [19:04] SlidingHorn, Didnt even know that channel exist, thank yo [19:04] jmgb4 FWIW, 18.04 will be released April 26th. ATM Beta is available. [19:04] you* [19:04] vbotka, Yeah I know that. Want to get things rolling a little early [19:05] jmgb4, you can. [19:05] Hey guys I'm trying to so a simple sum link like this: https://paste.ubuntu.com/p/BdG5NTPb5N/ I'm stuck as to why it's not working. [19:06] $DESTDIR.$DOMAIN exists at the time command is run and would have a value like "demo.example.com" [19:08] Sym link** darn autocorrect [19:08] <_KaszpiR_> destinydriven try "$(readlink -e \"$/etc/nginx/sites-availabe/$DESTDIR.$DOMAIN\")" "/etc/nginx/sites-enabled/" [19:08] _KaszpiR_, ok thanks will do [19:09] <_KaszpiR_> but I'd rahter suggest switchig to somethign like ansible [19:09] _KaszpiR_, just trying to learn a little bash. But I will look into ansible [19:12] _KaszpiR_, unfortunately, I'm getting the same error [19:13] This seems so straightforward [19:13] <_KaszpiR_> google bash backslashes or double quote escaping [19:14] Ok thanks [19:17] i made alittle java/groovy script timer that outputs the value and wonder where or what questions i should be asking to import the scripts arg to be used by conky [19:18] <_KaszpiR_> sere_ afair the best idea is to output to file and then read that file in conky [19:18] <_KaszpiR_> or call script directly [19:20] _KaszpiR_: i can call it just fine its working ok but what im trying to do use the output to configure a lua circle timer. [19:21] _KaszpiR_: i like the idea of exporting to a file and it should be pretty easy :) [19:21] hi, I'm trying to define a custom keyboard layout, but I can't manage to use alt as a third layer key [19:22] here is my xkb file: https://pastebin.com/k9TDzp4S [19:22] <_KaszpiR_> sere_ exporting output to file make things a bit simpler, but sometimes makes thing less realitime [19:22] any ideas why pressing alt doesn not have an effect? [19:22] <_KaszpiR_> but then much more resilient to some stupid errors [19:25] kostkon: the laptop where I can copy is 17 years the one that doesn't is 15 === miguel2018 is now known as laptopsinteclado [19:28] hey aim back [19:28] kostkon: it's old can u help me [19:28] How does one manage to keep a working laptop for 17 years [19:29] destinydriven: they have minor problems is ok tho [19:29] Built ford tough haha. Not like the "planned obsole" [19:29] anyway my problem right now is the pcmcia cardbus usb2.0 card I need to get it working on ubuntu server 12.04 is a driver issue [19:29] it works fine on xubuntu 16.04 [19:30] Planned obsolescence laptops of today [19:30] the faster 1.8bhz p4 does'nmt have a working keyboard I use a ps2 [19:30] and the other one overheats so I use a fan underneath [19:31] and that's it [19:31] destinydriven: :) if you regularly clean the heat dissipator [19:31] the laptop lasts forever [19:31] Pirolocito, but then there are other components that will ultimately fail. [19:33] destinydriven: if you dont treat the laptop bad it keep working, however from my many years owning laptops, main cause of fail is on hinges, keyboards and sometimes board-screen cable [19:33] batteries are consumables :) [19:34] Pirolocito, granted. [19:34] !precise | laptopsinteclado [19:34] laptopsinteclado: Ubuntu 12.04 LTS (Precise Pangolin) was the sixteenth release of Ubuntu. !End-of-life was April 28th 2017. See https://lists.ubuntu.com/archives/ubuntu-security-announce/2017-April/003833.html for more information [19:35] destinydriven: I remember my first laptop, somewhere around 1996, in 2004 it was still working connected to my main computer via serial cable working as terminal :D [19:36] haha [19:36] SlidingHorn: is it a driver issue then [19:36] laptopsinteclado: I don't know. Your version of ubuntu is no longer supported, though. === joseluis is now known as Guest90340 [19:38] what does dmesg says about it? [19:40] Pirolocito: it says it detects it and installs it but different results than on the xubuntu 16.04 [19:40] is it pcmcia? [19:41] I don't understnad why it needs a newer ubuntu for an old card to detect it. it is 10 years older than the 12.04 anywqa [19:41] Pirolocito: yes [19:42] miguel2013: that's not the point. You're running a possibly insecure system, as security updates are no longer provided. [19:42] miguel2013: you should upgrade to a supported version and go from there [19:42] what is the board [19:42] ? [19:43] Pirolocito: intel. it's a fujitsu lifebook e7110 [19:44] miguel2013: you've already acknowledged that the device works on a newer, supported version. Why are you insisting on running one that isn't? [19:45] miguel2013: 18.04 lts comes out in 3.88 days [19:47] SlidingHorn: Is just curiosity that's it [19:48] miguel2013: well providing support for an end-of-life release for the sake of someone's curiosity isn't on topic here. [19:49] SlidingHorn: can I just ask a question? [19:49] miguel2013: is the question on topic for this channel? [19:54] Hey guys, I just got a new server and I would just like to install 18.04 already rather than upgrade in a week, is there an image somewhere I can use? [19:54] !bionic | flying_sausages [19:54] flying_sausages: Ubuntu 18.04 (Bionic Beaver) will be the 28th release of Ubuntu - Announcement at http://www.markshuttleworth.com/archives/1518 - Discussion in #ubuntu+1 [19:54] there should be a link in there... [19:54] Cheers SlidingHorn! === gr33n7007h is now known as al2o3-cr [19:55] Also, I've never done this before, but how can I install ubuntu while in a generic linux recovery OS? [19:55] ssh'd cli only, therefore [19:55] flying_sausages: you can upgrade to 18.04 from the command line. i would wait to do a fresh install /img unless really needed [19:56] any experts on snap or snapcraft here? https://forum.snapcraft.io/t/snapcraft-breaking-over-nested-cmake-not-moving-built-files-into-staging-prime-and-dependency-issues/5084 [19:56] sere_: the OS has been frozen already though, no? [19:56] so you're going to get the same thing that should be available now [19:56] I am running into trouble creating a snap for an awesome rss app that's not really available for ubuntu or debian [19:56] or not? [19:57] flying_sausages: #ubuntu+1 [19:57] while in a generic linux recovery OS? .. explain? [19:57] tomreyn: is that a channel? [19:58] flying_sausages: yes, please join it for anything 18.04 related [19:58] oerheks: the hosting company ships the box with an OS loaded into ram from their TFTP that should help people installing OSs [19:58] I think it's based on Debian [19:59] yeah it's deb8.10 [19:59] flying_sausages: not sure..i upgraded a few weeks ago and im very pleased. the upgrade added 2gs for me awell. [20:00] sere_: as in install 16.04 now and do a release upgrade, you mean? [20:01] does that vendor allow upgrading like that? [20:01] vendor offers some scripts to install OSs but they're fine if you choose your own image [20:02] flying_sausages: yea. thats what i did and it used up an additional 2gs.. everyone is working fine but as soon as its released im going to do a clean install [20:02] everything [20:02] flying_sausages: if we're tlaking about a dedicated server at hetzner, and one which does not provide KVM, then you have two options: (1) request a 'LARA' (a KVM), which is free for two hours or something, and install that way. (2) install using debootstrap from their recovery system. [20:03] tomreyn: hah yes it's a hetzner box [20:03] I'm currently in the second option [20:03] you could also use their installer but it's nnot very flexible. [20:04] tomreyn: yeah that's right, I'd like to split up my /home from my / but the default just takes all disks and does a raid6 [20:06] I'm still not sure how I can install ubuntu while in the debian rescue without using their scripts though [20:07] conky setup with a lts release date countdown https://pasteboard.co/HhQ5b5M.png [20:09] anyone know why nemo would only preview some thumbnails? (details at: https://askubuntu.com/questions/1026723/nemo-doesnt-preview-all-thumbnails-and-its-not-size-related ) If there is a better channel for this, let me know. [20:10] flying_sausages: using debootstrap [20:11] can you possibly refer me to any guide for this if I don't want to use the installimage script? [20:11] I'm having a hard time finding anything, and I can't really insert a USB or a CD or anything [20:12] debootrap is a package and a command you can run, with --help. there may also be a man page. [20:12] https://help.ubuntu.com/lts/installation-guide/powerpc/apds04.html [20:13] it's not the best / cleanest way to install, i'd personally prefer the KVM one. but it works, too. [20:13] tomreyn: what would be the kvm path? [20:13] can I load up an ISO using their java applet? [20:14] yes [20:14] let's just hope I can load it up from external sources... [20:14] there is also #hetzner for anything specific to them [20:14] cheers, I know of the room but I've mostly seen it dead [20:15] I'll resort to the standard install now and if it all goes south I guess you'll be seeing more of me ha [20:15] :-) [20:15] is it even worth having a separated /boot and / these days? [20:16] or raid if I have 16GB of RAM? [20:16] 18.04 would even give a swapfile nowadays, so no. [20:17] anyone know why I can't open files with libreoffice from network locations shared by samba? no problems with windows (mostly .xlsx files). copying to local and then opening works fine. error is something like "basic input / output error" [20:17] separate /boot and / still makes sense in a couple scenarios [20:18] opening files to edit over samba, or even indexing with thumbnails, are a drag, and not only on linux [20:19] jnewt: oerheks is right, even on windows [20:19] jnewt: what machine is the samba from? [20:20] jnewt, please keep on cross posting [20:20] :-( [20:21] flying_sausages, it's running freebsd, you want hardware specs? I have zero issues with windows clients, no complaints of slow loading. I've tried myself and it seems fine. [20:21] https://ask.libreoffice.org/en/question/118967/how-can-i-get-libreoffice-to-open-files-over-a-windowssamba-connection-with-a-runusr1000gvfs-path/ [20:21] might help === unregistered is now known as Guest56762 [20:22] oerheks, no problem, and you just keep minding your own business. === fractal is now known as Guest15545 [20:23] tomreyn, ooh, that may actually be my issue. I'm going to try the suggestions in there. Thanks! [20:24] hello. i am trying to compile PCRE (cross compile for ARM) but the make file is complaining that the 'me tool' is not present. Anyone know what that tool is? Its name is too vague and generates so many google / apt-cache results. thanks. [20:25] from the make file: "echo "To configure ${NAME}, the \"me\" tool is required. You can continue with a" >&2" [20:25] and goes on to say you can use a default configuration with make if its not available. [20:27] micros: are you building the Ubuntu package? It's build-depends are only debian tooling [20:27] im just building pcre [20:28] My approach was/is: ./configure --enable-libmount=no --cache-file=arm-linux.cache --build=x86-64-linux-gnu --host=arm-linux --target=arm-linux --prefix=/home/developer/pcre_out --with-pcre=system && make [20:28] which generates that error [20:28] there's #perl [20:31] thanks ill try there === unregistered is now known as Guest98084 === fractal___ is now known as fractal [20:48] How do I start a command over SSH that will continue running after the session has ended? [20:53] FishPencil: use nohup and end the line with a '&', like "nohup run-for-a-long-time &" [20:54] FishPencil: or use byobu, or screen, or tmux to keep the console open [20:57] Is there a way to take back control of a nohup started command? [20:58] For example, if I SSHed, ran the command, quit SSH, came back later and wanted to bring it back up [21:00] FishPencil, easyt, type 'jobs',, and choose the one: fg %1 or fg %2 .. https://www.thegeekstuff.com/2010/05/unix-background-job/ [21:00] c/easy [21:01] https://pastebin.com/b1qjw5Ee [21:02] !ot > turbo64 [21:02] turbo64, please see my private message [21:02] I created a crontab with the following "@daily cd /home/EaseUS/SID-BEAST/Win10-x64 ; rm `ls -t | awk 'NR<2'`" but for an unknow reason it's not working [21:02] I'm not even seing the crontab being run in the syslogs [21:02] cronjob* [21:03] I don't understand why? [21:05] oerheks: Does Ctrl+Z keep it running after a logout? [21:05] FishPencil, i think you do need nohub for that [21:09] FishPencil: another approach is to run the command within 'screen' [21:10] I think I might do that [21:10] Is tmux or screen "better"? [21:10] Question: does having a long iptables file slow down the firewall? I have numerous entries in my iptables --list since I'm using fail2ban and permabanning IP addresses that fail a login. [21:11] FishPencil: I've only used screen and find it sufficient - others may be able to make a case for one over the other [21:12] So basically do I open screen, run the command, exit screen, and reconnect to screen later and my command will still be there? [21:12] yo [21:13] FishPencil: right [21:13] hi miguel2013 - did you upgrade your server to a supported version? [21:13] actually, I'm chatting from an irrsi session within screen right now [21:13] what are the services and programs needed to be restarted for gnu libc library when doing a do-osrelease-upgrade :)) [21:13] I just reattach it after logging in [21:14] yeats: just a "screen" command right? [21:14] FishPencil: right [21:14] FishPencil: you can do 'screen -S ' too if you want multiple screens at once [21:15] hey again, what exactly is the HWE option when installing LTS? [21:15] !hwe [21:15] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [21:15] you perform that after install, not during [21:16] FishPencil: 'Ctrl-A D' to detach, and I use 'screen -RaAd' to reattach (man page shows what the options are) [21:16] FishPencil: 'screen -ls' will list what screens are available === oerheks_ is now known as oerheks [21:23] I have a 16.04 dvd, a nearly full /dev/sda1, and network. how do i correctly run the rescue process to fsck /dev/sda1? [21:23] i have options to shell into sda5, which i think is a different partition on the same drive? not sure. === sky889 is now known as sky887 [21:33] WOrking on an older Dell machine, We had Ubuntu 16.04 64bit on there, but it had been running slow. So I installed Ubuntu Mate 17.10 32bit. My question is Does running a 64bit system on an older machine make it slower? Debating on install the 64bit of Ubuntu Mate [21:37] designbybeck3: how old? what are the specs? [21:37] dell 755 optiplex? [21:37] 2GB RAM [21:38] brainwash: what is a good way to check the CPU in Linux? [21:39] lscpu [21:39] Intel(R) Core(TM)2 Duo CPU E7200 @ 2.53GHz [21:39] thanks oerheks didn't know you could just do that [21:39] hostnamectl status #gives nice info too [21:39] what are the services and programs needed to be restarted for gnu libc library when doing a do-osrelease-upgrade :)) [21:40] is it recomended to do osupgrade or install from scratch [21:40] designbybeck3: does the current installation run slow also? [21:41] no brainwash this Ubuntu Mate 17.10 32bit is running much better than the other install of Ubuntu 16.04 64bit [21:41] Just had one program I was going to install but it doesn't have a 32bit download [21:41] my buddy is an artist and he uses this computer for reference images so I was going to get him: https://www.pureref.com/download.php but on 32bit [21:42] it's possible that is runs better due to being a newer ubuntu release [21:43] was thinking that as well brainwash. I might jsut go ahead and reinstall on it, doesn't take that long [21:43] more likely is that it uses a simpler desktop [21:43] keep in mind that 17.10 loses support in 3 months [21:44] is there a standard why people keep track of their software installs? like, maybe just a script with all the additional repos and just an apt-get install ... \ ? [21:47] ash_guest: maybe apt-clone [21:47] ash_guest: dpkg -l > installed.txt (that's how I keep track) [21:47] adalbert, +1 [21:48] https://paste.ubuntu.com/p/3b9SMtHdNJ/ [21:48] I see, so there's not like a goto file you generally don't touch but sometimes update to get your most standard application / configurations? [21:49] jups, plus any new edition comes with their own special additions. [21:49] some keep complete programming lists, or gaming stuff [21:50] libraries, manuals [21:52] is there anything I need to beware of when reinstalling from usb? I mean, what I'm reinstalling over uses secure boot so... I'm not going to end up with 2 partitions with 2 OSes am I? [21:52] hello all [21:53] couple of questions, i have a game server that has very little commands in the ways of admin, we cant even see IPs of those connected, which makes banning people very difficult. at present, the only way we can do this is by the offender being online at the time I am there, 'iftop', sift through IPs and manually blocking each one until i find the one that is for the offender... [21:53] ash_guest, the installer gives various options, including whipe whole hdd and start over again. [21:54] or replace existing install, etc etc [21:54] naturally this is far from ideal.... does anyone know of a way that I could perhaps 'log' packets of those joining the server in a readable text that would allow me to see the ips in a much easier way? [21:55] Battle: not easily. what game is it [21:55] a game called 'Eco' [21:55] hi, I have a 32G USB, and I want convert it into a bootable live/installer. The installer only requires 1-2Gig. Is it possible to use the remaining 30 Gigs on the USB? [21:55] it uses 'mono' to run [21:55] unity based game [21:56] should talk to the devs [21:58] Battle: you could you use cli wireshark to get the packets and then format text to a pretty print and then output to file [22:00] michael, using Rufus, it is possible to add data to the live installer usb disk [22:00] michael2, using Rufus, it is possible to add data to the live installer usb disks [22:01] michael2: fat32 max filesystem storage is 4g so it would be useless to go over that.. i believe would you want is to put your squashfs on a extern or different filesystem ext3 or ext4 [22:02] Ben64: the devs are more focused on other things....we dont even have an unban command, administrative side is lacking quite hugely adn people have requested certain tools but their response is "oh well.... life sucks" pertty much.. lol [22:02] So I changed my /etc/network/interfaces file to https://paste.ubuntu.com/p/dgC3HSDQzM/ to assign a static ip, but now I have no connection outside. I can connect within the local network though [22:02] sere_ is it easy-ish to do what you suggested? [22:02] im not an elite XD [22:03] woops that gateway looks wrong [22:03] FishPencil_: you're gateway is the same ip ... [22:03] Just noticed it [22:03] Battle, as it is mono, that makes it much more complicated too [22:04] sparse server indeed https://eco.gamepedia.com/Setting_Up_a_Server [22:05] Do I need a dns-nameservers entry for static assignment? [22:06] or https://eco.gamepedia.com/Setting_Up_a_Server_(advanced) gives some hope .. [22:06] Battle: it would take some coding and im not sure if it would be ideal to use wireshark.. it uses alot of resources. a lite packet sniffer would be ideal [22:09] Battle: for now you could just block that ips game ports [22:10] yeah im blocking them as i find them [22:10] but its hard [22:10] Battle: to find or block? [22:10] find [22:11] FishPencil_: Yes you must assign dns servers. [22:14] Question: does having a long iptables file slow down the firewall? I have numerous entries in my iptables --list since I'm using fail2ban and permabanning IP addresses that fail a login. [22:16] The theoretical upper limit of maximum number of rules for a 32-bit environment would be somewhere around 38 million ... https://serverfault.com/questions/479549/how-many-rules-can-iptables-support [22:17] Oh wow, that's a huge amount. I'm not so worried now, I only have about 100 and some records [22:17] thanks oerheks [22:17] adalbert: thanks for the tip about rufus. thats not a program im familiar with would require research and training for me to learn it [22:18] Battle: if your really invested you could write a algorithm that finds the negative behaviours [22:19] in those comments you can find '25K rules' [22:20] Midoshi27: I have loaded about 5000 permanently banned addresses in iptables without problems. [22:21] If you go above that there is a kernel module for doing filtering of large numbers of ip addresses more efficiently [22:21] michael2: I will keep an eye on it, if it ever does get all that large I'll manage it then. [22:22] hey friend [22:23] is 14.04 trusty the latest for ubuntu server? [22:24] no [22:24] themoonisshining: Ubuntu server has a release every ubuntu release [22:24] does it have support [22:24] until next year [22:24] !trusty [22:24] Ubuntu 14.04 LTS (Trusty Tahr) was the 20th release of Ubuntu. Download at http://releases.ubuntu.com/14.04/ - CHECK FOR POINT RELEASES at http://releases.ubuntu.com - Release Info: https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes [22:24] looks like it [22:24] 18.04 comes out this week [22:24] ok friend I have a question [22:24] cool [22:25] hey so I want to install a pcmcia support for it [22:25] like xubuntu 16.04 has [22:25] why not use 16.04 [22:25] I still can't copy files from usb drive on ubuntu server even after upgrading to 14.04 [22:25] it didn't do that far [22:27] Ben64: I may have to install xubuntu 16 on it too then [22:29] I grabed my laptop by the center and it crashed [22:29] i reboted i handle it again and it crashed again [22:32] Is the firewall enabled by default on Ubuntu server? [22:33] FishPencil: Yes, but you have to define what you allow and block [22:34] ok I'm upgrading to 16.04 [22:34] it gave me that option now [22:35] it should tecnicaly work correct? like xubuntu 16.04 [22:35] what if it doesn't then is a hardware issue? [22:35] miguel2013: you should back up before you do that [22:35] Midoshi27: my /home is on another partition [22:35] no worries [22:36] should be fine then, but there might be complications after the backup [22:36] after the install** [22:37] I'm looking for apps that do sync and backup too haven't done research on it yet I have unorganized backups on removable [22:53] are u all americans [22:53] * NaTeK squints [22:53] walk with me [22:53] miguel2013, no, this is the international support room, but we do speak english :-D [22:55] !info grsync [22:55] grsync (source: grsync): GTK+ frontend for rsync. In component universe, is optional. Version 1.2.6-1 (artful), package size 134 kB, installed size 600 kB === akay_ is now known as akay === fuseteam1 is now known as fuseteam === navy_seal9614_ is now known as navy_seal9614 [23:13] <_Dejavu> Hello community, iI'm trying to install package thru pip but get syntax error. Could anyone take a look? https://pastebin.com/dcm6Yy1e [23:16] _Dejavu, i think you want pip3, like this tutor https://www.digitalocean.com/community/tutorials/how-to-install-django-and-set-up-a-development-environment-on-ubuntu-16-04 [23:16] https://www.howtoforge.com/tutorial/how-to-install-django-on-ubuntu/ [23:17] <_Dejavu> thank you oerheks let me try [23:19] the 2nd one might be more clear === feodoran is now known as Guest31056 === feodoran_ is now known as feodoran [23:38] join === DanXB is now known as xDanBx [23:47] is anyone here really good with making snaps? I've run into an issue with this one, would bring a nice rss readehttps://forum.snapcraft.io/t/snapcraft-breaking-over-nested-cmake-not-moving-built-files-into-staging-prime-and-dependency-issues/5084r to ubuntu easily: [23:48] https://github.com/sirredbeard/FeedReader/blob/master/snap/snapcraft.yaml