/srv/irclogs.ubuntu.com/2015/12/31/#ubuntu-server.txt

=== Monthrect is now known as Piper-Off
=== [Mew2] is now known as [DonaldJTrump]
=== [DonaldJTrump] is now known as DonaldJTrump
=== DonaldJTrump is now known as [DonaldJTrump]
=== [DonaldJTrump] is now known as [DonaldTrump]
=== [DonaldTrump] is now known as [Mew2]
VoyageHi06:49
VoyageMy site was running just fine but now I get this error: http://pastie.org/10662388 how can I trace the reasons?06:49
=== Lcawte|Away is now known as Lcawte
lordievaderGood morning08:59
[Mew2]Hey guys how do I set up a firewall?10:19
lordievader[Mew2]: You put the appropriate rules in iptables?10:21
[Mew2]How?10:21
[Mew2]Is iptables already installed?10:22
lordievader[Mew2]: Yes.10:23
lordievader[Mew2]: https://help.ubuntu.com/community/IptablesHowTo10:24
[Mew2]Thank you lordievader :)10:24
=== Piper-Off is now known as Monthrect
=== Lcawte is now known as Lcawte|Away
dbuggerHello fellas12:11
dbuggerI have this server where apparently I cant log in with password, and I am not sure how to change that... This is the sshd_config configuration: http://paste.ubuntu.com/14309778/ Did I miss something?12:11
AvatarAdid you reload/restart ssh daemon?12:15
dbuggerAvatarA, yea12:16
EmilienMjamespage: ack, thanks12:27
EmilienMWalex2: ahah :-) it's just an openstack release12:27
repozitori configured firewall-cmd to allow only ssh, http, https, dns, mdns, openvpn, 10000 ports14:25
repozitorbut i see other port are open14:25
repozitorwhat is wrong with me?14:25
repozitorservice firewall-cmd show me this service is running14:25
tewardrepozitor: how are you testing open ports14:25
repozitorfor example 1080 port is open, but it should be blocked14:25
tewardremotely with nmap, or locally on the server itself14:25
repozitorjust telnet myServerIP 108014:26
repozitoralso firewall-cmd --list-all-zones show me everything is fine.14:26
repozitorany idea?14:28
repozitori mean remotely run telnet, on my computer14:28
_Brandon_hi, how can I provide custom mkfs.ext4 parameters during the installation? after the partitioning in the gui it starts copying the file so I don't have time to enter the terminal and do it from there14:42
patdk-wkheh? you can drop to terminal at any time14:43
patdk-wkmake it14:43
patdk-wkthen go back in and continue14:44
_Brandon_yeah but I can't format the root partition while it's copying the file, I need to do it after the partitioning but before the actual installation, but maybe I've figured it out, I rebooted after it started the copy so the partition scheme is already there and I can just use mkfs14:47
TJ-You can drop back to the installer menu and use the root shell at any time14:49
dasjoeLower debconf priority so it'll ask more questions16:08
ben___Why would apparmor still deny "signal" in this profile? error: http://paste.ubuntu.com/14316057/ profile: http://paste.ubuntu.com/14316098/16:11
HummingHey, in this "Match User falko     ChrootDirectory /home     AllowTCPForwarding no     X11Forwarding no"16:41
HummingWhat does chrootdirectory /home mean?16:41
tarpmanHumming: it is described in the sshd_config(5) man page (along with everything else in that file)16:47
=== Lcawte|Away is now known as Lcawte
grendal_primeI dowloaded eclipse IDE and am running it right from a folder in my users dir.  I want it to be abailable to everyone on the machine.  Where do i need to install it so that the unity bar will acknowledge it is on the system and all users can then use it?17:17
grendal_primeIm assuming in the usr/share dir but i want to make sure.17:17
tarpmangrendal_prime: probably a better question for #ubuntu than here, but: apt-get install eclipse17:20
grendal_primeya that version of eclipse is very out of date17:21
grendal_primeas far as  #ubuntu goes i cant converse there..i got banned from there some time back over something very trivial and have not been back for some time.17:22
tarpmangrendal_prime: I see. anyway, /usr/share belongs to the package manager, don't put your own stuff there. for eclipse to be known to unity, you need a .desktop file for it (you could try stealing the one from the package), and it should go in /usr/local/share/applications17:23
grendal_primeok so the app should be installed in  /usr/local/share/applications and the .desktop goes where?17:24
tarpmanother way around17:25
tarpmanthe .desktop goes in /usr/local/share/applications. doesn't matter where the program is, as long as the .desktop points to it17:25
tarpmanif you're just downloading a tarball from the eclipse web site, I'd personally unpack it in /opt/eclipse or similar17:26
grendal_primeahh got it thanks man... ya that was orginally my plan.../opt/eclipse but it didnt show in unity even after i did that.... Ya  its the desktop type stuf that i dont typically understand I use the unity desktop but know very little about it. Ive built linux servers for over 9 years now...the desktop still eludes me on several fronts.17:28
grendal_primehey this is a bit off topic (but helpfull info....conseqently what i frequently get banned for) but do you use eclipse?17:29
tarpmanno, I use vim :P17:30
grendal_primeok...well i would highly recommend it ..it for web dev and php type work.  I discoverd a great ssh remote access plug in for it that allows directly connecting via ssh...super easy to do real time edit.17:31
grendal_primeok...well i would highly recommend it ..it for web dev and php type work.  I discoverd a great ssh remote access plug in for it that allows directly connecting via ssh...super easy to do real time edit.117:32
grendal_primedamn it fat fingers i have..17:32
grendal_primepeace out and happy new year!17:33
grendal_primehey tarpman my applications dir seems to be in /usr/share/applications17:37
grendal_primethis is ubuntu 14.04  did they move it.. or17:37
tarpmangrendal_prime: things installed by the package manager go in /usr/share. your things do not. your things go in /usr/local/share17:37
tarpmangrendal_prime: if you don't have a /usr/local/share/applications, you can create it17:37
grendal_primealright...own by root correct?17:38
tarpmanyeah17:38
tarpmangrendal_prime: sorry for going on about that, but keeping package manager stuff and your custom stuff separate is pretty important for having a sane system17:38
grendal_primeno totally makes sence17:38
grendal_primei just wanted to make sure.17:39
grendal_primeill just steal one from the /usr/share/applicatioins and make changes to it17:39
grendal_primethat did the trick..thanks man17:48
geniiHow can I get multiple monitors working without X? Framebuffer?17:53
=== [Mew2] is now known as eir[public]
=== eir[public] is now known as [mew2]
=== [mew2] is now known as PokeMaster
=== PokeMaster is now known as [mew2]
=== [mew2] is now known as [Mew2]
danrikCould somoene help me troubleshoot this one?23:57
danrikhttps://paste.fedoraproject.org/306251/60624214/23:57
danrikhe following packages have unmet dependencies:23:58
danrik linux-image-extra-3.13.0-58-generic : Depends: linux-image-3.13.0-58-generic but it is not installed23:58

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