similar to: CentOS 7 magically rebooted!

Displaying 20 results from an estimated 2000 matches similar to: "CentOS 7 magically rebooted!"

2010 Nov 26
0
Help on converting a daily zoo to a weekly zoo
Dear R-gurus: I want to convert a zoo object of daily stock prices to a weekly one, based on the following 4 steps. 1. No problem in creating weekly data using Wednesday Obs. wed.index <- ( weekdays(index(daily)) == "Wed" ) week.dat <- daily[wed.index] > week.dat A000010 A000020 A000030 A000040 A000050 A000060 2000-01-05 3925 NA 3950 6350 21717 836 2000-01-12
2007 Oct 22
2
Strange scroll behavior of Auto Complete inside Active Scaffold.
Hi Everyone. After a long weekend of testing some stuff out I finally got the auto suggest working. I have got a problem however in both IE and Firefox as the drop down scrolls the page down to the element only when the up arrow is pressed. Here is a detailed example. When I have <%= text_field_with_auto_complete :product, :colour %> in my product _form.rhtml override... ... and in my
2006 Feb 15
2
PIKA Technologies Inc. Announces Support for Open Source Asterisk PBX
Ottawa, Canada ? February 15, 2006 - PIKA Technologies Inc. today announced that they have integrated PIKA?s high-density analog computer plug-in boards with the open source Asterisk PBX, with the introduction of PIKA Connect for Asterisk. PIKA Connect for Asterisk is a software layer, available free of charge and distributed under the GNU Public License (GPL), which allows interoperability
2006 Feb 15
1
Asterisk large-scale deployment w/analog phones
I would recommend that you look at the Pika Technologies Daytona MM board. It has onboard DSP and onboard analog bridging taking up much less horsepower. Please contact me off-list if you would like more information. Bill Hunt Stroudwater Contact Point 207 347 8080 x219 877 870 1234 Toll Free www.stroudwater.com "Realize the Value of Customer Contact!"TM This e-mail is intended
2015 Sep 23
1
amanda-client does not recognise 'dump'
CentOS Linux release 7.1.1503 (Core) amanda-3.3.3-13.el7.x86_64 amanda-client-3.3.3-13.el7.x86_64 amanda-libs-3.3.3-13.el7.x86_64 dump-0.4-0.22.b44.el7.x86_64 Hi, I have been using amanda backup for quite a long time now. I'm busy migrating some older hosts to CentOS 7 but have found that the available amanda packages (see above) have not been compiled on a host that has the 'dump'
2013 Oct 21
3
how to pass the value to custom function?
Dear all, I''m trying this thing for a while but can''t figure out what am I doing wrong. Here is my sample function (which is similar to the original one, except for the hash, which is generated dynamically in the original one): module Puppet::Parser::Functions > newfunction(:am_running_oss, :type => :rvalue ) do |args| > > oss =
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a if statement to tag certain keywords based on whether they have certain values contained in them. However, the if statement doesn't seem to work. When I had split up the commands into various functions, it worked fine, but I'm not sure what going on now that it's combined into a single function. myfunc
2013 Apr 10
1
What about port 2048 for GRE(47) packaged in ip protocol
? ? ? Hi, all:? ? ? ? ? I'm playing with Gre Tunnel programming in centos 6. ? ? ? ?? ? ? ? ? I wrote my program in these steps:? ? ? ? ? a, open /dev/net/tun ?device and ioctl with?TUNSETIFF, get fd to tun device, say "tun0"; ? ? ? ? b, create one socket and use it to set tun0's ?ip address, namyly?SIOCSIFADDR and?SIOCSIFDSTADDR; and then turn it up; ? ? ? ? c, create one raw
2017 Jun 29
1
samba-tool SIGSEGV
Hi, Not sure if I should post in samba-technical or just samba list. Please advise. Back in February I was trying to do a samba-tool classicupgrade but kept getting SIGSEGV: https://lists.samba.org/archive/samba/2017-February/206409.html I didn't progress much after that. This week I've compiled samba-4.6.5 and installed that. Following the HOW-TO for classic upgrade
2004 Sep 22
3
2.6 kernel ipsec and shorewall
I set up an ipsec/racoon vpn tunnel test environment. The gateway machines are 192.168.0.30 and 192.168.0.31 on the external adaptor and 10.0.1.1 and 10.0.2.1 internally. The test workstations are 10.0.1.10 and 10.0.2.10. The tunnel seems to be working as in 10.0.1.10 can talk to 10.0.2.10 an vice versa and they can both use the net via NAT, however 192.168.0.30 and 192.168.0.31 cannot directly
2016 Jun 22
8
KVM HA
Hi, I have two KVM hosts (CentOS 7) and would like them to operate as High Availability servers, automatically migrating guests when one of the hosts goes down. My question is: Is this even possible? All the documentation for HA that I've found appears to not do this. Am I missing something? My configuration so fare includes: * SAN Storage Volumes for raw device mappings for guest vms
2005 Sep 28
15
Asterisk on windows
why can't we compile the asterisk coading in windows, it's done in c++ so it should work in windows as well
2009 Feb 11
2
Question about apply()
Hello, everyone! Assume you have this data: data <- structure(c(66.609375, 67.09375, 66.40625, 66.734375, 67.109375, 66.875, 66.09375, 65.921875, 66.546875, 66.140625, 66.140625, 65.65625, 65.875, 65.59375, 65.515625, 66.09375, 66.015625, 66.140625, 66.109375, 66.421875, 1702.7, 1647.7, 1649.4, 1639.9, 1696.4, 1710.9, 1690.2, 1677.9, 1694.4, 1713.9, 1713.9, 1705.4, 1708.4, 1692.9, 1689.6,
1998 Jul 15
0
Re: RedHat 5.X Security Book
I think it depends on wat you are using the book for..I myself have been trying for a long time to find a document that describes basic RedHat and Linux security, what to look for, inherent dangers etc etc. So I was overjoyed when I found this book. No, I am not depending on it as a sole source of information, but the basicis that it covers simply do not get repeatadly posted to the lists you
2005 Jun 02
0
Re: Reboots -- Reboot Logic ...
The main reason I see this topic come up over and over is because people who are new to UNIX coming from Windows don't realize that they have been "programmed" into thinking what reboots are for. Prior to the proliferation of Windows, barring hardware failure, reboots were pretty limited to scheduled maintenance. Sure, user-space programs have memory leaks, new options are buggy,
2014 Apr 01
1
write barrier support in CentOS 6
Hi, I've been looking for an answer to this question and can't find anything concrete that says full support for write barriers has been backported to the stock kernel. I've read that: "There is incomplete write barrier support in kernel versions 2.6.32 and earlier (2.6.31 has some support, while 2.6.33 works for all types of device target) - RHEL 6 uses 2.6.32." Now, I
2016 Jun 23
0
KVM HA
How about trying commercial RHEV? Eero 22.6.2016 8.02 ap. "Tom Robinson" <tom.robinson at motec.com.au> kirjoitti: > Hi, > > I have two KVM hosts (CentOS 7) and would like them to operate as High > Availability servers, > automatically migrating guests when one of the hosts goes down. > > My question is: Is this even possible? All the documentation for HA
2019 Nov 20
2
hp-ux samba windows client fails to delete directory
Hi Rowland, I have attached the output of testparam -v command in the attachment. Regards, Arjit -----Original Message----- From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland penny via samba Sent: Wednesday, November 20, 2019 5:02 PM To: samba at lists.samba.org Subject: Re: [Samba] hp-ux samba windows client fails to delete directory On 20/11/2019 09:12, Kumar, Arjit
2017 Feb 07
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
Hi, I'm having trouble with the classic upgrade. We have three samba servers: Server1: CentOS 5/Samba 3.6 (with smbldap-tools) Server2: CentOS 6/Samba Version 4.2.14-SerNet-RedHat-23.el6 Server3: CentOS 7/Samba Version 4.2.14-SerNet-RedHat-23.el7 Server 1: CentOS 5/Samba 3.6 (with smbldap-tools) Serves our OpenLDAP backend for centralised authentication (LDAP replicated to two other servers
2010 Jun 04
1
update from 4.8 to 5.4?
I have searched the list, and don't see this covered or didn't search for the right words. I'm running CentOS 4.8 and have some DVD's for 5.4. I have a lot of customized and additional software installed and would like to avoid starting over with a scratch install. After the upgrade from the DVD I would do a yum upgrade to 5.5. Is this a workable (and safe) thing to do? What