Displaying 20 results from an estimated 1000 matches similar to: "not NetworkManager but dhclient turned off yet clobbered yp.conf on boot"
2011 Dec 12
0
NetworkManager turned off yet clobbered yp.conf on boot?
A system had a disk problem, I took out the disk, mounted on another
system, tweaked around until I thought the disk problem was fixed, then put
it back in the original system. I did not edit any config files among the
tweaks. When I booted the system, NIS was not working right. I found that
these files had been changed: /etc/yp.conf /etc/resolv.conf /etc/ntp.conf
/etc/auto.master
2012 Jan 13
1
what to do about [abrt] full crash report kernel taint?
I have a machine with a recent install of centos
(2.6.32-220.2.1.el6.x86_64 kernel). It crashed 3 times this week, and
sent emails like the one below complaining about kernel taint. I've
gone back to a previous kernel to see if that helps, but otherwise I
don't know how to investigate this. What should I do?
Here's stuff from the log and one of the emails:
2009 Oct 08
12
resolv.conf rewritten every reboot. How to figure out who and why?
My machine has a static IP, with dhcp and IPv6 disabled. Every time I
reboot, some process rewrites /etc/resolv.conf, including a comment
about dhcpclient. The only package I have installed that shows up in
"rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in
there is named dhcpclient.
I'd like to figure out what software is rewriting this file and why.
man 5
2005 Mar 09
0
RE: : RE: Re: MGCP to Inter Tel system
-----Original Message-----
> -this is very true, however, the current version of the Axxess software
> (9.0) supports SIP trunking natively on the IPRC. I just got my Axxess
> upgraded and am salivating to get * connected to it.
Hmm, so 9.0 is out and it supports SIP natively. How did you plan to
integrate the 2?
-The Axxess will see the * as it would see an IP service provider.
2013 Jan 13
3
extracting character values
Dear all,
I have a dataframe of names (netw), with each cell including last name and initials of an author; some cells have NA. I would like to extract only the last name from each cell; this new dataframe is calle 'res'
Here is what I do:
res <- data.frame(matrix(NA, nrow=dim(netw)[1], ncol=dim(netw)[2]))
for (i in 1:x)
{
wh <- regexpr('[a-z]{3,}',
2010 Oct 14
2
yum 4 packages excluded due to repository priority protections
Is there a simple command to get yum to list what packages are being excluded?
mahalo,
TDB
--
Q: Why should this email be 5 sentences or less?
A: http://five.sentenc.es
2003 Jun 13
2
maps library for R?
Hi there,
Does it already exist a library in R to draw maps (something like a Generic
Mapping Toolbox, http://gmt.soest.hawaii.edu/ port).
I've seen in an old R-help that Ross Ihaka once tried to port the S-plus map
library (http://maths.newcastle.edu.au/~rking/R/help/99b/0832.html ).
Anybody know if this package is available somewhere or if there is somebody
developing a Mapping package
2001 Jul 04
1
.R Directory in Win ver 1.3.0 [forwarded]
[ Unfortunately,
yet another person (or rather Micro$oft Outlook configuration?),
sending mail to me, the list maintainer (owner-...),
rather than the mailing list... MM ]
From: "M. Shiham Adam" <msadam at soest.hawaii.edu>
To: <owner-r-help at stat.math.ethz.ch>
Subject: .R Directory in Win ver 1.3.0
Date: Tue, 3 Jul 2001 12:42:42 -1000
Dear R
2009 May 28
0
PBSmapping problems with importGSHHS
Dear List,
I am trying to use the PBSmapping package to import and plot the shoreline of Hawaii. I am having problems importing and plotting the specific regions that I would like to plot. Specifically, I can't get it to import the range of x variables that I would like. I think my problem is with a variable called xoff, but I have no idea what it is, what it does, or how I am supposed to
2010 Nov 10
1
quota broken for large NFS mount
Should I report this as a bug somewhere? Or is it just a problem with the
old fedora box, probably fixed long ago and not relevant to the centos list?
On the server side, theme4, a very old fedora box, exports t4d5 via NFS.
t4d5 is big, has lots of space, and the user tobiasf has plenty of quota:
[root at theme4 ~]# quota -vls tobiasf|grep sdf
/dev/sdf1 1312G 4578G 4769G
2009 Jul 25
2
install DVD mounted -noexec by default == bad interpreter permission denied
Installing matlab on Centos5.
command I typed:
/media/MATHWORKS_R2009A/install &
Error message I received:
[1] 10759
[root at taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh:
bad interpreter: Permission denied
Google found no hits with this precise error message, but several
similar hits when I leave out the matlab path.
Solution:
mount -o remount -o exec /dev/scd0
(scd0 is
2009 Jul 15
0
Aloha on Rails, Hawaii Rails Conf, Last Day for Proposals
Aloha!
July 15th is the last day for proposals to present at Aloha on Rails,
the Hawaii Ruby on Rails Conference. Join Chad Fowler, Obie
Fernandez, Gregg Pollack, Jim Weirich, Yehuda Katz, and many more at
the premier destination event for Ruby on Rails! Aloha on Rails will
be held in Waikiki, Hawaii on Oct 5-6, 2009.
To learn more, and to submit your proposal, please visit
2016 Feb 02
0
nfs stuck, don't know what processes to kill
Try "umount -fl" ('eff el')
On Tue, Feb 2, 2016 at 1:58 PM, Dave Burns <tburns at hawaii.edu> wrote:
> My NFS server is up and other clients can access x. One particular client
> can't. I tried to unmount the NFS share:
>
> [root at nfsclient ~]# umount -f /disk/x
> umount2: Device or resource busy
> umount.nfs: /disk/x: device is busy
2010 Oct 06
3
integrate Intertel Axxess with Asterisk
Has anyone successfully integrated Asterisk with an Inter-tel Axxess phone
system via a SIP trunk using the IPRC card?
--
Marvin Horst
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101006/5dbe435a/attachment.htm
2010 Dec 31
1
OT how to prevent oversubscription of a disk
I want to add up the quotas I've assigned on a particular partition
and see if the total is bigger than the disk. It's possible to do this
(awkwardly) using repquota or quota. Is there no more accurate/elegant
way? I can't be the first person to worry that more quota has been
issued than the disk can supply.
mahalo and Happy New Year,
Dave
--
Q: Why should this email be 5 sentences or
2011 Mar 28
1
Samba 3.2.15 : DOS charset problem on powerpc big endian architecture
Hello,
With a default CP850 dos charset, I can?t connect and receive a ?protocol
negotiation failed? error message
# testparm -v |grep charset
Load smb config files from /etc/samba/smb.conf
Module '/usr/lib/charset/CP850.so' loaded
Server role: ROLE_STANDALONE
dos charset = CP850
unix charset = UTF-8
display charset = LOCALE
# smbclient -L MYSERVER
2005 Jan 09
2
Asterisk and InterTel Axxess system?
Hi all,
My office recently purchased an InterTel Axxess system with the IPRC
card for VoIP. To our suprise, this card allows the InterTel endpoints
and MGCP endpoints to work, but not SIP clients. I was really
expecting to get a SIP softphone working with this setup, but that
appears to require our vendor to sell us a SIP gateway and licenses at
a not yet determined price.
With this
2009 Jul 27
4
Custom fact errors
I''m a newbie attempting to get a custom fact distributed to clients.
I''ve followed the instructions at http://reductivelabs.com/trac/puppet/wiki/AddingFacts
and based my first fact on a simple recipe.
I''m having at least one problem and possibly more.
1) Puppet/facter fails to load the custom fact, complaining that "non-
sh interpreters are not currently
2010 Jun 29
2
fresh install of centos looking for non-existant /dev/hda : /dev/hda: open failed: No medium found
# lvm pvs
/dev/hda: open failed: No medium found
Couldn't find device with uuid r5HNPO-l18V-XfJ7-9RXY-AaWC-a4YY-3oL5h7.
PV VG Fmt Attr PSize PFree
/dev/sda2 VolGroup01 lvm2 a- 232.72G 0
/dev/sdb1 VolGroup00 lvm2 a- 232.81G 32.00M
unknown device VolGroup00 lvm2 a- 232.72G 32.00M
I just installed the OS, did some tweaks, but did nothing to
2008 Nov 30
1
HOWTO install a download gem from a local directory.
Aloha All,
I have downloaded many gems in .gem and .tar format from Rubyforge to
my dir /usr/local/src/gems/. However, I got the following error below
when executing "gem install mongrel-1.1.5.gem" or any other gems from
the dir above.
"ERROR: could not find gem mongrel-1.1.5.gem locally or in a
repository"
I''ve notice that within the .gem folder there are two