Re: [CentOS] Is there a fix for the "sqlite cache needs updating" error?

2008-02-20 Thread Karanbir Singh
J. Potter wrote:
> 
 ** Message: sqlite cache needs updating, reading in metadata
>>> ... Is there a general solution to this? Or should we just sit tight
>>> for redhat bug #429689 to be fixed (5.2?).

how about doing a 'yum clean metadata; yum makecache' about 30 min
before the yum.cron job is run ?
>> I do not see how this issue is at all related to RH bug 429689 ???
> 
> Typo; meant 429869; as Akemi suggested.

that bz also has absolutely nothing to do with your issue.

-- 
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum not updating kernel

2008-02-20 Thread Akemi Yagi
On Tue, Feb 19, 2008 at 10:06 PM, Bob Taylor <[EMAIL PROTECTED]> wrote:
>
> On Tue, 2008-02-19 at 14:27 -0800, Akemi Yagi wrote:
>  > On Feb 19, 2008 1:58 PM, Johnny Hughes <[EMAIL PROTECTED]> wrote:
>  > >
>  > > Please look at the file "/var/cache/yum/timedhosts.txt" and see the
>  > > first server from that list.  If it is not a belnet.be mirror, please
>  > > tell me which one it is, as it may be out of date.
>  >
>  > According to Bob's earlier post, he does not seem to have the
>  > fastestmirror plugin.  So he probably does not have that file...
>  >
>  > Bob, do a 'yum install yum-fastestmirror' and try again.
>
>  Did so. No help. FYI no timedhosts.txt in the rpm. I still think the
>  problem lies in yum's message "Could not find update match for kernel".

timedhosts.txt is NOT in the rpm.  It is created when you run yum and
contains the names of the mirror sites yum tried to access.  Johnny
wanted to know which site yum attempted to use.  If you do not see
this file even after yum was run, then something is amiss there.

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum not updating kernel

2008-02-20 Thread Bob Taylor
On Wed, 2008-02-20 at 02:22 -0800, Akemi Yagi wrote:
> On Tue, Feb 19, 2008 at 10:06 PM, Bob Taylor <[EMAIL PROTECTED]> wrote:
> >
> > On Tue, 2008-02-19 at 14:27 -0800, Akemi Yagi wrote:
> >  > On Feb 19, 2008 1:58 PM, Johnny Hughes <[EMAIL PROTECTED]> wrote:
> >  > >
> >  > > Please look at the file "/var/cache/yum/timedhosts.txt" and see the
> >  > > first server from that list.  If it is not a belnet.be mirror, please
> >  > > tell me which one it is, as it may be out of date.
> >  >
> >  > According to Bob's earlier post, he does not seem to have the
> >  > fastestmirror plugin.  So he probably does not have that file...
> >  >
> >  > Bob, do a 'yum install yum-fastestmirror' and try again.
> >
> >  Did so. No help. FYI no timedhosts.txt in the rpm. I still think the
> >  problem lies in yum's message "Could not find update match for kernel".
> 
> timedhosts.txt is NOT in the rpm.  It is created when you run yum and
> contains the names of the mirror sites yum tried to access.  Johnny
> wanted to know which site yum attempted to use.  If you do not see
> this file even after yum was run, then something is amiss there.

My bad! It's there. I was looking in the wrong directory and didn't
notice until later. The file currently contains:

mirror.centos.org 1.90688800812

Shouldn't yum update kernel update all kernel rpms installed? Rpm -q
kernel returns all kernel rpm's I have installed (ie kernel-2.6.18-8.el5
kernel-2.6.18-8.1.14.el5)

I tried this (yum update kernel) which reported: Could not find update
match for kernel. How do I find what arch yum is using? This may be a
clue why the kernel only is not being updated. This is what uname -rmpi
returns:

uname -rmpi
2.6.18-8.1.14.el5 i686 i686 i386

> Akemi

Thanks for staying with me, Akemi
-- 
Bob Taylor


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum not updating kernel

2008-02-20 Thread Bob Taylor
On Tue, 2008-02-19 at 23:14 -0800, John R Pierce wrote:
> Bob Taylor wrote:
> > Hm. I just noticed http://mirror.centos.org/centos/5/updates/i386/RPMS/
> > kernel listings are i686.rpm. Could my problem be this is confusing yum
> > as I use i386 and this is the i386 directory? Doesn't make sense since
> > no one else seems to have this. Of course their are most likely few
> > running Pentium II's. Searching for answers in the dark.
> >   

> um, i686 is pentium pro and beyond, including P-II, P3, P4, and Core, as 
> well as the various Athlons. AFAIK, CentOS 5 doesn't support the 
> older i486/i585 variants

cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 5
model name  : Pentium II (Deschutes)
stepping: 1
cpu MHz : 398.278
cache size  : 512 KB

Sorry, I didn't actually say I have a Pentium II. Just implied I did.
-- 
Bob Taylor


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum not updating kernel

2008-02-20 Thread Akemi Yagi
On Wed, Feb 20, 2008 at 7:57 AM, Bob Taylor <[EMAIL PROTECTED]> wrote:
>
> On Wed, 2008-02-20 at 02:22 -0800, Akemi Yagi wrote:
>
>  My bad! It's there. I was looking in the wrong directory and didn't
>  notice until later. The file currently contains:
>
>  mirror.centos.org 1.90688800812

Is this all you have in the timedhosts.txt file?  That's odd.  Maybe
Johnny can help you here.

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum not updating kernel

2008-02-20 Thread Bob Taylor
On Wed, 2008-02-20 at 10:58 -0600, Johnny Hughes wrote:

[snip]

> OK .. lets go at this a different way :)
> 
> what is the output of the following comamnd (put it all on one line if 
> it wraps):
> 
> rpm -qa yum\* sqlite\* python\* rpm\* centos\* | sort

centos-release-5-1.0.el5.centos.1
centos-release-notes-5.1.0-2
python-2.4.3-19.el5
python-devel-2.4.3-19.el5
python-elementtree-1.2.6-5
python-imaging-1.1.6-2.el5.rf
python-ldap-2.2.0-2.1
python-numeric-23.7-2.2.2
python-sqlite-1.1.7-1.2.1
python-urlgrabber-3.1.0-2
rpm-4.4.2-47.el5
rpm-build-4.4.2-47.el5
rpm-devel-4.4.2-47.el5
rpmforge-release-0.3.6-1.el5.rf
rpm-libs-4.4.2-47.el5
rpm-python-4.4.2-47.el5
sqlite-3.3.6-2
sqlite-devel-3.3.6-2
yum-3.0.5-1.el5.centos.5
yum-cron-0.6-1.el5.centos
yum-downloadonly-1.0.4-3.el5.centos.2
yumex-2.0.3-2.el5.centos
yum-fastestmirror-1.0.4-3.el5.centos.2
yum-metadata-parser-1.0-8.fc6
yum-priorities-1.0.4-3.el5.centos.2
yum-repolist-1.0.4-3.el5.centos.2
yum-skip-broken-1.0.4-3.el5.centos.2
yum-updatesd-3.0.5-1.el5.centos.5
yum-utils-1.0.4-3.el5.centos.2
yum-versionlock-1.0.4-3.el5.centos.2

-- 
Bob Taylor


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] sleepy disk drives

2008-02-20 Thread Aleksandar Milivojevic
Hi,

I'm having a grief with Seagate FreeAgent Pro drive connected to
CentOS 4 box via USB.  The problem is that drive is factory configured
to take a nap (spin down) after some 15-20 minutes of inactivity, and
there doesn't seem to be a way to disable it.  Since it's USB
connected, hdparm can't be used on it.  Getting the drive out of the
case is not an option either, since it would probably void the
warranty (and there's still 4.5 years of it left).  There's eSATA
connector on the drive too, but I don't have anything on the PC side
to connect it to.  There's also FireWire connector, but somebody at
big red company decided users don't need FireWire (and I'd probably
have same problem if the drive was connected via FireWire too).

The problem with the drive spinning down is that Linux doesn't really
like when that happens.  It reports that drive is not responding,
spits bunch of I/O errors for the device in the logs, and refuses any
operation on the file system(s) that are on that drive.  In contrast,
Windows, Mac OS X and some other boxes I tried to connect the drive to
have no problem with it (drive simply spins up when accessed).  There
was a patch in relatively recent Linux kernels that adds allow_restart
option (accessible from /sys), which apparently should solve the
problem for Linux (described here:
http://www.nslu2-linux.org/wiki/FAQ/DealWithAutoSpinDownOnSeagateFreeAgent).
 When allow_restart is set to 1 (default is 0), Linux will do what all
other operating systems do by default, spin up the drive on access.
However, kernel included with CentOS 4 is not recent enough, and
doesn't have that option.

Anyhow, my question is (after probably describing things a bit too
much), does the kernel included with CentOS 5 supports allow_restart?
Could somebody (anybody) running CentOS 5 could check if either of
these paths exists on his/her system:

/sys/block/sda/device/allow_restart

or

/sys/class/scsi_disk/0:0:0:0/allow_restart

If they do exist, I'll be probably upgrading my box to CentOS 5
pronto...  If they don't, well, might still upgrade but it won't solve
the problem I'm having...

Thanks,
Alex
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum not updating kernel

2008-02-20 Thread Johnny Hughes

Akemi Yagi wrote:

On Wed, Feb 20, 2008 at 7:57 AM, Bob Taylor <[EMAIL PROTECTED]> wrote:

On Wed, 2008-02-20 at 02:22 -0800, Akemi Yagi wrote:

 My bad! It's there. I was looking in the wrong directory and didn't
 notice until later. The file currently contains:

 mirror.centos.org 1.90688800812


Is this all you have in the timedhosts.txt file?  That's odd.  Maybe
Johnny can help you here.

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos



OK .. lets go at this a different way :)

what is the output of the following comamnd (put it all on one line if 
it wraps):


rpm -qa yum\* sqlite\* python\* rpm\* centos\* | sort






signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum not updating kernel

2008-02-20 Thread Akemi Yagi
On Wed, Feb 20, 2008 at 9:10 AM, Bob Taylor <[EMAIL PROTECTED]> wrote:
> On Wed, 2008-02-20 at 10:58 -0600, Johnny Hughes wrote:
>
>  [snip]
>
>  > OK .. lets go at this a different way :)
>  >
>  > what is the output of the following comamnd (put it all on one line if
>  > it wraps):
>  >
>  > rpm -qa yum\* sqlite\* python\* rpm\* centos\* | sort
>
>  yum-versionlock-1.0.4-3.el5.centos.2

Any chance you have the kernel listed in
/etc/yum/pluginconf.d/versionlock.list and versionlock enabled??

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Centos Livecd

2008-02-20 Thread Sergio Belkin
Hi,
I'd want to know if the new Centos LiveCd is installable, not only via
network, but in a Fedora-Live fashion too.

Thanks in advance.

-- 
--
Open Kairos http://www.openkairos.com
Watch More TV http://sebelk.blogspot.com
Sergio Belkin -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sleepy disk drives

2008-02-20 Thread Nicolas Thierry-Mieg



Aleksandar Milivojevic wrote:


Anyhow, my question is (after probably describing things a bit too
much), does the kernel included with CentOS 5 supports allow_restart?
Could somebody (anybody) running CentOS 5 could check if either of
these paths exists on his/her system:

/sys/block/sda/device/allow_restart

or

/sys/class/scsi_disk/0:0:0:0/allow_restart



yes for the second one



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Raid controller issue under CentOS 5.1

2008-02-20 Thread Joseph L. Casale
I have an LSI ELP with an external enclosure and two arrays in it. I needed 
some quick storage so I put two drives in some open slots and created a span. 
One drive failed, but I have seen multiple failures on this port so I suspected 
either a bad controller port/cable/backplane. I offlined the remaining good 
drive and removed them both, I reinserted them to see if the bad drive was bad 
and it would seem that made the system unhappy. I attempted to reboot at which 
point it hung partially through the reboot. I attached the messages log, can 
anyone shed some light on what happened?

Thanks for any guidance!
jlc


messages
Description: messages
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Milton Calnek

It's fairly easy to roll your own.
I got livecd-tools.  I think I got it from the fedora project, but I'm not 
sure... or maybe from the CentOS Wiki.
I also got a couple of Kick-Start files...

livecd-creator --config=centos-livecd-minimal.ks --fslabel=1st_live_cd

Add you have the ISO.

Karanbir Singh wrote:

Sergio Belkin wrote:

Hi,
I'd want to know if the new Centos LiveCd is installable, not only via
network, but in a Fedora-Live fashion too.



no, its not. Also, at the moment there is no plans to make that happen 
either.




--
Milton Calnek BSc, A/Slt(Ret.)
[EMAIL PROTECTED]
306-717-8737


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum not updating kernel

2008-02-20 Thread Bob Taylor
On Wed, 2008-02-20 at 09:28 -0800, Akemi Yagi wrote:
> On Wed, Feb 20, 2008 at 9:10 AM, Bob Taylor <[EMAIL PROTECTED]> wrote:
> > On Wed, 2008-02-20 at 10:58 -0600, Johnny Hughes wrote:
> >
> >  [snip]
> >
> >  > OK .. lets go at this a different way :)
> >  >
> >  > what is the output of the following comamnd (put it all on one line if
> >  > it wraps):
> >  >
> >  > rpm -qa yum\* sqlite\* python\* rpm\* centos\* | sort
> >
> >  yum-versionlock-1.0.4-3.el5.centos.2
> 
> Any chance you have the kernel listed in
> /etc/yum/pluginconf.d/versionlock.list and versionlock enabled??

versionlock.list is disabled and there is no file versionlock.
-- 
Bob Taylor


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Karanbir Singh

Sergio Belkin wrote:

Hi,
I'd want to know if the new Centos LiveCd is installable, not only via
network, but in a Fedora-Live fashion too.



no, its not. Also, at the moment there is no plans to make that happen 
either.


--
Karanbir Singh : http://www.karan.org/  : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Johnny Hughes

Milton Calnek wrote:

It's fairly easy to roll your own.
I got livecd-tools.  I think I got it from the fedora project, but I'm 
not sure... or maybe from the CentOS Wiki.

I also got a couple of Kick-Start files...

livecd-creator --config=centos-livecd-minimal.ks --fslabel=1st_live_cd

Add you have the ISO.


The problem with that is ... OF COURSE ... it requires a version of 
anaconda that is NOT supported :D


That is why the official Live CD is not installable, it requires too 
much devastation from the original anaconda.


That version does SEEM to work OK, in a NON-SUPPORTED kind of way though.



Karanbir Singh wrote:

Sergio Belkin wrote:

Hi,
I'd want to know if the new Centos LiveCd is installable, not only via
network, but in a Fedora-Live fashion too.



no, its not. Also, at the moment there is no plans to make that happen 
either.









signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Karanbir Singh

Milton Calnek wrote:

It's fairly easy to roll your own.
I got livecd-tools.  I think I got it from the fedora project, but I'm 
not sure... or maybe from the CentOS Wiki.

I also got a couple of Kick-Start files...

livecd-creator --config=centos-livecd-minimal.ks --fslabel=1st_live_cd

Add you have the ISO.



all of this stuff is well documented on the Trac instance for the project.

However, installing from the livecd the way it is setup at the moment is 
a really bad idea. There are a few options on how one might sanitise the 
install process - but I am not committing to doing yet another thing :D


- K'I am going to finish all the things I am working on first'B

--
Karanbir Singh : http://www.karan.org/  : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Milton Calnek



Johnny Hughes wrote:

Milton Calnek wrote:

It's fairly easy to roll your own.
I got livecd-tools.  I think I got it from the fedora project, but I'm 
not sure... or maybe from the CentOS Wiki.

I also got a couple of Kick-Start files...

livecd-creator --config=centos-livecd-minimal.ks --fslabel=1st_live_cd

Add you have the ISO.


The problem with that is ... OF COURSE ... it requires a version of 


hmmm... odd.  


[EMAIL PROTECTED] ~]$ rpm -q anaconda livecd-tools
package anaconda is not installed
livecd-tools-013-4

And I was able to build the iso's too.  I even managed to test a couple of them 
out.

--
Milton Calnek BSc, A/Slt(Ret.)
[EMAIL PROTECTED]
306-717-8737


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] ls : not UTF-8 compliant?

2008-02-20 Thread Mufit Eribol

Sorry bugging you for this simple command.

ls command displays question marks for the local characters (ones not 
included in 8859-1 space) in filenames.


ie.
[EMAIL PROTECTED] aa]# touch çarp
[EMAIL PROTECTED] aa]# ls
??arp
[EMAIL PROTECTED] aa]# ls -b#for octal escapes
\303\247arp
[EMAIL PROTECTED] aa]#

However, ls|less, ls|more or vi  all display filename 
correctly. Also, the  completes such filenames in the correct way. 
Even, logsave command for the ls output prints the right characters.


So, I assume the filesystem keeps the filenames in UTF-8 encoding, but 
somehow ls can not show them properly.


Any workaround or a replacement for ls? BTW The system is Centos 5.1 and 
locale shows the encoding as UTF-8.


Thank you.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


FW: [CentOS] BIND.named failed to start

2008-02-20 Thread محمد التلاوي

 
it gives me this
 
 
Feb 20 22:19:14 sanshiro named[3877]: starting BIND 9.3.3rc2Feb 20 22:19:14 
sanshiro named[3877]: found 1 CPU, using 1 worker threadFeb 20 22:19:15 
sanshiro named[3877]: loading configuration from '/etc/named.conf'Feb 20 
22:19:15 sanshiro named[3877]: no IPv6 interfaces foundFeb 20 22:19:15 sanshiro 
named[3877]: listening on IPv4 interface lo, 127.0.0.1#53Feb 20 22:19:15 
sanshiro named[3877]: listening on IPv4 interface eth0, 192.168.0.10#53Feb 20 
22:19:15 sanshiro named[3877]: listening on IPv4 interface eth1, 10.0.0.1#53Feb 
20 22:19:15 sanshiro named[3877]: could not configure root hints from 
'root.cache': file not foundFeb 20 22:19:15 sanshiro named[3877]: loading 
configuration: file not foundFeb 20 22:19:15 sanshiro named[3877]: exiting (due 
to fatal error)

>What does /var/log/messages tell you? Most likely it’s a named.conf issue.
 

>Thanks,   >Paul
 





From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of  
???Sent: Wednesday, February 20, 2008 2:22 PMTo: [EMAIL PROTECTED]: 
[CentOS] BIND.named failed to start
 
  hi guys i have: CentOS_5.1 Linux 2.6.24 #2 SMP Fri Feb 15 20:03:34 AST 2008 
i686 i686 i386 
GNU/Linuxwith:bind-utils-9.3.3-10.el5ypbind-1.19-8.el5bind-9.3.3-10.el5bind-chroot-9.3.3-10.el5bind-libs-9.3.3-10.el5when
 i try to start named i get this :Locating 
/var/named/chroot/etc/named.conf//etc/named.conf failed:
   [FAILED]i allready tried to link and copy 
named.conf to /var/named/chroot/etc/but i still get the same result does 
anybody know how to organize named files under my CentOS? thanks all in advance


_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] BIND.named failed to start

2008-02-20 Thread Paul A
What does /var/log/messages tell you? Most likely it's a named.conf issue.

 

Thanks, 
  
Paul 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of  ???
Sent: Wednesday, February 20, 2008 2:22 PM
To: centos@centos.org
Subject: [CentOS] BIND.named failed to start

 

 
 
hi guys
 
i have: CentOS_5.1 
Linux 2.6.24 #2 SMP Fri Feb 15 20:03:34 AST 2008 i686 i686 i386 GNU/Linux

with:
bind-utils-9.3.3-10.el5
ypbind-1.19-8.el5
bind-9.3.3-10.el5
bind-chroot-9.3.3-10.el5
bind-libs-9.3.3-10.el5

when i try to start named i get this :
Locating /var/named/chroot/etc/named.conf//etc/named.conf failed:
   [FAILED]
i allready tried to link and copy named.conf to /var/named/chroot/etc/
but i still get the same result
 
does anybody know how to organize named files under my CentOS?
 
thanks all in advance

  _  

Express yourself instantly with MSN Messenger! MSN
  Messenger

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] BIND.named failed to start

2008-02-20 Thread محمد التلاوي
 
 
hi guys
 
i have: CentOS_5.1 
Linux 2.6.24 #2 SMP Fri Feb 15 20:03:34 AST 2008 i686 i686 i386 GNU/Linux
with:
bind-utils-9.3.3-10.el5ypbind-1.19-8.el5bind-9.3.3-10.el5bind-chroot-9.3.3-10.el5bind-libs-9.3.3-10.el5
when i try to start named i get this :
Locating /var/named/chroot/etc/named.conf//etc/named.conf failed:   
[FAILED]i allready tried to link 
and copy named.conf to /var/named/chroot/etc/
but i still get the same result
 
does anybody know how to organize named files under my CentOS?
 
thanks all in advance
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Patrice Guay
Milton Calnek wrote:
> Johnny Hughes wrote:
>> Milton Calnek wrote:
>>> It's fairly easy to roll your own.
>>> I got livecd-tools.  I think I got it from the fedora project, but
>>> I'm not sure... or maybe from the CentOS Wiki.
>>> I also got a couple of Kick-Start files...

See https://projects.centos.org/trac/livecd/wiki/GetToolset

>>>
>>> livecd-creator --config=centos-livecd-minimal.ks --fslabel=1st_live_cd
>>>
>>> Add you have the ISO.
>>

See https://projects.centos.org/trac/livecd/wiki/InstallToHardDrive
It explains how to create a LiveCD with the ability to install
the OS contained on the LiveCD directly to your hard drive.

>> The problem with that is ... OF COURSE ... it requires a version of 
>
> hmmm... odd. 
> [EMAIL PROTECTED] ~]$ rpm -q anaconda livecd-tools
> package anaconda is not installed
> livecd-tools-013-4
>
> And I was able to build the iso's too.  I even managed to test a
> couple of them out.
>

The anaconda package does not need to be present on your build system.
It needs to be present on the LiveCD.

--
Patrice

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Milton Calnek



Patrice Guay wrote:

Milton Calnek wrote:

Johnny Hughes wrote:

Milton Calnek wrote:


The anaconda package does not need to be present on your build system.
It needs to be present on the LiveCD.


That's where the hacked anaconda comes in... and any CD produced is not 
an official version of CentOS.


Becomes clear to me.

--
Milton Calnek BSc, A/Slt(Ret.)
[EMAIL PROTECTED]
306-717-8737


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Sergio Belkin
2008/2/20, Johnny Hughes <[EMAIL PROTECTED]>:
> Milton Calnek wrote:
>  >
>  >
>  > Patrice Guay wrote:
>  >> Milton Calnek wrote:
>  >>> Johnny Hughes wrote:
>   Milton Calnek wrote:
>  >>
>  >> The anaconda package does not need to be present on your build system.
>  >> It needs to be present on the LiveCD.
>  >
>  > That's where the hacked anaconda comes in... and any CD produced is not
>  > an official version of CentOS.
>  >
>  > Becomes clear to me.
>  >
>
>
> Right,
>
>  And there are a couple other packages too (pykickstart, dosfstools and
>  syslinux) that are modified. For the most part the modified version
>  works just fine, but there are things about it that are not officially
>  supported.
>
>  It should be stated the the purpose of the live CD is NOT to install
>  centos (unless you want to, as a convenience use the Network install
>  provided on there, which is fully supported) ... but to use to test your
>  hardware and to use as a recovery disc.
>
>  Thanks,
>
> Johnny Hughes
>
>
>
>
> ___
>  CentOS mailing list
>  CentOS@centos.org
>  http://lists.centos.org/mailman/listinfo/centos
>
>
>

Thanks for all of your comments, really I was looking for an easy way
of install Centos downloading one only CD
-- 
--
Open Kairos http://www.openkairos.com
Watch More TV http://sebelk.blogspot.com
Sergio Belkin -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Milton Calnek



Sergio Belkin wrote:


Thanks for all of your comments, really I was looking for an easy way
of install Centos downloading one only CD


That's a totally different question.  You must be a ubuntu user...

There are several ways of doing this.  My favorite is to put the initrd 
and vmlinuz files onto an existing bootable usb (RIP Linux). 
Specify a kickstart file or specify method=ask on the kernel options.


When I'm working on a machine where the BIOS doesn't support USB boot, 
I use CD #1, specify kickstart/method on the command line.


--
Milton Calnek BSc, A/Slt(Ret.)
[EMAIL PROTECTED]
306-717-8737


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: Centos Livecd

2008-02-20 Thread Scott Silva

on 2/20/2008 12:59 PM Sergio Belkin spake the following:

2008/2/20, Johnny Hughes <[EMAIL PROTECTED]>:

Milton Calnek wrote:
 >
 >
 > Patrice Guay wrote:
 >> Milton Calnek wrote:
 >>> Johnny Hughes wrote:
  Milton Calnek wrote:
 >>
 >> The anaconda package does not need to be present on your build system.
 >> It needs to be present on the LiveCD.
 >
 > That's where the hacked anaconda comes in... and any CD produced is not
 > an official version of CentOS.
 >
 > Becomes clear to me.
 >


Right,

 And there are a couple other packages too (pykickstart, dosfstools and
 syslinux) that are modified. For the most part the modified version
 works just fine, but there are things about it that are not officially
 supported.

 It should be stated the the purpose of the live CD is NOT to install
 centos (unless you want to, as a convenience use the Network install
 provided on there, which is fully supported) ... but to use to test your
 hardware and to use as a recovery disc.





Thanks for all of your comments, really I was looking for an easy way
of install Centos downloading one only CD


If you are only doing a system or two, you can down the live cd and do a net 
install from a mirror close to you.


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Johnny Hughes

Milton Calnek wrote:



Patrice Guay wrote:

Milton Calnek wrote:

Johnny Hughes wrote:

Milton Calnek wrote:


The anaconda package does not need to be present on your build system.
It needs to be present on the LiveCD.


That's where the hacked anaconda comes in... and any CD produced is not 
an official version of CentOS.


Becomes clear to me.



Right,

And there are a couple other packages too (pykickstart, dosfstools and 
syslinux) that are modified. For the most part the modified version 
works just fine, but there are things about it that are not officially 
supported.


It should be stated the the purpose of the live CD is NOT to install 
centos (unless you want to, as a convenience use the Network install 
provided on there, which is fully supported) ... but to use to test your 
hardware and to use as a recovery disc.


Thanks,
Johnny Hughes





signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ls : not UTF-8 compliant?

2008-02-20 Thread Michael A. Peters

Mufit Eribol wrote:

Sorry bugging you for this simple command.

ls command displays question marks for the local characters (ones not 
included in 8859-1 space) in filenames.


ie.
[EMAIL PROTECTED] aa]# touch çarp
[EMAIL PROTECTED] aa]# ls
??arp
[EMAIL PROTECTED] aa]# ls -b#for octal escapes
\303\247arp
[EMAIL PROTECTED] aa]#

However, ls|less, ls|more or vi  all display filename 
correctly. Also, the  completes such filenames in the correct way. 
Even, logsave command for the ls output prints the right characters.


So, I assume the filesystem keeps the filenames in UTF-8 encoding, but 
somehow ls can not show them properly.


Any workaround or a replacement for ls? BTW The system is Centos 5.1 and 
locale shows the encoding as UTF-8.


Thank you.


Works for me.

[EMAIL PROTECTED] tmp]$ touch çarp
[EMAIL PROTECTED] tmp]$ ls
çarp
[EMAIL PROTECTED] tmp]$ echo $LANG
en_US.UTF-8
[EMAIL PROTECTED] tmp]$
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C5 64-bit on Dell not seeing 1 GB link

2008-02-20 Thread Adam Breaux
Are you using CAT5e or CAT6 cabling? What brand of switch are you using?

On Tue, Feb 19, 2008 at 9:56 PM, Scott Ehrlich <[EMAIL PROTECTED]> wrote:

> I've got a Dell Precision Workstation 490 with 64-bit Centos 5, fully
> updated, with an on-board Broadcom 57xx gigabit Ethernet controller,
> updated BIOS, 1 GB switch, and /var/log/messages and dmesg both claim the
> link is 100 Mb, not 1 GB.
>
> I tried setting eth0 to mtu 9000 but got an error in going so.
>
> What do I need to do to have the card see 1 gb?
>
> Thanks.
>
> Scott
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
Adam Breaux
[EMAIL PROTECTED]

http://www.adambreaux.com/
http://www.linkedin.com/pub/0/9b3/a39
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Livecd

2008-02-20 Thread Sergio Belkin
2008/2/20, Milton Calnek <[EMAIL PROTECTED]>:
>
>
>  Sergio Belkin wrote:
>  >
>  > Thanks for all of your comments, really I was looking for an easy way
>  > of install Centos downloading one only CD
>
>
> That's a totally different question.  You must be a ubuntu user...


XD No, no, I'm not a Ubuntu user ;) in fact, I prefer Mandriva, or
even Fedora, if you are talking about desktop  systems... I am pretty
sick of the Ubuntu hype...

It happens that in my job I suggested to change from Fedora to Centos
(installed on servers) and my boss liked the idea of having a free Red
Hat Enterprise clon. But, I had some problems with mirrors using
netinstall method, so I was not looking an dummy installation, I
repeat I was looking for one CD install. It's different when you can
get a minimal system installed (for example Mandriva has a mini CD,
with a bare way of installation adn then you can download what you can
install what you want, and please, don't say me now: "So use
Mandriva", I am interested of using Centos on servers). We have one of
the main servers running Centos 5.1 and we will move others from
Fedora to Centos... using Xen too :)

>
>  There are several way of doing this.  My favorite is to put the initrd
>  and vmlinuz files onto an existing bootable usb (RIP Linux).
>  Specify a kickstart file or specify method=ask on the kernel options.
>
>  When I'm working on a machine where the BIOS doesn't support USB boot,
>  I use CD #1, specify kickstart/method on the command line.

I sounds interesting...thanks

>
>
>  --
>  Milton Calnek BSc, A/Slt(Ret.)
>  [EMAIL PROTECTED]
>  306-717-8737
>
>
>  --
>  This message has been scanned for viruses and
>  dangerous content by MailScanner, and is
>  believed to be clean.
>
>  ___
>
> CentOS mailing list
>  CentOS@centos.org
>  http://lists.centos.org/mailman/listinfo/centos
>


-- 
--
Open Kairos http://www.openkairos.com
Watch More TV http://sebelk.blogspot.com
Sergio Belkin -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Centos Livecd

2008-02-20 Thread Johnny Hughes

Scott Silva wrote:

on 2/20/2008 12:59 PM Sergio Belkin spake the following:
2008/2/20, Johnny Hughes 
<[EMAIL PROTECTED]>:

Milton Calnek wrote:
 >
 >
 > Patrice Guay wrote:
 >> Milton Calnek wrote:
 >>> Johnny Hughes wrote:
  Milton Calnek wrote:
 >>
 >> The anaconda package does not need to be present on your build 
system.

 >> It needs to be present on the LiveCD.
 >
 > That's where the hacked anaconda comes in... and any CD produced 
is not

 > an official version of CentOS.
 >
 > Becomes clear to me.
 >


Right,

 And there are a couple other packages too (pykickstart, dosfstools and
 syslinux) that are modified. For the most part the modified version
 works just fine, but there are things about it that are not officially
 supported.

 It should be stated the the purpose of the live CD is NOT to install
 centos (unless you want to, as a convenience use the Network install
 provided on there, which is fully supported) ... but to use to test 
your

 hardware and to use as a recovery disc.





Thanks for all of your comments, really I was looking for an easy way
of install Centos downloading one only CD


If you are only doing a system or two, you can down the live cd and do a 
net install from a mirror close to you.


OR ... of course, get CD1 and do a minimal install and then use "yum 
groupinstall" option to install the groups of items you want.





signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: FW: [CentOS] BIND.named failed to start

2008-02-20 Thread Jim Perrin
2008/2/20 محمد التلاوي <[EMAIL PROTECTED]>:

> Feb 20 22:19:15 sanshiro named[3877]: could not configure root hints from
> 'root.cache': file not found
> Feb 20 22:19:15 sanshiro named[3877]: loading configuration: file not found
> Feb 20 22:19:15 sanshiro named[3877]: exiting (due to fatal error)


You have a configuration error. The root.cache file cannot be found on
your system where you specify it. Please double check your config, and
that you have all necessary files.


-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: Centos Livecd

2008-02-20 Thread Scott Silva

on 2/20/2008 2:17 PM Johnny Hughes spake the following:

Scott Silva wrote:

on 2/20/2008 12:59 PM Sergio Belkin spake the following:
2008/2/20, Johnny Hughes 
<[EMAIL PROTECTED]>:

Milton Calnek wrote:
 >
 >
 > Patrice Guay wrote:
 >> Milton Calnek wrote:
 >>> Johnny Hughes wrote:
  Milton Calnek wrote:
 >>
 >> The anaconda package does not need to be present on your build 
system.

 >> It needs to be present on the LiveCD.
 >
 > That's where the hacked anaconda comes in... and any CD produced 
is not

 > an official version of CentOS.
 >
 > Becomes clear to me.
 >


Right,

 And there are a couple other packages too (pykickstart, dosfstools and
 syslinux) that are modified. For the most part the modified version
 works just fine, but there are things about it that are not officially
 supported.

 It should be stated the the purpose of the live CD is NOT to install
 centos (unless you want to, as a convenience use the Network install
 provided on there, which is fully supported) ... but to use to test 
your

 hardware and to use as a recovery disc.





Thanks for all of your comments, really I was looking for an easy way
of install Centos downloading one only CD


If you are only doing a system or two, you can down the live cd and do 
a net install from a mirror close to you.


OR ... of course, get CD1 and do a minimal install and then use "yum 
groupinstall" option to install the groups of items you want.


If only the first cd had an install option like "linux minimal" instead of 
going into anaconda and de-selecting everything one by one. Or even a button 
to "un-select all".



--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Centos Livecd

2008-02-20 Thread Philip R. Schaffner
On Wed, 2008-02-20 at 13:13 -0800, Scott Silva wrote:
...
> If you are only doing a system or two, you can down the live cd and do a net 
> install from a mirror close to you.

If you don't want to grab the whole LiveCD for a net install, all you
really need is the boot.iso image from the install directory for the
$ARCH, e.g.:

lftpget http://mirror.centos.org/centos-5/5.1/os/i386/images/boot.iso

Phil


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Centos Livecd

2008-02-20 Thread Johnny Hughes

Scott Silva wrote:

on 2/20/2008 2:17 PM Johnny Hughes spake the following:

Scott Silva wrote:

on 2/20/2008 12:59 PM Sergio Belkin spake the following:
2008/2/20, Johnny Hughes 
<[EMAIL PROTECTED]>: 


Milton Calnek wrote:
 >
 >
 > Patrice Guay wrote:
 >> Milton Calnek wrote:
 >>> Johnny Hughes wrote:
  Milton Calnek wrote:
 >>
 >> The anaconda package does not need to be present on your build 
system.

 >> It needs to be present on the LiveCD.
 >
 > That's where the hacked anaconda comes in... and any CD produced 
is not

 > an official version of CentOS.
 >
 > Becomes clear to me.
 >


Right,

 And there are a couple other packages too (pykickstart, dosfstools 
and

 syslinux) that are modified. For the most part the modified version
 works just fine, but there are things about it that are not 
officially

 supported.

 It should be stated the the purpose of the live CD is NOT to install
 centos (unless you want to, as a convenience use the Network install
 provided on there, which is fully supported) ... but to use to 
test your

 hardware and to use as a recovery disc.





Thanks for all of your comments, really I was looking for an easy way
of install Centos downloading one only CD


If you are only doing a system or two, you can down the live cd and 
do a net install from a mirror close to you.


OR ... of course, get CD1 and do a minimal install and then use "yum 
groupinstall" option to install the groups of items you want.


If only the first cd had an install option like "linux minimal" instead 
of going into anaconda and de-selecting everything one by one. Or even a 
button to "un-select all".


I am pretty sure I tested it and the only thing one needs to do is to 
unselect the macro group options.


(the only one of which that is selected by default is Gnome Desktop)

What you said is true of CentOS-5.0 CD1, but I don't think it is true of 
CentOS-5.1 CD1.




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] BIND.named failed to start

2008-02-20 Thread محمد التلاوي
my resolving workin fine now  :) :) :D
 
i created my named service to work for /chroot JAIL
by help from this site:
http://www.unixwiz.net/techtips/bind9-chroot.html
i have CentOS-5.1 and it has gone smoothly with no errors
it was very helpfull
i say that cause im newbie and it took me step by step
but i still get this when i try to start it from /etc/rc3/S74named:
[EMAIL PROTECTED] rc3.d]# ./K87named restartLocating 
/var/named/chroot/etc/named.conf//etc/named.conf failed:
   [FAILED]
but i dont care cause my named is working fine now 
but maybe if anybody know why he could tell
cause its always better to know why:)
thanks for all
this was my first post , and this mail list is the best i wish for CentOS many 
many more seccessfull years ahead
> > You have a configuration error. The root.cache file cannot be found on> 
> > your system where you specify it. Please double check your config, and> 
> > that you have all necessary files.> > > -- > During times of universal 
> > deceit, telling the truth becomes a revolutionary act.> George Orwell
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C5 64-bit on Dell not seeing 1 GB link

2008-02-20 Thread Joshua Baker-LePain

On Tue, 19 Feb 2008 at 9:56pm, Scott Ehrlich wrote

I've got a Dell Precision Workstation 490 with 64-bit Centos 5, fully 
updated, with an on-board Broadcom 57xx gigabit Ethernet controller, updated 
BIOS, 1 GB switch, and /var/log/messages and dmesg both claim the link is 100 
Mb, not 1 GB.


I tried setting eth0 to mtu 9000 but got an error in going so.

What do I need to do to have the card see 1 gb?

Thanks.


I'm seeing the same problem on some (well, all but one of my) 32bit IBM 
xSeries 335 machines.  They're all connected to Foundry switches, though 
not all the same switch.  I'm wondering if it has to do with 
.  There are some test 
packages listed in that bugzilla...


--
Joshua Baker-LePain
QB3 Shared Cluster Sysadmin
UCSF
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ls : not UTF-8 compliant?

2008-02-20 Thread Mufit Eribol

Michael A. Peters wrote:

Mufit Eribol wrote:

Sorry bugging you for this simple command.

ls command displays question marks for the local characters (ones not 
included in 8859-1 space) in filenames.


ie.
[EMAIL PROTECTED] aa]# touch çarp
[EMAIL PROTECTED] aa]# ls
??arp
[EMAIL PROTECTED] aa]# ls -b#for octal escapes
\303\247arp
[EMAIL PROTECTED] aa]#

However, ls|less, ls|more or vi  all display filename 
correctly. Also, the  completes such filenames in the correct 
way. Even, logsave command for the ls output prints the right 
characters.


So, I assume the filesystem keeps the filenames in UTF-8 encoding, 
but somehow ls can not show them properly.


Any workaround or a replacement for ls? BTW The system is Centos 5.1 
and locale shows the encoding as UTF-8.


Thank you.


Works for me.

[EMAIL PROTECTED] tmp]$ touch çarp
[EMAIL PROTECTED] tmp]$ ls
çarp
[EMAIL PROTECTED] tmp]$ echo $LANG
en_US.UTF-8
[EMAIL PROTECTED] tmp]$
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Interesting! Perhaps it is a quirk of ssh using PuTTY. I haven't tried 
it on the monitor connected. Did you try in on the monitor and CLI (no 
X, no Gnome etc)?

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: Centos Livecd

2008-02-20 Thread Scott Silva

on 2/20/2008 2:47 PM Johnny Hughes spake the following:

Scott Silva wrote:

on 2/20/2008 2:17 PM Johnny Hughes spake the following:

Scott Silva wrote:

on 2/20/2008 12:59 PM Sergio Belkin spake the following:
2008/2/20, Johnny Hughes 
: 


Milton Calnek wrote:
 >
 >
 > Patrice Guay wrote:
 >> Milton Calnek wrote:
 >>> Johnny Hughes wrote:
  Milton Calnek wrote:
 >>
 >> The anaconda package does not need to be present on your build 
system.

 >> It needs to be present on the LiveCD.
 >
 > That's where the hacked anaconda comes in... and any CD 
produced is not

 > an official version of CentOS.
 >
 > Becomes clear to me.
 >


Right,

 And there are a couple other packages too (pykickstart, 
dosfstools and

 syslinux) that are modified. For the most part the modified version
 works just fine, but there are things about it that are not 
officially

 supported.

 It should be stated the the purpose of the live CD is NOT to install
 centos (unless you want to, as a convenience use the Network install
 provided on there, which is fully supported) ... but to use to 
test your

 hardware and to use as a recovery disc.





Thanks for all of your comments, really I was looking for an easy way
of install Centos downloading one only CD


If you are only doing a system or two, you can down the live cd and 
do a net install from a mirror close to you.


OR ... of course, get CD1 and do a minimal install and then use "yum 
groupinstall" option to install the groups of items you want.


If only the first cd had an install option like "linux minimal" 
instead of going into anaconda and de-selecting everything one by one. 
Or even a button to "un-select all".


I am pretty sure I tested it and the only thing one needs to do is to 
unselect the macro group options.


(the only one of which that is selected by default is Gnome Desktop)

What you said is true of CentOS-5.0 CD1, but I don't think it is true of 
CentOS-5.1 CD1.
OK. Time to fire up VMWare and play some more since I don't have any new 
hardware right now.



--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: ls : not UTF-8 compliant?

2008-02-20 Thread Scott Silva

on 2/20/2008 3:14 PM Mufit Eribol spake the following:

Michael A. Peters wrote:

Mufit Eribol wrote:

Sorry bugging you for this simple command.

ls command displays question marks for the local characters (ones not 
included in 8859-1 space) in filenames.


ie.
[EMAIL PROTECTED] aa]# touch �arp
[EMAIL PROTECTED] aa]# ls
??arp
[EMAIL PROTECTED] aa]# ls -b#for octal escapes
\303\247arp
[EMAIL PROTECTED] aa]#

However, ls|less, ls|more or vi  all display filename 
correctly. Also, the  completes such filenames in the correct 
way. Even, logsave command for the ls output prints the right 
characters.


So, I assume the filesystem keeps the filenames in UTF-8 encoding, 
but somehow ls can not show them properly.


Any workaround or a replacement for ls? BTW The system is Centos 5.1 
and locale shows the encoding as UTF-8.


Thank you.


Works for me.

[EMAIL PROTECTED] tmp]$ touch �arp
[EMAIL PROTECTED] tmp]$ ls
�arp
[EMAIL PROTECTED] tmp]$ echo $LANG
en_US.UTF-8
[EMAIL PROTECTED] tmp]$
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Interesting! Perhaps it is a quirk of ssh using PuTTY. I haven't tried 
it on the monitor connected. Did you try in on the monitor and CLI (no 
X, no Gnome etc)?
Remember that putty defaults to an iso character set unless you change the 
defaults.


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: ls : not UTF-8 compliant?

2008-02-20 Thread Mufit Eribol

Scott Silva wrote:

on 2/20/2008 3:14 PM Mufit Eribol spake the following:

Michael A. Peters wrote:

Mufit Eribol wrote:

Sorry bugging you for this simple command.

ls command displays question marks for the local characters (ones 
not included in 8859-1 space) in filenames.


ie.
[EMAIL PROTECTED] aa]# touch �arp
[EMAIL PROTECTED] aa]# ls
??arp
[EMAIL PROTECTED] aa]# ls -b#for octal escapes
\303\247arp
[EMAIL PROTECTED] aa]#

However, ls|less, ls|more or vi  all display 
filename correctly. Also, the  completes such filenames in the 
correct way. Even, logsave command for the ls output prints the 
right characters.


So, I assume the filesystem keeps the filenames in UTF-8 encoding, 
but somehow ls can not show them properly.


Any workaround or a replacement for ls? BTW The system is Centos 
5.1 and locale shows the encoding as UTF-8.


Thank you.


Works for me.

[EMAIL PROTECTED] tmp]$ touch �arp
[EMAIL PROTECTED] tmp]$ ls
çarp
[EMAIL PROTECTED] tmp]$ echo $LANG
en_US.UTF-8
[EMAIL PROTECTED] tmp]$
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Interesting! Perhaps it is a quirk of ssh using PuTTY. I haven't 
tried it on the monitor connected. Did you try in on the monitor and 
CLI (no X, no Gnome etc)?
Remember that putty defaults to an iso character set unless you change 
the defaults.




No way! I use UTF-8 for "Character set translation on received data" of 
PuTTY. Centos is a fresh install with the default LANG setting. What 
else should I try?

Thank you for your support!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C5 64-bit on Dell not seeing 1 GB link

2008-02-20 Thread Scott R. Ehrlich

On Wed, 20 Feb 2008, Adam Breaux wrote:


Are you using CAT5e or CAT6 cabling? What brand of switch are you using?


I was misinformed.   The desktop connections are actually 100 Mb.

But, we did get to learn about a few tools and methods to check the link 
and make changes, so it was not wasted time.


Sorry 'bout that.

Scott



On Tue, Feb 19, 2008 at 9:56 PM, Scott Ehrlich <[EMAIL PROTECTED]> wrote:


I've got a Dell Precision Workstation 490 with 64-bit Centos 5, fully
updated, with an on-board Broadcom 57xx gigabit Ethernet controller,
updated BIOS, 1 GB switch, and /var/log/messages and dmesg both claim the
link is 100 Mb, not 1 GB.

I tried setting eth0 to mtu 9000 but got an error in going so.

What do I need to do to have the card see 1 gb?

Thanks.

Scott
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos





--
Adam Breaux
[EMAIL PROTECTED]

http://www.adambreaux.com/
http://www.linkedin.com/pub/0/9b3/a39


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] BIND.named failed to start

2008-02-20 Thread Robert - elists
 
it gives me this
 
 
Feb 20 22:19:14 sanshiro named[3877]: starting BIND 9.3.3rc2
Feb 20 22:19:14 sanshiro named[3877]: found 1 CPU, using 1 worker thread
Feb 20 22:19:15 sanshiro named[3877]: loading configuration from
'/etc/named.conf'
Feb 20 22:19:15 sanshiro named[3877]: no IPv6 interfaces found
Feb 20 22:19:15 sanshiro named[3877]: listening on IPv4 interface lo,
127.0.0.1#53
Feb 20 22:19:15 sanshiro named[3877]: listening on IPv4 interface eth0,
192.168.0.10#53
Feb 20 22:19:15 sanshiro named[3877]: listening on IPv4 interface eth1,
10.0.0.1#53
Feb 20 22:19:15 sanshiro named[3877]: could not configure root hints from
'root.cache': file not found
Feb 20 22:19:15 sanshiro named[3877]: loading configuration: file not found
Feb 20 22:19:15 sanshiro named[3877]: exiting (due to fatal error)


 

italianiceboy,

 

go the the directory that root.cache should be in

 

im guessing that the commands should be like this

 

cd /var/named/chroot/var/named

 

dig @a.root-servers.net . ns > root.cache

 

chown named:named root.cache

 

service named restart

 

and all should be well

 

 - rh

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] BIND.named failed to start

2008-02-20 Thread Indunil Jayasooriya
Pls click below URL

http://www.howtoforge.net/perfect_setup_centos5.0_p4

and see the Section called
Install A Chrooted DNS Server (BIND9)




On Thu, Feb 21, 2008 at 11:27 AM, Robert - elists <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
>  it gives me this
>
>
>  Feb 20 22:19:14 sanshiro named[3877]: starting BIND 9.3.3rc2
>  Feb 20 22:19:14 sanshiro named[3877]: found 1 CPU, using 1 worker thread
>  Feb 20 22:19:15 sanshiro named[3877]: loading configuration from
> '/etc/named.conf'
>  Feb 20 22:19:15 sanshiro named[3877]: no IPv6 interfaces found
>  Feb 20 22:19:15 sanshiro named[3877]: listening on IPv4 interface lo,
> 127.0.0.1#53
>  Feb 20 22:19:15 sanshiro named[3877]: listening on IPv4 interface eth0,
> 192.168.0.10#53
>  Feb 20 22:19:15 sanshiro named[3877]: listening on IPv4 interface eth1,
> 10.0.0.1#53
>  Feb 20 22:19:15 sanshiro named[3877]: could not configure root hints from
> 'root.cache': file not found
>  Feb 20 22:19:15 sanshiro named[3877]: loading configuration: file not found
>  Feb 20 22:19:15 sanshiro named[3877]: exiting (due to fatal error)
>  
>
>
>
> italianiceboy,
>
>
>
> go the the directory that root.cache should be in
>
>
>
> im guessing that the commands should be like this
>
>
>
> cd /var/named/chroot/var/named
>
>
>
> dig @a.root-servers.net . ns > root.cache
>
>
>
> chown named:named root.cache
>
>
>
> service named restart
>
>
>
> and all should be well
>
>
>
>  - rh
> ___
>  CentOS mailing list
>  CentOS@centos.org
>  http://lists.centos.org/mailman/listinfo/centos
>
>



-- 
Thank you
Indunil Jayasooriya
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos