[00:00] Zambzz: sudo apt-get install --reinstall lightdm unity8-desktop-session [00:00] thanks 😀 [00:00] azizLIGHT: :) of course . Now if ya can just get stable on a default install . [00:01] I've been having a problem where my game repeatedly freezes for a second at a time, and I've noticed that each time this happens, my CPU0 usage drops to zero for a brief period... so maybe there is something wrong with CPU0, is t here any way to disable it? if I try echo 0 | sudo tee /sys/devices/system/cpu/cpu0/online I get permission denied (I can disable the other 7 CPUs) === marius_ is now known as Guest995 [00:01] or I'd like to switch some other CPU to CPU0 [00:01] oscar mike golf i learned so much today thank y'all [00:01] causative: if you really have an issue with cpu 0, that measn you probalby have a hardware issue. [00:02] causative: most likely, given that you're playing a game on it, cpu 0 is really thread 0 or so [00:02] nacc, I have disabled the other 7 CPUs, andI'm watching my system monitor performance widget [00:02] so it's def CPU 0 [00:03] also this is not just this one application, I have had similar freezes at other times, this is just when it's more of a problem [00:03] causative: "CPU" is just the Linux terminology, it's really a logical thing, not a physical thing. [00:04] causative: it seems incredibly unikely that only your thread 0 would have physical issues and none of the others [00:04] Question. In bash is it possible to inject a keystroke through a script to automatically accept a license? [00:04] it's a single threaded program [00:04] Bashing-om: well i think im stable now. the whole reason im trying to get to HWE 4.4 was xbox one controller support. but im hearing from my other hcannels that i should just a newer version of xpad [00:04] ive been doing this all wrong eh [00:05] and causing my self and all of you such headaches [00:05] causative: do you understand cpu topology? [00:05] nacc, are you telling me that /proc/cpuinfo is purely logical and has no correspondence to my hardware, even t hough it lists 8 CPUs and that is my hardware? [00:05] causative: when i said thread 0 it had nothing to do with your software threads [00:05] Gongoj: you could use expect [00:05] Gongoj: or `yes` [00:05] azizLIGHT: All a process of learning . there is the care and feeding of your 'buntu :P [00:05] For instance the command 'sudo apt-get install virtualbox-ext-pack' needs me to use the keys tab spacebar spacebar to accept agreement. Can this automated? [00:06] Gongoj: you don't want to automate, genearlly, accepting agreements [00:06] causative: no, i am saying that if /proc/cpuinfo says you ahve 8 cpus, it means you ahve 8 logical cpus. It does not mean you physically have 8 cpus. Which means that even if you did disable logical CPU 0, that if your hardware is that broken, there's probably something else wrong [00:06] nacc, I am not aware of an alternate meaning of thread than software threads, and googling doesn't turn up much, can you give me a link? [00:07] i just want to automate my virtualbox installation as much as possible. [00:07] causative: SMT? [00:07] causative: Symmetric Multi-Threading [00:07] Gonoj: Yes, you can write a simple script and have it execute at a certain time === xtr is now known as Guest210 [00:08] nacc, there may be something wrong, I did get some weird CPU pipeline errors some months ago though they haven't returned [00:08] From the example I gave I don't know how to automate the accepting of the license. [00:08] but it seems it might be possible the error is just in one specific core [00:08] and I want to disable that core and see if it helps [00:09] except I'm not able to disable cpu0, just the others [00:09] causative: that will cause a logical failure, it will get bad blocks === Numline1 is now known as Guest59662 [00:10] causative: i don't think you understand how computer hardware works, or the likelihood of only one core being bad, but let me look [00:10] UserUS: what? cores have nothing to do with blocks [00:11] causative: you oculd isolcpus=0 and see if stuff just doesn't get scheduled on logical cpu 0 === amin_ is now known as amflir [00:11] nacc: it will lead to that with the miswrites if all but one logical unit is left [00:11] UserUS: what are you talking about? [00:11] UserUS: 'all but one logical unit'? [00:12] nacc: so if he disable the other 7 [00:12] causative: alternatively, i think you need to pass 'cpu0_hotplug=1' [00:12] credel, well that didn't work 😢 [00:12] I would enable one of the other 7 before disabling 0 [00:12] crendel* [00:12] causative: generally, cpu0 isn't hotpluggable, because there are lots of assumptions [00:12] UserUS: you can't disable all your cpus [00:12] causative: --^ [00:12] causative: so you don't need to worry abou tthat [00:12] nacc: oh well good [00:13] Hello. I'm having some issues using MariaDB on Ubuntu 16.04. I install it with "apt-get install mariadb-server mariadb-client". When I run "mysql -uroot", however, I get "Access denied for user 'root'@'localhost'". I then run mysql_safe_installation and set a password for the root user, and I still get the same error over and over again when logging in with "mysql -uroot -p" and typing the correct password. any hint? [00:13] UserUS: which is why i asked what you were talkinga bout. Because if you could, then where you would 'you' (the shell you're running) be running? [00:13] nacc: exactly [00:13] Ugh okay thanks [00:13] UserUS: what does that at all ahve to do with bad blocks? [00:14] causative: without cpu0, you won't be able to suspend/resume, some machines also won't poweroff wihtout it [00:14] nacc, pardon me if this is a silly question, is there any way to direct it so that CPU 0 is still CPU 0, but the game's thread is forced to run on a different CPU? [00:14] causative: yes [00:14] ooo crendel for some reason by entering recovery mode and then exiting it got me bk to login and now i see stuff [00:14] causative: also, i think the ubuntu kernel does not set CONFIG_BOOTPARAM_HOTPLUG_CPU0 so it won't matter, you still can't hotplug it :) [00:14] nacc: well, if somehow you could theoretically stay connected after disabling them, the drive could fail [00:15] UserUS: that is, as far as I can tell, gibberish [00:15] my problem is solved, thanks for the help guys [00:15] UserUS: and not useful in a support channel [00:15] nacc: you asked what I meant [00:15] causative: taskset [00:16] UserUS: and i think what you are saying you meant is 'if you could run a process without any cpus online, you could get bad blocks'. Which is ... gibberish. [00:16] hello, does anybody here use LXC? [00:16] zach2825: LXD, but I have also used LXC (there is also #lxcontainers) [00:16] lxc network used to be a command but now its gone in version 2.0.9 [00:16] nacc: to suggest that a memory failure could happen? [00:17] and i can't figure out how to do networking stuff [00:17] zach2825: lxc != lxd [00:17] Zambzz: no problem, good luck :) [00:17] Hello. I'm having some issues using MariaDB on Ubuntu 16.04. I install it with "apt-get install mariadb-server mariadb-client". When I run "mysql -uroot", however, I get "Access denied for user 'root'@'localhost'". I then run mysql_safe_installation and set a password for the root user, and I still get the same error over and over again when logging in with "mysql -uroot -p" and typing the correct password. any hint? [00:18] Alessandro_: may want to ask in #ubuntu-server [00:18] nacc thanks [00:18] UserUS: fine, 'if you could run a process without any cpus online, you could see a memory failure'. a) vacuously true and b) it doesn't make any sense. Please drop it. [00:21] nacc: I will. But you should do some research. [00:25] thanks nacc i tried taskset, no improvement, guess i need to look elsewhere, try isolcpus=0, or give up [00:26] causative: with taskset did you isolate it to not cpu 0? did cpu 0 still get used? [00:27] command was taskset -p fe 5856, previously it was ff [00:27] I don't know how to check if cpu 0 is still getting used [00:27] causative: taskset -p pid [00:27] causative: how were you checking if it was getting used before?? [00:27] that's how i checked [00:27] thought you meant something else [00:28] yes, it's fe now [00:28] causative: but how did you check before? [00:28] taskset -p 5856 [00:28] before you talked to me i turned all the other CPUs off so what I saw in the system monitor widget had to be on CPU0 [00:29] causative: no, i meant earlier you saw that cpu 0 was dropping off or whatever [00:29] causative: also, you did turn some other cpus back on, right? [00:29] anyone else using mariadb have a problem with the current version in the repo hanging right after you start it? [00:29] yeah i turned them all back on [00:29] *16.04 [00:29] o [00:30] specifically the monitor is called indicator-multiload [00:31] causative: the thing is if cpu0 is glitchy, then anything runnng on cpu0 will lead to issues [00:31] causative: so it doesn't really make sense to just try and taskset the one task you care about, other stuff is running too [00:32] you think I should try tasksetting all processes to fe? === jnoob22_ is now known as jnoob22 [00:33] causative: you won't be able to probably [00:33] causative: isolcpus is probably easier to do [00:45] Hi, I accidentally reformatted my EFI boot partition (/dev/sda1). Is there any way to reinstall grub? grub-install complains that it can't find the EFI directory... [00:50] betabot, http://askubuntu.com/questions/831216/reinstalling-grub2-efi-partition [00:52] nacc, I had a crash, did you say anything after I said "yeah I turned them all back on"? [00:52] causative: it's probably insufficient to just taskset your game [00:52] causative: as anything running on cpu0 may cause the issue [00:53] pavlos: great, thanks. Moment of truth... :P [00:53] causative: i would try isolcpus [00:53] ok [00:53] thanks for your help I'll try it later [01:02] Hey y'all [01:02] Anyone alive? [01:07] hi [01:07] any one here ? [01:07] topic is ubuntu support, ask your suppport questions, saber [01:07] i want to install dovecot [01:08] but i have this error [01:08] dpkg: error processing dovecot-imapd (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: dovecot-imapd E: Sub-process /usr/bin/dpkg returned an error code (1) === Spontex is now known as Guest29613 === jayly is now known as Jayly [01:54] hi [01:55] I am having the hardest time finding info on how to make sdb,sdc,sdd all one big volume on Ubuntu server no gui. [01:55] Aurorasaura: do you mean software RAID? [01:55] Aurorasaura: mdadm is what you want [01:56] rsync works with plain IP addreses - but not with hostnames (that are defined in /etc/hosts) :( [01:56] Kinda but all the drives are different sizes [01:56] I first have to resolve the hostname by myself and replace it with its IP address in a rsync command to make it actually work [01:56] why? [01:56] Aurorasaura: oh then you want LVM [01:56] I am trying that lol but the documentation is so hard to follow [01:56] uub: that's not generally true, i don't think [01:56] nacc + 1 LVM [01:58] pretty easy example, even *i* can do it >>> https://www.howtogeek.com/211937/how-to-use-lvm-on-ubuntu-for-easy-partition-resizing-and-snapshots/ [01:58] * with gui [01:58] uub: rsync probably relies on the system resolver, so if `nslookup` can't resolve a hostname you provide, rsync won't either === deathonater is now known as Smeef [02:00] nacc: indeed, just found a strange vagrant-hostmanager vs dnsmasq that works without it :O [02:03] ty nacc . [02:12] why is emerson such a queen that abuses ops... [02:12] queenie that is a meanie [02:12] poop [02:12] butts [02:12] please stop [02:12] freenode has some real fag ops [02:13] EMERSON [02:13] fag op [02:13] little dick [02:20] thanks ikonia [02:28] nacc, Thank you! Finally figured it out! :D [02:28] Upon opening 16.04.1 it goes to grub menu there i chose ubuntu on sda6 the next window has 20 kernel and kernel recovery entries I want to remove these entries down to the current and 1 old kernel [02:29] texla, autoremove would do that, and keep your current and previous kernel [02:29] sudo apt autoremove [02:30] OerHeks, tried that command it only removed entries from synaptic [02:31] texla is you are still on 16.04.1, please upgrade with sudo apt update && sudo apt full-upgrade # to go to 16.04.2 [02:31] no, not only packages, but also grub is regenerated... that takes a while [02:31] Im curius. i need to find a i686 version of ubuntu, where may i find such an file? [02:31] Celestia, use the i386 version [02:32] OerHerks, i cant find it [02:32] direct link > http://releases.ubuntu.com/16.04/ubuntu-16.04.2-desktop-i386.iso [02:32] thank you [02:33] i need to set it up on my grandmothers old HP Pavilion [02:37] OerHeks, 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [02:37] texla, oke, then you are on 16.04.2 already > hostnamectl status [02:38] Operating System: Ubuntu 16.04.2 LTS [02:38] Kernel: Linux 4.4.0-64-generic [02:41] OerHeks, 4.4.0-31-generic [02:42] oh, you are one kernel behind, reboot perhaps? [02:49] OerHeks, Still 31 the first entry on grub 2.02 9ubuntu 1.12 [02:54] texla, odd .. [02:56] bye [03:00] Using Ubuntu 16.04 (standard flavor with Unity) and my screen never auto-locks, despite my "Brightness & Lock" settings having Lock "ON" and set to "Lock screen after: 1 minute" [03:01] (Correction: 16.10) [03:01] I've tried turning Lock off and back on, and changing the lock timeout to 30 seconds, and it still never locks on its own. I'm monitoring xinput events and nothing is happening that would reset the idle timer. How can I debug this? [03:03] I'm able to manually lock via the power menu and the keyboard shortcut; it's only the automatic timer that isn't working. I'm not sure how Unity determines how long I've been "idle" (so that I can monitor that myself or add some logging) [03:04] BHSPiMonkey: system up to date to latest? syslog/dmesg showing usefull errors? [03:05] any one from E-G-Y-P-T HERE [03:05] Hello evryone! [03:05] HI [03:06] BHSPiMonkey, install dconf, and look in org.gnome.desktop.screensaver + org.gnome.desktop.session ? [03:06] I have upgraded Ubuntu from 14.04 to 16.04 and restarted it. But now my system is not booting getting error Failed to start Load Kernel Modules. [03:07] Also getting usb 1-6: device descriptor read/64, error 110 === backbox is now known as E-G-Y-P-T [03:07] HI ALL [03:08] lotuspsychje: yes, and nothing is written to syslog/dmesg during my 30-second test periods [03:08] E-G-Y-P-T, join #ubuntu-eg for egypt support :-) [03:08] hi all === test is now known as Guest96509 [03:08] i am a meer test [03:08] !test [03:08] THX [03:09] beep [03:09] BHSPiMonkey, checked in ~/.xsession-errors as well? [03:09] I check in all my errors, for reall yo. [03:09] check one, check one. [03:09] check two. [03:10] in and out, to the side and left again! [03:10] check check one! [03:10] Guest96509, is there any ubuntu support question in that? [03:10] OerHeks: in .screensaver, lock-delay and lock-enabled correspond with what's in my Brightness & Lock settings (30 and true). In .session, idle-delay is set to 300 (corresponding to the 5-minute "turn off screen" setting I've selected, also in Brightness & Lock) [03:10] OerHeks: Ubuntu sux0rz [03:11] hey guys [03:11] allah is doing [03:11] sun is not doing allah is doing [03:11] to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger [03:11] chatter29, no slaves here, go away [03:11] thx oerheks [03:12] thats meean, i wanted to join his crew [03:12] the alllloooooww acccchhhhnar [03:13] anyways [03:13] i think pacman > apt-get [03:13] j00 guys know ubuntu spies on you right? [03:13] kostkon: there's some output there that might be relevant, but I'm not knowledgeable enough to be sure: https://ghostbin.com/paste/rn7py [03:13] It is like the AntiChrist, basically .. Ubuntu is the new Windows ME. [03:13] I would all rm -rf / now. [03:14] see they're listening tome ^^ [03:14] Ubuntu is the DEVIL. [03:14] ___________________ [03:14] I am the slayer of devils. [03:14] i come to slay the [03:14] BHSPiMonkey: you like Ubuntuno? [03:14] WHy not just burn your eyes out with acid [03:14] someone ban him [03:14] !ops [03:14] plgos: come on you gotta agree though? [03:14] !flops [03:15] I am spreading my word [03:15] that ubuntu suckszx0r [03:15] kostkon: though despite those last messages, I can confirm that unity-settings-daemon is indeed running right now (I actually have no idea what process actually watches the clock and auto-locks the screen) [03:15] terribly [03:16] If I knew which program was supposed to be responsible for the auto-lock timer, I would have started digging into source code by now [03:17] As far as I can tell, Unity uses the same conf keys that gnome-screensaver would, but has its own homegrown implementation [03:17] BHSPiMonkey, well you could tail -f the xsession error file and see if you are getting the same error message when the screensaver lock is supposed to fire up [03:17] will do [03:19] Nope, no new lines after the 30 sec. [03:19] BHSPiMonkey, it could be random then [03:20] I wish it were more obvious what mechanism is supposed to enforce the timeout (so I could make sure that process is running), and subsequently how that process determines if you've been idle (so I can monitor whatever events it's monitoring) [03:21] BHSPiMonkey: did you have this on previous ubuntu versions? [03:24] lotuspsychje: I've had this problem for a long time, I've just given up various other times I've tried to investigate. And when I boot to an ubuntu live installer on this machine, there isn't a problem. [03:25] I'm really keen on figuring out what in my current install is preventing it from working as described [03:25] BHSPiMonkey: wondering if different kernels test would influence this, have you tried to !bug it yet? [03:25] (And to be honest it's a bit of a problem when the Settings app tells you a security setting is "on" when it really isn't) [03:26] I have a thinkpad t460s with 16.04 and 4.10.1-041001-generic. When i close my laptop lid the laptop does not suspend, when i lift it up it seems to suspend on second close. I have found some bug reports about it 'freezing' on the lid being closed, i don't know if it's related. I attempted the fix with no luck. How entire sure how to fix this. Any advise would be apprciated. [03:27] acidchild, how did you install that 4.10 kernel ? from mainline? [03:27] yes [03:27] that repo is for testing, file a bugreport [03:28] !mainline [03:28] lotuspsychje: not sure... it'll be pretty time consuming to install a bunch of kernels and bisect :( [03:28] the issue exists in the stock kernel with Xubuntu (can't remember which one) and the last couple of testing mainline releases. [03:28] oh, ubottu is offline [03:28] I'll probably end up doing a full checkout of unity source repos when I get home and start digging. I really hate this issue [03:29] OerHeks: what does the bot say when you do !mainline? :) [03:30] acidchild, it points to https://wiki.ubuntu.com/Kernel/MainlineBuilds , where is stated that it is for testing [03:31] BHSPiMonkey: i strongly reccomend to test 16.04.2 LTS also on your issue, to compare [03:32] OerHeks: so unrelated to my issue. ok [03:33] acidchild, you tried, and you claim it is in previous kernels too, so mention that in the bugreport? [03:33] acidchild, did you search in bugs for your machine + close lid ?? [03:36] OerHeks: http://askubuntu.com/questions/395428/laptop-does-not-suspend-when-lid-is-closed [03:37] it's very hard to tell what the laptop is doing when the lid is closed, it's possible it's not suspending at all. [03:37] i'll give the work around in the forum a go but it seems weird this issue exists at all. [03:37] Hellow guys, I was wondering if someone could help me with the next problem. I recently installeda HDD drive to my computer and I encrypted it. The thing is after putting the password to open it etc. It says that I do not have the permissions to enter "The file could not be saved because yo do not have the propers permissios. Choose antoher save directory. [03:39] how did you encrypt the drive? [03:39] is this your base OS drive or is this an additional disk? === lu is now known as Guest69139 [03:41] acidchild: I encrypted when I installed the system; this is an HDD drive that I want to use only to store files. M [03:42] OerHeks: or it is something as simple as -> http://i.imgur.com/wAKG5JB.png :p [03:43] Condor_Peregrino: screenshot/pastebin please. the real error is needed. [03:43] acidchild: ok give me a sec please [03:44] acidchild:https://imgur.com/a/8C7RF [03:45] what initiates this error? [03:45] what are you doing that causes this. [03:45] Condor_Peregrino: save it in your home directory or /tmp or /var/tmp or fix the permissions on where you want the file to be [03:48] jamesd: ¿Can I change the level of permissions that that drive has in certain times only? [03:48] jamesd: ¿how can i change the persmissions? [03:49] sudo -s [03:50] jamesd: ¿And what will be the commands? [03:50] chown your-user-name /some/directory/you/are/interested/in [03:50] jamesd: will the permissions be permanent? [03:51] or chmod 7777 /some/diretory/you/want/to/write/too #note this is not a good idea if you care about security [03:51] it will make your user id the owner of the files in the directory. [03:51] if you own the files usually you can write to them [03:51] jamesd: oh nice!,let me try it out [03:54] jamesd: it worked!!!! [03:54] jamesd: many thanks! [03:54] !cookie | jamesd [03:55] i may need to go on a diet if i get cookies for helping users for chown... what will they give me for a 1 liner shell script ;-p [03:58] jamesd: well I have a question that is a little bit for difficutl [03:58] jamesd: difficult [03:59] ok [04:00] jamesd: well I want to run a Virtual Box image on this HDD drive. ¿Will this virtual machine will be always available?, in the senses that obviously I need the password of the hard-drive but after that will I have to use chown all the time?. [04:01] Condor_Peregrino: now that you have done chown you own the file you can make changes to it... you can start the virtualbox image headless and i think there are ways to have it autostart headless when you power on hte machine but haven't looked at that in years.. [04:02] hi 16.04 question. I would like to install mono complete for version 3.2.8 (https://launchpad.net/ubuntu/xenial/+package/mono-complete) how would I specify that I want this version and not 4.2.1.102? [04:03] http://askubuntu.com/questions/92019/how-to-install-specific-ubuntu-packages-with-exact-version [04:06] thanks! so I can do apt-get install mono-complete=... would I specify 3.2.8+dfsg-4ubuntu4 in my case then? the whole thing +dfsg-4ubuntu4 included? [04:06] looks like it [04:07] Joey__: becareful locking your self into a specific version, security bugs do occur, if you use only an old version your data could be at risk [04:08] I have a software that doesn't run on the latest version === ubuntu is now known as Guest27383 [04:15] it says it doesn't find the version (I did an apt-get update) [04:15] do I need to add a repository url where to go look? [04:16] Joey__, are you looking for mono repo? [04:16] yeah I need an older version [04:17] I tried with the info for pinned release on the mono-project website but that didn't work, it kept installing the latest version [04:18] so now I'm trying 16.04 because I saw it had a package, but that says 'version not found' [04:19] hi guys! [04:19] https://www.howtoinstall.co/en/ubuntu/xenial/mono-complete Joey__ [04:20] I am trying to create a ubuntu service in /etc/init.d that will run a server for me, but it don't run... I can provide the code - anyone help! [04:20] What service? [04:20] uRock that's not the version I need... I would need this one https://launchpad.net/ubuntu/xenial/i386/mono-complete/3.2.8+dfsg-4ubuntu4 [04:20] This isn't VagueBook [04:21] i would like to install WSO2 server as a service, according the instructions. [04:22] Joey__, getting an older version to work may not be very easy as you will also have to take care of dependancies which aren't likely to be in the repo either. [04:33] BOATS AND HOES....BITCHES! [04:33] yep [04:39] hi [04:39] i need help [04:40] !help | saber [04:40] saber: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [04:40] http://paste.ubuntu.com/24082436/ [04:42] :D Here is up [04:44] saber: this channel only supports ubuntu, you appear to be using debian [04:44] aha [04:44] okey no proplem :D [04:46] I am trying to run this as init.d service. It won't run and I can't see why. http://paste.ubuntu.com/24082457/ === feelsbadman is now known as cb007 [05:07] hello [05:08] anyone willing to help a beginner with a bit of guidance getting my ubuntu server set up? i have all my keys in order on my other machines but not sure the next steps for making my server have the ability to be SSH'd in on a different network [05:09] running 16.04 on an old macbook [05:12] do i need to own a real domain? [05:14] You should just need to know your public IP and set up port farwarding on your router. [05:15] and then just ssh into that IP? [05:16] Yup, you should be able to run "ssh name@a.b.c.d" [05:16] awesome, gonna fool around with that [05:16] thanks uRock [05:16] yw [05:16] you, rock [05:16] lol [05:23] testing brb [05:23] Every time my ubuntu 14.04 updates, the wifi stops working. Why is it doing this again, and again?????? [05:23] lotuspsychje / OerHeks - Thanks for the leads on the screen lock issue. Turns out the "Lock screen after" timeout setting starts counting *after* the "Turn screen off when inactive for" timeout has been reached. The two options aren't even presented under the same subheading so it's quite unclear that they are connected... [05:23] should I disable all updates? ubuntu is annoying as fuck [05:24] Nevertheless the timer is working, so I guess there's no issue there. I might open a bug to propose making the settings UI for those options a little more self-documenting [05:25] (or to allow for the lock timeout to happen -before- the screen poweroff timeout, which is what I was expecting / wanting) [05:26] uRock is it going to be the same SSH as before? [05:26] stanford_ai: never heard of that happening. Have you opened a bug report with details about your system and the steps to reproduce? In the meantime you might want to stick to security updates only [05:27] i have it forwarding for the machine running ubuntu [05:27] BHSPiMonkey, I don't even know how to file a bug report, how to reproduce it, or what info to send. I want to do work [05:27] raccoonsrage, If running it from outside the LAN, then you'll have to use you public IP address [05:28] hey [05:28] do any of you know java? [05:28] i was trying to do it from my mobile hotspot [05:28] I drink it every day [05:28] raccoonsrage, you should be able to find it by going to whatismyip.com or something like that. [05:29] uRock, could you tell me why my scanner is terminating early? [05:29] not sure on that [05:29] http://paste.ubuntu.com/24082722/ [05:30] its happening when i type recursive but not when i type iterative [05:30] stanford_ai: I feel you. To me personally, (a) figuring out the cause or (b) using a different NIC are easeier options than (c) switching OS, but that's your call. [05:30] !bug [05:30] If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [05:30] stanford_ai: ^ [05:31] I'd liket to filter zmap output to show only responses, does anyone know how? [05:31] do i only need to add forwarding to my ubuntu host machine? === Menzador is now known as Guest68041 [05:40] raccoonsrage, on my router I have to input the port to be forwarded, then the address and port of the internal host. [05:40] can anyone please help me find whats going wrong? [05:40] http://paste.ubuntu.com/24082722/ [05:42] trying to configure this ATT router [05:42] public gateway address? [05:51] fucking at&t === ifro is now known as sleepfro [06:04] !language | raccoonsrage [06:04] raccoonsrage: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [06:04] sorry === gee is now known as Guest3282 [06:04] frustrations :) [06:04] raccoonsrage: have you tried the ##networking channel? [06:05] no, may be a good idea [06:05] ty === Jochen_wvdT is now known as Schlawiner [06:12] I have to split my display. I have 3 monitors. How to since my CPU only have 1 VGA port and no HDMI ? [06:14] hello people !! I am having issue with my MIC. It works fine in Windows 10 but not in Ubuntu !! [06:14] I I purchase video card will it solve my problem ? [06:14] what might be the reason ? [06:14] microphone? [06:14] Since VC too have 1 VGA port and I need 3 to connect 3 monitors. [06:15] hitman1: If you get a dedicated GPU the internal (cpu) wont be used. So you'll want a card with 3 outputs [06:16] hitman1: With displayport it is also possible to daisychain from a single port [06:16] raccoonsrage, yes, the internal mic of laptop [06:16] make sure you have all the drivers installed [06:16] hateball, I saw few cards on amazon but they all have 1 VGA and 1 HDMI. [06:16] i had to add a couple that were missing after switching over [06:16] And I need atleast 3 VGA or 3 HDMIs. [06:16] raccoonsrage, I have pavucontrol [06:17] arunpyasi: how are you determining "not working"? Have you tried recording in e.g Audacity? [06:17] How it is possible with display port ? [06:17] raccoonsrage, which driver do you recommend for that ? [06:17] hitman1: https://www.displayport.org/cables/driving-multiple-displays-from-a-single-displayport-output/ [06:17] hateball, yes, tried in Audacity [06:17] arunpyasi: have you made sure the device is not muted? run "alsamixer" in a terminal to see if that is the case [06:18] arunpyasi, what a nick lol .. :D [06:19] hitman1: better than ours :p [06:19] Once I choosed Bhaiyaji as nick :p [06:19] hateball, no, its not muted [06:19] hitman1, haha :D [06:19] When running ubuntu 16.04 on an AWS i3 instance and testing an NVMe local disk with bonnie++, I see file system errors: http://paste.ubuntu.com/24082839/ [06:19] hitman1, mine is the same :D [06:20] I'm following up with AWS support, but does it also make sense to file an Ubuntu issue? [06:21] hateball, ok, just got it working but has a lot noise [06:21] and distortion [06:21] arunpyasi: what chipset is it? "lspci" [06:21] arunpyasi: it's possible you need to supply some kernel options for it to behave properly [06:22] 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) [06:22] hateball, I didn't get the displayport concept [06:22] Should I need to buy something ? [06:23] no [06:23] Then How can I split displays on different monitors using display ports >? [06:23] hitman1: well it depends on you having monitors with displayport [06:23] hateball, My monitors only have 1 port and that is VGA. [06:25] hitman1: well then you'd need a GPU with 3 total outputs, be it VGA+HDMI+DP, and use adapters for HDMI->VGA and DP->VGA [06:25] hitman1: anyhow, it's not really Ubuntu related, ##hardware would be a better place [06:25] If I need to buy a video card then which one should I go for as my sole purpose is split display and not gaming. [06:26] hateball, ok [06:26] thnz === administrator is now known as Guest6130 [06:28] quit [06:28] exit [06:29] \q [06:34] cya everyone ! :) === cb007 is now known as boristheanimal [06:47] guys. I deleted the default file manager, then restarted PC and now my backround is black. What do i do? im running 17.04 [06:51] guys help. I have no more background or icons and PC crashes as soon as I minimize firefox. on 17.04 [06:51] anyone? [06:53] guys help. I have no more background or icons and PC crashes as soon as I minimize firefox. on 17.04 [06:59] lol teli_ [07:00] teli_: try asking in #ubuntu+1 [07:04] need some help with CUPS, the Brother MFC-250C with lpr driver and cupswrapper from manufacturer installed on top of default 16.04.2 using --force-all (thus not removing cups-bsd in lieu of lpr) will accept jobs -it's perfectly recognized via USB in CUPS, with the relative driver automatically selected- but will immediately mark them as completed without printing a thing [07:04] ##cups has been silent almost two days now [07:05] I reviewd most of the askubuntu/SO answers I could find, mostly outdated or trivial stuff like "how do I install a .deb file", I'm past that [07:05] I don't see any error in CUPS webui logs [07:06] I don't see any error in the unit file status [07:07] test [07:07] aken: test succeeded [07:08] https://www.zotac.com/us/product/graphics_card/gt-710-2gb - IS this supported by ubuntu ? [07:08] yes [07:25] guys help. I have no more background or icons and PC crashes as soon as I minimize firefox. on 17.04 [07:25] lol [07:25] there's a glitch in the matrix [07:26] when I type $export /home/admins/Downloads/VulkanSDK/1.0.42.0/x86_64 I am getting the error no such file or directory. What is the deal? [07:26] umm, 17.04 is not an official release (so no support here) [07:26] teli_: you need to ask in #ubuntu+1 [07:26] does anyone know what to do? Im a noob [07:26] teli_: yes, ask in #ubuntu+1 [07:26] format and install 16.04.2 LTS [07:27] Edisto: the syntax is export VAR=VALUE, what are you trying to do? [07:27] teli_: if you are a newbie, you should not be running a development release [07:30] alkisg: ahhh... that worked thanks. Trying to install vulkan drivers so I can install proprietary amd drivers [07:30] np [07:33] I'm lost with resolv.conf, how do I query the libc view on the matter ? [07:33] simply adding entries in /etc/resolv.conf doesn't seem to have any effect (on nslookup "server" command, for example) -- is there any command to run for updating the dns servers ? [07:36] strk: what version of ubuntu are you using? typically you are using network-manager and you should use that to change DNS servers [07:36] and then there is dnsmasq that does caching [07:43] How can I uninstall a font I installed via the gui font viewer? [07:45] hateball: 16.04, yes I'm usually using network-manager and only configuring via GUI but today I had a problem and was left outside of X (does network-manager require X ?) and to debug I've manually configured the interface (ifconfig) and routing (route) but found myself unable to deal with the resolver (as changes to /etc/resolv.conf were ineffective) [07:45] strk: there is still nmcli [07:45] getting error "dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)" when trying to do sudo apt-get -f install. How do I bypass this error? Trying to update my gimp to 2.9.5 [07:46] hateball: does it mean the network manager is now mandatory to use network ? I hope not ? [07:46] Edisto: paste the whole output in a pastebin [07:47] strk: no, but as long as you have it, it will overwrite configs etc [07:47] http://pastebin.com/fpVwTbcx [07:48] hateball: I stopped it as first thing while trying to do things manually [07:48] and quit dnsmasq too [07:48] Edisto: sudo dpkg -i --force-overwrite /var/cache/apt/archives/gimp_2.9.5~89-0x0~ppa~86e101e_amd64.deb [07:49] woot thanks much =D [07:49] :D np [07:49] strk: I'm not sure why you dont just use nmcli [07:51] strk: stopping network manager doesn't undo the changes that it does upon its installation. So just start it again and use nmcli like hateball says. === atrius_ is now known as atrius [07:56] looks like a badly written trigger in that package. Probably a bash script using errexit in combination with pipefail === dreamon__ is now known as dreamon [08:59] Hello. I installed xrdp on an Ubuntu 16.04 system. My tests all looked fine but now users complain about not being able to login. There seems to be a 10 user limit. How can I remove this without disturbing users that are alrrady logged in and working? === KindTwo is now known as KindOne [09:02] Hello, is there a way to know which kernel driver my touchpad is using? [09:02] branches, try lsmod [09:06] hello all [09:07] I'm on 14.04.2. Does upgrading to .5 enough for security updates for me till 2019 ? [09:07] Does = I [09:07] Does = Is [09:07] Haris, you should be on 14.04.5 which is the current version. [09:08] sudo apt-get update && sudo apt-get dist-upgrade [09:08] have php, php lib for mysql, mysql version changed between .2 and .5 ? [09:08] 14.04 is supported until 2019 [09:11] hateball: ok I guess I'll surrender to network-manager, thanks for nmcli hint (I didn't know it) [09:11] Haris, you can update apt database and check php / mysql version with apt-cache show [09:13] checking [09:15] dist-upgrade and do-release-upgrade are two separate things ? [09:15] YES [09:15] dis-upgrade would upgrade pkgs till the same major release ? [09:15] Haris, ... within the same major release [09:17] I get This requires installing packages from unauthenticated sources. [09:17] Im not sure what sources are those, how can I check and also how to get rid of them? [09:17] how do i check which version of the sftp protocol a server supports? [09:17] OnceMe, /more /etc/apt/sources.list [09:17] ok [09:17] I also get this: [09:17] OnceMe, that would be more ... [09:18] https://thepasteb.in/p/Q1hBOBAR1Zwu8 [09:18] OnceMe, yep... ppa are non-trusted [09:18] but why is this ppa not found? [09:18] the 404 suggests that either the package has been dropped or that source is in error [09:18] I used this to regularly update php [09:19] how to fix the source? [09:19] Should I remove this ppa? [09:19] zamba, sftp localhost, when logued, type "version" [09:19] OnceMe: talk to the ppa owner [09:19] OnceMe: this is why ppa's are not trusted [09:19] OnceMe, your choice. I don't do ppa myself ... [09:19] how do you install php then? [09:19] also I see in sources.list.d some files [09:19] those are ppa untrusted right? [09:19] from the main repos ... apt install php [09:20] OnceMe: you use the distro provided and maintained packages [09:20] that way you are guarenteed support for the lifecycle of the distro [09:20] ikevin: thank you :) [09:20] cfhowlett: but that php version is obsolete [09:21] zamba, you welcome [09:21] OnceMe: what version of ubuntu are you using [09:21] 14.04 LTS [09:21] OnceMe: what version does that ship with ? [09:21] 5.4 ? [09:21] yes [09:21] 5.6 i think [09:21] o: [09:21] but I need fpm as well [09:21] fpm is not included [09:22] OnceMe: so use a later version of ubuntu (16.04 lts for example which ships with 5 or 7) [09:22] OnceMe: and that way you get support for the full lifecycle [09:22] I want 5.6.30 [09:22] it doesn't really work like that [09:22] more so with fixes being back ported [09:22] the version will not always match upstream [09:23] OnceMe, why you wan't this specific version? [09:23] because I have all I need in that version [09:23] and on my production server, it's 5.6.30 aswell [09:23] I want that to be matched [09:23] OnceMe: it doesn't work like that though [09:23] I could used vagrant though === JanC is now known as Guest13435 === JanC_ is now known as JanC [09:25] ikonia: what it doesnt work? [09:26] OnceMe: ? [09:26] OnceMe: it doesn't work like that though [09:26] OnceMe: you don't just pick an upstream version and say "I want that" [09:26] Hello. Can i pastebin an Image at https://paste.ubuntu.com/ ?? [09:26] vyddtu: imgur.com [09:26] vyddtu, yes? [09:26] vyddtu: no [09:27] screenshot the image then imgur it .. though why you would want to ... [09:27] oops.. i want to paste an image somewhere before asking you people my query. [09:27] vyddtu, yes. Open image in text editor, and then paste. :/ But use imgur maybe... [09:27] Legal: let me try. thanks [09:28] ikonia: so what do I do? [09:28] OnceMe: understand the versions the distro ships and pick a distro that supplies a support version that meets your requirements === stefa____ is now known as sco01 [09:28] well you are saying I should use vagrant [09:28] OnceMe, or don't upgrade php/mysql (freeze your currents package) [09:28] but I think its the best way anyway [09:29] OnceMe: not at all [09:29] I'mnot saying that at all [09:29] OnceMe, http://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package [09:29] really bad idea ^ [09:30] agreed [09:30] i know, but ... [09:30] ikevin: best not to give bad ideas out probably [09:31] Ben64: would you recommend vagrant [09:31] no [09:31] Hello. I want to reinstall my Ubuntu.[[[ http://picpaste.com/unnamed.png ]] This is my current Disk Architecture along with Windows 7 installed which i feel is not correct. Please suggest me right partitions for fresh Installation. [09:31] why not [09:31] OnceMe: no [09:31] OnceMe: for the reasons I stated earlier [09:31] I have no idea why you think vagrant voids those reasons [09:32] vyddtu: why reinstall? and you should be able to boot the installer and choose to replace ubuntu [09:33] Ben64: you mean i run the Ubuntu 16.04 DVD again and replace Ubuntu? [09:33] vyddtu: yeah that should work [09:34] ikonia: it doesnt [09:34] but can ensure my distro is the same across local, staging and production environment [09:34] I use centos 6.8 on a local/staging platform [09:34] OnceMe: by using the same distro [09:34] yes [09:34] yeah, then install centos 6.8 [09:35] thats why I need vagrant [09:35] no [09:35] no [09:35] I like ubuntu as a home desktop [09:35] thats how you ensure it [09:35] OnceMe, if you wan't the same env as your production, clone your production server [09:35] what? [09:35] either use ubuntu or use centos, you can't make them the same [09:35] I know [09:35] I use ubuntu [09:35] i don't think you do know [09:35] for a home desktop, and when I develop apps, I use vagrant to run centos 6.8 [09:35] becuase thats my production server [09:35] right? [09:36] use whatever technology you feel best to deliver a centos environment that mirrors your production server === bwr_ is now known as bwr [09:36] Hello everyone! [09:37] ok great, thanks === sleepfro is now known as ifro [09:37] I have upgraded my Ubuntu OS to 16.04. Few MySQL tables are broken because Of that. Is there any way that I can downgrade MySQL to 5.5? [09:38] no [09:38] aavrug: use vagrant [09:38] and tables won't break because of an upgrade [09:38] OnceMe: please stop telling people to blindly use vagrant [09:38] it is not the answer [09:38] OnceMe, do you work for vagrant or something?? [09:38] aavrug, normally there a script to convert mysql database after upgrade [09:38] ikonia, yea it is in MySQL5.7 even from 5.6 there are lot of changes and because of that something broken [09:39] ikevin, what's that? [09:39] cfhowlett: yes [09:39] :D [09:39] OnceMe, why I use vagrant? [09:40] aavrug: you don't, it's not a solution [09:40] I don't think this is my solution [09:40] aavrug: you need to understand what is cause the problems and if it's really "tables" that are broken [09:40] Ben64, yea [09:40] Ben64: actually my ubuntu /var used to get filled. Tired of solving this problem am trying re-install. [09:40] aavrug, what does mysql log said? [09:41] vyddtu: you'd probably have more luck solving the problem instead of reinstalling [09:41] ikonia, I got the error and tried to fix that but still getting same error like there is a comparuison using ">" operator which is working fine in 5.5 but from 5.6 it is not working. Even I tried to convert my tables to utf8-general-cli but still not working [09:42] you've just said things that don't make sense [09:42] you have a comparison in the sql thats failing, so you convert your tables to utf8 ? [09:42] Ben64: i tried shifting /var to my my home director and making appropriate changes in fstab, but thats where i broke the system. it is working but shows errors. [09:43] vyddtu: why would you move /var to home??? [09:43] vyddtu, wait, what? why? [09:43] The table collation was latin-swedish-ci and I searched for the error I got that I have to change it to utf8... [09:43] aavrug, ">" operator work fine in mysql 5.7 [09:44] aavrug: the first thing I would suggest you do is make a clean note of the problems/errors, then talk to the #mysql channel to understand how to deal with them [09:44] the problem isn't ubuntu, the problem is your application may need work to comply with the later mysql version [09:44] aavrug, "select 2 > 1 ;" said what? [09:44] Ben64: My /var used to get filled and i was unable to install any more software when my root had much space. So i was suggested to merge /var with root partition and delete /var [09:44] ikonia, 1 [09:45] cfhowlett: sorry merge /var to root i meant [09:45] vyddtu, worst - advice - ever [09:45] aavrug, it mean the operator work, maybe you have problem with rom type [09:45] cfhowlett: i was given this link to follow: http://askubuntu.com/questions/89105/how-do-i-relocate-on-my-ubuntu-moveable-directories-var-and-usr [09:45] Btw I know it is MySQL related error but I have shortage of time that's why I was looking for a way to downgrade the MySQL version. [09:45] row* [09:46] But it seems there is no way to achieve that. [09:46] aavrug: not going to happen [09:46] aavrug: get everything documented and clear and talk to the experienced guys in #mysql [09:46] aavrug: they will be your quickest path to sucess [09:46] ok thanks [09:46] yea I think so [09:47] aavrug: you'll need to describe your problems clearly though [09:47] aavrug, be sure you row are INT (or any numeric type) [09:47] ok I'll check and thanks I'll take care of that. [09:51] sorry got disconnected :-( === mquin_ is now known as mquin [10:04] this resolvconf package... wtf is this? what was wrong with just having /etc/resolv.conf, nice and simple? [10:05] some people benifit from it with things like dnsmasq for vpn connections === ifro is now known as sleepfro [10:09] des_consolado [10:10] you don't like resolvconf? [10:12] NotLim: I don't think so, I haven't looked too much at it but it's certainly not as simple as the usual resolv.conf === Guest79275 is now known as EriC^^ [10:12] yes [10:12] you just have to edit /etc/resolvconf/resolv.conf.d/base [10:12] i think [10:12] then resolvconf -u [10:19] I need to start multiple python scripts concurrently, and keep them running even if they fail. Is systemd the tool for the job? [10:21] g105b, yep it can [10:21] More specifically, I know there are various tools around systemd (upstart, initd), and I wanted to make sure I have the terminology correct before googling. [10:22] g105b, it depend of the ubuntu version you use [10:22] I am looking for a parental control system for children, it should mainly be able to do two things: restrict computer and internet access times and log what the children are doing/which applications they are using. but the first one is more importan [10:22] hi [10:22] does anyone know of such a thing? [10:22] g105b: upstart and sysvinit are not tools around systemd, all 3 are init systems. [10:22] How are you? [10:23] CFIL, iirc, dnsmask can do this kind of things [10:23] CFIL: Google Chrome browser has some good parental controls, unless your kids are trying to do something linux specific [10:23] isn't there a parental control thing built into the desktop ? [10:24] ikevin: yes but that is too easy to google for. [10:24] ikonia, is it part of unity? [10:25] CFIL: not sure, I'm not sure it exists, I'm working from memory [10:25] CFIL: put some thought into a single silver bullet strategy....and the weakness of such a single silver bullet strategy.... [10:25] there is this info from the ubuntu wiki using different tools https://help.ubuntu.com/community/ParentalControls [10:26] ok thanks everyone [10:26] tatertots, I don't understand what you mean by that [10:26] ping [10:26] CFIL: good luck === geodb27_ is now known as geodb27 [10:27] jk_, the topic is ubuntu support. ask your questions or chitchat in #ubuntu-offtopic, [10:27] at me [10:27] CFIL, install ctparental and configur it at http://127.0.0.1/CTadmin/ [10:28] ikevin, thanks, I am looking into that [10:28] CFIL: best analogy i can throw at you is......my automobile has seat belts AND air bags [10:29] if you still don't get it....i can't help you there [10:31] yes but this is just about some time control for children, not about car crashes. And if they put the effort into it and find some holes in the control program its not even bad, at least they had to think about how the system works === jstein_ is now known as jstein [10:32] good luck with your endeavors === jstein is now known as jstein_ === jstein_ is now known as jstein === Spontex is now known as Guest85527 [10:40] If I put a new .service file in /lib/systemd/system will it load at boot time by default, or do I need to do some configuration to get it to start automatically? [10:43] g105b, you need to do a systemctl enable [10:44] *enable [10:44] ikevin: and that will persist across multiple boots? [10:44] g105b, yes [10:44] Cool, sounds simple. [10:44] EriC^^, +1 (sorry) [10:59] Question: I have a lenovo t420. When I unplug my charger, it gives me an estimated time. But the estimate is very, very off. It will say like: "Estimated time left: 40 hours". What is causing that? [11:00] How do I open tabs in default terminal? [11:01] I see only "open new terminal window" option. [11:01] elias_a: like on a browser [11:01] ctrl+shift+t [11:01] hi [11:01] elias_a: what is the terminal? [11:01] terminal is a cmd prompt [11:01] (I use lubuntu LTS, I'm out of the loop) [11:02] hi alex [11:02] thegame: no I mean what is his default terminal [11:02] who knows [11:02] k1l_: Does not work for me. :/ [11:02] where are u guys frm ? [11:02] the standard terminal on ubuntu is gnome-terminal [11:02] elias_a: what ubuntu is that exactly? [11:02] yakety yak [11:03] k1l_: 16.04 LTS [11:03] It's lxterminal then [11:03] And Gnome terminal in use. [11:03] elias_a: and desktop? [11:03] hi alex [11:03] alex [11:03] alex [11:03] lxterminal? only on lubuntu [11:03] knock knock [11:03] alex73: no, lxterminal is not the standard terminal on ubuntu. its on Lubuntu since that uses lxde [11:03] Oh my bad, sorry, brain is fried from no sleep [11:03] I misread [11:04] thegame: keep this channel for technical support only [11:04] die [11:04] ok [11:04] watsup ppl [11:04] k1l_: Unity [11:04] mate [11:04] thegame, topic is ubuntu. ask your questions here or jibberjabber in #ubuntu-offtopic [11:04] elias_a: since no one else answered, here: http://pastebin.com/LTKMBMUk [11:04] elias_a: are you sure you used "ctrl+shift+t"? [11:05] does anyone see football [11:05] k1l_: Yes I am certain. [11:05] thegame: last warning now. this channel is not for chat, only technial support [11:05] which u r ? [11:05] thegame, nothing to do with ubuntu support. focus. [11:05] wghich team [11:06] with the name game, i shouldnt talk abt football [11:06] so sad [11:06] elias_a: did you change the shortcuts then? [11:06] elias_a: if you use that script, ctrl shift t will work [11:06] alex73: it works without some scripts. [11:06] k1l_: What puzzles me is that there used to be "open new tab" in the menu anymore. [11:06] @cfhowlett ????????? [11:07] elias_a: its not in the menu, but the shortcut works. so the question is: what did you change there [11:07] And this is quite newly reinstalled. [11:07] elias_a: go to preferences, do you see 'open new terminals' ? [11:07] helooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo [11:08] !ops | thegame kick/ban request [11:08] thegame kick/ban request: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, PriceChild, Tm_T, jpds, ikonia, Flannel, genii, wgrant, stdin, h00k, IdleOne, nhandler, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, k1l, rww, phunyguy, bazhang, chu [11:08] its time to play the game !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [11:08] alex73: I have to figure out which menu is which as I use ubuntu in Finnish. [11:08] you cant kick ,eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee [11:08] elias_a: Make sure it's set to 'tabs' and not windows (when you do the shorcut do it do anything?) [11:08] elias_a: Aha I see [11:09] alex73: First dropdown menu from the left? [11:09] who willl see wwe ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [11:09] elias_a: I haven't used gnome terminal in years. Maybe [11:09] It's finnnish for options/preferences ? [11:10] elias_a: try it. https://i.stack.imgur.com/aHvHN.png <----- the new window looks like this [11:10] alex73, k1l_ : I found the problem. The keyboard shortcuts are disabled altogether. [11:10] alex73: that doesnt change anything on that the shortcut i named has to work. [11:10] there we go [11:11] k1l_: He didn't say whether the command did anything. Check on the off chance that it was opening windows [11:11] elias_a: and nice :) [11:12] alex73, k1l_ Thank you! [11:12] Now it works like charm. [11:13] I suppose gnome-terminal settings are saved in /home/user ? I'd of course like them to survive reinstall and so forth. [11:14] * dimisdas creeks [11:16] elias_a: It's been a while, not sure if this is still the correct config location: ~/.gconf/apps/gnome-terminal [11:17] any one use recordmydesktop and get very pixalated results ? [11:17] maja: obs project is way better for some stuff [11:17] https://obsproject.com/ [11:19] Hello! I am trying to set a user account password expiery date on Ubuntu Server, but I only find the "chage -E" option making the entire account expire instead. I don't want to use the max days option, I want to set a date instead. is that possible? [11:19] EriC^^: i am in terminal and just talking about some code [11:20] but pixals take too long to update and i get artifacts all over [11:20] maja: odd, i'd try obsproject though, i really like it [11:21] EriC^^: not avalible from repo ? [11:21] no, i dont think so [11:21] !info obsproject [11:21] Package obsproject does not exist in yakkety [11:21] !info obs-studio [11:21] Package obs-studio does not exist in yakkety [11:21] ahh custom repo [11:22] not my fave but it will do [11:22] maja: it's pretty powerful ;) [11:22] EriC^^: on my machine it's visible in universe [11:22] it is? what's the package name? [11:22] EriC^^: just as long as it doesn't pixualate [11:23] EriC^^: obs-studio [11:23] ah it is, odd [11:23] maja: try sudo apt-get install obs-studio [11:23] is working :) [11:26] EriC^^: installed but isn't doing much [11:26] i press record and not much happens [11:27] do you have sources selected? === On4r4p is now known as On4r4p589 [11:29] sources screen cap but doesn't seem to output a file === k1l_ is now known as k1l [11:32] EriC^^: and it works :D [11:33] thanks [11:39] hey, i'm new to Linux and i have question. What's the best way to copy *large* files from ubuntu computer to external hard drive? i guess ctrl-c and ctrl-v is not reliable. pls help. [11:39] masami, the copy command is cp ... [11:40] cfhowlett: do you know gui app for that? so that there's something like indicator to let me know when copying is finished [11:41] masami, terminal time: man cp will give you all the details, but the --verbose option will display progress [11:41] masami: first look if your filesystem on the external hdd can make use of that big files (like 4gb limit on fat). then you can use the gui file explorer and use crtl+c and ctrl+v. but you can use rsync if you want to be very sure [11:42] masami: why do you think the file browser is not good for this? [11:43] cfhowlett: i type terminal time: man cp on terminal? like that? [11:43] masami, yep. [11:43] first the dash >> terminal [11:43] open the terminal and type man cp [11:43] k1l: i just formatted a 4TB using gnome disk utility to encrypted (because i read it gives secutiry). what do you mean sorry? [11:44] ..now it is a blank hard disk [11:44] masami: i ask why you think the gui copyprocess is not reliable. [11:45] Hello ;), what's going on with Ubuntu? I've been using Ubuntu Gnome since 16.04 (previous was using ElementaryOS and Ubuntu before that) and I am experiencing general unstabillity. I had to ignore at least 3 reported errors on startup ,I still have a problem of automatically switching fly mode on and off(i think this was also reported), audio isn't switched automatically when I plug in and out the headphones, suspend when I closed the l [11:46] problem is that twice during last week I got log out when I locked the screen(hopefully this is just temporally) , is this case of bad luck, me doing something really wrong or quality of Ubuntu isn't what it used to be ?.... [11:46] Really I need stable Linux Distro where I dont have to configure that much so I can focus on my work [11:46] HI folks [11:47] cfhowlett: can you give example how to use the command you sent? [11:47] guys, how to show bw graph in Mb/s rather than MB/s ? [11:47] bits vs bytes [11:48] masami, cp location1filename location2filename --verbose [11:49] cfhowlett: ok. and there will be ETA? [11:49] Does ubuntu support switchable graphices for laptops? i have amd and intel graphics on hp laptop [11:49] oops wrong window [11:54] Hello! Trying to create a bash script to learn (task in a book) but I fail at the first part. I need to check weather a disk exists, I do this by checking for it in /dev/sd* (as it's not mounted) but my bash fails and can't see /dev/sdd even though it exists. https://hastebin.com/etajuhosed.bash [11:54] ok i get it. thanks [11:56] ostekake: try -b instead of -f [11:57] ok trying thanks ducasse : ) [11:58] thank you that worked ducasse! [11:58] ostekake: /dev/sdd is not a regular file :) [11:58] I noticed, but I thought I could treat it like a file any how as it's not a directory [11:59] apparantly my view of files is too boolean [12:07] Also, use [[ ]] instead of [ ] for testing files, and printf instead of echo [12:07] OlofL: yes [12:07] OlofL: do you need a hand with it? [12:12] how can I get rid of ppa-s? [12:12] I want only truested repo sources [12:12] !ppa-purge | OnceMe [12:13] I love pork [12:13] !ppa-purge | OnceMe [12:13] ubottu seems ill [12:13] ? [12:14] where can I see lists of all ppa-s? [12:14] I want manually ot remove it [12:14] and should I remove apps I have installed via it? [12:14] OnceMe: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [12:14] OnceMe: you better use ppa-purge since that removes the apps automatically [12:17] Can anyone tell me where are the settings for the „taskbar” are stored? I'm trying to modify the default shortcuts for guest-session [12:17] OnceMe: you can see the ppas when running "ls -al /etc/apt/sources.list.d/" [12:18] hello! Trying to create a bash script, and ..I think it should work, but getting unexpeted end of file (want to test it, it probably fails and is terrible now), could any one take a look? :) https://hastebin.com/ilaheyukuw.bash === mohammad is now known as linuxlove [12:34] hep [12:47] ostekake, you have 4 instances of if but only 3 of fi, so one if statement is not closed... === Guest68041 is now known as Menzador [12:48] Legal, thanks, looking at it now. I updated but I cannot for the love of god find out where the last fi should be https://hastebin.com/vukecayugu.bash [12:49] (i should be 0, I know) [12:51] ostekake: the if on line 20 needs to be closed [12:52] also the one on line 18 is extra [12:52] thank you EriC^^! [12:55] ostekake: why are you mounting /dev/sda in line 28? seems like a typo? [12:55] that is correct! [12:55] I don't really know much, learning as I go [12:56] thank you for pointing it out :) [12:56] the script actually seems to work now though, I'm happy [12:57] hi [12:57] Hi, does anyone know if its possible to generate a initramfs that uses cryptsetup with a detached header using update-initramfs? === Rahul is now known as Guest77737 [12:59] ostekake: no problem [12:59] that's good [12:59] Hi guys === Guest59662 is now known as Numline1 [13:00] Hi, I am new to Linux based Operating systems. I would like to know more about coding, primarily OSD. Can somebody help me. I know C and C++. [13:00] So ummm Im thinking of getting a 2nd hard drive to install onto my desktop pc (Which is basically my gaming workhorse) and install Ubuntu onto that 2nd Drive... [13:00] this is just to experiment with [13:00] how big a drive would you recommend? [13:00] Im new to linux [13:00] Hello. [13:01] JFox762: anything over 20gb will do [13:01] Would I find myself filling up that 2nd drive by *A LOT* [13:01] JFox762, 10TB, Helium seagate. But anything modern will do :) [13:01] JFox762, linux doesn't take much space, maybe 20GB with the OS and a bunch of applcications. Just depends on how much space you want for media === PhilS_ is now known as Billtuer [13:01] well i plan to keep aall my games and media on my windows drive [13:01] JFox762: its up to you. minimum would be like 10-15GB [13:02] JFox762: you can access ntfs from linux [13:02] i.e your windows drive [13:02] Oh ok... so would a 500 gb hd last me a while? [13:02] yes absolutely [13:02] JFox762: the ubuntu systen uses around 10gb. the rest is the stuff you store on the hdd. [13:03] when Im booted into linux... [13:03] JFox762: I am using a 120GB ssd where I install everything [13:03] i can't affect the files on the windows drive... right? [13:03] JFox762: you can access the windows drive and edit it as you please === Billtuer is now known as ThinkTeamwork [13:03] hmm ... so if i screw something up in linux [13:03] i can screw up my windows drivE? [13:03] JFox762: you can mount the windows partitions, yes. [13:04] brb... but feel free to answer... [13:04] JFox762: If you do something wild which breaks linux, it won't affect the windows partition, no [13:04] mostly [13:05] now then, you can always get in the windows partition and hit the delete key a couple of times while selecting folder [13:05] is that what you mean by screwup? [13:10] tatertots: maybe soon :) if ubuntu supports it, does also kubuntu then? [13:10] JFox762: if you run a command that uses root privileges you could screw it up big time [13:11] especially stuff related to disks and partitioning [13:12] so is there a way to set up my partition... [13:12] Guys Im trying to format my encrypted internal HDD drive. I have already used the chown command to give me the attributes to doanything on the drive.The thing is I want to format it and doesnt let me [13:12] so that my Windows Drive HDD [13:12] and my Linux HDD... are completely separate [13:12] so that if I boot into linux Hdd [13:12] it can't access anything from the Windows HDD? [13:13] so just don't run random stuff, and always see which name is in the command [13:13] not even see the partition? [13:13] all this started because I formatted my system from cero and now all the system is a little bit weird, small [13:13] why is this? [13:13] like /dev/sda isn't the same as /dev/sda4 [13:13] JFox762: yeah you can pass a parameter to the bootloader grub and it won't let linux see it at all [13:14] Ok... [13:14] OlofL: yes [13:15] my ultimate goal, eventually, is two have 4 drives on my PC... I eventually want to take my current 1TB HDD, and replace it with a 2TB SSHD for my Windows.... and just migrate everything over to it [13:15] then my 1 TB, I will format it, and turn it into a linux hdd [13:15] and then.... [13:16] perhaps two drives of 1 TB each in a Raid 1 Config for stable storage of important documents, etc... [13:16] JFox762: you can also use virtualbox to setup and test ubuntu in a virtual machine inside windows, without getting a new hard drive [13:16] I tried virtualbox... but it was sluggish [13:16] Which is crazy because my system is pretty decent [13:17] i5 4690k [13:17] Did you give it 2 or 4 cores? [13:17] GTX 970 [13:17] and I think I have 16gb [13:17] I have no idea [13:17] Im not on my desktop [13:17] The default is to be single core, that's one of the reasons it would be sluggish [13:17] The other would be "no client graphics drivers" [13:18] im on my C720 Chromebook running GalliumOS (a xubuntu distro) === jackNemrod_ is now known as jackNemrod [13:18] Gallium OS is my first experience with Linux [13:19] I have to say I like it so far... but it is limited in strong part due to the fact that my chromebook has very limited specifications [13:29] Hello people, do anyone familiar with yum commands? [13:30] akash_, maybe yes, so why asking about yum on an ubuntu channel? [13:31] ikevin: I use ubuntu and thought this is the best channel to get knowledge with ubuntu related jobs :) [13:31] how can you restore to original settings lol [13:35] ikevin: Have you used yum before? [13:36] yep, so not under ubuntu and not for advanced use [13:37] akash_, what problem you have with yum? [13:40] ikevin: Recently I installed yum, and when I use sudo yum install . It throws some error with https://www.irccloud.com/pastebin/HKfSorLl/ [13:41] oops [13:42] akash_, and repo list give you a valid list of repo? [13:43] ikevin: No, when I follow yum repolist all, it shows zero [13:44] akash_, so, add some repo :p [13:47] is there some way to run memtest86 equivalent on linux? [13:48] you don't run it from within an OS [13:48] it's a boot option [13:48] if you run it from within the OS - it's not going to be a sane test [13:48] hmmm.... [13:48] thing is... uhh [13:48] Im on a chromebook c720 [13:49] running gallium OS [13:49] then why are you in this channel ? [13:49] asking for help, as this is nothing to do with ubuntu [13:49] well it is based on ubuntu [13:49] Hello all, this my first message. Hope you have a great day! [13:50] it's not ubuntu though [13:50] and this channel only supports ubuntu [13:50] Hello, anyone knows how to block ubuntu from computing? It keeps going and I don't know how to stop [13:50] RxMcDonald: whats the problem [13:50] sorry [13:51] JFox762: no problem [13:51] ikonia: It keeps computing but I need to compute something else [13:51] RxMcDonald: explain the problem "it's computing" means nothing [13:52] Hi [13:52] ikonia: the CPU keeps going and going and I need to compute other things [13:52] RxMcDonald: what is it being used by [13:53] ikonia: Ubuntu keeps computing and i can't do anything It's computing with the CPU [13:53] RxMcDonald: what is using the cpu [13:53] ikonia: Ubuntu [13:53] RxMcDonald: no it's not [13:53] RxMcDonald: what process is using the cpu [13:54] Ubuntu keeps computing, I can't do anything [13:54] RxMcDonald: how do you know this [13:54] how do you know it's "computing" [13:55] Because I can see the computer CPU with a green light in front of it [13:55] RxMcDonald: sorry, I'm not accepting this as a diagnosis [13:55] It is flashing very fast so it's still computing [13:55] RxMcDonald: lets start from the begining, what version of ubuntu is this [13:55] Does anybody know a good chat client for ubuntu ? I want to use if possible facebook messenger irc and whatsapp in 1 client :) [13:56] theptr: you'll be dissapointed then [13:56] ubuntu 6.10 [13:56] RxMcDonald: then it's not supported [13:56] ikonia, is it not possible ? [13:56] Hopefully you accidentally left out the leading 1 there [13:56] ikonia: ok how do I add more ubuntu in the CPU? [13:56] RxMcDonald: sorry - we don't support ubuntu 6.10 here [13:57] it's an end of life distirbution [13:57] ikonia: tell me how to increase the ubuntu in the CPU please [13:57] and I've got to be honest, I think this is a "troll" question [13:57] RxMcDonald: no, 6.10 is end of life [13:57] yes but how do I increase the ubuntu? [13:57] as if any cpu has a flashing light on the mother board to show how hard its working [13:57] RxMcDonald: discussion over, your distribution is not supported, [13:58] but I want to increase ubuntu to supported CPU [13:58] Support for Ubuntu 6.10 Edgy Eft ended April 2008 [13:58] ikonia, i think he wants to know how to upgrade his ubuntu to for example 16.04 [13:58] theptr, try pidgin [13:58] pauljw, going to give it a try [13:59] theptr: I don't think thats the case at all, [13:59] sorry guys, but RxMcDonald is a confirmed troll. comes by about every 10 days with off the wall queries such as this. best to add to /ignore [13:59] cfhowlett: thank you, I suspected as much [13:59] cfhowlett, that makes sense :) [14:10] guys I have reinstall my systema and all the installation process has been very complicated. Now all that is installation doesnt work or works slowly [14:10] why can this be? [14:10] define doesn't work please Condor_peregrino [14:17] ikonia: for example I want to install the "Terminator" terminal. I did a successful installation through the terminal without any problem. Then I try to open it from Ubuntu menu and it tries to open but nothing happens. Then I run the command "Terminator" form the terminal and it works awesome. That happens with many packages that Im trying to install [14:18] Condor_peregrino: thats not being slow [14:19] Condor_peregrino: that suggests to me the place you're installing to is not in the desktops path/location aware, so it can't open the applications [14:24] Good afternoon! [14:24] I have a problem... maybe someone can help me... [14:25] Taxicletter: I guess we'll never know [14:25] Unless I ask a question, of course! [14:25] :-D [14:25] I'm on Xubuntu and I have an external USB drive, FAT, with my music on it. [14:26] I just took a backup from that drive with Back In Time. Now I want to copy some more music to it, but I have no acces, While me myself am the owner?? [14:27] With read/write permissions. The group is also my name, but only read permissions. I try to change that in the property window, but that doesn't work... [14:27] SO, blocky... can you help? :-) [14:27] Taxicletter, do you have the drive UUID entered in /etc/fstab? [14:29] I don't think so, I didn't do that anyway. [14:31] Anyone in chat using VOIP softphone software for their PC? I tried to setup our windows version using wine/mono but although it installs when I load it I just get a black app window and high CPU usage [14:31] use a native linux one [14:32] Any recommendations? [14:32] In fstab is only my harddrive, it says to use blkid and than I have it there:"/dev/sdc1: LABEL="MUZIK" UUID="192F-1717" TYPE="vfat" [14:32] " [14:32] doesn't the astrix client support softphone ? [14:32] ikonia, I'm new to this, don't know about astrix but the windows one is 3CX, [14:33] yeeve: look up astrix [14:33] yeeve: see if the client does enough of what you want [14:33] *asterisk [14:34] ikonia: I agree, how can I fix this?. How can I detect what is real problem? [14:34] thanks Pici [14:34] Condor_peregrino: I'd look at the programs you are installing them. how you are installing them, then research how to setup unitys desktop to be aware of those locations [14:34] Can't seem to find astrix/asterisk clients but there is a lot of recommendations for Ekiga so I'll start there [14:35] yeeve: what you want is a SIP client, and Ekiga is one [14:35] ikonia: all the programs has been installed from Ubuntu software center, thats why I have this doubts. They should be installed correctly with no problem or not? [14:35] Taxicletter, for example here's my outboard sata drive entry in /etc/fstab : UUID=b56bb1a6-e887-4383-aaeb-e9ad50d34f47 /media/kaj ext4 defaults 0 1 [14:35] I see hateball thanks for the clarification :) pretty new to this stuff [14:35] ikonia: should I use my SSD for all the programs and the storage on the HDD? === Menzie607 is now known as Menzador [14:35] ikonia: both disks are encrypted [14:36] @BluesKaj this is what mount gives about that drive: /dev/sdc1 on /media/jonathan/MUZIK type vfat (ro,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2) [14:36] yeeve: and well, your voip solution needs to use standards of course, so you dont in fact have to use some combo of a particular proprietary client [14:37] Condor_peregrino: you don't normally get a choice the installer will install in common locations (eg: /usr/bin) it's up to you if you use the ssd for that or not [14:37] Taxicletter,, use sudo blkid for the UUID of your drive [14:37] I thought as much hateball but I had to try the windows client first to please management, it does't work so now I'll look for a native linux client which will fit our needs. Do you have any recommendations? Ekiga has poor reviews in SoftCent but I'm still happy to try it out [14:38] I did, I already posted that: /dev/sdc1: LABEL="MUZIK" UUID="192F-1717" TYPE="vfat" [14:39] that's not a UUID m use blkid for it [14:40] yeeve: Not really, I've mostly used Ekiga. Just try it and see if it goes well [14:40] Ok hateball I will do :thumbs-up: [14:41] ikonia: perfect [14:41] BluesKaj, this is the complete output of blkid: ~$ blkid [14:41] ~$ blkid [14:41] sudo blkid [14:41] Hm, it doesn't paste [14:42] !pastebin [14:42] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://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:42] !pastebin [14:42] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://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:43] ikonia: I have detected the error, how can I send you an image through here? [14:43] ikonia: pastebin is for terminal but images? [14:43] sudo blkid [14:44] Condor_peregrino, imgur [14:44] Condor_peregrino: imgur.com [14:44] Even line for line it doesn't paste? I don't know pastebin, I try it [14:45] Taxicletter, sudo blkid in the terminal [14:45] yes I know, and sudo or not, it gives the same result. [14:46] for the other drives, i see a partuuid, but not for the usb drive, that only has a uuid [14:46] Taxicletter: what doesn't paste === sleepfro is now known as ifro [14:46] If I copy line per line from my terminal window, it seems to dissappear when I hit "enter" in HexChat. [14:46] Taxicletter, lsusb [14:47] Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [14:47] Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [14:47] Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [14:47] Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [14:47] Bus 001 Device 011: ID 357d:7788 Sharkoon QuickPort XT [14:47] Bus 001 Device 005: ID 0dbf:021b Jess-Link International USB-2.0 IDE Adapter [14:48] Taxicletter, that's why I suggested pastebin, to prevent flooding [14:49] Taxicletter: you don't need to put it to fstab unless you plan on using it all the time and having it automount and stuff [14:49] Oops. Sorry BluesKaj [14:49] Okay, but how come I can't write to it anymore, suddenly? [14:50] I'm the owner, I can see, and I have read and write permissions. [14:50] Taxicletter: you mounted via something with elevated privileges probably [14:50] Only the GROUP I'm in (same name as my user name) has only read permissions. [14:50] touch /media/jonathan/MUZIK/blablatest [14:50] I unmounted and re-mounted in, but that didn't help [14:51] Taxicletter: try "ls -ld /media/jonathan/MUZIK", what's it say? [14:52] It says: drwxr-xr-x 37 jonathan jonathan 32768 jan 1 1970 /media/jonathan/MUZIK [14:52] ok, type "id" [14:52] Hm, that date is strange, no? [14:53] yeah, it's epoch date [14:53] UID=1000(jonathan) GID=1000(jonathan) groepen=1000(jonathan),0(root),2(bin),3(sys),4(adm),20(dialout),21(fax),24(cdrom),25(floppy),26(tape),27(sudo),30(dip),37(operator),44(video),46(plugdev),50(staff),107(crontab),113(lpadmin),115(nopasswdlogin),128(sambashare) [14:53] maybe it just uses it as a filler [14:53] wow that's a *ton of stuff [14:53] I tried to get me in every possible group, but I'm not finished yet, it's to many groups. [14:53] what for? [14:53] I tried that to solve the writing problem [14:54] I like linux a lot, but I go crazy from the permission stuff. [14:54] ok, try "touch /media/jonathan/MUZIK/blablatest" [14:54] Nothing happens? [14:55] Taxicletter take a look at chmod and chown [14:55] yes, theres a new file in MUZIK [14:55] Taxicletter: that means it worked, try "ls -l /media/jonathan/MUZIK/blablatest" [14:55] Taxicletter: ok, so you can write then [14:55] -rw-r--r-- 1 jonathan jonathan 0 feb 28 15:54 /media/jonathan/MUZIK/blablatest [14:56] ok, try copying the music over [14:58] Nope. Still get the error message: read only [14:58] Restart the whole computer maybe? [14:58] Taxicletter: what command are you running? [14:58] no [14:58] I'm dragging the folder from my dropbox-folder to the MUZIK drive. [14:59] I could sudo Thunar and then try again. [14:59] in thunar can you create a random file? [15:01] sudo thunar did work. but WHY is this happening? I could drag files and folders to MUZIK with no problem, and suddenly not anymore... [15:01] hola [15:01] Taxicletter: when you do just "thunar /media/jonathan/MUZIK" [15:01] what happens? [15:03] Then MUZIK opens (that's handy! thanks, good to know) [15:07] guys the error is this: https://imgur.com/a/iMgco [15:07] how can I fix it? [15:07] condorperegrinio, when doing what? [15:08] condorperegrinio, if you read the message, you know what do to to fix it [15:08] condorperegrinio: read what it says under 'the package system is broken' [15:09] Taxicletter: can you create a random file? [15:09] "it say me 'click here' what can i do"? :x === robotrolll is now known as robotroll [15:10] I don't know what you mean. I can make an openoffice document ? [15:10] Taxicletter, touch [15:11] ah [15:11] yep, that worked (like before in the MUZIK folder) [15:18] Guys where to I go to get some help I forget [15:19] help with that ? [15:19] Taxicletter: no i mean like right click new document [15:20] EriC^^ yes that works [15:24] I created a bootable drive to put and E64 Ubuntu 16.04 on my computer and somehow it ended up just being the shell now all I have is a black screen with the command line that doesn't seem to like me very much and it definitely will not give me anything I can't do a sudo command because it keeps coming back with a failed attempt to fetch archives [15:24] I'm not extremely experienced so any help would be much appreciated [15:25] All of the errors are saying temporary failure resolving us.archive.ubuntu.co [15:26] Hello, anyone can help me increase the amount of Ubuntu inside of my CPU? [15:27] Carly, try the recovery kernel, and enable networking when the menu shows up, then sudo update && sudo upgrade [15:27] RxMcDonald: have you tried a hammer and chisel? [15:27] RxMcDonald: this isn't going to suddenly turn funny just because you keep trying [15:29] Blueskaj how do I address you and my message again I forget? Also I have no idea what the recovery kernel is I'm just looking at literally a black terminal page so what would I type in first [15:30] Carly, sudo apt update && sudo apt upgrade rather [15:30] RxMcDonald: open terminal [15:30] Carly: you installed ubuntu then you started the pc and got a black screen? [15:30] Carly, did you see a bootloader with ubuntus listed, it's called grub [15:31] Thanks for the help BluesKaj and EriC^^ I have to go now, see you later maybe! [15:31] tatertots: Yes I'm on the computer right now [15:31] Taxicletter: no problem, see ya [15:31] Blueskaj I did this you don't have to update and Sue to apt upgrade and I keep getting the errors it's failing to fetch the u.s. archives it says temporary failure resolving us.archive.ubuntu [15:31] .com === SuperLag_ is now known as SuperLag [15:31] hello, where can i get previouse kernel versions of the ubuntu kernel? i need to reproduce a bug which was on the "4.4.0-31-generic #50-Ubuntu" kernel. [15:31] Yeah grub was installed [15:32] Not necessarily a black screen but it had me log in and it's just a terminal screen there is no Ubuntu desktop or anything else it's just Bare Bones and I wanted to install the whole thing [15:32] Carly: which iso did you download? [15:32] Carly: do you not have a DE installed? [15:32] RxMcDonald: in terminal> sudo apt install inxi pastebinit [15:32] Ubuntu server 16.04 [15:32] RxMcDonald: let me know when its done [15:33] Carly: server is without gui [15:33] tatertots: please don't feed the troll [15:33] hi everyone [15:33] if i have ubuntu 16.04 can i also install kubuntu? [15:33] Carly, no desktop with the server edition [15:33] Nicomachus how do I address you in my.msg I forget how to do that [15:33] Not quite sure with a de is [15:33] Carly: you just did. [15:34] tatertots: I am not a computer engineer [15:34] it's a desktop environment. The GUI. [15:34] RxMcDonald: please just leave. [15:34] Isn't there an easier way? [15:34] desktop environment =de [15:34] Carly: you have a terminal now, right? [15:34] Okay well if there is no desktop then how can I get it on there via the server and why am I getting all these issues yes I have the terminal open right now but I'm getting errors after errors [15:35] Carly: easy peasy: sudo apt install ubuntu-desktop [15:35] I tried to connect to Wi-Fi again but it didn't work [15:35] Carly, you have no internet connection to the repositories [15:35] xheart: yes, you just have to install kde [15:35] xheart: and then remove unity, if you want. === ohnx is now known as ohnx- [15:36] is kubuntu a more complete OS than Lubuntu? [15:37] neither is more "complete" than the other. They are the same OS with different desktop environments. [15:37] Nicomachus again I am only getting failed to fetch some archives maybe run apt get update or try with --fix-mssiing [15:37] Carly: you're going to need an internet connection. [15:37] It had me set up the internet on initial.boot [15:37] xheart: lubuntus target is slow and old hardware. so its reduced some services [15:38] ok so kubuntu is better? [15:38] xheart: 'better' is subjective [15:38] Blueskaj how do I get the error of unable to fetch archives fixed [15:39] got it [15:39] Nicomachus I have one [15:39] Internet is gtg [15:39] Should I hard wire? [15:39] xheart: if you do like kubuntu, xubuntu, ubuntu, ubuntu mate, ubuntu budgie etc. more, its your choice. [15:40] Carly: sure === circ-user-PeuWb is now known as jabastien [15:40] Carly: try to set the internet up and be able to ping google.com [15:41] How do I ping from terminal [15:41] `ping` [15:41] ping google.com' [15:41] Unknown host google.com [15:41] Carly: try ping 8.8.8.8 [15:42] Connect: network is unreachable [15:42] Hard wire it is [15:42] Carly: did you put an ethernet cable in? [15:42] Right? [15:43] Carly: well you could do wifi too [15:43] No give me two seconds have to relocate [15:43] ok [15:43] Carly: if the internet cable is plug on pc, you have to nano /etc/resolv.conf and put the nameserver (dns) here [15:43] Carly, if you setup a wifi connection during the installation , it's obviously no connected now , so use an ethernet connection if possible (hard wired) [15:43] Carly: hard wire the system, and really give some thought to if you really require ubuntu "server"...sounds like you'd be very dependent on a gui [15:45] Carly, you can install ubuntu-dektop on the server editon , it will work just fine [15:45] err desktop [15:46] Blueskaj I'm hard wired in now and things look no good....Keep getting the failed to fetch error [15:47] Carly, sudo dhclient [15:47] Carly: ifconfig , and see the ip address. is it right ? [15:47] Carly: are you on the irc on the server linux ? [15:48] .Blueskaj nothing happens [15:48] Carly: try ping 8.8.8.8 now [15:48] I downloaded the iso to a bootable USB and ended up with just his terminal that keeps giving me errors [15:48] Carly,o r try sudo apt update [15:48] Carly: hard wire the system, and really give some thought to if you really require ubuntu "server"...sounds like you'd be very dependent on a gui AND network manager [15:49] All I wanted was the regular desktop I have no idea how to fix this now [15:49] first the internet has tested [15:49] looks like we have too many cooks as well [15:49] Blueskaj it worked [15:50] Ping worked [15:50] can you ping google.com now? [15:50] Hangon [15:50] ok now sudo apt upgrade , once the update finishes [15:50] It's not stopping with the first ping [15:50] ok i figured it out :) [15:50] Carly: ctrl+c [15:50] apt upgrade goes upgrade the server files, without gui [15:50] Cool [15:50] press ctrl c to stop the ping [15:51] Ping to google worked [15:51] good ... follow what others wrote, sudo apt update && sudo apt upgrade [15:51] Carly, after the upgrade, sudo apt install ubuntu-desktop [15:51] It's working!! [15:52] yeah [15:52] Hello. I'm connecting to an Ubuntu 16.04 machine via xrdp. How can I let this session appear in the output of`who` or `last`? [15:52] Carly : apt-get install kdebase kde-standard [15:52] Love I love you guys you are the best and so smart hopefully one day I will have as much knowledge of these systems as you [15:53] Carly, did you want KDE/Plasma desktop ? [15:53] I went with Ubuntu desktop [15:53] It's working [15:54] ubuntu has gnome,kde,mate,xfce [15:54] Once this is done what should I do after that [15:55] Should I reboot [15:55] Carly: sudo apt full-upgrade [15:55] i'd choose kde to begginers users [15:55] Carly: then yeah reboot [15:55] Sweet ok [15:55] Carly, if you're a former windows user KDE/Plasma desktop will look more familiar than Ubuntu/Unity desktop [15:56] Swamidevaniravo...I am szwedo beginner as I have Ubuntu desktop on all of my computer's and I'm trying to really kind of teach myself about it [15:56] ok Carly , ubuntu-dektop it is then [15:57] Carly: apt-get install mate-archive-keyring ( to install mate desktop ) [15:57] Wow guys thanks again I have no clue what happened there. If you know what I may have done wrong or what happened and care to share with me so that I can learn and I would greatly appreciate it otherwise thanks again guys it means a lot [15:57] Carly: apt-get install mate-core === xtr is now known as Guest21397 [15:58] SwamiDevaNiravo, ?? [15:58] mate desktop [15:58] just leave it for now, SwamiDevaNiravo [15:58] Swamidevaniravo what is mate core I'm almost done installing Ubuntu desktop [15:58] he knowns [15:59] Carly: mate is another desktop [15:59] keep this way then [15:59] SwamiDevaNiravo: please don't over-complicate things... [15:59] Carly, mate is a different desktop, no point changing horses in midstream here [15:59] Carly, another ubuntu flavor, see http://ubuntu-mate.org/ [16:00] SwamiDevaNiravo, 'mate-archive-keyring' is a faulty package, it does not exist dude [16:00] repository dude [16:01] SwamiDevaNiravo, get your facts right, it does not exist in the ubuntu repos. mate-core and mate-desktop do, btw [16:01] then he can does [16:02] HEllo everyone i just update my kernel in ubuntu 16.04 and i am stuck in a login loop what should i do i am from my phone atm i try to do this chown username:username .Xauthority but it didnt worked [16:02] yakiza: does the guest account work? [16:02] no both of my acc i cant go in it just restarts the log in [16:03] and btw now my log in page has a black border arround [16:03] yakiza: try guest account on login to see if its a user setting of that real users. [16:03] yakiza: try "cat /var/log/Xorg.0.log | nc termbin.com 9999" [16:04] yakiza: if the guestaccount doesnt work, too, then reboot and user an older kernel on grub menu === SwamiDevaNiravo is now known as Islamabad [16:07] EriC^^: i dont have internet [16:07] k1l: it doesnt work but i need a newer kernel [16:07] k1l cause my old kernel doesnt support some things in my hardware [16:07] yakiza: try booting with the older kernel from grub [16:08] no let me try [16:08] yakiza: do you have nvidia? [16:08] yes [16:08] yakiza: you said it worked before you did "some update". [16:08] Any documentation on how to *properly* modify the sources.list? Let's say i want to add a faster server and remove the default one. [16:08] k1l no it worked before i updated my kernel [16:08] yakiza: so boot to that working kernel. so [16:08] how can i enter grub enu? [16:09] *we can manage the failure [16:09] thanks [16:09] k1l how can i enter to the grub ? [16:09] yakiza: press lef shift on bootup. or esc. that depends on the mainboard settings === Islamabad is now known as Pranayama [16:11] left shift right after the logo page [16:11] okay [16:13] k1l i logged in from older kernel [16:14] yakiza: that works again? [16:14] k1l my pc oppend normally it works [16:14] but i need to upgrade to a newer kernel maybe i messed up the upgrade could you guide me ? [16:15] yakiza: "cat /var/log/apt/term.log | nc termbin.com 9999" [16:15] yakiza: what do you mean with "i need to upgrade to a newer kernel" and what did you do? [16:16] hi, how can I install this package: https://nightly.odoo.com/extra/ [16:16] he needs a newer kernel to enable hardware [16:16] I have previously done this: wget -O - https://nightly.odoo.com/odoo.key | apt-key add - [16:16] # echo "deb http://nightly.odoo.com/10.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list [16:16] i cannot do that because my ethernet cart doesnt work thats why i am upgrading to a newer kernel , because i bought a new msi motherboard i found out that the current version of my kernel doesnt support my ethernet card so i have to upgrade it i did try to upgrade it but you saw that i got a log in loop [16:16] k1l [16:17] yakiza: what kernel are you on now "uname -a" will tell you, and what kernel did you install? [16:18] 4.4.0 [16:18] -62 [16:20] yakiza, which network card do you have? [16:20] aeroth something it is because of kernel cause in ubuntu 16.10 that uses newer kernel my ethernet card works [16:21] yakiza : do you known the command MODPROBE ? [16:21] Pranayama: no i am not really experienced with linux [16:22] modprobe loads a driver of a card without compile the kernel [16:22] yakiza: did you make a new install? [16:22] yakiza, why don't you start with the 16.10?? [16:22] i did this [16:22] http://ubuntuhandbook.org/index.php/2016/05/install-linux-kernel-4-6-ubuntu-16-04/ [16:22] Why the *main* software repository is not present in the sources.list file? I have restricted, universe and multiverse, but *main* is not present. Thanks in advance. [16:23] that is a bad howto. [16:23] cause i have loads of things installed and i need my internet cause i have some deadlines for 2 of my projects comming up and i dont have time to set up a new system [16:23] yakiza: ubuntu ships the 4.8 kernel from 16.10 in the official repos. [16:23] Any way to install google chrome on 32-bit lubuntu ? [16:23] k1l here ? http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc1/ [16:24] bonsaitree: maybe you clicked that away in the system settings? [16:24] yakiza: no, that is the mainline kernel. they are missing a lot of ubuntu service [16:24] yakiza, curious, how did you install any software if you needed a newer kernel for networking, and that kernel never worked?? [16:24] !hwe | yakiza [16:24] yakiza: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [16:24] X_asdasd: try chromium instead [16:24] X_asdasd, sure [16:24] X_asdasd: there is no 32bit chrome anymore. [16:25] ohh shiit :/ [16:25] OerHeks: i just changed my motherboard i didnt install anything i changed motherboard see that ethernet doesnt work research i saw that it was kernels problem and i download with y phone the new kernel to install [16:27] ubottu: but i have to download it i cant do it like this cause my machine doesnt have intent [16:27] yakiza: I am only a bot, please don't think I'm intelligent :) [16:28] k1l what do you mean !hwe? [16:28] yakiza: see the bots message and link. there is a backports kernel from 16.10 to 16.04 that has support by ubuntu. [16:29] k1l i checked it but i am kind of confused === Pranayama is now known as Islamabad [16:30] yakiza: you can tether your phone to get an internet connection, then install the hwe packages [16:30] k1l dont i nned to download .deb files? [16:31] ducasse tehter? [16:31] yakiza: connect with usb cable [16:32] ducasse: i download the files to my phone then i pass it to my pc with usb i just dotn understand what file to download [16:33] yakiza, we told you weeks ago to install 16.10 . why you haven't done that ? now you need to reboot on the that 4.6 kernel, and if ethernet works, install from the console the 16.10 kernel and xorg (maybe first purge your nvidia) [16:34] ioria i know man well reall life reasons no time... i purged nvidia i just need to install newer kernel [16:34] i want to install openstack using conjure-up, but i want to do it using a 300 GB partition [16:34] ioria i just dont have time to set up new system i have some deadlines close... [16:34] yakiza, reboot on 4.6 .... on that network works, right ? [16:34] k1l:Isn't the *main* software repository the most important one which brings you the updates directly from Canonical? I think i haven't clicked that away, are you able to help me get that back? [16:34] where should i have to mount that partition? [16:34] i dont have 4.6 [16:34] i just have 4.4 [16:35] yakiza, sorry, haven't you install another kernel from mainline ppa ? [16:35] *ed [16:35] i installed 4.10 but i get stuck in log in loop [16:35] ioria [16:36] yakiza, can you boot with that kernel from grub ? [16:36] bonsaitree: main doesn't get updates, generally, fwiw -- it's the release archive, though [16:36] yes give me a sec ioria [16:36] yakiza, if yes, just open a console [16:36] ok [16:36] bonsaitree: 'main' just refers to the supported-ness of packages, technically [16:37] !components | bonsaitree [16:37] bonsaitree: The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories. [16:38] ioria i am in [16:38] nacc:Thanks [16:38] yakiza, ping www.google.com [16:39] bonsaitree: "cat /etc/apt/sources.list | nc termbin.com 9999" and show that link here [16:40] ioria i can ping [16:41] yakiza, ok, so we want to install the 16.10 kernel and xorg ? [16:41] ioria yes but i dont want to loose filea [16:42] ioria if i can only upgrade just the kernel would be so nice [16:42] yakiza, no, you can't upgrade ... you need to install a different package [16:42] the hwe stack, to be precisse [16:42] yakiza, linux-image-generic-hwe-16.04 xserver-xorg-hwe-16.04 [16:43] i write w gwt to that? ioria [16:43] wget [16:43] yakiza1: no, not wget [16:43] yakiza, wait, first purge nvidia sudo apt purge nvidia [16:43] yakiza, wait, first purge nvidia sudo apt purge nvidia* [16:44] ioria but nvidia in 16.04 works fine should i do it anyway? ioria [16:44] yakiza1: use apt to install official pacakges. "sudo apt install packagename" so it loads it from the repos and installs it. [16:44] yakiza, how did you install nvidia ? [16:45] yakiza, from ppa , from the official repo ? [16:45] from linux proprietary drivera i had done it with wifi usb [16:45] yakiza, f [16:45] ioria f? [16:45] yakiza, if you ask me, you need to unistall that [16:46] yakiza, if you want we can proced anyways [16:46] ok ok so i purge nvidia? i am just frustrated ioria [16:46] yakiza, you used the nvidia installer ? [16:47] no i went to additional drivers and from there i selected the ones i need and it worked [16:48] yakiza, ok... sudo apt-get install --install-recommends linux-image-generic-hwe-16.04 xserver-xorg-hwe-16.04 [16:48] i will do what you say i purged nvidia now ? ioria [16:48] yakiza, we'll see later run this, sudo apt-get install --install-recommends linux-image-generic-hwe-16.04 xserver-xorg-hwe-16.04 [16:51] is this chat online for question about ubuntu, or people can talk about everything ? [16:51] Islamabad: its the technical ubuntu support channel. [16:51] ubuntu enduser support [16:52] thank you [16:53] ioria ok done [16:53] yakiza, already done ? [16:53] yes [16:54] yakiza, so, reboot (from grub) with the 4.8.0.xx kernel [16:54] yakiza, sudo reboot [16:55] ok [16:55] yakiza, you probably need to enter 'Advanced Options' [17:00] ioria i i love you [17:00] hi. systemd does not start lightdm (ubuntu 16.10). it shows the black/white login screen (tty). when i login there andn enter "$ sudo lightdm", lightdm is started normally. how can i solve this? i want lightdm to start after boot [17:00] yakiza, it's ok, mate ? [17:00] yes i am in [17:01] yakiza, good job, but now you need to remove (purge) that 4.10 kernel [17:01] yakiza, dpkg -l | grep linux-image | grep ii | pastebinit [17:02] yakiza, or dpkg -l | grep linux-image | grep ii | nc termbin.com 9999 [17:02] I want to play audio from my Ubuntu laptop directly through discourse (as a user). I've tried the bot but the installer fails on x64 (I've tried loads of workarounds). Does anyone have this working on 16.04 or know a way to get it to work? Alternatively, something like Virtual Audio Cable for windows would work. [17:02] egonsen: what happened before? did you change anything? [17:05] k1l, i cannot remember. i think i changed something many weeks ago (the last time i used ubuntu) [17:05] egonsen: changed what? like setting the boot to multiuser.target? [17:05] ioria http://termbin.com/ve66 === MadPsy_ is now known as MadPsy [17:05] also when i try to "$ sudo systemctl enable lightdm.service", i get: The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [17:05] settings in the [Install] section, and DefaultInstance for template units). [17:05] yakiza, i think 4.10 is on top of the grub list, so you'll automatically boot that... we want to remove that kernel ? [17:05] yes ioria [17:05] yakiza, sudo apt purge linux-image-4.10.0-041000rc1-generic and paste the errors, in case [17:06] egonsen: "sudo systemctl set-default graphical.target" [17:06] jarlath, install pavucontrol and set the monitor of your sound card as the input device for discource [17:07] k1l, "$ sudo systemctl get-default" is already "graphical.target" [17:07] egonsen: sudo dpkg-reconfigure lightdm #if you are running regular ubuntu which uses lightdm [17:08] k1l, reconfigure will just overwrite my config, right? i'd rather understand what's going on atm to learn more about systemd [17:08] ioria no error [17:08] yakiza, sudo update-grub [17:08] egonsen: did you make changes to the lightdm config? === Luke_ is now known as Guest36144 [17:08] hello. I want to install ubuntu along with windows 7. can someone please tell me partitions after I select "something else" while booting Ubuntu 16 .04 [17:08] ioria http://termbin.com/o1dw === nutzz is now known as rickyM [17:09] yakiza, ok, sudo update-grub [17:09] http://termbin.com/tsp4 [17:09] i did [17:09] egonsen: well, then you want to read all the logs you can get. use journalctl for that [17:09] k1l, /etc/lightdm/lightdm.conf does not seem to be changed [17:09] ioria just did http://termbin.com/tsp4 [17:10] yakiza, ok, now you should boot on the new 4.8 kernel by default [17:10] great ioria thank you so much [17:10] k1l, how do i know where to start? i have to find the place where graphical.target is supposed to start lightdm, right? [17:10] yakiza, no problem [17:14] egonsen: look at the status of lightdm and why its not starting [17:39] hi [17:46] hi, I have a problem with my displays: I have to connected an both work during boot. But once loged in one of the two shows "no signal". I tried to change settings with xrandr to dis- and reanble it, but it stays black. Only thing working so far is to go via display settings. any ideas why it looses signal in the first place? I use amdgpu driver [18:00] Hi all [18:10] anybody up? [18:11] L33T: well it's noon here so... yea [18:11] L33T: Just ask your Ubuntu support question, probably the best thing to start with [18:11] L33T: If anybody knows, they'll normally help out [18:12] DJones: Thanks and sorry , I was quite new to all these so pardon me :) [18:13] L33T: No problem, if in doubt, you can always check the channel topic when you join, but I appreciate you're new here, just explain the issue you're having and see if anybody can help [18:15] join #freeipa [18:15] oops === adrien__ is now known as dsealius === guto is now known as n0cturn0 [18:17] working with ubuntu studio and im trying to use an hp webcam [18:18] kostkon: thank you, I'll try that! [18:19] anyone out there using an hp laptop? [18:21] hi. i am on the newest version of ubuntu and am getting a problem compiling packages for vmmware http://pastebin.com/AE6GN8tT [18:21] unstablevet, not me, but you can start pasting lsusb output [18:22] unstablevet: i bet some do. but people in here can help better if there are more details. like what doesnt work exactly, what hardware etc [18:22] roadrunneratwast: what is the output of "lsb_release -sd"? [18:23] k1l: Ubuntu 16.04.2 LTS [18:23] i didn't have this probelm with 16.04 before [18:23] i don't think [18:23] cooper@cooper-HP-Pavilion-dv6700-Notebook-PC:~$ lsusb [18:23] Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [18:23] Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [18:23] Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [18:23] Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [18:23] Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [18:23] Bus 004 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver [18:23] roadrunneratwast: sorry i missread that you were not on the latest ubuntu. 16.04.2 is fine [18:23] ok [18:23] unstablevet, not here, please on paste.ubuntu.com [18:23] any idea what the error means? [18:23] roadrunneratwast: what is "uname -a"? [18:24] inux mitchell-ThinkPad-X230 4.8.0-36-generic #36~16.04.1-Ubuntu SMP Sun Feb 5 \ [18:24] 09:39:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [18:24] roadrunneratwast: the .2 release is not a real new release. its just like a servicepack on windows. but you can use the backports kernel and xorg witht hat. [18:24] ok [18:24] which you do [18:24] ok [18:24] any idea how to fix the install? [18:24] of vmware? [18:24] roadrunneratwast: looks to be a mismatch between vmware and the kernel source [18:24] ok [18:24] roadrunneratwast: probably ask vmware? [18:25] ok [18:25] roadrunneratwast: are the proper kernel headers installed? [18:26] i don't know. [18:26] i installed build-essential [18:26] roadrunneratwast: is "linux-generic-hwe-16.04" installed? [18:26] i don't know. this is a new install [18:27] should i install these files? [18:27] nacc: i guess the hwe wiki site should link to linux-generic-hwe-16.04 and not the image meta package because that is missing the headers then [18:27] roadrunneratwast: please run "apt policy linux-generic-hwe-16.04 linux-image-generic-hwe-16.04 | nc termbin.com 9999" and show the url here [18:28] k1l: ack, updating [18:28] http://termbin.com/kvwh [18:28] k1l: done, thanks! [18:29] waddup [18:29] roadrunneratwast: ok, the proper files are installed. but you need to run the updates [18:29] oh [18:30] can somebody fix my internet connection its not working and i cant connect to internet [18:33] can somebody fix my internet connection its not working and i cant connect to internet [18:35] can somebody fix my internet connection its not working and i cant connect to internet PLZZ [18:37] johk could you provide more info. [18:38] when did it stop working, has it ever worked, how are you connected to the innet === matthelmke_ is now known as matthelmke [18:38] timyp, he is gone === Poster|y is now known as Poster [18:43] OerHeks its not working can you help me? [18:44] I mean I'm not gonna provide any other info than that you will just have to fix it... lol [18:48] Quick question. if you add a hard drive to lvm from windows with data on it will the data be lost? [18:49] is it possible to use ubuntu netboot to PXEboot with the desktop installer rather than the server installer? [18:58] Any one gotten the defeault VNC viewer to connect to the most recent raspbian pixel vnc? [19:02] æWeird thing. Just reinstalled a laptop running debi. Now xubuntu. I can log into my raspberry pi via ssh and use norwegian characters as before. The only issue is that in irssi the æøå does not wor. [19:02] or...it appears not to work. I see them in the above statment, but not while I am typing....'æøå... [19:03] question; when the caps lock key flashes on my t420 laptop running 16.04; that means kernel panic? nothing can be done to recover? this seems to happen after every other resume from suspend. i have 8gb of ram and 9 gb of swap so not sure why its not working... :( [19:05] buonasera === John is now known as Guest10795 [19:18] hi [19:19] So I tried to use user "admin" in Ubuntu setup - but it is denied as a reserved username. [19:19] I can create an user admin later though - and there are no negative effects... [19:19] so this is more a relict/purist thing? [19:20] ubuntly: its likely because there is already an admin group, and it doesn't want you to mess with that. [19:20] because there already is an "admin" account [19:20] Users in the admin group are the ones who are allowed to use the sudo command. [19:20] right [19:21] and exactly that I want [19:21] well, I will pick a different user name then [19:21] what is a good username for the "normal" user in Ubuntu setup - except admin of course? [19:21] "notroot"? :D [19:21] their name [19:21] ubuntly: Your first user already gets put into the admin group. [19:21] I want it more generic [19:21] user ? [19:21] hmm, user, why not [19:21] but that user is in admin group [19:21] so it is an important user [19:21] sudouser? [19:21] superuser? [19:22] its up to you. [19:22] suser? === andreas is now known as Guest57489 [19:22] ubuntly: Use "dickhead" or "totalmess". Nobody wants to use those accounts without real need. :P [19:22] useraccount, someuser, generic [19:22] though if this is a multi-user system, you really ought to use real names [19:23] pick a name not close the the namespace for administratiors of any app. make to be less confusing [19:24] elias_a: right,I will use admin as sudo user - later then when the server is provisioned after setup. [19:24] oh lord, just use a derivative of your own name [19:24] ok [19:24] can anyone help an ubuntu studio with a hp pavilion dv6000 access the webcam [19:24] there is already many *admin* users, groups, directories( folders) and processes. [19:25] why make life dificult [19:25] OK, so summarize this: The Normal user account created by Ubuntu Setup is also able to sudo by default, is that right? [19:26] yes [19:26] ubuntly: yes. [19:26] thanks. [19:26] ubuntly: and every new user beeing put in the sudo group can use sudo too. [19:26] the normal user account created by setup is given admin priviledges because you have to start out with someone being admin. [19:26] right [19:27] I could even delete that user after the setup and add my own crazy user stuff? [19:27] good [19:27] because ubuntu locks direct root login by default [19:27] ubuntly: but why [19:27] if you delete that use without setting up another account with admin you will basically lock yourself out of admin [19:27] Ben64: because the server will be provisioned automatically, admin, users are added with keys, etc [19:27] I just want the setup to be over :) [19:28] I will call it "suser" now :O [19:28] hurra [19:35] btw, the ubuntu setup is quite nice :D [19:42] Ubuntu - Because I'm too retarded to configure debian. <3 cpaelzer Skaag attente br00tal Jooka setz3r statusfailed Whisket gyre007 RestingSmile dryliketoast DJones slamduck caw lucasrolff ircnode0 faithless_ ujjain luny bratchley wyggler2 t1mp jinie Danzeel Mordessin Toris sven^ Zerant matti abra0 K1rk setkeh screedo Esya blackroot ren0v0 JonathanD Neo jturek_ lu_tze c0 manitu dsung weltall topi` Renegade334` dork Blauskae1M tswett bonzibuddy janelleb_ pe [19:42] Ubuntu - Because I'm too retarded to configure debian. <3 kimico wolfmitchell pcdummy LazyAnge1 mailman105 Tabmow DarkDevil darxun kloeri netscape101 kumavis DArqueBishop naf antonmpeg Toggi3 Cybertinus jgornick ezio fauen Asandari barzogh yeticry yeeve ivyyy kalen_not-here TeKKiE_ letslame ignacio JStoker Nothing4You aloril_ littlebear ToBeFree Karazhan d0nn1e pifon discopatrick LostSoul loa michagogo Len y_sekino rhol_ uda Spydar007 bl0m1 Birosso Axy yo [19:42] Ubuntu - Because I'm too retarded to configure debian. <3 coup_de_shitlord sparr squig Jordy NemesisD CyberJacob ToeSnacks Awesomecase jasondotstar HandheldPenguin Sergio965 kiltzman milkshoes DeMiNe0_ spont4e dedicated_ tizbac uebera|| jonne Harry Random832 Stinky-Feet stooj antonw [B] omnigoat wizonesolutions benklop fsi-mtakahas grauzikas Charlie79 arathi jje grim76_ fumblehool ppedro M1K4 svm_invictvs programador ubergoose f10__ AvatarA feodoran eam f [19:42] Ubuntu - Because I'm too retarded to configure debian. <3 ramses DeaDSouL br34l z0ran murphy agi78 Smeef intense mogreen Barones de-facto dfused JohnAgosta dustinspringman lol768 Xard marncz_ bonfire_ Jochen_wvdT Afrix gosia cryptodan_mobile _thelion_ markus1199 multi_io arvind marcoslater rohanrhu Numline1 King_Hual` cooldude derf- Lynx_ utfans05 Moscherkobold wonderworld baizon DarkPsydeLord TheSpiochu jgrasser trism allorder ramon_g igordcard yanome wi [19:42] Ubuntu - Because I'm too retarded to configure debian. <3 mquin gord0 Lukewh JimmyNeutron kraut adalbert_ cute_korean_girl fusl Gnurdux Dominique mufy fn-2 dimi34ka Zen Dworf vox y0sh mcphail burn tekku aName philroche bitch zherlock2 Squarism V7 roue_ datajerk ec Ekho copec Austin__1 gacekjk yofel pitastrudl snkcld arslanq PhilS plytro adonaros Br|aN BaW Xethron Phaiax Threads zherlock1 chiluk rumpole SirCmpwn JonnyNomad mgorbach Guest40968 ls dust dskul [19:43] automatic spam protection? in MY freenode? [19:43] wtf lol [19:43] I found it somehow funny XD [19:43] no, it was just stupid [19:44] OK, it is intended that the Ubuntu setup doesn't ask me for a root password - because I should use that user to sudo/su to root, right? [19:44] ubuntly: yes [19:44] !root | ubuntly [19:44] ubuntly: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [19:44] ah, much better [19:44] the first I always did (in older debians) was to get rid of root for a sudo user :) then it makes sense [19:45] this is a basic concept of ubuntu. [19:45] genius hack, that is. [19:46] buuh EFnet #trading [19:48] SPAM - Because I'm too retarded to communicate otherwise. [19:48] !language [19:48] Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [19:48] thanks love === Trystam is now known as Tristam [19:49] i wast just apeing the fellow who spammed here before :P [19:49] ppedro, don't make fun of lonely people. [19:49] :-D [19:49] :D [19:49] lets move on with support. [19:49] you are right, sorry [19:50] now I decided to user "superuser" instead "suser" - it looks better [19:51] seems like youre solving some big problems [19:51] it's not as if he called some one else by that pc-incorrect word [19:53] I am not so experienced with Unix, but I find it silly to disable root and just have sudo ;i [19:54] ppedro: even windows made something similar with their admin setup. its not a silly approach [19:54] ppedro: commentary not necessary. [19:54] :D thanks k1l and nicomachus [19:54] It was more a conversation opener [19:54] ppedro: is not silly, it is for security [19:54] Th3_ghost: security in what sense? [19:54] ppedro: it's to foster better security habits. one should avoid logging directly in as root if possible. [19:54] also, this channel isn't for conversation. That would be #ubuntu-discuss [19:55] I mean, if you have a root account (with the same password) and a sudo account (<- with the same password), what is the gain in security? [19:55] tgm4883: ah, the hierarchy has beaten me, bye bye. [19:56] Can help me with a DB problem? [19:56] dannyLopez: not unless you tell us the problem... [19:56] ppedro: to protect yourself running scripts that can destroy your system or do rm -rf / [19:57] Th3_ghost: he's gone [19:57] Jajaja tgm4883 I think the support is only in Ubuntu. :O [19:57] tgm: can't discuss in here but can solve database issues? [19:58] scottjl: well this is a support channel... [19:58] so what can we do here? [19:58] Ubuntu, because some of us live in a Debian world and want long term releases, and either don't have the luxury of using, or do not wish to use, red hat and co. ;p [19:58] though Debian has an LTS channel now right? [19:58] Toggi3: off topic [19:58] I wonder how that is to actually run in enterprise [19:59] no general discussion? [19:59] Toggi3: no [19:59] Toggi3: there's a discussion channel for that [19:59] !ot [19:59] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [19:59] Estoy instalando dhis2 y hay una línea que dice: "createuser -SDRP dhis" cuando pongo la contraseña me dice que el rol dhis ya existe. ¿Cómo puedo eliminar ese rol? [19:59] I am installing dhis2 and there is a line that says: "createuser -SDRP dhis" when I put the password tells me that the dhis role already exists. How can I remove this role? [19:59] appreciate it tgm4883 [20:00] can anyone help with hp webcam issues? [20:00] Th3_ghost, Toggi3 This channel's purpose is to assist Ubunt users who are having technical support issues. As tgm4883 indicates, we have an offtopic channel for non-support discussion [20:00] genii: okay :) === bonfire_ is now known as bonfire [20:02] dannyLopez: you'll probably have to reach out to the DHIS2 people for that since it's a unique package that not a lot of people run, and it's not even in the repositories [20:03] But the comand is not of the program. [20:03] hi [20:03] My hoster only offers Ubuntu 14.04 ISO - can I easily upgrade to 16.04? Fresh installation, so there is not much to be migrated? [20:04] I mean, exist any way to delet a rol created whit createuser -SDRP dhis [20:04] dannyLopez: ah it's a postgres db command [20:05] When I upgrade a fresh 14.04 LTS to 16.04 LTS, there won't be a performance penalty because the apt package manager handles all this usually perfectly? [20:06] ubuntly: a 14.04->16.04 upgrade is not equal to a fresh 16.04 install. but it's close. [20:07] scottjl: why not equal? what will be different? more clutter? [20:07] yes [20:07] ubuntly: If you have many PPAs it can be a pain, depending on what they are [20:07] but there is nothing wrong with running a 14.04 lts install right now. [20:08] genii: he said a fresh install [20:09] scottjl: Ah, missed that :) [20:09] ubuntly: you have about 2 more years of support for 14.04 lts. [20:09] ubuntly: Fresh install 14.04 LTS to 16.04 LTS upgrade rarely gives problems [20:10] I see [20:11] ok, I found my hoster also offers a minimal image with 16.04 - it is not a clean install but it will only contain minimal packages [20:11] that's what I want [20:11] otherwise the ansible provisioning will fail because there are already packages in place that can't be just removed [20:12] Hello, can I ask a question of Ubuntu? I'm a new user.. [20:12] hi mario__, shoot! [20:12] mario__: Yes, just state your question and someone should reply [20:13] so Ubuntu Landscape offers kernel upgrading without restart, right? Among some other auto upgrade stuff? [20:13] Maybe this question has been asked a lot, I'm learning now. I have an old netbook with An ATOM processor, 1GB of RAM, and I am trying to guess which version of Linux or Ubuntu is better to install on this device [20:13] ubuntly, yes, live patching, but the kernel only [20:14] OerHeks: and this live patching costs money at some scale because the Landscape team has to prepare the normal Linux kernel upgrade for a live upgrade? [20:14] I am thinking on MATE, but I'm not sure if it's the best option. Thanks in advance. [20:14] mario__, xubuntu/mate or lightweight Lubuntu/openbox [20:14] OerHeks: or is there some proprietary, non opensource tech involved? [20:16] >> Why does Landscape service cost? Could one prepare the linux kernel upgrades also with an opensource tool (also taking the risks ofc)? [20:16] ubuntly, yes, it is a canonical prop thingy, Dustin wrote a nice Q&A http://blog.dustinkirkland.com/2016/10/canonical-livepatch.html [20:16] I will try xubuntu/mate then, thank you a lot guys :) [20:16] I'm pretty sure it just uses kpatch [20:16] see "Q: How does this compare to Oracle Ksplice, RHEL Live Patching and SUSE Live Patching?" [20:16] and there are no OpenSource LivePatches now? :) [20:17] kslice, but unsupported AFAIK [20:17] I see [20:17] probably too much to invest for a truly opensource solution [20:17] maybe when the kernel team itself decides to make one? [20:17] tgm4883: Yes, is a postgres db [20:19] Hello everybody! [20:22] Hello :) I really need help getting grub2 to work again.. Can someone help me? [20:24] ZeptoByte, what's wrong with your grub? [20:26] I moved the ubuntu partition to make it bigger, and now grub wont start.. And I have deleted all of the content of the /boot folder [20:26] Weird thing....if I use debian on my laptop it starts much faster than if I use ubuntu. How can I check what takes so much time? [20:26] how are you chatting here? [20:27] ubuntly: the service used for the kernel upgrades is livepatching. and yes you can do it on your own if you want. but 3 machines are for free from canonical service [20:27] shazzr, run systemd-analyze blame [20:27] ubuntly: http://blog.dustinkirkland.com/2016/10/canonical-livepatch.html [20:29] ZeptoByte: You've pretty much hosed your system deleting /boot [20:29] diogenes_: apparmor.service, 21.8 s, and plymouth-read-write.service, 21.7 s. Can I disable them in any way? [20:30] shazzr, first google and read the documentation [20:30] k1l: three for free? cool! I guess even for commercial use, etc - great! [20:30] @scottjl, I can't somehow reinstall it from a live usb? [20:30] ubuntulog2, actually, if you are a developer with ubuntu, contact them ;-) [20:31] ubuntly: see that blogpost with that faq [20:32] hi guys, how do I disable console on framebuffer device and keep the framebuffer device (/dev/fb*) [20:32] ZeptoBte: You can but it wouldn't be an easy process. Unless you needed that exact install, better off booting from live, backing up data, and reinstalling. [20:32] OerHeks: Im not dev, Im a simple user and just follow a tutorial [20:32] while creating a backup using the Backup panel in System Settings I get a "Backup Failed - Permission denied" [20:32] ZeptoByte, http://pastebin.com/WxequHSj [20:32] Anyone here install folding at home on Ubuntu? [20:33] I used a SSH storage location, specifying the server, the folder and the username (same as my user on this system) [20:33] Thank you @diogenes, I will try that [20:34] where can I read a more detailed log of what's failing? [20:34] ZeptoByte, good luck [20:40] diognes_, it didn't work.. I've posted the output here http://pastebin.com/vptnfckQ [20:41] ZeptoByte, you're in trouble, reinstalling is way to gpo [20:41] go* [20:42] Okay, but thank you diogens_ for the help :) [20:42] ZeptoByte, you're welcome [20:43] ZeptoByte, would this help? ... http://askubuntu.com/questions/831216/reinstalling-grub2-efi-partition [20:44] inte ubuntu, is there a "good" way to run a specific command AFTER user logged into the gui AND network is up and running? [20:44] in ubuntu, is there a "good" way to run a specific command AFTER user logged into the gui AND network is up and running? [20:45] Apachez: well you could run a script ;) [20:45] that is lauched on startup [20:45] how do I register my nick [20:46] !register | stef_R [20:46] stef_R: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. [20:47] pavlos, diogenes_, I tried to reinstall the system and it says that the previous version is installed using "BIOS compativility mode".. Should I be using BIOS or UEFI mode.. If I also want to dual boot with windows? [20:49] ZeptoByte, first and FIRST you back up your data [20:49] It's a relative new install, and the important files are in the cloud [20:50] zeroshft, then use legacy instead of uefi and erase everything [20:50] E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i' [20:50] E: Sub-process returned an error code [20:50] whats this error??? ^ [20:51] that appears after running sudo apt-get update [20:51] hello [20:56] does Unity support having different Universal Access rules for different displays? [20:57] ducasse, so, related to the issue I mentioned earlier about systemd falling over... there's more information now, but I'm not sure how to proceed further from this: http://pastebin.com/i7cs1TJ4 [20:58] anddam | What are you trying to do [20:58] Do you want one display to be dedicated to magnify? [21:00] ducasse, was hoping you might have some input on what to investigate, short of the core, of why it's falling over. [21:01] caimlas | Whats going on? [21:02] Aremis117, systemd-udevd is falling over (seemingly) randomly on a 16.04.02 VM, as is pretty much the whole of everything else related to systemd. It may be by my own doing, but I am not certain what as of yet. [21:02] systemd being what it is, and not terribly robust, doesn't appear to provide sufficient log data for diagnosis. [21:05] Try OpenRC [21:05] Aremis117: I have a 13" 1080p where I use Large Text setting, when I connect the external display, 1080p but 23", I'd like that to not have large text [21:06] Ugh, I'm seeing Ubuntu switching to another VT on Alt+Left / Alt+Right. Is that a new thing? [21:06] I'm pretty sure Alt+Left wasn't doing this (I'm using this shortcut a lot in the browser) [21:08] anddam | There should be something in options for unity to treat every display individually. Thought I use mate and haven't played with unity in a long time. Its in the same menu as having the side bar on every screen though. [21:09] Aremis117: I figure I get the panel [21:09] btw anything about having more verbose output from deja-dup? [21:09] my user can ssh into the configured ssh host, and I have my pub key in remote authorized [21:09] also my remote user can write in the target folder [21:11] I tried running it manually but it doesn't have a --verbose, and DEJA_DUP_DEBUG=1 suggested at http://askubuntu.com/a/191003 has no (apparent) effect [21:11] I tried env DEJA_DUP_DEBUG=1 deja-dup --backup [21:11] I expected some more output in CLI but I just got the gtk window with "permission denied" displayed [21:12] ~/.cache/deja-dup is empty [21:12] anddam | Theres also features like the OSX style magnify stuff that you could use 9IE hold cntrl + alt + mousewheel up or down to zoom in). [21:13] Aremis117: oh that's nice, I used to use that quite often on macos [21:14] ZeptoByte, I thought you were trying to recover the existing system, hence the link [21:17] pavlos, Yeah I was, but it didn't look like I could get it to work again :/ Anyways now i'm reinstalling the system [21:17] ZeptoByte, ok [21:17] anddam | Yeah there should be something like that available to you.p [21:18] I didn't loose any important data. I just need to use some time, setting everything up again.. [21:18] But thank you so much for your help, anyways. pavlos [21:19] ZeptoByte, np [21:19] I [21:20] I've always been suprised, of how nice the ubuntu community is. ;) [21:21] Aremis117: the Screen Display pane, the one that allows you to say "put dock in all monitors", cannot split Universal Access, it can only switch between mirroring and split screen [21:21] Aremis117: but the Universal Access setting will be global [21:23] hello all [21:23] I know of cron for scheduled tasks, but is there any thing similar to Windows's Task Scheduler to run a GUI/bash script, I can see open up in a terminal and see in foreground vs background? [21:24] anddam | I remember something like enabling one screen for accessibility options or something like that. Maybe I'm just thinking of the 12.04 beta :\ [21:24] Sorry [21:25] oh damn, I typed in a wrong path, that's why deja-dup wasn't working [21:25] Aremis117: np, thanks for the info [21:26] how can I add a dot folder in a Gtk file dialog? [21:27] nvm, right click "show hidden files" [21:27] ctrl H [21:27] I'd like to be able to type in a path tho', is there such a thing in Gtk's file dialog? === mwsb is now known as chu [21:28] help me please [21:29] astemir: state your problem === vitor is now known as Guest47852 [21:34] scottjl: just hepl! [21:34] and ragequit [21:35] maybe their link was the problem? [21:36] I have an actual problem with CUPS and Broterh MFC-250C printer (multifunction inkjet) [21:37] I installed lpr and CUPS wrapper deb packages from manufacturer, CUPS correctly recognizes the USB printer and assign the proper driver, but then jobs are simply accepted and immediately marked as completed but the printer doesn't do a thing [21:37] I don't know where to get more info [21:37] anddam: if you are using debs from the mfr, probably from them [21:38] I mean from logs or so,there are no issues or error in CUPS logs [21:38] when i use lsusb i cant see my integrated webcam what do i need to do from there? [21:38] nacc: pfff, I figure it's magnificent on their side already to even have bothered about providing those in first place [21:38] anddam: or just use a printer that works with linux [21:39] nacc: trying to be smart, with wise suggestions? [21:39] anddam: if cups isn't logging anything, then i'm not sure if it's not the printer or driver [21:39] anddam: at which point, you'd need to ask the driver author for how to debug [21:39] nacc: nothing that I can see, I checked the logs from web ui [21:39] anyway, I'll try again tomorrow, I'm tired now [21:40] thanks for the attention anyway [21:42] tried apt-get update, got: Err:6 http://apt.puppetlabs.com trusty Release.gpg The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7F438280EF8D349F [21:43] tried: sudo apt-key adv --keyserver apt.puppetlabs.com --recv-keys 7F438280EF8D349F //this seems to hang forever [21:43] is there a correctly solution here? [21:43] Simonious: wouldn't that be a question for the puppetlabs repository owner? [21:44] nacc: perhaps? [21:44] Simonious, here is a clue .. Puppet Labs Release Key expires soon https://tickets.puppetlabs.com/browse/CPR-317 [21:44] Simonious: have you tried it recently? It may have been affected by the AWS outage. [21:44] Pici: ahhh, good point! [21:44] I know some of the mirrors I use were... [21:45] Pici: hmm, still failing [21:45] Simonious: You're not meant to replace the keyserver name in the command, try with just keyserver.ubuntu.com [21:46] ooo, that looks better! [21:51] I feel like my whole VPS is exploding. Every time I try to update my packages, I get told “Sub-process /usr/bin/dpkg returned an error code (1),” each sudo command tells me my hostname refuses connection, and ZNC can't read my config. Where the hell do I start troubleshooting? [21:53] Kazuto: pastebin the first case (full command all the output) [21:54] does anyone here have experience writing tutorials for Digital Ocean? [21:54] nacc: Including the update output? [21:54] lafleurdubien: doesn't seem topical for this channel? maybe #ubuntu-offtopic [21:54] Kazuto: probably doesn't hurt, but I was mostly interested in the comamnd that leads to the error [21:55] nacc: `sudo apt-get dist-upgrade` [21:56] I'll get the full output in a sec [21:56] Kazuto: ok [21:57] can someone assist me please [21:57] nacc: http://paste.ubuntu.com/24086554/ [21:59] t [22:01] Kazuto: wow, have you not updated in some time? [22:02] nacc: Yeah, I know, it's been about two months [22:02] Kazuto: that's terrible, for it's own reason [22:02] Kazuto: esp. in a droplet, which means you're 100% insecure [22:02] Kazuto: but whatever, that paste doesn't have the relevant output [22:02] That's the only output though [22:02] Kazuto: did you use pastebinit? [22:02] Pastebinit? [22:02] Kazuto: oh i see, it just put it in the middle, sorry [22:03] Kazuto: seems suspicious that it's around package 1000 [22:03] Kazuto: have you tried using `apt` rather than `apt-get`? `apt update; apt full-upgrade`. Just curious if it's a tooling issue [22:03] I'll try it [22:03] unstablevet: No help until the issue is known, state the problem . [22:04] i cant seem to find my integrated webcam when i use lsusb or lspci I'm not sure where to go from there [22:04] nacc: http://paste.ubuntu.com/24086583/ [22:05] Kazuto: ok, run `sudo apt-get -f install` [22:05] unstablevet: I would run ' tail -f /var/log/syslog ' in terminal and see if the system picks up when the cam is connected . [22:06] nacc: Running now [22:07] nacc: http://paste.ubuntu.com/24086595/ [22:07] bashing-om: nothing happened just have the > [22:08] Hi, I installed 16.04 on an older laptop that has RS880M graphics card, and I know current xorg doesn't support it. Is this the reason why my display resolution is stuck at 1600x900 ? I tried added undetected resolution but my screen goes blank [22:10] Kazuto: why do you have old 14.04 kernels on your system? [22:10] nacc: ? [22:10] Kazuto: in any case, it doesn't look like any failures from that command [22:10] Kazuto: /boot/initrd.img-3.13.0-110-generic [22:11] Are the network problems still going on? [22:11] nacc: No idea. Could that be a problem? [22:12] I'm basically at the point where I'm going to save all of my work off-site and re-flash the system though [22:12] unstablevet: xtl+c to close that terminal . and open a new terminal ( ctl+alt+t - unity ) . and in this terminal type ' tail -f /var/log/syslog ' . And nothing else . In this terminal is the tail of the log and the (-f) is to see all that gets added to the log file . Terminate the logging in that terminal with ctl+c . to return to CLI prompt . [22:12] Kazuto: yes, you might as well, tbh, if that's an option [22:13] Alright. Thanks for your help, nacc! I'll hang out here until it's done, then I'll rejoin on ZNC. === amin__ is now known as amflir [22:16] when I do xrandr -q, I see my display to be LVDS, should I use LVDS-0 when adding a new mode ? [22:17] Thing is when I try to change my resolution, I get a black screen. I am not sure why [22:19] LVDSXorg, no, LVDS is correct https://wiki.ubuntu.com/X/Config/Resolution#Dynamically_testing_different_resolutions [22:19] bashing-om:what specifically would i look out for? [22:21] oh okay OerHeks. Any idea why I get the black screen though ? should I play with the rate ? I am trying to get 1920x1080 60 [22:21] unstablevet: Whatever is reported when the cam is connected . That would be my starting point . Get some ID's and such to begin following the bread crumbs . [22:23] fuck you guys [22:23] * genii makes more coffee [22:24] Did I just get laid? [22:24] no [22:24] but.. violencechildren said.. [22:24] not worth giving trolls attention like that [22:24] well.. he's already logged out [22:24] so I make jokey [22:25] Can I ask about 17.04 here? It seems to have installed ok except that I cant open websites in firefox. I can connect to the router and I can ping. Eg ping 8.8.8.8. [22:26] clissold345: #ubuntu+1 is the official place for Zesty until it reaches actual release [22:26] clissold345: execute a "dig example.net" in your console [22:27] genii: didn't know about #ubuntu+1… thanks :) [22:28] in ubuntu, is there a "good" way to run a specific command AFTER user logged into the gui AND network is up and running? does for example network-manager have a postinit script that it can trigger once network is up and running? [22:29] genii, I'll try there. Thanks. [22:30] Apachez: in case you use systemd, you could add a service unit (w/ oneshot command) and add it to the correct target (network.target if I'm not completly wrong)… but I think ubuntu uses upstart by default [22:35] yeah if I add an app in startup applications it seems to be working as expected [22:35] but so would gigolo also do but gigolo fails since network isnt up yet when it runs [22:35] so "proper" way to do this would be to locate a trigger of network up and mount as the user [22:52] Ciao a tutti [23:04] is it possible to disable the unmount option for a user when acting on a gvfs mount? [23:04] like in nautilus [23:08] hi there [23:08] how should i upgrade python 2 to python 3 [23:08] i'm running 16.10 === bitch is now known as |||||||||||||||| [23:09] eightfold: you don't [23:09] eightfold: you run the correct interpreter as needed [23:09] eightfold: both are present (python is python 2 and python3 is python 3) [23:09] nacc: ok, but i need to install a program via pip [23:09] and i requires python 3 [23:09] and it [23:09] eightfold: pip3 [23:09] eightfold probably change the shebang to python3 === |||||||||||||||| is now known as bitch [23:10] eightfold: python3-pip rather [23:10] eightfold: use the correct pip for the correct environment [23:10] nacc: ok, so apt install pip3? [23:11] eightfold: python3-pip iirc [23:11] argh, somebody told me i'd get the latest version by issuing apt install pip [23:11] !info python3-pip [23:11] python3-pip (source: python-pip): Python package installer. In component universe, is optional. Version 8.1.2-2ubuntu0.1 (yakkety), package size 106 kB, installed size 558 kB [23:11] eightfold: there is no package named pip [23:11] nacc: do i need to uninstall something first, in order not to introduce chaos [23:11] eightfold: but are you sure that python package is not in the repos already= [23:11] eightfold: no [23:12] eightfold: python2 and python3 are in separate paths [23:12] eightfold: and 'latest' is relative to ubuntu, of course, not upstream [23:12] k1l: what python package? [23:12] eightfold: what python package are you trying to install eventually? [23:12] ok, i'll install python3-pip [23:12] eightfold: python2 and python3 are installable at the same time. so not to get a mess all pyhton3 stuff is named python3 [23:13] eightfold: the python package you want to install with pip [23:14] what command do I need to start a program in 2 hours time? [23:15] Sleep [23:15] lerner: "at" [23:16] ok, fail. "Exception: Sorry, Python 2 is not supported" [23:16] eightfold: where and what command? [23:16] even though i installed python3-pip [23:16] eightfold: no context makes it impossible to help you [23:16] eightfold: use a pastebin [23:16] pip install --user wpull [23:16] eightfold: that's because, as I just said, it's pip3 [23:16] eightfold: pip3 to use python3 [23:17] nacc: what is pip3? [23:17] eightfold: the python3 pip [23:18] sorry, but i don't understand a thing. the python3 pip is pip3 [23:18] and i insalled it [23:18] eightfold: pip is only python2. if you want python version3 to be used you need to use "pip3" [23:18] eightfold: there are two commands [23:18] ahhh [23:18] sawry [23:18] eightfold: both are for what you are thinking of as 'pip' but you need to tell it which interpreter you want to use [23:18] eightfold: it doesnt know what python you want since both pythons are installed [23:19] all these pythons :) [23:19] there are two [23:19] pip3 install --user wpull [23:19] worked better [23:19] mcphail, so example: 'at 2am firefox -p' [23:19] ? === grody_ is now known as krakken [23:22] coco coco puffs [23:23] the wifi took me a bit [23:24] nice to see double click tarball upzip [23:27] lerner: "at" accepts jobs from stdin. So you could use: echo "DISPLAY=:0 firefox -p" | at now + 2hours [23:27] hi [23:27] mcphail, so what I wrote would not work? [23:27] lerner: you'll need to set the "DISPLAY" variable for graphical apps [23:34] Hi, I'm experimenting with this ancient kernel 2.6.20-15-generic while reading the Art of Exploitation, and I am puzzled about how stack execution is allowed there [23:34] nacc: do you think this could have anything to do with the fact that i don't have python3 installed? [23:34] https://gist.github.com/anonymous/759912340b3d5bd9b7518acff5d03da0 [23:34] Would love that to hear a hint from someone :) [23:34] ofir: wrong channel [23:34] ofir: probably want a kernel channel [23:35] nacc, thanks, I'll try, it's an old Ubuntu 7.04 (Live CD), so I thought maybe someone would know [23:35] Hell. I'm using Ubuntu via Bash on Ubuntu on Windows (Windows 10 feature). Is it true you should not modify the linux file system files through Windows file explorer? [23:36] *hello [23:36] eightfold: do you actually not have python3 installed? it's installed by default in ubuntu now [23:36] eightfold: just as python3 [23:36] eightfold: it's presumably that there is no html5lib (afaict) [23:36] !ubuwin [23:36] Canonical and Microsoft have announced that Windows 10 will be able to run Ubuntu programs without needing porting/recompilation. This functionality is still in beta and is not supported in #ubuntu. For discussion and support, see #ubuntu-on-windows. [23:37] !winubu [23:37] Hm [23:38] Could be an 2nd option, genii [23:38] eightfold: see, the error tells you its missing python3-html5lib [23:38] eightfold: well, it does (if you know python and ubuntu) because it can't import a module and ubuntu generally has sane pacakge names for python modules [23:39] !info python3-html5lib yakkety [23:39] python3-html5lib (source: html5lib): HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 3). In component main, is optional. Version 0.999-4 (yakkety), package size 77 kB, installed size 515 kB [23:45] k1l: thanks! [23:45] nacc: thanks! === Zren_ is now known as Zren [23:45] i'll give python3-html5lib a try [23:49] hmm [23:49] installed that package, getting https://gist.github.com/anonymous/e42b2d565e0eb4d96d5c168964660b88 [23:50] didn't know that *nix dependency hell hole was so deep :) [23:51] identical message as before installing python3-html5lib [23:51] eightfold: iit' [23:51] eightfold: it's a bug in wpull [23:52] eightfold: not compatible with ubuntu's package, afaict, as the modules is called 'html5lib._tokenizer' (and the underscore implies it's not meant for direct import) [23:55] hey [23:58] Hello [23:59] Anyone interested in helping a complete noob set up their vncserver for desktop environment