Robert Moskowitz wrote:
OK. Now that I have already upgraded, how do I migrate my bookmarks.
:(
Should have exported them before the upgrade, I suspect
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
OK. Now that I have already upgraded, how do I migrate my bookmarks.
:(
Should have exported them before the upgrade, I suspect
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
The current beta version of Firebug doesn't appear to install on
Firefox 3 on CentOS 5.2, apparently because it's reporting itself as
3.0b5 rather 3.0. I tweaked the minVersion requirement in the xpi to
3.0b5 and it seems to be working fine for me now.
In case anyone else is interested in test
Ben wrote:
For some time now i have been running BackupPC 3.1.0 on CentOS 5.1
x86_64 however after upgrading to CentOS 5.2 BackupPC will not start.
"sudo /etc/init.d/backuppc start" return OK but there is no BackupPC
processes.
This fails also.
# sudo -u backuppc /usr/bin/BackupPC -d
# echo
chloe K wrote:
> Hi all
>
> how can I resend the undeliverable from 5 days to 3 days?
What MTA are you using ? You can only do this if your sending from
a server you control. You can't change this setting for your
yahoo account for example.
Postfix? Sendmail? Exim ? Qmail? other?
nate
_
Hi all
how can I resend the undeliverable from 5 days to 3 days?
thank you for your help
-
Yahoo! Canada Toolbar : Search from anywhere on the web and
bookmark your favourite sites. Download it now!
Robert Moskowitz wrote:
> there is a bit to be said about that for a notebook. Particularly if
> you separate /home to its own partition. I mean why is /boot a ext3
> partition in Centos install? Why not ext2. Perhaps / could be too.
> but would you want to put /var/log on a journalling partiti
Craig White wrote:
On Mon, 2008-07-07 at 18:35 -0400, Robert Moskowitz wrote:
I have a Centos installed on a Hitachi 2.5" drive that shuts off really
quickly, it seems.
So every 30 sec, the drive makes the sound of an access activity. I
have looked trying to find what might be being updat
On Mon, 2008-07-07 at 18:35 -0400, Robert Moskowitz wrote:
> I have a Centos installed on a Hitachi 2.5" drive that shuts off really
> quickly, it seems.
>
> So every 30 sec, the drive makes the sound of an access activity. I
> have looked trying to find what might be being updated. Swap drive
Robert Moskowitz wrote:
> OOPS, been 15 min, about, and I just heard the drive seek again. But 15
> min I can live with; 30 sec was nerve-racking (on an otherwise silent
> system, no fan).
This may be of help, haven't tried it myself:
http://martin.hinner.info/mybook/spindown.php
Looks like you c
Robert Moskowitz wrote:
I'm sure there are other things as well but first thing comes to mind is
disabling atime for your file systems, to test the change you can do this
(for each of the mount points)
mount -o remount,noatime
Everything is quite on the notebook front. Now.
But What is go
nate wrote:
Robert Moskowitz wrote:
I have a Centos installed on a Hitachi 2.5" drive that shuts off really
quickly, it seems.
So every 30 sec, the drive makes the sound of an access activity. I
have looked trying to find what might be being updated. Swap drive
usage is 0 bytes. No activi
Robert Moskowitz wrote:
> But What is going on here?
>
> atime -- Update inode access time for each access. This is the default.
>
> noatime -- Do not update inode access times on this file system (e.g, for
> faster access on the news spool to speed up news servers).
>
> Are the inodes being updat
Thanks, but explain...
nate wrote:
Robert Moskowitz wrote:
I have a Centos installed on a Hitachi 2.5" drive that shuts off really
quickly, it seems.
So every 30 sec, the drive makes the sound of an access activity. I
have looked trying to find what might be being updated. Swap drive
usag
Update:
If I shut off the firewall on sushi (/etc/init.d/iptables stop), the
rsh connections all work fine. I need to go research how to read the
iptables output because right now it's greek to me - I can read the
letters, but the words don't make sense.
(I'm an admitted newbie to networking det
MHR wrote:
This is your problem:
> REJECT all -- 0.0.0.0/00.0.0.0/0
> reject-with icmp-host-prohibited
> I'm not entirely sure what all this means - pls see above. Is that
> what happened?
If you don't need iptables then stop the service and disable it:
chkconfig --level 2345
On Mon, 2008-07-07 at 15:28 -0700, MHR wrote:
> On Mon, Jul 7, 2008 at 3:04 PM, William L. Maltby
> <[EMAIL PROTECTED]> wrote:
> >
> > I figure you've probably checked this already, but is rcpwrappers
> > installed?
>
> No, not on either system (what is rcpwrappers?).
A typoed tcpwrappers <*blus
On Mon, Jul 07, 2008 at 04:00:33PM -0700, MHR wrote:
> On Mon, Jul 7, 2008 at 3:33 PM, Stephen Harris <[EMAIL PROTECTED]> wrote:
> > *grin* switch to using ssh for your CVS connections then and bypass the
> > whole issue. rsh is insecure, anyway!
> >
>
> Yeah, but there are problems with that ap
MHR wrote:
Yeah, but there are problems with that approach. I routinely do mass
cvs commands in loops, like showing all differences between my files
and the repo files, and if there are a lot of them, I don't want to
have to input my password 100+ times
man ssh-keygen
___
On Mon, Jul 7, 2008 at 3:35 PM, nate <[EMAIL PROTECTED]> wrote:
>
> Is there a firewall on sushi? Run iptables -L -n on it, it seems like
> a firewall is blocking the connection.
>
Yes:
[EMAIL PROTECTED] mrichter]# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source
On Mon, Jul 7, 2008 at 3:33 PM, Stephen Harris <[EMAIL PROTECTED]> wrote:
> On Mon, Jul 07, 2008 at 03:21:04PM -0700, MHR wrote:
>>
>> What's strange (to me) about this is that I can ping and ssh to sushi
>
> *grin* switch to using ssh for your CVS connections then and bypass the
> whole issue. rs
on 7-7-2008 3:28 PM MHR spake the following:
On Mon, Jul 7, 2008 at 3:04 PM, William L. Maltby
<[EMAIL PROTECTED]> wrote:
I figure you've probably checked this already, but is rcpwrappers
installed?
No, not on either system (what is rcpwrappers?).
tcpwrappers
http://en.wikipedia.org/wiki/TCP_
Robert Moskowitz wrote:
> I have a Centos installed on a Hitachi 2.5" drive that shuts off really
> quickly, it seems.
>
> So every 30 sec, the drive makes the sound of an access activity. I
> have looked trying to find what might be being updated. Swap drive
> usage is 0 bytes. No activity in /
I have a Centos installed on a Hitachi 2.5" drive that shuts off really
quickly, it seems.
So every 30 sec, the drive makes the sound of an access activity. I
have looked trying to find what might be being updated. Swap drive
usage is 0 bytes. No activity in /var/log. What might it be and
MHR wrote:
> 15:06:00.485527 IP sushi.ocroads.com > khan.sjhtca.com: ICMP host
> sushi.ocroads.com unreachable - admin prohibited, length 68
Is there a firewall on sushi? Run iptables -L -n on it, it seems like
a firewall is blocking the connection.
If you don't have an explicit need for a firew
On Mon, Jul 07, 2008 at 03:21:04PM -0700, MHR wrote:
>
> What's strange (to me) about this is that I can ping and ssh to sushi
*grin* switch to using ssh for your CVS connections then and bypass the
whole issue. rsh is insecure, anyway!
--
rgds
Stephen
On Mon, Jul 07, 2008 at 03:28:00PM -0700, MHR wrote:
> On Mon, Jul 7, 2008 at 3:04 PM, William L. Maltby
> > If so, are hosts.deny and hosts.allow setup good? I suspect
> They're fine. In fact, sushi is in khan's /etc/hosts file explicitly,
> and khan thinks it's on ocroads.com:
hosts.allow and
On Mon, Jul 07, 2008 at 04:20:30PM -0600, Kenneth Burgener wrote:
> On 7/7/2008 2:26 PM, Scott Silva wrote:
>> on 7-7-2008 12:45 PM Kenneth Burgener spake the following:
>>> "The CentOS 5/RHEL 5 repository from atrpms.net is safe to use, if
>>> you only use the stable version. Packages in there do
On Mon, Jul 7, 2008 at 3:04 PM, William L. Maltby
<[EMAIL PROTECTED]> wrote:
>
> I figure you've probably checked this already, but is rcpwrappers
> installed?
No, not on either system (what is rcpwrappers?).
> If so, are hosts.deny and hosts.allow setup good? I suspect
> so - I think I saw you h
On Mon, Jul 7, 2008 at 1:59 PM, Stephen Harris <[EMAIL PROTECTED]> wrote:
> On Mon, Jul 07, 2008 at 01:45:25PM -0700, MHR wrote:
>
> Are you sure there are no firewalls in place that could be blocking access?
> Note that "rsh machine" really calls "rlogin machine" and so talks on
> a different port
On 7/7/2008 2:26 PM, Scott Silva wrote:
on 7-7-2008 12:45 PM Kenneth Burgener spake the following:
"The CentOS 5/RHEL 5 repository from atrpms.net is safe to use, if you
only use the stable version. Packages in there do not overwrite system
packages." [1]
[1] http://wiki.centos.org/Additional
On Mon, 2008-07-07 at 16:59 -0400, Stephen Harris wrote:
> On Mon, Jul 07, 2008 at 01:45:25PM -0700, MHR wrote:
>
> > [EMAIL PROTECTED] lane]$ rsh khan ls
> > poll: protocol failure in circuit setup
>
> Are you sure there are no firewalls in place that could be blocking access?
> Note that "rsh
on 7-7-2008 2:28 PM Joseph L. Casale spake the following:
If this is true, why did this package get updated?
Can't answer that, but do you use yum-priorities? I was actually
just looking at ATRPMS and about to see if it had what I needed
for a new install. It would be good to know if that probl
>If this is true, why did this package get updated?
Can't answer that, but do you use yum-priorities? I was actually
just looking at ATRPMS and about to see if it had what I needed
for a new install. It would be good to know if that problem happened
with the repo protection in place...
jlc
__
On Mon, 2008-07-07 at 16:10 -0500, Johnny Hughes wrote:
> Craig White wrote:
> > On Mon, 2008-07-07 at 09:51 -0500, Johnny Hughes wrote:
> >> Santi Saez wrote:
> >>> Dear Srs,
> >>>
> >>> yum-updatesd-0.9-2.el5 appears that it's not working on freshly
> >>> installed CentOS 5.2, using:
> >>>
> >>>
Craig White wrote:
On Mon, 2008-07-07 at 09:51 -0500, Johnny Hughes wrote:
Santi Saez wrote:
Dear Srs,
yum-updatesd-0.9-2.el5 appears that it's not working on freshly
installed CentOS 5.2, using:
# rpm -qa "yum*"
yum-metadata-parser-1.1.2-2.el5
yum-updatesd-0.9-2.el5
yum-3.2.8-9.el5.centos.
Hey,
On Sun, Jul 6, 2008 at 7:39 PM, Ian Forde <[EMAIL PROTECTED]> wrote:
> In fact, here's the output... (IP, hostname, and Mac info changed...)
>
> [EMAIL PROTECTED] etc]# dhcpd
> Internet Systems Consortium DHCP Server V3.0.5-RedHat
> Copyright 2004-2006 Internet Systems Consortium.
> All right
On Mon, Jul 07, 2008 at 01:45:25PM -0700, MHR wrote:
> [EMAIL PROTECTED] lane]$ rsh khan ls
> poll: protocol failure in circuit setup
Are you sure there are no firewalls in place that could be blocking access?
Note that "rsh machine" really calls "rlogin machine" and so talks on
a different port
sure thing
MHR wrote:
> Please stop top posting.
>
> Thank you.
>
> mhr
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@cent
Please stop top posting.
Thank you.
mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
On Mon, Jul 7, 2008 at 12:13 PM, Stephen Harris <[EMAIL PROTECTED]> wrote:
> On Mon, Jul 07, 2008 at 11:53:42AM -0700, MHR wrote:
>
> This version of rsh is probably /usr/kerberos/bin/rsh (use "type rsh"
> or "which rsh" to verify). Try using /usr/bin/rsh instead.
>
> (the krb5-workstation packag
on 7-7-2008 12:45 PM Kenneth Burgener spake the following:
I performed a clean minimal CentOS 5.2 install, fully updated the
system, and then added the ATrpms repository. When I perform an update
after adding the ATrpms repository, the package pm-utils is updated the
the ATrpms repository. My
Have some important (I hope) data points Johnny,
Johnny Hughes wrote:
Robert Moskowitz wrote:
Johnny Hughes wrote:
Robert Moskowitz wrote:
I have a newly built drive with 5.2 fresh install (that I will be
cloning shortly) in my DECtop and it is failing with X the same way
the upgrade from 5.
My error log with iconv is misleading. Please ignore that portion and
instead use this little php script to check for utf-8 support in pcre
if (@preg_match('/\pL/u', 'a') == 1) {
> echo "PCRE unicode support is turned on.\n";
> } else {
> echo "PCRE unicode support is turned off.\n";
> }
I performed a clean minimal CentOS 5.2 install, fully updated the
system, and then added the ATrpms repository. When I perform an update
after adding the ATrpms repository, the package pm-utils is updated the
the ATrpms repository. My understanding is there should not have been
any updates as
On Mon, Jul 07, 2008 at 11:53:42AM -0700, MHR wrote:
> $ rsh khan ls
> connect to address 10.24.15.48 port 544: Connection refused
> Trying krb4 rsh...
> connect to address 10.24.15.48 port 544: Connection refused
> trying normal rsh (/usr/bin/rsh)
> poll: protocol failure in circuit setup
This v
On Mon, Jul 7, 2008 at 12:53 PM, MHR <[EMAIL PROTECTED]> wrote:
> Okay, I've narrowed the problem down quite a bit. As previously
> reported, in CentOS 5.2 I get this:
>
Well whyis port 544 and 543 getting connection refused in the logs on
the server? Are you using kerberos? Are the tickets you g
On Mon, Jul 7, 2008 at 11:53 AM, MHR <[EMAIL PROTECTED]> wrote:
> Okay, I've narrowed the problem down quite a bit. As previously
> reported, in CentOS 5.2 I get this:
>
> $ cvs log Makefile
> poll: protocol failure in circuit setup
> cvs [log aborted]: end of file from server (consult above messa
Okay, I've narrowed the problem down quite a bit. As previously
reported, in CentOS 5.2 I get this:
$ cvs log Makefile
poll: protocol failure in circuit setup
cvs [log aborted]: end of file from server (consult above messages if any)
Turns out this is a problem with rsh:
$ rsh khan ls
connect t
Ken Price wrote:
>> Please do not top post! It makes life harder in mailing lists.
>>
>>
>> http://www.centos.org/modules/tinycontent/index.php?id=16
>> (item 2, "Guidelines for CentOS Mailing List posts")
>>
>>
>> I didn't include the last replies but it's all messed up.
>
>
> Dude. Give me a b
on 7-6-2008 6:52 PM ann kok spake the following:
Hi
what is the different between the gentee and centos?
thank you
You forgot "knock knock", "whose there" first! ;-P
--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't
signature.asc
Ken Price wrote:
> Hmm. As far as I know, the only place you can find that information
> is on the caching DNS server responding to your queries. If you want
> those details, setup your own recursive name server and enable verbose
> logging.
>
> Anyone else with ideas?
Run tcpdump on the client
Ok, sorry, let me re-phrase.
I want to know on my own server, which of my nameservers replied to the
DNS query. In this example 4.2.2.1 is our ISP's upstream DNS server,
which is configured in /etc/resolv.conf - so it should technically
appear there.
But, let's say I query host1.myserver.co.za -
On Mon, Jul 7, 2008 at 2:54 AM, Herta Van den Eynde
<[EMAIL PROTECTED]> wrote:
> I'm trying to install CentOS 5.2 on a Dell PE 1850 via the DRAC 4
> card, with CentOS-5.2-i386-bin-1of6.iso mounted as virtual media. At
> the boot prompt, I hit , which should start the graphical
> installation, but
On Mon, Jul 7, 2008 at 9:37 AM, Siju George <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Where do I get Yaz and libyaz package for CentOS 5?
Try the EPEL repository. See
http://wiki.centos.org/AdditionalResources/Repositories for details
(near the bottom).
Akemi
_
Hi,
Where do I get Yaz and libyaz package for CentOS 5?
thanks
Siju
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
On Mon, 2008-07-07 at 09:13 -0700, nate wrote:
> William L. Maltby wrote:
>
> > I feel it might be related to Jim's problem. I feel it might be a bug.
> >
> > Can anybody reproduce? I think the T'bird step is coincidental. I think
> > any sound played as another user should reproduce it. Hmmm ...
Ken Price wrote:
DIG tells you which server returned the results. Look for the SERVER
line, should be third from the bottom. If you want to query specific
nameservers directly, use dig like this:
dig @ns1.myserver domainname.com
dig @ns2.myserver domainname.com
etc, etc.
-Ken
Hi Ken,
On Mon, 2008-07-07 at 07:07 -0600, John Hanks wrote:
> Paul Bijnens pointed out that Ian Forde had similar issues with dhcpd
> minutes before I posted my message. I missed that one as I scanned the
> archives, then joined the list to ask my question. My problem is also
> solved by removing ldap fro
William L. Maltby wrote:
> I feel it might be related to Jim's problem. I feel it might be a bug.
>
> Can anybody reproduce? I think the T'bird step is coincidental. I think
> any sound played as another user should reproduce it. Hmmm ... I might
> be assuming to much if I assume another user is s
Ken Price wrote:
This line ...
;; SERVER: 4.2.2.1#53(4.2.2.1)
... tells you the DNS server which returned the result, which in this
case, is more than likely a caching (recursive) DNS server. If
verbose enough logging is enabled on that caching server, it should
tell you which primary DNS
This line ...
;; SERVER: 4.2.2.1#53(4.2.2.1)
... tells you the DNS server which returned the result, which in this
case, is more than likely a caching (recursive) DNS server. If
verbose enough logging is enabled on that caching server, it should
tell you which primary DNS server returne
Ken Price wrote:
DIG tells you which server returned the results. Look for the SERVER
line, should be third from the bottom. If you want to query specific
nameservers directly, use dig like this:
dig @ns1.myserver domainname.com
dig @ns2.myserver domainname.com
etc, etc.
-Ken
- Mess
DIG tells you which server returned the results. Look for the SERVER
line, should be third from the bottom. If you want to query specific
nameservers directly, use dig like this:
dig @ns1.myserver domainname.com
dig @ns2.myserver domainname.com
etc, etc.
-Ken
- Message from [EMAIL
To be specific it listed it as "RedHat 5.0 Client".
http://www.linuxtested.com/results/asus_p5k-vm.html
Looks like no one tested Fedora. I probably should email them since I can
confirm it works with FC8, but no audio.
--- On Mon, 7/7/08, Kai Schaetzl <[EMAIL PROTECTED]> wrote:
> From: Kai Sch
On Mon, Jul 07, 2008 at 05:25:58PM +0200, Rudi Ahlers wrote:
> Hi all
>
> If I do a "dig mydomain.co.za" from a Linux server, how do I know which DNS
> nameserver returns the queries?
>
> I seem to have a faulty DNS server, but can't see which one, so I want to
> find out which nameserver (if the
Hi all
If I do a "dig mydomain.co.za" from a Linux server, how do I know which
DNS nameserver returns the queries?
I seem to have a faulty DNS server, but can't see which one, so I want
to find out which nameserver (if there's 4 - ns1.myserver, ns2.myserver,
ns3.myserver & ns4.myserver) retu
Ian Forde wrote:
On Sun, 2008-07-06 at 15:57 -0700, Ian Forde wrote:
1. Apparently, since I updated from 5.1 to 5.2, dhcpd no longer wants to
stay running. The config is sound, and I can start it from the
command-line with the "-d" flag and it serves up leases. But without
the -d flag, it just
On Mon, July 7, 2008 10:09, James B. Byrne wrote:
> I have gone to system/preferences/keyboard shortcuts/ and it indicates
> that "Launch Help Browser" is mapped to F1. There does not seem to be any
> other entry therein relating to help. How do I set this to a benign value
> or return gnome term
On Mon, 2008-07-07 at 09:51 -0500, Johnny Hughes wrote:
> Santi Saez wrote:
> >
> > Dear Srs,
> >
> > yum-updatesd-0.9-2.el5 appears that it's not working on freshly
> > installed CentOS 5.2, using:
> >
> > # rpm -qa "yum*"
> > yum-metadata-parser-1.1.2-2.el5
> > yum-updatesd-0.9-2.el5
> > yum-
On Mon, 2008-07-07 at 09:29 -0400, Robert Moskowitz wrote:
>
> Anyway, so here comes the upgrade to firefox 3. On my test system, Java
> was working with 1.5, and now it is not. So I anticipate the same event
> here. I need these Java apps working, so before I upgrade, I would like
> to kn
Herta Van den Eynde wrote:
up with Red Hat?
>
> I don't understand how DRAC works. I download the iso image to the
> harddrive of my PC, connect to the DRAC using a webbrowser (over
> https), and select to serve that iso image as a virtual CD-ROM.
> I once tried to serve an iso image to a system
Santi Saez wrote:
Dear Srs,
yum-updatesd-0.9-2.el5 appears that it's not working on freshly
installed CentOS 5.2, using:
# rpm -qa "yum*"
yum-metadata-parser-1.1.2-2.el5
yum-updatesd-0.9-2.el5
yum-3.2.8-9.el5.centos.2.1
yum-fastestmirror-1.1.10-9.el5.centos
I see some bugs ([1], [2] and [3]
On Mon, Jul 7, 2008 at 10:36 AM, Amitava Shee <[EMAIL PROTECTED]> wrote:
> Yes, building from source will work. I just want to know if there is a
> package (in some yum repository) somewhere so that updates, patches etc.
> gets applied with "yum update". It would be nice to do something like
>
> yu
Yes, building from source will work. I just want to know if there is a
package (in some yum repository) somewhere so that updates, patches etc.
gets applied with "yum update". It would be nice to do something like
yum install pcre-utf8
-Amitava
On Mon, Jul 7, 2008 at 8:54 AM, Ralph Angenendt
<[E
Michael Rock wrote on Mon, 7 Jul 2008 05:35:38 -0700 (PDT):
> it showed
> this model tested ok with Redhat
"Redhat" is not a distribution, what exactly got it tested with?
Kai
--
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
_
On Sun, 6 Jul 2008, Ian Forde wrote:
Wrote 0 leases to leases file.
Listening on LPF/eth0/00:00:de:ad:be:ef/10.0.0/24
Sending on LPF/eth0/00:00:de:ad:be:ef/10.0.0/24
??? This network 'name' literal (containing the '/'):
"10.0.0/24" _looks_ wrong to me (it causes the 'punctuation'
in the lo
I am experiencing a problem with gnome terminal, most likely caused by
something that I have done and which I need to undo.
The problem is that somehow the gnome configuration has been changed so
that the "Contents" menu item under "Help" in Gnome Terminal has the
character "space" mapped as a key
Dear Srs,
yum-updatesd-0.9-2.el5 appears that it's not working on freshly
installed CentOS 5.2, using:
# rpm -qa "yum*"
yum-metadata-parser-1.1.2-2.el5
yum-updatesd-0.9-2.el5
yum-3.2.8-9.el5.centos.2.1
yum-fastestmirror-1.1.10-9.el5.centos
I see some bugs ([1], [2] and [3]) in the bug track
On Mon, Jul 7, 2008 at 9:29 AM, Robert Moskowitz <[EMAIL PROTECTED]> wrote:
> OK. I just upgraded a test system from 5.1 to 5.2 and there went all of my
> efforts to get Java working. All those alternative commands that I lost
> track of what really worked
>
> So I need the JDK. I have that
OK. I just upgraded a test system from 5.1 to 5.2 and there went all of
my efforts to get Java working. All those alternative commands that I
lost track of what really worked
So I need the JDK. I have that installed on my main system with some
alternatives commands that I do not remembe
On Sun, Jul 6, 2008 at 9:23 PM, John Hanks <[EMAIL PROTECTED]> wrote:
> On Sun, Jul 6, 2008 at 7:44 PM, John Hanks <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> I have several systems which I recently updated with
>>
>> yum -y update
>>
>> to all the latest packages. These systems use yum-priorities a
Amitava Shee wrote:
> On Fri, Jul 4, 2008 at 5:29 AM, Ralph Angenendt
> <[EMAIL PROTECTED]<[EMAIL PROTECTED]>>
> wrote:
> > Amitava Shee wrote:
> > > How do I get utf-8 support with PCRE?
> >
> > a) What does that have to do with pcre? (which can do UTF-8)
>
>
> [Shee] Zend lucene search engine u
--- On Mon, 7/7/08, Dag Wieers <[EMAIL PROTECTED]> wrote:
> From: Dag Wieers <[EMAIL PROTECTED]>
> Subject: Re: [CentOS] Centos 5.2 and 2.6.18-92 Kernel backported SATA fixes?
> To: "CentOS mailing list"
> Date: Monday, July 7, 2008, 7:01 AM
> On Sun, 6 Jul 2008, Michael Rock wrote:
>
> > Last
Herta Van den Eynde wrote:
...
I don't understand how DRAC works. I download the iso image to the
harddrive of my PC, connect to the DRAC using a webbrowser (over
https), and select to serve that iso image as a virtual CD-ROM.
I once tried to serve an iso image to a system that was already
insta
Please see my reply inline below
On Fri, Jul 4, 2008 at 5:29 AM, Ralph Angenendt
<[EMAIL PROTECTED]<[EMAIL PROTECTED]>>
wrote:
> Amitava Shee wrote:
> > How do I get utf-8 support with PCRE?
> >
> > I am having problems building lucene index using Zend_Lucene. I get the
> > following error
> >
>
Send CentOS-announce mailing list submissions to
[EMAIL PROTECTED]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reac
2008/7/7 Dag Wieers <[EMAIL PROTECTED]>:
> On Mon, 7 Jul 2008, Herta Van den Eynde wrote:
>
>> I'm trying to install CentOS 5.2 on a Dell PE 1850 via the DRAC 4
>> card, with CentOS-5.2-i386-bin-1of6.iso mounted as virtual media. At
>> the boot prompt, I hit , which should start the graphical
>> i
On Sun, 6 Jul 2008, Michael Rock wrote:
Last year to get motherboards with the G33 chipset with SATA working
with Centos I had to either use David Harbic fixes or use Fedora 8 since
it had the later 2.6.25 kernel.
I no longer see David's fixes available and also see in the 5.2 release
notes
On Sun, 6 Jul 2008, Ian Forde wrote:
On Sun, 2008-07-06 at 15:57 -0700, Ian Forde wrote:
1. Apparently, since I updated from 5.1 to 5.2, dhcpd no longer wants to
stay running. The config is sound, and I can start it from the
command-line with the "-d" flag and it serves up leases. But without
On Mon, 7 Jul 2008, Herta Van den Eynde wrote:
I'm trying to install CentOS 5.2 on a Dell PE 1850 via the DRAC 4
card, with CentOS-5.2-i386-bin-1of6.iso mounted as virtual media. At
the boot prompt, I hit , which should start the graphical
installation, but it starts off with a text installatio
Might have some kind of bug here. I want to know if anybody else is
seeing this. It's happened twice now, so I should be able to repeat it.
$ rpm -q centos-release
centos-release-5-2.el5.centos
On my desktop, I "su -" to another user. Then "nohup thunderbird", it
gets the mail and plays the annou
On Sun, 2008-07-06 at 23:46 -0600, Joseph L. Casale wrote:
> >If it won't "wok", you'l have to "cook" up something. :-) YUK, YUK!
>
> Now that's ironic (you'l):P
Yeah, but not as good since it doesn't lend itself easily to "punning".
>
--
Bill
___
I'm trying to install CentOS 5.2 on a Dell PE 1850 via the DRAC 4
card, with CentOS-5.2-i386-bin-1of6.iso mounted as virtual media. At
the boot prompt, I hit , which should start the graphical
installation, but it starts off with a text installation. I am asked
- whether I want to test the media,
On Mon, 2008-07-07 at 11:48 +1000, hce wrote:
> On 7/4/08, William L. Maltby <[EMAIL PROTECTED]> wrote:
> >
> > On Fri, 2008-07-04 at 12:41 +1000, hce wrote:
> > > On Fri, Jul 4, 2008 at 12:18 AM, William L. Maltby
> > > <[EMAIL PROTECTED]> wrote:
> > > >
> > > > After this, I'll pop in Mark
On 7/7/08, ann kok <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> what is the different between the gentee and centos?
>
> thank you
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
you asked this already on
>>Does the second bonding interface have no primary interface, then? What
>>exactly happens?
Yes, exactly. The second bond comes up with no primary interface:
# cat /proc/net/bonding/bond0
Bonding Mode: fault-tolerance (active-backup)
Primary Slave: eth0
Currently Active Slave: eth0
MII Status: u
97 matches
Mail list logo