=== gartral|away is now known as gartral [01:30] is there a way to check pureftpd's logs [01:30] only log i can find for it is transfer.log and its now telling me anything [01:34] Wamphyri: check lsof to see if it has open file descriptors to other log files; that may help you figure out where else logs may be written [01:34] Wamphyri: if it has a socket open to /dev/log then it may be logging to syslog, in which case the standard auth.log etc may include pureftpd information [01:35] Wamphyri: or you could 'grep -ri pureftpd /var/log' to see if there's other files with logs.. === CiPi is now known as cipi [01:40] sarnold, nothing [01:41] darn [01:41] only file it seems to be accessing it transfer.log [01:41] but since i can't even connect to transfer files its empty lol [01:41] it may have directives to determine what gets logged [01:42] what errors do you get in your client? [01:42] knowing my luck probably [01:42] nothing thats the shitty part [01:42] lemmi try a different client [01:44] in netstat will it say pureftpd or just ftp? [01:45] programs can modify what gets reported there; probably pureftpd but it might change.. [01:45] tcp 0 0 *:ftp *:* LISTEN and tcp6 0 0 [::]:ftp [::]:* LISTEN [01:46] thats my netstat, i used my cmd prompt in winblows and it said ftp: connect :Connection timed out [01:46] ahhh, -that- bit is the port from /etc/services, there's both ftp and ftp-data, and if you configure it to listen elsewhere (probably a bad idea for ftp) then it'll just be ftp [01:47] i havn't configured it to listen anywhere else lol [01:47] but i'll check anyways [01:47] normally folks use netstat with -n to disable name lookups because those take forever :) I thought you were asking about the process name that's reported with the -p flag, hehe [01:47] netstat -at [01:47] alright, connection timed out, that's nice and concrete. are there any firewalls between your client and server --perhaps on both those machines, too -- that might be dropping packets? [01:48] none on this machine i know that [01:48] lemmi check the server [01:49] is it hosted at a cloud provider? if so you may need to adjust the security groups to allow it through [01:49] na, its a dedicated server [01:51] ufw disable and i still get the same error connection timed out [01:52] what's the IP? I'll give it a check [01:53] 74.91.26.230 [01:54] server isn't even listening to that ip lmfao [01:54] jesus i'm a idiot [01:54] * means "listen on all interfaces" [01:54] i know [01:55] but i don't have *.230 in interfaces or in networking at all [01:56] i only have 74.91.26.226 in there [01:56] ahhhhhh [01:57] i appreciate your help tho! [02:02] sarnold, you ever used a spider kvm? [02:03] Wamphyri: no, looks neat though expensive [02:04] I mean, I know they've got a full-blown computer in that thing, I know it does a difficult task, but .. ouch all the same :) [02:04] what a pain in the arse it is tho lol [02:05] my providor uses it for there dedicated servers some peopel have no issues others like myself can't get the thing to work for longer then 30 seconds [02:09] aww :( [02:11] ah well [02:11] least the dedi is working [02:11] time for bed, need to be up in a few hours to go salting just in time to crawl into bed to go salting again lol [02:12] good luck in the salt mines :) [02:13] lmao [02:14] its my two weeks to salt the parking lots [02:15] ugh that sounds miserable [02:15] meh its not bad, drive in flick a switch drive out flick the switch lol [02:15] 3 lots i have to get out grab a shovel of salt toss it on the walkway back in the truck and off i go [02:16] 2.5*7 but paid for 30 hours [02:17] well, alright, that's perhaps tolerable for two weeks :) [02:17] lol [02:18] until last weeks shit show [02:19] out of 30 hours friday morning (4am) till saturday morning (11am) i worked 24 hours combined with 3 hours zzzz's [02:19] 10am sorry [02:20] in 7 hours hours we got 30cm of snow (1 foot) lol [02:21] somehow I doubt salt was able to keep up [02:21] nope, it was shovels, trucks with blades and front end loaders lol [02:21] depends on the goal [02:21] stop ice, or melt snow :) [02:21] by saturday all you could see was black top [02:21] now today me going and salting is to stop ice [02:22] I'mupset we have no snow yet [02:22] last few years when I come back from vacation, there is a huge storm [02:22] nothing :( [02:22] if i don't see another flake of snow for the rest of the year i'll be happy [02:22] Wamphyri: where are you? [02:22] but i live in newfoundland so thats not gonna happen lol [02:22] ok [02:22] patdk-lap: oh, did you already do the mexico trip? [02:23] ya, got back sunday [02:23] patdk-lap: welcome back :) how was it? [02:23] the trip was ok, but total hell [02:23] way too much drama [02:23] aww :( sorry to hear it === mrosevztmrk is now known as ropetin [06:22] hi, using ubuntu 14.04 and ran into an issue while trying to change the owncloud data dir. have a 2TB ext4 disk mounted on /media/Daten and set /media/daten/owncloud/data/ to the www-data user . [06:23] but when trying "sudo -u www-data ls -al /media/Daten/owncloud/data/" i get a "cannot access /media/Daten/owncloud/data/: Permission denied" [06:24] same goes for the owncloud server, which is giving an error then. [06:28] ls -al /media/Daten shows: drwxrwxr-x 3 www-data www-data 4096 Dez 9 02:48 owncloud === Lcawte|Away is now known as Lcawte [06:41] k1l_: is /media/daten mounted with permissions for that user to access the mountpoint (an strace might indicate what is giving you the EPERM specifically) [06:44] uh, thanks for the hint. i looked at /media now (again) and /media/Daten was 770 while www-data was not user or owner. works now [06:44] k1l_: np [06:45] k1l_: tbh, I always found it confusing debugging such permissions issue myself (between the dir/file ownership bits and the mountpoint's, when both return the seemingly same error message when misconfigured) [06:47] this issue with a changing data dir is very common with owncloud. and i looked at php settings like basedir, apache settings, even if selinux is running or such. and in the end its such a trivial thing. === Lcawte is now known as Lcawte|Away === cpaelzer is now known as cpaelzer_afk [08:08] Can my computer run ubuntu http://postimg.org/image/5xcjjqkhz/ === cpaelzer_afk is now known as cpaelzer === cipi is now known as CiPi [09:33] Hi, I am trying to install ubuntu server with the full installation, but can't get past "Configure the network". I have two dual networking cards, but no matter which one I choose, it just puts me back to the main menu and I can't select any other. I have manually run dhclient on the correct one, and it works: http://www.directupload.net/file/d/4197/wcxlyoyn_png.htm [09:35] As you can see, there is no ok button as in the rest of the menus [10:21] is not allowed to execute '/bin/bash' as root on srv [10:21] anyone know whats wrong? [10:29] ah you need to relogin after usermod sudo [10:34] arcsky: In more general terms, you need to relogin for changes in group membership to take affect. === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer [11:20] Hi, does someone have a minute so sponsor the following merge : https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1522346 [11:20] Launchpad bug 1522346 in nut (Ubuntu) "Please merge nut 2.7.2-4 (main) from debian (unstable)" [Wishlist,Confirmed] === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer === Guest15809 is now known as hxm [12:46] more sponsorship request : [12:46] jamespage: do you have time to sponsor the haproxy fix for Vivid (LP: #1481737) [12:46] Launchpad bug 1481737 in haproxy (Ubuntu Vivid) "HAProxy init script does not work correctly with nbproc configuration option" [Medium,In progress] https://launchpad.net/bugs/1481737 === CiPi is now known as cipi === cipi is now known as CiPi === IdleOne- is now known as IdleOne === cpaelzer is now known as cpaelzer_afk [17:22] hello [17:22] any one ? [17:23] !ask | arriandy [17:23] arriandy: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [17:23] arriandy: We haven't yet prefected the art of telepathy [17:47] Hello all [17:48] looking for some help with getting mail set up on my Ubuntu 14.04 server [17:48] I've installed postfix, but cannot get it to send out any e-mail [17:48] jpds [17:48] I'm also running Apache with several domains served on it [17:53] arriandy: Hi [17:53] telldrak: is there anything useful in your /var/log/mail.log ? Can you put it in a pastebin? [17:57] looking for hellp to set up a socks 4 or 5 proxy server on my server. i m trying dante but can t figure out to set it right [17:57] what about perl or python socks ? any advice ? [17:57] arriandy: for you or for many people? [17:58] jrwren: for one unique user with pass auth [17:58] arriandy: ssh has it built in. ssh -D [17:59] btw, what will the pefect commands looks like for ssh -D ? [18:00] i want to enable both methods === blacknred0_ is now known as blacknred0 === cz2 is now known as macierewicz === macierewicz is now known as cz2 === cpaelzer_afk is now known as cpaelzer === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer === cpaelzer is now known as cpaelzer_afk [20:00] jamespage, coreycb, thedac - tested against staging, now pushing lxc from staging to proposed for Juno cloud archive re: bug 1522183 [20:00] bug 1522183 in Ubuntu Cloud Archive "lxc in the trusty-juno cloud archive is incompatible with newer kernels" [High,Fix committed] https://launchpad.net/bugs/1522183 === Lcawte|Away is now known as Lcawte [21:34] jamespage, this is blocking python-hypothesis (needed by python-cryptography) from getting into the cloud archive for mitaka: https://github.com/DRMacIver/hypothesis/issues/237 [21:52] how do I skip the permission denied errors during the find command? [22:05] devster31: add 2>/dev/null to your command [22:05] coreycb, about to push these juno staging-->proposed re: rootwrap issue, please review: http://paste.ubuntu.com/13871100/ tia. [22:05] that will send all stderr output to /dev/null, rendering the errors invisible [22:06] Sling, thanks, didn't realize those were on stderr [22:06] beisner, looks good. thanks. [22:09] coreycb, ok, pushed to juno proposed. thanks for the quick work there. [22:09] beisner, great thank you [22:09] coreycb, yw! === Lcawte is now known as Lcawte|Away === cpaelzer_afk is now known as cpaelzer