=== Aaton is now known as Aaton_off [00:56] New bug: #1030192 in cinder (universe) "cinder-common.postinst shell syntax error shows "/var/lib/dpkg/info/cinder-common.postinst: 3: [: missing ]"" [Undecided,New] https://launchpad.net/bugs/1030192 [01:11] New bug: #1022641 in lintian (universe) "not lintian clean" [Undecided,Invalid] https://launchpad.net/bugs/1022641 [01:15] New bug: #1030197 in cinder (universe) "upstart jobs will start services before all network interfaces are up and will not restart on runlevel 1->2" [Undecided,New] https://launchpad.net/bugs/1030197 === n0ts_off is now known as n0ts [03:42] hello [03:43] i m working in a small company where they manage 120 server [03:44] i m looking for a software able to stock server component the location, the position, the connexion etc .... [03:44] is there any opensource web based are there ? [04:27] New bug: #1003654 in apr (main) "package libapr1 1.4.6-1 failed to install/upgrade: ошибка записи в «<стандартный вывод>»: Победа" [Low,Expired] https://launchpad.net/bugs/1003654 [04:27] New bug: #1005310 in postfix (main) "Cant build package with default rules" [Low,Expired] https://launchpad.net/bugs/1005310 [04:28] New bug: #1004927 in samba (main) "package winbind 2:3.6.3-2ubuntu2.1 failed to install/upgrade: Unterprozess neues pre-removal-Skript gab den Fehlerwert 2 zurück" [Undecided,Expired] https://launchpad.net/bugs/1004927 === n0ts is now known as n0ts_off [05:17] Hi, "Consider me non expert" I have dyndns paid pro account, 20$/year, In my home i have 8 mb/sec DSL line, and also i have some 8core of AMD machine with proxmox installed, I have virtual ubuntu-server 12.04 installed on that proxmox. I have one domain www.xyz.com without hosting with some registrar, My question is that is it possible to host my website on my home machine and also mail and dns servers? If yes so I will need some guidance in [05:17] shape of some Internet links of How to's, Thanks waiting. [05:18] do most ubuntu servers use command line only? [05:20] Hi, "Consider me non expert" I have dyndns paid pro account, 20$/year, In my home i have 8 mb/sec DSL line, and also i have some 8core of AMD machine with proxmox installed, I have virtual ubuntu-server 12.04 installed on that proxmox. I have one domain www.xyz.com without hosting with some registrar, My question is that is it possible to host my website on my home machine and also mail and dns servers without spending more money? If yes so [05:20] I will need some guidance in shape of some Internet links of How to's, Thanks waiting. [05:29] sarthor: There's really nothing Ubuntu specific about your question. [05:33] ScottK: Which will be the appropriate channel to ask such question? Really brother I do not know, [05:34] The general answer to your question is, "It's possible, but there are some inherent limits to how reliable it'll be. That may be good enough for you. However, you're almost certainly violating the terms of service with your ISP to do it." [05:35] If you look at the Ubuntu server guide it tells you how to set up an Ubuntu server to the things you mentioned. [05:35] ScottK: I am just learning, I do want to do it as permanant bases. I am a learner. [05:36] The one part that's different is the dyndns part and they probably have documentation. [05:36] I'm not judging if you should or not, just making sure you know. [05:36] I do not want to do it as permanent* [05:48] In any case use the Ubuntu Server guide and dyndns documentation to get started. === Lcawte is now known as Lcawte|Away === n0ts_off is now known as n0ts [07:51] New bug: #1030238 in samba (main) "samba not installing in 11.04" [Undecided,New] https://launchpad.net/bugs/1030238 === n0ts is now known as n0ts_off === cpg is now known as cpg|away === Lcawte|Away is now known as Lcawte [13:13] I've got a HFS+ (non-journaled) and I've been trying to get write permissions. I followed a lot of things from Google, but I've only gotten so far. I have chown-ed myself to the folder, but I thill can't write to it, despite the message "warning has been mounted read-only" not appearing after I chown-ed myself. ls -a shows "drwxrwxr-x 1 joseph 99 7 Jul 28 13:58 TimeMachine". Any ideas, anyone? [15:29] hi [15:30] how to check that mysql is open on a distant server and on which port (I didn't change it, so it chould be the default one) [15:36] maxagaz: mysql -h thehost -uyouruser -pyourpass [15:37] SpamapS: I have seen with nmap that it's filtered, so not open [15:37] 3306/tcp filtered mysql [15:37] how can I open it ? [15:38] maxagaz: probably with a firewall rule [15:38] SpamapS: I didn't set my firewall [15:40] maxagaz: by default mysql only listens on localhost [15:41] albert23: how to make it listen to external addresses ? [15:41] albert23: or just 2 or 3 addresses [15:41] you can change it in /etc/mysql/my.cnf [15:41] change this line: bind-address = 127.0.0.1 [15:44] remember, mysql connections are in the clear, so only do that on a trusted network or tunnel over SSL [15:46] albert23: to what should I change it ? [15:46] can I change it to: bind-address = ip1, ip2, ip3 ? [15:47] you van try. Using one address may also be enough? [15:48] and 0.0.0.0 would listen on any address [15:50] albert23: 0.0.0.0 sounds dangerous [15:51] I would prefer to use just one address indeed [15:54] albert23: I tried 0.0.0.0, but nmap still shows it as "filtered" [15:55] maxagaz: did you restart mysql? [15:55] albert23: yes I did [15:56] you can check on the remote server if mysql is indeed listening on all addresses [15:56] otherwise I guess there is some firewall between you and the server [15:56] I have also opened the firewall [15:57] with: sudo /sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 3306 -j ACCEPT [15:58] and there is no rule that could drop mysql before that line? [16:00] albert23: it's the only time I changed rules on this server [16:00] you may want to check all rules with sudo iptables -L -v. That will also show which rules are being used for traffic [16:02] albert23: https://gist.github.com/3193838 [16:03] that shows 0 hits for the mysql rule [16:07] albert23: amazon must be blocking somewhere [16:11] maxagaz: that's the first thing to check. As long as you don't see hits in your fw rule, mysql itself is not relevant yet [16:11] New bug: #1030332 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.63-0ubuntu0.10.04.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/1030332 [16:12] albert23: I understand, thanks a lot for your help! [16:13] no problem [16:13] Bug 1030332 which was just announced here appears Incomplete btw [16:13] Launchpad bug 1030332 in mysql-dfsg-5.1 "package mysql-server-5.1 5.1.63-0ubuntu0.10.04.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/1030332 [16:13] in case the server team's wondering === n0ts_off is now known as n0ts === n0ts is now known as n0ts_off === n0ts_off is now known as n0ts === n0ts is now known as n0ts_off [17:44] New bug: #1030345 in mysql-5.5 (main) "debconf failed to configure phpmyadmin for mysql" [Undecided,New] https://launchpad.net/bugs/1030345 === cpg|away is now known as cpg [20:04] I've a samba share setup, and in /etc/samba/smb.conf I have http://paste.ubuntu.com/1116214/ at the bottom of my file. I have have "security = user". However, when I try and access the files (under Ubuntu Desktop or Windows 7), it does not accept my username/password (e.g. the one I would use when logging in through ssh). Do I need to add my user in the samba config somewhere? [20:05] sudo smbpasswd -a username && smbpasswd -e username ( -a is add, -e is enable ) [20:05] is it a good idea to use the same username/password as my "main" user? [20:05] I missed putting sudo there in the second command, apologies [20:06] Oh, sorry, I read that wrong [20:07] AlphaWolf: There are different ideas on the subject. I have here a user and group which is only for smb users and use that, mapping bad usernames or passwords to guest user instead. [20:08] I guess I'm lucky that security isn't much of an issue [20:09] I was more thinking about if it would cause issues within the system, rather than logically. [20:47] has anyone seen excessive slab cache growth in ubuntu precise? [20:47] we are using ubuntu precise as a fileserver [20:47] server iscsi and nfs [20:48] oom killer kills the host every few days [20:48] looking back with atop show slab cache growing 'till al memory is gone [20:50] well, check to see what is using all your slab memory [20:55] hmm, i guess ext4 inode cache [20:55] but guessing is not enough [20:55] time to measure === cpg is now known as cpg|away === cpg|away is now known as cpg === Lcawte is now known as Lcawte|Away === glebihan_ is now known as glebihan