[00:00] LFP6, enable ip forwarding, then iptables -t nat -A PREROUTING -s 1.2.3.4 -p tcp --dport 80 -j DNAT --to-destination 1.2.3.5:8081 [00:00] That looks about right - thanks [00:00] hggdh: the random stuff in VERIFY REGISTER is a one-use token, not password :) [00:01] (thankfully, considering how often that happens) [00:01] dax: oh, OK [00:01] Is it possible to do some kind of a file or redirect so that when ssh'ing into a box twice, referencing the same path from the command line will result in two different files? example: I have file /home/me/a.txt that says "you win!" if I cat it from one ssh session, but the same path says "you lose :(" if I cat from a second session. The path would just be [00:01] an alias to a different file elsewhere on the filesystem, and which one it points to is dependant on the session. Possible in linux/ubunut? [00:02] thanks pw changed [00:05] Hey guys. I have an issue where one of my ssh sessions is colorized for a user and the other one is not [00:05] Ubuntu 16.04 [00:05] anyone know the status of this bug? https://bugs.launchpad.net/ubuntu/+source/yaboot/+bug/1606089 [00:05] Launchpad bug 1606089 in yaboot (Ubuntu) "unable to boot after 'entire disk' install (16.10, ppc)" [Undecided,Confirmed] [00:06] elricsfate: same server and same user? [00:06] it's suppose to have grub2 but only installs yaboot that is not booting on my host [00:06] k1l_: Same server, different user [00:06] pavlos: Oddly enough, I bind to 1.2.3.4.5:8081 and still don't see it when I go to 1.2.3.4:80 [00:07] elricsfate: you can activate shell coloring in the .bashrc in the users home [00:07] It must have to be something with DigitalOcean's floating IPs [00:07] k1l_: sudo diff .bashrc ~elricsfate/.bashrc [00:07] Comparing the bashrc of the user with coloring and without coloring shows that there are no differences [00:08] One thing worth noting is that the coloring does work for the user elricsfate when in a screen session [00:08] elricsfate: there is force_color_prompt=yes look into the files if its commented or not [00:10] That got it. Thanks k1l_. Strange that is worked for one user and not the other though? Any idea what might cause that? [00:10] They both appear to have the same $TERM as well [00:12] elricsfate: this is going to sound dumb, but has the user logged out and in on the non-color term? [00:12] or sourced the profile [00:12] damccull: To clarify, it is now working after changing the file and then sourcing it [00:13] typo? [00:13] My question is why the .bashrc was the exact same for both yet one was working and one was not [00:13] damccull: I actually diffed the file between the users, they were both the exact same and had the exact same term value. [00:13] only thing I know of that affects that is active environment variables and TERM. [00:14] anyone know the status of this bug? https://bugs.launchpad.net/ubuntu/+source/yaboot/+bug/1606089 ?? [00:14] elricsfate: maybe its set in another env config? or you exported force_color_prompt=yes manually? [00:14] so maybe someone just changed their file without sourcing or relogging? [00:14] Launchpad bug 1606089 in yaboot (Ubuntu) "unable to boot after 'entire disk' install (16.10, ppc)" [Undecided,Confirmed] [00:14] it's suppose to have grub2 but only installs yaboot that is not booting on my host ?? [00:14] 17.04 was suppose to have grub2 [00:14] ;( [00:14] donofrio: we saw your question earlier...no sense spamming it. probably noone knows about it [00:15] donofrio, #ubuntu+1 is the place for that [00:15] donofrio: for 17.04 ask in #ubuntu+1 or better file a bug directly [00:15] Nope, I just checked. Only place it exists in the working users directory is .bashrc [00:15] and it's commented in the one that was working previously [00:16] elricsfate: what about the shared profile? [00:16] damccull: Sorry, what's the location of that? [00:16] i believe ubuntu .profile refs a shared version in etc right? [00:16] diff .profile ~elricsfate/.profile [00:16] No differences [00:17] hang on while i boot a vm and find that file if it still exits [00:17] exists [00:18] elricsfate: look in /etc/profile and /etc/bash_profile as wel [00:19] but those get read BEFORE the user specific ones [00:19] so unless you're not overwriting something in those, no dice. [00:19] The difference is that there is no difference in between those files on each users [00:19] *user [00:19] It's working now, just strange that iwasn't before without changing that var. [00:20] hmm. only thing I can think of is that the file wasn't saved, or had a typo, or wasn't sourced [00:27] bazhang, k1l_ Thank you... === KindOne- is now known as KindOne [00:45] hi [00:46] hi everyone [00:47] have a question about bash... [00:47] bertman: might be better served in #bash then [00:47] well seems ubuntu specific [00:47] then ask away [00:47] check #bash as well bertman [00:47] i migrated from slackware and the autocompletion acts different [00:48] e.g. echo some text>>existing file ... autocomplete doesn't work on existing file [00:48] it does work, just not after >> [00:49] i have searched for answers online [00:50] bertman: did you uncomment the autocompletion part in .bashrc ? [00:50] all my configs seem to be okay [00:50] weird. Works for me. [00:50] works fine here as well [00:50] they were uncommented by default [00:52] and you are using bash and not zsh or such? [00:52] i have 2 installs: Trusty and Yakkety... both act the same [00:53] yes [00:53] yet i can do such commands in slack and they work fine [00:53] works for me, too. [00:54] that is so strange... [00:54] what gives you "echo $SHELL"? [00:54] /bin/bash [00:54] bertman: just to verify your workflow (sorry, this is going to sound stupid and basic but i have to ask) you are typing "echo blah >> " and then pressing TAB, right? [00:55] that is so strange...es [00:55] yes [00:55] bertman: apt policy bash-completion [00:55] and you're expecting that to autocomplete to the name of a file that exists in your current directory [00:55] that tells its installed, right? [00:55] yes that is my expectation [00:56] yeah, do you have read permissions in that working directory? :) [00:56] yes i have perms [00:57] it's in my home directory [00:57] k1l: yes it is installed [00:57] i just tested on a 16.04 and 17.04. local and remote. [00:58] autocompletion works.. just not after >> [00:59] what terminal is it? [00:59] echo foo>>bar and bar will not autocomplete as an existing file in directory [01:00] but bar does exist? can you test with ".bash"? [01:00] ahhhhh [01:00] i have tried direct terminal, konsole, and several others [01:00] that i can reproduce [01:00] bar does exist [01:00] echo foo >>bar does work [01:00] note the extra space [01:00] Hi -- I can't find any recent advice on using a Kindle Paperwhite with Ubuntu. It seemed like it used to be as simple as plug in Kindle, load books... but there appears to be no device mounted when I plug it in my Kindle. Help? :) [01:00] bertman: do a space before the >> [01:00] ahhh the space! [01:01] doesn't have to be there in slackware... strange [01:01] thanks!!! === lebeev_ is now known as ryanlol === ubuntu is now known as Guest516 [01:36] hey? [01:36] hello? [01:37] help me with playonlinelinux to have 5 imvu clients running [01:38] I have a monitor with its EDID not getting detected correctly, it works but not at the highest res, only up to 1024x768, i was reading this guide (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/EDID/HOWTO.txt) about creating a EDID for my monitor, is that worth doing or should I try making an xorg.conf instead? I'm using ubuntu-mate 16.04 and nouveau [01:39] im running ubuntu 16.04 and having errors with getting my vm's working [01:40] hey Oeheks? [01:42] help me with playonlinelinux to have 5 imvu clients running [01:46] help me with playonlinelinux to have 5 imvu clients running [01:46] anyone? [01:46] !patience | Eric_____ [01:46] Eric_____: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [01:47] ubottu u had 5 imvu clients before? [01:47] Eric_____: I am only a bot, please don't think I'm intelligent :) [01:53] noobineer: in terminal> sudo apt install inxi pastebinit [01:54] noobineer: when its done..say so === nilaerv is now known as [unbannable]ryan [02:00] OK, no idea what's up here. It would appear that color only works in my terminal if I source .bashrc but this is only the case for one user [02:00] Anyone know what might cause that? [02:01] anyne have playonlinux? [02:02] elricsfate, do you mean ls --color=auto [02:02] No, I mean a colored prompt [02:03] Hello, all. My wired network keeps disconnecting from times to times and I have to restart the nm service for it to come back [02:03] Any reason why this is happening? My ethernet card is an nForce [02:04] elricsfate: is your .bashrc sourced in that user's .profile? [02:04] pavlos: I.E The green bash user@host [02:05] elricsfate, there is a #force_color_prompt=yes in .bashrc if you uncomment, I guess you get color prompt [02:05] The profile of the user that works and that doesn't work is the exact same [02:05] pavlos: yes, that has already been done [02:05] r_rios: A thought: have you set msi=0 msix=0 ? [02:06] and it does not work for the user that is having issues, only if the file is sourced manually [02:06] Eric_____: playonlinux most likely has their own irc chat room/channel [02:06] Bashing-om: I had to, otherwise the network wouldn' t work at all [02:06] This is why it's confusing. The files between the working user and the non-working user are the same. The non-working user even has that setting uncommented but will only work when .bashrc is sourced manually. [02:06] tatertots how i have 5 imvu clients running? [02:06] elricsfate: is the non-working user's defult shell bash? (as opposed to something else) [02:07] Now it works, but it disconnects spontaneously from times to times [02:07] r_rios: K; My result also . Sorry then - no other thought . [02:08] The term and shell are the same for both users [02:08] Bashing-om: No problem, thanks for the help :) [02:08] putty-256color and /bin/bash [02:09] r_rios: :(, no help as much as I might have hoped . [02:10] elricsfate, so I uncommented that line, the next term I popped shows user@host as green but you say your user does not experience that [02:10] elricsfate: well, if it works once you source .bashrc manually then that strongly suggests that it isn't being sourced on its own. [02:11] Bashing-om: At least you tried [02:11] This is right here in my profile https://paste.fedoraproject.org/paste/oYWHvfp6fGPkNwrkrGjd315M1UNdIGYhyRLivL9gydE= [02:11] I have a .bash_profile Will that override? [02:12] That seems to be the difference betweent eh two, bet that's it. [02:12] unsure. rename it for a min to test [02:13] elricsfate, I have .profile with the same contents you pasted. I have a .bashrc but not a .bash_profile [02:13] Got it, it was the .bash_profile [02:14] Added the source for .bashrc into the .bash_profile and she is working like a charm. Thanks for the help guys. Good call on that wedgie [02:23] is devel repo rolling or subject to freezes? [02:32] starks: Subject to freezes. [02:32] thx [02:33] starks: You're welcome. === bella is now known as Guest90112 [02:42] anyone have playonlinux on ubunt? [02:49] Hi. I'm wondering, what is the little app(let) that appears when a program crashes? [02:49] I think it's Ubuntu-specific, but I could be wrong. [02:50] hello every1, I've got in trouble with installing the lubuntu desktop qt version in this ubuntu 16.10 [02:52] tubal: Apport. Which appears to be an Ubuntu project that aims to be usable by other distributions. I don't know if any other distros use it though. [02:53] Errors were encountered while processing: [02:53] /var/cache/apt/archives/plasma-workspace_4%3a5.7.5-0ubuntu1_amd64.deb [02:53] E: Sub-process /usr/bin/dpkg returned an error code (1) [02:53] Jordan_U: Ah. Yeah, that looks like the one. Thanks/ [02:53] tubal: You're welcome. [02:55] anyone any idea? [02:57] !info plasma-workspace xenial [02:57] plasma-workspace (source: plasma-workspace): Plasma Workspace for KF5. In component universe, is optional. Version 4:5.5.5.2-0ubuntu1 (xenial), package size 7154 kB, installed size 33045 kB [03:17] hello [03:17] Hi [03:19] morn! === Mantra is now known as pitthacker2 [03:20] lol [03:21] nice nick mantra [03:21] you a hacker? [03:21] pitthacker: i am working on it.. my hacker idol is in this room === pitthacker2 is now known as Mantra [03:49] I'm trying to use the network manager applet in System Settings to adjust my DNS for ipv6, but it won't let me enter a period in the box [03:49] that's...new [03:50] oh. nvm. i'm dumb. [04:15] having an issue with one of my linux boxes, its got a Radeon HD6850 and I don't have an option for AMDGPU driver but I install xserver.xorg.video.amdgpu and created a xorg.conf with options and such but I only have opengl 3.3 instead of 4.1 so one of my games won't launch any ideas, do I need the amdgpu-pro package instead and i'm using xubuntu 16.04 on that system btw [04:19] hey help me with wine program loader? [04:21] "I've been aware of the Jew deception against humanity for several years now and although it seems hopeless at times, I've seen a huge awakening recently that gives me hope." || "You really say the words Alfred. This is your best, most daring video yet! You name the Jew and explain how they make the good guy the bad guy, and the bad guy the good guy. How they planed to exterminate the Germans, etc. I'm Tweeting this out. Well done!" [04:21] !ops | krazzgal [04:21] krazzgal: 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 [04:21] nicomachus: (elky and I are awake and hunting them) [04:21] (but thank you anyway) [04:21] happy hunting! [04:22] mostly just testing whether this works. Having some DNS issues here... [04:22] IRC works fine though. [04:33] dimas [04:34] hay [04:34] wtf [04:34] hemm [04:34] hayy [04:34] w0y? [04:35] hayy [04:35] Loyality to jewishness is loyality to oppression and world domination. The only way to end jewish supremecy and oppression is for jewish women to race mix with black men. This is the only answer. israel also must transform and learn to become multicultural by race mixing with blacks and palastainans. [04:35] ubuntu? [04:36] backbox === gamespttr_ is now known as gamespttr [04:37] help me? [04:37] With what [04:38] i need to run 5 imvu clients on playonlinux [04:38] https://www.youtube.com/watch?v=l8FNh8BJPZw [04:38] Nope, can't help you there. [04:38] Am noob. [04:38] Lol [04:38] Does anyone here use Weechat? [04:38] -_- ill ask other someone [04:40] ada orang indo [04:47] 1 [04:50] hi there, has anobody done Android VM on Ubuntu? [04:50] with google play working? [04:51] no shortage of vidos, xz. see the ytubez [04:51] https://www.youtube.com/watch?v=l8FNh8BJPZw i need help with it [04:52] cfhowlett: have you done that? [04:52] xz, once. [04:52] cfhowlett: I'm just looking for couple of questiuons answered [04:52] cfhowlett: was google play working for you fully? [04:52] yep, but as I said: once. a long time ago [04:52] cfhowlett: in other words, can I download just any app that's normally available on mobile device? [04:53] so far as I know, yes [04:54] cfhowlett: awesome, how did you get that VM? did you use some virtualbox + an image like androVM, or some dedicated emulator? [04:54] I remember using vbox and the standard, at that time, image [04:54] where virtualbox? [04:54] cfhowlett: ok, it might have been then vbox + androvm [04:55] http://www.osboxes.org/android-x86/ xz [04:55] !vbox | Eric_____ [04:55] Eric_____: Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox [04:56] i click virtualbox 5.1? [04:58] aloha [04:58] mahalo, marty__ [04:59] cfhowlett: I just found out 'bluesstacks' for windows, looks like pretty cool thing [04:59] cfhowlett: will look around more, maybe there is such out-of-the-box solution for UBUNTU as well [04:59] wow this is sorta active, [05:00] xz, perhaps : http://emulatorforpc.com/best-android-emulator-ubuntu/ [05:00] ubuntu which one i ckick? [05:00] VirtualBox 5.1.16 Oracle VM VirtualBox Extension Pack All supported platforms Support for USB 2.0 and USB 3.0 devices, VirtualBox RDP, disk encryption, NVMe and PXE boot for Intel cards. See this chapter from the User Manual for an introduction to this Extension Pack. The Extension Pack binaries are released under the VirtualBox Personal Use and Evaluation License (PUEL). Please install the extension pack with the sa [05:01] xz, imho: the android SDK is preferred. YMMV [05:02] cfhowlett: I just want to make sure google play works, so if SDK works fine with google play, I cna try that [05:03] im using ubuntu 16.04, i have run a couple of basic of iso's through my vmware, its all ubuntu so when the vm asks for permission install for grub im confused [05:03] marty__, say "yes" [05:03] "yes" [05:04] ....... give the installer permission to install [05:04] lol thanks. it wont error my current iso? [05:05] marty__, it's a virtual machine. how, exactly, do you see this effecting the host? [05:05] ybottu? which i click? [05:05] VirtualBox 5.1.16 Oracle VM VirtualBox Extension Pack All supported platforms Support for USB 2.0 and USB 3.0 devices, VirtualBox RDP, disk encryption, NVMe and PXE boot for Intel cards. See this chapter from the User Manual for an introduction to this Extension Pack. The Extension Pack binaries are released under the VirtualBox Personal Use and Evaluation License (PUEL). Please install the extension pack with the sa [05:06] Eric_____: please stop that [05:06] im still new to alot of this, and i am a double checker, i apologize if this seems tedious but thank you [05:06] your right [05:06] ok [05:06] marty__, no worries [05:06] u said add extension pack [05:07] Eric_____, 1. install virtualbox. 2. install extension pack. 3. done [05:12] it said Could not open "Oracle_VM_VirtualBox_Extension_Pack-5.1.16-113841-1.vbox-extpack" [05:12] install virtualbox first! [05:12] dumb question but how do i do when an application freezez and become a zombie... [05:13] Olanzapin, my method: ps -x, find the zombie, then kill -9 PID [05:13] Olanzapin: Ctrl+Alt+T to open a terminal, `sudo pkill application_name` for me. [05:14] Ok thank you... :)' [05:27] hey howelet youtube will help me with install virtualbox [05:30] hey howelet? [05:31] do i click windows hosts? [05:31] do i click os x hosts? [05:32] do i click Linux distributions? [05:33] I accidentally messed up my /etc/ssl/openssl.cnf file [05:33] how can I restore it? [05:34] ferret_tails, you did back it up, right? [05:34] ferret_tails, Revert the backup you made [05:34] thats why you should backup first original [05:34] cfhowlett: I did, but it's a modified version [05:34] isn't there any way to get it back with apt? [05:35] ferret_tails, ? the .cnf file = configuration. it's established on first run, IIRC [05:35] oh... let me try that then [05:35] ferret_tails, move your file and reinstall the package [05:35] ferret_tails, rename the current file to foo.OLD and reinstall [05:36] I did 'apt-get install --reinstall openssl' and it didn't restore the .cnf file [05:36] ferret_tails, Was your file moved [05:36] Or was it present [05:36] it was moved [05:36] Purge, then install [05:37] woah... that's going to delete a /lot/ of deps [05:37] actually... you know what I could do? I could download the file from my other computer :1 [05:37] why didn't I think of that earlier [05:39] oh... dpkg option --force-confmiss [05:39] oh! there we go [05:39] that did it [05:40] whew... that fixed it [05:40] thanks everyone [05:41] howelet? [05:43] i opened an terminal on ubuntu then typed "sudo apt-get install virtualbox" [05:44] thats easy to do on terminal [05:44] Any reason ubuntu 16.04 keep marking a packege for autoremoval ? [05:45] askb, it could be because. Of libraries, and such... but Don't worry. [05:50] Aaron, facter is being marked for auto removal after puppet4 is installed, [05:51] doing this impacting our scripting, since we facter a lot to check the version of ubuntu [05:52] askb, then hit Cancel. or update your scripting libraries. either one ;) [05:52] Is there a way such facter is not marked for autoremoval when puppet is installed [05:52] askb, use aptitude ;) [05:52] man aptitude [06:08] hello, I have a HDD with 3 partitions and in two of those partitions (as they were used formerly from other computers), I have not full access in all archives. I mean, there is a lock in some of the archives. How can I safely change the permissions so I can read those folders? [06:09] https://ibin.co/3FVFdWU0yYKe.png [06:12] Jakeukalane, What filesystem are those? [06:12] ext4 [06:12] mmmm [06:12] no [06:14] PipeItToDevNull, yes, it was ext4 [06:14] Just chown the directories [06:14] sudo chown -R user ? [06:14] How did you mount that? [06:15] automatically, is not the partition that I do not own, only few archives [06:15] Who owns them? [06:15] ls -al [06:17] there are three colums, the firs one is one with the permission and the other two seems like owners? [06:18] owner user and group [06:19] the problem seems to be in the permissions as there are some with drwx----- and -rw-r--r-- but others with drwxrwxr-x. that is my question, what is better change the permissions to less restrictive or change the owner? [06:20] Who is the owner [06:21] not me. the computer when they were created is broken now so I think is safe to change the user [06:22] Yep [06:22] nice, that is solved. what permissions are better? for normal use [06:23] If it came from another install just chown the whole thing to your user [06:23] great [06:24] The permissions should be fine [06:24] solved, thank you very much [06:24] Yep [06:48] good morning to all [06:49] lol someone is trying to identify my nick ;) [06:49] !ghost | Aaron [06:49] Aaron: If you own an IRC nick that is currently being used, you can make it change nicks by typing: /msg nickserv release | If you have a dead (ghost) connection, you can make it quit by typing: /msg nickserv ghost | further help in #freenode [06:51] lotuspsychje, thank you but. no thanks. ;) [06:53] hello. I have disk partitions. And They are not mounted . If I use mount command. I can access to disks. But whenevert server reboot should I run mount command again? If Its yes, how can I solve this one. [06:53] as I search it says write to fstab. [06:55] temhaa: this partition is ntfs perhaps? [07:05] Hello. I want to find a file containing string1 and string2. Can grep natively do that or do I have to write something around it? [07:09] vlt: not sure if this works, grep -e string1 -e string2 [07:09] vlt: or this: https://help.ubuntu.com/community/grep [07:10] Thanks! [07:10] vlt: nvm, it just looks for string1 or string2, not both [07:24] In ubuntu how can I print the output of the file to stdout using cat as well as pipe the output to a diffenret command and get that commands output as well on a single line? [07:24] popey, are you available? You approved my wiki editor application, but I still can't edit the London, Ontario page. https://wiki.ubuntu.com/CanadianTeam/London [07:25] I am trying cat tt.txt | xargs -I {} aws s3 cp s3://temp/{} -. If tt.txt has 1 and 1 ahs contents "abc" I want it to print out as "1 abc" [07:26] roko: 'tee'? [07:27] hello, is Ubuntu 16.04 that is LTS more stable than 16.10? [07:27] ducasse: I tried tee as "cat tt.txt | tee tmp.txt | xargs -I {} aws s3 cp s3://samidh1/{} -" [07:27] wc [07:27] off late I facing some problem wiht 16.10 [07:27] ducasse: doesn't work though [07:27] random freezing [07:28] thinking of removing 16.10 entirely and installing LTS. [07:29] I hope Ubuntu addresses this problem asap. [07:31] roko: try in #bash [07:32] CrazyTux, buy better hardware [07:32] I have a brand new laptop that I bought this month. [07:34] CrazyTux: you already asked this question 20 times here [07:35] one more question. If there are two linux distros installed on a single laptop do both of them need to have separate swap partitions for them. Could this be the reason for random freezing. One of the distros not being created with a separated swap partition at the time of installation? [07:36] yes. I haven't got a satisfactory solution. [07:36] CrazyTux: no, and no. [07:36] I like to use Ubuntu Mate 16.10 but not able to. [07:36] CrazyTux: thats not true, you have been suggested many things to try, hence you refuse to take action [07:36] oh , this is a new one .. such details should be included a long time ago [07:37] lotuspsychje, please. I have followed every suggestion given here. [07:37] CrazyTux: if you would have followed suggestions, you would have tested 16.04.2 already [07:38] I need 16.10. [07:38] CrazyTux: why? [07:38] CrazyTux: why dont you just try it out, instead of keep comming back here trolling the same questions over and over? [07:38] I have used 16.04 before. [07:38] No. I am not trolling. [07:39] CrazyTux: so why do you ask if 16.04 is more stable then 16.10? [07:40] I am a newbie and don't have much knowledge about all these distro. I was just curious. Just want that problem solved. [07:40] maybe 14.04.5 is more stable [07:42] CrazyTux: what happened when you tried 16.04? [07:42] CrazyTux: and was it 16.04 or 16.04.2? [07:43] Actually, I have never used Ubuntu. I have used Lubuntu LTS and that was on my old laptop. [07:43] CrazyTux: then why are you here? [07:43] On my new laptop I have Xubuntu 16.10 and Mint Serena installed. [07:43] and this Xubuntu 16.10 is giving these headaches. [07:44] CrazyTux: so you haven't tried xenial. i suggest you do so. [07:45] Ok. If that solves the problem, let me see. [07:45] thanks. Will install that and check. [07:46] ffs trying to type commands in to a remote desktop session on windos to a backend linux service with a phone is a roayal pain, with a cellphone. autocorrect sudo to dude adding capitals and space where there should be none.... [07:46] CrazyTux: i think it is something you definitely need to check. make sure to install 16.04 and not 16.04.2, then try installing the hwe stack later if necessary. [07:47] why not 16.04.2 directly? [07:47] and I don't need Ubuntu. I need Ubuntu Mate. [07:47] CrazyTux: because .02 has the kernel and x.org stack from 16.10. [07:48] CrazyTux: if you need mate, why are you on xubuntu now? [07:48] that seems to be complicated for a beginner like me. [07:48] I have installed Mate and Lubuntu DEs on it. [07:48] I worked on Mate for a while and seem to like that. [07:49] CrazyTux: when i say 'ubuntu', read '*ubuntu'. install any flavor you want. [07:49] ok. [07:49] hello, how can i setup, NAT port forwarding in ubuntu, so that, when a user tries to connect to the machine over a port, it forwards the connection to private machine on port 3306 [07:50] hello, am trying to create a service that starts/stops my ruby on rails app using upstart which I've written here. https://dpaste.de/rsbz however, I still don't get the app up and running. It's throwing unhelpful logs messages. What could be doing wrong? Thanks [07:50] this is basically to allow access to a private database, from internet [07:50] CrazyTux: the reason .02 has the 16.10 hwe stack now is that it will be supported for five years, so newer kernels etc are backported to it to give support for new hardware. [07:51] ducasse, then .02 would be suitable for my laptop which has newer hardware. [07:51] and probably because of this issue I had to go for 16.10 in the first place. [07:52] I had some apps like pdf viewers in 16.04 which were incompatible with some files, I think. [07:53] I had some pdf files that used to ask for password in 16.04. But, in 16.10 they don't. [07:54] ayogi: http://askubuntu.com/questions/320121/simple-port-forwarding#410467 [07:54] I am quite ok with 16.10 despite the fact that it has short support period. It is just this random freezing that needs to be sorted out. [07:54] Hello guys, I don't know if it's the correct place, but I have a problem with increasing a partition with GParted on Ubuntu 16.04 I have a 232GB SSD mounted on /dev/sdb. /dev/sdb1 contains my windows installation, /dev/sdb3 my ubuntu installation. /dev/sdb1 is currently 203 GB big, /dev/sdb3 19.53. I have 9.77 GB unallocated disk space, but can't increase the size of /dev/sdb5 (main linux partiition) When I click on resize, I can't [07:54] type in any number and it always stays at 0 [07:54] CrazyTux: pdf files have *nothing* to do with hardware support. and try 16.04 first. [07:55] ok [07:57] tzfrs: can you post a screenshot of gparted's main window with that disk selected on imgur? [07:57] ducasse: i already did that, but it's not working [07:57] Sure, one second [07:57] ducasse: http://i.imgur.com/COJQy3W.png [07:59] Reason behind this was, when I created my Ubuntu partition I thought 20 GB would be enough but totally forgot about swap, and now I'm coming onto my limits with 14 gb :p [07:59] I already tried to do the same in Windows but Windows didn't even let me shrink the partition in the first place. In Gparted the shrinking worked. [08:00] tzfrs: you see the linux partitions (sdb5 and sdb6) are inside a so-called 'extended' partition (think of it as a container for partitions), and the free space comes outside that _and_ after another partition. to increase a partition the free space has to be next to it. [08:01] ducasse, so I need to somehow move it into /dev/sdb3? Or just after /dev/sdb3 instead of before? [08:01] ducasse, I have a copy of Xubuntu 16.04.2 with me. I'll try the live usb of that and check if I can open those pdf files without password. [08:01] then, I'll decide on installing 16.04 [08:01] i.e. does it also need to be on the same level as /sdb5 and /sdb5 or at the same level as /sdb3 but coming right after it? [08:02] tzfrs: you can just delete the swap and merge that free space with the linux partition, then make a new swap in the free space. or arrange everything so the free space can be moved into sdb3. [08:02] Alright, let me try that, thank you [08:03] CrazyTux: the password problem is completely separate, ignore that for now. if it works otherwise we can work on fixibg the pdf stuff. [08:03] tzfrs: np :) [08:04] ok. [08:04] how can i remove the rule that was added using: "iptables -t nat -A POSTROUTING -j MASQUERADE" [08:04] tzfrs: remember to delete or comment out the swap entry for /etc/fstab and create a new one for the new swap you create. we can help you with that if you get problems. [08:05] I pressed right click on the swap partition, pressed swapoff, deleted the swap partition, then resized the /sdb5 and increased the size. Did I do that correctly? [08:05] ducasse, It know looks like this: http://i.imgur.com/Qhd48RZ.png [08:06] So far so good, or did I do something wrong already? :p [08:07] how can i restart the iptables in ubuntu? [08:07] tzfrs: that looks good. you are doing this from a live image, right? [08:07] Uh [08:07] I would like to tell you yes, but no [08:07] ayogi: iptables -F to flush [08:07] My USB-Stick broke some weeks ago, didn't get a new one yet [08:08] can someone on 16.04 or 16.10 confirm Ubuntu Web Browser doesn't reflect System Settings > Universal Access > Large Text setting? [08:08] ducasse: i do not want to flush, i just want to restart so that the rules i removed takes affect [08:08] tzfrs: ok, then exit without saving. you can't grow a partition you are 'standing' on, if you know what i mean. [08:08] flush will remove all rules right? [08:08] I think I understand, but I already increased the size. Or aren't we talking about increasing? [08:08] ayogi: then use '-D rulenumber' [08:09] ducasse: yeah that i did [08:09] tzfrs: did you press apply? [08:09] Yes [08:09] And it worked already [08:09] but after that do i have to restart so that the rules take affect? [08:09] tzfrs: everything seems to be fine? check from a shell with 'df -h' that space looks correct. [08:10] Yeah it does. Just wanted to make a screenshot to show you [08:10] http://i.imgur.com/YeXqEYS.png [08:10] tzfrs: ok, good. then create a new swap, if you need one at all. [08:11] Don't think so tbh. 16GB should be enough, right? I'm just using an IDE for developing, and only PHP, so not even something which needs compiling power :p [08:11] tzfrs: looks good, although i'm not a big fan of doing it that way :) [08:11] tzfrs: you have 16gb ram? and you don't use hibernate? [08:11] In the ideal world I would have a completely separate ssd for ubuntu [08:12] You mean, hibernation features of the OS? [08:12] tzfrs: yep. [08:12] I didn't set any settings explicity, so I still have the default settings. I could check [08:12] also I cannot zoom in Browser using ctrl-+, this seems an old issue http://askubuntu.com/questions/493420 [08:12] tzfrs: that's ok. [08:12] kk [08:12] any hint about using Epiphany in a (at least) decent way? [08:12] tzfrs: hibernate is not enabled by default in ubuntu. [08:13] Is there a way to assign the other 10gig as well to the ubuntu partition or no chance without a live cd? [08:13] Ah okay [08:13] tzfrs: ok, then just put a comment in front of the swap line in /etc/fstab [08:13] In front of this one: UUID=f7ce185f-b5ec-4c74-9be0-02bdd6a17add none swap sw $ [08:13] ? [08:14] guys, i think i have locked myself out from a server, i setup a iptables rule and now it's not allowing to login via ssh [08:14] At least it says swap [08:14] tzfrs: yep. [08:14] i have one active connection from where i am logged in, but not able to create another connection [08:14] oh my bad it's not Ephyphany, it's webbrowser-app package, based on "Oxide" [08:14] ty [08:14] done [08:15] tzfrs: that should be it. let me take a look at that screenshot again, hang on. [08:15] still any hint appreciated [08:15] Can also send you a new one if you want [08:17] anddam, can confirm. Text doesn't get any bigger [08:17] Same on Chrome though [08:17] but chrome isn't an Ubuntu UI package [08:17] packages [08:18] True, just wanted to share the information [08:18] tzfrs: I mentioned two things tho', one is the UI per se, the other is the page content [08:18] tzfrs: thanks [08:18] tzfrs: just to be clear you're talking about the Universal Access thing right? [08:19] not the ctrl-+ that won't magnify page content [08:19] I got it in German, so I'm not 100% sure, but I went to "System Settings -> "Zugangshilfen"" and activated "Large Texts" [08:20] Gut [08:20] http://i.imgur.com/gzJ0pDt.png [08:20] so it's the UI thing [08:20] on a separate level the browser won't zoom the page content, at least not in an "usual" way, and it has no help, or "about" menu [08:21] Yeah, looks pretty minimalistic. Didn't even know they have their own browsers. [08:23] I think it's good they have a minimalistic browser, if it wasn't C++ I'd honestly feel more compelled to contribute [08:23] I'm sure there are some use cases [08:23] Btw, how do I delete a shortcut from my start menu in Ubuntu? My PhpStorm shortcut is somehow messed up and I wanted to recreate it. [08:23] whats the start menu? [08:24] Dash [08:24] ? [08:24] Yeah, I think it's Dash [08:24] tzfrs: i've been looking at it, and i've got a few concerns about resizing that other partition, especially without a live image. could you come back later today when there are more people here i can check with? [08:24] I'm coming from a Windows background [08:24] tzfrs: how did you install phpstorm? [08:24] ducasse, don't worry, I just asked my neighbors, they can borrow me an USB-Stick this evening, then I could do it from the live cd [08:25] anddam, I extracted the contents to /opt/jetbrains/phpstorm and ran the phpstorm.sh script in the /bin folder. On my work laptop it worked without problems, but somehow on my desktop the shortcut looks kinda different. And it's also a shortcut to a project instead of phpstorm even though phpstorm get's opened and not the project. kinda weird [08:26] tzfrs: good. [08:27] I thought maybe I would just delete phpstorm all together and reinstall it. would be the most easy way [08:27] tzfrs: looks different as in different icon? [08:27] http://i.imgur.com/kxISRib.png [08:27] Looks like this [08:28] tzfrs: check .local/share/applications for a .desktop entry for phpstorm [08:28] tzfrs: ^ that :) [08:28] Ah [08:28] And just delete it? [08:29] move it as reference, unless you want to reinstall or know desktop files well enough to rewrite it [08:29] I think I need to relog now, one sec [08:30] Yep, deleted it, and now after relogging I have the normal one again. [08:30] Thank you guys [08:37] Have to say, I like Ubuntu. Would just be nice to see more support for it by other companies. [08:37] Well, not only Ubuntu, Linux in general. === Vampire0_ is now known as Vampire0 [08:39] tzfrs: just checked, you cannot move the beginning of an in-use partition as i thought. so you better get that usb first :) [08:39] Alright ducasse. I'll try it out in like 8 hours. :) Thank you in advance [08:40] tzfrs: np :) === Lutzee is now known as Zen [09:12] python3.6 is what is offered official now? when will uubntu shit to py3.6 ? [09:13] einstein: probably not until ubuntu 17.10 [09:14] https://wiki.ubuntu.com/Python/Python36Transition [09:16] oh, it is optional in yakkety 16.10 http://packages.ubuntu.com/search?keywords=python3.6 [09:19] say i need a ppa of some package, then how do i use ubuntu itself to search for those? [09:20] I don't like to google and open other articles which have , or may have the old ppa, and for every article googling is just too ineffective [09:20] einstein: open a browser, go to ppa.launchpad.net and search. if that fails, try google. [09:21] I can't install php7.0 on ubuntu [09:21] 16.04 [09:21] include your ubuntu verion in the searchstring [09:21] It doesn't work [09:21] Apache2 [09:21] !doesntwork | V7 [09:21] V7: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [09:22] ducasse: ... ? [09:22] V7, why not? [09:22] V7: read the message from ubottu [09:22] php code doesn't work means that apache2 outputs only php string not data [09:22] On ubuntu packages? how do i installl it OerHeks [09:23] Hi, while compiling openFrameworks on Armbian Desktop I get "glesv1_cm & glesv2 not installed" - how do I get these? [09:23] OerHeks: the link that you gave is unclear when it comes to installation, does it even has a ppa? [09:23] like will output [09:23] So ... php doesn't work [09:23] I've tried to reinstall, but ... no result [09:23] i am on xenial OerHeks [09:24] einstein, that url shows it is available for yakkety, i didn't say it is for xenial. [09:24] ducasse: so ? [09:24] but xenial is 16.10/ [09:25] einstein, no, it is not. [09:25] einstein, false xenial = 16.04 [09:25] einstein, this page gives some answers, i doubt using a ppa for python. http://askubuntu.com/questions/865554/how-do-i-install-python-3-6-using-apt-get [09:27] i also did dist-upgrade so that i can get the latest, but still it doesn't dist-upgrade as it's still xenial === vamiry_ is now known as vamiry [09:28] latest as in latest packages for xenial. to upgrade to 16.10, see the distro upgrade factoid [09:29] https://wiki.ubuntu.com/YakketyYak/ReleaseNotes#Upgrading_from_Ubuntu_16.04_LTS [09:30] Hello. Is there a recommended way to have Firefox ESR (and regular updates) on Ubuntu 16.04 LTS? [09:31] i do have pip and virtualenv OerHeks i tried 3.6 but for that too i need python3.6 alreaady, i don't get that answer that use pyenv /? [09:31] vlt, no, the url i gave you explains what to do [09:32] einstein, ehh what? [09:32] einstein, now you make no sense, you already tried python 3.6 on xenial? [09:32] see answer by nick T [09:33] OerHeks: no [09:34] salut, j'ai des problèmes de résolution avec ubuntu, si je change la résolution, l'ensemble de mon bureau ubuntu ne rentre plus dans l'écran. pareil pour une app que je programme, si je la passe en pleine écran, l'image est coupé. une idée pour résoudre ce problème ? [09:34] einstein, my last advise: upgrade to yakkety if you *need* python 3.6 [09:34] upgrade to yakkety? how ? [09:34] i am on xenial, and i did sudo apt-get dist-upgrade already [09:35] einstein, read back, that has been answered. [09:36] oh it's english here, sorry, i have some resolution probleme if i change my resolution or if i put a app i program in fullscreen, the image is cut, any idea ? [09:41] noals, if a program uses a lower resolution, and after closing it your system keeps that resolution, go to Systemsettings > displays > and set it correct + hit 'apply' [09:42] i found a guide for my problem, im trying it right now DerHeks https://newtoubuntu.wordpress.com/2010/07/17/ubuntu-10-04-fixing-the-monitor-resolution-with-xrandr/ [09:44] noals, .. old tutorial .. [09:44] ok i check your setting DerHeck [09:44] DerHeks* [09:46] no, that dont solve my problem, my desktop is cut just by changing my resolution. DerHeks [09:47] whats teh use of dist-upgrade if it doesnt upgrade to ubuntu 16.04 ? [09:48] !dist-upgrade [09:48] A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [09:48] !upgrade [09:48] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [09:48] einstein, but you know that already, newer packages, not newer ubuntu version [09:49] verry usefull indeed [09:49] einstein, different command!!!! dist-upgrade upgrades the current OS only. and you said you were already on xenial which IS 16.04. more clarity from you might lead to clearer answers \ [09:49] but i get just apt update and get newer packages? and then apt upgrade to get newer installed packages and deps too? [09:49] noals, logout, login, ans all should be fine, and don't play that game untill it is fixed [09:50] einstein, apt update installs **nothing**. it updates your software library database [09:50] update = new lists [09:50] well im programming it, if i cant test in fullscreen mode it kinda sux u know [09:50] cfhowlett: i meant apt upgrade [09:51] and the guide doesnt solve my problem either DerHeks [09:51] so how is this dist-upgrade different from apt upgrade? i thought dist-upgrade changes my ubuntu version, [09:51] noals, again: logout, login, and all should be fine, and don't play that game untill it is fixed [09:52] but found out it does't upgrade the distribution at all, and this dist-upgrade name is "deceptive and misleading" [09:52] LoLz [09:52] einstein, suggest you spend about 10 minutes of education with your terminal. man apt will give you a comprehensive explanation [09:53] well since there was an update i try brb DerHeks [09:54] cfhowlett: OerHeks i did [09:55] I did read lots of manuals and dpkg , apt ,etc [09:55] but nothing [09:55] einstein, "apt-get dist-upgrade does not upgrade Linux distributions (though it does update kernels). From the manual on apt-get" from the official linux manual. [09:56] DerHeks well no changes, what did they do with their update that its fucked up like that ? my sound doesnt even works and now that >< [09:56] * OerHeks noticed his spam/language filter worked [09:57] noals, so you are a programmer, fix it? [09:57] DerHeks well i just use ubuntu for that, im not really familiar wih ubuntu itself DerHeks [09:59] how do I upgrade ubuntu here? im stuck with some dependencies. http://pastebin.com/TfQWfRAx [10:00] DerHeks i even tryed some tuto, updating my kernel and stuff to have the sound but nothing did works while my sound card should be supported without modification >< [10:00] test [10:01] Seven_Six_Two: hello - what's your launchpad ID? (also, logout and back into the wiki) [10:01] Seven_Six_Two: also, refresh the page once you logout/in === vamiry_ is now known as vamiry [10:01] OlofL, see line 56: [10:01] You might want to run 'apt-get -f install' to correct these. [10:02] OerHeks: yes, but it didnt work either. [10:03] DerHecks is there a way to get back to previous version ? like canceling the last 3 or 4 updates ? [10:03] DerHeks is there a way to get back to previous version ? like canceling the last 3 or 4 updates ? [10:03] noals, ubuntu doesn't support rollbacks [10:04] damn [10:04] OerHeks: http://pastebin.com/G96a2PpS [10:05] i will ask on a forum later, cya [10:05] Hi all! I seem to have two broken packages on my system according to Synaptic. However those are linux-image-generic and linux-image-extra. Sounds kinda serious? How to I fix that? [10:17] how can i see which user starting waht program at what time? [10:17] i found it using ps, but not with the clock time [10:17] i found the activity-peak at 2 am, but i want to know what program running, who is running it [10:23] craptalk: ps -ef -o bsdstart,command [10:47] OlofL: 12.04 LTS is EOL like right now. And you seem to have some non-Ubuntu deb lines in your sources.list that might contribute to the mess. [10:51] one of these days precise will go EOL, in april, check with "ubuntu-support-status" [10:56] Hi I'm using xubuntu how can i change default terminal to xfce4terminal instead of xterm [10:57] I already removed xterm but when launching vim via right click menu it gave me error of xterm not there [10:57] phi_, maybe this page is any help:: http://askubuntu.com/questions/749265/xubuntu-change-default-terminal-to-terminator [10:58] where can i check my DNS configuration? i checked on /etc/resolv.conf, but it stated that it should be changed? [10:59] OerHeks, weird is I already set xfce4-terminal and if keep asking me about xterm [11:00] phi_: how did you set it? try 'sudo update-alternatives --config x-terminal-emulator' [11:00] gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/xfce4-terminal [11:02] ducasse, already set to xfce4-terminal.wrapper [11:03] where can i check my DNS configuration? i checked on /etc/resolv.conf, but it stated that it should be changed? [11:03] OerHeks, it is still use xterm [11:03] !patience | craptalk [11:03] craptalk: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [11:03] phi_, logout and login again, pehaps? [11:04] phi_: xubuntu has a drop-down menu in preferred applications, right? [11:04] c/perhaps === donttrustem_ is now known as donttrustem [11:07] OerHeks, this only happen when using thunar with rightclick open with menu [11:09] Can someone enlighten me on the decision of the ubuntu filemanager to _not_ have splitscreen? This seems like the #1 feature a filemanager should have, it drives me insane that they removed it. How are tabs more useful, anyone. [11:11] install another one [11:12] phi_, so it is a plugin in thunar, i dunno which one, find it and remove it? [11:12] found a solution http://askubuntu.com/questions/788736/open-vim-in-xfce4-terminal-from-thunar [11:12] thank you [11:12] ... [11:14] i applied the latest updates on 16.10, and now nautilus cannot launch and I got no icons on my desktop. [11:14] i don't think I have screwed something up here, anyone else have the same problem? [11:16] here is some events that occur in syslog when I launch nautilus: http://paste.ubuntu.com/24176065/ [11:18] https://www.youtube.com/watch?v=ILWSp0m9G2U [11:18] andywork: can you try this on another user also? [11:18] woops wrong chan [11:19] andywork, maybe removing the config will fix , ~/.config/nautilus [11:19] lotuspsychje, OerHeks: let me try another user first ok [11:20] lotuspsychje: another user does work [11:21] andywork: try what OerHeks suggested then, your users config might have scrambled somehow [11:22] lotuspsychje, OerHeks: ok, removing ~/.config/nautilus did work [11:23] !cookie | OerHeks [11:23] OerHeks: Wow! You're such a great helper, you deserve a cookie! [11:23] indeed thank you OerHeks :) [11:23] grab yourself a cookie [11:23] have fun! [11:52] ufw how to deny a group [12:02] hey h\guys [12:02] How do I use Alt Codes? [12:03] How are they different than Unicodes? [12:10] installing ubuntu-16.04.1-server-amd64 on ASUS Strix H270F Gaming mainboard , getting gnu grub menu then click install and screen turns off, is there a way for me to install this ? [12:12] huggybear404: your installing ubuntu server on a game pc? [12:12] is that bad ? [12:12] huggybear404: no, depends what your planning to do? [12:12] I need a board supporting large drives [12:12] and I like booting from m2 [12:13] huggybear404: start also with 16.04.2 iso image to be up to date [12:13] ouch . I used my last cd [12:13] huggybear404: will your purpose be gaming or server/file use then? [12:14] Hello. How can I find out what's happening here on our Ubuntu 16.04 machine: 13:13:22 up 3 days, 18:12, 24 users, load average: 172,74, 136,78, 81,27 [12:14] I want a server with large drives and samba [12:14] do all files have metadata that you can set? [12:14] huggybear404: ok cool [12:14] FrogCast: what kind of metadata are you talking about [12:15] ppf, custom user set metadata. For example, on an audio file, you can set ID3 tags [12:15] huggybear404: pick 16.04.2 and perhaps the #ubuntu-server guys might know your fail step at setup [12:16] FrogCast: no, that's obviously a property of the file format === semeion is now known as mnemonic [12:17] I wish lotus I struggled with this since january, first 3 boards I got had production errors , shop tech also failed to make it work, next they tell me the m2 I ordered suck so I got other ones with pci, now I finally get the board to find my m2 and sata drives and im stuck with no picture. sad thing is the msi boards I tryed first seemed nice in the bios settings if only the sata ports on them [12:17] could work. [12:22] has anyone had luck installing any ubuntu or linux on a modern asus board ? [12:22] huggybear404: vague question is vague [12:23] !details [12:23] Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [12:24] I understand, thanx for that gem of help after I struggled 2 months and gave you all the info , i guess you want me use windows on it or give up server and use it for games only [12:25] shop had no server boards for sale [12:25] huggybear404: you didn't give me any info at all [12:25] for best results dial down the attitude, huggybear404 - a lot [12:25] huggybear404: this is a volunteer help channel [12:26] huggybear404: alot of users are able to install on asus hardware, every situation is very specific [12:34] oh now i see huggybear's description in my lastlog [12:39] Hi I'm disappointed cannot install Ubuntu on new Macbook Pros. Need a Linux notebook for development. What notebook can you recommend? Doesn't need to be top notch, just solid. Preferably Lenovo Thinkpad... [12:39] computer2000, install virtualbox then ubuntu on the mac. done. [12:39] <_Exclusive> My Carbon X1 is fantastic with Ubuntu computer2000. [12:40] cfhowlett: I need native graphics and peripherals support [12:40] <_Exclusive> That is *ThinkPad Carbon X1 [12:41] <_Exclusive> :p [12:41] preferably 12" or 13" [12:41] doesn't need to be feather light though. Rather rugged and metal than light and all shitty plastic [12:41] computer2000: dell sells xps 13 with ubuntu [12:41] <_Exclusive> The carbon is all about quality. [12:41] <_Exclusive> XPS13 would be my other choice [12:43] _Exclusive: X1 seems nice but fingerprint sensor? :) who needs that? [12:43] <_Exclusive> Haha, hard to avoid if you want Lenovo? [12:43] how do i see which versions of firefox are available in the apt repo? I want to revert to the newest prior to 52.0 [12:43] Does that make the notebook more "business" friendly lol [12:44] <_Exclusive> Guess it has to do with the TPM technology "safe, secure bullshit". [12:44] <_Exclusive> WOW A FINGERPRINT SENSOR [12:44] <_Exclusive> nect gen [12:44] I can't believe "business people" make a selling point out of that stupid sensor [12:44] <_Exclusive> haha [12:44] !language | _Exclusive [12:44] _Exclusive: 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 [12:45] <_Exclusive> The warranties are crazy though. A tech came to my work to change the motherboard when it died. Overnight shipping from Germany -> Norway. [12:45] _Exclusive: I was looking at ThinkPad x260 because it's only 12.5" [12:45] <_Exclusive> Never experienced anything like it. [12:46] <_Exclusive> The x260 are also a neat option. [12:49] guys, keep it ubuntu related please [12:50] <_Exclusive> Sorta ubuntu related lotuspsychje? We want Ubuntu on it :) [12:50] _Exclusive: hardware talk belongs in ##hardware mate [12:51] <_Exclusive> Roger! [12:53] I have a project running that automatically generates a few files on its own, and I want to ensure that all files that the web server application creates belong to a specific user:group is that possible? [12:55] _Exclusive: you are probably better off getting specific model suggestions in ##hardware, then both googling and asking about that particular model here. [12:58] beefman: `apt-cache policy firefox`. Unfortunately 51.0.1 was not available anymore when I needed it. [12:58] beefman: its not recommended to keep using older packages, keep your system up to date [12:58] beefman: http://archive.ubuntu.com/ubuntu/pool/main/f/firefox/ [12:59] Howdy folks [12:59] hey ioria [12:59] lotuspsychje, lotusssssssssssssss === _dv_ is now known as dv_ [12:59] ioria, cfhowlett come visit us in discuss sometime :p [13:00] lotuspsychje, oh, yeah [13:00] beefman: You can find 51.0.1 there. When you download the deb file matching your system (and the corresponding -locale-xy deb) you can install them with `dpkg -i firefo...deb`. [13:01] beefman: lotuspsychje is right. It's generally not recommended. But users have to be able to work o_O [13:03] I have a project running that automatically generates a few files on its own, and I want to ensure that all files that the web server application creates belong to a specific user:group is that possible? [13:03] are you actually suggesting that the only way to get work done is to use a deprecated version of ffox? I bet to differ. [13:03] *beg* [13:04] z1haze_work, yes, run the webserver as user:group you need [13:04] id rather not do that though [13:05] multiple projects on a single webserver [13:06] z1haze_work, what webserver do you use? [13:06] apache [13:06] z1haze_work, use apache-mpm-itk [13:07] z1haze_work, it will allow you to choise on what user:group a vhost will run [13:07] thank you vlt, lotuspsychje [13:07] oh wow [13:07] 52.0 broke sound [13:07] can be installed with apt? [13:08] I installed nginx and noticed that the URL mentioned in the default website config file are 404s. I think the file is Ubuntu specific. Does anyone know where I could report this? [13:08] z1haze_work, yep: libapache2-mpm-itk [13:08] hello [13:09] *URLs [13:09] so not apt-get install apache2-mpm-itk ? [13:09] how can i disable my touchscreen on startup ? i need to run the following command each time : 'xinput disable 13' [13:09] z1haze_work, nop: apt-get install libapache2-mpm-itk [13:09] z1haze_work, once installed, just add: AssignUserId [13:09] to your vhosts [13:10] do you hve a docs for this one? All I found was https://www.howtoforge.com/running-vhosts-under-separate-uids-gids-with-apache2-mpm-itk-on-debian-etch [13:10] beefman: 52.0 also broke its runningness on our xrdp servers and java.applets. [13:10] cfhowlett: ^ [13:11] vlt: do you know of plans to fork to remove the pulse audio requirement? [13:11] cfhowlett: No, of course not the only way. Another to is to wait for the fix to be available. And meanwhile ... [13:12] beefman: I don't know. [13:12] keanny479: I don't have vanilla Ubuntu here, but do you know where to select programs to startup on login? If so, you should be able to add the command there as a new entry. [13:12] z1haze_work, the package have another name, so the howto is correct [13:13] Alrighty. Well thanks [13:13] z1haze_work, you welcome [13:16] hi how can i disable inet access for a group with ufw [13:17] if ufw is active it somehow doesnt add my iptables commands [13:20] snowkrash: i don't use ufw, but isn't there a pre/post loading feature with which you can add custom IPTABLES commands? Or is that what failed? [13:22] In recovery mode, how can i write to /usr/share/X11/xorg.conf ? === ansivirus_ is now known as ansivirus [13:30] keanny479, I would just boot a USB and edit ti [13:30] it* [13:33] hey ikevin so I installed that package and set it up, prety simple, but now im getting permissions errrors from /var/lib php [13:34] z1haze_work, you need to allow your users to create files in /var/lib/php5/sessions/ [13:35] that makes sense [13:35] wouldnt adding the user to www-data do that though? [13:36] z1haze_work, in my case, i use mode: drwx-wx-wt [13:36] what is that in numbers xD [13:37] z1haze_work, 733 [13:37] so i just need to chmod /var/lib/php/sessions 733 ? [13:37] I have a headset with a mic jack and a speaker jack. my laptop only has a single audio jack with a headset symbol. How can I use its microphone to record off of? [13:37] z1haze_work, /var/lib/php and /var/lib/php/sessions [13:38] when I plug either in, no obvious microphone is detected. [13:39] interesting [13:39] this is a common approach you think? [13:39] z1haze_work, in my case this are the defaults modes on debian system [13:40] bummer its still not working [13:40] z1haze_work, it's same on ubuntu server 16.04 [13:40] tahts what im running actually [13:41] ls -l /var/lib | nc termbin.com 9999 [13:41] but anyhow, i ran sudo chmod 733 /var/lib/php && sudo chmod 733 /var/lib/php/sessions [13:42] z1haze_work, not sure it's obligated, so you can do chmod +t /var/lib/php (and same on session) [13:42] what does the +t do [13:42] i thought it wasw a typo [13:43] damn, still failing badly [13:43] z1haze_work, http://askubuntu.com/questions/432699/what-is-the-t-letter-in-the-output-of-ls-ld-tmp this look like it's needed [13:44] ok so php is drwx-wx-wt [13:44] but its root:root [13:44] thats going to let someuser:some group control files in there? [13:44] hi guys [13:45] any pulp alike repo tool available for ubuntu where i can version/lock updates/packages? [13:45] z1haze_work, i've drwxr-xr-x 4 root root 4096 Feb 2 16:04 php [13:45] z1haze_work, and drwx-wx-wt 2 root root 4096 Apr 5 2016 sessions [13:45] and who do you have executing php stuff? [13:46] z1haze_work, and all files in session are using differents users [13:46] z1haze_work, php is executed by the user defined in apache vhosts [13:46] ok so yea [13:46] i just checked [13:46] all my sessiosn are www-data:www-data [13:47] it should be (in my case) magento:www-data [13:47] z1haze_work, maybe you need to clear old session [13:47] i did [13:47] deleted the contents of the folder [13:47] z1haze_work, they will be recreated under the good user [13:48] refreshed myt page and it put likt 5 more back in there [13:48] all by www-data:www-data [13:48] z1haze_work, have you restarted apache after setting assignuserid? (not just a reload) [13:48] yes [13:48] !pin | hoobaman don't know what 'pulp' is, but - [13:48] hoobaman don't know what 'pulp' is, but -: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [13:48] i have this http://dpaste.com/2JGJW8T [13:49] z1haze_work, does a phpinfo() show you the correct users? [13:49] ubottu: thx for your answer, please have a look at pulpproject.org [13:49] hoobaman: I am only a bot, please don't think I'm intelligent :) [13:49] oh doh :D [13:49] z1haze_work, perhaps: a2enmod mpm_itk [13:49] ducasse: thx for your reply ;) [13:50] says already enabled [13:50] so close though [13:50] ducasse: www.pulpproject.org -> it allows you to tag several updates into a version, test them and roll them out globaly [13:50] i need something similar for ubuntu [13:50] z1haze_work, are you using suphp? [13:51] i dont believe so, i dont know what that is [13:51] hoobaman: you want to set up an ubuntu repo? [13:51] and I setup this whole box myself [13:51] z1haze_work, this is a way to run php script with another user than www-data (an alternative to mpm-itk) [13:51] ducasse: yes but not only, i want a framework that can ensure that all my hosts have the same packages (updates) running after an update [13:51] no im not, but dont you think this should work at is [13:52] i dont want to throw too many variables into this [13:52] ducasse: pulp allows your to "tag" and 'pin' all these updates into a global update version [13:52] z1haze_work, have you tryed to look at apache error log if you have another problem? [13:52] ducasse: than you can use this global update for all your systems [13:52] hoobaman: you better take your query to #ubuntu-server, maybe they have any decent suggestions [13:53] ducasse: ok thx for your help, much appreciated [13:53] hoobaman: np [13:53] i am getting errors right on my page for permissions [13:53] but i can check [13:53] same error [13:53] PHP Fatal error: Uncaught Exception: Warning: SessionHandler::write(): open(/var/lib/php/sessions/sess_5adtf6jkrk379l6hbqejl3k683, O_RDWR) failed: Permission denied (13) [13:53] z1haze_work, does phpinfo() show you apache is running under magento:www-data ? [13:54] i cant even open phpinfo [13:54] thats what im saying its all messsed up [13:55] z1haze_work, to test: chmod 777 /var/lib/php/sessions/ [13:55] I'm going to need some help troubleshooting a DNS issue. I thought it was an issue with my home network, but I just got to the office and I'm not resolving any DNS queries here either. [13:55] sidebar, but is it normal i ccannot tab complete 'sessions' when running the chmod [13:56] ok so now it does work [13:57] z1haze_work, with 777 or 733? [13:57] 777 [13:57] but its the corret user now [13:57] what number permission chmod should /var/lib/php be as well as /var/lib/php sessions [13:57] i will try this one more time [13:58] z1haze_work, i've give you a pastebin with all modes i use [13:58] i dont know how to translate the letters [13:58] is that easy to learn? [13:59] z1haze_work, yep, take a look at http://www.onlineconversion.com/html_chmod_calculator.htm [14:00] with the sticky bit (who is not explained on the page) it's 1733 [14:00] ducasse: i found something :) aptly -> aptly.info [14:00] ohh man <3 [14:01] i noticed you have a d in front does that do [14:01] hoobaman: good :) [14:02] z1haze_work, "d" mean it's a directory [14:13] ikevin: thanks for the help, got it all working on my box, and just ported those changes over to a co worker whowas having the permissions troubles [14:15] z1haze_work, you welcome :) [14:18] Hi guys, can you advice ? I have a problem with freezes of my PC. I have a laptop with ubuntu 16.04 LTS. (before it i had 15ubuntu). So, time to time when i alt-tabbing to my chrome, my system starts to freeze and the HDD led indicates an excessive load. After some time (usually 5-20 min) my PC comes back and chrome says all tabs are crashed. I simply reload em, and get back to work. But it starts to be annoying. This is the part of syslog when my system st [14:18] arted to hand, and i resetted it manually with power button. [14:18] https://paste.fedoraproject.org/paste/7FmYJsz9gzsnQB1NigfWml5M1UNdIGYhyRLivL9gydE= [14:18] XATRIX: system up to date to 16.04.2? [14:19] https://paste.fedoraproject.org/paste/8Kykc1dpziiuk6oD6i0RW15M1UNdIGYhyRLivL9gydE= - the last one [14:19] happend 5 min ago [14:19] lotuspsychje: yeap [14:19] [15201.143625] perf interrupt took too long (2521 > 2500), lowering kernel.perf_event_max_sample_rate to 50000 [14:19] [17903.392997] Purging GPU memory, 29413376 bytes freed, 14819328 bytes still pinned. [14:20] usually my 'pin in the ass' starts from these lines [14:20] and, it happens no only on this PC... [14:21] i load my ubuntu on another one, and it's the same [14:22] XATRIX: did 16.04 work good when installed freshly? [14:23] I don't know, i can't setup a new system because of too much settings and programs installed on my current one [14:23] but i think, it would be fine [14:23] i need to find a trouble in this instance of [14:23] XATRIX: i would suggest a deep system clean + optimize all over [14:24] XATRIX: install lighter stuff like chromium, do a few tests [14:24] I don't know what to clean, because of [14:24] XATRIX: install preload, to speed things up, use bleachbit to clean up, uninstall unwanted packages you dont use anymore [14:24] when i upgraded from 15. to 16.04 it cleand most of packages [14:24] XATRIX: you have oom-killer showing up so i guess your memory runs out [14:25] yes, it's higly possible, because of my HDD led starts to light as hell [14:25] that would explain the hdd trashing [14:25] i have an SSD disk [14:25] Hello [14:25] XATRIX: wich brand? [14:25] but what cause the memory leaks [14:25] XATRIX: chrome... [14:26] lotuspsychje: KINGSTON SHSS37A240G, SAFM00.Y, max UDMA/133 [14:26] akik: yea, but whats wrong with it :( [14:26] XATRIX: personal opinion, i would go for a fresh install [14:26] maybe i can start it from a terminal, and see the debug output when something happens [14:27] XATRIX: how much ram and swap do you have? [14:27] total used free shared buff/cache available [14:27] Mem: 3649 1560 1046 357 1042 1475 [14:27] Swap: 0 0 0 [14:27] i tried to add swap, but it doesn't change the situation [14:28] XATRIX: ppa's installed on your system? [14:28] yeap [14:28] I'm trying to: apt-get install php5.6-gd [14:28] But I am getting an error [14:29] lotuspsychje: xchat touchpad configurator and y-ppa-manager [14:29] !xchat | XATRIX [14:29] XATRIX: xchat and xchat-gnome have not had stable releases in years. xchat was removed from Ubuntu for 16.04. Consider using hexchat instead, which is actively developed and available in 14.04 onwards. [14:29] yes, but i don't use it too much, but chrome! [14:29] and xchat never gave me a troubles [14:30] http://paste.debian.net/919859/ [14:30] Can someone help me? [14:30] XATRIX: when you open chrome just keep one tab running and check the output of free [14:30] OCNIOS, apt-cache search php | grep gd [14:30] OCNIOS: ubuntu version? [14:31] 16.04 [14:31] OCNIOS, on 16.04 it's php-gd [14:31] thanks ikevin [14:32] what is the 'gd' after grep [14:32] OCNIOS, it's to filter results [14:33] XATRIX: have the same memory issues on different browsers? firefox/chromium? [14:34] negative, i didn't notice such [14:35] XATRIX: when you open chrome just keep one tab running and check the output of free [14:36] nicomachus, what's the issue with DNS? [14:36] pavlos: it has been solved [14:36] ok [14:37] Hello, I want to write a script that updates the repository by doing a git pull, but the problem is that the script I am writing is IN that repository. When I run it using bash, will it cause problems or will it "load the current code and then run" [14:37] pavlos: but tnx for the ask :p [14:37] pavlos: resolved. I needed to reboot.... [14:38] lotuspsychje, nicomachus ok, np [14:39] Anyone have exp installing HumHub on Ubuntu 16.04 [14:39] I'm trying to find a guide but they all look outdated [14:41] OCNIOS: Not something I've heard of, but found this for 16.04 on Digital Ocean, that may help https://www.phoenixpeca.xyz/how-to-install-humhub-on-ubuntu-16-04-in-digitalocean/ === lethu_ is now known as lethu [14:48] DJones thank yoU! [14:48] Anyone running Ubuntu on a Lenovo X260? === beaver is now known as evilnewbie [14:52] ask your actual question computer2000 [14:52] computer2000: most systems can run ubuntu fine [14:52] EriC^^: Just wondering if Ubuntu 16.04. will run fine on it [14:53] computer2000: http://www.jupiterbroadcasting.com/100541/a-bearded-thinkpad-las-422/ [14:53] minimec: cool will check it out [14:56] Whats the difference between [ and [[ when doing if statements in bash? I see some examples that use two vs one [14:58] S0bait: there is a bash channel [14:58] S0bait: also `man bash` === nacc_ is now known as nacc [14:58] ok [15:10] So, why is Launchpad making it so difficult to report a bug without the "ubuntu-bug" tool? [15:11] blackflow: example? [15:11] blackflow: and because oftentimes without it, we get bad bug reports that can't be resolved without more information, if I had to guess [15:11] nacc: example? where's the "submit a new bug" button or link in the launchpad? [15:12] !bugs [15:12] 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. [15:12] blackflow: well, you submit a bug about a package [15:12] blackflow: so it's on every package's page [15:15] how do I use ubuntu-bug on a server with no browser? [15:15] same, apport-cli and ubuntu-bug [15:15] https://help.ubuntu.com/lts/serverguide/reporting-bugs.html [15:16] also, the collected information contains sensitive info I do not want to submit, so back to square one, how do I submit a bug without ubuntu-bug [15:16] blackflow: you can mark it private [15:16] you don't [15:16] oh man .. [15:18] Take an other pc, and write it out. [15:18] blackflow: you have no computers with browsers? [15:23] blackflow: what do you want to file a bug on? [15:25] can someone help me? i am trying to compile cantata from source and i am getting this error in the make phase: //lib/x86_64-linux-gnu/libz.so.1: error adding symbols: DSO missing from command line [15:26] Has anyone here used a realtek rtl8811au dongle and successfully got it working on ubuntu? [15:26] !compile | u_u [15:26] u_u: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first). Also read !checkinstall [15:26] i've tried running ./install.sh, sudo ./install.sh, sudo install.sh, sudo sh ./install.sh, but nothing has worked [15:26] There is no documentation for this particular driver installing it on linux [15:27] !checkinstall [15:27] checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running! [15:45] tgm4883: munin-plugins-core [15:46] blackflow: https://bugs.launchpad.net/ubuntu/+source/munin [15:46] blackflow: ^ [15:46] nacc: you and your quick fingers :) [15:47] tgm4883: i work on a lot of bugs :) [15:47] also http://pad.lv/u/munin is very handy === miczac_ is now known as miczac [15:49] question, I have network-manager installed and in /etc/NetworkManager/NetworkManager.conf i have manageifupdown set to true, but after a reboot network-manager still says "device not managed" what am I missing? if I edit the connections I can see ifupdown (eno1) last used never but thats about it [15:52] salut tout le monde, je cherche qqn pour m'aider sur un dual boot galère avec linux mint mais je sais pas s'il y a des tchats LM? :/ [15:52] !fr | knard_ [15:52] knard_: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [15:52] nacc: thanks, but the package is munin-plugins-core. Do I also use that +source/munin URI? [15:52] ok thkx [15:52] blackflow: yes, that's the binary package name, comes from src:munin [15:53] nacc: k, thanks. [15:53] blackflow: and bugs are filed against source packages (as that's where fixes go) [16:06] hey guys [16:07] i'm trying to use umake in dockerfile, and it prompts me to specify installation path, so the build crashes. Is there a way to avoid this user interactions like with -y flag when using apt install? [16:17] hi === donttrustem_ is now known as donttrustem [16:20] hii all [16:21] hi [16:21] how are u [16:21] Q: I am trying to use libpam-mysql with vsftp, but it fails, because it uses a feature not supported anymore on mysql 5.7.x, the error is: PAM unable to dlopen(pam_mysql.so): /lib/security/pam_mysql.so: undefined symbol: make_scrambled_password. I am using Ubuntu Xenial, there is an update of libpam-mysql available in zesty (http://packages.ubuntu.com/zesty/libpam-mysql) which should solve this issue. Is it possible to install a sing [16:21] good thanks you? [16:21] i am also good [16:21] can some one explain me which is the best way to detect hidden files whle forensic investigation [16:22] ctrl H [16:22] ls -lh [16:22] caine: do you know any of the contents it might have? [16:22] or ls -la [16:23] i am analyzing .jpeg file i use binwalk tool to detect signatures [16:23] no [16:23] i dont know sir [16:24] dencel: iirc libpam-mysql is obselete and shouldn't be used [16:24] caine: binwalk seems ok [16:25] hmmm.... [16:25] caine: you just have a jpeg files? or the hdd? [16:25] .jpeg [16:25] hdd??? [16:25] try "strings /path/to/.jpeg" maybe? [16:26] Zen: is there an alternative to libpam-mysql? [16:26] ok sir [16:26] u mean hexeditor [16:26] caine: that too [16:26] ok sir [16:26] can someone help me? i am trying to compile cantata from source and i am getting this error in the make phase: //lib/x86_64-linux-gnu/libz.so.1: error adding symbols: DSO missing from command line [16:27] Hi. I am looking for a new ubuntu laptop (UK based) and I am struggling a bit. in the past I ordered a dell (that was certified) only to then discover that I had to disable my nvidia card completely because of optimus issues with nvidia. [16:27] The new one also has a GeForce® GTX 1050/1050 Ti card in it, so now I am not sure if this would work [16:27] can anyone tell which OS is best for performing forensic investigation [16:27] is there a good way to check a configuration to make sure it would work? [16:27] pandaadb: nvidia drivers have made a lot of progress in the last couple years. [16:27] dencel: is there a bug filed for ubuntu? [16:28] nicomachus, I have seen that, but the Xserver fix is not yet in the ubuntu distros and I am not all that sure if I would be able to do the manual setup myself [16:28] caine, kali [16:28] i have kali [16:29] what about defth os [16:29] kali is all you need [16:29] I was wondering I guess if there are keywords to avoid when it comes to nvidia. I can (and have) googled the separate parts but got mixed reviews since there are always people who do have issues (for sometimes different reasons) with the same graphics [16:29] ok sir [16:29] caine: this channel is for Ubuntu support. perhaps you should try a kali channel or ##linux [16:29] and we are offtopic for this channel [16:29] but i wats the os which is only for forensic investigation [16:29] ok sorry [16:30] nacc: https://bugs.launchpad.net/ubuntu/+source/pam-mysql/+bug/1574900 [16:30] Launchpad bug 1574900 in pam-mysql (Ubuntu) "libpam-mysql undefined symbol: make_scrambled_password - Needs Patches Applied by RedHat / Fedora Community to Fix Ubuntu 16.04" [Undecided,Fix committed] [16:31] The fix is available in zesty, but I am running xenial.. (I am not an Ubuntu expert) [16:31] dencel: ok, don't mix them [16:31] dencel: let me look at the bug [16:34] dencel: what was actually fixed in libpam-mysql? or how do you know it's fixed? [16:36] nacc: for as far as I understand, the libpam-mysql uses an outdated function make_scrambled_password and this should be solved in the 0.8 library [16:38] dencel: without offense, this is why users should not change the state of bugs ... it's not at all clear if it's fixed really, and what the fix is (so we can fix it in xenial) [16:38] dencel: i'm looking in debian's repository [16:39] nacc: actually I think the fix is in 0.7~RC1-4.1 (http://changelogs.ubuntu.com/changelogs/pool/universe/p/pam-mysql/pam-mysql_0.8.0-1/changelog) the library is build against the new libmysqlclient [16:40] dencel: but the new libmysqlclient still only ships my_make_scrambled_password, right? not make_scrambled_password [16:40] dencel: so libpam-mysql also needs https://github.com/NigelCunningham/pam-MySQL/commit/2f6837b5fb8ef4f5d8a561f3bf82b36cc79e77f4 [16:41] dencel: oh i see what you're saying [16:41] dencel: would you be willing to help test? I'll submit a build in a PPA [16:42] nacc: don't know if I am the best person for a testdrive (I am willing), but this is actually my first ubuntu install/config [16:43] dencel: it would basically involve adding a PPA (instructions will be provided), updating the package and then re-running your testcase [16:43] no problem there [16:45] dencel: and i think the 16.04 version b-d on libmysqlclient20 fwiw [16:46] nacc: ii libmysqlclient20:amd64 5.7.17-0ubuntu0.16.04.1 amd64 MySQL database client library [16:46] dencel: sorry, why are you showing me that? [16:47] nacc: I thought you asked which version of mysqlclient 16.04 is on [16:48] dencel: oh, no I know :) [16:48] nacc: irc novice as well (living under a stone) [16:48] dencel: i was just saying that the fix you found in 0.7~RC1-4.1 is not needed in 16.04, as we already bumped the build-dependency [16:50] !ping [16:50] pong! [16:50] dencel: i'm just getting the xenial sources so i can build packages for you [16:52] nacc: excellent. I'm making diner, so I'll report back to you (afk) [16:53] hi guys [16:53] how's life === zel is now known as Guest43457 [16:55] Splinter, yes. [16:55] haha ok nice [17:00] so what are u guys doing? [17:02] some are waiting for a serious ubuntu support issue, i guess [17:03] why tho? [17:03] see topic ( a good thing to do first) [17:04] oops sorry [17:14] dencel: i have updated the bug and submitted test builds === rvgate_ is now known as rvgate [17:26] dencel: and the builds are ready for testing now via the PPA [17:31] how's multitouch in linux nowadays? [17:36] i use multitouch on my fuji laptop. however, once the laptop goes to sleep must run a script to wake the touch screen back up. (this is not an issue if you have a serial touchscreen) they need to fix it :( [17:36] ubuntu supports 10 finger touch however.... just dont let it go to sleep === nat_ is now known as Natkeeran [17:40] nacc: excellent, what does PPA mean? Primary package repository or something? [17:40] !ppa | dencel [17:40] dencel: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [17:40] dencel: in this case, it's very unofficial, because i'm just using it to test the fix with you [17:40] dencel: and then if the test works, i'll upload it officially and it will go through the SRU process [17:40] !sru | dencel [17:40] dencel: Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates [17:41] dencel: to test and update the package locally, follow the "Adding this PPA to your system" section for the linked PPA [17:41] quadHelix, are you serious? [17:41] I only get one finger [17:42] wacom tablet? [17:42] on a lenovo yoga 510 [17:42] touchscreen [17:42] nacc: ok, I think I understand, let me install it and I'll report back [17:42] quesada, yes i am serious. let me find the command used to inspect which touchscreen you have. [17:43] I only get one finger on a multitouch screen. I'm not sure I'm missing drivers, or config, or this is the state of screen multitouch in linux [17:44] quesada, the command is `xinput` . it will show you the make / model of your touchscreen. The issues that I described seem to be unique to the Wacom 101 USB touchscreen. [17:45] quesada, when i type `xinput` I can see that my touch screen is: Wacom ISDv4 101 Finger touch [17:48] quesada: you may have to install xinput. [17:49] hello [17:50] hola [17:51] hi [17:51] nacc: @see: http://paste.ubuntu.com/24177780/ complaints about missing db parameter, although this is defined [17:51] que ? [17:51] quadHelix, this is my config https://da.gd/kmSH . I have xinput [17:51] hablan español [17:52] quadHelix, ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] [17:52] ⎜ ↳ SynPS/2 Synaptics TouchPad id=19 [slave pointer (2)] [17:52] ⎜ ↳ SYNA7501:00 06CB:16C7 id=16 [slave pointer (2)] [17:53] nacc: but the error is gone, so a good start :-) [17:53] !es | quesada [17:53] quesada: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [17:53] I have a fresh install of ubuntu ( pretty fresh not completely ) and everytime I type sudo mount -a the terminal just goes blank [17:54] quesada, that is the touch pad itself (mouse) it does not look like it sees your touchscreen. What version of linux do you have installed? [17:55] fedora, but I'm trying distros to see if one catches the touchscreen [17:56] dencel: ok, let me see if there is something else needed [17:56] ahhh-ha! this article leads me to believe that you may wish to try ubuntu 16. https://ubuntuforums.org/showthread.php?t=2305991 [18:00] quesada, i saw another article making reference to an ath10k driver for the touch screen. that could correlate with this device: Bus 001 Device 009: ID 0cf3:e500 Atheros Communications, Inc. [18:01] dencel: does your password have special characters in it? e.g., #*$ ? === Eilar is now known as eil [18:02] nacc: hahaha, I was just going to type that to you :) [18:03] hello [18:03] dencel: it seems to be possibly a vsftpd limitation, you could try with something else (just to test) [18:03] does anyone know why my terminal just goes blank when i type sudo mount -a [18:03] nacc: I'll test it, just a sec [18:10] nacc: @see http://paste.ubuntu.com/24177881/ pam_mysql_check_passwd() returning 6? [18:11] I've created the pass with password('thepass') in mysql [18:11] dencel: ok, reading the code, one sec [18:12] dencel: but it does seem the earlier error was due to a 'invalid' (albeit unlogged that it was) password, then? [18:12] dencel: PAM_MYSQL_ERR_MISMATCH = 6 [18:13] hi, anyone know what does this mean in find command with -exec ? : {} \; [18:13] i often use xargs , and rarely use -exec with {} \; [18:13] atheotsky: `man find` ? [18:14] nacc: ok, probably due to the crypt functions being different? [18:14] atheotsky: {} is the current file name being processed [18:14] atheotsky: and ; indicates the end of arguments to the command [18:14] atheotsky: which needs to be escaped so its not interpreted by the shell [18:14] oh [18:14] thank you === Sebastien- is now known as Sebastien [18:14] is there any reference only for these operators ? [18:14] dencel: maybe? trying to figure out what that value means [18:15] atheotsky: what do you mean? they aren't operators [18:15] it looks like that to me :P [18:15] atheotsky: the find manual has it all [18:15] atheotsky, man find | grep -w exec [18:15] great, thank you [18:15] atheotsky: operators in find are a specific class of expressions [18:15] i'm doing it [18:16] nacc: how do I rollback to the previous version of libpam-mysql? So I can check your previous statement (if it did work, but didn't log the incorrect password) [18:16] dencel: oh no, i meant that error you got before about missing db parameter was related to the password [18:17] !ppa-purge | dencel: is how i'd roll back [18:17] dencel: is how i'd roll back: 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 [18:18] nacc: ah, yeah it was.. currently checking if a plain text password will work (crypto=0/1) [18:18] dencel: ok, i'll keep looking at what might be broken [18:18] Just read a very interesting article on union mounts and it says that when there are two directories with the same folder it does shadowing === Sebastien- is now known as Sebastien [18:19] and depending on the imeplementation when a delete is ran it actually just sahdows the file isntead of phisically deleting it [18:19] Doesn't that waste space so to speak? [18:19] PCatinean: that sounds like a question for ##linux or so [18:20] popey, Thanks! I just had to re-login to get the edit permissions. [18:20] thank you very much for the information :) [18:21] indeed [18:21] dencel: if that does work, i will try and add some more debugging [18:21] nacc: crypt=0 (plain text) does work, so I think there is a mismatch in the way the passwords are hashed.. the password() is deprecated in myql anyway [18:22] Hi, where can I download Ubuntu 15.04? [18:22] Kiicki: you don't want to do that, it's eol [18:22] !eol | Kiicki [18:22] Kiicki: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [18:22] dencel: ah ok, that could be ... [18:22] It's the latest version that supports my GPU [18:22] I have gone through hell to make this work [18:23] I think at least that version will work [18:23] Kiicki: you really don't want to run it [18:23] Kiicki: it will have security flaws, potentially and gets no updtes [18:23] Kiicki: if you ahve an older GPU, use 14.04 for the next few years [18:23] that works too but I thought that was even older [18:24] 14.04.2 I mean [18:24] Kiicki: that doesn't make sense, if you are thinking your gpu needs fglrx.....fglrx isn't supported anymore...if you have nvidia...that makes even less sense [18:24] Kiicki: it's not about age, it's about support timelines [18:24] Kiicki: you mean 14.04.5 or 14.04.1 (14.04.2 is also EOL) [18:24] It says that the latest they support is: [18:24] Ubuntu ​15.04 ​​(32-bit | ​64-bit) [18:24] ​Ubuntu 14.04.2​​​ ​​(32-bit | ​64-bit) [18:24] ​Ubuntu 12.04.4 LTS​​ ​​(32-bit | ​64-bit) [18:25] AMD HD 5450 [18:25] nacc: the docs actually state this: 2 (or "mysql") = Use MySQL PASSWORD() function. It is possible that the encryption function used by pam-mysql is different from that of the MySQL server, as pam-mysql uses the function defined in MySQL's C-client API instead of using PASSWORD() SQL function in the query [18:25] Kiicki: who is "they"? [18:25] I'm having issues with screen tearing, stuttering watching youtube and movies. even scrolling through the web browser. I have tried everything and it simply doesn't work [18:25] AMD site [18:26] Kiicki, cedar is supported in 16.04 ... [18:26] I have tried those open source supports and everything but no go [18:26] feels like my Linux is running in a virtual machine [18:26] Hi everybody [18:27] Kiicki: that page sounds incredibly out of date [18:27] So clearly I'm having graphics issues and I have no idea what to do [18:27] Kiicki, go for 14.04 lts then,... [18:27] Kiicki: also, if they support it, then ask them, but this is the ubuntu support channel and both 15.04 and 14.04.2 are eol [18:27] Kiicki, i run the 5450 pretty fine. [18:27] you got it? [18:27] dencel: ah so it's a mismatch in the password generated, maybe? [18:28] Kiicki, can you paste lspci -k | grep VGA -A 2 [18:28] dencel: i'm not sure how you get access to that function yourself ... [18:28] Kiicki, 2 monitors, hdmi and dvi [18:28] ioria does it matter that the PC runs Mint now? I have been back and forth to see what works and atm it's in Mint [18:28] ugh, mint has its own issues [18:28] Kiicki, it's ok [18:29] what does this do at the end of a cURL command? `-F attachment=@files/test.png` what does @files mean? [18:30] Kiicki, you already tried that card on 16.04 , right ? [18:31] Yes [18:31] http://pastebin.com/raw/A65q1VH9 [18:31] Lope3, man curl [18:31] ok nvm i RTFM [18:31] Lope3: `man curl` search for \@ [18:31] having issues with entering pswd entry in KONSOLE , I was attempting to add Sublime via Konsole and when i got to the pswd entry it failed me 3 times [18:31] Lope3, -f/--fail (HTTP) Fail silently (no output at all) on server errors. .. so that png shows instead of failed server [18:31] any help greatly appreciated [18:32] nacc thanks for letting me know about escaping the @ :) [18:32] Kiicki, the module it's not loaded ... btw [18:32] Lope3: np :) [18:32] I thought maybe it was maybe a bash thing. [18:32] nacc: if there is a mismatch in the algorithm used by the C lib used by libpam-mysql and the one used by password() of mysql 5.7.x then this is logical, let me check out the other options md5 is available as well, not optimal but better than plaintext [18:32] ioria I'm quite new to Linux and I don't understand what you are saying : p [18:32] Hello guys, I've bought a new computer in US and I'm from Chile and we speak spanish. I dont want to use latin american keyboard. I want to get used to US keyboard, So I selected US with dead keys to make this characters áéíóúñ ..... the thing is I'm a developer and I use shift + home to select the whole line, or shit + end to do the same.... The thing is when I press shift + home, the number 7 appears instead. So I guess [18:32] dencel: ack, it's strange that they differ, but seems to be a known thing [18:33] dencel: i guess you could write a little utility that inserts the passwords correctly? [18:33] Kiicki, you should have another line : Kernel driver in use: radeon [18:33] Hi, I am having issues with VirtualBox. I get "system problem detected, do I want to report" at boot and it's related to VirtualBox. I have to run "sudo modprobe vboxdrv" in a terminal and it will start behaving itself. I could add this command at startup I guess. But does anyone have any ideas why this is happening, or the 'root cause' of it? [18:33] Kiicki, are you using nomodeset ? or a wrong xorg.conf ? [18:33] ioria, maybe not, as he is on mint? [18:34] OerHeks, maybe [18:34] I am running Xubuntu but pretty sure it's more "core" than the specific *buntu desktop distro. [18:34] ioria actually nvm. I don't think the problem can be solved. It's just an old GPU I guess. [18:34] but thanks [18:34] nacc: that would work, but then I need the logic how libpam-mysql calculates the hashes, I'll first try the other crypto options [18:34] Kiicki, i suggest you to install xenial and come back here ... [18:34] Kiicki, again: i run that 5450 fine, with 2 monitors, even 2 movies at the same time [18:34] * nacc feels like something is not being said ... OerHeks just said they use the card [18:35] dencel: so the error you're getting now is because libpam-mysql grabs the value from the table and then generates an expected value itself (i have no idea why). and it fails if they don't match === jelly-home is now known as jelly [18:36] dencel: in your case, you used password() to insert into the table, but libpam-mysql is using my_make_scrambled_password [18:36] ,nnm [18:36] mm,,m [18:36] dencel: so you just need your 'insert' into the table to use my_make_scrambled_password (it feels like) -- but the upstream says that API is also deprecated :) [18:37] Nn everyone. Thanks for your time! [18:37] Is there a simple command to show what executables a package installs? [18:37] nacc: yeah, pam receives the plaintext password, calculates the hash using my_make_scrambled_password, retrieves the user record which contains the hashed password (with the sql password function) and checks if the password hashes matches [18:38] annnie, did you install the VB extensions after installing VB? [18:38] dencel: right, so it's just a matter of not using 'password()' to insert into the table, ithink [18:38] kadoban: dpkg -L | grep bin [18:38] I'd like to update a Ubuntu package to a new upstream release and upload it to my PPA. Does anyone have concise instructions on doing so? [18:39] Vadi: it's not always trivial [18:39] EriC^^: Nice, thanks [18:39] yeah, that's an option, but I rather have hashes in my tables than plaintext passwords. [18:39] Vadi: are you capable of resolving patch conflicts etc [18:39] kadoban: no problem [18:39] nacc: yes [18:39] Vadi: uupdate [18:40] dencel: oh i wasn't saying put plaintext in the table [18:40] dencel: i'm saying that i htink you used a query to insert the password in this case [18:40] @pavlos sudo dpkg --get-selections gives: virtualbox, virtualbox-dkms, virtualbox-guest-additions-iso, virtualbox-qt [18:40] dencel: it seems like that won't work, so instead write a little tool that links to libmysqlclient and uses teh API to generate the password to insert [18:41] nacc: that's the best solution indeed. But I use java, so I have to rewrite it a bit. Could you point me to the source where this function is implemented? [18:42] OerHeks Before I go, I should try 14.04 lts? [18:44] Kiicki, i run 16.04 fine, so i wonder about your video issues [18:44] but not now,. as you are on mint [18:44] Where can I get 16.04 btw? [18:45] nacc: nevermind, you already did... [18:45] dencel: i guess you can do what pure-tftpd itself did: https://github.com/jedisct1/pure-ftpd/blob/851f2c4538f945c713b4d6327199e4afdbfd4bbf/src/log_mysql.c#L479 ? [18:45] dencel: admittedly in java not c, but still [18:46] Kiicki, http://releases.ubuntu.com/ [18:46] Ubuntu 14.04.5 LTS (Trusty Tahr) ? [18:47] Kiicki: seriously? *16.04* [18:47] Kiicki: in this case, 16.04.2 [18:47] I just read 14.02 earlier [18:47] 14.04* [18:48] nacc: thanks for your great help! I'll try some more, but for now I can go on.. [18:49] dencel: np! glad to help and i'll work on getting that fix pushed out in updates (please subscribe to the bug and you can help test the -proposed version too once it gets accepted) [18:49] ok, I'm downloading the 64bit version at the top: http://releases.ubuntu.com/xenial/ [18:50] wait, I already have it which means I have tried it [18:51] afk [18:51] hey everyone [18:51] I have Ubuntu 14.04, Im desprerately trying to get the base nginx package running and getting the following error. [18:53] * tomreyn notes 1758 people holding their breath [18:53] It seems like the one I have is the 16.04 lts and I should try the non lts one? [18:53] https://www.irccloud.com/pastebin/xR6Grg3f/ [18:54] Kiicki, now you are trolling... [18:54] https://www.irccloud.com/pastebin/G6Ald1V2/ [18:55] I'm actually not but I guess it's the same thing? [18:55] tcpdump, "0 upgraded, 1 newly installed, 1 to remove and 57 not upgraded." time to do proper dist-upgrade first [18:55] I will install 16.04 again then [18:55] OerHeks: define proper? [18:55] to 16.04? [18:56] tcpdump: dist-upgrade does not change releases [18:56] tcpdump, 57 not upgraded, that could easily break a new install of a package.. [18:56] OerHeks: do I need to do an upgrade [18:56] I'm having trouble with uupdate and finding the right version # to use: http://pastebin.com/5qujX32i [18:56] I'm trying to change it from an rc to a final [18:56] sudo-apt-get upgrade? [18:56] sudo apt update && sudo apt dist-upgrade [18:56] !distupgrade [18:56] A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [18:56] Vadi: there is an assumption (as i sort of asked before) taht you know how to do packaging [18:57] Vadi: also, your upstream tar should not have ppa in it [18:57] OerHeks What CPU have you? [18:57] Vadi: first you should do uscan (does the package you are in have a debian/watch) file? [18:57] It does not have debian/watch [18:58] Vadi: is there a newer mudlet thatn 3.0.0~rc7? [18:59] yeah, the final release [18:59] Vadi: ok, so the problem is twofold, afaict [18:59] OerHeks: is there a way to install ruby, passenger, and nginx all at once on Ubuntu 16.04? [19:00] what is that? [19:01] Vadi: and technically offtopic here, but i'll be brief: 1) don't rename the upstream tarball (it should be mudlet_.orig.tar.xz. I think in your case mudlet_3.0.0.orig.tar.xz). and 2) the version you want to use is 3.0.0-1~ppa1 (maybe). Or try with no -v and it should be able to derive it. [19:01] tcpdump, maybe you want to reask that in #ubuntu-server, i have no example for that. should be simple i guess === atheotsky is now known as list [19:01] tcpdump: i mean packages get installed one at a time anyways [19:01] OerHeks: I did sudo apt-get remove --purge all nginx packages. [19:01] tcpdump: but doesn't `apt install ruby passenger nginx` ? [19:01] About to install 16.04.02 LTS now [19:02] tcpdump: also , you just said you were on 14.04, i thought? [19:02] tcpdump: apt-get install pacage1 package2 package3 [19:02] nacc: I am at te moment. [19:02] Id prefer to be on 16.04, and was, but couldnt get passenger and nxing to owrk. [19:02] So has to back to 14.04 [19:02] tcpdump: then why did you ask about 16.04? also how you install pacakges is not dependent on version [19:02] well, excepting for apt and apt-get [19:03] #join #cdlug [19:03] So now that Im on 14.04 Im having a hard time completely removing nginx [19:03] Rusty1_: /join [19:03] I did "sudo apt-get remove --purge nginx nginx-core" [19:03] sry [19:03] it removed them all, and i did "which nginx" and get no results. [19:03] But if I do "service nginx status" [19:03] I get "nginx stating/stopping" [19:03] So its like that service is stll registered. [19:04] I deleted the nginx folder out of init.d [19:04] tcpdump: did you do `which nginx` as root? [19:04] Where else is that referenced? [19:04] tcpdump: nginx is installed in /usr/sbin not /usr/bin [19:04] nacc: yes, did it as root. [19:04] tcpdump: ok === Vampire0_ is now known as Vampire0 [19:04] So it appears that it mostly uninstalled it. [19:05] but left the service installed [19:05] which may be causing my issues with re-installing. [19:05] i cant get around launchpad, what does this https://launchpad.net/ubuntu/+source/runit install? does it contain scripts or do i have to write them, how does it work [19:06] dpkg -l | grep nginx; dpkg -S /etc/init.d/nginx # if it still has a sysv-style init script used by systemd [19:06] tcpdump: ^ [19:07] https://www.irccloud.com/pastebin/SgiqrCM4/ [19:07] FinalX: that seemed to do it, thanks. [19:07] set activity_hide_targets $- [19:08] nomeg: runit itself doesn't install anything, it's a source package [19:08] nomeg: nomeg `apt-file` may be what you want [19:08] what about " runit-systemd: system-wide service supervision (systemd integration) " [19:08] nomeg: what about it? [19:09] tcpdump: dpkg --purge nginx-common # leftover package, then [19:10] it seems like maybe an autoremove should have caught this too, unsure [19:10] (for tcpdump's isseu) [19:10] nacc: I think so, too. [19:10] I think Im going to just start over and scrap this server at this point. [19:11] I've inherited this... [19:11] tcpdump: did you perhaps try using nginx.org's repositories? that is a package by itself and doesn't rely on nginx-common, so it just leaves it and then autoremove fails to remove it as well. [19:11] I usually just do dpkg -l | grep nginx, see what's still installed and apt-get remove / dpkg --purge them all [19:11] This server has been cloned and jacked with too much [19:11] I think Ill roll a new 16.04 server and make a new master image. [19:13] dencel: would you be able to help me write a test case for the original issue in the bug? [19:13] ugh [19:13] Sorry guys, thanks for trying. [19:13] Ive spent wayyyyy too long trying to salvage this. :/ [19:14] OerHeks could you PM when you have time? You are the only one here with the exact same graphics [19:15] dencel: specifically, I just added a bit to the description with "[Test Case]" -- ideally this would be a set of fairly simple steps that show the problem [19:16] Quick question - on 16.04, for a new install, Im doing VMWare. [19:16] Should I do LVM or no? [19:17] I want to be able to grow the drive later. [19:17] tcpdump: "I'm doing VMWare"? you mean installing a VMWare VM? [19:17] yes [19:18] Using 16.04 [19:18] Looks like LVM is good for growing disks while mounted? [19:19] * nacc has never really considered it strictly necessary to grow a disk while mounted [19:19] Just fresh installed Ubuntu 16.04.02 should I just start "Ubuntu Software" and update? [19:19] but that would seem to be primarily a function of the fileystem especially (ext4 can do it, i don't think earlier can) [19:20] Kiicki, sure, good to keep a system up-to-date [19:21] I just don't want to fuck up the possibilities for the graphics [19:22] Continuing my struggle to update a package. I'm getting "dh_shlibdeps dpkg-shlibdeps: error: no dependency information found for /usr/local/lib/libyajl.so.2 (used by debian/mudlet/usr/games/mudlet)" despite reinstalling the libyajl-dev package already. What can I do? [19:22] nacc: I can, but you could use https://www.howtoforge.com/tutorial/virtual-hosting-with-vsftpd-and-mysql-on-ubuntu-15.10/ as well, I can trim it down if you want [19:22] dencel: ok, thanks [19:23] Vadi: you may want to seek help in #ubuntu-packaging [19:23] sure [19:23] Vadi: it's also very wrong for your build to be using /usr/local/lib [19:23] I just took the source Debian package for a start [19:24] Vadi: you probably are not set up to build locally (i recommend using sbuild for it) [19:25] I just wanted to test if my package worked. Perhaps I'll try upload to the PPA instead [19:26] \wc [19:26] nacc: btw, crypto=3 (md5) works fine! [19:26] dencel: ah good to know! :) [19:26] dencel: if you don't mind trimming it down -- that would help me out tremendously -- as minimal of a test case as possible to reproduce the original error (about undefined symbol) [19:27] nacc: np, post asap [19:27] dencel: thanks! [19:28] nacc: is there markup support on launchpad (md)? [19:28] dencel: not for the bugs [19:29] dencel: i finsihed filling out the rest of the SRU template, you just need to refresh and edit the [Test Case] bit [19:29] nacc: ok, report back when finished === david is now known as pythdasch [19:32] Do you guys use ubuntuforums.org ? [19:37] hello, I a cannot get nfs file mounting to work in ubuntu 16.10 [19:38] <_Trullo> I can add this line without any trouble right? it's from my old install.. UUID=43ed3992-818b-40cb-8e07-cb8aa274337c /media/5 ext4 defaults,relatime,users 0 2 [19:38] <_Trullo> fstab [19:41] ub1: why not? === WildSoft_ is now known as WildSoft [19:44] nacc: updated the ticket, thanks for your help \o/ [19:44] dencel: thank yhou for helping make ubuntu better! :) [19:45] hi [19:45] What user name can I use for an user that I only use for managing the mail server stuff? [19:46] "mail" and "postmaster" are already reserved. [19:47] FedEx [19:47] lol :D [19:48] what about "mailadmin"? doesn't seem to be on a reserved list? === timetrex is now known as catbadger [19:52] rtrify@prontonmail.com___--->when in Konsole app , asks for pswd, keys not responding to app...3 failed attempts nothing when i hit enter ...please help...text [19:54] 4028389919 [19:55] assistance with password entry in Konsole [19:55] ******************8 [19:55] ***********************8 [19:59] how do i show all open ports on public interface [20:00] fission6: you mean like running "netstat -tulpen" on the same machine? [20:01] i guess, i just want to see whats opened publically, ie not loopbacl [20:01] juejuepuppy2: Just checking for the obvious, you know that when you type a password in the terminal, it shows NOTHING while you type, not even asterisks? [20:01] So, you type the password anyway, and hit enter when you think you've got it === michael__ is now known as Guest58024 [20:12] hi, need some help, i have installed xfce on a 16.04 server machine, need to have a GUI application running [20:13] something is wrong when typing inside the application [20:13] when i press A, i get some different value [20:13] all the letters are mixed up [20:14] "s" is "b", "d" is "f", "z" is "*" === jstein_ is now known as jstein [20:15] ubuntuserver: what app is that? and did you set another keyboard layout there? [20:15] it's a custom Qt app [20:16] i have 2 layouts generated with locale-gen [20:16] then check layout. could be some dvorak or neo or such [20:16] en_US is set in /etc/default/locale [20:16] how could i check for that, k1l? [20:16] ubuntuserver: that sounds like a qt setting [20:17] in xfce's keyboard settings [20:17] i can't do anything [20:18] everything is grayed out [20:18] nothing in keyboard model [20:18] hi guys I have a disk in linux where is the main ubuntu OS installed but it is unmounted and I want to mount it what should I do? [20:18] nothing in change layout options and compose key too [20:18] ubuntuserver: so its on all gui in xfce and not only in that qt app? [20:19] in the other apps it works ok, i'll install another qt app and see [20:20] hi my main ubuntu hard disk where ubuntu is installed is unmounted and I want to mount it. How can I do this? [20:20] yup, qbittorrent does the same [20:20] as the qt app i have [20:20] macgyver1: what OS are you using now? [20:21] I use 2 os es [20:21] ubuntuserver: ok, so its a qt settings gone wrong. [20:21] one is ubuntu and one is windows [20:21] so now I am with windows [20:21] macgyver1: mounting is specific to the OS you use now [20:21] Hi all, any chance Dimitri John Ledkov (xnox) is here? wanted to ask a question regarding a bug [20:21] I want to mount my disk to ubuntu [20:21] it is not mounted [20:21] macgyver1: windows doesnt support mounting ext4 partitions. i guess you need to install the drivers for that on windows first [20:22] only gnome works well with qt ootb [20:22] macgyver1: you want to mount the windows disk in ubuntu? [20:22] no [20:22] I want to mount ubuntu disk in ubuntu [20:22] macgyver1: you dont make any sense at all. [20:23] do you happen to know what settings is that [20:23] macgyver1: on ubuntu, just open the filebrowser, choose "other locations" in the left tab, then click on the disk you want to mount. [20:23] can't find anything relevant with google [20:23] k1l I have an ubuntu disk [20:24] yes but after I click other locations what do I do next? [20:24] macgyver1: click on the disk you want to mount [20:24] I click and then I find the disk but it does not mounted [20:24] k1l, if it's a lvm disk you have to mount the dm? device [20:24] macgyver1: then come in here with the ubuntu again, so we can look at the errors you get [20:25] k1l should I give some commands to mount it? [20:25] ok I have to reboot so I will use ubuntu [20:25] anyone knows what setting might affect my issue? [20:26] ubuntuserver: looks like qt and keyboard layout issues is a common issue [20:26] works fine on my desktop [20:26] Hi [20:29] ls [20:29] EriC^^: command not found [20:29] :D === ansivirus_ is now known as ansivirus === nullbyte is now known as Guest13830 [20:37] idk how you got diff layout for qt but in general those should be defined in /etc/X11/xorg.conf.d/00-keyboard.conf [20:38] or another xx-keyboard.conf [20:39] there's no such file there [20:39] no /etc/X11/xorg.conf.d/ === nat_ is now known as Natkeeran [20:42] ubuntuserver: do you have /etc/default/keyboard ? [20:42] arari: you could try #ubuntu-devel [20:42] yes [20:42] i have that [20:43] XKBMODEL="pc105" [20:43] ubuntuserver: what is set in there? [20:43] XKBMODEL="pc105" XKBLAYOUT="us" XKBVARIANT="" XKBOPTIONS="" BACKSPACE="guess" [20:43] are you running the qt app locally on that machine? or do you use some remote stuff? [20:44] using VNC [20:44] to see the desktop [20:44] nacc: thanks [20:44] arari: but timezones and such :)( [20:44] ubuntuserver: ok, that is worth noting [20:45] ubuntuserver: that seems to be a common issue with vnc and qt [20:45] it's weird because i had another server [20:45] with the same app [20:46] https://bugreports.qt.io/browse/QTBUG-44938 [20:46] but arch linux [20:46] and it worked just fine [20:52] Is it possible to assign drive letters to hardware devices manually? How well does that work? Is it easy to do? [20:52] countingdaisies: "drive letters"? did you mean to ask in windows? [20:53] ubuntuserver: seems like it will work with xforward [20:53] hi, i pinned a package from zesty and on upgrading, it wants to install postgres. how do i prevent postgres from being installed since i have mysql which also works for the package? [20:54] cliffer: are you on 17.04? [20:54] ne 16.04. [20:55] cliffer: don't mix and match releases [20:55] nacc: no, 16.0.4. [20:55] cliffer: it will break things [20:55] nacc: im aware of possible problems [20:55] * OerHeks wonders package from zesty on xenial? [20:55] cliffer: and you're on your own when you choose to ignore that [20:56] that is why I dont ask for help on that topic but how to ignore a package on upgrade [20:57] cliffer: i don't understand, if you're using pinning, then you know how to already [20:57] cliffer: if you're using pinning, it shouldn't be upgrading that specific package [20:57] OerHeks: i want to install postfixadmin from zesty since the package from trusty only works with broken password storage mechanisms. and since it is written in php, i think it is worth a try. [20:57] what the ... you're on 14.04? [20:58] given that 14.04 is php5 and 17.04 is php7, it's unlikely to work [20:58] no, not trusty but xenial (16.04.) [20:58] "...since the package from trust..." [20:58] *trusty [20:58] nacc: I'm sorry. What I mean is /dev/sd]a,b,etc ...] Lets say I wan tot force Ubuntu 16 to call the device plugged into my msata port "sda" (not sdb or anything else) and then label my sata drive as sdb. [20:59] countingdaisies: no, you should not rely on kernel disk naming to be consistent [20:59] is that odesble? adviseable? easy/hard? [20:59] cliffer, such frankenstein-ubuntu .. good luck. php5 <>php7 is your culprit. [20:59] countingdaisies: there is no assertion that that namespace will be maintained in a user-friendly way [20:59] countingdaisies: what are you trying to do ultimately? [20:59] countingdaisies: use by-path or by-uuid symlinks for this (iirc) [20:59] OerHeks: i made a mistake, im using 16.04., not 14.04. [21:00] countingdaisies: the mainboard does the naming, and some mainboards do randomize that. so use uuids if you want to point to specific devices [21:00] and the package from 16.04. has only md5... [21:00] cliffer i get that, but you ignore this huge difference in php dependencies [21:00] 16.04. also has php7 [21:01] cliffer: you tell apt you want to use postgres [21:01] cliffer: by having postgres either already set up or installing with the package in question [21:01] cliffer: you could have probably gotten an answer to this a while ago by using a pastebin with an example command (not mixing and matching releases) and output [21:02] nacc: ill try that, thanks for your help [21:05] nacc: oh, ok. Well I'm trying to find the simplest / best way to install ubuntu to a new msat ssd drive. When I was here a couple days ago someone gave me a link to one article but it seemed a bit confusing and I've lost it when my computer battery died. Is this gonna be a big frustrating painful experience cause I don't want to learn, I just want it to work and use it. [21:06] msata I meant [21:06] countingdaisies: i don't know why it would be difficult? msata and even ssd are basically hidden from you as the end user. It's just a disk [21:07] countingdaisies: do you mean you're not sure if you can identify it correctly in your machine during installation? [21:07] countingdaisies: i dont understand why you care about the naming sda sdb etc. [21:08] cliffer: the problem (probably) is that 'default-mysql-client' is the first in 'default-mysql-client | postgresql-client | mariadb-client' and unless one of those is already installed or you install a specific one with postfixadmin, apt has no way of knowing you want to do that [21:10] nacc: That's right. I don't know what's to expect after the physical installation (hardware) and powering on. Then what? Check bios to see if it's recognized? And what when it comes to installing ubuntu?? I'll end up installing to something other than sda or hda ?? <--- that might make my user experience frustrating later (I'm used to the labels being a certain way in my mind / way to think... [21:10] ...of it that makes sense to me). [21:10] countingdaisies, if you know what day, this channel is logged [21:10] !logs [21:10] Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/ [21:11] countingdaisies: how many hard drives are in your system? [21:11] OerHeks: oh, sorry, I must have missed what you said. I think it was you who gave me the link yesterday. Honestly, I might be able to find it in firefox history but that a mess [21:11] OerHeks: cool [21:11] countingdaisies: if your BIOS can't see the disk, it's not Ubuntu's problem, that's it's own issue [21:11] countingdaisies: you should instlal to the *correct* disk -- don't worry about it's name, as Ubuntu will use the UUID of the partition anyways [21:14] countingdaisies: you are making it too complicated. create the ubuntu usb and give it a go, its not rocket science :) [21:14] countingdaisies, did you actually tried installing ubuntu on msata ? [21:14] nacc: I have a single 750 gb / 7200 rpm sata drive in the primary bay and no other drives in the machine. I'm about to order this like any minute now but I wanted to understand what I'm up agains first: https://www.newegg.com/Product/Product.aspx?Item=N82E16820147410&cm_re=samsung_850_evo_msata-_-20-147-410-_-Product [21:14] sorry for the delay [21:14] the only issue i can imagine is your bios not accepting it. [21:15] countingdaisies: it's not really possible for me to know -- i don't have the device or your machine in front of me. Both disks will be sd* (not hd* -- that's for IDE) [21:15] countingdaisies: but what OerHeks and k1l have said -- it's not htat difficult [21:15] nacc: you are right. default-mysql-client seems to only exist in zesty. i installed it from zesty, edited my apt-preferences but i still wants to remove mysql-server: http://pastebin.com/Wudi83D4 [21:16] ... but IT wants to ... [21:18] OerHeks: k11: nacc: ty, I think I have a strategy. I may want to use lvm2 (ive used it before with platter drives/ide/sata) - then I should be able to choose my own aliases, right? [21:19] I mean, is that a reasonable strategy/ expectation? [21:19] countingdaisies: msata ssd is not different from your old setup. its like worrying about what gearbox your car has got. it doesnt matter for most drivers anyway. [21:20] i have a good old windows application (it uses vbrun300.dll) that i need to make available to newer versions of windows.. i have confirmed that it's possible to run in wine.. is it possible to connect to the host and run just this one application? [21:20] i guess the question is a bit windows and a bit linux [21:21] zamba: that sounds like a question for #winehq [21:22] k1l: ok, tanks [21:22] thanks* [21:22] k1l right on. thanks for putting it in perspective [21:23] cliffer: `apt policy mysql-server-5.7` ? [21:25] http://pastebin.com/7WT05PxT === the_ktosiek is now known as ktosiek [21:26] cliffer: rather than dist-upgrade, can yhou just `apt install postfixadmin` ? [21:27] no, it has the same result [21:27] Hi, how would I download a file from a redirecting URL on linux? [21:27] cliffer: `apt show postfixadmin` [21:28] cliffer: along with `apt policy postfixadmin` i think [21:28] tipdriller, wget [21:28] userro [21:28] userro, i tried wget but i'm not sure which switches to use [21:29] and i end up with a 403 or a error from the server hosting the file [21:29] this is the url: http://tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/bd142d7f-0e97-4c7f-bc35-48dcae28f5c1?P1=1489562443&P2=301&P3=2&P4=5d57mT2jZy0kn2Lg21%2fJgZJCTvfMNd6qCWCRgrYVxhY%3d [21:29] tipdriller, curl -L >> https://superuser.com/questions/450276/how-do-i-remotely-fetch-files-from-redirected-urls-from-a-terminal [21:30] nacc: http://pastebin.com/jtf1Pjxe [21:30] oh microsoft .. now i wish i didn't post that. [21:30] why? :3 [21:30] ERROR 403: Time-Limited URL validation failed [21:30] is what i get back [21:31] it works fine when using, say, chrome to download it [21:31] but i only have access to bash [21:32] any ideas? [21:33] tipdriller: are you quoting the URL? [21:34] no [21:34] tipdriller: you might need to, e.g., there is a huge difference to bash between `wget http://tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/bd142d7f-0e97-4c7f-bc35-48dcae28f5c1?P1=1489562443&P2=301&P3=2&P4=5d57mT2jZy0kn2Lg21%2fJgZJCTvfMNd6qCWCRgrYVxhY%3d` and `wget [21:34] 'http://tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/bd142d7f-0e97-4c7f-bc35-48dcae28f5c1?P1=1489562443&P2=301&P3=2&P4=5d57mT2jZy0kn2Lg21%2fJgZJCTvfMNd6qCWCRgrYVxhY%3d'` [21:34] what's the difference? i'm curious [21:34] i tried double quotes and something happened [21:35] hi all, how can I disable the keyboard shortcut for unity launcher? Specifically +(1 To 9) and ++(1 to 9)? (Ubuntu 16.10) [21:35] it showed a bunch of text === avis is now known as Guest14413 [21:35] tipdriller: double quotes are not what you want, possibly [21:35] is there a difference [21:35] tipdriller: yes [21:35] tipdriller: bash will do variable substitution in "" and won't in in '' [21:35] i feel like the file is being sent to the screen when i did that [21:35] as opposed to a file on the hard drive [21:36] tipdriller: highly likely, you ahve to tell it where to save it [21:36] okay thanks [21:36] tipdriller: -O [21:36] wait [21:36] so should i use single quotes [21:36] and i -O as well? [21:36] *and -O as well [21:36] wget -O /path/to/file/to/write '' [21:36] thanks [21:36] is there a way to auto retrieve the filename? [21:37] tipdriller: that is up to the server, afaict [21:37] i mean its not a big deal but... [21:37] so is -O needed then? [21:37] time based url .. [21:37] okay === miha_S7_ is now known as help [21:37] single quotes does the same thing as double [21:38] or at least in my situation [21:38] not quite === help is now known as miha_S7_ [21:42] nacc, it doesn't work === zengui is now known as zennguy [21:43] tipdriller: what doesn't? [21:43] the command you provided [21:44] http://i.imgur.com/JXp2hc8.png [21:44] ^ thats what i get [21:45] tipdriller: you didn't provide a file to output to, probably [21:45] when running: curl -O /home/ki.appx -L 'big_ms_url' [21:45] nacc, did i do something wrong? [21:46] tipdriller: i gave you `wget`. I don't know what -O does to curl === evanextreme is now known as evanextreme[dead [21:46] yikes [21:46] my bad [21:46] dunno where i got that. i'll give wget a go then [21:46] OerHeks: afaik, wget should handle redirects fine, right? [21:47] tipdriller: what are you downloading from microsoft? [21:48] thanks nacc, it works!! [21:48] it redirected just fine [21:48] i'm downloading Killer Instinct [21:50] testing [21:50] wow [21:51] test [21:51] wow [21:51] it works [21:51] hasan: yes, do you have a support question? [21:51] there is the #test channel :) [21:51] no, apologies [21:52] is guake still the way to go as far as a dropdown terminal? or tilda? something else? === evanextreme[dead is now known as evanextreme [21:55] When doing a usb install of 16, will a larger usb stick work? (like 32 or 64 gb)? [21:55] notdaniel, yep or Yakuake [21:56] I mean, would the machine boot it or is there a limitation? === JanC_ is now known as JanC [21:56] Mathisen, do you have a preference? it's been a while and i just remember some quirks with each of htem [21:56] oh thats a kde one [21:57] notdaniel, i use guake for dropdown tilda just to get a "cool" background [21:57] countingdaisies: there is no such thing as too big for a ubuntu usb :) only too small. so anything 2gb or bigger works [21:57] notdaniel, if it has been a while, no way saying if your 'quircks' are solved, only one way to find out .... [21:58] OerHeks, agreed, but it's also pretty easy for me to go down a rathole and spend time getting my dev machine set up instead of actually working [21:58] but yes i can try both out and just not fiddle for very long right now haha === elliotbelliot is now known as hasanke === hasanke is now known as elliotbelliot [22:00] kll I thiink I thought that bc when I did a bios upgrade once in the past. It turns out there was a size limitation on the usb stick that could be use to do the installation. Considering that doing an installation involves booting, which involves bios, I thought maybe, conceivably there could be a size restriction for this too. I've been googling and not finding anything, but it's cool... [22:00] ...as long as I'm clear on what I was asking (not about using a usb with an installation but for an installation). thx [22:00] countingdaisies: as long as your bios can boot from the usb stick, ubuntu should be able to use it [22:01] so i have a trusty chroot, and im trying to update things, but udev fails because `initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused` [22:01] and i can't figure out how to make this migration properly or ignore these errors [22:01] nacc: right on [22:02] countingdaisies: i read that you have many concerns. but i think that you are making it more complicated than it is :) i guess you would manage an install easily if you have installed another OS before. [22:04] kll it's cool. I'm purchasing the items to do this and only have very limited funds to do so. You know, my life just isn't that easy you know. I can't just buy another one like some ppl (jk jk). ty for your help. I'm sure Itll be fine. I just want to buy the best decisions I can make for my future cause right now it's like that [22:04] peace [22:06] countingdaisies: no problem. i just wanted to make sure dont get scared away. its not that difficult to install ubuntu. if you have issues come in here and people will help :) [22:06] I hear ya its all good [22:08] Hello [22:08] hi [22:08] Whats this channel for? [22:08] suport ubuntu distro [22:08] :o [22:08] buntu: its for technical ubuntu support [22:09] Ubuntu is a great operating system [22:10] I just installed MATE 16.04 LTs. Wondering where the package manager is? [22:10] does mate come without softwarecenter ?? [22:10] :-D [22:10] :( looks like it [22:11] buntu: maybe the #ubuntu-mate channel knows better about that [22:11] they have synapse [22:11] anybody? [22:12] Know where I could grab it? [22:12] !info synapse [22:12] synapse (source: synapse): semantic file launcher. In component universe, is optional. Version 0.2.99.2-2 (yakkety), package size 412 kB, installed size 1966 kB [22:13] i think he points to synaptic ? [22:13] buntu: that is a filelauncher. not a software center or package manager [22:14] yah that explains why I cannot get anything from it :P [22:14] buntu you can install software-center or synaptic [22:14] Yah where do I go for that? [22:14] sad to see mate without softwarecenter .. [22:15] ctrl alt t = terminal, sudo apt get install [22:15] unable to locate softwarecenter [22:15] iirc mate ships a software center. but the specialists in #ubuntu-mate will know [22:15] ohhhhhhh MATE uses the Boutique [22:16] :O boutique let me check [22:16] found @ http://askubuntu.com/questions/868199/ubuntu-16-04-mate-software-center [22:17] Yea there it is sofware boutique :)) [22:17] Interesting. not what im used to at all [22:17] so i have a trusty chroot, and im trying to update things, but udev fails because `initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused` [22:17] and now im stuck completely [22:18] how do i add this /home/msev/Koda/platform-tool into path [22:18] export PATH="${PATH}:/home/msev/Koda" [22:19] or whatever directory, same idea [22:19] msev--: you can put it into your home folder into the new folder "bin". after a relogin it will be added to your users path [22:19] thanks kevr [22:22] what are my options for creating GUI desktop app? any specific language/librarys you guys suggest me to look into? [22:23] hello [22:24] i need help with a 3 monitor setup, nvidia-settings doesn't save my settings.. [22:25] i just want to clone my main monitor with my tv and expand the desktop on the second monitor [22:25] the_weasel: i would suggest using xrandr to setup your configurations, though you can still do this with xorg config fragments [22:25] funkster, lots of options qml C++ perl python java .. [22:25] ok thanks [22:26] the_weasel: basically you can just write a script to run on autostart that uses xrandr to setup your displays [22:26] however you want them [22:26] i'm new to linux...took me 12 hours to get my gpu working correctly.... [22:26] lol [22:27] i'll take a look into xrandr [22:30] Hey! Anyone here good at working with kdenlive? [22:33] I have no sound and have tried different solutions and the Sound Setting Output still says Dummy Output [22:33] sound works fine with live CD [22:33] any suggestion? so far no response in mailing list [22:34] Do you have any experience with programming already? JavaFX is very easy to start out with in my opinion. This isn't the right channel to talk about programming though. [22:34] buntu, ubuntu mate has control center under system (4th down) [22:36] !alis list kdenlive [22:36] cfhowlett: I am only a bot, please don't think I'm intelligent :) [22:38] Hello folks. Have you heard of a new innovative browser which debutes on Linux? [22:38] !browser > Duosora [22:38] Duosora, please see my private message [22:39] The one I'm talking about is called Sky === notdaniel is now known as notdaniel_ [22:44] Duosora, never heard of it, and cannot find it either, url? [22:45] Generally, if it can't be found via a quick google, I consider it not ready for prime time. YMMV [22:45] Ive been playing around with ubuntu a couple weeks now and im settling down with 14.04 , [22:45] if it is sky browser from google, it is just a google earth thingy [22:46] II just want to knowhow to properly secure my system, ive encrypted the drives and I have a high security network but [22:46] 16.04*\ [22:52] Goose_: it's pretty secure to start with. The important thing is to not decrease its security by installing/running silly things. And keep it up-to-date. [22:53] @wedgie - what would be considered silly? I try to be careful with my firefox, but is there any software i should stay away from [22:54] Goose_: don't have anything in particular in mind. For a desktop this should be pretty simple since you won't be running any exernally-accessible services. [22:54] well i do want to set up server [22:55] i havent done that yet [22:55] Goose_: think twice before you use 3rd party repos or packages to install software [22:55] everything from software is good though right? through the ubuntu store? [22:55] because for the ubuntu repos there is peer review and the ubuntu security team that maintains the security updates. [22:56] Goose_: well, then, when you start to set up services you'll have to be careful. And there are probably channels dedicated to each of those services that will be able to provide much more targeted advice. [22:56] 4028389919text help please, why pswd wont type in on Konsole app when i try to install Sublime via cmd [22:57] juejuepuppy2: you dont see any **** or such, you need to type "blind" and hit enter [22:57] Goose_: apache2 and php come from the official repos. But if you use them to run an insecure app then you expose yourself to risks. But detail on how to harden a webapp is outside the scope of this channel [22:57] using that as just an example, of course [23:04] I am attempting to do an unattended ks of ubuntu 12 uefi, getting a 'anna: wget bad address '' message fairly early on. I am not sure what its doing at this stage. Any ideas? [23:04] sound fixed! thanks to wabbits from #alsa .. I was not part of audio group and then restart pulseaudio with -k [23:04] wow! [23:05] Epx998, sounds like it is trying to wget something from a bad address [23:05] ubuntu 12? Is that supported anymore? [23:05] yeah but what? [23:06] only until april [23:06] 12.04is supported untill end of april [23:06] so look in the ks and see [23:08] i am, its not saying anything [23:09] Hey I'm on Ubuntu 16.04 LTS. I'm looking to do Android development, and possibly some non-Android Java development as well. I've already downloaded IntelliJ IDEA, and was wondering whether I need to download Android Studio as well. Supposedly it is possible to just use IDEA, but are there any downsides to not using AS? [23:11] what's cooler for my car's license plate? CHROOT or CHMOD O [23:12] yeah hmm i have no idea why this wget is failing or what its trying grab, its right after dhcp does its autoconfig junk [23:13] look at the ks and see where it is going [23:15] next entry is the http mirror, but it works fine on ub14 and ub16, hmm [23:16] Thanks for what you guys are doing! It really means a lot. [23:17] Anyone? Downsides to using IntelliJ IDEA for Android over Android Studio? [23:17] d_ven0m, ask the android guys [23:17] kk4ewt: Is there a channel on freenode? [23:18] kk4ewt: where to look, the .cfg points to the mirror, b ut from the client, it can ping the mirror, address shows '' so something is missing maybe hmm [23:20] ill try the ubuntu mirror i guess [23:20] hi guys I tried to install ubuntu to an ssd drive but after some time it said grub failed to install in this drive, please choose another drive, and stuck there [23:20] !alis | d_ven0m [23:20] d_ven0m: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [23:20] * init7 BRR! ty bo torte me FloRenTina [23:20] what should I do. I dont need grub [23:21] I want to start immediately [23:21] how can I continue installation"? [23:21] Epx998: do you happen to be setting up networking in your preseed and serving hte preseed over the network? [23:21] macgyver1: what do you mean "I dont need grub"? How are you going to boot? [23:22] nacc: only using dhcp in the preceed, the dhcp server has a static entry for the host. [23:22] nacc I wanted to boot from an ssd drive [23:23] I had only ubuntu in that ssd [23:23] and other os in other ssd [23:23] Epx998: right, ok, but are you actually getting the preseed over the network? [23:23] Epx998: in which case, you need to tell the system on the commandline how to configure the network [23:23] macgyver1: grub is the bootloader, i don't understand why you think you don't need it? [23:24] because it said grub cannot installed in that ssd [23:24] so it stuck [23:24] macgyver1: yes, but you say "I dont need grub" [23:24] macgyver1: why do you think that? [23:24] nacc: It works for Ub14 and 16 installs, let me run one of those to watch for the send on the ks serverr, im not seeing the send on 12. [23:24] yes because it stuck [23:24] I wanted continue installation [23:24] macgyver1: you absolutely need grub. [23:24] macgyver1: it not working does not mean you don't need it [23:25] yes but what can I do it stucks trying to install grub [23:25] I wanted to install the other staff [23:25] Epx998: also, does 12.04 properly support uefi? [23:26] and I dont know why it says grub cannot be installed [23:26] says choose ssd, I choose and nothing happens [23:26] nacc: not sure, it netbooted into the debian installer ok, the installer doesnt appear to be grabbing the preceed, so maybe my entry is wrong. ill check my grub cfg [23:27] Epx998: so this is just my own experience, but yeah, I would check all the configs again, but also -- if the preseed is needed to know how networking should be configured (say, nameservers or something), and is being served over the network, for reliability, you want to pass the network config over the command-line (kernel) [23:28] who needs a grub when a grub can be broken? [23:28] nacc: i am passing the network config in the kernel line of grub [23:29] nacc: i had a error in my fqdn that i used, had the ip before with the same error, testing again. [23:29] Epx998: ah ok, just double-checking [23:29] macgyver1: you should look in the logs for what failed [23:30] macgyver1, I assume you strted from a live cd or usb, installed to the target ssd (let's say sda) and now it refuses to write the bootloader to sda? [23:30] ok I reboot now and come back again later [23:30] pavlos correct [23:30] pavlos I installed ubuntu in an ssd [23:31] pavlos inastalled in dev/sdc and it tried to install grub in dev/sda and stuck [23:32] pavlos a window said pleas choose another disk [23:32] buntu, but there is no sda or is there? [23:32] macgyver1, but there is no sda or is there? [23:32] pavlos there was also sda but I installed in sdc [23:33] so a window said grub cannot be installed in sda please choose another disk [23:33] macgyver1, so the system always boots sda and then upon configration will boot sda or sdc [23:34] pavlos yes I suppose it starts in sda but I am not sure, maybe it starts from sdb [23:34] but I suppose it starts sda [23:35] macgyver1, so this a dual/triple boot with sda, sdb, and sdc [23:35] yes but I use f12 and choose if I want ubuntu [23:36] or if I dont use f12 it starts sda [23:36] macgyver1, what are the other OS? [23:36] pavlos the other is windows10 [23:37] macgyver1, sda is win10, you did a dual boot along win10 with target sdc [23:38] pavlos I did not dual boot, I installed win10 in sda and ubuntu in sdc [23:38] pavlos so I tried to use f12 to boot from sdc [23:39] I did not mixed ubuntu and win10 in same disk [23:39] that's not what dual boot is [23:39] macgyver1: Win10 is a EFI system , did you boot the installer for ubuntu also as EFI ? the 2 (MBR/EFI) are not conpatable . [23:40] Bashing-om I am not sure if ubuntu was efi [23:41] it says uefi in one disk but dont remember which is uefi [23:42] but now ubuntu does not run because of grub stuck [23:43] ok I must reboot so I come back later [23:43] maybe my preseed is wrong, wrks on 14 and 16, guess 12 is way different, even tho the example seems the same [23:44] Epx998: so 12 is now grabbing the preseed? [23:44] manacit: Before rebooting , does ctl+alt+F4 gain a console interface ? Maybe we can "look" . [23:45] haven't tried ubuntu in a while, do any of the desktop managers handle the same multiscreen desktop switching / windowing behaviour as OSX yet (i.e. seperate desktops per monitor, and the same kind of overview with 'scale'+the desktop overview combined into one view) [23:45] nacc: no, i rebooted and selected 16. After the netconfig, it grabs the preseed and gets additional components. On Ub12, that doesnt happen. I looked at the precise preseed example on ubuntu - it looked ok. granted this is uefi, but i was sent to the installer, so it should work from there forward. at least to wehere it checks the mbr or smething [23:46] Epx998: well, the preseed is irrelevant if it's not grabbing it [23:46] doomlord, gnome-shell has extenstions for exactly [23:46] extensions [23:46] Epx998: all that matters is the kernel commandline and possibly the initramfs config options [23:46] Epx998: what are you passing to your ubuntu 12 kernel? [23:47] nacc: odd it isnt working them, does 12 require different commandlines? [23:47] hmm maybe i should look at that again.. haven't touched it in 1year+ .. I didn't like it's default behaviour ,but as you say it is extendable. [23:47] has to be, since that is were i am saying this is your preseed [23:47] Epx998: it's possible that they improved things with 14.04 or at any time [23:47] Epx998: right :) [23:47] Epx998: so i'm guessing you will work fine, once you are able to get the preseed [23:47] doomlord, this is not unity shell, but gnome-shell [23:48] nacc: Got the correct commandline for 10 and saying this is my preseed? :D [23:48] er for 12 [23:48] you install it, then get the extensions, installable from their website [23:48] i realise they are different [23:48] Epx998: no, but i might be able to help if you can pastebin what you are passing [23:48] Epx998: (how many 12.04 are you planning on installing in the next month or so where this is relevant?) [23:49] out of the box I found unity better than gnome shell,but gnome shell did have some other behaviour I was interested in (i.e. the combined view of desktops and current screen windos) [23:53] nacc: We are still using it, migration to 14 is going forward, but we have to validate our stuff on it. There will be a need to have legacy support. I just want to see if I can get 12 on a UEFI system, as we are planning with 14 and 16 eventually. [23:53] 12.04 loses support next month, bad plan [23:53] and you should really use the full version number [23:54] Epx998: "legacy support" beyond what is supported by Ubuntu?