[CentOS] [Solved] Yum segmentation fault when updating to CentOS v5.5

2010-05-20 Thread Sorin Srbu
-Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Sorin Srbu Sent: Monday, May 17, 2010 11:29 AM To: 'CentOS mailing list' Subject: Re: [CentOS] Yum segmentation fault when updating to CentOS v5.5 Tried with yum update kernel*, yum update

Re: [CentOS] apache redirection

2010-05-20 Thread Jobst Schmalenbach
put this into root of the domain into the .htaccess file RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{REMOTE_HOST} !^.*YOURDOMAIN\.com [NC] RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] Jobst On Wed, May 19, 2010 at 02:08:59PM -0600, Ski Dawg (cen...@skidawg.org) wrote:

Re: [CentOS] Problems after update to 5.5

2010-05-20 Thread John Doe
From: C Linus Hicks lin...@verizon.net How about this: I downloaded the new kernel rpm again manually then used rpm2cpio to load the files into a work directory then ran this script: ... Error: cmp: ./boot/initrd-2.6.18-194.3.1.el5.img: No such file or directory Error: cmp:

Re: [CentOS] apache redirection

2010-05-20 Thread Robert Heller
At Wed, 19 May 2010 16:36:00 -0600 CentOS mailing list centos@centos.org wrote: On Wed, May 19, 2010 at 3:52 PM, Robert Heller hel...@deepsoft.com wrote: Is there any *legitimate* reason why someone would want to *type* https://domainname.com in the location/address bar? There really

Re: [CentOS] apache redirection

2010-05-20 Thread Robert Heller
At Wed, 19 May 2010 17:43:14 -0500 CentOS mailing list centos@centos.org wrote: On 5/19/2010 4:52 PM, Robert Heller wrote: Is there any *legitimate* reason why someone would want to *type* https://domainname.com in the location/address bar? There really should not be a reason to do

[CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
Hi, We've got a fresh CentOS 5.4 box, and the only glitch so far is that /etc/init.d/smb doesn't start smbd. It claims it does - shows [ok] - but only nmbd ends up running. Even setting a higher debugging level in the smbd flags, nothing logs or shows on the console as to why smbd is immediatly

Re: [CentOS] Problems after update to 5.5

2010-05-20 Thread JohnS
On Wed, 2010-05-19 at 18:11 -0400, C Linus Hicks wrote: On Mon, 2010-05-17 at 01:20 -0400, JohnS wrote: I am just wondering if any of you guys with the udev hang problem have tried: rpm -e the new kernel? Then try to reinstall it via yum install. You should delete the new kernel from

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Ryan Manikowski
On 5/20/2010 9:21 AM, Whit Blauvelt wrote: Hi, We've got a fresh CentOS 5.4 box, and the only glitch so far is that /etc/init.d/smb doesn't start smbd. It claims it does - shows [ok] - but only nmbd ends up running. Even setting a higher debugging level in the smbd flags, nothing logs or

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Les Mikesell
On 5/20/2010 8:21 AM, Whit Blauvelt wrote: Hi, We've got a fresh CentOS 5.4 box, and the only glitch so far is that /etc/init.d/smb doesn't start smbd. It claims it does - shows [ok] - but only nmbd ends up running. Even setting a higher debugging level in the smbd flags, nothing logs or

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 10:21:51AM -0400, Ryan Manikowski wrote: Have you run 'testparm' to verify the samba configuration does not contain any errors that are preventing the smbd daemon from loading? I had not. Doesn't seem to tell us anything: # testparm Load smb config files from

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Lars Hecking
Whit Blauvelt writes: On Thu, May 20, 2010 at 10:21:51AM -0400, Ryan Manikowski wrote: Have you run 'testparm' to verify the samba configuration does not contain any errors that are preventing the smbd daemon from loading? I had not. Doesn't seem to tell us anything: Increase the

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
Does 'service smb restart' work after the rest of the system is up enough to log in? If so, maybe some of the underlying network services aren't ready when it starts at bootup. /etc/init.d/smb restart does not restart it. Shows an error on smb shutdown (of course, since it's not running),

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
Increase the debug level for smbd by adding -d N (N = 0 ... 10) to SMBDOPTIONS in /etc/sysconfig/samba, restart smbd. That was the first thing I tried. Nothing got logged or reported to console - at all. The nmbd logs showed up as requested, but for smbd, nada. Thanks for the suggestion,

Re: [CentOS] Created a custom/minimal CentOS 5.x install ISO

2010-05-20 Thread Digimer
On 10-05-19 11:03 PM, Kahlil Hodgson wrote: On 05/20/2010 11:40 AM, Gordon Messmer wrote: On 05/19/2010 02:37 PM, Digimer wrote: I've been googling for ways to do this, figuring it must be somewhat straight forward, but my google-fu is weak it seems. Can someone point me to a how-to or

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Ryan Manikowski
On 5/20/2010 10:45 AM, Whit Blauvelt wrote: On Thu, May 20, 2010 at 10:21:51AM -0400, Ryan Manikowski wrote: Have you run 'testparm' to verify the samba configuration does not contain any errors that are preventing the smbd daemon from loading? I had not. Doesn't seem to tell us

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 10:58:07AM -0400, Ryan Manikowski wrote: As your config appears to be clean and free of errors that would prevent smbd from starting have you... ...tried starting smbd from the command line NOT using the init scripts? Make sure nmbd is started first: nmbd -D Try

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Les Mikesell
On 5/20/2010 9:53 AM, Whit Blauvelt wrote: Does 'service smb restart' work after the rest of the system is up enough to log in? If so, maybe some of the underlying network services aren't ready when it starts at bootup. /etc/init.d/smb restart does not restart it. Shows an error on smb

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 11:41:22AM -0400, Whit Blauvelt wrote: . /etc/init.d/functions daemon smbd -D It also seems perfectly happy with just smbd -D to start it, after system startup. But the two lines above do not work when from /etc/rc.local. Haven't tried the simpler invocation there

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 10:58:07AM -0400, Ryan Manikowski wrote: Make sure nmbd is started first: nmbd -D You know, that's not the order the init.d/smb file has it in: start() { KIND=SMB echo -n $Starting $KIND services: daemon smbd $SMBDOPTIONS RETVAL=$?

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 01:39:28PM -0400, Whit Blauvelt wrote: You know, that's not the order the init.d/smb file has it in: ... except that file matches the order of the stock Redhat file, which is working fine for us on several other systems. This is just strange. Whit

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Les Mikesell
On 5/20/2010 12:39 PM, Whit Blauvelt wrote: On Thu, May 20, 2010 at 10:58:07AM -0400, Ryan Manikowski wrote: Make sure nmbd is started first: nmbd -D You know, that's not the order the init.d/smb file has it in: start() { KIND=SMB echo -n $Starting $KIND services:

[CentOS] can't update CENTOS - mirrore issue? or what?

2010-05-20 Thread Dave Stevens
For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this: --- Package poppler-utils.i386 0:0.5.4-4.4.el5_4.11 set to be updated --- Package

Re: [CentOS] can't update CENTOS - mirrore issue? or what?

2010-05-20 Thread JohnS
On Thu, 2010-05-20 at 11:18 -0700, Dave Stevens wrote: For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this: --- Package poppler-utils.i386

Re: [CentOS] can't update CENTOS - mirrore issue? or what?

2010-05-20 Thread m . roth
Dave wrote: For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this: --- Package poppler-utils.i386 0:0.5.4-4.4.el5_4.11 set to be updated --- Package

Re: [CentOS] can't update CENTOS - mirrore issue? or what?

2010-05-20 Thread Dave Stevens
Quoting m.r...@5-cent.us: Dave wrote: For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this: --- Package poppler-utils.i386 0:0.5.4-4.4.el5_4.11 set

Re: [CentOS] trying to rebuild an old nvidia driver

2010-05-20 Thread m . roth
mark wrote: Akemi wrote: On Wed, May 19, 2010 at 2:05 PM, m.r...@5-cent.us wrote: Let me start by saying that no, I can't get a new card for my user. No problem with that. So, I've got the 96 nvidia driver. I've rebuilt it several times before, and Nvidia's installer's always worked fine.

Re: [CentOS] trying to rebuild an old nvidia driver

2010-05-20 Thread Ron Loftin
On Thu, 2010-05-20 at 16:34 -0400, m.r...@5-cent.us wrote: mark wrote: Akemi wrote: On Wed, May 19, 2010 at 2:05 PM, m.r...@5-cent.us wrote: Let me start by saying that no, I can't get a new card for my user. No problem with that. So, I've got the 96 nvidia driver. I've rebuilt it

Re: [CentOS] trying to rebuild an old nvidia driver

2010-05-20 Thread Akemi Yagi
On Thu, May 20, 2010 at 1:39 PM, Ron Loftin relof...@twcny.rr.com wrote: On Thu, 2010-05-20 at 16:34 -0400, m.r...@5-cent.us wrote: mark wrote: Akemi wrote: So, at this point, we've given up - his machine wasn't on a UPS, and given the power in this building, there's a high probability of a

Re: [CentOS] can't update CENTOS - mirrore issue? or what?

2010-05-20 Thread Ryan Manikowski
On 5/20/2010 4:32 PM, Dave Stevens wrote: Quoting m.r...@5-cent.us: Dave wrote: For about a week a biug stack of updates have been pending for CENTOS but I can't install them. The yum update command leads to dependency resolution in the usual way but it always ends in this: ---

Re: [CentOS] trying to rebuild an old nvidia driver

2010-05-20 Thread Ron Loftin
On Thu, 2010-05-20 at 13:44 -0700, Akemi Yagi wrote: On Thu, May 20, 2010 at 1:39 PM, Ron Loftin relof...@twcny.rr.com wrote: On Thu, 2010-05-20 at 16:34 -0400, m.r...@5-cent.us wrote: mark wrote: Akemi wrote: So, at this point, we've given up - his machine wasn't on a UPS, and given

Re: [CentOS] trying to rebuild an old nvidia driver

2010-05-20 Thread m . roth
Akemi wrote: On Thu, May 20, 2010 at 1:39 PM, Ron Loftin relof...@twcny.rr.com wrote: On Thu, 2010-05-20 at 16:34 -0400, m.r...@5-cent.us wrote: mark wrote: Akemi wrote: So, at this point, we've given up - his machine wasn't on a UPS, and given the power in this building, there's a high

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 12:47:50PM -0500, Les Mikesell wrote: That looks like the stock init file - but it might be a good idea to run 'rpm -V samba' to see if everything is standard. Running the init script with 'sh -x' might give you a hint about what it is doing - or you'll have to

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
More data: service smb restart - does NOT get smbd running (although shows OK) sh /etc/init.d/smb restart - DOES get smbd running The service man page claims the only environment variables it passes are LANG and TERM. But that can't be the key, since /etc/init.d/smb restart - does NOT get

Re: [CentOS] 5.5 ISO size vs RHEL

2010-05-20 Thread Ralph Angenendt
Am 19.05.10 19:32, schrieb Todd Denniston: Karanbir Singh wrote, On 05/19/2010 01:11 PM: On 05/19/2010 05:15 PM, Todd Denniston wrote: We use CentOS and RHEL, the 5.5 RHEL ISO for x86_64 is 3.7GB (**), the CentOS one is 4602MB (***) split over two DVDs. Is this reasonable and correct?

Re: [CentOS] Nautilus: Error: Not on the same filesystem

2010-05-20 Thread Ralph Angenendt
Am 19.05.10 18:33, schrieb Frank Cox: There appears to be a new bug in Nautilus in Centos 5.5 when trying to move and delete files. Error Not on the same file system while moving. A google search found this: http://centos.org/modules/newbb/viewtopic.php?topic_id=26205forum=37 There is

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread JohnS
On Thu, 2010-05-20 at 17:41 -0400, Whit Blauvelt wrote: More data: service smb restart - does NOT get smbd running (although shows OK) sh /etc/init.d/smb restart - DOES get smbd running The service man page claims the only environment variables it passes are LANG and TERM. But that

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
Maybe try rpm -V samba to verify all the samba files. You get any output then you have problems. I take it this output: # rpm -V samba S.5T c /etc/rc.d/init.d/smb S.5T c /etc/samba/smbusers ...T c /etc/sysconfig/samba merely shows that these are files that don't precisely

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Kwan Lowe
On Thu, May 20, 2010 at 5:41 PM, Whit Blauvelt w...@transpect.com wrote: More data: service smb restart - does NOT get smbd running (although shows OK) sh /etc/init.d/smb restart - DOES get smbd running The service man page claims the only environment variables it passes are LANG and TERM.

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Craig White
On Thu, 2010-05-20 at 18:39 -0400, Whit Blauvelt wrote: Maybe try rpm -V samba to verify all the samba files. You get any output then you have problems. I take it this output: # rpm -V samba S.5T c /etc/rc.d/init.d/smb S.5T c /etc/samba/smbusers ...T c

[CentOS] Resolv.conf being overwritten

2010-05-20 Thread Thomas Dukes
I am trying to add 127.0.0.1 to my resolv.conf. I added it through the system-config-network but if I reboot, its gone. I do not have the caching nameserver package installed. My ISP's nameservers are there. It must have something to do with DHCP. Also, in the network config GUI, should I select

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 03:50:20PM -0700, Craig White wrote: not until you run the command as suggested much earlier... /usr/sbin/smbd -iF which will launch it iteractively and output everything to standard out - the console itself and then let us know what it says. Hi Craig,

Re: [CentOS] Created a custom/minimal CentOS 5.x install ISO

2010-05-20 Thread Kahlil Hodgson
On 05/21/2010 12:55 AM, Digimer wrote: So let me see if I've got this straight (sorry, I'm coming from a Debian background)... You are forgiven :-) 1. I need to create my own local repo which revisor will draw from. Only necessary if the packages you want to include can't be found in any

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Craig White
On Thu, 2010-05-20 at 19:35 -0400, Whit Blauvelt wrote: On Thu, May 20, 2010 at 03:50:20PM -0700, Craig White wrote: not until you run the command as suggested much earlier... /usr/sbin/smbd -iF which will launch it iteractively and output everything to standard out - the console

Re: [CentOS] Resolv.conf being overwritten

2010-05-20 Thread Hans-Ulrich Flueck
Hello TIA If you do not have a local/LAN DNS server neither a caching DNS configuration on your machine, I can't see a reason to add localhost to the list of your DNS servers... The idea behind DHCP is to distribute gateway, dns, ntp and other servers to the clients, beside the IP addresses.

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Craig White
On Thu, 2010-05-20 at 16:40 -0700, Craig White wrote: On Thu, 2010-05-20 at 19:35 -0400, Whit Blauvelt wrote: On Thu, May 20, 2010 at 03:50:20PM -0700, Craig White wrote: not until you run the command as suggested much earlier... /usr/sbin/smbd -iF which will launch it

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 06:49:33PM -0400, Kwan Lowe wrote: The service scripts can check for lock files. Do you have any stale locks in /var/run/subsys? Thanks Kwan. If I remove /var/run/smbd.pid (and /var/run/nmbd.pid for that matter), the init.d/smb file still fails to get smbd running

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Jerry Franz
On 05/20/2010 04:46 PM, Whit Blauvelt wrote: Also, since sh /etc/init.d/smb (re)start works but /etc/init.d/smb (re)start doesn't, I can't see how the difference between those two invocations would change the handling of the lock files. It's still the same script being run. Just some change

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Ryan Manikowski
On 5/20/2010 6:39 PM, Whit Blauvelt wrote: I'm afraid this is giving CentOS a bad rep among my coworkers. snip Tell them to join the debian-users list and see what kind of intelligent discussion goes on there. They will be back to Centos in a week. =) -- Ryan Manikowski

Re: [CentOS] Resolv.conf being overwritten

2010-05-20 Thread Thomas Dukes
-Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Hans-Ulrich Flueck Sent: Thursday, May 20, 2010 7:43 PM To: 'CentOS mailing list' Subject: Re: [CentOS] Resolv.conf being overwritten Hello TIA If you do not have a local/LAN

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 04:40:26PM -0700, Craig White wrote: sounds like a hardware issue - have you run memtest86 on this computer? No, haven't. My experience with hardware issues is that they rarely introduce 100% repeatable software errors. This one is entirely consistent in its behavior,

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 04:44:20PM -0700, Craig White wrote: I should have added that there should be a core dump in /var/log/samba/cores/smbd which if you could analyze, would give you some hints As you might expect at this point, that's a totally empty directory. The lack of a core dump

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 07:58:19PM -0400, Ryan Manikowski wrote: Tell them to join the debian-users list and see what kind of intelligent discussion goes on there. They will be back to Centos in a week. =) Too true! Whit ___ CentOS mailing list

[CentOS] Grub Error 22; no Windows

2010-05-20 Thread Jeff Sadino
Hello, I have a GridEngine setup with 5 subnodes and two RAIDS attached. I backed up the OS drive - 120GB - to an external hard drive - 500GB - using ddrescue. The OS drive is partitioned as: sda1 has the OS and is about 7 GB sda2 has /var and is about 4 GB sda3 has swap and is about 1 GB

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 04:55:29PM -0700, Jerry Franz wrote: I would start by comparing the values of all the environment variables between running as /bin/sh and /bin/bash: env bash_env.txt /bin/sh env sh_env.txt exit diff bash_env.txt sh_env.txt Jerry, That's a good idea. To

[CentOS] Can't umount flash drive because an application has it locked

2010-05-20 Thread MHR
This occasionally happens to me when I've been editing an OOo document that resides on a flash drive I use with one of my laptops. I've tried poking around in ps to find out which process has the drive locked, and I can't figure it out. Nothing directly refers to the flash drive except one of

Re: [CentOS] Can't umount flash drive because an application has it locked

2010-05-20 Thread Todd Denniston
MHR wrote, On 05/20/2010 08:38 PM: This occasionally happens to me when I've been editing an OOo document that resides on a flash drive I use with one of my laptops. I've tried poking around in ps to find out which process has the drive locked, and I can't figure it out. Nothing directly

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Benjamin Franz
On 05/20/2010 05:28 PM, Whit Blauvelt wrote: On Thu, May 20, 2010 at 04:55:29PM -0700, Jerry Franz wrote: I would start by comparing the values of all the environment variables between running as /bin/sh and /bin/bash: env bash_env.txt /bin/sh env sh_env.txt exit diff bash_env.txt

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Whit Blauvelt
On Thu, May 20, 2010 at 06:17:10PM -0700, Benjamin Franz wrote: Have you looked in /var/log/messages for errors from smbd? I don't remember seeing that anywhere in your T/S list. Yup. I've grepped all the logs. Nothing from smbd at all. I also enabled kern and daemon logs, just in case those

Re: [CentOS] Can't umount flash drive because an application has it locked

2010-05-20 Thread Steven Vishoot
- Original Message From: MHR mhullr...@gmail.com To: CentOS mailing list centos@centos.org Sent: Thu, May 20, 2010 7:38:19 PM Subject: [CentOS] Can't umount flash drive because an application has it locked This occasionally happens to me when I've been editing an OOo document

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread John Stan
On Thu, May 20, 2010 at 6:39 PM, Whit Blauvelt w...@transpect.com wrote: Maybe try rpm -V samba to verify all the samba files.  You get any output then you have problems. I take it this output: # rpm -V samba S.5T  c /etc/rc.d/init.d/smb S.5T  c /etc/samba/smbusers ...T  c

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Les Mikesell
Whit Blauvelt wrote: Also, since sh /etc/init.d/smb (re)start works but /etc/init.d/smb (re)start doesn't, I can't see how the difference between those two invocations would change the handling of the lock files. It's still the same script being run. Just some change in the environment whose

Re: [CentOS] Can't umount flash drive because an application has it locked

2010-05-20 Thread MHR
On Thu, May 20, 2010 at 6:34 PM, Steven Vishoot sir_funz...@yahoo.com wrote: to me it sounds like the zip program is culprit since it might still holding onto the flash file system. did you try fuser -l on the flash drive and see what has a hold on it. just a thought. I'd have to check

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Tom H
On Thu, May 20, 2010 at 9:42 PM, John Stan jse...@gmail.com wrote: On Thu, May 20, 2010 at 6:39 PM, Whit Blauvelt w...@transpect.com wrote: Maybe try rpm -V samba to verify all the samba files.  You get any output then you have problems. I take it this output: # rpm -V samba S.5T  c

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Jason Pyeron
-Original Message- From: Whit Blauvelt Sent: Thursday, May 20, 2010 17:42 Subject: Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4 More data: service smb restart - does NOT get smbd running (although shows OK) sh /etc/init.d/smb restart - DOES get

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread Jason Pyeron
-Original Message- From: Tom H Sent: Thursday, May 20, 2010 22:22 To: CentOS mailing list Subject: Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4 On Thu, May 20, 2010 at 9:42 PM, John Stan jse...@gmail.com wrote: On Thu, May 20, 2010 at 6:39 PM, Whit

Re: [CentOS] Grub Error 22; no Windows

2010-05-20 Thread Jeff Sadino
nvm, I figured it out after my whole day :) The BIOS was automatically updated and moved the OS drive down from the 1st boot drive to the last boot drive. sheesh, so simple! Thanks anyways! On Thu, May 20, 2010 at 2:15 PM, Jeff Sadino jsadino.que...@gmail.comwrote: Hello, I have a GridEngine

Re: [CentOS] Resolv.conf being overwritten

2010-05-20 Thread Keith Keller
On Thu, May 20, 2010 at 07:02:06PM -0400, Thomas Dukes wrote: I am trying to add 127.0.0.1 to my resolv.conf. I added it through the system-config-network but if I reboot, its gone. I do not have the caching nameserver package installed. My ISP's nameservers are there. It must have something

Re: [CentOS] Odd failure of smbd to start from init.d - CentOS 5.4

2010-05-20 Thread JohnS
On Thu, 2010-05-20 at 22:22 -0400, Tom H wrote: On Thu, May 20, 2010 at 9:42 PM, John Stan jse...@gmail.com wrote: On Thu, May 20, 2010 at 6:39 PM, Whit Blauvelt w...@transpect.com wrote: Maybe try rpm -V samba to verify all the samba files. You get any output then you have problems.

Re: [CentOS] Can't umount flash drive because an application has it locked

2010-05-20 Thread Robert
On 05/20/2010 09:00 PM, MHR informed us: On Thu, May 20, 2010 at 6:34 PM, Steven Vishootsir_funz...@yahoo.com wrote: to me it sounds like the zip program is culprit since it might still holding onto the flash file system. did you try fuser -l on the flash drive and see what has a

Re: [CentOS] Can't umount flash drive because an application has it locked

2010-05-20 Thread MHR
On Thu, May 20, 2010 at 9:35 PM, Robert kerp...@sbcglobal.net wrote: Another thought: I have been known to cd to the directory on the flash drive containing the files to be copied, usually when I'm selectively copying a number of files.  Advantage is that you can easily copy/paste the file

Re: [CentOS-docs] Common content for 'Release Notes'

2010-05-20 Thread Ralph Angenendt
Am 11.05.10 08:58, schrieb David Hrbáč: [[Include(Manuals/ReleaseNotes/CentOS5.5,,from=##begin-new, to=##end-new)]] [[Include(Manuals/ReleaseNotes/CentOS5.5,,from=##begin-updated, to=##end-updated)]] [[Include(Manuals/ReleaseNotes/CentOS5.5,,from=##begin-removed, to=##end-removed)]]

Re: [CentOS-es] Problema con visualización de web co n tomcat.

2010-05-20 Thread Marcelo Silva Robles
Revisa el firewall y el SeLinux Cordialmente, Marcelo SIlva De: Monica BM monica...@yahoo.es Para: centos-es@centos.org Enviado: mié, mayo 19, 2010 9:00:17 AM Asunto: Re: [CentOS-es] Problema con visualización de web con tomcat. No es´ta instalado Apache,

[CentOS-es] editor de textos con ftp

2010-05-20 Thread killerfs
hola listeros, no se si alguno ha tenido experiencia con algun soft (editor de texto) que pueda conectarse via ftp a un servidor y poder editarlo y al momento de guardarlo que lo suba automaticamente, alguna vez vi esa utilidad en el dreamweaver, se podia conectar a un sitio web y mostraba

Re: [CentOS-es] editor de textos con ftp

2010-05-20 Thread Jose Lara
Si tu cliente es windows usa winscp o algun programa similar para tu plataforma. Un cordial saludo, Jose Lara Rep. Dom. On 5/20/10, killerfs kille...@star.com.pe wrote: hola listeros, no se si alguno ha tenido experiencia con algun soft (editor de texto) que pueda conectarse via ftp a un