[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

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 > 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: ./lib/modules/2.6.18-1

Re: [CentOS] apache redirection

2010-05-20 Thread Robert Heller
At Wed, 19 May 2010 16:36:00 -0600 CentOS mailing list wrote: > > On Wed, May 19, 2010 at 3: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 th

Re: [CentOS] apache redirection

2010-05-20 Thread Robert Heller
At Wed, 19 May 2010 17:43:14 -0500 CentOS mailing list 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 that. > >

[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 kerne

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

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

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 /etc/sam

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 t

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, Wh

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 t

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 te

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 >

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 sm

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 th

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 serv

[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 xorg-x11-drv-

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.i38

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 > ---> Pa

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.e

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, 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. Ac

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, 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

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 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 surge, and

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 i

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 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 > >> t

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 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 prob

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 NO

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

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=26205&forum=37

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 TER

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 m

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 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. Bu

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 /etc

[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 t

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, /usr/

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 > > -

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. It's

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 w

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 pe

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

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. > 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 r...@devis

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 l

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, an

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 m

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 Cen

[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 After

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.

[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 the

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

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 > To: CentOS mailing list > 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 that > resides on a flash dr

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 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 /etc/sysc

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 environme

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 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 next time on both, b

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 wrote: > On Thu, May 20, 2010 at 6:39 PM, 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/s

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 restar

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 wrote: > > On Thu, May 20, 2010 at 6:39 PM, Whit Blauvelt >

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 wrote: > Hello, > > I have a GridEngine setup with 5 subnodes

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 > somethin

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 wrote: > > On Thu, May 20, 2010 at 6:39 PM, 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 o

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 Vishoot 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

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 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 name(s). > Down sid