ompal99 | hi | 03:52 |
---|---|---|
ompal99 | command to know remote machine is VM or Physical | 03:52 |
Patrickdk | virtwhat | 04:02 |
ompal99 | thanks | 04:05 |
cfhowlett | man virtwhat | 04:08 |
ompal99 | virtwhat | 04:10 |
ompal99 | not working | 04:10 |
Patrickdk | virt-what | 04:11 |
ompal99 | im trying on live centos image | 04:12 |
Patrickdk | well, this is 3ubuntu | 04:12 |
Patrickdk | can't help you with centos | 04:12 |
ompal99 | ok | 04:13 |
ompal99 | thanks man | 04:13 |
ompal99 | working | 04:13 |
ompal99 | thakns | 04:13 |
Abhijit | i have 8 disks. sda to sdh. i want 200MB, , 20GB and <remaining_space> these 3 partitions on *each* disk. then i want to create md0 for all eight 200mb partions. mount /boot on md0. then creaet md1 for all eight 20GB partitions. mount / on it. is this the correct kickstart recipe for this raid1 setup http://paste.fedoraproject.org/131210/99128401/ | 04:20 |
delinquentme | The following exception was thrown by libcloud when trying to run the initial deployment: 413 Request Entity Too Large Quota exceeded for ram: Requested 8192, but already used 130048 of 131072 ram | 04:54 |
hadifarnoud | nginx is loading a totally different site despite the fact that the config is set on the correct folder. ideas? | 07:41 |
sarnold | are you sure it's loading the correct config? | 07:42 |
=== lazyPower is now known as lazypower-travel | ||
=== kickinz1 is now known as kickinz1|afk | ||
lordievader | Good morning. | 08:56 |
Abhijit | anyone using mysql master ha. | 09:39 |
bekks | Abhijit: What if someone does? | 09:40 |
Abhijit | bekks, how can i make it use user@ipaddress instead of user@hostname? | 09:41 |
bekks | Make it use that when doing what? | 09:41 |
Abhijit | bekks, connecting to mysql nodes? | 09:41 |
bekks | When configuring it, use IP instead of hostname. | 09:42 |
Abhijit | bekks, did that exactly. | 09:44 |
bekks | Then it wouldnt use the hostnames, unless you have entries for them in the /etc/hosts I guess. | 09:44 |
Abhijit | bekks, you mean /etc/hosts of the node or manager? | 09:45 |
bekks | Abhijit: of the manager. | 09:45 |
Abhijit | bekks, manager only has host entry for itself. not for the nodes. | 09:45 |
bekks | Abhijit: So lets take a look at another aspect - does replication currently work? | 09:46 |
Abhijit | bekks, its this file /usr/bin/apply_diff_relay_logs | 09:47 |
Abhijit | bekks, yes. | 09:47 |
bekks | Abhijit: So why do you want to use the IP then? Replication works thats what mysql master ha is supposed to do? | 09:47 |
Abhijit | bekks, replication do not work with mysql master ha. it halts at this error | 09:48 |
bekks | Abhijit: You ansered yes and no to my question "does replication currently work?" - Does it work or not? | 09:48 |
bekks | *answered | 09:48 |
Abhijit | no | 09:48 |
Abhijit | it does not work. | 09:49 |
bekks | And whats the exact error? Pastebin it please. | 09:52 |
Abhijit | bekks, http://paste.fedoraproject.org/131486/09997161/ | 09:53 |
Abhijit | bekks, any idea? | 10:04 |
Abhijit | bekks, i get this Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'log event entry exceeded max_allowed_packet; Increase max_allowed_packet on master' | 10:07 |
Abhijit | when i do show slave status\G | 10:07 |
Abhijit | and Slave_IO_State is empty | 10:07 |
bekks | Then do what the error says and change that given parameter on the master side. | 10:10 |
Abhijit | yeah. | 10:11 |
Abhijit | bekks, how much to set? i set it to 500M and still get same error. | 10:20 |
bekks | So 500M is too small. | 10:22 |
Abhijit | beisner, 1024M. still same errror. | 10:23 |
Abhijit | bekks, ^ | 10:23 |
bekks | Did you restart the master database after changing the value? | 10:23 |
Abhijit | yes. | 10:24 |
bekks | Then its still too small. | 10:24 |
Abhijit | bekks, i am adding this to /etc/my.cnf. is there any way that mysql is using this conf only an not something else? | 10:25 |
bekks | Sure there is, but as long as it is a standard setup, that file is used. | 10:26 |
Abhijit | ok | 10:27 |
darkxploit | hello i need the documentation for dnssec on ubuntu server 14.04 LTS . can someone help me please with some links ? | 15:57 |
darkxploit | hello i need the documentation of bind package for ubuntu?.. | 16:02 |
=== `ph8 is now known as ph8 | ||
andol | darkxploit: Well, if you install the bind9-doc packages you'll find the documentation under /usr/share/doc/bind9-doc/arm/ | 16:15 |
andol | darkxploit: For getting started with dnssec I can very much recommend this book - https://www.michaelwlucas.com/nonfiction/dnssec-mastery | 16:16 |
darkxploit | andol, ok thank you | 16:24 |
=== tjaalton_ is now known as tjaalton | ||
dustinspringman | so, i'm still having an issue... ubuntu-server 14.04... acting as a pptp server.... whenever a pptp client disconnects, I get a "PPPD" command in TOP that runs on and on forever consuming 100% CPU.... as more and more clients disconnect, the PPPD command in top grows and each of the processes equally consumes CPU until the server is at 100%... I can simply "kill" the offending pppd processes, but thats a manual proces | 20:20 |
Arshan | hi every one | 20:41 |
=== deny is now known as misterpink | ||
=== bob_dobbs is now known as gurpgork | ||
qman__ | dustinspringman: while this doesn't directly address your issue, PPTP is laughably, horribly broken and insecure - you really shouldn't be using it http://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol#Security http://security.stackexchange.com/questions/29460/how-can-i-tell-if-a-pptp-tunnel-is-secure | 21:15 |
dustinspringman | thanks qman__ I am familiar with these issues.. unfortunately, the customer had already invested in hardware that lacks the software license to support ipsec.. so I'm stuck until the next budget cycle.. | 21:17 |
=== gurpgork is now known as bob_dobbs |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!