[00:48] hi, i'm trying to create and seed a torrent on my ubuntu server. I manage to create the torrent file, then i manage to add it to the client in order to download it and seed it from the server (that's the logic?) but the download doesn't start and the status is idle, can someone help me please ? [02:07] i have a new domain and i want to be able to send emails using that domain. Do I need to run my own smtp server? or is there a shorter way to do this? [02:08] set it up with gmail [02:08] think it costs $ [02:11] cncr04s: how ? [02:12] cncr04s: My email traffic is very low <90 emails/day [02:13] https://www.google.com/gmail/about/for-work/ [02:13] cncr04s: Authentication failed. Please check your username/password and Less Secure Apps access for user@mydomain.com [02:13] cncr04s: that takes money [02:14] anything will [02:14] unless you host it on a server at home [02:14] cncr04s: is there an easy way to host it ? I've an ubuntu box at home, which has a ddclient setup [02:15] so i can access it using name [02:15] postfix and dovecot [02:17] cncr04s: is there a pre-configured vm for something like this somewhere i could use? [02:18] i don't know that [02:18] https://www.digitalocean.com/community/tutorials/how-to-set-up-a-postfix-e-mail-server-with-dovecot [02:26] hey im having trouble with getting a favicon on the site krtdev.com i have the favicon.ico in my html folder im using nginx on ubuntu === Karunamon is now known as Necoco === Necoco is now known as Karunamon [15:03] Hey guys, I have a 3rd party process that is downloading files. Unfortunately it creates folders without giving group the permission to list directories. Is there any way to enforce that from outside aside a cronjob that chmod's over the directory? [15:04] I tried the thing with sticky bit / default permission but apparently the process deliberately sets the permissions this way [15:16] Isn't the ACL default value supposed to supersede the "standard" permissions? https://gist.github.com/2called-chaos/310768aa10929fed0f1f85405f3157b8 Otherwise what would be the point of per-group defaults? [15:29] soahccc, did you set umask before you started the program? [15:33] patdk-lap: I didn't modify umask but when I create a directory under that user manually it has the correct permissions so I figured it's the process? [15:38] patdk-lap: and the umask is 0002 so group should get 7 for directories which it does when I mkdir manually. Or do i have a misunderstanding here? [15:55] patdk-lap: Enabling ACLs on the filesystem is a start :D Now it tells me that the effective permission is r-- [16:11] So I basically got it working except for the fact that newly created folders get a mask of r-- but the default:mask of the parent is rwx [16:36] Gosh this makes no sense, I just add a cron job, ACL problem solved =) [19:26] Can someone explain where to add a favicon.ico using nginx? === bekks_ is now known as bekks [20:53] soahccc: you could use incron instead. or do the right thing and file a bug report. [20:59] will the php version from now in be in /etc/php instead of /etc/phpX ? [21:00] I thought it was in /etc/php/x.y [21:00] yes [21:00] but 5 was like /etc/phpX [21:03] rizonz: Depending on the php devs, it may change again. [21:03] bekks: I think the Ubuntu packagers ;) [21:05] debian [21:07] are they still not packaging themself ? [21:07] why would they? [21:07] because you want to be beter then Debian ? [21:07] ubuntu is downstream of debian [21:07] *better [21:07] but not fully [21:08] well, lets see, upstart was a ubuntu thing, but they dropped that since debian went systemd [21:42] how do you go about setting up a l2tp client connection in ubuntu? [21:43] i installed strongswan but i'm not seeing any other config options for vpn other than openvpn and import a file. [21:43] heh? [21:43] what are you talking about seeing config options [21:56] When using network manager to add connection the only options available for VPN are openvpn and import connection settings. === devilz is now known as devil_ [22:27] Hi, I'm doing do-release-upgrade from 12.04 to 14.04 like aptitude update; aptitude upgrade and do-release-upgrade. Everything went fine and after reboot I'm not able to ssh the server but it's pingable and only FTP port is active, I can connect with FTP user. I can use rescue mode from hosting and after chroot to my working env I'm doing lsb_release -a and it shows me 14.04. So now I know that server boots and even vsftpd starts, but nothing else [22:27] . How should I debug this? What actions to do? [22:28] it should have started a ssh on a different port just for this case [22:29] it would have told you what the port was, at least it did for me [22:29] Is there a simple way to only keep 2 kernels on a box? [22:29] cncr04s, nmap tellingme that only 21 port is running and I'm able to ftp it withnormaluser [22:34] then you need physical access [22:35] cncr04s, Looks like i'm not able to get it, just rescue mode and chroot [22:39] I don't know then. never do a release upgrade without having access to the physical console. [22:40] or virtual console in the case of vm's [22:42] cncr04s, but as the server reboots and became pingable and even vsftpd is started it could be some init scripts problems, My working distro is not ubunu so I even do not know how to debug this [22:45] if you don't have some sort of shell or way to manipulate the filesytem, your pretty much boned. [22:50] cncr04s, just from rescue mode and chroot. actually I have access tofile systemright now using the method [23:01] well mount the filesystem and look at the logs in /var/log anc check why ssh isnt running [23:19] cncr04s, nothing there, the only files updated in last boot were under /var/log/upstart/ directory but nothingthat I can determine as useful there [23:22] syslog would usually say something [23:22] make your crontab run ssh too might yeild something [23:26] cncr04s, that's nice idea but I'm not sure cron is runnig there :) I even can't understand how vsftpd starts. [23:27] cncr04s, there are no fresh syslog logs. even dmesg is old [23:27] only upstart folder contains fresh files [23:31] then its broken [23:31] hope you got backups [23:33] sure, I have backups, I'm actually about to start fresh install and them restore from backups [23:33] *then