Displaying 17 results from an estimated 17 matches for "_had_".
2005 Jul 27
1
Cisco 7940 - Disappearing Clock - SOLVED
P.S. I _had_ read the other posts that suggest changing to unicast sntp mode.
This didn't help. I eventually setup a new ntp server on my LAN, and used it as
a sync source. Everything seems OK now.
Obviously a problem with my other ntp server.
Cheers.
-------- Original Message --------
Subject: Cisco...
2011 Jul 11
1
Hard disk installation
Has anyone installed CentOS-6 from the hard disk?
I just tried this without success.
I should say that I asked the question before about CentOS-5.6,
and while I got many suggestions in reply,
no-one actually said that they _had_ installed CentOS this way.
What I did was to "mount -o loop" the DVD iso (which I checksum-ed)
and copy isolinux/vmlinuz and isolinux/initrd.img ,
as well as the images/ directory, to /boot ,
and then added a simple stanza
------------------------
title CentOS-6
root (hd0,1)...
2016 Feb 03
4
How bad is "rm -rf /" ?
Dear All,
Suppose I executed the command
rm -rf /
on my CentOS 7 box. After it did what it could, how much damage will be
done to what I have (or _had_ rather ;-) on my hard drive?
I'm going to describe simple experiment which was prompted in another
thread. I need to say a few words before I do it, however. First of all,
that other thread was about doing the same thing on UEFI machine. This
experiment has nothing to do with UEFI, it was done...
2006 Mar 19
2
Pretty-Printing (X)HTML Output
I''ve gone down (hopefully the correct) route of breaking up my layout(s) into
common/generic elements such as the html head etc, but when the page renders
there is no consistency in indenting - it''s all over the place (I''ve
de-tabbed everything with the same result).
Is there a standard/existing way of pretty-printing output? I''ve searched
without any real
2017 Jul 20
1
Thanks to every one
...ame)
2. there is at least one user except for me (and my mate sysadmins who are
same security aware as hopefully I am)
In other words: if you are sysadmin, paranoia is one of the words in your
job description. I really find it difficult to have people take it to
their hearts (except sysadmins who _had_ an incident, and had to sweep up
after that, and had to tell their users that machine/cluster he
administers was hacked and why).
I hope, this helps someone.
Valeri
>
> Another aspect here is all the other stuff outside the kernel. Even if
> you do "yum update" frequently if y...
1998 Aug 04
0
summary of responses to "firewalls, a practical question"
...f view. I''m not an expert in
> firewall security, but I''ve read extensively other people''s comments on
> Linux as a firewall & never had grounds to feel that it was insecure
> when properly set up. My system runs essentially forever - I''ve never
> _had_ to reboot to fix anything & never had it crash.
Thanks to everyone for the responses!
Rob Ross
Parallel Architecture Research Laboratory, Clemson University
mailto:rbross@parl.eng.clemson.edu
http://ece.clemson.edu/parl/rbross/
2004 Aug 06
2
[Re: icecast2 ??]
Behold, Michael Smith <msmith@xiph.org> hath decreed:
>
> > It's icecast. It's part of xiph. It's the same project. Presumably it's
> > the same developers. I don't care about the similarity of the code
> > bases. One is released, the other one is not (alpha versions are not
> > releases).
>
> No. Whilst it originally shared one
2004 Dec 15
7
[proposal] Samba Software Foundation
...environment support since 2000, but no integration
with NT security or _any_ version of samba, and so consequently
is completely useless.]
so i am going to outline, under each of the headings above
(1, 2 and 3) what _has_ happened - briefly - and i think you
will see very clearly that if the SSF _had_ been in place,
history would be totally totally different.
1) that all contributors treat each other with mutual respect.
for the people who know their samba history,
it is an understatement for me to say that i
do not need to say _anything_ more on this one.
2) that all code contribute...
2017 Jul 16
4
Thanks to every one
Halo Valeri,
let's think about what a hpc cluster is for.
Second, one should always ask the question where security is to be
applied,then one can come to the following decision:
- The firewall is placed in front of the cluster.
- After you have found a safe base for this, you freeze it.
- We have a rsync of centos and epel on the head node.
>From here, we can always reinstall a node
2008 Feb 19
5
nss_ldap failed to bind to LDAP server 127.0.0.1
Hi All:
Over the weekend I install all the outstanding updates for our
CentOS 4 based server. Since I had been holding off on these until
I had addressed some disk space issues there were a large number
(300+). I know my bad! After installing the updates I rebooted the
system and it took forever to boot and once up there were problems
connecting to some of our SAMBA shares. I checked the messages
2004 Aug 26
5
Surprise when mapping matrix to image
Start with:
> x <- c(1:7,1)
> dim(x) <- c(2,4)
> x
[,1] [,2] [,3] [,4]
[1,] 1 3 5 7
[2,] 2 4 6 1
2 Rows of 4 Columns. Upper-left and lower-right elements of the matrix
are the same.
All to this point makes good sense.
> image(x)
However, this image shows 2 columns of 4 rows. The lower-left and
upper-right elements are the same. This does
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone,
I'm trying to send a received fax with mutt, when I try it from the Linux
shel it works, but when trying with Asterisk's System command it doesn't.
Successful Linux command:
echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif
Unsuccessful Asterisk Command:
same => n,System(mutt -s "New fax" elder.arohuanca at
2003 Sep 02
8
I don't understand this
For reasons which I'll spare you, I'm writing a program to analyse
R source code. This has led me to probe some of the darker corners
of R syntax to find out what is supposed to happen.
Now, from reading the R documentation (and the New S book &c) I know
perfectly well that
f(a, b, etc) <- x
is supposed to turn into
a <- "f<-"(a, b, etc, value=x)
Except,
2016 Feb 02
12
Latest version of kate editor
On 02/02/2016 03:50 PM, Lamar Owen wrote:
> On 02/02/2016 09:28 AM, Jonathan Billings wrote:
>> CentOS is not a bleeding-edge distribution that constantly keeps
>> packages up to date with the upstream projects. If you want that, try
>> another distribution like Fedora.
> <rant>
> GNOME can get a rebase to a newer version, but KDE can't..... this
> from a
2009 Oct 09
22
Does ZFS work with SAN-attached devices?
Hi All,
Its been a while since I touched zfs. Is the below still the case with zfs and hardware raid array? Do we still need to provide two luns from the hardware raid then zfs mirror those two luns?
http://www.opensolaris.org/os/community/zfs/faq/#hardwareraid
Thanks,
Shawn
--
This message posted from opensolaris.org
1998 Aug 02
0
ipportfw - security
...maintenance point of view. I'm not an expert in
> firewall security, but I've read extensively other people's comments on
> Linux as a firewall & never had grounds to feel that it was insecure
> when properly set up. My system runs essentially forever - I've never
> _had_ to reboot to fix anything & never had it crash.
Thanks to everyone for the responses!
Rob Ross
Parallel Architecture Research Laboratory, Clemson University
mailto:rbross@parl.eng.clemson.edu
http://ece.clemson.edu/parl/rbross/
From mail@mail.redhat.com Wed Aug 5 10:54:55 1998
Received: (qm...
2004 Aug 27
1
selecting unique columns of a matrix/data frame
...horizontal axis of a plot and the "column" axis of a matrix to
> the vertical axis of a plot.
> Expectations (a) and (b) are not only part of general computing,
> they are strongly supported by R itself. As for (c), it doesn't
> seem to me that it _had_ to be that way.
> (4) Point (c) is a sufficiently strange quirk of image() that it is
> a stumbling block waiting to trip people up. I've stumbled over
> it myself, which is how come I knew where to look in ?image.
> That makes it *essential* that it should be documente...