search for: initfil

Displaying 7 results from an estimated 7 matches for "initfil".

Did you mean: initfile
2013 Feb 01
3
[PATCH 0/2] A few Arch Linux specific changes
I''m attaching a few changes that are specific to Arch Linux and are motivated by our recent switch to systemd. System V init scripts are no longer used/supported on Arch Linux and, therefore, the Arch Linux init scripts can be removed from Shorewall. The two patches that follow are based against master; if it''s possible to apply them to the upcoming Shorewall 4.5.13 as well,
2008 Feb 18
1
How can I write Startup script...
Hi everybody; I want to know that how can I write a start-up script for Centos 5.1? Thanks a lot... sincerely yours... -- Tolun ARDAHANLI Bilgisayar Muhendisi E-posta:tolun.ardahanli at linux.org.tr Icq:326600 ---------------------------------------------------------------------------- Tolun ARDAHANLI Computer Engineer E-mail:tolun.ardahanli at linux.org.tr Icq:326600 -------------- next
2017 Mar 29
2
sound problems... config?
On 03/28/2017 11:40 PM, Alice Wonder wrote: > On 03/28/2017 05:53 PM, ken wrote: >> The www has failed me with this, so I'm trying you guys. Sound worked >> great out of the box when I installed 7.2... Yay! I could watch all >> kinds of videos, like on facebook and youtube. And I could listen to >> most podcasts too. But then something happened. It was either a
2017 Mar 29
0
sound problems... config?
...> ps -ef|grep -i alsa > aplayer -L > > Thanks. > > [alice at localhost ~]$ uname -r 3.10.0-514.6.2.el7.x86_64 [alice at localhost ~]$ ps -ef |grep -i alsa root 858 1 0 Feb27 ? 00:00:00 /usr/sbin/alsactl -s -n 19 -c -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main rdaemon alice 29238 29155 0 09:03 pts/19 00:00:00 grep --color=auto -i alsa [alice at localhost ~]$ aplayer -L bash: aplayer: command not found... [alice at localhost ~]$ -=- Intel xeon on supermicro board No onboard sound but unfortunately the video card has Intel H...
2013 Sep 12
25
shorewall-lite error at start
Hi, My main gateway is a router running on OpenWrt Barrier Breaker r37816/ Kernel Version3.10.4. I installed shorewall-lite from openwrt''s repo using opkg but while trying to start shorewall-lite I get the folowing errors: The first error i got was "scp: /var/lib/shorewall-lite: No such file or directory" simply resolved by making the folder "shorewall-lite"
2016 Dec 07
5
[PATCH 0/3] Miscellaneous improvements to supermin.
Document what each module does, using *.mli files. Remove the --dtb option, it's obsolete. Rename modules according to their purpose. Rich.
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...loaded + ) + ) set + in + visit topset; + close_out chan; + + if debug >= 1 then + printf "supermin: ext2: wrote %d modules to minimal initrd\n%!" !loaded; + + (* This is the binary blob containing the init "script". *) + let init = binary_init () in + let initfile = initdir // "init" in + let chan = open_out initfile in + output_string chan init; + close_out chan; + chmod initfile 0o755; + + (* Build the cpio file. *) + let cmd = + sprintf "(cd %s && (echo .; ls -1) | cpio --quiet -o -H newc) > %s" + (quote initd...