search for: postmortem

Displaying 16 results from an estimated 16 matches for "postmortem".

2018 Aug 01
1
[fdo] Postmortem: July 17th GitLab outage
Marek Olšák <maraeo at gmail.com> writes: > We can also save space by using the main repo for private branches, > e.g. my branches would be in refs/heads/mareko/*. It sounds like gitlab is not going to have this fixed very soon: https://gitlab.com/gitlab-org/gitlab-ce/issues/23029 I think this is an interesting idea. It would increase exposure of Mesa developers to what each other
2017 Sep 19
3
[Gluster-infra] lists.gluster.org issues this weekend
...ample at hotmail.com, > example+foo at hotmail.com, example+bar at hotmail.com, it goes to the same > inbox. We were constantly hit with requests to subscribe to a few > inboxes. > These requests overloaded our mail server so much that it gave up. We > detected this failure because a postmortem email to > gluster-infra at gluster.org bounced. Any emails sent to our mailman > server > may have been on hold for the last 24 hours or so. They should be > processed > now as your email provider re-attempts. > > For the moment, we've banned subscribing with an email add...
2007 Jan 17
3
Diagnosing into server crash
Hi all, can anyone point me to a document that descirbes how to trace into an OS crash under Solaris 10? My hope is to get target-oriented description to figure out the system call and the process/thread that lead to the crash. Regards, Andreas
2007 Aug 21
4
Core analysis !
Can i use dtrace to anlayze my core files ? -- This message posted from opensolaris.org
2017 Sep 16
1
lists.gluster.org issues this weekend
...f you send an email to example at hotmail.com, example+foo at hotmail.com, example+bar at hotmail.com, it goes to the same inbox. We were constantly hit with requests to subscribe to a few inboxes. These requests overloaded our mail server so much that it gave up. We detected this failure because a postmortem email to gluster-infra at gluster.org bounced. Any emails sent to our mailman server may have been on hold for the last 24 hours or so. They should be processed now as your email provider re-attempts. For the moment, we've banned subscribing with an email address with a + in the name. If you a...
2017 Sep 22
0
[Gluster-infra] lists.gluster.org issues this weekend
..., >> example+foo at hotmail.com, example+bar at hotmail.com, it goes to the same >> inbox. We were constantly hit with requests to subscribe to a few >> inboxes. >> These requests overloaded our mail server so much that it gave up. We >> detected this failure because a postmortem email to >> gluster-infra at gluster.org bounced. Any emails sent to our mailman >> server >> may have been on hold for the last 24 hours or so. They should be >> processed >> now as your email provider re-attempts. >> >> For the moment, we've banned su...
2010 Aug 17
4
Narrow escape with FAULTED disks
Nothing like a "heart in mouth moment" to shave tears from your life. I rebooted a snv_132 box in perfect heath, and it came back up with two FAULTED disks in the same vdisk group. Everything an hour on Google I found basically said "your data is gone". All 45Tb of it. A postmortem of fmadm showed a single disk failed with smart predictive failure. No indication why the second failed. I don''t give up easily, and it is now back up and scrubbing - no errors so far. I checked both the drives were readable, so it didn''t seem to be a hardware fault. I moved one...
2018 Jul 29
2
[fdo] Postmortem: July 17th GitLab outage
Hi, On Tues Jul 17th, we had a full GitLab outage from 14:00 to 18:00 UTC, whilst attempting to upgrade the underlying storage. This was a semi-planned outage, which we'd hoped would last for approximately 30min. During the outage, the GitLab web UI and API, as well as HTTPS git clones through https://gitlab.freedesktop.org, were completely unavailable, giving connection timeout errors.
2005 Dec 21
0
ustack() issues && correlating SIGSEGV activ ity?
...> accessed it > (e.g., finding the culprit of a SIGSEGV without gdb)? DTrace can''t realistically hook into every memory access (unless you know your assembly and fancy some instruction level tracing, or know you''re looking for a bad memcpy), and it isn''t really a postmortem debugging tool - your best bet for this would be to use mdb (if the process has already crashed, and you have a core file) to get the stack and have a poke around the entrails, or to use the debugging options in libumem to narrow down any access violations if you have a reproducible test case. Adam...
2006 Feb 01
1
Bus error when running Hieraki
I have been trying to set up Hieraki 2.0.1 and I cannot seem to get it running. I am running on FreeBSD 5.4, Ruby 1.8.4, Apache 2.0.55, Mysql 4.1.16, ruby-mysql 2.7, mod_scgi 1.9, scgi_rails 4.3 and Rails 1.0. I can start up the wiki, get it to display the home page, and when I click on the signup link the signup form displays. When I fill in the signup form and click the signup button, the
2005 Sep 19
1
Resolving QOS problems
...ere. I haven't found much on the open source front. I've seen "Windows RTP Quality Monitor" which might be useful, but it's beta and hasn't been updated in over a year. It seems to me that Ethereal might be integrated with a graphical tool, and if nothing else provide postmortem statistics on a phone call. Request for comments : ---------------------- What are people using to troubleshoot these problems? What commercial software works for you? What open source projects are you using? Do you have suggestions on projects that might be glued together to provide this func...
2012 May 29
2
Fax Server for Asterisk
Hello, For those customers with only analog lines, who ask for fax2email and email2fax, whats the most reliable solution available and tested with Asterisk? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120529/3e28b56e/attachment.htm>
2019 Nov 23
5
LLVM 9.0.1-rc1 Release has been tagged
Hi, I've tagged the LLVM 9.0.1-rc1 release. Testers can begin testing and upload binaries. I've also updated the test-release.sh script to pull from GitHub instead of SVN, if you run into any issues with the new script, let me know. -Tom
2018 May 22
1
Re: Create qcow2 v3 volumes via libvirt
Hi Eric and list, I had another production VM start pausing itself.  This one had been running for more than 4 years on a 60G LVM volume.  It has had the occasional snapshot during that time though all have been "removed" using the virt-manager gui so I used qemu-img as you suggested. # qemu-img convert /dev/trk-kvm-02-vg/rt44 -O qcow2 /mnt/scratch/rt44.qcow2 dd'd the qcow2
2005 Feb 23
19
Calculating real cpu usage of Xen domains correctly!
Hi all, With the new vm-tools we are trying to get top like capabilities going correctly. Currently we have a program vm-list that has some of this capability but is dependent on the cpu time given by libxc calls (xc_get_dom_info & xc_domain_get_cpu_usage). These two functions give you how much time (in nanoseconds, why is this not documented) the domain has been actively used. Approaches:
2013 May 12
3
FreeBSD Quarterly Status Report, January-March 2013
...contact us and visit our home page. Open tasks: 1. Updating out-of-date ports, see PortScout for a list. __________________________________________________________________ Kernel Information in Process Core Dumps Contact: Mikolaj Golub <trociny at freebsd.org> When doing postmortem analysis of a crashed process it is sometimes very useful to have kernel information about the process at the moment of the crash, like open file descriptors or resource limits. For a live process this information can be obtained via sysctl(3) interface e.g. using procstat(1). The a...