View Single Post

   
  #4 (permalink)  
Old 02-21-2008, 07:39 AM
Ben Measures
 
Posts: n/a
Default Re: problems after an emerge...

MM wrote:
> Zapp Brannigan wrote:
>
>> Did a emerge world this evening, as I has not updated for a while.
>> Anyhow, it needed quite a few etc merges. I was quite careful what I
>> merged (I use Beyond Compare from my Windows PC, across FTP to merge).
>> The problem I have now, is that when I start up, some services do not
>> start:
>>
>> Runlevel: default
>> local [
>> off ]
>> netmount [
>> started ]
>> domainname [
>> started ]
>> net.eth0 [
>> started ]
>> sshd [
>> started ]
>> syslog-ng [
>> started ]
>> vixie-cron [
>> off ]
>> pure-ftpd [
>> off ]
>> apache2 [
>> started ]
>> mysql [
>> started ]
>> alsasound [
>> started ]
>> sendmail [
>> off ]
>> iptables [
>> started ]
>>
>>
>>
>> If however, after starting, I do a:
>>
>> /etc/init.d/local start
>>
>> It all comes up OK... What could be causing this? This is a headless
>> system that I access via sshd, so I do not know if anything is
>> displayed to the console during boot (is it logged anywhere??? I know
>> about dmesg, but it's after that bit of bootup)
>>
>> Thanks.

>
>
> Have you tried an 'rc-update add <service> default' on the services that
> aren't starting?
>
> MM
>


You can check which services are set to start (and at which runlevels) with
rc-update show

--
Ben M.

----------------
What are Software Patents for?
To protect the small enterprise from bigger companies.

What do Software Patents do?
In its current form, they protect only companies with
big legal departments as they:
a.) Patent everything no matter how general
b.) Sue everybody. Even if the patent can be argued
invalid, small companies can ill-afford the
typical $500k cost of a law-suit (not to mention
years of harassment).

Don't let them take away your right to program
whatever you like. Make a stand on Software Patents
before its too late.

Read about the ongoing battle at http://swpat.ffii.org/
----------------
Reply With Quote