You are not logged in.

#1 2009-04-22 09:09:16

ariel
Member
Registered: 2009-03-30
Posts: 25

/etc/init.d disappeared...

hi

i recently saw that my /etc/init.d had disappeared...
how to recover it?

ariel

Offline

#2 2009-04-22 09:12:53

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: /etc/init.d disappeared...

init.d? if you're looking for daemons, they're in /etc/rc.d/

Offline

#3 2009-04-22 09:19:16

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: /etc/init.d disappeared...

I can't check but my first thought when I saw this thread was 'what the heck...'

/etc/init.d/ is for System V init based systems, and Arch is not one of them wink. Unless you're hacking at it I don't think it's there - can't check, at work now.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#4 2009-04-22 09:32:36

ariel
Member
Registered: 2009-03-30
Posts: 25

Re: /etc/init.d disappeared...

well, I tried to use winXP through virtualbox and i got error msg:

VERR_VM_DRIVER_NOT_INSTALLED (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing

'/etc/init.d/vboxdrv setup'

as root. Users of Ubuntu or Fedora should install the DKMS package at first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.

so that why i asked about /etc/init.d

where can i find it in Arch?

Offline

#5 2009-04-22 09:33:03

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: /etc/init.d disappeared...

B wrote:

Unless you're hacking at it I don't think it's there - can't check, at work now.

B's correct. After many years on Debian I still type /etc/init.d/... quite often. smile

Offline

#6 2009-04-22 09:37:10

dispanser
Member
Registered: 2009-04-10
Posts: 20

Re: /etc/init.d disappeared...

ariel wrote:

where can i find it in Arch?

nowhere...

run

vbox_build_module

as root instead to build the module

Last edited by dispanser (2009-04-22 09:37:39)

Offline

#7 2009-04-22 09:57:17

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: /etc/init.d disappeared...

mikesd wrote:

B's correct. After many years on Debian I still type /etc/init.d/... quite often. smile

Welcome to the club wink


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#8 2009-04-22 10:26:08

ariel
Member
Registered: 2009-03-30
Posts: 25

Re: /etc/init.d disappeared...

hello

I solved the problem by upgrading virtualbox .

10x guys, big_smile
ariel

Offline

#9 2009-04-22 18:08:14

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: /etc/init.d disappeared...

Next time the kernel upgrades, you will need to run vbox_build_module as root, as stated above, then remove your old module (sudo modprobe -r vboxdrv) and reinsert the new one (sudo modprobe vboxdrv). There is no script or daemon to accomplish this task on Arch smile

Scott

Offline

#10 2009-04-22 23:05:40

göteborg-johan
Member
Registered: 2009-02-27
Posts: 36

Re: /etc/init.d disappeared...

firecat53 wrote:

Next time the kernel upgrades, you will need to run vbox_build_module as root, as stated above, then remove your old module (sudo modprobe -r vboxdrv) and reinsert the new one (sudo modprobe vboxdrv). There is no script or daemon to accomplish this task on Arch smile

Scott

yes there is, /etc/rc.d/rc.vboxdrv, worked for me when i upgraded to 2.6.29.

Offline

Board footer

Powered by FluxBB