[00:09] OK, I forgot to smbpasswd the lokal user === chaos_ is now known as soahccc === chmurifree is now known as chmuri === lau_ is now known as Guest29242 === G is now known as Guest24872 === jrgifford is now known as Guest93853 === ikonia_ is now known as Guest81077 === iarp is now known as Guest65991 === guntbert is now known as Guest90857 === Guest24872 is now known as G === G is now known as 21WAB3GNN === 21WAB3GNN is now known as G [10:48] hi. i am trying to upgarde a outdated ubuntu server but i get allways the error message with apt-get dist-upgrade that the urls can not be find at ubuntu server becouse not anymore supported. how can i upgrade a outdated ubuntu server else? [10:55] hi. How can I change which servers to update from, from the command line? (I'm on 12.04 server) [10:58] edit /etc/apt/sources.list [11:06] bekks, ok. I think it won't solve my problem though. On sudo apt-get update it returns this: "W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.canonical.com precise Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key " === Guest93853 is now known as jrgifford === Guest81077 is now known as ikonia [19:02] question: say I have some systems on an internal network that is unable to reach launchpad. I want to setup some services, which need to access a set of PPA's from launchpad, say updates for nginx and mongo or something. is it easier to automate the setup/update for a mirror of select PPA (using the PPA as the source for the pkg), or just automate the package build process to setup a custom mirror? [19:33] luminous, personally, I just use apt-cacher-ng, or you could use another proxy server if you wanted [19:33] will save bandwidth and speed up downloads too [19:41] Patrickdk: yea, I think I need both to some degree. eg ability to build / host, but then also proxy/cache [20:07] is there a guide to setting up PostFix, IMAP, and SSL for both SMTP and IMAP anywhere? [20:08] are you using tasksel ? [20:08] no === Ursinha-afk is now known as Ursinha === Ursinha is now known as Guest43575 === Guest43575 is now known as Ursinha === Ursinha is now known as Guest30084 [21:38] TheLordOfTime: very old and well-known tech, so lots of guides [21:46] Hi all. Can any1 explain to me why this config: http://paste.ubuntu.com/6693390/ is blocking outgoing connections on my server? I mean I can ssh to machine but pinging other machines and wget http://www.google.com/ fail? What else should I add to my config to allow outgoing connections? [21:50] fhf: generally, using ufw, it's easier - just post iptables -vnL [21:50] oh, btw, why are you usin stone-age ftp? [21:52] RoyK: I love ufw but... this is OpenVZ VM so ufw doesn't work :/ and ftp will be later replaced by sftp. [21:53] ok [21:53] pastebin iptables -vnL [21:53] http://paste.ubuntu.com/6693443/ [21:56] nothing drops outgoing there, but the ESTABLISHED,RELATED rule seems to be missing [21:56] this: "$IPTBLS -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT" ? its on the top of config file [21:57] just can't see it in the output [21:57] perhaps I'm blind? ;) [21:58] why doesn't ufw work with openvz, btw? [21:59] hah you are not mby this VM is haunted [22:00] ufw is just an iptables wrapper [22:01] RoyK: ufw is using modprobe and it fails to start ERROR: problem with running ufw-init [22:02] RoyK: and ufw sets some setting via sysctl and sysctl doesn't work on OpenVZ VM [22:10] RoyK: I figured it out. I inserted "$IPTBLS -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT" instead of "$IPTBLS -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT" thanks for help === Guest29242 is now known as lau