[CentOS] Centos 5.0 x86-64 install crashes with Realtek 8111B Ethrenet
While installing Centos 5.0 x86-64 on a Gigabyte GA-945GM-S2 motherboard which has Realtek 8111B Ethernet chip - Anaconda crashes. I select the option to use the Centos online repository for extra packages - I am asked to enter IP address etc. The drop box to select the Ethernet interface is blank. If I enter valid IP address and gateway - anaconda crashes and the system reboots from CD. I think that the NIC chip is not correctly detected by anaconda - and there must be a problem in the logic which allows anaconda to try to connect to the network without any available network adaptor. Incidentally - I also use a version of Linux called Trinity Rescue. The current version of trinity used kernel 2.6.19.2 - and this detects and runs the same Ethernet chip fine. Maybe the newer kernel fixes the problem - or maybe the problem is specific to x86-64 architecture. In Bug report 0001947 someone reports he fixed this problem with a new driver from realtek and/or redhat. I have downloaded this driver - but can anyone point me to instructions on how to compile and install it? I have built a Centos 5.0 without network support. Alternatively - does anyone know when we expect a Centos 5.1 release? Is there a beta I can get hold of before the release? Alternatively - can I download updates for the Centos 5 from a yum repository using a working cetos 4.4 installation - then use yum or rpm to install a new kernel or driver on the Centos 5.0 system? Can anyone suggest were I would find instructions on how to do this? Thanks Richard. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] bind on centos 5
Robert Moskowitz <[EMAIL PROTECTED]> wrote: Thom Paine wrote: > I'm having a little trouble to get this working on my box. > > I have two domains I need to host on my machine. I have named > starting, but I'm having trouble getting it to do the lookups for the > two domains. The caching-nameserver is working. > > I removed all the bind stuff and reinstalled it all, minus the chroot > because I was having problems getting bind to start at all with that > there. Check your message log. BIND does a decent job with syslog outputs to tell you what failed. > > I can post my named.conf file as well as my two domain files if > someone could give me a hand. > > thanks. Kindly post. > > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos - David Maina. Systems/Network Administrator. PdE-Kenya. P. O. Box 1239 - 20100. Nakuru, Kenya. Telephone:+254-51-850298/850333. Cell:+254-721-950073. Registered Linux User #407239. --- "By golly, I'm beginning to think Linux really *is* the best thing since sliced bread." - Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] rpmrebuild or rpmbuild question
Thank you Carlos, RPM spec file was the solution that I was looking for. Carlos Daniel Ruvalcaba Valenzuela wrote: You could use the PHP SPEC file to build your own rpm with your own options, this way you can keep the version changes of the package within th package manager (RPM). On 6/25/07, Jim Perrin <[EMAIL PROTECTED]> wrote: On 6/25/07, Centos <[EMAIL PROTECTED]> wrote: > php was compiled on server, by running ./configure > but now I want to find an easy way to upgrade php, without compiling it > again. > like runing rpmrebuild and just add those options that i need. RPM won't help you with this. The only way you could use it to solve this issue would be to remove your existing php install, then build the php rpm the way you want (assuming the stock php doesn't work for you) -- 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 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 on centos 5
--- Robert Moskowitz <[EMAIL PROTECTED]> wrote: > > Thom Paine wrote: > > I'm having a little trouble to get this working on > my box. > > > > I have two domains I need to host on my machine. I > have named > > starting, but I'm having trouble getting it to do > the lookups for the > > two domains. The caching-nameserver is working. > > > > I removed all the bind stuff and reinstalled it > all, minus the chroot > > because I was having problems getting bind to > start at all with that > > there. > Check your message log. BIND does a decent job with > syslog outputs to > tell you what failed. > > > > I can post my named.conf file as well as my two > domain files if > > someone could give me a hand. > > > > thanks. > > Kindly post > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > - David Maina. Systems/Network Administrator. PdE-Kenya. P. O. Box 1239 - 20100. Nakuru, Kenya. Telephone:+254-51-850298/850333. Cell:+254-721-950073. Registered Linux User #407239. --- "By golly, I'm beginning to think Linux really *is* the best thing since sliced bread." TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV. http://tv.yahoo.com/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Vsftpd problem
Hi all, I have a filesystem which I need to make available through ftp ( vsftpd ). I have this as separate filesystem as it needs to be available through apache and NFS also. It's our local mirror. I've set up vsftpd and put a test directory in /var/ftp/pub and it works. However I can't seem to get it to see the separate /mirrors filesystem. I've tried using symlinks as below in /var/ftp/pub. drwxr-xr-x 3 root root 4096 Jun 26 10:53 . drwxr-xr-x 3 root root 4096 Jun 22 12:11 .. -rw-r--r-- 1 root root 25 Jun 22 12:21 .message drwxr-xr-x 2 root root 4096 Jun 22 15:25 TEST lrwxrwxrwx 1 root root8 Jun 26 10:53 mirrors -> /mirrors I this case the TEST directory works but the mirrors directory does not. ftp> cd mirrors 550 Failed to change directory. I've also tried using mount --bind to remount the the /mirrors filesystem as /var/ftp/pub/mirrors. When I do this I can see the contents of /var/ftp/pub/mirrors drwxr-xr-x 2 root root 4096 Jun 22 15:25 TEST drwxr-xr-x 13 root root 4096 Jun 23 07:54 mirrors ls -al /var/ftp/pub/mirrors/ drwxr-xr-x 13 root root 4096 Jun 23 07:54 . drwxr-xr-x 4 root root 4096 Jun 26 11:04 .. drwxr-xr-x 9 1000 1000 4096 May 18 00:19 centos drwxr-xr-x 6 ftp 803 4096 Mar 15 13:11 config-linux drwxr-xr-x 4 apache apache 4096 Sep 21 2006 custom-repos However when I try to ftp to it I can't see the mirrors directory -rw-r--r--1 ftp ftp25 Jun 22 12:21 .message drwxr-xr-x2 ftp ftp 4096 Jun 22 15:25 TEST Finally I've tried mounting it directly under /var/ftp/pub/mirrors -rw-r--r-- 1 root root 25 Jun 22 12:21 .message drwxr-xr-x 2 root root 4096 Jun 22 15:25 TEST drwxr-xr-x 13 root root 4096 Jun 23 07:54 mirrors But when I ftp into the box again I can't see the mirrors directory ftp> ls 227 Entering Passive Mode (10,220,1,157,168,142) 150 Here comes the directory listing. drwxr-xr-x2 ftp ftp 4096 Jun 22 15:25 TEST 226 Directory send OK. Is this a permissions problem or does vsftpd not allow separate filesystems to be seen. Regards, Tony ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Re: logwatch reports not benig emailed
Hi, Kanwar Ranbir Sandhu schrieb/wrote: Does anyone have any ideas? I must be missing something obvious. Did you already compare /etc/crontab on your CentOS 4.5 servers with the 5.0 ones? E.g. there is a MAILTO variable and other stuff that could be wrong. cu, boris ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] CentOS-announce Digest, Vol 28, Issue 17
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 reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2007:0509 Important CentOS 3 i386 evolution - security update (Tru Huynh) 2. CESA-2007:0509 Important CentOS 3 x86_64 evolution - security update (Tru Huynh) -- Message: 1 Date: Mon, 25 Jun 2007 16:45:34 +0200 From: Tru Huynh <[EMAIL PROTECTED]> Subject: [CentOS-announce] CESA-2007:0509 Important CentOS 3 i386 evolution - security update To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" CentOS Errata and Security Advisory CESA-2007:0509 evolution security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2007-0509.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/evolution-1.4.5-21.el3.i386.rpm updates/i386/RPMS/evolution-devel-1.4.5-21.el3.i386.rpm source: updates/SRPMS/evolution-1.4.5-21.el3.src.rpm You may update your CentOS-3 i386 installations by running the command: yum update evolution\* Tru -- Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.centos.org/pipermail/centos-announce/attachments/20070625/d45750c5/attachment-0001.bin -- Message: 2 Date: Mon, 25 Jun 2007 16:45:50 +0200 From: Tru Huynh <[EMAIL PROTECTED]> Subject: [CentOS-announce] CESA-2007:0509 Important CentOS 3 x86_64 evolution - security update To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" CentOS Errata and Security Advisory CESA-2007:0509 evolution security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2007-0509.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/evolution-1.4.5-21.el3.x86_64.rpm updates/x86_64/RPMS/evolution-devel-1.4.5-21.el3.x86_64.rpm source: updates/SRPMS/evolution-1.4.5-21.el3.src.rpm You may update your CentOS-3 x86_64 installations by running the command: yum update evolution\* Tru -- Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.centos.org/pipermail/centos-announce/attachments/20070625/dceac29c/attachment-0001.bin -- ___ CentOS-announce mailing list [EMAIL PROTECTED] http://lists.centos.org/mailman/listinfo/centos-announce End of CentOS-announce Digest, Vol 28, Issue 17 *** ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] 2007 New Zealand Open Source Awards
Anyone using CentOS to do open source things in New Zealand? If so ... nominate yourself here for the 2007 New Zealand Open Source Awards. The best I can tell ... New Zealanders are the organizations / people they want for nominees. The CentOS Project has no (to my knowledge) developers in New Zealand, but if some of the organizations there are using the product, maybe they can nominate themselves and CentOS for awards in some of the categories. http://www.nzosa.org.nz/ Thanks, Johnny Hughes signature.asc Description: This is a digitally signed message part ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] logwatch reports not benig emailed
On Mon, 2007-06-25 at 12:22 -0400, Kanwar Ranbir Sandhu wrote: > I can send mail on the command line, and I get it at my email address, > delivered to the internal mail server: great! But, every night when > logwatch runs, the damned reports never make it to my mailbox. What's > worse is that I can manually run logwatch (logwatch --mailto root), and > I get the report in my mailbox! All CentOS 5 servers are exhibiting the > same behaviour. No ideas what's going on? This happening on every single CentOS 5 server I've installed (6 so far). Regards, Ranbir -- Kanwar Ranbir Sandhu Linux 2.6.20-1.2944.fc6 i686 GNU/Linux 07:59:25 up 16 days, 22:46, 1 user, load average: 0.39, 0.31, 0.22 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Vsftpd problem
On 6/26/07, Tony Molloy <[EMAIL PROTECTED]> wrote: Is this a permissions problem or does vsftpd not allow separate filesystems to be seen. Have you looked in the log files for errors? Are you using selinux? If you're using selinux, you'll have to adjust the contexts so that vsftpd has access to /mirrors. -- 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] empty /var/log/messages
I have one centos 4.0 server which /var/log/messages was always empty (0 bytes). I wonder what has been blocking the syslog to write the log. Other (syslog) log files are fine, only messages. /etc/syslog.conf: # Log anything (except mail) of level info or higher. # Don't log private authentication messages! *.info;mail.none;authpriv.none;cron.none;spampd.none-/var/log/messages .thanks ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] empty /var/log/messages
beast wrote: > I have one centos 4.0 server which /var/log/messages was always empty (0 > bytes). I wonder what has been blocking the syslog to write the log. > > Other (syslog) log files are fine, only messages. > > /etc/syslog.conf: > # Log anything (except mail) of level info or higher. > # Don't log private authentication messages! > *.info;mail.none;authpriv.none;cron.none;spampd.none-/var/log/messages How is the selinux stuff on /var/log/messages? # ll -Z /var/log/messages -rw--- root root system_u:object_r:var_log_t /var/log/messages -Andy ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] empty /var/log/messages
> I have one centos 4.0 server which /var/log/messages was always empty (0 > bytes). I wonder what has been blocking the syslog to write the log. > Firstly, I'd suggest updating to 4.5. Secondly, is /tmp mounted with noexec option? Seán ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] empty /var/log/messages
>> I have one centos 4.0 server which /var/log/messages was always empty (0 >> bytes). I wonder what has been blocking the syslog to write the log. >> > > Firstly, I'd suggest updating to 4.5. > > Secondly, is /tmp mounted with noexec option? forgot to add, check /var/log/messages.* for current syslog messages ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] logwatch reports not benig emailed
Have you run system-switch-mail and selected postfix? Is postfix service running? Logwatch is sending mail ok to another mail server on my install of CentOS 5 with postfix. The only change I made was to add the line MailTo = desired email address to /etc/logwatch/conf/logwatch.conf. Radu On 6/26/07, Kanwar Ranbir Sandhu <[EMAIL PROTECTED]> wrote: On Mon, 2007-06-25 at 12:22 -0400, Kanwar Ranbir Sandhu wrote: > I can send mail on the command line, and I get it at my email address, > delivered to the internal mail server: great! But, every night when > logwatch runs, the damned reports never make it to my mailbox. What's > worse is that I can manually run logwatch (logwatch --mailto root), and > I get the report in my mailbox! All CentOS 5 servers are exhibiting the > same behaviour. No ideas what's going on? This happening on every single CentOS 5 server I've installed (6 so far). Regards, Ranbir -- Kanwar Ranbir Sandhu Linux 2.6.20-1.2944.fc6 i686 GNU/Linux 07:59:25 up 16 days, 22:46, 1 user, load average: 0.39, 0.31, 0.22 ___ 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] empty /var/log/messages
On 6/26/07, beast <[EMAIL PROTECTED]> wrote: I have one centos 4.0 server which /var/log/messages was always empty (0 bytes). I wonder what has been blocking the syslog to write the log. Is this an actual 4.0 system, or have you stayed current on updates? Run 'cat /etc/redhat-release' to verify. -- 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] CentOS5: Eclipse error!
Hello, We had a CentOS5 server with Eclipse on it, one of our programmers tried to update the Eclipse install (within eclipse) and after a problem on the update it stop working. I tried removing the Eclipse RPMs and eclipse directories, and reinstalling it with yum. Now we had this error, on $HOME/workspace/.metadata/.log: !SESSION 2007-06-25 09:44:00.093 --- eclipse.buildId=M20060921-0945 java.version=1.6.0_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=pt_BR Command-line arguments: -os linux -ws gtk -arch x86_64 !ENTRY org.eclipse.update.configurator 2007-06-25 09:44:01.535 !MESSAGE Could not install bundle plugins/org.eclipse.pde.build/ Bundle "org.e clipse.pde.build" version "3.2.1.r321_v20060823" has already been installed from : [EMAIL PROTECTED]/org.eclipse.pde.build_3.2.1.r321_v20060823/ !ENTRY org.eclipse.core.runtime 2007-06-25 09:44:02.208 !MESSAGE Product org.eclipse.sdk.ide could not be found. The error go on... Somebody had an idea on what are this "already installed" update, on this way I can wipe all the install and put it fresh from the repository! Thanks in advance, Antonio. -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - Support Analist | "Only The Shadow Knows | | Universidade Estadual de Maringá - Brasil| what evil lurks in the | | NPD - Núcleo de Processamento de Dados | Heart of Men!" | | E-Mail: [EMAIL PROTECTED] / [EMAIL PROTECTED] | !!! Linux User: 52392 !!! | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -- Esta mensagem foi verificada pelo sistema de antiv�rus e acredita-se estar livre de perigo. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] logwatch reports not benig emailed
On Tue, 26 Jun 2007, Kanwar Ranbir Sandhu wrote: On Mon, 2007-06-25 at 12:22 -0400, Kanwar Ranbir Sandhu wrote: I can send mail on the command line, and I get it at my email address, delivered to the internal mail server: great! But, every night when logwatch runs, the damned reports never make it to my mailbox. What's worse is that I can manually run logwatch (logwatch --mailto root), and I get the report in my mailbox! All CentOS 5 servers are exhibiting the same behaviour. No ideas what's going on? This happening on every single CentOS 5 server I've installed (6 so far). Do your mail logs say anything at all? -- Paul Heinlein <> [EMAIL PROTECTED] <> http://www.madboa.com/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] In the market for a new (old) laptop
> Changes at my day job (we have a big merger being finalized), has me in > the market for a new laptop. I use and enjoy an older HP nc8000. Solid laptop IMHO, but doesn't quite meet your requirements. :) I'm curious if you found anything though? Ray ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Getting JPilot working
I am trying to get JPilot working. I have configed gnome-pilot-applet, but it is not talking to the USB connected Treo650. My Treo has my name as the user, so from the applet, I see also a userid (my UID on this system it seems). I try to put that on the Treo and nothing happens. I have enabled the Backup Conduit. I am using /dev/pilot, which shows up when my Treo is connected via its USB syncing cable. In JPilot in settings, I specify /dev/pilot I go install user and install the same user as in the pilot-applet. I click on sync and press the sync button on the cable and I watch all the files get backed up to my /MyPilot directory (used from pilot-applet). But NOTHING shows up in J-Pilot. Everything is still there on the Treo Any thoughts? /var/log/messages shows the following in conjunction with a Sync: Jun 26 10:55:24 nc4010 kernel: usb 1-2: new full speed USB device using ohci_hcd and address 11 Jun 26 10:55:24 nc4010 kernel: usb 1-2: configuration #1 chosen from 1 choice Jun 26 10:55:24 nc4010 kernel: visor 1-2:1.0: Handspring Visor / Palm OS convert er detected Jun 26 10:55:24 nc4010 kernel: usb 1-2: Handspring Visor / Palm OS converter now attached to ttyUSB0 Jun 26 10:55:24 nc4010 kernel: usb 1-2: Handspring Visor / Palm OS converter now attached to ttyUSB1 Jun 26 10:55:47 nc4010 kernel: usb 1-2: USB disconnect, address 11 Jun 26 10:55:47 nc4010 kernel: visor 1-2:1.0: device disconnected Sync runs nicely, the files on the Treo are backed up to the director specified in ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] In the market for a new (old) laptop
Ray Van Dolson wrote: Changes at my day job (we have a big merger being finalized), has me in the market for a new laptop. I use and enjoy an older HP nc8000. Solid laptop IMHO, but doesn't quite meet your requirements. :) I'm curious if you found anything though? Thursday, I am swinging by Corporate (my last visit there was 4 years ago) and they are going to give me a second machine for corporate use. Don't know what it will be, but I am not suppose to swap its drives out and I continue to use this HP Compaq nc4010 as my Linux workhorse. But I am keeping my eyes out to see what might be available. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Working! Re: [CentOS] Getting JPilot working
Don't know why.. But it worked finally. Hopefully it will keep on working. Robert Moskowitz wrote: I am trying to get JPilot working. I have configed gnome-pilot-applet, but it is not talking to the USB connected Treo650. My Treo has my name as the user, so from the applet, I see also a userid (my UID on this system it seems). I try to put that on the Treo and nothing happens. I have enabled the Backup Conduit. I am using /dev/pilot, which shows up when my Treo is connected via its USB syncing cable. In JPilot in settings, I specify /dev/pilot I go install user and install the same user as in the pilot-applet. I click on sync and press the sync button on the cable and I watch all the files get backed up to my /MyPilot directory (used from pilot-applet). But NOTHING shows up in J-Pilot. Everything is still there on the Treo Any thoughts? /var/log/messages shows the following in conjunction with a Sync: Jun 26 10:55:24 nc4010 kernel: usb 1-2: new full speed USB device using ohci_hcd and address 11 Jun 26 10:55:24 nc4010 kernel: usb 1-2: configuration #1 chosen from 1 choice Jun 26 10:55:24 nc4010 kernel: visor 1-2:1.0: Handspring Visor / Palm OS convert er detected Jun 26 10:55:24 nc4010 kernel: usb 1-2: Handspring Visor / Palm OS converter now attached to ttyUSB0 Jun 26 10:55:24 nc4010 kernel: usb 1-2: Handspring Visor / Palm OS converter now attached to ttyUSB1 Jun 26 10:55:47 nc4010 kernel: usb 1-2: USB disconnect, address 11 Jun 26 10:55:47 nc4010 kernel: visor 1-2:1.0: device disconnected Sync runs nicely, the files on the Treo are backed up to the director specified in ___ 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
[CentOS] Battery status indicator in CentOS 4.4
I've got CentOS 4.4 installed on 3 machines - two laptops and a PC. Only one, a HP Omnibook 900, shows the graphical battery status indicator (in the bottom right of the screen), but the other laptop (a new Dell Inspiron 1501) doesn't show it. Furthermore, the command /usr/bin/apm gets the response 'no apm support in kernel' - I've tried yum-updating the kernel and installing apm but to no avail. Any suggestions please as it's obviously very useful/necessary to have a battery indicator! Andy ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Wireless networking in CentOS 4.4
Trying to set up wireless networking with CentOS 4.4 on a (new Dell) laptop and have looked at http://www.ces.clemson.edu/linux/fc2- ipw2200.shtml and http://www.centos.org/modules/newbb/viewtopic.php? topic_id=2532&forum=30 regarding use of ipw2200, which is included in the kernel. The problem is that it doesn't appear to be actually installed/loaded because the Intel Corporation PRO/Wireless 2200BG driver doesn't appear in the drop- down list under Devices > New > Wireless Connection in system-config- network. Also /sbin/lsmod | grep ipw doesn't produce anything - so I'm pretty baffled! Any suggestions please? Andy ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Wireless networking in CentOS 4.4
On Tue, 2007-06-26 at 19:32 +0100, Andrew Allen wrote: > Trying to set up wireless networking with CentOS 4.4 on a (new Dell) > laptop and have looked at http://www.ces.clemson.edu/linux/fc2- > ipw2200.shtml > and http://www.centos.org/modules/newbb/viewtopic.php? > topic_id=2532&forum=30 > regarding use of ipw2200, which is included in the kernel. The problem > is that it doesn't appear to be actually installed/loaded because the > Intel Corporation PRO/Wireless 2200BG driver doesn't appear in the drop- > down list under Devices > New > Wireless Connection in system-config- > network. > Also /sbin/lsmod | grep ipw doesn't produce anything - so I'm pretty > baffled! > Any suggestions please? i've the same ipw2200 in my laptop (running previously CentOS 4.x , now 5). All i did was using the RPMForge repo (see http://wiki.centos.org/Repositories) , install the ipw2200-firmware package (through yum install) , rmmod ipw2200 ; modprobe ipw2200 and this was done ... -- Fabian Arrotin <[EMAIL PROTECTED]> Solution ? echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlbxq' | dc signature.asc Description: This is a digitally signed message part ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Battery status indicator in CentOS 4.4
Andrew Allen wrote: I've got CentOS 4.4 installed on 3 machines - two laptops and a PC. Only one, a HP Omnibook 900, shows the graphical battery status indicator (in the bottom right of the screen), but the other laptop (a new Dell Inspiron 1501) doesn't show it. Furthermore, the command /usr/bin/apm gets the response 'no apm support in kernel' - I've tried yum-updating the kernel and installing apm but to no avail. Any suggestions please as it's obviously very useful/necessary to have a battery indicator! Check to see if acpi is installed. It replaces apm, I think :) And are you using gnome and installed the battery app on the panel on those Dells? I remember having to install it myself ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Troubles with CentOS5 and 3ware RAID controller
Folks, Since approx. a half year I have run two servers with CentOS4, all was running very stable. Then I upgraded to CentOS5 (fresh install). The servers are running quite unstable since the upgrade. The system is freezing after short uptime. I suspect the driver for the 3ware controller, because I got such error messages: 3w-: scsi0: Character ioctl (0x1f) timed out, resetting card. 3w-: scsi0: Character ioctl (0x1f) timed out, resetting card. 3w-: scsi0: Character ioctl (0x1f) timed out, resetting card. (lots of repeats of this messages) sd 0:0:0:0: rejecting I/O to offline device sd 0:0:0:0: rejecting I/O to offline device sd 0:0:0:0: rejecting I/O to offline device EXT3-fs error (device sda6): ext3_find_entry: reading directory #2 offset 0 sd 0:0:0:0: rejecting I/O to offline device sd 0:0:0:0: rejecting I/O to offline device sd 0:0:0:0: rejecting I/O to offline device After some time (few hours) the systems are completely freezing, no display of errors on the console or logs Here some relevant data of my system: 00:0a.0 RAID bus controller: 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01) Subsystem: 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- http://lists.centos.org/mailman/listinfo/centos
[CentOS] vncviewer package wit hcentos 5
I have xkeybindings running just fine on centos 5. I have vncviewer running in full screen mode showing another PC. When vncviewer is running is running it seems to override my xkeybindings. Is there a way to tell vncviewer to not bind to any keys?? The only keys I am binding is on the Keypad 3,4,6, 9 and Enter. Nothing that vncviewer uses anyway. How can I still have my xkeybindings active with vncviewer running? Thanks, Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Battery status indicator in CentOS 4.4
Thanks, but how do I install the battery app on the gnome panel? I see that battery.ko is in lib/modules//acpi (together with lots of .png images in other folders) but how do I get it working on the gnome panel? Do I have to yum install acpi or what? Thanks, Andy On Tue, 2007-06-26 at 14:43 -0400, Robert Moskowitz wrote: > Andrew Allen wrote: > > I've got CentOS 4.4 installed on 3 machines - two laptops and a PC. Only > > one, a HP Omnibook 900, shows the graphical battery status indicator (in > > the bottom right of the screen), but the other laptop (a new Dell > > Inspiron 1501) doesn't show it. Furthermore, the command /usr/bin/apm > > gets the response 'no apm support in kernel' - I've tried yum-updating > > the kernel and installing apm but to no avail. Any suggestions please as > > it's obviously very useful/necessary to have a battery indicator! > Check to see if acpi is installed. It replaces apm, I think :) > > And are you using gnome and installed the battery app on the panel on > those Dells? I remember having to install it myself > > ___ > 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
[CentOS] TinyCA2 on rpmforge EL4 but not EL5
I want to install TinyCA2 on my Centos5 setup. I had a real learning experience the last time around (last year, July) and in the end, I got the repo down from Dag's site and was cool. Now I am on Centos 5 and no TinyCA2. Can I just download the EL4 rpm from: http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repoview/tinyca2-0-0.7.5-2.el4.rf.html and do a yum localinstall ? Or do I have to wait for it to appear as an EL5 rpm? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Battery status indicator in CentOS 4.4
oops. I think I was looking in the wrong place. Check out your power management preferences. Is it set to always show the icon? Andrew Allen wrote: Thanks, but how do I install the battery app on the gnome panel? I see that battery.ko is in lib/modules//acpi (together with lots of .png images in other folders) but how do I get it working on the gnome panel? Do I have to yum install acpi or what? Thanks, Andy On Tue, 2007-06-26 at 14:43 -0400, Robert Moskowitz wrote: Andrew Allen wrote: I've got CentOS 4.4 installed on 3 machines - two laptops and a PC. Only one, a HP Omnibook 900, shows the graphical battery status indicator (in the bottom right of the screen), but the other laptop (a new Dell Inspiron 1501) doesn't show it. Furthermore, the command /usr/bin/apm gets the response 'no apm support in kernel' - I've tried yum-updating the kernel and installing apm but to no avail. Any suggestions please as it's obviously very useful/necessary to have a battery indicator! Check to see if acpi is installed. It replaces apm, I think :) And are you using gnome and installed the battery app on the panel on those Dells? I remember having to install it myself ___ 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 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] TinyCA2 on rpmforge EL4 but not EL5
You probably can without trouble, as TinyCA2 is written in perl and package is architecture independent. You might also want to rebuild the package for your system (CentOS 5), just download the source package for the software (http://tinyca.sm-zone.net/tinyca2-0.7.5-0.src.rpm) and use rpmbuild: rpmbuild --rebuild tinyca2-0.7.5-0.src.rpm As root, you will have a new package in /usr/src/redhat/RPMS/noarch named tinyca2-0.7.5-0.noarch.rpm which is packaged for your system. You will also need to include any development packages that the software may need to build (perl, perk-Gtk, etc). Good luck! On 6/26/07, Robert Moskowitz <[EMAIL PROTECTED]> wrote: I want to install TinyCA2 on my Centos5 setup. I had a real learning experience the last time around (last year, July) and in the end, I got the repo down from Dag's site and was cool. Now I am on Centos 5 and no TinyCA2. Can I just download the EL4 rpm from: http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repoview/tinyca2-0-0.7.5-2.el4.rf.html and do a yum localinstall ? Or do I have to wait for it to appear as an EL5 rpm? ___ 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] Battery status indicator in CentOS 4.4
Thanks again, but I can't find anything about power management under Preferences, System Settings or System Tools anywhere on the gnome desktop - so it's still a mystery I'm afraid. Andy On Tue, 2007-06-26 at 16:29 -0400, Robert Moskowitz wrote: > oops. > > I think I was looking in the wrong place. Check out your power > management preferences. Is it set to always show the icon? > > Andrew Allen wrote: > > Thanks, but how do I install the battery app on the gnome panel? > > I see that battery.ko is in lib/modules//acpi (together with lots > > of .png images in other folders) but how do I get it working on the > > gnome panel? Do I have to yum install acpi or what? > > > > Thanks, > > Andy > > > > On Tue, 2007-06-26 at 14:43 -0400, Robert Moskowitz wrote: > > > >> Andrew Allen wrote: > >> > >>> I've got CentOS 4.4 installed on 3 machines - two laptops and a PC. Only > >>> one, a HP Omnibook 900, shows the graphical battery status indicator (in > >>> the bottom right of the screen), but the other laptop (a new Dell > >>> Inspiron 1501) doesn't show it. Furthermore, the command /usr/bin/apm > >>> gets the response 'no apm support in kernel' - I've tried yum-updating > >>> the kernel and installing apm but to no avail. Any suggestions please as > >>> it's obviously very useful/necessary to have a battery indicator! > >>> > >> Check to see if acpi is installed. It replaces apm, I think :) > >> > >> And are you using gnome and installed the battery app on the panel on > >> those Dells? I remember having to install it myself > >> > >> ___ > >> 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 > > > > > ___ > 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] ext3 and acls
Dave wrote: Hello, I've got a centos5 box with raided ext3 partitions mp* devices. I'm wondering if ext3 supports acls out of the box or if there's something i have to do to enable them? Thanks. Dave. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos Here is a great link for ACLS. Man pages can be hard to read sometimes or if you are in a hurry. http://www.vanemery.com/Linux/ACL/linux-acl.html --Figa ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Firefox and Thunderbird 2.0, Centos 5, and rpms
Jim Perrin wrote: On 6/14/07, Robert Moskowitz <[EMAIL PROTECTED]> wrote: So I am looking at Firefox and Thunderbird 2.0. Should I install them? Or is Redhat correct that there is nothing improved here and wait for 3.0? (well I have not even had a chance to look at Thunderbird 2.0, that is new)? Actually, Firefox 2.x irritates the crap out of me with the newer search option. Instead of /foo to search a page for foo and having the option to find it again, you now have to hit ctrl+f, windows style for searching. the /foo still works, but times out quickly and doesn't give you the option to move to the next found location. I'd say sit tight for a while on the RH version unless there's a feature/plugin you REALLY need/want. you can do "/' to search, and if it does finds something the "ctrl" + "f" and it will give you the option to find more. But I agree it is annoying that it doesn't give you the "find next" option when using "/" to search. -Jean ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Firefox and Thunderbird 2.0, Centos 5, and rpms
On 6/26/07, Jean Figarella <[EMAIL PROTECTED]> wrote: Jim Perrin wrote: > On 6/14/07, Robert Moskowitz <[EMAIL PROTECTED]> wrote: >> So I am looking at Firefox and Thunderbird 2.0. >> Should I install them? Or is Redhat correct that there is nothing >> improved here and wait for 3.0? (well I have not even had a chance to >> look at Thunderbird 2.0, that is new)? > > Actually, Firefox 2.x irritates the crap out of me with the newer > search option. Instead of /foo to search a page for foo and having the > option to find it again, you now have to hit ctrl+f, windows style for > searching. the /foo still works, but times out quickly and doesn't > give you the option to move to the next found location. > > I'd say sit tight for a while on the RH version unless there's a > feature/plugin you REALLY need/want. > you can do "/' to search, and if it does finds something the "ctrl" + "f" and it will give you the option to find more. But I agree it is annoying that it doesn't give you the "find next" option when using "/" to search. -Jean You'll notice that Ctrl+G does a "Find Next". Always has, even in quick find. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Firefox and Thunderbird 2.0, Centos 5, and rpms
Brian Mathis wrote: On 6/26/07, Jean Figarella <[EMAIL PROTECTED]> wrote: Jim Perrin wrote: > On 6/14/07, Robert Moskowitz <[EMAIL PROTECTED]> wrote: >> So I am looking at Firefox and Thunderbird 2.0. >> Should I install them? Or is Redhat correct that there is nothing >> improved here and wait for 3.0? (well I have not even had a chance to >> look at Thunderbird 2.0, that is new)? > > Actually, Firefox 2.x irritates the crap out of me with the newer > search option. Instead of /foo to search a page for foo and having the > option to find it again, you now have to hit ctrl+f, windows style for > searching. the /foo still works, but times out quickly and doesn't > give you the option to move to the next found location. > > I'd say sit tight for a while on the RH version unless there's a > feature/plugin you REALLY need/want. > you can do "/' to search, and if it does finds something the "ctrl" + "f" and it will give you the option to find more. But I agree it is annoying that it doesn't give you the "find next" option when using "/" to search. -Jean You'll notice that Ctrl+G does a "Find Next". Always has, even in quick find. Sweet , thanks. that is very helpful. ___ 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] Troubles with CentOS5 and 3ware RAID controller
On Tuesday 26 June 2007, Luc de Louw wrote: > Folks, > > Since approx. a half year I have run two servers with CentOS4, all was > running very stable. > > Then I upgraded to CentOS5 (fresh install). The servers are running > quite unstable since the upgrade. The system is freezing after short > uptime. > > I suspect the driver for the 3ware controller, because I got such error > messages: > > 3w-: scsi0: Character ioctl (0x1f) timed out, resetting card. ... > Any hints are very welcome. Are you using the centos-5 3ware driver or the recommended one from 3wares site? ...either way you may want to try the other one. Maybe check with 3ware support and see which driver they recommend for your combo of controller and OS. /Peter pgpsAg0NBttez.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] In the market for a new (old) laptop
Robert Moskowitz wrote: Don't know what it will be, but I am not suppose to swap its drives out and I continue to use this HP Compaq nc4010 as my Linux workhorse. Robert: I'm also looking for an ultralight notebook to bring to datacenters with me. The nc4010 sounds pretty good (just looked it up now, had not heard of it before). What is it that you don't like about it? johnn ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Battery status indicator in CentOS 4.4
Andrew Allen wrote: Thanks again, but I can't find anything about power management under Preferences, System Settings or System Tools anywhere on the gnome desktop - so it's still a mystery I'm afraid. I am not at my home office, but my quarterly visit to my division's office. Thus I only have this Centos 5 system. Andy On Tue, 2007-06-26 at 16:29 -0400, Robert Moskowitz wrote: oops. I think I was looking in the wrong place. Check out your power management preferences. Is it set to always show the icon? Andrew Allen wrote: Thanks, but how do I install the battery app on the gnome panel? I see that battery.ko is in lib/modules//acpi (together with lots of .png images in other folders) but how do I get it working on the gnome panel? Do I have to yum install acpi or what? Thanks, Andy On Tue, 2007-06-26 at 14:43 -0400, Robert Moskowitz wrote: Andrew Allen wrote: I've got CentOS 4.4 installed on 3 machines - two laptops and a PC. Only one, a HP Omnibook 900, shows the graphical battery status indicator (in the bottom right of the screen), but the other laptop (a new Dell Inspiron 1501) doesn't show it. Furthermore, the command /usr/bin/apm gets the response 'no apm support in kernel' - I've tried yum-updating the kernel and installing apm but to no avail. Any suggestions please as it's obviously very useful/necessary to have a battery indicator! Check to see if acpi is installed. It replaces apm, I think :) And are you using gnome and installed the battery app on the panel on those Dells? I remember having to install it myself ___ 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 ___ 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 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Re: TinyCA2 on rpmforge EL4 but not EL5
On Tue, 26 Jun 2007, Robert Moskowitz wrote: > I want to install TinyCA2 on my Centos5 setup. > > I had a real learning experience the last time around (last year, July) and in > the end, I got the repo down from Dag's site and was cool. > > Now I am on Centos 5 and no TinyCA2. > > Can I just download the EL4 rpm from: > > http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repoview/tinyca2-0-0.7.5-2.el4.rf.html > > and do a yum localinstall ? > > Or do I have to wait for it to appear as an EL5 rpm? I fixed the EL5 build and it will appear shortly. Thanks for reporting ! -- dag wieers, [EMAIL PROTECTED], http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power] ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] CentOS5 on Dell Latitude D620, Docking Station & Dual Monitors???
I've got a Dell Latitude D620, dell docking station and a Dell 2007WFP (20" widescreen lcd). With XP I had the laptop screen and the lcd working as dual screens. But for the life of me I cannot get CentOS5 to work with dual screens. Anyone have this working? I would greatly appreciate any assistance. -matt ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS5 on Dell Latitude D620, Docking Station & Dual Monitors???
Quoting Matt Shields <[EMAIL PROTECTED]>: > I've got a Dell Latitude D620, dell docking station and a Dell 2007WFP > (20" widescreen lcd). With XP I had the laptop screen and the lcd > working as dual screens. But for the life of me I cannot get CentOS5 > to work with dual screens. Anyone have this working? I would greatly > appreciate any assistance. I have a similar setup with RHEL 5 desktop .. with the nvidia card and I had to use the nvidia driver to make it work. Barry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS5 on Dell Latitude D620, Docking Station & Dual Monitors???
Yup, I'm using the nvidia driver. On 6/26/07, Barry Brimer <[EMAIL PROTECTED]> wrote: Quoting Matt Shields <[EMAIL PROTECTED]>: > I've got a Dell Latitude D620, dell docking station and a Dell 2007WFP > (20" widescreen lcd). With XP I had the laptop screen and the lcd > working as dual screens. But for the life of me I cannot get CentOS5 > to work with dual screens. Anyone have this working? I would greatly > appreciate any assistance. I have a similar setup with RHEL 5 desktop .. with the nvidia card and I had to use the nvidia driver to make it work. Barry ___ 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] CentOS 5 & USB Kickstart?
Jiann-Ming Su wrote: Is anybody else having problems with CentOS 5 not loading the usb drivers for kickstart installations? I'm passing "linux ks=hd:sdb1:/ks.cfg," but I get a message saying it can't find the ks.cfg file and I should enter another path. I use the exact same boot options with CentOS 4 without any problems. What am I missing with CentOS 5? Thanks for any tips. Hi Jiann-Ming, I did a RHEL5 installation recently with a ks file. Upon receiving the 'can't get the ks file' message I removed & then reinserted the usb drive and this caused it to be re-detected properly. At this time it may also help to switch to a different screen (ALT+CTRL+F[1..6]) and see the device under which it is recognised i.e. /dev/sda1 or /dev/sdb1 etc Yiorgos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] In the market for a new (old) laptop
Johnny Tan wrote: Robert Moskowitz wrote: Don't know what it will be, but I am not suppose to swap its drives out and I continue to use this HP Compaq nc4010 as my Linux workhorse. Robert: I'm also looking for an ultralight notebook to bring to datacenters with me. The nc4010 sounds pretty good (just looked it up now, had not heard of it before). What is it that you don't like about it? I pretty much love my nc4010. I got it May, '05. It has the 'most recent' bios on it... I have used it in plane seats that were very cramp. Things I do not like: The drive has to go into a drive carrier. I could only find ONE company in the US selling it and it cost $50. This way I could swap easily between 2 drives. Taking off the screws from a carrier and switching drives, putting screws back in, is not something you want to do on an airplane.. Battery life could be better. With the external battery, I get 4 - 6 hours depending on what I am doing. Cooling is a problem (but this is common with notebooks). I had Linux shut down this noon do to overheating: Jun 26 12:19:23 nc4010 kernel: ACPI: Critical trip point Jun 26 12:19:23 nc4010 kernel: Critical temperature reached (113 C), shutting down. Jun 26 12:19:23 nc4010 kernel: Critical temperature reached (45 C), shutting down. Jun 26 12:19:23 nc4010 shutdown[5636]: shutting down for system halt Jun 26 12:19:23 nc4010 shutdown[5637]: shutting down for system halt Ouch. Oh, I use a piece of toe molding as a notebook 'stand'. It provides just the right angle for the keyboard, allows for some airflow under the unit for cooling, and was CHEAP (had it in my junk wood barrel from a home improvement project). Don't need it when I have the external battery atttached. No CD/DVD. OK, I lug along a USB CD/DVD for when I need one. Only one miniPCI. What do you want there: 802.11 or Bluetooth (thus I have a USB dongle for bluetooth). No external antenna option. Wonder how this will work with an 802.11n miniPCI; going to have to ask this at the 802 meeting come July The 2 USB connectors are so close that you can't plug a typical dongle in directly. Oh and Linux reports finding 3 USB hubs, a 3 port, a 2 port, and a 5 port. Huh? I have not gotten the internal SD card reader working in Linux. Yesterday, I saw some comments about a card reader on an IBM thinkpad wrt getting it working again after coming out of suspend, so maybe there is hope. Have not gotten the internal Modem working. I had tried the WinModem stuff, I did get some tips, I need to revisit this. Suspend to memory does not work 'out of the box' Don't click on the System>Suspend option... I am still struggling with Suspend2. I built a nice large swap partition to Hibernate to the drive to make drive swapping easier So it is an older box. When I started with Linux there was not anything out there about putting Linux on this unit. I need to start a page with what works here If I can find something newer and better and cheap, I will grab it. Otherwise, this dog hunts. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Need to do some careful moving...
When I built this new Centos 5 drive, I copied over much of my old data using cp, and did not use the -preserve option. Ouch. I need those file create dates so that documents and such sort properly, historically. I recovered much of my stuff from a tar built back in mid-May (but I missed that the tar backup ended abnormally, as I was tar-ing to a USB attached drive formatted FAT32, and at 4Gb, it stopped). Now I want to copy all of my newer files into this recovered directory. The -u option of cp and mv will do the wrong thing, of course. I want to only copy files that are NOT present in the recovered directory. I will of course still be stuck with a lot of files with a Jun 18 date that were created between the backup date and Jun 18, but at least I will be better off Perhaps I do a mv -f from the recovered to the misdated directory? Being careful to protect those few files that HAVE really been modified since the backup? Oh, I am talking about 30k files here. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Need to do some careful moving...
On Jun 26, 2007, at 21:03, Robert Moskowitz wrote: When I built this new Centos 5 drive, I copied over much of my old data using cp, and did not use the -preserve option. Ouch. I need those file create dates so that documents and such sort properly, historically. I recovered much of my stuff from a tar built back in mid-May (but I missed that the tar backup ended abnormally, as I was tar-ing to a USB attached drive formatted FAT32, and at 4Gb, it stopped). Now I want to copy all of my newer files into this recovered directory. The -u option of cp and mv will do the wrong thing, of course. I want to only copy files that are NOT present in the recovered directory. I will of course still be stuck with a lot of files with a Jun 18 date that were created between the backup date and Jun 18, but at least I will be better off Sounds like the perfect job for rsync. You probably want to use the - a option. Check out the man page and test on a different directory until you get the directory hierarchy just right. Alfred ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Re: empty /var/log/messages
On 26/06/07 13:40 +0100, Andy Green wrote: beast wrote: I have one centos 4.0 server which /var/log/messages was always empty (0 bytes). I wonder what has been blocking the syslog to write the log. Other (syslog) log files are fine, only messages. /etc/syslog.conf: # Log anything (except mail) of level info or higher. # Don't log private authentication messages! *.info;mail.none;authpriv.none;cron.none;spampd.none-/var/log/messages How is the selinux stuff on /var/log/messages? # ll -Z /var/log/messages -rw--- root root system_u:object_r:var_log_t /var/log/messages I did not enable SELinux stuff (SELINUX=disabled) root# ll -Z /var/log/messages Sorry, this option can only be used on a SELinux kernel. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Re: empty /var/log/messages
On 26/06/07 13:42 +0100, Seán O Sullivan wrote: I have one centos 4.0 server which /var/log/messages was always empty (0 bytes). I wonder what has been blocking the syslog to write the log. Firstly, I'd suggest updating to 4.5. This is the production machine and has been runing for years, so upgrading OS is not not my first option :) Secondly, is /tmp mounted with noexec option? No afaik. root# mount | grep var /dev/hda4 on /var type ext3 (rw) forgot to add, check /var/log/messages.* for current syslog messages root# ls -l messages* -rw--- 1 root root0 Jun 25 11:11 messages -rw--- 1 root root 32480831 Jun 3 00:04 messages.1.gz -rw--- 1 root root 81601061 May 27 00:13 messages.2.gz -rw--- 1 root root 905460 May 20 00:01 messages.3.gz -rw--- 1 root root 1055604 May 13 00:01 messages.4.gz Note: previous messages.gz was having gigantic size because recent bug in spamassassin, it logs all spampd log thats why I disable it on the syslog.conf. But after few days I notice that messages were always empty, even I restart syslog and then mv and touch messages root# cat /etc/redhat-release CentOS release 4.0 (Final) No auto update and I never run in manually. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Re: empty /var/log/messages
On Tuesday 26 June 2007, beast wrote: > On 26/06/07 13:42 +0100, Seán O Sullivan wrote: > >>> I have one centos 4.0 server which /var/log/messages was always > >>> empty (0 bytes). I wonder what has been blocking the syslog to write > >>> the log. > >> > >> Firstly, I'd suggest updating to 4.5. > > This is the production machine and has been runing for years, so > upgrading OS is not not my first option :) > > >> Secondly, is /tmp mounted with noexec option? > > No afaik. > > root# mount | grep var > /dev/hda4 on /var type ext3 (rw) > > >forgot to add, check /var/log/messages.* for current syslog messages > > root# ls -l messages* > -rw--- 1 root root0 Jun 25 11:11 messages > -rw--- 1 root root 32480831 Jun 3 00:04 messages.1.gz > -rw--- 1 root root 81601061 May 27 00:13 messages.2.gz > -rw--- 1 root root 905460 May 20 00:01 messages.3.gz > -rw--- 1 root root 1055604 May 13 00:01 messages.4.gz > > Note: previous messages.gz was having gigantic size because recent bug > in spamassassin, it logs all spampd log thats why I disable it on the > syslog.conf. But after few days I notice that messages were always > empty, even I restart syslog and then mv and touch messages > Is it possible you broke your syslog.conf file? You could always try reinstalling the file from the RPM. Shawn ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] [solved] Re: empty /var/log/messages
On 26/06/07 20:02 -0700, Shawn Everett wrote: Is it possible you broke your syslog.conf file? You could always try reinstalling the file from the RPM. Yes. Aparently its because of this entry: *.info;mail.none;authpriv.none;cron.none;spampd.none-/var/log/messages I should use local5.none instead of spampd. I wonder why syslog did not complaint when restarting :( ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Re: empty /var/log/messages
Shawn Everett wrote: On Tuesday 26 June 2007, beast wrote: On 26/06/07 13:42 +0100, Seán O Sullivan wrote: I have one centos 4.0 server which /var/log/messages was always empty (0 bytes). I wonder what has been blocking the syslog to write the log. Firstly, I'd suggest updating to 4.5. This is the production machine and has been runing for years, so upgrading OS is not not my first option :) Secondly, is /tmp mounted with noexec option? No afaik. root# mount | grep var /dev/hda4 on /var type ext3 (rw) forgot to add, check /var/log/messages.* for current syslog messages root# ls -l messages* -rw--- 1 root root0 Jun 25 11:11 messages -rw--- 1 root root 32480831 Jun 3 00:04 messages.1.gz -rw--- 1 root root 81601061 May 27 00:13 messages.2.gz -rw--- 1 root root 905460 May 20 00:01 messages.3.gz -rw--- 1 root root 1055604 May 13 00:01 messages.4.gz Note: previous messages.gz was having gigantic size because recent bug in spamassassin, it logs all spampd log thats why I disable it on the syslog.conf. But after few days I notice that messages were always empty, even I restart syslog and then mv and touch messages Is it possible you broke your syslog.conf file? You could always try reinstalling the file from the RPM. Shawn Hi - Actually - I've seen this maybe 5 times in 100 systems that I've ran, all of the 4.x releases and all exhibited the same problems. Syslog would just stop logging - period. I've often wondered what had caused it, but never really investigated it due to lack of information. Just wanted to chime in there and let you know that this problem has been seen before. Thanks -dant ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos