/srv/irclogs.ubuntu.com/2017/12/06/#ubuntu.txt

Neo1who know can I add a few owners to one file00:05
Neo1I've tested one site and here I see a few owners http://prntscr.com/hjms0n00:05
Neo1see this, how they did two owners for one folder? http://prntscr.com/hjmt5a00:09
adrian_1908Neo1: I think that menu is an either or offer, not both at the same time.00:16
adrian_1908If you want more than one user to partake regarding file permissions, you could create a group and make multiple users members of that.00:17
littlekittyI forgot my password for remote desktop connections. How can I look it up again? I still have root ssh access00:17
Neo1adrian_1908: see if I do group my folder should have access 775?00:18
Neo1and files 77500:18
mutantelittlekitty: you probably can't look it up, but you can reset it with the "passwd" command. try "password username" and replace username with the actual user00:18
adrian_1908Neo1: Yes, with 775 the group member would have full rights!00:18
mutantelittlekitty: (after becoming root)00:18
adrian_1908Neo1: File can be 664, unless you have something to execute (rare).00:19
littlekitty@mutante what does password root do then?00:19
mutantelittlekitty: sorry, "passwd" not "password"00:19
Neo1adrian_1908: and it's nothing wrong? In wordpress codex is written folders should have 755 and files 64400:19
littlekitty@mutante oh okay, thanks. i thought there is some config file where the password is saved :(00:19
mutantelittlekitty: well, what user are you using for remote desktop?00:20
mutantelittlekitty: there is, /etc/passwd but it's encrypted and you should use the passwd command to update it00:20
adrian_1908Neo1: Wordpress might assume a certain setup. Maybe you needs aren't aligned with that? I can't answer that for you.00:20
mutantelittlekitty: actually, /etc/shadow00:20
littlekitty@mutante I think/hope it's xrdp sorry I'm not sure00:21
littlekitty@mutante actually I think I found something in [/etc/xrdp/xrdp.ini]00:21
adrian_1908Neo1: On shared hosting, often everything is run one a single user/owner I think, so for simplicity the admin, webserver, database are all the same user and own things. Then 755 is not a problem.00:21
Neo1adrian_1908: see this http://prntscr.com/hjmxkh00:22
Neo1adrian_1908: it's default 755 and 64400:23
Neo1we can change it 775 and 66400:23
littlekitty@mutante it was the wrong password in the file. anyways I updated it now with passwd. that's probably the easier way in the end. thank you!00:23
adrian_1908Neo1: Yes we can, as Obama would say.00:23
adrian_1908Neo1: I think someone recommended unprivileged containers yesterday. They might actually make things easier for you in the long run, even if you have to learn even more now.00:23
adrian_1908https://linuxcontainers.org/lxd/00:24
Neo1adrian_1908: see how they did on share hosting with one account?00:24
Neo1see on VPS appache user is www-data00:25
brymthere's not much extra to learn for lxd/c. they're alot faster than vm's to manage as well. nice bonus00:25
Neo1if I do all folder owners www-data, then my plugins are installed correctly00:25
Neo1but my user neo can't get sftp access to site, because he is not owner now00:26
littlekittyI want to run a script everytime before the computer shuts down. is this (https://askubuntu.com/a/416301) still the way to do it? through /etc/rc6.d00:26
Neo1maybe will use group and change default permission.00:26
adrian_1908Neo1: Yes, I have no better answer either. 775 and create a group that "neo" and "www-data" are member of.00:27
Neo1adrian_1908: yes and google also says impossible create two owners, but it would be entrance...00:28
adrian_1908When working with Wordpress I struggled too. It seemed to me that a secure setup was hard to achieve while preserving update-ability from the CMS interface.00:29
Neo1better all set to 77700:30
Neo1)))00:31
adrian_1908:D00:31
Neo1adrian_1908: see for file doesn't matter what we install 774 or 66400:32
Neo1or no00:33
adrian_1908Neo1: If you just want it to work, you can do that. Files definitely don't need 7 though, just read+write.00:35
adrian_1908Neo1: Seriously consider an unprivileged container if you decide right permissions are too much of a pain. Inside such a container, even "root" isn't really root on the host.00:36
Neo1permissions doesn't changed00:37
Neo1my user neo is belonged00:38
Neo1www-data:x:33:root,neo00:38
Neo1but for folder I see only one group http://prntscr.com/hjn2vp00:39
Neo1neo:x:1000:www-data00:40
Neo1it's neo group: neo:x:1000:www-data00:41
Neo1it's www-data group: www-data:x:33:root,neo00:41
Neo1it's file neo:neo http://prntscr.com/hjn3fq00:41
Neo1Why there only one group I see?00:41
Neo1if neo is belonged to www-data?00:41
adrian_1908No idea man, I'm not familiar with that web interface so I can't help you. I doubt you need that to run Wordpress.00:42
Neo1after I added user I need something restart?00:51
Sven_vBaptitude just installed kernel 3.13.0-135-generic on my VPS, so I rebooted in attempt to use it but uname -r still reports "3.13.0-042stab124.2". should it have updated? or is it using the host system's kernel and the guest wouldn't even need any "generic" kernel?01:20
Neo1I did this01:21
Neo1sudo chmod www-data:www-data /var/www -R01:21
Neo1and this is work01:21
Neo1When I do01:21
Neo1sudo chmod root:www-data /var/www -R01:21
Neo1sudo chmod 777 /var/www -R01:21
Neo1I can't install plugins without input sftp access?01:21
Neo1I get this window http://prntscr.com/hjng0j When www-data isn't owner01:23
brymare ftp and sftp the only connection options?01:25
Neo1brym: it should work without that window01:28
brymsilly question, do you have an ftp server set up?01:29
Neo1yes01:30
Neo1but I dont' need it01:30
Neo1apache should load plugin from internet and put it to directory without anything01:31
Neo1when I do www-data owner of files it works perfect01:31
Neo1when I do www-data as group and do for folder g+wrx it's doesn't work01:31
brymexcept where the software says you do. have you tried simply entering your ftp details?01:32
Neo1I don't need it01:33
Neo1wont' trying it even01:34
Neo1before I tried it, it works01:34
Neo1its called wrong customized server01:34
Neo1brym: see there all 777 http://prntscr.com/hjnk6c01:37
Neo1and all belong to www-data01:38
Neo1www-data is apache01:38
Neo1it can xwr but I see nothing happens, Only when www-data owner everything start work01:38
MiniboxerHello, i just installed ubuntu 16.04 LTS and every time i launch it it asks me to login and then it only has a desktop and a mouse. I looked this problem up and they say to use crtl = alt + f1 to change to use console but that doesnt work for me. What should i do?02:42
jrp93Miniboxer, need to run that before you login i think02:44
MiniboxerOkay, ill try that now02:44
jrp93otherwise hold shift at grub to boot into recovery mode02:44
MiniboxerIt doesnt stop at grub for me, i turn the computer it shows bios and then launches ubuntu automatically02:45
jrp93weird02:46
Miniboxerokay im in the console, i think the problem is my graphics drivers so im goinng to try and install the offical drivers02:46
jrp93well ctrl+alt+f1 should work02:46
jrp93is the gpu new02:47
MiniboxerI think so, all when installing i saw problems with nouvea02:48
Miniboxeror whatever the free nvidia drivers are called02:48
jrp931070 ti?02:49
Miniboxerits a laptop gpu02:49
jrp93oh ok02:49
Miniboxergeforce gtx 980m02:49
Miniboxeri think its the newest laptop gpu02:49
Miniboxernot 100% sure though02:49
jrp93if it's 900 series i doubt it02:50
jrp93i don't know much about laptop gpus though02:50
jrp93er 9 series02:51
jrp93*02:51
Bashing-omMiniboxer: jrp93 : Worth a try to install the proprietary driver for nvidia . Miniboxer : pastebin ' sudo lshw -C display ' so we know what we are working with .02:53
Miniboxerim currently installing the proprietary driver02:54
tootheAnyone here utilize Systemtap?02:55
jrp93yeah it's worth a try. i was asking because if it's a vega card or something brand new you may want to try the linux-libre kernel02:55
Miniboxeri used "sudo apt search nvidia" looked for the newest version and then used "sudo apt install nvidia-opencl0icd-387"02:56
jrp93i don't think that's what you want02:56
Miniboxeroh02:56
jrp93sudo add-apt-repository ppa:graphics-drivers/ppa02:56
Bashing-om!info nvidia-387 xenial | Miniboxer02:57
ubottuMiniboxer: Package nvidia-387 does not exist in xenial02:57
jrp93sudo apt update02:57
jrp93sudo apt install -y nvidia-384 nvidia-libopencl1-384 nvidia-opencl-icd-38402:57
Bashing-om!info nvidia-384 xenial | Miniboxer02:57
ubottuMiniboxer: nvidia-384 (source: nvidia-graphics-drivers-384): NVIDIA binary driver - version 384.90. In component restricted, is optional. Version 384.90-0ubuntu0.16.04.2 (xenial), package size 41185 kB, installed size 166822 kB (Only available for i386; amd64; armhf)02:57
mindboggledis there currently in existence any worse OS ( not a distro but an OS ) worse than kubuntu ? There certainly seems none more obnoxious and anti-human by design.02:57
Miniboxerthen what am i installing? lol02:57
jrp93switch 7 for 4 in there actually02:58
mindboggledkubuntu is a mindboggling atrocity of an OS02:58
jrp93my b02:58
jrp93people rave about kde but i don't get it personally02:59
mindboggledis there an escape without losing KDE?02:59
Miniboxerall of the packages its retrieving are from the ubuntu archive and ppa.launchpad.net02:59
jrp93add that ppa03:00
Miniboxeri did that before when i was following a guide03:00
jrp93ppa:graphics-drivers/ppa03:00
jrp93oh k03:00
Miniboxersudo add-apt-repository ppa:graphics-drivers/ppa03:00
Miniboxersudo apt update03:00
Miniboxeri did those03:00
jrp93you need nvidia-38703:00
jrp93not the opencl thing03:00
Miniboxeroh i thought they were the same thing03:00
jrp93pref. both03:00
jrp93sudo apt install -y nvidia-387 nvidia-libopencl1-387 nvidia-opencl-icd-38703:01
Miniboxerso i did the last one ill do the other two as well03:01
Bashing-omMiniboxer: Disable secure noot in bios and run ' sudo apt update ; sudo apt upgrade ; sudo apt purge nvidia* ; sudo rm /etc/X11/xorg.conf ; sudo ubuntu-drivers autoinstall ' . :)03:01
mindboggledkubuntu is on par with Amazon's Kindle "tablet" in quality....feels the same - as if it was produced under an enormous deadline pressure in a corporote whorehouse with minimal expenditures.03:02
Bashing-omNik05: secure boot*03:02
MiniboxerIve never acutally seen secure boot in my bios which is weird af03:02
Bashing-omMiniboxer: secure boot*03:02
Miniboxerso i shouldnt do "sudo apt install -y nvidia-387 nvidia-libopencl1-387"?03:03
Bashing-omMiniboxer: secure noot only applicable for later machines with EFI main board .03:03
MiniboxerMy laptop is extremely new03:03
Bashing-omMiniboxer: no .. the system will choose the better driver for you and all the needed support files .03:04
Miniboxerokay let me go to my bios and do what you said03:04
mindboggledrevolting piece of sewage03:05
jrp93wouldn't it just not boot if secure boot were the problem03:05
Miniboxerbootup numlock state isnt it right?03:06
jrp93it's probably in a submenu03:06
Bashing-omjrp93: well the thing is that nvidia drivers are 3rd party .. and will not install if secure boot is not disabled .03:06
MiniboxerIt was so fucking hidden03:06
Miniboxerwhy is it so hidden03:06
MiniboxerLOL03:06
jrp93wow really. interesting03:07
MiniboxerIts not even enabled03:07
Miniboxerso whatever03:07
MiniboxerI have a really nice gui bios03:08
jrp93does the mouse work03:08
Miniboxeryeah03:08
jrp93i always liked that03:08
MiniboxerI got this laptop in sale during cyber monday, its an evga sc1703:09
Miniboxerits really nice03:09
jrp93why do you want ubuntu on a gaming laptop? :p03:10
Miniboxerbecause im not using it for gaming03:10
Miniboxerits my programming laptop that ill be taking to college03:10
jrp93fair enough !03:10
Miniboxeri have my desktop i built which runs videogames a lot nicer than it anyway03:11
jrp93did the proprietary drivers fix it ?03:11
Miniboxergimme a sec im typing in the command right now03:11
Miniboxeri have so many things to upgrade03:12
Miniboxersince this is a fresh install03:12
Bashing-omMiniboxer: Fresh install . ' sudo apt full-upgrade ' may serve the better .. to pull on the latest kernel .03:14
Miniboxerill do that after it finishes normal upgrade03:14
Miniboxeris there a guide i can read on the console for ubuntu03:15
MiniboxerIm gonna use ubuntu to try and learn linux to a decent extent and try to jump to something like arch linux03:16
jrp93best to just learn over time03:16
Miniboxerfrom what ive heard about ubuntu its set up so you dont have to use the console very much03:17
Miniboxerbut i want to try and do most things from the console to get better at using a console overall03:18
Miniboxersudo rm /etc/X11/xorg.conf didnt do anything03:20
Miniboxernvm03:20
Miniboxeri typed it in wrong03:20
Miniboxeray lmao it works03:22
Miniboxerthank you friends for everything :)03:22
Bashing-om!manual | Miniboxer03:24
ubottuMiniboxer: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/03:24
jrp93Miniboxer, use tab to autocomplete03:25
Miniboxerautocomplete?03:25
Bashing-om!tab | Miniboxer03:26
ubottuMiniboxer: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.03:26
jrp93yeah like /etc/X <tab> will autocomplete to /etc/X11 if that's the only dir03:26
jrp93starting with an X03:26
Miniboxeroh03:26
Miniboxerthats extremely useful03:26
jrp93hit tab again and it will list dirs03:26
jrp93or files03:26
Miniboxerthe command to auto-install drivers would get drivers for my bluetooth also right?03:28
Miniboxerit doesnt specify graphics drivers so it would be all drivers correct?03:29
Bashing-omMiniboxer: Correct .03:30
Bashing-omMiniboxer: BCM and other proprietary drivers are another horse color though .03:31
Neo1why when I changed in this file03:35
Neo1/etc/ssh/sshd_config03:35
Neo1path form /var/sftp to /var/www I can't get this directory03:35
Neo1http://dpaste.com/1TB66AT03:35
Neo1???03:35
Neo1directories has equal owner and permissions root:root and 75503:36
jrp93What happens if you make /var/www 70003:38
Neo1on /var/www was not 755 rights03:39
Alpha-OmegaQuick question, any reason multibootusb isn't in the Ubuntu repos? The tool's been around for a long time, and quite helpful, nothing like it really.03:39
Neo1jrp93: always something wrong.... Apache doesn't work as need...03:40
Neo1ssh can't customize03:40
=== jstein_ is now known as jstein
Neo1jrp93: see when we add ssh access ChrootDirectory should have 755 permission03:47
=== yanome is now known as yn
Neo1Who know what means s in permission?03:48
Neo1drwxr-sr-x 3 root root 4096 Dec  6 00:59 test.american-chat.ru03:48
Neo1r-s what is it?03:48
Mr_Cyclops's' means the SetUID bit is set for that file/binary03:50
Mr_CyclopsThat means if a user "john" executes a file with set uid bit set, and the file is owned by "peter", the file is executed as if it was invoked by "peter" and not "john"03:51
hggdhactually, the 's' shown is for group id03:52
Mr_Cyclopsmost common example is the executable file "passwd". It has the Set UID bit set, that means when a non root user runs the passwd program, the passwd program modifies /etc/passwd (perms 644), although the user does not have specific permission to modify /etc/passwd03:53
Mr_CyclopsThen that is for the GID bit set03:53
lordcirthNeo1, https://linuxjourney.com/lesson/file-permissions03:53
=== InValidFire1 is now known as InValidFire
Mr_Cyclopsany files/directories created under that directory (group bit applies on directories only), will have the default ownership as it parents'03:54
Mr_Cyclopshggdh, you can dig in more by reading the man page of 'ls' command (man ls)03:54
=== jhill_ is now known as jhill
dentisthey guys. if I'm getting ubuntu now (i'm a data scientist developer (wannabe)), what should I get: 16.04 lts or 17.10?04:23
ToadisattvaI'm rocking 16.04 till 18.04 comes out04:27
_28Kb16.04 as it is LTS04:28
Toadisattvawhenever I use a non lts version things don't work so well04:28
_28Kbyou want to implant data in tooth :)04:29
_28Kband then, bite this - bite that :)04:29
_28Kb!chmod04:30
ubottuAn explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions04:30
MiniboxerHello, i am trying to run a program with the terminal how do i specifiy where the program is04:32
_28Kbwhy when I "chmod -R 777 *" in a folder containing 15GB get prompted for next command after less of a second? that's not expected, right?04:32
_28Kbinstalled program don't require path in ubuntu I think04:33
Mr_CyclopsToadisattva, true that, however 17.10 changed that opinion of mine :)04:34
Mr_CyclopsMiniboxer, check the output of echo $PATH04:34
Toadisattvait's only been out a couple months, is pretty stble?04:34
Toadisattvawell that just means it'll be a good foundation for them to build 18.04 on04:35
Mr_Cyclopsthats your PATH variable, and defines all directories with binaries that the system will automatically look for to find/run your command04:35
_28Kbis unity interface still in 17.04?04:35
Toadisattvathey ousted unity didn't they?04:35
_28Kbi think they did, but not sure04:35
ToadisattvaI got 17.04 when they first released it and couldn't run anything I wanted to on it, so I went back to 16.0404:35
Mr_CyclopsToadisattva, i switched all of my computers (2 Thinkpads, 1 iMac, 1 old desktop) to 17.10 and it's just rock solid, as good as an LTS, and every application I use on my systems are working like a charm04:35
MiniboxerMr_Cyclops, I typed "/Desktop/Assembly/exit_program_stuff/exit"04:36
Toadisattvathat's promising04:36
Mr_CyclopsWhats the name of your binary Miniboxer ?04:36
ToadisattvaI think with the 17.04 it was just the early adopter thing, didn't give them time to get the repos updated and work out the bugs04:36
Miniboxeris there another way to represent spaces in a terminal04:36
Miniboxerthe name is exit04:36
Neo1I've removed that s using sudo chmod g-s /var/www -R04:37
Mr_CyclopsMiniboxer, yes, either do a "escape sequence" that is if your name is John Doe, then type as John\ Doe04:37
Mr_Cyclopsor simply enclose all stuff in double quotes or single quotes04:37
Neo1I see ssh access we can only set if folder has 755, if 775 we can't reach folder04:37
Mr_Cyclopsand what is the desired outcome of the program exit?04:37
Miniboxerto exit04:38
MiniboxerLOL04:38
Mr_CyclopsLOL04:38
Mr_Cyclopsmaybe you can share a screenshot via pastebin?04:38
Miniboxersure lol04:38
_28Kbnot funny04:38
_28Kbplease explain :)04:38
Neo1it's not bad, we have all folder in root:root and we put our user in root group and set permission on inside folder 775 and everything works seems normally04:38
Neo1only this www-data doesn't work if we put it to root group04:39
Mr_Cyclops_28Kb, its like I asked you what is the use of the brush in your bathroom, and you replied "to brush my teeth" :D Sure its funny, no? :)04:39
_28Kbokay04:40
Neo1I want put www-data to root group and allow apache execute files, but it doesn't work04:40
Mr_CyclopsNeo1, maybe you can change the ownership of your web-files as www-data:root04:40
lotuspsychjeNeo1: there's also the #httpd channel if you like04:40
MiniboxerMr_Cyclops, https://pastebin.com/yLB0sEy604:40
Mr_CyclopsMiniboxer, thanks, let me have a look04:40
Mr_Cyclopslotuspsychje, thanks :) man so many channels04:41
Neo1lotuspsychje: yes I have it, will ask there http://prntscr.com/hjovy504:41
Mr_CyclopsMiniboxer, well well well that's an ASM code, I did that back in college days, and nowadays I only do shell scripts. Also that doesnt qualify your question for this forum, wish I could help :)04:42
Mr_Cyclopsbut what I can tell from my programming experience, it's a code issue :D04:42
MiniboxerWhat no the program works fine04:42
Miniboxermy question was about04:43
Miniboxerhow to run it even though its in 3 folders04:43
Miniboxerif its in my home dir i can do ./exit and it will run04:43
Mr_Cyclopsjust type the absolute path of the program04:43
Mr_Cyclopsand ensure that it has the executable permission set04:43
Mr_Cyclopsthats Unix/Linux 1-104:43
MiniboxerIm trying to figure out the path lo04:43
MiniboxerIm very new to linux04:43
Mr_Cyclopsoh hey .... Just checked again what you typed above04:44
Mr_Cyclopswhy did you put a "/" and then Desktop?04:44
Miniboxeridk what im doing lol04:44
Mr_Cyclopsif you are in your home directory, then you should do "Desktop/Assembly/exit_program_stuff/exit"04:44
Miniboxerperfect04:44
Mr_Cyclopswithout the / at the beginning, that ruins the absolute path04:44
Miniboxeri have much to learn04:44
Mr_CyclopsWho doesn't? :)04:45
Miniboxertrue true04:45
_28Kbmy steam app apparently do not have access to location where files from server are stored... couldn't fix it using chmod04:46
MiniboxerHow do i know where i am04:46
Mr_Cyclopspwd04:46
Miniboxerim in home/user04:46
Mr_Cyclopsno, you are in /home/user04:46
Miniboxerhow do i go to just home04:46
_28Kbstill shows "read only" for "others"04:46
Miniboxerwait yeah /home/user04:46
Mr_Cyclopsjust type "cd" without the quotes and then type "pwd" without the quotes and give me the output04:47
Mr_Cyclopssimply typing cd takes you to your home directory04:47
Mr_Cyclopsanother way of knowing whats your home directory is echo $HOME04:47
Miniboxer"/home/user"04:47
Mr_Cyclopsgreat, now, give me the output of ls -l Desktop/Assembly/exit_program_stuff/exit04:48
Miniboxerthats what it said04:48
javashinhello04:48
javashini have a problem here04:48
javashinwith04:48
javashinLenovo-ideapad-100S-14IBR04:48
Mr_Cyclops_28Kb, what is the permission/ownership of your direcory that has the files from server?04:48
lotuspsychjejavashin: ask your issue all in one line please04:48
javashinthe microsd card reader wont work04:48
Mr_Cyclopsand does the steam app have its own user?04:48
javashinworks on windows 1004:49
javashinany help04:49
_28Kbhow do I list that in console?04:49
Miniboxer"cannot access 'Desktop/Assembly/exit_program_stuff/exit': No such file or directory"04:49
Mr_CyclopsMiniboxer, ok, and you say you can see the exit file/program on your desktop? (GUI interface) ?04:49
MiniboxerYeah04:50
Mr_Cyclopsdo this, ls -lR Desktop/Assembly04:50
Miniboxerit says all of its there, 4 files and even lists the folder exit program stuff and exit.s exit.o and exit04:51
_28Kbls: cannot access '~/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/csgo$': No such file or directory04:51
Mr_Cyclopshmm, so give me the output of ls -lR Desktop/Assembly | grep exit04:51
Miniboxershould i paste bin it?04:52
Mr_Cyclopssure04:52
Miniboxeralso type in grep exit seperatly?04:52
Mr_Cyclopsits all in 1 line, thats called command piping04:52
javashin?04:53
Mr_Cyclops_28Kb, well doesnt look like a permission issue, maybe the file doest exist at all in the first place04:53
Mr_Cyclopsjavashin, do you know what is the make/model of your microSD card? if yes, see if it shows in the output of lsusb04:54
Miniboxerhttps://pastebin.com/Lw2JWgCZ04:54
_28Kbok, got it... pasted $ by mistake04:54
_28Kbcan I paste or pastebin?04:55
Mr_CyclopsMiniboxer, aha, so your complete path for the filename has a space, which  you replaced by a _ which obviously wont work04:55
_28Kbas it's few lines04:55
Mr_Cyclopsso. now try this04:55
Miniboxer....04:55
Miniboxeri thought spaces were _04:55
Mr_Cyclopsls -l Desktop/Assembly/exit\ program\ stuff/exit04:55
Mr_Cyclopsalternatively, try ls -l "Desktop/Assembly/exit program stuff/exit"04:56
Mr_Cyclopsif spaces were underscores, then ..... ha ha? :)04:56
Mr_Cyclopsspaces and underscores are two absolutely different characters on any keyboard or regional language code or ASCII code for that matter04:56
Mr_Cyclops_28Kb, sure, pastebinit is always the preferred method of sharing multi-line outputs for this channel04:57
Miniboxerif i use back slashes it recognizes it04:57
Miniboxerthank you so much04:57
_28Kb!pastebinit04:57
ubottupastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit04:57
Mr_Cyclopsyeah, like I said before, if you have spaces, then use \ followed by a space to escape the character sequence, or just use quotes04:57
Mr_CyclopsMiniboxer, enjoy your "exit" ! :P04:58
Mr_CyclopsGlad I could help04:58
MiniboxerLol thanks04:58
_28Kbmy mind breaks at / and \ in your conversation04:59
Mr_Cyclops_28Kb, when you start using sed with pipes or with -e, your mind will literally reach another level!05:00
_28Kb:)05:00
javashin_hello05:00
Mr_Cyclops\  and / are just the beginning of the Unix Spacial World :)05:00
javashin_https://askubuntu.com/questions/939410/lenovo-100s-14ibr-microsd-doesnt-show same problem here how i fix this ?05:00
MiniboxerIm learning assembly so im gonna know about that05:01
_28Kbi'm more GUI dude05:01
Miniboxerassembly on unix system05:01
Mr_CyclopsMiniboxer, yeah well thats just how the Unix/Linux platform works, so the more you get used to it, the faster you will get with your productivity05:01
_28Kbgot terminal hang using pastebinit05:02
Miniboxeryeah05:02
Mr_Cyclops_28Kb, Ok, but then no matter what the world says, once you Hit a Linux system, I'd say you should get versed with some basic stuff, always helpful :)05:02
javashin_hello i do not want to use windows05:02
javashin_how can i make my microsd card reader work in ubuntu ?05:03
Toadisattvaterminal def better in most cases05:03
Toadisattvacan unzip a whole folder of files in terminal in less time than it takes archive manager to read the folder05:04
Toadisattvalol05:04
_28Kbthere's too many files... this lists all files in specified folder? ls -lR05:04
_28Kbor should I hit a file?05:04
Mr_CyclopsTime to sleep ...... gn folks05:05
Miniboxergn friend05:06
_28Kb-rwsrwsrwt05:08
lamduhif a repo says I need x dev headers what packages do I need exactly?05:41
lamduhalso my xubuntu distory doesnt appear to be able to find fribidi05:41
lamduhnvm found libfribidi...stilldon'tknow about x dev headers05:43
NerdyPepperHey!05:47
sartanheya! is it possible to track the output of a gui installer (record steps) to build a preseed file for unattended installs?  Trying to figure out the cli syntax is a little bit like voodoo05:51
t0no6asartan what about screen recorded?05:52
sartanso, specifically i want to learn the syntax of the kickstart preeseed for a complciated partition layout, and trying to decod e'd-i partman/confirm device_remove_lvm etc is pretty difficult when I don't know what the internal reference for each little ui dropdown is05:53
sartank05:54
ylwghstHow can I use lightdm instead of GDM in 17.10?06:05
pirxhello! getting a few Err http://se.archive.ubuntu.com lucid-backports/main Sources06:12
pirx  404  Not Found [IP: 194.71.11.165 80]06:12
pirxwhen trying to upgrade a 14.04 server06:12
pirxalready tried stuff like this: https://smyl.es/how-to-fix-ubuntudebian-apt-get-404-not-found-package-repository-errors-saucy-raring-quantal-oneiric-natty/06:13
pirxbut that just resulted in even more 404s06:13
pirxany suggestions?06:13
pirx(i want to upgrade to 16.04)06:13
=== r0Oter is now known as r00ter
Neono Neo106:32
Neo1what?06:33
Neoneo does not belong to www-data, neo only belongs to root06:33
Neo;)06:33
sartani think i found a few helpful packages, but it's going to take me a whole day to grok this06:34
alkisgpirx: lucid is not 14.04. Lucid is 10.04, so that entry is definately wrong there, remove it.06:35
Neo1Neo: where?06:39
Neo1Neo: see this is work06:40
Neo1sudo chown www-data:www-data /var/www -R06:40
Neo1Neo: I open wordpress and load plugins without asking credentials06:41
Neo1Neo: this doesn't work06:42
Neo1sudo chown root:www-data /var/www -R06:42
Neo1sudo chmod 777 /var/www -R06:42
Neo1Why?06:42
Neo1www-data is in group and permission set up on 777, and I'm asked input credentials06:43
Neo1who know why www-data doesn't work if it belong to group with rights 777 ????06:43
Neo1problems is something others, 777 doesn't help, 777 means all can reach my site, but www-data can't, why?06:44
Neo1I've got this http://prntscr.com/hjpq9q06:46
Neo1everything set up right06:46
Neo1root : www-data06:47
Neo1right 77706:47
Neowww-data can, www-data is just your webserver06:47
NeoNeo1: you might be better off in #wordpress06:47
Neo1Neo: it's not ask if www-data is owner?06:48
Neo1why wordpress doesn't ask me when www-data is owner and asked when I put 777 rights?06:48
Neo1777 all users can reach my folder without questions06:48
BlackDalekTrying to get this hard blocked wifi card to work in ubuntu. I've exhausted all methods to enable the card except the "masking off pin 13" method. But I can't figure out which pin is pin 13. This website confuses matters by having diagrams which make no sense. http://madwifi-project.org/wiki/UserDocs/MiniPCI Can anyone make sense of the pin numbering? Why have they started counting the pins from 1 pin left of the key06:48
BlackDalekwhen there are actually 16 pin left of the key? IS it normal to count pin 17 as pin 1 on a MINI PCI wifi card?06:48
Neothat's correct06:48
Neoand really insecure06:48
Neo1I deliberately put 77706:49
Neo1Neo: but it's not working06:49
Neo1any variants doesn't work beside when www-data is owner06:49
Neothat sounds like a wordpress issue06:50
Neo1Neo: I think?06:50
Neonot a permissions issue06:50
Neoif it's not reading a folder when it's not owned by www-data, then there's a software issue involved06:50
Neo1Neo: do you think wordpress check owner of folder and if owner isn't www-data he offer put real owner?06:51
Neowordpress is checking the owner of the files but no it doesn't have permissions to change the owner06:51
Neowww-data is motly unprivileged06:52
Neo1Neo: ok, will gogole now and trying solved it, really suddenly it's wp. else I asked on digitalocean, suddenly somebody helped there06:52
Neoare you running wordpress on digitalocean?06:52
Neowordpress is your software06:52
Neo1Neo: if I set 777, permissions don't have sense06:53
alkisgBlackDalek: is this on a laptop? Usually they are blocked by hardware keyboard combinations e.g. Fn+F8, check the blue symbols on top. Or, a hardware button at the front side of the laptop...06:53
alkisgBlackDalek: also, check from a windows installation, if you have one06:53
BlackDalekalkisg, no. Not a laptop. It's an Acer Aspire L3600 which is an odd small rectangular box with laptop parts inside (and no physical wifi switch).06:54
alkisgBlackDalek: do you have a windows installation handy?06:55
alkisgBefore resorting to hardware solutions, check the software solutions first...06:55
BlackDalekalkisg, no. I have no windows of any kind.06:55
alkisgSo it came preinstalled with linux? Then you can contact them for support06:56
BlackDalekalkisg, I have exhausted all software solutions. The machine came off ebay with no drive. The drive and ubuntu was installed by me06:56
alkisgBlackDalek: well from personal experience, if rfkill doesn't work and you have no hardware on/off switch, I would suggest installing windows to see if you can enable it from there, or contacting the manufacturer06:57
ducasseBlackDalek: ...or ask in ##hardware06:59
Neo1Neo: this is my problem and not solved07:02
Neo1https://wordpress.stackexchange.com/questions/108981/cannot-install-plugins-even-though-www-data-has-write-permissions07:02
=== zproc is now known as zproc_
=== zproc_ is now known as zproc
Neo1Neo: bingo that is work, it's solved, just doesn't highlight07:06
Neo1help define( 'FS_METHOD', 'direct' );07:06
Neo1you was right, it's wp issue07:06
Neo1I though my server is broken.... and going reinstall all07:07
Neo1were going*07:07
cathodehi, i've edited /etc/network/interfaces and added 'dns-nameservers <ip of first> <ip of second>' under my interface configuration, but after a reboot my resolv.conf is still only showing 127.0.0.5307:11
cathodeubuntu server 17.0407:12
alkisgcathode: for server questions, try also #ubuntu-server07:16
alkisgThis is mostly for desktop installations, which use network manager etc07:16
cathodeok07:18
ducassecathode: can you pastebin the interfaces file for me? just obscure the ip if you need to.07:25
Neoyeah, welcome to the wonderful world of programming Neo107:34
pirxalkisg: thanks!! solved it:) old crap:)07:34
alkisgpirx: you're welcome :)07:35
Neoor really system configuration07:35
Neo1who know is it correct structure for sites. I'm going to place a few sites on one digitalocean droplets.07:37
Neo1I'll use this structure,07:37
Neo1all my sites places in /var/www07:37
Neo1put there owner and group07:37
Neo1sudo chown root:root /var/www -R07:37
Neo1apache belong to root group07:38
Neo1sudo adduser www-data root07:38
Neo1s07:39
lotuspsychje!paste | Neo107:39
ubottuNeo1: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.07:39
Neo1ok, I thought it's short post07:40
Neo1seems it's structure is not right, I won't work under root, it means owner should be my working user?07:40
ducasseNeo1: if it's more than two lines, use a pastebin07:40
Neo1ducasse: ok, what you think how organize structure?07:41
Neo1root can't be owner, I all will install using user with sudo group07:42
ducasseNeo1: leave /var/www owned by www-data07:42
Neo1ducasse: with all sites, yes and I'll be able to use default settings 755 , 64407:43
Neo1but sftp won't work?07:43
Neo1for sftp I need folder that belongs root and with rights 755, I can set it temporary...07:44
Neo1if owner is not root and not 755, user cant login using sftp07:45
Neo1better do all in root: root, set 775, and add to group root my user and www-data, and everything will be good...07:47
Neo1many variants it's bad :(07:47
Neo1ducasse: read this http://prntscr.com/hjqb7207:49
Neo1if I need sftp for determine folder I should have owner root only07:50
Neo1anyway this won't work correctly because rights with root must be 755, in our case it's impossible07:51
Neo1for sftp we can change owner on on root, permission on 755 and than return back, will do www-data as owner07:52
theskillwithinhttp://newamericangazette.com/2011/01/top-20-richest-people-democrats/07:54
ducassetheskillwithin: no spam, please07:55
mementomorihi!08:02
lotuspsychjemementomori: welcome, what can we do for you?08:02
mementomorihow can I add a new entry in the context menu when I right click on a file? I'm using 16.0408:03
mementomoriI've found guides for nautilus but the file manager has a different name: 'File 3.14.3'08:03
ducassewhich desktop are you using?08:05
mementomoriducasse, the default one. unyty I suppose08:05
mementomoriunity08:05
mementomorishould I use nautilus-actions?08:08
lotuspsychjemementomori: what do you want to add where for what purpose?08:08
ducassewhich ubuntu version?08:09
mementomorilotuspsychje, I've a program that takes a file for input and does its work. I'd like to have a menu's entry for being quicker08:10
mementomori16.0408:10
mementomoriducasse, 16.04 lts08:11
ducassetry nautilus-actions08:11
mementomoriducasse, I'll try it. thank you08:11
ducasse'files' = nautilus, it's just what the gnome people call it08:12
ylwghstHow can I start gnome wayland session from lightdm? 17.1008:13
ducassemementomori: might also want to try nautilus-scripts-manager, i'm not familiar with nautilus myself08:14
lotuspsychjeylwghst: you installed unity on 17.10?08:14
mementomoriducasse, changing a program name without a good reason doesn't  look a great idea...08:14
ylwghstlotuspsychje: nope08:14
ducassemementomori: if you want a really extensible file manager, try spacefm08:14
ylwghstlotuspsychje: only lightdm and lightdm-gtk-greeter08:14
mementomoriducasse, no thank. I'm fine with it08:14
lotuspsychjeylwghst: logout and choose gnome(wayland)08:15
lotuspsychjeylwghst: wayland should be default on 17.1008:15
ducasselotuspsychje: no, gdm is08:15
lotuspsychjeylwghst: with what purpose did you install lightdm exactly?08:16
ylwghstlotuspsychje: this doesn't work with lightdm08:16
ducassedunno if lightdm handles the wayland session08:16
ylwghstlotuspsychje: the ubuntu default sessions is still there but it starts with Xorg08:16
ylwghstducasse: https://www.freedesktop.org/wiki/Software/LightDM/08:17
ylwghstducasse: it can start wayland session08:17
lotuspsychjeylwghst: its because you dont like gdm?08:17
ylwghstlotuspsychje: yes for several reasons and lightdm works better on my system08:18
ducasseylwghst: ok, i wasn't sure of that08:18
lotuspsychjeylwghst: you see a gear icon you can switch? only xorg showing?08:19
ducassehave you run the wayland session before, while you had gdm?08:19
alkisgmementomori: if you don't find where to put the script for the right click action to appear, ping me, I've done it in the past in nautilus but now I'm using mate with caja so the location is different08:19
ylwghstlotuspsychje: As I said the default sessions is stil ubuntu (a default session)08:25
ylwghstlotuspsychje: https://gist.github.com/anonymous/b96629f2647c05adce35c1c88383459408:25
ylwghstlotuspsychje: do you run gnome on wayland?08:29
ylwghstwith GDM?08:29
ylwghstlotuspsychje: can you gist me this file https://gist.github.com/anonymous/80a993b8f18e241f6f63e862ff60bf2808:30
ylwghst?08:30
ducasseylwghst: whether or not wayland ever _has_ worked is kind of an essential bit of info...08:41
acosonicCan anyone help me get rid of this garbage caracters in console?08:41
acosonichttp://storage5.static.itmages.com/i/17/1206/h_1512549664_2362110_444b7d8af7.png08:41
acosonicor at last identify problem08:41
ylwghstducasse: are running gnome on wayland?08:42
ylwghstare u08:42
ylwghstBRB08:43
ylwghstim gonna try something08:43
geirhaacosonic: what does ''locale'' say?08:46
geirhaacosonic: and if you run    LC_ALL=C LANGUAGE=en ls -lh   do you still see the weird symbols?08:48
acosonicgeirha: nope when I run it it's fine08:49
acosoniclocale says mixed en_utf and serbian something08:49
acosonicI will add it to my bashrc or profile08:49
geirhaThen it's either an encoding problem; your locale using utf-8, but your terminal emulator using a different encoding08:49
geirhaor the translations for ls in your language is broken for some reason08:50
geirhaacosonic: it's not a solution, only a means to diagnose the problem08:50
ducasseacosonic: have you tried 'sudo dpkg-reconfigure locales'?08:52
acosonicyes, but it does not change08:54
acosonicthis is my locale output08:54
acosonichttps://gist.github.com/acosonic/0720114db44299bc90b1e32d5fd0789008:55
alexasthe system say dpkg is used when I don't see where it is used, how can I diagnose?09:10
alexasam installing packages, trying to.09:10
alkisgalexas: it's usually the unattended upgrades thing09:11
alkisgRun software-properties-gtk, and put it to "prompt" instead of "auto install"09:11
exploalexas: "ps aux | grep dpkg" shows anything?09:11
alexasalkisg: I will wait perhaps there are some important updates, am on slow connection that is why09:11
alexasexplo: yes it is09:12
explok09:12
alexasokay so it working on something09:12
alexasthanks guys09:12
alexasI just afraid that it was freezed somewhere that's why am asking.09:12
=== robotrolll is now known as robotroll
acosonichm I changed everything to us09:19
acosonicnow console won't start terminal...09:19
alkisgacosonic: press alt+f2, and type xterm there09:20
alkisgOr alt+ctrl+t09:20
alkisgThen upload your lang environment, env | grep ^L | nc termbin.com 999909:22
acosonicxterm says command not found09:22
alkisgWhich desktop environment and which ubuntu version is that?09:23
acosonicctrl alt t works09:23
acosonicgnome 16.04 I think09:23
alkisgOK, run this:  env | grep ^L | nc termbin.com 999909:23
acosonichttp://termbin.com/qjcg09:23
alkisgacosonic: this is wrong. How did you set that?09:25
acosonicalkisg: manually I edited /etc/default/locale09:26
alkisgProper locales have the form en_US.UTF-8, noten_US09:26
alkisgOuch09:26
acosonichm, how do I fix it?09:26
lotuspsychje!locales09:26
ubottuTo set up and configure your locales, see https://help.ubuntu.com/community/LocaleConf and https://help.ubuntu.com/community/Locale/09:26
alkisgacosonic: ...I'm not sure if update-locales will preserve your bad locale. So edit that file again, and put it like this: en_US.UTF-809:27
alkisgThen, run: gnome-language-selector09:27
alkisgIf prompted to install additional packages for your locales support, install them09:27
alkisgFinally, drag the locale you prefer so that it is first on the list09:27
acosonicok, I'll reboot now09:29
FalcOn a fresh 16.04 server install, my changes to /etc/network/interfaces are being ignored, it seems to want to keep its DHCP address. Any ideas?10:00
LTCDHello. I want to make a public and private key pair for PGP and after for SSH. I used Passwords and Encryption Keys on Ubuntu. I can see how to export the private key, but how do I export the public key to give to my friends etc...? I'm shocked this is such a drama :/.10:08
ducasseLTCD: doing crypto right is *hard*10:09
LTCDducasse Ignore me when I haven't had enough coffee sorry :P. But seriously, how do I export the public key?10:09
AshIndigoemail, paste website, usb with a text file?10:10
ducasseLTCD: https://help.ubuntu.com/community/GnuPrivacyGuardHowto10:11
LTCDAshIndigo Yes I want to do that with the public key but how do I export it?10:12
AshIndigocp or mv the file over to a usb? (presuming theres no DE)10:13
AshIndigoyou could use termbin too to upload the file10:13
alkisgLTCD: select the key and go to file export10:13
alkisgOr edit copy, and paste it elsewhere as text without files10:14
LTCDsudo apt-get install gpa gnupg2  <--- Then sudo gpa10:14
alkisgLTCD: I mean, using the File menu from the Passwords and Encryption Keys program (called seahorse)10:15
ducasseLTCD: the link above gives you the command to export an ascii-armoured copy, which is most likely what you want10:15
LTCDalkisg Passwords and Encryption Keys only allows you to export private key not public. I have solved it now with gpa.10:15
alkisgLTCD, that's not true10:15
alkisgYou just used right click instead of going to the file menu10:15
LTCDalkisg Oh man sorry10:15
alkisg:)10:16
LTCDI hate Ubuntu when it hides menus :/10:16
alkisg+1 there10:16
alkisgMATE ftw10:16
LTCDSo sorry guys to waste time10:16
LTCDI have gone and changed to always display the menu bar that won't happen again.10:17
LTCDDamn embarrassed xD10:17
funyunhi. i'm trying to do sudo apt-get dist-upgrade but i get this error. https://pastebin.com/H87hwSdh anyone know how i can fix this?10:17
alkisgNo worries, it's completely understandable, hidden menus suck10:17
alkisgfunyun: run sudo apt-get update first10:17
gluonfunyun: try sudo apt-key update10:20
funyunalkisg: https://pastebin.com/r7XDvnYa10:20
gluonand then sudo apt-get update && sudo apt-get dist-upgrade again10:21
alkisgfunyun: ok, now run sudo apt-get dist-upgrade10:21
alkisgfunyun: although you really need to upgrade to a supported version10:21
alkisg!vivid10:21
ubottuUbuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol, !eolupgrade and https://ubottu.com/y/vivid10:21
alkisgI.e. you'll want to run do-release-upgrade twice, to go to 15.10 and then to 16.04, which is an LTS (long term support) release10:22
jluci've lost the ability to display the launcher when the mouse goes far left - i have to press SUPER key.10:22
funyunalkisg: so just do sudo do-release-upgrade twice?10:22
alkisgfunyun: it's best to fix your sources first10:23
jlucHow can i retrieve the launcher when mouse goes far left ?10:23
=== dan_ is now known as Guest69176
alkisgE.g. remove the ones that are invalid, finish with your current updates etc10:23
Guest69176any thoughts on arm laptops with Ubuntu? :D10:23
=== Guest69176 is now known as dan01
funyunalkisg: i've tried but i can't figure out the problem10:23
alkisgfunyun: run software-properties-gtk10:24
alkisgUncheck restricted and multiverse10:24
alkisgRemove download.mono-project.com10:24
funyunalkisg: i tried to intall software-properties-gtk but it cannot be authenticated either10:25
alkisgWhich desktop environment are you using?10:25
alkisg!eolupgrade10:25
ubottuEnd-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/EOLUpgrades10:25
funyunit's a headless server10:25
alkisgOK, then follow the instructions on https://help.ubuntu.com/community/EOLUpgrades10:26
gluonfunyun: didn't funyun: try sudo apt-key update help? notice that it's apt-key10:26
funyungluon: none changed10:27
gluonokay10:27
gluoni'm out of ideas then, maybe do what alkisg said10:27
funyuncan upgrading while the sources are buggy do damage?10:27
alkisgfunyun: yes10:27
alkisgOld releases no longer exist in e.g. http://security.ubuntu.com/ubuntu/dists/ so of course your apt-get update fails10:29
alkisgSo you need to update your sources to point to old-releases etc10:29
alkisgOnce you get your apt-get update and apt-get dist-upgrade working properly, THEN run do-release-upgrade10:29
ducassefunyun: probably faster to do a clean reinstall and move over data10:30
funyundoes my sources.list look okay? https://pastebin.com/Fk7hfChD10:33
alkisgfunyun: yes, but it needs to be updated, now it points to URLs that don't exist anymore. Also, update or remove your /etc/apt/sources.list.d/*10:34
Dani-hpHello, has anyone experience in installing qt 5.5 or newer on ubuntu 14?10:34
Dani-hpsadly packages are only avi. for 16.04. but not 14.0410:34
funyunalkisg: to update, do i change the word vivid to something else?10:35
alkisgNo, you read the page I linked10:36
alkisg(12:26:06 μμ) alkisg: OK, then follow the instructions on https://help.ubuntu.com/community/EOLUpgrades10:36
alkisg"To begin the upgrade, make sure you have a sources.list like the following, with CODENAME being your release, e.g. quantal. " ....10:36
funyunalkisg: all is working well now. thanks10:43
alkisgYou're welcome10:43
=== dan_ is now known as Guest16377
FalcOkay, so I just installed xen on my server, and then I tried to activate a bridge. Server died immediately and cannot boot anymore... Anyone ever seen anything like that?11:18
boxrickHow safe is a ZFS root partition?11:23
trijntjeI have a bash script that needs root privileges. I want regular users to be able to execute the script without giving them root access. What is the best way to do this?11:40
deemtrijntje: i would prefer sudoers.d11:41
ducasseboxrick: it's totally unsupported, so fully at your own risk. no assistance here if it breaks.11:43
boxrickI had a look and the whole thing is gross11:43
boxrickSo I decided to leave it11:43
boxrickI need to move my /var partition over to ZFS post install now instead though.11:44
boxrickBut that hopefully shouldn't be too hard11:44
trijntjedeem: thanks, I'll add my config to /etc/sudoers.d11:45
ducasseFalc: most people in here use either kvm or vbox - i'd try #ubuntu-server11:49
BluesKajHowdy folks11:49
brymkvm'er here. lxd too.11:57
BSaboiahello everyone12:19
BSaboiaI have a problem autostarting a bridge. here is my /etc/network/interfaces output: https://gist.github.com/brunosaboia/fc21c0c930e61a535c83c53630facde0 . on the comments you can find the output of $ systemctl status networking.service12:23
BSaboiaany ideas?12:23
=== BSab is now known as BSaboia
leftyfbBSaboia: did you install bridge-utils and is dummy0 a valid interface?12:43
BSaboialeftyfb, yes, I installed it. dummy0 does not exists, it is just a dummy value12:57
BSaboialeftyfb, see the second comment I just added. it is what I want to accomplish automatically12:59
BSaboiaI can issue those commands just fine, and it works. right now, I have this at a init.d script, which solves my problem, but it's a dirty solution13:00
leftyfbBSaboia: your bridge interface needs a physical interface to bind to13:00
leftyfbchange out your dummy0 for a real interface and it should work13:00
BSaboialeftyfb,  ok, let me try13:02
BSaboialeftyfb, same thing :(13:03
ylwghstAnyone here using lightdm on 17.10?13:06
leftyfbylwghst: unless you're taking a survey, that's not your question13:08
leftyfbBSaboia: do you have an entry for your physical interface set in your interfaces file? You need to set it to manual as opposed to static or dhcp13:08
leftyfbBSaboia: It might be easier for you to reboot once you make the changes for it to take affect13:09
ylwghstleftyfb: well theres a serious problem with lightdm which so hard to debug i wonder if anyone can repro the same thing13:16
ylwghstwhich's13:16
ylwghstbrb13:17
NerdyPepperHey!13:35
ducasseylwghst: is your connection unstable? you often part right about when people ask you questions...13:37
fubHi. Using 17.10. How do I install libxcb? cant find it in the repositories13:39
ducassefub: try 'apt show libxcb<tab><tab>'13:40
fubducasse: yeah, I used this and there are .. a lot of packages13:41
ducassefub: right, so you install the ones you need. libxcb1 is probably a good place to start.13:42
alexasI need to make some accesibility fautures for Ubuntu 17 for one of my older friends for example cursor larger and make all documents on dektop to be one by one mouse click13:43
ylwghstducasse: sorry13:44
alexaswhat is the name of the menu/function under which I can find this settings13:44
alexas?13:44
ylwghstducasse: so what's going on? i cant find anything in log13:47
daedelothis anyone using MST in ubuntu? (2 monitors over usb-c ?13:50
fubducasse: problem is, "xcb-proto" is required13:53
fubcant find anything related to this13:53
alexasho do I know which desktop environment I use gnome or unity? am on Ubuntu 1713:54
daedelothhm after connecting / disconnecting daisy chained displayport monitors a few times it suddenly worked13:55
ylwghstBRB13:58
fubgot it ;)14:00
=== SimonNL is now known as SimonNL_Afk
Exterminadorhello guys. I've Xubuntu installed (16.04). how do I update to the latest release?14:09
Exterminadorfound it. :(14:10
Exterminador*:)14:10
fubI installed some 3rd party drivers so I had to disable UEFI SecureBoot. Can I enable it now again or are the drivers then disabled again?14:11
hateballfub: like nvidia drivers?14:13
fubhateball: no, its an intel graphic card.14:13
hateballthat should not require you to disable module verifying in the shim14:13
fubI installed virtualbox and the message came14:13
fubto disable it14:13
hateballright, so virtualbox modules then14:13
fubyeah14:13
hateballwell no, you need the module verifying to be off, otherwise next boot they wont load14:14
fubso I have to keep it permanent off?14:14
fubthats not good, is it?14:14
hateballit's... unlikely to cause you any trouble14:15
fubok14:15
fubso whats the primary usecase for this?14:15
fubfor highly paranoid ppl?14:15
hateball:D14:15
fubonly wanting official drivers14:15
fubisnt virtualbox able to sign their drivers?14:16
Exterminadorerm. it only upgrade to 17.04. what I should enable and where to upgrade to 17.10 on Xubuntu?14:16
hateballfub: no because the modules are built with dkms (like nvidia for instance)14:17
hateballfub: https://wiki.ubuntu.com/UEFI/SecureBoot/DKMS14:17
Exterminadorand does anyone know any android emulator to run in a laptop that don't have vt-x ?14:18
=== NerdyPepper is now known as BlancheVisage
FoloexHello world14:33
FoloexI have an issue in Ubuntu 16.04.3, I have compiled and installed ffmpeg with nvenc support14:34
FoloexI installed the built version with checkinstall and made sure beforehand that the repo's version was removed14:34
Foloexthough sometimes when I launch ffmpeg it launches the previous version14:35
FoloexI have no idea why this old binary pops out instead of mine14:35
Foloexanyone has a clue on how this could happen ?14:36
=== BlancheVisage is now known as NerdyPepper
leftyfbgreat. The latest intel wireless 7260 drivers released a few weeks ago have actually made things worse.14:40
hateballleftyfb: in what way? I use said chipset on 17.1014:42
leftyfbhateball: well, we had 2 or 3 robots out of 9 that would have the wifi driver crash just about daily. Last night I updated to the latest version of linux-firmware and now all but 2 (not the same 2) have had their wifi drivers crash14:43
hateballhuh14:43
hateballleftyfb: nothing interesting in dmesg when the crash occurs?14:44
leftyfbhold on, I'll get errors in a bit. It's of course offline and trying to debug a bit before rebooting and grabbing logs14:44
leftyfb"Failed to load firmware chunk!" when trying to ifup wlan014:45
leftyfb"Could not load the [0] uCode section"14:45
hateballugh, I gotta run now. but can you see which firmware file it tries to load? could file a bug against that14:46
leftyfb17.608620.014:46
leftyfbthis is successful: iwlwifi 0000:02:00.0: loaded firmware version 17.608620.0 op_mode iwlmvm14:46
codepython777is there a wireless dongle that supports both 5.8Ghz and 2.4Ghz connections at the same time?14:50
=== NerdyPepper is now known as BlancheVisage
Mr_Pancodepython777, https://www.lifewire.com/top-wi-fi-usb-adapters-237782514:52
codepython777Mr_Pan: do they work with ubuntu14:52
Mr_Pantp-link works fine14:53
codepython777Mr_Pan: t1u? I am looking for something which has decent range (Distance)14:54
=== BlancheVisage is now known as NerdyPepper
ducassenonsense. a lot of tp-link adapters use realtek chipsets, which are utter crap and known problematic with linux.14:54
meldronhey guys, does anybody know how i can unset kernel settings which are set in the dtb file?15:00
codepython777ducasse: thanks15:01
AtizHi! I have a kind request. Could the drivers for Corsair keyboards (ckb-next) please be added to the repos?15:05
ducasseAtiz: you should either ask the motu team, or try to get them added to debian so we get them in the next release.15:06
Atizducasse: How?15:20
Atizducasse: I'm fairly new to Linux.15:25
AtizIs there an IRC-chat channel for the "motu" team?15:26
AtizTo be an official support channel for Ubuntu, I expected to have a hard time following everything being written from users all over the world. But there is no action in here. Is this the main support channel?15:27
BluesKajit is15:28
fubIm using 17.10. Under gnome, all media keys (brightness, volume, etc.) worked. Now I am using i3wm (with xorg) and the keys do not work. I can see in "ps" that all gnome-settings-daemons (gsd-*) are running, so whats the problem here?15:30
ducasse!motu | Atiz15:33
ubottuAtiz: motu is short for Masters of the Universe. The brave souls who maintain the packages in the Universe section of Ubuntu. See  https://wiki.ubuntu.com/MOTU15:33
ducasseAtiz: sorry, i was afk15:33
maziarI extended the my LVM hard disk, but I forgot to add it on /etc/fstab , now what should I do ?15:33
Atizducasse: No problem. Thanks!15:35
ducassefub: i don't have the faintest idea if the gnome daemons receive those key presses under i3, what most users do is configure them in i3 directly15:36
fubducasse: would be nice if I can get this running, because then I also have a visual feedback15:37
fubI had this running on ubuntu 16.0415:37
fub(but with xfce4-daemon)15:37
fubso I guess it is somehow possible to let gnome receive the keys15:37
ducassefub: have you asked in #i3? someone else might have done this.15:38
fubyeah I did, waiting for an answer15:38
ducassemight take some time there15:38
senapshi all, with ubuntu 17.10, is there a way to when using clt+TAB to switch between programs, i only loop through windows open in that specific workspace?15:38
hydrogenHello, world.  Trying to edit a page on the wiki that has inaccurate information, but it’s showing up as an immutable page.  How should I proceed in getting it fixed?15:44
leftyfbhydrogen: try #ubuntu-wiki or #ubuntu-website. Assuming you're referring to the ubuntu wiki15:46
hydrogenthanks15:46
geniihydrogen: Login with something like your Launchpad credentials15:46
genii..or UbuntuOne, etc15:46
hydrogenYeah, I’m logged in.  It’s showing as an immutable page15:47
hydrogenWhere I assume the edit button should be15:47
geniiThen it's probably only editable by devs or Canonical staffers15:48
klemaxHello. After getting some dns issues with systemd-resolved, I decided to use unbound.  How to set a custom dns server using unbound?15:55
=== ianychoi_ is now known as ianychoi
BluesKajklemax, using network manager or static IP16:03
BluesKaj?16:03
BluesKajwith ifupdown installed and static IP in the /etc/network/interfaces, systemd resolved.conf dns settings should work16:05
klemaxBluesKaj, its defined in network manager but I'm not sure if i'm still using google dns servers after seeing dig's output.16:07
klemaxthe server looks like 127.0.0.1#5316:08
Scoop7Hello can you use aliases in your ~/.bash_aliases file ?16:22
MrHallHello i did a mistake and execute this lines on mysql  update user set plugin='dasd' where User='root';16:23
MrHallAnd when i want enter to mysql throw error : pligun 'dasd' not disponible16:23
MrHallsome know how can i fix it?16:24
MrHalli try purge mysql and reinstall but persist the error16:24
MrHallERROR 1524 (HY000): Plugin 'dasd' is not loaded this is the issue16:24
BluesKajScoop7, depends what commands you want aliases for16:27
Scoop7BluesKaj e.g.   pa="php artisan"  and pam"pa migrate"16:29
Scoop7?16:29
BluesKajScoop7, then use: alias  pa="php artisan"  and pam"pa migrate" , dunno if the " and " will complete the string to pam"pa migrate16:32
vmenezesany suggestion how to safely update ubuntu server from 16.04.2 to 16.04.3? All but one server are one version behind and unattended-upgrade --dry-run logs "no  packages found that can be upgraded unattended..."16:32
BluesKajScoop7, you may need to use & instead of and16:33
Scoop7I have an alias for things like  sudo="sudo " and cd="cd " which helps when wanting to use them with aliases16:34
Scoop7anyway I got my answer from #linux they told that that should work just fine, just need to respect the order16:34
BluesKajsudo apt install package name etc can be aliased16:35
BluesKajScoop7,^16:35
Scoop7BluesKaj ofc, thanks :)16:35
BluesKajsudo apt update etc16:36
nicomachusScoop7: ALWAYS use sudo="sudo" and do NOT make an alias that is 'alias="sudo <command>"'. but it looks like you got that already.16:40
IMNMEHello, I just set up a mining rig with Xubuntu 16.04, and when I enable large page support for my GPUs, I can no longer shut down my rig without it hanging. Specifically, after I edit "GRUB_CMDLINE_LINUX_DEFAULT=" from "quiet splash" to "quiet splash amdgpu.vm_fragment_size=9", I can no longer shut down properly. I am not sure this is the issue, and any help would be greatly appreciated. Thanks!16:41
YounderIMNME, I am not sure either. But I sounds like a server app. Why are you running X-Widows on it? I suspect the problem is there.16:44
ttyXcan someone tell me what's the equivalent of /etc/sysconfig/chronyd on ubuntu?16:44
IMNMEYounder: X-Widows? I'm not sure what that is16:44
BluesKajnicomachus, I use one all the time without any consequences16:45
nicomachusBluesKaj: it's mostly just a security issue.16:45
nicomachusYounder: GPU's do the mining, not running an x server.16:45
YounderIMNME, sorry typo, Windows16:46
BluesKajyes, bit , I'm not on the job and as vulnerable to prying eyes for important data, nicomachus16:46
BluesKajbit=but16:47
IMNMEYounder: I used a guide that walks through setup with Xubuntu, if I used Ubuntu or another distro would I be better off?16:47
TaZeRi have a good name for a ubuntu W release "willows weep"16:47
nicomachusIMNME: if you're just mining, do you really need a GUI? why not just use ubuntu-server?16:48
BluesKajTaZeR, too late the silliness has preceeded your suggestion16:48
Youndernicomachus, True but it is GPU mining which competes for the same resources. On NVIDEA only te Titan, Quadro and Tesla modes allow multiple processes to access the GPU at the same time. Not a problem with open GL, but CUDA on the other hand.16:48
TaZeRok tell him i said hi16:49
YounderNot a problem with AMD though.16:49
nicomachusYounder: which is why I'm saying he should go headless and just run Ubuntu Server...16:49
IMNMEnicomachus: I mean it makes me feel a little more comfortable but I guess I could get by without it. Do you think that's causing the issue? I mean once I get it up and running for good I shouldn't need to ever turn it off16:49
IMNMEnicomachus: What's the best way to remote in to the rig to check on it? Can I do it from an iPad or Phone with a VNC viewer? Even remotely when I'm not on the same router?16:50
YounderIMNME, with SSH or you can set up a web server and use you favorite web-prog to  generate a progress report.16:54
YounderI use a mix of SSH and Apache/Posresql/PHP which seems popular among administrators.16:55
IMNMEYounder: Is there a guide on how to set that up?16:57
nicomachusIMNME: SSH is probably the best.16:58
nicomachus!info ssh | IMNME16:58
ubottuIMNME: ssh (source: openssh): secure shell client and server (metapackage). In component main, is optional. Version 1:7.5p1-10 (artful), package size 5 kB, installed size 101 kB16:58
IMNMEHow do I SSH in completely remotely though? I just need the rig's external IP?16:58
nicomachusyep.16:58
nicomachusI hate to say Google it, but you should google it.16:59
IMNMEnicomachus: which can be obtained from the command line in ubuntu server right? since i dont have a gui16:59
nicomachusyes16:59
IMNMEnicomachus: and yeah that's definitely something I can google. Thanks! So you think it's just the GUI interfering with something?17:00
IMNMEnicomachus: the whole hanging on shutdown thing17:00
nicomachusIMNME: to get the external ip you can do something like this: curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'17:01
YounderIMNME, The ubuntu server guide17:01
srulii had a problem with virt-viewer that it didn’t allow to connect USB devices from host, i got and error about ACL permissions, i found a solution on opensuse forum to add line "<allow_any>yes</allow_any>17:01
sruli" to /usr/share/polkit-1/actions/org.spice-spice.lowlevelusbaccess.policy the solution works, my question is waht / if are the security implications of this?17:01
IMNMEnicomachus: thanks, I appreciate the help!17:02
IMNMEYounder: Thanks, I appreciate the help!17:03
vmenezesshould "unattended-upgrade" upgrade my server from 16.04.2 to 16.04.3 or do I have to run "apt-get dist-upgrade"?17:04
IMNMEnicomachus: Does ubuntu server have Xorg? Apparently that is needed for the drivers17:06
Youndervmenezes, I would never use unattended upgrade. Upgrades break things and you need to know what. You can't have a unattended dist-upgrade17:06
nicomachusIMNME: no it doesn't, but you can install it.17:06
IMNMEnicomachus: something like #sudo apt-get install xorg?17:07
fireprfHydrawhat's considered the latest stable ubuntu version?17:08
nicomachusIMNME: well, Xorg is the GUI. so you'll want to read through this and figure the best solution for your use case: https://help.ubuntu.com/community/ServerGUI17:09
nicomachusfireprfHydra: Ubuntu 16.04 LTS is the latest long term support version. 17.10 is short term support but is still considered stable.17:09
fireprfHydranicomachus: thank you17:10
DJonesfireprfHydra: 16.04 is LTS support so seen as pretty stable,latest release of 17.10 has been stable for me in a user situation (no servers etc)17:10
peterrushi, I encrypted a partition using the ubuntu disk utility (using luks), I made sure I didn't use a keyfile, but when I am booting my encrypted volume gets mounted, even without me entering any passphrase, how can this be possible?17:10
IMNMEnicomachus: so if I just install xorg, a minimal GUI will appear? and then if install xauth I can see that GUI when i SSH in?17:11
nicomachusIMNME: a GUI over SSH is slow and clunky and unnecessary, but yes it'll work if you need it to. You just use the -X option on your ssh command.17:12
IMNMEnicomachus: I'll definitely try to just go without it then. Thanks again17:13
srulipeterrus: post the output of lsblk to paste.ubuntu.com17:14
peterrussruli: https://pastebin.com/skwVsmZ217:25
DolphinDreamhowdy bunterz17:28
DolphinDreamany ideas why i'm getting this error with some apps (16.04) : Gtk-Message: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.17:28
vmenezes"apt-get dist-upgrade" updated from 16.04.2 to 16.04.3 but I got an error a msg "Erros were encountered while processing: linux-image-extra-4.4.0-31-generic". Any suggestion how can I check it?17:45
vmenezesthe /var/log/dpkg.log does not tell me much more and /var/log/dist-upgrade is empty17:46
=== SimonNL_Afk is now known as SimonNL
srulipeterrus: no need to redact the uuid of the volume, nothing sensitive there. i would need to see the full output, all the drives and partitions, also post the output of "cat /etc/fstab" & "cat /etc/crypttab"17:52
srulii had a problem with virt-viewer that it didn’t allow to connect USB devices from host, i got and error about ACL permissions, i found a solution on opensuse forum to add line "<allow_any>yes</allow_any>" to /usr/share/polkit-1/actions/org.spice-spice.lowlevelusbaccess.policy the solution works, my question is waht / if are the security implications of this?17:55
alkisgvmenezes: run sudo apt-get install -f, and put the whole output to pastebin17:58
alkisgvmenezes: or just check the terminal above, if you still have it open. We need the full output to tell you why it errored out.17:58
crisedAny reason why I should pay extra for 16GB instead of 8GB RAM for Dell XPS 13, for running ubuntu for software development?18:00
alkisgcrised: open all the apps you use, run `free`, and check the ram you use. if it's less than 8 GB, you don't need more.18:01
crisedalkisg: Whihch position should I care about?18:01
crisedalkisg: used is 5.6 G18:02
leftyfbcrised: yes, web browsers :)18:02
adrian_1908crised: The more, the merrier. If you compile a huge application, you might need it.18:02
alkisgcrised: the "used" column18:02
alkisgIf you're using 6 GB, then you might plan ahead and buy those 16 GB18:03
alkisgRAM requirements increase each year...18:03
adrian_1908Yeas, I would definitely try to get 16GB for a notebook in 2017, it's a sane amount if you're into content creation.18:04
alkisgI'm using 8 GB, and the limit I bump into is that I can't have more than 3 VMs running, while I have all my apps open18:04
crisedmmm I see18:04
alkisg"640Kb should be enough for everyone", was it? :D18:05
adrian_1908crised: How much more for the 16GB? I always have the issue that I would get more, but that the model in question doesn't offer it, i.e. only the more expensive models even offer that range.18:05
crisedalkisg: I think Bill gates denied saying that18:05
crisedWhich other notebook similar to the Dell XPS should I consider for running ubuntu?18:06
leftyfbIf you're doing VM's you should definitely get more ram18:06
leftyfbbtw, if the VM's are just other linux OS's, you should look into lxd containers18:06
leftyfbcrised: I'm running the XPS 13 as we speak. I love it18:07
crisedleftyfb: 8 or 16 GB ram?18:07
leftyfb16G18:07
crisedadrian_1908: $400 aprox18:09
adrian_1908crised: Huh, $400 MORE for 8GB->16GB, or did you misread my question?18:09
alkisgIsn't it possible to just buy and add 8gb more?18:10
crisedalkisg: no it's soldered18:10
nicomachuswhat?18:10
nicomachusare you sure?18:10
crisedadrian_1908: yes $400 more for getting additional 8GB for a total of 16GB18:10
crisednicomachus: yes, not upgradable18:11
adrian_1908crised: Then don't do it. It should be 50-100 more at worse, that's ridiculous.18:11
adrian_1908Or find another retailer!18:11
nicomachusshouldn't need more than 8 anyway, on a laptop.18:12
alkisgOuch, actually I'd vote to do it then, if you'll be giving near $1500 anyway, it's best to plan ahead... 8 gb may be ok now, but it won't be in a few years18:12
vmenezesalkisg: I ran "apt-get install -f" and looks like now it installed it without errors18:12
=== juboxi is now known as jubo2
alkisgvmenezes: nice18:12
adrian_1908Oh, the Dell XPS 13 is an expensive model. I assumed it was a budget one, my bad! That relativizes things. On cheaper models, RAM doesn't cost that much extra.18:14
alkisgcrised: e.g. Dell Inspiron 3567 (i7-7500U/8GB/256GB/Radeon R5 M430/FHD/W10) => 790 euros only... and upgradeable18:15
adrian_1908So back to my original stance then, I would definitely get 16GB for a notebook in 2017 :P18:15
vmenezesalkisg: one thing that still weird is that all the others servers return 4.4.0.101-generic when I run "uname -r". this server that I manually upgraded still return "4.4.0.97-generic"18:16
alkisgvmenezes: sudo apt-get update; sudo apt-get dist-upgrade; ls /boot => 101 should be in there, and you may require a reboot18:18
=== LightAmaze is now known as LudusLight
vmenezesalkisg: oh thanks! I see  101 is there on "/boot/". hopefully it will load it without problems on next reboot18:21
adrian_1908Yes it will. Btw, you can use plain "apt" these days, e.g. "apt update && apt full-upgrade && apt -y autoremove"18:25
srulithe installer default option is greek keyboard, must be another el somewhere i did not find18:34
raph0xhello, I've written Ubuntu Server Precise Pangolin 12.04 prebuilt OMAP4 image to an SD card to boot on my pandaboard, it booted, but it goes to login screen and I hav eno idea which is the password for ubuntu prebuilt images18:59
alkisg!eol | raph0x:19:01
ubotturaph0x:: 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/EOLUpgrades19:01
raph0xalkisg it's just a test, I know it's EOL and I don't care :D19:01
alkisgDon't they have newer images to test with?19:01
alkisgOnes that people might actually be able to help you with, that is...19:01
nms_!info grep19:13
ubottugrep (source: grep): GNU grep, egrep and fgrep. In component main, is required. Version 3.1-2 (artful), package size 158 kB, installed size 524 kB19:13
nms_!info man grep19:14
ubottu'grep' is not a valid distribution: artful, artful-backports, artful-proposed, bionic, bionic-backports, bionic-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports, xenial-p19:14
rh10guys is it real to downgrade to esr firefox (52) from current 57?19:14
nms_!info man xenial19:14
ubottuPackage man does not exist in xenial19:14
nms_!info ln19:15
ubottuPackage ln does not exist in artful19:15
nms_!info core-utils19:15
ubottuPackage core-utils does not exist in artful19:15
nms_!info19:16
rh10nms_, i know about apt-cache showpkg19:16
rh10but how to use it correctly?19:16
rh10if someone interested there is https://askubuntu.com/questions/894871/how-do-i-install-firefox-52-esr-on-16-0419:17
=== SimonNL is now known as SimonNL_Afk
nms_what's your beef with 5619:18
nms_Lts?19:18
pcleriehello all! Using 17.10 with a NUC5 with home directory on NFS4. I find that Nautilus is excuciatingly slow, but files ops are perfectly normal in the terminal. Does that sound familiar?19:18
nms_Building on chromium?19:19
mentalitadoes xubuntu not have that updater thingy like mint?19:32
nicomachusmentalita: what "updater thingy"?19:34
mentalitanicomachus: https://www.linuxmint.com/pictures/screenshots/katya/mintupdate.png19:35
nicomachusjust use 'sudo apt update && sudo apt full-upgrade" in a terminal. Or you can do the same thing in the Software Center19:36
mentalitaI loved mint's update manager :/19:38
mentalitacan't I install it and use that instead of software center?19:38
mentalitais that dangerous?19:38
mentalitathe dog pulled my internet cable19:39
mentalita<mentalita> I loved mint's update manager :/19:40
mentalita<mentalita> can't I install it and use that instead of software center?19:40
mentalitais that dangerous?19:40
mentalitaI also don't like thunar, it's very limited. can I use caja?19:40
leftyfbmentalita: ubuntu != mint19:41
mentalitaok :\19:42
nicomachusmentalita: go back to Mint I guess.19:44
swift110lol nickenchuggets19:49
alkisgmentalita: ubuntu mate is more similar to mint than xubuntu19:52
alkisgIt has caja etc properly packaged without breaking everything like mint19:52
mentalitaalkisg: I believe I had it19:53
mentalitabut it would give me19:54
mentalitalinux mint mate serena 18.1 when I check the version19:54
mentalita:D19:54
mentalitaI used to believe I have it*19:54
mentalitabut it doesn't ship with new enough python19:54
mentalitaso I ditched it19:54
mentalitaxubuntu is beautiful19:54
mentalitabut it would be even more beautiful if I could use caja and have mint's update manager19:55
pclerieReasking: I am using 17.10 with a NUC6i5 and home directory on NFS4. I find nautilus to be excruciatingly slow. In fact, I just measured it: from the time it pops on my screen to the display of folders it take 2'11". I have no such problem at the terminal. I was wondering what if anything I am doing wrong...19:57
sunrunner20is there any advantage to configuring fial2ban to use ufw instead of iptables?19:57
sunrunner20and if there is is there a good guid?19:58
sunrunner20the guid I have uses iptables19:58
geri_hi what does ssh -L ?20:04
oerheksman ssh20:05
oerheks -L Specifies that connections to the given TCP port or Unix socket on the local (client) host are to be forwarded to the given host and port, or Unix socket, on the remote side.20:05
=== jrp93_2 is now known as jrp93
oerheksor a conveniant answer: https://www.ssh.com/ssh/tunneling/example20:06
xcyclistSay, these days, what is a good first document to ramp up on the latest kernel compiles and device driver development environments?20:12
=== jstein_ is now known as jstein
jrp93xcyclist, if no one here has an answer maybe ask jxself in #trisquel20:14
alkisg(09:54:36 μμ) mentalita: but it doesn't ship with new enough python => all ubuntu flavors have the same versions of python20:16
azureusgood night20:17
oerheks!info python3.620:18
ubottupython3.6 (source: python3.6): Interactive high-level object-oriented language (version 3.6). In component main, is important. Version 3.6.3-1ubuntu1 (artful), package size 171 kB, installed size 300 kB20:18
oerhekswe have the latest indeed https://www.python.org/downloads/release/python-363/20:18
azureushow to install ubuntu on lenovo ideapad 100s 14 lbr ?20:18
leftyfbThis bug is REALLY critical for me and my company. https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/173679420:19
ubottuLaunchpad bug 1736794 in linux-firmware (Ubuntu) "iwlwifi driver for Intel 7260 crashing " [Undecided,New]20:19
MicroMarsWooow20:31
NotLimbanana split?20:48
MicroMarsNotLim, :)20:49
NotLim=)20:49
azureusdoes everything work on ubuntu on pc lenovo 100s 14-lbr?20:49
leftyfboerheks: did you get any of my last messages?20:52
subsumewhere do people go for nginx help these days... lol nginx is private?20:53
nicomachus!register > subsume you may need to register your nick to join the channel.20:53
ubottusubsume, please see my private message20:53
leftyfboerheks: if I try to reload the interface, I get "Failed to load firmware chunk!"20:54
subsumetesting20:56
leftyfbfailed20:57
subsumedamn20:57
genewitchhow do i check if a binary was compiled with PIE? on gentoo you use hardening-check app21:01
Neo1hi21:03
Neo1if I do for files 775 rights it's equal 665?21:03
Neo1for files, not for directories21:04
genewitchwhat do you mean Neo121:05
Neo1I mean do instead 664 for files 775?21:06
Neo1it's equal for files?21:06
Neo16 4+2 we can read and write not execute?21:07
Neo1644 owner can read and write inside this file?21:07
Neo1anybody can read21:07
Neo1if I set 775?21:08
Neo1just not useful reset permission for each21:08
Neo1I set for all using this command21:09
Neo1sudo chmod 775 /var/www -R21:09
tomreynjust create two test files: cd /tmp/; touch test775; touch test665: ls -l test* ## are they different now?21:09
Neo1how I can now set for files not use find?21:09
Neo1tomreyn: what you mean?21:10
Neo1tomreyn: I say about permission, how it change for files and folders using chmod?21:10
tomreynNeo1: it's hard to understand you, but i assume you were saying that you think that, on files, setting modes 0775 is equal to mode 0665. i've provided an example to do just that, and to inspect the result.21:11
Neo1I use it sudo chmod 775 /var/www -R or sudo chmod 664 /var/www -R , How I can separately set up for files and folders?21:11
Neo1tomreyn: yes21:11
Neo1tomreyn: what is differ if one file has 7, and second 6 ?21:12
tomreynfind -type, where type=d (directory) or type=f (file)21:12
tomreynNeo1: try my example and you'll know21:12
Neo1tomreyn: for find need at first navigate to directory?21:12
Neo1tomreyn: I know this command21:13
tomreynNeo1: with find, you always provide the location as the first parameter21:13
Neo1tomreyn: yes, http://prntscr.com/hk1r5t21:14
Neo1well21:14
Neo1I forgot it ))) confused21:14
tomreynsorry, my example was flawed, try this: cd /tmp/; touch test775; touch test665; chmod 775 test775; chmod 665 test665; ls -l test*21:15
tomreynin the 'find' example you posted, you probably should use '{}' rather than just {} to prevent this from getting expanded by your shell21:16
Neo1tomreyn: yes, I used that command before21:17
=== SimonNL_Afk is now known as SimonNL
Pici /2521:33
rfleminganyone use BackupPC or urBackup?21:52
rfleming(on Ubuntu)21:52
nicomachusrfleming: nope, just dejadup21:53
rflemingThat's what I'm using now, but since I've migrated all my computers to Ubuntu... I'm looking for something a little more... robust.21:54
rflemingright now everything deja-dup's to an rPi with an external disk21:54
rflemingso many problems with that :)21:55
nicomachustar -cvpzf /foo/backupfile.tar.gz /Backupthisdirectory/path21:55
nicomachuscrontab -e21:55
ducasserfleming: you want a gui?21:55
rflemingducasse: more like central management21:55
rfleming4 laptops, 2 computers and 2 rPi's21:56
ducasserfleming: you might want to check duplicati if you want to save to cloud services - i've only been using it for a short while but like it a lot. web interface.21:57
crisedAny chromebook that can run ubuntu without hacks?21:57
rflemingducasse: can I use my own machine instead of their cloud?21:58
rflemingOoh, yeah, FTP, SSH, WebDAV, and other stuff21:58
rflemingOne of those 'computers' is going to be a nextcloud box21:59
rflemingducasse: thanks for that tip!21:59
ducasserfleming: yw, it's quite handy22:00
rflemingducasse: I'll have to check if it handles central management.22:00
rflemingotherwise I'm gonna have to look at Bacula :)22:00
ducasserfleming: i use it to store on a cloud service that has no linux client - works like a charm22:01
rflemingducasse: I understand, but I have 4 different laptops (4 users), and a couple of computers/servers to back up as well :)22:01
rflemingone of the users is my wife, the other two are my kids... and well, they're not going to do the work :)22:02
ducasserfleming: iirc you can just schedule a weekly job or whatever and forget about it, then access the webui when necessary22:03
rflemingducasse: I'll check it out.22:03
sabrehagenHow do I install this package? https://launchpad.net/ubuntu/+source/fonts-open-sans22:04
rflemingsoftware center and installing there... or sudo apt install fonts-open-sans22:04
rflemingand if you're running something like xenial, yakkety or zenial, it isn't available by that name22:05
sabrehagenrfleming: Thanks. I tried `sudo apt install fonts-open-sans` before and got `Package fonts-open-sans is not available` on Ubuntu 17.0422:05
ducassesabrehagen: that package is only in 17.10 (and bionic)22:05
rflemingaccording to that link, it's only available on 17.10 and 18.0422:06
sabrehagenrfleming: Ahh I see, thanks22:06
rflemingsabrehagen: https://launchpad.net/ubuntu/zesty/+source/fonts-open-sans22:07
rflemingsays there are no packages22:07
sabrehagenI'll upgrade my distro. Is it generally considered safe to upgrade major versions without a fresh install e.g. from 17.04 to 18.0422:08
rflemingsabrehagen: no, you'll have to step through 17.10 first22:08
ducassesabrehagen: upgrade to 17.10, and you can just install it. 17.04 loses support in january anyway, so not much time until you need to22:08
sabrehagenduckydan: thank you22:08
ducassesabrehagen: 18.04 is _far_ from ready for regular users22:08
sabrehagenducasse: what are you most excited for in 18.04?22:09
sabrehagenthat is, if you still get excited by new features/releases :)22:10
ducassesabrehagen: i'm hoping it will get zfs 0.722:10
asdasdhi there, quick question. i'm trying to boot ubuntu live and all i get is a blinking underscore22:11
asdasdusing unetbootin22:11
asdasdbeen waiting for a couple of minutes22:12
ducasseasdasd: don't use undetbootin, use rufus, etcher or plain old dd22:12
asdasdaight will try rufus thanks22:12
ducassesabrehagen: you can see this - https://thishosting.rocks/ubuntu-18-04-new-features-release-date/22:13
sabrehagenducasse: thanks, really informative guide22:17
sabrehagenI used unetbootin to create a 17.10 live usb yesterday. Why do you suggest using rufus?22:18
asdasdducasse: thanks, it did make a difference22:19
carbocalmGood evening. Since my last upgrade to aardvark I can't find the option to log in using xmonad window manager. Can somebody help ? Thank you.22:19
ducassesabrehagen: unetbootin is known to cause problems from time to time, as you can see from asdasd's response22:27
sabrehagen:)22:27
ducassecarbocalm: what files are in /usr/share/xsessions ?22:28
sabrehagenducasse: Is it correct that when using `sudo dd if=input.iso of=/dev/sdX bs=4M` the drive will not be bootable? That simply copies the image, right?22:29
akiksabrehagen: it'll be bootable22:30
akiksabrehagen: if input.iso is an ubuntu iso image22:30
sabrehagenakik: it is22:31
oerheks.. && sync22:32
ducassesabrehagen: that should make it bootable, *if* it's a hybrid iso (ubuntu's are)22:32
akiksabrehagen: are you talking about a usb drive?22:32
sabrehagenakik: yes22:32
sabrehagencould I write a bootable ubuntu iso to a partition on my hard drive, then boot into a 'live' session?22:33
sabrehagen(running from that partition)22:34
oerheksyes, only if you have grub installed already22:34
oerhekshttps://help.ubuntu.com/community/Grub2/ISOBoot22:34
carbocalmducasse: gnome-flashback-xmonad.desktop , ubuntu.desktop (links to ->) ubuntu-xorg.desktop, unity.desktop, xmonad.desktop22:35
=== asdasd is now known as squirrel
squirrelso after booting into ubuntu, i get this https://fluf.cf/upload/1512599648869-1132341900.jpg22:38
squirrelnote sda which is missing from fdisk22:38
squirreland somehow fdisk produces multiple empty lines22:38
squirrelis my disk dead or something?22:38
oerhekssquirrel, no, if those sda partitions are EXFAT, then it is logical22:39
oerheksfor exfat support you need exfat-fuse exfat-utils, *or* that sda disk is uefi/secure boot22:40
squirreloh, uefi. that i haven't tried22:41
squirrelbrb22:41
akiksquirrel: how about "fdisk -l /dev/sda" ? check the return value with "echo $?"22:45
akiksquirrel: check also if you get errors in dmesg22:45
ducassecarbocalm: as long as xmonad.desktop is there, you should get it as an option when you log in, can you pastebin the file?22:47
squirreli rebooted in secure uefi22:50
squirrelthis is what i get now https://fluf.cf/upload/1512600546087-1316209494.jpg22:50
ibmr50ehow to see hidden files with ls?23:03
ducasseibmr50e: ls -a23:06
ibmr50ethanks ducasse23:07
crisedWhich version of XPS does Ubuntu likes better 9350 or 9360?23:10
ducassecrised: aren't they both sold with ubuntu preinstalled?23:12
crisedducasse: no idea23:12
ducassecrised: i thought so, but might be wrong.23:14
xcyclistI'm not getting failures with xconfig and menuconfig as follows:  http://paste.ubuntu.com/26128764/23:25
xcyclistSorry.  Wrong group.23:25
crisedhttps://certification.ubuntu.com/hardware/201508-18805/23:26
crisedThe XPS 13 9350 is certified for Ubuntu 14.04, anyone running it with 16.04 or 17?23:26
GrandPa-Gif I have a standard service setup under 16.04 using systemctl and it expects foo.conf for its configuration file, how/where do I change it to take bar.conf?23:29
ducasseGrandPa-G: depends on the service, it might be a command line option. see the man page.23:33
funyunexit23:34
GrandPa-Gducasse:I guess I was looking for advice where I might find in the service start/stop/restart script. They seem to be a bit complicated.23:34
akikGrandPa-G: the service files are in /lib/systemd/system. take a look there23:35
ducasseGrandPa-G: was this installed by a package or by you?23:35
Jordan_UGrandPa-G: There is no standard for that, so you'll have to look at each service's documentation individually.23:35
GrandPa-Gducasse:by a package. I have asked there for more specific info, just not much response.23:35
ducasseGrandPa-G: if by you, /etc/systemd/system23:36
akikactually if you create your own service file in /lib/systemd/system, systemctl creates a sym link to /etc on enable23:37
ducasseyes, but /lib is intended to be used for unit files installed by packages, and /etc by the admin23:42
ducassebut no point arguing about it :)23:43

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