[00:09] devster31: maybe pipe it to `cat`? [00:14] devster31: if you just want stdout printed to the screen then why use the pipe at all? [00:14] devster31: i suspect that i'm not understanding what you're trying to do [00:16] lighttpd accepts a binary as access.log, I wanted to print to stdout [00:18] and for some reason using 'STDOUT' gives me a permission error [00:23] I done messed up the install of ubuntu-restricted-extras :/ .... I didn't notice the MS TTF core fonts download agreement window hiding behind the terminal window until after I closed the terminal window, so it never downloaded. Now I can't get it to install because sudo apt install ubuntu-restricted-extras is convinced I've already run the installer and so it won't let me run it again. [00:23] my version of neovim that I got off of the apt repository seems to issue the following message when running with either powerline or floobits: "You need vim compiled with Python 2.6, 2.7 or 3.2 and later support for Powerline to work" Is there a way for me to find an already compiled version of neovim to get rid of this message or will I have to learn how to compile neovim using python? [00:25] devster31, "utility that accepts text from a pipe and echoes that same text" is "buffer". But maybe "tee" is what you are looking for? [00:26] blackdalek: sudo apt install --reinstall ubuntu-restricted-extras , might help! [00:27] sary, yes... I just realised that 2 seconds after sending my question lol [00:28] :) === jstein_ is now known as jstein [00:28] forgot there was a --reinstall option [00:34] Does anyone know why in Xchat-GNOME, Nickserv always says "Invalid password for BlackDalek" then 2 seconds later says "You are now identified for BlackDalek. 2 failed logins since last login. Last failed attempt from:..." ? It is just enough that it throws me into #ubuntu-unregged every time I connect and I always have to switch channels. A bit annoying... [00:35] Hmm anybody have a clue? -rw-rw---- 1 vmail vmail 13874 Jul 21 22:25 rose ... rose is member of group vmail but in syslog: user rose. destination /var/mail/rose is not owned by recipient) Any ideas? [00:36] Is Xchat sending the login information to Nickserv too late and is there any way to speed it up so it doesn't get caught by the IRC server and throw me to #ubuntu-unregged every time? [00:37] blackdalek: does xchat have sasl built-in support , or a script .. maybe you want to auth with sasl i never have issue with it using irssi. [00:37] look at the xchat docs for that , and maybe it's there in freenode's website too. [00:39] blackdalek: here you go https://freenode.net/kb/answer/sasl , xchat is missing from the list! [00:40] sary, which IRC client do you use? [00:40] blackdalek: irssi . [01:34] if I like the vim key-binding and the way tmux plays with powerline, but have used terminator exclusively up until now, and I feel like using both is a bit redundant, I was wondering if anyone might have any recommendations [02:16] Can someone that knows what they're doing take a quick look at this bash script and verify it looks ok? I'm not sure about line 7, particularly how I escaped the closing bracket (the group of characters to replace in within a pair of brackets, but I also want to replace any brackets in the filenames). Also, this will have no affect on the files on the source drive, correct? [02:16] https://pastebin.com/vsMiuBjj [02:19] boblamont: probably better to ask in #bash [02:20] Ben64: will do, thanks (I didn't realize #bash existed!) === r0Oter is now known as r00ter [02:47] I had asked about mutt here and alternatives and got a link to this: https://lists.debian.org/debian-user/2004/08/msg00564.html . I never got aroudn to asking what the motivation behind the link was [03:16] im in a vm, and expanded the disk but my / is still same size. how can i resize while booted? [03:17] do i have to boot a livecd in the vm and expand with gparted? id rather not shut down [03:17] azizLIGHT, not. [03:17] one does not expand partitions of a running system [03:18] so you resized the vm, not the / partition. [03:19] yea [03:19] i have unallocated space in the disk that i want to give to the / partition [03:20] well, you can edit partitions with a mouse in gparted. but not on a running vm. [03:20] oh well [03:23] are you sure of that, i sort of remember that i was able to expand the filesystem on a raspberry pi using their raspi-config utility [03:23] while running [03:23] azizLIGHT, totally different [03:25] no, i am not sure, go try it :-D lolz [03:25] man o man [03:25] how is it different kk4ewt [03:26] hello all. [03:27] WetVacAbortion: this isn't a chatting channel, do you have a question? [03:28] i'm trying to figure this whole thing out, idk where i fit in lol sorry i'll leave === the_ant1 is now known as the_ant [05:05] if I started the deluged daemon and deluge-web, what is the proper way to stop these things running cleanly? [05:06] Is there a good way to stop login unless a certain usb drive is attached? [05:42] I tried adding the deluged daemon in the Ubuntu Startup Applications preferences, but it did not work/start. Are daemons not permitted to be entered into the Startup Applicatons? [05:49] no much activity in here. Everyone asleep now? [05:53] [05:53] [05:53] [05:53] [05:53] [05:53] [05:54] [05:54] [05:54] /nick blackdalek___ // [05:54] oops.. hand on spacebar.. sorry :( === BlackDalek is now known as blackdalek___ === blackdalek___ is now known as BlackDalek [06:07] I tried adding the deluged daemon in the Ubuntu Startup Applications preferences, but it did not work/start. Are daemons not permitted to be entered into the Startup Applicatons? [06:10] BlackDalek, indeed, you followed this guide, and enabled the service on startup with systemd > udo systemctl enable /etc/systemd/system/deluged.servicesudo systemctl start deluged [06:10] so it is running already, sudo systemctl status deluged [06:13] oerheks, true... but I think I messed something up because I was getting lots of errors and my 17.04 install made matters worse and I could not figure out how to fix it so reinstalled 16.04 and deluge... now I was investigating if there were alternative methods to make the deluged daemon start on bootup. [06:14] But if there isn't I'll try running with systemd again, but first I need to do more research so I don't muck it up again [06:14] 16.04 works with systemd also [06:16] Another major problem I had after following the online guide for setting it up with systemd was that I could not figure out how to migrate my torrent files and states info to where the daemon expected them to be... :( [06:18] BlackDalek: you sure it didn't just fork itself into the background [06:18] ps ax | grep deluge [06:19] So currently I don't have anything set up to start automatically at boot up. I have my torrent files & states back under ~/Downloads and ~/.config/deluge and I need to open a terminal and start the deluged daemon and deluge-web manually. [06:20] http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd [06:21] sary +1 that is the manual he used/should use again, or the same story here .. http://www.havetheknowhow.com/Install-the-software/Install-Deluge-Headless.html [06:22] jerichowasahoax, I'm not even sure what that means, but I typed it anyway and it outputted two lines with (probably) useful information. I however am none the wiser as to it's meaning. [06:23] oerheks: right ,we should follow the official docs! [06:24] Sary, yes.. that's the guide I tried earlier. But I think that guide is maybe expecting the user to not have already installed and ran the full client first. That's why all my torrents are in ~/Downloads and ~/config/deluge... and the daemon can't find them [06:26] Except if I just install deluged and deluge-web with apt and DO NOT follow any steps in the guide. THEN I can start them both from terminal and it can find my torrent files/settings without issue... it is only after following the guide that it gets lost and can't find anyting [06:26] there is a guide to move the torrents, not to add them again.. [06:26] oerheks, there is? I couldn't find one :/ [06:29] in deluge itself> menu > torrent > move storage [06:31] oerheks, oh ok. Also... just now reading that guide at www.havetheknowhow... had not seen that before. It seems to have additional info not present in the other guide. [06:36] BlackDalek: sorry, for some reason I didn't hear my irc client ding [06:36] BlackDalek: that command listed all process running in your computer with "deluge" somewhere in their command line (including, frequently, the "grep" command itself) [06:37] BlackDalek: two lines of output, for this particular usage of that command, mean deluge is definitely running as of now === nocaberi is now known as Bock [07:16] somewhere in my vm installation I manually chose to not install the boot loader...I was expecting that it would setup the MBR automatically...but didn't [07:17] now while booting the virtual machine...it says no bootable medium found... [07:17] how can I fix this...? [07:35] deostroll, reinstall would be an option [07:35] if you had started it right away, you would be done by now [07:37] okay during reinstall, how to not install grub [07:38] grub = bootloader ... [07:39] I just want to bypass the grub when the os boots [07:39] directly boot my operating system [07:40] that is what normally happens, you won't see the grub menu, unless you hold shift or esc on boot. [07:41] you will need grub, else you cannot have 2 kernels, 1 for recovery and 1 current [07:41] on a virtual machine I guess that is okay [07:42] i just told you it is not oke, but go ahead, find out [08:07] I'm looking to organize my machine [08:07] i.e RSS feeds, emails, stored passwords [08:07] whilst also attempting to be as secures as i can be [08:07] mostly automating things as well, what things can i do? === Jochen_wvdT is now known as Schlawiner [08:11] Cobrax: i'm not really sure what your question is [08:14] Whenever I am creating folder with the name "tmp_depth_files" Files closes down. I don't know why. [08:15] Cobrax: if it's recommendation via word association, rss -> tt-rss, email -> gmail or fastmail, passwords -> keepass, backups -> duplicity [08:16] glachas: creating a folder where and what do you mean by "Files closes down"? what desktop? [08:16] elky: sorry, In some directory which is in home directory [08:17] elky, is it safe to intergrate keepass into the browser via addon on firefox [08:18] elky: Files launcher closes down [08:18] Cobrax: i haven't done so, i don't know about the security implications but i would be skeptical [08:18] elky, understood [08:19] glachas: so like dolphin or nautilus? [08:19] elky: nautilus [08:19] https://boards.4chan.org/g/thread/61497391 [08:19] please fill out the form for default software for ubuntu 18.04 lts [08:20] glachas: and this happened once or many times? [08:21] elky: but I am able to create folder with the same name in any directory. [08:21] I tried many times' [08:23] Cobrax: i don't feel comfortable with you linking that, it's quite rude [08:23] why [08:23] its a chain of directory: home->dir1->dir2->dir3->dir4->"not able to create here" but other than this folder can be created [08:25] elky, i do not respect trigger warnings [08:25] Cobrax, not such a nice post, "UBUNTU 18.04 DEFAULT APP SERVEY IS HERE, F******" ... so i won't fill your silly survey [08:25] Cobrax, better spread this one > http://www.omgubuntu.co.uk/2017/07/ubuntu-wants-know-apps-think-default-survey [08:25] oh [08:26] they need to get ssl [08:26] its annoying =P [08:26] Cobrax: yeah apparently calling people homophobic slurs makes them not want to help you [08:26] funny that [08:26] it isn't my post [08:32] Cobrax: we'd prefer if you exercise some discretion with the links you post in here anyway [08:33] we? [08:40] howzit all, i got maybe a silly question about reseting mysql-server-5.7. When i do it i get told i need to --force and that just [08:40] tells me the same :( [08:40] its most vexing [08:42] is there just something i am not getting ? [08:42] sudo dpkg-reconfigure mysql-server-5.7 --force [08:42] Checking if update is needed. [08:42] This installation of MySQL is already upgraded to 5.7.19, use --force if you still need to run mysql_upgrade [08:42] all i want todo is reset root password [08:49] maja, on what ubuntu version? [08:50] for 16.04 and up > https://coderwall.com/p/j9btlg/reset-the-mysql-5-7-root-password-in-ubuntu-16-04-lts [08:50] * Note that if you are using mysql-server-5.7 you can not use the easier dpkg-reconfigure method [08:50] oerheks: 17 [08:51] this has been recently changed [08:51] oke, then follow that guide [08:51] oerheks: thanks :) [08:52] oerheks: i have been trying so many ways to reconfigure it but dpkg just don't want to [08:52] correct, that is the old method. [08:53] oerheks: super sweet thanks ! [08:54] maja have fun! [08:55] hum mysql-workbench is not working... fuck it restart [08:58] Anytime between 5 minutes - 24 hours after running my PC suddenly locks up with a corrupted screen ... it doesn't matter what I do while it happens (it happened in a game, while surfing or even while being idle) ... could it be a bad sector in my GPU chip? [08:59] IhrFussel, there's no "sectors" in the GPU :) [09:00] try running a stress test on the GPU and on the CPU (separately) [09:01] Onepamopa, can you recommend me a tool for Ubuntu? [09:01] google [09:11] http://imgur.com/a/je6GK 4k [09:12] new kernel [09:18] strange i dont have more option in Ubuntu setting http://imgur.com/a/1ozaz [09:18] what could be isue and how to solve ? [09:24] hi, I have a Netty based Java TCP server [09:24] sonu_nk, reinstall ubuntu-desktop, seen that before https://askubuntu.com/questions/466720/system-settings-icons-missing-in-14-04 [09:24] I will create a GWT based web interface for admin (to change tcp port etc.) and users (to view incoming messages) [09:24] so the TCP server will run in a servlet on Tomcat (or maybe I will use embedded Jetty, not decided yet) [09:25] the web browser will run in kiosk mode, thus I need to make available on web interface to change network settings (DHCP / static) and configure NTP server [09:25] AggregatedExcept, what is Netty based Java TCP server ? [09:25] not ubuntu server, is it? [09:25] what is the best approach to solve this, can somebody give me some advice? [09:25] Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers [09:26] AggregatedExcept, ah oke, never heard of it before. [09:26] What have you done? [09:27] what is your question? [09:28] how can edit system files (like ntp.conf) from a java servlet? [09:29] it needs root access to edit the file [09:29] Well, you use Java i/o interface to do that and yes it needs root access [09:29] but servlet is running by tomcat user [09:29] give tomcat user permission to edit that file [09:29] I think that's possible with sudo [09:32] warri0rr: thanks, i will try it and come back if the problem will be more exact [09:47] following this wikipage to bridging network with a wireless nic .. as far as i understand that i need to know every machines' IP and MAC. is there any other way to bridging the two [09:47] interfaces automattically? === rax-Y is now known as rax- [09:53] Hi! I have a problem with Evolution/gnome-keyring-daemon on 17.04 [09:54] I have unlocked the keyring through seahorse, but Evolution still can't access the secret's storage [09:55] how do I debug this? [09:58] oh, seems GOA is down too [10:19] apt -h doesn't show much.. how do i know if package with given name exists without installing it? [10:19] rud0lf› apt search something [10:19] iircd [10:19] *iirc [10:20] thanks [10:20] yw [10:59] Hmm anybody have a clue? -rw-rw---- 1 vmail vmail 13874 Jul 21 22:25 rose ... rose is member of group vmail but in syslog: user rose. destination /var/mail/rose is not owned by recipient) Any ideas? [11:00] I'm trying to "fix" gnome-shell to display nicely on HiDPI, but nothing seems to have a perfect fit (used tweak tool and xrandr to change scale). Under unity it worked better, am I missing something? Are there any good, known, working solutions out there? [11:09] toothfairy_: but rose is not an *owner* of that file [11:09] so the message is correct :-) [11:15] hey, n00b question: what's the significant difference between r and x permissions? theoretically couldn't a user with r (and without x) permissions read the contents of some file...then write it in his own ownership where he then could execute it? === KindTwo is now known as KindOne [11:16] maze88, basicly yes, reading allows copying [11:17] so there must be a deeper more important reason beyond that, for having seperate permissions for r and x... [11:18] maze88, one reason I can think of is that an executable can be set to run as the owning user [11:18] * maze88 gets all philosophical when learning computers. [11:18] r and x and w [11:18] ie root [11:18] whereas your copy is owned by you [11:18] l1Ll1Ll1L: i see where you're going here... for instance with the file passwd [11:20] well maze88 I was thinking along the lines of a program that could do damage if run as root, but not if run as a normal user [11:27] whenever I use a bitmap font on my gnome-terminal [11:27] and the font I use is small [11:27] the font gets really blurry [11:27] and without anti-aliasing it looks really weird being bold in some places and not in others === joe75_ is now known as joe75 [11:35] hi guys quick question [11:35] my graphics work fine however [11:35] when i plug in hdmi im left with a trailing mouse [11:36] i've tried installing nvidia-375 364 and a range of others but none work [11:36] MrCrackPotBuilde: i would plug in hdmi while the pc is off [11:36] MrCrackPotBuilde: and the tv both [11:38] tried [11:38] i even tried the two different hdmi ports one is standard size the other mini [11:39] when i plug in my usb monitor the same thing happens [11:39] after unplugging everything the dodgy mouse continues [11:40] MrCrackPotBuilde: i would try a different desktop environment [11:40] any suggestions [11:40] its for a media server [11:40] MrCrackPotBuilde: i would try it with something simple like windowmaker [11:40] currently im using unity [11:41] MrCrackPotBuilde: hey you can just try to boot into standard gnome, without unity [11:41] media centre sorry not server [11:41] how do i do that [11:41] MrCrackPotBuilde: one factor to consider is if your computer also has/uses integrated graphics (like my laptop: intel hd620 + geforce940mx). [11:41] MrCrackPotBuilde: you should log out and shoose standart gnome to log in with [11:41] ok let me try that if im back in two mins it didnt work hahah [11:41] MrCrackPotBuilde: ok good luck! [11:42] and in advance thanks for your help [11:42] MrCrackPotBuilde: within my quests to configure mine to work well, one thing that was worth trying was actually using older drivers. though your case is only similar to mine, the approach may help...trying version 340 or 346. [12:03] Hi , after i go to vpn my browsing stops but ip based websites still work. how to fix that === jstein_ is now known as jstein [12:13] hello, i have a ubuntu 16.04.02 Server and ubuntu 16.04.02 clients. I want to set up a iptables firewall on the server and rout all traffic from the client through the server firewall to the internet. Does someone have an advice hoew to do that in a proper way? [12:16] Can someone help me with port opening? After several hours on google im cranky xD [12:18] @superola in the local network or with a router to the internet? [12:20] hi [12:20] hello. I have windows and xubuntu installed in dual boot mode. I'd like to reinstall windows, but I've been told that the boot will be messed up. [12:20] i am using 16.10 64bit and want to install a very old version of firefox 32bit browser. i downloaded firefox 3 standalone and when i try to run it, it says ./firefox-bin: error while loading shared libraries: libXft.so.2: cannot open shared object file: No such file or directory [12:20] is there some way to fix it ? [12:20] Exterminador, sure, windows overwrites the bootsector, but no worry, you can easily reinstall grub after that [12:20] hi [12:21] !grub [12:21] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [12:21] oe1skw ehm, dedicated machine xD [12:22] suoerla which port is it? you want to acces a port on your machine from your machine [12:22] oerheks: thanks! I'll take a look into that. [12:22] octanium 8125 [12:22] oe1skw ** [12:24] superola what does sudo netstat -tulpen | grep "8125" ? [12:24] should i type that ? [12:25] in a terminal [12:26] https://pastebin.com/ts81DfuY [12:28] hi [12:31] oerheks: I guess that's default to xubuntu 16.04.2 too, right? [12:32] oe1skw suggestions ? [12:33] Just looking at these two guides for achieving the same thing... the deluged.service scripts for each guide is different. Which is better script to use and what's the difference? (assume I can't read scripting language :P). Here - http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd and here - http://www.havetheknowhow.com/Install-the-software/Install-Deluge-Headless.html [12:33] superola re after net problems because of mobile internet what is the netstat output [12:34] https://pastebin.com/ts81DfuY i put it in here =) [12:34] so the service is started [12:35] yes [12:35] i think so xD [12:35] btw, how can I debug why my laptop takes so much to boot into xubuntu? [12:36] i don't know the programm, is this an application in the browser? [12:36] its a plugin in the game minecraft, that needs to open a port to be able to send texturepacks to the players [12:37] so suggestions for that [12:37] is minecraft running? is ip tables installed? [12:37] or ufw firewall=? [12:37] ufw [12:37] both i think xD [12:37] lol [12:37] try in terminal sudo ufw disable [12:38] can i run minecraft in ubuntu [12:38] be back in a few minutes [12:38] without wine [12:38] yees you can [12:38] okey, rebooting now oe1skw [12:41] lol think it locked me out [12:43] Exterminador: check dmesg.. it shows timestamp and what it does at boot [12:44] warri0rr: okay, I'll take a look at it after update windows.. that's too damn sloww.. [12:44] lol oe1skw ehm, i cant access the server now xD [12:45] that's why I've changed to Xubuntu, but my wife don't like it much, hence the dual boot [12:46] btw, who can remember me the command of smartmontools to check the disk health? [12:47] I just -a to print all [12:47] or try -h for list [12:47] Exterminador: smartmontools --help or man smartmontools [12:47] FManTropyx, leftyfb: thanks [12:48] s.m.a.r.t. is part of disks ( gparted) too [12:53] since I select Ubuntu on the boot screen (?), it takes 2min until appears the screen prompting for the password. isn't that a bit much? (note: laptop is Acer Aspire @ dual core CPU at 2.10Ghz, 800Mhz FSB @ model T4300, 4Gb ram, probably from 2009/10) [12:54] s/model/CPU model [12:56] superola back [12:56] hi :D [12:56] does it work without ufw? [12:56] ehm im lockedout [12:56] disabling ufw was lockout lol [12:57] so i cant access it anymore xD [12:57] without ufw? [12:57] mhm [12:57] with disabled ufw it should be all acceibe [12:57] is iptables also a firewall? [12:58] ufw is a frontend for iptables [12:58] output of dmesg: https://paste.ubuntu.com/25146204/ [12:58] so you can modify iptables with ufw [12:58] ehm [13:00] Exterminador, line #938 ath9k 0000:04:00.0 wlp4s0: renamed from wlan0 .. [13:00] did you manually use wlan0? as 16.04 should use the new interface naming wlp4s0 [13:01] oerheks: i think i didnt [13:01] output of smartctl -a /dev/sda: https://paste.ubuntu.com/25146219/ [13:02] then it is just that ath9 wifi device that needs long authentication [13:02] on wired you would not have to wait that long. [13:03] oerheks: any way to check that to help speed up? [13:03] or not really? [13:03] i think my hdd is getting old.. :x [13:04] Nope, i don't know how to speed that up [13:04] well, 2min isn't that long [13:04] well, t4300 is not the latest technology, no vt-x and such ... [13:04] maybe that is of influence too [13:04] what do you think about the smartctl output? [13:05] yeah, its about 8-9 years old [13:07] hello, i'm trying to launch a programi via xinit, without window manager. Technically it should run without superuser powers but I get the error: *Cannot open virtual console 2 (permission denied).* [13:08] Exterminador, smart is not that bad, maybe a simple ssd can speed up that machine to usable. [13:09] yeah, i was thinking in one [13:09] maybe for Xmas [13:16] warri0rr: You will need to provide a lot more information than that. Here comes a deludge of things that you might want to boil down into a short description of your problem: What is your environment? How are you accessing it? What are you trying to do? It is a permission problem; have you tried it as root? If so, have you looked it as root? [13:16] I found out it's a ubuntu bug [13:16] already found out a workaround [13:17] hi all.. i'm getting blackscreen after boot... only the recovery mode works.. any sugestions about how to resolv this? [13:17] chr0n1c: try an older kernel [13:18] grub > advanced > choose an older kernel [13:18] i tryed this.. no success [13:18] i installed new one to.. but no success either [13:18] chr0n1c: how did the problem start? [13:18] just like magic... onde day i boot.. and this happen =) [13:19] swarfega, did you happen to be a member of rune-server in the past? [13:20] chr0n1c: do you have autologin enabled? [13:20] Ups. wrong chat [13:20] I'm an idiot [13:20] EriC^^, nop.. [13:21] chr0n1c: look at /var/log/syslog and /var/log/boot and /var/log/lightdm/* [13:21] chr0n1c: first in grub remove "quiet splash" and see what you get [13:24] how to update to Xubuntu 17.04 via command line? any advise against? :x [13:27] how do I check for / fix errors on an SD card ? [13:28] some files on it are garbled, and when I try to copy them over to my harddisk I get errors like i/o error, or no such file or directory... [13:28] Exterminador: do-release-upgrade if I remember correctly. [13:28] tim167: with it not mounted, sudo fsck -f /dev/sdxY [13:29] Exterminador: are you on 16.10? [13:29] EriC^^, thanks I'll try that [13:29] EriC^^: 16.04.2 LTS [13:30] tim167: no problem [13:31] Exterminador: it's up to you [13:31] you'll need to update to 17.10 once that comes out, then 18.04 [13:32] EriC^^, it asks me many times to either "Delete LFN" or "Leave it as it is"...etc, is there a way to run it non-interactive? [13:33] tim167: Add -a or -y to the command (See: fsck --help) [13:33] here's the deal. im pretending to reinstall windows 10 from pro to home edition. and perhaps reinstall xubuntu also. but i'd like to save all the files, symlinks(?) of the current xubuntu and then just recover it. is that possible? and what do i need in order to install more than 2 OSes? make 2nd partition as logical insted primary? [13:34] ahrs, ok, thanks [13:34] s/insted/instead [13:35] Exterminador: you want to install windows without wiping your current xubuntu install? [13:35] ahrs, although "assume yes to all questions" is ambiguous, because many questions are choices between more than two options [13:35] Hiyas all [13:36] ahrs, or does "yes" imply the 1st option on everything? [13:36] EriC^^: yes. but afaik, i cant install more than 2 OS's, because the partition where Xubuntu lives is set also as primary. am I correct? [13:37] and it can't be changed to logical on runtime [13:38] Exterminador, even with a bios you can still have 4 primaries [13:39] windows needs only one [13:40] fsck seems to hang indefinitely at "Truncating file to 184188928 bytes." , how do I get it to continue? [13:40] tim167: "Yes" means "yes" to everything. It will automatically repair the file system. [13:40] ahrs, I tried the -p option now, which looks like it also should repair automatically, but it hangs, (see my previous mssg) [13:41] erm.. how do i start GParted in english language? (default languge is portuguese) [13:41] sudo gparted [13:41] er...gksudo gparted [13:41] ahrs, just interrupted it, and tried with -y instead of -p, still hangs at the same place, "Truncating file to 184188928 bytes." [13:43] I am looking for something similar to http://www.sketchup.com/ for ubuntu. Anyone know of something I can use? I saw tuts to install Sketchup in ubuntu but I have to use Wine or something and I would rather use something from the repos if it exists [13:43] nope, still starts in portuguese :x [13:43] tim167: Hmm, no idea why it would do that. Can't help you sorry. Maybe try another tool like gparted and see if it can repair the file system? [13:44] Is your whole system in portuguese or just gparted? thats kind fo a funny problem [13:44] ahrs, will do, thanks [13:44] MWM: the whole system [13:45] Exterminador: then change the language [13:45] and you just want gparted to start in English but not change the whole system? [13:45] MWM: correct [13:46] i know it's possible but dont remember the exact command [13:46] Oh! Well that is different than I thought. I dont know how to do that. if I find something I will let you know [13:48] https://makandracards.com/makandra/28205-linux-running-a-program-with-a-different-locale-than-your-default maybe this will help? [13:49] is there a Sketchup equivalent for ubuntu? [13:50] oerheks, you still around. I got back from work and tried setting up the deluged daemon again. I've got as far as creating the deluged.service and deluge-web.service, and they have been enabled and started with systemctl start. Now I'm stuck again trying to figure out how to get my torrents to show up again in the web UI. I've entered the torrent download location in the preferences, but there is nowhere to tell it [13:50] Nm found one. Thanks [13:50] the location of the torrent states. Can you help? [13:51] There is nothing in the deluged setup guide I can find :( I must not be looking in the right place. [13:53] The good news is I am not getting any errors this time [13:56] this is how my partitions look in GParted https://usercontent.irccloud-cdn.com/file/hZChttE9/partitions.png [13:58] ioria: please do you know to resolve this dependency: http://paste.ubuntu.com/25146477/ I was trying to install DeepForge. Thanks in advance [14:00] when i tell GParted to create a new partition: https://usercontent.irccloud-cdn.com/file/7kdmW2Rr/gparted_error.png [14:03] Can anyone tell me how to get my torrent states back so that deluged daemon can "see" them? Currently it thinks I have no torrents because it can't find my torrent states (stored at ~/.config/deluge )... How do I let deluged find the torrent state info? [14:05] WHAT EVEN [14:06] I concur [14:18] is there anyone around who knows their way around the deluged daemon? [14:21] ioria: no need aptitude did the trick, Thanks [14:22] BlackDalek: I'm assuming you're using Deluge for torrents, maybe worth asking in #deluge on freenode, that looks like their official support channel [14:24] DJones, been in an out of there all day - no activity. I think everyone died in there. ;) [15:10] I am running one Python command via bash and that returns me a bunch of integer values. I want to pipe the retrieved output to match against a file (via grep). I believe something like tee should help but I am not sure how can I leverage. Any pointers would be really helpful! [15:11] something like $ python script.py | tee >(grep $stdout) [15:11] something like $ python script.py | tee >(grep $stdout) [15:12] why do I have 406 processes? [15:14] ConsoleFX: what is the reason for the 'tee'? If script.py produces the integer values that you want to match against a set of patterns in a file named patterns.txt, you can use: [15:14] python script.py | grep -f patterns.txt [15:14] linux-phaedrus, I want to match the return (int) values against a file on the fly rather than doing the same via python once again [15:15] so are the patterns in the file - meaning you want to FILTER the list of integers against the list of patterns? [15:15] linux-phaedrus, -f is for filename right? Would it take stdout of the script? [15:16] ConsoleFx: try it [15:16] grep reads from stdout of previous command in pipeline (grep reads from stdIN) by default [15:16] After following this guide - http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd - I now have a new user on the system called "deluge" with access to /var/lib/deluge. I need to copy the files from ~/.config/deluge to /var/lib/deluge/.config/deluge BUT my user has no access to that folder - permision denied if I try to view it or anything. How do I fix this? [15:17] unfortunately its not working [15:17] ConsoleFx: the -f is the patterns that you're looking for in the output [15:17] I trired something like: python final.py | grep -Pi "^\d+" -o | grep -f match_here.rules [15:17] you specify those in a file [15:18] tgm4883, yeah surely I could do that, But I am curious to know this trick on how to do it on the fly via stdout and re-directing the value to grep [15:19] I have seen people using these kinda tricks. thus this curiosity [15:19] ConsoleFX: that way of piping SHOULD work. Depends on what final.py produces and what match_here.rules contains [15:20] ConsoleFx: so final.py spits out stuff, you then filter for digits, then filter those digits on something from match_here.rules [15:20] linux-phaedrus, the script returns a bunch of strings but I am filtering it to print only the starting digits and those digits I want to against another file [15:21] Hope I could pass on my doubt clearly :s [15:21] ConsoleFX: So that pipeline should work if your match_here.rules is correct [15:21] I don't understand what you're trying to do [15:21] Why the second grep? [15:22] tgm4883, first grep is to extract the digits from the first line (generated from the python script) and secondly, those extracted values I want to match against match_here.rules (in second grep) [15:23] ConsoleFx: ok, that makes sense. And you want to use something "on the fly" rather than the rules file? [15:24] tgm4883, on the fly -> basically my stdout integer values (extracted from first grep) [15:25] Maybe it's too early, I still am not sure I understand [15:25] ConsoleFX: No way to tell what you will get without seeing content of match_here.rules [15:27] linux-phaedrus, I want to match against match_here.rules as that would double-confirm me, if the (which script extracted) values from another file (e.g. python read_1.txt) are correct. [15:28] Probably I am missing some link to explain my situation :( [15:29] ComnsoleFX: provide a couple of examples of lines produced by final.py that you DO want to appear in th eoutput and a couple of lines that you do NOT want to appear [15:31] linux-phaedrus, sure. makes sense.. Let me paste somewhere the script output. I feel that would clear the ambiguities [15:32] i just had the weirdest thing happen. i'm working on a project in an intellij ide (gogland). i cloned a repo into my working directory, dragged all of the files in my working directory into the cloned repo, and boom everything is gone from my file system [15:32] the files have gotta be somewhere right? [15:32] how can i find them [15:34] max3: What exactly did you do? [15:35] i did exactly what i described. dragged files using the ide ui [15:36] this in principle should have just moved the files from my working directory into the directory of the cloned repo [15:36] max3: I would use the find or locate command to look for files you know should have been part of that clone. [15:36] i tried that [15:37] erm.. what's the command to create a bootable usb? :x [15:37] linux-phaedrus, something like this should explain the problem clearly: http://dpaste.com/05WPQ2M [15:37] leftyfb, from / find . -name doesn't show anything [15:37] max3: try locate (after updatedb) [15:37] max3: if they're gone, then blame the ide you're using. [15:37] updatedb: can not open a temporary file for `/var/lib/mlocate/mlocate.db' [15:38] that's great but the data has to be somewhere [15:38] max3: sudo updatedb [15:38] ConsoleFX: You can try the following: [15:38] max3, try with sudo [15:38] locate doesn't find the files either [15:38] max3: if there is a bug with your IDE and it wiped them out, then no, the data could verywell be gone [15:39] unbelievable [15:39] python script.py | grep "^\d+" -o | tee test.txt | fgrep -x '^\d+$' [15:39] max3, $sudo find / -type f -name "yourfile_name.xyz" [15:40] ConsoleFx, i even without the -f qualifier it doesn't find [15:40] ConsoleFX: the first grep is what you already had. The tee saves output to text.txt (so you can look at how the first grep worked). [15:40] (yes with sudo) [15:40] ConsoleFX: the second grep matches with a constrained regex (line regex that matches only lines containing ONLY a number) [15:42] ConsoleFX: You do not NEED th etee part - that is just there to save the output of the first grep in a file to study / confirm [15:42] ConsoleFX: Alternately, you can try: python script.py | grep "^\d+" -o | grep -x '^\d+$' [15:43] don't: locate "filename.txt" i.e works? [15:43] Actually in my first answer replace the last fgrep with grep - should NOT be fgrep there (since you are using a pattern) [15:43] ConsoleFX: python script.py | grep "^\d+" -o | tee test.txt | grep -x '^\d+$' [15:44] ConsoleFX: Or alternately, just: python script.py | grep "^\d+" -o | fgrep -x '^\d+$' [15:47] linux-phaedrus, I tried this but doesn't seem to work :( $python script.py | grep -Pio "^\d+" | fgrep -x '^\d+$' match_here.rules [15:50] linux-phaedrus, grep and fgreps are different somehow? [15:56] ConsoleFX: to use \d you need the -P option to grep. So the correct pipeline to use (and then test) your regex would be: [15:57] what happens if I update exfat-fuse while a mount is using it? [15:57] linux-phaedrus, yeah i have used -P actually [15:57] ConsoleFX: python script.py | grep -Po "^\d+" | tee test.txt | grep -Px '\d+' [15:57] linux-phaedrus, lemme try [15:58] ConsoleFX: python script.py | grep -Po "^\d+" | tee test.txt | grep -Px '^\d+$' also works, but the '^$' are unnecessary when using -x (whole-line) [15:59] linux-phaedrus, ^\d is just to extract only the starting digits from each line [16:00] linux-phaedrus, not sure why this is not working :( [16:00] linux-phaedrus, did it work for you (just in-case)? [16:01] Yes it worked for me - I saved your test strings in a file and used the following command: grep -Po '^\d+' test | grep -Px '\d+' [16:01] where test is the name of the file I saved the test strings [16:02] linux-phaedrus, damn its not working for me!!! (shocking) [16:03] ConsoleFX: The following also worked: grep -Po '^\d+' test | tee t1 | grep -Px '^\d+$' [16:04] ConsoleFX: First try the first half - up to and including the first grep - see that you're getting what you want. Then try upto and including the tee and check what is in the tee file (test.txt) [16:05] linux-phaedrus, sure [16:38] hi i am using ubuntu 14.04 lts and systemtcl command is not found? [16:38] how is this possible? [16:38] the way you typed it [16:38] nothing on the internet seems to help [16:38] it is truly not present [16:38] i mean systemctl [16:39] kristhian@kristhian-emachines-D725:~$ sudo systemctl restart vsftpd [16:39] sudo: systemctl: command not found [16:40] kristhian: 14.04 uses upstart, not systemd [16:40] so it should be sudo upstart vsftpd [16:40] sudo service vsftpd restart [16:40] oh [16:40] ok === c2tarun is now known as dexterM [17:19] Hi [17:55] hey is there a way if I configure something and there are needs of dependancy to get them automatically [17:56] ./configure this one [17:57] fedorafan: one thing is 'apt-get build-dep packagename' This should get the dependencies to build the package if it's in the repos. [17:58] I got it from github [17:58] Hello, my computer only boots with recovery mode, the windows partition works fine as well. [17:58] fedorafan: then not afaik. [17:58] ok [17:59] "NMI watchdog: BUG: soft lockup - CPU#1 stuck for 22s!" [18:01] I'm installing proprietary drivers, idk [18:03] SchrodingersScat it says xorg-server not found [18:04] but there is just the package xorg-server-sources I installed and it doesnt work [18:04] feel free no need to help me maybe another know it [18:05] Holy shit.. it worked === warri0rr is now known as IndianGuru === IndianGuru is now known as warri0rr [18:44] how can I lock the screen when running w/o a gui? [18:44] Like I'm on tty1 and I need to step away from the computer, but I do NOT want to close my sessions or end any of my programs [18:45] tried 'clear'? [18:45] !info vlock [18:45] vlock (source: vlock): Virtual Console locking program. In component universe, is optional. Version 2.2.2-8 (zesty), package size 33 kB, installed size 111 kB [18:45] you should consider doing your work in a screen session [18:45] !man vlock [18:45] lol [18:45] Spec: explain? [18:45] !info physlock [18:45] physlock (source: physlock): lightweight Linux console locking tool. In component universe, is optional. Version 0.4.5-2 (zesty), package size 10 kB, installed size 35 kB [18:45] !info screen [18:45] screen (source: screen): terminal multiplexer with VT100/ANSI terminal emulation. In component main, is optional. Version 4.5.0-5ubuntu1 (zesty), package size 550 kB, installed size 1019 kB [18:46] Standard [18:46] cipher6: it's a virtual tty that lets you have more than one screen, and you can detach/reattach at will, on a tty or via ssh/etc [18:46] I'm launching lubuntu w/o a DE so I'm only running in tty1 [18:46] so 'screen' or 'tmux' lets you detach/log out/log in/reattach [18:46] You can just clear the screen form the teminal [18:46] Younder: 'clear' does not prevent unauthorized access? [18:46] Younder, what good would clearing the screen do? [18:46] I'm not trying to leave my terminal sitting at a prompt?? [18:47] cipher6: 'screen' is very useful, i'd recommend it, but it looks like vlock would do exactly what you're asking [18:47] Spec: I'll try screen then [18:47] screen doesn't lock itself though, it's just a way to log out/log in and resume what you were doing [18:47] I know I can force them to the background using ^Z and bg/fg [18:47] that's where you start a program by literally typing "$: screen top" or whatever cmd? [18:48] and then ^D to detach and what's for locking? [18:48] (Yes, I could pull the man but I'll either have to launch lynx or install screen and I haen't done that yet ;) [19:05] Well the logout or exit [19:05] then [19:06] Younder: if I exit, it'll end my session, [19:06] cipher6: yeah, detach with ctrl-a,d and then logout [19:06] if I logout, it'll end my session. [19:06] cipher6: log back in, "screen -r" to resume (or screen -x to resume/share) [19:06] your session of Things and Stuff will stay in screen you see [19:07] Spec: Thanks m8 [19:07] ctrl-a,c to create a new window in screen, and ctrl-a,n to go to "the next window" [19:07] That makes good sense, so if I'm already running from tty1, and I open screen, I won't really see a diference [19:07] right, you must start screen first [19:07] you can't throw something into screen once it's started [19:08] so before I had been using alt+F*[1-6] [19:08] and logging in to each tty, [19:08] which was a pain in the ass, but screen should resolve this for me [19:08] cipher6: indeed [19:09] HOLY SHIT I JUST CREATED THE CRAZIEST FUCKING LOOP and God INCEPTIONED ALL UP IN MY TERMINAL [19:09] LOL [19:09] I typed screen, and hit return [19:09] and it just took me to a new terminal screen, [19:09] so I typed it again [19:09] and again [19:09] and again [19:09] then ran PS [19:09] and nothing was running, [19:09] so i typed exit, [19:10] and it took me back to a prompt that said "$: screen [19:10] https://askubuntu.com/questions/18802/how-to-correctly-add-a-custom-daemon-to-init-d [19:10] $: flashing cursor [19:10] i hadjust been going further and furhter down, [19:10] screening screen like a russian nesting doll from *nix hell LOL [19:11] is there any way to tell you're in screen? [19:24] hi, for some reason I cannot create new tabs in Gedit. If i do ctrl+n, it just opens a new Gedit window. Is there a way to fix it? [19:28] !info gedit [19:28] gedit (source: gedit): official text editor of the GNOME desktop environment. In component main, is optional. Version 3.22.0-2ubuntu1 (zesty), package size 420 kB, installed size 1905 kB [19:29] white_magic: I'm able to open a new tab by clickin' on > or + .. don't know about a key shortcut though. [19:30] it seems to be an old gedit issue though.. [19:30] white_magic, does it works from File -> New ? [19:32] ioria: it does :( [19:32] i'm just using notepad++ shortcuts by habit i guess [19:32] i'll just use ctrl+t now [19:33] white_magic, so, you maybe remap that shortcut ? [19:33] yea about to haha [19:33] i really wish notepad++ was native to linux [19:33] heheh [19:33] the wine version isn't as responsive [19:34] white_magic, vim is the way I go [19:34] ehhhhhhh [19:34] i use vim when editing config files [19:34] i love using vim for that purpose [19:34] difficult to learn but far more powerful [19:34] that's it [19:35] Younder: sorry but vim isn't better for programming than an actual IDE [19:35] perhaps as a text editor it might be better than notepad++ [19:35] i'll give you that [19:36] white_magic, I also use eclipse and emacs and atom [19:39] Younder: hate to be that guy but have you tried vs code? [19:39] similar to Atom but much more performant [19:39] i'm not even gonna mention Visual Studio itself [19:41] the point of vim is that it's a 'pure' text editor [19:41] but honestly, idk how many people use it for programming [19:48] ioria: it seems like a lot of people use it.. or at least they claim to do so on the internet [19:48] ok [19:49] white_magic: SciTE is very similar to notepad++, because notepad++ uses scintilla for the rendering (and SciTE is a reference implementation, basically). [19:50] hmm last i checked scite didnt seem to be very actively developed [19:50] white_magic: It doesn't have some of the "Extra" non-editor features, but from a purely editing standpoint, it's the same [19:50] yea i use a good number of plugins in notepad++ [19:50] oh well, ill adapt [19:50] its just a very impressive little app that i use every day on every windows machine [19:50] white_magic: Last release May 2017. [19:53] does an exFAT module for kernel exist? [19:53] or some other kernel-based way to mount exFAT stuff? [19:54] !info exfat-fuse [19:54] exfat-fuse (source: fuse-exfat): read and write exFAT driver for FUSE. In component universe, is optional. Version 1.2.5-2 (zesty), package size 30 kB, installed size 78 kB (Only available for linux-any; kfreebsd-any) [19:54] !info exfat-utils [19:54] exfat-utils (source: exfat-utils): utilities to create, check, label and dump exFAT filesystem. In component universe, is optional. Version 1.2.5-2 (zesty), package size 48 kB, installed size 255 kB [19:54] neither of those are kernel-based, they both require fuse [19:55] no idea, then [19:55] cat /proc/filesystems [19:56] devster31, i think it's patented [20:00] Greetings, I was using NVidea's proprietary driver until now but I decided to give the Nouveau driver a chance. After applying the Noveau driver I rebooted but the resolution was very low. Henceforth, I did "apt get install xserver-xorg-video-noveau". It installed all necessary packages. * Then I rebooted and, at the time that the login screen should appear, the screen stays blank, with the cursor on the top left of the screen [20:00] appearing and disappearing. * I've tried hitting the Shift key to get the GRUB menu but it doesn't show up. I've tried pressing Shift + Alt + F1 (or 1) to try and get to the command line but no luck. I'm able to access the HD using a Live CD. What can I do to revert the NVidia driver settings to the configuration that worked? [20:02] ioria: I can't see how i can re-map shortcuts in gedit. I don't see that in preferences anywhere, nor a relevant plugin. Any ideas? [20:03] white_magic, nope, i said that you probably already have done that :þ [20:04] got it [20:07] guys, HELP please! :X http://paste.ubuntu.com/25148649/ [20:08] fresh install of ubuntu [20:08] :/ [20:09] ive installed ubuntu in a logical partition if that helps [20:19] what should i do? https://usercontent.irccloud-cdn.com/file/8QYaRFKi/irccloudcapture1854616836.jpg [20:25] Exterminador, you might start by doing what it says to do [20:27] Exterminador: boot off the install disk, and run fsck [20:28] Exterminador: if you have a UEFI, you can just run fsck /dev/sd5 [20:28] I think the /dev/sdX syntax is invariant then [20:28] fsck /dev/sda5 [20:28] DoYouKnow: there's no install disk now.. [20:29] Exterminador: is there anywhere you can go to make one? You just need a copy of lili linuxlive usb creator on windows or unetbootin on linux [20:30] I'll do it on windows [20:30] with Rufus [20:30] ok [20:30] then just start ubuntu without installing and open a Terminal [20:30] then type the fsck command [20:30] under sudo [20:39] it only says "fsck from util-linux 2.27.1" [20:39] on the live usb [20:41] I guess my Ubuntu pen is corrupted [20:41] I'll try to redownload Ubuntu and reinstall it [20:49] Is there anyway to avoid a kdump taking a long time to create on boot after a kernel panic? [21:01] is it possible that I've messed up the bootable USB stick running usb-creator-gtk on Xubuntu? [21:17] Yes it's possible [21:21] I've redone the usb stick with Rufus on Windows [21:21] let's see what happens [21:23] I remember once of seeing a command to create a bootable USB stick with 'dd' command [21:24] but don't remember the proper syntax [21:25] I'm getting this kernel panic. Any ideas? I know IPv6 is mentioned but I haven't got it enabled: http://paste.ubuntu.com/25149098/ [21:33] seems that indeed was usb-creator-gtk that have messed up the USB stick [21:33] now that I've made it with Rufus all seems to work properly [21:54] Hi! I'm currently close to getting Ubuntu 17.04 installed, but failing at last step. My problem: Nouveau driver freezes always very fast. I spend all afternoon on installer and one time I manged to install the nvida driver before freeze happened and could install everything on hd. But now on hd - driver freezes even faster and I never win that race. [21:54] So.. any trick to get to nvidia driver before nouveau driver freezes up? [21:55] Sometimes (one in 5 I manage to log-in) - but that's about it. [21:56] !nomodeset | CuteAlien [21:56] CuteAlien: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [21:57] So, I am using xgamma to try and adjust one of my monitors gamma, but when I use xgamme -gamma 1.2 it adjusts both monitors' gamma. I only want to adjust one of them, but using xgamma -display yellowjacket:DFP-0 -gamma 1.2 says it cant find the monitor [21:57] I have tried a lot of combinations to find the display, but none of them work. [21:58] CuteAlien: ^^ then after getting booted with nomoeset, install the proprietary driver . [21:58] hm, I managed to press alt+F1 this time before the freeze! So... if I can install it from console - would also be fine [22:00] And I got no boot-loader options (like grub). Ubuntu is the only system on that computer so it boots directly - no chance to set boot options. [22:00] CuteAlien: If you can gain a consile interface try ' sudo apt update ; sudo apt full-upgrade ; sudo ubuntu-drivers autoinstall ' . [22:00] thanks, will try [22:01] anyone here use Cmder terminal emulator.. or maybe just ConEmu? [22:01] CuteAlien: If this is a EFI machine it is the escape key that grub looks for . spam the escape key . Only a 3 second window of oportunity . [22:02] Anyone fluent in xgamma? :P [22:03] I know a little umamma [22:03] Bashing-om, even worse - ESC key on that computer opens bios-options for boot order. So I have to hit the time after that - before grub... [22:04] compdoc: ... [22:04] just... [22:04] no.. [22:04] CuteAlien: Wait til bios hands off . As soon as the firmware screen clears spam the escape key . [22:05] Bashing-om, yeah, if this fails. I try updating packages right now - maybe I'm lucky and that works already. And I guess if not - when reaching console I should also be able to switch to nvidia proprietary drivers somehow. [22:06] xgamma -display yellowjacket:DFP-0 says it cant find the display, maybe I have the display name wrong, but I have tried stuff like DVI-0 0 0.0 etc.. [22:06] CuteAlien: A fresh install attempt ? Then the driver will be open source . [22:07] Bashing-om, I need whole afternoon just to get it to install... it's past midnight now. And... I need proprietry nvidia anyway as I'm doing 3D development. [22:07] I like open-source really (I write free software), but sometimes... ah well. [22:08] CuteAlien: . Once booted then can install the proprietary driver . Installing: did you verify the .iso file and did you verify the copy to media ? [22:09] I did. Let's wait until it's finished with current package updates (still running), maybe that works already (seems to have new kernel and stuff) [22:10] Bashing-om, know anything about xgamma? :/ [22:10] CuteAlien: On this present install I have to run the nvidia proprietary driver . [22:11] GreenDimond: No, have not used it . but ' xrandr --verbose ' will give ya the display names . [22:11] alright thanks [22:17] hi. I need to play lots of content simultaneously. Any ideas for this? [22:17] I've been opening multiple youtube windows [22:29] erm... how do we create launcher shortcuts? there's no right click mouse option!! [22:39] Bashing-om, package updates + ubuntu-drivers autoinstall did the trick. Got a working system now :-) Thanks for the help! [22:40] Exterminador, I think - start once - then click icon and say "lock to launcher" [22:41] CuteAlien: Glad2help : Happy trails to you :) === smeefonater is now known as Smeef [22:42] CuteAlien: yeah, but that is the double of the work :/ [22:42] Hi guys ive got ubuntu 16.04 LTS install on my Vm with a desktop, however whenever i try run wget with an ftp involved it just hangs indefinitly.. [22:42] and only way to recover it is, to restart the system is this a known issue? [22:43] Exterminador: You can just search for the app and click and drag it to either the dock or desktop. [22:44] cynicist: for Strem.io, the best option is to create a launcher tho [22:46] some of my programs have been known to flicker and I think it's a system-wide issue for me. Programs that flicker include Discord and rarely other programs like SMPlayer or Minecraft. If anyone knows a fix or the cause, let me know :] [22:52] Disaster_Area, if it's not only one app then it might be graphic driver. [22:53] well, it's mainly one app, but you might still be right. So [22:53] if it's a graphic driver, what can I do to fix it [22:53] so no one has any inpuet why wget is causing ubuntu to hang? [22:54] I just tested on a non desktop ubuntu and it worked fine... [22:54] Doesn't entirely makes sense, why it would onyl occur on a desktop system [22:58] ok, I also got a new problem. My clock is one hour off. Likely something about UTC/localtime messup. Except - it's set to get time automatically from internet (I didn't change any default settings). No other OS installed - so UTC or localtime would both be fine to me - as long as clock is fine. Clock off is trouble - all ssh stuff (like pretty much all websites) won't work... [23:00] Disaster_Area, check graphic-driver options - install one of the other ones which are not active [23:01] Disaster_Area, in system settings - software & updates - Additional drivers [23:01] thank you [23:02] CuteAlien: Is the hardware clock set correctly in bios ? [23:03] Bashing-om, good question - can check. But.. it should update time from internet - so it should set it even if it's wrong there. [23:03] And I'm not sure what "correct" is for Ubuntu - depends on if it uses UTC or localtime ... [23:05] heh - bios time is 2 hours off - computer time is 1 hour off (it should use Berlin - which is set...) [23:06] CuteAlien: ubuntu uses UTC for the time . also maybe in the install you set the wrong time zone ? ' sudo dpkg-reconfigure tzdata ' to reset the time zone info . [23:07] CuteAlien: I expect the hardware clock to also be set to UTC . [23:09] will try... also got another problem - I could start Firefox once. Then I started it once in private mode. Since then - I can only start it in private mode - starting usual way - short wait-cursors. Then nothing. [23:09] New installs are fun^^ [23:10] CuteAlien: FF. can not say . No experience with it . [23:12] Hm, I think it doesn't know about daylight saving time [23:13] ah no tzdata reconfiguring - it says utc time right now is around midnight.. [23:14] (which is off by an hour it seems) [23:16] and now works. OK, whatever it was (maybe took some time to fix itself). Rest tomorrow. N8 everyone [23:18] Cust0sLim3n: systend most likely no longer supports tzdata ?? try as ' sudo timedatectl set-timezone UTC ' . [23:25] Hello. I'm having issues with the NVIDIA driver. I tried to install the nouveau driver and the booting froze before the login screen. I was able to remove the nouveau driver and install the package nvidia-current. Now the NVIDIA logo appears and after that the login window. Alas, when the login window appears everything is frozen: the keyboard, mouse, etc. I'm unable to get to a terminal by alt ctrl F1. Can someone help me out on this one_ [23:32] marvin42: We can try. Be aware 'nvidia-current' is not what you think . it is version 340 best I recall . // If you attempt tp boot up with nomodeset, what results ? [23:33] !info nvidia-current [23:34] nvidia-current (source: nvidia-graphics-drivers-304): Transitional package for nvidia-current. In component restricted, is optional. Version 304.135-0ubuntu1 (zesty), package size 4 kB, installed size 19 kB (Only available for i386; amd64) [23:34] marvin42: correct to be nvidia-current == 304 . [23:35] How can I find out the original location of a file in .Trash? [23:35] Bashing-om, sorry I'm new to Linux. How can I boot with nomodeset? Further, are you suggesting that I install a different version of the driver_ [23:35] *driver? [23:37] marvin42: Of a certainty, we will install a differnt driver . When we get the current driver removed . [23:37] !nomodeset | marvin42 [23:37] marvin42: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [23:37] marvin42: We will get you through this . Is not a thing to sweat over . [23:41] Bashing-om, nomodeset in place. Rebooting now. [23:50] Can someone please tell me the correct command to set read,write,execute privileges for user "deluge" on all files in /var/lib/deluge/.config ? Is it "sudo -u deluge chmod -R u+rwx /var/lib/deluge/.config" ? [23:53] BlackDalek almost [23:53] BlackDalek chmod sets read,write,execute permissions, chown sets the owner and group [23:53] Hi. After installing Ubuntu do I need to install AMD drivers as well or does Ubuntu take care of that? [23:54] so if you wanted deluge user to access those files you'll need to either set the files as word write/readable or set them as owned by deluge [23:54] using chown deluge /path/to/deluge/files [23:54] glowdemon1: For most cards, for most purposes, the Free drivers that are installed by default are the best to use. [23:54] I see. [23:54] (Specifically when it comes to AMD/ati) [23:54] Ubuntu has been freezing randomly, someoene on stackoverflow suggested to install this linux power management package [23:55] I hope it solves it because everytime it freezes I had to do a boot-repair [23:55] Thought it may had to do with my drivers or something [23:55] glowdemon1: What version of Ubuntu? [23:55] 16.04 [23:56] BlackDalek furthermore, using sudo -u deluge tells sudo to run the following commands AS the deluge user. Which wouldn't do anything unless the deluge user had write permissions on the files already