[00:28] so april 1 2019? april 30 2019? some other day in april 2019? [00:35] guiverc hyskaru so april 1 2019? april 30 2019? some other day in april 2019? [00:35] Vic2: seriously ? [00:37] https://wiki.ubuntu.com/Releases - the dates are set closer to EOL, I monitor them but sure don't remember if an actual date is given.. it'll be on or after april 17th. [00:41] ty guiverc [00:42] yes seriously hyskaru [00:42] Vic2: upgrade your ubuntu, no ? [00:42] hey, i'm having problems trying to connect to mysql with phpmyadmin [00:43] can anyone help? [00:53] My disk space is decreasing frequently and fastly what is the reason? I'm using Kubuntu 16.04 since two years ago and I have not faced such as problem . [00:54] someone_: maybe you're storing more and more data on it? can you run "df -h | pastebinit" and post the http address? [00:55] mike802: on the same host? got an error message? how are you authenticating? what do mysel server logs say? [00:56] tomreyn actually that happened so fast in two minutes more than 2 GB stored in my disk without any reason . [00:57] someone_: if there was no reason, it wouldn't have been stored. [00:58] Is it normal that var/log folder size is more than 5 GB ? [00:59] it's uncommon [00:59] what are the larger files in there? sudo ls -lh /var/log/ | pastebinit [01:03] As I said that happens suddenly and without any reason the CPU fan its sound became higher after that the disk space became lower and lower in every min and there was a process using more than 25% of CPU, after that I closed the laptop . === yunhao94_ is now known as yunhao94 [01:06] hi all. how secure is LUKS encryption? [01:06] tomreyn: sudo ls -lh /var/log/ outut >>> https://paste.ubuntu.com/p/XfSCC8Rzfp/ [01:07] tomreyn what do you think ? [01:09] hello, i upgraded from 16 to 18 and now my wifi drops overnight [01:09] someone_: kern.log and syslog are unsually large [01:10] someone_: run tail against them. [01:10] what is the tail ? and how I run it ? [01:11] tail -f /path/to/log [01:11] someone_: sudo tail /var/log/syslog [01:11] sl4ck: https://askubuntu.com/questions/97196/how-secure-is-an-encrypted-luks-filesystem maybe helpful [01:11] someone_: or just "dmesg -w", it'll probably show the same [01:12] and what does it do? [01:12] removing files ? [01:12] someone_: do you know what man pages are, yet? [01:14] someone_: you can install the "man-db" package, then run "man somecommand" and it will show you the manual for this command. [01:14] the same content is also available at http://manpages.ubuntu.com/ [01:15] now if I execute this command sudo tail /var/log/syslog What will happen? [01:16] someone_: the tail command will print the last 10 lines of the given file to standard output. [01:16] ok [01:16] running "man tail" or "tail --help" would also have told you so [01:19] %c [01:19] tomreyn "sudo tail /var/log/syslog" output >> https://paste.ubuntu.com/p/YxQhfXrp78/ [01:22] someone_: so apparently you have two types of outputs which keep repeating. the one on the bottom which repeated 55 times is not an immediate problem since the system logger realized they keep repeating and created this summary. the ones on top are maybe more of an issue. [01:23] ok [01:23] someone_: to verifiy it'S these types of messages which 'spam' your log, i suggest you run (and keep running) "dmesg -w" on a separate temrinal window. that's a 'live feed' from the kernel logging daemon, you'll see which messages are mostly generated / logged. [01:24] ok [01:24] such 'log spam' should not happen, it is an indication of a malfunction or bad configuration. you should therefore do a web search for these messages and see if others have found a way to get rid of them, reduce them, or, better yet, to identify and handle the issue which causes them to be printed. [01:25] tomreyn What is the reason ? [01:26] someone_: the reason for what? [01:26] for this problem [01:27] i have not researched it. i suggest you do what i just explained. [01:28] if you get stuck, tell us where you're getting stuck, and someone who feels ike they can will suggest a way forward. [01:28] tomreyn OK, if I delete the largest file which is 2.5 GB in folder log, Is there any problem will happen ? [01:30] someone_: it will likely cause the system logging daemon to be no longer able to log. and it wouldn't solve the underlying issue. [01:30] tomreyn Ok , Thank you so much . [01:31] you'Re welcome. i'll be happy to help you more, if i'll see you meking effrorts to examine this issue yourself. [01:31] hey guys i was wondering how could i make my ip static... like keep the same one all the time [01:32] Thanks Tom. [01:32] fib3r: which ip would that be? [01:32] i use a router ip [01:32] id like to keep 192.168.1.whatever the same [01:33] does your router do dhcp for you? [01:33] yea but i know theres a way to keep it perm on the server itself [01:34] you can do static ip address assignments via dhcp, not every SOHO router supports it, but many do. [01:34] this is usually the better option since you can then still manage it centrally. [01:35] the other option is to configure a static ip address on the computers on the LAN (which the router usually does dhcp for). but then you'll need to make sure to pick addresses outside of the range the router will use for dhcp assignment. [01:36] ...so as to prevent ip address clashes. [01:36] sl4 [01:38] tired of changing my ports ip all the time lol [01:39] fib3r: is this related to preferring one ofver the other of these methods? [01:39] yea cause i have ports open so i can login :) [01:39] Anyone using the Nextcloud snap package on their server: Where is actual data directory? [01:41] fib3r:whether you'll do static ip address assignment by the router or on the systems themselves won't change whether or not you still need to maintain port forwarding rules on the router (you'll still need to do so). [01:42] You cant do router static ips [01:44] fib3r: you mean your router does not support it? [01:46] hi all. i've got this anonymous vpn service i use where their openvpn is giving me issues, and their support is ever worse. i had this working on my ubiquiti edgerouter, and then on my centos7 laptop and it stopped working. their support claims that they only 'support' debian and ubuntu [01:46] so i figured i would download ubuntu and give their instructions a try. however, when trying to install the packages in their instruction, it is failing as if the packages have been obsoleted [01:47] i'm wondering what version do you think these guys think they support: https://support.goldenfrog.website/hc/en-us/articles/360004948872-VyprVPN-OpenVPN-Setup-for-Linux-Ubuntu- [01:48] Dan0maN_bncr: "This tutorial was created using Ubuntu 16.04.1" [01:48] Dan0maN_bncr: whats your ubuntu version mate? [01:48] jeeze. thank you tomreyn. i looked right over that line. lotuspsychje, i just downloaded the latest 18 from the download site [01:48] i'll go try to hunt down a 16 to try [01:49] Dan0maN_bncr: wait [01:49] k [01:49] Dan0maN_bncr: 16.04.1 is older already [01:49] i set it for 19 and didnt work [01:49] yeah, but i'm just testing their vpn instructions [01:49] still assigned random ip [01:50] Dan0maN_bncr: check this out: https://linuxconfig.org/simple-openvpn-connection-setup-on-ubuntu-18-04-bionic-beaver-linux [01:50] it used to work from two other systems, and now i'm getting an openvpn auth failure from the service. i've done everything i can think of, including changing my password, but they won't work with me until i get an OS they 'support' [01:50] Dan0maN_bncr: lets put it this way, if a vpn business does not give support for recent ubuntu versions, something fishy is going on, dont you think? [01:51] lotuspsychje: understood. but judging by the potato they have working the live chat, they may just not be that well versed in the ways of linux [01:52] looks like most of their stuff is for windows-based tools [01:52] personally i'd actually continue to try to reproduce things as closely to their guides as possible, and then, if it works out, extrapolate from there. [01:53] but since that ass-hat kept trying to hang up the session with me because i was using centos, i figured i would do just what tomreyn is stating [01:53] Dan0maN_bncr: at #ubuntu here, we also advice to keep your system up to date as possible, as solid base, you can work from that [01:53] lotuspsychje: understood. thank you for the assistance [01:53] some how my root pass is different [01:53] but sudo works lol [01:54] Dan0maN_bncr: 16.04 is still supported, so im sure 16.04.5 up to date would work with your tutorial aswell [01:55] fib3r: by default, the root account does not have a password set on ubuntu [01:55] oh? okay [01:55] fib3r: which means you can only sudo, and not login as root directly [01:55] (and this is on purpose) [01:56] yeah. i'm not going to search for the .1 version. .5 should be close enough to them [01:56] yea, its just behind my firewall :) [01:56] Dan0maN_bncr: would not advice that either, as alot of !usn security flaws exist from then [01:59] Hi all, I'm working on trying enable Google Authenticator for Ubuntu logins. I can get *either* lightdm working *or* general (such as sudo). If I change pam.d/lightdm - lightdm works. But if I then change pam.d/common-auth it breaks lightdm login. I've already moved the .google-authority file to outside the encrypted home file. It seems adding the line in common-auth makes lightdm try and authenticate [01:59] twice? [02:01] Hi all, I'm working on trying enable Google Authenticator for Ubuntu logins. I can get *either* lightdm working *or* general (such as sudo). If I change pam.d/lightdm - lightdm works. But if I then change pam.d/common-auth it breaks lightdm login. I've already moved the .google-authority file to outside the encrypted home file. It seems adding the line in common-auth makes lightdm try and authenticate [02:01] twice? [02:24] have anyone here successfully install ubuntu on USB and boot from surface pro 2017? === Gimmel_ is now known as Gimmel [02:41] okay. i'm back. tried the instructions with the 16.04.5 live (try me). i get failure on both of the network-manager-openvpn and network-manager-openvpn-gnome packages. says there is no installation candidate for them [02:45] !info network-manager-openvpn xenial [02:45] network-manager-openvpn (source: network-manager-openvpn): network management framework (OpenVPN plugin core). In component universe, is optional. Version 1.1.93-1ubuntu1.1 (xenial), package size 27 kB, installed size 97 kB (Only available for linux-any) [02:45] !info network-manager-openvpn-gnome xenial [02:45] network-manager-openvpn-gnome (source: network-manager-openvpn): network management framework (OpenVPN plugin GNOME GUI). In component universe, is optional. Version 1.1.93-1ubuntu1.1 (xenial), package size 181 kB, installed size 1233 kB (Only available for linux-any) [02:45] Dan0maN_bncr: this bot seems to differ, and so would https://packages.ubuntu.com [02:46] maybe you don't have the right sections activated in apt [02:46] k. ty. is this a repository that i need to install? (sorry, i'm used to EL, not apt or dpkg installs) [02:46] !repos [02:46] The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [02:47] you probably want to activate the 'universe' component [02:48] kg all + re beards. https://www.fatherly.com/health-science/science-of-what-beards-mean/amp/ [02:48] sorry wrong place [02:53] thanks again for that, tomreyn. got em installed. now back to trying their instructions [03:14] hi everyone, i want to use virt-manager with a custom port 7654 rather than 22 via ssh. for an ssh example it would be 'ssh user@host.com -p 7654'. How do I enter the host with a custom port when I make a new SSH connection with virt-manager [03:22] jwash: take a look at the #openssh channel, they are used to this [03:24] jwash: https://libvirt.org/remote.html#Remote_URI_reference [03:27] tomreyn +1, that was perfect [03:27] many thanks [03:27] welcome [03:28] tomreyn, do you know why ubuntu doesn't charge my iphone? i have to run this command every single time "sudo usbmuxd -u -U usbmux" [03:29] cim209: no idea, i'm not personally into iphones. [03:31] ok no problem [03:33] cim209: did you try other ports? [03:33] lotuspsychje, i only got 3 ports and all are taken [03:33] i could switch them around and see if it'll fix the issue [03:34] cim209: while you do that, please open a tail -f /var/log/syslog [03:35] ok hold on [03:38] lotuspsychje, https://paste.ubuntu.com/p/BTdDxyxV7h/ [03:38] looks like it charges fine when no other usb is plugged in [03:38] cim209: power issue? [03:39] this is an old 2007 imac i'm using [03:39] cim209: cool on 18.04? [03:39] ya [03:40] !mac | cim209 have a look here perhaps youl find some bug on it [03:40] cim209 have a look here perhaps youl find some bug on it: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [03:40] https://imgur.com/sDo6Dye [03:41] cim209: do you have an usb 3 port somewhere you can test? [03:42] cim209: i would also reccomend, charging a phone from the net power instead of your computer [03:42] not sure if this one would have a usb 3 [03:42] yeah looks like i gotta use an actual power outlet [03:44] cim209: phone usb to pc, i would reccomend for sync or data moves only [03:46] lotuspsychje, well i still would have to run a command for ubuntu to connect to it === Dreaman is now known as bglamersteam === bglamersteam is now known as jakcyyy [04:03] So I have just installed ubuntu and I am getting something that I have not found how to fix/change. It gave me a message that there was low disk space on the efi partition but when I try to examine it, it cannot load. [04:03] How can I fix this? if anyone has a clue [04:36] I found that using "nmap -PS22,80 192.168.3.1" is scanning all ports instead of specified port 22 and 80 (according to wireshark). Am I missing anything? [04:43] if I boot into a cloud based droplet that I dont own, I wouldnt have access to the efibootmgr command correct? [05:05] anyone know what's the best position to use laptop on bed?. just browse around with my laptop. Suppose a position will stay for more than 3-5 hours [05:07] draw me a picture of the position would be appreciate [05:07] Hello, im having trouble installing Pango, it says [05:07] configure: error: *** Could not enable any backends. [05:07] i did whereis cairo - cairo: /usr/local/lib/cairo /usr/include/cairo [05:08] and did ./configure --with-cairo [05:08] no results :/ [05:21] hey all. i have some zip files i can unzip on the server, but if I transfer the zip to another server - i cannot unzip it? [05:21] 15596 extra bytes at beginning or within zipfile [05:21] (attempting to process anyway) [05:37] compact, how do you transfer? they are identical before and after the trasfer (check the md5 checksum, for example)? [05:56] perhaps you transfered it with ftp and forgot to enable binary mode? [06:07] would anyone recommend 18.10 for general use as of yet? [06:07] system is a little broken and i was going to reinstall and i dont really want to hold it off by another month [06:07] No, but the right channel to ask is #ubuntu+1 [06:08] thank you [06:09] . [06:09] Boyette, hello [06:09] hi steve [06:38] Hi everyone, what is a good system diagnostic for Ubuntu (builtin or otherwise) [06:39] regarding my previous message. I mean to ask System diagnostics software.. [07:09] hi [07:10] How can I update my ubuntu via terminal in a safe way? [07:12] codyboo: `sudo apt update && sudo apt full-upgrade` will update repository lists, then do a full-upgrade of software (keeping you on the same release) - if this is what you mean, and second command runs only if first had no issues.. [07:13] sudo apt-get update [07:13] sudo apt-get upgrade [07:13] sudo apt-get dist-upgrade [07:14] oh sorry for floo. I thought it was one line.... how about that one? shall I hit dist-upgrade to clean unused files after? [07:15] apt-get dist-upgrade ~= apt full-upgrade (ie. very close to the same command; apt is a newer version of apt-get; you can use dist-upgrade too for those whose fingers are slower to adjust to change..) [07:16] update only updates your software lists; doesn't upgrade any software. upgrade updates your system within limited rules (skipping some upgrades), dist-upgrade or full-upgrade perform all upgrades for the system [07:16] sudo apt update && sudo apt full-upgrade && sudo apt dist-upgrade [07:16] like that? [07:17] fghdh [07:17] use one of `apt full-upgrade` or `apt-get|apt dist-upgrade` , they are altneratives to the same thing... if you read `man apt` doco, dist-upgrade isn't there, it's called full-upgrade (but dist-upgrade still works) [07:19] sudo apt update && sudo apt-get|apt dist-upgrade [07:19] should look like this than? [07:19] sorry - i meant either apt-get OR apt... ; not to use | in the command [07:19] `sudo apt update && sudo apt dist-upgrade` [07:20] ok. RUnned [07:22] This error coming up https://paste.ubuntu.com/p/b9zys6sSTh/ [07:23] codyboo: there's a problem with the virtualbox repo, they'll probably fix it soon [07:23] how can I skip that update and do the rest? [07:24] it is doing the rest [07:25] codyboo: because you used the && (I used it, so you probably copied), the subsequent command (what followed the &&) wasn't executed - just type in `sudo apt dist-upgrade` [07:25] ah, i just joined nevermind [07:25] if you used `sudo apt update; sudo apt dist-upgrade` (; instead of &&) the second command (after ;) would have executed regardless of results of first command [07:27] guiverc yeah now it's updating wihtout stucking to that firs update problem with virtual box [07:28] thank you [07:28] it was stucking like that https://prnt.sc/ksl1mh === davor_ is now known as davor [07:50] . [07:50] Good morning guys, I have a problem with the hdmi output. How can I discover for external monitor? [07:57] Hello everyone [07:58] I have an issue with the netword. All my colleages can reach internally stores services like bitbucket, simply typing "http://bitbucket:7999", but I cannot. Why could it be? I have already configured my netplan with the right nameserver... [07:59] why are you using netplan ? [07:59] the box should boot - get an IP and dns server and gateway, boom you're working [07:59] ikonia, I was also not sure what to use [07:59] netplan is for defining a network, you sound like you're already on a network [07:59] ikonia, so should I delete the configuration I wrote for netplan? [08:00] what version of ubuntu are you using ? [08:00] Im on 18.04 === semeion is now known as mnemonic [08:00] and are you just using a desktop build as part of an existing network ? [08:00] A desktop build? Not sure what you mean [08:01] ubuntu desktop - standard build, part of an existing network [08:01] Are you asking me if I am using Ubuntu Desktop or Ubuntu Server? [08:01] Im using desktop [08:01] and you're using a dhcp network ? [08:01] mmm, not sure about that... how can i find out? [08:02] brb 10 min [08:03] ah no [08:03] I dont have to go :) [08:03] @ikonia, im still here === Richard is now known as Guest31283 [08:18] Hi guys, I've just installed ubuntu 18 and trying to install the package lm-sensors it says package not found, can somebody help me adding the needed source to apt ? [08:18] Hi, I'm working on a jax web service and got stuck at the POST request when sending a post request with json data to it, it returns with method not allowed. I'm pretty sure I've got everything setup right. Please have a look: https://github.com/LSVH/hbo-ict-tosad/blob/master/src/main/java/edu/hu/tosad/DefineBusinessRuleService.java#L177 [08:18] !info lm-sensors [08:18] lm-sensors (source: lm-sensors): utilities to read temperature/voltage/fan sensors. In component universe, is extra. Version 1:3.4.0-4 (bionic), package size 82 kB, installed size 366 kB [08:19] Dabuti: sudo add-apt-repository universe && sudo apt-get update then install it [08:19] Thank you EriC^^! [08:19] no problem [08:20] Whoops I mean it returns with the error: Unsupported Media Type === boshhead_ is now known as boshhead [08:25] hello. I live in Iran. As of yesterday, I can no more download packages from this mirror : http://mirror.aminidc.com/ [08:25] has it been blocked because of sanctions? [08:26] because I can access it using a VPN === Guest75200 is now known as misalias [08:36] Aah I've found the problem, a empty constructor at the POJO/DTO was missing. [08:37] sentiment: https://launchpad.net/ubuntu/+archivemirrors shows it's one day behind (amin IDC), but nothing else that I can see (note: i know nothing about blocking sorry) [08:39] guiverc: what does ign mean in apt update messages? [08:40] that mirror returns ign messages [08:41] ppa.launchpad.net mirrors also the same story. [08:43] sentiment: it means it's been ignored [08:43] ign=ignore, no changes in pdiff index, so it doesn't waste bandwidth grabbing index again (uses current ones) [08:47] guys what console browser should I use these days? links pop a lot of js errors now, even from google [08:48] !info links2 | aqd [08:48] aqd: links2 (source: links2): Web browser running in both graphics and text mode. In component universe, is optional. Version 2.14-5build1 (bionic), package size 2869 kB, installed size 4739 kB [08:48] OH thanks :) [08:51] hi [08:52] mementomori: welcome, what can we do for you? [08:52] how can I prevent journalctl to display logs from auditd? [09:02] mementomori: journalctl has various filtering options, check the manpage, eg. options -u and -t . afaik it has no ability to do "negative" filtering, so you might need to run that through grep [09:03] blackflow, I usually pipe journalctl output to "grep -v audit" [09:04] blackflow, but i'd like auditd's logs to be present only in /var/log/audit [09:05] blackflow, I'm trying to disable auditd'd logs from rsyslog. Do you think it'll work? [09:06] mementomori: the journal always logs everything on input, so I guess you'd have to configure auditd not to log to syslog. [09:08] blackflow, I've not found anything related to disabling syslog in auditd's docs. Do you have any hint? [09:15] on a fresh install of lubuntu, the colors on my laptop lcd are all washed out. why? [09:17] superdreamkilla: old machine? [09:18] 2006 [09:18] superdreamkilla: wich lubuntu version please? [09:18] 18.04 [09:18] superdreamkilla: up to date to latest also? [09:19] yes [09:19] macbook pro 1,1 [09:19] superdreamkilla: ok great, lets have a look at your graphics card & driver: sudo lshw -C video [09:21] description: VGA compatible controller [09:21] product: RV530/M56-P [Mobility Radeon X1600] [09:21] vendor: Advanced Micro Devices, Inc. [AMD/ATI] [09:21] capabilities: pm pciexpress msi vga_controller bus_master cap_list rom [09:21] configuration: driver=radeon latency=0 [09:22] superdreamkilla: seems recognized & driver loaded [09:22] yup [09:22] that was a big pain by the way [09:22] auditd is not writing logs to syslog (checked reading /var/log/syslog manually). So there must be something telling journalctl to read from /var/log/audit/audit.log [09:22] superdreamkilla: what do you mean, what did you do? [09:23] so I had been using it without the driver at first, and it had the same washed out look [09:24] superdreamkilla: what did you do then? [09:24] https://wiki.debian.org/MacMiniIntel [09:25] superdreamkilla: thats for debian, did you install drivers yourself or something? [09:25] based on info in that link, i booted from lilo instead of grub 2, in order to get the radeon driver to load [09:26] !mac | superdreamkilla [09:26] superdreamkilla: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [09:26] superdreamkilla: radeon should normally work by default [09:27] no [09:27] superdreamkilla: have you tested this on ubuntu 16.04? [09:27] or lubuntu [09:27] this is major issue for people with old macs ive discovered, and something that needs to be advertised better [09:28] superdreamkilla: our mac wiki is recently refreshed.. [09:28] never got 16.04 [09:28] superdreamkilla: i recently tested some old macs with 18.04 ubuntu and they worked nicely [09:29] superdreamkilla: could you try a liveusb ubuntu-desktop just as a test please? [09:29] superdreamkilla: so we can rule out if its a lubuntu issue or not [09:30] that's another issue. i locked up my usb stick following instructions for creating a bootable lubuntu image on mac [09:31] now I can't format or erase or do anything with it. gparted crashes with it [09:32] as for ubuntu versus lubuntu, the issue is booting in efi versus bios mode. [09:33] superdreamkilla: make a new one from ubuntu image creator [09:33] and actually, I did already test ubuntu, because I installed it from the mini.iso, and then installed lubuntu-desktop over it [09:36] the issue was present in both [09:37] superdreamkilla: ubuntu 18.04 has no minimal option in the setup itself [09:37] now [09:37] superdreamkilla: can you hastebin your dmesg please? [09:38] superdreamkilla: lets have a look what happens to radeon [09:38] yes [09:39] https://pastebin.com/Uugq0acf [09:45] superdreamkilla: i dont see anything too unusual [09:46] superdreamkilla: have you tested another Os to check if its ubuntu alone or not? [09:46] snow leopard is bright and glossy [09:46] allrighty [09:46] so are windows xp, windows 7, netbsd [09:46] ok [09:48] superdreamkilla: perhaps also test a !nomodeset [09:48] that's how I was able to get it to boot initially when I had the problem of the radeon driver not being able to load [09:49] it was the same [09:49] superdreamkilla: ok, then a 16.04 test would be usefull, if that doesnt work id advice creating a new !bug for your issue [09:50] i am downloading an ubuntu 16.04 right now, and will attempt to put it on my usb stick which seems to be locked up === jje_ is now known as jje [09:51] . [09:51] i was wondering if it's possible that an xorg profile was created automatically with some weird color settings on account of not having a graphics driver initially [09:51] or something to that effect [09:54] superdreamkilla: i more suspect kernel issue on your case [09:54] superdreamkilla: the 16.04 might prove it [09:59] Could not write the disk image [10:00] from the ubuntu image creator [10:01] tried many things already, always different errors [10:02] https://www.makeuseof.com/tag/how-to-boot-a-linux-live-usb-stick-on-your-mac/ [10:02] that's the tutorial that I followed that messed it up, method 2, [10:04] it has lubuntu 18.04 on it and can successfully boot, i just can't format, erase, or view the contents on any os other than linux [10:05] superdreamkilla: you could test a few other things, like installing unity or xubuntu from your existing install [10:05] superdreamkilla: this washed out screen, does it start right from grub boot, or after login? [10:06] Howdy folks [10:06] i'm booting from lilo not grub2, and I don't know how the colors are supposed to look. The wash out effect is not severe. [10:08] If i boot from grub2 I have to use nomodeset, and the font and colors change slightly halfway into the loading [10:08] superdreamkilla: i have to go for lunch right now, try that 16.04 and if that doesnt work, !bug ok [10:10] okay, well I'll write back if I come up with anything, but this usb issue is taking up a lot of time right now [10:34] why are there many examples of bash multiline string using $(cat ... etc? [10:34] dont single-quote and double-quite just work with multiline strings?? [10:38] Hi, is there a ppa for getting the latest stable kernel on 18.04? [10:42] funda3: no ppa as such, np. there are the mainline kernels, but those are unsupported and only intended for testing. some things won't work with them. [10:42] aqd: try asking in #bash [10:43] Hey all can I get a networking issue help, its not really linux but basically when I plug a pc on my network, the ethernet light on my switch goes nuts, all of a sudden my internet stops on all pcs on the network, new pcs cant get IP's from DHCP .. the network pretty much jams up .. I unplug this desktop and all goes quick and works perfectly ... the odd thing is that desktop is actually turned off! .. any ideas? [10:43] ducasse: which ppa would i use for latest stable mainline kernels? what might not work? [10:44] funda3: it's not a ppa, you need to download them manually. things like lxc/lxd and i think snaps don't work, due to lacking ubuntu patches. [10:44] XB23: broken network card ? wiring issues with the cable ? [10:45] funda3, you can try this, https://www.linuxbabe.com/ubuntu/install-linux-kernel-4-7-2-ubuntu-16-04, but I'm noob with linux, so I'm not sure if this will work [10:45] !mainline | funda3 [10:45] funda3: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [10:45] the-noob1: cheers, confusing how its doing it even when that PC is turned off [10:45] Wiring is fine, if i use that cable on another pc all is fine [10:46] XB23: try ##networking, not an ubuntu issue [10:46] Ah thanks ducasse [10:46] :) [10:48] ducasse: thanks, !mainline is what i was looking for [10:50] funda3: you won't get support here with them [10:54] XB23: if something went wrong with the NIC it might be that it creates a loop or such, even when powered off (obviously a very 'wtf' case) [10:55] ducasse: more options in grub is fine by me [10:55] XB23: sounds like you're confused about your cable and you're actually plugging one cable into your switch/router twice [10:55] XB23: because that's *exactly* what happens when you plug a switch/router into itself [10:55] funda3: also remember you need to update it yourself [10:56] Triffid_Hunter: no mate, 100% not that but yeh it does sound exactly like that [10:58] ducasse: i might have to write a script for that [11:00] funda3: that's a possibility, sure === beaver is now known as beaver|jail [11:27] I need to connect a fibre lead to a Cisco SAN switch - the device is deck EMC ESX gist (no the of model) The port is an HBA: This is the reverse of the server: https://i.imgur.com/hQlhHii.png [11:29] perdent: wrong channel? [12:28] hello, All! What can be core of issue? When i boot in ubuntu 18.04 then cd-tray is opening. === Butterfly^ is now known as Guest80033 [12:42] Is it possible to install old versions of packages (like clang 3.8) in ubuntu 18.04? === mkv is now known as m4v [13:15] mort, don't mix packages/repos , it's bad practice [13:16] BluesKaj: doesn't have to be the actual `clang` package, it could be a separate `clang-3.8` package [13:18] mort: It isn't recommended to use older versions of any program in your primary system. Is there a particular reason for needing the older version? [13:19] pragmaticenigma: fixing issues with compiling software I'm writing with older compilers [13:20] hey i just started my first programming course. cant find a detailed explanation of "root-partition" [13:20] mort: Recommendation is to then install it manually, make sure you DO NOT run the "make install". [13:20] for example, I just had travis-ci fail a build because clang-3.8 gives a warning about something my ubuntu system's clang (version 6) doesn't give a warning about [13:20] mort: That is a terrible reason to use an older version [13:20] why's that? [13:21] in Arch, I could've just installed the clang38 package and run `CC=clang38 make` [13:21] mort: that warning is being issued for a reason. Since I don't know what the warning is, I couldn't tell you how severe it is. But in short, Fix the code, not the compiler [13:22] pragmaticenigma: using the older compiler would be exactly to make sure the issue is fixed without having to push a commit which _might_ fix the issue and look at what travis-ci says about it [13:23] remember, the warning is in the older compiler; I was aiming to fix something which the newer system compiler doesn't warn about, but which older clang versions did complain about [13:23] Sorry, I misunderstood and thought it was the other way round [13:25] mort: I will propose that this might be a better question asked in ##programming though. They're going to be more familiar with running and installing older compilers. This channel, we primarily focus support on what is provided in the Ubuntu software repositories. [13:27] <[twisti]> how can i make apt-get stop producing the 'reading database' spam ? im forwarding the output to log files and it makes them noisy [13:28] [twisti]: pipe to grep or sed? [13:28] ubuntu 18.04; want to run vnc server; installed realvnc-vnc-server; connect remotely works but only shows grey screen; please advise [13:28] [twisti]: Look at "man apt-get" ... The -q option: produces output suitable for logging, [13:29] even better than my suggestion :) [13:29] <[twisti]> pragmaticenigma: i already tried that, it still produces the spam, and i dont want to use -qq, because i still want to know what its doing in general [13:29] [twisti]: are you apt-get manually or did you add it to cron? [13:30] <[twisti]> neither, im running it as part of a Dockerfile [13:30] therealtbe: Check out https://help.ubuntu.com/community/VNC/Servers ... realvnc is not a supported program on this channel. [13:31] what about vino? it used to work so nicely [13:31] therealtbe: The answers you need are in that article. Please read it [13:31] why did this become crazy complicated in 18.04 when it used to be super easy [13:32] therealtbe: Why are you refusing to read a rather simple and straight forward article. Depending on the option you choose, it requires about 2-3 commands. [13:33] yeah I have already read this, and implemented the vino option and the realvnc-vnc-server and the tightvncserver option. it just gives a grey screen [13:33] therealtbe: realvnc isn't supported... [13:33] I can start the vnc server, set the pw, and I can connect to it remotely using vncviewer [13:33] therealtbe: Do you have an active session on the remote machine prior to logging in? [13:34] yep [13:34] [twisti]: short of using grep to filter out what you don't want, I don't see a built in option. [13:35] therealtbe: Explain your setup, and what you did to set up VNC.. .because if you followed that article, it would be working [13:35] therealtbe: I know the directions in that article work, because I followed them with x11vnc and things work great for me [13:35] pragmaticenigma ok I will start over and try the x11vnc option [13:35] i've tried so many things at this point it's probably all messed up [13:35] <[twisti]> thanks [13:42] . === jakcyyy is now known as Dreaman === arun is now known as Guest70559 === Dreaman is now known as Blade [14:03] Hi! My fresh Ubuntu 18.04 is using too much RAM. I have 4GB of RAM and it's already using SWAP. Any ideas? [14:04] lectus: which desktop? [14:04] i guess gnome-shell. X or wayland? [14:05] Gnome [14:05] which video drivers? nvidia or nouveau or something different? [14:05] default Ubuntu installation [14:05] lectus: gnome eats ram for breakfast [14:05] X [14:05] install zram-config and hope to have more time until it SWAPs [14:06] i'm having similar issues with 8 gb memory. with 18.04 as well as 18.10... [14:06] https://i.imgur.com/SvRYywG.jpg :( === capella|away is now known as capella [14:06] using wmaker or amiwm as window manager [14:09] tarzeau: default video driver... using intel integrated card [14:12] Hi, I am new to Ubuntu, and I am trying to install battle.net, I have to do this with Wine and Lutris, and it worked, I installed the battle.net on my HDD, but I want to instal the actual games on my SSD, however, I can't create any folders in my SSD folder. could it be because there is only 1 partition with the Linux folder included? [14:12] If so, can I run a live-mode to make a partition for my other files [14:24] bounty: no need for messing with partitions, what do you mean by can't make folders on your SSD? [14:39] Hi. I've installed ubuntu server and it doesn't add apt repositories like before, only the "main" one. [14:40] halvors: that's a known bug, it's been fixed aiui [14:40] Anyone knows how to fix this? [14:41] ducasse: aiui? [14:41] halvors: add the repos yourself, manually or use apt-add-repository [14:41] halvors: "as i understand it" [14:41] halvors: As I Understand It, aiui [14:41] tyvm [14:42] ah, wrong tab [14:49] Hi, just updated a few servers from "16.04.5 LTS" to "18.04.1 LTS" and now I've a very strange problem. There are 4 servers running the same software, but after the do-release-upgrade the software fails on of these servers to start. The problem is somehow "Type=forking" in systemd unit files does not seam to work, if I replace it with "Type=simple" and also add a parameter to the software to not fork, What can I do to fix this? [14:52] pmted: ducasse: Thanks, but will the file from before be generated when a new package fixing this bug is released? [14:53] halvors: the fix is not in a package, but the install image [14:55] ducasse: So i'll have to reinstall? [14:55] Is this bug only in the 18.04.1 image? [14:55] halvors: you can just fix the file, as i said earlier. it's a simple fix. [14:56] halvors: 18.04 and 18.04.1 [14:56] Is there a way to reset all cgroups to default? [14:56] halvors: the fix will be in 18.04.2, i assume === SimonNL is now known as SimonNL_Afk [15:02] ducasse: Thanks. [15:09] Hello [15:10] I have Ubuntu linux, and i have my laptop connected to a monitor [15:10] But why is the desktop on the monitor different than the laptop itself ? it's like im on 2 laptops how to fix [15:11] Genius-: it's more likely and extended desktop. Look at your display settings and changed to mirrored if that's what you're looking to do [15:12] Genius-: also helps to mention what version of ubuntu you're running [15:12] 4.15 [15:13] Genius-: 4.15 is not a version of ubuntu. That sounds like the kernel. Run: cat /etc/issue [15:14] Ubuntu 18.04.1 LTS \n \l [15:16] Genius-: Go to Settings --> Displays and choose mirror [15:20] how to open settings from terminal ? [15:21] Genius-, gnome-control-center [15:22] its open but nothing there [15:22] white [15:22] Genius-, white ? [15:23] yes it opened but showing nothing but the word Devices but nothing happens [15:24] Genius-, share a pic === Class7_ is now known as Class7 [15:26] Feeling dumb with tracepath: if I using it to go to a machine that should be just across a router, shouldn't it look like me-router-other machine? [15:27] I am getting a lot of "no reply" after the router, and nothing after that [15:27] Fresh install of Ubuntu 18.04. Edited /etc/sudoers.d/wad and apparently made a typo. Can no longer get root. Should I just reinstall? Or is there another way? [15:28] wad: mount with a live cd/usb and fix it [15:28] or better yet, remove it [15:28] Ah, yes. Good idea. Thanks! [15:29] It's a little trickier because the partition is encrypted, but still doable. [15:30] wad: next time login as root in another terminal while making the change. Log out of the first terminal while still being logged in as root on the other. Login to a fresh terminal and test. If you made a mistake you can fix with the root session [15:31] Yep! I'll remember this for next time. Also, I like to set a root password. [15:31] Hi. with what proper line I could update my ettercap. It gives me that when I try to update https://paste.ubuntu.com/p/VBZ598ryN7/ [15:36] Hello. I have an ubuntu 16.04 desktop which hasn't been updated in a long while. and now i'm trying to upgrade to the latest packages, but it hangs on "Setting up apt (1.2.27)" [15:37] BlackDex: How long has it been hung? [15:37] moooderyy, no idea why you still have the xenial versions on a bionic system; apt -s install --reinstall ettercap-common ettercap-graphical [15:37] like 30min [15:38] i tried ctrl+c [15:38] BlackDex: Is your disk full or anything like that? [15:38] no disk is not full [15:41] ioria, I run the line you gave me https://paste.ubuntu.com/p/h23V7MzTPM/ but still same "https://paste.ubuntu.com/p/h23V7MzTPM/" message [15:41] BlackDex: If you pressed Ctrl+C and it's still hung for several minutes after that, wait about an hour, open a new terminal and kill it with `sudo killall -9 apt apt-get`. [15:42] BlackDex: Then, try to upgrade again. If it gives you lock file errors, delete the lock file mentioned. [15:42] did that [15:42] i need to do a `dpkg --configure -a` after that [15:42] moooderyy, apt -s is a simulation ; run apt -s full-upgrade [15:42] i also tried `apt-get dist-upgrade -f` [15:42] still the same [15:42] ioria, let me try.. [15:42] ah [15:43] ioria, ommand line option 's' [from -s] is not understood in combination with the other options. [15:43] moooderyy, 'apt -s full-upgrade' [15:44] ioria, The following packages have been kept back: [15:44] ettercap-common ettercap-graphical [15:44] 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. [15:45] oh sorry for flood. I thought it was 1 line! === EriC^ is now known as EriC^^ [15:45] moooderyy, sudo apt full-upgrade [15:46] ioria, still: The following packages have been kept back:ettercap-common ettercap-graphical0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. [15:46] ChaiTRex: ok, i saw that it tried to do something during postinst [15:46] which started apt-daily-upgrade tigger [15:47] which i think will hang because it can't upgrade, because apt is already active [15:47] that script doesn't does much, so i put an `exit 0;` on top [15:47] run `dpkg --configure apt` and that seemed to did the job [15:47] moooderyy, ok, but why you got the xenial versions ot those pkgs ? [15:48] BlackDex: If something like that happens, I think a bug report might be warranted. [15:48] ioria, I was using xenial... I just upgraded my ubuntu today [15:49] ioria, also isn't this list is wierd as I am now upgraded... Is there a way to clean that https://prnt.sc/ksrsw4 [15:49] Can I just choose them and delete... Is this safe? [15:50] moooderyy, apt-mark showhold [15:50] BlackDex: You can see what version of apt you used to have with `sudo fgrep apt /var/log/apt/term.log | fgrep over` [15:51] runned: apt-mark showhold [15:51] Aside from packages and the kernel, is there any difference between minor releases on a version of ubuntu? === medberry is now known as med_ [15:57] ioria, I guess we are end of your suggessions... === moooderyy is now known as Pinky-tumblr [15:58] I have a script that outputs some data that I want to make available over telnet. Pls just humour me, I really do want to make it available over telnet. This way is kind of working, but is there anything more robust? while true; do bash script.sh | nc -l 23; done [15:58] netcat ? [15:58] that is what I am currently using, yes [15:58] moooderyy, no output ? [15:59] I'm happy to continue using netcat, but this hacky while loop is rubbish because it only supports one client at a time [15:59] Pinky-tumblr, no output ? [15:59] ioria, No output.. [15:59] after removed a few packages and reboot, my gnome-session-flashback suddently changes, it's now a mix of gnome2 and unity [15:59] Pinky-tumblr, sudo apt install --reinstall ettercap-common [16:00] the dock reappeared under gnome-session-flashback, all my layout etc are modified [16:00] are those login options(ubuntu,ubuntu-wayland,gnome x.org, gnome, gnome-flashback) are supposed to be isolated? === Richard is now known as Guest47507 [16:01] now i spent more time to fight with ubuntu instead of doing the daily work [16:01] ChaiTRex: 1.2.27 over 1.2.26 it seems [16:01] but i think it has something to do with being in recovery mode [16:02] ioria, "db@dbpc:~$ apt list --upgradable Listing... Done " after your last command [16:03] ioria, is it fine to have these: https://prnt.sc/ksrsw4 [16:05] Pinky-tumblr, they are not checked so are not in use; but if you paste /etc/apt/sources.list is better [16:06] updates looks fine now: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [16:06] Pinky-tumblr, ok, still not getting why this happened [16:08] Pinky-tumblr, maybe a local repository issue [16:09] ioria, paste that "if you paste /etc/apt/sources.list is better" where? [16:09] Pinky-tumblr, cat /etc/apt/sources.list | pastebinit [16:10] ioria, http://paste.ubuntu.com/p/8SSq5Wybyn/ [16:12] Pinky-tumblr, looks ok to me [16:13] ioria, thank you so much! have a wonderful day! and good bye [16:13] Pinky-tumblr, np [16:20] ausjke: explain what you want to achieve? [16:21] bluetooth turns itself on every time i restart the computer. ethernet only works at 10Mbps how do i fix those things google is very unhelpful [16:22] Does anyone here have experience with installing battle.net or world of warcraft on Ubuntu? I've been trying for hours, watched video's but I can't figure it out.... === SimonNL_Afk is now known as SimonNL [16:25] bounty: https://help.ubuntu.com/community/WorldofWarcraft [16:25] I build my computer a week ago, and bought a windows with it, but the motherboard was dead so I had to get a new one, and after that my key was not usable anymore, after 5 calls to microsoft they told me to suck it and buy a new key. this is where I installed Linux because I am done with Microsoft shenanigans already. [16:26] However, I am starting to doubt myself as I don't know the first thing what I am doing... so what do you guys think, should I buy a new windows key or accept the learning curve and stick with linux? as a base OS. [16:27] bounty: register your windows key with your microsoft account then the key follows the account instead of the mobo [16:28] I tried that, but apparently windows recognizes your pc parts and when you install new parts, especially a motherboard it'll reject the key and say you need to buy a new one. [16:28] Sandie: wich ubuntu version and chipset please? [16:28] bounty, believe me, stick with linux [16:29] bounty, or dual boot [16:29] And because the key was less than a day old, Microsoft thinks I am re-selling the keys or something so they won't give me a new one. [16:29] Which got me so mad, I installed Linux [16:29] bounty, call them up on the phone, first call free [16:30] Called em 5 times, same result [16:30] bounty, oh? [16:30] guys keep it ontopic please [16:30] bounty, go to #ubuntu-offtopic channel [16:33] Is there a style guide for terminal output? Like recommendation on how to format output from, say a bash script [16:35] !bash | pokalyis [16:35] pokalyis: The linux terminal or command-line interface is very powerful. In Unity or GNOME, search the dash for "terminal" and press ENTER. Other desktops: Applications -> System Tools -> Terminal (MATE), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [16:35] lotus|NUC I know how to output information. I was more curious if there's any style guide [16:37] lotus|NUC My application for bookings currently looks like this: blob:https://imgur.com/2074562d-f7c8-4a8d-a205-32f2f03a384b [16:37] I'm not a big fan. Everything feels very bloated [16:42] lotus|NUC, xubuntu 18.04, lshw says ethernet chipset is RTL8101/2/6E [16:43] do institutions such as schools use a container-like tool to allow people to basically do whatever they want on computers but logging out or restarting the computer would reset any changes? [16:43] Sandie: is your system up to date please? [16:44] lotus|NUC, it is [16:45] Sandie: feel free to hastebin us: tail -f /var/log/syslog disable & re-enable network for errors [16:46] lotus|NUC: don't like unity/ubuntu UI, used gnome-session-flashback and gnome-session, worked fine until today, i just uninstalled ubuntu-desktop, ubuntu-session and installed vanilla gnome, i now stick with gnome-vanilla, as other gnome-flavors seems somehow are mixed with ubuntu's UI [16:46] ash_worksi, entities use various methods to give each user a clean experience as you basically describe. [16:46] at the moment, vanilla gnome seems the true, unaffected UI [16:46] ausjke: ubuntu-gnome on 18.04 is not a thing anymore [16:47] canonical is great all around except for the UI side... [16:47] ausjke: you cannnot generalize such statement [16:48] well, its back to gnome finally, should go it all the way in my opinion :) [16:48] i use 'vanilla-gnome-desktop' to save the mess for me, now can start working [16:49] test [16:50] i'm seeing a weird dns issue with 18.04 - in a LAN, the 18.04 box can resolve all the hostnames of everything else on the network but none of the other boxes can resolve the dns name of the 18.04 box [16:53] Sorry i got disconnected [16:53] I have a question, I tried making a usb bootable drive with unetbootin on ubuntu but when i tried to boot from the USB i get stuck on the blue screen with the Default option and 10 seconds countdown [16:54] Any recommendations on other USB bootable disk creator for ubuntu ? [16:54] dd [16:55] +1 on dd [16:56] !usb | Genius- [16:56] Where can i find it ? Sorry i did google ( dd bootable usb ) but got something else hehe [16:56] Genius-: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [16:57] Genius-: dd is part of coreutils, so installed by default [16:57] ahaa ok [16:57] I unmounted the usb drive now [16:58] W95 FAT32 Should be fine right ? [16:58] it doesnt matter [16:58] dd will overwrite it [16:59] Genius-: filesystem is not relevant, you will write the fs in the iso [16:59] Problem is ubuntu is using all the space on my HDD [16:59] i cant resize it while its mounted :/ [16:59] ?? [17:00] resize it while installing [17:02] lotus|NUC, log in msg? [17:02] Hi there, so I'm trying to install ubuntu server 18.04 and I cannot even start the installer because it hangs completely on this new snappy thing. I do not want snappy, I don't care for it. Is there some installer available that does not use snappy that actually works so that I can install ubuntu server 18.04? [17:04] phoenixz, what is ? the live version ? [17:04] phoenixz: http://cdimage.ubuntu.com/releases/18.04.1/release/ [17:04] ioria: I'm sorry, I did not understand that.. you mean if it is the live version? [17:04] lotus|NUC, https://pastebin.com/NUX0pw1x [17:05] phoenixz, yes [17:05] phoenixz: that is a link to the old debian installer [17:05] phoenixz, btw, ducasse already posted you the alternative [17:10] hello. where are apps that are installed via ubuntu software stored at? trying to set default text editor to sublime in filezilla but can't find the program [17:12] chrimbus, does this help? https://askubuntu.com/questions/214023/setting-default-application-to-open-files-through-filezilla [17:13] Hey! I have an ubuntu server running a Wordpress site and suddenly I noticed that mysql was not on and it wouldnt start through systemd. I have now tried to purge mysql-server and reinstall but I keep getting an error (in the album). I will link an album with systemctl status mysql.service, dpkg-query -l mysql-server and sudo apt-get install -y myslq-server outputs. album: https://imgur.com/a/0vW8eYk [17:13] chrimbus, sublime is often /usr/bin/subl `which subl` at the command line should point you to it [17:14] in SO I found answers that recommended me to remove /etc/mysql folder and reinstall but I am afraid of loosing my configurations for wordpress and that after I do that, wordpress would not work anymore. Any ideas how can I fix this problem where I can't install mysql-server anymore and/or can't start the service [17:14] I am using ubuntu 16.04 [17:15] did you look into syslog ? [17:16] the server seems disabled [17:16] enable it THEN start it === Blade is now known as jakcyyy [17:16] hi. Getting ubuntu just to run one package in a VM. What's the installation size for that, how much disk space do I need? [17:17] JimBuntu: thanks! it's in /snap/ apparently === lotuspsychje_ is now known as lotus|NUC [17:17] gpunk: I have tried that and it won't start. Also /var/log/syslog doesn't have anything in it.. is this normal, no? [17:20] ok i told filezilla to use /snap/bin/subl/ but it's just oppening in libreoffice by default i guess [17:22] I have tried the solution provided in this askubuntu answer: https://askubuntu.com/questions/760724/16-04-upgrade-broke-mysql-server [17:22] with no luck [17:23] runjutsu, you'll want to install desktop or server in a test vm and tweak for your needs and you can get a better idea: http://releases.ubuntu.com/18.04/ [17:26] I have also found this answer: https://lists.ubuntu.com/archives/ubuntu-users/2015-May/280738.html but If I take a copy of /var/lib/mysql and reinstall the db and then just copy the files back in, could there be any problems? [17:28] So, apparently wine doesn't have a release yet for Ubuntu 18.04, but, if I want to install and play games, how do I go about this? [17:29] !info wine1.6 [17:29] wine1.6 (source: wine1.6): Windows API implementation (transitional package). In component universe, is optional. Version 1:1.8.4ubuntu1 (bionic), package size 2 kB, installed size 13 kB (Only available for i386; amd64) [17:29] bounty: the package name is wine1.6 [17:30] there's also a wine64 , I'm not sure of the difference or which you should use. A little research should help you with that [17:30] Hello again [17:30] I finished the dd steps [17:30] But when i rebooted and selected boot from usb [17:30] it ignored the USB and booted from HDD :/ [17:32] k, been a while since I used ubuntu. Is there any shit I need to remove? Like amazon "keyloggers" or whatever? [17:32] !ohmy | runjutsu [17:32] runjutsu: 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:33] last time I used ubuntu, it used to take the string you typed into your file search bar and send straight to amazon unencrypted. [17:33] any heads up will be appreciated. Thank you. [17:33] runjutsu: you have to do your own research [17:34] this channel is not very good for anything but links to docs [17:34] esro: no I don't, i can ask on IRC [17:34] you cant even swear here properly [17:34] esro: please don't [17:34] well - try #owasp :P [17:34] leftyfb: could you just calm down ffs [17:34] leftyfb: you're kind of pooping the pool to be honest [17:35] runjutsu: Feel free to request a refund. [17:35] esro: well, they just don't want people to waste other peoples time with stuff that can be easily googled or read in the manual [17:35] leftyfb: wow, did I just come here and demanded free service? No I didn't. [17:35] leftyfb: don't misrepresent my intentions. [17:37] runjutsu: https://linuxconfig.org/how-to-remove-the-gnome-amazon-launcher-package-from-ubuntu-18-04-bionic-beaver-desktop [17:37] runjutsu: 2nd result on google for "ubuntu 18.04 amazon remove" [17:38] ? [17:39] Genius-: there's a utility in ubuntu for creating the usb installer properly. It's called "Startup Disk Creator" [17:39] the Startup Disk Creator has a bug i researched it wont add the ISO to the list [17:40] Genius-: which version of ubuntu are you running this on? SDC works just fine in Ubuntu 16.04 [17:40] 18 [17:40] Genius-: 18 is not a version of ubuntu [17:41] 18.04 [17:41] :) [17:41] Genius-: what do you mean it doesn't add the iso to the list? What list? Can't you just pick the iso by browsing for it? [17:41] I pick the ISO [17:42] Genius-: Also, which iso are you trying to put onto the flash drive? [17:42] Windows 7 [17:43] and i formatted to FAT32 [17:43] Should i try formatting to NTFS? [17:43] :/ [17:44] !woeusb | Genius- [17:44] bah [17:44] what's the new hip way to install stuff now on ubuntu? apt get install is old? [17:45] Genius-: https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8 use woeusb. But at that point, it's unsupported here. Creating a Windows installer will not work using dd. You should seek further help in #windows [17:45] runjutsu: apt works just fine. As does apt-get. There's also snap packages. [17:46] yeah but since im on ubuntu and trying to make the usb from ubuntu i asked here brother [17:47] Genius-: I've given you the best way to accomplish your goal. Good luck. [17:47] Thank you im on it :) [17:47] suddenly, now, just alt fn f2 goes to tty command line, and I dont know why, it should just bring the execute dialog [18:09] Is there any specific location where the terminal configurations are saved. I know about bashrc but the font size information is not present there. [18:11] I also checked the /etc/bash.bashrc which is the system wide configuration file, but did not get the font preferences. [18:12] So, as the preferences are set based on the profile, I also checked .profile - again no information found [18:15] I am using Ubuntu 18.04 by the way. My specific need is to get the font size set for the terminal running. [18:15] hi all :) the Display settings that allows me to set display resolution, orientation, and multi-dislpay arrangement, is nice, but sometimes it doesn't work. are there lower-level command-line interfaces i could try to work with instead? [18:17] hdon: Are you trying to set the resolution using a/some terminal commands? [18:18] I found out that xrandr is one tool to list out all the display options for various display devices connected. [18:24] w4|k3r: you mean the font size of a tty? .bashrc is not being read to get font settings. [18:25] If you mean the graphical terminal, e.g. Gnome terminal, i'd so a websearch about that specifically. Might be in ~/.config/... [18:25] w4|k3r: The terminal you see inside of your Desktop is called a Terminal Emulator and font sizes are handled by the program launched to access the terminal. [18:26] adrian_1908: I checked .config as well - did not find anything remotely connected to it [18:26] pragmaticenigma: So basically the font size would be saved somewhere, right? [18:27] Soem kind of a file - I mean. [18:27] *Some [18:27] w4|k3r: how are you accessing the terminal? [18:27] pragmaticenigma: I am indeed using GnomeTerminal [18:30] pragmaticenigma: I think I have to check the dconf tool - Apparently the configuration is managed with dconf(for newer distributions) [18:31] gconf for older distributions. [18:31] There seems to be some kind of a dump command which I could use to get a dump of the configuration. [18:31] I went through this : https://askubuntu.com/questions/774394/wheres-the-gnome-terminal-config-file-located [18:32] pragmaticenigma: Thanks for pointing out that I am not indeed working with the Terminal as such, rather an emulator. [18:33] w4|k3r: you're welcome. I'm trying to find documentation on gnome-terminal to help you in your quest... at the moment, it seems to be very elusive [18:34] A lot of things hint at it being set by the Gnome Session level, meaning it uses the same font values as used by other applications. [18:36] Hi, I am trying to create a dual boot, for both windows and Ubuntu, however, I can't get my windows.iso on my USB stick where it's bootable. and I am at a loss here, is there something specific I should do? [18:36] pragmaticenigma: I have some doubt with that - since some of my applications use other settings as well which are not inline with that of the terminal emulator. [18:36] The terminal emulator has different font size on account of programming being done. But that is not the case with Chrome/other applications. [18:37] w4|k3r: It used to be in a menu under profile... but I don't know if that still applies in the current versions of gnome [18:37] According to a youtube video, I should right click the Iso and write it on the USB, however I don't have that option. [18:37] pragmaticenigma: It is still under that option for Ubuntu 18.04 [18:38] But, I wish to read the font size set using a program. [18:38] Hence the requirement [18:38] !usb | bounty [18:38] bounty: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [18:38] bounty: you can't make a windows iso bootable simply by write on the usb stick [18:38] Oh, oops.. it didn't give me that option because the USB drive was still formatting.... [18:39] bounty: don't give the USB options, it'll just enslave humanity and make batteries of us [18:39] pragmaticenigma: from the GUI settings side, I am okay with it. But as far as I understand everything in Linux is saved in some file [18:39] I just wanted to know where that file maybe [18:40] Sounds like a plan runjutsu. [18:40] runjutsu: Please do not do that, keep on topic with productive help [18:40] pragmaticenigma: no [18:41] !topic | runjutsu [18:41] runjutsu: Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [18:42] pragmaticenigma: Got it - fun little command - dconf dump / | grep font [18:42] w4|k3r: ~/.config is the primary user configuration file path. if an application is adhering to standards, it will be in there. I have no idea where or how it is structured. Gnome also has it's own "hive" settings file, which is why dconf gets used [18:43] w4|k3r: no. I refuse to be on topic. [18:43] hyskaru if I installed the .Iso, and use the option to write it on my USB drive, doesn't that make it bootable ? [18:44] how long do I need to wait make a hard reset [18:44] I made a reboot [18:44] but I got this screen with Ubuntu 16.04 and points are loading [18:44] bounty: you want make a dual boot on your usb stick or the hdd ? [18:44] pragmaticenigma: Amazingly I am seeing quite some number of settings with respect to fonts - like font and editor-font. [18:44] I will check them separately. Thanks for the help ;) [18:44] I have two different SSD's, so I'll install Windows on 1, the other on 2, and when I want to switch I'll change the bios settings. [18:45] the other one with Linux* [18:45] bounty: so for install the iso of windows you need unetbootin [18:45] Yes, I am 'writing' the iso on my USB drive at the moment. === patr0clus is now known as s3nd1v0g1us [18:47] I am confused, if I left click the .Iso file, and chose the option to open it with the writer, click the USB drive to write on, won't that work? [18:47] hard reset time? [18:47] I am on Ubuntu at the moment, and I am going to install windows 10. [18:48] can I see why its stucked? [18:48] oh [18:48] I blindley typed in some keybindings and now it rebooted [18:48] :D [18:57] I have a lenovo 710s desktop with sual display ports. I am trying to setup dual monitors in ubuntu18.04. Lenovo doesn't offer support for linux, but the tech I spoke to said it needs to be setup in the driver for the video card and that it would be 3rd party product support that is needed in Ubuntu. How do I find the driver to update to new one, or to see if the driver supports dual monitors already? [18:58] Probably an easy question that I am just overlooking but how would I pair a bluetooth mouse in 18.04 [18:59] sudo systemctl status timesyncd.service timesyncd.service Loaded: error (Reason: No such file or directory) Active: inactive (dead) [18:59] bieb_: There are no drivers to install. Intel graphics are supported without installation of specific drivers [18:59] Need help to figure out why this service is not running [19:00] hi everyone I tried to resize ntfs disk from ubuntu on dual boot machine [19:00] problem is that after restart ubunt goes can't boot it and I noticed that I am getting an error run lists overlap. cannot merge numerical result out of range [19:00] pragmaticenigma, there is no option in the display section to have 2 monitors.. where would that be set or activated? [19:02] bieb_: is the laptop display on? [19:03] pragmaticenigma, it's a lenovo desktop. there are 2 display ports, I have a dp->dvi cable in each to connect to my monitors [19:03] !info blueman | bray90820_ [19:03] bray90820_: blueman (source: blueman): Graphical bluetooth manager. In component universe, is optional. Version 2.0.5-1ubuntu1 (bionic), package size 1645 kB, installed size 4904 kB [19:03] lotus|NUC: I don't think that's going to help them [19:04] bieb_: The only listing I see for Lenovo 710s is a laptop [19:04] pragmaticenigma, https://pcsupport.lenovo.com/us/en/products/desktops-and-all-in-ones/thinkcentre-m-series-desktops/thinkcentre-m710s/10m7/10m7000sus/mj05z6tt?linkTrack=Homepage:Body_Search%20Products&searchType=6&keyWordSearch=mj05z6tt [19:05] bieb_: does that have nvidia graphics card? [19:05] no.. this one has the intel card [19:08] bieb_: There are no additional drivers for Intel. If the monitor is not detective in the display settings, I'm not sure what else can be done. Make sure all cables are connected firmly. Did it use both monitors in Windows? Did it use both monitors in the Live instance of Ubuntu [19:09] I never booted into Windows.. removed from the box, and booted with install disk. I didnt have 2 monitors during initial setup. But had 2 after the initial install when I moved it to my home office to replace a dead windows box [19:10] pragmaticenigma, trying to go total linux at home [19:10] bieb_: That was a bad idea. You have no idea if the machine even was working to begin wiht [19:12] pragmaticenigma, I do know that both DP ports work, as I have plugged in 1 monitor to both and had connection, just not doing it when plugged in together [19:13] bieb_: The issues aren't the ports, it's whether or not the card can support both at the same time [19:13] bieb_: Also, the card may not support the resolution of both monitors at the same time [19:38] hows 4k high dpi support === lyze1 is now known as lyze [19:40] Hi, does anybody know where can I see the list of packages which are installed by running the tasksel install lamp-server? [19:41] leonardus: That is dependent on the graphics card's ability to support it [19:41] Silmarilion: what version of Ubuntu are you running? [19:41] 18.04 [19:41] Silmarilion: apt show lamp-server^ [19:42] (note the ^) [19:42] great thanks === lyze1 is now known as lyze [19:45] Hey, I don't know too much about FTP and hard drives, but I'm pretty sure it's possible to pull data in the middle of a file. I wanted to know if there are any cloud applications that support pulling data in the middle of a file. [19:47] Goop: can you explain "pull data in the middle of a file"? [19:48] tomreyn, so if I have a 50GB file, but I need to read information between, say 29.5GB to 29.6GB position of the file. [19:49] Goop: dd is one way to do this, using the 'skip' and 'bytes' options [19:49] it's unclear how to relates to ftp, though [19:50] Well, I want to mount a virtual drive on a Linux box that goes out to a cloud storage solution. [19:50] I just want to do some research to get the best performance out of trying to do that. [19:51] hmm, not sure i understand. if you have more questions about this scenario, please elaborate, and discuss your ubuntu version, too. [19:52] tomreyn: They're looking for servers that support (similar to web servers) restartable downloads effectively. Where the client program can specify a start byte and end byte [19:52] tomreyn: such that if a download were inturupted, the client software can reestablish connection and not have to start from zero [19:53] ooh, so resmunig transfers, such as http and webdav could. [19:54] pragmaticenigma: thanks for exmalaining, this is probably what Goop was looking for indeed. I just didn't get it from the description. [19:55] *explaining [19:56] hey [19:57] i can't get on my ftp server, my ip adress is not blocked, can anything be related to my virtualmin settings because my ip adress could be changed? [19:57] Goop: so it's possible to setup web (HTTP, also webdav) servers and other servers which support resuming downloads (partial transfers) on ubuntu. [19:58] grid-: how about you ssh to the server and see if you can connect to the ftpp server locally? [19:59] anyway to route all audio output from my ubuntu 18.04 laptop to my mac mini? [20:00] grid: this said, i'm afraid i don't know enough about virtialmin to tell whether your ip could be blocked there due to an ip address change. maybe someone else does. [20:01] tomreyn: i can connect to virtualmin which runs on the same server [20:02] arooni: it's possible to do via shoutcast and pulseaudio. Though significant latency will occur (audio can be delayed up to 15-30 seconds) [20:03] grid-: i think virtualmin provides a webshell, so you could also try to connect to the ftp server from there. do you have ip address based access restrictions in place for the ftp server specifically? [20:05] what about simply connecting via bluetooth? [20:07] arooni: It is possible to connect two machines via bluetooth, it depends on whether or not the mac mini will allow BlueTooth audio to be played back. Also, You will also experience latency as the mac mini will unlikely use the A2DP protocols for audio streaming === rolf is now known as Guest36381 [20:10] tomreyn: ok thanks [20:10] ftp localhost works anyways [20:11] grid-: then i'd inspect auth.log about the failing internet connection attempts to the ftp server [20:14] arooni: maybe this is desirable then (or the topic before that, dpending on what you run n the mac mini)... https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/#index8h2 [20:15] https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Network/#index2h3 [20:21] since the OOM kill some days ago, VLC's video pane stays black, it only plays audio. VLC's screenshot command works in so I guess it's just some part of the graphics driver tripped over some unclean exit. is there a way to reinitizalize it without having to end the current X session? (Ubuntu 14.04 trusty, Xfce 4.10) [20:21] i connected via bluetooth but couldnt get it working [20:21] i will file this awa as a project for later [20:26] Sven_vB: it's usually a good idea to reboot after the OOM killer has been active. have you not rebooted since? [20:27] tomreyn, nope, I only now have time to clean up the unfinished work. thought maybe I could still watch my video on the side. [20:29] nevermind, I found the XCB output module is still able to play the video. [20:57] Do you know a freelance job on free software? === mkv is now known as m4v [21:03] greenEarth: wrong channel [21:06] ducasse, what channel then? [21:06] !alis [21:06] 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" [21:06] greenEarth: i don't know, try searching ^^ [21:08] Hi all. I have a problem with the font of unetbootin, see here: https://pasteboard.co/HDieXnd.png Any solution? [21:11] i'm getting tired of these random wifi drops [21:11] just upgraded from ubuntu 16 to 18 and wifi drops while overnight [21:13] cim209: 16 and 18 are not ubuntu versions [21:13] cim209: that said, which wireless chipset do you have? "lspci" [21:13] ok... [21:13] i just upgraded to bionic then [21:13] how about that [21:14] cim209: bionic is 18.04. Not "18" [21:15] semantics leftyfb, here's the pastebin https://paste.ubuntu.com/p/GpQrvSgDR4/ [21:16] cim209: it's not semantics. Every version is different and especially with 18.XX. 18.10 is unreleased and unsupported. We have people running it and coming here asking for support. This is not the proper place to ask for support with unreleased or EOL versions of ubuntu. It makes a difference. [21:16] cim209 What about results for> lspci -nnk | grep -iA3 net | nc termbin.com 9999 [21:16] leftyfb, yeah ok [21:16] jeremy31, hold on [21:17] http://termbin.com/9601 [21:18] i'm running ubuntu BIONIC 18.04 LTS in an old 2007 imac fyi [21:18] Hmm, it seems to be a font problem with unetbootin: https://pasteboard.co/HDieXnd.png [21:18] cim in terminal> sudo apt purge bcmwl-kernel-source && sudo apt install firmware-b43-installer [21:19] cim209 then reboot [21:19] k brb [21:20] Blendphys: which ubuntu version and variant are you running it on? can you run it from a temrinal and post the console output? [21:21] Lubuntu 18.04 [21:21] Unable to load library icui18n "Cannot load library icui18n: (icui18n: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)" [21:21] Blendphys: how did you install unetbootin? [21:22] tomreyn, I used the solution from here: https://askubuntu.com/questions/1030602/cant-install-unetbootin-in-ubuntu-18-04-live-boot-session [21:22] The first one (option 1) with 3 votes [21:24] Blendphys: you'd better use the PPA https://launchpad.net/~gezakovacs/+archive/ubuntu/ppa?field.series_filter=bionic [21:24] yep, I will try, thx a lot [21:25] or use usb-creator-gtk, which is available from ubuntu [21:26] Blendphys check for startup disk creator in programs [21:27] that's the gui name for usb-creator-gtk [21:27] yes [21:28] tomreyn, +10 point, works out of the box! Strange that I couldn't find the ppa myself. [21:28] jeremy31, I prefer unetbootin [21:28] anyway thx [21:29] ok ill be back here when my computer disconnects tomorrow [21:30] cim209 see https://ubuntuforums.org/showthread.php?t=2354328&p=13614520&#post13614520 [21:31] jeremy31, thanks i forgot about the auto channel switcher on the router [21:32] hey guys, this is just generic bash help actually but i'm trying to make a oneliner with a for loop however my $line is not turning into the variable, it's staying as $line [21:32] counter=0;for line in `cat keys.txt`; do echo curl --user aha:oho --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "importprivkey", "params": ["$line","imported2",false] }' -H 'content-type: text/plain;' http://1.1.1.5:45443/; echo $counter; counter=$((counter+1)); done [21:32] this is what i'm trying to do [21:33] mist_: you should try #bash [21:33] just did, thanks [21:35] How do I change the default Chinese font? [21:36] https://gangmax.me/blog/2017/01/10/change-ubuntu-16-dot-04-default-chinese-font/ [21:36] ^ I see instructions here but I don't understand what is to be changed [21:37] quidnunc, try in terminal sudo gedit /etc/fonts/conf.d/64-language-selector-prefer.conf [21:37] coz_: But what do I do? [21:38] let me check [21:39] coz_: Never mind, I guess I just replace the font name [21:39] quidnunc, ok [21:39] Hi [21:40] coz_: thanks [21:40] quidnunc, no problem but I really didnt do anything:) [21:43] I'm looking for a bluetooth usb adapter that's works out the box with Ubuntu 18.04. [21:44] I found https://wiki.ubuntu.com/HardwareSupportComponentsBluetoothUsbAdapters very obsolete (show compatibily for Ubuntu 7.04..., and most bluetooth adapter there are not anymore buyable) [21:45] StatelessCat IoGear GBU521 [21:45] My current bluetooth adapter (Intel 8620) works one time of 100... So i Found the "KINIVO BTD-400 BLUETOOTH USB ADAPTER", anyone try this one ? [21:46] jeremy31: Cool, works out the box ? no black magic needed ? === xet7_ is now known as xet7 [21:47] thank you* [21:47] StatelessCat I use to need a firmware file for it to do HFP/HSP but not anymore. It works with my mouse, keyboard , and headset [21:48] good to know :) [21:49] jeremy31: you mean that in a previous kernel a firmware was required, but in a newer kernel the firmware is already inside, right? [21:50] StatelessCat A lot of USB bluetooth devices use Cambridge Silicon Radio chips and they either work or they don't, the GBU521 uses a Broadcom chip [21:51] StatelessCat The firmware just doesn't seem to be needed by the bluetooth chip, HSP/HFP is just low quality audio used mainly for phone calls [21:51] Broadcom... It remind me painful stuffs as Wifi adapter ... :/ [21:52] StatelessCat, i got this cheapy usb wifi adapter by chorse [21:52] StatelessCat I have a Broadcom wifi card that was pain free, a BCM4313 and the bluetooth chip on it needs no firmware either [21:52] it worked via live cd [21:52] jeremy31: I forget to say I would like "High Fidelity Playback (A2DP sink)" works with my new bluetooth adapter. You think the GBU521 can do it? [21:53] jeremy31: cool. I'll forget my previous bad experience with Broadcom :) [21:53] cim209: the IOgear or the Kinivo? [21:54] cim209: thanks* [21:54] StatelessCat, https://www.amazon.com/Chorse-300Mbps-Wireless-Network-Adapter/dp/B01A3I6RBY [21:54] StatelessCat There are some issues with A2DP. On my Ubuntu laptop I use Blueman and it automatically connects to my headset when I power it on but I have to use Blueman to disconnect and reconnect for A2DP audio to work [21:55] StatelessCat The A2DP issues aren't just with the GBU521, I have a laptop with Atheros wifi/BT and it does the same [21:56] ty cim209, i'll consider it against the IOgear [21:57] np [21:58] jeremy31: ok. Anyway it will be better than my Intel 8260 (that is doing wifi at the same time), because my Intel 8260 is not recognised by the Blueman. [21:58] thank you both for your experience and feedback [22:06] hi there, i have a small question and that can sound really wierd ok? when i play tibia here on solus an i put the render mode on "software" he gets like 80fps and renders the fonts perfect, all truetype amazing, when i go to opengl i get 170fps+ BUT, the fonts are ugly as f. and i can't force it to use truetype, any ideias why that happens and how should i bypass it? [22:12] Kk2: pretty sure solus is not ubuntu. [22:14] Kk2: hi [22:16] Kk2: I don't know much about truetype stuffs, but in ubuntu 18.04, I used to force some properties for the truetype interpreter, using "FREETYPE_PROPERTIES="truetype:interpreter-version=35 cff:no-stem-darkening=1 autofitter:warping=1" firefox" for launching firefox for example. [22:17] and it change the font rendering. Maybe you can try to launch you software using this kind of override ? Maybe it's a bad idea or just do nothing to your issue... i don't know. But i'm sure there is people here that can help :) [22:31] What is the best resource for setting up an ubuntu server to use an active directory server for authentication? [22:32] I have found outdated versions online, but nothing for 18.04 so far [22:35] jonfen: samba, i assume [22:35] jonfen: you might want to ask in #ubuntu-server [22:35] nacc: isn't samba just file sharing? [22:38] https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller [22:38] jonfen: no, it's much more [22:40] tomreyn: that is a good link, but the ubuntu server isn't the primary active directory server. [22:44] Hi. I installed Ubuntu to a USB stick, by following the regular installer and choosing the USB as the destination drive. However when I try to boot it on a different computer (I disabled SecureBoot), it won't boot. Is this related to grub somehow? [22:45] I'm explicitly choosing USB boot at the computer's boot menu. It shows the manufacturer logo for a while then goes back to the UEFI screen. [22:46] bambam: do you have one or two items for selecting your USB key on the boot menu? [22:47] just one [22:47] jonfen: dunno then, i never set this up. i think there's #samba [22:47] tomreyn: I don't know. On my computer i got a line for UEFI and a second line for non-UEFI. [22:47] tomreyn: thank you [22:48] StatelessCat: did oyu mean to address bambam ? [22:48] -tomreyn +bambam, sorry [22:48] ;) [22:48] yes, :) [22:49] StatelessCat: what I see as boot options: Windows Boot Manager, USB Storage, Internal Storage, PXE Network. I selected USB Storage. I don't get prompted for anything else. [22:50] bambam: maybe you created a (legacy) bios ubuntu installatio non your usb stick and ar enow trying to boot off this on a uefi system? [22:50] tomreyn: I created it on an old desktop so that's likely the case. I don't recall any options in the Ubuntu installer for specifying the target. All I could select was the destination drive. [22:51] Created the USB on a BIOS PC, trying to boot it on a modern laptop with UEFI [22:51] I want a portable Ubuntu system basically. Plug into a PC, turn on, use. [22:52] bambam: see if the laptop provides a way to enable "legacy bios" AKA "CSM (compatibility support module)", this should then allow you to boot off the usb stick. [22:53] ...but you'll want to reset the laptop's uefi configuaration to standard uefi boot afterwards. [22:53] https://bitsofwater.com/2018/05/08/join-ubuntu-18-04-to-active-directory/ seems like a winning ticket [22:54] bambam: I would sugest you to "re-burn" the iso to the USB key, using the "dd" command and not using the Ubuntu tools. I always do that and i never had issue on both Bios and UEFI [22:54] tomreyn: according to google mine is a class 3 UEFI device, which has no BIOS support. All I could do was disable SecureBoot. [22:54] bambam: alternatively, re-create the usb stick on a system which booted in uefi mode. [22:54] bambam: just be careful using the dd command, to avoid erasing one of your harddrive :) [22:55] tomreyn: wouldn't that prevent me from booting it on BIOS systems? [22:56] bambam: yesit would. it is possible to create a (usb) storage which can boot in both modes, uefi and bios, but this involves some manual work (which you can still do later on) [22:57] just make sure you'll engd up with a GPT partition table (not MBR/MSDOS). [22:57] *end up [22:57] OK, so if I'm understanding you right, when you install Ubuntu, it figures out whether you're running on a PC with BIOS or UEFI, and prepares the boot files differently? [22:57] yes, that's correct [22:58] tomreyn: I was never asked about GPT/MBR. I just selected the target disk in the installer, along with encryption. [22:58] there was a Something Else option in the installer for manual partitioning but I didn't use it [22:58] bambam: i assume (not certain) you can choose the partition table type in manual partitioning. [22:59] alternatively you should be able to create the gpt partition table before installing, then do manual partitioning on top of that. [22:59] tomreyn: why do I need to make sure it's GPT? I googled it, apparently the difference is only about for the limit of partition size and number? [23:00] uefi wont boot off MBR/MSDOS partition tables [23:00] tomreyn: is there an alternative installer which lets me do these things through it, instead of figuring it out manually? I dont know how to enable encryption on a manually partitioned system. The standard installer just lets me pick a drive and do it automatically. [23:00] I see [23:02] Thanks for the help [23:03] bambam, if you'll stay around for another 10 minutes, i can test whether there can be an easy approach in a vm. [23:04] tomreyn: I can stick around! I might leave at any time for 15 min cause I'm depending on someone else for a lift, but can come back online once I'm home. [23:05] sounds good to me [23:05] tomreyn: my goal is to have a proper portable install of 18.04, that I can carry around on a fast USB stick, and be able to run on any/most PC I want to use [23:05] and it has to be encrypted, since it's risky to carry it around [23:07] ok, for now i'll just focus on finding out how to create a uefi bootable ubuntu 18.04.1 amd64 desktop installation on a usb stick. [23:07] but if that's not possible, I can do what you suggested earlier and just repeat from a UEFI PC, and stick to UEFI PCs. There's less and less BIOS systems after all. [23:16] tomreyn: based on what you said, I'm going through the installer again in a Virtualbox VM with EFI enabled. I'll see if the result can boot on my new laptop. [23:17] bambam: that's what i'm trying right now, too [23:19] my ride's gonna be here in 5 mins, and at USB 2.0 speeds this won't be ready. If I leave in 5-10 minutes, I can be back online within 20 minutes after. [23:27] OK I'm out, be back later [23:28] bambam: so here's what should work: boot the ubuntu installer on an uefi system (configured for uefi booting), and insert an empty / overwritable usb stick as the installation target. then just start the installation and select what you used to select [23:28] auto partitioning + overwrite full disk + encryption (+ optionally lvm) should all be fine [23:31] the installer will create a uefi bootable usb stick then. you can later shrink either /boot or the efi system partition (ESP) by ~ 2MB, allowing you to create another partition flagges bios_grub, so this system can become bios-bootable, too [23:34] I keep getting this error when I try to execute a .sh script from terminal, "I am sorry, but the installer file seems to be corrupted. If you downloaded that file please try it again. If you transfer that file with ftp please make sure that you are using binary mode." [23:36] FXpro: a nice and user friendly error message, i would say. [23:39] ya think? hehe [23:42] FXpro: what is your question about it, if any [23:43] I cant get a script to work on peppermint os which is an ubuntu flavor of linux. [23:43] tell me please what is the command to add java? [23:43] that's not a ddistribution we support here, sorry. [23:43] only ubuntu and its flavors. [23:44] !flavors [23:44] Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. For a list, see https://www.ubuntu.com/download/ubuntu-flavours [23:44] FXpro: all flavors have Ubuntu in their name, Kubuntu, Xubuntu, Lubuntu, Ubuntu-MATE, Ubuntu-Budgie... etc [23:46] hey guyz, i am trying to tail a log file but want to exclude lines which include certain text === jakcyyy is now known as Dreaman [23:46] FXpro: however, we'll be happy to support you here once you run ubuntu or one of these flavors. [23:47] ok then I need to install lubuntu but peppermint is lubuntu [23:47] dar123: add a grep -v (inverse grep) to your tail [23:48] "Peppermint Linux OS is a cloud-centric OS based on Lubuntu, a derivative of the Ubuntu Linux operating system that uses the LXDE desktop environment.[4] Peppermint's developers have written about their principles of providing a familiar environment for newcomers to Linux, which requires relatively low hardware resources to run." [23:48] Peppermint is not Lubuntu [23:48] it should wokr the same [23:48] FXpro: as your quote states, it's a derivative. we only support ubuntu and its recognized flavors here, no derivatives. [23:49] what is the lightest fastest for old computers that you support? lubuntu? [23:49] FXpro: it may work similar, it is still not supported here. [23:50] ummm, ok. the computer I am working with is an old dell latitute d630, t7500 dual cpu @ 2.2 ghz, and it has 2gb of ram which I will upgrde later. [23:50] lubuntu should fit that machine best right? [23:50] FXpro: yes, it would. As would Xubuntu. [23:51] ubuntu server is probably the most resource friendly installation you could create. lubuntu is a good choice if you need a graphical desktop. [23:51] mate and budgie are around the same, i think. [23:51] FXpro: I'm testing Lubuntu 18.10 (& xubuntu 18.10) on a dell d610 - pentium M (single core, 1gb ram) & it works well- it depends what you use it for.. [23:52] downloading now. [23:52] I need something that works reliable. I assume that would be lubuntu. [23:52] mxlinux is nice and works for what what I am doing too though so I am testing that one on another hard drive. [23:52] FXpro: be aware that you wont get security patches for this cpu anymore, though. so consider replacing your hardware soon. [23:52] if I can get lubuntu to do what I need, I will covert it over to an ssd on that computer. [23:53] * tomreyn is referring to intel microcode updates, not ubuntu security patches [23:53] ok thanks for the heads up [23:54] FXpro: also how you use will dictate speed; eg. using a GTK+3 app on a Qt environment (like lubuntu 18.10) wastes memory - as multiple sets of libs are needed in memory... To be efficient, you must match your DEsktop choice with apps... otherwise a lighter DEsktop is just wasting memory [23:55] (my mention of Lubuntu/Qt was only by example; 18.10 is still development...) [23:55] guiverc: Thanks, can we use OR operator if we have multiple conditions or just do another grep [23:56] the details are important but really I just need something that works reliable. this is a presistent problem with any distribution of linux it seems with a handful of exceptions. [23:56] dar123: egrep with | [23:57] hence why apple computer is worth a trillion dollars. they took the source code of linux and made it into something reliable and usable which most people dont give a crap about all the details and just need to get their work done. [23:57] growing pains... [23:57] I'm back [23:58] FXpro: the same applies to apple, applies to windows, ie. the libs are called dlls in windows, but same rules apply.. apple people just don't care, throw money or ignore the 'saving memory' issue -- *nix users are usually power & want to understand why.. [23:59] yes [23:59] I am no fan of apple other than their stock price :) [23:59] tomreyn: did you go through with it? [23:59] they are sell outs to china now.