/srv/irclogs.ubuntu.com/2012/07/28/#ubuntu-server.txt

=== Aaton is now known as Aaton_off
uvirtbotNew 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/103019200:56
uvirtbotNew bug: #1022641 in lintian (universe) "not lintian clean" [Undecided,Invalid] https://launchpad.net/bugs/102264101:11
uvirtbotNew 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/103019701:15
=== n0ts_off is now known as n0ts
azerthello03:42
azerti m working in a small company where they manage 120 server03:43
azerti m looking for a software able to stock server component  the location, the position, the connexion etc ....03:44
azertis there any opensource web based are there ?03:44
uvirtbotNew bug: #1003654 in apr (main) "package libapr1 1.4.6-1 failed to install/upgrade: ошибка записи в «<стандартный вывод>»: Победа" [Low,Expired] https://launchpad.net/bugs/100365404:27
uvirtbotNew bug: #1005310 in postfix (main) "Cant build package with default rules" [Low,Expired] https://launchpad.net/bugs/100531004:27
uvirtbotNew 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/100492704:28
=== n0ts is now known as n0ts_off
sarthorHi, "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 in05:17
sarthor shape of some Internet links of How to's, Thanks waiting.05:17
Venomdo most ubuntu servers use command line only?05:18
sarthorHi, "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 so05:20
sarthorI will need some guidance in shape of some Internet links of How to's, Thanks waiting.05:20
ScottKsarthor: There's really nothing Ubuntu specific about your question.05:29
sarthorScottK: Which will be the appropriate channel to ask such question? Really brother I do not know,05:33
ScottKThe 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:34
ScottKIf you look at the Ubuntu server guide it tells you how to set up an Ubuntu server to the things you mentioned.05:35
sarthorScottK: I am just learning, I do want to do it as permanant bases. I am a learner.05:35
ScottKThe one part that's different is the dyndns part and they probably have documentation.05:36
ScottKI'm not judging if you should or not, just making sure you know.05:36
sarthorI do not want to do it as permanent*05:36
ScottKIn any case use the Ubuntu Server guide and dyndns documentation to get started.05:48
=== Lcawte is now known as Lcawte|Away
=== n0ts_off is now known as n0ts
uvirtbotNew bug: #1030238 in samba (main) "samba not installing in 11.04" [Undecided,New] https://launchpad.net/bugs/103023807:51
=== n0ts is now known as n0ts_off
=== cpg is now known as cpg|away
=== Lcawte|Away is now known as Lcawte
AlphaWolfI'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 <drive> 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?13:13
maxagazhi15:29
maxagazhow 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:30
SpamapSmaxagaz: mysql -h thehost -uyouruser -pyourpass15:36
maxagazSpamapS: I have seen with nmap that it's filtered, so not open15:37
maxagaz3306/tcp filtered mysql15:37
maxagazhow can I open it ?15:37
SpamapSmaxagaz: probably with a firewall rule15:38
maxagazSpamapS: I didn't set my firewall15:38
albert23maxagaz: by default mysql only listens on localhost15:40
maxagazalbert23: how to make it listen to external addresses ?15:41
maxagazalbert23: or just 2 or 3 addresses15:41
albert23you can change it in /etc/mysql/my.cnf15:41
albert23change this line: bind-address           = 127.0.0.115:41
qman__remember, mysql connections are in the clear, so only do that on a trusted network or tunnel over SSL15:44
maxagazalbert23: to what should I change it ?15:46
maxagazcan I change it to: bind-address = ip1, ip2, ip3 ?15:46
albert23you van try. Using one address may also be enough?15:47
albert23and 0.0.0.0 would listen on any address15:48
maxagazalbert23: 0.0.0.0 sounds dangerous15:50
albert23I would prefer to use just one address indeed15:51
maxagazalbert23: I tried 0.0.0.0, but nmap still shows it as "filtered"15:54
albert23maxagaz: did you restart mysql?15:55
maxagazalbert23: yes I did15:55
albert23you can check on the remote server if mysql is indeed listening on all addresses15:56
albert23otherwise I guess there is some firewall between you and the server15:56
maxagazI have also opened the firewall15:56
maxagazwith: sudo /sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 3306 -j ACCEPT15:57
albert23and there is no rule that could drop mysql before that line?15:58
maxagazalbert23: it's the only time I changed rules on this server16:00
albert23you may want to check all rules with sudo iptables -L -v. That will also show which rules are being used for traffic16:00
maxagazalbert23: https://gist.github.com/319383816:02
albert23that shows 0 hits for the mysql rule16:03
maxagazalbert23: amazon must be blocking somewhere16:07
albert23maxagaz: that's the first thing to check. As long as you don't see hits in your fw rule, mysql itself is not relevant yet16:11
uvirtbotNew 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/103033216:11
maxagazalbert23: I understand, thanks a lot for your help!16:12
albert23no problem16:13
TheLordOfTimeBug 1030332 which was just announced here appears Incomplete btw16:13
uvirtbotLaunchpad 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/103033216:13
TheLordOfTimein case the server team's wondering16:13
=== 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
uvirtbotNew bug: #1030345 in mysql-5.5 (main) "debconf failed to configure phpmyadmin for mysql" [Undecided,New] https://launchpad.net/bugs/103034517:44
=== cpg|away is now known as cpg
AlphaWolfI'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:04
genii-aroundsudo smbpasswd -a username && smbpasswd -e username   ( -a is add, -e is enable )20:05
AlphaWolfis it a good idea to use the same username/password as my "main" user?20:05
genii-aroundI missed putting sudo there in the second command, apologies20:05
AlphaWolfOh, sorry, I read that wrong20:06
genii-aroundAlphaWolf: 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:07
AlphaWolfI guess I'm lucky that security isn't much of an issue20:08
AlphaWolfI was more thinking about if it would cause issues within the system, rather than logically.20:09
henkjanhas anyone seen excessive slab cache growth in ubuntu precise?20:47
henkjanwe are using ubuntu precise as a fileserver20:47
henkjanserver iscsi and nfs20:47
henkjanoom killer kills the host every few days20:48
henkjanlooking back with atop show slab cache growing 'till al memory is gone20:48
PatrickDKwell, check to see what is using all your slab memory20:50
henkjanhmm, i guess ext4 inode cache20:55
henkjanbut guessing is not enough20:55
henkjantime to measure20:55
=== 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

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