10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
I have a Microdia web cam. Some times it won't work if and only if there is a "HV7131R image sensor detected" statement in the boot up.
In this case when I try to get a .png snapshot all I get is a frame full of what appears to be white noise only it is mostly green.
Here is the command I am... (0 Replies)
Discussion started by: slak0
0 Replies
2. Shell Programming and Scripting
Code:
$ cat test.bash
#!/bin/bash
job=$1
steps=$2
num=$(echo "$@" | wc -w)
Example Submission:
$ ./test.bash BS01 3 1 2 3
What: (2 Replies)
Discussion started by: mkastin
2 Replies
3. Ubuntu
After upgrading my 9.04 version to the 9.10 my boot time duplicates.
I donīt know the reason why the time of boot gets to the double.
Someone ???
Thx. (1 Reply)
Discussion started by: diesan
1 Replies
4. HP-UX
I use the uptime command,but
it only show how long system has been up
up 18 days
but I want the this format
machine boot time YYYY-MM-DD hh:mm:ss
does any command can get that or how to i use program to do this (6 Replies)
Discussion started by: alert0919
6 Replies
5. HP-UX
When I get start program at boot
I read which run level
/sbin/rcx.d runlevel=0.....x
only read directory which directory name has UpperCase 'S'
is not enough
someone says that I need to reference another file
which file I need to reference
1)/etc/rc.config.d/all file which parameter... (4 Replies)
Discussion started by: alert0919
4 Replies
6. Shell Programming and Scripting
Hey all, I was wondering if someone would take a look at this script I'm working on. I don't know if i have the syntax correct for my variables and if the for loop is written correctly.
any assistance would be greatly appreciated.
#!/usr/bin/bash
###########################################... (12 Replies)
Discussion started by: em23
12 Replies
7. Programming
How do I get the number of tics or seconds since the last boot?
How do I convert tics to seconds?
Thanks,
Siegfried (3 Replies)
Discussion started by: siegfried
3 Replies
8. UNIX for Dummies Questions & Answers
I'm trying to define a variable named sin
I already have a variable named cos, which has the value "hello"
I want sin to have the value of "hellothere",
so sin would be something like
sin = $cos & "there"
but I'm not sure that I know the syntax.
Can anyone help?
:confused: (4 Replies)
Discussion started by: sailorliones
4 Replies
9. BSD
Say for instance, I would like to reduce the delay/waiting time for the boot-time menu from 10 seconds to 5 seconds, how would I go about doing it?
From what I've been able to find, entering "autoboot 5" into the right file would take care of that for me, but the man pages are unclear as to... (1 Reply)
Discussion started by: DownSouthMoe
1 Replies
10. UNIX for Advanced & Expert Users
Hi,
I have a program that check the IP address and automatic update it to the DNS server. I would like to run this program when the computer bootup after pppd get a connection. How do I add it to the init file. Does any one have any information of how to do it.
I run a Linux Mandrake as a... (1 Reply)
Discussion started by: vtran4270
1 Replies
fastboot(8) System Manager's Manual fastboot(8)
NAME
fastboot - Reboots the system without checking file systems
SYNOPSIS
/usr/sbin/fastboot [-lnq]
DESCRIPTION
The fastboot command reboots the system without checking file systems. The program creates the fastboot file then invokes the reboot pro-
gram. The system start-up script contains instructions to look for the fastboot file. If present, the script removes the file and skips
the invocation of the fsck command.
You must have root privileges to use this command.
FLAGS
Does not log the reboot or place a shutdown record in the accounting file. Does not sync the disks or log the reboot. Performs a quick
reboot without first shutting down running processes; does not log the reboot.
FILES
Specifies the command path
RELATED INFORMATION
Commands: fsck(8), rc0(8), rc2(8), rc3(8), reboot(8), shutdown(8), syslogd(8)
Functions: sync(2), syslog(3) delim off
fastboot(8)