/srv/irclogs.ubuntu.com/2017/03/14/#ubuntu.txt

pavlosLFP6, 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:808100:00
LFP6That looks about right - thanks00:00
daxhggdh: the random stuff in VERIFY REGISTER is a one-use token, not password :)00:00
dax(thankfully, considering how often that happens)00:01
hggdhdax: oh, OK00:01
damccullIs 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 be00:01
damccullan 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:01
snowrichardthanks pw changed00:02
elricsfateHey guys. I have an issue where one of my ssh sessions is colorized for a user and the other one is not00:05
elricsfateUbuntu 16.0400:05
donofrioanyone know the status of this bug? https://bugs.launchpad.net/ubuntu/+source/yaboot/+bug/160608900:05
ubottuLaunchpad bug 1606089 in yaboot (Ubuntu) "unable to boot after 'entire disk' install (16.10, ppc)" [Undecided,Confirmed]00:05
k1l_elricsfate: same server and same user?00:06
donofrioit's suppose to have grub2 but only installs yaboot that is not booting on my host00:06
elricsfatek1l_: Same server, different user00:06
LFP6pavlos: 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:8000:06
k1l_elricsfate: you can activate shell coloring in the .bashrc in the users home00:07
LFP6It must have to be something with DigitalOcean's floating IPs00:07
elricsfatek1l_: sudo diff .bashrc ~elricsfate/.bashrc00:07
elricsfateComparing the bashrc of the user with coloring and without coloring shows that there are no differences00:07
elricsfateOne thing worth noting is that the coloring does work for the user elricsfate when in a screen session00:08
k1l_elricsfate: there is force_color_prompt=yes  look into the files if its commented or not00:08
elricsfateThat got it. Thanks k1l_. Strange that is worked for one user and not the other though? Any idea what might cause that?00:10
elricsfateThey both appear to have the same $TERM as well00:10
damccullelricsfate: this is going to sound dumb, but has the user logged out and in on the non-color term?00:12
damccullor sourced the profile00:12
elricsfatedamccull: To clarify, it is now working after changing the file and then sourcing it00:12
damcculltypo?00:13
elricsfateMy question is why the .bashrc was the exact same for both yet one was working and one was not00:13
elricsfatedamccull: I actually diffed the file between the users, they were both the exact same and had the exact same term value.00:13
damccullonly thing I know of that affects that is active environment variables and TERM.00:13
donofrioanyone know the status of this bug? https://bugs.launchpad.net/ubuntu/+source/yaboot/+bug/1606089 ??00:14
k1l_elricsfate: maybe its set in another env config? or you exported force_color_prompt=yes manually?00:14
damccullso maybe someone just changed their file without sourcing or relogging?00:14
ubottuLaunchpad bug 1606089 in yaboot (Ubuntu) "unable to boot after 'entire disk' install (16.10, ppc)" [Undecided,Confirmed]00:14
donofrioit's suppose to have grub2 but only installs yaboot that is not booting on my host ??00:14
donofrio17.04 was suppose to have grub200:14
donofrio;(00:14
damcculldonofrio: we saw your question earlier...no sense spamming it. probably noone knows about it00:14
bazhangdonofrio, #ubuntu+1 is the place for that00:15
k1l_donofrio: for 17.04 ask in #ubuntu+1 or better file a bug directly00:15
elricsfateNope, I just checked. Only place it exists in the working users directory is .bashrc00:15
elricsfateand it's commented in the one that was working previously00:15
damccullelricsfate: what about the shared profile?00:16
elricsfatedamccull: Sorry, what's the location of that?00:16
damcculli believe ubuntu .profile refs a shared version in etc right?00:16
elricsfatediff .profile ~elricsfate/.profile00:16
elricsfateNo differences00:16
damccullhang on while i boot a vm and find that file if it still exits00:17
damccullexists00:17
damccullelricsfate: look in /etc/profile and /etc/bash_profile as wel00:18
damccullbut those get read BEFORE the user specific ones00:19
damccullso unless you're not overwriting something in those, no dice.00:19
elricsfateThe difference is that there is no difference in between those files on each users00:19
elricsfate*user00:19
elricsfateIt's working now, just strange that iwasn't before without changing that var.00:19
damccullhmm. only thing I can think of is that the file wasn't saved, or had a typo, or wasn't sourced00:20
donofriobazhang, k1l_ Thank you...00:27
=== KindOne- is now known as KindOne
bertmanhi00:45
Eric_____hi everyone00:46
bertmanhave a question about bash...00:47
wedgiebertman: might be better served in #bash then00:47
bertmanwell seems ubuntu specific00:47
wedgiethen ask away00:47
elisa871check #bash as well bertman00:47
bertmani migrated from slackware and the autocompletion acts different00:47
bertmane.g. echo some text>>existing file ... autocomplete doesn't work on existing file00:48
bertmanit does work, just not after >>00:48
bertmani have searched for answers online00:49
k1l_bertman: did you uncomment the autocompletion part in .bashrc ?00:50
bertmanall my configs seem to be okay00:50
wedgieweird. Works for me.00:50
naccworks fine here as well00:50
bertmanthey were uncommented by default00:50
k1l_and you are using bash and not zsh or such?00:52
bertmani have 2 installs: Trusty and Yakkety... both act the same00:52
bertmanyes00:53
bertmanyet i can do such commands in slack and they work fine00:53
k1l_works for me, too.00:53
bertmanthat is so strange...00:54
k1l_what gives you "echo $SHELL"?00:54
bertman/bin/bash00:54
wedgiebertman: 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:54
bertmanthat is so strange...es00:55
bertmanyes00:55
k1l_bertman: apt policy bash-completion00:55
wedgieand you're expecting that to autocomplete to the name of a file that exists in your current directory00:55
k1l_that tells its installed, right?00:55
bertmanyes that is my expectation00:55
k1l_yeah, do you have read permissions in that working directory? :)00:56
bertmanyes i have perms00:56
bertmanit's in my home directory00:57
bertmank1l: yes it is installed00:57
k1l_i just tested on a 16.04 and 17.04. local and remote.00:57
bertmanautocompletion works.. just not after >>00:58
k1l_what terminal is it?00:59
bertmanecho foo>>bar and bar will not autocomplete as an existing file in directory00:59
k1l_but bar does exist? can you test with ".bash"?01:00
wedgieahhhhh01:00
bertmani have tried direct terminal, konsole, and several others01:00
wedgiethat i can reproduce01:00
bertmanbar does exist01:00
wedgieecho foo >>bar does work01:00
wedgienote the extra space01:00
candleglow_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
k1l_bertman: do a space before the >>01:00
bertmanahhh the space!01:00
bertmandoesn't have to be there in slackware... strange01:01
bertmanthanks!!!01:01
=== lebeev_ is now known as ryanlol
=== ubuntu is now known as Guest516
Eric_____hey?01:36
marty__hello?01:36
Eric_____help me with playonlinelinux to have 5 imvu clients running01:37
noobineerI 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 nouveau01:38
marty__im running ubuntu 16.04 and having errors with getting my vm's working01:39
Eric_____hey Oeheks?01:40
Eric_____help me with playonlinelinux to have 5 imvu clients running01:42
Eric_____help me with playonlinelinux to have 5 imvu clients running01:46
Eric_____anyone?01:46
cfhowlett!patience | Eric_____01:46
ubottuEric_____: 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:46
Eric_____ubottu u had 5 imvu clients before?01:47
ubottuEric_____: I am only a bot, please don't think I'm intelligent :)01:47
tatertotsnoobineer: in terminal>     sudo apt install inxi pastebinit01:53
tatertotsnoobineer: when its done..say so01:54
=== nilaerv is now known as [unbannable]ryan
elricsfateOK, 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 user02:00
elricsfateAnyone know what might cause that?02:00
Eric_____anyne have playonlinux?02:01
pavloselricsfate, do you mean ls --color=auto02:02
elricsfateNo, I mean a colored prompt02:02
r_riosHello, all. My wired network keeps disconnecting from times to times and I have to restart the nm service for it to come back02:03
r_riosAny reason why this is happening? My ethernet card is an nForce02:03
wedgieelricsfate: is your .bashrc sourced in that user's .profile?02:04
elricsfatepavlos: I.E The green bash user@host02:04
pavloselricsfate, there is a #force_color_prompt=yes in .bashrc if you uncomment, I guess you get color prompt02:05
elricsfateThe profile of the user that works and that doesn't work is the exact same02:05
elricsfatepavlos: yes, that has already been done02:05
Bashing-omr_rios: A thought: have you set msi=0 msix=0 ?02:05
elricsfateand it does not work for the user that is having issues, only if the file is sourced manually02:06
tatertotsEric_____: playonlinux most likely has their own irc chat room/channel02:06
r_riosBashing-om: I had to, otherwise the network wouldn' t work at all02:06
elricsfateThis 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
Eric_____tatertots how i have 5 imvu clients running?02:06
wedgieelricsfate: is the non-working user's defult shell bash? (as opposed to something else)02:06
r_riosNow it works, but it disconnects spontaneously from times to times02:07
Bashing-omr_rios: K; My result also . Sorry then - no other thought .02:07
elricsfateThe term and shell are the same for both users02:08
r_riosBashing-om: No problem, thanks for the help :)02:08
elricsfateputty-256color and /bin/bash02:08
Bashing-omr_rios: :(, no help as much as I might have hoped .02:09
pavloselricsfate, so I uncommented that line, the next term I popped shows user@host as green but you say your user does not experience that02:10
wedgieelricsfate: well, if it works once you source .bashrc manually then that strongly suggests that it isn't being sourced on its own.02:10
r_riosBashing-om: At least you tried02:11
elricsfateThis is right here in my profile https://paste.fedoraproject.org/paste/oYWHvfp6fGPkNwrkrGjd315M1UNdIGYhyRLivL9gydE=02:11
elricsfateI have a .bash_profile Will that override?02:11
elricsfateThat seems to be the difference betweent eh two, bet that's it.02:12
wedgieunsure. rename it for a min to test02:12
pavloselricsfate, I have .profile with the same contents you pasted. I have a .bashrc but not a .bash_profile02:13
elricsfateGot it, it was the .bash_profile02:13
elricsfateAdded the source for .bashrc into the .bash_profile and she is working like a charm. Thanks for the help guys. Good call on that wedgie02:14
starksis devel repo rolling or subject to freezes?02:23
Jordan_Ustarks: Subject to freezes.02:32
starksthx02:32
Jordan_Ustarks: You're welcome.02:33
=== bella is now known as Guest90112
Eric_____anyone have playonlinux on ubunt?02:42
tubalHi. I'm wondering, what is the little app(let) that appears when a program crashes?02:49
tubalI think it's Ubuntu-specific, but I could be wrong.02:49
turistahello every1, I've got in trouble with installing the lubuntu desktop qt version in this ubuntu 16.1002:50
Jordan_Utubal: 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:52
turistaErrors were encountered while processing:02:53
turista /var/cache/apt/archives/plasma-workspace_4%3a5.7.5-0ubuntu1_amd64.deb02:53
turistaE: Sub-process /usr/bin/dpkg returned an error code (1)02:53
tubalJordan_U: Ah. Yeah, that looks like the one. Thanks/02:53
Jordan_Utubal: You're welcome.02:53
turistaanyone any idea?02:55
Bashing-om!info plasma-workspace xenial02:57
ubottuplasma-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 kB02:57
pitthackerhello03:17
PipeItToDevNullHi03:17
hheemorn!03:19
=== Mantra is now known as pitthacker2
pitthackerlol03:20
pitthackernice nick mantra03:21
pitthackeryou a hacker?03:21
pitthacker2pitthacker: i am working on it.. my hacker idol is in this room03:21
=== pitthacker2 is now known as Mantra
nicomachusI'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 box03:49
nicomachusthat's...new03:49
nicomachusoh. nvm. i'm dumb.03:50
B105PH3REhaving 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 btw04:15
Eric_____hey help me with wine program loader?04:19
krazzgal"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
nicomachus!ops | krazzgal04:21
ubottukrazzgal: 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, chu04:21
daxnicomachus: (elky and I are awake and hunting them)04:21
dax(but thank you anyway)04:21
nicomachushappy hunting!04:21
nicomachusmostly just testing whether this works. Having some DNS issues here...04:22
nicomachusIRC works fine though.04:22
dimas008_dimas04:33
dimas008_hay04:34
dimas008_wtf04:34
dimas008_hemm04:34
dimas008_hayy04:34
dimas008_w0y?04:34
dimas008_hayy04:35
Insi22Loyality 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
dimas008_ubuntu?04:35
dimas008_backbox04:36
=== gamespttr_ is now known as gamespttr
Eric_____help me?04:37
israphialWith what04:37
Eric_____i need to run 5 imvu clients on playonlinux04:38
Eric_____https://www.youtube.com/watch?v=l8FNh8BJPZw04:38
israphialNope, can't help you there.04:38
israphialAm noob.04:38
AndroUserLol04:38
israphialDoes anyone here use Weechat?04:38
Eric_____-_- ill ask other someone04:38
dimas008_ada orang indo04:40
Andersleafar104:47
xzhi there, has anobody done Android VM on Ubuntu?04:50
xzwith google play working?04:50
cfhowlettno shortage of vidos, xz.  see the ytubez04:51
Eric_____https://www.youtube.com/watch?v=l8FNh8BJPZw i need help with it04:51
xzcfhowlett: have you done that?04:52
cfhowlettxz, once.04:52
xzcfhowlett: I'm just looking for couple of questiuons answered04:52
xzcfhowlett: was google play working for you fully?04:52
cfhowlettyep, but as I said: once.  a long time ago04:52
xzcfhowlett: in other words, can I download just any app that's normally available on mobile device?04:52
cfhowlettso far as I know, yes04:53
xzcfhowlett: awesome, how did you get that VM? did you use some virtualbox + an image like androVM, or some dedicated emulator?04:54
cfhowlettI remember using vbox and the standard, at that time, image04:54
Eric_____where virtualbox?04:54
xzcfhowlett: ok, it might have been then vbox + androvm04:54
cfhowletthttp://www.osboxes.org/android-x86/ xz04:55
cfhowlett!vbox | Eric_____04:55
ubottuEric_____: 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/VirtualBox04:55
Eric_____i click  virtualbox 5.1?04:56
marty__aloha04:58
cfhowlettmahalo, marty__04:58
xzcfhowlett: I just found out 'bluesstacks' for windows, looks like pretty cool thing04:59
xzcfhowlett: will look around more, maybe there is such out-of-the-box solution for UBUNTU as well04:59
marty__wow this is sorta active,04:59
cfhowlettxz, perhaps :  http://emulatorforpc.com/best-android-emulator-ubuntu/05:00
Eric_____ubuntu which one i ckick?05:00
Eric_____    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 sa05:00
cfhowlettxz, imho: the android SDK is preferred.  YMMV05:01
xzcfhowlett: I just want to make sure google play works, so if SDK works fine with google play, I cna try that05:02
marty__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 confused05:03
cfhowlettmarty__, say "yes"05:03
marty__"yes"05:03
cfhowlett....... give the installer permission to install05:04
marty__lol thanks. it wont error my current iso?05:04
cfhowlettmarty__, it's a virtual machine.  how, exactly, do you see this effecting the host?05:05
Eric_____ybottu? which i click?05:05
Eric_____    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 sa05:05
nicomachusEric_____: please stop that05:06
marty__im still new to alot of this, and i am a double checker, i apologize if this seems tedious but thank you05:06
marty__your right05:06
Eric_____ok05:06
cfhowlettmarty__, no worries05:06
Eric_____u said add extension pack05:06
cfhowlettEric_____, 1.  install virtualbox.  2. install extension pack.  3.  done05:07
Eric_____it said Could not open "Oracle_VM_VirtualBox_Extension_Pack-5.1.16-113841-1.vbox-extpack"05:12
cfhowlettinstall virtualbox first!05:12
Olanzapindumb question but how do i do when an application freezez and become a zombie...05:12
cfhowlettOlanzapin, my method:  ps -x, find the zombie, then kill -9 PID05:13
nicomachusOlanzapin: Ctrl+Alt+T to open a terminal, `sudo pkill application_name` for me.05:13
OlanzapinOk thank you... :)'05:14
Eric_____hey howelet youtube will help me with install virtualbox05:27
Eric_____hey howelet?05:30
Eric_____do i click windows hosts?05:31
Eric_____do i click os x hosts?05:31
Eric_____do i click Linux distributions?05:32
ferret_tailsI accidentally messed up my /etc/ssl/openssl.cnf file05:33
ferret_tailshow can I restore it?05:33
cfhowlettferret_tails, you did back it up, right?05:34
PipeItToDevNullferret_tails, Revert the backup you made05:34
B105PH3REthats why you should backup first original05:34
ferret_tailscfhowlett: I did, but it's a modified version05:34
ferret_tailsisn't there any way to get it back with apt?05:34
cfhowlettferret_tails, ?  the .cnf file = configuration.  it's established on first run, IIRC05:35
ferret_tailsoh... let me try that then05:35
PipeItToDevNullferret_tails, move your file and reinstall the package05:35
cfhowlettferret_tails, rename the current file to foo.OLD and reinstall05:35
ferret_tailsI did 'apt-get install --reinstall openssl' and it didn't restore the .cnf file05:36
PipeItToDevNullferret_tails, Was your file moved05:36
PipeItToDevNullOr was it present05:36
ferret_tailsit was moved05:36
PipeItToDevNullPurge, then install05:36
ferret_tailswoah... that's going to delete a /lot/ of deps05:37
ferret_tailsactually... you know what I could do? I could download the file from my other computer :105:37
ferret_tailswhy didn't I think of that earlier05:37
ferret_tailsoh... dpkg option --force-confmiss05:39
ferret_tailsoh! there we go05:39
ferret_tailsthat did it05:39
ferret_tailswhew... that fixed it05:40
ferret_tailsthanks everyone05:40
Eric_____howelet?05:41
Eric_____i opened an terminal on ubuntu then typed "sudo apt-get install virtualbox"05:43
Eric_____thats easy to do on terminal05:44
askbAny reason ubuntu 16.04 keep marking a packege for autoremoval ?05:44
Aaronaskb, it could be because. Of libraries, and such... but Don't worry.05:45
askbAaron, facter is being marked for auto removal after puppet4 is installed,05:50
askbdoing this impacting our scripting, since we facter a lot to check the version of ubuntu05:51
Aaronaskb, then hit Cancel. or update your scripting libraries. either one ;)05:52
askbIs there a way such facter is not marked for autoremoval when puppet is installed05:52
Aaronaskb, use aptitude ;)05:52
Aaronman aptitude05:52
Jakeukalanehello, 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:08
Jakeukalanehttps://ibin.co/3FVFdWU0yYKe.png06:09
PipeItToDevNullJakeukalane, What filesystem are those?06:12
Jakeukalaneext406:12
Jakeukalanemmmm06:12
Jakeukalaneno06:12
JakeukalanePipeItToDevNull, yes, it was ext406:14
PipeItToDevNullJust chown the directories06:14
Jakeukalanesudo chown -R user ?06:14
PipeItToDevNullHow did you mount that?06:14
Jakeukalaneautomatically, is not the partition that I do not own, only few archives06:15
PipeItToDevNullWho owns them?06:15
PipeItToDevNullls -al06:15
Jakeukalanethere are three colums, the firs  one is one with the permission and the other two seems like owners?06:17
PipeItToDevNullowner user and group06:18
Jakeukalanethe 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:19
PipeItToDevNullWho is the owner06:20
Jakeukalanenot me.  the computer when they were created is broken now so I think is safe to change the user06:21
PipeItToDevNullYep06:22
Jakeukalanenice, that is solved. what permissions are better?  for normal use06:22
PipeItToDevNullIf it came from another install just chown the whole thing to your user06:23
Jakeukalanegreat06:23
PipeItToDevNullThe permissions should be fine06:24
Jakeukalanesolved, thank you very much06:24
PipeItToDevNullYep06:24
lotuspsychjegood morning to all06:48
Aaronlol someone is trying to identify my nick ;)06:49
lotuspsychje!ghost | Aaron06:49
ubottuAaron: If you own an IRC nick that is currently being used, you can make it change nicks by typing: /msg nickserv release <nick> <password> | If you have a dead (ghost) connection, you can make it quit by typing: /msg nickserv ghost <nick> <password> | further help in #freenode06:49
Aaronlotuspsychje, thank you but. no thanks. ;)06:51
temhaahello. 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
temhaaas I search it says write to fstab.06:53
lotuspsychjetemhaa: this partition is ntfs perhaps?06:55
vltHello. 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:05
Stanley00vlt: not sure if this works, grep -e string1 -e string207:09
lotuspsychjevlt: or this: https://help.ubuntu.com/community/grep07:09
vltThanks!07:10
Stanley00vlt: nvm, it just looks for string1 or string2, not both07:10
rokoIn 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
Seven_Six_Twopopey, are you available? You approved my wiki editor application, but I still can't edit the London, Ontario page.  https://wiki.ubuntu.com/CanadianTeam/London07:24
rokoI 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:25
ducasseroko: 'tee'?07:26
CrazyTuxhello, is Ubuntu 16.04 that is LTS more stable than 16.10?07:27
rokoducasse: I tried tee as "cat tt.txt | tee tmp.txt | xargs -I {} aws s3 cp s3://samidh1/{} -"07:27
Seven_Six_Twowc07:27
CrazyTuxoff late I facing some problem wiht 16.1007:27
rokoducasse: doesn't work though07:27
CrazyTuxrandom freezing07:27
CrazyTuxthinking of removing 16.10 entirely and installing LTS.07:28
CrazyTuxI hope Ubuntu addresses this problem asap.07:29
wedgieroko: try in #bash07:31
OerHeksCrazyTux, buy better hardware07:32
CrazyTuxI have a brand new laptop that I bought this month.07:32
lotuspsychjeCrazyTux: you already asked this question 20 times here07:34
CrazyTuxone 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:35
CrazyTuxyes. I haven't got a satisfactory solution.07:36
ducasseCrazyTux: no, and no.07:36
CrazyTuxI like to use Ubuntu Mate 16.10 but not able to.07:36
lotuspsychjeCrazyTux: thats not true, you have been suggested many things to try, hence you refuse to take action07:36
OerHeksoh , this is a new one .. such details should be included a long time ago07:36
CrazyTuxlotuspsychje, please. I have followed every suggestion given here.07:37
lotuspsychjeCrazyTux: if you would have followed suggestions, you would have tested 16.04.2 already07:37
CrazyTuxI need 16.10.07:38
ducasseCrazyTux: why?07:38
lotuspsychjeCrazyTux: why dont you just try it out, instead of keep comming back here trolling the same questions over and over?07:38
CrazyTuxI have used 16.04 before.07:38
CrazyTuxNo. I am not trolling.07:38
lotuspsychjeCrazyTux: so why do you ask if 16.04 is more stable then 16.10?07:39
CrazyTuxI am a newbie and don't have much knowledge about all these distro. I was just curious. Just want that problem solved.07:40
OerHeksmaybe 14.04.5 is more stable07:40
ducasseCrazyTux: what happened when you tried 16.04?07:42
ducasseCrazyTux: and was it 16.04 or 16.04.2?07:42
CrazyTuxActually, I have never used Ubuntu. I have used Lubuntu LTS and that was on my old laptop.07:43
ducasseCrazyTux: then why are you here?07:43
CrazyTuxOn my new laptop I have Xubuntu 16.10 and Mint Serena installed.07:43
CrazyTuxand this Xubuntu 16.10 is giving these headaches.07:43
ducasseCrazyTux: so you haven't tried xenial. i suggest you do so.07:44
CrazyTuxOk. If that solves the problem, let me see.07:45
CrazyTuxthanks. Will install that and check.07:45
Night__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
ducasseCrazyTux: 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:46
CrazyTuxwhy not 16.04.2 directly?07:47
CrazyTuxand I don't need Ubuntu. I need Ubuntu Mate.07:47
ducasseCrazyTux: because .02 has the kernel and x.org stack from 16.10.07:47
ducasseCrazyTux: if you need mate, why are you on xubuntu now?07:48
CrazyTuxthat seems to be complicated for a beginner like me.07:48
CrazyTuxI have installed Mate and Lubuntu DEs on it.07:48
CrazyTuxI worked on Mate for a while and seem to like that.07:48
ducasseCrazyTux: when i say 'ubuntu', read '*ubuntu'. install any flavor you want.07:49
CrazyTuxok.07:49
ayogihello, 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 330607:49
oquihello, 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? Thanks07:50
ayogithis is basically to allow access to a private database, from internet07:50
ducasseCrazyTux: 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:50
CrazyTuxducasse, then .02 would be suitable for my laptop which has newer hardware.07:51
CrazyTuxand probably because of this issue I had to go for 16.10 in the first place.07:51
CrazyTuxI had some apps like pdf viewers in 16.04 which were incompatible with some files, I think.07:52
CrazyTuxI had some pdf files that used to ask for password in 16.04. But, in 16.10 they don't.07:53
ducasseayogi: http://askubuntu.com/questions/320121/simple-port-forwarding#41046707:54
CrazyTuxI 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
tzfrsHello 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't07:54
tzfrstype in any number and it always stays at 007:54
ducasseCrazyTux: pdf files have *nothing* to do with hardware support. and try 16.04 first.07:54
CrazyTuxok07:55
ducassetzfrs: can you post a screenshot of gparted's main window with that disk selected on imgur?07:57
ayogiducasse: i already did that, but it's not working07:57
tzfrsSure, one second07:57
tzfrsducasse: http://i.imgur.com/COJQy3W.png07:57
tzfrsReason 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 :p07:59
tzfrsI 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.07:59
ducassetzfrs: 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:00
tzfrsducasse, so I need to somehow move it into /dev/sdb3? Or just after /dev/sdb3 instead of before?08:01
CrazyTuxducasse, 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
CrazyTuxthen, I'll decide on installing 16.0408:01
tzfrsi.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:01
ducassetzfrs: 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
tzfrsAlright, let me try that, thank you08:02
ducasseCrazyTux: the password problem is completely separate, ignore that for now. if it works otherwise we can work on fixibg the pdf stuff.08:03
ducassetzfrs: np :)08:03
CrazyTuxok.08:04
ayogihow can i remove the rule that was added using: "iptables -t nat -A POSTROUTING -j MASQUERADE"08:04
ducassetzfrs: 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:04
tzfrsI 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
tzfrsducasse, It know looks like this: http://i.imgur.com/Qhd48RZ.png08:05
tzfrsSo far so good, or did I do something wrong already? :p08:06
ayogihow can i restart the iptables in ubuntu?08:07
ducassetzfrs: that looks good. you are doing this from a live image, right?08:07
tzfrsUh08:07
tzfrsI would like to tell you yes, but no08:07
ducasseayogi: iptables -F to flush08:07
tzfrsMy USB-Stick broke some weeks ago, didn't get a new one yet08:07
anddamcan someone on 16.04 or 16.10 confirm Ubuntu Web Browser doesn't reflect System Settings > Universal Access > Large Text setting?08:08
ayogiducasse: i do not want to flush, i just want to restart so that the rules i removed takes affect08:08
ducassetzfrs: ok, then exit without saving. you can't grow a partition you are 'standing' on, if you know what i mean.08:08
ayogiflush will remove all rules right?08:08
tzfrsI think I understand, but I already increased the size. Or aren't we talking about increasing?08:08
ducasseayogi: then use '-D rulenumber'08:08
ayogiducasse: yeah that i did08:09
ducassetzfrs: did you press apply?08:09
tzfrsYes08:09
tzfrsAnd it worked already08:09
ayogibut after that do i have to restart so that the rules take affect?08:09
ducassetzfrs: everything seems to be fine? check from a shell with 'df -h' that space looks correct.08:09
tzfrsYeah it does. Just wanted to make a screenshot to show you08:10
tzfrshttp://i.imgur.com/YeXqEYS.png08:10
ducassetzfrs: ok, good. then create a new swap, if you need one at all.08:10
tzfrsDon'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 :p08:11
ducassetzfrs: looks good, although i'm not a big fan of doing it that way :)08:11
ducassetzfrs: you have 16gb ram? and you don't use hibernate?08:11
tzfrsIn the ideal world I would have a completely separate ssd for ubuntu08:11
tzfrsYou mean, hibernation features of the OS?08:12
ducassetzfrs: yep.08:12
tzfrsI didn't set any settings explicity, so I still have the default settings. I could check08:12
anddamalso I cannot zoom in Browser using ctrl-+, this seems an old issue http://askubuntu.com/questions/49342008:12
ducassetzfrs: that's ok.08:12
tzfrskk08:12
anddamany hint about using Epiphany in a (at least) decent way?08:12
ducassetzfrs: hibernate is not enabled by default in ubuntu.08:12
tzfrsIs there a way to assign the other 10gig as well to the ubuntu partition or no chance without a live cd?08:13
tzfrsAh okay08:13
ducassetzfrs: ok, then just put a comment in front of the swap line in /etc/fstab08:13
tzfrsIn front of this one: UUID=f7ce185f-b5ec-4c74-9be0-02bdd6a17add none            swap    sw           $08:13
tzfrs ?08:13
ayogiguys, i think i have locked myself out from a server, i setup a iptables rule and now it's not allowing to login via ssh08:14
tzfrsAt least it says swap08:14
ducassetzfrs: yep.08:14
ayogii have one active connection from where i am logged in, but not able to create another connection08:14
anddamoh my bad it's not Ephyphany, it's webbrowser-app package, based on "Oxide"08:14
tzfrsty08:14
tzfrsdone08:14
ducassetzfrs: that should be it. let me take a look at that screenshot again, hang on.08:15
anddamstill any hint appreciated08:15
tzfrsCan also send you a new one if you want08:15
tzfrsanddam, can confirm. Text doesn't get any bigger08:17
tzfrsSame on Chrome though08:17
anddambut chrome isn't an Ubuntu UI package08:17
anddampackages08:17
tzfrsTrue, just wanted to share the information08:18
anddamtzfrs: I mentioned two things tho', one is the UI per se, the other is the page content08:18
anddamtzfrs: thanks08:18
anddamtzfrs: just to be clear you're talking about the Universal Access thing right?08:18
anddamnot the ctrl-+ that won't magnify page content08:19
tzfrsI got it in German, so I'm not 100% sure, but I went to "System Settings -> "Zugangshilfen"" and activated "Large Texts"08:19
anddamGut08:20
tzfrshttp://i.imgur.com/gzJ0pDt.png08:20
anddamso it's the UI thing08:20
anddamon 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" menu08:20
tzfrsYeah, looks pretty minimalistic. Didn't even know they have their own browsers.08:21
anddamI think it's good they have a minimalistic browser, if it wasn't C++ I'd honestly feel more compelled to contribute08:23
tzfrsI'm sure there are some use cases08:23
tzfrsBtw, 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
anddamwhats the start menu?08:23
anddamDash08:24
anddam?08:24
tzfrsYeah, I think it's Dash08:24
ducassetzfrs: 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
tzfrsI'm coming from a Windows background08:24
anddamtzfrs: how did you install phpstorm?08:24
tzfrsducasse, 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 cd08:24
tzfrsanddam, 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 weird08:25
ducassetzfrs: good.08:26
tzfrsI thought maybe I would just delete phpstorm all together and reinstall it. would be the most easy way08:27
ducassetzfrs: looks different as in different icon?08:27
tzfrshttp://i.imgur.com/kxISRib.png08:27
tzfrsLooks like this08:27
anddamtzfrs: check .local/share/applications for a .desktop entry for phpstorm08:28
ducassetzfrs: ^ that :)08:28
tzfrsAh08:28
tzfrsAnd just delete it?08:28
anddammove it as reference, unless you want to reinstall or know desktop files well enough to rewrite it08:29
tzfrsI think I need to relog now, one sec08:29
tzfrsYep, deleted it, and now after relogging I have the normal one again.08:30
tzfrsThank you guys08:30
tzfrsHave to say, I like Ubuntu. Would just be nice to see more support for it by other companies.08:37
tzfrsWell, not only Ubuntu, Linux in general.08:37
=== Vampire0_ is now known as Vampire0
ducassetzfrs: just checked, you cannot move the beginning of an in-use partition as i thought. so you better get that usb first :)08:39
tzfrsAlright ducasse. I'll try it out in like 8 hours. :) Thank you in advance08:39
ducassetzfrs: np :)08:40
=== Lutzee is now known as Zen
einsteinpython3.6 is what is offered official now? when will uubntu shit to py3.6 ?09:12
ducasseeinstein: probably not until ubuntu 17.1009:13
OerHekshttps://wiki.ubuntu.com/Python/Python36Transition09:14
OerHeksoh, it is optional in yakkety 16.10 http://packages.ubuntu.com/search?keywords=python3.609:16
einsteinsay i need a ppa of some package, then how do i use ubuntu itself to search for those?09:19
einsteinI 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 ineffective09:20
ducasseeinstein: open a browser, go to ppa.launchpad.net and search. if that fails, try google.09:20
V7I can't install php7.0 on ubuntu09:21
V716.0409:21
OerHeksinclude your ubuntu verion in the searchstring09:21
V7It doesn't work09:21
V7Apache209:21
ducasse!doesntwork | V709:21
ubottuV7: 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:21
V7ducasse: ... ?09:22
OerHeksV7, why not?09:22
ducasseV7: read the message from ubottu09:22
V7php code doesn't work means that apache2 outputs only php string not data09:22
einsteinOn ubuntu packages? how do i installl it OerHeks09:22
computer2000Hi, while compiling openFrameworks on Armbian Desktop I get "glesv1_cm & glesv2 not installed" - how do I get these?09:23
einsteinOerHeks: the link that you gave is unclear when it comes to installation, does it even has a ppa?09:23
V7like <?php echo "123"; ?> will output <?php echo "123"; ?>09:23
V7So ... php doesn't work09:23
V7I've tried to reinstall, but ... no result09:23
einsteini am on xenial OerHeks09:23
OerHekseinstein, that url shows it is available for yakkety, i didn't say it is for xenial.09:24
V7ducasse: so ?09:24
einsteinbut xenial is 16.10/09:24
OerHekseinstein, no, it is not.09:25
cfhowletteinstein, false  xenial = 16.0409:25
OerHekseinstein, 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-get09:25
einsteini also did dist-upgrade so that i can get the latest, but still it doesn't dist-upgrade as it's still xenial09:27
=== vamiry_ is now known as vamiry
OerHekslatest as in latest packages for xenial. to upgrade to 16.10, see the distro upgrade factoid09:28
OerHekshttps://wiki.ubuntu.com/YakketyYak/ReleaseNotes#Upgrading_from_Ubuntu_16.04_LTS09:29
vltHello. Is there a recommended way to have Firefox ESR (and regular updates) on Ubuntu 16.04 LTS?09:30
einsteini 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
OerHeksvlt, no, the url i gave you explains what to do09:31
OerHekseinstein, ehh what?09:32
OerHekseinstein, now you make no sense, you already tried python 3.6 on xenial?09:32
einsteinsee answer by nick T09:32
einsteinOerHeks: no09:33
noalssalut, 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
OerHekseinstein, my last advise: upgrade to yakkety if you *need*  python 3.609:34
einsteinupgrade to yakkety? how ?09:34
einsteini am on xenial, and i did sudo apt-get dist-upgrade already09:34
OerHekseinstein, read back, that has been answered.09:35
noalsoh 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:36
OerHeksnoals, 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:41
noalsi 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:42
OerHeksnoals, .. old tutorial ..09:44
noalsok i check your setting DerHeck09:44
noalsDerHeks*09:44
noalsno, that dont solve my problem, my desktop is cut just by changing my resolution. DerHeks09:46
einsteinwhats teh use of dist-upgrade if it doesnt upgrade to ubuntu 16.04 ?09:47
OerHeks!dist-upgrade09:48
ubottuA 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
einstein!upgrade09:48
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade09:48
OerHekseinstein, but you know that already, newer packages, not newer ubuntu version09:48
OerHeksverry usefull indeed09:49
cfhowletteinstein, 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
einsteinbut i get just apt update and get newer packages? and then apt upgrade to get newer installed packages and deps too?09:49
OerHeksnoals, logout, login, ans all should be fine, and don't play that game untill it is fixed09:49
cfhowletteinstein, apt update installs **nothing**.  it updates your software library database09:50
OerHeksupdate = new lists09:50
noalswell im programming it, if i cant test in fullscreen mode it kinda sux u know09:50
einsteincfhowlett: i meant apt upgrade09:50
noalsand the guide doesnt solve my problem either DerHeks09:51
einsteinso how is this dist-upgrade different from apt upgrade? i thought dist-upgrade changes my ubuntu version,09:51
OerHeksnoals, again: logout, login, and all should be fine, and don't play that game untill it is fixed09:51
einsteinbut found out it does't upgrade the distribution at all, and this dist-upgrade name is "deceptive and misleading"09:52
OerHeksLoLz09:52
cfhowletteinstein, suggest you spend about 10 minutes of education with your terminal.  man apt         will give you a comprehensive explanation09:52
noalswell since there was an update i try brb DerHeks09:53
einsteincfhowlett: OerHeks i did09:54
einsteinI did read lots of manuals and dpkg , apt ,etc09:55
einsteinbut nothing09:55
OerHekseinstein, "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:55
noalsDerHeks 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 worked09:56
OerHeksnoals,  so you are a programmer, fix it?09:57
noalsDerHeks well i just use ubuntu for that, im not really familiar wih ubuntu itself DerHeks09:57
OlofLhow do I upgrade ubuntu here? im stuck with some dependencies. http://pastebin.com/TfQWfRAx09:59
noalsDerHeks 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
ZetFurytest10:00
popeySeven_Six_Two: hello - what's your launchpad ID? (also, logout and back into the wiki)10:01
popeySeven_Six_Two: also, refresh the page once you logout/in10:01
=== vamiry_ is now known as vamiry
OerHeksOlofL, see line 56:10:01
OerHeksYou might want to run 'apt-get -f install' to correct these.10:01
OlofLOerHeks: yes, but it didnt work either.10:02
noalsDerHecks is there a way to get back to previous version ? like canceling the last 3 or 4 updates ?10:03
noalsDerHeks is there a way to get back to previous version ? like canceling the last 3 or 4 updates ?10:03
cfhowlettnoals, ubuntu doesn't support rollbacks10:03
noalsdamn10:04
OlofLOerHeks: http://pastebin.com/G96a2PpS10:04
noalsi will ask on a forum later, cya10:05
Lynx_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:05
craptalkhow can i see which user starting waht program at what time?10:17
craptalki found it using ps, but not with the clock time10:17
craptalki found the activity-peak at 2 am, but i want to know what program running, who is running it10:17
ducassecraptalk: ps -ef -o bsdstart,command10:23
vltOlofL: 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:47
OerHeksone of these days precise will go EOL, in april, check with "ubuntu-support-status"10:51
phi_Hi I'm using xubuntu how can i change default terminal to xfce4terminal instead of xterm10:56
phi_I already removed xterm but when launching vim via right click menu it gave me error of xterm not there10:57
OerHeksphi_, maybe this page is any help:: http://askubuntu.com/questions/749265/xubuntu-change-default-terminal-to-terminator10:57
craptalkwhere can i check my DNS configuration? i checked on /etc/resolv.conf, but it stated that it should be changed?10:58
phi_OerHeks, weird is I already set xfce4-terminal and if keep asking me about xterm10:59
ducassephi_: how did you set it? try 'sudo update-alternatives --config x-terminal-emulator'11:00
OerHeksgsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/xfce4-terminal11:00
phi_ducasse, already set to xfce4-terminal.wrapper11:02
craptalkwhere can i check my DNS configuration? i checked on /etc/resolv.conf, but it stated that it should be changed?11:03
phi_OerHeks, it is still use xterm11:03
ducasse!patience | craptalk11:03
ubottucraptalk: 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
OerHeksphi_, logout and login again, pehaps?11:03
ducassephi_: xubuntu has a drop-down menu in preferred applications, right?11:04
OerHeksc/perhaps11:04
=== donttrustem_ is now known as donttrustem
phi_OerHeks, this only happen when using thunar with rightclick open with menu11:07
Error323Can 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:09
selckininstall another one11:11
OerHeksphi_, so it is a plugin in thunar, i dunno which one, find it and remove it?11:12
phi_found a solution http://askubuntu.com/questions/788736/open-vim-in-xfce4-terminal-from-thunar11:12
phi_thank you11:12
OerHeks...11:12
andyworki applied the latest updates on 16.10, and now nautilus cannot launch and I got no icons on my desktop.11:14
andyworki don't think I have screwed something up here, anyone else have the same problem?11:14
andyworkhere is some events that occur in syslog when I launch nautilus: http://paste.ubuntu.com/24176065/11:16
Narwhaalhttps://www.youtube.com/watch?v=ILWSp0m9G2U11:18
lotuspsychjeandywork: can you try this on another user also?11:18
Narwhaalwoops wrong chan11:18
OerHeksandywork, maybe removing the config will fix , ~/.config/nautilus11:19
andyworklotuspsychje, OerHeks: let me try another user first ok11:19
andyworklotuspsychje: another user does work11:20
lotuspsychjeandywork: try what OerHeks suggested then, your users config might have scrambled somehow11:21
andyworklotuspsychje, OerHeks: ok, removing ~/.config/nautilus did work11:22
lotuspsychje!cookie | OerHeks11:23
ubottuOerHeks: Wow! You're such a great helper, you deserve a cookie!11:23
andyworkindeed thank you OerHeks :)11:23
andyworkgrab yourself a cookie11:23
OerHekshave fun!11:23
snowkrashufw how to deny a group11:52
einsteinhey h\guys12:02
einsteinHow do I use Alt Codes?12:02
einsteinHow are they different than Unicodes?12:03
huggybear404installing 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:10
lotuspsychjehuggybear404: your installing ubuntu server on a game pc?12:12
huggybear404is that bad ?12:12
lotuspsychjehuggybear404: no, depends what your planning to do?12:12
huggybear404I need a board supporting large drives12:12
huggybear404and I like booting from m212:12
lotuspsychjehuggybear404: start also with 16.04.2 iso image to be up to date12:13
huggybear404ouch . I used my last cd12:13
lotuspsychjehuggybear404: will your purpose be gaming or server/file use then?12:13
vltHello. 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,2712:14
huggybear404I want a server with large drives and samba12:14
FrogCastdo all files have metadata that you can set?12:14
lotuspsychjehuggybear404: ok cool12:14
ppfFrogCast: what kind of metadata are you talking about12:14
FrogCastppf, custom user set metadata. For example, on an audio file, you can set ID3 tags12:15
lotuspsychjehuggybear404: pick 16.04.2 and perhaps the #ubuntu-server guys might know your fail step at setup12:15
ppfFrogCast: no, that's obviously a property of the file format12:16
=== semeion is now known as mnemonic
huggybear404I 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 them12:17
huggybear404could work.12:17
huggybear404has anyone had luck installing any ubuntu or linux on a modern asus board ?12:22
akikhuggybear404: vague question is vague12:22
akik!details12:23
ubottuPlease 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:23
huggybear404I 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 only12:24
huggybear404shop had no server boards for sale12:25
akikhuggybear404: you didn't give me any info at all12:25
cfhowlettfor best results dial down the attitude, huggybear404  - a lot12:25
akikhuggybear404: this is a volunteer help channel12:25
lotuspsychjehuggybear404: alot of users are able to install on asus hardware, every situation is very specific12:26
akikoh now i see huggybear's description in my lastlog12:34
computer2000Hi 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
cfhowlettcomputer2000, install virtualbox then ubuntu on the mac.  done.12:39
_ExclusiveMy Carbon X1 is fantastic with Ubuntu computer2000.12:39
computer2000cfhowlett: I need native graphics and peripherals support12:40
_ExclusiveThat is *ThinkPad Carbon X112:40
_Exclusive:p12:41
computer2000preferably 12" or 13"12:41
computer2000doesn't need to be feather light though. Rather rugged and metal than light and all shitty plastic12:41
akikcomputer2000: dell sells xps 13 with ubuntu12:41
_ExclusiveThe carbon is all about quality.12:41
_ExclusiveXPS13 would be my other choice12:41
computer2000_Exclusive: X1 seems nice but fingerprint sensor? :) who needs that?12:43
_ExclusiveHaha, hard to avoid if you want Lenovo?12:43
beefmanhow do i see which versions of firefox are available in the apt repo?  I want to revert to the newest prior to 52.012:43
computer2000Does that make the notebook more "business" friendly lol12:43
_ExclusiveGuess  it has to do with the TPM technology "safe, secure bullshit".12:44
_ExclusiveWOW A FINGERPRINT SENSOR12:44
_Exclusivenect gen12:44
computer2000I can't believe "business people" make a selling point out of that stupid sensor12:44
_Exclusivehaha12:44
lotuspsychje!language | _Exclusive12:44
ubottu_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/ChannelList12:44
_ExclusiveThe warranties are crazy though. A tech came to my work to change the motherboard when it died. Overnight shipping from Germany -> Norway.12:45
computer2000_Exclusive: I was looking at ThinkPad x260 because it's only 12.5"12:45
_ExclusiveNever experienced anything like it.12:45
_ExclusiveThe x260 are also a neat option.12:46
lotuspsychjeguys, keep it ubuntu related please12:49
_ExclusiveSorta ubuntu related lotuspsychje? We want Ubuntu on it :)12:50
lotuspsychje_Exclusive: hardware talk belongs in ##hardware mate12:50
_ExclusiveRoger!12:51
z1haze_workI 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:53
ducasse_Exclusive: you are probably better off getting specific model suggestions in ##hardware, then both googling and asking about that particular model here.12:55
vltbeefman: `apt-cache policy firefox`. Unfortunately 51.0.1 was not available anymore when I needed it.12:58
lotuspsychjebeefman: its not recommended to keep using older packages, keep your system up to date12:58
vltbeefman: http://archive.ubuntu.com/ubuntu/pool/main/f/firefox/12:58
BluesKajHowdy folks12:59
lotuspsychjehey ioria12:59
iorialotuspsychje, lotusssssssssssssss12:59
=== _dv_ is now known as dv_
lotuspsychjeioria, cfhowlett come visit us in discuss sometime :p12:59
iorialotuspsychje, oh, yeah13:00
vltbeefman: 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:00
vltbeefman: lotuspsychje is right. It's generally not recommended. But users have to be able to work o_O13:01
z1haze_workI 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
cfhowlettare 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
cfhowlett*beg*13:03
ikevinz1haze_work, yes, run the webserver as user:group you need13:04
z1haze_workid rather not do that though13:04
z1haze_workmultiple projects on a single webserver13:05
ikevinz1haze_work, what webserver do you use?13:06
z1haze_workapache13:06
ikevinz1haze_work, use apache-mpm-itk13:06
ikevinz1haze_work, it will allow you to choise on what user:group a vhost will run13:07
beefmanthank you vlt, lotuspsychje13:07
z1haze_workoh wow13:07
beefman52.0 broke sound13:07
z1haze_workcan be installed with apt?13:07
adrian_1908bI 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
ikevinz1haze_work, yep: libapache2-mpm-itk13:08
keanny479hello13:08
adrian_1908b*URLs13:09
z1haze_workso not apt-get install apache2-mpm-itk ?13:09
keanny479how can i disable my touchscreen on startup ? i need to run the following command each time : 'xinput disable 13'13:09
ikevinz1haze_work, nop: apt-get install libapache2-mpm-itk13:09
ikevinz1haze_work, once installed, just add: AssignUserId <user> <group>13:09
ikevinto your vhosts13:09
z1haze_workdo 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-etch13:10
vltbeefman: 52.0 also broke its runningness on our xrdp servers and java.applets.13:10
vltcfhowlett: ^13:10
beefmanvlt: do you know of plans to fork to remove the pulse audio requirement?13:11
vltcfhowlett: No, of course not the only way. Another to is to wait for the fix to be available. And meanwhile ...13:11
vltbeefman: I don't know.13:12
adrian_1908bkeanny479: 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
ikevinz1haze_work, the package have another name, so the howto is correct13:12
z1haze_workAlrighty. Well thanks13:13
ikevinz1haze_work, you welcome13:13
snowkrashhi how can i disable inet access for a group with ufw13:16
snowkrashif ufw is active it somehow doesnt add my iptables commands13:17
adrian_1908bsnowkrash: 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:20
keanny479In recovery mode, how can i write to /usr/share/X11/xorg.conf ?13:22
=== ansivirus_ is now known as ansivirus
PipeItToDevNullkeanny479, I would just boot a USB and edit ti13:30
PipeItToDevNullit*13:30
z1haze_workhey ikevin so I installed that package and set it up, prety simple, but now im getting permissions errrors from /var/lib php13:33
ikevinz1haze_work, you need to allow your users to create files in /var/lib/php5/sessions/13:34
z1haze_workthat makes sense13:35
z1haze_workwouldnt adding the user to www-data do that though?13:35
ikevinz1haze_work, in my case, i use mode: drwx-wx-wt13:36
z1haze_workwhat is that in numbers xD13:36
ikevinz1haze_work, 73313:37
z1haze_workso i just need to chmod /var/lib/php/sessions 733 ?13:37
FrogCastI 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
ikevinz1haze_work, /var/lib/php and /var/lib/php/sessions13:37
FrogCastwhen I plug either in, no obvious microphone is detected.13:38
z1haze_workinteresting13:39
z1haze_workthis is a common approach you think?13:39
ikevinz1haze_work, in my case this are the defaults modes on debian system13:39
z1haze_workbummer its still not working13:40
ikevinz1haze_work, it's same on ubuntu server 16.0413:40
z1haze_worktahts what im running actually13:40
ikevinls -l /var/lib | nc termbin.com 999913:41
z1haze_workbut anyhow, i ran sudo chmod 733 /var/lib/php && sudo chmod 733 /var/lib/php/sessions13:41
ikevinz1haze_work, not sure it's obligated, so you can do chmod +t /var/lib/php (and same on session)13:42
z1haze_workwhat does the +t do13:42
z1haze_worki thought it wasw a typo13:42
z1haze_workdamn, still failing badly13:43
ikevinz1haze_work, http://askubuntu.com/questions/432699/what-is-the-t-letter-in-the-output-of-ls-ld-tmp this look like it's needed13:43
z1haze_workok so php is drwx-wx-wt13:44
z1haze_workbut its root:root13:44
z1haze_workthats going to let someuser:some  group control files in there?13:44
hoobamanhi guys13:44
hoobamanany pulp alike repo tool available for ubuntu where i can version/lock updates/packages?13:45
ikevinz1haze_work, i've drwxr-xr-x 4 root   root    4096 Feb  2 16:04 php13:45
ikevinz1haze_work, and drwx-wx-wt 2 root root 4096 Apr  5  2016 sessions13:45
z1haze_workand who do you have executing php stuff?13:45
ikevinz1haze_work, and all files in session are using differents users13:46
ikevinz1haze_work, php is executed by the user defined in apache vhosts13:46
z1haze_workok so yea13:46
z1haze_worki just checked13:46
z1haze_workall my sessiosn are www-data:www-data13:46
z1haze_workit should be (in my case) magento:www-data13:47
ikevinz1haze_work, maybe you need to clear old session13:47
z1haze_worki did13:47
z1haze_workdeleted the contents of the folder13:47
ikevinz1haze_work, they will be recreated under the good user13:47
z1haze_workrefreshed myt page and it put likt 5 more back in there13:48
z1haze_workall by www-data:www-data13:48
ikevinz1haze_work, have you restarted apache after setting assignuserid? (not just a reload)13:48
z1haze_workyes13:48
ducasse!pin | hoobaman don't know what 'pulp' is, but -13:48
ubottuhoobaman 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/PinningHowto13:48
z1haze_worki have this http://dpaste.com/2JGJW8T13:48
ikevinz1haze_work, does a phpinfo() show you the correct users?13:49
hoobamanubottu: thx for your answer, please have a look at pulpproject.org13:49
ubottuhoobaman: I am only a bot, please don't think I'm intelligent :)13:49
hoobamanoh doh :D13:49
ikevinz1haze_work, perhaps: a2enmod mpm_itk13:49
hoobamanducasse: thx for your reply ;)13:49
z1haze_worksays already enabled13:50
z1haze_workso close though13:50
hoobamanducasse: www.pulpproject.org -> it allows you to tag several updates into a version, test them and roll them out globaly13:50
hoobamani need something similar for ubuntu13:50
ikevinz1haze_work, are you using suphp?13:50
z1haze_worki dont believe so, i dont know what that is13:51
ducassehoobaman: you want to set up an ubuntu repo?13:51
z1haze_workand I setup this whole box myself13:51
ikevinz1haze_work, this is a way to run php script with another user than www-data (an alternative to mpm-itk)13:51
hoobamanducasse: yes but not only, i want a framework that can ensure that all my hosts have the same packages (updates) running after an update13:51
z1haze_workno im not, but dont you think this should work at is13:51
z1haze_worki dont want to throw too many variables into this13:52
hoobamanducasse: pulp allows your to "tag" and 'pin' all these updates into a global update version13:52
ikevinz1haze_work, have you tryed to look at apache error log if you have another problem?13:52
hoobamanducasse: than you can use this global update for all your systems13:52
ducassehoobaman: you better take your query to #ubuntu-server, maybe they have any decent suggestions13:52
hoobamanducasse: ok thx for your help, much appreciated13:53
ducassehoobaman: np13:53
z1haze_worki am getting errors right on my page for permissions13:53
z1haze_workbut i can check13:53
z1haze_worksame error13:53
z1haze_workPHP Fatal error:  Uncaught Exception: Warning: SessionHandler::write(): open(/var/lib/php/sessions/sess_5adtf6jkrk379l6hbqejl3k683, O_RDWR) failed: Permission denied (13)13:53
ikevinz1haze_work, does phpinfo() show you apache is running under magento:www-data ?13:53
z1haze_worki cant even open phpinfo13:54
z1haze_workthats what im saying its all messsed up13:54
ikevinz1haze_work, to test: chmod 777 /var/lib/php/sessions/13:55
nicomachusI'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
z1haze_worksidebar, but is it normal i ccannot tab complete 'sessions' when running the chmod13:55
z1haze_workok so now it does work13:56
ikevinz1haze_work, with 777 or 733?13:57
z1haze_work77713:57
z1haze_workbut its the corret user now13:57
z1haze_workwhat number permission chmod should /var/lib/php be as well as /var/lib/php sessions13:57
z1haze_worki will try this one more time13:57
ikevinz1haze_work, i've give you a pastebin with all modes i use13:58
z1haze_worki dont know how to translate the letters13:58
z1haze_workis that easy to learn?13:58
ikevinz1haze_work, yep, take a look at http://www.onlineconversion.com/html_chmod_calculator.htm13:59
ikevinwith the sticky bit (who is not explained on the page) it's 173314:00
hoobamanducasse: i found something :) aptly -> aptly.info14:00
z1haze_workohh man <314:00
z1haze_worki noticed you have a d in front does that do14:01
ducassehoobaman: good :)14:01
ikevinz1haze_work, "d" mean it's a directory14:02
z1haze_workikevin: 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 troubles14:13
ikevinz1haze_work, you welcome :)14:15
XATRIXHi 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 st14:18
XATRIXarted to hand, and i resetted it manually with power button.14:18
XATRIXhttps://paste.fedoraproject.org/paste/7FmYJsz9gzsnQB1NigfWml5M1UNdIGYhyRLivL9gydE=14:18
lotuspsychjeXATRIX: system up to date to 16.04.2?14:18
XATRIXhttps://paste.fedoraproject.org/paste/8Kykc1dpziiuk6oD6i0RW15M1UNdIGYhyRLivL9gydE= - the last one14:19
XATRIXhappend 5 min ago14:19
XATRIXlotuspsychje: yeap14:19
XATRIX[15201.143625] perf interrupt took too long (2521 > 2500), lowering kernel.perf_event_max_sample_rate to 5000014:19
XATRIX[17903.392997] Purging GPU memory, 29413376 bytes freed, 14819328 bytes still pinned.14:19
XATRIXusually my 'pin in the ass' starts from these lines14:20
XATRIXand, it happens no only on this PC...14:20
XATRIXi load my ubuntu on another one, and it's the same14:21
lotuspsychjeXATRIX: did 16.04 work good when installed freshly?14:22
XATRIXI don't know, i can't setup a new system because of too much settings and programs installed on my current one14:23
XATRIXbut i think, it would be fine14:23
XATRIXi need to find a trouble in this instance of14:23
lotuspsychjeXATRIX: i would suggest a deep system clean + optimize all over14:23
lotuspsychjeXATRIX: install lighter stuff like chromium, do a few tests14:24
XATRIXI don't know what to clean, because of14:24
lotuspsychjeXATRIX: install preload, to speed things up, use bleachbit to clean up, uninstall unwanted packages you dont use anymore14:24
XATRIXwhen i upgraded from 15. to 16.04 it cleand most of packages14:24
akikXATRIX: you have oom-killer showing up so i guess your memory runs out14:24
XATRIXyes, it's higly possible, because of my HDD led starts to light as hell14:25
akikthat would explain the hdd trashing14:25
XATRIXi have an SSD disk14:25
OCNIOSHello14:25
lotuspsychjeXATRIX: wich brand?14:25
XATRIXbut what cause the memory leaks14:25
akikXATRIX: chrome...14:25
XATRIXlotuspsychje: KINGSTON SHSS37A240G, SAFM00.Y, max UDMA/13314:26
XATRIXakik: yea, but whats wrong with it :(14:26
lotuspsychjeXATRIX: personal opinion, i would go for a fresh install14:26
XATRIXmaybe i can start it from a terminal, and see the debug output when something happens14:26
akikXATRIX: how much ram and swap do you have?14:27
XATRIX              total        used        free      shared  buff/cache   available14:27
XATRIXMem:           3649        1560        1046         357        1042        147514:27
XATRIXSwap:             0           0           014:27
XATRIXi tried to add swap, but it doesn't change the situation14:27
lotuspsychjeXATRIX: ppa's installed on your system?14:28
XATRIXyeap14:28
OCNIOSI'm trying to: apt-get install php5.6-gd14:28
OCNIOSBut I am getting an error14:28
XATRIXlotuspsychje: xchat touchpad configurator and y-ppa-manager14:29
lotuspsychje!xchat | XATRIX14:29
ubottuXATRIX: 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
XATRIXyes, but i don't use it too much, but chrome!14:29
XATRIXand xchat never gave me a troubles14:29
OCNIOShttp://paste.debian.net/919859/14:30
OCNIOSCan someone help me?14:30
akikXATRIX: when you open chrome just keep one tab running and check the output of free14:30
ikevinOCNIOS, apt-cache search php | grep gd14:30
lotuspsychjeOCNIOS: ubuntu version?14:30
OCNIOS16.0414:31
ikevinOCNIOS, on 16.04 it's php-gd14:31
OCNIOSthanks ikevin14:31
OCNIOSwhat is the 'gd' after grep14:32
ikevinOCNIOS, it's to filter results14:32
lotuspsychjeXATRIX: have the same memory issues on different browsers? firefox/chromium?14:33
XATRIXnegative, i didn't notice such14:34
akikXATRIX: when you open chrome just keep one tab running and check the output of free14:35
pavlosnicomachus, what's the issue with DNS?14:36
lotuspsychjepavlos: it has been solved14:36
pavlosok14:36
S0baitHello, 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
lotuspsychjepavlos: but tnx for the ask :p14:37
nicomachuspavlos: resolved. I needed to reboot....14:37
pavloslotuspsychje, nicomachus ok, np14:38
OCNIOSAnyone have exp installing HumHub on Ubuntu 16.0414:39
OCNIOSI'm trying to find a guide but they all look outdated14:39
DJonesOCNIOS: 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/14:41
=== lethu_ is now known as lethu
OCNIOSDJones thank yoU!14:48
computer2000Anyone running Ubuntu on a Lenovo X260?14:48
=== beaver is now known as evilnewbie
EriC^^ask your actual question computer200014:52
lotuspsychjecomputer2000: most systems can run ubuntu fine14:52
computer2000EriC^^: Just wondering if Ubuntu 16.04. will run fine on it14:52
minimeccomputer2000: http://www.jupiterbroadcasting.com/100541/a-bearded-thinkpad-las-422/14:53
computer2000minimec: cool will check it out14:53
S0baitWhats the difference between [ and [[ when doing if statements in bash? I see some examples that use two vs one14:56
nacc_S0bait: there is a bash channel14:58
nacc_S0bait: also `man bash`14:58
=== nacc_ is now known as nacc
S0baitok14:58
blackflowSo, why is Launchpad making it so difficult to report a bug without the "ubuntu-bug" tool?15:10
naccblackflow: example?15:11
naccblackflow: and because oftentimes without it, we get bad bug reports that can't be resolved without more information, if I had to guess15:11
blackflownacc: example? where's the "submit a new bug" button or link in the launchpad?15:11
nicomachus!bugs15:12
ubottuIf you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.15:12
naccblackflow: well, you submit a bug about a package15:12
naccblackflow: so it's on every package's page15:12
blackflowhow do I use ubuntu-bug on a server with no browser?15:15
OerHekssame, apport-cli and ubuntu-bug15:15
OerHekshttps://help.ubuntu.com/lts/serverguide/reporting-bugs.html15:15
blackflowalso, 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-bug15:16
naccblackflow: you can mark it private15:16
nicomachusyou don't15:16
OerHeksoh man ..15:16
OerHeksTake an other pc, and write it out.15:18
naccblackflow: you have no computers with browsers?15:18
tgm4883blackflow: what do you want to file a bug on?15:23
u_ucan 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 line15:25
ryethHas anyone here used a realtek rtl8811au dongle and successfully got it working on ubuntu?15:26
nacc!compile | u_u15:26
ubottuu_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 !checkinstall15:26
ryethi've tried running ./install.sh, sudo ./install.sh, sudo install.sh, sudo sh ./install.sh, but nothing has worked15:26
ryethThere is no documentation for this particular driver installing it on linux15:26
u_u!checkinstall15:27
ubottucheckinstall 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:27
blackflowtgm4883: munin-plugins-core15:45
naccblackflow: https://bugs.launchpad.net/ubuntu/+source/munin15:46
tgm4883blackflow: ^15:46
tgm4883nacc: you and your quick fingers :)15:46
nacctgm4883: i work on a lot of bugs :)15:47
naccalso http://pad.lv/u/munin is very handy15:47
=== miczac_ is now known as miczac
Kingsyquestion, 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 it15:49
knard_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
nacc!fr | knard_15:52
ubottuknard_: 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
blackflownacc: thanks, but the package is munin-plugins-core. Do I also use that +source/munin URI?15:52
knard_ok thkx15:52
naccblackflow: yes, that's the binary package name, comes from src:munin15:52
blackflownacc: k, thanks.15:53
naccblackflow: and bugs are filed against source packages (as that's where fixes go)15:53
wklmhey guys16:06
wklmi'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:07
Quantikushi16:17
=== donttrustem_ is now known as donttrustem
cainehii all16:20
EriC^^hi16:21
cainehow are u16:21
dencelQ: 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 sing16:21
EriC^^good thanks you?16:21
cainei am also good16:21
cainecan some one explain me which is the best way to detect hidden files whle forensic investigation16:21
OerHeksctrl H16:22
Southern_Gentlemls -lh16:22
EriC^^caine: do you know any of the contents it might have?16:22
Southern_Gentlemor ls -la16:22
cainei am analyzing .jpeg file i use binwalk tool to detect signatures16:23
caineno16:23
cainei dont know sir16:23
Zendencel: iirc libpam-mysql is obselete and shouldn't be used16:24
EriC^^caine: binwalk seems ok16:24
cainehmmm....16:25
EriC^^caine: you just have a jpeg files? or the hdd?16:25
caine.jpeg16:25
cainehdd???16:25
EriC^^try "strings /path/to/.jpeg" maybe?16:25
dencelZen: is there an alternative to libpam-mysql?16:26
caineok sir16:26
caineu mean hexeditor16:26
EriC^^caine: that too16:26
caineok sir16:26
u_ucan 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 line16:26
pandaadbHi. 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
pandaadbThe new one also has a GeForce® GTX 1050/1050 Ti card in it, so now I am not sure if this would work16:27
cainecan anyone tell which OS is best for performing forensic investigation16:27
pandaadbis there a good way to check a configuration to make sure it would work?16:27
nicomachuspandaadb: nvidia drivers have made a lot of progress in the last couple years.16:27
naccdencel: is there a bug filed for ubuntu?16:27
pandaadbnicomachus, 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 myself16:28
Southern_Gentlemcaine, kali16:28
cainei have kali16:28
cainewhat about defth os16:29
Southern_Gentlemkali is all you need16:29
pandaadbI 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 graphics16:29
caineok sir16:29
nicomachuscaine: this channel is for Ubuntu support. perhaps you should try a kali channel or ##linux16:29
Southern_Gentlemand we are offtopic for this channel16:29
cainebut i wats the os which is only for forensic investigation16:29
caineok sorry16:29
dencelnacc: https://bugs.launchpad.net/ubuntu/+source/pam-mysql/+bug/157490016:30
ubottuLaunchpad 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:30
dencelThe fix is available in zesty, but I am running xenial.. (I am not an Ubuntu expert)16:31
naccdencel: ok, don't mix them16:31
naccdencel: let me look at the bug16:31
naccdencel: what was actually fixed in libpam-mysql? or how do you know it's fixed?16:34
dencelnacc: 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 library16:36
naccdencel: 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
naccdencel: i'm looking in debian's repository16:38
dencelnacc: 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 libmysqlclient16:39
naccdencel: but the new libmysqlclient still only ships my_make_scrambled_password, right? not make_scrambled_password16:40
naccdencel: so libpam-mysql also needs https://github.com/NigelCunningham/pam-MySQL/commit/2f6837b5fb8ef4f5d8a561f3bf82b36cc79e77f416:40
naccdencel: oh i see what you're saying16:41
naccdencel: would you be willing to help test? I'll submit a build in a PPA16:41
dencelnacc: don't know if I am the best person for a testdrive (I am willing), but this is actually my first ubuntu install/config16:42
naccdencel: it would basically involve adding a PPA (instructions will be provided), updating the package and then re-running your testcase16:43
dencelno problem there16:43
naccdencel: and i think the 16.04 version b-d on libmysqlclient20 fwiw16:45
dencelnacc: ii  libmysqlclient20:amd64             5.7.17-0ubuntu0.16.04.1             amd64        MySQL database client library16:46
naccdencel: sorry, why are you showing me that?16:46
dencelnacc: I thought you asked which version of mysqlclient 16.04 is on16:47
naccdencel: oh, no I know :)16:48
dencelnacc: irc novice as well (living under a stone)16:48
naccdencel: 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-dependency16:48
FrogCast!ping16:50
ubottupong!16:50
naccdencel: i'm just getting the xenial sources so i can build packages for you16:50
dencelnacc: excellent. I'm making diner, so I'll report back to you (afk)16:52
Splinterhi guys16:53
Splinterhow's life16:53
=== zel is now known as Guest43457
OerHeksSplinter, yes.16:55
Splinterhaha ok nice16:55
Splinterso what are u guys doing?17:00
OerHekssome are waiting for a serious ubuntu support issue, i guess17:02
Splinterwhy tho?17:03
OerHekssee topic ( a good thing to do first)17:03
Splinteroops sorry17:04
naccdencel: i have updated the bug and submitted test builds17:14
=== rvgate_ is now known as rvgate
naccdencel: and the builds are ready for testing now via the PPA17:26
quesada how's multitouch in linux nowadays?17:31
quadHelixi 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
quadHelixubuntu supports 10 finger touch however.... just dont let it go to sleep17:36
=== nat_ is now known as Natkeeran
dencelnacc: excellent, what does PPA mean? Primary package repository or something?17:40
nacc!ppa | dencel17:40
ubottudencel: 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-purge17:40
naccdencel: in this case, it's very unofficial, because i'm just using it to test the fix with you17:40
naccdencel: and then if the test works, i'll upload it officially and it will go through the SRU process17:40
nacc!sru | dencel17:40
ubottudencel: Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates17:40
naccdencel: to test and update the package locally, follow the "Adding this PPA to your system" section for the linked PPA17:41
quesadaquadHelix, are you serious?17:41
quesadaI only get one finger17:41
quadHelixwacom tablet?17:42
quesadaon a lenovo yoga 51017:42
quesadatouchscreen17:42
dencelnacc: ok, I think I understand, let me install it and I'll report back17:42
quadHelixquesada, yes i am serious.  let me find the command used to inspect which touchscreen you have.17:42
quesadaI 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 linux17:43
quadHelixquesada, 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:44
quadHelixquesada, when i type `xinput`<enter>  I can see that my touch screen is: Wacom  ISDv4 101 Finger touch17:45
quadHelixquesada: you may have to install xinput.17:48
fernando_hello17:49
HOLAhola17:50
HOLAhi17:51
dencelnacc: @see: http://paste.ubuntu.com/24177780/ complaints about missing db parameter, although this is defined17:51
HOLAque ?17:51
quesadaquadHelix, this is my config https://da.gd/kmSH . I have xinput17:51
HOLAhablan español17:51
quesadaquadHelix,   ↳ Virtual core XTEST pointer              id=4[slave  pointer  (2)]17:52
quesada⎜   ↳ SynPS/2 Synaptics TouchPad              id=19[slave  pointer  (2)]17:52
quesada⎜   ↳ SYNA7501:00 06CB:16C7                   id=16[slave  pointer  (2)]17:52
dencelnacc: but the error is gone, so a good start :-)17:53
BluesKaj!es | quesada17:53
ubottuquesada: 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
ub1I have a fresh install of ubuntu ( pretty fresh not completely ) and everytime I type sudo mount -a the terminal just goes blank17:53
quadHelixquesada, 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:54
quesadafedora, but I'm trying distros to see if one catches the touchscreen17:55
naccdencel: ok, let me see if there is something else needed17:56
quadHelixahhh-ha!  this article leads me to believe that you may wish to try ubuntu 16.  https://ubuntuforums.org/showthread.php?t=230599117:56
quadHelixquesada, 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:00
naccdencel: does your password have special characters in it? e.g., #*$ ?18:01
=== Eilar is now known as eil
dencelnacc: hahaha, I was just going to type that to you :)18:02
peterhhhhello18:03
naccdencel: it seems to be possibly a vsftpd limitation, you could try with something else (just to test)18:03
ub1does anyone know why my terminal just goes blank when i type sudo mount -a18:03
dencelnacc: I'll test it, just a sec18:03
dencelnacc: @see http://paste.ubuntu.com/24177881/  pam_mysql_check_passwd() returning 6?18:10
dencelI've created the pass with password('thepass') in mysql18:11
naccdencel: ok, reading the code, one sec18:11
naccdencel: but it does seem the earlier error was due to a 'invalid' (albeit unlogged that it was) password, then?18:12
naccdencel: PAM_MYSQL_ERR_MISMATCH = 618:12
atheotskyhi, anyone know what does this mean in find command with -exec ? : {} \;18:13
atheotskyi often use xargs , and rarely use -exec with {} \;18:13
naccatheotsky: `man find` ?18:13
dencelnacc: ok, probably due to the crypt functions being different?18:14
naccatheotsky: {} is the current file name being processed18:14
naccatheotsky: and ; indicates the end of arguments to the command18:14
naccatheotsky: which needs to be escaped so its not interpreted by the shell18:14
atheotskyoh18:14
atheotskythank you18:14
=== Sebastien- is now known as Sebastien
atheotskyis there any reference only for these operators ?18:14
naccdencel: maybe? trying to figure out what that value means18:14
naccatheotsky: what do you mean? they aren't operators18:15
atheotskyit looks like that to me :P18:15
EriC^^atheotsky: the find manual has it all18:15
ioriaatheotsky,  man find | grep -w exec18:15
atheotskygreat, thank you18:15
naccatheotsky: operators in find are a specific class of expressions18:15
atheotskyi'm doing it18:15
dencelnacc: 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
naccdencel: oh no, i meant that error you got before about missing db parameter was related to the password18:16
nacc!ppa-purge | dencel: is how i'd roll back18:17
ubottudencel: 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:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html18:17
dencelnacc: ah, yeah it was.. currently checking if a plain text password will work (crypto=0/1)18:18
naccdencel: ok, i'll keep looking at what might be broken18:18
PCatineanJust read a very interesting article on union mounts and it says that when there are two directories with the same folder it does shadowing18:18
=== Sebastien- is now known as Sebastien
PCatineanand depending on the imeplementation when a delete is ran it actually just sahdows the file isntead of phisically deleting it18:19
PCatineanDoesn't that waste space so to speak?18:19
naccPCatinean: that sounds like a question for ##linux or so18:19
Seven_Six_Twopopey, Thanks! I just had to re-login to get the edit permissions.18:20
atheotskythank you very much for the information :)18:20
PCatineanindeed18:21
naccdencel: if that does work, i will try and add some more debugging18:21
dencelnacc: 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 anyway18:21
KiickiHi, where can I download Ubuntu 15.04?18:22
naccKiicki: you don't want to do that, it's eol18:22
nacc!eol | Kiicki18:22
ubottuKiicki: 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/EOLUpgrades18:22
naccdencel: ah ok, that could be ...18:22
KiickiIt's the latest version that supports my GPU18:22
KiickiI have gone through hell to make this work18:22
KiickiI think at least that version will work18:23
naccKiicki: you really don't want to run it18:23
naccKiicki: it will have security flaws, potentially and gets no updtes18:23
naccKiicki: if you ahve an older GPU, use 14.04 for the next few years18:23
Kiickithat works too but I thought that was even older18:23
Kiicki14.04.2 I mean18:24
tatertotsKiicki: 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 sense18:24
naccKiicki: it's not about age, it's about support timelines18:24
naccKiicki: you mean 14.04.5 or 14.04.1 (14.04.2 is also EOL)18:24
KiickiIt says that the latest they support is:18:24
KiickiUbuntu ​15.04 ​​(32-bit | ​64-bit)18:24
Kiicki​Ubuntu 14.04.2​​​ ​​(32-bit | ​64-bit)18:24
Kiicki​Ubuntu 12.04.4 LTS​​ ​​(32-bit | ​64-bit)18:24
KiickiAMD HD 545018:25
dencelnacc: 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 query18:25
naccKiicki: who is "they"?18:25
KiickiI'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 work18:25
KiickiAMD site18:25
ioriaKiicki, cedar is supported in 16.04 ...18:26
KiickiI have tried those open source supports and everything but no go18:26
Kiickifeels like my Linux is running in a virtual machine18:26
cxxiiiHi everybody18:26
naccKiicki: that page sounds incredibly out of date18:27
KiickiSo clearly I'm having graphics issues and I have no idea what to do18:27
OerHeksKiicki,  go for 14.04 lts then,...18:27
naccKiicki: also, if they support it, then ask them, but this is the ubuntu support channel and both 15.04 and 14.04.2 are eol18:27
OerHeksKiicki, i run the 5450 pretty fine.18:27
Kiickiyou got it?18:27
naccdencel: ah so it's a mismatch in the password generated, maybe?18:27
ioriaKiicki,   can you paste   lspci -k | grep VGA -A 218:28
naccdencel: i'm not sure how you get access to that function yourself ...18:28
OerHeksKiicki, 2 monitors, hdmi and dvi18:28
Kiickiioria does it matter that the PC runs Mint now? I have been back and forth to see what works and atm it's in Mint18:28
OerHeksugh, mint has its own issues18:28
ioriaKiicki,   it's ok18:28
Lope3what does this do at the end of a cURL command? `-F attachment=@files/test.png` what does @files mean?18:29
ioriaKiicki,   you already tried that card on 16.04 , right ?18:30
KiickiYes18:31
Kiickihttp://pastebin.com/raw/A65q1VH918:31
OerHeksLope3, man curl18:31
Lope3ok nvm i RTFM18:31
naccLope3: `man curl` search for \@18:31
juejuepuppy2having 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 times18:31
OerHeksLope3, -f/--fail (HTTP) Fail silently (no output at all) on server errors. .. so that png shows instead of failed server18:31
juejuepuppy2any help greatly appreciated18:31
Lope3nacc thanks for letting me know about escaping the @ :)18:32
ioriaKiicki,   the module it's not loaded ... btw18:32
naccLope3: np :)18:32
Lope3I thought maybe it was maybe a bash thing.18:32
dencelnacc: 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 plaintext18:32
Kiickiioria I'm quite new to Linux and I don't understand what you are saying : p18:32
crazyzurfer2Hello 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 guess18:32
naccdencel: ack, it's strange that they differ, but seems to be a known thing18:32
naccdencel: i guess you could write a little utility that inserts the passwords correctly?18:33
ioriaKiicki,   you should have another line : Kernel driver in use: radeon18:33
annnieHi, 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
ioriaKiicki,   are you using nomodeset ? or a wrong xorg.conf ?18:33
OerHeksioria, maybe not, as he is on mint?18:33
ioriaOerHeks, maybe18:34
annnieI am running Xubuntu but pretty sure it's more "core" than the specific *buntu desktop distro.18:34
Kiickiioria actually nvm. I don't think the problem can be solved. It's just an old GPU I guess.18:34
Kiickibut thanks18:34
dencelnacc: that would work, but then I need the logic how libpam-mysql calculates the hashes, I'll first try the other crypto options18:34
ioriaKiicki,   i suggest you to install xenial and come back here ...18:34
OerHeksKiicki, again: i run that 5450 fine, with 2 monitors, even 2 movies at the same time18:34
* nacc feels like something is not being said ... OerHeks just said they use the card18:34
naccdencel: 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 match18:35
=== jelly-home is now known as jelly
naccdencel: in your case, you used password() to insert into the table, but libpam-mysql is using my_make_scrambled_password18:36
jesus_,nnm18:36
jesus_mm,,m18:36
naccdencel: 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:36
KiickiNn everyone. Thanks for your time!18:37
kadobanIs there a simple command to show what executables a package installs?18:37
dencelnacc: 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 matches18:37
pavlosannnie, did you install the VB extensions after installing VB?18:38
naccdencel: right, so it's just a matter of not using 'password()' to insert into the table, ithink18:38
EriC^^kadoban: dpkg -L <package> | grep bin18:38
VadiI'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:38
naccVadi: it's not always trivial18:39
kadobanEriC^^: Nice, thanks18:39
dencelyeah, that's an option, but I rather have hashes in my tables than plaintext passwords.18:39
naccVadi: are you capable of resolving patch conflicts etc18:39
EriC^^kadoban: no problem18:39
Vadinacc: yes18:39
naccVadi: uupdate18:39
naccdencel: oh i wasn't saying put plaintext in the table18:40
naccdencel: i'm saying that i htink you used a query to insert the password in this case18:40
annnie@pavlos sudo dpkg --get-selections gives: virtualbox, virtualbox-dkms, virtualbox-guest-additions-iso, virtualbox-qt18:40
naccdencel: 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 insert18:40
dencelnacc: 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:41
KiickiOerHeks Before I go, I should try 14.04 lts?18:42
OerHeksKiicki, i run 16.04 fine, so i wonder about your video issues18:44
OerHeksbut not now,. as you are on mint18:44
KiickiWhere can I get 16.04 btw?18:44
dencelnacc: nevermind, you already did...18:45
naccdencel: 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
naccdencel: admittedly in java not c, but still18:45
ioriaKiicki,  http://releases.ubuntu.com/18:46
KiickiUbuntu 14.04.5 LTS (Trusty Tahr) ?18:46
naccKiicki: seriously? *16.04*18:47
naccKiicki: in this case, 16.04.218:47
KiickiI just read 14.02 earlier18:47
Kiicki14.04*18:47
dencelnacc: thanks for your great help! I'll try some more, but for now I can go on..18:48
naccdencel: 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
Kiickiok, I'm downloading the 64bit version at the top: http://releases.ubuntu.com/xenial/18:49
Kiickiwait, I already have it which means I have tried it18:50
ioriaafk18:51
tcpdumphey everyone18:51
tcpdumpI have Ubuntu 14.04, Im desprerately trying to get the base nginx package running and getting the following error.18:51
* tomreyn notes 1758 people holding their breath18:53
KiickiIt seems like the one I have is the 16.04 lts and I should try the non lts one?18:53
tcpdumphttps://www.irccloud.com/pastebin/xR6Grg3f/18:53
OerHeksKiicki, now you are trolling...18:54
tcpdumphttps://www.irccloud.com/pastebin/G6Ald1V2/18:54
KiickiI'm actually not but I guess it's the same thing?18:55
OerHekstcpdump, "0 upgraded, 1 newly installed, 1 to remove and 57 not upgraded." time to do proper dist-upgrade first18:55
KiickiI will install 16.04 again then18:55
tcpdumpOerHeks: define proper?18:55
tcpdumpto 16.04?18:55
nacctcpdump: dist-upgrade does not change releases18:56
OerHekstcpdump, 57 not upgraded, that could easily break a new install of a package..18:56
tcpdumpOerHeks: do I need to do an upgrade18:56
VadiI'm having trouble with uupdate and finding the right version # to use: http://pastebin.com/5qujX32i18:56
VadiI'm trying to change it from an rc to a final18:56
tcpdumpsudo-apt-get upgrade?18:56
OerHekssudo apt update && sudo apt dist-upgrade18:56
OerHeks!distupgrade18:56
ubottuA 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
naccVadi: there is an assumption (as i sort of asked before) taht you know how to do packaging18:56
naccVadi: also, your upstream tar should not have ppa in it18:57
KiickiOerHeks What CPU have you?18:57
naccVadi: first you should do uscan (does the package you are in have a debian/watch) file?18:57
VadiIt does not have debian/watch18:57
naccVadi: is there a newer mudlet thatn 3.0.0~rc7?18:58
Vadiyeah, the final release18:59
naccVadi: ok, so the problem is twofold, afaict18:59
tcpdumpOerHeks: is there a way to install ruby, passenger, and nginx all at once on Ubuntu 16.04?18:59
Vadiwhat is that?19:00
naccVadi: and technically offtopic here, but i'll be brief: 1) don't rename the upstream tarball (it should be mudlet_<version>.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
OerHekstcpdump, maybe you want to reask that in #ubuntu-server, i have no example for that. should be simple i guess19:01
=== atheotsky is now known as list
nacctcpdump: i mean packages get installed one at a time anyways19:01
tcpdumpOerHeks:  I did sudo apt-get remove --purge all nginx packages.19:01
nacctcpdump: but doesn't `apt install ruby passenger nginx` ?19:01
KiickiAbout to install 16.04.02 LTS now19:01
nacctcpdump: also , you just said you were on 14.04, i thought?19:02
wedgietcpdump: apt-get install pacage1 package2 package319:02
tcpdumpnacc: I am at te moment.19:02
tcpdumpId prefer to be on 16.04, and was, but couldnt get passenger and nxing to owrk.19:02
tcpdumpSo has to back to 14.0419:02
nacctcpdump: then why did you ask about 16.04? also how you install pacakges is not dependent on version19:02
naccwell, excepting for apt and apt-get19:02
Rusty1_#join #cdlug19:03
tcpdumpSo now that Im on 14.04 Im having a hard time completely removing nginx19:03
naccRusty1_: /join19:03
tcpdumpI did    "sudo apt-get remove  --purge nginx nginx-core"19:03
Rusty1_sry19:03
tcpdumpit removed them all, and i did "which nginx" and get no results.19:03
tcpdumpBut if I do "service nginx status"19:03
tcpdumpI get "nginx stating/stopping"19:03
tcpdumpSo its like that service is stll registered.19:03
tcpdumpI deleted the nginx folder out of init.d19:04
nacctcpdump: did you do `which nginx` as root?19:04
tcpdumpWhere else is that referenced?19:04
nacctcpdump: nginx is installed in /usr/sbin not /usr/bin19:04
tcpdumpnacc: yes, did it as root.19:04
nacctcpdump: ok19:04
=== Vampire0_ is now known as Vampire0
tcpdumpSo it appears that it mostly uninstalled it.19:04
tcpdumpbut left the service installed19:05
tcpdumpwhich may be causing my issues with re-installing.19:05
nomegi 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 work19:05
FinalXdpkg -l | grep nginx; dpkg -S /etc/init.d/nginx # if it still has a sysv-style init script used by systemd19:06
FinalXtcpdump: ^19:06
tcpdumphttps://www.irccloud.com/pastebin/SgiqrCM4/19:07
tcpdumpFinalX: that seemed to do it, thanks.19:07
listset activity_hide_targets $-19:07
naccnomeg: runit itself doesn't install anything, it's a source package19:08
naccnomeg: nomeg `apt-file` may be what you want19:08
nomegwhat about " runit-systemd: system-wide service supervision (systemd integration) "19:08
naccnomeg: what about it?19:08
FinalXtcpdump: dpkg --purge nginx-common # leftover package, then19:09
naccit seems like maybe an autoremove should have caught this too, unsure19:10
nacc(for tcpdump's isseu)19:10
tcpdumpnacc: I think so, too.19:10
tcpdumpI think Im going to just start over and scrap this server at this point.19:10
tcpdumpI've inherited this...19:11
FinalXtcpdump: 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
FinalXI usually just do dpkg -l | grep nginx, see what's still installed and apt-get remove / dpkg --purge them all19:11
tcpdumpThis server has been cloned and jacked with too much19:11
tcpdumpI think Ill roll a new 16.04 server and make a new master image.19:11
naccdencel: would you be able to help me write a test case for the original issue in the bug?19:13
tcpdumpugh19:13
tcpdumpSorry guys, thanks for trying.19:13
tcpdumpIve spent wayyyyy too long trying to salvage this.  :/19:13
KiickiOerHeks could you PM when you have time? You are the only one here with the exact same graphics19:14
naccdencel: 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 problem19:15
tcpdumpQuick question - on 16.04, for a new install, Im doing VMWare.19:16
tcpdumpShould I do LVM or no?19:16
tcpdumpI want to be able to grow the drive later.19:17
nacctcpdump: "I'm doing VMWare"? you mean installing a VMWare VM?19:17
tcpdumpyes19:17
tcpdumpUsing 16.0419:18
tcpdumpLooks like LVM is good for growing disks while mounted?19:18
* nacc has never really considered it strictly necessary to grow a disk while mounted19:19
KiickiJust fresh installed Ubuntu 16.04.02 should I just start "Ubuntu Software" and update?19:19
naccbut that would seem to be primarily a function of the fileystem especially (ext4 can do it, i don't think earlier can)19:19
pavlosKiicki, sure, good to keep a system up-to-date19:20
KiickiI just don't want to fuck up the possibilities for the graphics19:21
VadiContinuing 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
dencelnacc: 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 want19:22
naccdencel: ok, thanks19:22
naccVadi: you may want to seek help in #ubuntu-packaging19:23
Vadisure19:23
naccVadi: it's also very wrong for your build to be using /usr/local/lib19:23
VadiI just took the source Debian package for a start19:23
naccVadi: you probably are not set up to build locally (i recommend using sbuild for it)19:24
VadiI just wanted to test if my package worked. Perhaps I'll try upload to the PPA instead19:25
list\wc19:26
dencelnacc: btw, crypto=3 (md5) works fine!19:26
naccdencel: ah good to know! :)19:26
naccdencel: 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:26
dencelnacc: np, post asap19:27
naccdencel: thanks!19:27
dencelnacc: is there markup support on launchpad (md)?19:28
naccdencel: not for the bugs19:28
naccdencel: i finsihed filling out the rest of the SRU template, you just need to refresh and edit the [Test Case] bit19:29
dencelnacc: ok, report back when finished19:29
=== david is now known as pythdasch
KiickiDo you guys use ubuntuforums.org ?19:32
ub1hello, I a cannot get nfs file mounting to work in ubuntu 16.1019:37
_TrulloI 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 219:38
_Trullofstab19:38
EriC^^ub1: why not?19:41
=== WildSoft_ is now known as WildSoft
dencelnacc: updated the ticket, thanks for your help \o/19:44
naccdencel: thank yhou for helping make ubuntu better! :)19:44
wppphi19:45
wpppWhat user name can I use for an user that I only use for managing the mail server stuff?19:45
wppp"mail" and "postmaster" are already reserved.19:46
Rusty1_FedEx19:47
wppplol :D19:47
wpppwhat about "mailadmin"? doesn't seem to be on a reserved list?19:48
=== timetrex is now known as catbadger
juejuepuppy2rtrify@prontonmail.com___--->when in Konsole app , asks for pswd, keys not responding to app...3 failed attempts nothing when i hit enter ...please help...text19:52
juejuepuppy2402838991919:54
juejuepuppy2assistance with password entry in Konsole19:55
juejuepuppy2******************819:55
juejuepuppy2***********************819:55
fission6how do i show all open ports on public interface19:59
k1lfission6: you mean like running "netstat -tulpen" on the same machine?20:00
fission6i guess, i just want to see whats opened publically, ie not loopbacl20:01
CodeMouse92__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
CodeMouse92__So, you type the password anyway, and hit enter when you think you've got it20:01
=== michael__ is now known as Guest58024
ubuntuserverhi, need some help, i have installed xfce on a 16.04 server machine, need to have a GUI application running20:12
ubuntuserversomething is wrong when typing inside the application20:13
ubuntuserverwhen i press A, i get some different value20:13
ubuntuserverall the letters are mixed up20:13
ubuntuserver"s" is "b", "d" is "f", "z" is "*"20:14
=== jstein_ is now known as jstein
k1lubuntuserver: what app is that? and did you set another keyboard layout there?20:15
ubuntuserverit's a custom Qt app20:15
ubuntuserveri have 2 layouts generated with locale-gen20:16
k1lthen check layout. could be some dvorak or neo or such20:16
ubuntuserveren_US is set in /etc/default/locale20:16
ubuntuserverhow could i check for that, k1l?20:16
k1lubuntuserver: that sounds like a qt setting20:16
ubuntuserverin xfce's keyboard settings20:17
ubuntuserveri can't do anything20:17
ubuntuservereverything is grayed out20:18
ubuntuservernothing in keyboard model20:18
macgyver1hi 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
ubuntuservernothing in change layout options and compose key too20:18
k1lubuntuserver: so its on all gui in xfce and not only  in that qt app?20:18
ubuntuserverin the other apps it works ok, i'll install another qt app and see20:19
macgyver1hi my main ubuntu hard disk where ubuntu is installed is unmounted and I want to mount it. How can I do this?20:20
ubuntuserveryup, qbittorrent does the same20:20
ubuntuserveras the qt app i have20:20
k1lmacgyver1: what OS are you using now?20:20
macgyver1I use 2 os es20:21
k1lubuntuserver: ok, so its a qt settings gone wrong.20:21
macgyver1one is ubuntu and one is windows20:21
macgyver1so now I am with windows20:21
k1lmacgyver1: mounting is specific to the OS you use now20:21
arariHi all, any chance Dimitri John Ledkov (xnox) is here? wanted to ask a question regarding a bug20:21
macgyver1I want to mount my disk to ubuntu20:21
macgyver1it is not mounted20:21
k1lmacgyver1: windows doesnt support mounting ext4 partitions. i guess you need to install the drivers for that on windows first20:21
nomegonly gnome works well with qt ootb20:22
k1lmacgyver1: you want to mount the windows disk in ubuntu?20:22
macgyver1no20:22
macgyver1I want to mount ubuntu disk in ubuntu20:22
k1lmacgyver1: you dont make any sense at all.20:22
ubuntuserverdo you happen to know what settings is that20:23
k1lmacgyver1: on ubuntu, just open the filebrowser, choose "other locations" in the left tab, then click on the disk you want to mount.20:23
ubuntuservercan't find anything relevant with google20:23
macgyver1k1l I have an ubuntu disk20:23
macgyver1yes but after I click other locations what do I do next?20:24
k1lmacgyver1: click on the disk you want to mount20:24
macgyver1I click and then I find the disk but it does not mounted20:24
w9qbjk1l, if it's a lvm disk you have to mount the dm? device20:24
k1lmacgyver1: then come in here with the ubuntu again, so we can look at the errors you get20:24
macgyver1k1l should I give some commands to mount it?20:25
macgyver1ok I have to reboot so I will use ubuntu20:25
ubuntuserveranyone knows what setting might affect my issue?20:25
k1lubuntuserver: looks like qt and keyboard layout issues is a common issue20:26
ubuntuserverworks fine on my desktop20:26
conrad_Hi20:26
EriC^^ls20:29
k1lEriC^^: command not found20:29
EriC^^:D20:29
=== ansivirus_ is now known as ansivirus
=== nullbyte is now known as Guest13830
nomegidk how you got diff layout for qt but in general those should be defined in /etc/X11/xorg.conf.d/00-keyboard.conf20:37
nomegor another xx-keyboard.conf20:38
ubuntuserverthere's no such file there20:39
ubuntuserverno /etc/X11/xorg.conf.d/20:39
=== nat_ is now known as Natkeeran
k1lubuntuserver: do you have /etc/default/keyboard  ?20:42
naccarari: you could try #ubuntu-devel20:42
ubuntuserveryes20:42
ubuntuserveri have that20:42
ubuntuserverXKBMODEL="pc105"20:43
k1lubuntuserver: what is set in there?20:43
ubuntuserverXKBMODEL="pc105" XKBLAYOUT="us" XKBVARIANT="" XKBOPTIONS=""  BACKSPACE="guess"20:43
k1lare you running the qt app locally on that machine? or do you use some remote stuff?20:43
ubuntuserverusing VNC20:44
ubuntuserverto see the desktop20:44
ararinacc: thanks20:44
naccarari: but timezones and such :)(20:44
k1lubuntuserver: ok, that is worth noting20:44
k1lubuntuserver: that seems to be a common issue with vnc and qt20:45
ubuntuserverit's weird because i had another server20:45
ubuntuserverwith the same app20:45
k1lhttps://bugreports.qt.io/browse/QTBUG-4493820:46
ubuntuserverbut arch linux20:46
ubuntuserverand it worked just fine20:46
countingdaisiesIs it possible to assign drive letters to hardware devices manually? How well does that work? Is it easy to do?20:52
nacccountingdaisies: "drive letters"? did you mean to ask in windows?20:52
k1lubuntuserver: seems like it will work with xforward20:53
clifferhi, 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:53
nacccliffer: are you on 17.04?20:54
clifferne 16.04.20:54
nacccliffer: don't mix and match releases20:55
cliffernacc: no, 16.0.4.20:55
nacccliffer: it will break things20:55
cliffernacc: im aware of possible problems20:55
* OerHeks wonders package from zesty on xenial?20:55
nacccliffer: and you're on your own when you choose to ignore that20:55
clifferthat is why I dont ask for help on that topic but how to ignore a package on upgrade20:56
nacccliffer: i don't understand, if you're using pinning, then you know how to already20:57
nacccliffer: if you're using pinning, it shouldn't be upgrading that specific package20:57
clifferOerHeks: 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
naccwhat the ... you're on 14.04?20:57
naccgiven that 14.04 is php5 and 17.04 is php7, it's unlikely to work20:58
clifferno, not trusty but xenial (16.04.)20:58
nacc"...since the package from trust..."20:58
nacc*trusty20:58
countingdaisiesnacc: 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:58
nacccountingdaisies: no, you should not rely on kernel disk naming to be consistent20:59
countingdaisiesis that odesble? adviseable? easy/hard?20:59
OerHekscliffer, such frankenstein-ubuntu .. good luck. php5 <>php7 is your culprit.20:59
nacccountingdaisies: there is no assertion that that namespace will be maintained in a user-friendly way20:59
EriC^^countingdaisies: what are you trying to do ultimately?20:59
nacccountingdaisies: use by-path or by-uuid symlinks for this (iirc)20:59
clifferOerHeks: i made a mistake, im using 16.04., not 14.04.20:59
k1lcountingdaisies: the mainboard does the naming, and some mainboards do randomize that. so use uuids if you want to point to specific devices21:00
clifferand the package from 16.04. has only md5...21:00
OerHekscliffer i get that, but you ignore this huge difference in php dependencies21:00
cliffer16.04. also has php721:00
nacccliffer: you tell apt you want to use postgres21:01
nacccliffer: by having postgres either already set up or installing with the package in question21:01
nacccliffer: 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 output21:01
cliffernacc: ill try that, thanks for your help21:02
countingdaisiesnacc: 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:05
countingdaisiesmsata I meant21:06
nacccountingdaisies: 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 disk21:06
nacccountingdaisies: do you mean you're not sure if you can identify it correctly in your machine during installation?21:07
k1lcountingdaisies: i dont understand why you care about the naming sda sdb etc.21:07
nacccliffer: 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 that21:08
countingdaisiesnacc: 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
countingdaisies...of it that makes sense to me).21:10
OerHekscountingdaisies, if you know what day, this channel is logged21:10
OerHeks!logs21:10
ubottuOfficial 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:10
nacccountingdaisies: how many hard drives are in your system?21:11
countingdaisiesOerHeks: 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 mess21:11
countingdaisiesOerHeks: cool21:11
nacccountingdaisies: if your BIOS can't see the disk, it's not Ubuntu's problem, that's it's own issue21:11
nacccountingdaisies: you should instlal to the *correct* disk -- don't worry about it's name, as Ubuntu will use the UUID of the partition anyways21:11
k1lcountingdaisies: you are making it too complicated. create the ubuntu usb and give it a go, its not rocket science :)21:14
OerHekscountingdaisies, did you actually tried installing ubuntu on msata ?21:14
countingdaisiesnacc: 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-_-Product21:14
countingdaisiessorry for the delay21:14
OerHeksthe only issue i can imagine is your bios not accepting it.21:14
nacccountingdaisies: 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
nacccountingdaisies: but what OerHeks and k1l have said -- it's not htat difficult21:15
cliffernacc: 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/Wudi83D421:15
cliffer... but IT wants to ...21:16
countingdaisiesOerHeks: 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:18
countingdaisiesI mean, is that a reasonable strategy/ expectation?21:19
k1lcountingdaisies: 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:19
zambai 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
zambai guess the question is a bit windows and a bit linux21:20
k1lzamba: that sounds like a question for #winehq21:21
zambak1l: ok, tanks21:22
zambathanks*21:22
countingdaisiesk1l  right on. thanks for putting it in perspective21:22
nacccliffer: `apt policy mysql-server-5.7` ?21:23
clifferhttp://pastebin.com/7WT05PxT21:25
=== the_ktosiek is now known as ktosiek
nacccliffer: rather than dist-upgrade, can yhou just `apt install postfixadmin` ?21:26
clifferno, it has the same result21:27
tipdrillerHi, how would I download a file from a redirecting URL on linux?21:27
nacccliffer: `apt show postfixadmin`21:27
nacccliffer: along with `apt policy postfixadmin` i think21:28
userrotipdriller, wget21:28
tipdrilleruserro21:28
tipdrilleruserro, i tried wget but i'm not sure which switches to use21:28
tipdrillerand i end up with a 403 or a error from the server hosting the file21:29
tipdrillerthis 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%3d21:29
OerHekstipdriller,  curl -L >> https://superuser.com/questions/450276/how-do-i-remotely-fetch-files-from-redirected-urls-from-a-terminal21:29
cliffernacc: http://pastebin.com/jtf1Pjxe21:30
OerHeksoh microsoft .. now i wish i didn't post that.21:30
userrowhy? :321:30
tipdrillerERROR 403: Time-Limited URL validation failed21:30
tipdrilleris what i get back21:30
tipdrillerit works fine when using, say, chrome to download it21:31
tipdrillerbut i only have access to bash21:31
tipdrillerany ideas?21:32
nacctipdriller: are you quoting the URL?21:33
tipdrillerno21:34
nacctipdriller: 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 `wget21:34
nacc'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
tipdrillerwhat's the difference? i'm curious21:34
tipdrilleri tried double quotes and something happened21:34
mobiusstripperhi all, how can I disable the keyboard shortcut for unity launcher? Specifically <super>+(1 To 9) and <super>+<shift>+(1 to 9)? (Ubuntu 16.10)21:35
tipdrillerit showed a bunch of text21:35
=== avis is now known as Guest14413
nacctipdriller: double quotes are not what you want, possibly21:35
tipdrilleris there a difference21:35
nacctipdriller: yes21:35
nacctipdriller: bash will do variable substitution in "" and won't in in ''21:35
tipdrilleri feel like the file is being sent to the screen when i did that21:35
tipdrilleras opposed to a file on the hard drive21:35
nacctipdriller: highly likely, you ahve to tell it where to save it21:36
tipdrillerokay thanks21:36
nacctipdriller: -O21:36
tipdrillerwait21:36
tipdrillerso should i use single quotes21:36
tipdrillerand i -O as well?21:36
tipdriller*and -O as well21:36
naccwget -O /path/to/file/to/write '<URL>'21:36
tipdrillerthanks21:36
tipdrilleris there a way to auto retrieve the filename?21:36
nacctipdriller: that is up to the server, afaict21:37
tipdrilleri mean its not a big deal but...21:37
tipdrillerso is -O needed then?21:37
OerHekstime based url ..21:37
tipdrillerokay21:37
=== miha_S7_ is now known as help
tipdrillersingle quotes does the same thing as double21:37
tipdrilleror at least in my situation21:38
wedgienot quite21:38
=== help is now known as miha_S7_
tipdrillernacc, it doesn't work21:42
=== zengui is now known as zennguy
nacctipdriller: what doesn't?21:43
tipdrillerthe command you provided21:43
tipdrillerhttp://i.imgur.com/JXp2hc8.png21:44
tipdriller^ thats what i get21:44
nacctipdriller: you didn't provide a file to output to, probably21:45
tipdrillerwhen running: curl -O /home/ki.appx -L 'big_ms_url'21:45
tipdrillernacc, did i do something wrong?21:45
nacctipdriller: i gave you `wget`. I don't know what -O does to curl21:46
=== evanextreme is now known as evanextreme[dead
tipdrilleryikes21:46
tipdrillermy bad21:46
tipdrillerdunno where i got that. i'll give wget a go then21:46
naccOerHeks: afaik, wget should handle redirects fine, right?21:46
nacctipdriller: what are you downloading from microsoft?21:47
tipdrillerthanks nacc, it works!!21:48
tipdrillerit redirected just fine21:48
tipdrilleri'm downloading Killer Instinct21:48
hasantesting21:50
hasanwow21:50
robyxtest21:51
hasanwow21:51
hasanit works21:51
nacchasan: yes, do you have a support question?21:51
k1lthere is the #test channel :)21:51
hasanno, apologies21:51
notdanielis guake still the way to go as far as a dropdown terminal? or tilda? something else?21:52
=== evanextreme[dead is now known as evanextreme
countingdaisiesWhen doing a usb install of 16,  will a larger usb stick work? (like 32 or 64 gb)?21:55
Mathisennotdaniel, yep or Yakuake21:55
countingdaisiesI mean, would the machine boot it or is there a limitation?21:56
=== JanC_ is now known as JanC
notdanielMathisen, do you have a preference? it's been a while and i just remember some quirks with each of htem21:56
notdanieloh thats a kde one21:56
Mathisennotdaniel, i use guake for dropdown tilda just to get a "cool" background21:57
k1lcountingdaisies: there is no such thing as too big for a ubuntu usb :) only too small. so anything 2gb or bigger works21:57
OerHeksnotdaniel, if it has been a while, no way saying if your 'quircks' are solved, only one way to find out ....21:57
notdanielOerHeks, 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 working21:58
notdanielbut yes i can try both out and just not fiddle for very long right now haha21:58
=== elliotbelliot is now known as hasanke
=== hasanke is now known as elliotbelliot
countingdaisies 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
countingdaisies...as long as I'm clear on what I was asking (not about using a usb with an installation but for an installation). thx22:00
nacccountingdaisies: as long as your bios can boot from the usb stick, ubuntu should be able to use it22:00
kevrso 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
kevrand i can't figure out how to make this migration properly or ignore these errors22:01
countingdaisiesnacc: right on22:01
k1lcountingdaisies: 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:02
countingdaisieskll  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 that22:04
countingdaisiespeace22:04
k1lcountingdaisies: 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
countingdaisiesI hear ya  its all good22:06
buntuHello22:08
B105PH3REhi22:08
buntuWhats this channel for?22:08
B105PH3REsuport ubuntu distro22:08
buntu:o22:08
k1lbuntu: its for technical ubuntu support22:08
userroUbuntu is a great operating system22:09
buntuI just installed MATE 16.04 LTs. Wondering where the package manager is?22:10
OerHeksdoes mate come without softwarecenter ??22:10
OerHeks:-D22:10
buntu:( looks like it22:10
k1lbuntu: maybe the #ubuntu-mate channel knows better about that22:11
buntuthey have synapse22:11
kevranybody?22:11
buntuKnow where I could grab it?22:12
k1l!info synapse22:12
ubottusynapse (source: synapse): semantic file launcher. In component universe, is optional. Version 0.2.99.2-2 (yakkety), package size 412 kB, installed size 1966 kB22:12
OerHeksi think he points to synaptic ?22:13
k1lbuntu: that is a filelauncher. not a software center or package manager22:13
buntuyah that explains why I cannot get anything from it :P22:14
OerHeksbuntu you can install software-center or synaptic22:14
buntuYah where do I go for that?22:14
OerHekssad to see mate without softwarecenter ..22:14
OerHeksctrl alt t = terminal, sudo apt get install <package>22:15
buntuunable to locate softwarecenter22:15
k1liirc mate ships a software center. but the specialists in #ubuntu-mate will know22:15
OerHeksohhhhhhh MATE uses the Boutique22:15
buntu:O boutique let me check22:16
OerHeksfound @ http://askubuntu.com/questions/868199/ubuntu-16-04-mate-software-center22:16
buntuYea there it is sofware boutique :))22:17
buntuInteresting. not what im used to at all22:17
kevrso 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
kevrand now im stuck completely22:17
msev--how do i add this /home/msev/Koda/platform-tool into path22:18
kevrexport PATH="${PATH}:/home/msev/Koda"22:18
kevror whatever directory, same idea22:19
k1lmsev--: you can put it into your home folder into the new folder "bin". after a relogin it will be added to your users path22:19
msev--thanks kevr22:19
funksterwhat are my options for creating GUI desktop app? any specific language/librarys you guys suggest me to look into?22:22
the_weaselhello22:23
the_weaseli need help with a 3 monitor setup, nvidia-settings doesn't save my settings..22:24
the_weaseli just want to clone my main monitor with my tv and expand the desktop on the second monitor22:25
kevrthe_weasel: i would suggest using xrandr to setup your configurations, though you can still do this with xorg config fragments22:25
OerHeksfunkster, lots of options qml C++ perl python java ..22:25
the_weaselok thanks22:25
kevrthe_weasel: basically you can just write a script to run on autostart that uses xrandr to setup your displays22:26
kevrhowever you want them22:26
the_weaseli'm new to linux...took me 12 hours to get my gpu working correctly....22:26
the_weasellol22:26
the_weaseli'll take a look into xrandr22:27
VystyHey! Anyone here good at working with kdenlive?22:30
axisysI have no sound and have tried different solutions and the Sound Setting Output still says Dummy Output22:33
axisyssound works fine with live CD22:33
axisysany suggestion? so far no response in mailing list22:33
WirehunterDo 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
pavlosbuntu, ubuntu mate has control center under system (4th down)22:34
cfhowlett!alis list kdenlive22:36
ubottucfhowlett: I am only a bot, please don't think I'm intelligent :)22:36
DuosoraHello folks. Have you heard of a new innovative browser which debutes on Linux?22:38
cfhowlett!browser > Duosora22:38
ubottuDuosora, please see my private message22:38
DuosoraThe one I'm talking about is called Sky22:39
=== notdaniel is now known as notdaniel_
OerHeksDuosora, never heard of it, and cannot find it either, url?22:44
cfhowlettGenerally, if it can't be found via  a quick google, I consider it not ready for prime time.  YMMV22:45
Goose_Ive been playing around with ubuntu a couple weeks now and im settling down with 14.04 ,22:45
OerHeksif it is sky browser from google, it is just a google earth thingy22:45
Goose_II just want to knowhow to properly secure my system, ive encrypted the drives and I have a high security network but22:46
Goose_16.04*\22:46
wedgieGoose_: 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:52
Goose_@wedgie - what would be considered silly? I try to be careful with my firefox, but is there any software i should stay away from22:53
wedgieGoose_: 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
Goose_well i do want to set up server22:54
Goose_i havent done that yet22:55
k1lGoose_: think twice before you use 3rd party repos or packages to install software22:55
Goose_everything from software is good though right? through the ubuntu store?22:55
k1lbecause for the ubuntu repos there is peer review and the ubuntu security team that maintains the security updates.22:55
wedgieGoose_: 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
juejuepuppy24028389919text help please, why pswd wont type in on Konsole app when i try to install Sublime via cmd22:56
k1ljuejuepuppy2: you dont see any **** or such, you need to type "blind" and hit enter22:57
wedgieGoose_: 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 channel22:57
wedgieusing that as just an example, of course22:57
Epx998I 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
axisyssound fixed! thanks to wabbits from #alsa .. I was not part of audio group and then restart pulseaudio with -k23:04
axisyswow!23:04
kk4ewtEpx998,  sounds like it is trying to wget something from a bad address23:05
wedgieubuntu 12? Is that supported anymore?23:05
Epx998yeah but what?23:05
Epx998only until april23:06
k1l12.04is supported untill end of april23:06
kk4ewtso look in the ks and see23:06
Epx998i am, its not saying anything23:08
d_ven0mHey 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:09
Skaagwhat's cooler for my car's license plate? CHROOT or CHMOD O23:11
Epx998yeah hmm i have no idea why this wget is failing or what its trying grab, its right after dhcp does its autoconfig junk23:12
kk4ewtlook at the ks and see where it is going23:13
Epx998next entry is the http mirror, but it works fine on ub14 and ub16, hmm23:15
buntuThanks for what you guys are doing! It really means a lot.23:16
d_ven0mAnyone? Downsides to using IntelliJ IDEA for Android over Android Studio?23:17
kk4ewtd_ven0m,  ask the android guys23:17
d_ven0mkk4ewt: Is there a channel on freenode?23:17
Epx998kk4ewt: 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 hmm23:18
Epx998ill try the ubuntu mirror i guess23:20
macgyver1hi 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 there23:20
nacc!alis | d_ven0m23:20
ubottud_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
macgyver1what should I do. I dont need grub23:20
macgyver1I want to start immediately23:21
macgyver1how can I continue installation"?23:21
naccEpx998: do you happen  to be setting up networking in your preseed and serving hte preseed over the network?23:21
naccmacgyver1: what do you mean "I dont need grub"? How are you going to boot?23:21
Epx998nacc: only using dhcp in the preceed, the dhcp server has a static entry for the host.23:22
macgyver1nacc I wanted to boot from an ssd drive23:22
macgyver1I had only ubuntu in that ssd23:23
macgyver1and other os in other ssd23:23
naccEpx998: right, ok, but are you actually getting the preseed over the network?23:23
naccEpx998: in which case, you need to tell the system on the commandline how to configure the network23:23
naccmacgyver1: grub is the bootloader, i don't understand why you think you don't need it?23:23
macgyver1because it said grub cannot installed in that ssd23:24
macgyver1so it stuck23:24
naccmacgyver1: yes, but you say "I dont need grub"23:24
naccmacgyver1: why do you think that?23:24
Epx998nacc: 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
macgyver1yes because it stuck23:24
macgyver1I wanted continue installation23:24
naccmacgyver1: you absolutely need grub.23:24
naccmacgyver1: it not working does not mean you don't need it23:24
macgyver1yes but what can I do it stucks trying to install grub23:25
macgyver1I wanted to install the other staff23:25
naccEpx998: also, does 12.04 properly support uefi?23:25
macgyver1and I dont know why it says grub cannot be installed23:26
macgyver1says choose ssd, I choose and nothing happens23:26
Epx998nacc: 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 cfg23:26
naccEpx998: 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:27
macgyver1who needs a grub when a grub can be broken?23:28
Epx998nacc: i am passing the network config in the kernel line of grub23:28
Epx998nacc: i had a error in my fqdn that i used, had the ip before with the same error, testing again.23:29
naccEpx998: ah ok, just double-checking23:29
naccmacgyver1: you should look in the logs for what failed23:29
pavlosmacgyver1, 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
macgyver1ok I reboot now  and come back again later23:30
macgyver1pavlos correct23:30
macgyver1pavlos I installed ubuntu in an ssd23:30
macgyver1 pavlos inastalled in dev/sdc and it tried to install grub in dev/sda and stuck23:31
macgyver1pavlos a window said pleas choose another disk23:32
pavlosbuntu, but there is no sda or is there?23:32
pavlosmacgyver1, but there is no sda or is there?23:32
macgyver1pavlos there was also sda but I installed in sdc23:32
macgyver1so a window said grub cannot be installed in sda please choose another disk23:33
pavlosmacgyver1, so the system always boots sda and then upon configration will boot sda or sdc23:33
macgyver1pavlos yes I suppose it starts in sda but I am not sure, maybe it starts from sdb23:34
macgyver1but I suppose it starts sda23:34
pavlosmacgyver1, so this a dual/triple boot with sda, sdb, and sdc23:35
macgyver1yes but I use f12 and choose if I want ubuntu23:35
macgyver1or if I dont use f12 it starts sda23:36
pavlosmacgyver1, what are the other OS?23:36
macgyver1pavlos the other is windows1023:36
pavlosmacgyver1, sda is win10, you did a dual boot along win10 with target sdc23:37
macgyver1pavlos I did not dual boot, I installed win10 in sda and ubuntu in sdc23:38
macgyver1pavlos so I tried to use f12 to boot from sdc23:38
macgyver1I did not mixed ubuntu and win10 in same disk23:39
naccthat's not what dual boot is23:39
Bashing-ommacgyver1: Win10 is a EFI system , did you boot the installer for ubuntu also as EFI ? the 2 (MBR/EFI) are not conpatable .23:39
macgyver1Bashing-om I am not sure if ubuntu was efi23:40
macgyver1it says uefi in one disk but dont remember which is uefi23:41
macgyver1but now ubuntu does not run because of grub stuck23:42
macgyver1ok I must reboot so I come back later23:43
Epx998maybe my preseed is wrong, wrks on 14 and 16, guess 12 is way different, even tho the example seems the same23:43
naccEpx998: so 12 is now grabbing the preseed?23:44
Bashing-ommanacit: Before rebooting , does ctl+alt+F4 gain a console interface ? Maybe we can "look" .23:44
doomlordhaven'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
Epx998nacc: 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 smething23:45
naccEpx998: well, the preseed is irrelevant if it's not grabbing it23:46
bazhangdoomlord, gnome-shell has extenstions for exactly23:46
bazhangextensions23:46
naccEpx998: all that matters is the kernel commandline and possibly the initramfs config options23:46
naccEpx998: what are you passing to your ubuntu 12 kernel?23:46
Epx998nacc: odd it isnt working them, does 12 require different commandlines?23:47
doomlordhmm 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
Epx998has to be, since that is were i am saying this is your preseed23:47
naccEpx998: it's possible that they improved things with 14.04 or at any time23:47
naccEpx998: right :)23:47
naccEpx998: so i'm guessing you will work fine, once you are able to get the preseed23:47
bazhangdoomlord, this is not unity shell, but gnome-shell23:47
Epx998nacc: Got the correct commandline for 10 and saying this is my preseed? :D23:48
Epx998er for 1223:48
bazhangyou install it, then get the extensions, installable from their website23:48
doomlordi realise they are different23:48
naccEpx998: no, but i might be able to help if you can pastebin what you are passing23:48
naccEpx998: (how many 12.04 are you planning on installing in the next month or so where this is relevant?)23:48
doomlordout 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:49
Epx998nacc:  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
Ben6412.04 loses support next month, bad plan23:53
Ben64and you should really use the full version number23:53
naccEpx998: "legacy support" beyond what is supported by Ubuntu?23:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!