[00:01] there is an default example in [00:01] /usr/share/doc/apt/examples/apt.conf [00:02] vaillor: man apt.conf [00:03] /etc/apt/apt.conf is the main configuration file shared by all the tools in the APT suite of tools, though it is by no means the only place options [00:03] can be set. The suite also shares a common command line parser to provide a uniform environment. [00:04] well you propably could create [00:04] /etc/apt/apt.conf.d/01proxy [00:04] too [00:05] then 01proxy becomes parsed [00:05] try this === im_dumbstruck-AW is now known as creativeboulder [00:06] echo "Acquire::http::Proxy "http://yourproxyaddress:proxyport"; >> /etc/apt/apt.conf.d/01proxy [00:08] then apt-update [00:08] apt-update command not found [00:09] sorry [00:09] sudo apt update [00:10] Does it connect? [00:12] ylwghst, yes [00:13] Good [00:15] brb === vaillor is now known as backtrack [00:38] Hello, anyone here who also bricked their lenovo? [00:45] salty223: How would we know that :) [00:46] mutante https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1734147 [00:46] Launchpad bug 1734147 in linux (Ubuntu Artful) "Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models" [Critical,Confirmed] [00:47] salty223: wooow.. what. that almost reads like an April's fools bug: [00:47] ""I had to remove the bios chip with hot air, read the content with a usb programmer, and flash a new chip."" [00:48] unfortunately its not and my laptop is dead, they at least can boot into ubuntu, not so good but it allows for some trick to reflash from there [00:48] but yoga, it just died [00:49] crazy! if anything should be High Priority then this one [00:49] but holy shiet how bugs like that can emerge out of nowhere... [00:50] salty223, no cursing here please [00:50] okay [00:51] thanks ubuntu [00:51] Windows was being junk, as usual but Ubuntu runs fine :) [00:52] koldbert ikr, thought the same until today [00:53] his laptop is bricked, let him curse for a minute :) [00:53] no no you know, rules are more important === al2o3-cr is now known as yzyz[x] [00:58] heh [00:58] salty223: that explains the nick [01:00] i love it how the issue warning on reddit is being downvoted to ground [01:00] best way to solve the issue is to hide it and pretend it doesnt happen at all === Sven_vB_ is now known as Sven_vB [01:17] trying to wrap my head around netplan. I have an installer that uses ipv6 netmask format for 16.04, /etc/network/interfaces style. How do I convert an ipv6 netmask to /48 or whatever CIDR so I can use netplan? [01:37] Anyone here using an OpenVPN connection via the Network Manager? I'm having some random behavior with regards to auto-connect on startup. [01:55] i couldn't find any post in /r/Ubuntu about the lenovo bug === bs_ is now known as bs === StopTakingMyNick is now known as Guest2057 === ER_nesto is now known as X230t [02:43] this used to be ubuntu-beginners? [02:45] Can I output the contents of xclip to a vim editor session? [02:46] for example, I'd like to use xclip to capture my current directory, and then open vim and paste that into the vim file. [02:47] or is this the wrong forum for this question? [02:48] rosco_y: open vim, type :r ls [02:49] http://vim.wikia.com/wiki/GNU/Linux_clipboard_copy/paste_with_xclip [02:49] much quicker :) [02:49] rosco_y: sorry, ":r !ls" it executes the command (ls as example) and puts the output into your buffer [03:58] how can i get the hex color code of where my mouse is [04:02] azizLIGHT: you can try gpick: https://apps.ubuntu.com/cat/applications/precise/gpick/ [04:03] rosco_y: thats excellent. exactly what i need [04:03] :) great! [04:16] Hello [04:16] imtest isn't provided with any cyrus packages I can find [04:16] Where might it be? [04:19] Okay, more precise: [04:19] cyrus-clients does not expose imtest for some reason. How do I get it? [04:30] how to install freefilesync ....i got the .tar.gz file when extracted it has the executable file...after double clicking that am able to run the program but it is still not intalled. am not able to see it in the app drawer...the .tar.gz file doeasnot have any readme or install file neither does it have configure file [05:02] Does anyone know how to fix video tearing in VLC, or is it just something I have to accept when I choose Linux? (If it's not fixable, I won't complain.) I'm running on Ubuntu 17.10 x64, on X11 because I use NVidia blob drivers. [05:15] anyone familiar with clonezilla or similiar program that makes an exact clone of an entire drive? so my question if someone clones a smaller harddrive and upgrades their computer to a larger harddrive and also maybe expanding memory..what that be an issue with using the clone on the smaller drive and putting it on the larger drive if only those two hardware components are changed? [05:18] hotwater99999, I am not an expert or even familiar with CloneZilla, but if you were to ask me, it won't be a problem, though you will need to resize partitions after writing the clone to the bigger drive in order to make use of the space available provided by the larger drive. [05:19] ohh i have thought about the partition thing...clonezilla is basically an exact image of your hard drive similar to those programs in windows that can make an image of your hard drive running but clonezilla does it when the hard drive is unmounted [05:20] works well but i have not tried it on transfering from one hard drive to another [05:20] since those images are exact ...everything is clone settings partitions sizes etc etc etc [05:21] Yep, if you clone the hard drive bit by bit, you will get the exact same partition sizes when you write it to another hard drive, so if you want the new partitions to use up the entire hard drive, you will need to resize partitions :) [05:22] If you write it on a smaller drive, though... That may be a problem LOL [05:23] Since you will be basically fooling the system, saying that a partition goes from here to there but in fact, the hard disk doesn't even have that amount of space, so I don't know what might happen XD [05:24] Again, I'm in no way an expert, I'm even a Linux newbie (not exactly clueless but not experienced either), but I know computers XD [05:29] lol [05:29] thanks [05:35] :) [05:35] I'd like to say I'm a Windows expert but I don't think that will give me any credibility anyway XD [05:38] accoring to what i read there is supposed to be an option but are having trouble with that and somone said they just used gparted which is probably a lot simpliar then trying to figure out how to do it with clonezilla lol [05:50] hotwater99999: a simple way is: boot from a live pendrive while having both hard disks connected. Then run `sudo dd if=/dev/sda of=/dev/sdb` to do a bit-for-bit clone. Finally, run `sudo gparted /dev/sdb` to do the resize. [05:50] i dont think it has a slot for two hard drives [05:51] thanks though [05:51] hotwater99999: so how are you planning to do it then?! [05:51] Saving e.g. 200 GB to an external drive? [05:51] i was thinking about clonezilla [05:52] And where would the drives be connected ? [05:52] i already a 1 tb external drive [05:52] Ah, so you're planning to do two copies [05:52] One internal=>external, and one external=> new internal [05:52] OK, it's the same thing, just two dd commands instead of one [05:52] i was thinking about cloning the drive and then putting it on a larger one [05:53] E.g. sudo dd if=/dev/sda of=/media/my-external-disk/backup.img [05:53] clonezilla is more safe and does the similiar thing but better :P [05:53] Nah, all those are just front-ends for the console tools [05:53] So you're just missing a few error messages etc [05:54] Anyway, whatever you prefer === sary is now known as BenignM [06:03] guys, i moved ssd with ubuntu 16.04 to hew hardware and it booted, but what i have to do now? i mean some corrections and so on [06:04] like Dracut [06:11] !info preload | rh10 [06:11] rh10: preload (source: preload): adaptive readahead daemon. In component universe, is optional. Version 0.6.4-2 (artful), package size 34 kB, installed size 135 kB [06:12] rh10: you don't need to do anything, linux detects the hardware as it boots anyway [06:12] Only proprietary drivers need to be installed, e.g. if you didn't have nvidia and now you do [06:12] rh10: there are always tweaks you can do, to speed things up with or without ssd also [06:13] lotuspsychje, alkisg, got it thanks. [06:13] i've found https://www.pcsuggest.com/dracut-linux-ubuntu/ [06:13] rh10: dracut is not used in Ubuntu, it's using initramfs instead [06:14] I don't know where you got the idea that you need to do something with dracut [06:14] i've instaled dracut, regenerate initramfs, then systemd-analyze and it was a lot better [06:14] rh10: if you install dracut, you will probably break your installation [06:14] OK [06:14] alkisg, nope. all works fine. thanks for support [06:15] rh10: ok; am telling you this as someone with experience, but if you prefer some google blog, all fine [06:15] Just remember to mention it if things break and you come here for support, because it will most probably be the one to blame [06:15] Hi. I'm looking for a very simple thing - in my kubuntu's taskbar I'd like to see a cpu monitor, as an icon, such like here : (yeah, this is Windows) : https://images.techhive.com/images/idge/imported/article/ctw/2013/11/12/win8boost_taskman_tray-100390701-orig.png [06:15] alkisg, got it. but systemd-analyze after i rregenerate show a lot better result [06:15] konrados: perhaps the #kubuntu channel might know more of it? [06:16] rh10: that's because it's missing essential things [06:16] rh10: you can also omit other essential things and speed it up more [06:16] lotuspsychje: ok, thanks, I'll try [06:16] Just mark the word, "essential" [06:16] alkisg, what exactly essential things? [06:16] dont understand [06:17] all works fine. what i did wrong? [06:17] rh10: dracut is the initramfs system for fedora. It's somewhat experimental in the debian based world [06:17] The debian world is using initramfs-tools,so all packages support that one only [06:17] So whatever package is installing /usr/share/initramfs-tools hooks and scripts, won't put them in dracut [06:17] rh10: replacing ubuntu base packages from another could make your system break [06:18] dpkg -S /usr/share/initramfs-tools/ ==> udev, isc-dhcp-client, keyboard-configuration, kbd, fuse, busybox-initramfs, brltty, ntfs-3g, initramfs-tools, initramfs-tools-core, kmod, intel-microcode, ltsp-client-core, nbd-client, plymouth, klibc-utils, sch-scripts: /usr/share/initramfs-tools [06:18] All those packages most probably don't have equivalent scripts for dracut [06:20] alkisg, got it [06:20] ok [06:20] alkisg, thanks one more time for explanation! [06:21] You're welcome :) [06:23] alkisg, i removed dracut. installed initramfs-tools, reboot, and now im writing here :) [06:23] Good decision :D [06:23] Dracut may at some point initramfs-tools, or it may not. It's best to stick with whatever the Debian developers decide on that one. [06:23] *replace [06:24] alkisg, yeah. understood it [06:24] :) [06:25] alkisg, i dont need to do anything? i thought i had to do. because boot process was so slow [06:25] rh10: some things will be changed automatically the next time you update the kernel or install services etc, like intel/amd microcode, ureadahead prefetching etc [06:25] You won't notice anything anyway, so don't worry about them [06:26] If you were expecting the ssd to make boot 10 times faster... nah, that's on Windows, as Ubuntu is already fast on HDDs... [06:26] now, probably after reinstall initramfs-tools - boot process become a lot better. maybe it regenerate smth? [06:26] It triggers the microcode and the ureadahead hooks [06:26] alkisg, nope. im compare to old hardware boot time [06:27] Boot time isn't really important. Better check a few youtube tabs open on the internet :) [06:27] i just move ssd with working ubuntu to new hardware. [06:27] yeah. i'll chech it :) [06:27] Boot time is under a minute,right? [06:27] check* [06:27] If it's more, then it's worth to look into it, if it's less... nah [06:29] alkisg, under minute. but first time boot was a lot longer as it was on more old hardware when ssd worked before. smth like so [06:29] and im began thinking what i need to do :) [06:29] ayway thanks [06:29] anyway* [06:29] For example, wrong fstab entries may cause boot timeout delays, but they would be noticable, more than 1 min total boot time [06:30] If there are no service timeouts on boot, then it's fine [06:30] got it [06:32] alkisg, good question: what i have to read about initramfs and boot process to understand all booting process and tools using for it? [06:33] rh10: there are so many things to read that you would need to be more specific. Initramfs? Systemd? All the services? [06:34] Start reading about systemd a bit, it's the most important part, the initramfs doesn't bother people much anyway :D [06:34] alkisg, thanks 10 time :) [06:36] !systemd | rh10 suggested by alkisg [06:36] rh10 suggested by alkisg: systemd is the default init system for Ubuntu 15.04 onwards. For information on transitioning from upstart to systemd, see https://wiki.ubuntu.com/SystemdForUpstartUsers For a guide to basic service management with systemd, see https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units [06:50] guys one more question. is it real to free cached memory? [06:50] smth like sync for disk :) [06:51] rh10: whats your engoal exactly? [06:52] lotuspsychje, mostly i want to learn how linux works with memory [06:53] mostly theoretical question [06:53] !swap | rh10 [06:53] rh10: swap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info [06:53] rh10: but with your ssd, youl have enough speed [06:53] lotuspsychje, know about it. but im about cache [06:53] not swap [06:54] rh10: i would reccomend other tweaks to speedup things: preload, swappiness tweak,disabled unused services at boot,..system cleanup [06:55] lotuspsychje, thanks [06:56] rh10: free -m in terminal [06:57] lotuspsychje, it's for view i know it, thanks [07:22] Is kms-server-logout-greeter an Ubuntu thing or a KDE Plasma thing? [07:27] Okay, it's part of KDE's session manager [07:41] Hi i found an issue with network manager,here is the main issue report https://github.com/jurobystricky/Netgear-A6210/issues/88#issuecomment-345521879 And a bug report here https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1733138 [07:41] Launchpad bug 1733138 in network-manager (Ubuntu) "network-manger bug with wifi in ubuntu budgie 17.10" [Undecided,New] [07:43] The bug report haven't been replied for nearly a month [07:43] I hope i can get an answer or solution here [09:02] I would like to use the ppmdraw command. That was introduced in netpbm 10.29 (in 2005), apparently. When I install the netpbm package (apt install netpbm) I get version 10.0. Really? Over 12 year old software? [09:02] I must have made a mistake somewhere... === Elimin8r is now known as Elimin8er [09:11] How do I get mkconfig to generate root=LABEL= instead of root=UUID= or root=/dev/ [09:12] amitprakash: what's wrong with UUID [09:14] /etc/default/grub ? [09:14] Ben64, cloud AMIs [09:14] dreamlinux-user, what param? [09:15] Ben64, custom cloud AMI [09:15] Specifically, embedded initramfs, no kernel modules etc === jstein_ is now known as jstein [09:18] 15:41 Hi i found an issue with network manager,here is the main issue report https://github.com/jurobystricky/Netgear-A6210/issues/88#issuecomment-345521879 And a bug report here https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1733138 [09:18] Launchpad bug 1733138 in network-manager (Ubuntu) "network-manger bug with wifi in ubuntu budgie 17.10" [Undecided,New] [09:19] Drivers are UPDD for touch screen. Is Ubuntu 16 compatible with UPDD drivers for touchscreen? [09:22] Hello. I am trying to install this - https://www.teamviewer.com/en/download/linux/ on my Ubuntu 16.04 Gnome. But it requires this dependency ( libqt5gui5 (>=5.5) ) When I run sudo apt-get install libqt5gui5 - It does not do anything? === r0Oter is now known as r00ter [09:23] Now nobody has answer on this? Guys i stop using Ubuntu because it was unstable, unreliable with Touch screen connected from ELo or Dell. Does anyone know if the UPDD drivers are compatible with Ubuntu 16? [09:23] IamTrying: load up a live usb and find out? [09:29] Ben64: does not work. [09:30] When i connected on Windows immediately working. [09:37] Anyone? [09:47] Hello. I am trying to install this - https://www.teamviewer.com/en/download/linux/ on my Ubuntu 16.04 Gnome. But it requires this dependency ( libqt5gui5 (>=5.5) ) When I run sudo apt-get install libqt5gui5 - It does not do anything? [09:47] bluewolf: [09:48] try this: [09:48] sudo apt-get -f install [09:48] without package name [09:53] ylwghst: Its come up with the same response [09:54] Not really done anything [09:55] bluewolf: what do you mean it doesn't do anything [09:56] Ben64: ylwghst: http://paste.ubuntu.com/26182200/ [09:56] that's not nothing. you already have the package installed [09:57] Ben64: My mistake. But then why wont it install this package? https://www.teamviewer.com/en/download/linux/ [09:58] The Debian/Ubuntu 64bit? [09:58] ask teamviewer [09:59] I have shutdown and sleep issues independent of the kernel or using debian / ubuntu 16.10 / ubuntu 17.10 - it seems to shutdown , turns of the screen but remains in a "on" state somehow ( have to long hold the power button to resolve it ) [09:59] i have already tried different kernels and debian or ubuntu versions with no success - same error [10:00] someone helped me in here and i tried this script: http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [10:01] the fix applied correctly and it now says "acpi_osi=Windows 2015" in /proc/cmdline [10:01] Ben64: I downloaded the package and opened it in the software centre. It then came up with that dependency ( libqt5gui5 (>=5.5) ) [10:01] Could not install because it was missing? [10:01] bluewolf: ok but it's a 3rd party package and we don't support it here [10:03] Ben64: Which - teamviewer or libqt5gui5 (>=5.5) ? [10:04] Ben64: Fair enough. Just trying to work out how to get the dependency going. [10:07] Ben64: If you don't mind me asking. What does it mean by this in the software centre when I open teamviewer package in it? Dependency is not satisfiable: libqt5gui5 (>=5.5) [10:14] Hi there, i have an HP DL360 gen9 server running Ubuntu 16.0.4.3 and i have a device /dev/sdb with 1GB (not an sd card). Does anyone know how to get rid of this? (I assume this is the HP "intelligent provisioning" disk) [10:18] Anyone familiar with the openvpn package, specifically the client/server separation and systemd units? I'm not sure which to use. [10:21] Any idea what my problem might be ? [10:21] thyriaen: I joined later, what is your issue? [10:22] adrian_1908, i am just going to paste what i wrote again :) [10:22] yes :) [10:24] afk for a moment, but i'll be around to check periodically [10:24] adrian_1908, https://hastebin.com/rizowaxoca.coffeescript [10:33] back, sorry no idea. what a curious solution though. you're far from the only person reporting issues with suspend/resume on Ubunut unfortunately. [10:36] btw, what continent are you on? I find it strange that IRC activity seems to be very tied to time, as if only Europeans used it. [10:37] (or I'm not seeing 90% of IRC traffic for some reason) [10:39] adrian_1908: I'd imagine that is the case. Plus, it is a work week so most European nations would be working at this time. [10:40] test [10:40] can confirm. working. [10:41] hi there wega [10:41] onlyabyte: Yes indeed, if Europeans are working or sleeping, most channels seem to die out for me. I would have assumed Americans to make up the majority of any given channel of this kind. [10:42] is this still a good place for beginner linux? [10:42] adrian_1908: The whole of the US is still asleep, https://www.timeanddate.com/worldclock/ [10:42] intern1t-error: What do you mean? [10:43] onlyabyte: yes, but 3am-5am CET would be evening comfortably evening in the continental U.S. and this channel is pretty much dead by then. [10:44] from what i understand there used to be a channel called #ubuntu-beginners and when I try to join that channel it redirects to here. [10:44] adrian_1908, europe :p [10:44] ok :p [10:44] intern1t-error: Then you are in the right place! [10:44] cool. ill be hanging out for a while. [10:46] Maybe everyone has moved on to web-based chats like Gitter and Slack, or we all ended up in some outcast network outside of Facebook & Co. without noticing. [10:46] But enough of that. [10:46] hmm. [10:48] adrian_1908: I'd imagine people aren't even aware that IRC exists. I suppose all the kids these days use services such as Discord. [10:50] adrian_1908: Oh well. Anyways, are you here for assistance? [10:52] i kind of am [10:52] im looking for links on getting started with ai chatbots === yzyz[x] is now known as al2o3-cr [10:53] Interesting :) sorry I can't help you much [10:55] Hopefully someone can help you. [10:55] onlyabyte: Was afk for a second. I had a question about Ubuntu's openvpn package and now clients/servers are handled via systemd units. [10:55] intern1t-error: that's not really an ubuntu question, maybe alis can help you? [10:55] !alis [10:55] 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" [10:57] cool [10:57] im having some trouble. [10:57] this information >> tothis.file [10:57] is not working [10:58] i want to cat tothis.file and see this information [10:58] Howdy folks [10:59] intern1t-error: explain what you're actually doing [11:03] i figured it out [11:14] Can I generate a new /etc/resolv.conf if I re-enable and restart systemd-resolved? [11:16] I ask because I'm trying to get dnscrypt-proxy working to route DNS traffic, and it should be working, but it's not. A tip on the internet suggests removing /etc/resolv.conf after disabling systemd-resolver and I wanted to know if this was a good idea if I ever wanted to think about using systemd-resolver again [11:30] Leevancleef_: You could simply rename it, e.g. `mv /etc/resolv.conf /etc/resolv.conf.bak` and try. The file doesn't contain any active lines by default, so it should not make a difference. [11:38] adrian_1908: Good idea. And it was that file that made all the difference, oddly enough [11:39] Well that's fortunate! :D [11:50] where can i find the ubuntu 16.04 md5sum? the !hashes link only gives 16.04.3 [11:50] nvrmnd i think i got it [11:51] nope same, thing pressing on "xenial" also gives 16.04.3 [11:52] found i here, http://old-releases.ubuntu.com/releases/16.04.0/MD5SUMS [11:52] *it [12:03] Leevancleef_, use your resolved.conf file for your DNS entries.they work for me, but I use a static IP and I don't use network-manager [12:17] is launchpad broken? [12:21] hi, I updated from 17.04 -> 17.10 and it looks like zypper is broken. How can I install the previous version of libzypp? [12:24] BluesKaj: Thanks, but DNScrypt is its own protocol which offers end-to-end encryption for DNS queries. dnscrypt-proxy uses its own config file which works once resolved.conf gets out of the way, so I think it's designed to do it that way [12:25] can someone help me with something very simple [12:26] Leevancleef_, yeah encryption protocol comes with it's own problems :/ [12:26] tty2 is well... its like an xterm window that crashed [12:26] how do i like kill it [12:26] or close it [12:26] tty1 opened it on tty2 when i ran xinit i think [12:26] then i ctrl-c from tty1 later on [12:26] and tty2 still shows as like... [12:26] there. [12:27] i want it to die [12:27] tatertots, just telling that the hdmi monitor started to work once I changed legacy to uefi in the bios, I know, pretty increible, and not sure why that worked :( [12:27] can i kill a tty [12:27] mistralol: isn't zypper a suse tool? [12:27] akik: yes which I need for a chroot build enviroment [12:28] and is in the ubuntu repo's [12:28] but is broken in 17.10 https://bugs.launchpad.net/ubuntu/+source/zypper/+bug/1726947 [12:28] Launchpad bug 1726947 in zypper (Ubuntu) "artful: zypper links against wrong libzypp.so" [Undecided,Confirmed] [12:30] not sure where to ask such a question, my terminal started printing literal sequences, so I get a ^L on screen when I try to clear the screen, or a literal ^A when trying to go to line start [12:31] I figure it's some tty setting I inadvertently enabled, can someone help me figuring out what this is? [12:31] I can ofc kill the window and have a new working terminal, I'm asking out of curiosity to understand what's this due to === SimonNL is now known as SimonNL_Afk [12:48] anddam: type "reset" to reset the terminal without closing it [12:49] Escape characters can set it to a state where it's difficult to see what configuration is applied [12:51] intern1t-error: so now tty2 is text mode or graphics mode? [13:40] hi :D [13:40] anyone able to tell me why this doesnt start at boot http://paste.ubuntu.com/26183161/. the service is enabled, [13:40] i can start it manual [13:40] but after boot is says: Active: inactive (dead) [13:41] Loaded: loaded (/etc/systemd/system/emperor.uwsgi.service; enabled; vendor preset: enabled) [13:45] igeni, i remember a tool to debug (not really sure about that): sudo systemd-analyze verify NAME.service [13:45] igeni: I'm not very familiar with systemd, but did you run systemctl enable your.service, to install the target hook? [13:45] its enabled [13:45] no errors [13:46] Did you run that command? [13:46] yeah [13:46] ok [13:46] sudo systemd-analyze verify emperor.uwsgi.service returns empty [13:47] igeni, ia'm sure that dmesg or syslog should tell you something; try to grep -i to it [13:48] syslog is empty, nothing in dmesg [13:48] hi. can someone point me to the best driver for Radeon HD 7340, it works well but rendering seems to be very bad .. sometimes laggy. i love ubuntu and and i dont whant to switch to windows 10 but if i dont solve this graphic issue i will have to :( [13:50] only thing i can find , wich may be related [13:50] [152110.483816] audit: type=1400 audit(1513258995.196:111): apparmor="DENIED" operation="mount" info="failed type match" error=-13 profile="lxc-container-default-cgns" name="/sys/fs/cgroup/unified/" pid=4974 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec" [13:51] ah not,. [13:51] thats a mountn message from LXC [13:51] Anyone know of a way to stop UFW logging to dmesg but to continue logging to syslog? I want the UFW logs to be in /var/log/ufw.log only [13:55] How do I remove older kernels from my boot partition? [13:55] apt-get keeps adding them back, and especially the initrds are taking up all space [13:57] jason85, apt-get remove *older-kernel* [14:01] In 16.04, I'm trying to make dconf settings set globally, and I put a config file into /etc/dconf/db/test.d, which created hte test file, but how do I tell whether it worked? [14:01] Rather, running `dconf update` generated the file [14:01] But dconf-editor still shows previous values as default [14:11] GreatEmerald: are you trying to do mandatory gsettings, or default gsettings? === herb_ is now known as herb [14:11] For mandatory, https://wiki.gnome.org/Projects/dconf/SystemAdministrators [14:12] For default gsettings, it's usually easier to just ship your own schema override file [14:15] Hi. Is there a tool to generate unique directory names ? [14:15] im trying to install AMD Catalyst™ 15.9 Proprietary Ubuntu 14.04 x86 Video Driver for Graphics Accelerators. but it has a conflict. Message says: Breaks existing package 'xserver-xorg-core-lts-xenial' conflict: fglrx () .. how do i remove that pls ?? [14:18] found it! mktemp [14:19] I'm trying to do-release-upgrade from 14.10 to 16.04. I have been told it has to be done one release at a time, which is fine. so I did one iteration and now I'm on 15.04, but if I try to do it again, it says "this tool cannot upgrade from vivid to xenial". I want it to go via the intermediate one if it needs to (which I believe it does), so how do I make it try? [14:20] https://askubuntu.com/questions/804411/how-to-perform-do-release-upgrade-from-15-04-to-15-10-once-16-04-was-already-rel I think I foudn the answer; trying it now [14:21] nope, that doesn't work for me. do-release-upgrade -d on 15.04 says "No new release found". so my question stands [14:24] ne2k, drop the -d [14:24] !eol [14:24] 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 [14:24] BluesKaj, that tries to go directly to 16.04 an then says it's not possible [14:24] ne2k,^ [14:24] yup [14:25] ne2k, read above [14:25] ne2k: what do you have in /etc/update-manager/release-upgrades ? [14:26] EriC^^, [DEFAULT]\nPrompt=normal (plus a load commented out stuff) [14:26] ne2k: what about /etc/apt/sources.list [14:26] !paste [14:26] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [14:27] EriC^^, old-release/ vivid and friends (just did 14.10 to 15.04 do-release-upgrade) [14:30] ne2k, whoa somewhat behind the cureve there [14:30] BluesKaj, not sure what you mean [14:30] unsuppoerted OS tio unsupported OS [14:33] BluesKaj, I'm not following you [14:34] !15.04 [14:34] Ubuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol, !eolupgrade and https://ubottu.com/y/vivid [14:34] seriously, people [14:35] genii: he wants to go to 15.10, it's suggesting 'xenial' cant be upgraded, Prompt=normal === SimonNL_Afk is now known as SimonNL [14:35] this is retarded. 15.04 was always able to update to 15.10 when they were both active. why should that facility disappear just because they're not being updated any more? [14:36] Need to change the repos from archive.ubuntu.com to old-releases.ubuntu.com until you hit a supported release [14:36] genii, they were already on old-releases because, believe it or not, 14.10 and 15.04 are also old releases [14:36] ne2k: Because EOL releases get archived to old-releases.ubuntu.com [14:36] hi. anyone know how i can fix this error? "/usr/bin/ld: cannot find -lpng16" [14:36] the do-release-upgrade from 14.10 to 15.04 just worked [14:37] I am currently trying just to manually change vivid to wily in apt-source and do apt dist-upgrade [14:37] ... [14:37] ne2k: that's not recommended [14:37] ne2k: what did -d say? that's the accepted answer on google [14:37] EriC^^, it's recommeded here: https://www.reddit.com/r/Ubuntu/comments/63q18w/an_upgrade_from_vivid_to_xenial_is_not_supported/dn854c2/ [14:38] ne2k: that's just one person, also the follow up comment says it didnt work for him [14:38] EriC^^, [14:21] .... do-release-upgrade -d on 15.04 says "No new release found". [14:39] k [14:39] reddit is full of wrong suggestions, don't trust it too much [14:39] alkisg: Thanks, it seems to work when I create /etc/dconf/profile/user with the right setting for system-db [14:39] np [14:40] ne2k: oddly enough, try sudo sed -i 's/Prompt=normal/Prompt=lts/' /etc/update-manager/release-upgrades [14:40] maybe it'll work somehow [14:40] EriC^^, why would that work? lts is only for lts->lts upgrades [14:40] ne2k: why is it not working right now? [14:41] EriC^^, why is what not working? [14:41] just try it [14:41] suggest a clean install [14:41] +1 [14:41] ne2k: https://help.ubuntu.com/community/EOLUpgrades [14:41] EriC^^, I'm in the middle of doing the dist-upgrade with the wily repos [14:41] funyun_, have you actually read that? [14:42] ne2k: there was a time you could jump directly to lts btw [14:43] ne2k: the update-manager from 15.04 needs to be updated from old-releases before it can upgrade to 15.10 [14:43] (afaik) [14:43] So you do need to apply the EOLUpgrades wiki page [14:45] alkisg, eveyrthing in 15.04, including update-manager-core, was already up-to-date from old-releases. this makes no difference [14:46] ne2k: i did what you're trying to do yesterday [14:46] did you change your sources to wily? [14:46] funyun_, yes [14:46] ne2k: what's the output of dpkg -l ubuntu-release-upgrader-core? [14:46] and I was in the middle of dist-upgrade, but I stopped it to try what someone else was saying [14:47] ii ubuntu-release 1:15.04.14.3 [14:48] ne2k: and you followed this? https://help.ubuntu.com/community/EOLUpgrades [14:48] alkisg, ^^ [14:48] ne2k: and, do-release-upgrade => no new release? [14:48] alkisg, no, do-release-upgrade says "cannot go from vivid to xenial" [14:48] With Prompt=lts there? [14:48] Or not? [14:49] alkisg, with lts, it says no new release [14:49] ne2k: future refrence, you definitely should have been able to upgrade directly from 14.04 to 16.04. Info for next time. === kostkon_ is now known as kostkon [14:49] leftyfb, I know. I wasn't on 14.04. I was on 14.10 [14:49] oh, that's why [14:49] ne2k: you should really just stick with LTS releases [14:50] that doesn't help you at the moment though [14:50] In Ubuntu 17.10, how does one go about using conditional forwarders for certain domains? [14:50] leftyfb, I KNOW. this is all due to some idiot customer who can't follow instructions installing the wrong OS on the VM they are giving to us [14:50] and, because we don't want to upset them unnecessarily, I am wasting my time trying to upgrade it remotely rather than just saying "you're an eedjit, reinstall it" [14:51] (04:48:34 μμ) ne2k: alkisg, no, do-release-upgrade says "cannot go from vivid to xenial" ==> what's the exact error there, to check the source code? [14:52] alkisg, two secs [14:52] if I have two gpu installed, one Nvidia and One AMD. How do I tell LInux to use Nvidia one as the primary one to output to my monitors? [14:53] alkisg, http://paste.ubuntu.com/26183536/ [14:55] Meh that was there previously but it's removed in xenial, need to check older source :/ [14:56] J3089TE, blacklist the amd driver in /etc/modprobe.d/blacklist.conf [14:57] J3089TE, and choose the nvidia gpu in the uefi/bios if possible [14:57] BluesKaj, no no. I want to use nvidia to power my monitors but I want to use amd to compute [14:58] the nvidia wull compute just as well as the amd [14:58] makes it simpler [15:01] J3089TE, is this a hybrid type graphics system or is the nvidia a pcie gpu? [15:01] BluesKaj, nvidia is pcie [15:01] alkisg: no I had tried reset already, along with various setterm options [15:01] nvm, I found a tutorial [15:01] alkisg: like --reset and --intialize [15:02] then letting the nvifdia do it all is probly your best choice [15:03] anddam: what about tput init? [15:03] anddam: eh, btw, if you run a command like ls, does it execute? Or is some program still reading from stdin? [15:04] no commands execute(d) fine [15:04] I've since closed the terminal, sorry [15:04] I got impatient [15:04] it's not the first time it happens, I think I hit some odd key combination from time to time [15:05] but I was curious if there was something that stopped control characters interpretation === codelinx_ is now known as codelinx [15:06] this reminded me when I mistakenly switch the readline-based shell to vi mode rather than emacs and then try to jump words [15:06] (that doesn't work well) [15:14] EriC^^, more evidence that what I am trying (s/vivid/wily/g; apt dist-upgrade) might work ok: https://ubuntuforums.org/showthread.php?t=2341995&page=2&p=13568569#post13568569 [15:15] !EOLUpgrade | ne2k [15:15] ne2k: 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 [15:15] funyun_, how many times are you going to say the same thing? [15:16] hi, how can i zip all files inside folder that in name have `-` char ? [15:18] soee: tar -cvzf /path/to/files /path/to/archive-name [15:19] soee, glob *-* to match your files and pass that list to your zip creator [15:19] yes, i used: tar -zcvf file.tar.gz *-*.png [15:19] thanks :) [15:43] vivid -> wily via dist-upgrade appears to have been successful, and now do-release-upgrade to xenial appears to be working [15:47] ne2k: just out of curiosity, when you tried do-release-upgrade and it said it can't upgrade from vivid to xenial, had you already manually changed your sources.list? === Rez is now known as L [16:06] 17:18 15:41 Hi i found an issue with network manager,here is the main issue report https://github.com/jurobystricky/Netgear-A6210/issues/88#issuecomment-345521879        And a bug report here https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1733138 [16:06] Launchpad bug 1733138 in network-manager (Ubuntu) "network-manger bug with wifi in ubuntu budgie 17.10" [Undecided,New] === SimonNL is now known as SimonNL_Afk [16:30] Hello, I'm on Ubuntu 16.04 and I have a service which is running and lets me view log data by typing journalctl -fu service-name. How can I figure out where this logfile is actually being stored? [16:34] RainMan28: have a look at this https://askubuntu.com/questions/864722/where-is-journalctl-data-stored [16:37] i connect usb on ubuntu, then where is usb? i want to umout it [16:39] help me [16:39] mitmf: can you see it if you type "df"? [16:41] /dev/sdb1 /media/abc/B0C0-0F64 <— how can i umout it? r81 ? [16:42] sudo umount /media/abc/B0C0-0F64 [16:42] sudo umount? [16:42] umout or umount? [16:42] just umount (for some reason) [16:42] ok thanks [16:44] r81: thanks i did it [16:44] :) [16:44] great [16:46] Hey everyone, when I start my ubuntu 16.04 wireless does not show (usb wireless adapter) [16:46] yet if I restart network-manager [16:46] it starts working, can anyone help me debug the issue? [16:48] Not sure how to word this. I'm using Ubuntu 17.10 (with unity) - some applications dont run when I click on them, but they run fine when I run them from terminal. Since you cant right-click and change any settings, is there any other way? [16:56] Hello! I want to install a package requiring dependencies on an offline system. Is keryx otpimal for this? Is it easy to use? Thank you! [16:56] Where Ubuntu problems come to die...RIP [16:56] * Encrypto cries [16:58] hello, please, does anyone know how to run the X server using the "vesa" driver? [16:59] i tried copying the xorg.conf.failsafe to xorg.conf but it still loaded the intel driver [16:59] I am trying to setup a Dell XPS for dual boot windows / ubuntu with ubuntu being the primary os. I have a 64GB ssd and a 2 TB magnetic. I want to install ubuntu to the ssd, and spliut the 2tb drive into 2 partitions 512G for windows and 1.5T for ubuntu as a data drive. So far so good. I'm not sure exactly how to do the bootloader and where to boot the boot partition. I'm supposing it should be on the magnetic drive. I could use s [16:59] ome help in creating the partitions for all this (and which order to do the installs in) [17:00] i am using my intel GPU for cryptomining so i wanted a driver that would use software rendering [17:00] such as the vesa driver which i believe does [17:04] howudodat: put / on the ssd, and /boot and the efi parition on the magnetic (if you want to use uefi) [17:07] How can I get this to work without running syslog-ng etc: docker run ubuntu:16.04 logger -s "FOO" [17:07] this does work in ubuntu:14.04, well, it doesn't error out [17:08] EriC^^: should I partition this all out and install ubuntu first, or windows first? [17:09] howudodat: windows first then ubuntu [17:09] howudodat: is it uefi? [17:11] yes it is uefi, and near as I can tell (I'm waiting for it to restart), nothing is installed on the ssd, on the magnetic drive there is a NTFS partition, a restore partition and 1.8TB partition where the OS is installed [17:16] help me load vesa [17:16] EriC^^, manual vivd->wily dist-upgrade worked; do-release-upgrade wily->xenial also worked. now happy system [17:22] How do I change how applications run from their GUI icon? Ubuntu17.10 Unity [17:30] ok, it appears that the current boot is legacy, and the boot partition is NTFS. I can wipe it all and redo it uefi, or leave it legacy. Any reasons to go one way or the other? [17:36] hi. when my lubuntu 17.10 screen locks due to inactivity, about 75% of the time entering my password into the dialog box and hitting OK doesn't unlock the computer. it just goes to a black screen, seems to do nothing for 5-10 seconds, then returns to the password prompt. attempting to unlock it a second time always succeeds === strive is now known as cyberspace === cyberspace is now known as sheshu [17:58] Hi guys [17:59] Wireless RT3290 device not ready on ubuntu 16.04.3 fresh install kernel 4.10 [17:59] please help [18:05] :-( [18:08] tons of posts about his rt3290, you will need to build the driver yourself, some posts point to github, but there are tons of versions there [18:08] ralink does not support it official anymore [18:15] Wireless RT3290 device not ready on ubuntu 16.04.3 fresh install kernel 4.10. Please help [18:19] https://www.google.nl/search?q=github+RT3290 gives https://github.com/loimu/rtbth-dkms or more recent https://github.com/yutao33/rt3290 [18:24] whenever i connect to my vpn i have created i get a message after 30 seconds that there is a DNS problem [18:25] and some pages are not possible to connect to [18:25] anyone reccon this= [18:25] ? [18:27] oerheks: Thanks [18:32] how can i count files in folder that conatin some string in their names? [18:34] soee, try ls *string* | wc -l [18:36] ioria: worked, thank you [18:36] soee, ok [18:37] ,next [18:37] prev, [18:38] lol [18:46] oerheks: install drivers... device is not ready :-( [18:59] dawn... rt3290 :-( [19:00] pavilion x360 [19:00] help guys [19:18] if that pavilion x360 is uefi based, drivers need to besigned or something like that ? [19:19] oerheks: install work wifi... after install stop work [19:19] 'device is not ready" [19:19] :-( [19:20] oerheks: i do not know about need to besigned [19:20] :-/ [19:21] slipttees: turn the laptop off, remove the battery, hold power button for few secs and reassemble, it might help [19:21] hum [19:22] EriC^^: pavilion x360 have battery inside i cant remove [19:22] slipttees: try "sudo lshw -C network" and pastebin the output [19:23] !paste | slipttees [19:23] slipttees: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:24] EriC^^: bro... i can understand [19:24] wifi work :S [19:25] i try reboot and halt [19:25] isnt it that in the live usb it's working, in the install it gave device not ready? === SimonNL_Afk is now known as SimonNL [19:27] EriC^^: Yes. But now it mysteriously worked! [19:27] EriC^^: i try reboot and halt for test [19:27] great [19:27] ok [19:28] EriC^^: just boot with the default kernel 4.10.0-28. current is 4.10.0-42 [19:28] EriC^^: clean install and upgrade packages [19:29] FN keys none work too rsrs [19:29] hp is bad [19:33] EriC^^: one reboot and one halt stop work! kkk [19:33] 'device is not ready" [19:37] slipttees: aha, try sudo lshw -C network [19:37] EriC^^: pastebin.ubuntu.com/26184781 [19:39] EriC^^: pastebin.ubuntu.com/26184802/ [19:41] slipttees: try first, sudo strings /sys/firmware/acpi/tables/DSDT | grep Windows [19:43] Windows 2001 2001 SP1 2001 SP2 2006 2009 2012 2013 2015 [19:44] slipttees: ok, are you using ubuntu or xubuntu etc? [19:44] EriC^^: Windows 2001 2001 SP1 2001 SP2 2006 2009 2012 2013 2015 [19:44] EriC^^: ubuntu 16.04.3 [19:45] slipttees: ok, type sudo -H gedit /etc/default/grub [19:45] in the line that says "quiet splash" make it "quiet splash acpi_osi=\"Windows 2015\"" [19:46] EriC^^: done [19:46] slipttees: save & exit then open a terminal and type 'sudo update-grub' [19:47] EriC^^: done bro [19:47] slipttees: try rebooting [19:48] rebooting... [19:49] EriC^^: so? [19:49] any luck? [19:49] fn buttons working? wifi? [19:50] FN keys works :D: [19:50] great [19:50] wifi "device is not ready" [19:50] :-( [19:50] the wifi error seems like the one i had, maybe if you let the battery drain somehow it might fix it? [19:51] remove a/c, and let it run in bios in the last 2% or so [19:51] EriC^^: See dmesg erros? [19:51] yeah, those ones [19:52] it happens with me when the pc shuts off abnormally sometimes, removing the battery fixes it for me [19:52] EriC^^: i try halt and remove a/c [19:53] not sure that would help but why not, who knows [19:54] EriC^^: fn keys were reversed. work without press fn kkkk [19:55] slipttees: there might be a setting in the bios to reverse that [19:57] EriC^^: bios action key mode? [19:58] yeah that's probably it [20:00] EriC^^: fn keys correct and wifi up again :/ [20:00] so all working? [20:01] EriC^^: Yes... but can stop again mauha [20:02] rt2x00lib_request_firmware - Info - Loading firmware 'rt3290.bin' [20:02] ' ' Firmware detected - version 0.37 [20:03] dmesg do not have any erros [20:09] EriC^^: teste here. Thanks bro [20:09] no problem, enjoy [20:09] ;-) [20:38] Hey [20:40] Hey guys. I have been asking around in other nix's chans and #idea-users, but has anyone noticed msbuild not working correctly in the rider ide for vb.net debugging and compiling? Sorry if off-topic [20:41] Had the same issue with 3 different distros [20:42] Issue described here https://youtrack.jetbrains.com/issue/RIDER-12005 [20:43] I got nothing, sorry. [20:43] No worries - Figured I'd ask. Still waiting on a response back from jetbrains [20:43] Alright well, Good luck. [20:58] Hi. I have a slight problem with a kernel image. My system got updated to 4.10.0-42, but AFAIK there were some problems generating a boot image. Currently I can only boot using earlier kernels. When I tried to reconfigure the package this is what I got: https://pastebin.com/UscLfm1Q [20:58] The error says "gzip: stdout: No space left on device" at some point, but I've checked and I do have enough space on my drive [20:59] notnotdan: Using a separate /boot/ file-system? "df /boot/" should show [21:00] Oh, that is true, TJ-! I haven't realized that [21:00] s the way I got it partitioned [21:00] according to df I only have 16mb left on /boot [21:01] notnotdan: have you run "sudo apt autoremove" recently ? [21:01] Nope. Shall I give it a go? [21:01] I am only worried that it will get rid of an earlier kernel version and then I won't be able to boot at all [21:01] notnotdan: yes, it'll remove older versions of kernels and the associated initrd.img files [21:02] notnotdan: well, before you let it do it's work, check the list of kernel versions it says can be removed. You can always remove some sub-set of them manually too, but generally autoremove leaves most recent 2-3 kernel versions alone [21:03] hm, if i am reading the output of `--dry-run` it won't remove 4.10.0-40, so fingers crossed [21:04] notnotdan: right, and then "sudo apt-get -f install" should fix the failed initrd.img build now there's space [21:05] apt autoremove actually autoconfigured the image as well [21:06] im running ubuntu 16.04 and i recently broke my monitor so im using an hdmi to use a tv now.. i8m having problems with the screen [21:06] notnotdan: it did the clean-up itself, so you should be sorted now [21:07] just rebooted and all seems well. thanks, TJ-, you're a life saver :) [21:07] it looks like screen is too big for the tv? half of the tool bar on top and side are cut off [21:08] whitebeast: That sounds like the EDID from the TV isn't correct; use "xrandr -q" to check for other modes you could try. Other than that you may need to create custom modeline for the TV, which can be a pain to figure out [21:09] whitebeast: most TVs have scan settings in their TV control, like wide, 16:9 etc, one of those usually takes care of overscan [21:09] whitebeast: mention the exact TV model if you can't locate it in your remote control [21:13] thanks you guys [21:14] tj is there a spot you can point me to wherere i can learn about creating my own custom modeline [21:18] whitebeast: if it's needed the best bet is to first do a web-search for "modeline" and the TV make/model [21:19] whitebeast: Second, I once found that Linux would overscan but a Windows install was perfect, so I found a Windows application that reported the modeline it was using and simply copied that - it worked perfectly [21:23] I'm reading pdf book about ubuntu server, have already read 78 pages and understood nothing. only got what I knew. Is it normally? Seems reading useless... :( [21:23] so i added another hardrive to my computer and it had a couple thing on it so i just used gparted to format it to fat 32. but now its not regersing anywhere on [21:24] Nevertheless, I'm going to read it until end, there only 400 pages, it's on 2 - 4 days === sheshu is now known as strive [21:24] How to learn ubuntu I don't know... [21:25] Hey guys, i am wondering i have a VPS where i would love to host multiple domains with a simple way of adding all [21:25] I wouldn't loose time reading that much [21:25] Just practice [21:25] No better way to learn [21:25] What would you reccomand ? [21:26] I currently have a setup with php-fom and nginx virtual hosts [21:26] but i need to create new fpm socks pr user to make it "work" [21:26] and the www-data needs to be in the group who owns the /home/user/public_html/ to access it === gr33n7007h is now known as al2o3-cr [21:26] I thought it would be an easier way :P [21:27] Toffe: yes, both the fpm socket and static site files have to be somehow accessible to nginx. [21:27] mDfRg: other guys suggest differ, Who say read better good linux book, I think it won't lack anyway, and will continue reading bible of linux, it's about shell scripting, Also have read one chapter and... this book more useful [21:27] the question is only how. adding www-data to a user dedicated for the site is a sane solution. [21:28] to a group I mean. [21:28] Yeah currentliy i have nginx regexp the "request" (e.g. get $tld $domain $subdomain $request [21:28] and check for /home/$domain/public_html/$subdomain/$request [21:28] and serve it [21:28] there much is written about history, How was created this OS. much better read than gaide about ubuntu server [21:28] but are there .. some "finished" webhost service? [21:28] where i can webadmin it.. login, "add new user & url for that user" [21:29] Toffe: You might want to take a look at VirtualMin, it makes multiple domains easy, one user account per domain, serving out of $HOME/public_html/ and can use apache-suexec to run external processes as the domain user [21:29] Toffe: well that's one way to do it, but a saner thing is to have one server{} entry per site. also as individual files under sites-enabled.d [21:29] Neo3: if you have time... Still, it's easier to read AFTER you try some things, for better understanding [21:29] blackflow: yeah the thing i like about my setup is that it curerntly is dynamic [21:30] adduser then make public_html/www in home folder and i get www.username.com working [21:30] make public_html/test and test.username.com is working. [21:30] else it redirects to www.username.com [21:30] Can Virtualmin do that? [21:30] Toffe: you can google for "cPanel alternatives" and see what works on ubuntu. [21:31] Toffe: but that regex approach is... well... I'd really recommend you to just drop a file in sites-enabled with a server{} entry specific for it. [21:31] since you already have to su(do) for useradd, just drop a file there. [21:31] server_name ~^((?.*)\.|)(?.*?)\.(?[a-z]*)$; [21:31] its kinda epic.. hehe :P [21:31] mDfRg: yes, I imagined when I read if I know nothing I would get nothing. Just before reading I'd installed and customized VPS and solved many difficulties. even with this bag of knowledge I badly understand what about there written :( [21:32] Toffe: and waiting to blow up in your face :) [21:32] how? hackwise? [21:32] better learn it's something try customize and then seen answers on google [21:32] it is impossible to go backwards via some hacks :P [21:33] Neo3: Stackoverflow.com and irc for the rescue [21:33] it also checks for validated domain so you cant do a random user. if /home/username/domainAttached file does not excist it denies. [21:33] Toffe: convoluted and unnecessarily complex. but hey, your server :) [21:33] mDfRg: Just I read that more behalf improving English, and I know now four litters DKDP, have read about it. It's something important there ))) [21:33] yeah i would love to get it less complex and easy to just press a button, enter username, password, mysql, domain and "done" .. :P [21:34] and exists RAID as well [21:34] Toffe: write a simple shell script that does that. [21:34] it's really a very simple script that does it. [21:35] yeah i got that now. But yeah .. fpm stuff i dont like either. and the chmodding i have up now . it is really secure and denies users entry outside of /home/USER but .. as you say complex.. [21:36] I was trying to set up an OpenVPN server on a VPS and I think I broke my web server. Now I don't care about OpenVPN and just want to undo the damage [21:36] I followed this: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04 and edited /etc/ufw/before.rules to add the MASQUERADE, how do I undo that? I already removed the lines but no change [21:37] DPDK* [21:37] this thin for ubuntu server is very important? http://dpdk.org/ [21:43] i can't find a reference to it, how do i update the ip of 17.10? it doesn't use /etc/network/interfaces anymore does it [21:44] damian: it can. or it can use NetworkManager [21:45] networkmanager! that's the one. by default it uses networkmanager doesn't it [21:45] i've configured it on two systems before, but i can't find a system i've set up that uses 17.* haha [21:45] yes [21:45] thank you very much [21:45] should be the same on 16.04 [21:46] oh really [21:46] have a look at (ls) /etc/NetworkManager/system-connections/ [21:46] does NetworkManager push the changes to /etc/network/interfaces file? [21:46] no [21:46] its got its own configuration files [21:47] yeah didn't think so, that's how i was checking if i had set it up, just by checking that file and seeing if it held a static ip for eth0 [21:47] but all of my 16.04.x have config in ther [21:47] network interfaces configured in /etc/network/interfaces take precedence over configurations of NM [21:47] interesting [21:48] hrmph. this new system i just set up doesn't have /etc/NetworkManager .. and changes to /etc/network/interfaces don't seem to take effect [21:48] i'm not really into 17.10, maybe NetworkManager actually works differently there than 16.04 [21:48] people how do i setup a virtual machine in ubuntu, all my google searches show how to do it in windows, is there a spesific program i need to install in ubuntu? [21:48] welp, installing netowrk manager! now i have to remember ow to configure it, the online doco seems very lacking :\ [21:48] damian: nmtui is a text graphics frontent for NM, if it helps. [21:49] oh thanks! [21:49] damian: is this a desktop or a server? [21:49] server [21:49] How do I reset my iptables to the default the server started with? [21:49] okay then nmtui and nmcli is what you want to use [21:50] damian: -server is expected to use systemd-networkd, and it's configured via netplan [21:50] yeah i didn't konw they existed, when i last did this i just did an asstonne of trial an error until i found the right owrding in the cnfig [21:50] thanks heaps [21:50] acresearch: there are multiple options. is this a desktop or a server? [21:50] acresearch, you need to use a virtual software .. VirtualBox might be the easiest either on GUI or CLI, but you have kvm and things like that you can use as well iirc [21:51] tomreyn: desktop i want to try manjaro, so setup a VM on my ubuntu [21:51] damian: see the release notes: https://wiki.ubuntu.com/ArtfulAardvark/ReleaseNotes#Network_configuration [21:51] acresearch: right, virtualbox is the easiest option then [21:51] VirtualBox damian tomreyn is it propreitary? [21:52] ohhh, netplan is what i was wrestling with last time [21:52] acresearch: no. there are proprietary extnensions for it but they are optional [21:52] tomreyn: sudo apt install VirtualBox? [21:52] acresearch: lower case, virtualbox, but yes [21:53] tomreyn: thanks :-) [21:53] TJ-: thanks for correcting me there. [21:53] i wasnt aware netplan was a default now [21:53] tomreyn: didn't realise I had :D [21:54] tomreyn: takes getting used to, but makes sense. Netplan holds the initial config which can then be converted on the fly to create the correct config for whatever network management service is actually in use [21:55] it's also quite yound and could use more documentation. but i guess it had time to mature until 18.04 and that's all that matters to me. [21:55] *younG [21:57] tomreyn: right, it makes sense also for the various 'cloud' orchestration services, etc., to have to only write a netplan config and have the netplan package installed in the target to have it deploy correctly. Avoids maintaining 'plugins' for every possible networking service in the orchestration layer [21:57] totally, i'm sure it's a very welcome improvement for this use case. [21:59] tomreyn: I wish it'd been installed for 16.04 - I've been resisting trying to figure out the netplan config that would generate the 4xbonded+vlan systemd-networkd config on some of my servers :) [22:03] TJ-: hehe, is it complex then? i guess it may actually be easy, if you know what the available configuration options are? [22:04] but then... this is porobably the difficult part [22:04] tomreyn: I suspect it's easier to go backwards from the known working systemd-networkd config to netplan yaml :) [22:04] oh :-/ [22:04] but having the NP yaml means it's easy to auto-deploy with the regular tooling [22:05] okay, just this isn't exactly the experience you want the average user to make [22:05] I'm about to deploy Ubuntu MAAS (metal as a service) and so having NP configs ready would make bare-metal configuration significantly easier [22:05] writing in C by wirting in asm first. then converting to C [22:06] tomreyn: hey! I used to write in hex codes, don't knock it :) [22:07] i'm happy with most people's hobbies and preferences, including sado masochism. [22:08] okay, i guess that went slightly off-topic [22:08] that sounds like writing complex sed regular expressions actually, which I've been doing the last few days [22:09] 'congratulations'? [22:09] There's a really weird/bad bug in os-prober (which GRUB2 uses) that generates fake/phantom boot menu entries is there's a kernel command-line argument surrounded in double-quotes :) [22:10] so I'm reworking the responsible code, and the requirements are rather convoluted. Bug #1737604 [22:10] bug 1737604 in os-prober (Ubuntu) "30_os_prober: LINUXPROBED embedded spaces in kernel parameters generates false menuentry's" [Undecided,Confirmed] https://launchpad.net/bugs/1737604 [22:12] i purge os-prober on all systems [22:14] It's needed in this scenario, which is supposed to be a kernel testbed for yet another bug. Seem to be stuck in a recursive bug hunt currently. [22:26] I'm having a weird problem with 17.10 running on a Dell XPS 27. everytime I soft reboot, it never boots up all the way. It seems to stall at a very soft purple. then I hard reset the computer, the grub screen shows, I select "boot ubuntu" and it starts right up [22:48] howudodat: next time it stalls at the soft purple screen, try pressing escape, or if this doesn nothing, ctrl-alt-f1, and see whether you can see what is failing or where it's failing. there are also system logs at /var/log/syslog which may provide hints on what may be going wrong. [22:49] howudodat: such issues are usually system firmware bugs, you could also try upgrading the system firmware (UEFI / BIOS). [22:59] tomreyn: escape doesn't do anything, ctrl-alt-f1 (or any others) to get to a terminal screen does nothing. I'll check syslog the next time it happens [23:03] Is this the right place to ask about selecting an image for KVM virtualization? [23:03] !sysrq | howudodat [23:03] howudodat: In an emergency, you may be able to shutdown cleanly and reboot by holding down Alt+PrintScreen and typing slowly, in succession, R, E, I, S, U and B. For an explanation, see http://en.wikipedia.org/wiki/Magic_SysRq_key [23:03] one way to find out [23:05] I'm having trouble identifying the best image to use as a base for spinning up a KVM-based guest on a home server, I'm hoping someone can point me in the right direction. I want a Xenial image that doesn't require hardware virtualization. [23:06] I downloaded an amd64 cloud image, but I'm not sure if this is the right thing. I don't plan to use cloudinit. === imadz714 is now known as imadz713 [23:18] ok, not sure what I did :( but it's booting more reliably, now I am trying to figure out why I cant get the native screen resolution to work (2560x1440), it's coming up in 1920x1080. This is my 2nd one of these machines. the first one I purchased a year ago and installed gnome-ubuntu 16.04 on and it picked up the video and resolution just fine. This one I just got, and decided to go straight to 17.10, it wont pick up the resolution [23:18] !kvm [23:18] kvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM === PTNapivoski_ is now known as PTNapivoski [23:21] howudodat: graphic's driver ? what shows ' sudo lshw -C display ' ? [23:22] Hello. i just installed the lastest release of ubuntu and compared the cpu fan speed of ubuntu with windows 10 it's way louder being the temperatyre of 33ºC [23:24] Bashing-om: there are 2 displays listed GeForce GT 750M and Intel Integrated, GeForce is using nouvau driver and intel is using i915. (This is a dell xps 2720 all in one) [23:26] howudodat: Well, drivers are loaded - so much for that thought . Same issue present in the Xorg session of 17.10 ? [23:26] Hi, in ubuntu + kde I'm changing now "mouse wheel scrolls by" in settings / input devices / mouse and... it has no effect. Where should I look at? [23:27] Bashing-om, not sure how to test that. [23:27] howudodat: Be aware that nvidia has problems currently on wayland with optimus graphic's sets . [23:28] yeah, I tried the nvidia and then purged it all out [23:29] howudodat: All I can suggest at this time is to boot the Xorg session and see . [23:30] Bashing-om: how can I switch back to x? [23:31] nevermind I think I remembered where it's at...gdm conf [23:32] howudodat: At the login box, the icon should give a drop down as to what session to start . [23:35] mosi: the standard ubuntu server or desktop installation should be fine === wetterfu2hs is now known as wetterfuchs [23:57] I just installed Ubuntu 17.10 and ive noticed there's this really annoying issue where the mouse sort of lags when going over icons [23:58] but only when you go over it fast [23:58] if i slowly move my mouse over its nice and smooth, but if i swing my mouse over it sort of pops instantly over [23:58] Has anyone else had this issue?