After removing the init script for hdparm with # update-rc.d hdparm remove, the wish is to re-install/fix/repair the hdparm init script.
When I try to install the pcscd package at Ubuntu 12.04 (precise) x86_64, with kernel 3.2.0-27-generic, with
apt-get install pcscd
the system gives the following messages:
Setting up pcscd (1.7.4-2ubuntu2) ...
update-rc.d: warning: pcscd start runlevel arguments (2 3 4 5) do not match LSB Default-Start values (3 4 5)
update-rc.d: warning: pcscd stop runlevel arguments (0 1 6) do not match LSB
Hello,
I'm having a problem getting a program to run from /etc/init.d/rc.local. I can run my script manually once the system has booted.
When i do: sudo sh /etc/rc.local it works perfect but when i reboot my system, it wont start.
There is my rc.local file:
Code:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
I have just installed No-IP on a brand new Ubuntu 12.04 install. The program starts fine when I start it from the CLI, but if I try to make this startup script work it won't start.
I got this script from their install instructions:
#! /bin/sh
# .
local/e_dbus 1.7.2-1
local/edje 1.7.2-1
local/eeze 1.7.2-1
local/efreet 1.7.2-1
local/eio 1.7.2-1
local/elementary 1.7.2-1
local/ecore 1.7.2-1
local/eina 1.7.2-1
local/eet 1.7.2-1
local/evas 1.7.2-1
local/evas_generic_loaders 1.7.2-1
local/embryo 1.7.2-1
local/ethumb 1.7.2-1
local/emotion 1.7.2-1
splippity
https://bbs.archlinux.org/profile.php?id=37336
2012-11-30T03:45:41Z
Hi,
Just some questions on the script below...?
Given: bash-2.03$ command -a option1 name1 name2
ParseOptions()
{
local Len=${#@}
local Ctr=2 #always start at 2
local Name=()
local Iter=0
while [ $Ctr -lt $Len] ; do
if [ $Ctr -eq "-a" ] <- Is this correct?
Hi All,
I am facing problem running a script which triggers another script in multiple remote servers.
I recently installed slackware and while I was in the process of installing video drivers, I noticed something odd.
"init 3" (or init anything) doesn't seem to work for me. While working in XFCE, when I do "init 3", nothing happens.