View previous topic :: View next topic |
Author |
Message |
mjbjr Guru
Joined: 02 Mar 2003 Posts: 301
|
Posted: Fri Aug 11, 2017 2:56 am Post subject: after update @world servers try to run modules |
|
|
I did an 'emerge --update --newuse --deep --with-bdeps=y @world'
after it finishes I did
'etc-update'
then did
'emerge --depclean --exclude gentoo-sources'
all with no problems, seemingly,
but now I notice that when I start a server manually (postgresql-9.6 and apcupsd, only these two tried so far)
the startup process for each tries to run each module listed in /etc/conf.d/modules as a command.
In spite of the errors the servers start up....
Code: | localhost ~ # /etc/init.d/postgresql-9.6 start
* Caching service dependencies ...
/etc/init.d/../conf.d/modules: line 30: ecb: command not found
/etc/init.d/../conf.d/modules: line 31: md4: command not found
/etc/init.d/../conf.d/modules: line 32: cmac: command not found
/etc/init.d/../conf.d/modules: line 33: snd_usb_audio: command not found
/etc/init.d/../conf.d/modules: line 34: snd_usbmidi_lib: command not found
/etc/init.d/../conf.d/modules: line 35: snd_rawmidi: command not found
/etc/init.d/../conf.d/modules: line 36: nouveau: command not found
/etc/init.d/../conf.d/modules: line 37: drm_kms_helper: command not found
/etc/init.d/../conf.d/modules: line 38: b43: command not found
/etc/init.d/../conf.d/modules: line 39: nct6775: command not found
/etc/init.d/../conf.d/modules: line 40: syscopyarea: command not found
/etc/init.d/../conf.d/modules: line 41: sysfillrect: command not found
/etc/init.d/../conf.d/modules: line 42: sysimgblt: command not found
/etc/init.d/../conf.d/modules: line 43: fb_sys_fops: command not found
/etc/init.d/../conf.d/modules: line 44: x86_pkg_temp_thermal: command not found
/etc/init.d/../conf.d/modules: line 45: ttm: command not found
/etc/init.d/../conf.d/modules: line 46: coretemp: command not found
/etc/init.d/../conf.d/modules: line 47: kvm_intel: command not found
/etc/init.d/../conf.d/modules: line 48: drm: command not found
/etc/init.d/../conf.d/modules: line 49: kvm: command not found
/etc/init.d/../conf.d/modules: line 50: ssb: command not found
/etc/init.d/../conf.d/modules: line 51: mxm_wmi: command not found
/etc/init.d/../conf.d/modules: line 52: irqbypass: command not found
/etc/init.d/../conf.d/modules: line 53: pcspkr: command not found
/etc/init.d/../conf.d/modules: line 54: bcma: command not found
/etc/init.d/../conf.d/modules: line 55: wmi: command not found
/etc/init.d/../conf.d/modules: line 56: fuse: command not found
/etc/init.d/../conf.d/modules: line 57: ntfs: command not found [ ok ] <<< notice that after the 'ok' it goes through them again
/etc/init.d/../conf.d/modules: line 30: ecb: command not found
/etc/init.d/../conf.d/modules: line 31: md4: command not found
/etc/init.d/../conf.d/modules: line 32: cmac: command not found
/etc/init.d/../conf.d/modules: line 33: snd_usb_audio: command not found
/etc/init.d/../conf.d/modules: line 34: snd_usbmidi_lib: command not found
/etc/init.d/../conf.d/modules: line 35: snd_rawmidi: command not found
/etc/init.d/../conf.d/modules: line 36: nouveau: command not found
/etc/init.d/../conf.d/modules: line 37: drm_kms_helper: command not found
/etc/init.d/../conf.d/modules: line 38: b43: command not found
/etc/init.d/../conf.d/modules: line 39: nct6775: command not found
/etc/init.d/../conf.d/modules: line 40: syscopyarea: command not found
/etc/init.d/../conf.d/modules: line 41: sysfillrect: command not found
/etc/init.d/../conf.d/modules: line 42: sysimgblt: command not found
/etc/init.d/../conf.d/modules: line 43: fb_sys_fops: command not found
/etc/init.d/../conf.d/modules: line 44: x86_pkg_temp_thermal: command not found
/etc/init.d/../conf.d/modules: line 45: ttm: command not found
/etc/init.d/../conf.d/modules: line 46: coretemp: command not found
/etc/init.d/../conf.d/modules: line 47: kvm_intel: command not found
/etc/init.d/../conf.d/modules: line 48: drm: command not found
/etc/init.d/../conf.d/modules: line 49: kvm: command not found
/etc/init.d/../conf.d/modules: line 50: ssb: command not found
/etc/init.d/../conf.d/modules: line 51: mxm_wmi: command not found
/etc/init.d/../conf.d/modules: line 52: irqbypass: command not found
/etc/init.d/../conf.d/modules: line 53: pcspkr: command not found
/etc/init.d/../conf.d/modules: line 54: bcma: command not found
/etc/init.d/../conf.d/modules: line 55: wmi: command not found
/etc/init.d/../conf.d/modules: line 56: fuse: command not found
/etc/init.d/../conf.d/modules: line 57: ntfs: command not found
* modules: error loading /etc/init.d/../conf.d/modules
* ERROR: modules failed to start
* /run/postgresql: creating directory
* /run/postgresql: correcting owner
* Starting PostgreSQL 9.6 ...
localhost ~ # /etc/init.d/apcupsd start
/etc/init.d/../conf.d/modules: line 30: ecb: command not found
/etc/init.d/../conf.d/modules: line 31: md4: command not found
/etc/init.d/../conf.d/modules: line 32: cmac: command not found
/etc/init.d/../conf.d/modules: line 33: snd_usb_audio: command not found
/etc/init.d/../conf.d/modules: line 34: snd_usbmidi_lib: command not found
/etc/init.d/../conf.d/modules: line 35: snd_rawmidi: command not found
/etc/init.d/../conf.d/modules: line 36: nouveau: command not found
/etc/init.d/../conf.d/modules: line 37: drm_kms_helper: command not found
/etc/init.d/../conf.d/modules: line 38: b43: command not found
/etc/init.d/../conf.d/modules: line 39: nct6775: command not found
/etc/init.d/../conf.d/modules: line 40: syscopyarea: command not found
/etc/init.d/../conf.d/modules: line 41: sysfillrect: command not found
/etc/init.d/../conf.d/modules: line 42: sysimgblt: command not found
/etc/init.d/../conf.d/modules: line 43: fb_sys_fops: command not found
/etc/init.d/../conf.d/modules: line 44: x86_pkg_temp_thermal: command not found
/etc/init.d/../conf.d/modules: line 45: ttm: command not found
/etc/init.d/../conf.d/modules: line 46: coretemp: command not found
/etc/init.d/../conf.d/modules: line 47: kvm_intel: command not found
/etc/init.d/../conf.d/modules: line 48: drm: command not found
/etc/init.d/../conf.d/modules: line 49: kvm: command not found
/etc/init.d/../conf.d/modules: line 50: ssb: command not found
/etc/init.d/../conf.d/modules: line 51: mxm_wmi: command not found
/etc/init.d/../conf.d/modules: line 52: irqbypass: command not found
/etc/init.d/../conf.d/modules: line 53: pcspkr: command not found
/etc/init.d/../conf.d/modules: line 54: bcma: command not found
/etc/init.d/../conf.d/modules: line 55: wmi: command not found
/etc/init.d/../conf.d/modules: line 56: fuse: command not found
/etc/init.d/../conf.d/modules: line 57: ntfs: command not found
* modules: error loading /etc/init.d/../conf.d/modules
* ERROR: modules failed to start
* Starting APC UPS daemon ... [ ok ]
|
additionally, all of the modules listed above were loaded as part of the system startup EXCEPT for
ecb
md4
cmac
nct6775
fuse
ntfs
and all six of those could be manually modprobe loaded. Why didn't those six load automatically?
here is my '/etc/conf.d/modules' file:
Code: | localhost ~ # cat /etc/conf.d/modules
# Linux users can define a list of modules for a specific kernel version,
# a released kernel version, a main kernel version or all kernel versions.
# The most specific versioned variable will take precedence.
# FreeBSD users can only use the modules="foo bar" setting.
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
#modules_2_6_23="tun ieee1394"
#modules_2_6="tun"
#modules_2="ipv6"
#modules="ohci1394"
# Linux users can give modules a different name when they load - the new name
# will also be used to pick arguments below.
# This is not supported on FreeBSD.
#modules="dummy:dummy1"
# Linux users can give the modules some arguments if needed, per version
# if necessary.
# Again, the most specific versioned variable will take precedence.
# This is not supported on FreeBSD.
#module_ieee1394_args="debug"
#module_ieee1394_args_2_6_23_gentoo_r5="debug2"
#module_ieee1394_args_2_6_23="debug3"
#module_ieee1394_args_2_6="debug4"
#module_ieee1394_args_2="debug5"
# You should consult your kernel documentation and configuration
# for a list of modules and their options.
ecb
md4
cmac
snd_usb_audio
snd_usbmidi_lib
snd_rawmidi
nouveau
drm_kms_helper
b43
nct6775
syscopyarea
sysfillrect
sysimgblt
fb_sys_fops
x86_pkg_temp_thermal
ttm
coretemp
kvm_intel
drm
kvm
ssb
mxm_wmi
irqbypass
pcspkr
bcma
wmi
fuse
ntfs
|
Ideas?
thank you for your help
.
[Moderator edit: added [code] tags to preserve output layout. -Hu] |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54815 Location: 56N 3W
|
Posted: Fri Aug 11, 2017 9:33 am Post subject: |
|
|
mjbjr,
All the modules to load should be listed on a single line.
Code: | modules="r8169 hid_logitech hid_logitech_hidpp hid_logitech_dj usbhid mousedev snd_hda_intel usb-storage uas xhci-hcd pwc snd_usb_audio vboxdrv k10temp asus_atk0110 pl2303" |
_________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
mjbjr Guru
Joined: 02 Mar 2003 Posts: 301
|
Posted: Wed Aug 16, 2017 6:16 am Post subject: |
|
|
NeddySeagoon wrote: | mjbjr,
All the modules to load should be listed on a single line.
Code: | modules="r8169 hid_logitech hid_logitech_hidpp hid_logitech_dj usbhid mousedev snd_hda_intel usb-storage uas xhci-hcd pwc snd_usb_audio vboxdrv k10temp asus_atk0110 pl2303" |
|
Thank you for your help. |
|
Back to top |
|
|
|