| bio | website | storyinmemo.com |
|---|---|---|
| location | Mountain View, CA | |
| age | 28 | |
| visits | member for | 4 years |
| seen | yesterday | |
| stats | profile views | 433 |
|
Dec 18 |
comment |
Linux IPv6: DHCP and /127 prefixes @fukawi2 I am the OP. The A flag is not set. |
|
Dec 17 |
comment |
Linux IPv6: DHCP and /127 prefixes There are two flags in a router advertisement: the "A" flag (use SLAAC), and the the "M" flag on (use DHCPv6). A is off, M is on. Router Advertisements must be in place regardless of the subnet size because DHCPv6 packets don't include router information the way that DHCPv4 packets do, nor do they include subnet prefix sizes. |
|
Dec 7 |
comment |
Bacula stops writing to disk volume after 2GB Asker (apparently) commented (via an attempted suggested edit) that editing etc/autofs.master from
backup-pool -nfsvers=2 server:/path to
backup-pool -fstype=nfs4 server:/path worked. See serverfault.com/review/suggested-edits/43385 |
|
Dec 7 |
comment |
How do I protect business critical data against fire? How much data? Guessing the size of your data can vary by about 2 orders of magnitude depending on who you're talking to and what their use pattern is. |
|
Dec 6 |
comment |
Can't delete files when nginx is running @Ayub Indeed, mentioning that you were serving files from a network filesystem on another OS would have been very helpful. |
|
Dec 5 |
comment |
Can't delete files when nginx is running That doesn't sound like normal Linux behavior. Do you have some command output? |
|
Dec 5 |
comment |
MySQL crashes once every ~24h You should look at the system logs as well as the MySQL logs. Whatever is happening is preventing MySQL from logging it. |
|
Dec 2 |
comment |
IPv6 static routes The LAN interface of the router needs to have a LAN interface IP. |
|
Nov 30 |
comment |
How to configure postfix to permit relaying from some ip address but only using one domain as sender Can you clarify whether the domain is a destination or a source address relative to the server you're configuring? |
|
Nov 30 |
comment |
What effect do the user and role labels have on a file in SELinux? That gives a really good general breakdown of SELinux attributes. However, where it discusses user and role, it's only reference to a Linux user account. I still see no reference to the user and role attributes as labeled on a file having any bearing over affecting the handling of the file. |
|
Nov 30 |
comment |
CentOS - semanage - Delete range of ports @MikePurcell Yeah, it's a bit frustrating. What happens is everything specify turns into a key. Thus, resulting key for any operation must be the same key as was used for the add. Blame it on the underlying kernel API. |
|
Nov 30 |
comment |
AD GIT SELinux RHEL 6 : Can not get SELinux to allow connetion to git @JohanSörell Is there any chance you might still be able to post the results of the audit logs? I'd be happy to help with this question. |
|
Nov 29 |
comment |
user-password disable not working in Ubuntu 12.04, can not start service @sebut sudo -u $USER command arguments |
|
Nov 28 |
comment |
How do I upgrade mongodb 1.8 to 2.2 on ubuntu? Yes, you can do that. |
|
Nov 28 |
comment |
Why would a URL ending in .com be a security threat? @Brajeshwar Then I guess they suppose that since .com is a holdover and .exe is contemporary that .exe can be legitimate. Just for grins, have you tried searching for .net? |
|
Nov 27 |
comment |
Swapping of HDD to an alternate server causes loss of data? See serverfault.com/q/440352/3139 |
|
Nov 27 |
comment |
2 Disks lost from RAID5 on P212! How can I recover the array without losing data? You have 9 terabytes of data and no backup. This is where you pay for your mistakes. If anything will save you, it will be a professional data recovery service and it will cost your dearly. |
|
Nov 27 |
comment |
Many ISP's is block port 25, how do I choose an alternative port? That's basically what I was typing up as an answer, so here's the add-on link: Wikipedia on SMTP ports |
|
Nov 25 |
comment |
How long BGP reconnect happens? @Saran Yes, the initial setup state will be run continuously as well. |
|
Nov 19 |
comment |
How do I send a newsletter to 2000 emails on a shared server? My calculator tells me you can do that in 6 hours. |