Displaying 20 results from an estimated 43 matches for "unplanning".
Did you mean:
planning
2008 Jul 21
6
Xen GPL PV Drivers, Windows 2003 unplanned shutdown
Hi,
I''ve recently started using the GPL PV Drivers (0.9.10) for a pair of
test machines, one XP and one 2003. XP works beautifully: Thank you for
the development efforts. 2003 works almost as well, with one exception.
When I either xm reboot or xm shutdown and subsequently restart the
virtual machine, at first login I get this dialogue:
The system has restarted after an unplanned
2023 Mar 08
0
ANNOUNCE: [MAINT] Unplanned network outage
Hi,
My ISP had an unplanned network outage starting around 2am this morning
that took all connectivity offline -- their router ran out of memory and
took out all BGP routes. Their router has since been rebooted and packets
are now flowing again.
Sorry for any inconvenience this may have caused.
-derek
--
Derek Atkins 617-623-3745
derek at ihtfp.com
2024 Oct 21
0
ANNOUNCE: [MAINT] Unplanned network outage Saturday/Sunday
Hi,
Many of you may have noticed that it was pretty quiet over the weekend.
AT&T (my ISP) had a fiber cut around 1am Saturday Night (Sunday Morning)
that took out my network. They kept pushing the expected resolution until
5am today, but the network was repaired at 7:09pm last night at which
point everything should have come back.
This outage affected code, which runs email, wiki, and git
2012 Jul 17
0
Unplanned service outage within next hour for Asterisk community services
We're having some intermittent network difficulties that may affect the
Asterisk community services listed below. You may experience an outage
for a few minutes sometime during the next 30 minutes to an hour while
we swap out some networking equipment. We apologize for any inconvenience.
The services affected may include:
bamboo.asterisk.org
code.asterisk.org
downloads.digium.com
2013 Sep 10
0
Unplanned community service outage Tues, 10, Sept 2013
Starting roughly at 2:20 PM CDT, the Asterisk community services listed
below may have intermittent availability due to unknown causes for an unknown
length of time. Digium's IT staff are working quickly to troubleshoot
the problem.
Another announcement will be made when services are restored.
The affected services are:
* All community services provided by Digium, including, but not limited
2013 Sep 10
0
Unplanned community service outage Tues, 10, Sept 2013
On Tue, Sep 10, 2013 at 2:39 PM, Digium's Asterisk Development Team
<asteriskteam at digium.com> wrote:
> Starting roughly at 2:20 PM CDT, the Asterisk community services listed
> below may have intermittent availability due to unknown causes for an unknown
> length of time. Digium's IT staff are working quickly to troubleshoot
> the problem.
>
> Another
2013 Mar 17
1
ANNOUNCE: Unplanning network maintenance/outage
Good morning, GnuCashers,
Some (many?) of you may have noticed the outage of 'code.gnucash.org'
starting with a lot of packet loss on Thursday and escalating into a
complete outage by Friday. This took out our Subversion, Wiki, Email
List, everything server. Well, as of 2:15pm US/EDT on Saturday
(yesterday) everything should be back to normal and operational. If you
don't want to
2010 Feb 25
1
guest management: 1 and only 1 instance
Gang,
???? I run several KVM host machines.? Due to updates, maintenance,
and unexpected reboots sometime host machines are restarted.? I can
easily envision a scenario where HostX needs some critical packages
updated or is acting up.? I migrate guest0, guest1, guest2 etc. from
HostX to HostY.? Then, in either a planned (i.e. scheduled
maintenance) or unplanned (i.e. unplanned reboot) event
2007 May 22
3
BDD screenscast
I posted a quick screencast demonstrating some BDD with RSpec yesterday:
http://wincent.com/a/about/wincent/weblog/archives/2007/05/
behaviourdriven.php
I''m a C/Objective-C programmer who knows a bit of Ruby, almost
nothing about Rails, and in BDD I can really only claim "new but
interested" status.
It''s not scripted, it''s totally improvised and
2000 Jun 30
1
Samba BDC and mirroring Homes
We have samba 2.0.0 running on Solaris 2.6 (Sparc)
sharing out various directories and user homes.
Recently I've set it up for Win98 logins and all
this is working fine. Unfortunately this also
means that if the server has to go down so do the
clients, as we're pushing the users to use the
server as much as possible.
My question is what would be the best way to set
up a Backup Samba
2014 Oct 11
2
Re: CF Card wear optimalisation for ext4
Something else that you might want to do is count the number of
journal commits that are taking place, via a command like this:
perf stat -e jbd2:jbd2_start_commit -a sleep 3600
This will count the number of jbd2 commits are executed in 3600
seconds --- i.e., an hour.
If you are running some workload which is constantly calling fsync(2),
that will be forcing journal commits, and those turn into
2009 Feb 11
8
Write caches on X4540
We''re using some X4540s, with OpenSolaris 2008.11.
According to my testing, to optimize our systems for our specific
workload, I''ve determined that we get the best performance with the
write cache disabled on every disk, and with zfs:zfs_nocacheflush=1 set
in /etc/system.
The only issue is setting the write cache permanently, or at least quickly.
Right now, as it is,
2014 Oct 10
0
Re: CF Card wear optimalisation for ext4
On Oct 8, 2014, at 10:28 AM, Jelle de Jong <jelledejong at powercraft.nl> wrote:
> Hello everyone,
>
> I been using CF cards for almost more then 7 years now with ext
> file-system without any major problems on ALIX boards.
>
> Last year I took 30 other systems in production with ext4 and the CF
> cards been dropping out pretty fast, it may have been a bad batch but
2010 Nov 16
5
Controlling Package Version
Hi Folks,
I am fairly new to using Puppet, but am trying to use it to control
production servers running:
- CentOS 5.5
- Puppet 2.6.3
- Yum 3.2.22
We would like to specify that certain versions of packages be loaded
on a system. Our requirement is to have fixed versions of all critical
packages upon which our applications depend. We do not want any
surprises due to unplanned updates to the
2014 Oct 08
3
CF Card wear optimalisation for ext4
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everyone,
I been using CF cards for almost more then 7 years now with ext
file-system without any major problems on ALIX boards.
Last year I took 30 other systems in production with ext4 and the CF
cards been dropping out pretty fast, it may have been a bad batch but
I do want to look at it. I don't think the devices writes a lot of IO
(is
2007 May 23
13
Preparing to compare Solaris/ZFS and FreeBSD/ZFS performance.
Hi.
I''m all set for doing performance comparsion between Solaris/ZFS and
FreeBSD/ZFS. I spend last few weeks on FreeBSD/ZFS optimizations and I
think I''m ready. The machine is 1xQuad-core DELL PowerEdge 1950, 2GB
RAM, 15 x 74GB-FC-10K accesses via 2x2Gbit FC links. Unfortunately the
links to disks are the bottleneck, so I''m going to use not more than 4
disks, probably.
2015 Jan 16
1
Missing Policies folder after failure; how to recreate
2015.01.14. 15:48 keltez?ssel, Marc Muehlfeld ?rta:
> Am 14.01.2015 um 11:18 schrieb "Gergely, Kasz?s":
>>> If you just lost your sysvol folder content, restore the files from
>>> your backup or copy them from an additional DC in the domain + run
>>> 'samba-tool ntacl sysvolreset'.
>> Yes if the site would have backups or a second DC this
2012 Dec 11
0
[LLVMdev] LLVM buildmaster will be restarted in few minutes
Hello everyone,
Due to unplanned maintenance LLVM buildmastrer is about to be restarted.
Should be back to normal in few minutes.
Sorry for the inconvenience and thanks for understanding.
Thanks
Galina
2017 Dec 28
1
Centos 7 and btrfs
On 28.12.2017 16:50, m.roth at 5-cent.us wrote:
> Matt wrote:
>> I am setting up a new test server. Doing a fresh install from CD onto
>> a couple 4TB drives. Would like to try btrfs in a RAID 1 format. Are
>> there any how to's on how to do that?
>
> I was under the impression that upstream was deprecating BTRFS.
brtfs was only a technology preview in RHEL 7
2005 Oct 31
0
[PATCH] add SHUTDOWN OPTIONS to xmdomain.cfg man page
The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfg
man page. It documents the new set of options introduced over the last few
weeks.
Signed-off-by: Sean Dague <sean@dague.net>
Diffstat output:
xmdomain.cfg.pod.5 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 51 insertions(+)
diff -r 8cc7ce549d00 docs/man/xmdomain.cfg.pod.5
---